This file contains 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
package main | |
import "core:fmt" | |
import ma "vendor:miniaudio" | |
import rl "vendor:raylib" | |
main :: proc() { | |
// Initialize the audio engine | |
engine_config := ma.engine_config_init() | |
engine_config.sampleRate = 44100 |
This file contains 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
package main | |
import ( | |
"encoding/json" | |
"fmt" | |
"io" | |
"log" | |
"net/http" | |
"os" | |
"strconv" |
This file contains 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
[META] | |
FILE_VERSION = 108 | |
[General] | |
DirectInput = on | |
Krypt60FPSMode = 1 | |
MenuAndMoves60FPSMode = 1 | |
HardwareCursor = off | |
RoundTime = 90 |
This file contains 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
// ==UserScript== | |
// @name freenom fillup IP | |
// @namespace https://my.freenom.com/ | |
// @version 0.1 | |
// @description fill up IPs | |
// @author Shizeeg Unadequatov <shizeeque (at) gmail.com> | |
// @match https://my.freenom.com/clientarea.php?managedns= | |
// @grant none | |
// ==/UserScript== | |
/* eslint-env jquery */ |
This file contains 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
# Maintainer: Vladimir Kamensky <[email protected]> | |
# Contributor: Shizeeg Unadequatov <[email protected]> | |
pkgname=yandex-browser-beta | |
pkgver=20.2.3.259 | |
pkgrel=1 | |
#epoch=1 | |
pkgdesc="The web browser from Yandex. | |
Yandex Browser is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier." |
This file contains 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
[Unit] | |
Description=Cloud Drive (rclone) | |
[Service] | |
Type=simple | |
ExecStartPre=/usr/bin/mkdir -p %h/Cloud/%I | |
ExecStart=/usr/bin/rclone mount \ | |
--cache-tmp-upload-path=/tmp/rclone/upload \ | |
--cache-chunk-path=/tmp/rclone/chunks \ | |
--cache-workers=8 \ |
This file contains 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
#!/usr/bin/env zsh | |
TDB='/tmp/mk11_brutalities.txt' | |
if [[ ! -r "${TDB}" ]];then | |
echo "downloading \"${TDB}\"..." | |
curl -so "${TDB}" 'https://pastebin.com/raw/WkaZ6PeU' | |
[[ "$?" -eq 0 ]] && echo "done" | |
fi | |
KHR=$(tr '[a-z]' '[A-Z]' <<< $1) |
This file contains 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
# Maintainer: petRUShka <[email protected]> | |
# Contributor: Shizeeg Unadequatov <[email protected]> | |
pkgname=torrent-mount | |
pkgver=1.4.2 | |
pkgrel=3 | |
pkgdesc="Mount a torrent (or magnet link) as a filesystem in real time using torrent-stream and fuse. AKA MAD SCIENCE!" | |
arch=('any') | |
url="https://github.com/mafintosh/torrent-mount" | |
license=('MIT') |
This file contains 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 | |
# check if `xdotool` installed | |
if [[ ! -x $(which xdotool) ]];then | |
echo | |
echo "Install 'xdotool' first." | |
echo "In Arch Linux:" | |
echo "$ sudo pacman -S xdotool" | |
echo "or Ubuntu/Debian/etc.:" | |
echo "$ sudo apt-get install xdotool" |
This file contains 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
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
""" | |
txt2html.py. v0.0.4 | |
Copyright (C) 2013-15 sh!zeeg <[email protected]> | |
This program is free software: you can redistribute it and/or modify | |
it under the terms of the GNU General Public License as published by | |
the Free Software Foundation, either version 3 of the License, or | |
(at your option) any later version. |
NewerOlder