Skip to content

Instantly share code, notes, and snippets.

View exodus4d's full-sized avatar

Mark Friedrich exodus4d

View GitHub Profile
@exodus4d
exodus4d / nginx.conf
Last active January 2, 2020 04:28
nginx.conf for Pathfinder (Nginx v1.11.8)
# nginx Configuration File
# http://wiki.nginx.org/Configuration
# Run as a less privileged user for security reasons.
user nginx nginx;
# How many worker threads to run;
# "auto" sets it to the number of CPU cores available in the system, and
# offers the best performance. Don't set it higher than the number of CPU
# cores if changing this parameter.
@exodus4d
exodus4d / schema.php
Created December 23, 2015 02:15
MySQL Schema extension for f3-cortex
<?php
/**
* Created by PhpStorm.
* User: Exodus
* Date: 19.12.2015
* Time: 12:47
*
* This is an "on top" extension for "Schema Builder"
* see: https://github.com/ikkez/f3-schema-builder
*
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
string(472) "��"Id";"Name";"Security";"MassTotal";"MassIndividual";"MassRegeneration";"MaxStableTime";
"1";"name1";"sec1";"masstot1";"massIndividual1";"massRegeneration1";"11";
"2";"name2";"sec2";"masstot2";"massIndividual2";"massRegeneration2";"22";"
{
"config" : {
"id" : 22,
"name" : "first",
"icon" : "fa-desktop",
"created" : 1445793306,
"updated" : 1446991519,
"scope" : {
"id" : 1,
"name" : "wh",