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

Xv6, a simple Unix-like teaching operating system

Xv6, a simple Unix-like teaching operating system Introduction Xv6 is a teaching operating system developed in the summer of 2006 for MIT’s operating systems course, 6.828: operating systems Engineering. We hope that xv6 will be useful in other courses too. This page collects resources to aid the use of xv6 in other courses, including a… Leer más »

Categoría: Nix

Mersenne Primes: History, Theorems and Lists

Contents: Early History Perfect Numbers and a Few Theorems Table of Known Mersenne Primes The Lucas-Lehmer Test and Recent History Conjectures and Unsolved Problems See also Where is the next larger Mersenne prime? and Mersenne heuristics For remote pages on Mersennes see the Prime Links’ Mersenne directory