geekhack
geekhack Community => Off Topic => Topic started by: swill on Thu, 17 October 2013, 18:41:22
-
[attach=1]
Edit: apparently grammar errors are not tolerated in notes to self...
Edit2: Computer-Lab in Basement inspired simplification...
[attach=2]
Edit3: metalliqaz correctly pointed out that I am missing the class reference to self in the function signature. :)
-
you're broke*
Make sure you spell correctly before showing off your code.
-
does not understand English
-
I can simplify that:
if (gh.membershipStatus = true) {
wallet.funds == 0;
}
Just assume a boolean is used to determine membership status...
-
I can simplify that:
if (gh.membershipStatus = true) {
wallet.funds == 0;
}
this
-
you're broke*
Make sure you spell correctly before showing off your code.
maybe he meant, "your broke @$$ pwned by wallethack"
-
Hahaha this gave me a good laugh :)
-
I can simplify that:
if (gh.membershipStatus = true) {
wallet.funds == 0;
}
Just assume a boolean is used to determine membership status...
If only it would stop at 0 lol, damn credit cards and the ability to go lower than 0!
-
I can simplify that:
if (gh.membershipStatus = true) {
wallet.funds == 0;
}
Just assume a boolean is used to determine membership status...
If only it would stop at 0 lol, damn credit cards and the ability to go lower than 0!
haha, so true...
-
Yeah funds is signed, unfortunately.
-
I can simplify that:
if (gh.membershipStatus = true) {
wallet.funds == 0;
}
Just assume a boolean is used to determine membership status...
:)) :)) :))
-
I can simplify that:
if (gh.membershipStatus = true) {
wallet.funds == 0;
}
Just assume a boolean is used to determine membership status...
keep it to python damn it. :))
if self.gh_member:
self.wallet = 0
-
I can simplify that:
if (gh.membershipStatus = true) {
wallet.funds == 0;
}
Just assume a boolean is used to determine membership status...
swap == and =.
-
And just remove the "== true" while you're at it. :P
-
what are we even talking about? remove the first and the third lines.