chapter04/

directory
v0.0.0-...-fb67ab8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2024 License: MIT

Directories

Path Synopsis
Ch04ex01 counts the number of bits that are different in two SHA256 hashes.
Ch04ex01 counts the number of bits that are different in two SHA256 hashes.
Ch04ex02 prints the SHA256 hash of its standard input, but supports command line flags for SHA384 or SHA512 hashes as well.
Ch04ex02 prints the SHA256 hash of its standard input, but supports command line flags for SHA384 or SHA512 hashes as well.
Ch04ex03 reverses an array using a pointer instead of a slice.
Ch04ex03 reverses an array using a pointer instead of a slice.
Ch04ex04 implements a single pass rotate function.
Ch04ex04 implements a single pass rotate function.
Ch04ex05 implements an in-place function that eliminates adjacent duplicates in a []string slice.
Ch04ex05 implements an in-place function that eliminates adjacent duplicates in a []string slice.
Ch04ex06 squashes adjacent Unicode spaces in a UTF-8-encoded byte slice.
Ch04ex06 squashes adjacent Unicode spaces in a UTF-8-encoded byte slice.
Ch04ex07 reverses a byte slice representing a UTF-8 string in-place.
Ch04ex07 reverses a byte slice representing a UTF-8 string in-place.
Ch04ex08 adds Unicode category counts to the charcount program.
Ch04ex08 adds Unicode category counts to the charcount program.
Ch04ex09 counts the frequency of each word in an input text file.
Ch04ex09 counts the frequency of each word in an input text file.
ch04ex10
github
Package github provides a Go API for the GitHub issue tracker.
Package github provides a Go API for the GitHub issue tracker.
issues
Issues prints a table of GitHub issues matching the search terms.
Issues prints a table of GitHub issues matching the search terms.
ch04ex11
ghissues
Ghissues lets you create, read, update and close GitHub issues from the command line.
Ghissues lets you create, read, update and close GitHub issues from the command line.
github
Package github provides a Go API for the GitHub issue tracker.
Package github provides a Go API for the GitHub issue tracker.
Ch04ex12 builds an index of xkcd transcripts that can be queried.
Ch04ex12 builds an index of xkcd transcripts that can be queried.
Ch04ex13 queries the IMDb API at voku.xyz for movie titles and fetches the poster for the movie supplied as a command line argument.
Ch04ex13 queries the IMDb API at voku.xyz for movie titles and fetches the poster for the movie supplied as a command line argument.
ch04ex14
ghbrowser
Ghbrowser runs an HTTP server to browse the issues of a GitHub repository.
Ghbrowser runs an HTTP server to browse the issues of a GitHub repository.
github
Package github provides a Go API for the GitHub issue tracker.
Package github provides a Go API for the GitHub issue tracker.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL