Showing 349 open source projects for "loc-depend"

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
    FastDom

    FastDom

    Eliminates layout thrashing by batching DOM measurement

    ... a singleton across all modules in your app. When any module requires 'fastdom' they get the same instance back, meaning FastDom can harmonize DOM access app-wide. Potentially a third-party library could depend on FastDom, and better integrate within an app that itself uses it. It's very important that all DOM mutations or measurements go through fastdom to ensure good performance; to help you with this we wrote fastdom-strict.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    JCLTP

    A Java Class Library for Text Processing

    JCLTP is a class library designed for processing text. JCLTP is free, open source and developed with the Java programming language. JCLTP is distributed under the GNU license. It incorporates several technologies that enable process information while applying AI techniques, in order to build predictive models for text classification. Through a flexible structure of interfaces and classes, the opportunity to extend, adapt and add functionality JCLTP is provided. Thus, analysis of new types...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    mobcount

    Count i/o calls or SMS on (Jolla) mobile devices running Sailfish OS

    ...: ./mobcount.sh <mode> <io> <t1> <t2> where: mode = c (call) or s (sms) io = i (incoming), o (outgoing) t1 = start time (unix format) t2 = end time (unix format) For further information see source code and README. The script runs on other Linux OS, too. The script uses sqlite3 (pre-installed on Jolla / installable on desktop Linux OS) to evaluate a SQL database (loc.: /home/nemo/.local/share/commhistory/commhistory.db) which contains a full history of all calls and SMS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    loopd

    "loop_daemon" - maintain a program running no matter what.

    For those running an "headless" server or any other host which has no HID/ input devices, occasions arise to maintain an program running all the time. This program does just this: Check if an task is running (we depend on) and, after an settable delay, run our program and wait until it exits, delay again and after the same delay, repeat all in an infinite loop. Keeping our program running despite segfaults or other errors etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Small Business HR Management Software Icon
    Small Business HR Management Software

    Get a unified timekeeping, scheduling, payroll, HR and benefits portal with WorkforceHub.

    WorkforceHub is the instantly useful, delightfully simple to use, small business solution for tracking time, scheduling and hiring. It scales as your business grows while delivering the mission-critical features an organization needs. It is tailored to, built for, and priced for small business employers.
    Learn More
  • 5

    MethodCallTrace4Java

    Template for AspectJ, by which you can trace back the method call.

    $. What it does? When we design our own Java classes, we often depend on the 3rd party Java classes. Sometimes, we need to clarify the relationship among those 3rd party Java classes. And Aspect by AspectJ can shed light on our way. This project is the template for the Aspect by AspectJ. By the pointcut for the method call, we can trace back'who calls it. The word 'who' in this context is: Which method of which class For instance ... By the pointcut
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Asmodat Files & Folders Master
    This program is a legacy, no longer in development, here is the latest, more advanced and better remake: https://sourceforge.net/projects/asmodat-folder-locker/ If you still want to use it, then choose version 1.2/1.3/1.4 it is more stable and safe then (v1.5). Asmodat Files & Folders Master is free program for hiding your private foler and files. Program is crushing and repairing over 500 per second (don't depend on file size) and makes your files & folders unoppenable and undetectable...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    doil

    depend order install list ; apt-get w/total depends

    depend order install list ; doil-10.0.1 * works in Debian OS dpkg packaging (perhaps templates can be hackd for other) * doil is like dpkg + dselect but with mini txt menu + conflict resolver, quick. all in one yet small , hackable! * doil uses new capability of using gdeptrace (dep-trace) which orders things by all dependancies and acts in that order (not just on dependancies listed for 1 pkg). for one thing that means "remove and re-install all related" can work right. see manual...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    notepadplusplus-plugin-fun4c

    List all function written in C for Notepad++

    Fun4c is a plugin for Notepad++. You can list all functions/Variables/... on source written in C/... (depend on your configuration, fun4c.ini, which is a series of Regular Expression Matching denoted by Fn.x and Var.x).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    motif 2.5.0

    motif 2.5.0

    Motif with new non-virtual panner (motif 2.0-2.2)

    ...+). A panner slides the visible desktop to make it a vitrually huge desktop. NEW: pan with keys (without a panner), panner can drag windows, edge panning (panner can see desktops on remote (X clients), Motif can show/use screens from many computers or run on same screen) audience: * wants a simple clean desktop with and ability of small footprint gui development * X apps that depend libXm.so see: http://www.opengroup.org/openmotif
    Downloads: 0 This Week
    Last Update:
    See Project
  • Contract Automation Made Easy Icon
    Contract Automation Made Easy

    Use Docubee to easily gather data, generate contracts, share them your way, and collect secure eSignatures

    Docubee is an intelligent contract automation platform that allows you to quickly and painlessly generate, manage, share, and sign contracts. Featuring powerful conditional logic-based workflows, generative AI technology, and an easily adaptable interface, Docubee makes it easy to automate your most complex contracts and agreements.
    Learn More
  • 10

    pfs

    a file system driver for linux

    PFS is a try to design a filesytem by myself, it's designed depend on inode , and ensure the consistency of the filesystem. The first version, pfs is a application program for linux, now it's a driver for linux. pfs isn't depend on bit map or btree, it also don't support log. At the first version, i try to deal with the dependency of filesystem to make sure the consistency for filesystem.now, i want to improve the measure, so the driver for linux don't ensure the consistency fo filesystem(i...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
     Taito Type X Loader

    Taito Type X Loader

    Taito Type X, Taito Type X2, Loader, Frontend, GUI

    THX you all my friends to download Taito Type X Loader. Many users said they had problems with the virus, does not depend on me, so I decided to upload the software on my website, to avoid spyware or changes to my software Sustain www.nextechnics.com, follow me on my social channel twitter, youtube etc... This program was written for an educational use, does not include any copyrighted files, do not ask me how to find them, does not intend to support piracy, it's free and without any...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 12

    Bluej LOC Counter

    An extension for BlueJ that counts logical lines of code.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Circuit simulator SPECI-SPICE

    Circuit simulators like SPICE for low memory computers

    SPECI-SPICE is a subset of SPICE intended to run on low powered computers like Amstrad CPC, ZX Spectrum, CP/M machines, old PC machines, some programmable calculators,etc. by keeping most important functionality of SPICE 2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    VideoStoreRefactored

    VideoStoreRefactored

    Video Store refactoring example (adapted from Fowler's book)

    This program calculates and prints a statement of a customer's charges at a video store. The program is told which movies a customer rented and for how long. It then calculates the charges, which depend on how long the movie is rented, and the kind of movie. There are three kinds of movies: regular, children's, and new releases. In addition to calculating charges, the statement also computes frequent renter points, which vary depending on whether the film is a new release.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    URL Check

    Android App to check that a web-site is responding as expected

    ... for a specific response that ensures key resources are up and running. Secondly, to be stand-alone: i.e. not to depend on a central site that checks the URL and sends a response, but to do the checking directly from the phone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Django Autocomplete Light

    Django Autocomplete Light

    A fresh approach to autocomplete implementations

    ... that don't exist in the autocomplete, offering choices that depend on other fields in the form, in an elegant and innovative way. Dynamic widget creation (ie. inlines), supports YOUR custom scripts too. Provides a test API for your awesome autocompletes, to support YOUR custom use cases too. A documented automatically tested example for each use case in test_project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Phototonic

    Phototonic

    Image viewer and organizer

    Phototonic is a fast and functional image viewer and organizer, inspired by the traditional image viewer design (i.e. thumbnails and viewer layouts). Phototonic developed in C++/Qt and released under GNU General Public License v3.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18

    Wavepacket Demos

    Demo programs that depend on other low-level wavepacket libraries.

    Demonstration programs that depend on multiple other projects. Normally I put demo programs inside the project repositories, however some demos require libraries from multiple projects and I don't want to introduce funky inter-project dependencies just for demo code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Ontology of Microbial Phenotypes (OMP)

    Ontology for annotating phenotypes of microbes for genetic research

    ... biotechnological applications depend on understanding phenotypes. Characterization of phenotypes resulting from genetic manipulation is an important means of determining protein function. The Ontology of Microbial Phenotypes (OMP) is a controlled vocabulary that allows researchers to standardize the capture of phenotypic information to facilitate such research.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    cohoperfect

    cohomology computation using perfect forms

    This is the software code of our manuscript "On the cohomology of the linear groups over imaginary quadratic fields". It produces the computation of the manuscript and creates the relevant tables.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    JCLALtext

    Text processing module for JCLAL

    JCLALtext is a class library designed to extend the framework JCLAL text tasks. JCLALtext is free, open source and developed with the Java programming language. JCLALtext is distributed under the GNU license. The researcher can use the class library by adding it to your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    AACT

    Augmentative and alternative communication tool for people with PC

    .... It will depend on the student’s needs and caregiver proficiency using the tool. The system adopts strategies to suggest a symbol choice to the user. For example, in a daily dialogue, in order to build a phrase, symbols commonly used to start sentences are presented, such as people and greetings. When a new symbol is inserted, the tool suggests others that can be used in conjunction with the symbol already selected. IntechOpen Chapter - https://goo.gl/3Lzx5m
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    CSV F-Curve Importer for Blender

    This is a Python script to import a CSV file to Blender f-curves.

    This is a Python script for Blender 2.5x and it imports a CSV file into Blender and creates f-curves. This project has just started, please wait for a while. Please go to the page given below for the information of how to start to use this and its details.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24

    Easy Simple Network Library

    A MINA-like, cross-platform C++ network library based on boost::asio

    The full name of "esnetwork" is "easy simple network library". It is a cross-platform C++ network library based on boost::asio (http://think-async.com). It aims to be a simple, easy-to-use and full-featured networking framework, like MINA in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    rot.js

    rot.js

    ROguelike Toolkit in JavaScript

    ROguelike Toolkit in JavaScript. Cool dungeon-related stuff, interactive manual, documentation, tests.
    Downloads: 0 This Week
    Last Update:
    See Project