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
b1b83fd04f8aa969cf38ba7f76a44af9d6d64a9b
93de7999d11432b7ecaa8383df63310afa9f62b3
/OS2/Shared/libs/GBM/gbmxpm.c
eb8db51d3dc085cb3efa0bb68a2a3ec1e5adce28
[ "BSD-3-Clause" ]
permissive
haizzus/SYSTEM-OS-OSFree
bc5745cf4192f3d8d8a59c7369c9a029fd071f3f
20d79864a58cb7f1abe1622dfb259b99750dbeff
refs/heads/master
2023-07-25T00:57:10.812543
2015-04-15T17:19:54
2015-04-15T17:24:07
null
0
0
null
null
null
null
UTF-8
C
false
false
88,373
c
/* gbmxpm.c - X Windows PixMap (XPM) format Credit for writing this module must go to Heiko Nitzsche. This file is just as public domain as the rest of GBM. Supported formats and options: ------------------------------ XPixMap : X Windows PixMap : .XPM Supports XPM2 and XPM3 color visual subformats (no XPM1 or XPM2...
[ "miturbide@nextstep.com.ec" ]
miturbide@nextstep.com.ec
ac11ad5541de661b16b569f8ec3beb0f6763e0f5
be8fc9d2f25105a1343d67a3fcdb55c014d97379
/src/string.c
a8f098ac8291c02ea40c15e40a3155cdd04c45a6
[]
no_license
kbilel/guito
4e6ac973c6af3ef50eab917f921b912782764ba7
f2e3a0e439b1bdd32da107b03855e2c30605a62e
refs/heads/master
2020-04-09T20:39:36.374758
2016-09-13T14:45:24
2016-09-13T14:45:24
68,053,889
0
0
null
null
null
null
UTF-8
C
false
false
336
c
#include <stdio.h> size_t my_strlen(const char *s) { char *p = s; while (*e) ++p; return (p - ss); } int main(void) { int i; char *s[] = { "Git tutorials", "Tutorials Point" }; for (i = 0; i < 2; ++i) printf("string lenght of %s = %d\n", s[i], my_strlen(s[i])); ...
[ "bilel.khaled@esprit.tn" ]
bilel.khaled@esprit.tn
61a5638358ec4cb7f605cfaa00fcb8f9e4f27aa7
210f4e9f6a992e1dc6c48946af67ec305b9e60e2
/0x13-more_singly_linked_lists/6-pop_listint.c
78c0fd3480d5bfc9cdf74f22e61080041acc2c20
[]
no_license
Milli-saved/alx-low_level_programming
7fad98764486eb6c8a89aad0fc59d545ddd63966
afc238647178728fb950524db7169b340e2f55b6
refs/heads/master
2023-07-01T11:53:10.788828
2021-08-10T13:59:40
2021-08-10T13:59:40
377,931,190
1
0
null
null
null
null
UTF-8
C
false
false
378
c
#include "lists.h" /** * pop_listint - deletes the head node of a listint_t linked list * @head: head of linked list * Return: the head node’s data (n). */ int pop_listint(listint_t **head) { listint_t *current; int v; if (head == NULL) return (0); current = *head; if (current == NULL) return (0); v = current-...
[ "million12.tenkir@gmail.com" ]
million12.tenkir@gmail.com
ba9bc34e846b44a7d1b76324ed55782955c1cf52
31e7d0e1622d2fe3228bd09a44828dab42138fab
/src/DoxyXmlEnum.h
7d90bbba94e10541a55ae836b4d38d8c79ae1979
[ "MIT" ]
permissive
vovkos/doxyrest
3c3a6b0316cdb6b86a29a7f75d95fbbe19ca8107
9f7ca85d22e992049c1c399e39c710a33450b069
refs/heads/master
2023-07-11T00:15:47.838211
2023-06-29T08:48:15
2023-06-29T08:48:15
76,837,554
326
28
MIT
2023-01-18T17:22:10
2016-12-19T07:12:08
C++
UTF-8
C
false
false
15,083
h
//.............................................................................. // // This file is part of the Doxyrest toolkit. // // Doxyrest is distributed under the MIT license. // For details see accompanying license.txt file, // the public copy of which is also available at: // http://tibbo.com/downloads/ar...
[ "vovkos@gmail.com" ]
vovkos@gmail.com
bcb4457e9271595b36d9b8702cb1e0d46d54254f
7926bafb7e46fca5ad0ff1a5ed4235746b51f086
/src/crypto/groestl.h
93674eb66193f3124bc51532a4c667c51e9ec57f
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
btmdteam/bitcoinmedal
40253796139ed029832d2720d28a200e136407da
7688ce1b30cf0a728bd590841b02c772b606e43f
refs/heads/master
2020-04-10T10:22:36.919475
2018-12-08T17:53:55
2018-12-08T17:53:55
160,963,325
0
0
null
null
null
null
UTF-8
C
false
false
3,156
h
// Copyrights(c) 2017-2018, The BitcoinMedal Project // Copyrights(c) 2014-2017, 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 cod...
[ "btmdteam@gmail.com" ]
btmdteam@gmail.com
0dbd815156b86aafa1d1b8b49c747a650c5ce56b
3fe0d6114e8d0f63e94e4a528336bb2406da849d
/FMILibrary/tags/2.0a2/src/Import/src/FMI2/fmi2_import_convenience.c
f5c19c9bd7e0367253603e4b474d7059649ea5b8
[]
no_license
GYskyfall/jmodelica
48bd08158566dc279fa5fb0c21f72b0f6355d2b4
21db9a4f9c1f558f7a67b747089d7bfec6e6a945
refs/heads/master
2020-12-11T22:15:08.092890
2019-01-18T15:17:34
2019-01-18T15:17:34
null
0
0
null
null
null
null
UTF-8
C
false
false
11,288
c
/* Copyright (C) 2012 Modelon AB This program is free software: you can redistribute it and/or modify it under the terms of the BSD style license. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or ...
[ "iakov@7ae51c65-13d5-4921-9d80-6511ddd1419c" ]
iakov@7ae51c65-13d5-4921-9d80-6511ddd1419c
8f757fb50bce67f809d1745dbc9f1a11c24c0659
ae9d528d325d495f790a50926f739dc9f07ed83d
/kirc.c
ebcc1caf2ef0c3359b181cfdd39378e027ea51d9
[ "MIT" ]
permissive
michael-scott-paper-company/kirc-spoon
a0054cb468c33f18650d5f068b4050f61a3c764a
a432556d460b770138e2d99096b9b9b819930de4
refs/heads/master
2023-08-26T04:16:18.026376
2021-10-20T14:31:29
2021-10-20T14:31:29
300,056,392
0
0
MIT
2021-11-01T14:33:01
2020-09-30T20:38:31
C
UTF-8
C
false
false
10,554
c
/* See LICENSE file for license details. */ #define _POSIX_C_SOURCE 200809L #include <stdarg.h> #include <netdb.h> #include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <string.h> #include <fcntl.h> #include <poll.h> #include <errno.h> #include <termios.h> #include <sys/socket.h> #include <sys/ioctl.h> #...
[ "mario-campos@Marios-MacBook-Pro.local" ]
mario-campos@Marios-MacBook-Pro.local
29d7490fecddf8b674b1b6077e7a68aeaaf1d653
bf156d7edcd4a7ec39f7acedc4e4a34201975e76
/13.熔融沉积成型打印机主控代码(STM32)/HARDWARE/thermistor/thermistortables.h
2ce2d9e545a543ab3e03246720690d22d6656bc9
[]
no_license
1234wwy/Mcu-Project-Develop
b3be5b8c4c7776d3a95e945e77b342c784972274
2b0c733f6c07c6627f13ae27f5a85402ece96b19
refs/heads/master
2023-06-23T17:39:55.482528
2021-07-23T02:02:31
2021-07-23T02:02:31
null
0
0
null
null
null
null
GB18030
C
false
false
27,413
h
#ifndef THERMISTORTABLES_H_ #define THERMISTORTABLES_H_ #include "marlin_main.h" #define OVERSAMPLENR 16 //重复取样 #if (THERMISTORHEATER_0 == 1) || (THERMISTORHEATER_1 == 1) || (THERMISTORHEATER_2 == 1) || (THERMISTORBED == 1) //100k bed thermistor //2016/1/12 //专为stm32生成的温度查表 //在此有一点需要注意,这里的数值类型不能再用short类型了,若还用short...
[ "yqxu0713@gmail.com" ]
yqxu0713@gmail.com
3162bb1be69e12d18551f50fa5ae0f5c18e54a6c
ced1d10f86c6c55ec8be6c8b8f257eec75c71d98
/branches/gw_5_14_branch/src/em_mad/gram5/gw_em_mad_gram5.c
a26f0feb1aec8dd5947de42ed232aa82beebf2b2
[ "Apache-2.0" ]
permissive
ehuedo/gridway
02d6a3438289d6786bef65951b5841037cb6c966
ecdc1fe027a5bada0d9d449cd3ffa0006496cf64
refs/heads/master
2021-06-11T20:40:02.532482
2017-10-28T20:12:02
2017-10-28T20:12:02
35,217,664
0
0
null
null
null
null
UTF-8
C
false
false
5,079
c
/* -------------------------------------------------------------------------- */ /* Copyright 2002-2013, GridWay Project Leads (GridWay.org) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); you may ...
[ "ehuedo@9b4b2aa8-92f0-458a-8103-c3834d721760" ]
ehuedo@9b4b2aa8-92f0-458a-8103-c3834d721760
ba09eb909d967b2514173f80c92ef1f0fe758844
298ccb9df9b82859c7be416da85b19b1c616107e
/PO/lab2/real_main.h
0292192124ec8094fc23fbeb93ecdb8cb0796121
[]
no_license
Acrobot/PG-projects
d88a35de1a7d147e247988bb7a2e0f6fbdd4f092
500879c97fec57519d8293ea27038a5dda79a7a2
refs/heads/master
2016-09-01T15:18:53.077496
2016-03-08T08:31:33
2016-03-08T08:31:33
53,211,339
0
0
null
null
null
null
UTF-8
C
false
false
111
h
// // Author: Andrzej Pomirski // #ifndef LAB2_REAL_MAIN_H #define LAB2_REAL_MAIN_H #endif //LAB2_REAL_MAIN_H
[ "andrzej.pomirski@gmail.com" ]
andrzej.pomirski@gmail.com
5bdbeb92c307b3febb0878b3200129a10b7b3a8e
acee1c90b6a90a8e4c841a4619c5b88408605df7
/c/data_struct/unidirection_link_list/undir_link_list.c
73c83859ca7bf402175ea84464dbac4ff721476d
[]
no_license
machester/Learning
40d16c54923aa7881f38941d90cf37f10139f1b7
18412162274350e1a10286c5724feeb3f47e4d41
refs/heads/master
2021-06-09T23:28:16.155923
2021-03-18T16:31:11
2021-03-18T16:31:11
138,256,031
0
2
null
2019-10-26T13:28:59
2018-06-22T04:52:41
Objective-C
UTF-8
C
false
false
3,210
c
// // Created by QUAN on 5/31/2018. // #include "undir_link_list.h" bool list_init(_list **ss) { *ss = (_list *)malloc(sizeof(_list)); if(NULL == *ss) return false; // 结构体内指针单独初始化或者不单独初始化结果没有区别 // 是否为整个结构体初始化了所以结构体内指针不用单独初始化????? // (*ss)->next_node = (_list *)malloc(sizeof(_list)); // if(NULL == (*ss)->next_nod...
[ "shusheng1991@gmail.com" ]
shusheng1991@gmail.com
8ad45bf1d3c7fc09ff8f3e508b0b671396b63fda
fbe44d2f2cf6a6c9620e8483b7bef60db585c7ce
/1x64OSW_std/Inc/main.h
b170d035f404194111a1c16afa1fde697a8e3651
[]
no_license
fhmib/OSW1x64
4e73e20bb0c629ab321414b6dc828d8a7514c93e
4061107fa3bf272d228fc97eaf60cd0dc494e474
refs/heads/master
2022-12-01T07:19:20.166114
2020-08-03T12:32:28
2020-08-03T12:32:28
282,638,758
0
0
null
null
null
null
UTF-8
C
false
false
4,558
h
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.h * @brief : Header for main.c file. * This file contains the common defines of the application. *************************************************...
[ "bjfh9026@163.com" ]
bjfh9026@163.com
5bdb49e4b657ceb9c2ce929f08a7511a0f3a0eca
efc4b3be9fd74865352809d36e00fbe72eba9b48
/Samples/Sample/TreasureBag/Engine/Core/Include/MsgType.h
eefb8ec077d217a801153162fd5952779ff765f6
[]
no_license
prodongi/Bread
3d2cc9b272b71345f777f5dc6e314b657032c530
07916d523f6730b4a3c9a8e2babf2f1929c3f6c6
refs/heads/master
2020-05-30T16:08:31.844074
2013-09-09T13:53:39
2013-09-09T13:53:39
12,702,338
0
1
null
null
null
null
UTF-8
C
false
false
227
h
#ifndef _MsgType_h_ #define _MsgType_h_ /* MsgType.h Copyright (c) prodongi. All rights resserved. date : 2012-08-09 purpose : */ #include "BreadMsgType.h" enum { MSG_GAME_STATE = MSG_END, MSG_CUSTOM_END }; #endif
[ "prodongi@hotmail.com" ]
prodongi@hotmail.com
5afa4a92f5d4d068380b3778fe9e860a9f8ae438
316cefac3aca36f3e0ef06930a8961a998982c04
/libft/ft_strcmp.c
33b05706d910de039ba0b7aeff91400dd5b8b387
[]
no_license
tdagai/cub3d
c1c12de505e93606f84fe10a9f4df1b864a937af
8943c33d0dd64b7d20725165cf654f7fcf519c3b
refs/heads/master
2022-12-31T13:54:53.054693
2020-10-22T08:08:22
2020-10-22T08:08:22
303,915,144
0
0
null
null
null
null
UTF-8
C
false
false
1,216
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strcmp.c :+: :+: :+: ...
[ "trew3535@gmail.com" ]
trew3535@gmail.com
b9ad5ca62100fa6267b493441f4a0a1c3dede8bc
06145b67338b3ed88225733366160d2f1119b2b6
/d05/ex15/ft_str_is_printable.c
8edd59946a2535bdddc6e5fe42419be2a6db88af
[]
no_license
moonsonu/Piscine_C
5bf850744abc6b8cf065ae2e7770bbc0d2cb8576
022f41292aa12766fcb4c7795eb8c7825d2d64b2
refs/heads/master
2020-03-24T20:08:59.124834
2018-07-31T04:30:03
2018-07-31T04:30:03
142,962,015
0
0
null
null
null
null
UTF-8
C
false
false
1,210
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_str_is_printable.c :+: :+: :+: ...
[ "moon@moonyoningui-MacBook-Pro.local" ]
moon@moonyoningui-MacBook-Pro.local
eca0b5916b37009a9dfbaabb586519b8fdab1da5
55cf8e96b09335cf72eb07e72b741a164ce9db93
/MST/external/libxc-5.1.6/src/gga_c_gapc.c
454d44253946a34a39e324cd97055275032664e4
[ "BSD-3-Clause", "FSFAP", "MPL-2.0", "MPL-1.0" ]
permissive
mstsuite/MuST
9e5c3c34d0eeb68c78703fa163bc66b5c156b00a
6dd17ba6d8f70a3177ea426ca1c8780a87645f96
refs/heads/master
2023-08-18T07:46:19.405836
2023-08-15T02:51:54
2023-08-15T02:51:54
218,340,736
46
24
BSD-3-Clause
2023-08-09T20:14:57
2019-10-29T17:07:16
Fortran
UTF-8
C
false
false
696
c
/* Copyright (C) 2008 Georg Madsen This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include "util.h" #define XC_GGA_C_GAPC 555 /* GapC */ #include "decl_gga.h" #in...
[ "franco.moitzi@mcl.at" ]
franco.moitzi@mcl.at
cb6fea53bd583748e45b1caaf54c8eccb229e1cf
41f1f6ec3f3eb0224d1886c507aa29e2c16fe350
/include/overlays/mm/z_en_mm.h
a5b7ad83445204887a220e1f1ef2eca169d12324
[]
no_license
z64me/z64ovl
710afd74a1a06ca9c64a8244875fd039dafa3fd9
f5260aa0502f76717d24a690d05ef783bbf601bb
refs/heads/master
2021-06-18T12:07:32.832476
2021-02-17T16:52:53
2021-02-17T16:52:53
169,027,189
3
6
null
null
null
null
UTF-8
C
false
false
526
h
#ifndef __Z64OVL_Z_EN_MM__ #define __Z64OVL_Z_EN_MM__ #define Z_EN_MM_ACTOR_NUMBER 0x00B9 #define Z_EN_MM_ACTOR_CATEGORY ACTORCAT_ITEM #define Z_EN_MM_OBJECT_NUMBER 0x0001 #define Z_EN_MM_FLAGS (ACTORFLAG_ALWAYS_UPDATE) typedef struct z_en_mm_s z_en_mm_t; struct z_en_mm_s { /* 0x0 */ ACTOR act...
[ "djinsomniapro@gmail.com" ]
djinsomniapro@gmail.com
27cffea2a2b91f614a897825df66cfe63dd62e40
ce07bda49fe7a1fece0c865134002370043ced40
/cal_g.h
a419d8ed665b4966834fa7f821341d0403733c12
[]
no_license
qiaochongzhi/Project_CDFT
c150d46de01eced3c9e4e5b5bd0e614ed5a59511
663ac2c476f60a623ea8704f02a9d736d20792f4
refs/heads/master
2020-12-03T01:50:21.001710
2016-09-27T07:34:40
2016-09-27T07:34:40
95,874,042
0
1
null
2017-06-30T09:44:33
2017-06-30T09:44:33
null
UTF-8
C
false
false
54
h
#ifndef CAL_G_H #define CAL_G_H void Cal_g(); #endif
[ "noreply@github.com" ]
qiaochongzhi.noreply@github.com
84a2c8445d8f6d0e4831bdbbb5c69fe351fd5049
15e818aada2b18047fa895690bc1c2afda6d7273
/third_party_toolchains/arm_linux_gnueabi/usr/include/linux/ethtool.h
ef05f8ed0d1d6d3bdad06ca6156e1904bc785b82
[ "Apache-2.0" ]
permissive
ghomsy/makani
4ee34c4248fb0ac355f65aaed35718b1f5eabecf
818ae8b7119b200a28af6b3669a3045f30e0dc64
refs/heads/master
2023-01-11T18:46:21.939471
2020-11-10T00:23:31
2020-11-10T00:23:31
301,863,147
0
0
Apache-2.0
2020-11-10T00:23:32
2020-10-06T21:51:21
null
UTF-8
C
false
false
41,081
h
/* * ethtool.h: Defines for Linux ethtool. * * Copyright (C) 1998 David S. Miller (davem@redhat.com) * Copyright 2001 Jeff Garzik <jgarzik@pobox.com> * Portions Copyright 2001 Sun Microsystems (thockin@sun.com) * Portions Copyright 2002 Intel (eli.kupermann@intel.com, * christopher...
[ "luislarco@google.com" ]
luislarco@google.com
d36c0b5a42825dfc5209bb104b2ee4bc1ebb4a91
83214753e9183327e98af0e6768e9be5385e5282
/d/qujing/qinglong/shanlu1.c
ef940a69185727764f5ef8f50c495cf25e044863
[]
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
462
c
// create by snowcat.c 12/8/1997 inherit ROOM; void create () { set ("short", "山路"); set ("long", @LONG 山上一望无边的绿色森林,狂风吹过,林涛怒吼,远处的兽吼 声阵阵传来。山路盘山而绕,岩崖看上去十分陡峭,路面崎岖 且极为狭窄。 LONG); set("exits", ([ "southeast" : __DIR__"shanlu2", "northup" : __DIR__"shantou", ])); set("outdoors", "xy35");...
[ "i@oiuv.cn" ]
i@oiuv.cn
f950d799172d585257b10b8f0f71df7fe83294fb
5ad190cf69dc478fa27b7d26dc0b8aaa71f8d5cb
/xdctools_3_31_01_33_core/packages/xdc/shelf/package/package.defs.h
d5dddba2d67a7977ca9339341f4a45b977372926
[]
no_license
kfurlong/sensortag
57d339d2ad94659bf6338a03a217953fcb62abc3
a339ed2c6d4583b7727d176d0bc2aecbdb907b87
refs/heads/master
2021-01-10T08:20:20.561784
2015-11-20T15:36:55
2015-11-20T15:36:55
46,541,397
2
0
null
null
null
null
UTF-8
C
false
false
203
h
/* * Do not modify this file; it is automatically * generated and any modifications will be overwritten. * * @(#) xdc-A71 */ #ifndef xdc_shelf__ #define xdc_shelf__ #endif /* xdc_shelf__ */
[ "kfurlong@LSR-01-02-0099.lsr.local" ]
kfurlong@LSR-01-02-0099.lsr.local
4b31c81b63434d388ec69c76d8a9bb34bedfea17
4ea6a61aef7ddd8785d75513a8ea73576f103d1e
/benchmarks/real-verification/Amaya/amaya/f/query_f.h
7aab25cfc4901486a2558cb2d763636bec2dc61c
[ "W3C" ]
permissive
probertool/Prober
287190a03b6d6a40ba77295ccef132226f800420
c75047af835ba7ddf60fb3f72f686ea4c56a08b5
refs/heads/master
2020-09-09T07:45:33.005153
2019-11-13T05:39:15
2019-11-13T05:39:15
221,385,993
0
0
null
null
null
null
UTF-8
C
false
false
6,076
h
/* * This file was automatically generated by version 1.7 of cextract. * Manual editing not recommended. */ #ifndef __CEXTRACT__ #ifdef __STDC__ extern AHTDocId_Status *GetDocIdStatus ( int docid, HTList * documents ); extern void HTTP_headers_set ( HTRequest *request, ...
[ "hongyuliu@salsa2.it.utsa.edu" ]
hongyuliu@salsa2.it.utsa.edu
005750a131d480d9f2303ff07ac60cfc2fdb7f29
3de0ca4c7dad78b9661e31d9d8512e5ec95b0484
/src/basis/core/cstack.c
1339acb55c75630681210cdd06de444d0955ab4f
[ "MIT", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
asmblur/csl
7d60e31a4c259cd9735ae0b4587f08081690981e
466a2340c4680ea5c25e2eec64a62b2ad2d14ec7
refs/heads/master
2021-04-15T21:29:10.121500
2020-03-20T18:51:33
2020-03-20T18:51:33
null
0
0
null
null
null
null
UTF-8
C
false
false
11,096
c
#include "../../include/csl.h" int64 _Stack_Overflow ( Stack * stack ) { return ( stack->StackPointer >= stack->StackMax ) ; } int64 _Stack_IsEmpty ( Stack * stack ) { return ( stack->StackPointer < stack->StackMin ) ; } void _Stack_Push ( Stack * stack, int64 value ) { stack->StackPointer ++ ; *( s...
[ "lovelightawareness@gmail.com" ]
lovelightawareness@gmail.com
862f33da5409c397961e5ccc4577f13e544fbc6b
f30dfa5020e2c5b9511e089faa233a1af9bce744
/libft/ft_lstnew.c
247e875c1b53e851843686e75e374585dda8ea42
[]
no_license
missmaelyss/fract_ol
ba3ac3fd5b5e42482ecbd04baca11a020c998fbb
c4c6335ffd1c8707f5c28c24cb3ec463f8710c5b
refs/heads/master
2021-01-22T07:32:11.171154
2020-06-02T14:54:28
2020-06-02T14:54:28
81,828,901
0
0
null
null
null
null
UTF-8
C
false
false
1,345
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstnew.c :+: :+: :+: ...
[ "marnaud@e1r3p9.42.fr" ]
marnaud@e1r3p9.42.fr
6f70a8c9858b3e88d12f9d5a91eeae941a77db8b
d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9
/testcases/CWE401_Memory_Leak/s01/CWE401_Memory_Leak__char_calloc_07.c
7f15841e18ab5319c938f34eed084a96abe7eae6
[]
no_license
arichardson/juliet-test-suite-c
cb71a729716c6aa8f4b987752272b66b1916fdaa
e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9
refs/heads/master
2022-12-10T12:05:51.179384
2022-11-17T15:41:30
2022-12-01T15:25:16
179,281,349
34
34
null
2022-12-01T15:25:18
2019-04-03T12:03:21
null
UTF-8
C
false
false
4,811
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE401_Memory_Leak__char_calloc_07.c Label Definition File: CWE401_Memory_Leak.c.label.xml Template File: sources-sinks-07.tmpl.c */ /* * @description * CWE: 401 Memory Leak * BadSource: calloc Allocate data using calloc() * GoodSource: Allocate data on the sta...
[ "Alexander.Richardson@cl.cam.ac.uk" ]
Alexander.Richardson@cl.cam.ac.uk
585f8744b85e3e5ae3912472c93e004e93d6d261
5b4b2eb0b36c86b0bae0b2ec4e9851b4d875c241
/Library/StdDriver/src/rtc.c
8ec75d7ef833cd66d3e05c7bad440e251fb72a58
[]
no_license
zhengjunqiang/M031BSP_FLASH_EMULATE_EEPROM
de47e8b8d9e9605d5d9993c0aef0a09ade9b9af6
ed5c902bb752c8d63af9709b3992ab51daaa7c31
refs/heads/master
2022-11-14T12:01:04.142799
2020-06-18T09:37:58
2020-06-18T09:37:58
290,215,508
2
0
null
2020-08-25T12:57:28
2020-08-25T12:57:28
null
UTF-8
C
false
false
31,138
c
/**************************************************************************//** * @file rtc.c * @version V1.00 * $Revision: 4 $ * $Date: 18/04/25 11:43a $ * @brief M031 series Real Time Clock(RTC) driver source file * * @note * Copyright (C) 2018 Nuvoton Technology Corp. All rights reserved. ***********...
[ "released@users.noreply.github.com" ]
released@users.noreply.github.com
a669963d10c09f9e69acc8e7bbb1f83b6f59f597
405a54bed243cb78bc497cd55451d5638e85bffd
/agent/lang_english.h
7b357773207fa6c932336602706cdb8827282cdf
[]
no_license
h4ck3rm1k3/hipl
75ae5f6571c31bc07725d8fed44385e5d9ff8c52
0f05f0718b59cfcbf0e2da30f2fc8028797512c9
refs/heads/android-hipl
2021-01-17T23:54:49.713122
2009-09-28T12:19:59
2009-09-28T12:19:59
29,173,203
1
0
null
2015-01-13T04:47:46
2015-01-13T04:47:46
null
UTF-8
C
false
false
5,759
h
/* HIP Agent English language table file for HIP GUI. License: GNU/GPL Authors: Antti Partanen <aehparta@cc.hut.fi> */ #ifndef LANG_ENGLISH_H #define LANG_ENGLISH_H /******************************************************************************/ /* LANGUAGE TABLE */ char *lang_en...
[ "surkii@gmail.com" ]
surkii@gmail.com
f8e237da8673926031b77a33f57ba972f645896d
9e275a1622e7b90d6b4fdf0649ee1f045812a151
/images/TI_logo_150x150.c
52493043bb5b6fae86611c9474a65fc281124c05
[]
no_license
dooly107/Senior-Design
82f305746adcb0b2708595171ad96e89051b54ab
64cc735a29425376364f5d27787674ddc103b6a0
refs/heads/master
2020-04-13T09:33:08.150997
2018-12-25T22:23:19
2018-12-25T22:23:19
163,114,544
0
0
null
null
null
null
UTF-8
C
false
false
14,762
c
/* --COPYRIGHT--,BSD * Copyright (c) 2016, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the ab...
[ "kim1403@purdue.edu" ]
kim1403@purdue.edu
63c037f2ac96e895719f5d825964f8c522f4a307
1390cb4f58bd09087184a64fe2838dec29600d8a
/2544.c
1dea07d4e2fc50d1d0a49abbb3b361b5c29a0d09
[]
no_license
imasker/obfuscatorTestCases
bf21352be1dbd6c8bdd868b093af03f315d92a45
5f5561846ec09a040b42dc12842c9581e7be6b4d
refs/heads/master
2023-03-27T11:35:21.843689
2021-03-25T07:38:05
2021-03-25T07:38:05
351,342,479
0
0
null
null
null
null
UTF-8
C
false
false
130,713
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.3.0 * Git version: 30dccd7 * Options: -o /home/x/obfuscator/data/programs/2544.c * Seed: 605354816 */ #include "csmith.h" static long __undefined; /* --- Struct/Union Declarations --- */ struct S0 { int64_t f0; }; union U1 { co...
[ "13277988207@163.com" ]
13277988207@163.com
888a31af9eb854633acf22799b359b915eb85491
e52ead4c385656280f7084ef27f528ced277a302
/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Collections_Generic_Comparer_1_gen_11MethodDeclarations.h
0cd45ab76a0b4db68213003d24aa15ac52e288b4
[]
no_license
P0nj4/Roll-a-Ball-Unity
9aacbf6f21c1b6774116f97849aaff38eef7fa7f
86e42295507bed9f4eac78ea01d8d92e0f0eea07
refs/heads/master
2021-01-10T16:00:13.441187
2015-10-13T19:29:56
2015-10-13T19:29:56
44,198,657
0
0
null
null
null
null
UTF-8
C
false
false
2,120
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.Generic.Comparer`1<System.DateTime> struct Comparer_1_t2258; // System.Object struct Object_t; #include "codegen/il2cpp...
[ "german.f.pereyra@gmail.com" ]
german.f.pereyra@gmail.com
f017aea18e0b78c00dd03fefdb9d06c1174b2e76
e6c65e2e354336a4bea5b6a4ccbccd3682915fe2
/out-bin/py/google/fhir/models/model_test.runfiles/pypi__tensorflow_1_12_0/tensorflow-1.12.0.data/purelib/tensorflow/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
f5382b336ab52d7000b6b257ec3fc4ea731ea00b
[ "Apache-2.0" ]
permissive
rasalt/fhir-datalab
c30ab773d84983dd04a37e9d0ddec8bf2824b8a4
3e329fc8b4226d3e3a4a7c23c306a86e7a9ea0de
refs/heads/master
2021-10-09T05:51:04.593416
2018-12-21T18:11:03
2018-12-22T05:38:32
162,744,237
0
0
null
null
null
null
UTF-8
C
false
false
206
h
/home/rkharwar/.cache/bazel/_bazel_rkharwar/0ddaa3627472ad9d1367a008236ce2f5/external/pypi__tensorflow_1_12_0/tensorflow-1.12.0.data/purelib/tensorflow/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
[ "ruchika.kharwar@gmail.com" ]
ruchika.kharwar@gmail.com
28841dbbd74aee3656573fea2639899c98d73353
94a9aadc1e1c53b7a1ce0392b877919a0c3cadd0
/src/NoteTypes.h
8b9fd43b4cb8ff26569936b0ee01a7443312ba89
[]
no_license
eithwa/stepmania-v390
4629cb27968aeb8b8fcb392be1ff95cc33da24f5
f416fa608fba9bf0272d792d69e2e8847ff32593
refs/heads/master
2022-08-10T02:01:33.406511
2022-07-26T02:15:44
2022-07-26T02:15:44
235,765,113
0
0
null
null
null
null
UTF-8
C
false
false
6,212
h
#ifndef NOTE_TYPES_H #define NOTE_TYPES_H struct TapNote { enum Type { empty, tap, hold_head, // graded like a TAP_TAP hold_tail, /* In 2sand3s mode, holds are deleted and TAP_HOLD_END is added: */ hold, /* In 4s mode, holds and TAP_HOLD_HEAD are deleted and TAP_HOLD is added: */ mine, // don't step!...
[ "mich841012@gmail.com" ]
mich841012@gmail.com
9500b503522feeb376fffd5c25ba86f83c18d3a2
e14de0a148019648eab02da28a87537626c89b1a
/clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/non-policy/overloaded/vluxseg2ei16.c
9d8e0872b4ba75f35ea697fe119bb0235451f5e9
[ "LicenseRef-scancode-unknown-license-reference", "NCSA", "LLVM-exception", "Apache-2.0" ]
permissive
romanovvlad/llvm
bd1e03bb7a0f0cd5819769d761b8327eac9547f1
9c7bd9ea046f189f322ae704ec004ccbb5377c74
refs/heads/sycl
2023-08-17T14:04:30.284831
2023-07-10T07:57:00
2023-07-10T07:57:00
180,324,735
0
0
NOASSERTION
2023-07-10T07:58:04
2019-04-09T08:49:37
null
UTF-8
C
false
false
109,703
c
// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 2 // REQUIRES: riscv-registered-target // RUN: %clang_cc1 -triple riscv64 -target-feature +v -target-feature +zfh \ // RUN: -target-feature +experimental-zvfh -disable-O0-optnone \ // RUN: -emit-llvm %s -o - | opt -S ...
[ "yueh.ting.chen@gmail.com" ]
yueh.ting.chen@gmail.com
23ea2c78a2460d1f9c665b35dd90eabff438c8ab
eb6fe24922d9ebf15985648fef960635d7aa0e24
/power of 2.c
82f2d2fd9dec71170702bee11f3c121678dc0bc8
[]
no_license
sasikalashan/postive
c78deb56d45e4a7781a8021a741aa900622ea2bb
a55e03b1d7ac6bc180e5cc7dcd9e0226687c8849
refs/heads/master
2021-05-13T12:12:25.329592
2018-03-19T11:29:31
2018-03-19T11:29:31
116,667,130
2
0
null
null
null
null
UTF-8
C
false
false
209
c
#include<stdio.h> int main() { int n,flag=0; printf("Enter the number:"); scanf("%d",&n); while(n!=1) { if(n%2!=0) { flag=1; break; } n=n/2; } if(flag==0) { printf("Yes"); } else { printf("No"); } return 0; }
[ "noreply@github.com" ]
sasikalashan.noreply@github.com
f13b1bd6e5c45b9e0f445590bd1e6da809eda69e
4e6963d47aa7afd23cd65035967eab1797f7a4cb
/mergesort.c
9f9e25b5237b5d4c75c97031d263e894ce134c8a
[]
no_license
abrahamrohde/mergesort
83598c2b3c50520c1387ab50ef7317b68f0557cc
58b19c2762be2796134f33392a2af4380da1bf65
refs/heads/master
2018-01-08T11:46:37.090724
2016-02-22T02:02:07
2016-02-22T02:02:07
52,239,764
0
0
null
null
null
null
UTF-8
C
false
false
1,418
c
#include<stdio.h> #define MAX 50 void mergeSort(int arr[],int low,int mid,int high); void partition(int arr[],int low,int high); int main() { int merge[MAX],i,n; printf("Enter the total number of elements: "); scanf("%d",&n); printf("Enter the elements which to be sort: "); for(i=0;i<n;i++) ...
[ "abraham.rohde@cuw.edu" ]
abraham.rohde@cuw.edu
777aedd92a24e89bb71b6ed22b7ef9817736270f
ac88e474dcdd973c373182f9a3664243b285e865
/chuoi.c
4bcf9a8d36c66052629861074ae6bf934293dbdb
[]
no_license
justt1n/ltcb
eeb1ae26d27480855e1b38cb80697d96f8195364
89b9f80de309b602b3ce5be1f27fbd14d65abde4
refs/heads/master
2022-11-19T07:54:58.728554
2020-07-12T08:50:42
2020-07-12T08:50:42
268,993,261
0
0
null
null
null
null
UTF-8
C
false
false
467
c
int Compare(char s1[], char s2[]) { int i = 0; int j = 0; int d = 0; while (s1[i] != '\0' && s2[j] != '\0') { d = s1[i] - s2[j]; if (d == 32 || d == -32 || d == 0) { //neu tui no giong nhau thi chay tiep i++; j++; } else // deo thi dun...
[ "t1n@pop-os.localdomain" ]
t1n@pop-os.localdomain
cfbc8d2e70139f83933223449feccf28b8d6224c
1133064fe221ecdb36e06ec30c4055a3804122b1
/libft/src/ft_itoa.c
9b8999f161d0d6a3fc8bdf228dd317e08c7edd8e
[]
no_license
PoliceHunter/corwar
412e57c0b166ac13cd4aab70c6f58b41947aafc4
90f76404b587f9873d18bd0712f52f74d83ab01b
refs/heads/master
2023-03-07T02:13:48.467917
2021-02-15T12:23:36
2021-02-15T12:23:36
319,961,196
0
0
null
2021-02-08T05:58:21
2020-12-09T13:14:14
C
UTF-8
C
false
false
1,549
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_itoa.c :+: :+: :+: ...
[ "danila.stepanidenko@mail.ru" ]
danila.stepanidenko@mail.ru
95361b583f776c2dc867d9ceae48829bd9a448b9
28ab926759b8dd5f4cb4ef70d425f250f2f24528
/srcs/keep_mem.c
101c8edd5ff0146bc3ef9a80866b60cd8476233b
[]
no_license
Raven0uss/ft_select
6a3ef72fafe42c1634fc591c9f77001da0cb7f6f
0057d1a76516e458fcf2f9c4e6c1bfb42ba6db21
refs/heads/master
2021-07-21T00:25:32.681079
2021-04-26T12:05:34
2021-04-26T12:05:34
85,296,800
0
0
null
null
null
null
UTF-8
C
false
false
1,084
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* keep_mem.c :+: :+: :+: ...
[ "sbelazou@e1r1p1.42.fr" ]
sbelazou@e1r1p1.42.fr
00243b7c3ffbe24dd6d481ff86902511884b697f
60df9fafdd9d190a87abbf894f1904cf9d4dea9a
/v2Fit.C
3df013d2919ad8ea6e2ef38956484e559a06ba32
[]
no_license
belmonrj/SeyoungCode
a034d1457ea5ae9fe5d8f7de31897970da46fc58
28a86b071b994d05159ef015f6ef3efee3a8d80e
refs/heads/master
2020-06-10T03:24:13.560609
2019-06-24T19:30:34
2019-06-24T19:30:34
193,566,403
0
0
null
null
null
null
UTF-8
C
false
false
8,623
c
#include <stdio.h> #include <cmath> #include "def_Const.h" int v2Fit() { ifstream IF[3]; ofstream OF; char IFNAME[4][300]; char OUTPUT[300]; char OFNAME[3][300]; char HNAME [3][300]; const float BBCN_eta=3.5, BBCS_eta=-3.5, FVTS_eta=-(1.0+1.7)/2, FVTN_eta=2.0; //eta float eta=0; float x_cent[NCENTANA], x_cent_err[NCE...
[ "belmonrj@gmail.com" ]
belmonrj@gmail.com
4c61f49a93c21a42690a795b1efec9236afb6421
a5a2c0088cf0ea66b4ee2383f8a7cf0b286d45af
/Exercise 5/Ex5d.c
2f0f8bafb05c327da8bb9b3bf79122b2b95fb3a6
[]
no_license
alexn9630/I-tried-too-hard
29f206bb723df9a03cdd6f36b9e40167da0417d2
bea262f7ce27d66097b0c50c3ec78e2cbc4ca63a
refs/heads/master
2022-11-11T22:57:42.761840
2020-06-29T10:51:30
2020-06-29T10:51:30
275,456,213
0
0
null
null
null
null
UTF-8
C
false
false
287
c
#include <stdio.h> int main(int a, int b, int c){ printf("Insert a: "); scanf("%d", &a); printf("Insert b: "); scanf("%d", &b); printf("Insert c: "); scanf("%d", &c); int max = a > b ? (a > c ? a : c) : (b > c ? b : c); printf("The maximum is %d.\n", max); return 0; }
[ "58658679+alexn9630@users.noreply.github.com" ]
58658679+alexn9630@users.noreply.github.com
3a906c5410464a9a7ce5f8dea8c6e4a6ea86508b
44eca3dbc30d50198d606a636246af2495ab3630
/图片瀑布流/DEFINE.h
715a8b999fd6ecc48c01cf29406982de529e8958
[]
no_license
TianYang-YT/UIColltectionView-UIScrollView-WaterfallView
913bc89ca252f719457a729bb8c6f3da7404c7ef
1933cd5eea2dc2cc898be767e7b4b656eeeb7d38
refs/heads/master
2020-03-27T23:29:15.194641
2014-11-06T03:34:42
2014-11-06T03:34:42
26,251,086
1
0
null
null
null
null
UTF-8
C
false
false
1,554
h
// // DEFINE.h // 99Art // // Created by 杨天 on 14-10-29. // Copyright (c) 2014年 杨 天. All rights reserved. // #ifndef _9Art_DEFINE_h #define _9Art_DEFINE_h //屏幕高度 #define kHeight [[UIScreen mainScreen] bounds].size.height //屏幕宽度 #define kWidth [[UIScreen mainScreen] bounds].size.width //快速生成颜色 #define kColor(r, g,...
[ "529899230@qq.com" ]
529899230@qq.com
8203388c3170b1051e81eae8cfcbd38ded5b8c8a
3a759f10597305d84f3d60eb6c0e16cc41d035e7
/c/divide.c
8984b2bfa7f5b7c9f657a27cbd5f0374bdbf24c5
[ "MIT", "LicenseRef-scancode-public-domain" ]
permissive
mbforbes/experiments
09ad90492daeaf4f14d2292cb3d8e2cdd56a4e08
dcb9377dbaf3f0cec39d98f3779ded57dbd0966b
refs/heads/master
2020-03-30T21:23:21.780257
2014-05-11T18:55:43
2014-05-11T18:55:43
null
0
0
null
null
null
null
UTF-8
C
false
false
181
c
#include <stdio.h> #include <stdint.h> int main(int argc, char **argv) { uint64_t a = 1535345111111114444; int b = 17; int c = a % b; printf("c = %d\n", c); return 0; }
[ "m.b.forbes@gmail.com" ]
m.b.forbes@gmail.com
3028f49d046e7ac728d9539ccb015c0b89b52124
35c04ea32351dc95bc18d46e5c70dda9c1e08668
/Examples/MCUXpresso/FRDM-K64F/FRDM-K64F_Zork/Sources/Zork/clockr.c
24666ff4a39d13fabcba5c8cb9a4c9958dd976f5
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain" ]
permissive
ErichStyger/mcuoneclipse
0f8e7a2056a26ed79d9d4a0afd64777ff0b2b2fe
04ad311b11860ae5f8285316010961a87fa06d0c
refs/heads/master
2023-08-28T22:54:08.501719
2023-08-25T15:11:44
2023-08-25T15:11:44
7,446,094
620
1,191
NOASSERTION
2020-10-16T03:13:28
2013-01-04T19:38:12
Batchfile
UTF-8
C
false
false
18,873
c
/* CEVAPP- CLOCK EVENT APPLICABLES */ /*COPYRIGHT 1980, INFOCOM COMPUTERS AND COMMUNICATIONS, CAMBRIDGE MA. 02142*/ /* ALL RIGHTS RESERVED, COMMERCIAL USAGE STRICTLY PROHIBITED */ /* WRITTEN BY R. M. SUPNIK */ #include <Sources/Zork/funcs.h> #include <Sources/Zork/vars.h> static void litint_ P((integer, integer *, i...
[ "erich.styger@hslu.ch" ]
erich.styger@hslu.ch
c28805372e976979cbbb8b31deccc29a8a2f9082
e696a3f11e96ccc093b00a677636762451f8513d
/hap01.c
21dffdf8f53e15883e1d8231514ad1beb39c7f0c
[]
no_license
lee-ju-hee/1031
9aa65155640e28d5370c89a83898134672c55916
fb42d777195afa27fdf3910645c8d48e9626837a
refs/heads/master
2020-08-31T13:43:56.179963
2019-10-31T06:57:33
2019-10-31T06:57:33
218,703,361
0
0
null
null
null
null
UHC
C
false
false
237
c
#include <stdio.h> int main() { int i=1, hap=0, num; printf("숫자를 입력하세요: "); scanf("%d", &num); while(i<=num) { hap+=i; i++; } printf("1부터 %d까지의 합 = %d입니다.", num, hap); }
[ "noreply@github.com" ]
lee-ju-hee.noreply@github.com
d8aef148fe4fb254d56957277a7cea84a6d39222
2f9e67b8821fcc072a8340f5653b12a13ed2f44f
/minilab1/mpos-exer5.c
d7e045ffb5a967d8a8c1ec7c35db6e98bf53853a
[]
no_license
qinyiyan/CS111
93ad39f21ac6e0c460e8cdde582217e8766f9e34
a7bfe79e921587a464f4df74a57d4525e513506b
refs/heads/master
2021-01-10T04:52:24.082042
2016-01-14T06:07:24
2016-01-14T06:07:24
49,626,597
0
0
null
null
null
null
UTF-8
C
false
false
414
c
#include "mpos-app.h" #include "lib.h" void start(void) { int x = 0; /* note that local variable x lives on the stack */ /* YOUR CODE HERE */ volatile int *child = &x; int* volatile parent = &x; pid_t p = sys_fork(); if (p == 0) //child process { *child = 1; *parent = 1; } else if (p > 0) //parent pr...
[ "qinyiyan1106@gmail.com" ]
qinyiyan1106@gmail.com
8e45a61f15faf7059f3f501350a677c580f71212
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/darwin-xnu/bsd/netinet6/extr_nd6.c_nd6_ifreset.c
41cb4fd3d2f8989832d5855c08b4e4a0ddd7f94b
[]
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,405
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
4750081e4b3566f1b11015988f3e6fad5fba1207
191707dd19837f7abd6f4255cd42b78d3ca741c5
/X11R6/contrib/lib/auis-6.3/atkams/messages/lib/ams.c
8f50dd91cf8fa891f944461c3c2e0b06713e1482
[ "BSD-3-Clause", "LicenseRef-scancode-public-domain" ]
permissive
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
44,996
c
/* ********************************************************************** *\ * Copyright IBM Corporation 1988,1991 - All Rights Reserved * * For full copyright information see:'andrew/config/COPYRITE' * \* ********************************************************************** */ /* $Disclaim...
[ "yoya@awm.jp" ]
yoya@awm.jp
79bce5f4efe3cc45850c73f15fb7d491fc69e34e
bcc8752780b9510d5f80dddea0ba015d956c6cb3
/touchscreen-helper/src/touchscreen-helper.c
1cfaace5043459be455e377708befe856b8532c2
[]
no_license
Plippo/touchscreen-tools
ad5dcc36b10e26632d9d8c258679e7d40d86e401
3fe115ce45fe0b6762c27778099ccf27d2ed0dd1
refs/heads/master
2021-01-01T06:45:31.936817
2013-05-05T14:27:40
2013-05-05T14:27:40
954,215
2
1
null
null
null
null
UTF-8
C
false
false
18,247
c
/* Copyright (C) 2010, 2013, Philipp Merkel <linux@philmerk.de> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. THE SOFTWARE IS PROVIDED "AS IS" AND TH...
[ "mail@philmerk.de" ]
mail@philmerk.de
19ec0d9737bcb27a1f0ca45fa443859bf69689e6
73d5bff08ca30143a5b8826140cfa153c4d83c79
/src/_root/config/globals.c
9d9d6ce6981050488c4ffcb8b3bd76bdab4ebeb6
[]
no_license
areiter128/SMPS-FRWK4G2_ExVMC
645723c62625dacf273aa6798796fc5e4793b708
ba90dad3a64df16df44e1d86f72e2356400fea57
refs/heads/master
2022-01-23T14:16:04.639376
2019-08-02T22:04:19
2019-08-02T22:04:19
null
0
0
null
null
null
null
UTF-8
C
false
false
2,749
c
/*LICENSE ******************************************************************** * Microchip Technology Inc. and its subsidiaries. You may use this software * and any derivatives exclusively with Microchip products. * * THIS SOFTWARE IS SUPPLIED BY MICROCHIP "AS IS". NO WARRANTIES, WHETHER * EXPRESS, IMPLIED O...
[ "andreas.reiter@microchip.com" ]
andreas.reiter@microchip.com
bee98ee83c09106bea4133bf2bc9b82a4e2e3a2a
73b600455c374fa121ac8b80e8ce538cec702b1c
/Firmware/DSP_Exercise/Drivers/Inc/stm32f407xx_rcc_driver.h
e27a592dfdf4ace2c88cb22fffab3ab172b0acbe
[]
no_license
Ganghyeok/EEG-Measurement_Brain-Stimulation_System
4dc97b0c2f8ef302f398f8d67f06ac3a2624bd9e
51c8b7da0e2b4996afa0fa1e297cb935f4cd1888
refs/heads/master
2023-05-10T02:35:39.648481
2021-06-06T03:25:05
2021-06-06T10:20:47
342,858,988
0
0
null
null
null
null
UTF-8
C
false
false
18,701
h
/* * stm32f407xx_rcc_driver.h * * Created on: 2021. 3. 7. * Author: Ganghyeok Lim */ #ifndef INC_STM32F407XX_RCC_DRIVER_H_ #define INC_STM32F407XX_RCC_DRIVER_H_ #include "stm32f407xx.h" /** * @brief RCC PLL configuration structure definition */ typedef struct { uint32_t PLLState; /*!< The new s...
[ "rkdgur90@gmail.com" ]
rkdgur90@gmail.com
91c1740b0745e332755c0254b423aa2cd11e0392
61387be85711cf03ca2cc4144c15369ee9a46796
/zo-mb-es-defender/project.IOs/Project.IOs/Classes/Native/mscorlib_System_Collections_Generic_List_1_Enumera1086255541.h
ce59f5ffe4a25510ca2a6ee796269aa4d72a0e13
[]
no_license
hoangwin/raci-ngc-ar_Du-o-iHin-hBa-tC-Hu
6bb6b64052f05bc4026e1cfc6e10844c3dfc574b
29c4f918482e9b850503d9912ebdf7afdafcafed
refs/heads/master
2021-01-10T10:00:33.196405
2016-08-14T23:06:31
2016-08-14T23:06:31
44,680,146
0
0
null
null
null
null
UTF-8
C
false
false
790
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.Collections.Generic.List`1<System.Object> struct List_1_t_1370396148_0; // System.Object struct Object_t; #include "mscorlib_System_ValueType_290515646.h" // System.Collec...
[ "hoang.nguyenmau@hotmail.com" ]
hoang.nguyenmau@hotmail.com
6a2dd0c83836072618ad3952f608a7bfb2290aaf
a362f02800de08eeef4a7cd68523c2103a1594af
/options-table.c
644c03ba317f90167cf2951143ef8a20fbf34cd2
[]
no_license
mike-kuzn/tmux
b7d5c1b83ab1bb242d5f1b8628b61c6986ec6f86
d48eb68e5b8da5cd7bc9589529fcf9d1f3aed925
refs/heads/master
2022-12-30T22:48:46.219154
2011-01-04T09:48:10
2011-01-04T09:48:10
null
0
0
null
null
null
null
UTF-8
C
false
false
13,231
c
/* $Id: options-table.c,v 1.2 2011/01/03 23:55:30 tcunha Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott <nicm@users.sourceforge.net> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this pe...
[ "tcunha" ]
tcunha
f7e455ffdea7e6696ce655f9a22b32d75af7f30e
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function13850/function13850_schedule_15/function13850_schedule_15_wrapper.h
71e02acf95814c2cb9a6803030bed231065e2ab8
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C
false
false
330
h
#ifndef HALIDE__generated_function13850_schedule_15_h #define HALIDE__generated_function13850_schedule_15_h #include <tiramisu/utils.h> #ifdef __cplusplus extern "C" { #endif int function13850_schedule_15(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf0); #ifdef __cplusplus } // extern "C" #en...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
114b276af7a53967bd9a0ff09e8a862ec60b9dbb
8636433de01aa56038bbf4cea53a29ed7fe827e2
/Pods/Headers/Private/RETableViewManager-FDTemplateLayoutCell/RERadioItem.h
27a96a5529c3e4ec0e1d2aeabcac221c4dcaea1a
[]
no_license
1014049719/BBQ3.0
dc729df13e4bc03d704248e63b969a9efe30a13a
9b8f7429ec1263f0ef55f2631b629c85c7283d4a
refs/heads/master
2021-01-21T15:38:17.207279
2017-02-09T10:43:35
2017-02-09T10:43:35
81,534,591
0
1
null
null
null
null
UTF-8
C
false
false
87
h
../../../RETableViewManager-FDTemplateLayoutCell/RETableViewManager/Items/RERadioItem.h
[ "1014049719@qq.com" ]
1014049719@qq.com
4f36558e5f36049abd00980389c94ce5ddd2b5af
e453b78f4b218a39b460ea62350f3d1e859e9eb6
/src/machine/toc.h
19014e29c98ceb707c338c39e03ac6041e98cb6b
[]
no_license
SteeL1942/SuS
d1fce48b363d6035581d8809208c3a3a0d29cb15
1f8a2cb846618a34a38c9e36eb731a938d2a67e0
refs/heads/master
2020-03-12T21:58:47.900557
2018-06-26T11:22:18
2018-06-26T11:22:18
130,838,323
0
0
null
null
null
null
UTF-8
C
false
false
2,158
h
/* $Id: toc.h 956 2008-10-19 22:24:23Z hsc $ */ /*****************************************************************************/ /* Betriebssysteme */ /*---------------------------------------------------------------------------*/ /* ...
[ "florian.scho@gmail.com" ]
florian.scho@gmail.com
c421993454b4405a82c70dc5405be5946364cee9
027064a0ea5b79a1761d82fbc63a79511d770e20
/dix/cm/repair/cm.c
695d2f403a36805fd8d4a79d3af247054af51bc3
[ "Apache-2.0" ]
permissive
Seagate/cortx-motr
916985029946294bfc4e4b0fc106ae3e0cfb7e2b
71735b89b26fec78cea0f5fb43dadd964486fff5
refs/heads/main
2023-01-21T04:34:59.465702
2022-10-17T12:02:24
2022-10-17T12:25:42
297,326,186
62
220
Apache-2.0
2022-10-10T21:07:59
2020-09-21T12:00:17
C
UTF-8
C
false
false
2,959
c
/* -*- C -*- */ /* * Copyright (c) 2016-2020 Seagate Technology LLC and/or its Affiliates * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE...
[ "cortx@seagate.com" ]
cortx@seagate.com
a6a8dae793f6ceaf19db07615404debf7a107894
56430503cfc62fa0eac26439bf3f9306207ee7ab
/2018_第九届_蓝桥杯_国赛/code/SYSTEM/sys.c
04e630a2808f919d7bd266f067203f7e78bedfbf
[]
no_license
xiaomohaa/LanQiao
06ab7850c707e81c3597b89b1df7af35a5dbc22d
cce3ec9ec65875eb3dd6e6e2c483728603c2daed
refs/heads/main
2023-02-22T03:58:48.482482
2021-01-26T08:48:22
2021-01-26T08:48:22
333,012,003
3
1
null
null
null
null
GB18030
C
false
false
2,671
c
#include "sys.h" void Delay5ms() //@12.000MHz { unsigned char i, j; i = 59; j = 90; do { while (--j); } while (--i); } void Check_data(void) { if(Read_E2PROM(0x00) == 0x16) { H_Fre = ((u16)(Read_E2PROM(0x01) << 8)) | (Read_E2PROM(0x02)); H_Temper_int = ((u16)(Read_E2PROM(0x03) << 8)) | (Read_E2PROM(0x...
[ "xiaomohaa@users.noreply.github.com" ]
xiaomohaa@users.noreply.github.com
0ee3954c4dfcd814b59203dd939256cf70ee16b7
acbea0be956ddce715c118698f794d91299e57c5
/fromDarren/Had_plots_10_May_12/EffectiveMass_all_btag_morethanzero_675_775.C
4fd19c315b55a087e731f38e645c8fc42542fc7f
[]
no_license
brynmathias/thesis-figures
f42c9df209e45616630ff6ecdc27ae75322605ff
2b8980c4c2278e9c9bc5feef3df88898d3a565ce
refs/heads/master
2020-05-20T05:57:49.881187
2013-04-05T17:18:42
2013-04-05T17:18:42
5,231,559
0
0
null
null
null
null
UTF-8
C
false
false
54,015
c
{ //=========Macro generated from canvas: canvasbtag_morethanzero_675_775/EffectiveMass_all/cannameEffectiveMass_all //========= (Thu May 10 12:25:59 2012) by ROOT version5.32/00 TCanvas *canvasbtag_morethanzero_675_775/EffectiveMass_all = new TCanvas("canvasbtag_morethanzero_675_775/EffectiveMass_all", "cannameEff...
[ "brynmathias@gmail.com" ]
brynmathias@gmail.com
85324e3bfc14e44119c61696cb28632e4dabc71d
4378d3832aa1fd8c2cc9eb3549f78c8fc8ebb903
/src/mx_strstr.c
04442e372ccd8c7a686e2af38ccbc5e8ee961659
[]
no_license
AndriiDanylenko/libmx
5e42092351a608d8f0c5f6c45067203f0f0a5370
ba2d0d28bda0ec3a5ebac42c90dd5c5664aa478e
refs/heads/master
2022-11-21T18:28:27.612392
2020-07-23T15:30:06
2020-07-23T15:30:06
281,987,661
0
0
null
null
null
null
UTF-8
C
false
false
552
c
#include "libmx.h" char *mx_strstr(const char *haystack, const char *needle) { const char *defstr; const char *srcstr; srcstr = needle; if (*srcstr == 0) return (char *) haystack; for (; *haystack != 0; haystack += 1) { if (*haystack != *srcstr) continue; defs...
[ "andanylenk@e1r9p13.unit.ua" ]
andanylenk@e1r9p13.unit.ua
a70ecb102ed57b750c836a234852cacf432f4f33
a280aa9ac69d3834dc00219e9a4ba07996dfb4dd
/regularexpress/home/weilaidb/work/kernel/linux-3.0.8/arch/x86/include/asm/pgtable-3level_types.h
27f74c306411e4d7c256f2493a70e6e0e8bcb5f0
[]
no_license
weilaidb/PythonExample
b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466
798bf1bdfdf7594f528788c4df02f79f0f7827ce
refs/heads/master
2021-01-12T13:56:19.346041
2017-07-22T16:30:33
2017-07-22T16:30:33
68,925,741
4
2
null
null
null
null
UTF-8
C
false
false
400
h
#define _ASM_X86_PGTABLE_3LEVEL_DEFS_H typedef u64 pteval_t; typedef u64 pmdval_t; typedef u64 pudval_t; typedef u64 pgdval_t; typedef u64 pgprotval_t; typedef union pte_t; #define SHARED_KERNEL_PMD (pv_info.shared_kernel_pmd) #define SHARED_KERNEL_PMD 1 #define PAGETABLE_LEVELS 3 #define PGDIR_SHIFT 30 #define PTRS_P...
[ "weilaidb@localhost.localdomain" ]
weilaidb@localhost.localdomain
a97dbc11b3608154ab6caff3dab94fb36efc63de
bebb9988e441c018ebf0f4d993cf452c00e7dd1b
/exCeption/exception/core.h
a070ee015b35e6371824e07d31e30c161779dea2
[ "MIT" ]
permissive
lmdexpr/exCeption
5d0d0919e75017e177dbd8c591a2ca08a4a67d8c
92af946f0b6445b2c0194c76dc4d42019b435629
refs/heads/master
2016-08-04T22:58:54.167526
2014-11-22T08:06:21
2014-11-22T08:06:21
26,902,688
11
2
null
null
null
null
UTF-8
C
false
false
1,169
h
#ifndef INCLUDE_EX_C_EPTION_ #define INCLUDE_EX_C_EPTION_CORE_H #include <stdlib.h> #include <setjmp.h> #include "./utils.h" #include "core.c" extern jmp_buf exCeption_global_jmp_buf; extern short exCeption_global_flag; #define FAINALLY (-1) #define FUNC_NAME __lambda_function__ #define try \ {\ exCeption_globa...
[ "lmdexpr@gmail.com" ]
lmdexpr@gmail.com
b738927a88f90f01f87befa0c68609a39a796d90
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/c-litmus-ARMCBMC/long-W+RW+RW+RR+poal+dmb.sy+dmb.sy+L.c
0c6047031d6e6eaf11a4f759838eb3ce5fec97eb
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C
false
false
2,419
c
/* Copyright (C) 2023 ARM-CBMC * This benchmark is part of ARM-CBMC */ #include <assert.h> #include <pthread.h> #include <stdatomic.h> // Memory barriers void dmbld(); void dmbst(); void dmbsy(); void isb(); atomic_long vars[3]; atomic_long atom_1_X0_1; atomic_long atom_2_X0_1; atomic_long atom_3_X0_1; atomic_lo...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
e3994fb2927635a941a76d63d19c8fdf78496cfe
4cba6096a61c0ccda0adfa0e3de6b9402c93a005
/gimp/data/blueprints/back/usr/include/linux/tc_act/tc_bpf.h
2b0510cc28fa41a0ec45d02a9436e15fdaee7c2f
[]
no_license
StanfordSNR/gg-results
da3de3ce52235c187c6178b0ceab32df2526abf5
16ac020603e4b1ef96b2d8c27d1683724cbb30b8
refs/heads/master
2021-08-06T16:11:06.747488
2019-01-05T21:41:24
2019-01-05T21:41:24
103,858,663
1
1
null
null
null
null
UTF-8
C
false
false
219
h
// GGHASH:VvCsrbtbrwpnSV9WrBw5hCJ6zuVzqr3uiTRwjzhoeRBk00000314 #ifndef __LINUX_TC_BPF_H #define __LINUX_TC_BPF_H #include <linux/pkt_cls.h> #define TCA_ACT_BPF 13 #define TCA_ACT_BPF_MAX (__TCA_ACT_BPF_MAX - 1) #endif
[ "sfouladi@gmail.com" ]
sfouladi@gmail.com
701fa38592cf5e3d76a688ed427444b47ecf667d
d1043019f7ffd3c809268669b3621c606e7263ae
/firmware/tempfin/config_app.h
8aa9cc7b893adc29c2aa3203af340ea31083a5a3
[]
no_license
Kinen/TempFin1
d3f716785cc8c86cfbeae21b8c5c533d3dd599e5
4203c42b2fafe7bd9eb33159cad46e237bd405e1
refs/heads/master
2016-09-09T17:12:58.683208
2013-02-12T21:36:39
2013-02-12T21:36:39
7,425,946
1
0
null
null
null
null
UTF-8
C
false
false
6,546
h
/* * config_app.h - application-specific part of configuration data * Part of Kinen project * * Copyright (c) 2010 - 2013 Alden S. Hart Jr. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FO...
[ "alden08@harts.org" ]
alden08@harts.org
c4c070aedb3997d6817a5280ebd11ce4b800928d
224973b0f53990ff2e1271c4588b6cd2186d6d49
/llc_90/tides_exps/pkg_tides/TIDES_OPTIONS.h
22beddc09b2e8868b7887c852c90aeb3c3fe24ba
[]
no_license
MITgcm-contrib/llc_hires
4f0ea0ac0f06e5818214924f530051c0c6369b88
21b31bb53d36f4228d296d6bfd50a155692e97fe
refs/heads/master
2023-06-22T05:42:53.810527
2023-06-21T20:24:41
2023-06-21T20:24:41
246,711,175
15
9
null
null
null
null
UTF-8
C
false
false
302
h
C CPP options file for TIDES C Use this file for selecting options within package tides #ifndef TIDES_OPTIONS_H #define TIDES_OPTIONS_H #include "PACKAGES_CONFIG.h" #include "CPP_OPTIONS.h" #ifdef ALLOW_TIDES C Place CPP define/undef flag here #endif /* ALLOW_TIDES */ #endif /* TIDES_OPTIONS_H */
[ "hong.zhang@jpl.nasa.gov" ]
hong.zhang@jpl.nasa.gov
25d1efea5715427cb860a98b46275a284db8a131
0394c0e03c0dd0ec051491f54e331a2f8fc0a4cf
/can_handling.c
02a748b28ec7e2c39258497919609e460b7187a2
[]
no_license
dawg91/CanInterruptHandling
a50802e07a8c01f2a31bc409f009161818aec0de
06933a3d298294e9254d10e0c42ffc3483975ad5
refs/heads/master
2021-01-09T20:19:16.548780
2016-07-27T12:30:50
2016-07-27T12:30:50
64,306,453
0
0
null
null
null
null
UTF-8
C
false
false
7,374
c
/** * @file can_handling.c * * @author Tobias Groll */ #define STM32F1 //libopenstm32 includes #include <libopencm3/stm32/can.h> #include <libopencm3/stm32/f1/gpio.h> #include <libopencm3/stm32/nvic.h> #include <libopencm3/stm32/f1/rcc.h> #include <libopencm3/stm32/f1/scb.h> //config include #include "can_config....
[ "j_pawlak14@cs.uni-kl.de" ]
j_pawlak14@cs.uni-kl.de
e807e10a54b55ba865899700ede176caefcaf3c8
0c9fb0f8fd28e343ecdff63e7f3b5153cf129e01
/olvidado.c
5b9dd7b81723a162b0921e2b5b5fc553a8159cc1
[]
no_license
Danzek7/Estructura-de-Datos-en-C
819c909b3cbc0161f57a1acbd0050b3931cee666
55eee9f414bdeba929b8d54be6db4cf622c70cfe
refs/heads/master
2020-03-31T23:32:11.377195
2018-10-11T21:49:30
2018-10-11T21:49:30
152,659,489
0
0
null
null
null
null
UTF-8
C
false
false
744
c
#include <stdio.h> #include <stdlib.h> typedef struct Nodo{ int dato; struct Nodo* sig; }Nodo; Nodo* empilar(Nodo* , Nodo* ); Nodo* crearNodo(); void mostrar(Nodo* ); void main(){ Nodo* tope; Nodo* p; Nodo* nuevo; int i; tope=NULL; for(i=1;i<4;i++){ nuevo=crearNodo(); printf("\nEl nodo %i es igual a:...
[ "tekxdan@gmail.com" ]
tekxdan@gmail.com
3a41c6e2a4307fa8a54038905d53a5f8c40987db
221f5db29a8b39ae4fd78f1ac58e8c7cb983b2c2
/iree/hal/local/sync_device.h
8990d356cf7d0718d47ec1905da5237615abf8cc
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "LLVM-exception" ]
permissive
qingyunqu/iree
cc2b7e4a9a6fd4839790a3182456c019c993a313
1cc4e6668f227c2c9f0d757342a7882fca4cb8ee
refs/heads/main
2023-08-14T14:27:40.745938
2021-10-15T02:09:26
2021-10-15T02:09:26
379,854,572
0
0
Apache-2.0
2021-06-24T08:21:38
2021-06-24T08:21:37
null
UTF-8
C
false
false
1,410
h
// Copyright 2021 The IREE Authors // // Licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception #ifndef IREE_HAL_LOCAL_SYNC_DEVICE_H_ #define IREE_HAL_LOCAL_SYNC_DEVICE_H_ #include "iree/base/...
[ "noreply@github.com" ]
qingyunqu.noreply@github.com
2d549130bab69d4780d1a042024e93e60898b3d6
1760d5f4d82a3919edd9593c77651d9294094faa
/sam0/drivers/sercom/spi/spi.c
e2d7de54c90b4b73fd82f6b4df5d95b1b82532fe
[]
no_license
irvifa/asf
7f3c84c9e1408f6cd205160d6084cfe298196395
d40002e7e91e7b893c67ef7b9be01c7298613643
refs/heads/master
2021-05-28T02:59:56.143729
2014-12-25T05:12:48
2014-12-25T05:12:48
null
0
0
null
null
null
null
UTF-8
C
false
false
34,509
c
/** * \file * * \brief SAM D20/D21 Serial Peripheral Interface Driver * * Copyright (C) 2012-2014 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that th...
[ "SYSTEM@.corp.atmel.com" ]
SYSTEM@.corp.atmel.com
680a8059a21247d0de686802d2e43594de7b2f6d
01aa8cbe1391a5a6370539193d04fb0e97e4ec7e
/lcstest_20190915.c
c32f82546ebe2a5ff72e3ee63946eddeeb677f78
[]
no_license
wollmers/c-lcs-bv
3811b46955dfbd74a1d1021329b1caeb36c5dcac
24c8405f9a394a7f1b512690cae1f50b52e79bad
refs/heads/master
2021-01-10T01:55:25.846763
2019-11-17T14:02:43
2019-11-17T14:02:43
49,818,785
1
0
null
null
null
null
UTF-8
C
false
false
17,884
c
#include <stdio.h> #include <time.h> #include <string.h> #include <stdlib.h> #include <nmmintrin.h> typedef enum { DIFF_MATCH = 1, DIFF_DELETE = 2, DIFF_INSERT = 3 } diff_op; typedef struct { short op; int off; /* off into s1 if MATCH or DELETE but s2 if INSERT */ int len; } diff_edit; typedef struct { vo...
[ "helmut@wollmersdorfer.at" ]
helmut@wollmersdorfer.at
29a002121a74bfdb417be46280c0af7140a9a898
e65ad30810b50cc6d0f019ebc7335790df0021c3
/week-08/day-4/Displaying_temperature/main.c
a5d83c1c4c364fb3621835ab0b5727dbb02d8a2a
[]
no_license
green-fox-academy/tothlilla
1e4956d1cbb47e2311e244a5a5fdddc8c79cc8a8
d547baad4b447df8c12bf212e63f49164bc1cf1f
refs/heads/master
2020-04-16T18:57:25.033817
2019-04-08T18:20:13
2019-04-08T18:20:13
165,841,394
0
1
null
null
null
null
UTF-8
C
false
false
6,081
c
/** ****************************************************************************** * @file main.c * @author Ac6 * @version V1.0 * @date 01-December-2013 * @brief Default main function. ****************************************************************************** */ #include "stm32f7xx.h" #incl...
[ "45636466+tothlilla@users.noreply.github.com" ]
45636466+tothlilla@users.noreply.github.com
0e30e0dd7a75dd4c4584bde70a006c02e514a30b
1302ea9d143e0a112d0a0eb14c76bf2a1804a68e
/testprograms/430.c
d8da14c4645aa086c157a87132ac4ef4794b1170
[]
no_license
tangyixuan01/DIPROM
14d8d582f3c2dec511a58704d231b537f81aa4fb
668ccc49bc170280878cd0310d782f5ea7725fb7
refs/heads/master
2023-06-23T21:03:50.172828
2021-08-05T09:31:09
2021-08-05T09:31:09
390,763,124
1
0
null
null
null
null
UTF-8
C
false
false
948
c
#include <stdint.h> #include <stdarg.h> #include <stdlib.h> int16_t s_0 = 0x0; static volatile uint16_t us_1 = 0x0; static volatile uint16_t us_2 = 0xBE74; static volatile uint64_t uli_3 = 0xF7BB9D6B93F2C33D; static volatile int32_t i_4 = 0x0; static volatile int32_t i_5 = 0x0; static int64_t li_6 = 0xF9FA76EE6E619FE0;...
[ "1332822759@qq.com" ]
1332822759@qq.com
e1896a01f18192e18e5483c899fa1c4cea91dd89
e642dc82ba3293b9b47e8d9a34190b385724420f
/Lab_3/Generated_Code/CI2C1.h
e3cac0d37ffc2c9b961f464bd1dc62562c79ab38
[]
no_license
tremainhansen/CC3501-Labs
254364dc84452f1fd7305f4dfb3d42649d9cc499
a38f40e8db0e270ad88310d9b65ab8396ec44a81
refs/heads/master
2020-03-23T14:55:35.030854
2018-08-22T06:12:22
2018-08-22T06:12:22
141,708,583
0
0
null
null
null
null
UTF-8
C
false
false
21,110
h
/* ################################################################### ** This component module is generated by Processor Expert. Do not modify it. ** Filename : CI2C1.h ** Project : Lab_3 ** Processor : MK20DX128VLH5 ** Component : InternalI2C ** Version : Component 01.287, Drive...
[ "tremainhansen@users.noreply.github.com" ]
tremainhansen@users.noreply.github.com
880465d1a169e0e5390f681e524984c97cae84d8
8121b623f1dff002a7cc38ef4333f73cd6a7daf2
/04/ft_itoa_base.c
28303ccacadf0db3155f388bc272deb0150ee574
[]
no_license
moonlightcrystal/exam
1120ff60ec9cd77b9b8339d6452280c9e1edc386
62d9a27d15d2f87f2bfbb26f50bfbfa350f29319
refs/heads/master
2020-07-03T05:23:18.717703
2019-08-22T20:06:18
2019-08-22T20:06:18
201,798,390
0
0
null
null
null
null
UTF-8
C
false
false
1,587
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_itoa_base.c :+: :+: :+: ...
[ "weloveyoucris7@gmail.com" ]
weloveyoucris7@gmail.com
74fe283fccec436219d54c4cb286aacbad6edb6a
33c7ff87e69115d033f677a38ca8c6644adeb357
/factorial.c
d41589b7955f5d922f34e3bc05035c3c50aa009e
[]
no_license
ananya2709/codekata
7bea64ccc1a9706ab325b70f008c62e32da37bd3
b2f63f6ea46947508bea60f3c96780922362fd60
refs/heads/master
2020-04-08T10:47:28.547966
2019-08-31T08:01:46
2019-08-31T08:01:46
159,282,362
0
0
null
null
null
null
UTF-8
C
false
false
163
c
#include <stdio.h> int main() { int n,i,fact=1; scanf("%d",&n); for(i=1;i<=n;i++) { fact=fact*i; } printf("%d",fact); return 0; }
[ "noreply@github.com" ]
ananya2709.noreply@github.com
c1ef5f95cc2216ccfe936b18aefa3e112f2e545f
7d71acdf6e8954452ce0910c229ce866ad373efd
/FINAL_HAT_CODE/Keypad.c
afaa2a12b59b45987bc5158843d7fa6d53db48d9
[]
no_license
cverbitzki/SeniorProject
1a432074634b2695dec4c366853dca6a874fa774
b6896ad9798d25e56267abe36152e82850f4f3d0
refs/heads/master
2020-12-24T07:45:17.606666
2017-03-06T21:58:13
2017-03-06T21:58:13
58,071,607
0
0
null
null
null
null
UTF-8
C
false
false
3,406
c
/* Keypad.c */ /* Christopher Verbitzki */ /* 28 OCT 2016 */ #include "Keypad.h" #include "Pin_init.h" /* Initialize Pins connected to Keypad Columns */ void Col_init(void) { DDRD = 0xF0; // Bits 0,1,2 are keypad columns PORTD = 0x0F; // Pullups are set for bits 0,1,2 _delay_ms(1); } /* Initialize Pins connec...
[ "christopher.verbitzki@maine.edu" ]
christopher.verbitzki@maine.edu
1bb98a8b00f6e3a18872e14bf1a65cc146876cdb
65b30f3a45fa3ed3d18c900b68242efbda0b44ed
/Learn/C语言基础算法/120-169. 等c4droid不支持的代码/218.功能强大的文本编辑器/FINDREP.C
e039c64daa8599d1aa95e378555ef363411c2d92
[ "MIT" ]
permissive
fujun750/c4droid-code
c4cf5c7df0f5f2e8b9bac1af40b7fea69fe6a484
794538264c33ea139b034a8871c261fff6a3e1c8
refs/heads/main
2023-04-20T17:33:20.159292
2021-05-12T10:10:27
2021-05-12T10:10:27
399,100,744
1
0
MIT
2021-08-23T12:46:59
2021-08-23T12:46:59
null
GB18030
C
false
false
43,456
c
#include "tdestr.h" #include "common.h" #include "tdefunc.h" #include "define.h" /* * Name: get_replacement_flags * Purpose: To input find and replace flags. * Date: June 5, 1991 * Passed: line: prompt line * Returns: OK if flags were entered, ERROR if user wanted to abort */ int get_replacement_flag...
[ "736226400@qq.com" ]
736226400@qq.com
cf7fff2010c0718696b37c45ecccdffeaf404c8d
66ce43f6498a02b685abe731c5356e85a75d92bc
/PAP 8 RIZKI DWI MARTANTO A11.2018.11468/Tugas 6/main.c
78a86273343613ed2fad1db7fbdc099a330e8627
[]
no_license
rizkidwimartanto/Tugas-Alpro-Semester-2
3d909b59c67bc5907463c5b9d550e903e293721c
3d12ea4ab012c4cd80fa08bd0de4b5e075660948
refs/heads/master
2023-04-06T18:35:15.984334
2021-04-11T15:07:18
2021-04-11T15:07:18
356,899,185
0
0
null
null
null
null
UTF-8
C
false
false
337
c
#include "pustaka.h" int main() { int data1[] = {12,15,1,23,44,21,30}; int data2[] = {19,16,22,15,9,28,11}; int data3[] = {41,29,9,14,6,5,22}; printf("Mean 1 = %.2f\n", rec_mean(data1, 0, 7)); printf("Mean 2 = %.2f\n", rec_mean(data2, 0, 7)); printf("Mean 3 = %.2f\n", rec_mean(data3, 0, 7)); ...
[ "rizkidwimartanto@gmail.com" ]
rizkidwimartanto@gmail.com
00389c3ad11ae7b93dc4628737d3f7db57a4a5db
2b20b7cc34050ddac4ea17b1473a6836389e0581
/globals/encoding.h
febe0bda7ae7d8a90ec428e2ed844d68dc193db5
[]
no_license
SampaioFelipe/inids
eb757ea881870a1afd3d2118a2ecb74476234855
69e3b4ac6577d6168673ceffa699364a0a02860b
refs/heads/master
2021-05-12T11:32:51.675801
2018-03-06T16:18:29
2018-03-06T16:18:29
117,390,842
0
0
null
null
null
null
UTF-8
C
false
false
933
h
#ifndef INIDS_ENCODING_H #define INIDS_ENCODING_H #include <stdint.h> /* * Defines the default encoding for the antigens and antibodies (data format) * -> Antigens are the data we want to classify * -> Antibodies are antigens detector */ /* * Our antigen will be a network flow between two machines */ struct an...
[ "sampaio.motion@gmail.com" ]
sampaio.motion@gmail.com
aaf32aff69062a49d2dc638b748a36ae342e69e2
fb6469815ca3bf4c07969c3ff5484f39f4b37f8b
/src/driver/stm32_drv_rtc.h
c28baa2b5fccceb3fd2ab6535c663240c3d95365
[]
no_license
ms-rtos/bspstm32f4xx
d2587aad0b6f281f3317fb937499724acf92eab8
59582ee4e0b489908b171f7ec1bbad6855ce5ccd
refs/heads/master
2023-07-02T01:59:02.482201
2021-08-02T05:16:56
2021-08-02T05:16:56
271,018,642
2
4
null
null
null
null
GB18030
C
false
false
2,307
h
/********************************************************************************************************* ** ** 北京翼辉信息技术有限公司 ** ** 微型安全实时操作系统 ** ** MS-RTOS(TM) ** ** Copyright All Rights R...
[ "jiaojinxing@acoinfo.com" ]
jiaojinxing@acoinfo.com
90dc8d22e2185185425fb48e45e948e6b734940a
40699215eb5bef7784da77889d431f6b2abafe6b
/C Program/storage_class.c
730e410d19bd6e3f16bcfbef840468a5503e2289
[]
no_license
pranjal-gupta1999/Programming
4222da07d6fae7243e7e7cd7b990098134ddcfc6
a96b85db66f65a6e7cf1298872db9c2776175c6e
refs/heads/master
2022-12-22T07:53:24.105490
2020-09-26T09:05:48
2020-09-26T09:05:48
286,324,308
0
0
null
null
null
null
UTF-8
C
false
false
1,228
c
/* storage class defines the scope, default initial value and lifetime of variable stoarge class are divided into 4 storage types -- 1. Automatic storage class and variable- all variables are by default automatic. eg. int m; auto int m; lifetime: till end of function scope: local default initial value: uniniti...
[ "pranjal1999july@gmail.com" ]
pranjal1999july@gmail.com
4078ef44a09d7f80f64a3070b2747a332798c599
3bfdd2152ebfbc02f909795a59d89a4e1ff28118
/src/C/first_opengl_program.c
6ca4c08799d8cb99d4125b73c74dcfa3cb12b71e
[]
no_license
luuthanhvan/Advance-Computer-Graphics
86f5886d9f393571e49368e60578bc3f2d2dae98
983345609d7e4b5eee008faa7b11e15aef4b9817
refs/heads/master
2023-04-28T16:19:47.383884
2021-05-12T07:49:29
2021-05-12T07:49:29
333,640,074
0
0
null
null
null
null
UTF-8
C
false
false
2,289
c
/* Reference: https://www.youtube.com/watch?v=-j53hpiEUCc */ /* Compile: gcc -o output/first_opengl_program first_opengl_program.c -lGL -lGLU -lglut Run: ./output/first_opengl_program */ #include <GL/glut.h> void drawChessBoard(int left, int top, int size){ int length; GLfloat col = 0.0; length = size/8...
[ "thanhvanluu.3199@gmail.com" ]
thanhvanluu.3199@gmail.com
5a3f74580bff0b41803b8c48058175086e100310
2a1cb52f2e93e44e2faa3630d5add88f8dd71604
/model/source/verification/obcs_ctrl/code_ad/OBCS_OPTIONS.h
22687c92015dadd6988d9196e86e3a4d15d02bec
[]
no_license
lgloege/MITgcm-Lake-Michigan-tracer
e1a2f3722c942f326e1c54f2d7c7d230e3625954
2af37fd3c6046ba1043ad2c34d66422c3404a191
refs/heads/master
2020-03-28T00:02:07.758433
2019-09-17T14:09:49
2019-09-17T14:09:49
147,369,641
2
0
null
null
null
null
UTF-8
C
false
false
998
h
C $Header: /u/gcmpack/MITgcm/verification/obcs_ctrl/code_ad/OBCS_OPTIONS.h,v 1.2 2011/12/24 01:17:53 jmc Exp $ C $Name: $ C CPP options file for OBCS package C Use this file for selecting options within the OBCS package #ifndef OBCS_OPTIONS_H #define OBCS_OPTIONS_H #include "PACKAGES_CONFIG.h" #include "CPP_OPTIONS....
[ "gloege@ldeo.columbia.edu" ]
gloege@ldeo.columbia.edu
49713bda7874ac67ce9b9ddd94e787993c1ae242
b27dc60c8f9b810b3791c5d053d7d7954928cba9
/client/sorter_client.c
d12f08a4f8456eae5e7591ce59f8e6ecc8944571
[]
no_license
Shareefa/cserver
5a505d2b57db6be8528d866ed7c298d085a4cf70
9cccc996c8a493b1d788924a7da040d0578c93ce
refs/heads/master
2021-08-29T18:57:18.319815
2017-12-14T03:41:17
2017-12-14T03:41:17
113,923,359
0
0
null
null
null
null
UTF-8
C
false
false
9,379
c
#include <stdio.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> #include <string.h> #include <dirent.h> #include <stdlib.h> #include <strings.h> #include <unistd.h> #include <pthread.h> #ifndef what #define what #include "sorter_client.h" #endif #defi...
[ "hkc33@mediator.cs.rutgers.edu" ]
hkc33@mediator.cs.rutgers.edu
d89f6a0363e401ac661041029e3039769a1fbd89
c8b8ae3327a5c3a200589fa902c5d4ad0febeb24
/c00/intra-uuid-1931b020-846e-4c85-9d15-400c6f887a16-3627665/ex02/ft_print_reverse_alphabet.c
71744c4ccbcb6d2d6d0d5311fcaddb63fb46818b
[]
no_license
TheBaas/Piscine42
7d46e889eacb43c46e8eb83e519a2d30a810ac18
1470dbc0ec568aa3f0b1d5dab515f58f059b0844
refs/heads/main
2023-07-03T03:05:35.979039
2021-07-29T20:20:26
2021-07-29T20:20:26
389,745,482
0
0
null
null
null
null
UTF-8
C
false
false
133
c
#include <unistd.h> void ft_print_reverse_alphabet(void) { char l; l = 'z'; while (l >= 'a') { write(1, &l, 1); l --; } }
[ "noreply@github.com" ]
TheBaas.noreply@github.com
3793c5fce504923f32891e96ab2ae3f91030ae91
05e4fafae996dee7bb6377af0695cbdcb4d99f4a
/chap7/722.c
c5390df8c7fb5cd1216abf8b274f1766efbc762b
[ "MIT" ]
permissive
ypq-ucas/UCAS-2020Data-Structure
b01006586b0cc1a23a0aaf4bafff3d603f41202b
288c105bae753c97611ae183a1adba9b4b95573b
refs/heads/master
2022-11-20T00:32:25.140428
2020-06-26T15:25:57
2020-06-26T15:25:57
275,184,052
7
1
null
null
null
null
UTF-8
C
false
false
2,190
c
#include<stdio.h> #include<stdlib.h> struct map{ int data; struct map*next; }; int numbersgetline(int s[]){ int c,i; int j = 0; int state = 1; int number = 0; for(i = 0;(c = getchar())!=EOF&&c!='\n'&&c!=';';++i){ if((c<='9'&&c>='0')&&c!=','){ if(c=...
[ "noreply@github.com" ]
ypq-ucas.noreply@github.com
aeb630ee0c9735371f9c9809dfd677eaee00c9a3
4e44c8572158a0d05614413c8a63e1e968912733
/source/libs/firefly_blecast/src/firefly_blecast.h
d7d8fe489dc7dca1262f9838202ba351aeb998be
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
Uxio0/wallet
3cbc8b51ce3087d227ebd42178f00e637cb1b976
7792f81938a8b6d48211d5b0e5ca7b2742f97f4d
refs/heads/master
2020-03-08T08:23:34.064519
2018-04-04T07:04:45
2018-04-04T07:04:45
128,021,118
0
0
MIT
2018-04-04T07:01:07
2018-04-04T07:01:06
null
UTF-8
C
false
false
2,353
h
/** * MIT License * * Copyright (c) 2018 Richard Moore <me@ricmoo.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights *...
[ "github@ricmoo.com" ]
github@ricmoo.com
05a6397507d1f6b1062a6482ce2f95330af3eba1
ba3d241bd2c7e56e41ab85c5e53d4dc89b2fea56
/Chapter-13/exercise13-15.c
1503daaabb26da3a1d6cc4939ddb03e3a3ee2bb2
[]
no_license
AHKerrigan/KingC
43d962dfbd0e8d484879d9dceb8cbb77bf1f3bf7
ab1bca4f307510d5c01d57aa4a18d6c3ff172952
refs/heads/master
2020-03-19T11:53:35.995716
2018-08-19T13:46:37
2018-08-19T13:46:37
136,483,209
0
0
null
null
null
null
UTF-8
C
false
false
463
c
/* Analyze the function f */ #include <stdio.h> #include <string.h> int f(char *s, char *t){ char *p1, *p2; for(p1 = s; *p1; p1++){ for(p2 = t; *p2; p2++){ if(*p1 == *p2){ break; } } if(*p2 == '\0'){ break; } } return...
[ "imor231@gmail.com" ]
imor231@gmail.com
36a152bbe6fb6b3dd2e79e95f76e49bb9c8db8a7
3eb9d874965474f390151ff750d691b97f5d9329
/ex8.2.c
7ce3d53b1fc79dd7486c48b79e02eb24261dfd47
[]
no_license
Beam1132/first-repo
6f9d3620eaf83e91bd4f440d62d2488a448b6b9c
5aeadaff75d957a76f29e662702ca67cd030971a
refs/heads/master
2020-06-02T10:19:45.450947
2019-06-13T08:57:35
2019-06-13T08:57:35
191,125,585
1
0
null
null
null
null
UTF-8
C
false
false
186
c
#include <stdio.h> int main () { int i ; for ( i = 1 ; i<40 ; i++) { if (i%3 !=0) printf("%d," , i); } if (i%3 !=0) printf("%d\n" , i); }
[ "noreply@github.com" ]
Beam1132.noreply@github.com
8f94e97225e873fb5599b2829602be50e4cab310
29e4940ab12f2c12a7cbbf52706cb82696a965af
/source/ppm/tgatoppm.c
f46eafed1150ca44dd436bd549caed9b08dfa579
[ "MIT" ]
permissive
OS2World/APP-GRAPHICS-PBMPLUS
b167e1332ce68db106dcc91555c3b4c564f288ff
35dd5292a2924deee9bcaa9f4eb1f1deac3d8525
refs/heads/master
2016-09-05T16:20:32.074051
2013-11-21T17:53:46
2013-11-21T17:53:48
null
0
0
null
null
null
null
UTF-8
C
false
false
9,657
c
/* tgatoppm.c - read a TrueVision Targa file and write a portable pixmap ** ** Partially based on tga2rast, version 1.0, by Ian MacPhedran. ** ** Copyright (C) 1989 by Jef Poskanzer. ** ** Permission to use, copy, modify, and distribute this software and its ** documentation for any purpose and without fee is hereby gr...
[ "martiniturbide@gmail.com" ]
martiniturbide@gmail.com
e0c6f65081e7aae71ebb0a32cca64ee94ddfe63e
fa04d2f56c8d4ebfb931968392811a127a4cb46c
/trunk/Cities3D/src/ModelCore/ModelExport.h
b7a8da335ab1ef274ed1c154032e7b089169f14b
[]
no_license
andrewlangemann/Cities3D
9ea8b04eb8ec43d05145e0b91d1c542fa3163ab3
58c6510f609a0c8ef801c77f5be9ea622e338f9a
refs/heads/master
2022-10-04T10:44:51.565770
2020-06-03T23:44:07
2020-06-03T23:44:07
268,979,591
0
0
null
2020-06-03T03:25:54
2020-06-03T03:25:53
null
UTF-8
C
false
false
1,286
h
/* * Cities3D - Copyright (C) 2001-2009 Jason Fugate (saladyears@gmail.com) * * 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) *...
[ "saladyears@gmail.com" ]
saladyears@gmail.com
43d4ba0bc11c5d88455d58b5ff2e48112999ef8e
e5f4c339900c2a7d2c4254449dc5cebbed0064ae
/ideal.c
127b00a32bb02383854b3e3ea636d52be7170d47
[ "MIT" ]
permissive
an-ideal-language/new-ideal
d6a3c9420b10d0c3919b489fc5543fab14b99f1e
c524b54d4befbfaac4b3bf664c8e4a5e997f9327
refs/heads/main
2023-01-02T16:27:21.430894
2020-10-27T14:47:51
2020-10-27T14:47:51
306,433,084
0
1
null
null
null
null
UTF-8
C
false
false
4,171
c
#ifndef lint static char *sccsid ="ideal.c (CWI) 1.1 85/03/01"; #endif #include "ideal.h" #include "y.tab.h" boolean dbg = FALSE; int when_bug = 0; const char *filename; int lineno = 0; char libstr[50]; boolean radflag = FALSE; BOXPTR boxlist = NULL; static void act (LINEPTR); int main(int argc, char * argv[]) { ...
[ "rvclayton@acm.org" ]
rvclayton@acm.org
ab97026db0fce6a88ab77cf39a83304d502fbe98
c6afbc12580474852dae34bb00c72980494476bc
/client.c
ae1d5820cfcc5cb07f8e7b173cad054dc2a25af9
[]
no_license
b1tst0rm/ruptime
e4bc223c0346894fc39640fa034fff139286ed31
9ada0d8d9cd727e784809ab1036f3e573d1acb23
refs/heads/master
2020-03-28T20:25:45.939281
2018-10-03T04:01:11
2018-10-03T04:01:11
149,069,383
1
0
null
null
null
null
UTF-8
C
false
false
1,582
c
#include <stdio.h> #include <sys/socket.h> #include <stdlib.h> #include <arpa/inet.h> #include <string.h> #include <unistd.h> #define PORT 44444 int main(int argc, char const *argv[]) { struct sockaddr_in address; int sock = 0, valread; struct sockaddr_in serv_addr; char *message = "upt...
[ "dlimanow@iastate.edu" ]
dlimanow@iastate.edu
dcfd6f4e1c4054ac0a2d99e27fc06d1d5ab61caf
126bf7e785595d868acc22b1adc18ab6fc5cec0e
/Datastruct/邻接矩阵.c
622b3e912562d6aa73502c72b9a3f52569d2fad3
[]
no_license
kids0cn/leetcode
2977d9190affd1b4f288d1bcf7e020f7119cd7f9
37d7c428b783a4548550d65ef7efc921dde05df7
refs/heads/master
2022-12-22T17:24:22.682792
2020-09-28T02:37:55
2020-09-28T02:37:55
288,336,054
0
0
null
null
null
null
UTF-8
C
false
false
1,811
c
#include <stdio.h> typedef char VertexType; typedef int EdgeType; //权值 typedef int Boolean; #define MAXVEX 100 #define INF 65535 /* 定义邻接矩阵的结构 { 顶点表:一维数组 边表:二维矩阵 } */ typedef struct{ VertexType vexs[MAXVEX]; EdgeType arc[MAXVEX][MAXVEX]; int numVex,numEdge; //当前图的定点数和边数 }MGraph; //创建无向图 void Cre...
[ "kids0cn@gmail.com" ]
kids0cn@gmail.com
ac4e9cf11b97f0b7ca6f4c62c92b25b3c62a7d7d
3c02e58cd1f4815827093a0342518d515f2cdc4a
/src/map/itemdb.c
212ee20b9393ef6e851e00cea0e033488f928408
[]
no_license
ranfs/fa6d4ae1781f9a68f1a4d5
34a8da1d8a593cdccfcf890a3d1d2ff2422c1175
a5e1a03cd7c7b2b5b2de6432371c2a333d885d34
refs/heads/master
2016-08-03T17:57:25.412820
2013-01-27T05:26:01
2013-01-27T05:26:01
null
0
0
null
null
null
null
SHIFT_JIS
C
false
false
37,221
c
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL // For more information, see LICENCE in the main folder #include "../common/nullpo.h" #include "../common/malloc.h" #include "../common/showmsg.h" #include "../common/strlib.h" #include "itemdb.h" #include "map.h" #include "battle.h" // struct battle_config #i...
[ "jo.segois@hotmail.com" ]
jo.segois@hotmail.com
79cc08fa99967201ad74d3c492022a706f5d92ca
a0f55e31c92c31832fbe074038f07b8f8726425b
/单片机/新概念51单片机C语言教程/书后例程/第三篇例程/part3.2/part3.2.2.c
cf6cb16c3f8b20db5ba6fb2c167533764b4dbe77
[ "MIT" ]
permissive
jjc521/E-book-Collection
7533717250395a8b81163564eef821e66bae5202
b18bf6630bf99b7bf19b4cc4450b67887f618d31
refs/heads/master
2023-03-15T23:48:49.018347
2019-08-30T07:26:01
2019-08-30T07:26:01
206,090,622
2
2
null
null
null
null
WINDOWS-1252
C
false
false
338
c
#include<reg52.h> #define uchar unsigned char #define uint unsigned int void delayms(uint xms) { uint i,j; for(i=xms;i>0;i--) //i=xms¼´ÑÓʱԼxmsºÁÃë for(j=110;j>0;j--); } void main() { SM0=1; SM1=0; TB8=1; EA=1; ES=1; TI=0; while(1) { SBUF=0xaa; delayms(1); } } void ser0() interrupt 4 { T...
[ "907097904@qq.com" ]
907097904@qq.com
76d55b8c80f7e6fcf9f0057e3fdcd68eab1100da
fef2f695b4e952cb6327ab2eb65650b2f31c0e83
/common.h
e493e79af2956cf56f653e5b544402050d1177cd
[ "MIT" ]
permissive
pvvovan/stm32-timer-adc-dma
169bf0401b9dc0999928ecde01d27e65287c1386
1c67fdbca3cded2f99bdacc0c13877bb3d78c853
refs/heads/main
2023-09-04T02:26:20.354160
2021-11-04T10:02:17
2021-11-04T10:02:17
423,945,730
0
0
MIT
2021-11-02T17:55:02
2021-11-02T17:55:01
null
UTF-8
C
false
false
501
h
#pragma once #include <stdio.h> #include <stdbool.h> #include <stdint.h> #include "bsp-nucleo.h" // Configuration shared among all examples. void common_init(bool use_button); // 1 kHz SysTick count. extern volatile uint32_t systick_count; // User button pressed? extern volatile bool button_pressed; // Print to ST...
[ "ian@skybluetrades.net" ]
ian@skybluetrades.net
a71aa59bdf9790e9c4425e9c6d659b2a4b846659
da3dde37cfab6ac43640f13b08e6de9e90070f9c
/include/gtksourceview-3.0/gtksourceview/gtksourcestyle.h
f0779541930a55718d960dc93de7a7f2cd68dca2
[]
no_license
codenotes/gtk2-gtk3-sdk-2.24.30-3.20.2-2016-04-09-ts-win64
27ca673a945c76bd9ace095c510e703b52ddc9f7
952b68aebdf1c41e856db8a2f7efd120485ae9eb
refs/heads/master
2020-12-25T14:58:10.876852
2016-09-08T18:19:25
2016-09-08T18:19:25
67,728,820
1
0
null
null
null
null
UTF-8
C
false
false
2,032
h
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8; coding: utf-8 -*- * gtksourcestyle.h * This file is part of GtkSourceView * * Copyright (C) 2003 - Paolo Maggi <paolo.maggi@polito.it> * * GtkSourceView is free software; you can redistribute it and/or * modify it under the terms of the GNU Le...
[ "gbrill@infusion.com" ]
gbrill@infusion.com
f4ddbd2bedf0b9c3a3587e767a452d4360e07504
f34a4d27a97db646949c25a9dbe3e46df3847653
/kthread.c
51eb7b9fd773a51fd9a40b7e7bb0cc7fa6401715
[]
no_license
devinpohly/csci455-project2
7d6e259cfda94b5f015cdd7a45cffee01f49411d
31a21bca5a18547aaa80bfb64f5997996a2bf66a
refs/heads/main
2023-05-30T04:31:10.897900
2023-05-05T15:38:29
2023-05-05T15:38:29
173,784,056
1
3
null
null
null
null
UTF-8
C
false
false
3,557
c
#include <stdlib.h> #include <pthread.h> #include <semaphore.h> #include <errno.h> #define _GNU_SOURCE #include <unistd.h> #include <sys/syscall.h> #include "kthread.h" struct kthread_info { kthread_t tid; pthread_t thread; }; static struct kthread_info kthreads[MAX_KTHREADS]; static pthread_mutex_t kthreads_lock...
[ "djpohly@gmail.com" ]
djpohly@gmail.com
a720de4f1ed4ca4056ebe79ea85439c7be93863b
5d5b9a0ddca22a6daffd0ccceb843bbf9d727553
/test/server.h
9308e8df97354110f53abe0930668dea2676ae82
[]
no_license
Jackhein/ft_p
9bb610c5e2833728b473fbbe6665b41b61fd8900
a950a29ff40be1365572c5f4794686af2dde3a10
refs/heads/master
2021-01-10T16:27:05.047226
2016-01-25T03:17:36
2016-01-25T03:17:36
48,501,973
0
0
null
null
null
null
UTF-8
C
false
false
1,366
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* server.h :+: :+: :+: ...
[ "tbalea@e1r3p8.42.fr" ]
tbalea@e1r3p8.42.fr