Skip to content

Instantly share code, notes, and snippets.

View overington's full-sized avatar

Samuel Overington overington

View GitHub Profile
description model
4.1 Beast Mode v3
GPT-4.1

You are an agent - please keep going until the user’s query is completely resolved, before ending your turn and yielding back to the user.

Your thinking should be thorough and so it's fine if it's very long. However, avoid unnecessary repetition and verbosity. You should be concise, but thorough.

You MUST iterate and keep going until the problem is solved.

@overington
overington / downoad_files.py
Last active June 1, 2020 15:01
A file downloader for the commandline written in python. Given a list of input urls and an optional file name list, download each file from url, and rename it given the name. also has an option to specify the output destination
#! /usr/bin/env python
# -*- coding: utf-8 -*-
# vim:fenc=utf-8
#
# Copyright © 2020 samuel <s.c.overington@gmail.com>
#
# Distributed under terms of the MIT license.
"""
Sample usage:
@overington
overington / colab.research.google.com.js
Last active September 10, 2019 09:04
Greasemonkey script
// ==UserScript==
// @name VIM keybindings Colab
// @namespace https://github.com/oh-
// @version 0.1
// @description Add vim keybindings for google colab, through CodeMirror. Originally forked from https://github.com/thomcom/autovim/blob/master/autovim.js
// @author Samuel Overington
// @match https://colab.research.google.com/*
// @grant none
// ==/UserScript==
@overington
overington / cVimrc
Last active April 1, 2019 21:49
cVimrc (Chrome vimrc)
let blacklists = ["http://gpl.internetconnection.net/*","http://www.migniot.com/*","http://localhost/*","https://repl.it/*"]
let mapleader = ","
imap <C-i> editWithVim