blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 2 268 | content_id stringlengths 40 40 | detected_licenses listlengths 0 58 | license_type stringclasses 2
values | repo_name stringlengths 5 118 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 816
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 2.31k 677M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 151
values | src_encoding stringclasses 33
values | language stringclasses 1
value | is_vendor bool 2
classes | is_generated bool 2
classes | length_bytes int64 3 10.3M | extension stringclasses 119
values | content stringlengths 3 10.3M | authors listlengths 1 1 | author_id stringlengths 0 228 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
bc500eee5fd41b30623b664dc9738cef8be16fb8 | f1a64976cad9f9a223d8d3a02ff1bee6d1b2f666 | /7boom.c | e7d492fa53b60a38690fcff0775843b8e99b7b6a | [] | no_license | shahar2112/c-files | ed1adfe6d56cc898ae083e1e458dba816bc6a6d9 | 52ad06cd551de055008ee4a923186e02c379be27 | refs/heads/master | 2022-12-14T10:27:18.138780 | 2020-09-09T11:41:13 | 2020-09-09T11:41:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 906 | c | #include <stdio.h> /* printf */
#include <stdlib.h> /*malloc */
int seven_Boom(int *start, int *end);
int is_digit_seven(int num);
int main()
{
int *start = NULL;
int *end = NULL;
start = (int*)malloc(50 * sizeof(*start));
end = (int*)malloc(50 * sizeof(*end));
if(NULL == start || NULL == end)
{
fprintf(s... | [
"noreply@github.com"
] | shahar2112.noreply@github.com |
97845975431a3d43ce1b7a6f33ec63a7fc0bbb50 | edf3304e5595b247761514dab31188bb78c0bb4e | /excercise5a/pgm2.c | 9355fe279d1f48a342a99620128c0f01a692ddb7 | [] | no_license | sumitverma57/Fast_track_c_exercises | bdbf57e6e3b641ef44f08bde8a97e58c71e62823 | 4706b7a49e48227df6cf37c23b6432223e82055f | refs/heads/master | 2020-12-30T10:11:23.283734 | 2017-09-02T01:22:04 | 2017-09-02T01:22:04 | 99,239,488 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 294 | c | //C program to find the length of string
#include <stdio.h>
int str_len(char *str)
{
int i;
for(i=0;str[i]!='\0';i++);
return i;
}
int main(){
char str1[50];
printf("Enter a string: ");
scanf("%s",str1);
printf("Length of string: %d\n",str_len(str1));
return 0;
}
| [
"noreply@github.com"
] | sumitverma57.noreply@github.com |
4aae519c925b5abe88839722c281ac4b87e8fbf2 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/b9637860-7409-4c0e-adfa-3ebe69ee707f.c | ff76bb2d81356f57c185a1dbfb93a9bbbea5e570 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 559 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = i-j;
l = k-k*i;
//variables
/* START VULNERABILITY */
int a;
int b[81];
int c[67];
a = 0;
while (( a - 1 ) < strlen(b)) {... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
d0b300272f7a90cc2e143734f0d2bcb31490967e | 22d9121534235f25d77e9fab319c2e40f98563cc | /unsorted/OLD/My Programs/Overdrive Code/M32io2.h | 5a84b3e5c4a25383ed1391101b7391987249c682 | [] | no_license | hifdzullisan/avr | 413f3bbf15425f8fc0ed1ce60d2bccb73b9886f6 | 8cc47f2e2e4d29c217bb41f2c36f6239a70b52b6 | refs/heads/master | 2020-03-23T08:07:40.150332 | 2015-02-28T19:19:18 | 2015-02-28T19:19:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 180 | h | #include <stdint.h>
#include <avr/io.h>
void SetDir(char port,uint8_t pin,char dir);
void SetPin(char port,uint8_t pin,uint8_t state);
uint8_t GetPin (char port,uint8_t pin); | [
"linux.robotdude@gmail.com"
] | linux.robotdude@gmail.com |
a876055b7d94022d6f459e6193fdd6f492b41e89 | b477697f95728fbf8d1759a73858860c9620c3ab | /driver/spi_flash/pic32wk_ipf/src/dynamic/drv_ipf_fs.c | bf586ed0ee242a71c0febfc855a16f1855a3c1fe | [] | no_license | gmuro/harmony-v2_06-framework | 12bcb30c2dc9f4737aab8762da8b25632822d00e | 2196b67de35af9d1126b539b08324cf72ed13521 | refs/heads/master | 2022-12-07T19:24:34.649360 | 2022-11-18T22:16:49 | 2022-11-18T22:16:49 | 190,900,209 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,389 | c | /*******************************************************************************
IPF SPI Flash Driver memory protection Dynamic implemention.
Company:
Microchip Technology Inc.
File Name:
drv_ipf_fs.c
Summary:
Source code for the SPI flash driver File System supporting function
implementation.
... | [
"gustmuro@gmail.com"
] | gustmuro@gmail.com |
1515eaaf370037d76df3c92846c3794486413c92 | e394755054320f19b4e688e4c69ad35867342a18 | /URI/01. Beginner/1177.c | 1c51b05fa9c54114b624d6d31c8504335ebca35b | [] | no_license | scvalencia/programmingCompetitions | 1b255a28836326c8d5fae8ad7db8c9478948de54 | a0bcda151018550dc39d6b76b43d92f05d912ca2 | refs/heads/master | 2021-01-17T08:10:56.043501 | 2018-07-16T03:34:15 | 2018-07-16T03:34:15 | 24,389,324 | 6 | 1 | null | null | null | null | UTF-8 | C | false | false | 234 | c | #include <stdio.h>
#define SIZE 1000
int main(int argc, char const *argv[]) {
int i = 0, n;
int a[SIZE] = {0};
scanf("%d", &n);
for(i = 0; i < SIZE; i++)
printf("N[%d] = %d\n", i, i % n);
return 0;
} | [
"sc.valencia606@uniandes.edu.co"
] | sc.valencia606@uniandes.edu.co |
260fcd3e5c86b8c00bcdc0794e1df9b414d1ae69 | b6d3b4fdfdd7deee1008d699ab212cb95691ec0d | /work/DigestingProject/Pods/Headers/Public/WrapperProject/JumioCore/JMManualEntryButton.h | d31bc34104fafc07ef0d4dcba6320deaebc08204 | [] | no_license | gabrielafonsogoncalves/testCocoapodsFramework | 7c179c5a973336b6c59a5e1d6030365fb7718231 | 7357b76d43741e637eda5608054663dd3031deab | refs/heads/master | 2021-01-10T11:08:53.780505 | 2015-12-01T21:39:11 | 2015-12-01T21:39:11 | 47,218,128 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 82 | h | ../../../../../../WrapperProject/JumioCore.framework/Headers/JMManualEntryButton.h | [
"gabriel.x.goncalves.-ND@disney.com"
] | gabriel.x.goncalves.-ND@disney.com |
225aee964c7922290bed55b45700e5aa4013558e | 70e2a4cfe73925b49b1c054b83f35863d7d78dde | /src/SetupInterrupt.c | 7d04071c25c75a95064c611d35daa8c3826b9a60 | [] | no_license | CheMingLee/FunctionGenerator | 2c0a21279398b1c071ef8e898d624a2ed421f414 | 0efd751c1ebe50df28c286819ba9d341ccc23221 | refs/heads/master | 2023-02-26T15:40:53.681187 | 2021-02-01T10:19:41 | 2021-02-01T10:19:41 | 327,580,035 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,493 | c | #include "SettingDefine.h"
/*************************************************************************/
typedef struct {
u32 OutputHz; /* Output frequency */
u16 Interval; /* Interval value */
u8 Prescaler; /* Prescaler value */
u16 Options; /* Option settings */
} TmrCntrSetup;
static TmrCntrSetup SettingsTable[... | [
"jmli1993@gmail.com"
] | jmli1993@gmail.com |
f0473bf63cfeedcd0c882b37c0cb22b649ca6d07 | fd57ede0ba18642a730cc862c9e9059ec463320b | /av/media/libeffects/lvm/lib/Bass/lib/LVDBE.h | 9efee9a011999a100288c3984bd0d65af3f4c3e5 | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | kailaisi/android-29-framwork | a0c706fc104d62ea5951ca113f868021c6029cd2 | b7090eebdd77595e43b61294725b41310496ff04 | refs/heads/master | 2023-04-27T14:18:52.579620 | 2021-03-08T13:05:27 | 2021-03-08T13:05:27 | 254,380,637 | 1 | 1 | null | 2023-04-15T12:22:31 | 2020-04-09T13:35:49 | C++ | UTF-8 | C | false | false | 28,458 | h | /*
* Copyright (C) 2004-2010 NXP Software
* Copyright (C) 2010 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/l... | [
"541018378@qq.com"
] | 541018378@qq.com |
6bba2280475301c928ef8e11967d5680e7db7ef3 | 598737b786a20889dc6acd468478baf4972535b3 | /src/lib/libc/arch/sparc64/gen/fpgetmask.c | a9f4c07ee569f8b3584c9ba3d357d3e4c377a524 | [] | no_license | shisa/shisa-netbsd | 5c8e289de2a48b6d8f39bd3add9ca4ea48fec1da | 28d999d1c25107c126e0a458a97b9397aae592ef | refs/heads/master | 2021-01-01T05:33:32.619808 | 2008-05-26T04:27:54 | 2008-05-26T04:27:54 | 32,793,680 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 366 | c | /* $NetBSD: fpgetmask.c,v 1.2 2002/01/13 21:45:50 thorpej Exp $ */
/*
* Written by J.T. Conklin, Apr 10, 1995
* Public domain.
*/
#include <sys/cdefs.h>
#include "namespace.h"
#include <ieeefp.h>
#ifdef __weak_alias
__weak_alias(fpgetmask,_fpgetmask)
#endif
fp_except
fpgetmask()
{
int x;
__asm__("st %%fsr,%... | [
"keiichi@mobilegravity.sfc.wide.ad.jp"
] | keiichi@mobilegravity.sfc.wide.ad.jp |
e8e533dcb56faa9f0d5b8c7d84033e22d7182cc2 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/444b6c26-c44e-43ff-bfa8-48f81a3cf4e9.c | cd8885ae96468ae59f744f5d0608baab3b5c80cd | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 583 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = k/j;
l = l/j;
l = i/j;
l = k-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
char b[11];
char c[81];
a = 0;
while... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
ef58eac35881aecc32e86f5ad3e4b9edf594676b | ca52ace028e33889b1206f274681f6d7578631a7 | /network/sockopt/checkopts.c | 712ad9061562775b892e4140fb540a455f74a73c | [] | no_license | yueshan723/lab | 44a8ada7a81769f6d52a67571ac9be88abf9b504 | 2b48c6923be1b5640f219a51a4a3e257008f1fa2 | refs/heads/master | 2020-03-22T23:23:26.297962 | 2018-06-16T14:23:05 | 2018-06-16T14:23:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,716 | c | #include "head4sock.h"
#include <netinet/tcp.h>
union val
{
int i_val;
long l_val;
struct linger linger_val;
struct timeval timeval_val;
}val;
static char *sock_str_flag(union val *, int);
static char *sock_str_int(union val *, int);
static char *sock_str_linger(union val *, int);
static char *sock_str_timeval(un... | [
"18620373040@163.com"
] | 18620373040@163.com |
73f4b1d5b7ba08709a90b8ba0f699d4e8039f2fa | 7d93c686bcfe973f7c27ab26498efc1eb7385cbe | /10秋05.c | 1813196aad178a0e77c619f051171268f87a7d3c | [] | no_license | weixiaowei/NCRE-2-C- | f3e95d2faca314bf982323654912c57e0fed9e09 | fb3e06efc05d38edf3fe6a9b3d547160bf9a8e13 | refs/heads/master | 2016-08-04T19:31:57.055937 | 2014-09-17T02:55:32 | 2014-09-17T02:55:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,556 | c | #include <iostream.h>
class array{
int *a, size_a;
int *b, size_b;
int top;
public:
array(int *h, int n)
{
// 在这里程序崩溃,因为重复定义, int *a, int *b
a = new int[n];
b = new int[n];
for (int i = 0; i < n; i++)
{
a[i] = h[i];
}
size_a = n;
size_b = 0;
top = 0;
}
~array()
{
delete [] a... | [
"1575144082@qq.com"
] | 1575144082@qq.com |
ea3362294f77e395ab9db7ce8a2245edfe50019d | ff92df5affc733d7933f7636c46fa1ca8f451ed9 | /c_language/workspace/day02/dataType/dataTypeTest1.c | 89280522692d1721b8c78925770396443911c246 | [] | no_license | savious2319/c_language | ef0d615c79afb95b582c8c250f91522a45f269d2 | 4e230dd15090247a01f235f677c4ca413fec1d33 | refs/heads/master | 2022-10-15T17:37:21.406495 | 2020-06-08T06:24:03 | 2020-06-08T06:24:03 | 268,724,324 | 0 | 0 | null | null | null | null | UHC | C | false | false | 4,148 | c | #include<stdio.h>
void main()
{
//정수형 변수 3개 선언하기
//정수형 변수 3개를 합한 값 출력하기
//예) 5+3+4=??
int a, b, c; //처음 선언할 때 값을 입력하지 않았다.
a = 10, b = 20, c = 30;
printf("%d+%d+%d=%d\n", a, b, c, a+b+c);
int a1 = 40, b1 = 50, c1 = 60; //선언 초기부터 값을 넣어놓고 시작했다.
printf("%d+%d+%d=%d\n", a1, b1, c1, a1+b1+c1);
//초기화 : 프로그램의 ... | [
"koreanbradpitt@gmail.com"
] | koreanbradpitt@gmail.com |
7f5adf3c5e8420600a2859d57e5539a44754b664 | bbc37d53e8e3fdfe6c16ecec46cb059663c14596 | /C/Assignment (6)/Program(3).c | fcb83108f8cc92ae1a0e808de98fdfecbb879c19 | [] | no_license | aksh1294/akshay_work | a32499a2bcee42fe0e99714347d19c3734ea2ce0 | 6d9d5b1dbe22043b2e852e8a28f183317a065e71 | refs/heads/main | 2023-04-15T17:38:02.831994 | 2021-04-24T15:21:10 | 2021-04-24T15:21:10 | 361,138,003 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 562 | c | //Accept number from user and count frequency of 2 in it.
/////////////////////////////////////////////
//Function: DisplayDigit
//Input: 1234
//Output: 4321
//////////////////////////////////////////////
#include<stdio.h>
int CountFreq(int ival)
{
int digit=0;
int i=0;
if(ival<0)
{
ival=-ival;
}
while(ival!=... | [
"58215375+aksh1294@users.noreply.github.com"
] | 58215375+aksh1294@users.noreply.github.com |
04126b912ae3c50dfdd0c59c08b01b6d5e7319ca | 90ff002d3f20fe2b6dc721981619a15db543b287 | /Library/Software Platform S09/services/posix/kernel/threads/src/pthread_create.c | 0a1c97527806b82a292d654c3d90e76623a49100 | [] | no_license | YagaLab/AD | f5b2fe93bb797b12c51debf830c3d1f077a8247b | 4becd26e677f347abf223a6ea81249ddcddf0667 | refs/heads/master | 2023-03-31T01:22:43.872694 | 2014-05-03T08:30:38 | 2014-05-03T08:31:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,610 | c | /*****************************************************************************
|*
|* Copyright: Copyright (c) 2008, Altium
|*
|* Description: pthread_attr_destroy
|*
\*****************************************************************************/
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#in... | [
"sanya.gordejchik@gmail.com"
] | sanya.gordejchik@gmail.com |
ed59b12ae27ce0b89fc45ea3efc1a33ebcf25fb2 | dcaeda58877a914cba08bdaf87cf8e7f7fb21dcc | /Oppgavesett_3/Oppgave_3.2/main.c | 5a3a0e43f4547c9c260ce4adff53ac7991ea8487 | [] | no_license | jander5en/ELI1500 | d6b1c6c6c544eed877edb486d6e872a906cabc6c | f4b1ba38806a0a08549d3f1e00c2633dcddf5130 | refs/heads/master | 2020-04-16T04:15:52.517367 | 2019-06-05T15:39:53 | 2019-06-05T15:39:53 | 165,260,752 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 626 | c | #include <stdio.h>
#include <stdlib.h>
#define VALUTA 9.9113
/*
Lag en funksjon void EUR2NOK(float euro) som regner om fra euro til kroner og skriver ut resultatet.
Test funksjonen ved å lese inn et antall euro med passende ledetekst. Bruk funksjonen til å regne om og skrive ut resultatet.
*/
float EUR2NOK(float x);... | [
"jonas341278@gmail.com"
] | jonas341278@gmail.com |
fbbddd69b799a1f9a51737f8c3f42ec337f0de84 | d1d0116901f723174ea7d15a70a1a79f659ba5e7 | /25 GCC_MACRO/main.c | fff9b96c7127bf4a9b45d4ba4c36f1c9706dd33d | [] | no_license | seddon-software/CC | 22bc159cafb7f23c88b4ebfb84b46ead7b8dadf0 | 5840a6040c9e0d2ed0cf04ede54c5f15e66a78fe | refs/heads/master | 2023-03-05T20:59:30.057841 | 2023-02-21T21:53:33 | 2023-02-21T21:53:33 | 202,607,400 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 96 | c | #include <stdio.h>
#include "protos.h"
int main()
{
f1();
f2();
f3();
f4();
}
| [
"seddon_software@btinternet.com"
] | seddon_software@btinternet.com |
ac93f772295f16575d1b2314c5263ee7291fbcbe | 84f5944393d884e6c39f11479e3610d552ec1c16 | /BruteForce.h | fa84a523e499d1a26ee1844f557bb28a98c59f0d | [] | no_license | quree1004/algospot | d2159272b818d54fbc70c8fd40a7f1fa69b4687f | f09a18a819fb99d13bc0ced285de6df49215e81c | refs/heads/master | 2021-01-01T03:38:54.722133 | 2016-06-08T05:50:47 | 2016-06-08T05:50:47 | 58,185,883 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 141 | h | #ifndef BRUTEFORCE_H
#define BRUTEFORCE_H
int BruteForce(char* Text, int TExtSize, int Start,
char* Pateer, int PatternSize);
#endif | [
"quree1004@naver.com"
] | quree1004@naver.com |
311ae2690d84e22df81b744da4e2c098afd0525f | 019b085ac8ef4594fb43a1566b8e984cd34fac16 | /platforms/nuttx/NuttX/nuttx/arch/arm/src/stm32/chip/stm32f33xxx_pinmap.h | d9d3826f033f03fb770a5b556f3080dce1b3a5f7 | [
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"LicenseRef-scancode-other-permissive",
"ISC",
"MIT"
] | permissive | JJRnumrous/Firmware | fffabcee637b5fe00f374b6849894ae518b8c8af | 7c3505dffa465be7bcef4602976df853d587e467 | refs/heads/master | 2020-08-17T20:26:09.876510 | 2019-10-17T05:22:09 | 2019-10-17T05:22:09 | 150,714,296 | 0 | 0 | BSD-3-Clause | 2018-09-28T09:06:12 | 2018-09-28T09:06:12 | null | UTF-8 | C | false | false | 30,538 | h | /************************************************************************************
* arch/arm/src/stm32/chip/stm32f33xxx_pinmap.h
*
* Copyright (C) 2017 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
* Modified for STM32F334 by Mateusz Szafoni <raiden00@railab.me>
*
* Redist... | [
"18231349@sun.ac.za"
] | 18231349@sun.ac.za |
d3d8493cddbf580f288cccb9b4773d8f6d7d84ae | f14626611951a4f11a84cd71f5a2161cd144a53a | /PUBLIC/GoodsExDef.h | 7c6eaa22a67cd886ecf85338fe1b6572efecac7a | [] | no_license | Deadmanovi4/mmo-resourse | 045616f9be76f3b9cd4a39605accd2afa8099297 | 1c310e15147ae775a59626aa5b5587c6895014de | refs/heads/master | 2021-05-29T06:14:28.650762 | 2015-06-18T01:16:43 | 2015-06-18T01:16:43 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 8,818 | h |
#include "GUID.h"
#pragma once
//! 物品扩展操作窗口类型
enum eGoodsExWindowType
{
eGWT_DisassembleWindow, //! 分解窗口
eGWT_PrescriptionWindow, //! 合成窗口、绑定和冻结窗口(加纳为魔盒)
//eGWT_BindAndFrostWindow, //!
eGWT_UpgradeWindow = 3, //! 升级窗口
eGWT_PlusEvilWindow, //! 魔化窗口
eGWT_ResetElementTypeWindow, //! 重置魔化类型窗口
... | [
"yco.chen@gmail.com"
] | yco.chen@gmail.com |
781b45ed4ef64d872afa1af396e1770560b5820c | 3c43d51d48943b9a50e3280203a22f2bda932483 | /expr-smc/astree.c | 648440b93abc93e9233a809875da77202e7db195 | [] | no_license | ekuang1/cs104a_asg1 | 1d331855d9c0374090d70676caeaa5b45141fa3d | 9111d9b18dd06cb73a14538a9cc3ecfd7046060f | refs/heads/master | 2021-05-28T23:11:45.225220 | 2012-10-27T21:43:37 | 2012-10-27T21:43:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,936 | c |
#include <assert.h>
#include <inttypes.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "astree.h"
#include "astree.rep.h"
#include "lyutils.h"
static char *astree_tag = "struct astree_rep";
bool is_astree (void *object) {
astree tree = (astree) object;
return tree !=... | [
"edishuman@yahoo.com"
] | edishuman@yahoo.com |
6faa5d0cc6d61994a1692dc0564046bfa1696e84 | 41326cdd66725b8e2c1352914c4399a75b5794f7 | /SPIKES DETECTION.c | 633620e78e24ffac258c21fed0e419899fa84be5 | [] | no_license | Aamjit/c-program-arrays-patterns-and-string | 96c8fb555a0e5b9182caf7b6a02a9425b18c86ca | 6b3576b05581a8f89055b03a85b887cb2de6b0ae | refs/heads/master | 2022-03-26T08:23:30.162301 | 2020-01-11T06:54:39 | 2020-01-11T06:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 522 | c | #include<stdio.h>
int main()
{
int n,i,j=0,temp=0,count=0;
scanf("%d",&n);
int a[n],b[n],c[n];
for(i=0;i<n;i++)
{
scanf("%d",&a[i]);
}
temp=a[0];
for(i=0;i<n;)
{
if(temp!=a[i])
{
b[j]=i;
count +=2;
while(temp!=a[i++])
{
count++;... | [
"noreply@github.com"
] | Aamjit.noreply@github.com |
26b004a72575c95b1374d3691848136ce1a79c16 | 56b5b42b90f8ace3f5650da41b2d29c00af7436a | /mk/tinycc/sysinculde/GLES2/gl2.h | 8819e3061c338737d790c6282d507dea47a19e1b | [
"WTFPL"
] | permissive | qpython-android/qpython3-toolchain | 566870072b5e2017c9cc4b026310f5c71703af1c | a6ac41866879f8f8626811151964480f0705d769 | refs/heads/master | 2021-06-03T16:20:30.834934 | 2021-01-06T09:54:04 | 2021-01-06T09:54:04 | 21,027,839 | 22 | 8 | WTFPL | 2021-01-06T09:54:05 | 2014-06-20T06:32:00 | C | UTF-8 | C | false | false | 43,972 | h | #ifndef __gl2_h_
#define __gl2_h_ 1
#ifdef __cplusplus
extern "C" {
#endif
/*
** Copyright (c) 2013-2017 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials wi... | [
"riverfor@gmail.com"
] | riverfor@gmail.com |
f4f3d56b30481a3fe66444cbfac2fdd067f213eb | 3ac9732c090085cc2b0f1f8dc31c50515c71cbca | /boards/uart-board.c | caaf0036554166277acd01756b764da61f4c6bab | [] | no_license | LAI13454/NB_Pro | 09272f6e67bdf0ec162a95b296c76f254ed5e5d9 | de443856c15662822b7a5b3b9bf02e54d88b9361 | refs/heads/master | 2020-05-18T22:22:31.148864 | 2019-05-03T10:51:32 | 2019-05-03T10:51:32 | 184,687,821 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,706 | c | /*!
* \file uart-board.c
*
* \brief Target board UART driver implementation
*
* \copyright Revised BSD License, see section \ref LICENSE.
*
* \code
* ______ _
* / _____) _ | |
* ( (____ _____ __... | [
"13454476548@163.com"
] | 13454476548@163.com |
b038fe7fd8852ee3867489b530197cd083e1a20d | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/0ae523cd-16a6-40c6-b3f2-c6785d9a5496.c | f728e78c682f3f1ccd7158abb71b21369c5d624f | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 241 | c | #include <stdio.h>
int main() {
int i=0;
int j=14;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = i-j;
l = l-j;
j = k-j*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
e90c5141543229c511c213c748875a13349802c3 | 1ad4dd5261a185f3cf92d7fd3226de28679747c5 | /kernel/arch/powerpc/sysdev/mpic_msgr.c | eb69a51862431cccc81034f1fb9a1c8decc906d2 | [
"Linux-syscall-note",
"GPL-2.0-only",
"MIT"
] | permissive | oslab-swrc/libmpk | b30c8fa2eea834a8ab441fdd9f7789296781ec17 | a0b20ab8819d60d22d2a90f0d54eccae40ae6b05 | refs/heads/master | 2022-05-01T01:36:07.491532 | 2022-03-18T05:44:14 | 2022-03-18T05:44:14 | 223,290,854 | 0 | 0 | MIT | 2019-11-22T00:30:13 | 2019-11-22T00:30:12 | null | UTF-8 | C | false | false | 6,950 | c | /*
* Copyright 2011-2012, Meador Inge, Mentor Graphics Corporation.
*
* Some ideas based on un-pushed work done by Vivek Mahajan, Jason Jin, and
* Mingkai Hu from Freescale Semiconductor, Inc.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public ... | [
"spark720@gatech.edu"
] | spark720@gatech.edu |
621c41d56b0d578c2af0900c3c7550785ab2fc8d | 5eb1ad2208a4333e8f3d0578710cd50e01f3ba00 | /lib/nanovg/nanovg.c | da4ca68910b113c07a1605a8e68011afd1e28171 | [] | no_license | leranger/milligui | a4ead75a2f1485de4d75fa5658abbad97bd1ebb1 | cf5a44a5296934f6eb7f59548675d6d62df2e489 | refs/heads/master | 2021-03-09T22:35:29.306008 | 2014-07-17T07:55:58 | 2014-07-17T07:55:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 65,491 | c | //
// Copyright (c) 2013 Mikko Mononen memon@inside.org
//
// This software is provided 'as-is', without any express or implied
// warranty. In no event will the authors be held liable for any damages
// arising from the use of this software.
// Permission is granted to anyone to use this software for any purpose,
// ... | [
"memononen@gmail.com"
] | memononen@gmail.com |
e2b2481c3d296e5e73b1c84a5303c46c0950cf20 | 2fa638dac8889da7c0c071a066615d6369f35723 | /linux-kernel/homework/test1/producer.c | 13830850236bc7eca577c93a39bb1b5f009c9bfe | [] | no_license | Cecilwang/PKUHomework | 142eb80888524d1980e803f8444ed6049a27551d | dcbef7424f38898a0c06176d5066b5fc7a1d2ab5 | refs/heads/master | 2020-07-11T07:39:13.497383 | 2016-11-17T13:27:37 | 2016-11-17T13:27:37 | 74,007,465 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,710 | c | #define DEBUG
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/stat.h>
#include <linux/slab.h>
#include <linux/random.h>
#include <linux/delay.h>
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Cecil Wang");
typedef struct list_node {
struct list_head node;
char info[100];
}list_no... | [
"cecilwang@126.com"
] | cecilwang@126.com |
5fc808e6e2c1dd094be46148c240e17aee593a95 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/bbb72cdd-3ca8-4ac0-b23f-4e74491a2807.c | 7d40ce33d1bf568e2d8d8dc2583394acb0f90d22 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 552 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = l%j;
l = i/j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[28];
long c[71];
a = 0;
while (a > -1) {
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
7a52a6f1d1df8e08bd7d5b055f1943f15b4083f3 | 1baa0d9650e3ebe27109f47e229f89b6e292e39b | /ch8/8_25.c | 0a0702c4beb923a525b53d752fcef1bb1a3fc6a3 | [] | no_license | ppd0705/play_apue | de2eaef6330b78fc07c7e5621b314c718b8fc240 | b487fb7c08f8645e6d0aadbbec50b3627ff54a0d | refs/heads/master | 2022-12-19T21:00:38.993553 | 2020-10-12T00:43:48 | 2020-10-12T00:43:48 | 258,960,747 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 118 | c | #include "apue.h"
int main(void) {
printf("real uid=%d, effective uid=%d\n", getuid(), geteuid());
exit(0);
} | [
"ppd0705@163.com"
] | ppd0705@163.com |
407513245052f3f0516fbe8fa94e73d2d62870c2 | f56eca241734e8f492bb72baf480b31423d1a708 | /arke.c | bc543feb3944cd70e2dbfb28a034ad33c9caf374 | [
"BSL-1.0"
] | permissive | AllanGG/arduino-display | 136a7686d346c90d9ff2baece1430a371fd33fb3 | 6a3ab0f30160c6b3c8a1b566388039432869f8f1 | refs/heads/master | 2021-01-03T22:05:35.209785 | 2015-06-24T01:08:38 | 2015-06-24T01:08:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 326 | c | #include <avr/io.h>
#include <util/delay.h>
#include "seven-segment.h"
unsigned char arke[4] = {
0x77, // A
0x50, // R
0x76, // K
0x79 // E
};
int main(void) {
initDisplay();
int i = 0;
while(1){
writeDigit(arke[i], i);
i++;
if (i == 4) {
i = 0;
}
_delay_ms(2);
}
return... | [
"corey@octayn.net"
] | corey@octayn.net |
4a5bad2b538124d477c846a269d4d623bc36fc34 | 21832082177250543a9fdaffc99fdfebe4932173 | /dominion/mutants/dominionc/mutant100335_dominion.c | b9b6bb73ea96f361a553387c57da4507805d792f | [] | no_license | cs362sp16/cs362sp16_melloc | 6c1908de39b82f0375a44f856de68dc9a96b9d44 | 34aa06f255a3580480fc2365d84cebf1ef44c394 | refs/heads/master | 2021-01-21T11:44:57.407155 | 2016-06-07T06:56:56 | 2016-06-07T06:56:56 | 55,734,081 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 36,691 | c | #include "dominion.h"
#include "dominion_helpers.h"
#include "rngs.h"
#include "cardEffects.h"
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
int compare(const void* a, const void* b) {
if (*(int*)a > *(int*)b)
return 1;
if (*(int*)a < *(int*)b)
return -1;
... | [
"ecksian@icloud.com"
] | ecksian@icloud.com |
9a26e733727e9f4eaaba8ccae63ab9db37088eea | eca9b469c67bd5a4e85e9791b26af7f1a8c8898e | /ft_isalpha.c | 644856f433ddb67a2546028cf8deca4e24b3f11e | [] | no_license | TimotheeGer/Libft | 6fdc16a8319e540b4d0731c5da23dc36ed7339c7 | 31e6d0b4fe7bc02d7f9b04b05d928d81261d1d80 | refs/heads/master | 2023-02-14T20:34:33.698841 | 2021-01-15T13:34:44 | 2021-01-15T13:34:44 | 329,024,512 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,026 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isalpha.c :+: :+: :+: ... | [
"tigerber@e3r3p10.42.fr"
] | tigerber@e3r3p10.42.fr |
8352b983c620e9d3fdce97f4d1f9dd8dcb6e2306 | 5e673ad833b379fc289d28bca085e351600dc93b | /FinalProject_v0.1/include/bulbasaur_back_icon.h | 890385c21599952e33f47431bab10f3d24324dcf | [] | no_license | danielwyr/GameControlller_Project | 05db8651493fe7396143de608bf8ea80e18027ba | 77d592a172a120e8b9424f3479c3fc2fef896a55 | refs/heads/master | 2021-01-23T18:00:47.489896 | 2017-03-13T18:51:52 | 2017-03-13T18:51:52 | 82,989,865 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 187,999 | h | #ifndef _BULBASAUR_BACK_ICON_
#define _BULBASAUR_BACK_ICON_
static uint32_t bulbasaur_back_icon[125][125] = {
{0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0xffffffff, 0x... | [
"yw28@uw.edu"
] | yw28@uw.edu |
d13727525de75601704b8eaa675b49781ad3fcf2 | e23f18ea53d3904841aa1b5391fab6d170fff38e | /09.阻塞和非阻塞IO/01.waitqueue/globalfifo_using_tempate.c | 0daec598270a7062fd66d1e64af0144537ba669f | [] | no_license | caobinxin/driver | 48fd93f5f1c9c3f156a6ac8f9857145dc81e8f62 | 39fd3bec92aba3c49bb2a8163da11e320434b27c | refs/heads/master | 2021-09-02T00:55:36.561792 | 2021-01-13T05:30:27 | 2021-01-13T05:30:27 | 187,665,360 | 0 | 0 | null | 2021-08-11T01:12:48 | 2019-05-20T15:16:36 | C | UTF-8 | C | false | false | 4,416 | c | struct globalfifo_dev{
struct cdev cdev ;
unsigned int current_len ;//表征当前FIFO中有效数据的长度。current_len==0 意味者FIFO空, current_len == GLOBALFIFO_SIZE 意味者FIFO满
unsigned char mem[GLOBALFIFO_SIZE] ;
struct mutex mutex ;
wait_queue_head_t r_wait ;//等待队列的头
wait_queue_head_t w_wait ;//等待队列的头
} ;
static int ... | [
"caobinxin666@163.com"
] | caobinxin666@163.com |
9649caca0c03aeb0acbcea3b1a1944e5068eced2 | 83214753e9183327e98af0e6768e9be5385e5282 | /d/migong/obj/weapon/ban.c | 618b26b826596621f6434524c0a8d35fe212c4ff | [] | no_license | MudRen/hymud | f5b3bb0e0232f23a48cb5f1db2e34f08be99614e | b9433df6cf48e936b07252b15b60806ff55bb2f3 | refs/heads/main | 2023-04-04T22:44:23.880558 | 2021-04-07T15:45:16 | 2021-04-07T15:45:16 | 318,484,633 | 1 | 5 | null | null | null | null | GB18030 | C | false | false | 647 | c | // zhubang.c 竹棒
#include <weapon.h>
inherit STAFF;
void create()
{
set_name("精竹棒", ({ "zhubang" }));
set_weight(3000);
if (clonep())
set_default_object(__FILE__);
else {
set("unit", "根");
set("long", "这是一根发黄的竹棒,入手沉甸甸的,似乎相当结实。\n");
... | [
"i@oiuv.cn"
] | i@oiuv.cn |
57431d6f5fb4414518324b892ef180dca2d7dd3d | c0b3a3ac9472168645576c47e585c967c9e75667 | /Pointers/8.c | 47c1ccc5664a7719c137c1ef769421951af80f2a | [] | no_license | shubhamkgupta14/C_technical | f35448f18bb72d0da277662a3e97b3abcb736586 | 6e65414b8680675d6832e0c1b40d58fa3fe58514 | refs/heads/master | 2021-09-17T23:52:06.039441 | 2018-07-07T04:36:53 | 2018-07-07T04:36:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 140 | c | #include<stdio.h>
int main(){
char str[20], *p;
p = str;
int i;
gets(p);
for(i=0;*(p+i)!=0;i++);
printf("%d\n",i);
} | [
"noreply@github.com"
] | shubhamkgupta14.noreply@github.com |
5fa31a962d2c878c34cd04fea0d401476684b42e | 6bcd0ce61680fde0aa8bccf5e9c9954d4ac73fcf | /shared_memory.h | 7693e2fb09f5a34b1a224646a311bb6d07bc51e2 | [
"MIT"
] | permissive | thefangbear/shared_memory | cc620c3b012304843a825e182490be4cb564332a | 8b92cb6b1d236652c0daff9a4bf90fbb3b5372c5 | refs/heads/master | 2020-03-18T00:40:19.880295 | 2018-05-20T00:18:04 | 2018-05-20T00:18:04 | 134,106,718 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,209 | h | /*
* Created by Ruijie Fang on 2/19/18.
* Copyright (c) 2018 Ruijie Fang.
* Open-sourced under the MIT License.
* Contact: rui.jie.fang [at] gmail.com
*/
#ifndef P2PMD_SHARED_MEMORY_H
#define P2PMD_SHARED_MEMORY_H
#include <semaphore.h>
#include <assert.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/m... | [
"noreply@github.com"
] | thefangbear.noreply@github.com |
4b84e1bd5bda659f7cca23560c25989c4675ce25 | 4d4b3354c591827b1903943e3ba0239dfd6a7c18 | /watcom/photon/PtTimer.h | db37fb29a8aef8af086ce719a2f23b4d2e60ae15 | [] | no_license | sisfcba/SCORE | 6e2eedfb52601dfc4363bebe6e1a83b68aea395e | 5d210b708d7f9242547483e9d6bff8c052029b3c | refs/heads/master | 2023-04-09T13:09:56.978142 | 2021-04-14T12:05:08 | 2021-04-14T12:05:08 | 294,440,453 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,020 | h | /*
* PtTimer.h
* Header file for the PtTimer widget class
*
* Copyright by QNX Software Systems Limited 1990-1994. All rights reserved.
*/
#ifndef __PT_TIMER_H_INCLUDED
#define __PT_TIMER_H_INCLUDED
#ifndef __PT_WIDGET_H_INCLUDED
#include <photon/PtWidget.h>
#endif
#include <photon/PhPack.h>
#ifdef __cplusplu... | [
"42448384+thiago3008@users.noreply.github.com"
] | 42448384+thiago3008@users.noreply.github.com |
9e795f13752dab25642828b4ce7bed857a70beed | a21abb8b199d8aff62fce9e75ad58f9ab30a3112 | /lib/libft/ft_itoa_base_uint.c | d2d832e06b60a22fc46f01cc3879fbcdeebdeaf7 | [] | no_license | pruiz-ca/miniRT | 7b08a46992c96d25a1bd7556c0d7e550a1791a73 | f4bcc8b57422da5c51a32c6477230d723ed63b46 | refs/heads/main | 2023-05-12T22:29:15.876602 | 2021-06-08T12:22:10 | 2021-06-08T12:22:10 | 368,225,996 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,423 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_itoa_base_uint.c :+: :+: :+: ... | [
"pruiz-ca@student.42madrid.com"
] | pruiz-ca@student.42madrid.com |
4dc2e0d41ac321dd37723663b87e54571a016871 | 15b8a9e5286944aa00df83e005db55447e955b31 | /c/c_lab03_b.c | 378f13101dd037775bb925a06f98e2d8852f18b4 | [] | no_license | Horki/posix-intro | 02daf7ce9b57ac13c12a381e2b0217ea72966c75 | 43be6fb7e9693f1fa3fb93376fda94e61371728a | refs/heads/main | 2021-06-19T10:36:00.045240 | 2021-01-24T16:42:06 | 2021-01-24T16:42:06 | 174,379,550 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,505 | c | #include <errno.h>
#include <pthread.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define NO_TH 2
static pthread_mutex_t mut = PTHREAD_MUTEX_INITIALIZER;
static void *func(void *);
static void error_msg(const char *);
static void print_thread(const int32_t);
static void wait_thre... | [
"ivanzvonimirhorvat@gmail.com"
] | ivanzvonimirhorvat@gmail.com |
10ff544e912891a500ce2e9a04aa03128ed6b56d | 11397b371bab9dd81cad1b11e64b0107ef7b946e | /LabBook1/Lab7/main.c | 50188826778e9cf1a5c0f899ca532e39f4331b7f | [] | no_license | cbourcier3/mcu_iot | bfea235bbd64154986e1a84833d59a7e7daee591 | cd935780cd3e8557ffcd1ff8594cf5047a41df0f | refs/heads/master | 2023-02-02T07:48:45.041752 | 2020-12-17T16:36:47 | 2020-12-17T16:36:47 | 315,940,194 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,206 | c | #include <stdio.h>
#include "board.h"
#include "thread.h"
#include "periph/gpio.h"
#include "shell.h"
#include "msg.h"
#define LED2_PIN GPIO_PIN(PORT_A, 5)
#define BP1_PIN GPIO_PIN(PORT_C, 13)
char stack[THREAD_STACKSIZE_MAIN];
msg_t rcv_queue[2];
static kernel_pid_t rcv_pid;
void _bp_callback(void *arg)
{
... | [
"celestin.bourcier@gmail.com"
] | celestin.bourcier@gmail.com |
846c6e081f423a2c4df61d02eec9fc05cb6bbf71 | 7a36e989d469fb86ae3166582ed42c733b524f40 | /Exemples/Not_yet_tested/Other_examples/sieve.c | 81c3d178fbe99b71abf643f40fdb584bf29600c7 | [] | no_license | ethanlarrar/Compiler_Cminusminus | 065127186497e09567f42b45d5dc14b785943228 | d695ba4e9521845b10d507a112a7915d502a6ac5 | refs/heads/main | 2023-03-25T23:47:17.227146 | 2021-03-26T13:17:51 | 2021-03-26T13:17:51 | 320,534,614 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,061 | c | #ifdef MCC
#define NULL 0
#else
#include <stdio.h>
#include <stdlib.h>
#endif
int main (int argc, char **argv)
{
if (argc!=2)
{
printf ("Usage: ./sieve <n>\ncalcule et affiche les nombres premiers inferieurs a <n>.\n");
/* fflush (stderr); */
exit (10); /* non mais! */
}
{
int n;
... | [
"ethan@ethan.ethan"
] | ethan@ethan.ethan |
455cccfa7ac8f38ecd8affffb1b3e506b2159de3 | 53e006698b5cf285e708aaaeb93ff21dcee49fa7 | /src/lib/check/check4.c | 6efd3380ca48505b80a5805a9ce774ffc88876be | [] | no_license | GPtpvWKrrZWERTEg/mccp | eb6cc7df057c7edb3ed9aaa03d0d331aa3e734fc | 6e232f5ccc9a9dfa8a95a26811957caa5dddccf6 | refs/heads/master | 2020-05-17T13:09:34.486354 | 2014-03-10T01:04:27 | 2014-03-10T01:04:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,737 | c | #include <mccp/mccp.h>
#include <mccp/mccp_thread_internal.h>
#include <math.h>
typedef struct {
mccp_thread_record m_thd; /* must be on the head. */
mccp_mutex_t m_start_lock;
mccp_bbq_t m_q;
ssize_t m_n_puts;
} test_thread_record;
typedef test_thread_record *test_thread_t;
... | [
"j7d@example.org"
] | j7d@example.org |
df50df900fad8c70a2734a33c9cfcbd9dd1b71ac | 17d7357e5c5130ace022b3c9d9f98e7b13dda0ca | /src/meta/sadf.c | 6cbc91319b331fc4c9e10e94104e7e7047a0ec60 | [
"ISC",
"LicenseRef-scancode-public-domain"
] | permissive | vgmstream/vgmstream | 4a7747bb75ff513f8fc8cc26f31d6e3a4150bc43 | 883d796d4b63c42810586e9f1ffbdcdd28c73ef5 | refs/heads/master | 2023-09-04T16:14:38.136915 | 2023-09-02T18:06:38 | 2023-09-02T18:06:38 | 5,591,410 | 762 | 137 | NOASSERTION | 2023-09-10T22:58:26 | 2012-08-28T20:08:24 | C | UTF-8 | C | false | false | 1,668 | c | #include "meta.h"
#include "../coding/coding.h"
/* sadf - from Procyon Studio audio driver games [Xenoblade Chronicles 2 (Switch)] (sfx) */
VGMSTREAM* init_vgmstream_sadf(STREAMFILE* sf) {
VGMSTREAM* vgmstream = NULL;
int channel_count, loop_flag;
off_t start_offset;
/* checks */
/* .sad: assumed... | [
"bananaman255@gmail.com"
] | bananaman255@gmail.com |
d0f8139279c88e067f660981e80a22423b4e4bc7 | eeef25e331fe3bc06d788dc0dd08a028d361edbc | /C/FlippingCards.c | fd638a104ddd0d45b1ce6dbc44088da4b9659631 | [] | no_license | prokarius/hello-world | d483083172e600832a729ee44bf4a39880e79245 | c8a4a500e9fbf2f746ecb25c4710359fbae23bc5 | refs/heads/master | 2022-04-29T20:31:26.937487 | 2022-03-19T08:07:32 | 2022-03-19T08:07:32 | 93,074,171 | 47 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,581 | c | // Mon dieu! This is the same question as Cuckoo Hashing!
#include<stdio.h>
#include<stdlib.h>
int* Onion;
int* ded;
int flag;
void onionInit(int n){
for (int i = 0; i < n; ++i){
Onion[i] = i;
}
}
int find(int x){
if (Onion[x] != x){
Onion[x] = find(Onion[x]);
}
return Onion[x];
... | [
"rollingwithoutslipping@yahoo.com"
] | rollingwithoutslipping@yahoo.com |
7531b4619dd87fc83b6abb62ce7022dc236f11c9 | 7e0eb7512388b92521b7a93c491ab4d367ac9dc0 | /attiny1617-core-independent-night-light-using-ccl-mplab.X/include/component-version.h | 1d0973404ac06ca29a7ae7c68c18e66b6d03eae3 | [] | no_license | PICdew/attiny1617-core-independent-night-light-using-ccl-mplab | f30984a6fa35efedd63d46266ea7820bc4168334 | d2e13d7048073884e537c27a4e06c599fc0d33c8 | refs/heads/master | 2023-01-20T04:19:23.882064 | 2020-12-02T08:37:48 | 2020-12-02T08:37:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,823 | h | /**
* \file
*
* \brief Component version header file
*
* Copyright (c) 2020 Atmel Corporation, a wholly owned subsidiary of Microchip Technology Inc.
*
* \license_start
*
* \page License
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with... | [
"OleSivert.Aarhaug@microchip.com"
] | OleSivert.Aarhaug@microchip.com |
b8093e318c6bd5dc3b48abfc7c34e49c2fea00b7 | 0203e5a6d7beb1e0f83113dac4c167b171756f24 | /lib/dpdk-stable-19.08.2/drivers/crypto/aesni_gcm/aesni_gcm_pmd.c | 1006a5c4db38e3e8046927a80edbb56146af284b | [
"GPL-2.0-only",
"BSD-3-Clause"
] | permissive | Wonchul08Lee/poseidonos | eaafe277fc56a0f5b5fcca3b70acc9bfe5d5d1ae | 6fe410cdf88f3243ad9210f763c2b5a2f7e8b46a | refs/heads/main | 2023-03-30T13:41:09.660647 | 2021-04-08T06:43:26 | 2021-04-08T06:43:26 | 355,819,746 | 0 | 0 | BSD-3-Clause | 2021-04-08T08:17:27 | 2021-04-08T08:17:26 | null | UTF-8 | C | false | false | 18,467 | c | /* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2016-2017 Intel Corporation
*/
#include <rte_common.h>
#include <rte_hexdump.h>
#include <rte_cryptodev.h>
#include <rte_cryptodev_pmd.h>
#include <rte_bus_vdev.h>
#include <rte_malloc.h>
#include <rte_cpuflags.h>
#include <rte_byteorder.h>
#include "aesni_gcm... | [
"poseidonos@samsung.net"
] | poseidonos@samsung.net |
71779fcb8de96cc5f6237a0ed6d05c1cb82c7a26 | d3666a0a18ffcb18851084c22b384855186abe4a | /LSC/src/31401/S02_final/dev/io/io.h | 57e260fd7f70713e9d0ff5c1ebe9b03eaba197a4 | [] | no_license | masterzdran/semestre-7 | f97f3d45dc91f4ab134f9124fd54e64c5606a3c5 | e5ec102d95e5ae8f8fadd2426debf9190884d31f | refs/heads/master | 2016-09-06T11:50:19.687466 | 2012-04-09T01:26:51 | 2012-04-09T01:26:51 | 35,061,035 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,508 | h | /*
#=======================================================================
# LSC - Laboratorio de Sistemas Computacionais
#-----------------------------------------------------------------------
# Turma: LI51N
# Semestre: Inverno 2011/2012
# Data: Fevereiro/2011
#----------------------------------------------------... | [
"nuno.cancelo@gmail.com"
] | nuno.cancelo@gmail.com |
1f525ec1a416b52e6d0d2c7117201f0b64f737a0 | 9ee5e33c14a1a797d82f73cc03728eea982190c6 | /api/c_app_test/env_api/env_api.h | b2598f8f92e3e74070900a379a31ce8ee37187d7 | [] | no_license | MrOyoung/practise | 39747c84f5afbccb2ee3e03c93c75fc50e46b0a1 | bcc264512ca6ec37f8ae6b2e908a33942a728612 | refs/heads/master | 2021-01-01T20:37:19.332470 | 2017-08-10T15:51:18 | 2017-08-10T15:51:18 | 98,898,601 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,681 | h | /************************************************************
** filename:env_api.h
** autor:Rocky
** date:2017/04/28
** description:head file
************************************************************/
#include "common.h"
#define _arg_in
#define _arg_out
#define _arg_in_out
#define ARRAY_MAX_MEMBER_NUM 64
//#defi... | [
"15190072002@163.com"
] | 15190072002@163.com |
34255e635adf5f3dbc4ce9cf01a03ecf9cea5991 | aa714b05fda26ea4ff1621ce4c354c18b84a61cf | /Dave/Model/APPS/TIMER/v4_1_12/Templates/timer.h | 10daadab078331ef2a2b643a747a595c12c19d63 | [] | no_license | anis399/XMC1400-LED-Blinking-usine-CCU4-slice | c3e86c7ab63fa8cf6258a72cd177374a14b1ed16 | 00e08c670239f930454ea07b6f26b103ae02e5c9 | refs/heads/master | 2023-08-04T23:55:14.253358 | 2021-09-26T19:27:35 | 2021-09-26T19:27:35 | 410,641,329 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,458 | h | /**
* @file timer.h
* @date 2021-01-08
*
* NOTE:
* This file is generated by DAVE. Any manual modification done to this file will be lost when the code is regenerated.
*
* @cond
***********************************************************************************************************************
* TIMER v4.1.... | [
"72157811+anis399@users.noreply.github.com"
] | 72157811+anis399@users.noreply.github.com |
c411657e27086a69ce13c284a8350f5abc3914a4 | a6d5b9bf448ce7710e839a8a69ead594a51a8cc3 | /include/qt/NameRegistry.h | a81837a6931a18d3d2de2a3bbc1f144abbc0de5a | [] | no_license | leejiarong/DShowFilters2 | 04d10479c5c29cf1859cedba2745e58af6fada60 | 1643166e6b4cd628539de2cb06a342b9332fc7ba | refs/heads/master | 2021-03-12T20:37:16.437388 | 2015-03-24T09:41:26 | 2015-03-24T09:41:26 | 32,787,487 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,364 | h | /*
File: NameRegistry.h
Contains: NameRegistry Interfaces
Version: Technology: MacOS
Release: QuickTime 6.0.2
Copyright: (c) 1993-2001 by Apple Computer, Inc., all rights reserved.
Bugs?: For bug reports, consult the following page on
... | [
"leejiarong@gmail.com"
] | leejiarong@gmail.com |
622a9b890ab10765ac9d26b0d81760efe8f2e365 | 1f348be070e099c25f439b18bca2acaa88e9f89a | /report3/process.c | b03f7782f294da92d8e98dd735415955b01e50a2 | [] | no_license | kam1tsur3/unix_system | f104c7b43629f90772f46e5da291b1a1634e7dfd | 8decb5509d0565a2c4d2cfd83e992073237635f7 | refs/heads/master | 2020-04-06T14:50:47.712909 | 2019-01-04T16:10:06 | 2019-01-04T16:10:06 | 157,556,430 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 344 | c | #include "report3.h"
void newpro(int argc, char** argv)
{
int* status;
pid_t pid;
if(){//argv has pipe token
if((pid = fork()) < 0){
perror("fork");
exit(1);
}
else if(pid == 0){
newpro();
}
else{
//exec
wait(status);
exit(0);
}
}
else if(){
//argv has redirect token
}
else{
... | [
"cloudyscrafty@icloud.com"
] | cloudyscrafty@icloud.com |
7fb26b258fa9d5a5b068491299f06912dea2e4cd | cfe69fc556729bdecf2118fa5bc329343c42ed80 | /10.0.10240.16384/ntoskrnl/Functions/VfZwOpenThread.c | 9b59f5510e3bec155b4479bc805de197c67d3cba | [] | no_license | Myprivateclonelibrary/W10M_unedited-decomp | 8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a | 67b05851a3e262ff8a5d11ee50db34f28c350f16 | refs/heads/main | 2023-08-31T06:00:37.303105 | 2021-05-15T23:53:23 | 2021-05-15T23:53:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 272 | c | // VfZwOpenThread
int __fastcall VfZwOpenThread(int a1, int a2, int a3, int a4)
{
if ( ViZwShouldCheck(a1, a2) )
{
ViZwCheckVirtualAddress(a1);
ViZwCheckObjectAttributes(a3);
ViZwCheckVirtualAddress(a4);
}
return pXdvZwOpenThread(a1, a2, a3, a4);
}
| [
"64583248+Empyreal96@users.noreply.github.com"
] | 64583248+Empyreal96@users.noreply.github.com |
cac7585683a857bd1987c2409b11bd5ae8ef6d8b | bbf91cfe87a36779afbc43b5392abc0722363870 | /tools/tinyos/c/coap/coap_time.h | 1abd273812a00c8dfcf82c0f99d244da8c77e429 | [
"BSD-3-Clause",
"MIT",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | ioteleman/InternetOfThings | df9792b2d38527bcd418d976c72fbb60e6ae5ccc | a87c1e2a243d06574d08645f8c5fe82f005c0da3 | refs/heads/master | 2022-11-06T06:22:16.304317 | 2020-07-01T12:19:34 | 2020-07-01T12:19:34 | 270,090,369 | 1 | 0 | MIT | 2020-06-06T20:03:26 | 2020-06-06T20:03:26 | null | UTF-8 | C | false | false | 2,536 | h | /* coap_time.h -- Clock Handling
*
* Copyright (C) 2010,2011 Olaf Bergmann <bergmann@tzi.org>
*
* This file is part of the CoAP library libcoap. Please see
* README for terms of use.
*/
/**
* @file coap_time.h
* @brief Clock Handling
*/
#ifndef _COAP_TIME_H_
#define _COAP_TIME_H_
#include "config.h"
/**
... | [
"amirhosein.ataei@mail.polimi.it"
] | amirhosein.ataei@mail.polimi.it |
7650ec5643edffbb53acb40679b881e661dd4c8a | 3b68b6b9e63c265e27648f2da9ffebe2eded9433 | /MPICH2/cur/src/mpi/datatype/type_vector.c | 1f82cc6bba7ddbaa1445722e06f81f34f6feb893 | [
"mpich2",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | JulianKunkel/hdtrace-piosim | 2289488b108450fa83bffd32b6045df3d8b97a1d | 969d4e55fc0c580e4857da7cf7afc41ee8d48627 | refs/heads/master | 2020-03-13T05:41:16.783277 | 2014-06-05T11:04:41 | 2014-06-05T11:04:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,388 | c | /* -*- Mode: C; c-basic-offset:4 ; -*- */
/*
*
* (C) 2001 by Argonne National Laboratory.
* See COPYRIGHT in top-level directory.
*/
#include "mpiimpl.h"
/* -- Begin Profiling Symbol Block for routine MPI_Type_vector */
#if defined(HAVE_PRAGMA_WEAK)
#pragma weak MPI_Type_vector = PMPI_Type_vector
#elif defi... | [
"kunkel@dkrz.de"
] | kunkel@dkrz.de |
4ef5c76dc8159a0c45f68c77bc757cbb179c0705 | 99bdb3251fecee538e0630f15f6574054dfc1468 | /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/lcd/st7789v.c | 0574c0b3af17e3a981cfb06362ba1563cb50cf3f | [
"Zlib",
"LicenseRef-scancode-proprietary-license",
"MIT",
"BSD-3-Clause",
"X11",
"BSD-4-Clause-UC",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | RT-Thread/rt-thread | 03a7c52c2aeb1b06a544143b0e803d72f47d1ece | 3602f891211904a27dcbd51e5ba72fefce7326b2 | refs/heads/master | 2023-09-01T04:10:20.295801 | 2023-08-31T16:20:55 | 2023-08-31T16:20:55 | 7,408,108 | 9,599 | 5,805 | Apache-2.0 | 2023-09-14T13:37:26 | 2013-01-02T14:49:21 | C | UTF-8 | C | false | false | 11,546 | c | /*
* drivers/video/fbdev/sunxi/disp2/disp/lcd/st7789v/st7789v.c
*
* Copyright (c) 2007-2018 Allwinnertech Co., Ltd.
* Author: zhengxiaobin <zhengxiaobin@allwinnertech.com>
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, an... | [
"noreply@github.com"
] | RT-Thread.noreply@github.com |
09ae2fc845988bedf2a23c3ff4ea7920ecf8d3cd | 87eb2cd82ea5b617f359989a95589db76fd1d812 | /archive/master/v0.0.3-703-ga16b484/opsis/axiom/lm32/logs/version_data.c | 3d5a896ed40d4c9a8b42f7f9141c4b70155fdbd7 | [
"MIT",
"BSD-2-Clause"
] | permissive | timvideos/HDMI2USB-firmware-prebuilt | d6872785c7b97d5a1a2fe3418458824d944c3f37 | bf8ee7bf8ec3569980b02ab39c9700bf4b9ce5a9 | refs/heads/master | 2023-05-04T14:30:57.741336 | 2020-01-30T16:52:41 | 2020-01-30T16:52:41 | 11,761,544 | 9 | 14 | null | 2018-04-27T21:25:04 | 2013-07-30T09:33:09 | Verilog | UTF-8 | C | false | false | 597 | c |
#ifndef PLATFORM_OPSIS
#error "Version mismatch - PLATFORM_OPSIS not defined!"
#endif
const char* board = "opsis";
#ifndef TARGET_AXIOM
#error "Version mismatch - TARGET_AXIOM not defined!"
#endif
const char* target = "axiom";
const char* git_commit = "a16b4843f0df59ed0e1ef488f5996cfdc3331993";
const char* git_branc... | [
"robot@timvideos.us"
] | robot@timvideos.us |
68069d6a0759e3e8d3ac5cb4554318f753441056 | cd40a9280fe8bc197398695ec397d36ab4470cbf | /TP FINAL LAB 2 modificado/TP FINAL LAB 2 modificado/variasClientes.c | 15ab94a6141086a40c6563384dd2582f82c18d30 | [] | no_license | udiaslautaro/TP-FINAL-LAB-2 | 299efaddeac13bc8c9fbcf73320f2015d21eeeea | 8a3b55de022404b7640cceed90422a3734333ee2 | refs/heads/main | 2023-06-11T07:57:05.124111 | 2021-07-05T19:04:01 | 2021-07-05T19:04:01 | 383,240,124 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,755 | c | #include "variasClientes.h"
/********************************
* \brief VALIDACION DE EMAIL.
* \param EMAIL.
* \return Flag
********************************/
int validaEmail(char email[])
{
int v=strlen(email);
int i=0;
int flag=0;
while(i<v && flag == 0)
{
if(email[i]==64)
{
... | [
"85170191+udiaslautaro@users.noreply.github.com"
] | 85170191+udiaslautaro@users.noreply.github.com |
1d3289081849296a04a04b4d6c55ca33631b677b | 95c0f90437777b5d5e5a259ffd7b85c01d59e434 | /kernel/alarm.h | 081319f3857e78f3e34dabfdf5db64b35ea4e15f | [] | no_license | ev3rt-git/ev3rt-hrp3 | 19783df9169f22157662bf89f3eb7e6adced9878 | c2954480b9667700f9079ae8dece1f6f28a2f8c8 | refs/heads/master | 2022-07-05T03:39:51.171444 | 2022-06-24T10:47:45 | 2022-06-24T10:47:45 | 174,292,829 | 9 | 12 | null | null | null | null | UTF-8 | C | false | false | 4,993 | h | /*
* TOPPERS/HRP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* High Reliable system Profile Kernel
*
* Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laboratory
* Toyohashi Univ. of Technology, JAPAN
* Copyright (C) 2005-2018 by Embedded ... | [
"liyixiao7@gmail.com"
] | liyixiao7@gmail.com |
02a92f0b71d8b06adb3c5b1af28cb8d4ea8bf56a | 98f25c9945643d60bb6aced5f0fba8377504fea1 | /libft/src/ft_memcmp.c | 8b5d67a8a8b497d2e523ef034901f388c7da172b | [] | no_license | Calin101/Final-DOOM | 09f6506748491cc000a1dee8e67272dde9186a3b | c0f614ed9c70311dba80027a8f43d9b97ad07ab3 | refs/heads/master | 2022-11-14T23:18:19.122977 | 2020-06-29T18:32:38 | 2020-06-29T18:32:38 | 275,895,724 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,165 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memcmp.c :+: :+: :+: ... | [
"camillealin13200@gmail.com"
] | camillealin13200@gmail.com |
3d1267eb554e9be429fb5e4710d9591fcded0bd6 | 3e65cff48b3f114652e93998a88de32a0ed71e73 | /src/free/free.c | 2ac5f2e73cb6c876dc0c24c87ebd64059db76f56 | [] | no_license | julienp17/malloc | 9da019599e55ad9a4aa9762c1e5796e6912ece28 | 3e20d2f78f5db0f2de1c7b0f966192fdb943aa61 | refs/heads/main | 2023-06-02T08:46:53.970023 | 2021-02-13T18:19:16 | 2021-02-13T18:19:16 | 378,617,384 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 274 | c | /*
** EPITECH PROJECT, 2021
** malloc [WSL: Ubuntu-20.04]
** File description:
** free
*/
#include "my_malloc.h"
void free(void *ptr)
{
mem_block_t *block = NULL;
if (ptr == NULL)
return;
block = ptr - sizeof(mem_block_t);
block->is_free = true;
} | [
"julien.pause@epitech.eu"
] | julien.pause@epitech.eu |
3b5aaa0d0ff2a1aae34854098c2eadf8891fb05e | 9bfe68daf9f7293d178de715597eb4ca02e7faa3 | /hal/inc/static_init.h | 3053e66b92bf83e392604adda1433afbcac50edc | [] | no_license | jtttl/maple4f107 | f56cb146f6062e5c72c2b395dfe9c66906109950 | 60bcdf1b2785e54683ddf22a19571825530c1e68 | refs/heads/master | 2021-01-10T09:29:38.638213 | 2012-06-30T01:29:27 | 2012-06-30T01:29:27 | 36,277,173 | 1 | 2 | null | null | null | null | GB18030 | C | false | false | 2,973 | h | #ifndef _STATIC_INIT_H_
#define _STATIC_INIT_H_
#ifdef __cplusplus //定义对CPP进行C处理 //开始部分
extern "C" {
#endif
#include "stm32f10x.h"
#include "String.h" //memcpy
#include "math.h" //数学计算
#include "includes.h" //ucos
#define DebugPf printf //调试printf输出
//#define DebugPf
#ifndef BOOL ... | [
"wangchen2011@gmail.com@22657575-f6bc-b298-15ed-954e9b1293d1"
] | wangchen2011@gmail.com@22657575-f6bc-b298-15ed-954e9b1293d1 |
b7642199202ed8f6e5027e1460774bfefb79a14e | 7cce8216b3d0cdec50e84b790b90d74d43fe9731 | /middleware/media_adpt/hi3559v200/liteos/sdk_init.c | 23aba6e7fd14065c6fe37a54d38e2ba15bd297ed | [] | no_license | 7956968/HI3559v200 | 5f19255709ce203cb906996d66caf55802a1e086 | 84fbcc229cbfdd26d0b619051baca729e6c35cfc | refs/heads/master | 2022-02-19T12:46:40.760605 | 2019-09-25T02:29:08 | 2019-09-25T02:29:08 | 273,824,724 | 0 | 1 | null | 2020-06-21T03:08:08 | 2020-06-21T03:08:08 | null | UTF-8 | C | false | false | 19,710 | c | /******************************************************************************
Some simple Hisilicon Hi3559A system functions.
Copyright (C), 2017, Hisilicon Tech. Co., Ltd.
******************************************************************************
Modification: 2017-11 Created
*************************... | [
"792658970@qq.com"
] | 792658970@qq.com |
2d99eeb6861d32f8eb94981a8a0b290b7c6bb349 | 8bfc98e6add0f0646d7f57d8d334d764abc7d17a | /project_euler/C/08_thoudig/thoudig_public.h | dbba1f741ce53113bef3ca78d2a9d90b4c94be1e | [] | no_license | jnaboz/coding_challenges | 7eaf700536e4e4032492a8668fcf32ba182715eb | 681e5b294ccf25a91d439c13a8ccd2c058b0f2ba | refs/heads/master | 2021-06-06T10:45:32.231838 | 2016-10-22T19:41:42 | 2016-10-22T19:41:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 799 | h | /* 1.0.0 */
/*****************************************************************************************************************************************************************\
* Module Name : Thousand Digit Product
* Description : Euler Project 8
* Original Author : Jake Nabozny
* Date Created : 10/1... | [
"jnaboz@gmail.com"
] | jnaboz@gmail.com |
e9903d39ab31e65a7596e1d9af80bb69e5151a90 | 23051c66ba4b506dca9457c0d2c1677f3c976165 | /0x13-more_singly_linked_lists/3-add_nodeint_end.c | bc2665ecbb4f5aadced28782cd653672dac69123 | [] | no_license | nickreactjs/holbertonschool-low_level_programming | 6f80eeaa502c022164217771ab41d6eb4ca7cf9b | 3b55dcb44b8485a602b2d15c6407d3187ccf573e | refs/heads/master | 2023-03-07T08:37:15.955223 | 2021-02-24T11:32:33 | 2021-02-24T11:32:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 615 | c | #include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "lists.h"
/**
* add_nodeint_end - Add a new node at the end
* of a listint_t list
* @head: head of list
* @n: value of new node
* Return: the adress of the new element,
* or NULL if it failed
*/
listint_t *add_nodeint_end(listint_t **head, cons... | [
"1477@holbertonschool.com"
] | 1477@holbertonschool.com |
237fdf92ad8c8d739ab5ab07939600b1691d575a | 191707dd19837f7abd6f4255cd42b78d3ca741c5 | /X11R5/mit/server/ddx/mips/mipsKbdNET.c | 3e4abdd239364213b7ba111df47951d07fd028ab | [] | no_license | yoya/x.org | 4709089f97b1b48f7de2cfbeff1881c59ea1d28e | fb9e6d4bd0c880cfc674d4697322331fe39864d9 | refs/heads/master | 2023-08-08T02:00:51.277615 | 2023-07-25T14:05:05 | 2023-07-25T14:05:05 | 163,954,490 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,413 | c | /*
* $XConsortium: mipsKbdNET.c,v 1.5 91/07/18 22:58:36 keith Exp $
*
* Copyright 1991 MIPS Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
* the above copyright notice appear in al... | [
"yoya@awm.jp"
] | yoya@awm.jp |
2ddaedcba88c5f57e49a5f27cd5e68494217aa60 | 2bba6988d5131d15d86dd1297a55935fbf50a14a | /ext/test/logical.zep.h | 4063e00fd663320a640b70199a73266102ea3a4f | [
"MIT"
] | permissive | nawawi/zephir | 805e275d1affc7c488dc5ba3f4c6d26757926e93 | 90a0843d590305c0d4a5c0578ce29bbe8cc4fe12 | refs/heads/master | 2022-05-01T07:07:17.438870 | 2018-11-25T17:57:30 | 2018-11-25T17:57:30 | 159,053,849 | 0 | 0 | MIT | 2018-11-25T16:53:17 | 2018-11-25T16:53:17 | null | UTF-8 | C | false | true | 1,680 | h |
extern zend_class_entry *test_logical_ce;
ZEPHIR_INIT_CLASS(Test_Logical);
PHP_METHOD(Test_Logical, testAnd1);
PHP_METHOD(Test_Logical, testAnd2);
PHP_METHOD(Test_Logical, testAnd3);
PHP_METHOD(Test_Logical, testAnd4);
PHP_METHOD(Test_Logical, testAnd9);
PHP_METHOD(Test_Logical, testOr1);
PHP_METHOD(Test_Logical, te... | [
"sergeyklay@users.noreply.github.com"
] | sergeyklay@users.noreply.github.com |
74ac09cfa4767172f9ea00846ce1eca53725312e | 6e348475531e4b45905fde641675d01307588dea | /ft_strncpy.c | 1490b6fc19f2fa820c94d2a24bac14aa20449490 | [] | no_license | brandresss/libft | 16b3332e3408081ba15a623f303bb92bba341318 | 9db3894f260295ae05e90bbc0e4b57979d454895 | refs/heads/master | 2022-11-15T10:25:07.651230 | 2020-07-19T16:38:56 | 2020-07-19T16:38:56 | 280,887,730 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,122 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncpy.c :+: :+: :+: ... | [
"brandres@mi-a1.msk.21-school.ru"
] | brandres@mi-a1.msk.21-school.ru |
fae48d0a276683c59b817b9ccdcc1b90cf6e72ba | f9787a1e5c7dfd7267acc83c5045a62cb4c58433 | /hslImage.c | e055db5d9c1220c86c2acae5d578651a31ac258f | [] | no_license | adas-eye/TinyLDWS | d0f33456bf4f13533f387c46325745a179c7291f | 5a2c0530bd5f3fe20e3a6ec99e6125e7da8e26e1 | refs/heads/master | 2022-04-09T21:24:17.092036 | 2020-03-30T12:36:17 | 2020-03-30T12:36:17 | null | 0 | 0 | null | null | null | null | UHC | C | false | false | 1,176 | c | #include "hslType.h"
#include "hslImage.h"
void hslImageCrop8(HSUINT8 *pSrc, int ws, int hs, HSUINT8 *pDst, int xd, int yd, int wd, int hd)
{
HSUINT16 i,j, x, y;
HSUINT8 *img;
img = pSrc + (ws*yd);
x = xd+wd; y = yd+hd;
for (i=yd; i<y; i++)
{
img += xd;
for (j=xd; j<x; j++)
... | [
"psh2hero@naver.com"
] | psh2hero@naver.com |
cb486ab85204a623991e20eac16b34226dbe3b50 | cfe69fc556729bdecf2118fa5bc329343c42ed80 | /10.0.10240.16384/ntoskrnl/Functions/ZwMapCMFModule.c | 39540bf6b041fb9baf26c04b0f10fe6588918c84 | [] | no_license | Myprivateclonelibrary/W10M_unedited-decomp | 8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a | 67b05851a3e262ff8a5d11ee50db34f28c350f16 | refs/heads/main | 2023-08-31T06:00:37.303105 | 2021-05-15T23:53:23 | 2021-05-15T23:53:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 76 | c | // ZwMapCMFModule
int ZwMapCMFModule()
{
return KiServiceInternal();
}
| [
"64583248+Empyreal96@users.noreply.github.com"
] | 64583248+Empyreal96@users.noreply.github.com |
cededb6dcca8374343436be8d9cfddfd75b16a5f | 68f014a0d301dc2e538ba0156daef468f84dbf15 | /Semestre_01/Maths/101pong/Includes/lib/lib-C/my_evil_str.c | 963d42584065c8626ba1d4b1c7c0ef3a062154ed | [] | no_license | Wobow/Tek1 | 76c68b0af4ce4f6d87a81dc4bb1f78dc8f84132f | 222f965362813938be9b468e8b47aa2b465cd6be | refs/heads/master | 2016-09-01T17:19:58.261710 | 2014-06-25T18:10:57 | 2014-06-25T18:10:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 513 | c | /*
** my_evil_str.c for my_evil_str in /home/balbo_a/rendu/Piscine-C-Jour_04
**
** Made by Alan Balbo
** Login <balbo_a@epitech.net>
**
** Started on Thu Oct 3 11:43:41 2013 Alan Balbo
** Last update Thu Oct 31 13:09:47 2013 Alan Balbo
*/
char *my_evil_str(char *str)
{
int top;
int bot;
char tmp;
top = my... | [
"wilyra-nakira@hotmail.fr"
] | wilyra-nakira@hotmail.fr |
9675da5b42025a04d3e2e30a4d1e978816c42f43 | ac1c9fbc1f1019efb19d0a8f3a088e8889f1e83c | /out/release/gen/third_party/blink/public/mojom/page/spatial_navigation.mojom-blink-import-headers.h | 137140cb1aa4a3eb343933592b6cb565c890a28e | [
"BSD-3-Clause"
] | permissive | xueqiya/chromium_src | 5d20b4d3a2a0251c063a7fb9952195cda6d29e34 | d4aa7a8f0e07cfaa448fcad8c12b29242a615103 | refs/heads/main | 2022-07-30T03:15:14.818330 | 2021-01-16T16:47:22 | 2021-01-16T16:47:22 | 330,115,551 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 598 | h | // third_party/blink/public/mojom/page/spatial_navigation.mojom-blink-import-headers.h is auto generated by mojom_bindings_generator.py, do not edit
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifn... | [
"xueqi@zjmedia.net"
] | xueqi@zjmedia.net |
4316b9ecdabfa6e36f0b1693a7f76566f7216d19 | 0ef0bde79e33387f92652841a165572ccfc8f6e7 | /PDFNet6.0.0/PDFNet_Android/Headers/C/SDF/TRN_SDFDoc.h | 227a4588d23aef1c93578db4161b034f52255d50 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"LicenseRef-scancode-boost-original",
"IJG",
"libtiff"
] | permissive | learni/learni-3rdparty | 6b647f091636d2d88c2cfbb81a222e74ef728ecc | 6dd925dfb403731c314eea043d8a51bea68bb379 | refs/heads/master | 2020-05-18T17:47:29.150935 | 2014-02-27T07:25:38 | 2014-02-27T07:25:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,843 | h | //---------------------------------------------------------------------------------------
// Copyright (c) 2001-2013 by PDFTron Systems Inc. All Rights Reserved.
// Consult legal.txt regarding legal and license information.
//---------------------------------------------------------------------------------------
... | [
"israel.roth@gmail.com"
] | israel.roth@gmail.com |
25fb86d3735df19ca768303b39684f08c8231065 | bbb170557a0dcb56366d9e2f2ed47f2d482a0230 | /teensy/firmware/lib/imu/GY85/gyroscope_ITG3205.h | 46c5a0bf5b4b9d36b0f329fb5f3a016fb4eb1687 | [
"BSD-2-Clause"
] | permissive | dabmake/rosso | 5b074b20ec98631847de8a7e03b2c7583cdb6297 | c807f1f3da48b06e6f9b5d2a490f1581ec8b8ed1 | refs/heads/master | 2021-07-25T03:44:35.573982 | 2017-11-02T17:45:33 | 2017-11-02T17:45:33 | 108,846,158 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,683 | h | #ifndef _GYROSCOPE_ITFG3205_H_
#define _GYROSCOPE_ITFG3205_H_
//ITG3205 REGISTERS
#define ITG3205_GYRO_ADDRESS 0x68
#define ITG3205_WHO_AM_I 0x00
#define ITG3205_PWR_MGM 0x3E
#define ITG3205_RESET 0x80
#define ITG3205_DLPF_FS 0x16
#define ITG3205_SCALE 0.00121414209 //rad/s
bool initGyroscope()
{
if ((check_ID(I... | [
"jimenojmm@gmail.com"
] | jimenojmm@gmail.com |
8394885316facf74195fe3f723417908a34c6cdb | dd878ff5792d4919f138e23a9d5b9cf19bc63404 | /arch/shopping_cart.c | c4fc5ec81ef73845f7dd0f11ba7ae41f86a526aa | [] | no_license | GDeXGS/Commodity-management-system | 140b68bdece83e1d756ae0e67694391a29afa15c | f6e4b9f987fb0f4dd1f1ee45db7da0bc372e3f9b | refs/heads/master | 2023-03-05T14:41:15.281949 | 2021-02-20T05:15:25 | 2021-02-20T05:15:25 | 340,564,949 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,006 | c | #include <all.h>
#include <shopping_cart.h>
// 购物车界面
void shopping_cart( struct commodity_info *comm_head, struct commodity_info *shop_head, struct commodity_info *purc_head )
{
int cmd;
while(1)
{
shop_interface( &(shop_head->lh_node) );
// 检测购物车商品在库存中是否充足
check( &(comm_head->lh_node), &(shop_head->lh_n... | [
"1227195615@qq.com"
] | 1227195615@qq.com |
237617cb125328a7dd7f51dcb1843fbbc2c5bf3d | 1f63dde39fcc5f8be29f2acb947c41f1b6f1683e | /Boss2D/addon/_old/openssl-1.1.0c_for_boss/crypto/bio/b_sock2.c | 426cc93734f1db4326a0b9f54209e437a43f5416 | [
"OpenSSL",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows",
"MIT"
] | permissive | koobonil/Boss2D | 09ca948823e0df5a5a53b64a10033c4f3665483a | e5eb355b57228a701495f2660f137bd05628c202 | refs/heads/master | 2022-10-20T09:02:51.341143 | 2019-07-18T02:13:44 | 2019-07-18T02:13:44 | 105,999,368 | 7 | 2 | MIT | 2022-10-04T23:31:12 | 2017-10-06T11:57:07 | C++ | UTF-8 | C | false | false | 8,808 | c | /*
* Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.h... | [
"slacealic@gmail.com"
] | slacealic@gmail.com |
4ebe948d21fdc7c5773b339746da65f69cb1feec | ce91bb72fe94bbbc6dd91350c15b34ebfef2b58c | /src/main.c | df28e768a3b25c0fcab6bc8045bd2fc9e7d571dc | [] | no_license | avallete/Fdf | d94bd1cdba01c7e0849375105c12cfe20677beb9 | 1143b9c223e4cc6105555f2e2e2ce592d5aa2978 | refs/heads/master | 2020-05-05T03:49:45.443779 | 2019-03-06T15:58:41 | 2019-03-06T15:58:41 | 27,494,349 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,543 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* main.c :+: :+: :+: ... | [
"avallete@e1r4p3.42.fr"
] | avallete@e1r4p3.42.fr |
e71081ca5b47f8fc8e22be39acbf102f69e0ec04 | b2a0bc03d73b670c657ab03768eb41756bb0c0a4 | /Silicon/Intel/CoffeelakeSiliconPkg/Pch/Include/Private/Library/PchPsfPrivateLib.h | 9e686157177c8cc3916af3bcb038483028e47a45 | [
"BSD-2-Clause-Patent",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown",
"BSD-2-Clause",
"FreeBSD-DOC",
"Zlib",
"BSD-3-Clause",
"Python-2.0",
"DOC",
"MIT"
] | permissive | zhujun74/edk2-platforms | 69566361c00a67c03a30e600c3e78f7dfa822284 | 9131d63e08b6845d28778a73c719ae3ef08e42f2 | refs/heads/master | 2023-08-14T15:17:04.432766 | 2023-07-13T05:29:38 | 2023-07-17T05:31:23 | 142,731,135 | 0 | 0 | BSD-2-Clause | 2018-07-29T04:38:42 | 2018-07-29T04:38:42 | null | UTF-8 | C | false | false | 10,331 | h | /** @file
Header file for PchPsfPrivateLib.
Copyright (c) 2019 Intel Corporation. All rights reserved. <BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#ifndef _PCH_PSF_PRIVATE_LIB_H_
#define _PCH_PSF_PRIVATE_LIB_H_
#include <Library/PchPcrLib.h>
#include <Register/PchRegsPcr.h>
//
// Str... | [
"michael.a.kubacki@intel.com"
] | michael.a.kubacki@intel.com |
ffdca09fb80d00935b0a83349297315dc02b6f45 | 05afae374b5f1bae9c793c0ba7138d9041104fff | /lectures/Processes/read_popen.c | b569da2d0a06bec1cdeab5e1363791f714b5020e | [] | no_license | ThorJonarson/unsw-comp1521-20T2 | d7d085e59e188cf8354d114ff64eecc86fbd4094 | b62e373c433f5a3b5c0530db27a983b26ae644ea | refs/heads/master | 2022-12-16T07:17:18.456536 | 2020-08-30T09:44:38 | 2020-08-30T09:44:38 | 292,225,616 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 708 | c | // simple example of use to popen to capture output
// don't compile with dcc - it currently has a bug with popen
#include <stdio.h>
#include <stdlib.h>
int main(void) {
// popen passes string to a shell for evaluation
// brittle and highly-vulnerable to security exploits
// popen is suitable for quick d... | [
"duanhaoheng@gmail.com"
] | duanhaoheng@gmail.com |
1a0b81bbf87783c3a337b712307757f4631722b2 | 4feaed629faa10d446d79cfdf8c0482b4a67a97d | /apps/gfx/basic_image_motion/firmware/src/system_config/pic32mz_ef_sk_meb2/gfx_hgc_definitions.h | 99d6a608776b912db1c4f70430702a4a2a87b8c1 | [] | no_license | venkatarajasekhar/mplab-harmony | 6711a3e748bbc7c592f7f6413a3dd9c47305ea71 | e0a303afae1a37c14d567ae5ad1f528706bb5a6e | refs/heads/master | 2021-01-25T05:57:18.269113 | 2016-10-12T15:00:00 | 2016-10-12T15:00:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 37,244 | h | /*******************************************************************************
MPLAB Harmony Graphics Composer Generated Definitions Header
File Name:
gfx_hgc_definitions.h
Summary:
Build-time generated definitions header based on output by the MPLAB Harmony
Graphics Composer.
Descrip... | [
"mmitchel@gmail.com"
] | mmitchel@gmail.com |
2e80906b48bc326e9ce11c0d77debc9008ccbe0e | da96dea2fd36bfae8265d2dc6c3da48e61f41d32 | /Virtual memory (Memory leak)/src/activity-4/activity-4.c | 704642ef410d07a71bcc6c83ad5822b45a31ea99 | [
"MIT"
] | permissive | Crio-Bytes/OS | 83c8b18e8d1a8528ff9592538ca8bc6853070360 | 861cd18c2088140ebc3303a7c51e60314473cc42 | refs/heads/main | 2023-02-03T01:02:04.875412 | 2020-12-18T19:42:07 | 2020-12-18T19:42:07 | 304,695,722 | 3 | 9 | MIT | 2020-11-01T18:12:31 | 2020-10-16T17:31:13 | C | UTF-8 | C | false | false | 305 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
int main(void)
{
int *t = NULL;
printf("Process ID: %d\n", getpid());
while (1)
{
// TODO: allocate 100 MB memory every
// 2 seconds
t = (int *)(malloc(sizeof(int)));
printf("%p\n", t);
sleep(1);
}
return 0;
}
| [
"sudipto@ghosh.pro"
] | sudipto@ghosh.pro |
2901c09941fee6d9c210df8a6a26724fac9733b2 | 8e05f57db920fba2b0e49480dc61cf2e805d447b | /src/kernel/service_cpio.c | b7eb722e3ffa76bfde7068ad950a0158025bb37a | [
"MIT"
] | permissive | wassekaran/fudge | ec4cae9aa760bd11656508fb81e3a6d66f57d5e7 | 0ab2722209d96e5b97befb21cfda9a86eb459cf4 | refs/heads/master | 2021-04-03T08:38:12.628853 | 2018-03-07T17:35:48 | 2018-03-07T17:35:48 | 124,824,967 | 1 | 0 | MIT | 2018-03-12T02:50:17 | 2018-03-12T02:50:17 | null | UTF-8 | C | false | false | 8,256 | c | #include <fudge.h>
#include <format/cpio.h>
#include "resource.h"
#include "binary.h"
#include "task.h"
#include "service.h"
static struct service_protocol protocol;
static struct cpio_header *getheader(struct service_backend *backend, struct service_state *state, unsigned int id)
{
struct cpio_header *header = ... | [
"jens.nyberg@gmail.com"
] | jens.nyberg@gmail.com |
ccd17b44829f1b234d4095ebd789ee46d2b78f85 | 1b52175f301cb55cd0757c932b5c809bce27e6e3 | /jobs.c | a24ccd9af8c1c9f23a225ecc7b8023743c6a84df | [] | no_license | shoumu/shell | 0b5c542d17ef50719ee753b4954aae9024e8d558 | b85fb9a93e01806296aeb5abebf4e8990a301328 | refs/heads/master | 2020-05-30T19:37:56.756807 | 2013-04-21T09:52:29 | 2013-04-21T09:52:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,084 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "functions.h"
#include "datastruct.h"
extern command* parsed_command;
job * head = NULL; // 这里作为job头
int ingnore = 0;
extern pid_t fg_pid;
job* add_job(pid_t pid)
{
//printf("job pid: %d\n",pid);
job *njob = (job *)malloc(sizeof(job));
job *cu... | [
"shoumuzyq@gmail.com"
] | shoumuzyq@gmail.com |
5f63f389abd947952c5f2a9eea744ea9bae9f551 | e90ba7394ba0ab5ba0190dbc139270667dab2aef | /ili9881x.h | 0a321618cc145f792105c5019c5114d071c35d32 | [] | no_license | ming731/gittest | 5b985de8d9cac6566b92995953dadbea47aab7cf | adf26b6eff0c54e56b31a2a0d84c58395b821739 | refs/heads/master | 2022-11-06T23:25:57.632717 | 2020-07-15T02:53:11 | 2020-07-15T02:53:11 | 279,837,999 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 31,832 | h | /*
* ILITEK Touch IC driver
*
* Copyright (C) 2011 ILI Technology Corporation.
*
* Author: Dicky Chiang <dicky_chiang@ilitek.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; eithe... | [
"ming_feng@ilitek.com"
] | ming_feng@ilitek.com |
06e3a0c81e30f17beae8f9931295cfa267d8e8ec | ada483c8ff5a8cf265430a25c95c672bc8d241a6 | /application/ry_test/ry.c | 19f7fba2c272626b4ce665fbe694d64a9d88b299 | [] | no_license | awokezhou/awoke_app | 66f4ff52e66aab8be05502af9712b21c39df1baf | 3832914685797abcfb25c9a5bd23f19c9313e64c | refs/heads/master | 2021-12-10T20:05:49.038105 | 2021-11-29T06:54:24 | 2021-11-29T06:54:24 | 153,889,648 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,226 | c | #include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <sys/socket.h>
#include <signal.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/ioctl.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <ctype.h>
#include <sys/time.h>
#inc... | [
"awokezhou@gmail.com"
] | awokezhou@gmail.com |
2ba19aaf625a537220ea9b73d636f950ca20a8b8 | b71b8bd385c207dffda39d96c7bee5f2ccce946c | /testcases/CWE78_OS_Command_Injection/s04/CWE78_OS_Command_Injection__char_file_w32_spawnv_17.c | f5c5180421038ceb5b6c144f539598e82b1d5456 | [] | no_license | Sporknugget/Juliet_prep | e9bda84a30bdc7938bafe338b4ab2e361449eda5 | 97d8922244d3d79b62496ede4636199837e8b971 | refs/heads/master | 2023-05-05T14:41:30.243718 | 2021-05-25T16:18:13 | 2021-05-25T16:18:13 | 369,334,230 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,821 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__char_file_w32_spawnv_17.c
Label Definition File: CWE78_OS_Command_Injection.strings.label.xml
Template File: sources-sink-17.tmpl.c
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: file Read input from a file
* GoodSource: Fix... | [
"jaredzap@rams.colostate.edu"
] | jaredzap@rams.colostate.edu |
d870138121e51ca8533022f889a925fa7ed75162 | 6ef6213d2fa39d1d0ab7e2373d882b9d263e8c6d | /ti_components/os_tools/ipc_3_45_00_00/packages/ti/sdo/ipc/interfaces/package/package_ti.sdo.ipc.interfaces.c | 6297a432e959655dc4a0e2238ac3af749b909c35 | [] | no_license | Zhangh2018/PROCESSOR_SDK_VISION_03_06_00_00 | 9c380d3167b156a11a8f21814e94ac5550cddc87 | 05c72de5d031006c7565d4234abd53670a926acd | refs/heads/master | 2021-10-16T13:43:05.313842 | 2019-02-11T09:10:44 | 2019-02-11T09:10:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 469 | c | /*
* Do not modify this file; it is automatically
* generated and any modifications will be overwritten.
*
* @(#) xdc-B21
*/
#include <xdc/std.h>
__FAR__ char ti_sdo_ipc_interfaces__dummy__;
#define __xdc_PKGVERS 1, 0, 1
#define __xdc_PKGNAME ti.sdo.ipc.interfaces
#define __xdc_PKGPREFIX ti_sdo_ipc_interface... | [
"yukichen@otobrite.com"
] | yukichen@otobrite.com |
a1ba332d73b9050fd5e19f5c576d70de9a3aab92 | 69e3f7e412be6dcdaf1f9ea84599f9cd5bdc865d | /dk72/Alexander Kovalenko/2 lab work/SimpleSort.c | be4acf2fc8a311962675a6cb4196e3f9e823806e | [] | no_license | sgubar/2018 | 4ffce59bcd31dbf37cb3885796bb82ef9b39a0cf | 31cb0420dd10ab56fcef69b56d7c0e52e7159911 | refs/heads/master | 2021-07-17T02:45:36.423221 | 2018-11-03T21:57:16 | 2018-11-03T21:57:16 | 119,445,171 | 4 | 15 | null | 2018-02-21T23:56:05 | 2018-01-29T21:37:11 | C | UTF-8 | C | false | false | 1,184 | c | //
// SimpleSort.c
// demoSimpleSort
//
// Created by Slava Gubar on 4/7/16.
// Copyright © 2016 Slava Gubar. All rights reserved.
//
#include "SimpleSort.h"
void bubbleSort(int anArray[], int aSize)
{
for (int theOut = aSize - 1; theOut >= 1; theOut --)
{
for (int theIn = 0; theIn < theOut; theIn ++)
{
... | [
"noreply@github.com"
] | sgubar.noreply@github.com |
af58eb3a50f330ac37426d465806e5af65233fc8 | f47fbf73cb21e5d5b6ea18139c94c08af98e482f | /raw_sock.c | 35c605d0fbd77f65bc6e96a15eea3159362808a0 | [] | no_license | AlenXiao/awss_drv | acbb679fbe46d2b204c72a332b79d02cd14ac9bc | 22c2c82fbc7de98ea48173e87d9295850252dd35 | refs/heads/master | 2020-03-28T20:25:46.107671 | 2018-09-17T04:35:12 | 2018-09-17T04:35:12 | 149,069,392 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,577 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h> // close()
#include <string.h> // strcpy, memset(), and memcpy()
#include <netdb.h> // struct addrinfo
#include <sys/types.h> // needed for socket(), uint8_t, uint16_t, uint32_t
#include <sys/socket.h> // needed for socket()
#include... | [
"yuezhen.xyz@alibaba-inc.com"
] | yuezhen.xyz@alibaba-inc.com |
45867dec4e2cbcbea15240512a7836223a0bbcd0 | 3aa9bb651062fdb1aeddfbf9925a36e49b1651a5 | /PF/Practica5/Practica5b.c | 54fe1edd28a6a9127e361b14b9312cec5ea21bb6 | [] | no_license | ansich/Practicas-HAE | aa0cf9b23a6b1694f012ca73391ffa4b5d091f84 | 2504be86a815756df411a12692408735a7930f77 | refs/heads/master | 2020-03-23T16:36:23.085994 | 2018-07-21T14:20:31 | 2018-07-21T14:20:31 | 141,819,647 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,115 | c | char x;
char cont;
char txt [4];
char doInterr = 0;
// Lcd pinout settings
sbit LCD_RS at RD2_bit;
sbit LCD_EN at RD3_bit;
sbit LCD_D7 at RD7_bit;
sbit LCD_D6 at RD6_bit;
sbit LCD_D5 at RD5_bit;
sbit LCD_D4 at RD4_bit;
// Pin direction
sbit LCD_RS_Direction at TRISD2_bit;
sbit LCD_EN_Direction at TRI... | [
"dafernandez2@esei.uvigo.es"
] | dafernandez2@esei.uvigo.es |
ca0febde36b2b9d6386ddb2d2463c31e718151ed | a6c1a47c948006e085c8c4543e8ead2e3ff74707 | /hullbox.h | 398c422a2042c14bb97afa2538314470ec15dbd3 | [] | no_license | Moggers/ttt | 62b247a8a5bd7507501d748b41434e128e24e406 | fb70e1e418098ba318a4306c3b7d24924fd4f7f6 | refs/heads/master | 2021-01-10T22:39:37.504841 | 2014-09-07T15:19:25 | 2014-09-07T15:19:25 | 23,762,742 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 644 | h | #ifndef HULLBOX_IG
#define HULLBOX_IG
#include "vec3f.h"
#include "vec4f.h"
typedef struct hullbox
{
vec3f pos;
vec3f ang;
vec3f scale;
vec4f color;
int gl_stack_position;
} hullbox;
typedef hullbox *hullbox_list[1024];
int hullbox_create( void );
void hullbox_delete( int id );
int hullbox_set_pos( int id, vec3... | [
"mattkramara@gmail.com"
] | mattkramara@gmail.com |
e52ed03d5996ead651b3b5ee6e0a78aa8f1f3d9b | e785ed1dc1247db10c300200b97574bd94ea4f1d | /src/default/Multinomial.c | 18f836610897ae4e1f576bf815dec4dcda79b980 | [
"MIT"
] | permissive | Engrtao/libonnx | 0b77b4c722c1647fff51e3aa293beb114c2b95cf | 5b070292d4ac91b233c5349885b11e9c1fc6fcd7 | refs/heads/master | 2023-01-01T17:14:29.729906 | 2020-10-18T15:42:23 | 2020-10-18T15:42:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 84 | c | #include <onnx.h>
void default_resolver_op_Multinomial(struct onnx_node_t * n)
{
}
| [
"8192542@qq.com"
] | 8192542@qq.com |
a041d5effb10220fbc20667083f1f9080d0f1d86 | fa3542820d0a7589f48f4b345ddc27e2298289ba | /php-src-PHP-5.4.17/ext/date/php_date.c | d1f9a7f8e3fd39b0fb784658b9b0c1d4a0844a9f | [
"BSD-3-Clause",
"BSD-4-Clause-UC",
"Zlib",
"ISC",
"LicenseRef-scancode-other-permissive",
"TCL",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"JSON",
"LicenseRef-scancode-pcre",
"blessing",
"PHP-3.01"
] | permissive | evelinakr/web3 | cd9670293e15228b7d86121d2c8ad6086ee71d8e | 5af0e3e8789d2b0dca0224264ae98dff75eda01b | refs/heads/master | 2022-11-28T02:38:37.039566 | 2020-08-15T19:19:14 | 2020-08-15T19:19:14 | 287,809,752 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 147,195 | c | /*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2013 The PHP Group |
+---------... | [
"evelinakrivk@gmail.com"
] | evelinakrivk@gmail.com |
d81f1c3c206f02706221ba714f6bc32314291338 | bb93af8fad253ae91ca59fb203050ce063b5b7e3 | /c/test.h | 70e3cba15cd6f9af1543e69426a827379ef9692d | [] | no_license | cgw0827/test | 3a0912837dc773bdf715d122197144a27b79648d | 557dc25baf70506e6f9fb2c10b101ec2026b5098 | refs/heads/master | 2021-01-12T06:03:23.152816 | 2017-01-12T06:33:16 | 2017-01-12T06:33:16 | 47,248,932 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 391 | h | #ifndef TEST_H_
#define TEST_H_
#include "lib/headers.h"
unsigned char* encryptionMessage(int commandId, unsigned char* data, int len);
void connection_socket(char* host_, int port_);
void createEncryption(const char* seed);
void sendMessageData(int commandId, Data* data);
void login();
void onMessage(Message* message... | [
"cgw0827@gmail.com"
] | cgw0827@gmail.com |
6c1e7c046018f92b5e65593e050d10c85193813c | c2bda530dfabb3118515a2e2a2927bb26d151b48 | /f2806x/examples/c28/adc_soc/Example_2806xAdcSoc.c | fdd10d6dcf0b31dde536a5ff88aac2641ef6a783 | [] | no_license | nsdtues/dcPower | 1ee3ad7f99d84381aac8ef6eba8d0a2c5ba65422 | ef5948a4ae5f005c0809a43d9ef88f45281b0465 | refs/heads/master | 2020-03-18T02:52:03.959194 | 2018-05-18T05:01:58 | 2018-05-18T05:01:58 | 134,210,812 | 0 | 1 | null | 2018-05-21T03:02:27 | 2018-05-21T03:02:26 | null | UTF-8 | C | false | false | 7,458 | c | //###########################################################################
//
// FILE: Example_2806xAdcSoc.c
//
// TITLE: ADC Start of Conversion Example
//
//! \addtogroup f2806x_example_list
//! <h1> ADC Start of Conversion (adc_soc)</h1>
//!
//! This ADC example uses ePWM1 to generate a periodic ADC SOC - ADC... | [
"eunwho@gmail.com"
] | eunwho@gmail.com |
f699e985f4d6979833ffd6dadc70075b746ff30f | bd5995f72d8aa8f0cfb03bddd5e477f8a57198fe | /avr_isep/secondEvaluation/secondExercise.X/sevenSegment.h | 712e70731974ee3ee4754a7b69dc33f8ed4c6bc0 | [] | no_license | mozerpol/studies | 7f9701a7d7fa39dfa006c9aea5bb2d91bd8a3342 | fc0619be53364bc22196e7b287fe572d129dc8f4 | refs/heads/main | 2023-09-03T17:42:22.776905 | 2021-11-07T21:09:35 | 2021-11-07T21:09:35 | 424,709,104 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,120 | h | #include <avr/io.h>
#include <avr/interrupt.h>
// Macros that simplify access to ports
#define SEL_DISPLAY_DDR DDRC
#define SEL_NUMBER_DDR DDRD
#define SEL_NUMBER_PORT PORTD
// Macros for displaying numbers on the 7segment display (at PORTD in this case)
#define ZERO_7SEG 0b10111111
#define ONE_7SEG 0b00100... | [
"mozerpol@protonmail.com"
] | mozerpol@protonmail.com |
e5d7c4eb52a1d5fd437087d357e80b18cee49c74 | 14b1ccc818b6ccdd0100c9365b89bfb42e7d0e2f | /app/example/littlevgl_simulate/lv_examples/lv_tests/lv_test_stress/lv_test_stress.h | f12dd47e70810072f8d4eb81c6a46076bb07865e | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Detao/AliosThings_example | 1a0119c3a8870300a4f78e1c63345e7c09c48462 | d75343e2cd44cefedd41c4634a5fa8ebad287b29 | refs/heads/master | 2020-04-24T07:53:23.786606 | 2019-02-21T06:24:03 | 2019-02-21T06:24:03 | 171,812,477 | 2 | 1 | Apache-2.0 | 2020-03-06T21:44:16 | 2019-02-21T06:21:18 | C | UTF-8 | C | false | false | 726 | h | /**
* @file lv_test_object.h
*
*/
#ifndef LV_TEST_OBJECT_H
#define LV_TEST_OBJECT_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
#include "../../../lv_ex_conf.h"
#include "lvgl/lvgl.h"
#if USE_LV_TESTS
/*********************
* DEFINES
*********... | [
"931262702@qq.com"
] | 931262702@qq.com |
f8dfa481c1fb93e4aade336f9751782f9cc19a12 | 5bcec78cbfecc70ff0a9deb8910b56aba37682a5 | /src/overlays/actors/ovl_En_Az/z_en_az.h | ffe0b5f87fa1bba4129b296975358395b6194c26 | [] | no_license | wbusacker/mm | e7dd5caa233d4a7814ad8965788c1a9ce9ae1784 | 1d350f1bad1d01fd6ab739f99877669cb1cf416f | refs/heads/master | 2023-06-16T09:21:42.015619 | 2021-07-14T02:13:33 | 2021-07-14T02:13:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 245 | h | #ifndef Z_EN_AZ_H
#define Z_EN_AZ_H
#include <global.h>
struct EnAz;
typedef struct EnAz {
/* 0x000 */ Actor actor;
/* 0x144 */ char unk_144[0x294];
} EnAz; // size = 0x3D8
extern const ActorInit En_Az_InitVars;
#endif // Z_EN_AZ_H
| [
"noreply@github.com"
] | wbusacker.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.