Skip to content

Instantly share code, notes, and snippets.

PC-Logix Individual Contributor License Agreement
Thank you for your interest in contributing to open source software projects (“Projects”) made available by PC-Logix or its affiliates. This Individual Contributor License Agreement (“Agreement”) sets out the terms governing any source code, object code, bug fixes, configuration changes, tools, specifications, documentation, data, materials, feedback, information or other works of authorship that you submit or have submitted, in any form and in any manner, to PC-Logix in respect of any of the Projects (collectively “Contributions”). If you have any questions respecting this Agreement, please contact opensource@PC-Logix.com.
You agree that the following terms apply to all of your past, present and future Contributions. Except for the licenses granted in this Agreement, you retain all of your right, title and interest in and to your Contributions.
Copyright License. You hereby grant, and agree to grant, to PC-Logix a non-exclusive, perpetual, irrevocable, wor
#include <xc.h> //PIC hardware mapping
#define _XTAL_FREQ 8000000 //Used by the XC8 delay_ms(x) macro
//so Fosc is 8MHz
#define KEY_SHORT_TIME 200
//#define KEY_LONG_TIME 50
#define POWERSAVE_TIMEOUT 3000
//CONFIGURATION word
//FOSC<2:0>: 100 = INTOSCIO oscillator: I/O function on RA4/OSC2/CLKOUT pin, I/O function on RA5/OSC1/CLKIN
__module_name__ = "Bridge Bot integration"
__module_version__ = "1.5"
__module_description__ = "Integrates messages from IRC Bridge Bots"
import hexchat, re
hexchat.emit_print("Generic Message", "Loading", "{} {} - {}".format(
__module_name__, __module_version__,
__module_description__))

Keybase proof

I hereby claim:

  • I am caitlynmainer on github.
  • I am caitlyn (https://keybase.io/caitlyn) on keybase.
  • I have a public key ASCZhqFuD4bbsCku6uNKM1ne-Cd6dVcl_h8PT-YTiOfSPAo

To claim this, I am signing this object:

@CaitlynMainer
CaitlynMainer / auth.json
Created December 13, 2015 18:53 — forked from allaryin/auth.json
Fiddled-together IRC - Discord bridge bot
{
"irc": {
"server": "irc.esper.net",
"nick": "nick",
"password": "ircpass",
"userName": "MCU Discord-IRC Bridge",
"autoConnect": false,
"channels": ["#channelOne","#SomeOtherchannel"]
},
"discord": {
[12:47:59] [main/INFO] [GradleStart]: version: 1.8
[12:47:59] [main/INFO] [GradleStart]: Extra: []
[12:47:59] [main/INFO] [GradleStart]: Found and added coremod: li.cil.oc.common.launch.TransformerLoader
[12:47:59] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --accessToken{REDACTED}, --assetIndex, 1.8, --assetsDir, C:/Users/Caitlyn/.gradle/caches/minecraft/assets, --version, 1.8, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[12:47:59] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[12:47:59] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[12:47:59] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[12:47:59] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[12:47:59] [main/INFO
{
"parent": "openfm:block/Radio",
"display": {
"thirdperson": {
"rotation": [ 10, -45, 170 ],
"translation": [ 0, 1.5, -2.75 ],
"scale": [ 0.375, 0.375, 0.375 ]
}
}
}