Skip to content

Instantly share code, notes, and snippets.

View josvaal's full-sized avatar
💻
Coding

José Valentino josvaal

💻
Coding
View GitHub Profile
@josvaal
josvaal / onion_links
Last active October 6, 2024 00:32 — forked from 0x00009b/onion_links
@josvaal
josvaal / alacritty.toml
Created August 31, 2024 18:14
Alacritty Config
live_config_reload = true
[colors]
draw_bold_text_with_bright_colors = true
[colors.primary]
background = "0x1d2021"
foreground = "0xd4be98"
[colors.normal]
@josvaal
josvaal / chatgpt-mermaid.md
Created August 23, 2024 23:37 — forked from infrony/chatgpt-mermaid.md
ChatGTP + Mermaid + Caso de Uso

Diagrama de flujo

Prompt

generar un codigo de mermaid js de un flujo de compras de tomates, 
transporte y entrega de mercancia en los supermercados

Mermaid

graph TD
  A[Cliente] -- Realiza pedido --> B((Supermercado))
package main
import (
"fmt"
"math/rand"
"sync"
"time"
)
//Solución de Dijkstra
@josvaal
josvaal / free-database-hosting.md
Created March 10, 2024 03:46 — forked from bmaupin/free-database-hosting.md
Free database hosting
@josvaal
josvaal / WIN10.MD
Created March 5, 2024 16:37 — forked from hungneox/WIN10.MD
How Make a Windows 10 USB Using Your Mac - Build a Bootable ISO From Your Mac's Terminal

Most new PCs don't come with DVD drives anymore. So it can be a pain to install Windows on a new computer.

Luckily, Microsoft makes a tool that you can use to install Windows from a USB storage drive (or "thumbdrive" as they are often called).

But what if you don't have a second PC for setting up that USB storage drive in the first place?

In this tutorial we'll show you how you can set this up from a Mac.

Step 1: Download the Windows 10 ISO file

You can download the ISO file straight from Windows. That's right - everything we're going to do here is 100% legal and sanctioned by Microsoft.

[
{
"name": "Booking MERN",
"image": "https://www.boardinfinity.com/blog/content/images/2023/01/Mern.png",
"description": "El proyecto Booking MERN es una aplicación web desarrollada como parte del curso de Ingeniería de Software en la universidad. Se trata de un sistema de reserva que utiliza la pila MERN (MongoDB, Express, React, Node.js) para gestionar y visualizar reservas de usuarios.",
"languages": ["JavaScript"],
"link_repo": "https://github.com/heyy-josval/booking-mern"
}
]
@josvaal
josvaal / settings.json
Last active August 3, 2024 00:49
vs code personal config
{
"window.titleBarStyle": "native",
"window.zoomLevel": 1.5,
"window.menuBarVisibility": "toggle",
"window.restoreWindows": "all",
"files.hotExit": "onExit",
"explorer.confirmDelete": false,
"extensions.ignoreRecommendations": true,
"files.associations": {
"*.pl": "prolog"