Search Results for "linux basic programming" - Page 81

Showing 9701 open source projects for "linux basic programming"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Cloud tools for web scraping and data extraction Icon
    Cloud tools for web scraping and data extraction

    Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.

    Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
    Explore 10,000+ tools
  • 1
    MDH Weekly

    MDH Weekly

    MDH Weekly front-end weekly, published every Monday at 9am

    The MDH Weekly repository appears to serve as a personal or community-maintained digest or collection project — presumably capturing curated content (e.g., articles, news, links, tips) on a weekly basis. It gives a structured way to aggregate items of interest (possibly front-end, open-source, JS/React ecosystem, or general programming resources) into a periodic “newsletter” or summary repository. For contributors or followers of the project, it helps stay up-to-date with trends, new tools,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    newRPL

    newRPL

    The classic RPL programming language reimplemented and reimagined.

    This project reimplements from scratch the RPL language made popular by HP programmable calculators, in portable C/C++. The main goal is to release a complete computing environment for various targets. There's currently 4 active targets: the HP 50g, HP39gs and HP40gs calculators and a PC simulator (see the downloads section!). Other ports are planned for the future.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 3
    RestClient for Unity

    RestClient for Unity

    A Promise based REST and HTTP client for Unity

    A Promise-based REST and HTTP client for Unity. Works out of the box. Make HTTP requests from Unity. Supports HTTPS/SSL. Built on top of UnityWebRequest system. Transform request and response data (JSON serialization with JsonUtility or other tools) Automatic transforms for JSON Arrays. Supports default HTTP Methods (GET, POST, PUT, DELETE, HEAD, PATCH) Generic REQUEST method to create any http request. Based on Promises for better asynchronous programming. Learn about Promises here! Utility...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Minidlna GUI

    Minidlna GUI for Windows (cygwin) version of minidlna

    This Minidlna GUI is a graphical user interface for Minidlna Windows (cygwin) version (https://sourceforge.net/projects/minidlna-win/) for basic configuration, shared folders, transcode, seek, desktop stream and others, creates a new minidlna.conf, start and stop dlna server.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
    Learn More
  • 5
    River Bass Database

    River Bass Database

    Manage your Access MDB sales Database on LAN server with .NET client

    The River Bass Database program is mainly used to collect data about the company's sales, in particular sales VAT invoices related to the company's operations. The app allows you to use simple wizard to quickly and conveniently add new invoices to the database and store them in encrypted file in MDB format, protected with a password. As a database application, it provides typical functions that allow data administration by System Admin (SQL commands), creating user accounts and giving them...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Authing

    Authing

    IDaaS/IAM solution that can Auth to web and mobile applications

    Authing quickly implements authentication and user management for any Web, App, and enterprise software to provide the most complete login solution for your customers and employees. Authing serves as an identity infrastructure, or Identity As A Service (IDaaS) for cloud computing. Authing focuses on identity and building social infrastructure for identity sharing across all SaaS software and users to help companies build a secure modern IT infrastructure that not only protects their business...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Roslyn

    Roslyn

    The .NET Compiler Platform

    Roslyn provides rich, code analysis APIs to open source C# and Visual Basic compilers. This enables you to access a wealth of information about your code from compilers, which you can then use for code-related tasks in your tools and applications. Roslyn dramatically lowers the barrier to entry for creating code-focused tools and applications, creating many opportunities for innovation.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 8
    A Windows C# computer program was written that tested the first 1 trillion numbers for the Collatz Conjecture. See the Wiki page for a description of the math conjecture. https://en.wikipedia.org/wiki/Collatz_conjecture The program tests a number of ways for researching various patterns. A white paper is included that describes various results of the research. Also included are a number of data files of results of the program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Wheefun Presentation Layer

    A framework for implementing a presentation layer.

    WFPL is a framework for implementing web pages using the model-view-controller (MVC) design pattern. In WFPL, documents are represented abstractly using a hierarchical "Page" structure, which are then rendered using a renderer which may represent media such as HTML, TeX, or Markdown. The controller is frequently implemented as a callback script in the case of a webpage. WPFL's strengths lie in its hierarchical design; it is similar to HTML/XML's document object model and provides a number...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software. Icon
    Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software.

    Banks, lending institutions

    Founded in 2004, axefinance is a global market-leading software provider focused on credit risk automation for lenders looking to provide an efficient, competitive, and seamless omnichannel financing journey for all client segments (FI, Retail, Commercial, and Corporate.)
    Learn More
  • 10

    WatchBase Collector's Catalog

    Track your watches, including planned, current, and sold ones.

    A database catalog application for watch collectors. Maintain an inventory of watches. Allocate watches to future purchase, in collection, and disposed of or sold categories. WatchBase tracks your purchase history for warranty and other purposes. Analytics include generating a histogram of how many watches are at each price level as well as how many watches have been ordered over the past year.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Ratchet WebSocket

    Ratchet WebSocket

    Asynchronous WebSocket server

    Ratchet is a loosely coupled PHP library providing developers with tools to create real time, bi-directional applications between clients and servers over WebSockets. Write your own chat (aka "Hello World!" for sockets) application in a matter of minutes. After understanding "the new flow", event driven programming, compared to traditional HTTP request/response - writing any application on top of Ratchet becomes fast and easy. Ratchet provides many components for you to pick and choose from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    caffeine Database

    caffeine Database

    A basic REST service for JSON data - enough for prototyping and MVPs

    Caffeine is an open-source, lightweight application that provides real-time monitoring of server resource usage. It is designed for DevOps teams to track CPU, memory, disk, and network utilization in real time, helping diagnose performance bottlenecks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    nGold

    nGold

    Numeric Gold

    NGold is a C ++ library designed to manage monetary transactions between financial institutions. it works with or without internet connection in order to ensure the security of financial institutions that use its library and to protect currency information against computer hackers. It executes its transaction processing without the help of minors or administrators of the digital currency even if consumers or users of the digital currency are connected to the internet or offline. Not...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    GetX

    GetX

    Open screens/snackbars/dialogs/bottomSheets without context

    GetX is an extra-light and powerful solution for Flutter. It combines high-performance state management, intelligent dependency injection, and route management quickly and practically. GetX has 3 basic principles. This means that these are the priority for all resources in the library: PRODUCTIVITY, PERFORMANCE AND ORGANIZATION. GetX is focused on performance and minimum consumption of resources. GetX does not use Streams or ChangeNotifier. GetX uses an easy and pleasant syntax. No matter...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    ROBOOP

    Object oriented library in C++ for robotics simulation

    This library (ROBOOP) is a C++ robotics object oriented programming toolbox suitable for synthesis, and simulation of robotic manipulator models in an environment that provides ``MATLAB like'' features for the treatment of matrices. Its is a portable tool that does not require the use of commercial software. A class named Robot provides the implementation of the kinematics, the dynamics and the linearized dynamics of serial robotic manipulators. A class named Stewart provides the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    NUT Monitor Webmin Module

    NUT Monitor Webmin Module

    Simple NUT Monitor for Webmin

    NUT Monitor Webmin module, this simple module generates an UPS status summary within Webmin, as well as for basic management, the module supports FreeBSD based distros, also added initial/experimental support for Linux distros.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17

    Syntax Untangler

    Teach your students how to figure out tricky texts in any language.

    Web-based activity that asks the learner to visually mark up a short primary text in any language, in order to improve small-scale reading skills. Students get instant feedback to actions. Instructors use Web-based authoring interface to write and publish their content and questions in any language (Unicode).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Capa chess

    Capa chess

    Chess program

    Capa chess is a chess program. Features built-in simple engine, interface with external XBoard/WinBoard and UCI engines, basic plug-in capabilities, import/export, 2D/3D boards with customization. Java JRE 1.8 or above required.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 19
    Fennel

    Fennel

    Lua Lisp Language

    Fennel is a programming language that brings together the speed, simplicity and reach of Lua with the flexibility of a lisp syntax and macro system. Full Lua compatibility: Easily call any Lua function or library from Fennel and vice-versa. Zero overhead: Compiled code should be just as efficient as hand-written Lua. Compile-time macros: Ship compiled code with no runtime dependency on Fennel. Embeddable: Fennel is a one-file library as well as an executable. Embed it in other programs to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ERC-721 Token

    ERC-721 Token

    The reference implementation of the ERC-721 non-fungible token

    This is the complete reference implementation of the ERC-721 non-fungible token standard for the Ethereum and Wanchain blockchains. It is also compatible with other EVM compatible chains like Binance Smart Chain (BSC), Avalanche (AVAX) etc. This is an open-source project, complete with Hardhat testing. The purpose of this implementation is to provide a good starting point for anyone who wants to use and develop non-fungible tokens on the Ethereum and Wanchain blockchains. Instead of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Data Structures and Algorithms in JS

    Data Structures and Algorithms in JS

    Data Structures and Algorithms explained and implemented in JavaScript

    Are you a JavaScript developer looking to improve your craft? Then, this algorithms book is for you. This material contains the fundamental concepts to move your career to the next level. You will be able to solve problems faster in your day-to-day work and ace technical job interviews. Simply put, algorithms are several steps to solve a specific problem (e.g., sort number, search value, transform data, etc.). Algorithms are an essential toolbox for every programmer. Even if you don't...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    These files are for a short course in entry level coding, they are not meant as anything other than examples and do not take security or optimization into account.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Algoritmos (Manzano & Oliveira)
    Nesta área você encontra os códigos dos algoritmos dos exemplos de aprendizagem tratados no livro "Algoritmos: Lógica para desenvolvimento de programação de computadores" codificados nos interpretadores algorítmicos VisuAlg, ILA+, G-Portugol, Portugol Online, Portugol Studio e Portugol IDE. In this area you will find the codes of the algorithms of the learning examples dealt with in the book "Algorithms: Logic for computer programming development" coded in the VisuAlg, ILA+, G-Portugol,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24

    mql

    A Mini Query Language data retrieval system written in C

    HOMEPAGE: mql.sourceforge.io USAGE RIGHTS: © 2022 Rights Reserved sourceforge.net/u/ianl28 CC-BY-SA 4.0 LATEST VERSION: 0.0 alpha VERSION DATE (yymmdd-hhmm): 220207-1451 SHORT SUMMARY: A Mini Query Language data retrieval system written in C DESCRIPTION: !!IMPORTANT: FOR FULL DETAILS PLEASE REFER TO THE WIKI. PLEASE NOTE THAT THIS PROJECT IS IN ALPHA, AND THEREFORE MUCH OF THE FUNCTIONALITY IS PARTIAL OR MISSING !! MQL is able to create a basic indexed table for integration into a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    vb6archives

    Visual Basic 6 Source Code and other Stuff Archives

    This is a Visual Basic 6 Archive I have setup, you will find Source code for different VB6 projects I have collected over the years. Some code was written by me but most is code I archived over the years.
    Downloads: 23 This Week
    Last Update:
    See Project