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

Block or report saulbaizman

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
saulbaizman/README.md

Pinned Loading

  1. saulbaizman-teaching/codewalker saulbaizman-teaching/codewalker Public

    Codewalker is a small jQuery-based code browser.

    HTML

  2. dynamic-kaleidoscope dynamic-kaleidoscope Public

    The dynamic kaleidoscope is a kaleidoscope written in the Processing language. Whereas analog kaleidoscopes have a fixed and finite number of permutations, this dynamic kaleidoscope, whose eye peer…

    Processing

  3. frankentext frankentext Public

    Frankentext is an interactive game that presents a word or phrase and asks the viewer to discern whether it is a racehorse, rock band, adult film, or computer-generated text.

    Python

  4. happy-together happy-together Public

    Happy Together is a program that scours the Boston Missed Connections forum on craigslist.org and extracts the descriptions of the physical appearances of "Me" (the seeker) and "You" (the sought) f…

    Python 1

  5. visual-palindrome-drawing-tool visual-palindrome-drawing-tool Public

    The palindrome drawing tool is my first program written in the Processing language (fall 2012). It horizontally mirrors everything drawn with it.

    Processing

  6. multiple github accounts, custom ssh... multiple github accounts, custom ssh hosts, and git url aliases
    1
    # multiple github accounts + custom ssh hosts + git url aliases
    2
    
    
    3
    As is often the case, this is written for the search engines, because when I tried to find a solution to this problem, I couldn't find one. (Perhaps that was because I wasn't searching with the right keywords, or perhaps I would have found the solution had I been more persistent.) I also understand that very few people will encounter this "problem" (read: require, or desire, this crazy advanced configuration).
    4
    
    
    5
    Because services like GitHub and BitBucket require each user account to have unique SSH keys, if you have multiple accounts on those services, it's necessary to generate multiple SSH keys.