- 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
417 Posted Topics
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 … | |
Re: my guess would be the manner in which they transfer messages and or the protocols / policies the technologies refer to. We use an XMPP server for our instant messaging at work and it runs great. I have not had any direct contact or use with JMS; although, from reading … | |
Re: quick question - when it starts up the new emulator do you make sure to unlock the emulator? It starts up as a new phone so you have to actually slide to unlock to get into the phones interface. Sometimes if you wait to long before unlocking or closing out … | |
Re: what is the specific setup of your application? I've worked on development where the front end was C++ and the back-end was Java. We used RPC calls between the two systems to communicate which amounts to defining an HTTPServlet and using the post methods to pass back and forth serialized … | |
Re: EDIT: Sorry - this is assuming you are talking about the android platform which it seems you may be with those method names and specific buttons in question. Really though - it would really help to know what platform or api level you are on. if you look at your … | |
Re: In the android environment all files are created in MODE_PRIVATE! Each application is run by its own user: any files created by an application can only be accessed by that particular application. Setting MODE_PRIVATE to the file is simply an option available as you can set files to be public-accessible. … | |
Re: yes - also, make sure you (depending on your IDE if you are using one) do a clean / build of your code to ensure that there are not any old files from a previous build being packed into the JAR. | |
Re: I have quite a few ideas, but more importantly - what are yours and how much effort have you put into this? Do you know the math for finding means and medians? That is the place to start ;) | |
Re: open up the machine, there should be an FCC ID that tells you the make model and what it is. Post the ID number and ill look for the driver or you can look here. [url="https://gullfoss2.fcc.gov/prod/oet/cf/eas/reports/GenericSearch.cfm"]https://gullfoss2.fcc.gov/prod/oet/cf/eas/reports/GenericSearch.cfm[/url] also if you open up the machine, you could probably just look at the … | |
Re: [QUOTE=cajunsunshine]I'm trying to transfer files from my old pc to my new pc. Both use XP. I have a crossover cable. I need a site to go to that has step by step instructions if possible. Thanxs[/QUOTE] crossover cables via nullmodem..ahhh lots of fun!! Are you doing this via the … | |
Re: [URL]http://www.connectionstrings.com/[/URL] | |
Re: im a tables man myself, i feel i can design just as good with them as i can with div's, but i dont do div's that much so i dunno. i think ill give div's a go and make a better educated desicion later. OFF TO CODE SOME MORE!!!! | |
Okay, so currently i am working on a final project at my college, i have been tasked with creating a database administration tool. One of my major hurdles was how to query the MySQL database and return all of the results into a DataGridView object with correct column names. As … | |
Re: a lot of windows instability comes from the need to support so much, IE 95% of the market share. It is hard to write an OS (i would assume) that requires the support of nearly every peiece of software / hardware developed. Not to mention with so many people that … | |
Re: [QUOTE=Decency]thank you for such a wonderful reference you gave me i checked it out and found the way to delete files and folders and it was just so simple lol for your reference the code is as this : <?php unlink("filename"); ?> can it be more simple ? lol[/QUOTE] is … | |
Re: without thuroughly going through your code the best i can give you is this: try not to specificy the location of tyour database from the connection string. (which is what it appears you are doing). if you are using an SQL server like SQL Server or MySQL it is quite … | |
Re: Have you unistalled/installed added/removed any software/hardware?? also do you have your windows xp cd? if so start windows in safe mode and try this: put your windows XP CD into the cd rom drive, close any windows that may pop up. and then open up the command prompt (start run … | |
Re: its a rotation setting deffinatly trust me on this. it would be correct all the way up to the loading of the video driver because the monitor display's in VGA mode when booting up so that it is compatible with all forms of video cards. try this: Right Mouse Click … | |
Re: they are correct, messenger spams, and are considered illegal. disable your messenger service and they will go away (not to be confused with your MSN messenger chat service) | |
Re: i believe you can, you can wake the machine through the NIC card (wake on lan) let me look it up for both ya! .....done researching yes you need whats called Wake-On-LAN [URL]http://gsd.di.uminho.pt/jpo/software/wakeonlan/mini-howto/[/URL] --miniHOWTO and sometools [URL]http://gsd.di.uminho.pt/jpo/software/wakeonlan/mini-howto/wol-mini-howto-3.html#ss3.2[/URL] |
The End.