Skip to content

Instantly share code, notes, and snippets.

View AndyScherzinger's full-sized avatar
👨‍💻

Andy Scherzinger AndyScherzinger

👨‍💻
View GitHub Profile
@darekkay
darekkay / trakt-backup.php
Last active June 18, 2024 14:28
Trakt.tv backup script
<?php
/*
Backup script for trakt.tv (API v2).
Live demo: https://darekkay.com/blog/trakt-tv-backup/
*/
// create a Trakt app to get a client API key: http://docs.trakt.apiary.io/#introduction/create-an-app
$apikey = "CLIENT_API_KEY";
Signed-off-by: Full Name <your@email>
@AndyScherzinger
AndyScherzinger / styles.xml
Created July 11, 2017 15:48 — forked from Aracem/styles.xml
Material Text Styles supported for all version with Appcompat + Calligraphy Library ( https://github.com/chrisjenx/Calligraphy ) Material Design recomendations http://www.google.com/design/spec/style/typography.html#typography-roboto-noto Remember to add the fonts to your source/fonts folder
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- TextView Empty Base-->
<style name="TextViewBase" parent="android:TextAppearance.Holo.Widget.TextView"/>
<!-- ActionBar Title -->
<style name="CustomActionBarTitleBase" parent="TextAppearance.AppCompat.Widget.ActionBar.Title"/>
<!-- Text Views Default Base -->
@skjnldsv
skjnldsv / nextcloud-drone-status-sort.user.js
Last active July 24, 2023 09:41
Nextcloud drone status check sort
// ==UserScript==
// @name Nextcloud drone status check sort
// @namespace http://drone.nextcloud.com/
// @version 0.3
// @description Put Nextcloud drone failed jobs on top of the list
// @author MorrisJobke & Skjnldsv
// @match https://drone.nextcloud.com/nextcloud/*
// @icon https://github.githubassets.com/favicons/favicon.svg
// @grant none
// @updateURL https://gist.github.com/skjnldsv/d9244cf50d148d4e38319fe497f7b68c/raw/nextcloud-drone-status-sort.user.js
@skjnldsv
skjnldsv / github-status-check-sort.user.js
Last active March 1, 2024 16:43
Github status check sort
// ==UserScript==
// @name Github status check sort
// @namespace https://github.com/
// @version 1.1.3
// @description Sort the status checks on a PR by status and then by name
// @author Skjnldsv
// @match https://github.com/*/*/pull/*
// @icon https://github.githubassets.com/favicons/favicon.svg
// @grant none
// @updateURL https://gist.github.com/skjnldsv/eb7b894ae996affde4a7d0e00e0d80a1/raw/github-status-check-sort.user.js