Missing CDN link for ui-grid - ng-grid

Having had a good Google, I can't seem to find a CDN link for ui-grid ... is there a reason it's not on a CDN?
Edit: Added to CDNJS Sept. 2015

Yes, because UI-Grid (as of this writing) is still pre-release. Once it's ready for release we'll look at automating submission to something like cdnjs.
In the meantime you can use rawgit.com's cdn links:
//cdn.rawgit.com/angular-ui/ui-grid.info/gh-pages/release/3.0.0-rc.20/ui-grid.min.js
//cdn.rawgit.com/angular-ui/ui-grid.info/gh-pages/release/3.0.0-rc.20/ui-grid.min.css
Just replace the release tag with the most recent RC.

You can find the latest stable version here: https://cdnjs.com/libraries/angular-ui-grid

Related

Does Sphinx have a feature to compare versions of documentation? [duplicate]

Like the documentation of python or django, how do I have multiple versions of my doc with sphinx ?
I saved my doc on git, and I want my user to be able to see documentation for different version like v2.7,v3.4, etc
Thank you for the help
You could just use Read The Docs to host your documentation for you. They automatically handle multiple versions with a dropdown:
https://docs.readthedocs.io/en/latest/index.html
If you'd like to host your own documentation on GitHub Pages or some other web server, I made a Sphinx extension that does what you're looking for:
https://github.com/sphinx-contrib/sphinxcontrib-versioning
There's the sphinx-multiversion extension.
It's similar to sphinxcontrib-versioning, but sphinxcontrib-versioning doesn't seem to be actively maintained. The last release was in 2016, and it doesn't work with more recent versions of Sphinx (issue #77). sphinx-multiversion is a new implementation (see comment by the author).
Note on healthiness of the project: as of December 2020, it seems that SMV is a one-person project and there are a number of open issues and pull requests that haven't been responded to (though see this comment by the author).

BotBuilder repo moved?

I used to see cSharp and nodejs core, examples under this location https://github.com/Microsoft/BotBuilder which I don't see from today.
Has anything changed ? Repo moved or merged ?
If you look at the documentation displayed on the page you indicated:
This is linking to https://github.com/microsoft/botbuilder-v3 which is hosting the v3 now
The V3 SDK is now available from https://github.com/microsoft/botbuilder-v3

How do I have multiple versions of my doc with sphinx?

Like the documentation of python or django, how do I have multiple versions of my doc with sphinx ?
I saved my doc on git, and I want my user to be able to see documentation for different version like v2.7,v3.4, etc
Thank you for the help
You could just use Read The Docs to host your documentation for you. They automatically handle multiple versions with a dropdown:
https://docs.readthedocs.io/en/latest/index.html
If you'd like to host your own documentation on GitHub Pages or some other web server, I made a Sphinx extension that does what you're looking for:
https://github.com/sphinx-contrib/sphinxcontrib-versioning
There's the sphinx-multiversion extension.
It's similar to sphinxcontrib-versioning, but sphinxcontrib-versioning doesn't seem to be actively maintained. The last release was in 2016, and it doesn't work with more recent versions of Sphinx (issue #77). sphinx-multiversion is a new implementation (see comment by the author).
Note on healthiness of the project: as of December 2020, it seems that SMV is a one-person project and there are a number of open issues and pull requests that haven't been responded to (though see this comment by the author).

fb:comments - What exactly is going to be dropped on 1 Jan 2012?

Is facebook going to completely remove xid attribute, replacing it with href only? I hope not, because xid is a lot more flexible than href. Is facebook going to drop all <fb:... > tags? Or are these tags going to work after 1 Jan 2012, but we will call it XFBML, not FBML? Is an official statement somewhere available?
I am getting pretty desperate after spending many hours trying to sort this out.
It looks like the answer to your question is yes. From the link:
We are deprecating FBML. On Jan 1, 2012: FBML will no longer be supported on Platform. June 1, 2012: FBML apps will no longer work. All FBML endpoints are removed. If you are building a new application on Facebook.com, please implement your application using HTML, JavaScript and CSS.
I'm not a Facebook developer, so it's hard to say what you would migrate to in the JavaScript SDK/Social Plugin realm.

Link for download jquery-ui-1.8.14.custom.min.js plugin

Please Provide Exact Link for the jquery-ui-1.8.14.custom.min.js
According to http://jqueryui.com, the latest version of jQuery UI is 1.8.13.
You can build a custom download here: http://jqueryui.com/download
I don't think there is one for 1.8.14, as the lastest version is 1.8.14. But there is a Google CDN for 1.8.13:
https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js
It might be best to just download the whole thing again though.
Well there is no direct link, because (note the name) it's a custom created file. You populate it with the jQuery elements that you want to use. You can create your own here:
http://jqueryui.com/download

Resources