Hello, folks,
After a long time without posting anything, I’m back – at least for the moment 🙂
Last 2 days, I have built a Chrome extension named VoiceFiller Speech To Text, which uses the SpeechRecognition interface – a technology part of Web Speech API for converting speech to text and fill website forms.
Your […]
Hi, folks!
Last night I have done a Chrome extension. It’s about live searching on Facebook groups to avoid duplicate posts.
The extension returns to you the most relevant results based on your search words.
The extension do the search after backspace or return key press.
The source code can be found here and the […]
- January 17, 2018
-
Articles, Programming
-
#gcc, #gcc 5, #gcc5, ...
Travis CI is a platform where you can test the software you build after every Github push (in my case).
After you have did the push, Github send a request to Travis and it start to clone and build your project about the instructions from
configuration file from your repo.
But, this time I will […]