Skip to content

Instantly share code, notes, and snippets.

View kishorepv's full-sized avatar
💭
work

Kishore PV Reddy kishorepv

💭
work
View GitHub Profile
@jph00
jph00 / polya.md
Last active August 21, 2025 08:32
Summary of Polya's "How To Solve It With Code"

A guide to George Polya's "How to Solve It"

Introduction

George Polya (1887-1985) was a Hungarian mathematician and educator who revolutionized our understanding of problem-solving and teaching. While he made significant contributions to mathematics, his most enduring legacy is his insights into how people learn and solve problems. His 1945 book "How to Solve It" has influenced educators across numerous fields, extending far beyond mathematics.

Polya's Teaching Philosophy

Polya's approach centered on three key principles. First, he championed active learning, believing students learn best by discovering solutions themselves rather than being told answers. Second, he emphasized heuristic thinking - the art of guided discovery and learning from experience, viewing problem-solving as a skill that can be developed through practice. Third, he developed sophisticated questionin

@tomaslucas
tomaslucas / bilingual_assintance_prompt.md
Last active December 11, 2024 19:04
Prompt for bilingual assistance

I am a Spanish speaker attempting to communicate in English. Please help me refine my text with the following guidelines:

🌐 Language Assistance (Secondary Priority):

  • I am a Spanish speaker learning English
  • Please subtly help me improve my English communication
  • When I write something that could be grammatically refined:
    • Place my original text in double square brackets: [[original text]]
    • Provide brief, constructive corrections
    • Maintain the primary focus of our conversation
  • Please help me improve my text while preserving my original intent.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@algal
algal / aoc2023d3.ipynb
Created December 3, 2024 17:29
My Dialog
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@leehanchung
leehanchung / cli.mjs
Last active August 5, 2025 09:35
formatted claude code cli.mjs
This file has been truncated, but you can view the full file.
#!/usr/bin/env -S node --no-warnings=ExperimentalWarning --enable-source-maps
// Claude Code is a Beta product per Anthropic's Commercial Terms of Service.
// By using Claude Code, you agree that all code acceptance or rejection decisions you make,
// and the associated conversations in context, constitute Feedback under Anthropic's Commercial Terms,
// and may be used to improve Anthropic's products, including training models.
// You are responsible for reviewing any code suggestions before use.
// (c) Anthropic PBC. All rights reserved. Use is subject to Anthropic's Commercial Terms of Service (https://www.anthropic.com/legal/commercial-terms).