Skip to content

Instantly share code, notes, and snippets.

View EdixonAlberto's full-sized avatar
🥽
VR/AR

Edixon Piña EdixonAlberto

🥽
VR/AR
View GitHub Profile
@midudev
midudev / README.md
Created October 15, 2022 17:52
Transcribe vídeo de YouTube con Whisper e Inteligencia Artificial

Requisitos

Necesitas tener instalado Python 3.9 e instalar la dependencia de Whisper y PyTube:

pip install git+https://github.com/openai/whisper.git
pip install pytube

También necesitas tener instalado ffmpeg. Según tu sistema operativo se instala de esta forma:

QueryID Endpoint
17875800862117404 posts for tags
17874545323001329 user following
17851374694183129 user followers
17888483320059182 user posts
17864450716183058 likes on posts
17852405266163336 comments on posts
17842794232208280 posts on feed
17847560125201451 feed profile suggestions
17863787143139595 post suggestions
@luisramirezdev
luisramirezdev / .1-instructions.md
Last active August 30, 2021 18:33
ESLitn order imports by groups on TypeScript
@samdenty
samdenty / README.MD
Last active March 19, 2025 01:39
VS Code CSS addition to increase readability on file tree.

How to install

Custom CSS plugin

Install the custom CSS plugin, then make a file on your computer that will hold your custom CSS, I like to make one in my home directory called ~/.vscodestyles.css and then add the CSS into it.

Once done, open your command palette and select enable custom CSS and JS

@ourmaninamsterdam
ourmaninamsterdam / LICENSE
Last active February 9, 2025 08:41
Arrayzing - The JavaScript array cheatsheet
The MIT License (MIT)
Copyright (c) 2015 Justin Perry
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
@godofredoninja
godofredoninja / cache_clean_npm.md
Last active December 22, 2022 15:36
Eliminar el Cache de NPM

rm -rf ~/.npm

npm cache clean