- Remove all stopped containers
docker container prune
- Remove all dangling images
# list
| using System.Collections.Specialized; | |
| using System.Configuration; | |
| using System.Reflection; | |
| using System.Web.Configuration; | |
| namespace TinyMess.Common | |
| { | |
| internal static class ConfigurationManagerWrapper | |
| { | |
| private static bool IsAspDotNet { get; set; } |
| public class BuffWalker | |
| { | |
| public byte[] Buffer; | |
| private uint _positon; | |
| public EndiannessEnum Endianness { get; set; } | |
| public long RestBytesCount | |
| { | |
| get { return this.Buffer.LongLength - _positon; } | |
| } |
| request = require 'request' | |
| client= require('redis').createClient() | |
| meru=require './libs/meruTask' | |
| ### | |
| GET lastPostId FROM api (getLastPostIdFromAPI) | |
| GET nextPostId FROM redis DEFAULTS 1 (getNextPostIdFromRedis) | |
| LOOP: | |
| IF nextPostId<=lastPostId (checkNewPostsAvailable) |
| // ==UserScript== | |
| // @name BTC-DICE | |
| // @namespace http://use.i.E.your.homepage/ | |
| // @version 0.1 | |
| // @description enter something useful | |
| // @match http://www.btc-dice.com/* | |
| // @copyright 2012+, You | |
| // ==/UserScript== | |
| ///////// CONST ///////// |
| // ==UserScript== | |
| // @name oricon Large Cover | |
| // @namespace http://use.i.E.your.homepage/ | |
| // @version 0.1 | |
| // @description enter something useful | |
| // @match http://www.oricon.co.jp/rank/* | |
| // @copyright 2012+, You | |
| // ==/UserScript== | |
| $.each($(".item_img>div:first-child>a"),function(i,obj){ |
| // ==UserScript== | |
| // @name JUST-DICE | |
| // @namespace http://use.i.E.your.homepage/ | |
| // @version 0.1 | |
| // @description enter something useful | |
| // @match https://just-dice.com/* | |
| // @copyright 2012+, You | |
| // ==/UserScript== | |
| ///////// CONST ///////// |
| // ==UserScript== | |
| // @name itunes Large Cover | |
| // @namespace https://github.com/larvata | |
| // @version 0.1 | |
| // @description click album cover for download it as 1200x1200 resulotion. | |
| // @match https://itunes.apple.com/*/album/* | |
| // @copyright 2013+, Larvata | |
| // ==/UserScript== | |
| var artworks=document.getElementsByClassName('artwork'); |
| // ==UserScript== | |
| // @name google plus full size image | |
| // @namespace http://larvata.me/ | |
| // @version 0.1 | |
| // @description enter something useful | |
| // @author Larvata | |
| // @match *://*.googleusercontent.com/* | |
| // @grant none | |
| // ==/UserScript== |