-
2104111·text·3.0 KB·2012-01-19 17:06 UTC
$ npm install dnode
npm ERR! Failed unpacking /tmp/npm-1326992660323/1326992669509-0.6875308358576149/tmp.tgz
npm ERR! couldn't unpack /tmp/npm-1326992660323/1326992669509-0.6875308358576149/tmp.tgz
-
2104109·text·20 B·2012-01-19 17:00 UTC
adasdasdasdasdasdasd
-
2104108·text·941 B·2012-01-19 16:59 UTC
checking for sed... /home/ubuntu/8.09.2/staging_dir/host/bin/sed -i -e
checking whether /home/ubuntu/8.09.2/staging_dir/host/bin/sed -i -e understands (foo|bar)... no
configure: error:
Sorry, you h
-
2104107·text·396 B·2012-01-19 16:56 UTC
** foo.cpp **
#include "external.h"
void foo() {
int sample = digitalRead(1);
Serial.print(sample);
}
** bar.cpp **
#include "external.h"
void bar() {
int sample = analogRea
-
2104106·text·414 B·2012-01-19 16:55 UTC
** foo.cpp **
#include <(elusive libraries)>
void foo() {
int sample = digitalRead(1);
Serial.print(sample);
}
** bar.cpp **
#include <(elusive libraries)>
void bar() {
int
-
2104105·text·396 B·2012-01-19 16:52 UTC
** foo.cpp **
#include <(elusive libraries)>
void foo() {
int sample = digitalRead(1);
Serial.print(sample);
}
** bar.cpp **
#include <(elusive libraries)>
void bar() {
int
-
2104103·text·2.4 KB·2012-01-19 16:42 UTC
traceroute to rom.by (78.46.67.232), 30 hops max, 60 byte packets
1 217.197.124.129 (217.197.124.129) 0.317 ms 0.385 ms 0.459 ms
2 213.221.4.193 (213.221.4.193) 2.141 ms 2.198 ms 2.281 ms
-
2104101·text·3.4 KB·2012-01-19 16:32 UTC
Oracle VM VirtualBox Command Line Management Interface Version 3.2.10
(C) 2005-2010 Oracle Corporation
All rights reserved.
UUID: ec2910a5-e230-44aa-a5ac-e78fb6d5e826
Parent UUID: base
F
-
2104099·text·442 B·2012-01-19 16:25 UTC
Hard disk 'C:\Users\Joey\.VirtualBox\Machines\ubuntu\Snapshots\{f9678935-5be1-4ef0-afae-65cc4b49ab0c}.vdi' with UUID {f9678935-5be1-4ef0-afae-65cc4b49ab0c} cannot be directly attached to the virtual m
-
2104098·csharp·1.0 KB·2012-01-19 16:23 UTC
using System.Windows.Input;
using Microsoft.Practices.Prism.Commands;
using Microsoft.Practices.Prism.ViewModel;
namespace Fend.Views.Login
{
public class LoginViewModel : NotificationObject
-
2104095·text·82.2 KB·2012-01-19 16:19 UTC
-
2104094·csharp·12.3 KB·2012-01-19 16:06 UTC
//Dactyl project v1.0
//I2C interrupt code using the ST Perif library
#include "i2c_int.h"
#include "gpio.h"
#include "Sensors/bmp085.h"
#include "Sensors/pitot.h"
#include "Sensors/accel_down.h
-
2104092·text·75.3 KB·2012-01-19 16:00 UTC
-
2104084·mirc·168 B·2012-01-19 15:20 UTC
<span onmouseover="_tipon(this)" onmouseout="_tipoff()"><span class="google-src-text" style="direction: ltr; text-align: left">keezmovies</span> Kızlık Bozma</span>
-
2104083·text·427 B·2012-01-19 15:09 UTC
public RadauLattice doAnalysis(RadauLattice lattice)
{
LOGGER.info("running semantic analyzer.");
// TODO: do something here!
// lattice contains POSTags for words.
// How to get co
-
2104080·vb·672 B·2012-01-19 14:53 UTC
Sub GetSheet()
Dim S As String
Dim stav As Boolean
stav = False
S = InputBox("Nazev listu:")
If S <> vbNullString Then
For Each sesit In Sheets
If InStr(1, sesit.Name,
-
2104078·css·55.3 KB·2012-01-19 14:50 UTC
-
2104076·text·1.1 KB·2012-01-19 14:46 UTC
// we have a set of functions
function play(){
}
function stop(){
}
function timeupdate(time){
// based on the time we do whatever we want.
}
// when you have media, load jpla
-
2104070·text·682 B·2012-01-19 14:17 UTC
penguin@shigure:~/rbot-0.9.15$ gem -v && gem list --local
1.3.7
*** LOCAL GEMS ***
abstract (1.0.0)
actionmailer (3.0.3, 2.3.5)
actionpack (3.0.3, 2.3.5)
activemodel (3.0.3)
activerecord (
-
2104061·text·406 B·2012-01-19 13:50 UTC
{% block field_label %}
{% if required %}
{% if attr.class is defined %}
{% set attr = attr|merge({"class": attr.class ~ " required"}) %}
{% else %}
{% set attr = attr|merge