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
#include <DS3231_Simple.h> | |
/* | |
* 3D printed smart shelving with a giant hidden digital clock in the front edges of the shelves - DIY Machines | |
========== | |
More info and build instructions: https://www.youtube.com/watch?v=8E0SeycTzHw | |
3D printed parts can be downloaded from here: https://www.thingiverse.com/thing:4207524 |
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
{ | |
"final_space": true, | |
"console_title": true, | |
"console_title_style": "folder", | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"horizontal_offset": 0, | |
"vertical_offset": 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
{ | |
"background": "#141D2B", | |
"black": "#000000", | |
"blue": "#5CB2FF", | |
"brightBlack": "#A4B1CD", | |
"brightBlue": "#5CB2FF", | |
"brightCyan": "#61D6D6", | |
"brightGreen": "#C5F467", | |
"brightPurple": "#CF8DFB", | |
"brightRed": "#FF8484", |
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
{ | |
"final_space": true, | |
"console_title": true, | |
"console_title_style": "folder", | |
"blocks": [ | |
{ | |
"type": "prompt", | |
"alignment": "left", | |
"horizontal_offset": 0, | |
"vertical_offset": 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
[CmdletBinding()] | |
param ( | |
[Parameter(Mandatory)] | |
[string] | |
$TableName, | |
[Parameter(Mandatory)] | |
[string] | |
$JsonData, | |
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
{ | |
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
"blocks": [ | |
{ | |
"alignment": "left", | |
"segments": [ | |
{ | |
"foreground": "#A4B1CD", | |
"properties": { | |
"display_host": false, |
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
param ( | |
# Verify the sessions file exists | |
[ValidateScript( { | |
if (-Not ($_ | Test-Path)) { | |
throw "File does not exist" | |
} | |
return $true | |
})] | |
[System.IO.FileInfo]$InputFile, |
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
{ | |
"name": "Firewatch-Custom", | |
"black": "#585f6d", | |
"red": "#d95360", | |
"green": "#5ab977", | |
"yellow": "#d7df63", | |
"blue": "#1f63bd", | |
"purple": "#d55119", | |
"cyan": "#44a8b6", | |
"white": "#e6e5ff", |
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
// Font: Letter Gothic Std | |
// Download: https://www.wfonts.com/font/letter-gothic-std | |
{ | |
"name": "KaliLegit", | |
"background": "#0C0C0C", | |
"black": "#0C0C0C", | |
"blue": "#0037DA", | |
"brightBlack": "#767676", | |
"brightBlue": "#3B78FF", |
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
{ | |
"name": "UbuntuLegit", | |
"background": "#340034", | |
"black": "#4E9A06", | |
"blue": "#3465A4", | |
"brightBlack": "#555753", | |
"brightBlue": "#729FCF", | |
"brightCyan": "#34E2E2", | |
"brightGreen": "#8AE234", | |
"brightPurple": "#AD7FA8", |