Skip to content

Instantly share code, notes, and snippets.

Atom の設定を sync-settings で共有します。

Get-VM | Checkpoint-VM
Get-VM | Get-VMSnapshot | where { $_.CreationTime -lt (Get-Date).AddDays(-7) } | Remove-VMSnapshot
! Homepage: https://gist.github.com/gorimaru/d8cc9a21a91041706c3f
! Title: gorimaru-own-filter
! Expires: 6 hours
! Version: 2016031101
! Project owners: gorimaru
!
cloud.watch.impress.co.jp###social_bookmark
cloud.watch.impress.co.jp###social_bookmark_under
cloud.watch.impress.co.jp##.extension.social.clw
cloud.watch.impress.co.jp##.extra
Delicious.ICON="http://delicious.com/img/favicon.ico";
addAround(Delicious, 'post', function(proceed, args, self) {
var ps = args[0] = update({}, args[0]);
return self.getCurrentUser().addCallback(function(){
return request('http://previous.delicious.com/save', {
queryString : {
title : ps.item,
url : ps.itemUrl,
}
})