Skip to content

Instantly share code, notes, and snippets.

View iandmyhand's full-sized avatar
:octocat:
Doing something...

SeomGi, Han iandmyhand

:octocat:
Doing something...
View GitHub Profile
@iandmyhand
iandmyhand / fcgi.py
Last active May 12, 2016 14:37 — forked from antoinemartin/fcgi.py
Django management command to run Django on Windows with IIS through FastCGI (for Python 3.x)
# encoding: utf-8
# FastCGI-to-WSGI bridge for files/pipes transport (not socket)
#
# Copyright (c) 2002, 2003, 2005, 2006 Allan Saddi <[email protected]>
# Copyright (c) 2011 Ruslan Keba <[email protected]>
# Copyright (c) 2012 Antoine Martin <[email protected]>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@iandmyhand
iandmyhand / toss-frontend-rules.mdc
Created April 23, 2025 14:04 — forked from toy-crane/toss-frontend-rules.mdc
토스 프론트엔드 가이드라인 기반으로 만든 Cursor rule
# Frontend Design Guideline
This document summarizes key frontend design principles and rules, showcasing
recommended patterns. Follow these guidelines when writing frontend code.
# Readability
Improving the clarity and ease of understanding code.