HQ9
Up one levelreal world problems to be solved in the Pd language
- helloworld.pd by IOhannes m zmoelnig — last modified 2007-10-10 10:16 AM
- print "hello world!" to the console when banged
- quine.pd by IOhannes m zmoelnig — last modified 2007-10-10 10:17 AM
- reproduces itself into a new window when banged
- quine_cheat.pd by IOhannes m zmoelnig — last modified 2007-10-10 10:17 AM
- a "cheat" quine that reads the sourcecode of itself from disk and print it to the pd-console when banged
- 99bottles.pd by IOhannes m zmoelnig — last modified 2007-10-10 10:18 AM
- print the text of the famous song "99 bottles of beer on the wall" to the pd-console when banged
- HQ9+.pd by IOhannes m zmoelnig — last modified 2008-01-07 07:10 PM
- an HQ9+ interpreter written in Pd-vanilla
- TODO by IOhannes m zmoelnig — last modified 2008-01-07 07:12 PM
- aka "LATER"
- HQ9 by IOhannes m zmoelnig — last modified 2007-10-18 02:30 PM
- implementations of HQ9 problems
- ackermann.pd by IOhannes m zmoelnig — last modified 2015-04-11 11:02 PM
- Implementation of the Ackermann function.