Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

runesmithie

Members
  • Joined

  • Last visited

Everything posted by runesmithie

  1. A WHOLE chicken? Wow, thats quite a challenge. Chicken curry for me tonight. :D ~Jimmie Not just a chicken, a chicken raised in a 30 by 30 cm space just to get killed for my needs. Ah yes, the best kind. I sometimes prefer mine 25 by 25 though. Pff, woman.... I've gott ahave my chicken pumped full of growth hormones until it's bulging out of a 5 foot cube
  2. runesmithie replied to Google90's topic in Off-Topic
    Make sure you have thick concrete walls in the bunker though. Gotta plan for "underground goddamn monsters" ^_^ And/or an arsenal big enough to take out a few thousand of them..... or zombies, whatever the case may be :P
  3. I'd get a pool of jello..... blue jello infact and then the rest toward a car, college, games, a house, some computer stuff, and whatevers left gets saved
  4. He probably wanted you to get the best bang for your buck. If you're going to get a bleeding edge video card, wait at least 2-3 months for the price to drop significantly before buying :P
  5. runesmithie replied to Google90's topic in Off-Topic
    So you'd have all that, but no radiation suit? For shame. Makes me wish I was good old Burt (from Tremors)..... Survivalists ftw :P
  6. So the past week or two I've been making a simple snake-ish/tron-ish game on my TI89 in favor of continuing on in my Independent Study (teacher never really checks on me :oops: and it is programming related so, *shrug*) What I would like help in: * Optimizing the darn thing * Why does the "enemy" go in diagonals??? * Anyways to get the argument for a program to have a default value? Some notes: * You can't leave parentheses,etc off of the code in a TI89 or it gives an error (Another reason I'm doing this is to be able to see all the code at once instead of 8 lines at a time) runner(rpt) Prgm ClrDraw getmode("ALL")->modes rand(100)->zz RandSeed zz 1->m 0->z 36->x 78->y 30->xxo 30->yyo 30->xx 30->yy If rpt=0 Then ClrIO Disp "Runner" Disp "By (myname)" Disp "" Pause "Press ENTER to play" ClrIO EndIf If getType(snhs)="MAT" Then Else [["",0]["",0]["",0]["",0]["",0]["",0]["",0]["",0]["",0]["",0]["",0]]->snhs EndIf Dialog Request "Enter your name",snname DropDown "Enemies on",{"YES","NO"},eno EndDlog PxlVert 0 PxlVert 158 PxlHorz 0 PxlHorz 76 Loop PxlOn x,y getKey()->key If key=337 Then 1->m ElseIf key=338 Then 2->m ElseIf key=340 Then 3->m ElseIf key=344 Then 4->m ElseIf key=264 Then programs\death(0) EndIf If m=1 Then If pxlTest(x,y-1)=true Then programs\death(1) Stop Else y-1->y z+1->z EndIf ElseIf m=2 Then If pxlTest(x-1,y)=true Then programs\death(1) Stop Else x-1->x z+1->z EndIf ElseIf m=3 Then If pxlTest(x,y+1)=true Then programs\death(1) Stop Else y+1->y z+1->z EndIf ElseIf m=4 Then If pxlTest(x+1,y)=true Then programs\death(1) Stop Else x+1->x z+1->z EndIf EndIf If eno=1 Then PxlLine abs(xxo),abs(yyo),abs(xx),abs(yy),-1 rand(5)->en If en=1 Then xx->xxo xx+2->xx ElseIf en=2 Then xx->xxo xx-2->xx ElseIf en=3 Then yy->yyo yy+2->yy ElseIf en=4 Then yy->yyo yy-2->yy ElseIf en>=5 Then If x xx->xxo xx-2->xx Else xx->xxo xx+2->xx EndIf If y yy->yyo yy-2->yy Else yy->yyo yy+2->yy EndIf EndIf If xx>75 Then xx-3->xx ElseIf yy>157 Then yy-3->yy EndIf EndIf EndLoop EndPrgm death(exc) Prgm 1->r If exc=0 Then Dialog DropDown "Do you want to QUIT",{"YES","NO"},quit EndDlog If quit=1 Then Dialog DropDown "Do you want to SAVE your score",{"YES","NO"},score EndDlog While r<=15 PxlCrcl x,y,r,-1 r+1->r EndWhile Text "Your score is "&string(z) If score=1 Then If z>snhs[6,2] Then 1->u 4->n Unarchiv snhs While u<=6 If z>snhs[u,2] Then While n>=0 snhs[u+n,1]->snhs[u+n+1,1] snhs[u+n,2]->snhs[u+n+1,2] n-1->n EndWhile snname->snhs[u,1] z->snhs[u,2] 10->u EndIf u+1->u EndWhile Archive snhs EndIf EndIf ClrIO ClrDraw 1->u While u<=6 Disp left(snhs[u,1],8]&" "&string(snhs[u,2] EndWhile Pause DispHome setMode(modes) DelVar exc,z,r,quit,score,x,u,n,modes,y Stop EndIf ElseIf exc=1 Then DelVar rpt,zz,en,xxo,yyo,xx,yy,eno,key,m While r<=20 PxlCrcl x,y,r,-1 r+1->r EndWhile Text "Your score is "&string(z) Dialog DropDown "Do you want to SAVE your score",{"YES","NO"},score EndDlog If score=1 Then If z>snhs[6,2] Then 1->u 4->n Unarchiv snhs While u<=6 If z>snhs[u,2] Then While n>=0 snhs[u+n,1]->snhs[u+n+1,1] snhs[u+n,2]->snhs[u+n+1,2] n-1->n EndWhile snname->snhs[u,1] z->snhs[u,2] 10->u EndIf u+1->u EndWhile Archive snhs EndIf EndIf Dialog DropDown "Play again",{"YES","NO"},quit EndDlog If quit=1 Then ClrDraw programs\runner(1) ElseIf quit=2 Then ClrIO ClrDraw 1->u While u<=6 Disp left(snhs[u,1],8)&" "&string(snhs[u,2]) u+1->u EndWhile Pause DispHome DelVar exc,z,r,quit,score,x,u,n,modes,y Stop EndIf EndIf EndPrgm
  7. Go there and look. You can choose to not install them if you wish. You can also choose to download and install ALL of them, then when it asks you to reboot, just select "reboot later". :) Whatever you do, please don't forget or ignore them! I've always thought that critical updates *had* to have a reboot, unlike programs and stuff >.<
  8. Hooooow critical? I'm going for an uptime record atm :oops:
  9. I think Oblivion is pretty much out of the Guild Wars and CS:S league :P Post your specs and we'll check it out
  10. Have a portfolio of any kind?
  11. Works perfectly fine for me, although you probably already knew that :P Are you sure you have the right password and didn't change it last night or recently?
  12. Plants can solve puzzles in much the same way animals do. In most cases animals require some kind of reward to motivate them into doing a puzzle (usually food), if you put a plant at the bottom of a maze and shine a light through it, the plant will successfully navigate the puzzle. Is the plant truly thinking, depends on what you call thinking. Have a website for that? If so, that is the coolest plant thing I've ever heard of :D (Well, other than those ones you touch and they move automagically)
  13. runesmithie replied to zorba's topic in Off-Topic
    "Sorry officer, I 'accidentally' went 20mph over the speed limit!" Well, it was an accident ^_^ I also don't think diversions cover much more than speeding
  14. runesmithie replied to zorba's topic in Off-Topic
    ? whats that? Pay $120 extr and it doesn't go on any records, so your insurance doesn't go up. You have to meet certain requirements though, like no violations in the past 6 months. Damn I glad Australia doesn't have that BS. Beening able to buy your way out of getting a bad driving record is stupid. It's not much better than bribing the damn cop who pulls you over to not give you the ticket + fine in the first place :ugh: From what I've read it's pretty strict and is only really for the "accidental" type things that only happen once or twice a year... Now if you do get quite a few violations a year, then you obviously wont be able to get it diverted :P
  15. Don't forgot the supernova of the sun :o That'll pretty much wipe out the solar system. But the supernova only will happens in billions of years... by 1000 years a cosmic cloud will englobe the earth making it all die! ~komodo Or we all mutate into the Fantastic Trillion
  16. runesmithie replied to zorba's topic in Off-Topic
    ? whats that? Pay $120 extr and it doesn't go on any records, so your insurance doesn't go up. You have to meet certain requirements though, like no violations in the past 6 months.
  17. runesmithie replied to zorba's topic in Off-Topic
    Heh, good thing I had my license when I got pulled over for going 78mph in a 55 zone >.< All in all, it'll cost around $300 if I get a diversion :x
  18. I responded to your post, would you please answer my question instead of just ignoring it. Do you consider bacteria and viruses to be living things? (Hint: They don't evne have seasons, they try and kill us all the time) i guess we dont have a reason to exist cause we kill animals all the time do you think it would be fair its fair if we get to kill animals for our survival and they dont get to kill us for there survival? do you want them to start targeting animals? I can't tell for sure, but it looks like that sentence refers to diseases of sorts and yes, they do kill animals.
  19. You know, I think he posted this before.... EDIT: Nevermind, it's the same post >.<
  20. Just some things I'd like to point out... AFAIK there are artificial sources for all the nutrients vegans miss by not eating meat and I guess its possible to simulate the texture of a nice medium rare steak :P *drool* However, I would never consider becoming a vegan or vegetarian because it just seems so cost prohibitive to take a vitamin/fortified food all the time...
  21. You wish, Mac would take over...... In 10 years after all computers that currently have windows get too out of date and disappear
  22. I agree that hunting for sport is unnecessary. You might as well just go target shooting. Other than that I see no problem with eating animals. Although there is the thing about controlling animal populations ;) Around my area, deer are a huge problem and you'll see them crossing the road a lot. If there were even more deer, then it would just get more dangerous to go driving... Lyme disease would also get pretty nasty >.<
  23. I don't get what's so funny about getting banned from a UT2k4 server? Maybe it's just me, but I think it's pretty stupid infact
  24. While it may sound like some pirates bathroom chant, it's actually National Public Radio (my favorite station :P )! Does anyone else here listen to it? If so, what are your favorite shows? My favorites would have to be All Things Considered, Zorba Paster On Your Health, and Wait, Wait, Don't Tell Me. For those not in the know, NPR's website is http://www.npr.org, and if you search a bit you will be able to find a local station locator. Pick a few random times a day to listen so you can try out a lot of good shows and prepare to... learn a bit?
  25. Pssshhh, a real hacker doesn't have to claim it :P They just *are*

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.