Skip to content

Instantly share code, notes, and snippets.

View matjaz's full-sized avatar
:octocat:

Matjaž Lipuš matjaz

:octocat:
View GitHub Profile
@rodp
rodp / FIRST.BAS
Created January 11, 2017 09:55
My first computer program
10 PRINT "ZDRAVO"
20 GOTO 10
anonymous
anonymous / examples-bar-graph.eve
Created January 17, 2017 21:35
# Pet Lengths
Demonstration of the bar graph view.
Create some pets with rigorously measured lengths.
```
commit
[#pet name: "koala" length: 7]
[#pet name: "cat" length: 3]
anonymous
anonymous / examples-server.eve
Created January 22, 2017 21:53
# Counter
## State
```
commit
[#state count: 0]
commit @browser
[#button sort: 0, text: "-", diff: -1]
[#button sort: 1, text: "+", diff: 1]
```
## Render
@swalkinshaw
swalkinshaw / tutorial.md
Last active October 24, 2025 14:52
Designing a GraphQL API