This file has been truncated, but you can view the full file.
    
    
  
    
      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": "chatcmpl-BDZISM5LMufu5tebgVEQSq5xbkxFv", | |
| "object": "chat.completion", | |
| "created": 1742573644, | |
| "model": "gpt-4o-mini-audio-preview-2024-12-17", | |
| "choices": [ | |
| { | |
| "index": 0, | |
| "message": { | |
| "role": "assistant", | 
  
    
      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
    
  
  
    
  | You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, and iterative analysis. | |
| ## Core Principles | |
| 1. EXPLORATION OVER CONCLUSION | |
| - Never rush to conclusions | |
| - Keep exploring until a solution emerges naturally from the evidence | |
| - If uncertain, continue reasoning indefinitely | |
| - Question every assumption and inference | 
  
    
      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
    
  
  
    
  | /* | |
| feidmath v0.1.0 - MATH FUNCTIONS BY FIAKO ENGINEERING | |
| OFFICIAL GIST (feidmath v0.1.x): | |
| https://gist.github.com/taruma/8b0978227dffbee50c3a9d56e31d34f3 | |
| REPOSITORY: | |
| https://github.com/fiakoenjiniring/feidlambda | |
| CONTRIBUTOR: @taruma, @iingLK | |
| TESTED: Microsoft Excel 365 v2304 | |
| */ | 
  
    
      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
    
  
  
    
  | /* | |
| feidlambda v0.4.0 - LOGIC / UTILITIES FUNCTIONS BY FIAKO ENGINEERING | |
| OFFICIAL GIST (feidlambda v0.4.x): | |
| https://gist.github.com/taruma/b4df638ecb7af48ab63691951481d6b2 | |
| REPOSITORY: | |
| https://github.com/fiakoenjiniring/feidlambda | |
| CONTRIBUTOR: @taruma, @iingLK | |
| TESTED: Microsoft Excel 365 v2304 | |
| */ | 
  
    
      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 Medium Paywall Bypass | |
| // @namespace Violentmonkey Scripts | |
| // @run-at document-start | |
| // @match *://*.medium.com/* | |
| // @match *://medium.com/* | |
| // @match *://*/* | |
| // @grant none | |
| // @version 1.5 | |
| // @inject-into content | 
  
    
      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
    
  
  
    
  | javascript: Promise.all([import('https://unpkg.com/[email protected]?module'), import('https://unpkg.com/@tehshrike/[email protected]'), ]).then(async ([{ | |
| default: Turndown | |
| }, { | |
| default: Readability | |
| }]) => { | |
| /* Optional vault name */ | |
| const vault = ""; | |
| /* Optional folder name such as "Clippings/" */ | 
  
    
      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
    
  
  
    
  | display dialog "Name of the browser?" default answer "Safari" | |
| set inp to text returned of result | |
| tell application "System Events" | |
| if inp is "Google Chrome" then | |
| tell application "Google Chrome" to return URL of active tab of front window | |
| else if inp is "Safari" then | |
| tell application "Safari" to return URL of front document | |
| else if inp is "Firefox" then | |
| tell application "Firefox" to activate | 
  
    
      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
    
  
  
    
  | javascript:(function()%7Bwindow.location.href %3D 'https%3A%2F%2Foutline.com%2F' %2B window.location.href%7D)() | 
  
    
      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
    
  
  
    
  | """ | |
| Open an URL on pc. | |
| You need to configure pythonista to run this script when "open in" is used. | |
| Replace YOUR_HOST_OR_IP with your ip or hostname. | |
| """ | |
| #!python2 | |
| import socket | |
| import appex | |
| HOST = "YOUR_HOST_OR_IP" # host/IP to connect to | 
  
    
      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
    
  
  
    
  | ;------------------------------------------------------------------------------ | |
| ; Disable Insert key | |
| ;------------------------------------------------------------------------------ | |
| $Insert::return | |
| !Insert::Send, {Insert} ; Use Alt+Insert to toggle the 'Insert mode' | |
| ;------------------------------------------------------------------------------ | |
| ; Hand tool with middle button in Adobe Reader | |
| ;------------------------------------------------------------------------------ | |
| #IfWinActive ahk_class AdobeAcrobat | 
NewerOlder