OSMAND commercial support - openstreetmap

A couple of days ago I sent an email to the contact address in the official OSMAND site, but have not received an answer yet. I'm now asking here in case someone affiliated with the project reads this. The company I work for needs a custom development on top of OSMAND, and it's willing to financially support the project in exchange for this.
Does anyone here know how to reach the right person for this?
Thanks

I suggest to wait 1-2 days longer. If you still don't get a reply then try https://github.com/osmandapp/Osmand. The developers are pretty active there.

Related

Am I Being Hacked by Redirection?

I don't really know how to explain this, so bare with me. But our Facebook pixel detected traffic from another domain. We only have one domain. We went to see what other domain it could possibly be referencing. It turns out, this other domain was a carbon copy of our site. The only thing that was different was the web address. Does anyone have a clue what is going on? It's as though someone is retargeting our customers to a mirrored website.
We tested the foreign site by placing an order using store credit given to ourselves on the backend of our site. The order went through and instead of showing the order was placed in the US, it said it was placed in Turkey.
This is over my head and I have no clue where to start solving this issue.
I've actually seen this happen to someone else before. I'm not sure what the motive behind doing something like this is - but if the orders from the cloned store are being paid to your gateway, then the upside is that you're not losing money over it. However, I do believe that the intent is somewhat malicious.
The most logical reason I have been able to come up with is that if your store has high amounts of traffic, is well known, and has a good SEO rating, the people that are cloning your store are trying to "SEO-Hijack" you in a sense. Essentially piggybacking off of your site because of the SEO ratings it already has in order to boost their own and potentially turn it into a separate store/website later.
This isn't necessarily something that can be fixed by BigCommerce since the copy of your store isn't on the platform whatsoever, since they are essentially just piggybacking off of your SEO rating. The best option here would be to do a domain WHOIS lookup for their domain and report it as fraud to their registrar as an attempt to get legal action to be taken or a cease & desist.
Sorry that this is happening to you!
Here's a helpful explanation that I was able to find and a helpful blog post on how to prevent it and the steps to take.
Oh no, I'm sorry to hear about this! As blurfus suggested above -- Please the BigCommerce Support team to report this as soon as you can. You can find their contact information here: https://support.bigcommerce.com/s/#contact

Hosting website (form) on GitHub or Dropbox?

Forgive me if I sound gibberish. I use coding as my hobby in my free time (Non IT professional) and thinking to release a website on GitHub or Dropbox.
However, I guess these support The websites that are static in nature. The website which I am developing has form which is crucial where users will fill the details and click on submit in order to get the data.
Now before I dive into paid service of hosting, I would like to first begin with testing stage or host the website for free by using GitHub or so until I get confidence.
So my question- is it possible to run the website that has forms such contact name , number, address etc on GitHub or Dropbox?
Any answer or help, comments, suggestions is much appreciated. Alternative to GitHub are also welcome ( links leading on how to release would be helpful).
Thank you in advance.
I am not sure about hosting a website on Github and dropbox is really a good option or not. However as you are in starting face and you do not have any specific requirements like space and bandwidth and all I would not stop you to host your website on dropbox and github and it is free, you dont have to pay anything. for more information on it click here
I have another two options for you in which you might be interested.
(1) Heroku is one of the most popular platform for hosting your web-site or web-application. You can get up to 5 repositories free on basic account. I think you do not require any database but just in case if you do in future they do provide postgresql. You might find Little-bit challenging in starting for hosting on it as you are not IT professional however you will eventually start learning.
for more information on heroku click here
(2) you can host your website on freehosting which is free for 1 year and they provide 2 GB space for your website as you have static page I am sure it wont increase more than that. On top of that they do provide one MySql database too which in case you need.
I hope this helps you.

How long does Intuit's Security Review take from start to finish to review QuickBooks Online (QBO) app?

I am trying to budget my time wisely but have not had a lot of details on the Security Review that Intuit performs on applications before publication. I found an article on their blog that talks about pre-paring for it.
The "Security Review": What to Expect
and then there is their Complete the Security Review section on their website. However I have not been able to find anything on the expected timeline to complete. One person mentioned on their v3 webinar that his took 3 months to complete, but is this the norm?
Thanks for any help in this.
It does not take months to complete, normally it takes 1-2 weeks assuming you follow the guidelines and prepare for the reviews accordingly. Obviously if there are security vulnerabilities found in your app it could take time to resolve so 1-2 weeks is an average and assuming you are able to resolve issues as soon as possible.
Also, if you follow the info here it will speed up the process
https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere/0040_Publishing_Your_App
regards,
Jarred

dotcloud - google apps email configuration

I've checked out dotcloud, it seems quite promising. I use google apps for my email, so it is very important for me to be able to set up my MX records to point to gmail servers.
I want to know if this is possible with dotcloud, I tried searching for this but didn't find any references.
Could someone who has used dotcloud tell me how this can be done?
At dotCloud, we don't take control of your DNS so you are welcome to send your mail wherever you want. We have plenty of users who use gmail for email and have their sites and applications hosted on dotCloud. If you have any additional questions, feel free to shoot us an email at support#dotcloud.com - we'd be more than happy to answer any questions you might have.
Best Regards,
Charles H
Full-disclosure: If it's not immediately obvious, I work at dotCloud.

Automatically download sales reports from iTunes Connect

I had a nice and hacky Perl script to automatically scrape and download sales report files from iTunes Connect. As of today, Apple overhauled the sales report site. It looks a lot nicer, but it uses a lot of JavaScript and simple scraping isn't going to work any more.
So, does anybody know of a way to scrape this new site effectively?
Some previous questions point to various scripts and online services. I presume they are all broken now as well. If you know of one that is still functional, please let me know.
http://code.google.com/p/appdailysales/ was just updated to support the Sept 2010 iTunes connect changes.
Edit: please use http://www.apple.com/itunesnews/docs/Autoingestion.class.zip or something based on that, like https://github.com/danieldickison/appdailysales
http://twitter.com/viva/status/24133713255
just need to sift through the ajax cruft. if it's even possible. very annoyed with apple at the moment.