Installing NetBeans OpenGL Pack Plugin part-2

10:23 PM | , , , ,

Hi guys... nice to see you again. Four days ago I promised you to share about Installing Netbeans openGL Pack Plugin. Have you download plugins yet ? If you haven't you can download them at  http://plugins.netbeans.org/ and search on the catalogue (See http://newbiebehappy.blogspot.com/2012/02/installing-netbeans-opengl-pack-plugin.html   for detail information). Okay, if you have been download them. Please open Netbean...
Read More

Postgraduate Scholarships for International Students, Kingston University, UK

2:01 PM | , ,

We offer awards totalling £250,000 every year, with each international scholarship worth £3,300. These are open to prospective full-time postgraduates in any subject area on a one-year taught masters degree based at Kingston University. Scholarships are available for both September entry and January entry (for courses with a relevant start date): The deadline for September 2012 scholarship applications...
Read More

Installing NetBeans OpenGL Pack Plugin part-1

6:19 AM | , , , , ,

Hi guys... Do you a java programmer? You should learn about this article. Hehe :D Okay, for this time I want to share you about installing Netbeans OpenGL Pack Plugin with Netbean Version 7.0 and Ubuntu OS. (Go Linux Go Open Source ... :D) What is a NetBeans OpenGL Pack ? Netbeans OpenGL Pack is one of Netbean IDE plugins that supportig JOGL library. JOGL differs from some other Java OpenGL wrapper libraries in that it merely exposes...
Read More

10776 - Determine The Combination UVA Online Judge Solve with Java

6:34 AM | , , , , , ,

import java.util.Scanner; class Combinations {     public static void main(String[] args) {         Scanner s=new Scanner(System.in);         int M=-1,N=-1;         while((M!=0)&&(N!=0)){             N=s.nextInt();             M=s.nextInt();             long C,a=1,b=1;  ...
Read More

11512 - GATTACA - UVa Online Judge

6:29 AM | , , , , , , ,

import java.util.*; class Gataca {     public static void main(String[] args) {         Scanner scn = new Scanner(System.in);         int caseNum;         caseNum = scn.nextInt();         String dna ="";         scn.nextLine();         for(int i = 0; i < caseNum; i++) {        ...
Read More

101 - The Block Problem UVA Online Judge Solution with Java

5:47 AM | , , , ,

import java.util.Scanner; public class blockproblem {     int[] cariStack(int n,String str[],String cari){         int x=-1,i=0;         int indx=-1;         int hasil[]=new int[2];         do{             if(str[i]!=null){                ...
Read More

100 - The 3n + 1 problem UVA Online Judge Solution

7:24 PM | , , , ,

import java.util.Scanner; public class Main {     public static void main(String[] args) {         Scanner s=new Scanner(System.in);         while(s.hasNextInt()){             int bil1=s.nextInt();             int bil2=s.nextInt();            ...
Read More

Master Scholarships in Mathematics and Computer Science, Netherlands

6:16 AM | , , , ,

Eindhoven University of Technology Faculty of Mathematics and Computer Science P.O. Box 513, 5600 MB Eindhoven, The Netherlands Phone: 31 – (0)40-2474747 Fax: 31 – (0)40-2441692 E-mail: io@tue.nl Internet: w3.bwk.tue.nl/en/ Business Information Systems Leading to: MSc Course duration: 2 years Next course begins: 1 September 2012; 1 February 2013 Academic application deadlines: 31 January 2012; 24...
Read More

University of Groningen Talent Grant: Eric Bleumink Fund, Netherlands

6:12 AM | , ,

Purposes: Master, Ph.D. Programmes: All Countries of origin: Afghanistan, Albania, Algeria, Armenia, Azerbaijan, Angola, Bangladesh, Benin, Bhutan, Burkina Faso, Burundi, Bolivia, Bosnia and Herzegovina, Cambodia, Cape Verde, Central African Replublic, Chad, Comoros, Congo, Cameroon, Ivory Coast, China, Colombia, Djibouti, Dominican Republic, Ecuador, Egypt, El Salvador, Equatorial Guinea, Eritrea,...
Read More

Let's Try Team Viewer Under Linux

5:52 AM | , , ,

TeamViewer is an application for remote control, desktop sharing and file transfer between computers, great for meetings, presentations, support and more. It runs on Windows, Mac OSX, Linux (even though it comes in a .deb or .rpm, it uses Wine which comes bundled with it) as well as Android or iPhone. The application is free for personal use only. Here's what's new in TeamViewer 7:enhanced multi-monitor support an integrated...
Read More

Pages (31)123456 Next