In the world of data processing, JSON (JavaScript Object Notation) has become a ubiquitous format for data interchange. Whether you’re working with APIs, configuration files, or data storage, JSON is often the go-to format. However, manipulating JSON data can be cumbersome, especially when dealing with large datasets. This is where jq, a powerful command line […]

Read More →

Ace is a standalone code editor written in JavaScript. The goal is to create a web based code editor that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse. Ace can be easily embedded in any web page and JavaScript application. Ace is developed as the […]

Read More →

A lot many times it becomes imperative for users to clear browser cache, history and other data. Here are the contents of a windows batch file which eases some pain doing that drudgery in Internet Explorer version 7, 8 and 9. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 […]

Read More →