Skip to content

Instantly share code, notes, and snippets.

View Phuket2's full-sized avatar

Ian Joicey Phuket2

  • Pattaya, Thailand
View GitHub Profile
@Phuket2
Phuket2 / vpv.py
Created August 18, 2015 12:54
3a32
# coding: utf-8
# 1.6
# many things just copied from omz starter code
# all the bad stuff, thats me :)
# still learning
###### VirtualView #######
# for displaying large amounts of data
@Phuket2
Phuket2 / vpv.py
Created August 18, 2015 12:59
VV
# coding: utf-8
# 1.6
# many things just copied from omz starter code
# all the bad stuff, thats me :)
# still learning
###### VirtualView #######
# for displaying large amounts of data
@Phuket2
Phuket2 / vpv.py
Created August 18, 2015 13:00
VV
# coding: utf-8
# Pythonista 1.6
# many things just copied from omz starter code
# all the bad stuff, thats me :)
# still learning
###### VirtualView #######
# for displaying large amounts of data
@Phuket2
Phuket2 / vpv.py
Created August 18, 2015 13:04
20:04
# coding: utf-8
# Pythonista 1.6
# many things just copied from omz starter code
# all the bad stuff, thats me :)
# still learning
###### VirtualView #######
# for displaying large amounts of data
@Phuket2
Phuket2 / vpv.py
Created August 18, 2015 13:11
20:11
# coding: utf-8
# Pythonista 1.6
# many things just copied from omz starter code
# all the bad stuff, thats me :)
# still learning
###### VirtualView #######
# for displaying large amounts of data
@Phuket2
Phuket2 / vpv.py
Created August 18, 2015 13:15
20:14
# coding: utf-8
# Pythonista 1.6 20:14
# many things just copied from omz starter code
# all the bad stuff, thats me :)
# still learning
###### VirtualView #######
# for displaying large amounts of data
@Phuket2
Phuket2 / ThreadedCell.py
Created September 5, 2015 11:28
ThreadedCell
# coding: utf-8
import threading
import ui
import random, time
from random import randint
pyui_data = ''' [
{
"selected" : false,
"frame" : "{{0, 0}, {270, 288}}",
@Phuket2
Phuket2 / prm.py
Created November 23, 2015 09:13
prm.py
# coding: utf-8
# only testing modes
from faker import Faker
fake = Faker()
# todo : remove, testing modules
import sqlite3
from collections import namedtuple
@Phuket2
Phuket2 / Dicttest.py
Created November 24, 2015 10:18
Dicttest.py
# coding: utf-8
# coding: utf-8
from collections import OrderedDict
import sqlite3
from random import randint
from faker import Faker
fake = Faker()
@Phuket2
Phuket2 / Dicttest.py
Created November 24, 2015 11:43
Dicttest.py
# coding: utf-8
# coding: utf-8
from collections import OrderedDict
import sqlite3
from random import randint
from faker import Faker
fake = Faker()