Last seen 1 minute ago
Providing free scripting services to individuals who have made an effort and can demonstrate their attempts.
The joy of teaching people how to technology fish to feed themselves for a lifetime.
Remember: If you take your fish and run, you only eat for the day!
Busy puking chunky technology messes all over the US.
Indent wit it, tab stop wit it!
if ($condition) {
Write-Output "Condition is true"
};
Ping wit it, IP block wit it!
ping -c 4 192.168.1.1
Git commit wit it, branch merge wit it!
git commit -m "Commit message"
Loop wit it, break point wit it!
for i in range(10):
if i == 5:
break
Query wit it, database fit it!
SELECT * FROM users WHERE id = 1;
