Two-player math game.
Emoji-based Cryptogram game.
Augmented Reality Scavenger Hunt
Vint is an application that helps users track and keep up with maintenance they perform on their vehicle. It uses the vehicle's maintenance schedule to remind users when maintenance is due and provides cost estimates for each maintenance. It provides graphs and reports to help users track how much money they are spending on maintenance.
Features:Cheesecake Checklist is an app that allows you to see all Cheesecakes at The Cheesecake Factory, track which cheesecakes you've already tried, and rate and post photos of each one.
Features:As of 2024, Cheesecake Checklist has been removed at the request of The Cheesecake Factory.
SwissCalc (try it here) is the “Swiss Knife” of calculators. It currently features Scientific, Tip, and Loan calculators, all of which can be accessed via a browser. SwissCalc was designed for mobile devices and has a very small footprint. After using the calculator a single time, it will be cached by the browser and SwissCalc can be accessed entirely offline, in airplane mode, etc. Save a link to SwissCalc onto your phone’s home screen to get the feel of a native app without the overhead involved with installing one.
The code hasn't changed since 2014 and it still works!
*Surprisingly, different calculators will sometimes give different behavior depending on their
implementation.
What would you expect the result of the following commands to be? 1+2*3+4=
.
Try it on the standard
Windows calculator in both the "Standard" and "Scientific" modes and you will get two different
results! The difference is in
how the order of operations is handled.
Encounters is a web application designed to help manage professional networking contacts. It's like a CMS, for people.
It has many features of a native application: Clicking a phone number will call it, clicking an email address will pull up the default email application, and clicking on an address or location will launch the device's mapping application.
Technology:Cryptmoji is the World's First emoji-based cryptogram! Learn some classic quotes and exercise your brain while using the fun of emojis! Every Emoji represents a different letter!
Emoji-based Cryptogram game.
24 Go! is a one-or-two player math game. Given 4 numbers, try to make 24 using any combination of the four numbers and the four basic math operations.
Emoji-based Cryptogram game.
Scavenge-AR is an Augmented Reality (AR) scavenger hunt game. Players can place 3D images in the real world and then other players can find them using their mobile devices.
Check out my tutorial on Augmented Reality.
TaxBot is a combination accounting software and tax preparation software.
Features:Solomon A.I. is a portfolio optimization tool that maximizes risk-adjusted return using custom algorithms based on an Adaptive Asset Allocation model. This tool allows for experimenting with custom allocation algorithms and provides reports and statistics for portfolio managers to assess the performance and invest appropriately. The tool exists as both a Windows desktop application and a web application.
Features:Trademark docketing application. Click for more details.
Web3 Game
Web3 Game
Custom Web3 game where players harvest resources, build armies, and attack enemies in service of the Crypto King
Utilizes Block Chain, Smart Contracts and an innovative Web3 Frontend to make this game a true Blockchain-based game. All resources, weapons, and characters are stored on the blockchain.
CyberYetis are 10,000 unique and randomly generated Yetis stored on the Polygon Blockchain. MutantYetis are the evolution of CyberYetis, spawning from a CyberYeti consuming a lab-created virus.
NFT project on the Polygon Blockchain
Crypto coin partnered with a bar in Germany
Crypto coin partnered with a bar in Germany. Purchase beers with your Beer Inu coins!
The Metamoias are a collection of 10,000 unique and randomly generated NFTs stored on the Ethereum Blockchain.
NFT project on the Ethereum Blockchain
Bridged the Galaxy Heroes Coin between two blockchain networks: Ethereum and Binance
Created a bridge between the Ethereum and Binance blockchains for the Galaxy Heroes Coin. Users can transfer their Galaxy Heroes Coin between the two blockchains.
Activity Tracker (Overview)
LyncMon is a tool that provides employers with the capability to track the availability status of their employees over time using the Microsoft Lync instant messaging client.
Find out when your employees are at their desks, in meetings, out of the office, etc.
This tool provides employers with a unique, graphical insight into the availabilty of their employees. Operational management can be improved through the discovery of large downtimes, busy periods, or any other time-based correlations. Accurate time-charging can be monitored and automated.
Configuration options allow employees to easily be added or removed from the monitoring service. Data is logged in human-readable ASCII text files and a graphing tool allows for the data to be visualized on an interactive timeline.
The "Property Tax Tracker" is an automated, data extraction tool that collects information about properties in various counties. It collects and categorizes data such as the property's value, its tax liability, when the taxes were last paid and whether or not they are delinquent.
This type of data can serve a variety of purposes, including:
Code Visualizer (Try it Here)
The Code Image Creator takes a JavaScript code snippet and generates a simplified image of the code. The image is a blurry representation of the code that uses colors to highlight the syntax (green for comments, blue for reserved words, black for logic)
Simple tool to help manage customer relationships by setting reminders. This tool will track contact information and previous correspondences and will alert the user when a correspondence is overdue.
Try it Here: Line Detector | Shape Detector
The line detector lets you upload an image and overlays all of the lines found in the image. You can make adjustments to the sensitivity of the line detector and the minimum and maximum lengths of the lines that are detected. This is meant to be used as a drawing tool to help you outline images before drawing them.
The shape detector can detect circles and squares that are drawn on the canvas. It uses a corner detection algorithm.