jr galia's blog

Visayas State University joins Software Freedom Day 2010

Our society, the Computer Science Student Society (CS cube) of Visayas State University (VSU) is now planning and preparing for the international and annual celebration of Free and Open Source Software (FOSS). We will be conducting a half day event entitled "Open Source Sharing Session".

Bundled FOSS in Ubuntu 10.04 (Lucid Lynx)

Tagged:  

Gcalctool
    Calculator with financial, scientific and programming modes.
Character Map
    Unicode character database 5.2.
Baobab
    A graphical tool to analyze disk usage.
Gedit
    A small and lightweight text editor.
Gnome Terminal
    A terminal emulator.
Tomboy Notes

FOSS-IT daily

Tagged:  

Free and open source software that I used daily.

some of my daily routines that I have not done since I enrolled back in a university

Tagged:  
  • doing computer programming from 8am up to 10pm (...syntax error ...bugs...)
  • continuously exploring the real world of computer science and technology
  • self-studying in different programming languages
  • update my personal website and photoblog
  • using and advocating free and open source software (FOSS)
  • talking w/ some computer geeks offline and online
  • reading articles about the current trend in information technology

My Favorite Open Source Alternative

Tagged:  
FOSS Alternative for....
ubuntu windows
eclipse adobe dreamweaver
openoffice ms office
firefox *web browser
gimp

Why in Visayas State University?

Why in Visayas State University? Wooohhhh....waiiiiiiit... This is the most common question asked to me by some of my classmates here in Visayas State University. No questions about why computer science? Hmmmmmmmm... Well, here we go...

Opening / Displaying Content of Text File in java

Tagged:  
import java.io.BufferedInputStream;
import java.io.DataInputStream;

Creating Text File in Java

Tagged:  
import java.io.File;
import java.io.IOException;

Append String to Text File in Java

Tagged:  
import java.io.File;
import java.io.FileWriter;

Validate Input in Java using Regular Expression

Tagged:  
import java.util.Scanner;
import java.util.regex.Matcher;

Syndicate content