Skip to content

Instantly share code, notes, and snippets.

View OGProgrammer's full-sized avatar
💭
PHP Dev Available For Hire!

Joshua Copeland OGProgrammer

💭
PHP Dev Available For Hire!
View GitHub Profile
@OGProgrammer
OGProgrammer / .gitignore_global
Last active November 3, 2017 22:54 — forked from octocat/.gitignore
Some common .gitignore configurations
# IDE Files #
###################
# IntelliJ
*.iml
*.iws
*.ipr
.idea/
# Eclipse
<html>
<head>
<meta charset="UTF-8">
<?php
$debug=False;
set_time_limit(0);
$actionURL="/d3stryr-3stripes.php";
?>
<title>d3stryr 3stripes</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
@OGProgrammer
OGProgrammer / d3stryr-3stripes-atc-cs.php
Created September 25, 2016 03:53
Helper script for d3stryr-3stripes.php
<?php
$marketsList=[];
$marketsList['AT']='de_AT';
$marketsList['AU']='en_AU';
$marketsList['BE']='fr_BE';
$marketsList['BR']='pt_BR';
$marketsList['CA']='en_CA';
$marketsList['CL']='es_CL';
$marketsList['CO']='es_CO';
$marketsList['CZ']='cz_CZ';