Skip to content

Instantly share code, notes, and snippets.

@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.
@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 / neural_v14.py
Created April 7, 2019 19:24
neural_v14.py
import ui, io, gc
import numpy as np
import matplotlib.pyplot as plt
from PIL import Image as PILImage
from PIL import ImageChops as chops
from ImageColor import getrgb
import console, math, random
from ImageMath import eval
from time import time
import objc_util
@JMV38
JMV38 / appli.py
Created August 18, 2019 11:22
appli.py
import ui, photos, console, json, copy, math, io, os, dialogs, webbrowser
from PIL import Image
from numpy import clip
version = 9
# constants
TOP = 'TOP'
PHOTOS1 = 'PHOTOS'
PHOTOS2 = 'TEMP'
EDITOR = 'EDITOR'
@JMV38
JMV38 / neural_v13.py
Created April 6, 2019 20:28
neural_v13.py
import ui, io, gc
import numpy as np
import matplotlib.pyplot as plt
from PIL import Image as PILImage
from PIL import ImageChops as chops
from ImageColor import getrgb
import console, math, random, ImageMath
from time import time
import objc_util
@JMV38
JMV38 / neural_v12.py
Created April 1, 2019 06:48
neural_v12.py
import ui, io, gc
import numpy as np
import matplotlib.pyplot as plt
from PIL import Image as PILImage
from PIL import ImageChops as chops
from ImageColor import getrgb
import console, math, random, ImageMath
import objc_util
###########################################################################
@JMV38
JMV38 / neural_v12.py
Created March 31, 2019 12:46
neural_v12.py
import ui, io, gc
import numpy as np
import matplotlib.pyplot as plt
from PIL import Image as PILImage
from PIL import ImageChops as chops
from ImageColor import getrgb
import console, math
import objc_util
###########################################################################
@JMV38
JMV38 / neural_v10.py
Created March 28, 2019 22:05
neural_v10.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
from ImageColor import getrgb
import console, math
import objc_util
###########################################################################
@JMV38
JMV38 / neural_v09.py
Created March 28, 2019 21:26
neural_v09.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
from ImageColor import getrgb
import console, math
import objc_util
###########################################################################
@JMV38
JMV38 / neural_v08.py
Created March 26, 2019 22:34
neural_v08.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, math
import objc_util
###########################################################################
# history