Skip to content

Instantly share code, notes, and snippets.

View Estebanjgg's full-sized avatar
:octocat:
amo codar python javascript

Esteban Jose Gonzalez Gomez Estebanjgg

:octocat:
amo codar python javascript
View GitHub Profile
@Estebanjgg
Estebanjgg / .m3u
Created August 22, 2023 03:57
AnimeLista
#EXTM3U x-tvg-url="https://github.com/luisms123/tdt/raw/master/guiaxmltv.xml.gz"
#EXTINF:-1 tvg-id="" tvg-logo="https://i.imgur.com/8XIMFHG.png" group-title="JOVENES Y ADULTOS",Big Channel
https://streaming.zappix.live:3538/live/toonizakilive.m3u8
#EXTINF:-1 tvg-id="" tvg-logo="https://i.imgur.com/zdMfphG.jpg" group-title="JOVENES Y ADULTOS",TBS Sur
https://streaming.zappix.live:3759/live/tbsfeedsurlive.m3u8
#EXTINF:-1 tvg-id="" tvg-logo="https://i.imgur.com/w06CBI2.png" group-title="JOVENES Y ADULTOS",TBS Panregional
https://streaming.zappix.live:3962/live/tbsfeedpanlive.m3u8
#EXTINF:-1 tvg-id="" tvg-logo="https://i.imgur.com/9TdY6Sn.png" group-title="JOVENES Y ADULTOS",COMPREMIUM HD
https://stream-linkyprojects.linky.com.co/hls/complejosurpremium.m3u8
{
"citasNaruto": [
{
"personaje": "Naruto Uzumaki",
"citas": [
"¡Nunca me rindo! ¡Esa es mi vía ninja!",
"Si la gente te rechaza, lo que debes hacer es volver más fuerte que nunca.",
"No es la cara lo que convierte a alguien en un monstruo, son las elecciones que hacen para sus vidas.",
"El hogar es donde alguien siempre está pensando en ti.",
"No hay atajos en el camino hacia el éxito.",
@Estebanjgg
Estebanjgg / build-a-personal-portfolio-webpage.markdown
Created May 22, 2022 16:23
Build a Personal Portfolio Webpage
<body>
<script>
var links = $( 'a[href*="#c1"]' );
var links = $( 'a[href*="#c2"]' );
var links = $( 'a[href*="#c3"]' );
var links = $( 'a[href*="#c4"]' );
</script>
<body>
@Estebanjgg
Estebanjgg / settings.json
Created March 19, 2022 22:10 — forked from diego3g/settings.json
VSCode Settings (Updated)
{
"terminal.integrated.fontSize": 14,
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"polacode.backgroundColor": "#6633CC",
"editor.tabSize": 2,
"editor.fontSize": 16,