28 Apr, 2010

Sample predictive text dictionary file

Articles related to sample predictive text dictionary file

Making Google talk Chat Themes

http://digitalpbk.blogspot.com/2007/06/google-talk-chat-themes.html the class of styles as you do for HTML.Status.html : When you chat to someone, their status will use the format specified in this file.NextStatus.html : When you chat to someone, their changes in status will use the format specified in this file.SampleThis is a sample of the Chat skin i made. You can Download the Resources zip file. Contains the chat skin.A lil documentation :)main.cssMain.CSS is the main cascading style sheet, let us start styling with it.BODY { color: #fff; background-color: #000 ...
Published 4 years, 7 months ago

About "HOSTS" File

http://digitalpbk.blogspot.com/2006/11/about-hosts-file.html the HOSTS fileHOSTS file is found typically here ...Windows XP : C:\WINDOWS\SYSTEM32\DRIVERS\ETCWindows 2K : C:\WINNT\SYSTEM32\DRIVERS\ETCWindows 98/ME : C:\WINDOWSLinux : /etc/What is in this FILE?HOSTS file is just a plain text file. So you can use any text editing software like notepad to edit the contents of the file.Typical content of a HOSTS file is shown below : # Copyright (c) 1993-1999 Microsoft Corp.## This is a sample HOSTS file used by Microsoft TCP/IP for Windows.## This file ...
Published 5 years, 2 months ago

T9 Dictionary Implementation in C, BASH

http://digitalpbk.blogspot.com/2008/07/trie-data-structure-c-t9.html =0; while((a[i]=getch()) != 'q') { if(a[i]=='0'){i=0;continue;} if(a[i] >= '2' && a[i] { i++; a[i]=0; maxdepth = i; printf("%s:\n",a); t9_search_mob(b,root,0,a); fflush(stdout); } } t9_free(root);}t9.dicT9 Dictionary sample fileNow in BASH!#!/bin/bash# bash script does something outrageous.# It attempts to reproduce the T9 capability of the Mobile Phones !# And does it in fewer commands than before!# Adapted from Rahul's Original ...
Published 3 years, 6 months ago

How to make Windows Media Player Skins

http://digitalpbk.blogspot.com/2006/12/how-to-make-windows-media-player-skins.html file and can be edited or created with any text editing software. Can't see the WMZ extension?Goto folder options and uncheck "Hide Extensions of known Type"Click here to Download the sample skin file made in the following section.Starting with your own skin ...Make a folder in the ":\Program Files\Windows Media Player\Skins\", with a suitable name, as in my case "digitalpbk".Next inside the folder make a new file, with the name and extension ".wms" ...
Published 5 years, 2 months ago

Orkut Perl Script - Login, Scrapper and more

http://digitalpbk.blogspot.com/2007/06/orkut-mass-scrapper-scrap-all-friends.html ; } $cnt = $mech->response->as_string; #$cnt =~ m/showing 1-15 of (.*?)/g; #print " $1"; open APP,">$file"; $grabed=0; printf("%-25s","Grabbed: $grabed "); for($page=2;;$page++) { while($cnt =~ m/Profile\.aspx\?uid=(.*?)">()*([^)*/g) { $grabed++; print APP "\n$1>$3"; } print "\e[25D"; printf("%-25s","Grabbed: $grabed "); sleep(3); if($mech->find_link(text_regex => qr ...
Published 4 years, 7 months ago

e-Mail structure and Mail Dir File format

http://digitalpbk.blogspot.com/2007/07/e-mail-structure-mail-dir-file-format.html ).The emails are stored as plain text in these files with the full headers and content. The e-Mail StructureEmails stored in the file with full headers and content.The Email structure can be divided intothe head and body.The head contains all the email related information Return-path: Envelope-to: Delivery-date: Received: Message-ID: Date: From:To: Subject:In-Reply-To:MIME-Version: 1.0Content-Type: multipart/alternative; boundary="----=_Part_21969_10709103.1184337589825"References: The body ...
Published 4 years, 7 months ago

CAPTCHA - What ?

http://digitalpbk.blogspot.com/2007/07/captcha-what.html only moderately secure (ie Keeps the kids away)Now on the checking part the users text is passed through the same hashing function and top-secret function. Then the cookie value and the newly calculated value is compared to catch the bot ;)....A disadvantage of using CAPTCHA is for the visually challenged people. People with unclear eyesights colour blindness etc may face a problem in reading the CAPTCHA code. So the other CAPTCHA method is to use an AUDIO file, an MP3 instead of a JPEG or PNG ...
Published 4 years, 6 months ago

Apache Solr MySQL Sample Data Config

http://digitalpbk.com/apachesolr/apache-solr-mysql-sample-data-config -config.xml Create a new file called data-config.xml in the same directory and configure the database connection and table schema to reflect your database structure. Sample data-config.xml The dataSource configuration attributes , query in entity tag and database fields must be modified to match your database structure. The Query given in the example is a simple Join of the drupal node and node revisions tables. Now restart or start Apache ...
Published 1 year, 11 months ago

Automate Rsync without Password using Rsync Daemon

http://digitalpbk.com/linux/automate-rsync-passwordless-daemon-rsyncd-conf-cron . rsync_user : Name of the user that has access to the Module with Module_Name rsync_host : The server running rsync daemon rsync_module : Name of the rsync module Target_Folder : The target folder that has to be synced with the module. Password_File : The location of the file containing the password A sample command would be rsync -r user123@192.168.1.1::images /live/images --password-file rsync.pwd Contents of rsync.pwd password123 The password file would also have the same properties ...
Published 1 year, 12 months ago

Using PHP for more than HTML

http://digitalpbk.blogspot.com/2007/04/using-php-for-more-than-html.html . But the browser does. So we have to notify the browser the content-type of the content we are sending to the browser.This is done by header("Content-Type: image/jpeg");?>The header function adds or replaces the default headers. Thus here the default content type being html/plain-text is replaced by image/jpeg. Thus on the viewers browser the php file would be rendered as an image. Thus would show an image if the coding is correct and the image format is correctly rendered.More about returning ...
Published 4 years, 9 months ago

Related help topics for sample predictive text dictionary file More keywords like sample predictive text dictionary file
More pages for sample predictive text dictionary file


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Tropical Canopy @ Havelock Tropical Canopy @ Havelock in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk