User:Petelomax: Difference between revisions

From Rosetta Code
Content added Content deleted
m (→‎My best entries: added pancake numbers)
m (→‎Links: deleted webassembly)
(40 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{mylangbegin}}
{{mylangbegin}}
{{mylang|Phix|Author, Very Active}}
{{mylang|Phix|Author, Very Active}}
{{mylang|X86 Assembly|Active}}
{{mylang|HTML|Active (chm)}}
{{mylang|HTML|Active}}
{{mylang|CSS|Active}}
{{mylang|CSS|Active}}
{{mylang|JavaScript|Active}}
{{mylang|JavaScript|Active (vanilla/p2js)}}
{{mylang|X86 Assembly|Active}}
{{mylang|ARM Assembly|Semi active}}
{{mylang|C|Inactive}}
{{mylang|C|Inactive}}
{{mylang|C++|Inactive}}
{{mylang|C++|Inactive/Loathe}}
{{mylang|Go|Reader}}
{{mylang|Perl|Loathe^2}}
{{mylang|Julia|Reader}}
{{mylang|Raku|Loathe^3}}
{{mylang|Python|Reader}}
{{mylang|F#|Loathe^5}}
{{mylang|Pascal|Reader}}
{{mylang|Go|Read/Run}}
{{mylang|Julia|Read/Run}}
{{mylang|Python|Read/Run}}
{{mylang|Wren|Read/Run}}
{{mylang|Pascal|Read-only}}
{{mylang|UNIX Shell|Rusty}}
{{mylang|UNIX Shell|Rusty}}
{{mylang|SQL|Rusty}}
{{mylang|SQL|Rusty}}
Line 16: Line 21:
{{mylang|Icon|Rusty}}
{{mylang|Icon|Rusty}}
{{mylang|Euphoria|Rusty}}
{{mylang|Euphoria|Rusty}}
{{mylang|Speedbase|Rusty}}
{{mylang|Speedbase|Very Rusty}}
{{mylang|COBOL|Very Rusty}}
{{mylang|COBOL|Very Rusty}}
{{mylangend}}
{{mylangend}}
Line 23: Line 28:
[[Phix]]
[[Phix]]


[[Tasks_not_implemented_in_Phix]]
[[Rosetta_Code/Count_examples/Full_list]]

[[Rosetta_Code/Rank_languages_by_popularity/Full_list]]

[[Help:Formatting]]

[https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Formatting mediawiki:Formatting]

[https://www.mediawiki.org/wiki/Special:MyLanguage/Help:HTML_in_wikitext mediawiki:HTML]

[https://www.mediawiki.org/wiki/Help:Links mediawiki:Links]

[https://www.mediawiki.org/wiki/Help:Signatures 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 ==
== My best entries ==
Line 29: Line 56:
[[Burrows–Wheeler_transform#Phix]]<br>
[[Burrows–Wheeler_transform#Phix]]<br>
[[Hourglass_puzzle#Phix]]<br>
[[Hourglass_puzzle#Phix]]<br>
[[Pancake_numbers#Phix]]
[[Pancake_numbers#Phix]]<br>
[[Palindromic_gapful_numbers#Ludicrously_fast_to_10,000,000,000,000,000,000th]]<br>
[[Minimum_positive_multiple_in_base_10_using_only_0_and_1#Phix]]<br>
[[Logistic_curve_fitting_in_epidemiology#Phix]]<br>
[[Smarandache_prime-digital_sequence#Phix]]<br>
[[Solve_triangle_solitare_puzzle#Phix]]<br>
[[Twelve_statements#Phix]]<br>
[[Sequence:_smallest_number_with_exactly_n_divisors#insane]]<br>
[[Ulam_numbers#Phix]]<br>
[[Minimum_multiple_of_m_where_digital_sum_equals_m#much_faster]]<br>
[[Sub-unit_squares#Phix]]<br>
[[Upside-down_numbers#Phix]]<br>


== Above and beyond ==
== Above and beyond ==


[[Black_Box#Phix]]
[[Black_Box#Phix]]<br>
[[Morpion_solitaire/Phix]]<br>
[[Josephus_problem#Phix]]<br>
[[Hexapawn#Phix]]<br>


== Suggestions ==
== Suggestions ==


Translate [[Proof#Go]]<br>
Translate [[Proof#Go]]<br>
Convert [[Mandelbrot_set#Phix]] arwen -> pGUI, and put both online<br>
Translate the arwen demo to pGUI for [[Canny_edge_detector#Phix]]
Add server save/fetch to [[Reverse_the_order_of_lines_in_a_text_file_while_preserving_the_contents_of_each_line#Phix]]<br>
Rework [[XML/XPath#Phix]] as per [[XML_validation#Phix]]<br>
Improve [[Substring_primes#Phix]] by making lhsvar(etc) in pmain.e sequence, aka {p,q} = f(p,q) use automatic pbr<br>
Improve [[OLE_automation#Phix]] (but without purchasing a copy of Microsoft Word)<br>

Revision as of 23:49, 1 January 2024

My Favorite Languages
Language Proficiency
Phix Author, Very Active
HTML Active (chm)
CSS Active
JavaScript Active (vanilla/p2js)
X86 Assembly Active
ARM Assembly Semi active
C Inactive
C++ Inactive/Loathe
Perl Loathe^2
Raku Loathe^3
F# Loathe^5
Go Read/Run
Julia Read/Run
Python Read/Run
Wren Read/Run
Pascal Read-only
UNIX Shell Rusty
SQL Rusty
PHP Rusty
Icon Rusty
Euphoria Rusty
Speedbase Very Rusty
COBOL Very Rusty

Links

Phix

Tasks_not_implemented_in_Phix

Rosetta_Code/Rank_languages_by_popularity/Full_list

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
Sub-unit_squares#Phix
Upside-down_numbers#Phix

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
Improve OLE_automation#Phix (but without purchasing a copy of Microsoft Word)