β34665[Quote]
not weird nor obscure but i use ffmpeg and yt-dlp
also i have this program that approximates the factorial of numbers you give it, i wrote it myself:
#include <stdio.h>
#include <math.h>
int main(void)
{
double Input;
do
{
printf("Factorial of: ");
scanf("%lf", &Input);
}
while (Input < 1);
const double TermOne = Input*log10(Input);
const double TermTwo = Input/M_LN10;
const double TermThree = log(2*M_PI*Input)/(2*M_LN10);
const double TermFour = 1/((12*Input)*M_LN10);
const double Output = log10(TermOne-TermTwo+TermThree+TermFour);
printf("10^10^%lf\n", Output);
return 0;
}
β34687[Quote]
>>34678marge how does troons liking something inherently keyed make it locked
β34698[Quote]
most obscure i thing i have is this sketchy exe that cracks blu ray players so i can rip them
dunno where it is in my folders tho
>>34665awesome c
β34712[Quote]
>>34709have you tried lf? its gooder than ranger imo
β34748[Quote]
>>34709usecase for ranger LF is better faster and simpler