Skip to content

Instantly share code, notes, and snippets.

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

Pushpa Raj Badu przbadu

🏠
Working from home
View GitHub Profile
@przbadu
przbadu / Windows rails deployment.md
Last active June 6, 2023 20:11 — forked from userrails/Windows rails deployment.md
Deployment steps for rails in windows
@przbadu
przbadu / notes.md
Created October 26, 2017 04:21 — forked from matthewjberger/notes.md
How to make an electron app using Create-React-App and Electron with Electron-Builder.
import React from "react";
import { render } from "react-dom";
const ParentComponent = React.createClass({
getDefaultProps: function() {
console.log("ParentComponent - getDefaultProps");
},
getInitialState: function() {
console.log("ParentComponent - getInitialState");
return { text: "" };
@przbadu
przbadu / GIF-Screencast-OSX.md
Created January 23, 2017 10:58 — forked from dergachev/GIF-Screencast-OSX.md
OS X Screencast to animated GIF

OS X Screencast to animated GIF

This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.

Screencapture GIF

Instructions

To capture the video (filesize: 19MB), using the free "QuickTime Player" application:

@przbadu
przbadu / vimux.md
Last active August 29, 2015 14:19 — forked from fredv/vimux.md

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname