bitchfemcel
  • 가입 : Feb 02, 2024
Heatmap 불러오는 중...

bitchfemcel 열린 이슈 bitchfemcel/real-eri #3

best version?

3 달 전

bitchfemcel 이슈에 댓글이 달렸습니다. bitchfemcel/real-eri #2

real era algo for jack

just in case jack ever returns to this, here is a prettier sieve of era implementation: ```python def sieve_of_eratosthenes(field): if len(field) == 0: return [] value = field[0] if value is not None: for i in range(0, len(field), value): field[i] = None return [value] + sieve_of_eratosthenes(field[1:]) def primes_til(n): primes = sieve_of_eratosthenes(list(range(2, 20))) return [i for i in primes if i is not None] ```

3 달 전

bitchfemcel 열린 이슈 bitchfemcel/real-eri #2

real era algo for jack

3 달 전

bitchfemcel 열린 이슈 bitchfemcel/real-eri #1

does this support markdown?

3 달 전

bitchfemcel 저장소를 만들었습니다. bitchfemcel/real-eri

3 달 전