A bit late to the party on this one, but Facepunch just opensourced a bunch of their code, I nominate that.
Programmer Humor
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
I don't recognize the name, what dud facepunch make?
Garry's Mod. Rust (the game, not the programming language).
Ahh, ok yeah makes sense
Php, ob_start + ob_clean and friends. On backend. Nothing could go wrong, right
Sounds like a motel horror story.
#4 is a good thing. ORMs do not make queries better or safer, they make them easier for devs that don't learn SQL or safe calls. In some cases, they have been shown to cause slowdowns.
Doesn't that mean that your encryption algorithm and key is stored inside the code?
And since you are opening the code in Visual Studio anyway, just follow the function called by the "Decrypt" button, copy the function into another project and now you have a decryptor.
I believe so but I don't remember the exact encryption algorithm and don't have access to the code anymore.
This was the same place that had a 500 line file named glob_vars.cs which you can guess the content of because "passing around variables cause memory leak issues".
Sounds like a motel horror story.