Skip to content
View whoback's full-sized avatar
  • SXSW
  • Cambridge, MA
Block or Report

Block or report whoback

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

    Forked from codeforboston/GovLens

    We scan thousands of government websites to check how well they stack up on security, accessibility, and public accountability.

    Python

  2. s-test s-test Public

    JavaScript

  3. use find utility to search directory... use find utility to search directory for a file with a type and string
    1
    This lets us find all files which match have `filetype` and `search string` in their file names.
    2
    
                  
    3
    `find . -iname '*.filetype' -iname '*search string*' -print`
    4
    
                  
    5
    working example to find .pdf file that contain algorithm in the name
  4. 61clone 61clone Public

    C++

  5. cs38 cs38 Public

    C++