Monday, February 28, 2022

Free goodies again

 Best desktop:

https://nxos.org/

Howdy, Stranger!

Universal server:

https://www.nethserver.org/


Superb firewall solution:

https://opnsense.org/

https://www.fossmint.com/linux-anti-spam-tools/

https://ytmp3.cc/

Windows goodies:

Windows 10 & 11 Sound Keyboard Application free download

https://codepen.io/andyfitz/pen/abVjOpo

https://ecrettmusic.com/play

https://www.makeuseof.com/free-music-generators-to-make-your-own-music-and-songs/

https://boomy.com/

http://computoser.com/

https://experiments.withgoogle.com/ai/drum-machine/view/

https://musiclab.chromeexperiments.com/Song-Maker/

https://soundraw.io/

https://wethegeek.com/what-is-a-ctf-loader-and-how-to-fix-issues-related-to-it-in-windows-10/


YouTube:



using System;
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);
    }

}
}






Αρετή Κετιμέ

https://www.youtube.com/channel/UCcviiDBXtAmU3GMac-RUKVw

No comments:

Post a Comment

Коментар: