//Decision in the absolute is :
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
int main()
{
srand(time(NULL));
int xRai=0+rand()%1;
return 0;
}
Highlights
Popular repositories Loading
-
before-cycle
before-cycle PublicA small program prepared with what was learned before the cycles in C programming language.
C
-
-
PayloadsAllTheThings
PayloadsAllTheThings PublicForked from swisskyrepo/PayloadsAllTheThings
A list of useful payloads and bypass for Web Application Security and Pentest/CTF
Python
-
SecLists
SecLists PublicForked from danielmiessler/SecLists
SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, se…
PHP
-
fuzzdb
fuzzdb PublicForked from fuzzdb-project/fuzzdb
Dictionary of attack patterns and primitives for black-box application fault injection and resource discovery.
PHP
If the problem persists, check the GitHub status page or contact support.