User contributions for Migratebot

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

23 September 2010

  • 21:3221:32, 23 September 2010 diff hist +510 N StyleGuideCreated page with "= PZI/NMM CookBook Style Guide = The purpose of this cookbook is to provide concrete examples relevant to the PZI/NMM course contents. * The preference is for clarity, releva..." current
  • 21:3221:32, 23 September 2010 diff hist +1,538 SoXNo edit summary
  • 21:3221:32, 23 September 2010 diff hist +448 N SolderingCreated page with "= Soldering Electronic Circuits = thumb Here's a PDF that i wrote on the subject of how to solder electronic circuits: [http://www.m..." current
  • 21:3221:32, 23 September 2010 diff hist +281 N SimpleMailBomberCreated page with "= Simple Mailbomber = <source lang="bash"> #!/bin/bash # Sends 100 love letters to $1 ;) for i in `seq 1 100`; do sendmail -t <<EOF From: me@me.net To: $1 Subj..." current
  • 21:3221:32, 23 September 2010 diff hist +610 N SimpleAlgorithmicSequencingCreated page with "= Simple Algorithmic Sequencing = <source lang="python"> #!/usr/bin/python import os pat1 = "ooo.oo.o.oo." pat2 = pat1 def do (cmd): os.system(cmd) do("rm tmp.raw..." current
  • 21:3221:32, 23 September 2010 diff hist +1,320 N ResetDBCreated page with "= Resetting your Django database == Often if you change a model, you will get a DatabaseError (or something like it) because your models are out of sync with your database fil..." current
  • 21:3221:32, 23 September 2010 diff hist +633 N ReadingFromABinaryFileCreated page with "= Reading from a binary file = == Opening, Reading == Simple example of parsing a binary file (reads 1024 bytes, aka 1MB at a time). <source lang="python"> import os, sy..." current
  • 21:3221:32, 23 September 2010 diff hist +1,059 N RandomEmailSpamMachineCreated page with "A variation of the Network Theory Spam that sends automatically generated emails to a randomly picked email address. The subject and the body of the email is generated using dada..." current
  • 21:3221:32, 23 September 2010 diff hist +970 N RSSFeedTimeCreated page with "<source lang="python"> import feedparser, time, random url = "http://search.twitter.com/search.atom?q=flu" followTime = False # now = time.mktime(time.localtime()) lastme..." current
  • 21:3221:32, 23 September 2010 diff hist +890 N Twitter BotCreated page with "<source lang="python"> from urllib import urlencode import urllib2 import json def openURL (url, user_agent="Mozilla/5.0 (X11; U; Linux x86_64; fr; rv:1.9.1.5) Gecko/20091..."
  • 21:3221:32, 23 September 2010 diff hist +1,253 N PythonOpenURLCreated page with "The following function shows how to use Python to load the source of a web page. <source lang="python"> import urllib2 def openURL (url, user_agent="Mozilla/5.0 (X11; U; Li..." current
  • 21:3221:32, 23 September 2010 diff hist +4,372 N PythonHtml5libCreated page with "HTML5lib is a good Python library for working with web pages, especially pages "in the wild" where small errors / missing pieces in a web page may through off other libraries (su..." current
  • 21:3221:32, 23 September 2010 diff hist +749 N PythonGraphvizCreated page with "= Drawing Graphs with Python + Graphviz = == Installing == <source lang="text"> sudo apt-get install python-pygraphviz </source> == Example == <source lang="python">..."
  • 21:3221:32, 23 September 2010 diff hist +1,758 N PythonFlickrImageFeedCreated page with "<source lang="python"> #!/usr/bin/env python #-*- coding:utf-8 -*- import urllib2, urlparse, feedparser, re, os, sys # from xml.sax.saxutils import quoteattr imgpat = re...." current
  • 21:3221:32, 23 September 2010 diff hist +152 N Publicity advertising-mediaCreated page with "* We Make Money Not Art * Gonzo? * Neural? * MUTE? * Adbusters? * De:Bug? * Radio Helsinki http://www.helsinki.at * MEKKVERKATTEKS.NO (mailing-list)" current
  • 21:3221:32, 23 September 2010 diff hist +942 N PiezoPreampCreated page with "= Piezo-disc Preamplifier Circuit = Attached is a PDF with a schematic drawing for a really simple preamplifier for piezo-disc type pickups/microphones. The circuit consists ..." current
  • 21:3221:32, 23 September 2010 diff hist +1,038 N PeopleCreated page with "= NMM People = == Staff == * Florian Cramer * Aymeric Mansoux * Michael Murtaugh * [[User:Le..." current
  • 21:3221:32, 23 September 2010 diff hist +135 N OpenEvents tutorialRoelCreated page with "'''Tutorials''' '''Thursday 10th December ''' * 11:00-11:30 Emanuele * 11:30-12:00 Loredana * 12:00-12:30 Bernhard * 12:30-13:00 Farrah" current
  • 21:3221:32, 23 September 2010 diff hist +673 N OpenEvents tutorialMarnixCreated page with "== Marnix de Nijs: == As an artist, De Nijs shows how culture acts upon our senses, and he expresses this in a great variety of ways, making use of continually-changing technolo..." current
  • 21:3221:32, 23 September 2010 diff hist +75 N OpenEvents tipsCreated page with "= documentation = * Aple+shift+3 or 4; to capture your screen * Snapz pro X" current
  • 21:3221:32, 23 September 2010 diff hist +1,804 N OpenEvents ProposalCreated page with "thumb <br /> Proposal We would like to make a spontaneous presentation of the University projects we are developing at the Piet Zwar..." current
  • 21:3221:32, 23 September 2010 diff hist +2,115 N OpenEvents GuestsCreated page with "= Guests = == ?26Nov?: Tijmen Schep == Tijmen Schep (1981, NL) is a Dutch mediatheorist who is fascinated by the intertwining of notions of public space and wireless media. ..." current
  • 21:3221:32, 23 September 2010 diff hist +265 N OpenEvents 5NovCreated page with "= 5 Nov = == 12:00 == Lunch Brake == 12:30 == == 13:00 == == 13:30 == Darija if it's not too late:) It's fine! == 14:00 == ALbert == 14:30 == Mega..." current
  • 21:3221:32, 23 September 2010 diff hist +378 N OpenEvents 26NovCreated page with "= 26 Nov = == 12:00 == Albert == 12:30 == Megan [https://code.goto10.org/projects/nmm/attachment/wiki/People/MeganHoogenboom/openevents/essay/ My essay] == 13:00 == ren..." current
  • 21:3221:32, 23 September 2010 diff hist +7,649 N OpenEventsCreated page with "= Thematic project: Open events = Open events: Communities and their means of encounter Public events are a privileged arena for cultural and social interchange. Unfortuna..."
  • 21:3221:32, 23 September 2010 diff hist +2,819 N NewDjangoProjectCreated page with "= Creating a new Django Project from scratch = Note: this recipe is a shrinked, skimmed, compressed and squeezed version of the [http://docs.djangoproject.com/en/1.2/intro/tut..." current
  • 21:3221:32, 23 September 2010 diff hist +368 N NetworkTheorySpamMachineCreated page with "= Network Theory Spam Machine = <source lang="bash"> #!/bin/bash # A Network Theory Spam machine # Usage: ./ntsm.sh good_old_paper.pdf nettime-nl@nettime.org GOODSTUFF=`p..." current
  • 21:3221:32, 23 September 2010 diff hist +397 N NetArtRadioCreated page with "= Net-Art Radio = <source lang="bash"> #!/bin/bash while true do curl -s http://www.bbc.co.uk/blogs/thereporters/willgompertz/2010/02/40_wild_birds_play_a_gibson_le.h..."
  • 21:3221:32, 23 September 2010 diff hist +214 N MCUInterfaceDesign MCUInterfaceWorkshpDay2Created page with "= Microcontrollers & Interface-Design Workshop - Day 2 = TOC(noheading) == Soldering Electronic Circuits == == Basic Electronic Components == == Electronics Symbols & C..." current
  • 21:3221:32, 23 September 2010 diff hist +6,891 N MCUInterfaceDesign MCUInterfaceWorkshpDay1Created page with "= MCU Interface Design Workshop - Day 1 = TOC(noheading) == What is an interface? == Simply put, an interface is a (part of a) system where information is passed through..." current
  • 21:3221:32, 23 September 2010 diff hist +1,695 N MCUInterfaceDesign AVRDevToolsCreated page with "= Tools for AVR Code Development = This page describes how to install the software, libraries, etc you will need to develop C code for AVR microcontrollers (when not using the A..." current
  • 21:3221:32, 23 September 2010 diff hist +3,458 N MCUInterfaceDesignCreated page with "= Microcontrollers and Physical Interface Design = TOC(noheading) A course on how to build physical interfaces, concentrating on the use & programming of microcontrolle..." current
  • 21:3221:32, 23 September 2010 diff hist +3,926 N ListBasicsCreated page with " == Making a list == <source lang="python"> foo = ["orange", "purple", "blue", "green", "red"] </source> == Turning a string (text) into a list == Strings have a '''..."
  • 21:3221:32, 23 September 2010 diff hist +1,955 N LaunchdAutostartCreated page with "= Starting up a Daemon/Agent on OSX boot/login = This simple recipe, will give some clues on how to have your favorite app/daemon/software automatically started with your OSX ..." current
  • 21:3221:32, 23 September 2010 diff hist +7,300 N KindlesDream LAFKONWorkshopCreated page with "= LAFKON Workshop = == organisation == please choose a username and a password and send me (christoph at lafkon dot net) the output of: <source lang="text"> htpasswd -nm..." current
  • 21:3221:32, 23 September 2010 diff hist +4,073 N Do Kindles Dream of Spirit Duplicators?Created page with "= Thematic project: Do Kindles Dream of Spirit Duplicators? = thumb What is a book? Throughout its history, the book has been declar..."
  • 21:3221:32, 23 September 2010 diff hist +1,565 ImageMagickNo edit summary
  • 21:3221:32, 23 September 2010 diff hist +3,602 N Human Computation: Adding MachineCreated page with "thumb thumb A procedure to be performed by 6 people (plus, o..."
  • 21:3221:32, 23 September 2010 diff hist +969 N GraduationSchedule 09-10Created page with " == Graduation work schedule == (For Emanuele, Farrah, Loredana, Selena) * Oct. 7, 14-16: Graduation planning session * Oct. 28, 14-18: Group Critique 1 * Nov. 4, 14-18:..." current
  • 21:3221:32, 23 September 2010 diff hist +1,088 Feedparser.pyNo edit summary
  • 21:3221:32, 23 September 2010 diff hist +277 N FFMpegCreated page with " = Converting pictures to a video = <source lang="text"> ffmpeg -y -r 3 -b 1800 -sameq -i frames/%06d.png foo.mp4 </source> = Combining video + sound into a single movi..."
  • 21:3221:32, 23 September 2010 diff hist +486 N Essays referenceCreated page with "* Please study the section How to Write an Essay in the course handbook or on this Wiki. It also explains proper citation referencing. * A very good general i..." current
  • 21:3221:32, 23 September 2010 diff hist +17,574 N Essays HowToCreated page with "== How to Write an Essay == Writing of critical essays is a core element and aspect of this programme. The following guidelines will help you develop and structure your work. ..."
  • 21:3221:32, 23 September 2010 diff hist +2,597 N EscapingSpecialHTMLCharactersCreated page with "= Escaping special HTML characters = == Python: cgi.escape == You want to display text on a web page that might contain special characters, like "<" or ">" and want these t..." current
  • 21:3221:32, 23 September 2010 diff hist +923 N EscapingMySQLdbQueriesCreated page with "= Escaping MySQLdb queries = Python's MySQLdb library includes the ability to escape values in queries. You should definitely make use of them as they also protect against inj..." current
  • 21:3221:32, 23 September 2010 diff hist +738 N DoingSomethingWithAllFilesInADirectoryCreated page with "= Doing "something" with all files in a directory = You want to do something repeatedly to all the files (or maybe all files with a certain extension) in a directory, no matte..." current
  • 21:3121:31, 23 September 2010 diff hist +3,859 N DjangoVirtualboxCreated page with "= Running a Django development environment from !VirtualBox = ''Please note that this recipe is not for beginners as it assumes you are already familiar installing and configuri..." current
  • 21:3121:31, 23 September 2010 diff hist +5,730 N DIT-fanzineCreated page with " == DIT-fanzine == make pdfs (you need to install cups-pdf for that pdfs go in the directory ~/PDF/ <source lang="text"> # sudo apt-get install cups-pdf lpr code.py -P..." current
  • 21:3121:31, 23 September 2010 diff hist +1,602 N CreatingAndWorkingWithURLsCreated page with "= Creating and working with URLs = The urllib library provides many useful functions for creating URLs (useful to generate a CGI link for instance), or unparsing an existing l..." current
  • 21:3121:31, 23 September 2010 diff hist +4,503 N CookbookCreated page with "= The NMM CookBook = A programming Cookbook, like the culinary original, is a collection of "recipes" or scripts that are often useful, or which represent a pattern that c..."

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)