use warnings; use Date::Parse; my $date = "16 Dec 2011 10:30 pm"; my $time = str2time($date); print "$time\n";
Friday, December 16, 2011
Perl Convert Human Date to Unix Timestamp
use warnings; use Date::Parse; my $date = "16 Dec 2011 10:30 pm"; my $time = str2time($date); print "$time\n";
Perl Convert Human Date to Unix Timestamp
use strict;
use warnings;
use Date::Parse;
my $date = "16 Dec 2011 10:30 pm";
my $time = str2time($date);
print "$time\n";
Wednesday, December 14, 2011
Paypal Transaction Malaysia Contact Number
Please check your account balance at PayPal's website or call PayPal +
603 - 7723 7155.
If the transaction is not updated and your account has been debited,
the transaction amount will be refunded within 30 working days.
Tuesday, December 13, 2011
Understanding Pointers and Memory in C and C++
Pointers and dynamic memory allocation are some of the most confusing topics for new programmers! But don't be afraid of them--they're very useful concepts because they unlock the ability for your program to continually request and use new memory. In reality, a pointer is just a way to refer to the PLACE that a variable is stored, which lets you ask for more places to store variables. Imagine a video game with unending levels--each level needs new memory. Pointers let you ask the system for new memory for each new level.
(Intermediate) - Understanding how Memory is really Laid Out - If you're having trouble getting your head around what memory really looks like--this article is the answer
(Advanced, Linux) - Using Valgrind to Find Memory Leaks - Learn how to track down memory leaks automatically using a free Linux-based tool
49 Dover St. #37, Somerville, MA 02144, USA
Saturday, December 3, 2011
Phone WIFI cannot cannot to Access Point
dlink dir-615 wireless router.
My Phone cannot detect my SSID.
How to resolve.
Login to the Wifi Router.
- Under WIFI Setup ( you want to choose manual setup)
- untick Enable Auto Channel Selection
- select Channel 1-11.
Save setting.
Friday, December 2, 2011
Watch Your Turn It Up Video Greeting!
Ettercap Binary for Windows 7
working on Window 7 64 bits.
Use wisely.
Thursday, December 1, 2011
Open Solaris 10 Download ISO for VM
X86 Architecture VMs
Oracle Solaris 10 8/11 Virtual Machine for Oracle VM VirtualBox
http://download.oracle.com/otn-pub/solaris/virtualization/Solaris10_8-11_VM.zip
Unifi router
192.168.0.1
username : admin
passwd: _BLANK_
kotak itam
192.168.100.1
username : telecomadmin
passwd: admintelecom
Tuesday, November 29, 2011
Proxmox installation display out of range
Reference: https://forum.proxmox.com/threads/proxmox-ve-screen-out-of-range.131297/
-
Original Source :: http://en.irfanview-forum.de/viewtopic.php?t=490 /one - force 'Only one instance' /fs - force Full Screen displa...
-
Original Source:: http://www.zytrax.com/tech/pc/serial.html Tech Info - USB and Firewire USB and FireWire (IEEE 1394a and b) represent the...