Tech librarian at a public library in NJ. Background in library/information science and DB design/implementation. Programming hurts my brain. A+-certified.
-
Monmouth County Library
- USA
- https://ultimalia.net
Pinned Loading
-
Bash shell script for updating packa...
Bash shell script for updating packages on Debian-based OSs using apt-get. 1#!/bin/bash
23PROMPT_COMMAND='echo -ne "\033]0;Package Updater\007"'
45echo "~~~~~ PACKAGE UPDATER ~~~~~"
-
Simple Windows batch file that resta...
Simple Windows batch file that restarts Windows Explorer 1@ECHO OFF
2ECHO "Are you sure you want to restart explorer.exe?"
3SET /P YN="Y/N> "
4IF /I %YN%==Y (
5TASKKILL /F /PID explorer.exe && START %SYSTEMROOT%\explorer.exe
-
A Python class representing a turnab...
A Python class representing a turnable crank 1'''
2Description:
3I got bored and decided to make a class in Python. The `Crank` class represents a turnable crank and tracks how many degrees it's been turned and how many times it has been fully turned. (I may or may not have been inspired subconsciously by *Unbreakable Kimmy Schmidt*.)
45Example Use Case:
-
Windows PowerShell script to import ...
Windows PowerShell script to import Group Policy templates from Desktop 1#Requires -RunAsAdministrator
23function Pop() { Pop-Location }
45"$env:USERPROFILE\Desktop" | Push-Location
-
Some Microsoft Visio macros
Some Microsoft Visio macros 1'1-line macro that centers an entire drawing on the page. Moves all shapes together, so their relative positions remain intact.
23Sub CenterOnPage()
45Application.ActivePage.CenterDrawing
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.