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
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Pi Recipes: Install, Customize, Publish</title> | |
| <style type="text/css"> | |
| :root { | |
| color-scheme: light; | |
| --bg: #f7f5ef; |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Taming the Stochastic Agent — Systems Dynamics of AI Coding Agents</title> | |
| <script>/** | |
| * Skipped minification because the original files appears to be already minified. | |
| * Original file: /npm/chart.js@4.4.7/dist/chart.umd.js | |
| * |
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
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Lobsters Algorithm Explorer</title> | |
| <style> | |
| * { | |
| box-sizing: border-box; | |
| } |
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
| #!/bin/bash | |
| # spi installer - Sandboxed Pi | |
| # | |
| # Usage: | |
| # curl -fsSL https://raw.githubusercontent.com/YOUR_USER/spi/main/install.sh | bash | |
| # | |
| # Or locally: | |
| # ./install-spi.sh | |
| set -e |
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
| -- Complex Query used in "Enhancing Cache Reuse in Gandiva with Literal Parameterization" | |
| SELECT alpha_key_code from data | |
| where | |
| (case | |
| when alpha_key_code > ? then alpha_key_code/? + ? | |
| when alpha_key_code < ? then iota_key_code/? + ? | |
| when alpha_key_code < ? then alpha_key_code/? + | |
| (case | |
| when alpha_key_code < ? then alpha_key_code/? + ? |
NewerOlder













