Skip to content

Instantly share code, notes, and snippets.

@yix
yix / RPi-install-wifi.sh
Created October 2, 2016 19:03 — forked from kmonsoor/RPi-install-wifi.sh
install wifi adapter drivers on Raspberry Pi
#!/bin/bash
set -e
# install-wifi - v3 - by MrEngman.
display_help() {
echo "#"
echo "# usage:"
echo "#"
echo "# install-wifi [[-h | --help] |"
@yix
yix / log_test11.py
Created August 4, 2016 18:56 — forked from anonymous/log_test11.py
Test script showing usage of a buffering SMTP handler.
#!/usr/bin/env python
#
# Copyright 2001-2002 by Vinay Sajip. All Rights Reserved.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose and without fee is hereby granted,
# provided that the above copyright notice appear in all copies and that
# both that copyright notice and this permission notice appear in
# supporting documentation, and that the name of Vinay Sajip
# not be used in advertising or publicity pertaining to distribution