Archive for the ‘ Reading and Writing Text ’ Category
The idea for the project was to mash-up nursery rhymes. I used speeches from obama and palin to re-populate the rhymne Little Mr. barack, sat on a check Eating his curds and growth Along came a crisis Who sat down beside his And frightened Mr. barack month Little Mr. barack, sat on a stock Eating his curds and risk Along came a crisis Who [ READ MORE ]
This python program grabs headlines from reddit’s homepage and picks a headline randomly and converts it into a randomized 5-7-5 structured poem Here YEARS Here 2 undercover for goes YEARS report. Here is author YEARS evangelical Atheist is church. consider understands and seeking understands service host; want understands want no you assuming fucking one you’re Lunarpages. Was Laid Off Obama? Off Obama? for [ READ MORE ]
The SOS Poem structure is based on the Morse code sequence . . . _ _ _ . . . Another goal for the poem is to follow the rhythm of SOS by using the following word structure: Name and Name Adverb Verb Adverb Name and Name. Also each name is composed of three letter names [ READ MORE ]
ASCII Art Presentation [ READ MORE ]
The idea of this script was to break up Reddit Headlines by time stamp and headline and strip out all the words and shuffle them and create new sentences. import sys import random am = ' AM' pm = ' PM' numbers = range(0,12) wholetext = list() times = list() headlines = list() words = set() words2 = list() blotter = dict() counter = -1 separator = " [ READ MORE ]
For this homework I wanted to mashup 3 Charles Bukowski programs and make them adorable. I started with 3 poems: Death wants more Death, The Riot, and Two Kinds of Hell. I started with cat deathwantsmoredeath.txt theriot.txt twokindsofhell.txt This is how I combined multiple files. I ran python hwfeb05.py <charles#.txt>charles#.txt with the pound being increasing numbers from 0-5 This is [ READ MORE ]