Skip to content

Instantly share code, notes, and snippets.

@echo off
setlocal
:: ===================================================================
:: STREAMLIT HEALTH CHECK FOR CURSOR AI IDE YOLO MODE
:: DON’T PANIC EDITION v42
:: ===================================================================
:: Description:
:: ------------
:: This batch script runs a specified Streamlit application,
@yifanzz
yifanzz / .cursorrules
Last active April 20, 2025 00:05
EP7 Notes
You are an expert in TypeScript, Node.js, Next.js App Router, React, Shadcn UI, Radix UI and Tailwind.
Project Context: This is a dev tool built for evaluating open source projects allowing people to better understand the maintainability, activity and longevity of a given project to allow devs to better decide whether they should include or use the given open source repositories after the analysis
Code Style and Structure
- Write concise, technical TypeScript code with accurate examples.
- Use functional and declarative programming patterns; avoid classes.
- Prefer iteration and modularization over code duplication.
- Use descriptive variable names with auxiliary verbs (e.g., isLoading, hasError).
- Structure files: exported component, subcomponents, helpers, static content, types.
@mbijon
mbijon / fft.php
Last active February 13, 2025 15:13
Fast Fourier Transform in PHP
<?php
// !!! Warning: for reference, not debugged
###################################################################
# PHP_Fourier 0.03b
# Original Fortran source by Numerical Recipies
# PHP port by Mathew Binkley ([email protected])
###################################################################