This is my recommended path for learning Haskell.
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
warning: Could not load shared library symbols for linux-gate.so.1. | |
Do you need "set solib-search-path" or "set sysroot"? | |
[Thread debugging using libthread_db enabled] | |
Using host libthread_db library "/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1". | |
JUCE v2.1.4 | |
[New Thread 0xb7829b40 (LWP 20425)] | |
[New Thread 0xb77a8b40 (LWP 20426)] | |
[Thread 0xb77a8b40 (LWP 20426) exited] | |
[Thread 0xb7829b40 (LWP 20425) exited] | |
[New Thread 0xb7829b40 (LWP 20427)] |
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
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `config'. | |
libtoolize: linking file `config/ltmain.sh' | |
libtoolize: You should add the contents of the following files to `aclocal.m4': | |
libtoolize: `/usr/share/aclocal/libtool.m4' | |
libtoolize: `/usr/share/aclocal/ltoptions.m4' | |
libtoolize: `/usr/share/aclocal/ltversion.m4' | |
libtoolize: `/usr/share/aclocal/ltsugar.m4' | |
libtoolize: `/usr/share/aclocal/lt~obsolete.m4' | |
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and | |
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree. |
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
$ glxinfo | |
name of display: :1 | |
display: :1 screen: 0 | |
direct rendering: Yes | |
server glx vendor string: SGI | |
server glx version string: 1.4 | |
server glx extensions: | |
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, | |
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, | |
GLX_OML_swap_method, GLX_SGI_swap_control, GLX_SGIS_multisample, |
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
import XMonad hiding ( (|||), Tall ) | |
import XMonad.Hooks.DynamicLog | |
import XMonad.Layout.NoBorders | |
import XMonad.Hooks.ManageDocks | |
import XMonad.Hooks.Place | |
import XMonad.Hooks.ManageHelpers | |
import XMonad.Util.CustomKeys | |
import XMonad.Util.EZConfig | |
--import XMonad.Layout.Magnifier as Mag | |
import Data.Monoid |
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
import XMonad hiding ( (|||), Tall ) | |
import XMonad.Hooks.DynamicLog | |
import XMonad.Layout.NoBorders | |
import XMonad.Hooks.ManageDocks | |
import XMonad.Hooks.Place | |
import XMonad.Hooks.ManageHelpers | |
import XMonad.Util.CustomKeys | |
import XMonad.Util.EZConfig | |
--import XMonad.Layout.Magnifier as Mag | |
import Data.Monoid |
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
#### Wed Jun 18 11:00:13 BST 2014 | |
- Setting up bench | |
#### Wed Jun 18 11:25:17 BST 2014 | |
- Testing servo on both models (connected to VBAT) | |
- No problems encountered | |
- Testing servo + stepper | |
- RPIO module has problems running both at once (not a HW issue) |
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
#### Wed Jun 18 11:00:13 BST 2014 | |
- Setting up bench | |
#### Wed Jun 18 11:25:17 BST 2014 | |
- Testing servo on both models (connected to VBAT) | |
- No problems encountered | |
- Testing servo + stepper | |
- RPIO module has problems running both at once (not a HW issue) |
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
(function() { | |
var countries, country, json, key, one_test, test_bom; | |
countries = get_local("data/countries.json"); | |
test_bom = get_local("data/big_example.tsv", json = false); | |
one_test = function(country) { | |
stop(); | |
return chrome.storage.local.set({ |