Best desktop:
Howdy, Stranger!
Universal server:
Superb firewall solution:
https://www.fossmint.com/linux-anti-spam-tools/
Windows goodies:
Windows 10 & 11 Sound Keyboard Application free download
https://codepen.io/andyfitz/pen/abVjOpo
https://www.makeuseof.com/free-music-generators-to-make-your-own-music-and-songs/
https://experiments.withgoogle.com/ai/drum-machine/view/
https://musiclab.chromeexperiments.com/Song-Maker/
https://wethegeek.com/what-is-a-ctf-loader-and-how-to-fix-issues-related-to-it-in-windows-10/
YouTube:
using System.IO;
public class Program
{
public static void Main()
{
Console.WriteLine("ђшђшпђп");
using(StreamWriter writetext = new StreamWriter("write.txt"))
{
writetext.WriteLine("writing in text file");
}
using(StreamReader readtext = new StreamReader("write.txt"))
{
string readText = readtext.ReadLine();
Console.WriteLine(readText);
}
}
}
No comments:
Post a Comment
Коментар: