π
Look upon my works, ye mighty, and despair
π‘ π
Tinkering, mostly sending :kaboom atoms to remote nodes.
- Belgrade, Serbia
-
09:14
(UTC +01:00)
Pinned Loading
-
epiphanous/gql-resolver
epiphanous/gql-resolver PublicA scalable resolver to support large GraphQL schemas with pluggable query strategies.
TypeScript 2
-
stuxnet
stuxnet PublicForked from micrictor/stuxnet
Source code & decomp of Stuxnet rootkit (nuclear centrifuge targeting)
C
-
-
asyncpg
asyncpg PublicForked from MagicStack/asyncpg
A fast PostgreSQL Database Client Library for Python/asyncio.
Python
-
A (somewhat) ugly but flexible solut...
A (somewhat) ugly but flexible solution to the fizzbuzz problem in Elixir 1defmodule FizzBuzz do
2@default_map %{3 => "Fizz", 5 => "Buzz"}
3@default_range_size 100
45def go() do
-
Convert normal text into that succul...
Convert normal text into that succulent SpongeBob chicken meme format 1def toChickenCase(text: Seq[Char], soFar: List[Char] = List.empty, wasLastUpper: Boolean = false): String = text.toList match {
2case h :: t =>
3val shouldUpper = !wasLastUpper
4val newList = if (shouldUpper) soFar :+ Character.toUpperCase(h) else soFar :+ h
5toChickenCase(t, newList, shouldUpper)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.