Shaare your links...
2353 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 3
53 results for tags C x
  • Understanding the Dynamic Module System of GNU Emacs
    Found on Sacha Chua's blog https://sachachua.com/blog/2025/04/2025-04-21-emacs-news/
    Tue Apr 29 11:42:36 2025 - permalink -
    - https://www.phimulambda.org/blog/emacs-dynamic-module.html
    C Emacs programming reading
  • A museum of all things computational: mechanical, mainframe, mini, micro
    Forum about retrocomputing, found via a link on Norbert Landsteiner's site https://masswerk.at/lounge.php
    https://retrocomputingforum.com/t/some-materials-on-early-c-and-the-history-of-c/3016 looks interesting.
    Sun Mar 16 19:18:17 2025 - permalink -
    - https://retrocomputingforum.com/
    C computer history language programming reading TODO
  • [TUHS] What would early alternatives to C have been?
    Shell scripts from Rob Pike to show operator precedence in C and Go.
    Mon Mar 10 11:30:04 2025 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2025-March/031585.html
    C Go software tool
  • A standard library for modeling satellite orbits on a microcomputer/ : Beutel, Kenneth L. : Free Download, Borrow, and Streaming : Internet Archive
    Kenneth L. Beutel's master thesis, Naval Postgraduate School, 1988-03.
    Found via the post https://www.hpmuseum.org/forum/thread-23225.html on the MoHP forum.
    Fri Mar 7 12:15:45 2025 - permalink -
    - https://archive.org/details/standardlibraryf00beut/page/62/mode/2up?view=theater
    C physics software space
  • Complex Multiplication (CM)
    The CM software implements the construction of ring class fields of imaginary quadratic number fields and of elliptic curves with complex multiplication via floating point approximations. Additionally it provides an implementation of the fastECPP algorithm for proving primality of integers. It consists of libraries that can be called from within a C program and of executable command line applications. For the implemented algorithms, see A. Enge, The complexity of class polynomial computation via floating point approximations, Mathematics of Computation 78 (266), 2009, pp. 1089–1107.
    Found via https://matheplanet.at/matheplanet/nuke/html/viewtopic.php?topic=266257&post_id=1939590

    See also https://www.multiprecision.org/paridroid/index.html for PariDroid, a port of PARI/GP to Android
    Sun Dec 29 21:50:44 2024 - permalink -
    - https://www.multiprecision.org/cm/index.html
    C lic:GPL3 mathematics number-theory software
  • ACME Laboratories
    https://www.acme.com/software/e/ is a tiny Emacs, mentioned on
    https://mastodon.social/@jef/113632905099469381
    The planimeter https://www.acme.com/planimeter/ is neat.
    Tue Dec 17 11:43:44 2024 - permalink -
    - https://www.acme.com/
    C Emacs FOSS software tool
  • Discussion of C's weaknesses
    The links to CHERI sound interesting.
    Sat Sep 21 15:28:41 2024 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2024-September/030851.html
    C language programming reading
  • Getting the maximum of your C compiler, for security
    Found on Sandra Snan's notice https://idiomdrottning.org/notice/AgXNxNMyxT1ZMgpLPM
    Thu May 16 23:09:13 2024 - permalink -
    - https://airbus-seclab.github.io/c-compiler-security/
    C compiler security software
  • DJGPP
    DJGPP is a complete 32-bit C/C++ development system for Intel 80386 (and higher) PCs running DOS. It includes ports of many GNU development utilities. The development tools require a 80386 or newer computer to run, as do the programs they produce. In most cases, the programs it produces can be sold commercially without license or royalties.
    See also https://en.wikipedia.org/wiki/DJGPP
    Found on https://cscope.sourceforge.net/index.html
    Mon Apr 8 11:15:18 2024 - permalink -
    - https://www.delorie.com/djgpp/
    C C++ compiler computer FOSS GNU history
  • The Industrial Grade PX5 RTOS
    The PX5 RTOS is ULTRASMALL (< 1KB for minimal use), enabling its use in some of the most memory-constrained devices. It is one of the smallest RTOSes available, requiring less than 1KB of FLASH and 1KB of RAM on typical 32-bit microcontrollers. I have not found out how it is licensed.
    The company also offers https://px5rtos.com/px5-net/, a TCP/IP implementation.

    Found on https://www.theregister.com/2023/11/28/microsoft_opens_sources_threadx/
    Wed Feb 14 11:08:19 2024 - permalink -
    - https://px5rtos.com/px5-rtos/
    C POSIX RTOS software
  • T-Kernel is an open source real-time operating system (RTOS) designed for 32-bit microcontrollers.
    Based on the Industrial TRON (ITRON) variant of The Real-time Operating system Nucleus (TRON project) developed at the University of Tokyo.
    Sat Feb 10 15:34:09 2024 - permalink -
    - https://en.m.wikipedia.org/wiki/T-Kernel
    C C++ FOSS RTOS
  • Enchive : encrypted personal archives, by Chris Wellons (https://nullprogram.com/)
    Enchive is a tool to encrypt files to yourself for long-term archival. It's a focused, simple alternative to more complex solutions such as GnuPG or encrypted filesystems. Enchive has no external dependencies and is trivial to build for local use. Portability is emphasized over performance.

    Supported platforms: Linux, BSD, macOS, Windows

    The name is a portmanteau of "encrypt" and "archive," pronounced en'kīv.

    Files are secured with ChaCha20, Curve25519, and HMAC-SHA256.

    Key pairs can be derived from a pass phrase.  See https://github.com/skeeto/passphrase2pgp for a tool to generate gpg key pairs in a similar way.
    Thu Feb 8 02:14:00 2024 - permalink -
    - https://github.com/skeeto/enchive
    C cryptography FOSS lic:unlicense tool
  • Landon Curt Noll
    Found via a comment about calc http://www.isthe.com/chongo/tech/comp/calc/index.html
    on https://groups.google.com/g/comp.lang.tcl/c/7JXGt-Uxqag/m/rcHDLLu6MpEJ
    See also https://www.systutorials.com/docs/linux/man/1-calc/ for a man page.
    Thu Jan 26 11:38:54 2023 - permalink -
    - http://www.isthe.com/chongo/index.html
    C mathematics software
  • bc/development.md at master - bc - Yzena Tech Gitea
    Document explaining the development of a bc/dc clone. Might be a good example to follow, if I ever make a public project.
    Tue Jan 24 10:07:26 2023 - permalink -
    - https://git.yzena.com/gavin/bc/src/branch/master/manuals/development.md
    C git programming software Unix
  • GitHub - u-blox/ubxlib: Portable C libraries for u-blox devices.
    Portable C libraries which provide APIs to build applications with u-blox products and services. Delivered as add-on to existing microcontroller and RTOS SDKs.
    Found on https://www.spezial.com/de/node/2052
    Wed Aug 24 18:09:27 2022 - permalink -
    - https://github.com/u-blox/ubxlib
    Apache C FOSS satellite-navigation software
  • mpsolve - Multiprecision Polynomial SOLVEr
    Software that aims to provide an easy to use (hopefully) universal blackbox for solving polynomials and secular equations.

    Among its features you can find:
    - Arbitrary precision approximation.
    - Guaranteed inclusion radii for the results.
    - Exploiting of polynomial structures: it can take advantage of sparsity as well as coefficients in a particular domain (i.e. integers or rationals).

    It can be specialized for specific classes of polynomials. As an example, see the roots of the Mandelbrot polynomial of degree 2.097.151 computed in about 10 days on a dual Xeon server.

    If you use MPSolve in your research, please cite it as follows:
    Bini, Dario A., Fiorentino, Giuseppe, Design, analysis, and implementation of a multiprecision polynomial rootfinder. Numerical Algorithms 23.2-3 (2000): 127-173.
    Bini, Dario A., and Robol, Leonardo. Solving secular and polynomial equations: A multiprecision algorithm. Journal of Computational and Applied Mathematics 272 (2014): 276-292.
    Found via https://en.m.wikipedia.org/wiki/Aberth_method and https://en.m.wikipedia.org/wiki/MPSolve
    See also the GitHub repository http://github.com/robol/MPSolve.git A simpler implementation of the Ehrich-Aberth-method can be found in https://github.com/robol/ea-roots
    Sat Aug 20 09:41:01 2022 - permalink -
    - https://numpi.dm.unipi.it/software/mpsolve
    algorithm C FOSS GPL numerical software
  • MaiZure's Projects - Just another place to dispose of personal programming projects
    Found http://www.maizure.org/projects/decoded-gnu-coreutils/index.html via https://www.gnu.org/software/coreutils/#source
    Recommended reading: http://www.maizure.org/projects/printf/index.html
    Thu Jul 28 12:18:44 2022 - permalink -
    - http://www.maizure.org/projects/index.html
    C GNU mathematics programming reading
  • GitHub - kimwalisch/primecount: 🚀 Fast prime counting function implementations
    primecount is a command-line program and C/C++ library that counts the number of primes ≤ x (maximum 1031) using highly optimized implementations of the combinatorial prime counting algorithms.
    Found via https://www.cliki.net/primecount and https://github.com/AaronChen0/primecount
    Mon Jun 27 10:40:50 2022 - permalink -
    - https://github.com/kimwalisch/primecount
    algorithm C C++ mathematics
  • Theory and Modelling Resources Cookbook
    Starlink Cookbook, 2003
    Central Laboratory of the Research Councils
    Particle Physics & Astronomy Research Council
    Somewhat dated guide to numerical computing on Unix. Found via https://en.wikipedia.org/wiki/Numerical_Recipes
    Mon Mar 21 17:00:24 2022 - permalink -
    - https://www.astro.gla.ac.uk/users/norman/star/sc13/sc13.htx/index.html
    C Fortran numerical programming Unix
  • Laguerre's method for polynomial roots
    Implementations in Basic and C.
    Mon Mar 14 12:38:38 2022 - permalink -
    - https://www.hpmuseum.org/forum/thread-18120.html
    algorithm C Laguerre mathematics numerical software
Links per page: 20 50 100
◄Older
page 1 / 3
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.