forked from burakbayramli/books
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhas_psyco
71 lines (71 loc) · 2.3 KB
/
has_psyco
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
PyBounce2.py:# import psyco
PyBounce2.py:# psyco.full()
PyExpJulia.py:# If psyco isn't installed, delete the next two lines!
PyExpJulia.py:#import psyco
PyExpJulia.py:#psyco.full()
PyFollowMouse.py:# import psyco
PyFollowMouse.py:# psyco.full()
PyGrav.py:# import psyco
PyGrav.py:# psyco.full()
PyInverseJulia.py:# If psyco isn't installed, delete the next two lines!
PyInverseJulia.py:#import psyco
PyInverseJulia.py:#psyco.full()
PyJulia.py:# If psyco isn't installed, delete the next two lines!
PyJulia.py:#import psyco
PyJulia.py:#psyco.full()
PyMandBound.py:# If psyco isn't installed, delete the next two lines!
PyMandBound.py:import psyco
PyMandBound.py:psyco.full()
PyMandel.py:# If psyco isn't installed, delete the next two lines!
PyMandel.py:import psyco
PyMandel.py:psyco.full()
PyMandelMouse.py:# If psyco isn't installed, delete the next two lines!
PyMandelMouse.py:import psyco
PyMandelMouse.py:psyco.full()
PyMouseMandel.py:# If psyco isn't installed, delete the next two lines!
PyMouseMandel.py:import psyco
PyMouseMandel.py:psyco.full()
PyNewt.py:# If psyco isn't installed, delete the next two lines!
PyNewt.py:import psyco
PyNewt.py:psyco.full()
PyNewtChoose.py:# If psyco isn't installed, delete the next two lines!
PyNewtChoose.py:import psyco
PyNewtChoose.py:psyco.full()
PyNewtCplx.py:#import psyco
PyNewtCplx.py:#psyco.full()
PyNewton.py:#import psyco
PyNewton.py:#psyco.full()
PyRandQuat.py:import psyco
PyRandQuat.py:psyco.full()
PyTrails.py:import psyco
PyTrails.py:psyco.full()
flynbody.py:import psyco
flynbody.py:psyco.full()
glutshapes.py:import psyco
glutshapes.py:psyco.full()
leap_frog.py:import psyco
leap_frog.py:psyco.full()
lyap.py:import psyco
lyap.py:psyco.full()
nbody.py:#import psyco
nbody.py:#psyco.full()
nbody1.py:import psyco
nbody1.py:psyco.full()
noPsycoGeorge.py:#import psyco
noPsycoGeorge.py:#psyco.full()
prime.py:#import psyco
prime.py:#psyco.full()
pyFirstBounce.py:# import psyco
pyFirstBounce.py:# psyco.full()
pyNewTorus.py:import psyco
pyNewTorus.py:psyco.full()
pyVertArray.py:import psyco
pyVertArray.py:psyco.full()
pyillitorus.py:import psyco
pyillitorus.py:psyco.full()
pytorus.py:#import psyco
pytorus.py:#psyco.full()
tr0.py:import psyco
tr0.py:psyco.full()
withPsycoGeorge.py:import psyco
withPsycoGeorge.py:psyco.full()