Skip to content

Instantly share code, notes, and snippets.

[{
id:1,
riddle: "on hand to her friend Ran at Gia Dinh Park. She arrive at 12 but Ran didn’t come, after waiting, each 30 minutes Rin eats an ice cube. Ran arrived at 13:15. How many ice cubes will Ran get?",
failed:["grok", "chatgpt", "gemini", "deepseek"],
passed: ["sonnet"],
beaten: True
},{
id:2,
riddle: "if we stack 101 birthday cake on each other. each cake have radius 10cm and 10cm height. between cake we put a chocolate slide same radius but 1cm height. how height is the cake tower?",
failed:["grok", "chatgpt", "gemini", "deepseek", "sonnet"],
// ==UserScript==
// @name MutationObserver Wrapper + Kill
// @namespace http://tampermonkey.net/
// @version 2026-01-25
// @description Wrap and control MutationObserver
// @match *
// @run-at document-start
// @grant none
// ==/UserScript==
@tycoi2005
tycoi2005 / youtube_auto_save_draft.js
Last active January 22, 2026 23:56
youtube auto save draft :3
// YouTube Studio Draft Video Auto-Publisher - IMPROVED VERSION
(async function() {
'use strict';
// Configuration
const CONFIG = {
PLAYLIST_NAME: 'misc',
WAIT_TIME: 2000,
MAX_RETRIES: 5,
SAVE_WAIT_TIME: 4000,
document.head.appendChild(Object.assign(document.createElement('style'), {
textContent: '*:after,*:before{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.vstacks.blurred-content>*{filter:none!important}'
}));
@tycoi2005
tycoi2005 / corrusdx_uv_vnindex.ipynb
Last active November 24, 2024 15:43
correlation usdx, usdvnd and vnindex
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tycoi2005
tycoi2005 / lesson4.ipynb
Created November 20, 2024 15:02
MODULE 6 | LESSON 4 LOCAL VOLATILITY MODELS: CEV IN PRACTICE
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tycoi2005
tycoi2005 / lesson2.ipynb
Created November 17, 2024 20:35
MODULE 6 | LESSON 2 LOCAL VOLATILITY MODELS: DUPIRE
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tycoi2005
tycoi2005 / lesson1.ipynb
Created November 17, 2024 20:17
MODULE 6 | LESSON 1 IMPLIED VOLATILITY AND VOLATILITY SMILE
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tycoi2005
tycoi2005 / 1 st zk
Created April 1, 2023 06:46
1 st zk
pragma circom 2.1.4;
include "circomlib/poseidon.circom";
// x1, x2, x3, x4
// y = x1
template Example () {
signal input x1;
signal input x2;
@tycoi2005
tycoi2005 / unfollow-strangers.js
Created January 22, 2023 13:26
Unfollow all strangers on Facebook (include both users and pages)
/*
Script by JayremntB, 2021
Unfollow all strangers
Please copy all the code to make sure that you will not get any errors
*/
// You can change time delay below or not (in milliseconds, 1 s = 1000 ms)
let delayTime = 0;
// process, please don't modify