StackRating

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

icza

Rating
1760.64 (28th)
Reputation
198,363 (239th)
Page: 1 ... 4 5 6 7 8 ... 68
Title Δ
ioutil.ReadAll alternative that only consumes data, without duplica... 0.00
How can I reverse map using reflection 0.00
Any side effects to having a large number of mutexes? 0.00
Using 'go build' fetches dependencies even though they are... 0.00
Reverse bits of unit32 in go +0.18
"not a valid Win32 Application" when building on a Window... +0.19
Go program memory consumption keeps increasing on Windows Server 2016 0.00
A question of running mechanism of select statement 0.00
What is a difference between these two "slice copy" appro... +0.19
Can I have a function to check if a key is in a map? +0.19
What struct can I use to decode a JSON array of arrays of strings? 0.00
Zero out anonymous global struct +0.22
Error handing in Go: When to ignore errors? +0.16
Golang - Find month and day of month from YearDay int32 0.00
error when building , getting : "suspect or " 0.00
Parsing an array of json objects in GO 0.00
io.LimitReader EOF when reading http.Body -3.02
How does select block wait on ctx.Done() operation? +0.19
Why is runtime.Gosched not working sometimes? 0.00
How to change the default value of map 0.00
Copy map values to struct of pointers 0.00
Can `len()` be greater than `cap()` for a slice in Go? 0.00
How to clear sync.Map 0.00
May I resize the buffered channel's size? 0.00
How to declare a variable of a custom type (like time.Date) in go? 0.00
Sort grouping by ID while keeping slice positions by index using so... 0.00
Error making a []map[string]interface{} with for loop -> panic:... 0.00
How to fmt.Printf("%b",...) but with the number of digits... 0.00
How to implement a singleton +0.19
bson.M {} deepequal does not seem to hande int32 0.00
How to type assert ad-hoc struct to concrete struct 0.00
Go Converting an integer from a string +0.18
json.Unmarshal Ignore json string value inside a json string, dont... 0.00
Why changing copy of pointer does not affect the initial object -1.23
How to create a matrix of bytes Golang 0.00
Why Golang packages have to be v0 or v1 and not v2020 +0.17
Indexing with pointers - How pointer works with slices? +0.95
How does control go to a main goroutine when no line calls it? 0.00
Nested loops in Go templates 0.00
Can I deploy a Go project in Tomcat? 0.00
Does golang allocate new memory when reassign a new struct to a var... 0.00
Golang - How to display modules version from inside of code 0.00
Terminating function execution if a context is cancelled +0.19
How can I automatically add dependency packages to go.mod 0.00
Creating 8 bit binary data from 4,3, and 1 bit data in Golang 0.00
A faster or slower way to clear truncated pointers? 0.00
How to access a variable up the callstack in Go 0.00
how to convert the given code in go templating 0.00
Function defines unnamed parameters but caller still passes values 0.00
How to modify the value of a simple type through pointer receiver m... +1.32