Skip to content

Instantly share code, notes, and snippets.

@n-west
n-west / bootlog
Created January 2, 2014 02:42
A bootlog that triggers kernel panic on first attempt booting custom insulaudit distro.
## Booting kernel from Legacy Image at 82000000 ...
Image Name: Linux-3.5.7
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 1786136 Bytes = 1.7 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
Loading Kernel Image ... OK
Starting kernel ...
#include <iostream>
#include <boost/thread.hpp>
void workerFunc()
{
std::cout << "Worker: running" << std::endl;
std::cout << "Worker: finished" << std::endl;
}
int main(int argc, char* argv[])

Common Problems with GNU Radio/VOLK submodules

This is a list of problems that we expect people to run in to when working with GNU Radio and the VOLK submodule. Each problem has a probable cause, the error message, and a solution.

Problem 1

Cause

@n-west
n-west / gr-radar.json
Last active August 29, 2015 14:16
yaml_json_xlate.py
{
"brief": "A radar toolbox from GSoC '14",
"contact": {
"author": "Stefan Wunsch",
"email": "stefan.wunsch@student.kit.edu"
},
"copyright_owner": "Communications Engineering Lab, KIT",
"dependencies": [
"UHD",
"Qt",
@n-west
n-west / sinalaysis.cs
Created October 22, 2015 16:04 — forked from dosomder/sinalaysis.cs
Xperia SIN Structure analysis
// ==========================================================
// Sony Xperia SIN (Firmware flashable files) analysis
//
// Author: zxz0O0
// Started: 2014-06-05
// Notes: Numbers are big endian
// Credits: Androxyde
// ==========================================================
struct SinFile
@n-west
n-west / capital bikeshare.md
Created January 9, 2018 06:09
washington dc transportation apis