Skip to content

Instantly share code, notes, and snippets.

View MasoodGit's full-sized avatar

Mohamed Masood Alam MasoodGit

View GitHub Profile
npm install --save react react-dom && npm install --save-dev html-webpack-plugin webpack webpack-dev-server babel-{core,loader} babel-preset-{react,es2015,stage-0} style-loader css-loader
@MasoodGit
MasoodGit / index.html
Created April 15, 2018 04:06
JS Bin scrolling , with sticke header // source https://jsbin.com/yibukaq
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="scrolling , with sticke header">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
html,body {
font-size: 16px;
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Upload file and read its content and parse textarea">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.ids-section {
display: flex;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
.container {
display: flex;
}
@MasoodGit
MasoodGit / keybindings.json
Last active February 19, 2026 16:37
vscode vim keybindings and settings.json
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+h",
"command": "workbench.action.focusLeftGroup",
"when": "editorTextFocus && vim.active && vim.mode != 'Insert'"
},
{
"key": "ctrl+l",
"command": "workbench.action.focusRightGroup",