Skip to content

Instantly share code, notes, and snippets.

View RubenNL's full-sized avatar
:octocat:
Hi! I moved to https://gitlab.rubend.nl/ruben

Ruben van Dijk RubenNL

:octocat:
Hi! I moved to https://gitlab.rubend.nl/ruben
  • Rotterdam
View GitHub Profile
using System;
using System.Collections.Generic;
using System.Linq;
namespace GUI
{
public class Bag
{
private readonly Random _random;
private Queue<Matrix> _bag = new(); //using queue for easy pop/dequeue.
@RubenNL
RubenNL / gotify-bash.sh
Last active March 2, 2019 13:45
gotify-bash
#!/bin/bash
files=(/etc/gotify/cli-bash.json $HOME/.gotify/cli-bash.json .cli-bash.json)
for filepath in "${files[@]}"
do
if [ -f $filepath ]; then
break;
fi
done
case $1 in
"init")
// ==UserScript==
// @name Geocaching_handtekening
// @version 2.1
// @description Geocaching handtekening. Ontwikkeld door Ruben(Rubendebeste). mede mogelijk gemaakt door Irma(Irberu).
// @author Ruben(Rubendebeste)
// @match https://www.geocaching.com/seek/log.aspx?ID=*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js
// @require https://openuserjs.org/src/libs/sizzle/GM_config.js
// @grant GM_getValue
// @grant GM_setValue