Skip to content
View nealdav's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report nealdav

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. Using PrivateFrameworks to get marke... Using PrivateFrameworks to get marketing model information for Apple Macs without hitting their internet API (where possible) via python and pyobjc
    1
    # Tested on 10.11
    2
    
    
    3
    # Note:
    4
    # The marketing information embedded in the ServerInformation.framework is not the same as what
    5
    # About This Mac displays - there are differences. 
  2. Highcharts Cheat Sheet Highcharts Cheat Sheet
    1
    $('#container').highcharts({
    2
        chart: {
    3
          alignTicks: true,           // When using multiple axis, the ticks of two or more opposite axes will automatically be aligned by adding ticks to the axis or axes with the least ticks.
    4
          animation: true,            // Set the overall animation for all chart updating. Animation can be disabled throughout the chart by setting it to false here.
    5
          backgroundColor: '#FFF',    // The background color or gradient for the outer chart area.
  3. django-saml2-auth django-saml2-auth Public

    Forked from fangli/django-saml2-auth

    Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta

    Python

  4. Eel Eel Public

    Forked from python-eel/Eel

    A little Python library for making simple Electron-like HTML/JS GUI apps

    Python

  5. MacModelShelf MacModelShelf Public

    Forked from MagerValp/MacModelShelf

    A small Python module that gives you nice human readable Macintosh model names, e.g. "iMac (27-inch, Late 2009)", when given a serial number or model code.

    Python