View DDD Systems third simulation.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View DDD Systems second simulation.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View S1.txt
This file contains 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
“S1. LET'S DEVELOP A DESIGN PROCESS ONTOLOGY" | |
A NEW OFFICE PANIC PANEL | |
BIANCA SMILING SAYS "I LOVE HOW DESIGNERS WORK!" | |
KESIEV SMILING SAYS "ME TOO!! THEIR IDEAS, THEIR PROCESS..." | |
A NEW OFFICE PANEL | |
BIANCA SAYS "MMH... WAIT, BUT WHAT REALLY IS A DESIGN PROCESS?" | |
KESIEV SAYS "WHY ARE YOU INTERESTED IN THIS?" |
View metadesign.py
This file contains 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
# -*- coding: utf-8 -*- | |
# | |
# Open MetaDesign Classes v0.3 | |
# | |
# Author: | |
# Massimo Menichinelli | |
# Website: | |
# http://openmetadesign.org | |
# http://openp2pdesign.org | |
# E-mail: |
View DDD Systems first simulation.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View metadesign.py
This file contains 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
# -*- coding: utf-8 -*- | |
# | |
# Open MetaDesign Classes v0.2 | |
# | |
# Author: | |
# Massimo Menichinelli | |
# Website: | |
# http://openmetadesign.org | |
# http://openp2pdesign.org | |
# E-mail: |
View GourceGravatarHG.py
This file contains 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
# -*- coding: utf-8 -*- | |
# | |
# Based on: | |
# https://code.google.com/p/gource/wiki/GravatarExample | |
# https://gist.github.com/macagua/5c2f5e4e38df92aae7fe | |
# | |
# Usage with Gource: gource --user-image-dir .git/avatar/ | |
# | |
# Get list of authors + email with hg log (todo) | |
# hg log --template '{author}\n' |
View GourceGravatarExample.py
This file contains 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
# -*- coding: utf-8 -*- | |
# | |
# Based on: | |
# https://code.google.com/p/gource/wiki/GravatarExample | |
# https://gist.github.com/macagua/5c2f5e4e38df92aae7fe | |
# | |
# Usage with Gource: gource --user-image-dir .git/avatar/ | |
# | |
# Get list of authors + email with git log | |
# git log --format='%aN|%aE' | sort -u |
View template.py
This file contains 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
# -*- coding: utf-8 -*- | |
# License: Public Domain (use it as you like!) | |
# Import main wxPython libraries | |
import wx | |
import wx.xrc | |
# Import the wxGestalt module for Gestalt Machines | |
import Machines.wxMachines as wxMachines | |
View kivy-serialdata.py
This file contains 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
# -*- coding: utf8 -*- | |
from kivy.app import App | |
from kivy.uix.floatlayout import FloatLayout | |
from kivy.graphics import Line | |
from kivy.uix.label import Label | |
from kivy.core.window import Window | |
from kivy.clock import Clock | |
import serial |
NewerOlder