[go-nuts] Chimithèque v2 released

2019-09-26 Thread Thomas Bellembois
Hello Gophers, I have released a chemical products management application for schools and universities (or others). https://github.com/tbellembois/gochimitheque This is a project started in 2015 that has been rewritten in Go. This may interest chemical engineers or teachers. Regards, Thomas

[go-nuts] small utility for i3 wm users

2018-11-29 Thread Thomas Bellembois
Hello Gophers, I have written a small script to display the open application names in the i3 wm workspace bar. You can also map each application to a custom name. I use the great i3/go-i3 package (https://github.com/i3/go-i3). https://github.com/tbellembois/goi3autowname Regards, Thomas -- Yo

[go-nuts] GoBkm 1.1 released

2018-05-13 Thread Thomas Bellembois
Hello, I have released a new version of my Gobkm online bookmark manager: https://github.com/tbellembois/gobkm/tree/gijgo You can download it here: https://github.com/tbellembois/gobkm/releases/tag/1.1 The major improvements are: - a new tree with Gijgo http://gijgo.com/ - a better responsive su

[go-nuts] Go Web app skeleton

2018-02-22 Thread Thomas Bellembois
Hello, For one of my projects I wanted to create first a sample Web app in Go with the full layers (authentication, authorization, views, databases) and with no framework (but with toolkits). It is not perfect but I want to share if it may help others: https://github.com/tbellembois/gowebskel Fe

[go-nuts] GoBkm 1.0 released

2018-01-04 Thread Thomas Bellembois
Hello Gophers and happy new year ! I have released the version 1.0 of the GoBkm bookmarks manager. https://github.com/tbellembois/gobkm/releases/tag/1.0 The GUI is more responsive and clear. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "golang-

[go-nuts] GoBkm 0.9 released

2017-08-28 Thread Thomas Bellembois
Hi Gophers ! I have released a new version of the GoBkm bookmarks manager. https://github.com/tbellembois/gobkm/releases/tag/0.9 The main improvement is the new GUI. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscr

[go-nuts] GoBkm 0.8 released

2017-06-25 Thread Thomas Bellembois
Hello, I have released a new version (0.8) of the GoBkm online bookmarks manager. The GUI has been improved. Regards, Thomas Bellembois -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiv

[go-nuts] generic "CRUD" handlers

2016-12-20 Thread Thomas Bellembois
Hello, I have an application that define structures type Team struct { ID uint `gorm:"primary_key"` Name string `json:"Name"` } type MailingList struct { ID uint `gorm:"primary_key"` Name string `json:"Name"` Comment string `json:"Comment"` } ... and handlers to mana

[go-nuts] GoBkm 0.7 released

2016-09-02 Thread Thomas Bellembois
Hello Golang community, I have released a new version of the GoBkm bookmark manager: https://github.com/tbellembois/gobkm/releases/tag/0.7 This version fixes an issue with complex bookmark URLs. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "gol