Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Very simple PHP extension for inotify-tools which provides a simple interface to inotify. <?php inotifytools_initialize(); $wd = inotifytools_watch_recursively('/tmp', IN_MOVE | IN_CLOSE_WRITE); while (1){ while ($ev = inotifytools_next_event(1)) { echo ... [More] $ev['name']."\n"; // other field in $ev: mask wd cookie } sleep(1);//try write sth in /tmp dir } ?> [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.