Skip to content

Instantly share code, notes, and snippets.

View rwcitek's full-sized avatar

Robert Citek rwcitek

View GitHub Profile
@rwcitek
rwcitek / fetch.image.yosemite.py
Created July 22, 2025 21:02
cloud function to get Yosemite images
# This was written for Digital Ocean cloud functions
# It fetches the live photo of Half Dome every minute and stores in DO Spaces
import os
from datetime import datetime, timezone
import boto3
import requests
# fetch env settings
WEBCAM_URL = os.environ.get('WEBCAM_URL', 'https://cdn.pixelcaster.com/public.pixelcaster.com/snapshots/yosemite-sentinel/latest.jpg')
@rwcitek
rwcitek / abc-randoconverso-conversions-drills.ipynb
Last active July 7, 2025 16:08
abc-randoconverso-conversions-drills.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rwcitek
rwcitek / ddds-schedule-pt.ipynb
Last active January 9, 2026 02:07
ddds-schedule-pt.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rwcitek
rwcitek / ddds-schedule-ft.ipynb
Last active July 8, 2025 12:24
ddds-schedule-FT.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rwcitek
rwcitek / image-to-text.ipynb
Last active July 2, 2025 15:14
image-to-text.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rwcitek
rwcitek / many-rows-pt2.ipynb
Last active July 9, 2025 02:36
limits.pandas.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rwcitek
rwcitek / many-columns.ipynb
Last active June 15, 2025 02:16
many-columns.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rwcitek
rwcitek / large-df-parquet-csv.ipynb
Last active June 15, 2025 02:16
large-df-parquet-csv.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rwcitek
rwcitek / censusdis.ipynb
Last active April 5, 2025 21:27
Not working: timing censusdis module
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rwcitek
rwcitek / categorical-scatter-plot.ipynb
Last active April 5, 2025 21:05
Categorical scatter plot
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.