TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: r.ger.lv – simple random string generation

2 点作者 gerlv超过 8 年前

2 条评论

gerlv超过 8 年前
I&#x27;ve implemented a small tool for generating random strings, maybe someone else will find it useful.<p>- r.ger.lv - default is 20 characters [a-zA-Z0-9]<p>- r.ger.lv&#x2F;&lt;len&gt; &lt;len&gt; of [a-zA-Z0-9]<p>- r.ger.lv&#x2F;s-&lt;len&gt; &lt;len&gt; of [a-zA-Z0-9_+-.,!@#$%^&amp;*();\&#x2F;|&quot;&#x27;]<p>`curl -L r.ger.lv&#x2F;25` - if you want to run from the terminal.<p>More info: <a href="https:&#x2F;&#x2F;www.ger.lv&#x2F;simple-random-string-generation&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.ger.lv&#x2F;simple-random-string-generation&#x2F;</a>
评论 #12753339 未加载
stephenr超过 8 年前
So, I was joking when I said the next thing will be `println as a service`. This is not helping to disprove that prediction.<p>What language <i>doesn&#x27;t</i> have random string generation available either as a standard part of the runtime, or as a reliable library?
评论 #12751965 未加载