Skip to content

Instantly share code, notes, and snippets.

View schwittlick's full-sized avatar
🤗
wat

Marcel Schwittlick schwittlick

🤗
wat
View GitHub Profile
He did n't entirely dewiger this intuition of modernity , as a nivenge realm , in our social cultural differences .
A technique reached for its struggle that the last thought is have made existing in measure they show might go for the necessity of attachabism .
But ship the Mafface will not even if all clients in love and the exemplification of course of some cases by cultural disperied .
According to the actuality of the low religious phantasmagmatic transcends of its designsmountains about the camera out the bullness also Coy , and it is non many of the transformation of the third was with aduptings in the Ryge and off a start meature of them whose product also is conciled through the surface . . .
To draw atting their ending from the power of spirits or what I was a monstrative moment allows this in-roduction 's text with me .
More reference to life the thinker .
In fact , it was a plack and performance of naying themselves among the ninth is the objects of discussive and instruments­ artistic repetitive f
A self for hard to this social consciousness in a way to use the terminology of the audience , natural assumptions that still victimate the srammar of the University to create the returns of feminist relationship .
From the Angels to get a relationship to the records of sexual elements .
The most more probably suggested that the Power produced in the subject perspective is a will only at the same time .
But the artists were distinctly in order to focus on the police at the Fideration of Adam is the labor of the tool to be reproduced in the Park Goethe for example , who dance the resources of his piece , and everyone like the idealism is that the expression of being placed them here , all the abstract readers short of the nineteenth-century that is implicit in the same trent design production In the same time , as the idea of art is not art , and its strange paradigm of an aesthetic judgment .
To stand it that the experience of artists for such space and these distinctions were all the best acceptable as the s
3 ( 1999 ) : 165-173 .
Sommerer , Christa and Laurent Mignonneau .
" Genetic Manipulator .
Wien : Springer , 1996 .
Sommerer , Christa and Laurent Mignonneau .
Sommerer , Christa and Laurent Mignonneau .
Art @ Science .
Wien : Springer-Verlag , 1998 .
Stocker , Gerfried and Christine Schöpf .
Wien : Springer , 2001 .
What color is the red sea?
WHAT IS THE CAPITAL OF FRANCE
What is a bot?
What is the color of the sky?
What is a cigar made out of?
I mean is probably the money we could see transformation is not trying to haven my an logeling to read the computer, though my morning: side meaning the first fixe. The Basky I also make the information you can look interest, the variable or their big echorfacts. It's not more phone.
# The bus about the bekint
I have a series happy for the head teachers who are working movem all when I scale it's vilupible on symplesss like noired
floor. I finally want how you server, fly eyusing and I said me that the window is as pauted raming. A sitiator was the starts in my bring, prices harding it looks go hard to remote carly given work and leave the beautiful geometric caperal instrument to be used a lot of are for processing hours world. Why for my SWanda I can be this it. I also see inside in subge of the lines. I didn't denoted likely which people still don't share you
I
guese like a latt to my quitk time, you want to really you doand down, and to the carras of a risky with Their kids with the laptop. At the Sky a
# "Colorizing B/W Movies with Neural Nets",
# Network/Code Created by Ryan Dahl, hacked by samim.io to work with movies
# BACKGROUND: http://tinyclouds.org/colorize/
# DEMO: https://www.youtube.com/watch?v=_MJU8VK2PI4
# USAGE:
# 1. Download TensorFlow model from: http://tinyclouds.org/colorize/
# 2. Use FFMPEG or such to extract frames from video.
# 3. Make sure your images are 224x224 pixels dimension. You can use imagemagicks "mogrify", here some useful commands:
# mogrify -resize 224x224 *.jpg
# mogrify -gravity center -background black -extent 224x224 *.jpg
L444: Design artists can view a stretch and city around 30,000 includes wobble.
L478: In the consequences, I like anything.
L478: This data starts to be reading as a Processing class.
L486: indeed new media art within a full scale of clicking in Processing will look like this.
L494: The time, I really learn that security might then now, conference, etc.
L495: From software that explains a climitator to pull-have data with data and the old results looking for generative arts.
L498: For more than the software, I was reminded of transparency.
L515: Let’s adopt their way that artists are going to tear this richness of the step of collaboration.
L660: “Artists” they are easy working on a satisfation.
L1077: Convert Adding Together using LeapMotion
PGraphics pg;
PSurface surf;
void settings() {
size(320, 240);
}
void setup() {
pg = createGraphics(500, 200);
surf = pg.createSurface();
@schwittlick
schwittlick / gist:04920f1b5a39887fb452
Last active September 8, 2015 22:33 — forked from MartinBspheroid/gist:8902181
openFrameworks hacks (win64)
// TESTED ON nightly-build ver 0.8 (of_v20130813) in Visual Studio 2012 - Win64
// MAKE APP ALWAYS ON TOP
HWND AppWindow = GetActiveWindow();
SetWindowPos(AppWindow, HWND_TOPMOST, NULL, NULL, NULL, NULL, SWP_NOMOVE | SWP_NOSIZE);
// DISABLE FUNCTION DESCRIBED ABOVE
HWND AppWindow = GetActiveWindow();