Forum: Java Jul 31st, 2008 |
| Replies: 9 Views: 776 Yeah, i was just looking for different ways for solving this problem.
I am thinking of using jaxb for object to xml, and use parser to change map objects.
For xml to object, looks like i'd have... |
Forum: Java Jul 30th, 2008 |
| Replies: 9 Views: 776 |
Forum: Java Jul 28th, 2008 |
| Replies: 9 Views: 776 Thanks!
This sounds good. Any suggestions for parser generator tool?
Regards,
Jyoti |
Forum: Java Jul 26th, 2008 |
| Replies: 9 Views: 776 Yes, writing parser is always an option. Looks like i would have to do that only.
But was just wondering if there is a tool, which would do all the work :).
Regards,
Jyoti |
Forum: Java Jul 23rd, 2008 |
| Replies: 9 Views: 776 Hi,
I have an xml file, corresponding to an xsd. If there some tool, which would take this xml and xsd and give me an object. And also take the object and xsd and give me xml.
I read about... |
Forum: Posting Games Sep 10th, 2007 |
| Replies: 410 Views: 44,507 |
Forum: Posting Games Aug 31st, 2007 |
| Replies: 410 Views: 44,507 |
Forum: Posting Games Aug 31st, 2007 |
| Replies: 410 Views: 44,507 |
Forum: Java Aug 25th, 2007 |
| Replies: 9 Views: 1,263 Thanks a lot. This is really helpful :) |
Forum: Java Aug 24th, 2007 |
| Replies: 9 Views: 1,263 hmm..so i should start with writing small codes? |
Forum: Java Aug 22nd, 2007 |
| Replies: 9 Views: 1,263 Thanks, the link is very useful.
I read the syntax, its almost same a C. But i didn't get how the control flows, like what does it do, when a funtion is called etc.
I have heard, that you could... |
Forum: Java Aug 22nd, 2007 |
| Replies: 9 Views: 1,263 Hi,
I know C and Python, but i wanted to learn Java.
Any suggestion, how should i go about it. I started reading some book, but couldn't make it out.
Regards,
Jyoti |
Forum: Python Oct 30th, 2006 |
| Replies: 2 Views: 2,085 I am making a tool for GCC. And GTK is standards of GCC. So, my guide told me to use it. |
Forum: Python Oct 16th, 2006 |
| Replies: 6 Views: 3,319 if you are stuck at something you can find inbuild help in python and you dont have to be online for this.
help()
this will open some kind of help interface
help(<something>) eg help(list)... |
Forum: Legacy and Other Languages Oct 16th, 2006 |
| Replies: 2 Views: 2,102 The logic is right.
you don't need to go into nesting here.
this will work too
(+ (* (Clock-hours Clock1) 3600) (* (Clock-minutes Clock1) 60) (Clock-seconds Clock1))
Not sure what you meant... |
Forum: Legacy and Other Languages Oct 11th, 2006 |
| Replies: 0 Views: 1,738 hi,
Is it possible to restrict the substituion in sed.
I mean, that sed runs till it finds the end of file, and substitute all the occurences..
I want it to substitue only the first occurence... |
Forum: Python Oct 11th, 2006 |
| Replies: 2 Views: 2,085 hi,
i am making a gui, which looks like excel sheets.
i want to give the user the facility of adding rows/columns at the run time.
there is some initial size, but that can be increased any time... |
Forum: Posting Games Oct 11th, 2006 |
| Replies: 410 Views: 44,507 |
Forum: Posting Games Oct 8th, 2006 |
| Replies: 410 Views: 44,507 |
Forum: Posting Games Oct 6th, 2006 |
| Replies: 410 Views: 44,507 |
Forum: Python Oct 5th, 2006 |
| Replies: 6 Views: 3,797 thank you,
these links r really helpfull |
Forum: Python Oct 4th, 2006 |
| Replies: 6 Views: 3,797 |
Forum: Python Oct 3rd, 2006 |
| Replies: 6 Views: 3,797 hi,
thank you, the error is resolved.
but i cant seem to put it in use.
i have a long list, which require more than a page to cover up.
i want the scrollbar, so that i can see the whole list.... |
Forum: Python Sep 20th, 2006 |
| Replies: 6 Views: 3,797 Hi,
i am using Pygtk to make GUI . I have a frame in which i have added a VBox..
I want to add scrollbar in that VBox.. but couldn't figure out how to add it.
vscrollbar =... |
Forum: Community Introductions Sep 18th, 2006 |
| Replies: 2 Views: 700 sorry..will follow it from now onwards. |
Forum: Community Introductions Sep 18th, 2006 |
| Replies: 2 Views: 700 hi...
I m Jyoti from India
dng my Masters in computer application
i love everything abt computers
came to know abt this forum when serching for some prob in net
it's a gr8 forum... |