> For the complete documentation index, see [llms.txt](https://irosyadi.gitbook.io/irosyadi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://irosyadi.gitbook.io/irosyadi/app/desktop-app.md).

# 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)
