User:Petelomax

From Rosetta Code
Revision as of 15:44, 15 February 2022 by Petelomax (talk | contribs) (→‎My best entries: +1)
My Favorite Languages
Language Proficiency
Phix Author, Very Active
X86 Assembly Active
HTML Active
CSS Active
JavaScript Active
C Inactive
C++ Inactive
Go Reader
Julia Reader
Python Reader
Pascal Reader
UNIX Shell Rusty
SQL Rusty
PHP Rusty
Icon Rusty
Euphoria Rusty
Speedbase Rusty
COBOL Very Rusty

Links

Phix

Rosetta_Code/Count_examples/Full_list

WebAssembly

Help:Formatting

mediawiki:Formatting

mediawiki:HTML

mediawiki:Links

mediawiki:Signatures

String math

Show_the_(decimal)_value_of_a_number_of_1s_appended_with_a_3,_then_squared#Phix

Smallest_power_of_6_whose_decimal_expansion_contains_n#Phix

Smallest_numbers#Phix

Distribution_of_0_Digits_in_Factorial_Series#Phix (actually base 1000 now)

My best entries

Burrows–Wheeler_transform#Phix
Hourglass_puzzle#Phix
Pancake_numbers#Phix
Palindromic_gapful_numbers#Ludicrously_fast_to_10,000,000,000,000,000,000th
Minimum_positive_multiple_in_base_10_using_only_0_and_1#Phix
Logistic_curve_fitting_in_epidemiology#Phix
Smarandache_prime-digital_sequence#Phix
Solve_triangle_solitare_puzzle#Phix
Twelve_statements#Phix
Sequence:_smallest_number_with_exactly_n_divisors#insane
Ulam_numbers#Phix
Minimum_multiple_of_m_where_digital_sum_equals_m#much_faster

Above and beyond

Black_Box#Phix
Morpion_solitaire/Phix
Josephus_problem#Phix
Hexapawn#Phix

Suggestions

Translate Proof#Go
Convert Mandelbrot_set#Phix arwen -> pGUI, and put both online
Add server save/fetch to Reverse_the_order_of_lines_in_a_text_file_while_preserving_the_contents_of_each_line#Phix
Rework XML/XPath#Phix as per XML_validation#Phix
Improve Substring_primes#Phix by making lhsvar(etc) in pmain.e sequence, aka {p,q} = f(p,q) use automatic pbr