Add Pure Data (see https://puredata.info)
This commit is contained in:
@@ -71,6 +71,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
|
||||
* [Assembler 8048 Videopac](a/assembler_8048_videopac.asm)
|
||||
* [Assembler Arm](a/assembler_arm.s)
|
||||
* [Assembler Atari2600](a/assembler_atari2600.asm)
|
||||
* [Assembler Bootsect](a/assembler_bootsect.asm)
|
||||
* [Assembler Dcpu16](a/assembler_DCPU16.asm)
|
||||
* [Assembler Fasm Dos](a/assembler_fasm_dos.asm)
|
||||
* [Assembler Hla](a/assembler_hla.hla)
|
||||
@@ -93,7 +94,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
|
||||
* [Assembler Z80 Knightos](a/assembler_z80_knightos.asm)
|
||||
* [Assembler Z80 Ti83Calculator](a/assembler_z80_ti83calculator.asm)
|
||||
* [Assembler Z80 Zxspectrum](a/assembler_z80_zxspectrum.asm)
|
||||
* [Attache](a/Attache.@)
|
||||
* [Attache](a/Attache.%40)
|
||||
* [Autohotkey](a/autohotkey.ahk)
|
||||
* [Autoit](a/autoit.au3)
|
||||
* [Awful](a/awful.yuk)
|
||||
@@ -109,12 +110,14 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
|
||||
* [Befunge](b/befunge.be)
|
||||
* [Bennugd](b/BennuGD)
|
||||
* [Beta](b/beta.bet)
|
||||
* [Birl](b/BIRL.c)
|
||||
* [Bit](b/BIT.bit)
|
||||
* [Bitbitjump](b/BitBitJump.bbj)
|
||||
* [Blackrum](b/BlackRum.br)
|
||||
* [Blc](b/BLC.Blc)
|
||||
* [Blitz3D](b/blitz3d.bb)
|
||||
* [Blub](b/blub.blub)
|
||||
* [Bolgefuck](b/bolgefuck.bf)
|
||||
* [Boo](b/boo.boo)
|
||||
* [Brainfuck 2D](b/brainfuck-2d.bf2d)
|
||||
* [Brainfuck](b/brainfuck.bf)
|
||||
@@ -291,7 +294,6 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
|
||||
* [Livescript](l/livescript.ls)
|
||||
* [Llvm](l/llvm.ll)
|
||||
* [Lnusp](l/LNUSP.lnusp)
|
||||
* [Logical](l/logical.logical)
|
||||
* [Logo](l/logo.lg)
|
||||
* [Lola](l/LOLA.lola)
|
||||
* [Lolcode](l/lolcode.lol)
|
||||
@@ -385,6 +387,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
|
||||
* [Powershell](p/powershell.ps1)
|
||||
* [Processing](p/processing.pde)
|
||||
* [Prolog](p/prolog.pro)
|
||||
* [Pure Data](p/pure_data.pd)
|
||||
* [Purebasic](p/purebasic.pb)
|
||||
* [Purescript](p/purescript.purs)
|
||||
* [Pyret](p/pyret.arr)
|
||||
@@ -522,7 +525,7 @@ Meet [FizzBuzz](https://github.com/zenware/FizzBuzz), the evolution of [hello-wo
|
||||
* [Y](y/Y.y)
|
||||
* [Yaml](y/yaml.yaml)
|
||||
* [Yolang](y/yolang.yo)
|
||||
* [YoptaScript](y/yoptascript.js)
|
||||
* [Yoptascript](y/yoptascript.js)
|
||||
* [Zbd](z/zbd)
|
||||
* [Zepto](z/zepto.zp)
|
||||
* [Zetaplex](z/zetaplex.zeta)
|
||||
|
||||
4
p/pure_data.pd
Normal file
4
p/pure_data.pd
Normal file
@@ -0,0 +1,4 @@
|
||||
#N canvas 1029 457 450 300 10;
|
||||
#X obj 127 132 print;
|
||||
#X msg 127 86 Hello world!;
|
||||
#X connect 1 0 0 0;
|
||||
Reference in New Issue
Block a user