Skip to content

Instantly share code, notes, and snippets.

View mishamyrt's full-sized avatar
🐼
Working from home

Mikhael Khrustik mishamyrt

🐼
Working from home
View GitHub Profile
This file has been truncated, but you can view the full file.
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE glyphData [
<!ELEMENT glyphData (glyph)+>
<!ELEMENT glyph EMPTY>
<!ATTLIST glyph
unicode CDATA #IMPLIED
name CDATA #REQUIRED
sortName CDATA #IMPLIED
sortNameKeep CDATA #IMPLIED
category CDATA #REQUIRED
@mishamyrt
mishamyrt / anyconnect-bitwarden.scpt
Last active February 26, 2024 15:44
Authorize to AnyConnect using Bitwarden with password and TOTP confirmation
global ANY_CONNECT_APP_NAME
set ANY_CONNECT_APP_NAME to "Cisco AnyConnect Secure Mobility Client"
global ANY_CONNECT_CONFIRMATION_MARKER
set ANY_CONNECT_CONFIRMATION_MARKER to "https"
global ANY_CONNECT_PATH
set ANY_CONNECT_PATH to "/Applications/Cisco/Cisco AnyConnect Secure Mobility Client.app"
global BITWARDEN_PATH
set BITWARDEN_PATH to "/Applications/Bitwarden.app"
global BITWARDEN_VPN_AUTH
set BITWARDEN_VPN_AUTH to "VPN"
@mishamyrt
mishamyrt / changelog.md
Last active April 20, 2020 20:56
🥛Milk Kernel beta

1.2.0-beta1

  • Removed unnecessary modules.
  • Removed old–style boosts.
  • Increased zRAM size to 3 GB.
  • SchedTune Assist 3.
  • A lot of optimizations.
@mishamyrt
mishamyrt / changelog.md
Last active March 14, 2020 21:23
🥛Milk Kernel stable

1.0.0

This kernel is designed to give the same benefits as the Pancake Kernel, but with MIUI.

@mishamyrt
mishamyrt / changelog.md
Last active April 7, 2020 11:29
🥞Pancake Kernel stable

3.2.0

  • Sync with Linux Stable (4.14.175).
  • Polyhedral optimizations.
  • Increased zRAM size to 3 GB.
  • Inlining optimizations.
  • Force BPF JIT.
  • DC Dimming.
  • SchedTune Assist 3.
  • Decreased background audio power usage.
@mishamyrt
mishamyrt / changelog.md
Last active May 11, 2020 11:32
🥞Pancake Kernel beta

3.3.0-beta3

  • Linux 4.14.179.
  • Upstreamed audio and wlan kernels.
  • Forced DCI-P3 (enabled by default).
  • Fixed MIUI network speed indicator.
  • Improved battery calibration.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
namespace: mishamyrt
hosts:
myrt:
user: roo
host: myrt.co
pi:
user: mishamyrt
host: 192.168.0.199
from random import randrange
wheels = 55
cycles_count = 20
def count_wheels(bicycle, tricycle):
return (tricycle * 3) + (bicycle * 2)
wheels_result = 0
while wheels_result != wheels:
namespace: tektosoft
hosts:
chewie:
user: ansible
host: "10.10.0.4"
port: "2224"
r2d2new:
user: ansible
port: "2223"