• What are you working on? December 2011 Edition
    3,353 replies, posted
[QUOTE=BlkDucky;33602126]I remember that and I don't browse web-dev. So he must have done.[/QUOTE] odd oh well, it can't even be considered competition, our goals are entirely different
[QUOTE=layla;33602106]Instancing. Still probably wont be fast enough for a typical map. [img]http://dl.dropbox.com/u/99765/bs7894.png[/img][/QUOTE] Oh no you're going to crash!
[QUOTE=icantread49;33600669]in other other news, here, i'll tell you guys what i'm working on - an app that recognizes math equations from the device's camera and solves them in real time[/QUOTE] I know I promised not to post here, but what the fuck. I am [del]secretly[/del] working on exactly that [img]http://sae.tweek.us/static/images/emoticons/frown.gif[/img]. Just so you know I'm not bullshitting, I [url=http://www.facepunch.com/threads/1106128?p=33243229&highlight=#post33243229]posted about character recognition[/url] in web dev a while ago. It did this: [t]http://i.imgur.com/N8sg6.png[/t] -> [t]http://puu.sh/8wUB[/t] -> [t]http://puu.sh/8wUE[/t] [b]Edit:[/b] Nevermind, missed your post synthiac. Can I have a word with you on Steam, null?
[QUOTE=Overv;33602375]I know I promised not to post here, but what the fuck. I am [del]secretly[/del] working on exactly that [img]http://sae.tweek.us/static/images/emoticons/frown.gif[/img]. Just so you know I'm not bullshitting, I [url=http://www.facepunch.com/threads/1106128?p=33243229&highlight=#post33243229]posted about character recognition[/url] in web dev a while ago. It did this: [t]http://i.imgur.com/N8sg6.png[/t] -> [t]http://puu.sh/8wUB[/t] -> [t]http://puu.sh/8wUE[/t] [b]Edit:[/b] Nevermind, missed your post synthiac. Can I have a word with you on Steam, null?[/QUOTE] Didn't you leave?
[QUOTE=Yogurt;33602492]Didn't you leave?[/QUOTE] Don't worry, it's just a ghost.
[QUOTE=Overv;33602375] [b]Edit:[/b] Nevermind, missed your post synthiac. Can I have a word with you on Steam, null?[/QUOTE] yeah hit me up ~~nullcubed~~
[QUOTE=Robber;33601559]I feel like that's way to ambitous for a one man team and the idea isn't so original so someone would have already made this if it wasn't incredibly hard. But on the other hand you're extremely good at stuff like this, so I really hope you succeed. :smile:[/QUOTE] There's already picture-to-text software out there; if you used an established library, this would reduce down to simply a CAS. For which there is also already software for, including nullsquared's own software. So, I really don't see it as that ambitious. Unless of course one does not intend to use existing software, which sounds to me like detonating a nuke to kill an ant.
[QUOTE=Overv;33602375]I know I promised not to post here, but what the fuck. I am [del]secretly[/del] working on exactly that [img]http://sae.tweek.us/static/images/emoticons/frown.gif[/img]. Just so you know I'm not bullshitting, I [url=http://www.facepunch.com/threads/1106128?p=33243229&highlight=#post33243229]posted about character recognition[/url] in web dev a while ago. It did this: [t]http://i.imgur.com/N8sg6.png[/t] -> [t]http://puu.sh/8wUB[/t] -> [t]http://puu.sh/8wUE[/t] [b]Edit:[/b] Nevermind, missed your post synthiac. Can I have a word with you on Steam, null?[/QUOTE] [img]http://cold.netburst.co.uk/fpt.png[/img]
[QUOTE=danharibo;33602507]Don't worry, it's just a ghost.[/QUOTE] But can't you bring ghosts back to life with satanic rituals? :C
Am I the only one who doesn't even remember this happening? In any case I don't care. Let's just move on and keep the drama to a minimum.
What the hell do you all have against each other? I'm glad Overv's back and I hope he stays, I'm glad nulls back (late), I'm usually glad synthiac is here too. Just stop with the hating :( [editline]6th December 2011[/editline] On a content related note, finished making a timeline. That should help a lot with scripted events in the game as well as general planing. this code: [csharp] var timeline = new Timeline(); Firefly.AddEntity(timeline); var first = new ColoredRectangle(0, 0, 50, 50, 1, 0, 0, 1); var second = new ColoredRectangle(50, 50, 50, 50, 0, 1, 1, 1); timeline.AddLayer("testLayer", 0); timeline.Layers["testLayer"].AddFlag(0, 120, first); timeline.Layers["testLayer"].AddFlag(60, 120, second); timeline.Play = true;[/csharp] produces this: [img]http://dl.dropbox.com/u/35032740/Game%202011-12-06%2023-47-49-63.gif[/img]
[QUOTE=RyanDv3;33602627]There's already picture-to-text software out there[/QUOTE] the thing is, most OCR software becomes nearly useless when it comes to formulas because of the non-linear arrangement of symbols
Okay, to calculate the difference between two quaternions, I need to multiply one by the inverse of the other... how the hell do I get the inverse of a quaternion? Oh wait, DirectX has a function to do that. Meaning all that is left is getting the "axis angle representation." What the heck is that? Oh, wait, DirectX has a function to do that. I love DirectX.
[QUOTE=Overv;33602375]I know I promised not to post here, but what the fuck. I am [del]secretly[/del] working on exactly that [img]http://sae.tweek.us/static/images/emoticons/frown.gif[/img]. Just so you know I'm not bullshitting, I [url=http://www.facepunch.com/threads/1106128?p=33243229&highlight=#post33243229]posted about character recognition[/url] in web dev a while ago. It did this: [t]http://i.imgur.com/N8sg6.png[/t] -> [t]http://puu.sh/8wUB[/t] -> [t]http://puu.sh/8wUE[/t] [b]Edit:[/b] Nevermind, missed your post synthiac. Can I have a word with you on Steam, null?[/QUOTE] impressive
Not much to show, but I started fully programming on the Android platform. I've programmed on it before, but it was more of maintaining and updating existing code rather than writing code from the ground up. Even though I generally dislike Java with a burning passion, I managed to get a ListView working. [IMG]http://i.imgur.com/QRbCM.png[/IMG] What I plan to do is make a reference application for a bunch of programming languages so I don't need to have the reference up on my monitor when I program, but rather on my tablet so I can just look at that instead. The image is just where I'm at right now; I'm slowly putting together the reference section for C.
[img]http://i.imgur.com/ZhvoL.png[/img] [SUP]Most Disagrees goes to: [url]http://www.facepunch.com/threads/1144771?p=33574835&viewfull=1#post33574835[/url] with 28 Disagrees! Most Programming Kings goes to: [url]http://www.facepunch.com/threads/1144771?p=33540826&viewfull=1#post33540826[/url] with 18 Programming Kings! Most Artistics goes to: [url]http://www.facepunch.com/threads/1144771?p=33569527&viewfull=1#post33569527[/url] with 24 Artistics! Most Friendlys goes to: [url]http://www.facepunch.com/threads/1144771?p=33542477&viewfull=1#post33542477[/url] with 8 Friendlys! Most Funnys goes to: [url]http://www.facepunch.com/threads/1144771?p=33590552&viewfull=1#post33590552[/url] with 63 Funnys! Most Agrees goes to: [url]http://www.facepunch.com/threads/1144771?p=33540001&viewfull=1#post33540001[/url] with 40 Agrees! Most Optimistics goes to: [url]http://www.facepunch.com/threads/1144771?p=33591156&viewfull=1#post33591156[/url] with 46 Optimistics! Most Usefuls goes to: [url]http://www.facepunch.com/threads/1144771?p=33588434&viewfull=1#post33588434[/url] with 13 Usefuls! Most Dumbs goes to: [url]http://www.facepunch.com/threads/1144771?p=33581509&viewfull=1#post33581509[/url] with 19 Dumbs! Most Lates goes to: [url]http://www.facepunch.com/threads/1144771?p=33543506&viewfull=1#post33543506[/url] with 13 Clocks! Most Winners goes to: [url]http://www.facepunch.com/threads/1144771?p=33551096&viewfull=1#post33551096[/url] with 44 Winners! Most Zings goes to: [url]http://www.facepunch.com/threads/1144771?p=33542032&viewfull=1#post33542032[/url] with 21 Zings! Most Informatives goes to: [url]http://www.facepunch.com/threads/1144771?p=33555540&viewfull=1#post33555540[/url] with 11 Informatives![/SUP] [h2]Neat[/h2] [editline]6th December 2011[/editline] It's not January yet, but it works. I'll have it generate quotes automatically later. This will come as a test script with the SDK. [editline]6th December 2011[/editline] Also, these aren't really highlights, but yeah.
Oh boy, I got one! [editline]6th December 2011[/editline] commit that code dammit
Do it with all the WAYWO threads!
I'm doing it with LMAO Pics v99 right now. :v:
[QUOTE=amcfaggot;33604592] Most Funnys goes to: [URL]http://www.facepunch.com/threads/1144771?p=33590552&viewfull=1#post33590552[/URL] with 63 Funnys![/QUOTE] :v: Also Garry, why not use Fraps?
[img]http://i.imgur.com/hi5py.png[/img] Fuck me; we haven't implemented facepunch.getErrorCode() yet, so everything just dies when you timeout or can't make a connection, etc. Right now it throws an error if it can't do what it's suppose to - and that's shit. We'll be adding in facepunch.getErrorCode() so your code doesn't just outright break if it times out, then you can retry grabbing the page or whatever.
[QUOTE=synthiac;33605175]GOTTA STEP MY GAME UP[/QUOTE] That's right, Shaney.
I made a quadratic equation solver :O [img]http://i.imgur.com/Ih3z0.png[/img] It's incredibly simple, but it's a start :\ Hoping to work with the 2D game engine in Java to make something cool. Gonna take some work though and with my school courseload this year (AP Physics, AP Comp Sci, Math, Biology, English and thats just first term) I'm kind of busy. :p Ah well, I shall learn it in time. I also made a program using the Robot class in Java that randomly moves the mouse across the screen to a random location and double clicks. I ran it in my Comp Sci class a couple days ago and it closed Eclipse and almost logged me off. :\
"double negb = b - b - b;"?
[QUOTE=ROBO_DONUT;33605479]"double negb = b - b - b;"?[/QUOTE] That is the best thing ever.
Equations for the weak: double negb = -b; double negb = -1 * b; double negb = 0 - b; The equation for the valiant: double negb = b - b - b;
[QUOTE=ROBO_DONUT;33605479]"double negb = b - b - b;"?[/QUOTE] I have seen the face of perfection and it is b - b - b.
Again, why not write -b? It's a lot more readable.
With the error code changes to the fpapi in now place, I can't wait to see what the quality posts of LMAO pics v99 look like. I'm ~1/8 done parsing the whole thread as we speak. [img]http://i.imgur.com/9FMj1.png[/img]
[QUOTE=amcfaggot;33605760]With the error code changes to the fpapi in now place, I can't wait to see what the quality posts of LMAO pics v99 look like. I'm ~1/8 done parsing the whole thread as we speak. [img]http://i.imgur.com/9FMj1.png[/img][/QUOTE] Does Lua support any kind of threading or parallelism ?
Sorry, you need to Log In to post a reply to this thread.