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
[ | |
{ | |
"switchMount": "cherry", | |
"switchBrand": "gateron", | |
"plate": false, | |
"pcb": true | |
}, | |
[ | |
{ | |
"y": 1.5, |
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
40c40 | |
< #define CONFIGURATION_H_VERSION 02010100 | |
--- | |
> #define CONFIGURATION_H_VERSION 02010200 | |
141c141 | |
< #define CUSTOM_MACHINE_NAME "ToasterPop" | |
--- | |
> #define CUSTOM_MACHINE_NAME "RoomHeater" | |
146a147,148 | |
> // @section stepper drivers |
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"> | |
<title>Title</title> | |
<meta name="description" content="The description"> | |
<meta name="author" content="Author"> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
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
#!/bin/sh | |
# | |
# This script is part of SANE, <URL:http://www.sane-project.org/> | |
# | |
# Send bugreports and other requests to [email protected] | |
PACKAGE="sane-backends" | |
scriptname="sane-config" | |
prefix="/usr" |
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
@ECHO OFF | |
echo This script is only accurate up to 45. | |
echo Anything larger will be an overflow. | |
:vars | |
set /p stop="Enter end number: " | |
set num1=0 | |
set num2=0 | |
set c=0 |
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
; http://www.autohotkey.com/forum/viewtopic.php?t=64464 | |
; CTRL+SHIFT+R: Start Recording | |
; CTRL+SHIFT+S: Stop Recording/Playback | |
; CTRL+SHIFT+P: Playback | |
{ ; Auto-Execute | |
#NoTrayIcon | |
SetBatchLines, -1 | |
CoordMode, Mouse, Screen | |
Gui, +ToolWindow +AlwaysOnTop |
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
#!/bin/bash | |
# Usage: ./speech2txt-bing.sh | |
# Record and send audio file through Bing speech recognition API. | |
# | |
# The original script can be found here: | |
# https://stackoverflow.com/questions/38139809/408-request-timed-out-microsoft-speech-to-text/41111609#41111609 | |
# | |
SUBSCRIPTION_KEY=<ENTER_SUBSCRIPTION_KEY> | |
LOCALE=en-US | |
SCENARIOS=ulm |
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
#!/bin/bash | |
# Following the steps and help from the steps found here: | |
# https://github.com/opentoonz/opentoonz/blob/master/doc/how_to_build_linux.md | |
# | |
# and here: | |
# | |
# https://github.com/opentoonz/opentoonz/issues/866 | |
# Get everything you would need | |
echo "###########################" |
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
.................#### | |
...............##....## | |
...............##....## | |
...............##....## | |
...............##....## | |
...............##....## | |
...........######....###### | |
.........##....##....##....#### | |
.........##....##....##....##..##. | |
.######..##....##....##....##....## |
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
set wshshell = wscript.CreateObject("wScript.Shell") | |
' Make cow script: | |
wshshell.run "Notepad" | |
wscript.sleep 400 | |
' ### COW ONE ### | |
' @ECHO OFF | |
wshshell.sendkeys "@" |
NewerOlder