We've several applications for sale on the iOS. Open Source projects on Github. These are detailed below.
Pastel
Client dashboard for Harvest
Pastel allows your clients access to timesheet reports without requiring a Harvest license
Features
- All data is transferred over a secure connection, and we never have access to your Harvest email address and password.
- We do not duplicate your data on our own servers. There is only one source of the truth, and that is the data which is stored in Harvest.
- All data can be queried immediately as it is updated in Harvest. No need to wait for any synchronization to take place.
- With Pastel you can give your clients the ability to get timesheet reports for all hours logged on their projects in Harvest.
- Your clients have the ability to get reports on time spent and logged in Harvest for all their projects. From their client dashboard they can select which projects they want to report on, and for what date range. Clients also have the ability for sort and filter reports.
- Your clients will have the ability to get a weekly summary report automatically emailed to them. This report will update them on the time spent on their projects, as well as give them an indication on the budget spent and remaining on their projects.
Banana testing
Banana Testing is a test management tool that allows software development teams to easily and accurately monitor software quality.
Features
- Create Test Case : Easily Create Test Case by using Markdown format
- Run Test : Run Test All Cases with full screen mode, comment and capture screen
- Test Report : Simple and easy to monitor software quality
Japan Alert
Japan Alert is an earthquake and tsunami warning application which notifies you of natural disasters which could endanger your life in Japan. Our notification server collects real time data from multiple weather servers around the world.
We make use of outstanding weather servers; JMA (Japan Meteorological Agency), PTWC (Pacific Tsunami Warning Center) and TsunamiReady. Our notification server consumes real-time data from these servers and sends notifications to iOS Devices as per the threshold defined.
Features
- Less than 10 minutes warning after earthquake or tsunami has occurred.
- Specify location of the earthquake, with local seismic intensity (how you perceive the sensitivity of the earthquake).
- Notification filtering by the earthquake’s threshold between 0.0 to 7.0 Richter (i.e. no notifications received for small quakes).
- Worldwide access with local time in Japan.
- Ability to monitor Tsunami’s status, i.e. when it will arrive and the height.
- Identify coastal area which will be affected by Tsunami.
- Evacuation indicator for residents near coastal regions.
Europe Alert
Europe Alert is an earthquake and volcano alert application for the European-Mediterranean region. Volcanic activity provides the current status of the volcano along with location and effecting area. The notification server consumes real-time data from seismic observation servers then sends notifications to iOS Devices within minutes.
If you are living in the EU area and using iOS Devices, feel free to give this App a try. It is Free.
Earthquake features:
- Less than 20 minutes warning after earthquake has occurred in the European-Mediterranean region.
- Specifies location of the earthquake (Epicenter).
- You can see all earthquake or only for your country.
- Localized time that the incident occurred.
- Notification filtering by the earthquake’s threshold between 0.0 to 7.0 Richter (i.e. no notifications received for small quakes).
Volcano features:
- Weekly update for Volcano’s activity.
- Detailed volcanic activity and eruption information.
- Detailed historical volcanic information.
- Location of volcano on the map.
- Real-time update of volcanic eruption, dust, and ash.
Thai Postcode
Thai Postcode is a postcode and EMS searching application. It's design for fast search result. You can type everything in one search box for searching
Features
- Fast search postcode by sub-district, district, province or postcode.
- Fast search EMS.
Usage
- Search easier and faster, user can typing only sub-district, district, province or postcode and without typing prefix ตำบล ต. อำเภอ อ. จังหวัด จ. e.g.
- If you would like to search sub-district บ้านแหวน, you can type with word บ้านแหวน
- If you would like to search district หางดง, you can type with word หางดง
- If you would like to search province เชียงใหม่, you can type with word เชียงใหม่
- Get instant result, user able search sub-district, district, province in the same time by add space for each searching word. e.g. if you would like to search with sub-district บ้านแหวน district หางดง province เชียงใหม่, you can type with only key บ้านแหวน หางดง เชียงใหม่.
- Has auto suggestion when you typing words, it's make you faster.
- Result details with postcode, sub-district, district and province.
ndb.exe
.NET Migration tool integrated with SQL Server Management Studio (SSMS)
ndb.exe is a migration tool for SQL Server well suited for small development teams. It is integrated with SQL Server Management Studio and Source control. The XML output allows you to integrate with Continuous Integration tools such as Cruise Control.NET.
Why use ndb.exe?
If your development process falls into one of these categories.
- You have team members who need to change db schema at the same time (Agile).
- Your daily SQL Tool is SQL Server Management Studio (SSMS)
- You don't want to deal with merge conflicts in Source Control when checking in the *.mdf
- You have Unit Testing against database, and require to re-create the database during the setup stage
- You use Continuous Integration
How does it work?
ndb.exe is a command-line tool which keeps version of the local database. It allows you to migrate database changes using migration scripts.
There are only two files and one folder.
- ndb.exe - executable file which can run with /help for more info
- ndb.exe.config - database connections file. Two environments; Development and Production
- \migrate\ - migration scripts folder. Versioning as three numeric prefix e.g. 001...999
Haversine distance
Because Earth is not flat! Haversine is RubyGems to calculate the great-circle distance between two GEO locations.

