Return the latest version # from GitHub releases

This page summarizes the projects mentioned and recommended in the original post on /r/AutoHotkey

InfluxDB - Power Real-Time Data Analytics at Scale
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • ;//////////////////////////////////////////////////////////////////////////// ;User Declared variables Repo=/JaredCH/KeyChain/ ; Repo you wish to reference Version_Char_Lenth:=6 ; Length of the version format, including the 'v' ;End of User Declared Variables ;//////////////////////////////////////////////////////////////////////////// URL=https://github.com/%Repo%releases/latest String_match=%Repo%releases/tag/ PageRequest := ComObjCreate("WinHttp.WinHttpRequest.5.1") PageRequest.Open("GET", URL, True) PageRequest.Send() PageRequest.WaitForResponse() PageText := PageRequest.ResponseText FoundPos := RegExMatch(PageText, String_match) MsgBox % SubStr(PageText, FoundPos+StrLen(String_match), Version_Char_Lenth)

  • IbUpdateLib

    A lightweight software update library.

  • Also, I happened to have the same idea as you and I have made a library called IbUpdateLib for C++ and .NET. Maybe you can also wrap your code into a library, I believe it would be useful for many people.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • A Beginner's Guide to Front-End Development

    1 project | dev.to | 4 May 2024
  • 5 Free Tools to Boost Developer Productivity

    1 project | dev.to | 3 May 2024
  • End-to-end MLOps CI/CD pipeline with Harness and AWS

    2 projects | dev.to | 1 May 2024
  • GitHub: Create your own repository landscape ⭐️

    4 projects | dev.to | 27 Apr 2024
  • Version Control: Git Basics

    1 project | dev.to | 26 Apr 2024