Showing 28 open source projects for "dvda-author"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact productionβ€”get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AIβ€”on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like β€œBuild me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1

    visual-imposer

    Imposition for digital print. Multi-Pages on a sheet of paper

    This installation package is a digital typesetting software suitable for digital inkjet printing factories. The typesetting effect is 4 pages per printed sheet, and the binding methods are: lockstitch, wireless, and saddle stitching. The author of this software has been engaged in S&D for many years, aiming to provide more professional information solutions for factories. If you have any questions about IT, you can contact me through visualproc@hotmail.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Amazon Kinesis Flink Connectors

    Amazon Kinesis Flink Connectors

    Contains various Apache Flink connectors to connect to AWS data

    ...This project is compatible with Flink 1.x, there is no guarantee it will support Flink 2.x should it release in the future. An Apache Flink application is a Java or Scala application that is created with the Apache Flink framework. You author and build your Apache Flink application locally. Applications primarily use either the DataStream API or the Table API. The other Apache Flink APIs are also available for you to use, but they are less commonly used in building streaming applications. The Apache Flink DataStream API programming model is based on two components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Spring Boot Examples

    Spring Boot Examples

    Spring Boot tutorials, technology stack example code

    ...The repository provides multiple standalone demos (e.g., web, scheduling, persistence, messaging, caching, Docker) to help beginners quickly grasp common components and idioms. The author notes that all examples have been updated to Spring Boot 3.0, with earlier 1.x and 2.x code paths kept accessible for reference. Each sample focuses on a single topicβ€”such as Web MVC, WebFlux, Thymeleaf, JPA/MyBatis CRUD, file upload, Redis/MongoDB, RabbitMQ, and containerizationβ€”so you can learn one concept at a time and compose them later. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    ORMLite Android

    ORMLite Android

    ORMLite Android functionality used in conjunction with ormlite-core

    This package provides Android-specific functionality. Users that are connecting to SQL databases via JDBC connections should download the ormlite-jdbc package instead of this Android one. Object Relational Mapping Lite (ORM Lite) provides some simple, lightweight functionality for persisting Java objects to SQL databases while avoiding the complexity and overhead of more standard ORM packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    Android-Plugin-Framework

    Android-Plugin-Framework

    Android Plugin Framework

    ...This approach is perfectly sufficient for developing non-standalone and second-party standalone plugins. Currently, support for common features and APIs has been added. If the API you want to use is not yet supported, please contact the author.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    ObjectBuilder2

    ObjectBuilder2

    C++ CASE tool, full life cycle code generator

    ObjectBuilder is a C++ code generation CASE tool (CASE, code generation, refactoring, documentation generation). It lets you create, manipulate and navigate classes, class relations, class members and class methods at a high level of abstraction. ObjectBuilder dramatically simplify work with C++ project architecture. I use it and think that tree OO interface targeted to C++ more fast and power than UML class diagrams. ObjectBuilder perfectly organize C++ header files with any level of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MaterialLibrary

    MaterialLibrary

    A library for fully animated Material Design components

    MaterialLibrary is an open source Android library that back-port Material Design components to pre-Lolipop Android. MaterialLibrary's original author is Rey Pham. Now you can use any widget in com.rey.material.widget package as you wish. For styling, please view Wiki. Note that default style of widgets depend on theme of AppCompat. AppCompat and CardView library is required by Material library. Make sure to add the snapshot repository. You can try the SNAPSHOT version.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    FlexibleParser_Java

    FlexibleParser_Java

    Group of multi-purpose Java-converted-from-C# parsing libraries.

    ...It allows to easily deal with a wide variety of situations involving units of measurement. - NumberParser. It provides a common framework for all the .NET numeric types. AUTHORSHIP & COPYRIGHT I, Alvaro Carballo Garcia (varocarbas), am the sole author of each single bit of this code. All the contents of this repository can be considered public domain. For more information about my copyright/authorship attribution ideas, visit https://customsolvers.com/copyright/. IMPORTANT NOTE This project is a mirror of the repository FlexibleParser_Java in my GitHub account (varocarbas). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DiagonalLayout

    DiagonalLayout

    Explore new styles and approaches on material design

    ...The library exposes XML attributes to set the diagonal angle, direction (left/right), and position (top/bottom/left/right), plus supports elevation so that shadows and Material-style depth are preserved. You embed your standard content (images, text, child views) inside the DiagonalLayout container, and it handles clipping/drawing. Although the author has archived the repo (so no new development), DiagonalLayout remains a useful tool for older Android projects requiring stylized layouts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Nepenthes

    Nepenthes

    Nepenthes is a framework for iOS & macOS App quick development

    ...Reduce the communication errors in the development debugging,raise project development speed dramatically. Nepenthes is the fruit of over 20-year Java and over 8-year Objective-C development experience.The author worked in Borland for 8 years responsible for enterprise products.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    IndexedCollection

    IndexedCollection

    Automatic, in-memory NoSQL composite-indexing of a Java Collection

    ...It offers an alternative or a simpler complement to complex ORM implementations. For example, if an application has a class called Book which contains attribute classes Author, Genre, and Title, an IndexedCollection of Book objects may be (a) indexed automatically via programmer-specified CompositeIndexes such as Genre/Title, Author/Title, Genre/Author/Title, etc., and may then be (b) queried in a NoSQL manner using the IndexedCollection#getValues method. For more information, please see the complete Javadocs documentation at: http://bit.ly/indexedCollection For a "Gist" example of straightforward usage of an IndexedCollection, please see: https://gist.github.com/dvimont/4f0e11c79efb775bc893
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    XVR Developer Studio
    The new XVR Developer Studio is based on Eclipse. It allows to create and manage XVR projects, to author s3d and glsl code, to compile, debug and execute scripts in an HTML page. Currently only for Windows user. It needs an installed JRE >= 1.6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    WesWorkshop

    WesWorkshop

    Create units and attacks for Wesnoth!

    This utility provides a GUI to create unit files for the game "Battle for Wesnoth". The user sets the unit properties from the GUI of the utility. Once all the properties have been set, it is possible to export them into a .cfg which will be read by the game. Further details can be found in the project wiki: http://sourceforge.net/p/wesworkshop/wiki/. Version 1.1* released. Please go to the wiki page to see the changes. Note you will not be able to load your works developed with the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    busilet

    Busilet is a reference implementation of IDTP and UTID.

    ...The documents include IDTP specification v0.95 both in English and Chinese edition, an API specification in English only, all source code in Java, and a set of JUnit tests. See project document for more. Author: Huang Nenggeng huangng@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    OmniLoader

    OmniLoader

    Encode files and other resources for direct use in Java programs.

    ...By selectivinly including only the source code you want to distribute, OmniLoader Resources are also more secure. IDE defauts to omit ALL source code do not need to be changed. OmniLoader has been used by the author to include + embed 'source code as a resource' for several source-code generation tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Genetic Algorithms Library (in Java)

    Genetic Algorithms Library (in Java)

    An API for Java developers who need Genetic Algorithms

    ...GeneticTrial.zip contains another netbeans project which is an example explaining how to use the API. docs.zip is the documentation of the API. Please take a look there, it is really helpful. I have only two request from who will use this API; USE, UPDATE AND MODIFY IT FREELY JUST NOTE THE ORIGINAL AUTHOR
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    CAP4EI

    Code Analysis Plugin for Eclipse Indigo

    ...The version of CAP in sourceforge.net/projects/cap4e/ not work correctly in Eclipse Indigo so I made ​​the appropriate adjustments. I tried to connect to the original author of CAP4E but without results. Please, if anyone could do it for me I am willing to give the original author of the updated package for me to post it on the original site. I then eliminate this project. If you do not see the code offered, do not worry: soon to be uploaded to Sourceforge.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ...DGantt is lightweight, requires no external libraries, is fast and efficient, and is currently deployed in several industrial projects. Also check out other projects from the author, including the MOEA Framework (http://www.moeaframework.org) and TSPLIB4J (https://github.com/dhadka/TSPLIB4J/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project is responsible for providing software suit including content management system,workflow system,data process engine(dpl) and a web ui. These subsystem will be used by the author to establish a web platform for restaurant management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Android on PXA270

    Android on PXA270

    ...v=CNGhFmCwaxw Documents : http://sourceforge.net/projects/android-pxa270/files/BringUp_Android_on_PXA270.pdf http://sourceforge.net/projects/android-pxa270/files/Android_Porting_on_PXA270.pdf Checkout the source code : svn co https://android-pxa270.svn.sourceforge.net/svnroot/android-pxa270 android-pxa270 Project host : http://www.mask.org.tw Author : mask.chung@gmail.com Blog : http://www.mask.org.tw/blog Linkedin : http://www.linkedin.com/in/maskchung Donate: Paypal or http://www.mask.org.tw
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    jBlame
    jBlame was designed to help working with files versioned by ClearCase. It is able to visualize the version tree of a source file, to visualize the source file related to a chosen version and to show the author, creation and last modified date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A commercially supported, open-source distribution of the popular web application test automation tool Selenium Remote Control. Built by the original author of the Selenium, Sauce RC is easy to install and has the latest fixes and browser support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Automatic estimation of development effort, based on historic source code evolution. Soft Size generates an HTML report of the evolution of the lines of codes of a project, by file and author, extracting the information from a Subversion repository
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Project BookStall the elementary work with shop. With Possibility to add the new book, the author and the price.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Neutrino is a web-based solution dedicated to technical documentation written in Docbook. Neutrino is designed for technical writers and provides a seamless workflow to manage, author and publish modularized XML Docbook content.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next