Search Results for "linux tutorial" - Page 10

Showing 594 open source projects for "linux tutorial"

View related business solutions
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    imeight

    imeight

    The imaginary eight-bit machine

    Try-it page: https://imeight.sourceforge.io/ (development environment, which is not mobile friendly) An HTML5 emulator of a machine that never existed. The emulator brings back memories from the 1980s, offers graphical features like sprites, character generator, 16-color palette. One goal is to create a framework for making games with 8-bit look and feel, including the process of programming. The programming tutorial helps beginners enter the world of programming in a gamified way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Trigger Rally

    Trigger Rally

    A fast-paced free software rally racing game

    A 3D rally simulation with a great physics engine for drifting, over 200 maps, different terrain materials like dirt, asphalt, sand, ice etc. and various weather, light and fog conditions give this rally simulation the edge over many other free games. You need to make it through the maps in often tight time limits and can further improve by beating the recorded high scores. All attached single races must be finished in time in order to win an event, unlocking additional events and cars. Most...
    Leader badge
    Downloads: 39 This Week
    Last Update:
    See Project
  • 3
    FFmpeg libav tutorial

    FFmpeg libav tutorial

    FFmpeg libav tutorial

    FFmpeg libav tutorial, learn how media works from basic to transmuxing, transcoding and more. Most of the code in here will be in C but don't worry: you can easily understand and apply it to your preferred language. FFmpeg libav has lots of bindings for many languages like python, go and even if your language doesn't have it, you can still support it through the ffi (here's an example with Lua). We'll start with a quick lesson about what is video, audio, codec and container and then we'll go...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    BrOS Builder

    BrOS Builder

    Crie sua própria distro Linux com base no sistema instalado em seu HD

    BrOS Builder é o Shell Script utilizado pela equipe do BrOS para gerar a imagem ISO do sistema, todo o sistema é criado e configurado em uma partição separada via chroot, só depois esse script entra em ação para pegar o sistema e transformar em um Live-CD instalável, o script também pode ser usado para transformar o Linux instalado em seu HD em um Live-CD Instalável com seu sistema já customizado, muito útil para empresas onde existe a necessidade de personalizar muitas máquinas, ou se você simplesmente quiser compartilhar seu sistema personalizado. O Script é baseado no Distroshare Ubuntu Imager: https://github.com/Distroshare/distroshare-ubuntu-imager E nesse tutorial da Canonical: https://help.ubuntu.com/community/MakeALiveCD/DVD/BootableFlashFromHarddiskInstall
    Downloads: 0 This Week
    Last Update:
    See Project
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 5
    3 Rs of Software Architecture

    3 Rs of Software Architecture

    A guide on how to write readable, reusable, and refactorable software

    This guide aims to help software developers think more clearly about how to build systems that are not only functional today but maintainable into the future. It focuses on three architectural “ilities”: readability, reusability, and refactorability, presenting them in a hierarchical framework so developers can evaluate and improve their code and system design. The project uses a simple shopping-cart application written in JavaScript and React/Redux to illustrate how code evolves from “bad”...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Tropycal RPG Engine

    Tropycal RPG Engine

    A RPG maker engine using Pygame

    The TP-1 (Tropycal RPG engine 1 ) is a set of modules, with various functions, that will make the rpg creating and play easy. It is in the "code" folder, totally writed in Python programming language, using Pygame API. It simulates persons, battles, animals and vegetals, timed actions, weather and more. The version 1.09 or above can run a game module from a zip file automatically. You dont need to extract it ! The version 1.12 have a very simple network support, tested on GNU/Linux and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    jsoncat

    jsoncat

    Lightweight HTTP framework built in Java

    jsoncat is a lightweight HTTP framework built in Java (using Netty) that aims to replicate some of the feel of Spring Boot—but in a minimal, educational style focused on clarity rather than full enterprise complexity. The project is organized as a small library and tutorial-style codebase, where core HTTP handling, routing, and JSON processing are exposed in a compact way so learners can trace how HTTP requests are parsed and dispatched. Because it avoids heavy abstractions and auto-magical...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    MyCryptoMonitor

    Lightweight Cryptocurrency Monitor

    Summary The goal of this application is to have a quick, easy and lightweight method of monitoring your crypto investments. Features Manage an unlimited number of portfolios Add any coin that is featured on CoinMarketCap Monitor profits and changes in coin prices Choose your conversion currency (USD, EUR, CAD, etc.) Encrypt your portfolios and other files with a password Alerts based on changes in coin price Alerts sent via popup, email or text ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Tensorflow 2017 Tutorials

    Tensorflow 2017 Tutorials

    Tensorflow tutorial from basic to hard

    Tensorflow 2017 Tutorials is a structured set of tutorials that introduce developers to TensorFlow, starting with basic neural network constructs and progressing to sophisticated model architectures and training techniques. This repository covers essential building blocks like sessions (for older TF versions), placeholders, variables, activation functions, and optimizers, before guiding learners through building end-to-end models for regression, classification, and data pipelines. Beyond the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 10
    pytorch-tutorial

    pytorch-tutorial

    PyTorch Tutorial for Deep Learning Researchers

    pytorch-tutorial is a highly popular educational repository that teaches deep learning with PyTorch through step-by-step examples and well-structured lessons. It is designed primarily for beginners and intermediate practitioners who want to understand PyTorch fundamentals and quickly move toward building real neural network models. The repository walks users through core concepts such as tensors, autograd, neural network modules, convolutional networks, recurrent networks, and transfer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Rust IPFS

    Rust IPFS

    The InterPlanetary File System (IPFS), implemented in Rust

    This repository contains the crates for the IPFS core implementation which includes a blockstore, a libp2p integration which includes DHT content discovery and pubsub support, and HTTP API bindings. Our goal is to leverage both the unique properties of Rust to create powerful, performant software that works even in resource-constrained environments, while also maximizing interoperability with the other "flavors" of IPFS, namely JavaScript and Go.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    3DDFA

    3DDFA

    Fast, accurate and stable 3D dense face alignment

    This work extends 3DDFA, named 3DDFA_V2, titled Towards Fast, Accurate and Stable 3D Dense Face Alignment, accepted by ECCV 2020. The supplementary material is here. The gif above shows a webcam demo of the tracking result, in the scenario of my lab. This repo is the official implementation of 3DDFA_V2. Compared to 3DDFA, 3DDFA_V2 achieves better performance and stability. Besides, 3DDFA_V2 incorporates the fast face detector FaceBoxes instead of Dlib. A simple 3D render written by c++ and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Reproducible-research

    Reproducible-research

    A Reproducible Data Analysis Workflow with R Markdown, Git, Make, etc.

    In this tutorial, we describe a workflow to ensure long-term reproducibility of R-based data analyses. The workflow leverages established tools and practices from software engineering. It combines the benefits of various open-source software tools including R Markdown, Git, Make, and Docker, whose interplay ensures seamless integration of version management, dynamic report generation conforming to various journal styles, and full cross-platform and long-term computational reproducibility....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CDAudio proxy
    Derived from DxWnd source code, a simpler winmm.dll proxy that adds CD audio support by intercepting winmm commands and playing the ripped audio tracks placed in the Music folder. You can read DxWnd tutorial to learn how to make a homemade audio CD rip to feed this proxy.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15

    WaveletStat

    Wavelet analysis of 1D and 2D statistical distributions

    This is WaveletStat, a scientific software to analyse statistical distributions by Continuous Wavelet Transforms (CWTs). Taking an input random sample, it computes the corresponding CWT, filters out the noise based on a p-value criterion, and reconstructs a denoised model of the density function by matching pursuit iterations. The C++ code has two branches: the 1D branch can be used on 1D distributions only, while 1D2D can be used both on 1D and 2D distributions (though less optimal on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Litecoin-Grinder

    Litecoin-Grinder

    The Litecoin Grinder makes mining Litecoin simple and easy

    The Litecoin Grinder makes mining Litecoin easy. Once upon a time, a legendary hacker named Lusin wanted to become super rich by mining Litecoin but discovered mining Litecoin had a lot of complicated and annoying steps. Lusin decided to create an awesome computer program to make mining Litecoins a lot easier. Mining Litecoins is now a simple task, and Lusin made it available to everybody on the internet for free.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    research-tips

    research-tips

    The WI+RE (Writing Instruction + Research Education)

    The WI+RE (Writing Instruction + Research Education) is a collection of open educational resources designed by learners and for learners. Folders with an underscore in front of the name (e.g., _data) are special in GitHub pages. Here's an overview of what some of these folders do on the WI+RE site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    School Management System Laravel

    School Management System Laravel

    CuteBrains is the most efficient school ERP

    CuteBrains School Management System provides user-friendly dashboards with login access for teachers, non-teaching staff, students, parents and management personnel of your institution. The various modules available in CuteBrains facilitate all the processes of your institution, from admission of new students to generating transfer certificates when students complete their studies. Visit our website https://www.cutebrains.com/ for more details and tutorial videos. Distinct Features: Time...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19

    FastaTools

    Performs several operations to Fasta protein databases

    FastaTools performs several operations to Fasta protein databases. For more information, you can have a look at the README.md file in the source code tree: https://sourceforge.net/p/lp-csic-uab/fastatools/code/ci/default/tree/README.md Or you can download the Documentation an Tutorial PDF file in the Files section: https://sourceforge.net/projects/fastatools.lp-csic-uab.p/files/FastaTools%20Documentation%20and%20Tutorials.pdf - Gallardo, Ó., Ovelleiro, D., Gay, M., Carrascal, M.,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Pie4mido

    Pie4mido

    Android 9 for mido based on LineageOS 16.0

    Because these days mido is discontinued (android 10 makes goodix fingerprint broken for now and lineage OS official was discontinued) I decided to build mine following the tutorial on LOS16 website..
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    ArangoDB Interactive Tutorials

    ArangoDB Interactive Tutorials

    Repository for all ArangoDB interactive tutorial notebooks

    Choose your favored cloud platform with ArangoGraph, a full-managed, scalable, and high-performance graph database service that delivers the added value of an integrated document store, full-text search engine, and geospatial capabilities. This unified solution offers seamless, hassle-free management of these diverse data models and types, relieving you of operational overhead and allowing you to focus on innovation and development. Run on ANY system. Plus, ArangoDB supports Kubernetes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Harmony Data Integration

    Harmony Data Integration

    Fast, sensitive and accurate integration of single-cell data

    Harmony is a general-purpose R package with an efficient algorithm for integrating multiple data sets. It is especially useful for large single-cell datasets such as single-cell RNA-seq. Harmony has been tested on R versions =4. Please consult the DESCRIPTION file for more details on required R packages. Harmony has been tested on Linux, OS X, and Windows platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Tubbal

    Tubbal

    Free Medical Pathology Lab Software

    Tubbal was a medical pathology software which is used to generate the report for the blood test, It is an opensource application, Let's try this application. It's completely free software and it was developed by A.Abdul Majeed Ali for more Mail me at: amajeedali1997@gmail.com Source Code: https://github.com/amajeedali1997/Tubbal-Pathology-Software Installation Video Tutorial: https://youtu.be/itEjdMKf5nY USER CREDENTIALS: --------------------------- Username : admin Password ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    This is trying to create code analyzer for Harbour language code and add it later in HbIDE and use it later in for NetBeans plugin and use it later in other IDEs. I use GIT here. Harbour project https://harbour.github.io/ Docs about ANTLR: https://tomassetti.me/antlr-mega-tutorial http://www.xfront.com/ANTLR/ about v.3: http://www.r-5.org/files/books/computers/compilers/writing/Terence_Parr-The_Definitive_ANTLR_Reference-EN.pdf about...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    [G] SSL Injector V-1.6 ------------------------------------ This Is Injector For All Simcard, with support SSL/TLS. You can add and use your own host spoof in this tool. -Read the tutorial tab first #Whats New? - Add 7 option Mode TLS *Auto *TLSv1.1 *TLSv1.2 *TLSv1.3 *SSLv2 *SSLv3 *SSHv2 - Improve mode on activation Key - New Library - Fix Bug on log before - Fix some interface #ChangeLog [G] SSL Injector V-1.5 - Add 3 Mode Connect with SNI Host (spoof...
    Downloads: 2 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB