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
set message "|||||aa|bb" if [catch {exec echo $message >> abc.txt} message] { puts "ERROR: $message" }
-
1 2 3 4 5
set message "|||||aa|bb" if [catch {exec echo $message >> abc.txt} message] { puts "ERROR: $message" }
-
1 2 3 4 5
set message {|||||aa|bb} if [catch {exec echo $message >> abc.txt} message] { puts "ERROR: $message" }
-
1
exec echo ^||| >>abc.txt
-
1
exec echo ^|||
-
1
exec echo ^||
-
1
echo ^||
-
1
exec echo "^|||"
-
1
exec echo ^|||
-
1
exec echo \||||
-
1
exec echo "||"
-
1 2
set message \|||| exec echo $message
-
1 2
set $message "||||" exec echo $message
-
1 2
set message "\#||||" exec echo $message
-
1 2
set message "\\||||" exec echo $message
-
1 2
set message "\||||" exec echo $message
-
1 2
set message "||||" exec echo $message
-
1 2
set message "||||" echo $message
-
1 2
set message "||||" puts $message
-
1 2
puts [format %04x [clock clicks]]
-
1 2 3
puts [[format %04x [clock clicks]] 0 3]
-
1 2 3
puts [format %04x [clock clicks]] 0 3
-
1 2 3 4
set uid [string range [format %04x [clock clicks]] 0 3] puts $uid
-
1 2 3 4 5 6
set uid [string range [format %04x [clock clicks]] 0 3] append uid [string range [format %04x [clock clicks]] 2 5] append uid [string range [format %04x [clock clicks]] end-3 end] puts $uid
-
1 2 3 4 5 6
set uid [string range [format %04x [clock clicks]] 0 3] append uid [string range [format %04x [clock clicks]] 2 5] append uid [string range [format %04x [clock clicks]] end-3 end] puts uid
-
1
puts [string range [format %04x [clock clicks]] end-3 end]
-
1
puts [format %04x [clock clicks]]end-3 end]
-
1
puts [format %04x [clock clicks]]
-
1
puts [format %04x [clock clicks]
-
1 2 3 4 5 6 7 8 9
sorcierfxk@odbx:~/Bureau/experimental/ProxyHTTPServer/src$ python ProxyHTTPServer.py Serving HTTP on 0.0.0.0 port 8000 ... testing url http://login.live.com/login.srf?wa=wsignin1.0&rpsnv=11&ct=1272368765&rver=6.0.5276.0&wp=MCLBI&wlcxt=msdn%24msdn%24msdn&wreply=http:%2F%2Fmsdn.microsoft.com%2Ffr-fr%2Fdefault.aspx&lc=1036&id=254354 WARNING MSDN LOGIN DETECTED !!! Redirected to http://192.168.2.220/index.html localhost - - [27/Apr/2010 22:04:35] "GET http://login.live.com/login.srf?wa=wsignin1.0&rpsnv=11&ct=1272368765&rver=6.0.5276.0&wp=MCLBI&wlcxt=msdn%24msdn%24msdn&wreply=http:%2F%2Fmsdn.microsoft.com%2Ffr-fr%2Fdefault.aspx&lc=1036&id=254354 HTTP/1.1" 404 - testing url http://login.live.com/CSS/WEBBlue1033.css?x=1 testing url http://login.live.com/images/WLIDLogo.gif localhost - - [27/Apr/2010 22:04:36] "GET http://login.live.com/images/WLIDLogo.gif HTTP/1.1" 200 -


