have troubles downloading the freebase dump file - download

I am trying to download the dump file (the 22GB zip file) from "https://developers.google.com/freebase/data".
It seems like the download link is not available.
Is it going to be available soon?
Thanks in advance.

Ok, I found the problem.
The link is broken, but the list of available dumps is available on the following page:
http://commondatastorage.googleapis.com/freebase-public
It is possible to download the dumps using the following link:
//commondatastorage.googleapis.com/freebase-public/rdf/
For example, the latest release at the time of this post is 'freebase-rdf-2014-11-23-00-00.gz' which can be downloaded using the following link:
http://commondatastorage.googleapis.com/freebase-public/rdf/freebase-rdf-2014-11-23-00-00.gz

Related

Is there a way to code a bulk download (zip?) for users to download all attachments on my page?

My app serves up a bunch of files as links that the user has to download individually. The customer wants me to provide a bulk download option as well. I'm using ColdFusion, but can probably use other languages or translate into one I can use. I mostly likely cannot download a commercial tool to do it. Thanks!
Use curl - in your case it would be libcurl. This would require C++ bindings.
Create a list of your links in a string or a file that your app would access.
Get started with the curl cli.
See here - https://curl.se/docs/httpscripting.html and here - https://www.freecodecamp.org/news/how-to-start-using-curl-and-why-a-hands-on-introduction-ea1c913caaaa/
Once you are comfortable with this, use libcurl linked within your app and download the files using the libcurl API.
Thanks for your reply - I appreciate it. A coworker found the best answer for ColdFusion. There's a tag called cfzip that does it all.
https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-u-z/cfzip.html

How to install CouchDB on Windows

This might seem like a basic question, but let me explain.
I'm currently trying to get CouchDB running on Windows. Usually (from what I can tell watching several YT tutorials) you just go to couchdb.apache.org/download and download the windowsx64 version. Then open it and a install wizard should appear.
However when I download the file I get a file named "fd15d91c1e214c3451bef296564086f6a9266e848d57eaa8ac596e3765939578" which isn't openable and doesn't give me a wizard.
Is the current CouchDB installation corrupted? Am I doing something wrong?
I just tried http://couchdb.apache.org/, chose the Download link from the top navigation bar, then Windows(x64) for version 2.1.0. This kicked-off downloading the file apache-couchdb-2.1.0.msi.
Definitely try another browser or restart your machine.

Unable to download Graphviz Grappa

I used to be able to download the grappa library from:
http://www.research.att.com/~john/Grappa/grappa.tgz
But now it always reports an issue after clicking the link.
Does anyone download it successfully recently? If someone has a copy, can you kindly give me a copy?
You're right. The link is not working anymore. Did you check this repo?

Google Drive API - PHP Deprecated version

I found the Quickstart guide to run a drive APP in PHP, https://developers.google.com/drive/web/quickstart/quickstart-php, but the example script is not working, because the new Github version has a different structure.
Where can I find the updated version of the example for the same purposes?
Or is there a similar one, for that exact github version (google-api-php-client-master)
I would love to create and edit google doc files.
Thanks a lot.

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