Skip to content
View WildOrangutan's full-sized avatar
💭
"Old man yellling at the c̶l̶o̶u̶d̶ LLM"
💭
"Old man yellling at the c̶l̶o̶u̶d̶ LLM"
  • Meanwhile in Slovenia

Block or report WildOrangutan

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Autolisp script for AutoCAD, to coun... Autolisp script for AutoCAD, to count objects with very similar areas
    1
    (defun C:COUNTAREAS (/ areas roundedAreas counts)
    2
    	(setq areas (getAreas))
    3
    	(setq roundedAreas (roundListTo areas 0))
    4
    	(setq areaCounts (countItems roundedAreas))
    5
    	(formatCounts areaCounts)
  2. auto-factory auto-factory Public

    Annotation processor for generating AssistedFactory for Dagger/Hilt

    Kotlin 2