Skip to content

Instantly share code, notes, and snippets.

View Reedyn's full-sized avatar
🗺️

Gustav Lindqvist Reedyn

🗺️
View GitHub Profile
//
// Regular Expression for URL validation
//
// Author: Diego Perini
// Created: 2010/12/05
// Updated: 2018/09/12
// License: MIT
//
// Copyright (c) 2010-2018 Diego Perini (http://www.iport.it)
//
anonymous
anonymous / An-Anonymous-Pen.markdown
Created January 24, 2014 22:45
A Pen by A Non Ymous.

An Anonymous Pen

A custom UI set built to work with and sit next to Bootstrap 3. Custom select boxes by @catalinred. 3D Scroll effects inspired by @chriscoyier's slide in when scroll down pen. The kit is also responsive!

Try clicking & hovering everything.

Feel free to fork, heart and share!

A Pen by Secret Sam on CodePen.

@visibilityspots
visibilityspots / libraryh3lp-dashing-widget.md
Last active August 29, 2015 14:04
A dashing widget to show the chat availability from libraryh3lp.com

Libraryh3lp widget

One of the customers I worked for is using a chat service for libraries, https://us.libraryh3lp.com. Since we wanted to see that the covering group is available during working hours I created a dahing tile for it based on the presence-api: https://docs.libraryh3lp.com/presence-api.html.

In the example there are 2 users both member of a common chat group. If one of them is online the group is online. If both are offline the group will be offline. The background color of the tile is based on the availability of the group.

In the dashing root directory you need to add those gems to the Gemfile:

gem 'net/https'