Skip to content

Instantly share code, notes, and snippets.

@slickroot
slickroot / privacy-policy.md
Last active June 18, 2026 01:44
Brake Point Privacy Policy

Privacy Policy for Brake Point

Effective date: June 18, 2026

This Privacy Policy describes how the mobile game Brake Point ("the App", "we", "us") handles information. The App is published by Marouane Elaich.

The short version

Brake Point does not collect, store, or transmit any personal information.

#!/usr/bin/env bash
# setup_iota_pm2.sh — one-shot setup & forever-run via pm2
set -euo pipefail
# ──────────────────────────── configurable ────────────────────────────
BRANCH="${1:-${BRANCH:-slickroot/gpu-memory-aware-miner}}"
REPO_SSH="git@github.com:Datura-ai/iota.git"
WORKDIR="IOTA" # where we clone the repo
PY_ARGS="launch_miner.py --env docker"
# ──────────────────────────────────────────────────────────────────────
import puppeteer, { Browser, Page } from 'puppeteer';
import { LearningAppImportCredentials } from './sdk/learningAppImportStartup';
import { AppCourse, AppLevel, AppTopic, LevelMasteryRecord } from './sdk/learningAppImport';
import * as cheerio from 'cheerio';
interface NoredinkCourse {
id: number;
name: string;
}