Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I want to write a very simple (but fully functional) Apache Zookeeper like service in go? Where do I start ?
Hm, i think you should understand what zookeeper do first, eg. configuration information, naming, providing distributed synchronization , also need to know paxos, and so on.
please reference to etcd on github.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I'm trying to create a web based expert system using prolog for a school project. i know how to use prolog but have no idea how it can be uploaded on the web. Does anyone have any idea how i can accomplish that?
With swi you can build a web application directly:
http://www.pathwayslms.com/swipltuts/html/
Or you could use swish
http://swish.swi-prolog.org/
Or Pengines
http://www.swi-prolog.org/pldoc/doc_for?object=section(%27packages/pengines.html%27)
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am Working on CRM CCA. I want to Create Data Driven Adapters to communicate with other Applications. but i am not able to Create Data Driven Adapter. Can any body Help me
Clearly Yo are not working on CRM-CCA ,cause if were you would know these things .
any way i will tell you .
visit this link to see code and check out this blog
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Do we really need to worry about endianness, if we are working on application level which doesn't involve communicating with other machine?
Endianness is also an issue when reading files. All good file formats specify which endianness they are using when writing numbers directly. This is one reason that some people prefer non-binary formats.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I have to create a Firefox plugin. I am a newbie and have no idea about it.
Please provide me information about the following:
Skill/programming language requirements
Any good and simple tutorials<
Sample code and steps to execute it
Difference between firefox plugin,add-on and extension
You can use Mozilla Developer network for documentation and other stuffs.
MDN
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
I am trying to devise an ideal work flow which involves client, PM , Configuration manager, team leader, developer , tester and finally the repository itself.
Who would control what,how will the information flow and what role should the PM have when a change is requested.
A very suitable starting point would be the Wikipedia entry on this subject:
http://en.wikipedia.org/wiki/Change_management_(engineering)
It does a good job of showing the general process flow and roles & responsibilities. You may want to tweak it to your organization.