Skip to content
View nitind's full-sized avatar

Organizations

@eclipse

Block or report nitind

Report abuse

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

Report abuse

Pinned Loading

  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

    Code repository for the Eclipse Web Tools Platform's Source Editing project

    Java 8 12