First  |  Prev |  Next  |  Last
Pages: 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
Dvalve! we called the heart of outsourcing world.
Dvalve.com is an online talent workplace that helps companies hire and manage professionals online to get work done and grow their businesses. Dvalve matches employers with a ready and qualified workforce and rated, tested professionals with technical, marketing and business skills. Dvalve also provides the onlin... 9 Apr 2010 17:51
off by 1 error?
Hi all, I'm trying to assign a color to various values between some arbitrary maximum and minimum, and i'd like to go from red to blue to green . Currently, I have the following, where i'm passing the minimum and maximum as a 2-tuple: def getcolor( minmax, curr ): rangesize = (minmax[1] - minmax[0]) - 1 cu... 9 Apr 2010 20:05
Excellent Oracle Apps Technical Consutant avaliable immediately for your client requriments
Dear Partners I have Raja Rao, Oracle Apps Technical consultant available immediately for your client requirements. Has worked for Tekelec, Hitachi Data Systems etc. He is in NC right now and is willing to relocate. Pl. let me know if you have any direct client positions for him. Location: NC Relocation: Ope... 9 Apr 2010 14:29
Is there any module/utility like 'rsync' in python
Hi, Is there any module/utility like 'rsync' in python. Thank you in advance. -Hiral ... 23 Apr 2010 20:48
SIP
Hi All, I was looking at the SIP tool to create a C extensions for python to call. Here is what I tried: 1. I created a simple c file and .h file <attached testfunc.c and testfunc.h> 2. Then I created a corresponding testfunc.sip file ################### %CModule siptest 0 %UnitCode #include"testfunc.h"... 9 Apr 2010 11:07
Preserving logging streams through a daemon.DaemonContext switch (was: daemon.DaemonContext)
Vinay Sajip <vinay_sajip(a)yahoo.co.uk> writes: On Apr 8, 1:58 pm, Rebelo <puntabl...(a)gmail.com> wrote: Vinay Sajip wrote: My guess is - files_preserve needs to be passed a file handle and not alogginghandler. This is correct. As the 'DaemonContext.__init__' docstring says:: | `files_prese... 9 Apr 2010 09:59
Pythonic list reordering
I have a list... ['dir_0_error.dat', 'dir_120_error.dat', 'dir_30_error.dat', 'dir_330_error.dat'] I want to sort it based upon the numerical value only. Does someone have an elegant solution to this? Thanks, Ben R.... 10 Apr 2010 12:23
Generating a rainbow?
I'm having a difficult time with this. I want to display a continuous range of hues using HTML hex representation (#RRGGBB). How would I go about scanning through the hues in order to make a rainbow? Thanks, Toby ... 13 Apr 2010 10:33
catch clipboard status in gnome
Hi all, i'ld like to create an gnome applet in python that, if left-clicked, perform a particular operation using the text of the clipboard. i've found this example: import pygtk pygtk.require('2.0') import gtk # get the clipboard clipboard = gtk.clipboard_get() # read the clipboard text data. you can... 8 Apr 2010 12:33
Py3: Read file with Unicode characters
Attempting to read a file containing Unicode characters such as ±: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 5007: ordinal not in range(128) I did succeed by converting all the characters to HTML entities such as "&#177;", but I want the characters to be the actual font in the source f... 8 Apr 2010 13:59
First  |  Prev |  Next  |  Last
Pages: 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161