https://github.com/boyter/boyter
https://github.com/boyter/boyter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/boyter/boyter
- Owner: boyter
- Created: 2020-08-24T00:02:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T06:18:57.000Z (almost 4 years ago)
- Last Synced: 2025-07-09T11:07:59.612Z (10 months ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blog • Twitter • LinkedIn • Contact/About
## Projects
| Project |
|:------- |
| [searchcode](https://searchcode.com)
Search 75 billion lines of code from 40 million projects |
| [scc](https://github.com/boyter/scc/)
A tool similar to cloc, sloccount and tokei. For counting physical the lines of code, blank lines, comment lines, and physical lines of source code in many programming languages. |
| [searchcode server](https://searchcodeserver.com/)
Index your source code allowing you to search over it quickly, filtering down by repositories, languages and file owners to find what you were looking for. |
| [lc](https://github.com/boyter/lc)
A command line tool that recursively iterates over a supplied directory or file attempting to identify what software license each file is under. |
| [cs](https://github.com/boyter/cs)
A command line tool codespelunker. |
| [dcd](https://github.com/boyter/dcd)
A command line tool to identify duplicate code. |
| [hashit](https://github.com/boyter/hashit)
When you want to find the hash or hashes of a file quickly, cross platform using a single command. |
| [Bonzamate](https://bonzamate.com.au/)
Australian search engine for and by Australians writting using AWS Lambda. |
## Books
| Book |
|:---- |
| [All about CAPTCHA's Decoding CAPTCHA's for Fun and Profit](https://leanpub.com/decodingcaptchas/) |
| [Expert Excuses for not Writing Unit Tests](https://leanpub.com/expertexcusesfornotwritingunittests) |