46
Miscellaneous / Re: What is your avatar?
« on: May 04, 2013, 02:07:04 pm »
I think mine is pretty self explanatory .
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 46
Miscellaneous / Re: What is your avatar?« on: May 04, 2013, 02:07:04 pm »
I think mine is pretty self explanatory .
47
CaDan SHMUP / Re: Cadan v2 - Progress Thread« on: May 01, 2013, 05:44:29 pm »
As for Iambian's idea to quickly slow down and stop, I think I found the solution.
You start off with the 3 physics equations: 1) v^2 = u^2 + 2*a*d 2) v = u + a*t 3) d = u*t + .5*a*(t^2) Where u = starting velocity (px per cycle) v = final velocity (px per cycle) d = distance from target a = acceleration (- is deceleration) t = time (so # of cycles??) For your case you know u, v and d, and need to know a, so use formula (1), rearranged into: a = (v^2 - u^2) / (2 d). Then you can use (2) and (3) can then be used to calculate v and d at each time until arrival. 48
CaDan SHMUP / Re: Cadan v2 - Progress Thread« on: April 29, 2013, 10:34:22 pm »
Well, for Iambian's arrival stuff like slowing down; I found these for the project:
http://www.red3d.com/cwr/steer/ http://www.red3d.com/cwr/steer/Arrival.html http://www.red3d.com/cwr/steer/gdc99/ 49
Axe / Re: Find names of all programs on calc?« on: April 29, 2013, 07:04:35 pm »
I don't know how to actually make it, but why do you need this?? Maybe for a shell?
50
Miscellaneous / Re: Is pimathbraniac famous now?« on: April 10, 2013, 10:03:08 pm »Happens for me too. Does anybody know why this is?I think because he might be appearing alot on the forum? Not sure how google works.. A quadruple confirmation here. This is pretty cool actually. 51
Miscellaneous / Re: Post your desktop« on: April 06, 2013, 08:11:51 am »
I might have posted this before, but here's mine:
Spoiler For Spoiler: It;s rather super simple 52
Miscellaneous / Re: Dreams« on: April 05, 2013, 10:09:55 pm »
I have had a few weird ones that I remember, really cool:
1. Being chased by two muscular men w/ tattoos holding grand pianos over their heads through a subway system. 2. A bike race in china, but stopping halfway to walk to a hill, sliding to a canal, jumping stones, visiting an opera house, climbing a rope to hear two guys talking about the orchestra, and finding a crystal hidden in the ceiling... 3. Dreaming of faeries (WTF?) that are in a field playing with giant marbles then being chased by the huge evil black bear in an open field... I had a few others that I can't seem to recall... 53
Miscellaneous / Re: Rubik's Cube« on: February 03, 2013, 04:45:43 pm »
131 Different cubes? whoa.... Thats 128 more than I have! And i have 2 3x3x3s :p
54
Miscellaneous / Re: Rubik's Cube« on: February 03, 2013, 04:26:45 pm »
I cube too, my times are rather nooby though. About 30 Seconds for a 2x2x2 and 1:33~1:45 on avg for a 3x3x3.
55
Humour and Jokes / Re: If there was tech support in botswana...« on: January 24, 2013, 06:55:03 pm »
I love terraria so fun, minecraft is good too, I like the ability to have redstone in minecraft, better than terraria wires.
56
Other / Re: Beware next time you report a security flaw...« on: January 21, 2013, 02:50:18 pm »
DAMN, note to self: don't go to that college, he should file a lawsuit, he'd easily win.
57
Other Calculators / Re: Your calculator collection« on: January 15, 2013, 07:41:53 pm »
Haha, If I got that....I would take over the world. My next is probably gonna be a CX CAS
58
Other Calculators / Re: Your calculator collection« on: January 15, 2013, 07:36:24 pm »
Here is my, super modest collection :p
59
Introduce Yourself! / Re: Hi!« on: January 15, 2013, 07:10:01 pm »
Welcome ( I guess) and Hello, have some peanuts.
60
Axe / Re: How to get a string as input in Axe?« on: January 15, 2013, 07:08:42 pm »
Okay, Question, How do I use this in a loop?
Code: [Select] input->K I tried to get in a loop with a goto and label, but that kept crashing after one iteration, how do I go to the next start of the loop and get new input (on a new line after output) over and over again? |
|