Search Results

Showing results 1 to 40 of 758
Search took 0.05 seconds.
Search: Posts Made By: Killer_Typo
Forum: Java Jul 24th, 2009
Replies: 7
Views: 357
Posted By Killer_Typo
http://www.eapps.com/

I've used them for quite some time, good pricing and a TON of control over the server. Great service and a ton of FAQ documentation to cover some of the various tasks one...
Forum: C Jul 24th, 2009
Replies: 3
Views: 382
Posted By Killer_Typo
when I graduated from college I wrote a multi-threaded database administration tool. Has lots of use if you cover more than just a SQL entry pane. If you include functionality like, creating,...
Forum: Java May 19th, 2009
Replies: 2
Views: 694
Posted By Killer_Typo
Ending up being able to solve this one. Debugged the servlet used for the connection to the JUnit window. Found it was using the wrong port (for some reason it was placing it a single digit below...
Forum: Java May 19th, 2009
Replies: 2
Views: 694
Posted By Killer_Typo
Could not connect to: : 50404
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at...
Forum: PHP May 5th, 2009
Replies: 3
Views: 2,468
Posted By Killer_Typo
I think there were some issues with tb_create, mostly I hadn't gotten it working at the time lol.

but you are more than welcome to have at it. This is a pretty old thread so you should count...
Forum: Java Mar 25th, 2009
Replies: 4
Views: 1,122
Posted By Killer_Typo
hah I had missed his
Forum: Java Mar 25th, 2009
Replies: 10
Views: 1,875
Posted By Killer_Typo
While you do not need to use the DOM API to handle the XML, it is recommened. Just going through and deleting the last line and appending what you think is right can result in poorly formed XML...
Forum: Java Mar 25th, 2009
Replies: 4
Views: 1,122
Posted By Killer_Typo
only the alpha characters?

so H3ll0 Wor7D would print out:

H
l
l
W
o
r
Forum: Java Mar 13th, 2009
Replies: 1
Views: 270
Posted By Killer_Typo
a quick search of the forums produced:

http://sourceforge.net/projects/jzjkit

which points to:
http://developer.k-int.com/projects.php?page=jzkit2


where I am sure you can find all of the...
Forum: Java Mar 12th, 2009
Replies: 15
Views: 936
Posted By Killer_Typo
as a beginner my first C++ book was a C++ primer that covered basic loops and pointers, I know pretty much dig through google for the rest. WHile many articles can seem to contradict eachother it...
Forum: Java Mar 12th, 2009
Replies: 15
Views: 3,171
Posted By Killer_Typo
you need to preappend

cmd /c

my example I tested:


package redirectconsoleoutput;

import java.io.BufferedReader;
Forum: Java Mar 12th, 2009
Replies: 15
Views: 936
Posted By Killer_Typo
I found the best book to be google and the best tutorials to be whatever the mind can conceptualize into the digital world.

I have been writing software since the 6th grade (C++ and Java more...
Forum: Java Mar 12th, 2009
Replies: 31
Views: 1,781
Posted By Killer_Typo
I'm still not sure what you are asking, are you trying to determine if each position in a given string is a digit (numeric)? If so then what was stated above will do just fine. If not what is the...
Forum: C++ Sep 12th, 2008
Replies: 3
Views: 364
Posted By Killer_Typo
I couldn't imagine any bit of competent help being not worth while, but then again I've been surprised before.

However, the fact that he offers it in 6DVDs or VHS tapes makes me wonder when the...
Forum: C# Feb 19th, 2008
Replies: 5
Views: 920
Posted By Killer_Typo
I really don't think he's given enough information for anyone to try and say what the error is.

considering the .NET framework is automatically downloaded on newer OS's and in fact comes...
Forum: C# Feb 16th, 2008
Replies: 5
Views: 920
Posted By Killer_Typo
while that may be, we cannot assume that it's due to that. we need more information, such as the error he is getting.
Forum: C++ Feb 6th, 2008
Replies: 16
Views: 2,445
Posted By Killer_Typo
you dont need to use the visual studio environment for .NET but it sure does make coding a hell of a lot easier :P
Forum: C++ Feb 5th, 2008
Replies: 3
Views: 498
Posted By Killer_Typo
post up some of your source and the exact issues are that you are having.
Forum: C++ Feb 5th, 2008
Replies: 10
Views: 968
Posted By Killer_Typo
fastest/funnest way (for me at least):

find a friend or ask your parents for a very simple program that they would like to see

* Temperature calculator
* Recipe Program (for saving drink...
Forum: C++ Feb 5th, 2008
Replies: 16
Views: 2,445
Posted By Killer_Typo
I use Microsoft Visual Studio Professional

if you are just starting out i would recommend the express versions.

I've dabbled around in other IDEs and with other compilers but i happen to like...
Forum: C# Jan 25th, 2008
Replies: 8
Solved: UI techniques
Views: 985
Posted By Killer_Typo
well the developers at microsoft have years and years of experience in UI design, and are more then likely NOT using C# or the .NET framework to develope applications for their OS.

with time...
Forum: C++ Nov 30th, 2007
Replies: 7
Views: 1,063
Posted By Killer_Typo
cool because i like starwars otherwise i am not sure of it's purpose.
Forum: C++ Nov 30th, 2007
Replies: 4
Views: 4,210
Posted By Killer_Typo
you could however generate positive values and multiply by -1 :)
Forum: C++ Nov 30th, 2007
Replies: 3
Views: 4,462
Posted By Killer_Typo
Aside from the major syntax and naming issues:

thats because your array of 20 looks like


Rudolf00000000000000
--------------------

// each 0 is actually a null character
Forum: C# Oct 31st, 2007
Replies: 6
Solved: c# Console
Views: 2,485
Posted By Killer_Typo
check out http://support.microsoft.com/kb/319257

it really should be as simple as Console.Clear()
Forum: C# Oct 31st, 2007
Replies: 6
Solved: c# Console
Views: 2,485
Posted By Killer_Typo
why not give it a shot ;)

System.Console.WriteLine("hello world");
System.Console.clear();
System.Console.WriteLine("Hello world again");

give it a shot.
Forum: C# Oct 31st, 2007
Replies: 6
Solved: c# Console
Views: 2,485
Posted By Killer_Typo
System.Console.Clear();
Forum: C++ Oct 5th, 2007
Replies: 5
Views: 1,376
Posted By Killer_Typo
this statement is entirely different from what you have in your code.


/*
toupper returns an INT value
toupper(a) will return 65 the ascii value for an uppercase A
*/

// the following...
Forum: C++ Oct 5th, 2007
Replies: 19
Views: 4,515
Posted By Killer_Typo
What effort have you given this?

Can you post any code?

Some great tutorials have been posted that should get you started.
Forum: C++ Oct 4th, 2007
Replies: 5
Views: 1,376
Posted By Killer_Typo
your code worked and compiled fine for me (besides a typo in your post)

what exactly are you referring to as not working?


cout<<toupper(*pos)<<" "; //without cast it doesn't work, why?...
Forum: C++ Oct 3rd, 2007
Replies: 14
Views: 1,492
Posted By Killer_Typo
I've learned that what i actually write for clients and what I learned in class and books is pretty darn far apart and for the most part the instructor has become too far seperated from reality to...
Forum: C++ Sep 27th, 2007
Replies: 12
Views: 4,337
Posted By Killer_Typo
Here is a version I wrote based on your code and heavily commented :)

#include <iostream>
#include <fstream>
using namespace std;
int main( void )
{
ifstream inFile; // create a file...
Forum: C++ Sep 27th, 2007
Replies: 12
Views: 4,337
Posted By Killer_Typo
Make sure to test if the stream is open

inFile.is_open()

if it's not open your vowels.txt file is in the wrong directory.

that being said if you want I can PM you a working version, a...
Forum: C++ Sep 27th, 2007
Replies: 19
Views: 4,515
Posted By Killer_Typo
It can be tricky, there is a playSound function in C++ but it's not all that powerful so you may be best suited to look for a library to do that, or feel free to get your hands dirty with some...
Forum: Legacy and Other Languages Sep 27th, 2007
Replies: 11
Views: 22,594
Posted By Killer_Typo
RD /S will achieve the same as DELTREE
Forum: C++ Sep 24th, 2007
Replies: 8
Views: 5,251
Posted By Killer_Typo
yeah...okay fine. i did this for another site buddy ;)
Forum: C++ Sep 24th, 2007
Replies: 8
Views: 5,251
Posted By Killer_Typo
lol sure, that works i wrote that in about ~5min before because i just wanted to solve a problem real fast, optimizations will come later when i get to the much harder problems on projecteuler.net...
Forum: C++ Sep 23rd, 2007
Replies: 8
Views: 5,251
Posted By Killer_Typo
hehe, i just wrote a counter that will go all the way up to 10001 instantly, though i havnt tested it for higher values.

super simple and absolutely NO goto's.


#include <iostream>...
Forum: C++ Sep 11th, 2007
Replies: 16
Views: 6,788
Posted By Killer_Typo
:D
which came first: the chicken or the egg!!
Forum: Search Engine Optimization Sep 11th, 2007
Replies: 10
Views: 1,916
Posted By Killer_Typo
The interface is far to cluttered to use efficiently especially when browsing search results.

I had to close the page as soon as my results came back because it was far to much work for my eyes...
Showing results 1 to 40 of 758

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC