Showing 51 open source projects for "smith"

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.
    Get Started Free
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    This is the portfolio of Shannon Smith, and some of her achievements as a programmer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    rfMaxima
    rfMaxima is an RF toolbox for the wxMaxima computer algebra system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Sentence Parser for Python
    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. You can always tweak the code to get a nicer output, but the main idea is still there, and completed with this little program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Downloads of open source phpBB modifications, hacks, templates, and add-ons created by Thoul of www.phpbbsmith.com.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 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
  • 5
    NeedlemanWunsch

    NeedlemanWunsch

    Fast global sequence alignment for the masses!

    MOVED TO GITHUB: https://github.com/noporpoise/seq-align Global optimal sequence alignment using the Needleman-Wunsch algorithm. Aligns DNA, RNA, protein sequence and more! See our sister project local alignment using Smith-Waterman: http://sourceforge.net/projects/smithwaterman/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A simple JDBC framework (JAR) by Jeff Smith. Employs database independent, unchecked exception code. Supports Oracle, mySQL, HSQL, and PostgreSQL--can be easily extended to new databases. See article (origninally published on Developer.com) here: http://softtechdesign.com/products/SQLExecutor/SQLExecutor.htm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    mubiomics

    Scripts for processing next-gen sequencing data

    ...Included are quality control, read demultiplexing and microbiome characterisation scripts for use with usearch, pplacer and RDP classifier. The package was used to produce the data presented in Smith et al. (2012) "The Cervical Microbiome over 7 Years and a Comparison of Methods for its Characterization".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SmithWaterman

    SmithWaterman

    Fast local sequence alignment for the masses!

    MOVED TO GITHUB: https://github.com/noporpoise/seq-align An implementation of the Smith-Waterman local sequence alignment algorithm. See our sister project global alignment using Needleman-Wunsch: http://sourceforge.net/projects/needlemanwunsch/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JFinisher

    JFinisher

    JFinisher is software for alignment, editing and manipulation DNA seqs

    JFinisher is software for alignment, editing and manipulation of biological sequences. It aims to assist in the finishing of genome assembly. Starting from a reference sequence, the program align contigs using Smith-Waterman local alignment algoritm with auxiliary methods, allowing management of the alignments generated. It has graphical interface for manipulation and visualization of the actions, uniting features that help in editing the sequences. It has internal projects manageable and ability to export results in the standard formats of the area.
    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
  • 10
    A javascript calendar control for web client development. The interaction is inspired by windows system calendar selector. It is tiny, pure javascript, easy to use, and control style by css.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Smith is an powerful scriptlanguare witch is still in development. Smith has an own IDE and is at the moment only available for Linux It will be full Integrated into Lazarus for more power. For more Information see the Wiki: http://smith.akaikee.de
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A simple javascript version of Smith Html Editor for web client. It is very tiny and have most functions done. And currently it works fine in Chrome and IE7+.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A log anomaly detector tool which uses a modified Smith Waterman algorithm to identify matching (or non-matching) messages, against archived syslog messages in real time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Smith-Waterman algorithm implementation on CPU, GPU and FPGA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Java implementation of the most commonly used algorithms for exact string matching, where the pattern is given first.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Qt Impedance Plotter
    This is a small program to show impedances in a Smith Chart. The chart is drawn (it is not an image), so it can be redimensioned without pixeling. As it's done with Qt 4, it should run in multiple platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Multi-functional batch sequence aligner incorporating Needleman-Wunsch, Smith-Waterman and Oommen-Kashyap algorithms along with compound alignment of secondary sequences.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SqlWrapper
    Abstracts developers from SQL syntax, with methods that return Strings to pass on to JDBC, thus allowing compile-time checking for, many, otherwise run-time bugs. e.g. stmt.executeQuery(SqlWrapper.selectId(ordersTable, customerColumn, "John Smith")
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An efficient implementation of the Smith-Waterman algorithm that takes advantage of SIMD instruction sets in modern CPUs. The Smith-Waterman algorithm is used for sequence alignment in bioinformatics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Math Wizard is a group of math equation solvers. The programs included with Math Wizard are coded by Connor Smith.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Smith is an open source, cross-platform ColdFusion® engine, written entirely in Java. Running on top of Java Runtime Environment and Java Servlet Container, it can be deployed virtually on any operating system and work with any web server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Stop searching for your notes on that interesting book written by some person called Smith - now they're only a few clicks away. BibWorm is your complete research management tool, bringing together your bibliographical data and your documents/notes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JAligner is an open source Java implementation of the dynamic programming algorithm Smith-Waterman with Gotoh's improvement for biological local pairwise sequence alignment with the affine gap penalty model.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Chime is a smith chart calculator used for impedance matching in RF circuit design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    NeoBio is a Java class library of Computational Biology Algorithms. The current version consists mainly of pairwise sequence alignment algorithms such as the classical dynamic programming methods of Needleman-Wunsch and Smith-Waterman.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo