- Error Tracking https://sentry.io
- Error Tracking https://logrocket.com
- Localisation https://crowdin.com
- Localisation https://poeditor.com
- Auth https://auth0.com
- Continuous Integration https://travis-ci.org/
- E2E Testing https://www.cypress.io
- Cross Browser Testing https://www.browserstack.com
- Code Coverage https://codecov.io
- Serverless https://zeit.co/
Repo Name | Stars | Last Commit Timestamp | GitHub URL | Project URL | Project Description | |
---|---|---|---|---|---|---|
airbyte | 3829 | Tue 31 Aug 2021 12:27:10 GMT | https://github.com/airbytehq/airbyte | https://airbyte.io | Airbyte is an open-source EL(T) platform that helps you replicate your data in your warehouses lakes and databases. | |
airflow | 22946 | Tue 31 Aug 2021 13:25:22 GMT | https://github.com/apache/airflow | https://airflow.apache.org/ | Apache Airflow - A platform to programmatically author schedule and monitor workflows | |
amazoncaptcha | 140 | Sat 17 Jul 2021 02:06:48 GMT | https://github.com/a-maliarov/amazoncaptcha | Pure Python lightweight Pillow-based solver for Amazon's text captcha. | ||
amundsen | 2572 | Fri 27 Aug 2021 04:50:38 GMT | https://github.com/amundsen-io/amundsen | https://www.amundsen.io/amundsen/ | Amundsen is a metadata driven application for improving the productivity of data analysts data scientists and engineers when interacting with data. | |
arangodb | 11554 | Tue 31 Aug 2021 12:03:58 GMT | https://github.com/arangodb/arangodb | https://www.arangodb.com | 🥑 Ar |
//https://twitter.com/kentcdodds/status/1069637300458586115?lang=en | |
document.querySelectorAll('video').forEach(v => v.playbackRate = 1.5) |
by Kevin Bowrin
created 2018-07-13
CLAW and Hyrax are two of the leading 'next gen' institutional repository software projects. Both are not widely used in production yet and are under heavy development. How much functionality is complete as of today, July 13th 2018? I did some testing in the two project's Vagrant boxes to see. One big caveat is that I tried to make as few configuration changes as possible on both boxes. This is not a complete test of what is technically possible right now.
An aside: both projects provide tools to help provision production ready enviroments. The Hyrax project provides AWS CloudFormation templates. The CLAW project uses the same Ansible scripts for provisioning a production enviroment or a small test VM. That approach is very smart and will hopefully lead to fewer 'doesn't work on my machine' bugs stemming from configuration problems.
#!/usr/bin/env python | |
# | |
# resolve-orcids.py 1.1.0 | |
# | |
# Copyright 2018 Alan Orth. | |
# | |
# This program is free software: you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation, either version 3 of the License, or | |
# (at your option) any later version. |
# Copy this file to /etc/systemd/system/multi-user.target.wants/docker.service (but back up docker.service first!) | |
# then run: | |
# sudo systemctl daemon-reload | |
# sudo service docker restart | |
[Unit] | |
Description=Docker Application Container Engine | |
Documentation=https://docs.docker.com | |
After=network.target docker.socket |
My earlier notes for 14.04 basically work fine on Ubuntu 16.04 but I've corrected and improved a few things in this version.
DSpace 5's Mirage 2 requires some extra setup if you want to tweak the base config and rebuild it. As Mirage 2 is based on the Bootstrap framework it needs a few NodeJS and Ruby packages to be available in the build environment.
We build and deploy DSpace from the tomcat7
system user (which is the default user for Tomcat on Ubuntu), and there are a few assumptions that must be met to allow the installation of NodeJS and Ruby:
- The
tomcat7
user must be able to write to its home folder —/usr/share/tomcat7
— so it can create the~/.nvm
,~/.npm
,~/.rvm
,~/.gnupg
and other directories during installation - The
~tomcat7/.profile
file must exist and be writable before installingnvm
andrvm
, as this is the default config file for lo
$ uname -r
### | |
### | |
### UPDATE: For Win 11, I recommend using this tool in place of this script: | |
### https://christitus.com/windows-tool/ | |
### https://github.com/ChrisTitusTech/winutil | |
### https://www.youtube.com/watch?v=6UQZ5oQg8XA | |
### iwr -useb https://christitus.com/win | iex | |
### | |
### OR take a look at | |
### https://github.com/HotCakeX/Harden-Windows-Security |