Skip to content
View nitind's full-sized avatar

Organizations

@eclipse @jupyter
Block or Report

Block or report nitind

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

  1. eclipse.platform.releng eclipse.platform.releng Public

    Forked from javabrett/eclipse.platform.releng

    RelEng project repository (eclipse.platform.releng)

    Java

  2. ncpi setup ncpi setup
    1
    - Download an image from https://ownyourbits.com/downloads/ and burn onto a microSD card
    2
    
                  
    3
    - Change the pi user password from 'raspberry' to something else
    4
    - Switch locales and keyboard in raspi-config. I still had to manually set it to a 101 keyboard and "us" style, even after going through the raspi-config.
    5
    - Enable wifi if needed (RPi3B+ is the first one that supports 5GHz), wait for the unattended upgrade to complete.
  3. A transform function to use with cop... A transform function to use with copy-webpack-plugin that attempts to gzip assets as they're copied.
    1
    // A transform function to use with copy-webpack-plugin that
    2
    // gzips assets as they're copied.
    3
    //
    4
    var gziptee = function(src, dest) {
    5
      const gzipSmallerThan = 0.8;
  4. eclipse-sourceediting/sourceediting eclipse-sourceediting/sourceediting Public

    Source repository for the Eclipse WTP Source Editing project

    Java 5 3