This file contains hidden or 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
[0m[1mnull_resource.cleanup_pending_certs: Refreshing state... [id=4896404257609894632][0m | |
[0m[1mmodule.ppe-staging.random_password.laravel_key: Refreshing state... [id=none][0m | |
[0m[1mmodule.vendcoin.random_password.vendcoin_super_password: Refreshing state... [id=none][0m | |
[0m[1mmodule.mdb-production.random_password.mysql_password: Refreshing state... [id=none][0m | |
[0m[1mmodule.ppe-production.random_password.mysql_password: Refreshing state... [id=none][0m | |
[0m[1mrandom_password.staging-password: Refreshing state... [id=none][0m | |
[0m[1mmodule.locker-staging.random_password.mysql_password: Refreshing state... [id=none][0m | |
[0m[1mrandom_password.password: Refreshing state... [id=none][0m | |
[0m[1mmodule.billing-production.random_password.laravel_key: Refreshing state... [id=none][0m | |
[0m[1mmodule.ppe-staging.random_password.jwt_secret: Refreshing state... [id=none][0m |
This file contains hidden or 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
[0m[1mnull_resource.cleanup_pending_certs: Refreshing state... [id=4896404257609894632][0m | |
[0m[1mrandom_password.staging-password: Refreshing state... [id=none][0m | |
[0m[1mrandom_password.password: Refreshing state... [id=none][0m | |
[0m[1mmodule.vendcoin.random_password.vendcoin_super_password: Refreshing state... [id=none][0m | |
[0m[1mmodule.billing-production.random_password.mysql_password: Refreshing state... [id=none][0m | |
[0m[1mmodule.mdb-production.random_password.mysql_password: Refreshing state... [id=none][0m | |
[0m[1mmodule.ppe-staging.random_password.jwt_secret: Refreshing state... [id=none][0m | |
[0m[1mmodule.sc-production.random_password.laravel_key: Refreshing state... [id=none][0m | |
[0m[1mmodule.billing-production.random_password.laravel_key: Refreshing state... [id=none][0m | |
[0m[1mmodule.billing-ng-production.random_password.mysql_password: Refreshing state... [id=none][0m |
This file contains hidden or 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 json | |
import sys | |
import os | |
import requests | |
from urllib.parse import quote | |
from datetime import datetime | |
# ~/.claude/settings.json | |
''' |
This file contains hidden or 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
# Trying to make an appointment with someone as soon as possible. | |
import os | |
from datetime import datetime | |
from http.cookiejar import CookieJar | |
import requests | |
from bs4 import BeautifulSoup | |
notification_url = os.environ['IFTTT_WEBHOOK'] |
This file contains hidden or 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 serial | |
import aqi | |
def read_frame(ser): | |
bs = ser.read(2) | |
# print(['0x{:02x}'.format(x) for x in bs]) | |
length = bs[0]*256+bs[1] | |
frame = ser.read(length) | |
pm1_0 = frame[0]*256+frame[1] |
This file contains hidden or 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
IT_WRAP(uart6_dma_in_progress, HAL_UART_Transmit_IT(&CLI_UART, (uint8_t *)(debug_log_str + debug_log_tail), len)); |
This file contains hidden or 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 sys | |
import csv | |
import re | |
for filename in sys.argv[1:]: | |
print("Processing %s" % (filename,)) | |
o_filename = filename + '-jlc.csv' | |
with open(filename, 'r') as i: |
This file contains hidden or 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/bash | |
set -e | |
set -x | |
/sbin/start-stop-daemon --stop --oknodo --pidfile /home/httpsreminder/queue.pid --retry=TERM/30/KILL/5 | |
if [ -d httpsreminder.com ]; then | |
pushd httpsreminder.com |
This file contains hidden or 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
// src/golang.org/x/tools/godoc/index.go, L993 | |
// NewIndex creates a new index for the .go files provided by the corpus. | |
func (c *Corpus) NewIndex() *Index { | |
// initialize Indexer | |
// (use some reasonably sized maps to start) | |
x := &Indexer{ | |
c: c, | |
fset: token.NewFileSet(), | |
fsOpenGate: make(chan bool, maxOpenFiles), |
This file contains hidden or 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
{ | |
"days":[ | |
{ | |
"dateHuman":"Today", | |
"dateExact":"5 Feb 2015", | |
"stories":[ | |
{ | |
"title":"Sydney property prices climb even higher despite drop in activity over the summer holiday period", | |
"summary": "The combined value of houses and units increased 1.4 per cent over the month, growing just as values fell 1.2 per cent in Adelaide, 1.3 per cent in Darwin and 0.6 per cent in Perth.", | |
"url":"http://www.dailytelegraph.com.au/realestate/news/sydney-property-prices-climb-even-higher-despite-drop-in-activity-over-the-summer-holiday-period/story-fni0cly6-1227204906005", |
NewerOlder