03 Jan, 2011
Perl read media file
Articles related to perl read media file
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, 10 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/mini-computer/rasberry-pi-tech-specs
monitoring, play videos on TV screens, offload long running simple tasks on server, server monitoring,
file sharing server on local network, a torrent box, etc!
Raspberry Pi Model B Technical Specifications
The heart of the Rasberry is a Broadcom BCM2835 (CPU, GPU, DSP, and SDRAM) System-on-Chip (SoC)
CPU700 MHz ARM1176JZF-S core (ARM11 family)
GPU Broadcom VideoCore IV, OpenGL ES 2.0, 1080p30 h.264/MPEG-4 AVC high-profile decoder
Network10/100 Ethernet RJ45 onboard network
Memory (SDRAM) 256 Megabytes ...
Published 2 months, 3 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/nexus-s/how-to-root-nexus-s-windows
How to easily unlock and root the Samsung Google Nexus S on Windows
Easily root your Google Nexus S or the i9023/i9020 manufactured by Samsung by following these simple steps. There are plenty of rooting steps out there but all of them required you to download a lot of
files and do a lot of complicated steps. Moreover not one worked for me fully. Skip to the rooting steps
What is rooting? Why should I root ?
By default your Nexus S phone comes with default users and many system functionality ...
Published 6 months, 1 week ago
http://digitalpbk.blogspot.com/2007/01/get-smart-against-phishing.html
the target url on the status bar (bottom of the page), Is it the url ? Copy the link address and paste it to a new text
file and examine it from head to tail. Do a google search for the site, if anything related to phishing comes up...One old phishing technique was to mask the target server using the http://username:password@www.site.comSo the fraudster would mask his url as http://www.urbanksite.com/somevrylongtext/todistractyou@www.evilsite.comNow this technique has depricated since most browsers warn ...
Published 5 years, 4 months ago
http://digitalpbk.blogspot.com/2006/11/fun-with-unicode-and-mirroring.html
. Get a browser like firefox that supports unicode.Want the mirroring character?The mirroring character cannot be seen and I couldnot find the HEX or Numeric Code. If anyone has found out leave a comment.The mirroring character is within these braces (( Inorder to get the mirroring character, try copying the content between the braces and paste it somewhere to see the magic! ...What can it be used for?http://www.mysite.com/fol/
file.html?site/moc.elgoog.www://ptthSuppose you paste a link like ...
Published 5 years, 6 months ago
http://digitalpbk.com/laptop/restore-power-plan-missing-saver-high-performance-balanced-windows-7
\SYSTEM\CurrentControlSet\Control\Power\User\PowerSchemes
and
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes
Windows use the former to display the power plan options in control panel.
So if something is corrupted in the registry entry, you can restore it from the later registry entry.
This can be easily achieved by exporting HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\User\Default\PowerSchemes to a .reg
file, Search and replace all /Default/ with / and then import the same back into the registry ...
Published 2 years, 1 month ago
Related help topics for perl read media file
More keywords like perl read media file
More pages for perl read media file