Skip to content

Instantly share code, notes, and snippets.

View Steven-Low's full-sized avatar
💭
Running on Caffeine ☕ and Wifi 🛜

Steven-Low Steven-Low

💭
Running on Caffeine ☕ and Wifi 🛜
  • Selangor, Malaysia
View GitHub Profile
@Steven-Low
Steven-Low / ncp-install.sh
Last active April 25, 2026 15:03
Nextcloud Copy - A Simple Webdav CLI
#!/bin/bash
# ============================================================
# NCP - Nextcloud Copy
# Install / Update:
# curl -s https://gist.githubusercontent.com/Steven-Low/3ed91c5ef1835ff84c2993678d5e563d/raw/ncp-install.sh | bash
# ============================================================
GIST_URL="https://gist.githubusercontent.com/Steven-Low/3ed91c5ef1835ff84c2993678d5e563d/raw/ncp-install.sh"
CONFIG="$HOME/.ncp_config"
BIN_DIR="$HOME/.local/bin"
@Steven-Low
Steven-Low / universe.sql
Created April 5, 2025 14:30
Freecodecamp celestial bodies database challenge
--
-- PostgreSQL database dump
--
-- Dumped from database version 12.17 (Ubuntu 12.17-1.pgdg22.04+1)
-- Dumped by pg_dump version 12.17 (Ubuntu 12.17-1.pgdg22.04+1)
SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;