排序
Big number, small numbers
Big number, small numbers, Weekly Challenge 176 Challenge, My solutions Task 1: Permuted Multiples Task Write a script to find the smallest positive integer x such that x, 2x, 3x, ...
Weekly Challenge 139
Weekly Challenge 139,Challenge, My Solutions Now with Python Before I get stuck into my solutions for this task, I have some news. I've used Perl for over 20 years, and think I'm p...
The cheapest way to the square
The cheapest way to the square,I'm always amazed at how far technology has come. If you told me twenty years ago, I'd be completing this challenge 41,000 feet in the air on a devic...
Elements or something
Elements or something, Weekly Challenge 269 Each week Mohammad S. Anwar sends out The Weekly Challenge, a chance for all of us to come up with solutions to two weekly tasks. My sol...
Solving the Weekly Challenge 302 Task 1: Ones and Zeroes in Python
Solving the Weekly Challenge 302 Task 1: Ones and Zeroes in Python, 1. Introduction The Weekly Challenge, organized by Mohammad S. Anwar, is a friendly competition in which develop...
The lucky sort
The lucky sort, Weekly Challenge 284 Each week Mohammad S. Anwar sends out The Weekly Challenge, a chance for all of us to come up with solutions to two weekly tasks. My solutions ...
SPVM::Sys is nearing completion – The parts of the Python/numpy porting to Perl product.
SPVM::Sys is nearing completion - The parts of the Python/numpy porting to Perl product.,SPVM::Sys is nearing completion. My daily commits are seen at Github. use Sys::IO; my $file...
How to use PyTorch from Perl?
How to use PyTorch from Perl?,How to use PyTorch from Perl? PyTorch supports C++ in addition to Python. This means Perl can calls all of the C++ functions of PyCharm. If you use th...
Weekly Challenge 240
Weekly Challenge 240,Each week Mohammad S. Anwar sends out The Weekly Challenge, a chance for all of us to come up with solutions to two weekly tasks. My solutions are written in P...
Double Luhn
Double Luhn, Weekly Challenge 290 Each week Mohammad S. Anwar sends out The Weekly Challenge, a chance for all of us to come up with solutions to two weekly tasks. My solutions are...
CPAN Rocks
CPAN Rocks, perl (7 Part Series) 1 Getting started with Perl on Windows using Strawberry Perl (2020 edition) 2 CPAN Dashboard ... 3 more parts... 3 CPAN Rocks 4 Set HTTP headers wi...
Weekly Challenge 192
Weekly Challenge 192,Challenge, My solutions Task 1: Binary Flip Task You are given a positive integer, $n. Write a script to find the binary flip. My solution So there are at leas...