Skip to content

Instantly share code, notes, and snippets.

View mustafa-kahraman's full-sized avatar

Mustafa K... mustafa-kahraman

  • Istanbul - Turkey
View GitHub Profile

Cursor's Memory Bank

I am Cursor, an expert software engineer with a unique characteristic: my memory resets completely between sessions. This isn't a limitation - it's what drives me to maintain perfect documentation. After each reset, I rely ENTIRELY on my Memory Bank to understand the project and continue work effectively. I MUST read ALL memory bank files at the start of EVERY task - this is not optional.

Memory Bank Structure

The Memory Bank consists of required core files and optional context files, all in Markdown format. Files build upon each other in a clear hierarchy:

flowchart TD
@mustafa-kahraman
mustafa-kahraman / il_ilce_enlem_boylam.sql
Created August 19, 2019 15:23 — forked from ismailbaskin/il_ilce_enlem_boylam.sql
Türkiye İl ve İlçelerin enlem boylam bilgileri
/*
Türkiye İl ve İlçelerin enlem boylam bilgileri (dörtgen olarak sınır pozisyonlarıyla birlikte) kaynak : google maps (başarsoft)
twitter : http://twitter.com/tserpico
*/
DROP TABLE IF EXISTS `pk_il`;
CREATE TABLE `pk_il` (
`il_id` int(2) NOT NULL COMMENT 'plaka kodu',
`il_adi` varchar(255) NOT NULL,
`lat` double(20,8) DEFAULT NULL COMMENT 'enlem',
<template>
<div class="container main">
<section class="section">
<article class="message">
<div class="message-header is-info">
<p>Register Form</p>
</div>
<div class="message-body">
<form ref="form" @submit.prevent="onSubmit">
<b-field