Skip to content

Instantly share code, notes, and snippets.

View juliankoehn's full-sized avatar
:octocat:
I may be slow to respond.

Julian Köhn juliankoehn

:octocat:
I may be slow to respond.
View GitHub Profile
@juliankoehn
juliankoehn / local.xml
Created July 5, 2018 06:15 — forked from anthuanvasquez/local.xml
Remove default blocks from Magento 1.9 using local.xml
<?xml version="1.0"?>
<layout>
<default>
<!--Root/Default Layouts-->
<reference name="root">
<!--Appending Block-->
<block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
</reference>
<!--CSS and JS Files-->
<?php
namespace App\Http\Utilities;
class WarcraftRealms
{
protected static $realms_eu = [
"Aegwynn" => "German",
"Aerie Peak" => "English",
"Agamaggan" => "English",
@juliankoehn
juliankoehn / FIFA16_headers
Last active October 23, 2015 00:50
User Agent
# chrome 45 @ win10
headers = {
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.101 Safari/537.36',
'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8',
'Accept-Encoding': 'gzip,deflate,sdch',
'Accept-Language': 'en-US,en;q=0.8',
# 'Accept-Charset': 'utf-8, iso-8859-1, utf-16, *;q=0.1',
'Connection': 'keep-alive',
# 'Keep-Alive': '300',
'DNT': '1',
@juliankoehn
juliankoehn / header.html
Last active October 21, 2015 17:26
Sticky Header for maxGOLDs #1 Theme
<!-- Header -->
<header class="header" data-minimize-offset="80">
<div class="upperHeader">
<div class="container">
<div class="row">
<div class="col-xs-12 col-lg-6">
<p>Welcome to maxGOLDs, <a href="#">Login</a> or <a href="#">Create a new account</a></p>
</div>
<div class="col-xs-12 col-lg-6">
<ul class="pull-right inline text-right">
@juliankoehn
juliankoehn / Go2Top.html
Last active October 21, 2015 14:27
Go2Top Element
<div class="go2top">
<i class="fa fa-arrow-up"></i>
</div>
# From a fresh install of squeeze
apt-get install ruby rubygems # Need ruby to use fpm
gem1.8 install fpm --no-ri --no-rdoc
apt-get install build-essential openssl libreadline6 libreadline6-dev zlib1g zlib1g-dev libssl-dev ncurses-dev libyaml-dev
wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p125.tar.gz
tar -zxvf ruby-1.9.3-p125.tar.gz
cd ruby-1.9.3-p125
rm -rf /tmp/ruby193