This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| 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"], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==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== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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}' | |
| })); |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pragma circom 2.1.4; | |
| include "circomlib/poseidon.circom"; | |
| // x1, x2, x3, x4 | |
| // y = x1 | |
| template Example () { | |
| signal input x1; | |
| signal input x2; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 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 |
NewerOlder