Showing 19 open source projects for "developer"

View related business solutions
  • 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
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 1
    InjectionIII

    InjectionIII

    Re-write of Injection for Xcode in (mostly) Swift

    Code injection allows you to update the implementation of functions and any method of a class, struct or enum incrementally in the iOS simulator without having to perform a full rebuild or restart your application. This saves the developer a significant amount of time tweaking code or iterating over a design. Effectively it changes Xcode from being a "source editor" to being a "program editor" where source changes are not just saved to disk but into your running program directly.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Texture

    Texture

    Smooth asynchronous user interfaces for iOS apps

    Texture is an iOS framework built on top of UIKit that keeps even the most complex user interfaces smooth and responsive. It was originally built to make Facebook's Paper possible, and goes hand-in-hand with pop's physics-based animations — but it's just as powerful with UIKit Dynamics and conventional app designs. More recently, it was used to power Pinterest's app rewrite. As the framework has grown, many features have been added that can save developers tons of time by eliminating common...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Platypus

    Platypus

    Create native Mac applications from command line scripts

    Platypus is a developer tool that creates native Mac applications from command line scripts such as shell scripts or Python, Perl, Ruby, Tcl, JavaScript, and PHP programs. This is done by wrapping the script in an application bundle along with a slim app binary that runs the script. Platypus makes it easy to share scripts and programs with people who are unfamiliar with the command line interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PureLayout

    PureLayout

    The ultimate API for iOS & OS X Auto Layout

    ...It is fully backward-compatible with all versions of iOS and OS X that support Auto Layout. Writing Auto Layout code from scratch isn't easy. PureLayout provides a fully capable and developer-friendly interface for Auto Layout. It is designed for clarity and simplicity, and takes inspiration from the AutoLayout UI options available in Interface Builder while delivering far more flexibility. The API is also highly efficient, as it adds only a thin layer of third party code and is engineered for maximum performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 5
    Spectrum Savings Accounts

    Spectrum Savings Accounts

    Spectrum is a program that helps you manage your personal finances.

    ...Your account data is saved locally in a JSON file, so don't use Spectrum for any sensitive information. At the moment it is available in these languages: English, German, French, Spanish and Japanese. Please keep in mind that I'm an independent developer. I can't afford a code signing certificate. I'm also not a trusted developer in the eyes of Microsoft. So please be aware that Windows Defender will warn you when downloading or running Spectrum for the first time. Unfortunately, there's nothing I can do about that, but I can promise you that Spectrum is just a simple Electron app. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Trip to iOS

    Trip to iOS

    A curated list of delightful iOS resources

    trip-to-iOS is a curated collection of learning resources designed to guide beginners through the process of becoming proficient in iOS development. The repository organizes materials into categories such as video tutorials, books, blogs, and articles, offering a structured path from beginner to advanced topics. It includes both English and Chinese resources, covering Objective-C, Swift, Cocoa frameworks, iOS design patterns, testing, and animation. The project highlights well-known...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    InstagramKit

    InstagramKit

    The unofficial Instagram iOS SDK

    ...If you opt to use the optional pod, InstagramKit resumes your authenticated sessions across App launches, without needing any additional code. InstagramAppClientId is your App's Client Id and InstagramAppRedirectURL, the redirect URI which is obtained on registering your App on Instagram's Developer Dashboard. The redirect URI specifies where Instagram should redirect users after they have chosen whether or not to authenticate your application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    UITableView-FDTemplateLayoutCell

    UITableView-FDTemplateLayoutCell

    Template auto layout cell for UITableViewCell

    UITableView-FDTemplateLayoutCell is an Objective-C utility for automatically calculating and caching UITableViewCell heights using Auto Layout, improving performance and streamlining dynamic cell sizing. Generally, no need to care about modes; it will automatically choose a proper mode by whether you have set auto layout constraints on cell's content view. Works seamlessly with Storyboard, nibs, or programmatically registered cells. If you want to enforce frame layout mode, enable this...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Cleaner for Xcode

    Cleaner for Xcode

    Cleaner for Xcode.app built with react-native-macos

    Cleaner for Xcode.app built with react-native-macos. This app helps you to make your Xcode faster by removing unwanted and deprecated files. You can run cleaner weekly or monthly to keep your developer folder health and to save more disk space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The AI workplace management platform Icon
    The AI workplace management platform

    Plan smart spaces, connect teams, manage assets, and get insights with the leading AI-powered operating system for the built world.

    By combining AI workflows, predictive intelligence, and automated insights, OfficeSpace gives leaders a complete view of how their spaces are used and how people work. Facilities, IT, HR, and Real Estate teams use OfficeSpace to optimize space utilization, enhance employee experience, and reduce portfolio costs with precision.
    Learn More
  • 10
    Monkey for GitHub

    Monkey for GitHub

    Monkey is an unofficial GitHub client for iOS

    ...Monkey is a unofficial GitHub client.It includes the following functions. The rank of coders , the developer's ranking is based on follower. The rank of repositoriesrepositories , ranking is based on star. Login GitHub function,Follow developer and star repository,Support for viewing my GitHub news. The discovery module, including GitHub's repositories trending; my GitHub news; showcases; search; and other ranking data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    TomatoRead

    TomatoRead

    RSS Reader for iOS Developers

    Tomato reading focuses on selected iOS/OS X developer blogs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MMDrawerController

    MMDrawerController

    A lightweight, easy to use, side drawer navigation controller

    ...Starting with version 0.3.0, you can now provide a callback block to determine if a gesture should be recognized using the setGestureShouldRecognizeTouchBlock: method. This method provides three parameters - the drawer controller, the gesture, and the touch. As a developer, you are responsible for inspecting those elements and determining if the gesture should be recognized or not.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Soundflower

    Soundflower

    System extension that allows applications to pass audio to other apps

    Soundflower.xcodeproj is an Xcode 3.1 compatible project. You can download Xcode 3.1 as a part of Apple's developer tools from http://developer.apple.com/. There are two Build Configurations in the project: the Development build configuration builds Soundflower for the architecture of the machine you are using suitable for debugging. The Deployment configuration builds a Universal Binary version suitable for distribution. Both configurations link against the Mac OS 10.4 SDK.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14
    PonyDebugger

    PonyDebugger

    Remote network and data debugging for your native iOS app using Chrome

    PonyDebugger is a remote debugging toolset. It is a client library and gateway server combination that uses Chrome Developer Tools on your browser to debug your application's network traffic and managed object contexts. To use PonyDebugger, you must implement the client in your application and connect it to the gateway server. There is currently an iOS client and the gateway server. PonyDebugger sends your application's network traffic through ponyd, PonyDebugger's proxy server. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Allows developer to transparently mix Objective-C and Python objects. Includes ability to subclass Objective-C objects from Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RenderTools

    RenderTools

    A cross-platform OpenGL based lightweight scenegraph library

    RenderTools is an OpenGL based scenegraph library in C++ for Windows, OSX and IOS supporting OpenGL|ES1.1, ES2.0, OpenGL1.5 and up to the latest version (currently 4.2). It allows the developer to easily (de)serialize a scenegraph to-and-from xml, create renderbuffers, framebuffers, samplers, vertexbuffers etc. and cross-reference those items. RenderTools allows you to completely specify an application, its resources, viewcontrollers and its renderpasses in one single xml. GraphNodes such as RelationalNode, RenderNode, and TransformNode can be used to create a complex hierarchy for rendering. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ConvertMake is a developer tool for Mac OS X that converts command line build systems into Apple's Xcode .xcodeproj project format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is the first Project by the german mac osx developer group.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is calculator pilot project, that is work on iPhone OS 2.2.1. This project is not work properly now. it's working user friendly as soon as possble. This project member are two developer. members skill will be beginner. thanks for your concern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next