summaryrefslogtreecommitdiff
path: root/_content/project/index.adoc
diff options
context:
space:
mode:
Diffstat (limited to '_content/project/index.adoc')
-rw-r--r--_content/project/index.adoc68
1 files changed, 0 insertions, 68 deletions
diff --git a/_content/project/index.adoc b/_content/project/index.adoc
index 9e6a668..542bb0f 100644
--- a/_content/project/index.adoc
+++ b/_content/project/index.adoc
@@ -37,18 +37,6 @@ https://tour.awwan.org[Tour of awwan^] |
link:/project/awwan/[Project page^]
-== beku
-
-(Deprecated in favour of Go module)
-
-Beku is command line program to manage packages in user's
-environment (GOPATH or vendor directory).
-Beku provide syntax like pacman.
-This program exists long before before `godep` or Go module exist and stable.
-
-https://github.com/shuLhan/beku[Project page^]
-
-
== bin.sh
A collection of shell scripts.
@@ -65,14 +53,6 @@ This site and golang-id.org is written with `ciigo` as framework.
link:/project/ciigo/[Project page^]
-== duitku
-
-Duitku is a Go module for
-https://duitku.com[duitku.com].
-
-link:/project/duitku/[Project page ^]
-
-
== golang-id.org
This website is my second contribution to Go community.
@@ -129,16 +109,6 @@ Currently, it has the feature to scan and report for broken links.
link:/project/jarink/[Project page^]
-== kamusku
-
-kamusku is open source project that provides HTTP API for
-https://kbbi.kemdikbud.go.id/[Kamus Besar Bahasa Indonesia].
-
-The source code and implementation does not store or caching the KBBI data.
-
-link:/project/kamusku/[Project page^]
-
-
== karajo
karajo is the library and program to implement HTTP workers and manager
@@ -148,29 +118,6 @@ karajo has the web user interface for monitoring the jobs.
link:/project/karajo/[Project page^]
-== kbbi
-
-kbbi is the Go module and client program to lookup definition of Bahasa
-Indonesia words from the
-https://kbbi.kemdikbud.go.id/[Kamus Besar Bahasa Indonesia].
-
-link:/project/kbbi/[Project page^]
-
-
-== libvos
-
-Note: This project has been unmaintained.
-
-libvos is a C++ library.
-First implementation was intended for reading and writing Delimited Separated
-Value (DSV) data, but then its evolved and have more capabilities.
-Current features included Buffer module, File module, Socket module, reading
-and writing INI file format, FTP (server and client) module, DNS module, and
-Oracle Client Interface module.
-
-https://github.com/shuLhan/libvos[Project page^]
-
-
== lilin
Lilin is the service monitoring for HTTP and TCP services.
@@ -217,18 +164,3 @@ This is my first contribution to Go community.
https://tour.golang-id.org[Website^] -
https://github.com/golang-id/tour[Project page^]
-
-
-== vos
-
-Note: This project has been unmaintained.
-
-Vos is a program to process formatted data, i.e. CSV data.
-Vos is designed to process a large input file, a file where their size is
-larger than the size of memory, and can be tuned to adapt with machine
-environment.
-Vos can do sorting, formatting, filtering, and join, by reading input file and
-its configuration script.
-Its written in C.
-
-https://github.com/shuLhan/vos[Project page^]