Skip to content
View jeffbargmann's full-sized avatar
Block or Report

Block or report jeffbargmann

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. sketch-export-to-clipboard sketch-export-to-clipboard Public

    Sketch plugin which exports selected layer to clipboard rasterized at @2x/@3x

    JavaScript 5

  2. iMessage Database Parser for macOS. ... iMessage Database Parser for macOS. Generates notification packets for new messages in unmuted chats.
    1
    var nodeContacts = require('node-mac-contacts')
    2
    
                  
    3
    module.exports = ContactsDB;
    4
    
                  
    5
    function ContactsDB(opts) {
  3. Generates 4 digit pin from a given p... Generates 4 digit pin from a given passphrase, enters it in to keyboard.
    1
    # The purpose of this script is to generate/enter a ScreenTime PIN so that you don't have memory of it.
    2
    # To use, paste into Script Editor, open up ScreenTime PIN protection dialog on macOS, and leave pincode entry screen up.
    3
    # Switch back to Script editor and wait. This script will generate pin and place it in.
    4
    # Repeat process for PIN confirmation.
    5
    # You can recorver pin later by executing the script in TextEdit/similar.
  4. electron-notification-shim electron-notification-shim Public

    Forked from seriema/electron-notification-shim

    Get Notification API events in Electron main-process. Perfect for adding Notification toasters in Windows with node-notifier or other solution.

    JavaScript

  5. iOS10-Runtime-Headers iOS10-Runtime-Headers Public

    Forked from JaviSoto/iOS10-Runtime-Headers

    iOS 10 Runtime Headers

    Objective-C