Pastebin
API
tools
faq
paste
Login
Sign up
Cwchen's Pastebin
Taiwan
10,018
487,367
0
11 years ago
Name / Title
Added
Expires
Hits
Comments
Syntax
[Go] Using channels.
Nov 28th, 2017
Never
844
0
Go
-
[Go] Using goroutine.
Nov 28th, 2017
Never
865
0
Go
-
[Go] Queue generated by genny
Nov 21st, 2017
Never
540
0
Go
-
[Go] Queue template for genny
Nov 21st, 2017
Never
505
0
Go
-
[Go] Using lists.
Nov 21st, 2017
Never
509
0
Go
-
[Go][excerpt] list filter.
Nov 21st, 2017
Never
500
0
Go
-
[Go][excerpt] list push
Nov 21st, 2017
Never
513
0
Go
-
[Go][excerpt] List class
Nov 21st, 2017
Never
500
0
Go
-
[Go] Sorting demo.
Nov 21st, 2017
Never
528
0
Go
-
[Go] Higher-order function combo.
Nov 15th, 2017
Never
605
0
Go
-
[Go] Higher-order function: enumerate
Nov 15th, 2017
Never
539
0
Go
-
[Go] Higher-order function: zip
Nov 15th, 2017
Never
552
0
Go
-
[Go] Higher-order function: partition
Nov 15th, 2017
Never
554
0
Go
-
[Go] Higher-order function: reduce
Nov 15th, 2017
Never
573
0
Go
-
[Go] Higher-order function: apply
Nov 15th, 2017
Never
557
0
Go
-
[Go] Higher-order function: filter.
Nov 15th, 2017
Never
533
0
Go
-
[Go] Strict evaluation in Go.
Nov 8th, 2017
Never
476
0
Go
-
[Go] Closure demo.
Nov 8th, 2017
Never
480
0
Go
-
[Go] Higher-order function demo.
Nov 8th, 2017
Never
620
0
Go
-
[Go] function object
Nov 8th, 2017
Never
458
0
Go
-
[Go] Recover demo.
Oct 28th, 2017
Never
508
0
Go
-
[Go] Panic demo.
Oct 28th, 2017
Never
513
0
Go
-
[Go] Passing boolean as error.
Oct 28th, 2017
Never
535
0
Go
-
[Go] Ignoring the error.
Oct 28th, 2017
Never
519
0
Go
-
[Go] Terminating the program on error.
Oct 28th, 2017
Never
507
0
Go
-
[Go] Print out error messages.
Oct 28th, 2017
Never
516
0
Go
-
[Go] Error when reading files.
Oct 28th, 2017
Never
506
0
Go
-
[Go] Division by zero
Oct 28th, 2017
Never
666
0
Go
-
[Go] Using void interface in Go fmt library.
Oct 7th, 2017
Never
753
0
Go
-
[Go] Type assertion with switch statement.
Oct 7th, 2017
Never
762
0
Go
-
[Go] Type assertion with uncertainty
Oct 7th, 2017
Never
769
0
Go
-
[Go] Type assertion.
Oct 7th, 2017
Never
777
0
Go
-
[Go] Adding to void interface values (with error)
Oct 7th, 2017
Never
762
0
Go
-
[Go] Void interface demo.
Oct 7th, 2017
Never
776
0
Go
-
[Go] Overriding String method.
Oct 7th, 2017
Never
767
0
Go
-
[Go] Builder pattern demo.
Oct 7th, 2017
Never
756
0
Go
-
[Go] Interface embedding
Oct 7th, 2017
Never
761
0
Go
-
[Go] IPoint interface demo.
Oct 7th, 2017
Never
758
0
Go
-
[Go] IPoint interface.
Oct 7th, 2017
Never
748
0
Go
-
[Go] Embedding a pointer.
Oct 5th, 2017
Never
832
0
Go
-
[Go][excerpt] Wrong polymorphism.
Oct 5th, 2017
Never
926
0
Go
-
[Go] Embedding Point into Point3D
Oct 5th, 2017
Never
839
0
Go
-
[Go] Point class with static methods
Oct 5th, 2017
Never
1,244
0
Go
-
[Go] Creating a Point class with methods.
Oct 5th, 2017
Never
906
0
Go
-
[Go][excerpt] Creating a Vector class.
Oct 5th, 2017
Never
827
0
Go
-
[Go] Creating a Point class.
Oct 5th, 2017
Never
930
0
Go
-
[Go] init function demo.
Sep 30th, 2017
Never
838
0
Go
-
[Go] Alternatives to functional overloading.
Sep 30th, 2017
Never
862
0
Go
-
[Go] Simulating default parameters with structs
Sep 30th, 2017
Never
865
0
Go
-
[Go] Functions with varargs.
Sep 30th, 2017
Never
856
0
Go
-
[Go] C-style objects in Go
Sep 30th, 2017
Never
877
0
Go
-
[Go] Functions with returning values.
Sep 30th, 2017
Never
855
0
Go
-
[Go] Functions with parameters.
Sep 30th, 2017
Never
848
0
Go
-
[Go] Hello World in function
Sep 30th, 2017
Never
874
0
Go
-
[Go] Allocating memory for a struct.
Sep 27th, 2017
Never
1,142
0
Go
-
[Go] Dynamically allocate a chunk of memory for an integer.
Sep 27th, 2017
Never
1,025
0
Go
-
[Go] Declaring a pointer to an integer.
Sep 27th, 2017
Never
1,028
0
Go
-
[Go] Memorizing the order of a map.
Sep 23rd, 2017
Never
572
0
Go
-
[Go] Map doesn't guarantee its order.
Sep 23rd, 2017
Never
570
0
Go
-
[Go] Iterating through a map.
Sep 23rd, 2017
Never
564
0
Go
-
[Go] Deleting a key-value pair in map.
Sep 23rd, 2017
Never
563
0
Go
-
[Go] Check the existence of some key in map.
Sep 23rd, 2017
Never
651
0
Go
-
[Go] Default value for non-existing key in map.
Sep 23rd, 2017
Never
553
0
Go
-
[Go] Map demo.
Sep 23rd, 2017
Never
549
0
Go
-
[Go] Removing an element from a slice.
Sep 20th, 2017
Never
945
0
Go
-
[Go] Extending a slice (from 5 to 8).
Sep 20th, 2017
Never
930
0
Go
-
[Go] Creating a slice dynamically.
Sep 20th, 2017
Never
935
0
Go
-
[Go] Simulating a matrix with a multi-dimensional slice.
Sep 20th, 2017
Never
941
0
Go
-
[Go] Creating a slice from an array.
Sep 20th, 2017
Never
945
0
Go
-
[Go] Iterating through a slice.
Sep 20th, 2017
Never
943
0
Go
-
[Go] Modifying the elements in an array.
Sep 20th, 2017
Never
936
0
Go
-
[Go] Modifying elements in an array (no effect)
Sep 20th, 2017
Never
939
0
Go
-
[Go] Iterating through an array, with dummy variable.
Sep 20th, 2017
Never
931
0
Go
-
[Go] Iterating through an array.
Sep 20th, 2017
Never
928
0
Go
-
[Go] Array declaration, short form.
Sep 20th, 2017
Never
941
0
Go
-
[Go] Array demo.
Sep 20th, 2017
Never
943
0
Go
-
[Go] Nested struct.
Sep 19th, 2017
Never
635
0
Go
-
[Go] Person struct w/ heterogenous fields.
Sep 19th, 2017
Never
632
0
Go
-
[Go] Calculating the distance between two points w/ struct.
Sep 19th, 2017
Never
1,301
0
Go
-
[Go] Anonymous struct demo
Sep 19th, 2017
Never
654
0
Go
-
[Go] struct demo
Sep 19th, 2017
Never
634
0
Go
-
[Go] guess number demo.
Sep 16th, 2017
Never
873
0
Go
-
[Go] defer demo.
Sep 16th, 2017
Never
881
0
Go
-
[Go] goto demo.
Sep 16th, 2017
Never
864
0
Go
-
[Go] break with labels demo.
Sep 16th, 2017
Never
875
0
Go
-
[Go] continue demo.
Sep 16th, 2017
Never
861
0
Go
-
[Go] break demo.
Sep 16th, 2017
Never
868
0
Go
-
[Go] for (in C style) demo.
Sep 16th, 2017
Never
862
0
Go
-
[Go] Infinite loop demo
Sep 16th, 2017
Never
888
0
Go
-
[Go] for (as while) demo.
Sep 16th, 2017
Never
858
0
Go
-
[Go] switch without variable demo
Sep 14th, 2017
Never
405
0
Go
-
[Go] switch with fallthrough demo.
Sep 14th, 2017
Never
429
0
Go
-
[Go] switch demo
Sep 14th, 2017
Never
416
0
Go
-
[Go] Judging current system with switch
Sep 14th, 2017
Never
413
0
Go
-
[Go] multiple else if demo
Sep 14th, 2017
Never
422
0
Go
-
[Go] if ... else if ... else demo
Sep 14th, 2017
Never
435
0
Go
-
[Go] if .. else demo
Sep 14th, 2017
Never
421
0
None
-
[Go] if demo
Sep 14th, 2017
Never
431
0
Go
-
[Go] Bitwise operators
Sep 9th, 2017
Never
473
0
Go
-
[Go] Logic operators
Sep 9th, 2017
Never
486
0
Go
-
Most Recent
1
2
3
4
5
Oldest
Public Pastes
⭐ get any gift card for FREE⭐ 90
JavaScript | 1 sec ago | 0.18 KB
⭐️ EARN $500 INSTANTLY⭐ 7C
JavaScript | 1 sec ago | 0.18 KB
⭐ Binance Account hack 9U
JavaScript | 3 sec ago | 0.18 KB
⭐️ EARN $500 INSTANTLY QN
JavaScript | 8 sec ago | 0.18 KB
⭐ get any gift card for FREE⭐ O4
JavaScript | 9 sec ago | 0.18 KB
⭐ Binance Account hack 3L
JavaScript | 9 sec ago | 0.18 KB
⭐ FREE giftcards method⭐ 0A
JavaScript | 15 sec ago | 0.18 KB
⭐️ EARN $500 INSTANTLY LR
JavaScript | 16 sec ago | 0.18 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!