Search Results for "dclib/files/dlib/v18.10/shape_predictor_68_face_landmarks.dat.bz"

Showing 20 open source projects for "dclib/files/dlib/v18.10/shape_predictor_68_face_landmarks.dat.bz"

View related business solutions
  • 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.
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 1
    ShadowsocksR, V2Ray Client Android

    ShadowsocksR, V2Ray Client Android

    A simple client for Android

    A fully featured ShadowsocksR, V2Ray and Trojan client for Android, written in Scala. If you use x64 linux like Archlinux x86_64, or your Linux has new version ncurses lib, you may need install the 32bit version ncurses and link it as follow (make sure all these *.so files in the right location under your system, otherwise you have to copy them to /usr/lib/ and /usr/lib32/ directory).
    Downloads: 15 This Week
    Last Update:
    See Project
  • 2
    scalafmt

    scalafmt

    Code formatter for Scala

    ... files. Scalafmt is primarily designed to operate on entire text files—formatting selected ranges of code may produce undesirable results. For this reason, IntelliJ uses its own formatter for ranges by default. It is not recommended to change this, and is instead recommended to format files when saving.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Scrooge

    Scrooge

    A Thrift parser/generator

    Scrooge is a thrift code generator written in Scala, which currently generates code for Scala, Java, Cocoa, Android, and Lua. It’s meant to be a replacement for the Apache thrift code generator and generates conforming, binary-compatible codecs by building on top of libthrift. Since Scala is API-compatible with Java, you can use the apache thrift code generator to generate Java files and use them from within Scala, but the generated code uses Java collections and mutable “bean” classes, causing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Scala Native

    Scala Native

    Your favorite language gets closer to bare metal

    ... phase that’s common for just-in-time compilers. Your code is immediately fast and ready for action. Scala Native requires Clang, which is part of the LLVM toolchain. The recommended LLVM version is the most recent available for your system provided that it works with Scala Native. Scala Native uses the Immix garbage collector by default. You can use the Boehm garbage collector instead. If you chose to use that alternate garbage collector both the native library and header files must be provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Pimberly PIM - the leading enterprise Product Information Management platform. Icon
    Pimberly PIM - the leading enterprise Product Information Management platform.

    Pimberly enables businesses to create amazing online experiences with richer, differentiated product descriptions.

    Drive amazing product experiences with quality product data.
  • 5
    osm4scala

    osm4scala

    Reading OpenStreetMap Pbf files.

    Scala and polyglot Spark library (Scala, PySpark, SparkSQL, ... ) focused on reading OpenStreetMap Pbf files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    BFG Repo-Cleaner

    BFG Repo-Cleaner

    Remove large or troublesome blobs

    The BFG is a simpler, faster alternative to git-filter-branch for cleansing bad data out of your Git repository history. You can use it for removing crazy big files, and for removing passwords, credentials and other private data. The git-filter-branch command is enormously powerful and can do things that the BFG can't, but the BFG is much better for the tasks above, because is faster and simpler. The BFG isn't particularily clever, but is focused on making the above tasks easy. If you need...
    Downloads: 31 This Week
    Last Update:
    See Project
  • 7
    LumberJack4Logs
    LumberJack4Logs is a viewer for log and trace files with the ability to extend the recognized data formats by adding text parser plugins.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Assorted projects. General-purpose libraries for Python, C++, Scala, bash, and others. Meta-programming tools. System utilities. UI components. Web APIs. Configuration files. Benchmarks. Programming competition entries. And much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    dlnAP

    DLNA server for audiophiles with support of FLAC and DSD files

    DLNA server (multiplatform) for personal computers with support of high resolution DSD, FLAC and WAV files (OGG, WMA and MP3 is also supported). Stream your personal files to various stream players using LAN or wireless WLAN (Wi-Fi).
    Downloads: 2 This Week
    Last Update:
    See Project
  • Multi-Site Network and Cloud Connectivity for Businesses Icon
    Multi-Site Network and Cloud Connectivity for Businesses

    Internet connectivity without complexity

    As your users rely more and more on Cloud and Internet-based technologies, reliable internet connectivity becomes more and more important to your business. With Bigleaf’s proven SD-WAN architecture, groundbreaking AI, and DDoS attack mitigation, you can finally deliver the reliable internet connectivity your business needs without the limitations of traditional networking platforms. Bigleaf’s Cloud Access Network and plug-and-play router allow for limitless control to and from anywhere your traffic needs to go. Bigleaf’s self-driving AI automatically identifies and adapts to any changing circuit conditions and traffic needs—addressing issues before they impact your users. Bigleaf puts you in the driver’s seat of every complaint and support call with full-path traffic and network performance data, delivered as actionable insights, reports, and alerts.
  • 10

    JOPUX

    JOPUX - a flexible and scalable application platform!

    JOPUX is a Linux-distribution and family of free open source Linux appliances, built on openSUSE and Gnome, and designed for quickly setup and running Linux on servers and workstations. With a fully documented library of resources, JOPUX allows the customization of every aspect of a Linux installation and cloning, including administration and the rapid integration with third-party applications JOPUX provides more developer power while making the user experience all the more friendly....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    IntelliJ plugin for Haskell

    IntelliJ plugin for Haskell

    IntelliJ plugin for Haskell

    When I was learning Haskell, I missed the nice features of IntelliJ IDEA. My first approach was to use the default way of creating an IntelliJ plugin by defining a grammar and a lexer according to Haskell report. That didn't work out because I could not define all the recursion. Then I decided to use grammar and lexer definitions only for tokenizing and parsing Haskell code, and not for syntax checking the code. This is needed for syntax highlighting, all kinds of navigation, and so on....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MyCollab - Project Management Software

    MyCollab - Project Management Software

    task management, bug tracking, kanban, project management

    ... not need to edit configuration files manually as many other Java programs. MyCollab is the final choice of many organizations to find the best software for their usages. It covers all areas of project management; it's worth to try. Installation ======== * Download MyCollab binary - https://www.mycollab.com/self-hosted/ * Follow installation guideline at https://community.mycollab.com/docs/hosting-mycollab-on-your-own-server/installing-mycollab/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Conky GUI
    Conky GUI eases the customization of Conky configuration files.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    Isabelle/Eclipse

    Isabelle/Eclipse

    Eclipse integration for Isabelle proof assistant

    .../Eclipse files - the source code and issue management is available on GitHub: http://github.com/andriusvelykis/isabelle-eclipse Visit Isabelle/Eclipse website at http://andriusvelykis.github.com/isabelle-eclipse
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    RowScope
    An asynchronous file viewer for large files (100 of MBytes, GBytes)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    nimpsim

    An event based simulator of digital electronic circuits

    NimpSim is a hardware description language. The aim is to cover both high level and low level descriptions with a single language running on the JVM, The description language is Scala (NimpSim is just a library). It outputs vcd files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Needle is a simple dependency injection framework for configuring POJOs from properties files using annotations. Supports all numeric types, enums, arrays, collections and maps. Just drop into your classpath and never read a properties file again!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Provides the ability to export playlists from an iTunes Music Library. Supports exporting playlists as m3u files. 1.x branch built using .NET. 2.x branch build using Flex (AIR) and Scala.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    ImageServlet is a Java based Servlet that produces images using the Graphics2D Java API to return them via standard URLs so that they can be used in HTML,JSP and CSS files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Provides a navigation tree to find media files based on tags.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next