kolektiva.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Kolektiva is an anti-colonial anarchist collective that offers federated social media to anarchist collectives and individuals in the fediverse. For the social movements and liberation!

Administered by:

Server stats:

3.9K
active users

#codegolf

1 post1 participant0 posts today
Digital Mark λ ☕️ 🕹 🙄<p>Doing some table generation in awk, and is there an easier way to do "all fields n to NF" than this?</p><p>function combine(combn, combs) {<br> for (; combn&lt;=NF; ++combn) {<br> combs=combs "\t" $(combn)<br> }<br> return combs<br>}</p><p>I could use printf on the fragments, but the annoyance is that loop, instead of<br>(string-join (cddr fields) "\t")<br>or whatever.</p><p><a href="https://appdot.net/tags/awk" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>awk</span></a> <a href="https://appdot.net/tags/unix" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unix</span></a> <a href="https://appdot.net/tags/codegolf" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>codegolf</span></a></p>
Marquis de Geek<p>More golf!</p><p>194 bytes of code, which compresses to 140.</p><p>I have significantly better looking versions, but I need an extra 9 bytes to do it!</p><p><a href="https://www.dwitter.net/d/33440" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">dwitter.net/d/33440</span><span class="invisible"></span></a></p><p><a href="https://ohai.social/tags/javascript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>javascript</span></a> <a href="https://ohai.social/tags/pixelshader" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pixelshader</span></a> <a href="https://ohai.social/tags/graphics" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>graphics</span></a> <a href="https://ohai.social/tags/hacking" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hacking</span></a> <a href="https://ohai.social/tags/codegolf" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>codegolf</span></a></p>