flowchart TD
A[New Request] --> B{Session Override?}
B -->|Yes| C[Use Override Model]
B -->|No| D{Heartbeat Poll?}
D -->|Yes| E[Gemini Flash<br/>FREE]
D -->|No| F[Claude SonnetWork Token]
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
| // SPDX-License-Identifier: GPL-3.0 | |
| pragma solidity >=0.4.22 <0.9.0; | |
| library TestsAccounts { | |
| function getAccount(uint index) pure public returns (address) { | |
| address[15] memory accounts; | |
| accounts[0] = 0x5B38Da6a701c568545dCfcB03FcB875f56beddC4; | |
| accounts[1] = 0xAb8483F64d9C6d1EcF9b849Ae677dD3315835cb2; |
I hereby claim:
- I am gsiener on github.
- I am gsiener (https://keybase.io/gsiener) on keybase.
- I have a public key whose fingerprint is 3A66 E6F2 28D0 3011 4905 87AA 1590 0997 9F45 D4BC
To claim this, I am signing this object:
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
| #!/usr/bin/env ruby | |
| # | |
| # Proof-of-Concept exploit for Rails Remote Code Execution (CVE-2013-0156) | |
| # | |
| # ## Advisory | |
| # | |
| # https://groups.google.com/forum/#!topic/rubyonrails-security/61bkgvnSGTQ/discussion | |
| # | |
| # ## Caveats | |
| # |
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
| #<!-- | |
| # Copyright Intuit, Inc 2011 | |
| # Intuit Anywhere Sample Code | |
| # This sample demonstrates how to complete the authentication with an IA application and make IA specific API calls | |
| # This sample is for reference purposes only. | |
| # | |
| # | |
| # Copyright (c) 2011 Intuit Inc. All rights reserved. | |
| # Redistribution and use in source and binary forms, with or without modification, are permitted in conjunction |
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
| require 'formula' | |
| require 'hardware' | |
| class Postgresql <Formula | |
| homepage 'http://www.postgresql.org/' | |
| url 'http://ftp.riken.go.jp/pub/FreeBSD/distfiles/postgresql/postgresql-8.4.4.tar.bz2' | |
| md5 '4bf2448ad965bca3940df648c02194df' | |
| depends_on 'readline' | |
| depends_on 'libxml2' if MACOS_VERSION < 10.6 # Leopard libxml is too old |
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
| class KM | |
| @id = nil | |
| @key = nil | |
| class << self | |
| def init(key) | |
| @key = key | |
| end |
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
| /*------------------------------------*\ | |
| INUIT.CSS | |
| \*------------------------------------*/ | |
| /* | |
| Author: Harry Roberts | |
| Twitter: @inuitcss | |
| Author URL: csswizardry.com | |
| Project URL: inuitcss.com | |
| Version: 1.2 | |
| Codename: Eskimo |
NewerOlder