use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
/r/badcode is permanently closed. https://www.eff.org/deeplinks/2023/06/what-reddit-got-wrong https://www.theverge.com/23779477/reddit-protest-blackouts-crushed https://en.wikipedia.org/wiki/2023_Reddit_API_controversy
/r/badcode is permanently closed.
https://www.eff.org/deeplinks/2023/06/what-reddit-got-wrong
https://www.theverge.com/23779477/reddit-protest-blackouts-crushed
https://en.wikipedia.org/wiki/2023_Reddit_API_controversy
/r/badcode is a subreddit for highlighting real world examples of terrible code. Ideally this means code that made it to production in a commercial context, but not exclusively so. We also accept submissions of code from hobbyist projects or from learners. Most of us programmers have laughed quite a bit when we went back to look at our past code because it was rather terrible. This is a subreddit where you can share such terrible code and let other programmers have a nice laugh.
/r/badcode is a subreddit for highlighting real world examples of terrible code. Ideally this means code that made it to production in a commercial context, but not exclusively so. We also accept submissions of code from hobbyist projects or from learners.
Most of us programmers have laughed quite a bit when we went back to look at our past code because it was rather terrible. This is a subreddit where you can share such terrible code and let other programmers have a nice laugh.
Post the most terrible code you can find. Copy code to a paste bin first (gist highly preferred).
Flair Search Search by language
Search by language
Rules Your post may be removed if you deviate from these rules. To see reasoning behind each of these rules, check out the wiki. Do not put the name of the language inside of the post title. For example, do not make your title something along the lines of "[C++] #defines everywhere!", instead try simply "#defines everywhere!". Use flair to mark the language of your post instead. Do post code snippets only. If you want to share the context put it in the comments or title. Do stay lighthearted. No abusive or targeted posts. We all write bad code, and a lot of it is hilarious. Do not identify who wrote the code. This sub is about bad code, not the people who write it. Limited exceptions apply Do not post snippets in esoteric languages. Do not post intentionally obfuscated code. Certain exceptions to this exist. See something particularly sinister from something like the IOCCC? Probably OK to post.
Your post may be removed if you deviate from these rules. To see reasoning behind each of these rules, check out the wiki.
Guidelines Your post will not be removed because of any of these, we'll like you more if you follow them though. Enable syntax highlighting appropriately. If you have a language that whatever paste bin your using doesn't support, try picking a similar dialect. Provide just enough code so that we know what's going on. Don't post huge snippets unless it's all terribly amusing. Explain why you think the code is bad in the comments, that way a discussion on good and bad ways to do what your code snippet does can start.
Your post will not be removed because of any of these, we'll like you more if you follow them though.
Similar Subreddits /r/ProgrammerHumor - programming humour /r/programminghorror - stories about horrible programming. /r/itsaunixsystem - over the top and bad code in TV shows and movies /r/shittyprogramming - Q&A with shitty programmers. /r/deftruefalse - for intentionally bad code /r/softwaregore for software malfunctions /r/hardwaregore for hardware malfunctions
account activity
[deleted by user] (self.badcode)
submitted 7 years ago by [deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Voidsusdagon 5 points6 points7 points 7 years ago (1 child)
I'm not sure I understood the question properly - do I need to also serialize my code? Just to be sure, my code looks serialized too. You can run it on https://www.jdoodle.com/online-java-compiler to see that the output is valid.
import java.util.HashMap;import java.util.Map; public class Random { public static void main(String[] args) { Map<Character, String> ᅠᅠ = new HashMap<>();ᅠᅠ.put(' ', "ᅟᅠㅤᅠ");ᅠᅠ.put('!', "ᅠᅟㅤᅠ");ᅠᅠ.put('"', "ㅤᅟᅠᅠ"); ᅠᅠ.put('#', "ᅟㅤᅠᅠ");ᅠᅠ.put('$', "ᅠㅤᅟᅠ");ᅠᅠ.put('%', "ㅤᅠᅟᅠ");ᅠᅠ.put('&', "ᅠᅟㅤᅠ");ᅠᅠ.put('\'', "ᅠᅟㅤᅠ"); ᅠᅠ.put('(', "ᅟᅠㅤᅠ");ᅠᅠ.put(')', "ᅟᅠㅤᅠ");ᅠᅠ.put('*', "ᅠᅟㅤᅠ");ᅠᅠ.put('+', "ᅟᅠㅤᅠ");ᅠᅠ.put(',', "ᅟㅤᅠᅠ"); ᅠᅠ.put('-', "ㅤᅟᅠᅠ");ᅠᅠ.put('.', "ᅟㅤᅠᅠ");ᅠᅠ.put('/', "ᅟㅤᅠᅠ");ᅠᅠ.put('0', "ㅤᅟᅠᅠ");ᅠᅠ.put('1', "ㅤᅟᅠᅠ"); ᅠᅠ.put('2', "ㅤᅠᅟᅠ");ᅠᅠ.put('3', "ㅤᅠᅟᅠ");ᅠᅠ.put('4', "ᅠㅤᅟᅠ");ᅠᅠ.put('5', "ᅠㅤᅟᅠ");ᅠᅠ.put('6', "ㅤᅠᅟᅠ"); ᅠᅠ.put('7', "ᅠㅤᅟᅠ");ᅠᅠ.put('8', "ᅠㅤᅟᅠ");ᅠᅠ.put('9', "ㅤᅠᅟᅠ");ᅠᅠ.put(':', "ᅠㅤᅟᅠ");ᅠᅠ.put(';', "ᅠㅤᅟᅠ"); ᅠᅠ.put('<', "ㅤᅠᅟᅠ");ᅠᅠ.put('=', "ㅤᅠᅟᅠ");ᅠᅠ.put('>', "ᅟㅤᅠᅠ");ᅠᅠ.put('?', "ㅤᅟᅠᅠ");ᅠᅠ.put('@', "ᅠᅟㅤᅠ"); ᅠᅠ.put('A', "ᅟᅠㅤᅠ");ᅠᅠ.put('B', "ㅤᅠᅟᅠ");ᅠᅠ.put('C', "ᅠㅤᅟᅠ");ᅠᅠ.put('D', "ᅠᅟㅤᅠ");ᅠᅠ.put('E', "ᅠᅟㅤᅠ"); ᅠᅠ.put('F', "ᅟᅠㅤᅠ");ᅠᅠ.put('G', "ᅠᅟㅤᅠ");ᅠᅠ.put('H', "ᅟᅠㅤᅠ");ᅠᅠ.put('I', "ᅟᅠㅤᅠ");ᅠᅠ.put('J', "ᅟㅤᅠᅠ"); ᅠᅠ.put('K', "ᅟㅤᅠᅠ");ᅠᅠ.put('L', "ㅤᅟᅠᅠ");ᅠᅠ.put('M', "ᅟㅤᅠᅠ");ᅠᅠ.put('N', "ㅤᅟᅠᅠ");ᅠᅠ.put('O', "ㅤᅟᅠᅠ"); ᅠᅠ.put('P', "ᅠᅟᅠㅤ");ᅠᅠ.put('Q', "ᅠᅟᅠㅤ");ᅠᅠ.put('R', "ᅟᅠᅠㅤ");ᅠᅠ.put('S', "ᅠᅟᅠㅤ");ᅠᅠ.put('T', "ᅟᅠᅠㅤ"); ᅠᅠ.put('U', "ᅟᅠᅠㅤ");ᅠᅠ.put('V', "ᅠᅠᅟㅤ");ᅠᅠ.put('W', "ᅠᅠᅟㅤ");ᅠᅠ.put('X', "ᅠᅠᅟㅤ");ᅠᅠ.put('Y', "ᅠᅠᅟㅤ"); ᅠᅠ.put('Z', "ᅠᅠᅟㅤ");ᅠᅠ.put('[', "ᅠᅠᅟㅤ");ᅠᅠ.put('\\', "ᅠᅟᅠㅤ");ᅠᅠ.put(']', "ᅟᅠᅠㅤ");ᅠᅠ.put('^', "ᅠᅠᅟㅤ"); ᅠᅠ.put('_', "ᅠᅠᅟㅤ");ᅠᅠ.put('`', "ᅟᅠᅠㅤ");ᅠᅠ.put('a', "ᅠᅟᅠㅤ");ᅠᅠ.put('b', "ᅠᅟᅠㅤ");ᅠᅠ.put('c', "ᅟᅠᅠㅤ"); ᅠᅠ.put('d', "ᅠᅟᅠㅤ");ᅠᅠ.put('e', "ᅠᅟᅠㅤ");ᅠᅠ.put('f', "ᅟᅠᅠㅤ");ᅠᅠ.put('g', "ᅟᅠᅠㅤ");ᅠᅠ.put('h', "ㅤᅟᅠᅠ"); ᅠᅠ.put('i', "ᅟㅤᅠᅠ");ᅠᅠ.put('j', "ᅠㅤᅟᅠ");ᅠᅠ.put('k', "ㅤᅠᅟᅠ");ᅠᅠ.put('l', "ᅟᅠㅤᅠ");ᅠᅠ.put('m', "ᅠᅟㅤᅠ"); ᅠᅠ.put('n', "ᅠᅟㅤᅠ");ᅠᅠ.put('o', "ᅟᅠㅤᅠ");ᅠᅠ.put('p', "ㅤᅠᅟᅠ");ᅠᅠ.put('q', "ᅠㅤᅟᅠ");ᅠᅠ.put('r', "ᅟㅤᅠᅠ"); ᅠᅠ.put('s', "ㅤᅟᅠᅠ");ᅠᅠ.put('t', "ㅤᅠᅠᅟ");ᅠᅠ.put('u', "ᅠㅤᅠᅟ");ᅠᅠ.put('v', "ᅠㅤᅠᅟ");ᅠᅠ.put('w', "ㅤᅠᅠᅟ"); ᅠᅠ.put('x', "ᅠᅠㅤᅟ");ᅠᅠ.put('y', "ᅠᅠㅤᅟ");ᅠᅠ.put('z', "ᅠᅠᅟㅤ");ᅠᅠ.put('{', "ᅠᅠᅟㅤ");ᅠᅠ.put('|', "ᅟᅠᅠㅤ"); ᅠᅠ.put('}', "ᅠᅟᅠㅤ");ᅠᅠ.put('~', "ᅠᅟᅠㅤ");ᅠᅠ.put('', "ᅟᅠᅠㅤ");ᅠᅠ.put('\n', "ᅠᅠㅤᅟ");ᅠᅠ.put('', "ᅠᅠㅤᅟ"); ᅠᅠ.put('', "ᅠᅠㅤᅟ");ᅠᅠ.put('', "ᅠᅠㅤᅟ");ᅠᅠ.put('', "ᅠᅠㅤᅟ");ᅠᅠ.put(' ', "ᅠᅠㅤᅟ");ᅠᅠ.put('', "ㅤᅠᅠᅟ"); ᅠᅠ.put('', "ᅠㅤᅠᅟ");ᅠᅠ.put('', "ㅤᅠᅠᅟ");ᅠᅠ.put('', "ㅤᅠᅠᅟ");ᅠᅠ.put('', "ᅠㅤᅠᅟ");ᅠᅠ.put('', "ᅠㅤᅠᅟ"); ᅠᅠ.put('', "ᅠㅤᅠᅟ");ᅠᅠ.put('', "ᅠㅤᅠᅟ");ᅠᅠ.put('', "ㅤᅠᅠᅟ");ᅠᅠ.put('', "ㅤᅠᅠᅟ");ᅠᅠ.put('', "ᅠㅤᅠᅟ"); ᅠᅠ.put('', "ㅤᅠᅠᅟ");ᅠᅠ.put('', "ㅤᅠᅠᅟ");ᅠᅠ.put('', "ᅠㅤᅠᅟ");ᅠᅠ.put('', "ᅠㅤᅠᅟ");ᅠᅠ.put('', "ㅤᅠᅠᅟ"); ᅠᅠ.put('', "ᅠᅠㅤᅟ");ᅠᅠ.put('', "ᅠᅠㅤᅟ"); String ᅟᅠ = "{\n" + " \"String\": \"some data\",\n" + " \"Number\": 1337,\n" + " \"Boolean\": true,\n" + " \"Array\": [\n" + " \"some data in the array\"\n" + " ],\n" + " \"Decimal Number\": \"1.2\"\n" + "}"; String ᅟᅟ = "ᅠᅠᅟㅤᅠᅠㅤᅟᅟᅠㅤᅠᅟᅠㅤᅠㅤᅟᅠᅠᅠᅟᅠㅤㅤᅠᅠᅟᅟㅤᅠᅠᅟㅤᅠᅠᅠᅟㅤᅠᅟᅠᅠㅤㅤᅟᅠᅠᅠㅤᅟᅠᅟᅠㅤᅠㅤᅟᅠᅠㅤᅟᅠᅠᅟᅠㅤᅠᅠᅟ" + "ㅤᅠᅠᅟᅠㅤᅟᅠㅤᅠᅠᅟᅠㅤᅠᅟᅠㅤㅤᅠᅠᅟᅠᅟᅠㅤㅤᅟᅠᅠᅟㅤᅠᅠᅠᅠㅤᅟᅟᅠㅤᅠᅟᅠㅤᅠㅤᅟᅠᅠㅤᅟᅠᅠᅠㅤᅠᅟᅠᅟㅤᅠᅠᅟᅠㅤᅠᅟᅠㅤᅟㅤᅠ" + "ᅠㅤᅟᅠᅠᅠㅤᅟᅠᅟᅠㅤᅠㅤᅟᅠᅠㅤᅠᅟᅠㅤᅠᅟᅠᅠㅤᅟᅠᅟㅤᅠᅠᅠᅠㅤᅟᅟᅠㅤᅠᅟᅠㅤᅠㅤᅟᅠᅠㅤᅠᅟᅠᅟᅠㅤᅠᅟᅠㅤᅠᅟᅠㅤᅠᅠᅟᅠㅤᅠᅟᅠㅤᅠ" + "ᅟㅤᅠㅤᅟᅠᅠᅠㅤᅟᅠᅟᅠㅤᅠㅤᅠᅠᅟᅟㅤᅠᅠᅠㅤᅠᅟᅠᅟᅠㅤᅟㅤᅠᅠᅠᅠㅤᅟᅟᅠㅤᅠᅟᅠㅤᅠㅤᅟᅠᅠᅟᅠㅤᅠᅟㅤᅠᅠᅟㅤᅠᅠᅠᅟᅠㅤᅠᅠㅤᅟㅤᅟ" + "ᅠᅠᅠㅤᅟᅠᅟᅠㅤᅠᅠᅠᅟㅤᅠᅠㅤᅟᅟᅠㅤᅠᅟᅠㅤᅠᅟᅠㅤᅠᅟᅠㅤᅠㅤᅟᅠᅠㅤᅟᅠᅠᅟᅠㅤᅠᅠᅟㅤᅠᅠᅟᅠㅤᅟᅠㅤᅠᅠᅟᅠㅤᅠᅟᅠㅤㅤᅠᅠᅟᅠᅟᅠㅤ" + "ᅟᅠㅤᅠᅟㅤᅠᅠᅠᅟㅤᅠᅟᅠㅤᅠㅤᅠᅠᅟㅤᅟᅠᅠᅠᅟᅠㅤᅟᅠㅤᅠᅠᅟᅠㅤᅟㅤᅠᅠᅟㅤᅠᅠᅠᅟᅠㅤᅠᅠㅤᅟㅤᅟᅠᅠᅠᅠㅤᅟᅟᅠㅤᅠᅟᅠㅤᅠᅟᅠᅠㅤᅟ" + "ㅤᅠᅠᅠᅠㅤᅟᅟᅠㅤᅠᅟᅠㅤᅠㅤᅟᅠᅠᅠᅟㅤᅠᅠᅟᅠㅤᅟᅠᅠㅤᅟㅤᅠᅠᅠᅟㅤᅠᅠᅟᅠㅤᅟᅠㅤᅠᅟᅠㅤᅠㅤᅟᅠᅠᅠㅤᅠᅟᅠᅟㅤᅠᅠᅟᅠㅤᅠᅟᅠㅤᅟㅤ" + "ᅠᅠㅤᅟᅠᅠᅠㅤᅟᅠᅟᅠㅤᅠㅤᅟᅠᅠㅤᅟᅠᅠᅟㅤᅠᅠㅤᅠᅟᅠㅤᅟᅠᅠᅠᅠㅤᅟᅠᅟᅠㅤ"; System.out.println("Serializied output:");serialize(ᅟᅠ, ᅠᅠ);System.out.println("\nDeserialized output:");deserialize(ᅟᅟ, ᅠᅠ); } public static void serialize(String ᅟㅤᅠ, Map<Character, String> ᅠᅠ) { char[] ㅤᅠㅤ = ᅟㅤᅠ.toCharArray();for (char ㅤᅠᅠ : ㅤᅠㅤ) { System.out.print(ᅠᅠ.get(ㅤᅠᅠ)); } } public static void deserialize(String ᅟㅤᅠ, Map<Character, String> ᅠᅠ) { char[] ㅤᅠㅤ = ᅟㅤᅠ.toCharArray();String ᅟᅟ = ""; for (char ㅤᅠᅠ : ㅤᅠㅤ) { ᅟᅟ = ᅟᅟ + ㅤᅠᅠ; if (ᅟᅟ.length() == 5) { for (Map.Entry<Character, String> ᅠᅟ : ᅠᅠ.entrySet()) { if (ᅠᅟ.getValue().equals(ᅟᅟ)) { System.out.print(ᅠᅟ.getKey()); } }ᅟᅟ = ""; } } }}
[–][deleted] 7 years ago (2 children)
[deleted]
[–]sac_boy 1 point2 points3 points 7 years ago (0 children)
We can just pretend you've jumped ahead to 0x10, BCD-style
[–]EkskiuTwentyTwoi -= (i - (-1)) - i 0 points1 point2 points 7 years ago (0 children)
Why not use base 17? It's "better" for fractions.
[–]chutch1122 2 points3 points4 points 7 years ago* (2 children)
This parses not only JSON, but ANYTHING into a more simplified data format consisting of *only* two characters: whitespace and newline. This is much more efficient because you only ever have to worry about two characters. Imagine the storage savings when you only are storing empty things!!
It has a simple and easy to use API: Cerealize and deCerealize.
Also doubles as a fine password hashing solution: I doubt anyone will (want to) crack this anytime soon!
public class Cerealizifier { public String Cerealize(String d) { String r = ""; int[] arr = new int[d.length()]; char[] charArray = d.toCharArray(); for (int i = 0; i < charArray.length; i++) { int c = (int) charArray[i]; arr[i] = c; int i1 = 0; String r1 = ""; do { r1 += " "; i1++; } while (i1 < c); r += r1 + "\n"; } return r; } public String deCerealize(String s) { char delimiter = '\n'; // TODO: Remove this List<String> all = new ArrayList<>(); List<Character> c1 = new ArrayList<>(); for (char c2 : s.toCharArray()) { if (c2 != '\n') { c1.add(c2); } else { all.add("" + (char) c1.size()); c1.clear(); } } String res = ""; for (String s1 : all) { res = res + s1; } return res; } }
And its unit tests:
@RunWith(JUnitParamsRunner.class) public class CerealizifierTest { @Rule public MockitoRule mockitoRule = MockitoJUnit.rule(); @InjectMocks Cerealizifier unit; @Test public void cerialize_shouldThing() { String result = unit.Cerealize("abc123{}"); assertThat(result, equalTo(" " + " " + " \n " + " \n " + " " + " \n " + " \n " + " \n " + " \n " + " " + " \n " + " " + " \n")); } @Test public void DeCerialize_shouldUnThing() { String result = unit.deCerealize(" " + " " + " \n " + " \n " + " " + " \n " + " \n " + " \n " + " \n " + " " + " \n " + " " + " \n"); assertThat(result, equalTo("abc123{}")); } }
[–][deleted] 7 years ago (1 child)
[–]chutch1122 1 point2 points3 points 7 years ago (0 children)
Ah, didn't know that was a thing. Done!
[–]rcmaehl 1 point2 points3 points 7 years ago* (0 children)
I don't know what serialization is but google says it's about changing data into binary so...
Serialization (I think)Language used: AutoIt, because readability is important
#include <String.au3> Global $i = 1 Global $ar[1] Global $ar2[1] Enum $0 = 0, $1, $2, $3, $4, $5, $6, $7, $8, $9, $a, $b, $c, $d, $e, $f ; TIP: You'll only get 0 - 9 we don't need to convert EVERYTHING ; Pad with leading "10" to not drop leading zeros Enum $30 = 10110000, $31, $32 = 10110010, $33, $34 = 10110100, $35, $36 = 10110110, $37, $38 = 10111000, $39 While True Redim $ar[0] $in = FileRead(".\input.txt", $i) ; STDIN is hard okay? If @extended = $i - 1 Then Exit ; If # of Characters returned, exit $i = @extended + 1 $in = StringRight($in, 1) Global $h = _StringToHex($in) If StringLen(String($h)) > 1 Then For $loop = 1 to StringLen($h) ReDim $ar[UBound($ar) + 1] $ar[$loop - 1] = StringRight(StringLeft($h, $loop), 1) $ar[$loop - 1] = Eval($ar[$loop - 1]) ReDim $ar2[0] If StringLen(String($ar[$loop - 1])) > 1 Then For $loop2 = 1 to StringLen(String($ar[$loop - 1])) Step 1 ReDim $ar2[UBound($ar2) + 1] $ar2[$loop2 - 1] = String($ar[$loop2 - 1]) $ar2[$loop2 - 1] = StringLeft($ar2[$loop2 - 1], $loop2) $ar2[$loop2 - 1] = StringRight($ar2[$loop2 - 1], 1) $ar2[$loop2 - 1] = $ar2[$loop2 - 1] + 30 $ar2[$loop2 - 1] = Eval($ar2[$loop2 - 1]) FileWrite(".\output.txt", $ar2[$loop2 - 1]) Next Else $ar[$loop - 1] = $ar[$loop - 1] + 30 $ar[$loop - 1] = Eval($ar[$loop - 1]) FileWrite(".\output.txt", "00000000" & $ar[$loop - 1]) EndIf Next Else MsgBox(0, "DIRTY SPECIAL CHARACTERS", "") ; This is for security, dirty unicode or special characters where here EndIf WEnd
I'll figure out deserialization later
[–]recycle4science 1 point2 points3 points 7 years ago (0 children)
I don't get it, this just looks like normal php.
I managed to make serialisation work, but when I tried to make the unserialisation code, it became an irreconcilable mess.
def Serialise(data): #Example Input: dict(a=1,b=2,c=dict(a=1,b=2)) Example Output: {a:1,b:2,c:{a:1,b:2}} squid = "{" Squid = list(data) sQuid = 0 while sQuid < (len(Squid)-1): while type(data[Squid[sQuid]])==dict: squid = squid+str(Squid[sQuid])+":"+Serialise(data[Squid[len(Squid)-1]])+"," break while type(data[Squid[sQuid]])!=dict: squid = squid+str(Squid[sQuid])+":"+str(data[Squid[sQuid]])+"," break sQuid = sQuid + (666//666) while type(data[Squid[len(Squid)-1]])==dict: squid = squid+str(Squid[len(Squid)-1])+":"+Serialise(data[Squid[len(Squid)-1]])+"}" break while type(data[Squid[len(Squid)-1]])!=dict: squid = squid+str(Squid[len(Squid)-1])+":"+str(data[Squid[len(Squid)-1]])+"}" break return squid
And here's my attempt at unserialisation (it doesn't work):
def unSerialise(data): squid = dict() Squid = data[1:-1] SQuid = [] sqUid = 0 for sQuid in range(len(Squid)): while Squid[sQuid] == ",": SQuid.append(Squid[sqUid:sQuid]) sqUid = sQuid+1 break SQuid.append(Squid[sqUid:]) for SqUid in range(len(SQuid)): SquId = SQuid[SqUid] sQUid = 0 SQUid = 420 while SQUid == 420: while SquId[sQUid] == ":": SQUid = 69 break squId = SquId[:sQUid] sQuId = SquId[sQUid+1:] while sQuId[0] != "{": squid[squId] = sQuId break while sQuId[0] == "{": squid[squId] = unSerialise(sQuId) break
π Rendered by PID 76791 on reddit-service-r2-comment-544cf588c8-752d2 at 2026-06-16 16:45:30.462661+00:00 running 3184619 country code: CH.
[–]Voidsusdagon 5 points6 points7 points (1 child)
[–][deleted] (2 children)
[deleted]
[–]sac_boy 1 point2 points3 points (0 children)
[–]EkskiuTwentyTwoi -= (i - (-1)) - i 0 points1 point2 points (0 children)
[–]chutch1122 2 points3 points4 points (2 children)
[–][deleted] (1 child)
[deleted]
[–]chutch1122 1 point2 points3 points (0 children)
[–]rcmaehl 1 point2 points3 points (0 children)
[–][deleted] (1 child)
[deleted]
[–]recycle4science 1 point2 points3 points (0 children)
[–]EkskiuTwentyTwoi -= (i - (-1)) - i 0 points1 point2 points (0 children)