Skip to content

Instantly share code, notes, and snippets.

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

jainank

🏠
Working from home
View GitHub Profile
@jainank
jainank / gist:441764a65a0e0dfd9f80c355c57546a8
Created October 13, 2018 16:56
Big Calender file with error
import React, { Component } from "react";
import BigCalendar from 'react-big-calendar'
import moment from 'moment'
const localizer = BigCalendar.momentLocalizer(moment)
let allViews = Object.keys(BigCalendar.Views).map(k => BigCalendar.Views[k])
class MyCalender extends Component {
render() {
return(
@jainank
jainank / redis_cheatsheet.bash
Created September 14, 2018 15:19 — forked from LeCoupa/redis_cheatsheet.bash
Redis Cheatsheet - Basic Commands You Must Know --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
# Redis Cheatsheet
# All the commands you need to know
redis-server /path/redis.conf # start redis with the related configuration file
redis-cli # opens a redis prompt
# Strings.