We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Basic Gaming Setup Scripts for Linux
Shell 21 2
Small simple Go Tool to generate Markdown Files of code in an folder
Go 1
simple shell script using dig that fetches multiple dns servers. helpful if you want to see if an dns update is still pending
Shell 1
simple script using curl to see if a ssl certificate is valid or not.
Shell
<?php
$day_mon = date('md');
$firstadvent = 1224 - date('w',mktime(1,1,1,12,24,date('Y'))) - (7*3);
if ( $firstadvent <= 1200 ){
$firstadvent = $firstadvent - 70;
/**
* Returns rounded number with defined precision
* @param {number} value - number that gets rounded
* @param {number} decimal_place - precision
* @returns {number}
There was an error while loading. Please reload this page.