Skip to content

Instantly share code, notes, and snippets.

View CallumCarmicheal's full-sized avatar

Callum Carmicheal CallumCarmicheal

View GitHub Profile
@CallumCarmicheal
CallumCarmicheal / SyntaxSchema.cs
Last active September 1, 2016 23:33
C# Python like syntax: A new syntax for C#, maybe a interesting project what's your thoughts?
/*
THIS IS THE DESIGN OF THE COMPILER, PLEASE NOTE EVERYTHING IS DUE TO CHANGE!
EVEN THE NAME IS VAILABLE FOR A CHANGE!
@author Callum Carmicheal
@date
02/09/2016 UK - 19:30->00:23 = Started the whole design of the compiler and language
@desc A simple resyntax of C#, making the code a bit more like Python's structure and syntax,
allowing code to be displayed in a cleaner and clearer way!
@teameh
teameh / 1-example.com.conf
Last active December 19, 2019 12:57
Silex - Let NGINX handle static files after authentication with PHP
server {
listen 80;
listen [::]:80;
server_name example.com;
root /var/www/project/web;
index index.php;
# catches internal redirects from php with 'X-Accel-Redirect' header
location /private_admin_files {