Git Product home page Git Product logo

adammaj1 / implodedcauliflower Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 5.54 MB

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

Home Page: https://commons.wikimedia.org/wiki/Category:Imploded_cauliflower

License: GNU General Public License v3.0

Makefile 0.08% C 98.90% Shell 1.01%
julia-sets julia-fractal julia-fractal-generator julia-fatou julia-set c contour-lines contour-plot level-set-method black-and-white-image

implodedcauliflower's Introduction

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

Images

See:

dynamic plane = z plane

procedural texture

with boundaries

Normal shading

Inverted plane = w plane = 1/z plane

Normal shading

test images

Files

  • 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

technical notes

Contributors

are wellcome

See als FF

License

GPL

Git

Githab:

GitLab uses:

Subdirectory

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 

repo

For Github:

git init
git add README.md
git commit -m "first commit"
git branch -M master
git remote add origin [email protected]:adammaj1/implodedcauliflower.git
git push -u origin master

For Gilab:

cd existing_folder
git init
git remote add origin [email protected]:adammajewski/implodedcauliflower.git
git add .
git commit -m "Initial commit"
git push -u origin master

To clone repo

From github:

git clone [email protected]:adammaj1/implodedcauliflower.git

From gitlab

git clone [email protected]:adammajewski/implodedcauliflower.git

Local repo : ~/implodedcauliflower

implodedcauliflower's People

Contributors

adammaj1 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.