We're a place where coders share, stay up-to-date and grow their careers.
Automate all the things! Hack all the things!
All private interactions must abide by the code of conduct.
2 Solutions again. Go: package main import ( "bytes"...
Dec 6 '20
And an alternative solution in PHP :-D <?for(;$p=fgets(...
Dec 5 '20
Warning this might be offensive to some :D My Saturday was to...
With a bit of bitshifting: package main import ( "buf...
Go again, a bit hacky with the very last element package m...
Hm, that was a bad example. Basically anything triggering an...
Dec 4 '20
Yes. CSRF has nothing to do with a common codebase. It protec...
Dec 3 '20
A bit of Go package main import ( "fmt" ) const ( ...
Recent comments
Advent of Code 2020 Solution Megathread - Day 6: Custom Customs
2 Solutions again. Go: package main import ( "bytes"...
Advent of Code 2020 Solution Megathread - Day 5: Binary Boarding
And an alternative solution in PHP :-D <?for(;$p=fgets(...
Advent of Code 2020 Solution Megathread - Day 4: Passport Processing
Warning this might be offensive to some :D My Saturday was to...
Advent of Code 2020 Solution Megathread - Day 5: Binary Boarding
With a bit of bitshifting: package main import ( "buf...
Advent of Code 2020 Solution Megathread - Day 4: Passport Processing
Go again, a bit hacky with the very last element package m...
Do I Need CSRF Token?
Hm, that was a bad example. Basically anything triggering an...
Do I Need CSRF Token?
Yes. CSRF has nothing to do with a common codebase. It protec...
Advent of Code 2020 Solution Megathread - Day 3: Toboggan Trajectory
A bit of Go package main import ( "fmt" ) const ( ...