Search Results for "wsl2-linux-kernel" - Page 5

Showing 1128 open source projects for "wsl2-linux-kernel"

View related business solutions
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Calibrate

    Calibrate

    Call Auditing and Reporting Tool

    Calibrate is an open source and free, multi-user, interactive call auditing and reporting software. It has predefined call parameters, scoring formula, predefined guidelines for parameters, and can generate reports. Calibrate (C) Shine Jayakumar 2016-2017 (shine_hack@yahoo.com) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Quản Lý Sản Phẩm Đơn Giản

    Quản Lý Sản Phẩm Đơn Giản

    Mã Nguồn Website Quản Lý Sản Phẩm Đơn Giản

    Chào mừng bạn đến với Mã Nguồn Website Quản Lý Sản Phẩm Đơn Giản Đây là mã ngồn mở miễn phí được tạo bởi Hoàng Nhân Pro. PHP Simple Product Management Code designed by http://hoangnhanpro.com More Information: https://goo.gl/H9sdg0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    NextPress

    NextPress

    WordPress Replacement using MVProc

    NextPress is the next iteration of CMS! Faster, Lighter, MORE SECURE Ditch PHP once and for all! Development of themes is most welcome!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    Please READ THE WIKI HOW TO USE!! Generador de procedimientos almacenados para postgresql. FUE TOMADO DE otro proyecto q estaba abandonado llamado pgp-generator. Me pareció buena la idea y para no dejarlo morir creé este proyecto. Contiene soporte para la creación de insert, delete, update y select, solo debe escribir el nombre de ls funcion, el esquema con la tabla y el esquema destino donde quedarán las funciones. Genera el procedimiento almacenado de la funcion...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    AlienVault OSSIM

    AlienVault OSSIM

    Open Source SIEM

    OSSIM, AlienVault’s Open Source Security Information and Event Management (SIEM) product, provides event collection, normalization and correlation. For more advanced functionality, AlienVault Unified Security Management (USM) builds on OSSIM with these additional capabilities: * Log management * Advanced threat detection with a continuously updated library of pre-built correlation rules * Actionable threat intelligence updates from AlienVault Labs Security Research Team * Rich...
    Leader badge
    Downloads: 81 This Week
    Last Update:
    See Project
  • 7

    PL/SQL ESRI Shape & dBase Converter

    Creates a shape file from a query

    This PL/SQL package converts a query with a sdo_geometry into an ESRI shape file and a shape file into a Oracle table. It can also convert a Oracle table into a dBase file and vice versa. Sample 1 - create a shape file (alk.shp, alk.shx, alk.dbf) of type 5 (=Polygon) from table MYTABLE with sdo-column="geo" and SDO_GTYPE=3003: select zvk_shape.write_shp('DATA_PUMP_DIR','alk', 'select t.C01 "NAME", t.C20 "FLST", t.GEO from MYTABLE t where t.C02 = ''ALK'' order by...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    OraMasking

    Data masking tool for Oracle database

    For Oracle database, mask sensitive data by replacement (static or expression), substitution (synthetic data set is included), random values (Lorum Ipsum) or deletion. Generates update/delete statements or triggers or runs directly against the database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    MVProc

    MVProc

    MVC web platform for Apache and MySQL Stored Procedures

    MVProc is a Model-View-Controller module for Apache2 that facilitates using MySQL stored procedures as the controller element. NOTE: Version 2.1 is STABLE and currently in production use. NOTE: Versions 1.4+ are for Apache2.4 - in order to run on Apache2.2, replace request_rec->useragent_ip references with request_rec->connection->remote_ip (there are 3 in the source code)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    suiviSIO2

    suiviSIO2

    Outil de suivi personnalisé de gestion des compétences en BTS SIO

    Cet outil permet de gérer les promotions, les professeurs et les étudiants de BTS SIO pour la mise en forme et le suivi des situations correspondantes aux compétences du référentiel BTS SIO. 2017-02-02 SuiviSIO2 v2017.4 2017-01-22 SuiviSIO2 v2017.3
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Framework to enhance Oracle APEX (Oracle Application Express) on the client (browser) and server (database). To unleash the full potential of ApexLib also use the Oracle APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A bibliography database with search function that allows also to store electronic copies of the entries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    In the Oracle database there are two PL/SQL APIs to send mails: UTL_SMTP and UTL_MAIL. But there is no package which is able to retrieve messages from a mailbox on a server. The here provided package MAIL_CLIENT closes this gap.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SQL Script Generator
    SQL Script Generator is a SQL code generator database building tool, aiming to reduce time of coding and debugging, speed up projects, reducing human errors and avoiding repetitive tasks. The initial goal of this prject was to to demonstrate basic coding structures, Visual Basic Language, SQL, .NET WinForms theming .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Kokpit-db is an integrated monitoring, comparison and performance analysis software for Oracle databases. It can compare and monitor versions 8i, 9i, 10g and 11g. Supports standby databases and ASM instances. GUI and command line interfaces available
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    OntoDW

    Projeto de dissertação para mestrado em Informática na UNIRIO

    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Makumba

    Makumba

    Moved to GitHub: https://github.com/makumba

    Makumba helps you rapidly develop data driven web applications. Provides a custom JSP taglib as a main interface, but leaves API open for advanced access. It is implemented in Java. Moved to GitHub: https://github.com/makumba
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Proxy Infortuni INAIL

    Gestione telematica della denuncia di infortunio su porta di dominio

    Il proxy-infortunio-inail, nato come una esigenza per i consulenti del lavoro di un'associazione di categoria, in particolare la CNA (Confederazione Nazionale dell'Artigianato e della Piccola e Media Impresa), si pone l'obiettivo di abbattere i tempi di compilazione ed invio di una denuncia di infortunio presso INAIL, e di gestire tutte le fasi dell'inter successivo che scaturisce dall'acquisizione della denucia pressso INAIL. Di seguito un elenco delle principali funzionalità : -recupero...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Log- and Exception Handling System (LEHS) for Oracle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    utPLSQL
    Our objective: to provide a unit testing framework for PL/SQL developers modeled on the Junit and Xunit frameworks. Based on the Extreme Programming methodology, utPLSQL makes it easy for developers to set up and execute unit tests of packages. Active development of this project is now on GitHub
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Mar 2025 - Project moved to Github: https://github.com/symbolthree/apex2ebs APEX2EBS is a framework to integrate Oracle Application Express (APEX) and Oracle EBS 11i or R12. Developers can quickly create professional web-based applications in APEX which interacts with Oracle EBS with equal level of access controls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    SDFSDF

    SDFSDFSDFSDF

    FSDFSDFSDFSDFSDFSDF
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Oracle PL/SQL Logger

    Oracle PL/SQL Logger - first in a series of useful oracle utilities

    A light-weight, simple to use, fine-grained Oracle PL/SQL logger utility allowing you to see the desired output at crucial points in your code. Set your logging level globally, for a specific package, procedure or function. Create logging entries independent on your transactions and without a need to recompile your code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Virtual Emergency Service

    Fast way to ask for help

    ...If there are no answers or if the person ask for help during that call, an emergency request is sent to know people via SMS, E-mail, phone (and fax) To be able to use this project you have to know: * PostgreSQL * Asterisk * Php * Apache The project will be available only for linux. *Current status of the sources* There is no user interface. If you manually fill the database's tables you will be able to: a) call the Virtual Emergency Service raising a real or similated emergency b) immediately get an alert SMS and e-mail (no SSL support right now) c) record your help message that will send via e-mail after the hangup The SMS and the e-mail are translated in the language of the contacted person
    Downloads: 0 This Week
    Last Update:
    See Project