Pinned Loading
-
grade.c
grade.c 1char buffer[4] = {0};
2fgets(buffer, sizeof(buffer), stdin);
34unsigned int initialBCD = *(unsigned int *) buffer;
5initialBCD = (initialBCD & 0xFFFF0000) | ((initialBCD & 0xFF) << 8)
-
hibernate-ucp
hibernate-ucp Public archiveA Minecraft user control panel system, based on Codeigniter3.
-
animator-callback
animator-callback PublicA simple callback script for working with the animator system in Unity Game Engine
C# 1
-
titanic-survival-prediction
titanic-survival-prediction PublicA classical Kaggle problem
Jupyter Notebook 1
-
DeepDSP-Precession
DeepDSP-Precession PublicAn aesthetical high-gain amplifier engineered with neural network model.
C++ 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.