This file contains 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
. | |
./7Zip | |
./7Zip/7za.exe | |
./BlobCache | |
./BlobCache/0290d0caaaf53c8dd00305764b52d8bf | |
./BlobCache/0b5506ecaf65ed0794fbf9e9de157110 | |
./BlobCache/13a69904fd85a306b65254462337abb0 | |
./BlobCache/172840a1e41ea426fb6998b5fe9c84a2 | |
./BlobCache/2ae5add6ad939a8250e23fc1d8a04f71 | |
./BlobCache/2d139d3803b89f6e65cf48059d364478 |
This file contains 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
usuario@B9E9042C55AF4BA ~/Mis documentos/GitHub | |
$ git clone https://github.com/mgarciaisaia/HayEquipo he | |
Cloning into 'he'... | |
remote: Counting objects: 433, done. | |
remote: Compressing objects: 43% (132/305) | |
remote: Compressing objects: 100% (305/305), done. | |
remote: Total 433 (delta 120), reused 433 (delta 120) | |
Receiving objects: 100% (433/433), 864.47 KiB | 189 KiB/s, done. | |
Resolving deltas: 100% (120/120), done. |
This file contains 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
usuario@B9E9042C55AF4BA ~/Mis documentos/GitHub/HayEquipo (master) | |
$ cd .. | |
usuario@B9E9042C55AF4BA ~/Mis documentos/GitHub | |
$ git clone https://github.com/mgarciaisaia/HayEquipo he | |
Cloning into 'he'... | |
remote: Counting objects: 433, done. | |
remote: Compressing objects: 57% (174/305) Receiving objects: 0% (1/433) | |
remote: Compressing objects: 100% (305/305), done. | |
remote: Total 433 (delta 120), reused 433 (delta 120)Receiving objects: 95% (41 |
This file contains 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
diff --git a/jquery/index.html b/jquery/index.html | |
index 7aebbc9..3653506 100755 | |
--- a/jquery/index.html | |
+++ b/jquery/index.html | |
@@ -1,367 +1,367 @@ | |
-<!DOCTYPE html> | |
-<html> | |
- <head> | |
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | |
- <title>jQuery UI Example Page</title> |
This file contains 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
pdep.com.ar/Cursos/jueves-manana/funcional/clase-1:236:<h3><a name="TOC-Manipulaci-n-de-funciones"></a>Manipulación de funciones</h3>La característica principal del paradigma funcional es la operación con funciones. Para eso vamos a definir trés formas básicas de operar con funciones:<br /><ul><li>Composición</li><li>Aplicación parcial</li><li>Funciones de orden superior</li></ul>En esta clase nos concentraremos en las dos primeras.<br /><h4><a name="TOC-Composici-n"></a>Composición</h4><ul><li>La composición es similar a la que hemos visto en matemática y nos permite definir una función fog que entendemos como "la composición de f con g" y se define (en matemática) como<span style="font-family:courier new,monospace"> <i><span style="font-family:arial,sans-serif">(fog) (x) = f (g (x))</span></i></span><br /><br />En Haskell vamos a utilizar un "." en lugar del famoso "cerito" (o). Podemos usarlo para definir una función como la composición de otras dos, por ejemplo<br /><span style="font-family:courier new,mo |
This file contains 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
#!/home/desert69/workspaces/operativos/no-quiero/procer/pi/build/pi | |
# Comentario | |
variables a,b,c,d,e | |
comienzo_programa | |
a=1 | |
b=2;3 | |
c=a+b |
This file contains 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
############################################################################# | |
# Makefile for building: mandvd | |
# Generated by qmake (1.07a) (Qt 3.3.8b) on: Sun Mar 8 18:32:50 2009 | |
# Project: mandvd.pro | |
# Template: app | |
# Command: $(QMAKE) -o Makefile mandvd.pro | |
############################################################################# | |
####### Compiler, tools and options |
This file contains 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 <stdlib.h> | |
#include <stdio.h> | |
void main(void) { | |
int numeros[15]; | |
int i = 0; | |
numeros[i++] = 0; | |
numeros[i++] = 1; | |
numeros[i++] = 2; | |
numeros[i++] = 0; |
This file contains 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
terminator | |
gcc | |
gdb | |
libncurses5 | |
libncurses5-dev | |
valgrind | |
tig | |
gitg | |
meld | |
git |
This file contains 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
sig: formato del fichero elf32-i386 | |
Desensamblado de la sección .init: | |
080482f4 <_init>: | |
80482f4: 53 push %ebx | |
80482f5: 83 ec 08 sub $0x8,%esp | |
80482f8: e8 00 00 00 00 call 80482fd <_init+0x9> |
OlderNewer