telehack

http://telehack.com/ saccade.com writes «Telehack.com has meticulously re-created the Internet as it appeared to a command line user over a quarter century ago. Drawing on material from Jason Scott’s TextFiles.com, the text-only world of the 1980s appears right in your browser. If you want to show somebody what the Arpanet looked like (you didn’t call it… Leer más »

mandel

#include /* CC mandel.c/A link mandel.obj,c:suport.obj,c:clib.obj */ main() { float b,e,r,n,d; int h,c; for(e=1.1; e>-1.2; e-=.1) { for(b=-2; b

Categoría: Nix

The $25 dlls computer

http://www.raspberrypi.org/ π Raspberry Pi Foundation The Raspberry Pi Foundation is a UK registered charity (Registration Number 1129409) which exists to promote the study of computer science and related topics, especially at school level, and to put the fun back into learning computing. We plan to develop, manufacture and distribute an ultra-low-cost computer, for use in… Leer más »

search and reemplace mysql mover wordpress a otro sitio

Sintaxis de MySQL update [table_name] set [field_name] = replace([field_name],'[string_to_find]’,'[string_to_replace]’); Para mover wordpress a otro sitio web update wp_posts set post_content = replace(post_content,’sitioviejo.com’,’sitionuevo.com’) update wp_posts set guid = replace(guid,’sitioviejo.com’,’sitionuevo.com’) update wp_options set  option_name = replace(option_name,’sitioviejo.com’,’sitionuevo.com’) update wp_options set  option_value = replace(option_value,’sitioviejo.com’,’sitionuevo.com’)

Linux kernel in C why not C++

http://www.tux.org/lkml/#ss15   Hello Rkalyankumar, The reasons specifically for Linux are explained in great detail as part of the Linux Kernel Mailing List (LKML) Frequently Asked Questions (FAQ) at: http://www.tux.org/lkml/

Categoría: Nix