Skip to content
View solenoid's full-sized avatar

Block or report solenoid

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. contour-map contour-map Public

    Map contour line maps from USGS data

    JavaScript 1

  2. state-municipalities state-municipalities Public

    MA Municipalities based maps.

    JavaScript

  3. generative-art-1 generative-art-1 Public

    Generative Art Experiment 1

    JavaScript 1

  4. generative-art-2 generative-art-2 Public

    Generative Art Experiment 2

    JavaScript 1

  5. javascript ObjectId generator javascript ObjectId generator
    1
    var mongoObjectId = function () {
    2
        var timestamp = (new Date().getTime() / 1000 | 0).toString(16);
    3
        return timestamp + 'xxxxxxxxxxxxxxxx'.replace(/[x]/g, function() {
    4
            return (Math.random() * 16 | 0).toString(16);
    5
        }).toLowerCase();
  6. demo demo Public

    Sometimes demonstrating how something works helps understand it.

    TypeScript