Open Research

  • Invalid value for foo: "bar"
    ... Invalid value for foo: "bar" Feed Validation Service Check the syntax of Atom or RSS feeds Message Invalid value for ...
    http://validator.w3.org/feed/docs/error/InvalidIntUnit.html
  • foo attribute of bar must be 'true' or 'false'
    foo attribute of bar must be 'true' or 'false' Feed Validation Service Check the syntax of Atom or RSS feeds ...
    http://validator.w3.org/feed/docs/error/InvalidTrueFalse.html
  • foo attribute of bar must be a valid URI
    foo attribute of bar must be a valid URI Feed Validation Service Check the syntax of Atom or ...
    http://validator.w3.org/feed/docs/error/InvalidURIAttribute.html
  • foo attribute of bar must be 'true' or 'false'
    foo attribute of bar must be 'true' or 'false' Feed Validation Service Check the syntax of Atom or RSS feeds ...
    http://validator.w3.org/feed/docs/error/InvalidBooleanAttribute.html
  • foo attribute of bar must be 'yes', 'no', or 'clean'
    foo attribute of bar must be 'yes', 'no', or 'clean' Feed Validation Service Check the syntax of Atom or RSS ...
    http://validator.w3.org/feed/docs/error/InvalidYesNoClean.html
  • foo contains more than one bar
    foo contains more than one bar Feed Validation Service Check the syntax of Atom or RSS feeds Message foo contains more than one bar Explanation Only one occurrence of the specified element is allowed in this context. For ...
    http://validator.w3.org/feed/docs/error/DuplicateElement.html
  • mail_lookuplist [Andreas Schamanek: System Administration]
    ... 1) be a plain text file with 1 plain e-mail address per line. Examples (Sloppy) Input If foo@bar.not was a valid address the following should work foo @ bar.not < foo @ bar.not > Foo Bar < foo @ bar.not > more foo |foo @ bar.not| # ... only with --sloppy foo @ bar.not ( Foo Bar ) # ... only with --sloppy < foo @ bar.not$ > # ... only with --sloppy Command line mail_lookuplist foo @ bar.not my_list_of_addresses mail_lookuplist "Andreas <foo@bar.not>" my_list_of_addresses .procmailrc Example of usage within a .procmailrc recipe :0 * ^From: \ / . * * ? mail_lookuplist "$MATCH" $HOME / whitelisted_addresses ...
    http://www.fam.tuwien.ac.at/~schamane/_/mail_lookuplist
  • javax.xml.xpath (Java 2 Platform SE 5.0)
    ... expression. Thus, all three <bar> elements in the following document would be selected by the /foo/bar expression: <foo> <bar/> <bar/> <bar/> </foo> A special location path operator, // , selects nodes at any depth in an XML document. The ... gives examples of location paths for each of these node types: Location Path Description /foo/bar/ @id Selects the attribute id of the <bar> element /foo/bar/ text() Selects the text nodes of the <bar ...
    http://vaasa.wi-bw.tfh-wildau.de/DOKU/jdk-1_5_0/api/javax/xml/xpath/package-summary.html
  • http://informatik.unibas.ch/lehre/ws05/cs201/_Downloads/Cslides.pdf
    ... a[8] = ’d’; *(a+8)=’d’; typedef struct f { char a; int b; float c; } foo; typedef struct f *fooptr; fooptr bar; bar = (fooptr)malloc(sizeof(foo)); /* reserve 1 foo worth of bytes */ bar−>b = 12; I/O in C " Need to include I/O libraries: #include<stdio.h> " I ... 2; z = new_foo(5); foo_add(z,x); } Opaque Type Example // foo.h // this is the client’s type: foo typedef struct bar *foo; // function that returns a
    http://informatik.unibas.ch/lehre/ws05/cs201/_Downloads/Cslides.pdf
  • Bundesprüfstelle indiziert Blog | Spreeblick
    Bundesprüfstelle indiziert Blog | Spreeblick Archiv Shop Hilfe Impressum Kontakt Spreeblick I live by the river! 10.08.09 Positionen Podcast Gates Of The West Toni Mahoni Essays Stories Alltag Reflektionen Ahoi Polloi Interview Pop Musik Fotografie Film/TV/Radio Netz Literatur Popgun Kunst Unfug Klickfest Sport Games Pigeon Science Produkte Spreeblick Hardware Software Services Dinge Verlosung Weihnachten08 Politik Inland Ausland Personen Netzpolitik Medien Unternehmen Bildung Politik von Johnny Haeusler | 262 Bundesprüfstelle indiziert Blog (Hinweis: Ich habe nach langer Überlegung beschlossen, an dieser Stelle kein Bild eines „Pro-Ana“-Mitglieds zu posten) Erstmals hat die ...
    http://www.spreeblick.com/2009/01/22/bundesprufstelle-indiziert-blog/
  • An introduction to Zope Page Templates and their use outside of Zope (+Audio)
    ... Dummy data </li> </ul> 30th June 2009 Europython 2009, Birmingham, UK 13 Makes well-formed XHTML easy <ul> <li> % if foo = 'bar': ${name} </li> Nesting % endif </ul> Error! 30th June 2009 Europython 2009, Birmingham, UK 14 Makes well-formed XHTML easy <ul ... it? In mycode.py: from zope.pagetemplate.pagetemplatefile import PageTemplateFile my_pt = PageTemplateFile('mytemplate.pt') context = {'row': ['apple', 'banana', 'carrot'], 'foo':'bar'} print my_pt.pt_render(namespace=context) 30th June 2009 Europython 2009, Birmingham, UK 18 So, how do I use it? In ...
    http://www.slideshare.net/hammertoe/an-introduction-to-zope-page-templates-and-their-use-outside-of-zope
  • Search tips
    Search tips Home  >  About Us Search tips This reference file explains the search syntax for the search engine.   Topics: The Basic Search Spelling Synonyms Sorting by Date Automatic "and" Queries "OR" Searches See Your Search Terms in the Results Does Capitalisation Matter? Does the Search Engine Observe Stop Words? Does the Search Engine Use Stemming? Refining Your Search Excluding Words Phrase Searches Restricted Searches Advanced Operators The Basic Search To enter a query, type in ...
    http://portico.bl.uk/aboutus/searchtips.html
  • Opera: Security specifications in Opera Presto 2.1.1
    ... Allow moving of windows Allow changing of status field Allow script to hide address bar Cookies dialog box The Cookies dialog box supports the following user preferences: Optional: Accept cookies only ...
    http://www.opera.com/docs/specs/presto211/security/
  • A List Apart: Style Guide
    ... indented on the wrap. Control structures such as parentheses require spacing on the outside only if (foo bar) { // do something } An opening curly brace should be on the line of the command that ...
    http://www.alistapart.com/contribute/styleguide/
  • Octave - A Brief Introduction to Octave
    ... your terminal, you can use a set of commands like this gset term postscript gset output "foo.ps" replot This will work for other types of output devices as well. Octave's gset ... in this font or form: first-number . Commands that you type sometimes appear in this font or form: foo --bar --baz . Specific keys on your keyboard appear in this font or form: ANY . Evaluation Notation In the ...
    http://www.ai.wu-wien.ac.at/manuals/hahsler/octave/octave_2.html
  • Microsoft Word - UserManual.doc
    1 The Compiler Generator Coco/R User Manual Hanspeter Mössenböck Johannes Kepler University Linz Institute of System Software Coco/R 1 is a compiler generator, which takes an attributed grammar of a source language and generates a scanner and a parser for this language. The scanner works as a deterministic finite automaton. The parser uses recursive descent. LL(1) conflicts can be resolved by a multi-symbol lookahead or by semantic checks. ...
    http://www.ssw.uni-linz.ac.at/Research/Projects/Coco/Doc/UserManual.pdf
  • Six things science has revealed about the female orgasm - life - 28 May 2009 - New Scientist
    Six things science has revealed about the female orgasm - life - 28 May 2009 - New Scientist Life Login Username Password  Remember me Your login is case sensitive Forgotten your password? Subscriber? Register now! Subscribe now Institutional Subscribers Athens login close Home News In-Depth Articles Blog Opinion Video Galleries Topic Guides Last Word E-Newsletter Jobs Subscribe SPACE TECH ENVIRONMENT HEALTH LIFE PHYSICS&MATH SCIENCE IN SOCIETY Home | Life | Health | Science in Society | News Six things science has revealed about the female orgasm 17:35 28 May 2009 by Michael ...
    http://www.newscientist.com/article/dn17165-six-things-science-has-revealed-about-the-female-orgasm.html
  • Upgrading to 2.0 from 1.3 - Apache HTTP Server
    ... was put together with the Header directive, since it was a misnomer. Use Header always set foo bar instead to get the desired behaviour. Misc Changes The module mod_auth_digest , which was experimental ...
    http://cgi.tu-harburg.de/manual/upgrading.html
  • Jockey technique boosts steed speed - life - 16 July 2009 - New Scientist
    ... they buck. reply report this comment view thread Saddles Not Jockeys Fri Jul 17 23:19:26 BST 2009 by Foo Bar Nature never meant for horses to live in North America in current ...
    http://www.newscientist.com/article/dn17475-jockey-technique-boosts-steed-speed.html
  • TWikiPlugins < TWiki < TWiki
    ... form the bullets describing the Plugins in the TextFormattingRules topic: Set SHORTDESCRIPTION = Create dynamic foo bar reports Debug Plugin, output can be seen in data/debug.txt . Set to 0=off or ...
    http://menet.mdw.ac.at/bin/view/TWiki/TWikiPlugins
  • praegnanz.de: Das www ist Vergangenheit
    praegnanz.de: Das www ist Vergangenheit Suche Kontakt start weblog essays portfolio vortraege Das www ist Vergangenheit 23.09.2007 Diese schnuckelige Domain existiert nun schon seit 6 Jahren, es wurde Zeit, dass endlich Ordnung einkehrt: www.praegnanz.de geht! praegnanz.de kommt! Endlich habe ich mich aufgerafft und in stundenlanger 3-minütiger Recherche drei wichtige Zeilen Apache-Code gefunden, die es nun möglich macht, dass sämtliche Anfragen auf die www-Subdomain direkt auf die Hauptdomain umgeleitet werden. RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.praegnanz\.de$ [NC] RewriteRule ^(.*)$ http://praegnanz.de/$1 [R=301,L] Somit gibt es ...
    http://praegnanz.de/weblog/das-www-ist-vergangenheit
  • Microsoft PowerPoint - 02_C++.ppt
    ... semicolon after the class declaration! #endif [Foo.h] #ifndef _FOO_H #define class Foo // declare a class Foo { public: // begin a public section Foo(); // declare a constructor for Foo protected: // begin a protected section int m_num; // declare an instance variable of type int }; // note the ... the semicolon after the class declaration! #endif [Foo.cc] #include "Foo.h" // include the class declaration Foo::Foo() // definition for Foo ...
    http://www.tkn.tu-berlin.de/curricula/ws0607/SimPrak/Handouts/02_C%2B%2B_4Up.pdf
  • Collections (Java 2 Platform SE 5.0)
    Collections (Java 2 Platform SE 5.0) Overview   Package     Class   Use   Tree   Deprecated   Index   Help   Java TM  2 Platform Standard Ed. 5.0   PREV CLASS     NEXT CLASS FRAMES     NO FRAMES     All Classes SUMMARY: NESTED |  FIELD  | CONSTR |  METHOD DETAIL:  FIELD  | CONSTR |  METHOD java.util Class Collections java.lang.Object java.util.Collections public class Collections extends Object This class consists exclusively of static methods that operate on or return collections. It contains polymorphic algorithms that operate on collections, "wrappers", which return a new collection backed by a specified collection, and a ...
    http://vaasa.wi-bw.tfh-wildau.de/DOKU/jdk-1_5_0/api/java/util/Collections.html
  • Hands On The New Hildon
    ... GTK_BUTTON (filter)); GCDS · Joaquim Rocha · jrocha@igalia.com 20 Application Menu: Code (cont. 2) item = hildon_gtk_button_new (HILDON_SIZE_FINGER_HEIGHT); gtk_button_set_label (GTK_BUTTON (item), "Foo Bar"); hildon_app_menu_append (HILDON_APP_MENU (menu), GTK_BUTTON(item)); ... hildon_window_set_app_menu (HILDON_WINDOW (main_window), HILDON_APP_MENU (menu)); GCDS · Joaquim Rocha · jrocha@igalia.com 21 Buttons Differences Buttons ...
    http://www.slideshare.net/j_rocha/hands-on-the-new-hildon
  • »Benimmregeln für Datentabellen« Teil 1: Einfache Datentabellen : Einfach für Alle
    ... und id Zunächst einmal müssen bei dieser Methode sämtliche Überschriftenzellen mit einer eindeutigen und einmaligen id versehen werden ( <th id="foo"> … </th> ). Zulässige Werte für diese id sind wie in HTML üblich sämtliche Buchstaben von A-Z ... Datenzellen über ihr headers -Attribut referenziert, der Wert dieses Attributs entspricht der id der zugeordneten Überschriftenzelle: <table> <tr> <th id="foo">…</th> <th id="bar">…</th> </tr> <tr> <td headers="foo">…</td> <td headers="bar">…</td> </tr> </table> Tipp: Generell sollten Sie sich zur besseren Übersicht und damit zur Arbeitserleichterung einen eigenen Namensraum ausdenken, der ...
    http://www.einfach-fuer-alle.de/artikel/barrierefreie-datentabellen/einfache-tabellen/
Impressum