Skip to content

Instantly share code, notes, and snippets.

View atnon's full-sized avatar

Anton Landberg atnon

  • Gothenburg, Sweden
View GitHub Profile
### Keybase proof
I hereby claim:
* I am atnon on github.
* I am landberg (https://keybase.io/landberg) on keybase.
* I have a public key ASCxGuc_VUDsSXPwwsTkHPJac4oHQhSaipLhgRwqYuXUCwo
To claim this, I am signing this object:
@atnon
atnon / installation.md
Last active April 25, 2016 19:18
bladeRF + GNU Radio on OS X
@atnon
atnon / .gitignore
Created May 21, 2015 18:07
Leon3 Gitignore
### Project specific ###
*.log
*.debug
setup_env.sh
alibs.do
compile.asim
compile.dc
compile.etools
compile.ghdl
compile.ncsim
@atnon
atnon / APB Slave
Created May 11, 2015 17:45
APB Slave, just something random.
library ieee;
use ieee.std_logic_1164.all;
use ieee.numeric_std.all;
library grlib;
use grlib.amba.all;
use grlib.stdlib.all;
use grlib.devices.all;
library work;
@atnon
atnon / LIPS - Requirement Numbering
Created February 19, 2015 00:19
LaTeX Commands to number requirements and requirement revisions according to the LIPS Project Model Requirements Specifications document template.
% Function to handle requirement and requirement revision numbers.
% Put code in LaTeX Preamble.
% Author: Anton Landberg
% Use: When assigning a new requirement, use \requirement.
% There is also a command for reviding requirements, \requirementRev.
% This will yield a number such as 1,2,3,etc. and will be unique in the doc.
% It also supports labels, so that requirements can be easily referenced.
%
% Usage - \requirement
% Referencing a requirement can be done like this:
@atnon
atnon / kaffestatus.pl
Created March 14, 2013 12:38
Det script som körs i irssi för att fråga efter kaffe.
use strict;
use warnings;
use Irssi;
our $VERSION = '1.00';
our %IRSSI = (
authors => 'Anton Landberg',
contact => 'bitter@eta.chalmers.se',
name => 'ETAkaffestatus',