Worker Pool Id | Owner | Instance Type(s) |
---|---|---|
proj-bergamot/ci-windows | [email protected] | m4.2xlarge, m5.2xlarge |
proj-fuzzing/ci-windows | [email protected] | m4.2xlarge, m5.2xlarge |
proj-fuzzing/windows-pool55 | [email protected] | m5.2xlarge |
proj-fuzzing/windows-pool58 | [email protected] | m5.2xlarge |
proj-fuzzing/windows-pool59 | [email protected] | m5.2xlarge |
proj-fuzzing/windows-pool60 | [email protected] | m5.2xlarge |
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/zsh | |
# Tiktok speech to text parser | |
# by hugeblank, April 2022 | |
# API endpoint & oneshot reading and playing discovered by @scanlime | |
# https://twitter.com/scanlime/status/1512288857596653568 | |
# First argument - string of text to read | |
# Second argument - voice to use | |
# Usage examples: |
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
name: Use Python Poetry cache on GitHub Actions workflow | |
on: | |
push: | |
branches: | |
- main | |
env: | |
PYTHON_VERSION: "3.11" | |
POETRY_VERSION: "1.4.2" |
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 | |
import re | |
import sys | |
import json | |
import urllib.request | |
import argparse | |
import subprocess | |
# get config | |
try: |
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
################################################################################## | |
# ELIMINATE SPOTIFY ADS (VERSION 1.2 - 8.5) - ABANDONED FOR NOW # | |
################################################################################## | |
# | |
# NOTE: SOMETIMES ONLY ANNOUNCEMENT OF AN AD WHILE USING APP VERSION 7.5-7.9?-8.x. | |
# USING AN OFFICIAL OLDER VERSION SOLVES THIS. TEST IT (APKMIRROR). THIS WILL NOT | |
# OCCUR USING CHROMECAST / GOOGLE HOME. | |
# | |
# COULD NOT SOLVE THE AUDIO AD INRO/OUTRO IN THE APP. | |
# SUGGESTIONS? WRITE A COMMENT BELOW. |
The default version of java provided in the latest raspbian images are outdated, so we are going to install from the ppa:webupd8team/java
repository instead. Please note that add-apt-repository ppa:webupd8team/java
will not work, so we will need to add the repository manually.
- Create the gpg key file and paste the following lines of text below
nano key.txt
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
# new fq-codel style | |
delete traffic-control | |
set traffic-control smart-queue wan-qos interface eth1 | |
set traffic-control smart-queue wan-qos rate-up 34mbit | |
set traffic-control smart-queue wan-qos limit 600 | |
set traffic-control smart-queue wan-qos target 2ms | |
sudo tc qdisc change dev eth1 parent 1:10 handle 100: fq_codel quantum 300 |
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
commit 744cfc17ad795077a427b19d02c10e4f0b5008b7 | |
Author: Don Petersen <[email protected]> | |
Date: Tue Mar 10 15:43:22 2015 -0600 | |
Include circle-compatible test output. | |
diff --git a/circle.yml b/circle.yml | |
index a2763cf..ece9b30 100644 | |
--- a/circle.yml | |
+++ b/circle.yml |
Update: For those interested, here's the version for updating from Android 5.1.0 (LMY47D/LMY47I) to Android 5.1.1 (LMY48B):
https://gist.github.com/eyecatchup/dab5cf7977008e504213
UPDATE `NEXUS 5`
SET `VERSION`='5.0.1', `BUILD`='LRX22C', `RECOVERY`='CUSTOM', `ROOTED`=1
WHERE `VERSION`='5.0' && `BUILD`='LRX21O' && `RECOVERY`='CUSTOM' && `ROOTED`=1
&& `WANNA_KEEP_USERDATA`=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
LightPink1 #ffbdc5 255 189 197 {65535 | 48573 | 50629} | |
---|---|---|---|
pink4 #9d777f 157 119 127 {40349 | 30583 | 32639} | |
pink3 #d7a3ad 215 163 173 {55255 | 41891 | 44461} | |
pink2 #f2b9c4 242 185 196 {62194 | 47545 | 50372} | |
pink1 #ffc3cf 255 195 207 {65535 | 50115 | 53199} | |
HotPink4 #9e4f75 158 79 117 {40606 | 20303 | 30069} | |
HotPink3 #d878a1 216 120 161 {55512 | 30840 | 41377} | |
HotPink2 #f383b5 243 131 181 {62451 | 33667 | 46517} | |
HotPink1 #ff87c1 255 135 193 {65535 | 34695 | 49601} | |
DeepPink4 #9e1e62 158 30 98 {40606 | 7710 | 25186} |
NewerOlder