Toggle navigation
Home
Blog
Projects
Books
Contact
RSS
Blog Subscribers
Subscribe
My Book
C# and .NET Core Test Driven Development
Recent Blog Entries
Swarm Testing
Agile Story Estimation
Django deployment to Google App Engine with Github Action
Named entity extraction from text in Python
Popular Blog Posts
How to Become a Good Programmer
A Client Server File Sharing Application
How to Select and format Portion of a Webpage Using Jsoup and Htmlcleaner in Android
How to Build PHP 5.4 Applications with Visual Studio
Categories
Asp.Net
Lua
C#
My Views
Others
WPF
PHP
Android
Java
VoIP
Ruby
Python
Management
Projects
Machine Learning in .Net using C#
Badges
Blog Visitors Count
Category : Lua
Time Difference in Lua
Feb 29, 2012 10:30 PM
In my post on Introduction to Lua Programming Language, I promised to always post some of my Lua codes, that may be useful. The code snippet below is meant to compute the time difference between a given time and the current system's time.
>> Read more
Introduction to Lua Programming Language
Dec 05, 2011 10:30 PM
At a point in time, I worked on an Interactive Voice Response(IVR) application using an IP PABX that uses Lua as one of it scripting languages. Since I had in one time or the other worked and used the other languages that can be used in writing scripts for the PABX, I decided to pick Lua programming language as my choice, for writing scripts to be executed by the IP PABX.
>> Read more
page