See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| POST / HTTP/1.1 | |
| Host: localhost | |
| User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36 | |
| Next-Action: x | |
| Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryx8jO2oVc6SWP3Sad | |
| Content-Length: 459 | |
| ------WebKitFormBoundaryx8jO2oVc6SWP3Sad | |
| Content-Disposition: form-data; name="0" |
| import os | |
| import subprocess | |
| import tempfile | |
| from langchain.agents import create_agent | |
| from langchain.agents.middleware import TodoListMiddleware | |
| from langchain_core.tools import tool | |
| @tool(parse_docstring=True) |
| import os | |
| from os import path | |
| from werkzeug import secure_filename | |
| from tobikko.core import * | |
| from tobikko.patch import * | |
| patch_all() | |
| import urllib2 | |
| from pyquery import PyQuery as pq | |
| import urllib | |
| from urlparse import urlparse |
| ## TL;DR | |
| setopt extendedglob | |
| ls *(<tab> # to get help regarding globbing | |
| rm ../debianpackage(.) # remove files only | |
| ls -d *(/) # list directories only | |
| ls /etc/*(@) # list symlinks only | |
| ls -l *.(png|jpg|gif) # list pictures only | |
| ls *(*) # list executables only | |
| ls /etc/**/zsh # which directories contain 'zsh'? |
Since the original creator aamiaa dont want improvements/new features to their code. i made this gist with some improvements/QOL stuff
my version still respects discord API
How to use this script:
Console tabhi, i'm daniel. i'm a 16-year-old high school senior. in my free time, i hack billion dollar companies and build cool stuff.
about a month ago, a couple of friends and I found serious critical vulnerabilities on Mintlify, an AI documentation platform used by some of the top companies in the world.
i found a critical cross-site scripting vulnerability that, if abused, would let an attacker to inject malicious scripts into the documentation of numerous companies and steal credentials from users with a single link open.
(go read my friends' writeups (after this one))
how to hack discord, vercel, and more with one easy trick (eva)
Redacted by Counsel: A supply chain postmortem (MDL)
On every machine in the cluster install openmpi and mlx-lm:
conda install conda-forge::openmpi
pip install -U mlx-lmNext download the pipeline parallel run script. Download it to the same path on every machine: