Skip to content

Instantly share code, notes, and snippets.

View wamoyo's full-sized avatar
😜
Codin' on

Costa Michailidis wamoyo

😜
Codin' on
View GitHub Profile
!(function () {
"use strict"
window.addEventListener('load', function (event) {
// What is it we're modeling?
// The end goal is to model economic phenomena. And to 'combine' those models to model higher
// level economic phenomena.
// Modeling a single economic actor and how they make decisions.
// Are people rational or is there something else going on? (Inductive reasoning).
// Perfect information? What happens when you don't have it?
<!DOCTYPE HTML>
<!--
Theory by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>CoPe - Coastlines and People</title>
<meta charset="utf-8" />
@wamoyo
wamoyo / ffmpeg.md
Last active December 22, 2022 18:56 — forked from steven2358/ffmpeg.md
FFmpeg cheat sheet
local M = {}
local U = require('vigpt.utils')
-- These variables are managed here
M.chatbar_buffer = nil
M.chatbar_window = nil
M.active_buffer = nil
function M.toggle_chatbar(selected_llm)
if M.chatbar_window and vim.api.nvim_win_is_valid(M.chatbar_window) then