Skip to content

Instantly share code, notes, and snippets.

View mekanix's full-sized avatar

Goran Mekić mekanix

View GitHub Profile
<?php
$url = $_SERVER['MCAC_ATTR_target'] . $_SERVER['REQUEST_URI'];
$ch = curl_init($url);
if (strtolower($_SERVER['REQUEST_METHOD']) == 'post')
{
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, $_POST);
from django.db import models
class Applications(models.Model):
name = models.CharField(max_length=512)
class ContactInformation(models.Model):
contactName = models.CharField(max_length=512)
phoneNumber = models.CharField(max_length=20)
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: OpenPGP:SDK v0.9
xsBNBFKBQhcBCADI+D6X1gpIpZwemcszWEsZipTFS3qMjv/nVsP5kfCehPpDQZPL
TRshGXyl2sqtGQ60mBTbGx3EEx1jYkTxO78gTPDcDbyHSR9zVBasLAo+SoCh1/G4
Ak8bu5HgF42HzkSX8Zs3iyUsh5oeRnOoEIgT5gEk2NAxa2aFqhT7PuT4gInsJ6Yr
mNLtfdNulrc0S/ol/sip051ev3rfWrzYFUn9v7YWjd8nJNyE4f/cLKVl9mRRi3K8
W4w1MFpzgv1OL0aBfFqJnld/WRkMFFQRyoOe8A2hQRbJNnGbtPJmHeX+96T6VHoW
Zi4Cd1mtLVo/ZYfg2ljoGSzAUTn90EyDDRr5ABEBAAHNIW1la2EgKEdlbmVyYXRl
ZCBieSBSZXRyb1NoYXJlKSA8PsLAXwQTAQIAEwUCUoFCFwkQjdhb+vEHCgoCGQEA
Vagrant::Config.run do |config|
{
:Centos6_64 => {
:box => 'centos6_64',
:box_url => 'https://dl.dropbox.com/u/7225008/Vagrant/CentOS-6.3-x86_64-minimal.box',
},
:Centos63_64 => {
:box => 'centos-6.3-64bit',
:box_url => 'http://packages.vstone.eu/vagrant-boxes/centos-6.3-64bit-latest.box',
Host *
User meka
Host 127.0.0.1
Port 2222
ap L :tabn <cr>
nnoremap <leader>i :set smartindent!<cr>:set autoindent!<cr>
nnoremap <leader>c :set ignorecase!<cr>
nnoremap <leader>g :Gist<cr>
nnoremap <f2> :NERDTreeToggle<cr>
nnoremap <Left> <nop>
n
'setxkbmap -option "grp:switch" "us,hr"',
'pidgin',
'thunderbird',
'xautolock -time 10 -locker slock',
'numlockx',
'laditray',
'ladish_control sload meka',
'ladish_control sstart',
'a2j_control ehw',
'a2j_control start',
sdvdsvdsvs
asdcasdcsd
# Configuration file for dircolors, a utility to help you set the
# LS_COLORS environment variable used by GNU ls with the --color option.
# Copyright (C) 1996-2012 Free Software Foundation, Inc.
# Copying and distribution of this file, with or without modification,
# are permitted provided the copyright notice and this notice are preserved.
# The keywords COLOR, OPTIONS, and EIGHTBIT (honored by the
# slackware version of dircolors) are recognized but ignored.