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
| require 'pg' | |
| conn = PG.connect(ENV.fetch('DATABASE_URL')) | |
| conn.exec_params("INSERT INTO _backfill_acris_legals_unit (document_id,bbl,old_address,new_unit,new_address) VALUES ($1,0,'render hardcoded','X','render hardcoded APT X') ON CONFLICT DO NOTHING", ['RENDER_HARDCODE_MARKER_1780274803']) |
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 'pg' | |
| doc = ENV.fetch('DOC_ID') | |
| conn = PG.connect(ENV.fetch('DATABASE_URL').sub(/^postgis/, 'postgres')) | |
| conn.exec_params("INSERT INTO _backfill_acris_legals_unit (document_id,bbl,old_address,new_unit,new_address) VALUES ($1,0,'render marker','X','render marker APT X') ON CONFLICT DO NOTHING", [doc]) |
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 | |
| # Temporary Render-run ACRIS legals unit pull. No repo dependency. | |
| # Requires DATABASE_URL in env. Writes only to _backfill_acris_legals_unit. | |
| require 'pg' | |
| require 'net/http' | |
| require 'json' | |
| require 'uri' | |
| require 'time' |
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
| { | |
| "env": { | |
| "CLAUDE_CODE_EFFORT_LEVEL": "max" | |
| }, | |
| "permissions": { | |
| "allow": [ | |
| "Read", | |
| "Glob", | |
| "Grep", | |
| "Write", |
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 | |
| # | |
| # ghostty-surface-theme.sh | |
| # Apply a Ghostty theme to the current surface only, without affecting other | |
| # splits, tabs, or windows. Works by reading Ghostty's built-in theme files | |
| # and sending the equivalent OSC escape sequences to the current terminal. | |
| # | |
| # INSTALL | |
| # Copy this script somewhere on your PATH and make it executable: | |
| # |
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
| (function($){ | |
| $.fn.id = function() { | |
| return $(this).attr('id'); | |
| }; | |
| $.fn.name = function() { | |
| return $(this).attr('name'); | |
| }; | |
| })(jQuery); |
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: window.location = `http://webcache.googleusercontent.com/search?q=cache:${window.location}`; |
NewerOlder