Skip to content

Instantly share code, notes, and snippets.

View barinali's full-sized avatar
🏠
Working remotely

Ali BARIN barinali

🏠
Working remotely
View GitHub Profile
@barinali
barinali / frontendDevlopmentBookmarks.md
Created December 3, 2015 23:19 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.
<?xml version="1.0" encoding="UTF-8"?>
<yahoo-weather-codes>
<code number="0" description="tornado"/>
<code number="1" description="tropical storm"/>
<code number="2" description="hurricane"/>
<code number="3" description="severe thunderstorms"/>
<code number="4" description="thunderstorms"/>
<code number="5" description="mixed rain and snow"/>
<code number="6" description="mixed rain and sleet"/>
<code number="7" description="mixed snow and sleet"/>
@barinali
barinali / no-margin-grid.less
Created June 17, 2013 18:49
no margin-left for classes named no-margin-spanX in Bootstrap 2.x
#grid {
.fluid (@fluidGridColumnWidth, @fluidGridGutterWidth) {
.no-margin-spanX (@index) when (@index > 0) {
(~".no-margin-span@{index}") { .no-margin-span(@index); }
(~'.no-margin-span@{index}:first-child') { .no-margin-spanFirstChild(@index); }
.no-margin-spanX(@index - 1);
}
.no-margin-spanX (0) {}
.no-margin-offsetX (@index) when (@index > 0) {
@barinali
barinali / Google+-Jingle.markdown
Created September 7, 2013 23:12
A Pen by Ali BARIN.
@barinali
barinali / Pinky-Bunny.markdown
Created September 7, 2013 23:13
A Pen by Ali BARIN.
@barinali
barinali / SpaceShip.markdown
Created September 8, 2013 23:55
A Pen by Ali BARIN.
@barinali
barinali / RenewExpiredGPGkey.md
Created December 19, 2022 19:58 — forked from TheSherlockHomie/RenewExpiredGPGkey.md
Updating expired GPG keys and backing them up 🔑🔐💻

Updating expired GPG keys and their backup 🔑🔐💻

I use a GPG key to sign my git commits.

An error like this one might be a sign of an expired GPG key.

error: gpg failed to sign the data fatal: failed to write commit object