Skip to content

Instantly share code, notes, and snippets.

View AndyGaskell's full-sized avatar
🏠
Working from home

Andy Gaskell AndyGaskell

🏠
Working from home
View GitHub Profile
Subject: Hackspace, tuesdays, Covid and level changes
Body:
Hi Hackers
At the recent AGM and board meeting, we discussed what best to do in re Covid and various eventualities. Although the space has been open for members, for the sake of reduced risk, we've not really encouraged use of it. In hindsight we could have managed and communicated this better, but these have been challenging and complicated times.
We've been working through the Scottish Government guidelines "Coronavirus (COVID-19): guidance for creative studios and shared workspaces" which seemed the most applicable to us. While the documentation is not always totally clear, it does provide a useful framework and checklists we've been able to work though.
https://www.gov.scot/publications/coronavirus-covid-19-creative-studios-and-shared-workspaces/
import 'dart:ui';
import 'package:flutter/material.dart';
void main() => runApp(MyApp());
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
{
"status": "ok",
"settings": {
"notifications": {
"title": "Select your Alert Notification channels",
"description": "Select one or more",
"online": true
},
"channels": [
{
{
"success": true,
"message": "hello from get_app_config",
"messages": null,
"data": {
"settings": {
"notifications": {
"title": "Select your Alert Notification channels",
"description": "Select one or more",
"online": true
// To parse this JSON data, do
//
// final config = configFromJson(jsonString);
import 'dart:convert';
Config configFromJson(String str) => Config.fromJson(json.decode(str));
String configToJson(Config data) => json.encode(data.toJson());
<html>
<head>
<title>Fugly pager thing</title>
</head>
<body>
<script type='text/javascript'>
/* A list of URLs can be got from RegEx or this online tool http://tools.buzzstream.com/link-building-extract-urls */
var next_url = (function() {
/* make an array of the URLs to review */
var url_array = [
@AndyGaskell
AndyGaskell / .gitignore
Last active June 29, 2016 12:39 — forked from tydlyn/.gitignore
Joomla .gitignore file to ignore all Joomla 3.x core files, plus some other common bits I use
.htaccess
.gitignore
administrator/cache/*
administrator/components/com_admin/*
administrator/components/com_banners/*
administrator/components/com_cache/*
administrator/components/com_categories/*
administrator/components/com_checkin/*
administrator/components/com_config/*
administrator/components/com_contact/*