Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
/* | |
Paul Kaplan, @ifitdidntwork | |
Create an ASCII STL file from a THREE.js mesh | |
that can be saved save from browser and 3D printed | |
-------------------------------------------------- | |
See further explanation here: | |
http://buildaweso.me/project/2013/2/25/converting-threejs-objects-to-stl-files | |
-------------------------------------------------- | |
Saving the file out of the browser is done using FileSaver.js |
{"schema_version": "3.0.0", "dependencies_cache": {"https://packagecontrol.io/repository.json": [{"load_order": "50", "description": "Backrefs regular expression wrapper.", "authors": ["facelessuser"], "releases": [{"platforms": ["*"], "url": "https://codeload.github.com/facelessuser/sublime-backrefs/zip/1.2.0", "sublime_text": ">=3000", "version": "1.2.0"}], "name": "backrefs", "issues": "https://github.com/facelessuser/sublime-backrefs/issues"}, {"load_order": "50", "description": "Python PyYAML module", "authors": ["FichteFoll"], "releases": [{"platforms": ["*"], "url": "https://codeload.github.com/packagecontrol/pyyaml/zip/v3.11.0", "sublime_text": "*", "version": "3.11.0"}], "name": "pyyaml", "issues": "https://github.com/packagecontrol/pyyaml/issues"}, {"load_order": "01", "description": "Python _multiprocessing module", "authors": ["wbond"], "releases": [{"platforms": ["windows"], "url": "https://codeload.github.com/codexns/sublime-multiprocessing/zip/1.0.0", "sublime_text": "<3000", "version": "1.0.0" |
# | |
# Jekyll Generator for SCSS | |
# | |
# (File paths in this description relative to jekyll project root directory) | |
# Place this file in ./_plugins | |
# Place .scss files in ./_scss | |
# Compiles .scss files in ./_scss to .css files in whatever directory you indicated in your config | |
# Config file placed in ./_sass/config.rb | |
# |