No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Re: entrapment | |
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 couple of tools like JAXB, xstrem and xmlBeans. The issue … | |
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 | |
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 during the executation of the code. what i have tried, is that … | |
Re: 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) shows all the methods and functions of list kind of man page if you want a … | |
Re: 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 by user interface. | |
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 and no other. restricting with line number or quit doesn't help, because i dont' … | |
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. [code] vscrollbar = gtk.VSscrollbar(adjustment=None) AttributeError: 'module' object has no attribute 'VSscrollbar' [/code] it's giving … | |
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... |
The End.