Site uses cookies to provide basic functionality.
Javascript rendering is set to off by default when visiting the site via .onion and .i2p domains. It can be enabled back again in user's settings section. Javascript rendering set to off means, that you can disable javascript in your browser now and the site will remain functional.
There is also IRC server now available via native IRC clients or non javascript web based one.
Fonts can be adjusted in user's settings section as well.
Check FAQ for more.

OK

The challenge Given a lowercase word, return every permutation of its letters in alphabetical order. Do not use built-in permutation libraries. Examples: permutations ( 'the' ); // → ['eht', 'eth', 'het', 'hte', 'teh', 'the'] permutations ( 'a' ); // → ['a'] This is a Codewars classic in the JavaScript track. The two stumbling blocks are generating the permutations from scratch and producing them alph..

The challenge Given a word (a string of lowercase letters), return all its permutations in alphabetical order. Do not use built-in permutation functions. Examples: permutations( "the" ); // → [eht, eth, het, hte, teh, the] permutations( "a" ); // → [a] This puzzle is asked on Codewars and HackerRank Java tracks. Two parts trip people up: generating the permutations from scratch, and ordering them alphabet..

The challenge Given a slice of positive integers, return the value with the most digits. If two or more values share the highest digit count, return the first one in the slice. Examples: findLongest ([] int { 1 , 10 , 100 }) // → 100 findLongest ([] int { 9000 , 8 , 800 }) // → 9000 findLongest ([] int { 8 , 900 , 500 }) // → 900 This Codewars-style puzzle is asked in Go interviews and screens for un..


The challenge Given an array of positive integers, return the number with the most digits. If two or more numbers share the highest digit count, return the first one that appears in the array. Examples: findLongest( new int [] {1, 10, 100}); // → 100 findLongest( new int [] {9000, 8, 800}); // → 9000 findLongest( new int [] {8, 900, 500}); // → 900 This puzzle appears on Codewars and HackerRank in Ja..

The challenge Given an array of positive integers, return the number with the most digits. If two numbers have the same number of digits, return the first one in the array. Examples: findLongest ([ 1 , 10 , 100 ]); // → 100 findLongest ([ 9000 , 8 , 800 ]); // → 9000 findLongest ([ 8 , 900 , 500 ]); // → 900 This puzzle is asked in JavaScript-flavoured Codewars, HackerRank, and front-end interviews..


ive added ports on airvpn and added them to windows defender firewall. what am i doing wrong telegram; @Escrowadmln




















The closest thing to JOL is >>438098 or Play/Mr. Simon. The TikTok account seems to be promoting a m...

Few things in life are as impressive as massed rocket artillery. The post WW2 – Soviet Artillery Tribute [Real Footage] first appeared on Joel Gross's Blog .






My motivation for NixOS I've been using Nix for some time now. I converted my dotfiles to mostly Nix, and I'm very happy with how useful it became. The next logical step is NixOS, that applies the same principles to the whole OS. I've been thinking about how I'll use NixOS for a while and now is the time to actually give it a go. Usually when people try out an operating system, they go the usual route: try out the installer, get a feel....

We love coding agents. They can build a full-featured SaaS and potentially make you a millionaire if you leave them running overnight with the right prompt. They will burn your GPU or your budget, include a few unprompted vulnerabilities, will bloat your code risking your sanity once you start debugging it, will put emojis in your comments, and will ultimately make you question your life choices. So I thought, if they are so cool — it must ..

We love coding agents. They can build a full-featured SaaS and potentially make you a millionaire if you leave them running overnight with the right prompt. They will burn your GPU or your budget, include a few unprompted vulnerabilities, will bloat your code risking your sanity once you start debugging it, will put emojis in your comments, and will ultimately make you question your life choices. So I thought, if they are so cool — it must ..




This post was automatically generated. Chess For the Day Record: 1-1-0 Net Elo Change: +6 Games Played josehenriquesantosg - DRAW jamestravis - WIN Blog Posts On This Day May 24, 2025 (4 posts) May 24, 2024 (1 post) May 24, 2023 (4 posts) May 24, 2022 (8 posts)

This post was automatically generated. Chess For the Day Record: 1-1-0 Net Elo Change: +6 Games Played josehenriquesantosg - DRAW jamestravis - WIN Blog Posts On This Day May 24, 2025 (4 posts) May 24, 2024 (1 post) May 24, 2023 (4 posts) May 24, 2022 (8 posts)

Linux Mint developers are building a new screenshot utility for the Cinnamon desktop, ahead of its next major release. The home-grown tool will give users more options when taking screenshots and will “accommodate the differences between CSD (Client Side Decoration) and SSD (Server Side Decoration) windows” to provide ‘cleaner’ looking screenshots. Currently, Cinnamon rolls with the GTK-based gnome-screenshot. That tool works fine, but it d..


4 visitors online