DvbSharedEpgEntry DvbEpgModel::findExistingEntry(DvbEpgEntry &entry)
{
DvbSharedEpgEntry existingEntry;
existingEntry = eventIds.value(QPair<DvbSharedChannel, int>(entry.channel, entry.eventid));
if(existingEntry.isValid()) return existingEntry;
DvbEpgEntry fakeEntry(entry.channel);
int newDurSecs = QTime(0,0).secsTo(entry.duration);

core.c

C/C++

maniactwister@LightYagami:~$ export KDE_DEBUG=1
maniactwister@LightYagami:~$ ulimit -c unlimited
maniactwister@LightYagami:~$ kaffeine
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
13:12:38 VlcMediaWidget::setVolume: cannot set volume 94
Object::connect: No such signal MediaWidget::playlistPrevious()
Object::connect: No such signal MediaWidget::playlistPlay()
Object::connect: No such signal MediaWidget::playlistNext()
Object::connect: No such signal MediaWidget::playlistTrackLengthChanged(int)

kcrash

SH

Application: Kaffeine (kaffeine), signal: Segmentation fault
[Current thread is 1 (process 2304)]
Thread 1 (process 2304):
#0 0x00007f604f63479d in ?? ()
#1 0x0000000000000000 in ?? ()

Reichelt

Text

1x http://www.reichelt.de/?ARTICLE=131394 3.95 EUR USB2 SP AMB SW
1x http://www.reichelt.de/?ARTICLE=136252 2.95 EUR NAVILOCK 20643
1x http://www.reichelt.de/?ARTICLE=63228 1.50 EUR PATCH-C6 2 GR
1x http://www.reichelt.de/?ARTICLE=125227 7.90 EUR TPLINK TL-WN722N
1x http://www.reichelt.de/?ARTICLE=21211 2.80 EUR TEKO B3

playlist

C/C++

<playlist version="1"><title>Wiedergabeliste</title><trackList><track><location>file:///home/nora/Musik/knorkator/we_want_mohr/02_zoo.wav</location><duration>217946</duration><extension application="http://www.videolan.org/vlc/playlist/0"><vlc:id>0</vlc:id></extension></track><track><location>file:///home/nora/Musik/knorkator/we_want_mohr/03_L.wav</location><duration>249746</duration><extension application="http://www.videolan.org/vlc/playlist/0"><vlc:id>1</vlc:id></extension></track><track><location>file:///home/nora/Musik/knorkator/we_want_mohr/04_antwort.wav</location><duration>329586</duration>

sinnlos

Text

http://paste.maniactwister.de/

ESC2

Python

#!/usr/bin/env python
from PIL import Image
import math
import sys
def printImage( image ):
#Epson = printer.Serial("/dev/ttyUSB0")
if image.mode != '1':
image = image.convert('1')
width = image.size[0]
height = image.size[1]

ESC2

Python

#!/usr/bin/env python
from PIL import Image
import math
import sys
def printImage( image ):
Epson = printer.Serial("/dev/ttyUSB0")
if image.mode != '1':
image = image.convert('1')
width = image.size[0]
height = image.size[1]

ESC2

Python

#!/usr/bin/env python
from PIL import Image
import math
import sys
def printImage( image ):
#Epson = printer.Serial("/dev/ttyUSB0")
if image.mode != '1':
image = image.convert('1')
width = image.size[0]
height = image.size[1]

raster

Text

Code HEX: 0x1D 0x82 n1 ... n72 (576 dots, 80 mm paper), or n51 (408 dots, 57.5 mm paper)
Range: n1 to n72/n51 corresponds to one dot row data for a thermal receipt printer
Description: Each bit defines whether or not a dot of the current color will be printed.
This command is used for printing a monochrome graphics in real-time.
Offsets, page and any other modes or overlays, including watermark do not
apply and are overwritten by this command. A complete rendering of the
intended final image should have been done by the application before
sending the dot rows.
If two-color paper is indicated by the set paper type command, then the
raster will be printed in the color that is defined by the set current color