-
Kerk en IT
- Roermond, Netherlands
-
23:04
(UTC +01:00) - www.kerkenit.nl
- @KerkenIT
- KerkEnIt
- kerk.en.it
- @kerkenit
Pinned Loading
-
-
Detect browser
Detect browser 1$(function () {
2$.browser.chrome = $.browser.webkit && !!window.chrome;
3$.browser.safari = $.browser.webkit && !window.chrome;
4$.browser.firefox = $.browser.mozilla
5$.browser.internetexplorer = window.navigator.userAgent.indexOf('MSIE ') > 0 || window.navigator.userAgent.indexOf('Trident/') > 0;
-
Reset the pixels of a screen to prev...
Reset the pixels of a screen to prevent burning in 1#PixelReset {
2position: absolute;
3left:0;
4top:0;
5width: 100%;
-
Add 150 times the last 250 files to ...
Add 150 times the last 250 files to GitHub 1#!/bin/bash
2for n in {1..150}; do tac .gitignore | sed "1,250d" | tac | tee .gitignore2 && mv .gitignore2 .gitignore && git add --all && git commit -m "Old checkin" && git push ; done
-
ffmpeg-install.sh
ffmpeg-install.sh 1#!/bin/bash
2# Compile and install (or install via Apt) FFmpeg Codecs
3# Compile and install FFmpeg suite
45echo "Begining Installation of FFmpeg Suite"
-
Test CPU
Test CPU 1#!/bin/bash
2# Detects which OS and if it is Linux then it will detect which Linux
3# Distribution.
45# -e option instructs bash to immediately exit if any command [1] has a non-zero exit status
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.