The Wayback Machine - https://web.archive.org/web/20200609134333/https://github.com/topics/randomization
Skip to content
#

randomization

Here are 135 public repositories matching this topic...

arashn
arashn commented Jul 8, 2019

Hi. I wanted to report an issue. generatedata requires the /cache folder to be writable. However, on CentOS 7, making the folder writable is not enough because the default SELinux policy prevents writing to the /cache folder that is in /var/www/html. To fix this issue, one would have to run the following as root:

chcon -R -t httpd_sys_rw_content_t cache/
HugoPoi
HugoPoi commented Jan 17, 2020

Might be good to add this to the documentation :

  • user-agent strings provided is not "random" because user-agents.json.gz contains browser fingerprints not user-agents strings so it will give you a representation of what is most used at the time period depending of the version of the lib.
  • the db is updated in full not incremental, so old UA are ventilated

For example :

Top user agen

ahomescu
ahomescu commented Feb 17, 2017

MSVC on Windows prepends padding instructions to functions for alignment (it currently uses the CC opcode for this and a 16-byte alignment for all functions by default). We currently preserve those instructions as "gap functions", but they should be safe to discard. We could add a pass that scans all gap functions and trims them by removing all CC (and even 90 as well) opcode.

Always sparse. Never dense. But never say never. A repository for the Adaptive Sparse Connectivity concept and its algorithmic instantiation, i.e. Sparse Evolutionary Training, to boost Deep Learning scalability on various aspects (e.g. memory and computational time efficiency, representation and generalization power).
  • Updated May 19, 2020
  • Python

Improve this page

Add a description, image, and links to the randomization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the randomization topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.