This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 +++++++++++++++++++++++++++++++++++++++++++++ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RS EQU P2.7 | |
| RW EQU P2.6 | |
| E EQU P2.5 | |
| SEL EQU 41H | |
| ORG 000H | |
| CLR P2.0 | |
| MOV TMOD,#00100001B |