farkon00
farkon00
Script to spam telegram messages. And improvements to FindIPAddress and CSV_to_JSON. And fixed README for CSV_to_JSON.
* Added all the languages to every README(including English) * Added table of versions to Ukrainian translation * Added languages section to Ukrainian and Russian READMEs
Basically you get wrong argument values, when you need more then 6 of them. I am not sure, that this is exact condition, but in code it looks like it....
I was making test for the language and find seg fault. I dont even touch memory anywhere, so its language problem, i think. May be recursion caused it. I will...
The [file](https://github.com/oprogramador/most-common-words-by-language/blob/master/src/resources/ukrainian.txt) with Ukrainian words contains word not present in Ukrainian, some even with letters, which do not exist in ukrainian. From just the first 30 lines of the file...
Heroku ended it's free tier, so why not switch to github pages?
This is a thread for tracking the progress and communicating ideas on adding more documentation to the project and presenting it to the users in a better way. The main...
So I kinda run out of ideas. Leave a comment for this issue, if you have any. But please check if idea was already implemented in commits or in examples.
This feature would require adding 3 keywords: return, break and continue. The first one returns from a procedure and should check if the return types match. The break stops the...
Make assert throw a cont error using some meta programming and by wrapping all the code into `try: except AssertionError: `. Replace actual asserts with some exception. Also that would...