This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "description": "Rectangle HJKL", | |
| "manipulators": [ | |
| { | |
| "from": { | |
| "key_code": "h", | |
| "modifiers": { | |
| "mandatory": [ | |
| "left_command", | |
| "left_option" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Ionicons dynamic list | |
| // https://pub.dev/packages/ionicons | |
| class Ionic { | |
| static const iconCodeList = ionic; | |
| static const defaultIconCode = 0xeb8b; | |
| static int getCode(String name) { | |
| int? foundIconCode = iconCodeList[name]; | |
| return foundIconCode ?? defaultIconCode; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .ytp-chrome-bottom,.ytp-chrome-controls,.ytp-progress-bar-container{ | |
| transition: all 300ms !important; | |
| } | |
| .ytp-autohide .ytp-chrome-bottom{ | |
| opacity: 1 !important; | |
| width: 100% !important; | |
| left: 0 !important; | |
| transition: all 300ms !important; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| "add", | |
| "add-circle", | |
| "add-circle-outline", | |
| "add-circle-sharp", | |
| "add-outline", | |
| "add-sharp", | |
| "airplane", | |
| "airplane-outline", | |
| "airplane-sharp", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <title>İzmir Kamera</title> | |
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" | |
| integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous"> | |
| <style> | |
| .list-group{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| IFACE="wlp3s0" | |
| echo " $(ip -br addr show dev $IFACE | awk '{print $3}' | sed 's/\/[0-9].//') " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Thinkpad X1 Carbon 2nd Gen Headphone jack fix. (needs CodecCommander and hda-verb) | |
| # This script needs to be run after every boot. | |
| #!/bin/bash | |
| hda-verb 0x1a SET_PIN_WIDGET_CONTROL 0x24 | |
| hda-verb 0x21 SET_UNSOLICITED_ENABLE 0x83 | |
| echo -e "Done" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Zorunlu ders anketleri sayfalarının her birinde tarayıcı konsolunda bu satırı çalıştırmak en son seçeneği işaretleyecektir. | |
| */ | |
| document.querySelectorAll('[type=radio]"]').forEach((el) => el.click()) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from urllib.request import urlopen | |
| import re | |
| import time | |
| import winsound | |
| print("2017-LYS Sonuçları Açıklandı Mı?") | |
| def bip(): | |
| while True: | |
| winsound.Beep(2500,1500) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| ## It is not guaranteed that your system will work as it is after this operation. | |
| ## I did it because I needed space. | |
| #Find directories that do not include the string 'tr' and 'en' then remove them. | |
| find /usr/share/locale -type d | grep -v -e 'tr' -e 'en' | sudo xargs rm -rf |
NewerOlder