Note-Code blog tutoriales
  • Index
  • Apache
  • Google
  • Html
  • Java
  • Javascript
  • LaTeX
  • Linux
  • Python

Linux - Aprender a usar GitHub

NC > Computación > Linux

Links:
  1. http://conociendogithub.readthedocs.io/en/latest/data/dinamica-de-uso/
  2. https://github.com/Hispano/Guia-sobre-Git-Github-y-Metodologia-de-Desarrollo-de-Software-usando-Git-y-Github
0.02
Enviar esto por correo electrónicoBlogThis!Compartir en XCompartir en FacebookCompartir en Pinterest
Etiquetas: 0.0, Aprender, Git, GitHub, Linux

No hay comentarios.:

Publicar un comentario

Entrada más reciente Entrada antigua Página Principal
Suscribirse a: Comentarios de la entrada (Atom)
  • Algoritmo
  • Apache
  • Google
  • Html
  • Java
  • Javascript
  • Jupyter Notebook
  • LaTeX
  • Linux
  • OpenCV
  • Python

  • El juego de la vida - Ejemplo en python
    In [1]: import matplotlib.image as image import numpy as np from PIL import Image import copy def pinta...
  • El Juego de la Vida en Python
    In [2]: import matplotlib.image as image import numpy as np def juegoDeLaVida (): print ( 'Hi' ) juegoDeL...
  • ¿Cómo convertir una imagen de colores a Blanco y Negro?
    In [12]: import matplotlib.pyplot as plt import matplotlib.image as image import numpy as np img = image . imread ...
  • Escribir "tildes", "Ñ", etc en python UTF-8
    Para poder escribir tildes o caracteres especiales en python(UTF-8) solo es necesario agregar en la primera línea: # -*- coding: ut...
  • Letras griegas en LaTeX α β χ δ ϵ
    $\alpha$ \alpha $\beta$ \beta $\gamma$ \gamma L...

Seguidores

Vistas promedio

También:

  • ►  2021 (1)
    • ►  enero (1)
  • ►  2020 (16)
    • ►  diciembre (10)
    • ►  noviembre (4)
    • ►  mayo (2)
  • ►  2019 (2)
    • ►  enero (2)
  • ►  2018 (53)
    • ►  noviembre (4)
    • ►  septiembre (2)
    • ►  agosto (2)
    • ►  julio (12)
    • ►  junio (30)
    • ►  febrero (3)
  • ▼  2017 (212)
    • ►  septiembre (3)
    • ►  agosto (1)
    • ►  junio (158)
    • ►  mayo (7)
    • ▼  abril (24)
      • Base De Datos - Instalar PostgreSQL en Linux
      • LaTeX - Espacios en texto
      • Inglés - Girl
      • LaTeX - Agregar imagen en LaTeX
      • LaTeX - Carátula / Portada en LaTeX
      • LaTeX - Mi primer documento con LaTeX
      • LaTeX - Puntos suspensivos para matriz
      • Ingles - Artículo
      • LaTeX - Mostrar una Matriz con LaTeX
      • LaTeX - Operaciones de Conjuntos en LaTeX
      • Online Judge - ¿Qué es Codeforces?
      • Inglés - Sonido ɛ
      • Inglés - Dirty
      • Inglés - Cheap
      • Linux - Aprender a usar GitHub
      • Inglés - Adjetivo
      • Inglés - Sonido ɑ:
      • Inglés - Sonido æ
      • Inglés - Whale
      • Linux - ¿Qué es un gestor de paquetes en Linux ?
      • LaTeX - Agregar Índice de Contenido en LaTeX
      • Inglés - Apple
      • Ingles - Butter
      • Java - ¿Qué es JavaServer Pages (JSP)?
    • ►  marzo (16)
    • ►  febrero (1)
    • ►  enero (2)
  • ►  2016 (67)
    • ►  diciembre (3)
    • ►  noviembre (3)
    • ►  octubre (1)
    • ►  septiembre (1)
    • ►  agosto (4)
    • ►  julio (7)
    • ►  junio (7)
    • ►  mayo (12)
    • ►  abril (21)
    • ►  marzo (3)
    • ►  febrero (3)
    • ►  enero (2)
  • ►  2015 (9)
    • ►  diciembre (2)
    • ►  noviembre (3)
    • ►  octubre (2)
    • ►  septiembre (2)

Entradas populares del Mes

  • El juego de la vida - Ejemplo en python
    In [1]: import matplotlib.image as image import numpy as np from PIL import Image import copy def pinta...
  • El Juego de la Vida en Python
    In [2]: import matplotlib.image as image import numpy as np def juegoDeLaVida (): print ( 'Hi' ) juegoDeL...
  • ¿Cómo eliminar tildes de string en Python?
    Python puede ser utilizado para quitar tildes, podemos usar el módulo unicodedata y maketrans (de str). Usando unicodedata ¶ Una f...