Skip to content

Instantly share code, notes, and snippets.

View swichers's full-sized avatar
👻
We must construct additional pylons!

Steven Wichers swichers

👻
We must construct additional pylons!
View GitHub Profile
@mmenavas
mmenavas / .travis.yml
Created August 13, 2018 04:36
Travis CI file for custom Drupal 8 module
language: php
php:
- '7.2'
env:
global:
- MODULE_NAME='example'
- SIMPLETEST_BASE_URL='http://127.0.0.1:8080'
# Ignore Symfony's deprecation notices.
@FrancesCoronel
FrancesCoronel / sampleREADME.md
Last active March 26, 2024 01:21
A sample README for all your GitHub projects.

Repository Title Goes Here

Frances Coronel

INSERT GRAPHIC HERE (include hyperlink in image)

Subtitle or Short Description Goes Here

ideally one sentence >

@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 22, 2024 17:28
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@mshafrir
mshafrir / states_hash.json
Created May 9, 2012 17:05
US states in JSON form
{
"AL": "Alabama",
"AK": "Alaska",
"AS": "American Samoa",
"AZ": "Arizona",
"AR": "Arkansas",
"CA": "California",
"CO": "Colorado",
"CT": "Connecticut",
"DE": "Delaware",
@jpstacey
jpstacey / example.php
Created June 11, 2010 11:46
Clean Drupal hook_views_Default_views
<?php
/**
* Implementation of hook_views_default_views
*/
function example_views_default_views() {
return example_default_views_from_files();
}
/**
* Helper function for default views - get from files in a subdirectory