Skip to content

Instantly share code, notes, and snippets.

set t_Co=256
set nocompatible "required
filetype off "required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
@jehuamanna
jehuamanna / downloadNPTEL
Created July 7, 2017 14:18
automatically downloads nptel videos from youtube
from __future__ import unicode_literals
import sys
import urllib.request
import youtube_dl
class MyLogger(object):
def debug(self, msg):
(menu-bar-mode -1)
(tool-bar-mode -1)
(toggle-scroll-bar -1)
;; Initialize package sources
(require 'package)
(setq package-archives '(("melpa" . "https://melpa.org/packages/" )
("org" . "https://orgmode.org/elpa/" )
("elpa" . "https://elpa.gnu.org/packages/")))
@jehuamanna
jehuamanna / resources.md
Created June 17, 2021 15:54 — forked from muff-in/resources.md
A curated list of Assembly Language / Reversing / Malware Analysis -resources