Thursday, October 29, 2009

- - - -

Hope..
Cherish..
Happiness..
Joy..
---------------- +
GONE

The gruesome thing happened today and it really terrible...
Ruined everything.... Screwed all settled things...
and #$%& me up....
The only things I could say..
is just.

...WELL DONE...

Saturday, October 24, 2009

What Rabbit - Design Manifesto



Message from the creator:

We decided to go out of our comfort zone, none of us had made a stop-motion before. We had 2 weeks to mind-map, sketch out, create, shoot, animate, write up, & document. (NO ONE TAUGHT US)

(along with other assignments)

TEAM:
2nd year student:
Christiane Seemann, Michelle Low, Shierly Loka, Stephanie Harris.

We aim to be experimental & bring to our images to life with vast range of colors, texture and materials. In a 3d collage style. We also wish to create movement, rhythm, and life in today's morally moribund advertising society. Use of unexpected colors and situations to contrast the emotions of the scenes. We seek to surprise and amaze as best we can as young artists. We are not solely limited to the use of computers, as we believe dependancy on technology can produce images that are impersonal to the viewers. We believe no idea should be condemned; all ideas are there for a reason. Each sketch can be developed into a concept, and that an idea in it's purest form can make an individual stand out above the rest because it speaks truth.

---------------------------------------------------------------------------------------

The video above is a creation of baby of mine with another 3 folks of her in order to accomplish their module during their 2nd year in Lasalle College..
Enjoy the video.. =)
any comment and inquiries could be delivered to
http://ohowlandlyridzwannabe.blogspot.com or www.facebook.com/Lyridz

cheers..

-wisd

Thursday, October 22, 2009

ISN AGM + IceBreakingNight 2009/2010

Introduction Session


 Beverage of The Night

Ice Melting Game
 

Punishment of Proposing Someone




Here we are the ISN 09/10



for more pictures, click here..

-wisd-

Thursday, October 15, 2009

Unprogrammable Love Program



#include<iostream>

using std::cout;
using std::endl;
using std::cin;



int main()
{
  char girl, her;
  
  cout << "A grown-up little cute girl" << endl;
  cout << "Type in your girl's name: ";
  cin >> girl;
  cout << "Describe her: ";
  cin >> her;

  
  switch (her)
  {
   case 'cute':  //if she is a cute girl
   cout << "She is my lovely girl";
   break;


   case 'naughty':  //if she is a naughty girl
   cout << "She isn't mine";
   break;


   case 'wild':  //if she is uncontrollably wild
   cout << "She doesn't belong to me";
   break;


   case 'mature':  //if she is mature enough
   cout << "That's what I love from her";
   break;

   case 'artsy':  //if she is into arts
   cout << "She definetely is the right person";
   break;


   case 'cheerful':  //if she is full of cherish
   cout << "I couldn't agree more that she belongs to me";
   break;


   case 'mentally disorder':  //if she has trouble with mentality
   cout << "Do I deserve someone better?";
   break;
   
   default:  //catch all other description
   cout << "Unacceptable description."
        << "Re-type again: " << endl;
   break;
   }


   if (her == 'cute' || ' mature' || 'cheerful' || 'artsy')
   {
     cout << "I her";
          << "She must be Stephanie Harris" 
          << "an equation has found: 1/~ = wisd + L ♥ ♥ ♥  "endl;

   }
   else

  {
    cout << "I have no idea who she is"
          << "Let just forget her." << endl;
   }

   return 0; //Program Terminated Successfully

}