Search Results for "basic language" - Page 6

Showing 766 open source projects for "basic language"

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
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 1
    SGHNetMultiLang

    SGHNetMultiLang

    NET WinForm One-Click Multi-Language Interface Generation

    A Net, WinForm window project can be automatically generated into a multi-language interface, you just need to set the language to be displayed (such as: English, Chinese, Russian, French, German ...) Just generate it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Ruby 2D

    Ruby 2D

    The Ruby 2D gem

    Ruby2D is a simple and elegant 2D graphics library for the Ruby programming language, designed to make it easy to build games, simulations, and interactive applications. Built atop SDL2 and OpenGL, Ruby2D abstracts away the complexity of low-level graphics programming while exposing enough control for performance and flexibility. It supports images, text, sounds, and basic geometric shapes, making it ideal for learning graphics or quickly prototyping ideas with Ruby.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    Finding DNA Repeats by RFRE

    Finding DNA Repeats by RFRE

    RFRE is a tool to find DNA repeats (tandem and short)

    A tool to FIND DNA REPEATS (tandem and short): RFRE is a mini tool to search for the repeated DNA sequences (SHORT REPEATS OR TANDEM REPEATS) characters by using the regular expression language (VB script). The Metacharcter and their behaviours in the context of regular expressions are the main methods to identify the different searched patterns and by different combination of Metacharcter, the programmed tool can search and detect the pattern of DNA sequence. Repeater Finder...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    X11-Basic

    X11-Basic

    A BASIC interpreter and compiler with graphics.

    X11-Basic is a dialect of the BASIC programming language with graphics capability that integrates features like shell scripting, cgi-Programming and full graphical visualisation into the easy to learn basic language on modern computers.
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    Advaita Sharada and Devanagari Fonts

    Advaita Sharada and Devanagari Fonts

    TrueType font file to type in Sharada Lipi. Also a Devanagari font.

    ...Many invaluable Sanskrit texts are found to have been written in this script, that is an offshoot of the Brahmi family. The present day Gurmukhi script to write Punjabi is a derivation of the Sharada script. ----- There are three versions of the font. 1) A font that uses the Basic Latin unicode character space to enable users to start typing quickly on the laptop. 2) A font that uses the Devanagari unicode character space so that users with Sanskrit enabled in their language bar can start typing easily. 3) A font that uses the correct Unicode character space for Sharada glyphs i.e. 11180 to 111D9. This ensures cross platform compatibility and prevents data from being lost. -------- On the benevolent occasion of Navaratri we release the Devanagari font Sanskrit2020 with Vedic Extensions.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    MiniPixel

    MiniPixel

    A tiny pixel art editor

    MiniPixel is a minimalistic pixel art editor written in Zig. It's designed for simplicity and efficiency, providing essential tools for creating and editing pixel art without the overhead of more complex software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    asm68c

    Assembles M6800 and 6801 assembly language source code. (and Forth)

    A simple absolute mode assembler for 6800/6801. Handles the complete published set of opcodes/mnemonics. Mostly source-language compatible with the common assemblers in use circa 1985, but no macros. Now uses standard LDAA syntax by default. Produces basic S1/S9 object files and assembly listings, and now binary and MC-10 compatible cassette images. (This is for the 8-bit 6800, not the 16/32 bit 68000/coldfire processors.)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Ant Design Pro

    Ant Design Pro

    Out-of-box UI solution for enterprise applications

    ...Built on the design principles developed by Ant Design, this project introduces higher level components; we have developed templates, components, and a corresponding design kit to improve the user and development experience for admin interfaces. Ant Design Pro is a front-end scaffolding. By default, readers have already understood some basic front-end knowledge, and understand umi and Ant Design. If you are a pure novice, it is recommended to read Beginner's Need to know. Sharpen the knife and chop wood by mistake. Knowing some basic knowledge can make the learning curve smoother. Create umi offers a wide range of options to meet the scaffolding needs of different users, and we can choose to develop the language JavaScript or TypeScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    mXparser - Math Parser Java C# Library

    mXparser - Math Parser Java C# Library

    A flexible mathematical expressions parser for JAVA, Android, C# .NET

    mXparser is highly flexible parser of math expressions. Software provides easy to use API for JAVA, Android, C# .NET/MONO (CLS). Main functionalities: - basic operators, i.e.: +, -, *, ^, ! - Boolean logic operators i.e.: or, and, xor - binary relations i.e.: =, <, > - math functions (large library of 1-arg, 2-arg, 3-arg - - functions) i.e.: sin, cos, Stirling numbers, log, inverse functions - constants (large library), i.e.: pi, e, golden ratio - n-args functions i.e.: greatest...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 10

    Romanizing Decimal Integers

    Programme to romanize a range of decimal integers

    This programme will output a table of Roman-numeral equivalents for the decimal integers in a given range. It was hard-coded because it only uses basic while()loops and if-statements to do the job.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Terminal-BASIC

    Terminal-BASIC

    BASIC-like language interpreter for embedded systems

    Terminal-BASIC is a BASIC-like language interpreter, works on a set of single board embedded systems (i.e. famous AVR uc based boards). Terminal-BASIC: * suports real numbers, multidimensional arrays and Darthmouth BASIC-style matrix operations; * written in C++11; * has modular structure (can save uc storage, instantiating only used modules); * works through different i/o devices, using vt100 commands; * on systems with multiple i/O devices can work as simple time-sharing system; * static Linux build for playing and debug;
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12
    Vale

    Vale

    Compiler for the Vale programming language

    Vale is a systems programming language and compiler that strives to combine performance, safety, and ease in a way that avoids many of the complexities of traditional memory management techniques. It is ahead-of-time (AOT) compiled, targeting LLVM as a backend, and is statically typed. The language introduces a concept called generational references to provide memory safety without relying on a garbage collector, and aims for “safe without a borrow checker” (i.e. reducing the burden on the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DE AutoDoc

    DE AutoDoc

    Generate automated documentation for any programming language.

    This tool generates automated API documentation for your source code. The markup is similar to Javadoc (TM), but all programming languages are supported, not only Java. Also somewhat compatible to Doxygen(TM). Several HTML output options are available. Also LaTeX and Epub output is supported. Command line and GUI are both available. Needs Java SDK 1.4 or higher installed on your system. No external library is used in this project, therefore no danger by Log4j library bug. Version...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    m2cgen

    m2cgen

    Transform ML models into a native code

    ...You can try to cast your input data to another type manually and check results again. Also, some small differences can happen due to specific implementation of floating-point arithmetic in a target language.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    XML Tree Editor

    XML Tree Editor

    Basic cross-platform tree view XML editor

    XMLTreeEdit displays XML files as tree views and allows basic operations: adding, editting and deleting text nodes and their attributes. The main goal is providing a simple tool to create/edit XML configuration files for users without knowledge of XML. Built in Free Pascal Lazarus, which allows easy compilation for different target platforms. Currently binary executables were produced and tested on Windows (XP, 7) and Ubuntu Linux (GTK2). For developers: there are two units listed...
    Downloads: 25 This Week
    Last Update:
    See Project
  • 16
    go-fundamental-programming

    go-fundamental-programming

    Set of video and voice tutorials for the Go language

    go-fundamental-programming is the code and notes repository for the Chinese video course, a foundational Go programming tutorial aimed at beginners. The author positions it explicitly as a way to share the knowledge and pitfalls accumulated while learning Go, so that new learners can avoid common mistakes and weird corner cases. The course is delivered as a series of lectures, and each lecture has a dedicated lectureX.md file that serves as classroom notes, listing the knowledge points...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    DotNET.jl

    DotNET.jl

    This package provides interoperability between Julia and .NET apps

    This package provides interoperability between Julia and Common Language Runtime, the execution engine of .NET applications. Many languages run on CLR, including C#, Visual Basic .NET and PowerShell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Machine Learning PyTorch Scikit-Learn

    Machine Learning PyTorch Scikit-Learn

    Code Repository for Machine Learning with PyTorch and Scikit-Learn

    Initially, this project started as the 4th edition of Python Machine Learning. However, after putting so much passion and hard work into the changes and new topics, we thought it deserved a new title. So, what’s new? There are many contents and additions, including the switch from TensorFlow to PyTorch, new chapters on graph neural networks and transformers, a new section on gradient boosting, and many more that I will detail in a separate blog post. For those who are interested in knowing...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    ...It supports the engineers in the usage of artificial intelligence, biological behaviours and developing distributed systems in C++, C# and other languages. The basic modules of our framework can be easily used to develop also common applications for Windows, Mac-OSX and Linux platforms. It provides a hugh pool of standard functionality abstracting the operation system API. It serves as framework for the development of - Dynamic and stable software - Modular software by the use of software components - Distributed applications - Highly complex machine controls with distributed logic It supports you in - Designing pervasive behavior in your applications - Language and platform independent interface definition using xIDL - Serializing objects - Distributing objects (remote method invocation) - Creating and using classes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Volume Calculator

    Volume Calculator

    This calculator is to easily calculate the volume of geometric solids

    This calculator is to easily calculate the volume of geometric solids including a Cylinder, Cone, Cuboid, and Sphere. The input values can be given in multiple metric/units: mm, cm, in, and the volume of every shape is calculated differently using different formulas. User can select the desired shape from the Shape drop-down list and the entry fields will automatically configure as per input requirements for each mentioned shape. Application is built using Python programing language (3.10)...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    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
  • 22

    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 C/C++ project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    CalendarMacro

    LibreOffice Basic Macro for Making Calendar

    This macro requires OpenOffice(or LibreOffice) Calc. My macro file creates a full colored Turkish yearly calendar for any year you want. Be careful my code is ready to use for Turkish language but you can easily transformed it into English one since I mentioned how to do that inside the code. You just need to add a new spreadsheet called as "takvim" and add a macro, copy the macro code to your spreadsheet and run. If you need any help please ask.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ISO date header footer OpenOffice Calc

    ISO date header footer OpenOffice Calc

    Set the date in ISO 8601 format in the header and/or footer of a Calc

    Set the date in ISO 8601 format in the header and/or footer of a Calc document. In case the date format in the local language settings differs from the ISO 8601 format (YYYY-MM-DD), this extension can be used to set the date in ISO 8601 format in the header and/or footer of the page in Calc. The extension is opened via the menu: Tools - Add-ons - ISO date in page header/footer or by the toolbutton. Run this extension before printing. Please uninstall the previous version (if...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    SwiftHub

    SwiftHub

    GitHub iOS client in RxSwift and MVVM-C clean architecture

    Basic, Personal Access Token and OAuth2 authentication. View trending repositories and users (github-trending-api) Advanced searching and sorting repositories and users, filter by language. View repository and user details, events, issues, commits, pull requests, contributors, etc. View issue and pull request messages (MessageKit) Tool for counting lines of code from github repositories (code tabs) (Charts).
    Downloads: 1 This Week
    Last Update:
    See Project