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
# 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
[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
\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
" 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
#--- | |
# 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
[color] | |
ui = auto | |
[alias] | |
lol = log --graph --decorate --pretty=oneline --abbrev-commit \ | |
--pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) \ | |
%C(bold blue)<%an>%Creset' | |
loll = log --graph --decorate --pretty=oneline --abbrev-commit \ | |
--pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) \ | |
%C(bold blue)<%an>%Creset' --numstat | |
lola = log --graph --decorate --pretty=oneline --abbrev-commit --all \ |
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
#!/bin/bash | |
/usr/local/bin/clang++ "$@" || exit $? | |
args="$*" | |
if [ "${args#* -c}" != "$args" ]; then | |
out="${args#* -o}" | |
out="${out%.o *}" | |
if [ "x$out" != "x" ]; then | |
include-what-you-use "$@" > $out.iwyu.txt 2>&1 | |
fi | |
fi |
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
# Created by compiling `viewport.c` with `-ffunction-sections` and then `objdump --section=.text.RCT2_CALLPROC_X -S viewport.c.o` | |
CMakeFiles/openrct2.dir/src/interface/viewport.c.o: file format elf32-i386 | |
Disassembly of section .text.RCT2_CALLPROC_X: | |
00000000 <RCT2_CALLPROC_X>: | |
*A = Adjust flag |
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
# Created by compiling `viewport.c` with `-ffunction-sections` and then `objdump --section=.text.RCT2_CALLPROC_X -S viewport.c.o` | |
CMakeFiles/openrct2.dir/src/interface/viewport.c.o: file format elf32-i386 | |
Disassembly of section .text.RCT2_CALLPROC_X: | |
00000000 <RCT2_CALLPROC_X>: | |
*A = Adjust flag |