Skip to content

Instantly share code, notes, and snippets.

View dnguyen85's full-sized avatar

Danh Nguyen dnguyen85

View GitHub Profile
@INPROCEEDINGS{5876482,
author={F. Khan and Z. Pi},
booktitle={Sarnoff Symposium, 2011 34th IEEE},
title={mmWave mobile broadband (MMB): Unleashing the 3 #x2013;300GHz spectrum},
year={2011},
pages={1-6},
keywords={broadband networks;microwave propagation;millimetre wave propagation;mobile radio;cellular mobile communications;first generation analog systems;fourth generation OFDMA systems;frequency 3 GHz to 300 GHz;mmWave mobile broadband;second generation digital systems;spectrum availability;third generation WCDMA;ultra high frequency band;Aperture antennas;Attenuation;Broadband communication;Dipole antennas;Fresnel reflection;Mobile communication;Rain},
doi={10.1109/SARNOF.2011.5876482},
month={May},}
### MATPLOTLIBRC FORMAT
# This is a sample matplotlib configuration file - you can find a copy
# of it on your system in
# site-packages/matplotlib/mpl-data/matplotlibrc. If you edit it
# there, please note that it will be overwritten in your next install.
# If you want to keep a permanent local copy that will not be
# overwritten, place it in the following location:
# unix/linux:
# $HOME/.config/matplotlib/matplotlibrc or
@dnguyen85
dnguyen85 / Makefile
Created October 17, 2015 17:54
Markdown to baretex conversion
.phony: all
# SRC is a list of all .md files
SRC=$(wildcard *.md)
# OBJ is a list of all files in $(SRC), but replacing extension
OBJ=$(SRC:.md=.tex)
# Convert a.md to a.tex
%.tex: %.md
scholdoc --natbib --no-standalone -o $@ $<
@dnguyen85
dnguyen85 / ieee-trigraph.csl
Created October 15, 2015 19:34 — forked from marcelofernandez/ieee-trigraph.csl
IEEE CSL Style, with trigraph and uppercase citation label
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only">
<info>
<title>IEEE trigraph</title>
<id>http://www.zotero.org/styles/ieee-trigraph</id>
<link href="http://www.zotero.org/styles/ieee-trigraph" rel="self"/>
<author>
<name>Michael Berkowitz</name>
<email>mberkowi@gmu.edu</email>
</author>
@dnguyen85
dnguyen85 / ieee.csl
Last active October 15, 2015 19:49
CSL style file for IEEE citations
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only">
<info>
<title>IEEE</title>
<id>http://www.zotero.org/styles/ieee</id>
<link href="http://www.zotero.org/styles/ieee" rel="self"/>
<link href="http://www.ieee.org/documents/style_manual.pdf" rel="documentation"/>
<link href="http://www.ieee.org/documents/auinfo07.pdf" rel="documentation"/>
<author>
<name>Michael Berkowitz</name>
@dnguyen85
dnguyen85 / .vromerc
Last active March 11, 2020 23:52
Vrome Setting file
" Scrolling speed
map j 5j
map k 5k
map l 5l
map h 5h
" Map for tab navigation
map P gT
map N gt