Search Results for "php source code" - Page 5

Showing 127 open source projects for "php source code"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    JTRANSC

    JTRANSC

    Bytecode to source converting Java & Kotlin code into JavaScript, C++

    JTransc (Java Trans Compiler) is an AOT (ahead-of-time compiler) that compiles .class and .jar files into a target programming language / executable bundling all the required dependencies in a single file or folder, without requiring a jitter or an external runtime. There are a lot of technologies in order to convert languages into other ones. For example, converting Java into JavaScript. Or KotlinJS Kotlin backend that already targets JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    kotlin-libui

    kotlin-libui

    Kotlin/Native interop to libui: a portable GUI library

    Kotlin/Native bindings to the libui C library. libui is a C lightweight multi-platform UI library using native widgets on Linux (Gtk3), macOS, and Windows. Using this binding you can develop cross-platform but native-looking GUI programs, written in Kotlin, and compiled into small native executable files. Cross-platform build is automated using Travis for Linux and macOS targets, and AppVeyor for Windows targets. Just create a release on GitHub, and executable files for all 3 major desktop...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Kakao

    Kakao

    Nice and simple DSL for Espresso in Kotlin

    At Agoda, we have more than 1000 automated tests to ensure our application's quality and give our best experience to the user. All of them are written with Espresso from Google. Even though Espresso is working really well with our test, the code readability is quite low. Let's look at some of the examples of how we write the test. As Agoda developers, we want to improve not just our codebase quality, but also our implementation of tests as well. This is why we are introducing Kakao. The library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Maskara

    Maskara

    Format text fields without being affected by input filters

    A simple way to format text fields without getting affected by input filters. Used to define how to format the text. Value is used to define the format string. There's no limitation here. You can use any type of character with any type of input filters. maskCharacter is used to define which characters in the format string user can edit. It's not mandatory to define this explicitly. Mask will set the character with most occurrences in the format string as maskCharacter by default. You should...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Email and SMS Marketing Software Icon
    Email and SMS Marketing Software

    Boost Sales. Grow Audiences. Reduce Workloads.

    Our intuitive email marketing software to help you save time and build lasting relationships with your subscribers.
    Learn More
  • 5
    Extra Twitch Tools

    Extra Twitch Tools

    Simple tool to check your Twitch Followage and more!

    This is powerful app, that helps you doing difficult things in one click. You don't need to have Twitch's Account to use this app (expect chat). Thanks to the: https://community.nightdev.com/u/xgerhard [Followage Script] https://streamdj.ru/ [StreamDJ] https://streamerbans.com/ [Check channel for Bans] https://twitchemotes.com/ [Twitch Emotes Stats] https://streamelements.com/ [Chat Stats] Source Code can be found here: http://mdts-forum.rf.gd/showthread.php?tid=19 (sorry it's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Meow Bottom Navigation

    Meow Bottom Navigation

    Android Meow Bottm Navigation

    A simple & curved & material bottom navigation for Android written in Kotlin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Orchid Kotlin

    Orchid Kotlin

    Build and deploy beautiful documentation sites that grow with you

    Build and deploy beautiful documentation sites that grow with you. Orchid is a framework for generating project documentation websites with all the bells and whistles. Orchid lets you publish all your wikis, changelogs, blogs, code comments, and more. We'll even deploy it for you too, so you can stop fussing over tooling and focus on your project. Everything you need to author, build, and deploy documentation sites, top-soil included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Kroto Plus

    Kroto Plus

    gRPC Kotlin Coroutines, Protobuf DSL, Scripting for Protoc

    gRPC Kotlin Coroutines, Protobuf DSL, Scripting for Protoc. The protoc-gen-kroto-plus plugin needs a configuration file to be passed in order to be able to enable and configure its built-in code generators. The configuration file used by protoc-gen-kroto-plus allows users to enable and configure any code generator exposed by the plugin. The configuration schema is backed by a protobuf message named CompilerConfig and supports three common formats, JSON, YAML, and PROTO Text (asciipb).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MaterialDrawerKt

    MaterialDrawerKt

    A Kotlin DSL wrapper around the mikepenz/MaterialDrawer library

    Create navigation drawers in your Activities and Fragments without having to write any XML, in pure Kotlin code, with access to all the features of the original library: all sorts of menu items, badges, account headers, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Field Service Management Software | BlueFolder Icon
    Field Service Management Software | BlueFolder

    Maximize technician productivity with intuitive field service software

    Track all your service data in one easy-to-use system, enabling your team to move faster and generate more revenue for your bottom line.
    Learn More
  • 10
    News App

    News App

    A sample News app built using Modern Android Development

    News App is a simple news app that uses NewsAPI to fetch top news headlines from the API. The main aim of this app is to be a leading example of how to build Modern Android applications for all Android Developers. The idea is to keep the app super simple while demonstrating new libraries and tools which makes it easier to build high-quality Android applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    giwth

    Implement tests using nested Given, When, Then

    Tests written with commented GIVEN, WHEN and THEN regions can be transformed by actually wrapping code within basic blocks called issues. This can occur in a nested fashion. Start with Test|TEST, that can wrap any issue. Given|GIVEN can wrap Given|GIVEN, When|WHEN; or Then|THEN issues. When|WHEN can wrap When|WHEN or Then|THEN issues. Then|THEN can only wrap Then|THEN issues. The Kotlin implementation supports 'suspend' functions: for any issue, there are two...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Progress Button Android

    Progress Button Android

    Android Progress Button

    Add progress to any button by few lines of code without layout changes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    CodeView

    CodeView

    Display code with syntax highlighting in native way

    CodeView helps to show code content with syntax highlighting in native way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Anko

    Anko

    An Android application development library

    Anko is a Kotlin library which makes Android application development faster and easier. It makes your code clean and easy to read, and lets you forget about rough edges of the Android SDK for Java. Anko was born as a type-safe DSL for building Android layouts. It not only allowed creating layouts in a type-safe way, but it made the layouts more adaptable, dynamic, reusable, and also performant, as there was no need for expensive layout inflation. Anko consists of several parts that make up...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 15
    JByteMod-Beta

    JByteMod-Beta

    Java bytecode editor

    JByteMod is a multifunctional bytecode editor with syntax highlighting and live decompiling and method graphing.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 16
    sourcerer.io

    sourcerer.io

    Sourcerer app makes a visual profile from your GitHub and git repos

    .../sourcerer.proto is a good start as it describes the client-server protocol. The Sourcerer app does not upload source code anywhere, and it never will. Visual presentation your development experience. Detection of more than 1,000 libraries in code with per-line statistics. Support of 100 languages (even exotic ones like COBOL). Finally! Summary of all repositories you've contributed to.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Android Studio Poet

    Android Studio Poet

    Large Android projects generator

    ... of packages. A configurable number of classes. A configurable number of inter-module dependencies. Android resources (images, strings, activities, layouts). Configure how to generate UI layer code. A configurable version of Gradle, Kotlin, the Android Gradle Plugin. Experimental Bazel support, ccompose and DataBinding support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Codename One

    Codename One

    Cross-platform app development framework for Java & Kotlin developers.

    Build native mobile applications using Java or Kotlin with our open source tools. Codename One seamlessly integrates with IntelliJ/IDEA, Eclipse & NetBeans to make native write once run anywhere a reality on iOS (iPhone/iPad), Android, Windows (UWP), Desktops and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DBFLOW

    DBFLOW

    A blazing fast, powerful, and very simple ORM database

    DBFlow is fast, efficient, and feature-rich Kotlin database library built on SQLite for Android. DBFlow utilizes annotation processing to generate SQLite boilerplate for you and provides a powerful SQLite query language that makes using SQLite a joy. DBFlow is built from a collection of some of the best features of many database libraries. Don't let an ORM or library get in your way, let the code you write in your applications be the best as possible. Built using the language, the library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    KAndroid

    KAndroid

    Kotlin library for Android

    Kotlin library for Android provides useful extensions to eliminate boilerplate code in Android SDK and focus on productivity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    react-native-create-bridge

    react-native-create-bridge

    A CLI tool that bridges React Native modules & UI components with ease

    Bridging native modules & UI components made easy! If you're a JavaScript developer writing your first lines of native code or a more experienced developer looking to eliminate boilerplate from your React Native workflow, this tool is for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    OfficialFoldingTabBar.Android

    OfficialFoldingTabBar.Android

    A folding tab bar for Android

    Folding tab bar and tab bar menu for Android. The coolest thing is that you can easily switch from the navigation drawer to our FoldingTabBar. Or you can use both menus simultaneously on the same screen; not all Android action bars have that flexibility. We have some custom attributes. The main and required attribute is app: menu.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    RxBinding

    RxBinding

    RxJava binding APIs for Android's UI widgets

    RxJava binding APIs for Android UI widgets from the platform and support libraries. One of the greatest benefits of using RxJava is the possibility of composing asynchronous events in a simpler and more straightforward way. Complex UI interactions in Android can also be simplified as well, especially when there are multiple UI events that can be triggered. To describe the interaction pattern with standard Android code, you would usually need to use a combination of both listeners, Handlers...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Koi

    Koi

    Koi, a lightweight kotlin library for Android Development

    Koi includes many useful extensions and functions, that can help reduce the boilerplate code in Android applications. Specifically, Koi includes a powerful extension function named asyncSafe.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Google I/O

    Google I/O

    Google I / O 2019 conference app

    ... to receive important notifications about the event, program, travel, evening activities, session recordings and much more. The source code for the app will be available shortly after the I / O conference.
    Downloads: 0 This Week
    Last Update:
    See Project