I hereby claim:
- I am d3cline on github.
- I am d3cline (https://keybase.io/d3cline) on keybase.
- I have a public key ASCIp9AdfD_bbe7BF4ygqib0tpAC2X3VkLZhlUERkEGv-go
To claim this, I am signing this object:
using System; | |
using System.IO.Ports; | |
namespace SerialReader | |
{ | |
class Program | |
{ | |
static void Main(string[] args) | |
{ | |
var reader = new ArduinoSerialReader("COM3"); |
*/1 * * * * $HOME/weather.sh | |
* * * * * $HOME/watch.sh > $HOME/cron/watchdog.log 2>&1 |
____ _ _ | |
| _ \| | | | | |
| |_) | | ___ ___| | __ | |
| _ <| |/ _ \ / __| |/ / | |
| |_) | | (_) | (__| < | |
|____/|_|\___/_\___|_|\_\ | |
| | (_) | |
| |___ ___ _ __ ___ |
I hereby claim:
To claim this, I am signing this object:
from django.core.exceptions import ValidationError | |
from django.core.validators import validate_ipv46_address | |
from django.utils.deconstruct import deconstructible | |
from django.utils.encoding import force_text | |
from django.utils.translation import ugettext_lazy as _ | |
import re | |
@deconstructible | |
class DomainNameValidator(object): |
# A simple 'hello world' application with python uwsgi and nginx | |
# Make directory and files | |
# The directory structure: | |
# ./ | |
# |-- app/ | |
# | |-- hello.py | |
# | |-- hello_nginx.conf | |
if [ -d app ]; then | |
rm -rf app |
#include <Wire.h> | |
#include "SparkFunBME280.h" | |
BME280 mySensor; | |
#include <LiquidCrystal.h> | |
//LCD pin to Arduino | |
const int pin_RS = 8; | |
const int pin_EN = 9; | |
const int pin_d4 = 4; | |
const int pin_d5 = 5; |
curl -X POST --header "Content-Type:application/json" --header "Authorization: Token YOURAPITOKENHERE" -d'[{"osuser": "OSUSER-UUID", "name": "fastapi", "type": "CUS", "installer_url": "https://raw.githubusercontent.com/opalstack/installers/master/core/fastapi/install.py"}]' https://my.opalstack.com/api/v1/app/create/ |
import requests | |
# What you want to search, lower case | |
SEARCH_TERM = "anthropology" | |
# Your home instance URL | |
INSTANCE_URL="https://opalstack.social" | |
# Number of accounts to search before stop | |
MAX_OFFSET = 10000 | |
def spider(): |
import requests | |
# What you want to search, lower case | |
SEARCH_TERM = "birdsite" | |
# Your home instance URL | |
INSTANCE_URL="https://opalstack.social" | |
# Number of accounts to search before stop | |
MAX_OFFSET = 10000 | |
def grab_instance_domains(): |