Category: Software

  • Copy CD & DVD to ISO File in Linux

    Sometimes I require to copy entire CD or DVD to a file in my computer in ISO[^1] format. Usually to keep it for frequent access. It is what I do normally with tutorial discs received with some products, discs of wedding videos that I need to return back soon. So, I can avoid keeping the…

  • Switched to Jekyll

    I switched to Jekyll from WordPress for this blog and my website. Why? I was mainly seeking simplicity in blogging. When using WordPress, I have to manage its running, updates, etc, and most of them were not necessary as my sites were not using much features of WordPress other than publishing of posts. Jekyll has…

  • ഉബുണ്ടു 14.04 ട്രസ്റ്റി താഹ്ർ

    ഉബുണ്ടു 14.04 ഇൻസ്റ്റാൾ ചെയ്തു. ഒരു പൂർണ്ണമായ വിശകലനത്തിന് മുതിരുന്നില്ല. ചില കാര്യങ്ങൾ മാത്രം കുറിക്കാൻ ശ്രമിക്കുന്നു. സ്ഥിരമായി ലിനക്സിലേക്ക് മാറിയപ്പോൾ തുടങ്ങിയതാണ് ഉബുണ്ടു ഉപയോഗം. മറ്റുള്ള വിതരണങ്ങളിലേക്ക് മാറണമെന്നൊക്കെ ഇടക്ക് തോന്നാറുണ്ടെങ്കിലും ഉബുണ്ടു വിട്ടുപിടിക്കാൻ ഇതുവരെ കഴിഞ്ഞിട്ടില്ല. ഇടക്ക് കുറച്ച്കാലം ഡെബിയൻ 7 ഉപയോഗിച്ചു, അത്ര തൃപ്തിതോന്നിയില്ല. പ്രധാനമായും ചില ആപ്ലിക്കേഷനുകൾക്കുള്ള സപ്പോർട്ടിന്റെ അഭാവമാണ് കാരണം.

  • അംഹാറിക്ക് ഭാഷ

    അംഹാറിക്ക് ഭാഷ എഴുതാനുള്ള പിന്തുണ നാരായത്തിൽ ചേർക്കുന്നതാരംഭിച്ചു. നാരായം പിന്തുണക്കുന്ന ആദ്യത്തെ ആഫ്രിക്കൻ ഭാഷയാണ് അംഹാറിക്ക്. യൂണികോഡിൽ 560 കോഡ് പോയിന്റുകൾ അനുവദിക്കപ്പെട്ടിട്ടുള്ള എത്യോപ്യൻ ലിപിയിലാണ് അംഹാറിക്ക് എഴുതുന്നത്. ഇന്ത്യൻ ലിപികളിൽ നിന്നുമൊക്കെ വ്യത്യസ്തമായി വ്യഞ്ജനങ്ങൾ സ്വരങ്ങളുമായി ചേരുന്ന ഒരോ രൂപത്തിനും പ്രത്യേകം കോഡ് പോയിന്റുകളുണ്ട്. അതിനാൽ തന്നെ എത്യോപ്യൻ ലിപിയുടെ യൂണികോഡ് പട്ടിക വലുതാണ്. സാധാരണ ആവശ്യങ്ങൾക്കുള്ളവയ്ക്കായി 384 കോഡ് പോയിന്റുകൾ അനുവദിക്കപ്പെട്ടിരിക്കുന്നു, അതുകൂടാതെ മറ്റാവശ്യങ്ങൾക്കുള്ള 176 കോഡ് പോയിന്റുകൾ കൂടി നീക്കിവയ്ക്കപ്പെട്ടിരിക്കുന്നു.

  • Fixing gd Problem in PHP on Ubuntu 11.04

    I was trying to enable gd for PHP in Ubuntu 11.04. As usual it should be typing in terminal: Unfortunately it does not worked and gd was not enabled. Typing the command php -a I was getting: PHP Startup: Unable to load dynamic library ‘/usr/lib/php5/20090626+lfs/gd.so’ – /usr/lib/php5/20090626+lfs/gd.so: undefined symbol: gdImageCreateFromJpeg in Unknown on line 0…

  • Resource Loader for PHP Web Applications

    I wrote a resource loader class for PHP web applications. The class will help to manage loading of JavaScripts and CSSs we include within our web pages. Usually these JavaScripts and CSSs have dependencies with other scripts and or CSSs. For example, we have to load jQuery script file before any script that utilize jQuery…

  • A Simple Python Threadpool Library

    For one of my program I was in need to use thread pooling. I tried two of available, then wrote one myself. Rather than waiting for threads by calling join() I implemented checking in a while loop for finishing of threads. The code is given below:

  • KeyMagic with Malayalam

    Until now Malayalam community were using a customized free version of old Keyman to type anywhere in a Windows system. Me too was using it in all places except Malayalam Wikimedia projects, on Malayalam Wikimedia projects I use our Narayam which is a built in Malayalam typing solution integrated to Wikis. People were always complaining…

  • Oriya Supported

    Added support for Oriya to Narayam extension. Currently added schemes for Oriya are transliteration and InScript. Subhashish Panigrahi helped to fix the issues in transliteration scheme. I think more issues may come later, as they want more tuning on it. Oriya translator at translatewiki can use this schemes to help their contributions. Since its creation…

  • Sinhala In Narayam

    Yesterday (2011/03/01) I added two Sinhalese schemes, Singlish and Wijesekara, to Narayam. Now there available at translatewiki. Thus Sinhalese people can contribute more translations without depending on third party tools. There are minor issues in Singlish scheme implementation since it is a phonetic one. Hope those issues can be fixed soon.