Search Results for "linux tutorial" - Page 14

Showing 555 open source projects for "linux tutorial"

View related business solutions
  • 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
  • Streamline Azure Security with Palo Alto Networks VM-Series Icon
    Streamline Azure Security with Palo Alto Networks VM-Series

    Centrally manage physical and virtualized firewalls with Panorama

    Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
    Learn more
  • 1

    NaiveLanguageTools

    C# lexer and parser

    NLT is free, open-source C# lexer and GLR parser suite -- which translates to ability to parse ambiguous grammars. Grammar can be defined directly in code or (preferably) in separate file (lex/yacc-like) for included generator. If you understand/guess the meaning of grammar in C#: // scanning lexer.AddStringRule(")", match => SymbolEnum.RPAREN); // parsing prod_builder.AddProduction(SymbolEnum.exp, SymbolEnum.LPAREN, SymbolEnum.exp,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Convolution arithmetic

    Convolution arithmetic

    A technical report on convolution arithmetic in deep learning

    A technical report on convolution arithmetic in the context of deep learning. The code and the images of this tutorial are free to use as regulated by the licence and subject to proper attribution. The animations will be output to the gif directory. Individual animation steps will be output in PDF format to the pdf directory and in PNG format to the png directory. We introduce a guide to help deep learning practitioners understand and manipulate convolutional neural network architectures....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Pathoscope

    Predicts strains of genomes in Nextgen seq alignment file (sam/bl8)

    This page is here for archival purpose. Please visit github for the latest version of the software: https://github.com/pathoscope PathoScope takes next-generation sequencing reads from a mixture sample and predicts which genomes are present. We use a Bayesian framework combined with an initial reference-based alignment to assign reads to the correct genome of origin. Pathoscope 2.0: Wiki: http://sourceforge.net/p/pathoscope/wiki/Home/...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    simplest ffmpeg swscale

    simplest ffmpeg swscale

    Examples about handle pixel data using libswscale

    This software is the simplest tutorial about handle pixel data using libswscale in FFmpeg. It contains 2 projects: simplest_ffmpeg_swscale: the simplest tutorial about libswscale. simplest_pic_gen: Tools that generate several test pictures.
    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
  • 5

    Parity Builder

    Build competitively balanced teams

    Parity Builder constructs rosters from individuals with the goal of making the rosters as comparable as is possible. Sample applications include building teams in recreational sports leagues and assigning students to project teams or study groups.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GAVS+

    GAVS+

    An open platform for the research of algorithmic game solving

    GAVS+ (Game Arena Visualization and Synthesis, Plus!) is an open-source tool which enables to visualize a broad spectrum of algorithmic games used in verification and synthesis, and offers a standard interface with utility functions to establish connection with engineering practice. It is developed by Department of Informatics (Unit 6), TU München. The tool is mainly is served for research and educational purposes. The software is released under the GNU General Public License (v3). A...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Pi-Space Physics Software

    A Physics Theory for Unifying Classical, Quantum and Relativistic Phys

    This is the Official Software of the Pi-Space Physics Theory created by Martin Brady. I have a B.Sc. in Computer Applications from Dublin City University and I have an interest in software implementation of Physics. The Theory includes a Quantum Theory of Gravity as well as a reworking of Classical versions of Newton's Formulas. The Theory is based on a set of Relativistic Diagrams called Pi-Space Diagrams for those new to the Theory. License :: Creative Commons Attribution...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    sinlin

    sinlin - SVG preprocessor, that can add data from .ods files to SVG

    If input SVG file has tag with attribute "$x" and input .ods file has diapason named "x" (with n cells), in output file this tag will be copied n times with corresponding value of its attribute. Other functions (that not need .ods data): "$x, y, z" - Array with values x, y, z; "$x; y; z; n" - Arithmetic Progression "$[x]^2+3" - Expression Example: Range x in .ods file: [1, 2, 3, 4, 5] Source <svg> <g attr="$x" attr1="$[1;1;5]" attr2="$1, 2, 3, 4" > </svg> Out: <svg> <g...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Ardu CNC

    Ardu CNC

    Cnc casera.

    Máquina cnc de fácil fabricación y uso. Con materiales de bajo coste y una placa Arduino UNO R3. http://arducnc.esy.es
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    Matplotlib tutorial

    Matplotlib tutorial

    Matplotlib tutorial for beginner

    The Matplotlib tutorial repository is designed as a hands-on learning resource to help users — especially Python beginners — get started with Matplotlib for creating plots and charts. It provides a sequence of example scripts and notebooks that cover fundamental plotting tasks: line graphs, histograms, scatter plots, bar charts, customizing axes, labels, legends, and styling. This makes it ideal for someone learning data analysis or exploratory data visualization for the first time and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Apparatus

    Apparatus

    A hybrid graphics editor and programming environment

    Apparatus is a browser-based visual editor and programming environment that streamlines building interactive diagrams. Users draw shapes, flows, constraints, and attach behavior code-side. It combines visual design with real code, supporting live demos, exports, and embedding. Created by CDG Labs, it helps build educational and exploratory tools quickly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    BasicFormControlPART1

    BasicFormControlPART1

    How to Open and Close other forms without closing your application.

    For beginners!! Basic tutorial on how to control VB.NET forms. I have been asked a few times how to do this so here I show you a basic way to control forms by opening other forms and closing the form that opened it without closing your application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Cell Sampler

    Cell Sampler

    Cell Sampling Plugin for ImageJ

    Cell-Sampler is an ImageJ sampling plugin written in Java. It is designed to extract time series from microscopy images of oscillating cells expressing the GFP or Luciferase reporter molecule. This program was developed in the Piggin's Laboratory at the University of Manchester. Go to the Cell-Sampler Web Site for installation instructions and tutorial materials.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Pizza restaurant order system project is a mobile application which is implemented in Android platform. Pizza restaurant order system Android Project tutorial and guide for developing code. Entity–relationship(er) diagrams,Data flow diagram(dfd),Sequence diagram and software requirements specification (SRS) of Pizza restaurant order system in report file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JonesForth a minimalist forth implementation and tutorial in assembly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Awesome Recurrent Neural Networks

    Awesome Recurrent Neural Networks

    A curated list of resources dedicated to RNN

    A curated list of resources dedicated to recurrent neural networks (closely related to deep learning). Provides a wide range of works and resources such as a Recurrent Neural Network Tutorial, a Sequence-to-Sequence Model Tutorial, Tutorials by nlintz, Notebook examples by aymericdamien, Scikit Flow (skflow) - Simplified Scikit-learn like Interface for TensorFlow, Keras (Tensorflow / Theano)-based modular deep learning library similar to Torch, char-rnn-tensorflow by sherjilozair, char-rnn...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    FindAKanji

    a tool to learn about Chinese (and Japanese) characters

    The basic principle behind this program is 'Learning by Doing'. The user is encouraged to extend a database with acquired information about Chinese characters and Japanese Words. This information may turn out useful in the integrated text editor, for both reading and writing. So there are multiple different uses for this program: - Learn about Chinese characters. Gain, store and memorize knowledge about specific characters and words. - Input devices for Chinese (and Japanese)...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    go-rock-libraries-showcases

    go-rock-libraries-showcases

    Comprehensive tutorial that integrates blogs, examples, audio, video

    go-rock-libraries-showcases hosts the materials for Go, an advanced tutorial series focused on well-known Go third-party libraries. It is designed for learners who have already finished Go, and want to deepen their skills by exploring real-world libraries that are popular and highly regarded in the Go ecosystem. The course uses a “three-in-one” approach: blog posts, code examples, and audio/video lectures are combined to explain each library in practical context. The README explains that the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Easy Life Cycle Assessment Calculator

    Easy Life Cycle Assessment Calculator

    Life cycle assessment tutorial to complete a product carbon footprint

    EASILY and QUICKLY complete a life cycle assessment for your product. Follow the instructions inside the spreadsheet to put together an LCA for your product, and avoid thousands of dollars in costs. For a walkthrough guide, including data sources and other tools, go to: http://www.linkcycle.com/beginners-guide-life-cycle-assessment-tools-and-data
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Samples of my JasperReports Tutorial. The tutorial is at: http://burriquin.wordpress.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    TEDzakker

    TED-chip music editor for Commodore Plus4, Commodore16 (and C64)

    This is a tracker-style music editor tool for the Commodore-Plus/4 / Commodore-16 computers' TED-chip. It can also be used on Commodore-64 by emulating the TED-sound, and later generating the native TED music on Plus4 or in VICE/Yape Plus4 emulators... NOTE: I left SourceForge for reasons not ethical to mention here. You can find me and my further work at these locations: http://hermit.sidrip.com http://csdb.dk/scener/?id=18806 https://github.com/hermitsoft/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Functional-Programming

    Functional-Programming

    Functional Programming concepts, examples and patterns

    This repository is a tutorial collection showcasing functional programming concepts across multiple languages (Haskell, OCaml, Scala, Scheme, Clojure, Python). It provides reusable code snippets, examples, and case studies to illustrate FP ideas in a comparative manner. The purpose of this tutorial is to illustrate functional programming concepts in many languages by providing reusable and useful snippets of code, examples, case studies and applications. The project’s web site was updated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MESPA is a python based pipeline that builds gene models from fragmented genome assemblies.  The identification of genomic regions underlying phenotypic differences is central to many questions in evolutionary biology. These studies involve the generation of a high-quality genome and annotation, which consumes a considerable amount of resources in terms of time, money, and personnel. However, most of the causal variation is found in or near genes, so having good gene models is essential....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    C++ Annotations

    An extensive tutorial about the C++ programming language

    The C++ Annotations have moved to GitHub, and can now be reached at https://fbb-git.github.io/cppannotations/ Please refer to github's location for the latest archive and releases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MattsMathTools

    MattsMathTools

    MathTools is an aid in preparing printed math tests.

    Matt's MathTools is a Java application designed as an aid in preparing printed math tests. It is easily embedded in other Java applications or it can be used alone as a single-user desktop app. It includes a scripting environment, numerous demonstration classes and several general utilities. A scripting tutorial is also available.
    Downloads: 1 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB