Imploded cauliflower - is a Julia set for c=1/4+epsilon with epsilon >0.
How many different ways are there to show such set ? ( program d.c creates 39 pgm images )
Here c = 0.35
See:
with boundaries
- d.c - c console program for creating pgm images
- i.c - c console program for testing functions from the main program (d.c file). Prints info about point z
- g.sh - bash script for conversion ( from pgm to png ) and resizing ( downscalling) using Image Magic
- a.txt - text output of d.c program
are wellcome
See als FF
Githab:
- GitHub Flavored Markdown Spec
- Markdown-Cheatsheet
- stackoverflow question: how-to-show-math-equations-in-general-githubs-markdownnot-githubs-blog
GitLab uses:
- the Redcarpet Ruby library for Markdown processing
- KaTeX to render math written with the LaTeX syntax, but only subset
mkdir images
git add *.png
git mv *.png ./images
git commit -m "move"
git push -u origin master
then link the images:
![](./images/n.png "description")
git mv -f
For Github:
git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin git@github.com:adammaj1/implodedcauliflower.git
git push -u origin master
For Gilab:
cd existing_folder
git init
git remote add origin git@gitlab.com:adammajewski/implodedcauliflower.git
git add .
git commit -m "Initial commit"
git push -u origin master
To clone repo
From github:
git clone git@github.com:adammaj1/implodedcauliflower.git
From gitlab
git clone git@gitlab.com:adammajewski/implodedcauliflower.git
Local repo : ~/implodedcauliflower