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
#!/usr/bin/env python | |
# | |
# Copyright 2005,2007,2011,2015 Free Software Foundation, Inc. | |
# | |
# GNU Radio is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation; either version 3, or (at your option) | |
# any later version. | |
# | |
# GNU Radio is distributed in the hope that it will be useful, |
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
spion@missperfect:~/Projects/testhash$ gcc -O3 test.c -o testc | |
spion@missperfect:~/Projects/testhash$ time ./testc | |
The 1000000 | |
a 2000000 | |
at 1000000 | |
brown 1000000 | |
dog 1000000 | |
era 1000000 | |
fox 1000000 | |
jumped 1000000 |
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
!: | |
|_ [hid=hide ~] | |
++ poke-mars-args | |
|= [ost=bone you=ship *] | |
:_ +>.$ | |
:- [ost %pass / %g %cide %$] | |
:- [ost %give %nice ~] | |
%+ turn (~(tap by sup.hid)) | |
|= [ost=bone *] | |
=- [ost %give %rush %tang -] |
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
Instructions for trying ext4+overlay with docker! In an up-to-date SDK: | |
Write the following to /build/amd64-usr/etc/portage/package.keywords/overlay | |
sys-kernel/coreos-sources | |
sys-kernel/coreos-kernel | |
sys-fs/btrfs-progs | |
app-emulation/docker | |
In src/scripts make the following change to switch to ext4: |