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 requests | |
from azure.identity import DefaultAzureCredential | |
from azure.mgmt.dns import DnsManagementClient | |
from azure.mgmt.dns.models import RecordSet, ARecord | |
import time | |
import logging | |
from datetime import datetime | |
# Configure logging | |
logging.basicConfig( |
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
""" | |
File Naming Automation Script | |
This script automatically renames PDF and Word files in a specified directory based on | |
their contents. It reads the first few lines of each file, attempting to identify a | |
relevant title or key phrase, and renames the file accordingly. For PDFs, the script | |
also includes OCR to handle scanned documents that lack embedded text. | |
## Requirements | |
1. Python 3.x |
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Weekly Update</title> | |
<style> | |
/* Define your styles here */ | |
body { |
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
<!DOCTYPE html> | |
<html class="sp-html sp-seedprod sp-h-full"> | |
<head> | |
<!-- Open Graph --> |
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
<h1>Stay On Brand - Templated Img Gen</h1> | |
<h2>Sliders:</h2> | |
<p><strong>Template 1</strong> - 2 Line Headline & 6 Lines of Text</p> | |
<p><img src="https://olipassey.me.uk/xmas.php" alt="" width="750" height="300" /></p> | |
<p>Headline:<input name="Headline" type="text" /></p> | |
<p>Sub-heading:<input name="Sub-heading" type="text" /></p> | |
<p>Text 1:<input name="Text1" type="text" /></p> | |
<p>Text 2:<input name="Text2" type="text" /></p> | |
<p>Text 3:<input name="Text3" type="text" /></p> | |
<p>Text 4:<input name="Text4" type="text" /></p> |
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
<?php | |
$my_img = imagecreatefrompng ( "x_feature_template.png" ); | |
$background = imagecolorallocate( $my_img, 149, 152, 192 ); | |
$text_colour = imagecolorallocate( $my_img, 18, 12, 45 ); | |
$button_text_colour = imagecolorallocate( $my_img, 197, 184, 114 ); | |
$font_bold = 'palatino.ttf'; | |
$font_medium = 'palatino.ttf'; |
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
// Automatically generated configuration file for Hyperion ambilight daemon | |
// Notice: All values are explained with comments at our wiki: wiki.hyperion-project.org (config area) | |
// Generated by: HyperCon (The Hyperion deamon configuration file builder) | |
// Created with HyperCon V1.03.3 (22.10.2017) | |
{ | |
// DEVICE CONFIGURATION | |
"device" : | |
{ | |
"name" : "MyHyperionConfig", |
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
'Call this script by runiing &hs.runScriptFunc("L2DB-influxdbV4.vb","Main",0,False,False) | |
'VB.Net script to write Homeseer 3 values to InfluxDB | |
'from this post of the Homeseer forums: https://forums.homeseer.com/showthread.php?t=194145 | |
'Use at your own risk. Edited by Marty. | |
'Uncomment (hs.WriteLog) the log statements if you're having problems to try to track down the error. | |
'V4 sends to new Raspberry Pi 2 which runs only influx and grafana, note the IP address and database name | |
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
'VB.Net script to write Homeseer 3 values to InfluxDB | |
'Created by Brian based on code found on the Homeseer forums. No warranty. Use at your own risk. | |
'Uncomment the log statements if you're having problems to try to track down the error. | |
'Script amended by reidfo for Linux Compatibility & greater error / log handling | |
'Script amended by Rob2791 to include TCP Connection Limit lift to 20 | |
'Posted to GitHub by OliPassey for VersionControl - please feel free to PR, Fork, etc | |
'Original release and forum discussion: https://forums.homeseer.com/forum/homeseer-products-services/system-software-controllers/hs3-hs3pro-software/hs3-hs3pro-discussion/107992-a-script-to-log-device-changes-to-influxdb-for-use-with-grafana | |
'Installation Instrustions: |
NewerOlder