TideSDK 1.3.1 http://test262.ecmascript.org/ Example Application
- Start Application
- Click on "Run"
- Click on "Run" right next to "Chapter - ch15 (8075 tests)"
package time | |
object App { | |
def main(args:Array[String]) { | |
import TimeImplicit._ | |
println(10 ns) | |
println(20 µs) | |
println(30 ms) | |
println(40 s) |
> a = Hash.new(Hash.new(0)) | |
=> {} | |
> a[DateTime.now.beginning_of_day]["abc"] = 13 | |
=> 13 | |
> a[DateTime.now.beginning_of_day]["abc"] | |
=> 13 | |
> a[DateTime.now.beginning_of_day] |
# coding: utf-8 | |
# Beispiel: | |
# > Caja.encode("Hallo Welt, es ist 13 Uhr") | |
# > Caja.decode(Caja.encode("Hallo Welt, es ist 13 Uhr")) | |
class Caja | |
@@table = { | |
"a" => "¥¥µ", | |
"h" => "þµ¥", |
// Copyright (C) 1998-2001 Logi Ragnarsson | |
import java.util.Random; | |
/** | |
* This is the class for Data Encryption Standard (DES) keys. See FIPS PUB 46-1 | |
* or DEA defined in ANSI X3.92-1981 for a complete specification. | |
* | |
* <p> | |
* DES is the most widely used block cipher, although it is nowadays normally |
[ Launch: minimal d3 area chart ] 5626496 by Salzig
[ Launch: HAW - Next Media - Tile Rechnerei ] 5693924 by Salzig
I hereby claim:
To claim this, I am signing this object:
require 'ipaddr' | |
class IPAddr | |
# netmask to the people! | |
def netmask | |
_to_string(@mask_addr) | |
end | |
end |
# gcc -v | |
Using built-in specs. | |
COLLECT_GCC=gcc | |
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper | |
Target: i686-linux-gnu | |
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu | |
Thread model: posix | |
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) |