Skip to content

Instantly share code, notes, and snippets.

View darthdeus's full-sized avatar

Jakub Arnold darthdeus

View GitHub Profile
[ 73.580]
X.Org X Server 1.19.3
Release Date: 2017-03-15
[ 73.587] X Protocol Version 11, Revision 0
[ 73.589] Build Operating System: Linux 4.9.11-1-ARCH x86_64
[ 73.591] Current Operating System: Linux prdik 4.10.10-1-ARCH #1 SMP PREEMPT Wed Apr 12 18:50:28 CEST 2017 x86_64
[ 73.591] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=fe76a81e-c658-4e4a-90eb-852136f5021c rw quiet
[ 73.594] Build Date: 07 April 2017 05:42:48PM
[ 73.596]
[ 73.597] Current version of pixman: 0.34.0
[ 135.357]
X.Org X Server 1.19.3
Release Date: 2017-03-15
[ 135.357] X Protocol Version 11, Revision 0
[ 135.357] Build Operating System: Linux 4.9.11-1-ARCH x86_64
[ 135.357] Current Operating System: Linux prdik 4.10.10-1-ARCH #1 SMP PREEMPT Wed Apr 12 18:50:28 CEST 2017 x86_64
[ 135.357] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=fe76a81e-c658-4e4a-90eb-852136f5021c rw quiet
[ 135.357] Build Date: 07 April 2017 05:42:48PM
[ 135.357]
[ 135.357] Current version of pixman: 0.34.0
Installing for x86_64-efi platform.
grub-install: info: cannot open `/boot/grub/device.map': No such file or directory.
grub-install: info: /dev/sda1 is not present.
grub-install: info: Looking for /dev/sda1.
grub-install: info: /dev/sda is a parent of /dev/sda1.
grub-install: info: /dev/sda1 starts from 2048.
grub-install: info: opening the device hostdisk//dev/sda.
grub-install: info: drive = 0.
grub-install: info: the size of hostdisk//dev/sda is 250069680.
grub-install: info: drive = 0.
gemlifting_development=# explain analyze SELECT ((Ts_headline((COALESCE("gem_objects"."name"::text, '')
|| ' '
|| COALESCE("gem_objects"."description"::text, '')
||' '
|| COALESCE("gem_objects"."info"::text, '')), (To_tsquery('simple', ''' '
|| 'a'
|| ' ''')), ''))) AS pg_search_highlight,
gem_objects.*
FROM "gem_objects"
INNER JOIN
defmodule API.CowboyServer do
def router do
[
{:_, [{"/b", API.WebHandler, []},
{"/b/ws", API.SocketHandler, []},
{"/b/api/publish", API.PublishHandler, []},
{"/b/api/counter", Analytics.CounterHandler, []}
]}
]
end
@darthdeus
darthdeus / test10k.mls
Last active November 7, 2016 17:31
NSWI098 Principy prekladacu - testy
unit BidiCtrls;
{
Inno Setup
Copyright (C) 1997-2007 Jordan Russell
Portions by Martijn Laan
For conditions of distribution and use, see LICENSE.TXT.
RTL-capable versions of standard controls
C:\dev\mlaskal\public-rw\SWI098\du1>msbuild mlc.vc14.sln /t:Rebuild
Microsoft (R) Build Engine version 14.0.25123.0
Copyright (C) Microsoft Corporation. All rights reserved.
Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
Build started 27-Oct-16 10:17:33 PM.
Project "C:\dev\mlaskal\public-rw\SWI098\du1\mlc.vc14.sln" on node 1 (Rebuild target(s)).
ValidateSolutionConfiguration:
Building solution configuration "Debug|Win32".
#line 2 "du1l.cpp"
#line 4 "du1l.cpp"
#define YY_INT_ALIGNED short int
/* A lexical scanner generated by flex */
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
Generating library content ...
Executing reference single threaded query ...
Printing query results ...
Query time: 27.1666234 s
Print time: 9.7637008 s
Executing reference parallel query ...
Printing query results ...
Query time: 7.1616661 s
Print time: 5.0478486 s
#include <iostream>
#include <SDL/SDL.h>
#include <GL/glew.h>
#include <SDL/SDL_opengl.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include <string>
const int SCREEN_WIDTH = 640;
const int SCREEN_HEIGHT = 480;