DZone frontpage rss feeds broken? - rss

I used to get the latest DZone articles in my RSS reader from http://feeds.dzone.com/dzone/frontpage/ but it appears broken since DZone changed their site.
Someone knows how to receive new articles from DZone by RSS?

I asked this question to the DZone support team today. Here's their answer:
We will be adding RSS sources back into the site within the next week, along with quite a few other exciting features.
I'll post back if I hear from them again.
Update:
The home page feed seems to have been revived September 8th at this URL: http://feeds.dzone.com/home
Enjoy!

The main DZone RSS Feed:
DZone.com - http://feeds.dzone.com/home
Latest DZone Publications (Refcardz, Research Guides, etc.):
DZone Publications - http://feeds.dzone.com/publications
Feeds for DZone's various topic portals:
Agile Zone - http://feeds.dzone.com/agile
Big Data Zone - http://feeds.dzone.com/big-data
Cloud Zone - http://feeds.dzone.com/cloud
Database Zone - http://feeds.dzone.com/database
DevOps Zone - http://feeds.dzone.com/devops
Integration Zone - http://feeds.dzone.com/integration
IoT Zone - http://feeds.dzone.com/iot
Java Zone - http://feeds.dzone.com/java
Mobile Zone - http://feeds.dzone.com/mobile
Performance Zone - http://feeds.dzone.com/performance
Web Dev Zone - http://feeds.dzone.com/webdev

Related

Skyscanner API and website data discrepancy

The Skyscanner API gives different results than Skyscanner website.
For the flight from any airport in Warsaw to any airport in Wrocław, if I use the API the cheapest option is 303.99 zł.
This flight is operated by LOT (LO). Other available flights are operated either by LOT (LO) or by Lufthansa (LH).
On the other hand, if I make the same query using Skyscanner website, the cheapest flight costs 42 zł and is operated by Ryanair (FR).
link: https://www.skyscanner.net/transport/flights/wars/wro/161111/161112/airfares-from-warsaw-to-wroclaw-in-november-2016.html?adults=1&children=0&adultsv2=1&childrenv2=&infants=0&cabinclass=economy&rtn=1&preferdirects=false&outboundaltsenabled=false&inboundaltsenabled=false&ref=home#results
However, if I uncheck Ryanair at the left hand side panel, I receive very similar results to those from the API.
Link: https://www.skyscanner.net/transport/flights/wars/wro/161111/161112/airfares-from-warsaw-to-wroclaw-in-november-2016.html?adults=1&children=0&adultsv2=1&childrenv2=&infants=0&cabinclass=economy&rtn=1&preferdirects=false&outboundaltsenabled=false&inboundaltsenabled=false&ref=home#results
What is more, if I enter the API test as an unlogged user, I can again retrieve the Ryanair flight. The test is available at: http://business.skyscanner.net/portal/en-GB/Documentation/FlightsLivePricingQuickStart
Images:
Can you reproduce this behavior? Is there something I am doing wrong about the API? How can I retrieve Ryanair’s prices programmatically?
I don't think you're doing anything wrong, I've the same problem. In fact, I've taken the example apiKey from the test site and copied it to my code (for testing), and it shows Ryanair flights. But not with my apiKey. It appears that they are deliberately excluding Ryanair from the regular api results. I've contacted Skyscanner for Business support weeks ago, and haven't received a reply.

Has LinkedIn removed companySizes, industries and seniorities from company follower statistics available via the API?

Using the LinkedIn REST API to access the company-statistics dataset used to provide "companySizes", "industries" and "seniorities" arrays within the returned data. These have disappeared very recently (customer notified us of missing data 24 hours ago) - has LinkedIn removed this data, and if so, is there a workaround method of retrieving it?
Currently trying to access via https://api.linkedin.com/v1/companies/{company_id}/company-statistics?oath2_access_token={access_token}&format=json
Getting a response back, but there's a whole ton of data that's missing now.
Any ideas?

Different results in Evernote search and API search

I would like to search for all notes with reminder_time today. I use the following search query for this purpose:
reminderTime:day -reminderTime:day+1
If I use it in the Evernote client everything works fine. But if I use the findNotesMetadata function in the word field in the NoteFilter parameter I also get notes with reminder tomorrow. The official API documentation says for the word field in the NoteFilter-struct:
If present, a search query string that will filter the set of notes to be returned. Accepts the full search grammar documented in the Evernote API Overview.
The problem was that the notebook filter wasn't working correctly for business accounts. This was caused by a bug (slash not-implemented feature) in the Evernote service where the notebook:"notebookName" feature wasn't implemented in the Evernote service. It has now been implemented, and everything works perfectly.
There is still a difference in the API and the Evernote view. I want to search all notes created today. As the API documentation says the query is:
created:day
From the API I get all notes created from today 9:00 until tomorrow 8:59 (tomorrow date is manually changed in the note meta data). So I get the time interval from today for PST time zone, but I'm in Europe/Berlin, which explains a time difference of 9 hours between my location and Evernotes headquarter.
If I run the same query in Evernote Mac Client or the Evernote web client I get the correct notes from today in my time zone. In the Evernote Account, the correct time zone is stored.
Using the API, the concept of "days" will use UTC when searching for notes - we don't take the User.timezone field into account. When you use a client eg the web or mac client, the current time zone will be taken from the system when interpreting a search query.

WP WooCoommerce integration with Braintree leads to Failed to Create Customer error

I have a WordPress Site with WooCommerce installed, and I added a Braintree Payments extension to it today.
The instructions to set this up are very simple: activate the extension and its license, ensure that your Braintree account is in Development mode, add your Merchant Account Number, public key, private key, and client-side encryption key. Should work, right?
Well, upon testing, I get this error for every attempt:
An error occurred, please try again or try an alternate form of payment.
Failed to create customer
81706 : CVV is required., 81713 : Expiration year is invalid., 81712 : Expiration month is invalid., 81714 : Credit card number is required., 81725 : Credit card must include number, paymentMethodNonce, or venmoSdkPaymentMethodCode.
All of these inputs (CC Number, Expiration date, and CCV) were entered on submitting the form.
I have gone back through all my keys/account number to check that there was no whitespace included, I've tested multiple cards, I have checked all my settings in WooCommerce, and I have the updated versions of WordPress and all plugins. WTF is going on?!?!!
Thank you for any help you can give!
Caitlin
The type of error you are receiving is often associated with an incorrect Client-side encryption key. What's likely happening is the data (CC #, CVV, Exprations date) is encrypted with an incorrect key, and when Braintree attempts to decrypt it, the data is giberish, causing them to return validation errors.
I work at Braintree. Feel free to e-mail us at solutions#braintereepayments.com with screenshots of your settings, and we'd be happy to look in our logs to see if it matches what's being passed by the WooCommerce extension.
You may try another free plugin that I subjectively think is better integrated with WordPress and WooCommerce. It is called Woo Braintree Payment and obviously you can find it and use it for free from WordPress.org (install it from your WordPress website, the Plugin menu).
Please note that I am the author of this plugin so, as I've said before, this is a subjective opinion/recommendation.

qxmpp - getting list of all accounts being registered on openfire server

Is there any way to get list of users/account registered on server?
Now I'm getting roster, but I would like to get not only roster but also every user jid registered to server.
- openfire server
- Qt
- qxmpp library
I haven't tried with qxmpp, but my openfire installation has a plugin for XEP-0055: Jabber Search. Using miranda IM, I can find all contancts in the server by searching for * (search service is search.my.xmpp.domain).
I don't know whether this plugin was part of the original installation or I had to install it separately.
Doing a quick search, qxmpp seems not to have an existing xep-0055 implementation, so you will either have to write one by yourself or maybe you can use the implementation linked in this post on Google Groups.

Resources