Laman

Minggu, 28 April 2013

SYAIR AL-IMAM ASY SYAUKANI Rahimahullah


Assalamu’alaikum wr.wb

Al-Imam Asy syaukani rahimahullah (wafat 1250 H) berkata dalam sya’ir nya :

“Aku merenungkan tentang ilmu dan amalanku ...
Aku mengamati perkataan dan perbuatanku...
Maka aku dapati apa yang aku takutkan darinya melebihi apa yang aku harapkan darinya....
Maka sirnalah saat itu harapan-harapanku....
Aku pun kembali menuju rahmat ( Kasih sayang ) yang luas...
Kepada karunia yang aku harapkan dari Dzat pemilik segala karunia...
Jadilah harapan dan ketakutan berseteru dalam dadaku...
Inilah kesudahan kondisiku...”

( Nailul wathor min taroojumil rijaalil yaman fi al-qorni ats – tsaalits ‘asyar karya Muhammad Zabaaroh A-Shon’aani, 2 /302)

Al-imam Asy-Syaukani rahimahullah seorang ulama yang sangat terkenal penulis buku Nailul Authoor, menjelaskan bahwa setelah menimbang-nimbang ilmu, amal, perkataaan, dan perbuatannya, maka beliau mendapati bahwa semuanya tidak bisa diandalkan. Apa yang beliau takutkan dari ilmu, amal, perkataan dan perbuatan jika dihisab kelak lebih besar dari apa yang beliau harapkan . . .

Karenanya beliau hanya bisa mengharapkan kasih sayang yang luas dari Allah Ta’ala agar merahmati beliau.  Jika Al-Imam Asy Syaukani tidak ujub dan tidak bangga dengan ilmu dan amalan beliau, bagaimana lagi dengan sebagian kita yang pas-pasan ?  hanya rahmat Allah yang luas yang bisa kita andalkan. . .

Ya allah, berilah taufiq kepada kami agar senantiasa bersyukur dan beralam sholeh . . . senantiasa takut kepada adzab Mu dan senantiasa berharap akan rahmat Mu .  . .

Aamiin...   J

Rabu, 03 April 2013

How to lock a folder without any Software


Assalamualaikum wr.wb

Today i wanna share to you how to lock the folder without using software. but we will utilize notepad. So, you can use this tips when your computer or notebook borrowed by your friends where in your notebook there is files that cannot be seen by others. ok, below is the tips :
     1.       Open notepad first and then copy – paste code below  :

@ECHO OFF
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo “Are you serious wanna lock the files ” ??(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo folder has locked
goto End
:UNLOCK
echo please, enter the password !
set/p "pass=>"
if NOT %pass%== myaccount goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"

Senin, 01 April 2013

Java Mobile Programming - Horoscope Application

Assalamualaikum wr.wb.

Below is the code of  java mobile to create horoscope application. So, this application will inform you the condition of your self in weeks. Wether it’s about healthy, finance, career and romance. But  remember,  this not truely horoscope, this is just a task of my java mobile class. Ok, The following is the code :


/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package baharnoer.main;

import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;

public class Ramalan_02 extends MIDlet implements CommandListener
{

   int hr, bl, th, a, b, c, d;
   Form form1, form2, form3, form4;
   Display display;
   StringItem kal;
   TextField nama;
   ChoiceGroup choice, choice2, choice3;
   Command exit = new Command("Exit", Command.EXIT, 1);
   Command start = new Command("Start", Command.SCREEN, 1);
   Command ramal = new Command("Ramal", Command.SCREEN, 1);
   Command back = new Command("Back", Command.SCREEN, 1);
   String hari, bulan, tahun, nm;

   public Ramalan_02()
   {
      //Tampilan awal Aplikasi
      StringItem si = new StringItem("welcome to Horoscope Application ", "Please, push Start button");
      form1 = new Form("Ramalan");
      form1.append(si);
      form1.addCommand(start);
      form1.addCommand(exit);
      form1.setCommandListener(this);

      // form untuk mengisi Data