Where can I find free C libraries that can be used for commercial work? Also where can I find a C library that's similar to numpy?

Where can I find free C libraries that can be used for commercial work?
Also where can I find a C library that's similar to numpy?

CRIME Shirt $21.68

Tip Your Landlord Shirt $21.68

CRIME Shirt $21.68

  1. 2 years ago
    Anonymous

    install gentoo

  2. 2 years ago
    Anonymous

    I think what you're looking for is C++

    • 2 years ago
      Anonymous

      Okay same question but for C++.

      • 2 years ago
        Anonymous

        https://pythonextensionpatterns.readthedocs.io/en/latest/cpp_and_numpy.html

      • 2 years ago
        Anonymous

        Where can I find free C++ libraries that can be used for commercial work?
        Anywhere (google it) or try https://cpp.libhunt.com/
        You can use either your OS package manager or conan or vcpkg to get deps.

        Also where can I find a C++ library that's similar to numpy?
        Eigen - https://eigen.tuxfamily.org/

  3. 2 years ago
    Anonymous

    https://www.netlib.org/

    • 2 years ago
      Anonymous

      Sweet that's awesome thanks.

  4. 2 years ago
    Anonymous

    >Where can I find free C libraries that can be used for commercial work?
    depends on the license
    >Also where can I find a C library that's similar to numpy?
    google it homosexual

  5. 2 years ago
    Anonymous

    >NumPy
    >Runs basic operations like addition and multiplication as C loops
    >How to get this in C?????

  6. 2 years ago
    Anonymous

    Commercial how? Are you going to sell the software? Lots of companies use GPL code and just only use the software internally.

  7. 2 years ago
    Anonymous

    numpy is bsd license and if you ever come across an essential piece of code that is gpl which I can't think of any. Just make your code open source, nobody will bother compiling it and nobody will bother making a crack for it since people can compile it.

  8. 2 years ago
    Anonymous

    Check the Arch/Gentoo repos, see what's installed on your system and study the APIs.

  9. 2 years ago
    Anonymous

    If you use C you already have something better than bumpy. Bumpy is just a wrapper of C math operations because interpreted languages sucks at that

  10. 2 years ago
    Anonymous

    moron.
    >Find GPL Project
    >Convert it to .so/.dll
    >Publish source code for .so/.dll
    >Use the .so/.dll in your commercial project
    >No need to follow the GPL license in your commercial library.
    >Take advantage off OOP e.g. inheritance/interfaces to modify code
    >Watch GPL-tards seethe for 40 days and 40 nights

    • 2 years ago
      Anonymous

      Not actually allowed unless it's the LGPL, people have gone to court over this

      • 2 years ago
        Anonymous

        Like who?
        Are you telling works made using GIMP are also subject to the GPL license? Binaries are not code.

        Also the license doesn't mention anything about binaries.

        • 2 years ago
          Anonymous

          >Like who?
          Here's a semi-famous case from 30 years ago: https://sourceforge.net/p/clisp/clisp/ci/default/tree/doc/Why-CLISP-is-under-GPL
          That one never made it to court.
          https://en.wikipedia.org/wiki/GNU_General_Public_License#Legal_status lists more cases, some of which did go there. The MySQL one looks particularly relevant.
          >Are you telling works made using GIMP are also subject to the GPL license?
          No, I'm only saying that you're not allowed to dynamically link to GPL'd code unless your whole program is under a GPL-compatible (and therefore FOSS) license. Dynamic linking is called out specifically in the text of the GPL (version 3, I didn't check others).
          The LGPL is the license that does allow this, and it's what e.g. glibc uses.
          Some compilers have exemptions in their licenses for the bits of code they copy verbatim to their output. I don't think GIMP needs something like that, but Inkscape might.
          >Binaries are not code.
          The GPL covers both.
          >Also the license doesn't mention anything about binaries.
          It does, it calls it "object code".

          • 2 years ago
            Anonymous

            Ha I remember this whole "linking to binaries" fiasco, it was huge news. Fricking zoomers.

    • 2 years ago
      Anonymous

      I use a software with license
      >BSD 3-Clause "New" or "Revised" License
      And after modifying it, I sell it, is that ok?

  11. 2 years ago
    Anonymous

    There are barely any third-party C libraries for commercial work. No one uses third-party C libraries because the language is entirely used for low-level applications at this point. You’re not going to find an enormous library of numpy abstractions for C christ.

    If you need fricking numpy use python

  12. 2 years ago
    Anonymous

    It depends on the specifics. You need to determine which licenses are compatible with what you are trying to do. Even GPL code can be used in commercial projects as long as you follow the rules.

    • 2 years ago
      Anonymous

      Can anyone here even think of a single essential library or code that is gpl?
      I mean gpl not agpl

      • 2 years ago
        Anonymous

        Does Linux count?

  13. 2 years ago
    Anonymous

    >Where can I find free C libraries that can be used for commercial work?
    GNU has a number of C libraries [1]. They're all Free Software, which guarantees your right to use them commercially [2].

    [1] https://www.gnu.org/software/software.en.html#allgnupkgs
    [2] https://www.gnu.org/philosophy/free-sw.en.html#selling

  14. 2 years ago
    Anonymous

    Try looking on the Internet.

  15. 2 years ago
    Anonymous

    >Where can I find free C libraries that can be used for commercial work?
    How do you know the shit contained in these libraries are actually what you want?
    Why not write the code yourself.
    Oh wait, this is IQfy... ignore that.
    >Also where can I find a C library that's similar to numpy?
    Write it yourself.
    Oh wait, this is IQfy... ignore that.

    • 2 years ago
      Anonymous

      Why not write my own compiler for my own programming language running on my own kernel on top of my own processor I built out of scrap metal? Is there any practical reason to ever not do that?
      Not all of us can be Chuck Moore.

      • 2 years ago
        Anonymous

        That's not want I'm implying you fricking moron. If you're any sort of good coder, and this is IQfy so I know you won't be, you're just some fricking Black person looking to make a buck. It'll be easier to go a rob some white kid, Jamal.

    • 2 years ago
      Anonymous

      >Why not write the code yourself.
      Cause optimised mathematical solvers take a lot of time to fricking write, time that could be better spent on product development.

  16. 2 years ago
    Anonymous

    First you have to figure out what you want to do, then you worry about the libraries. You sound pretty clueless so id start with hello world.

  17. 2 years ago
    Anonymous

    Just use .NET anon. It's literally a bunch of open source dlls that you can use commercially for free and Microsoft pays for them.

  18. 2 years ago
    Anonymous

    https://github.com/nothings/single_file_libs

  19. 2 years ago
    Anonymous

    >Also where can I find a C library that's similar to numpy?
    You mean something like LINPACK? It's old, very old now, but it's very good at what it does (linear algebra stuff) because it's had people work hard to make it so.
    I can't remember the license, but it might be public domain as it was made for the US Government.

  20. 2 years ago
    Anonymous

    Haha now I have all these libraries for me to steal gotcha bye

  21. 2 years ago
    Anonymous

    >Where can I find free C libraries that can be used for commercial work?
    BSD standard POSIX libs
    >Also where can I find a C library that's similar to numpy?
    math.h

  22. 2 years ago
    Anonymous

    Learn assembly, just as any smart human would. If you can't find what you search, do it yourself.

Your email address will not be published. Required fields are marked *