Recent Changes for "TobinFricke/Frustrations" - Rochester Wikihttps://rocwiki.org/TobinFricke/FrustrationsRecent Changes of the page "TobinFricke/Frustrations" on Rochester Wiki.en-us https://rocwiki.org/TobinFricke/Frustrationshttps://rocwiki.org/TobinFricke/Frustrations?action=diff&version1=6&version2=7&ts=1121199288TobinFricke/Frustrations2005-07-12T20:14:48ZPhilipNeustrom <div id="content" class="wikipage content"> Differences for TobinFricke/Frustrations<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 11: </td> <td> Line 11: </td> </tr> <tr> <td> </td> <td> <span>+ i think there's more to "oo" than putting every method that acts on a class inside of the classes? i really can't say that either is 'better,' because i know that in other languages the string objects have a .lenth method, but i hardly think it's a big deal!</span> </td> </tr> </table> </div> https://rocwiki.org/TobinFricke/Frustrationshttps://rocwiki.org/TobinFricke/Frustrations?action=diff&version1=5&version2=6&ts=1121100717TobinFricke/Frustrations2005-07-11T16:51:57ZTobinFricke <div id="content" class="wikipage content"> Differences for TobinFricke/Frustrations<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 15: </td> <td> Line 15: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + explanation: "The condor log files of your jobs cannot be on an NFS mounted file system and your home directory is NFS mounted."</span> </td> </tr> </table> </div> https://rocwiki.org/TobinFricke/Frustrationshttps://rocwiki.org/TobinFricke/Frustrations?action=diff&version1=4&version2=5&ts=1121100120TobinFricke/Frustrations2005-07-11T16:42:00ZTobinFricke <div id="content" class="wikipage content"> Differences for TobinFricke/Frustrations<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 13: </td> <td> Line 13: </td> </tr> <tr> <td> </td> <td> <span>+ <br> + 2005-07-11 [http://www.cs.wisc.edu/condor/ Condor] dies after executing 45 jobs in my 800-job test. The error message is, "You may have uncovered a serious bug in Condor."</span> </td> </tr> </table> </div> https://rocwiki.org/TobinFricke/Frustrationshttps://rocwiki.org/TobinFricke/Frustrations?action=diff&version1=3&version2=4&ts=1121069094TobinFricke/Frustrations2005-07-11T08:04:54ZTobinFricke <div id="content" class="wikipage content"> Differences for TobinFricke/Frustrations<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 10: </td> <td> Line 10: </td> </tr> <tr> <td> </td> <td> <span>+ no, the "OO" way would be to have an abstract class with a .length method that all things with length inherit from.<br> + </span> </td> </tr> </table> </div> https://rocwiki.org/TobinFricke/Frustrationshttps://rocwiki.org/TobinFricke/Frustrations?action=diff&version1=2&version2=3&ts=1121064410TobinFricke/Frustrations2005-07-11T06:46:50ZPhilipNeustrom <div id="content" class="wikipage content"> Differences for TobinFricke/Frustrations<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 8: </td> <td> Line 8: </td> </tr> <tr> <td> </td> <td> <span>+ it is a method of the relevant data types, {{{object.__len__()}}}. But using {{{len(object)}}} is more OO IMO. --["PhilipNeustrom"]<br> + </span> </td> </tr> </table> </div> https://rocwiki.org/TobinFricke/Frustrationshttps://rocwiki.org/TobinFricke/Frustrations?action=diff&version1=1&version2=2&ts=1121063388TobinFricke/Frustrations2005-07-11T06:29:48ZRyDahl <div id="content" class="wikipage content"> Differences for TobinFricke/Frustrations<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 6: </td> <td> Line 6: </td> </tr> <tr> <td> </td> <td> <span>+ yeah. fuck python. -- ["RyahDahl"]</span> </td> </tr> </table> </div> https://rocwiki.org/TobinFricke/Frustrationshttps://rocwiki.org/TobinFricke/Frustrations?action=diff&version1=0&version2=1&ts=1121057289TobinFricke/Frustrations2005-07-11T04:48:09ZTobinFrickeDude, where's my Clue-by-four? <div id="content" class="wikipage content"> Differences for TobinFricke/Frustrations<p><strong></strong></p><table> <tr> <td> <span> Deletions are marked with - . </span> </td> <td> <span> Additions are marked with +. </span> </td> </tr> <tr> <td> Line 1: </td> <td> Line 1: </td> </tr> <tr> <td> </td> <td> <span>+ Dude, where's my Clue-by-four?<br> + <br> + 2005-07-xx The data is inaccessible. How does anyone get anything done?<br> + <br> + 2005-07-11 Why does Python have a built-in "len()" function when it should be a method of the relevant datatypes?<br> + <br> + 2005-07-11 Condor lets you make DAGs but, if they are to have differing args, you have to make individual SUB's. DOH!</span> </td> </tr> </table> </div>