StackRating

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

Eli Bendersky

Rating
1609.26 (1,426th)
Reputation
177,862 (283rd)
Page: 1 2 3 ... 33
Title Δ
try: except: pass but in Go? (make Go not crash when there is a net... 0.00
how to find switch statement from an ast generated from pycparser? 0.00
How to use channel properly for concurrent POST API call and log th... +1.54
Why do I get this error/warning related to writing a response header? 0.00
What's the language rule behind converting a string type to byt... 0.00
How to connect to a websocket using gorilla? 0.00
Not changing parameter passed by reference 0.00
How to marshal *big.Int with protocol buffers? 0.00
What's the difference between generic and non-generic use of in... 0.00
How to write a function on a map with unknown type? 0.00
How do I compare a pointer value to raw value 0.00
How to detect goroutine leaks? 0.00
Does key exist before updating the value of that key? 0.00
Golang subproject or submodule dependency 0.00
golang compile simple app module not found (GOPATH?) 0.00
How to reset $GOROOT 0.00
How to get HTTP response without using the HTTP library in Golang? 0.00
Safe to read from shared data structure in goroutines without chann... 0.00
How do I check if array index exists? 0.00
How to call a function stored in a map from another function inside... -0.94
Using go modules with a typical directory structure, can't seem... 0.00
Why do I not get an error when running this, but I do get an error... 0.00
How to Convert []uint8 to string +0.34
How to decode JSON in Go which returns multiple elements as array o... -0.49
Method taking interface as a parameter inside interface -2.44
Running same go program multiple time throws panic: send on closed... +0.35
Function that returns Slice of Custom Interface +1.49
Connection getting closed inside goroutine 0.00
Dynamic Variables in loop 0.00
Is sync.Map the right tool for this use case? Or is a RW mutex lock... 0.00
Unit test of a singleton accessed as an interface 0.00
why doesn't my example gin app throw an error that goapi/mappin... 0.00
Execute command with stdin written programmatically and connected t... 0.00
How can I make a map of parent structs in go? 0.00
RLock evaluated but not used ! Why such an error? 0.00
Multiple implementation of the same method that might have differen... 0.00
How to handle errors for values declared outside of funcs in Go sou... 0.00
Golang search specific item inside Struct array 0.00
Creating a static binary with size less than 1MiB that can download... 0.00
How should I mock a Redis connection in Go when the connection is i... 0.00
C struct is nil when return in Go 0.00
Using the delve debugger with go modules 0.00
parse complex json from http response -0.98
How do you execute a program in Go and return to the parent process? 0.00
Running `go test` in parent directory of multiple go modules 0.00
Is it unsafe to send pointers on a channel? If yes, then why? 0.00
How to build golang projects whose dependencies depend on another v... 0.00
Pointer in func parameter: copy by value or by pointer 0.00
Need little help to understand the flow of the code ? i don't u... 0.00
Golang question Array sudoku - grid[i][j][0] -0.29