Search Results for "git:/git.code.sf.net/p/docfetcher/code" - Page 22

Showing 1930 open source projects for "git:/git.code.sf.net/p/docfetcher/code"

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Yona

    Yona

    Project Hosting SW

    Yona is an open-source collaboration and project management platform designed for software development teams. It provides features like issue tracking, Git repository hosting, and wiki pages, aiming to be an all-in-one alternative to tools like GitLab or Redmine. Yona is suitable for small to mid-sized dev teams looking for a self-hosted solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MVVM

    MVVM

    Analyze the principle of vue implementation and implement mvvm

    ...It wires up data observation with watchers and a dependency-tracking mechanism, then connects that to a simple template compiler and directive system to update the DOM when state changes. Two-way bindings and computed values demonstrate how views can reflect model changes instantly while user input propagates back to the data layer. The code favors clarity over performance, exposing concepts such as property interception, change notification, and view updates in a few readable modules. Because it mirrors ideas found in larger frameworks, it’s an excellent teaching aid for developers who want to understand why features like computed properties and watchers behave as they do. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    hapi

    hapi

    The simple, secure framework developers trust

    ...Originally developed to handle Walmart’s Black Friday scale, hapi continues to be the proven choice for enterprise-grade backend needs. When you npm install @hapi/hapi, every single line of code you get has been verified. You never have to worry about some deep dependency being poorly maintained (or handed over to someone sketchy). hapi is the only leading node framework without any external code dependencies. None. hapi has been pushing the envelope on quality from day one. It was the first node framework to require and achieve 100% code coverage across every dependency – when everyone thought it was crazy. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    jQuery Menu Editor

    jQuery Menu Editor

    Multilevel Menu Editor for Bootstrap 4.x (Html & Javascript code)

    Lightweight and Powerful Menu Editor. Multilevel Menu Editor for Bootstrap 4.x (Html & Javascript code)
    Downloads: 0 This Week
    Last Update:
    See Project
  • G-P - Global EOR Solution Icon
    G-P - Global EOR Solution

    Companies searching for an Employer of Record solution to mitigate risk and manage compliance, taxes, benefits, and payroll anywhere in the world

    With G-P's industry-leading Employer of Record (EOR) and Contractor solutions, you can hire, onboard and manage teams in 180+ countries — quickly and compliantly — without setting up entities.
    Learn More
  • 5
    The Art of Programming

    The Art of Programming

    A collection of practical tips can be found at the bottom of this page

    The Art of Programming (Second Edition) is a curated collection of programming problems and solutions originally derived from the Microsoft 100 Interview Questions blog series, later refined into a long-running tutorial and ultimately a published book. Created by July, the series began in 2010 and has since evolved into an in-depth exploration of algorithmic thinking, data structures, and coding interview preparation. The repository brings together 42 classic programming problems from the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Useful Forks

    Useful Forks

    Improving GitHub's Forks list discoverability through auto-filtering

    It aims at increasing the discoverability of useful forks of open-source projects. Simply type a repository's URL in the Text Field. The criteria is simple: if a fork was created, but never received any other activity on its master branch, it is filtered out. Adding a sorted list of starred forks to the GitHub forks page. Results are filtered out if there were never any commits pushed on the main branch since the fork was created. This is meant to help increase the discoverability of useful...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    cep-promise

    cep-promise

    Search for ZIP code integrated into the services of Post Office

    cep-promise is a Brazilian postal code (CEP) lookup library that provides a simple and efficient way to retrieve address information from multiple services, ensuring high availability and reliability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    LBRY App

    LBRY App

    Browser and wallet for LBRY, the decentralized, user-controlled

    ...Looking for API documentation, formal specifications, how-tos, resources, or the meaning of life? Find at least some of these things in the resources area. No matter your experience or skill level, you can progress content freedom. This repo contains the UI code that powers the official LBRY desktop app. The LBRY app is a graphical browser for the decentralized content marketplace provided by the LBRY protocol. It is essentially the lbry daemon bundled with a UI using Electron.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    Ignite UI for jQuery

    Ignite UI for jQuery

    Ignite UI for jQuery by Infragistics

    Ignite UI for jQuery™ helps you build powerful, high-performance web-based applications. Inside Ignite UI for jQuery you'll find user experience controls and components for creating engaging line-of-business web applications that target the browsers for both mobile & desktop environments. Ignite UI for jQuery is built on jQuery and jQuery UI and ties in seamlessly with the jQuery core model and conventions including all styling support via jQuery UI Theme Roller. Beyond jQuery Ignite UI for...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    ScrollTrigger

    ScrollTrigger

    Let your page react to scroll changes

    ...You can add custom offsets per element, or set offsets on the viewport (e.g. always trigger after the element reaches 20% of the viewport) When using the callbacks ScrollTrigger becomes really powerful. You can run custom code when an element enters/becomes visible, and even return Promises to halt the trigger if the callback fails. This makes lazy loading images very easy. The easiest way to start is to create a new instance and add some triggers to it, with all default values. This will toggle the 'visible' class when the element comes into the viewport and toggles the 'invisible' class when it scrolls out of the viewport. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DevConnector 2.0

    DevConnector 2.0

    Social network for developers, built on the MERN stack

    ...It shows end-to-end patterns like form handling, API consumption, error handling, alerts, and deployment-ready configuration. The project is structured as teaching material, making trade-offs explicit and code approachable for newcomers to full-stack development. Learners can use it as a template for their own projects or as a reference for common MERN stack techniques.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    pH7 Social Dating CMS (pH7Builder)❤️

    pH7 Social Dating CMS (pH7Builder)❤️

    🚀 Professional Social Dating Web App Builder (formerly pH7CMS)

    ...It is low resource-intensive, extremely powerful and highly secure. pH7Builder is included with over 42 native modules and is based on its homemade pH7 Framework which includes more than 52 packages To summarize, pH7Builder Social Dating Script gives you the perfect ingredients to create the best dating web app or social networking site on the World Wide Web! -- Get Involved! -- If you want to work on an Innovative Open Source Social/Dating Software Project with a Beautiful PHP Code using the latest PHP Features while collaborating with nice people and finally if you love the "Social" and "Dating" Services, ...you HAVE TO DO IT! - Fork the repo http://github.com/pH7Software/pH7-Social-Dating-CMS
    Downloads: 45 This Week
    Last Update:
    See Project
  • 13
    Slate

    Slate

    Beautiful static documentation for your API

    ...It’s got a clean, intuitive design that lets you view and access any part of your documentation in just a single page. All of your API’s description is arranged on the left side of your documentation, while the code examples are all on the right. It looks great and is simple to edit and understand because it’s all written in Markdown. Slate works great even if your API has bindings in multiple programming languages. Simply put in tabs to switch between them. Slate also offers out-of-the-box syntax highlighting for over 100 languages, with absolutely no need for configuration.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    HTML Quiz Application With Timer & Point

    HTML Quiz Application With Timer & Point

    An Easy to Edit HTML, CSS & JAVASCRIPT QUIZ - For Students & Teachers

    Just Download & Extract the Above Zip File provided, then edit the script.js file with a good text / code editor like Sublime Text ( Check Google ) & then save the changes & then view the index.html file on the internet browser. That's all. This is a Browser Based, Cross Platform, Supporting all Operating Systems, Easy Application. If needed, you can change the value of the Timer from 15 seconds to any other value, by Searching & Replacing all occurences of 15 in index.html & script.js files. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    js-css-poker-fxmod
    ...Additional Information: -The "Avatars" were created with "facegen" -Poker Tables: I created these with "inkscape" -Playing Cards: I created these with "inkscape/gimp/xnview" -Wood Background 4K: I created this with "gimp" -Poker Chips: I created these with "blender" -Buttons: I created these with "inkscape" -Voices: Created with "http://www.fromtexttospeech.com/" -Sounds: From various free online websites -I modified "js-css-poker" code to work with these resources and provide additional gameplay feedback. electrolex@yahoo.com
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    hello.js

    hello.js

    API library for connecting with OAuth2 services

    ...HelloJS standardizes paths and responses to common APIs like Google Data Services, Facebook Graph and Windows Live Connect. It’s modular, so that list is growing. No more spaghetti code! Compiled source, which combines all of the modules, can be obtained from GitHub, and source files can be found in Source. The Bower package shall install the aforementioned "/src" and "/dist" directories. The "/src" directory provides individual modules which can be packaged as desired. If a network string is provided: A consent window to authenticate with that network will be initiated. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Beginner JavaScript

    Beginner JavaScript

    Slam Dunk JavaScript

    Beginner JavaScript is the companion repository to a hands-on course that teaches modern JavaScript from the ground up using practical exercises and real code. It focuses on fundamentals—variables, types, functions, arrays, objects, DOM manipulation, and events—while introducing ES6+ features in approachable steps. The materials encourage learning by doing, with interactive challenges, starter files, and solutions you can compare against your own attempts. Clear explanations and incremental projects help learners build confidence before tackling more complex topics. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Everright-formEditor
    Everright-formEditor is a free and open source javascript visual low-code editor. It can create forms with simple operations through the GUI interface. It has a flexible interaction. The PC depends on element-plus while the mobile depends on vant. There is a set of adapters to convert parameters into ones that can be recognized by both element-plus and vant.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    Universal Résumé Template

    Universal Résumé Template

    Minimal and formal résumé (CV) website template for print and mobile

    ...Also, researching what recruiters want, my priorities were fast scanning time and all content to fit on one page. Replace every -letter with -a4, and uncomment specified code blocks. Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override. It has a great documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    unfetch

    unfetch

    Bare minimum 500b fetch polyfill

    Tiny 500b fetch "barely-polyfill". With a module bundler like rollup or webpack, you can import unfetch to use in your code without modifying any globals. While one of Unfetch's goals is to provide a familiar interface, its API may differ from other fetch polyfills/ponyfills. One of the key differences is that Unfetch focuses on implementing the fetch() API, while offering minimal (yet functional) support to the other sections of the Fetch spec, like the Headers class or the Response class. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    PuntoGPS

    PuntoGPS

    Minimalistic wide-open GPS-locator/tracker

    .... *** NB *** - Check the "allow unknown sources" option on your device security settings to setup on Android. Current version: 0.9 (beta) Release notes: -> https://sourceforge.net/p/puntogps/blog/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GDBFrontend

    GDBFrontend

    GDBFrontend is an easy, flexible and extensible gui debugger

    GDBFrontend is an easy, flexible and extensionable GUI debugger. Try it online! GDBFrontend has an expression evaluator that you can use multiple at the same time. Right-click to a breakpoint for setting its condition. Expressions of all variables, members, and items are connected in GDBFrontend's VariablesExplorer. You can watch, filter or manage processes with Process Manager. GDBFrontend has a set of features for collabration named as "Enhanced Collabration". Collabration draw is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A-Frame Inspector

    A-Frame Inspector

    Visual inspector tool for A-Frame

    A visual inspector tool for A-Frame scenes. Just hit <ctrl> + <alt> + i on any A-Frame scene to open up the Inspector. Get a different view of the scene and see the visual effect of tweaking entities. The VR analog to the browser’s DOM inspector. Can be opened on any A-Frame scene with <ctrl> + <alt> + i. Record and replay headset and controller pose and events. Hit record, move around inside the VR headset, interact with objects with the controller. Then replay that recording back on any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    rest-hapi

    rest-hapi

    A RESTful API generator for Node.js

    ...rest-hapi uses mongoose schemas to generate CRUD and association REST API endpoints on a hapi server. Think LoopBack but for hapi. We love the hapi framework and its style of modularity and configuration over code. We also love writing DRY code and leveraging tools that help go from idea to MVP as quickly as possible. rest-hapi aims to achieve this as an easy-to-use hapi plugin. Generating endpoints allows for a rich set of configurable features. Swagger docs provide a UI for your endpoints so you can easily interact with your data. Query parameter support for searching, sorting, filtering, pagination, and embedding of associated models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    QuickChart

    QuickChart

    Chart image and QR code web API

    ...You can use all static customization options available in Chart.js. Visit our chart gallery to see different chart types and plugins: bar charts, line graphs, pie charts, and much more. QuickChart easily integrates with many no-code tools. Use our no-code chart maker to create custom chart templates that you can embed dynamically in spreadsheets, Airtable, Bubble, AppSheet, Thunkable, and many other no-code tools. Rendering at scale is difficult and resource intensive. We've put a lot of working into taking care of the most difficult parts so you can focus on building your application.
    Downloads: 0 This Week
    Last Update:
    See Project