Show Posts

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.


Topics - Happybobjr

Pages: 1 [2] 3
16
Miscellaneous / Movies. Help me please.
« on: October 23, 2011, 11:43:34 pm »
Ok, so after a little thinking, and googling, it might not be the best idea to ask my principal to play a R rated film in the auditorium...

So there is a girl who I am not sure if i am dating or not. Its one of those weird things that just happens :\
Well I was thinking of convincing our principal to play Paranormal Activity 2 in the auditorium just for us after school someday soon.  Sounds weird, but that would be the absolute best movie.  Problem is, its rated R...  In the US R means 17 and older (not sure about other counties).  She is still 16, and the fact that it is R, might be an immediate no.

What I am requesting of you all, who i consider quite close friends, is what movie would be the best for just being friends, but amazingly romantic at the same time if she feels more than that towards me.
Oh and it will also be a surprise.

Here are a few ideas I have had. In no particular order...

* Hercules (Disney version)
* Beastly
* Wall-E
* a poorly done ninja movie that is funny because it was supposed to be good, but is considered bad these days.






_____________________________________________________________________
Note: I moved this here from private matters because i didn't want the 100+ post count limit on this topic.

17
Computer Programming / More C++ help plz
« on: October 23, 2011, 12:29:25 pm »
nvm. i might be stupid :P
why doesn't this work...

#ifdef __cplusplus
    #include <cstdlib>
#else
    #include <stdlib.h>
#endif
#ifdef __APPLE__
#include <SDL/SDL.h>
#else
#include <SDL.h>
#endif
#include <iostream>
#include "SDL.h"
using namespace std;
int main ()
{

  int A=5;
  cout << "Hello World!" << "\n" << A;
  return 0;
}

18
Computer Programming / Help with C++
« on: October 22, 2011, 01:35:51 pm »
Can someone plz help me set up a design environment (including a method of compilation) for C++ on Windows 7 computer?

Everything hates me.



Also: anyone know how to draw to the screen.  Like in axe you can use Pt-On() and Pxl-On()

19
Axe / Optimize me plz.
« on: October 09, 2011, 04:55:47 pm »
Ok, so i have a rotation routine.

Code: [Select]
:For(X,0,95)
:For(Y,0,63)
:cos(A)->D
:sin(A)->E
:If pxl-Test(X,Y)^r
:Pxl-on((X*D-(Y*E)//128,Y8D+(X-16*E)//128)
:END:END:END

And i do that for every pixel on screen.
Anyone know of a fast way to do this?

20
Other Calculators / light for 84
« on: October 02, 2011, 01:09:27 pm »
How can i make an attachable light for either my I/O port or my usb port?

21
OmnomIRC Development / Firefox + IRC = mass crashing today
« on: September 30, 2011, 11:18:03 pm »
Well title describes it.
I have tried 3.6 and aurora on two different computers and both crash massively quickly.

22
TI Z80 / Rolling ball that jump on tracks in mode-7 3d. [HBJ project]
« on: September 27, 2011, 10:49:59 pm »
not sure what this game is or even if it exists yet, but it probably does as it is simple.

99.9999% if this ode is quigibo's
Actually only about 80%

Basically you are a ball.  You roll down a track and....  I really can't explain... so i made screeny.

Features.
*ball
*map
*ramp
*83+ mode (ish.)



Oh and a note to newer members.   Don't expect much from me.

23
Other Calculators / Happybobjr's old work.
« on: June 25, 2011, 09:50:32 pm »
I am very busy lately, and I am not sure if I will get an opportunity to do any real programming for a very long time.
Since UTI's comp. is over, I figured I would hand out the drawn sprites for everyone to use.
I will most like be adding a few other things, but i don't want to search all the bakups right now,

24
Miscellaneous / Seeing into the future?
« on: June 20, 2011, 10:40:28 pm »
Ok so today I have experienced something really strange.
Things like this have happened before, but never so closely or clearly.

Ok.  I am taking Trig as a summer course online.
As an assignment we have to post what we learned in the unit and such stuff, then comment on what others have posted.
Today I checked to see if anyone has posted on mine (At least one for me to get credit) and what was written, I had seen in a dream about 6 days prior.

I have had other experiences like this, but they were less clear and many years between what I saw and what happened.
It didn't always come from dreams either, like a little bit of knowledge just was there.
I am typically skeptical of things like this, but today really freaked me out.


* Have you guys had experiences like this before?
* Do you believe it has religious implications?  (No waring about this.)
* Do you feel it has scientific implications instead?

25
Miscellaneous / Japanese Scrabble?
« on: May 25, 2011, 09:52:35 pm »
I have searched everywhere for a Japanese (Hiragana) scrabble game and have found nothing.
Has anyone found one?
I could make a good one in a couple of days, but i don't want to pay $30 or so on laser engraving the pieces.

Thanks.

26
Other / Just found something and would like to show you.
« on: May 11, 2011, 11:46:05 pm »
Ok, if you are running a laptop, you must have noticed that the more things you have running, the faster your battery goes.
I have been screwing around allot lately (learning) and I have found out quite a bit.

Irrelevant stuffs.
* If your MineCraft dedicated server goes down for over 5 min, you will get a mass amount of texts worrying about the end of the world.
* Firefox uses almost no memory next to chrome :P

Ok what I really was going to say.
The best way to check what is taking up power on you computer is by checking taskmanger (crtl, shift, and esc)  The set "Memory (Private Working Set)" to be from most to least.
You may notice that windows explorer is in the top 5!
For me it generally takes 60,000K memory thingy (for fun terms :D)
We all need to browse windows, but that is a heck load if you are just internet browsing, watching a movie, playing a game, or pretty much anything. I have one that will save 50,000K.

 Solution
1.  Open command prompt (you could alternately make a script to run a batch file once an hour).
2.  open task manager.
3.  end the process for explorer.exe
4.  OMG EVERYTHING IS GONE (kinda calming isn't it?)
5.  In Command Prompt type "explorer.exe /D C:\Windows"
6.  Your desktop hasn't returned but you may now browse your computer as you wish.

Sidenote: if you screw up and exit out of both cmd and windows explorer, don't fret, just log out and log back in.
Another sidenote: Don't do this if you want more than 6 windows open, as they are separate processes now.

27
Computer Programming / Minecraft backup script.
« on: May 02, 2011, 05:48:52 pm »
Could someone help me with a script that would back up my Minecraft server every half hour?
(By help, I mostly mean doing it for me.)
It should have 24 backups (12 hours worth) and when that is done it overwrites the first backup.

Backup 1
Backup 2
....
Backup 24
Backup 1


I know a little C and i am fluent in Axe (not sure if the latter helps :P )



I have been in this community for quite some time, so even though this isn't a computer programing community, I know you guys won't give me viruses :/ )

28
Computer Usage and Setup Help / Linux
« on: April 22, 2011, 10:06:49 am »
what is the best Linux to run.
It must be free

29
Miscellaneous / Mr. Hott
« on: April 20, 2011, 08:58:06 pm »

30
Miscellaneous / Rating system for YOU
« on: April 02, 2011, 09:32:17 pm »
1.  What do you think about the rating system?

2.  How much do you care if your rating goes up or down? (by only 1 or 2)
3.  Do you go crazy looking for the post causing ^

4.  When do you rate a post up or down?
5.  Do you fell obligated to?
6.  Do you Uprate/downrate a post because you disagree with someone's rating (as if Uprating a post to make it back to 0)
7.  If you downrate a post, and the writer edits his post and it is better, do you undownrate it?

Pages: 1 [2] 3