live

:microphone: The code that powers bdougie.live (by bdougie)

Live Alternatives

Similar projects and alternatives to live based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better live alternative or higher similarity.

live reviews and mentions

Posts with mentions or reviews of live. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-28.
  • October: Forem Twitch Events Roundup 👾
    2 projects | dev.to | 28 Oct 2021
    Personal Website
  • #RenderRoundTable: Getting to the Bag with Ayo Duyile
    1 project | dev.to | 18 May 2021
    Be sure to tune into our Twitter Spaces conversation this Thursday, May 20th with Brian Douglas. We'll be discussing the value of open-source, and how you can start making your own open-source contributions. You can add a reminder to your calendar here-- it's a conversation you won't want to miss!
  • Get A Jump Into GitHub Actions
    1 project | dev.to | 4 Mar 2021
  • Compress Images for the Web with GitHub Actions
    3 projects | dev.to | 7 Feb 2021
    // https://github.com/bdougie/live/blob/main/.github/workflows/image-compression.yml name: Compress Images on: pull_request: # Run Image Actions when JPG, JPEG, PNG or WebP files are added or changed. # See https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#onpushpull_requestpaths for reference. paths: - '**.jpg' - '**.jpeg' - '**.png' - '**.webp' jobs: build: # Only run on Pull Requests within the same repository, and not from forks. if: github.event.pull_request.head.repo.full_name == github.repository name: calibreapp/image-actions runs-on: ubuntu-latest steps: - name: Checkout Repo uses: actions/checkout@v2 - name: Compress Images uses: calibreapp/image-actions@main with: # The `GITHUB_TOKEN` is automatically generated by GitHub and scoped only to the repository that is currently running the action. By default, the action can't update Pull Requests initiated from forked repositories. # See https://docs.github.com/en/actions/reference/authentication-in-a-workflow and https://help.github.com/en/articles/virtual-environments-for-github-actions#token-permissions githubToken: ${{ secrets.GITHUB_TOKEN }}
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 25 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic live repo stats
4
24
0.7
about 1 year ago

bdougie/live is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of live is HTML.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com