StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

zzzz

Rating
1488.64 (4,435,227th)
Reputation
56,961 (1,685th)
Page: 1 ... 5 6 7 8 9 10
Title Δ
How to get a package const value by name using reflect? +0.64
How do I catch the exception of a channel deadlocking? -0.24
What interfaces do basic types in go implement -0.29
Is there a preferred way to design signal or event APIs in Go? +1.78
How to start a process? -0.29
Embedded Interface +0.12
Quick way to detect empty values via reflection in Go -1.85
Looking for an elegant way to parse an Integer +1.09
How to read a file, abort with error if it's not valid UTF-8? -1.42
When to use anonymous functions in Go? -0.79
Using code defined in separate file in Go 0.00
C-style macros in Go +2.40
How to sort IP addresses in a trie table? 0.00
Resources files in Go 0.00
Negative zero literal in golang +0.30
How to add examples to API documentation in Go? 0.00
When using bytes.replace is there a way to use wildcards? 0.00
Read a text file, replace its words, output to another text file +0.24
Variadic generic arguments in Go +0.58
Reusable Priority queue implementation in google go +1.12
Why does Go's map iteration order vary when printing? +1.15
In Go, is it possible to perform type conversions on the multiple r... -0.41
golang: Why do I get +Inf instead of an integer or a float? -0.42
Split a string on whitespace in Go? -0.43
Golang conflicting command line flags 0.00
Slice storage reference in Go +0.53
How to use pprof in Go program +0.10
Golang regex replace does nothing 0.00
IO channels vs reader/writer 0.00
breaking out of a select statement when all channels are closed -0.35
Reading specific number of bytes from a buffered reader in golang -1.51
Go: create 3-dimensional slice (or more than 3) +0.08
How to generate hash number of a string in Go? 0.00
Convert []string to []byte -0.01
Go type conversions and unexported CGo types +0.60
When do Go's pointers dereference themselves 0.00
How can I generate HTML documents using `godoc`? +0.58
How Can i read a whole file into a string variable in golang? +0.63
Why can't I assign a *Struct to an *Interface? -0.88
golang convert iso8859-1 to utf8 -0.41
Check for nil and nil interface in Go 0.00
Exec external program/script and detect if it requests user input -0.05
CGO; C function has int pointer argument, how to pass correct type? +0.23
How do I stop a Listening server in Go -0.91
composite type and Pointer Methods 0.00
Comparing strings in Go 0.00
Why can't a method be defined both for a struct and its pointer? -1.19
Duck typing in Go 0.00
ToString() function in Go 0.00
Is there a difference between new() and "regular" allocat... +0.25