Showing 483 open source projects for "server list"

View related business solutions
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • 1
    RSS Reader in PHP (RSS, ATOM feed)
    Multi-user, full-featured, web-based RSSReader was developed for server based reading of RSS channels. It was developed to keep data on our own server and to support protected feed from internal sources. Web-based RSS Reader was created for ASW Systems - http://www.septim.cz.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    DENRIT

    DENRIT

    Perform anonymous and non-anonymous pentesting.

    DENRIT allows remote administration of anonymous networks (TOR, I2P and FreeNet). Also, contains a pentesting module to execute commands using a selected anonymous network, pentesting with TOR or TCP Follows a client/server model with well-defined communication interfaces. SSH is used to allow remote clients to access the machine and manage any anonymous network that is installed there, plus allows penetration testing anonymously (or non-anonymously) using tools such as Metasploit Framework, nmap, nikto, among others. The list of supported applications will grow as the project progresses. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Impossameule

    Python command line tool to access an online online things ressource

    Client. Allows to store and retrieve information from the Impossameule server using python. impossameule.py is online help impossameulle-submit.py is for uploading information impossameule-remove.py does not do the contrary, since it does not retrieve. It deletes. impossameule-list do the retrieving job impossameule-tag do the same, but with a convenient interface for more categorized results Please note that the server side is written in php not free due to various online code inspiration, but the protocol can be so easily being reverse-dirthaxed. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Extended SourceWare Archive Group
    ...Current version (testing 0.9) features : - a reader program : allows users to browse through the code archives, organizes them by type and operating system and updates the archives from multiple XSWAG servers. - a server daemon : maintains a list of archives and provides updates to clients. - a creator program : to quickly make or modify an XSWAG archive file, add/remove sources and update sources info (os, compiler, architecture, contact info, author name, subject).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 5

    parafly

    Parallel command processing using OpenMP

    Given a file containing a list of unix commands, multithreading is used to process the commands in parallel on a single server. Success/failure is captured, and failed commands are retained and reported.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Cross platform (python 2.5) tool for exporting data via SMTP (email) to an Endress-Hauser Fieldgate DM3 Server. This tool may be used with any MySQL database historian, even though it was originally an extension for mod_openopc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PHP Strategy Game Engine Server List
    Server List for PHP Strategy Game Engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    CraftServers

    A PHP Minecraft Server list site.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Zimbra connector for Funambol enables the Funambol synchronization platform to synchronize contact list, calendar information and task information with contact lists, calendar and task information stored on the Zimbra mail server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10
    Webserver Malware Scanner

    Webserver Malware Scanner

    Simply scans your server for malicious files

    Webserver Malware Scanner is a simple script for detecting and analyzing web-based threats. It currently handles exploitkits, shells, obfuscated JavaScript codes, Executables, Iframes and port scans. Use the following command to download the latest version: # Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http://webserver-malware-scanner.googlecode.com/svn/branches/ webserver-malware-scanner-scanner Would you like to test our latest...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    andzabbix

    andzabbix

    Native android client for Zabbix

    Client for Zabbix monitoring system. Support many features for better use and control monitoring. Features: * Displays a list of active triggers * Background check active triggers * Notification about new active triggers * Automatic update active triggers list * Simple triggers control (Disable, delete, activate) * Show events list for triggers. Acknowledge events. * Displays are hosts list with item overview * Display all graphs, created in WEB GUI * Support multiple server * SSL connections * Basic authentication * Full support for Zabbix 2.0.x * Simple graphs on Overview page for all items.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12

    html5remote

    Portable versions of Guacamole (html5 VNC/RDP) and GateOne (html5 SSH)

    This project consists in a binary repack of other open source software: - Guacamole (html5 VNC/RDP client, http://guac-dev.org) - GateOne (html5/websocket SSH client, http://liftoffsoftware.com/Products/GateOne) The software is executed in a special environment and can run on several Linux distributions without installation. The environment contains a specific software stack, some Linux shared libraries and patched binaries (see patchELF) taken from Ubuntu 12.04 LTS. The only...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    fw2csv

    Convert data file from fixed width format table to CSV

    ...This utility allows user to insert user-defined column separators into user-defided positions of flat file table given in fixed-width format. I am using this utility to import astronomical catalogs provided as flat tables at CDS ftp-server into postgresql; Build: $ make all [cc={icc|gcc}] Install: $ make install [prefix=/path/to/your/bin/directory] Example of usage: $ gzip -dc table.dat.gz | fw2csv --stops=4,10,11,20,30,36 -d '|' -header 1 | psql wsdb -c "copy mytable from stdin with csv delimiter '|'" For the list of available options call $ fw2csv --help
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    StoMpd - Studio Tools On MPD

    StoMpd - Studio Tools On MPD

    Advanced MPD Client

    StoMpd offer a wide range of specialized features aimed at broadcasters/studio use, built upon the Mpd audio server. IMPORTANT: Uses the client-to-client API featured in MPD v0.17+. MPD version 0.17 0r higher is a REQUIREMENT. Please visit stompd.org for further details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Xenophobe

    Block countries via iptables and gui menu with country flags.

    The purpose of this project is to geographically restrict access from countries to your server and simply iptables restrictions via a country code and not a large ip list. It is intended as a means of reducing unwanted attacks, brute force, spam, etc. not as a means to segregate access worldwide nor discriminate against any country. I have waned to package an rpm, and deb file that quickly allows most users to block ip addresses from ip blocks that have been geographically assigned. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    phalanx # parallel hash alternative

    phalanx # parallel hash alternative

    parallel hash alternative message digest

    phalanx - parallel hash alternative (PHA) is an initiative to provide a fast and portable, parallel/multithreaded message digest utility and library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ldapsync

    A MemberAdapter and cronjob to contact an ldap server for mailman

    These are two modules: the first is a MemberAdaptor for mailman that reads a file of members for each mailing list. The other is a cronjob that contacts an ldap server and * writes an aliases file for each user that has uid and mail entries in ldap, to be used with postfix * maintains lists that are defined via ldap with GroupOfNames and write the files for the first module If the ldap server is inaccessible, the files are left in place, so mails still get delivered.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    SuggestSE

    Autosuggest for jQuery

    SuggestSE is text auto-suggest replacement instead using default browser suggestion. Its work under jQuery library. Data source can be taken from server, local array, string, even from element HTML. Still customizable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    LANchat

    Chat inside a LAN (subnet).

    This is an application for chatting inside a subnet. For example if three PCs are connected via Ethernet at home, they can talk to each other. I started this to practice network programming with Qt Framework and to be able to chat to my other machine at home. It implements a serverless (P2P) chat protocol called Train.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    JDeploy!, easy report deploy

    JDeploy!, easy report deploy

    JDeploy! manage a JasperReport Server from the command line.

    JDeploy! is a JasperReports Server tool that includes utilities to manage a Jasper Reports Server from the command line. It allows to deploy reports on a remote server (very useful on cluster platforms). You'll be able to list reports, create, delete and modify folders and datasources and deploy a ZIP file of reports and resources on a standarized way. This set of tools are maintained by http://www.sdweb.es
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    MailMarket

    MailMarket

    MailMarket is a Java application to send emails to a designated list

    MailMarket is first intended as a desktop application that allows users to send emails to different mailinglists. MailMarket is be built out of different components -- allowing it to run on different environments, as desktop or server -- and use custom content store implementations. The initial application is built as a Java Desktop application, allowing it to run on any platform that supports Java. Notes: this project is created by developers at Beanpole (http://www.beanpole.be)...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Soundbox
    Soundbox is a radio system application for IP.Board that displays your SHOUTcast Radio on the community, and manage it through AdminCP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Bulk Newsletter Mailer (BNM)

    Bulk Newsletter Mailer (BNM)

    BNM helps you design and send massive emails in HTML format

    Bulk Newsletter Platform(BNM) provides the components necessary to send bulk email in HTML format. BNM is written in PHP and it is appropriate to work either standalone on a server or embeded in an existent website. It is an easy to use, marketing tool which allow the user to create and send massive advertisements and newsletters in HTML to his mailing list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Hc Chatbot

    A small opensource Chatbot which is written in PHP

    Note: This project is temporarily frozen This is a small open source Chatbot which is written in PHP. If there is any translation you will be able to install it on your Server. It was built to include in your Website. So we do not care about style. If there is a word that the chatbot does not know you can see and add it to the list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Java Unique Exception Extractor

    Utility to extract unique java exceptions

    ...Can be set to collect certain exceptions only (e.g, NullPointerException, SQLException etc.) Can be set to skip certain exceptions (e.g, MissingResourceException, BusinessException etc.) Cab be configured to catch certain word-list only (having a common prefix). For example, if CATCH_ONLY_WORD prefix is “STORE:” and list is set to “02819”, “00021”,”05607” then only exceptions with string “STORE:02819”, “STORE: 00021”, “STORE: 05607” can be collected, rest ‘STOREs’ will be ignored. Can be set to scan a location at remote server or a location at local server itself. ...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB