Giter VIP home page Giter VIP logo

destiny_calculator's Introduction

destiny_calculator

its all in the name

build with the following on linux:

gcc -Wall matrix_calculator.c -o test

run like this to output to a text file called output:

./test > output

To use the output file, you can search for a date using a standard text editor. The meanings of the numbers, must be related back to a numerology book or website at this stage, its a ot of information to add to a C program. The main point of this program is to proceduraly generate a persons life, and all meaningful numbers. A numerologist can then use this output to apply meanings into words that one can understand. I find it quite accurate to my own life so far.

Enjoy knowing the future :)

destiny_calculator's People

Contributors

wbpxre150 avatar wbpxre150-zz avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

wbpxre150

destiny_calculator's Issues

There is a memory error in your code

The input array at line 190 is too small and the strcpy will cause out-of-bound write (a.k.a buffer overflow)

The error reported by our cloud IDE

  Memory access error: writing to the outside of a memory block; abort!
  # Writing 5 bytes to 0xffeb896c will clobber other memory blocks.
  #
  # The memory-block-to-be-written (start:0xffeb896c, size:4 bytes) is bound to 'input' at
  #    file:/prog.c::190, 14
  #
  #  0xffeb896c           0xffeb896f
  #  +--------------------------+
  #  |memory-block-to-be-written|......
  #  +--------------------------+
  #  ^~~~~~~~~~
  #  the write starts at the memory block begin.
  #
  # Stack trace (most recent call first) of the write.
  # [0]  file:/musl-1.1.10/src/string/stpcpy.c::16, 2
  # [1]  file:/musl-1.1.10/src/string/strcpy.c::17, 2
  # [2]  file:/prog.c::201, 17
  # [3]  file:/prog.c::236, 32
  # [4]  [libc-start-main]
Segmentation fault

You can use this link to reproduce.

  1. Click "Start"
  2. Run "./a.out" in the Terminal

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.