StackRating

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

andybalholm

Rating
1543.89 (10,068th)
Reputation
9,043 (17,146th)
Page: 1 2
Title Δ
Golang not incrementing by 0.1 +3.48
Why is `math.Sin` disallowed in a Go constant? +5.23
What use case does pointers to pointer (eg **int) have? +2.72
Why can't I use a pointer to a specific type where *interface{}... +3.67
How to fmt.Println() memory not allocated by the go program? -2.99
GoLang Print the Number of Occurances of the Values in an Array +3.45
How to return hash and bytes in one step in Go? -4.38
Get full tag / line number from net/html 0.00
Why are Slices insides structs "passed by reference" when... +3.81
Why Go channels limit the buffer size +3.71
GO - Is array copy a deep copy or shallow copy? 0.00
Large number of transient objects - avoiding contention 0.00
Idiomatic way to initialise an empty string in Go +4.37
How big is the channel queue in Golang? 0.00
Why Go design not to mark as error when assign a variable to whatev... +3.92
Is there any significant performance difference between Query and Q... 0.00
Idiomatic Go for abstracting resource allocation/deallocation 0.00
Is the http server in the go libraries nonblocking? 0.00
Golang parse HTML, extract all content with <body> </body&... -2.04
Can data coming from different channels into select statement get i... 0.00
How do I interpret PostgreSQL error messages from within Go? 0.00
Insert string array into postgres text array field 0.00
Inserting an array into a Postgresql database in Golang 0.00
Methods and receivers in Go 0.00
Equivalent of Rails console for Go 0.00
Discover the return type of the current function in go -2.52
Conceptual memory model of the Go language -3.58
Post-increment operator in function argument in Go, not possible? 0.00
Any difference in using an empty interface or an empty struct as a... -3.82
Go: Unmarshaling results from Neo4j transaction -2.31
Using html.ParseFragment in a generic way 0.00
JSON marshall nullable type value in database/sql Go -0.28
Go: How would you "Pretty Print"/"Prettify" HTML? +4.35
Structs as keys in Golang maps 0.00
Date/time comparison in golang 0.00
Golang are package block variables thread safe? 0.00
How would I mock a call to ioutil.ReadFile in go? 0.00
How should Go library code initialize and use random number generat... +4.03
Golang combining errors +3.71
golang - HTTP client always escaped the URL -2.89
Abstracting string slice try index method to all slice types 0.00
Handling lots of req / sec in go or nodejs -0.09
named parameters in database/sql and database/sql/driver -4.23
What is go's preferred way to synchronize goroutines 0.00
Newbie: Properly sizing a []byte size in GO (Chunking) 0.00
Go/Golang sql.DB reuse in functions +3.62
How to access a variable in an union in a struct from the Windows A... +3.66
Structuring models in Go -0.33
What exactly is happening when Go returns multiple values -2.62
is resp.Body.Close() necessary if we don't read anything from the b... 0.00