Skip to content

Instantly share code, notes, and snippets.

View rgsoda's full-sized avatar

Rafał Gałczyński rgsoda

  • goto11
  • Pabianice
View GitHub Profile
30379 12:47:45.744171 read(24</usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache>, "# GdkPixbuf Image Loader Modules"..., 1024) = 1024 <0.000003>
30379 12:47:45.744213 read(24</usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache>, "g\" 6 \"gdk-pixbuf\" \"Scalable Vect"..., 1024) = 445 <0.000003>
30379 12:47:45.744235 read(24</usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache>, "", 1024) = 0 <0.000003>
30379 12:47:45.744300 write(6<anon_inode:[eventfd]>, "\1\0\0\0\0\0\0\0", 8) = 8 <0.000004>
30382 12:47:45.744321 read(6<anon_inode:[eventfd]>, "\1\0\0\0\0\0\0\0", 8) = 8 <0.000005>
30382 12:47:45.744342 read(6<anon_inode:[eventfd]>, 0x7fd436ec2ac0, 8) = -1 EAGAIN (Resource temporarily unavailable) <0.000005>
30379 12:47:45.744371 write(6<anon_inode:[eventfd]>, "\1\0\0\0\0\0\0\0", 8) = 8 <0.000004>
30382 12:47:45.744429 read(6<anon_inode:[eventfd]>, "\1\0\0\0\0\0\0\0", 8) = 8 <0.000004>
30382 12:47:45.744450 read(6<anon_inode:[eventfd]>, 0x7fd436ec2ac0, 8) = -1 EAGAIN (Resource temporarily unavailable) <0.000003>
30382 12:47:45.7444
lambda asdad
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include <stdarg.h>
#include "mapbe.h"
#define DEFAULT_FNAME "log.txt"
void rotate(char *log_record_time)
{
struct tm *now = NULL;
time_t time_value = 0;
FILE *nf;
FILE *tf;
char* fname;
time_value = time(NULL); /* Get time value */
now = localtime(&time_value); /* Get time and date structure */
void rotate(char *log_record_time)
{
struct tm *now = NULL;
time_t time_value = 0;
FILE *nf;
FILE *tf;
char* fname;
time_value = time(NULL); /* Get time value */
now = localtime(&time_value); /* Get time and date structure */
\documentclass[11pt,a4paper]{article}
\usepackage{polski}
\usepackage{listings}
\usepackage[utf8]{inputenc}
\usepackage{fancyhdr}
\usepackage{graphicx}
\setlength{\headheight}{15.2pt}
\pagestyle{fancy}
\begin{document}
\fancyhf{}
private:
qreal angle;
qreal speed;
qreal mouseEyeDirection;
QColor color;
QImage image;
};
#ifndef PLAYER_H
#define PLAYER_H
#include <QObject>
#include <QGraphicsItem>
class player : public QObject, public QGraphicsItem
{
public:
[user]
name = Rafał Gałczyński
email = [email protected]
editor = vim
[diff]
tool = vimdiff
[color]
branch = auto
diff = auto
status = auto