Changeset 9320a5 in git


Ignore:
Timestamp:
Nov 25, 2014, 2:42:51 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
Children:
f4fc9b40c900a9c6dce877b3b60856d2c433e962
Parents:
abd6a89d45e459c5b2873fe52bf29f3e7a08e127
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-11-25 14:42:51+01:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-11-25 14:50:35+01:00
Message:
doc: hw-indep. exmaple for watchdog
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/general.lib

    rabd6a8 r9320a5  
    975975example
    976976{ "EXAMPLE:"; echo=2;
    977   ring r=0,(x,y,z),dp;
    978   poly f=x^30+y^30;
    979   watchdog(1,"factorize(eval("+string(f)+"))");
    980   watchdog(100,"factorize(eval("+string(f)+"))");
     977  watchdog(1,"system(\"sh\",\"sleep 5\")");
     978  watchdog(10,"system(\"sh\",\"sleep 5\")");
    981979}
    982980///////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.