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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
51af1d522413eada9298cc66a6599a5140703ae7 | d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9 | /testcases/CWE122_Heap_Based_Buffer_Overflow/s11/CWE122_Heap_Based_Buffer_Overflow__wchar_t_type_overrun_memmove_05.c | 45530a0d482eb54b97f849b23a31f088c203b65e | [] | no_license | arichardson/juliet-test-suite-c | cb71a729716c6aa8f4b987752272b66b1916fdaa | e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9 | refs/heads/master | 2022-12-10T12:05:51.179384 | 2022-11-17T15:41:30 | 2022-12-01T15:25:16 | 179,281,349 | 34 | 34 | null | 2022-12-01T15:25:18 | 2019-04-03T12:03:21 | null | UTF-8 | C | false | false | 5,097 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__wchar_t_type_overrun_memmove_05.c
Label Definition File: CWE122_Heap_Based_Buffer_Overflow.label.xml
Template File: point-flaw-05.tmpl.c
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* Sinks: type_overrun_memmove
... | [
"Alexander.Richardson@cl.cam.ac.uk"
] | Alexander.Richardson@cl.cam.ac.uk |
927cbe46e232d0e455dbb4c9ba3d634c73f90c2e | 60f50c231e6762967c385d6aa2beed8680345980 | /Salvia/client2.c | 4025c5f3b1b4fb9c59cdcbabd83a94e0e51d156c | [] | no_license | Huawei098/Salvia | 6872502f2e49ab02761d6c3f4a56ab70067982a6 | 9b51b245ada0c743cfb5b07c90631bc2d2f63e2f | refs/heads/master | 2020-03-27T20:06:48.868360 | 2018-09-01T23:35:30 | 2018-09-01T23:35:30 | 147,039,905 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 132,060 | c | #include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <signal.h>
#include <strings.h>
#include <string.h>
#include <sys/utsname.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#inc... | [
"noreply@github.com"
] | Huawei098.noreply@github.com |
d5b6e376681be6585e475964b24dcab4f32af261 | 3aa377e04360e25512121bfbd65e79903d26fa2d | /SDK_framework/linux/ebdrip/libpng/src/png.c | 9a7bd924ee73047ffaa263f31c9ada29b4c6044e | [] | no_license | jo244305wipro/RipSDK4.05 | a89057d1fac8342acadc0ed611569421ce3cdb12 | 3291e528abebae9c59aad0c3387bc81cfc1b95e9 | refs/heads/master | 2021-01-19T22:32:53.359118 | 2014-10-22T03:05:14 | 2014-10-22T03:05:14 | 25,907,736 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,710 | c | /* $HopeName: HQNlibpng!src:png.c(EBDSDK_P.1) $ */
/* png.c - location for general purpose libpng functions
*
* libpng version 1.2.6 - August 15, 2004
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998-2004 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 An... | [
"vinay.chiniwar@wipro.com"
] | vinay.chiniwar@wipro.com |
d499d98a3ae6bfe93498406f959b1f85e89ffaaf | 6c704f71844da1331e817337a0e7ff970548af2b | /rk1.c | 21f555a472306ec5086b433225c83d4802403abf | [] | no_license | ltcedatabase/ltce | 6389601115a5093d5ab32793df4ef90aaffb8817 | db43e5eb5f08080c3df47f5bfb371871407a4a4f | refs/heads/master | 2020-05-16T13:14:13.963623 | 2019-04-26T07:37:04 | 2019-04-26T07:37:04 | 183,068,534 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,130 | c | #include<stdio.h>
#include<string.h>
#define d 256
void search(char pat[], char txt[], int q)
{
int M = strlen(pat);
int N = strlen(txt);
int i, j;
int p = 0;
int t = 0;
int h = 1;
for (i = 0; i < M-1; i++)
h = (h*d)%q;
for (i = 0; i < M; i++)
{
p = (d... | [
"noreply@github.com"
] | ltcedatabase.noreply@github.com |
2a165675c6e507edea7fb043cec8f5261f9af9df | ac172a65feb531826fe044c5718163fd6d27f4fc | /fw/nvm_data.h | e4922cd81748c5b400463383eddeb79759e003f7 | [] | no_license | dnbdmr/67key-keyboard | 4523ce6746385ae651d7979843760411b98ead23 | 9bd5280988b0fcebc5f076b397ad81bc46b7ef84 | refs/heads/main | 2023-07-31T02:44:54.662518 | 2021-05-11T10:00:52 | 2021-05-11T10:23:22 | 414,165,029 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,478 | h | /*
* Copyright (c) 2016, Alex Taradov <alex@taradov.com>
* 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. Redistributions of source code must retain the above copyright notice,
* ... | [
"dnbdmr@gmail.com"
] | dnbdmr@gmail.com |
6d652be3899fa7d46f177a4e544fb8416b0fb641 | fe290070f3518c919b7de24805faccfc66460eb8 | /queue.c | cedcafed8e9dd0b8466e6862897fa0eed5803b9b | [] | no_license | Blizzzer/semaphores-and-shared-memory | 45c1e758258c94a39d6f69b0b6b31b7a736020b6 | 5cb8354e8bd7e7c98285844b4816633b524d9f59 | refs/heads/master | 2020-11-24T16:56:12.368056 | 2019-12-16T00:06:27 | 2019-12-16T00:06:27 | 228,258,652 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,393 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "queue.h"
#include <sys/shm.h>
int isEmpty(struct queue *q) {
return q->totalItemCount == 0;
}
int isFull(struct queue *q) {
return q->totalItemCount == MAX;
}
int size(struct queue *q) {
return q->totalItemCount;
}
int insertCommand(s... | [
"k.apolinarski@gmail.com"
] | k.apolinarski@gmail.com |
9e07f528f75dee03cd872760a32c0f0653dc4c63 | 3cfeb342b73a02faf6d8c72474839fe8252dd2d4 | /tools/ft_substr.c | 55bf16a070ced49296f7366652087cd93de9594d | [] | no_license | dalba-de/42_cub3D | 56193c7105ca3183749ce0cf50afb4ebabf4fd75 | df1ea428417f225af5a1ea1b7ea5c899c976beeb | refs/heads/master | 2022-08-21T10:02:06.496711 | 2020-05-28T12:20:11 | 2020-05-28T12:20:11 | 267,572,797 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,314 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_substr.c :+: :+: :+: ... | [
"D.alba85@gmail.com"
] | D.alba85@gmail.com |
586b3081c0d2be7273e4e495bdb78aee9e343b72 | 8316b0495090b837047929e359c624a201559361 | /filters/partition/partition-gpt.c | f2ff2116fba8213cdf936424e75a5143120da304 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | shastry/nbdkit | b241106ac72401e88ab81e87169d7b072a3cc07b | f94ec336fb0f5878aa335d0fc7dd03ed340e86c2 | refs/heads/master | 2023-01-27T14:50:55.724051 | 2020-12-08T22:11:41 | 2020-12-08T22:11:41 | 319,822,230 | 0 | 0 | NOASSERTION | 2020-12-09T02:49:50 | 2020-12-09T02:45:25 | null | UTF-8 | C | false | false | 4,208 | c | /* nbdkit
* Copyright (C) 2018-2020 Red Hat Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the f... | [
"rjones@redhat.com"
] | rjones@redhat.com |
cea1b0731b1c53825824d39005057e98ac8bbd7a | af2bc42540a6593feb97caee5e5acb9cec46fe7b | /anno_extract/transform.h | 3a6f271457e0dd59ed72c473e8dc98564e806439 | [] | no_license | opu-imp/LLAH-Nakai | 3dba87eb03ae95565ee283d04a7b1d59923899ad | 9c8f1b19dd7456a73eae170bd31f1409b6ae8d72 | refs/heads/main | 2023-02-18T03:32:40.649880 | 2021-01-15T08:48:29 | 2021-01-15T08:48:29 | 329,805,846 | 1 | 0 | null | null | null | null | SHIFT_JIS | C | false | false | 938 | h | #define NEW_COR
#define FP_ORIG (0)
#define FP_ANNO (1)
#define kTempPointFile "point.dat" /* 対応点探索時に作成する特徴点の一時ファイルのパス */
#define kAcr2InvType 's' /* acr2で用いる不変量タイプ(sで相似不変量)*/
#define kDrawCorLineThick (8) /* 対応点を描画する際の線の太さ */
#define kMinCorNum (2) /* パラメータ推定を行う最小対応点数 */
int TransformAnno( IplImage *anno,... | [
"masa@m.cs.osakafu-u.ac.jp"
] | masa@m.cs.osakafu-u.ac.jp |
6d075672932003a32eebb51dd298c6e93774726d | ea4e3ac0966fe7b69f42eaa5a32980caa2248957 | /download/unzip/apache_mod_php/apache_mod_php-6.2/php/main/php_sprintf.c | 3b548000c2f0073bbd4c6e2000250beb6430a4a3 | [
"LicenseRef-scancode-unknown-license-reference",
"PHP-3.0"
] | permissive | hyl946/opensource_apple | 36b49deda8b2f241437ed45113d624ad45aa6d5f | e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a | refs/heads/master | 2023-02-26T16:27:25.343636 | 2020-03-29T08:50:45 | 2020-03-29T08:50:45 | 249,169,732 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 1,565 | c | /*
+----------------------------------------------------------------------+
| PHP version 4.0 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2001 The PHP Group |
+--------... | [
"hyl946@163.com"
] | hyl946@163.com |
70504c4991c38c3622d9927d2aecc89b7738a9ef | 82c4b0102a40c5d8622f06a8f10afc71eb18eb24 | /tmc/ramp/Ramp.h | c61e519e46b37bb0108ee38b5dc069ad465adbc1 | [
"MIT"
] | permissive | yf956613/TMC-API | 997c12b97e69e57c3c76bdeb8f8ce0bf0717651d | 160a7b5bcbbf577cf4204af04cb24de5f009fe2e | refs/heads/master | 2020-05-17T13:34:01.914707 | 2019-04-24T14:18:15 | 2019-04-24T14:18:15 | 183,739,496 | 1 | 0 | MIT | 2019-04-27T06:56:47 | 2019-04-27T06:56:47 | null | UTF-8 | C | false | false | 1,402 | h | /*
* Ramp.h
*
* Created on: 09.11.2018
* Author: LK
*/
#ifndef TMC_RAMP_RAMP_H_
#define TMC_RAMP_RAMP_H_
#include "LinearRamp1.h"
typedef enum {
TMC_RAMP_TYPE_LINEAR
} TMC_RampType;
// Initializes ramp parameters for given type
void tmc_ramp_init(void *ramp, TMC_RampType type);
// Co... | [
"leonard@kug.is"
] | leonard@kug.is |
ef405d2b5fc26a9a86e23d24675715886b367766 | 3354848aeb599c4d4b79c94e69c97f60b908a47e | /Inc/stm32f4xx_it.h | 125f9621f3235dbcedb0a82bdcb8bbc602f48acf | [] | no_license | hsmptg/usb_test | a95e624ec061ac44034e4050adaa1f22aed33414 | 83111e30f314c8113507fb6998aa7fb641abb120 | refs/heads/master | 2021-01-18T13:08:49.084643 | 2017-02-02T14:41:34 | 2017-02-02T14:41:34 | 80,734,245 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,927 | h | /**
******************************************************************************
* @file stm32f4xx_it.h
* @brief This file contains the headers of the interrupt handlers.
******************************************************************************
*
* COPYRIGHT(c) 2017 STMicroelectronics
*
* Re... | [
"hsmptg@gmail.com"
] | hsmptg@gmail.com |
1e642970598ca23991b9bcf3420314cc4bf2d989 | c611b35a08d0abbce62c8a3e80ab747967460e4a | /tags/open64-0.15/osprey1.0/gccfe/gnu/basic-block.h | 5d6d2dfcc581b8d639a63931cf04cc0dd4436cf0 | [] | no_license | svn2github/open64 | 301f132bdcb602d4e677fc23881ce602f3961969 | 88431de7e6860ed692c0c160724620e798de428a | refs/heads/master | 2021-01-20T06:59:43.507059 | 2014-12-31T18:38:48 | 2014-12-31T18:38:48 | 24,089,237 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 17,895 | h | /* Define control and data flow tables, and regsets.
Copyright (C) 1987, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.
GNU CC 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 Foundatio... | [
"marcel@ead328b1-e903-0410-a19d-eacee4b031f6"
] | marcel@ead328b1-e903-0410-a19d-eacee4b031f6 |
746ae6196f55a7360152e70c6c9b4c255510a9ad | d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9 | /testcases/CWE127_Buffer_Underread/s02/CWE127_Buffer_Underread__malloc_wchar_t_memmove_21.c | 66310f54db08aab7a6859059963b38fab3297370 | [] | no_license | arichardson/juliet-test-suite-c | cb71a729716c6aa8f4b987752272b66b1916fdaa | e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9 | refs/heads/master | 2022-12-10T12:05:51.179384 | 2022-11-17T15:41:30 | 2022-12-01T15:25:16 | 179,281,349 | 34 | 34 | null | 2022-12-01T15:25:18 | 2019-04-03T12:03:21 | null | UTF-8 | C | false | false | 5,712 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE127_Buffer_Underread__malloc_wchar_t_memmove_21.c
Label Definition File: CWE127_Buffer_Underread__malloc.label.xml
Template File: sources-sink-21.tmpl.c
*/
/*
* @description
* CWE: 127 Buffer Under-read
* BadSource: Set data pointer to before the allocated me... | [
"Alexander.Richardson@cl.cam.ac.uk"
] | Alexander.Richardson@cl.cam.ac.uk |
9e4a3dc70cbadf829cfe0551582ee768ce64773d | 430341272f92030dfd3d33bccad28191a42692b4 | /vm/msg.c | 38e5786f28402e62f4434a612bf1889012cd7e7e | [] | no_license | mtstickney/BRAIN-Project-4 | 8ad14359333984f8ae61d64665b4b8e5078ec235 | 38c64370d511f09ec60a8bcd6129c891d9afdc8c | refs/heads/master | 2021-01-22T02:39:55.732204 | 2010-12-04T07:27:19 | 2010-12-04T07:27:19 | 1,137,421 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,239 | c | #include <stdio.h>
#include <string.h>
#include "mem.h"
#include "vm.h"
#include "wait_queue.h"
#include "sched.h"
#include "ops.h"
/* send and recv waitqueues (index PID owns queue) */
/* last recv_wq index is the 'any' waitqueue */
static struct plist_head recv_wq[PROCS+1];
static struct plist_head send_wq[PROCS];
... | [
"fiendishlinux@gmail.com"
] | fiendishlinux@gmail.com |
82d64b59ccd55defe9e4c97702821b647701bb86 | 43334384ff8cc65b29301659bbd5a63f4bfae378 | /MbsAPI/f_his_toupper.c | 8547100a5f6c5e49d2ba4116f5687ecefe71dd6d | [] | no_license | yeleisun/SpiRITROOT | b11027e50cfe7e0c9017c24f8cec3db80e73b3a8 | c8717f19547a948400b687c070110c4d67a9ea2d | refs/heads/master | 2021-01-19T20:34:29.012437 | 2014-08-22T02:12:25 | 2014-08-22T02:12:25 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 4,416 | c | // $Id: f_his_toupper.c 478 2009-10-29 12:26:09Z linev $
//-----------------------------------------------------------------------
// The GSI Online Offline Object Oriented (Go4) Project
// Experiment Data Processing at EE department, GSI
//-----------------------------------------------------------------... | [
"geniejhang@majimak.com"
] | geniejhang@majimak.com |
7ff4822154f487fb8b990ffa16049ef0900e0247 | 0133c6589c972b2eaab9870b153714a182eb40da | /include/tvm.h | a4c6415762a154fc81a4f07f25a70286a3734c5a | [] | no_license | gateway18/STVM | 9ad2222bd8a3c844d7b72a0f6dcab6774a9dbf60 | 4b2fe7b7c7f9418805950c89121b8d69f2f645d7 | refs/heads/master | 2021-09-10T13:55:38.532005 | 2018-03-27T10:06:06 | 2018-03-27T10:06:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 37,393 | h | /*
* Copyright (c) 2018 Savens Liu
*
* The original has been patented, Open source is not equal to open rights.
* Anyone can clone, download, learn and discuss for free. Without the permission
* of the copyright owner or author, it shall not be merged, published, licensed or sold.
* The copyright owner or auth... | [
"deffpuzzl@qq.com"
] | deffpuzzl@qq.com |
25d0cd8ebf0d2a16fa706489278c39035642de72 | f8953ee57d0bfbff2755f112e76285c671e17b0d | /win32/confgui/src/error.c | 88208db705bcebc2c8bfc25658b18a42b094ceb7 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | apwiggins/jxta-c | 447b806353e2a92c861f5cd05146cd51bf2d6ba2 | 61423a21e9d36e1b3d9eb06f1ee38b773ff5d8fa | refs/heads/master | 2023-04-25T10:04:52.373245 | 2008-01-22T23:50:23 | 2008-01-22T23:50:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,217 | c | #include <stdlib.h>
#include "error.h"
#ifdef __cplusplus
extern "C" {
#endif
struct _error {
Print_Func printer;
void * stream;
const char * win_frame_title;
char * error_string;
};
Error *
error_new() {
return (Error*)malloc(sizeof(Error));
}
void
error_delete(Error * e) {
free(e);
}
/**
* re... | [
"slowhog@dev.java.net"
] | slowhog@dev.java.net |
a0cffca940b1f5a6b383bd5d1dd064c8544fef53 | ab8c23a990f93921975f98c498743d03aaf8df0d | /AtCoder/ABC150/c.c | 4a0e4d215727e349b7ec6cad94401d8b731f5708 | [] | no_license | egret678/CP | c1b0620ffce0edab5a329f29f7d4997214402ab0 | c97b6b83f2a78d5dca1e60e91852b07b4cd47a72 | refs/heads/master | 2023-06-19T23:57:39.162608 | 2021-07-13T09:55:56 | 2021-07-13T09:55:56 | 284,223,382 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,348 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
typedef long long ll;
typedef int keytype;
int gcd(int a, int b){ return (a % b) ? gcd(b, a % b) : b;}
int lcm(int a, int b){ return (a / gcd(a, b)) * b;}
/* a[0], ..., a[n-1] の数の最大公約数 */
int ngcd(int n, int a[])
{
int i, d;
d = a[0];
for (i = 1... | [
"scarletoblivion7@gmail.com"
] | scarletoblivion7@gmail.com |
e2b29e512c1d37e5430a10d8e879c14776b74661 | a120e355993a1e3fbcf9b5dfe70d11e71de379b0 | /src/kernel/irq.c | 0ef55955774df2608d3cdb35deef7d76cc2302ca | [
"MIT"
] | permissive | sarahkittyy/headpat-os | 61a4f1268157c82efe8f356aad9d475ba28eb644 | 97287cbbdad7e668d9eb702036e3cc25acdd2e05 | refs/heads/master | 2020-05-31T20:06:00.543156 | 2019-06-06T15:19:57 | 2019-06-06T15:19:57 | 190,468,469 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,111 | c | #include "kernel/irq.h"
#define externIRQ(x) void _irq_##x()
externIRQ(0);
externIRQ(1);
externIRQ(2);
externIRQ(3);
externIRQ(4);
externIRQ(5);
externIRQ(6);
externIRQ(7);
externIRQ(8);
externIRQ(9);
externIRQ(10);
externIRQ(11);
externIRQ(12);
externIRQ(13);
externIRQ(14);
externIRQ(15);
/// Function pointers to IR... | [
"chrisohlin1@gmail.com"
] | chrisohlin1@gmail.com |
9c9a9caa819879cce356d1b06833f85a6ec8cc5a | d25d61df1e06761e89756d544767399facdbd278 | /.backup/helppart2.c | 8d73d404c5c9c175b7207dc4428e7a45e154e4d4 | [] | no_license | Arctangent1759/Matrix-Multiply | 702cfba309f8ee1d1e89e4fec51110fa7f1acce1 | 533df38d9740fecf6945a70ee7d863bba2ef3a53 | refs/heads/master | 2021-01-25T12:09:36.254504 | 2013-08-04T07:03:51 | 2013-08-04T07:03:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,803 | c | #include <stdio.h>
#include <stdlib.h>
#include <emmintrin.h>
/*
1 1 1 1 1 1 1 1
2 2 2 2 2 2 2 2
3 3 3 3 3 3 3 3
4 4 4 4 4 4 4 4
5 5 5 5 5 5 5 5
6 6 6 6 6 6 6 6
7 7 7 7 7 7 7 7
8 8 8 8 8 8 8 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8
... | [
"cs61c-hp@hive28.CS.Berkeley.EDU"
] | cs61c-hp@hive28.CS.Berkeley.EDU |
c994e7dc4387e991418a0f5e7c151a46d6382d45 | aca4e29ec250cbf54ec72218c2724b4c255e92dc | /Example/Pods/Headers/Private/MEFacebookAdapter/MEFBAdapter.h | c0210ebb77ae7551d1115abfd8b920c7f1de2761 | [
"MIT"
] | permissive | liusas/MEFacebookAdapter | 5dab08d875c64519335e647e782b728f06d72526 | 6fe3e00920baaa019eec4d19b31c8a154c248b69 | refs/heads/master | 2022-11-30T01:07:59.301255 | 2020-08-15T10:58:13 | 2020-08-15T10:58:13 | 282,184,002 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 54 | h | ../../../../../MEFacebookAdapter/Classes/MEFBAdapter.h | [
"liufeng@mobiexchanger.com"
] | liufeng@mobiexchanger.com |
e60777f0d458e5da18996ff54e4118498cfb1c64 | d858c39353748501f898f973292b71a2d4bcf1a0 | /memory_segments.c | 020abd8af86b7dae17fa7c65bd2277af5a233263 | [] | no_license | DaveCray86/Cpp | 0ba5dca2b682d329398c916030e4985b33cf920c | 92222eebe54ec3843f5fc35a0e4bded74ee3a54e | refs/heads/main | 2023-06-01T01:30:03.871350 | 2021-06-02T06:49:27 | 2021-06-02T06:49:27 | 373,065,253 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,098 | c | #include <stdio.h>
#include <corecrt_malloc.h>
int global_var;
int global_initialized_var = 5;
void function() { // This is just a demo func.
int stack_var; //This variable has the same one as in main()
printf("the function's stack_var is at address0x%08x\n", &stack_var);
}
int main() {
int stack_... | [
"noreply@github.com"
] | DaveCray86.noreply@github.com |
50772650b9241e62a9f4e7c3b25eff3ce44022e1 | 45e66980d15a06b264f31f9a7d6dcd6dc271b815 | /src/crypto/sph_blake.h | 60c653ec7cedffd1d2483d79dee08396c85c3bb0 | [
"MIT"
] | permissive | Lucky1689/ukcoin | e3ff17c66c85f5531d81580e4bc84ff3994924af | 11bcd6ded7b11a7179e32f1bf0d6f75615c0dde1 | refs/heads/master | 2022-09-20T17:25:14.553647 | 2020-06-03T18:08:17 | 2020-06-03T18:08:17 | 262,382,958 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,835 | h | // Copyright (c) 2018 The Bitcoin Core developers
// Copyright (c) 2017 The Raven Core developers
// Copyright (c) 2018 The Rito Core developers
// Copyright (c) 2020 The Ukcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-... | [
"Ukcoin168@gmail.com"
] | Ukcoin168@gmail.com |
346dd3d0c0a0c6c5a8cfd3d80a6369a7d6c5cfb7 | 29bd61763351a23f4dd7ceca01e7c8742ff985fc | /resource/libstdcpp/include/math.h | 49b1584e943990acde220a344287ca90149afe5f | [
"Apache-2.0"
] | permissive | zurl/web-cpp | 7e9ee888ddbd5a6f1d5410c5598f765f5ab8bb44 | 98c498d6224608004264d2ef94f88a464c55e82c | refs/heads/master | 2022-12-25T16:01:03.748417 | 2019-02-02T19:57:24 | 2019-02-02T19:57:24 | 138,600,555 | 37 | 1 | NOASSERTION | 2022-12-09T10:09:07 | 2018-06-25T13:43:17 | TypeScript | UTF-8 | C | false | false | 1,120 | h | #ifndef _MATH_H
#define _MATH_H
__libcall double cos(double);
__libcall double sin(double);
__libcall double tan(double);
__libcall double acos(double);
__libcall double asin(double);
__libcall double atan(double);
__libcall double atan2(double, double);
__libcall double cosh(double);
__libcall double sinh(double);
_... | [
"zurl@live.com"
] | zurl@live.com |
d501de7f5aaff9863d12b4ae324849f310f6052c | c911b05bed119ae0fcaa0c9c6737965e9feee32c | /Xilinx_Official_Platforms/xilinx_vmk180_base/sw/petalinux/project-spec/meta-user/recipes-bsp/u-boot/files/platform-top.h | 10378d80dddc2a6fcea335d3cde380508e32ce66 | [
"Apache-2.0",
"MIT"
] | permissive | Xilinx/Vitis_Embedded_Platform_Source | 07a111a189210818cdf2309dd7585f5ebe9bd1ab | d25a56c3a4d17e710016fa5ef312f2d30a2a35e1 | refs/heads/master | 2023-07-19T05:59:39.098305 | 2021-06-28T18:41:08 | 2021-06-28T18:41:08 | 227,004,612 | 97 | 66 | Apache-2.0 | 2021-06-22T11:40:01 | 2019-12-10T01:44:25 | Tcl | UTF-8 | C | false | false | 162 | h |
/*****************
* DO NOT ADD ANYTHING HERE-- THIS IS A DUMMY FILE.
* ANY CHANGES MADE HERE WILL NOT GET INCLUDED INTO U-BOOT ENVIRONMENT
******************/
| [
"chvamshi@xilinx.com"
] | chvamshi@xilinx.com |
b0478b8d334fe6243f75e89f58f2c6d101a3cc1d | 4c50036244c7aded95dff25df066f15d5bf6f5fe | /array_void.h | 990bf041970f5bcbd0b6e56817ac6b32390aa467 | [] | no_license | cricket-lover/array-methods | 68b9541c6ab6a8ed7c6e66c877db1fd4d1660703 | 40e7d075800d3be08da43f84e3af13d3107ce01e | refs/heads/master | 2023-03-22T03:51:27.354182 | 2020-12-06T06:56:16 | 2020-12-06T06:56:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,323 | h | #ifndef __ARRAY_VOID_H
#define __ARRAY_VOID_H
#include "array.h"
typedef void *Object;
typedef void (*DisplayData)(Object);
typedef Object (*MapperVoid)(Object);
typedef Bool (*PredicateVoid)(Object);
typedef Object (*ReducerVoid)(Object, Object);
typedef Bool (*Comparator)(Object, Object);
typedef struct
{
Object ... | [
"phaneendraandukuri@gmail.com"
] | phaneendraandukuri@gmail.com |
0875f3246839f91877fb454da8fb278313bff47d | c0c0af2d8a1c5e3c0a036c6c3b934f3d43c0f5cf | /android/AndroidGL/jni/androidgl/log.h | cc9f2717acb3fcd37f8df6d0ab234e416be06d6b | [] | no_license | feiqiu/repository-of-projects | 5f796734e906ccf16b386f7c8f486669e75159cb | a0393d01f57b14d030064cd45d3cd9bb538d4419 | refs/heads/master | 2021-05-31T10:14:12.565392 | 2014-02-10T06:04:28 | 2014-02-10T06:04:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 426 | h | #ifndef _LOG_H_
#define _LOG_H_
#include <android/log.h>
#define LOGD(title,fmt,...) __android_log_print(ANDROID_LOG_DEBUG,title,fmt,__VA_ARGS__)
#define LOGI(title,fmt,...) __android_log_print(ANDROID_LOG_INFO,title,fmt,__VA_ARGS__)
#define LOGW(title,fmt,...) __android_log_print(ANDROID_LOG_WARN,title,fmt,__VA_A... | [
"Micheal19840929@81659778-87ce-11de-a4f2-b7219ab9ea91"
] | Micheal19840929@81659778-87ce-11de-a4f2-b7219ab9ea91 |
767c0cc012dc35d857f80b3f3729edf7a2bfa80f | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/850c09d0-a4ea-4194-8d83-18ee3c105861.c | dc96791b21b4f9ba2c9aedb5b3a6ce1ec2be47c0 | [] | 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 | 525 | 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 = l%j;
k = k-j*i;
//variables
//random
/* START VULNERABILITY */
int a;
long b[84];
long c[17];
a = 0;
while (b[a] != 0) {
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
fe72511410aa910ba92c8c4b4586702a3dc0a303 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/75571914-738d-48aa-ba38-74682d9ed53a.c | a111ffdbef54616704b9a800f966fe127a88b7d4 | [] | 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 | 217 | c | #include <stdio.h>
int main() {
float i;
float j;
float k;
float l;
i = 6;
j = 9;
printf("vulnerability");
k = 3;
l = i*j*j/9;
printf("vulnerabiity");
printf("%f\n",k);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
70504db992a0f34cc92b997e547c2422646dc595 | 48d89545fd4a9c8e29c52b2386cd856bc425869a | /Colligens/interprocedural/ghostscript/analysis/base/gsfunc3.h | 81728a0a72fd2a4720fd3b302f6e9a5fa17f0f76 | [] | no_license | iranrodrigues/interprocedural | 7bc41f5a5703f588e63533fbfed95955a6c4df05 | a4f34ace03a2876df9a32b37685b23b56fc0565a | refs/heads/master | 2021-01-10T19:46:43.201534 | 2014-03-19T13:10:12 | 2014-03-19T13:10:12 | 15,970,391 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 3,906 | h | /* Copyright (C) 2001-2006 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
implied.
This software is distributed under license and may not be copied, modified
or distributed except as expressly authorized under the terms of that
license... | [
"iran@iranrodrigues.com.br"
] | iran@iranrodrigues.com.br |
0025a24605602b75f7daf37c34be86f84f2f1348 | f88abdd8da576d9bcb88ca2062b98ca810b754c4 | /include/dvec.h | 7092a04723a49670e1b4841824300bea74734c4a | [] | no_license | tagillov/x86_64-w64-mingw32 | a38ec3d5cf39a3f0ee544c3b178fa26d88107139 | fab0778eb5fc34cdab273b99e4a0c8a326e04f31 | refs/heads/master | 2020-04-07T14:21:52.127685 | 2014-08-14T23:44:01 | 2014-08-14T23:44:01 | 158,444,027 | 0 | 0 | null | 2018-11-20T19:57:42 | 2018-11-20T19:57:42 | null | UTF-8 | C | false | false | 36 | h | ../../share/mingw-w64/include/dvec.h | [
"elombrozo@gmail.com"
] | elombrozo@gmail.com |
eda2ca14837bedb7a1b0994fa6f5ac59ce61bb18 | 0330b89f0b6ef2a25eebb2117ec061e76019c773 | /ft_strmapi.c | 59b49b06ed6e011e63fe28b8fb84935d82128c93 | [] | no_license | sanhan42/Libft | 2b96726a44deff4e6795bd3543d2aff55a53442e | 27eeb1cfddbe90f22a4004bd1f0533c7547d2915 | refs/heads/master | 2022-04-16T17:23:26.610522 | 2020-04-16T02:54:14 | 2020-04-16T02:54:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,211 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strmapi.c :+: :+: :+: ... | [
"sanhan@c4r9s1.42seoul.kr"
] | sanhan@c4r9s1.42seoul.kr |
c0dd51ae50bb8e993503d5ac7b1da0a2a7de4864 | 34b02116b50c4b20bd370d35bcc771ecfd310c7d | /src/include/machineCodeMacros.h | ce3780514676fa8ae34bba2f7728b77feffe98ff | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | dennisj001/csl | 2b5f9ad2b2391442b1da6a4ff80c24bd793e19f4 | cd1462647661f5611ee3421c6a85a81132de96c6 | refs/heads/main | 2023-09-01T18:33:36.793793 | 2023-08-31T23:00:45 | 2023-08-31T23:00:45 | 240,392,590 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 8,055 | h |
// opCodes 80 to 83 : ADD OR ADC SBB AND_OPCODE SUB XOR CMP operating with either a direct register, or indirect memory operand on a immediate operand
#define Compile_ADDI( mod, operandReg, offset, immediateData, size ) _Compile_X_Group1_Immediate ( ADD, mod, operandReg, offset, immediateData, size )
#define Compile_O... | [
"lovelightawareness@gmail.com"
] | lovelightawareness@gmail.com |
8f2bd47dea86e261472322d9ab82ac93406a6527 | 529a73afb088c9eb90985df16ad60f1f9fe1e52e | /Guia/Guia6/ejer7.c | 37979d7accce86064f3737cbc3486e7a057ad67d | [] | no_license | juani-garcia/PI | 47691c863b8290cf69da0c39ff058b0c69238645 | 68e27929c15f18383ca417a00bf2c02f1398048f | refs/heads/master | 2023-06-17T03:35:05.607919 | 2021-07-03T14:15:31 | 2021-07-03T14:15:31 | 301,602,772 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 718 | c | #include <stdio.h>
void unir( const int vec1[], const int vec2[], int vec3[]);
int main(){
const int vec1[] = {1, 2, 3, 4, 5, 6, 7, 8, -1};
const int vec2[] = {1, 2, 2, 2, 3, 4, 5, 6, 7, 8, 10, 2321, -1};
int vec3[20];
unir( vec1, vec2, vec3 );
for( int i = 0; vec3[i] != -1; i++ )
printf("%d ", vec3[i] ... | [
"juanigarcia@itba.edu.ar"
] | juanigarcia@itba.edu.ar |
3d103c156d87a889369e243d40cc390127e87555 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /third_party/sqlite/sqlite-src-3280000/src/vdbeInt.h | 15a371d5508fc0c014880bac1b4cd3f659b0e78b | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"blessing",
"LicenseRef-scancode-public-domain",
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C | false | false | 26,449 | h | /*
** 2003 September 6
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgiveness for yourself and forgive others.
** May you share freely, never taking more than you give.
**
********************... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
edb314440038aac7e743d2acc88f80e94431f82a | b001a4ac7a55723bd777035a2cdc9bcc84aec166 | /gromacs/include/gromacs/math/do_fit.h | 2c73d4538d9951fb975c0ba9ae3b20f91f0b5d41 | [
"Apache-2.0",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"LGPL-2.1-or-later"
] | permissive | MD-Studio/cerise-mdstudio-das5 | 5561bc5bc501a1e8601187a6c01b9beb093a58e2 | b466794198ad91caa82cd54aa3ee6b49700ec9cd | refs/heads/develop | 2021-01-01T13:35:44.570302 | 2019-01-23T12:41:49 | 2019-01-23T12:41:49 | 97,582,350 | 0 | 0 | Apache-2.0 | 2018-02-07T16:59:48 | 2017-07-18T09:53:01 | C++ | UTF-8 | C | false | false | 4,510 | h | /*
* This file is part of the GROMACS molecular simulation package.
*
* Copyright (c) 1991-2000, University of Groningen, The Netherlands.
* Copyright (c) 2001-2004, The GROMACS development team.
* Copyright (c) 2010,2014,2015,2016, by the GROMACS development team, led by
* Mark Abraham, David van der Spoel, Berk... | [
"tifonzafel@gmail.com"
] | tifonzafel@gmail.com |
034e6451c2a79de88a6d802d194843a917e174d9 | 32c02fd5e4b5e23d1de5a09c86da64241f20f134 | /n and k.c | 7933651b539165f899b4270ed95e1915a6e7ef90 | [] | no_license | 510suriya/Java_programming | 6f94b4e43dfe2ce25dac0df8e0de640efc14db4a | e77752bb86184eba2834333750fb628b8e276393 | refs/heads/master | 2020-03-21T12:56:50.300852 | 2018-08-12T10:53:27 | 2018-08-12T10:53:27 | 138,579,515 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 332 | c | #include <stdio.h>
int main()
{
int n,k,a[20],sum=0;
printf ("Enter the n");
scanf("%d",&n);
printf ("Enter the k");
scanf("%d",&k);
for(int i=0;i<n;i++)
{
scanf("%d",&a[i]);
}
for(int j=0;j<k;j++)
{
sum=sum+a[j];
}
printf("sum is %d",sum);
... | [
"noreply@github.com"
] | 510suriya.noreply@github.com |
917002170f82fc581013f36edc8e5ab87efc9808 | 4e211538d012c6bade7b9ecd61aa1b82e5f39b75 | /CLient/resource.h | a1618d1cef6d83f9417370baee2dd5460ea644d4 | [] | no_license | sdgdsffdsfff/netimgs | d9eaf27e3c9c7cc8dc5cf225337b59b7dc98ed19 | 93b26a97c4f9ea61f410d99eb8c0aa743c33a604 | refs/heads/master | 2020-12-28T10:33:37.321904 | 2014-08-26T12:37:22 | 2014-08-26T12:37:22 | 39,431,389 | 0 | 1 | null | 2015-07-21T07:41:23 | 2015-07-21T07:41:23 | null | UTF-8 | C | false | false | 753 | h | //{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CLient.rc
//
#define IDD_CLIENT_DIALOG 102
#define IDR_MAINFRAME 128
#define IDC_IPADDRESS1 1000
#define IDC_EDIT_NPORT 1001
#define IDC_EDIT_FILE 10... | [
"911189779@qq.com"
] | 911189779@qq.com |
2d013a0847e4dc0f326948f74753f50e29fe0c46 | cfe69fc556729bdecf2118fa5bc329343c42ed80 | /10.0.10240.16384/ntoskrnl/Functions/ZwEnumerateBootEntries.c | 655fab313fa500d840acd01a8e460e7a939d3c46 | [] | 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 | 92 | c | // ZwEnumerateBootEntries
int ZwEnumerateBootEntries()
{
return KiServiceInternal();
}
| [
"64583248+Empyreal96@users.noreply.github.com"
] | 64583248+Empyreal96@users.noreply.github.com |
0886a175ac49ce08f5611b5c384ec6a6ef59e527 | 09b55d5f672c9060430f101eb2395294f2934857 | /src/rtt2.1/bsp/smartloong/drivers/padconfig.h | 9ae20a17568985745d09f7a8e79cef3aa774b4fa | [
"MIT"
] | permissive | chinesebear/loongprint | 8e2e1b48737a7ebfd31d42759af261b520c925e0 | f6ab10c78cd599cba61d811dc4f05b233d3ce164 | refs/heads/master | 2020-04-15T22:48:17.800396 | 2017-03-21T03:56:51 | 2017-03-21T03:56:51 | 38,666,740 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 600 | h | /*
* File : padcofig.h
* http://www.openloongson.org/forum.php
* description:
* pad multiplex for smart loong(ls1c)
* Change Logs:
* Date Author Notes
* 2015-07-05 chinesebear first version
*/
#ifndef __PAD_H__
#define __PAD_H__
#include "ls1c.h"
#define PAD_MUTI_FIRS... | [
"nuptbear@gmail.com"
] | nuptbear@gmail.com |
4c3bc144fbacf04438a87bd2164ac1ff6b701b59 | 75569ed16c90c7e4081e4ef3e5caafe8a622830f | /stm/stmusbh/usbh_usr.c | 19312c2e400dd715adf5b8a517c2b83fe9ec6ba6 | [
"MIT"
] | permissive | aitjcize/micropython | 22b153e88d2f2c8c44c92ac9b9eeee0396ed385a | 203bc98804dd8ad60476b531f29b6658dcffadcf | refs/heads/master | 2020-05-20T17:56:26.304832 | 2014-04-15T11:52:59 | 2014-04-15T11:52:59 | 18,765,665 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,818 | c | /**
******************************************************************************
* @file usbh_usr.c
* @author MCD Application Team
* @version V2.1.0
* @date 19-March-2012
* @brief This file includes the user application layer
**************************************************************... | [
"damien.p.george@gmail.com"
] | damien.p.george@gmail.com |
6d9be6c95843b36dbfdf91f6b08dc8e90a2a38ca | 588cea00f7800fedc8b634570b75c816958a7c68 | /source/test_stubs/unittest_utilities.c | 210a6c0dd3349a3d4b433346d6d2e015b6238be2 | [] | no_license | kanishuw/ku_test | cf67b4b056190b1b62dc41dfef9458444e803631 | abe0df9285a0bc15a00cb1927ffa3e541b6ed3c9 | refs/heads/master | 2021-01-09T23:42:14.919407 | 2014-02-09T16:11:17 | 2014-02-09T16:11:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,408 | c | /*
* File: main.c
* Author: kevin
*
* Created on October 11, 2013, 5:33 AM
*/
#include <stdint.h>
unsigned long utils_start_timer_value = 0;
float utils_get_elapsed_time_ms_value = 0.0;
float utils_get_elapsed_time_ms_restart_value = 0.0f;
unsigned int utils_elapsed_ms_value = 0;
uint6... | [
"kanishuw@gmail.com"
] | kanishuw@gmail.com |
581d77b59f980367c11f546bca019944c7ac0717 | 5e8c687ef3fa0aed82c10f1347d58fe8ab75355b | /FileSystemDisconBlocks/Header.h | 792182711a2f1064e84d0a9b70c6a45a5b0f0c3f | [] | no_license | HemaSriBusi/MRND-FILESYSTEMS | 8c5ebd0b4fc4476ea57bd361b3e0870394e2ffe1 | 2dd57bea43ae6072c3eccedb9300586f638dfcb0 | refs/heads/master | 2020-06-11T08:46:54.614488 | 2019-06-26T13:16:09 | 2019-06-26T13:16:09 | 193,907,354 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 367 | h | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
#define BLOCKSIZE 16384
#define BLOCKS 6400
#define FILENAMESIZE 20
struct filedata {
char filename[20];
unsigned int blocks;
unsigned int startBlock;
int fileLength;
};
struct metadata {
int magicNum;
struct filedata files[32];
int freespace;
int freeBl... | [
"hemasribusicse@gmail.com"
] | hemasribusicse@gmail.com |
3302445721b1be2368664f9836f9ac86a2125f0b | 7792d0eaa2f7aebf8b545782a0d1399355fbaf5f | /Handle_Tcp.c | 5075886d12858a8b110f239a8570bd1c18968fc2 | [] | no_license | licko/capture | 4f0de0466bdd5372f88bb318fbdf08dbef0751e7 | 8505f76ba9b5acef29c6b760e202a20404905d3b | refs/heads/master | 2020-06-04T02:56:35.119602 | 2013-03-15T04:19:55 | 2013-03-15T04:19:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,030 | c | /********************************************************
* 功能:处理TCP数据函数
* 环境: GCC-4.1.2
* 作者:licko
* 备注:自由软件,主要用于学习、交流、共享。
*******************************************************/
#include "capture.h"
void Handle_Tcp(u_char *argument,const struct pcap_pkthdr * packet_header,const u_char * packet_content)
{
... | [
"287899762@qq.com"
] | 287899762@qq.com |
89ef9cf1129e68bdbbc89fe623911de495f220ff | c30898223301a4b86813f5b166d94e5d16c327a3 | /src/map/lapack2flamec/f2c/c/cunhr_col.c | c7de26df6401b36520c773e0da28335ad9dd5576 | [
"BSD-3-Clause",
"LicenseRef-scancode-other-permissive"
] | permissive | ChumpusRex/libflame | 303d16ac9294496f5fb4047b2229960842031c2d | ec457fb2a9dfb4082a48ceec53b9fbfb44577c04 | refs/heads/master | 2023-03-23T18:54:10.172163 | 2020-11-28T18:50:02 | 2020-11-28T19:08:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,721 | c | /* ../netlib/v3.9.0/cunhr_col.f -- translated by f2c (version 20160102). You must link the resulting object file with libf2c: on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm or, if you install libf2c.a in a standard place, with -lf2c -lm -- in that order,... | [
"Vasanthakumar.Rajagopal@amd.com"
] | Vasanthakumar.Rajagopal@amd.com |
947a1d79ddb6616645001feafe4fd8d337d0b044 | 1080e88e3cbf9d00ec41aef94ab64d42849e87bb | /Contiki-NG/web_server_contiki/web_server_contiki.c | 17f780cbb56d204fd785437e52b8e2d25461488f | [
"MIT"
] | permissive | jugurthab/linux_embedded_articles | d23a287e222b532f773ba2c6fed1ef37b8153a99 | cc0868cf0f84bdf51a3817f0a851cf772400d8c7 | refs/heads/master | 2021-07-13T15:08:03.188267 | 2020-10-01T19:39:13 | 2020-10-01T19:39:13 | 201,663,619 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,696 | c | #include "contiki.h"
#include "net/routing/routing.h"
#include "net/ipv6/uip-ds6-nbr.h"
#include "net/ipv6/uip-ds6-route.h"
#include "net/ipv6/uip-sr.h"
#include "webserver/httpd-simple.h"
#define MAX_SOUND_INTENSITY 150
#define MIN_SOUND_INTENSITY 0
#define MAX_TEMPERATURE_VALUE 75
#define MIN_TEMPERATURE_VALUE 30
... | [
"jugurthabelkalem@gmail.com"
] | jugurthabelkalem@gmail.com |
af7dd66cd2d74c77a4daaf38ac1d440f7a640981 | 8e5251e009cae7c9c70fbe679e55927113201c67 | /Latest Version/code/codegen/mex/rksF/interface/_coder_rksF_info.c | c356865c3322edbf320fee883e685e5ee56a634b | [] | no_license | airsus/TMTDyn | 32e0b0eefc64d3aab6c02f66624a4a150485bf45 | 94ec2f93d110247528a787b8013d4e11672f6d48 | refs/heads/master | 2020-04-20T10:39:25.764222 | 2019-01-19T22:02:31 | 2019-01-19T22:02:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,051 | c | /*
* Academic License - for use in teaching, academic research, and meeting
* course requirements at degree granting institutions only. Not for
* government, commercial, or other organizational use.
*
* _coder_rksF_info.c
*
* Code generation for function '_coder_rksF_info'
*
*/
/* Include files */
#include "... | [
"m.hadi.sadati@gmail.com"
] | m.hadi.sadati@gmail.com |
4035e8b1698967a0e466be8853ef539166337f5e | fc1e95b2f644d7e8f902d362871379075ded40b5 | /comp2521/ass1/testTextbuffer.c | 4e038d5fd0c0d96d9d4fce5ea91ced8587007cee | [] | no_license | Walter-White-Heisenberg/UNSW | f07cb57fc7c5ecfdc6d531022fae4d971254db0a | 02586b4bd9af43e52077d6a222c9ead914e20d7f | refs/heads/master | 2020-12-20T01:54:02.091252 | 2020-01-24T03:05:23 | 2020-01-24T03:05:23 | 235,921,742 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,379 | c | // testTextbuffer.c
// A stub file for you to test your textbuffer implementation.
// Note that you will NOT be submitting this - this is simply for you to
// test your functions as you go. We will have our own testTexbuffer.c
// for testing your submission.
#include <assert.h>
#include <stdbool.h>
#include <stdio.h... | [
"z5231701@student.unsw.edu.au"
] | z5231701@student.unsw.edu.au |
4597935922ee4ef372df26f5e30f19a8949c2f75 | 4483b10028c73fc49a518be4a2bcb56848d8786b | /ios/Google Cardboard Demo/Mecha-Mecha/Classes/Native/UnityEngine_UnityEngine_Font.h | fe0fb85c2ced7e5073e8eb34102d39f7eb8f3705 | [] | no_license | nchavez324/es50_final_project | aa8202470b59be1ddc25e78a3e1712708f5b00c4 | be1b8f9849d1ff4a845a137eefecb49df27f2e1c | refs/heads/master | 2021-01-10T07:03:26.885783 | 2020-12-03T16:02:23 | 2020-12-03T16:02:23 | 47,363,409 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 704 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Action`1<UnityEngine.Font>
struct Action_1_t394;
// UnityEngine.Font/FontTextureRebuildCallback
struct FontTextureRebuildCallback_t545;
#include "UnityEngine_UnityEngine_Ob... | [
"nchavez324@yahoo.com"
] | nchavez324@yahoo.com |
9a1eaa798e309e846fb6b4150b617a112281bb01 | b3fd8a43c890c4c689135e29521139a1640e866d | /trab01/main.c | a488ee23bc93ef8525c7347d1b77a783425b9090 | [] | no_license | lcnzg/mc404 | e2299cea5ede2fb62884ea378f6de859212f2a79 | fc53b1bb7a4874fd6b6cacdb89b47de106eed08f | refs/heads/master | 2021-03-27T14:15:37.699660 | 2018-02-24T04:13:18 | 2018-02-24T04:13:18 | 99,228,991 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 764 | c | #include "montador.h"
#include <stdio.h>
/* Retorna:
* 1 caso haja erro na montagem;
* 0 caso não haja erro.
*/
int main(int args, char** argv)
{
int ret = 0;
if (args < 2) {
printf("Você deve passar o nome do arquivo como parâmetro!\n");
return 1;
}
char entrada[4096 + 1];
FILE *fp = fopen(ar... | [
"lcnzg@users.noreply.github.com"
] | lcnzg@users.noreply.github.com |
c4dcbbc48fb59c025fc3d02398b9e0fabf6b5fc0 | 7a1f6eaeccff0f0b2b9cb7d2a68f78fc011ab4ab | /get_next_line_bonus.h | 39259cfb6f86ad75a7c838db32fa918b20617664 | [] | no_license | lugonzalg/GNL_2.0 | 544d8e406d05b1ffa06575651e10699b47d0fdeb | 9b86098bcea0253b106cf3567ea844d00122fb08 | refs/heads/master | 2023-06-20T18:35:50.782607 | 2021-07-29T10:21:58 | 2021-07-29T10:21:58 | 390,684,647 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 301 | h | #ifndef GET_NEXT_LINE_BONUS_H
# define GET_NEXT_LINE_BONUS_H
char *get_next_line_bonus(int fd);
int len_c(char *str, char c);
char *ft_strchr(char *str, char c);
char *strjoin(char *str1, char *str2);
char *cutstr(char *str, int start, int len, int on);
char *ret_val(int size, char *line);
#endif
| [
"lugonzal@c3r4s4.42urduliz.com"
] | lugonzal@c3r4s4.42urduliz.com |
2568c3230b6ff17f76cedccf4b5a2df4b692c96f | 44a13b1d26f0511c09b46efafdf04edab9be0ada | /PT-helper-v0.0.5/Header_Files/text_color.h | 629969759d0ea47d3b4634b023e1e4a03e7ce428 | [] | no_license | yebk/PT-Helper | 088c26170bcab40b517f9d8e05b6cec236e4db38 | 19e755b60e9467c54216a510291969cea2e178e5 | refs/heads/main | 2023-01-11T23:43:13.313369 | 2020-11-07T09:51:01 | 2020-11-07T09:51:01 | 304,349,828 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 116 | h | #ifndef __TEXT_COLOR_H_
#define __TEXT_COLOR_H_
void set_color_text(const int k);
void reset_color_text();
#endif
| [
"yebk76@gmail.com"
] | yebk76@gmail.com |
58a4920d4378351dd620c69200e6f524c3b58046 | 39d8ece183f84c6dc0c3ee45df8c3c8fa356163f | /liancancai/courseware/c/7th/1_int_arr.c | a625d5775e29c7bf3e14792f531e8d15657bdb19 | [] | no_license | cyysu/Study | 2f785943334e51f8b70e1fb057a880a408347374 | 489bbf11d03940007d37e3e77eeb0bf5da2f5cb9 | refs/heads/master | 2021-01-12T05:37:49.346902 | 2016-12-11T09:19:50 | 2016-12-11T09:19:50 | 77,150,994 | 4 | 0 | null | 2016-12-22T14:29:47 | 2016-12-22T14:29:46 | null | UTF-8 | C | false | false | 413 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
int main(void)
{
int i;
int a[5];
char s[10] = {};
// => hello
// =?> %s hello
for (i = 0; i < 5; i++)
{
printf("please input %d nunber : ", i + 1);
scanf("%c", &s[i]);
while (getchar() != '\n')
;
}
printf("s = %s\n", s);
/*
*for (i =... | [
"liancancai001@163.com"
] | liancancai001@163.com |
77dc01cc3224c2d090e505da05fa08af99a794cc | 0670082e19a9f9cbb6b5ddf87fbae8403784ac09 | /tourniquet.h | 7d1489c58b7dc83ba60a8444e665d91c9ef541b4 | [] | no_license | Yann0511/round-robin | 8c36501ef0126376f6887d595db4cfa3465d561b | 00fc613d9bc3d74e137db90abc17c9be09dccc25 | refs/heads/main | 2023-02-01T01:52:00.794716 | 2020-12-17T16:40:53 | 2020-12-17T16:40:53 | 321,202,541 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 623 | h | #ifndef TOURNIQUET
#define TOURNIQUET
#define EXECUTE 1
#define NOT_EXECUTE 0
#define BLOQUER 2
#include <stdlib.h>
typedef struct
{
int id ;
int AT ;
int BT ;
int CT ;
int TAT ;
int WT ;
int RT ;
int status ;
}Process ;
Process * scan_process(int id) ;
void calc(Process **tab , int... | [
"yannkellyolou@gmail.com"
] | yannkellyolou@gmail.com |
b334e7559534f6a63efff4810a46ac720e3ef495 | 9980de4267127b2ef8452af164387526dc1ca483 | /platform/Device/SiliconLabs/EZR32WG/Include/em_device.h | dcb4cf52fe8c26d83680082f5ac50c40da627d36 | [] | no_license | a-v-s/Gecko_SDK | 74df2d4cace0da22cdc382102e65f489b7d33a25 | f32fba67c98aa7f447708424ad2aa9519bc57fd2 | refs/heads/master | 2022-02-25T18:03:15.036123 | 2019-09-01T12:53:02 | 2019-09-01T12:53:02 | 186,304,303 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,650 | h | /***************************************************************************//**
* @file
* @brief CMSIS Cortex-M Peripheral Access Layer for Silicon Laboratories
* microcontroller devices
*
* This is a convenience header file for defining the part number on the
* build command line, instead of specifying t... | [
"andre@philosopher.it"
] | andre@philosopher.it |
b9889ed6416e005fd18e1915ce9abc57ac712400 | 2eae9cd4ea6c55af20a0f7e35f0dbd31a88f023a | /EOS/include/x86/idt.h | 72979991b86f47a9f7a99ac78c921f6b34ad6714 | [] | no_license | oracekpakpo/os | 28a7c98ece06eaf38e9f80ecfadd5ca08353bcd5 | 5c040479b416766812dbda8c40e1855417e42d05 | refs/heads/master | 2020-03-22T19:02:30.855756 | 2018-12-07T16:11:46 | 2018-12-07T16:11:46 | 140,500,025 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 941 | h | #ifndef __IDT_H__
#define __IDT_H__
#include <types.h>
#include <io.h>
#define idt_size 256
#define intgate 0x8e
#define trapgate 0xef
#define IMR 0x21
#define IRQ_0 0x01
#define IRQ_1 0x02
#define IRQ_2 0x04
#define IQR_3 0x08
#define IRQ_4 0x10
#define IRQ_5 0x20
#define IRQ_6 0x40
#define IRQ_7 0x80
struct sys_i... | [
"noreply@github.com"
] | oracekpakpo.noreply@github.com |
d433b9fc07ddbd2997f2db50bc62bb481dd9d67e | fae45a23a885b72cd27c0ad1b918ad754b5de9fd | /benchmarks/shenango/parsec/pkgs/libs/ssl/src/crypto/asn1/asn_pack.c | f1a5a056322766f8e782f771b65b753050ecd2bb | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-proprietary-license",
"OpenSSL",
"Apache-2.0",
"MIT",
"LicenseRef-scancode-free-unknown"
] | permissive | bitslab/CompilerInterrupts | 6678700651c7c83fd06451c94188716e37e258f0 | 053a105eaf176b85b4c0d5e796ac1d6ee02ad41b | refs/heads/main | 2023-06-24T18:09:43.148845 | 2021-07-26T17:32:28 | 2021-07-26T17:32:28 | 342,868,949 | 3 | 3 | MIT | 2021-07-19T15:38:30 | 2021-02-27T13:57:16 | C | UTF-8 | C | false | false | 5,882 | c | /* asn_pack.c */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 1999.
*/
/* ====================================================================
* Copyright (c) 1999 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
*... | [
"nilanjana.basu87@gmail.com"
] | nilanjana.basu87@gmail.com |
25c7d94a20320d4ac3b526b02d6cdbe39f07884c | 5faf96bfeaa0c45e4c4b9327c777825ef8c91d5b | /common/5.statebl/6.EFSM/2.example/state_startup/startup.c | 62fafe40a52f05dbd1b0ec8f398468840e53fab0 | [] | no_license | dadalaohua/code_skills | ed928f3f410c02e8f91f306bb587fef9751a279a | db31dff889752f0393c86a4c96d13c136718fd8a | refs/heads/master | 2023-01-24T10:37:49.655746 | 2023-01-01T04:16:07 | 2023-01-01T04:16:07 | 188,652,540 | 3 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,797 | c | /*
* MIT License
*
* Copyright (c) 2019 极简美 @ konishi5202@163.com
*
* 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 ... | [
"root@Linux-host.(none)"
] | root@Linux-host.(none) |
f02baf4f4d5a46489db416feb1b4cd88a88f5c5b | 0c65eead5b7076e042c1c4800ece7e61e99f2ba7 | /Data_Structure/Cprogramming/ch6_Stack_application/linkedstack.h | ab28c5ab7be530093331246c3773747b4d726301 | [] | no_license | LeeSM0518/TIL | 3826a432b73945ebea302eef6429a93b6baa1f4f | 463d7e056b0083047f3e33d705d77f014947f982 | refs/heads/master | 2021-06-28T07:26:20.215835 | 2020-09-25T14:16:00 | 2020-09-25T14:16:00 | 149,553,733 | 3 | 3 | null | 2019-02-14T13:16:25 | 2018-09-20T05:00:06 | Java | UTF-8 | C | false | false | 585 | h | // 모듈화 프로그래밍
#ifndef _LINKEDSTACK_
#define _LINKEDSTACK_
typedef struct LinkedStackNodeType
{
char data;
struct LinkedStackNodeType* pLink;
}LinkedStackNode;
typedef struct LinkedStackType
{
int currentCount;
LinkedStackNode* pTop;
}LinkedStack;
LinkedStack* createLinkedStack();
int pushLS(LinkedStack* pStac... | [
"nalsm98@naver.com"
] | nalsm98@naver.com |
11dad99aaf2566bb98f33fb357d0846e328b8355 | b8eadf85488db6a75dbe64d7fde5eb0233a0be22 | /src/tools.h | b434031ca54c61b5377d84cb199bf01da2f82b24 | [] | no_license | venkatarajasekhar/hcluster | 452d1b1c10cdaa81450af11b98fd509a0beb5f64 | fd947efb660b304d8d4022b016cd6fb6325c39ad | refs/heads/master | 2020-06-13T11:05:59.875741 | 2016-07-17T20:43:48 | 2016-07-17T20:43:48 | 75,388,449 | 0 | 0 | null | 2016-12-02T11:38:57 | 2016-12-02T11:06:40 | C++ | UTF-8 | C | false | false | 2,744 | h | #ifndef _TOOTLS_SONGLH
#define _TOOTLS_SONGLH
#define EXEC_PROGRAM "hclustering"
#define DENSE_INPUT 'D'
#define SPARSE_INPUT 'S'
#define JACCARD_DISTANCE_TYPE 'J'
#define EUCLID_DISTANCE_TYPE 'E'
#define MATRIX_DISTANCE_TYPE 'M'
#define DIR_DISTANCE_TYPE 'D'
#define SINGLE_LINKAGE_ALGORITHM 'S'
#def... | [
"songlinhai0543@gmail.com"
] | songlinhai0543@gmail.com |
05abc26f2b5a9a7c9a140da506834d9899aa66ce | a2bd9435e0010b12ceb6d0ccb16a3d5ef2c747d0 | /motor.c | 7a227b7312b7155c265352a4465ded8d77a7fa94 | [] | no_license | CSchlipp/xiaomi-1080-360-motor-control | 4363195953246bfd8b222df761401542d4d2c263 | ea1259518f10fec67125c00d813abedda40ee5a4 | refs/heads/master | 2021-04-15T02:26:47.262998 | 2020-02-25T13:37:07 | 2020-02-25T13:37:07 | 249,287,175 | 4 | 0 | null | 2020-03-22T22:49:30 | 2020-03-22T22:49:29 | null | UTF-8 | C | false | false | 1,601 | c | #include <stdio.h>
#include <unistd.h>
#include <inttypes.h>
#define MAX_LEFT 66
#define MAX_RIGHT 66
#define MAX_DOWN 13
#define MAX_UP 20
int mmotor(int motor, int direction, int steps) {
// motor = 1,2
// direction 1,2
motor_init();
switch (motor) {
case 1:
motor_h_dir_set(direction);... | [
"noreply@github.com"
] | CSchlipp.noreply@github.com |
2d9b770be322975c9677c5898dd672813a78bf20 | e832eed853ef9668ad242c5b8c3f0b23ee576eb3 | /examples/touch/touchdemo.c | 97aec27c3d2cb378178e54b8577494de7da604f2 | [] | no_license | EnergyMicro/EFM32WG_STK3800 | a11b332e2c4ca47f197827b227eeb49667406c8b | 7b3b87e8fd3e896971c19bb840c90f2673d6367d | refs/heads/master | 2016-09-06T00:18:46.377793 | 2013-06-21T11:58:03 | 2013-06-21T11:58:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,432 | c | /**************************************************************************//**
* @file
* @brief Cap sense touch demo for EFM32WG_STK3800
* @author Energy Micro AS
* @version 3.20.0
******************************************************************************
* @section License
* <b>(C) Copyright 2012 En... | [
"marius@grannaes.org"
] | marius@grannaes.org |
03751f0d8d56ceca4a40a5a770ef32ddac97fc33 | 55540f3e86f1d5d86ef6b5d295a63518e274efe3 | /components/platform/soc/bl808/bl808_std/BSP_Common/lcd/mipi_dpi/ili9488_dpi.h | 63e8bab3a9857a7915ec36aa19f8834d6b502d62 | [
"Apache-2.0"
] | permissive | bouffalolab/bl_iot_sdk | bc5eaf036b70f8c65dd389439062b169f8d09daa | b90664de0bd4c1897a9f1f5d9e360a9631d38b34 | refs/heads/master | 2023-08-31T03:38:03.369853 | 2023-08-16T08:50:33 | 2023-08-18T09:13:27 | 307,347,250 | 244 | 101 | Apache-2.0 | 2023-08-28T06:29:02 | 2020-10-26T11:16:30 | C | UTF-8 | C | false | false | 2,914 | h | /*
* Copyright (c) 2016-2023 Bouffalolab.
*
* This file is part of
* *** Bouffalolab Software Dev Kit ***
* (see www.bouffalolab.com).
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
* 1. Redistribut... | [
"qwang@bouffalolab.com"
] | qwang@bouffalolab.com |
4fda36a6e5773ca987a7f565e22edbddbc8d4854 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/fs/gfs2/extr_rgrp.c_gfs2_testbit.c | 4ed2dce5d9be8b0fcdf35e7d45bfbbe2bb436419 | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,209 | c | #define NULL ((void*)0)
typedef unsigned long size_t; // Customize by platform.
typedef long intptr_t; typedef unsigned long uintptr_t;
typedef long scalar_t__; // Either arithmetic or pointer type.
/* By default, we understand bool (as a convenience). */
typedef int bool;
#define false 0
#define true 1
/* Forward d... | [
"brenocfg@gmail.com"
] | brenocfg@gmail.com |
03450a608b7b447fe1bba53f6badc9d31ec3927b | 27af9615d5097fb995cef193b5096df68ca21138 | /src/reader.c | 6614451c245b3221bb4da52e7a6a6f9672e606c5 | [] | no_license | alexandre10044/109titration | 14ff2e891fb80b6d2b14479a89fa60b00db42a4e | 7b01997787b5db025ee428c9c5e85437b5e6e12f | refs/heads/master | 2020-03-08T00:58:30.801927 | 2018-04-23T20:22:33 | 2018-04-23T20:22:33 | 127,818,333 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 787 | c | /*
** EPITECH PROJECT, 2018
** reader.c
** File description:
**
*/
#include "titration.h"
char *read_file(const char *file_name)
{
int fd = open(file_name, O_RDONLY);
char *buff = malloc(sizeof(char) * 4096);
int offset = 0;
if (fd <= 0 || buff == NULL)
return (NULL);
while (read(fd, buff + offset, 1) > 0 && ... | [
"@"
] | @ |
59c333a7c596e84f7b5d4cafc51ef9c4fe796b39 | 1f8775fca127fd251a135c6ea6cd4ece3c449c53 | /asn1c/rtxsrc/rtxMemBuf.c | 760717f5a2443643b4966c528c0d83ce771cf9f0 | [] | no_license | MobiFun/Comba_IUH | 130237c7eb425c99eddb7bb36e809be75e96dae1 | 4ed578d38fec856b9d55cd0290a68760ce876db9 | refs/heads/master | 2020-04-22T11:24:27.289829 | 2021-11-29T00:46:42 | 2021-11-29T00:46:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,754 | c | /*
* Copyright (c) 2003-2009 Objective Systems, Inc.
*
* This software is furnished under a license and may be used and copied
* only in accordance with the terms of such license and with the
* inclusion of the above copyright notice. This software or any other
* copies thereof may not be provided or otherwise ma... | [
"jlcbj@126.com"
] | jlcbj@126.com |
69b077a4acdfbb829d1be09e15b1e57cab603e73 | c7b4e42159087d5dece60fb117fa408b1fa1ec9c | /0x06-pointers_arrays_strings/7-leet.c | 589dde93eba5178f797e7d80b94fc8ae389c7267 | [] | no_license | vik407/holbertonschool-low_level_programming | 09a0a8fa714b2096d098def76bf1be4b965adc73 | f1fad7999939294593c8b3e2a2d434615bf6e216 | refs/heads/master | 2020-07-28T08:02:38.381888 | 2020-05-06T04:55:13 | 2020-05-06T04:55:13 | 209,358,529 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 367 | c | #include "holberton.h"
/**
* leet - function that encodes a string into 1337.
*
* @s: input string
* Return: 1337 string
*/
char *leet(char *s)
{
int i, j;
char r[] = "aAeEoOtTlL";
char l[] = "43071";
i = 0;
for (i = 0; s[i] != '\0'; i++)
{
for (j = 0; r[j] != '\0'; j++)
{
if (s[i] == r[j])
{
... | [
"vik407@gmail.com"
] | vik407@gmail.com |
b9c750342045694d1e5e7f6fc2a55df7f724a9b0 | b6dcde330e857f2d745c4107e0138581756223a9 | /0x05-pointers_arrays_strings/0-reset_to_98.c | 6b571a6060ba72fa89925360fd79999b67dcb4bf | [] | no_license | Njoroge94/alx-low_level_programming | e72a5fbb260caea5dc3b80a8343a8a60f02ac0fb | 3878812890c1b208b2df08667d85b8d1f67ca2dc | refs/heads/main | 2023-08-16T00:40:40.417006 | 2021-10-11T10:00:01 | 2021-10-11T10:00:01 | 336,205,468 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 157 | c | #include "holberton.h"
/**
*reset_to_98 - changing the value of a parameter through pointers
*@n: the parameter
*/
void reset_to_98(int *n)
{
*n = 98;
}
| [
"rimorearchie04@outlook.com"
] | rimorearchie04@outlook.com |
d83ec0e8ff02f83542a6bb996cf8189d4c6315b1 | 2434e6f68dd1b3c7dd2dc7b79475c74ee3e0b8c3 | /split_part.c | 877fb3362ef29134353704a958e7e21036bcc62a | [] | no_license | AthenaStacy/gadget_analysis | 19304878af407d66796b53c27244e6b69bfef917 | b962e021ed7e9a5e477bebc40e2b6508bfd73788 | refs/heads/master | 2022-02-24T05:18:16.631091 | 2022-02-17T02:07:56 | 2022-02-17T02:07:56 | 62,155,308 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,844 | c | //Adds gamma values of the particles to a new snapshot file
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#define MAXREF 20
int write_snapshot(char *fname, int files, char *outname, double delx, double dely, double delz, double dmax, int nnew);
int reordering(void);
int unit_conversion(... | [
"athena.stacy@gmail.com"
] | athena.stacy@gmail.com |
0b362655126b483775772b232269cc99d52c1737 | 4b19135464a032c1d5271cd1ae58afb21df38584 | /Samples/C++/DirectShow/Misc/Mapper/resource.h | ca26601cbaed5a9dd521bfffbeede8fdc6d5d477 | [] | no_license | sjk7/DX90SDK | f47cebbba53133923880004bc6e3a33cff1fe895 | dd155425badb2cd3993c27f869efc007764e599b | refs/heads/master | 2021-08-26T07:47:03.826451 | 2021-08-12T05:03:03 | 2021-08-12T05:03:03 | 253,911,891 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,926 | h | //{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Mapper.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_MAPPER_DIALOG 102
#define IDR_MAINFRAME ... | [
"radiowebmasters@gmail.com"
] | radiowebmasters@gmail.com |
d20151ccd2ea43e19730b647d46b67fe691ad877 | 204cd3d094c05bd7f567021db2e015937de88347 | /DAY10/ex05/ft_is_sort.c | 807a6da839ee01d5b22f600f195896448948aa90 | [] | no_license | azurwastaken/Piscine-42-2017 | 8a63b5123c1cf008b4bdbcc16272d1c9d796574b | 507d21ab9aeed01df4eaa781187c4b53ab43647b | refs/heads/master | 2021-06-20T16:02:18.001944 | 2017-07-27T07:49:45 | 2017-07-27T07:49:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,270 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_is_sort.c :+: :+: :+: ... | [
"mcaseaux@student.42.fr"
] | mcaseaux@student.42.fr |
6edf09b6465988bee0bf21efe37bfbb58b84b3fd | 6a69d57c782e0b1b993e876ad4ca2927a5f2e863 | /vendor/samsung/common/packages/apps/SBrowser/src/chrome_elf/create_file/chrome_create_file.h | df38986ce908fe123f51005a54b4bd334b1be20d | [
"BSD-3-Clause"
] | permissive | duki994/G900H-Platform-XXU1BOA7 | c8411ef51f5f01defa96b3381f15ea741aa5bce2 | 4f9307e6ef21893c9a791c96a500dfad36e3b202 | refs/heads/master | 2020-05-16T20:57:07.585212 | 2015-05-11T11:03:16 | 2015-05-11T11:03:16 | 35,418,464 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,484 | h | // Copyright 2014 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.
#ifndef CHROME_ELF_CREATE_FILE_CHROME_CREATE_FILE_H_
#define CHROME_ELF_CREATE_FILE_CHROME_CREATE_FILE_H_
#include <windows.h>
#include "chrome_elf/chro... | [
"duki994@gmail.com"
] | duki994@gmail.com |
c87e4c0356f46338d482e68b88478eb13aa4db53 | de8c0ea84980b6d9bb6e3e23b87e6066a65f4995 | /3pp/linux/drivers/misc/habanalabs/include/goya/asic_reg/tpc3_rtr_regs.h | 34a438b1efe5d7598273f79f9ae4db3c317266b4 | [
"MIT",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | eerimoq/monolinux-example-project | 7cc19c6fc179a6d1fd3ec60f383f906b727e6715 | 57c4c2928b11cc04db59fb5ced962762099a9895 | refs/heads/master | 2021-02-08T10:57:58.215466 | 2020-07-02T08:04:25 | 2020-07-02T08:04:25 | 244,144,570 | 6 | 0 | MIT | 2020-07-02T08:15:50 | 2020-03-01T12:24:47 | C | UTF-8 | C | false | false | 12,352 | h | /* SPDX-License-Identifier: GPL-2.0
*
* Copyright 2016-2018 HabanaLabs, Ltd.
* All Rights Reserved.
*
*/
/************************************
** This is an auto-generated file **
** DO NOT EDIT BELOW **
************************************/
#ifndef ASIC_REG_TPC3_RTR_REGS_H_
#define ASIC_REG_TPC3... | [
"erik.moqvist@gmail.com"
] | erik.moqvist@gmail.com |
c0c8b107640d6a4567c97e547723a3b0fe5dc5d7 | 7bfd7f4f751879e3e9c62b7dc83efa9d5795d402 | /plrtest/plr_err_handling.c | 16c1dd9c4c7964a4ee142128df29fb47665f32ab | [
"MIT"
] | permissive | dibowei/lk | 015926977b5518a270134c09afd3343f10429326 | 97b4a1c07b0cf77778146510f8c3f2db5c6d06e5 | refs/heads/master | 2021-05-30T09:44:15.718392 | 2015-10-29T01:56:40 | 2015-10-29T01:56:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,089 | c | /*
* Copyright (c) 2013 ElixirFlash Technology Co., Ltd.
* http://www.elixirflash.com/
*
* Powerloss Test for U-boot
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundat... | [
"jaehyek@gmail.com"
] | jaehyek@gmail.com |
2ae57c12ccfa42c35010dd99dbc84230a8b36889 | 1f9f9325a4f8f850f16830ceb06ec40f3faec3ef | /sample/mcetest/sample_mce_dvb.c | 0651d3eba52568960cc82df5f8e4b144581c7f0c | [] | no_license | dulcet/hisi | 05f60a9d373a7a0c513bdabfe9a7a755d24852cb | 8a4f5e82428f0553c2635d437beb59959d8781c0 | refs/heads/master | 2020-07-27T09:01:43.686198 | 2017-11-22T10:28:56 | 2017-11-22T10:28:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,525 | c | /******************************************************************************
Copyright (C), 2001-2011, Hisilicon Tech. Co., Ltd.
******************************************************************************
File Name : mce_dvb.c
Version : Initial Draft
Author : Hisilicon multimedia softw... | [
"waylee@orientview.com"
] | waylee@orientview.com |
fee2f603c259a1d8ff9b95de688c3ede613ae71b | e733afbffa90c8c5c07f43575416f7679d0736e5 | /3D-to-2D-Proyection/bresenham.h | ed26b58a707e55741ea5a087b45d679298ea4f86 | [] | no_license | IvanovskyOrtega/Computer-Graphics | 82226594e04b3ff16e713490cf04a8513cd53c0e | 10bc77391f4f4fc25860df7a254f9adc997a291a | refs/heads/master | 2021-01-12T18:34:35.877121 | 2019-03-12T04:49:14 | 2019-03-12T04:49:14 | 81,382,469 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,357 | h | #ifndef _FUNCTIONS_H_
#define _FUNCTIONS_H_
struct point
{
double x;
double y;
double z;
double w;
}Point;
unsigned char *** createRaster();
void transform3D(int n, struct point *Points3DH);
void scaleAndTranslate( int n, struct point * Points, double cX, double cY, double cZ );
void mainBresenham( int n, struct ... | [
"ivanovskyortega@gmail.com"
] | ivanovskyortega@gmail.com |
618be2d457c0cba6152ab2d69f32aec8304f6d3a | d661b526a326f9cc7c9ada9401a7f59d2ee81160 | /dawn_project/webserver.h | 3ff3534e5598e54e9e1eee1378087fbfc0e601dd | [] | no_license | paolosabatino/dawn-project | af144553fbfcaa5eccc871f773ffe7aca5a0d6ba | 13f7ec5c0076a6c02fd967ac162b9d23df3c700e | refs/heads/master | 2020-04-12T17:11:20.153889 | 2019-07-28T16:06:20 | 2019-07-28T16:06:20 | 162,637,242 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 93 | h | void serverSetup(struct Config *);
void serverHandleClient();
extern uint16_t working_mode;
| [
"paolo.sabatino@gmail.com"
] | paolo.sabatino@gmail.com |
e7a2d397b93c5ed7da6400c59e3e839d441b6a7e | 3a0fd458f253a2284cb58608822c108a8601a553 | /FCTRL2/FCTRL2-12223435.c | 58611cd7b34022ae5242f40139ac16e5786f7dbd | [] | no_license | shahsid104/Spoj | df87a6017098828c29e0e03965c8be8247e1cec9 | 3f31829d66463b5ecd6623ff724bbb92e2bd88d0 | refs/heads/master | 2021-04-26T15:58:27.894539 | 2016-10-17T16:01:37 | 2016-10-17T16:01:37 | 71,153,790 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 460 | c | #include <stdio.h>
int main(void) {
// your code goes here
int n,cy=0;
int arr[100000],j,num,m,i,x,count=0;
scanf("%d",&n);
while(n--)
{
scanf("%d",&num);
arr[0]=1;
m=1;
cy=0;
count=0;
for(j=1;j<=num;j++)
{
for(i=0;i<m;i++)
{
x=cy+arr[i]*j;
arr[i]=x%10;
cy=x/10;
}
while(cy!=... | [
"Sid Shah"
] | Sid Shah |
b40cc019ecf06c9cca15a3160e3aba752b7b47ff | 64c974ee1fd1f9aafa9f68bfedbdfbdd28a297ae | /moves.h | 6fd8cc5eab60984e87b630fba976a2bed587c7bb | [
"MIT"
] | permissive | isvasilev/Naive-chess | 7ce40d699efd0d0b810e99f8eea1fcb59f0db561 | 9b059eba3270a818f1054218866aeb4d0ac31906 | refs/heads/master | 2020-05-17T10:34:51.317135 | 2019-04-26T17:28:42 | 2019-04-26T17:28:42 | 183,660,207 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 251 | h | #ifndef MOVES_H_INCLUDED
#define MOVES_H_INCLUDED
#include "data.h"
void put_piece(uint8_t square, unsigned short index);
void make_move(Move move, Position &next_position);
void unmake_move(Move move);
#endif // MOVES_H_INCLUDED
| [
"noreply@github.com"
] | isvasilev.noreply@github.com |
f59243b03337255a7e47aaacb4ebb01544a4842c | 05efcc2b52872b257032d90dfa0ee11283e52fbe | /vim-8.1.0875/src/vim-basic/if_lua.c | 2856f6a7ab059264e7923795868c8e75d21eb87b | [
"Vim"
] | permissive | Delcior/linux3 | b72a1c2561d920a01e037c69f159daee043dfcb9 | 1dd601ad3155dc2673766aca52fc5d7f957ca83c | refs/heads/main | 2023-06-01T10:06:10.865136 | 2021-06-09T21:52:44 | 2021-06-09T21:52:44 | 375,486,019 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11 | c | ../if_lua.c | [
"root@localhost"
] | root@localhost |
e8d4d03b4043d168f30dd580a4463391b5afdd8d | 8e909644aba965b0c24822a1c1038308cb7f9e27 | /android-gif-drawableLib/jni/gif.h | d621157e3721e58f1b99d5e3373433712c9ef996 | [
"BSD-3-Clause",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | won21kr1/workspace_android_sample3 | a0e937644eb9025ed686cc7add97209cd464ef9d | 33e9bbf36a09086f8c4877f0806b725cb5bf2b77 | refs/heads/master | 2021-01-15T11:49:04.837750 | 2014-04-16T02:26:33 | 2014-04-16T02:26:33 | 18,823,927 | 0 | 1 | null | null | null | null | UTF-8 | C | false | true | 5,826 | h | /* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
#include <time.h>
#include <stdio.h>
#include <limits.h>
#include <stdlib.h>
#include <malloc.h>
#include <stdbool.h>
#include <string.h>
#include <limits.h>
#include "giflib/gif_lib.h"
//#include <android/log.h>
//#define LOG_TAG "libgif"
//#... | [
"won21kr1@gmail.com"
] | won21kr1@gmail.com |
bb8b70c1667a0a9b7cb7b5d3ce5327433169fe0c | eb69926f96eb4e27e4c1446fb14bc98b633470e7 | /转矩控制程序/VCU_CS75_10_9_SteeringTorque_ec5744_rtw/VCU_CS75_10_9_SteeringTorque.h | cfd5fe9a59dc8ed9a6d5121fd7fe3be965d9e7b0 | [] | no_license | TJ2012Bing/CS75Code | 2ad0cf2824d57b148e8ccf5990f7b68f4f9c117e | 33c0a8267ce77e31cc00911414b0de6bc8ce1218 | refs/heads/main | 2023-04-03T01:01:41.927161 | 2021-04-15T11:13:38 | 2021-04-15T11:13:38 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 171,543 | h | /*
* Code generated for Simulink model VCU_CS75_10_9_SteeringTorque.
*
* FILE : VCU_CS75_10_9_SteeringTorque.h
*
* VERSION : 1.2647
*
* DATE : Mon Nov 02 10:46:06 2020
*
* Copyright 2011-2017 ECUCoder. All Rights Reserved.
*/
#ifndef RTW_HEADER_VCU_CS75_10_9_SteeringTorque_h_
#define RTW_HEADER_VCU_CS7... | [
"bitzhaijiankun@163.com"
] | bitzhaijiankun@163.com |
849cf5ce19cdf3f0e768c6234ecff666c0f5b794 | f79e53aedab9c74ae9bdd9f0bc652d17b303de63 | /mantis-1.0-beta/src/tools/cortex/util/bionet-resource.h | f98e9343db7b8f9f1e89021879be7e619dafbae9 | [
"BSD-3-Clause"
] | permissive | ghostandthemachine/mantis-os | 063490389a3cf6b445e3b1df38e0196e9a4632ce | 848d97ff3f55b76c073eb622ad48536ee1eb7883 | refs/heads/master | 2021-01-01T19:25:33.031047 | 2011-05-31T23:54:24 | 2011-05-31T23:54:24 | 1,829,303 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,045 | h |
#ifndef __BIONET_RESOURCE_H
#define __BIONET_RESOURCE_H
#include <stdint.h>
#include <sys/time.h>
#include <glib.h>
#include "bionet-util.h"
typedef enum {
BIONET_RESOURCE_FLAVOR_INVALID = 0,
BIONET_RESOURCE_FLAVOR_SENSOR,
BIONET_RESOURCE_FLAVOR_ACTUATOR,
BIONET_RESOURCE_FLAVOR_PARAMETER
} b... | [
"jonrose08@gmail.com"
] | jonrose08@gmail.com |
6392262bfb3f0339b9ac47619178489a9fd7be53 | 64ff1ed19376504536817f3d5034b6757f03c537 | /clicks/g2c/lib/include/g2c.h | a7a140bc7a2f83712c58a5d5b0e335968ef2e2da | [] | no_license | KWest-WRD/mikrosdk_click_v2 | 69efc8eaa8de5990a5aad78ebae5bfd3b9c0d20f | 9c97d8ed79fc6ddf690e4b911de149aea3d5eebf | refs/heads/master | 2022-12-23T07:30:26.894879 | 2020-10-02T14:08:52 | 2020-10-02T14:08:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,156 | h | /*
* MikroSDK - MikroE Software Development Kit
* Copyright© 2020 MikroElektronika d.o.o.
*
* 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 ... | [
"katarina.kaca.perendic@gmail.com"
] | katarina.kaca.perendic@gmail.com |
51eb681250c5afa31a34c2994f3db7b578a5f8e3 | 39e9ff573ab4b0cfbe6c55921de8f8cf68f434f7 | /LinkedList/addatpos.c | 7d748c76ec5dd4a675ef190eaa86ef1cc6f3688b | [] | no_license | JohnyDev42/DS | f51d8f77cf3a7735aa051adc0e5a7f505d73c054 | fb6bcbbf9fa0d94d0844660902fbf6a27e000f76 | refs/heads/master | 2021-06-10T22:07:59.512189 | 2021-06-05T02:19:28 | 2021-06-05T02:19:28 | 149,423,990 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 443 | c | struct node *addatpos(struct node *head,int data,int pos)
{
struct node *temp,*latest;
int i;
temp=start;
for(i=1;i<pos-1&&temp!=NULL;i++)
temp=temp->next;
if(temp==NULL)
printf("There is no such Position\n");
else
{
latest=(struct node *)malloc(sizeof(struct node));
latest->ID=data;
if(pos==1)
{
... | [
"arunsahu44@gmail.com"
] | arunsahu44@gmail.com |
12a1a6c3c25fc890798e29c53c7bc1b22b6cfa26 | 79e1d386805929e6e6ad29c6b5f78f6962456ce8 | /src/qt/guiconstants.h | efc63e348b2bf6980d01aed7b4e04c41aab5a217 | [
"MIT"
] | permissive | yangjianghao/core | f0ea6fd888820f5e8fe657a4bbc3c82631a1d7ff | 0b105eae0c65b9e6844d6cc81f881fa18967b07a | refs/heads/master | 2021-01-08T15:56:43.570386 | 2020-02-04T13:23:09 | 2020-02-04T13:23:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,350 | h | // Copyright (c) 2011-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2018 The PIVX developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_GUICONSTANTS_... | [
"55382465+bitcoin-xc@users.noreply.github.com"
] | 55382465+bitcoin-xc@users.noreply.github.com |
98863f25ed1b719d42f7ec9bfcd71780e420ae9b | 42ed1af689163cce9909a55fafcd69a0543c09c9 | /TestCase/UEFI/IHV/Protocol/BlockIo/BlackBoxTest/BlockIoProtocol.c | b7b8e9e549f1ea752b2edc682f5f4f19f18c3c59 | [] | no_license | sjtupt/2ndProject | 933ba01b30068b9fd9c39696f77dc3655ce5ff8f | f4de5400b9922e42ac3263ddf34021a3822ff418 | refs/heads/master | 2021-01-18T14:16:04.685713 | 2013-10-29T05:25:32 | 2013-10-29T05:25:32 | 13,824,155 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,075 | c | /*++
The material contained herein is not a license, either
expressly or impliedly, to any intellectual property owned
or controlled by any of the authors or developers of this
material or to any contribution thereto. The material
contained herein is provided on an "AS IS" basis and,... | [
"eric.jingjin@gmail.com"
] | eric.jingjin@gmail.com |
3474b3678914521a5f27c2662b1b4e011386313a | 3ff0a1595cbe3ba2ccd3e2a5de2e9e98dbd3c1b4 | /MK4duo/MK4duo/src/boards/1411.h | 45f37d9639fe9276b075ef049a5ea6905060b7ce | [] | no_license | yyf2009/Ramps_fd | 37c62aaacda7c00545aae98789cac5a1079bc193 | 5e39574c3340254c812d046547f33b3a47c8f67d | refs/heads/master | 2021-04-26T23:46:15.297568 | 2018-03-05T12:40:25 | 2018-03-05T12:40:25 | 123,852,164 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,678 | h | /****************************************************************************************
* 1411
* Arduino pin assignment
* for BOARD_RAMPS_SMART_HFB
****************************************************************************************/
//###CHIP
#if DISABLED(ARDUINO_ARCH_SAM)
#error Oops! Make sure you have 'Ar... | [
"sylyyf2009@hotmail.com"
] | sylyyf2009@hotmail.com |
c13216052ba97c407b003a9276c434eeb71c026d | 46367579a54a09dd220dd9a678b1452f06897f11 | /tags/vms_last_support_1_8/src/H5public.h | 8fd14e0908dca720aef3ce92efaf6d6090e204e8 | [
"LicenseRef-scancode-llnl",
"LicenseRef-scancode-hdf4"
] | permissive | TPLink32/hdf5 | 33ff24c9b6133f0f51cb6cc2b722fba7bb1777dd | 0d6987c15284bd9f34c7e44452a152833d42a738 | refs/heads/master | 2021-05-31T01:15:39.463663 | 2016-04-14T23:02:09 | 2016-04-14T23:02:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,051 | h | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* ... | [
"derobins@dab4d1a6-ed17-0410-a064-d1ae371a2980"
] | derobins@dab4d1a6-ed17-0410-a064-d1ae371a2980 |
ebeb490e4cdb5ce6fa54a87d1394f204c8afaf46 | 6247645bcf9e88080f7ae8e85af04cfef17dfc08 | /unix/forty_two_sh/src/ft_lower.c | 75074ada1734f3fab788763c66c5ab6e53a9de98 | [] | no_license | mbougrin/42 | fad8c61664b0ab8007f19f25877363a88dc67112 | 10b831d503812650172b8689f7667631fd6060ca | refs/heads/master | 2020-04-05T23:28:38.918042 | 2017-08-01T14:43:34 | 2017-08-01T14:43:34 | 71,226,609 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,635 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lower.c :+: :+: :+: ... | [
"mbougrin@e3r2p18.42.fr"
] | mbougrin@e3r2p18.42.fr |
c55f12ace700cc09c02e9c76935f0c9abd261809 | 697a5aeb89e04cf379d44e24d488140aaf51350a | /mlock1-program6.c | 5f19da5c68141edad103bb7c4664bcae456155ad | [] | no_license | marquislockhart/global-warming | e0dd3e245e6350b2589b09ed8fa2f1d841559d34 | f23cbb11959546678dcb35df7c41228dcef2a230 | refs/heads/master | 2020-03-30T02:47:08.370918 | 2018-09-27T21:30:36 | 2018-09-27T21:30:36 | 150,650,153 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,988 | c | //Marquis Lockhart - CSCI 1110
//Program 6 - Global Warming
#include <stdio.h>
int read_temps (float temps[]);
int hot_days (int numoftemp, float temps[]);
int print_temps (int numoftemp, float temps[], int numofhotdays);
int numoftemp;
int numofhotdays;
int index=0;
int count=0;
int t;
int main (void) {... | [
"noreply@github.com"
] | marquislockhart.noreply@github.com |
91c91a70f6d65303790ffa677d9fcf27013467f7 | c31c615b0a12bf5e90a7299783514fbe6164439e | /sys/include/system.h | c17f80da9308ec0f289979f26130f0dacd57b20c | [] | no_license | tonyg/prex | 3f019b68742c1e38c896c18ca4c66c06e276eec4 | 76dd7b199e7709d88d0d7cc9771ca2bec359d1b0 | HEAD | 2016-09-05T15:16:53.550221 | 2011-04-20T19:24:12 | 2011-04-20T19:24:12 | 1,556,198 | 6 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,877 | h | /*-
* Copyright (c) 2007, Kohsuke Ohtani
* 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. Redistributions of source code must retain the above copyright
* notice, this list of con... | [
"tonygarnockjones@gmail.com"
] | tonygarnockjones@gmail.com |
e1f5f1983aa5cf475ba4f4785a05834cbf0b681d | 9f558b25661d34f9fdc7b8668a349d4dff07bb35 | /ADXL362 Testing/L432KC Nucleo/Src/main.c | da86766e01d5ce4ca55a8cb6c46c5e76ef18e5f0 | [] | no_license | TPunch/Punch_Rivera_Capstone | 5edeabdbe6dcc1e27c05c79fd27105368f793759 | 491b462c22f3d557a08796189ecd6c955845af44 | refs/heads/master | 2020-03-31T03:44:15.751308 | 2020-03-08T19:03:04 | 2020-03-08T19:03:04 | 151,875,762 | 1 | 1 | null | 2020-03-08T01:20:49 | 2018-10-06T19:44:15 | C | UTF-8 | C | false | false | 17,433 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.c
* @brief : Main program body
******************************************************************************
* @attention
*
* <h2><center>© Copyright (c) ... | [
"kevin.rivera@maine.edu"
] | kevin.rivera@maine.edu |
af6ed603bc2cfd09e8ca8d0c6c837db3965c36df | 91be3abc453376afa5242e486f3f92bba823c879 | /projet_sys/src/cl_word.h | e0519e14203019e28b51bbd844ede45c1ad5b586 | [] | no_license | djdeath/uni_projects | 838c37f8c701074f0fb10bfccb9c28bf91863f4a | 3748ab0af77a8fff0d7e214d4c280f6e708e2616 | refs/heads/master | 2021-01-11T11:47:15.767717 | 2016-12-18T01:07:25 | 2016-12-18T01:07:25 | 76,755,944 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 565 | h | #ifndef __CL_WORD_H__
#define __CL_WORD_H__
/**
* @file cl_word.h
* @author [ATR]Dj-Death
* @date Sun Mar 21 05:09:32 2004
*
* @brief
*
*
*/
#include "cl_main.h"
#include <gtk/gtk.h>
#define WORD(arg) ((Word_t *)(arg))
typedef struct _Word_t Word_t;
struct _Word_t
{
gchar *word;
gint x, y;
size... | [
"llandwerlin@gmail.com"
] | llandwerlin@gmail.com |
96664df8662a69e6343b4b60452849a9bb1f8dd6 | 75bb49832fb2d9ceda9576778eda5c3a8aab78a8 | /vendor/github.com/neo4j-drivers/gobolt/bolt/address.h | 3d30b5406fd352d90c668b93622aa6d4cee70954 | [
"MIT",
"Apache-2.0"
] | permissive | syllabix/neox | 7c6a6dee82dee4640290547404b1f31cb8aa2367 | dc450e4709fa135d578d240aef8c16879988d61f | refs/heads/master | 2020-04-09T19:31:43.683486 | 2018-12-13T17:56:07 | 2018-12-13T19:22:21 | 160,546,072 | 1 | 0 | MIT | 2018-12-13T18:48:45 | 2018-12-05T16:21:26 | Go | UTF-8 | C | false | false | 3,781 | h | /*
* Copyright (c) 2002-2018 "Neo4j,"
* Neo4j Sweden AB [http://neo4j.com]
*
* This file is part of Neo4j.
*
* 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.... | [
"tom.stoepker@cqlcorp.com"
] | tom.stoepker@cqlcorp.com |
21417367db19077001cc33503cb47d8a32da46bc | 893c1df99e2e6b801d137eb9cb0d4fefdf93a8e4 | /intal.h | b4fe50118b1f9d0f4f658ea0d8db0a735dc30615 | [] | no_license | vamsaty/big_integer_arithmetic | 71f0252b0d5a8323040bcc1fa2c814d2ccd1e66c | 95c70b4641b95c47f3f57e24c7494304215a17a1 | refs/heads/master | 2020-03-16T00:28:53.791803 | 2018-05-07T07:11:17 | 2018-05-07T07:11:17 | 132,417,753 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,745 | h | // Library "intal" - Integer of arbitray length
// intal is a nonnegative integer of arbitrary length.
// The way the integer is stored is specific to the
// implementation as long as the interface (this header file) is intact.
// DO NOT modify this header file.
// As usual, an implementation file implements all the... | [
"noreply@github.com"
] | vamsaty.noreply@github.com |
353b6cf3e2dc745b656ecbbea58c27bee09b0c6d | 54e1483af69458d184c057158cafe94c67672141 | /src/TimeSample.c | d3ccaedc6ad7f69d0201236e0ce6406ba7e8a540 | [] | no_license | eemei/Time | 660bddc632cfc63109d8d878f871dfdd4d804d68 | d725f1dfcdac1db3ad30210a3201d763ba2bd6af | refs/heads/master | 2021-01-16T23:15:10.626681 | 2016-07-22T04:23:19 | 2016-07-22T04:23:19 | 63,409,207 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,672 | c | #include <stdlib.h>
#include <stdio.h>
#include "TimeSample.h"
#include <time.h>
#define SIZE 256
int timeFunction(){
time_t seconds;
seconds = time (NULL);
printf ("%ld hours since January 1, 1970", seconds/3600);
return 0;
}
int TimeFunction(){
char buffer[SIZE];
time_t curtime;
struct tm *locti... | [
"lieweemei911@hotmail.com"
] | lieweemei911@hotmail.com |
a136e323c76fcdf12f8b77dd531a59e312a319dc | f2ea3ce775c46f6d96da09854f89b7e831501a28 | /structures.h | 30a1f70fe0f9f032e8a3fcb6ff3f369e7a291c80 | [] | no_license | AlexUnderMoscow/c-algorithms | d7be2022b1995b05da52c1e12e2a363810efd3d9 | 1af992a289c67784626ce219cbe23a556d4fb61d | refs/heads/master | 2021-01-06T20:39:33.511205 | 2020-05-18T14:09:10 | 2020-05-18T14:09:10 | 99,537,878 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 118 | h | #ifndef STRUCTURES_H
#define STRUCTURES_H
typedef struct my_{
int count;
char c;
} my;
#endif // STRUCTURES_H
| [
"guns-19@yandex.ru"
] | guns-19@yandex.ru |
98c4bc63c2f053ecc5c975ad8c77cc5473865e4d | 55f13cf71e1dcb01779289395642366c01f6d63f | /base/Reactor.h | c9a061c75e3dcb3c2815a76cdfade7e0de757c7d | [] | no_license | rocketcolibri/servocontroller | 359ba9a4c55ef781f114e29633db5a7be36b639f | 76e7616e7a8a483cc6f80f90da0ee2f46dc4c96a | refs/heads/master | 2020-04-14T10:56:18.807705 | 2015-05-28T15:52:24 | 2015-05-28T15:52:24 | 37,943,621 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,718 | h | /**
* @addtogroup POLL
*
* @short Poll dispatcher
*
* The poll function provides the infrastructure for multiplexed IO. Multiple modules
* can make use of the POLL system.
* The file descriptor can be registered with the function POLL_AddReadFd, if the
* file is ready for reading, the callback function passed t... | [
"lorenz.schelling@gmx.net"
] | lorenz.schelling@gmx.net |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.