cwchen

Cwchen's Pastebin

Taiwan    11,939 552,562 0 11 years ago
Name / Title Added Expires Hits Comments Syntax  
[Go] Comparison operators Sep 9th, 2017 Never 565 0 Go -
[Go] Arithmetic operators Sep 9th, 2017 Never 553 0 Go -
[Go] arithmetic operation between two different types. Sep 7th, 2017 Never 517 0 Go -
[Go] Overflow demo. Sep 7th, 2017 Never 495 0 Go -
[Go] Declaring a constant Sep 7th, 2017 Never 506 0 Go -
[Go] short variable declaration Sep 7th, 2017 Never 661 0 Go -
[Go] Using a variable Sep 7th, 2017 Never 504 0 Go -
[Go] Hello World (with comments) Aug 20th, 2017 Never 494 0 Go -
[Go] Hello World Aug 20th, 2017 Never 510 0 Go -
[Rust] Call Vector class from main. Sep 14th, 2017 Never 1,141 0 Rust -
[Rust] Implement Add trait for Vector class. Sep 14th, 2017 Never 1,154 0 Rust -
[Rust] Implementing fmt::Debug trait for Vector class. Sep 14th, 2017 Never 1,169 0 Rust -
[Rust] custom from_slice constructor of Vector class. Sep 14th, 2017 Never 1,164 0 Rust -
[Rust] Implementing Clone trait for Vector class. Sep 14th, 2017 Never 1,263 0 Rust -
[Rust] Vector class Sep 14th, 2017 Never 1,158 0 Rust -
[Rust] Using generics in objects Sep 8th, 2017 Never 1,173 0 Rust -
[Rust] Using generics in functions Sep 8th, 2017 Never 1,099 0 Rust -
[Rust] Using Result objects Sep 8th, 2017 Never 1,086 0 Rust -
[Rust] Pseudocode with generics Sep 4th, 2017 Never 1,099 0 Rust -
[Rust] Pseudocode without generics Sep 4th, 2017 Never 1,130 0 Rust -
[Rust] Calling Rational class Sep 4th, 2017 Never 3,478 0 Rust -
[Rust] Implementing Display trait for Rational Sep 4th, 2017 Never 3,453 0 Rust -
[Rust] Implementing Add trait for Rational Sep 4th, 2017 Never 3,556 0 Rust -
[Rust] The constructor of Rational class Sep 4th, 2017 Never 3,480 0 Rust -
[Rust] Rational class Sep 4th, 2017 Never 3,518 0 Rust -
[Rust] Calling Basketball class. Sep 4th, 2017 Never 3,564 0 Rust -
[Rust] Basketball class, implementing both Color and Shape Sep 4th, 2017 Never 3,609 0 Rust -
[Rust] Ball class, which implements Shape trait Sep 4th, 2017 Never 3,572 0 Rust -
[Rust] Orange class, which implements Color trait Sep 4th, 2017 Never 3,585 0 Rust -
[Rust] Inheriting traits Sep 4th, 2017 Never 3,630 0 Rust -
[Rust] Using Creature and Character classes Sep 3rd, 2017 Never 3,651 0 Rust -
[Rust] Character class Sep 3rd, 2017 Never 3,666 0 Rust -
[Rust] Creature class Sep 3rd, 2017 Never 3,657 0 Rust -
[Rust] Priority trait Sep 3rd, 2017 Never 3,669 0 Rust -
[Rust] Using Drive trait Aug 28th, 2017 Never 3,754 0 Rust -
[Rust] Implementing Drive trait in different car classes Aug 28th, 2017 Never 3,716 0 Rust -
[Rust] The Drive trait Aug 28th, 2017 Never 3,746 0 Rust -
[Rust] Using Color class Aug 28th, 2017 Never 3,715 0 Rust -
[Rust] The RGB getter of Color class. Aug 28th, 2017 Never 3,759 0 Rust -
[Rust] The HSL model constructor of Color class Aug 28th, 2017 Never 3,800 0 Rust -
[Rust] The CYMK model constructor of Color class Aug 28th, 2017 Never 3,806 0 Rust -
[Rust] The RGB model constructor of Color class Aug 28th, 2017 Never 3,811 0 Rust -
[Rust] Color class (which is an enum) Aug 28th, 2017 Never 3,824 0 Rust -
[Rust] Using Point class. Aug 28th, 2017 Never 3,781 0 Rust -
[Rust] The (public) getters of Point class Aug 28th, 2017 Never 3,826 0 Rust -
[Rust] The (private) setters of Point class Aug 28th, 2017 Never 3,887 0 Rust -
[Rust] The constructor of Point class Aug 28th, 2017 Never 3,879 0 Rust -
[Rust] Point class with private fields Aug 28th, 2017 Never 3,938 0 Rust -
[Rust][Console] Error message when accessing private methods Aug 28th, 2017 Never 3,870 0 Bash -
[Rust] public and private methods Aug 28th, 2017 Never 3,945 0 Rust -
[Rust] Point class demo Aug 28th, 2017 Never 3,854 0 Rust -
[Rust] static lifetime in a constant Aug 27th, 2017 Never 1,679 0 Rust -
[Rust] explicit static lifetime Aug 27th, 2017 Never 1,677 0 Rust -
[Rust][excerpt] struct with explicit lifetime Aug 27th, 2017 Never 1,692 0 Rust -
[Rust][excerpt] Lifetime with mutation Aug 27th, 2017 Never 1,699 0 Rust -
[Rust] Explicit lifetime Aug 27th, 2017 Never 1,705 0 Rust -
[Rust] Implicit lifetime Aug 27th, 2017 Never 1,703 0 Rust -
[Rust] Lifetime error demo Aug 27th, 2017 Never 1,684 0 Rust -
[Rust] Borrowing with modification demo Aug 27th, 2017 Never 606 0 Rust -
[Rust] Borrowing demo (with error) Aug 27th, 2017 Never 581 0 Rust -
[Rust] Borrowing demo Aug 27th, 2017 Never 573 0 Rust -
[Rust] Ownership issues in functions Aug 27th, 2017 Never 598 0 None -
[Rust] Copying a value, no moved value Aug 27th, 2017 Never 614 0 Rust -
[Rust] Moved vector (with error) Aug 27th, 2017 Never 571 0 Rust -
[Rust] Pointer to interger Aug 27th, 2017 Never 585 0 Rust -
[Rust] String formatting Aug 26th, 2017 Never 987 0 Rust -
[Rust] Writing to standard error Aug 26th, 2017 Never 914 0 Rust -
[Rust] Concatenating two Rust string objects Aug 26th, 2017 Never 906 0 Rust -
[Rust] Concatenating a Rust string Aug 26th, 2017 Never 945 0 Rust -
[Rust] Iterating a Rust string with chars method Aug 26th, 2017 Never 921 0 None -
[Rust] Indexing a Rust string (error) Aug 26th, 2017 Never 902 0 None -
[Rust] Creating Rust strings. Aug 26th, 2017 Never 903 0 Rust -
[Rust] A complex module calling demo. Aug 23rd, 2017 Never 1,578 0 Rust -
Convert from zh-TW to zh-CN Dec 24th, 2018 Never 305 0 Perl -
[Haskell] Lazy evaluation in Haskell. Nov 8th, 2017 Never 559 0 Haskell -
[Go] Functions with multiple returning values. Sep 30th, 2017 Never 937 0 Go -
[C++] lifetime error demo (undefined behavior) Aug 27th, 2017 Never 1,676 0 C++ -
[C++] Reference demo Aug 27th, 2017 Never 622 0 C++ -
[C] Dangling pointer demo Aug 27th, 2017 Never 557 0 C -
[Rust] Modifying a vector in-place Aug 27th, 2017 Never 644 0 Rust -
[C] Modifying a vector in-place Aug 27th, 2017 Never 570 0 C -
[C] Pointer to interger Aug 27th, 2017 Never 584 0 C -
[Console] A Rust error message when indexing a Rust string Aug 26th, 2017 Never 909 0 Bash -
[Console] Checking Go (golang) version Aug 25th, 2017 Never 499 0 Bash -
[Rust] module alias demo Aug 23rd, 2017 Never 1,638 0 Rust -
[Rust] Implementing hello in chinese::greeting module Aug 23rd, 2017 Never 1,565 0 None -
[Rust] Implementing hello in english::greeting module. Aug 23rd, 2017 Never 1,539 0 Rust -
[Rust] Declaring a submodule. Aug 23rd, 2017 Never 1,553 0 Rust -
[Rust] Declaring two modules. Aug 23rd, 2017 Never 1,554 0 Rust -
[Console] The overall archetecture of our phrase project. Aug 23rd, 2017 Never 1,579 0 Bash -
[Console] Creating the Rust library project phrase Aug 23rd, 2017 Never 1,543 0 Bash -
[TOML} dependent on local library phrase Aug 23rd, 2017 Never 1,541 0 None -
[Rust] Calling a function from a nested module Aug 23rd, 2017 Never 1,585 0 Rust -
[TOML] Call a Rust library from a Git repo Aug 23rd, 2017 Never 1,578 0 None -
[TOML] A sample Rust config with local library Aug 23rd, 2017 Never 1,561 0 None -
[Rust] Writing an application in a Rust application project. Aug 23rd, 2017 Never 1,597 0 Rust -
[Rust] Writing a function in a Rust library project. Aug 23rd, 2017 Never 1,581 0 Rust -
[Console] Create a Rust library project. Aug 23rd, 2017 Never 1,585 0 Bash -
[Console] Create a Rust application project Aug 23rd, 2017 Never 1,549 0 Bash -
[Rust] nested module demo. Aug 23rd, 2017 Never 1,584 0 Rust -