Skip to content

Instantly share code, notes, and snippets.

View sanchit97's full-sized avatar

Sanchit Sinha sanchit97

View GitHub Profile
alias ls='ls -GFh'
export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ "
export CLICOLOR=1
export LSCOLORS=ExFxBxDxCxegedabagacad
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
alias matlab='/Applications/MATLAB_R2018a.app/bin/matlab'
export PATH=kotlin-native-macos-1.3.31/bin:$PATH
#Port
export PATH=$PATH:/opt/local/bin
From 93d709a6c04af3749cd12ed98791bceb05f3f626 Mon Sep 17 00:00:00 2001
From: Sanchit Sinha <sanchit15083@iiitd.ac.in>
Date: Sun, 20 Aug 2017 03:02:00 +0530
Subject: [PATCH] libavfilter/af_ambisonic.c:Added File for Ambisonic Decoding
Signed-off-by: Sanchit Sinha <sanchit15083@iiitd.ac.in>
---
Changelog | 1 +
libavfilter/Makefile | 1 +
libavfilter/af_ambisonic.c | 736 +++++++++++++++++++++++++++++++++++++++++++++
@sanchit97
sanchit97 / CO_Keypad_Lock.asm
Created November 16, 2016 19:16
Keypad Lock using 8051
RS EQU P2.7
RW EQU P2.6
E EQU P2.5
SEL EQU 41H
ORG 000H
CLR P2.0
MOV TMOD,#00100001B