Skip to content

Commit

Permalink
package 02.28.2014
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwing committed Feb 27, 2014
1 parent b2f8bf1 commit 88f0661
Show file tree
Hide file tree
Showing 512 changed files with 182,870 additions and 143,295 deletions.
7,244 changes: 3,613 additions & 3,631 deletions kitchen-sink/demo.js

Large diffs are not rendered by default.

42 changes: 42 additions & 0 deletions kitchen-sink/docs/cirru.cirru
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
-- https://github.com/Cirru/cirru-gopher/blob/master/code/scope.cr,

set a (int 2)

print (self)

set c (child)

under c
under parent
print a

print $ get c a

set c x (int 3)
print $ get c x

set just-print $ code
print a

print just-print

eval (self) just-print
eval just-print

print (string "string with space")
print (string "escapes \n \"\\")

brackets ((((()))))

"eval" $ string "eval"

print (add $ (int 1) (int 2))

print $ unwrap $
map (a $ int 1) (b $ int 2)

print a
int 1
, b c
int 2
, d
28 changes: 28 additions & 0 deletions kitchen-sink/docs/gherkin.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
@these @are @tags
Feature: Serve coffee
Coffee should not be served until paid for
Coffee should not be served until the button has been pressed
If there is no coffee left then money should be refunded

Scenario Outline: Eating
Given there are <start> cucumbers
When I eat <eat> cucumbers
Then I should have <left> cucumbers

Examples:
| start | eat | left |
| 12 | 5 | 7 |
| 20 | 5 | 15 |

Scenario: Buy last coffee
Given there are 1 coffees left in the machine
And I have deposited 1$
When I press the coffee button
Then I should be served a "coffee"

# this a comment

"""
this is a
pystring
"""
5 changes: 4 additions & 1 deletion kitchen-sink/docs/ini.ini
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
TODO
[.ShellClassInfo]
IconResource=..\logo.png
[ViewState]
FolderType=Generic
7 changes: 7 additions & 0 deletions kitchen-sink/docs/smarty.smarty
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{foreach $foo as $bar}
<a href="{$bar.zig}">{$bar.zag}</a>
<a href="{$bar.zig2}">{$bar.zag2}</a>
<a href="{$bar.zig3}">{$bar.zag3}</a>
{foreachelse}
There were no rows found.
{/foreach}
12 changes: 1 addition & 11 deletions src-min-noconflict/ace.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src-min-noconflict/ext-chromevox.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 88f0661

Please sign in to comment.