Skip to content

Instantly share code, notes, and snippets.

View fjsanti's full-sized avatar
🎯
Focusing

Francisco José Santiago Martínez fjsanti

🎯
Focusing
  • México
View GitHub Profile
@fjsanti
fjsanti / ggg.csv
Last active October 17, 2021 19:57
Pendulo 160 cm Pendulo 140 cm Pendulo 120 cm Pendulo 100 cm Pendulo 60 cm
2.48 2.37 2.25 2.07 1.55
2.56 2.41 2.23 2.04 1.52
2.56 2.39 2.17 1.90 1.60
2.52 2.36 2.13 2.10 1.54
2.62 2.29 2.22 2.07 1.71
2.59 2.42 2.25 2.04 1.55
2.54 2.33 2.19 2.06 1.61
2.56 2.43 2.17 2.05 1.57
2.57 2.40 2.21 1.97 1.51
#!/usr/bin/python3
import csv #Importamos el modulo csv para manejo de archivos CSV
import os
'''
Este programa administra una agenda simple con tres opciones 1) mostrar los contactos
2) agregar contactos 3) cerrar la agenda. Para ello se definen las tres opciones como funciones.
'''
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
############################################################################################################################################################
# This is my personal way than I prefer to pull my repos directly on a ROM folder without take the local manifest, becasuse in some time #
# toch it make the <repo sync> command no work properly. #
# The common way to use git for clone is the next #
# git clone -b <this tag is for branch> name-of-branch <ubication> https://github.com/pixeldustproject-p/manifest <where you want put> directory/you/want #
############################################################################################################################################################
# Trees for evert and sdm6006-common
git clone -b pie https://github.com/sypheros/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.