Skip to content

Instantly share code, notes, and snippets.

@egaudrain
egaudrain / console.log
Created December 22, 2020 10:43
Kernel errors (only first line)
error 11:28:14.175520 +0100 kernel compat_ifmu_ulist: en0 copyin() error 14
error 11:28:14.175809 +0100 kernel compat_ifmu_ulist: en0 copyin() error 14
error 11:28:24.172346 +0100 kernel compat_ifmu_ulist: en0 copyin() error 14
error 11:28:24.172607 +0100 kernel compat_ifmu_ulist: en0 copyin() error 14
error 11:28:34.173026 +0100 kernel compat_ifmu_ulist: en0 copyin() error 14
error 11:28:34.173297 +0100 kernel compat_ifmu_ulist: en0 copyin() error 14
error 11:28:44.347720 +0100 kernel compat_ifmu_ulist: en0 copyin() error 14
error 11:28:44.348236 +0100 kernel compat_ifmu_ulist: en0 copyin() error 14
error 11:28:54.351019 +0100 kernel compat_ifmu_ulist: en0 copyin() error 14
error 11:28:54.351445 +0100 kernel compat_ifmu_ulist: en0 copyin() error 14
@egaudrain
egaudrain / gist:b54deddbf4b944fbf968cdde4d627b15
Created December 22, 2020 10:34
Nextcloud Desktop Client log
2020-12-22 11:28:17:173 [ debug nextcloud.sync.connectionvalidator ] [ OCC::ConnectionValidator::checkAuthentication ]: # Check whether authenticated propfind works.
2020-12-22 11:28:17:175 [ info nextcloud.sync.accessmanager ]: 6 "PROPFIND" "https://unishare.nl/remote.php/dav/files/CACAA5E8-7011-4653-F68B-E8A5CACA1170/" has X-Request-ID "3714182d-83a8-44dd-b290-d82649531134"
2020-12-22 11:28:17:175 [ debug nextcloud.sync.cookiejar ] [ OCC::CookieJar::cookiesForUrl ]: QUrl("https://unishare.nl/remote.php/dav/files/CACAA5E8-7011-4653-F68B-E8A5CACA1170/") requests: (QNetworkCookie("uni-cookie=1608632866.655.37.545577; secure; HttpOnly; domain=unishare.nl; path=/"), QNetworkCookie("oc_sessionPassphrase=h8%2FJ6okLPJkGxAoFVvIWEwFcEGMDUn1Si0exXaoKbkfLdjzNEoRwDtjAZYC2sZOCyQq7ZyoIWKU8IrR0MWWVT8SfaBBVLFcAB8QO%2BVzvmDPyYFEQQyuivcynlRFnCwu%2B; secure; HttpOnly; domain=unishare.nl; path=/"), QNetworkCookie("__Host-nc_sameSiteCookielax=true; secure; HttpOnly; expires=Fri, 31-Dec-2100 23:59:59 GMT; domain=unishare.nl; path
@egaudrain
egaudrain / journal_report.py
Created August 17, 2011 13:49
Python Journal Report
#-*- coding: utf-8 -*-
import xml.etree.ElementTree
import urllib2, urllib
import sqlite3
import datetime, time
from numpy import *
from scipy import *
from matplotlib import pylab, cm
from matplotlib.font_manager import FontProperties
@egaudrain
egaudrain / neuropsychologia.csl
Created July 15, 2011 11:26
CSL style for Neuropsychologia
<?xml version="1.0" encoding="UTF-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en">
<info>
<title>Neuropsychologia</title>
<id>http://www.zotero.org/styles/neuropsychologia</id>
<link href="http://www.zotero.org/styles/neuropsychologia" rel="self"/>
<link href="http://www.elsevier.com/wps/find/journaldescription.cws_home/247/authorinstructions#68000" rel="documentation"/>
<link href="http://www.zotero.org/styles/apa" rel="template"/>
<author>
<name>Etienne Gaudrain</name>
@egaudrain
egaudrain / jasa.csl
Created June 17, 2011 10:06
JASA style for Zotero
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only" default-locale="en-US">
<info>
<title>The Journal of the Acoustical Society of America</title>
<id>http://www.zotero.org/styles/the-journal-of-the-acoustical-society-of-america</id>
<link href="http://www.zotero.org/styles/the-journal-of-the-acoustical-society-of-america" rel="self"/>
<link href="http://scitation.aip.org/journals/doc/ASALIB-home/corp/pdf/jasa/author_contrib.pdf" rel="documentation"/>
<link href="http://www.zotero.org/styles/apa" rel="template"/>
<author>
<name>Etienne Gaudrain</name>