Skip to content

Instantly share code, notes, and snippets.

View yaseenagag's full-sized avatar
🏠
Working from home

Yaseen Hussain yaseenagag

🏠
Working from home
View GitHub Profile
🕋 hi, hello, how are you🕋
🌏🚀🌏I use he/him pronouns
♛😁♛I’m currently working on tools to help my
community grow
🦾I like snowboarding and music production💪🏾
👣👣👁👣👣I like to play chess🎯🎲🎮
const chunk = ( input, number=1 ) => {
if(Array.isArray( number ) && number.length == 1) {
number = number[0]
}
if ( ! Array.isArray( input ) || ! Number.isInteger( number ) ){
return []
}
let result = []
@yaseenagag
yaseenagag / filters.css
Created May 25, 2016 15:46 — forked from GarthDB/filters.css
Styling filters on Redux example todo app
.filters {
background: #2c3e50;
height: 80px;
box-sizing: border-box;
color: #ecf0f1;
box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
padding: 32px 35px 0;
width: calc(100% + 20px);
font-weight: 700;
border: 0;
@yaseenagag
yaseenagag / index.html
Last active June 6, 2016 18:19 — forked from anonymous/index.html
Make a Color Picker // source http://jsbin.com/wutaje
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Make a Color Picker</title>
<h1><div id="text">Welcome to My World</div></h1>
<link rel="stylesheet" href="main.css" media="screen" charset="utf-8">
<style id="jsbin-css">
button {
min-width: 3em;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Make a Word</title>
<style>
body {
background-color: violet;
}
@yaseenagag
yaseenagag / index.html
Created May 19, 2016 22:45 — forked from anonymous/index.html
Make a Color Picker // source http://jsbin.com/sopaqu
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Make a Color Picker</title>
<h1><div id="text">Welcome to My World</div></h1>
<link rel="stylesheet" href="main.css" media="screen" charset="utf-8">
<style id="jsbin-css">
button {
min-width: 3em;
@yaseenagag
yaseenagag / index.html
Created May 19, 2016 22:16
Make a Color Picker // source http://jsbin.com/duyuhed
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Make a Color Picker</title>
<h1><div id="text">My Page</div></h1>
<link rel="stylesheet" href="main.css" media="screen" charset="utf-8">
<style id="jsbin-css">
button {
min-width: 3em;