shivanshu-semwal / CBNST

Computer Based Numerical and Statistical Techniques, programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CBNST - Computer Based Numerical and Statistical Techniques

Index

Linking libraries

  • to link math.h lib use -lm flag, e.g. gcc -o out -i in.c -lm

Notes:

  • Convert text to png (using imagemagik)- convert -size 1000x3000 xc:"#2e3440" -font "monofur" -pointsize 23 -fill "#d8dee9" -annotate +20+20 @filename.txt -trim -bordercolor "#2e3440" -border 20 +repage output.png

About

Computer Based Numerical and Statistical Techniques, programs.


Languages

Language:C 100.0%