Skip to content

Instantly share code, notes, and snippets.

@Mimieam
Mimieam / Syncy.ps1
Created February 13, 2013 04:13
Sync my dropbox current project folder with my windows Github project folder ( very ugly because was done just to do the bare basic)
Unregister-Event FileDeleted
Unregister-Event FileCreated
Unregister-Event FileChanged
[void] [System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")
$objNotifyIcon = New-Object System.Windows.Forms.NotifyIcon
@Mimieam
Mimieam / _.md
Created May 24, 2013 02:29
Hexbin experiments
// compatible with http://www.material-ui.com
// the radius style can be change at each button lvl
// please mention the original Gist if you find this useful, Thank you :)
const ToggledGroupStyles = {
radius: 4,
button: {
left: {
borderRadius: '4px 0px 0px 4px'