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
(kicad_symbol_lib (version 20220914) (generator kicad_symbol_editor) | |
(symbol "TXB0108PWR" (in_bom yes) (on_board yes) | |
(symbol "TXB0108PWR_1_1" | |
(text "Low\nVoltage\nSide" (at -2.54 12.7 0) | |
(effects (font (size 0.4 0.4))) | |
) | |
) | |
) | |
) |
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
# unofficial .gitignore for WWise + Unity projects | |
# dom at audiotankstudios dot com for questions | |
# | |
# this is based on a slightly older Unity and WWise version but, should be a decent starting point | |
# | |
# Instructions: | |
# 1) Place this in your root folder for your Unity project | |
# 2) Modify "WWiseProject/" below to be the path to your .wproj folder inside your Unity assets | |
# Unity portion based on https://github.com/github/gitignore/blob/master/Unity.gitignore |
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
// just some quick snippets for GUI / Winforms / C# / etc | |
// these might not be the best ways to do this stuff, was just working on some ideas | |
// example of an enum with Description() applied | |
public enum ROMMapMode : byte | |
{ | |
LoROM, | |
HiROM, | |
ExHiROM, | |
[Description("SA - 1 ROM")] |
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
# all of this is terrible, don't use it. | |
# purpose: take a contact list from an IPHONE icloud dump, compare to a Hubspot export. | |
# if any names aren't similar, print out a CSV file with names you should import into Hubspot. | |
# | |
# seriously, this is horrible I wrote it very quickly there are probably better ways to do this. | |
import pandas as pd | |
from fuzzywuzzy import fuzz | |
import sys |
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
3/18/2021: WE HAVE MOVED: For the latest instructions on how to use the bulk wells fargo PDF downloader, | |
please ignore this page and visit below: | |
https://github.com/binary1230/wellsfargo-bulk-PDF-statement-downloader/blob/main/README.md | |
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
kwargs = { | |
'badge_type': 16863825, | |
'first': 725, | |
'last': 726, | |
'sametype_list': [152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336 |
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
\{% (options) ([^\s]+) ([^\s]+) \%\} | |
{{ $1\($2,$3\) }} | |
\{\% (popup_link) (".*?") (".*?") \%\} | |
{{ macros.$1\($2,$3\) }} | |
\{\% (checkgroup) (.*)\.(.+) \%\} | |
{{ $2.html_$1('$3') }} | |
# can improve this by copying from yesno example |
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
function ghetto_as_hell_parse_json(json) | |
processed_data = string.gsub(string.gsub(json, "\"", ""), ":", "=") | |
-- not even remotely secure, never use for anything important EVAR. | |
parsed = loadstring("return " .. processed_data)() | |
return parsed | |
end | |
json_data='{"p":07,"a0":4359021.16032269,"a1":0,"a2":83.955622485256754,"a3":174.96542675733608,"a4":179.99999446691439,"a5":300821.94285912672,"a6":0.99479834572486814,"a7":0.097586067257674255,"a8":211.47561250913216,"a9":84.824449329557083,"a10":4358745.3389826063,"a11":11.50312}' | |
-- n={p=07, a0=4359021.16032269, a1=0, a2=83.955622485256754, a3=174.96542675733608, a4=179.99999446691439, a5=300821.94285912672, a6=0.99479834572486814, a7=0.097586067257674255, a8=211.47561250913216, a9=84.824449329557083,a10=4358745.3389826063,a11=11.50312} |
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
-- tweakable global vars | |
ksp_server = "http://10.0.0.29:8085" | |
livestream_server = "rtmp://dev.magfest.net/live" | |
livestream_name = "test" | |
webstream = peripheral.wrap("back") | |
monitor = peripheral.wrap( "right" ) | |
-- rest of code below | |
livestream_url = "http://demo.splitmedialabs.com/VHJavaMediaSDK3/view.html?id=" .. livestream_name .. "&url=" .. livestream_server .. "&buffer=0&forceObjectEncoding=0" |
NewerOlder