Acetic acid, CH3COOH, also known as ethanoic acid, is an organic acid that gives vinegar its sour taste and pungent smell. It is a weak acid, in that it is only a partially dissociated acid in an aqueous solution. http://en.wikipedia.org/wiki/Acetic_acid
Category Archives: Uncategorized
nVidia Corporation MCP61 Ethernet
1. apt-get install linux-image-2.6.32-5-amd64-dbg 2. apt-get install kernel-patch-kdb
full size packets . tcp_retrans_collapse
$cat /proc/sys/net/ipv4/tcp_retrans_collapse 1 $ Try to send full-sized packets during retransmit. This is enabled by default. TCP smart Framing, or TCP-SF for short, enables the Fast Retransmit/Recovery algorithms even when the congestion window is small. Without modifying the TCP congestion control based on the additive-increase/multiplicative-decrease paradigm, TCP-SF adopts a novel segmentation algorithm: while Classic TCP …
connection with Dia.
fx-foundary + glowselection + gimp
; ; The GIMP — an image manipulation program ; Copyright (C) 1995 Spencer Kimball and Peter Mattis ; ; Selection glow script for GIMP 2.4 ; Copyright (c) 1997 Adrian Likins ; aklikins@eos.ncsu.ed ; ; Tags: glow, selection, effect ; ; Author statement: ; Makes a “glow” around the outside of the current selection …
cd cover + colorize in gimp
Copyright (C) 1995 Spencer Kimball and Peter Mattis . GPL GIMP colorize.c . . . void colorize (Colorize *colorize, PixelRegion *srcPR, PixelRegion *destPR) { const guchar *src, *s; guchar *dest, *d; gboolean alpha; gint w, h; gint lum; /* Set the transfer arrays (for speed) */ h = srcPR->h; src = srcPR->data; dest = destPR->data; …
RMS + lomograph
A Lomograph holds a charm all of its own. Somehow, everything is amplified, making ordinary objects stand out, enhancing details that would normally go unnoticed. Characterised by ever-changing variables such as the mysterious vignettes that frame the shot, light leaks, lo-fi grain, beautiful blurs, the magical balance of contrast and saturation just to name a …
Dirty: 8 kB
Work Style 1. Get topic from the community. 2. Select easy or interested area from the topic. 3. Play with it. 4. Create screenshot. 5. Organize
logger—0.6.xml
[daemon.log]Every daemon without a separate facility logs to daemon.log. The priority of log events is not relevent.[debug]File debug has messages useful for debugging.The priority of log events are not relevent.[dmesg] After the kernel has booted, all kernel messages are written to dmesg for later reference.This file is not rotated and only exists for a single …