Skip to content

Instantly share code, notes, and snippets.

View janisozaur's full-sized avatar

Michał Janiszewski janisozaur

  • Poland
  • 10:30 (UTC +02:00)
View GitHub Profile
@janisozaur
janisozaur / ipin.py
Created November 24, 2012 23:45 — forked from urielka/ipin.py
iOS PNG uncrushers based on http://www.axelbrz.com.ar/?mod=iphone-png-images-normalizer with a fix for multiple IDAT
#---
# iPIN - iPhone PNG Images Normalizer v1.0
# Copyright (C) 2007
#
# Author:
# Axel E. Brzostowski
# http://www.axelbrz.com.ar/
# [email protected]
#
# References:
@janisozaur
janisozaur / vimrc
Created November 14, 2012 10:41
vimrc
" An example for a vimrc file.
"
" Maintainer: Bram Moolenaar <[email protected]>
" Last change: 2011 Apr 15
"
" To use it, copy it to
" for Unix and OS/2: ~/.vimrc
" for Amiga: s:.vimrc
" for MS-DOS and Win32: $VIM\_vimrc
" for OpenVMS: sys$login:.vimrc
@janisozaur
janisozaur / tab.tex
Created September 2, 2012 21:23
tabelka
\documentclass[a4paper,10pt]{article}
\usepackage[MeX]{polski}
\usepackage[polish,english]{babel}
\selectlanguage{english}
\usepackage{graphicx}
\usepackage[utf8]{inputenc}
\usepackage{algorithmic}
\usepackage{verbatim}
%opening
@janisozaur
janisozaur / servers
Created June 17, 2012 22:46
subversion client config
[groups]
othervm = 192.168.0.183
[global]
[othervm]
ssl-client-cert-file = /home/janisozaur/Downloads/user.p12
@janisozaur
janisozaur / dav_svn.conf
Created June 16, 2012 21:30
security-files
# dav_svn.conf - Example Subversion/Apache configuration
#
# For details and further options see the Apache user manual and
# the Subversion book.
#
# NOTE: for a setup with multiple vhosts, you will want to do this
# configuration in /etc/apache2/sites-available/*, not here.
# <Location URL> ... </Location>
# URL controls how the repository appears to the outside world.
@janisozaur
janisozaur / main.cpp
Created January 1, 2012 23:59
qjson test
#include <QtCore/QCoreApplication>
#include <QJson/Parser>
#include <QVariant>
#include <QDebug>
using namespace QJson;
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
@janisozaur
janisozaur / Cos.cpp
Created December 4, 2011 23:08
coś function
#include "Cos.h"
Cos::Cos(int _r, int _n) :
mR(_r), mN(_n)
{
}
void Cos::init(int _r, int _n)
{
mR = _r;
#include <iostream>
#include <fstream>
#include <string>
#include <cassert>
using namespace std;
class Transformer
{
public:
#include <iostream>
#include <iomanip>
#include <vector>
#include <cmath>
#include <fstream>
using namespace std;
int main(int argc, char *argv[])
{
malloc: Function not implemented
malloc: Invalid argument
"/home/janisozaur/Dropbox/workspace/oi/twarze/testfaces/face006.png"
time taken: 3311
"/home/janisozaur/Dropbox/workspace/oi/twarze/testfaces/face006.txt"
QImage::scaled: Image is a null image
time taken: 0
"/home/janisozaur/Dropbox/workspace/oi/twarze/testfaces/face007.png"
time taken: 3303
"/home/janisozaur/Dropbox/workspace/oi/twarze/testfaces/face007.txt"