We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
An example web speech api website
JavaScript 1
Lunch picker inspired by "Wheel of lunch"
JavaScript
Celery / Redis Sentinel example app
Python 1
Forked from hyperledger-archives/sawtooth-explorer
TypeScript
single page webapp that shows upcoming assignments with details
// paste this in your browser's JS console for a better viewing and clicking experience
var style = document.createElement('style');
style.innerHTML = '@keyframes spin {from {transform:rotate(0deg);} to {transform:rotate(359deg);} } @keyframes spinrev {from {transform:rotate(0deg);} to {transform:rotate(-359deg);} }';
document.head.appendChild(style);
document.body.addEventListener('click', function(event) {
There was an error while loading. Please reload this page.