Skip to content

Instantly share code, notes, and snippets.

View ZipoKing's full-sized avatar
🏠
Working from home

Paweł Smoliński ZipoKing

🏠
Working from home
View GitHub Profile
@ZipoKing
ZipoKing / symfony2_nginx.conf
Created May 3, 2012 09:32
Sample nginx configuration for Symfony2
server {
listen 80;
server_name symfony2;
root /var/www/symfony2/web;
error_log /var/log/nginx/symfony2.error.log;
access_log /var/log/nginx/symfony2.access.log;
# strip app.php/ prefix if it is present
@ZipoKing
ZipoKing / tags_cloud.bas
Created October 15, 2011 16:39
Create tags cloud in LibreOffice/OpenOffice
REM ***** BASIC *****
' Copyright (c) 2010, Paweł Smoliński
' All rights reserved.
' Redistribution and use in source and binary forms, with or without
' modification, are permitted provided that the following conditions are
' met:
' * Redistributions of source code must retain the above copyright
' notice, this list of conditions and the following disclaimer.