Skip to content

Instantly share code, notes, and snippets.

@claenn
claenn / 'Homodoxian'
Created May 11, 2015 22:27
einfügen
is an obsolete noun meaning 'a person of the same opinion'.

Twitter公式クライアントのコンシューマキー

Twitter for iPhone

Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU

Twitter for Android

Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys

Twitter for Google TV

Consumer key: iAtYJ4HpUVfIUoNnif1DA

@claenn
claenn / giffify.sh
Last active August 29, 2015 14:26 — forked from rock3r/giffify.py
Giffify - easily create optimised GIFs from a video
#!/bin/sh
# License for any modification to the original (linked below):
# ----------------------------------------------------------------------------
# "THE BEER-WARE LICENSE" (Revision 42):
# Sebastiano Poggi wrote this file. As long as you retain this notice you
# can do whatever you want with this stuff. If we meet some day, and you think
# this stuff is worth it, you can buy me a beer in return.
# ----------------------------------------------------------------------------
#
# Based upon http://blog.pkh.me/p/21-high-quality-gif-with-ffmpeg.html
@claenn
claenn / key.md
Created March 11, 2017 23:10 — forked from sokcuri/key.md
Twitter (un)official Consumer Key

Twitter Official Consumer Key

Twitter for Android

type:            PIN
Consumer key:    3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys

Twitter for iPhone

type:            PIN

Consumer key: IQKbtAYlXLripLGPWd0HUA

@claenn
claenn / VPNConfigurationProfiles.mobileconfig
Created March 6, 2018 22:45 — forked from thomaswitt/VPNConfigurationProfiles.mobileconfig
An OnDemand VPN iOS profile for iPad and iPhone that automatically connects you to different VPNs (e.g. Meraki, FRITZ!Box and Streisand) | Blog-Entry: https://thomas-witt.com/auto-connect-your-ios-device-to-a-vpn-when-joining-an-unknown-wifi-d1df8100c4ba
<?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 version="1.0">
<dict>
<key>PayloadContent</key>
<array>
<!-- Home: Manual -->
<dict>
<key>UserDefinedName</key>
@claenn
claenn / blog_rainymood.sh
Last active February 1, 2020 10:38 — forked from aik8/rainymood.sh
blog_rainymood.sh
#!/bin/bash
rainymood() {
FILE=$((RANDOM%4)) # only found 3 items :v
URL="https://rainymood.com/audio1110/${FILE}.ogg"
mpv "$URL" && rainymood
}
rainymood
@claenn
claenn / keybase.md
Last active February 1, 2020 10:17
keybase.md

Keybase proof

I hereby claim:

  • I am claenn on github.
  • I am clennep (https://keybase.io/clennep) on keybase.
  • I have a public key ASD3mQRSk1_HzcG8qIDcG5r7XEGTWG04I-fVbyRSymNBTgo

To claim this, I am signing this object:

@claenn
claenn / install_synology_drive_on_fedora.sh
Created November 30, 2020 23:07 — forked from JochemKuijpers/install_synology_drive_on_fedora.sh
Installs Synology Drive on Fedora 29 (from the .deb package). Use at own risk.
#!/usr/bin/env bash
if [[ $UID != 0 ]];
then
echo "Please run this script with sudo or as root:"
echo
echo "sudo $0 $*"
exit 1 || return 1
fi
@claenn
claenn / tmux-cheatsheet.markdown
Created December 1, 2020 22:00 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname