Pastebin
API
tools
faq
paste
Login
Sign up
Cwchen's Pastebin
Taiwan
13,205
606,016
0
12 years ago
Name / Title
Added
Expires
Hits
Comments
Syntax
[Go] Comparison operators
Sep 9th, 2017
Never
616
0
Go
-
[Go] Arithmetic operators
Sep 9th, 2017
Never
591
0
Go
-
[Go] arithmetic operation between two different types.
Sep 7th, 2017
Never
549
0
Go
-
[Go] Overflow demo.
Sep 7th, 2017
Never
530
0
Go
-
[Go] Declaring a constant
Sep 7th, 2017
Never
533
0
Go
-
[Go] short variable declaration
Sep 7th, 2017
Never
706
0
Go
-
[Go] Using a variable
Sep 7th, 2017
Never
551
0
Go
-
[Go] Hello World (with comments)
Aug 20th, 2017
Never
527
0
Go
-
[Go] Hello World
Aug 20th, 2017
Never
544
0
Go
-
[Rust] Call Vector class from main.
Sep 14th, 2017
Never
1,222
0
Rust
-
[Rust] Implement Add trait for Vector class.
Sep 14th, 2017
Never
1,242
0
Rust
-
[Rust] Implementing fmt::Debug trait for Vector class.
Sep 14th, 2017
Never
1,252
0
Rust
-
[Rust] custom from_slice constructor of Vector class.
Sep 14th, 2017
Never
1,243
0
Rust
-
[Rust] Implementing Clone trait for Vector class.
Sep 14th, 2017
Never
1,341
0
Rust
-
[Rust] Vector class
Sep 14th, 2017
Never
1,242
0
Rust
-
[Rust] Using generics in objects
Sep 8th, 2017
Never
1,259
0
Rust
-
[Rust] Using generics in functions
Sep 8th, 2017
Never
1,181
0
Rust
-
[Rust] Using Result objects
Sep 8th, 2017
Never
1,172
0
Rust
-
[Rust] Pseudocode with generics
Sep 4th, 2017
Never
1,187
0
Rust
-
[Rust] Pseudocode without generics
Sep 4th, 2017
Never
1,216
0
Rust
-
[Rust] Calling Rational class
Sep 4th, 2017
Never
3,546
0
Rust
-
[Rust] Implementing Display trait for Rational
Sep 4th, 2017
Never
3,534
0
Rust
-
[Rust] Implementing Add trait for Rational
Sep 4th, 2017
Never
3,654
0
Rust
-
[Rust] The constructor of Rational class
Sep 4th, 2017
Never
3,564
0
Rust
-
[Rust] Rational class
Sep 4th, 2017
Never
3,599
0
Rust
-
[Rust] Calling Basketball class.
Sep 4th, 2017
Never
3,658
0
Rust
-
[Rust] Basketball class, implementing both Color and Shape
Sep 4th, 2017
Never
3,696
0
Rust
-
[Rust] Ball class, which implements Shape trait
Sep 4th, 2017
Never
3,667
0
Rust
-
[Rust] Orange class, which implements Color trait
Sep 4th, 2017
Never
3,694
0
Rust
-
[Rust] Inheriting traits
Sep 4th, 2017
Never
3,717
0
Rust
-
[Rust] Using Creature and Character classes
Sep 3rd, 2017
Never
3,752
0
Rust
-
[Rust] Character class
Sep 3rd, 2017
Never
3,758
0
Rust
-
[Rust] Creature class
Sep 3rd, 2017
Never
3,759
0
Rust
-
[Rust] Priority trait
Sep 3rd, 2017
Never
3,768
0
Rust
-
[Rust] Using Drive trait
Aug 28th, 2017
Never
3,858
0
Rust
-
[Rust] Implementing Drive trait in different car classes
Aug 28th, 2017
Never
3,831
0
Rust
-
[Rust] The Drive trait
Aug 28th, 2017
Never
3,853
0
Rust
-
[Rust] Using Color class
Aug 28th, 2017
Never
3,815
0
Rust
-
[Rust] The RGB getter of Color class.
Aug 28th, 2017
Never
3,873
0
Rust
-
[Rust] The HSL model constructor of Color class
Aug 28th, 2017
Never
3,910
0
Rust
-
[Rust] The CYMK model constructor of Color class
Aug 28th, 2017
Never
3,909
0
Rust
-
[Rust] The RGB model constructor of Color class
Aug 28th, 2017
Never
3,933
0
Rust
-
[Rust] Color class (which is an enum)
Aug 28th, 2017
Never
3,952
0
Rust
-
[Rust] Using Point class.
Aug 28th, 2017
Never
3,894
0
Rust
-
[Rust] The (public) getters of Point class
Aug 28th, 2017
Never
3,938
0
Rust
-
[Rust] The (private) setters of Point class
Aug 28th, 2017
Never
3,996
0
Rust
-
[Rust] The constructor of Point class
Aug 28th, 2017
Never
3,992
0
Rust
-
[Rust] Point class with private fields
Aug 28th, 2017
Never
4,053
0
Rust
-
[Rust][Console] Error message when accessing private methods
Aug 28th, 2017
Never
3,989
0
Bash
-
[Rust] public and private methods
Aug 28th, 2017
Never
4,079
0
Rust
-
[Rust] Point class demo
Aug 28th, 2017
Never
3,964
0
Rust
-
[Rust] static lifetime in a constant
Aug 27th, 2017
Never
1,769
0
Rust
-
[Rust] explicit static lifetime
Aug 27th, 2017
Never
1,779
0
Rust
-
[Rust][excerpt] struct with explicit lifetime
Aug 27th, 2017
Never
1,775
0
Rust
-
[Rust][excerpt] Lifetime with mutation
Aug 27th, 2017
Never
1,790
0
Rust
-
[Rust] Explicit lifetime
Aug 27th, 2017
Never
1,792
0
Rust
-
[Rust] Implicit lifetime
Aug 27th, 2017
Never
1,799
0
Rust
-
[Rust] Lifetime error demo
Aug 27th, 2017
Never
1,771
0
Rust
-
[Rust] Borrowing with modification demo
Aug 27th, 2017
Never
642
0
Rust
-
[Rust] Borrowing demo (with error)
Aug 27th, 2017
Never
634
0
Rust
-
[Rust] Borrowing demo
Aug 27th, 2017
Never
612
0
Rust
-
[Rust] Ownership issues in functions
Aug 27th, 2017
Never
645
0
None
-
[Rust] Copying a value, no moved value
Aug 27th, 2017
Never
656
0
Rust
-
[Rust] Moved vector (with error)
Aug 27th, 2017
Never
602
0
Rust
-
[Rust] Pointer to interger
Aug 27th, 2017
Never
613
0
Rust
-
[Rust] String formatting
Aug 26th, 2017
Never
1,060
0
Rust
-
[Rust] Writing to standard error
Aug 26th, 2017
Never
982
0
Rust
-
[Rust] Concatenating two Rust string objects
Aug 26th, 2017
Never
987
0
Rust
-
[Rust] Concatenating a Rust string
Aug 26th, 2017
Never
1,021
0
Rust
-
[Rust] Iterating a Rust string with chars method
Aug 26th, 2017
Never
1,001
0
None
-
[Rust] Indexing a Rust string (error)
Aug 26th, 2017
Never
975
0
None
-
[Rust] Creating Rust strings.
Aug 26th, 2017
Never
963
0
Rust
-
[Rust] A complex module calling demo.
Aug 23rd, 2017
Never
1,671
0
Rust
-
Convert from zh-TW to zh-CN
Dec 24th, 2018
Never
894
0
Perl
-
[Haskell] Lazy evaluation in Haskell.
Nov 8th, 2017
Never
1,110
0
Haskell
-
[Go] Functions with multiple returning values.
Sep 30th, 2017
Never
972
0
Go
-
[C++] lifetime error demo (undefined behavior)
Aug 27th, 2017
Never
1,761
0
C++
-
[C++] Reference demo
Aug 27th, 2017
Never
658
0
C++
-
[C] Dangling pointer demo
Aug 27th, 2017
Never
584
0
C
-
[Rust] Modifying a vector in-place
Aug 27th, 2017
Never
675
0
Rust
-
[C] Modifying a vector in-place
Aug 27th, 2017
Never
617
0
C
-
[C] Pointer to interger
Aug 27th, 2017
Never
614
0
C
-
[Console] A Rust error message when indexing a Rust string
Aug 26th, 2017
Never
986
0
Bash
-
[Console] Checking Go (golang) version
Aug 25th, 2017
Never
557
0
Bash
-
[Rust] module alias demo
Aug 23rd, 2017
Never
1,725
0
Rust
-
[Rust] Implementing hello in chinese::greeting module
Aug 23rd, 2017
Never
1,643
0
None
-
[Rust] Implementing hello in english::greeting module.
Aug 23rd, 2017
Never
1,624
0
Rust
-
[Rust] Declaring a submodule.
Aug 23rd, 2017
Never
1,630
0
Rust
-
[Rust] Declaring two modules.
Aug 23rd, 2017
Never
1,658
0
Rust
-
[Console] The overall archetecture of our phrase project.
Aug 23rd, 2017
Never
1,662
0
Bash
-
[Console] Creating the Rust library project phrase
Aug 23rd, 2017
Never
1,633
0
Bash
-
[TOML} dependent on local library phrase
Aug 23rd, 2017
Never
1,627
0
None
-
[Rust] Calling a function from a nested module
Aug 23rd, 2017
Never
1,684
0
Rust
-
[TOML] Call a Rust library from a Git repo
Aug 23rd, 2017
Never
1,661
0
None
-
[TOML] A sample Rust config with local library
Aug 23rd, 2017
Never
1,641
0
None
-
[Rust] Writing an application in a Rust application project.
Aug 23rd, 2017
Never
1,690
0
Rust
-
[Rust] Writing a function in a Rust library project.
Aug 23rd, 2017
Never
1,664
0
Rust
-
[Console] Create a Rust library project.
Aug 23rd, 2017
Never
1,674
0
Bash
-
[Console] Create a Rust application project
Aug 23rd, 2017
Never
1,643
0
Bash
-
[Rust] nested module demo.
Aug 23rd, 2017
Never
1,667
0
Rust
-
Most Recent
1
2
3
4
5
Oldest
Public Pastes
Untitled
1 hour ago | 8.54 KB
Untitled
1 hour ago | 9.63 KB
Untitled
3 hours ago | 8.93 KB
Untitled
3 hours ago | 7.42 KB
Untitled
5 hours ago | 11.38 KB
Untitled
7 hours ago | 10.12 KB
Untitled
7 hours ago | 5.91 KB
Untitled
9 hours ago | 9.65 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!