Postingan

Menampilkan postingan dari Maret 24, 2012

SOFTWARE NON RELEASE (ERICK DAN RIDWAN)

Gambar
GAMES KUTU LONCAT....         Games Ini merupakan kombinasi  yang saya buat....untuk percobaan...praktikum delphi 7 Advanced, namun disatu sisi....saya berharap bahwa Ke Depannya bisa mengembangkan software dari Delphi 7 yang Lebih bermanfaat serta Efisien. Langsung aja didownload... ini LINK x <<< GAMES KUTU LONCAT Screen Shut Games <>>>>><<<<>>>         Yang Kedua Ini adalah Software Untuk Menulis Pesan Memo()()() sengaja dibuat dengan Delphi 7... ayo segera Download... SILAHKAN >>>>> Download Memo Capture By RF Screen Shut Programnya >>>>>> Sekian Dan Terima Kasih Atas Partisipasinya****

CISCO CONFIGURATION VPN (VIRTUAL PRIVATE NETWORK)

Gambar
Configuration VPN.... Router0  >>>  <<<< Building configuration... Current configuration : 1049 bytes ! version 12.2 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname Router ! ! ! ! ip dhcp excluded-address 192.168.1.0 192.168.1.10 ip dhcp excluded-address 191.168.1.1 191.168.1.10 ! ip dhcp pool POOL1  network 192.168.1.0 255.255.255.0  default-router 192.168.1.1  dns-server 2.2.2.2 ip dhcp pool POOL2  network 191.168.1.0 255.255.255.0  default-router 192.168.1.1  dns-server 2.2.2.2 ! ! ! ! ! ! ! ! ! ! ! ! ! interface FastEthernet0/0  bandwidth 1024  ip address 192.168.1.1 255.255.255.0  duplex auto  speed auto ! interface FastEthernet1/0  bandwidth 1024  ip address 191.168.1.1 255.255.255.0  duplex auto  speed auto ! interface Serial2/0  bandwidth 1024  ip address 128.1.1.1 255.255.0.0 ! interface Serial3/0  no ip address  shutdown

PRAKTIKUM BSI DELPHI 7 IV

Gambar
NAMA : LOURENS ROBERTO LOUKASSY KELAS : 13.6B.01 NIM : 13090318 TUGAS : BORLAND DELPHI 7 ADVANCED CODING >>>>>>>>PROGRAM HIDDEN<<<<< Untuk Form1 ------------------------------------------------------------------------------------------------------------------------------------- unit Latihan4; interface uses   Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,   Dialogs, StdCtrls, FileCtrl, Buttons, ExtCtrls, Menus; type   TForm1 = class(TForm)     Label1: TLabel;     Edit1: TEdit;     DirectoryListBox1: TDirectoryListBox;     FileListBox1: TFileListBox;     DriveComboBox1: TDriveComboBox;     Bevel1: TBevel;     BitBtn1: TBitBtn;     BitBtn2: TBitBtn;     BitBtn3: TBitBtn;     GroupBox1: TGroupBox;     CheckBox1: TCheckBox;     CheckBox2: TCheckBox;     CheckBox3: TCheckBox;     MainMenu1: TMainMenu;     File1: TMenuItem;     Exit1: TMenuItem;     BSIT