Skip to content

Instantly share code, notes, and snippets.

View skulumani's full-sized avatar

Shankar Kulumani skulumani

View GitHub Profile
#!/bin/bash
# Take a bunch of images and draw an overlay, then form a video
#
# Some useful links:
# https://superuser.com/questions/717103/burn-filenames-of-single-images-into-ffmpeg-output-videou
# https://stackoverflow.com/questions/24961127/how-to-create-a-video-from-images-with-ffmpeg
# https://video.stackexchange.com/questions/21905/how-to-set-pts-time-format-when-using-ffmpeg-filter-to-add-timestamp
# https://video.stackexchange.com/questions/12105/add-an-image-overlay-in-front-of-video-using-ffmpeg
# https://itimagination.com/ffmpeg-image-sequence-video-date-overlay-based-timestamps/
@skulumani
skulumani / readme.md
Created June 8, 2020 01:32
PopOS Dual Boot
  1. Ensure systemd boot menu shows up
sudo vim /boot/efi/loader/loader.conf

Add the following line - for 5 second timeout

@skulumani
skulumani / README.md
Last active February 15, 2021 14:46
Counter Strike Configs
-tickrate 128 +fps_max 0 -novid -nojoy +exec autoexec.cfg

Mouse sensitivity

  • Logitech G305 800 DPI - higher DPI is better according to BattleNonsense
  • 12 inches per 180 deg turn
@skulumani
skulumani / DxDiag.txt
Created April 12, 2019 16:19
DXDIAG System Specs
------------------
System Information
------------------
Time of this report: 4/12/2019, 12:10:29
Machine name: DESKTOP-45QII02
Machine Id: {A77E1724-52B9-4329-B6FE-4D990CAA54B0}
Operating System: Windows 10 Education 64-bit (10.0, Build 17763) (17763.rs5_release.180914-1434)
Language: English (Regional Setting: English)
System Manufacturer: To Be Filled By O.E.M.
System Model: To Be Filled By O.E.M.
@skulumani
skulumani / .travis.yml
Last active December 7, 2018 20:00
miniconda with travis ci
language: python
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "2.7"
- "3.5"
- "3.6"
install:
- sudo apt-get update
# We do this conditionally because it saves us some downloading if the
# version is the same.
@skulumani
skulumani / log.gist
Created November 26, 2018 13:30
20181126_signal_desktop log
Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Signal/1.18.0 Chrome/61.0.3163.100 Electron/2.0.8 Safari/537.36 node/8.9.3 env/production
INFO 2018-11-26T12:40:36.153Z app ready
INFO 2018-11-26T12:40:36.159Z key/initialize: Generating new encryption key, since we did not find it on disk
INFO 2018-11-26T12:40:37.238Z config/set: Saving user config to disk
INFO 2018-11-26T12:40:37.244Z updateSchema: Current schema version: 0; Most recent schema version: 5; SQLite version: 3.20.1; SQLCipher version: 3.4.2;
INFO 2018-11-26T12:40:37.245Z updateToSchemaVersion1: starting...
INFO 2018-11-26T12:40:38.352Z updateToSchemaVersion1: success!
INFO 2018-11-26T12:40:38.352Z updateToSchemaVersion2: starting...
INFO 2018-11-26T12:40:38.378Z updateToSchemaVersion2: success!
INFO 2018-11-26T12:40:38.378Z updateToSchemaVersion3: starting...
@skulumani
skulumani / README.md
Last active October 21, 2018 19:15
PGP Public Keys

To move to a new system

  • Install dependencies
sudo apt-get install -y gnupg2 gnupg-agent scdaemon pcscd

or for MacOS

@skulumani
skulumani / README.md
Last active March 7, 2021 23:56
CID Insurgency map download
@skulumani
skulumani / doc.m
Created September 25, 2018 15:48
matlab documentation
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Purpose:
% - Function that loads planetary constant values for AAE532 class
%
% Inputs:
% - none
%
% Outpus:
% - constants - structure that holds constants for sol system divided
% by body
@skulumani
skulumani / .travis.yml
Last active August 4, 2018 15:30
Travis LaTeX setup
sudo: false
language: generic
matrix:
include:
- os: linux
git:
depth: false
cache:
directories:
- "/tmp/texlive"