--- a/lang-comp.rst Wed Apr 25 17:18:40 2012 +0300
+++ b/lang-comp.rst Wed Apr 25 21:32:45 2012 +0300
@@ -41,3 +41,9 @@
http://www.ohloh.net/languages/compare
User selected.
+Lang cost.
+==========
+
+ http://archive.adaic.com/intro/ada-vs-c/cada_art.html
+ Comparing Development Costs of C and Ada
+
--- a/linux.rst Wed Apr 25 17:18:40 2012 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,40 +0,0 @@
-.. -*- coding: utf-8 -*-
-
-========
- Linux.
-========
-.. contents::
-
-Linux distro.
-=============
-
- http://distrowatch.com/
- Comparing Linux distros.
-
-SysRq.
-======
-::
-
- x86: ALT-SysRq-<command key>
- SPARC: ALT-STOP-<command key>
- PPC: ALT - Print Screen (or F13) - <command key>
-
- 'b' - reboot
- 'p' - dump the current registers and flags to your console
- 'r' - take control of keyboard back from X
- 'e' - send SIGTERM to all processes, except for init
- 'i' - send SIGKILL to all processes, except for init
- 's' - attempt to sync all mounted filesystems
- 'u' - remount all filesystems read-only
-
-You can put one of such line::
-
- $ echo 0 > /proc/sys/kernel/sysrq # disable
- $ echo 1 > /proc/sys/kernel/sysrq # enable
-
-to your /etc/rc.local or alternativaly place under /etc/sysctl::
-
- kernel.sysrq = 1
-
- http://www.kernel.org/doc/Documentation/sysrq.txt
- Linux Magic System Request Key Hacks
--- a/mail.rst Wed Apr 25 17:18:40 2012 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,76 +0,0 @@
--*- mode: outline; coding: utf-8; -*-
-
-* Message headers fields.
-
- from = "From:" mailbox-list CRLF
- sender = "Sender:" mailbox CRLF
- reply-to = "Reply-To:" address-list CRLF
-
- to = "To:" address-list CRLF
- cc = "Cc:" address-list CRLF
- bcc = "Bcc:" (address-list / [CFWS]) CRLF
- newsgroups
-
- http://tools.ietf.org/rfc//rfc2076.txt
- Common Internet Message Headers, Informational
- http://tools.ietf.org/rfc/rfc2822.txt
- Internet Message Format, Standard Track
- http://tools.ietf.org/rfc/rfc2821.txt
- Simple Mail Transfer Protocol, Standard Track
-
-* Sending email via gmail in emacs.
-
-; install starttls from here (no need for patch)
-; http://josefsson.org/emacs-smtp-starttls.html
-
-(setq send-mail-function 'smtpmail-send-it
- message-send-mail-function 'smtpmail-send-it
- smtpmail-starttls-credentials
- '(("smtp.gmail.com" 587 nil nil))
- smtpmail-auth-credentials
- (expand-file-name "~/.authinfo")
- smtpmail-default-smtp-server "smtp.gmail.com"
- smtpmail-smtp-server "smtp.gmail.com"
- smtpmail-smtp-service 587
- smtpmail-debug-info t
- starttls-extra-arguments nil
- smtpmail-warn-about-unknown-extensions t
- starttls-use-gnutls nil)
-
-machine smtp.gmail.com login [your name]@gmail.com password [your password]
-
-And finally download, unzip, make and install startttls:
-
-http://josefsson.org/emacs-smtp-starttls.html
-
-See
-
- http://justinsboringpage.blogspot.com/2009/02/sending-email-via-gmail-in-emacs.html
- http://obfuscatedcode.wordpress.com/2007/04/26/configuring-emacs-for-gmails-smtp
-
-* Mail etiquette.
-
-** Bottom vs. top quoting.
-
-Just not use top quoting!
-
-** Stallman warn about Google.
-
- http://www.mail-archive.com/gnu-emacs-sources@gnu.org/msg00302.html
-
-* Storage format for email.
-
-** mbox.
-
- http://tools.ietf.org/html/rfc4155
- The application/mbox Media Type (Category: Informational)
- http://en.wikipedia.org/wiki/Mbox
-
-** maildir.
-
- http://en.wikipedia.org/wiki/Maildir
-
-** MH mailbox format.
-
- http://en.wikipedia.org/wiki/MH_Message_Handling_System
-
--- a/media-type.rst Wed Apr 25 17:18:40 2012 +0300
+++ b/media-type.rst Wed Apr 25 21:32:45 2012 +0300
@@ -1,5 +1,20 @@
--*- mode: outline; coding: utf-8 -*-
+.. -*- coding: utf-8 -*-
-* List of media types.
+==============
+ Media types.
+==============
+.. contents::
+
+List of media types.
+====================
http://en.wikipedia.org/wiki/Internet_media_type
+
+Determine video codec.
+======================
+::
+
+ $ sudo apt-get install mediainfo mediainfo-gui
+ $ mediainfo $FILE
+
+
--- a/web-search.rst Wed Apr 25 17:18:40 2012 +0300
+++ b/web-search.rst Wed Apr 25 21:32:45 2012 +0300
@@ -75,6 +75,14 @@
http://www.technorati.com/
Very irrelevant or zero result.
+History of word/phrase occurrence.
+==================================
+
+ http://www.google.com/trends/
+ How often something searched through Google.
+ http://books.google.com/ngrams
+ Search of phrases in books from 1800 till now day.
+
DuckDuckGo.
===========