Skip to content

Instantly share code, notes, and snippets.

View Idered's full-sized avatar
📸
Working on chalk.ist

Kasper Mikiewicz Idered

📸
Working on chalk.ist
View GitHub Profile
@Idered
Idered / .vimrc
Created December 15, 2016 12:30
vimrc
" Cancel the compatibility with Vi.
set nocompatible
" .........................................................
" # Vundle
" .........................................................
filetype off
@Idered
Idered / README.md
Created January 25, 2013 03:23 — forked from zenorocha/README.md

Project Name

TODO: Write a project description

Installation

TODO: Describe the installation process

Usage

@Idered
Idered / curlQuery.php
Last active October 7, 2015 13:38
curlQuery
/**
* Pobiera dane ze wskazanego adresu URL poprzez cURL.
*
* @todo Ta funkcja jest zbyt ogólna, by znajdować się w komendach czata.
* @param string $url Adres URL.
* @param array $headers Nagłówki, jakie należy przesłać razem z zapytaniem.
* @param bool $isPost Informacja, czy zapytanie ma zostać zadane metodą POST. Jeśli false, będzie użytwa metoda GET.
* @param mixed $data Dane do przesłania metodą post.
* @return string
*/