I hereby claim:
- I am lidopaglia on github.
- I am lidopaglia (https://keybase.io/lidopaglia) on keybase.
- I have a public key whose fingerprint is 1AB0 CD4C D566 07B1 8B85 784E 889E 1BBD 2986 FF6D
To claim this, I am signing this object:
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# | |
# Description: Sync Plex playlists to shared users. | |
# Author: /u/SwiftPanda16 | |
# Requires: plexapi, requests, xmltodict | |
import requests | |
import xmltodict |
#!/bin/bash | |
git clone --bare https://github.com/lidopaglia/dotfiles.git $HOME/.dotfiles | |
function dot { | |
/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME $@ | |
} | |
mkdir -p .dotfiles-backup | |
dot checkout | |
if [ $? = 0 ]; then | |
echo "Checked out dotfiles."; | |
else |
# user, host, full path, and time/date | |
# on two lines for easier vgrepping | |
# entry in a nice long thread on the Arch Linux forums: https://bbs.archlinux.org/viewtopic.php?pid=521888#p521888 | |
PROMPT=$'%{\e[0;34m%}%B┌─[%b%{\e[0m%}%{\e[1;32m%}%n%{\e[1;30m%}@%{\e[0m%}%{\e[0;36m%}%m%{\e[0;34m%}%B]%b%{\e[0m%} - %b%{\e[0;34m%}%B[%b%{\e[1;37m%}%~%{\e[0;34m%}%B]%b%{\e[0m%} - %{\e[0;34m%}%B[%b%{\e[0;33m%}'%D{"%a %b %d, %H:%M"}%b$'%{\e[0;34m%}%B]%b%{\e[0m%} | |
%{\e[0;34m%}%B└─%B[%{\e[1;35m%}$%{\e[0;34m%}%B]>%{\e[0m%}%b ' | |
PS2=$' \e[0;34m%}%B>%{\e[0m%}%b ' |
#Given the value from "msExchRecipientDisplayType" attribute | |
#in active directory will translate to the MailboxType | |
# https://answers.microsoft.com/en-us/msoffice/forum/msoffice_o365admin-mso_exchon-mso_o365b/recipient-type-values/7c2620e5-9870-48ba-b5c2-7772c739c651 | |
function Get-MailboxType ($DisplayType){ | |
switch ($DisplayType) { | |
-2147483642 {"RemoteUserMailbox"} | |
-2147481850 {"RemoteRoomMailbox"} | |
-2147481594 {"RemoteEquipmentMailbox"} | |
0 {"UserMailbox (shared)"} |
#!/bin/bash | |
echo "\n\n--- Killing Stupid Adobe Auto Load Crap ---\n\n" | |
launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist | |
launchctl unload -w /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist | |
echo "\n\n--- Done! ---\n\n" |
{ | |
"VersionMajor" : 23, | |
"PresetList" : [ | |
{ | |
"PictureForceWidth" : 0, | |
"PictureHeight" : 0, | |
"PictureDeblockCustom" : "qp=0:mode=2", | |
"SubtitleAddForeignAudioSubtitle" : false, | |
"PictureDeinterlacePreset" : "default", | |
"AudioEncoderFallback" : "ca_aac", |
language: ruby | |
rvm: 2.3.3 | |
branches: | |
only: | |
- master | |
script: bundle exec rake test |
// Place your key bindings in this file to overwrite the defaults | |
// 🎩 tip: https://blogs.technet.microsoft.com/heyscriptingguy/2016/12/07/make-visual-studio-code-more-like-the-integrated-scripting-environment/ | |
[ | |
{ "key": "f8", "command":"workbench.action.terminal.runSelectedText", | |
"when": "editorTextFocus && editorLangId == 'powershell'" }, | |
{ | |
"key": "shift+cmd+d", "command": "workbench.action.terminal.focus", | |
"when": "editorTextFocus" | |
}, | |
{ |
<?xml version="1.0" encoding="utf-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist> | |
<array> | |
<dict> | |
<key>AudioList</key> | |
<array> | |
<dict> | |
<key>AudioBitrate</key> | |
<string>160</string> |
I hereby claim:
To claim this, I am signing this object: