Pinned Loading
-
VirusTotal-Desktop-Widget
VirusTotal-Desktop-Widget PublicVirusTotal Desktop Widget: A VirusTotal desktop widget for Windows that performs file scans and displays system information such as RAM and CPU usage. Note: An API key is required to use the VirusT…
C# 2
-
digitalt-visitkort-bsa
digitalt-visitkort-bsa PublicDigitalt visitkort för personal på Brandskyddsarbeten AB
PHP
-
-
Convert byte[] to bitmap
Convert byte[] to bitmap 1public static Bitmap CreateBitmapFromData(byte[] binaryData)
2{
3// calc padding amount
4int iPaddedSize = binaryData.Length + (3 - binaryData.Length % 3) + 6;
5int iPixelCount = iPaddedSize / 3;
-
MouseDistance
MouseDistance PublicMeasure the distance the cursor have been moved to bypass sandboxes
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.