Search Results for "java to do list" - Page 9

Showing 1919 open source projects for "java to do list"

View related business solutions
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 1
    Meqaris

    Meqaris

    Booking/reservation of meeting rooms/equipment with e-mail invitations

    Meqaris (Meeting Equipment and Room Invitation System) is a system that allows booking meeting/conference rooms and other equipment or resources (like mobile whiteboards, projectors or conference audio/video sets) by using the same type of e-mail invitations that are used to invite participants to meetings. Especially useful in corporate environments, but can be used for anything in general, even by individual users. Simply add "resource participants" to the recipient list (just like other...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    It is a tool to improve wikipedia article. You enter a taxon name, it will search on 50 well known and free taxonomist web sites and will generate wikipedia syntax containing a complete taxobox + a list of subtaxon + a list of references
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CSI-EXPLOREFS

    CSI-EXPLOREFS

    Tools Explore the List of Files based Mount

    * Introduction: - The ExploreFS is a tools based Perl code. - The tools was created to make one list of entries inside one filesystem Unix or Windows Volumes. - The list can be used to map the state of usage, inventory, extract ranges of lists based dates, propose a list of duplicate files for analysis or removal. - The options and results can be mapped looking the online help. See "ExploreFS --help" and "ExploreDiff --help" * Support: The Support Service is FREE. Do you need...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    FlexiList.

    FlexiList.

    FlexiList is a Java data structure that combines the benefits of array

    FlexiList is a Java data structure that combines the benefits of arrays and linked lists. Like an array, it allows for efficient access to elements by index. Like a linked list, it allows for efficient insertion and deletion of elements at any position in the list. Benefits Over Arrays and ArrayList ->Efficient Insertion and Deletion: FlexiList can insert or delete nodes at any position in the list in O(1) time, whereas arrays require shifting all elements after the insertion or deletion...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 5

    Rapid Reference

    An extension that allows for hassle-free website citation/referencing.

    ... 2. Do required research/website navigation 3. You can check the preview of the cited references in the panel 4. You can copy the citation list to the clipboard through simply clicking the "Copy Citation" button 5. You're Done! Thanks for using my software 😊
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Freeter

    Freeter

    The smartest way to work on your computer

    ... tired of switching between accounts, the widget also enables you to stay signed-in with different accounts on per-project, per-workflow or per-widget basis. Use the file opener widget to open all project files and folders in your editing programs with a single click. Use the web query widget to quickly perform templated queries with a web search engine or any other website. Stop keeping checklists and to-do lists in your head. Let the to-do list widget remember them for you. And more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    ObjectiveScript

    object orientated scripting language

    == This project has been renamed to slang-lang/slang and moved to Github. == ObjectiveScript is an object orientated scripting language that tries to combine the speed of scripting with an object orientated syntax similar to Java and C++. The language offers native data types like bool, double, float, int and string as well as user defined object types and a system library with data types similar to the Java boxed types like Integer and String. Collections like List, Map, etc. can be used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    shello-thoughts-mmm-handy

    BASH Shell Tool to Do GNU/Linux System Build

    ...-bound (the simplest it can get) is to catenate all seven shell programs into one; the programme's upper bound (the most complicated I want to make it) is to do the list function ( ./exe.sh -l) in colour. The programs are in view-order, that is to say, the order they should be read in. So read the programs and maybe try them out!! Dru
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JSchemePlus

    JSchemePlus

    An hack of Jscheme with a lot of enhancements and additional features.

    JSchemePlus is an hack of Jscheme 1.4 by Peter Norvig. It allows to redistribute a script in an executable JAR file of only ~40K and implements all of R4RS with a lot of additional functions, like: (execute command) (random) (sequence from up-to step) (split list element) (string-split string sub-string) (read-all-from-file file) (write-to-file file data) (file-size file) etc... For the complete list read the HELP file or type (help). JSchemePlus needs only the Java Virtual Machine (version 6...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    jsf project generator

    Skelton of Springboot/JSF application with a crud generrator

    jsf project generator is a generator for Springboot jsf / primefaces web application. The project offers a skelton of a typical web app using the above technolgies and offers also a generator (a jar) for CRUD database operations. Users have only to write Entities or models, then the generator will do the whole the job by generating the view layer, the backing beans, services and dao classes. The generate tree by the generator have to be copied into the application folder. Jsf...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Stripes
    Stripes is a Java web framework with the goal of making Servlet/JSP based web development in Java as easy, intuitive and straight-forward as possible. Stripes has always been guided by the following principles: * Convention over configuration (CoC) * Extremely lightweight with very few external dependencies. * Quick, iterative code/deploy/test experience for developers. * Application stack agnostic. Developers can integrate Stripes into their existing application stacks. * Do a few...
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    StringTemplate-for-Octave

    StringTemplate-for-Octave

    Interface for GNU Octave/MATLAB with StringTemplate V4 template engine

    ... presents a simple compiler, which passes its entire parse tree as a single deeply structured data object to the template engine for code generation. All you have to do is copying the wrapper script somewhere into your Octave search path and adjusting the Java class path such that the StringTemplate jar and all of your template files are found. Now, running the template expansion is one simple Octave command looking like: txt=st4Render(groupFile, template, attribute, value, attrib2, val2, ..)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Delphi : VRCalc++ and more Binary Exec

    Delphi : VRCalc++ and more Binary Exec

    Delphi Java - VRCalc++ OOSL (Script) and + (Binary Exec Distro)

    ... : Astrology Program - VR Free Chess 2D : Chess Game Program - VR Mosaic : Puzzle Resolver Program (VCL, FMX) - VR Blocks game - VRGraphStage - VR TTT OX game - Embarcadero Binary Runtime Libraries - VR Binary Runtime Libraries for Delphi & C++Builder - Visual Styles Java Applications - Analog Clock - VR Hanoi Towers - VR Rects World Sample - VR Free Chess 2D - VR Mosaic with auto resolver - Action/Entity Model Test includes installation instructions adrixnt@hotmail.it
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Free Manga Downloader

    Free Manga Downloader

    Free Manga Downloader

    The Free Manga Downloader is an open source application written in Object-Pascal for managing and downloading manga from various websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    KSeF API | Faktury KSeF

    KSeF API | Faktury KSeF

    Profesionalna integracja z Krajowym Systemem e-Faktur (KSeF)

    ...: - Bezpośrednie wywołanie API REST: https://ksefapi.pl/api-test/swagger-ui/index.html#/ - Biblioteki programistyczne PHP, JAVA, .NET: https://ksefapi.pl/pobierz-ksef-php-java-net/ - Pełna i szczegółowa dokumentacja: https://ksef24.com/ - Aplikacja mobilna (wkrótce) - Aplikacja webowa (wkrótce) W zależności od wymagań można wykorzystać nasze narzędzia do komunikacji bezpośrednio ze swojego systemu (On-premise) lub poprzez naszą architekturę (SaaS)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Hoodland Toolbox

    Hoodland Toolbox

    An assorted miscellany of tools and toys.

    Hoodland Toolbox (formerly known as the Rockabilly Common Libraries) An assorted miscellany of tools and toys used by all other Hoodland Open Source Projects (formerly Rockabilly Software). This project has been rewritten in Kotlin for the JVM. Its new home is here: https://github.com/william-hood/toolbox-kotlin Available in Maven Central Repository... Kotlin: https://central.sonatype.com/artifact/io.github.william-hood/toolbox-kotlin Java: https://central.sonatype.com/artifact...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    detectproj

    Automated detection of the unknown early map projection

    New scientific software supporting the automated detection of the early map projection and its parameters. Useful for studying and analysis of different kinds of maps with the lack of information about the map projection. The analysis is based on the minimization of residuals between control points on the early and current reference maps. Designed for cartographers as well as for enthusiasts. Available free of charge. The awareness of the map projection is primarily important...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    TigerSafe

    TigerSafe

    Free open source password manager

    TigerSafe is a free open source password manager. It allows to store passwords in a file, without internet, by encrypting them with a single password. The user can then use a different password for every website he wants to use, and only has to remember a single password: the one used to encrypt/decrypt the file storing his passwords. It is highly recommended to do backups of the file storing passwords with TigerSafe, for example copy/paste it in USB flash drives, cloud drives like Google...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Stipple Effect

    Stipple Effect

    A pixel art editor that supports animation and scripting

    ... that can be harnessed for the automation of otherwise tedious and repetitive tasks. (The program can be purchased for a one-time payment at the link below. For those who do not have the means to pay for it, the program can be compiled from source for free. Compilation instructions are in the README of the GitHub repository.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Lockheed MAC 16 mini emulator

    Emulator for Lockheed Electronics Company MAC-16 minicomputer (1969)

    My first java program is an attempt to relive the days I spent maintaining a Lockheed Electronics Company minicomputer installation in an old electricity generating station. I had a little bit to do with this machine around 1978. There was two of them in a failover configuration with the standby machine available for program and data development. My goal is to get the development package called DEVSYS to run from a paper tape image that I have hung onto for all these years. The program has...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    EJDB

    EJDB

    Embeddable JSON Database engine C library

    EJDB 2.0, Embeddable JSON Database engine C library. Simple XPath like query language (JQL). Websockets / Android / iOS / React Native / Flutter / Java / Dart / Node.js bindings. Docker image. Array elements are matched from start to end. In equal arrays all values at the same index should be equal. Lexicographically sort object keys in both maps. Do matching keys and its values starting from the lowest key. Database index can be build for any JSON field path containing values of number...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    QScript

    QScript

    Expression and algorithm evaluator (built with Java)

    ...-UNITL). All the commonly used functions found in Java's Math class are implemented and can easily be extended with user defined functions. Although the download is packaged as a Processing library it does not require Processing, in fact QScript has no third party software dependencies only needing Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    resume-cli

    resume-cli

    CLI tool to easily setup a new resume

    ... perfect to build tools for! We also feel that the JSON Schema is mature enough for writing usable semantics. The schema is open source and community-driven. We release everything we do under the MIT license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    FreeplaneGTD+

    FreeplaneGTD+

    Freeplane add-on for task management and memo taking

    Freeplane is a widely used mind mapping tool. GTD is a time management methodology by David Allen. Freeplane GTD is an addon, that can collect tasks specified in a mindmap, thus allowing the users of Freeplane to use the concepts of GTD in their mind
    Downloads: 11 This Week
    Last Update:
    See Project
  • 25
    vue-virtual-scroller

    vue-virtual-scroller

    Blazing fast scrolling for any amount of data

    There are several components provided by vue-virtual-scroller. RecycleScroller is a component that only renders the visible items in your list. It also re-uses components and dom elements to be as efficient and performant as possible. DynamicScroller is a component that wraps the RecycleScroller component and extends its features to include dynamic size management. The main use case for this is when you do not know the size of the items in advance. The Dynamic Scroller automatically "discovers...
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.