A blog about web development, programming, free and open soure software and computer education in Philippines.
Owner: jrgalia
Listed in: Computers
Language: English
Tags: jr galia, free and open soure software, computer education in Philippines, web development, programming
Site Statistics
Unique Visitors Today:
0
Page Views Today:
0
Unique Visitors this Week:
0
Page Views this Week:
0
Unique Visitors this Month:
0
Page Views this Month:
0
Total Unique Visitors:
259
Total Page Views:
560
Total Hits Out:
48
Latest Blog Posts for JR Galia
- Fibonacci Number in C using Recursive Functionon Apr 14, 2010 in Algorithm / Data StructureA recursive function is a function that calls itself during its execution. read more...
- Factorial Program in C++on Apr 13, 2010 in Algorithm / Data StructureThe factorial of a positive integer n, denoted by n!, is the product of all positive integers less than or equal to n. For example, 6! = 1 x 2 x 3 x 4 x 5 x 6 = 720. read more...
- Open Source Note-taking Software - Basket Note Padson Apr 13, 2010 in FOSSBasket Note Pads is an open source note-taking software. It is an alternative to Microsoft One Note. Below is a screenshot of my notes.
- Fibonacci Sequence - C programon Apr 11, 2010 in Algorithm / Data StructureI edit my previous post in fibonacci number to display the sequence up to nth number. I still used array to implement this problem. Future post will be fibonacci sequence using recursive function. read more...
- Fibonacci Number - C Programon Apr 10, 2010 in Algorithm / Data StructureFibonacci sequence/series is a sequence of numbers in which each successive number is equal to the sum of the preceding numbers. The nth fibonacci number is: fib(n) = fib(n-1) + fib(n-2); where fib(1) = 1 and F(2) = 1, The first five numbers are 1...
- Remove Navigation Bar in Blogspoton Apr 9, 2010 in HTML / CSS / JavaScriptFollow the following simple steps to remove the unwanted navigation bar in your blogspot blog. read more...
- Create XML(Extensible Markup Language) in Servleton Apr 8, 2010 in Java / J2EEThis is how to create xml in servlet: read more...
- First Struts 2 Applicationon Apr 6, 2010 in Java / J2EEFile Heirarchy index.jsp read more...
- Computer Science is not Programmingon Mar 31, 2010 in EducationComputer Science is the study of programming, but it's NOT programming itself. It's an area of mathematics which involves complexity, computation and automata theory. Yes its true that programmin...
- Centers of Development (CODs) in Information Technology Educationon Mar 26, 2010 in EducationThe following institutions are identified by Commission on Higher Education (CHED) as Centers of Development (CODs) in Information Technology Education (CY 2007-2010). read more...
Loading Comments...
Comments
{ds_PageTotalItemCount} commentcomments
{pvComments::date}
{pvComments::comment}