foreach(var i in arr) await Task.Run(() => { Task.Delay(i * 100); Console.WriteLine(i); }); why this method doesn't ...
Do you guys know good software for sharing short text from pc to mobile?
Hello, I am interested in operating systems and I want to start with reading linux source code. However, altought I know programming, I don't have any knowledge about OSes. Is...
I am trying to learn web scraping and my css select code will be like that .icerik > tbody:nth-child(1) > tr:nth-child(2) > td:nth-child(1) > table:nth-child(5) I found a li...
foreach(var item in items) { collection.Add(/*Some modification here*/); } collection.AddRange(items.Select( i => /*Some modification here*/)); Are these doing same...
Guys, what distro would you recommend me that uses .deb packaging system and has up to date packages?
Hello, is there any book teaches operating system concepts over the Linux?
Hello I am trying to do an api wrapper I am using newtonsoft for serializing and deserializing but I am not sure whether use JsonConvert or JsonSerializer which I should use?
Which distro(or DE) would you recommend for non-tech user?
I found a book in my University library called "Understanding the Linux kernel". Do you have any opinion on this book? I will look your recommendation btw
does anybody have experience with scrapy?
How can I install it? sudo apt-get wildvine?
Is there a library for drawing image that I can display on a Gtk.Image object?
Why one shouldn't be muslim in order to go USA? Is it Iran spesific or general?
Can I combine these two enumerable and write just one foreach statement?
What happens if an assert statement evaluate false in main method?
Is there any way to stream a media on my linux machine to a smart TV?
Does anyone here used pantheon shell on arc or arc-based distro?
Guys are there any protocol documentation for kde connect?
Are there any array copy method instead of raw for loops?