Local network batch [closed] - azure-batch

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I have been playing around with azure batch for a project at work.
My work has 100-1000s of computers running win10 mostly chewing over Outlook and not much else.
Is there some framework that can leverage 'idle' CPU time in this environment?
Seems a bit of a shame to send tasks to Azure server in US when the 3 or 4 computers around me (in New Zealand) crying for non-fb attention.
I can take downvotes for 'too vague' and 'off topic' - just need a clue where to look.

You will want to investigate machine/CPU time scavenging schedulers such as HTCondor.

Related

How to host my discord bot 24/7 if i'm using MongoDB [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I made a sort of currency system in my discord bot using MongoDB (Mongoose) and it works perfectly, but I have no idea how to host the bot 24/7. Maybe I should use a VPS? Maybe I could do something in the MongoDB itself because right now I use localhost. I'd prefer something free, but I could try and buy something cheap.
Thanks for your help!
You can use Repl.it to host your bot 24/7, it includes database support so once you transfer your files and everything. There's a little section about installing Mongo.
Discord.py: https://repl.it/talk/learn/Hosting-discordpy-bots-with-replit/11008
Discord.js: https://repl.it/talk/learn/Hosting-discordjs-bots-on-replit-Works-for-both-discordjs-and-Eris/11027
EDIT: And keep in mind this is all free.

Can you give an example of a good command to start with if you are new to Dragon Advanced Scripting? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I'm especially interested in this use case as it applies to automating Epic.
If you are using it for Epic I would start with something simple that you know you will use every day, like automating pulling in a most used progress note template. You could call the script "open progress note".
SendDragonKeys "{Ctrl+Shift+n}"
Wait 1.5
SendDragonKeys ".nameofmytemplate"
SendDragonKeys "{Enter}"
The most important thing is getting your feet wet with something that will give you immediate results and value, but not be overly complex or subject to failure.

Good tutorials/books starting amazon EC2 java REST web service [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I need to build a very scalable REST web service that will be consumed both by mobile apps, clients surfing the web, servers, etc...
Now as you can imagine this is a rather large task and I have no idea where to start, so I wonder if there are any good tutorials or books to help me on my way?
Thanks in advance!
A good starting point would be reading the "REST API - Design Rulebook" by "Mark Masse" published by O'Reilly Media, Inc.

How can I test the antivirus program I am developing? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I need to develop antivirus software for Windows. Where can I download viruses or virus-like programs to test it with?
The EICAR test file is a good start, as it is an example of a self modifying program -- something that malware usually does.
Try one of the many fake antimalware programs out there. Some SO scrapers "featured" one recently, links are in meta stack overflow.
Possibly, make sure you try them in a virtual machine disconnected from the internet. ;)

i want to host a wiki site for an internal company project [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I don't have much experience with this. are there any free or low-cost solutions I can deploy? We have a relatively low-powered server running windows NT (ouch, i know).
Preferably something that allows multi-user access though something light-weight is the main consideration.
I used http://www.wikimatrix.org/ to compare features and prices of over 100 wiki engines last year for my company. Try it out.