-
Updated
Jun 13, 2020 - C#
csharp-library
C# (pronounced "C sharp") is a simple, modern, object-oriented, and type-safe programming language.
Its roots in the C family of languages makes C# immediately familiar to C, C++, and Java programmers.
Here are 567 public repositories matching this topic...
-
Updated
May 5, 2020 - C#
-
Updated
Jun 25, 2020 - C#
-
Updated
Jun 28, 2020 - C#
Hi,
How to write a C# generator for model.fit_generator()? Any example please.
-
Updated
Mar 10, 2020 - C
-
Updated
May 19, 2020 - C#
Add ping metric
Should be relatively easy to do for UDP based of keep-alive/reliable acknowledgements perhaps put through an FIR/IIR filter. Not sure about TCP, might require a special packet which would be tricky given that there are no flags in the TCP protocol - make 0xFFFFFFFF a special character that can also be escaped if followed by a specific byte?
-
Updated
Feb 19, 2020 - C#
-
Updated
Dec 14, 2017 - C#
I like .ply, it's an easy format that supports vertex colors! .ply files are often used for point clouds, so it could be good to consider point cloud rendering when importing .ply files as well.
Might be able to find a nice library for this on here:
https://github.com/nothings/single_file_libs
-
Updated
May 29, 2020 - C#
-
Updated
May 25, 2017 - C#
SUCC does not support saving or loading interface types. This should be documented and it should throw an exception if you try.
-
Updated
Jun 7, 2019 - C#
-
Updated
Jun 25, 2020 - C#
-
Updated
Jun 15, 2020 - C#
-
Updated
Apr 8, 2020 - C#
-
Updated
May 10, 2020 - C#
-
Updated
Mar 2, 2019 - C#
-
Updated
Feb 28, 2019 - C#
-
Updated
Apr 21, 2020 - C#
-
Updated
May 3, 2020 - C#
-
Updated
Jan 1, 2020 - C#
-
Updated
Feb 1, 2018 - C#
Created by Anders Hejlsberg
Released January 2002
- Repository
- dotnet/csharplang
- Website
- docs.microsoft.com/dotnet/csharp
- Wikipedia
- Wikipedia
Althougt code can be commented in the scripts, could be great to generate automatic documentation for the scripts and host it in the gh-pages branch of this repository.
In this way we can have a presentation web for the library and also the related documentation on how the API works.
I have checked DocFX and it seems it's possible to implement the pipeline for hosting the documentation as st