This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Typing animation with pure CSS. | |
* Works best in browsers supporting the ch unit. | |
*/ | |
@keyframes typing { from { width: 0; } } | |
@keyframes blink-caret { 50% { border-color: transparent; } } | |
h1 { | |
font: bold 200% Consolas, Monaco, monospace; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Website body width | |
================== | |
* Engadget: 940px; | |
* TNW: 1128px; | |
* Mashable: 1362px; | |
* Lifehacker: 980px; | |
* TheVerge 1020px | |
* Fayerwayer: 980px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <iostream> | |
#include <stdlib.h> | |
#include "string.h" | |
#include "malloc.h" | |
#include "sys/types.h" | |
#include "sys/socket.h" | |
#include "netinet/in.h" | |
#include "arpa/inet.h" | |
#include "netdb.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <iostream> | |
#include <stdlib.h> | |
#include "string.h" | |
#include "malloc.h" | |
#include "sys/types.h" | |
#include "sys/socket.h" | |
#include "netinet/in.h" | |
#include "arpa/inet.h" | |
#include <sstream> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <sys/types.h> | |
#include <sys/wait.h> | |
#include <unistd.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <iostream> | |
#include <string.h> | |
using namespace std; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <iostream> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <malloc.h> | |
#include <sys/types.h> | |
#include <sys/socket.h> | |
#include <netinet/in.h> | |
#include <arpa/inet.h> | |
#include <netdb.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <iostream> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <malloc.h> | |
#include <sys/types.h> | |
#include <sys/socket.h> | |
#include <netinet/in.h> | |
#include <arpa/inet.h> | |
#include <unistd.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
montogeek@montogeek:/foo/bar/pol/octopress$ rake install['balzac'] | |
A theme is already installed, proceeding will overwrite existing files. Are you sure? [y/n] y | |
## Copying balzac theme into ./source and ./sass | |
mkdir -p source | |
cp -r .themes/balzac/source/. source | |
rake aborted! | |
No such file or directory - .themes/balzac/source/. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ha acudido a eventos en los cuales ha encontrado información interesante que le gustaría compartir en tiempo real? | |
- Tiene usted un medio para acceder de manera virtual en cualquier momento a toda esa información que le llamó la atención?(èsta no me convence del todo) | |
- Conoce usted alguna aplicaciòn o método virtual para compartir o acceder a ésta información en tiempo real? | |
- Si su respuesta a la pregunta anterior es si, indique cual/cuales, si no continue con la siguiente pregunta. | |
- Estaría interesado en adquirir una aplicaciòn para compartir en tiempo real o acceder en cualquier momento a esa información ? | |
- Cuánto estaría dispuesto a pagar por las facilidades que podría brindarle una aplicación como ésta. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CRONOGRAMA DE ACTIVIDADES DURANTE EL PARO UNIVERSITARIO | |
DEL 16 al 20. | |
LUNES: | |
- Bloqueo de salones 7:00 a.m | |
- Asamblea por facultades en la mañana | |
- Bloqueo de salones 12:00 p.m | |
-almuerzo comunitario 1:00 p.m (Ambiental) | |
- Pinta la U 3:00 p.m | |
- Bloqueo de salones 6:00 p.m |
OlderNewer