Pinned Loading
-
-
Script for checking CPU and GPU temp...
Script for checking CPU and GPU temperature 1#!/bin/bash
2# Script for checking CPU and GPU temperature
3# ===========================================================
4cpu_temp=$(</sys/class/thermal/thermal_zone0/temp)
5 -
-
-
HelloWorld.ps1
HelloWorld.ps1 1param (
2[string]$InputStuff,
3[string]$AdditionalStuff = "No additional stuff"
4)
5 -
Converts WAV files to WAV with 4800...
Converts WAV files to WAV with 48000Hz sampling rate 1<#
2# ConvertWAV-to48000.ps1
3# Converts WAV files to WAV with 48000Hz sampling rate
4# ====================================================================
5# I made it specifically for GTA V / Online's Self Radio because
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.