Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~22.0K People Reached

12 Posted Topics

Member Avatar for vegaseat

Make a small plug-in (extension) with Python that for example opens a (new) file in one of the following free programs: * [B]Blender [/B](3D modeling) * [B]The Gimp [/B](2D editing) * [B]Inkscape [/B](vector editing) * [B]OpenOffice [/B](office suite) [B]Some info links:[/B] [B]Blender: [/B] [url]http://www.blender.org/[/url] [url]http://jmsoler.free.fr/didacticiel/blender/tutor/python_script00_en.htm[/url] [B]The Gimp[/B] [url]http://www.gimp.org/[/url] [url]http://www.jamesh.id.au/software/pygimp/[/url] [B]Inkscape[/B] …

Member Avatar for vegaseat
20
18K
Member Avatar for Begjinner

Hi, Sorry if this is asked before, but I'm having trouble figuring this out (tried already for a couple of hours). This is what is going on: Kids make a test with 50 question. These test are checked manually on paper and afterwards need to be put into a website. …

Member Avatar for Tech B
0
131
Member Avatar for Begjinner

Hi, I made a program (.exe) in Visual Studio 2008 with DOS as menu/GUI and it does not have copy/paste menu when you do right mouse button. A program that I made in Devshed-C++ does have it. How do I add it (in Visual Studio 2008 or c++ code?)? Thanks

0
92
Member Avatar for Begjinner

When you use char(130) you get the é. When you do int('é') you get -23... and with my program to get value it is -126... How on earth can I get the 130 value when entering the é ? Thanks for looking. With this program I printed out the letter …

Member Avatar for Duoas
0
151
Member Avatar for Begjinner

Hi, I got two question. :) First there is this annoying problem with running my script from IDLE that for the character é (the ' and e) I got after using ord() the value 233. When I run the script from cmd.exe I get the value 130. Why the difference …

Member Avatar for vegaseat
0
371
Member Avatar for Begjinner

Hi, Sorry if this is already asked, but I couldn't find it. I got a text file with 100010101001000010000011111001010 and it is 8bit, now I would like it to decimal. With the int(file,2) function it does not work. I get a very large number. Is there an extra command I …

Member Avatar for Begjinner
0
158
Member Avatar for Begjinner

Hello, I have this in my CSS: [code] #contentbox a{ font-weight: bold; color: #c8a468; cursor: pointer; }[/code] And want to change the color with Javascript's function: document.getElementById, but when I use document.getElementById('contentbox a').style.color= "#d05048", I get an error that it doesn't know 'contentbox a'. I tried multiple things and searched …

Member Avatar for wrivera
0
193
Member Avatar for bumsfeld

Python 2.5, Windows XP, Pentium 4 at 2.60GHz and 1 GB memory. [quote] 100 100 100 Timing 100000 passes ... Function while1() takes 12.069 microseconds/pass Function for1() takes 13.216 microseconds/pass Function for2() takes 13.082 microseconds/pass [/quote] Thanks for the nice snippet.

Member Avatar for Begjinner
0
2K
Member Avatar for Begjinner

Hello, I'm doing (post) #2 of 'Projects for the Beginner' and I used for making this the 'The Address Book Revisited' example on this [URL="http://www.freenetpages.co.uk/hp/alan.gauld/tutor2/tutfiles.htm"]page[/URL] The author says he even put in two errors on purpose. I have re-written the code and changed it more to a Code Library like …

Member Avatar for woooee
0
134
Member Avatar for Begjinner

Hey, I was looking at some old Python topics and they contain nice info, but they also use the PHP tag for showing code - which doesn't work. Maybe these old topics can automatically be changed with the proper tag for python code? Thanks, Lars

Member Avatar for Begjinner
0
116
Member Avatar for kimvolker

I downloaded DrPython 165, started setup.py, drpython.pyw and it worked, but than I replaced the folder of DrPython to a different place on the C partition and now I keep getting an error when I start DrPython. I already tried re-downloading and re-unpacking, but it didn't help. This is the …

Member Avatar for vegaseat
0
372
Member Avatar for Begjinner

Hello, I created on a different website a Python topic with general information and some more CGI specific. Check it out: [url]http://www.stonerocket.net/forum/viewtopic.php?t=5869[/url] [b]This is what the topic contains:[/b] [list] [*]What is and Why Python? [*]The logo [*]Who uses Python and for what to use Python? [*]Future of Python? [*]Where to …

Member Avatar for vegaseat
0
106

The End.