[go-nuts] [ANN] astitodo: a TODO parser written in GO

2017-07-07 Thread Asticode
Hey guys, I'm happy to announce astitodo, a TODO parser written in GO: https://github.com/asticode/go-astitodo I know most IDEs already parse TODOs but they usually have problems with multi line TODOs, can't parse assignees, etc. This is also a good start for people who want to use AST

[go-nuts] [ANN] astisub: Manipulate subtitles in GO (.srt, .stl, .ttml, .webvtt, etc.)

2017-07-04 Thread Asticode
Hey guys, I'm happy to announce go-astisub, a Golang library to manipulate subtitles : https://github.com/asticode/go-astisub. It allows you to manipulate .srt, .stl, .ttml and .webvtt files for now. Teletext, ssa/ass and .smi will come shortly. Available operations are parsing, writing

[go-nuts] Re: [ANN] astilectron - Build cross platform GUI apps with GO and Electron (HTML/JS/CSS)

2017-04-27 Thread Asticode
ny ideas ? > > On Tuesday, April 25, 2017 at 9:54:22 PM UTC+2, Asticode wrote: >> >> Hi everyone, >> >> I'm happy to announce astilectron, a GO library to build cross platform GUI >> apps in HTML/JS/CSS: https://github.com/asticode/go-astilectron >> &g

[go-nuts] Re: [ANN] astilectron - Build cross platform GUI apps with GO and Electron (HTML/JS/CSS)

2017-04-29 Thread Asticode
Let me add one more project to the list: - https://github.com/therecipe/qt: like https://github.com/andlabs/ui it forces you to have a native look and it seems overly complicated to embed the QT library in the binary Le jeudi 27 avril 2017 14:12:31 UTC+2, Asticode a écrit : > > I do

Re: [go-nuts] Re: [ANN] astilectron - Build cross platform GUI apps with GO and Electron (HTML/JS/CSS)

2017-04-29 Thread Asticode
that was dealbreaker. Le samedi 29 avril 2017 16:17:52 UTC+2, Konstantin Khomoutov a écrit : > > On Sat, 29 Apr 2017 01:49:49 -0700 (PDT) > Asticode <asti...@gmail.com > wrote: > > > - https://github.com/therecipe/qt: like https://github.com/andlabs/ui > > it for

[go-nuts] Re: [ANN] astits: parse and demux MPEG Transport Streams (.ts) natively in GO

2017-11-23 Thread Asticode
like the way it was built and above all its API. That's why I've decided to build go-astits. I'm really interested in any feedback you guys may have. Cheers Le lundi 20 novembre 2017 08:53:01 UTC+1, Asticode a écrit : > > Hey guys, > > I'm happy to announce go-astits, a Golang

[go-nuts] [ANN] You can now manipulate .ass/.ssa subtitles alongside .srt, .ttml, .vtt, .stl, etc. in GO

2017-12-18 Thread Asticode
Just to let you guys know I've added support for .ass/.ssa subtitles in go-astisub. <https://github.com/asticode/go-astisub> You can still manipulate .srt, .ttml, .vtt, .stl, etc. and do parsing, writing, syncing, fragmenting, unfragmenting and merging. Support for Teletext comin

[go-nuts] [ANN] astits: parse and demux MPEG Transport Streams (.ts) natively in GO

2017-11-19 Thread Asticode
Hey guys, I'm happy to announce go-astits, a Golang library to parse and demux MPEG Transport Streams (.ts) natively: https://github.com/asticode/go-astits It allows you to either retrieve raw packets or event better retrieve complex data spanning over multiple packets. Let me know what you

[go-nuts] How to add a GUI to your Golang app in 5 easy steps

2017-12-04 Thread Asticode
Hey guys, I've just written a short article <https://medium.com/@social_57971/how-to-add-a-gui-to-your-golang-app-in-5-easy-steps-c25c99d4d8e0> on how to add a GUI to your Golang app using astilectron <https://github.com/asticode/go-astilectron> and I'm sharing it here: https:

[go-nuts] [ANN] astideepspeech: Golang bindings for Mozilla's DeepSpeech speech-to-text library

2017-12-12 Thread Asticode
Hey guys, I'm happy to announce astideepspeech <https://github.com/asticode/go-astideepspeech>, Golang bindings for Mozilla's DeepSpeech speech-to-text library. Let me know what you think. Cheers -- You received this message because you are subscribed to the Google Groups "

[go-nuts] [ANN] Bob, a framework to create a distributed AI that can learn to understand your voice, speak back, interact with your mouse and keyboard, and anything else you want

2018-01-29 Thread Asticode
Heys guys, I'm happy to announce Bob, a framework to create a distributed AI that can learn to understand your voice, speak back, interact with your mouse and keyboard, and anything else you want: https://github.com/asticode/go-astibob. Let me know what you think. Cheers -- You received

[go-nuts] Re: [ANN] Bob, a framework to create a distributed AI that can learn to understand your voice, speak back, interact with your mouse and keyboard, and anything else you want

2018-01-30 Thread Asticode
the most complex html templates I’ve seen, I may refer back to > these sometime. > > The godoc is a reasonable size but there are a lot of types without any > functionality. The README.md seems long, perhaps examples/demo could > contain some of that information. > > Matt &g

[go-nuts] [ANN] Open source video encoder written in GO and based on ffmpeg C bindings

2018-10-09 Thread Asticode
Hey guys, I'm happy to announce go-astiencoder, an open source video encoder written in GO and based on ffmpeg C bindings: https://github.com/asticode/go-astiencoder Its goal is to assemble the full audio/video encoding process in GO for people looking to: - understand how such a process

[go-nuts] [ANN] Open source video encoder written in GO and based on ffmpeg C bindings

2018-10-09 Thread Asticode
Hey guys, I'm happy to announce go-astiencoder, an open source video encoder written in GO and based on ffmpeg C bindings. Its goal is to assemble the full audio/video encoding process in GO for people looking to: - understand how such a process work in detail - integrate their video

[go-nuts] [ANN] astiencoder: an open source video encoder written in GO and based on ffmpeg C bindings

2018-10-09 Thread Asticode
Hey guys, I'm happy to announce go-astiencoder, an open source video encoder written in GO and based on ffmpeg C bindings: https://github.com/asticode/go-astiencoder Its goal is to assemble the full audio/video encoding process in GO for people looking to: - understand how such a process

Re: [go-nuts] [ANN] astiencoder: an open source video encoder written in GO and based on ffmpeg C bindings

2018-10-09 Thread Asticode
:31 AM Asticode > > wrote: > > > I'm happy to announce go-astiencoder, an open source video encoder > written in GO and based on ffmpeg C bindings: > https://github.com/asticode/go-astiencoder > > Three separate announcements of the same thing in cca 20 minutes. &