# Awesome Desktop Apps

## OCR

* [EasyOCR](https://github.com/JaidedAI/EasyOCR) Ready-to-use OCR with 70+ languages supported. [Colab](https://colab.fan/easyocr)

## Constraint Solver

* [Optaplanner](https://www.optaplanner.org/) [GitHub](https://github.com/kiegroup/optaplanner): OptaPlanner is an AI constraint solver. It optimizes planning and scheduling problems, such as the Vehicle Routing Problem, Employee Rostering, Maintenance Scheduling, Task Assignment, School Timetabling, Cloud Optimization, Conference Scheduling, Job Shop Scheduling, etc.
* [Google OR-Tools](https://developers.google.com/optimization/)

## Harddisk SSD Cloning Software

* Clonezilla - <https://clonezilla.org/>
* EaseUS - <https://www.easeus.com/backup-utility/free-disk-cloning-software.html>
* Samsung Magician - <https://www.samsung.com/semiconductor/minisite/ssd/download/tools/>
* Acronis - <https://kb.acronis.com/content/56634>
* Macrium Reflect Free - <https://www.macrium.com/reflectfree>
* [MBR / GPT](https://www.howtogeek.com/193669/whats-the-difference-between-gpt-and-mbr-when-partitioning-a-drive)

## Windows App

* [Tool List for Windows](https://www.hanselman.com/blog/scott-hanselmans-2021-ultimate-developer-and-power-users-tool-list-for-windows)
* [The Tools I Use](https://nickjanetakis.com/blog/the-tools-i-use)
* [Markdown Monster](https://markdownmonster.west-wind.com/)

## Windows Command

* `ipconfig` `ipconfig /all` `ipconfig /renew` `ipconfig /flushdns`
* `ping 1.1.1.1` `ping -t`
* `tracert 1.1.1.1`
* `nslookup google.com`
* `netstat` `netstat -n`
* `arp -a 192.168.1.1`
* `route print`
* `netsh`
* `pathping 1.1.1.1`
* `hostname`
* `nbtstat`
* `tasklist`
* `taskkill`
* `getmac`
* `systeminfo`
* `FOR /L %i IN (1,1,254) DO ping -n 1 192.168.10.%i - FIND /i "Reply">>c:\ipaddresses.txt`

## Windows Hotkey

* [Clavier+](https://gryder.org/software/clavier-plus/?lang=en)

## Windows Automation

* [Power Automate Desktop - Microsoft Power Automate](https://flow.microsoft.com/en-us/desktop/)

## Windows App

* [jordansissel/keynav: retire your mouse.](https://github.com/jordansissel/keynav)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/app/desktop-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
