Skip to content

Instantly share code, notes, and snippets.

No UserJS, No Unite
PID COMMAND %CPU TIME #TH #WQ #PORT #MREG RPRVT RSHRD RSIZE VPRVT VSIZE PGRP PPID STATE UID FAULTS COW MSGSENT MSGRECV SYSBSD SYSMACH CSW PAGEI USER
16572- Opera 2.6 00:03.44 5 1 104 238 31M+ 32M 49M+ 59M 945M 16572 16040 sleeping 501 14683+ 498 49167+ 30987+ 55036+ 55394+ 10310+ 0 atsushi
PID COMMAND %CPU TIME #TH #WQ #PORT #MREG RPRVT RSHRD RSIZE VPRVT VSIZE PGRP PPID STATE UID FAULTS COW MSGSENT MSGRECV SYSBSD SYSMACH CSW PAGEI USER
16577- Opera 2.9 00:02.87 5 1 104 236 31M+ 32M 48M+ 51M 937M 16577 16040 sleeping 501 14604+ 498 35368+ 21895+ 54641+ 41370+ 7548+ 0 atsushi
PID COMMAND %CPU TIME #TH #WQ #PORT #MREG RPRVT RSHRD RSIZE VPRVT VSIZE PGRP PPID STATE UID FAULTS COW MSGSENT MSGRECV SYSBSD SYSMACH CSW PAGEI USER
16592- Opera 2.6 00:03.51 5 1 114 23
@edvakf
edvakf / gist:215821
Created October 22, 2009 08:17 — forked from os0x/gist:215813
function insertSITEINFO(callback,thisObject){
if (Set.DISABLE_IFRAME && window.parent !== window) return;
var src = (Set.SITEINFO_SERVER) ? Set.SITEINFO_SERVER + 'get?url=' + encodeURIComponent(location.href) : 'http://ss-o.net/json/wedataAutoPagerizeSITEINFO.js';
var sc = document.createElementNS(HTML_NAMESPACE, 'script');
sc.type = 'text/javascript';
window.AutoPagerizeCallbackSiteinfo = function(res){
callback.call(thisObject,res);
window.AutoPagerizeCallbackSiteinfo = null;
sc.parentNode.removeChild(sc);
var ev = document.createEvent('Event');
--- oAutoPagerize.js.original 2009-10-05 04:58:11.000000000 -0400
+++ oAutoPagerize.js 2009-10-24 03:13:10.000000000 -0400
@@ -46,7 +46,7 @@
Set.DISABLE_SITE = Set.DISABLE_SITE || [];
if (window.AutoPagerizeWedataSiteinfo) {
var SITEINFO = window.AutoPagerizeWedataSiteinfo;
- } else if (!this.chrome || !this.unsafeWindow) {
+ } else if (window.name != 'oAutoPagerizeRequest' && (!this.chrome || !this.unsafeWindow)) {
insertSITEINFO(function(siteinfo){
window.AutoPagerizeWedataSiteinfo = siteinfo;
ERROR #1: " str ing " === "\u00A0str\u00A0ing\u00A0" (07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T2)
ERROR #0000 (07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2)
ERROR Total error: 1 bad Regular Expression First Char in 65521 (07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.1_T2)
ERROR #0000 (07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.4_T2)
ERROR Total error: 1 bad Regular Expression First Char in 65521 (07_Lexical_Conventions/7.8_Literals/7.8.5_Regular_Expression_Literals/S7.8.5_A1.4_T2)
CP, CQ折りたたんで, PQに線を引いたのに一致して, 45° ?
鋭い!
--- keyboard-navigation-for-chrome/navigate.js 2009-12-23 11:30:57.000000000 -0500
+++ ../keyboard-navigation-for-chrome/navigate.js 2009-12-23 10:34:51.000000000 -0500
@@ -195,25 +195,17 @@
self.hideLinks();
self.candidateNodes = [];
- regexp = new RegExp(migemo.query(this.value), "i");
- for (var i=0;i<self.allNodes.length;i++) {
- var node = self.allNodes[i];
- if (node.innerText.search(regexp) != -1) {
// tween2.js : http://code.google.com/p/autopatchwork/source/browse/AutoPatchWork/tween2.js
// Tweener Like snippet
// var tw = new Tween(div.style,{time:1, onComplete:function(){},left:{to:0,from:100,tmpl:"$#px"}});
function Tween(item, opt) {
var self = this, TIME = 10, time = (opt.time||1) * 1000, TM_EXP = /(\+)?\$([\#\d])/g, sets = [], isFilter,
easing = opt.transition || function(t, b, c, d){return c*t/d + b;}, _T = {time:1,onComplete:1,transition:1,delay:1};
for (var k in opt) if (!_T[k]) {
var set = opt[k], from = set.from || parseFloat(item[k]) || 0, values = [], tmpl = set.tmpl || '$#';
if (typeof item === 'function') {
isFilter = true;
// Copyright (c) 2010, edvakf
// algorithm from http://www.ko-sw.com/Blog/post/An-Ultra-Fast-CSS-Minify-Algorithm.aspx
/*
* Copyright (c) 2010, KO Software ([email protected])
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
ERROR #1: " str ing " === "\u00A0str\u00A0ing\u00A0" (07_Lexical_Conventions/7.2_White_Space/S7.2_A2.5_T2)
INFO #1: NaN not greater or equal zero (08_Types/8.5_The_Number_Type/S8.5_A5)
INFO #2: NaN not less or equal zero (08_Types/8.5_The_Number_Type/S8.5_A5)
INFO #3: NaN not less or equal zero OR greater or equal zero (08_Types/8.5_The_Number_Type/S8.5_A5)
INFO #4: NaN not less or equal zero ADD greater or equal zero (08_Types/8.5_The_Number_Type/S8.5_A5)
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <string.h>
#define MAX_LINE_LEN 4096
#define MAX_ARGS_LEN 200