π¨βπ
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
import time | |
import random | |
def getBaroAlts(): | |
baroAlt1 = random.randint(0, 10) | |
baroAlt2 = random.randint(0, 10) | |
baroAlt3 = random.randint(0, 10) |
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
robocopy "source" "dest" //mir //xd node_modules vendor ".git" |
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
Public Function getSheetByName(name) | |
Set getSheetByName = ActiveWorkbook.Sheets(name) | |
End Function | |
Public Function getCellBackgroundColor(sheet, cell) | |
getCellBackgroundColor = getSheetByName(sheet).Range(cell).Interior.Color |
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
Option Compare Database | |
Option Explicit | |
'' | |
'' Function: createFolder | |
'' =========================================== | |
'' | |
'' Params | |
'' =========================================== | |
'' - path (string|required): The path to create the folder |
OlderNewer