-
2110952·text·4 B·2012-02-07 21:34 UTC
asdf
-
2110947·text·670 B·2012-02-07 21:11 UTC
void kalman(float accelVals[2], float gyroRate[2], float compAngle[2])
{
//Vector for tilt from accelerometer only
float r = sqrt((pow(accelVals[0], 2) + pow(accelVals[1], 2) + pow(accelVals[2]
-
2110946·text·555 B·2012-02-07 21:03 UTC
to avoid the check_ping error `CRITICAL - You need more args!!!', do:
--- nagios-plugins-1.4.15.ebuild.org 2012-02-07 20:31:04.919360103 +0100
+++ nagios-plugins-1.4.15.ebuild 2012
-
2110942·text·584 B·2012-02-07 20:55 UTC
observium nagios-plugins # (21:52) diff -u nagios-plugins-1.4.15.ebuild.org nagios-plugins-1.4.15.ebuild
--- nagios-plugins-1.4.15.ebuild.org 2012-02-07 20:31:04.919360103 +0100
+++ nagios-plugin
-
2110941·text·584 B·2012-02-07 20:54 UTC
observium nagios-plugins # (21:52) diff -u nagios-plugins-1.4.15.ebuild.org nagios-plugins-1.4.15.ebuild
--- nagios-plugins-1.4.15.ebuild.org 2012-02-07 20:31:04.919360103 +0100
+++ nagios-plugin
-
2110940·text·1.2 KB·2012-02-07 20:50 UTC
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Average
{
class Program
{
static void Main(string[] args)
{
-
2110935·javascript·9.7 KB·2012-02-07 20:19 UTC
if(typeof(COMSCORE)=="undefined"){var COMSCORE={};}if(typeof COMSCORE.SiteRecruit=="undefined"){COMSCORE.SiteRecruit={version:"4.6.3",debug:false,CONSTANTS:{COOKIE_TYPE:{ALREADY_ASKED:1,DD_IN_PROGRESS
-
2110933·text·1.9 KB·2012-02-07 20:14 UTC
WEB100 Enabled Statistics:
Checking for Middleboxes . . . . . . . . . . . . . . . . . . Done
checking for firewalls . . . . . . . . . . . . . . . . . . . Done
running 10s outbound test (client-to
-
2110932·java·2.1 KB·2012-02-07 20:10 UTC
package scraper;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.io.InputStreamReader;
import or
-
2110930·text·3.0 KB·2012-02-07 20:03 UTC
m_mainSocket = new Socket(AddressFamily.InterNetwork,
SocketType.Stream,
ProtocolType.Tcp);
IPEndPoint ipLocal = new IPEndPoint(IPAddress.Any, port
-
2110929·csharp·3.1 KB·2012-02-07 19:56 UTC
// EXAMPLE IMPLEMENTATION
Action<IEnumerable<IMessage>> receiveCallback;
private void BeginReceive() {
receiveCallback = new Action<IEnumerable<IMessage>>(Mess
-
2110928·csharp·3.1 KB·2012-02-07 19:55 UTC
Action<IEnumerable<IMessage>> receiveCallback;
private void BeginReceive() {
receiveCallback = new Action<IEnumerable<IMessage>>(MessageLoop);
ReceiveAsync
-
2110927·text·756 B·2012-02-07 19:54 UTC
# If you change this first entry you will need to make sure that the
# database
# super user can access the database using some other method.
# Noninteractive
# access to all databases is required
-
2110926·text·756 B·2012-02-07 19:53 UTC
# If you change this first entry you will need to make sure that the
# database
# super user can access the database using some other method.
# Noninteractive
# access to all databases is required
-
2110924·text·1.3 KB·2012-02-07 19:38 UTC
knoppix@Microknoppix:/media/sda1$ ls
$RECYCLE.BIN DSC_0457.JPG GhostBSD.img System Volume Information
ATI DSC_0458.JPG GhostBSD.md5 Totalcmd
AUTOEXEC.BAT DSC_0
-
2110923·text·3.6 KB·2012-02-07 19:37 UTC
[00:01] == jeb [~khaile@78.77.174.171]
[00:01] == realname : Jens Bergensten
[00:01] == channels : @#cobalt #minecraftforge +#mcp #rsw #tigirc
[00:01] == server : galaxy.esper.net [Resistance
-
2110922·text·11.3 KB·2012-02-07 19:29 UTC
A&M International
AACC
Abraham Baldwin Agricultural College
Academy of Art University - San Francisco
Adelphi University
AEG Live
AICCU
Alabama A&M University
Albertus College
Albright Colleg
-
2110921·text·4.9 KB·2012-02-07 19:27 UTC
===================================================================================================
...........:::.......................................................................:.............
-
2110919·text·5.5 KB·2012-02-07 19:24 UTC
Main Title Shakugan no Shana
Official Title Shana
Type TV Series, 24 episodes
Year 06.10.2005 till 23.03.2006
Categories Action, Contemporary Fantasy, Demons, Fantasy, Love Polygon, Magic, Ma
-
2110918·c·180 B·2012-02-07 19:24 UTC
#ifdef __ICCAVR__
#pragma vector=ADC_vect
__interrupt void adcVector(void)
#else
SIGNAL(SIG_ADC)
#endif
{
// процедура обработки прерывания
}