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
| #avatar.user img { border-color: black; } | |
| a { color: #CF3F3F !important; } | |
| a:hover { color: white !important; } |
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
| # 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\]" |
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
| /* | |
| ---------------------- | |
| MirrorMe 1.1.2 (by Ced) | |
| ---------------------- | |
| nicolasced@yahoo.fr | |
| http://grain.s.free.fr | |
| ---------------------- | |
| thanks to ## Haider Alghifary ## for feddback and improvements ideas...:) |
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
| Amp = thisComp.layer("Null 1").effect("Amp")("Slider") + 20; | |
| Math.sin(time*50)*Amp; |
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
| ּ_בּ | |
| בּ_בּ | |
| טּ_טּ | |
| כּ‗כּ | |
| לּ_לּ | |
| מּ_מּ | |
| סּ_סּ | |
| תּ_תּ | |
| ٩(×̯×)۶ | |
| ٩(̾●̮̮̃̾•̃̾)۶ |
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
| // | |
| // ViewController.swift | |
| // test | |
| // | |
| // Created by Pasquale DSilva on 3/4/16. | |
| // Copyright © 2016 Pasquale DSilva. All rights reserved. | |
| // | |
| import UIKit |
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
| 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 🐛🆒🕵🏻" |
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
| /* 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; |
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
| 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; } |
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
| gesture = new Layer | |
| height: Screen.height | |
| width: Screen.width | |
| resetX = 400 | |
| jiggler = new Layer | |
| x: resetX | |
| y: 527 | |
| height: 128 |