Showing 68 open source projects for "vince-14"

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

    uil

    uil The User Interface Library

    uil (short for User Interface Library) is a minimal Windows UI library in C++14. uil is a header-only implementation compatible with VC2013, Intel C++ 2013 and mingw 4.9.2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MICA-aligner

    MICA-aligner

    Next-generation sequencing short reads aligner based on Intel® MIC

    ... allows very efficient scale-up when multiple MIC boards are used in a node (3 cards gives a 14-fold speedup over 6-core BWA-MEM).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    DUC controller

    Modular DAW controller

    DUC is an open hardware and software project for controlling DAWs. Built using several Arduinos communicating using I2C. There will be 4 different sketches, one for each module type. The master module is called TCM (Traffic Controller Module) and is responsible for translating messages using the internal protocol DCP into messages understood by the host. 3 types ot slave modules is used: CSM (Channel Strip Module), MCM (Master Channel Module) and CM (Command Module). The initial...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    hbcxx

    Use "#!/usr/bin/env hbcxx" to make C++ source code executable

    hbcxx uses the Unix hashbang (or shebang) #!/path/to/interpreter technique to make C++ source code directly executable. Modern C++, meaning C++11 or even C++14, feels like another language. This is not because the language has been changed massively but because the new features encourage a different, and slightly higher level way to think about writing C++. It's faster, more fun, supports lambdas, has tools to simplify memory management and includes regular expressions in the standard...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 5

    libdry

    Public domain implementations of useful data structures for C++14.

    libdry is a C++44 shared library containing public domain implementations of data structures and algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    USE secure operating system

    USE secure operating system

    a secure, open source OS for use inside USEagency facilities

    ... and signature-based virus scan. After that, they will be placed in a leveled security storage space, each more secure--with the most secure being 50. Under 50 will be 46-49; under that is 36-45; under that is 27-25; under that is 26; under that is 14-25; under that is 6-13; under that is 5-3; lastly there is level 2 the most insecure. The operating system itself will require many passwords: boot up, access logon screen, login, admin, and more/ Mainly, it will be built with strong security as its base
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Win32 Loopless Window Size / Move

    Resize windows without halting main thread

    This project provides easy-to-use code that enables the thread to continue processing while the user resizes a window by providing two simple function calls. 3/16/14: Now implements Aero's "snap" and "shake" features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Humm and Strumm

    Humm and Strumm

    A 3D, fully concurrent game engine

    The Humm and Strumm Engine is a Free Software 3D game engine. Its goal is to provide a properly multithreaded, scalable engine to the FOSS community under the GPLv3 license, to encourage FOSS gaming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ... Synchrotron (www.synchrotron.org.au) by Ahed Aladwan a. Argus-Pan Detector (DM-20-08K10) b. Hamamatsu X-Ray Flat Panel Sensor (C9252DK-14) c. Scint-X (DXI-1100)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 10
    GmailSniffer

    GmailSniffer

    GmailSniffer is a Gmail Notifier for linux

    GmailSniffer is a Gmail Notifier for linux, written in QT4, it checks unread gmail emails, if any, it will show a popup notification, or it can be set to use default system (linux) notification can set popup window position can set to use system notifier can enable/disable sound alert can assign default browser can set email check interval Tested od LMDE, Mint 14, Fedora 17. KDE, MATE, Cinnamon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Windows Mysql Online Backup

    Windows Mysql Online Backup

    ... all tables in all databases 7. Allow creation of column names that are keywords 8. Add comments to the dump file 9. Produce more compact output 10. Use complete INSERT statements that include column names 11. Use charset_name as the default character set 12. Write INSERT DELAYED statements rather than INSERT statements 13. For each table, surround the INSERT statements with statements to disable and enable keys 14. Lock all tables before dumping them and more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Vector,quaternion,matrix math library

    Vector,quaternion,matrix math library

    Free vector,quaternion,matrix math library

    Over 75 C++ function for working with vectors, matrix and quaternions. Inside the package there is no cycles, if's, classes or structures. Ideal for designing 3D engines. Headlines of functions are intuitive. For each headline there is a one line comment in Russian. Matrix are presented in OpenGL form 0 4 8 12 1 5 9 13 2 6 10 14 3 7 11 15 Now we are working on adding 50+ more functions for processing the planes, splines, bezier curves and interpolation methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    DefendLineII
    ATMEL ATMega1280 based powerful, multifunctional, reliable, expandable and extremely flexible hardware platform for home and industrial processes automation, robotic toys, security systems, education and enjoyment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The aim of this project is to build the first computer for children (ages 4-14). From OS and apps to hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Iterate function viewer for Windows and Linux. It has built in 14 different iterate {Mandelbrot) functions. Many possibilities for changing parameters, saving as bitmap or small file. windows-32. Linux 32 - 64bit. Low level written in assembler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A clone of a certain well-known 1970s arcade shooter, with pepped up graphics and more features.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 17
    Implementation of cache conscious STL lists in Frias, L., Petit, J., and Roura, S. 2009. Lists revisited: Cache-conscious STL lists. J. Exp. Algorithmics 14 (Dec. 2009), 3.5-3.27. DOI= http://doi.acm.org/10.1145/1498698.1564505
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Programmer for Microchip PIC microcontrollers on WIN32 with MFC Graphical User Interface. Compatible with David Tait's PIC16C84 and similar printer port programmers. Supports 14-bit core PIC family with serial mode programming.
    Downloads: 0 This Week
    Last Update:
    See Project