Skip to content

Instantly share code, notes, and snippets.

View dzackgarza's full-sized avatar
🎯
Focusing

D. Zack Garza dzackgarza

🎯
Focusing
View GitHub Profile
anonymous
anonymous / -
Created March 18, 2017 05:12
System: Host: hp Kernel: 4.8.0-41-generic x86_64 (64 bit gcc: 6.2.0)
Desktop: Cinnamon 3.2.8 (Gtk 3.20.9-1ubuntu2.1) dm: lightdm Distro: Ubuntu 16.10
Machine: System: Hewlett-Packard (portable) product: HP Pavilion dv7 Notebook PC v: 049B210000241310000030000
Mobo: Hewlett-Packard model: 365C v: 32.25 BIOS: Hewlett-Packard v: F.1D date: 10/05/2010
Chassis: type: 10
CPU: Dual core Intel Core i5 M 430 (-HT-MCP-) cache: 3072 KB
flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx) bmips: 9044
clock speeds: min/max: 1199/2267 MHz 1: 1599 MHz 2: 1733 MHz 3: 1466 MHz 4: 1333 MHz
Graphics: Card: NVIDIA GT218M [GeForce G 105M] bus-ID: 01:00.0 chip-ID: 10de:0a68
Display Server: X.Org 1.18.4 drivers: nvidia (unloaded: fbdev,vesa,nouveau)
@yy
yy / Makefile
Created February 3, 2011 02:11
A sample makefile for a paper in LaTeX.
TEX = pdflatex -interaction nonstopmode
BIB = bibtex
GS = gs -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite
COVER = cover
PAPER = paper_main
SUPP = paper_supp
BIBFILE = temp.bib
BUNDLE = paper_bundle.pdf