home | log | search | bash | stats | wiki


Matches for test, 2087 total results Sorted by newest | relevance

Mon May 11 19:28:50 UTC 2015  <mircea_popescu>   For checking if a string is empty, null or undefined I use: return (!str || 0 === str.length); For checking if a string is blank, null or undefined I use: return (!str || /^\s*$/.test(str)); For checking if a string is blank or contains only white-space: return (this.length === 0 || !this.trim());

Sun May 10 21:36:07 UTC 2015  <jurov>   "Moving to a situation in which Windows is a constantly updated service will break out of this cycle, and let Microsoft tinker more with the software to test new features and see how customers like them"

Sun May 10 17:31:25 UTC 2015  <asciilifeform>   for one thing, what does it even mean to test one thing against another ?

Sun May 10 17:30:53 UTC 2015  <decimation>   if one had a working implementation of a silicon cpu (like msp430), wouldn't you be able to test the silicon version against an fpga simulator?

Sun May 10 02:22:45 UTC 2015  <mod6>   asciilifeform: here's today's update from the v0.5.3.1+Orphanage+Thermonuke test: http://dpaste.com/3Q81JA6.txt

Sat May 09 03:18:21 UTC 2015  <asciilifeform>   though i think it's a test-place before the swing proper

Fri May 08 15:38:53 UTC 2015  <funkenstein_>   gabriel_laddel, no i can't get a dog to pass the BC calc test but that is hardly a proof of causation

Fri May 08 04:46:26 UTC 2015  <mircea_popescu>   in other news, Submissions: 18160 / Known Moduli: 14733 / Moduli Waiting for Test: 2018

Thu May 07 20:19:58 UTC 2015  <mircea_popescu>   Submissions: 13939 / Known Moduli: 12365 / Moduli Waiting for Test: 1761

Thu May 07 17:44:31 UTC 2015  <mircea_popescu>   Submissions: 12404 / Known Moduli: 11547 / Moduli Waiting for Test: 1584

Thu May 07 16:21:54 UTC 2015  <mircea_popescu>   Submissions: 11497 / Known Moduli: 11013 / Moduli Waiting for Test: 1413

Thu May 07 15:44:08 UTC 2015  <mircea_popescu>   Submissions: 11241 / Known Moduli: 10759 / Waiting for Test: 1361 timestamp

Thu May 07 14:13:54 UTC 2015  <mircea_popescu>   and if people have to test things in negative three days, fuck people. handler said, gavin & mike do, that's how "standards committees" work in the us.

Wed May 06 23:11:57 UTC 2015  <mod6>   asciilifeform: here's an update as to where my test of v0.5.3.1+Orphanage_Thermonuke is at: http://dpaste.com/3J5K2JB.txt

Wed May 06 19:30:42 UTC 2015  <pete_dushenski>   so a rotating set of meals as a test, a benchmark, to ensure cohesion and the integrity of the social fabric.

Wed May 06 07:33:54 UTC 2015  <assbot>   Woman to become NY firefighter despite failing crucial fitness test | New York Post ... ( http://bit.ly/1zLMMw1 )

Wed May 06 07:33:53 UTC 2015  <cazalla>   http://nypost.com/2015/05/03/woman-to-become-ny-firefighter-despite-failing-crucial-fitness-test/

Tue May 05 16:29:20 UTC 2015  <davec>   integrated test infrastructure, no active memory management (therefore no buffer overflows and all of the other common security issues that come with it), standard formatting, platform independent code without the need for an installed runtime (ala JRE), excellent concurrency primitives, built-in profiling, and documentation facilities, etc

Tue May 05 16:29:01 UTC 2015  <dhill>   golang reports which lines of code were never hit in test coverage.

Tue May 05 16:28:35 UTC 2015  <dhill>   a huge one is test coverage

« Previous Page    Next Page »