Hyperledger Fabric 2.0, where is Fab Token source code? - token

Can anyone help me to find FabToken source code of Hyperledger Fabric? And an example of Smart contract that use it?
I've already check a lot of links, for example:
https://fabric-sdk-node.github.io/master/tutorial-fabtoken.html
https://gerrit.hyperledger.org/r/c/fabric/+/32979
but they don't works.
Thanks
FINAL UPDATE (for other users)
https://github.com/hyperledger/fabric/tree/v2.0.0-alpha/token
this is the code of FabToken

Sadly, even though Fabtoken was included in the v2.0 alpha version, it was decided to be git-reverted and therefore Fabric v2.0 will not come with the Fabtoken feature.

Related

Twilio: LookupsClient functionality not available in SDK 4.x

I am trying to resolve the following use case and the issue at hand:
Use case:
For a given number, we need to determine whether the phone number is landline or mobile.
Environment Setup:
Currently, we've Twilio Nuget v4.7.2 installed and it's showing assembly version '3.4.1.0'
Question:
Per the LookupsClient documentation link (https://www.twilio.com/docs/api/lookups), the following line 'should' work with 4.x SDK. However, appropriate namespace can't be found for:
var lookupsClient = new LookupsClient(accountSid, authToken);
Thoughts?
Screenshot Showing issue and Nuget Package Installation
ps: thank you for your time and help :)
Twilio developer evangelist here.
I am reliably informed that you are correct here and the Twilio Nuget package 4.7.2 does not include the Lookups package.
You have two options now.
Ideally, you should update to Twilio v5.0. This has been newly released, contains the Lookups package and will be supported going forwards.
If you cannot update to v5 then you need to install the Lookups package alongside Twilio v4.7.2. Then you can include it and use as expected.
Let me know if that helps at all.

How to do floating Native UI (Android) using cordova-ace plugins?

I am looking for documentation for Ace to do "Floating UI" , i want to to like facebook "Chat Heads". So far there is no documentation only mentioning coming soon , which means avaliable but undocumented right?. Is it already available in github latest master?
They decided to close the support for this project:
As of December 2016, this project is no longer maintained by Microsoft. We built ACE to provide developers with an “escape hatch” to access native code from within JavaScript. After nearly a year in production, we learned that most developers are satisfied with the access granted by Cordova’s Plugin Model. Thus, we’ve discontinued active development. We appreciate your interest in the project and hope you found it exemplary of Microsoft’s commitment to experimentation and open source software. if you're interested in continuing this project, please feel free to fork it. As of December 2016, we will no longer monitor or respond to open issues. You can keep up with other projects from Microsoft’s Cordova team by visiting http://taco.visualstudio.com. Thanks for your support!
I was also looking some plugin to implement "chat heads" in Cordova, without any luck :(

Metaio AR apps flagged in Google Play with OpenSSL issue

I notice Google Play has flagged my AR apps developed in metaio with this message:
Security alert
Your app is using a version of OpenSSL containing a security vulnerability. Please see this Google Help Centre article for details, including the deadline for fixing the vulnerability.
Security alert
Your application has an unsafe implementation of the WebViewClient.onReceivedSslError handler. Please see the alerts page for more information."
I'm hoping it's an easy fix, such as replacing DLL files. Seems I have till July 11th to sort it.
Anyone had this problem and resolved?
Thanks
PS. I use metaio creator, output to arel, copy that output into an app folder template I created which I run through Android Studio/Xcode to generate the final build.
In case you are looking for alternatives, Wikitude came up with a fix a few days ago: http://www.wikitude.com/blog-sdk-update-openssl-upgrade/
Cheers!
Wikitude team

Building a Firefox add on

after I managed to create an add on for Chrome browser (http://stackoverflow.com/questions/13686561/chrome-addon-with-my-server-interaction),
my next target is to do the same for Firefox.
I see this is harder to do or there arent many good tutorials for begginers.
What Im asking is good step by step tutorials in order to understand the workflow for FF.
Thank you again for reading me!
Take a look to Add-on SDK. Here the documentation, and you can also download it from Github.
I would say that the Getting Started section of Add-on SDK docs is a good place to start your reading.
You can also join the IRC channel #jetpack on irc.mozilla.org and ask help directly to the SDK team, if you have any doubt!

Embed Jira Issue Details in Connfluence page

I am currently looking for a way to integrate detail views of selected Jira Issues into a Conflluennce page. It seems it is not a problem at all to embed a list of Issues into confluence, but I am looking for a way to integrate the detail-view of a single Jira Issue into a Conflluence page.
The reason I need this, is that I am currently defining a workflow for formmally planning a Project. Currently I export the Issues of a Project version to Word and then update the resulting document to become a formal specification document. I would now like to do this in Confuence.
Any help greatly appreciated.
Chris
This is available in the latest Confluence version, 3.5. Here's the documentation.
Well I solved my problem by creating my own confluence macro that accesses Jira using the REST interface. Works like a charm. If I find the time, I'll try to make it generally available (currently It's extremely tied to our configuration (hard-coded urls and credentials) Will be looking forward to utilizing the trusted communication features in the future.

Resources