4umi.com/find

The web is a book with many secret pages written in invisible inks, a mountain full of caves where ancient scrolls lie hidden in shadows, a city where nobody knows everybody but everybody knows somebody. Recent successful quests were for Dario Fo, than, fact, Joan Baez, Francesco Lana de Terzi, Pieter Both, Sugawara no Michizane, Giandomenico Cassini, Charles Dickens, easy, johann wolfgang von goethe and Elvis Presley. Various criteria can optionally be selected to finetune a search and speed up the arrival at the desired discovery. What might our visitors be looking for today?

test was found 146 times on 84 pages:  ( 1… 51…  )
  1. code/past.txt 15 Jul 2012, 479.40 KB
    0106 1930: The diesel engine is introduced in a test automobile in... Poland 0127 1967: During a test for the planned 21 February launch... finalize their first pasteurization test|tech 0420 1894: test his idea of vaccination, soon finding
  2. cervantes/donquixote2/ 3 Sep 2009, 1.09 MB
    thereof. So they resolved to pay him a visit and test the improvement in his condition,... matters of chivalry, resolved to test Don Quixote's recovery thoroughly,... of again putting your loyalty to the test; and I therefore forbid you ever to... and done is proved correct by the test of reason itself; and I believe, if
  3. Chapter One 25 Feb 2011, 24.46 KB
    door he showed them racks upon racks of numbered test-tubes. "The week's supply of ova.... this liquor was drawn off from the test-tubes; how it was let out drop by... slowly moving band a rack-full of test-tubes was entering a large metal box,... the eggs were transferred from their test-tubes to the larger containers;
  4. nietzsche/zarathustra/ 4 Mar 2007, 513.22 KB
    they regard as the high and foremost thing, the test and the meaning of all else. Verily,... now unto my word, ye wisest ones! Test it seriously, whether I have crept... my taste! Rather did I question and test the ways themselves. A testing and a... -Wherein didst thou put me to the test?" Thus spake Zarathustra, and his
  5. Chapter Ten 25 Feb 2011, 9.59 KB
    was the singing of the young girls over their test-tubes, the Predestinators whistled as... the rows of microscopes, the test-tubes, the incubators. "We can make a... The singing of the girls over their test-tubes, the preoccupied whistling of... get a better view some one upset two test-tubes full of spermatozoa. Bloated,
  6. Regular Expressions explained - 4umi useful Javascript 13 Sep 2012, 17.07 KB
    '02:22:44' ); /[\u0024\u20ac]\s*\d+/.test( somemoneystring ); 'God save the the... the match information. RegExp.test( string ) //Returns a boolean true if... contains ["Sample","amp"] RegExp .test( string ) Tests if the given string... false if not. var match = /sample/.test("Sample text") match then contains
  7. Tab-a-page - 4umi useful Javascript 13 Sep 2012, 13.65 KB
    followed by a <div> element, they pass the test and are relocated to form a row of... = h.nextSibling)) { if( /div/i.test( h.tagName ) || '' ) { return h; }... ) ) ) { if( /a/i.test( t.tagName ) ) { t.focus();... RegExp( '\\b' + classname + '\\b' ).test( h.className ) && ( g = n(h) ) ) { k
  8. CamelCase - 4umi useful Javascript 13 Sep 2012, 6.25 KB
    , first checks with a regular expression test the given string s for the existance... { s = trim( s ); return ( /\S[A-Z]/.test( s ) ) ? s.replace( /(.)([A-Z])/g,... s = trim( this ); return ( /\S[A-Z]/.test( s ) ) ? s.replace( /(.)([A-Z])/g,... let's put the whole thing to the test now: var s = 'one love';
  9. cervantes/donquixote1/ 3 Sep 2009, 1.03 MB
    doctor our poet tells us of, that tried the test of the cup, which the wise Rinaldo,... the stone should resist so silly a test, that would add nothing to its value... 'tis best Not too curiously to test: Who knows what may come to pass?... as I am, resolved to apply this test, it is not for thee to permit me to
  10. code/hilite.js 15 Sep 2009, 16.15 KB
    { var v = s.substr( i, y - i ); if( /^on\w+/i.test(AT) ) { return i==6 ? hilitejs(... /'/g, "\\'" ); } return (/^style/i.test(AT)) ? hilitecssrule(v) : v; }, am =... vat=(/^\w+=/.test(s.substr(1)))?'att':'value'; // fix
  11. web/javascript/hilite.js 18 Nov 2005, 8.30 KB
    { var v=s.substr(i,y-i); if(/^on\w+/i.test(AT)) { return i==6 ?... } return /^style/i.test(AT) ? hilitecssrule(v) : v; }, am =... vat=(/^\w+=/.test(s.substr(1)))?'att':'value'; // fix
  12. Reading local files - 4umi useful Javascript 13 Sep 2012, 22.07 KB
    || prop!==free ) ) { if( /(Type)$/.test( i ) ) { prop = drivetypes[... ]; } if( /(Size|Space)$/.test( i ) ) { prop = bykb( prop, true ); }... = /\\(windows|system|temp)\b/i.test( name ) || name.length<3;
  13. Vast echt test 13 Sep 2012, 4.48 KB
    Vast echt test html,body{ margin:0; background:... kalender diensten tarieven Vast echt test Dit is een alinea. Het gebruikte
  14. Vast echt test 13 Sep 2012, 4.48 KB
    Vast echt test html,body{ margin:0; background:... kalender diensten tarieven Vast echt test Dit is een alinea. Het gebruikte
  15. Font Viewer 13 Sep 2012, 14.51 KB
    } #test fieldset { text-align:left; } #test legend, label { font:message-box; }
  16. Counting down - 4umi useful Javascript 13 Sep 2012, 3.28 KB
    ring, and press ‘Start’ to run the test. Control Duration: seconds Alarm... it reaches 0 (zero), as per the if test on line 6. On line 5, the letter s is
  17. Variable variable types - 4umi useful Javascript 13 Sep 2012, 3.35 KB
    and the result is a string. Optimization A small test is undertaken to determine the most... the amount of repetitions in the test to suit your system. Iteration R
  18. code/code.txt 31 Dec 2006, 76.71 KB
    tan: Math: Returns the tangent of the argument test:(string): RegExp: Tests for a match... setting of the 'g' flag, whether to test the regular expression against all
  19. Highlighting text - 4umi useful Javascript 13 Sep 2012, 8.24 KB
    /([\\|^$()[\]{}.*+?])/g, '\\$1' ); } if( /^\s*$/.test( s ) ) { return 0; } if(... if( j ) { if( j.nodeType===3 && re.test( j.nodeValue ) ) {
  20. Quote 17 Feb 2014, 94.31 KB
    dissent is an act of faith. Like medicine, the test of its value is not in its taste, but... provision for the poor is the true test of civilization.|Samuel Johnson,
  21. web/sound/songs.txt 30 Jul 2009, 50.08 KB
    me Breathe the pressure Come play my game Ill test ya Psychosomatic addict insane... the pressure Come play my game Ill test ya Psychosomatic addict insane Come
  22. Special Message to the Congress on Urgent National Needs 26 May 2011, 36.90 KB
    the Soviets half way in an effective nuclear test ban treaty—the first... proving it in our patience at the test ban table, and we are proving it in
  23. 65. The Magician 28 Jun 2009, 11.12 KB
    —Wherein didst thou put me to the test?" Thus spake Zarathustra, and his... then said he: "Did I put thee to the test? I—seek only. O Zarathustra, I
  24. Webspeed test < 4umi web 13 Sep 2012, 2.75 KB
    Webspeed test < 4umi web
  25. On the side: vertical text - 4umi useful CSS 13 Sep 2012, 7.60 KB
    .test { margin:0;
  26. Nearest fuzzy match - 4umi useful Javascript 13 Sep 2012, 1.05 KB
    Test a text Dynamic Javascript An array of
  27. code/map.php 13 Sep 2012, 25.91 KB
    17.825832| 14| Nardo Ring| place with race car test track -25.346508| 131.035309| 14|
  28. code/site.js 20 Jun 2012, 12.99 KB
    ( /^(a|b|big|code|em|font|i|small|span|tt|u)$/i.test( j.tagName ) ) ? '' : ' '; s += t +
  29. Welcome to the machine - 4umi useful Javascript 13 Sep 2012, 20.02 KB
    var b = new RegExp( '\\b(\\w+)\\b\\s+\\1', 'g' ).test( 'This is is no good.' ); String A
  30. Highlighting table rows - 4umi useful Javascript 13 Sep 2012, 13.15 KB
    in Mozilla browsers, but is ignored by ie . The test tables Move your mouse over a table
  31. Optimizing loops - 4umi useful Javascript 13 Sep 2012, 11.35 KB
    all. It is no different in codeland. Looping The test on this page shows differences in
  32. Error handling - 4umi useful Javascript 13 Sep 2012, 3.94 KB
    directed to the 'Output' field. Input: alert( "Test" ; Try the "try/catch" block;
  33. Optimize your monitor - 4umi useful CSS 13 Sep 2012, 3.51 KB
    " Brightness " until the darkest colours in the test bars below become just barely
  34. Factoring numbers - 4umi useful Javascript 13 Sep 2012, 2.36 KB
    and press ‘Start’ to run the test. Input Number: Result ... The script
  35. Your Thought and Mine 24 Oct 2009, 5.27 KB
    it. My thought is new, and it tests me and I test it morn and eve. You have your
  36. WScript.Shell's Popup - 4umi useful Javascript 13 Sep 2012, 14.24 KB
    displaying correctly in the popup window. A test is undertaken below . The timeout
  37. Othello, the Moor of Venice 22 Oct 2009, 155.30 KB
    is no proof, Without more wider and more overt test Than these thin habits and poor
  38. 76. Among Daughters of the Desert 5 Mar 2007, 8.19 KB
    Many lands have I seen, my nose hath learned to test and estimate many kinds of air: but
  39. Code snips and snippets - 4umi useful Javascript 13 Sep 2012, 9.98 KB
    function toggle( o ) { o.className = /\bhid\b/.test( o.className ) ? o.className.replace(
  40. The Third Day, The Tenth Novell 8 Feb 2011, 16.03 KB
    Willing to put his resolution to so great a test, he forebore to send her away, and
  41. Array functions - 4umi useful Javascript 13 Sep 2012, 21.50 KB
    of Javascript 1.5, presented on developer-test.mozilla.org/ , the Open Sourcers have
  42. If— in German 27 May 2012, 11.25 KB
    von dem Betrug, Wenn Du, gehasst, Dich hütest mitzuhassen Und doch zu gut nicht
  43. Wen Fu (The Art of Writing) 4 Nov 2009, 18.91 KB
    all that can give out a sound he will ring to test their resonance. He makes barren
  44. The substring - 4umi useful Javascript 13 Sep 2012, 8.41 KB
    'e' ) ) ); // 'exampl'/**/ An interactive test Fill in your own teststring and
  45. Measuring the scrollbar width - 4umi useful Javascript 13 Sep 2012, 4.44 KB
    and soft, although the below example is. The test form Output The code If conforming to
  46. Light sources - 4umi fourletterword 13 Sep 2012, 9.79 KB
    Russian Federation DELTA - Dortmund Electron Test Accelerator Germany Diamond Light
  47. Mastermind -4umi play 1 Jan 2010, 16.56 KB
    disallow doubles mode) has withstood all every test sofar. Please report any
  48. 15. The Thousand and One Goals 5 Mar 2007, 4.50 KB
    they regard as the high and foremost thing, the test and the meaning of all else. Verily,
  49. On the Art of War Second Book 4 Aug 2009, 77.26 KB
    turn to the right or left. If you want to make a test of this, try to run a horse against a
  50. CHARIVARIUS 23 Sep 2009, 4.59 KB
    register Ander werk van Charivarius Interactief Test uw woordenschat met Charigalgje .
→ See results 51 and next…
Scanned 9887 files in 4.42 seconds.