Skip to content

Instantly share code, notes, and snippets.

View akashsoti's full-sized avatar
🎯
Focusing

Akash Soti akashsoti

🎯
Focusing
View GitHub Profile
@akashsoti
akashsoti / mysql2-mojave.md
Created December 10, 2019 07:11 — forked from fernandoaleman/mysql2-mojave.md
Install mysql2 on MacOS Mojave

Problem

Installing mysql2 gem errors on MacOS Mojave.

Solution

Make sure openssl is installed on Mac via Homebrew.

brew install openssl
@akashsoti
akashsoti / iPhone-5-iOS-7.markdown
Created November 7, 2013 11:34
A Pen by Akash Soti.
@-moz-keyframes sky{
0% {background: #416f8f;}
25% {background: #7596ae;}
50% {background: #a1c3db;}
100% {background: black;}
}
@-moz-keyframes rise{
0% {background: #ffc03a;}
25% {background: #ff893a; left:500px; top:200px; bottom: 200px;}
50% {background: #ff843a; left:1000px; top:80px; bottom: 100px;}