| Author |
Message |
|
Spenceboy98

Super-Expert

Joined: 06 Jan 2012 Posts: 852 Location: In the TARDIS
|
Posted: 16 May 2012 03:30:51 pm Post subject: |
|
|
Calc Stuff:
-Finish Decide Part 1
-Learn enough C to create an epic game
-Make TI-8x games
-Make Prizm games
-Program(Duh)
Random Stuff:
-Try to write some music
-Be awesome
-Have fun
-Make more Youtube videos
-Rule the World(This one will take a while )
-Annoy the crap out of people
This is all I could think of. Might add more later. |
|
| Back to top |
|
|
Tari

Systems Integrator

Joined: 03 Jul 2006 Posts: 2120 Location: Always-winter, Michigan
|
|
| Back to top |
|
|
blue_bear_94
Member

Joined: 20 Apr 2012 Posts: 163
|
Posted: 16 May 2012 03:46:40 pm Post subject: |
|
|
Also some non-calc-related stuff:
Do my AP World summer assignment
Try to come up with something great using Game Maker
Play video/computer games
Be annoying
Watch 4th of July fireworks
NOT watch My Little Pony _________________ Do NOT click any links! |
|
| Back to top |
|
|
KermMartian

Site Admin

Joined: 14 Mar 2005 Posts: 55874 Location: Earth, Sol, Milky Way
|
Posted: 16 May 2012 03:48:14 pm Post subject: |
|
|
| blue_bear_94 wrote: | | Be annoying | You already seem to have that one down pat.
For my own list, I forgot that I want to try to finish off Doors CS 7.2. I also would like to make two or three videos going through various TI program concepts, as a sort of marketing thing for my book. _________________
 |
|
| Back to top |
|
|
blue_bear_94
Member

Joined: 20 Apr 2012 Posts: 163
|
Posted: 16 May 2012 03:53:17 pm Post subject: |
|
|
| KermMartian wrote: | | blue_bear_94 wrote: | | Be annoying | You already seem to have that one down pat.
|
Once it was a misunderstanding. |
|
| Back to top |
|
|
Ashbad

I am governor Jerry Brown

Joined: 01 Dec 2010 Posts: 2423 Location: There lived a certain man in Russia long ago
|
Posted: 16 May 2012 04:00:47 pm Post subject: |
|
|
| blue_bear_94 wrote: | | NOT watch My Little Pony |
Sounds like a pretty lame summer plan. _________________ -Ashbad |
|
| Back to top |
|
|
LincolnB

Advanced Member

Joined: 07 Jul 2011 Posts: 199
|
Posted: 16 May 2012 04:10:59 pm Post subject: |
|
|
I'm not much of a "plan" person, myself, but I have a few ideas for what I might like to do this summer. Anyways, these are listed in order of importance.
1. Android development; basically, I will consider it a success if I make money off of an app. It'll probably be a stick figure-y platform game using this physics engine. At least, thats the plan.
2. Work on TLKOA - this one's pretty far off; its still very much in the beginning phases, and I have a feeling its going to take a looooooong time to finish. My goal with this one is to finish before I graduate high school in a couple years.
3. Possibly host a website/forum/something; I'm not entirely sure if I want to do this, but it'd certainly be a solid learning experience, seeing as I always get confused when people start talking about IP addresses and server ports and whatnot. I get the jist of it, but since I've never actually taken the time to dive into that kind of stuff I'm not as knowledgeable about it as I'd like to be.
I'm doing other stuff besides computers, too; I have a (fairly low-key) job lined up for myself and I'm playing the snare in marching band. _________________ -LincolnB
 |
|
| Back to top |
|
|
merthsoft
File Archiver

Joined: 09 May 2010 Posts: 2735
|
Posted: 16 May 2012 04:11:20 pm Post subject: |
|
|
| Tari wrote: | | It serves to smooth out bursts of output, in this case to give a steady trickle of items from RSS feeds rather than bursts of entries when the program refreshes the feed. | Why would one want to do that? _________________ Shaun |
|
| Back to top |
|
|
Tari

Systems Integrator

Joined: 03 Jul 2006 Posts: 2120 Location: Always-winter, Michigan
|
Posted: 16 May 2012 04:21:25 pm Post subject: |
|
|
To make it more of a consistent data source. If you dumped the output into something that displays each entry as it comes in, throwing smooth in the middle will delay each entry so they appear at fairly regular intervals and leave enough time to read each one. _________________
Ask questions the smart way · タリ |
|
| Back to top |
|
|
merthsoft
File Archiver

Joined: 09 May 2010 Posts: 2735
|
Posted: 16 May 2012 04:24:03 pm Post subject: |
|
|
| Tari wrote: | | To make it more of a consistent data source. If you dumped the output into something that displays each entry as it comes in, throwing smooth in the middle will delay each entry so they appear at fairly regular intervals and leave enough time to read each one. | I guess I'm still just not sure why you'd want that. If I got 10 updates at once, I want them at once--I don't want artificial throttling. For example, if I get 10 emails all at once, and the last one was super high importance, I wouldn't want it to show up an hour later. _________________ Shaun |
|
| Back to top |
|
|
Tari

Systems Integrator

Joined: 03 Jul 2006 Posts: 2120 Location: Always-winter, Michigan
|
Posted: 16 May 2012 04:25:24 pm Post subject: |
|
|
But if you have something that only displays one entry at a time, you don't want to miss a bunch of things if they all arrive at once. It's certainly not designed for important data, just when you want a trickle of unimportant things (as many RSS feeds are). _________________
Ask questions the smart way · タリ |
|
| Back to top |
|
|
merthsoft
File Archiver

Joined: 09 May 2010 Posts: 2735
|
Posted: 16 May 2012 04:27:09 pm Post subject: |
|
|
I guess I don't use enough things like that to want to use it, but that makes sense. I've never used RSS, I guess I assumed it was like email: it showed you when you had new things, and you went from there. _________________ Shaun |
|
| Back to top |
|
|
KermMartian

Site Admin

Joined: 14 Mar 2005 Posts: 55874 Location: Earth, Sol, Milky Way
|
Posted: 16 May 2012 10:03:17 pm Post subject: |
|
|
| LincolnB wrote: | I'm not much of a "plan" person, myself, but I have a few ideas for what I might like to do this summer. Anyways, these are listed in order of importance.
[...]
3. Possibly host a website/forum/something; I'm not entirely sure if I want to do this, but it'd certainly be a solid learning experience. | It sounds as if you should probably also read up on communications/networking at some point, but hosting a website is a good way to give yourself a crash course in a lot of the important concepts. I hope you'll start a topic so that we can all chip in answers and feedback if and when you do get around to this. _________________
 |
|
| Back to top |
|
|
LincolnB

Advanced Member

Joined: 07 Jul 2011 Posts: 199
|
Posted: 17 May 2012 03:52:23 pm Post subject: |
|
|
Yeah, I'll be sure to post about it if I have any questions/learn anything cool/et cetera. _________________ -LincolnB
 |
|
| Back to top |
|
|
KermMartian

Site Admin

Joined: 14 Mar 2005 Posts: 55874 Location: Earth, Sol, Milky Way
|
Posted: 17 May 2012 03:53:27 pm Post subject: |
|
|
| LincolnB wrote: | | Yeah, I'll be sure to post about it if I have any questions/learn anything cool/et cetera. | Excellent! I realized I remembered one more goal that I have for my summer, but I'm afraid I've completely forgotten what it was.  _________________
 |
|
| Back to top |
|
|
lafferjm

Calculator Deity

Joined: 14 Mar 2006 Posts: 1529 Location: at my house
|
Posted: 17 May 2012 06:30:36 pm Post subject: |
|
|
I am taking an online chemistry course. I want to start learning the ins and outs of my arduino. And I am working on an Android app with a group of people from school. _________________
 |
|
| Back to top |
|
|
parserp

Advanced Newbie

Joined: 14 Nov 2011 Posts: 73 Location: Here.
|
Posted: 17 May 2012 07:16:50 pm Post subject: |
|
|
Mine:
1) Learn some computer languages (C, C++, Java, python, perl, etc.)
2) Lose the game >9000 times
 _________________ ticalc.org | Omnimaga | TI-Freakware | casiocalc.org |
|
| Back to top |
|
|
DJ_O

Retired TI-83+ coder

Joined: 18 Mar 2005 Posts: 1495 Location: Quebec (Canada)
|
Posted: 17 May 2012 09:48:09 pm Post subject: |
|
|
| Parser Padwan wrote: | Mine:
1) Learn some computer languages (C, C++, Java, python, perl, etc.)
2) Lose the game >9000 times
 | Doing #2 fewer than 9000 times (0 if possible) would probably give you even more free time to do #1. (or perhaps give you time to do #3, which could be more calculator programming) _________________
Former 83+ coder, now doing 84+CSE stuff, Omnimaga/TIMGUL founder.
Follow me on Bandcamp|Facebook|Youtube|Twitter |
|
| Back to top |
|
|
comicIDIOT

Guru

Joined: 01 May 2006 Posts: 5138 Location: SFBA, California
|
Posted: 18 May 2012 02:19:18 am Post subject: |
|
|
| KermMartian wrote: | | LincolnB wrote: | | Yeah, I'll be sure to post about it if I have any questions/learn anything cool/et cetera. | Excellent! I realized I remembered one more goal that I have for my summer, but I'm afraid I've completely forgotten what it was.  |
I've loosely decided to save up some cash and take a week vacation to New York state. Since, I only had a layover for a flight and I've made a few friends that live there, some whom I haven't seen for a few years others at all
I'm still thinking about it and may be around October or just when ever I save enough. _________________
-Alex |
|
| Back to top |
|
|
KermMartian

Site Admin

Joined: 14 Mar 2005 Posts: 55874 Location: Earth, Sol, Milky Way
|
Posted: 18 May 2012 08:57:21 am Post subject: |
|
|
comicIDIOT, that sounds like a great idea! I hope I am one of the people you're thinking of visiting. Parser: Which specifically? You should choose one to start with; I'd recommend Python or C, personally. _________________
 |
|
| Back to top |
|
|
|