- Strength to Increase Rep
- +10
- Strength to Decrease Rep
- -2
- Upvotes Received
- 37
- Posts with Upvotes
- 35
- Upvoting Members
- 27
- Downvotes Received
- 6
- Posts with Downvotes
- 5
- Downvoting Members
- 6
I like stuff...yep...stuff is fun!
- Interests
- Computers, Art
- PC Specs
- Altair
Re: hello everyone, names Killer_Typo, but you can call me Mike. umm i love computers and i love art. and i want to go to college and Major in computer science and/or Arts because i hope to get a job in web design and programming some day. | |
Re: i believe all computers neeed at least one bank filled with ram, be it the older machines where one bank was around 4 slots, to the new machines of one bank being the slot itself. | |
Re: [quote=jbennet;432547]what are C compilers written in? C? Assembley?[/quote] :D which came first: the chicken or the egg!! | |
Re: you need to preappend cmd /c my example I tested: [code=java] package redirectconsoleoutput; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; /** * * @author Michael */ public class Main { /** * @param args the command line arguments */ public static void main( String[] args ) { // TODO code application … | |
I got bored and started some scripting the other day in PHP, this is just a sample that i wrote, just uncomment the part of script that you would like to see. IE remove the /* and */ around a certain area. i know its not great, but some beginners … | |
Ok, right now i have an array that the user enters into a form and when they submit it, it is loaded into a PHP script that i have set into an iFrame so that you can modify the mysql database in real time (sorta) but heres my problem. i … | |
Re: If you are still interested a few things you could do / should do. get an XML Parser and treat all pages like XML, since HTML follows a strict coding format (or at least properly built pages do) you could easily build a parser using an XML tool. Secondly since … | |
Re: ?? its not somthing you would search the registry for, you must have a running server, and then download and set up PHP, i say setup because PHP is not somthing that installed persay. to see if it is installed. create a PHP file like this [PHP]<?php phpinfo(); //will display … | |
Re: you could try pimoPDF lets you print your word documents into a PDF format :D | |
Re: not sure if it was posted, host file is located in C:/Windows/System32/Drivers/Etc/ for win xp/nt/2k and for 9x users it is located in just C:/Windows/ | |
Re: Come up with an idea Map out that idea Decide the target market for said idea Develop against that target market. If you want to make a PC Game to hit the steam powered network: DirectX & OpenGL are two very viable libraries. If you want to hit the iPhone … | |
Re: I think it means the author of the book was tired and miss-typed :) | |
Re: [QUOTE=Muralidharan.E;1617667]Then it is not a primary rule for basic bean specification? I have not learned getter and setter methods in object oriented programming.. Now only i am hearing.[/QUOTE] In Spring (beans) the primary purpose of a bean is to abstract you away from the class and encapsulate the code and … | |
Re: Using a MediaTracker is definitely a good idea: a MediaTracker will allow you to pre-load images on a loading screen and bypass any issues you may encounter with loading images on the fly - such as awkward display issues and not being able to get dimensional information on the image … | |
Re: If you end up having a lot of items to search over you may want to look at an [URL="http://en.wikipedia.org/wiki/Inverted_index"]Inverted Index[/URL] which is specifically designed for high speed searching of large collections (: (very-basic) you create an index of all words from your documents, with each word is a table … | |
Re: Programming is not just something you do, it is a passion. If programming is not a passion you are not going to find a magic pill or answer that will get you on track. In 10 years if you feel you haven't gained much then you should assess why you … | |
Trying to build a simple python script on my mac, but the mac is 64 bit and apparently does not want to play nice. Does anyone know of any workarounds or if I am missing something? command i am running is python setup.py py2app -A output is: error: argv-emulation is … | |
Re: only the alpha characters? so H3ll0 Wor7D would print out: H l l W o r D that's easy enough to do using regular expressions. the [a-zA-Z] searches for all characters within the range of a-zA-Z. You can then use the regexp to output the matches...etc | |
Re: [url]http://en.wikipedia.org/wiki/Wake-on-LAN[/url] <-- check that out, you'll need a system that supports WoL (wake on lan) requests. If you check out [url]http://www.jibble.org/wake-on-lan/[/url] you can find a java example of doing exactly what you are asking (or similar). By the way, that link above was the first result from google when searching: … | |
Re: i know the dual monitors is possible. But you can only use it to do a super wide monitor, or use it as copy (IE it shows the same on both monitors), i dont think you can use seperate keyboards for each monitor. | |
what exactly does it do, ive read a little on it, but still am not sure. does this mean i can take the computers online connection, and its network connection (to computers that have no internet capability) and bridge them so that all of the computers have interenet capabality if … | |
Re: not really as hard as you think [URL]http://www.nyx.net/~gthompso/quine.htm[/URL] [URL]http://www.nyx.net/~gthompso/self_c++.txt[/URL] | |
Re: [URL]http://www.connectionstrings.com/[/URL] the best damn link hands down in finding the right string to use to connect to a given array of database types. | |
Re: i did a google on the error you posted but didnt get much (put it in quotes to hope to find someone with the same error) doing a little rearranging this was the best i could find [quote] [B]Memory Leaks[/B] A memory leak is a loss of available memory space. … | |
Re: this is an odd error yes. because when i debug your code it works as desired. but the moment i remove the breakpoint and allow it to run we have issues again! but i was able to create a quick fix for you! create the random number on the Update … | |
Re: really need to know what the line is and what error you are seeing. Let it blow up and then post the logs here. | |
i just finished upgrading my php to php5 because i wanted to see the changes, but now my code doesnt do anything at all. like the one to connect to a database. it just gives me a blank white screen so when i went to check phpmyadmin to see if … | |
Re: [url="http://www.enscape.net/?id=114"]http://www.enscape.net/?id=114[/url] read that article, it will help you out greatly. also about no one being able to see it. you have to forward your IP to port :80 so that people can see it. also you need your real IP and not your IP on the network, there is a … |