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
4ba1479062f6849d08a158365cff9b6fe27c00b8
cb8cc65d76ce35f8ba087f82337e620d41105452
/CodigoC/sor.h
338a02cbd0cb31382d6263cd982f450a5b20afea
[]
no_license
febane/2D-Boundary-Condition-Problems
c0286962da93480f587bf5cbc2805f7a1e3ea9e8
2fdf795ab3dc7b6dc3f8a1d19852ac13b10f7e40
refs/heads/master
2021-01-10T12:12:14.889157
2015-12-11T19:24:59
2015-12-11T19:24:59
47,845,248
0
0
null
null
null
null
UTF-8
C
false
false
237
h
#include <stdio.h> #include <stdlib.h> #include <time.h> #include "listas.h" #include "saida.h" void resolve_sor(Coluna *matriz, int n, double omega, double toler); void resolve_sor2(Coluna *matriz, int n, double omega, double toler);
[ "fernandoneto@Fernandos-MacBook-Air.local" ]
fernandoneto@Fernandos-MacBook-Air.local
7ed200e5fcc9d2d63cc873df7996e0ae0c3e4fd0
c7792b5e5ae5e74d643518a5b0644020288fc6da
/mutants/fuzzgoat.mutant.10976.c
e25f834b0e3ef6e91aecdd61c3a241d24d8fd864
[ "BSD-2-Clause" ]
permissive
agroce/fuzzgoattriage
0dc99daf2d061aaa0f58ceef3657b6f9ff411613
173c585cc7e87bcb2b82ae22fde56935352cd597
refs/heads/master
2020-07-29T14:49:39.691056
2019-09-20T18:07:19
2019-09-20T18:07:19
209,830,892
0
0
null
null
null
null
UTF-8
C
false
false
32,159
c
/* vim: set et ts=3 sw=3 sts=3 ft=c: * * Copyright (C) 2012, 2013, 2014 James McLaughlin et al. All rights reserved. * https://github.com/udp/json-parser * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1...
[ "agroce@gmail.com" ]
agroce@gmail.com
b5d3416692852089e222070accaac09c70e15720
1437746e4420ce32fb9cae64b06bb0e2d5b0838b
/week5/knapsack.c
22ec50b28c544ff79e8f744f3d5b64a83dfd1c38
[]
no_license
petitemiu/Coursera-Algorithmic-Toolbox
ec5548bad137fdcd4d246f0cb42c26e98fb75e6c
654cab810fbfbb7699c3e47b8a1ff46567b79e46
refs/heads/master
2020-04-19T10:28:53.572834
2016-08-26T12:41:56
2016-08-26T12:46:42
66,647,372
0
0
null
null
null
null
UTF-8
C
false
false
1,165
c
#include <stdio.h> #include <malloc.h> void selection_sort(int* initial, int length){ int i, j, min; int tmp; for ( i = 0; i < length - 1; ++i){ min = i; for ( j = i + 1; j < length; ++j){ if ( initial[j] < initial[min] ){ min = j; } } tmp = initial[i]; initial[i] = initial[min]; initial[min] = t...
[ "petite.chu@gmail.com" ]
petite.chu@gmail.com
84be8353a9cd34fda4172362da0fe3136efa2f58
13a572f137cc3ea86a4845dfcd1dc8c8a9f62bdd
/redis-3.0.6/src/redis-cli.c
93a0900566a61e5b4de1d338d266a075cbece86b
[ "BSD-3-Clause", "MIT" ]
permissive
ankurpohekar/Lagotto
9dd46f26a7f09515844ca3df4e940150e4e6b869
4686f440da80ed245b4d23fe23a47c6d90357a9e
refs/heads/master
2021-01-10T13:50:44.355109
2016-01-14T10:47:37
2016-01-14T10:47:37
48,324,346
0
1
MIT
2019-04-03T19:57:46
2015-12-20T14:35:54
C
UTF-8
C
false
false
75,872
c
/* Redis CLI (command line interface) * * Copyright (c) 2009-2012, Salvatore Sanfilippo <antirez at gmail dot 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: * * * Redistributions o...
[ "ankurpohekar286@gmail.com" ]
ankurpohekar286@gmail.com
f2f526cd2a446ef8e0547a9b1fc0e5f5512e4658
0dbbd4b592fcce0851ea412b94f535465f1b16d2
/devel/zlib/files/deflate.c
a2ec17533de879b7909c62802fe822ad1c0932d1
[ "Zlib" ]
permissive
olear/pkgsrc-skel
f0b5e6ec1dac2fa72d85492f22ec7fd9dcaf7a05
51a06e44a2800888c049a367168dd7b83cb5da7b
refs/heads/master
2020-12-02T05:07:24.481515
2014-05-03T17:13:14
2014-05-03T17:13:14
19,408,034
0
1
null
null
null
null
UTF-8
C
false
false
71,439
c
/* deflate.c -- compress data using the deflation algorithm * Copyright (C) 1995-2012 Jean-loup Gailly and Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* * ALGORITHM * * The "deflation" process depends on being able to identify portions * of the input text w...
[ "olear@dracolinux.org" ]
olear@dracolinux.org
5d5138e72990222c32923daa215183d1f6e1fd59
0f4b65bdd99e642402d489fdd662a7dc1d1441f5
/testsuite/EXP_1/test232.c
6ea51fa46d55d16943b1339cd85ba97db8880bca
[ "MIT" ]
permissive
matthiaskrgr/CF3
157e4967f12a6e6a0eee0fa9421f7855d24047c5
981a49c2b1f0fb80e1d1778beb3f3ce8578338c3
refs/heads/master
2021-01-01T06:02:05.773732
2017-07-15T20:15:36
2017-07-15T20:15:36
97,335,407
0
0
null
2017-07-15T18:41:20
2017-07-15T18:41:20
null
UTF-8
C
false
false
52,081
c
/* CF3 Copyright (c) 2015 ishiura-lab. Released under the MIT license. https://github.com/ishiura-compiler/CF3/MIT-LICENSE.md */ #include<stdio.h> #include<stdint.h> #include<stdlib.h> #include"test1.h" volatile int16_t x27 = INT16_MIN; int32_t x28 = -1; int16_t x30 = -1; static int32_t t4 = 281791730; volatile ...
[ "ishiura-compiler@ml.kwansei.ac.jp" ]
ishiura-compiler@ml.kwansei.ac.jp
ee2e4c619bfee690c1c09ea1642ef1c881941300
4bf2a862abd5cb7a11f64157d3ebf62740dfc449
/parentFunctions.c
2e6f68070af91fc19d03595e41df2ffdab2b916e
[]
no_license
Alejom334/Processes-Shared-Memory-C
1e276338893b482c81d8204644415452952727f1
46346d5caf5df6867983565930bcc329d0b8f4d8
refs/heads/master
2020-12-04T17:12:36.686872
2020-01-05T00:37:25
2020-01-05T00:37:25
null
0
0
null
null
null
null
UTF-8
C
false
false
26,731
c
/*-------------------------------------------------------------------- | Source code: parentFunctions.c | Author: Alejandro Martinez | Student ID: 3625175 | Assignment: Program # 6 Processes & Shared Memory | | Course: [COP 4338 (Programming 3)] | Section: [U04 1198] | Instructor: William Feild |...
[ "noreply@github.com" ]
Alejom334.noreply@github.com
0efa7c3af3a38eedb0d1456b6b3112bb6b672d8f
3857cab3b6b98612ebd4b87eb0e36c778bacef53
/NeutrinoPhysics/nueosci01/bin/make_plots_paper01_4xsingle_MenaFormat_F3.C
48d278e2d9b69b2e4675f1f978334948aa331798
[]
no_license
andres0sorio/GRBsWork
83b23ef6e579b026c58c0561facb66188f64d9ac
10c899a110afa81ef3ec195181ed7e0a48360a06
refs/heads/master
2021-01-10T14:30:37.130283
2015-10-26T04:56:27
2015-10-26T04:56:27
8,447,876
0
0
null
null
null
null
UTF-8
C
false
false
8,595
c
// $Id: $ // Include files //----------------------------------------------------------------------------- // Implementation file for class : make_plots_paper01 // // 2013-03-02 : Andres Osorio //----------------------------------------------------------------------------- void topTitle(const char *title) { TLate...
[ "osorio.af@gmail.com" ]
osorio.af@gmail.com
9ac5fd3b00f0a5175e30df46534453d1bbab670f
0cd7441019a71484410e873dba22534783f30945
/EnglishPlay_Cn/def.h
cf1cd5575adce36ac900e04e698489db4f62d61d
[]
no_license
TeamPBCN/Made-in-Wario
8ef047ce89a6e42380191b766151c9c752c86b0b
032a96c27c9e3fc3d1b94982d24094f4681c1f35
refs/heads/master
2020-04-10T13:33:40.281917
2018-12-19T06:56:09
2018-12-19T06:56:09
161,054,108
0
0
null
null
null
null
UTF-8
C
false
false
212
h
typedef unsigned int u32; typedef signed int s32; typedef s32 Result; typedef unsigned short u16; typedef u16 wchar_t; typedef struct CharTableEntry_s{ wchar_t _char; char pronun[6]; }CharTableEntry;
[ "littoma@163.com" ]
littoma@163.com
57d130373bfb3eb617bda05902f4e4a2fada95c5
3406eecde356d105cb5f8ae8c611c4582f3f65d9
/13-FreeRTOS-ADC—独立模式-单通道-DMA/User/adc/bsp_adc.h
1bfe9330169d9672c99846ca12f3d2c128e7de3e
[]
no_license
Embedfire-freertos/ebf_freertos_peripheral_code_stm32f429_tiaozhanzhe
1cf9a7a0b02d61a4072b215cbb7ca87a4ed34465
bd1c8759571aede4188a7539ed6e4573e527f49f
refs/heads/master
2021-07-19T05:14:55.002233
2021-01-08T08:59:40
2021-01-08T08:59:47
232,695,117
5
0
null
null
null
null
GB18030
C
false
false
781
h
#ifndef __BSP_ADC_H #define __BSP_ADC_H #include "stm32f4xx.h" // ADC GPIO 宏定义 #define RHEOSTAT_ADC_GPIO_PORT GPIOC #define RHEOSTAT_ADC_GPIO_PIN GPIO_Pin_3 #define RHEOSTAT_ADC_GPIO_CLK RCC_AHB1Periph_GPIOC // ADC 序号宏定义 #define RHEOSTAT_ADC ADC1 #define RHEOSTAT_ADC_CLK RCC_APB2Peri...
[ "flyleaf91@163.com" ]
flyleaf91@163.com
228e6d4e9fd67189f56433d9f850c79a257d3896
40acfde3615004f663bf1e1d8e6f7c45cba3883a
/sockets/ud_ucase_sv.c
5c593dd72e924a2ea02e1cfe80a392ebf7f16e6d
[]
no_license
rogerwelin/linux-programming
43d55804fb0741ad29ea4c8a20620a11e855a71a
ce935bd313c1918d084961cf49ec3ac20fcef1d8
refs/heads/master
2021-09-10T09:43:12.319048
2018-03-23T20:23:08
2018-03-23T20:23:08
121,567,241
1
0
null
null
null
null
UTF-8
C
false
false
1,210
c
#include "ud_ucase.h" int main(int argc, char *argv[]) { struct sockaddr_un svaddr, claddr; int sfd, j; ssize_t numBytes; socklen_t len; char buf[BUF_SIZE]; sfd = socket(AF_UNIX, SOCK_DGRAM, 0); if (sfd == -1) errExit("socket"); /* construct well-known address and bind server socket to it */ i...
[ "roger.welin@icloud.com" ]
roger.welin@icloud.com
a6e747897d2affdfb0374e8fd02972a1b25d256e
66538f27515b856b3eeb88670e32b96bf4caaaa1
/DUII/Simulation/GUI/ConvertColor/GUICC_M556.c
de413bb4a58894efa623741ebf74372a0eee36a6
[]
no_license
xianke5200/Emwin-source-V5.06
4ae1a83b6ed98227e5f6ef38c359709bab49ce94
9a95647c3bf311b4b5d11cc54d5d77a753e79e83
refs/heads/master
2023-04-21T09:58:35.215095
2021-05-20T03:13:06
2021-05-20T03:13:06
null
0
0
null
null
null
null
UTF-8
C
false
false
3,440
c
/********************************************************************* * SEGGER Microcontroller GmbH & Co. KG * * Solutions for real time microcontroller applications * ********************************************************************** * ...
[ "traqmateglenn@gmail.com" ]
traqmateglenn@gmail.com
bcd7520da4e9ed2efa85d7ce249c86a511008779
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/fastsocket/kernel/drivers/s390/cio/extr_ccwreq.c_ccw_request_cancel.c
d039146f59954a36be0e3872ab2237e47be50b1f
[]
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,144
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
e03608b207e5e33d26e1a0ac23a5f019ea949c43
575b92f81b23633dc7196898a8064eed7d78213a
/toolbox/gsw_enthalpy_t_exact.c
fb22a86092211c7f031eeb8c75dde345e19f5c22
[]
no_license
dankelley/GSW-C
3c8b91e34b60b9f035b676bfcbdacd44207fa42a
e78f8c70f7f247266ce4501d55a3f4e341fbf11b
refs/heads/master
2021-01-02T22:59:52.056054
2017-08-06T11:53:23
2017-08-06T11:53:23
99,434,465
0
0
null
2017-08-05T16:26:12
2017-08-05T16:26:12
null
UTF-8
C
false
false
700
c
/* !========================================================================== function gsw_enthalpy_t_exact(sa,t,p) !========================================================================== ! Calculates the specific enthalpy of seawater ! ! sa : Absolute Salinity [g/kg] ! t ...
[ "fdelahoyde@ucsd.edu" ]
fdelahoyde@ucsd.edu
5b8e7511aa2fed3b09be0bf06964ccaf526ef577
a94682fd2cc3bd339edf4e9b996bcc469cf5bfd3
/Lap9/lap9 b3.c
3e74a7b02524341c2169dbcd8d4b770415f47785
[]
no_license
Phamminh202/C
1b7a3758d8eb5aca16953c3e1871e9a9dfe35625
bcade9e232fb15fc17b5fcdca6c6fb2a7b96f9ac
refs/heads/master
2023-01-13T04:55:15.059191
2020-11-16T10:20:02
2020-11-16T10:20:02
306,551,323
0
0
null
null
null
null
UTF-8
C
false
false
631
c
#include<stdio.h> int main() { int arr[10]; int i,max,min,sum; float avg; int count=0,count2=0; for(i=0;i<10;i++) { printf("\nArr[%d]:",i); scanf("%d",&arr[i]); } max=arr[0]; min=arr[0]; for(i=0;i<10;i++) { if(arr[i]>max) { max=arr[i]; } sum+=arr[i]; } printf("\nSo lon nhat la %d",max); ...
[ "73330638+Phamminh202@users.noreply.github.com" ]
73330638+Phamminh202@users.noreply.github.com
8ead0d1789491e5434a3b1fa3deb799c85802981
2b603d9cca584e9f12d7091f202a1c4b0a2303ae
/data-structures/book/introduction/bubble_sort/bubble_sort.h
97e162604662cbb4cfcf1681d77c3301b73ef8da
[]
no_license
lttzzlll/Cup
ded29a7b24d919dbc7e2a6797fc34a49854c3a17
0c9e23b999e6c93c7ac81376823527f09bba594c
refs/heads/dev
2021-06-22T01:19:03.388336
2015-06-18T13:52:26
2015-06-18T13:52:26
23,658,447
0
0
null
2015-03-22T13:48:11
2014-09-04T10:40:28
C
UTF-8
C
false
false
125
h
#ifndef __BUBBLE_SORT_H__ #define __BUBBLE_SORT_H__ void sort(int *arr, int n); void bubble_sort(int *arr, int n); #endif
[ "lttzzlll@icloud.com" ]
lttzzlll@icloud.com
2d0fd92052036a6a813e8cae05af9302ac83f4ad
a378e495a6d805a6f620148bd204a90fff8356da
/vendor/WinMice_64/mice/src/cspice/sphrec_c.c
6efe31e30117b870d418daa953c27788f58db162
[]
no_license
zhufengGNSS/odtbx_nasa
815a4b7b7075fb201efdfe020a132b6ef0f9bd38
ce195f5b7d32b4972ee46e76fe9a04ccf3c3e2a7
refs/heads/master
2021-06-07T23:45:18.676574
2015-07-28T21:50:02
2015-07-28T21:50:02
74,735,982
2
2
null
null
null
null
UTF-8
C
false
false
5,361
c
/* -Procedure sphrec_c ( Spherical to rectangular coordinates ) -Abstract Convert from spherical coordinates to rectangular coordinates. -Disclaimer THIS SOFTWARE AND ANY RELATED MATERIALS WERE CREATED BY THE CALIFORNIA INSTITUTE OF TECHNOLOGY (CALTECH) UNDER A U.S. GOVERNMENT CONTRACT W...
[ "eric.grejda@emergentspace.com" ]
eric.grejda@emergentspace.com
627f53b3d0a5f4db2753e76f0934e2b1e512fb21
9d0bb07a93446fea605594bd50b7dcb249f29b6f
/cglib/clib/clib/cquark.c
ca438744c1b4cff96d82eb7026f74fa3d246df14
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain", "Zlib", "NCSA", "BSD-2-Clause", "LicenseRef-scancode-other-permissive" ]
permissive
rib/rig
eba8ea21d6d00e6fc42f577c2496ba22315d3981
bc5376c27ceaa2a9902448ae0ff029cc1479211e
refs/heads/master
2018-12-22T14:54:37.232971
2016-05-11T20:24:39
2016-05-11T20:24:39
6,338,697
4
1
null
null
null
null
UTF-8
C
false
false
3,565
c
/* * Copyright (C) 2014 Intel Corporation. * * 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, ...
[ "robert@sixbynine.org" ]
robert@sixbynine.org
1040523d2f72a01133ef2ad9ad2967546229e28d
6dd25eec53e15b2e2882535d768536d78e36fed3
/experiments/clock/block/aes_dec.h
5e7e97c277ae40695e9e37c524f1644736a9e33d
[]
no_license
octaviovieira/Ptolemy-XV
7936a12c05141eed5926dcd1e5926f1bc5244771
43d318948ddd5e7d367f19df5cd10fddf8c6eafb
refs/heads/master
2021-08-24T04:55:51.780427
2017-12-08T04:02:18
2017-12-08T04:02:18
106,500,516
1
0
null
null
null
null
UTF-8
C
false
false
359
h
#include "../../../analise/analise.h" #include "../../../aes/aes.h" void algorithm(void) { BYTE* ct = ptolemy_aes_dec("00000000000000000000000000000000", "80000000000000000000000000000000"); free(ct); } void setup() { Serial.begin(9600); } void loop() { unsigned long int c = cycles_of_clocks_for_execution(...
[ "octaviowork@hotmail.com" ]
octaviowork@hotmail.com
3d79096930bedad886365d23117064989418b90b
8ca5ebbcf65279b906a710f9774661d944019694
/3rdparty/Windows/libssh2/x64/shared/release/include/libssh2.h
1ce48efc45624f8774ef4e5e2cbdc3add603abfb
[ "MIT" ]
permissive
Vladimir-Lin/QtCURL
aea146459190f3d1b8abe5a073f2bd314de3f76b
8b06573b0ffbc0d70bc936010fcb7daefdf23968
refs/heads/main
2023-05-24T04:01:09.351661
2021-06-16T06:11:47
2021-06-16T06:11:47
377,389,708
0
0
null
null
null
null
UTF-8
C
false
false
52,102
h
/* Copyright (c) 2004-2009, Sara Golemon <sarag@libssh2.org> * Copyright (c) 2009-2015 Daniel Stenberg * Copyright (c) 2010 Simon Josefsson <simon@josefsson.org> * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the followi...
[ "lin.vladimir@gmail.com" ]
lin.vladimir@gmail.com
b09996a0d12768f590cdf552e1e9a64e0274880e
38dcba7b79e039cdd5bbeee39c6b86bcb41c51b7
/chap9.c
ec7c7699ac99a8fc074d3f57284e64a1ecf6c145
[]
no_license
shail/build_your_own_lisp
5acbdad3d3008f84c3c2a498f4d3df5f218caf10
1eb891f3ef7edb88ed076c8f0acd43c09f50c56c
refs/heads/master
2021-01-10T04:20:11.724396
2015-12-19T06:04:41
2015-12-19T06:04:55
45,268,884
0
0
null
null
null
null
UTF-8
C
false
false
12,991
c
#include "mpc.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #include <editline/readline.h> /* Create Enumeration of Possible lval Types */ typedef enum { LVAL_NUM, LVAL_DUB, LVAL_SYM, LVAL_SEXPR, LVAL_ERR } lval_type_t; /* S-expressions are variable length lists. We create a pointer ...
[ "shailpatel2@gmail.com" ]
shailpatel2@gmail.com
7d6fdda906d6b146642b4252330ad86f89cae2ec
088f0ba7da7fa0fdb66569a9ed4debe779ffc9e1
/queue.h
7a1d24059a04facfe626c50bd7e10e7eb27ebae7
[]
no_license
A1921-fang/fangjunwei43
7eb63dc40f831c6fa90b6ca840039dcf9618d9cb
cce0df10a1f81f1743000754a0dc40bc9adccc5f
refs/heads/main
2023-01-27T13:35:36.296466
2020-12-10T11:17:44
2020-12-10T11:17:44
314,176,339
0
0
null
null
null
null
UTF-8
C
false
false
975
h
#ifndef queue_h #define queue_h #include <stdio.h> #include <stdlib.h> #include <malloc.h> #include <time.h> typedef struct QNode{ int data; struct QNode * next; }QNode; #define maxsize 100 typedef struct PriQueue{ int data [maxsize]; int size; }PriQueue; typedef struct N...
[ "noreply@github.com" ]
A1921-fang.noreply@github.com
4d764f9d9f93361e0df3492a522f335fa95e0b1a
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/gcc/testsuite/g++.old-deja/g++.law/parsing4.C
6eced1b131c17252850342bf9f593ae4e561b341
[ "FSFAP", "LGPL-2.1-only", "LGPL-3.0-only", "GPL-3.0-only", "GPL-2.0-only", "GCC-exception-3.1", "LGPL-2.0-or-later", "Zlib", "LicenseRef-scancode-public-domain" ]
permissive
zhmu/ananas
8fb48ddfe3582f85ff39184fc7a3c58725fe731a
30850c1639f03bccbfb2f2b03361792cc8fae52e
refs/heads/master
2022-06-25T10:44:46.256604
2022-06-12T17:04:40
2022-06-12T17:04:40
30,108,381
59
8
Zlib
2021-09-26T17:30:30
2015-01-31T09:44:33
C
UTF-8
C
false
false
329
c
// { dg-do assemble } // GROUPS passed parsing // parsing folder // From: Glenn Engel <glenne@lsid.hp.com> // Date: Fri, 29 Jan 93 18:42:03 PST // Subject: Parse Error // Message-ID: <9301300242.AA15550@hplslk.lsid.hp.com> int test1(void (**roc)(int,int)); // parse error int test2(int id,void (**orc)(int,int)); ...
[ "rink@rink.nu" ]
rink@rink.nu
d5d9f879e7dbda4d8af32bebda8ccbbf3dc60446
4ea7e20feace5a5359c2d1b5dc1c6e60896065cf
/DS/heap/maxheap.c
46feac04d6583c61519a05ffa3b1541d16c7c357
[]
no_license
pluto-wang/DS_ALGO
c5e531b58835ce35fe58ec946902a1e8a22c36c2
9f100a17e6cd35b7ba531a488bf8e7fd4824697a
refs/heads/master
2021-03-26T00:49:07.741121
2019-10-27T04:27:22
2019-10-27T04:27:22
119,663,565
0
0
null
null
null
null
UTF-8
C
false
false
1,204
c
#include <stdlib.h> #include <stdio.h> #include <math.h> void max_heapify(int*,int,int); void swap(int*,int,int); int main(){ int list[]={28,13,1,77,9,24,7}; printf("Original list: "); int size = sizeof(list)/sizeof(int); for(int i =0;i<size;i++) printf("%d ",list[i]); printf("\nMax h...
[ "pluto@gmail.com" ]
pluto@gmail.com
1e5171a59efca0309b76ddc3091a77b3af200fab
7bdbcb62d571078727df8986ee66d209f6c84453
/libft/ft_strchr.c
3d5bf4e5440782c2a9b6c45a9ce897c638596f11
[]
no_license
zenololtan/ft_printf
a1717bcf046dd1fb5910673f9c8d293405747c5e
b3c2d00e14dc21c0f1ca39c90628974e8292b08c
refs/heads/master
2020-09-21T05:18:43.168688
2020-02-24T17:34:11
2020-02-24T17:34:11
224,691,125
0
0
null
null
null
null
UTF-8
C
false
false
1,085
c
/* ************************************************************************** */ /* */ /* :::::::: */ /* ft_strchr.c :+: :+: ...
[ "ztan@f1r5s19.codam.nl" ]
ztan@f1r5s19.codam.nl
35bb1fe74616a797bd77081212fcd822e2a3f8ca
51635684d03e47ebad12b8872ff469b83f36aa52
/external/gcc-12.1.0/libgfortran/intrinsics/date_and_time.c
c847d8ad64ca5844cece8275ec253f002db00d71
[ "LGPL-2.1-only", "GPL-3.0-only", "GCC-exception-3.1", "GPL-2.0-only", "LGPL-3.0-only", "LGPL-2.0-or-later", "Zlib", "LicenseRef-scancode-public-domain" ]
permissive
zhmu/ananas
8fb48ddfe3582f85ff39184fc7a3c58725fe731a
30850c1639f03bccbfb2f2b03361792cc8fae52e
refs/heads/master
2022-06-25T10:44:46.256604
2022-06-12T17:04:40
2022-06-12T17:04:40
30,108,381
59
8
Zlib
2021-09-26T17:30:30
2015-01-31T09:44:33
C
UTF-8
C
false
false
16,427
c
/* Implementation of the DATE_AND_TIME intrinsic. Copyright (C) 2003-2022 Free Software Foundation, Inc. Contributed by Steven Bosscher. This file is part of the GNU Fortran runtime library (libgfortran). Libgfortran is free software; you can redistribute it and/or modify it under the terms of the GNU General P...
[ "rink@rink.nu" ]
rink@rink.nu
fae75d4a89e89d203e0a30fac59488a5c0a4ac89
bd1fea86d862456a2ec9f56d57f8948456d55ee6
/000/109/367/CWE606_Unchecked_Loop_Condition__wchar_t_listen_socket_06.c
3a4cc001fab76d3ca6bf668e7c99d56f830680df
[]
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
15,042
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE606_Unchecked_Loop_Condition__wchar_t_listen_socket_06.c Label Definition File: CWE606_Unchecked_Loop_Condition.label.xml Template File: sources-sinks-06.tmpl.c */ /* * @description * CWE: 606 Unchecked Input For Loop Condition * BadSource: listen_socket Read data usi...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
30020ee9cb9326c7fd05c6fac78f7ada7fe7e021
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/radare2/libr/anal/extr_data.c_is_number.c
95ac0ac15832131ee8539ead9900c320341214c0
[]
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
683
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
e0f33b52118d7438ce3c5d9a4318f4db2cb46507
6600feb574b02bf5aae6e263c66d5d63541edf11
/Classes/Constant/Easy.h
dbdfc19f81502b8c548f88cebdda5ce2a9124469
[]
no_license
lasnrhar/plus
5bc7ca0791e5dfa60d80f1fce5ff583af704aced
5071ff6c2c1a9b971beb37fdef6ab4e966b90280
refs/heads/master
2021-01-22T11:58:38.463395
2015-03-11T13:41:00
2015-03-11T13:41:00
32,019,527
0
0
null
null
null
null
UTF-8
C
false
false
6,504
h
#ifndef __EASY_H__ #define __EASY_H__ const static int EASY_LEVEL = 10; static int easyMap1[8][8] = { { 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0 }, { 2, 1, 1, 1, 1, 1, 1, 3 }, { 0, 0, 0, 0, 0, 0, 0, 0 }, ...
[ "lasnrhar@gmail.com" ]
lasnrhar@gmail.com
bd8d7d8bee87ed0c1cc0e94e4d7171bc128f59cb
0a936ddbb87889e61343eab4b5dbe78947ba27eb
/Parallel/TaskOne.c
f7e37055e18318c2599d7a4f1032b5ad13cfe880
[]
no_license
Mapleshade/CLionProjects
7e04e67ab69c34bbc90e0581a7d99ce4b8f58592
5bd8c7a42da3886aeaf0a0ea240dc5241585d7c9
refs/heads/master
2021-09-10T19:26:16.051018
2018-03-31T18:10:11
2018-03-31T18:10:11
125,409,346
0
0
null
null
null
null
UTF-8
C
false
false
460
c
//Написать программу где каждый поток печатает свой идентификатор, // количество потоков всего и строчку «Hello World». Запустить программу с 8 потоками. #include <omp.h> #include <stdio.h> int main() { #pragma omp parallel num_threads(8) printf("Hello World! from thread %d, nthreads %d\n", omp_get_thread_num(), ...
[ "lady.gazizova2011@yandex.ru" ]
lady.gazizova2011@yandex.ru
e0dfa7318d89effcd9dd913f496ce8ab3a1442d4
bffe93166ae7ed2b5bdf2b8b38d75529b06d3e2a
/old/fuzzyController_ert_rtw/fuzzyController.c
83dc0822df5139d344da68604887356703d9d7b6
[ "MIT" ]
permissive
mrnguyen211190/BrinirController
1551aac440cce3ebf04f93d5c4d2c5e580d0ed17
e3079f1ce4fa4f1f13f329f1c7733cc9f8753953
refs/heads/master
2021-01-21T00:59:58.247747
2015-03-20T12:05:20
2015-03-20T12:05:20
null
0
0
null
null
null
null
UTF-8
C
false
false
55,375
c
/* * File: fuzzyController.c * * Code generated for Simulink model 'fuzzyController'. * * Model version : 1.23 * Simulink Coder version : 8.5 (R2013b) 08-Aug-2013 * C/C++ source code generated on : Wed Jan 28 20:09:45 2015 * * Target selection: ert.tlc * Embedded hardware selection: A...
[ "rajpaged@gmail.com" ]
rajpaged@gmail.com
1bea4cdc9fb9f6965ef258489a3af40b30b72def
25f7d14799ff1679b85208f2d6f1654f02283af6
/STM32f103C8T6/STM32F103-Tutorial-master/Màn hình GLCD Gphone/UserSTM32F1/Include/user_gpio.h
c3e23e8a29143bb77d02e733b3ac1142d37e684a
[]
no_license
heungsaeom/arm
7927af652af8adfe9f5bfdc74052908d55ea4da7
9e072f25a38306dff3d3e941da968788378044c5
refs/heads/master
2021-05-01T10:04:59.829575
2018-02-14T17:53:04
2018-02-14T17:53:04
121,103,043
0
1
null
null
null
null
UTF-8
C
false
false
323
h
#ifndef __USER_GPIO_H #define __USER_GPIO_H #include "stm32f10x_gpio.h" /******************************************************************************/ /******************GPIO****************************************/ void GPIO_Configuration(void); /**************************************************************/ #end...
[ "nguyenvanhung96bn@gmail.com" ]
nguyenvanhung96bn@gmail.com
17b4bb752d27f369b4347eb685a886f4bb3991df
af6a01820590ca0c7a9ff00013b3def608b92b84
/evil/malware_4.c
5dccecf13632761898e3ae44aadf70d05cf3129f
[]
no_license
bastinjul/LINGI2144---Assignement-2
f94edbe2a4a897d2736f56fd8dfa467ddc059d43
4d9a39e10316ff8a0708ba362c463a4e556456a7
refs/heads/master
2022-07-20T23:37:10.375144
2020-05-16T13:25:38
2020-05-16T13:25:38
264,329,695
0
0
null
null
null
null
UTF-8
C
false
false
670
c
// // Created by julien on 13-05-20. // #include <stdio.h> #include <string.h> #include <stdlib.h> char keystream = '\x90'; char *obf = "\xd9\xb0\xf1\xfd\xb0\xf5\xe6\xf9\xfc\xb1\xb1\xb1\x9a"; char *xor(char *str) { int i; char *cipherstr; size_t len = strlen(str); cipherstr = malloc(len * sizeof(char...
[ "julien.bastin@student.uclouvain.be" ]
julien.bastin@student.uclouvain.be
0c970dc597c6b9fbe62086e8b91d64eabe6f7581
fc742b8cd491a67a68a5746d30de9ad8d703b9e4
/sec_simon_v04/fw/src/sec_simon_v04.c
7dc25106cae45db53573c9d4f0156c82c49c0e90
[]
no_license
Ko-/maps
ba9c188abc765c08660fae90fd411464a5ed9ac6
c455ebaddccf8413816582d4e0af1257577718f0
refs/heads/master
2020-06-12T11:34:59.991136
2018-01-10T15:12:11
2018-01-10T15:12:11
194,286,467
0
0
null
2019-06-28T14:24:19
2019-06-28T14:24:19
null
UTF-8
C
false
false
1,953
c
/* * * University of Luxembourg * Laboratory of Algorithmics, Cryptology and Security (LACS) * * arm_v7m_leakage simulator * * Copyright (C) 2017 University of Luxembourg * * Written in 2017 by Yann Le Corre <yann.lecorre@uni.lu> and * Daniel Dinu <daniel.dinu@uni.lu> * * This simulator is free software; yo...
[ "yann.lecorre@uni.lu" ]
yann.lecorre@uni.lu
a2fa8541140da1c70243b40bb843a557571f95ac
0fcaa0469edba35c50c086e342150c8b7b9c1173
/src/tests/encore/forward/forwardFieldAccess_src/Bar.encore.c
56933d3eaf7554807dfba80cc8db7f90cbd06b6d
[]
no_license
duckyduckmaster/future_opt
31bd0408ceb104ed37d3a6b30562670f5f990ade
112c509a6edc6508352248ff34fe2d72158bff22
refs/heads/master
2021-01-21T20:08:14.226365
2017-06-13T19:24:31
2017-06-13T19:24:31
92,197,686
0
0
null
null
null
null
UTF-8
C
false
false
15,580
c
#include "header.h" static void* trait_method_selector(int id) { switch (id) { default: { printf("error, got invalid id: %d", id); } }; return NULL; } struct _enc__class__forwardFieldAccess_Bar_t { encore_actor_t _enc__actor; }; void _enc__type_init__forwardFieldAccess_Bar(_enc__class_...
[ "volcanobrain1212@gmail.com" ]
volcanobrain1212@gmail.com
ca65eee02a0eb7fcf19bc28e59681bfffa789a1d
664a14b0998a94c1c5f2695a66c6452aaf6c2c49
/malware_via_email/malware_1670/ia32_pe/by_hex-rays.c
d0f0312829ab485271126466a4fd2c3b5e00d9b6
[]
no_license
xiaobo996/decompiler-subjects
2d8712a3ef0c031d2cf44b3e69ec8b03983cd366
d8d55ee11f095405aeb420fa982f260dd85b5831
refs/heads/master
2023-03-15T10:26:13.249349
2021-03-14T16:47:33
2021-03-14T16:47:33
null
0
0
null
null
null
null
UTF-8
C
false
false
32,572
c
/* This file was generated by the Hex-Rays decompiler. Copyright (c) 2007-2020 Hex-Rays <info@hex-rays.com> Detected compiler: Visual C++ */ #include <windows.h> #include <defs.h> //------------------------------------------------------------------------- // Function declarations // char __usercall start@<al...
[ "i-git-stone@rf.risimo.net" ]
i-git-stone@rf.risimo.net
b1073af4f70b0d7bef844ad8948076d4190dad37
18edcb3eeb3c7acb3d0744f16368ee0c42cc2180
/pset1_5.c
018dbc1d5cf5582185f3981f0a1ec981330c90f2
[]
no_license
adlenepriyatharisini/c-program
9a8a6aba7e865631c422c7cdfaaa6b2026347cb7
fa20baffc14edae393e69a5995db575a0172061e
refs/heads/master
2020-04-25T15:50:46.440642
2019-06-12T13:21:21
2019-06-12T13:21:21
172,890,897
0
0
null
null
null
null
UTF-8
C
false
false
368
c
#include<stdio.h> #include<conio.h> void main() { int a[20],i=0,n,j,k; char r[2]; n=strlen(r); scanf("%s",r); for(i=0;i>n;i++) { if(r[i]=='I') { a[i]=1; } elseif(r[i]=='V') { a[i]=5; } elseif(r[i]=='x') { a[i]=10; } else { printf("invalid"); } k=a[len-1] if(a[i]>a[i-1]) { k=k-a[len-1]; } elseif(a[i]==a[i+i]||a[i]<a[i+i...
[ "noreply@github.com" ]
adlenepriyatharisini.noreply@github.com
c3e2998e90eb3f84c41f28d8fc68bcdf0c676848
c05f9f6817f74263bdc078d3872ba8fab6f1b09b
/1478196920.c
bb222852627a0f64846ff4df3641ad05263d8f0b
[]
no_license
Saisi/secret-octo-wookie
71aa331779216775ee10d8d0a738dd364a5c5202
a8e52e3fed94ab6993d4baaeaa926d659cac3735
refs/heads/master
2021-01-23T18:59:00.780545
2017-06-03T05:33:28
2017-06-03T05:33:28
25,811,730
0
0
null
null
null
null
UTF-8
C
false
false
407
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.2.0 * Git version: dcef523 * Options: (none) * Seed: 628328051 */ #include "csmith.h" static long __undefined; /* --- Struct/Union Declarations --- */ #pragma pack(push) #pragma pack(1) struct S0 { volatile signed f0 : 24; volati...
[ "saisi@users.noreply.github.com" ]
saisi@users.noreply.github.com
3b47190e4b9d945881ad41ce665cdc8be18572fd
67eac20379df329d55d74f4e36ac206f7d50ec75
/code_examples/IOM_Signals_Comparison_1_KIT_TC397_TFT/Libraries/Infra/Sfr/TC39B/_Reg/IfxFce_bf.h
dc9cb2330692e4c09e4ae030339f552e858e49aa
[]
no_license
Infineon/AURIX_code_examples
d0adb2daa86df1eae52aac6451fd5a9d4ba1b5eb
a1623634511d4463537aac33bf791c37fbb17f1c
refs/heads/master
2023-04-13T01:31:03.043401
2023-04-03T11:53:03
2023-04-03T11:53:03
192,314,276
365
278
null
null
null
null
UTF-8
C
false
false
21,511
h
/** * \file IfxFce_bf.h * \brief * \copyright Copyright (c) 2020 Infineon Technologies AG. All rights reserved. * * * Version: TC39XB_UM_V1.5.0 * Specification: TC3xx User Manual V1.5.0 * MAY BE CHANGED BY USER [yes/no]: No * * IMPORTANT NOTICE * * Use of this file is subject...
[ "matteo.vitturi@infineon.com" ]
matteo.vitturi@infineon.com
5d40c5b1aa6a7ce44796edc8df57b1ca6906f1fa
83214753e9183327e98af0e6768e9be5385e5282
/d/tianshui/tree2.c
e65a446cf5b75b1ff588e00e11f60a2332c6872d
[]
no_license
MudRen/hymud
f5b3bb0e0232f23a48cb5f1db2e34f08be99614e
b9433df6cf48e936b07252b15b60806ff55bb2f3
refs/heads/main
2023-04-04T22:44:23.880558
2021-04-07T15:45:16
2021-04-07T15:45:16
318,484,633
1
5
null
null
null
null
GB18030
C
false
false
826
c
// Room: /d/china/junying/xiaozhen/tree2.c inherit ROOM; void create() { set("short", "大树上"); set("long", @LONG 这里是树上,树枝上还挂着一个鸟巢。 LONG ); set("exits", ([ /* sizeof() == 1 */ "down" : __DIR__"tree1", ])); set("no_clean_up", 0); set("bird",1); setup(); } void init() { add_action("do_tao","tao"); } int do_ta...
[ "i@oiuv.cn" ]
i@oiuv.cn
9af33146ed7df310da6491133bcc969c728207d9
d8791a84e7e4d5485ba8ae44e9df666d2ada690a
/TASTest.c
d96ccfa88e9e68647ffa026626b154111de7fb67
[]
no_license
NicolasDepre/PerformanceEvaluationMultithread
5c612bb1f0901a6401a8e40b6f3d98b1e56f6eb3
bc26939fc1e92d7df38fef0590150701e90e30db
refs/heads/master
2023-01-20T00:16:05.864801
2020-12-02T18:57:39
2020-12-02T18:57:39
312,568,319
0
0
null
null
null
null
UTF-8
C
false
false
1,206
c
// // Created by Shadow on 11/21/2020. // #include "headers/TAS.h" #include <stdlib.h> #include <pthread.h> int counter = 6400; spinLock* l; /* * Programme qui test l'efficacité des verrous implémentés dans le fichier TAS.C */ typedef struct{ pthread_t thread; int counter; int id; }Thre...
[ "nicolas.depre@student.uclouvain.be" ]
nicolas.depre@student.uclouvain.be
ef6001eb9e70140d0ad0b529b9687662051e00e4
e177d97caffc0717257435b6ba15b5be5455c9b0
/disparity/tb_disparity.h
410e8a5f729406cb62c649a964e2aa4f745daddd
[]
no_license
DARCLabHao/S2CBench
8f2e41c4da646b597db756ce6a6e51948fe33fd3
aa7400ab9b7491d98caaa36e5d6170dee40575a9
refs/heads/master
2020-04-22T23:50:03.640615
2018-02-26T21:36:29
2018-02-26T21:36:29
170,755,420
0
1
null
2019-02-14T20:44:00
2019-02-14T20:44:00
null
UTF-8
C
false
false
1,919
h
//======================================================================================== // // File Name : tb_disparity.h // Description : testbench module declaration // Release Date : 23/02/2018 // Author : PolyU, UT Dallas DARClab // Shuangnan Liu, Jianqi Chen, Benjamin Carrion Scha...
[ "noreply@github.com" ]
DARCLabHao.noreply@github.com
b60336ccd073f2439d24572bb15c4299065039fc
00936f1490fb98cbbc45b6293f7ac0d1cfaaf463
/source/r_sdc_sdmem_rx/r_sdc_sdmem_rx_vx.xx/r_sdc_sdmem_rx/src/r_sdc_sd_wrapper.c
b4debeeae5d98ec3b81a0d0455a0fdc3606fd62a
[ "MIT", "DOC" ]
permissive
renesas/rx-driver-package
a5395424cc3e7574103aa7f075f70021e0e7384e
d6679aca8839c62370d36dfc2b7255551e3c4b46
refs/heads/master
2023-09-04T22:12:06.725331
2023-08-28T02:17:34
2023-08-28T02:17:34
255,783,844
11
5
MIT
2023-07-19T00:07:13
2020-04-15T02:32:14
C
UTF-8
C
false
false
30,451
c
/********************************************************************************************************************** * DISCLAIMER * This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No * other uses are authorized. This software is owned by Renesas El...
[ "hiroki.ishiguro.fv@renesas.com" ]
hiroki.ishiguro.fv@renesas.com
9543b87b9f079e05018d385d6ed8af69e922ae18
e02ad331a0708c7f03fdb70589dbe1aef2ae62ca
/UART Speedometer Test Code/main.c
a84a9232a58e384cfc06900c677c08fad0c883ab
[]
no_license
cordesm1/EGR_326_Final_Project_test_1
b822837a525e028e80410f78237388b4d9ebf77d
172693b300ac83fed944fd20d060c800e8c335c6
refs/heads/master
2020-04-05T10:11:29.368094
2018-11-09T03:29:08
2018-11-09T03:29:08
156,791,018
0
0
null
null
null
null
UTF-8
C
false
false
4,361
c
#include <driverlib.h> const eUSCI_UART_Config uartConfig = { EUSCI_A_UART_CLOCKSOURCE_SMCLK, 13, // 0, 37, EUSCI_A_UART_NO_PARITY, EUSCI_A_UART_LSB_FIRST, EUSCI_A_UART_ONE_STOP_BIT, EUSCI_A_UART_MODE, EUSCI_A_UART_OVERSAMPLING_BAUDRATE_GENERATION }; char enter[] = "Enter Duty Cycle\r\n"; char enter_new[...
[ "koellern@mail.gvsu.edu" ]
koellern@mail.gvsu.edu
1aba33eb75ca3fdbcfd3fb036d985f2947752d19
1cd931b28b415e0f9810cee3d0b6aba34b8a403c
/Det.h
cfd69b5f70aa7644a01d00a75476df7e33e3d34f
[]
no_license
AhmedEssam04/AVR-AutoSAR
0c2796fc399cc26659b2743232da0539f94debb5
c5587a3faf349bd6c00e36127b84f26ba0c36d32
refs/heads/master
2020-07-28T20:53:40.843731
2019-09-19T11:19:24
2019-09-19T11:19:24
209,534,672
0
0
null
null
null
null
UTF-8
C
false
false
1,703
h
/****************************************************************************** * * Module: Det * * File Name: Det.h * * Description: Det stores the development errors reported by other modules. * * Author: Mohamed Tarek ******************************************************************************/...
[ "noreply@github.com" ]
AhmedEssam04.noreply@github.com
0fcdc65a660e0fa47c7e636240908a1020d4da54
092fcb3077407def5f16f2b09fd4763998407e6d
/Pods/Headers/Private/OOMDetector/QQLeakPredefines.h
94409bdac745719c3aa41771a648b6c87fe12869
[ "MIT" ]
permissive
lixiang1994/SDAutoLayout
b099936f95a28f7dfb9fb453d4cbaf9076788f1b
2d20ac8b980f61678ca6e5f38cc44c359a2b1531
refs/heads/master
2020-12-28T19:07:16.115753
2019-05-24T04:11:48
2019-05-24T04:11:48
57,260,425
5
1
MIT
2019-05-24T04:04:32
2016-04-28T01:26:41
Objective-C
UTF-8
C
false
false
88
h
../../../OOMDetector/libOOMDetector/libOOMDetector/OOMDetector/common/QQLeakPredefines.h
[ "gsdios@126.com" ]
gsdios@126.com
63431402f24c175eb982580ec3d181e2a57e509d
86750e97c351e4fb2aca3c3fd57a2fa4662d597c
/Core/Inc/stm32f1xx_it.h
7c70b4ccc2ccc073f37436e74321f9e736dd8740
[ "Apache-2.0" ]
permissive
luodeb/USART1
1308c56fdfe78077b75cab176e317667fa0d1a44
ac6fbfc61be0e1566a88d74c5cb3b50072989c63
refs/heads/main
2023-04-13T05:30:21.545442
2023-04-07T12:52:07
2023-04-07T12:52:07
334,689,501
3
2
null
null
null
null
UTF-8
C
false
false
2,213
h
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32f1xx_it.h * @brief This file contains the headers of the interrupt handlers. ****************************************************************************** * @attention * ...
[ "noreply@github.com" ]
luodeb.noreply@github.com
0f29acddbc6486f31f8c1e0c788368c87be50ff0
1de9c08e603acbac46e04192fc7b83cebb2069f7
/include/apps/font/font_file.h
00ec5c39611d79b5a8cb79b7cc2799419c010119
[]
no_license
wxk987308259/Hisi3518e_MySDK
1c7bd832bcdac256ee31b55cb4017667b9d78563
6b9007026cc6c3b0d42a7fa5f83d52d09575d308
refs/heads/master
2021-06-20T11:46:00.084418
2017-08-02T08:34:28
2017-08-02T08:34:28
null
0
0
null
null
null
null
UTF-8
C
false
false
197
h
#ifndef __FONT_FILE_H__ #define __FONT_FILE_H__ int font_file_open(const char* file); int font_file_seek(long offset); int font_file_read(void *pdata, long size); void font_file_close(); #endif
[ "474874549@qq.com" ]
474874549@qq.com
f85d12dfa2fb4f9b3fe8a38195cb4f419f29de4f
a1b415418fffc5d02f55c358ad63432fcd128284
/22. Iconview控件/User/stm32h7xx_it.c
cdff4704a58e5d9b2d4109211192df312639bcc5
[]
no_license
mfkiwl/ebf_emwin_tutorial_code_stm32h743_pro
70796701a2a6024297d2400a4a2119f67f20d849
c07c7c6cdda1ef05fce1cbeaf286b8612c7c716b
refs/heads/master
2023-04-12T03:50:08.078907
2021-05-20T13:17:34
2021-05-20T13:18:25
null
0
0
null
null
null
null
GB18030
C
false
false
6,285
c
/** ****************************************************************************** * @file stm32h7xx_it.c * @brief Interrupt Service Routines. ****************************************************************************** * * COPYRIGHT(c) 2018 STMicroelectronics * * Redistribution and use in source...
[ "flyleaf91@163.com" ]
flyleaf91@163.com
b4dff82b9f5a48bc6203c6d321a5b4fb17bf559e
35a0a383b079978992647555645ac30e52ebec3f
/test/Sema/address_space_print_macro.c
9557149d7c71659801b384cfdd86fbd78fb69695
[ "Apache-2.0", "LLVM-exception", "NCSA" ]
permissive
Codeon-GmbH/mulle-clang
f050d6d8fb64689a1e4b039c4a6513823de9b430
214e526a2b6afeb9508cac5f88c5a4c28e98982f
refs/heads/mulle_objclang_100
2021-07-18T07:45:29.083064
2021-02-16T17:21:51
2021-02-16T17:21:51
72,544,381
29
5
Apache-2.0
2020-04-30T11:36:08
2016-11-01T14:32:02
C++
UTF-8
C
false
false
3,020
c
// RUN: %clang_cc1 %s -fsyntax-only -verify #define AS1 __attribute__((address_space(1))) #define AS2 __attribute__((address_space(2), annotate("foo"))) #define AS_ND __attribute__((address_space(2), noderef)) #define AS(i) address_space(i) #define AS3 __attribute__((AS(3))) #define AS5 __attribute__((address_space(5...
[ "leonardchan@google.com" ]
leonardchan@google.com
d793f4b3bb9f0b7d83bb274ed987245910f644a7
511d7cd374cf8ecdc6a9d72223bed16a32d83c78
/msnet/src/inetbase/inetbase/strparsing.h
53cdbda2f616a09e5144687d03959d0ba14d78dc
[]
no_license
mynick777/msdk
1818c718a181de772b9a3e2dd6d7b9a66296dc86
4ee669c60148ad72e1d8af9bea05e05019af79e6
refs/heads/master
2020-05-18T00:56:37.308774
2019-05-01T16:19:13
2019-05-01T16:19:13
184,075,465
0
0
null
2019-04-29T13:22:32
2019-04-29T13:22:32
null
UTF-8
C
false
false
626
h
/* Free Download Manager Copyright (c) 2003-2011 FreeDownloadManager.ORG */ #ifndef __STR_PARSING__H_ #define __STR_PARSING__H_ inline BOOL fsStrIsDivider (char c) { if (c == ' ' || c == '\n' || c == '\r' || c == '\t') return TRUE; return FALSE; } inline LPCSTR fsStrSkipDividers (LPCSTR psz) { while (fsStrI...
[ "maguojun123@126.com" ]
maguojun123@126.com
dbc87152ca92a8ca74d6a8eba693c9bd1a96f8eb
93051f8bad165da4e249ca08b6d92f46b4ba1d95
/kupyna512.h
6798e3bce69665b43a9fae5b83ebe0892dbc9d6c
[ "MIT" ]
permissive
sjinks/kupyna-c
67afe1d51d588870eabcfb7242585df184ef9308
a59cdeaf909e1ff4bf56097b295842a6497d01ce
refs/heads/master
2022-05-20T03:49:14.082756
2022-04-09T09:09:54
2022-04-09T09:09:54
75,540,892
3
1
MIT
2023-09-08T10:15:03
2016-12-04T14:01:22
C
UTF-8
C
false
false
1,207
h
#ifndef KUPYNA512_H_ #define KUPYNA512_H_ #include <stdint.h> #if defined(__SSE2__) #include <emmintrin.h> #elif defined(__SSE__) #include <xmmintrin.h> #elif defined(__MMX__) #include <mmintrin.h> #endif union uint1024_t { #if defined(__SSE2__) __m128i h[8]; #elif defined(__SSE__) __m128 h[8]; #elif defined(...
[ "volodymyr@wildwolf.name" ]
volodymyr@wildwolf.name
5d08c02a443484aeefde96b507952a5ae19d3f5a
b477697f95728fbf8d1759a73858860c9620c3ab
/peripheral/osc/processor/osc_p32mx350f128l.h
c42096411d5f3087d3815eb87b34f67d39ededa2
[]
no_license
gmuro/harmony-v2_06-framework
12bcb30c2dc9f4737aab8762da8b25632822d00e
2196b67de35af9d1126b539b08324cf72ed13521
refs/heads/master
2022-12-07T19:24:34.649360
2022-11-18T22:16:49
2022-11-18T22:16:49
190,900,209
1
1
null
null
null
null
UTF-8
C
false
false
30,842
h
/* Created by plibgen $Revision: 1.31 $ */ #ifndef _OSC_P32MX350F128L_H #define _OSC_P32MX350F128L_H /* Section 1 - Enumerate instances, define constants, VREGs */ #include <xc.h> #include <stdbool.h> #include "peripheral/peripheral_common_32bit.h" /* Default definition used for all API dispatch functi...
[ "gustmuro@gmail.com" ]
gustmuro@gmail.com
b31f4dc7a18f8ff7c2ca09c01412a1f93ed77829
ce51b3146ab932ca5af92a66dd01d053be24e455
/GenHid_06/DkSys/Chips/Stm32f103/DkUsb.h
07e30cb2670348e2a462d81b23d6b03f32cc0b14
[ "MIT" ]
permissive
prikarna/nano-codes-blog
12bf03e820ba600ca11f6e45cdd79d7bc6843b77
2e591e4306ee268bf29cc14c0dd5f8f821501b93
refs/heads/master
2021-02-09T10:37:27.159181
2020-03-04T05:19:56
2020-03-04T05:19:56
244,272,536
0
0
null
null
null
null
UTF-8
C
false
false
11,245
h
#ifndef DK_USB_H #define DK_USB_H #include "DkSys.h" #define USB_BASE 0x40005C00 // - 0x4000 5FFF USB device FS registers #define USB_EP0R 0x40005C00 // (USB_BASE + 0x00) #define USB_EP1R 0x40005C04 // (USB_BASE + 0x04) #define USB_EP2R 0x40005C08 // (USB_BASE + 0x08) #define USB_EP3R 0x40005C0C // (USB_BA...
[ "prikarna@gmail.com" ]
prikarna@gmail.com
79d3079d55d8964c8a27acadd37e2cfdec79ab51
37ad67e44a5e21e9c770496544042942bb5089ca
/C/BegC4D/Chapter 1/ex0101/main.c
b54839bdac3b7700ba68ff4b034a69a71c78e4be
[]
no_license
SJK85/Practice
886ba0f75864043ce2384222fafd6c5828af6867
6c614f140a20bffc2940a3625b12ccfcf1a1a128
refs/heads/master
2016-09-12T13:01:11.590729
2016-05-16T23:30:01
2016-05-16T23:30:01
57,932,491
0
0
null
null
null
null
UTF-8
C
false
false
97
c
#include <stdio.h> #include <stdlib.h> int main() { printf("Hello World!\n"); return; }
[ "stephenkollar85@gmail.com" ]
stephenkollar85@gmail.com
d4837ec78893453390c11076dd6e1b5e67150bd0
e40cebf612ba3ee4345d3dbd99ddefe42b350f42
/old_2017_2018/Firmware/toolchain/windows/avr32/include/avr32/pwma_101.h
c6cc7715c15151e9fcab35feb9dca6bc32a61856
[]
no_license
calstar/calstar-electronics
5f9137ef801d9835e2a5055547acad8e4c498d3b
396ae473860ba238478cb9c7320647cbf369737a
refs/heads/master
2021-10-27T20:21:01.376012
2019-03-11T21:00:01
2019-03-11T21:00:01
103,992,091
0
2
null
null
null
null
UTF-8
C
false
false
24,936
h
/***************************************************************************** * * Copyright (C) 2009 Atmel Corporation * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistribution...
[ "jashaszun123@gmail.com" ]
jashaszun123@gmail.com
c7aa62b8bcd4bee6d03831e11cb735a5ef27a746
954d3e79971c9c4f410b31c7294f4799c33adf54
/chapter10/pp3.c
7508b7f81071c7ab78565422deefced3ce6b0d6b
[]
no_license
PowerPowder/cpma
af8fd22a352e12fa79cbdc5e773a3649dca20343
9ef14221122aa83fa29c99ee83a565ff370ac854
refs/heads/master
2023-08-02T06:30:45.770239
2021-09-07T05:44:53
2021-09-07T05:44:53
305,271,016
0
1
null
2021-01-11T12:00:07
2020-10-19T05:22:11
C
UTF-8
C
false
false
4,850
c
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> #define NUM_RANKS 13 #define NUM_SUITS 4 #define NUM_CARDS 5 // hand[n][0] is the rank // hand[n][1] is the suit int hand[NUM_CARDS][2]; bool straight, flush, four, three; int pairs; // 0, 1 or 2 // Reads the cards into the external varialbes num_in_rank...
[ "reaganbrasch@gmail.com" ]
reaganbrasch@gmail.com
60264bd5e027ba66e37436229231ecc03887792c
0b83e1a0a3a50518726faa77db4542eac221736b
/day 6/03.两个链表合并.c
a0c312f8a0927ce0f8d6d741dcb7bda397887cb5
[]
no_license
ichinichisenshuu/C-learning
104130f04a6194728ab815c2913b8466f2c6d1eb
678e5402332b07f9a8c40c9b1fe8c6f51d8afaee
refs/heads/master
2020-03-20T16:58:43.061089
2018-06-18T11:25:51
2018-06-18T11:25:51
null
0
0
null
null
null
null
UTF-8
C
false
false
1,468
c
//将两个有序链表合并成一个有序链表。 #include<stdio.h> #include<stdlib.h> typedef struct node{ char data; struct node *next; }Node,*pNode; pNode init(char data) { pNode pnew = (pNode)calloc(1, sizeof(Node)); pnew->data = data; return pnew; } void add_sort(pNode* phead, pNode* ptail, char data) { if (data == '\n') return; pNode p...
[ "noreply@github.com" ]
ichinichisenshuu.noreply@github.com
33a779ce757373a7dc6d1978de50fbb9cf079b31
0fc71b98811175471516b5e0dfe420d1c7cddfed
/rutxxx_IOS/getgateway.c
373415b8ab61fde0121f69854c92e24b9121034d
[]
no_license
gedzionsas/RUT9XX
52faf9c0e62d65e344ae75d189c1e590a6a5cea3
571c2d8ce27eeab382d674c523a9b7912b59ef48
refs/heads/master
2020-04-05T05:51:05.869425
2017-08-30T11:27:31
2017-08-30T11:27:31
81,913,851
0
0
null
null
null
null
UTF-8
C
false
false
2,326
c
// // getgateway.c // rutxxx_IOS // // Created by Gediminas Urbonas on 17/07/2017. // Copyright © 2017 Teltonika. All rights reserved. // #include <stdio.h> #include <netinet/in.h> #include <stdlib.h> #include <sys/sysctl.h> #include "getgateway.h" #include "TargetConditionals.h" #if TARGET_IPHONE_SIMULATOR #incl...
[ "teltonika@Gediminass-Mac-mini.local" ]
teltonika@Gediminass-Mac-mini.local
fb5e153117fb71f0e249d7c52cefb90950fb8a29
9eb60e9e7460927c3643c64a7d920a5b6eea7c01
/1、手写线程池/c_pool/main.c
5cfec16c93db8d5f7a714dbba984e86decfae1ef
[]
no_license
ustbCXK/C_web_server
9e1a7ebee917eeaafa44dd0db2ac5884cbec3b6d
65031d3a6dbc9693290f39bc5478734d91abfb63
refs/heads/master
2023-07-20T20:08:36.840772
2021-08-16T11:03:16
2021-08-16T11:03:16
371,014,759
1
0
null
null
null
null
UTF-8
C
false
false
944
c
/* * @Descripttion: file content * @version: * @Author: congsir * @Date: 2021-07-28 15:59:05 * @LastEditors: Do not edit * @LastEditTime: 2021-07-30 21:19:11 */ #include <stdio.h> #include "threadpool.h" #include <pthread.h> #include <unistd.h> #include <stdlib.h> void taskFunc(void* arg) { int num = *(in...
[ "noreply@github.com" ]
ustbCXK.noreply@github.com
6ae5dd9030b1b7223242d08bfd0cda01862e745a
654f1f8769e6779fdb5ccfac20637f90f85a2cf8
/commands/mailbox.c
6d1ae18a7a3a5c97e2f705eb17320d161f49bf97
[ "MIT" ]
permissive
chipsetx/Botty-McBotFace
26b0a6f0a8ffad338b11bfb238abe93801510b39
42088f69e927f57a0a18b8d1f0399dbb114ae148
refs/heads/master
2021-09-10T10:43:52.104539
2018-03-24T18:43:27
2018-03-24T18:43:27
null
0
0
null
null
null
null
UTF-8
C
false
false
7,366
c
#include "mailbox.h" #define ILLEGAL_DEST_NICK_CHARS "-&@+%#\"'.,/\\!()*" HashTable *mailBoxes = NULL; //get the number of messages available for a user static int numMsgs(char *nick) { if (!mailBoxes) { syslog(LOG_INFO, "numMsgs: no global mailbox allocated."); return 0; } HashEntry *user = HashTable...
[ "derrick.b.gold@gmail.com" ]
derrick.b.gold@gmail.com
f1c8299d9504e1539144c24b8da07df41218060e
04b2d83f1283fa9132b8a9d71bf85f35e2813ad2
/Projects/STM32F412G-Discovery/Applications/LibJPEG/LibJPEG_Decoding/Inc/sd_diskio.h
0e3648ce5972b98438a72ce75e4efb1a397a7f6c
[ "Apache-2.0", "BSD-2-Clause" ]
permissive
ghsecuritylab/STM32F4-Cube-Firmware
3efcfcc25c8d8e26d0fb50c9466df75c289b54fd
f8f0aa59b93cf04d50daadd08d21d9ca3c958eef
refs/heads/master
2021-02-26T17:22:11.754064
2020-02-18T09:53:58
2020-02-18T09:53:58
245,542,632
0
0
NOASSERTION
2020-03-07T00:37:40
2020-03-07T00:37:40
null
UTF-8
C
false
false
3,259
h
/** ****************************************************************************** * @file sd_diskio.h * @author MCD Application Team * @brief Header for sd_diskio.c module. ****************************************************************************** * @attention * * <h2><center>&copy; C...
[ "alxhoff@gmail.com" ]
alxhoff@gmail.com
f91352cdbf2acd4e079ba1cb61a1e119f112e454
57e435e8a1b2f471bd7d070c9153a9d9091b3729
/ueb04/src/types.h
7ca3d21dc96b3bece482774dd085b7db198005bf
[]
no_license
derMacon/opengl
1b93abf00ccd69f85ae76fe8e09b8fb165233f50
fc3fa98d5208e4beaf368e60a139517b34d5ee2f
refs/heads/master
2022-12-23T01:25:56.994473
2020-07-16T11:24:46
2020-07-16T11:24:46
null
0
0
null
null
null
null
UTF-8
C
false
false
1,649
h
#ifndef UEB04_TYPES_H #define UEB04_TYPES_H #ifdef __APPLE__ #include <GLUT/glut.h> #else #include <GL/glut.h> #endif #include "variables.h" #define TAU (acos(-1.0) * 2.f) #define TO_RADIANS(x) ((x) * TAU / 360.0f) /** Spielstatus */ typedef enum { GAME_RUNNING, GAME_PAUSED, GAME_HELP, } Status; /**...
[ "michiqt@live.de" ]
michiqt@live.de
ae1e01022501ff6b1838d84aa6961477035f2757
7fcead8800ae7749eadf694f5eea851d29081352
/Reader-Writer Locks with Priority Inheritance/csc501-lab3/TMP/task1.c
233617aa3f4611669550f553e8fe408fbc1fc7ae
[]
no_license
riteshghorse/Operating-System-Projects
0d50c48d0cc38b6eb3f32e4c2a26239926f59381
280c3a780c3393eb31f5bcf0c7eb1c6172c77233
refs/heads/master
2023-01-21T22:06:59.137310
2020-12-03T03:11:31
2020-12-03T03:11:31
288,644,784
2
0
null
null
null
null
UTF-8
C
false
false
4,486
c
#include <conf.h> #include <kernel.h> #include <proc.h> #include <lock.h> #include <stdio.h> #define DEFAULT_LOCK_PRIO 20 #define assert(x,error) if(!(x)){ \ kprintf(error);\ return;\ } extern int ctr1000; int mystrncmp(char* des,char* target,int n){ int i; for (i=0;i<n;...
[ "riteshghorse@gmail.com" ]
riteshghorse@gmail.com
523f87b192526e5a28c44533218403d0d8e3d560
baebfcc874568bd7171360427ad034933fd0314d
/astree.c
4e22109029d9e9bb74686a654cbbc6e98ce031bb
[]
no_license
lucio-lpf/compiladores
7a41856ab205820e914fa401ffbeff9bb3db83c9
f0e1a2a2e2bde94945e4037c8f7c0c200612e4e9
refs/heads/master
2020-07-10T08:23:30.977671
2019-08-24T21:58:45
2019-08-24T21:58:45
204,217,129
0
0
null
null
null
null
UTF-8
C
false
false
6,089
c
#include "astree.h" #include <stdio.h> #include <stdlib.h> #include "hash.h" ASTREE* astreeCreate(int type, HASH_NODE *symbol, ASTREE* son0, ASTREE* son1, ASTREE* son2, ASTREE* son3) { ASTREE *newnode = 0; newnode = calloc(1,sizeof(ASTREE)); newnode->type = type; newnode->symbol = symbol; newnode->son[0] = son0...
[ "lucio-lpf@github.com" ]
lucio-lpf@github.com
79bdc14d2125ed8a05d64d60886e4758fb568efa
093e2c24ecd60b0dbc3cf024b34f2031c5c8a134
/my_pxmsg_mmap/mq_setattr.c
e2e974274eacaea22a45d7fb19ea7dd966dd3fb9
[]
no_license
guangkuan/UNPv2
e0153e4ff8c4ece71049ed23bda44a4b8a3a612a
4b915a15722cd0daa567e3949e846d7285d9faca
refs/heads/master
2020-04-10T04:14:20.339068
2019-01-03T07:58:55
2019-01-03T07:58:55
160,792,327
2
1
null
null
null
null
UTF-8
C
false
false
1,087
c
/* include mq_setattr */ #include "unpipc.h" #include "mqueue.h" int mymq_setattr(mymqd_t mqd, const struct mymq_attr* mqstat, struct mymq_attr* omqstat) { int n; struct mymq_hdr *mqhdr; struct mymq_attr *attr; struct mymq_info *mqinfo; mqinfo = mqd; if (mqinfo->mqi_magic != MQI_MAGIC) { errno = EBADF; r...
[ "guangkuo_527@126.com" ]
guangkuo_527@126.com
1285fba605da8cade70168c41dd3dbdf65602bc2
f01427093e1e4b6fc3b354ca65c50c4a79e8ae17
/j2735-lib/DSRC_RTCM-ID.c
210461f1cb971c49df230ebb0a56e1bff292496c
[]
no_license
jiwonjoung/bsm
0e2a6824ce9d51fc899bf3b064fe4703ff6ba95b
e34d96b2400f64277029f632dc1dd408c39ed5d5
refs/heads/master
2020-04-10T07:10:57.680394
2018-12-07T20:55:30
2018-12-07T20:55:30
160,874,575
0
0
null
null
null
null
UTF-8
C
false
false
4,309
c
/* * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "DSRC" * found in "DSRC_R36_Source.ASN" * `asn1c -S ../../../../tools/asn1c/skeletons -pdu=BasicSafetyMessage -fcompound-names` */ #include "DSRC_RTCM-ID.h" int DSRC_RTCM_ID_constraint(asn_TYPE_descriptor_t *td, const void *sptr, ...
[ "jiwON" ]
jiwON
8cec74c1b04b393b01518b3bec878abade9defb4
926051096f181566fbb701206177235ecfcbdf5e
/libft/ft_printf/pf_formatbackpad.c
ae1463cfcd6eed4658cc545c6d137b94eac60558
[]
no_license
Eathox/Fractol
61cca9200cda8c7965e9de7f112421bcaa05672a
cfd852ebc0ffe34e26b2728b4c9362c52b540f10
refs/heads/master
2021-08-06T15:32:43.732282
2020-06-04T15:17:51
2020-06-04T15:17:51
184,631,582
0
0
null
null
null
null
UTF-8
C
false
false
1,147
c
/* ************************************************************************** */ /* */ /* :::::::: */ /* pf_formatbackpad.c :+: :+: ...
[ "pholster@student.codam.nl" ]
pholster@student.codam.nl
aff37955c910c0bbc3ba64ee108acfe7b31f9bd2
605356250c655a7f98d5f1158e0ffc94175de4f7
/devel/include/pal_navigation_msgs/JoyTurboAction.h
d504317983618faf0c0e2133d417d7ea6b5ec6d8
[]
no_license
MatthewCallery/msc-tiago-project
4d3dcf07b7bc6915d2f203bbff46f6c11720ff9f
8c9e987c45d6152192ba36bb27781e961e7900c3
refs/heads/master
2020-11-30T04:17:53.649839
2017-07-11T14:38:47
2017-07-11T14:38:47
96,903,254
0
0
null
null
null
null
UTF-8
C
false
false
109
h
/home/mc16766/tiago_public_ws/devel/.private/pal_navigation_msgs/include/pal_navigation_msgs/JoyTurboAction.h
[ "mc16766@it051534" ]
mc16766@it051534
a1bc452ba27081dd1bf5ee96e9079e0b3d2d4720
69403477e7b7e06a548cf7d9a8ba7f9c2f0ec9a4
/for_copy_from_document/BIOS/c/protected_mode.h
6d5f39b59e83f042b803c2cd8d2d6ea0e5526910
[]
no_license
xhd2015/Assemble_ASM
529df2de0cda81568cdd9dfee272cc3f2e2c716d
ff532714f3af5bba14bc30bde6db837409ee1934
refs/heads/master
2020-12-24T07:07:36.229712
2016-11-29T14:15:26
2016-11-29T14:15:26
73,378,625
0
0
null
null
null
null
UTF-8
C
false
false
1,763
h
//=========FILE: protected_mode.h====== #ifndef __PROTECTED_MODE_H__ /*START this file,define once*/ #define __PROTECTED_MODE_H__ #define PROTECTED_MODE /** *calling the routines here will assume that you have entered *protected mode. * * * * * * * */ /*constructure of GDTR*/ /** * define the needed type f...
[ "xhd2015@yahoo.com" ]
xhd2015@yahoo.com
a0a727a8215c7e637bfeeece35c9f82f792b1319
341c55bdd392bcee19edf45309066e279db1c498
/source/control.c
42c6f2d3dd6056d3fcc8d7d56d3ccc9cd1a7db41
[]
no_license
mariusvh/Elev
9ee198ed9609429974200833cb82689a0bb0292b
9a6f507f890ebee94b7847667ffa65c549a6ca74
refs/heads/master
2020-05-07T08:43:46.880886
2019-04-11T13:47:15
2019-04-11T13:47:15
180,343,313
0
0
null
null
null
null
UTF-8
C
false
false
5,199
c
#include "queue.h" #include "control.h" #include "elev.h" #include <stdio.h> void control_update_floor(elevator_t *e) { int tempFloor = elev_get_floor_sensor_signal(); if (tempFloor == -1) { return; } e->floor = tempFloor; elev_set_floor_indicator(e->floor); } void control_secure_ran...
[ "mariusvh@stud.ntnu.no" ]
mariusvh@stud.ntnu.no
c64bb3f4425f98c92a1c794363050ffc7db35cd2
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE416_Use_After_Free/CWE416_Use_After_Free__malloc_free_char_12.c
e5c11ea457fa6a3c4a4611f7faf6b6f4e89258bd
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
5,150
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE416_Use_After_Free__malloc_free_char_12.c Label Definition File: CWE416_Use_After_Free__malloc_free.label.xml Template File: sources-sinks-12.tmpl.c */ /* * @description * CWE: 416 Use After Free * BadSource: Allocate data using malloc(), initialize memory bl...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
a18f1a7e56284366e711fd1903c5c5a17e0d66db
8b5716d89c01a4d0171f1f30bea57ac6b42cab34
/libft/ft_strrchr.c
5092723c4b875f855bc1f4b9b8c56f6051768007
[]
no_license
embambo/get_next_line.
fcbdf45ca0a40829f5a6de2871e2778b4aa85e26
564ddd097d109f5c16c01183eafc3f45daf691fb
refs/heads/master
2020-08-23T04:13:58.915640
2019-10-25T12:30:48
2019-10-25T12:30:48
216,541,445
0
0
null
null
null
null
UTF-8
C
false
false
1,143
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strrchr.c :+: :+: :+: ...
[ "noreply@github.com" ]
embambo.noreply@github.com
e8305845f623666e536a73942433279af2ef5198
3e612a370d84c0776cd73d089ca14e27bff5836a
/CdeLoadOptionsPei/CdeLoadOptionsPei.c
cd5fa517b1ea0eea5f39216f453e475ff00aebde
[]
no_license
MinnowWare/CdePkg
0c821220dda449bad4ce314f5d275127f702b4d0
187685b62da5904a08d545ede89201bfb51095d9
refs/heads/master
2022-02-28T18:25:26.638470
2019-10-21T10:22:17
2019-10-21T10:22:17
186,490,464
1
1
null
null
null
null
UTF-8
C
false
false
3,629
c
/*! @copyright Copyright (c) 2019, MinnowWare. All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/lic...
[ "noreply@github.com" ]
MinnowWare.noreply@github.com
4dd24a96461d0d89ed9d0daf1b4fe568cf705a04
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/ds/netapi/svcdlls/browser/server/browsdom.h
564c33e35d9e9d469ed5d0f93818b096e5b6c5c6
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C
false
false
728
h
/*++ Copyright (c) 1991 Microsoft Corporation Module Name: browsdom.h Abstract: Private header file to be included by Browser service modules that need to deal with the browser list. Author: Larry Osterman (larryo) 3-Mar-1992 Revision History: --*/ #ifndef _BROWSDOM_I...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
c6e489df48301238df29e92ef50b38c8252b459f
03a5277de61a8682988359a81c5270806f023d96
/cortex_a8/arm-linux/neontest.c
d01f174b1687c23ab83c565bb7384f1dd8e7ea1b
[]
no_license
jonashju/cortal_dendrites
d4051073b503cf2a8cdd12060e17327989ebd0ef
9d5be256bd63b54ee4baaedaca553fd72105b9da
refs/heads/master
2020-04-26T10:23:16.131100
2017-02-18T14:39:11
2017-02-18T14:39:11
null
0
0
null
null
null
null
UTF-8
C
false
false
2,830
c
/************************************************************************************* * * Test code for experimenting with NEON FPU on Cortex-A8 * * Build with: * arm-none-linux-gnueabi-gcc -O2 -g -mcpu=cortex-a8 -mfpu=neon -ftree-vectorize -mfloat-abi=softfp -ftree-vectorizer-verbose=5 -Wa,-ahls -Wl,-Map neontest....
[ "lundin@mlu.mine.nu" ]
lundin@mlu.mine.nu
188a32a5e2e4a41173fa0d83c80caef9dde1eebe
e51d227e06363817463efa2650e97d07290aed34
/src/Cedar/IPsec_IPC.h
2340788e9d9dd44ee3817cbaed0c93bcaa739071
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
SoftEtherVPN/SoftEtherVPN_Stable
21426b5fdcf3b518be5d9174441192450e54e836
89939eb52f1f40e4f75c76e8d5eca019de103532
refs/heads/master
2023-08-08T09:51:40.139112
2023-06-30T03:19:06
2023-06-30T03:19:06
107,487,278
1,710
553
Apache-2.0
2023-06-24T02:56:31
2017-10-19T02:19:51
C
UTF-8
C
false
false
11,633
h
// SoftEther VPN Source Code - Stable Edition Repository // Cedar Communication Module // // SoftEther VPN Server, Client and Bridge are free software under the Apache License, Version 2.0. // // Copyright (c) Daiyuu Nobori. // Copyright (c) SoftEther VPN Project, University of Tsukuba, Japan. // Copyright (c)...
[ "da.git@softether.co.jp" ]
da.git@softether.co.jp
059ea2867463eb21a5809728afecc9c11da3339f
86c7dd917be1c14aa28b383dc96f9977e8a4fae3
/token ring/ecu2/APP.c
c95196a57e97604c19ca47cce676d037d5b22d37
[]
no_license
alykotb/Embedded_systems
4df351e2641d3d060b5bd68195247efe962c8f0f
ffdfdd164f78eda32b03be2f172ceacc46ce7146
refs/heads/master
2021-07-15T04:31:40.900801
2020-08-12T12:22:32
2020-08-12T12:22:32
196,175,362
0
0
null
2020-08-07T08:07:03
2019-07-10T09:26:48
C
UTF-8
C
false
false
2,506
c
#include "delay.h" #include "CAN.h" #include "DIO.h" #include "APP.h" uint8_t ID[num_of_IDs]={ecu3_address,ecu1_address}; void APP(void) { uint8_t address; g_pui8Msg1[1U]=ecu2_address; /*the id of receive object of this ECU is considered our source address here*...
[ "44653662+alykotb@users.noreply.github.com" ]
44653662+alykotb@users.noreply.github.com
2677b805040e9232ec392622dcdaa0551552a29f
084f2700777f05bb42a5cd3d1d38de448214adab
/C_Programs/atm.c
2dbbeaf5ec97a423dc4c044ae62ef1726bc5e157
[]
no_license
amollogipool/C-Programming
388a478de3b5f8f188609fdc63550c255b684406
64cb2de9600807ae1254f3091a793343065e423f
refs/heads/master
2020-06-23T11:29:35.069585
2019-08-01T05:08:21
2019-08-01T05:08:21
198,609,743
0
0
null
null
null
null
UTF-8
C
false
false
1,549
c
#include <stdio.h> #include <stdlib.h> unsigned long amount=5000, deposit, withdraw; int choice, pin, k; char transaction ='y'; void main() { while (pin != 1520) { printf("ENTER YOUR SECRET PIN NUMBER:"); scanf("%d", &pin); if (pin != 1520) printf("PLEASE ENTER VALID PASSWORD\n"); } do { printf("*****...
[ "noreply@github.com" ]
amollogipool.noreply@github.com
fd7b67ed27c05f9ff850988cbfe58b797c7d5a7a
665443052fa3c17f94c945f08b6378016d5a1dae
/0152/src/mess/drivers/casloopy.c
50241499dc7775c266a59c36636114f2091a08a3
[]
no_license
dezi/mame-libretro-odroid
a6f3e0fd87e00fe8beda936f1cd3cf2fe508fcf0
31b588c088928f967b9fb9cf903b7a3f18a91eaa
refs/heads/master
2020-04-18T07:49:09.588326
2014-02-11T14:27:40
2014-02-11T14:27:40
16,698,177
2
0
null
null
null
null
UTF-8
C
false
false
15,702
c
/***************************************************************************** Casio Loopy (c) 1995 Casio skeleton driver TODO: - Identify what actually is the NEC CDT-109 CPU, it should contain a program controller for the thermal printer device Note: - just a placeholder for any HW d...
[ "dezi@kappa-mm.de" ]
dezi@kappa-mm.de
0bf683d5007a2744636e6c12465a6e333b2e265e
816790bbd6edcc2ba91f5770b44d23716c165217
/multi-thread/pthread_mutex/thread-race/main.c
a31cdf20ca907044950629a8a84619518a378662
[]
no_license
goneboy/linux_programming
1e722428a89199ad77eef266b96f9be441d40a96
02104ce4d27ecb7d9b29fdff357f99075ef4a6ad
refs/heads/master
2020-06-11T00:55:13.524705
2016-12-19T02:56:16
2016-12-19T02:56:16
75,825,033
0
0
null
null
null
null
UTF-8
C
false
false
1,471
c
#include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <pthread.h> #define THREAD_NUM 6 int global_var; pthread_mutex_t mutex_thr; void *do_thread_1(void *data_in); void *do_thread_2(void *data_in); int main(int argc, char *argv[]) { int ret; pthread_t thr_1; pthread_t thr_2; //Create the MUTEX...
[ "ntthuan@tma.com.vn" ]
ntthuan@tma.com.vn
63125f134b3611c7b1d17e717546870c2f026fe4
c4eb8158b1fcb7426ee994715ebb737385d3f508
/include/heap.c
74a9fa717d91a427341b705ceddf851c06a84c1b
[]
no_license
Morainy/MorainOS
1450c9f8a73dd5b35218b3f0dc82a3f7dad2495d
a99720ca0448dd1e5f282fa44b7d88d3147b0393
refs/heads/master
2021-01-10T19:43:23.986619
2015-04-12T12:39:15
2015-04-12T12:39:15
33,340,859
0
0
null
null
null
null
UTF-8
C
false
false
4,973
c
/* * ===================================================================================== * * Filename: heap.c * * Description: 堆的实现 * * Version: 1.0 * Created: 2015年04月10日 09时43分54秒 * Revision: none * Compiler: gcc * * Author: Morain * Organization: ...
[ "morain@morain.(none)" ]
morain@morain.(none)
8b1d46fe83742bb1b2abf3b5ed1eda36ccd16040
e64ee666746ab1c0d13ce1b8429cba62c814750a
/source/h/s3eNextpeer_internal.h
571d0c5adb4e95e4b1e9aff679c2f5e9a0a5146d
[ "MIT" ]
permissive
Nextpeer/s3eNextpeer
dd930c94f9c4626840a9e33828e5e325a68605a8
d93059b5b97415555075cba87ff5a0776d256abf
refs/heads/master
2016-09-06T11:01:08.538924
2015-06-29T08:21:25
2015-06-29T08:21:25
8,900,970
0
1
null
null
null
null
UTF-8
C
false
false
1,234
h
/* * Internal header for the s3eNextpeer extension. * * This file should be used for any common function definitions etc that need to * be shared between the platform-dependent and platform-indepdendent parts of * this extension. */ /* * NOTE: This file was originally written by the extension builder, but will ...
[ "danielshir@gmail.com" ]
danielshir@gmail.com
de11cb1b606db4f5ab3a066cefd44f72051ad188
65a64e0b416ff3517f69eed8e6ecb5195f217b66
/test_project/Source/uCOS-II/Source/os_mbox.c
1f20669f4c9e8d2b8e25b694e7f8cf0aea12e8a1
[]
no_license
Nikola-JK/test_project
956df4dc55cecda4bd1659c3004a61fd87353e90
66177147ebdc08cdbb4fca49e521c49844bfec55
refs/heads/master
2021-01-19T01:23:06.286458
2016-07-21T10:05:58
2016-07-21T10:05:58
63,851,578
0
0
null
2016-07-21T10:05:59
2016-07-21T08:31:28
C
ISO-8859-3
C
false
false
29,859
c
/* ********************************************************************************************************* * uC/OS-II * The Real-Time Kernel * MESSAGE MAILBOX MANAGEMENT * * ...
[ "836829340@qq.com" ]
836829340@qq.com
7e3ce1479facec46dd6e1b45ca74aef20f581f6a
7578772afef5275e8d1edf5c9e6b34fc0368f492
/daemons/virtuald.c
cb89d85707c8e45187e2df228af9f6eb2834fdd0
[]
no_license
jackyueq/xyj2006
3b899323c4b891b57fa25d671527edea7f4fccd2
2d0681c32c6bb880c21a43aca127f5d4af1000a0
refs/heads/master
2020-04-06T04:25:29.851538
2015-03-18T07:22:28
2015-03-18T07:22:28
32,443,903
3
5
null
null
null
null
UTF-8
C
false
false
343
c
// virtuald.c // // This object is the virtual object server of ES2 mudlib. // // By Annihilator (07/06/95) void create() { seteuid(getuid()); } // This function is called by master object to return the "virtual" object // of <file> when dirver failed to find such a file. object compile_object(string fi...
[ "jackyueq@gmail.com" ]
jackyueq@gmail.com
a047f9ecf563dc5e11f1521179aec6f805c0c2ed
da12c3ccfe71de2d492b7c02b365376e59936d3f
/src/percpu_alloc_static/percpu_alloc.c
a160047e13e2ef1f98834fdb9994406fe81afc35
[]
no_license
kmori1229/OperatingSystem
ca5413395b7f1362f253802c663dacd756f47af8
2e71b3781fec3383451f1fbc3b99e113121d32a6
refs/heads/master
2022-03-28T18:22:25.345793
2019-11-09T18:16:10
2019-11-09T18:16:10
null
0
0
null
null
null
null
UTF-8
C
false
false
1,263
c
#include <linux/module.h> #include <linux/kernel.h> #include <linux/init.h> #include <linux/percpu.h> #include <linux/kthread.h> #include <linux/sched.h> #include <linux/delay.h> #include <linux/smp.h> #define PRINT_PREF "[PERCPU]: " struct task_struct *thread1, *thread2, *thread3; DEFINE_PER_CPU(int, my_var); static...
[ "kenlespaul1229@gmail.com" ]
kenlespaul1229@gmail.com
c7040f3f077fa9b58fabe96bead18e7865466985
ecf28113c56e6d33bad35e5ae45039e8d9d1ac1f
/CPU_RT/RT1W/rtw_stb_image.h
64bcf80e828c860b56f2225f3450395b36febc42
[]
no_license
disini/CPU_RT
aa5e8acc98fa57fe08a9fcb32a1a9eb1cd6696ce
9120ae6ba4ddbcf9665039c3a685f398e89de93d
refs/heads/master
2023-03-16T12:44:31.605737
2020-11-13T23:03:03
2020-11-13T23:03:03
null
0
0
null
null
null
null
UTF-8
C
false
false
379
h
#ifndef RTWEEKEND_STB_IMAGE_H #define RTWEEKEND_STB_IMAGE_H // Disable pedantic warnings for this external library. #ifdef _MSC_VER // Microsoft Visual C++ Compiler #pragma warning (push, 0) #endif #define STB_IMAGE_IMPLEMENTATION #include "Vendor/stb_image.h" // Restore warning levels. #ifdef _MSC_VER // Microso...
[ "32823980+PC88@users.noreply.github.com" ]
32823980+PC88@users.noreply.github.com
6a355316df90a25c0a45d31d3093f6f2341a67bd
fc9e131e8b8a64db4d8f324955d3ad161ed8f0b9
/TD_06_redirection/station.h
453a20ef96671449fcd0f8e91a62085d4c2f426f
[]
no_license
LiavonaZh/polytech-si3-posix
277a22f6c7f2fec5f96d5af1289ecff9003413f6
6805ad78e0c6c553cb718f3a70213771559e9d3f
refs/heads/master
2021-01-20T20:29:16.233562
2016-06-15T10:26:37
2016-06-15T10:26:37
61,196,536
0
0
null
null
null
null
UTF-8
C
false
false
169
h
#define MSG_LEN 128 typedef enum {FREE, BUSY, ACK, STOP} Token; typedef struct { Token m_token; int station_origin; int station_dest; char msg[MSG_LEN]; } Packet;
[ "azmaria2008@mail.ru" ]
azmaria2008@mail.ru
0b8839ee0a3558ca35d4021a7c745685123f660b
f877d112692da4b918e49adef792485fea90357a
/day22/memory.c
e6931809cb83f353552b3acbb431e2e9aae1eb9c
[]
no_license
goog/sp1
ccc2b3ee15a8ca10a79e59cb6a8522f6c19db15f
d63f2b9d67f80467f94bab0f2edad27ffda3db94
refs/heads/master
2020-04-04T17:49:12.434023
2014-03-10T13:01:13
2014-03-10T13:01:13
16,339,737
1
0
null
null
null
null
UTF-8
C
false
false
2,858
c
#include "bootpack.h" #define MEMMAN_FREES 4090 #define EFLAGS_AC_BIT 0x00040000 #define CR0_CACHE_DISABLE 0x60000000 // check out the size of free memory unsigned int memtest(unsigned int start, unsigned int end) { char flg486 = 0; unsigned int eflg, cr0, i; eflg = io_load_eflags(); eflg |= EFLAGS_AC_BIT; /* A...
[ "googcheng@gmail.com" ]
googcheng@gmail.com
1ab55c59ed872083e0db337d25c624245203a498
9f1a618e15b08965c4d1bf93de578c877f26a8b6
/heretic/include/p_user.h
e784037d01d302961a3be7738380f0dfe5d0a7dc
[]
no_license
elhobbs/cheretic
b721bf42b12e940cc5dfc2f3a06a22e2003eb193
bfefda672f3a3f044ef1849cc2b53a3e7be6164d
refs/heads/master
2021-07-02T02:45:45.482148
2021-06-26T18:27:38
2021-06-26T18:27:38
37,565,687
1
2
null
null
null
null
UTF-8
C
false
false
389
h
#ifndef __P_USER_H__ #define __P_USER_H__ // ***** P_USER ***** void P_PlayerThink(player_t *player); void P_Thrust(player_t *player, angle_t angle, fixed_t move); void P_PlayerRemoveArtifact(player_t *player, int slot); void P_PlayerUseArtifact(player_t *player, artitype_t arti); boolean P_UseArtifact(player_t *pl...
[ "elhobbs@comcast.net" ]
elhobbs@comcast.net
ec1f1dcc818b77c1c7e896c07bb16485e1f8ab33
16266d652b239f929fe737d4605e999f973371c9
/gensignal.c
4ba7a5f272510b50fe14042dd8763ee4169f5953
[]
no_license
Quentin1006/ctlCPU
1552709b6c85e1b4fe69692569d55af8b8cb4538
929c1ff30a7dbcb2a317453f3dda8b21b1cbbc12
refs/heads/master
2021-01-09T05:40:44.233287
2017-03-12T19:14:48
2017-03-12T19:14:48
80,856,099
0
0
null
null
null
null
UTF-8
C
false
false
3,902
c
#include <stdio.h> #include <stdlib.h> #include <libproc.h> #include <sys/resource.h> #include <sys/time.h> #include <time.h> #include <unistd.h> #include <signal.h> #include <stdlib.h> #include <string.h> #include <mach/mach_time.h> #define ORWL_NANO (+1.0E-9) #define ORWL_GIGA UINT64_C(1000000000) struct timespec ...
[ "noreply@github.com" ]
Quentin1006.noreply@github.com
62cf6d2147191771acbf41d1d338466ff5533688
fc8498ac4fdbbe931e3e1d1abfd06de58cb37d96
/C_homework/rail station.c
58a52238d157dde81711ed19fbb67b1699268eb6
[]
no_license
henriDENG/C-basic
a4e4c6d1e6b79a6989a872f1654a1b01fc903acf
bd1195aabffd46f4d60adc2b636939cd5c15b2c7
refs/heads/master
2020-12-08T12:37:48.452454
2020-01-13T10:30:08
2020-01-13T10:30:08
232,982,605
0
0
null
null
null
null
GB18030
C
false
false
1,102
c
#include<stdio.h> void push(int*, int*, int); void pop(int*, int*); int rail(int*, int); void push(int *A, int *sp, int i) { A[++(*sp)] = i; } void pop(int *A, int* sp) { A[(*sp)--] = 0; } int rail(int* ref, int n) { int stack[100] = {0}; int j = 0;//ref int sp = -1;//stack for (int k = 1;...
[ "631648752@qq.com" ]
631648752@qq.com
4812e70e1a9b7dd2531f586e6bff14b0edf84357
ab089ec709b6466f915abc52df91a048ee886321
/src/bootpack.c
ef4f785b2fd0efc8da0dd4a5703e44256b3850c5
[]
no_license
qiweiyu/30days_os
9ea16205fdadd9d5bf63bee2e1a9c4e08fc92cbe
cf8d2f2e43b5ca7e272aa90eb23d4f891d8b2965
refs/heads/master
2020-09-13T00:00:48.350406
2019-11-20T13:16:17
2019-11-20T13:16:17
222,598,788
0
0
null
null
null
null
UTF-8
C
false
false
579
c
#include "bootpack.h" void HariMain(void) { struct BOOTINFO *binfo = (struct BOOTINFO *) ADR_BOOTINFO; char s[40], mcursor[256]; int mx, my; init_pic(); init_gdtidt(); init_palette(); init_screen8(binfo->vram, binfo->scrnx, binfo->scrny); mx = (binfo->scrnx - 16) / 2; my = (binfo->scrny - 28 - 1...
[ "qi@weiyu.me" ]
qi@weiyu.me
543578a8b4a83415ecbaddaf9daa0d7e2dda9218
1da4d74dcb6f988ed22b9d0f0b058071eb8df88d
/src/headers/jobcommands.h
5c4f6ea37e20345d88c9f9326b8de0a4183e8de1
[]
no_license
jtemel/jobserver
2df9c527964f9132592a73d4ce6ae54a1fe92381
c5c6eaab7f0d44ebc151bbdd14b02dd86248a97c
refs/heads/master
2020-03-15T01:46:44.213351
2018-05-20T00:09:48
2018-05-20T00:09:48
131,901,558
1
0
null
null
null
null
UTF-8
C
false
false
665
h
#ifndef JOBCOMMANDS_H #define JOBCOMMANDS_H #ifndef PORT #define PORT 50000 #endif #ifndef CLIENT_CMDS_S #define CLIENT_CMDS_S 7 #endif /* No lines or paths may exceed the BUFSIZE below */ #define BUFSIZE 256 /* List of valid commands the client can send */ extern const char *client_cmds[CLIENT_CMDS_S]; /******...
[ "jonathon.temelkovski@mail.utoronto.ca" ]
jonathon.temelkovski@mail.utoronto.ca
27579a34d6f7afe42475b06e02e280efc6c8ff2d
346cbb3fb4f060b75a73b81193a7fe4cdf0a9c56
/src/data_to_remove.c
37b2aff9998fd39acec1b0912c6bcce606383627
[]
no_license
bcozic/malloc
03a4c741271414641991612b8fa104dc0b230969
c5a3a2cc32dbd431cd3fded621c1501b43beb6e3
refs/heads/master
2020-04-04T12:08:24.137687
2018-11-17T17:02:07
2018-11-17T17:02:07
155,915,550
0
0
null
null
null
null
UTF-8
C
false
false
1,548
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* data_to_remove.c :+: :+: :+: ...
[ "bcozic@student.42.fr" ]
bcozic@student.42.fr
3f0981ca2e2c65e05314a691998ee573add61a4d
ab323f527e3a55c881fc645b681de9bef1e0ff37
/parseXml.c
cb79f78432f5ee93d71f8120703643e3475326e5
[]
no_license
yvonneyang1/JointlyCMY
7257f782592785eb20535e004e7699d2d297be58
7decc60107d7d4d54ef3b3ff84fc27f99d3a1b78
refs/heads/master
2023-02-26T11:47:37.856849
2021-02-06T08:41:01
2021-02-06T08:41:01
147,720,829
0
0
null
null
null
null
UTF-8
C
false
false
3,736
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include "parseXml.h" void parseStory (xmlDocPtr doc,xmlNodePtr cur, struct Config * config){ xmlChar* key; cur = cur->xmlChildrenNode; while (cur !=NULL){ if((!xmlStrcmp(cur->name,(const xmlChar *)"infn"))){ key = xmlNodeListGetString(doc,cur->x...
[ "qysyy111@gmail.com" ]
qysyy111@gmail.com
5d7d9a6d543c9607b9f06594c1c8d6126315983c
e66fceee9d201962b0668e1f58c46859854fceb4
/d/xiangyang/biaoju.c
080e9468975cfe1a187b07890a53fd8cbdf023b3
[]
no_license
cao777/mudHYLib
a8a6e28d097afb87ef68ee0a3fae13a1c50fe822
dd7832cc0abad1a21c797692c3f5fafd98702fb6
refs/heads/master
2023-03-15T16:26:34.697435
2018-12-03T15:35:34
2018-12-03T15:35:34
null
0
0
null
null
null
null
GB18030
C
false
false
711
c
// Room: /d/xiangyang/biaoju.c // Date: Jan. 8 1999 by Winder inherit ROOM; void create() { set("short", "福威镖局"); set("long", @LONG 你来到一座结构宏伟的建筑前,左右石坛上各插着一根两 丈多高的旗杆,杆上青旗飘扬。右首旗子用金线绣着一头张牙 舞爪的狮子,狮子上头有一只蝙蝠飞翔。左首旗子上写着“福 威镖局襄阳分号”八个黑字,银钩铁划,刚劲非凡。入口排着 两条长凳,几名镖头坐着把守。 LONG ); set("exits", ([ "west" : __DIR__...
[ "i@oiuv.cn" ]
i@oiuv.cn
98df8519ea5e956aa5d64f313af8cc169f942402
7047c2ebf8d7944c6b4467560e190b184d54697d
/openmpi-1.2.4/ompi/mca/btl/sm/btl_sm.c
3849a94551b094b91ad1741f1e4cf5b9799de20a
[ "BSD-3-Clause-Open-MPI" ]
permissive
NirantK/Text-Summarization
7afb7be3810ccfc1341758ce7899fb2e41b49d4c
45bfa88f77515e1e5c8c6c6b3c64aba4ef8e1575
refs/heads/master
2020-06-04T07:12:43.455919
2019-06-27T00:49:40
2019-06-27T00:49:40
33,182,022
3
6
null
null
null
null
UTF-8
C
false
false
33,897
c
/* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2006 The University of Tennessee and The University * of Tennessee Resea...
[ "nirant.bits@gmail.com" ]
nirant.bits@gmail.com
54757c7a512aa4ef2588c6fba95c72ec9fd561d9
161a41318f29e1cab092161bec886fe1960ce458
/djb2/pass-hash-djb2-virt1-d-call-o-registers-m-4-i-8-a-false-blk-collatz-nli-4-so-2-mm-4.c
0ffbcc8f20ae46a9725c57830128246428061bdd
[ "MIT" ]
permissive
chubbymaggie/obfuscation-benchmarks
13319904af2b697c535a9de35ba642899e740b89
40af2259587a1199377df5a7e0e6d55a9930109d
refs/heads/master
2020-12-24T22:20:52.942202
2016-04-01T14:24:20
2016-04-01T14:24:20
null
0
0
null
null
null
null
UTF-8
C
false
false
254,350
c
/* Generated by CIL v. 1.7.0 */ /* print_CIL_Input is false */ struct _3_main__opaque_Node_1; union _4_main_$node; struct _IO_FILE; struct timeval; extern void exit(int status ) ; union _4_main_$node { void *_void_star ; unsigned long _unsigned_long ; int _int ; unsigned char _unsigned_char ; }; int _4_mai...
[ "banescu@in.tum.de" ]
banescu@in.tum.de
471d0915aff76768f6359469d7ba6a765c590f88
6a0f5f3538cf225fd92217ed56af76c723270add
/guilds/scion/paths/dagger/spirit/spirit-scourge.c
8bb4f04367609c03f049f9cb263c3c39f9bf8ebd
[]
no_license
samjaninf/core-lib
572c7c25c1965ce40fc9ef837644c0ca25517a3b
04f2fa2128b7e71be786f3121f1b13b23a9767e3
refs/heads/master
2020-05-04T06:20:39.721977
2019-04-01T19:16:52
2019-04-01T19:16:52
null
0
0
null
null
null
null
UTF-8
C
false
false
608
c
//***************************************************************************** // Copyright (c) 2019 - Allen Cummings, RealmsMUD, All rights reserved. See // the accompanying LICENSE file for details. //***************************************************************************** inherit "/lib/gui...
[ "abc@maelstrom.cc" ]
abc@maelstrom.cc