Showing 1767 open source projects for "problem a"

View related business solutions
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Start Free
  • Demo Series - Small Business Backup By Veeam Icon
    Demo Series - Small Business Backup By Veeam

    Learn how to protect your Microsoft 365 data, with simple, actionable tips today.

    Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
    Watch Demo Series
  • 1
    XSugar Tools contains some utilities for XML data processing. Each utility has only simple function, but the combination of them can solve complex problem. This project is inspired from "Software Tools" by Brian W. Kargnighan and J.P.Plauger.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    FixtureContainer

    Object container for C++ fixture objects

    ... * The service object is there for you when it is needed, without explicit object instantiation. * The service object is accessible without manual interconnection effort, like passing around reference. (The last point causes the maintenance problem as described earlier, at the same time.) Inspired by Java's servlet container, FixtureContainer class solves the above mentioned problem, while preserving preferable aspects of the singleton.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Java ThreadPool

    Simple java threadpool

    Java ThreadPool is a java framework which gives the user the possibility to execute a divided problem into a finite number of subproblems, execute each subproblems in an asynchronous way and combine the result of each subproblem in a final result for the initial problem. The division of the problem into subproblems and the combining the subproblems' results into a result for the initial problem, is the user responsability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    En:Best Alternative to MADURA Dictionary

    En Dictionary is Free, Useful Dictionary and English Learning Tool

    ...(See bellow) Award for Invention of the En Dictioanry ICTA - e-Swabhimani 2012 SLIC - Dhasis 2012 Visit to More Details, http://namalyaya.blogspot.com/2014/01/free-download-english-learning-tool-en-dictionary-2014.html Easy All of Your Language Problem With The En Dictionary ICTA Recommendation. http://tinyurl.com/be5tcze "Real-time Subtitle Translating feature is very useful tool that makes learning English effortless and interesting With this feature people get the opportunity to watch and understand the script of their favorite English moves while learning English at the same time
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
    Start Free
  • 5
    1-click IGNOU BCA/MCA result calculator
    ...******************************** UPDATE ********************************** IGNOU has switched to using HTTPS for gradecard access, as a result this software is not working anymore. HTTPS support can be added but i am pressed for time. No problem though, i've created another way to calculate your percentage, please visit: http://ignourescalc.sourceforge.net/ ***************************************************************************
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    HttpRequester

    HttpRequester

    HTTP request utility designed with developers in mind.

    This program is a custom solution to the problem of requiring the use of a HTTP WebApi or similar resource from a language that lacks support for socket communication. The only requirement of the client language is that it has a standard I/O library and is able to execute system commands. You pass a JSON request body to this CLI tool and it will print a response JSON object to the standard out with usual HTTP response information, status, body, request time etc.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7

    Optimal exploration path

    Optimal exploration of grid environments for a realistic robot.

    This project provides a resolution algorithm for the optimal exploration problem in the discrete space. Specifically, we define the optimal exploration problem as a classical AI search problem, which is solved with A*. A set of parameters and speedup techniques are proposed in order to balance the algorithm's expected computation time and the solution's quality. For more details, refer to the preliminary paper: A.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    check_eigrp

    Plugin checks operation of the EIGRP protocol.

    ...Plugin retrun standard exit codes for nagios: CRITICAL if router has lost neighbors; WARNING if number of neighbors has changed; OK if number of neighbors matches to the given "-n" value; UNKNOWN if some errors occurs in SNMP protocol. Plugins requires net-snmp-libs to be installed. This problem is solved automaticaly if u install plugin from rpm (yum localinstall nagios-plugins-eigrp). In this case plugin also will be installed in standart for this OS location: /usr/lib64/nagios/plugins or /usr/lib/nagios/plugins. Inside arch depended tarball packages only compiled executable file. You should copy them in nagios plugins folder for use. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Automatic Compound Processing (AuCoPro)

    Automatic compound splitting and semantic analysis of compounds

    The central problem to be addressed in this project concerns a multidisciplinary (linguistics and computational linguistics) investigation into sharing of knowledge and resources between closely-related languages, specifically relating to the automatic processing of compounds. Specifically, we will explore the possibility to create new knowledge about closely-related languages, and efficiently develop additional, more advanced resources for (a) compound segmentation; and (b) the semantic analysis of compounds; as such, the project will be divided into two interrelated subprojects, to be executed simultaneously. ...
    Downloads: 1 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.
    Start Free
  • 10

    cutting stock problem java library

    Java library to solve cutting stock problem using greedy approach

    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Bin Packing with Genectic Algorithm

    Bin Packing with Genectic Algorithm

    Bin Packing problem solved using Genectic Algorithm

    This project contains a solution for a Bin Packing problem solved using Genectic Algorithms. The code in the project was created as a solution for a problem in a combinatorial optimization class at the Univeridade Federal do Rio Grande do Sul (UFRGS - Brasil) in 2007.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Clojure Cookbook

    Clojure Cookbook

    This is the home of O'Reilly's Clojure Cookbook

    Clojure Cookbook is O'Reilly's editorial collection of Clojure “recipes” — curated pairs of common programming problems with idiomatic solutions, code examples, and explanations. It's designed to serve both as a tutorial and problem-solving reference in real-world Clojure development. Clojure Cookbook doesn't just teach you Clojure, it also shows you how to use the language and many of its common libraries. The most difficult part of mastering any language is knowing how to apply it, in an idiomatic way, to tasks that real software developers encounter every day. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Linux-cfyffe fork

    A custom fork of the Linux kernel.

    ...This will never leave BETA status as it's usually total chaos about how releases are handled, features may appear and disappear faster than you can blink. The only thing I can promise about the kernels I upload is that if I upload it, it built, installed, and booted on my personal system without a problem. I use LUKS and LVM for everything but /boot, so I know they work when I upload the kernel. Anyway, I'll admit it, I'm a security freak, if I even think there MIGHT be a security hole, I don't rest until I've fixed it and verified it's been properly fixed, I also want my laptop to be as fast as possible, so in the end, you'll be getting a secure kernel that's about as fast as Linux can go on common home x86_64 PC hardware. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ...How then do you interest business users of the power of your solution? How do you quickly build or mock up an application that will interact with your back end services? We had just such a problem and needed a way to keep senior technical staff and business users awake during a presentation. We searched for something suitable - we knew that editing XML in SOAP UI would not work well - in the end we created our own demonstration framework - this is the result.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Qexplore

    Qexplore enables a Qmail server to analyze emails.

    ...Unlike other scanners for Qmail, such as Simscan or Qmail-Scanner which are inline scanners, Qexplore is an offline scanner that first write an email to a queue resident on disk, closing the qmail-smtpd communication. It than (offline) analyzes this email to check for virus and/or spam. This design solves the problem of highly traffic smtp servers in wich a lot of concurrent SMTP connections can deny access of incoming/outgoing emails because the system is busy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Sudokut is a platform-independent Sudoku Solver written in Tcl. It is a command line tool, with no graphic interface: just pass a sudoku problem as a string to the command and it returns all possible solutions. It also explains the entire resolution process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    ProteinLP

    A linear programming model for protein inference problem

    ...ProteinLP is implemented in Java and can run on any Java Virtual Machine (JVM) regardless of computer architecture. Since ProteinLP introduces linear programming to solve protein inference problem, the software uses a standard LP software package, Glpk for Java (v4.47).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Discrete Dipole Aproximation Project

    Discrete Dipole Aproximation Project

    Plugin orientated Discrete Dipole Approximation (DDA) Solver

    Discrete Dipole Approximation Project, is a software package designed to solve the Discrete Dipole Problem by the Discrete Dipole Approximation (DDA) method. This software is desgined to be plugin operated allowing for easy implimincation of new solver methods to improve the efficienty of the code. The plugin support also allow the program to write its output in multiple formats and structures defined by plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    muteFritz

    muteFritz

    Mutes windows system when getting a call via fritzbox

    This little toll was created to control your windows sound system (muting it/ unmuting it) when you are receiving a call or when you are calling somebody from a phone that is connected to a fritzbox. My girlfriend had the problem that when she was listening too music from the pc she didn't hear the phone ringing and finally missed the call. I'm also using the fantastic app fritzcall on my enigma2 system. It works great together with this tool and is not distubring it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    encodef

    Programs to simplify filename processing in Unix/Linux/POSIX

    Unix/Linux/POSIX typically allow almost any byte in a filename, but this flexibility is the source of many problems and vulnerabilities. This problem is described in "Fixing Unix/Linux/POSIX Filenames: Control Characters (such as Newline), Leading Dashes, and Other Problems" (http://www.dwheeler.com/essays/fixing-unix-linux-filenames.html). Ways of writing shell programs to work around this are discussed in "Filenames and Pathnames in Shell: How to do it correctly" (http://www.dwheeler.com/essays/filenames-in-shell.html). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TrixIE WPF4.5

    TrixIE WPF4.5

    Trixie - Tricks for IE

    Several years ago, there was Trix on http://www.bhelpuri.net/Trixie/ . But there is no official sites, only a copy of Ver.0.2.3 could be gotton. I got a trouble after I installed IE11. I've tried to solve my problem making own Greasemonkey and got it. I've looking for the way how my Greasemonkey could be applied on IE11. Then I got Trixie binary and started to rewrite it. Features: * almost same as original Trixie * single exe file * self COM register * WPF options dialog * cross-domain XmlHttpRequest(GM_xmlhttpRequest) is eliminated * Google DeLinker Greasemonkey script * .NET 4.5 required
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FreePdf

    FreePdf

    Permanently rotate or merge Pdf's

    Easy to use utility to rotate or merge existing Pdf's from your computer. Most free programs like Adobe Reader will not allow you to save the file in a new orientation and FreePdf addresses this problem. Rotate or merge multiple pdf's in bulk, not one by one. Allows specific page numbers to be manipulated and allows you to choose the output path. v1.3 allows the deletion of pages from a Pdf prior to rotating or merging by double clicking on a file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    qpfractest

    Tests and Drills for fraction arithmetic

    A test and drill application that tests for Lowest Common Multiple, Reduction of Fractions, and Combining Terms of Fractions. There are four levels of complexity with user-settable timeouts and problem numbers. A text file is generated with details of the drill results. REQUIRES: qpgui and qpmathpack class libraries, available at the following sites. sourceforge.net/projects/qpgui sourceforge.net/projects/qpmathpack
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Energy Complex

    Solve an energy market supply/demand equilibrium problem

    Find the equilibrium condition for a commodity supply, transportation and demand problem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Kumare Mining Tool

    Kumare Mining Tool

    This tool is ment for increasing mining efficiency in Eve Online

    ...You turn it off too late and you waste your time mining already depleted asteroid. This tool is ment for increasing mining efficiency in Eve Online by dealing with above problem. It is done by calculation of the exact time needed to mine an Asteroid of a specific ore type and size. Calculated time is then presented and countdown is started. 10 seconds before predicted asteroid depletion, sound notification starts and then exact moment of lasers/miners should be stoped is sygnalized.
    Downloads: 0 This Week
    Last Update:
    See Project