Skip to content

Instantly share code, notes, and snippets.

View JMDTol's full-sized avatar
🏠
Working from home

JMDTol

🏠
Working from home
View GitHub Profile
Understand the Task: Grasp the main objective, goals, requirements, constraints, and expected output.
- Minimal Changes: If an existing prompt is provided, improve it only if it's simple. For complex prompts, enhance clarity and add missing elements without altering the original structure.
- Reasoning Before Conclusions: Encourage reasoning steps before any conclusions are reached. ATTENTION! If the user provides examples where the reasoning happens afterward, REVERSE the order! NEVER START EXAMPLES WITH CONCLUSIONS!
- Reasoning Order: Call out reasoning portions of the prompt and conclusion parts (specific fields by name). For each, determine the ORDER in which this is done, and whether it needs to be reversed.
- Conclusion, classifications, or results should ALWAYS appear last.
- Examples: Include high-quality examples if helpful, using placeholders [in brackets] for complex elements.
- What kinds of examples may need to be included, how many, and whether they are complex enough to benefit from p
@JMDTol
JMDTol / .json YouTube
Created October 8, 2023 03:27 — forked from LucioD3v/.json YouTube
JSON YouTube Skill
{
"interactionModel": {
"languageModel": {
"invocationName": "YouTube",
"intents": [
{
"name": "AMAZON.CancelIntent",
"samples": [
"cancela"
]

Como subir un proyecto local a github.

desde la web de github

Creamos un nuevo repositorio en https://github.com. Le damos nombre, descripción, seleccionamos si va a ser un proyecto publico o privado si es el caso, y dejamos el check de crear README sin marcar. Le damos a crear repositorio y con esto ya tenemos el repositorio donde alojaremos nuestro proyecto.

desde la terminal del equipo donde esta el proyecto que queremos subir a github

Nos vamos a la carpeta del proyecto y ejecutamos estos comandos.

git init

git add .
@JMDTol
JMDTol / dl-speedup-youtube.py
Created September 26, 2022 00:39 — forked from jmilldotdev/dl-speedup-youtube.py
Download Youtube audio, speed it up, and automatically copy it to iTunes
import argparse
import shutil
import ffmpy
import youtube_dl
itunes_folder = (
"/Path/To/Automatically Add to Music Folder"
)
@JMDTol
JMDTol / gist:3b8503dd138ceccb6e41d723801f3c60
Created July 1, 2021 14:05 — forked from Pusungwi/gist:7212599
A List of Javascript Emulator
@JMDTol
JMDTol / gist:7a0090f0dab6e30a26427d4ad2812c4d
Created May 15, 2021 22:54 — forked from Darkflib/gist:1884948
Sitemaps in SimpleXML in PHP
<?php
header('Content-type: text/xml');
//connect to db
$link=mysql_pconnect($db['write']['host'],$db['write']['user'],$db['write']['pass']) or die ("Could not connect to datadase");
mysql_select_db($db['write']['name']) or die ("could not select database");
$base='http://'.$_SERVER['HTTP_HOST'];
$xml = new SimpleXMLElement("<?xml version='1.0' encoding='UTF-8' ?>\n".'<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" />');
@JMDTol
JMDTol / README.md
Last active February 1, 2020 12:27 — forked from samber/README.md
Password leak check (data source: 4iQ - Dec 2017 - 1.4 billion creds)
#
# This script builds a database containing credentials, in order to check if email+password have leak.
# For a few searchs, the grep command is perfect. No need of an aircraft carrier for fishing in a lake. ;)
# Data source contains 1.4 billon (yes, billon!) passwords from 4iQ (41GB large)
#
# PS: Use. Don't abuse !
#

mkdir 1.4B-password-dump/