Skip to content

Instantly share code, notes, and snippets.

@jonsie
jonsie / java
Created March 9, 2025 20:30
binary list thingy
import java.util.ArrayList;
import java.util.List;
public class BinaryListProcessor {
public static List<Integer> processBinaryList(List<Integer> binaryList) {
List<Integer> addList = new ArrayList<>();
List<Integer> resultList = new ArrayList<>();
for (int index = 0; index < binaryList.size(); index++) {

Keybase proof

I hereby claim:

  • I am jonsie on github.
  • I am jonsie (https://keybase.io/jonsie) on keybase.
  • I have a public key whose fingerprint is 7AE8 9379 9422 F0BB 4EA6 4797 93AF 9418 9801 BE34

To claim this, I am signing this object:

class CommonPage
include PageObject
link(sign_in, :text ="Sign In")
end