Giter Club home page Giter Club logo

Additive mfg's Projects

abstract-gpu icon abstract-gpu

The Abstract GPU is a cross platform low-level 3D graphics API.

anaconda icon anaconda

Anaconda installer, with modifications to work with Conary tools

anaconda-1 icon anaconda-1

Anaconda installer, with modifications to work with Conary tools

anaconda-2 icon anaconda-2

Anaconda installer, with modifications to work with Conary tools

anaconda-3 icon anaconda-3

Anaconda installer, with modifications to work with Conary tools

anaconda-45 icon anaconda-45

Anaconda installer, with modifications to work with Conary tools

awesome-noah icon awesome-noah

:octocat: AI圈Noah plan-AI数据竞赛Top可复现解决方案(Awesome Top Solution List of Excellent AI Competitions)

blockscout icon blockscout

Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.

brownie-strategy-mix icon brownie-strategy-mix

# Bitbucket Pipelines Template to build, test your Android Application. # This template contains 3 parallel steps to build Android application, run Android code scanning tool and run unit tests. # For more details see https://support.atlassian.com/bitbucket-cloud/docs/configure-bitbucket-pipelinesyml/ # Docker for Android SDK 30 with pre-installed build tools and emulator image. # Note: This docker image is created and maintained by a non official third party. For more details see: https://hub.docker.com/r/androidsdk/android-30 image: androidsdk/android-30 pipelines: default: # pipeline definition for all branches - parallel: # running a set of steps at the same time https://support.atlassian.com/bitbucket-cloud/docs/set-up-or-run-parallel-steps/ - step: # step to build Android debug application name: Android Debug Application caches: # caching speed up subsequent execution https://support.atlassian.com/bitbucket-cloud/docs/cache-dependencies/ - gradle script: - ./gradlew assembleDebug artifacts: - app/build/outputs/** # artifacts are files that are produced by a step https://support.atlassian.com/bitbucket-cloud/docs/use-artifacts-in-steps/ - step: # step to run lint (Android code scanning tool) name: Lint caches: # caching speed up subsequent execution https://support.atlassian.com/bitbucket-cloud/docs/cache-dependencies/ - gradle script: - ./gradlew lint artifacts: - app/build/reports/** # artifacts are files that are produced by a step https://support.atlassian.com/bitbucket-cloud/docs/use-artifacts-in-steps/ - step: # step to run unit tests name: Unit Tests caches: - gradle # caching speed up subsequent execution https://support.atlassian.com/bitbucket-cloud/docs/cache-dependencies/ script: - ./gradlew testDebugUnitTest # test reporting is automatically enabled https://support.atlassian.com/bitbucket-cloud/docs/test-reporting-in-pipelines/

chains icon chains

provides metadata for networkIDs and chainIDs

chains-1 icon chains-1

provides metadata for networkIDs and chainIDs

docs icon docs

The open-source repo for docs.github.com

electron icon electron

:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS

ethplorer icon ethplorer

Viewer of Ethereum tokens and transactions based on ERC20 standard.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.