Jump to content

RogueHart

Dedicated Members
  • Posts

    893
  • Joined

  • Last visited

Everything posted by RogueHart

  1. that sounds like an idea but i have no idea how to go about something like that i dont need pressure and stuff since i usually use a pen for drawing anyway so pressure isnt an issue and what i really want this for is lineart.
  2. at a certain point they go a tad too far with this bull. not all filesharing is illegal but im willing to bet its going to be treated as such soon.
  3. cant afford it. thats why i'd rather mod a mouse if its possible. far cheaper. and theres nothing like making good use of something you made with your own hands.
  4. this is awesome lol. its always good to bring back old stuff like this to show new people it. it can inspire people to make new things. always good.
  5. i remember in one of the live shows wess mentioning something about the wacom pads. the artist tools that can mimic pen and paper for digital works. he said someone wanted one of those but didnt want to shell out the hundreds of dollars to get one. he said that the guy modded an optical mouse and was able to make a device that worked like a wacom pad using just the modded mouse. i was wondering if this was real and if it did could someone point me in the direction to find guides or instructions or anything really that would help me actually do this mod? i like drawing on paper, i work with photoshop a lot. i'd like to bring these 2 together. i do scan some stuff but i hate tracing it with a mouse or the pen tool. and i cant draw with the mouse.
  6. well the actuality of my situation is much simpler than that and any office clone will suffice. to put it simply all i really need is a word processor that can spellcheck, track page numbers and word count, ect, ect. i dont need anything that produces compatible digital files since the work im doing is printed out. the means doesnt matter. its the ends i need. as long as the ends can mimic the real office then the means can be fake.
  7. i need a good word processor. like ms word but free. cant stand word anyway. need it for school. does anyone know of any good open source software like this? or something under some kind of open license.
  8. i joined twitter recently. so i thought wth may as well plug it around a bit. post your twitters if youve got one. http://www.twitter.com/roguehart
  9. whats your proudest score and your most embarrassing score? personally mine is on the genesis in sonic the hedgehog 2. this score is for both. first level beat in 26 seconds flat why its what it is im proud because i beat the first level in under 30 seconds. im embarrassed because i spent an entire day playing that level and hitting reset over and over all day long to get that score. highest time was about 55 seconds.
  10. i play both but my favorite is turn based rpg. to be exact its final fantasy 7. perfect turn based rpg engine
  11. RogueHart

    quake live

    well personally i like wolfenstein enemy territory 2.55. you can setup a pc as a server or setup a server with someone like clanservers or something. i play for FOB fieldofbattles.org
  12. RogueHart

    quake live

    http://www.quakelive.com/ lan party perhaps? when its released of course.
  13. http://publicdomainpictures.net/ http://www.getpaint.net/ to edit it
  14. well my loop isn't exactly infinate. the process dies at a certain point. my loop thing was made for 2 reasons. 1 im learning c++ and i wanted to see if a function could call itself since i cant call anything that was defined after it was called. 2. i wanted to push the cpu meter on vista to 100 percent on the laptop i was using so i just tried to write up a quick code in c++. i accomplished my goal halfway since it hovered around 50% but never hit 100% using just c++. though running 5 batch files that said @echo off :n print 20004517239489824y3hf9gh3192854 goto :n worked just fine.
  15. i dont know for sure but judging by his last topic i think he wants a command line utility that when called will take a screenshot of the current screen. seems like hes trying to automate something.
  16. the "please wait" thing when your the last person to post could be timed. which would make it easier to mess with when there aren't many people typing for those that want to mess with it heres a bit of fun info 20 periods will make a new line. although because of the lack of a word wrap on single words you could type 300 unspaced periods and it would only do 1 line. then 2 periods to reach the window. dont forget to account for your name. ill keep messing with it and maybe we can have some cool stuff. for me(because i only accounted for my name) this will print the text over the window. although 1 letter on last line is off of it. and one more line will be off of it. ......... ..................... ..check...................... ..the........................ ..forums............................... ..4details................. this will print on the window without overlap ......... ........................ ..iR...................... ..window................. ..iR....................... ..ruler!................
  17. i would love to see what someone breaking into your house would do if suddenly the wall said "i'm watching you put down the damn tv" ummmm think you could link the wall to maybe an irc log? at any rate this would be great for the live show. here. found a problem with the bbcode you had setup. heres a fix $content = str_replace("[b]", "<strong>", $content); $content = str_replace("[/b]", "</strong>", $content); $content = str_replace("[i]", "<em>", $content); $content = str_replace("[/i]", "</em>", $content); $content = str_replace("[u]", "<u>", $content); $content = str_replace("[/u]", "</u>", $content); $content = str_replace("[li]", "<li>", $content); $content = str_replace("[/li]", "</li>", $content); it wasn't taking lower case letters. i dont know php but i have enough reasoning skills to alter some code
  18. well the only audio codec i have added is lame mp3. ill see if i can find some others though.
  19. post random snippets of c++ //i created a loop without knowing how to loop. without even knowing how to take input yet #include <iostream> unsigned int a = 1; //set a variable a nice value of some kind void woo()//create a function to increment the variable { a++;//increment the value std::cout << a;//print the variable to the screen woo();//call the function within itself }//end the function definition int main() {//begin the main function woo();//call the previously made function return 0;//end the main function }//close the main function //that is all
  20. i only frequent 2 other forums. a gaming clan for wolfenstein enemy territory. and a graphics forum. and they both already have this topic. so im bringing it here. post a real picture of yourself. me at work. dont work there anymore (they hired someone else and there wasn't enough work for everyone so they fired me) most recent. but still about 5-6 months old.
  21. i dont think setting up a que would be a good idea. im on here with aroujnd 40 osmething people and it takes no more than 2 tries to get my message shown. usually i only have to post once
  22. i already suggested a username and account thing. but that would take a long time and you could use something sooner. so (if this thing is a more perm setup) then why not setup a password system. where you apply via the forums for a password. the you can use the password for each post on the wall. log each post by the password instead of just the name and you could find and ban people from the program by deleting their passwords from the php. though that might take longer depending on how it would be setup. i dont know for sure since i dont know php (its next on my list after c++) of course something like that would be a precursor to a login system. or if you could link the forums logins to the wall it might make things easier. but idk if thats even possible. just throwing in my suggestions. hopefully i sparked a few light bulbs. edit and maybe if you can try a code to automatically reduce font based on the size of the message.
  23. okay. for a while now this has been bothering me but i forgot about it since i found other ways to do what i was originally doing. but i want to try to fix it if i can in case i feel the desire to use this part of my comp again. i cannot edit videos on my computer. ive tried lots of open source software, freeware, shareware, demos, ect, ect. and none of it would work. the issue only comes up when it finishes building the audio. the second the audio is built it closes the program without a warning or error message. its global over all programs i've tried. idk whats wrong im running windows xp professional sp2. dell inspiron 8600. 512mb ram. 40gig hd. with a messed up built in keyboard and mouse. im using a cheap dell external keyboard with a logitech wireless mouse. both usb
  24. ive never had widescreen lol. i havent even used a widescreen on someone elses stuff in over a year lol. though i live in hickville usa.
×
×
  • Create New...