Skip to content

Instantly share code, notes, and snippets.

View nurimelih's full-sized avatar
🦏
what's happening folks

melih nurimelih

🦏
what's happening folks
  • hoopt.app
  • ist
  • 03:51 (UTC +03:00)
View GitHub Profile
@nurimelih
nurimelih / realm-open.sh
Created December 9, 2025 12:04
Open Realm DB in Realm Studio for active iOS Simulator
# Realm DB - find and open for active iOS simulator
# Usage: Add to ~/.zshrc, then run: source ~/.zshrc && realm-open
realm-open() {
local booted=$(xcrun simctl list devices booted -j | python3 -c "
import sys,json
d=json.load(sys.stdin)
sims=[(u['name'],u['udid']) for devs in d['devices'].values() for u in devs if u.get('state')=='Booted']
for name,udid in sims: print(f'{name}|{udid}')
")
@nurimelih
nurimelih / AwesomeCourses.md
Created January 25, 2018 08:05 — forked from teocci/AwesomeCourses.md
List of awesome university courses for learning Computer Science!

Awesome Courses Awesome

Introduction

There is a lot of hidden treasure lying within university pages scattered across the internet. This list is an attempt to bring to light those awesome courses which make their high-quality material i.e. assignments, lectures, notes, readings & examinations available online for free.

Table of Contents