108 Topics
Like Ron McLeod, [who we met yesterday](https://www.daniweb.com/community-center/say-hello/threads/543368/hi-everyone-i-m-ron-mcleod), I'm a moderator and administrator over at the CodeRanch.com forums. I'm a Software Engineer, currently working as a Software Architect for a medical technology company in Belfast, Northern Ireland. We use Java, JavaScript, TypeScript, Python, we have used many of the related tooling …
A couple of weeks ago Alfresco CTO [URL="http://twitter.com/johnnewton"]John Newton[/URL] posted the following tweet on Twitter: [I]"Does Cloud = SaaS [Software as a Service]? I don't think so. Cloud is computing, more like electricity."[/I] My gut reaction was that they were equal, and up until that moment I had used the …
How does Cloudwatch work and how does it integrate with other AWS services?
Hello everyone, I'm currently developing a static web page intended to assist my students with their studies. The web page includes various educational tools and resources, which I've outlined using AWS services. You can check out the current version here: [Click here](https://gradescalc.com/) to test my simple tool for teachers and …
Linting is going smoothly because we are using the super-linter docker image on the Microsoft-hosted Azure DevOps agent. However, we must export these logs outside the agent and prepare the output of the super-linter execution. We'll attempt to make a dashboard for the problems that the linter is looking for. …
Hello, how to embed code from amazon in html with thymeleaf : <a href="https://www.amazon.de/dp/B007EV3T6K?smid=A1I1TV7GFQB7DW&ascsubtag=s_58d_389075c_1t_1503424949731i_773495078h_3o_0u_FL87EJBJJ5C259S9P0W2&childASIN=B007EV3T6K&childASIN=B007EV3T6K&linkCode=li2&tag=marketcente0b-21&linkId=60f66d545053f0007c32c0d54eb1fe77&language=de_DE&ref_=as_li_ss_il" target="_blank"><img border="0" src="//ws-eu.amazon-adsystem.com/widgets/q?_encoding=UTF8&ASIN=B007EV3T6K&Format=_SL160_&ID=AsinImage&MarketPlace=DE&ServiceVersion=20070822&WS=1&tag=marketcente0b-21&language=de_DE" ></a><img src="https://ir-de.amazon-adsystem.com/e/ir?t=marketcente0b-21&language=de_DE&l=li2&o=3&a=B007EV3T6K" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
# Introduction # If you're like most data scientist, analysts, or developers, you probably spend a lot of time worrying about your ever-growing store of data. After all, it's the lifeblood of your business. You need to ensure that it's properly stored and accessible when you need it. This article …
I'm looking for help on CloudFormation Template for Glue Jobs orchestration for below scenario: Suppose I have 10 AWS Glue Jobs, 4 jobs should be executed parallel and 6 jobs should be executed sequentially. If any job failure, send Workflow "Failure" notification along with the failed Glue Jobname. Job1 Job2----job5-->job6-->job7 …
What is great about Amazon is that there is no one way to start an Amazon business. From the business model you choose the products you decide to sell, there are many ways to succeed on the platform. However, the steps required to get up and running on Amazon remain …
Amazon Prime is testing a new feature that allows users to pause their membership for up to 10 months. If you resume your Amazon Prime subscription within this period, you will still have access to all of your profiles, ratings, recommendations, viewing history, my list and saved settings. If you …
Suppose user selfies are saved locally in the format "name-ucode", where ucode is a unique code for that user. For example, for a user called Paul, his selfie will be saved as "paul-12345.jpg". Write a function which takes in the selfie name and returns the unique code. For example, the …
How AWS is different from Azure from your personal experience?
Implement a very basic scheduler for a multi-tenant solution using AWS lambda. Tenant A - Execution frequency - 5mins - calls(doMyJob - lambda function) Tenant B - Execution Frequency - 10mins - calls(doMyJob - lambda function) Tenant C - Execution Frequency - 10mins - calls(doMyJob - lambda function) This schedule …
I'm interested in meeting people to discuss Amazon Alexa in NY ( especially Long Island) area. I'd like to find people with background in creating / programming Alexa Skills, also people with expertise in large Alexa installations with multiple accounts. - Jeff
1) What I'm trying to do: Uploading a file with aws s3 and then taking the filename and filetype and placing it at the end of the url to save it in sql so that every time the person logs in, it will pull the picture up by user image …
Anyone knows about AWS (Amazon Web Service), what is the plus point compare to normal web ? Is it: - AI (Artificial Intelligence) - IoT (Internet of Things) I also have a question what is the difference between Hadoop Apache and the normal Apache in most web hosting? Thanks in …
I need to store videos and pictures somewhere. I host my sites on shared hosting because they don't require much power and shared hosting can handle them just fine (for now). I'm planning to create something new that requires video and picture uploading. So I need storage space to upload …
Hi Friends, Trying to download music tracks from Amazon to I-Tunes; have bought tracks and installed their download icon but when I try to open it I get the message "Windows cannot open this program because it has been prevented by a software restriction policy. For more information see event …
Amazon is Hiring! A job at Amazon is unlike any other you have had. You will be inspired, you will be challenged, and you will impact the future of the technology. This is for some very unique technical projects for Amazon technical development teams (eCSG & Retail systems) in Canada …
Hi, I was asked by my lead engineer to configure and migrate current database to elasticsearch that he believe will overcome the slow query issues . We are using laravel 5.2 , and using Amazon Web Services : Amazon Elasticsearch Service . I already done a proof of concept on …
OK, so my goal is to build a web portal whereby Independent Broadcasters can sign up and be allocated their own player / page for Live Broadcasting. Some notable examples of what I want are: www.twitch.tv www.ustream.tv www.concertwindow.com My understanding is that I can use NGinx (as the streaming server) …
I would like to be able to have a script that could run as a CRON job that would check the price of an item on a site like eBay or Amazon to keep a watch on it for fluctuations. Does anyone have a suggestion as to how to implement …
I have a CKFinder UI in a ColdFusion application to manage file uploads. In migrating our application to AWS, and preparing it for running it in an array of load balanced servers, we moved the file repository from a folder local to the application to an S3 server. The only …
String contentType = request.getContentType(); if ((contentType != null) && (contentType.indexOf("multipart/form-data") >= 0)) { DataInputStream in = new DataInputStream(request.getInputStream()); int formDataLength = request.getContentLength(); byte dataBytes[] = new byte[formDataLength]; int byteRead = 0; int totalBytesRead = 0; while (totalBytesRead < formDataLength) { byteRead = in.read(dataBytes, totalBytesRead, formDataLength); totalBytesRead += byteRead; } String …
Werner Vogel, Amazon Web Services (AWS) CTO, speaking at the AWS Summit in London yesterday has made the rather amazing claim that security in the cloud is "much stronger" than anything you can have on-premises. As someone who has been writing about information security for more than 20 years, and …
Many of you guys might be looking for a good hosting that is not very expensive - here's a great one that is free for one year. So here it is, a way to get a free Windows/Linux VPS for 1 year, here are the specs : - 30Gb Hdd …
Amazon is famous e-commerce company and one of the biggest Internet based retailer. Amazon is also a great river in South America, largest river by discharge of water in the world. You are provided two text files completely taken from Wikipedia, one file is the description of Amazon the company …
Hi all, I've decided to work on a new project in my spare time and it involves capturing 30 seconds of video from each registered user. Does anyone have any suggestions as to the most widely accepted/compatible method of capturing video in the browser and storing it somewhere such as …
I have Amazom Associated Program Account and I want to sell amazom products but i have not sold yet. What should i do for selling Amazon products huage number of Products?
I'm taking API course and we were asked to develop API,, I'm new to this subject so which API is easier to work with twitter,Amazon or google map
I'm trying to implement upload on [my application](http://github.com/bl4ckdu5t/vitabiotics). I'm hosting the application on Heroku, and I'm using S3. I've created a bucket and I've followed [this guide](https://devcenter.heroku.com/articles/paperclip-s3) trying to make it all work. But it still fails and I get no errors. The uploaded images never get to the bucket.
I am trying to collect data from amazon market place web service in Scratchpad i get all the values.I am downloading php client library from mws developer website and try to run the code for display those files into browser POST mws.amazonservices.com /Products/2011-10-01 AWSAccessKeyId=AKIAJP5PIHAAXLU6NLDQ&Action=ListMatchingProducts&MarketplaceId=ATVPDKIKX0DER&Query=shoes&SellerId=A2LZO1DGHI8M8V&SignatureMethod=HmacSHA256&SignatureVersion=2&Timestamp=2015-01-18T06%3A24%3A58Z&Version=2011-10-01 and according to the post we …
*I am trying to get amazon product feed from marketplace i have download php client library file,and setup every additional setup like marketplace id merchant id (under the sample folder config folder) i got some error message and solve those problem.Now i get this error "Caught Exception: Could not resolve …
Hi I was working on creating a video tutorial website. Which will have membership access. I am not sure which will be the best to use for a video provider. I was leaning toward jwplayer solely to store the videos and encrypt them or amazon to store video and jw …
I ordered a replacement screen off amazon for my HP pavilion dm4. It is coming from vivo technologies. Anyone familiar with this company?
Don't ever recall seeing any news where Amazon customer accounts have been hacked. Can I get an authoritative response that can be checked?
Most of you probably have knowledge about the newly released Amazon Fire Phone. I was amazed by its some features especially the ***Dynamic Perspective***, ***Firefly Technology*** and the ***Mayday***. I was curious to know about how these features have been made. In other words, do the ***Dynamic Perspective*** feature is …
Hey guys, Could anyone tell me if Magento can combine Amazon Payment and Amazon FBA? Also where should I go to find related plugins paid or free? I don't know much about magento, and I am so confused with so many seraching results and want to consult IT Experts here. …
So this morning I get an email from Amazon which promises to inform me of some important information about my Amazon Prime membership. This is the subscription service which, in return for an annual charge of £49 here in the UK, provides free next day delivery on any item which …
Hallo, I am still trying to understand what Amazon Web Service means? I have cek it's website and I still wonder whether the software is purchasable and I can deploy it in our own server. Thanks before.
Hi Guys, We are testing our site in Amazon AWS and site is built in PHP uses Apache and Mysql. My problem is i have 2 instances(say source and destination). I want to move file from source instance to destination instance(or say create a file on dest instance from the …
I have downloaded some book files from the internet to my Windows7 PC. I would like to be able to read them on my Kindle Fire. The files are .azw files...how can I move them to the Kindle? THANKS!
Hi there, I'm utterly desperate (being a total novice at all things php) and am hoping someone can assist. In brief, I have a submission form. User adds url. Output should then display as an image link with the amazon affiliate code. In my template I have the following (which …
I have a Django site with a little Jquery script that changes some images when the user puts the curser over the image and then changes it back when the cursor leaves the area. This is my first time trying to deploy a Django site and I am using amazon …
Hello! Recently I ordered a [server off of amazon](http://www.amazon.com/Dell-PowerEdge-2850-3-2GHz-146GB/dp/B0058IFH3E/ref=sr_1_175?s=pc&ie=UTF8&qid=1374596420&sr=1-175). It arrived today, I opened it and there wasn't a Power cord even though it was listed to be included on the amazon page. I don't know a lot about this stuff but I know power cords are relatively cheap so …
Hi i am new to the web service technology. how do i deploy a web service in AWS in a micro account. i need to deploy a application to access a book store online. appreciate if someone could point me to some tutorials. Appreciate a reply. thanks
Hi Friends, I have a Kindle 3 and I have about 400 ePub books. How do I change them to read them on the Kindle? I would also like to thank everyone that answered my question asking about which was better Kindle 3 or Nook. Thanks in advance Vicky Milza
Hello Daniweb, I've been dreaming about server racks recently, and the £800 price tag which goes alongside some of the 19U models. I then found Two Post server racks, which costing about 1/8 of the price is something that I might actually be able to afford! I've been looking at …
Here are some tips that can be very helpful to market research: Clickbank - high gravity products are a good indication that the niche is hot. Amazon Best Sellers - you can find all the popular products in any category. Ebay Pulse - similar to amazon best sellers. very useful …
Around midday on October 22, a number of [top websites all went down](http://techcrunch.com/2012/10/22/aws-ec2-issues-in-north-virginia-affect-heroku-reddit-and-others-heroku-still-down/), among them including Reddit, Minecraft, Pinterest and Foursquare. The iconic 404 of these sites and many more is a shock, especially considering just how essential these websites are to most users of the web as a source …
The End.