Skip to content

A collection of simple Python programs and implementations.

Notifications You must be signed in to change notification settings

r3s-ost/pythonSnippets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pythonSnippets

Collection of simple Python programs

fork.py

  • Simple process forking PoC

logreader.py

  • Simple file reader. Searches contents for a specific value.

processSpawner.py

  • Spawns an operating system process using os.execvp.

thread.py

  • Simple thread spawner PoC. Spawns four time.sleep(2) commands over five iterations.

signalCatcher.py

  • Uses the signal module to handle Ctrl + C and Ctrl + Z.

About

A collection of simple Python programs and implementations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%