125 Posted Topics

Member Avatar for robotwannabe

Sounds like a pritty cool, but fairly hard project. I guess you may want to look at similar robats that have existed, say robotic hands ( if you want your robot to have human hands ). If your robot doesn't have to be say Jimi Hendrix it may be alot …

Member Avatar for robotwannabe
0
236
Member Avatar for Noliving

Did you first compile the first file then put it into your classpath ? or javac classfile.java testfiile.java ?

Member Avatar for Noliving
0
186
Member Avatar for fongoos

Python is a language that I personally have had no real experiance with but I understand is very popular in the open source world. Python and C appear to be the current choice for majority of open source developers, therefor you should have no shortage of projects to work on …

Member Avatar for linux
0
823
Member Avatar for renabada

Couple of quick pointers, put your code inside code tags [B][[/B]code[b]][/b] code goes here [b][[/b]/code[b]][/b] also tell us what the problem is, see we now know you are having a little problem, But we don't know what that little problem is, but if you say, I get an error message …

Member Avatar for Paul.Esson
0
371
Member Avatar for xRuP7uR3x

I am guessing that you are first converting from base x to base 10 the base 10 to base y. If that is the case I would make two functions, one to convert from base x to base 10 then another to convert from base 10 to base x, then …

Member Avatar for dabear
0
78
Member Avatar for theausum

It appears to be still used it does not state that it is depricated in the [URL="http://java.sun.com/javase/6/docs/api/java/util/Enumeration.html"]API documentation[/URL].

Member Avatar for Paul.Esson
0
101
Member Avatar for shuban

I am a little uncertain of what you wan't so I apologize if I am completly off the mark. But if you want the current time in ticks the actual datetime structure has a [URL="http://msdn2.microsoft.com/en-us/library/system.datetime.ticks.aspx"]Ticks property[/URL] you can use this in conjunction with DateTime.Now or DateTime.UtcNow so DateTime.UtcNow.Ticks ... Hope …

Member Avatar for Reinard
0
97
Member Avatar for Paul.Esson

After looking at compile errors because I was not overriding this function ( although being convinced that I was) I have a query for all you C++ buffs in the audiance. What does the ^ do in the following line. [CODE] virtual System::Object ^ Clone(void) override; [/CODE] I know this …

Member Avatar for Traicey
0
164
Member Avatar for Uncle_John

Yet again, Not a python coder, Just crusing around on the python fourms. But if I was going to attempt to do somthing as such I would be looking at how to do a HTTP GET request [URL="http://www.artima.com/forums/flat.jsp?forum=122&thread=15024"]good looking artical here [/URL] and also look at how you would parse …

Member Avatar for wwwalker
0
171
Member Avatar for yippa

Take a look in the Device Manager "Start->Control Panel->Device Manger" and also a look at System "Start->Control Panel->System" ( I think ). Mostly people are interested in how much ram a computer has in system what processor also in system, as well as how much hard disk space it has( …

Member Avatar for yippa
0
149
Member Avatar for vipryn

Did you uninstall the driver for the old video card. IRQL_NOT_LESS_OR_EQUAL will occurs if the Driver running at a high IRQL attempts to access memory but encounters a page fault ( the memory that it is trying to access is no longer in ram and has been paged onto the …

Member Avatar for Serunson
0
118
Member Avatar for shaikh_mshariq

you will have to look into the [URL="http://java.sun.com/j2se/1.5.0/docs/api/java/net/Socket.html"]sockets API[/URL], you can either check if a port is open, then if it is assume that the corresponding service is ruinning on it. For instance if port 80 is open you could assume that http is running. The alternative to this is …

Member Avatar for shaikh_mshariq
0
630
Member Avatar for baheddad

ajax stands for Asynchronous Javascript and XML. Now technically this is not a java technology, While javascript and java have similar syntax, they are both quite different, Javascript is an interpreted language while Java is compiled into a intermediate language called bytecode (or fcode depending on how far back you …

Member Avatar for baheddad
0
91
Member Avatar for shankhs
Member Avatar for kv79

random annoying note its a representation of an ellipse not a circle. I know that has no relevance at all, circle just has x, y and r

Member Avatar for Paul.Esson
0
77
Member Avatar for ConfusedMuchMor

It may be that you are missing some librarys that are required for running, If your using visual studio 2008 try creating an installer ( I can't remember where this is in VS2008, but It is definitely there somewhere and hopefully should create and installer that contains all dependancys. It …

Member Avatar for Ramy Mahrous
0
104
Member Avatar for majestic0110

[CODE] if(txtUser.Text == "MJ12" && txtPass.Text == "Roswell1947") { //need help here! } [/CODE] I am guessing that you want to create another windows forum at this point. so you may want to do something like this [CODE] if(txtUser.Text == "MJ12" && txtPass.Text == "Roswell1947") { // Create instance of …

Member Avatar for majestic0110
0
231
Member Avatar for ithelp

Hey, There is a lastlog command in unix that displays the contents of the /var/log/lastlog file, This is a binary file and a structure describing the contents is located in the <bits/utmp.h> header file [QUOTE]struct lastlog { #if __WORDSIZE == 64 && defined __WORDSIZE_COMPAT32 int32_t ll_time; #else __time_t ll_time; #endif …

Member Avatar for Paul.Esson
0
94
Member Avatar for SiPexTBC

You will have to take a look at regular expressions in C# found in the [URL="http://msdn2.microsoft.com/en-us/library/system.text.regularexpressions(VS.71).aspx"]System.Text.RegularExpressions System.Text.RegularExpressions Namespace[/URL] it may also pay to have a look at some regular expression tutorials on the web.

Member Avatar for Paul.Esson
0
91
Member Avatar for Rossboss10
Member Avatar for Rossboss10
0
36
Member Avatar for sparksterz

How about having a method that thakes 2 params 1. How many iterations left. 2. Current String. Something like ( but prolly not since i have just done this in my head and it would as always be bug ridden. ) [code] string palindrome(String currentString, int iterations){ iterations--; Random r …

Member Avatar for jwenting
0
147
Member Avatar for lastmo
Member Avatar for balagangadharm

you may have better luck if you send the email as hypertext or have a html attachment. try just enclosing the url in tags as such String text=" Hello welcome, click <a href=\"http://192.168.1.21:8080/tarka/resentemail.jsp\"> here</a> to enjoy "; see how something like that works. I don't know what class you are …

Member Avatar for Paul.Esson
0
1K
Member Avatar for blud

Tool, Floyd, A Perfect Cicle, The Beatles, The Whitlems, Mike Oldfield ... etc.

Member Avatar for KIPMARTIN-Music
0
640
Member Avatar for Dio1080

I does not work when I compile it either. You will find that the method boysScanner.findInLine(".") is returning NULL when you call it the second time. I don't know if this is because of how our consoles work ( mine is within eclipse ) or if there is some other …

Member Avatar for Dio1080
0
141
Member Avatar for Dio1080

You defined annualInterestRate twice The variables number, symbol and letters are not defined before you attempt to use them with nextDouble also [URL="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Scanner.html#nextDouble()"]nextDouble[/URL] does not take any params.

Member Avatar for Paul.Esson
0
84
Member Avatar for ceyesuma

in unix [code]export CLASSPATH=newclasspathhere:$CLASSPATH[/code] in windows [code] set CLASSPATH=newclasspathhere:$CLASSPATH[/code] same deal with PATH varible

Member Avatar for Paul.Esson
0
107
Member Avatar for gazaaq

xchat is really nice, but if your insistant on using mirc, you can run mirc in wine fine. [url]www.winehq.org[/url]

Member Avatar for pyromaniacv3
0
213
Member Avatar for emen

[QUOTE] Both use rpm software packages...I have Fedora 3 [/QUOTE] RPM the worst package management system apart from slackware's. Linux is really lacking good package management and RPM is right at the bottem of the barrel

Member Avatar for jbennet
0
710
Member Avatar for rixius

All I ask in excange for these great invites is you go to www.paulesson.tk and click on my google ads :D That would be uber nice of you :) http://gmail.google.com/gmail/a-659211961-e1ed5396b5-9db2a9a8c6 http://gmail.google.com/gmail/a-659211961-c7a2cf94bf-ea86cfdedf http://gmail.google.com/gmail/a-659211961-cc561e1f6d-e9871db078 http://gmail.google.com/gmail/a-659211961-835ad5ee8b-832cc6ec17 http://gmail.google.com/gmail/a-659211961-6d6a041a00-40dc96140f Click Click Click on me google ads please :) http://gmail.google.com/gmail/a-659211961-3dde57492e-98820f8b9a http://gmail.google.com/gmail/a-659211961-43845f792b-64bfb000b8 Sadly its currently my ownly …

Member Avatar for GreenDay2001
0
6K
Member Avatar for Paul.Esson

[B]Intro[/B] I'm not the best at this, but I thought we were lacking a SQL tutorial... [B]Test table[/B] My Little Test Table called "test" for this great exercise contains the following [B]FirstName[/B] [B]LastName[/B] [B]EyeColor[/B] Paul Esson Brown John Smith Blue John Howard Green Kim Beazley Gray [B]SELECT[/B] This selects data …

Member Avatar for shadowrider
0
255
Member Avatar for NZStudent

[QUOTE=NZStudent;259570]I have a block of MIPS code that implements a pseudo-instruction operating on the values from two registers. The problem is i am having trouble undertanding what it does. The code is: [CODE] sll $t0, $s0, 31 srl $s0, $s0, 1 srl $s1, $s1, 1 or $s1, $s1, $t0 [/CODE] …

Member Avatar for Charles Esson
0
273
Member Avatar for dhaya

I did this in my C++ programming assignment. I just used a STL list and poped from the front and pushed to the back.

Member Avatar for Paul.Esson
0
1K
Member Avatar for Dani

Well, a little while ago last year I set up internet sharing with my Palm but anyway this is what I did # Turn on ip forwalding sudo /usr/sbin/sysctl -w net.inet.ip.forwarding=1 # Denys incoming via en0 (you prolly don't want this since you only have one card) sudo /usr/sbin/natd -same_ports …

Member Avatar for redage
0
433
Member Avatar for djbsabkcb

dcs_jr84 - You are right, that fixes the problem up :) [code] Let's Play Tic-Tac-Toe! Current Player: X Current Player: O | | | | X | X | | | ----------------------------------------------- | | | | O | O | O | | ----------------------------------------------- | | X | O | …

Member Avatar for Narue
0
806
Member Avatar for c#bird

Or perhaps use Perl .NET for the perl part ? [url]http://aspn.activestate.com/ASPN/NET[/url]

Member Avatar for str_kani
0
942
Member Avatar for bobr_1013

casting is what you need to do. trying to get a apple out of an array of apples [code] Apple myApple = (Apple)appleArray[1]; [/code] when you put something into an array it is treated as an Object (as in the class object) as opposed to as the class Apple to …

Member Avatar for Gargol
0
155
Member Avatar for SpS
Member Avatar for Narue
0
213
Member Avatar for SpS

Try [code] #include <iostream> int main(){ while((std::cout << "Hello World"<< std::endl) == 0){} } [/code] I would assume that like most things cout would return a +ive int if it has success :)

Member Avatar for Paul.Esson
0
133
Member Avatar for balor

Best to ask in the JavaScript fourm. your looking for something client side not server side

Member Avatar for goldeagle2005
0
73
Member Avatar for nanosani

Interesting how this has been done in two different ways, one with exclusive or operator and one with addition and subtraction. In java we could also use, XOR in the same way. int a, b; a ^= b; b ^= a; a ^= b; Ok, so I have a little …

Member Avatar for Daishi
0
318
Member Avatar for LadyFinger

Can't use VB.NET... ADO.NET is really easy to work with IMO anyway, if you want to use vb6 have a look at the DB tutorials here [url]http://www.tutorialized.com/tutorial/SQL-in-VB/3889[/url]

Member Avatar for jwshepherd
-1
251
Member Avatar for palmettopony

I don't know what your doing wrong with the DVD buring, but my advice would be to send them over the network via windows networking to the windows machines.

Member Avatar for palmettopony
0
110
Member Avatar for JoBe

try SOL.akn.doc (word documents have the .doc extention, windows hides known extentions) Note you will have a lot more luck saving something in notepad and opening the .txt since .doc is a binary format not a text format, it will basicly just output junk

Member Avatar for Dave Sinkula
0
449
Member Avatar for Raven11

if your using .NET the answer is yes, absolutly indeedie. Microsoft wont shut up about there interopertability.. the whole exchange of varibles is spost to happen using the CLR (commen language runtime) Implement a Java .NET class (If your lucky you can use the standard java api with this but …

Member Avatar for Paul.Esson
0
128
Member Avatar for jindalarpan

Work for yahoo on there messanger development team. Its not a open sourced application, so your not going to get the sourcecode from anywhere exept for if its leaked. There are open source messager clones that the source code is avalible for tho

Member Avatar for Paul.Esson
0
119
Member Avatar for thebeat

Hmm, well also Apple are moving over to intel next year so the machines price will drop a fair bit.. Note, you make one assumption, that a 1.8ghz G5 has the same computing power as a 1.8ghz P4. Clock speed isn't really the only thing that matters with computers, for …

Member Avatar for talkfreelance
0
181
Member Avatar for johnbal

[QUOTE]Glade / Glade2 it's for QT development I believe[/QUOTE] Glade is for GTK/Gnome development KDevelop/ QT Designer are for KDE/QT development [QUOTE] I am having problems with designing in GTK. If I click on text box object it fill up the entire window. [/QUOTE] You need to add some kinda …

Member Avatar for chadauld
0
333
Member Avatar for Paul.Esson

What kinda appoch would people here take for tacking a gui on an already existant console program.

Member Avatar for Paul.Esson
-2
259
Member Avatar for Paul.Esson

I was wondering if there is anyway to make Windows Forms do certain tasks whenever its shown ? - Thanks in advance Paul

Member Avatar for Iron_Cross
0
332

The End.