Showing 17 open source projects for "objective c for windows"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 1
    Flow

    Flow

    A static type checker for JavaScript

    Flow is a static type checker for JavaScript. It was designed to help improve code quality and developer productivity. It does this through several smart capabilities. First, it identifies problems as you code, so you no longer have to waste time guessing and checking again and again. Second, it understands your code and makes its knowledge available, allowing you to build other smart tools on top of it. Third, it helps you refactor safely so you can focus on the changes you want to make and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Highlight Code Converter

    Highlight Code Converter

    Source code to formatted text converter

    Highlight is a source code to formatted text converter. It generates HTML, XHTML, RTF, ODT, LaTeX, TeX, SVG, BBCode and terminal escape sequences with coloured syntax highlighting. Language definitions and colour themes are Lua scripts and support plugins
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Roslyn

    Roslyn

    The .NET Compiler Platform

    Roslyn provides rich, code analysis APIs to open source C# and Visual Basic compilers. This enables you to access a wealth of information about your code from compilers, which you can then use for code-related tasks in your tools and applications. Roslyn dramatically lowers the barrier to entry for creating code-focused tools and applications, creating many opportunities for innovation.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 4
    Semantic

    Semantic

    Parsing, analyzing, and comparing source code across many languages

    ... identifiers driven by the ASTs. This is the format that github.com uses to generate code navigation information allowing c-tags style lookup of symbolic names for fast, incremental navigation in all the supported languages. The incremental part is important because files change often so we want to be able to parse just what's changed and not have to analyze the entire project again.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    Feflow

    Feflow

    How to write cross-platform Node.js code

    How to write cross-platform Node.js code. Why you should care: according to the 2018 Node.js user survey, 24% of Node.js developers use Windows locally and 41% use Mac. In production, 85% use Linux and 1% use BSD. Installers for each major OS are available on the Node.js website. To install, switch and update Node.js versions nvm can be used on Linux/Mac. It does not support Windows but nvm-windows, nvs and ps-nvm (for PowerShell) are alternatives that do. nve can be used to run a single...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Free SQL Formatter

    Free SQL Formatter

    SQL code formatter / beautifier

    FSQLF - Free SQL Formatter is open source SQL code formatter and beautifier, built to make life easier for people dealing with long SQL queries.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Halstead Metrics Tool

    Halstead Metrics Tool

    Software Metrics Analyzer for C,C++,Java Programs

    Some software measures are still not widely used in industry, despite the fact that they were defined many years ago, and some additional insights might be gained by revisiting them today with the benefit of recent lessons learned about how to analyze their design. This project analyzes the design and definitions of Halstead’s metrics, the set of which is commonly referred to as ‘software science’. This analysis is based on a measurement analysis framework defined to structure, compare,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Tag Cloud Maker

    Tag Cloud Maker

    Make a tag cloud from text in your files

    The Tag Cloud Maker application allows the specification of a source folder containing files that are parsed and the words counted and displayed in an HTML word tag cloud.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    CodeCounter

    Recursive source code line counter for C, BASIC, and web files.

    Recursively count lines of source code and comments through files and sub-directories. Created to parse entire projects rather than individual files. C, BASIC, and web files (general) supported.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Auth0 Free: 25K MAUs + 5-Min Setup Icon
    Auth0 Free: 25K MAUs + 5-Min Setup

    Enterprise Auth, Zero Friction: Any Framework • 30+ SDKs • Universal Login

    Production-ready login in 10 lines of code. SSO, MFA & social auth included. Scale seamlessly beyond free tier with Okta’s enterprise security.
    Get Your API Keys
  • 10
    OndroSQL

    OndroSQL

    Thick SQL browser with query debug helping features

    Thick SQL browser with query debug helping features good arangement of components and shortcuts - fast application run - intuitive user operations - everything on the place where it is expected - imports and validates SQL queries from the source code of developed application For the changelog see the wiki pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    funcfinder

    function finder

    ff util is created for searching some text (functions, variables, definitions) in some source tree in all files (and just for fun), a program for programmers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    C/C++ SFML
    Essais en SFML avec le C/C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    With inspector, code revision and software inspection will turn into a more easier task, for software development teams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This is a plugin for Resharper that adds intellisense for the NMock2 mocking framework to Visual Studio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PHPSCH is php based source code syntax highlighter. It supports php, c++, c#, java, delphi, css, html, mysql. You can change the default syntax colors with yours. project page: www.ibonette.com/phpsch-source-code-highlighter-kaynak-kod-renklendirici
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    CodingChecker

    A coding style checker tool support C/C++ syntax

    This project provide a framework for general coding style checker's process: 1, Support different adapter plugin for different programming language syntax 2, Support incremental scanning 3, Support customize criteria rules. 4, Generate report for scanning result. A C/C++ adapter was also implemented based on clang library as example.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Code Insight is a Open source, cross platform software for developers to browse, edit and understand code easily, like commercial one named Source Insight. Based on CodeLite IDE the CodeInsight also is aligned with GPL license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next