- Prison Code Breaker Diary -

=> aka: Nhật Kí Code Tù

Categories

use constant
HACK
#???
=> 1
;($p, $h)
=
split ( ' ',
chr(112). "E". join('',

('T' . chr(0144) ) ) .chr(0x20) .
# <<END>>
join('', ('QmOt' , 'S'.###*&#^$(&
'uoH' ) )
#(*$)) WHAT THE HELL#$-~#msl39$#
)
;
qw [
/ 7h1s i5 5o 4nN0y1nG /
{ 4 rE4L }

]
;++$p;#
$h =
#--fosortc
(reverse $h
);chop($h); xJAPHx:
++$h
; print lc
join ( ' '
, (${\${\${\$p}}}
, ${\$h} )
)
;

I wish she will be available on that day, that I could have a date with her ....Pray pray and pray ...
" I miss you " "I missssss you toooooooo"

Menu Preferences | Appearances

  • Theme | Customize
    1. Controls | Is Ora Smooth
    2. Window Border | evil_mac - Download
    3. Icons | Ultimate Gnome - Download
    4. Pointer | Wonderland
  • Fonts
    1. Application Font | Segoe UI | 11
    2. Document Font | Segoe UI | 11
    3. Desktop Font | Trebuchet MS Bold | 9
    4. Window Title Font | Segoe UI | 11
    5. Fixed Width Font | Monospace | 10
    6. Rendering | Best Shapes
    7. Details | Resolution
    • Resolution | 75 dots per inch
    • Smoothing | Grayscale
    • Hinting | Medium
    • Subpixel Order | RGB
  • Background - Download Corlorful Pack

Hiện tại mình đang viết cuốn sách hướng dẫn lập trình Perl cơ bản bằng tiếng Việt và chỉ dành cho những ai hiểu được tiếng Việt :D
Tên sách: Perl - The 1st Step (Hướng dẫn lập trình Perl cơ bản)
Tác giả: Pete H.

Download

(2010-Feb-05)[JaPh] Perl - The 1st Step (PDF - 1.12 MB)
(2010-Feb-06)[JaPh] Perl - The 1st Step (PDF - 1.14 MB)
(2010-Feb-07)[JaPh] Perl - The 1st Step (PDF - 1.21 MB)
(2010-Feb-09)[JaPh] Perl - The 1st Step (PDF - 1.40 MB)
# Changelog - Thông tin cập nhật

• 2009-Mar-15: sách bắt đầu được viết.
• 2009-Nov: chỉnh sửa và đính chính lần 1.
• 2010-Feb: hoàn thiện cơ bản nội dung và format kiểu cách sách.
• 2010-Feb-05: xuất bản trên Internet lần đầu tiên.
• 2010-Feb-06:

  1. cập nhật thông tin perl editor và perl ide.
  2. thêm hình minh họa.
  3. cập nhật link download sách và version.
• 2010-Feb-07:
  1. cập nhật thêm hình minh họa.
  2. thêm mục mới: K. Comment trong perl.
  3. thêm mục mới: L. Chỉ thị Perl - SHEBANG.
  4. đính chính một vài lỗi chính tả.
• 2010-Feb-09:

  1. cập nhật thêm vào Mục Lục và Phụ Lục.
  2. thêm mục link download công cụ.
  3. thêm hướng dẫn cài đặt EPIC để lập trình Perl.
  4. sửa một vài lỗi chính tả.
  5. thay đổi theme cho mã nguồn perl.
  6. thay đổi theme cho các đoạn code ghi chú.

Best Regards,

This is my new shot of command prompt.

Right click then select "Properties".

$ Option -> Command History -> Buffer Size -> 500
$ Option -> Command History -> Discard Old Duplicates -> True
$ Option -> Edit Options -> QuickEdit Mode -> True
$ Layout -> Screen Background -> Height -> 999
$ Layout -> Window Size -> Height -> 50
$ Color -> Screen Text -> RGB: 0 255 0
$ Color -> Screen Background -> RGB: 0 55 0

Change the title using TITLE utility


C:/> title "[JaPh] - Shell"

Have fun!

Access this key in Registry Editor:
HKEY_CURRENT_USER \ Software \ Microsoft \ Command Processor
Create a new String name it Autorun with value: "CD /d your_new_default_path"

Example:


CD /d C:\


It applies right away, you don't need to restart or log-off, just restart to new session.

Have fun!

Would you like to have your command prompt like mine?













OK! Let's open Registry Editor (regedit.exe) utility for some add-ons.
First, export your current registry settings for the sake of your life (menu File->Export).
Then, access this key: Computer\HKLM\SYSTEM\CurrentControlSet\Control\SessionManager\Environment
Right click to create a new string value, name it PROMPT with value: "[JaPh]@$P~$P$$$P"
Then log-off or reboot to apply new settings to environment. You'll see the change in your command prompt, just like Unix-shell.

However, if you just want to have this style temporarily, means that for current session only, you need to use "prompt" utility to set up.
Example:


C:\> prompt [JaPh]@$P~$$$P

After session, everything changes back to default.

Here some special value if you want differences:

$A & (Ampersand)
$B | (pipe)
$C ( (Left parenthesis)
$D Current date
$E Escape code (ASCII code 27)
$F ) (Right parenthesis)
$G > (greater-than sign)
$H Backspace (erases previous character)
$L < (less-than sign) $N Current driveprompt [%USERNAME%@%COMPUTERNAME%$S~]$$
$P Current drive and path
$Q = (equal sign)
$S (space)
$T Current time
$V Windows XP version number
$_ Carriage return and linefeed
$$ $ (dollar sign)

Have fun!