Showing 52 open source projects for "tutorial"

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

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    Reinforcement Learning Course Materials

    Reinforcement Learning Course Materials

    Lecture notes, tutorial tasks including solutions

    Lecture notes, tutorial tasks including solutions as well as online videos for the reinforcement learning course hosted by Paderborn University. The source code for the entire course material is open and everyone is cordially invited to use it for self-learning (students) or to set up their own course (lecturers).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Laravel Translatable Package

    Laravel Translatable Package

    A Laravel package for multilingual models

    If you want to store translations of your models into the database, this package is for you. This is a Laravel package for translatable models. Its goal is to remove the complexity in retrieving and storing multilingual model instances. With this package you write less code, as the translations are being fetched/saved when you fetch/save your instance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Hello AI World

    Hello AI World

    Guide to deploying deep-learning inference networks

    Hello AI World is a great way to start using Jetson and experiencing the power of AI. In just a couple of hours, you can have a set of deep learning inference demos up and running for realtime image classification and object detection on your Jetson Developer Kit with JetPack SDK and NVIDIA TensorRT. The tutorial focuses on networks related to computer vision, and includes the use of live cameras. You’ll also get to code your own easy-to-follow recognition program in Python or C++, and train...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Learning Bitcoin from the Command Line

    Learning Bitcoin from the Command Line

    A complete course for learning Bitcoin programming and usage

    Learning Bitcoin from the Command Line is a tutorial for working with Bitcoin (and Lightning) that teaches direct interaction with the servers themselves, as the most robust and secure way to begin cryptocurrency work. This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for use. Learning Bitcoin from the Command Line is a project of Blockchain Commons. We are proudly a "not-for-profit" social benefit corporation committed to open source & open...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
    Learn More
  • 5
    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: 1 This Week
    Last Update:
    See Project
  • 6
    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
  • 7
    Manhali
    Manhali is a free, open source Learning Management System (LMS). It is installable and multi-language. Licensed under the GNU-GPL 3 and written in PHP and MySQL. Manhali can track and evaluate learners' behavior by clustering all learners in profiles (A, B, C, D and E) according to their behavior on the platform to allow educators to personalize courses for each profile.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A Programmer's Guide to English

    A Programmer's Guide to English

    English study guide v1.2 written specifically for programmers

    The target audience of this tutorial is people who want to spend some time to truly master English. If you are looking for materials such as "Mastering English in 21 Days", "Memorizing 1000 Words in 10 Days", and "Getting English Writing in 10 Days", this guide is not for you. Especially for language learning, the learning cycle is measured in months or years. The sooner you understand that language learning has no skills, the less time and money will be wasted on various materials...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    DESMO-J is a framework for rapidly building discrete event driven simulation models in Java, which is not restrained to any particular domain of application. It supports both event-oriented and process-oriented modelling views. See http://desmoj.de.
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
    Learn More
  • 10
    Modern C++ Tutorial

    Modern C++ Tutorial

    Modern C++ Tutorial: C++11/14/17/20 On the Fly

    C++ is a language with a large user base. From the emergence of C++98 to the official finalization of C++11, it has experienced more than ten years of accumulation. C++14/17 is an important supplement and optimization to C++11, and C++20 brings this language into the door of modernization. All the expanded features in these new standards give C++ the language Infused with new vitality. Those C++ programmers who still insist on using traditional C++ (this book refers to C++98 and the previous...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    PyTorch Book

    PyTorch Book

    PyTorch tutorials and fun projects including neural talk

    This is the corresponding code for the book "The Deep Learning Framework PyTorch: Getting Started and Practical", but it can also be used as a standalone PyTorch Getting Started Guide and Tutorial. The current version of the code is based on pytorch 1.0.1, if you want to use an older version please git checkout v0.4or git checkout v0.3. Legacy code has better python2/python3 compatibility, CPU/GPU compatibility test. The new version of the code has not been fully tested, it has been tested...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Python Cookbook

    Python Cookbook

    Python Cookbook, 3rd edition translation

    Translators have always insisted on using Python 3 because it represents the future of Python. Although backward compatibility is its flaw, this situation will change sooner or later, and the future of Python 3 needs everyone's help and support. At present, most of the tutorial books on the market and online manuals are basically 2.x series, and there are few books based on 3.x series. "Python Cookbook" 3rd Edition, which is completely based on Python 3, is a very well written book...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Write a hash table in C

    Write a hash table in C

    Learn how to write a hash table in C

    .... The full implementation is around 200 lines of code, and should take around an hour or two to work through. This tutorial assumes some familiarity with programming and C syntax. The code itself is relatively straightforward, and most issues should be solvable with a web search. A hash table is a data structure which offers a fast implementation of the associative array API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Swift Programming Language Chinese

    The Swift Programming Language Chinese

    The Swift Programming Language in Chinese

    The Chinese version of Apple's official Swift tutorial "The Swift Programming Language" Swift is a fantastic way to write software, whether it’s for phones, desktops, servers, or anything else that runs code. It’s a safe, fast, and interactive programming language that combines the best in modern language thinking with wisdom from the wider Apple engineering culture and the diverse contributions from its open-source community. The compiler is optimized for performance and the language...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Php OOP Login-Register System tutorial

    Php OOP Login-Register System tutorial

    This Project is very help full to understand the basic oop stracture

    This Project is very help full to understand the basic php oop stracture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    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
  • 17

    PHPProjectLibrary

    A shared, on-line PHP class library tutorial and development project

    PHPProjectLibrary.is a tutorial driven PHP class library development project. It seeks to teach PHP class library development by combining the power of Open Source development with the skills of the Open Source community.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GAVS+

    GAVS+

    An open platform for the research of algorithmic game solving

    ...). A slightly outdated tutorial (in PDF) is included in the zip file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    FindAKanji

    a tool to learn about Chinese (and Japanese) characters

    ...) characters. For use without much prior knowledge. - Working with Japanese text, with powerful help. Input devices based on visual similarities and pure ASCII readings. Automatic space insertion before dictionary words and word highlighting. Compact info display in 'Trading Card' style. Currently the example database contains over 95.000 readings, including readings for more than 4500 of the most common Kanjis. A youtube tutorial shows how to extend the database.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    GalaXQL

    GalaXQL

    Who said SQL tutorials have to be boring?

    GalaXQL is a fun SQL tutorial where the database is a galaxy of stars that is rendered in 3D. Watch the galaxy change as your SQL commands create, modify, and destroy heavenly objects. What could be more fun?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    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: 2 This Week
    Last Update:
    See Project
  • 22

    Geospace Analysis Package

    MatLab toolbox for magnetospheric and ionospheric science.

    A MatLab toolbox with many simple and useful functions for analyzing data from Cluster, Champ and the Swarm missions. Other functions for space plasma physics, magnetospheric and ionospheric research are included. The toolbox is designed to be as simple as possible. Each function can be learned and used individually. See the tutorial in the Files section for a quick introduction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    CLUE - C Learning Undergrad Environment

    Tools to support the learning of the C programming language

    CLUE (C Learning Undergraduate Environment) is a software allowing students to work on assignments in the C language while benefiting from support for peer testing, hyper-linked tutorials to help them understand compiler error messages, detection of "novice errors" with warnings hyper-linked to tutorials. Sponsored by National Science Foundation under award CCLI #0836863.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Guitar Chord Diagram Maker

    Print guitar chord diagrams

    Create and print instant guitar chord diagram charts for songs. Taken from the tutorial at http://re-bol.com
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25
    PNP is a program for tutorial purposes in the signal processing area. It allows to set, move and remove poles and zeros of an one dimensional digital filter. The program shows different effects of the filter in the frequency domain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next