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
88c3431d2a3cece5ee18e778453c1c1049d26106
8f76cb5e386fa68f29489d479286d5ac7fac8c59
/src/support/xp/xpunit.h
e299bf9d5cb8e11d5e813440b9c8d49c2968d528
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
isabella232/Heliod-Web-Server
ce672d264e705b0d2128ddd7846434804db24905
6fc8b2f0ed8e76979140fae7912b44cd03ca4289
refs/heads/master
2022-02-13T21:55:02.995051
2016-05-23T12:38:23
2016-05-23T12:38:23
null
0
0
null
null
null
null
UTF-8
C
false
false
3,451
h
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * * THE BSD LICENSE * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistribut...
[ "jyri@virkki.com" ]
jyri@virkki.com
f21c54424452b5afd05bc9789c955a018cc69bf2
ae5836900a4c403d860f8f431c0e452ee43705e0
/testing/test_scp_simple/mtan_d.h
e01282e11d2cfb491abfa1e4ce87813804922fed
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
connorimes/tasp-vsipl-core-plus
224d1817f180fb4e6977ab227ee1bea41c5e6c58
dba552a9b5e145b1289a0d415f37fd91baa1e1ef
refs/heads/master
2021-01-21T23:58:44.018215
2015-11-17T18:23:51
2015-11-17T18:23:51
46,365,748
9
4
null
null
null
null
UTF-8
C
false
false
2,407
h
/* Created RJudd */ /* SPAWARSYSCEN D857 */ /********************************************************************** // For TASP VSIPL Documentation and Code neither the United States / // Government, the United States Navy, nor any of their employees, / // makes any warranty, express or implied, including the war...
[ "connor.k.imes@gmail.com" ]
connor.k.imes@gmail.com
ffb5feda5e108a3a1b724689e76579b605ee5954
24ae6d51b0a12d0671771a21fff35109f5f45148
/app/BCM53101 sdk-all-6.5.7/libs/phymod/chip/falcon16/tier1/include/public/srds_api_uc_common_public.h
327c4ff51ba812c1b55582ee8ed8fec913f71c79
[]
no_license
jiaotilizi/cross
e3b7d37856353a20c55f0ddf4c49aaf3c36c79fc
aa3c064fc0fe0494129ddd57114a6f538175b205
refs/heads/master
2020-04-08T14:47:57.798814
2018-11-03T09:16:17
2018-11-03T09:16:17
null
0
0
null
null
null
null
UTF-8
C
false
false
13,988
h
/********************************************************************************** ********************************************************************************** * * * Revision : * ...
[ "andy.4.liu@nokia-sbell.com" ]
andy.4.liu@nokia-sbell.com
83b16e5439478916272c24a8584591231a3d22d3
cc0ca81f5c9ee7f784cfe1679e3a4e679d5c5e91
/exercise_3.X/main.c
1fc4b3fcf78793d3996f7d49c81899e183b28843
[]
no_license
genrr/dtek-limess
cfe664f318a297f735fd4e9c1101783c8d9b733c
f9e95f2446a27fe95e2cb7f73942877dc10c72b7
refs/heads/master
2023-04-21T03:52:57.923045
2021-05-02T22:24:22
2021-05-02T22:24:22
363,764,354
0
0
null
null
null
null
UTF-8
C
false
false
556
c
/* * File: main.c * Author: dte20074 * * Created on 02 May 2021, 17:44 */ #define F_CPU 2000000 #include <avr/io.h> #include <avr/interrupt.h> ISR(INT0_vect) { /*toggle LED*/ PORTB ^= (1 << PORTB5); } int main(void) { /*LED set as output*/ DDRB |= (1 << DDB5); /*PB...
[ "djyv-sep@protonmail.com" ]
djyv-sep@protonmail.com
75b3da6c60fb302718b7411ad1fa1ad116d05981
8543dbfdad19755f2ea7e0217cdffecfa838cb57
/0x1C-binary_trees/13-binary_tree_nodes.c
4a67869ae28f5f3b058a50a8a1cf89681db0af3a
[]
no_license
Rd-Feng/holbertonschool-low_level_programming
0add598e9edbea8cb4d9865a14c7b1ce3b642a31
55d46699282f7962d9579e50aaddbd267e67a857
refs/heads/master
2020-03-21T03:35:56.838900
2019-01-24T18:13:14
2019-01-24T18:13:14
138,063,071
1
0
null
null
null
null
UTF-8
C
false
false
380
c
#include "binary_trees.h" /** * binary_tree_nodes - count nodes with at least one child in a binary tree * @tree: tree * * Return: number of nodes with at least one child */ size_t binary_tree_nodes(const binary_tree_t *tree) { if (tree && (tree->left || tree->right)) return (1 + binary_tree_nodes(tree->left) ...
[ "394@holbertonschool.com" ]
394@holbertonschool.com
e2a82d725b345b10a7d7208c549e43b989631bac
76c0e91112e29cd13392111711918c2016a138e8
/oss_c_sdk_test/cjson_utils.h
b4ce604418d82f2dceef28f389ad1fc667f1133f
[ "MIT", "Zlib" ]
permissive
aliyun/aliyun-oss-c-sdk
c86bd3d0812a3f694d696711187fe167c3385ef3
2d1ed0d657bec3c0a230bfadcc05519014e7d40a
refs/heads/master
2023-09-05T10:11:18.897194
2023-08-15T12:35:14
2023-08-18T07:22:16
48,464,620
160
124
MIT
2023-08-18T07:22:17
2015-12-23T02:30:40
C
UTF-8
C
false
false
1,568
h
#include "cjson.h" /* Implement RFC6901 (https://tools.ietf.org/html/rfc6901) JSON Pointer spec. */ cJSON *cJSONUtils_GetPointer(cJSON *object,const char *pointer); /* Implement RFC6902 (https://tools.ietf.org/html/rfc6902) JSON Patch spec. */ cJSON* cJSONUtils_GeneratePatches(cJSON *from,cJSON *to); void cJSONUtils...
[ "yubin.byb@alibaba-inc.com" ]
yubin.byb@alibaba-inc.com
3ef48e6efbe8871919deab67d833847cdbaf95cf
94e8344ee420ae4d2eb1643e95973845f341a3d2
/spidermonkey_1.6_mutants/mutant100630_jsopcode.c
d3e428bb87443505c6987b077c8dedd1e420b88c
[]
no_license
agroce/compilermutants
94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3
dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991
refs/heads/master
2022-02-26T21:19:35.873618
2019-09-24T15:30:14
2019-09-24T15:30:14
207,345,370
1
0
null
null
null
null
UTF-8
C
false
false
110,949
c
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * vim: set sw=4 ts=8 et tw=80: * * ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except...
[ "agroce@gmail.com" ]
agroce@gmail.com
e451637933b1180a98c149b061aa5265acc4ac52
a46e7ca28b32278bd034c71adab96ae34eb358d3
/Projects/STM32F413H-Discovery/Examples/FLASH/FLASH_WriteProtection/Src/main.c
0666d3f3878b0668d30df3ff1c3f3ee460ed1f19
[ "BSD-2-Clause" ]
permissive
trentgill/STM32_Cube_F4
70ef54bcee480ca0ccf46bd6802988d1cd4ca890
95b69ec6eb6d681e592eaa76fac7365519b0e885
refs/heads/master
2021-01-20T00:43:12.242892
2017-04-23T21:56:15
2017-04-23T21:56:15
89,175,100
0
1
null
2020-03-08T01:24:37
2017-04-23T21:58:12
C
UTF-8
C
false
false
12,180
c
/** ****************************************************************************** * @file FLASH/FLASH_WriteProtection/Src/main.c * @author MCD Application Team * @version V1.0.0 * @date 17-February-2017 * @brief Description of the FLASH write protection example. **************************...
[ "Trent@fuku.local" ]
Trent@fuku.local
01a2a55f44cfeb92f076878c2df360bb7bf75dc1
3d0b66f39b6b869f84ce0094b660707b7859702d
/Temp/il2cppOutput/il2cppOutput/System_System_Collections_Specialized_HybridDictionaryMethodDeclarations.h
5e704a4bccb6234ea1a3bd1a212b571cbedabed9
[]
no_license
choirdesign/hack-slash
b12b2e86de09b2eec62685d40eec3856df619077
3754f5af407a783bfaf9d9eedbb61148cc50672c
refs/heads/master
2021-01-10T13:40:37.011080
2015-11-24T09:14:57
2015-11-24T09:14:57
45,164,312
0
0
null
null
null
null
UTF-8
C
false
false
4,151
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // System.Collections.Specialized.HybridDictionary struct HybridDictionary_t904; // System.Collections.IEnumerator struct IEnumerator_t71; // ...
[ "wataruyamakawa@gmail.com" ]
wataruyamakawa@gmail.com
2ad452281539ccc46b5b92b671ce13031dbec73f
2cd8bfe6a6bc88fedc870a26b01d996ee10129f7
/devices/MCP79400/MCP79400.h
08993337fb1dda437f09b33125645d14477b2dd1
[]
no_license
warranyu/ZynqHardwareTest
ab432df7fa23b0fdfd4a2c9c8fec4530316d9083
bf449feac11413b1ec0a9d5869c20d18d5bb2011
refs/heads/master
2021-01-10T01:37:21.419085
2016-03-03T22:53:00
2016-03-03T22:53:00
53,089,137
1
0
null
null
null
null
UTF-8
C
false
false
838
h
/* * MCP79400.h * * Created on: Nov 10, 2013 * Author: jdecesare */ #ifndef MCP79400_H #define MCP79400_H #include "xil_types.h" #include "xil_assert.h" #include "xstatus.h" #include "xparameters.h" #include "uart.h" #include <stdbool.h> #define MCP_79400_RAM_BASE 0x20 #define MCP_79400_RA...
[ "warranyu@gmail.com" ]
warranyu@gmail.com
f0eed3900dd87d1c9c210eb7f783015dd806b7df
3cee20c3773056056863211940bfb0b13bc0cef4
/API/message.c
92e0477c9508af33be5cb1662d8a7f498cd19ccd
[]
no_license
gdgly/ACCharger
7134bba19f68aadfb5ac0c149e5c32ce140f3cb9
3d5f27a783fb8223b24a681572f1d9cddd297c3e
refs/heads/master
2022-04-16T10:27:28.131325
2020-03-03T09:29:56
2020-03-03T09:29:56
null
0
0
null
null
null
null
GB18030
C
false
false
3,690
c
#include "message.h" #include "usart.h" struct queue messageQueueA; //双缓冲队列机制 struct queue messageQueueB; // uint8_t queueSwitch; //正在处理的消息系统 0:A 1:B /** * @brief 此函数初始化消息队列 * @param 输入 消息队列的指针 * @retval 输出 无 */ void queueInit() { messageQueueA.front = 0; messageQueueA.rear = 0; mes...
[ "noreply@github.com" ]
gdgly.noreply@github.com
7947efbe78bf7a8c104deca2c37deeae3cd48b08
d6cda89c9bda3a082e77930fc711da468b1d6e50
/halo1.c
746f5c57b3f9b94d983671e1aee4b70c71d29efa
[]
no_license
GustiArsyad123/C-Language
c64ffdc492020198c4efed1b19b20ca90d4bbaeb
65090e3db18dde2ab1c9801e583de5547ae0b29d
refs/heads/main
2023-06-26T14:05:22.420150
2021-07-31T02:50:18
2021-07-31T02:50:18
387,303,937
0
0
null
null
null
null
UTF-8
C
false
false
318
c
/* File : halo.c */ /* Author : Gusti Arsyad, email suriv27121994@gmail.com */ /* This program for write Hello World! to Screen */ #include<stdio.h> int main () { /* ALGORITMA */ printf ("Hello World!\n"); //used to display output to the monitor. return 0; }
[ "noreply@github.com" ]
GustiArsyad123.noreply@github.com
4ad6e64c85918f994baaeaa3a70a544a38fe7394
73412f1eb6c0f73039e10f3d207c445a2e05371e
/engine/common/system.h
7232c86fc15f371e50dc6989805cad9631b8a1e1
[]
no_license
YoshitakaYamamoto/xash3d-fwgs
53d807e663b456a65f18f9690ef887e4c1ae9087
ac1bf4a9f84b27969f7d25fe504e28fbc6188ccd
refs/heads/master
2020-07-27T23:45:15.934353
2019-09-12T14:00:08
2019-09-12T14:00:08
null
0
0
null
null
null
null
UTF-8
C
false
false
3,286
h
/* system.h - platform dependent code Copyright (C) 2011 Uncle Mike 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 3 of the License, or (at your option) any later version. This progr...
[ "a1ba.omarov@gmail.com" ]
a1ba.omarov@gmail.com
bee7b7d2bf6416d7ec9e3e383fa565a4983ba3c8
0cb568b1e08d40a2dbe9ac7ccbf5da578c961746
/test/emscripten_test.c
aba94117225b2d596aa51347f758d486a06e1a18
[ "MIT" ]
permissive
rwl/emscripten
20319ca7b921aca11b12ec134572d602faf36457
ef4b958dcf74bde626ddbd19bb2359b01b568b0e
refs/heads/master
2016-08-09T09:42:54.543309
2015-10-16T15:30:14
2015-10-16T15:30:14
43,681,256
5
0
null
null
null
null
UTF-8
C
false
false
41
c
int sum(int a, int b) { return a + b; }
[ "r.w.lincoln@gmail.com" ]
r.w.lincoln@gmail.com
05a9388f8049bd950da38ba1f3ce2a7a794e46a2
6802b88304392a2b5c4f5e49472266aafc4e186a
/hal/nrf24le1/hal_uart.c
34b4a541937af914014e2c29788361c26c911b8d
[]
no_license
cuijfboy/iHomeAgent
0a6f1817f96f8247945b1833eb06ea7b509b35e2
a9129346d81f303c3d2fd1f6141a7fd7202db8fc
refs/heads/master
2021-01-09T21:44:23.594555
2017-01-06T01:17:05
2017-01-06T01:17:05
53,655,954
0
0
null
null
null
null
UTF-8
C
false
false
3,558
c
/* Copyright (c) 2009 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is confidential property of Nordic * Semiconductor ASA.Terms and conditions of usage are described in detail * in NORDIC SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-t...
[ "cuijf@haierubic.com" ]
cuijf@haierubic.com
5ac52c8be32200e652affd9faaeb87b0bf4a7d0a
cdf91529acaaef1ec3132c4356b472ad1cb1730f
/CodaKit/jshintrc.h
d1089a5ddc90cc1e6e384dfd5291beb113ee01fb
[ "MIT" ]
permissive
ptfly/CodaKit
832e004f2088c8b314f3560fbdc83383d309f45c
a1983d30cf2ed49eab5ce1159a431e45d4e1bb99
refs/heads/master
2020-05-20T13:31:31.494201
2015-03-16T15:35:06
2015-03-16T15:35:06
13,440,646
0
0
null
null
null
null
UTF-8
C
false
false
5,234
h
{ // JSHint Default Configuration File (as on JSHint website) // See http://jshint.com/docs/ for more details "maxerr" : 50, // {int} Maximum error before stopping // Enforcing "bitwise" : true, // true: Prohibit bitwise operators (&, |, ^, etc.) "camelcase" : false, // true: Identifie...
[ "plamen.t@connectik.com" ]
plamen.t@connectik.com
4e79d401e5703aacdc4bfbac43656d35e0dd4a2c
12498d96c33edcac403711141dfb66147b197c37
/distributed/inc/bme280_defs.h
5ba84cc723ff9031a3fd389ad3d2e386df9e2e58
[]
no_license
djorkaeffalexandre/FSE_PROJETO_2
60fbbcef7ad452fff9c44edd3e66046326f22a85
aca3157ac3f35e8e8cae835c6f0ec82e892cccb2
refs/heads/main
2023-04-16T22:02:28.536299
2021-04-17T18:59:01
2021-04-17T18:59:01
358,409,088
0
1
null
null
null
null
UTF-8
C
false
false
15,767
h
/** * Copyright (c) 2020 Bosch Sensortec GmbH. All rights reserved. * * BSD-3-Clause * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright * notice, thi...
[ "djorkaeff.unb@gmail.com" ]
djorkaeff.unb@gmail.com
0d802c38a56b1fb5e1fb6e4cc66a6e1c44ae62af
5fd0fe91298a73195c69c0a1cfb60593892f4fff
/src/refcount.h
be04f18458ba62352251c695306cab4db98d5065
[ "BSD-3-Clause" ]
permissive
crodas/notification
d911685b04724f8ab8882525cf791a65b863df78
93009af79bf12a64929e109e40eb69d17cae66ff
refs/heads/master
2021-01-23T11:34:43.185175
2014-08-23T04:05:05
2014-08-23T04:05:05
23,030,417
1
0
null
null
null
null
UTF-8
C
false
false
2,197
h
/** * Copyright (c) 2014, César Rodas <crodas@php.net> * 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 copyright notice, * ...
[ "crodas@php.net" ]
crodas@php.net
8596d5b47e527944434fbf9f5ad81de837aad10a
87d0ee27ac9f75a95bd584f7a8ef4173e65cc11f
/Archives/2013-2014/Stratégie/petit_robot/test_sharp.X/main_test_sharp.c
e2505e9982db8e65561b819c71a59e5165cae17c
[]
no_license
robotronik/archives
99421fffb4308f3634126d0914625172b4e5241b
f38cea4cc6862d4b5bfede3381533d8fb7f37e45
refs/heads/master
2021-01-10T22:29:05.948504
2015-09-09T15:29:18
2015-09-09T15:29:18
33,455,128
0
0
null
null
null
null
ISO-8859-2
C
false
false
580
c
/* * File: main_test_sharp.c * Author: medjo * * Created on 24 mai 2014, 16:08 */ #include <stdio.h> #include <stdlib.h> #include "main.h" #include "sharp.h" /* * */ volatile char forceIgnoreSharp=1;//au début, premier cadeau int main(int argc, char** argv) { initSharp() ; while(1) { ...
[ "felix@piedallu.me" ]
felix@piedallu.me
1d70ef31e25804d8c9930574b31be7eff00fee07
b54e64785755ec5baf22660271c4945dc4c1707f
/k_and_r_c/ch1_tut_intro/ex3fahr_to_celcius.c
486293ccd5f18b775a0db5e7459257e2cb8e9e2a
[]
no_license
cshintov/Learning-C
c4ed457178003e02a0601bc631feb5b32efcbced
395e18b03ece113015d1566ddd3eed22bee83f69
refs/heads/master
2021-01-10T21:06:11.453410
2015-09-26T16:05:11
2015-09-26T16:05:11
38,857,350
1
0
null
null
null
null
UTF-8
C
false
false
417
c
// prints the conversion table from fahrenheit to celcius #include <stdio.h> main(){ float fahr, celcius; float lower, upper, step; lower = 0; upper = 300; step = 20; fahr = lower; printf("%s\t%s", "Fahrenheit", "Celcius\n"); while(fahr <= upper){ celcius = (5.0 / 9.0) * (fah...
[ "cshintov@gmail.com" ]
cshintov@gmail.com
80a682e7f0c5682baa312e2bff5038e05f9eda0a
04ad1e5adbf9c8011629cce5251ac6e2f6b657e4
/event/lottery.c
0189308e7245146b160dbe4cd362bcf292c1bcb5
[]
no_license
cao777/mudwllz2-utf8
7398dd2dc702e8ab9a3c98895d2afc3392c07232
19ae1d998a871b9ad7f29c467481015143ffb7a8
refs/heads/master
2023-03-16T08:34:07.707561
2020-05-09T00:04:07
2020-05-09T00:04:07
null
0
0
null
null
null
null
UTF-8
C
false
false
269
c
// reboot.c 事件:自动开奖 void create() { seteuid(ROOT_UID); } // 开始创建事件 void create_event() { // 一个星期的晚上九点开始 EVENT_D->at_after(0,0,6,-21); } // 事件触发 void trigger_event() { "/adm/daemons/lotd"->ready_start(); }
[ "ashwing920@gmail.com" ]
ashwing920@gmail.com
1d011a883446dfc58a6283ff708eeb969c16ac98
45cbaf7b23e6416e3c2ffce775ca9e829d47d1cb
/ngx_metric_module/src/ngx_http_vhost_traffic_status_set.c
12502b58f0ab63e7a192718151662c93f0a8b257
[]
no_license
thinhtran3012/metrics-server-example
a1282a08f72ef939feb4cabbdeb23cd42d7b7885
6e90d4813da4eeec737d0919012e9657cd4658a0
refs/heads/master
2022-12-01T06:51:26.551285
2020-08-05T03:47:34
2020-08-05T03:47:34
285,171,230
0
0
null
null
null
null
UTF-8
C
false
false
16,665
c
/* * Copyright (C) YoungJoo Kim (vozlt) */ #include "ngx_http_vhost_traffic_status_module.h" #include "ngx_http_vhost_traffic_status_control.h" #include "ngx_http_vhost_traffic_status_set.h" static ngx_int_t ngx_http_vhost_traffic_status_set_init(ngx_http_request_t *r, ngx_http_vhost_traffic_status_control_t...
[ "thinhth@uiza.io" ]
thinhth@uiza.io
5515c3ef3253545d898dc4df4ad49f9ffdb54b05
1f4f39801e527ba0146d177ae7f3c8c4766230dc
/tinyos/tos/platforms/armlinux/platform.h
acbb299a606eb890359da1ef97df6acfa8f7d031
[]
no_license
tavimori/raspberrypi-cc2520
411b473d3020ab2a0184493dd7803841ffb63730
5566b085ebd308f9a1d441f3e5ebb17408ffd03c
refs/heads/master
2021-05-29T01:14:20.681777
2015-05-26T04:49:37
2015-05-26T04:49:37
null
0
0
null
null
null
null
UTF-8
C
false
false
62
h
#ifndef IEEE802154_PANID #define IEEE802154_PANID 0x22 #endif
[ "bradjc5@gmail.com" ]
bradjc5@gmail.com
2dc149ec2e3b26384c713d868d31b2b2f60c6fc8
444fb3327a2f12eff2fd551a25c0b5de5d96514a
/project/zifuchuanpaixu.c
1a4a8329d7f2fb3023796d04b028d770a0cd9ffe
[]
no_license
liujianpc/mySource
351b5cd20a9b5a4265c60f31699d01a02925df64
c36cc131c9a48eb82053f177b1d33f164c5fb6dc
refs/heads/master
2021-01-10T08:44:20.790201
2016-03-18T13:10:24
2016-03-18T13:10:24
54,194,712
0
0
null
null
null
null
UTF-8
C
false
false
1,547
c
/* * ===================================================================================== * Filename: zifupaixu.c * Description: All Rights Reserved * Version: 1.0 * Created: 2014/6/13 13:39:21 * Revision: none * Compiler: gcc * Author: liujianpc * Em...
[ "695966004@qq.com" ]
695966004@qq.com
834f3dab15b662da8ee493d47bf308966af11baa
6d3667471dee5d8b49a98d2096244e9f49f30b9c
/ScreenGuard/wndproc.h
c871f782f4bd8be9f65ef1c67aef1b0329956559
[]
no_license
ryo-hara/screen-guard
02c97cf86c092c3494de757ee3dc3ffbdcc8cf8b
0e295045f56b8955f501a446d53d3b5dfe7f309d
refs/heads/master
2021-08-06T10:31:38.145966
2017-11-05T06:41:25
2017-11-05T06:41:25
null
0
0
null
null
null
null
UTF-8
C
false
false
178
h
#pragma once #include<Windows.h> HRESULT CALLBACK wndproc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp); HRESULT CALLBACK configWndProc(HWND hwnd, UINT msg, WPARAM wp, LPARAM lp);
[ "happo31@gmail.com" ]
happo31@gmail.com
25996cf3256bba1a8ba18038ef9bba4498b8b2d6
b0b5bf115165054becba2d9c9d5c489a53aa9bdd
/ex_array_within_struc.c
91a82e78d08430f88cba9ec6daee1018a9dbc7ee
[]
no_license
pankajyadav0/C-programs
146caffcf5d6f2a209419a571fb4a5848e913c7c
c93e78b211bf11bc73e3a8410f058b091c047e37
refs/heads/master
2021-01-12T09:47:38.725974
2016-12-12T13:43:29
2016-12-12T13:43:29
76,257,701
0
0
null
null
null
null
UTF-8
C
false
false
390
c
#include<stdio.h> #include<string.h> #include<math.h> struct student { int roll; int marks[5]; char name[10]; }stu; main() { int i, sum=0; printf("Roll no is\t"); scanf("%d",&stu.roll); printf("Name is\t"); scanf("%s",stu.name); printf("Marks\t"); for(i=0;i<5;i++) { printf("Mark of %d subject is\t",i+1); scanf("%d",&st...
[ "ms15resch11005@iith.ac.in" ]
ms15resch11005@iith.ac.in
851f006bbd11ce47359c825e5b49ebfdd6acbfcc
2b99214521750c3c459df35f6c970bccf3923dd4
/test/Flatten/Flatten.c
d034acf2c82a70bf8acb0e4602a5447aaf7853f8
[]
no_license
Lee-HyeongSeok/SW_expert_examples
9ed4bc17e7607bc30a351a79606f3db48a0ec70e
aa43d723fd3053ab19e6fab5492f5990ba5bb030
refs/heads/main
2023-03-10T08:24:41.360254
2021-02-25T05:22:11
2021-02-25T05:22:11
259,710,445
0
0
null
null
null
null
UHC
C
false
false
2,292
c
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdbool.h> #define MAX 100 // 상자의 가로, 세로 길이 지정 int height[MAX]; // 상자의 높이를 갖고있는 배열 int maxIdx, minIdx; void init() { for (int i = 0; i < MAX; i++) { height[i] = 0; maxIdx = minIdx = 0; } } // 상자의 높이를 입력 받는 함수 void inputMap() { int val = 0; // ...
[ "kea7109@naver.com" ]
kea7109@naver.com
62f518e678cba22c5d1f43f5beb966f5268e38b3
2fd9221e93c3b5c50e1975f5639cab6682e033b5
/0x02-functions_nested_loops/holberton.h
14589feb6d10d2cc5cef0b7d1b26fc4b6a366e2d
[]
no_license
NelsonarevaloF/holbertonschool-low_level_programming
42a89fa82e987adc1930ffd262129505cdff103f
dcdcea58a5c375968bd8c7974ca2f85e32fd76b8
refs/heads/master
2023-04-11T01:34:46.455158
2021-04-22T04:25:31
2021-04-22T04:25:31
271,688,916
0
0
null
null
null
null
UTF-8
C
false
false
272
h
int _putchar(char); void print_alphabet(void); void print_alphabet_x10(void); int _islower(int); int _isalpha(int ); int print_sign(int); int _abs(int); int print_last_digit(int); void jack_bauer(void); int add(int, int); void times_table(void); void print_to_98(int n);
[ "nelson.arevalo.tecni@gmail.com" ]
nelson.arevalo.tecni@gmail.com
d2b810ed3f294f4346b41c30835ecf058a6397a9
b1125cb7680ff1dc1085224db94b9727dd686ce8
/3/hybrid comsys/селивесртовы/lab6_z2/lab6_2_4/lab6_2_4/solution1/csim/build/apcc_db/lab6_24test.c
5a07cd4dc518502f3595a16de0963c55de1dde97
[ "Apache-2.0" ]
permissive
stakenschneider/git.polytest-master
89f78148d6a616c912c0739c2c47c78a0d5ab3c8
4e75486cedd2f582c1f4d58f3dd9a0dcff15a19d
refs/heads/master
2021-06-29T15:17:14.940549
2020-10-21T00:24:57
2020-10-21T00:24:57
161,578,073
25
5
null
2020-04-20T00:10:23
2018-12-13T03:20:57
TeX
UTF-8
C
false
false
36,282
c
/* Provide Declarations */ #include <stdarg.h> #include <setjmp.h> #include <limits.h> #ifdef NEED_CBEAPINT #include <autopilot_cbe.h> #else #define aesl_fopen fopen #define aesl_freopen freopen #define aesl_tmpfile tmpfile #endif #include <stdio.h> #include <string.h> #include <stdlib.h> #include <math.h> #ifdef __STR...
[ "volkova.maria.d@gmail.com" ]
volkova.maria.d@gmail.com
53a3f7b9ba19d3d1a9904b44b2a081db38d4f6b9
f9169f0eb0d6c0d3702a2aa0139ce925b393f12a
/Oscilaciones_amortiguadas/array_alloc.c
77b8f5ae8a61af7d5f070298ef3f6358ed3e058b
[]
no_license
benattie/Docencia
f34ee0832bd0704f8e2ccc210951cf6a5ca7168f
d9e6b2baf180ececd18f7a66d40467c970fd59fe
refs/heads/master
2020-05-20T02:03:01.112696
2014-03-28T18:23:36
2014-03-28T18:23:36
null
0
0
null
null
null
null
UTF-8
C
false
false
1,640
c
#include "array_alloc.h" double * vector_double_alloc(int size) { double * vector = (double *) malloc(size * sizeof(double)); if(vector == NULL) { printf("Out of memory\n"); exit (1); } return vector; } int * vector_int_alloc(int size) { int * vector = (int *) malloc(size * si...
[ "benatti@ifir.conicet.gov.ar" ]
benatti@ifir.conicet.gov.ar
aff222bd4652e28a07d42d75ba8ded145792cfb6
62ec0c94f698ff372624ca473fb974c9f0310005
/11.1.2/11.1.2/源.c
a4081b89248ee0aa25896e093ff4820d0c61e901
[]
no_license
duchenlong/text
44ee5e1142afb7ecd37636787e8af64c49f3915b
6d527d536512e97f08d52d7aac4b4c3ff3469aa1
refs/heads/master
2020-07-29T10:54:33.299688
2020-04-22T13:20:51
2020-04-22T13:20:51
209,768,661
5
0
null
null
null
null
GB18030
C
false
false
1,337
c
#define _CRT_SECURE_NO_WARNINGS 1 //标题:跳蚱蜢 // //如图 p1.png 所示: //有9只盘子,排成1个圆圈。 //其中8只盘子内装着8只蚱蜢,有一个是空盘。 //我们把这些蚱蜢顺时针编号为 1~8 // //每只蚱蜢都可以跳到相邻的空盘中, //也可以再用点力,越过一个相邻的蚱蜢跳到空盘中。 // //请你计算一下,如果要使得蚱蜢们的队形改为按照逆时针排列, //并且保持空盘的位置不变(也就是1 - 8换位,2 - 7换位, ...),至少要经过多少次跳跃? #include<stdio.h> int a[9] = { 0 }; int count = 0; int i = 0; ...
[ "2664484273@qq.com" ]
2664484273@qq.com
d036939f87648d383304cb2226627585ceaf04de
9645620bbe466eb7011425ff5ee56e9df1185b40
/src/create_map.c
07e6dc44ff5189e462398862585b30782b19c198
[]
no_license
Acerlorion/matchstick
3ebf459c72827b237a5ba71687cd197514e8843d
d44d00209ef966bf145cee959729bcc8f79c543d
refs/heads/master
2021-04-30T07:24:00.779497
2020-06-30T13:11:17
2020-06-30T13:11:17
121,395,076
1
0
null
2020-05-18T14:37:09
2018-02-13T14:52:51
C
UTF-8
C
false
false
2,001
c
/* ** EPITECH PROJECT, 2018 ** create_map.c ** File description: ** create the map */ #include <stdlib.h> #include "stick.h" static char *star_line(char *map, int nb_col) { int aba = 0; int star_nb = 0; while (map[aba] != '\0') { aba += 1; } while (star_nb != nb_col) { map[aba] = ...
[ "paul.beauduc@epitech.eu" ]
paul.beauduc@epitech.eu
073fd4a0e06068745e06a39b75999e8989dd2c78
9235087bb0a26c60a84f9593ffa3d5b3d481a326
/src/intro.c
8f616bc59d1eeed2be9e625d92c549ef48e46929
[]
no_license
gscolera-depric/wolf
938099a6ebdd3606b73535f6995fbaaf69e19b1b
1ea2d287bc21aaf94cc26e3b5e0f8532a9d461b3
refs/heads/master
2023-02-11T02:48:06.785895
2019-02-12T02:02:34
2019-02-12T02:02:34
null
0
0
null
null
null
null
UTF-8
C
false
false
1,461
c
#include "wolf3d.h" static void fade_image(IMAGE *image, IMAGE *faded, U8 scale) { U32 i; i = 0; while (i < image->length) { if (image->pixels[i] & 0xFFFFFF == 0xFFFFFF) { faded->pixels[i++] = (U32)(scale << 16 | scale << 8 | scale); } else faded->pixels[i++] = 0; ft_printf("%d\n", i); } } stat...
[ "goroshnikovanton@gmail.com" ]
goroshnikovanton@gmail.com
f9ee7214c54cd4bd3df2a39639a3d9492189d570
2318cd247e67403287f5dad10edbee53236debcd
/F - Positive Negative Sign 2.c
c4352e2ea867169be5173de03983969fe879e5e0
[]
no_license
maksudul24/All_Contest_Code
bcc04173556ce5cc6909d3614caa5a71fecc7c95
75eebc126356bb65e841684e6a37cf5b6f275ed6
refs/heads/master
2021-02-11T14:16:50.581511
2020-03-03T00:32:56
2020-03-03T00:32:56
244,498,223
0
0
null
null
null
null
UTF-8
C
false
false
244
c
#include<stdio.h> int main() { int i,m,n,k; long int x; scanf("%d",&k); for(i=1;i<=k;i++){ scanf("%d %d",&n,&m); n=n/2; x=m*n; printf("Case %d: %ld\n",i,x); } return 0; }
[ "maksudulrabat@gmail.com" ]
maksudulrabat@gmail.com
733aa67ab05492c6da39a109307641c6ceffe94c
32577b243a36eccf4533d150428bdcf701c915cd
/Students/Lesson3/incompleted/token.c
e639c93cca7981ab2d159afe1df9212ed9ae5e0c
[]
no_license
ngasocute/compiler-construction
7d335060ad260977e1d03607698eb72f7fb95bcb
ccbab9f923ee47273fb894f28a1de5a438974136
refs/heads/master
2023-02-20T02:05:53.331177
2021-01-14T08:03:49
2021-01-14T08:03:49
null
0
0
null
null
null
null
UTF-8
C
false
false
3,316
c
/* * @copyright (c) 2008, Hedspi, Hanoi University of Technology * @author Huu-Duc Nguyen * @version 1.0 */ #include <stdlib.h> #include <ctype.h> #include "token.h" struct { char string[MAX_IDENT_LEN + 1]; TokenType tokenType; } keywords[KEYWORDS_COUNT] = { {"PROGRAM", KW_PROGRAM}, {"CONST", KW_CONST}, ...
[ "trung.ntt1210@gmail.com" ]
trung.ntt1210@gmail.com
97615d8a98ed7a384f395661fe89d49d19787989
1eb85a94450d3e9edb12e5380a0f80e6eed7bab5
/src/pal/Bare-x86/lib/syslib/string.c
a9b237653e4585db6eafd368971be7d89ed39c0e
[ "BSD-3-Clause" ]
permissive
zcfsky/VelaOS
a9e569a7d23bc509d77c820cda7f04b8bbf546f5
435e378c58a65f9ca4fcc552bfcdaa89a9e4b9c9
refs/heads/master
2021-12-02T03:41:34.243222
2014-06-27T13:29:52
2014-06-27T13:29:52
null
0
0
null
null
null
null
UTF-8
C
false
false
120
c
/** @copyright Copyright (C) 2011 Oleg Kertanov <okertanov@gmail.com> @license BSD */ #include "string.h"
[ "okertanov@gmail.com" ]
okertanov@gmail.com
246090d1d5213b519dff3a61fdc8a9f9e6a22ebd
97ac5e15bb723f852f86bd7f7acee85fbfcccc37
/src/emu/cpu/i86/i86.h
893df00ad7305f57ef3adf79f19de7ebfa19c5af
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
r-type/mame2009-libretro
e2b306b9909bf88407db0abfcd27b9a22de7d08b
45048806fbc0fea82709a75a523f2eda945e0a47
refs/heads/master
2021-01-22T18:02:03.324079
2017-09-24T12:15:24
2017-09-24T12:15:24
100,746,208
1
2
null
null
null
null
UTF-8
C
false
false
916
h
/* ASG 971222 -- rewrote this interface */ #pragma once #ifndef __I86INTF_H__ #define __I86INTF_H__ #include "cpuintrf.h" #define INPUT_LINE_TEST 20 /* PJB 03/05 */ enum { I8086_IP, I8086_AX, I8086_CX, I8086_DX, I8086_BX, I8086_SP, I8086_BP, I8086_SI, I8086_DI, I8086_AL, I8086_CL...
[ "r-type@gmail.com" ]
r-type@gmail.com
b42d9cdf19682743d358b9047c957f3bcf779d94
5dd20a352a457a6e29b2fc40b1da6db0b1e756cf
/grafo.c
905b7dbc6028876228152d4d966150ff11ab7c79
[]
no_license
MLFS/Grafos-EDA
5558b8ff8b64e089b4f5a39099d6a31c4838c7bf
925b5ff37594994ad241ce22468ddb9ce753287d
refs/heads/master
2021-01-17T19:18:30.003227
2016-06-09T18:10:15
2016-06-09T18:10:15
60,792,584
0
0
null
2016-06-09T18:07:37
2016-06-09T17:14:43
null
UTF-8
C
false
false
4,620
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <float.h> #include <assert.h> #include "grafo.h" typedef struct _viz Viz; struct _viz { int noj; float peso; Viz* prox; }; struct _grafo { int nv; /* numero de nos ou vertices */ int na; /* numero de ar...
[ "noreply@github.com" ]
MLFS.noreply@github.com
92f802c4b9dcdf572b6e311f0472dd1e7737479d
1c6a7ae5dca2a38c68fde97a676478c6573bca02
/linux-3.0.1/arch/arm/include/asm/proc-fns.h
8ec535e11fd73c81ebdc12500c1ad24d7a9add35
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "Apache-2.0" ]
permissive
tonghua209/samsun6410_linux_3_0_0_1_for_aws
fab70b79dc3e506dc03ac1149e2356137869c6ca
31aa0dc27c4aab51a92309a74fd84ca65e8c6a58
refs/heads/master
2020-04-02T04:24:32.928744
2019-01-20T13:51:34
2019-01-20T13:51:34
154,015,176
0
0
Apache-2.0
2018-10-24T14:51:04
2018-10-21T14:07:31
C
UTF-8
C
false
false
2,825
h
/* * arch/arm/include/asm/proc-fns.h * * Copyright (C) 1997-1999 Russell King * Copyright (C) 2000 Deep Blue Solutions Ltd * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. ...
[ "kyh1022@163.com" ]
kyh1022@163.com
1e0cf73312676cd110543ad2506d3ad905e5c566
191707dd19837f7abd6f4255cd42b78d3ca741c5
/X11R4/contrib/toolkits/serpent/c_toolkit/src/listPack.c
13e98ea455ee2524a92f40d7230a68f525335810
[]
no_license
yoya/x.org
4709089f97b1b48f7de2cfbeff1881c59ea1d28e
fb9e6d4bd0c880cfc674d4697322331fe39864d9
refs/heads/master
2023-08-08T02:00:51.277615
2023-07-25T14:05:05
2023-07-25T14:05:05
163,954,490
2
0
null
null
null
null
UTF-8
C
false
false
34,845
c
/**************************************************************************** C Programmer's Toolbox Module Name: listPack Purpose: Provides the data structures necessary to support a DECK, and the functions needed to give full list access abilities. Author: Robert A Zimmermann, Carnegie-Mellon Universit...
[ "yoya@awm.jp" ]
yoya@awm.jp
0cb38273a0721e60c176ecf2669d54d9eb694af1
cec212add8011c3f035cfbbc757a0e887e48fb25
/projects/caoho/dominion/dominion.c
f68bffec9da2ec172abe385bd412f1b01f345c90
[]
no_license
husseinaburas/cs362w17online
062f709bd1f298535f566378d17c101a48122766
34bfde8448862dc91b7557fe3a3f5105ce1ab962
refs/heads/master
2021-01-17T18:26:59.314396
2017-03-06T23:14:27
2017-03-06T23:14:27
null
0
0
null
null
null
null
UTF-8
C
false
false
34,483
c
#include "dominion.h" #include "dominion_helpers.h" #include "rngs.h" #include <stdio.h> #include <math.h> #include <stdlib.h> int compare(const void* a, const void* b) { if (*(int*) a > *(int*) b) return 1; if (*(int*) a < *(int*) b) return -1; return 0; } struct gameState* newGame() { struct gameState* g = ...
[ "hatchimg@oregonstate.edu" ]
hatchimg@oregonstate.edu
93236a605a7656ca781c3a001ffcf07ea936e101
be45a872520f4ab4b30c38f9df15b6ace03371e4
/StateOS/kernel/inc/os_bar.h
592b9f73bca9247c6aa23a7d110016b4dafc084d
[ "MIT" ]
permissive
miro7618/StateOS
168bcc77aa15f112960ed9bdd292f29f29acfe6d
909425b33b9244760f8258cff6ff2b8de473bd34
refs/heads/master
2020-03-15T06:50:45.080183
2018-05-02T19:19:18
2018-05-02T19:19:18
null
0
0
null
null
null
null
UTF-8
C
false
false
11,000
h
/****************************************************************************** @file StateOS: os_bar.h @author Rajmund Szymanski @date 24.01.2018 @brief This file contains definitions for StateOS. ****************************************************************************** Copyright (...
[ "rajszym@o2.pl" ]
rajszym@o2.pl
03619ea07781e69db1f0c8246ce729432c85b714
b34094b5c537c0d193bd110b912670cf528bb467
/algorithm/main-comp-alg/test/test_can_master_check_timeouts.c
d0f1afc12aed7e7da9d9b7dc8036919c3816f55f
[]
no_license
umdloop/unnamed-pod
598e9eedaf065869aa818a2763ccba2f674ae85f
52a8dfefd9067be74dfd741783283ab0202f758d
refs/heads/master
2021-07-16T20:16:02.186150
2020-10-20T23:39:45
2020-10-20T23:39:45
214,939,761
2
1
null
null
null
null
UTF-8
C
false
false
18,619
c
#include <stdarg.h> #include <stddef.h> #include <stdint.h> #include <setjmp.h> #include <cmocka.h> #include <stdbool.h> #include "abort_run.h" #include "can_master.h" #include "can_init.h" #include "vs_can_api.h" #define UNIT_TESTING 1 #include "can_master.c" #define UNUSED(x) (void)(x) /*******...
[ "43093238+rfwheel@users.noreply.github.com" ]
43093238+rfwheel@users.noreply.github.com
6618751376671bad52b723cce193a238df1f749b
74b27a49eb21a903d96e9a70df9fed9a56c0aa45
/JPVideoPlayerDemo/Pods/Headers/Public/JPNavigationController/UINavigationController+FulllScreenPopPush.h
c998204c2ec2318cffba3f73a8b1301d7cc7a5f9
[ "MIT" ]
permissive
MemetGhini/JPVideoPlayer
d9f5e0eacb5d71b4a7b7ab4f725445e0ba76a16d
cc887d7b46b08551a59434ce3731264acaf93f08
refs/heads/master
2020-03-12T09:16:30.608202
2018-05-25T07:52:33
2018-05-25T07:52:33
130,549,102
0
1
MIT
2018-04-22T08:29:32
2018-04-22T08:29:32
null
UTF-8
C
false
false
98
h
../../../JPNavigationController/JPNavigationController/UINavigationController+FulllScreenPopPush.h
[ "13246884282@163.com" ]
13246884282@163.com
d603e0bcc3de70188b72ba4ae0e4edd50e6eb064
7c7f93e43eb2c8473bf137bd95ec87cde9eee68e
/libft/ft_memdel.c
f2d72a5e5716b99023cdd39cad0c40ff9c6e20f6
[]
no_license
lgaultie/ft_ls
b74950478f4bdfbc54409be0023ef18623bf90fe
9ec5731e60d50cbc5456e76beaf9782ff50a09ed
refs/heads/master
2021-01-04T14:54:25.595522
2020-02-17T19:55:19
2020-02-17T19:55:19
240,599,982
1
0
null
null
null
null
UTF-8
C
false
false
995
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memdel.c :+: :+: :+: ...
[ "loraineg@hotmail.fr" ]
loraineg@hotmail.fr
90fc606c47c335e8201bce808ae62cb5fce2f071
26340f693988d3ade2b2893a42f2e2776ab8a102
/program1/24_22.c
11fa6c9c9c9f4c53b5e13e371acca2ca2d306f67
[]
no_license
yeon0926/C
c52c5e208ff36040c775e2a9f81c3d639195407b
ba213f8588743e79fffe69d398c92381ada96583
refs/heads/main
2023-03-12T21:33:28.090652
2021-03-06T06:15:05
2021-03-06T06:15:05
344,485,764
0
0
null
null
null
null
UTF-8
C
false
false
680
c
#include <stdio.h> #include <signal.h> #include <unistd.h> #include <stdlib.h> void signalHandler(int signo); int main() { sigset_t set, oldset; struct sigaction act; act.sa_handler = signalHandler; sigemptyset(&act.sa_mask); act.sa_flags = 0; /*SIGINT에 대해 act행동을 하도록 설정*/ sigaction(SIGINT, &act, NULL); sige...
[ "noreply@github.com" ]
yeon0926.noreply@github.com
e21c4daa3b2be75069e7c3ca69eb5f7780476a1e
e51ad72b4b2369596cdab245baddc59e336be3c1
/APP/LibA5T1000/sama5d2/instance/instance_xdmac0.h
1be76470be9b21d4292d1bf9097dbe3ac760b7e7
[]
no_license
zzfd97/S_MISR
702abccb22c9b0624d149559f115edee330be0d2
455987a15454d101012868523d89e8ad4399f713
refs/heads/master
2022-01-06T09:46:35.756460
2018-09-03T13:01:25
2018-09-03T13:01:25
null
0
0
null
null
null
null
UTF-8
C
false
false
66,451
h
/* ---------------------------------------------------------------------------- */ /* Atmel Microcontroller Software Support */ /* SAM Software Package License */ /* --------------------------------------------------------------------...
[ "ahmed.elemam@its.ws" ]
ahmed.elemam@its.ws
28246d2b959ea5ac94f3fdb228809ec9c73f529b
e8b3d4d6b7d39eb7cd993a6781bd1fe039fa242e
/STM/boot/SYSTEM/sys/sys.c
b735250e17f3eef59d664b1089be398eb50409a6
[]
no_license
xmlhttp/XM
5a9cbb49c71a865815cf95b0a5d95306ed8205f2
1962573bc209fb51e12ad1f3458fef938bef3b67
refs/heads/master
2021-09-14T04:22:35.964132
2018-05-08T12:30:47
2018-05-08T12:30:47
113,394,095
0
0
null
null
null
null
GB18030
C
false
false
431
c
#include "sys.h" //THUMB指令不支持汇编内联 //采用如下方法实现执行汇编指令WFI __asm void WFI_SET(void){ WFI; } //关闭所有中断 __asm void INTX_DISABLE(void){ CPSID I; } //开启所有中断 __asm void INTX_ENABLE(void){ CPSIE I; } //设置栈顶地址 //addr:栈顶地址 __asm void MSR_MSP(u32 addr){ MSR MSP, r0 //set Main Stac...
[ "469100943@qq.com" ]
469100943@qq.com
aaa597ac7e76c5024f24aadb0fa4dfbd7c12d016
191707dd19837f7abd6f4255cd42b78d3ca741c5
/X11R3/X.V11R3/server/ddx/sun/sunCG2M.c
6328be6d9f37c8bc3dfa58559c90d94550d07e0c
[]
no_license
yoya/x.org
4709089f97b1b48f7de2cfbeff1881c59ea1d28e
fb9e6d4bd0c880cfc674d4697322331fe39864d9
refs/heads/master
2023-08-08T02:00:51.277615
2023-07-25T14:05:05
2023-07-25T14:05:05
163,954,490
2
0
null
null
null
null
UTF-8
C
false
false
12,832
c
/*- * sunCG2M.c -- * Functions to support the sun CG2 board when treated as a monochrome * frame buffer. * * Copyright (c) 1987 by the Regents of the University of California * Copyright (c) 1987 by Adam de Boor, UC Berkeley * * Permission to use, copy, modify, and distribute this * software and its documentat...
[ "yoya@awm.jp" ]
yoya@awm.jp
2db3bc9ec7fdea7f8a1e2658a117f3bca26d05b5
e7be2ee48f952308f5672240c2c833d718d9d431
/Juliet_Test_Suite_v1.3_for_C_Cpp/C/testcases/CWE78_OS_Command_Injection/s03/CWE78_OS_Command_Injection__char_environment_w32_spawnvp_54d.c
80ac36057acc823621b7dbeb7b74c95b17035372
[]
no_license
buihuynhduc/tooltest
5146c44cd1b7bc36b3b2912232ff8a881269f998
b3bb7a6436b3ab7170078860d6bcb7d386762b5e
refs/heads/master
2020-08-27T20:46:53.725182
2019-10-25T05:42:36
2019-10-25T05:42:36
217,485,049
1
0
null
null
null
null
UTF-8
C
false
false
1,964
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE78_OS_Command_Injection__char_environment_w32_spawnvp_54d.c Label Definition File: CWE78_OS_Command_Injection.strings.label.xml Template File: sources-sink-54d.tmpl.c */ /* * @description * CWE: 78 OS Command Injection * BadSource: environment Read input from an envir...
[ "43197106+buihuynhduc@users.noreply.github.com" ]
43197106+buihuynhduc@users.noreply.github.com
17694b0aad874320f8133c2c12671ec37760206c
95848257b9fe121f47d86d0aaeaf569e9a3a3b6b
/+audstream/source/PsychSourceGL/Source/Common/PsychHID/PsychHIDSetReport.c
49fad9932a3db66b2f3283452d9a778c1ef83bf1
[ "GPL-1.0-or-later", "MIT", "GPL-2.0-or-later", "BSD-3-Clause", "LicenseRef-scancode-proprietary-license", "LGPL-2.1-only", "GPL-2.0-only", "LGPL-2.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0", "BSD-2-Clause", "GPL-3.0-only", "LicenseRef-scancode-unknown-license-reference", ...
permissive
cortex-lab/signals
4129259dcfcba102a53c4874065b8cd059fb575a
690e266091ddcf5b2e5d9b0c06a68308c3c03c4f
refs/heads/master
2022-08-09T04:49:29.849317
2021-01-23T14:51:11
2021-01-23T14:51:11
130,993,034
3
7
Apache-2.0
2021-01-23T14:51:12
2018-04-25T10:59:50
C
UTF-8
C
false
false
6,701
c
/* Source/Common/PsychHID/PsychHIDSetReport.c PROJECTS: PsychHID PLATFORMS: All. AUTHORS: denis.pelli@nyu.edu dgp mario.kleiner@tuebingen.mpg.de mk HISTORY: 3/15/05 dgp Wrote it. 4/23/05 dgp Now use low-level setReport instead of high-level HIDSetReport so that we can ...
[ "j.bhagat@ucl.ac.uk" ]
j.bhagat@ucl.ac.uk
fa7475f1e67847857f7fe961905de0215e19b7ba
2199443391b4056a9d5b54280fe0385ea152f519
/include_wasm32/limits.h
e1ba564955cf2013f886fcbe36472710b9b30367
[ "Apache-2.0", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
gwihlidal/meshopt-rs
49ea6d895627138df6d9db8088e19efc9fe009e0
a342382afcac6fb25b81567077908a097580da75
refs/heads/master
2023-08-03T05:51:08.471606
2022-12-06T21:31:30
2022-12-06T21:31:30
153,487,611
113
29
Apache-2.0
2023-09-13T09:32:53
2018-10-17T16:17:41
Rust
UTF-8
C
false
false
69
h
#pragma once #define INT_MAX ((int)~(1u << (8*sizeof(unsigned)-1)))
[ "simon.chopin@scriptandgo.com" ]
simon.chopin@scriptandgo.com
9f9d66d5ac0a12d8dd22bc5b235d461cdf3bb0ac
598737b786a20889dc6acd468478baf4972535b3
/src/dist/am-utils/include/amq_defs.h
9cd945e7179fbf1f6f86d66f959a0ffad3588c14
[ "BSD-2-Clause", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
shisa/shisa-netbsd
5c8e289de2a48b6d8f39bd3add9ca4ea48fec1da
28d999d1c25107c126e0a458a97b9397aae592ef
refs/heads/master
2021-01-01T05:33:32.619808
2008-05-26T04:27:54
2008-05-26T04:27:54
32,793,680
1
2
null
null
null
null
UTF-8
C
false
false
5,139
h
/* $NetBSD: amq_defs.h,v 1.7.2.1 2005/08/16 13:02:24 tron Exp $ */ /* * Copyright (c) 1997-2005 Erez Zadok * Copyright (c) 1990 Jan-Simon Pendry * Copyright (c) 1990 Imperial College of Science, Technology & Medicine * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * Th...
[ "keiichi@mobilegravity.sfc.wide.ad.jp" ]
keiichi@mobilegravity.sfc.wide.ad.jp
d3aba45b29fa45b146fcbfdb2344a1ab635712f5
5f95342549413dc14e4b5b83c517076d556d52c9
/usr.bin/vi/vi/v_screen.c
2cf15ef4f4f774e4839999c2fea526b87d6f2252
[ "BSD-3-Clause" ]
permissive
mikekmv/aeriebsd-src
ee4ce27893e6be0768acb9729fde21f08e3d5c17
04a0f2dffa69cbdb3b9d3f593c9317681eaa6302
refs/heads/master
2021-01-17T12:07:14.334767
2013-03-09T23:52:38
2013-03-09T23:52:38
10,635,652
1
1
null
null
null
null
UTF-8
C
false
false
1,525
c
/*- * Copyright (c) 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 1992, 1993, 1994, 1995, 1996 * Keith Bostic. All rights reserved. * * See the LICENSE file for redistribution information. */ #include "config.h" #ifndef lint static const char sccsid[] = "@(#)...
[ "root" ]
root
959c1fc6ce69378b2f1f649fba89ebcb29c15df5
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/63bb7c61-6342-4c1f-a1a4-69a35a4cffcb.c
b1b40ccbec6fe143ae24696d203c4945bf8278fd
[]
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
533
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = j%j; l = k+j; j = k-i*i; //variables /* START VULNERABILITY */ int a; long b[74]; long c[30]; a = 0; while (a > -1) { ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
084b7873546af2f7c24c2908dfbb23821cd03ba3
1f5c8bdd1c15a94e2b0c6cdc389d83d0937de82a
/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Array_InternalEnumerator_1_gen_89.h
7638b2ff18cc8e75c4d0a3c01c7dd403f7162a0c
[]
no_license
White-Wlof/Pull_Action
8798e0767180269bfe686abc5bb9110c53e39346
587d3b9bd1c5d12507563fad450e31bad897c176
refs/heads/master
2021-01-10T14:36:15.399060
2015-11-25T02:30:51
2015-11-25T02:30:51
46,396,200
0
0
null
null
null
null
UTF-8
C
false
false
542
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.Array struct Array_t; #include "mscorlib_System_ValueType.h" // System.Array/InternalEnumerator`1<System.Reflection.PropertyInfo> struct InternalEnumerator_1_t2232 { //...
[ "cihi13042@g.nihon-u.ac.jp" ]
cihi13042@g.nihon-u.ac.jp
acf4cd5b3dee18278f1a9ca7125caf469eab0d89
440a7caaf14c75c3a2bd3f8337fc3ade4bca4da8
/TP/TP 8/1 reverse.c
8a62aefd075010f1385a1296dd9bfd4d57de6839
[]
no_license
ly-hourt/TP
c284a260619f17eba3b60db188ff7795c9b16b2f
ba9bad538f788db49973471a013922f3974c6170
refs/heads/master
2022-07-05T13:32:56.700931
2020-05-15T17:42:23
2020-05-15T17:42:23
264,257,804
0
0
null
null
null
null
UTF-8
C
false
false
523
c
#include <stdio.h> int main() { //get the element form user int element,i=0; printf("Enter a number of element: "); scanf("%d",&element); //get array element from user,integer only int intager[element]; printf("Enter the integers: "); for(int i = 0;i<element;++i) { scanf("%d",&in...
[ "noreply@github.com" ]
ly-hourt.noreply@github.com
c69c3f863dfba3815750aa16d630464b36e27431
0d88019bb8b8b23caf3525d7da1413c87fd52f8c
/DS/BST/testl.c
00f972c3f3a6921d73133d8a6a9286d0a5a6cc35
[]
no_license
isaacAdmaso/work
2b1219d5309cc928b312940c74c2c7536f9d3756
b1846f2b76abea8178fcbf8f4bd05fc70c12189e
refs/heads/master
2020-04-22T01:04:47.800484
2019-02-10T16:25:02
2019-02-10T16:25:02
170,002,871
0
0
null
null
null
null
UTF-8
C
false
false
1,594
c
#include <stdio.h> #include <stdlib.h> #include "BST.h" #include "mu_test.h" int InserTree(Tree* _tree) { int i,arr[]={1,2,3,4,5,36,77,81,29,120}; for (i = 0; i < sizeof(arr)/sizeof(arr[0]); ++i) { ASSERT_THAT(TreeInsert(_tree,arr[i]) == ERR_OK); ASSERT_THAT(TreeIsDataFound(_tree,arr[i]) == ERR_OK); } retu...
[ "ad123maso@gmail.com" ]
ad123maso@gmail.com
3f138e6bafa0b1a53c91178389fac417357970d7
3dffdf56da7c59e3b8f09137930c84c1dbb0a778
/Project_3/logger.c
a072b585bb64513bc4c1a833218f905ef108263e
[]
no_license
maoxx241/csci4061
e5adbe4251d42c6d19c80981adbbad1e13f76cf9
e72b317641bbe3621483de7e1ecfc1331d9891d5
refs/heads/master
2020-05-27T04:28:32.605542
2019-05-24T20:23:30
2019-05-24T20:23:30
188,483,032
0
0
null
null
null
null
UTF-8
C
false
false
1,012
c
#include <stdio.h> #include <pthread.h> #include "logger.h" #define LOG_FILE "web_server_log" static FILE* fp = NULL; static pthread_mutex_t fp_mutex = PTHREAD_MUTEX_INITIALIZER; void log_request(int tid, int req_num, int fd, char* filename, int bytes, int service_time, int is_hit) { ...
[ "maoxx241@umn.edu" ]
maoxx241@umn.edu
2e798f8e7b1e74bbebb9e8438b539496f6ab6e8d
8064e5f8ed51e712f8879d27f8557a278b8b4b2e
/c/mycpp/c/cpp/160_5.c
9091b15cb6e95e23ece723fccd9e219942d4067a
[]
no_license
shixv/test
f0549ebc5a393d5db69eb8a8e08647bf7ea6a421
2812d932e61b91e993f9bd19244f2371c2308549
refs/heads/master
2020-04-06T07:12:45.120468
2016-03-23T01:38:10
2016-03-23T01:38:10
49,332,092
0
0
null
null
null
null
UTF-8
C
false
false
170
c
#include <stdio.h> #include <stdlib.h> int main(int argc,char *argv[]) { for(int i=atoi(argv[1]);i<=atoi(argv[2]);printf("%d\t%d\t%d\n",i,i*i,i*i*i),i++); return 0; }
[ "iamshixv@gmail.com" ]
iamshixv@gmail.com
64902b3ec99faae25f7fe826684e56fe9f1fc14f
04499ee669d527032bbd0c095174bd73b9562807
/ass0.c
4470f2b983c3a8e92e19231dec4d3c42c31a1c77
[]
no_license
AndrewIris/testC1
09a06e4a1be375298f7e7c208e8865679bb42ebc
a4079e584bda5d17b400d7d25acf5ccfbd5b6588
refs/heads/master
2020-03-27T05:27:48.099966
2018-09-10T14:50:01
2018-09-10T14:50:01
146,021,747
0
0
null
null
null
null
UTF-8
C
false
false
2,055
c
// ass0.c #define _CRT_SECURE_NO_WARNINGS #define _CRTDBG_MAP_ALLOC // need this to get the line identification //_CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF|_CRTDBG_LEAK_CHECK_DF); // in main, after local declarations //NB must be in debug build #include <crtdbg.h> #include <stdio.h> #include <time.h> typedef enum{FALSE = 0...
[ "yiqing.chen@hotmail.com" ]
yiqing.chen@hotmail.com
22220530d7e95a208131f8e69c20c0774a8eedb1
034a642801afe34e78817a2908fbce5ad9d46e2f
/NDDS/ndds.4.2e/include/ndds/reda/reda_hash.h
0246ea1b30a4d884ffe8797962e0d086bd929383
[ "Apache-2.0", "GPL-1.0-or-later" ]
permissive
OpenVnmrJ/ovjTools
6333e88a2c82b7417f17d9e7ef881104f9c5ff6e
e067b0e32709daddc75412b60ee1c7cebccd1700
refs/heads/master
2022-08-11T12:17:50.629673
2022-07-27T23:44:08
2022-07-27T23:44:08
54,325,365
0
30
Apache-2.0
2022-07-27T23:44:09
2016-03-20T15:34:12
HTML
UTF-8
C
false
false
1,204
h
/* * @(#)reda_hash.h generated by: makeheader Mon Dec 3 23:07:54 2007 * * built from: hash.ifc */ #ifndef reda_hash_h #define reda_hash_h #ifndef reda_dll_h #include "reda/reda_dll.h" #endif #ifdef __cplusplus extern "C" { #endif typedef short (*REDAHashFunction)(const void *key, shor...
[ "timburrow@me.com" ]
timburrow@me.com
32baf6d05a697f57c94fc1587ee5e41760c060a3
2fe5859dc00f5b648950af8713f969ddddd4a278
/rcs1/isim/tb_idea_single_isim_beh.exe.sim/work/a_1956806361_3212880686.c
a6d39d433f8a1d84c574d8c67ba9d4242b659fec
[]
no_license
bsaivarun/IDEA-Algorithm-with-VHDL
4a9d1d67039af99caa1ae6cd31e4d8d46749bdae
91f2ced7e0f47b6ac92a10541bc7b6de4f3a189b
refs/heads/master
2021-08-23T00:41:54.117453
2017-12-01T23:29:23
2017-12-01T23:29:23
112,794,772
1
0
null
null
null
null
UTF-8
C
false
false
1,209
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "bsaivarun10ece21@gmail.com" ]
bsaivarun10ece21@gmail.com
b8c568f95de27d00b645bde24a56740874c92af4
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/1c3aef9e-5feb-459e-a341-444481aa4c3f.c
cf423c19f26cd286694d26e818ed69cad8a6768a
[]
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
570
c
#include <string.h> #include <stdio.h> int main() { int i=4; int j=18; int k; int l; j = 53; l = 64; k = i/j; l = i%j; l = l+j; k = k-k*i; //variables /* START VULNERABILITY */ int a; char b[63]; char c[90]; a = 0; while (b[( a - 1 )] != 0) { a++; ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
f8ce05d681d8f289acb467fd40e2a6dc88f0ebc8
5923b3ff3b735db6ed0ecd9842add6296f568acd
/Projects/S2E_App/src/PlatformHandler/uartHandler.c
e7cc68d853eef805eec9ad8e112980d55e6d1a12
[]
no_license
EdwardAHN/W7500x_Series
f7a8c7a89a1fcdd39c80efbe23bfeba2fe14a071
b4548d000daa5aac420e1fc2b35c9ca4ce7f9668
refs/heads/master
2021-01-19T21:54:52.772190
2017-04-19T08:20:10
2017-04-19T08:20:10
88,720,816
1
0
null
null
null
null
UTF-8
C
false
false
14,906
c
#include <string.h> #include "W7500x_uart.h" #include "W7500x_gpio.h" #include "common.h" #include "W7500x_board.h" #include "configdata.h" #include "uartHandler.h" #include "seg.h" #include <stdio.h> // for debugging /* Private typedef -----------------------------------------------------------*/ /* Private define ...
[ "jinhee.ahn@wiznet.co.kr" ]
jinhee.ahn@wiznet.co.kr
302aa73f060e1d20638b9c48a47af13436648766
2b9db15f1ae6861c158303f976579c85c8ef39e1
/matriz_adjacentes/matriz_adjacentes.c
e6d33ac1d437f9c8f348131d6a7bc1b26b6b2b7d
[]
no_license
lucascyrne/c-study
06ac44156c891eb92c59257ed2a6c212f3886a7d
c9d9319171edfb8acfb10435cc852af49c133062
refs/heads/master
2020-07-06T15:35:17.372763
2019-11-17T03:12:55
2019-11-17T03:12:55
203,068,850
0
0
null
null
null
null
UTF-8
C
false
false
2,103
c
#include <stdio.h> const int n = 4; //função para achar produto máximo int MaxProduto(int arr[][n], int n) { int max = 0, result; int maximo[6]; // aqui tem 3 x e y. //iterando as linhas for (int i = 0;i < n;i++) { //iterando as colunas for (int j = 0;j < n;j++) { ...
[ "lcf@cesar.school" ]
lcf@cesar.school
8330e18fe3f7dfb738b8cff260156bcc4e33b16e
00b7b9d0b4480e3470a99b25c68153db29bd53e1
/week7/tr2b.c
a0f06f32ba2331421004824d7d682f4c2d9e7f0d
[]
no_license
katimlam/CS-35L-Software-Constructing
bf6fceb7745339f85d60d5a72e07350227ef77c9
b63902684cd38beaeb6b7ce5a0aeeb41be6cb0a4
refs/heads/master
2021-01-13T08:00:53.532162
2016-10-02T08:37:57
2016-10-02T08:37:57
69,786,727
0
0
null
null
null
null
UTF-8
C
false
false
819
c
#include <stdio.h> #include <stdlib.h> int main(int argc, char* argv[]) { int i; int j; int lenFrom = 0; int lenTo = 0; char input; if(argc!=3) { fprintf(stderr, "Error: only takes two operands"); return(1); } i = 0; while (argv[1][i]!='\0') { lenFrom++; i++; } i = 0; while (argv[2...
[ "lamk@lnxsrv09.seas.ucla.edu" ]
lamk@lnxsrv09.seas.ucla.edu
368bfb82345635fa026c263b3ee85f6123dedad0
765bd4d5c51701beb3f3cd1e7e936e230ed23d70
/proxylab-handout/hashmap.h
a198cd69f9bb6c62d66e32613301f8fae8adf97f
[]
no_license
kaleid-liner/CSAPP
fb56cbc088e7855159ce8f64b40f6cf00d3270d5
1ddc416b8aa53e8f234bdddef8fcb123ca2ee589
refs/heads/master
2020-04-27T23:27:00.677847
2019-04-17T15:34:33
2019-04-17T15:34:33
174,776,507
0
0
null
null
null
null
UTF-8
C
false
false
2,152
h
/* * Generic hashmap manipulation functions * * Originally by Elliot C Back - http://elliottback.com/wp/hashmap-implementation-in-c/ * * Modified by Pete Warden to fix a serious performance problem, support strings as keys * and removed thread synchronization - http://petewarden.typepad.com */ #ifndef __HASHMAP_...
[ "kaleid.linux@gmail.com" ]
kaleid.linux@gmail.com
9f854ce429f4417ec370616db1b2912aa94cb925
69a6a0fa27de5c21dc1587e228d4b6e82bd03897
/src/St4x.h
8f1a8f0007e1e827f30aac496ac52d6a98530ef7
[]
no_license
s0lst1c3/nixsearch
725a2e9224ea92355203f90c612028aac96e6ddd
be788ac01b985ba260d0f5c99dd09bd487600a67
refs/heads/master
2016-09-06T00:04:53.744679
2014-12-13T06:24:27
2014-12-13T06:24:27
null
0
0
null
null
null
null
UTF-8
C
false
false
224
h
#ifndef __ST4X__ #define __ST4X__ struct St4x; typedef struct St4x St4x; int STXPop(St4x *s); void STXDestroy(St4x *s); void STXPrint(St4x *s); int STXPush(int c, St4x *s); int STXLen(St4x *s); St4x *STXSpawn(); #endif
[ "solstice@member.fsf.org" ]
solstice@member.fsf.org
34b0d8d35bcf49fc815946b939cf7f8209e691a0
8dd1e2b4c6fb6d9048465a447d04153a406dbd3f
/libft/ft_strncpy.c
3cc1487ca381eb4f327486db3d89f77bd74e0d9f
[]
no_license
hstiv/corvm
b3837ce882c834a700a3f482272c3022c90f9fc1
cdf1cd76d23dbf4896fcd8b459d301981c5c2f94
refs/heads/master
2020-06-13T13:45:26.336881
2019-07-30T17:05:51
2019-07-30T17:05:51
194,676,218
4
0
null
null
null
null
UTF-8
C
false
false
1,121
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strncpy.c :+: :+: :+: ...
[ "sdiedra@oa-e6.21-school.ru" ]
sdiedra@oa-e6.21-school.ru
7b2b661ae2eea14764dac880275b147f93110d0b
3560befdd6a0d35b4829ceb7eb8ff1f642a1bc4e
/src/INSPIRE.c
94cc0c36a769ecb446790e5147acf44b603a5c4c
[]
no_license
cran/INSPIRE
c4c65fc4c8bae6c50afc7d9b2b7c7ec307c7adb4
a11f7b924abd9637cd7285756d7fc27f20340256
refs/heads/master
2021-01-18T18:01:34.230705
2016-12-09T21:52:45
2016-12-09T21:52:45
68,445,236
0
0
null
null
null
null
UTF-8
C
false
false
11,176
c
#include <stdio.h> #include <stdlib.h> #include <float.h> #include <math.h> #include <string.h> #include <R_ext/Print.h> // updateTheta code is used from the 'huge' package on CRAN void updateTheta(double *S, double lambda, int d, double *W, double *T) { int d2 = d*d; int i,j,k; int rss_idx,w_idx; ...
[ "csardi.gabor+cran@gmail.com" ]
csardi.gabor+cran@gmail.com
77a1ad91670efebb8fdd1dc0a7dd2b13f39949d8
26e75c3a57bee6645f843816ae8b3447cc708cfa
/rooster-qmk/rooster/rooster.h
d758d7aaf49a1647e713824b96044704a387291d
[]
no_license
timmolderez/rooster-kb
1d17bac81a6698c9dcc0b09b5ddd375175921556
2feebf36b6a72b68662c7a24e64191ce4901e28d
refs/heads/main
2023-07-14T12:30:13.337169
2021-08-26T00:28:50
2021-08-26T00:28:50
334,731,722
0
0
null
null
null
null
UTF-8
C
false
false
1,592
h
/* Copyright 2021 Tim Molderez * * 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 ...
[ "id@timmolderez.be" ]
id@timmolderez.be
81e4295f8718a554e8cffc1f5758b5e34202a965
6ecc21887185cb889df8d583a7ec5bd59fcc28ac
/assignment1 - Basic Geometry/assignment1/resource.h
f66c08eeab7a1e4e20dd2151ce9c8d24cc40413b
[]
no_license
dongfangliu/Computer-Graphics---Assignment
d8c93b3f709f58b768951077a75672739ef7ace1
e973b0b02fba002d38efacd878f247fdd32b1fd3
refs/heads/master
2020-03-18T02:58:05.782583
2018-05-21T04:08:08
2018-05-21T04:08:08
134,216,117
0
0
null
null
null
null
GB18030
C
false
false
385
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by assignment.rc // 新对象的下一组默认值 // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 101 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_VALUE 1001 #define _APS_...
[ "liuwj@shanghaitech.edu.cn" ]
liuwj@shanghaitech.edu.cn
e8beaa79508e022f9d3fa18983bff0b21d92b027
53a0eec7fe5fdac4da74112937b42edae732e28f
/Code/KriegEngine/Krieg_platform.h
fe9dcbcec82a9f1dbcb6c33ec99583c12044a2aa
[]
no_license
kriegsoldier/KriegEngine
59ed80f5ae8b26b4e635a34513e8885fb8a4de92
9f113e2117205aebb3e31714909aa329cc6c2a31
refs/heads/master
2020-06-04T00:37:22.324666
2014-06-30T21:51:13
2014-06-30T21:51:13
null
0
0
null
null
null
null
UTF-8
C
false
false
2,008
h
#ifndef __Krieg_platform_h__ #define __Krieg_platform_h__ #define __Krieg_msvc_compiler 1 #define __Krieg_gnuc_compiler 2 #define __Krieg_hpcc_compiler 3 #define __Krieg_ibmc_compiler 4 #define __Krieg_clang_compiler 5 #define __Krieg_intelc_compiler 6 #defin...
[ "kriegsoldier@gmail.com" ]
kriegsoldier@gmail.com
0572c18272e7f6b5fc78332c077e68c23cddd453
ed535e3cf8352d32ef91523ee50db82f1955c092
/Communication.c
8a5436c1edb8c80fac869b0be67593b9d53d00f4
[]
no_license
lm444/SPDZ-biometric
2022dff262081521c8a29ea0df83296486a08f01
376f21cb13ecf6b3609db4f024c2e5aec7f05562
refs/heads/master
2023-04-29T12:33:38.524965
2021-05-12T21:26:06
2021-05-12T21:26:06
245,731,154
0
0
null
null
null
null
UTF-8
C
false
false
3,307
c
#include "Common.h" // communication wrappers int net_bind(int port) { int ret, socket_desc; struct sockaddr_in server_addr = {0}; socket_desc = socket(AF_INET, SOCK_STREAM, 0); if (socket_desc<0) handle_error("Socket create"); int so_reuseaddr_opt = 1; if (setsockopt(socket_desc, SOL_SOCKET, S...
[ "magliocco.lorenzo@gmail.com" ]
magliocco.lorenzo@gmail.com
ac8e6529510cefde734c90b9ecdc877fb555b7b1
888b29b165c1a5bcf14b239e356ae0f76c45b2e3
/NVR-16/Other/jpeg-6b/ansi2knr.c
032332f0652a035e59455b9d24c51f5815986f7a
[ "IJG" ]
permissive
github188/NVR-1
a3f438a4d4ba9c9199945876f7be42ae8afd0c53
b4dbf50cc992b75b956958e093760b48690ad040
refs/heads/master
2021-07-22T18:24:24.944071
2017-09-06T06:34:19
2017-09-06T06:34:19
111,356,197
0
1
null
2017-11-20T03:16:07
2017-11-20T03:16:06
null
UTF-8
C
false
false
22,319
c
/* ansi2knr.c */ /* Convert ANSI C function definitions to K&R ("traditional C") syntax */ /* ansi2knr is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. No author or distributor accepts responsibility to anyone for the consequences of using it or for whether it serves any particular purpose...
[ "106984500@qq.com" ]
106984500@qq.com
f2fe090f1365888c589f7cc2240ddcd421676bf2
9f229b92256fb00133b64ec76addd39b0d9b30ee
/anarchyinthetk.takistan/Awesome/Functions/constants.h
6e598efc56137a4559e1808966bdb5c7138a7ece
[]
no_license
jotnbeo/takistan-life-revolution
3732ec28254ce0c850c23b086f95e0289e39e14e
5abf84130bb3bd3ac6b84c54a99c2dfbac6b18cc
refs/heads/master
2021-01-16T17:55:45.357908
2013-01-27T01:29:18
2013-01-27T01:29:18
null
0
0
null
null
null
null
UTF-8
C
false
false
910
h
#define factory_dialog_id 1100 #define factory_left_frame_id 1101 #define factory_enqueue_list_id 1102 #define factory_stats_list_id 1103 #define factory_dequeue_button_id 1104 #define factory_amount_field_id 1105 #define factory_enqueue_button_id 1106 #define factory_create_button_id 1107 #define factory_produ...
[ "miguel@micovery.com" ]
miguel@micovery.com
0eed17ac5a3d69205515f9087bd707afdf8d696d
67b7a7085447b7561208ed6df95dd3133df580e2
/jan99/dawson/mfctest/StdAfx.h
72bcb5038e866c05936acdf902c0923e8c772cb5
[]
no_license
dwilliamson/GDMagArchive
81fd5b708417697bfb2caf8a983dd3ad7decdaf7
701948bbd74b7ae765be8cdaf4ae0f875e2bbf8e
refs/heads/master
2021-06-07T23:41:08.343776
2016-10-31T14:42:20
2016-10-31T14:42:20
72,441,821
74
4
null
null
null
null
UTF-8
C
false
false
903
h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #if !defined(AFX_STDAFX_H__B32E7CF2_63E0_11D2_B549_000000000000__INCLUDED_) #define AFX_STDAFX_H__B32E7CF2_63E0_11D2_B549_000000000000__INCLUDED_ #if _M...
[ "dwilliamson_coder@hotmail.com" ]
dwilliamson_coder@hotmail.com
bd74d9d136bce7b4e4c6cc4076005ea303ce0917
cc1b5e044858dad7c4bd88e50dedb5716e4be5f2
/Sources/LVGLSwift/Drivers/simulation.h
c8ac1edf9e3b76d50ef51cba1e5fdf519d564136
[]
no_license
scottandrew/LVGLSwift
6408c73e3feba3e1c6064fcfb179fe2ab9f311ee
0f0cac48d31b0591ae1c57580d61c78397d09109
refs/heads/master
2023-06-16T05:19:38.828401
2021-07-04T23:38:59
2021-07-04T23:38:59
372,120,525
0
1
null
null
null
null
UTF-8
C
false
false
152
h
#ifndef SIMULATION_H #define SIMULATION_H #ifdef __cplusplus extern "C" { #endif void simulation_hal_init(void); #ifdef __cplusplus } #endif #endif
[ "scott@nwdm.tech" ]
scott@nwdm.tech
1a5ad3177a5302f97cd83a340d0e374e7dc82f00
a1fc149ed8f2593688ed4bc7901e4509d6ce06cb
/src/ga.c
c95f7c59d4f720c25236611f6ea2152acae12b60
[]
no_license
minterciso/mastermindGA
0c155ec00472b61fc178b897d3fec6915ce205bc
42a9800f8c0a0edccc9dad888c62f1e43d875507
refs/heads/master
2020-04-11T22:55:39.725689
2018-12-21T19:02:45
2018-12-21T19:02:45
162,151,957
0
0
null
null
null
null
UTF-8
C
false
false
3,021
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <time.h> #include "consts.h" #include "ga.h" individual* create_population(void) { int i,j,k; individual *pop = NULL; size_t pop_bytes = sizeof(individual)*POP_SIZE; if((pop=(individual*)malloc(pop_bytes))==NULL) { perror...
[ "minterciso@gmail.com" ]
minterciso@gmail.com
bbc014ac1e8d20129c4091aecbc8e3e8f27fe7ff
f5ed4f255f12b1be89cf2a1d7e28c7d383c2746a
/c-test/function_pointer/basic.c
a58de3fb3383abd37942d8099583a6665122f880
[]
no_license
wangchenxi7/System-Dev-Testcase
033e462fe6eaad2e959ec541c47b9e896a2d0f99
ef7ef9d8d0024f52159e3923b5abefff1dfa23c0
refs/heads/master
2022-09-04T13:28:35.576348
2022-09-03T15:39:52
2022-09-03T15:39:52
172,776,655
3
0
null
null
null
null
UTF-8
C
false
false
198
c
#include "stdio.h" int max(int a, int b){ return a >= b ? a: b; } int main(int argc, char* argv[]){ int (*func_p)(int, int) = &max; printf(" max(5,7) = %d \n", func_p(5,7) ); return 0; }
[ "wangchenxi@g.ucla.edu" ]
wangchenxi@g.ucla.edu
9dd96fbca1a319eabc64e1f0296352dfa7913f64
9d59b88a1d6a2359d2b86979dbcb8fa7ddb45e04
/password.h
2a9d362a7d15399968bdf982d019080d0b9fcc35
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
session-replay-tools/mysql-replay-module
16db1a2b01b05a2e1ba67778313babe0259f7792
8e4130cfaa97f162e1c3a519fea410a1d059f22c
refs/heads/master
2022-08-02T23:39:53.315105
2022-07-22T11:48:39
2022-07-22T11:48:39
20,468,121
47
21
null
null
null
null
UTF-8
C
false
false
236
h
#ifndef PASSWORD_INCLUDED #define PASSWORD_INCLUDED #define SCRAMBLE_LENGTH 20 #define SHA1_HASH_SIZE 20 void scramble(char *to, const char *message, const char *password); #endif /* ----- #ifndef PASSWORD_INCLUDED ----- */
[ "wangbin579@gmail.com" ]
wangbin579@gmail.com
530297f855c88966135eabbf04e55123a3195a98
562cdcd4f1bb895a7c2feabfce3fa5e89612e55c
/UOS_Course/Algorithm/Assign_2/assign2/hw2.c
0bc628fa8eedd93872c242fd4f94913569480596
[]
no_license
keepproceeding/Algorithm
2d133ee63a55140ce0f40f65498ccac26ecd8d93
d8ad194af266f73616a6b7c4cd13ecef9117c9f1
refs/heads/main
2023-05-04T20:34:28.459257
2021-05-21T14:39:39
2021-05-21T14:39:39
368,218,959
1
0
null
null
null
null
UHC
C
false
false
2,202
c
#include <stdio.h> #include <stdlib.h> #include <time.h> #define MAX_ELEMENT 100 // 힙의 마지막 노드 값 찾기 // struct heap, initHeap, upHeap, insertItem, printHeap // struct stack, initstack, isempty, push, pop //구현해야할 함수 : binaryExpansion(), FindLastNode() typedef int element; typedef struct { element data[MAX_ELEMENT]...
[ "jason7655@naver.com" ]
jason7655@naver.com
1c35942a5687141defe9d2c7f9feec3be108cc71
67901a10947450dbb4b0ffbbb1237f5f74886d82
/tests/crypto/random.c
9d7a20af6a574a395d3b537e6b4c1a7eafebda9d
[ "BSD-3-Clause" ]
permissive
Pubfred/zeon
d5064a98cefeac8b9aff7dc1209201be44d14db0
6a3d12944ac83c4b82d8785fb1baf8afe46a3bb2
refs/heads/master
2021-01-20T14:03:06.165234
2017-05-07T18:32:19
2017-05-07T18:32:19
90,553,127
0
1
null
null
null
null
UTF-8
C
false
false
1,817
c
// Copyright (c) 2014, ZEON, The Monero Project // // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain the above copyright notice, this list ...
[ "root@903b.k.time4vps.cloud" ]
root@903b.k.time4vps.cloud
a4e3a2015a54bbeba7727633ee1599d3e28d5b73
8c31d9b0a36e63f1ae8694dc33e2f3def23e11a8
/FilaEstatica/filaEstatica.h
9731dd0ae7f8e67f7f103b7fc79a3c6b1491cbd2
[]
no_license
GabrVendrame/Estrutura-de-dados
104389c9190be5022fcb2e4fd863e2085031c76e
a96e9ee9501715d8fee713cb0e8d3a9b0cd4a29f
refs/heads/main
2023-04-29T04:34:21.956222
2021-05-23T05:20:26
2021-05-23T05:20:26
336,055,751
0
0
null
null
null
null
UTF-8
C
false
false
372
h
#include <stdio.h> #include <stdlib.h> #define maxFila 100 typedef struct tipoFila{ int fila[maxFila]; int prim, ult, quant; } tipoFila; void criaFila(tipoFila *f); int filaVazia(tipoFila f); int filaCheia(tipoFila f); int primeiroF(tipoFila f, int *dado); int enfileira(tipoFila *f, int...
[ "noreply@github.com" ]
GabrVendrame.noreply@github.com
c2be48e41213503e5439e54b089ec49a3c1c6195
01eb9bea1e6c1b3eab913b3636a6895b1d2b39f5
/SampleApp/platforms/Win/stdafx.h
c71be20eb5ccf909cc1f55276e21fdcb34157c07
[ "MIT" ]
permissive
thaolt/OtterUI
a5e4424341047eeac03c27bebceae6442763975b
a2c524378e4933bd772b44f4c56b5139e8b4094a
refs/heads/master
2021-05-30T04:24:15.442292
2015-08-21T18:35:58
2015-08-21T18:35:58
null
0
0
null
null
null
null
UTF-8
C
false
false
530
h
// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once #include "targetver.h" #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers // Windows Header Files: #inclu...
[ "grafalgar@gmail.com" ]
grafalgar@gmail.com
46aea270b380b4518b9393a41e7a8072ac2d8c1b
7624109d0d61903e3f619b294ca053a5deff794d
/SQLite/include/constants.h
474c2ffcd99ec9770ff725f077b34220e9b2bbc7
[]
no_license
wp6726454/USV-robotics
e315c77b2dce6ef2d6b7177cd26bbc7842ee2a35
00a4d70f3120ea222da25ee91ae1a21a7a3f0abe
refs/heads/master
2020-04-02T22:06:27.989364
2018-10-26T11:03:30
2018-10-26T11:03:30
154,821,670
1
0
null
2018-10-26T11:05:27
2018-10-26T11:05:26
null
UTF-8
C
false
false
580
h
/* *********************************************************************** * constants.h: * header file to define the global parameters, dependent on each * autonomous system. * This header file can be read by both C and C++ compilers * * by Hu.ZH(IPAC@SJTU) ************************************************************...
[ "huzhihuan1991@gmail.com" ]
huzhihuan1991@gmail.com
70e24cedc98a5e5814517e758d5c36ddd5be0dee
87a600d36a5757969ead7e235c93e3530d72b43a
/SGW/libsrc/libevent/event.c
e331331dbd7ca4a48a5434bf3d61f2e8b6369ad3
[ "ISC", "BSD-3-Clause" ]
permissive
xkmld419/learning
3c3cad407d03bf693bcd863794cca7fb8a5df99a
128ffa1496c43c36b83f266522bd49b28184499f
refs/heads/master
2023-07-12T16:54:50.647834
2021-08-21T15:41:42
2021-08-21T15:41:42
45,075,836
1
0
null
null
null
null
UTF-8
C
false
false
71,884
c
/* * Copyright (c) 2000-2007 Niels Provos <provos@citi.umich.edu> * Copyright (c) 2007-2010 Niels Provos and Nick Mathewson * * 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 mu...
[ "xkmld419@126.com" ]
xkmld419@126.com
680a280bc40dcc2ac80337b3191dc483c9fdcc82
92763900f23289c9b58c1ac22432e649cc199576
/dtu_app/app/math/applied_math.c
b8a444f841a816a1e7b79596a67760f074c84eba
[]
no_license
Luchangling/T100
f9ef00df75b083a86cc20bda6c8d216fee88f435
2b111f24505a5b33750cbf39244c3aaef6d2ea4e
refs/heads/master
2021-01-05T13:25:52.123968
2020-02-23T07:31:28
2020-02-23T07:31:28
241,034,890
0
1
null
null
null
null
UTF-8
C
false
false
6,670
c
/** * File name: applied_math.c * Author: * Version: 1.0 * Date: 2019-02-28 * Description: 应用数学运算 * Others: * Function List: 1. 获取数值的符号 2. 四舍五入取整 3. 三维向量取模 4. 二维向量取模 5. 三维向量的归一化处理 6. 二维向量的归一化处理 7. 三维向量内积(点积) ...
[ "522318245@qq.com" ]
522318245@qq.com
08d47b8add3519895913ed986c958fdd126347a6
0f4b65bdd99e642402d489fdd662a7dc1d1441f5
/testsuite/EXP_4/test1212.c
2c9fc35ae71a6ca623db965f3eb928046bb6eb1a
[ "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,151
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" uint64_t x4 = 258191080384LLU; static volatile int32_t t0 = 510; volatile int64_t x9 = -1LL; static volatile i...
[ "ishiura-compiler@ml.kwansei.ac.jp" ]
ishiura-compiler@ml.kwansei.ac.jp
5d8960d944abe76a2ea0c5c4460bb2a1257bde23
8ad0a454bfb7cd53fe80d9a594766957e0ec1219
/server, client/client2.c
e13489bffae3d1392aad58a5a570f5982e0c5069
[]
no_license
dohyun-kim29/Linux_Study
2417abe5ef30ccb1b25f75f3a1d42d3453953415
2728f56aee6de46389f19d160015a4b763511e3d
refs/heads/master
2023-02-02T12:11:15.340812
2020-11-30T09:45:00
2020-11-30T09:45:00
276,785,797
0
0
null
null
null
null
UTF-8
C
false
false
1,479
c
#include <stdio.h> #include <unistd.h> #include <string.h> #include <err.h> #include <errno.h> #include <pthread.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #include <netdb.h> #include <unistd.h> #include "hdr/msgHeader.h" #define SIZE sizeof(struct sockaddr_i...
[ "rlaehgus1229@gmail.com" ]
rlaehgus1229@gmail.com
8e9dfcf59f41f81ea3e3c5a177f19562d7993e01
9d62bcbd0e6f4ce943d19e6ae13b4c2e70fed55d
/aorient/cmd_process.c
23024a62b6f7c18a632185eb33ca2324b2d844cd
[]
no_license
stenniswood/bk_code
87ce26e032c1f1895c1c557c4e2ba4465a61b438
13535863decc23414854c08ebf8fc90c06a92fbd
refs/heads/master
2021-07-05T21:25:37.512024
2021-06-02T08:01:40
2021-06-02T08:01:40
25,167,429
0
0
null
null
null
null
UTF-8
C
false
false
12,788
c
#include <string.h> #include <errno.h> #include <stdlib.h> #include <stdio.h> #include <unistd.h> #include <math.h> #include <wiringPiSPI.h> #include <wiringPi.h> #include "gpio.h" #include "mcp2515.h" #include "pican_defines.h" #include "gpio.h" #include "CAN_Interface_.h" #include "packer_lcd.h" #includ...
[ "stenniswood@ymail.com" ]
stenniswood@ymail.com
b1a50840f91df66c213540e8e17254323b443d26
7307f707130dd0a5e15f2f202e882de8cc286f1a
/52. StringParsing/Pods/Headers/Public/CoreParse/CPRHSItem.h
b848b607e51c04f38df9335bdb1926f795830689
[ "MIT" ]
permissive
iOSDevLog/iOSDevLog
39cd19fd139a8e24aa969bf42aa753e13c8adbe8
f94bcaca7dd8c5500a147bccdbf875e60df75671
refs/heads/master
2021-01-10T10:12:52.774704
2017-12-20T03:31:39
2017-12-20T03:31:39
43,592,371
35
5
null
2015-11-28T15:33:47
2015-10-03T08:11:08
Objective-C
UTF-8
C
false
false
48
h
../../../CoreParse/CoreParse/Grammar/CPRHSItem.h
[ "jiaxianhua@gmail.com" ]
jiaxianhua@gmail.com
2681b405899fa68e13f6141328d148abcdee99f2
7c0d0a2ff639a0a8e5bd0c43f9444f25e0f98556
/CSharp/DllImport/libdemo/libdemo.h
6d9e0ac440cce34b83456ef31c2f497462f1f142
[]
no_license
alan521024/MyStudy2
dcabcf855f30c879c5efdca5b7cbdefe61b85672
d783b760b5fb88135ef80b7e299e65113934b88b
refs/heads/master
2021-10-02T07:28:36.651272
2018-10-25T03:00:14
2018-10-25T03:00:14
null
0
0
null
null
null
null
UTF-8
C
false
false
79
h
#pragma once extern "C" _declspec(dllexport) int __stdcall test(int a, int b);
[ "carl900@live.com" ]
carl900@live.com
56e954f775d1e3d4af67a25b49b583942a75438c
6cc7a5ea75cfb23615a10e2ce5b9ea570e04948a
/nuha.c
12aa046438da392507d5317b3bc84d566c341461
[]
no_license
nammi31/allMyCode
330c5fd34b96f90a5019351028d530524a1bf6bc
4bc34d73e43d4c34ad7ff410ff358aa7ef0a8df9
refs/heads/master
2020-06-27T00:18:40.354868
2019-07-31T06:58:45
2019-07-31T06:58:45
199,796,594
0
0
null
null
null
null
UTF-8
C
false
false
191
c
#include<stdio.h> int main() { int i; for(i=1;i<=100/;i++) printf(" 679hgff\n"); //int a,b; // scanf("%d %d",&a,&b); //printf("%d\n",a/b); return 0; }
[ "sustnammi31@gmail.com" ]
sustnammi31@gmail.com
5026fa0b18613a0a9a044983c90be2c5ca3f1fe1
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/windows/richedit/inci/tlpr.h
ebfe74ef1de285c1cbcce97f4e816f42c6f81148
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C
false
false
425
h
#ifndef TLPR_DEFINED #define TLPR_DEFINED #include "lsdefs.h" #include "lskeop.h" #include "lstxtffi.h" typedef struct tlpr /* text line properties */ { DWORD grpfText; /* text part of lsffi.h---fTxt flags */ BOOL fSnapGrid; long duaHyphenationZone; /* Hyphenation zone --- document property */ LSKEOP...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
fa44e8f9468eb5f825c368f351dc340ce9d05f17
f37ca05d798ed6a94370938f8e47b423d5d84199
/Real-Time Operating Systems/Kernel pubsub System/part2/Publish.c
25c2cc5aa8e05c398c7d624c460eecdc150ea482
[]
no_license
dasroni/Projects
de7a17ac885994f41fc1d4704308ab1fbbd69128
9909557da2d9fba6437bd7362ec868ba6d62a938
refs/heads/master
2022-09-09T08:20:34.512425
2020-05-31T09:40:06
2020-05-31T09:40:06
267,519,136
0
0
null
null
null
null
UTF-8
C
false
false
2,889
c
#include <linux/netlink.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/socket.h> #include <unistd.h> #include <pthread.h> #define NETLINK_USER 31 #define MAX_PAYLOAD 1024 /* maximum payload size*/ struct sockaddr_nl src_addr, dest_addr; struct nlmsghdr *nlh = NULL; struct iovec iov; int...
[ "roni.das@stonybrook.edu" ]
roni.das@stonybrook.edu
63b339d532fc6e6d40e39df5b9db3da2227572ee
b95f6912c74cf059107887d470d249582b9f1eb8
/include/graphic/pb/pbIsEnabled.c
32bd5dd19a8d0b39f12a3917b0bedda681fb6cc8
[ "BSD-3-Clause" ]
permissive
PSP-Archive/MacroFire
4f52925427213851d8c925b0d52ec7e047253c05
8a9b51b90f32fb42a4bc807779cc86da9b194644
refs/heads/main
2023-03-04T19:00:42.448708
2021-02-13T02:44:28
2021-02-13T02:44:28
338,482,868
1
0
null
null
null
null
UTF-8
C
false
false
144
c
/* pbIsEnabled.c */ #include "pb_types.h" bool pbIsEnabled( unsigned int opt ) { return __pb_internal_params.options & opt ? true : false; }
[ "pierluigiortenzi@gmail.com" ]
pierluigiortenzi@gmail.com
45e6b121877a7db7a3a8c76aab49285893d9407c
c58efe3e9b97e0345ff238fb312fa00bf2b72777
/keypad_driver/dio.h
ab81f0881196e0cc8fb3c5513dce5e7f7120a50c
[]
no_license
mohamedwael8440/AVR_Drivers
0b1b6319e1bac90cb2e1a360e677dbef49330f18
8cdbf94946b2b33aee626092d29e43184ba26dd9
refs/heads/main
2023-03-31T19:52:31.284756
2021-04-01T19:26:22
2021-04-01T19:26:22
353,803,875
0
0
null
null
null
null
UTF-8
C
false
false
575
h
/* * dio.h * * Created on: Aug 26, 2019 * Author: Wael */ #ifndef DIO_H_ #define DIO_H_ #define a 0 #define b 1 #define c 2 #define d 3 #define pin0 0 #define pin1 1 #define pin2 2 #define pin3 3 #define pin4 4 #define pin5 5 #define pin6 6 #define pin7 7 #define output 1 #define input 0 #define high 1 ...
[ "mohamedwael8440@gmail.com" ]
mohamedwael8440@gmail.com
f55b1c380bc10afde2ce75cf168eb8a287c42815
3dd749ddb59214f9f7b61c06c6f838bf901d99c0
/main.c
4009791c27db056e21ec0cc1b20c878eb6745689
[]
no_license
Dustin12138/Experiment-for-Operating-System
18b4a28e64714e743b4046cc2f7cdac9a1b0426a
189b1f95f638522abfbc5114677d464b5fbf15e5
refs/heads/master
2022-04-14T04:53:03.189787
2020-03-26T10:55:41
2020-03-26T10:55:41
250,227,927
3
0
null
null
null
null
GB18030
C
false
false
6,175
c
#include <stdio.h> #include <stdlib.h> #define N 5 int numOfMalloc = 0; int tt = 0; struct map { unsigned m_size;// 空闲分区的长度 char *m_addr; // 空闲区的起始地址 }; struct map coremap[N]; struct map *startPoint; char* lmalloc(unsigned size) { int total = 0; register char *a; register s...
[ "noreply@github.com" ]
Dustin12138.noreply@github.com