This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#--- | |
# iPIN - iPhone PNG Images Normalizer v1.0 | |
# Copyright (C) 2007 | |
# | |
# Author: | |
# Axel E. Brzostowski | |
# http://www.axelbrz.com.ar/ | |
# [email protected] | |
# | |
# References: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[a4paper,10pt]{article} | |
\usepackage[MeX]{polski} | |
\usepackage[polish,english]{babel} | |
\selectlanguage{english} | |
\usepackage{graphicx} | |
\usepackage[utf8]{inputenc} | |
\usepackage{algorithmic} | |
\usepackage{verbatim} | |
%opening |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[groups] | |
othervm = 192.168.0.183 | |
[global] | |
[othervm] | |
ssl-client-cert-file = /home/janisozaur/Downloads/user.p12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <QtCore/QCoreApplication> | |
#include <QJson/Parser> | |
#include <QVariant> | |
#include <QDebug> | |
using namespace QJson; | |
int main(int argc, char *argv[]) | |
{ | |
QCoreApplication a(argc, argv); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "Cos.h" | |
Cos::Cos(int _r, int _n) : | |
mR(_r), mN(_n) | |
{ | |
} | |
void Cos::init(int _r, int _n) | |
{ | |
mR = _r; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <fstream> | |
#include <string> | |
#include <cassert> | |
using namespace std; | |
class Transformer | |
{ | |
public: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <iomanip> | |
#include <vector> | |
#include <cmath> | |
#include <fstream> | |
using namespace std; | |
int main(int argc, char *argv[]) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |