http://www.safetyvet.com/osha/violence.htm
http://www.middle-east-online.com/english/?id=55854
http://reliefweb.int/report/liberia/peace-without-security-violence-against-women-and-girls-liberia
http://www.ft.com/cms/s/0/77fa2b7a-330d-11e2-aabc-00144feabdc0.html#axzz2EMGxnlso
http://www.nssc1.org/how-security-can-help-end-school-violence.html
http://sdi.sagepub.com/content/41/4/413.short
I was gonna use these links to create a video about the current insecurity and how this would be reflected in a future.
Friday 7 December 2012
Wednesday 5 December 2012
Friday 9 November 2012
Friday 26 October 2012
//angry monkey hack exercise chris 23/12/4
//declare variables
float y1 = 60;
float y2 = 60;
float y3 = 57;
float y4 = 57;
void setup ()
{
size(450, 280); //window size
smooth(); //anti-alias curves
}
void draw ()
{
fill(219,160,31);
strokeWeight(15); // stroke for ears
background(77,31,219);
if (y1 <200) //animation loop for right ear
{
y1 = y1+1;
}
ellipse(50, y1, 78, 82); //right ear
if (y2>200) //animation loop for left ear
{
y2 = y2-1;
}
ellipse(400, y2, 78, 82); //left ear
strokeWeight(80); //stroke for eyes
fill(245,82,27);//fill colour for eyes using RGB values
if (y3>200) //animation loop for left eye
{
y3 = y3-1;
}
ellipse(300, y3, 95, 100); //left eye
if (y4<200) //animation loop for right eye
{
y4 = y4+1;
}
ellipse(150, y4, 95, 100); //right eye
}
Friday 12 October 2012
Montage
PImage img1;
PImage img2;
PImage img3;
PImage img4;
PImage img5;
PImage img6;
void setup() {
size(800, 600);
img1 = loadImage("trees.jpg");
img2 = loadImage("forest.jpg");
img3 = loadImage("leave.jpg");
img4 = loadImage("leavesfalling.jpg");
img5 = loadImage("seat.jpg");
img6 = loadImage("autumnfall.jpg");
}
void draw(){
background(245, 120, 37);//background colour
image(img1, 1, 1, 450, 290); //image positioned and resized
image(img2, 600, 20, 200, 300);
image(img3, 50, 300, 220, 300);
image(img4, 120, 150, 380, 290);
image(img5, 450, 360, 320, 300);
image(img6, 350, 100, 350, 300);
PFont font;
smooth();
font = loadFont("LeviReBrushed-48.vlw");
textFont(font);
textSize(200);
text("Autumn", 100, 400);
textSize(20);
text("Lorenzo Chichiricco", 600, 590);
fill(255, 255, 255);
}
Friday 5 October 2012
zombie
int leftEyeX = 270;
int leftEyeY = 240;
int rightEyeX = 400;
int rightEyeY = 225;
Processing code
void setup() {
size(700, 700);
noStroke();
smooth();
}
void draw() {
background(50);
fill(21, 152, 22);
ellipse(330, 300, 300, 400);
fill(255);
ellipse(leftEyeX, leftEyeY, 80, 80); //left eye
ellipse(rightEyeX, rightEyeY, 90, 90); //right eye
fill(188, 0, 0);//red pupil
float pupilLeftX = map(mouseX, 0, width, leftEyeX-25, leftEyeX+25);///adjust the added value to suit
float pupilLeftY = map(mouseY, 0, height, leftEyeY-25, leftEyeY+20);
float pupilRightX = map(mouseX, 0, width, rightEyeX-25, rightEyeX+25);
float pupilRightY = map(mouseY, 0, height, rightEyeY-25, rightEyeY+20);
ellipse(pupilLeftX, pupilLeftY, 20, 20); //left pupil
ellipse(pupilRightX, pupilRightY, 20, 20); //right pupil
rect(250, 440, 200, 50);
fill(21, 152, 22);
rect(230, 200, 80, 20);
ellipse(250, 450, 150, 150);
ellipse(420, 450, 150, 150);
fill(255, 255, 255);
triangle(340, 440, 350, 440, 345, 460);
triangle(320, 440, 330, 440, 325, 460);
triangle(300, 490, 320, 490, 320, 460);
triangle(350, 490, 370, 490, 350, 460);
Thursday 4 October 2012
Tuesday 2 October 2012
Friday 28 September 2012
Hacking codes
This is the original version.
This is the hacked one. I have changed the size of the circle and the distance between each.
This is the hacked one. I have changed the size of the circle and the distance between each.
This is the hacked one. I have changed the size of the square, and added the blue colour to make it look different. I have also changed the pattern of the file.
Thursday 20 September 2012
Friday 14 September 2012
Flash vs Processing
Flash vs. Processing
In Adobe Flash you are able to do animations and drawing using different
techniques.
Processing allows you to create animations and drawing as well.
Both programs work to create animations and drawings, but in different
way. Using Adobe Flash you just drag the mouse with the different tools to
create shapes in a variety of colours. In Processing you have to type the codes
down to create the same shapes and the same variety of colours.
Flash
Developer’s description
Adobe Flash is a platform used to add animation,
video, and interactivity to web pages. Flash is
frequently used for advertisements, games and flash
animations for
broadcast. More recently, it has been positioned as a tool for "Rich Internet Applications.
Flash
manipulates vector and raster
graphics to
provide animation of text, drawings, and still images.
It
supports bidirectional streaming of audio and video, and
it can capture user input via mouse, keyboard, microphone, and camera. Flash
contains an object-oriented language called Action
Scriptand supports automation via the JavaScript Flash
language.
Applications
Some of Flash users are DHX, Media Vancouver,
Pound Puppies, My Little Pony: Friendship is Magic, Nelvana, Nickelodeon
Animation Studios, The secret of Kells.
Flash it’s also used on some of the apps for
smartphones. Recently Flash stopped supporting Flash player for mobile device.
It continues to support deploying flash based content as mobile applications
via Adobe AIR.
Flash started with the application SmartSketch that was a
drawing application for pen computers running The PenPoint OS.
XML Driven Video JukeBox.
A long range of games
online.
Actionscript
Facebook uses Flash in all their games,
videos, etc.
Adobe Flash continues to be a common program
used by 2D television and commercial animation.
What is Flash good for?
Most websites uses flash to create a moving
advertisement. Also it allows people to play games directly in the different browsers;
Flash can be used in a webpage, videos, games, etc.
Jobs
Processing
Developer’s description
Processing is an open
source programming language and development environment for rendering visual
arts, vectors, images, animations, interactions, etc.
Processing renders
computer code within a visual context. It can serve as a sketchbook and
production tool. Processing can be used by programmers for learning,
prototyping, and production.
Applications
StoneSpray – 3D printing with
Sand
115C8 and EDF0 by Raven Kwok – Recursive and
transforming.
City Symphonies – The future sound of traffic
by Mark Mckeague.
Jobs
Android Developer - new
Instructure - Sandy, UT
Android SDK
and Awesomeness. on the hunt for a few more awesome engineers to work on ourAndroid mobile
apps
|
Android Architect - new
Systel - Mountain View, CA
Looking for an Android architect
with Java/J2EE experience**.
|
Sources
Thursday 6 September 2012
Friday 31 August 2012
Thursday 30 August 2012
Subscribe to:
Posts (Atom)