I hereby claim:
- I am obstschale on github.
- I am obstschale (https://keybase.io/obstschale) on keybase.
- I have a public key ASDLzamYHudd2vRPBISs45ocDGUgjWY-CJZjOnU_SZcWHQo
To claim this, I am signing this object:
#!/bin/bash | |
# Watson Status | |
# | |
# by Antoine Corcy <contact@sbin.dk> | |
# | |
# <xbar.title>Watson Status</xbar.title> | |
# <xbar.version>1.0</xbar.version> | |
# <xbar.author>Antoine Corcy</xbar.author> | |
# <xbar.author.github>toin0u</xbar.author.github> |
# /home/pi/.config/lxsession/LXDE-pi/autostart before Buster | |
# /etc/xdg/lxsession/LXDE-pi/autostart on Buster | |
@lxpanel --profile LXDE-pi | |
@pcmanfm --desktop --profile LXDE-pi | |
@xscreensaver -no-splash | |
@point-rpi | |
@sh /home/pi/bin/start-chromium.sh |
cecho() { | |
local code="\033[" | |
case "$1" in | |
black | bk) color="${code}0;30m";; | |
red | r) color="${code}1;31m";; | |
green | g) color="${code}1;32m";; | |
yellow | y) color="${code}1;33m";; | |
blue | b) color="${code}1;34m";; | |
purple | p) color="${code}1;35m";; | |
cyan | c) color="${code}1;36m";; |
#!/bin/bash | |
# ========================================= | |
# Create new WordPress Site with 1 command | |
# | |
# press <name> <dbname> | |
# | |
# name: name of the folder, website, url | |
# dbname: database name, which will be created and used by WordPress | |
# |
<?php | |
/* | |
* Plugin Name: Lock plugin updates | |
* Description: Prevent plugin updates | |
* Version: 1.0.0 | |
* Author: daggerhart | |
*/ | |
add_filter( 'http_request_args', 'lock_plugins_http_request_args', 5, 2 ); |
<?php | |
namespace Flat_Finder\Module; | |
/** | |
* Class Caldera_Form | |
* | |
* Caldera_Form is a module for using a caldera form as main input for new flats. | |
* | |
* @author Hans-Helge Buerger |
<?php | |
// Load the WordPress Environment | |
define( 'WP_DEBUG', true ); | |
require('./wp-load.php'); | |
?> | |
<pre> | |
<?php | |
$arrayName = array('val1', 'val2' ); |
. | |
├── .bower.json | |
├── .gitignore | |
├── .travis.yml | |
├── CHANGELOG.md | |
├── Jakefile.js | |
├── MIT-LICENCE.txt | |
├── README.md | |
├── build | |
│ ├── build.js |
I hereby claim:
To claim this, I am signing this object:
Useful Links, Tutorials, and Books
First of all, here the easiest way to install and run it on your system:
ipython notebook
in the desired folder. This will start your default browser and open the iPython dashboard