Skip to content

Instantly share code, notes, and snippets.

View 13banda's full-sized avatar
💣
Hi

Sandeep Singh 13banda

💣
Hi
  • India
  • 06:42 (UTC +05:30)
View GitHub Profile
@13banda
13banda / bash-colors.md
Created May 10, 2021 22:07 — forked from iamnewton/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple

Keybase proof

I hereby claim:

  • I am 13banda on github.
  • I am 13banda (https://keybase.io/13banda) on keybase.
  • I have a public key ASCm4PH7CBV22kf0dDuWtFlo935dMTMpG6lBuZiGmZg4CQo

To claim this, I am signing this object:

setTimeout(function() {
function getAllModules() {
return new Promise((resolve) => {
const id = _.uniqueId("fakeModule_");
window["webpackJsonp"](
[],
{
[id]: function(module, exports, __webpack_require__) {
resolve(__webpack_require__.c);
}
@13banda
13banda / gist:64a686ef5975a4b20638437cb4251284
Created April 19, 2018 07:09 — forked from bvaughn/gist:3a358dda3654e1e93fba35890a093c19
Example Grid with columns and rows, built using :cellRangeRenderer (with react-virtualized 7.x)
/** @flow */
import Immutable from 'immutable'
import React, { Component, PropTypes } from 'react'
import { ContentBox, ContentBoxHeader, ContentBoxParagraph } from '../demo/ContentBox'
import { LabeledInput, InputRow } from '../demo/LabeledInput'
import AutoSizer from '../AutoSizer'
import Grid from './Grid'
import shallowCompare from 'react-addons-shallow-compare'
import cn from 'classnames'
import styles from './Grid.example.css'