Skip to content

Commit

Permalink
need refacotring in color palletes
Browse files Browse the repository at this point in the history
  • Loading branch information
hearues-zueke-github committed May 4, 2019
1 parent 6d45c2a commit 882b4d5
Show file tree
Hide file tree
Showing 11 changed files with 1,314 additions and 299 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ test_programs/recursive_imports/num.bin
java/myJar.jar

random_pictures/images
random_pictures/datas
random_pictures/*.txt
random_pictures/*.html

puzzle_solver/figures/*

Expand Down
3 changes: 3 additions & 0 deletions complex_numbers/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
mandelbrot:
g++ -std=c++11 -O2 calc_mandelbrot_set_iterations.cpp -o calc_mandelbrot_set_iterations.o -I/home/doublepmcl/prefix/include -L/home/doublepmcl/prefix/lib
complex_num_text:
g++ -std=c++11 -O2 complex_numbers_precision_test.cpp -o complex_numbers_precision_test.o -I/home/doublepmcl/prefix/include -L/home/doublepmcl/prefix/lib/libgmpxx
# g++ -std=c++11 -O2 complex_numbers_precision_test.cpp -o complex_numbers_precision_test.o -lgmp -L/home/doublepmcl/prefix/lib
Loading

0 comments on commit 882b4d5

Please sign in to comment.