18 projects for "vs code window8" with 2 filters applied:

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 1
    Elixir Code Smells

    Elixir Code Smells

    Catalog of Elixir-specific code smells

    Elixir-Code-Smells is a research-driven catalog of code smells specific to the Elixir programming language. Unlike generic code smell lists, this project identifies issues emerging from Elixir’s functional, concurrent, and process-based nature. Initially compiled via grey literature (blogs, talks, forums), the catalog now includes 23 Elixir-specific smells plus 12 traditional smells adapted to Elixir. Each entry documents the name, category, problem, example, refactoring strategy, and step...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Apollo Client

    Apollo Client

    A fully-featured, production ready caching GraphQL client

    ... integrations for other popular view layers. Write a query and receive data without manually tracking loading states. Enjoy helpful tooling for TypeScript, Chrome / Firefox devtools, and VS Code. Take advantage of the latest React features, such as hooks. Drop Apollo into any JavaScript app and incorporate it feature by feature. Use any build setup and any GraphQL API. Share knowledge with thousands of developers in the GraphQL community.
    Downloads: 41 This Week
    Last Update:
    See Project
  • 3
    ESP-IDF

    ESP-IDF

    Espressif IoT Development Framework

    ESP-IDF (Espressif IoT Development Framework) is the official, open-source development framework for programming Espressif SoCs (such as ESP32, ESP32‑S2, ESP32‑C3 series). It provides toolchains, APIs, components, sample code, and workflows for building embedded IoT firmware, offering support for Wi‑Fi, Bluetooth, power management, and peripheral integration. As well as the esp-idf-template project mentioned in Getting Started, ESP-IDF comes with some example projects in the examples directory...
    Downloads: 18 This Week
    Last Update:
    See Project
  • 4
    Monaco Editor

    Monaco Editor

    A browser based code editor

    Monaco Editor is the rich, browser-based code editor that powers Visual Studio Code, providing advanced editing capabilities as a standalone embeddable library for web applications. Models are at the heart of Monaco editor. It's what you interact with when managing content. A model represents a file that has been opened. This could represent a file that exists on a file system, but it doesn't have to. For example, the model holds the text content, determines the language of the content...
    Downloads: 3 This Week
    Last Update:
    See Project
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 5
    VSCode-ANTLR4

    VSCode-ANTLR4

    ANTLR4 language support for Visual Studio Code

    vscode-antlr4 is a Visual Studio Code extension that provides comprehensive support for ANTLR4 grammar development. It enhances the editing experience by offering syntax highlighting, code completion, error checking, and visualization tools, making it easier to design and debug grammars within the VS Code environment. The extension supports various target languages and integrates seamlessly with ANTLR4's toolchain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    royale-asjs

    royale-asjs

    Apache Royale ASJS

    Apache Royale is an open-source compiler and framework that converts ActionScript 3 and MXML code into JavaScript, enabling Flash/Flex developers to build modern web apps using familiar tools. It offers cross-compilation, component libraries, and skinning systems while generating lightweight and responsive HTML5 apps. Royale helps migrate legacy Flash projects or build new web UIs with a declarative approach.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Chartkick

    Chartkick

    Create beautiful JavaScript charts with one line of Ruby

    Chartkick is a gem/library designed to make it very simple to create beautiful, dynamic JavaScript charts in a Ruby (especially Rails) application with very little code. With one-line helper methods in views, Chartkick wraps around popular charting libraries (such as Chart.js, Google Charts, Highcharts) and handles data passing, JSON endpoints, and rendering. It supports multiple chart types and data sources and includes options for customization (colors, dimensions, labels, axes, etc.).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    IfSharp

    IfSharp

    F# for Jupyter Notebooks

    F# for Jupyter Notebooks. This implements F# for Jupyter notebooks. View the Feature Notebook for some of the features that are included. There's a related project of .NET Interactive which was inspired by this one but a completely rethought approach with integrated package management, VS Code support, and variable sharing between languages. If you're moving to .NET Core support it's definitely worth checking out.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    vcproj2cmake

    Visual Studio .vc[x]proj to CMakeLists.txt (make, Ninja ...) enabler

    ... alternatives are less suitable). Be aware of several branches available for checkout (git branch -a): "experimental_unverified" is for the daring (to start with current most featureful code), while usability of "experimental" always gets hardened via a large build. For instructions see README.txt - for ad-hoc access see Browse Code button (experimental_unverified head) -, then attempt guided installation on a .vc[x]proj-based source tree, via install_me_fully_guided.rb . Devel cooperation welcome!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 10
    abumpack

    abumpack

    Fortran library with the Abaqus user material subroutines UMAT/VUMAT

    ... are provided. Quote this code as: A. Shterenlikht, N. A. Alexander, Levenberg-Marquardt vs Powell's dogleg method for Gurson-Tvergaard-Needleman plasticity model, Computer Methods in Applied Mechanics and Engineering 237-240:1-9 (2012). DOI: http://dx.doi.org/10.1016/j.cma.2012.04.018
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Summingbird

    Summingbird

    Streaming MapReduce with Scalding and Storm

    Summingbird is a project from Twitter for unifying batch and real-time data processing in a single framework. It allows developers to write “MapReduce-style” pipelines in Scala that can run on multiple underlying execution platforms (like Storm or Scalding), enabling code reuse between streaming and batch processing. It supports hybrid flows, real-time updates, and batch historical computation from the same logic. It was designed to simplify building production systems that require both low...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Guardian Frontend

    Guardian Frontend

    The Guardian DotCom

    “Frontend” is the code repository backing The Guardian’s main website (theguardian.com), especially the user-facing frontend. It is built to deliver fast, accessible, responsive, and inclusive web pages to a large audience. The backend uses Scala with the Play Framework, responsible for server-side rendering / API endpoints etc., while the client side assets (JS, CSS etc.) are built via a client-side build process. It emphasizes audience-first design: performance, accessibility, maintainability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    makeprojects

    Auto generate VS, Codewarrior, Codeblocks, XCode projects

    This tool will scan your directory for source files and then generate a project file for Codeblocks, XCode, Visual Studio, Metrowerks CodeWarrior, FreeScale Codewarrior. It runs on Linux, MacOSX and Windows and can generate the files for any host from any platform. Great care is taken to make sure project file updates change as little as possible to make source control change lists as minimal as possible. This is the main IDE project file generator used by Olde Sküül!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Java Dynamic Component Framework

    This is a lightweight java dynamic component framework

    This lightweight dynamic component framework, implemented in Java in a first time uses no code generation at all but uses only contracts. Contracts are expressed using simple software mechanism as interfaces and/or reflection (from middleware to application). A single small jar hosts the code dedicated to data, event and services management over the network, using contracts, reflection and generics. The main goal of the Java Dynamic Component Framework (jdcf) is to simplify the writing...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    FITpro is built upon the Framework for Integrated Test (Fit). It provides integration with Eclipse and MS VS, and web UI. FITpro advanced features include code generation, suite support, and test to fixture links. See project's Wiki for more informatio
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RES is a pure Java based Open Source Cobol to Java translator. It creates maintainable Java code for a subset of VS Cobol syntax. It has been developed with JDK, JTB and Javacc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    USPS One Code - Intelligent Mail Barcode (4-State Customer Barcode) - encoder implementation with VS 2008. Source code in C# and VB.NET and binaries for .NET (1.1, 2.0 and 3.5), .NET CF (2.0 and 3.5) and Mono (1.* and 2.0).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    WebComponent

    WebComponent

    PHP class that separates programming from presentation using templates

    WebComponent is a simple but flexible and powerful PHP class that outputs HTML content to the browser, based on templates and variables. Under a good design it eliminates the "developers vs art designers" war, separating the programming from presentation code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.