Skip to content
#

random

Here are 1,890 public repositories matching this topic...

yoiang
yoiang commented Sep 18, 2019

Chance is such a wonderfully useful library, if there are any ports it'd be super useful to link them in README. And for languages/platforms where there isn't a port yet perhaps part of the doc should just mention if/how much they're appreciated!

...all this meaning it might be an effort myself and I'm sure others would be happy to contribute to ;)

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

travisdowns
travisdowns commented Aug 16, 2018

For example, it seems like .travis.yml uses cmake (for the tests), so this is a cmake project that pops out a library that I should link against (it seems not - cmake is just for tests?)? If I look at a module like cpu that has cpu.h and cpu.c do I just drop those into my project (probably not that simple since they may depend on other modules)?

Maybe something like a default-use case s

FaronBracy
FaronBracy commented Feb 2, 2019

The DijkstraShortestPath class has a Check method that is currently only used by unit tests.
https://github.com/FaronBracy/RogueSharp/blob/master/RogueSharp/Algorithms/DijkstraShortestPath.cs#L153

It was originally intended to be a private method and called from the bottom of the constructor.

Investigate if this method is useful or not. If it's not get rid of it. If it is useful consider ma

Improve this page

Add a description, image, and links to the random 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 random topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.