Showing 748 open source projects for "wgoto-section"

View related business solutions
  • Monitor the status and performance of any IT environment with NMIS Icon
    Monitor the status and performance of any IT environment with NMIS

    NMIS monitors an organization’s IT environment, helps identify and rectify faults, and provides valuable information for IT planning.

    Trusted by thousands of IT teams worldwide, The NMIS platform offers comprehensive network management, handling faults, performance, and configurations with ease.
    Get a Free Trial
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 1
    BitcoinExchangeFH

    BitcoinExchangeFH

    Cryptocurrency exchange market data feed handler

    BitcoinExchangeFH is a slim application to record the price depth and trades in various exchanges. You can set it up quickly and record all the exchange data in a few minutes! If the exchange is not supported with the WebSocket API feed, it will automatically fall into using its REST API feed. The subscription section specifies the exchange and instruments to subscribe. After receiving the order book or trade update, each handler is updated. For example, for SQL database handler, it is updated...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    GameNetworkingSockets

    GameNetworkingSockets

    Reliable & unreliable messages over UDP

    GameNetworkingSockets is a basic transport layer for games. A reliability layer significantly more sophisticated than a basic TCP-style sliding window. It is based on the "ack vector" model from DCCP (RFC 4340, section 11.4) and Google QUIC and discussed in the context of games by Glenn Fiedler. The basic idea is for the receiver to efficiently communicate to the sender the status of every packet number (whether or not a packet was received with that number). By remembering which segments were...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    BatNoter

    BatNoter

    An open source, markdown-based, self-hosted note taking webapp.

    ... notes. Editor allows preview of markdown. Quickly copy code from the code section using copy to clipboard button. Store notes directly at the root or use folders to organize them (nesting supported). Explore all the notes from a specific directory with single click. All the notes are stored inside user's github repository. Notes are cached to avoid additional API calls. URLs can be bookmarked. Dark/Light mode supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    skifree-linux

    skifree-linux

    A Linux/wine wrapper for the classic Windows game Skifree

    This is a package wrapper for the classic Windows game skifree, but for Linux! This program eliminates the command line and makes it easy to run skifree on your debian-based linux computer. What's New (1.0.4.2, 2022-12-27): Fix bug where icon would appear in "Lost and found" instead of "Games" (KDE only) Remove false "Section" category in control file =How it works= The deb file contains /usr/bin/skifree (a shell script) as the main executable. This links to /usr/share...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Power Up Your AI with Databricks – Free Trial Icon
    Power Up Your AI with Databricks – Free Trial

    Ready to revolutionize your data and AI game? Test Databricks free on your cloud of choice and see the difference.

    Take your data and AI to the next level with Databricks – free trial on AWS, Azure, or Google Cloud. Create production-ready Generative AI apps that are accurate, secure, and tailored to your business. Simplify data ingestion from hundreds of sources with effortless ETL automation. Plus, tap into instant, elastic serverless compute during your trial (available on AWS/Azure). Sign up with your work email now to unlock premium trial perks and transform how you work with data – don’t wait!
    Get Started
  • 5
    KeyHolder password manager

    KeyHolder password manager

    Store your passwords in an offline encrypted file!

    Need a JDK to run, download it here: https://www.oracle.com/java/technologies/downloads/
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Chatter

    Chatter

    A place for all your chatting apps.

    A place for all your chatting apps. Apps Chatter currently supports: WhatsApp Discord Microsoft Teams Telegram Android Messages Jitsi Meet Snapchat WeChat Google Chat Skype imo Building Instructions The main framework that Chatter uses is Tauri, a Node.js package. To build it, download Node.js and NPM, clone or download the repo and run 'npm run tauri build' This will build the app for your OS (Windows,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Multicell Thin Walled Beam Analysis

    Umut YILMAZ Multi-cell Thin Walled Beam Section Analysis

    Finding a shear center is a difficult and time consuming job for multi-cell thin walled beam cross sections for engineers. This program makes this process easier. Easy to use GUI and colorful stress analysis results helps engineers. My program is based on my unpublished mechanical engineering master thesis. You can find sample data here too. Save file is easy to edit as text file so optimization can easily be performed. Any feedbacks will be grateful about the project. System requirements...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JNativeHook

    JNativeHook

    Global keyboard and mouse listeners for Java

    JNativeHook is a library to provide global keyboard and mouse listeners for Java. This will allow you to listen for global shortcuts or mouse motion that would otherwise be impossible using pure Java. To accomplish this task, JNativeHook leverages platform-dependent native code through Java's native interface to create low-level system-wide hooks and deliver those events to your application.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 9
    SupaComments

    SupaComments

    A blazing fast, lightweight, and open source comment system

    A Blazing Fast Comment system for your JamStack sites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Hackers Hate This: Free WAF for Dummies eBook Icon
    Hackers Hate This: Free WAF for Dummies eBook

    Are your applications exposed to relentless cyber threats? Lock them down with expert know-how.

    Unveil the ultimate guide to Web Application Firewalls (WAFs). Packed with expert tips, real-world solutions, and step-by-step strategies, this eBook from F5 empowers you to shield your web apps and APIs from today’s toughest threats. Don’t wait for a breach – grab your free copy now and fortify your defenses today!
    Get the free eBook
  • 10
    nxdumptool

    nxdumptool

    Generates XCI/NSP/HFS0/ExeFS/RomFS/Certificate dumps from Switch

    ... (e.g. RomFS dumping), odds are it will work with a PoC build from this particular branch. The old branch will not receive any further updates. A GitHub workflow is used to automatically build each new commit. Individual NCA FS section dumps (select and dump a specific FS section from a specific NCA belonging to a title, in both extracted and raw image forms) (this includes patched RomFS images).
    Downloads: 43 This Week
    Last Update:
    See Project
  • 11

    Lnkdlst

    Single sided linked list (kind of lib with test-code, C, C++ and java)

    Use own (user) data section for each Linked-List-Element (LLEl) including a fix Identifier which is for search via basic Lnkdlst function (fast ID-part-search, e.g. to find all elements with a specific bit in the ID set). Main list-linkage-change functions: append, insert, delete. - Examples: use of flexible variable ArgList (OnePointerArg, optional valid if not NULL, Argument-Type by ID-Number is easy to get), key-value pairs, build FIFO{queue}/LIFO{stack}, auto-list with max. Element-Size...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    PHP Template

    PHP Template with placeholders and sections

    PHP Template SKOR : The class can assign variable values. A separate class extends the base class to support delimited template section replacements. The goal of this template engine is to separated code (PHP) from markup. Easy and fast interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Advanced REST Client application

    Advanced REST Client application

    Advanced REST Client - Desktop application

    This is the main repository for the ARC Electron application. If you are still using Chrome plug-in then proceed to move From Chrome To the Desktop Client section. The original Chrome application is discontinued as Chrome stopped supporting browser-based applications. ARC was built as an open-source and free for everyone API tool out of a passion for giving the developer community tools they need. The application and related projects (like API Console) are created and distributed to our users...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 14
    Machine Learning PyTorch Scikit-Learn

    Machine Learning PyTorch Scikit-Learn

    Code Repository for Machine Learning with PyTorch and Scikit-Learn

    Initially, this project started as the 4th edition of Python Machine Learning. However, after putting so much passion and hard work into the changes and new topics, we thought it deserved a new title. So, what’s new? There are many contents and additions, including the switch from TensorFlow to PyTorch, new chapters on graph neural networks and transformers, a new section on gradient boosting, and many more that I will detail in a separate blog post. For those who are interested in knowing what...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Laravel Initializer

    Laravel Initializer

    Install and update Laravel application with single command

    Install and update the Laravel application with a single command. Outdated repository, check out the updated link. We all know, that every application should contain a readme file and an Installation section with a list of actions that you should to do prepare an application to work. Some of actions you should do on every application update (composer update, git pull...) or branch change (git checkout) for preparing an application to work. Laravel Initializer gives you the ability to declare...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    modern-resume-theme

    modern-resume-theme

    A modern static resume template and theme. Powered by Jekyll

    A modern simple static resume template and theme. Powered by Jekyll and GitHub pages. This template is designed to be hosted using GitHub pages so that's what these instructions will cover. If you plan on hosting it separately then there might be some extra steps that we won't cover.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    sproxy

    Reverse proxy

    sproxy is a reverse proxy that acts as a proxy server in the edge section close to the user on behalf of various web servers. Github: https://github.com/SolboxOSS/sproxy Project page: https://sproxy.solbox.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Form OCR Testing Tool

    Form OCR Testing Tool

    A set of tools to use in Microsoft Azure Form Recognizer

    ... their unique needs. Microsoft Azure Form Recognizer team will update the source code periodically. If you would like to contribute, please check the contributing section.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    shrp_android_device_samsung_gta4lwifi

    shrp_android_device_samsung_gta4lwifi

    SHRP device tree for Samsung Galaxy Tab A7 10.4 (a.k.a. "gta4lwifi", a

    SHRP is inspired by Material design 2 to bring the newest design to the native TWRP. SHRP provides much more along side of it's rich UI experience. New dashboard makes it very easy to interact with TWRP. SHRP got some cool features like Whole new theming section ,Flash Magisk (root or unroot), Camera2api enabler Directly from dashboard, Password protection etc. It's all started , lot more to come.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20

    Solvespace

    SOLVESPACE is a free (GPLv3) parametric 3d CAD tool.

    SOLVESPACE is a free (GPLv3) parametric 3d CAD tool. Applications include: modeling 3d parts — draw with extrudes, revolves, helixes and Boolean (union / difference / intersection) operations modeling 2d parts — draw the part as a single section, and export DXF, PDF, SVG; use 3d assembly to verify fit 3d-printed parts — export the STL or other triangle mesh expected by most 3d printers preparing CAM data — export 2d vector art for a waterjet machine or laser cutter...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21
    Crysis 2 Advanced Graphics Options

    Crysis 2 Advanced Graphics Options

    Gives the user greater control over graphics settings in Crysis 2

    This is a little .Net 2.0 application that expands the amount of graphic options for EA's Crysis 2. Currently at version 2.0 which is a major re-write of the entire software for expanded flexibility. Version 2.0 beta is live today 10/14/2012. Download in the files section.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 22
    Jack-The-Cutter

    Jack-The-Cutter

    Tool to lossless cut audio files

    An easy to use FFmpeg frontend to lossless cut / split audio files (without re-encoding). Works with all kind of audio files FFmpeg can process. The editor shows both complete wave form and zoomed section to make cutting a lot easier. The 'Auto cut' tool uses silence detection to automatically create cut points. Right click on prev/next section provides an easy way to manually check cut points.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    xBRZ

    xBRZ

    xBRZ: "Scale by rules" - high quality image upscaling filter by Zenju

    xBRZ is a high-quality image upscaling filter for creating beautiful HD representations from low-resolution images. Reference implementations for common emulators can be found in the download section: ● DOSBox ● ePSXe ● HqMAME ● ScummVM ● Snes9x ● Kega Fusion http://sourceforge.net/projects/xbrz/files/ Test the xBRZ scaler with your own images and compare against other scalers with the "Scaler Test" tool: http...
    Leader badge
    Downloads: 142 This Week
    Last Update:
    See Project
  • 24
    WAI-ARIA

    WAI-ARIA

    WAI-ARIA Authoring Practices Guide (APG)

    ... or releases published to w3.org. Work is organized by topic in our projects. Each project corresponds to a type of design pattern or section of guidance. The scope of work and roadmap are described in the project wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    codemaid

    codemaid

    CodeMaid is an open source Visual Studio extension to cleanup

    CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding. Cleanup random white space into a simple standard order. Add unspecified access modifiers. Utilize Visual Studio’s built-in formatting capabilities. Remove and sort using statements. And do it all automatically on save or on demand, from an individual file to the entire solution. Visualize and navigate...
    Downloads: 1 This Week
    Last Update:
    See Project