https://github.com/hacp0012/extra-ligth-scripts-collection
Cool express libs : Database, Http Router, keyBoard control, Win move
https://github.com/hacp0012/extra-ligth-scripts-collection
database keyboard mysql router sql windows-desktop
Last synced: about 2 months ago
JSON representation
Cool express libs : Database, Http Router, keyBoard control, Win move
- Host: GitHub
- URL: https://github.com/hacp0012/extra-ligth-scripts-collection
- Owner: hacp0012
- Created: 2024-02-09T11:20:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-10T13:35:59.000Z (over 2 years ago)
- Last Synced: 2026-05-08T02:03:35.651Z (about 2 months ago)
- Topics: database, keyboard, mysql, router, sql, windows-desktop
- Language: PHP
- Homepage:
- Size: 896 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# EXTRA LITE SCRIPTS
For saving life.
## Requirement
AutoHotkey compiler to compile to exe or to execute .ahk script.
🚩 Next you finish compile it or if you have auto hot key, go put yaur file in the startup folder to ensure yaur script launch at OS startup `C:\Users\princ\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup`.
## Control Keys
If your are the keyboard lover that me, this keyboard script can save yaurs fingers beacause it shortcut the _Control Arrows Keys_ to the centers keys.
ArrowUp : j
ArrowDown : m
ArrowLeft : k
ArrowRight : l
Enter : u
Backspace : i
## Win Move
If your are like me who lazy to move window frame at the title bar, you'r at the good way.
this script is helpfull at this task but with it you can move yaur window at any way yaur cursor is it. But hold the Alp key and go double click at any way into yaur window, hold and move.
## Database (PHP : MySQL)
A ligtweight php mysql database handler to use in yaur native php project. [Read doc](/Sql-Database/readme.md)
## Router (PHP : HTTP[S])
A lightweight php router to handle your http requests & responses. [Read doc](/Router/readme.md)