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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2d91db07fa372bbc93408df391ffa051721c3293 | 8753511e8a9e1a61a9c3347208cf67bb13b88ff6 | /COMPLEXCOTS/ARM/HAL/HLCD/HLCD.h | f2ae6d11004af6c94f45f9369a503925889884c0 | [] | no_license | Donia102950/ITI_DATA | c064b22a0143c04d0f752814d1fc538b1c0c1e02 | c53c068e2abc8f186b6573cf70abc9c19ef326fd | refs/heads/master | 2021-03-03T19:10:32.004041 | 2020-07-08T22:39:47 | 2020-07-08T22:39:47 | 245,980,927 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,061 | h | /*******************************************************************************************************************************************************/
/*Author: Donia Mohamed Mahmoud*/
/*Version: V1.2*/
/*NAME: HLCD_DRIVER */
/******************************************************************************************... | [
"donia1995mohamed@gmail.com"
] | donia1995mohamed@gmail.com |
19b230e2ea1a2b6d22352777dd8c4afe5b9dd5f1 | 79140a7f30db938482ff852b086afbced9bc0ca3 | /include/my.h | d7b8ad3f89d6168c4d95462422e83718a21b6ed8 | [] | no_license | Eadroma/42sh | 17424b6f83a6e6c973964f02d74d7e629b976ef5 | d5d618ffd333c744457a796920d5e14afa767dd3 | refs/heads/main | 2023-02-28T21:36:29.853633 | 2021-02-08T10:18:56 | 2021-02-08T10:18:56 | 321,094,229 | 0 | 1 | null | 2021-02-08T10:16:56 | 2020-12-13T15:17:02 | C | UTF-8 | C | false | false | 833 | h | /*
** EPITECH PROJECT, 2020
** PSU_my_exec_2019
** File description:
** my
*/
#ifndef MY_H_
#define MY_H_
#include <stdbool.h>
char *my_strchr(char *str, char const delim);
bool my_strcmp(char const *a, char const *b);
char **my_str_to_word_array(char *str, char c);
int my_array_len(char **array);
int my_strlen(char... | [
"33044293+Eadroma@users.noreply.github.com"
] | 33044293+Eadroma@users.noreply.github.com |
d8c9c78f084dfef70c39c91cea6131f2e76144aa | 9d13589cf70df3b53b422e11bd15c678ecae429d | /samples/blinky/src/main.c | efaac4fd0a869a492f53629943f18ebb9b8f185f | [
"BSD-3-Clause"
] | permissive | jorisoffouga/zephyr-application | caa9072b592a0c6830ddfc73cb874b2c3eee0969 | 64cfeca3941ca514f7927b8b377efb6b87d91af3 | refs/heads/zephyr-v2.7.4 | 2023-04-29T16:08:29.301350 | 2023-03-12T22:18:23 | 2023-03-12T22:18:23 | 153,950,898 | 1 | 2 | BSD-3-Clause | 2023-04-01T19:16:33 | 2018-10-20T21:42:30 | CMake | UTF-8 | C | false | false | 861 | c | #include <device.h>
#include <drivers/gpio.h>
#define LED_PORT DT_ALIAS_LED0_GPIOS_CONTROLLER
#define LED0 DT_ALIAS_LED0_GPIOS_PIN
#define LED1 DT_ALIAS_LED1_GPIOS_PIN
#define LED2 DT_ALIAS_LED2_GPIOS_PIN
#define LED3 DT_ALIAS_LED3_GPIOS_PIN
/* 1000 msec = 1 sec */
#define SLEEP_TIME 1000
void main(void)
{
int cnt ... | [
"offougajoris@gmail.com"
] | offougajoris@gmail.com |
10983a9755b2e00e57497e226faf1cd641dbc480 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/cc27d59b-2549-4a89-aded-9c1b4f983603.c | e2afb1c3d5ea0b5308662e090b2568a38f7ba13c | [] | 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 | 567 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=14;
int k;
int l;
j = 53;
k = 64;
k = i/j;
l = i/j;
l = l/j;
l = i%j;
l = l-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
int b[15];
int c[22];
a = 0;
do {
a--;
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
608a2a14ba1663a62cc0fdbcf060f4cc160466fc | c486a0a4764ce76cb3823cf9db56663a4977e57e | /bin/sh/msg.c | 16a52bb540e7c34fb9700ee284fec2d4d01a9285 | [] | no_license | rofl0r/irix-3.x-src | 5a78dec0ec7b88972ad49a6e005d9e6dd5d63966 | e5f21f6d1c77aad92583c20f6bf25285077f5fe1 | refs/heads/main | 2022-04-20T05:25:02.489203 | 2020-04-21T00:22:43 | 2020-04-21T00:22:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,426 | c | /* @(#)msg.c 1.2 */
/* 3.0 SID # 1.2 */
#
/* $Source: /d2/3.7/src/bin/sh/RCS/msg.c,v $ */
static char *Sccsid = "@(#)$Revision: 1.1 $";
/* $Date: 89/03/27 14:55:45 $ */
/*
* UNIX shell
*
* S. R. Bourne
* Bell Telephone Laboratories
*
*/
#include "defs.h"
#include "sym.h"
MSG version = "\nVERSION sys137 DATE 1... | [
"johncvalentine@protonmail.com"
] | johncvalentine@protonmail.com |
ee41946ca3e37851e46fca3a9b6dd8992305a72d | d7daf243d4a54bee58305466164bc1c32c44b3d9 | /clocks.c | 86888a7b8c6c80d84a31f1d174bf1e15f7c912e4 | [] | no_license | hoang22k/robotProject | 311f0712cf048c4b7819f38aba1a74d0017a967d | 915593ce5f470cdea0b3add727a142fb6bf635d5 | refs/heads/main | 2023-03-08T10:25:52.131099 | 2021-02-22T01:44:48 | 2021-02-22T01:44:48 | 312,401,564 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 764 | c | #include "stm32f10x.h"
#include "clocks.h"
void clockInit()
{
RCC->CFGR= 0x00050002;
RCC->CR=0x01010081;
}
void subsystemInit()
{
RCC->APB2ENR|= 0x0000001C \
|RCC_APB2ENR_AFIOEN \
|RCC_APB2ENR_IOPAEN \
|RCC_APB2ENR_TIM1EN \
|RCC_APB2ENR_IOPCEN
... | [
"noreply@github.com"
] | hoang22k.noreply@github.com |
a42061be12ab7f7e92f8cb3247ea115fa973a5e1 | b92469cb8503473806f0a32110035735fec5b42c | /sources/filler.c | 0f641ef9b5edab8aad0eb8d822836446e5967651 | [] | no_license | Lmittie/filler | b42cc7c495a7a582e1e1d1b26e501c960283faee | d4b01625a3ff889d1bd14d15c391242028f04cb5 | refs/heads/master | 2023-04-10T15:06:57.440345 | 2021-04-26T16:27:09 | 2021-04-26T16:27:09 | 296,369,839 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,738 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* filler.c :+: :+: :+: ... | [
"AlenaChulkova2000@yandex.ru"
] | AlenaChulkova2000@yandex.ru |
99cd93442ad2e11e3c97b5cee886dfeb871e4333 | 27cb6f34181ab317531a592036505105b43f5871 | /PGL/scripts/npb-3_3-BT-initialize4_AMD_main_GPU.c | a9b185405af5432f9038cfa8bbfe80d87e3f0c76 | [] | no_license | xiaoyao0512/PGL_v2 | 0a0b70d807ea6b5b40430f438e3f8431846a2009 | 605cd88813c8ec805bdb44a0aa3739d850cf3116 | refs/heads/master | 2023-07-15T23:47:43.959936 | 2021-08-13T03:27:02 | 2021-08-13T03:27:02 | 392,099,888 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,050 | c | #include<stdio.h>
#include<stdlib.h>
#include<sys/time.h>
#ifdef __APPLE__
#include <OpenCL/opencl.h>
#else
#include <CL/cl.h>
#endif
#define MAX_SOURCE_SIZE (0x100000)
int main(void) {
int i;
const int LIST_SIZE = 320454224;
double* a = (double*) malloc(sizeof(double) * LIST_SIZE);
for (int aaa = 0; aaa < LIST_SIZE... | [
"xiaoyao@usc.edu"
] | xiaoyao@usc.edu |
a6eee73f5aba51f70c2acb1daac10df36d252f71 | 7d02ec9f5ea6a137cecbb65b37ae0cc9f28a5c69 | /resis/ResFract.c | 1061c6ea143b1b49378883a36535d1eec2fd3ae4 | [
"LicenseRef-scancode-other-permissive"
] | permissive | mithro/magic | ffb1f3686e8b72312c35ad4d3cb152dd9e1744d3 | da49a50d8e9d3b219b28e76bf01bc5fbd41f1053 | refs/heads/master | 2022-05-13T07:57:03.714563 | 2022-05-05T22:04:41 | 2022-05-05T22:04:41 | 236,086,270 | 1 | 0 | NOASSERTION | 2020-01-24T21:25:44 | 2020-01-24T21:25:43 | null | UTF-8 | C | false | false | 10,948 | c | /*
* ResFract.c
*
* routines to convert a maximum horizontal rectangles database
* into one fractured in the manner of Horowitz's '83 Transactions
* on CAD paper.
*
*/
#ifndef lint
static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/resis/ResFract.c,v 1.1.1.1 2008/02/03 20:43:50 tim ... | [
"tim@opencircuitdesign.com"
] | tim@opencircuitdesign.com |
4de5575bd757855ad0921730c69696236704494f | 9a04f79257e1affe2dd2b8615d8e36773cf756c5 | /ch07/IntSet.c | 91c1d51c14aaf812a503342856c3969dbfb992c8 | [] | no_license | HaeJi-Woo/Algorithms | 4cb81fa1ce20ac918f4867b694c359d9b8f2cff2 | db4ff17386914b9244e2b7acdedd4852fd35ad49 | refs/heads/master | 2020-07-22T13:57:17.727756 | 2019-12-02T05:13:31 | 2019-12-02T05:13:31 | 207,224,027 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,033 | c | #include <stdio.h>
#include <stdlib.h>
#include "IntSet.h"
int Initialize(IntSet *s, int max)
{
s->num = 0;
if ((s->set = (int *)calloc(max, sizeof(int))) == NULL) {
s->max = 0;
return -1;
}
s->max = max;
return 0;
}
int IsMember(const IntSet *s, int n)
{
int i;
for (i = 0; i < s->num; i++)
if (s->set[i]... | [
"whj1939@cu.ac.kr"
] | whj1939@cu.ac.kr |
8f8abc5f9500608fa2a54f2c947e29255f4b34b1 | 9deb581443c45eb232ee021236505853fd28177a | /Math.h | 706455d5120a0dcbae8f92beba39f51b8b3c26a0 | [] | no_license | yashcoder-1/.objLoader | c06a76fe879df23e9335d2ed51d63301eda959f0 | 9acfce2125a8fce764042ee96c448350eeb86da3 | refs/heads/master | 2021-10-26T15:07:34.811289 | 2019-04-13T10:41:00 | 2019-04-13T10:41:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 151 | h | #ifndef MATH_H
#define MATH_H
typedef struct {
float x;
float y;
} vec2;
typedef struct {
float x;
float y;
float z;
} vec3;
#endif // ! MATH_H | [
"wefasdfewfdf"
] | wefasdfewfdf |
7fd7ec09fcd5a2d7013b42244169b373b607d1c6 | 14140f461d64f769d7166c9766cab0b6738221cf | /signal/syncsigsuspend.c | 3d883c3ed89cde1b35bc43ed55efd8baf7321318 | [] | no_license | kaydxh/apue | a6ab0d1c21d10be51c16b2398a35ff4a002d40bd | 50c2e2c091cf845e34e325942050fe09a281ab01 | refs/heads/master | 2020-09-20T03:47:53.420675 | 2017-09-20T12:48:26 | 2017-09-20T12:48:26 | 94,499,747 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,611 | c | #include "../include/apue.h"
#include <stdio.h>
static volatile sig_atomic_t sigflag;
static sigset_t newmask, oldmask, zeromask;
static void
sig_usr(int signo) {
printf("signo = %d\n", signo);
sigflag = 1;
}
void
TELL_WAIT(void) {
if (signal(SIGUSR1, sig_usr) == SIG_ERR) {
err_sys("signal(SIGUSR1) error");
}
... | [
"dingxiaohua@dingxiahuadeMBP.lan"
] | dingxiaohua@dingxiahuadeMBP.lan |
51b0b9498e2401f5e6fd22e4467b9f8da679e2a8 | 4a7b8a8a5ede369fc7eca101b99ae4361894a477 | /HitOrShit/Constants.h | 2248b3ae5f95fc97633f23de9f2a9bd3386c9341 | [] | no_license | SunnyGit/HitOrShit | 9bb28fbb166e07ca1f11efe59436b0ed37ed99c3 | 0871d0e9b3e5789aa81a885b3f5d3a0f51ffaa59 | refs/heads/master | 2020-12-24T13:20:18.353682 | 2015-04-19T18:13:32 | 2015-04-19T18:13:32 | 20,838,597 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 269 | h | //
// Constants.h
// HitOrShit
//
// Created by Sunil Gandham on 7/21/14.
// Copyright (c) 2014 Sunil Gandham. All rights reserved.
//
#define kRegistrationSuccessNotification @"successNotification"
#define kRegistrationFailureNotification @"failureNotification" | [
"sunilgandham@Sunil-Gandham.local"
] | sunilgandham@Sunil-Gandham.local |
d95a337aeb14fb3beaa4975251be9cea192357f0 | fe3f5a5b33c94a3eee0ebbd580736aa3ab22d687 | /include/Rel10/ARFCN-ValueCDMA2000.c | 7b2abaaf32a33450b6b36772b5a3a6ebfd9aaf24 | [] | no_license | alam2018/pdcp_load | 51961ccf15a5844703d742e66be9f73f4802203c | ccdbc69b4bd02b815674a7f06eeeaf1aa37ad1a5 | refs/heads/master | 2020-04-23T02:34:17.957599 | 2019-07-02T17:09:50 | 2019-07-02T17:09:50 | 170,850,606 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,922 | c | /*
* Generated by asn1c-0.9.24 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "fixed_grammar.asn"
* `asn1c -gen-PER`
*/
#include "ARFCN-ValueCDMA2000.h"
int
ARFCN_ValueCDMA2000_constraint(asn_TYPE_descriptor_t *td, const void *sptr,
asn_app_constraint_failed_f *ctfailcb, v... | [
"anjon57@gmail.com"
] | anjon57@gmail.com |
a7bd143d999463f3dac5d84263aa30cc26e93c18 | 28bfc6536742d1af0346fa0f1250ef65213a707c | /20140318/wbxu_20140318/login/hash.c | a164e3438b355fb4dabbdbc2cb49aa717e18e0da | [] | no_license | wushenwu/KR | 3d4744c9be47447e16f14a2b055eb39f3de275be | 138ccd95e1fa8ac32606e15dde85775faa1cc918 | refs/heads/master | 2021-05-28T06:27:27.849170 | 2014-04-18T11:22:50 | 2014-04-18T11:22:50 | 17,140,934 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 572 | c | #include <stdio.h>
unsigned long
ror_hash(const char string[], size_t length, int m, int n)
{
unsigned long hash;
unsigned long tmp;
int i;
for (i = 0, hash = 0; i < length; i++)
{
tmp = (unsigned long) string[i];
hash = (hash >> m) | (hash << n); //
hash = hash + t... | [
"xuwenbo_outlook@outlook.com"
] | xuwenbo_outlook@outlook.com |
0dc8daa71b2ee5e5ffaa97b7d570d0ee5276df54 | 34a52d447276031369c49e439ab213ec7c7d0fe5 | /734 INT中断唤醒/EM78F734N.h | 480a195fbd485ce2e8cf7c8a5a7a37ad332a32ea | [] | no_license | 6324up/project | 588fb0794bc1ec7427c81158134d865a3cab3202 | a103b09b508e3ec2f42281fb3480da1cbf707a43 | refs/heads/master | 2020-03-12T21:12:16.445060 | 2018-05-11T08:11:57 | 2018-05-11T08:11:57 | 130,823,067 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,934 | h | /****************************************************************************
* Title: EM78F734N.H *
* Target MCU: EM78F734N *
* Description: Register/bit definitions *
* Company: ELAN MICROELECTRONICS (SZ) LTD. *
* Date: ... | [
"daminger@users.noreply.github.com"
] | daminger@users.noreply.github.com |
ac32ca7aedf2f13b9d608b51b22a5b3f50df9b33 | cae5ebe9dc41dab798bd5436ee67f0210d61f335 | /SylixOS/liblvgl/lv_objx/lv_gauge.h | 59f474ad3b87dd42d541ce971c72118fa5e29260 | [
"MIT"
] | permissive | acoinfo/bspcreativek210 | 48e0027b1bc6110957d73f850cfd7cc40643351a | 9b2a1d893d940cdb306d25baaa014fcae687a7b9 | refs/heads/main | 2023-04-04T13:08:59.047752 | 2021-04-01T07:15:01 | 2021-04-01T07:15:01 | 351,774,997 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,563 | h | /**
* @file lv_gauge.h
*
*/
#ifndef LV_GAUGE_H
#define LV_GAUGE_H
#ifdef __cplusplus
extern "C" {
#endif
/*********************
* INCLUDES
*********************/
#ifdef LV_CONF_INCLUDE_SIMPLE
#include "lv_conf.h"
#else
#include "lv_conf.h"
#endif
#if USE_LV_GAUGE != 0
/*Testing of dependencies*/
#if USE_... | [
"jiaojinxing@acoinfo.com"
] | jiaojinxing@acoinfo.com |
606859d633ad0794526c918a9db9515eba68a4c6 | 67d4e4afe3257761612ec0cfb9f3d828127632ae | /libft/ft_strsplit.c | c62d57573a120d1cec83cb931da36e85d2dcbd8e | [] | no_license | MixFon/get_next_line | c4cfa35e8b07271533c18fe04061d2a928479bc4 | 83d52a1b23e6031a3cced9e13108a94d01d69eb8 | refs/heads/master | 2020-04-11T08:21:34.528606 | 2019-08-20T14:23:38 | 2019-08-20T14:23:38 | 161,640,321 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,873 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsplit.c :+: :+: :+: ... | [
"widraugr@e3r3p1.21-school.ru"
] | widraugr@e3r3p1.21-school.ru |
ed776593962b2cf2555033523d8d5b9635c9aae2 | 6d94289f810932c144442339fe8445126106f802 | /inc/phy.h | da834a68dd2e14e56e56760f490382fea1821609 | [
"MIT"
] | permissive | ecrc/kfun3d | 74c3aed590fd5d967a21bf9c452710c11e8940e2 | 90d1f221198dbbc980d33532a175127d3735b4e0 | refs/heads/master | 2022-06-15T03:27:19.488612 | 2022-06-01T05:51:19 | 2022-06-01T05:51:19 | 178,524,776 | 7 | 2 | null | null | null | null | UTF-8 | C | false | false | 409 | h | #ifndef __FUN3D_INC_PHY_H
#define __FUN3D_INC_PHY_H
#include <math.h>
/* 3 is the angle of attack */
#define B 15 /* Artificial compressibility (Beta) */
#define P 1 /* Pressure */
#define U cos(3 / (180 / M_PI)) /* Velocity U */
#define V sin(3 / (180 / M_PI)) /* Velocit... | [
"modafarhan@gmail.com"
] | modafarhan@gmail.com |
c54115c27cfef9637f6f8a05b25e23564214cf69 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/09fd5a15-1b74-4343-ad11-3fb5eafdea02.c | eb5fe1346a1bc08354487be4793890347a758c90 | [] | 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 | 526 | c | #include <string.h>
#include <stdio.h>
int main() {
float i;
float j;
float k;
float l;
l = 5;
j = 9;
//variables
/* START VULNERABILITY */
int a;
int b[19];
int c[53];
a = 0;
do {
/* START BUFFER SET */
*((int *)c + a) = *((int *)b + a);
/*... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
f809b12ccb488f05af7b353ad7f069e10b7384e6 | 405451010398b499713dccfd4cec87f6b29609de | /Common/nds2_client/source/nds1.c | 953c625ec10d8f1e63845822efcd3599d1ae5897 | [] | no_license | wdlindmeier/Interferometer-Watch | d1bed92f8952695d5baeee4a4be716e3d1c85a04 | 15897b264d271c80b7a017f9984167af7f14de8d | refs/heads/master | 2020-06-03T17:49:00.697742 | 2014-08-26T05:43:48 | 2014-08-26T05:43:48 | 23,270,028 | 10 | 2 | null | null | null | null | UTF-8 | C | false | false | 16,331 | c | /* -*- mode: c; c-basic-offset: 4; -*- */
#if HAVE_CONFIG_H
#include "daq_config.h"
#endif /* HAVE_CONFIG_H */
#include <ctype.h>
#include <errno.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#if HAVE_UNISTD_H
#include <unistd.h>
#else
#include <io.h>
#endif /* HAVE_UNISTD_H */
/*-... | [
"wdlindmeier@gmail.com"
] | wdlindmeier@gmail.com |
40c69ad932b2809db1b08acbe59e05fdacc08b3f | 06b255425d49563d0b9d34362423aaeb17b01760 | /user/STM8S207C.h | d3394d500b2644295c0b040a6caa043f10091956 | [] | no_license | WangZeng-Geff/curtain-motor-ctrl-BoYaRuoDian | 14f24535584149ccf2922933ca4dc150deedbbdd | abb5ba698238083c1933d829772eed8e6d430700 | refs/heads/main | 2022-12-28T22:17:52.242141 | 2020-10-14T06:09:39 | 2020-10-14T06:09:39 | 303,918,749 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,506 | h | /* STM8S207C.h */
/* Copyright (c) 2003-2009 STMicroelectronics */
#ifndef __STM8S207C__
#define __STM8S207C__
#ifdef __CSMC__
#define DEF_8BIT_REG_AT(NAME,ADDRESS) volatile unsigned char NAME @ADDRESS
#define DEF_16BIT_REG_AT(NAME,ADDRESS) volatile unsigned int NAME @ADDRESS
#endif
#ifdef __RAISONANCE__
#... | [
"15166614513@163.com"
] | 15166614513@163.com |
d540e691bd3b263808af3397729f16b6908423e2 | be316daf18b76e903f2c56d5e08a89e622b55e7d | /udp_client.c | d7ed8d3eeb43c5ab59f37a3815077722ed61f2dd | [] | no_license | Pmac23/Benchmark-of-CPU-Memory-Disk-and-Network | 4c3931fb870ec34bd75a446dacd5b6186e061c5c | ee643ff50e7639d6f67b4d8916fb0fb1e2937dac | refs/heads/master | 2021-08-14T08:45:18.448995 | 2017-11-15T05:34:31 | 2017-11-15T05:34:31 | 110,787,447 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,506 | c | #include<stdio.h>
#include<string.h>
#include<stdlib.h>
#include<arpa/inet.h>
#include<sys/socket.h>
#include<time.h>
#include<sys/time.h>
#include<malloc.h>
#include <pthread.h>
#include <errno.h>
#define block_size 64 * 1023
#define SERVER "127.0.0.1"
#define PORT 8888
#define iteration 131072 // iteration will hav... | [
"noreply@github.com"
] | Pmac23.noreply@github.com |
14876762e07b2f0e5312035acedf8937e38aadd3 | 53ffec67d4a62fdf0ea29fa2edd4341c17594aed | /Need4Steek/AIA_n4s_2018/bonus/lib/my/src/my_is_in.c | 534c469f3d33231784b6929d9634ba69290bade8 | [] | no_license | Jean-MichelGRONDIN/EPITECH_Tek1_Projects | 3e32f889543c7960fcb83296219cf855fca2fc2b | 072a9078a5d4c4112f264bbebf86fc543a726ae1 | refs/heads/master | 2022-12-30T15:40:56.329660 | 2020-10-23T04:56:47 | 2020-10-23T04:56:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 322 | c | /*
** EPITECH PROJECT, 2019
** CPE_solostumper_1_2018
** File description:
** compare a char to a list of char return 1 if found
*/
int my_is_in(char c, char const *str)
{
int i = 0;
while (str[i] != '\0') {
if (c == str[i]) {
return (1);
}
i = i + 1;
}
return (0);
... | [
"jean-michel@pop-os.localdomain"
] | jean-michel@pop-os.localdomain |
d64a5b1e53ee7626079da3808e2678d50818ce57 | a4c35a0cff9e71ee990248cdf821f44a484098ca | /Application/Utility/Generic Constants/Macros/Defines.h | 4a3f053d5af870f334880631d1ca50ba5be98147 | [] | no_license | hardikamal/GLK | 2100582baf260ab490139130824e89b70991887f | 6bdb4e365e496e24d52bae18d6dc3831283cf347 | refs/heads/master | 2020-04-11T03:02:03.649991 | 2015-03-12T03:11:54 | 2015-03-12T03:11:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,690 | h | #pragma mark - App Constant
//#define APP_NAME @"Consumer App"
#define Alert_Ok_Button NSLocalizedString(@"OK", nil)
#define Alert_Cancel_Button NSLocalizedString(@"Cancel", nil)
#define Internet_Not_Available NSLocalizedString(@... | [
"aryans00007@gmail.com"
] | aryans00007@gmail.com |
c76f9eb8339b6f399ffe3379c7dcab1ab56a0690 | 960b6b3e86fb3b9c4913854bdcd4994406a15907 | /uEZDemos/Source/App/ProgramNORFlash/Config_App.h | 52c2970f5f0db5872933fded3f3c2f193098e684 | [] | no_license | Harvey13/uEZ | 80c209ed714fa75f8cc8419ce7f493c48c654fa8 | a9c10c760354025bda3bb1ad64016b4f921e4331 | refs/heads/master | 2021-05-28T00:15:32.662587 | 2014-01-07T14:17:20 | 2014-01-07T14:17:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,800 | h | /*-------------------------------------------------------------------------*
* File: Config_App.h
*-------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
* uEZ(tm)+ Bootloader - Copyright (C) 2007-2012 Future Designs, ... | [
"chris.stocker@teamfdi.com"
] | chris.stocker@teamfdi.com |
f8bcfbdaf0bb59208bcfb0ce0fba574aa18f831a | a79695cd13ce1ca7242cc168be4b3979ce92a4a7 | /vuser_init.c | 86f50674332e3a48244f1a5c87a9daa031c97356 | [] | no_license | juliengossins/jpetstore_loadrunner | caf08bd48d68f8c360cd5ea59d82417192d4f0cb | fc5e084a45ce767f40fc1f41a71847748250e99d | refs/heads/master | 2020-03-30T23:57:58.421587 | 2018-10-05T14:48:06 | 2018-10-05T14:48:06 | 151,719,876 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 49 | c | vuser_init()
{
Homepage();
SignIn();
}
| [
"julien.gossins@outlook.com"
] | julien.gossins@outlook.com |
06dade75c01079988cd5c8c9734b5a68ae536db0 | f1e50717af777a9a1f37eae0d3b95d242ad3ffc5 | /res/rescomp/sfx_psg/sfxpsg_countdown.h | 9721fcededc0b2264d41817bd7d26f13f2d3b21a | [] | no_license | moon-watcher/BugHuntMD | b9192fb58b68edc7d25512f5d551b9478b2ed800 | 5152a78d8523455c59b31e27e60d6a02d2e6b624 | refs/heads/master | 2021-06-09T21:32:07.839873 | 2015-04-29T10:46:52 | 2015-04-29T10:46:52 | 34,448,308 | 16 | 5 | null | 2015-04-29T10:46:52 | 2015-04-23T09:58:51 | C | UTF-8 | C | false | false | 288 | h | /* generated by VGM2PSGFX from file 'sfxpsg_countdown.vgm' */
const u16 sfxpsg_countdown_size=29;
const u8 sfxpsg_countdown_data[29]={
0x00,0x01,0x00,0x04,0x02,0x00,0x09,0x00,0x12,0x00,0xc0,0xd5,0x01,0x45,0x01,0xfc,
0x00,0x00,0x01,0xfc,0x00,0xc1,0x1d,0x01,0x45,0x01,0xfc,0x00,0x00
};
| [
"daniel@cabronazo"
] | daniel@cabronazo |
0643f20333c381719ed171f9ed4e21d4ad6d7114 | ab077ee5c60fdcd553e1da468a72bbf4141f910b | /opt/buildroot-gcc483_arm/usr/arm-buildroot-linux-uclibcgnueabi/sysroot/usr/include/bits/uClibc_config.h | e8fc95fc5a1438119630cc23de943fd5a759c282 | [] | no_license | vbolshakov/toolchain_mt7623 | 5858580fd512243f7f15ebbc5a9dcc195845ff3c | acf1567e8c02dc6973e86a596961f9fc8dff7941 | refs/heads/master | 2020-03-18T02:01:15.757578 | 2017-09-06T05:48:16 | 2017-09-06T05:48:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,561 | h | #if !defined _FEATURES_H && !defined __need_uClibc_config_h
# error Never include <bits/uClibc_config.h> directly; use <features.h> instead
#endif
#define __UCLIBC_MAJOR__ 0
#define __UCLIBC_MINOR__ 9
#define __UCLIBC_SUBLEVEL__ 33
/* Automatically generated make config: don't edit */
/* Version: 0.9.33.2 */
/* Tue Oc... | [
"iptime.gpl@guu.moe"
] | iptime.gpl@guu.moe |
b301073c68acda0f84cea4aa82e3a5ef99d6cb6b | 23485dbd0097de5b505a9b3bb3752fbcec2294b5 | /src/ast.c | ae2cd1d59cc35fdce2f0678f04d3204890f4302c | [
"MIT"
] | permissive | rochauha/pl0c | 7dd7dd1e91aaac21da79176bcb71298733cba0a1 | 354006726cc74b963b36ada81c3c54e19024c887 | refs/heads/master | 2023-05-14T13:38:07.018642 | 2018-10-13T10:09:36 | 2018-10-13T12:46:46 | 124,930,238 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,602 | c | /*
* Copyright (c) Ronak Chauhan
* This file is part of pl0c and is licensed under the terms of the MIT License.
* See LICENSE for more details.
*/
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "ast.h"
static size_t global_node_count = 0;
// Ignore clang warnings in get... | [
"ronakchauhan97@gmail.com"
] | ronakchauhan97@gmail.com |
2edee6f8e5be052ed4f36df628194a0662bffe54 | 75859787b3eb1fc054b5df82c26bc261421d47e0 | /3rdparty/genFiles/N1PUCCH-AN-CS-r10.h | 262778b84d2d45c65b52081f1765dbd7cd9c2557 | [] | no_license | aa7133/RRC | e118b3d769abff4b0b42d7511530f7b1cc29d09e | 955c1ceadebf97d21306f3c083b5f38a24838da4 | refs/heads/master | 2020-12-10T10:45:56.892861 | 2020-01-26T13:02:20 | 2020-01-26T13:02:20 | 233,563,734 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,082 | h | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "../asnFiles/36331-f60-ASNfunctions.asn"
* `asn1c -fcompound-names -findirect-choice -fincludes-quoted -fno-include-deps -gen-PER -no-gen-OER -D.`
*/
#ifndef _N1PUCCH_AN_CS_r10_H_
#define _N1PUCCH_AN... | [
"aa7133@att.com"
] | aa7133@att.com |
5065742e0cb0c580edb829291ff6f816688d4817 | 60608890f6927440574a50354aa4be829ed768e2 | /pointers.c | f88b12e1404c1d5aa99c2a3c9e152e6cc7b21f29 | [] | no_license | mfarzamalam/C | f88a1551c8944a025d4b1d6f733b34eb188355cf | 571c9cb686d9b112a8b16ad7119c9e7347526616 | refs/heads/main | 2023-05-31T00:47:55.811470 | 2021-07-09T02:06:15 | 2021-07-09T02:06:15 | 381,456,261 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 686 | c | #include <stdio.h>
int swap(int *a, int *b);
int main(){
int i = 34;
int j = *&i;
// star(*) meaning: value of a giving address
// ampersand(&) meaning: address of giving variable
int k = &j;
printf("value of i: %d\n", i);
printf("value of j: %d\n", j);
printf("Addres... | [
"mfarzamalam@gmail.com"
] | mfarzamalam@gmail.com |
a8d6050cb37405897282b6208b19d0c324d30222 | 04d061c0bc2911c1a422a52d6b5c88d487f51de1 | /src/led.c | ec97a457d83f82f5d6ca18361098b8b352dca669 | [] | no_license | xzyee/t | e1e5a01eb2775c50ff23f9de6c24d1c8b423625c | 37dd8ef64b7873fabd5b79d6994b67e629c53038 | refs/heads/master | 2021-03-10T23:43:26.354627 | 2020-04-29T07:42:59 | 2020-04-29T07:42:59 | 246,495,600 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,774 | c |
const u16 duanma[] = {
Dpy_duan_0
,Dpy_duan_1
,Dpy_duan_2
,Dpy_duan_3
,Dpy_duan_4
,Dpy_duan_5
,Dpy_duan_6
,Dpy_duan_7
,Dpy_duan_8
,Dpy_duan_9
,Dpy_duan_negative//横杠
};
//"factory m.mode"
const u16 str_0[] = {
19//这是字符串本组字符串的长度
,Dpy_duan_f
,Dpy_duan_a
,Dpy_duan_c
... | [
"noreply@github.com"
] | xzyee.noreply@github.com |
36490394d0439154149a81bc0785ac925e027c20 | 0e29167b184e37a19eef2ea46a93e60a6e3a1d97 | /JCU-Percy-master/2019 Semester 2/Embedded_System/assignment/labs/CC2511-master/Lab 8/LAB8/Generated_Code/Inhr1.h | 1e9fbc78a78231d49435282ceab1f8899f32b663 | [] | no_license | PercyCheng/JCU-Percy | 5b0d7c723527502633cc9961dde24bb58f52237a | 6c08537c80fe2e24ab345b216f30152a3fb84e14 | refs/heads/master | 2020-09-03T08:53:42.521464 | 2019-11-11T23:46:01 | 2019-11-11T23:46:01 | 219,429,796 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,690 | h | /* ###################################################################
** This component module is generated by Processor Expert. Do not modify it.
** Filename : Inhr1.h
** Project : LAB8
** Processor : MK22FN512VDC12
** Component : AsynchroSerial
** Version : Component 02.611, Dr... | [
"wx_67ce5030fc5e423ab9a3e8e2f4030b57@git.code.tencent.com"
] | wx_67ce5030fc5e423ab9a3e8e2f4030b57@git.code.tencent.com |
36fb25d2be0c6327d78a10c9d1f725e67274232d | 37dc0f91ef67d7fcd2a90518df8813acf2cd6972 | /fsm.c | c17edd411bc241537a9ba06a522fd1de7dbe6c2f | [] | no_license | vkbakken/fsm | 0ada26c014f7bc20d96244e14dcc5d82ac6ba19f | f1236e94eac10a3760c6dab41a1b1586574e8713 | refs/heads/master | 2020-06-06T22:37:22.582033 | 2019-06-21T09:15:19 | 2019-06-21T09:15:19 | 192,867,632 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 764 | c | /*
* fsm.h
*
* Created on: Jun 14, 2019
* Author: liemlb
*
* This module provide basic functions of the FSM:
* - Dispatch signal to current state.
* - Switch to others state.
*/
#include "fsm.h"
#include "os_assert.h"
void fsm_init(struct fsm * const user)
{
__ASSERT(NULL != user);
use... | [
"liemle@mpire.vn"
] | liemle@mpire.vn |
b8471166923c22247ebaa00a33f7f4d1cbf8d856 | 7b7bb7e3f12c549df9913eb34a22e30955a37193 | /3.DepthPredictionBasedOnSLAM/include/g2o/config.h | c7423bf92a5f885802ce2b45a4dc0f09f337ca95 | [] | no_license | msk0935/ETRI_SLAM_2019 | e6bf25015e31ead47012abe52c64a3553ba2a28b | 3bf79fe8f7d1208001f36d97a62888e4165e32e9 | refs/heads/master | 2022-03-16T10:01:48.156252 | 2019-12-02T10:39:38 | 2019-12-02T10:39:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,069 | h | #ifndef G2O_CONFIG_H
#define G2O_CONFIG_H
#define G2O_HAVE_OPENGL 1
#define G2O_OPENGL_FOUND 1
#define G2O_OPENMP 1
#define G2O_SHARED_LIBS 1
#define G2O_LGPL_SHARED_LIBS 1
// available sparse matrix libraries
/* #undef G2O_HAVE_CHOLMOD */
#define G2O_HAVE_CSPARSE 1
/* #undef G2O_NO_IMPLICIT_OWNERSHIP_OF_OBJECTS */... | [
"mmmsk0935@gmail.com"
] | mmmsk0935@gmail.com |
5123f60b8e72330ae2a93ffc3dc6355341bc8da1 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/7882168a-1ffc-4700-9165-c4c502a19a56.c | 9dc140836ca763e0e3b842d44c753d098065ed43 | [] | 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=12;
int k;
int l;
k = 53;
l = 44;
k = i/j;
l = i/j;
l = i/j;
l = j%j;
l = l-j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
309908b431f7d2f718174b58d5070a7a993f13f9 | 50da51a097a12653d79e3387ba10c2508230e9c1 | /c_code/3_2/compiler_vmdef.c | 8f9604836d3c06bb76ac02beb13cd9f0189c82e7 | [] | no_license | apense/csources | 58efa7e7749801007c6d16bd329f568148e1ea6a | c2c13f5a60dc635d1a9746e630cfb127348430cb | refs/heads/devel | 2020-12-26T10:18:26.174743 | 2015-05-25T20:01:56 | 2015-05-25T20:01:56 | 37,608,611 | 0 | 0 | null | 2015-06-17T17:01:44 | 2015-06-17T17:01:44 | null | UTF-8 | C | false | false | 27,126 | c | /* Generated by Nim Compiler v0.10.3 */
/* (c) 2015 Andreas Rumpf */
/* The generated code is subject to the original license. */
#define NIM_INTBITS 64
#include "nimbase.h"
#include <string.h>
typedef struct TNimType TNimType;
typedef struct TNimNode TNimNode;
typedef struct Tctx243048 Tctx243048;
typedef struct Tp... | [
"rumpf_a@web.de"
] | rumpf_a@web.de |
ea6851cb1f76cc4160013ba6c2f3c2b640d298ef | e1c475c391d8cd62ad9432be7c9ea61b7aab26c3 | /Libs/STM32generic/system/STM32L0/stm32_chip/stm32_STM32L073RB.h | 516a25e9e597d8cb52da489109b9b1b944a4920d | [] | no_license | ololoshka2871/Rikta | e7391c3344a7716d104c7f7c806aeeda463a7d7f | 8e3ae56a4f9c6f897e0568a7d33c52da17e73e70 | refs/heads/master | 2021-05-11T19:26:46.749600 | 2018-03-25T15:49:46 | 2018-03-25T15:49:46 | 117,868,907 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,501 | h | //Autogenerated file
//MCU name: STM32L073RB
//MCU xml: STM32L073R(B-Z)Tx.xml
//GPIO remap/alternate function xml: GPIO-STM32L071_gpio_v1_0_Modes.xml
#define VARIANT_PIN_LIST_DEFAULT \
PIN(A,0), \
PIN(A,1), \
PIN(A,2), \
PIN(A,3), \
PIN(A,4), \
PIN(A,5), \
PIN(A,6), \
PIN(A,7), \
PIN(A,8),... | [
"shiloxyz@q6600arch"
] | shiloxyz@q6600arch |
dab73d9c38629eaadbed4dd1f5ec7cec7fe2eef0 | a43595aaf99f460df1fc6047f5ed8faf9d34e4c6 | /inputM11.c | 851691d25fa39403da90c0b7c8006fdaf932c59a | [] | no_license | connectgfe/cs352 | 65818f098dcd00f5938fa55eab1547ece0786505 | d8c0ff3d9d1d420ce21bd590a430815c0bb696c6 | refs/heads/master | 2020-05-22T16:52:08.163591 | 2017-05-04T06:04:43 | 2017-05-04T06:04:43 | 84,705,720 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,400 | c | /*
* File: myreach.c
* Author: Giulio Esposito
* Purpose: create a makefile
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "funct.h"
int goodline;
int status;
int numV;
int flag;
void myfree(vert*,struct Graph*);
int main(int argc, char **argv){
char *targ=NULL;
FILE ... | [
"joshua.white@twintechs.com"
] | joshua.white@twintechs.com |
d05bfb9545134c355f0f8666a44ac1639d028634 | 74413fde144f9e9bc04bbd85329b1e0e9306f5ec | /OpenGL/ShowFace/GlobalDef.h | ea9baa064ea5ce3ffbabf126233f1d1e09be079b | [] | no_license | thatwaylw/vsproj | e4ae980381526746297afa1b4291a03795481409 | a068e2fc4a0dab737b18df5fafdf0ad86753a31c | refs/heads/master | 2022-07-06T15:05:09.972927 | 2019-08-16T09:47:25 | 2019-08-16T09:47:25 | 202,703,121 | 0 | 0 | null | 2022-06-22T21:29:57 | 2019-08-16T09:51:56 | C++ | UTF-8 | C | false | false | 454 | h |
#define sqr(x) pow(x,2)
#define PI 3.14159
#define GROUP_MASK_SIZE 10
#define NO_PAIRS 24
#define X 0
#define Y 1
#define Z 2
#define BUFFER_SIZE 256
#define NO_FACE_REGIONS 10
#define NO_FAPS 68
#define NO_VERTX 1704
#define NO_POINTS 1040
#define NO_COLOURS 11
#define NEUTRAL 9
#define ZOOM_IN ... | [
"laiwei.lw@gmail.com"
] | laiwei.lw@gmail.com |
375549b7948ccd75660ad89b8fd3c13f173a66cc | 13a474890be7f33b04e52ba2a39b09ed56be3049 | /1-Chap/Ex3.c | b51c60caa23ca9d4e43cf45b7207531177673f46 | [] | no_license | quarkgluons/K-R | 9bf623a21ed21024e981c85c4a5751050f01f088 | 6b8e10fdb0522622204dbac6a1c047f97d87fe74 | refs/heads/master | 2020-04-03T17:04:46.506004 | 2018-10-30T17:45:16 | 2018-10-30T17:45:16 | 155,430,897 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 411 | c | #include <stdio.h>
//Modify the temperature conversion program to print a heading above the table.
int main()
{
int fahr, celcius;
int upper, lower, step;
lower = 0;
upper = 300;
step = 20;
fahr = lower;
printf("Temperature conversion program\n");
while (fahr <= upper) {
celcius = 5 * (fahr-32... | [
"quarkgluons@gmail.com"
] | quarkgluons@gmail.com |
ec185c5dae517e22a544ef5c14e0b5551923705f | 8b02fb816e0f2efec34157dfba5bf14c773a3b08 | /PSoC/Layout 2_14/Version 3/Master/Master 1/Design01.cydsn/Generated_Source/PSoC5/VDAC_Ref.c | 6411a403e2797e0b409305754c49f7dae68f7e4f | [] | no_license | stevennoyce/CNT_IV | c0c6bd1438778c35c4cfca0301750e2555a14867 | 36bb27df3280af7bf365c860405235d54038e46f | refs/heads/master | 2018-10-22T14:20:00.175335 | 2018-09-18T21:19:03 | 2018-09-18T21:19:03 | 111,465,107 | 1 | 0 | null | 2018-09-10T11:43:17 | 2017-11-20T21:31:35 | C | UTF-8 | C | false | false | 8,073 | c | /*******************************************************************************
* File Name: VDAC_Ref.c
* Version 1.90
*
* Description:
* This file provides the source code to the API for the 8-bit Voltage DAC
* (VDAC8) User Module.
*
* Note:
* Any unusual or non-standard behavior should be noted here. ... | [
"jld60@duke.edu"
] | jld60@duke.edu |
18fe883182d4319d7381f0641e6011514f4367d9 | 259c101b7bbeef9efcc25134e7e21f037a7a4092 | /DTSEmbed_LSC_new_solvepath_use_mark/testcase/gcc/gcc.dg/ia64-sync-1.c | 7dcff33b5a6d5e0a6413e145c363d750add0fb6a | [] | no_license | 13001090108/dts-solve-path | a95c71c31d38afb2c55d85884b931f2938c1f75d | 649b92eddcc76705bbb4926b33da00009303c04a | refs/heads/master | 2020-04-16T23:17:21.340218 | 2019-01-24T09:34:50 | 2019-01-24T09:37:09 | 166,005,614 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,087 | c | /* { dg-do run } */
/* { dg-require-effective-target sync_int_long } */
/* { dg-options } */
/* { dg-options "-march=i486" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
/* { dg-options "-mcpu=v9" { target sparc*-*-* } } */
/* Test basic functionality of the intrinsics. The operations should
not be op... | [
"lishaochun@bupt.edu.cn"
] | lishaochun@bupt.edu.cn |
6faa88f0b207506ebf11b790945c96be18796c99 | 7a4b8716738dfa5bbabdc3fc665907b7267caba8 | /c/time.h | 81297063d372b2b87d3e6c82efce815ad0f44949 | [] | no_license | rikkimax/Nettle-bindings | c1498cc0100ee3b43f4c347b1e2443fecb9ff84c | e8079101a6304b56ab8b1dd6edeeca1c6b589ffa | refs/heads/master | 2016-09-06T12:17:33.550789 | 2013-10-07T07:47:39 | 2013-10-07T07:47:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 83 | h | #if defined(_WIN64)
typedef __int64 time_t;
#else
typedef long time_t;
#endif | [
"pbdadmin@gmail.com"
] | pbdadmin@gmail.com |
3ab0894801744399573b7c2095f2869158ce186f | 39cbaca68ae4d30f0af397816b985aac7c232158 | /src/EditLexers/stlAviSynth.c | ba46cff4730785a04729978276a6e6ee4b1f8845 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"LicenseRef-scancode-scintilla",
"BSD-2-Clause"
] | permissive | iwentao/notepad2 | 6057905322f6b20bcc865f8400e5fb0fc2d434a8 | bd67a8b99cb4131ee2616560c590097b571d86a7 | refs/heads/main | 2023-08-24T08:27:05.021274 | 2021-10-28T13:07:58 | 2021-10-28T13:07:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,053 | c | #include "EditLexer.h"
#include "EditStyleX.h"
static KEYWORDLIST Keywords_AVS = {{
//++Autogenerated -- start of section automatically generated
"__END__ __end__ bool catch clip else false float for func function global if int last no return string true try val "
"while yes "
, // 1 internal functions
"Abs( Acos( Ap... | [
"zufuliu@gmail.com"
] | zufuliu@gmail.com |
bd5d0d54568a8a7550a87104787a15684fb4ca3c | a57964529ff1b620cbcc24359b79d5977274cfac | /ch14/mile2km.c | 04586376dd526849a41b356beabec4c0e4f23b7e | [] | no_license | panggin/cprog-19 | 603f24904c2b6ee1612a9d7ae05fc26c54e8e4c0 | 76ef50ace3ba5d08dab1272b8477aa69f90b8a77 | refs/heads/master | 2022-03-27T05:27:39.783547 | 2019-12-20T03:34:19 | 2019-12-20T03:34:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 288 | c | #include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
double mile, km;
if( argc != 2) {
printf("사용 방법: ./mile2km 거리(mile)\n");
return 1;
}
mile = atof(argv[1]);
km = 1.609*mile;
printf("입력된 거리는 %fkm입니다.\n", km);
return 0;
}
| [
"hbkim14@naver.com"
] | hbkim14@naver.com |
f5c477e944ab14d7659b6d03306ea99f1fbb4aee | 93be9249608372116ecf0e836080c4deef74eba3 | /kern/syscall.c | 7ffad9c6301611608abd62c2ea72370a56e0009a | [
"BSD-4-Clause-UC"
] | permissive | William-YanHua/OperatingSystem | 1f22973954db3823ceb8ac97c7ceeb26cde009a6 | 2bb0f1271b1ed4d1b952c478c0b3288ecbbecb9b | refs/heads/lab1 | 2021-09-03T11:04:01.610257 | 2018-01-08T14:39:11 | 2018-01-08T14:39:11 | 109,951,734 | 1 | 0 | null | 2018-01-08T14:39:12 | 2017-11-08T09:00:02 | C | UTF-8 | C | false | false | 2,392 | c | /* See COPYRIGHT for copyright information. */
#include <inc/x86.h>
#include <inc/error.h>
#include <inc/string.h>
#include <inc/assert.h>
#include <kern/env.h>
#include <kern/pmap.h>
#include <kern/trap.h>
#include <kern/syscall.h>
#include <kern/console.h>
// Print a string to the system console.
// The string is ... | [
"2444870620@qq.com"
] | 2444870620@qq.com |
0d20ba205f7ae2e1be258af6992d613ebd52dfe5 | d5add0361e35f2d86a23a40338fb96e5c8676e53 | /include/kernel/netbsd/stropts.h | be715b735e6cf0e68c6fbe4a09d6fffb1fe1e7d9 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | DeforaOS/libc | 813b7ba17a607c70cd52ea18b5d3be29b1a07654 | b458772e85e69b4f750c0111f18ac3b9bbdc704e | refs/heads/master | 2023-08-08T11:54:17.059951 | 2023-07-29T00:38:27 | 2023-07-29T00:38:27 | 6,447,532 | 17 | 8 | null | 2016-10-24T22:02:32 | 2012-10-29T20:58:42 | C | UTF-8 | C | false | false | 1,646 | h | /* $Id$ */
/* Copyright (c) 2008 Pierre Pronchery <khorben@defora.org> */
/* This file is part of DeforaOS System libc */
/* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* 1. Redistribu... | [
"khorben@defora.org"
] | khorben@defora.org |
f2c7b305ee49800e51ddd26c8cbb25fd7e68641f | ee065463a247fda9a1927e978143186204fefa23 | /Src/Depends/ClanLib/ClanLib2.0/Sources/Core/Zip/zip_compression_method.h | d7bb46574c7f7d8823d0bd078d7caed524e9fa24 | [] | no_license | ptrefall/hinsimviz | 32e9a679170eda9e552d69db6578369a3065f863 | 9caaacd39bf04bbe13ee1288d8578ece7949518f | refs/heads/master | 2021-01-22T09:03:52.503587 | 2010-09-26T17:29:20 | 2010-09-26T17:29:20 | 32,448,374 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,508 | h | /*
** ClanLib SDK
** Copyright (c) 1997-2010 The ClanLib Team
**
** 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 softwa... | [
"PTrefall@gmail.com@28a56cb3-1e7c-bc60-7718-65c159e1d2df"
] | PTrefall@gmail.com@28a56cb3-1e7c-bc60-7718-65c159e1d2df |
7715365c640aa72ec5b645dd4f20ebe09dffea13 | ad70bb1d1e56b146f57324954d5d63a345e54424 | /tests/kmp.c | 337cb991c71a9ce9e328410988c68d8d1f823681 | [] | no_license | Krystaleve/Basic-Compiler | e19540bc4ecd0cd1915e286597570f18bf153073 | d7a77caf2ed341828bd3597923895260e8c55679 | refs/heads/master | 2021-05-14T07:03:07.431704 | 2018-01-11T13:05:39 | 2018-01-11T13:05:39 | 116,254,821 | 1 | 0 | null | 2018-01-07T18:00:15 | 2018-01-04T11:57:24 | C++ | UTF-8 | C | false | false | 733 | c | #include <stdio.h>
#include <string.h>
char s[1010];
char t[1010];
int next[1010];
int main(int argc, char *argv[]) {
int i, j, k;
scanf("%s", s);
scanf("%s", t);
int sLen = strlen(s);
int tLen = strlen(t);
next[0] = -1;
for (i = 1; i < tLen; i++)
{
j = next[i - 1];
while( j != -1 && t[j + 1] != t[i... | [
"noreply@github.com"
] | Krystaleve.noreply@github.com |
f99e71746563ae2832c1b0f7fbc4b5e36ab3d38b | 1b19e46b35908fa80fe956d73a9a8d0a18942d8c | /cp.c | f98891cdfce56d59472c865c53fc90bfcce8161a | [
"ISC"
] | permissive | maandree/suckless-transition | 08bc197b5df3663b4cb854aa96f13fd2cd85a282 | cb0eacf4128f82115ee62e480bfe893ef1bef84d | refs/heads/master | 2021-01-11T14:36:22.577240 | 2017-01-27T00:43:56 | 2017-01-27T00:43:56 | 80,169,613 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 324 | c | /* See LICENSE file for copyright and license details. */
#include "common.h"
int
main(int argc, char *argv[])
{
TESTBEGIN;
ARGBEGIN {
case 'a':
case 'f':
case 'p':
case 'r':
case 'R':
case 'v':
case 'H':
case 'L':
case 'P':
break;
default:
goto sucks;
} ARGEND
if (argc < 2)
goto sucks;
TESTEND... | [
"maandree@kth.se"
] | maandree@kth.se |
878eac1482585bd1651940e876912016738c3458 | 5fe7358534f49395450f348173efbd8e3d5321aa | /turnin/alope096_lab5_part3.c | 25bb7d2cd6f1feb022838ac35f0e0bc17250419a | [] | no_license | alope096/CS120BLab5 | 99ccc2e3c40b61f74444ce68ff94032066c95f6a | 2572efd09e9c40f7781dab2d488df296132b54b3 | refs/heads/master | 2023-01-03T06:04:10.849788 | 2020-11-05T07:55:03 | 2020-11-05T07:55:03 | 310,181,836 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,828 | c | /* Author: lab
* Partner(s) Name: none
* Lab Section:
* Assignment: Lab # Exercise #
* Exercise Description: [optional - include for your own benefit]
*
* I acknowledge all content contained herein, excluding template or example
* code, is my own original work.
* Demo Link: https://drive.google.com/drive/fold... | [
"alope096@ucr.edu"
] | alope096@ucr.edu |
a90d3872a424eba1e5633a587e441a0f4a593918 | 77d9aa142d55c88b22fa70107b033ddce4bf05ad | /ft_printf_utils_part_two.c | e4a2e299965b4dd0458329a6926e378f2b50f87c | [] | no_license | Maadam-42/ft_printf | 1fa98fe2bb9e9ab9cc3fb56d6a8a68c808a4b968 | d42fe59dfba6b6619785a7cdcf54fe29ad280a2f | refs/heads/main | 2023-03-02T13:41:57.588678 | 2021-02-09T19:39:49 | 2021-02-09T19:39:49 | 337,511,482 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,804 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_printf_utils_part_two.c :+: :+: :+: ... | [
"noreply@github.com"
] | Maadam-42.noreply@github.com |
0edfe6e74f9f040ec306b2310d3214b17914a4f3 | 835577cebfd648ea5c67aa4c7f837f70ac5b101a | /Miscellaneous/CutFlow_and_efull_alphagen/FakeInvestigationIndividualMasses/1500_GeV/FakeInvestigation.C | 1f3cf4cb24705cb3f369b01d8fe48730e2df242f | [] | no_license | weishi10141993/MuJetAnalysis | 616cd5cacb39ca613f93c9cf6d61e2abf08bdc91 | d0eec8e7a688d8999f91be16a7707da3af6bfaee | refs/heads/master | 2021-06-16T14:15:12.954912 | 2019-02-19T23:36:00 | 2019-02-19T23:36:00 | 202,416,826 | 0 | 1 | null | 2020-11-10T01:22:14 | 2019-08-14T19:54:04 | C | UTF-8 | C | false | false | 223,129 | c | #include <iostream>
using namespace std;
#include <algorithm> // std::max
#include <stdlib.h>
#include <iomanip>
#include "TMath.h"
#include <math.h>
#include <TH1.h>
#include <TH2.h>
#include <TFile.h>
#include "TChain.h"
#include "TGraphErrors.h"
#include "TCollection.h"
#include "TSystemFile.h"
#include "TSystem... | [
"weishi@rice.edu"
] | weishi@rice.edu |
bb9543f70e52afc899bc3e1755b483aaeb61305b | 5ca5c9e652be966188bf49188a1845638801feb0 | /Pods/Headers/Public/React/React/RCTBridgeModule.h | 0e18e59248a52b4d24f538fdb1960cd83c91d97a | [] | no_license | JixinZhang/ZRNNews | 91824bac13253e4ed0cd0018dac77a84e574ecee | 028d51901791eca6dd21e1ed88b6e0ca8c2a41c4 | refs/heads/master | 2023-01-07T10:17:28.120939 | 2019-06-18T07:30:57 | 2019-06-18T07:30:57 | 123,920,976 | 0 | 0 | null | 2023-01-04T00:58:23 | 2018-03-05T13:08:10 | Objective-C | UTF-8 | C | false | false | 75 | h | ../../../../../React/node_modules/react-native/React/Base/RCTBridgeModule.h | [
"zzjixin@gmail.com"
] | zzjixin@gmail.com |
35f10612b676ad325d6fe14a720f2b6dabcc2792 | 81e6de03bf0be97ccb832265218d2f86767e5e2c | /prova4/churrascarias.c | fff2f04e003e7a1cffb85c809a06e83dfb9d62c1 | [] | no_license | lboaventura25/EDA-2 | 40d28c2496983e90080ad55d60cf4e63f7b7bd89 | 747b022fb89044fd13dcff2a5f6d4236c703b217 | refs/heads/master | 2023-04-30T23:26:01.690365 | 2021-05-18T18:21:48 | 2021-05-18T18:21:48 | 353,003,752 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,902 | c | #include <stdio.h>
#include <stdlib.h>
typedef int Item;
static Item qp[100005];
static Item pq[100005];
static Item N;
Item * vetor;
void fixDown(Item * pq, int k, int N);
void fixUp(Item * pq, int k);
#define less(A, B) (vetor[A] > vetor[B])
#define emptyChar ''
void exch(int i, int j) {
int t;
t = qp[i];
... | [
"lucasxboaventura@hotmail.com"
] | lucasxboaventura@hotmail.com |
7559aeb4d6779a153098f965e48367f9b2b68747 | 99bdb3251fecee538e0630f15f6574054dfc1468 | /bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Source/lib_adc.c | 769422032b2e021ac6fe62fb2bf333d6b23e69d9 | [
"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 | 23,411 | c | /**
******************************************************************************
* @file lib_adc.c
* @author Application Team
* @version V1.1.0
* @date 2019-10-28
* @brief ADC library.
******************************************************************************
* @attention
*
*********... | [
"1171407708@qq.com"
] | 1171407708@qq.com |
03a1555ae386ca16fe85bb7ff82a3b999f069900 | 00fd53615bff015f5853a78a0c996a3b09a6a1ae | /MATLAB/Part 4/Problem 3/P4p3_quarc_win64/rtwtypes.h | 00801978acd91474b467b4a3e978eca8383c223e | [] | no_license | jakoblover/Helikopterlab | dd367189d1e1af71d610a2e8de4bc7164641843e | 8caf9961e45aeceecc51ec428d6aa53134425246 | refs/heads/master | 2021-07-19T15:41:32.347275 | 2017-10-20T23:18:06 | 2017-10-20T23:18:06 | 105,928,149 | 0 | 0 | null | 2017-10-20T17:13:23 | 2017-10-05T18:54:29 | Matlab | UTF-8 | C | false | false | 885 | h | /*
* rtwtypes.h
*
* Code generation for model "P4p3".
*
* Model version : 1.127
* Simulink Coder version : 8.6 (R2014a) 27-Dec-2013
* C source code generated on : Sat Oct 21 00:34:11 2017
*
* Target selection: quarc_win64.tlc
* Note: GRT includes extra infrastructure and instrumentation for proto... | [
"pamarton@stud.ntnu.no"
] | pamarton@stud.ntnu.no |
f2494fecaebd36ff9da44d14dd715a47be37fa69 | 3cf695340ec1c18ac36c362c85af5318356e3838 | /arduino/tweet_machine/font_5x4.h | 3d340392966e214d7c2350ea1fc98511d33c9680 | [] | no_license | Harnesser/tweetmachine | 309a44447ebde2f83f3eb4cee61b89ac4ac6b736 | 86d4b3f7e743842645678d6f42a3cd75553ff033 | refs/heads/master | 2021-01-10T22:05:24.586614 | 2012-09-02T19:52:28 | 2012-09-02T19:52:28 | 2,539,978 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,112 | h | /*
* 5-high FONT FOR RENDERING TO THE LED SCREEN.
* Includes kerning support
* Gaurav Manek, 2011
*/
#define FONT_5X4_HEIGHT 5
#define FONT_5X4_STEP_GLYPH 10
// Number of bytes per glyph
char FONT_5X4 [][FONT_5X4_STEP_GLYPH]= {
{ 0b00000000, 0b00000000, 0b00000000, 0b00000000, 0b00000000 }, // SPACE
{ 0b1... | [
"harnesser+lt@gmail.com"
] | harnesser+lt@gmail.com |
8ffb1b99f11095a998b7e87da012f4f0442472a2 | 92a95446d92844179d1d2607fbb60b6eb436f383 | /blogbench/src/blogbench.h | 849eac817e7cc5e52d2614bd374693d3c8b414b8 | [
"ISC",
"BSD-4-Clause",
"FSFUL"
] | permissive | radtek/cellbank | 77fe1c84080430750e575269e29f3ef94c833c7b | aeec0198f98d7787a2a94aeaea0c10a5568c4f84 | refs/heads/master | 2020-05-24T02:35:15.977797 | 2013-08-18T03:11:20 | 2013-08-18T03:11:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,834 | h | #ifndef __BLOGBENCH_H__
#define __BLOGBENCH_H__ 1
#ifndef __GNUC__
# ifdef __attribute__
# undef __attribute__
# endif
# define __attribute__(a)
#endif
#include <stdio.h>
#ifdef STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
# include <stdarg.h>
#else
# if HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif
#... | [
"andyliuliming@e1cf65d8-7a74-11de-9755-51fe06bdd687"
] | andyliuliming@e1cf65d8-7a74-11de-9755-51fe06bdd687 |
f096c8bb6db679ee35b12f890a6f7bfe7054e711 | 595682cd2d6c1eaa0d069046a76ea90d011212e3 | /MyFamily/Globals/Global_Segues.h | 2beff1b82582eaca86a999c96306f4a28d2480a1 | [] | no_license | BokLin/MyFamily | bfcc65f32a00504522456234a8e2b3a5edf45e3d | ac89ae31b49f42d823d35890fe0c6a48fb91ce08 | refs/heads/master | 2021-01-17T07:23:22.277401 | 2015-09-30T10:10:54 | 2015-09-30T10:10:54 | 42,050,125 | 1 | 1 | null | 2016-05-23T04:43:45 | 2015-09-07T11:50:33 | Objective-C | UTF-8 | C | false | false | 438 | h | //
// Global_Segues.h
// MyFamily
//
// Created by EvenTouch on 15/8/28.
// Copyright (c) 2015年 Linbo. All rights reserved.
//
#ifndef MyFamily_Global_Segues_h
#define MyFamily_Global_Segues_h
#define kSegueAnyToPersonDetail @"SegueAnyToPersonDetail"
#define kSegueAnyToPersonCreate @"SegueAnyToPersonCreate"
#de... | [
"lbo99@linbok.com"
] | lbo99@linbok.com |
55f3e58a1b81641ce77e9e5ef3f28cd2d2d9c70c | 83c92e196fee06ded9098932c640c835a76396e8 | /sequence.c | 1c15accffaa81bb4891451f7d2ad1379ced9e336 | [] | no_license | andreea-h/Cartesian-Tree-Treap- | d471368b8e9096680362e7e8a2884aa6763cafbb | ef48b35f566d6d97f2df691bc6cb577bf08ed39d | refs/heads/master | 2023-01-01T10:11:56.768426 | 2020-10-27T15:21:14 | 2020-10-27T15:21:14 | 240,074,149 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,648 | c | #include<stdio.h>
#include<stdlib.h>
#include "sequence.h"
int main()
{
Sequence secventa = init();
secventa->size=-1; //primul element din secventa are size initial -1
secventa = insert(secventa, 2,0);
afisare(secventa);
printf("\n");
secventa = insert(secventa, 4,1);
afisare(secventa);
printf("\n");
secvent... | [
"andreeahorovei@yahoo.com"
] | andreeahorovei@yahoo.com |
fdcb99367e62b1740ee6cde41077c9b710f86ec1 | d62b4e711ecd3f73557b894000a1975c6deba0dc | /libft_list/srcs/ft_list_foreach.c | 90c74fe5e8a7587ddc46ff0b9cb54a4886645045 | [] | no_license | abeaugustijn/libft_piscine | 08d515e162bc674b408784c39a98056f1429d815 | ce54c482e5b6170f2899985fd6f9d4320468b101 | refs/heads/master | 2020-08-02T11:03:00.838289 | 2019-09-27T13:46:18 | 2019-09-27T13:46:18 | 211,328,272 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,063 | c | /* ************************************************************************** */
/* */
/* :::::::: */
/* ft_list_foreach.c :+: :+: ... | [
"aaugusti@f0r1s7.codam.nl"
] | aaugusti@f0r1s7.codam.nl |
4c653ca69a561426e6dd1e1f67911b5ae8fcadbe | ba4959e109ff0257444c036802f1ac1c360f7d95 | /kent/src/hg/inc/fbTables.h | 53006bce6a889fad2acbc52c72a7882cadb2d9d1 | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-proprietary-license",
"MIT"
] | permissive | hillerlab/CESAR2.0 | 7d98c705259ee3e1e6bb3dc58fb3571435816cdf | 84b5fc739523c5407bb23e4ead1c5af778fec587 | refs/heads/master | 2022-12-12T12:10:49.874628 | 2022-12-01T08:19:12 | 2022-12-01T08:19:12 | 86,730,515 | 29 | 13 | MIT | 2020-11-20T11:49:20 | 2017-03-30T17:34:11 | C | UTF-8 | C | false | false | 16,276 | h | /* fbTables.h was originally generated by the autoSql program, which also
* generated fbTables.c and fbTables.sql. This header links the database and
* the RAM representation of objects. */
/* Copyright (C) 2004 The Regents of the University of California
* See README in this or parent directory for licensing in... | [
"hiller@mpi-cbg.de"
] | hiller@mpi-cbg.de |
87a2e349deaf4193fa86545166feca1cfb57c750 | 7b3b66e9bb4372aab566876fa00a3368300fbae8 | /Assignments/polynomial.c | 4b61fbca59bd8bf1c265733d75884105f0b94323 | [] | no_license | guptachetan1997/DS-LAB | 43cb46c319f178eace4576dba4144a6bd2cdbd10 | 18dd84f35feb95c18934a7339fbcef1bc6ffff20 | refs/heads/master | 2021-05-12T05:33:34.335533 | 2018-01-12T05:24:28 | 2018-01-12T05:24:28 | 117,196,237 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,786 | c | #include <stdio.h>
#include <stdlib.h>
struct term
{
int coeff;
int xpower;
struct term *next;
};
struct polynomial_head
{
struct term *start;
int num_terms;
};
typedef struct term poly_term;
typedef struct polynomial_head poly_head;
poly_term *get_new_term()
{
poly_term *t;
t = (poly_term *)malloc(sizeof(po... | [
"gupta.chetan1997@gmail.com"
] | gupta.chetan1997@gmail.com |
72eb2e3fb66600d49cb584ccb7d89c3185473100 | ff1db7113d4850661f3384ba052eaa1c23f235da | /Fanuc/slprj/_sfprj/EurlerDynJointVerify/_self/sfun/src/c2_EurlerDynJointVerify.c | 368dcbd1c8ac1f9356c30a35f36d2c0f20c2df38 | [] | no_license | txzhao/SimPlatform-Design-FanucRobot | 384e81cc339806533d232eced817e16e0236931f | ab6e40af52b8484727de4462ee8714c4189e20d6 | refs/heads/master | 2021-06-08T21:31:11.738640 | 2016-12-14T17:58:10 | 2016-12-14T17:58:10 | 76,369,399 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 309,558 | c | /* Include files */
#include "blascompat32.h"
#include "EurlerDynJointVerify_sfun.h"
#include "c2_EurlerDynJointVerify.h"
#include "mwmathutil.h"
#define CHARTINSTANCE_CHARTNUMBER (chartInstance->chartNumber)
#define CHARTINSTANCE_INSTANCENUMBER (chartInstance->instanceNumber)
#include "EurlerDynJointVe... | [
"noreply@github.com"
] | txzhao.noreply@github.com |
ee30cd4b5f06ec75c4112014c220561d1f2912c5 | 63c6f8399cb4eed4fdeab489a93ada4c1dd2e25c | /spellmods/punc-recase_checker.c | 139b61a21dda041bca36a567ae5d60162f524912 | [] | no_license | proycon/valkuil | 759e4ca68a7559a6aa15450ceafbd7759a9a5950 | 5d9039ca37a5f2de0f48c7d508aebd4ba75ac6bf | refs/heads/master | 2021-01-09T20:48:21.631699 | 2018-01-04T10:39:22 | 2018-01-04T10:39:22 | 6,458,221 | 0 | 0 | null | 2014-04-03T09:31:22 | 2012-10-30T14:09:27 | Python | UTF-8 | C | false | false | 7,341 | c | /* punc-recase spellmod
syntax: punc-recase_checker <threshold> <punc-recase-inst>
*/
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include "sockhelp.h"
#include<unistd.h>
#define PORT "2000"
#define MACHINE "localhost"
#define NRFEAT 7
#define MINOCC 5.
#define DEBUG 0
int main(int argc, char *argv... | [
"a.vandenbosch@let.ru.nl"
] | a.vandenbosch@let.ru.nl |
574a01834d7822feab1c4f48b81861336eafa4bf | a813e84cd74be415a161cdc87c78c75fb1a73e91 | /Homework/HW3/Hw3/readw.c | 55f64866c81853ae66545eebedd4ec33163dc9cb | [] | no_license | micahtas/EE468 | cbaab43910644e021ca7d06dcb32d1ae1973040b | 1f62e55d6f826afdc01c58788a16b4b4ddd552ad | refs/heads/master | 2021-07-25T20:54:37.475703 | 2017-11-08T00:48:01 | 2017-11-08T00:48:01 | 109,908,639 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,729 | c | /*
* This program generates a sequence of readers and writers every
* "time unit", which is defined to be a quarter-second. We
* refer to a reader or writer as a "player". The players enter
* and exit a critical section. The critical section involves a
* global int variable called "critical". This is simply... | [
"noreply@github.com"
] | micahtas.noreply@github.com |
e86c7a6253f3f61b3bd91ca3014bde51f5a7bf68 | 4458b8968ab0e7427f91d2a7471c60ee3e1245df | /3.3.1/abc038_d2.c | 22aa5f7382a009ddd1e1a41d93b015664ebf5376 | [] | no_license | knknkn1162/ant_competitive_solution | 89be79bce55cec33db18ce7dd87b919c16f7a655 | 03c6db143a63680387614c734e77ae0c3f428b9a | refs/heads/master | 2022-11-16T12:56:56.056393 | 2020-07-13T08:47:48 | 2020-07-13T08:47:48 | 258,682,506 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,698 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <stdint.h> // uint64_t
#define max(a,b) ((a) > (b) ? (a) : (b))
#define min(a,b) ((a) > (b) ? (b) : (a))
int get_int(void) {
int num;
scanf("%d", &num);
return num;
}
int get_int2(int *a1, int *a2) {
scanf("%d %d", a1, a2);
return 0;
}
st... | [
"knknkn1162@gmail.com"
] | knknkn1162@gmail.com |
bde7562f825061362e72baa4fa741fe1ba81502f | 81b3efefa7ec376eacfc5c28e4e0b2b8e8fa8a80 | /misc/unhex.c | 34cc3e8ec7e0af21937b73548c1027848297d90f | [
"MIT"
] | permissive | akhuettel/code | 833be8af9615ce3a5519bb803813b30db1f4a230 | 0cc56df9bcef93d19090e82fa7d12b4212123d8e | refs/heads/master | 2023-08-31T06:00:18.154407 | 2021-10-22T05:07:11 | 2021-10-22T05:07:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 789 | c | #include <stdio.h>
#include <string.h>
#include <unistd.h>
int main(int argc, char *argv[]) {
FILE *input = stdin;
int opt;
char c, d;
int odd = 0;
while ((opt = getopt(argc, argv, "a:")) != -1) {
switch (opt) {
case 'a':
input = fmemopen(optarg, strlen(optarg), "r");
break;
default:
return 2;
... | [
"grawity@gmail.com"
] | grawity@gmail.com |
5e90acbdf0de0988e75d4ff61c1f1d84d414caed | 15b08e2fee33ac7cf5bffeb945d16df5bb3521c9 | /c/intsize.c | 5e545a89e1d30ccc3936c21d19661f18264adf53 | [] | no_license | antonavy/sandbox | a50330ef4b5f4aefbddf3730cd22a3a2da4e50e3 | 2bc0514bc5760a809a69879b4b6c9d1cb89824f5 | refs/heads/master | 2021-01-24T01:29:42.612312 | 2017-04-11T18:36:16 | 2017-04-11T18:36:16 | 45,462,022 | 0 | 0 | null | 2015-11-03T11:27:39 | 2015-11-03T11:27:39 | null | UTF-8 | C | false | false | 270 | c | #include <stdio.h>
#include <math.h>
int main()
{
unsigned long long a = (8 * (sizeof(int)));
printf("Sizeof int is %d\n", sizeof(int));
printf("a is %lld\n", a);
a = pow(2, a);
a = pow(2, (8 * sizeof(int)));
printf("Max value is %lld\n", a);
}
| [
"bharathwaaj.s@gmail.com"
] | bharathwaaj.s@gmail.com |
480155d8f5a834e2a02ac5f48ef848c3bc053399 | 99abfb4b419750ec0d6c23a3ddf47af457764adb | /csapp/exercise/ex11-2.c | 1efa45280300f0eeab0718d81018f9b903e0af28 | [] | no_license | hongjiujing/Programming | 1aab0d8379e095c496e9bf9fa551da1bee991db3 | 45c74361e95a738672198553cf5f17e2b0eb4e56 | refs/heads/master | 2022-06-10T04:10:09.736742 | 2022-05-19T00:29:00 | 2022-05-19T00:29:00 | 17,211,598 | 1 | 1 | null | 2020-03-07T09:52:36 | 2014-02-26T13:35:17 | C | UTF-8 | C | false | false | 1,085 | c | /*
* 11.2
*
* mofaph@gmail.com
* 2013-5-13
*
* 编写程序 hex2dd.c,它将十六进制参数转换为点分十进制串并打印出结果。例如:
*
* unix> cc ex11-2.c -o hex2dd
* unix> ./hex2dd 0x8002c2f2
* 128.2.194.242
*/
#include <limits.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <ar... | [
"jiujinx.hong@intel.com"
] | jiujinx.hong@intel.com |
ecabcc465bbee9d68e774b5908bdab3e34555e75 | 19e356aa308d3adef259a912b29950a3af37a2e2 | /Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_List_1_Enumerator_gen_60.h | 60b7988533dfdd0c486ef4ce03bbd293bf397c98 | [] | no_license | minuJeong/AcocGame | 87314d914b72290fff347cc590ae03669d10d6ba | 24eeaba66393890998d55a633fcbd17d984549b4 | refs/heads/master | 2021-03-12T23:51:57.818655 | 2015-03-29T12:44:58 | 2015-03-29T12:44:58 | 32,936,460 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 672 | h | #pragma once
#include <stdint.h>
// System.Collections.Generic.List`1<System.Char>
struct List_1_t7535;
// System.ValueType
#include "mscorlib_System_ValueType.h"
// System.Collections.Generic.List`1/Enumerator<System.Char>
struct Enumerator_t7540
{
// System.Collections.Generic.List`1<T> System.Collections.Generic.... | [
"minu.hanwool@gmail.com"
] | minu.hanwool@gmail.com |
a8a5b0cbef65359627e4749d1ff82528c95565e4 | c4ce9361fbf2656c9c579650fae07f4d1a07b07d | /chap29ex/simple_thread.c | 89d5dbc3e685965edcd332aa1de46aeb38316d17 | [] | no_license | literaryno4/linux_learn | e609d3897d5d64c1da5400b633558a788620bcb1 | 7c5f97a0f2a853fb602ee9a45332e6bf70cd3e24 | refs/heads/master | 2023-06-18T18:42:46.553883 | 2021-07-12T06:56:09 | 2021-07-12T06:56:09 | 378,079,517 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 592 | c | #include <pthread.h>
#include "../include/tlpi_hdr.h"
static void *
threadFunc(void *arg)
{
char *s = (char *) arg;
printf("%s", s);
return (void *) strlen(s);
}
int
main(int argc, char *argv[])
{
pthread_t t1;
void *res;
int s;
s = pthread_create(&t1, NULL, threadFunc, "Hello world\n");... | [
"m18260037123@163.com"
] | m18260037123@163.com |
bdfe311ab5534689e0d6d80ce1f0bfe202c89c16 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/dfe2a55a-1297-4990-92f6-f48b084aa665.c | e2d86498aad522b8f5673fc622c283a733a46440 | [] | 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 | 213 | c | #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 = l%j;
k = l-k*i;
printf("vulnerability");
printf("%d\n",l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
b74e07965a1e713909f92d45f84b9e0ee8f274af | 0247263138597d1c8219f68e84fe88a9256b9d81 | /Ejemplos/hola mundo.c | 0aeacbe482eedc73549135cf1c4d8041c9e45620 | [
"MIT"
] | permissive | xblast2006/clases-C | 3d5356a70028a2273037939510121d3167923610 | 553b4148e3e3ecaae752cb5bbf49811484f7b8f3 | refs/heads/main | 2023-05-27T06:33:47.534540 | 2021-06-14T16:54:01 | 2021-06-14T16:54:01 | 374,733,293 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 83 | c | #include <stdio.h>
int
main(void)
{
int tablero[3][3];
tablero[0][1]=33;
}
| [
"mario@iessanvicente.com"
] | mario@iessanvicente.com |
5ce7894947c6ce0c8c33d7e34f290b8f236b4a7e | 9320219e037dee68256e42b94765d58b3b5e495a | /015.Counting Bits/main.c | 154528eb944795da9a1a22d2d33815e048100354 | [] | no_license | haotangchao/leetcode-in-C | 581d603c93eac79965068cd52b04a57fb5a35847 | be2b9305c2e07f31bf3fee26bef9533f8a6224d8 | refs/heads/master | 2021-01-19T08:58:58.487833 | 2017-04-25T04:19:11 | 2017-04-25T04:19:11 | 87,703,025 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 331 | c | // 这段代码在XCODE上运行通过了,在leetcode上没通过,不懂
int* countBits(int num, int* returnSize) {
num++;
*returnSize = num;
int* array = (int*)malloc(num * sizeof(int));
array[0] = 0;
for (int i = 1 ; i <= num; i++) {
array[i] = array[i>>1] + (i&1);
}
return array;
}
| [
"noreply@github.com"
] | haotangchao.noreply@github.com |
ba6785233a14ccd0907d8c1846852b914ee64af7 | 28229adcd2e68f6bb36956b3a59069b7c053ba87 | /psvm/writer_reader_test_block/writer.c | 130db494cc21073be2d94d62fb9a70cc7d61261d | [] | no_license | sinainnet/ipc-benchmarking | 3ac15e6397ee9a6fc03b013104e11a0691c69606 | 3f1eb2d43418a98ba70d804d8cba869d00f5c14e | refs/heads/master | 2022-12-04T02:05:21.704894 | 2020-08-21T19:16:55 | 2020-08-21T19:16:55 | 192,526,686 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,254 | c | #define _GNU_SOURCE
#include <sys/uio.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <time.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <sys/types.h>
#include <unistd.h>
#include <sched.h>
#include "helper.h"
void set_cpu_scheduler(int cpu_no, int priority) {
... | [
"amirsorouri26@gmail.com"
] | amirsorouri26@gmail.com |
37f580139c8451c52d85d7affe2d352b9e17b527 | e31ea1d3a0cf23a6c74bbca39a2093097a30f3fb | /src/java/native/com_libmailcore_MessageHeader.h | 1cff222f7ef0f35e356bcb71362d76446d4b2d74 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | Marketcircle/mailcore2 | e18a28de7309691c728ff99d7d88a5d15ece4c7d | 5e46675b531e3e245f3f97a2ef8ddb6c56ddd1b3 | refs/heads/master | 2023-04-06T15:25:13.054358 | 2023-03-28T20:50:21 | 2023-03-28T20:50:21 | 205,610,185 | 1 | 0 | NOASSERTION | 2023-03-28T20:50:23 | 2019-09-01T00:21:57 | C++ | UTF-8 | C | false | true | 8,405 | h | /* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_libmailcore_MessageHeader */
#ifndef _Included_com_libmailcore_MessageHeader
#define _Included_com_libmailcore_MessageHeader
#ifdef __cplusplus
extern "C" {
#endif
#undef com_libmailcore_MessageHeader_serialVersionUID
#defin... | [
"dinh.viet.hoa@gmail.com"
] | dinh.viet.hoa@gmail.com |
f649c07b24e6acfe75fb40036f2ef0ed0844e66d | c660d78d60d819c2cb0f36f682ce7d719fa07189 | /types/string.c | 3c968349d8d920cb9fe0fc996f223929ea99836e | [] | no_license | kononovarseniy/lang-mu | 8867c85b2e10b8086f9de568b7008bef97a4d9bb | 11a9818d2629081f5c0566754655c7fc009185f4 | refs/heads/master | 2021-04-18T19:17:56.953854 | 2019-12-07T02:07:30 | 2019-12-07T02:07:30 | 126,340,787 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,919 | c | #include "string.h"
#include <stdlib.h>
#include <memory.h>
#include <ctype.h>
#include <string.h>
#include "utils/log.h"
void string_copy_chars(char *dst, char *src, size_t len)
{
memcpy(dst, src, len * sizeof(char));
}
void string_set_chars(char *dst, char chr, size_t len)
{
char *end = dst + len;
whi... | [
"kononovarseniy@gmail.com"
] | kononovarseniy@gmail.com |
fc2f7fc8ce54f419745074995ef95fa34fbafeab | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/gcc/testsuite/g++.old-deja/g++.robertl/eb94.C | 0b206a0bb116eae5adc571c781668294b5f67d07 | [
"LGPL-2.1-only",
"FSFAP",
"LGPL-3.0-only",
"GPL-3.0-only",
"GPL-2.0-only",
"GCC-exception-3.1",
"LGPL-2.0-or-later",
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 259 | c | // { dg-do assemble }
class baseClass
{
private:
static int variable;
};
class myClass : public baseClass
{
private:
static int variable; // { dg-message "private" }
};
myClass::variable = 0; //{ dg-error "" } no type
| [
"rink@rink.nu"
] | rink@rink.nu |
fd39767ff5b1bb54b0e17de236bef485dde40063 | 74eef2686eb964bd12b58b698d25df59ea5b37d2 | /project/AB1562/apps/mcsync_ref_design/src/APP/APP_System/APP_VolumeControl/app_volume_mp3_nvstruc.h | 3e6b4ac06bb8cd506cc9f323d2f01200b3584f45 | [] | no_license | Famexie/test1 | e802785507b83687c20bcc6c3a5df92111b093ea | 2dbfa3431621a70e8b373c5fa382f9cab00365af | refs/heads/master | 2023-06-15T01:58:56.770032 | 2021-07-12T05:39:44 | 2021-07-12T05:39:44 | 385,094,377 | 1 | 3 | null | null | null | null | UTF-8 | C | false | false | 3,145 | h | /* Copyright Statement:
*
* (C) 2017 Airoha Technology Corp. All rights reserved.
*
* This software/firmware and related documentation ("Airoha Software") are
* protected under relevant copyright laws. The information contained herein
* is confidential and proprietary to Airoha Technology Corp. ("Airoha") and/or... | [
"fame.xie@tymphany.com"
] | fame.xie@tymphany.com |
ef1bed825462e6587cd2e0a33d2791d98c857d1b | 0005a6c0ec0bfdb0e5a852d68ce08cb1be6e83b2 | /test/unit-test/FreeRTOS_ND/FreeRTOS_ND_stubs.c | caf91a5a712f4dde7f381732d7957574283d7706 | [
"freertos-exception-2.0",
"GPL-2.0-or-later",
"MIT"
] | permissive | htibosch/FreeRTOS-Plus-TCP | a15b9bec3f129489e564b4c00131f200f7077285 | 4c6c8ab33366a3a9206da52cb09a2dd92ae12c62 | refs/heads/main | 2023-08-13T19:52:15.421161 | 2023-08-09T17:33:12 | 2023-08-09T17:33:12 | 315,350,266 | 0 | 0 | MIT | 2020-11-23T15:00:50 | 2020-11-23T15:00:49 | null | UTF-8 | C | false | false | 1,849 | c | /* Include Unity header */
#include <unity.h>
/* Include standard libraries */
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include "FreeRTOS.h"
#include "task.h"
#include "list.h"
#include "FreeRTOS_IP.h"
#include "FreeRTOS_IP_Private.h"
/* =========================== EXTERN VARIABLES ============... | [
"noreply@github.com"
] | htibosch.noreply@github.com |
546e83ebc9e46282bed880b0ef626e33597fc1f8 | 52e7bdf0508cbf4d309744bc69495feb13ecc8ec | /llvm_optimizations/gcd3.c | 1ad9011598587911cf8a3c675125d00a24733c6a | [] | no_license | anniecherk/code_for_website | ae2824ecd9d5541d55b2d89deec4c8477d1236e3 | 0121c3da77405fd5cdf3f5a31edc4bb1046f8367 | refs/heads/master | 2020-07-06T02:12:08.336528 | 2016-11-17T20:15:00 | 2016-11-17T20:15:00 | 74,063,268 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 89 | c | int gcd3 ( int a, int b )
{
if ( b == 0 )
return a;
return gcd3 ( b, a % b );
}
| [
"annie.cherk@gmail.com"
] | annie.cherk@gmail.com |
e75ffef25967810f5c726f3e575660765b2e999f | 3a651e70f3190cb9eac344332f46a4b387f69e4a | /bonus/noculus/lib/my/my_put_longnbr_base.c | 148f20a5b5ac35366880ad712d4a98890325a758 | [] | no_license | Arzelp/Wolf | d6f281e2656c4e87f29af1c3fc970bca2daa4607 | b7f32bd921cd3b6fbf31ffe2ba044ffebba0d9dc | refs/heads/master | 2021-04-26T22:57:37.503997 | 2017-02-04T09:11:35 | 2017-02-04T09:11:35 | 123,903,461 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 679 | c | /*
** my_put_longnbr_base.c for longnbrbase in /home/arzel_p/lib/my
**
** Made by Paskal Arzel
** Login <arzel_p@epitech.net>
**
** Started on Tue Nov 10 14:55:59 2015 Paskal Arzel
** Last update Tue Nov 10 14:59:01 2015 Paskal Arzel
*/
long long my_put_longnbr_base(long long a, int baselen)
{
long long f;
lo... | [
"paskal.arzel@epitech.eu"
] | paskal.arzel@epitech.eu |
7538737fa181cceece58822e7bcab186774331c6 | 708315aa56e8614b0ba4ccb520542249624ac7ad | /k22awaitmin_xt/Generated_Code/Vectors_Config.h | 3d33b82988a0cb99d9969499f6096dde85adf26b | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | bbelson2/coro-mc-wwl-code | d96acfa2a706b13b4f0735a0fb18feaddad18244 | 3112bb72f59f2374fba3b39a79a120866f32c0da | refs/heads/master | 2020-06-04T05:02:21.820477 | 2019-12-19T06:25:24 | 2019-12-19T06:25:24 | 191,882,104 | 18 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,640 | h | /** ###################################################################
** Filename : Vectors_Config.h
** Processor : MK22FN512VLH12
** Version : 1.00
**
** Copyright : 1997 - 2015 Freescale Semiconductor, Inc.
** All Rights Reserved.
**
** Redistribution and use in source and... | [
"bruce.belson@my.jcu.edu.au"
] | bruce.belson@my.jcu.edu.au |
4ca9615562347b8609e17829d3f17ed3c170a3c1 | e1880fcf16d89f092c9a98163bd4bb3d8ff05cec | /src/assets/fbx_reader.h | 732d4568d74cf09e9faae8705de4e0e07660e56b | [] | no_license | Twiebs/venom | 021dc7528543121d8fba70bed94e14f4a5ab3bab | 42f7bd669545560bf0deb8cb5de6852829b7f8d8 | refs/heads/master | 2021-01-17T15:24:37.614662 | 2017-05-14T00:26:01 | 2017-05-14T00:26:01 | 52,766,060 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,955 | h | #ifndef FBX_READER_INCLUDE
#define FBX_READER_INCLUDE
#include <stdint.h>
typedef struct {
uint8_t null;
} FBX_Data;
int load_fbx_from_memory(void *buffer, FBX_Data *fbx);
int load_fbx_from_file(const char *filename, FBX_Data *fbx);
//===========================================================================
#i... | [
"torinwiebelt@gmail.com"
] | torinwiebelt@gmail.com |
ba617d63aed738c58d9650bf5c152e03b9ce86d1 | 2da9eb4bc6307649a7ad64374156566568dac844 | /termio/ttyname.c | ae5826ead312dc6242ac1db05f08b731a8322d16 | [] | no_license | jack-lijing/unix | abb89bec8211c7ecfaf77195e37b8dda11b0765c | d3870498b614175d737cf767fdd124f1d9bc500c | refs/heads/master | 2021-01-01T06:54:41.820958 | 2012-12-28T12:51:56 | 2012-12-28T12:51:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,133 | c | #include "csapp.h"
#include <dirent.h>
#include <termios.h>
#include <limits.h>
#define DEV "/dev/"
#define DEVLEN sizeof(DEV)-1
char *ttyname(int fd)
{
struct stat fdstat, devstat;
DIR *dp;
struct dirent *dirp;
static char pathname[_POSIX_PATH_MAX + 1];
char *rval;
if(isatty(fd) == 0)
return(NULL);
... | [
"lijing48301243@gmail.com"
] | lijing48301243@gmail.com |
dfc0555ac4548f6ff45f0fea24a8b47203242b73 | 836c8e2068144f9bb2900dfb431411d587bed565 | /Temp/StagingArea/Data/il2cppOutput/t1_28MD.h | f59d0bbe33eaa4b617186e08ad7857c6c6e4f833 | [] | no_license | vickylance/GamifiedQuiz | 807cf911056f913b2316d5eecd34375436b334cd | fef77320d9df67ecebcc1509ff2e584e3932dc7e | refs/heads/master | 2021-01-10T02:10:28.638995 | 2016-03-02T17:29:19 | 2016-03-02T17:29:19 | 52,981,306 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,171 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
struct t1_28;
struct t1_29;
struct t1_1;
struct t1_37;
struct t1_18;
struct t1_189;
struct t1_809;
#include "codegen/il2cpp-codegen.h"
#inclu... | [
"vkkpp@homail.com"
] | vkkpp@homail.com |
d8587bbee4dafeea6ebb90c8ddf937d9b9956cf9 | 17b594a4863815ab8e050d77c49d2cd9805b3987 | /libmy/my_isneg.c | 567edfb97a9961b92ddf4c8db770e0ac0e275d44 | [] | no_license | victorbalssa/client-server-irc | b8553af045c8d27d78000d2510743ff0331fe55b | cf93313fda6ebefa190d55679589d95ed2f60891 | refs/heads/master | 2023-02-03T10:29:28.345357 | 2023-01-23T17:04:08 | 2023-01-23T17:04:08 | 74,561,804 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 333 | c | /*
** my_isneg.c for my_isneg in /home/balssa_v/devc/jour01/balssa_v/my_isneg
**
** Made by BALSSA Victor
** Login <balssa_v@etna-alternance.net>
**
** Started on Mon Oct 19 15:05:11 2015 BALSSA Victor
** Last update Sat Oct 24 14:28:18 2015 BALSSA Victor
*/
int my_isneg(int n)
{
if (n >= 0)
return (1);
r... | [
"contact@nand.tk"
] | contact@nand.tk |
13de3c756a56e5b14979afbe3d52da3405529879 | 3c52b1de269b2d2e973cdb958c4765b6d20235c3 | /Si4prj/MGP-F103-uCOS-III.si4project/Backup/bsp_spi(4373).c | 170a0ffa268977e702c08ac5539b9157f57d6466 | [] | no_license | hyhIX/MGP | 5c5acb2eb9eecb908f82d1281208af26cc7de13e | 4c2c4634196512c83fd385655e0d425b2e42bfd1 | refs/heads/master | 2020-03-22T14:29:09.117383 | 2018-07-08T16:12:41 | 2018-07-08T16:12:41 | 140,183,268 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,183 | c | #include "stm32f10x_spi.h"
#include "./SPI/bsp_spi.h"
//以下是SPI模块的初始化代码,配置成主机模式,访问SD Card/W25Q128/NRF24L01
//SPI口初始化
//这里针是对SPI2的初始化
void SPI2_Init(void)
{
GPIO_InitTypeDef GPIO_InitStructure;
SPI_InitTypeDef SPI_InitStructure;
RCC_APB2PeriphClockCmd( RCC_APB2Periph_GPIOB, ENABLE );//PORTB时钟使能
RCC... | [
"hyhix.cn@aliyun.com"
] | hyhix.cn@aliyun.com |
6e535a2f918c12cd5d5265bd07ab50952afab414 | a952c51b165a1345d104c7d51de941e9c51a7f1f | /20191230/20191230/Source.c | 1c134395b405656f8295df94697a61957a8964b0 | [] | no_license | WangYu9793/DS | b93a46da596df4fd386123e98ec741c923c40fb3 | d42b55752a7331c5ee8964c187f6bba44437d424 | refs/heads/master | 2020-12-01T18:18:08.110103 | 2020-01-30T13:27:42 | 2020-01-30T13:27:42 | 230,724,880 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 552 | c | #include<stdio.h>
#include<stdlib.h>
typedef struct liuyu{ int data; struct liuyu*link; }test;
liuyu *p, *q, *r, *head;
int m = sizeof(test);
int main (){
int i;
head = (test*)malloc(m);
p = head; i = 0;
while (i != -9999)
{
printf("/ninput an integer [stop by '-9999']:");
scanf("%d", &i);
p->data = i;
... | [
"1141288616@qq.com"
] | 1141288616@qq.com |
2617bd4a24c857fda17f51f37db480c274247c6b | d4b733f2e00b5d0ab103ea0df6341648d95c993b | /src/c-cpp/lib/sst_bitone2b.c | 110b1437ca1f5f000bf7d328419f51850782b845 | [
"MIT"
] | permissive | stealthsoftwareinc/sst | ad6117a3d5daf97d947862674336e6938c0bc699 | f828f77db0ab27048b3204e10153ee8cfc1b2081 | refs/heads/master | 2023-04-06T15:21:14.371804 | 2023-03-24T08:30:48 | 2023-03-24T08:30:48 | 302,539,309 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,381 | c | /*
* Copyright (C) 2012-2023 Stealth Software Technologies, Inc.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,... | [
"sst@stealthsoftwareinc.com"
] | sst@stealthsoftwareinc.com |
87d6b94888a01e6012046a04651ecbe23da32815 | edb44090be256b44b275dcd43a04048528f7698c | /Example/Pods/Headers/Public/RCFamilyDoctor/RCFamilyDoctor/EJPreviewController.h | fc5226d7825cd1de0df6c507df6b0eaaca5bebcf | [
"MIT"
] | permissive | zjaim/RCFamilyDoctor | eff8b5d095814e10a29edb6c2c42eeeecf9c370b | 7438e10437edd56c6fbac191ed5da774cdb627e1 | refs/heads/master | 2020-08-08T02:51:12.832512 | 2018-12-17T06:51:38 | 2018-12-17T06:51:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 106 | h | ../../../../../../RCFamilyDoctor/Classes/RCFamilyDoctor.framework/Versions/A/Headers/EJPreviewController.h | [
"pruduct@rocedar.com"
] | pruduct@rocedar.com |
e2b520252fe0688c01a48e980121a50c1e456775 | e9703d769fe5bcff16fba0a79a659ba1cd4b3a36 | /include/bloom.h | 99708bb3efbdf82c201f9fc3f38abcf3669ce345 | [
"MIT"
] | permissive | tosone/bottle | 7e4eb15095c3abda48aebad1fe333942e1f04ac2 | cbe004b477c82baad9ed970e513bc1cb21ec13f1 | refs/heads/main | 2023-07-22T03:16:39.632514 | 2021-09-03T03:52:07 | 2021-09-03T03:56:53 | 374,944,449 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 398 | h | #include <math.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <murmurhash.h>
typedef struct bloom_t {
int bytes;
unsigned char *bf;
int hashes;
} bloom_t;
bloom_t *bloom_create();
void bloom_push(bloom_t *bloom, void *data, size_t data_length);
bool bloom_check(bloo... | [
"i@tosone.cn"
] | i@tosone.cn |
028c67445831ef4d2cf05f7e1b7e413a6934db88 | e7d1241dea75aaa3896e60dfaa32109774456b35 | /renderdoc/driver/gl/glx_dispatch_table.h | b81738ee09020698c829d08f34a124dbf10481b0 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT"
] | permissive | gary-sweet/renderdoc | 38eb8916f23752db104dd8383e782472abfb1ff4 | 9721150aa9bd4afccaf3649037bc914e6f37ae4e | refs/heads/v1.x | 2020-03-27T10:28:27.303724 | 2018-08-28T09:45:57 | 2018-08-28T12:24:13 | 146,422,247 | 0 | 0 | MIT | 2018-08-28T12:35:23 | 2018-08-28T09:16:43 | C++ | UTF-8 | C | false | false | 5,645 | h | /******************************************************************************
* The MIT License (MIT)
*
* Copyright (c) 2018 Baldur Karlsson
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the ... | [
"baldurk@baldurk.org"
] | baldurk@baldurk.org |
c8703b5255c182ee550049e42a97540cdb7d235d | 57f9eae896fd8b54cf78de58849f03cf26ba79e9 | /ft_isalnum.c | 64033f90a80f1110fd2ce0e05be68edfea8d9754 | [] | no_license | Odin-leet/Libft-final-Project | ce7b2df91c6bc89489d034c9a03941357b265501 | eb64ce68546358f8c7e21867fd862e9fcda43fc3 | refs/heads/master | 2023-03-17T07:08:08.552171 | 2021-03-14T17:32:49 | 2021-03-14T17:32:49 | 347,705,902 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,091 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* fft_isalnum.c :+: :+: :+: ... | [
"aali-mou@student.1337.ma"
] | aali-mou@student.1337.ma |
46c9a9a07548cd1518e86c5f8aaedef388cb17d1 | 311ee36f49e19eea934a1fed26b9fa94d2850e68 | /progs/shop.c | 26a4ec19dfc44e04195c4b9e72bdf1f340c7432e | [] | no_license | nitikaraj11/completed-june2016 | 74f4b65229862bcc6b671a046b100b9242d05a97 | 180dc8607a262d8620f635fee6607d050af5b629 | refs/heads/master | 2020-04-10T00:47:57.561285 | 2018-06-18T10:24:31 | 2018-06-18T10:24:31 | 60,982,198 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,654 | c | #include<stdio.h>
#include<stdlib.h>
#include<malloc.h>
int top=-1;
struct linknode
{ unsigned int a[4];
struct linknode* next;
int start;
}*custarr[10];
struct linknode* update(int,int);
void display(unsigned int a[],int);
void unions(struct linknode*, struct linknode*);
void intersection(struct linknode*, struct l... | [
"nitikaraj11@gmail.com"
] | nitikaraj11@gmail.com |
030f4a94ba315946ba40c8f4c6bbceac1c184dde | b2720d633a2579bc020a669cae9fa6fcfcdacd62 | /HelloWorld/Classes/Share.h | 9c38841d5043448814649c63beb4ab8f5a10ee8c | [] | no_license | authorly/interapptive | 6158943329206cc88c9fac064e16c642465c49ab | c0e564695af649087d329bc519f04e5f85b47035 | refs/heads/master | 2020-04-09T13:34:51.508252 | 2014-09-01T13:32:22 | 2014-09-01T13:32:22 | 3,585,099 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 249 | h | //
// Share.h
// interapptive
//
// Created by minggo on 12-9-24.
//
//
#ifndef __interapptive__Share__
#define __interapptive__Share__
extern void shareOnFaceBook();
extern void shareOnTwitter();
#endif /* defined(__interapptive__Share__) */
| [
"ming@cocos2d-x.org"
] | ming@cocos2d-x.org |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.