Does anyone know how to generate an 11x11 module QR-code? Alternatively, it could also be a 13x13 code, but preferably 11x11.
I know the codes exist, but I can't figure out how to go about generating my own.
The code doesn't have to store much information. It would be nice with a tiny image, but it wouldn't need more than a simple text message.
I have used online code generators in the past, but most of them requires a paid subscription to customize and make codes, and as my project isn't sponsored, I don't have the budget to pay for the code.
Thanks in advance for all answers
Related
I need to create a radial tree graph and see that this Vega Editor has a really good looking one. However, I spent three hours trying to understand how to add my own data to it. I couldn't find any way to make a fork, and I couldn't add my own json files from my own dataset collection (some error about depth not being able to be Infinity).
I don't really have any deep coding knowledge. I was able to understand and replicate the code in flare.json (the example data), but the problem was getting the Vega Editor to read the data.
Can anyone point me in the right direction here? I can't find any help on google or the Vega website. All the information seems to assume everyone knows how it all works.
Thanks!
Im looking for a way to add an NPC which sells items based on the achievements a character has. Because of my lack of other coding skills, if at all possible i would like to achieve it with SQL commands, hence modifying the db. I was looking through the conditions page on the wiki but have no idea how to use the provided information.
Also i was backtracing the db regarding the NPC Charles Worth who happens to teach tailors recipes based on achievements they have. I intended to copy this toons conditions, but couldnt find what entries to use.
Any help, clarifying db entries, or pointing to the right direction in another way, is much appreciated.
Please follow this link for the documentation:
https://www.azerothcore.org/wiki/conditions
You can use the source type: "SOURCE_TYPE_NPC_VENDOR" and the condition type: "CONDITION_ACHIEVEMENT" for what you need, how to implement this, you can find that in the link above.
Also, one way to make this easier is to use the tool developer by the azerothcore team, Keira3.
This is a very visual Database Editor and can help you understand what each column do as almost each cell is documented and you have links to the full documentation as well.
Keira3 link: https://github.com/azerothcore/keira3
I have been exploring Azure Form Recognizer for one of my project where we wants to perform OCR on some hand written texts.
The problem is that when we give scanned images to the tool to process, it some time doesn't even recognize the text written on it (even if it is clearly written). I tried multiple type of images by performing enhancement on it and also the B/W or colored copy of it but it doesn't works.
Some times it recognize value of two fields as one and this leads to incorrect data where one field is completely blank and other is having value of other one along with its own.
When there is NO VALUE in the tagged field in the testing data, it try to read the from some other place which is not even closer to that field or sometimes un-tagged
Could you please help with these queries.
Thanks in advance.
Can you please share also sample forms please make sure data is anonymized and without any real data ?
Please contact customer service to debug this issue.
Thanks,
Neta - MSFT
I'm using vosk for speech recognition. Does anyone know where the vocabulary dictionary is located and how to edit it to add or remove words?
Some Background on my project:
I'm working on a Linguistic AI project. I needed a speech recognition engine to convert spoken words into text. I started using CMUSphinx. PocketSphinx to be more precise. I like pocketsphinx but I was told that it is obsolete and that vosk is much better. However, pocketsphinx is very easy to use in terms of creating dictionaries from scratch and switching between different dictionaries on the fly programmatically.
I'm trying to move over to vosk as a speech recognizer. And it does seem to decode speech much fast and more accurately. But thus far I haven't been able to find any information on how to modify the vocabulary dictionary. The ability to modify the contents of the dictionary is of paramount importance in my Linguistic AI project. So if anyone can point to information of how to modify the vosk dictionary I would be very grateful. Thus far I haven't been able to find any information on how to do this. There is very little information on vosk to be found, especially in the way of tutorials or detailed instructions.
Thank you.
Edited to Add:
Here's the GitHub page for the vosk API that I'm referring to:
https://github.com/alphacep/vosk-api
Having a DokuWiki with some content (regular to small in sice and depth) I would like to automatically generate a GraphViz or Freeplane or any Form of easy to grasp visualisation of my content.
Why? Because the wiki tends to become less and less effective, when searching and organizing its content. As a user I have no good way to get a sharp Idea of the Wiki structure, which is why more and more often topics are not written and found where they supposed to be.
How to generate graphical sitemap of large website is what I found so far, but because my wiki is not that big, it would be quicker for me to just manually make a graph. And because the main topics are not that often updated or extended (like 10 extension a month tops), it would not be that hard to keed it up to date manually.
However, I would like to avoid manual tasks, at least in the future.
So is there a plugin or any other good way to graph the contents?
starting on the landing page, following the internal-wiki-links
using the namespace-sitemap
Either one would be nice, 1. interest me a bit more, because it reflects the paths a user could go, when just calling the wiki-start-page. I am greatful for any help, thanks.
I wrote a simple tool to do just that, the graph can then be analyzed in Gephi. Have a look at this blogpost: http://www.splitbrain.org/blog/2010-08/02-graphing_dokuwiki_help_needed