Popular recipes by jwhite88 http://code.activestate.com/recipes/users/4192711/2015-08-19T05:00:25-07:00ActiveState Code Recipesvlc.py stream capture scheduler script (Python)
2015-08-19T05:00:25-07:00jwhite88http://code.activestate.com/recipes/users/4192711/http://code.activestate.com/recipes/579096-vlcpy-stream-capture-scheduler-script/
<p style="color: grey">
Python
recipe 579096
by <a href="/recipes/users/4192711/">jwhite88</a>
(<a href="/recipes/tags/recording/">recording</a>, <a href="/recipes/tags/stream/">stream</a>, <a href="/recipes/tags/vlc/">vlc</a>).
</p>
<p>Capture network streams using vlc.py on a schedule.</p>
getch()-like unbuffered character reading from stdin on both Windows and Unix (Python)
2015-08-19T04:45:51-07:00jwhite88http://code.activestate.com/recipes/users/4192711/http://code.activestate.com/recipes/579095-getch-like-unbuffered-character-reading-from-stdin/
<p style="color: grey">
Python
recipe 579095
by <a href="/recipes/users/4192711/">jwhite88</a>
(<a href="/recipes/tags/sysadmin/">sysadmin</a>).
</p>
<p>A small utility class to read single characters from standard input, on both Windows and UNIX systems. It provides a getch() function-like instance.</p>
<p>This extends the original script by adding a timeout necessary for another project.</p>