First  |  Prev |  Next  |  Last
Pages: 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189
Evaluating Income Property
Income property is becoming more attractive to investors looking for a better return on their money. With today's low interest rates, income- producing properties such as apartments and duplexes can produce exciting returns. As with any type of property, the value of income property is what someone is willing to pa... 7 Mar 2010 23:56
[ANNC] pynguin-0.2 (python turtle graphics application)
Pynguin is a python-based turtle graphics application. ��� It combines an editor, interactive interpreter, and ��� graphics display area. It is meant to be an easy environment for introducing ��� some programming concepts to beginning programmers. http://pynguin.googlecode.com/ This release continues ... 7 Mar 2010 22:51
Reverse engineering CRC?
Given some known data/crc pairs, how feasible is it to figure out the polynomial being used to generate the crc? In the case I'm looking at, it appears that the crc size may be at least 24 bits, so just trying all possible polynomials probably isn't doable. An article I found hints at the possibility of using ... 20 Mar 2010 14:19
Call for papers: SETP-10, USA, July 2010
It would be highly appreciated if you could share this announcement with your colleagues, students and individuals whose research is in software engineering, software testing, software quality assurance, software design and related areas. Call for papers: SETP-10, USA, July 2010 The 2010 International Conferen... 7 Mar 2010 21:47
running a program on many processors
Hello, I have already read about Python and multiprocessing which allows using many processors. The idea is to split a program into separate tasks and run each of them on a separate processor. However I want to run a Python program doing a single simple task on many processors so that their cumulative power is a... 8 Mar 2010 05:18
stopping a multiprocessing.managers.BaseManager nicely (lookslike a hack)
My fix has certain problems: News123 wrote: Hi, I have following program from multiprocessing.managers import BaseManager def myfunc(): return 3 class MyManager(BaseManager): pass MyManager.register('myfunc',callable = myfunc) m = MyManager(address=('127.0.0.1', 50000),authkey='abrac... 7 Mar 2010 17:21
stopping a multiprocessing.managers.BaseManager nicely (looks likea hack)
Hi, I have following program from multiprocessing.managers import BaseManager def myfunc(): return 3 class MyManager(BaseManager): pass MyManager.register('myfunc',callable = myfunc) m = MyManager(address=('127.0.0.1', 50000),authkey='abracadabra') server = m.get_server() server.serve_forever() I'd l... 7 Mar 2010 17:21
killing own process in windows
Hi, How can I kill my own process? Some multithreaded programs, that I have are unable to stop when ctrl-C is pressed. Some can't be stopped with sys.exit() So I'd just like to terminate my own program. Examples of non killable (not killable with CTRL-C) programs: - A program, that started an XMLRPC ... 7 Mar 2010 18:27
negative "counts" in collections.Counter?
Hi all, I'd like to ask about the possibility of negative "counts" in collections.Counter (using Python 3.1); I believe, my usecase is rather trivial, basically I have the word frequencies of two texts and I want do compare them (e.g. to see what was added and removed between different versions of a text). This... 8 Mar 2010 18:40
click me
please clic it it will be usefull to you http://123maza.com/78/healthyfitness/ ... 7 Mar 2010 14:02
First  |  Prev |  Next  |  Last
Pages: 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189