Skip to content

Instantly share code, notes, and snippets.

View psql's full-sized avatar
🏝️
aloha

Professor P psql

🏝️
aloha
View GitHub Profile
@psql
psql / Border tweak
Created April 29, 2014 15:24
Override stellar border styles
#avatar.user img { border-color: black; }
a { color: #CF3F3F !important; }
a:hover { color: white !important; }
@psql
psql / lol.bash
Created September 5, 2014 14:19
Recent Bash Profile
# make ls colorful
export CLICOLOR=1
#git branch in path
function parse_git_branch () {
git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/ (\1)/'
}
RED="\[\033[0;31m\]"
/*
----------------------
MirrorMe 1.1.2 (by Ced)
----------------------
nicolasced@yahoo.fr
http://grain.s.free.fr
----------------------
thanks to ## Haider Alghifary ## for feddback and improvements ideas...:)
@psql
psql / wobble.js
Created December 18, 2015 16:44
Ae wobble slider
Amp = thisComp.layer("Null 1").effect("Amp")("Slider") + 20;
Math.sin(time*50)*Amp;
ּ_בּ
בּ_בּ
טּ_טּ
כּ‗כּ
לּ_לּ
מּ_מּ
סּ_סּ
תּ_תּ
٩(×̯×)۶
٩(̾●̮̮̃̾•̃̾)۶
//
// ViewController.swift
// test
//
// Created by Pasquale DSilva on 3/4/16.
// Copyright © 2016 Pasquale DSilva. All rights reserved.
//
import UIKit
messages = [
"love to tweet u"
"Oh is this an internet favor?"
"make comps great again"
"8===D"
"you bring honor to our family"
"I accidentally 40lbs of mangos"
"when I'm not doing things, I'm generally doing stuff."
"what's up with stuff"
"emoji time for realism 🐛🆒🕵🏻"
@psql
psql / 2017-02-07-twitter-dark-tweaks.css
Created February 7, 2017 16:13
2017-02-07-twitter-dark-tweaks
/* Twitter Dark Mode Override */
body:first-of-type,
.AppContent,
.ProfileHeading-content {
background-color: #131920;
}
.TwitterCardsGrid-col--12 .PollXChoice-pollWrapper {
background-color: #212c3a;
border-radius: 0;
box-shadow: 0 5px 0 0 #212c3a;
@psql
psql / dark.css
Last active June 16, 2017 16:19
DARK SLACK
body { background: red; color: #e6e6e6; }
a { color: #949494; }
a:link, a:visited { color: #949494; }
a:hover, a:active, a:focus { color: #c7c7c7; }
hr { border-bottom: 1px solid #424242; border-top: 1px solid #222; }
gesture = new Layer
height: Screen.height
width: Screen.width
resetX = 400
jiggler = new Layer
x: resetX
y: 527
height: 128