Giter VIP home page Giter VIP logo

angka's People

Contributors

putupradnya avatar yudhastyawan avatar

Stargazers

 avatar

Watchers

 avatar  avatar

angka's Issues

is creating data visualization in C possible?

that's a good idea to enhance the C programming language so that we can purely doing some kinds of stuff in C, not the other language.
The things that I have been thinking are:

  • Using Cairo API to create a visualization (this is what matplotlib used in the first step)
  • Using GUI API to create a window (like GTK+ or wxwidgets (but this is C++?)
  • or integrated to web API to do the visualization (@putupradnya, that is interesting)

@putupradnya or @asidosaputra, you can give your opinion about this insight, see you in the comments.

wrapping in Python

The purpose is that we can link or wrap this API to Python for better handling.

Adding matrix operation functions

Including:

  • multiplication
  • inversion
  • etc, (please Putu and Asido to add the other features to this list; for remembering the priority of matrix operations)

create a matrix slice

Like in Python, we can discuss how in a better way to create a slice matrix. We can provide 2 outputs, such as matrix and vector.
The first thing, we can create struct slice with int start, stop, step.

the naming convention in our C library program

We can use camelCase type for better reading. The other characteristics are:

  • the function should be started by 'get' and then the name of function like getMatrixNew(int row, int col).
  • the data type should be following the camel type like matrix or vector, and if we have more than one word, we can do like this: vectorString or matrixString.
  • We can use void or void * for describing that this function is not a return-type.
  • The important thing is if we create a function that the return is matrix * or vector * or the other data type that creating dynamical memory, we need to tell the users to use getMatrixDelete() or the other similar case to make sure that the allocated memory has been deleted.

Integrated to the web app aplication

The options are:

  • we can create the other main folder to be the main project of this feature, or
  • we can create the other repository, but for the initialization, we can use this repository for enhancing the first step.

The purposes are:

  • to do the matrix and vector operations on the web, and
  • management data in the server.

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.