Forwarded from Silicon Network
🆕 New channels:
We welcome @dailyandroid and @dotnetdaily to the network! Daily Android and Dotnet daily will provide daily news and tips about Android, Android programming and Microsoft .net!
🆕 New group:
Talk about Python in the newly joined Python group! https://t.iss.one/joinchat/DP9KNUF73nvJR4GC26Lb6w
We welcome @dailyandroid and @dotnetdaily to the network! Daily Android and Dotnet daily will provide daily news and tips about Android, Android programming and Microsoft .net!
🆕 New group:
Talk about Python in the newly joined Python group! https://t.iss.one/joinchat/DP9KNUF73nvJR4GC26Lb6w
Tags: #ai #programmer
Microsoft has created an A.I. that can write its own code
https://www.linkedin.com/pulse/microsoft-has-created-ai-can-write-its-own-code-quharrison-terry
Microsoft has created an A.I. that can write its own code
https://www.linkedin.com/pulse/microsoft-has-created-ai-can-write-its-own-code-quharrison-terry
The Daily C++
Tags: #challenge https://www.fluentcpp.com/2017/03/02/the-pi-day-challenge-for-expressive-code-in-c/
Tags: #challenge #result
https://www.fluentcpp.com/2017/03/13/pi-day-challenge-for-the-most-expressive-code-results/
https://www.fluentcpp.com/2017/03/13/pi-day-challenge-for-the-most-expressive-code-results/
Fluent C++
The Pi Day Challenge for the Most Expressive Code – Results
Expressive code in C++
Tags: #clang #tidy #improvecode
https://www.kdab.com/clang-tidy-part-1-modernize-source-code-using-c11c14/
https://www.kdab.com/clang-tidy-part-1-modernize-source-code-using-c11c14/
KDAB
Clang-Tidy, part 1: Modernize your source code using C++11/C++14 | KDAB
This blog series introduces the process of automating code refactoring, by utilizing clang-tidy to embrace new features, effectively.
Tags: #video
C++CHAT14 ➡ https://www.youtube.com/watch?v=-nQwpmmEDzI
CAD ➡ https://www.youtube.com/watch?v=6SsmQ6lSa_s&feature=youtu.be
C++CHAT14 ➡ https://www.youtube.com/watch?v=-nQwpmmEDzI
CAD ➡ https://www.youtube.com/watch?v=6SsmQ6lSa_s&feature=youtu.be
YouTube
C++Chat14 SFINAW (Bryce, Jonathan, and Odin) [2017-03-11]
Byrce Adelstein, Jonathan Müller, Odin Holmes join Jon to Visual Studio 2017, Kona, deduction guides, coroutines, SFINAW, Meeting C++ Live, GCC implicit fall...
Tags: #decreasing #subsequence #problem #algorithm
https://www.techiedelight.com/longest-decreasing-subsequence-problem/
https://www.techiedelight.com/longest-decreasing-subsequence-problem/
Techie Delight
Longest Decreasing Subsequence Problem | Techie Delight
The longest decreasing subsequence problem is to find a subsequence of a given sequence in which the subsequence's elements are in sorted order, highest to lowest, and in which the subsequence is as long as possible.