🥝
-
Upstart
- US
Pinned Loading
-
-
Ruby script pulls list of hosted Dom...
Ruby script pulls list of hosted Domains from Route35 in AWS and creates a CSV file 1# for domains
2require 'csv'
3require 'aws-sdk-route53domains'
4client = Aws::Route53Domains::Client.new
5resp = client.list_domains
-
Sample of how to POST form data from...
Sample of how to POST form data from a static HTML page using AJAX. Also includes HTML-friendly notifications that can be populated on the page. 1$("#submit-button-id").submit(function( event ){
2event.preventDefault();
34var form = $(this);
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.