Skip to content

Instantly share code, notes, and snippets.

View ephdtrg's full-sized avatar
💭
🐍

Euphemia Deathridge ephdtrg

💭
🐍
View GitHub Profile
@ephdtrg
ephdtrg / gitkraken-wsl-bash.bat
Created June 29, 2021 19:47 — forked from carlolars/gitkraken-wsl-bash.bat
Use bash from WSL as sh.exe for GitKraken (5.0.4) for Windows
@echo off
REM Make sure that the path to the script is correct!
@bash -l -c "~/bin/gitkraken-wsl-bash.sh %*"
@ephdtrg
ephdtrg / btc-mainnet.service
Created January 25, 2021 10:04
Bitcoind node service (systemd)
[Unit]
Description=Bitcoin Node Mainnet
[Service]
User=bitcoind
Group=bitcoind
ExecStart=/usr/bin/bitcoind -server -rpcuser=username -rpcpassword=password -datadir=/home/bitcoind/.bitcoin -rpcbind=127.0.0.1 -rpcworkqueue=64
PIDFile=/home/bitcoind/bitcoin.pid
WorkingDirectory=/home/bitcoind
@ephdtrg
ephdtrg / tokenlist.json
Last active October 16, 2020 12:45
axion token list
{
"name": "Axion token list",
"timestamp": "2020-08-25T12:00:15+00:00",
"keywords": [
"axion"
],
"version": {
"major": 0,
"minor": 0,
"patch": 0
@ephdtrg
ephdtrg / pion_tokenlist
Last active October 15, 2020 14:40
pion uniswap tokenlist
{
"name": "Pion token list",
"timestamp": "2020-08-25T12:00:15+00:00",
"keywords": [
"axion"
],
"version": {
"major": 0,
"minor": 0,
"patch": 0
{
"name": "Test token list",
"timestamp": "2020-08-25T12:00:15+00:00",
"keywords": [
"axion"
],
"version": {
"major": 0,
"minor": 0,
"patch": 0
0x09c8CB55EfD34f89B21C43cE7d4D4c4dAB87D45b
@ephdtrg
ephdtrg / x230_fhd_5.3.11.patch
Created February 11, 2020 19:47
Kernel 5.3.11 patch for FHD-modded Thinkpad X230
diff -ruN v5.3.11/drivers/acpi/pci_root.c v5.3.11-patched/drivers/acpi/pci_root.c
--- v5.3.11/drivers/acpi/pci_root.c 2020-02-11 14:12:53.191125461 +0300
+++ v5.3.11-patched/drivers/acpi/pci_root.c 2020-02-11 14:50:38.568736161 +0300
@@ -505,7 +505,7 @@
} else {
decode_osc_control(root, "OS requested", requested);
decode_osc_control(root, "platform willing to grant", control);
- dev_info(&device->dev, "_OSC failed (%s); disabling ASPM\n",
+ dev_info(&device->dev, "_OSC failed (%s); we keep ASPM on anyway\n",
acpi_format_exception(status));
@ephdtrg
ephdtrg / .bashrc
Created January 8, 2020 19:33
Standart Raspberry Pi .bashrc with PyCharm alias
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return;;
esac
@ephdtrg
ephdtrg / .gitignore
Created October 11, 2019 14:24
Realty AI webserver impovements
/RealtyTime/API_methods/settings_local.py
processed_models/
@ephdtrg
ephdtrg / abi.json
Created July 18, 2019 14:22
abi for freeze tron payments contract
{
"entrys": [
{
"outputs": [
{
"type": "bool"
}
],
"constant": true,
"name": "CONTINUE_MINTING",