Skip to content

Instantly share code, notes, and snippets.

View eth-p's full-sized avatar

Ethan P. eth-p

View GitHub Profile
@eth-p
eth-p / README.md
Last active April 14, 2018 23:33
A script designed to unidirectionally symlink files between two directories (and move new files back).

Symc

A script designed to unidirectionally symlink files between two directories (and move new files back).

Example

Before:

Source Directory:

~/Dropbox/Work/Meetings/2018/sales.xlsx
~/Dropbox/Work/Assets/2018/Apr/campaign_banner.psd
@eth-p
eth-p / examples.cpp
Last active March 10, 2018 07:12
A (debatably) small C++ testing library.
#include "testy.h"
using namespace std;
using testy::Expect;
int main() {
// --------------------------------------------
// Basic Usage
// How to run a standalone test.
// --------------------------------------------