i want make something useful to live.
But I don't stop. One project's deadline is this month.
It is very strong pressure but it grows me.
And I have to compose three or four songs by April to enter the company.
In addition, I have to get some money to survive next month...
i have to send a report which contains 2000 charactors by the end of tomorrow.
import java.io.*;
class TextCounter {
private static int counter;
public static void main(String[] args) {
try {
FileInputStream is = new FileInputStream(args[0]);
InputStreamReader in = new InputStreamReader(is, "SJIS");
int ch;
while ((ch = in.read()) != -1) {
if((char)ch != '¥n') {
counter++;
}
}
in.close();
System.out.println(counter);
} catch (IOException e) {
System.out.println(e);
}
}
}
i made some programs for the presentation so i may explain my vision but troublesome.
finally i received the computer that crashed at the end of last year and installed some important applications.
python 2.5
processing beta 0124, Ess r2, controlP5 0.0.1
eclipse sdk 3.2.1
SuperCollider 3
...they are free and lovely.
Max/MSP 4.6, Jitter 1.6
Adobe CS
Microsooft Office X
...i'd like to study javascript for illustrator.