Prophets of Code

Meet Jane, lead developer and chief algorithmic visionary

Code Snippets

Here's some of our favorite code snippets:

JavaScript Wizardry

Pythonic Illuminations

C: the language of the gods

Our Code Philosophy

We believe that code should be written in the dark of night, fueled by coffee and existential dread

Code is life

Code Snippets

A repository of our favorite code snippets:

1. JavaScript:

                function add(a, b) {
                    return a + b;
                }
            

2. Python:

                def add(a, b):
                    return a + b
                

3. C:

                int add(int a, int b) {
                    return a + b;
                }