test-data
Here are 74 public repositories matching this topic...
-
Updated
Jul 1, 2019 - HTML
If people using this tool against an insecure https endpoint, whose cert cannot be verified, they will get an error message similar to
SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed ....
Tornado supports validate_cert parameter in tornado.httpclient.HTTPRequest but this tool doesn't expose it.
Unix timestamp
Migrate from zeit/micro to ZEIT Now's Serverless Functions.
For reference:
- Read the disclaimer at the top of
zeit/micro's readme. now-devshould be used to run the development server.- Currently, ZEIT [does not provide an
Based on Faker for PHP, the Image provider get images from lorem pixel or unplash to dowload images by categories.
Other alternative is place kitten but only for cats photos.
Exemple img URL:
Lorem Pixel: http://lorempixel.com/800/600/
Unplash: [https://source.un
-
Updated
May 22, 2020 - Java
-
Updated
Jun 23, 2020 - Apex
-
Updated
Jun 29, 2020 - JavaScript
-
Updated
Sep 16, 2017 - Python
-
Updated
Jun 28, 2020 - Python
-
Updated
Jan 15, 2019 - Java
Add "shortcut" methods for the most common scenarios: for example, instead of long DSL
String sql = JFixtures
.noConfig()
.loadDirectory(path)
.compile()
.toSql99()
.toString()It can be something like:
String sql = Shortcuts.Str.sql99(path);
// or
String sql = Shortcuts.Str.sql99(path, config);-
Updated
Jun 22, 2020 - CoffeeScript
-
Updated
Jun 24, 2020 - HTML
-
Updated
Jun 28, 2020 - C#
-
Updated
Mar 4, 2018 - Shell
Makes PRs easier for maintainers and contributors.
Important topics:
- Code Formatting. See this PR.
- Adhere to the best practices stated in Clean Code: A Handbook of Agile Software Craftsmanship by Robert Cecil Martin, such as a function should do one thing.
Examples for CONTRIBUTING.mds.
- https
-
Updated
Apr 23, 2019 - Python
-
Updated
Nov 3, 2012 - C#
-
Updated
May 19, 2018 - Apex
Improve this page
Add a description, image, and links to the test-data topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the test-data topic, visit your repo's landing page and select "manage topics."
I was wondering if it is possible to generate a list of 'n' unique company names? I saw some PR's which gave a unique keyword for 'words' but doesn't seem to extend to other providers? I understand i could just keep regenerating and dropping duplicates until I got a unique set of length n, but would be nice to just have a keyword for that (plus this m