Skip to content

Instantly share code, notes, and snippets.

View parMaster's full-sized avatar

parMaster

  • EU
  • 05:40 (UTC +03:00)
View GitHub Profile
@parMaster
parMaster / index.html
Created August 21, 2023 21:52
torrents-csv.ml client
<!--
This web page is generated by ChatGPT. The result was copied and pasted here. The prompt is:
Could you help me with HTML page that will use an API and display the results in a table.
API endpoint: https://torrents-csv.ml/service/search?q=[QUERY]&size=[NUMBER_OF_RESULTS]&page=[PAGE]
There is a form with a text input and "Search" button. When the button is clicked, API is called and results (or "no results" label) are displayed in a table.
API response example:
@parMaster
parMaster / karabiner.json
Last active July 26, 2023 10:26
Karabiner configuration. Right Command = Hyper key. Hyper + {I, J, K, L} = {↑, ←, ↓, →}; ----- Hyper + {U, O} = {Home, End}; ----- Hyper + {;, p} = {Enter, Backspace}; ----- Hyper + {Y, H} = {PgUp, PgDown}; Quit app by command-q twice; Quit app by holding command-q; ----- Hyper + {1, 2, 3, 4, 5, 6, 7, 8, 9, 0, -, =} = {F1-F12}
{
"global": {
"ask_for_confirmation_before_quitting": true,
"check_for_updates_on_startup": true,
"show_in_menu_bar": true,
"show_profile_name_in_menu_bar": false,
"unsafe_ui": false
},
"profiles": [
{