Recent public codes are listed below. You can filter them by the following programming languages:
- view
- All
- Ada
- Assembler
- Assembler
- AWK (gawk)
- AWK (mawk)
- Bash
- bc
- Brainf**k
- C
- C#
- C++
- C++0x
- C99 strict
- CLIPS
- Clojure
- COBOL
- COBOL 85
- Common Lisp (clisp)
- D (dmd)
- Erlang
- F#
- Factor
- Falcon
- Forth
- Fortran
- Go
- Groovy
- Haskell
- Icon
- Intercal
- Java
- JavaScript (rhino)
- JavaScript (spidermonkey)
- Lua
- Nemerle
- Nice
- Nimrod
- Objective-C
- Ocaml
- Oz
- Pascal (fpc)
- Pascal (gpc)
- Perl
- Perl 6
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python 3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- SQL
- Tcl
- Text
- Unlambda
- VB.NET
- Whitespace
-
1 2 3 4 5 6 7 8 9
import std.stdio; template Tuple(E...) { alias E Tuple; } string foo(string[] str...) {
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; template Tuple(E...) { alias E Tuple; } string foo(string[] str...) {
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; template Tuple(E...) { alias E Tuple; } string foo(string[] str...) {
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; template Tuple(E...) { alias E Tuple; } template MixinTuple(S...) {
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; template Tuple(E...) { alias E Tuple; } template MixinTuple(string[] s...) {
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; void main() { int abc, def; foreach(string s; ["abc", "def"]) { writeln(mixin(s)); }
-
1 2 3 4 5 6 7 8
import std.stdio; void main() { int abc, def; foreach(string s; ["abc", "def"]) writeln(mixin(s)); }
-
1 2 3 4 5 6 7 8 9
import std.stdio; string foo(string[] str...) { char[] c; foreach(s; str) { c ~= "writeln(" ~ s ~ ");"; }
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; string foo(string str...) { char[] c; foreach(s; str) { c ~= "writeln(" ~ s ~ ");"; }
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; string foo(string str...) { char[] c; foreach(s; str) { c ~= "writeln(" ~ s ~ ");"; }
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; string foo(string str...) { char[] c; foreach(s; str) { c ~= "writeln(" ~ s ~ ");"; }
...
-
1 2 3 4 5 6 7 8
import std.stdio; void main() { int abc, def; foreach(s; ["abc", "def"]) writeln(mixin(s)); }
-
1 2 3 4 5 6 7 8 9
/* D言語 2012/1/20 D言語の機能、mixinとタプルについて。 1. ミックスイン mixin(string src); とすることで、srcをソースコードに含めることができる。 Example: */ /+
...
-
1 2 3 4 5
import std.string; void main() { // ljustify!string("hello"); // Error: function std.string.ljustify!(string).ljustify is deprecated auto J = ljustify("s",15); // no error here }
-
1 2 3 4 5 6 7 8 9
import std.stdio; interface IHoge @guid("{00000000-0000-0000-0000-000000000000}") { } interface IFuga : IHoge @guid("{00000000-0000-0000-0000-000000000001}")
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; class Test1 { public: void hello() { writeln("hello."); }
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; class Test1 { public: void hello() { writeln("hello."); }
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; class Test1 { public: void hello() { writeln("hello."); }
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; class Test1 { public: void hello() { writeln("hello."); }
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; class singleton(T) { public: // 唯一のインスタンス生成手段 static T getInstance() { synchronized
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; class singleton(T) { public: // 唯一のインスタンス生成手段 static T get() { synchronized
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; class singleton(T) { public: // 唯一のインスタンス生成手段 static T get() { synchronized
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; class singleton(T) { public: // 唯一のインスタンス生成手段 static T get() { synchronized
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; class singleton(T) { public: // 唯一のインスタンス生成手段 static T get() { synchronized
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; class singleton(T) { // 唯一のインスタンス生成手段 static T get() { synchronized {
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; class singleton(T) { // 唯一のインスタンス生成手段 static T get() { synchronized {
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; class singleton(T) { // 唯一のインスタンス生成手段 static T get() { synchronized {
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; class singleton(T) { // 唯一のインスタンス生成手段 static T get() { synchronized {
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; class singleton(T) { // 唯一のインスタンス生成手段 static T get() { synchronized {
...
-
1 2 3 4 5 6 7 8 9
import std.stdio; class singleton(T) { // 唯一のインスタンス生成手段 static T get() { synchronized {
...


