Skip to content

Instantly share code, notes, and snippets.

View SeanTolstoyevski's full-sized avatar
💭
I may be slow to respond.

Emre SeanTolstoyevski

💭
I may be slow to respond.
  • Moka
  • Istanbul / Eskisehir, Turkiye
  • 19:59 (UTC +03:00)
View GitHub Profile
DEBUG - __main__ (11:43:25.417) - MainThread (216):
Provided arguments: ['D:\\d\\D1H\\Programs\\portables\\nvda_py3\\nvda.exe', '--debug-logging']
INFO - __main__ (11:43:25.417) - MainThread (216):
Starting NVDA version 2019.3.1
DEBUG - __main__ (11:43:25.417) - MainThread (216):
Debug level logging enabled
DEBUG - core.main (11:43:25.542) - MainThread (216):
Core starting
INFO - core.main (11:43:25.542) - MainThread (216):
Config dir: D:\d\D1H\Programs\portables\nvda_py3\userConfig
#ifndef AL_AL_H
#define AL_AL_H
#if defined(__cplusplus)
extern "C" {
#endif
#ifndef AL_API
#if defined(AL_LIBTYPE_STATIC)
#define AL_API
@SeanTolstoyevski
SeanTolstoyevski / readme.md
Last active October 15, 2023 15:41
Download Latest Tagged Release In Github (Curl& Wget)

Prerequisites

  • You need to have wget and curl installed on your system.
  • You need to using tagged versioning repo (not asset release).

wget $(curl -s https://api.github.com/repos/iterativv/NostalgiaForInfinity/releases/latest | grep "zipball_url" | cut -d : -f 2,3 | tr -d \" | tr -d ,) -O downloaded.zip

If you do not use the -O flag, the file will be downloaded with the name of the tag.