Posts
 
Reputation
Joined
Last Seen
Ranked #337
Strength to Increase Rep
+10
Strength to Decrease Rep
-2
85% Quality Score
Upvotes Received
37
Posts with Upvotes
35
Upvoting Members
27
Downvotes Received
6
Posts with Downvotes
5
Downvoting Members
6
19 Commented Posts
~231.40K People Reached
About Me

I like stuff...yep...stuff is fun!

Interests
Computers, Art
PC Specs
Altair

417 Posted Topics

Member Avatar for samaru
Member Avatar for Dani

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.

Member Avatar for jamesjoseph1
0
9K
Member Avatar for sham

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.

Member Avatar for RikTelner
-1
2K
Member Avatar for daniweb2013

[quote=jbennet;432547]what are C compilers written in? C? Assembley?[/quote] :D which came first: the chicken or the egg!!

Member Avatar for LordoDeGrim
0
752
Member Avatar for thijo

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 …

Member Avatar for JamesCherrill
0
527
Member Avatar for Killer_Typo

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 …

Member Avatar for LastMitch
0
149
Member Avatar for Killer_Typo

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 …

Member Avatar for LastMitch
0
137
Member Avatar for Yzk
Member Avatar for codercpp1

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 …

Member Avatar for c++Fun
0
2K
Member Avatar for VenkataRamana.K

?? 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 …

Member Avatar for edith_is_sex
0
182
Member Avatar for asifjavaid
Member Avatar for SummiRS
-1
419
Member Avatar for david@mex

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/

Member Avatar for crunchie
0
402
Member Avatar for raseru

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 …

Member Avatar for tiger86
0
292
Member Avatar for sarathsshanker
Member Avatar for tammy12w

[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 …

Member Avatar for stultuske
0
121
Member Avatar for Aviras

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 …

Member Avatar for Aviras
0
424
Member Avatar for NEEDHELPINJAVA

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 …

Member Avatar for Killer_Typo
0
236
Member Avatar for wilfanada

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 …

Member Avatar for Killer_Typo
0
146
Member Avatar for Killer_Typo

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 …

Member Avatar for Killer_Typo
0
269
Member Avatar for real thinkers

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

Member Avatar for Ezzaral
0
228
Member Avatar for yumyam09

[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: …

Member Avatar for stultuske
0
188
Member Avatar for CrimsonTwilight

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.

Member Avatar for tje210
0
246
Member Avatar for Killer_Typo

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 …

Member Avatar for gadmobiles
-1
454
Member Avatar for krnekhelesh

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]

Member Avatar for mahaju
0
2K
Member Avatar for quintoncoert

[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.

Member Avatar for vkmaurya5785
0
166
Member Avatar for krnekhelesh

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. …

Member Avatar for soltanmahmoud
0
446
Member Avatar for SelArom

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 …

Member Avatar for Momerath
0
155
Member Avatar for Duki

really need to know what the line is and what error you are seeing. Let it blow up and then post the logs here.

Member Avatar for Killer_Typo
0
114
Member Avatar for Killer_Typo

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 …

Member Avatar for baedaar
0
829
Member Avatar for mikeandike22

[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 …

Member Avatar for manishseo74
0
296
Member Avatar for prem2

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 …

Member Avatar for prem2
0
103
Member Avatar for zilsrider

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 …

Member Avatar for Killer_Typo
0
103
Member Avatar for llimewater

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 …

Member Avatar for Killer_Typo
0
178
Member Avatar for mahdi68

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 …

Member Avatar for mahdi68
0
119
Member Avatar for adams161

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. …

Member Avatar for adams161
0
136
Member Avatar for mayank.dyl

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.

Member Avatar for Killer_Typo
0
90
Member Avatar for jjhames

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 ;)

Member Avatar for masijade
0
162
Member Avatar for lokoluis15

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 …

Member Avatar for calwin john
1
433
Member Avatar for cajunsunshine

[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 …

Member Avatar for askarnia1
0
679
Member Avatar for rahilameen
Member Avatar for Arizona Web

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!!!!

Member Avatar for justcrowd2010
0
493
Member Avatar for Killer_Typo

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 …

Member Avatar for kvprajapati
0
856
Member Avatar for wraph

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 …

Member Avatar for jwenting
0
635
Member Avatar for Decency

[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 …

Member Avatar for charvie
0
238
Member Avatar for emilyp

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 …

Member Avatar for iravishekhar
-1
550
Member Avatar for luis2423

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 …

Member Avatar for crunchie
-1
3K
Member Avatar for Kimberley

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 …

Member Avatar for n_e
1
287
Member Avatar for Argo
Member Avatar for sunandoghosh

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)

Member Avatar for max4999
0
292
Member Avatar for rational611

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]

Member Avatar for rational611
0
222

The End.