Showing 21 open source projects for "next"

View related business solutions
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
  • Event Management Software Icon
    Event Management Software

    Ideal for conference and event planners, independent planners, associations, event management companies, non-profits, and more.

    YesEvents offers a comprehensive suite of services that spans the entire conference lifecycle and ensures every detail is executed with precision. Our commitment to exceptional customer service extends beyond conventional boundaries, consistently exceeding expectations and enriching both organizer and attendee experiences.
  • 1
    Next Terminal

    Next Terminal

    Open source interactive audit system that supports RDP, SSH, VNC,

    The Next Terminal open-source project has gained nearly 3,000 Stars on GitHub and has a large number of users, so you can absolutely trust the stability of Next Terminal. You can access RDP, SSH, VNC, TELNET and other protocol assets in a system without plug-ins, just a browser. You can view the currently active sessions at any time, and monitor and block them. For character protocols, you can even restrict the execution and logging of certain commands. Next Terminal observes and logs every...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Microsoft Azure CLI

    Microsoft Azure CLI

    Azure command-line interface

    A great cloud needs great tools; we're excited to introduce Azure CLI, our next-generation multi-platform command-line experience for Azure. Take a test run now from Azure Cloud Shell! We support tab completion for groups, commands, and some parameters. You can use the --query parameter and the JMESPath query syntax to customize your output. With the Azure CLI Tools Visual Studio Code extension, you can create .azcli files and use these features. IntelliSense for commands and their arguments...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 3
    Kubetail

    Kubetail

    Bash script to tail Kubernetes logs from multiple pods

    ... have filtering or highlighting capabilities built in. If you're on MacOSX I recommend using iTerm2 which allows for continuous highlighting of search terms, good scrolling capabilities, and multitab arrangements. Another useful feature of iTerm2 is the "timeline" (cmd + shift + e) which lets you display a timeline in your own local timezone next to the logs (that are typically in UTC).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    aws-nuke

    aws-nuke

    Nuke a whole AWS account and delete all its resources

    ... be reused for the next build. Our platform developers have their own AWS accounts where they can create their own Kubernetes clusters for testing purposes. With AWS-nuke it is very easy to clean up these accounts at the end of the day and keep the costs low. There are two ways to authenticate aws-nuke. There are static credentials and profiles. The later one can be configured in the shared credentials file.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build with generative AI, deploy apps fast, and analyze data in seconds—all with Google-grade security. Icon
    Google Cloud is a cloud-based service that allows you to create anything from simple websites to complex applications for businesses of all sizes.
  • 5
    Chrome Extension CLI

    Chrome Extension CLI

    The CLI for your next Chrome Extension

    The CLI for your next Chrome Extension. When you're ready to publish to Chrome Web Store, create a minified bundle with npm run build and then zip the build folder. You don’t need to install or configure Webpack. Webpack comes in preconfigured so that you can focus on the code. Your environment will have everything you need to build a Chrome Extension. Override default page like New Tab, Bookmarks, or History page. Add features to Chrome Developer Tools. Creates an extension for supported...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    preact-cli

    preact-cli

    Your next Preact PWA starts in 30 seconds.

    Start building a Preact Progressive Web App in seconds. 100/100 Lighthouse score, right out of the box (proof). Fully automatic code-splitting for routes (see Route-Based Code Splitting). Transparently code-split any component with an async! prefix. Auto-generated Service Workers for offline caching powered by Workbox. PRPL pattern support for efficient loading. Zero-configuration pre-rendering/server-side rendering hydration. Support for CSS Modules, LESS, Sass, and Stylus; with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    NPKILL

    NPKILL

    List any node_modules directories in your system

    Easily find and remove old and heavy node_modules folders. Installation through npm is simple. Make sure you have installed node and npm and then run npm i -g npkill. You can also use it without installing it by running npx npkill. Simply go from the terminal to the directory from which you want to search and type npkill. This will start the search and will show the node_modules directories next to their size. You can use the cursor arrows to move up or down. Pressing the Space key will erase...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Process Component

    Process Component

    The Process component executes commands in sub-processes

    ... the new output since the last call. The clearOutput() method clears the contents of the output and clearErrorOutput() clears the contents of the error output. You can also use the Symfony\Component\Process\Process class with the for each construct to get the output while it is generated. By default, the loop waits for new output before going to the next iteration
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Wnexd

    Wnexd

    Free Windows "nexd" Directory Utility for Command Prompt users

    Wnexd--Windows Directory Utility... Free adjunct to the Windows-intrinsic pushd/popd utilities for users of the Command Prompt terminal window that simulates a linux-style "pushd +1", and "dirs".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
  • 10
    CSSLint

    CSSLint

    Automated linting of cascading stylesheets

    ... write your own or omit ones you don't want. You can integrate CSSLint into your favorite IDE to make checking your CSS code quality easy. In fact, some IDEs already have CSSLint built-in. Once you're familiar with the CSSLint command-line interface, the next step is to integrate it into your build system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    pup

    pup

    Parsing HTML at the command line

    ... classes" which are pretty cool. pup implements a majority of the relevant ones them. When combining selectors, the HTML nodes selected by the previous selector will be passed to the next ones. Non-HTML selectors which effect the output type are implemented as functions which can be provided as a final argument. Print the values of all attributes with a given key from all selected nodes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    ActiveModelSerializers

    ActiveModelSerializers

    Serializer implementation and Rails hooks

    There's been a lot of churn around AMS since it began back in Rails 3.2 and a lot of new libraries are around and the JSON:API spec has reached 1.0. If there is to be a 1.0 release of AMS, it will need to address the general needs of serialization in much the way ActiveJob can be used with different workers. The next major release is in development. We're starting simple and avoiding, at least at the outset, all the complications in AMS version, especially all the implicit behavior from...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    MudMaster 2k6

    Up to date MUD client evolved from the original MudMaster

    Next generation MudMaster GUI. Win32 GUI MUD client with triggers, aliases, scripting, and DLL plugins for extra features such as displaying chat and other in game channels in a separate window. Now supports a multi-line, variable width status bar and multiple interacting windows. User customized script buttons in the status bar let you add mouse click functionality. Has web interactivity via the /showMeViaWeb command. Mudmaster 2k6 also can be run on Linux under WINE. Questions? Ask them...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Windows Quake style console wrapper (cmd wrapper), that shows at Win+~ key and allow to run inside it different programs, e.g. FAR Manager. I'm not support this project anymore in next future. Need a programmer(s) to continue support console.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    gdpa - Gestural Desktop Pager Assistant

    gdpa - Gestural Desktop Pager Assistant

    Navigation through desktops and windows based on mouse gestures

    gdpa stands for Gestural Desktop Pager Assistant. Press <Control>+<Button1> (for instance), then move your mouse up/down to navigate to next/previous desktop, or left/right to navigate through windows of the current desktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    AutoConfig Pro

    AutoConfig Pro

    Automate Telnet and SSH for Cisco devices.

    This is a Windows GUI application written in Python 2.7, used for Telnet and SSH into multiple Cisco Routers, Switches and Firewalls to send configuration commands. It will automate the tasks for Cisco network engineers and reduce the administrative overhead for repetitive tasks such as SNMP config, changing usernames, adding tacacs config etc. The application is very simple to use, with sample commands and hosts files saved inside, it's doesn't provide inter-active session, but it will do...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17

    winshell+

    A semi-shell for windows that incorporates linux shell commands

    Winshell+ is not a shell, but acts like one. It is windows only. I will extend its features later. The current version is 0.1 To install winshell+, download all of the files in the folder for the current version of the software. This program is only in the alpha stage, so don't expect it to be amazing and full of awesome features. My next update will probably incorporate data compression and decompression, and possibly POP e-mail (I hop!e)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    TouchpadSwitch

    Touch Pad Switch linux

    This is a simple Python script to automatic or manually start/stop your Touchpad of laptops on linux. easi to use: mswitch on/off/auto/calibrate you must be root to calibrate as a file is save in /etc/mswitch.conf. I put the file in /usr/bin. to calibrate you should remove any pointing device first (usb or PS/2 mouses) than run as root: #mswitch calibrate after you could run $mswitch auto if you want to manually switch mswitch ON/OFF. next version will have a GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Mrxvt is a multi-tabbed X terminal emulator based on rxvt. It is portable, lightweight and fast. It supports psuedo-transparency, background image (JPEG/PNG/XPM), tinting, NeXT/Rxvt/Xterm/SGI style scrollbar, multi-languages (CJK), XIM, freetype font...
    Downloads: 24 This Week
    Last Update:
    See Project
  • 20
    OS NeXt... The next best thing since Linux! This operating system is unique. It is nothing like Windows or Linux. It has it's own easy scripting and programming langauge so that users can totally customize it. It has crash recovery and so much more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Thinstation connections manager (CM) is project extender of famous thinstation.sf.net project which let to create simple terminal working by the next scheme: Start->CM->Open terminal session->Exit session->CM->Power off terminal
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next