There are a many ways to run Nextcloud:
- on localhost, on a VPS, or in a Docker container
- using Apache, nginx,
php -S
- from git, from zip, via snap
- With nc-sciencemesh enabled: pondersource/sciencemesh-nextcloud#demo-setup
There are a many ways to run Nextcloud:
php -S
# ~/.local/share/applications/pico8.desktop | |
[Desktop Entry] | |
Name=Pico8 | |
Comment=Fantasy console for making, sharing and playing tiny games and other computer programs. | |
GenericName=Fantasy Console | |
X-GNOME-FullName=Pico-8 | |
Exec=/usr/local/bin/pico8 | |
Terminal=false | |
Type=Application | |
Icon=/usr/local/lib/pico-8/lexaloffle-pico8.png |
When taking part of a Daily Scrum as Scrum Master, I find it handy to take notes. This makes sure I can hand over the role, if need be. It also means I don't have to rememeber everything as I can look things up in my notes later.
Below is the structure I use as format or "template" for taking notes.
Some things of importance:
This gist provides 3 different data representations of Emoji Popularity per Year, from 2015 to 2021.
The orignal data and source reference can be found at: https://docs.google.com/spreadsheets/d/1kEaoJ_RR4DiChR9iYEBZOG8tmnVUlWAVLs_LHakAjJI/
For a project at my employers we are working with the PHP Easy RDF library.
In order to help other developers understand how to do some basic things in Easy RDF, I have created an example that shows how to read a RDF file, find a node, remove that node or a property from that node and write the result back to the file, using Flysystem.
The Turtle document used in this example is an edited version of the test fixture used in the Solid Link Metadata Tests Suite.
A static HTML has been provided, as well as some quick-and-dirty PHP with a live example (also used to generate the HTML output).
To see the HTML visit https://bl.ocks.org/Potherca/raw/7ab3c4a8d1eca011ef4b4e884b878da0/
Under normal circumstances, a Web Worker should be passed a URL of the script to execute. However, a local function can also be used
This is done by converting a function to a string, converting that string to a Blob, and converting that Blob to an Object URL.
The code to do this would look a bit like this:
Code for a CodePen that throws the dice from RoyalUr.net a given number of times and shows how the result matches the expected distribution of randomness.
<meta charset="UTF-8"> | |
<meta property="og:image" content="https://user-images.githubusercontent.com/195757/143425843-2cd178e6-7190-4555-90a3-33977aeb86d1.png"/> | |
<meta property="og:title" content="Hoor wie klikt daar kinderen?"/> | |
<meta property="og:description" content="Een fijne Sinterklaas gewenst, iedereen!"/> | |
<title>Hoor wie klikt daar kinderen?</title> | |
<body> | |
<div class="door"> | |
<div class="door-front"> |