[QUOTE=COBRAa;27314013]Yeah, but sometimes you might want them for in a while, but not straight away. [/QUOTE]
Isn't that what bookmarks are for?
[QUOTE=CarlBooth;27312928]I gave you a Programming King because it clearly took some effort and it looks cool, but isn't this what Tabs are for?[/QUOTE]
Holyshit, make it sync with google accounts and I'll be using it forever. ( note: They implemented sync functions last time I checked their API )
I wish Chrome synced passwords
[QUOTE=geel9;27313295][media]http://www.youtube.com/watch?v=ZLs2P9dWFcU[/media]
Shake effect. Point of interest: 2:27. The thunder is awesome.
[editline]9th January 2011[/editline]
Right now it shakes to the intensity of the beat.[/QUOTE]
It seems to shake when I'm not expecting it and then on great places for it to shake like bass drops it doesn't shake. Needs a lot of work :v:
[QUOTE=CammieDee666;27314476]Isn't that what bookmarks are for?[/QUOTE]
Yeah, but most people like to keep there bookmarks clean and not crammed with stuff you will only view once, if you get me.
[QUOTE=Xerios3;27314563]Holyshit, make it sync with google accounts and I'll be using it forever. ( note: They implemented sync functions last time I checked their API )[/QUOTE]
Woah, I didn't know that, I'll look it up.
[editline]9th January 2011[/editline]
Automerge!
Can't find anything about it :S
[img]http://i.imgur.com/9LR4W.png[/img]
Yes.
Broke my automerge.
[QUOTE=ThePuska;27313293][img_thumb]http://img222.imageshack.us/img222/184/cpolynomials.png[/img_thumb]
I rewrote my complex math library and polynomial solver in C#. The language seems simple enough, but I still can't come up with anything cool to program
edit: whoops I just noticed that those answers are wrong hah[/QUOTE]
[img]http://img841.imageshack.us/img841/184/cpolynomials.png[/img]
Now that's more like it
Hey guys,
I'm working on a rules system for my little project. For example, to add evaluation of Bernoulli numbers and the Riemann Zeta function, I just wrote some simple rules based on the closed-form expressions from Wikipedia:
[cpp]
key B
rule anything;sum(sum((-1)^v*nCr(k,v)*(arg1+v)^arg0/(k+1),v,0,k),k,0,arg0)
key zeta
rule 2n;(-1)^(n+1)*B(2n,0)*(2pi)^(2n)/(2*factorial(2n))
rule -exists(n);-B(n+1,0)/(n+1)
[/cpp]
And, an example:
[img]http://anyhub.net/file/1qgn-zeta_eval.png[/img]
[QUOTE=geel9;27313295][media]http://www.youtube.com/watch?v=ZLs2P9dWFcU[/media]
Shake effect. Point of interest: 2:27. The thunder is awesome.
[editline]9th January 2011[/editline]
Right now it shakes to the intensity of the beat.[/QUOTE]
lmao @ drawn images for circles
I can't seem to use my font to draw text in SFML even though it loads fine.
[QUOTE=DevBug;27315629]I can't seem to use my font to draw text in SFML even though it loads fine.[/QUOTE]
Have you tried with other fonts just to make sure it isnt something else?
[QUOTE=Richy19;27315700]Have you tried with other fonts just to make sure it isnt something else?[/QUOTE]
Yes.
Post your code/project file, we can't help with "I'm doing something, and it's not working."
I just realized: I wasn't calling the function... /facepalm
That's usually the kind of mistake that says you should've looked at your code for like five more minutes before posting about it.
[QUOTE=Jawalt;27317534]That's usually the kind of mistake that says you should've looked at your code for like five more minutes before posting about it.[/QUOTE]
It's the kind of mistake you get for using a six year old IDE that doesn't like you to debug.
[QUOTE=DevBug;27317865]It's the kind of mistake you get for using a six year old IDE that doesn't like you to debug.[/QUOTE]
Your not using Dev-Cpp are you?
[QUOTE=Richy19;27318052]Your not using Dev-Cpp are you?[/QUOTE]
Visual Studio 2005. I haven't even installed SP1 for it.
[QUOTE=DevBug;27318632]Visual Studio 2005. I haven't even installed SP1 for it.[/QUOTE]
What? Why such an old version?
I come into the thread, with intention to say about my idea about writing an android Facepunch reader, then I come to find a likely much better coder allready doing it, why are the best ideas allways taken?
[QUOTE=deloc;27315364]lmao @ drawn images for circles[/QUOTE]
lmao @ preference
[editline]10th January 2011[/editline]
[QUOTE=Kopimi;27314814]It seems to shake when I'm not expecting it and then on great places for it to shake like bass drops it doesn't shake. Needs a lot of work :v:[/QUOTE]
I agree, it's not perfect.
[QUOTE=COBRAa;27312831]I made a chrome extension for "to-view" lists, like todo lists but for URLs.
[img_thumb]https://chrome.google.com/extensions/img/fhapcghjajlmlbijdhhnikknddchbcjo/1294607904.87/screenshot/3001[/img_thumb]
[url]https://chrome.google.com/extensions/detail/fhapcghjajlmlbijdhhnikknddchbcjo[/url][/QUOTE]
Awesome. I posted a comment on it. :D
[QUOTE=geel9;27319128]lmao @ preference
[editline]10th January 2011[/editline]
I agree, it's not perfect.[/QUOTE]
I think he was referring to the fact that your drawn circles are lopsided
Updated my physics simulator again, has more colour (which is shit hah), but next update will probably add constraints to tie objects to boundaries and other primitives.
[media]http://www.vimeo.com/18608167[/media]
[QUOTE=geel9;27319128]lmao @ preference[/QUOTE]
mediocrity isn't a preference.
[QUOTE=graymic;27319319]Updated my physics simulator again, has more colour (which is shit hah), but next update will probably add constraints to tie objects to boundaries and other primitives.
[media]http://www.vimeo.com/18608167[/media][/QUOTE]
Looks cool, what other things are you going to do with it? Could be a good replacement for OE cake.
[QUOTE=deloc;27319402]mediocrity isn't a preference.[/QUOTE]
Ughhhh.
[QUOTE=BipolarPanda;27319511]Looks cool, what other things are you going to do with it? Could be a good replacement for OE cake.[/QUOTE]
Well, I'm thinking of adding things as I go, so open to suggestions really. I was thinking of adding some planetary orbits etc, perhaps even experiment with "boids" which was done in processing before but not in this sense... Anyway, like I said i'm open to suggestions really.
Sorry, you need to Log In to post a reply to this thread.