#PidginScript ###or BrahScript
variable assignment => dakine example: dakine name stay "Jon"
NULL => sostay
= operator => stay
!= operator => not
| #!/bin/sh | |
| hda-verb /dev/snd/hwC0D0 0x20 0x500 0x0 | |
| hda-verb /dev/snd/hwC0D0 0x20 0x500 0x0 | |
| hda-verb /dev/snd/hwC0D0 0x20 0x500 0x99 | |
| hda-verb /dev/snd/hwC0D0 0x20 0x500 0x99 | |
| hda-verb /dev/snd/hwC0D0 0x20 0x500 0x99 | |
| hda-verb /dev/snd/hwC0D0 0x20 0x480 0x0 | |
| hda-verb /dev/snd/hwC0D0 0x20 0x500 0x99 | |
| hda-verb /dev/snd/hwC0D0 0x20 0x480 0x0 | |
| hda-verb /dev/snd/hwC0D0 0x20 0x500 0x99 |
| #!/bin/bash | |
| # Usage | |
| # ===== | |
| # ~~~ | |
| # /opt/bin/tmux.sh [tmux args...] | |
| # ~~~ | |
| # | |
| # How to install tmux in CoreOS toolbox | |
| # ===================================== |
| /* | |
| Copyright (c) 2014 Cauê Waneck | |
| All rights reserved. | |
| Redistribution and use in source and binary forms are permitted | |
| provided that the above copyright notice and this paragraph are | |
| duplicated in all such forms and that any documentation, | |
| advertising materials, and other materials related to such | |
| distribution and use acknowledge that the software was developed | |
| by the <organization>. The name of the |
#PidginScript ###or BrahScript
variable assignment => dakine example: dakine name stay "Jon"
NULL => sostay
= operator => stay
!= operator => not
| #if macro | |
| import haxe.macro.Context; | |
| import haxe.macro.Expr; | |
| class SchemaTypeBuilder | |
| { | |
| public static function build(ref:String):haxe.macro.Type | |
| { | |
| var schema = haxe.Json.parse(sys.io.File.getContent(ref)); | |
| var type:ComplexType = parseType(schema); |
| //http://gist.github.com/632717 | |
| #if flash9 | |
| import flash.utils.TypedDictionary; | |
| import flash.net.LocalConnection; | |
| #else | |
| #error | |
| #end | |
| using Lambda; |