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
be52ba9c7014fc7a065e22713940407f1f9bb946
9c1c50e40d0805b389ebfdd62b519b00cbf7793d
/0x08-recursion/5-sqrt_recursion.c
6b6cdfa77cd83b5d36424e2f2331b28edc7f58bc
[]
no_license
cylonj/alx-low_level_programming
d3f760803ae96f4628dfb0625751bd5e5be0c71e
99b4b7f71f509ffa76217e2ba6946108b842f31b
refs/heads/master
2023-06-19T19:50:48.041822
2021-07-13T17:35:52
2021-07-13T17:35:52
377,809,750
0
0
null
null
null
null
UTF-8
C
false
false
676
c
#include "holberton.h" int actual_sqrt_recursion(int n, int i); /** * _sqrt_recursion - returns the natural square root of a number * @n: number to calculate the square root of * * Return: the resulting square root */ int _sqrt_recursion(int n) { if (n < 0) return (-1); return (actual_sqrt_recursion(n, 0...
[ "jesseliula@gmail.com" ]
jesseliula@gmail.com
3764b791a6062b45adaac5f026b0a08caadb6b6b
914a0fffbe454cad1dafe1a656da8e312a7fe3c3
/hal/hal_btcoex.c
9f2b131994de4bdbc17302cb48768b85b72e078e
[]
no_license
dernyn/rtl8812au
1c5f38c94f8b90d9dedb9e0a8418ce906ca5c91d
5b7506037da74657bcb55bddc7e4c951544d3b1e
refs/heads/master
2021-08-26T09:11:47.087356
2017-11-22T18:42:31
2017-11-22T18:42:31
111,441,811
12
3
null
null
null
null
UTF-8
C
false
false
135,806
c
/****************************************************************************** * * Copyright(c) 2013 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU General Public License as * published by the Free So...
[ "gordboy@users.noreply.github.com" ]
gordboy@users.noreply.github.com
14e0f94cff7148f765da9e8d7b749d9d351026c3
6d698735ee5e6665e1daac7c8b5f14ac4c35ec26
/kernel/include/lock.h
d2660ce3de7e632e39e134fd09a002730835c6a1
[]
no_license
zixuanl/embd_lab4
ce48218b7da5d02a7f7b7ef5e2410871baaf1853
4286a9b29040f7127cd47d52f6b003b7087bb153
refs/heads/master
2020-05-29T11:40:59.448185
2013-11-25T23:07:39
2013-11-25T23:07:39
null
0
0
null
null
null
null
UTF-8
C
false
false
973
h
/** @file lock.h * * @brief Declaration of locking and synchronization primitives. * * @author Kartik Subramanian <ksubrama@andrew.cmu.edu> * @date 2008-12-01 * * Authors: Tianyi Huang <tianyih@andrew.cmu.edu> * Zixuan Liu <zixuanl@andrew.cmu.edu> * Jianan Lu <jiananl@andrew.cmu.edu> * Date: ...
[ "tyhcmu@gmail.com" ]
tyhcmu@gmail.com
9712a296f220340acce5529a8723fa97826ee9b6
0c846407b8c1356580208e2fff8c86e5e54f5b47
/original/CETI/tcas/rds/v26/1/bug26.cil.i.s2.t3_z1_c0.tf.c
612f54f4c4527dc2e38c46f67e36047f4fb54e11
[]
no_license
ymxl85/MRs-based-test-suite-for-APR
3522691bab1b8f126ed47ee930895e7b98a222a3
b6c6e7e027629fef00e737726161970760a2d560
refs/heads/master
2020-11-29T22:26:05.610363
2020-04-27T02:59:34
2020-04-27T02:59:34
230,019,140
0
0
null
null
null
null
UTF-8
C
false
false
34,757
c
/* Generated by CIL v. 1.7.3 */ /* print_CIL_Input is false */ #include "klee/klee.h" typedef unsigned int size_t; typedef long long __quad_t; typedef long __off_t; typedef __quad_t __off64_t; struct _IO_FILE; struct _IO_FILE; struct _IO_FILE; typedef struct _IO_FILE FILE; struct _IO_FILE; typedef void _IO_lock_t; str...
[ "jiang_my@126.com" ]
jiang_my@126.com
7c607c8e8284192d9a34ac9a8b780c8f829ec231
0a28b4ab3064169f49b8b4b449641988f7ad6a36
/third/lmongo/lua-mongo.c
464ed95c46e9306d379d37fbc0b5ce7423b38c44
[ "BSL-1.0", "MIT", "BSD-3-Clause", "Zlib" ]
permissive
lchannng/moon
df784c28952d325ee02679da8b20463e76d7779b
cd8877f6a7f8e3cf69282ed3eaa98dfc201195bf
refs/heads/master
2022-10-14T10:25:32.143612
2022-09-24T03:03:19
2022-09-24T03:03:19
234,513,929
0
0
MIT
2020-01-17T09:19:48
2020-01-17T09:19:47
null
UTF-8
C
false
false
5,688
c
//This file is modified version from https://github.com/cloudwu/skynet/blob/master/lualib-src/lua-mongo.c #define LUA_LIB #include <lua.h> #include <lauxlib.h> #include <stdint.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #define OP_COMPRESSED 2012 #define OP_MSG 2013 typedef enum { MSG_CHECKSUM_...
[ "hanyongtao@live.com" ]
hanyongtao@live.com
49f42070c3d6aa8bfc7be161ed83ce7825542ecb
eb40a068cef3cabd7a0df37a0ec2bde3c1e4e5ae
/dnn/include/hcc_detail/hcc_defs_prologue.h
e93eb410ccc80739ac70cc104e753fc69038d038
[ "Apache-2.0", "LicenseRef-scancode-generic-cla" ]
permissive
tpoisonooo/MegEngine
ccb5c089a951e848344f136eaf10a5c66ae8eb6f
b8f7ad47419ef287a1ca17323fd6362c6c69445c
refs/heads/master
2022-11-07T04:50:40.987573
2021-05-27T08:55:50
2021-05-27T08:55:50
249,964,363
1
0
NOASSERTION
2021-05-27T08:55:50
2020-03-25T11:48:35
null
UTF-8
C
false
false
478
h
/** * \file dnn/include/hcc_detail/hcc_defs_prologue.h * MegEngine is Licensed under the Apache License, Version 2.0 (the "License") * * Copyright (c) 2014-2021 Megvii Inc. All rights reserved. * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed ...
[ "megengine@megvii.com" ]
megengine@megvii.com
259a70479cf9abb83bb51957b853ffb6427dd912
c1ff870879152fba2b54eddfb7591ec322eb3061
/plugins/languageAPI/jsAPI/3rdParty/nodejs/10.1.0/source/deps/openssl/openssl/crypto/x509/x_name.c
0af5df5cfc4fc5750b01d7a739f1df8b8460f7cb
[ "ISC", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "Artistic-2.0", "NAIST-2003", "MIT", "BSD-3-Clause", "Zlib", "NTP", "LicenseRef-scancode-openssl", "ICU", "LicenseRef-scancode-unicode", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-free-unknown", "OpenS...
permissive
MTASZTAKI/ApertusVR
1a9809fb7af81c3cd7fb732ed481ebe4ce66fefa
424ec5515ae08780542f33cc4841a8f9a96337b3
refs/heads/0.9
2022-12-11T20:03:42.926813
2019-10-11T09:29:45
2019-10-11T09:29:45
73,708,854
188
55
MIT
2022-12-11T08:53:21
2016-11-14T13:48:00
C++
UTF-8
C
false
false
15,897
c
/* * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/lice...
[ "peter.kovacs@sztaki.mta.hu" ]
peter.kovacs@sztaki.mta.hu
faac417848995c30dd5fa0dc3b146aedc5434785
3e2d64f9ce6d9b892a303055f8592591e808e41c
/code/05/ex05/ft_strstr.c
b2a80abcce230f9655893ad82f14cb4257719a0e
[]
no_license
ch-ho00/42Code
9a528b8b27c8a3a96eff49bc0e7c6180128d1bd2
7cec5463946c19d40e08e520ca04eae9aadcffb6
refs/heads/master
2021-09-23T15:37:42.752477
2018-09-25T10:29:40
2018-09-25T10:29:40
null
0
0
null
null
null
null
UTF-8
C
false
false
328
c
char *ft_strstr(char *str, char *to_find) { int tmp; int i; if (!to_find) return (str); tmp = 0; while (str[tmp] != '\0') { if (str[tmp] == to_find[0]) { i = 1; while (to_find[i] != '\0' && str[tmp + i] == to_find[i]) i++; if (to_find[i] == '\0') return (&str[tmp]); } tmp++; } return...
[ "psbhchan@gmail.com" ]
psbhchan@gmail.com
1899e140e13e31e4ad91ef882ea1fc2f6de4fcf0
4220ef76ca6b95cd7795ec4109b1f101d51cbfda
/Patch 1.64/am_ammo_drop.ysc.c
147074fc52f7ef4ef7f678f676129c469e0e9c93
[]
no_license
Seanghost117/GTA-Decompiled-Scripts
3a7ee63775444dd1450959b1edad54f7d8a1fa11
88adbb8b9b4ca585b43afaa821a7008a7b5c4acd
refs/heads/master
2023-01-24T19:58:42.625633
2023-01-23T00:47:47
2023-01-23T00:47:47
227,721,058
4
6
null
null
null
null
UTF-8
C
false
false
112,124
c
#region Local Var var uLocal_0 = 0; var uLocal_1 = 0; int iLocal_2 = 0; int iLocal_3 = 0; int iLocal_4 = 0; int iLocal_5 = 0; int iLocal_6 = 0; int iLocal_7 = 0; int iLocal_8 = 0; int iLocal_9 = 0; int iLocal_10 = 0; int iLocal_11 = 0; var uLocal_12 = 0; var uLocal_13 = 0; float fLocal_14 = 0f; var uLoc...
[ "36561158+Seanghost117@users.noreply.github.com" ]
36561158+Seanghost117@users.noreply.github.com
57afb2a0058f24f153320afb3e52caca10d2e362
fbd75759a01d1cb99629bcf28773cf121f50744a
/main.c
ab03d2b4b969111261f1f6f98937ea5da5958292
[]
no_license
slapab/dpf_pressure_firmware
3f72b0fea822bfc18107381d89f6ed68f973d395
9d7967e1e7cda04297124705269c2d6cd904d452
refs/heads/master
2023-04-13T12:45:54.561646
2020-03-22T14:13:31
2020-03-22T14:13:31
249,178,003
0
0
null
null
null
null
UTF-8
C
false
false
6,143
c
/** * Copyright (c) 2016 - 2017, Nordic Semiconductor ASA * * 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...
[ "scott@localhost.localdomain" ]
scott@localhost.localdomain
b79ce3cf69fd531d342cd2de81beac2d89de23bc
5bc61b078b0df9d6034ab8339e2bd49f7fad4f79
/Classes/Native/mscorlib_System_Collections_Generic_Dictionary_2_Transform_1_8MethodDeclarations.h
7ed4517a22cb70df33b450b20b9107b5882afb26
[]
no_license
Marcurion/PureMac
326aceaa69ffe43903dc2e0f3a220a39699a8266
f84326c8739512970707f89ffd9f1d1330314f0f
refs/heads/master
2021-01-10T17:01:28.241337
2015-11-26T18:47:43
2015-11-26T18:47:43
46,941,200
0
0
null
null
null
null
UTF-8
C
false
false
2,576
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // System.Collections.Generic.Dictionary`2/Transform`1<System.Object,System.Int32,System.Object> struct Transform_1_t1518; // System.Object struct Object_t; // System.IAsyncResult struct IAsyncResult_t53; // ...
[ "marcurion@googlemail.com" ]
marcurion@googlemail.com
f29a79e449316a291203a1568c27f4834f79adbf
5d9bef9c048ddad5cecaff630bdd4cd1c6d81f3f
/Summation.c
97e40c8565c24a83e11f3979bb5ae3c7ce74bfca
[]
no_license
anutchai/Cprogramming
6343e0e0f6a30cce2fc80cbfd114c7c364a1cd24
61cae49f308d327e17fd53ae6f18e41a0d4754ed
refs/heads/master
2023-04-04T11:22:02.932184
2021-04-12T09:21:22
2021-04-12T09:21:22
328,904,227
0
0
null
null
null
null
UTF-8
C
false
false
224
c
#include <stdio.h> void main(){ int x,y,sum; printf("Value of x is : "); scanf("%d",&x); printf("Value of y is : "); scanf("%d",&y); sum = x + y; printf("Output is %d\n", sum); }
[ "anuschai.bsod@gmail.com" ]
anuschai.bsod@gmail.com
35b25e58f440382dbf0873a74eeb850dedba7c5e
138cbca484d96709595cac0853c943e4ec229dcc
/336-A/336-A-bug-6863058-6863063/336-A.c
508cdef74ac88d48e0a602d6901513c0386fe31c
[]
no_license
diogomfreitas/pySBFL
d5432ef720d362efc30342ca799df91e229e32bc
b346eff14dcbe4252a17ffc57b405b16f1716026
refs/heads/master
2021-10-16T10:58:50.898876
2019-02-10T21:18:24
2019-02-10T21:24:47
null
0
0
null
null
null
null
UTF-8
C
false
false
427
c
#include <stdio.h> int main(int argc, char *argv[]) { // your code goes here int x,y,t; scanf("%d %d",&x,&y); if(x<0 && y<0) { t=abs(x)+abs(y); printf("%d %d %d %d",-t,0,0,-t); } else if(x<0 && y>0) { t=abs(x)+abs(y); printf("%d %d %d %d",-t,0,0,t); } else if(x>0 && y<0) { t=abs(x)+abs(y);...
[ "diogom42@gmail.com" ]
diogom42@gmail.com
937b24592136d33a1423226b4e0623b42cecfa43
f34d1e522eaa0f5a3959ea926a4f273bcea253d5
/onboard/home/pkshin/include/cutils/sys/system_properties.h
5b4aa0975dfc799a65a6c13c8ed6409819a6dec0
[]
no_license
concurs-program/TFLite-aarch64-linux-with-delegate
639b70b6afa733ed06a3ed11569874773ec96dfc
d1144dc4e7b8637d2e20b30af3cdb173900c320f
refs/heads/master
2023-05-07T11:22:05.844004
2021-05-25T04:23:11
2021-05-25T04:23:11
null
0
0
null
null
null
null
UTF-8
C
false
false
3,846
h
/* * Copyright (C) 2008 The Android Open Source 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: * * Redistributions of source code must retain the above copyright * notice, t...
[ "pkshin@redwood.snu.ac.kr" ]
pkshin@redwood.snu.ac.kr
488759e90b17c50b453184a00242ff79d96bdae9
2ded5cf770a461ca53bafe91aa9629d5e1853ad7
/minishell2/srcs/builtins/cd/cmd_cd_options.c
35c2be3dd89009e3025e3dd51ce6bff1feae6bd2
[]
no_license
nicokla/42_C
bae31c8a66d7a6f8032c4e5a81e3157ff00de99a
57dc78c336e0fc796eb536d350e115321b553089
refs/heads/master
2022-04-16T10:09:01.501700
2020-04-15T18:11:06
2020-04-15T18:11:06
255,999,568
0
0
null
null
null
null
UTF-8
C
false
false
1,327
c
#include "builtins.h" /* ** Get right option for cd */ static int get_arg_final_option(char *str, char *opt) { int i; i = 1; while (str[i]) { if (str[i] != 'L' && str[i] != 'P') { *opt = str[i]; return (1); } else if (str[i] == 'L' || str[i] == 'P') *opt = str[i]; i++; } return (0); } /* ...
[ "nicolas.klarsfeld@gmail.com" ]
nicolas.klarsfeld@gmail.com
ee6b728b451718d36b204503ea75d52bbada9a42
0d74ff3b492f3580cc70037f6cd5171326bffabd
/diffAnalysis/scripts/AnFmsRp/FmsRpTreeReader.C
af1c8a58b51d9a648875a33458ec0cc4b5cbdc83
[]
no_license
cdxing/BrightSTAR
1b92566748da07b4c99a375a13f5893091a61e8d
832dfa2a7b03765d0de6676d54adff500e7aac34
refs/heads/master
2023-08-06T19:05:16.647724
2021-09-29T23:41:41
2021-09-29T23:41:41
null
0
0
null
null
null
null
UTF-8
C
false
false
390
c
// Filename: FmsRpTreeReader.C // Description: // Author: Latif Kabir < kabir@bnl.gov > // Created: Wed Nov 20 15:10:15 2019 (-0500) // URL: jlab.org/~latif void FmsRpTreeReader() { TFile *f = new TFile("/star/u/kabir/GIT/BrightSTAR/dst/FmsRpTreeMaker/RunFmsRpTreeMaker_16079017.root"); TTree *t = (TTree*)f->G...
[ "siplukabir@gmail.com" ]
siplukabir@gmail.com
7f4a89f21821f96445e4fd6a3716c2eab7136515
8089474460514b48b58a707e5beaa03019280c26
/Core/Inc/can.h
ee9e9aaccf005d37a10c9611b9cdc3b9521765f6
[]
no_license
HYOS-Systems/COMPASS_RSMS_F423
afc22d48bcd583971f28de938d29be2c71c64753
68216eb2e0449ab5db7f92d1be56eec61fd9ba88
refs/heads/master
2023-06-24T08:59:26.163196
2021-07-17T13:36:10
2021-07-17T13:36:10
386,933,239
0
0
null
null
null
null
UTF-8
C
false
false
1,412
h
/** ****************************************************************************** * @file can.h * @brief This file contains all the function prototypes for * the can.c file ****************************************************************************** * @attention * * <h2><center>&copy; C...
[ "bayram.stucke@hyend.de" ]
bayram.stucke@hyend.de
3e9c2fae1b01fa2494c198735506b655223266d0
f15f4c6c74fe0d21e29a8a3e19b944d8f963107c
/system/remove/remove.c
e9c83858fece964b30fa9727230b7e794499f60f
[]
no_license
shyheng/Shell
3778dbe213b9d3835de586f607670b7782b8eb24
af47a62ade0b3f38a402b2da478b0d239693ce19
refs/heads/main
2023-02-24T05:54:58.118998
2021-01-27T18:39:51
2021-01-27T18:39:51
330,185,334
0
0
null
null
null
null
UTF-8
C
false
false
166
c
#include <stdio.h> int main() { //使用remove删除文件 if(remove("./file.txt")==-1) { perror("out"); return -1; } return 0; }
[ "shy2210278285@aliyun.com" ]
shy2210278285@aliyun.com
e76a53ce8e14363301525037a9f452ea64c773a9
75182b141c11a15751091529e49324eee0e7a3ec
/source/CLICommand/CommandEventQueue.h
ce1a166c68bdb772dcbbd8aa60b079085e30b2f0
[]
no_license
ConradBraam/ble-cliapp-public
c44374586aa94a04198015739cd8d708a518cd3d
d09a455f7a0ad25628ad7b4c76874b1f4e6e67c8
refs/heads/master
2020-04-27T08:10:40.459351
2019-03-08T10:46:42
2019-03-08T10:46:42
174,161,405
0
0
null
2019-03-06T14:46:46
2019-03-06T14:33:53
C++
UTF-8
C
false
false
452
h
#ifndef BLE_CLIAPP_CLICOMMAND_COMMANDTASKQUEUE_H_ #define BLE_CLIAPP_CLICOMMAND_COMMANDTASKQUEUE_H_ #include "EventQueue/EventQueue.h" /** * @brief Returns the event queue used by the CLICommand module. */ eq::EventQueue* getCLICommandEventQueue(); /** * @brief Set the event queue which will be used by the CLIC...
[ "vincent.coubard@arm.com" ]
vincent.coubard@arm.com
cb5f671c23c6e0abf9609dd8ce26a6347f832e56
9de5549391df97ee009bf6b5371add6fdb128928
/EDLoop/EDLoop.h
ba6d935f327bcb6c04339cd213c4470402c4b05a
[]
no_license
yenpai/RCode
1636dffbee2c23db2f826b7594fa011fc24ff36a
3b0a7f15197485183b924ffa6903d21b7a67d842
refs/heads/master
2021-05-04T03:12:47.285761
2016-11-10T00:16:28
2016-11-10T00:16:28
71,470,257
0
0
null
null
null
null
UTF-8
C
false
false
909
h
#ifndef _EDLOOP_H_ #define _EDLOOP_H_ //#define EDLOOP_SUPPORT_LOGGER #include <stdint.h> #include <poll.h> typedef struct EDLoop EDLoop; typedef struct EDEvt EDEvt; typedef struct EDEvtInfo EDEvtInfo; typedef enum { EDRTN_ERROR = -1, EDRTN_SUCCESS = 0, EDRTN_EVT_BIND_IGNORE, EDRTN_EVT_BIND_NEXT, EDRTN_...
[ "yenpai.mis@gmail.com" ]
yenpai.mis@gmail.com
c8a8e96b1664add7cf462a3c6d8bdd5417022ec3
cbedae547c921977bfe92375e875938a75542b09
/src/libft/ft_isalpha.c
ca9197cb8718a47b44d89e02f64ad76c2c46d4a4
[]
no_license
maissa-b/21sh
9cff29c7e3c2ca7bb1a8f76a1aa2166ef8d04b53
0669131b3a90ab6205f5be6f3c3f9b119777010d
refs/heads/master
2021-01-21T15:13:22.638468
2017-05-19T18:59:45
2017-05-19T18:59:45
91,833,003
0
0
null
null
null
null
UTF-8
C
false
false
1,028
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isalpha.c :+: :+: :+: ...
[ "maissa-b@e1r11p5.42.fr" ]
maissa-b@e1r11p5.42.fr
9b63730b3c1e5a18907fbb434f7c4c6b97f982e3
aae80e402ad041f93213ae9efc2e1ff56a3b355d
/disassemble/libft/strings/ft_memmove.c
543f2b7a86e20bf551f76314fe55bcf7f0e987ac
[]
no_license
plagache/corewar
577dd33e8648d09fc1d7784892c4618fdc293118
db7f62447af70b60c18b54a2392d5c06eba90c43
refs/heads/master
2021-05-21T04:48:55.891399
2020-06-24T15:49:41
2020-06-24T15:49:41
252,549,966
1
0
null
2020-06-23T12:35:37
2020-04-02T19:40:06
C
UTF-8
C
false
false
1,265
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memmove.c :+: :+: :+: ...
[ "nabil.boufeldja@gmail.com" ]
nabil.boufeldja@gmail.com
093a2801431291ea65423b5c806407b7c2973d2f
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/net/vmw_vsock/vmci_transport_notify.h
7df793249b6cda01fa37ddd020510d5042999f55
[ "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "Apache-2.0" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
2,955
h
/* * VMware vSockets Driver * * Copyright (C) 2009-2013 VMware, Inc. All rights reserved. * * 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 version 2 and no later version. * * This progr...
[ "gamishev@gmail.com" ]
gamishev@gmail.com
bef338fe3b2810f918ae66b1b77eee40fbdb7701
3f26079c9b4f76d3cef47fc164615a42ca6b4ed4
/stm/stm32F207project(F415)/sources/!!!/spi_rxIRQ_handler.c
24bcec37ba171ea38200883cecc1ccbbca2ea800
[]
no_license
TSURKOVSERGEY/sdi
c487bce9d2738e204352c6ed3b846386cc3a1446
16792be7cbda75cef865b8836e221c529692cbc9
refs/heads/master
2020-05-18T04:27:56.719908
2014-02-20T09:33:21
2014-02-20T09:33:21
null
0
0
null
null
null
null
UTF-8
C
false
false
2,603
c
#include "main.h" #include "ethernet.h" #include "spi_f207.h" uint16_t rx_spi_msg_size; extern system_info_struct sys_info; extern spi_message_struct tx_spi_msg; extern spi_message_struct rx_spi_msg; //extern udp_message_struct tx_udp_msg; //extern udp_message_struct rx_udp_msg; //extern struct tcp_pc...
[ "TSURKOVSERGEY@mail.ru" ]
TSURKOVSERGEY@mail.ru
c7d948f75bd9bbed21e5e56d1365f1d8cef291c0
dbbb3a432560566ed9de27b1f65be532048f2a9e
/9/1.c
7590e68c3494a3e72e7900d558998d7a5995f826
[]
no_license
Favorsiki/debug
14a388ae169f0d640f6136284d97ec3cd5d5bc2f
29df2b7183cb94ea113929ee2c8f303ce494f97f
refs/heads/master
2022-11-06T23:23:33.377469
2020-06-30T14:00:15
2020-06-30T14:00:15
274,349,071
1
0
null
2020-06-30T14:00:16
2020-06-23T08:16:18
C
GB18030
C
false
false
394
c
#include <stdio.h> int cal_step(int a[], int n){ return a[n] = a[n - 2] + a[n - 3]; } int main() { int N;//总台阶数 scanf("%d", &N); int step[51];//step[N]N级台阶的方法数 step[0] = 0; step[1] = 0; step[2] = 1; step[3] = 1; for (int i = 4; i <= N; i++) { step[i] = step[i - 2] + step[i - ...
[ "2842121197@qq.com" ]
2842121197@qq.com
2d0c47646d64299f6ff7cde66109acfabebf75b5
25d1c6d3fa3c8c0fb980955c444a2e96af91ce7f
/test/testplatform.c
6cd50265828deb2d9419f2b9a196cfade869c45a
[ "LicenseRef-scancode-public-domain", "Zlib" ]
permissive
zeldin/SDL_PSL1GHT
ef1c09c0590d688baf8098e219d5e352f397e0b9
641a8ca2efa3f775d489daa37878ada1d92c24ab
refs/heads/master
2021-01-18T13:55:37.613604
2020-07-12T10:58:21
2020-07-12T10:58:21
1,306,701
9
10
NOASSERTION
2020-07-12T10:58:22
2011-01-29T18:09:23
C
UTF-8
C
false
false
5,777
c
/* Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org> This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, ...
[ "slouken@libsdl.org" ]
slouken@libsdl.org
a507cc56248e918a72496d9943b7c8110ccd9e41
ceb7148a20ade2971aea24b3f7fd85f6be216ecd
/Network_Programming/PCAP_Programming/1_2Ass/inter_desc.c
7818619cd8431795ef200fd0f4036d29ec0ae3b1
[]
no_license
Yuvraj-Takey/Logic-Building
9e56b080ffe19f0e06cd491da8a0a59addaa5340
5492e00e3822e33a6201fbb6c69c38241da2a74a
refs/heads/master
2023-04-13T06:41:23.454358
2023-04-11T13:52:48
2023-04-11T13:52:48
152,244,567
2
1
null
null
null
null
UTF-8
C
false
false
1,071
c
/* * a program which print details (i.e. description etc.) of each of the enumerated interfaces. * * @Author - Yuvraj Takey * yuvraj.takey@gmail.com * @Title - PCAP_Programming */ #include <pcap/pcap.h> #include <errno.h> /************************ MAIN **************************************************...
[ "yuvraj.takey@gmail.com" ]
yuvraj.takey@gmail.com
94c27115ff0d28051e8d62fa16def49cd8b33b31
356d849d28c4ba6ce848901ead6815acdc62f33a
/libft/ft_lstdelone.c
dbcf79f3ad5fc807c840525d6d8426ec057ad945
[]
no_license
spuyet/ftp
5c3c8685e4966aa210729166f851fb7a07fbef3c
9e24052411d8b009aae5a1f281b6275768a43a6c
refs/heads/master
2021-01-23T02:30:24.386520
2014-05-27T20:32:38
2014-05-27T20:32:38
19,706,857
4
0
null
null
null
null
UTF-8
C
false
false
1,140
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstdelone.c :+: :+: :+: ...
[ "spuyet@e2r12p1.42.fr" ]
spuyet@e2r12p1.42.fr
c476a18dce2d0bf8cf7cce138dee1e2d7c0ea5af
06eb116c038b5112c6f795d9956fc8359013efe6
/2015 - Microprocessor/Application of microprocessor/AVR Studio Project (C)/Watch/startwatch.c
8b7378548df43106c3486a33e43d6e5c24efb426
[]
no_license
kjh0311/kim_jin_hee-projects
4b429b6888a37047777ecabe46abb204fa7f03d5
5229fee1d5eaae7a8c5868f0f84bad245303986a
refs/heads/master
2023-05-31T23:45:33.514911
2021-06-14T11:37:46
2021-06-14T11:37:46
189,723,593
1
0
null
2020-10-13T13:37:58
2019-06-01T11:13:05
Java
UHC
C
false
false
1,321
c
#include "Show\RowAndColDefine.h" //#include "Show\ShowNumber.h" #include "Time.h" void TimerStart(); void ShowTitle(); void ShowTime(const Time *pTime, const int row); void ShowAlarmTimeReminder(); void ShowAlarmTime7Seg(); void ShowAlarmTime(); /* // 16글자를 맞추어야 함 unsigned char title[16] = {' ',' ','-','-','-', 'C'...
[ "doskid2@naver.com" ]
doskid2@naver.com
7d987642bf34d6b3ebb21aa237d20dfc6fb25eed
ea56daae314de43adda8965affb35fec0e61d8c7
/MakefileBasedBuild/Atmel/sam3x/sam3x-ek/libraries/memories/include/MEDSdram.h
fb60d4d088a04e08a38d406e9c4c1c805fad2b08
[ "LicenseRef-scancode-warranty-disclaimer", "BSD-3-Clause", "Apache-2.0" ]
permissive
ThangBK2009/android-source-browsing.device--google--accessory--adk2012-demo
dabb25ac9b4f08b4927f20fd02f76da886c47dbf
d1d4908ee7e35973b3215eb04ddcea2022ceebc1
refs/heads/master
2021-01-19T18:32:31.113835
2012-11-20T16:53:49
2012-11-20T16:53:50
32,384,831
0
0
null
null
null
null
UTF-8
C
false
false
2,352
h
/* ---------------------------------------------------------------------------- * ATMEL Microcontroller Software Support * ---------------------------------------------------------------------------- * Copyright (c) 2008, Atmel Corporation * * All rights reserved. * * Redistribution and use in sou...
[ "travisg@google.com" ]
travisg@google.com
085cae6ac7b107713f9ccd5f9f3609e05d5463cb
6c21c715644b2afbb11d14d2593cfa377beb4dd3
/src/boards/SAMD51/FreeRTOSVariant.h
2ca8734222bd8798b08e24c3ce31ad5440e56740
[ "MIT" ]
permissive
kostadin2803/Seeed_Arduino_FreeRTOS
1e2ad621d6242a2bf2b8b9e886d96a9056217e7c
33157b6fef1644f838b7988fe7e20564da9eb153
refs/heads/master
2023-02-27T04:14:40.524100
2020-11-06T05:49:03
2020-11-06T05:49:55
null
0
0
null
null
null
null
UTF-8
C
false
false
1,295
h
#ifndef FREEROTSVARIANT_H #define FREEROTSVARIANT_H // Bugfix: Included Arduino.h in extern "C" #include "task.h" #ifdef __cplusplus extern "C" { #endif //************************************************** // defines //************************************************** // calibration factor for vNopDela...
[ "turmary@126.com" ]
turmary@126.com
8884877e8821083f9f1a8be8f3c7addbf136626e
2db09829dee31a59669dbb546acf1ae09421d892
/src/config.c
50334d500e065313b3bf17cc72ac5a8d0b2a325f
[]
no_license
reiszner/judged
065afb11b7a5344a0aed16465f095cd67e934ed2
33fd445338bb4641e7d336abe131aed99cbcdf50
refs/heads/master
2021-01-23T13:22:40.749186
2014-10-13T15:19:53
2014-10-13T15:19:53
11,882,346
0
0
null
null
null
null
UTF-8
C
false
false
17,261
c
/*************************************************************************** * config.c * * Die Juli 02 01:25:11 2013 * Copyright 2013 Sascha Reißner * <reiszner@novaplan.at> ****************************************************************************/ #include "misc.h" #include "config.h" struc...
[ "reiszner@novaplan.at" ]
reiszner@novaplan.at
813af8832ef35a904ac3749db489675c52f20b32
8cf76d2292aa415420519a558727821fa38ae139
/board/pdeval-stm32f072/usb_pd_policy.c
35762bde393552fde7512b092d5fea2530b9ec1c
[ "BSD-3-Clause" ]
permissive
fourier49/BIZ_EC
8d51e11f2ccd893edc8b1aa74b9758ac28b46e78
8025ff8b5cab701b4b2b131e0f7c9229f0faab48
refs/heads/master
2021-01-02T08:21:04.505821
2015-08-29T16:28:46
2015-08-29T16:28:46
41,563,566
0
0
null
null
null
null
UTF-8
C
false
false
7,758
c
/* Copyright 2015 The Chromium OS Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #include "common.h" #include "console.h" #include "gpio.h" #include "hooks.h" #include "registers.h" #include "system.h" #include "task.h" #include...
[ "chromeos-commit-bot@chromium.org" ]
chromeos-commit-bot@chromium.org
5550161651f46f9e6731e9c749ab3dbceed94a07
665b6ff2f7659e95e6068551811a5a4382e07834
/mrubyc-release1.0/src/global.c
285170c993210b339a2591de40ddfb48fc4cc92c
[ "BSD-3-Clause" ]
permissive
ykominami/asp-skyeye-tecs-mruby-mrubyc
4c87eb0989561b84bee8b521738394657598c5f5
80833f75439eb8bb388c3c24abbe43850e827d97
refs/heads/master
2021-01-18T16:42:44.925737
2017-03-30T23:11:00
2017-03-30T23:11:00
86,756,394
0
0
null
null
null
null
UTF-8
C
false
false
2,166
c
#include "value.h" #include "static.h" #include "vm_config.h" /* GLobal objects are stored in 'mrbc_global' array. 'mrbc_global' array is decending order by sym_id. In case of searching a global object, binary search is used. In case of adding a global object, insertion sort is used. */ /* search */ static...
[ "ykominami@gmail.com" ]
ykominami@gmail.com
e05d910f48826409b16098fedd4a027a40ec3916
33e25e58782f04c76cf661a1dfecfcc6eef302bf
/SysPlots/cat3_bTag_up.C
cabb8469c7607b7265cf14db8aac2b81c50098a1
[]
no_license
cmorgoth/PhD-Thesis
476c349daa70e3e36de0fa98d048971308c9ea69
c43202e3bbce586df84b957e48d9db86e0a1eb7b
refs/heads/master
2021-01-22T11:58:30.726077
2017-05-05T05:00:48
2017-05-05T05:00:48
35,015,076
0
0
null
null
null
null
UTF-8
C
false
false
15,927
c
{ //=========Macro generated from canvas: C/C //========= (Mon Jun 2 19:11:20 2014) by ROOT version5.34/11 TCanvas *C = new TCanvas("C", "C ",0,0,400,500); C->SetHighLightColor(2); C->Range(0,0,1,1); C->SetFillColor(0); C->SetBorderMode(0); C->SetBorderSize(2); C->SetFrameBorderMode(0); // --...
[ "cristian.morgoth@gmail.com" ]
cristian.morgoth@gmail.com
de77ff61da28395d8f8d747be7317452888b642d
77827ac953ebdba6fa23b9f9948ec130e8516ecb
/main/mfs.c
5be340a0534e38067f49205acfc24a8b8e19d955
[]
no_license
cnlohr/esp32customtcp
06eb4db358b37c3c4255f6ecb6e9191f30193b7d
034db37e9b5733737caca1176df38e9ba6ef51c8
refs/heads/master
2022-12-12T12:42:35.014796
2020-09-12T06:43:49
2020-09-12T06:43:49
291,615,664
3
0
null
null
null
null
UTF-8
C
false
false
2,555
c
//Copyright 2015 <>< Charles Lohr Under the MIT/x11 License, NewBSD License or // ColorChord License. You Choose. #include "mfs.h" #include <esp_partition.h> #ifdef USE_RAM_MFS //#include "mfs_data.h" #endif #include <string.h> #ifdef USE_RAM_MFS uint8_t * mfs_data;// = ((uint8_t*)0x3F400000) + 0x110000; spi_flas...
[ "lohr85@gmail.com" ]
lohr85@gmail.com
c1c3ad5494f5a7aa5cc516918bb9f591bb7cb553
5a375f938f7210d0ae85c40e02d8571bd9e077b1
/drivers/c/str_rev.c
7b9ff710bc050c63c3a5ac11b67ee0f1330d74d2
[]
no_license
cmnaveen/study_cmp
22afed3adf33e73fb2438acb0527b565c4f3d59d
6e17987b631ddd05d333b4f36a53fc5ded7e7cc1
refs/heads/master
2020-03-19T06:02:40.087191
2018-06-14T12:13:18
2018-06-14T12:13:18
135,985,849
0
0
null
null
null
null
UTF-8
C
false
false
151
c
#include<stdio.h> void rev_rec(char *str) { if(*str){ rev_rec(str+1); printf("%c",*str); } } int main() { char s[] = "naveen"; rev_rec(s); }
[ "cmnav33n@gmail.com" ]
cmnav33n@gmail.com
fb7180fd0a2cc4c62b16327aa59ae828049f5916
67e934fc035ac58b4ba1f45c71a5f312436980fb
/04.1.Арифметика_в_Си__math/04.1.03.c
f17e6ecf48270e2bfb9b9b83639893012c03b9fd
[]
no_license
IrynaTuretska/Basics-of-C-programming-Tasks
b9b2856b0f4ac413c7a02c03e1897835f5adcf91
e9e765d97ecd95e7a63237cd4634de6cc0b31e5d
refs/heads/master
2021-10-24T07:29:54.172635
2019-03-23T12:23:39
2019-03-23T12:23:39
null
0
0
null
null
null
null
UTF-8
C
false
false
596
c
/*4.1 Арифметика в Си На вход программы поступает целое трёхзначное число. Напишите программу, которая выводит сумму цифр этого числа. Sample Input: 123 Sample Output: 6 */ #include <stdio.h> int main() { int x,y,z,w,sum; scanf("%d",&x); y = x /100; z = x % 100/10; w = x % 10; sum = y+...
[ "le.legioner@gmail.com" ]
le.legioner@gmail.com
97eeed3bbff8bd3779a93258e0abf9f8fd1be48f
eb05a5cb0c1ff4287daabf8836a2764aa0f951fe
/src/carregaTextura.c
dead629434aa86e32ff55ad1748bca294d14e9c4
[]
no_license
Samuel1s/Game_Galaxian
ca1936b77788cd8a734720bc945a054fda3d2ccc
810cb423f4ecd88a3ed731719d7176e3b015b134
refs/heads/main
2023-06-20T00:23:53.023391
2021-07-13T02:19:03
2021-07-13T02:19:03
379,277,106
0
1
null
null
null
null
UTF-8
C
false
false
1,311
c
#include <stdio.h> #include <stdlib.h> #include <GL/glew.h> #include <SOIL/SOIL.h> #include <GL/freeglut.h> #include "./library/variaveisGlobais.h" GLuint carregaTextura(const char* arquivo) { GLuint idTextura = SOIL_load_OGL_texture(arquivo, SOIL_LOAD_AUTO, SOIL_CREATE_NEW_ID, SOIL_FLAG_INVERT_Y); if (idTex...
[ "samuel_linux_rep@gmail.com" ]
samuel_linux_rep@gmail.com
a8a6158062e05928b4425f0ea98575cd4014109a
c425afb8bb6b182168fd4c3a46c9b334f4740e60
/d/changan/fufeng1.c
c326a189c4b9a5823a4322c4f26b808949810818
[]
no_license
fluffos/nt7
ceef82b2465cf322549c7ece6ce757eaa8ec31ff
52727f5a4266b14f1796c2aa297ca645ca07282a
refs/heads/main
2023-06-17T10:07:33.000534
2021-07-15T11:15:05
2021-07-15T11:15:05
308,148,401
9
9
null
2021-06-28T14:11:57
2020-10-28T21:45:40
C
UTF-8
C
false
false
598
c
//Room: fufeng1.c inherit ROOM; void create () { set ("short", "扶风道"); set("long", @LONG 扶风道是长安城中心大街,青石板路笔直的伸展出去,一路上行 人比肩,笙歌处处。景物之美,直如神仙境地。东边是白虎街。 LONG ); set("exits", ([ //sizeof() == 3 "south" : "/d/changan/fufeng2", "east" : "/d/changan/baihu1", ...
[ "i@oiuv.cn" ]
i@oiuv.cn
03c5a9a7fab54cfb5d017b4c9c968f11f6bc8c35
7fb5cbbf3544e6f3449deb6cf4286a57ec392394
/linux/demo/netflowstat/netflows.c
600ca8a13317a409c45464ffe7f47965748b0932
[ "LicenseRef-scancode-ietf" ]
permissive
Airead/excise
94201e3b718fec23549a1402d9f0b2f480f78e0c
ba46918a37aca4e01fce3d806cfa2da325c19257
refs/heads/master
2021-05-16T02:12:47.133734
2019-10-16T02:44:12
2019-10-16T02:44:12
2,176,767
3
1
null
2019-10-16T02:44:13
2011-08-09T00:43:17
JavaScript
UTF-8
C
false
false
10,197
c
/** * @file netflows.c * @brief * @author Airead Fan <fgh1987168@gmail.com> * @date 2012/09/03 15:14:50 */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #include <unistd.h> #include <ctype.h> #include <sys/types.h> #include <sys/socket.h> #include <arpa/inet.h> #include <time.h> ...
[ "fgh1987168@gmail.com" ]
fgh1987168@gmail.com
06f73c6affc1ab7be66ed58298945978c7b4f67f
46197b4dda60f992455361049e0ea1d7d95466cd
/build/compiler/nds32le-elf-newlib-v3/nds32le-elf/include/c++/4.9.4/nds32le-elf/mext-zol/bits/stdc++.h
453f9c42521688dfeb85cfdbd94d014ad2349c07
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
EatonYao/alios_aligenie
51d45a0b70a34ae790920721ac9539c7270d2e5f
cbecbfe1fd510d3d6039b185aa080fbb7fa1b6b4
refs/heads/master
2020-07-23T04:35:20.890428
2019-09-10T03:12:52
2019-09-10T03:12:52
207,446,051
1
1
Apache-2.0
2020-03-06T22:46:56
2019-09-10T02:18:37
C
UTF-8
C
false
false
65
h
../../mcmodel-small/mcpu-graywolf/mext-dsp/mext-zol/bits/stdc++.h
[ "1154031976@qq.com" ]
1154031976@qq.com
23ff5b50db2233ed886aa1748c61e019869d1995
0e4d754cc9988c9b6ac60a195969c6e8dc5c5e9e
/Samp_Monitor/Common/Source_User/config.h
3e15e224510fcdd3b276309a26ea90161c84b88f
[]
no_license
marin164/TWE-Lite
46b97dd2ec997f45074437cbbdf72ced92c97b3a
d904c48ac9909c57f6c76a3aedad379346148d8e
refs/heads/master
2021-05-29T00:55:11.448665
2015-04-21T06:15:31
2015-04-21T06:15:31
null
0
0
null
null
null
null
UTF-8
C
false
false
5,586
h
/**************************************************************************** * (C) Tokyo Cosmos Electric, Inc. (TOCOS) - all rights reserved. * * Condition to use: (refer to detailed conditions in Japanese) * - The full or part of source code is limited to use for TWE (TOCOS * Wireless Engine) as compiled a...
[ "mkttanabe2012@gmail.com" ]
mkttanabe2012@gmail.com
5f8ec7cb5c528b6ccccabc798dd4db0d7c4fa4d4
5edb5538f992dc5e9596105eec4729dd93f08b15
/mtk_rel/EASTAEON89_WET_KK_MD1_HSPA/DEFAULT/tst/include/UL1D_Trace5.h
bcf1eeb974e244f9a42a27716f26e7d5191cf6cc
[]
no_license
ZmeyKolbasnik/modem89
6aa96a413d4bbf53b8a557c5387841477cc9b0cc
fbecd258cdcea739ceb10850f8d34ec373c24874
refs/heads/master
2020-04-05T11:16:39.866553
2015-07-31T12:34:58
2015-07-31T12:34:58
null
0
0
null
null
null
null
UTF-8
C
false
false
37,550
h
#ifndef L1TRC_UL1D_SIXTH_DEF_H #define L1TRC_UL1D_SIXTH_DEF_H /******************************/ /* String category definition */ /******************************/ #define UL1D_TRC_STR_DL_DCH_RECONFIG(v1) (unsigned char)(v1+0) #define UL1D_TRC_STR_DPCH_TYPE(v1) (unsigned char)(v1+8) #define UL1D_TRC_STR_UL_DPCH_CONFIG(...
[ "doha.saizo@gmail.com" ]
doha.saizo@gmail.com
dc095cf43dc57f4bd55e5698fa6e595a9c9cd3aa
0785f63cce76dce84f5ea8fc2c5ba7c1f8e40409
/lab01/ex02/lab01ex02.c
91c8a5e35c72766f6db571c9cb9087c0d8ca5fe6
[]
no_license
chadhao/Programming1
7a28342272e6647da476657a5bdda9730598fceb
727de9ea75e75874cc5de28cd3cb9e6888e71c0a
refs/heads/master
2016-08-11T17:59:42.333174
2015-10-02T10:01:34
2015-10-02T10:01:34
43,494,067
0
0
null
null
null
null
UTF-8
C
false
false
796
c
/******************************************************************************* * Programming 1 (405701) / Programming for Engineering Applications (735318): * * Author: Duan Hao * Student Id: 1426688 * * The following people were consulted by the author in the creation of the * code submitted in this file: *...
[ "haoduan@outlook.com" ]
haoduan@outlook.com
d35e20c094f8b1482418a0f6dd52c250c5cc947d
0b5114d1dbb03ea1b6d6bd4224dd7618bc833a7a
/dependencies/bullet3/include/bullet/Bullet3Common/shared/b3Quat.h
554fa6832c4d13e54c318b91edf8e6d295942a8d
[]
no_license
andywater01/SkyBoundRepo
bc90e5552eea15b03d5ff152463472e2a4682687
25f5b04856bce041d91b0f4c4329d586dff36a04
refs/heads/main
2023-04-03T07:19:33.394366
2021-02-11T22:37:20
2021-02-11T22:37:20
308,375,955
1
1
null
null
null
null
UTF-8
C
false
false
2,277
h
#ifndef B3_QUAT_H #define B3_QUAT_H #include "Bullet3Common/shared/b3PlatformDefinitions.h" #include "Bullet3Common/shared/b3Float4.h" #ifdef __cplusplus #include "Bullet3Common/b3Quaternion.h" #include "Bullet3Common/b3Transform.h" #define b3Quat b3Quaternion #define b3QuatConstArg const b3Quaternion& i...
[ "andrew.waterhouse@ontariotechu.net" ]
andrew.waterhouse@ontariotechu.net
3db536c2e7b3fafc707ae1faee72d359760d5ba6
ee184c1feebff4950a1de3842309b142aeec8c44
/fing.h
fd53bec3d296ce586f01417fab57aed7fb0148e2
[]
no_license
pierrehnt/Fing
f38192d78be4ec58a3a7dbde43077a272902832e
241a8cfaf5af99f905bfdc9731172841c7babfbf
refs/heads/main
2023-08-24T19:06:49.952106
2021-10-20T13:28:37
2021-10-20T13:28:37
null
0
0
null
null
null
null
UTF-8
C
false
false
299
h
// // socket.h // Interview // // Created by Pierre Hannart on 10/18/21. // #ifndef fing #define fing #include<stdio.h> #include<stdlib.h> void thePing(char* address); void theNetworks(); void theDevices(); void theRoute(char* address); void theDNS(char* address); void emptyBuffer(); #endif
[ "noreply@github.com" ]
pierrehnt.noreply@github.com
85570735adf6fc324577a6cce7d18e1e804f647e
f86fe39ed45c41c18a614b5add4242f80b7868cf
/hardware/libhardware/include/hardware/gps.h
13a1d12a25a76f3c7d596147ce40972026f25ef7
[ "Apache-2.0" ]
permissive
kongxiaoan/ORANG_pgn528
c27c655e3c0d2c114bf7969978797a0b939d4ac5
e09f0a36b1ec01bffc5340d20d8ba97301791c87
refs/heads/master
2023-06-08T06:13:08.423143
2021-06-29T02:24:46
2021-06-29T02:24:46
null
0
0
null
null
null
null
UTF-8
C
false
false
69,003
h
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
[ "ho@hotmail.fr" ]
ho@hotmail.fr
a222678b5297ba90349a02a18025104d91d85f9b
84354c3d3e914538c678566e9707f99475f56d03
/targets/STM32F429_NOVA/iot_config.h
213fdfaaad89073ad33f9e1d6392baaa855ec262
[ "BSD-3-Clause" ]
permissive
AFunnyMan/LiteOS_Lab
ef4c217307f0cf7aa3fad940a5393b54015e813e
f070ae182aebbe028fea13faaade17dfbcd729ca
refs/heads/iot_link
2021-05-26T19:03:50.808459
2020-05-15T05:53:18
2020-05-15T05:53:18
255,664,438
0
0
BSD-3-Clause
2020-04-21T08:32:06
2020-04-14T16:34:08
C
UTF-8
C
false
false
824
h
#define CONFIG_ARCH_CPU_TYPE "armv7-m" #define CONFIG_ETHERNETMAC 1 #define CONFIG_NOVAOS_ENABLE 1 #define CONFIG_CJSON_ENABLE 1 #define CONFIG_LINKLOG_ENABLE 1 #define CONFIG_LINKQUEUE_ENABLE 1 #define CONFIG_LINKDEMO_ENABLE 1 #define CONFIG_STIMER_ENABLE 1 #define CONFIG_STIMER_STACKSIZE 2048 #define CONFIG_STIMER_TA...
[ "zhangqianfu@huawei.com" ]
zhangqianfu@huawei.com
493aca8d6afd06d5a472087e944d41d89f249b65
7de92ce937e4d87b582940b416b31dce730f65d9
/Source/WebKit2/WebProcess/InjectedBundle/API/c/WKBundlePageFullScreenClient.h
9b82ae6020b3a13309c762a4aaa653fd2cce115c
[]
no_license
Metrological/webkitgtk
2f5fe7e4e640489f6ce15a5183a495e6451f2948
b7969ed6e1518eb41e10a37e962e347b2d03101e
refs/heads/master
2023-01-01T03:00:10.151603
2014-09-08T08:42:42
2014-09-08T08:42:42
16,985,819
4
0
null
2014-03-31T08:25:19
2014-02-19T13:58:55
C++
UTF-8
C
false
false
4,665
h
/* * Copyright (C) 2013 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
[ "andersca@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc" ]
andersca@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc
8a40b831d9815b137b9187178213f0f028e38af1
b67fd7e1cd791f2c5d091a5650818323198c241b
/2021c/10160/time.c
055cb4204a9373462e3a6c4e7f20548330b0e15a
[]
no_license
sol0503/leesol
492f04fae1a33d1a2eb7004942f27fdc7c75a7f0
9b4daf3316723138923cb75ed661288dca143680
refs/heads/main
2023-04-02T19:51:21.851938
2021-04-14T06:15:23
2021-04-14T06:15:23
357,795,152
0
0
null
null
null
null
UTF-8
C
false
false
163
c
#include <stdio.h> int main () { int s;//초 scanf("%d",&s); printf("%d시간", s/60/60); printf("%d분", s/60%60); printf("%d초\n", s%60); return 0; }
[ "jbkljo@naver.com" ]
jbkljo@naver.com
6e3a2f7f5fcb319073a8b1e29dbfa043506c6432
497dd4dcd3708220093d21c4b4e5164989beef87
/d/quanzhou/bamboo.c
ecce179067d79a3a97ed94fc8cd145b883840539
[]
no_license
auto21cn/SYXJL
4375ed28c5505f8611907ea4701de4d9b0c2c2df
dd9babf91c9a122d440c0c2a679ac372f3e0c2db
refs/heads/master
2021-01-08T20:47:38.424077
2019-01-17T11:47:40
2019-01-17T11:47:40
null
0
0
null
null
null
null
GB18030
C
false
false
974
c
// Room: /d/shaolin/zhulin2.c // Date: YZC 96/01/19 #include <room.h> inherit ROOM; void create() { set("short", "竹林小道"); set("long", @LONG 这是一条卵石铺成的小道,曲曲折折地通向前方。两边是 密密的竹林。这里人迹罕至,惟闻足底叩击路面,微风吹拂竹 叶,令人尘心为之一涤。但除了幽静之外,却隐隐有股杀气弥 漫在这竹林之中,不禁让人心里一紧。 LONG ); set("exits", ([ "west" : __DIR__"qinglong", // "west" : __D...
[ "i@oiuv.cn" ]
i@oiuv.cn
bc53b8410e51f1ec381a668393c02aa6dc068dca
efb00fe1f1faacfb6b04fd8f92899efac5351762
/string_class.h
1623b3e51915fce9551877d98a99e991ac917a7e
[]
no_license
decal/strglob
3e4211b54087a7fd47383e44895405b25fe78448
9c7ce0b87dcfdbefd3d3312ce7d06aa46eafe0b4
refs/heads/master
2021-01-25T14:04:17.169548
2019-01-07T05:42:39
2019-01-07T05:42:39
123,648,068
2
2
null
null
null
null
UTF-8
C
false
false
4,600
h
#ifndef _STRING_CLASS_H #define _STRING_CLASS_H typedef struct _string_group { char *name; char **strs; int opts; } STRING_GROUP; /* if the string class ends in a 'z', then don't include the weekend days */ static char *stype_strs[] = { "wdays", "Wdays", "WDAYS", "weekdays", "Weekdays", "WEEKDAYS", "wdayz", "Wd...
[ "decal@sdf.org" ]
decal@sdf.org
c1c9b77249da239eda8ad91d8b42806cd7d8d966
bcb3f71d18da60ea842b5d9804428fd2dfa608b1
/hw5/1.c
6b16605087e1da2b1dcafffe04911de78337bc07
[]
no_license
VictoriaAutMors/Practicum
bf02a8dc644b5c3bdd87d1129c0e47e2b6152fab
875a3a258ad50f08144ac660fb739a9b8c9b7a84
refs/heads/master
2022-08-19T23:55:49.982539
2019-12-13T16:51:57
2019-12-13T16:51:57
212,340,570
0
0
null
null
null
null
UTF-8
C
false
false
1,340
c
#include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <err.h> #include <fcntl.h> #include <sys/sysinfo.h> #include <sys/wait.h> int is_prime(int n) { int i = 2, tmp = n / 2; while (i <= tmp) { if (n % i == 0) { return 0; } i++; } return 1; } void wait_...
[ "noreply@github.com" ]
VictoriaAutMors.noreply@github.com
4634bbe424ff43ee433421079c120e695c57b5c3
b58b310e0d141e32232856c89f894eeb0c658e83
/dev/cardbus/if_atw_cardbus.c
e9664d41c4cc2555a0f9407f3751d3e68160d7f4
[]
no_license
DavidAlphaFox/openbsd-kernel
e59f0f96d8b258ffd4f5b451c820e2cd46a3c26b
85cc0ff55c63ed8b0ba2b99789539666df7731b0
refs/heads/master
2021-05-04T09:44:29.749603
2017-11-09T09:35:50
2017-11-09T09:35:50
45,114,189
2
0
null
null
null
null
UTF-8
C
false
false
9,611
c
/* $OpenBSD: if_atw_cardbus.c,v 1.23 2015/03/14 03:38:47 jsg Exp $ */ /* $NetBSD: if_atw_cardbus.c,v 1.9 2004/07/23 07:07:55 dyoung Exp $ */ /*- * Copyright (c) 1999, 2000, 2003 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Jaso...
[ "david.alpha.fox@gmail.com" ]
david.alpha.fox@gmail.com
976222652bc55cea26fc3fa7810c013a0ec55810
8518002e4bf626e102ea4582116082836104aca1
/rb.c
72f543632657ade0c7082025fc695103ad1c6cb2
[]
no_license
dj1103/Data-Structure-and-Algorithm
5154316b7cf87cfbb4e604b0cc09efc09ebc40ca
7f2acfc9e6bcdbe57eee8e31f1776473ab8dfddc
refs/heads/main
2023-07-01T21:07:51.513451
2021-08-04T03:29:43
2021-08-04T03:29:43
392,522,041
0
0
null
2021-08-04T03:16:24
2021-08-04T02:32:33
null
UTF-8
C
false
false
6,537
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "rb.h" /** * Red and black tree */ #define BLACK 1 #define RED 0 typedef struct node_{ node_t * par; node_t * left; node_t * right; int color; int val; } node_t; typedef struct tree_{ node_t * root; node_t * NIL; } tree_t; /** * @bri...
[ "noreply@github.com" ]
dj1103.noreply@github.com
1d3a9bb91a7e72a63eb319af680024d6682be1e4
aa05dc682ea76253d8dfa41b086c4ff06bf459bf
/fbreader/fbreader/zlibrary/core/include/ZLZDecompressor.h
295ff9ba9c0548adb6a248434f01f0ee79909e6b
[]
no_license
monich/harbour-books
ea7eeb118fca29ad26f064bffc503ab753aa6bb1
f554f1f950bf7774888ed7a9bcea288a208903bd
refs/heads/master
2023-05-29T00:35:36.249140
2023-05-21T23:32:54
2023-05-21T23:32:54
36,724,311
31
31
null
2022-10-12T22:43:17
2015-06-02T09:58:14
C++
UTF-8
C
false
false
39
h
../src/filesystem/zip/ZLZDecompressor.h
[ "slava.monich@jolla.com" ]
slava.monich@jolla.com
8508ce5d22d6c655ff44048a2b064d195cdecb38
b9c806e0398dcc4a92f10ede9bfbe681ef2814f3
/soft/unit.h
fe9f5220057594b7f750f7af8ea3a104e7afbb41
[]
no_license
lnlh21/stc15_2401
b5de6d2da4a892c291efc7636f41fe2677ad44d9
ae47f83b716566c294513fea4436955fcf83e049
refs/heads/master
2021-08-06T10:29:00.442898
2017-11-05T05:53:36
2017-11-05T05:53:36
106,894,932
0
0
null
null
null
null
GB18030
C
false
false
1,410
h
#ifndef __UNIT_H_ #define __UNIT_H_ /* _________ P1.2 -| |- P1.1 P1.3 -| |- P1.0 P1.4 -| STC15 |- P3.7 P1.5 -| W201 |- P3.6 P5.4 -| |- P3.3 INT1 VCC -| |- P3.2 INT0 P5.5 -| |- P3.1 TX GND -| |- P3.0 RX -----...
[ "lnlh21@sina.com" ]
lnlh21@sina.com
162d77cd80fe3ca9a41b67f5897dab0e323cd1b6
e4688989869642d17ccc4ce8a78d540e462a812d
/amns_for_our_tests/p384_3__8_-3__6/amns_init.c
b8d153a483d9db5081e264417f91e5b229a0e26f
[]
no_license
eacElliptic/AMNS
5753ba9f6e088a9408a4d3853cdb57025c942034
bd549f293e43775507b6e3166ad388a984099f11
refs/heads/master
2021-06-24T20:03:38.250394
2020-10-08T20:26:43
2020-10-08T20:26:43
133,142,425
0
0
null
null
null
null
UTF-8
C
false
false
1,362
c
#include "amns_init.h" void init_data(){ int i; for(i=0; i<POLY_DEG; i++) mpz_init (gama_pow[i]); mpz_init (modul_p); mpz_set_str (modul_p, "24432706122570694108495769175242300179801108829857195208615447776160051365977731462522796379352324441020573302744799", 10); mpz_set_str (gama_pow[0], "225818843333003...
[ "eac.elliptic.curve@gmail.com" ]
eac.elliptic.curve@gmail.com
87fcfe473b79e476fd549edeba2facdb3e56180b
59791634e73675a1dbe6bcded428efdcffdfd09c
/form_example/ZWait/myValueCode/myinclude.h
6b7e3c548a4288dcc135496fabf8cdc1093e4f7a
[]
no_license
liuzhanchun/qt_project
f8ceece25966a641d45b5d16727dd009cd1d221d
4ab76ca6d318531a2b5ded21754d3c17b7abe51e
refs/heads/master
2020-11-23T19:26:58.856730
2019-12-17T01:57:17
2019-12-17T01:57:17
227,787,964
1
0
null
null
null
null
UTF-8
C
false
false
604
h
#ifndef MYINCLUDE_H #define MYINCLUDE_H #include <QObject> #include <QListWidget> #include <QSettings> #include <QWidget> #include <QDesktopWidget> #include <QFile> #include <QFileIconProvider> #include <QTextCodec> #include <QMessageBox> #include <QAbstractButton> #include <QPushButton> #include <QTime> #include <QDa...
[ "liuzhanchun" ]
liuzhanchun
c4ee90090851c6f45b1b2ca52d8d375a20ce19c3
dabc63c51ed54d96c95cd0160f1c4b968bd6e9f4
/sample/eye_cdr_3516cv200/librtsp/rtcp/rtcp.c
79a71b7e7716b2eee6a39db6bcee286c135a5411
[]
no_license
1658988725/mpp
8ec5d1082b383a9f15e0b60c81ff2297ea6bcb36
d0bb25a14b1cf85615747b73cfb7976bde4772a8
refs/heads/master
2021-01-12T02:46:57.258973
2017-01-05T10:26:53
2017-01-05T10:26:53
78,103,121
2
1
null
null
null
null
GB18030
C
false
false
7,732
c
#include "rtcp.h" #include "../rtsp/rtsp.h" #include "../comm/type.h" #include "../rtp/rtp.h" #if 0 /******************************************************************************/ /* * send rtcp rr packet * Arguments: NULL */ /***********************************************************************...
[ "1658988725@qq.com" ]
1658988725@qq.com
a1f7c883c51aa0676ade46e2cac9743eaa6e7189
5d417f03f724f4e23000f28cd629c92bc9297a23
/sam/drivers/spi/example/sam4cp16b_sam4cp16bmb/conf_spi_example.h
03876ca3ec991321f94bcaf1088f5291e6ce7c82
[]
no_license
siliconunited/atmel-asf
5ac78a123cb0f5026ffb9a0ba66b75abcccb788f
19e02800a6cc33d203f5d12f7dfca0c39195d879
refs/heads/master
2021-01-22T21:34:10.563981
2017-03-19T04:45:30
2017-03-19T04:45:30
85,439,630
6
3
null
2020-03-08T01:34:35
2017-03-18T23:56:24
C
UTF-8
C
false
false
2,471
h
/** * \file * * \brief SPI example configuration. * * Copyright (c) 2014-2015 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 the following conditions are met: ...
[ "robksawyer@gmail.com" ]
robksawyer@gmail.com
3dfc3c3d1d8bc0c71f9cb262209c4b32c7c63018
c2cedcf36667730f558ab354bea4505b616c90d2
/players/dragnar/attic/heal/speed.c
38df8e88599bc419396d1d4a1dc22dd2e523170e
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
982
c
#include "std.h" int drinks, price; id(str) { return str=="speed" || str=="pills"; } reset(arg) { if (!arg) drinks = 7; price = drinks * 250; } long() { write("A pack of 10 speed pills. They look like they would make you very hungry.\n" + "There are "+drinks+" pills left.\n"); } short() { return "A pack of...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
02ca3a8a8aaebd6c8b9869e523636d1f189c4def
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/reactos/sdk/lib/drivers/ip/network/extr_router.c_FreeFIB.c
d5e273672e1f8f23a0fdbd9501924d50c047c391
[]
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
795
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
c965920032f10512e1b6336a2ea7384da6ae3022
8ea6879b5afc4829b388a9d6f48a00632e3bc229
/cards_BulkG/cards_el_HPW/LimitResult/Lim_el_HPW_BulkG_WW_lvjj.C
aaeee85ee14285ffc6a0409e1cd4cf1a2cca8a11
[]
no_license
jngadiub/13TeV_datacards_Spring15
9d59b45f469de3726bdcf71abc95110c7eee5c40
f099ee3b18b5b0aae398b7df6477bd01254d96ea
refs/heads/master
2020-03-30T08:14:58.821640
2016-01-26T15:31:30
2016-01-26T15:31:30
38,071,778
0
1
null
2015-12-12T09:16:46
2015-06-25T20:15:14
C
UTF-8
C
false
false
31,533
c
{ //=========Macro generated from canvas: c2/c2 //========= (Tue Jan 26 14:45:47 2016) by ROOT version5.34/18 TCanvas *c2 = new TCanvas("c2", "c2",0,0,600,630); gStyle->SetOptFit(1); gStyle->SetOptStat(0); gStyle->SetOptTitle(0); c2->SetHighLightColor(2); c2->Range(0.21375,-5.168831,4.33875,2.623377)...
[ "" ]
96b7fe61b31d4c48a69d20e6a900aad81d1c3021
a233032d5c459e288fe0803dcdb36aa623e20831
/version3/actionGetPerflowAckMsg.pb-c.c
07b2bb461a1ce0108d1a75c6a539285d216d54de
[]
no_license
godbestway/realwork
c8dec82660f942185aafea051bdf1a674ae7ce56
72f22e2458efcd3ab2b02884f02c19ac2ead60ca
refs/heads/master
2023-05-31T22:38:44.145069
2021-06-22T21:55:05
2021-06-22T21:55:05
326,648,143
1
0
null
null
null
null
UTF-8
C
false
false
3,215
c
/* Generated by the protocol buffer compiler. DO NOT EDIT! */ /* Generated from: actionGetPerflowAckMsg.proto */ /* Do not generate deprecated warnings for self */ #ifndef PROTOBUF_C__NO_DEPRECATED #define PROTOBUF_C__NO_DEPRECATED #endif #include "actionGetPerflowAckMsg.pb-c.h" void action_get_perflow_ack_msg__in...
[ "godbestway@163.com" ]
godbestway@163.com
ec1061d480d0ccae28e04de3bb9b233109ce2ca4
7fcafdf9475a476172f376d37d964d1837a6e53c
/code_examples/3-Structured_Problem_Solving/11-Compound_Boolean/C/main.c
77f09ead5b7dd21fe726402a3f581a1b40071bee
[]
no_license
Mr-Coxall/Computer-Based-Problem-Solving
9d95b8a887ccab5ba417012b21d3a220f6ee2cd3
f6b7ad4fe1a87c1ead0571e0b2e417cd4cf65575
refs/heads/main
2023-06-07T20:43:11.755805
2023-05-31T18:24:17
2023-05-31T18:24:17
191,458,088
7
8
null
2022-05-02T17:09:15
2019-06-11T22:17:16
Java
UTF-8
C
false
false
688
c
// Copyright (c) 2020 Mr. Coxall All rights reserved. // // Created by: Mr. Coxall // Created on: Sep 2020 // This program uses a compound boolean statement #include <stdio.h> int main() { // this function uses a compound boolean statement int termMark; int projectMark; // input printf("Enter ter...
[ "mr.coxall@mths.ca" ]
mr.coxall@mths.ca
3e22a68ad4dc3fe567fac318604436721ff28113
71ccced40e0c10230b3bd03e2eb8a4b4652af80a
/onboard/src/Message/pb_common.c
911ae4cc8940dc05babed767a710041ed61c4166
[ "MIT" ]
permissive
UWO-Aero-Design/embedded-software
9a9be729ae370fb2c0f452386e0ddee8bace5480
83d2742bb1e91f820cbc3f37aad98148bc2035ce
refs/heads/master
2023-03-19T03:10:50.230435
2022-09-18T23:44:36
2022-09-18T23:44:36
186,505,457
4
1
MIT
2022-09-18T23:44:36
2019-05-13T22:39:55
C++
UTF-8
C
false
false
10,473
c
/* pb_common.c: Common support functions for pb_encode.c and pb_decode.c. * * 2014 Petteri Aimonen <jpa@kapsi.fi> */ #include "pb_common.h" static bool load_descriptor_values(pb_field_iter_t *iter) { uint32_t word0; uint32_t data_offset; uint_least8_t format; int_least8_t size_offset; if (iter...
[ "jeffrey@stjean.ca" ]
jeffrey@stjean.ca
084ccfd401b85fd3aa9a4ccbb7da14acf416ca9c
cf6982fab97972258a397498c3c2387d1815efa6
/OpenSource/nmtSlave.c
4476d6b0e6e6d9bdba9a96c806646bfe12e9622a
[ "MIT" ]
permissive
baoyoubing/Canopen-DSP
504e8863779a22969ffa12a7574c99dad4b0e863
eee766d0a8c2e15a750aba770eff385d560b3767
refs/heads/master
2023-04-27T05:46:01.000499
2016-07-27T02:39:05
2016-07-27T02:39:05
null
0
0
null
null
null
null
WINDOWS-1252
C
false
false
2,804
c
/* * nmtSlave.c * * Created on: 2016Äê5ÔÂ28ÈÕ * Author: HotPan */ #include "nmtSlave.h" #include "states.h" #include "canfestival.h" #include "sysdep.h" /*! ** put the slave in the state wanted by the master ** ** @param d ** @param m **/ void proceedNMTstateChange(CO_Data* d, Message *...
[ "noreply@github.com" ]
baoyoubing.noreply@github.com
81c081cb3b6a58f3330725b43ab97f2483dfe7be
b945b2fac11f237a49de33af1b8fa02ba3ed1814
/legacy/nfm/src/workflow/WFcomm.c
8f98e94ce50ef322ecafebd44056630a166b218f
[]
no_license
ahundiak/isdp
b94f56f7a7b02b806209ff06da8e22497f6e1386
07572eb18f07cbf762505ef34e471fa47c102df4
refs/heads/master
2021-03-12T20:02:34.067237
2011-12-16T20:03:20
2011-12-16T20:03:20
37,136,442
0
0
null
null
null
null
UTF-8
C
false
false
24,159
c
#include "machine.h" #include <ctype.h> /* #include "NFMdb.h" */ #include "WF.h" long WFload_commands (user_id, app_name, file_name) long user_id; char *app_name, *file_name; { char *fname = "WFload_commands" ; long status; FILE *infile, *fopen (); char inline [512], state ...
[ "ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30" ]
ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30
fa59c84b519c26d68bdfad6553b74fe89e80962e
12901705cf256c92d8b630a1fda78c019aeffee1
/include/sys/proto.h
6e3d1a23e2f41d3b9ef7d0b7f413b30b505706ef
[]
no_license
Logan1004/OS-Project
d07800d8c1243b306aebd6617681e247510aea48
3e985be8b2e30602e0f4414e1ba09dfee376e7e1
refs/heads/master
2020-03-27T19:08:46.076579
2018-09-11T06:22:07
2018-09-11T06:22:07
146,968,351
0
0
null
null
null
null
UTF-8
C
false
false
4,270
h
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ proto.h ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Forrest Yu, 2005 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ ...
[ "loganluo1004@126.com" ]
loganluo1004@126.com
8d35814527a6a3a57ade5cfcfca1edbf9031cb48
770c5903595a43063103d8a53385a3494fa46185
/src/zzekscmp.c
434435feda43e770a616525baa3299ca208fefe9
[]
no_license
NablaZeroLabs/cspice
697320e7ffc074d6002d3ce0dd547f36de5afab2
64854184794601885da485eb2ee9f117a7401a3f
refs/heads/master
2020-03-10T20:20:01.948347
2018-04-15T01:55:19
2018-04-15T01:55:19
129,568,269
0
0
null
null
null
null
UTF-8
C
false
false
37,060
c
/* zzekscmp.f -- translated by f2c (version 19980913). You must link the resulting object file with the libraries: -lf2c -lm (in that order) */ #include "f2c.h" /* $Procedure ZZEKSCMP ( EK, scalar value comparison ) */ logical zzekscmp_(integer *op, integer *handle, integer *segdsc, integer * col...
[ "Juan.Arrieta@nablazerolabs.com" ]
Juan.Arrieta@nablazerolabs.com
a2a3f3dafff49dca1aa916aabce03d83c80c1ea8
cf22bbdde3cb0789dd7c5f6d97371bf208fb5f67
/GNLRDY/get_next_line.c
a57b8f7d0036c94a99acdd366d949786ac82d713
[]
no_license
northWindPA/get_next_line
39e51644799e5fa7ea987bc0313349868fe4497e
c3c830a86333af7b7c46fad2a879b4d1032c4571
refs/heads/master
2023-06-23T01:24:07.646977
2021-07-06T19:30:24
2021-07-06T19:30:24
315,338,436
0
0
null
null
null
null
UTF-8
C
false
false
2,356
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* get_next_line.c :+: :+: :+: ...
[ "mhumfrey@ev-c1.kzn.21-school.ru" ]
mhumfrey@ev-c1.kzn.21-school.ru
23ae83de11632fbe38c791dc6058089dd59756fe
0cb85cd0c88a9b9f0cca4472742c2bf9febef2d8
/ProductCore/ISLite/SFDB/database.h
75a941acc444929f24487effa0876e9a97ed3f65
[]
no_license
seth1002/antivirus-1
9dfbadc68e16e51f141ac8b3bb283c1d25792572
3752a3b20e1a8390f0889f6192ee6b851e99e8a4
refs/heads/master
2020-07-15T00:30:19.131934
2016-07-21T13:59:11
2016-07-21T13:59:11
null
0
0
null
null
null
null
UTF-8
C
false
false
1,559
h
#define SFDB_SIGNATURE 0x42444653 // 'BDFS' => SFDB typedef struct tag_SFDB_HDR { tDWORD dwSignature; // 'SFDB' tVERSION vDBVersion; tBYTE byFileCheckSum[16]; // MD5 checksum to check file integrity tDWORD dwIndexBits; // number of bits used as index part; tDWORD dwIndexMask; // mask to extract clus...
[ "idrez.mochamad@gmail.com" ]
idrez.mochamad@gmail.com
63e0548a9fb56e5833e7f052eb7cdc9a0256372d
df60e1fd3489ee903b42744cafa7105aedd81e9f
/originals/keris/src/main/c/utils.h
a5bc3716bcbe1bbbcc135ca4c21e6f900daf0574
[ "Apache-2.0" ]
permissive
zakski/accrete-starform-stargen
8256c51ed9e003993572c0af354873525f4a02ce
f029fbf06bbedb6dbedbaee43c3686a8a1d3745d
refs/heads/master
2023-04-28T03:54:54.040105
2023-04-20T22:22:18
2023-04-20T22:22:18
19,936,904
33
10
Apache-2.0
2023-04-20T22:22:19
2014-05-19T09:56:50
C
UTF-8
C
false
false
151
h
extern double random_number(double inner, double outer); extern double about(double value, double variation); extern double random_eccentricity(void);
[ "zak.szadowski+git@gmail.com" ]
zak.szadowski+git@gmail.com
09af4f142e421029618452506388cb5dc3da9d67
a7fe2a8292bb9102d3bf4a427036f7e9c76fd0f5
/color_mix.h
53c3ae0395a336a8f9961323c60b29a8e2fb8d4a
[]
no_license
PlannerPlus/Image-Editor
1c4f48aea80e1cb41390d6a1c7d3c2bda3e94ce0
016c9a113a88bee52967b661aa4c02cb51ad82cc
refs/heads/master
2021-01-20T16:16:51.222502
2017-06-21T08:22:27
2017-06-21T08:22:27
90,828,982
0
0
null
null
null
null
UTF-8
C
false
false
409
h
#ifndef COLOR_MIX_H #define COLOR_MIX_H //三维向量 struct Vector3 { double v[3]; Vector3() { for (int i = 0; i < 3; i++) { v[i] = 0.0; } } Vector3(double a0, double a1, double a2) { v[0] = a0; v[1] = a1; v[2] = a2; } }; //较大较小函数 double max(double a, double b) { if (a < b) return b; return a; } double...
[ "noreply@github.com" ]
PlannerPlus.noreply@github.com
485eb1f6a68044c7ac410051bb3a5801287855b1
2900f4780da15b01010598156336118d0c3aca61
/URI/1044.Multiples.c
b8bfc66e1d0d46cc2f6b38fdaf4b07614ab4f3a4
[]
no_license
nurislam03/Online_Judge-Competitive_Programming
4940d3febe1d5815843029cea046cff158ce8bb4
dc581ad9c1864bcd69968c628de48e6667b4fe2f
refs/heads/master
2022-09-02T12:03:54.232402
2022-08-28T09:47:02
2022-08-28T09:47:02
118,945,957
1
0
null
null
null
null
UTF-8
C
false
false
298
c
#include<stdio.h> void result(int x,int y) { if(x%y==0 ||y%x==0){ printf("Sao Multiplos\n"); } else if(x%y!=0 && y%x!=0){ printf("Nao sao Multiplos\n"); } } int main() { int a,b; scanf("%d%d",&a,&b); result(a,b); return 0; }
[ "nurislam0333@gmail.com" ]
nurislam0333@gmail.com
fc07a775c2bda529ef767acb2a3a1078c7e6ac85
4c776f193eaed0c31c60da2ba3b1f7f1423616db
/CvGameCoreDLL_Expansion2/CvGameCoreEnums.h
8fb5ae2a65a70211991d94c4f7e53dbd5b8adc99
[]
no_license
doofman/Community-Patch-DLL
cf5030290aa34cf06acf9e71e19d9484b583309a
2939bf7d4ad2182f61a9e5c5d52f07690502a4c8
refs/heads/master
2021-01-14T11:21:35.506454
2015-12-17T21:29:16
2015-12-17T21:29:16
null
0
0
null
null
null
null
WINDOWS-1252
C
false
false
2,249
h
/* ------------------------------------------------------------------------------------------------------- © 1991-2012 Take-Two Interactive Software and its subsidiaries. Developed by Firaxis Games. Sid Meier's Civilization V, Civ, Civilization, 2K Games, Firaxis Games, Take-Two Interactive Software and their re...
[ "thewizardofwas@gmail.com" ]
thewizardofwas@gmail.com
663350799a8912b83e1f49c64db604359cf7a400
7088f6aaf3991fd599d5257e2e76ed09b679b362
/Solutions/Tachyon01/1_Tachyon01.c
d341a1636be34fab14f4f4e4ae158510c2bdc134
[]
no_license
AbhiTaker/CodeStash
797c9b553a06cbdacefaf5a0cf2ba64697964f40
4ae468a05cf942b9255c9f04e8f66532e80e40df
refs/heads/master
2021-04-24T19:06:23.632094
2018-01-24T18:30:52
2018-01-24T18:30:52
117,551,131
1
0
null
2018-01-15T13:48:09
2018-01-15T13:48:09
null
UTF-8
C
false
false
551
c
#include<stdio.h> int max (int x, int y) { if(x>=y) { return x; } else { return y; } } int min (int x, int y) { if(x<=y) { return x; } else { return y; } } int main() { int t, x, y, p; scanf("%d",&t); while(t--) { ...
[ "noreply@github.com" ]
AbhiTaker.noreply@github.com
362dc48e1ead92664426e798ee413f41b23e5003
6bb69adf9a06a5fa2394db57d677e2abb0cddb9f
/idrive/idrive/storage/idrive.h
9f2c5cdd5f6e85da6ba8ea1dbc8ee80b0384c715
[ "Apache-2.0" ]
permissive
richtermb/idrive-rs
0afe62f280d0b7d8b73367e0b5080e4e4e4eb4b0
89885f23fee312b1845efcc255f8970d51c66aa2
refs/heads/master
2022-09-01T09:12:57.924084
2022-08-18T03:50:44
2022-08-18T03:50:44
144,932,776
0
0
null
null
null
null
UTF-8
C
false
false
1,624
h
// // idrive.h // idrive // // Created by Richter Brzeski on 8/15/18. // Copyright © 2018 Richter Brzeski. All rights reserved. // #ifndef idrive_h #define idrive_h #include <stdio.h> #include <string.h> #include "idevice.h" #ifndef IDRIVE_API #define IDRIVE_API #endif /* Saves objects in full path: /Media/Doc...
[ "rmbrzeski@gmail.com" ]
rmbrzeski@gmail.com
7742519e7614e4660d1ea2e58ba8fe0223d43559
a575467214db466362975211fa96cca424e6955f
/Reward/funReward.c
c372c775ba2a032ced94f07c3e3eb8f7084ff393
[]
no_license
Youssef-AEM/XBorne-2017
e41051e63a2efecfbfc400c20c6e2fde283cb4e6
18e51ac7ae42a98b2e2760cea0ff43400cc74f05
refs/heads/main
2023-06-05T10:17:18.190354
2021-06-29T17:18:01
2021-06-29T17:18:01
381,379,470
0
0
null
null
null
null
UTF-8
C
false
false
261
c
/* Les deux fonctions fournies par l'utilisateur pour calculer des recompenses non classiques a partir de la distribution stationnaire et des marginales */ void MarginaleMesCalculs(comp,nbs) short comp; int nbs; { } void GlobalMesCalculs(nbs) int nbs; { }
[ "youssef.ait-el-mahjoub@uvsq.com" ]
youssef.ait-el-mahjoub@uvsq.com
9c9057c39164ece54c6eb178a108bab4fd00ebb3
e80e5374b8fd00379293adb35fc8cf017d5f4cc7
/qemu_mode/qemu-2.10.0/hw/s390x/sclpquiesce.c
762cb184acb949c21386bad6f3dbb498044be8c3
[ "Apache-2.0", "LicenseRef-scancode-generic-cla", "GPL-2.0-only", "LGPL-2.1-only", "GPL-1.0-or-later", "LGPL-2.0-or-later", "LGPL-2.1-or-later", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
CAFA1/afl
dcebf3a3acae3e9783bbb79d8cff6958b496fa34
01c113b61ab70c3b02f3d7c74e6dfa20cfc7813d
refs/heads/master
2023-04-10T14:30:34.901666
2020-07-27T01:06:32
2020-07-27T01:06:32
272,596,630
0
2
Apache-2.0
2021-04-15T00:56:55
2020-06-16T03:03:26
C
UTF-8
C
false
false
3,410
c
/* * SCLP event type * Signal Quiesce - trigger system powerdown request * * Copyright IBM, Corp. 2012 * * Authors: * Heinz Graalfs <graalfs@de.ibm.com> * * This work is licensed under the terms of the GNU GPL, version 2 or (at your * option) any later version. See the COPYING file in the top-level direc...
[ "longlong_vm@dell_book.com" ]
longlong_vm@dell_book.com
20e15deb397bae6b80b058ee8857aeaa101332c5
73acb2995ee51a2a524f218988d8be8955265ac6
/FanCtl1/FanCtl/FanCtl/uart.c
5ba10f2bfe7f9be5dcd67580485926e4419be4ed
[]
no_license
fengyanWang/Intelligent-fan
703e24fba4ff3a0f44575d64667102d60799270f
03419a67f1955151f6b166c9a005f31fe1a56fc8
refs/heads/master
2021-01-25T14:11:24.549742
2018-03-03T07:19:59
2018-03-03T07:19:59
123,667,564
0
0
null
null
null
null
GB18030
C
false
false
2,089
c
#include "uart.h" #include "intrins.h" #include "STC12C5A60S2.h" #include "data_parse.h" #include "stdio.h" #include "global.h" #define FOSC 11059200L //System frequency #define BAUD 9600 //UART baudrate sbit BlueToothState = P1^4;//蓝牙的状态显示位 sbit BlueToothEn = P1^5;//蓝牙的模式选择位 bit busy; ...
[ "m18037326957_2@163.com" ]
m18037326957_2@163.com
db7aa943bdf83c641ce5199ec03f722aabc6bef8
5a6c87065ac664c91e36b5f7d9ec9ecf8f49def3
/kernel/vcall/mico/include/mico.h
cf3500658a850a3c4b7895939ee9c32f60b4da8d
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
MiloMallo/AliOS-FM
f26a3b6fb26b3cb3b30c1681a479d8ed2dcfa2c7
ae9f234c073404d8c97100927cbc53f49ae59a25
refs/heads/rel_1.3.2
2020-03-25T22:56:11.102641
2018-08-10T08:38:47
2018-08-10T08:38:47
144,251,423
4
4
Apache-2.0
2020-03-07T21:20:51
2018-08-10T07:18:56
C
UTF-8
C
false
false
2,532
h
/* * Copyright (C) 2015-2017 Alibaba Group Holding Limited */ /** @mainpage MICO This documentation describes the MICO APIs. It consists of: - MICO Core APIs - MICO Hardware Abstract Layer APIs - MICO Algorithm APIs - MICO System APIs - MICO Middleware APIs ...
[ "lc122798@alibaba-inc.com" ]
lc122798@alibaba-inc.com
6d5bb2fadaeb3c015946a6e70274b33ebc8ad4f7
f42355dfbfca23ef7facf9a90618bb13f59e30d8
/tbamud-3.54/src/dg_event.c
ecaa2bc29bd14ea8ed0e83464f3dc426b98c71c0
[ "BSD-2-Clause" ]
permissive
ryantm/deimos-mud
122a4b0881ff7bc2812fe461b942f8db477c1a4a
39e9f0989871e3b6efb1ec07437f490e4df25b4c
refs/heads/master
2020-05-05T02:39:09.580645
2013-01-20T15:25:43
2013-01-20T15:25:43
3,007,919
5
1
null
null
null
null
UTF-8
C
false
false
5,494
c
/************************************************************************** * File: dg_event.c Part of tbaMUD * * Usage: This file contains a simplified event system to allow trigedit * * to use the "wait" command, causing a delay in the middle of a script. * * ...
[ "ryan@ryantm.com" ]
ryan@ryantm.com
b34b4ed5e778c13c1a9c4d47cc2ab99d1e88c5d4
a15d2c40bc59b0159030ed7d2c31eaa3db75f90b
/grep/versions.alt/versions.orig/v5/grep.c
9e85d41b17cd4399c43ca14a23b70d42453f6f1f
[]
no_license
lvshuiyiqing/Delta4Ts-benchmark
a36a48b4cdc7fec2ed084942a8e4038bcc902569
c9a8f9540e26943ad361cdc5f494e6d08bd77743
refs/heads/master
2020-09-15T03:13:25.188039
2019-11-22T06:34:01
2019-11-22T06:34:01
223,334,489
1
1
null
null
null
null
UTF-8
C
false
false
387,568
c
/* grep.c - main driver file for grep. Copyright 1992, 1997-1999, 2000 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option)...
[ "zlong@ios.ac.cn" ]
zlong@ios.ac.cn
ac59472e27b43fa7072e033225ba26df8a2947dd
795031e014cefde20a342bb5886ea038998dabda
/DjangoProject/lab-5-teamretired-master/djangoProject/myenv/include/python3.6m/enumobject.h
3caa8861b1a5f086be2c27aacdb78ab9bc5a4822
[]
no_license
libailong/AC_Database
a2dc15298200cc8e45fd95080d68f8d4df465cd4
c3f557ce8840b33c74bcae09f367728b27187b00
refs/heads/master
2023-02-26T04:43:55.132937
2021-02-06T14:44:51
2021-02-06T14:44:51
290,379,806
0
0
null
null
null
null
UTF-8
C
false
false
70
h
/home/m/marconim/.pyenv/versions/3.6.8/include/python3.6m/enumobject.h
[ "lib@allegheny.edu" ]
lib@allegheny.edu
be90484d646ef19a19784f9e624e3f738c347e47
12da3b96fa0d3dc35c92fa66de3b72c17a5e564f
/rotate_ll.c
fe557b301ef7f5b7f821a4032dcf7eee4b4627ec
[]
no_license
nipubaruahgithub/C-Program
aaf7625e8d7954bc1833515455e6685e7a57b5c5
0bf99348af6d3efd1b58d8fc43cd5b4f4092e5ff
refs/heads/master
2020-05-31T08:19:43.819153
2015-06-26T19:26:33
2015-06-26T19:26:33
38,129,201
0
0
null
null
null
null
UTF-8
C
false
false
758
c
#include<stdio.h> #include<malloc.h> #include"ripon.h" void rotate(node *head,int k); node *reverse(node *head); main() { node *head=NULL; int n,k; while(1) { printf("Enter any number: "); scanf("%d",&n); if(n!=-99) { head=insert_at_last(head,n); } else break; } display(head); printf("\nEnter the ...
[ "nipubaruah0493@gmail.com" ]
nipubaruah0493@gmail.com
afbc530f3f2dce8b61ca44ef2e9875d86cc20f01
b9624ee4e924a29d3d4680a0168eff5e919ddd54
/drumbox_405_firstIC/Src/wavetables.c
6020f124e4bd7afab1b5b5ca8ce4731087a643c5
[]
no_license
spiricom/stm32f4
340b1809b45721f0bb7e6c2151aacf72ec059b69
3cc9dbf3518d6cb3e0b0d58542999aa1d6702dde
refs/heads/master
2020-07-06T10:30:28.975615
2016-10-24T15:05:22
2016-10-24T15:05:22
66,969,806
1
0
null
null
null
null
UTF-8
C
false
false
4,173,661
c
/* sine wave table ripped from http://aquaticus.info/pwm-sine-wave */ #include "wavetables.h" const float exp_decay[EXP_DECAY_TABLE_SIZE] = { 1.0f, 0.999969f, 0.999939f, 0.999908f, 0.999878f, 0.999847f, 0.999817f, 0.999786f, 0.999756f, 0.999725f, 0.999695f, 0.999664f, 0.999634f, 0.999603f, 0.999573f, 0.999542f...
[ "mulshine@princeton.edu" ]
mulshine@princeton.edu
ac2cd0548e7b4b38661e4105f4426bba34d54ba7
36db2a366737f7a802769337086399640626d1e3
/include/soc/sbx/qe2kep/sbZfSbQe2000ElibVlanMem.hx
0b90ac839aced42f387fd93fc9b105413a6cd915
[]
no_license
lcyddp/bcm-sdk-5.10.1
8d82266d901023fdf5a76786ee6fb96cd2f21ecc
7443047b308fa846a9a9cd14bf1da6d590a23703
refs/heads/master
2020-03-16T04:54:05.162215
2018-02-27T15:51:13
2018-02-27T15:51:13
null
0
0
null
null
null
null
UTF-8
C
false
false
6,309
hx
/* -*- Mode:C; c-basic-offset:4 -*- */ /* * $Id: sbZfSbQe2000ElibVlanMem.hx 1.3.36.4 Broadcom SDK $ * $Copyright: Copyright 2011 Broadcom Corporation. * This program is the proprietary software of Broadcom Corporation * and/or its licensors, and may only be used, duplicated, modified * or distributed pursuant to...
[ "remon.zhang@163.com" ]
remon.zhang@163.com
d5493d2fd8ea002dbe4dc037427b8d8d080df237
b477697f95728fbf8d1759a73858860c9620c3ab
/peripheral/usbhs/processor/usbhs_p32mz2064dah176.h
9521e4c046f9f29dc444d81df9b737a7d983301c
[]
no_license
gmuro/harmony-v2_06-framework
12bcb30c2dc9f4737aab8762da8b25632822d00e
2196b67de35af9d1126b539b08324cf72ed13521
refs/heads/master
2022-12-07T19:24:34.649360
2022-11-18T22:16:49
2022-11-18T22:16:49
190,900,209
1
1
null
null
null
null
UTF-8
C
false
false
19,835
h
/* Created by plibgen $Revision: 1.31 $ */ #ifndef _USBHS_P32MZ2064DAH176_H #define _USBHS_P32MZ2064DAH176_H /* Section 1 - Enumerate instances, define constants, VREGs */ #include <xc.h> #include <stdbool.h> #include "peripheral/peripheral_common_32bit.h" /* Default definition used for all API dispatc...
[ "gustmuro@gmail.com" ]
gustmuro@gmail.com
2bfe825f66b6282a2ef8dc3498b3cea9f70130fc
d8e7f7f096ff0a1c23ed2e26ed30ae8862d7031c
/xf8.c
81d548ce4b25c02d77e54b2770299c09419c4ecd
[ "Unlicense" ]
permissive
skeeto/xf8
0dd0812ef55daaaa180e17fb668b632a107c6c0b
d87bfcc4167552e836c889996c1352307aba48b1
refs/heads/master
2020-11-27T05:07:42.413412
2019-12-22T13:15:17
2019-12-22T13:15:17
229,316,342
59
3
null
null
null
null
UTF-8
C
false
false
5,753
c
/* This is free and unencumbered software released into the public domain. */ #include <stdint.h> #include <stdlib.h> #include "xf8.h" static uint64_t xf8_hash(uint64_t x) { x ^= x >> 32; x *= UINT64_C(0xc6629b183fbdc9a7); x ^= x >> 32; x *= UINT64_C(0xc029435c0845c0b3); x ^= x >> 32; return x;...
[ "wellons@nullprogram.com" ]
wellons@nullprogram.com
3e21b8ca381750adb247e5d2ffe48e0b524e3876
c2cedcf36667730f558ab354bea4505b616c90d2
/players/grimm/newbie/rooms/room10.c
ddba949f146311fcc8bcb8271dde68efc0c09618
[]
no_license
wugouzi/Nirvlp312mudlib
965ed876c7080ab00e28c5d8cd5ea9fc9e46258f
616cad7472279cc97c9693f893940f5336916ff8
refs/heads/master
2023-03-16T03:45:05.510851
2017-09-21T17:05:00
2017-09-21T17:05:00
null
0
0
null
null
null
null
UTF-8
C
false
false
469
c
inherit "room/room"; object dude; reset(arg) { if (arg) return; monster(); set_light(1); short_desc = "A killing hallway"; long_desc = "A hallway in the killing grounds.\n"; dest_dir = ({ "players/grimm/newbie/rooms/room7","east", "players/grimm/newbie/rooms/r...
[ "rump.nirv@gmail.com" ]
rump.nirv@gmail.com
0d08f339ed5fd7429f1d6f892f017f2a9ed76c66
eb71e673b4bb606e66c811afe35c0dd8fc8ac310
/revnum.c
c97c5f4293d6aea032bb9159ae94cf07e0c0ee49
[]
no_license
nandhu2298/programming
3b8b02cdd4d120181ec3f44f8ef1d28eedd70cc9
bd2f6248db3aa556e0afeeeb43bc0f3c8cceff35
refs/heads/master
2020-04-16T13:12:10.808030
2019-04-24T15:11:41
2019-04-24T15:11:41
165,615,788
0
0
null
null
null
null
UTF-8
C
false
false
171
c
#include<stdio.h> int main() { int N,s=0,r; scanf("%d",&N); if(N<=1000) { while(N) { r=N%10; s=(s*10)+r; N=N/10; } } printf("%d",s); return 0; }
[ "noreply@github.com" ]
nandhu2298.noreply@github.com
3258e2f88bed29e0262fd1f1ae4c99a8b6c1f266
f367e4b66a1ee42e85830b31df88f63723c36a47
/lib/jansson-e23f558/test/suites/api/test_load.c
1c64b0c8da28b7b85d4f88c184ce40a8aa389c6e
[ "Apache-2.0", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
fluent/fluent-bit
06873e441162b92941024e9a7e9e8fc934150bf7
1a41f49dc2f3ae31a780caa9ffd6137b1d703065
refs/heads/master
2023-09-05T13:44:55.347372
2023-09-05T10:14:33
2023-09-05T10:14:33
29,933,948
4,907
1,565
Apache-2.0
2023-09-14T10:17:02
2015-01-27T20:41:52
C
UTF-8
C
false
false
7,526
c
/* * Copyright (c) 2009-2016 Petri Lehtinen <petri@digip.org> * * Jansson is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. */ #include "util.h" #include <jansson.h> #include <string.h> static void file_not_found() { json_t *json; js...
[ "eduardo@treasure-data.com" ]
eduardo@treasure-data.com
930eded65ea4260ec6da6dff4ed6daf99ec43e22
f79ef81e6e4e989ed14ed0283a9737f731101aab
/Unix Family/Linux.lrk.e/ssh-2.0.13/lib/sshpgp/pgp_s2k.c
6d456abd7625a7e46b9489e6c67fc5fc5047bead
[ "MIT", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
TheWover/Family
9d5597eda68aeee5e99de993176b6bd1366b57f1
f3ed1713c6b71823d8236b80148b60982dd906e1
refs/heads/master
2020-09-11T15:11:21.601776
2019-10-30T04:33:43
2019-10-30T04:33:43
222,106,609
3
4
MIT
2019-11-16T13:54:02
2019-11-16T13:54:01
null
UTF-8
C
false
false
3,915
c
/* pgp_s2k.c Author: Timo J. Rinne <tri@ssh.fi> Copyright (c) 1998 SSH Communications Security, Finland All rights reserved Convert passpharse to encryption key. */ /* * $Id: pgp_s2k.c,v 1.6 1999/04/05 18:01:29 tri Exp $ * $Log: pgp_s2k.c,v $ * $EndLog$ */ #include "sshincludes.h" #ifdef W...
[ "57078196+vxunderground@users.noreply.github.com" ]
57078196+vxunderground@users.noreply.github.com
730d6003db8c78b629003e756e9f1f448399d6d1
cae84dbabbdd51a2f99d9a7648bb446a0c4e860a
/array/Matrix/sum.c
294bc40738d4b1ba239f35500895ef7201bf752e
[]
no_license
imransanny/Basic-C-Proggramming
719150be46516d38877fd50696c04154b6a408ee
f1e4609b3db8ca90fe079169772a1952c55b6c39
refs/heads/master
2021-01-01T02:26:37.490372
2020-04-03T18:06:23
2020-04-03T18:06:23
239,139,943
1
1
null
null
null
null
UTF-8
C
false
false
691
c
#include<stdio.h> int main() { int xA[3][3]={{1,2,3},{4,5,6},{6,7,8}},a,b; int xB[3][3]={{1,2,3},{4,5,6},{7,8,9}},i,c,d,e,j; int z[5][5]; printf("A Matrix :\n "); for(a=0 ; a<3 ;a++ ){ for(b=0 ; b<3 ; b++){ printf("%d " ,xA[a][b]); } printf("\n"); } printf...
[ "imransanny619@gmail.com" ]
imransanny619@gmail.com
80a2a3fb75e0092d6688ae88f743d36493d53f3e
00bc7cca62122847b9d46524a07e1b20d999853b
/lemin.c
57484fdd67279b4f55fe1c841d43ab40ce273daf
[]
no_license
zcarde/lem-in
12eb908e7885ddcc166a3f49eaeaa2758258b819
9194659022db13d7f146e30e0b7161bd60d2920c
refs/heads/master
2021-01-10T01:42:16.785857
2015-12-05T17:14:35
2015-12-05T17:14:35
47,461,793
0
0
null
null
null
null
UTF-8
C
false
false
2,713
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* lemin.c :+: :+: :+: ...
[ "zcarde@NeoPlasme.local" ]
zcarde@NeoPlasme.local
828fb68099ddba60a43c796a2a01ee6832b3ce8f
0dee3b2cffcb4087f7c4dc1220f504ebbd47ceed
/tests/components/gps_base/include/NMEAParser.h
a240e495f9ad87174c64a67df83fd730a5083b13
[ "MIT" ]
permissive
gsr-personal-projects/watchy-sports-software
f339e1eda6bc3a4eaeeaaa8351add2d923b77189
6da1d3de8ff21073f69be95469534e45210a709d
refs/heads/main
2023-06-21T16:36:16.243237
2021-07-26T21:43:04
2021-07-26T21:43:04
381,197,030
1
0
null
null
null
null
UTF-8
C
false
false
13,553
h
/** ******************************************************************************* * @file NMEAParser.h * @author AST / Central Lab * @version V1.0.0 * @date 18-May-2017 * @brief NMEA sentence parser * ******************************************************************************* * @attention * * <h2><center...
[ "gsaurabhr@gmail.com" ]
gsaurabhr@gmail.com
d0b6162ae5497d2b4ce813ff4800ce69d3a6e05d
39706994cd16c17189f2f38faff720ee804e8613
/catkin_ws/src/katana_manipulator/pm_math_f866cdd2.c
2f3d7c79051adce0d0a56827c6d85d92f2cff77e
[]
no_license
RobotJustina/RCF-MathWorks-2020-14
103dd2cd4d7c762604ac644132641dca80f92e7c
c49314f0ae58b1c69067fc22d1c548df05f9990b
refs/heads/master
2022-12-30T09:21:16.603653
2020-10-21T17:25:39
2020-10-21T17:25:39
300,088,934
2
0
null
null
null
null
UTF-8
C
false
false
5,476
c
#include "stddef.h" #include "stdlib.h" #include "pm_std.h" extern void pm_math__wo8gjKHkd4ZYiGnRCCA8L(creal_T*x); #include "pm_std.h" extern void pm_math_V4wY5inRPrGJ_q94UMd56c(const int pm_math_FdNKyaRLqeWhg5tGqF_VYT,const int pm_math__jwySfHyx1SXgXJeVWoIzb,const real_T*pm_math_F2l4p_g4sn02huHNflQjMH,const real_T* pm...
[ "contact@mnegretev.info" ]
contact@mnegretev.info