5
Display file name (Java servlet)view story

http://www.daniweb.com – Hi, I have a form linked to a servlet that uploads files. I would like the name of the file that has been uploaded to be displayed next to the <h3>line once it has been processed. I have no problems linking the servlet to the form or uploading the file. I simply want the name of the uploaded file to appear next to the word uploaded. Thank you for your help in advance. (General)

5
hey everyone, i am in desperate need with something soooo simple!!!view story

http://www.daniweb.com – Hey everyone, I have a simple simple problem that is literally driving me insane. Basically, I have a database of numbers seperated my spaces. I just took a segment of my code because I am soooo completely lost with the output!! If the database is: 1 2 3 9 7 6 4 5 6 7 (General)

3
Array comparison in Cview story

http://www.daniweb.com – Dear All, I am trying to code a multistage timer which prints out a line of text. The timer countdowns from a certain point in time and then prints out a line at times defined in an array. The array is sizable so there is no fixed length. The user can have as many stages as they require. The code is below: (General)

4
3 Collections and output questionsview story

http://www.daniweb.com – Hi guys, got a few questions 1. i have initialised my collection with a few objects, how do i set the make etc when i initialise them (i have the set methods). So in the line below where would i put setMake()? would it work with a . accesor after LargePlane? planesAvailable.put("502146", new LargePlane()); (General)

5
Processing math equationsview story

http://www.daniweb.com – Hi Guys Does anyone know of any classes that process string mathmatical equations ? E.g. 2+2(6*5(2-1)) - It is specified on the command line and stored as a string. (General)

3
Development: TARBALLS DUE: GNOME 2.29.92 rcview story

http://permalink.gmane.org – Hello all, We are approching the finish line! Tarballs are due on *Monday* 2010-03-08 before 23:59 UTC for the GNOME 2.29.92 RC release, which will be delivered on Wednesday. Please make sure that your tarballs will be uploaded before Monday 23:59 UTC: tarballs uploaded later than that will probably be too late to get in 2.29.92. If you are not able to make a tarball before this deadline or if (Software)

6
FOOBAR2000:The Damn Small Audio Playerview story

http://techie-blogger.com – The name foobar is derived from a common metasyntactic variable name used in computer programming.Foobar2000 is an advanced freeware audio player for windows, it has highly modular design and extensive SDK which allows third-party developers to customize even change the interface. (General)

4
Linux – Eminent Choice Or Not?view story

http://i486.net – Linux has been something like monotony nowadays. His fame, he is the talk of the town – various Linux downloads, software, Linux, etc.. . And what is great about this is – all free! However, free programs or software would always come to an end because of the increasing number of users and requirements constantly their advocacy. (General)

3
Python Questionview story

http://www.daniweb.com – #face1.py from face import Face from graphics import * from button import Button def main (): win = GraphWin ("Faces",500,500) win.setBackground ("yellow") f1= Face (win, Point (250,250), 70) #f2= f1.smile(win,Point(250,250), 70) #f3= f1.frown(win,Point(250,250), 70) (General)

3
Creating a country list combobox, and other thingsview story

http://www.daniweb.com – Hey all I am currently practicing my error handling processes and am having trouble filling up a combobox with a list of all the countries so that the user can choose what country they are located in. What I am creating is something like a registration form. (General)