index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-04-03
Release share v0.14.0
v0.14.0
Shulhan
2020-04-03
big: update the test file from stash
Shulhan
2020-04-01
big: round the float value using rounding mode ToZero
Shulhan
2020-04-01
http: embed the standard http package instead of separate field
Shulhan
2020-03-30
http: set the lowest debug level to 2
Shulhan
2020-03-30
big: add more test cases for Rat
Shulhan
2020-03-29
http: simplify server Endpoint registrations
Shulhan
2020-03-29
strings: add function SingleSpace
Shulhan
2020-03-29
strings: check for other white spaces on MergeSpaces
Shulhan
2020-03-26
big: fix the Int64() method conversion
Shulhan
2020-03-26
hunspell: store the word as uppercase
Shulhan
2020-03-26
hunspell: relax the morpheme rule
Shulhan
2020-03-26
all: fix and suppress linter warnings
Shulhan
2020-03-25
hunspell: fix the test cases due to previous changes
Shulhan
2020-03-25
hunspell: add Analyze() method to Spell and Stem
Shulhan
2020-03-25
hunspell: add Stem() method to Spell and Stem
Shulhan
2020-03-25
hunspell: add field Parent to Stem
Shulhan
2020-03-25
hunspell: remove derivatives field from dictionary
Shulhan
2020-03-25
hunspell: fix AM aliases with two or more morphemes
Shulhan
2020-03-25
hunspell: add type Morphemes to represent map of morpheme key-value
Shulhan
2020-03-25
hunspell/tests: add type to parse ".morph" test file
Shulhan
2020-03-25
hunspell: update comment on affixRule
Shulhan
2020-03-25
hunspell: change the stem.apply parameter from string to *Stem
Shulhan
2020-03-25
hunspell: return the stem instead of root word on Spell() method
Shulhan
2020-03-24
http: fix the content-length header not set if file is not cached
Shulhan
2020-03-24
hunspell: check for possible alias on the morpheme
Shulhan
2020-03-24
parser: simplify zeroing delimiter on Token
Shulhan
2020-03-24
debug: add a wrapper for starting and stopping CPU profile
Shulhan
2020-03-23
go.mod: update dependencies
Shulhan
2020-03-23
big: fix Rat conversion to int64
Shulhan
2020-03-22
hunspell: remove unused load() method on Spell
Shulhan
2020-03-20
dkim: convert the expired time to UTC on error
Shulhan
2020-03-20
dkim: skip test that use external DNS
Shulhan
2020-03-20
reflect: add function IsEqual that works with Equaler interface
Shulhan
2020-03-20
test: check if exp implement reflect.Equaler
Shulhan
2020-03-20
reflect: new package that extends the standard reflect
Shulhan
2020-03-20
big: new package that extends the capabilities of "math/big"
Shulhan
2020-03-12
websocket: explain the error behaviour on ClientHandler
Shulhan
2020-03-12
mining/math: move the package from "lib/mining/" to "lib/" directory
Shulhan
2020-03-11
Release share v0.13.0
v0.13.0
Shulhan
2020-03-02
doc: create symlink to README as index of doc
Shulhan
2020-03-02
CHANGELOG: update and create symlinks inside doc
Shulhan
2020-03-02
hunspell: add function to merge dictionaries files
Shulhan
2020-03-02
io: add function to copy file
Shulhan
2020-03-01
hunspell: split the affix options and dictionary into different types
Shulhan
2020-03-01
lib/hunspell: implementation of hunspell in pure Go
Shulhan
2020-03-01
lib/parser: a general parser library
Shulhan
2020-03-01
dns: simplify the hasFallback without if condition
Shulhan
2020-03-01
dns: use net.Addr for primary and fallback UDP/tCP addresses
Shulhan
2020-03-01
dns: change the mark of input/output in log output
Shulhan
[next]