View Full Version : Work opportunities
concernpinoy
04-18-2006, 01:33 PM
Attn: Systems Engineers, IT's, Programmers and the like
A company in Japan is now hiring Filipino professionals to fill up the needed positions
Requirements: 2 years experience in JAVA programming. Basic Japanese is an advantage
All Filipinos in Japan and in the Philippines can apply.
All interested please PM me before April 26, 2006.
Attn: Filipino Nikkei and Japanese long term visa holders
Available jobs in Aichi Ken, Shizuoka Ken, Tochigi Ken and Fukui Ken
Apartment and basic appliance available.Hourly rate negotiable.
Please PM or email me : arisvill_avance@yaho o.com (arisvill_avance@yah oo.com)
Bangis
04-19-2006, 08:01 AM
Pwede ba Basic knowledge in JAVA Programming?:D
itchay
04-19-2006, 10:43 AM
Pwede ba Basic knowledge in JAVA Programming?:D
sorry, OT po....:O
@Bangis, meron ka ba diyang maliit na Java program na pwede mo ipahiram? kahit maiksi lang at parang game type na program lang. kelangan kasi namin mag pass ng graduation project eh. 'la akong mahagilap sa brain ko, anliit pa naman...wala na talaga cguro akong mahagilap. pleassse:D
Bangis
04-19-2006, 11:50 AM
here is a code snippet of moving in 3DWorld like counter strike pc game
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
import java.net.*;
public class Bangis extends Applet
{
//Our rendering canvas ( Customized GLAnimeCanvas, which can animate itself )
BangisCanvas canvas = null;
static boolean appletMode=false;
/** void init() Initialise the applet. */
public void init()
{
setLayout(new BorderLayout()); // Border layout so that component will use all space
canvas = new BangisCanvas (getSize().width, getSize().height); //Create our canvas and add it to the center of the applet
canvas.requestFocus( ); // attempt to get focus to the canvase asap ( don't work to well )
add("Center", canvas); // add the canvas to the applet
}
/** void start() Start the applet. */
public void start()
{
canvas.start(); /*Start animating the canvas */
if(!appletMode)
canvas.codeBase = getCodeBase();
else
try{
canvas.codeBase = new URL("File:///"+System.getProperty("user.dir")+"/ (file:///)");
}
catch(MalformedURLEx ception urle)
{
}
}
/** void stop() Stop the applet. */
public void stop()
{
canvas.stop();//Stop animating the canvas
}
/** void destroy() Destroy the applet. */
public void destroy()
{
canvas.stop(); //Stop animating the canvas
canvas.cvsDispose(); //Destroy the canvas
}
// Main method (This is what gets run when you run as an application)
public static void main( String args[] ) {
appletMode=true;
Lesson applet = new Lesson();
applet.setSize(640,4 80);
applet.init();
applet.start();
Frame f = new Frame("Bangis - Loading And Moving Through A 3D World");
f.add(applet);
f.pack();// make the frame the size of the Applet
f.setVisible(true);
//GLContext.gljNativeD ebug = true; // if you want lots of messages, or want to know what went wrong :)
//GLContext.gljThreadD ebug = false;
//GLContext.gljClassDe bug = true;
f.addWindowListener( // Enable the close button just to be nice
new WindowAdapter()
{
public void windowClosed(WindowE vent e)
{
System.exit(0);
}
public void windowClosing(Window Event e)
{
windowClosed(e);
}
}
);
}
}
itchay
04-19-2006, 01:25 PM
canvas.codeBase = new URL("File:///"+System.getProperty("user.dir")+"/ (file:///)");
@Bangis, salamat sa code. Ok to ah. Gagawa nalang cguro ako ng sarili kong "BangisCanvas". Di ko mahagilap ang class eh, ano kaya nakapaloob na code doon? Tsaka, yung "canvas.codeBase" na code, di ko ma-gets:( Aaralin ko pa muna.
Thank you ulit.
Bangis
04-19-2006, 11:07 PM
good luck.. you can do it girl..:cool:
sunshine
06-03-2006, 07:30 PM
Attn: Systems Engineers, IT's, Programmers and the like
A company in Japan is now hiring Filipino professionals to fill up the needed positions
Requirements: 2 years experience in JAVA programming. Basic Japanese is an advantage
All Filipinos in Japan and in the Philippines can apply.
All interested please PM me before April 26, 2006.
Attn: Filipino Nikkei and Japanese long term visa holders
Available jobs in Aichi Ken, Shizuoka Ken, Tochigi Ken and Fukui Ken
Apartment and basic appliance available.Hourly rate negotiable.
Please PM or email me : arisvill_avance@yaho o.com (arisvill_avance@yah oo.com) helllo pwde pa bang humaboll ng apply sayo pra sa utol ko he is working at the company of aztec in cavite but gusto nya mag work sa ibang bansa tapos cia ng cumputer science any uppurtunity for him ? need nya ng visa for work from on ur company iask ko sa knya kung may experince cia sa java programming ,kc cia narinig ko sa knya may nagawa cia game na naruto sa java .
vBulletin® v3.7.0 Beta 4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.