Skip to content

Instantly share code, notes, and snippets.

{
"query": {
"filtered": {
"filter": {
"bool": {
"must": [
{
"terms": {
"category": [
"85"
{
"_embedded": {
"items": [
{
"_id": "248",
"_index": "dealfinder",
"_score": 0.07190587,
"_source": {
"category": 85,
"company": 21,
package trickpit.model;
import com.sun.jna.Memory;
import javafx.application.Platform;
import uk.co.caprica.vlcj.component.DirectMediaPlayerComponent;
import uk.co.caprica.vlcj.player.direct.BufferFormat;
import uk.co.caprica.vlcj.player.direct.BufferFormatCallback;
import uk.co.caprica.vlcj.player.direct.DirectMediaPlayer;
import uk.co.caprica.vlcj.player.direct.format.RV32BufferFormat;
This file has been truncated, but you can view the full file.
0:00:00.000028278 55831 0x1492200 INFO GST_INIT gst.c:499:init_pre: Initializing GStreamer Core Library version 1.4.3
0:00:00.000063035 55831 0x1492200 INFO GST_INIT gst.c:500:init_pre: Using library installed in /usr/lib/x86_64-linux-gnu
0:00:00.000069790 55831 0x1492200 INFO GST_INIT gst.c:511:init_pre: Linux ubuntu 3.16.0-23-generic #30-Ubuntu SMP Thu Oct 16 13:17:16 UTC 2014 x86_64
0:00:00.000118343 55831 0x1492200 DEBUG GST_MEMORY gstallocator.c:585:_priv_gst_allocator_initialize: memory alignment: 7
0:00:00.000172237 55831 0x1492200 DEBUG GST_MEMORY gstallocator.c:562:gst_allocator_sysmem_init: init allocator 0x1496840
0:00:00.000190376 55831 0x1492200 DEBUG GST_MEMORY gstallocator.c:210:gst_allocator_register: registering allocator 0x1496840 with name "SystemMemory"
0:00:00.000233088 55831 0x1492200 INFO GST_INIT gstmessage.c:119:_priv_gst_message_initialize: init messages
<?php
/**
* @author Antoine Hedgecock <antoine@pmg.se>
*/
return array(
'scoreboard_view' => array(
'type' => 'Zend\Mvc\Router\Http\Literal',
'options' => array(
'route' => '/scoreboard/view',
'defaults' => array(
<?php
/**
* @author Antoine Hedgecock <antoine@pmg.se>
*/
/**
* @namespace
*/
namespace App\Auth;
<?php
/**
* @author Antoine Hedgecock <antoine@pmg.se>
*/
/**
* @namespace
*/
namespace Facebook\View\Helper;
use Zend\View\Helper\AbstractHelper,
<?php
/**
* @author Antoine Hedgecock <antoine@pmg.se>
*/
/**
* @namespace
*/
namespace Facebook\Service;
use Facebook as FacebookClient;
object(Facebook\View\Helper\Facebook)[424]
protected 'service' =>
object(Facebook\Service\Facebook)[394]
protected 'client' =>
object(Facebook)[405]
protected 'appId' => int 123412709384719
protected 'appSecret' => string 'foo' (length=3)
protected 'user' => null
protected 'signedRequest' => null
protected 'state' => null
<?php
return array(
'di' => array(
'instance' => array(
'aliases' => array(
// services
'facebook_service' => 'Facebook\Service\Facebook'
),