Skip to content

Instantly share code, notes, and snippets.

@dotman14
dotman14 / python-people.md
Created November 15, 2022 16:46 — forked from samuelcolvin/python-people.md
An incomplete list of people in the Python community to follow on Twitter and Mastodon.

Python People

An incomplete list of people in the Python community to follow on Twitter and Mastodon.

With the risk that Twitter dies, I'd be sad to lose links to interesting people in the community, hence this list.

I would love you to comment below with links to people I've missed.

More context and comments at the end of the list.

Keybase proof

I hereby claim:

  • I am dotman14 on github.
  • I am dotunoyesanmi (https://keybase.io/dotunoyesanmi) on keybase.
  • I have a public key ASBylRoyxaIMNKH9G6VzJ16l9jsoG0VHCrOQkeDMy1MlNgo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am dotunoyesanmi on github.
  • I am dotunoyesanmi (https://keybase.io/dotunoyesanmi) on keybase.
  • I have a public key ASBylRoyxaIMNKH9G6VzJ16l9jsoG0VHCrOQkeDMy1MlNgo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am dotunoyesanmi on github.
  • I am dotunoyesanmi (https://keybase.io/dotunoyesanmi) on keybase.
  • I have a public key ASD_7YDzD8FvkmRzc1ILw4q-zhwRqEn8lCPB2440qYKFgwo

To claim this, I am signing this object:

@dotman14
dotman14 / useradd.sh
Created February 17, 2020 20:06 — forked from igorvoltaic/useradd.sh
Create new user using command line in Mac OS X. Do not forget to set correct permissions for the file.
#!/bin/sh
if [[ `id -u` != 0 ]]; then
echo "Must be root to run script"
exit
fi
read -p "Enter user name and press [ENTER]: " UserName
if [[ $UserName == `dscl . -list /Users UniqueID | awk '{print $1}' | grep -w $UserName` ]]; then
@dotman14
dotman14 / audit.rules
Created August 2, 2018 00:39 — forked from Neo23x0/audit.rules
Linux Auditd Best Practice Configuration
# ___ ___ __ __
# / | __ ______/ (_) /_____/ /
# / /| |/ / / / __ / / __/ __ /
# / ___ / /_/ / /_/ / / /_/ /_/ /
# /_/ |_\__,_/\__,_/_/\__/\__,_/
#
# Linux Audit Daemon - Best Practice Configuration
# /etc/audit/audit.rules
#
# Compiled by Florian Roth

Keybase proof

I hereby claim:

  • I am dotman14 on github.
  • I am dotunoyesanmi (https://keybase.io/dotunoyesanmi) on keybase.
  • I have a public key whose fingerprint is 77B3 2590 B695 A158 6A99 BC17 D4E8 54FC 7126 0B5E

To claim this, I am signing this object:

@dotman14
dotman14 / C#.cs
Last active December 20, 2016 22:02
try
{
using (WebClient wc = new WebClient())
{
var json = wc.DownloadString(URL);
Console.WriteLine(json);
}
}
catch(WebException ex)
{
"Confirm your email"
"Invalid API Version Number"