Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
[[[[709.1116636108704,198.57786842610614,94],[707.5708134250332,187.45197482571132,94],[714.2917092883192,175.66612379835806,94],[723.8762779426191,167.07512679796827,94],[736.4342461412331,165.0938253008203,94],[747.1192120248928,166.19665716634904,94],[747.1393052929219,166.26200322958107,94],[754.6057467456125,169.23838256215026,94],[764.6234002547175,181.1479598592171,94],[767.8277557202082,195.8048095484163,94],[765.0206581469039,210.51820548033322,94],[756.0309885851075,219.96368623571095,94],[742.6338153070634,221.9658994439045,94],[727.5201352767464,215.20838122771073,94],[718.6468272750964,209.13861940118466,94],[712.7047164524258,202.9362413873257,94]]],
[[[815.8991092091571,201.12938176715204,93],[818.6083642466798,211.17234874704684,93],[817.9635077694494,219.8849000696374,93],[813.2944926372406,227.26899348259644,93],[807.9573580258464,235.32506187033727,93],[801.2743257750128,241.37486413047907,93],[794.5680305511434,239.3841000427704,93],[788.5541719892082,238.29368723129244,93],[780.3080351853
@r03ert0
r03ert0 / index.html
Created May 6, 2024 14:45
real time CV
<!DOCTYPE html>
<html>
<head>
<title>Researcher Publications</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
h1 {
@r03ert0
r03ert0 / send_jitsi_data.html
Created October 19, 2020 07:58
Script showing how to send data through a Jitsi channel
<div>
<b>Message:</b>
<input
onchange="sendMessage(this.value)"
placeholder="Type and press enter to send message"
style="width: 640px"
/>
</div>
<div
id="info"
<link
rel="icon"
sizes="any"
href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Ccircle cx='5' cy='5' r='5' fill='grey'/%3E%3C/svg%3E"
>
Date Time Ada Katja Roberto
7/3/2020 14:59 37.2 36.6 36.4
/*
NPRC is a consortium of neuroscience journals that allows reviews done in one of them
to be shared with another, making the review process faster.
There is a webpage listing all participating journals, about 60. However, the website
will only show about 20 at a time, because of what I see as poor design. The following
code will get the list of journals and print them to the console as simple text.
*/
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script>
let i, url;
@r03ert0
r03ert0 / pdftosvg.sh
Created December 14, 2018 17:06
get svg from one page from a pdf
page=39
pdftocairo -svg -f $page -l $page full.pdf page-${page}.svg
cat page-${page}.svg |sed 's/^<image.*//'>page-${page}-img.svg
<html>
<head>
<meta charset="UTF-8">
<style>
#picture {
width:1rem;
height:1rem;
vertical-align:middle;
margin-right:0.5rem;
}
@r03ert0
r03ert0 / mesh_simplify.html
Created February 17, 2018 11:48 — forked from zz85/mesh_simplify.html
Fast Quadric Mesh Simplification JS port
<!DOCTYPE html>
<html lang="en">
<head>
<title>three.js webgl - modifier - Fast Quadric Mesh Simplification</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
font-family: Monospace;
background-color: #f0f0f0;
@r03ert0
r03ert0 / transformation.html
Last active January 25, 2018 19:22
Linear transformation of a fish, to celebrate the 100th anniversary of D'Arcy Thompson's On Growth And Form, http://bit.ly/2GhFftW
<html>
<body>
<style>
td {
width: 100px;
border:thin solid lightGrey;
}
</style>
<svg width="100%" height="400px" xmlns="http://www.w3.org/2000/svg">
<g transform="matrix(1,0,0,1,0,0)">