I'm not attempting to act more intelligent than anyone.
[QUOTE=geel9;31008413]I'm not attempting to act more intelligent than anyone.[/QUOTE]
Oh, for fucks sake!
I'm not arguing with you about this.
[QUOTE=DevBug;31008397]I'm talking for everyone when I say "speak naturally." This dressed up bullshit of your 'higher intelligence' writing aggravates everyone, myself included. We [B]will [/B] take you for who you are.[/QUOTE]And you're not helping by calling him a shitposter, so let's steer the conversation back into content please.
Geel, DevBug isn't speaking for everyone here.
While you do have a reputation as a shitposter, that doesn't mean you can't, or haven't, changed.
I don't know if I'm missing something here, but it looks me like DevBug is getting his panties in a twist over a bad joke Geel made, and then apologized for?
This is a line of stopping. I suck at writing text like this. So shut the fuck up and take it to a private message conversation, and don't talk about geel9 or nullsquared or anyone anymore below this line
-----------------------------------------
So geel9 and nullsquared walk into a bar...
[QUOTE=r4nk_;31008595]So geel9 and nullsquared walk into a bar...[/QUOTE]
if they like each other then have sex
else if they don't like each other then have no sex
else if the bar explodes then they're dead
else shitpost
They have a conversation which Geel9 recorded in his handy txt files.
[img]http://i.imgur.com/idHOL.png[/img]
Currently I'm working on deciphering the oify password with programming. Help me. I have the numbers 1 2 3 4 5 6. I need to know how many different ways I can stick those numbers together in groups of 1 or 2 like so
1 2 3 4 56
1 2 34 56
12 34 56
12 3 4 5 6
12 34 5 6 etc.
Its something like rPn or nPr or whatever those buttons on my calculator are. I have no idea. I think this is all the combinations but I'm probably wrong (done in notepad)
[code]
1 2 3 4 5 6
1 1 1 1 1 1 = 1 2 3 4 5 6
1 1 1 1 2 = 1 2 3 4 56
1 1 2 2 = 1 2 34 56
2 2 2 = 12 34 56
2 1 1 1 1 = 12 3 4 5 6
2 2 1 1 = 12 34 5 6
1 2 1 1 1 = 1 23 4 5 6
1 1 2 1 1 = 1 2 34 5 6
1 1 1 2 1 = 1 2 3 45 6
1 1 1 1 2 = 1 2 3 4 56
2 1 1 2 = 12 3 4 56
1 2 1 2 = 1 23 4 56
2 1 2 1 = 12 3 45 6
[/code]
[QUOTE=bobthe2lol;31008909]Currently I'm working on deciphering the oify password with programming. Help me. I have the numbers 1 2 3 4 5 6. I need to know how many different ways I can stick those numbers together in groups of 1 or 2 like so
1 2 3 4 56
1 2 34 56
12 34 56
12 3 4 5 6
12 34 5 6 etc.
Its something like rPn or nPr or whatever those buttons on my calculator are. I have no idea. I think this is all the combinations but I'm probably wrong (done in notepad)
[code]
1 2 3 4 5 6
1 1 1 1 1 1 = 1 2 3 4 5 6
1 1 1 1 2 = 1 2 3 4 56
1 1 2 2 = 1 2 34 56
2 2 2 = 12 34 56
2 1 1 1 1 = 12 3 4 5 6
2 2 1 1 = 12 34 5 6
1 2 1 1 1 = 1 23 4 5 6
1 1 2 1 1 = 1 2 34 5 6
1 1 1 2 1 = 1 2 3 45 6
1 1 1 1 2 = 1 2 3 4 56
2 1 1 2 = 12 3 4 56
1 2 1 2 = 1 23 4 56
2 1 2 1 = 12 3 45 6
[/code][/QUOTE]
nPr is calculator-speak for permutations, see [url]http://en.wikipedia.org/wiki/Permutations[/url]
[QUOTE=Dlaor-guy;31009099][img]http://i.imgur.com/2sjIt.png[/img][/QUOTE]
That took me a bit to read. I had to get up and stand at the other end of my place to read it. :(
[editline]9th July 2011[/editline]
Oh sure, the thumbnail is perfectly readable. :sigh:
[QUOTE=Chris220;31008934]nPr is calculator-speak for permutations, see [URL]http://en.wikipedia.org/wiki/Permutations[/URL][/QUOTE]
I'm not sure I understand that math, and I don't think I clarified enough. How would I generate a list of ones and twos that has all the combinations of 1 and 2 adding up to a specific length? Like,
[code]
{
{1,1,1,1,1,1}
{1,1,1,1,2}
{1,1,2,2}
{2,2,2}
{2,1,1,1,1}
...
}
[/code]
that sequence adds up to 6, but for any length? The page said something like, "An obvious way to generate permutations of [I]n[/I] is to generate values for the Lehmer code (possibly using the [URL="http://en.wikipedia.org/wiki/Factorial_number_system"]factorial number system[/URL] representation of integers up to [I]n[/I]!), and convert those into the corresponding permutations." Questions about that:
Its not obvious to me, shut up.
permutations of n? What is n made up of? What is n?
what the fuck is the Lehmer code, what te fuck are the factorial number system representations of integers up to n factorial?
And how do you convert them to the corresponding permutations?
The problem with technical wikipedia is that it assumes you already know what it's talking about.
[QUOTE=Jimbomcb;31007044][URL="http://jimbomcb.net/spec/12/"]http://jimbomcb.net/spec/12/
t[/URL]rying to work out why rockets sometimes, very rarely, appear as as a sentry. no idea why.[/QUOTE]
How do you even get all that information out of the server ?
[QUOTE=Orki;31009607]How do you even get all that information out of the server ?[/QUOTE]
He has a sourcemod plugin sending him the info.
[QUOTE=Orki;31009607]How do you even get all that information out of the server ?[/QUOTE]
I have a sourcemod plugin sending me the info.
worked out what was causing some of the entities to mess up time to time I think, and it was because I put a line in the wrong order and it had a chance to output a broken json string in a certain situation, which would pretty much screw up the data for that entity browserside.
[QUOTE=Jimbomcb;31009644]I have a sourcemod plugin sending me the info. [/QUOTE]
[img]http://i.somethingawful.com/forumsystem/emoticons/emot-ninja.gif[/img]
That was intentional right?
yes geel9, it was an intentional copy of your post to answer the question directed at me.
Been working on some kind of level editor for my 2d game (hobby, nothing comercial). It is pretty stupid, but you can make levels with it and save them [sp]to a text file :)[/sp].
You can add entities, move them around, change some parameters. You can work with parallax scrolling on and off, set layers to be visible or not, collidable or not...
It is WIP, I hope it will get better. Don't ask me how I made it, it is pretty noob-ish.
Edit: OOps, as you can see there are some bugs. Entity info and Edit Entity is not updated properly :P
[img]http://img845.imageshack.us/img845/2824/editore.jpg[/img]
What do you think about a Greasemonkey script that hashed all password input fields to a 20 character string or something? Seems like you can have ANY password become really secure.. Thoughts?
[QUOTE=Downsider;31009908]What do you think about a Greasemonkey script that hashed all password input fields to a 20 character string or something? Seems like you can have ANY password become really secure.. Thoughts?[/QUOTE]
What if you ever need to log in from a place that isn't your pc? where you dont have the greasemonkey script?
Drawing out concepts for my next project. Skydiving game with ragdoll physics! Will post pics when I have something to show :)
[QUOTE=ColdFusionV2;31010003]What if you ever need to log in from a place that isn't your pc? where you dont have the greasemonkey script?[/QUOTE]
I was thinking about having it on a website and rigged into a Javascript bookmarklet.
[QUOTE=Downsider;31010696]I was thinking about having it on a website and rigged into a Javascript bookmarklet.[/QUOTE]
Website server's hard drive fails, all backups fail, everyone's passwords are lost forever.
[IMG]http://dl.dropbox.com/u/13824718/ZScreen/2011-07/Screenshot-2011-07-09_18.09.25.png[/IMG]
Check out dem stolen sprites.
[img]http://gyazo.com/583a1ff90512cb673009087e7e8ecce6.png[/img]
The Messiah has returned!
Sorry, you need to Log In to post a reply to this thread.