Posts

Showing posts from June, 2008

how to get help about suse ( fastest way )

i really like suse community because they are really helpful as i expected , i have choose title of post as ( fastest way ) because suse community has very active chat channel so you can get help check you have installed xchat which is one of my favourite chat program then start it writing xchat command in terminal then network list window will open choose freenode as network you wanna connect and after that last step write #suse as channel name now you can kindly ask your questions and get answers in fastest way ;)

switched to suse 11

i have switched my suse 11 first impression super :D my graphic card intel 855gm has made me big problem really but i resolve with 915resolution package i ll write here instructions which i have made after one successful attempt ;) i have downloaded a batch updates i suppose suse 11 will be better soon with more bug feedbacks :)

why update to suse 11

nice article about why update to 11 http://www.benkevan.com/blog/why-upgrade-to-opensuse-11-from-opensuse-10x/

AquariumSC

Image
here is simple aquarium which has only a turtle in it who is randomly moving and if you wish you can rotate it to directions get AquariumSC all source jar package paket; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ import java.io.IOException; import java.util.Random; import javax.microedition.midlet.*; import javax.microedition.lcdui.*; /** * @author sertac */ public class AquariumSC extends MIDlet implements CommandListener { Display d; Form f; Command cmdExit, cmdGoAquarium; CanvasSC canvasSC; Command cmdSelectAquarium; List l; Image[] backImages; Image resim; Image back; private TextField tfThreadSpeed; private ChoiceGroup cgPrintStats; private ChoiceGroup cgPrintBounds; private TextField tfBoundLimit; private TextField tfFastMove; private Command cmdHelp; public AquariumSC() { try { d = Display.getDisplay(this); f = new Form("AquariumSC"); f.setCommandListener(this); cmdGoAquarium = new C

TonePlayer Pre Release-V.Player v1

Image
Simple tone player with mmapi TonePlayer Pre Release-V.Player v1 i didnt really satisfied from this work of mine , planning to make really efficient V. Player v2 may be get V.Player java jar /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package paket; import java.io.IOException; import java.util.Vector; import javax.microedition.media.MediaException; import javax.microedition.midlet.*; import javax.microedition.lcdui.*; import javax.microedition.media.Manager; import javax.microedition.media.Player; import javax.microedition.media.control.ToneControl; /** * @author sertac */ public class VDotPlayer extends MIDlet implements CommandListener { Display d; Form f, fMain; Command cmdExit, cmdPlay, cmdOk, cmdBack, cmdStop, cmdAddTone, cmdPlayTone,cmdHelp; TextField tfNote, tfDuration, tfVolume, tfToneSequence; byte[] sequence; int note = 0; int duration = 0; int volume = 0; private int size; StringBuffer initialTone = new StringBuf