搜索结果
-
开源项目:(2861)
项目名称::scrumproject
项目简介
Just a inner project of Dexstrys that used for practice of scrum.,
项目名称::Stil
项目简介
Stil (Specification and Test Implementation Language) is a DSL that features a specification-like syntax, while using Test::Unit behind the scenes.
项目名称::rubybytes
项目简介
Byte handling extension for Ruby 1.9 written in C.
This extension allows you to pack objects into a string of bytes.
Documentation at http://hackerhosting.com/rubybytes/doc .
项目名称::phpuby
项目简介
Allows you to write php code like:
function test($x,$y){
echo $x;
yield($x,$y);
echo $y;
yield($y,$x);
}
test(1,2)[$a,$b | echo $a*$b];
test(2,3)[$a,$b | $a = $b+$a; echo $b*($a+$b)];
#Or bring it back the other way:
[$a, $b | echo $a*$b](1,2); ...
项目名称::jabber-bot
项目简介
Jabber::Bot has moved to GitHub: http://github.com/brettstimmerman/jabber-bot,