Skip to content

Instantly share code, notes, and snippets.

@JMV38
JMV38 / Main.lua
Created August 19, 2013 20:56
XFC AutoInstall
--# Main
--XFC Single Install
--Installer created by @Briarfox
--- This will pull the XFC project into Codea for you
-- Instructions:
-- * Create a new project in Codea named XFC If you chose another name please change the variable Below
--This is case sensitive
ProjectName = "XFC"
-- * Paste this into the Main (not from the raw view, as iSafari will escape special characters)
@JMV38
JMV38 / 1aTabOrder
Created September 2, 2013 16:24
Codea Project Gist Created with AutoGist
AutoGist Tab Order Version: 2.2.8
------------------------------
This file should not be included in the Codea project.
#Main
@JMV38
JMV38 / 1aTabOrder
Created September 15, 2013 17:46
Codea Project Gist Created with AutoGist
AutoGist Tab Order Version: 2.2.8
------------------------------
This file should not be included in the Codea project.
#Img2str
#Icons
#Settings
#DropList
#Pinch
#Switch
#Slider
@JMV38
JMV38 / 1aTabOrder
Created September 15, 2013 19:53
Codea Project Gist Created with AutoGist
AutoGist Tab Order Version: 2.2.8
------------------------------
This file should not be included in the Codea project.
#Decoder
#Icons
#Main
#MenuItem
#InfoItem
#ChoiceItem
#SlotManager
@JMV38
JMV38 / 1aTabOrder
Created January 24, 2014 21:12
Codea Project Gist Created with AutoGist
AutoGist Tab Order Version: 2.2.8
------------------------------
This file should not be included in the Codea project.
#Buttons
#Main
@JMV38
JMV38 / 1aTabOrder
Created February 7, 2014 06:57
Codea Project Gist Created with AutoGist
AutoGist Tab Order Version: 2.2.8
------------------------------
This file should not be included in the Codea project.
#Main
#Convert
#ObjectClassForTest
@JMV38
JMV38 / myFFT.py
Created October 14, 2014 06:49
FFT program
# my FFT
from scene import *
from math import sqrt, sin, pi, floor
import Image, ImageDraw
#import Image
import ImageOps, ImageFilter
import numpy as np
@JMV38
JMV38 / neural_v02.py
Created March 16, 2019 19:46
neural_v02.py
import ui, io
import numpy as np
import matplotlib.pyplot as plt
from PIL import Image as PILImage
from PIL import ImageChops as chops
import console
###########################################################################
# history
# v01: 1/format output. 2/Landscape view.
@JMV38
JMV38 / neural_v03.py
Created March 17, 2019 11:03
neural_v03.py
import ui, io
import numpy as np
import matplotlib.pyplot as plt
from PIL import Image as PILImage
from PIL import ImageChops as chops
import console
###########################################################################
# history
# v01: 1/format output. 2/Landscape view.
@JMV38
JMV38 / neural_v04.py
Created March 17, 2019 17:46
neural_v04.py
import ui, io
import numpy as np
import matplotlib.pyplot as plt
from PIL import Image as PILImage
from PIL import ImageChops as chops
import console
###########################################################################
# history
# v01: 1/format output. 2/Landscape view.