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
import time | |
import microcontroller | |
import digitalio | |
from adafruit_hid.keyboard import Keyboard | |
from adafruit_hid.keyboard_layout_us import KeyboardLayoutUS | |
from adafruit_hid.keycode import Keycode | |
# A simple neat keyboard demo in CircuitPython | |
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
curl "https://raw.githubusercontent.com/zerforschung/schnelltesttest.de/main/src/data/all.json" | \ | |
jq '.tests | to_entries | map(.value) | |
| sort_by(.sensitivity_total)[] | |
| select(.omicron_bridging) | |
| "\(.manufacturer) \(.test_name) (Sensitivity: \(.sensitivity_total))"' |
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
<html> | |
<head> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.0/jspdf.umd.min.js"></script> | |
<script src="https://cdn.jsdelivr.net/npm/@zxing/[email protected]/umd/index.min.js"></script> | |
</head> | |
</html> |
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
void main() { | |
for (int i = 0; i < 5; i++) { | |
print('hello ${i + 1}'); | |
} | |
Future<void> a = test(); | |
Future<void> b = test1(); | |
} | |
void test() async { |
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 python | |
############################################################################### | |
# $Id$ | |
# | |
# Project: GDAL2Tiles, Google Summer of Code 2007 & 2008 | |
# Global Map Tiles Classes | |
# Purpose: Convert a raster into TMS tiles, create KML SuperOverlay EPSG:4326, | |
# generate a simple HTML viewers based on Google Maps and OpenLayers | |
# Author: Klokan Petr Pridal, klokan at klokan dot cz | |
# Web: http://www.klokan.cz/projects/gdal2tiles/ |
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
{ | |
"spellright.language": ["en_US"], | |
"spellright.documentTypes": ["markdown", "latex", "plaintext"], | |
"latex-workshop.latex.outDir": "%DIR%/build", | |
"latex-workshop.view.pdf.viewer": "tab", | |
"workbench.colorTheme": "GitHub Light", | |
"editor.wordWrap": "wordWrapColumn", | |
"editor.wordWrapColumn": 90, | |
"editor.wrappingIndent": "indent", | |
"editor.defaultFormatter": "esbenp.prettier-vscode", |
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
DEBUG_MODE=false | |
JITSI_URL=<fill_me> | |
# If your Jitsi environment has authentication set up, you MUST set JITSI_PRIVATE_MODE to "true" and you MUST pass a SECRET_JITSI_KEY to generate the JWT secret | |
JITSI_PRIVATE_MODE=false | |
JITSI_ISS= | |
SECRET_JITSI_KEY= | |
ADMIN_API_TOKEN=<secret> |
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
GOOGLE_OAUTH_CLIENT_ID='...' | |
GOOGLE_OAUTH_CLIENT_SECRET='...' | |
CDN_BASE_URL='https://retro:9443/' | |
SERVER_SECRET='...' | |
GRAPHQL_HOST='localhost:3000' | |
GRAPHQL_PROTOCOL='http' | |
HOST='retro' | |
INVITATION_SHORTLINK='retro/invitation-link' | |
# MAIL GLOBALS. PROVIDER: mailgun | google | |
MAIL_PROVIDER='google' |
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
import argparse | |
import hashlib | |
import urllib | |
import urllib2 | |
import sys | |
class TPLink_Router_Web_Interface: | |
""" Class for scraping/navigating the TPLink Archer C7 Router Web UI. Originally for | |
the purpose of scheduling reboots using cron. Can probably be extended to automate |
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: Ammann Max <[email protected]> | |
pkgname=golden-cheetah-git | |
pkgver=v3.5.DEV1705X.r70.ac18d98a | |
pkgrel=1 | |
pkgdesc="Cycling Power Analysis Software. We believe that cyclists and triathletes should be able to download their power data to the | |
computer of their choice, analyze it in whatever way they see fit, and share their methods of | |
analysis with others." | |
arch=('i686' 'x86_64') | |
url="http://www.goldencheetah.org/" | |
license=('GPL') |
NewerOlder