Showing 32 open source projects for "viper-ugg"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 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
    Viper

    Viper

    A complete configuration solution for Go applications

    Viper is a complete configuration solution for Go applications including 12-Factor apps. It is designed to work within an application, and can handle all types of configuration needs and formats. It supports setting defaults, reading from JSON, TOML, YAML, HCL, envfile and Java properties config files, live watching and re-reading of config files (optional), reading from environment variables, reading from remote config systems (etcd or Consul), and watching changes, reading from command line...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    podinfo

    podinfo

    Go microservice template for Kubernetes

    Podinfo is a tiny web application made with Go that showcases the best practices of running microservices in Kubernetes. Podinfo is used by CNCF projects like Flux and Flagger for end-to-end testing and workshops.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    mockery

    mockery

    A mock code autogenerator for Golang

    mockery provides the ability to easily generate mocks for Golang interfaces using the stretchr/testify/mock package. It removes the boilerplate coding required to use mocks. mockery uses spf13/viper under the hood for its configuration parsing. It is bound to three different configuration sources, in order of decreasing precedence. By default, it searches the current working directory for a file named .mockery.[extension] where [extension] is any of the recognized extensions. Mockery...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    ChartMuseum

    ChartMuseum

    helm chart repository server

    ChartMuseum is an open-source Helm Chart Repository server written in Go (Golang), with support for cloud storage backends, including Google Cloud Storage, Amazon S3, Microsoft Azure Blob Storage, Alibaba Cloud OSS Storage, OpenStack Object Storage, Oracle Cloud Infrastructure Object Storage, Baidu Cloud BOS Storage, Tencent Cloud Object Storage, DigitalOcean Spaces, Minio, and etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 5
    koanf

    koanf

    Simple, lightweight, extensible, configuration management library

    koanf (pronounced conf; a play on the Japanese Koan) is a library for reading configurations from different sources in different formats in Go applications. It is a cleaner, lighter alternative to spf13/viper with better abstractions and extensibility, and fewer dependencies. koanf comes with built-in support for reading configuration from files, command line flags, and environment variables, and can parse JSON, YAML, TOML, and Hashicorp HCL. Any external dependencies are detached from the core...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Cobra

    Cobra

    A Commander for modern Go CLI interactions

    Cobra is a library for creating powerful modern CLI applications, and at the same time a program to generate applications and command files. It provides a simple interface for creating powerful CLI interfaces, and will also generate application scaffolding so you can quickly develop your Cobra-based application. This scaffolding includes easy subcommand-based CLIs, fully POSIX-compliant flags, global, local and cascading flags, among many others. The structure of Cobra is based on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    viper-fx

    based on VIPER4ANDROID FX

    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    go-gin-api

    go-gin-api

    The API framework based on Gin's modular design

    The API framework based on Gin's modular design encapsulates common functions, is easy to use, and is dedicated to rapid business development. For example, it supports cors cross-domain, jwt signature verification, zap log collection, panic exception capture, trace link tracking, prometheus monitoring indicators, swagger document generation, viper configuration file parsing, gorm database components, gormgen code generation tools, graphql query language, errno uniformly defines error codes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Downloads: 10 This Week
    Last Update:
    See Project
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
    Learn More
  • 10
    Pie and Q Custom ROM for ugg development
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Ix Adder

    Ix Adder

    2 smart Stored Procedures to handle "Missing Indexes" in SQL Server

    <<Why Did It Have to Be Snakes?>> (Indiana Jones) This "Ix Adder" is deadly venomous for "Expensive Queries"! It taps from SQL Server's "Missing Index" proposals and cleans them up sufficiently before installing them automatically. IXA balances the Cost/Benefit of an Index to significantly improve READ performance while not degrading WRITE performance. But take care: used in a wrong way this viper could also bite your very own butt! "Ix Adder"'s little pal is "Ix Strictor" which...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Uplick Gateway Generator

    UGG is made for uplink and updated for onlink

    UGG is an application, made to create gateways for "uplink - haker elite" game, and then it improved and add support for onlink version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    LeeGo

    LeeGo

    Declarative, configurable & highly reusable UI development

    LeeGo is a lightweight Swift framework that helps you decouple & modularise your UI component into small pieces of LEGO-style's bricks, to make UI development declarative, configurable and highly reusable. We all know that MVC pattern has some serious problems when dealing with a complex iOS project. Fortunately, there are also a bunch of approaches that aim to fix the problems, most of them mainly address the Controller part, such as MVP, MVVM, MVSM or VIPER. But there is barely a thing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Mercenary Linux

    Mercenary Linux

    Linux Distro Built specifically for Cyber Hunt Team Operators

    The MERCENARY Linux Distro is Built specifically for Cyber Hunt Team Operators. This is the first iteration of this distro, with several tools, including Mercenary Hunt Framework being added with the next release (Early 2017). This Distro contains the most well known and respected forensic tools all conveniently installed on one system. Tools included are: mercenary hunt framework(**soon), Powershell, OMI, SIFT, wmic, winexe, radare2, viper, pescanner, jsdetox, volatility, maltrieve, rekall...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Viper

    Cytoscape-plugin to find connections in networks

    Viper is a plugin, that assists in finding all paths, up to a maximal length, between 2 or more nodes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    PEANuTv3

    This is a port of PEANuT to Cytoscape 3.x

    This App is a port of the PEANuT plug-in to Cytoscape 3.2 and up. Authors: Falko Hofmann (2.x version) Viktor Senderov (porting to 3.x) PEANuT utilizes data from the following databases: - ConsensusPathDB - PathwayCommons - WikiPathways A publication is currently in preparation. PEANUT is designed to work in concert with the VIPER and COMFI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    PEANuT

    A Cytoscape plugin for pathway enrichment analysis

    PEANuT is a Cytoscape 2.8.3 plugin for pathway enrichment analysis. PEANuT utilizes data from the following databases: - ConsensusPathDB - PathwayCommons - WikiPathways The version for Cytoscape 3.x is available via http://sourceforge.net/projects/peanutv3/ A publication is currently in preparation. PEANUT is designed to work in concert with the VIPER and COMFI plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    HoneyDrive

    HoneyDrive

    Honeypots in a box! HoneyDrive is the premier honeypot bundle distro.

    HoneyDrive is the premier honeypot Linux distro. It is a virtual appliance (OVA) with Xubuntu Desktop 12.04.4 LTS edition installed. It contains over 10 pre-installed and pre-configured honeypot software packages such as Kippo SSH honeypot, Dionaea and Amun malware honeypots, Honeyd low-interaction honeypot, Glastopf web honeypot and Wordpot, Conpot SCADA/ICS honeypot, Thug and PhoneyC honeyclients and more. Additionally it includes many useful pre-configured scripts and utilities to...
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 23

    VIPER 5.0

    Password manager

    Today, each one of us invariably has multiple accounts on the internet, at various forums, game sites(chess and the like), email ids, social networking sites. At such a time, keeping track of all the passwords, usernames and in most cases, the email id's that these accounts are linked to, becomes a hard task. This software is modelled on many other Password managers that are available for both the Linux and the Windows platform, but VIPER makes the task of installation simpler and faster...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    COMFI

    A Cytoscape plugin for detecting protein complexes.

    This project hosts a Cytoscape 2.8 plugin for detecting protein complexes in protein interaction networks. It utilizes data from the following databases: - CORUM - CYC2008 A publication is currently in preparation. COMFI is designed to work in concert with the VIPER and PEANuT plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    VIPER Lab Live VoIP assessment distribution
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next