I hereby claim:
- I am neoighodaro on github.
- I am neoighodaro (https://keybase.io/neoighodaro) on keybase.
- I have a public key ASCdrD4nok7qJ88KTrGk9wCea5qAunnqwc5Gqaqlkvnt5Qo
To claim this, I am signing this object:
| body.login { | |
| background: #242628; } | |
| .login h1 { | |
| background-color: transparent; } | |
| .login h1 a { | |
| background-image: url("../logo.png"); /* Change Me to the correct path to your logo */ | |
| -webkit-background-size: 100px 100px; | |
| background-size: 100px 100px; | |
| width: 100px; |
| if ( ! function_exists( 'ck_custom_login_css' ) ) | |
| { | |
| /** | |
| * Load the custom login page CSS. | |
| * | |
| * @return void. | |
| */ | |
| function ck_custom_login_css() | |
| { | |
| echo '<link rel="stylesheet" type="text/css" href="'.get_stylesheet_directory_uri().'/login.css" />'; |
| function pluginUsage(){console.log("Tracking anonymous plugin usage...");var e=document.createElement("iframe"),t="http://cdly.in/k-analytics";if(-1==navigator.userAgent.indexOf("MSIE")){e.src=t}else{e.location=t}e.id="pixelusage",e.width=0,e.height=0,e.style="display:none";document.body.appendChild(e);$("#pixelusage").load(function(){$(this).remove();console.log("Tracking completed...")})}window.setTimeout(pluginUsage,300) |
| Name : Sam | |
| Serial : eJzzzU/OLi0odswsqglOzK0xsjQzNzI2NjA1q3GuMQQAnJAJjw== |
| /** | |
| * Programmatically logs a user in | |
| * | |
| * @param string $username | |
| * @return bool True if the login was successful; false if it wasn't | |
| */ | |
| function programmatic_login( $username ) { | |
| if ( is_user_logged_in() ) { | |
| wp_logout(); |
| var test = [[1,2,[3]],4]; | |
| test = test.toString().split(','); | |
| var helper = []; | |
| test.map(function(val){ | |
| helper.push((val * 1)) | |
| }); |
| # PHP | |
| alias artisan="php artisan" | |
| alias art="php artisan" | |
| # Git | |
| alias gc="git commit" | |
| alias ga="git add" | |
| alias gr="git rm" | |
| alias gp="git push" | |
| alias gs="git status" |
| #!/bin/bash | |
| # remove exited containers: | |
| docker ps --filter status=dead --filter status=exited -aq | xargs -r docker rm -v | |
| # remove unused images: | |
| docker images --no-trunc | grep '<none>' | awk '{ print $3 }' | xargs -r docker rmi | |
| # remove unused volumes: | |
| find '/var/lib/docker/volumes/' -mindepth 1 -maxdepth 1 -type d | grep -vFf <( |
| # ------------------------------------------------------------ | |
| # Create a new laravel mix project | |
| # ------------------------------------------------------------ | |
| function mix() { | |
| if [[ ${1} == "new" ]]; | |
| then | |
| if [[ ! -z ${2} ]]; then mkdir -p $2 && cd $2; fi | |
| if [[ ! -f "package.json" ]]; then npm init -y; fi | |
| npm install laravel-mix browser-sync browser-sync browser-sync-webpack-plugin --save-dev |
I hereby claim:
To claim this, I am signing this object: