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
[ | |
"Look at all them tickets!", | |
"The EX4400's dead yet?", | |
"Hey, that tickles!", | |
"Eeep!", | |
"Did you update Netbox?", | |
"I love virtctl!", | |
"According to all known laws of aviation, there is no way a bee should be able to fly. Its wings are too small to get its fat little body off the ground. The bee, of course, flies anyway because bees don't care what humans think is impossible. Yellow, black. Yellow, black. Yellow, black. Yellow, black. Ooh, black and yellow! Let's shake it up a little. Barry! Breakfast is ready! Coming! Hang on a second. Hello? - Barry? - Adam? - Can you believe this is happening? - I can't. I'll pick you up. Looking sharp. Use the stairs. Your father paid good money for those. Sorry. I'm excited. Here's the graduate. We're very proud of you, son. A perfect report card, all B's. Very proud. Ma! I got a thing going here. - You got lint on your fuzz. - Ow! That's me! - Wave to us! We'll be in row 118,000. - Bye! Barry, I told you, stop flying in the house! - Hey, Adam. - Hey, Barry. |
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
#!/usr/bin/env python3 | |
""" | |
Ansible Vault password client script that returns the vault password for a given vault ID. | |
This script provides a flexible system for retrieving Ansible vault passwords using | |
different backend implementations. Each backend must inherit from VaultPasswordBackend | |
and implement the required interface. | |
""" | |
import argparse | |
import os |
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
using System.Collections; | |
using System.Collections.Generic; | |
using System.IO; | |
using UnityEditor; | |
using UnityEditor.SceneManagement; | |
using UnityEngine; | |
using CustomAvatar; | |
public class CompileAvatarWindow : EditorWindow | |
{ |
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
# Maintainer: Fernando Vasquez <[email protected]> | |
_gitname=wpgtk | |
pkgname="${_gitname}-git" | |
_gitbranch=master | |
_gitauthor=deviantfero # deviantfero | |
pkgver=r751.9145e4f | |
pkgrel=1 | |
pkgdesc="A gui wallpaper chooser that changes your Openbox theme, GTK theme and Tint2 theme" | |
url="https://github.com/${_gitauthor}/${_gitname}" |
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 logging | |
import irc.bot | |
import requests | |
import toml | |
import re | |
from copy import deepcopy | |
from time import time, strftime, localtime | |
class TwitchBot(irc.bot.SingleServerIRCBot): |
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
[Console]::Beep(130, 100) | |
[Console]::Beep(262, 100) | |
[Console]::Beep(330, 100) | |
[Console]::Beep(392, 100) | |
[Console]::Beep(523, 100) | |
[Console]::Beep(660, 100) | |
[Console]::Beep(784, 300) | |
[Console]::Beep(660, 300) | |
[Console]::Beep(146, 100) | |
[Console]::Beep(262, 100) |
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
#region Elevate | |
function Elevate { | |
<# | |
.SYNOPSIS | |
Automatically (re)launch Powershell script as Administrator including parameters | |
.PARAMETER ScriptPath | |
Path to the script that should be launched. Defaults to the current script | |
.PARAMETER Parameters | |
A Hashtable of parameters that should be passed to the elevated script, where the "key" is the | |
parameter name and the "value" is the parameter value |
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
function Import-Excel { | |
<# | |
.SYNOPSIS | |
Creates table-like custom objects from the items in a Excel file. | |
Requires Excel be installed! | |
.DESCRIPTION | |
The Import-Excel cmdlet creates table-like custom objects from the items in Excel | |
Worksheets. | |
Each column in the Excel Worksheet becomes a property of the custom object and the items in | |
rows become the property values. Import-Excel works on any file supported by Excel. |
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
#region About | |
<# | |
.SYNOPSIS | |
Wrapper Script to ease the installation and status checking of the Prey NODE.js Client | |
.PARAMETER action | |
Action that should be executed, currently one of "install" or "status". | |
install: Installs Prey | |
status: Executes Prey's status built in status check to ensure that the | |
client is running smothly | |
.PARAMETER apiKey |
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
# VortexBox 2.3 BETA install | |
auth --enableshadow --passalgo=sha512 | |
firewall --disable | |
firstboot --disable | |
keyboard --vckeymap=us --xlayouts='us' | |
lang en_US.UTF-8 | |
network --bootproto=dhcp --device=eth0 --onboot=on --hostname=vortexbox.localdomain | |
rootpw vortexbox | |
selinux --disabled |
NewerOlder