Showing 1767 open source projects for "problem a"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Start Free
  • 1

    CollapseFPKM

    This code is a solution to collapsing duplicate FPKMs for a gene

    This code is a solution to collapsing duplicate FPKMs for a gene. Problem/Issue: In the cufflinks output files *_genes.expr (which reports the gene-level coordinates and expression values), sometimes I get more than one row for the same gene? It's like in some cases the FPKM values from the transcripts corresponding to the same gene do not get summed, although the transcripts are assigned to the same gene.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    Split VCF

    Split Contacts

    Google Exports Contacts as Single File. But Where as Nokia and Microsoft Supports Single Files. I designed this Software as a solution to this Problem. For password mail Me to arjun143malli@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Contest Parser

    parsing the contests

    This app is used to parse the contests (currently for codeforces only). It gives the information about contest that its URL had been entered and fetch the problems and their test datas. you can write each problem code in "source.cpp". other features are describe in the .zip file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    CVM C++ Class Library encapsulates concepts of vector and square, band, symmetric and hermitian matrices in Euclidean space of real and complex numbers. It utilizes BLAS and LAPACK Fortran libraries. See http://cvmlib.com for binaries and more details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Start Free
  • 5

    BOINC Inactivity Fix

    Lets BOINC manager settings working properly under linux

    ...The latest BOINC manager offers you the possibility to choose how many minutes your pc should wait in idle before starting tasks, but in Linux this setting is really bugged, because BOINC manager seems not to recognise the inactivity of the user. This script solves this problem. The control of this script affects only the GPU, because CPU-only tasks are executed at a very low-priority, and they usually won't affect any performance during a typical use of a linux system Configure easily this script opening the .ini file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Iron Bug's Collection

    Collection of useful cross-platform C++ code snippets

    ...Kireyonok (aka Iron Bug) Released under Boost Public License For code, see source (SVN). For info - see Wiki. P.S. I gonna put some more code pieces here. I've got a lot of useful snippets, the problem is only documenting the code and putting it in useful form.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    CSV*Loader for Oracle

    Simplified CSV turbo loader to Oracle

    Tired of writing control files? No problem! CSV*Loader will generate control file for SQL*Loader. Too slow? No problem! CSV*Loader turbo mode may load it 10x faster to your Oracle database than your good old Perl::DBI script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Sentence Parser for JAVA
    This is a code for the sentence parsing that does its job properly and FAST. The main problem is that you really need a database of abbreviations so that phrases such as "Dr. Smith" are not calculated as 2 sentences, which means that the good parser must be language dependent. I am also providing a list of all English abbreviations with the code. USAGE: parser p = new parser(); p.parseDoc("in.txt", "out.txt"); in.txt is the String for the filename that you wish to parse out.txt is the String for the filename that you want to have as an output
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    ReShare Framework

    Reshare: A framework for research modeling, combining and sharing

    ...However, since research involves semantics and operations, we need to conceptualize both of them. In this thesis, we propose ReShare to provide a solution for this problem. Maximizing utilization while preserving the semantics is one of the main challenges when the heterogeneous knowledge is combined. Therefore, operational annotations were designed to allow generic object modeling, binding and representation. Furthermore, a test bed is developed and preliminary results are presented to show the usefulness and robustness of our approach.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10

    ODEintegrator

    IVP library

    ODEintegrator is a library for solving initial value problem
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    PhEq_bootstrap

    FDA's f2 computation with bootstrap technique

    ...The algorithm provides possible “worst case scenario” of f2 values, thus supporting claim about pharmaceutical equivalence. The target users are researchers from industry and academia dealing with pharmaceutical equivalence problem. The software is Open Source. It was developed in Lazarus environment, therefore source code is available in ObjectPascal.
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 12
    An implementation of nearly-linear time algorithms for solving the Longest Continuous/Contiguous Segments problem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    gxLibrary : C++ (CUDA+AMP+CPU)

    C++ library for easy simulations on any CUDA/AMP/CPU or remote PC

    ...gxLibrary is source only ( 4 files ), intended to be included in Visual Studio 2012+ projects , primarily geared for non-production projects (proofs of concepts, testing, individual problem solutions) on Visual C++ Win32 Console applications, but can be used in other environments also. In addition to actual library files, there are Sample projects and Tutorial.pdf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    micromanajer

    A tool for tracking tasks of repetitive manual processes

    ...Assume that you have a repetitive process you have to execute every week or maybe even every day. If this process contains tasks that have to be done manually, you might encounter the problem that sometimes you forget to do a particular task, even if it's documented somewhere. The approach of micromanajer is to define the steps of your process as a set of "tasks" in an XML file, where each task defines dependencies to one or more other tasks that have to be executed first. At runtime, when "starting" such a process, the only interaction is picking one or more of the next tasks.and closing tasks that are in progress to "unlock" subsequent tasks for picking. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    nujan

    Pure Java NetCDF4 and HDF5 writer

    ...The HDF group also supports a Java JNI (Java Native Interface) to their C code. While the JNI interface does support most of the native HDF5 features, it can be a problem to integrate with other Java packages. Hence the origins of Nujan.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Filmweb

    Wtyczka do portalu Filmweb, ulepszająca kilka funkcji.

    Autorskie rozszerzenia dla popularnego polskiego serwisu Filmweb. Więcej w dziale WIKI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Mac OS 8 and 9 Windows SheepShaver

    SheepShaver Package for Windows.

    ...I have since added a lot to the package, and will post any update info here. As of current update: - Minor bug: Must install GTK Runtime to default folder in Windows 7. Not under my control, this is a problem with GTK. - Glitch fixed: Disk Tools not wanting to boot. - GTK Runtime setup added to package - HFV Explorer added to package - Added Mac OS 8.TOAST to package, rather than a seperate download - A new update of HFV Explorer allows a fullscreen resolution of higher than 640x480
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18
    Czimps

    Czimps

    A graphical user interface to many Image Processing Functions

    ...(see Image Magick, Open CV, VTK, MuParser, POV-Raytracer and CombineZ) It is impossible to list all of the uses for the software, the basic idea is that you develop or download a Function List which will solve some graphics problem when it is run. Function Lists are built from simple functions, in turn the settings and properties of these functions can be altered interactively. In essence a function list is like a program that provides easy interaction with the end user, e.g. interactive previews to alter settings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Windows console tone generator

    Windows console tone generator,

    ...This program is written using windows API calls and works on 32/64 bit systems (apple macbook pro using win 7 32 bit pro and also a 64 bit hp computer running win 7 ultimate 64. I did find out this had problems running on a 32 bit eee pc 901 running winXp with a realtek HD audio output…I concluded the problem might be with the sound driver. Usage: tone 440 1000 generates 440hz tone for 1 second this was compiled using Code blocks with gcc. Source code included
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    C++Cá&Lá

    A parallel middleware for C and C++ developers

    How can we easily develop applications for multicore or multicomputer architectures? We frequently use middlewares for that problem, but they are often complex and less productive. This way, at DECOM-UFOP, we have two middlewares, named C++Ca&La and JavaCa&La, to build portable and scalable solutions over many high performance computer architectures. Our middlewares APIs are simple, intuitive and designed for young and senior programmers who don’t have high performance programming skills, i.e., knowledge in themes like Threads, Redundancies, Sockets, Datagrams, Load Balancers, Send-Receive Messages, among others. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    TCP Segment Retransmission Viewer

    View, graph, record TCP segment retransmission rates

    ...A segment is retransmitted from a client if there is no corresponding acknowledgment from the receiving host. Further analysis can be done in Wireshark at the packet level if a problem is suspected. Trends can be seen over time graphically with the graph function, which allows panning, zooming, etc. If you find this tool useful please let me know!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    "Approximate Group Steiner Problem on RDF Graph" Database (Rags DB)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MQ Dataset Generator

    MQ Dataset Generator

    Dataset Generator

    ...An efficient alternative is the design and use of synthetic reference data sets to undertake black-box testing. These data sets should be generated in a manner consistent with the functional specification of the problem addressed by the method/software. According to this approach a data set generator was developed for the evaluation of preference disaggregation methods that are used for customer satisfaction analysis, like MUSA (Multicriteria Satisfaction Analysis).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    iOVFDT

    iOVFDT algorithm of incremental decision tree

    How to extract meaningful information from big data has been a popular open problem. Decision tree, which has a high degree of knowledge interpretation, has been favored in many real world applications. However noisy values commonly exist in high-speed data streams, e.g. real-time online data feeds that are prone to interference. When processing big data, it is hard to implement pre-processing and sampling in full batches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    EmulMultiFit

    Simultaneously fit SAS data with polydisperse core-shell-shell spheres

    Keywords: -simultaneously fit several SAXS and SANS data sets with polydisperse (Schultz-Zimm or Gaussian distribution f(R)) spherical core-shell-shell nanoparticles -analytical expressions are used for from factor F(Q) and its integral over f(R), no numerical integration required -absolute units -Mathematica is required via console (MathKernel) -Mathematica's local and global optimizers (simulated annealing, differential evolution, Nelder-Mead, ...) can be used -range for fit parameters and further constraints between fit parameters are possible -Monodisperse(!) hard sphere structure factor can be used, too -long computation times (depending on problem size and amount of constraints) from hours to a few days are possible -non-parallelized code
    Downloads: 0 This Week
    Last Update:
    See Project