Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~5K People Reached

9 Posted Topics

Member Avatar for anupam_smart
Member Avatar for JyotiC

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 …

Member Avatar for sciwizeh
0
120
Member Avatar for JyotiC

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

Member Avatar for JyotiC
0
122
Member Avatar for JyotiC

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 …

Member Avatar for JyotiC
0
86
Member Avatar for mruane

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 …

Member Avatar for bumsfeld
0
111
Member Avatar for fullmetal

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.

Member Avatar for fullmetal
0
138
Member Avatar for JyotiC

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' …

0
60
Member Avatar for JyotiC

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 …

Member Avatar for JyotiC
0
294
Member Avatar for JyotiC

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...

Member Avatar for JyotiC
0
59

The End.