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
7413dbe05ae5c908e2b4155a7c728fc559f3c822
0014fe2d3391d6b812c9fe4c055b4f332682c9df
/src/kernel/xui/xui-tabbar.c
4835d5431df54e6aa55bea0444d2d75e96ab55e2
[ "MIT" ]
permissive
alexwang815/xboot
f987e6adf76f45740b974fb540142fb34b71ae9c
02aa27f707f8a39954127f93b1aee79157244ec2
refs/heads/master
2023-03-20T07:33:57.768002
2021-03-12T11:28:05
2021-03-12T11:32:58
null
0
0
null
null
null
null
UTF-8
C
false
false
3,429
c
/* * kernel/xui/xui-tabbar.c * * Copyright(c) 2007-2021 Jianjun Jiang <8192542@qq.com> * Official site: http://xboot.org * Mobile phone: +86-18665388956 * QQ: 8192542 * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files ...
[ "8192542@qq.com" ]
8192542@qq.com
b53ba4d3f4d351ca305f9edfe0b7e06219e246b7
1e94cb735c55ac9191cd2cf6cb0d187a2e6704f2
/wcl/WcActCB.c
22be683770ba9ae0ce3b80a788aa92061b339399
[ "MIT" ]
permissive
xtforever/xtcw2
3f9eb4d1e805457e860ca134ccbe792364c0e097
5dfc1106960025ac30d46a0570c0b16e4d9c7e36
refs/heads/master
2023-08-08T03:16:22.476179
2023-07-30T18:23:24
2023-07-30T18:23:24
159,020,541
1
0
null
null
null
null
UTF-8
C
false
false
44,182
c
/* * SCCS_data: %Z% %M% %I% %E% %U% * * Widget Creation Library - WcActCB.c - Actions and Callbacks * * Wcl provides equivalent callbacks and actions for many typical application * behaviors. These callbacks and actions take string arguments. If the * arguments consist as whitespace or comma separated words, then...
[ "jharms@heyermedical.de" ]
jharms@heyermedical.de
4ed6caf0aba4d23ea6e403063c19eb8843273300
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/40aab053-974f-42cf-b3cf-76225c643f1d.c
dad1c532861cb1eac5f13ef1557b279aaca5baa8
[]
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
581
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = i%j; l = k%j; k = k-k*i; //variables /* START VULNERABILITY */ int a; char b[6]; char c[22]; a = 0; do { a++; ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
9342d6327ef1e3cbe7a39a8d05576ab8c603f252
62beb5ccbb978f8017a0a3c4ad079ded78cb27e6
/prototypes.h
c9f903ce9512916475a4c9794c3ec169ecacc4e9
[]
no_license
ahlim0m/bank_application
2a668244deb0e3b54a03c6e1858f78c5efd5fc4d
6390259c6fde97b14398ee1c21a433366ed6fdf6
refs/heads/master
2021-01-11T18:42:28.512342
2017-01-20T22:17:46
2017-01-20T22:17:46
79,605,388
0
0
null
null
null
null
UTF-8
C
false
false
755
h
/***************************************************************** // // NAME: Ah Lim Om // // HOMEWORK: Project1 // // CLASS: ICS 212 // // INSTRUCTOR: Ravi Narayan // // DATE: October 21, 2016 // // FILE: prototypes.h // // DESCRIPTION: This file contains the function prototypes used // in project 1 - the bank dat...
[ "noreply@github.com" ]
ahlim0m.noreply@github.com
ce9e67aedfe5aef5eb36d1ec764c7b572e3ea7e7
c644643a418672fa295660f7e58b748f77e0dd34
/BinaryTree.C
5db920fef8ab85ef3503a2aab6c61f899a387d4a
[]
no_license
karnesm1/Project-2
0961c43565fee686845f1f48a4cab771cfaae763
f4efa92ed3226c2b4ccaddbe29544368ccd5a2f4
refs/heads/master
2021-03-30T18:22:01.052920
2017-03-23T19:33:37
2017-03-23T19:33:37
85,422,789
0
0
null
null
null
null
UTF-8
C
false
false
6,316
c
/*------------------------------------------------------------------ A Binary Tree class that utilizes the TreeNodes created by the TreeNode class. Written by Matthew Karnes ------------------------------------------------------------------*/ #include "BinaryTree.h" #include "TreeNode.h" #include <iostream> #i...
[ "noreply@github.com" ]
karnesm1.noreply@github.com
5a8199dd83ddc3e333d6e40737e17c0d788bfc09
412e3dd209ddfbec9f55f1ccc78c21f3d4b4b315
/foc.h
d0f89dd8887f3516f554cc4f5927319dd4874b83
[]
no_license
rehaozgursimsek/Motor-Control
ddb6f930ab9fdba9e169115676037eb867780705
c100097f8ad8d823055db784a375db9c254a496f
refs/heads/master
2020-12-08T12:05:40.747808
2020-02-13T12:20:48
2020-02-13T12:21:13
232,977,521
1
3
null
null
null
null
UTF-8
C
false
false
3,369
h
#ifndef FOC_H #define FOC_H #include <stdint.h> #include "err_table.h" int8_t MC_ERROR; typedef struct{ float pole_pair; float res; float ld; float lq; float flux; }MC_MOTORPAR_T; typedef struct{ float id_ref[30]; float iq_ref[30]; float id_ref_const; float iq_ref_const; }MC_ID...
[ "rehaozgur.simsek@arcelik.com" ]
rehaozgur.simsek@arcelik.com
d69b4f4278722c262c7e77a8771e787c85892aa4
5ecf353e29b65f36a95848b3abc40cb4d38b437f
/NT/private/sdktools/build/buildsrc.c
308fcd031b1d72077eae0dca5e9f99e7e2887a01
[]
no_license
Empyreal96/Easy-Build-2k
8d948c6e33082dc6d99f29f5c206f2b44f062c08
36fce23389e43918faf4cd88688c64aa2668ff8f
refs/heads/main
2023-04-09T07:47:57.734181
2021-04-07T09:45:50
2021-04-07T09:45:50
355,372,322
16
0
null
null
null
null
UTF-8
C
false
false
70,463
c
//+--------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1992 - 1993. // // File: buildsrc.c // // Contents: Functions used to process SOURCES and DIRS files // // History: 16-May-89 SteveWo Created // ...
[ "64583248+Empyreal96@users.noreply.github.com" ]
64583248+Empyreal96@users.noreply.github.com
54703f242677deb0916013f70123dd97d556f967
3cc85c1e283a6ba2ae0058942727fe3d5668804e
/libft/src/first_word.c
aec13819a7937944a12a84838f91a54403ddd713
[]
no_license
mwaterso/tmp_doom
a4de4bb464c8d0245174ec9e072fa58c629a3eea
00f40df45e3cc8ae4c420135480b0af3c6243bdf
refs/heads/master
2022-11-02T16:50:10.642430
2020-06-22T13:19:30
2020-06-22T13:19:30
274,141,951
0
0
null
null
null
null
UTF-8
C
false
false
1,262
c
/* ************************************************************************** */ /* LE - / */ /* / */ /* first_word.c .:: .:/ . .:: ...
[ "maelwaterson@gmail.com" ]
maelwaterson@gmail.com
3b9c7a43d6fef16fc47fa396868f43c16158e595
dbd2c28e9f7b661fe6ead5d4ff88d7c316ef8e7c
/Src/AliCe/src/interrupt.h
825551187c3e6a421fb724fad82505e35e55d822
[]
no_license
AYATAKA-WORKs/AliCe
a675be59c6e0b4a3de33ba45222bbb31c22e2004
034690cd7aa4ee722d6bdaad33b45140bea0d3d5
refs/heads/master
2020-03-21T10:45:39.932579
2018-12-05T03:30:22
2018-12-05T03:30:22
107,755,502
0
0
null
null
null
null
UTF-8
C
false
false
319
h
/* * interrupt.h * * Created on: 2016/10/24 * Author: KOTA-NPC2 */ #ifndef INTERRUPT_H_ #define INTERRUPT_H_ extern int g_cnt2; void interrupt_cmt0(void); void interrupt_cmt1(void); void interrupt_cmt2(void); void wait_timer(int msec); int counter(int msec); #endif /* INTERRUPT_H_ */
[ "ayataka2591@gmail.com" ]
ayataka2591@gmail.com
ed395a1d29ea6c0ca56dde4537fee98467778f35
62bab328ab49b0b43d90d23305393b4cd6a736b1
/SL-2/Assignment 3/assignment3.c
8029fac8a7ece1dd4c3bd5a58a9c2695d2d24f12
[]
no_license
muskaanshraogi/TE_IT_Sem-1
30075cc83b110d0af58a0bac4870196d0c83f115
b421066f72b6e2341896d2699e03e495192b4615
refs/heads/master
2022-12-30T22:47:41.941454
2020-10-24T05:34:02
2020-10-24T05:34:02
292,055,073
0
0
null
null
null
null
UTF-8
C
false
false
1,826
c
#include<stdio.h> #include<stdlib.h> #include<pthread.h> #include<unistd.h> void *multiply(void *arg) { int *data = (int *)arg; int x, k = 0; x = data[0]; for(int i = 1; i <= x; i++) k += data[i]*data[i+x]; int *p = (int *)malloc(sizeof(int)); *p = k; pthread_exit(p); } int main() { int res, r1, c1,...
[ "noreply@github.com" ]
muskaanshraogi.noreply@github.com
5223d44682789403c4df3969ba5b82aa04ce4df9
f9bdc2b4545e20df31d607486cacfea445636d05
/src/cpp/jvm_reference.h
abd2530e945d1774f4a25983e0f4cb7742022407
[]
no_license
jleaker/jleaker
cb7fa0d8acb0b85dddcbd00fdb9e3a820706c412
8f2d33bd26605fccd11f158f08c10bb279609151
refs/heads/master
2021-01-16T18:42:14.396444
2013-09-17T12:35:30
2013-09-17T12:35:30
12,565,103
3
0
null
null
null
null
UTF-8
C
false
false
676
h
#ifndef __JVM_REFERENCE_H__ #define __JVM_REFERENCE_H__ #include <jvmti.h> #include "data_struct.h" typedef struct _InterfaceList { jclass intr; struct _InterfaceList* next; } InterfaceList; typedef struct _OrderedReferences { MemoryReferer* ref; struct _OrderedReferences* next; } OrderedReferences; jint getFi...
[ "bnirenbe@itstl1080.iil.intel.com" ]
bnirenbe@itstl1080.iil.intel.com
a0373ee2711459a8404b4fcf16c0739128166e52
995ac5d37b0fd64ef0955d9ed9b0065215b8ab4d
/orders_clean.h
e0199026fdc737b5815eeebeadf22b162ef5c3b6
[]
no_license
klad2008/DS-Code
ac20292fc711702d0a5dbc768bc9c74b8f987d22
a1c595b2ba399e35d3a780f177456ff7e6d13de3
refs/heads/master
2021-01-12T09:44:22.996086
2016-12-13T16:07:18
2016-12-13T16:07:18
76,232,108
0
0
null
null
null
null
UTF-8
C
false
false
986
h
#ifndef ORDERS_CLEAN_H #define ORDERS_CLEAN_H #include <bits/stdc++.h> int orders_tot = 0; void Orders_pick(){ bool taked = 0; order_p.clear(); for (int i = 1; i <= N; i++){ if (Route[i].takeoff){ if (!taked) continue; taked = 0; poi A = (poi){order_p.s_longitude, order_p.s_latitude}; poi B = (poi){...
[ "896992718@qq.com" ]
896992718@qq.com
c206679419416f3ef200b5b6cc86c20f07ed2155
eaddd962e4b3bd90ebdf1d147a658889a62c6eb7
/Talking Glove/ISD1820.c
3d485cbea57784dbc1e25d76bd70acc494cbe42e
[]
no_license
GharabawyH/Atmega32
c4cc85de85dbcee22491171579df05da57cbad63
44ccd806a05e28e7bac3fec9c6b3b0d3057646da
refs/heads/master
2020-04-13T06:27:10.825804
2019-06-03T10:17:55
2019-06-03T10:17:55
163,020,968
0
0
null
null
null
null
WINDOWS-1252
C
false
false
390
c
/* * ISD1820.c * * Created on: ??þ/??þ/???? * Author: H */ #include "types.h" #include "reg.h" #include "dio.h" #include "dio_cfg.h" void ISD1820_Enable(void) { DIO_SetPinDirection(DIO_DDRD,DIO_u8Pin0,DIO_HIGH); } void ISD1820_StartMessage(void) { DIO_WritePinValue(DIO_PORTD,DIO_u8Pin...
[ "noreply@github.com" ]
GharabawyH.noreply@github.com
444a5e14a367761cc95dc7ba73a15c9627fbefe7
1af43c4ba32d78c60f007a4d068136ce575d917f
/system/os_host/library/MSD/msdusb_scsi.h
a537e6f7fa0d2062db9b6662aa1a44a3d03f24a3
[ "MIT" ]
permissive
gabonator/LA104
a4f1cdf2b3e513300d61c50fff091c5717abda9e
27d0eece7302c479da2cf86e881b6a51a535f93d
refs/heads/master
2023-08-31T22:09:36.272616
2023-08-27T20:08:08
2023-08-27T20:08:08
155,659,451
500
69
MIT
2023-08-17T08:44:32
2018-11-01T03:54:21
C
UTF-8
C
false
false
5,065
h
/******************** (C) COPYRIGHT 2014 e-Design Co., Ltd. ******************** File Name : USB_scsi.h Version : STM32 USB Disk Ver 3.4 Author : MCD Application Team & bure *******************************************************************************/ #ifndef __USB_SCSI_H #define __USB_SCSI_H #incl...
[ "gvalky@sygic.com" ]
gvalky@sygic.com
0de5341439facdc81594c8c98529baa48a253fe6
9e3eaf51e73fd040c7181971182b24b02d7e5533
/pfl/tests/heap/heap_test.c
213f6d73caa2163fa7bcca9b0ca2d0aaa0294c50
[ "ISC" ]
permissive
zhihui-slash2/slash2-next
b96b87f853f1ccf376df845491fdeb668833bd09
d174a735f9860d2d9e31c47548bda67257400804
refs/heads/master
2021-01-25T11:56:43.534941
2018-03-01T14:50:45
2018-03-01T14:50:45
123,447,022
0
0
null
null
null
null
UTF-8
C
false
false
2,377
c
/* $Id$ */ /* * %ISC_START_LICENSE% * --------------------------------------------------------------------- * Copyright 2015-2016, Google, Inc. * Copyright (c) 2014-2015, Pittsburgh Supercomputing Center (PSC). * All rights reserved. * * Permission to use, copy, modify, and distribute this software for any * pu...
[ "zhihui@psc.edu" ]
zhihui@psc.edu
d24123a0de1f9c369232886a8eea1cfc9d50accf
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/075/226/CWE124_Buffer_Underwrite__wchar_t_alloca_cpy_54a.c
84b2f4e138abe73b3081ad0d2a8385f0259174f1
[]
no_license
CU-0xff/juliet-cpp
d62b8485104d8a9160f29213368324c946f38274
d8586a217bc94cbcfeeec5d39b12d02e9c6045a2
refs/heads/master
2021-03-07T15:44:19.446957
2020-03-10T12:45:40
2020-03-10T12:45:40
246,275,244
0
1
null
null
null
null
UTF-8
C
false
false
2,592
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE124_Buffer_Underwrite__wchar_t_alloca_cpy_54a.c Label Definition File: CWE124_Buffer_Underwrite.stack.label.xml Template File: sources-sink-54a.tmpl.c */ /* * @description * CWE: 124 Buffer Underwrite * BadSource: Set data pointer to before the allocated memory buffe...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
fa8472f13e868401fde679a5e386a86ff132df84
271937a26ceedb2e663edc0640d246f680260314
/src/alpum_interface.h
65bbbdd32ffc342f476f28545fabce500296d6d0
[]
no_license
qianguozheng/libinterceptor
1b8ecfefdc24410907e8d63ac6f733f4daf1ad41
e0d95d121b5c1e25f40105cc7952595d56c414cc
refs/heads/master
2021-01-19T09:57:26.526794
2015-07-31T11:03:44
2015-07-31T11:03:44
39,991,391
0
0
null
null
null
null
UTF-8
C
false
false
707
h
#ifndef __ALPUM_INTERFACE_H__ #define __ALPUM_INTERFACE_H__ #define DEBUGER_MODE 1 #define ERROR_CODE_TRUE 0 #define ERROR_CODE_FALSE 1 #define ERROR_CODE_WRITE_ADDR 10 #define ERROR_CODE_WRITE_DATA 20 #define ERROR_CODE_READ_ADDR 30 #define ERROR_CODE_READ_DATA 40 #define ERROR_CODE_START_BIT 50 #define...
[ "richard@focalcrest.com" ]
richard@focalcrest.com
e0ffa69393cdd008bf5b2c785dd1f7c3e94a6295
0e1185f5d8d99dfc92d9d74562e9f0e93a62bfd9
/modules/mod_whereis.c
0b79311ebdda7dd6b84e0bcb488aa26797ca8836
[]
no_license
mehmetali/neuro-bot
4fdb6046481cf040ef35923296c4a1a007b608f0
7e99566489dfcd6c342db2a472c0c6862080b0c5
refs/heads/master
2021-01-17T23:55:51.657830
2013-04-25T10:37:38
2013-04-25T10:37:38
null
0
0
null
null
null
null
UTF-8
C
false
false
1,143
c
#include "neurobotapi.h" #include "json.h" #include <stdio.h> #include <string.h> char * api_url = "http://api.ipinfodb.com/v3/ip-city/?key=" "0312bdbd898c56675f30f9239ff380a1165946795e94be5074bc57f1870749b0" "&ip=%s&format=json"; void json(char * dest, char * content) { json_va...
[ "firatsalgur@gmail.com" ]
firatsalgur@gmail.com
33ef5b6e32376acb25d61d02f43eb5cc84e3183b
c02498b9345f47336f1a5d93caa41f40503fc09e
/process_test2/fock.c
166814890238cea7771f9fca9e38aa7c0cded068
[]
no_license
sin7777/Multi-thread-process
f9ea336a4fba53cfc90de2b774fd8b75196f3b5a
ca7ad2164fe60b984b747817ec5ecc37ea83802f
refs/heads/master
2020-04-21T13:09:43.615238
2019-08-08T07:28:54
2019-08-08T07:28:54
169,589,259
2
0
null
null
null
null
UTF-8
C
false
false
5,697
c
#include <unistd.h> #include <sys/mman.h> #include <pthread.h> #include <sys/types.h> #include <sys/wait.h> #include <fcntl.h> #include <string.h> #include <stdio.h> #include <stdlib.h> #include <time.h> struct mt { int num; //需要加到多少 int sum; //结果 int current_num; //当前的数 pthrea...
[ "jasminelu7777@gmail.com" ]
jasminelu7777@gmail.com
970a713ee3bf714de039a3e01f5440597a91aa00
cc6251d19bd65250078e139326701789e236108d
/engine/src/serialization/json/json.h
cf96be0add670b7f7572051ac554a8aae63820dd
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Cyofanni/speect
d4e6de512320520b7d20085dccc3b88e22b707a6
8fd77ab6221f10a1ebf6eadf241cd179bdd44728
refs/heads/master
2021-01-24T15:42:09.498548
2016-07-06T12:56:17
2016-07-20T14:43:04
59,549,775
1
0
null
2016-05-24T07:20:15
2016-05-24T07:20:15
null
UTF-8
C
false
false
5,311
h
/************************************************************************************/ /* Copyright (c) 2008-2011 The Department of Arts and Culture, */ /* The Government of the Republic of South Africa. */ /* ...
[ "jalouw@csir.co.za" ]
jalouw@csir.co.za
2d51791e050ee7eb89c0a81b46a9ee4a9133f64c
98ad7a33f418fde920aa1659d20bdf154b97bd67
/LLDebugToolDemo/DemoSwizzle/NSMutableArray+Swizzling.h
b9dc366de9d9e648527ff71edd96a385ecc166bf
[ "MIT" ]
permissive
didiaodanding/TestPods
d7cc218ac604f135b9ceeb91cfd498d6012d0d55
f894a1633933f4ccf0ead56e78a296117037c82e
refs/heads/master
2020-08-29T13:55:42.814063
2019-10-29T07:39:08
2019-10-29T07:39:08
218,052,754
3
0
null
null
null
null
UTF-8
C
false
false
308
h
//// //// NSMutableArray+Swizzling.h //// SwizzleExample //// //// Created by haleli on 2019/1/30. //// Copyright © 2019 haleli. All rights reserved. //// // //#import <Foundation/Foundation.h> // //NS_ASSUME_NONNULL_BEGIN // //@interface NSMutableArray (Swizzling) // //@end // //NS_ASSUME_NONNULL_END
[ "1404012659@qq.com" ]
1404012659@qq.com
7112e130e392dfff3fc574432796c4697b557a56
eaae3529ea65c9be62e4b177a498dd0459396052
/modified_vars_ws/Vitaliy_House_of_Kittens.c
a88673f5b9fdaac464f30c28d9f3bbb079087476
[]
no_license
mgsanusi/blame-dodger
badac55079b0bc84c1c3ddff9357caffd480b512
c8b1f19d48e09200c9d59f3dda3b298ced7103d7
refs/heads/master
2021-01-20T04:50:14.975609
2018-01-12T00:02:14
2018-01-12T00:02:14
89,739,285
3
0
null
null
null
null
UTF-8
C
false
false
944
c
#include "stdio.h" int y; int j; int num[1000]; int b[1000]; int poisk(long long y) { long long last = -1000000000000000000l; int counter; long long first; for (counter = 0; counter < j; counter++) { first = num[counter] - y; if (first < (last + y)) first = last + y; last = first + ((b[counter]...
[ "marina@virginia.edu" ]
marina@virginia.edu
24ff5b82137838f9d9d1ce7859b5d6d1e95fdee2
57a2ff44382c52095f069c339a393e1854cf82b0
/platforms/win32/build/src/SecurityPlugin/SecurityPlugin.c
816f24e8e6f1fc2a6a994aa880d73cd6d622e4d6
[]
no_license
fniephaus/squeak
024382e6c29cdbea51cd8ced9b8459a126f24a7c
dcc745ef7f7b2ec8d97faf8c9fc0024c143de054
refs/heads/master
2021-01-10T11:42:47.323162
2016-04-06T08:35:08
2016-04-06T08:35:08
54,750,049
0
0
null
null
null
null
UTF-8
C
false
false
9,256
c
/* Automatically generated from Squeak on 15 September 2012 4:48 pm by VMMaker 4.10.2 */ #include <math.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> /* Default EXPORT macro that does nothing (see comment in sq.h): */ #define EXPORT(returnType) returnType /* Do not include the ...
[ "piumarta@fa1542d4-bde8-0310-ad64-8ed1123d492a" ]
piumarta@fa1542d4-bde8-0310-ad64-8ed1123d492a
4f5e58447d1d2cb05fd106592ec3d3e48c6cb233
f782117ef1f5ac03c8d2ed284520b6604f1ea435
/ACS/2.EdoProcesos/kill2.c
88c06c88b05fd5168faee2aa38e04097fe3d1456
[]
no_license
DanielBarcenas97/ArquitecturaClienteServidor
3318b95c96a001086b3238f867e11dfd7124fc71
2981e42df06b26ec6a885f425463d1cf101fb97e
refs/heads/master
2021-04-22T03:59:02.408586
2020-04-11T02:02:38
2020-04-11T02:02:38
249,848,982
0
0
null
null
null
null
UTF-8
C
false
false
521
c
#include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <sys/types.h> #include <signal.h> int main() { pid_t pid; if (( pid = fork()) == 0) { while(1) { printf("HIJO 1 getppid()=%d getpid()=%d pid = %d\n", getppid(), getpid(), pid); sleep(1); } } if (( pid = fork()) == 0) { while(1) {...
[ "barcenas.proteco@gmail.com" ]
barcenas.proteco@gmail.com
2abf0548eb40bb711b7d8ce1d309516a3cf92557
e41666da7d7364262f972e51be6043cdd91d7891
/resolve.c
082645db15bca06ad62ab887b08ba830e1e21929
[]
no_license
Kys3r/Fillit
24e52ff86a3dc6a738ba0e5bed83fb86c82cb851
283660645d97e400bbcaa9ccdb9db06e62272227
refs/heads/master
2021-08-29T16:47:09.294425
2017-12-14T10:43:39
2017-12-14T10:43:39
114,237,926
1
0
null
null
null
null
UTF-8
C
false
false
1,455
c
/* ************************************************************************** */ /* LE - / */ /* / */ /* resolve.c .:: .:/ . .:: ...
[ "albarbos@z4r1p4.le-101.fr" ]
albarbos@z4r1p4.le-101.fr
91065e952f363833738484180059725af925d332
1aca04d20723877d99fd9f6218261182f620cfd2
/ext/ddtrace_profiling_native_extension/collectors_dynamic_sampling_rate.h
0196d1f12b58a44f50f90d593c2f47f41c81f124
[ "Apache-2.0", "BSD-2-Clause", "MIT", "BSD-3-Clause" ]
permissive
sj26/dd-trace-rb
9e02a10b296d51b27fb40355092dfbf3435e9483
94158dbfa631cba05bae43f5bdea10e7d99a2ec8
refs/heads/master
2023-08-31T23:42:10.453148
2023-08-24T18:29:07
2023-08-24T18:29:07
313,824,909
0
0
NOASSERTION
2020-11-18T04:43:06
2020-11-18T04:43:05
null
UTF-8
C
false
false
665
h
#pragma once #include <stdatomic.h> #include <stdbool.h> typedef struct { atomic_long next_sample_after_monotonic_wall_time_ns; } dynamic_sampling_rate_state; void dynamic_sampling_rate_init(dynamic_sampling_rate_state *state); void dynamic_sampling_rate_reset(dynamic_sampling_rate_state *state); uint64_t dynamic_...
[ "ivo.anjo@datadoghq.com" ]
ivo.anjo@datadoghq.com
e928dc37cc5ea93de6df617efb76a11361c655f2
997661287083c0c828be190fab6ec7bc471bcc33
/start.c
63d43c73414f75eab8d9dccf7f836136f2a7e52e
[]
no_license
Prokhorovmax/Turing-Machine
3d5fc221ee9b63d71927d0ec256ff21d83b7d668
869d6eacd11d8deeee16302b1bfe1216945a1798
refs/heads/master
2020-03-21T15:35:25.291182
2018-06-26T13:38:55
2018-06-26T13:38:55
138,721,530
0
0
null
null
null
null
UTF-8
C
false
false
13,985
c
#include "turingmachine.h" #define DEFAULT_SIZE 15 int start(FILE *inputTape, FILE *alphabet, FILE *machine, FILE *output, int flag) { // Alphabet char *alphabetString = parseStreamLine(alphabet); // Stores alphabet characters int alphabetLength = strlen(alphabetString); for (int i = 0; i < alphabetL...
[ "prokhorovmaxim2009@yandex.ru" ]
prokhorovmaxim2009@yandex.ru
4b56400c744085b9eccfb883a9127ba90f077e48
d4cb0b94d3b800ddee8d7da671775ae43d23c7e1
/src/weather_station_adafruit_io/config.h
2429136efdf8dc490baa0423b5e778cac53325ad
[]
no_license
jrothfeder/weather-station
205825388191a6743b7e041a2c768842740c70af
772cc4efc30fa799a4cb330813daf5c1130ee984
refs/heads/master
2020-03-17T04:40:21.548742
2018-05-14T00:28:33
2018-05-14T00:28:33
133,284,342
0
0
null
null
null
null
UTF-8
C
false
false
335
h
// Adafruit IO username and key #define IO_USERNAME "username" #define IO_KEY "key" // WIFI creds #define WIFI_SSID "ssid" #define WIFI_PASS "pw" // Time between publishing sensor data to feed. #define DELAY_MINS 10 #include "AdafruitIO_WiFi.h" AdafruitIO_WiFi io(IO_USERNAME, IO_KEY, WIFI_SSID...
[ "rothbutter@google.com" ]
rothbutter@google.com
bfa72bad4661c279458d70c9005ce7fc8f9cf882
dd90d858d112e73e7bc02048e90b24862569b56c
/Source/src/Sources/Application/Main Application/main.c
bb22c7ef33012b5b323c7aa2d1a6955514c8bd1d
[]
no_license
diegoe91/SchWindowLifter
9f5d7a800981a07c2c2fe935753d4ced384cb024
df57d93669df56f932de1e41c204267aaf10b7f8
refs/heads/master
2021-01-13T12:56:07.304913
2015-07-28T15:20:04
2015-07-28T15:20:04
39,201,980
0
0
null
2015-08-26T16:40:59
2015-07-16T14:35:08
C
UTF-8
C
false
false
3,048
c
#include "MCU_derivative.h" /** GPIO funtion prototypes */ #include "GPIO.h" #include "PIT.h" #include "SchM.h" #include "SchM_Cfg.h" #include "MemAlloc_Cfg.h" /***************************************************************************************************** * Definition of module wi...
[ "diegoe91@users.noreply.github.com" ]
diegoe91@users.noreply.github.com
bed3c712ce47d2367fdfa2f4c26ec54e74067022
3ba7870cdd086d2366df2deac73270a0ba608446
/Chap13/WMIEx/Driver.h
72622fc4ce3c7926b2341ff419c3e35122c65fd1
[]
no_license
ljhhh0123/TheWindows2000DeviceDriverBook2dsrc
b6cb83e8aaf771b4ea3d8ba5f37815300e1c4c30
206544b5a021ea44d3c21fbebe44204b687b0510
refs/heads/master
2020-04-24T22:24:51.456651
2019-02-24T08:02:29
2019-02-24T08:02:29
172,311,312
2
0
null
null
null
null
UTF-8
C
false
false
2,568
h
// Driver.h - Chapter 13 // // Copyright (C) 2000 by Jerry Lozano // #pragma once #include <initguid.h> // {295CF049-FE7C-4ce1-A178-737E55F6EDF9} DEFINE_GUID(GUID_WMIEx, 0x295CF049, 0xFE7C, 0x4ce1, 0xA1, 0x78, 0x73, 0x7e, 0x55, 0xf6, 0xed, 0xf9); extern "C" { #include <WDM.h> #include <WDM\WMILIB.h> #include <WMIST...
[ "ljhhh0123@139.com" ]
ljhhh0123@139.com
c05de7263a72c397a6815ee5dfb5d38fdacf79a6
b7b0e45cc629ba886991979f308f4cb70032d56a
/13장_Programming__08.1626595416299/Main.c
c1662ca3a7993c495819a931acd4af8301c3b85b
[]
no_license
dk8660/ProgrammingWithC
1898ef3f158153cebb7ece71cf5e6e9673d53a95
e66c3ea09408db65bbd35e75ec281fe9f4f2f3d8
refs/heads/master
2023-06-14T08:25:59.316965
2021-07-18T08:09:20
2021-07-18T08:09:20
387,120,296
0
0
null
null
null
null
UTF-8
C
false
false
621
c
#include <stdio.h> #define pi 3.14 struct point { int x,y; }; struct circle { struct point center; double radius; }; double area(struct circle c) { double c_area; c_area = pi*c.radius*c.radius; return c_area; } double perimeter(struct circle c) { double c_peri; c_peri = 2*pi*c.radius; return c_peri; } int m...
[ "dk8660@naver.com" ]
dk8660@naver.com
d41ad024b1b0e20759ddd080ceaa2eb5a145076e
ae3aa7b59ed93212bf798438c6b0df822968d1b9
/Data Stucture/9 Graph/simple_queue.h
46805695eee01c8a8f71a32a5e3c662cb7cf40cc
[]
no_license
lukaswangbk/Data-Structure-and-Algorithm
5805f7d48fd7c085aa512b61103eaaab484620a1
25775044b27454f0c9699f984077c7f940e8b51b
refs/heads/master
2023-02-11T18:06:59.057542
2021-01-10T09:25:20
2021-01-10T09:25:20
324,675,199
2
0
null
null
null
null
UTF-8
C
false
false
1,424
h
#ifndef Queue_H_ #define SIMPLE_QUEUE_H_ #include <stdio.h> #include <stdlib.h> struct QueueNode { int val; QueueNode* next; }; // SimpleQueue struct SimpleQueue { int count; QueueNode* begin; QueueNode* end; }; bool is_queue_empty(struct SimpleQueue* queue) { return queue->count == 0; } int queue_front...
[ "lukaswangbk@gmail.com" ]
lukaswangbk@gmail.com
c41715b9dcc0668f4b1edde8291450ae5ae3e9c0
110314b7a4fd31b7bd42671c67a7ee1400fce9f9
/aVector/zzBak/Version-1p4/vectorOptions.h
0f46ecc702dc3fbc57ba92a37fa63f222171389d
[ "MIT" ]
permissive
Vidyadhar-Mudkavi/gitClasses
0dd333976118e6fe8ae33cc869c1f091acc1f32d
2f941c988dc89a46124ce171a2fd387b8eef0749
refs/heads/master
2021-01-18T15:08:56.535912
2014-09-28T11:32:36
2014-09-28T11:32:36
null
0
0
null
null
null
null
UTF-8
C
false
false
1,515
h
#ifndef _VECTOROPTIONS_ #define _VECTOROPTIONS_ /** *File: vectorOptions.h *Description: this file essentially contains some of the header information we maintain. each definition is encapsulated in the following form: #if ** either 0 or 1 ** #ifndef OPTION #define OPTION ...
[ "Vidyadhar.Mudkavi@gmail.com" ]
Vidyadhar.Mudkavi@gmail.com
23f0a185b74b17bfd52277f25570d4960feb78c8
fda220573fa2f3f17adf8a85bdd5d45176d531b0
/cl_parse.c
686475b948a381f0d53e794c51bfda42efb11ddb
[]
no_license
darksectordds/ADQuake
10e2bdde8d09291d437732358e789bcb58f3e187
bd82927932d9aa9a544fb85f74a83ab623bc58cd
refs/heads/master
2020-07-17T00:52:52.753305
2019-08-28T11:51:12
2019-08-28T11:51:12
205,906,863
0
1
null
2019-09-02T17:37:18
2019-09-02T17:37:17
null
UTF-8
C
false
false
28,812
c
/* Copyright (C) 1996-1997 Id Software, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in th...
[ "st1x.bc2@gmail.com" ]
st1x.bc2@gmail.com
617c616a09b691bff3959ecc2d2a17c9080ecf47
7318287eb023c3c9805e1f972945097912af62ba
/src/broadcom/vulkan/v3dvx_formats.c
b28a5c8db3378c0506d75499e157ce6be2c82f52
[]
no_license
opencor/mesa
ffc80b2165a8f105655430d6d149062a9a0a169e
0c1fcec37cd49c22eb7f2cbf98a0b531ba29c356
refs/heads/master
2023-08-26T04:30:31.584488
2022-05-25T07:52:31
2022-05-25T07:52:31
92,067,634
1
0
null
2020-02-28T03:18:45
2017-05-22T15:13:20
C
UTF-8
C
false
false
21,663
c
/* * Copyright © 2021 Raspberry Pi Ltd * * 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, copy, modify, merge, publ...
[ "agarny@hellix.com" ]
agarny@hellix.com
c71e966541a22e1f5cca0ef90a4a0d14e2d84464
fd36795a6092e16cdd374fe8367f0f0617a22ea4
/src/bin/gpupgrade/gpviewcp.c
e6a7084eec5185e285cd0fbf8d3af1ea415ce5da
[ "MIT", "BSD-4-Clause-UC", "BSD-3-Clause", "ISC", "bzip2-1.0.6", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "BSD-4-Clause", "Artistic-2.0", "PostgreSQL", "LicenseRef-scancode-unknown" ]
permissive
DalavanCloud/hawq
eab7d93481173dafb4da42c2d16249310c4c2fc9
aea301f532079c3a7f1ccf0a452ed79785a1a3a3
refs/heads/master
2020-04-29T10:14:22.533820
2019-03-15T13:51:53
2019-03-16T03:37:51
176,054,339
1
0
Apache-2.0
2019-03-17T04:02:59
2019-03-17T04:02:58
null
UTF-8
C
false
false
13,160
c
/* * gpviewcp.c - Greenplum View Copy * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache Licens...
[ "rvs@apache.org" ]
rvs@apache.org
1d0e27d027ca2b796cbad51c4765a639b13d55f8
1d25604549d969a290c9b4fb7d85690d6b07e897
/trunk/src/save.h
09b248f511f4e52779fdee31a9140dc7b4fc64a0
[]
no_license
pzibang/QNX-DVR
859f3711724c526f2844efd310fa8aeb2f1a1394
f109a509816aee3d79e1672299fd7de2a4dad575
refs/heads/master
2021-12-27T23:22:31.423728
2018-01-19T08:07:07
2018-01-19T08:07:07
null
0
0
null
null
null
null
UTF-8
C
false
false
184
h
#ifndef __SAVE_H_ #define __SAVE_H_ int new_file(void); void timer_start(void); void timer_close(void); void *save_data_thread(void *arg); void *sd_manage_thread(void *arg); #endif
[ "lidongsheng@linkmotionfuture.com" ]
lidongsheng@linkmotionfuture.com
30204736148f26b842a3496f058ab32b3e4fb7c0
1dc856a2a51e149e5bad78a89ecd1eaba2be9037
/.history/my_stc/CODE/MyDebug_20200715214217.c
5637bd1113ca7fcdf7bb5d5f797100390717cd44
[]
no_license
gdgly/STC_auto_car_last
f984a7ee1675c01deb318b3dbedd6237f24935ab
6fe9b6d8bb1dcd01601289baede3cee0bf2a6a74
refs/heads/master
2022-11-27T19:51:51.004781
2020-07-15T16:44:20
2020-07-15T16:44:20
null
0
0
null
null
null
null
UTF-8
C
false
false
9,989
c
/* * @Description : * @Version : * @Date : 2020-06-22 16:48:49 * @LastEditTime : 2020-07-15 21:42:17 */ #include "MyDebug.h" //按键屏幕相关定义 uint8 KEY_UP,KEY_DOWN,KEY_LEFT,KEY_RIGHT,KEY_CEL,KEY_SURE; uint8 Page_Index=3,Para_Index=1,Para_Checked=0,Para_Choice=0; uint8 Para_Index_Limit=7; //一页最多有7个变量序号...
[ "iswenyan@gmail.com" ]
iswenyan@gmail.com
7652610d12aa9e4680fe7c2fb9867023f059ef71
47797f47f091d4de684128e637ac3e5b899ab7cc
/a3p2Client1.c
9c2e0b058c524785216b8c75be228bee8bbd0397
[]
no_license
ldd160230/cs3377HelloWorld
49647522bfa307f7ef83322651c07a5cb1720325
0d904dd2132a1dce67f101f0c48d67a037c353db
refs/heads/master
2020-03-22T13:44:17.283528
2018-07-30T14:42:44
2018-07-30T14:42:44
140,128,382
0
0
null
null
null
null
UTF-8
C
false
false
1,873
c
#include <stdlib.h> #include <stdio.h> #include <unistd.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <string.h> #include <arpa/inet.h> #include <time.h> #define MAXLINE 4096 int main(int argc, char** argv) { unsigned int SERV_PORT; int sockfd; struct sockaddr_in serva...
[ "noreply@github.com" ]
ldd160230.noreply@github.com
c24e67ab85a1084e40c9c441e7d9b4ec747c4253
f601edf3814629a9b9bd66235554f705a24c1383
/src/zapit/include/zapit/pmt.h
77a2274eb151984fe4e0cbf91460cc23787262cc
[]
no_license
OpenSat-zz/AZtrino
6e73fb6c6b61f340745b7395a74749230d0e8f3a
19bba9a552adeaae47e9a6cbdd6667742017c992
refs/heads/master
2021-01-18T01:41:15.481624
2012-05-29T08:02:03
2012-05-29T08:02:03
2,995,637
2
3
null
null
null
null
UTF-8
C
false
false
1,156
h
/* * $Id: pmt.h,v 1.10 2003/08/15 23:34:09 obi Exp $ * * (C) 2002-2003 Andreas Oberritter <obi@tuxbox.org> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the Licens...
[ "git@opensat.eu" ]
git@opensat.eu
a4a2312e3c6d0f300ace6c07f02e1dcbee55b526
0f0cf1b3708a51978136d528bbcf87f4fe0e469c
/assignment06/Problem01/main.c
df55d4ce7350d6028647647ffb2673fae1e5eeb5
[]
no_license
nillumcm2/embsys100
f765be6a82fccb42585d2c4edfea274ce7dc9201
d5cebeb6b5dec09415607fec4813adf660051f21
refs/heads/master
2020-08-13T04:20:06.160653
2019-12-10T01:19:30
2019-12-10T01:19:30
214,903,821
0
0
null
null
null
null
UTF-8
C
false
false
2,651
c
#include "stm32f401xe.h" //#define RCC_BASE 0x40023800 //#define RCC_AHB1ENR (*((unsigned int*)(RCC_BASE + 0x30))) //#define GPIOA_BASE 0x40020000 //#define GPIOA_MODER (*((unsigned int*)(GPIOA_BASE + 0x00))) //#define GPIOA_ODR (*((unsigned int*)(GPIOA_BASE + 0x14))) //#define GPIOA (1<<5) void delay(...
[ "noreply@github.com" ]
nillumcm2.noreply@github.com
3c685fed211f6fae7149d23d7984fdb73e948c73
b8415db07a45fa74deddadcbf571dff482a63e1e
/angular-2dcorr-linear-mu.c
183ea74c3450be96daca7b60a0233d3ecedd7d5f
[]
no_license
jltinker/periodic_clustering_code
8bd219395f95fea15d3b197461ddf6a57046b8d8
63a3d2a2bb91a34dfa6a5f84e64eee3cb69952fa
refs/heads/master
2020-03-19T03:24:39.796089
2018-06-01T14:03:16
2018-06-01T14:03:16
135,725,479
0
0
null
null
null
null
UTF-8
C
false
false
27,456
c
#include <stdio.h> #include <stdlib.h> #include <math.h> #include "nrutil.h" #define sqr(x) ((x)*(x)) #define max(A,B) ((A) > (B) ? (A) : (B)) #define min(A,B) ((A) < (B) ? (A) : (B)) #define mabs(A) ((A) < 0.0 ? -(A) : (A)) #define pi 3.1415926535898 #define muh(x) fprintf(stderr,"muh %d\n",x) #define muf(x) fprintf...
[ "tinker@harmattan.cosmo.fas.nyu.edu" ]
tinker@harmattan.cosmo.fas.nyu.edu
1d56472f90121b8206550d271062abbf6b45d699
c733f1c7b21039a83945587ddfbd80c6c4850ae0
/src/dns/async_dns.c
87458c6e5522d868f040890409c9ff051f59eee2
[]
no_license
sheikh-qzaman/c
1caf803a5b9a8d73800161b2da9ce20c4a696a3e
ef86def34d0cca25d473becbf2a33e7ba4f9c8a8
refs/heads/master
2021-02-26T18:43:13.778004
2020-11-26T06:36:43
2020-11-26T06:39:57
245,546,501
0
0
null
null
null
null
UTF-8
C
false
false
4,576
c
#include <ares.h> #include <stdio.h> #include <stdlib.h> #include <sys/socket.h> #include <arpa/inet.h> #include <netinet/in.h> #include <netdb.h> #include <stdarg.h> #include <string.h> #include <ctype.h> #include <unistd.h> #include <event2/event.h> #define DNS_TIMEOUT_MS 4000 #define MAX_NAMESERVERS ...
[ "alamin141@gmail.com" ]
alamin141@gmail.com
07cf13a9cf8b699bd30cf16af20fcf18c30c1b4f
9e5a0c1afa51b8df3da37000bef1746b261c54f4
/aul/include/aul/constraint.h
bcb59546d5366496cb5d641b9ecd9aa765e89b2a
[]
no_license
maxkernel/kernel
3e9db77eb5136c66485745b8339ed3b024d78600
a0304901a1a0e4f40600a760f23eea05f8b25292
refs/heads/master
2021-01-22T23:26:14.302860
2012-12-07T00:26:30
2012-12-07T00:26:30
571,831
1
0
null
null
null
null
UTF-8
C
false
false
1,115
h
#ifndef __AUL_CONSTRAINT_H #define __AUL_CONSTRAINT_H #include <inttypes.h> #include <aul/common.h> #include <aul/exception.h> #ifdef __cplusplus extern "C" { #endif #define AUL_CONSTRAINT_TEXTSIZE 35 #define AUL_CONSTRAINT_PRIVDATASIZE 50 // Careful when changing this value. A value too small will *CRASH* the ...
[ "andrew@maxkernel.com" ]
andrew@maxkernel.com
ca5f1d626203e7e3d863fe023f436c7b08c52385
c3c848ae6c90313fed11be129187234e487c5f96
/VC6PLATSDK/samples/security/CryptoApi/CreateCert/CreateCert.c
bc18a05d083fd4e2aa9eeafaf77dc350fb47c325
[]
no_license
timxx/VC6-Platform-SDK
247e117cfe77109cd1b1effcd68e8a428ebe40f0
9fd59ed5e8e25a1a72652b44cbefb433c62b1c0f
refs/heads/master
2023-07-04T06:48:32.683084
2021-08-10T12:52:47
2021-08-10T12:52:47
null
0
0
null
null
null
null
UTF-8
C
false
false
62,711
c
//=================================================================== // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE // IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR // PURPOSE. // // Copyright...
[ "radiowebmasters@gmail.com" ]
radiowebmasters@gmail.com
00f004df3bcfd5ecf2589e0200042d30a5978550
84b47d7e982fb806cf903ac929f1c6ccd5ff0bac
/get_next_line.h
79087bb181a8025409fd282d1679f214d87848fa
[]
no_license
gilgithub42/GNL
3a94d6b88527e500070b9b7c4072f561f796c367
e5c384f1bff5778504eac00e10e97f5fc95ec2c1
refs/heads/main
2023-02-20T18:57:37.307063
2021-01-26T13:30:18
2021-01-26T13:30:18
322,375,733
0
0
null
null
null
null
UTF-8
C
false
false
1,233
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.h :+: :+: :+: ...
[ "noreply@github.com" ]
gilgithub42.noreply@github.com
b726d5688b82aa45b26a2190cb48922f0a18cdef
e54c1a97c1756add7a60742e0cd0d8cd88dfb29a
/HQS/gcc_Release.h
5e53ff95337b7375d293622219fc837b4df43aa3
[]
no_license
huqiaoshen/HQSPCKGJ
eb273cba51288e9e824272d7de33ebd32de8ff96
4455b68d95098af06f466574988921cea877bb39
refs/heads/master
2020-03-17T00:36:46.328550
2018-05-12T07:15:40
2018-05-12T07:15:40
null
0
0
null
null
null
null
UTF-8
C
false
false
27,093
h
/* This file is only used by IntelliSense (VisualStudio code suggestion system) DO NOT INCLUDE THIS FILE FROM YOUR ACTUAL SOURCE FILES. This file lists the preprocessor macros extracted from your GCC. It is needed for IntelliSense to parse other header files correctly. */ #if defined(_MSC_VER) || defined (__SYSPROG...
[ "happy_snail@HAPPYSNAILLENOV" ]
happy_snail@HAPPYSNAILLENOV
ee8fccaac33b1a3f49e584a432cf91135d156668
7c83889102f3c2337d5b0f32c71dfd25d220c11b
/http_request.c
ed7e1ff2f916c9c853359528c1f1ee0f99d9b114
[]
no_license
sallesricardo/wallindle
2e2f4500e8eea0677f5973715cc2edd6b4afaa13
1ffef0033b764e459e4dea0a5defb3f2776c9165
refs/heads/master
2023-07-02T21:38:33.040125
2017-09-12T21:12:05
2017-09-12T21:12:05
null
0
0
null
null
null
null
UTF-8
C
false
false
4,872
c
/* DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. ...
[ "github@cekage.net" ]
github@cekage.net
d20788e537e34f30ce58eb65a8d69e1752482bf8
628a681bbbb7a6ef65bb64618cd052055fc31ac6
/ex09/ft_ft.c
df18b1509215621f013f75717b31f145483bf581
[]
no_license
alagroy-42/piscine_reloaded
cfa388e646541df046fda62a119ba3e04851d3be
0ad3f9b62b70ec1fa20bb2b04d8ade0a2e606eae
refs/heads/master
2020-03-30T20:49:35.937124
2018-11-01T00:19:56
2018-11-01T00:19:56
151,605,633
0
0
null
null
null
null
UTF-8
C
false
false
929
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_ft.c :+: :+: :+: ...
[ "alagroy-@student.42.fr" ]
alagroy-@student.42.fr
36a78af83ad1e5f7c299b0f59d4e1f24d9eb41a1
6662381acdabe7d7cf5488e7f57c099211581850
/center_freertos_stm32f207_s/Libraries/Encrypt/sha1.c
64059cf8fae581f7218c73288656b33ab4ee65f1
[]
no_license
wangxubo1988/Center_System
4bc36e3e5b883af1cfbeba245e7ac553da043745
94a5be1dd09ea84098231d35e3d55cac4156e596
refs/heads/master
2021-01-10T01:37:57.547794
2015-10-27T06:57:04
2015-10-27T06:57:30
45,022,641
0
0
null
null
null
null
UTF-8
C
false
false
18,840
c
/* * FIPS-180-1 compliant SHA-1 implementation * * Copyright (C) 2006-2009, Paul Bakker <polarssl_maintainer at polarssl.org> * All rights reserved. * * Joined copyright on original XySSL code with: Christophe Devine * * This program is free software; you can redistribute it and/or modify * it under the ...
[ "wamgxubo1988@sina.com" ]
wamgxubo1988@sina.com
100d0485ffcbcd34ff6543132a83c88ce2876c20
7ff2a058e2381e1825b0c125138d68a509e1ed8a
/src/client.h
8502ec925b4c1bb245ac8ddd46830db9e7320a81
[ "BSD-3-Clause" ]
permissive
hobbestigrou/wmfs
867bf2e70c9af20f6edaa64b127fdf36436db5c8
35209a860c4223f3532e304572285a2a87e39c91
refs/heads/master
2021-01-17T16:01:46.135984
2012-02-08T15:38:19
2012-02-08T15:38:19
3,329,904
0
0
null
null
null
null
UTF-8
C
false
false
5,232
h
/* * wmfs2 by Martin Duquesnoy <xorg62@gmail.com> { for(i = 2011; i < 2111; ++i) ©(i); } * For license, see COPYING. */ #ifndef CLIENT_H #define CLIENT_H #include "wmfs.h" #include "layout.h" #include "ewmh.h" #include "util.h" #define TCLIENT_CHECK(C) (C->flags & CLIENT_TABBED && !(C->flags & CLIENT_TABMASTER)...
[ "xorg62@gmail.com" ]
xorg62@gmail.com
59f1a2296a289069b78933d230077fba6be454c3
8544185263c630973bb06d74bdef285ada29ebc9
/tiesr/tags/Beta_1.2/TIesrEngine/src/.svn/text-base/tiesrcommonmacros.h.svn-base
9f700127ef73d582d11fa3910c56c9060a8018b8
[]
no_license
proegssilb/tiesr-dialer
665430df9d4068c78018dba4354968a2147915d0
efa6508ed8478d5753b158728336d432c91888d7
refs/heads/master
2016-09-05T20:16:50.387027
2011-05-20T20:32:04
2011-05-20T20:32:04
1,696,172
3
2
null
null
null
null
UTF-8
C
false
false
3,067
/*======================================================================= tiesrcommonmacros.h Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ ALL RIGHTS RESERVED This header file contains macros that may be used in several APIs. ===========================================================...
[ "blissdw@mobo.(none)" ]
blissdw@mobo.(none)
3d08776f1cac36e32667113ab83e16a89393c205
db555c5ea0d9d4032d59fc6fdabb0fa899d5cb65
/labs/lab9/main1.c
b810f44c2ed050ce9b76071871edbb3df21c0a01
[]
no_license
yklym/progbase1
84a7b0afba68eab88e9ca54113da30e94dfe25dc
0d827307aa4009f66c9b65306c8dedf1b937eada
refs/heads/master
2020-04-26T20:29:48.284006
2019-03-04T20:07:14
2019-03-04T20:07:14
173,812,138
0
0
null
2019-03-04T20:07:14
2019-03-04T19:58:23
C
UTF-8
C
false
false
25,800
c
// Компілювати за допомогою: // gcc main.c -lprogbase -lm #include <stdio.h> // Для друку в термінал #include <math.h> // Для математичних функцій #include <stdlib.h> // Деякі додаткові функції #include <progbase.h> // Спрощений ввід і вивід даних у консоль #include <progbase/console.h> #include <string.h> #i...
[ "yaroslaw.klymko@gmail.com" ]
yaroslaw.klymko@gmail.com
449c66476415c24b21b09713337204c758daec82
2a24a480fa9b26e6d969e45fd8850780a4ea854b
/CeaserCipher/encode.c
72537e40bccfeb21fec83fdc2ab536b16449cfda
[]
no_license
MichaelaAsh/CeaserCipher-C
a173e3443681bc411fe9972b71f222b1e96be37e
64efb745eb36ee76b7894093edb4d03cbe1b816b
refs/heads/master
2023-02-16T04:35:55.446149
2021-01-16T05:18:44
2021-01-16T05:18:44
330,089,080
0
0
null
null
null
null
UTF-8
C
false
false
2,756
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "encode.h" #define FAIL -1 #define SUCCESS 2 int main ( int argc, char *argv[]) { char original_input[200]; char copy_input[200]; int shift = 13; if (argc > 4 ) { /* copy the file (original_text) to another file (copy_text) */ if (strc...
[ "michaela@Michaelas-MacBook-Air.local" ]
michaela@Michaelas-MacBook-Air.local
94e5d3d1dadc8d6914a1d7501dd637d2528ea8e7
fbe68d84e97262d6d26dd65c704a7b50af2b3943
/third_party/virtualbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/glxvisuals.h
e1e0238784ce6d1754b2957eb883bc47d559e900
[ "GPL-2.0-only", "LicenseRef-scancode-unknown-license-reference", "CDDL-1.0", "LicenseRef-scancode-warranty-disclaimer", "GPL-1.0-or-later", "LGPL-2.1-or-later", "GPL-2.0-or-later", "MPL-1.0", "LicenseRef-scancode-generic-exception", "Apache-2.0", "OpenSSL", "MIT" ]
permissive
thalium/icebox
c4e6573f2b4f0973b6c7bb0bf068fe9e795fdcfb
6f78952d58da52ea4f0e55b2ab297f28e80c1160
refs/heads/master
2022-08-14T00:19:36.984579
2022-02-22T13:10:31
2022-02-22T13:10:31
190,019,914
585
109
MIT
2022-01-13T20:58:15
2019-06-03T14:18:12
C++
UTF-8
C
false
false
2,155
h
/* * SGI FREE SOFTWARE LICENSE B (Version 2.0, Sept. 18, 2008) * Copyright (C) 1991-2000 Silicon Graphics, Inc. All Rights Reserved. * * 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 wi...
[ "benoit.amiaux@gmail.com" ]
benoit.amiaux@gmail.com
e5ed89b189bef89a7caddd8ca7cd9c6523db4b69
2d6734b14816352c6a9cfae86c67de5c4ede60a6
/Zend/zend_execute_API.c
ff2d22f1d4115c6f137519250fade097ec18e26b
[ "Zend-2.0", "blessing", "BSD-3-Clause", "Zlib", "LicenseRef-scancode-pcre", "ISC", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "BSD-4-Clause-UC", "LicenseRef-scancode-other-permissive", "TCL" ]
permissive
gplessis/dotdeb-php
d3546326825bf069e2900c2ad7ce018d0d26ce0d
bc44caccf208a3f0b1a563f01560b7d43382e5b7
refs/heads/master-7.0/jessie
2020-04-11T05:36:37.062276
2018-12-08T01:13:52
2018-12-08T01:36:34
3,305,446
74
17
null
2016-08-19T02:58:50
2012-01-30T14:21:50
C
UTF-8
C
false
false
47,738
c
/* +----------------------------------------------------------------------+ | Zend Engine | +----------------------------------------------------------------------+ | Copyright (c) 1998-2017 Zend Technologies Ltd. (http://www.zend.com) | +---------...
[ "gui@dotdeb.org" ]
gui@dotdeb.org
796d90adc5a4c52ff88d20ba3861e5aefe8d7e63
a30b13c96d684e39a8a7942c9939dd3543bd08ef
/apps/driver/sdspi/async/sdspi_read_write/firmware/src/config/sam_d21_xpro/driver/sdspi/src/drv_sdspi.c
41259d489da211a08f7aaa8ff9e2254c291a6726
[ "ISC", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Ilgrim/core_apps_sam_d21_da1
b71445e0f1b958f8af1cc8f6dcb95f65e0679dca
4f3b8def5882329f4f2f29a8d4774a7ec39282b8
refs/heads/master
2023-03-10T06:51:38.748875
2021-02-19T15:45:32
2021-02-19T15:45:32
null
0
0
null
null
null
null
UTF-8
C
false
false
93,555
c
/******************************************************************************* SD Card (SPI) Driver Company: Microchip Technology Inc. File Name: drv_sdspi.c Summary: SD Card (SPI) Asynchronous driver implementation. Description: This file contains the SD Card (SPI) Driver's asynchronous...
[ "syam.nair@microchip.com" ]
syam.nair@microchip.com
005008732f8b385049c461f59180d869febf3032
918fdb6717101a5121477a7184e8faa219301a66
/mbed-os-example-wifi/BUILD/K66F/GCC_ARM/mbed_config.h
e51119790e478f72d9168c572c08fa4938f8bf1b
[]
no_license
YuChengHan033131/mbed10
badba35fa68799351d5d30f727ed8764c83ddbea
131d270676cf0644349a1a02804a1d90d877e5c6
refs/heads/master
2022-08-01T10:29:07.945457
2020-05-20T09:50:41
2020-05-20T09:50:41
263,580,676
0
0
null
null
null
null
UTF-8
C
false
false
54,485
h
/* * mbed SDK * Copyright (c) 2017 ARM Limited * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
[ "chenghan03131@gapp.nthu.edu.tw" ]
chenghan03131@gapp.nthu.edu.tw
4af7995ee1b644a344c3f5479898943bdef05e80
eb68869b06a785f0de0eaf413052b19a36675020
/src/util/perceptron.h
935e2d998198595ed215449d7e30f6e9cde470c4
[]
no_license
wbjacks/scifi_calc
2486883e33d7c716a0283beaa8181b40c01dee68
7ed62f5f6813667194b38a89d9333f3d931a9695
refs/heads/master
2016-09-10T09:44:23.088555
2012-06-02T07:26:25
2012-06-02T07:26:25
null
0
0
null
null
null
null
UTF-8
C
false
false
254
h
/* Function Prototypes */ struct _matrix *fNetJ(struct _matrix y, float theta); struct _matrix *perceptronLearn(float k, struct _matrix in, struct _matrix t, struct _matrix *w); struct _matrix *perceptronOperate(struct _matrix in, struct _matrix *w);
[ "william.b.jackson.14@dartmouth.edu" ]
william.b.jackson.14@dartmouth.edu
8c7cfd5a57fb89f453449634dbea0ba2bc977933
9cf8571a4d546e550b942b022a8728e1cacba2b6
/mycode/linux/day10/sigprocmask/sigprocmask_pend.c
ea7bd40ba143704f3f912529ce141c3abee7772a
[ "MIT" ]
permissive
stdbilly/CS_Note
eebd7f1371f263272a4f71d96063fc5deb20867b
a8a87e135a525d53c283a4c70fb942c9ca59a758
refs/heads/master
2020-06-15T23:41:14.103914
2019-10-17T15:55:08
2019-10-17T15:55:08
195,422,963
2
0
null
null
null
null
UTF-8
C
false
false
570
c
#include <func.h> int main(int argc,char* argv[]) { sigset_t procMask; sigemptyset(&procMask); sigaddset(&procMask,SIGINT); int ret; ret=sigprocmask(SIG_BLOCK,&procMask,NULL); ERROR_CHECK(ret,-1,"sigprocmask"); sleep(5); sigset_t pending; sigemptyset(&pending); sigpending(&pendi...
[ "whb227@163.com" ]
whb227@163.com
2613a0f77bdecb3f77768b7102c39e366fcb15b4
f7b5d803225fa1fdbcc22b69d8cc083691c68f01
/cvaddon_animate/cvaddon_animate.h
58511fd2874b0910d17e411d8f8d4ea5ac594a14
[]
no_license
a40712344/cvaddon
1b3e4b8295eaea3b819598bb7982aa1ba786cb57
e7ebbef09b864b98cce14f0151cef643d2e6bf9d
refs/heads/master
2020-05-20T07:18:49.379088
2008-12-09T03:40:11
2008-12-09T03:40:11
35,675,249
0
0
null
null
null
null
UTF-8
C
false
false
1,313
h
#ifndef CVADDONANIMATE_H #define CVADDONANIMATE_H //////////////////////////////////////////////////////////// // CvAddon Animation Functions and Classes //////////////////////////////////////////////////////////// // Original Code By Alan Zhang // Maintained by Wai Ho Li ////////////////////////////////...
[ "waiho@66626562-0408-11df-adb7-1be7f7e3f636" ]
waiho@66626562-0408-11df-adb7-1be7f7e3f636
0e6c05bd5b6b064929f114b19c73637aefcc06c3
00b3b75f64a8fc1170fe919e060049db9c63cce9
/pa2/mykernel2.c
a19527c148deda6df3e9a0a2886746e1d567d707
[]
no_license
ksrijong/CSE120
5fe935771709763ea25de64814c1d53602539214
1923333a921236c6452ddb2fd1dd67dbbf07f1cd
refs/heads/master
2020-04-16T02:29:19.665633
2016-03-07T06:49:13
2016-03-07T06:49:13
null
0
0
null
null
null
null
UTF-8
C
false
false
20,912
c
/* mykernel2.c: your portion of the kernel * * Below are procedures that are called by other parts of the kernel. * Your ability to modify the kernel is via these procedures. You may * modify the bodies of these procedures any way you wish (however, * you cannot change the interfaces). * */ // hehehe // upload...
[ "zhw176@ucsd.edu" ]
zhw176@ucsd.edu
ebab211dabb1da509b637ed219b95416c8c1da20
c9dec874a05444906eb49b495028bca2d3478ec3
/WTL/resource.h
211611d07e63d0bf7d9f7dc8dea4fa21e77db5bd
[]
no_license
jcbaar/Brainchild
8126d2b285938efd0e56a4e3a434f504af153e12
65b01d06fdf3e46612ac2430dae378ef2241ea5f
refs/heads/master
2021-01-20T22:20:19.929615
2016-07-27T16:22:03
2016-07-27T16:22:03
64,322,254
0
0
null
null
null
null
UTF-8
C
false
false
669
h
//{{NO_DEPENDENCIES}} // Microsoft Developer Studio generated include file. // Used by BrainChildEdit.rc // #define IDD_ABOUTBOX 100 #define IDR_MAINFRAME 128 #define IDR_JSCRIPT 201 #define IDR_VBSCRIPT 203 #define IDR_CPLUSPLUS ...
[ "jcbaar@outlook.com" ]
jcbaar@outlook.com
672bd1410edf7855f159e710d648454b9c453572
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/linux-master/tools/testing/vsock/vsock_diag_test.c.bak.c
54c2f625191453b6ebfc8c53bdc6de0b0966b914
[]
no_license
zhiyuanjia/WoBench
878255ce45e76ef57f88743c7f43acdfa59e93e7
6b337780cbd598de98fc0eabd19efaf1a01b6012
refs/heads/master
2021-09-23T03:12:08.091319
2018-06-14T10:17:59
2018-06-14T10:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
13,306
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN /* * vsock_diag_test - vsock_diag.ko test suite * * Copyright (C) 2017 Red Hat, Inc. * * Author: Stefan Hajnoczi <stefanha@redhat.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Publ...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
61ebfc475328e40a465cf2a4308ec3b625e5ae65
cc2cf54fec2a124531b74615f4fb25659486b454
/ln.c
4af1842d0e787253208747c71ff0271361d912b9
[ "MIT" ]
permissive
AoEiuV020/linux
324941325933c632561ca2a0948050bfb1373ce6
644c25e39e6d647b70114c49434d8e01ef031328
refs/heads/master
2020-03-30T01:28:18.994895
2017-06-02T05:15:07
2017-06-02T05:15:07
40,343,335
0
0
null
null
null
null
UTF-8
C
false
false
360
c
/***************************************************** ^> File Name: ln.c ^> Author: AoEiuV020 ^> Mail: 490674483@qq.com ^> Created Time: 2015/08/22 - 19:47:22 ****************************************************/ #include "aoeiuv.h" int main(int argc, char **argv) { if(argc<3) { averr("argc"); } avout("%d",...
[ "490674483@qq.com" ]
490674483@qq.com
991356ccd87a78301472dd1bcd039a225087f8dd
3db94dad507e359bd0f87d686ff369063014552e
/CISProgram_shoukuanji/UserSoftwareLib/JBY_10/inc/LW_TWD_ColorFvt.h
2d208ce5f28588cb9e430d1ba8e1de3a50863b40
[]
no_license
QiuPeng1/JBY
3d8930b4bc882a5b6e11b402bc4f6299b949d0ab
f7d145abd0e80bd3f892cb7befbdd0995952cd7d
refs/heads/master
2021-12-15T23:07:20.083368
2021-12-12T14:45:24
2021-12-12T14:45:24
132,545,959
0
0
null
null
null
null
UTF-8
C
false
false
26,811
h
#include "system.h" #define TWD_COLOR_NOTE_CLASS 5 u8 g_TWD_Color_noteClass[TWD_COLOR_NOTE_CLASS] = { 0, 2, 4, 7, 9,}; const short TWD_colorFvt_Int[5*(648+1)]; const short TWD_colorFvt_Int[] = { 503, -416, 308, -974, 747, -143, 442, -309, 888, -838, 182, 144, -8, 282, -12...
[ "904505800@qq.com" ]
904505800@qq.com
fd8db0134ffa1b4b49483e5d7d6e3a4535d7e87f
fc987ace8516d4d5dfcb5444ed7cb905008c6147
/third_party/perl/c/i686-w64-mingw32/include/multimon.h
466bc46f084890f374350965b1f6385db37db30c
[ "BSD-3-Clause", "LicenseRef-scancode-public-domain-disclaimer", "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0" ]
permissive
nfschina/nfs-browser
3c366cedbdbe995739717d9f61e451bcf7b565ce
b6670ba13beb8ab57003f3ba2c755dc368de3967
refs/heads/master
2022-10-28T01:18:08.229807
2020-09-07T11:45:28
2020-09-07T11:45:28
145,939,440
2
4
BSD-3-Clause
2022-10-13T14:59:54
2018-08-24T03:47:46
null
UTF-8
C
false
false
11,558
h
/** * This file has no copyright assigned and is placed in the Public Domain. * This file is part of the w64 mingw-runtime package. * No warranty is given; refer to the file DISCLAIMER.PD within this package. */ #include <_mingw_unicode.h> #ifdef __cplusplus extern "C" { #endif #ifndef SM_CMONITORS #define SM_XV...
[ "hukun@cpu-os.ac.cn" ]
hukun@cpu-os.ac.cn
22409ef9d698cf93ece3ac5bce263167f4d59f5c
8900c4eae633aeb6130f6ad95b9de5d3e91bb6d3
/uart1Time20707/Drivers/STM32_BSP_Driver/inc/stm32_bsp_uart.H
75062f64561c8e44b3959b97b35ad95fc42a487d
[]
no_license
Edlward/STM32CubeMX_ProjectTest
bd85600a5cc2368cf6851f9c9cac247aed20c7b2
a36da6e6f1a51004b4bc20739c631da81397f679
refs/heads/master
2020-12-10T09:04:26.694321
2017-10-13T01:42:56
2017-10-13T01:42:56
null
0
0
null
null
null
null
GB18030
C
false
false
2,915
h
/** ****************************************************************************** * File Name : stm32_bsp_uart.h * Description : 串口缓冲区相关函数,包含缓冲区的定义和读取 ****************************************************************************** * * COPYRIGHT(c) 2016 aibird * ***************************...
[ "624786053@qq.com" ]
624786053@qq.com
8981c5772a4b3db9f23aad78cf6459a1262d0d28
4bfc07659496ddcc10e27bf32819a28409fe359c
/projects/rush01/ex00/rush-01.c
e8b1bd510526ecd446bfae00bc1e43f6e96823bd
[]
no_license
Caeadyen/wolfsburg42
4decff66e94402fd3be79186c09f72f2ca4debaf
23dac68b5213d6bd89d01cc6e65f44fe986de4b1
refs/heads/master
2023-07-14T01:49:47.860643
2021-08-20T07:07:05
2021-08-20T07:07:05
397,961,723
0
0
null
null
null
null
UTF-8
C
false
false
1,734
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* rush-01.c :+: :+: :+: ...
[ "hrings@student.42wolfsburg.de" ]
hrings@student.42wolfsburg.de
73932f0ecb93264bdb875da14d3e09e8418b6d84
5c255f911786e984286b1f7a4e6091a68419d049
/code/b1c98e0c-75fd-4ab2-961b-c54a7e1c301d.c
37b4ff6a38fde429e60254f998dbddc27b85c8ca
[]
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
230
c
#include <stdio.h> int main() { int i=0; int j=122; int k; int l; j = 63; l = 64; k = i/j; l = i/j; l = j%j; l = i+j; k = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
7cfa0c9f1eae8e4487ca2226c95404ab36e17b36
29f0c3011b1da32a37877fc1f17400a63448fc96
/conjunto3/bin-packing.c
c5d6c8b6d5c0b7465d070c8931b4146a312402c3
[]
no_license
christhianjesus/srse-doc
e3bf09ca6e26f912ef00cf3465b8dc5fda21fa7a
6c192efb14a5b31a01bb8fd657a2d40f9edba982
refs/heads/master
2020-04-07T02:10:33.697202
2018-11-17T08:55:04
2018-11-17T08:55:04
141,191,138
0
0
null
null
null
null
UTF-8
C
false
false
694
c
void binPacking(int *a, int size, int n) { int binCount = 1, i; int s = size; for (i = 0; i < n; i++) { if (s - *(a + i) > 0) { s -= *(a + i); continue; } else { binCount++; s = size; i--; } } printf("Number of bins ...
[ "christhianjesus@gmail.com" ]
christhianjesus@gmail.com
9f2651dbe6d0ba6186c89fbf93108d8517285d4c
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/reactos/win32ss/printing/monitors/localmon/extr_ports.c__FindPort.c
f9e4c5087345f97638156a5b0fa0e4f6d4cce3d5
[]
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,464
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
a2c75710252498b312728c72fcf118de7c8ed377
9a5cc7f497b48d8b7ae6f68f39b736ce595df9f0
/CSL/src/stm32f4xx_rtc.c
c41da2dbfc2cbebc4c62ce950c70ffd3e76ed3b3
[ "Apache-2.0" ]
permissive
Erensu/openimu-core
913dd165b0c217739a51f1b6f257bcb2123abc41
4f0dadc0273197bee46662fd1f2e5c8c0096b526
refs/heads/master
2020-03-27T21:35:36.099725
2018-07-31T22:04:09
2018-07-31T22:04:09
147,159,605
0
1
null
null
null
null
UTF-8
C
false
false
81,868
c
/** ****************************************************************************** * @file stm32f2xx_rtc.c * @author MCD Application Team * @version V1.0.0 * @date 18-April-2011 * @brief This file provides firmware functions to manage the following * functionalities of the Real-Time Clo...
[ "abondarev@aceinna.com" ]
abondarev@aceinna.com
3916c2a7fa839b568fa51106fc373e254de09ac0
53ad3cad4b74e99c403a39af405d80b0777cb1bd
/CS2303_Homework3/mystring.h
0e19e4288b4e51d19e0f4d7bd45027c628a10964
[]
no_license
tkkhuu/System-Programming-Concepts
65652cc04b091b1e7c595cda7c608700f25ddce0
d0776096273732a326d27586c92023606879b3af
refs/heads/master
2016-09-01T17:17:19.005445
2015-04-26T06:20:41
2015-04-26T06:20:41
34,596,615
0
0
null
null
null
null
UTF-8
C
false
false
671
h
/** mystring.h * @author Mike Ciaraldi * My own versions of some of the C-style string functions */ /** Duplicates a C-style string. @param src Pointer to string to be copied @return Pointer to freshly-allocated string containing a duplicate of src or null if no memory is available */ char* mystrdup(con...
[ "khatrikhuu@gmail.com" ]
khatrikhuu@gmail.com
ca345ffb0459fe5492104c1e827708d05882c3c2
71e5f96a29f5d643ab888b37677d38c33f8d765d
/d/deku/new_closed_area/keep/keepW1.c
c306000a821ffe2cef0a1a2313a5d3ace16b53ec
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Cherno-SuS/SunderingShadows
5f755fbebb79dc0b9d1c2a0541408be4afeb8b67
c3b4370beb2c4351ecc60826850c94892a42b685
refs/heads/main
2023-04-21T09:52:14.580024
2021-03-23T12:09:55
2021-03-23T12:09:55
349,490,686
0
0
NOASSERTION
2021-03-23T12:09:56
2021-03-19T16:40:12
null
UTF-8
C
false
false
925
c
#include <std.h> inherit ROOM; void create() { room::create(); set_property("light",2); set_property("indoors",0); set_short("Keep Blacktongue"); set_terrain(VILLAGE); set_travel(PAVED_ROAD); set_long( @KAYLA %^YELLOW%^Keep Blacktongue%^RESET%^ You are just to the west of the entrance gate...
[ "law@shadowgate.org" ]
law@shadowgate.org
c7de69ac05dc3f446572a8321953c97e88e70a11
a6e16f8b4e3e9dfb7a8b6f323b7e35fb82537222
/C/Iverson Software Inc/j7-src/je.h
c58c8e19a9956a089706509225f5096333ab43a5
[]
no_license
pjones1063/Atari_ST_Sources
59cd4af5968d20eb3bf16836fc460f018aa05e7c
fe7d2d16d3919274547efbd007f5e0ec1557396d
refs/heads/master
2020-09-04T20:21:44.756895
2019-10-30T12:54:05
2019-10-30T12:54:05
219,878,695
2
0
null
2019-11-06T00:40:39
2019-11-06T00:40:39
null
UTF-8
C
false
false
9,731
h
/* ----------------------------------------------------------------------- */ /* J-Source Version 7 - COPYRIGHT 1993 Iverson Software Inc. */ /* 33 Major Street, Toronto, Ontario, Canada, M5S 2K9, (416) 925 6096 */ /* */ /* J-Sou...
[ "ggn.dbug@gmail.com" ]
ggn.dbug@gmail.com
167cb68ef213fe73d62f840571f8c01c1eb14e47
b7c08b7fc4b10c92d18d93275b49c5679f47fd4f
/Archive/libmotor2/io_pins.h
edeac54b53aff0895650497689b9d2600392c63b
[]
no_license
jmontant/proBot
b89a4d1e02ddd87127d4c6bef65f50d5b35edfdd
1d3a84000fd2cd540375bf6255e76dff0a892cb4
refs/heads/master
2016-09-09T23:52:27.689360
2016-02-17T20:19:26
2016-02-17T20:19:26
20,239,435
0
0
null
null
null
null
UTF-8
C
false
false
1,145
h
/* Propeller I/O pin definitions */ #define VR_LED 1 // Green EasyVR Sampling LED (Blink with ERR_LED for Trigger) #define ERR_LED 2 // Red EasyVR Error LED (Blink with VR_LED for Trigger) #define LCD_PIN 3 // LCD display data pin #define LENC_PIN 4 ...
[ "bammelpj@hotmail.com" ]
bammelpj@hotmail.com
97d755fdc1003034bb190b6377a1d80149b6fa9a
ef51eb8ab8460392056b20090df050ede8aab651
/asprintf.c
2e5b6fbb30a1c14a2369459a0991cdc0ec98594a
[]
no_license
echristopherson/21st-Century-Examples
1ea851c3aacdd8a3298544bb892bcaee0f8997be
f60033cf04deb2019320ebb5ac7deebb16818703
refs/heads/master
2021-01-17T21:03:57.431940
2014-02-19T04:01:34
2014-02-19T04:01:34
null
0
0
null
null
null
null
UTF-8
C
false
false
1,264
c
#ifndef HAVE_ASPRINTF #include <stdio.h> //vsnprintf #include <stdlib.h> //malloc #include <stdarg.h> //va_start et al /* The declaration, to put into a .h file. The __attribute___ tells the compiler to check printf-style type-compliance. It's not C standard, but a lot of compilers supprt it. Just remove it if ...
[ "ben@klemens.org" ]
ben@klemens.org
1ef68728278ddd843ae00e0d56a5dc1f2cba94c3
2edb06c488b2ebfbd057e24936e6a640e787619b
/utils.h
19f099e7c252ac26553567bd8958ff0c36e4468c
[]
no_license
vudala/Boyer-Moore-Horspool-Sunday-MPI
f8717fbc4d1edd2e191a89c6c52305cd1801cb8f
e237b0270a76b1e5966ccef1aa83af6367e16ff8
refs/heads/master
2023-06-03T17:26:02.941262
2021-06-28T01:51:10
2021-06-28T01:51:10
380,577,249
0
0
null
null
null
null
UTF-8
C
false
false
511
h
#ifndef __UTILS_H__ #define __UTILS_H__ #define FAILURE 1 // Certifica que um ponteiro recebeu uma alocação adequada void must_alloc(void *ptr, const char *desc); // Remove os fins de linha de uma string void remove_eol(char *line); // Aloca uma matriz não contígua de elementos de tamanho qualquer void **alloc_matr...
[ "vudalae@gmail.com" ]
vudalae@gmail.com
d32f93b98714b814330bf14ec5c40cd0c2059c1e
19b6ed92fafcdb930f75e90cd5b336e40d858dd8
/project-3/switches.h
a91208fca70614818b326c434556a3254454095b
[]
no_license
utep-cs-systems-courses/project-3-fdmarin
c33075f56df92d53641bb8cbbfa525a1232e7fc5
c9992f2dfc929fcd9e4bab9de5e54220c47c15dd
refs/heads/master
2022-11-24T03:33:25.618263
2020-07-31T01:42:35
2020-07-31T01:42:35
283,061,126
0
0
null
null
null
null
UTF-8
C
false
false
562
h
#ifndef switches_included #define switches_included #define SW1 BIT0/* switch1 is p1.3 */ #define SW2 BIT1/* switch1 is p1.3 */ #define SW3 BIT2/* switch1 is p1.3 */ #define SW4 BIT3/* switch1 is p1.3 */ #define SWITCHES (SW1 | SW2 | SW3 | SW4)/* only 1 switch on this board */ //static char switch_update_int...
[ "fjmarin05@gmail.com" ]
fjmarin05@gmail.com
bdb8e3f44e4b1d390b2588936bdb02d96da60cda
5289d4ec6c876ee438b174bb0c045a0f3b74144e
/Src/usrtimer.c
da45312ac3e43a0ba633ae97c513da1ea7067719
[]
no_license
LostLambGu/TNDC_APP_SW4
10e52c7ac9aed442deb14fdcb52ddefefdd3d64e
a273421f0706a7f94329e8e0a42e415f562e3e70
refs/heads/master
2020-04-11T01:46:36.586347
2018-12-12T03:08:00
2018-12-12T03:08:00
161,426,003
0
0
null
null
null
null
UTF-8
C
false
false
4,761
c
/******************************************************************************* * File Name : UserTimer.c * Author : Taotao Yan * Description : This file provides all the UserTimer functions. * History: * 1/13/2016 : UserTimer V1.00 ********************************************************...
[ "guyjwork@foxmail.com" ]
guyjwork@foxmail.com
8d8c4b76c5b8db135399b4ccfa381a84133300ee
d8e1a65a5863ea5a111c8304a040f1c797f8ebbf
/ mtktest --username qq413187589/N65/N65_V1/plutommi/mmi/GUI/GUI_INC/wgui_panel.h
204580d868fdf3e95d0dd6379f0db9bc2c773409
[]
no_license
manoj-gupta5/mtktest
a6b627cde8c9a543d473a99f778fd6f587a8d053
98370766a36fffb8b0dde1cc6dd144599ea184f6
refs/heads/master
2020-12-25T21:12:59.596045
2010-07-18T05:06:14
2010-07-18T05:06:14
null
0
0
null
null
null
null
UTF-8
C
false
false
4,853
h
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used o...
[ "qq413187589@046de88f-2cd9-6c0a-3028-073e08bc931c" ]
qq413187589@046de88f-2cd9-6c0a-3028-073e08bc931c
d8ea75043016a5244b864b415bebab5d00de81e0
49780f24a92fcc9a7c855144fb195ae3736bf390
/examples/devices/MSP430FR57xx/MSP430FR57xx_Code_Examples/C/MSP430FR57xx_adc10_05.c
e281b143434b24987d4751cc9200690358aaceb0
[]
no_license
PiBoxY/msp430ware
81fb264c86ff1f68f711965b793aa58794ae2f00
7c96db00f97bbfd3119843e18ac895a54b4a6d39
refs/heads/master
2020-04-21T07:29:13.386144
2019-02-06T11:32:42
2019-02-06T11:32:42
169,394,007
2
1
null
null
null
null
UTF-8
C
false
false
4,777
c
/* --COPYRIGHT--,BSD_EX * Copyright (c) 2012, Texas Instruments Incorporated * All rights reserved. * * 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 c...
[ "admin@piboxy.com" ]
admin@piboxy.com
b18459c945c7dc87f7e37fbf521f3bb52254bfb0
ac54b799c52a4a381d57c3b7648ba978324ed00a
/gui.c
2048b805424a27d87e427ef227da42ccf0d09156
[]
no_license
MuresanSergiu/GameEngine
3c1834d8c097bbea3be0fd549065daa5040dcf13
d5bc7544eb3efc40dd932a398c395b090bdb9049
refs/heads/master
2022-01-08T23:52:40.644401
2019-05-31T19:55:58
2019-05-31T19:55:58
null
0
0
null
null
null
null
UTF-8
C
false
false
1,112
c
// // Created by Afterwind on 10/15/2017. // #include <GL/glew.h> #include <stdio.h> #include "gui.h" #include "shader.h" /* EXTERNAL FUNCTIONS */ void initGUI() { geGUIElements[0].x = 1; geGUIElements[0].y = 1; geGUIElements[1].x = -1; geGUIElements[1].y = 1; geGUIElements[2].x = 1; geGUIE...
[ "sergius302@gmail.com" ]
sergius302@gmail.com
85d757182910764ccb1131d44e5d87f0976189a5
63d40fb86ac9bd73dd0d02b0f089ce53720eeb4b
/x264/common/log.h
6a9da0f09d3743eb5f7a94774a0d78669bbfcbd4
[]
no_license
KeaneWang/easyIpCamera
36418df1d094fb6436791e8a3088cd6ead48b859
217b679c84a9c27693b9c08f3a4876fe4739ecba
refs/heads/master
2020-12-31T06:22:29.578731
2014-03-11T14:03:31
2014-03-11T14:03:31
29,892,014
0
2
null
2015-01-27T01:50:19
2015-01-27T01:50:17
null
UTF-8
C
false
false
678
h
#ifndef _LOGMACROS_H_ #define _LOGMACROS_H_ #include <time.h> enum { INF, WAN, ERR }; #define DEBUG_LOG(type, fmt, ...) \ if(isWriteLog())\ {\ writeLog(type, "[%s:%d]>> "fmt, getName(__FILE__), __LINE__, ##__VA_ARGS__);\ } #define DEBUG_HEX(start, length) \ if(isWriteLog())\ ...
[ "mtdxc@126.com" ]
mtdxc@126.com
caf76b6b8ca5c678627290fa5484f213ebaa00bd
04229d619d918f4fddba07a27bf4b5850b21f2b4
/modulecrcpatch.c
e2fe6b6082c9ee94d467adc066df48b20daf8b5e
[]
no_license
McBane87/ModuleCRCPatch
bad630c146210096fcd886649e1cc44c1f61f732
68da3ac6f7a5d7d555e1710939ccd3072c272f10
refs/heads/master
2020-05-20T06:23:23.666307
2015-06-26T08:30:57
2015-06-26T08:30:57
38,099,193
0
0
null
null
null
null
UTF-8
C
false
false
3,948
c
/* * modulecrcpatch by zxz0O0 * * reads a symbol crc from input file and patches the crc in output file * another way would be to create a kernel module for reading crc from kallsyms * but usually it's only required to patch module_layout, so this is easier */ #include <stdio.h> #include <stdlib.h> #include <str...
[ "dirk_1987@web.de" ]
dirk_1987@web.de
61f88d0337c81a98dc448ce9808966879f4ebebc
0c6b4c1854045024064775a1fe4cfa630ee4e4dd
/includes/amb_parse.h
5428fddaf1492c3fdce1d831513d5b398aa1d78e
[]
no_license
Nik-Ark/miniRT
64d5692c8a5e5f58e19aefbef1061dcfef6b3444
f6bd506dcc3a57c73f859f05396ce13113ed5567
refs/heads/main
2023-04-10T22:28:14.673246
2021-04-29T20:38:00
2021-04-29T20:38:00
357,860,574
0
0
null
null
null
null
UTF-8
C
false
false
1,053
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* amb_parse.h :+: :+: :+: ...
[ "noreply@github.com" ]
Nik-Ark.noreply@github.com
648fc17b6a63a0c89842c5f9c143f316ff0845e5
e714a9fe597249d4383a0efe176fbc4ec6f3cd46
/L3/test_grading_aeN332Hp/skeleton/L3/ex2/ex2_driver.c
b03641e7b3131c56271115508e02e19cfdddb97f
[]
no_license
skinnychenpi/CS2106Lab
486b8c7bfd19cc1fa5c068a742374ef066110799
f36c6ce8a9315fb2198ff590fa38bd7d2c28fc4e
refs/heads/main
2023-05-07T17:13:58.955801
2021-06-01T11:34:53
2021-06-01T11:34:53
334,434,506
1
1
null
null
null
null
UTF-8
C
false
false
5,268
c
/************************************* * Lab 3 Exercise 2 ************************************* You may change this file during your own testing, but note that they will be replaced with the original files when we test your assignments. *************************************/ #include <pthread.h> #include <stdio....
[ "117010037@link.cuhk.edu.cn" ]
117010037@link.cuhk.edu.cn
a661897f8578faa3819f352fb575fbeefc68fac6
6339c27888fc7036c04deebea17ced8231a953ce
/Practise/Data Structures/Stacks and Queues/Priority Queue with Linked List.c
f356c0ad618fe1af7f96db1709261da69ca54af5
[]
no_license
vaibhavdangayachvd/C-Programming
9962563b1f9ee7386bc7c4a15db9364967e57849
76e863eafd1a63825715deb45b90bdd288158a85
refs/heads/master
2020-03-18T21:43:04.500861
2019-01-20T17:50:17
2019-01-20T17:50:17
135,298,033
0
0
null
null
null
null
UTF-8
C
false
false
1,682
c
#include<stdio.h> #include<conio.h> #include<stdlib.h> struct details { int prio; int num; struct details *next; }*head=NULL; typedef struct details node; void scan(void); void pop(void); void print(void); void insert(int,int); int is_empty(void); void main() { scan(); print(); printf("\n\nPress...
[ "vaibhavdangayachvd@gmail.com" ]
vaibhavdangayachvd@gmail.com
67e2236ec2acc3aeedc0cc416a8323b0ec122c84
8d2c99188b1cc6850cd7b87712af68dfc46a267c
/rush02/ex00/pair.h
551face2e97ba75f2c0760db05efa22cc00673ce
[]
no_license
Adi6e/School21Piscine
13dad82f8cb582eb4af7c2887b3daa744706fe59
62e1d0b2c02fc004264cddd59db2690d4d1c32f8
refs/heads/master
2023-07-13T15:05:01.619591
2021-08-26T09:57:11
2021-08-26T09:57:11
null
0
0
null
null
null
null
UTF-8
C
false
false
112
h
#ifndef DICTIONARY_H # define DICTIONARY_H typedef struct s_pair { char *key; char *value; } t_pair; #endif
[ "ldarlene@ox-c5.msk.21-school.ru" ]
ldarlene@ox-c5.msk.21-school.ru
fee18079ed288bff7f9447a60a34ef29ee9a1160
2032797afb016bc4250a9e724663d8633b1287d2
/positive.c
e262dd7ed2c10cc63b902054bf76661755d01b58
[]
no_license
jemi4/jemi
f813ea03f3fb07eef42384317fbe61df0a7d228a
da0c1ce153d055f7edeb77076ae2022115efd4a0
refs/heads/master
2021-05-12T13:58:39.390863
2018-01-22T11:16:29
2018-01-22T11:16:29
116,942,608
0
0
null
null
null
null
UTF-8
C
false
false
224
c
#include<stdio.h> #include<conio.h> void main() { int a; clrscr(); printf("enter the number="); scanf("%d",&a); if(a>0) { printf("the given number is positive"); } else { printf("the given number is negative"); } getch(); }
[ "noreply@github.com" ]
jemi4.noreply@github.com
fac902eddef5188893001e82a1d647a90b5400d9
203d7b7e3792acb8e7ccf0ca6feda8dc5b70ce60
/src/modules/jpeg/jcsample.c
f286c118c82c4ed2e04c32fd41cd03e50cc71963
[ "MIT" ]
permissive
Kalamatee/RayStorm
44e40882b5aff6fbefa3209bf6706cd402868dc3
1adb8f50478f795973aa51dcceb02682d671b41d
refs/heads/master
2020-12-11T03:38:15.490729
2019-06-21T15:32:22
2019-06-21T15:32:22
37,782,719
4
0
null
2015-06-20T19:22:47
2015-06-20T19:22:47
null
UTF-8
C
false
false
19,693
c
//////////////////////////////////////////////////////////////////////// // // Note : this file is included as part of the Smaller Animals Software // JpegFile package. Though this file has not been modified from it's // original IJG 6a form, it is not the responsibility on the Independent // JPEG Group to answer ques...
[ "andreasheu@gmail.com" ]
andreasheu@gmail.com
70b74446e660c86c30a797c0c26061c8f2837e7b
866ef32b830b2aa1b2588884d09189794d3e02b5
/sljit_src/sljitUtils.c
972cad94c507d447afab90de47371abb16edcbc8
[]
no_license
erthink/sljit
060141b051a66f3a2863fbb5a91977f666f6b911
fcd64958055d22cd7949a24530938330b7829e8f
refs/heads/master
2022-04-11T00:50:44.172860
2020-01-28T13:48:57
2020-01-28T13:48:57
236,987,194
1
0
null
null
null
null
UTF-8
C
false
false
11,504
c
/* * Stack-less Just-In-Time compiler * * Copyright Zoltan Herczeg (hzmester@freemail.hu). 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 ...
[ "zherczeg.u-szeged@partner.samsung.com" ]
zherczeg.u-szeged@partner.samsung.com
c8a77c01e69273d1dfb569b00e961da33be4f430
f026cb616ef14bae15a1d251ca6dbe0f55016d9c
/linux/17432.c
3d05787349aeb5dbe3bee8ed5d4b71561c613653
[]
no_license
jajajasalu2/cocci-lkmp-c-files
3eb7d451929dca5cb6beb56aabd69fe3f7fc176c
5da943aabe1589e393a131121dbf8e7a84b3cf2a
refs/heads/master
2020-12-02T17:30:14.411816
2020-01-29T08:36:30
2020-01-29T08:36:30
231,053,574
1
0
null
null
null
null
UTF-8
C
false
false
521
c
cocci_test_suite() { vm_fault_t cocci_id/* arch/powerpc/platforms/cell/spufs/fault.c 90 */; u64 cocci_id/* arch/powerpc/platforms/cell/spufs/fault.c 88 */; unsigned long cocci_id/* arch/powerpc/platforms/cell/spufs/fault.c 55 */; struct spu_context *cocci_id/* arch/powerpc/platforms/cell/spufs/fault.c 53 */; int c...
[ "jaskaransingh7654321@gmail.com" ]
jaskaransingh7654321@gmail.com
b1f1964b4b599095e252442c2e5c97d97753ac1e
781b9e2e4aee231f49c23adf80c5af625d179f97
/CJUIKitDemo/Pods/Headers/Public/Mantle/MTLModel.h
d00222a2ef655492ebb351a1ca90e9098ed87e34
[ "MIT" ]
permissive
dvlproad/CJUIKit
4947ee1778138e8698f3037ea8d3979a6f96aed4
3dc93619ad545f613e9a7f7e1a4b0a93c4cb47ba
refs/heads/master
2021-11-10T03:55:26.905878
2021-10-28T20:15:44
2021-10-28T20:15:44
82,704,462
62
15
null
null
null
null
UTF-8
C
false
false
41
h
../../../Mantle/Mantle/include/MTLModel.h
[ "dvlproad@163.com" ]
dvlproad@163.com
c98be5f6024ed8f28fe86c93127139a152ef6f9c
299426a473b725df6c58f4b838be65eb7f6b46d2
/BootloaderCommonPkg/Library/UefiVariableLib/FtwLastWrite.c
3899db1c874d2c0a577dbed6d9df7e7a23e68b51
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause-Patent" ]
permissive
donnayoyo/slimbootloader
ae494e7f2e4e07652fc8c84e57f6f7a24f590310
7942790d76a66ef386660e72c61022696d36273e
refs/heads/master
2023-03-05T03:04:12.822419
2023-02-22T15:22:45
2023-02-22T22:19:56
153,537,980
0
0
BSD-2-Clause
2018-10-17T23:51:58
2018-10-17T23:51:57
null
UTF-8
C
false
false
5,360
c
/** @file Implement ReadOnly Variable Services required by PEIM and install PEI ReadOnly Varaiable2 PPI. These services operates the non volatile storage space. Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "FtwLastWrite.h" #incl...
[ "maurice.ma@intel.com" ]
maurice.ma@intel.com
831fc506fd2d31a4081a01db7c05a3dc6aff21a0
babed988c3385ce8f9f74bc7fbc5ec8d92d67034
/includes/arpa/nameser.h
f262694428abf9d01e9b60292d59e82e0a00476c
[ "ISC" ]
permissive
srgbtl/debian-isc-dhcp
c2afa21bdb4bba5b24893ad0efee205eda37e39e
ae7840e16134563281456254186ac702e942957f
refs/heads/upstream
2021-08-15T08:36:05.792871
2014-06-23T07:05:22
2014-06-23T07:05:22
19,861,292
0
0
NOASSERTION
2021-08-04T06:28:22
2014-05-16T15:27:08
C
UTF-8
C
false
false
17,403
h
/* * Copyright (c) 1983, 1989, 1993 * The Regents of the University of California. 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 a...
[ "apollock@debian.org" ]
apollock@debian.org
31c46cd489d000f9fd5c11735996e3eb1d3dc0be
d72d44bbaf4184a17fd332b581744dd397e6d14b
/include/mt_sys_hook.h
4e8970b3a01109fe8f4e13c241fcd16f2dd63925
[]
no_license
netdebug/mthread
3341acd509d561a1460ee06541638fe58b18d153
e0d0d75d878b7d87ce896eef541fd5f31b11bdde
refs/heads/master
2020-03-29T08:59:45.471366
2018-08-15T08:03:41
2018-08-15T08:03:41
null
0
0
null
null
null
null
UTF-8
C
false
false
4,575
h
/* * Copyright (C) zhoulv2000@163.com */ #ifndef _MT_SYS_HOOK_H_INCLUDED_ #define _MT_SYS_HOOK_H_INCLUDED_ #include <dlfcn.h> #include "mt_utils.h" #define RENAME_SYS_FUNC(name) name##_func // 重写系统函数 #ifdef __cplusplus extern "C" { #endif // 为空的情况下调用系统函数 #define HOOK_SYSCALL(name) ...
[ "zhoulv2000@163.com" ]
zhoulv2000@163.com
3ad7f25e7fd5c594dccff565f7667aaa4c62068d
e21bf3113f275cf595e6a0128645eea052eef435
/thread_pool.c
91157f10761f070b5a9e637c4075e50fc7450486
[]
no_license
nishikantparmariam/Multithreaded-Concurrent-Web-Server
ad9767db00e606ef1648077aae4b218b17a9a9c4
44cf0695f318535a741258e785a52d27c445d8f5
refs/heads/master
2023-01-18T19:52:29.137565
2020-11-29T07:46:06
2020-11-29T07:46:06
316,900,090
3
2
null
null
null
null
UTF-8
C
false
false
5,378
c
#include "common_headers.h" #include "definitions.h" /* scheduler* init_scheduler(char* policy, int buffer_size): Initializes a schedular of type schedular*. Sets the data structure of the schedular according to the scheduling policy Returns the schedular */ scheduler* init_scheduler(char* policy, int...
[ "nishikantparmar123@gmail.com" ]
nishikantparmar123@gmail.com
c1e7c7eb8b0488c03c4139af012c155af5f011be
acb8d4c4f974d872f31997f591fea4d748f94b93
/u/dizhu/weituo.c
890a3e79d013efd4cc27a7a688cc4050cf3b91b0
[]
no_license
MudRen/SZMUD
8ae6b05718b1a83363478469185e0d776b0fda5c
e3b46e6efa6d353f7f0d00ef676f97d5c0ec3949
refs/heads/master
2023-05-27T16:04:35.845610
2021-06-18T12:47:19
2021-06-18T12:47:19
361,736,744
1
2
null
null
null
null
GB18030
C
false
false
7,286
c
// Code of ShenZhou // weituo.c 韦陀伏魔剑 // by maco //xiaojian fix weituo bug on Nov.17,2000 #include <ansi.h> inherit F_DBASE; inherit F_SSERVER; void remove_effect(object me, int dam,int attack); void checking(object me,int dam,int attack); void checking2(object me,int dam,int attack,int old_dam,int old_att); int per...
[ "i@oiuv.cn" ]
i@oiuv.cn