Showing 38 open source projects for "c for windows 8"

View related business solutions
  • New Plans, same great Auth0 | Auth0 by Okta Icon
    New Plans, same great Auth0 | Auth0 by Okta

    You asked, we delivered! Auth0 has expanded our Free and Paid plans to make it even easier for you to protect your customers identities.

    In our new Free Plan, you'll receive more MAUs than ever. You'll also be able to add Passwordless authentication, use your own custom domain, and more. Our expanded Paid Plans include increased connections, more MFA offerings, and more. Check out what's new.
    Learn more
  • 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
  • 1
    Npgsql

    Npgsql

    Npgsql is the .NET data provider for PostgreSQL

    Npgsql is an open source ADO.NET Data Provider for PostgreSQL, it allows programs written in C#, Visual Basic, F# to access the PostgreSQL database server. It is implemented in 100% C# code, is free and is open source. An Entity Framework Core provider is also available and exposes some features unique to the PostgreSQL database to EF Core users. Finally, a legacy Entity Framework 6.x (non-Core) provider is also available but is no longer being actively maintained. Npgsql is the open source...
    Downloads: 49 This Week
    Last Update:
    See Project
  • 2
    Envoy

    Envoy

    Cloud-native high-performance edge/middle/service proxy

    Envoy is an open source, high-performance edge/middle/service proxy designed for cloud-native applications. It was built by Lyft to solve the common problem of networking and observability when moving to a distributed architecture. Envoy is a proxy designed for single services and applications. Aside from that it is also a communication bus and “universal data plane” designed for large microservice “service mesh” architectures. It runs right along with every application, and abstracts the...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Tengine

    Tengine

    A distribution of Nginx with some advanced features

    Tengine is a web server originated by Taobao, the largest e-commerce website in Asia. It is based on the Nginx HTTP server and has many advanced features. Tengine has proven to be very stable and efficient on some of the top 100 websites in the world, including taobao.com and tmall.com. Tengine has been an open source project since December 2011. It is being actively developed by the Tengine team, whose core members are from Taobao, Sogou and other Internet companies. Tengine is a community...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    MsQuic

    MsQuic

    Cross-platform, C implementation of the IETF QUIC protocol

    MsQuic is a Microsoft implementation of the IETF QUIC protocol. It is cross-platform, written in C and designed to be a general-purpose QUIC library. MsQuic also has C++ API wrapper classes and exposes interop layers for both Rust and C#. QUIC has many benefits when compared to existing "TLS over TCP" scenarios. MsQuic has several features that differentiate it from other QUIC implementations. Optimized for client and server. Optimized for maximal throughput and minimal latency. Asynchronous IO...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 5
    gost

    gost

    GO Simple Tunnel, a simple tunnel written in golang

    ..., DNS resolver and proxy, and TUN/TAP Device. In GOST, GOST and other proxy services are considered as proxy nodes, GOST can handle the requests itself, or forward the requests to any one or more proxy nodes. In addition to configuring services directly from the command line, parameters can also be set by specifying the external configuration file with the -C parameter.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    JDBC Driver for Amazon Neptune

    JDBC Driver for Amazon Neptune

    Amazon Neptune JDBC Driver by Amazon Web Services

    ... to Amazon Neptune using the JDBC driver, the Neptune instance must be available through an SSH tunnel, load balancer, or the JDBC driver must be deployed in an EC2 instance. SSH Tunnel and host file must be configured before using the drive to connect to Neptune, please see SSH configuration. This driver is compatible with JDBC 4.2 and requires a minimum of Java 8.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Quartz.NET

    Quartz.NET

    Quartz enterprise scheduler .NET

    Quartz.NET is a full-featured, open-source job scheduling system that can be used from smallest apps to large-scale enterprise systems. Can run embedded within an application or even instantiated as a cluster of stand-alone programs (with load-balance and fail-over capabilities). Jobs are scheduled to run when a given trigger occurs, triggers support wide variety of scheduling options. Jobs can be any .NET class that implements the simple IJob interface, leaving infinite possibilities for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    manticoresearch

    manticoresearch

    Easy to use open source fast database for search

    ... over HTTP and uses the MySQL protocol (you can use your preferred MySQL client). JSON over HTTP: to provide a more programmatic way to manage your data and schemas, Manticore provides a HTTP JSON protocol. Written fully in C++: starts fast, doesn't take much RAM, and low-level optimizations provide good performance. Can sync from MySQL/PostgreSQL/ODBC/xml/csv out of the box. Not fully ACID-compliant, but supports transactions and binlog for safe writes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    nanomsg

    nanomsg

    nanomsg library

    .... Messages flow from the push side to the pull side. If multiple peers are connected, the pattern attempts to distribute fairly. nanomsg is a socket library that provides several common communication patterns. It aims to make the networking layer fast, scalable, and easy to use. Implemented in C, it works on a wide range of operating systems with no further dependencies. The communication patterns, also called "scalability protocols", are basic blocks for building distributed systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
    Learn More
  • 10
    Go MySQL Driver

    Go MySQL Driver

    MySQL driver for Go's (golang) database/sql package

    Lightweight and fast, native Go implementation. No C-bindings, just pure Go. Connections over TCP/IPv4, TCP/IPv6, Unix domain sockets or custom protocols. Automatic handling of broken connections, as well as automatic Connection Pooling (by database/sql package). Supports queries larger than 16MB. Full sql.RawBytes support. It provides intelligent LONG DATA handling in prepared statements. Secure LOAD DATA LOCAL INFILE support with file allowlisting and io.Reader support. Optional time.Time...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    OpenAS2

    OpenAS2

    AS2 1.1 server implementation in Java

    ... - Certificate Exchange Management IMPORTANT: Java 8 is no longer supported.
    Leader badge
    Downloads: 66 This Week
    Last Update:
    See Project
  • 12
    MailCleaner

    MailCleaner

    Anti Spam SMTP Gateway

    [antispam] MailCleaner is an anti-spam / anti-virus filter SMTP gateway with user and admin web interfaces, quarantine, multi-domains, multi-templates, multi-languages. Using Bayes, RBLs, Spamassassin, MailScanner, ClamAV. Based on Debian. Enterprise ready. MailCleaner is an anti spam gateway installed between your mail infrastructure and the Internet. It includes a complete GNU/Linux OS and a graphical web interface for user and administrative access. It comes in the form of virtual...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    Balancing Load Across Systems (Ballast)
    Ballast is a tool for balancing user load across SSH servers that supports user-specific policies as well as traditional policies based on metrics such as CPU load. It includes a simple client, a lightweight data server, and a data collection agent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Riverdrums Load Balancer is a feature-full, fast, event-driven frontend to enable high throughput access to clusters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    FastoCloud PRO

    IPTV/NVR/CCTV/Video cloud https://fastocloud.com

    IPTV/Video cloud Features: Cross-platform (Linux, MacOSX, FreeBSD, Raspbian/Armbian) GPU/CPU Encode/Decode/Post Processing Stream statistics CCTV Adaptive hls streams Load balancing Temporary urls HLS push EPG scanning Subtitles to text conversions AD insertion Logo overlay Video effects Relays Timeshifts Catchups Playlists Restream/Transcode from online streaming services like Youtube, Twitch ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Verigio - DNS Proxywall / DNS Firewall

    Verigio - DNS Proxywall / DNS Firewall

    One of the most advanced DNS Proxy and DNS Firewall in one product.

    It is a versatile DNS Proxy server with DNS firewall which filters DNS traffic between local computer and DNS servers with flexible rules, supports blocking by IP geography, caching, import/export rules into XML. With a click of a button acts as a DNS proxy (or DNS server), supports multiple client authentication methods, calculates statistics for DNS servers and proxy clients, supports load balancing between multiple upstream DNS servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Network Manager

    Network Manager

    Windows tool for monitoring and configuring your network adapters

    Network Manager is a free and open source Windows tool that will aid you in monitoring and configuring your network adapters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JPPF

    JPPF

    The open source grid computing solution

    JPPF makes it easy to parallelize computationally intensive tasks and execute them on a Grid.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19

    Pen Loadbalancer

    Pen is a load balancer for udp and tcp based protocols.

    This is Pen, a load balancer for udp and tcp based protocols such as dns, http or smtp. It allows several servers to appear as one to the outside and automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Qihoo360 Atlas

    Qihoo360 Atlas

    A high-performance and stable proxy for MySQL

    Atlas is a MySQL protocol-based database middleware project developed and maintained by the infrastructure team of the Web platform Department in QIHU 360 SOFTWARE CO. LIMITED(NYSE:QIHU). It fixed lots of bugs and added lot of new functions on the basis of MySQL-Proxy 0.8.2. Currently, the project has been widely applied in QIHU, many MySQL businesses has connected to the Atlas platform. The number of read and write requests forwarded by Atlas has reached billions. Rewrite all lua code with C...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Bat2015

    Bat2015

    Bachelor of Science (Informatik)

    The toolkit glpk supports methods for mixed integer linear programming (MILP). These methods solve Capital Budgeting Problems (CBP). Unfortunately, glpk does not support any multithreading and there is no feature to distribute problems via network connections. Today, this is a pitiable sight, because modern computer systems are coupled by networks and support multi threading. We create a distributed system with Apache thrift and the C-API of glpk. Now, it is possible to use as many cores...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    MultiPlink

    MultiPlink

    [UPDATE 28-10-2015] FINAL MULTIPLINK SSH LIFETIME v2.0 UP-5 "FAREWELL"

    ... Kunjungi Halaman Wiki untuk informasi selengkapnya -> http://sourceforge.net/p/multiplink/wiki Petunjuk Pra-Instalasi: - Install atau Ekstrak hanya ke Drive C:\ pada sistem anda - Contact SuperAdmin sebagai berikut: #FaceBook: https://www.facebook.com/derix Petunjuk Post-Instalasi: - Jalankan tool melalui shortcut "MultiPlink" di desktop - Perhatikan setiap tutorial on-screen yang ada pada tool - LOGOUT otomatis. Save pekerjaan sebelum selesai instalasi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Distributed Multithread Apriori (DMTA)

    A parallel implementation using MPI and OpenMP to Apriori algorithm

    DMTA (Distributed Multithreaded Apriori) is a parallel implementation of Apriori algorithm, which exploits the parallelism at the level of threads and processes, seeking to perform load balancing among the cores. Was implemented in C++ language, using the parallelization libraries OpenMP and MPI. The algorithm was generated as a result of a project developed by André Camilo Bolina, under the guidance of teachers Marluce Rodrigues Pereira, Ahmed Ali Abdalla Esmin and Denilson Alves Pereira...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    tvpvrd - (TV Personal Video Recorder Daemon). A Unix server/daemon to make scheduled recordings of TV broadcasts using one or multiple Video capture cards with optional automatic transcoding (using ffmpeg)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    java loadbalancer

    A simple loadbalancer written in java

    This project is about to give you a simple (but powerful) loadbalancer written in JAVA. "The performance of a Java based load balancer may never match that of a well written load balancer in C/C++, but as teh platform is evolves further, it can only get better." (from http://javalb.sourceforge.net/) My project is a mutch more simple way to have a TCP loadbalancer. It has a hard coded round robin (tictoc) algorythm, and (right now) limited to 2 realservers (it will change in the future)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next