Skip to content

Instantly share code, notes, and snippets.

View Orphis's full-sized avatar

Florent Castelli Orphis

  • Google
  • Stockholm, Sweden
View GitHub Profile
@Orphis
Orphis / penpa-stream-layout.js
Last active April 9, 2022 16:25
Penpa+ Stream Layout
// ==UserScript==
// @name Penpa Streaming Layout
// @namespace http://tampermonkey.net/
// @version 0.3
// @description Upates Penpa+ layout for better streaming.
// @author Orphis
// @match https://swaroopg92.github.io/penpa-edit/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.io
// @grant none
// ==/UserScript==
@Orphis
Orphis / datachannel-performance.markdown
Created August 5, 2021 15:28
DataChannel performance
@Orphis
Orphis / wpt-local.html
Created July 24, 2018 14:57
Chromium test result visualiser
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WPT local browser</title>
<meta name="description" content="WPT local browser">
<style>
tr:nth-child(even) {
#pragma once
#define PPSSPP_ARCH(PPSSPP_FEATURE) (PPSSPP_ARCH_##PPSSPP_FEATURE)
#define PPSSPP_PLATFORM(PPSSPP_FEATURE) (PPSSPP_PLATFORM_##PPSSPP_FEATURE)
// ARCH defines
#if defined(_M_IX86) || defined(__i386__)
#define PPSSPP_ARCH_X86 1
#define PPSSPP_ARCH_32BIT 1
//TODO: Remove this compat define
18 build:android --crosstool_top=@androidndk//:toolchain-gnu-libstdcpp --compiler=clang3.8 --linkopt=-lm --cxxopt=-std=c++11
19 #build:android --compiler=clang3.8
20 #build:android --linkopt=-lm
21 #build:android --cxxopt=-std=c++11
import argparse
import json
import math
import os
import re
import requests
import sys
STATE_FILENAME = "bisect_state.json"
Process: Quassel Client [10891]
Path: /Applications/Quassel Client.app/Contents/MacOS/Quassel Client
Identifier: org.quassel-irc.client
Version: 0.12.2 (0.12.2)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Quassel Client [10891]
User ID: 501
Date/Time: 2016-06-16 22:04:30.840 +0200
From 0b93fcf45842b7a508926eddbf244f2a9f7a5ed2 Mon Sep 17 00:00:00 2001
From: Florent Castelli <orphis@spotify.com>
Date: Mon, 12 Jan 2015 19:16:29 +0100
Subject: [PATCH] Fix missing config in SuperSearchFields
---
socorro/external/es/supersearch.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/socorro/external/es/supersearch.py b/socorro/external/es/supersearch.py
@Orphis
Orphis / gist:6048978
Last active December 20, 2015 01:29
/*
* PSP Software Development Kit - http://www.pspdev.org
* -----------------------------------------------------------------------
* Licensed under the BSD license, see LICENSE in PSPSDK root for details.
*
* Copyright (c) 2005 Jesper Svennevid
*/
#include <pspkernel.h>
#include <pspdisplay.h>
sceGeBreak(0, 0);
bpos += sprintf(bpos, "sceGeBreak(0, 0)\n");
printListSync();
dlid[dlidcount++] = sceGeListEnQueueHead(dlist1, dlist1, -1, 0);
bpos += sprintf(bpos, "sceGeListEnQueueHead(...)\n");
printListSync();
dlid[dlidcount++] = sceGeListEnQueueHead(dlist1, 0, -1, 0);
bpos += sprintf(bpos, "sceGeListEnQueueHead(...)\n");
printListSync();