Skip to content

Instantly share code, notes, and snippets.

View konstantinos-tsatsarounos's full-sized avatar
🏠
Working from home

Konstantinos Tsatsarounos konstantinos-tsatsarounos

🏠
Working from home
View GitHub Profile
@konstantinos-tsatsarounos
konstantinos-tsatsarounos / ls_colors
Created June 11, 2018 19:14 — forked from jmoz/ls_colors
ls_colors file to change colour of ls
# di=5;34;43 Setting the LS_COLORS di parameter to the above example will make directories appear in flashing blue text with an orange background
#0 = Default Colour
#1 = Bold
#4 = Underlined
#5 = Flashing Text
#7 = Reverse Field
#31 = Red
#32 = Green
#33 = Orange
#34 = Blue
<?php
/**
* An helper file for Laravel 5, to provide autocomplete information to your IDE
* Generated for Laravel 5.0.16 on 2015-03-16.
*
* @author Barry vd. Heuvel <barryvdh@gmail.com>
* @see https://github.com/barryvdh/laravel-ide-helper
*/
namespace {
[
{name: 'Afghanistan', code: 'AF'},
{name: 'Åland Islands', code: 'AX'},
{name: 'Albania', code: 'AL'},
{name: 'Algeria', code: 'DZ'},
{name: 'American Samoa', code: 'AS'},
{name: 'AndorrA', code: 'AD'},
{name: 'Angola', code: 'AO'},
{name: 'Anguilla', code: 'AI'},
{name: 'Antarctica', code: 'AQ'},
@konstantinos-tsatsarounos
konstantinos-tsatsarounos / 0_reuse_code.js
Created December 23, 2013 10:42
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@konstantinos-tsatsarounos
konstantinos-tsatsarounos / bootstrap_menu_walker.php
Last active December 25, 2015 12:09 — forked from johnmegahan/functions.php
Bootstrap menu for wordpress
<?php
add_action( 'after_setup_theme', 'bootstrap_setup' );
if ( ! function_exists( 'bootstrap_setup' ) ):
function bootstrap_setup(){
add_action( 'init', 'register_menu' );