Here is a link for the app.
DEMO
Speech Table v1.2
Blog
-
“Speech Table” – a speech-recognition powered CSV editor is available.
-
“EchoLang” is available on Google Play.
“EchoLang” -a language learning app is available on the following link.
-
“The Box on the Hill” is available on Google Play
The Box on the Hill – a message card app is available on the following link.
-
Moi, j’avais l’air d’avoir les mains vide…
Here’s a today’s famous quote.
Moi, j'avais l'air d'avoir les mains vide. Mais j'étais sur de moi, sur detout, plus sur que lui, sur de ma vie et de cette mort qui allait venir.
-
Spring is the best time to start learning new language.
Have you tried audible on Alexa? You don't have to use graphical user interface anymore to play back audio tracks. All you have to is just talking to Alexa. "Alexa play German short stories", "Play previous, next, stop etc.."It's quite easy and comfortable.
Ahoi aus Hamburg -
The world did not exist before I created it. The sun I drawed from the orient sea.
Here’s a today’s famous quote.
Die Welt, sie war nicht, eh ich sie schuf. Die Sonne führt ich aus dem Meer herauf
-
L’espoir au contraire de ce qu’on croit…
Here’s a today’s famous quote.
L'espoir au contraire de ce qu'on croit, équivaut à la résignation. Et vivre, c'est ne pas se résigner. -Camus (naration: clairekartoshka)
-
Can we call a module function from browser?
As of 2023 we can. we can call a function from a module and use it on the browser environment with webpack.
Here’s an example. Even a function contains the syntax “require” won’t cause syntax error on the browser environment.
webpack sample code
What’s webpack? -
online-flowchart, an app make you creat flowcharts more easier.
Do you want to make a flowchart in a few minutes easily? Maybe this app helps you. Try it!
-
How to store array objects to mysql database in PHP?
How to store simple arrays or json objects in mysql in PHP? This is one of solutions. Use json_encode.
$a = ["a","b","c"];
$jsonstr = json_encode($a);