Still using your rotten Internet Explorer?
Still feeling fucked up after surfing the net because of too much pop-ups?
Take it from Me.... Use Firefox! I've Been using it since nung wala pa akong internet
connection. I really dont like using Internet Explorer for web browsing.. Its too vulnerable.
Maghahang na lang bigla ang pc mo dahil sa dami ng pop-ups. But with firefox,
I feel truly safe. If I were you, migrate now..
Saturday, July 29, 2006
This one is free!! try it!
Monday, July 24, 2006
Wondering what RSS are?
Recently I've been Intrigued with what RSS feeds are...
Most websites, specially blog sites and News sites offer RSS feeds. They are usually linked with small buttons like this
or
or
. However, if you click one of these links, you will most likely get a page full of code in your browser which most of us will not be able to understand. I needed to satisfy my curiousity so i tried reading about this RSS thingy.
RSS feeds bring automatically updated information straight to your desktop. You can monitor news, blogs, job listings, personals, and classifieds.
Beautiful! how do I use RSS feeds?
first off we need an RSS feed Reader. There are may applications like this offered on the internet. Try searching for RSS readers in downloads.com. You can even find free readers!. Or you can use the one I'm using FeedReader3. Its also free and very easy to use. Just consult the user manual and start reading and updating feeds!
Where do I personally use feed?Downloads! hehehe :)
That's all. I hope someone learned something. for more info read this.
Sunday, July 23, 2006
Giving you a glimpse of my Code
public void generate() {
show();//show the first combination
while(this.hasMore()) {
int i = r - 1;while(arr[i] == n - r + i) { //continue moving to the left
i--;
}
arr[i] = arr[i] + 1; //start incrementingfor (int j = i + 1; j < r; j++) {
arr[j] = arr[i] + j - i; // increment everything else to the right by 1;
}
show();//show the rest of the combinatio
}
}
Been using Eclipse
Good thing I have a 256mb of memory! or else I will not be
able to use eclipse.
What is eclipse?
using this for several days already..
Am I satisfied with the features?
Im Going to use Java!!!
I will be using JAVA™ for this project??
Why JAVA™?
Why not Java™? :) simple,,, I really need a rapid development of the application. I have thought of using C++ because this project will be a test of an algorithm. We know that applications developed using C++ runs far much faster than applications made in Java, But for some reasons(i will be enumerating later), I opt to use JAVA™ for this project..
1. I need to develop this
project fast! - Using Java classes will definitely make my life easier. With c++ will need to craft all if not most of my needs from scratch. I wouldn't prefer that..
2. Personal training - I want to learn more about JAVA™. Why? nothin really important..
3. Portability - (This one's just for the sake of blogging..hehehe) I can compile and run my code in most operating systems... I would like to see results of my project both in my Windows
and Linux box.
I'm Startin out a blog!
Ei guyz...
The Title of the project is ….!
what's that??? My Friends always ask that question whenever I tell them the
title of my project...
Well here's an overview of the project....
The main goal is to make a working software which will compute for the vertex
connectivity of a graph.
Vertex Connectivity?? - It is the minimum number of vertices which you have to delete from a graph in order to render the same graph disconnected.
If there is a disconnected graph, what is a connected graph? - Well a connected graph is simply defined as An undirected graph which has a path between every pair of vertices.

What's the sense of this project?
Now think of me as a terrorist trying to sabotage Smart.... In order to disable Smart's services, I have to blow towers to disable routing of messages. Now here's a good question. How can I cause a bigger distruction with lesser number bombings?? Simple i just have to input the architecture of smart's network into my software and WALAA! The software will easily tell me which towers I have to blow... Devilish!!!! But this is not the purpose of the project.. The main significance of this project is to be able to detect weaknesses in a network, so that network engineers could come up with better designs.


