This website requires JavaScript.
Explore
Help
Sign In
Github
/
stackdump
Watch
1
Star
0
Fork
0
You've already forked stackdump
mirror of
https://github.com/djohnlewis/stackdump
synced
2025-01-22 22:51:36 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
b20f74518c
stackdump
/
start_web.sh
6 lines
102 B
Bash
Raw
Normal View
History
Unescape
Escape
Initial commit. Still building up the env and some parsing code.
2011-09-11 04:29:39 +00:00
#!/bin/bash
SCRIPT_DIR
=
`
dirname
$0
`
Now uses Python if it can be found. Jython was too slow, and took too much memory to be reliable, particularly for large data sets.
2011-09-14 12:35:56 +00:00
$SCRIPT_DIR
/start_python.sh
$SCRIPT_DIR
/python/src/stackdump.py
Reference in New Issue
Copy Permalink