User:AnatolV: Difference between revisions

From Rosetta Code
Content added Content deleted
m (adding gnuplot)
m (minor update)
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 50 solutions.
I've already contributed here on RC more than 60 solutions.


{{mylangbegin|Deeply Historical}}
{{mylangbegin|Deeply Historical}}
Line 37: Line 37:
* PARI/GP solutions: 43 (but read above).
* PARI/GP solutions: 43 (but read above).
* JavaScript solutions: 2 (read above).
* JavaScript solutions: 2 (read above).
* Gnuplot solutions: 3 (read above).
* Gnuplot solutions: 5 (read above).
* R solutions: 10 (read above).
* R solutions: 10 (read above).


Line 76: Line 76:
====Sierpinski carpet fractal [[Sierpinski_carpet#PARI.2FGP| RC page]]====
====Sierpinski carpet fractal [[Sierpinski_carpet#PARI.2FGP| RC page]]====
====Sierpinski carpet fractal in gnuplot [[Sierpinski_carpet#gnuplot| RC page]]====
====Sierpinski carpet fractal in gnuplot [[Sierpinski_carpet#gnuplot| RC page]]====
=====Version #1.=====
=====Versions #2 and #3.=====
====Sierpinski triangle fractal [[Sierpinski_triangle/Graphical#PARI.2FGP| RC page]]====
====Sierpinski triangle fractal [[Sierpinski_triangle/Graphical#PARI.2FGP| RC page]]====
====Dragon curve v.3 [[Dragon_curve#PARI.2FGP| RC page]]====
====Dragon curve v.3 [[Dragon_curve#PARI.2FGP| RC page]]====

Revision as of 21:29, 16 January 2017

Hi, I'm Anatole V [Anatoly E. Voevudko, PhD], 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 60 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: 43 (but read above).
  • JavaScript solutions: 2 (read above).
  • Gnuplot solutions: 5 (read above).
  • R solutions: 10 (read above).

My Rosettacode Wiki Tasks (Coming soon)

Task1

Task2

Task3

My Rosettacode Wiki Solutions

Sequences, etc.

Ludic numbers v.1,2 RC page

Hailstone sequence RC page

Stern-Brocot sequence RC page

Stern-Brocot sequence in R RC page

Fractran RC page

Convert seconds to compound duration RC page

Towers of Hanoi RC page

Terminal control/Ringing the terminal bell RC page

Array map RC page

Bernoulli numbers in R RC page

Proper divisors in R RC page

Abundant, deficient and perfect number classifications in R RC page

String functions

Repeat a string RC page

Reverse a string RC page

Substring of a string RC page

Tokenize a string v.1,2 RC page

Jaro distance RC page

Levenshtein distance RC page

CSV data manipulation RC page

Trees and other plotting

Draw a cuboid RC page

Barnsley fern fractal RC page

Barnsley fern fractal in JavaScript RC page

Barnsley fern fractal in R RC page

Sierpinski carpet fractal RC page

Sierpinski carpet fractal in gnuplot RC page

Version #1.
Versions #2 and #3.

Sierpinski triangle fractal RC page

Dragon curve v.3 RC page

The Archimedean spiral RC page

Polyspiral RC page

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.

Polyspiral in gnuplot RC page

Plotting a polyspiral file-function for the load command
Plotting many versions of a polyspiral.

Ulam spiral RC page

Fibonacci word/fractal v.1,2 RC page

Fibonacci word/fractal in JavaScript RC page

Brownian tree RC page

Plotting helper functions
  • Check if x,y are inside matrix mat[x,y]] (+/- p levels deep).
  • Simple plotting using a square matrix mat (filled with 0/1).
  • Writing file fn containing X,Y coordinates from matrix mat.
  • Plotting from a file written by the wrtmat().
Brownian tree versions #1 - #4
  • Version #1. Translated from AutoHotkey.
  • Version #2. Translated from Octave.
  • Version #3. Translated from Seed7.
  • Version #4. Translated from PureBasic.

Brownian tree in Gnuplot RC page

Plotting helper file for load command
  • Plotting from any data-file with 2 columns (space delimited), and writing to png-file.
Versions #1 - #4. Plotting from PARI/GP generated dat-files

Brownian tree in R RC page

Plotting helper functions
  • plotmat(): Simple plotting using a square matrix mat (filled with 0/1).
  • plotv2(): Simple plotting using 2 vectors (dumped into ".dmp" file by plotmat()).
Brownian tree versions #1 - #4.

Fractal tree RC page

Pythagoras tree RC page