13 Aug, 2010
Free t9 dictionary code
Articles related to free t9 dictionary code
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, 6 months ago
http://digitalpbk.blogspot.com/2008/08/online-8085-assembler-and-simulator.html
Free Online 8085 Assembler and Simulator
Free Online 8085 Assembler and SimulatorI just made this long back, just put it online for anyone that might be interested in using it.Quick StartEnter the
code as shown in the sample in the
code view,Click Compile and Simulate.Click HexView to see the hex
code of the programClick SimView and Click Step or Exec to simulate the program.There is a built in special function call for keyboard reads : CALL KBINPUTDisplays a prompt for directly entering ...
Published 3 years, 6 months ago
http://digitalpbk.blogspot.com/2007/01/extracting-embedded-album-art-in-mp3.html
Embedded Album art found Extracting ... Enter a filename for Art[2] (No need extension): 2Image Type : jpegExtracted to 2.jpegDoneD:\ID3V2>Source
code will be made available soon ... have to do some tidying up ... Meanwhile any problems? jst leave a comment ...LicenseGPL License:GNU GENERAL PUBLIC LICENSEVersion 2, June 1991 Copyright (C) 1989, 1991
Free Software Foundation, Inc. 59 Temple Place - Suite 330, Boston, MA 02111-1307, USAEveryone is permitted to copy and distribute verbatim copiesof ...
Published 5 years, 1 month ago
http://digitalpbk.blogspot.com/2007/06/perl-script-to-html-formatter_17.html
Perl Script to HTML formatter
IntroThis script converts a Perl Script to HTML so that it looks good with colour
code formatting for keywords and variables. This isn't yet completed and may contain bugs but I guess its worth posting. Anyone is
free to modify and redistribute the
code as long as the first line remains intact.Usageperl format.pl ScriptFile.plOutput will be saved as ScriptFile.pl.htmlScriptstyle="color:#0ff">$cnt =~ s/&/&/g;$cnt =~ s ...
Published 4 years, 7 months ago
http://digitalpbk.blogspot.com/2007/06/css-transparency-effects.html
effect is achieved by opacity:X where X lies between 0 and 1 (0.1, 0.2,0.25 ...)For example produces a semi transparent google logo.Inorder to produce the same effect on both browsers just give both
codes Both browsers would ignore the other
code and produce the same effect.Does this work on other browsers?I donno try and let me know ....Feel
free to comment. ...
Published 4 years, 8 months ago
http://digitalpbk.com/less-css/less-css-compiler-windows-lesscexe
Less CSS Compiler for Windows (lessc.exe)
LESS is a language that helps CSS Designers to write better manageable and extensible CSS style sheets.
Current less compiler called lessc is only available for the *nix platforms, which can compile LESS files to CSS.
Where is lessc.exe ?
lessc.exe for those who are in a hurry :) .
It is attached to the bottom of this post also so feel
free to read on.
How to use the lessc.exe
This compiler is adapted from the .net port of less compiler ...
Published 9 months ago
http://digitalpbk.blogspot.com/2009/01/code-libjpeg-converting-jpeg-to-bmp.html
C
Code to convert JPEG to BMP in LINUX using libjpeg
IntroThe following
code converts JPEG file into BMP file. The
code requires the libjpeg library. The following
code is a good example of how to use the libjpeg library. (it compiles).
Code converts colour jpeg to 24bit BITMAP.
Code : jpeg2bmp.c#include #include #include #include /* we will be using this uninitialized pointer later to store raw, uncompressd image */unsigned char *raw_image = NULL;/* dimensions of the image we want to write ...
Published 3 years ago
http://digitalpbk.blogspot.com/2006/12/drag-n-drop-files-from-explorer-to-vb.html
Drag 'n Drop Files from explorer to VB
IntroductionThis piece of
code allows to make programs in Visual Basic 6, to have a drag and drop support of files directly from the folders. This is an alternative to the old File Open mechanism. This is way cooler...
Code tested on Windows XP and on Visual Basic 6. Any information about other versions of windows or vb? Leave a comment...DownloadDownload the
code from planet source
code.The
CodeThe main part of the
code is the module, here ...
Published 5 years, 1 month ago
http://digitalpbk.com/perl-sms/perl-script-send-free-sms-any-mobile-number-india-using-way2sms
Perl Script to send
Free SMS to any mobile number in INDIA using way2sms
The following script sends SMS to any number in INDIA using the
free service provided by Way2Sms.com
Requires WWW::Mechanize and Compress::Zlib libraries.
Please remember to fill the username and password in the fields that is mentioned in the script.
Updated
code on 28th October 2011. If you face errors use the new script.
#!/usr/bin/perl
use WWW::Mechanize;
use Compress::Zlib;
my $mech ...
Published 2 years, 2 months ago
http://digitalpbk.com/javascript/free-light-small-social-media-sharing-javascript-facebook-twitter-stumble-upon-digg-and-r
Free Light weight Social media sharing javascript for Facebook, Twitter, Stumble Upon, Digg and Reddit
Social Media Buttons or buttons that help you share the content on bookmarking websites such as Stumble Upon, Reddit or Digg or social networking Websites such as Facebook or Twitter. Adding the buttons helps you to expose your content to a broader audience.
There are lots of social media button providers such as AddThis or ShareThis. I think it is overloaded with features that makes your ...
Published 1 year, 10 months ago
Related help topics for free t9 dictionary code
More keywords like free t9 dictionary code
More pages for free t9 dictionary code