User:AnatolV: Difference between revisions

From Rosetta Code
Content added Content deleted
m (minor edit)
(trying to simplify links)
Line 49: Line 49:
* [[Ludic_numbers#Version_.231|Ludic numbers. Version #1.]]
* [[Ludic_numbers#Version_.231|Ludic numbers. Version #1.]]
* [[Ludic_numbers#Version_.232|Ludic numbers. Version #2.]]
* [[Ludic_numbers#Version_.232|Ludic numbers. Version #2.]]
====Hailstone sequence====
====Hailstone sequence [[Hailstone_sequence#Version_.232.|==> RC page link]]====
====Stern-Brocot sequence [[Stern-Brocot_sequence#PARI.2FGP|==> RC page link]]====
* [[Hailstone_sequence#Version_.232.|Hailstone sequence. Version #2.]]
====Fractran [[Fractran#PARI.2FGP|==> RC page link]]====
====Stern-Brocot sequence====
====Convert seconds to compound duration [[Convert_seconds_to_compound_duration#PARI.2FGP|==> RC page link]]====
* [[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===
===String functions===
====Repeat a string====
====Repeat a string====

Revision as of 22:53, 6 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 (but read above).
  • 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 ==> RC page link

Stern-Brocot sequence ==> RC page link

Fractran ==> RC page link

Convert seconds to compound duration ==> RC page link

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