Simple money manager android app especially for those who wanna keep all data offline . It supports speech recognition i.e. to track income and expenses with your voice.
Popular Apps
BrijPad: Format Converter & Data Generator [Online Tool]
Online editor for Web Guys to generate code, to format & convert data like JSON formatter, JSON Schema generator, export to CSV and HTML format ... etc quickly.
Popular Posts
Copy/Extract HTML Dropdownlist Options in Plain Text
You want to copy HTML dropdownlist(combobox) options from a web-page. You do right click on dropdown list. Oh my God !!! There is no option to do it. This article explains how to extract dropdownlist options using Notepad++.
Chrome Developer Tools: Inspect JSON path and extract data quickly
Do you want to query JSON document, extract data, select sub sections or testing a query quickly? This articles explains to do it using Chrome Developer tools. I am using Google Chrome Version 60.0.3112.113. But it should work for all recent versions.
Read Also: Copy DropDownList Data from a Website: Chrome Developer Tools
nvm-windows: Node or NPM not recognized after nvm installed
To manage multiple Node.js versions on windows, you are going to use and install node-windows. After installation, you run following commands to setup specific node version:
d:\>nvm install 4.7.2 d:\>nvm use 4.7.2 d:\>node --version
and if you get following message
‘node’ is not recognized as an internal or external command, operable program or batch file.
then read this post to troubleshoot the issue.
Understand ‘+’, ‘>’ and ‘~’ symbols in CSS Selector
It explains How to use different signs (+,> and ~) in CSS selector and their differences. Before starting, let us take a sample code to understand the signs.
Pivot C# Array or DataTable: Convert a Column To a Row with LINQ
My previous post explains how to convert a column to row in JavaScript array. In this post, we will do the same thing but with C# Array and DataTable using the power of LINQ or Lambda expression. For simplicity, I am using the same data.
The Latest
New Year, New Hisaab as Your Budget Manager
Happy New Year 2021 and Welcome to Hisaab 2.0!
In this new version, you can use Hisaab for managing your budgets. You can define your budgets based on Expense Category, Payment Method or Overall budgets criteria. It will show you how much you spent and remaining amount in progress-bar based on your defined criteria. It helps you to make wise decisions and plan for the future. It supports weekly, monthly, quarterly, yearly and custom budget types and you can set recurrence for the budget.
Hisaab v1.9.6: Quick is More Quick
Welcome to Hisaab v1.9.6. There are a number of exciting updates in this version that I hope you will like, some of key highlights:
- Auto-suggestion in Quick items
- Multi-selection to save quick entries
- Select All/Clear All toggle button
- Supports multiple languages(Beta)
- Less Ads
- Updated Calculator
- Improved UI
Introducing Hisaab (Daily Expense Tracker with Offline Speech Support) for Android
Today, I am excited to introduce Hisaab (Daily Expense Tracker) Android app which supports speech recognition for quick input and works OFFLINE also. It will help you to note your incomes/expenses and calculate the total amount quickly. You can classify income and expenses by categories and payment methods. Also, you can search and view different reports.
TensorFlow 2: Convolutional Neural Networks (CNN) and Image Classification
This article explains a breif introduction of CNN and about how to build a model to classify images of clothing (like T-shirt, Trouser) using it in TensorFlow. If you are beginner, I would recommend to read following posts first:
– Setup Deep Learning environment: Tensorflow, Jupyter Notebook and VSCode
– Tensorflow 2: Build Your First Machine Learning Model with tf.keras
TensorFlow 2: Linear Regression
This article will explain brief summary of linear regression and how to implement it using TensorFlow 2. If you are beginner, I would recommend to read following posts first:
– Setup Deep Learning environment: Tensorflow, Jupyter Notebook and VSCode
– Tensorflow 2: Build Your First Machine Learning Model with tf.keras