• What are you working on? v19
    6,590 replies, posted
[code]2 cmpxchg[/code] Wait, who's been coding their own locks?
Oooh I see what happened, it's not returning the page sometimes because I'm not 'logged in'. [editline]10th August 2011[/editline] Esa, you broke my automerge man :(
[QUOTE=WeltEnSTurm;31653803]It has nothing to do with Garry's Mod so I can't really post it into the Lua version of this thread, but neither does it have much to do with me programming. Anyway, I made a Lua tutorial. Let me know what you think, if you're bored. [url]http://weltensturm.bplaced.net/tutorials/lua/[/url] It's my first tutorial ever, so.. don't take it serious :v:[/QUOTE] Have you thought of using something like this [url]http://alexgorbatchev.com/SyntaxHighlighter/[/url] for the syntax? It gets abit tiering to read atm
I think I know why "edited" has 625 occurrences. I've been trying out Processing, and sorting out how to handle animations for actors in my sidescroller.
[QUOTE=Richy19;31654085]Have you thought of using something like this [url]http://alexgorbatchev.com/SyntaxHighlighter/[/url] for the syntax? It gets abit tiering to read atm[/QUOTE] Yes, I didn't get around implementing one yet.
[code]108 mexican[/code] I don't remember this being on every page.
What the shit, there's really 108 instances of mexican? Is mexican in someone's name or something...? Is it caused by the flags :V?
[QUOTE=Jawalt;31654245]What the shit, there's really 108 instances of mexican? Is mexican in someone's name or something...? Is it caused by the flags :V?[/QUOTE]The flags don't seem to have alt text or readable names, so I think someone here really likes talking about Mexicans, or is named it.
[QUOTE=ZenX2;31654140]I think I know why "edited" has 625 occurrences. I've been trying out Processing, and sorting out how to handle animations for actors in my sidescroller.[/QUOTE] Hey just thought I would warn you as you are using polycode, well il just quote something that the creator said: [quote]As for freeing memory, I have a bad habit of not explicitly freeing memory on quitting, which doesn't really matter as the OS cleans up after the application, but it's probably a good idea to do it anyway.[/quote]
[QUOTE]<meta name="keywords" content="mexican, flags, names, readable, text, talking, mexicans, named, likes, caused, shit, working, instances, v?the, someones" />[/QUOTE] Uhh what the shit facepunch? Ahh I see: [QUOTE]Because of the unexpected thread lock, I figured no one would post a new thread for fear that someone else would beat them to the punch (before they found all the necessary highlights), so I decided to cut that mexican standoff short. [/QUOTE] There's a copy of OP on every page.
[QUOTE=Jawalt;31654488]Uhh what the shit facepunch?[/QUOTE]Well, that explains it being the same as the page count.
[QUOTE=Jawalt;31653939]I just calculated the most used words in waywo, removing some obvious slips from the HTML/Javascript contained in the pages, so these aren't 100% correct. But I have come to conclusion... we're boring as fuck. [url]http://pastebin.com/6JpR8XH1[/url] Anything with less than 1 mention was removed, I also removed most 1 letter ones, but got bored after a while. [editline]10th August 2011[/editline] Fuck was only said 26 times in the entire 107 pages of WAYWO.... hmm, something might be wrong. Edit: [url]http://pastebin.com/iVUA5ZuL[/url] Sorted by word length instead, this one is actually more interesting.[/QUOTE] [img]http://gyazo.com/91ec03b9250a5bdf44cf2fc74c51e309.png[/img] :v: [editline]10th August 2011[/editline] You guys never did forget the name
"2 definitly" [URL="http://www.d-e-f-i-n-i-t-e-l-y.com/"]Gah.[/URL]
Are you parsing HTML or just pulling everything that looks like a word? Because it looks like all the content is in <blockquote> - and you could even filter out quotes and source code easily...sounds like a fun little project.
[QUOTE=Night-Eagle;31654820]Are you parsing HTML or just pulling everything that looks like a word? Because it looks like all the content is in <blockquote> - and you could even filter out quotes and source code easily...sounds like a fun little project.[/QUOTE] At the moment I'm just pulling words from the document, the work required to parse it versus the quality gained is fairly low. Actually I'm going to do this fo 'real.
Is taking a position and a width and a height and then looping through all the pixels in the box a good way to draw a box or is there a better, more efficient way to do it?
[media]http://www.youtube.com/watch?v=d0ByM6mkce4[/media]
Jawalt, you can really narrow the scope of your project by parsing Facepunch HTML rather than just HTML. It makes the problem almost trivial as you can make tons of assumptions about the input, fixing that ratio of effort to results.
I'm surprised at how easy it was to remove Box2D integration from my game. All I had to do was modify two classes (Entity and SceneManager) and remove all the physics centric ones (about 8). I wasn't aware that I coded it that modular.
Re-writing [url=http://imgur.com/tools/]hyperdekstop[/url] because, frankly, it's shit. [B]Menu[/B] [img]http://i.imgur.com/oPGUh.png[/img] [B]Upload Confirmation, also copies URL to clipboard[/B] [img]http://i.imgur.com/yOYSi.png[/img] [B]Window Selection[/B] [quote][img]http://i.imgur.com/p8Vtj.png[/img][/quote] [B]Window Selection resizer[/B] [quote][img]http://i.imgur.com/EXZhc.png[/img][/quote] Everything works except the selection rectangle. I want to do it properly with multi-monitor support but I haven't thought about how yet. Also gonna make the Window Selection UI look nicer, I just wanted it working for now. All images for this post were uploaded using it, so I think it works pretty well.
[QUOTE=neos300;31655177]I'm surprised at how easy it was to remove Box2D integration from my game. All I had to do was modify two classes (Entity and SceneManager) and remove all the physics centric ones (about 8). I wasn't aware that I coded it that modular.[/QUOTE] Any particular reason you've removed it?
[QUOTE=Jawalt;31653939]-word count stuff-[/QUOTE] [quote]11 pacman[/quote] Since when was someone making a pacman clone?
[QUOTE=CarlBooth;31655242] Everything works except the selection rectangle. I want to do it properly with multi-monitor support but I haven't thought about how yet. [/QUOTE] You could take window's monitor information into account, and remind the user to set up their monitors properly in the display options.
[QUOTE=Dlaor-guy;31657065]Since when was someone making a pacman clone?[/QUOTE] waka waka baby
[QUOTE=Dlaor-guy;31657065]Since when was someone making a pacman clone?[/QUOTE] [img]http://i.imgur.com/E1613.png[/img] I like it, it's interesting because you have to think before you turn the field, because the ghosts react to gravity like you do. But my colleague says it's not fun so it's been in "almost finished" state since half a year. Pacman actually goes waka with his animation. That is the best part.
Updated the list, with changes so it only looks at content of posts. [QUOTE]1051 but 1116 this 1163 have 1168 be 1389 on 1414 with 1860 for 1995 in 2346 is 2416 that 2663 you 2894 of 3262 and 3999 it 5126 to 6843 the[/QUOTE] [url]http://pastebin.com/LgbSc0iZ[/url] Sorted by usage. [url]http://pastebin.com/EByhpS9B[/url] Sorted by word length. This list is much better than before, :D, thanks NightEagle for like nudging the idea.
[QUOTE=Maurice;31657799][img]http://i.imgur.com/E1613.png[/img][/QUOTE] [i]whoa dude[/i]
Maurice, make Not Worms
I finished working on [url="http://sourceforge.net/projects/upscreen/"]upScreen[/url], adding SFTP support and making a release which also comes as setup and with a brand new icon. I am now working on [url="http://www.facepunch.com/threads/1093183-FTPbox-(Beta)-Dropbox-alternative-that-syncs-with-your-host-via-FTP"]FTPbox[/url], trying to get FTP to fully function like SFTP does. When that's done, and that's pretty close, I'll make a new release! [QUOTE=CarlBooth;31655242]Everything works except the selection rectangle. I want to do it properly with multi-monitor support but I haven't thought about how yet.[/QUOTE] Hey if you figure multi-screen out, please let me know how you did it (if, ofc, you want). I want to add that to upScreen as well, but I don't have the time to look into it. edit: if your way can be used in C#
[QUOTE]51 bobthe2lol 51 danharibo 51 Jawalt 52 Lord Ned 55 DevBug 55 geel9 58 Ziks 60 CarlBooth 62 Dlaor-guy 62 Loli 72 Overv 73 Maurice 74 Icedshot 89 NorthernGate 99 Chris220 103 icantread49 118 Richy19 127 esalaka 127 Quark: 151 Map in a box[/QUOTE] [url]http://pastebin.com/sQ11Jzik[/url] One last fun piece of info, highest post counts in the thread, everyone there is > 50. I will stop posting these now.
Sorry, you need to Log In to post a reply to this thread.