Search Results for "count lines of code" - Page 35

Showing 886 open source projects for "count lines of code"

View related business solutions
  • 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.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    PHPStripper is a small yet powerful utility that strips a PHP file to assure the file can be parsed optimally. It removes comments, unnecessary spaces and tabs, empty lines and is sometimes able to detect and merge unnecessarily seperated strings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ...It includes a simple HTML parser object that parses an input stream containing HTML content. Simple Web spiders can be created by sub-classing Arachnid and adding a few lines of code called after each page
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A complete, production-usable Java class library tuned for internal corporate development (GPL). The Amber Archer class library represents over 100,000 lines of code and 700 Java classes, covering topics like UI building, pooling, caching, XML processing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    DISCONTINUED! StoffelLOC is a tiny tool to count Lines of Code. It can parse a single file or whole structures and it can be used to count more than just .java files. I started it because needed it to count the lines in Java Serverpages. At the moment
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    A web-based HTML editor written in DHTML/JavaScript. The look-and-feel follows Microsoft apps such as Word and Outlook. The "control" is implemented as a DHTML Behavior, allowing it to be used with only a couple lines of code added to a standard web pa
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Utilises the JVMDI (Java Debug API) to produce line coverage reports detailing which lines of code have been executed during a test. Report is produced in XML and may be post-processed via XSLT into a prettier one.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Cvsstat is a perl script which analyses the history of a CVS-managed project. The script executes on a set of files, analyses their history, and automatically generates graphs that plot lines of code and number of files against time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    MySQLDataViewer is a class that allows you to display the result of a MySQL query in a tabular form. Easy to use and quick. Completely customizable look and behaviour with very few lines of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A small project with about 500 lines of code so far. Consists a file browser to be accessed via HTTP, made with ASP and DHTML. It's main purpose is to simplify tasks like small HTML changes and file relocation on the server, without having to start a FTP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    A tool that searches for code fragments using CVS comments. CVSSearch takes advantage of the fact that a CVS comment typically describes the lines of code involved in the commit and that this description will typically hold for many future versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Pycq is a 100% Python module implementing the client side of the Mirabilis ICQ protocol v5. Stable and platform-independent, it allows you to write ICQ clients or bots in a few lines of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SpiderGen is a very simple but effective html generator. It takes input-files (menu, templates, content) and generates a whole site out of it. It's <300 lines of C-Code, ugly, but generates my Homepage ;-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    "cset" is a set of utilities for parsing c code and automatic generation of necessary header files. The idea is: to not write #include... lines and header files with function declarations etc., just write functions and everything else leave to a machine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    4d-cube + movement; game engine, java, eclipse project, german code/comment fragments. this is not (and not intended to become) a "real" 4d game engine, just writing some basic algorithms and drawing lines with awt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    TennisScore

    Java classes to count tennis scores

    This Java project contains source code to count tennis scores. It also contains J2ME to build a SmartPhone application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Source code editor that displays the silhouette of the lines, instead of the scroll bar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CudaPAD

    CudaPAD

    CudaPAD is a PTX/SASS viewer for NVIDIA Cuda C++ kernels.

    CudaPAD is a PTX/SASS viewer for NVIDIA Cuda kernels and provides an on-the-fly view of the assembly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    addend

    This 'addend.py' code is a python utility intended for the BLIND folks

    For Visual Impaired (VI) folks it is NOT easy to listen to and explore large python code files where the number of indent spaces on each line of code has a syntactical meaning for python interpreters. 'addend' adds #comments, like '# :end: if' , or '# :end: for' etc, for easier sound recognition when a syntax block structure has ended as defined by python's space indentation rules. Those added '# :end:' comment lines are placed whenever a syntax block has ended in python. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Interactive Menus / Flags Organizer

    related dynamical flags (command lines) organized within menus

    Command lines of computer programs are practical in many situation. Many variable values could be separated from the code and processed first at runtime through command line arguments. Some relations among these variables could exist, e.g. the presence of an argument could depend on the value of another argument. In this way, simple solutions would not be practical from a software Engineering point of view.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Some NLP experiments starting with a tokenization attempt in Python. The code tokenite.py reads a text file "blog1.txt" and tries to tokenize it. The code doesnot work as is, but is almost on the verge of working. Any suggestions will be greatly appreciated. I define a class called text and define methods inside it. The method count defines a generator which I use in the method named t_tok. But if you look closely at 66 to 72 you will see that I am modifying the outer limit of the for loop while in the loop. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    rada-larrayoz

    Software Design and Evolution Project

    ...The versions are stored in a repository and the application compares these versions and shows the results using software visualization. The application will compare the structure of the classes, the changes about lines of code, number of classes and methods and the different languages used to develop the versions. For doing these tasks we will use SVN and visualization tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Non Indexing Desktop Search. 10,000 lines of VB code with flowcharts. Discussed at great length on channel9 forum. http://channel9.msdn.com/showuserthreads.aspx?userid=31672 Plays Video with Random, Slow motion and freeze frame. Now ported to .NET!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Non Indexing Desktop Search. 10,000 lines of VB code with flowcharts. Discussed at great length on channel9 forum. http://channel9.msdn.com/showuserthreads.aspx?userid=31672 Plays Video with Random, Slow motion and freeze frame.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    html-template-generator

    A simple Python script to generate HTML templates

    ...Whether you're a web developer needing a quick boilerplate or someone learning HTML and Python, this tool provides an efficient way to generate well-structured HTML files with minimal effort. Features **Easy to Use**: Generate HTML templates with just a few lines of code. **Customizable**: Modify the template structure to suit your specific needs. **Fast Setup**: Quickly create HTML files without manually writing boilerplate code. **Extendable**: Easily extend the script to include additional HTML elements and attributes. # Requirements - Python 3.x Installation To use Simple HTML Template Generator, simply download the script and ensure you have Python installed on your system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    joopi - Joomla Component API. Create backends components for joomla CMS with just a few lines of code. Please check this link to see if this is for you: http://joopi.wiki.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project