Search found 33 matches

by rip_phreaker
Sat Jul 09, 2005 11:41 pm
Forum: Computer Hardware and Software
Topic: MSN trouble
Replies: 6
Views: 1234

MSN trouble

<r> i would suggest using GAIM or the like, it works great, try: <URL url="http://www.msngeeks.com">www.msngeeks.com</URL>(forget ending might be .net or something) <br/> <br/> <COLOR color="#888888"><s>[color=#888888]</s><SIZE size="85"><s>[size=85]</s>Archived topic from Iceteks, old topic ID:3462...
by rip_phreaker
Fri May 13, 2005 10:55 pm
Forum: Computer Hardware and Software
Topic: PC in my PS2?
Replies: 14
Views: 1192

PC in my PS2?

<r> dude, i have had an awesome idea for s TRUE GAMING MACHINE!!!! get all the innards from a ps2, Xbox, and game cube, get an awesome lan case of some sorts then place all the innards inside the case and wire everything up, if you are really good you could wire it all up too 1 dvd drive, also think...
by rip_phreaker
Tue May 10, 2005 10:08 pm
Forum: Photography and Digital arts
Topic: Iceteks Wallpaper Contest
Replies: 32
Views: 6073

Iceteks Wallpaper Contest

<r> when i get my comp back i will be sure to brush of the old paint shop pro, paint, and adobe photoshop, i use to be able to do some wicked awesome stuff in there but i do not know bout now <E>:P</E> those ic's would come in handy, currently in the negative lol <br/> <br/> <COLOR color="#888888"><...
by rip_phreaker
Mon May 09, 2005 10:28 pm
Forum: General Discussion
Topic: New Rig (Specs of old too)
Replies: 9
Views: 828

New Rig (Specs of old too)

<r> everyone just wait for like longhorn.... supposed to be amazing, hopefully it will be better then any other macrohard software out there (already starting bug tests now thru msdn) so just wait the extra year lol <br/> <br/> <COLOR color="#888888"><s>[color=#888888]</s><SIZE size="85"><s>[size=85...
by rip_phreaker
Sat May 07, 2005 11:19 pm
Forum: General Discussion
Topic: New Rig (Specs of old too)
Replies: 9
Views: 828

New Rig (Specs of old too)

<r> just wait for the release of longhorn in and around summer 2006 <br/> <br/> too bad the min specs require like 512 mb RAM wich kind of sucks but what else do u expect from money mongering fascist pigs at microsoft? <br/> <br/> <COLOR color="#888888"><s>[color=#888888]</s><SIZE size="85"><s>[size...
by rip_phreaker
Sat May 07, 2005 11:11 pm
Forum: Computer Hardware and Software
Topic: Tip: Setting up static IP in debian
Replies: 5
Views: 5737

Tip: Setting up static IP in debian

<r> ohok, i am not too great with LAN and even networks in general... i find that stuff kind of bores me but ya cuz i use a router and i had to reconfig some stuff to work with 192.168.2.1 ip addresses to connect to my router, but i think that stuff was just relating to the network and it was so slo...
by rip_phreaker
Sat May 07, 2005 9:14 pm
Forum: Computer Hardware and Software
Topic: Tip: Setting up static IP in debian
Replies: 5
Views: 5737

Tip: Setting up static IP in debian

<r> hate to be off-topic but u use sympatico don't you? cuz that ip address (192.168.1.*) is a sympatico ip...or is it the SMC router ip....i forget but thanks a lot <E>:)</E> i plan on running a dual boot soon with mandrake once i get my computer back and this might help me out a bit <E>:)</E> <br/...
by rip_phreaker
Sat May 07, 2005 9:09 pm
Forum: Computer Hardware and Software
Topic: GET A FREE GMAIL ACCOUNT!!!
Replies: 23
Views: 4074

GET A FREE GMAIL ACCOUNT!!!

maybe once i get my actual computer back...it is currently being fixed

Archived topic from Iceteks, old topic ID:2708, old post ID:26753
by rip_phreaker
Sat May 07, 2005 1:09 pm
Forum: General Technology
Topic: Javascript Tutorial
Replies: 29
Views: 18598

Javascript Tutorial

<r> since i am not too great with java i will do the basic form of applet i was taught <br/> <CODE><s>[code]</s>import java.awt.* public class applet {   public static void main (String[] args)   {      System.out.println ("Hello World")   }   } [code] this program would then be compiled then you wo...
by rip_phreaker
Sat May 07, 2005 12:41 pm
Forum: General Technology
Topic: Javascript Tutorial
Replies: 29
Views: 18598

Javascript Tutorial

<r> ya javascripting would be like: <CODE><s>[code]</s>import java.awt.* -codes of the program [code] and then u must creat and html file to call the .class file of the java program u ust wrote [color=#888888][size=85]Archived topic from Iceteks, old topic ID:3247, old post ID:26745[/size][/color]</...
by rip_phreaker
Sat May 07, 2005 11:22 am
Forum: General Technology
Topic: Javascript Tutorial
Replies: 29
Views: 18598

Javascript Tutorial

<r> actually BOB (the original form of java) was produced by netscape <br/> <br/> javascripting is the name for coding and java is just the common name for running javascripting if u do not program it... java scripting is just the name for programming java <br/> <br/> it was originally programmed fo...
by rip_phreaker
Sat May 07, 2005 1:38 am
Forum: Computer Hardware and Software
Topic: fractals generated by turing :)
Replies: 0
Views: 1126

fractals generated by turing :)

<r> ok this was one long night playing with turing<br/> <br/> <CODE><s>[code]</s>View.Set ("graphics:645;645,nobuttonbar,position:300;300") proc AddGradient (c1, c2, n : int)    var clr : int    var r1, g1, b1 : real    var r2, g2, b2 : real    var p, p0 : real    RGB.GetColor (c1, r1, g1, b1)    RG...
by rip_phreaker
Sat May 07, 2005 1:36 am
Forum: Computer Hardware and Software
Topic: help with dice for turing
Replies: 2
Views: 1303

help with dice for turing

<r> u could prgram something like<br/> <br/> var dic1array : array of int % dynamic array for all dice rolls<br/> <br/> and then within the loop just put in a counter and go <br/> dic1array (count) := dice roll % dice roll being the amount the dice rolled<br/> also i would suggest after every dive r...
by rip_phreaker
Sat May 07, 2005 1:31 am
Forum: Computer Hardware and Software
Topic: Turing Need Help
Replies: 10
Views: 1788

Turing Need Help

<r> i would not suggest using if, else statements for multiple choice! use case statements they are much cleaner and look WAY better for the syntax just refer to turing help, it will help ya grately and ur teach should give ya some good marks <br/> <br/> and for some decent graphics try something li...
by rip_phreaker
Fri May 06, 2005 10:36 pm
Forum: General Technology
Topic: Javascript Tutorial
Replies: 29
Views: 18598

Javascript Tutorial

<r> well javascript is the name for java...they are the same thing really java scripting is just used by java programmers really... and the files are huge (the doc file is like 60 Mb) plus u really need to look on the sites for proper downloading types...also my schools programming site is AMAZING f...
by rip_phreaker
Fri May 06, 2005 10:33 pm
Forum: Computer Hardware and Software
Topic: GET A FREE GMAIL ACCOUNT!!!
Replies: 23
Views: 4074

GET A FREE GMAIL ACCOUNT!!!

<r> well, i got no cash, and what would i have to do? i do not really understand it really, enlighten me? <br/> <br/> <COLOR color="#888888"><s>[color=#888888]</s><SIZE size="85"><s>[size=85]</s>Archived topic from Iceteks, old topic ID:2708, old post ID:26723<e>[/size]</e></SIZE><e>[/color]</e></CO...
by rip_phreaker
Fri May 06, 2005 10:32 pm
Forum: General Discussion
Topic: Random fact on amps
Replies: 8
Views: 809

Random fact on amps

it is for evey 10,000 volts electrocty jumps like 1 cm (.33 inches)

Archived topic from Iceteks, old topic ID:3280, old post ID:26722
by rip_phreaker
Fri May 06, 2005 10:26 pm
Forum: General Technology
Topic: Javascript Tutorial
Replies: 29
Views: 18598

Javascript Tutorial

<r> well if u want me too i will find the links and stuff for getting the programs that i described above? i will tell ya now java scripting is a pain in the a$$ i do not like it very much, but it is more versatile then turing and delphi and c and c++ and python and cobalt...lol what other lingo's d...
by rip_phreaker
Fri May 06, 2005 10:24 pm
Forum: General Technology
Topic: Your site can be modified by hackers... and Google
Replies: 14
Views: 3552

Your site can be modified by hackers... and Google

<r> ok, please do not use the term "hacking" for this, this is cracking, hacking is modifying programs and hardware to suit YOUR needs cracking is malicous and does not help anyone but the cracker, linux was sooooo created by hackers, sorry if you consider this spam i will now post what i think on t...
by rip_phreaker
Fri May 06, 2005 10:19 pm
Forum: General Technology
Topic: Javascript Tutorial
Replies: 29
Views: 18598

Javascript Tutorial

<r> hey, i would suggest getting the jsdk from sun java (version 1.4.2 i believe not 1.5) and getting either j-creator or eclipse...it is all open source and is some of the best java scripting software out there right now....with j-creator all u need is the sdk and the doc files no need for setting ...
by rip_phreaker
Fri May 06, 2005 10:11 pm
Forum: Computer Hardware and Software
Topic: GET A FREE GMAIL ACCOUNT!!!
Replies: 23
Views: 4074

GET A FREE GMAIL ACCOUNT!!!

<r> i have 50 gmail invites i can donate to the cause.... just msg me but only for members of the cancer research team i guess..... <br/> <br/> <COLOR color="#888888"><s>[color=#888888]</s><SIZE size="85"><s>[size=85]</s>Archived topic from Iceteks, old topic ID:2708, old post ID:26711<e>[/size]</e>...
by rip_phreaker
Fri May 06, 2005 10:09 pm
Forum: Photography and Digital arts
Topic: watercooling
Replies: 18
Views: 2871

watercooling

<r> 4.1 Ghz out of what? i am pulling 2.2 out of an amd sempron 2600+ (regular 1.8459 ghz) with just air cooling....till i can get my cooling system full funcyional...mind u i am running 3 blue lightning 80 mm's but besides that....<br/> <br/> <br/> oh ya and the whole fishtank idea would be an actu...
by rip_phreaker
Fri May 06, 2005 6:24 pm
Forum: Computer Hardware and Software
Topic: who can help with my hangman game??
Replies: 4
Views: 1570

who can help with my hangman game??

<r> ok this is the hangman form:<br/> <br/> setscreen ("graphics:600;600")<br/> <br/> drawoval (maxx - 300, maxy - 250, 50, 50, 12)<br/> drawline (maxx - 300, (maxy - 300), maxx - 300, maxy - 450, 12)<br/> drawline (maxx - 300, maxy - 450, maxx - 250, maxy - 550, 12)<br/> drawline (maxx - 300, maxy ...
by rip_phreaker
Thu May 05, 2005 11:38 pm
Forum: Computer Hardware and Software
Topic: windows install fatal error.....
Replies: 12
Views: 1818

windows install fatal error.....

<r> best solution, download and install some kind of linux... no more computer problems <E>:lol:</E> <br/> <br/> <COLOR color="#888888"><s>[color=#888888]</s><SIZE size="85"><s>[size=85]</s>Archived topic from Iceteks, old topic ID:3024, old post ID:26663<e>[/size]</e></SIZE><e>[/color]</e></COLOR><...
by rip_phreaker
Thu May 05, 2005 11:36 pm
Forum: General Discussion
Topic: Random fact on amps
Replies: 8
Views: 809

Random fact on amps

<r> 0-50 milliamps hurts<br/> 51-100 milliamps hurts like heck<br/> 101-500 milliamps will send ya to the hospital <br/> 501+ milliamps will send ya 6 feet under <br/> <br/> <COLOR color="#888888"><s>[color=#888888]</s><SIZE size="85"><s>[size=85]</s>Archived topic from Iceteks, old topic ID:3280, o...