Finally, the logo of Schematics 2009 Released.
Please visit http://www.hmtc-its-org/schematics2009/ for more information about Schematics 2009.
Powered by :
Himpunan Mahasiswa Teknik Computer-Informatika
Sepuluh November Institute of Technology
Surabaya – Indonesia
Source : http://tech.yahoo.com/blogs/null/145208
Like Michael Corleone in The Godfather Part III, just when you think Windows XP is out… they pull it back in.
Once again — and I’ve now lost count on this one — Microsoft is officially extending the life of the venerable Windows XP operating system. Based on the company’s new rules, the OS [...]
Here is the basic syntax of PL/SQL Looping, “For”
FOR [variable] IN [condition] LOOP
[loop body];
[loop body];
…
[loop body];
END LOOP;
And the example of looping like this
BEGIN
FOR i IN 1..10 LOOP
[...]
You may have same problems with other people. Why i can’t use “for” loop on Dev-C++?
It’s said : ‘for’ loop initial declaration used outside C99 mode
Well the simple solution is,
Click on Tools on Menu Bar
Choose Compiler Options
Check the “Add the following commands when calling compiler”
Insert “-std=c99″ (without quote) on text area
Click OK
Compile it Again
[...]
Privacy
Protect Internet privacy with anonymous surfing and browsing [...]
There was a problem when using MySQL, there is no ‘rownum’ variable or function on MySQL.
Then how can i use or replace that function?
First, we must create a variable that we’ll call ‘rownum’
SELECT @rownum:=0
What’s the function of this variable? this variable will be an integer label used for counting the records of query
After that? we [...]
Here is the code for you who want to set your JFrame location on Center of Screen
public static void setCenterPos(JFrame frame){
Dimension screen = Toolkit.getDefaultToolkit().getScreenSize();
int x = (int) ((screen.getWidth() – frame.getWidth()) / 2);
int y = (int) ((screen.getHeight() – frame.getHeight()) / 2);
[...]
Ayo putra bangsa
Haruskah negeri ini
Ketika kita bangga
Indonesia
Tunjukkan dunia
Bahwa ibu pertiwi
Pantas jadi juara
Indonesia
Jayalah negaraku
Tanah air tercinta, Indonesia raya
Jayalah negaraku
Tanah air tercinta, Indonesia raya
Garuda di dadaku
Garuda kebanggaanku
Ku yakin hari ini pasti menang…
Kobarkan semangatmu
Tunjukkan keinginanmu
Ku yakin hari ini pasti menang…
Garuda di dadaku
Garuda kebanggaanku
Ku yakin hari ini pasti menang…
Kobarkan semangatmu
Tunjukkan keinginanmu
Ku yakin hari ini pasti menang…
[...]
The problem is how to upgrade ubuntu version from 8.10 Intrepid Ibex to 9.04 Jaunty Jackalope…
Am i must using Ubuntu LiveCD to install fresh ubuntu 9.04? What about all of my data and application that was already installed? What about if my device has no CD ROM? What about if i don’t have the LiveCD?
Of [...]
Copyright © 2010 I Made Krisna's Times
Just share our knowledge for the better future of this world
Proudly powered by WordPress & Shine by Creamy
W3C: Valid XHTML - Valid CSS 3
Recent Comments