Skip to content

Instantly share code, notes, and snippets.

View ConnectionMaster's full-sized avatar

ConnectionMaster

  • https://www.facebook.com/No.1soulsourcepage
View GitHub Profile
@ConnectionMaster
ConnectionMaster / gist:c4e947d94dd3990c4f310e855362fef8
Created September 20, 2019 09:00 — forked from jcsrb/gist:1496554
facebook, twitter, google plus in addthis all with vertical count
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=YOUR-PROFILE-ID"></script>
<div class="addthis_default_style">
<a class="addthis_button_facebook_like" fb:like:layout="box_count" fb:like:width="48" fb:like:height="63"></a>
<div class="clearfix"></div>
<a class="addthis_button_tweet" tw:count="vertical"></a>
<div class="clearfix"></div>
<a class="addthis_button_google_plusone" g:plusone:size="tall"></a>
</div>
@ConnectionMaster
ConnectionMaster / 0_python_email.md
Created May 15, 2019 14:18 — forked from nickoala/0_python_email.md
Use Python to send and receive emails

Use Python to:

  • send a plain text email
  • send an email with attachment
  • receive and filter emails according to some criteria
@ConnectionMaster
ConnectionMaster / fix-xbox-one-controller-windows-10.md
Created April 23, 2019 19:08 — forked from ziadoz/fix-xbox-one-controller-windows-10.md
Fix Xbox One Controller issues after Windows 10 Anniversary update

Fix Xbox One Controller on Windows 10 Anniversary

After the Windows 10 Anniversary update Xbox One Controllers may start showing up as two XInput devices in Steam, and button presses occur twice.

To fix this you need to patch in the xinputhid.sys file from an earlier Windows 7 driver.

Note: This fix only works for connecting the controller via USB cable or USB wireless adapter, the new Bluetooth controller when paired still doesn't work.

Download the Windows 7 Driver

@ConnectionMaster
ConnectionMaster / dosbox_ppp.sh
Created April 23, 2019 17:33 — forked from mainframed/dosbox_ppp.sh
This script lets you connect Windows 3.11 to the internet with PPP and Trumpet WinSock in DOSBox
#!/bin/bash
#
# Heavily Modified from: https://www.dosbox.com/wiki/PPP_configuration_on_linux_host
#
# Usage:
# sudo ./isp.sh
#
# This script makes it so you can browse the net with DOSBox and Trumpet Winsock in
# Windows 3.11
#
@ConnectionMaster
ConnectionMaster / GitForWindowsSetup.md
Created April 23, 2019 17:25 — forked from dmangiarelli/GitForWindowsSetup.md
How to setup SSH with Git for Windows

How to setup Git for Windows

I know this document seems long, but it shouldn't be too difficult to follow. This guide is based on Windows, but every program here has Linux/Mac equivalents, and in most cases they're built-in. So, take a deep breath and go step by step.

The steps below are for GitHub, but the steps are almost idential for Bitbucket, Heroku, etc.

You'll probably want to make sure Chocolatey is installed, since it streamlines installing this stuff later. If you install via Chocolatey, you don't need to run the installers from the products' respective sites.

Cmder / ConEmu

@nickoala
nickoala / 0_python_email.md
Last active February 11, 2025 20:23
Use Python to send and receive emails

Use Python to:

  • send a plain text email
  • send an email with attachment
  • receive and filter emails according to some criteria
@millermedeiros
millermedeiros / osx_setup.md
Last active June 2, 2025 01:20
Mac OS X setup

Setup Mac OS X

I've done the same process every couple years since 2013 (Mountain Lion, Mavericks, High Sierra, Catalina) and I updated the Gist each time I've done it.

I kinda regret for not using something like Boxen (or anything similar) to automate the process, but TBH I only actually needed to these steps once every couple years...