Skip to content

Instantly share code, notes, and snippets.

View elkuku's full-sized avatar

Nikolai Plath elkuku

  • Atacames - Ecuador
View GitHub Profile
@elkuku
elkuku / config.fish
Created August 15, 2020 15:05 — forked from mopemope/config.fish
config.fish
# Path to Oh My Fish install.
set -gx OMF_PATH /home/ma2/.local/share/omf
# Customize Oh My Fish configuration path.
#set -gx OMF_CONFIG /home/ma2/.config/omf
set fish_plugins pbcopy
set fish_greeting ""
set -x LC_CTYPE ja_JP.UTF-8
@elkuku
elkuku / IngressDualMap.user.js
Created May 12, 2020 19:27 — forked from Terrance/IngressDualMap.user.js
An IITC plugin that exports portals currently in view as a CSV list for use with Ingress Dual Map.
// ==UserScript==
// @id iitc-plugin-ingressdualmap-exporter@OllieTerrance
// @name IITC plugin: Ingress Dual Map Exporter
// @category Keys
// @version 0.0.0.1
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @description Exports portals currently in view as a CSV list for use with Ingress Dual Map.
// @include https://www.ingress.com/intel*
// @include http://www.ingress.com/intel*
// @match https://www.ingress.com/intel*
@elkuku
elkuku / setup.md
Last active June 28, 2017 17:44
RasPi Server Setup

Custom RasPi Server

A Apache PHP 7 powered git server

Install 2017-06-21-raspbian-jessie-lite

Upgrade to stretch

@todo This is needed for PHP 7...

@elkuku
elkuku / stripcomments.php
Created November 16, 2012 01:22
A script to strip whitespace. Used as a EasyCreator BuildAction ™:P
#!/usr/bin/env php
<?php
/**
* @package EasyCreator
* @subpackage Helpers.Scripts
* @author Nikolai Plath {@link https://github.com/elkuku}
* @author Created on 25-May-2012
* @license GNU/GPL
*/
@elkuku
elkuku / andrew_eddie_j_cms_future.md
Created November 10, 2012 23:28
Andrew Eddie: Thinking out loud about the future of the Joomla! CMS

Ref.: https://groups.google.com/d/msg/joomla-dev-general/bK4r4m3VEBg/i9N8J5hNGkcJ

...start simple, though it would take a bit of time to set up. Thinking out loud too, I'd take these steps:

  1. Strip down a "Joomla Core" version to the bare minimum (Platform, Content, Menus, Users, etc) and put that in a new github repo.
  2. Create Phing (or Hudson) scripts to create the "build" and delta's (just clean up what we already have for the full CMS - just put them in a repo too some people know what happens).