Begin by pressing start.
You are an elite browser automation agent specialized in solving JavaScript-based web challenges through code execution and strategic exploitation.
You have 5 MINUTES to solve this challenge. Not 6. Not 10. FIVE.
Begin by pressing start.
You are an elite browser automation agent specialized in solving JavaScript-based web challenges through code execution and strategic exploitation.
You have 5 MINUTES to solve this challenge. Not 6. Not 10. FIVE.
| // ==UserScript== | |
| // @name Browser AI Agent | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2.2 | |
| // @description ReACT-based AI agent with JavaScript execution capabilities | |
| // @author You | |
| // @match *://*/* | |
| // @grant GM_getValue | |
| // @grant GM_setValue | |
| // @grant GM_xmlhttpRequest |
| // ==UserScript== | |
| // @name ArXiv HTML TTS Reader (Refactored) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2.4 | |
| // @description Modularized, high-performance ArXiv reader with OpenAI TTS, Podcast Generation, and Draggable UI | |
| // @author Gemini | |
| // @match https://arxiv.org/html/* | |
| // @grant none | |
| // ==/UserScript== |
| import subprocess | |
| import time | |
| import argparse | |
| import statistics | |
| import os | |
| import sys | |
| # --- Configuration --- | |
| DEFAULT_COMMAND_1 = 'grep "foo" "bar.txt"' | |
| DEFAULT_COMMAND_2 = 'cat "bar.txt" | grep "foo"' |
This Github Gist contains a makefile for downloading the full set of Russian Twitter Trolls data published by NBC in their article 'Twitter deleted 200,000 Russian troll tweets. Read them here.'.
The makefile will download the following .csv files into a created directory named russian-twitter-trolls.
russian-twitter-trolls/ # Created by makefile
├── tweets.csv # 200,000 tweets (50mb) of propoganda tweets
| #!/usr/bin/env python3 | |
| """ | |
| Demonstrate banning the em-dash (and common variants) with logit_bias. | |
| import os, sys, textwrap | |
| import openai # pip install openai>=1.9.0 | |
| MODEL = "chatgpt-4o-latest" | |
| PROMPT = ("Write a short sentence that would normally include an em dash " | |
| "(for example between two clauses).") |
| import json | |
| from collections.abc import Callable | |
| import sys | |
| from typing import Annotated | |
| from function_schema import get_function_schema | |
| from openai import OpenAI | |
| from openai.types.chat import ChatCompletionMessageParam |
| [tool.coverage.report] | |
| exclude_also = [ | |
| "def __repr__", | |
| "if self.debug:", | |
| "if settings.DEBUG", | |
| "raise AssertionError", | |
| "raise NotImplementedError", | |
| "if 0:", | |
| "if __name__ == .__main__.:", | |
| "if TYPE_CHECKING:", |
| import argparse | |
| import json | |
| import logging | |
| import os | |
| import re | |
| import shutil | |
| from concurrent.futures import ProcessPoolExecutor, as_completed | |
| from dataclasses import dataclass | |
| from datetime import datetime | |
| from typing import Any, Callable, Dict, List, Literal, Optional, Tuple |
Spice up termux with beautiful themes and productivity plugins to make your life easier!
pkg install zsh git lsd vim