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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> | |
<!--Converted with LaTeX2HTML 2008 (1.71) | |
original version by: Nikos Drakos, CBLU, University of Leeds | |
* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan | |
* with significant contributions from: | |
Jens Lippmann, Marek Rouchal, Martin Wilck and others --> | |
<HTML> | |
<HEAD> | |
<TITLE>FreeEMS-SerialProtocolCoreSpecification</TITLE> |
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
struct data { | |
short foo; | |
short bar; | |
unsigned a : 2; | |
unsigned b : 2; | |
unsigned c : 2; | |
unsigned d : 2; | |
unsigned long time; |
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
# | |
# Created 25/08/2010 | |
# by Will Storey | |
# | |
# Requirements: | |
# - LWP::UserAgent (libwww-perl) | |
# - Crypt::SSLeay (https) | |
# - HTML::Entities (decoding html characters) | |
# | |
# Settings: |
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
\begin{figure}[ht] | |
\centering | |
\subfigure[Spectrum from DFT]{ | |
\includegraphics[width=0.45\textwidth]{zebra-spectrum-jet.jpg} | |
\label{fig:zeb-spec} | |
} | |
\subfigure[Modified spectrum]{ | |
\includegraphics[width=0.45\textwidth]{zebra-contrastMag.jpg} | |
\label{fig:zeb-specmod} | |
} |
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
\documentclass[12pt,a4paper,titlepage]{article} | |
%\usepackage[hmargin=3cm,vmargin=3.5cm]{geometry} | |
\usepackage[latin1]{inputenc} | |
\usepackage{amsmath} | |
\usepackage{amsfonts} | |
\usepackage{amssymb} | |
\usepackage{graphicx} | |
\usepackage{listings} | |
\usepackage{datetime} |
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
#include <msp430x20x2.h> | |
#define TICK_HZ 238626 | |
#define RED_LED BIT0 | |
#define GREEN_LED BIT6 | |
void Delay (long ticks); | |
int main() { | |
WDTCTL = WDTPW + WDTHOLD; // Stop watchdog ticksr |
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
$ qmake && make all [22:27:37] | |
RCC: Warning: No resources in 'resource-root.qrc'. | |
Makefile:203: warning: overriding commands for target `moc_freeems_loader.cpp' | |
Makefile:197: warning: ignoring old commands for target `moc_freeems_loader.cpp' | |
Makefile:209: warning: overriding commands for target `moc_freeems_loader.cpp' | |
Makefile:203: warning: ignoring old commands for target `moc_freeems_loader.cpp' | |
Makefile:215: warning: overriding commands for target `moc_freeems_loader.cpp' | |
Makefile:209: warning: ignoring old commands for target `moc_freeems_loader.cpp' | |
Makefile:235: warning: overriding commands for target `ui_freeems_loader.h' | |
Makefile:232: warning: ignoring old commands for target `ui_freeems_loader.h' |
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
digraph G { | |
node [color=red] | |
"Straight bounces" -> "Tuck jump"; | |
"Straight bounces" -> "Pike jump"; | |
"Straight bounces" -> "Straddle jump"; | |
node [color=blue] | |
{"Tuck jump";"Pike jump";"Straddle jump"} -> "Back drop"; | |
"Tuck jump" -> "Hands and knees" | |
"Hands and knees" -> "Stomach drop" |
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
au! CursorHold *.[ch] nested call PreviewWord() | |
func PreviewWord() | |
if &previewwindow " don't do this in the preview window | |
return | |
endif | |
let w = expand("<cword>") " get the word under cursor | |
if w =~ '\a' " if the word contains a letter | |
" Delete any existing highlight before showing another tag | |
silent! wincmd P " jump to preview window |
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
NOTE: Running task 1868 of 4422 (ID: 2621, /pub/Overo-OE/org.openembedded.dev/recipes/webm/libvpx_0.9.1.bb, do_compile) | |
ERROR: function do_compile failed | |
ERROR: log data follows (/pub/Overo-OE/org.openembedded.dev/.5/tmp/work/armv7a-angstrom-linux-gnueabi/libvpx-0.9.1-r1/temp/log.do_compile.10449) | |
| NOTE: make | |
| /pub/Overo-OE/org.openembedded.dev/.5/tmp/work/armv7a-angstrom-linux-gnueabi/libvpx-0.9.1-r1/libvpx-0.9.1/vp8/vp8_common.mk:184: warning: overriding commands for target `vpx_asm_offsets.asm' | |
| /pub/Overo-OE/org.openembedded.dev/.5/tmp/work/armv7a-angstrom-linux-gnueabi/libvpx-0.9.1-r1/libvpx-0.9.1/vp8/vp8_common.mk:184: warning: ignoring old commands for target `vpx_asm_offsets.asm' | |
| [ASM CONVERSION] vp8/decoder/arm/neon/dequantizeb_neon.asm.s | |
| [DEP] vp8/decoder/arm/neon/dequantizeb_neon.asm.s.d | |
| [ASM CONVERSION] vp8/decoder/arm/neon/dequantidct_neon.asm.s | |
| [DEP] vp8/decoder/arm/neon/dequantidct_neon.asm.s.d |