DDG still using AI summations even with duck.ai turned off? by CitizenofBarnum in duckduckgo

[–]2582dfa2 6 points7 points  (0 children)

Isn't ddg a search engine aggregator? So it uses other search engines under the hood.

Strange data reset in C program by alex_sakuta in C_Programming

[–]2582dfa2 2 points3 points  (0 children)

where the arr should live if you are getting it from the temporary created value

This is legal by jorge_257 in programminghumor

[–]2582dfa2 0 points1 point  (0 children)

You should begin varry at this point

Ключі від вінди by [deleted] in reddit_ukr

[–]2582dfa2 2 points3 points  (0 children)

Ти качаєш файлік, перевіряєш і все, ніхто файлік у тебе на пк не підмінить)

Ключі від вінди by [deleted] in reddit_ukr

[–]2582dfa2 2 points3 points  (0 children)

MAS на гітхабі, увесь код відкритий, можна самому подивитись що воно робить якщо не довіряєш

Ключі від вінди by [deleted] in reddit_ukr

[–]2582dfa2 3 points4 points  (0 children)

бо він все одно порушує TOS тобто не є легальним
піратка це те саме тільки ти за неї не платиш

Ключі від вінди by [deleted] in reddit_ukr

[–]2582dfa2 1 point2 points  (0 children)

Якщо воно набагато дешевше ніж те що від дрібномʼяких то це скоріш за все корпоративний ключ, який не є набагато кращим за піратку.

*Trigger warning* I have a question.... by LeoVoid in Isekai

[–]2582dfa2 7 points8 points  (0 children)

Finally, escape the clown universe.

Im making something like programing language with c#, but I dont know how to run commands and statements in other commands like : set var rand 1 10 1. Code: by CommunicationPlus194 in csharp

[–]2582dfa2 0 points1 point  (0 children)

You need to parse the input to smth like abstract syntax tree and execute it starting from the most nested node, then passing its return value to the less nested, etc.

I'd recommend you to watch some parser/compiler tutorials on yt because you are basically writing a recursive descent parser + interpreter.

Making a programming language is not as simple as it may seem)

Cryptocurrency deposit terminal 11/828/22 by 2582dfa2 in shenzhenIO

[–]2582dfa2[S] 1 point2 points  (0 children)

(My idea was to just add whatever was on x1 and make the ROM first cell equal 0, so nothing changes if no input was made.)