Hyperledger Composer's Future [closed] - hyperledger

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 3 years ago.
Improve this question
I recently learned Hyperledger Composer. So, I wanted to know if Composer is actively being developed or is it going to be obsoleted in the near future.
I tried looking over the internet but could not get the right information.
Thanks

No, nobody is working on Hyperledger Composer. The IBM resources have been redirected to Hyperledger Fabric around November 2018. The problem was Fabric was evolving and Composer only presented a subset of Fabric's capabilities.
That said, it is open source. Anyone can pick it up and start working on it. But I doubt that will happen.

Related

Does Twilio now support subflows? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
On August 19, 2019, the Youtube video "Building complex applications with Twilio Studio" mentioned that Twilio would soon be adding a way to define subflows to break larger flows into more reasonably-sized, reusable pieces. I don't see anything about how to do that on the Twilio website. Has this been implemented, and where do I find information on how to do it?
I'm Zack, PM for Studio. Thanks for checking. We are working on a subflows feature this year. Please watch our Changelog for updates. https://www.twilio.com/changelog
In the meantime, please reach out to our support team if you need assistance in improving your Flow design as it increases in complexity.
Thanks!

How to write a privacy policy for an app [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
I'm trying to submit my app to the app store and it seems I have to write a privacy policy. I don't know where to start.
My app uses Firebase to store info (profile info) and to run a chat between the users. It's free and I don't have adds...
I'm developing it for a company.
Is there any free tool or something? I can't believe that every developer that submit an app knows how to do this, it has to be some guide to make it easier...
Thanks for the help
This is not programming related but I have done something similar a while ago. You can not take this word to word, you need legal advice.
But you can use https://www.eula.io/ and their sdk.
Follow this tutorial on github. https://github.com/AdamBCo/eula-ios-sdk
You should end up something like

Send array from osx to iOS on demand Objective C [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 years ago.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Improve this question
How do I send an array through the internet from an OSX computer to an IOS device, Sorry I don't know to much about Objective C I am planning on creation an application and I haven't yet started creating it.
Thanks
What you basically want to do is use your OS X as a server. and then download information from there. If you are new to Objective-C I would recommend you read some tutorials before you get started.
Here you can find some general iOS tutorials: http://www.raywenderlich.com/tutorials
Here you can find one on NSURLSession (connecting to servers): http://www.raywenderlich.com/51127/nsurlsession-tutorial
Do some research before starting, or else it will probably result in a bad architected code. There also are several Stack Overflow questions with good references.

Why is the "Manage Extensibility" tool missing from Admin Tools [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I'm trying to get started with Valence 2.0.
As per instructions I'm supposed to click on the "Manage Extensibility" tool under Admin Tools. This does not seem to exist anywhere. We're running D2L v9.4.1.
Any ideas?
Update:
There is a permission called "Manage Extensibility" that controls the visibility of the Manage Extensibility tool. You may be able to adjust that.
If not, I would open a support ticket to Desire2Learn it you are having server/config issues.

self hosting google's jsapi [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 4 years ago.
Improve this question
Is it legal to download the jsapi and self host it in my server instead of requesting it directly from the google's infrastructure?
I know that this is not recommended but is it legal?
Just for future reference of others that may find this page.
Google explicitly says that you can not download and self-host the loader, it is a violation of their ToS.
http://code.google.com/apis/chart/interactive/faq.html#offline
That would take away all advantages of linking to Google's version on the CDN.
IANAL, it may not be legal, but it may be punishable by other future maintainers who wonder why you made that choice - just leave it on Google.
I know that this is not recommended but is it legal?
Contact an attorney.

Resources