PIY(Program It Yourself)是一個(gè)基于Java的應(yīng)用程序開(kāi)發(fā)環(huán)境,用戶可以不用編寫(xiě)代碼就可以創(chuàng)建程序。在PIY中開(kāi)發(fā)的程序可以作為標(biāo)準(zhǔn)Java jar文件而被編譯和發(fā)布。
jbuzzer is an application written in Java that allows mapping your comuter keyboard to sounds. It supports short samples as well as streaming format. The GUI allows dynamically adding and removing new slots for samples.
a Java program that reads a file containing instructions written in self-defined file (TPL in this case), and executes those instructions. This program should take the name of the TPL file as a command line parameter, and write its output to the console.
Grammatica is a C# and Java parser generator (compiler compiler). It improves upon simlar tools (like yacc and ANTLR) by creating well-commented and readable source code, by having automatic error recovery and detailed error messages, and by support for testing and debugging grammars without generating source code. It supports LL(k) grammars with an unlimited number of look-ahead tokens.