Daniel Șuteu

Results 6 issues of Daniel Șuteu

I recently got the following message from the YouTube API Services team: > Dear YouTube API Developer, > > For your use of YouTube API Services, we have sent multiple...

Hi, If it's possible, please consider adding support for changing the default I/O scheduler on this device: ```console u0_a53@android:/ $ cd /sys/block u0_a53@android:/sys/block $ ls -l lrwxrwxrwx root root 2017-01-16...

Iterating over k-almost primes in a given range [A,B], when A and B are quite large, seems to be quite slow. But it can be made much faster! :) Example:...

Hi. I tested the latest GitHub commit of `Math::Prime::Util` on a 32-bit Android phone, using the [Termux](https://termux.com/) environment and the `clang` compiler. Unfortunately, some tests failed: ![1-almost-primes](https://user-images.githubusercontent.com/614513/159677142-95d2cd57-e983-4a90-9f4b-bc906ebc9e74.jpg) ![2-semiprime](https://user-images.githubusercontent.com/614513/159677168-8c7023c1-bf4d-4b50-95af-482630e56b44.jpg) ![3-chinese](https://user-images.githubusercontent.com/614513/159677184-1cc678bb-a275-4755-b062-4f266ef60d45.jpg) ![4-lucky](https://user-images.githubusercontent.com/614513/159677209-8d7463f8-c4dd-4a12-8ec5-371bd76f42ae.jpg)...

Hi. I would like to suggest a new function, called `inverse_sigma(n,k=1)`, which returns a list with all the solutions `x` that satisfy `sigma_k(x) = n`. Similar in functionality to `inverse_totient(n)`....

If not sure if it's possible, but it would be nice to support passing command line arguments to Perl scripts. Example: ``` bash $ rperl script.pl --arg ``` Currently, it...