Skip to content
View jdpsl's full-sized avatar

Block or report jdpsl

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. Had to cheat at hangman Had to cheat at hangman
    1
    	
    2
    Perl
    3
    #example
    4
    Jeff Price
    5
    Discussion1 year agoPublic
  2. lame attempt at Fibonacci sequence i... lame attempt at Fibonacci sequence in assembly
    1
    #; as --32 fibonacci.S -o fibonacci.o
    2
    #; ld -melf_i386 fibonacci.o -o fibonacci
    3
    .section .data
    4
                                   
    5
    .section .text                 
  3. Attempt at some lame encryption usin... Attempt at some lame encryption using python
    1
    #!/usr/bin/python
    2
    # Author: Jeff Price
    3
     
    4
    import random
    5
     
  4. binary_patcher binary_patcher Public

    Patches your binary file with your own routines.

    Python

  5. construct construct Public

    Turn the web browser into new age command line

    PHP

  6. IRC_SOCKET_BOT IRC_SOCKET_BOT Public

    another lame irc bot. it uses sockets that you can directly write to with socat

    Shell