This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
Simulates a console call to >python -m module|file [args] | |
Used for running standard library python modules such as: | |
SimpleHTTPServer, unittest and .py files. | |
[&] will run the module/file in the background | |
usage: | |
python -m module_name [args] | |
python python_file.py [args] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' | |
python_run.py | |
Simulates a console call to >python -m module|file [args] | |
Used for running standard library python modules such as: | |
SimpleHTTPServer, unittest and .py files. | |
usage: | |
module_name [args] | |
path/python_file.py [args] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'''get-ShellistaExt''' | |
import urllib2,os,sys,zipfile | |
def main(line): | |
'''Gets a file from a link.''' | |
args = [line,] | |
if args == None: | |
return |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--ImageToProject Single Install | |
--Installer created by @Briarfox | |
--- This will pull the ImageToProject project into Codea for you | |
-- Instructions: | |
-- * Create a new project in Codea named ImageToProject If you chose another name please change the variable Below | |
--This is case sensitive | |
ProjectName = "ImageToProject" | |
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters) | |
-- * Make sure there is a single tab in the project |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ImageToProject Tab Order Version: 0.0.2 | |
------------------------------ | |
This file should not be included in the Codea project. | |
#Main | |
#ByteImage |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------------------------------------------------------- | |
-- Include -- | |
-- Dynamically loads a codea tab or project into and -- | |
-- isolated enviroment or _G -- | |
-- Written by XanDDemoX -- | |
-- Version 1.01 -- | |
--------------------------------------------------------- | |
include = {} | |
-- create meta table | |
local includemeta = {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--Particular Particle Single Install | |
--Installer created by @Briarfox | |
--- This will pull the Particular Particle project into Codea for you | |
-- Instructions: | |
-- * Create a new project in Codea named Particular Particle If you chose another name please change the variable Below | |
--This is case sensitive | |
ProjectName = "Particular Particle" | |
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters) | |
-- * Make sure there is a single tab in the project | |
-- * Run and wait for success! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Particular Particles Tab Order Version: 2.1.9 | |
------------------------------ | |
This file should not be included in the Codea project. | |
#Main | |
#Particular | |
#SavedOutput | |
#ChangeLog |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--Noob Lander Single Install | |
--Installer created by @Briarfox | |
--- This will pull the Noob Lander project into Codea for you | |
-- Instructions: | |
-- * Create a new project in Codea named Noob Lander If you chose another name please change the variable Below | |
--This is case sensitive | |
ProjectName = "Noob Lander" | |
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters) | |
-- * Make sure there is a single tab in the project |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--Matrix Single Install | |
--Installer created by @Briarfox | |
--- This will pull the Matrix project into Codea for you | |
-- Instructions: | |
-- * Create a new project in Codea named Matrix If you chose another name please change the variable Below | |
--This is case sensitive | |
ProjectName = "Matrix" | |
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters) | |
-- * Make sure there is a single tab in the project |
NewerOlder