First  |  Prev |  Next  |  Last
Pages: 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207
INDIAS FIRST CTF STYLE ETHICAL HAcKING CONTEST
Check this out http://inctf.amrita.ac.in Great opportunity for students to learn hack and Win ! Great prizes in CASH and paid internship opportunities in leading security companies Best of all no travel needed, take part online !! Specifically for students who dont know anything about hacking . So here is your cha... 15 Feb 2010 06:29
Printing with raw_input
Does `raw_input` uses internally `sys.stdout.write`? ... 17 Feb 2010 00:04
come and join www.pakdub.com a social network with full features like games, classifieds, forums, blogs and a lot more
come and join www.pakdub.com a social network with full features like games, classifieds, forums, blogs and a lot more ... 15 Feb 2010 02:09
FW: MemoryError, can I use more?
I use the physical and kernel memory boxes in the windows task manager under the performance tab... in that way I can see the exact RAM that just OS and idle processes occupy before I run my app, and then also the limit at which my app pushes the memory... M. Angelica Echavarria-Gregory, M.Sc., E.I. Ph.D Candid... 14 Feb 2010 19:37
How to solve an LCP (linear complementarity problem) in python?
On 02/14/10 12:52, abent wrote: Is there a good library to numericly solve an LCP in python ? (http://en.wikipedia.org/wiki/Linear_complementarity_problem) An example would be very helpful because most libraries seem to only solve QP's. I need this for computing 2d contact forces in a rigid body s... 14 Feb 2010 08:27
problem with QtSignals "object has no attribute 'emit'"
Hi, I'm having a rather small code snippet, where I create pyQT signals. I manage creating a signal as class attribute, but I can't create a list of signals or a signal as object.member. from PyQt4.QtGui import * from PyQt4.QtCore import * class MyWin(QMainWindow): clssig = pyqtSignal(... 14 Feb 2010 08:27
LaTeX parser and pstricks generator in python
Hi all. I just put online a first version of two tools that combine LaTeX and python. The first one, phystricks[1], is a python module intended to generate pstricks code. The main features are * you don't have to know pstricks (but you need to have some basics in python) * you have python instead of LaTeX as... 14 Feb 2010 07:21
How to solve an LCP (linear complementarity problem) in python ?
Is there a good library to numericly solve an LCP in python ? (http://en.wikipedia.org/wiki/Linear_complementarity_problem) An example would be very helpful because most libraries seem to only solve QP's. I need this for computing 2d contact forces in a rigid body simulation. ... 14 Feb 2010 07:21
WORK AT HOME -EARN $4,000 WITH EMAIL READING JOBS
Work at Home- Earn $4,000 With Email Reading Jobs Get Paid $5 For Each New Sign Ups - Easy To make Money Make More Than $200 A Day , Register Now To Start earning At http://moourl.com/lvi7k ... 14 Feb 2010 06:17
Hashing in python
Hi, I need to hash 3d coordinates to a grid which has been divided into 4*4*4 squares. Using python, I thought of a simple way as follows: CELL_SIZE = 4 def key(point): return ( int((floor(point[0]/CELL_SIZE))*CELL_SIZE), int((floor(point[1]/CELL_SIZE))*CELL_SIZE), int((floor... 14 Feb 2010 12:54
First  |  Prev |  Next  |  Last
Pages: 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207