Showing 33 open source projects for "x root"

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
    x-transformers

    x-transformers

    A simple but complete full-attention transformer

    A simple but complete full-attention transformer with a set of promising experimental features from various papers. Proposes adding learned memory key/values prior to attending. They were able to remove feedforwards altogether and attain a similar performance to the original transformers. I have found that keeping the feedforwards and adding the memory key/values leads to even better performance. Proposes adding learned tokens, akin to CLS tokens, named memory tokens, that is passed through...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    WalletConnect v2.x.x

    WalletConnect v2.x.x

    WalletConnect Monorepo

    ... python cli is linked (required to build some npm modules). Install workspace dependencies i.e. run npm install from root folder. Install redis. We recommend running it as a brew service. Pull and start ts-relay server (separate repo) Ensure everything runs correctly by executing npm run check.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3
    conky

    conky

    Light-weight system monitor for X

    Conky is a free, light-weight system monitor for X, that displays any kind of information on your desktop. Conky is free software and runs in X on Linux and BSD. Originally a fork of Torsmo, Conky's torsmo-based code is BSD licensed. New code in Conky has been licensed under GPL 3.0. Since its inception, Conky has changed significantly from its predecessor, while maintaining simplicity and configurability. Conky can display just about anything, either on your root desktop, in its own window...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 4
    kubectl node-shell

    kubectl node-shell

    Exec into node via kubectl

    Start a root shell in the node's host OS running. Uses an alpine pod with nsenter for Linux nodes and a HostProcess pod with PowerShell for Windows nodes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
    Sign up
  • 5
    NuPIC

    NuPIC

    Numenta platform for intelligent computing

    ... to build the dependent nupic.bindings from source, you should build and install from nupic.core prior to installing nupic (since a PyPI release will be installed if nupic.bindings isn't yet installed). To install from local source code, run from the repository root. We plan to do minor releases only, and limit changes in NuPIC and NuPIC Core to features needed to support ongoing research.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    elFinder

    elFinder

    Open-source file manager for web, written in JavaScript

    elFinder is an open-source file manager for web, written in JavaScript using jQuery UI. Creation is inspired by the simplicity and convenience of Finder program used in Mac OS X operating system. elFinder 2.1.x is currently actively developed, and recommended version. elFinder 2.0.x is stable version but lacks advanced features. All operations with files and folders on a remote server (copy, move, upload, create folder/file, rename, etc.). High-performance server backend and light client UI...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Amazon Kinesis Flink Connectors

    Amazon Kinesis Flink Connectors

    Contains various Apache Flink connectors to connect to AWS data

    This library contains various Apache Flink connectors to connect to AWS data sources and sinks. This repository contains various Apache Flink connectors to connect to AWS Kinesis data sources and sinks. Flink maintain backwards compatibility for the Sink interface used by the Firehose Producer. This project is compatible with Flink 1.x, there is no guarantee it will support Flink 2.x should it release in the future. An Apache Flink application is a Java or Scala application that is created...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    tfenv

    tfenv

    Terraform version manager

    ... line, and each FILE type log entry. If you put a .terraform-version file on your project root, or in your home directory, tfenv detects it and uses the version written in it. If the version is latest or latest:<regex>, the latest matching version currently installed will be selected.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    React Rails

    React Rails

    Integrate React.js with Rails views and controllers

    React-Rails is a flexible tool to use React with Rails. If you use Jbuilder to pass a JSON string to react_component, make sure your JSON is a stringified hash, not an array. This is not the Rails default, you should add the root node yourself. React-Rails 2.4.x uses React 16+ which no longer has React Addons. Therefore the pre-bundled version of react no longer has an addons version, if you need addons still, there is the 2.3.1+ version of the gem that still has addons. React-Rails supports...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Manage Properties Better For Free Icon
    Manage Properties Better For Free

    For small to mid-sized landlords and property managers

    Innago is a free and easy-to-use property management solution. Whether you have 1 unit or 1000, student housing, or commercial properties, Innago is built for you. Our software is designed to save you time and money, so you can spend more time doing the things that matter most.
    Learn More
  • 10

    QuadRay-engine

    Realtime raytracer using SIMD on ARM, MIPS, PPC and x86

    QuadRay engine is a realtime raytracing project aimed at full SIMD utilization on ARM, MIPS, POWER and x86 architectures. The efficient use of SIMD is achieved by processing four rays at a time to match SIMD register width (hence the name). The rendering core of the engine is written in a unified SIMD assembler allowing single assembler code to be compatible with different processor architectures, thus reducing the need to maintain multiple parallel versions. At present, Intel...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11

    polynomial-roots-calculation

    Application for calculating the real roots of a polynomial

    Application for polynomial roots calculation. The application does the job by supposing the roots of the derivative function are known. This way, we can delimit the range where each possible root is in, and by applying Bolzano's theorem, we can find the zeroes. It is not a very eficient way, as we must calculate al the derivatives of the polinomial, implying very high numbers (n!), that make the needed precision increase, making the computational complexity for high-degree polinomials...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Devuan OS X

    DevuanOS X homepage

    DevuanOS X is vm with precustomized MATE Desktop to look like macos. GLOBAL SPECS ============ root password: root default user: dev dev's password: dev base system: Devuan Linux 4 (Chimaera) Linux Kernel version: 5.10 VirtualBox version used to create it: 5.0.40 Native resolution: 1280x1024 (square)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    LineageOS 15.1 Ferrari

    Android Oreo 8.1 for xiaomi mi4i (ferrari)

    Required: Recovery Twrp 3.2.x or newer, FW 8.1.5, Gapps 8.1 arm64 (pico recommended). Install: Boot recovery > Wipe Dalvik, Cache, System, Data > Install FW > Rom > Gappps > Su-Root (if needed) > Reboot Credits: Thanks to All of Developers, special to ferrari-dev team @xda
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    mep4j

    Math Expression Parser 4 Java

    Math Expression Parser 4 Java MEP4J is a high performance math expression strings parser for Java (J2SE >= 5). Compare its performance against similiar libraries and let me know your experince. The library manages the 5 operators (+, -, /, %, *) together with the following functions: - "abs" - "cos" - "sin" - "acos" - "asin" - "cosh" - "sinh" - "tan", - "tanh" - "atan" - "sqrt" - "cbrt" - "root" - "log" - "log10" - "log1p" - "exp" - "expm1" - "atan2" - "pow...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Quick-Save-Live

    Quick-Save-Live

    Quick Safety and Rescue System

    ... : 1. It does not support ENCRYPTED DRIVES at the moment. Do not use it. 2. If the external drive has a ownership aware filesystem, like for eg. ext2/3/4, then the copy happens as ROOT without any interruption. You may change it later using sudo privileges and the chown -R command. Note: To Shutdown the System properly, Click Exit Button on the Bottom of Desktop and Click OK to popup dialog. it is SAFE to REMOVE external drives, AFTER SHUTTING down the system. Check Screenshots. See Wiki.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    git-fire

    git-fire

    Save Your Code in an Emergency

    git-fire is a Git plugin that helps in the event of an emergency by switching to the repository's root directory, adding all current files, committing, and pushing commits and all stashes to a new branch (to prevent merge conflicts). Alias it to git out or git going for comedic effect. <message> is optional. If not specified, "Fire! Branch fire-current branch-user email-seconds since epoch" will be used. Just copy git-fire to your $PATH and ensure it is an executable (chmod +x git-fire...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    jekyll-breadcrumbs

    jekyll-breadcrumbs

    Creates breadcrumbs for Jekyll 3.x, includes SEO optimization

    Smart and fast breadcrumbs for posts, pages and collections with SEO support and more. Works as Jekyll Hook with Jekyll 3.x.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    FreeNIX RPI LE

    FreeNix Raspberry PI Light Edition (noX)

    Welcome to FreeNIX RPI LE (Raspberry Pi Light Edition) If you find bugs contact us on the forum https://www.freenixsecurity.net/forum/ or by email to freenixsecurity[at]riseup[dot]net Developer/s: davenull - dave-null[at]riseup[dot]net - https://www.freenixsecurity.net This is a Debian-Based (Debian Stretch) distro for Raspberry Pi. It's developed for Raspberry Pi 3 Model B and works on Raspberry Pi 2 Model B too. It starts without X Window System, just SSH. It starts in DHCP mode...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Welsh Natural Language Toolkit
    The project supports the Welsh Language Technology domain with a set of NLP tools that drive innovation and advance the development of sophisticated textual analysis solutions. The WNLT project delivers four core NLP modules; a) Word Segmentation for separating text into words b) Sentence Boundary Disambiguation for finding sentence boundaries c) Part of Speech Tagger for determining the part of speech of each word d) Morphological Analyser for identifying the root form (lemma) of words...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    custom-react-scripts

    custom-react-scripts

    Allow custom config for create-react-app without ejecting

    ... and then they don't make it in the ES spec, they will break backward compatibility. It's hard to maintain code for all of these custom configurations that people want to use. So instead of searching npm for a react-scripts fork with the X feature you need, this fork provides support for all of these extra features by simply adding a line in the .env config. The CRA team recently added support for an .env file at the root of the generated CRA project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Mpge

    Mpge

    Mpge

    Mpge is a wrapper of meterpreter (msfconsole, msfpayload and msfencode) of Metasploit Framework directly integrated with Mac OS X Snow Leopard 10.6.8 and with OS X Mavericks 10.9. With Mpge is possible make trojan horse files for Microsoft Windows, Linux and Mac OS X 10.3 Panther, OS X 10.4 Tiger, OS X 10.5 Leopard and OS X Montain Lion 10.8.1 for all Mac OS X is possible make a trojan horse files contains a reverse shell into files .pkg and files .app. I used three real Mac OS X: Attacker...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ooworx
    https://sourceforge.net/projects/magento-scopesexplorer/ https://sourceforge.net/projects/magento-stocksort/ https://sourceforge.net/projects/magento-subcategorieswidget/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    magento-subcategorieswidget
    Add new widget with subcategories explorer into any CMS pages
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    magento-stocksort
    Very simple module allow you to sort every product 'out of stock' at the end of any frontend product list in magento.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    RootEngine
    ROOTENGINE ©S.E.C.A Engine® ABOUT RootEngine is a computer application to Give Root Access to android phone , is something like Hack!T. Getting Started RootEngine is simple to use and give upto 86,74% Chance to successfull Root Access System Requirements -Windows 7 ,8,9,10 -Mac OS X (Coming soon) -Android 4.2 to 5.6
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next