Skip to content

Instantly share code, notes, and snippets.

We can make this file beautiful and searchable if this error is corrected: It looks like row 4 should actually have 26 columns, instead of 24 in line 3.
report_date,property_id,property_name,investment_partner,total_beds,model_beds,current_occupied,current_occupancy,current_total_new,current_total_renewals,current_total_leases,current_preleased_percent,prior_total_new,prior_total_renewals,prior_total_leases,prior_preleased_percent,yoy_variance_count,yoy_variance_percent,weekly_new,weekly_renewal,weekly_total,weekly_percent_gained,beds_left,vel_90,vel_95,vel_100
2025-02-12,518041,The Academy at Frisco,AEW,640,4,634,0.990625,320,255,575,0.8984375,259,316,575,0.8984375,0,0,4,2,6,0.009375,65,2.0172413793103448,2.1293103448275863,2.2413793103448274
2025-02-12,518042,The Academy on Charles,JHU,328,4,327,0.9969512195121951,90,72,162,0.49390243902439024,124,113,237,0.7225609756097561,-75,-0.22865853658536586,1,0,1,0.003048780487804878,166,5.151724137931034,5.437931034482759,5.724137931034483
2025-02-12,518044,Shortbread Lofts,Principal,374,3,374,1,346,25,371,0.9919786096256684,333,25,358,0.9572192513368984,13,0.034759358288770054,2,0,2,0.0053475935828877,3,0.09310344
@jimbrig
jimbrig / entrata_pre_lease_details.csv
Created February 14, 2025 21:32
Entrata Pre-Lease
We can't make this file beautiful and searchable because it's too large.
report_date,property_id,property_name,bldg_unit,unit_type,unit_status,floorplan_name,sqft,resident_id,resident_name,resident_email,resident_phone,resident_gender,leasing_agent,lease_id,lease_status,lease_sub_status,lease_occupancy_type,lease_term_name,lease_term_month,space_option_preferred,space_option,move_in_date,lease_start_date,lease_end_date,lease_started_on_date,lease_partially_completed_on_date,lease_completed_on_date,lease_approved_on_date,charge_code,ledger_name,deposit_charged,deposit_held,market_rent,budgeted_rent,advertised_rate,scheduled_rent,actual_charges,scheduled_rent_total
2025-02-14,739076,1008 S. 4th,212-A,B1,Notice Rented,B1,316,18106780,"Walawender, Alex",[email protected],(708) 964-3857,Male,"McClain, Jessica",R13499618,Lease Approved,,Student,Annual (08/15/2025-07/30/2026),12,Per Bedroom,Per Bedroom,2025-08-15,2025-08-15,2026-07-30,2024-10-07,2024-10-08,2024-10-08,2024-10-09,Base Rent,Resident,1015,0,925,893,1015,1015,0,1015
2025-02-14,739076,1008 S. 4th,212-B,B1,Notice Rente
@jimbrig
jimbrig / reactable_edit.R
Created February 11, 2025 15:01 — forked from DeepanshKhurana/reactable_edit.R
Editable Reactable (with Modals)
library(shiny)
library(reactable)
library(dplyr)
ui <- fluidPage(
actionButton(inputId = "edit",
label = "Edit"),
reactableOutput("table")
)
{
"auth": {
"type" : "basic"
},
"requestId" : 15,
"method": {
"name": "getLeasePickList",
"version":"r1"
}
}
We can't make this file beautiful and searchable because it's too large.
report_date,property_id,property_name,bldg_unit,unit_type,resident_name,lease_status,lease_term_name,lease_start_date,lease_end_date,deposit_charged,deposit_held,market_rent,budgeted_rent,advertised_rate,scheduled_rent,actual_charges
2025-02-11,676055,Academy Lincoln,NA,D1,"Acheson, Amanda",Lease Approved,Annual (08/16/2025-07/31/2026),2025-08-16,2026-07-31,0,0,0,0,690,690,0
2025-02-11,676055,Academy Lincoln,NA,D1,"Ain, Mason",Lease Approved,Annual (08/16/2025-07/31/2026),2025-08-16,2026-07-31,715,0,0,0,690,715,0
2025-02-11,676055,Academy Lincoln,NA,D1,"Anderson, Brylie",Lease Approved,Annual (08/16/2025-07/31/2026),2025-08-16,2026-07-31,690,0,0,0,690,745,0
2025-02-11,676055,Academy Lincoln,NA,D1,"Andrews, Josiah",Lease Approved,Annual (08/16/2025-07/31/2026),2025-08-16,2026-07-31,0,0,0,0,730,705,0
2025-02-11,676055,Academy Lincoln,NA,D1,"Archbold, Dillon",Lease Approved,Annual (08/16/2025-07/31/2026),2025-08-16,2026-07-31,0,0,0,0,730,760,0
2025-02-11,676055,Academy Lincoln,NA,D1,"Armbrust, Avery",Lease Appro
@jimbrig
jimbrig / gmhcommunities.brandfetch.response.json
Created December 19, 2024 23:01
GMH Communities Brand Fetch Response
{
"id": "id1vzz_tJL",
"name": "GMH Communities",
"domain": "gmhcommunities.com",
"claimed": false,
"description": "We are GMH communities, a privately owned, real estate company specializing in the acquisiton, development, and management of exceptional living communities.",
"longDescription": "GMH Communities is a privately owned real estate company that specializes in acquiring, developing, and managing exceptional living communities across the United States. With over 35 years of experience, GMH Communities, owned by GMH Associates™, has established itself as a leader and innovator in the industry since 1985. Their comprehensive services cover every aspect of the development process, from preliminary concepts to delivery. The dedicated GMH team handles site selection and acquisition, due diligence, entitlements, design coordination, and construction, ensuring a seamless and efficient experience for their clients. GMH Communities has received numerous accolades for their work, includi
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jimbrig
jimbrig / shiny-reactive-R6-object.R
Created December 4, 2024 22:02 — forked from bborgesr/shiny-reactive-R6-object.R
Uses the reactiveTrigger() construct in an R6 object class in order to make it useful in reactive settings, like a Shiny app (MWE included)
library(shiny)
reactiveTrigger <- function() {
counter <- reactiveVal( 0)
list(
depend = function() {
counter()
invisible()
},
trigger = function() {
@jimbrig
jimbrig / README.md
Created November 25, 2024 15:45 — forked from disler/README.md
Four Level Framework for Prompt Engineering
@jimbrig
jimbrig / openapi.yml
Created November 7, 2024 23:35
NoClocksAuth OpenAPI
openapi: 3.1.0
info:
title: No Clocks Auth API
version: 1.0.0
description: >-
This API allows for user authentication, management of users, roles, permissions, and session handling.
termsOfService: https://noclocks.dev/terms
contact:
name: API Support
url: https://support.noclocks.dev