Skip to content

Instantly share code, notes, and snippets.

View AUmrysh's full-sized avatar

Alex Umrysh AUmrysh

View GitHub Profile
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Firmware Release",
"configFiles": [
"interface/stlink.cfg",
"target/stm32h7x.cfg"
],
"cwd": "${workspaceFolder}",
def allDuplicateChars(s):
return len(s)==s.count(s[0])
#Bill Mote Challenge #1 Solution Submission
def allDuplicateChars(s):
return len(s.translate(None,s[0]))==0
ts = "YOU GOTTA GET YOUR OWN TS TO GO HERE BRUH";
token = "ALSO GET YOUR OWN TOKEN BRUH";
channel = "C06EX7SPR";
count = 0;
window.intv = setInterval(function(){
if (count == 0) {
s = "blinky text";
}
else {
s = " ";