Skip to content
View ajitomatix's full-sized avatar

Block or report ajitomatix

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

    HyperArt is a program to view and create repeating hyperbolic patterns using algorithm developed by Dr Douglas Dunham. The patterns are similar to those created by the venerable Dutch artist M. C. …

    C++ 1

  2. AppleScript for automator service to... AppleScript for automator service to copy photo title to description for selected photos
    1
    on run {input, parameters}
    2
    	
    3
    	tell application "Photos"
    4
    		activate
    5
    		set imageSel to (get selection)