85 programs for "snippets" with 1 filter applied:

  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 1
    pythonocc-demos

    pythonocc-demos

    Examples and demos for the pythonocc CAD package

    Some pythonocc-related code snippets, examples, Jupyter notebooks etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Visual Studio Code client for Tabnine

    Visual Studio Code client for Tabnine

    Visual Studio Code client for Tabnine

    ...-assisted code completion, AI-powered code completion, AI copilot, AI code snippets, code suggestion, code prediction, code hinting, content assist, unit test generation or documentation generation, using Tabnine can massively impact your coding velocity, significantly cutting down your coding time.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Laravel Localization

    Laravel Localization

    Easy localization for Laravel

    Easy i18n localization for Laravel, a useful tool to combine with Laravel localization classes. As you can modify the supportedLocales even by renaming their keys, it is possible to use the string uk instead of en-GB to provide custom lang url segments. Of course, you need to prevent any collisions with already existing keys and should stick to the convention as long as possible. But if you are using such a custom key, you have to store your mapping to the localesMapping array. This...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MongoDB JVM Driver

    MongoDB JVM Driver

    The MongoDB drivers for Java, Kotlin, and Scala

    Welcome to the documentation site for the Java Driver, the MongoDB driver for synchronous Java applications. Download it using Maven or Gradle, or set up a runnable project by following our Quick Start guide. For tutorials on how to use the MongoDB JVM Drivers, please reference MongoDB University. Additional tutorials, videos, and code examples using both the Java Driver and the Kotlin Driver can also be found in the MongoDB Developer Center.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • 5
    glbinding

    glbinding

    A C++ binding for the OpenGL API, generated using the gl.xml specifica

    A C++ binding for the OpenGL API, generated using the gl.xml specification. glbinding leverages C++11 features like enum classes, lambdas, and variadic templates, instead of relying on macros; all OpenGL symbols are real functions and variables. It provides type-safe parameters, per-feature API headers, lazy function resolution, multi-context and multi-thread support, global and local function callbacks, meta information about the generated OpenGL binding and the OpenGL runtime, as well as...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Easy Team Document Software for all ORGs

    Easy Team Document Software for all ORGs

    Tasks, Guides, Scripts, Collaborations, Knowledge Bases, Tech Supports

    Have a look at the Video below for details. Refer Wiki Page for more instructions. I created this Virtual Machine for 2 reasons: 1. Very little initial setup work required to make a Team Document System live, within minutes. 2. This system should keep running for Years, without requiring any further Updates / Breakages. New Points: 1. If needed, change the utf8 line below, to match your language charset, in the corresponding php files, in the htdocs...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Commentics is an advanced PHP comment script with many features. Its main aims are to be integrable, customizable and secure. It is designed to be integrated into your existing pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PasteQuick

    PasteQuick

    Minimal Pastebin desktop application

    PasteQuick is a Pastebin app; that is, you can paste text snippets to Pastebin.com from this app without having to go to the website. Designed for 'paste-and-go' code sharing sessions, it strives to be minimal and keep out of your way, so though it doesn't include functions like managing your pastes, it can be easily incorporated into your session workflow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ReinventCommunity

    ReinventCommunity

    Jupyter Notebook tutorials for REINVENT 3.2

    This repository is a collection of useful jupyter notebooks, code snippets and example JSON files illustrating the use of Reinvent 3.2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • 10
    M32/X32 Show Manager

    M32/X32 Show Manager

    Reorganize M32/X32 show files

    Both the Midas M32 and Behringer X32 share the same design of show management using the console GUI, M32-Edit and X32-Edit apps. This app provides an alternative method to manage these show files (cues, scenes and snippets). It provides an easier method of reorganizing and importing/exporting of files.
    Leader badge
    Downloads: 12 This Week
    Last Update:
    See Project
  • 11
    Slug Generator Library

    Slug Generator Library

    Slug Generator Library for PHP, based on Unicode’s CLDR data

    This library provides methods to generate slugs for URLs, filenames or any other target that has a limited character set. It’s based on PHPs Transliterator class which uses the data of the CLDR to transform characters between different scripts (e.g. Cyrillic to Latin) or types (e.g. upper- to lower-case or from special characters to ASCII). There are many code snippets and some good libraries out there that create slugs, but I didn’t find anything that met my requirements. Options are often...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    javalang

    javalang

    Pure Python Java parser and tools

    javalang is a pure Python library for working with Java source code. javalang provides a lexer and parser targeting Java 8. The implementation is based on the Java language spec.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Gradle Kotlin DSL Samples

    Gradle Kotlin DSL Samples

    Samples builds using the Gradle Kotlin DSL

    ..., the Gradle user manual and guides contain build script excerpts that demonstrate both the Groovy DSL and the Kotlin DSL. This is the best place where to find how to do this and that with the Gradle Kotlin DSL; and it covers all Gradle features from using plugins to customizing the dependency resolution behavior. All snippets in the user manual demonstrate both Groovy and Kotlin DSL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    OpenSearchServer Search Engine

    OpenSearchServer Search Engine

    An open source search engine with RESTFul API and crawlers

    OpenSearchServer is a powerful, enterprise-class, search engine program. Using the web user interface, the crawlers (web, file, database, etc.) and the client libraries (REST/API , Ruby, Rails, Node.js, PHP, Perl) you will be able to integrate quickly and easily advanced full-text search capabilities in your application: Full-text with basic semantic, join queries, boolean queries, facet and filter, document (PDF, Office, etc.) indexation, web scrapping,etc. OpenSearchServer runs on...
    Downloads: 52 This Week
    Last Update:
    See Project
  • 15
    For Nette Framework

    For Nette Framework

    Flexible AJAX for Nette Framework

    Flexible utility script for AJAX. Supports snippets, redirects, etc. Ajaxification envelopes standard $.ajax() call and extends it with several events, that can be hooked with custom callbacks. The set of associated callbacks is called an extension. Snippets processing, ability to cancel running requests by Escape... all this functionality is implemented in the form of extensions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CodeLibrarian

    CodeLibrarian

    Application moved to https://github.com/taazz/CodeLibrarian

    Application moved to https://github.com/taazz/CodeLibrarian No new releases will be published in Sourceforge this sites will remain frozen in time for the foreseeable future. Allows a user to gather in one place small code samples for specific tasks and makes them easily accessible and searchable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Tcl/Tk Software Snippets
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JRemoteRun allow execute snippets of java code in running JVM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DEP4E

    DEP4E

    DocBook Editing and Processing for Eclipse

    DEP4E integrates DocBook XML and DocBook XSL into Eclipse IDE to create, edit and process DocBook projects.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 20

    dxf2pcb

    Convert DXF drawings of circuit boards to gEDA-PCB files.

    This Python script reads in a DXF (ascii) file and generates a PCB output compatible with PCB Designer, part of the gEDA suite. It is designed for two purposes: One is to generate a PCB snippet from a mechanical drawing (such as a board outline), the other is to produce element files from CAD drawings. PCB snippets are easily imported into an existing gEDA-PCB project using File -> Load Layout to Buffer. Generated element files are ready to use (except for special cases like no-paste flags...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SNMP library for Python
    SNMP v1/v2c/v3 engine and apps written in pure-Python. Project moved to GitHub: https://github.com/etingof/pysnmp
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 22
    Chunk, an HTML Template Engine for Java

    Chunk, an HTML Template Engine for Java

    Clean, powerful templates for Java

    A powerful Java Template Engine, great for building HTML or XML docs. Chunk can handle many other needs and situations as well. In-tag filters & default values, multiple snippets per file, layered themes, macros, conditional includes, localization & more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23

    Sublime Text AMX NetLinx Plugin

    Develop AMX NetLinx projects in the Sublime Text editor.

    This is a plugin for developers looking for a lighter weight alternative to NetLinx Studio, while still providing powerful functionality. On top of the features provided by Sublime Text, this plugin adds syntax highlighting, color schemes, and build support for the AMX NetLinx programming language. This is also a great option for control system programmers who are looking to use one editor for multiple languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    some code snippets, my sandbox moved to github: https://github.com/binfalse/stuff see:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    BookSnippets

    BookSnippets

    Store book snippets faster!

    This is a simple application where you can add, edit, delete and search for book excerpts. It is created using Python, Tkinter, and Pmw. This is recommended to students who wants to easily search through piles of books by adding any book snippets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next