14 Aug, 2010
How to open wmz file
Articles related to how to open wmz file
http://digitalpbk.blogspot.com/2009/05/crontab-server-timezone-php-date.html
Timezone: PHP, Shell and Crontab
Programming in different timezones can be a headache if not taken care off initially. Codes written to work in one time zone can go wrong when ported to a server that runs on another Timezone. There a few things to take care off when you change from server to server.PHPBy default PHP uses the Timezone that is set in the server or php.ini configuration
files. Inorder to make a robust php code that can work in any server environment, it is always a good practice ...
Published 2 years, 11 months ago
http://digitalpbk.blogspot.com/2008/05/bash-mp3-player-mpg123-sed-playlist.html
BASH Playlist handler and mpg123 interface
My First "somewhat" USeful BASH scriptThis small script scans your / directory and generates a playlist of mp3
files, and you can play your
file by ./juke . You will get a list of songs matching your criteria.InstallationCopy the source code,given below, to a new
file named juke# apt-get install mpg123$ chmod 755 juke$ ./juke westSample output and Controlsarun@XiO3:~/bash$ ./juke happy1 happy birthday2 Avril Lavigne - My Happy ...
Published 3 years, 11 months ago
http://digitalpbk.com/hardware/canon-sx120-chdk-camera-canon-hack-development-kit
to show live histogram, Time lapse photography, Motion Detection etc. With CHDK you can also do scripting to automate the process of taking photographs.
Although Canon has not acknowledged CHDK Firmware, trying out is harmless as it does not change the in built firmware. We can use CHDK without voiding the Camera Warranty, as the changes we make is only on SD Card.
The
files for CHDK on Canon SX 120 IS are attached with this post. I downloaded this and used it back, now I do not remember the source ...
Published 2 years, 2 months ago
http://digitalpbk.blogspot.com/2006/12/special-characters-for-orkut.html
Special characters for orkut
Recently analyzing the traffic to my site I found that some wanted to know
how to insert special characters in Orkut, yeah the fancy one's... So here is the info for them ... Method 1If you are on windows, take the character map from Start Menu > Programs > Accessories > System tools > Character Map. You will find all the special characters you need in there. Double clicking a character adds it to the text box below and when you have made your ...
Published 5 years, 4 months ago
http://digitalpbk.blogspot.com/2008/07/trie-data-structure-c-t9.html
T9 Dictionary Implementation in C, BASH
/*t9.cDependency : t9.dicA
file with lots of words to populate our t9 trie structure.All in small letter no spaces no other charactersTerminated by a line with only a 0 (zero)=================*/#include #include #include struct t9{ struct t9 * node[27];};struct t9 * t9_new(){ struct t9 * r = (struct t9 *)malloc(sizeof(struct t9)); int i=0; for(;inode[i] = (struct t9 *)0; return r;}void t9_free(struct t9 * root){ if(root) { int i=0; for ...
Published 3 years, 9 months ago
http://digitalpbk.blogspot.com/2007/10/xpm-file-format.html
XPM
File format
IntroXPM or XPixMap is a bitmap format in unix based systems. It is a relatively easy format to understand, XPM
files have a format similar to a C source code of a string array./* XPM */static char * var name[] = {"","","" //etc....};The first line is XPM in standard C comments. Second is an array declaration with a valid token as variable name.The array index 0 [0] : contains the following %d %d %d %d [%d %d] [%d]which are : Width ...
Published 4 years, 7 months ago
http://digitalpbk.blogspot.com/2008/05/8298235210-malwareadware-vundo.html
likehttp://82.98.235.210/go//?cmp=nm_firefox_rn&uid;=565E335C0FAF11DD8105F67908CFFFFF&rid;=ggthnks&guid;=3CF72C3808684EFABBDA369C4C32ABAF&affid;=67908&lid;=http&url;=http:%2F%2Fwww.kitiyo.com%2FApparently this virus is a spy, it sends information on sites you are visiting to the suspicious IP address.RemovalThe virus resides in the famous folder %SYSTEM_ROOT%\system32 (,for example C:\windows\System32). There are so many
files in this folder, so the makers find it easier to hide'em in the system32 folder.As usually you would need the help of regedit to get rid of the virus.run regedit and go to the usual locationHKLM\Software\Microsoft\Windows\CurrentVersion\RunCheck for any anomalies ...
Published 4 years ago
http://digitalpbk.com/wireless-laptop-tv/connect-laptop-to-tv-wireless-intel-widi
TV HD PTV2000 1080P Adapter for Wireless Display$99.99
D-Link MainStage TV Adapter for Intel Wireless Display (DHD-131)$99.99
How to set up Wireless Connectivity between laptop and TV
Connect the adapter to TV just like you would connect the laptop to tv using hdmi. or using the Composite to the HDTV.
Intel, Centrino are registered Trademarks of Intel Corporation.
Laptop
TV
HDMI
Intel
Hardware ...
Published 6 months, 2 weeks ago
http://digitalpbk.blogspot.com/2009/07/wordpress-nextgen-gallery-xss.html
the magic_quotes_gpc would be turned on (for older PHP installations) the quotes would be escaped. So the simple tests for XSS likenext-gen-gallery/?album=1&pid;=3&gallery=2alert("hi");would fail. Since the quotes on the "hi" would appear as \"hi\". However why worry with the quotes when something like this works.next-gen-gallery/?album=1&pid;=3&gallery=2You can put any arbitrary code on the target
file and it would get executed on the website. The following ...
Published 2 years, 10 months ago
http://digitalpbk.com/sony-vaio/dell-inspiron-laptop-14r-vs-sony-vaio-vpccw26fg-laptop
Base-TX / 1000Base-T x 1
Integrated 10/100 Ethernet LAN
Lets now see
how the windows experience index rates the two laptops.
Windows Experience Index - Performance Index by Windows Sony Vaio vs Dell Inspiron
Sony Vaio CW
Dell Inspiron 14R
Component
Details
Subscore
Base score
Processor
Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz
6.7
5.8
Determined by lowest subscore
Memory (RAM)
4.00 GB
5.9
Graphics ...
Published 1 year, 5 months ago
Related help topics for how to open wmz file
More keywords like how to open wmz file
More pages for how to open wmz file