Showing 32 open source projects for "tutorial"

View related business solutions
  • Dominate AI Search Results Icon
    Dominate AI Search Results

    Generative Al is shaping brand discovery. AthenaHQ ensures your brand leads the conversation.

    AthenaHQ is a cutting-edge platform for Generative Engine Optimization (GEO), designed to help brands optimize their visibility and performance across AI-driven search platforms like ChatGPT, Google AI, and more.
    Learn More
  • The CRM you will want to use every day Icon
    The CRM you will want to use every day

    With CRM, Sales, and Marketing Automation in one, Act! gives you everything you need for happier clients, more revenue, and less stress.

    Act! Premium is perfect for small and midsize businesses looking to market better, sell more, and create customers for life. With unparalleled flexibility and freedom of choice, Act! Premium accommodates the unique ways you do business. Whether it’s customizations to fit your specific business or industry processes or your preferences for deployment and access, the possibilities with Act! Premium are limitless.
    Learn More
  • 1
    Memories

    Memories

    Build a full stack MERN application

    Project MERN Memories is a full-stack application built as a learning tutorial, using the MERN stack: React on the front end, Node.js and Express on the back end, and MongoDB for data persistence. The app is called “Memories” and allows users to post interesting events from their lives (memories), providing a simple social media–style interface and back-end API to support create, read, update, delete of posts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Krypt

    Krypt

    Build a Web 3.0 React Solidity blockchain application

    This repository accompanies a step-by-step tutorial for building a Web3 decentralized application that connects a React front end to Ethereum smart contracts written in Solidity. It walks you through setting up MetaMask, configuring a local or test blockchain, and wiring contract methods to a clean, modern UI. The project emphasizes end-to-end learning: from authoring and compiling a smart contract, to deploying it, and then interacting with it via web3 libraries in React.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Signature Pad

    Signature Pad

    HTML5 canvas based smooth signature drawing

    ...Demo works in desktop and mobile browsers. You can check out its source code for some tips on how to handle window resize and high DPI screens. You can also find more about the latter in HTML5 Rocks tutorial. This library is provided as UMD (Universal Module Definition) and ES6 module. When you modify width or height of a canvas, it will be automatically cleared by the browser. SignaturePad doesn't know about it by itself, so you can call signaturePad.clear() to make sure that signaturePad.isEmpty() returns correct value in this case.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    Algebraic graphs

    Algebraic graphs

    Algebraic graphs

    Alga is a library for algebraic construction and manipulation of graphs in Haskell. See this Haskell Symposium paper and the corresponding talk for the motivation behind the library, the underlying theory and implementation details. We can give semantics to the constructors in terms of the pair (V, E) of graph vertices and edges. Alga can handle graphs comprising millions of vertices and billions of edges in a matter of seconds, which is fast enough for many applications. We believe there is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Kinetic Software - Epicor ERP Icon
    Kinetic Software - Epicor ERP

    Discrete, make-to-order and mixed-mode manufacturers who need a global cloud ERP solution

    Grow, thrive, and compete in a global marketplace with Kinetic—an industry-tailored, cognitive ERP that helps you work smarter and stay connected.
    Learn More
  • 5
    3D Website with Three.js

    3D Website with Three.js

    The most impressive websites in the world use 3D graphics

    Project_3D_developer_portfolio is a code-repository and tutorial project that teaches how to build a developer portfolio website enhanced with 3D graphics and animations, using technologies like React, Three.js, React Three Fiber, Tailwind CSS, Vite and more. The idea is to help developers create “the most impressive websites” by blending immersive 3D scenes and interactive UI elements with modern web frameworks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    SMILI

    SMILI

    Scientific Visualisation Made Easy

    ...It also features a number of standard processing algorithms for smoothing, thresholding, masking etc. images and models, both with graphical user interfaces and/or via the command-line. See our YouTube channel for tutorial videos via the homepage. The applications are all built out of a uniform user-interface framework that provides a very high level (Qt) interface to powerful image processing and scientific visualisation algorithms from the Insight Toolkit (ITK) and Visualisation Toolkit (VTK). The framework allows one to build stand-alone medical imaging applications quickly and easily.
    Leader badge
    Downloads: 72 This Week
    Last Update:
    See Project
  • 7
    CSS Animation 101

    CSS Animation 101

    Learn how to bring animation to your web projects

    CSS Animation 101 is a tutorial resource that teaches the fundamentals of motion on the web using only CSS. It starts with core building blocks—transitions, transforms, and keyframes—and then layers in timing functions, delays, and choreography to create more expressive sequences. The material stresses clarity and maintainability, showing how to structure styles so animations are easy to reason about and adjust.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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: 1 This Week
    Last Update:
    See Project
  • 9
    AUXPI

    AUXPI

    A new generation of image beds that integrates multiple APIs

    ...Image links are distributed asynchronously by weight. There are several visual charts on the home page for easy analysis. If you are a blank vps, you can directly use a one-click script to install, the installation tutorial. Please note that the photo identification has been turned on at present, and the level is high. If you try the program, please try to upload the landscape picture, otherwise, it may not be able to upload. If you want to build auxpi from the source, you can follow the tutorial below to build it. API v2 version distribution and upload, return all image bed storage links. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Time tracking software for the global workforce Icon
    Time tracking software for the global workforce

    Teams of all sizes and in various industries that want the best time tracking and employee monitoring solution.

    It's easy with Hubstaff, a time-tracking and workforce management platform that automates almost every aspect of running or growing a business. Teams can track time to projects and to-dos using Hubstaff's desktop, web, or mobile applications. You'll be able to see how much time your team spends on different tasks, plus productivity metrics like activity rates and app usage through Hubstaff's online dashboard. Most of the available features are customizable on a per-user basis, so you can create the team management tool you need.
    Learn More
  • 10
    mini3d

    mini3d

    3D Software Renderer in 700 Lines

    The 3D software rendering tutorial, without any performance optimization, mainly shows people how to write a software renderer with a fixed pipeline. Although the main body code is only 700 lines, the sparrow is small and complete. The source code has only one mini3d.c, and a single file implements everything and is easy to read. No third-party library dependencies, no complicated project directories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    BeepComp

    BeepComp

    Text-based chiptune creator

    ...v=qB6FUTQ5Oz4&list=PLXBNhaAeM7Lxf7ysrFzYFwPYRZM1JCrZr SoundCloud: https://soundcloud.com/beepcomp Orfium: https://www.orfium.com/profile/beepcomp/ What your music composition will look like: https://sourceforge.net/p/beepcomp/code/ci/master/tree/userdata/ (Similar to MML) Your First Tutorial: http://hiromorozumi.com/beepcomp/learn.html User's Guide: http://hiromorozumi.com/beepcomp/documentation/beepcomp_users_guide.html
    Downloads: 10 This Week
    Last Update:
    See Project
  • 12
    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: 1 This Week
    Last Update:
    See Project
  • 13

    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
  • 14
    HBX Binaural Player

    HBX Binaural Player

    Open source brainwave entrainment application

    ...It's made using libBinaural ( https://sourceforge.net/projects/libbinaural/ ); it's easy to use and it's entirely written in java for maximum portability. It includes English and Italian localizations and an example preset. More presets can be found here: http://hbxplayer.sf.net/file_list.php ******** EDITOR TUTORIAL ******** English: http://youtu.be/ndVw9yrgTGE Italian: http://youtu.be/ezDrfqFYKMg This is free software under the GPL License agreement. For any additional question, bug report, feature requests, etc., feel free to contact me at dossenus91@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    flow visualization toolbox

    matlab 2D image processing GUI toolbox for flow visualization

    ...This toolbox can be conveniently extended for 2D image processing in other disciplines, for example, surface stress measurement, inferred thermograph, PIV. See developer guide for HOWTO. * example project.mat and calib.mat use abs path will not work for you directly. pl. rebuild yours according to my youtube tutorial
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    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: 3 This Week
    Last Update:
    See Project
  • 17
    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
  • 18

    nlProj

    3d lib

    Based on the great opengl tutorial website (http://nehe.gamedev.net), I am extracting some common API in a very object oriented programming fashion. Once the API is complete, I will start porting it to more modern versions of OpenGL. This is not really new, but it is my way of learning...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is a tutorial about how to create a video player. This tutorial pretends to be a brief introduction to the Graphics User Interfaces (GUI) programming, using the Python programming lenguage and Qt framework, both multiplataform. In this tutorial we'll use PyQt to show you the base of Qt programming under Pyhon. To make this tutorial even more funny, because you can learn the theorical side of Qt programming just reading the documentation, I will focus it only in the practical side, therefore I deside to show you how to create a video player, which its programming is unbelievably simple with Qt. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ...It uses the scene graph concept, with the possibility of panning and zooming cameras on various parts of the scene. Multiple cameras can be painted on the same window, each with its own painting rectangle. Multiple demos and a tutorial are available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Flint

    Flint

    Actionscript 3 Particle Engine for Flash and Flex

    Flint is an ActionScript 3 particle engine designed for creating rich particle effects in Flash and Flex applications, providing tools for animations like fire, smoke, and explosions. This first tutorial will introduce the basics of Flint through a project to create a snow effect. Our effect will be snow flakes drifting down the screen. Each snow flake will be a particle in our particle system. If you want to see the final effect, scroll to the bottom of the page. This tutorial works with version 4.0.0 of the Flint library. This example creates a 2D particle effect. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Mouse Gesture Composer (MGC)
    ...Basic elements are mouse movements, placed on a timeline segmented in measures, similar to classical music. Uses processing.org. Developed by numediart.org. A video tutorial is available here: http://vimeo.com/33442844 Main developper: François Zajéga - http://www.frankiezafe.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The so3DTools aims to provide many different helper class, examples and tutorial in C++ for OGRE3D. It aims to make understand how to use some advanced features in OGRE 3D. It is LGPL. At 2011/03/28, the project contains 20 tutorials + Ogre.chm.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    The project will provide a Cocoa framework to interface OpenGL in a more OO-fashioned style. It is not meant to be the fastest code possible, nor to leverage all the power of OpenGL, but to give developers a easy way to start working in 3D
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Viewer of Mac OS X video tutorial i18n subtitles project. Mac Basics, iTunes, MobileMe, iLife , iWork available with English and Italian subtitles. This app help peoples with hearing impairment and non english speaking understand Find Out How video tutor
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB