Skip to content

Instantly share code, notes, and snippets.

View abiduzz420's full-sized avatar
🐧
tinkering with compilery stuff

Uzair abiduzz420

🐧
tinkering with compilery stuff
View GitHub Profile
@abiduzz420
abiduzz420 / GitCommitEmoji.md
Created July 23, 2019 10:42 — forked from parmentf/GitCommitEmoji.md
Git Commit message Emoji
@abiduzz420
abiduzz420 / media-query.css
Created January 26, 2018 18:06 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS
@abiduzz420
abiduzz420 / curl.md
Created December 3, 2017 19:22 — forked from banunatina/curl.md
A curl tutorial using GitHub's API

Introduction

An introduction to curl using GitHub's API

The Basics

Makes a basic GET request to the specifed URI

curl https://api.github.com/users/caspyin