Skip to content

Instantly share code, notes, and snippets.

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
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
@kasbah
kasbah / glxinfo
Last active December 30, 2015 23:49
$ 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,
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.
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)]
@kasbah
kasbah / plotting_first_electrode.ipynb
Last active December 19, 2015 16:39
measuring dynamic range of one electrode on the nomech_mini
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"metadata": {
"name": "vis1"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
pkgname=srecord
pkgver=1.61
pkgrel=1
pkgdesc="The SRecord package is a collection of powerful tools for manipulating EPROM load files."
arch=('i686' 'x86_64')
license=('GPL')
makedepends=('boost')
url="http://srecord.sourceforge.net"
source=("${url}/${pkgname}-${pkgver}.tar.gz")
# broken makefile has race conditions, remove "-j"
#allow access to usb
SUBSYSTEM=="usb", MODE="0666", GROUP="dialout"
SUBSYSTEM=="hidraw", MODE="0666", GROUP="dialout"
SUBSYSTEM=="hid", MODE="0666", GROUP="dialout"
#
##ATTR{idVendor}=="03eb", ATTR{idProduct}=="204f", MODE="0666", GROUP="dialout", SYMLINK="lufarawhid-%n"
##
##ATTR{idVendor}=="03eb", ATTR{idProduct}=="2ff4", MODE="0666", GROUP="dialout", SYMLINK="lufarawdfu-%n"
##
ATTR{idVendor}=="0x1d50", ATTR{idProduct}=="0x6041", MODE="0666", GROUP="dialout", SYMLINK="alpharawhid-%n"
# Contributor: Corrado Primier <[email protected]>
# Maintainer: Laszlo Papp <djszapi2 at gmail com>
pkgname=uisp
pkgver=20050207
pkgrel=4
pkgdesc="A tool for AVR which can interface to many hardware in-system programmers"
arch=('i686')
url="http://savannah.nongnu.org/projects/uisp/"
license=('GPL')
depends=('gcc-libs')