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
@echo off | |
set workdir="C:\SDRSharp\bin\" | |
set runprog="SDRSharp.exe" | |
set disname=SDRSharp | |
CD %workdir% | |
title Auto Restart %disname% | |
:search |
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
; default servers to send chat messages to | |
; currently no way to change this in the client | |
; this functionality will come in the future. | |
server = "pine" | |
channel = "#Pine64" |
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
de = Deutsch | |
en = English | |
pl = Polisk |
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
<?php | |
# set your user, token (key), and domains | |
$CloudFlareUser='<Your CloudFlare Email>'; | |
$CloudFlareToken='<Your CloudFlare API Token>'; | |
$CloudFlareHosts=[]; # an array of the domains you want to update ex: ['example.com', 'myothersite.com'] | |
$noUpdate = []; # an array of the sub domains you don't want updated ex: ['mail.example.com'] | |
# This script will only update A records, so don't worry about ignoring CNAME or other record types | |
# the v2 of HTTP PECL extension is required for this to work correctly | |
# it can be found here: http://devel-m6w6.rhcloud.com/mdref/http |
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
When exporting from mysleepbot.com: | |
-go to settings | |
-Change Date Format to Day/Month/Year | |
-Change Time Format to 24 hours | |
-Go to Entries | |
-Select from date that is older than your first sleepbot entry | |
-Select to date as todays date | |
-Export as CSV name file sleepbot-raw.csv | |
-Edit file and remove the first line and also do a find & replace and remove all 's from the file |