Skip to content

Instantly share code, notes, and snippets.

View mnbf9rca's full-sized avatar
🪐
all good here. How about you?

Rob Aleck mnbf9rca

🪐
all good here. How about you?
View GitHub Profile
@sdesalas
sdesalas / TwitterClient.cs
Last active May 26, 2023 03:34
An ultra-lightweight Twitter client in C# using OAuth
using System;
using System.IO;
using System.Collections;
using System.Collections.Generic;
using System.Globalization;
using System.Security.Cryptography;
using System.Linq;
using System.Text.RegularExpressions;
using System.Net;
using System.Web;
@badboybeyer
badboybeyer / .gitignore
Last active November 5, 2022 11:36 — forked from ELLIOTTCABLE/.gitignore
BASH Script to keep Route53 updated with your current external IP address
*.ip
*.log