Skip to main content
Fmbalbuena's user avatar
Fmbalbuena's user avatar
Fmbalbuena's user avatar
Fmbalbuena
  • Member for 4 years, 2 months
  • Last seen this week
24 votes
27 answers
2k views

Check if the string is reshaped

23 votes
62 answers
3k views

Remove odd indices and double the even indices

21 votes
16 answers
5k views

Write a Stack Exchange compliant brainfuck explainer

20 votes
25 answers
2k views

Divmod continuously until the remainder is 1 or 0, then get the remainder

16 votes
17 answers
2k views

o y u (or and or)

15 votes
19 answers
3k views

Is this a Hadamard matrix?

12 votes
23 answers
1k views

Move to Right and left

12 votes
12 answers
747 views

Recursive cumulative sum [duplicate]

11 votes
11 answers
794 views

Find a linear function such that if f(0), f(1), f(2), ⋯ are indices of the elements of the list, the sum must equal to its slope

10 votes
2 answers
370 views

Check if a number is a power with its program value being a power

9 votes
0 answers
323 views

Tips for golfing in Chef

9 votes
4 answers
3k views

How to shorten the python code?

8 votes
6 answers
839 views

How does the NSDT program end?

7 votes
10 answers
876 views

Generate Fmbalbuena Numbers

6 votes
2 answers
489 views

Reveal all clues of Black Box

5 votes
11 answers
1k views

Write a program that prints a program that's almost quine

5 votes
13 answers
2k views

Print the banned characters based on the most common characters

5 votes
1 answer
343 views

Implement 2ˣ using the polynomial system

4 votes
4 answers
583 views

Find the boolean logic to check if a number is prime!

3 votes
3 answers
805 views

How to shorten the Python code? Part II

1 vote
1 answer
149 views

Tips for making a compiler that generates a golfed program

-11 votes
1 answer
400 views

The right way to return [[0, 0, 0], [0, 1, 0], [0, 0, 0]] [closed]