Skip to content
View pnc's full-sized avatar

Organizations

@eleostech
Block or Report

Block or report pnc

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. basque basque Public

    execute shell commands from a SQLite function

    Rust 6

  2. IconButton IconButton Public

    A Button subclass for Android that provides better control over drawable positioning

    Java 135 43

  3. hops hops Public

    Quick Look viewer for iPhone app packages, including IPA and xcarchive files

    Objective-C 4

  4. splitring splitring Public

    Merge OS X keychain files by importing all the items in one keychain into another.

    C 1

  5. Using Erlang observer/appmon remotely Using Erlang observer/appmon remotely
    1
    # Using OTP's observer (appmon replacement) remotely
    2
    
                  
    3
        $ ssh remote-host "epmd -names"
    4
        epmd: up and running on port 4369 with data:
    5
        name some_node at port 58769
  6. python-traceroute.py python-traceroute.py
    1
    #!/usr/bin/python
    2
    
                  
    3
    import socket
    4
    import struct
    5
    import sys