31 dic 2013

Py cgi

http://webpython.codepoint.net/cgi_tutorial

Json php

http://www.programmerinterview.com/index.php/php-questions/return-json-from-php/

Json rpc / http

http://www.jsonrpc.org/historical/json-rpc-over-http.html

21 dic 2013

Python webdav

https://code.google.com/p/pywebdav/

Video 4 evrbdy

http://camendesign.com/code/video_for_everybody

Touch events js

at js-kit

official specs

touch example

17 dic 2013

Elementary Update

Top Things To Do After Installing Luna : Elementary Update: MIDORI AND FLASH
eOS comes with the awesome lightweight browser Midori (pronounce it “midoɺi”, with a Spanish/ Japanese “r”). To get Flash working for it, you'll need to install ndiswrapper and do some tweaking, but don't fret, it's easier than it sounds. Just open up your Terminal (CTRL ALT T) and type in:

sudo apt-get install flashplugin-installer nspluginwrapper
sudo nspluginwrapper -i /usr/lib/flashplugin-installer/libflashplayer.so
nspluginwrapper -v -a -n -i
Update: Lewis Goddard has created a script that fixes flash in Midori if the above does not work for you here. Just follow the instructions provided there.
That's it, Midori should run Flash now!

on WifiCard Intel

To disables tcp window scaling you need to add the line below to your /etc/sysctl.conf.
net.ipv4.
tcp_window_scaling=0
To reset run
sudo sysctl -p

options iwl3945 disable_hw_scan=1
in „/etc/modprobe.conf“. or /etc/modprobe.d/iwl3945.conf

sudo iwconfig wlan0 power off

 I did seem to make the problem go away (or at least recurring less often) by adding wireless-power off at the end of /etc/network/interfaces and reboot.


Right after I commented above, I started Googling in a different direction and found this bug report in Red Hat (see comment #10):
https://bugzilla.redhat.com/show_bug.cgi?id=503983
Basically they said that the N-mode that was causing connection drops, so I added this line to /etc/modprobe.d/options.conf, and it works great then.
options iwlagn 11n_disable=1 11n_disable50=1

 ipv6.disable=1 in kernel boot

 options iwlagn 11n_disable=1 11n_disable50=1



 

16 dic 2013

also sprach zarathustra

Friedrich Nietzsche

Kdeconnect

http://larsemil.se/small-howto-on-kde-connect-and-ubuntu/

Nfs mac

http://www.barryodonovan.com/index.php/2012/12/12/apple-os-x-as-an-nfs-server-with-linux-clients

15 dic 2013

Php list dir performance

http://www.phparch.com/2010/04/putting-glob-to-the-test/

Php editor

https://code.google.com/p/phpcodeedit/source/checkout

Kde dolphin actions

http://flexible.xapient.net/?p=461

Kde connect

http://albertvaka.wordpress.com/category/kde/

13 dic 2013

Anomos

http://anomos.info/wp/2008/06/02/what-is-anomos/

Downtorr

http://torrentfreaknews.blogspot.mx/2012/08/how-to-download-torrents-safely-without.html

9 dic 2013

8 dic 2013

Webdav mac

http://gigaom.com/2010/10/01/how-to-enable-webdav-on-your-mac-for-iwork-on-ipad/

Rtorr

http://libtorrent.rakshasa.no/wiki/UtilsList

4 dic 2013

krpano.com

krpano.com

Blu tch

http://hexamob.com/es/como-rootear-movil-o-tableta-android/metodo-de-rooteo-bin4ry/

2 dic 2013

Bios latency

http://answers.microsoft.com/en-us/windows/forum/windows_7-performance/oh-the-irony-dpc-latency-high-with-idle-cpu-100/5b0fe7d2-28ac-417f-84b4-823fa535538c

Win7

http://www.sysprobs.com/22-easy-free-steps-windows-7-faster-faster

19 nov 2013

Git immers

http://gitimmersion.com/index.html

Current

Rojo y negro

Azul

Menos rojo

Cadenita

Ly-cia

18 nov 2013

Video mime types

http://www2.fedoraforum.org/showthread.php?t=291012

6 nov 2013

CodeCombat

CodeCombat learn how to program

4 nov 2013

15 oct 2013

Twitter

http://mononelo.es/design/twitter/conseguir-las-consumer-key-y-access-token-de-twitter/

6 oct 2013

Math

http://www.trueshelf.com/all/

Ajax tut

http://www.codecoffee.com/articles/ajax.html simple ajax ex

Hostin

http://hosting.emsystems.com.mx/linux.php?nip=1&ncoo=1

What is node.js

http://stackoverflow.com/questions/1884724/what-is-node-js

28 sept 2013

Arch on plug

http://obihoernchen.net/wordpress/tag/minidlna/

20 sept 2013

Wordpress sliders

wordpress.org/plugins/jsj-gallery-slideshow/

http://wordpress.org/plugins/ml-slider/screenshots/

13 ago 2013

Malkov

Este resumen no está disponible. Haz clic en este enlace para ver la entrada.

6 ago 2013

Fonts big bold

http://designm.ag/resources/headline-fonts/

Webdav for users

http://hexeract.wordpress.com/2011/02/25/configure-a-webdav-enabled-webserver-for-multiple-user-folders-and-one-shared-folder/

30 jul 2013

Index docs

http://www.lesbonscomptes.com/recoll/features.html#doctypes

25 jul 2013

Wep js

http://webpjs.appspot.com/

3 jul 2013

Rockchip Android source

Rockchip Android - Gitorious

rk2818 kernel img

Official X10 Airpad ROM image - SlateDroid.com:
The kernel.img (extracted from the firmware images with the wendal tools) seems to be different.
But it realy looks like a normal kernel

* I stripped the header (8bytes)
* I ran it through a disassembler [loading at c0408000]
* I checks various function entrie points (usbin /proc/kallsyms and the vanilla kernel source)
all functions i check where at the right point

* the method discriped in the rk29xx wendal thread can be used for the kernel to

- using wendal tools extract the kernel.img
- ls -l kernel.img (and note the file size)
- strip header & footer
dd if=kernel.img of=kernel.bin bs=1 skip=8 size=(filesize-12)
- reapply header & footer
rkcrc -p kernel.bin newkernel.img (ps modify rkcrc with correct header tag)
- verify kernel.img newkernel.img

rkcrc recreated an exact copy from the stripped kernel.bin
P.S. 2nd 4 bytes from header is the size

bytes 0..3 KRNL
bytes 4..7 08 bd 7b 00 (little endian) 0x7BBD08 = 8109320 = size of kernel

Step by step rooting, flashing

Step by step rooting, flashing instructions? - SlateDroid.com

[TOOL] rkflashtool rk2818

[TOOL] rkflashtool for Linux and rk2808, rk2818 and rk2918 based tablets - Page 3 - xda-developers

Unpack Firmwares Rockchip RK28xx

[How To] Unpack and Repack for Custom Firmwares for Rockchip RK28xx

5 may 2013

Math

Business Insider

Video stream

"How I Made Porn 20x More Efficient with Python | Toptal" http://feedly.com/k/124yXmF

25 abr 2013

23 ene 2013