Skip to content
View andflett's full-sized avatar

Block or report andflett

Block user

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. cascade cascade Public

    Icons for CSS properties. Made for design tools that speak code.

    TypeScript 1

  2. designtools designtools Public

    Visual editing for production frontends.

    TypeScript 4

  3. madebymany/sir-trevor-js madebymany/sir-trevor-js Public

    Rich content editing entirely re-imagined for the web

    JavaScript 4.5k 388

  4. docgen.js docgen.js
    1
    // We generate a JSON file containing all components' metadata from comments in
    2
    // JSDoc format within the source code itself, and publish this (versioned)
    3
    // along side the design system for use in our docs site.
    4
    var fs = require("fs");
    5
    
                  
  5. Convert OSGB36 Eastings/Northings Co... Convert OSGB36 Eastings/Northings Coords to WGS84 Latitude/Longitude
    1
    module Cartography
    2
    
                  
    3
      extend self
    4
    
                  
    5
      # Takes OSGB36 Easting/Northing coords 
  6. Glitching Text Glitching Text
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
    <head>
    4
    <meta charset="UTF-8">
    5
    <meta name="viewport" content="width=device-width, initial-scale=1.0">