Skip to content

Instantly share code, notes, and snippets.

View niccokunzmann's full-sized avatar

Nicco Kunzmann niccokunzmann

View GitHub Profile
@niccokunzmann
niccokunzmann / license_footer.js
Created June 18, 2014 10:26
weebly license footer
@niccokunzmann
niccokunzmann / C_buitinTypes.py
Created February 17, 2013 15:43
Coming closer to my goal of subjective programming
# see https://github.com/niccokunzmann/wwp
from relative import roleOf, useRoles
@roleOf(int)
class NaturalNumber:
@property
def successor(self):
return self + 1
@niccokunzmann
niccokunzmann / runningConfiguration.py
Created March 28, 2013 11:51
This module persists its attributes in a file located in the same directory. All running programs importing this module see the same attributes.
'''
This is a module with persistent attributes
the attributes of this module are spread all over all instances of this module
To set attributes:
import runningConfiguration
runningConfiguration.x = y
to get attributes:
runningConfiguration.x
@niccokunzmann
niccokunzmann / .bashrc
Created April 3, 2013 10:19
These are code snippets to run in $MAGLEV_HOME to create a new maglev stone or to create a new test stone for maglev after buildmaglev was run
buildmaglev () {
use ruby &&
rake maglev:stop
rake stone:destroy[maglev]
rake build:clobber &&
rake build:maglev &&
rake maglev:reload_prims &&
rake maglev:start
}
@niccokunzmann
niccokunzmann / English.md
Last active December 25, 2015 17:05
Game Flappy-SVG: Impement improvements (higher difficulty)

German

Description

The game Flappy-SVG can be customized using Inkscape and Javascript. Resolve an existing issue that is not easy.

Requirements:

  • Comment on an issue that you want to do it. If you have solved several tasks on this game before, you can not claim tasks that are too easy for you because we need them to give others an easy start.
@niccokunzmann
niccokunzmann / English.md
Last active December 25, 2015 17:39
Game Flappy-SVG: Add your favorite background

German

Description

The game Flappy-SVG can be customized using Inkscape and Javascript. Add your favorite background to it.

Requirements:

  • If not done already, download and install Inkscape.
@niccokunzmann
niccokunzmann / English.md
Last active December 25, 2015 17:40
Game Flappy-SVG: Add your favorite character

German

Description

The game Flappy-SVG can be customized using Inkscape and Javascript. Add your favorite character to it.

Requirements:

  • If not done already, download and install Inkscape.
@niccokunzmann
niccokunzmann / English.md
Created December 25, 2015 17:43
Game Flappy-SVG: Add obstacles

German

Description

The game Flappy-SVG can be customized using Inkscape and Javascript. Add obstacles to it.

Requirements:

  • If not done already, download and install Inkscape.
  • Edit the file and add a new obstacle layer to it. It MUST be your own creation. You can transform existing figures, into SVG like this.
@niccokunzmann
niccokunzmann / English.md
Last active December 25, 2015 17:59
CoderDojo Zen: Implement new features
@niccokunzmann
niccokunzmann / English.md
Last active December 25, 2015 18:09
CoderDojo Zen: Setup Development Version