Known Issues: On High Sierra there are problems related to the screen brightness and sleep issues.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Test Ansile role inside container | |
# | |
# Inspired by the wonderful work of Jeff Geerling (@geerlingguy) | |
# https://gist.github.com/geerlingguy/73ef1e5ee45d8694570f334be385e181 | |
# Colors | |
RED='\033[0;31m' | |
GREEN='\033[0;32m' | |
NEUTRAL='\033[0m' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
</head> | |
<body> | |
<img src="https://img.shields.io/badge/🔥-Blazing%20Fast-red.svg"/> | |
<img src="https://img.shields.io/badge/😿-For Humans-blue.svg"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* Module file for add_more_example. | |
*/ | |
/** | |
* Implements hook_menu(). | |
* |
I hereby claim:
- I am fubarhouse on github.
- I am fubarhouse (https://keybase.io/fubarhouse) on keybase.
- I have a public key whose fingerprint is 1AB4 7DF3 80B2 9A08 A106 C455 2C6D 140D 87C0 E0A2
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"fmt" | |
"os" | |
"path/filepath" | |
) | |
func run() ([]string, error) { | |
searchDir := "c:/path/to/dir" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "mynamespace/myproject", | |
"description": "Composer file example", | |
"repositories": [ | |
{ | |
"type": "composer", | |
"url": "https://packages.drupal.org/7/" | |
}, | |
{ | |
"type": "package", |
From https://www.drupal.org/node/1322794#comment-5630610
/* template.php */
function mytheme_preprocess_html(&$vars) {
css_320_and_up($vars);
}
NewerOlder