User:AnatolV: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
(adding my contributions)
Line 3: Line 3:
created more then 30 websites (partially or in full). In addition, I've always been
created more then 30 websites (partially or in full). In addition, I've always been
a scientist interested in AI. NT, etc.
a scientist interested in AI. NT, etc.
I've already contributed here on RC more than 25 solutions.
I've already contributed here on RC more than 35 solutions.


{{mylangbegin|Deeply Historical}}
{{mylangbegin|Deeply Historical}}
Line 29: Line 29:
{{mylang|PARI/GP|advanced}}
{{mylang|PARI/GP|advanced}}
{{mylang|Gnuplot|advanced}}
{{mylang|Gnuplot|advanced}}
{{mylang|R|advanced??}}
{{mylangend}}
{{mylangend}}

;'''My Rosettacode Wiki contributions'''
==Summary of contributions==
* Tasks: 3 (coming after file upload would be allowed again).
* PARI/GP solutions: 35.
* JavaScript solutions: 1 (read above).
* Gnuplot solutions: 0 (read above).
* R solutions: 0 (read above).

==My Rosettacode Wiki Tasks (Coming soon)==
===Task1===
===Task2===
===Task3===
== My Rosettacode Wiki Solutions==
===Sequences, etc.===
====Ludic numbers====
* [[Ludic_numbers#Version_.231._Creating_vector_of_ludic_numbers.27_flags.2C_where_the_index_of_each_flag.3D1_is_the_ludic_number|Ludic numbers. Version #1.]]

* [[Ludic_numbers#Version_.232._Creating_vector_of_ludic_numbers]] '''Ludic numbers. Version #2.'''
====Hailstone sequence====
* [[Hailstone_sequence#Version_.232.]] '''Hailstone sequence. Version #2.'''
====Stern-Brocot sequence====
* [[Stern-Brocot_sequence#PARI.2FGP]] '''Stern-Brocot sequence'''
====Fractran====
* [[Fractran#PARI.2FGP]] '''Fractran'''
====Convert seconds to compound duration====
* [[Convert_seconds_to_compound_duration#PARI.2FGP]] '''Convert seconds to compound duration'''
===String functions===
====Repeat a string====
* [[Repeat_a_string#Version_.232._Simple_loop_based]] '''Repeat a string. Version #2.'''
====Reverse a string====
* [[Reverse_a_string#Version_.232]] '''Reverse a string. Version #2.'''
====Substring of a string====
* [[Substring#PARI.2FGP]] '''Substring'''
====Tokenize a string====
* [[Tokenize_a_string#PARI.2FGP]] '''Tokenize a string.'''
** '''Version #1.'''
** '''Version #2.'''
====Jaro distance====
* [[Jaro_distance#PARI.2FGP]] '''Jaro distance'''
====Levenshtein distance====
* [[Levenshtein_distance#PARI.2FGP]] '''Levenshtein distance between two words'''
===Trees and other plotting===
====Draw a cuboid====
* [[Draw_a_cuboid#PARI.2FGP]] '''Draw a cuboid'''
====Barnsley fern fractal====
* [[Barnsley_fern#PARI.2FGP]] '''Barnsley fern fractal'''
====Barnsley fern fractal in JavaScript====
* [[Barnsley_fern#JavaScript]] '''Barnsley fern fractal in JavaScript'''
====Sierpinski carpet fractal====
* [[Sierpinski_carpet#PARI.2FGP]] '''Sierpinski carpet fractal'''
====Sierpinski triangle fractal====
* [[Sierpinski_triangle/Graphical#PARI.2FGP]] '''Sierpinski triangle fractal'''
====Dragon curve====
* [[Dragon_curve#PARI.2FGP]] '''Dragon curve '''
** '''Version #3.'''
====The Archimedean spiral====
* [[Archimedean_spiral#PARI.2FGP]] '''The Archimedean spiral'''
====Polyspiral====
* [[Polyspiral#PARI.2FGP]] '''Polyspiral: a spiral made of multiple line segments'''
=====Plotting helper functions=====
** Plot the line from x1,y1 to x2,y2.
** Convert degrees to radians.
** Convert Polar coordinates to Cartesian.
=====Version #1. Polyspiral (a spiral made of multiple line segments).=====
=====Version #2. Multi-spiral figure translated from zkl.=====
====Ulam spiral====
* [[Ulam_spiral_(for_primes)#PARI.2FGP]] '''Ulam spiral: from small presentation to very big'''
====Fibonacci word/fractal====
* [[Fibonacci_word/fractal#PARI.2FGP]] '''Fibonacci word/fractal'''
** Version #1.
** Version #2.
====Brownian tree====
* [[Brownian_tree#PARI.2FGP]] '''Brownian tree'''
=====Plotting helper functions=====
* Check if x,y are inside matrix mat[x,y]] (+/- p levels deep).
* Simple plotting using matrix mat (filled with 0/1).
=====Versions #1 - #4=====
* Versions #1. Translated from AutoHotkey.=====
* Version #2. Translated from Octave.
* Version #3. Translated from Seed7.
* Version #4. Translated from PureBasic.
====Fractal tree====
* [[Fractal_tree#PARI.2FGP]] '''Fractal tree'''
====Pythagoras tree====
* [[Pythagoras_tree#PARI.2FGP]] '''Pythagoras_tree'''

Revision as of 22:00, 1 September 2016

Hi, I'm Anatole V, residing in the USA. My 1K bigger user page easy to find on OEIS Wiki. I was starting programming in machine code for mainframe IBM 370. In last 2 decades I've created more then 30 websites (partially or in full). In addition, I've always been a scientist interested in AI. NT, etc. I've already contributed here on RC more than 35 solutions.

Deeply Historical
Language Proficiency
Machine code was advanced
Assembler was advanced
Fortran was advanced
PL/I was advanced
Clipper/XBase was advanced
Historical
Language Proficiency
ColdFusion was advanced
ASP/ASP.Net was advanced
VB/VB.Net was advanced
C/C++/C# was advanced
SQL/PL-SQL was advanced
Java was advanced
Still in current use
Language Proficiency
C/C# advanced
JavaScript advanced
PHP advanced
MySQL advanced
PARI/GP advanced
Gnuplot advanced
R advanced??
My Rosettacode Wiki contributions

Summary of contributions

  • Tasks: 3 (coming after file upload would be allowed again).
  • PARI/GP solutions: 35.
  • JavaScript solutions: 1 (read above).
  • Gnuplot solutions: 0 (read above).
  • R solutions: 0 (read above).

My Rosettacode Wiki Tasks (Coming soon)

Task1

Task2

Task3

My Rosettacode Wiki Solutions

Sequences, etc.

Ludic numbers

Hailstone sequence

Stern-Brocot sequence

Fractran

Convert seconds to compound duration

String functions

Repeat a string

Reverse a string

Substring of a string

Tokenize a string

Jaro distance

Levenshtein distance

Trees and other plotting

Draw a cuboid

Barnsley fern fractal

Barnsley fern fractal in JavaScript

Sierpinski carpet fractal

Sierpinski triangle fractal

Dragon curve

The Archimedean spiral

Polyspiral

Plotting helper functions
    • Plot the line from x1,y1 to x2,y2.
    • Convert degrees to radians.
    • Convert Polar coordinates to Cartesian.
Version #1. Polyspiral (a spiral made of multiple line segments).
Version #2. Multi-spiral figure translated from zkl.

Ulam spiral

Fibonacci word/fractal

Brownian tree

Plotting helper functions
  • Check if x,y are inside matrix mat[x,y]] (+/- p levels deep).
  • Simple plotting using matrix mat (filled with 0/1).
Versions #1 - #4
  • Versions #1. Translated from AutoHotkey.=====
  • Version #2. Translated from Octave.
  • Version #3. Translated from Seed7.
  • Version #4. Translated from PureBasic.

Fractal tree

Pythagoras tree