Skip to content

Instantly share code, notes, and snippets.

View arindam89's full-sized avatar
🫠
Building the future!

Arindam Paul arindam89

🫠
Building the future!
  • Chief Architect at Safe Security
  • Bengaluru, India
  • 06:14 (UTC +05:30)
  • X @geek_paul
View GitHub Profile
@arindam89
arindam89 / tmux.conf
Last active December 16, 2015 21:29
Simple Tmux conf
set -g prefix C-a
unbind C-b
bind C-a send-prefix
# force a reload of the config file
unbind r
bind r source-file ~/.tmux.conf
bind | split-window -h
bind - split-window -v
@arindam89
arindam89 / 0_reuse_code.js
Created November 6, 2013 03:52
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@arindam89
arindam89 / .gitconfig
Last active December 27, 2015 13:18 — forked from pksunkara/config
[user]
name = Arindam Paul
email = [email protected]
[core]
editor = vim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
[web]
browser = google-chrome
[alias]
@arindam89
arindam89 / .vimrc.local
Created November 17, 2013 07:13
Vimrc on top of spf13
vim +BundleInstall! +BundleClean +q
----
Bundle 'xsbeats/vim-blade'
Bundle 'mattn/emmet-vim'
----
set gfn=Monaco\ for\ Powerline:h13
let g:airline#extensions#tabline#enabled = 1
colorscheme ir_black
@arindam89
arindam89 / tmux.conf
Last active August 8, 2018 06:24 — forked from shinzui/tmux.conf
My custom tmux configuration #tmux
set -g prefix C-a
unbind C-b
bind C-a send-prefix
# force a reload of the config file
unbind r
bind r source-file ~/.tmux.conf \; display "Reloaded!"
# Change the default delay
@arindam89
arindam89 / gitlog.txt
Created April 9, 2014 08:28
Undo pushed Git commit
7f3834d Added the learn more links
d74e89d Updated the views with mobile button and conditional AUI injection
de75890 Removed assets from the older page
1a0f03f Scoping the CSS for mobile only
d92fc7a Adding few CSS for mobile, dektop AUI overlap
68baf31 Removing asset injection from the view page as RAW calls with http is causing problems
e75b9dd Merge branch 'arpaul_aui' into mainline
65cdd71 Injecting AUI on the Views
02dd32f Change in view to add Dynamic Price Value
92f3b93 Injecting AUI on the Views
@arindam89
arindam89 / Tools
Created March 3, 2015 00:59
Ubuntu Tools
* OpenShot – I use a number of video editors on my Ubuntu installation. But the one I find myself using the most often is OpenShot.
* Kazam – Despite the issues I've found using it on Ubuntu 12.10, Kazam works really well on Ubuntu 12.04.
@arindam89
arindam89 / gist:fef202bb8aa596bd05f6
Created April 8, 2015 20:50
Misc Font for Ubuntu
# Download the font from here,
# http://www.cl.cam.ac.uk/~mgk25/ucs-fonts.html
mkdir ucs
tar -xzf ucs-fonts.tar.gz -C ucs
cd ucs/submission
make
# for Ubuntu
sudo mv -b *.pcf.gz /usr/share/fonts/X11/misc
@arindam89
arindam89 / aysnc_array.js
Last active August 29, 2015 14:18
JS Demos for Loupe
function process(num) {
// delay();
console.log(num);
}
// Synchronus
[1,2,3,4].forEach(function(i){
process(i);
});
@arindam89
arindam89 / Links.md
Last active March 11, 2017 15:05
JS Links for the talk