Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
2 votes
0 answers
68 views

a C/Python X server interface extension package

The project is named winlin; it's a portmanteau of the words window and Linux. I'm working on a CPython extension to interact with the X server and manipulate windows. I don't have a ton of ...
gnarlyninja's user avatar
2 votes
0 answers
58 views

Word list scrapper Merger and parse for duplicate entries trying too optimize and convert to python [closed]

...
user11335084's user avatar
8 votes
2 answers
495 views

Identify users who have logged in as root

This is a program written in Python 3.x and Bash to check and find any users who have logged in as root via sudo su, sudo -i, ...
Hunter T.'s user avatar
  • 205