Skip to content

Instantly share code, notes, and snippets.

View oliverspryn's full-sized avatar
☀️
Everyday is a great day!

Oliver Spryn oliverspryn

☀️
Everyday is a great day!
View GitHub Profile
@amercier
amercier / synology-scheduled-tasks.md
Last active July 3, 2026 21:52
Turn leds on/off on Synology DiskStation

Synology scheduled tasks

Usage

Go to Control Panel / Task Scheduler and add the content of these scripts as root scripts.

Leds

@Yazazzello
Yazazzello / smoketest
Created February 21, 2018 08:42
script for sequentially running espresso test on headless android emulators
#!/bin/bash
#emulators=( "$@" )
#usage bash smoketests $ARRAY_OF_AVD_IDS
emulators=(
#"Nexus_5_API_24"
#"Nexus_S_API_23"
#"Nexus_5_API_25"
#"Nexus_5_API_26"
#"Nexus_5_API_19"
#"Nexus_5_API_22"
package com.geekorum.geekdroid.navigation
import android.content.Context
import android.os.Bundle
import android.util.AttributeSet
import androidx.core.content.res.use
import androidx.core.os.bundleOf
import androidx.fragment.app.DialogFragment
import androidx.fragment.app.Fragment
import androidx.fragment.app.FragmentManager
@vegadodo
vegadodo / sign-existing-commits-and-tags.md
Created November 26, 2020 05:46
How to sign existing commits and tags, starting from certain commit (for PRIVATE repo)

How to sign existing commits and tags, starting from certain commit (for PRIVATE repo)

Author

Vegadodo (@vegadodo)

DISCLAIMER

This might seriously fuck up repo history, so use at your own risk. Also, this might have some unintended side effects.

@sergeyk
sergeyk / AGENTS.md
Last active March 4, 2026 19:42
AGENTS.md file for Superconductor

Superconductor App Development Guide for AI SWE Agents

This is a Rails 8 app, using Tailwind for CSS (with DaisyUI), Slim for HTML templates, Phlex for view components, Stimulus for JavaScript, and Turbo for streaming updates. It runs using docker-compose, which we manage with dip.

Read more about the purpose and business logic of the app in @README.md

Initial Setup (already done)

Before you started, the following two commands were already run for you: bin/setup set everything up, and bin/dev started the web app.