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
cf7a8bf71426b08c7b29efd0342b19dc49efc747
9d15036862fe04ebb1f91e43b51e64c210e8b934
/1107回文数猜想(函数).c
8317506f545e09b4c5aa0e932b767dc6c267a77b
[]
no_license
yasina2020/ZZULIOJ
140315c722812c1730d000f624e770627984bbd3
13592650a47e1b8a2c11299b4751db3ae7d753c5
refs/heads/master
2023-03-21T09:32:34.313877
2021-03-18T13:17:22
2021-03-18T13:17:22
178,331,746
7
0
null
null
null
null
UTF-8
C
false
false
306
c
#include"stdio.h" int inverse(int n) { int m=0; while(n>0) { m=m*10+n%10; n=n/10; } return m; } int main() { int n,m; scanf("%d",&n); while(m=inverse(n),m!=n) { printf("%d ",n); n=n+m; } printf("%d",n); return 0; }
[ "noreply@github.com" ]
yasina2020.noreply@github.com
dac63f12e843a505654e9c44ca23753d564bd8a2
7fcc2e69f02d981ca4d280b41436cce34932b905
/20-libstdcpp/destructor.h
4aa8957f4f42d4216cfdee7e18e131fab17f6287
[ "LicenseRef-scancode-public-domain" ]
permissive
AlekSi/valgrind-suppressions
ab76afb9b507f5e4a0cc34f393c2804dcb885e25
242fd828d2f70bc3372c01d6cf29fd9ae1ed46ef
refs/heads/master
2020-05-18T18:08:20.662981
2010-02-13T15:57:29
2010-02-13T15:57:29
605,210
2
0
null
null
null
null
UTF-8
C
false
false
133
h
struct ValgrindSuppressionsForDestructor { ValgrindSuppressionsForDestructor(); ~ValgrindSuppressionsForDestructor(); int* i; };
[ "alek.silverstone@gmail.com" ]
alek.silverstone@gmail.com
0e4cb171accbfdbb4cabdde17cbfbbb85ca19167
c6759b857e55991fea3ef0b465dbcee53fa38714
/rtos/pmsis/tests/bsp/camera/simple/test.c
9302101325829f3045c1fe1ac69c80b7d4cf28f7
[ "Apache-2.0" ]
permissive
GreenWaves-Technologies/gap_sdk
1b343bba97b7a5ce62a24162bd72eef5cc67e269
3fea306d52ee33f923f2423c5a75d9eb1c07e904
refs/heads/master
2023-09-01T14:38:34.270427
2023-08-10T09:04:44
2023-08-10T09:04:44
133,324,605
145
96
Apache-2.0
2023-08-27T19:03:52
2018-05-14T07:50:29
C
UTF-8
C
false
false
2,860
c
/* * Copyright (C) 2019 GreenWaves Technologies * All rights reserved. * * This software may be modified and distributed under the terms * of the BSD license. See the LICENSE file for details. * * Authors: Germain Haugou, ETH (germain.haugou@iis.ee.ethz.ch) */ #include "pmsis.h" #include "bsp/bsp.h" #include ...
[ "yao.zhang@greenwaves-technologies.com" ]
yao.zhang@greenwaves-technologies.com
d12fc40329f382a2ee1567e8c03f44c736e82521
5792b184e71a9de7779e0bd21b6833f8ddfdb4b5
/sysvr4/svr4/cmd/bnu/ulockf.c
81a0fb5b7cb37e6d289cab8e668b093c0eb70ff7
[]
no_license
ryanwoodsmall/oldsysv
1637a3e62bb1b9426a224e832f44a46f1e1a31d4
e68293af91e2dc39f5f29c20d7e429f9e0cabc75
refs/heads/master
2020-03-30T06:06:30.495611
2018-09-29T09:04:59
2018-09-29T09:04:59
150,839,670
7
0
null
null
null
null
UTF-8
C
false
false
9,611
c
/* Copyright (c) 1990 UNIX System Laboratories, Inc. */ /* Copyright (c) 1984, 1986, 1987, 1988, 1989, 1990 AT&T */ /* All Rights Reserved */ /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF */ /* UNIX System Laboratories, Inc. */ /* The copyright notice above does not evidence any */...
[ "rwoodsmall@gmail.com" ]
rwoodsmall@gmail.com
d4175caca30bc8b835b1cea48c4bac70ee69b812
d80ae78eb68938b046992574344cc4665656cd25
/Semantics.d/sample.d/1.c
fcdebe6970a8f6b975c61bd1e3fb12a91bab1254
[]
no_license
iYuqinL/aSimpleCC
a393a2726c2a72c9326d3747f3422d2f2304d0fa
ba0edf5dbfb144fc0ae4a8c004b1718f4238696e
refs/heads/master
2022-01-19T05:31:45.762226
2018-07-07T10:02:08
2018-07-07T10:02:08
null
0
0
null
null
null
null
UTF-8
C
false
false
39
c
int main() { int i = 0; j = i + 1; }
[ "yusnowsliang@gmail.com" ]
yusnowsliang@gmail.com
b5a1a9a0a59603aac31de3b4556f241bc5622b43
f84569e9965daa9a8f523995653f5f02cb6b9dae
/um/segment_test.c
47b329539ed70a21b1b11a4742a7b72c071e8e7a
[]
no_license
phillip-tian/COMP40
5e97a6959751bb22692c9d50396c67849fdb781e
28a7a8af89b291d096d28276569a65b746c13c62
refs/heads/master
2021-08-22T11:05:29.726597
2017-11-30T02:24:53
2017-11-30T02:24:53
112,404,608
0
1
null
null
null
null
UTF-8
C
false
false
2,449
c
/* * segment_test.c * * Author: Shucheng Tian and Yirong Tang * * This is a unit test for our Segmented Memory for * our UM. * */ #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "assert.h" #include "memory.h" #include "segment_tes...
[ "shucheng.tian@resnet154-74.medford.tufts.edu" ]
shucheng.tian@resnet154-74.medford.tufts.edu
cd2161c4bb29e19045e07200d7da9f4a09b7e4c9
747ed1fc4a906dcb4b32967970c0e05b66250920
/apps/gtk/x_theora.c
d266fd18406c9e5442f5c5fe039683435711ce34
[]
no_license
williexing/xwbot
8848de605e30a2764193a07349272a6950f1af23
5483080d1364c81911e9d0986d6781fbad112ed6
refs/heads/master
2021-01-10T02:18:29.956711
2013-10-16T10:37:22
2013-10-16T10:37:28
48,229,166
0
0
null
null
null
null
UTF-8
C
false
false
7,002
c
/* * x_theora.c * * Created on: Oct 26, 2011 * Author: artemka */ #include <sys/types.h> #include <stdio.h> #include <stdlib.h> #include <arpa/inet.h> #include <string.h> #include "mynet.h" #include "x_theora.h" static x_theora_codec_t cdc_ctx; static x_theora_codec_t *cdc_ctx_p = &cdc_ctx; static th_ycb...
[ "xw@xw.(none)" ]
xw@xw.(none)
ce2b4704c2c9b776df17d60e84b425ddd71599d7
487758b0f371df3233c0651a042c26e7fc6b0765
/libraries/freertos_plus/standard/tls/include/aws_tls.h
d012334d6d118aa70bb61d407bc7cb7f5b8d348a
[]
no_license
redpinesignalsinc/amazon-freertos
bcd30d43d759b905f4e47973d53db777e57b7117
22f470e30ee8c3cfe7861551dff4849212668f87
refs/heads/master
2020-12-22T04:54:16.742019
2020-01-28T07:39:15
2020-01-28T07:39:15
235,995,037
0
0
null
2020-01-27T10:45:52
2020-01-24T12:00:47
null
UTF-8
C
false
false
5,867
h
/* * Amazon FreeRTOS TLS V1.1.4 * Copyright (C) 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restrictio...
[ "vinod.alibade@redpinesignals.com" ]
vinod.alibade@redpinesignals.com
7aff8e8adbcfc7077a0a96aa760e307c0c8cc20a
4e1adcfb6295f434f49c3f6182d9733681092a75
/arch/arm/cpu/armv7/bcm281xx/clk-core.c
77a043fc01ae9df7c007d85bdfc0246fef188e67
[]
no_license
danielk1031/codereview
119bb3a24c39cb0ad0ed7d9afb8de34678b8b7ad
7793bfba04277ba7cd1e06314f31a351e2335e42
refs/heads/master
2021-01-19T11:26:41.394100
2014-11-05T06:23:54
2014-11-05T06:23:54
null
0
0
null
null
null
null
UTF-8
C
false
false
11,930
c
/* * Copyright 2013 Broadcom Corporation. * * SPDX-License-Identifier: GPL-2.0+ */ /* * * bcm281xx architecture clock framework * */ #include <common.h> #include <asm/io.h> #include <asm/errno.h> #include <bitfield.h> #include <asm/arch/sysmap.h> #include <asm/kona-common/clk.h> #include "clk-core.h" #d...
[ "daniel.k1031@gmail.com" ]
daniel.k1031@gmail.com
642666223b8ef470b915a3737b84b87706a9f754
71a2bd46f2fc1513ff40f4d31e26e8afef7f5b17
/src/players/oggplayer.c
f14e9c12b42d1063650bb1cbbfd7028cb8adb1cf
[ "BSD-3-Clause" ]
permissive
PSP-Archive/Lua-Player-HM
8f04cd0bd2b23c27ac10b4b075eba8f22b6cd771
0dc8a7afa341312e00d251abc203ed3725320500
refs/heads/main
2023-02-20T20:20:23.576694
2021-01-21T08:48:09
2021-01-21T08:48:09
331,567,868
0
0
null
null
null
null
UTF-8
C
false
false
12,317
c
// LightMP3 // Copyright (C) 2007 Sakya // sakya_tg@yahoo.it // // 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) an...
[ "75588890+pierrelouys@users.noreply.github.com" ]
75588890+pierrelouys@users.noreply.github.com
b06a13b48f4ee8c3afe8c4d3c74a0aaee58bdd89
472365828b645e342bbdd4f80ade8740253adaf8
/CS301_Class.cydsn/Generated_Source/PSoC5/isr_m2.c
263c21029a13c5daf4aa9e5134695d2becf3bbdb
[]
no_license
AlexanderTheGrape/CS301-Team-Repo
6c5a1f95f5870a6254d12760c4326b66b2b82155
089b59e960681cf7e273ba9bac649e44f3e2de0f
refs/heads/master
2022-02-26T02:57:23.077783
2019-10-22T08:02:59
2019-10-22T08:02:59
201,409,577
0
0
null
null
null
null
UTF-8
C
false
false
11,655
c
/******************************************************************************* * File Name: isr_m2.c * Version 1.70 * * Description: * API for controlling the state of an interrupt. * * * Note: * ******************************************************************************** * Copyright 2008-2015, Cypress Semi...
[ "lken274@UoA.auckland.ac.nz" ]
lken274@UoA.auckland.ac.nz
542c13dff2e04ed7199d079ad7e984aed02641eb
5882dd93d224caead000d00d4e2cd1757a646951
/ps7mmrs/macro/ps7dap.h
c9a7715674216ba61aa633207ffa77e660e99819
[]
no_license
MuhammadMajidAltaf/zynq7000
df18404885d29351d8436b75c5f3b977192f0b50
887de58b18d092db972d4c78002a02ed4dd14931
refs/heads/master
2021-01-20T05:59:43.027137
2017-04-28T12:16:40
2017-04-28T12:16:40
null
0
0
null
null
null
null
UTF-8
C
false
false
36,854
h
//****************************************************************************** //* //* Xilinx zynq7000 PS7 Memory Mapped Registers Header File //* //* Module name: PS7_DAP //* //* Version 1.0 //* //* Copyright (c) 2017, emb-lib Project Team //* //* This file is part of the zynq7000 libr...
[ "dxp@ngs.ru" ]
dxp@ngs.ru
5d629245dbcfd97cb659dfc96092f6742c529082
e0c56ca26b2ed0fc12c3927dd88f6d8a4d95aa4b
/FissionEnmo-SDK/EnmoSDK/Pods/Headers/Public/Gimbal/Gimbal/GMBLPlace.h
3fdf13d696338da2e90295b484149b913840cdc6
[]
no_license
hemanthkorada/DebugEnmoAPP
590650fd14a512049b17d596b55e424d40790a1b
8ac4cd79ea7249fa98fd19a740476eb17eb583cf
refs/heads/master
2020-03-12T23:42:17.966974
2018-04-24T15:08:20
2018-04-24T15:08:20
130,871,618
0
0
null
null
null
null
UTF-8
C
false
false
66
h
../../../../Gimbal/Frameworks/Gimbal.framework/Headers/GMBLPlace.h
[ "hemanth.korada@fissionlabs.com" ]
hemanth.korada@fissionlabs.com
1760ca32018c66b0a8f211e15c7e2affb644f08c
4290e12645a605b66ac3e2ed8f437b813b8768eb
/Common_3/ThirdParty/OpenSource/lua-5.3.5/src/lauxlib.c
3d3fd9ee385fa51cd56b84c097635a86bd873ace
[ "Apache-2.0" ]
permissive
silvrwolfboy/The-Forge
192128994873fa8269ce821e7f60159d3fa49d0a
584c74eafd35a3d710ee4c1b715b7791b30d5504
refs/heads/master
2021-02-22T20:00:31.097560
2020-03-06T07:03:31
2020-03-06T07:03:31
245,384,069
0
1
Apache-2.0
2020-03-06T09:52:48
2020-03-06T09:52:47
null
UTF-8
C
false
false
30,491
c
/* ** $Id: lauxlib.c,v 1.289.1.1 2017/04/19 17:20:42 roberto Exp $ ** Auxiliary functions for building Lua libraries ** See Copyright Notice in lua.h */ #define lauxlib_c #define LUA_LIB #include "lprefix.h" #include <errno.h> #include <stdarg.h> #include <stdio.h> #include <stdlib.h> #include <string.h> /* ** Th...
[ "jenkins@conffx.com" ]
jenkins@conffx.com
76fceaee7c418399ab5c4592a76a218bc02bfc40
287d96d7030efdbcd5d263d63390c8323e37d0f0
/US282A_SDK/psp_rel/usermodule/enhanced/id3/eh_id3_function_sub.c
33bcc7993967e9242e762d2d66eb07d4f7a3c9d5
[]
no_license
zqxu8888/Sdk_Refresh
22c3bb5a2f596720deeb45576e7aee58d29e2979
aa0fc8f993bd0c2a6982bf0a95b3461ad7e7aa6d
refs/heads/master
2022-02-25T13:04:15.428090
2019-10-06T07:28:21
2019-10-06T07:28:21
null
0
0
null
null
null
null
UTF-8
C
false
false
23
c
#include "eh_id3.h"
[ "yfa1@baoannayu" ]
yfa1@baoannayu
f22a7b29744b64075a091f46795010377692729a
2a14348e777890ca8a1b9bbfa9df0e2b6285388d
/Source/Header/WiFly_Commands.h
a058d58ca296d8bc5223d8e9da4efcb7bcf669bf
[]
no_license
fischma3/DiffDrive_v0.93
1003a259862c67e81c644317501ee4916494216a
5f49917b61bb5f589294c9caac7ee8d3cf15f97b
refs/heads/master
2021-08-30T06:56:39.995057
2017-12-16T15:18:58
2017-12-16T15:18:58
114,249,385
0
1
null
null
null
null
UTF-8
C
false
false
5,395
h
//########################################################################### // FILE: WiFly_Commands.h // TITLE: Headerfile from WiFly_Commands.c // AUTOR: H. Messmer // DATE: 01.05.16 // VERSION: 1.0 // // CHANGES: - // // DESCRIPTION: // - describes the global interface to WiFly_Commands.c //############...
[ "ficm@zhaw.ch" ]
ficm@zhaw.ch
728629e001c332cf640e1d22d65653733202fa8d
9f30f3f1a1cb030ee39321f94c12b82da4b56c22
/src/kernel/math.c
e9d3636e335484e87013a45c667c21ed9509aaf3
[ "Unlicense" ]
permissive
Dudejoe870/FunOS
f39671638d8c2108318054dca2f5066d213fda14
cea55e90505b6ff8e75313ca54e46c0ad645180c
refs/heads/master
2020-05-20T23:44:08.890721
2019-05-10T09:02:53
2019-05-10T09:02:53
185,809,723
2
0
null
null
null
null
UTF-8
C
false
false
120
c
#include "math.h" int abs(int n) { return ((n<0)?(-n):(n)); } float fabs(float n) { return ((n<0)?(-n):(n)); }
[ "dudejoe870@gmail.com" ]
dudejoe870@gmail.com
f804e155e904c200aad226450770ca9c8d73cb24
3286f38f37da2b40eaeb3664d5d55e27b0c31bf3
/training_data/s16_128_512_4_4.c
309e1a2d90704f78877eae9ee22af24aa4757de0
[ "BSD-3-Clause" ]
permissive
intel/neuro-vectorizer
e20e207c2fbd934bbe3bd8c6182a762c4733343c
28b65ab7cdcbae81b7e379e628bbf3bf85211000
refs/heads/master
2023-06-02T16:54:02.487191
2023-01-07T00:10:24
2023-01-07T00:10:24
219,954,590
79
35
BSD-3-Clause
2020-05-23T01:52:24
2019-11-06T09:04:15
C
UTF-8
C
false
false
2,145
c
/* Copyright (c) 2019, Ameer Haj Ali (UC Berkeley), and Intel Corporation All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this ...
[ "ameerh@berkeley.edu" ]
ameerh@berkeley.edu
5280e21018690da17f72aa5a933981e48eac8539
ad2dc24ae5d2569f79704ba2342cfece30527a15
/DSALAB/slip.c
f2545dee01f49e13e35bfb3cbb085f53086fae37
[]
no_license
Artemis-2/Algorithms
4870fb791988a73d249e7dbec4e868d943fbe4a9
34c24ee08d470bb4d374f9e53ce6e00b97293e5e
refs/heads/master
2023-02-22T01:07:41.316563
2021-01-26T06:08:57
2021-01-26T06:08:57
292,759,893
0
0
null
null
null
null
UTF-8
C
false
false
2,462
c
#include<stdio.h> #include<stdlib.h> int final=0; typedef struct try { struct try* pl; struct try* pr; int sum; int data; }TRY; void add(TRY*,int); int search(TRY*,int);void printpre(TRY*); void sum(TRY*); void printin(TRY*); void printpresum(TRY*); void printpost(TRY*); int main(void) { TRY* head; head=NULL; ...
[ "noreply@github.com" ]
Artemis-2.noreply@github.com
b227e8ffa240ede5b72b3383b6722e5628ae699a
99b4b0c448f196eb02560583e875d29a32b1307e
/practicas/OnlineClasses/Clase 7 ordenamiento vectores/main.c
ced1fde1763e20f93c772c4b8e35b273ac09b9f2
[]
no_license
RobertaGabor/PracticasDeLaboratorio
4ce3c7964ba894fbd5c194f12a01b041fa1dcc23
ee15e83c1e1b9e390445926dee8f6be8cd68b8ab
refs/heads/master
2022-11-04T20:36:44.931550
2020-06-17T15:43:14
2020-06-17T15:43:14
254,727,540
0
0
null
null
null
null
UTF-8
C
false
false
580
c
#include <stdio.h> #include <stdlib.h> /*BURBUJERO*/ void swap (int* x, int* y); //HACER void bubbleSortEleccion (int vector[],int tam, int opcion);//hacer un vector con criterio 1 o 0 para descendente o ascendente; void copiarCadena (char cadenaDest[],char cadenaOrig[]); int main() {/*comilla simple literal d...
[ "noreply@github.com" ]
RobertaGabor.noreply@github.com
a153a01be5c191e9143a18fb15cd6f464ee9e89e
f9dd8fb6ec4bb166bed0618056a7db6774801e71
/vendor/github.com/twmb/algoimpl/c/containers/heap.c
2b502876ee0cb59bba3af28aaf2e70e3ab05bd6e
[ "BSD-2-Clause", "MIT" ]
permissive
GetTerminus/convox-off-cluster-builder
3b4a2db89f4e763e4687fb8ad8fba06c91e7a0e2
b04077b7d2bf3e95f147abff7c68e3314d4ec84b
refs/heads/master
2022-06-06T23:02:44.608528
2022-06-02T21:20:52
2022-06-02T21:20:52
115,128,645
1
2
MIT
2022-06-02T21:20:53
2017-12-22T15:43:43
Go
UTF-8
C
false
false
2,327
c
#include <stdlib.h> #include "heap.h" struct heap { void *container; bool (*less)(void *c, int l, int r); int (*len)(void *c); void (*swap)(void *c, int l, int r); void (*push)(void *c, void *e); void *(*pop)(void *c); }; Heap create_heap(void) { Heap newheap = malloc(sizeof(struct heap)); ne...
[ "noreply@github.com" ]
GetTerminus.noreply@github.com
dda065a13645884a811f4220e49666c0e458251e
6c2fd304df8ac5be9e6dff22e0f060c5a00d7186
/lab5/exer1.c
c81c5c7f742dbbed15799e5286453b09ac9059b9
[]
no_license
mayank3012jain/dsa-csf211
d887017b1ba7c39a9ec6b0a08322a174543313d9
04e4438da2561feb2c62b3dedd432c932fbefb58
refs/heads/master
2020-04-19T12:00:15.358042
2019-04-09T11:17:12
2019-04-09T11:17:12
168,182,322
0
0
null
null
null
null
UTF-8
C
false
false
868
c
#include<stdio.h> #include<stdlib.h> #include<time.h> typedef struct{ char c_number[17]; char b_code[5]; char expiry[7]; char name[5]; char lastName[5]; }record; int MAX=0; record* readFile(FILE* inputFile, int n){ if (inputFile ==NULL){ printf("ERROR"); return NULL; } //char *buff; record *arr; arr ...
[ "noreply@github.com" ]
mayank3012jain.noreply@github.com
f2649201c4eabb5719d20090b3c89f00a6d734ab
0112aafc0b72b7f40253d641523f1966a9fa4524
/task3.c
e2da5ed03977fc5f48bfbd3ba515885b1e488ee1
[]
no_license
Nabil372/unirobo
af888cbbc086f79ab2e4acb46a0888b6cd42ce63
f9e909476627719acf4cb9fb4f2db481a709cf19
refs/heads/master
2021-03-24T10:03:29.715021
2019-09-23T13:21:17
2019-09-23T13:21:17
123,952,277
0
0
null
null
null
null
UTF-8
C
false
false
2,125
c
#include <stdio.h> #include <stdlib.h> #include <time.h> #include <math.h> #include "abdrive.h" #include "simpletext.h" #include "simpletools.h" #include "ping.h int compensation = 0; static void turnThroughAngle(int angle) { int ticks = (int) round(angle*0.284); if (angle > 0) { if (compensation ...
[ "Nabil.belahouane@mail.com" ]
Nabil.belahouane@mail.com
7eb3805132c413686025db2dc5f40616bcecd527
bbd7de088bc0b96627e7dfa38a523d58af47cfce
/libs/bigplus/bigplus.h
2b01fa3ed326ec1e9a887100e9b13c4a9d99d95c
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
kadaokaduan/wwwcount
2d596b69cc64806b0bac8fcab1b7a0360c60dc4c
f6d0bf8d921cb6e923465e4efd0543b369206b67
refs/heads/master
2020-03-28T10:08:23.334851
2018-09-10T02:06:04
2018-09-10T02:06:04
148,085,741
0
0
null
null
null
null
UTF-8
C
false
false
4,359
h
#ifndef BIGPLUS_H #define BIGPLUH_H /* number.h: Arbitrary precision numbers header file. */ /* This file is part of GNU bc. Copyright (C) 1991, 1992, 1993, 1994, 1997 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Genera...
[ "manhongpeng2711@163.com" ]
manhongpeng2711@163.com
9085167146610deb0791c632174687be455437e6
e0cd22a3dbf1589cee37c33374607ed2ce66e95e
/cpp/opensourcesrcs/ace/pace/pace/vxworks/stat.h
0d7b436dc784afbdb0beb05d276819c8ed9d2b52
[]
no_license
CodeOpsTech/DesignPatternsCpp
1335402e2c88a4b8715430210ec153af7bb733be
2c67495ffdc65443fae98b2879f7b608e3562876
refs/heads/master
2021-01-11T19:19:48.498940
2017-07-19T02:52:56
2017-07-19T02:52:56
79,355,314
1
0
null
null
null
null
UTF-8
C
false
false
1,500
h
/* stat.h,v 1.1 2001/06/01 20:56:53 joeh Exp * ============================================================================ * * = LIBRARY * pace * * = FILENAME * pace/vxworks/stat.h * * = AUTHOR * Joe Hoffert * * ========================================================================...
[ "ganesh@codeops.tech" ]
ganesh@codeops.tech
03ff72f22cd0dc775ed2c35ab80f22721b506ab4
32c99c5666cb1b81caced10b1b3ee5b86590b596
/libft/printf/print_main_1.c
61e504742222b5c2f04d626ea2133be83b46bf53
[]
no_license
nkone/42_fdf
3c3a7224eba61999890a230640dd83f3d0851281
7786dcd6c8542c960f7dfc9700f2f12f141617cf
refs/heads/master
2020-06-26T20:28:40.552452
2019-11-03T01:43:08
2019-11-03T01:43:08
199,747,367
4
0
null
null
null
null
UTF-8
C
false
false
3,458
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* print_main_1.c :+: :+: :+: ...
[ "phtruong@protonmail.com" ]
phtruong@protonmail.com
ab380da6691f1bb6fb4a47e50ee8890e3d03cf8d
27633b77b013d04ba957d63dab06c5b561fee2a9
/d4122/code/security_probe/tcpip_mgr/flux_control_common/export/SockOperationId.h
59e66027d8529f835d41d81a096652ee221789ab
[]
no_license
Barrnett/web_replace_shell
6828fb1de3a0ba914d8536e2c66c2901c9eb7bcf
60eb3d0e086617827c1db9b6cd5ec428c52c99ad
refs/heads/master
2020-06-18T23:22:54.008226
2019-07-12T02:00:44
2019-07-12T02:00:44
196,490,295
0
0
null
null
null
null
GB18030
C
false
false
862
h
////////////////////////////////////////////////////////////////////////// //SockOperationId.h #pragma once enum{ CMD_SERVANT_ID = 1, LIVE_SERVANT_ID = 2, SYS_MAINTANCE_SERVANT_ID = 3, IP_ID_CMD_BASE_ID=1000, //设备控制 OP_ID_SET_CONFIG_FILE =1001, OP_ID_GET_CONFIG_FILE = 1002, OP_ID_CLEAR_SERVICE_STATISTIC = 1...
[ "877584721@qq.com" ]
877584721@qq.com
6771fba64f095a7ecaa1325de4ac2db9ccf083ec
7ea2a3dcd40f09a3af27ae657c64b1e23ef2f75f
/Data_Structure/LinkedList/sll_KeySearch_usingRecursion.c
a76c3b557c8b76df60ebe959c0e8309947501ced
[]
no_license
yogeshgawali/CNCPP
7e988997debae91aa2812d7de63416ad1de67fc5
3a4b2ed1e7a8523a00539bf5741873107558668e
refs/heads/main
2023-06-24T22:44:22.712418
2021-07-30T01:32:00
2021-07-30T01:32:00
309,477,293
0
0
null
null
null
null
UTF-8
C
false
false
2,161
c
#include<stdio.h> #include<stdlib.h> #include<malloc.h> #include<string.h> struct node { int data; struct node *next; }; struct node* create(int data) { struct node* temp =(struct node*)malloc(sizeof(struct node)); if(temp==NULL) return NULL; temp->data=data; temp->next=NULL; return temp; } struct nod...
[ "yogeshgawali27@gmail.com" ]
yogeshgawali27@gmail.com
769ce9fd7834d6f89423b4474e3183a78d7535ec
c55f28e66b1398d918e01f6966b39ab932230153
/Projects/STM32L053R8-Nucleo/Examples/AES/AES_Modes/Src/stm32l0xx_hal_msp.c
31b0364ed0e1f2947ce89817ed152fa85391e45b
[ "BSD-2-Clause" ]
permissive
pengphei/STM32Cube_L0
a61b09a340cb6c815eb4f367bb40f929bb52977b
7988a1e2d431982d5245215d525f7faf855ded79
refs/heads/master
2021-01-17T06:35:43.344107
2016-07-23T10:08:06
2016-07-23T10:08:06
64,010,361
0
0
null
null
null
null
UTF-8
C
false
false
4,125
c
/** ****************************************************************************** * @file AES/AES_Modes/Src/stm32l0xx_hal_msp.c * @author MCD Application Team * @version V1.7.0 * @date 31-May-2016 * @brief HAL MSP module. * @verbatim =========================================...
[ "pengphei@sina.com" ]
pengphei@sina.com
6ad9ad9725f1249e2887fe697ba36eba0cc6aacf
9d27c87dae4c88ae76bfef176d21e8a841ecd445
/devkitPro/msys2/usr/lib/perl5/core_perl/CORE/config.h
d591eeeb5b9ab8c3c1413a0cc9f08a786cef5d04
[]
no_license
Bosslv0/Game-Team-Advance
cb844b7a864005e8329035ec0880761e403ff41c
473539744f6540fc58f6684738f11e62550331ac
refs/heads/master
2020-09-14T09:05:07.566353
2019-11-21T04:47:25
2019-11-21T04:47:25
223,083,997
0
0
null
null
null
null
UTF-8
C
false
false
162,854
h
/* This file was produced by running the config_h.SH script, which * gets its values from config.sh, which is generally produced by * running Configure. * * Feel free to modify any of this as the need arises. Note, however, * that running config_h.SH again will wipe out any changes you've made. * For a more perm...
[ "coreyjhunt@gmail.com" ]
coreyjhunt@gmail.com
6f607d34799158899ade1e105474c9f75a523561
c47c254ca476c1f9969f8f3e89acb4d0618c14b6
/datasets/linux-4.11-rc3/arch/mips/kernel/cevt-txx9.c
aaca60d6ffc31f4320e740ac27b6b986065772b5
[ "BSD-2-Clause", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
yijunyu/demo
5cf4e83f585254a28b31c4a050630b8f661a90c8
11c0c84081a3181494b9c469bda42a313c457ad2
refs/heads/master
2023-02-22T09:00:12.023083
2021-01-25T16:51:40
2021-01-25T16:51:40
175,939,000
3
6
BSD-2-Clause
2021-01-09T23:00:12
2019-03-16T07:13:00
C
UTF-8
C
false
false
6,636
c
/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Based on linux/arch/mips/kernel/cevt-r4k.c, * linux/arch/mips/jmr3927/rbhma3100/setup.c * * Copyright 2001 MontaVista Software Inc....
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
1e9bdc5c10097e4c8833801e8b37a1936bfa5f62
c15cb4b8b565533b718586a10553a8abfa4dd92c
/aula20160830/mat1.c
662ed17cde61255b8d392e85f91313046876e1ff
[]
no_license
PedruuH/MTP
75f71842b5601b23df6d9f7387cfe43557ed4112
8efd541794a3e213e219e02b11c7c564400791b3
refs/heads/master
2020-05-21T18:00:23.586743
2017-10-18T21:52:54
2017-10-18T21:52:54
65,817,507
0
0
null
null
null
null
UTF-8
C
false
false
331
c
#include<math.h> #include<stdio.h> int main() { float x,x1,y,y1; printf("Digite as coordenadas do 1o Ponto: "); scanf("%f",&x); scanf("%f",&y); printf("Digite as coordenadas do 2o Ponto: "); scanf("%f",&x1); scanf("%f",&y1); printf("A distancia e: %f",sqrt(pow(x1-x,2)+pow(y1-y,2))); ...
[ "pedro.inventador@hotmail.com" ]
pedro.inventador@hotmail.com
fe87971372d61f5280c611fdebfe348d28e99409
99edb88ea62f2823c1c92ee6474e899ae40a27c6
/oski-1.0.1h/include/oski/xforms.h
834c9d5a4f1b62776ac0ecb057470a2ce822fd40
[ "BSD-3-Clause", "MIT" ]
permissive
fruitfly1026/FillEstimation
7c3944009255bb2f406328f82270e743ba86520a
a9084f0f4b427287b5156ddce69171b31263d758
refs/heads/master
2021-01-21T05:32:42.011773
2017-10-09T19:47:48
2017-10-09T19:47:48
101,924,935
0
1
null
2017-08-30T20:18:15
2017-08-30T20:18:14
null
UTF-8
C
false
false
864
h
/** * \file oski/xforms.h * \brief OSKI-Lua transformation module. */ #if !defined(INC_OSKI_XFORMS_H) /** oski/xforms.h included. */ #define INC_OSKI_XFORMS_H #include <oski/matrix.h> #include <oski/lua.h> #if defined(DO_NAME_MANGLING) /** \name Name mangling. */ /*@{*/ #define oski_ReplaceTunedMatRepr MANGLE_(...
[ "ptrahrens@gmail.com" ]
ptrahrens@gmail.com
b9cb0ccbf1be3a8f06cf178adab4f0320cc9a901
259448a116696e385f492d8a61d6909dc9d917f5
/bus-routes.c
bd8b576c0cf14a45740b9bd60484b80c42c73b5d
[]
no_license
aresbit/leetcode-pure-cang
9b9bbd1602677a60b0b2832a634dd16bb89434c3
3b3660307898d2b39abd0c6668c8c2a7f682e200
refs/heads/master
2023-06-27T00:27:28.896129
2021-08-02T05:35:05
2021-08-02T05:35:05
null
0
0
null
null
null
null
UTF-8
C
false
false
1,472
c
#define resizeArray(ptr, type, size) ((type*)realloc(ptr, (size) * sizeof(type))) int *pushback(int *array, int *size, int value) { int *output = resizeArray(array, int, *size + 1); output[(*size)++] = value; return output; } typedef struct{ int*ptr; int sz; }vec; vec newVec() { vec rez; rez.ptr = NULL; rez....
[ "predlagamda@yahoo.com" ]
predlagamda@yahoo.com
698969a8ee0fbe4ad2253f84ec494efb91fbf544
0844fdc9eec32f22257ca2b3c235bb8619fb51db
/ext/em_asyncns/asyncns.h
b7264fde21c66c915e7c420ca3370226c1ecf696
[]
no_license
astro/em-asyncns
b3e22cf4c9085e063118bc02caa1cd87b79cc926
30b4882bc67b421222f47809e09db54469f95779
refs/heads/master
2016-09-05T15:36:18.990849
2009-05-11T21:21:45
2009-05-11T21:21:45
197,295
4
0
null
null
null
null
UTF-8
C
false
false
6,855
h
#ifndef fooasyncnshfoo #define fooasyncnshfoo /* $Id: asyncns.h 23 2007-02-16 12:49:17Z lennart $ */ /*** This file is part of libasyncns. libasyncns is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundati...
[ "astro@spaceboyz.net" ]
astro@spaceboyz.net
f5a599c2b21e43a8f37b2618d25ffc1515597ac4
9fecec1af9a49027435cd2c30c51783665f209fe
/src/entrada.c
0a1cc8d61240b47485ae147fb6ce4de611551f69
[ "BSD-2-Clause", "MIT" ]
permissive
g-otn/Colorir438
17657b6b31f4e138aa9cd18f47396c0dfe6d457f
ffb4175de9e230c601bc4f3378a1489b7639b7a4
refs/heads/master
2020-04-30T04:33:20.503428
2019-09-11T04:27:22
2019-09-11T04:27:22
176,613,292
0
0
null
null
null
null
UTF-8
C
false
false
255
c
#include "../include/entrada.h" void lerEntrada(char * destino, int tamanhoDestino) { do { fflush(stdin); fgets(destino, tamanhoDestino, stdin); if (strchr(destino, '\n') != NULL) *strchr(destino, '\n') = '\0'; } while (destino[0] == '\0'); }
[ "g-otn@hotmail.com" ]
g-otn@hotmail.com
17a6433674c5465b2a77afaa564d8bb32aea5456
12fe7e3a3580961ebfdc8df794e96daafdce0512
/src/usrlib/eeprom.h
90caa045c82f8f5b8c00058aa68c8f73053911c2
[]
no_license
Rigry/EO81_ControllerUOV
ff8916d79120b8db0044005c306ba934311b3723
03c3151bf51e5c4f73c960fc33d494ed3a390d6e
refs/heads/master
2020-05-17T09:08:22.687242
2019-03-07T08:59:31
2019-03-07T08:59:31
183,624,755
0
0
null
null
null
null
UTF-8
C
false
false
2,438
h
/** * ОСНОВНЫЕ МОМЕНТЫ: * Работа с еепром с помощью структуры struct EEPROMst, * которая должна быть создана в файле defines.h. * Состав структуры произвольный, * минимальный размер данных 16 бит (8 недопустимо) * При инициализации прочитать из памяти в экземпляр EEPROMst с помощью функции EEPROMRead(). * Внутри...
[ "dvk@phobos.office.alexplus.ru" ]
dvk@phobos.office.alexplus.ru
fc3e966cd5d11cb3dd8da81549abf643a3eba84e
d8e50207d9c072c321fb961765679482d75a61b3
/GD32F3x0/GD32F3x0_Firmware_Library_V1.0.0/Projects/USBFS/USB_Device/DFU/src/app.c
c199edbed3f7707482e71dfa07bec67532f562cd
[]
no_license
zhou-peter/gigadevice-firmware-and-docs
f22e6301051b788b2b547cb32da3f2f8f80ce9dc
c2f545f960f05371aa1945de5b5a72a45612fb7c
refs/heads/main
2023-07-17T19:15:46.501716
2021-09-04T17:57:12
2021-09-04T17:57:12
null
0
0
null
null
null
null
UTF-8
C
false
false
4,054
c
/*! \file app.c \brief USB main routine for DFU device */ /* Copyright (C) 2017 GigaDevice 2017-06-06, V1.0.0, firmware for GD32F3x0 */ #include "dfu_core.h" #include "usb_delay.h" pAppFunction Application; uint32_t AppAddress; usb_core_handle_struct usbfs_core_dev = { .dev...
[ "jesse@keyboard.io" ]
jesse@keyboard.io
a66f9c003e78b7e8f3ce25740b63b635aa20b6df
c7792b5e5ae5e74d643518a5b0644020288fc6da
/mutants/fuzzgoat.mutant.7574.c
083437104e92c180af5c28055e0b88d5b88e8969
[ "BSD-2-Clause" ]
permissive
agroce/fuzzgoattriage
0dc99daf2d061aaa0f58ceef3657b6f9ff411613
173c585cc7e87bcb2b82ae22fde56935352cd597
refs/heads/master
2020-07-29T14:49:39.691056
2019-09-20T18:07:19
2019-09-20T18:07:19
209,830,892
0
0
null
null
null
null
UTF-8
C
false
false
32,159
c
/* vim: set et ts=3 sw=3 sts=3 ft=c: * * Copyright (C) 2012, 2013, 2014 James McLaughlin et al. All rights reserved. * https://github.com/udp/json-parser * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1...
[ "agroce@gmail.com" ]
agroce@gmail.com
38307cdc81699836ba7d2729e8da9d088de01161
1dc15ab1959529ee3e6f99fb5b60ef2ea1e54145
/System_V_Rel_1.0_M68000_1984/burst/00002_ext/cmd/lp/fifo.c
353ff126857073468e95e7a74475bea10b5caf6b
[]
no_license
ryanwoodsmall/System_V_Rel_1.0_M68000_1984
b9a49bee438098784e8a1dd9155d9645b9b4a25d
e4bf760d360414bed395cbfaeafe300f1109b79f
refs/heads/master
2020-03-23T04:35:29.005051
2018-07-16T06:28:51
2018-07-16T06:28:51
141,093,059
1
0
null
null
null
null
UTF-8
C
false
false
606
c
/* enqueue(cmd, args) -- writes command and args for scheduler on FIFO */ #include "lp.h" SCCSID("@(#)fifo.c 2.1 ") static FILE *fifo = NULL; static int sig14() { signal(SIGALRM, sig14); } enqueue(cmd, args) char cmd; char *args; { int i = 0; unsigned alarm(); if(eaccess(FIFO, ACC_W) == 0) { if(fifo == NULL...
[ "rwoodsmall@gmail.com" ]
rwoodsmall@gmail.com
f58d24b65a22e74894d035eac84739ee8b81e405
264cc34d1d5322c9c955f351e5ed710836f6a1a5
/cmake_targets/basic_simulator/enb/CMakeFiles/RRC_Rel14/LAA-Parameters-v1430.c
59433cac8848ed3d23c839135048b4f094e11980
[ "BSD-3-Clause", "BSD-2-Clause", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-generic-cla" ]
permissive
mr-ytseng/openairinterface5g
8d40a768b2046da8c521f58d34c0466226f1c154
54d541c22cdfcb774774089291c93e4e79294a1d
refs/heads/master
2021-10-27T20:56:33.843199
2019-04-19T15:37:55
2019-04-19T15:37:55
177,127,103
0
1
null
null
null
null
UTF-8
C
false
false
15,210
c
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "/home/user/openairinterface5g/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1" * `asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D /home/user/openairinterface5g/c...
[ "yuchia.tseng@irt-systemx.fr" ]
yuchia.tseng@irt-systemx.fr
dbf7c6b4549dc12d9c2669d395af8b9108bbda0d
fdc5b324e581ca09370cc2aedfb2f72c3a3a2a6f
/seed_for_retdec/982_new.c
2f9efb89e3e29a3d05864eae9bc3d68809c68d40
[]
no_license
hz90937880/NewDecFuzzer
12981d53dd64e9a4ef881d4879b7abb3050ff849
aa946ff1ad89742093a89a4703af238734546d9f
refs/heads/main
2023-04-15T18:04:11.235871
2021-04-25T15:45:45
2021-04-25T15:45:45
351,564,252
0
0
null
null
null
null
UTF-8
C
false
false
3,427
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.3.0 * Git version: unknown * Options: --no-arrays --no-structs --no-unions --no-safe-math --no-pointers --no-longlong --max-funcs 1 --max-expr-complexity 5 --output ./tmp/src_code/csmith_test_893.c * Seed: 2165471295 */ #define NO_LONGLO...
[ "1429408028@qq.com" ]
1429408028@qq.com
dc4b3b81103d10e9aa86b34ea12d7bc6c9ef4016
31b09369c69fc8b1d11d762a7d18cdf528b5e36e
/Pods/Headers/Build/iActiveRecord/NSArray+toSql.h
896d9b7cd6bec52ec9d112d7d86a77ac0b94f084
[]
no_license
Guoxweii/DownloadManager
d9480352634ae9cce95dd40f55a41068a24b75ee
971d18b6aa409d7cea8dea87668f26937c5f6e1d
refs/heads/master
2021-01-17T18:22:29.197868
2014-12-02T01:22:10
2014-12-02T01:22:10
27,309,162
2
0
null
null
null
null
UTF-8
C
false
false
52
h
../../../iActiveRecord/iActiveRecord/NSArray+toSql.h
[ "alphaguoxiongwei@gmail.com" ]
alphaguoxiongwei@gmail.com
e55c0aadb7be3353ab4c2fb0d0812365fbd1d1a6
1035b627dd00da2b727bd351a5384a03b419b8e3
/day07/ex04/main.c
d127db1722057f56071ab15353db648d2e559de5
[]
no_license
mvann/piscine-august-2017
14ca54715927bdc5039b7f75bb01f2113117e173
50d5c96b724d60fee772ed82825f079710649b7a
refs/heads/master
2020-03-17T15:55:26.065200
2018-05-16T22:32:17
2018-05-16T22:32:17
133,728,940
0
0
null
null
null
null
UTF-8
C
false
false
1,575
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main.c :+: :+: :+: ...
[ "michaelmvann@gmail.com" ]
michaelmvann@gmail.com
65e1e9d5f40e42141a358680195eec23f304e51b
b7459200798c5bea62a3ecb0889c1a3988f3294f
/rcl_action/src/rcl_action/action_server_impl.h
0002e376ca7865c1dd98cf33f3ac240967fd816d
[ "Apache-2.0" ]
permissive
christophebedard/rcl
7e9b91a6e0f3c2368be75cdb7ec451e745633ad2
1cb1209d127c9d78875e49e6f61c1d7b4a0cfd8a
refs/heads/master
2023-08-04T22:44:33.529455
2023-06-02T16:53:08
2023-06-02T16:53:08
188,376,096
0
0
Apache-2.0
2019-05-24T07:39:46
2019-05-24T07:39:46
null
UTF-8
C
false
false
1,483
h
// Copyright 2020 Open Source Robotics Foundation, Inc. // // 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 appli...
[ "noreply@github.com" ]
christophebedard.noreply@github.com
6c8d080b8533063e4acb819147ddca0f9c5c28b1
966b6877888eff84453a84807380423277af7b1e
/libft/ft_putchar.c
c0225683d4be6c12a3126b7847358334845c0f5a
[]
no_license
gofernan/fillit
fee5b6cd63512ef42b82ee3ba3bb1082a90feb01
4633fa1cdeb88fc04fbca56ff7d62164d50267c2
refs/heads/master
2020-03-06T23:24:29.113503
2018-10-08T09:37:11
2018-10-08T09:37:11
127,130,999
1
0
null
null
null
null
UTF-8
C
false
false
958
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putchar.c :+: :+: :+: ...
[ "gofernan@e1r11p10.42.fr" ]
gofernan@e1r11p10.42.fr
01b7e46d4f8f937974c45834e1c4cd20f665f828
07b73cd7a7a00829a3c234d73f9e14cdd1a774d9
/lib/include/xnetwork/algorithms/flow/boykovkolmogorov.h
650b032149c3fc67ae468b9dbe517c8640b3c8fc
[ "MIT" ]
permissive
luk036/xnetwork
b70b0a27e46f9a78c82925786b35d9122ad28180
462c25da3aead6b834e6027f4d679dc47965b134
refs/heads/master
2021-07-23T18:42:16.184275
2021-07-13T10:41:07
2021-07-13T10:41:07
136,568,996
2
1
MIT
2021-06-29T06:43:39
2018-06-08T05:07:19
C++
UTF-8
C
false
false
13,905
h
// boykovkolmogorov.py - Boykov Kolmogorov algorithm for maximum flow problems. // // Copyright 2016-2018 XNetwork developers. // // This file is part of XNetwork. // // XNetwork is distributed under a BSD license; see LICENSE.txt for more // information. // // Author: Jordi Torrents <jordi.t21@gmail.com> /** Boyko...
[ "luk036@gmail.com" ]
luk036@gmail.com
3805c3afc7f413883593fc79b2c193f938de365d
ad1535e5d230f4b5b74051cad82754076dd0199a
/myler_list.c
487826c2a9d97c1e3c9c81db6de9ccf28f4b5b60
[]
no_license
mxb360/myler
7a3ed0c29487623a657cf500a36ec9f6c2ec088e
a2a675b2fb40c965e896036adb8db39e98ac5fd7
refs/heads/master
2020-05-03T12:58:51.273887
2019-04-05T02:22:43
2019-04-05T02:22:43
178,641,279
0
0
null
null
null
null
UTF-8
C
false
false
8,232
c
#include <string.h> #include <stdlib.h> #include "myler_list.h" #include "myler_utils.h" static void GetNameAndSinger(const char *file_name, char *name, char *singer, int mode) { int name_pos = 0, singer_pos = 0; const char *point = strrchr(file_name, '.'); if (mode) { char *p = sin...
[ "2069536112@qq.com" ]
2069536112@qq.com
9cf77c3b101d7dbb605ab72de821a8aabe511084
a1de391d82343ef5d559b8bbdcf775f5529b213e
/stepper-motor/五相四线步进电机/步进电机程序/24步进电机/步进电机.c
e2db675b371ff18d8b0d6e3b94a0e7e1b768756b
[]
no_license
xiexiaoerduo666/stepper-motor
d44eaa2d0867ba30785f8b6c81137b97b1bbc073
2b9858e9725a1e601b81a49b4867889ebd9c744f
refs/heads/master
2021-08-22T23:17:11.797931
2017-12-01T16:14:33
2017-12-01T16:14:33
112,760,123
0
0
null
null
null
null
GB18030
C
false
false
3,030
c
/******************************步进电机的驱动************************************* ;FOSC = 12MHz ;--------------------------------------------------------------------------------- ; 步进电机的驱动信号必须为脉冲信号!!! 转动的速度和脉冲的频率成正比!!! ; 本步进电机步进角为 5.625/61度 . 一圈 360 度 , 需要4096个脉冲完成!!! ;------------------------------------------------...
[ "352554855@qq.com" ]
352554855@qq.com
0b80ee5ca1ec458a2dda2712ef64fd72232c120f
58e631e84062a18a8202fb68f5cce2c754c0fe49
/Runtime/Plugins/libqrencode/qrinput.h
00393dad880c5eb9c82a20768cb20882605ed12c
[]
no_license
zhaosiwen1949/Fire_Game_Engine
e816215833cc5a3a006da0c257f0f447c2a7cbbc
f2c13c3f32765fd6df368649fccd1b67564cb3ec
refs/heads/main
2023-07-06T18:55:12.437310
2021-08-06T01:38:12
2021-08-06T01:38:12
393,214,296
0
0
null
null
null
null
UTF-8
C
false
false
3,128
h
/* * qrencode - QR Code encoder * * Input data chunk class * Copyright (C) 2006, 2007, 2008, 2009 Kentaro Fukuchi <fukuchi@megaui.net> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Softwar...
[ "caoyasong1949@163.com" ]
caoyasong1949@163.com
8df11c4ce9d14a6f23d301563ab9f760df6ce2f0
afe55789ea4aab60e7b2ea9a282520194873acd8
/src/txdb.h
939e59dd5919dd6652f34629ed98765b3df7ee1f
[ "MIT" ]
permissive
crazycoindev/Levoplus-Cryptocurrency-Source
adcf92209d24c779e785d230db35e76ee8f59a16
2712c55ef6f88b86f2d0df5ec012635ae81187b2
refs/heads/master
2021-04-28T08:10:05.626367
2018-02-20T19:24:39
2018-02-20T19:24:39
122,241,611
0
0
MIT
2018-02-20T18:58:34
2018-02-20T18:58:34
null
UTF-8
C
false
false
615
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_TXDB_H #define BITCOIN_TXDB_H // Allow switching between Leve...
[ "noreply@github.com" ]
crazycoindev.noreply@github.com
b88dfd5f9eac9ba8da21303aad61f13b50fe4a6b
9c56a1548ee24fa679b831bca5e796fa86dbb583
/baekjoon/10844/source.c
e469f412fa0e8916739bcd32d3c11e461e761ebb
[ "CC-BY-4.0", "CC-BY-3.0" ]
permissive
qilip/ACMStudy
1a006f759d52dc6afbb0cd4b6c2060a8bf5377d8
da7361b09a4519b3c721d54cd6df6ff00337fa27
refs/heads/master
2023-04-21T17:50:52.806789
2023-04-10T17:39:57
2023-04-10T17:39:57
124,194,483
4
0
null
null
null
null
UTF-8
C
false
false
487
c
#include <stdio.h> int main(void){ int n; long long dp[110][10] = {0}; int MOD = 1000000000; for(int i=1;i<=9;i++) dp[1][i] = 1; scanf("%d", &n); for(int i=2;i<=n;i++){ dp[i][0] = dp[i-1][1]%MOD; for(int j=1;j<=8;j++){ dp[i][j] = dp[i-1][j-1]%MOD + dp[i-1][j+1]%MOD; ...
[ "qilip@qilip.io" ]
qilip@qilip.io
58c13f05f7b8598dbb0927cb54accecd10057048
56ba6fa3fca8c3dbc6f6cb79727dc80963395a5b
/day11/ex06/ft_list_clear.c
3c8ac167ebb1b5960f29bd527e2d66c35a9b8356
[]
no_license
rbabaci1/42_Silicon_Valley_Piscine
a3dde2d02b438407002e6f0de82611a55bada766
9b3784e01a875fd1340f50479c4c15512e4cace5
refs/heads/master
2020-04-27T13:48:18.359783
2019-03-07T16:51:09
2019-03-07T16:51:09
174,266,946
0
0
null
null
null
null
UTF-8
C
false
false
1,127
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_list_clear.c :+: :+: :+: ...
[ "rbabaci1@gmail.com" ]
rbabaci1@gmail.com
a993df3b0f532a01763e0349ee1ede35ccab3959
bc67a627eed32788951d839acf32f541d949523b
/unity-samples/iOS/Roll-A-Ball-Ios/Classes/Native/mscorlib_System_Array_InternalEnumerator_1_gen_292.h
902d545e085098d3e812d593085c29c9cdc6cb51
[]
no_license
alonkrifcher/appboy-unity-sdk
dd6c8e6dfbd28dda5782514149520058c03c9946
8670b5f567f1027a14dee2878cda801e79012226
refs/heads/master
2021-01-18T18:56:49.214651
2015-07-14T16:16:34
2015-07-14T16:16:34
41,434,938
0
0
null
2015-08-26T15:53:33
2015-08-26T15:53:33
null
UTF-8
C
false
false
438
h
#pragma once #include <stdint.h> // System.Array struct Array_t; // System.ValueType #include "mscorlib_System_ValueType.h" // System.Array/InternalEnumerator`1<UnityEngine.UI.Scrollbar> struct InternalEnumerator_1_t3920 { // System.Array System.Array/InternalEnumerator`1<UnityEngine.UI.Scrollbar>::array Array_t * ...
[ "wenzhi@appboy.com" ]
wenzhi@appboy.com
28bc37a28a7908c2098b583e22a81d6be8ed5270
7b4c5d5c75cf27f7b0ea1a5a3e304bdc5ccab479
/applets/som60/libraries/libboard_sama5d3x-ek/source/board_lowlevel.c
67677331fe3a8358ff8f1d6313d53806e2b42a0f
[]
no_license
satishp7/sam-ba_temp
13db81026cfecc678458c8727fe0c7e15e4ee0df
d2b7b4459fb9414905ebabdd4f56cbf588b4a9c9
refs/heads/master
2023-03-15T11:45:19.131071
2018-03-01T22:59:50
2018-03-01T22:59:50
null
0
0
null
null
null
null
UTF-8
C
false
false
4,527
c
/* ---------------------------------------------------------------------------- * ATMEL Microcontroller Software Support * ---------------------------------------------------------------------------- * Copyright (c) 2012, Atmel Corporation * * All rights reserved. * * Redistribution and use in source an...
[ "dan.kephart@lairdtech.com" ]
dan.kephart@lairdtech.com
8f1a225b0755aec6e2573ae4ef0ad04845e52bd6
3f692eb1e44ffe94f94c98bd6b48c763da32c7a1
/rb_tree/rbtree_bench.c
2f7eb8a1e3275a341af15c64db64a4035995458e
[]
no_license
ryuxin/BI_project
11e659d027a90847a86721f42270b10258f5423a
f0d87ec05709e881b0d78fe34b5581b4b3d3d158
refs/heads/master
2020-04-07T14:11:52.488387
2019-12-17T03:31:32
2019-12-17T03:31:32
158,437,542
0
0
null
null
null
null
UTF-8
C
false
false
6,311
c
#include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <assert.h> #include <stdarg.h> #include <errno.h> #include <unistd.h> #include <pthread.h> #include "cbtree.h" #define TEST_FILE_NAME "/lfs/cache_test" #define TEST_FILE_SIZE (5*1024*1024*1024UL) #define TEST_FILE_ADDR ((void *)0x7ffd775f4000) #define...
[ "m.phelps.a@gmail.com" ]
m.phelps.a@gmail.com
c4e08f8dad4fe26926a377a84e7365a9c2f02cc4
0ad92afa854abc22954498fcb7875d4a4f9191a9
/Parcial_II_Gaston_Doval_1A/parse.c
b59169a521d13a694bd702b7b82b572d9c345ccd
[]
no_license
GDoval/Programacion-I
43b0d690543db063a19985f1466ac353c7aefd71
11fd1c7b3309b80065ffe0aba3c5c04742b24465
refs/heads/master
2021-09-19T19:02:37.291377
2018-07-31T00:35:39
2018-07-31T00:35:39
100,278,541
0
3
null
null
null
null
UTF-8
C
false
false
3,660
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "ArrayList.h" #include "parse.h" ePersona* persona_constructor() { ePersona* aux; aux = (ePersona*) malloc(sizeof(ePersona)); if (aux != NULL) { strcpy(aux->nombre, ""); strcpy(aux->mail, ""); } return aux; } ...
[ "charly_sxxi@hotmail.com" ]
charly_sxxi@hotmail.com
66710558b75b1aab32165c616f6014e10f7f5e5a
df91a067ebe74199b0f8b8248ef3a3652e26b3ac
/third/openssl/apps/speed.c
cdd0da1100eff7040e114f1e5906875d5b1fd154
[ "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows", "OpenSSL" ]
permissive
xjp342023125/Code
6aba3ca9122f07bc49417365153220a50d1f9fb5
a6f6ae371fd157127b18b959c69ce0c2c76e6a22
refs/heads/master
2021-08-06T20:28:53.867527
2021-07-07T08:09:36
2021-07-07T08:09:36
79,343,868
5
2
null
null
null
null
UTF-8
C
false
false
100,178
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...
[ "qt00@qq.com" ]
qt00@qq.com
d2e8db4c63498523acf42872db72de464782fc79
8c2b157c833898eaf271347d32c5af1b37cda43d
/Divya.c
c7160223abde4e7bcdc341fb45885eda1e90e5dc
[]
no_license
sonali-mandloi/dev-ops
cba4d086c4a288767064feca3676632df878631d
6f5b4ceb9a491c5cd38ca9092550b7d7ff2731f1
refs/heads/master
2020-09-23T19:07:04.467821
2020-04-30T08:27:22
2020-04-30T08:27:22
225,564,773
0
0
null
null
null
null
UTF-8
C
false
false
117
c
[ { "id" : 1, "name" : "sonali" }, { "id" : 2, "name" : "monali" } ]
[ "noreply@github.com" ]
sonali-mandloi.noreply@github.com
de7cf23ab434de237a0b176118e752ca6ca82230
7d9dc1db39455f530e2954522c7801b1916ae91b
/URI/Repetição_22_URI/1132.c
89f43ab349a7fcccea6b9979cf00982c3995b6a2
[ "MIT" ]
permissive
JoezerSmaniotto/L-gica-de-Programa-o-C
70bda5bea9509adde4cb2529faae697ebd67fa0c
dae8929596ee4322b00f14e97adef3174839ae01
refs/heads/master
2020-08-05T21:26:01.324414
2019-10-04T01:56:56
2019-10-04T01:56:56
212,715,978
2
0
null
null
null
null
UTF-8
C
false
false
277
c
#include <stdio.h> int main(){ int x,y,soma=0,i; scanf("%d %d",&x,&y); if(x<y){ for(i=x;i<=y;i++){ if((i%13)!= 0){ soma=soma+i; } } } if(x>y){ for(i=y;i<=x;i++){ if((i%13)!=0){ soma=soma+i; } } } printf("%d\n",soma); return 0; }
[ "joezersmaniotto5@gmail.com" ]
joezersmaniotto5@gmail.com
21fbda4a75c08f31223eb58b932b12bbedf20205
73cc179b3ef0f559ec2680eedf549ebf55af29db
/PBSDK/arm-linux/include/asm/semaphore.h
2e47880be261821f2aca608da3116f8fc3bc0e5c
[]
no_license
kaloyan-raev/pocketbook-sdk
3724cf35cefe504d65774b42cb50457efaee7e92
4b83976716ba84116f0f627a1fef1ccf0c545f55
refs/heads/master
2021-04-29T04:03:52.091860
2016-10-06T09:35:28
2016-10-06T09:35:28
78,031,360
1
0
null
2017-01-04T16:11:27
2017-01-04T16:11:27
null
UTF-8
C
false
false
3,005
h
/* * linux/include/asm-arm/semaphore.h */ #ifndef __ASM_ARM_SEMAPHORE_H #define __ASM_ARM_SEMAPHORE_H #include <linux/linkage.h> #include <linux/spinlock.h> #include <linux/wait.h> #include <linux/rwsem.h> #include <asm/atomic.h> #include <asm/locks.h> struct semaphore { atomic_t count; int sleepers; wait_queue...
[ "eu.gabii@yahoo.com" ]
eu.gabii@yahoo.com
a66215b6421e0f33ce2e8eddd00cf43ffaac45da
bb1a42a9c429ea384b929e8ebbf7786a0165ceed
/Competition Drivey.c
2fdaa8ecea5fb1e5c5ef38d7da83fc72beaad0f5
[]
no_license
1264D/NothingbutNet
870736611a54a2133fdee28c0d69abd9a5662a91
7b45aa55a766a6d6153417b2983e432b81c4ec11
refs/heads/master
2020-05-29T15:12:41.499175
2016-08-05T15:19:31
2016-08-05T15:19:31
65,025,977
0
0
null
null
null
null
UTF-8
C
false
false
4,235
c
#pragma config(Motor, port2, , tmotorVex393_MC29, openLoop) #pragma config(Motor, port3, , tmotorVex393_MC29, openLoop) #pragma config(Motor, port4, , tmotorVex393_MC29, openLoop, reversed) #pragma config(Motor, port5, , ...
[ "noreply@github.com" ]
1264D.noreply@github.com
3ccda5f74b19eccec3d9cfc4bae419df6f8e2e9e
9281708e776d1830e4410137f2b04587cae4e0c1
/zi01/dataManager.h
f0593ad057376a166c62aa3fd378c662207be2ee
[]
no_license
mklemarczyk/apl-baz
96209cb71e2d8f71d4c5bf3e9f96d2ca408bac53
7daea8aad8d8a7f045a6b6f9f03931e3443e255b
refs/heads/master
2016-09-06T17:18:14.320347
2015-06-03T11:30:00
2015-06-03T11:30:00
32,889,335
0
0
null
null
null
null
UTF-8
C
false
false
138
h
#include "dbManager.h" void insertRow(); void modifyRow(); void removeRow(); void showData(); void showDataAsHtml(); void importData();
[ "mklemarczyk@sigma.ug.edu.pl" ]
mklemarczyk@sigma.ug.edu.pl
f73ffbd3c2ba19cedfc5ec0158214f77c8ebbade
990deaef56bfe0a88b5178f54434a393e3c8e7b8
/ft_nm/src/ft_display_64.c
02a9f4edf173470877a56d0380b6228b10842b33
[]
no_license
dachristo/nm-otool
f10b9bbe659472b97ccccfda4b00cedede8275de
5bff3cda97a447562a48934ae83e3d8d311fe99c
refs/heads/master
2021-01-21T20:08:03.691877
2018-04-20T12:20:53
2018-04-20T12:20:53
92,196,161
0
0
null
null
null
null
UTF-8
C
false
false
2,967
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_display.c :+: :+: :+: ...
[ "dchristo@student.42.fr" ]
dchristo@student.42.fr
d6748bfa36c8fd574d849ffa123adc563c98e114
7c085c06fee8dcbd77adcd06207f54db15b69705
/g0/8.c
861d09f3b48e161ba77bfa9d01a4d2a36b636c6e
[]
no_license
noslen-dev/P-2-semestre
fb5bf4ca1fb12f1e6bb631c370ca06ab9c96c22b
fea3304e87ba6f1a7ddc7f7e55fa3680abdab65c
refs/heads/main
2023-04-06T07:43:11.317210
2021-04-11T10:44:46
2021-04-11T10:44:46
354,095,675
1
0
null
null
null
null
UTF-8
C
false
false
740
c
#include <stdio.h> #define N 3 //30 min void fill(int (*arr)[3],int linhas){ int i,j,logic; for(i=0; i<linhas; ++i) //preenche a primeira coluna do{ printf("Digite um numero: "); scanf("%d",&arr[i][0]); for(j=0,logic=1; j<i;++j) // ve se esse numero ja esta nas colunas anteriores if(arr[j]...
[ "noreply@github.com" ]
noslen-dev.noreply@github.com
416d4d96b5288c6a49f5a40cc71aec824c69f5d9
cd9ac9b585e1f59b239dd2bdd121043a6e668d8e
/Gen-code/nextest_cgen-r4-0a-pre47/iServer/nike/isadb.c
c007153ebc82b327d9d75c78585e21e0d9edcadc
[]
no_license
gvsurenderreddy/Automation
26666872a5d741576531471bff402900e039a4e3
9974760ae41ea26d4d8b6a483b246f09ae38298e
refs/heads/master
2021-01-15T08:43:15.616066
2015-05-12T08:08:11
2015-05-12T08:08:11
null
0
0
null
null
null
null
UTF-8
C
false
false
19,276
c
/* * $Id: isadb.c,v 1.1 1999/04/27 19:03:45 medhavi Exp $ * $Source: /export/home/cm/repos/nike/isadb.c,v $ */ /* * Copyright Cisco Systems, Incorporated * * Cisco Systems grants permission for redistribution and use in source * and binary forms, with or without modification, provided that the * followin...
[ "root@del1-dhp-31845.site" ]
root@del1-dhp-31845.site
ba39de5e804034e80476e523f62ed25ce77fae61
4da11ad981df804e234a6a8bb80271ed45dea620
/Code/Pointers/Function Pointers/Function Pointers Array.c
e2f9962cacd208298edd956b863041e982d43442
[]
no_license
SinghCoder/c-sample-code
840c8285123d62d8e63abb94315bb384f31060f5
00e2a141c79e41d9f6d832dd86bdd94a9fa7e244
refs/heads/master
2022-04-07T12:15:15.700374
2020-02-29T07:06:34
2020-02-29T07:06:34
null
0
0
null
null
null
null
UTF-8
C
false
false
608
c
#include <stdio.h> typedef void (*callback)(char*); void evade(char* target){ printf("%s evades!\n", target); } void damage(char* target){ printf("%s receives damage!\n", target); } void ko(char *target){ printf("%s is knocked out!\n", target); } void attack(char* attacker, char* target, callback callbacks[3]){...
[ "hdrive1999@gmail.com" ]
hdrive1999@gmail.com
9fab97bfb4790ccd8d242d2df536ba0a1095fb5a
eebe9b0d0ca03062955223097e57da84dd618b9a
/Core/EM/FloppyCtrl/FloppyCtrl.h
bf99e167f13397d17a312e9edd63fa5add7b8988
[]
no_license
BayLee4/zprj
7fcb8b95afe574c15ecf82565ef0d06412659bea
b7c51c9cf4864df6aabb99a1ae843becd577237c
refs/heads/master
2022-02-18T21:31:12.251738
2018-06-14T16:00:50
2018-06-14T16:00:50
null
0
0
null
null
null
null
UTF-8
C
false
false
13,404
h
//********************************************************************** //********************************************************************** //** ** //** (C)Copyright 1985-2009, American Megatrends, Inc. ** //** ...
[ "raywu0301@gmail.com" ]
raywu0301@gmail.com
5a7e3bdf6c605833aee403f4aa36ef0debdf3641
f12c8fc99a5b62bb883b147b33dfbbfcb479679a
/client.c
3ca83331761448cba801e7d0a2362861648d7798
[]
no_license
amanalo220/messenger
6e3b57d8c223144c141a01289ecb346da4265381
6a090935882991010b84755c53e61e0396d1a3b3
refs/heads/master
2021-09-04T01:27:16.704872
2018-01-14T02:42:17
2018-01-14T02:42:17
117,396,193
0
0
null
null
null
null
UTF-8
C
false
false
7,240
c
#include "client.h" void sighandler(int signal) { int pid = wait(NULL); remove_fd(pid); } int main(int argc, char *argv[]) { //chat sighandler (when a chat terminal dies) signal(SIGCHLD, sighandler); int addrinfo, socket_fd, audit_fd; struct addrinfo *client, *server, *i; bool verbose = false, new_user = fal...
[ "amanalo220@gmail.com" ]
amanalo220@gmail.com
9f81c1d5ddab6d4737c056ef6d96ff659b6bfa14
5adea892f3176073223fb43d771da22619e23e9a
/iCal/ical_support.h
1c995852b64076edf1a838fa251bf9f3c496fbcc
[]
no_license
UNIVERSAL-IT-SYSTEMS/4d-plugin-ical
8d192b82a7c736f6868d80dbe2930c8ea32cdb9f
ded0a4c6fddff916265733e51c0be2d7be631c49
refs/heads/master
2020-05-23T11:16:47.539181
2016-01-30T00:34:24
2016-01-30T00:34:24
64,838,536
0
1
null
2016-08-03T10:49:14
2016-08-03T10:49:13
null
UTF-8
C
false
false
742
h
#include "4DPluginAPI.h" #include <Cocoa/Cocoa.h> #include <CalendarStore/CalendarStore.h> #define THIS_BUNDLE_ID @"com.4D.4DPlugin.miyako.iCal" NSString * appleScriptExecuteFunction(NSString *fileName, NSString *functionName, NSString *argument1, NSString *argument2, NSString *argument3); CalAlarm *getAlarmFromString...
[ "keisuke.miyako@4d.com" ]
keisuke.miyako@4d.com
19ded2089a42c240b7ea476b121a21ceab095e69
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/drivers/isdn/mISDN/fsm.c
7c5c2ca6c6d8877547a0064261cbe763ebdab931
[ "MIT", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
4,136
c
// SPDX-License-Identifier: GPL-2.0-only /* * finite state machine implementation * * Author Karsten Keil <kkeil@novell.com> * * Thanks to Jan den Ouden * Fritz Elfert * Copyright 2008 by Karsten Keil <kkeil@novell.com> */ #include <linux/kernel.h> #include <linux/slab.h> #include <linux...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
c7d963ff4eba8bfcbd6f3f2f126fbc51fbad942b
52a7724803b08b0fba28d612bd62eac175c33442
/geometry/vector.h
d254824643d2e0306aeb3f692b4b82ab5eb0fbe9
[]
no_license
k4pran/clay_gfx
c449a40812753c8776a61b36836e4ebc19b8b402
d6895be0f0d5831172b0ad534144850dd8549d5e
refs/heads/master
2022-12-27T03:34:37.060771
2020-10-13T20:38:10
2020-10-13T20:38:10
null
0
0
null
null
null
null
UTF-8
C
false
false
702
h
// // Created by Ryan McCauley on 25/05/2020. // #ifndef OPENGL_TUTORIAL_VECTOR_H #define OPENGL_TUTORIAL_VECTOR_H #include "point-geo.h" struct Point2D; struct Vector2D { float x, y; void normalize(); void scale(float scalar); void reverse(); void rotate(float rotationDeg); float magnit...
[ "ryanmccauley211@gmail.com" ]
ryanmccauley211@gmail.com
237174c88ef594148a86bd2524bdbe23ab67230c
55d99c6c07e3bef8bb5d03a0a3609a2c1da1e2d6
/curses_ui/curses_ui.h
af65b2c5ffa35e83a14992301d020025a830d066
[ "MIT" ]
permissive
stevensona/wano
971c053a8ac891bfe249d8f3e50dd14beab71319
e4b1ce25fdaf8801cb9b8fc8b0ee807f63478f84
refs/heads/master
2021-01-21T07:53:25.266247
2016-11-12T21:19:08
2016-11-12T21:19:08
54,290,642
0
0
null
2016-03-19T22:49:56
2016-03-19T22:49:56
null
UTF-8
C
false
false
145
h
#pragma once #include "curses_obj.h" #include "getmodch.h" #include "panel_obj.h" #include "popup.h" #include "submenu.h" #include "menuitem.h"
[ "jjcamp@gmail.com" ]
jjcamp@gmail.com
56f9c993d49838de6a21039d4534976741e1c421
05b458a94b13328c4ab0bb474513e69c5f253ec0
/analysis-sources/curl-analysis/_cppstats/curl/tests/unit/unit1600.c
c0902e526298f00f5e43315a397c5e4529e93580
[]
no_license
paulobernardoaf/dataset-files
c7b3a5f44f20a6809b6ac7c68b9098784d22ca52
6cc1726ee87e964dc05117673e50e3e364533015
refs/heads/master
2022-04-23T06:52:15.875641
2020-04-25T18:28:48
2020-04-25T18:28:48
253,626,694
0
0
null
null
null
null
UTF-8
C
false
false
1,412
c
#include "curlcheck.h" #include "urldata.h" #include "curl_ntlm_core.h" static CURL *easy; static CURLcode unit_setup(void) { int res = CURLE_OK; global_init(CURL_GLOBAL_ALL); easy = curl_easy_init(); if(!easy) return CURLE_OUT_OF_MEMORY; return res; } static void unit_stop(void) ...
[ "paulomax9002@gmail.com" ]
paulomax9002@gmail.com
31ac817b14efdf21b69552bc5deacc84a6852178
ebaf831452dbb2615a93d05729b5e17b21bd5e2b
/rtos/ports/zlib/zutil.c
881fd7615bcac4342a01ad4a692fae3ef23d9d02
[]
no_license
galiman/S.Ha.R.K
cf82c5cde73b1ab1723e9aaa34518a51663e5dd5
9b794cee514efb50f1818ff826e9b3063ace2531
refs/heads/master
2020-08-05T02:08:01.748273
2019-10-02T14:08:06
2019-10-02T14:08:06
212,357,306
3
0
null
null
null
null
UTF-8
C
false
false
5,267
c
/* zutil.c -- target dependent utility functions for the compression library * Copyright (C) 1995-2002 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id: zutil.c,v 1.1 2003/03/24 11:13:45 pj Exp $ */ #include "zutil.h" struct internal_state {int dummy;...
[ "galiman85@mail.ru" ]
galiman85@mail.ru
4a9f83eabcd225dd431082eb6630475abbce1c88
f59eb2eee3e524295e32ec5fb64fa90cd530b8e1
/src/libc/string/memchr.c
96483e0e88f2fdb3ebc58762f2ac04c0b965da6b
[]
no_license
iliak/68kOS
2eb71ce4645f78ef57db8a08b51dfbe2b3e02d6d
12591e42709ea677b40666488b3130c78b476463
refs/heads/master
2016-08-10T21:40:41.354457
2015-11-28T08:20:19
2015-11-28T08:20:19
47,015,771
0
0
null
null
null
null
UTF-8
C
false
false
517
c
#include <string.h> /** * The memchr() function returns a pointer to the located character, or a null pointer if the character does not occur in the object. * @s: The memory area * @c: The byte to search for * @n: The size of the area. * * returns the address of the first occurrence of @c, or %NULL * if @c i...
[ "iliak@mimicprod.net" ]
iliak@mimicprod.net
704ecada0960b43502af093fd4d93678cb2d3eb2
0624d5d4a7c5c6ccb42e6ca31124deb65966d1af
/main.build/build_definitions.h
33659c6b0f9661fc40ad0df03ce66eab4d6c68b5
[]
no_license
Sick-codes/test
f28411a47ecf8b8fbaabd4fa5cb534e6567f313c
0965cb07e45a6307e2ef1a2a3e55f0c66e493e29
refs/heads/main
2023-05-29T16:51:56.872264
2021-06-07T10:04:09
2021-06-07T10:04:09
370,539,367
0
0
null
null
null
null
UTF-8
C
false
false
372
h
#define DLL_EXTRA_PATH "c:\\users\\12186\\appdata\\local\\programs\\python\\python38" #define NO_PYTHON_WARNINGS 0 #define PYTHON_HOME_PATH "C:\\Users\\12186\\AppData\\Local\\Programs\\Python\\Python38" #define SYSFLAG_BYTES_WARNING 0 #define SYSFLAG_NO_RANDOMIZATION 0 #define SYSFLAG_NO_SITE 0 #define SYSFLAG_OPTIMIZE...
[ "jamesdorn790@gmail.com" ]
jamesdorn790@gmail.com
82b7c75b8bb0d1458a49b6505a88815f4b49a94e
e1a84cb3300878c6620940a1245fdf16ef66ff67
/external/unbound/services/outside_network.c
0b98e58276314dbedb7037cb3a32d7e923c36e5c
[ "BSD-3-Clause" ]
permissive
holodnak/masari
e66e7b626c19fb53495b53ce8e02f34af616473d
d6e438dd711119b60aeea5e77f7a138d40fbaf88
refs/heads/master
2020-03-08T02:27:28.189846
2018-03-26T17:13:11
2018-03-26T17:13:11
127,860,263
0
0
null
2018-04-03T06:16:15
2018-04-03T06:16:15
null
UTF-8
C
false
false
65,366
c
/* * services/outside_network.c - implement sending of queries and wait answer. * * Copyright (c) 2007, NLnet Labs. All rights reserved. * * This software is open source. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ...
[ "thaer.khawaja@gmail.com" ]
thaer.khawaja@gmail.com
76086e117f6411cfd1409de27b04c6a999339245
e039820a2721e6f4cc1230ab33be35c9acc6693d
/src/parsing/tinyexpr.c
7965b5ee4ad86a84afc615a58c711135152e4cf2
[]
no_license
classAndrew/ccalc
01b0eb000ed18dfa8c23f52bd79e65e7453470e2
e0a6d82c96dd7d1d12c43a658499d4fb77c46375
refs/heads/master
2021-05-27T06:51:14.038614
2020-11-11T20:53:36
2020-11-11T20:53:36
254,235,428
2
0
null
null
null
null
UTF-8
C
false
false
21,181
c
/* * TINYEXPR - Tiny recursive descent parser and evaluation engine in C * * Copyright (c) 2015-2018 Lewis Van Winkle * * http://CodePlea.com * * 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 t...
[ "andrxwlin@gmail.com" ]
andrxwlin@gmail.com
7a3d1580a6497e3d2112c77352fbbf7615e58893
5ba17a17efddd9ef7287740a4c2cbd06f6d890db
/programacinestructurada/arregloBidimensional.c
7f09675e7ad68af1098784eddcd311ba76894d58
[ "MIT" ]
permissive
sruiz9122/prog_estructurada_c
ade93b904c1534752182bb99dee3f1042a6bfbd0
53011d4596e3c5b8c3fb1c7521f780e8a78557f1
refs/heads/master
2023-04-12T06:45:57.405012
2021-05-17T01:33:17
2021-05-17T01:33:17
null
0
0
null
null
null
null
UTF-8
C
false
false
397
c
#include <stdio.h> #include <stdlib.h> int main() { printf("Arreglos bidimensionales e Iteradores"); int integerArray [4][5]; for (int i = 0; i <= 3; i++) { for (int j = 0; j <= 4; j++) { integerArray [i][j] = ((i + j) * 100 + j); printf ("(%i, %i)...
[ "noreply@github.com" ]
sruiz9122.noreply@github.com
acb3908553105265f6c98db72b3218da05723f92
4ed3da6e6b4caa699a3471eeee6d7bd1d60279d3
/cash/cash.c
84f9852b5ef201922bcb8a6f208756537b023fb1
[]
no_license
jaejunlee00/cs50-projects
dcafcb4b47345ee64ba53bdbceb19682e8b5d4e6
997e41a034e529c3ab36d1bb3d75cdba5ee676f3
refs/heads/master
2020-04-24T00:11:41.978987
2019-02-20T00:21:22
2019-02-20T00:21:22
171,558,854
0
1
null
null
null
null
UTF-8
C
false
false
970
c
#include <cs50.h> #include <stdio.h> #include <math.h> float get_positive_float(string prompt); int main(void) { float f = get_positive_float("How much change? "); printf("Change owed: %.2f\n", f); int coins = round(f*100); int counter = 0; float q = 25; float d = 10; float n = 5...
[ "jaejunlee00@gmail.com" ]
jaejunlee00@gmail.com
8ee4be03a223d73b7e10d05257e0c6b15932e2f0
5cdb5b38e5162e11832d17bab47fe2e3c39ba7c5
/C/Busca binaria/BuscaBinaria.c
4abb02fc200105526f3afa03b968c440c7d3fa12
[]
no_license
erikneves04/AEDS-2020
aa0bd7288314fa0a054ce452e6819a5c14907b6d
dc6e80f7c44cf13dba6e742d10a969fbb8746277
refs/heads/master
2023-03-10T01:01:23.138055
2021-01-29T23:06:00
2021-01-29T23:06:00
292,053,959
0
0
null
null
null
null
UTF-8
C
false
false
4,692
c
/* * @file BuscaBinaria.c * @brief Implementaçao das funçoes de manipulaçao de * listas ordenadas e buscas binarias. * @author <Erik Neves> * @date 2020-10-21 */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include "const.h" #include "funcoesLE.h" static int SomaCaracteresString(cha...
[ "erikrrn04@gmail.com" ]
erikrrn04@gmail.com
665e65e464c8b505e55e69f51baa45a61c55bfa0
bc949cbcded25afc8511d07c8d86509d5746b2a8
/dataset/17776.c
132dabd8b6995ea58936f4c3150e3620c42d49fb
[]
no_license
hqjenny/CSmith_random_pgm
52aa1face59749a9d0656fc4088f6f921aac2dab
0ebf41b85201cbe791a13304cdb45e22504f0ce7
refs/heads/master
2023-08-17T23:28:24.519500
2021-09-15T19:55:23
2021-09-15T19:55:23
406,904,982
1
0
null
null
null
null
UTF-8
C
false
false
3,820
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.2.0 * Git version: dcef523 * Options: --no-structs --no-pointers --no-math64 --max-funcs 4 --no-unions --output 17776.c * Seed: 3649080210 */ #include "csmith.h" static long __undefined; /* --- Struct/Union Declarations --- */ /* --- G...
[ "hqjenny@hotmail.com" ]
hqjenny@hotmail.com
d14704810cfd2e4157e2f1e7bf71cf81866b349c
c245030e602d6430c22108ea9483b8a866644afa
/libs/libft/ft_striteri.c
44833a7e458cb1d9c6b85e0dcc7116546e915918
[]
no_license
Mchett/wolf3d
5c578a74142a0a9fbad2a267bc39ec96f2e0b06a
ab471c07287e98549e4bb6ebe42d8c8105531ca4
refs/heads/master
2020-08-18T06:33:22.566370
2019-10-17T09:53:13
2019-10-17T09:53:13
null
0
0
null
null
null
null
UTF-8
C
false
false
1,069
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_striteri.c :+: :+: :+: ...
[ "mchett@vo-c2.21-school.ru" ]
mchett@vo-c2.21-school.ru
bf237aecd060f35cd50a2564ec8d97fe17675c2b
bbab2cc5fc475d6ce9c9465e0b954ff5b0c75387
/subversion-1.6.13/subversion/libsvn_subr/dso.c
bf847af59b0efb756ed2203b383ccb9621ccc0fe
[ "BSD-2-Clause" ]
permissive
RussellBauer/G5_Deps
df4ddff82753281a500d44bcd18a4ba19d1fcf1e
8918d8ce8d15cc494f499859cfbfe8e66c574acc
refs/heads/master
2021-04-06T08:58:46.594961
2018-03-13T15:55:28
2018-03-13T15:55:28
125,070,934
0
1
null
null
null
null
UTF-8
C
false
false
3,836
c
/* * ==================================================================== * Copyright (c) 2006 CollabNet. All rights reserved. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at http://subversion.tigris...
[ "g5_mc@localhost.localdomain" ]
g5_mc@localhost.localdomain
c2ea84ceb7ca1f7c6277eb33cc4a0cf320d1b04a
f5db974da4f710b1edfaca8058776c19e8e853e3
/drivers/STM32WLxx_HAL_Driver/Src/stm32wlxx_ll_rng.c
57d10fc6aaeee1d96fc647bad193512e8a0203b8
[ "MIT" ]
permissive
MaJerle/stm32-usart-uart-dma-rx-tx
f4a1ace0154cb182d87c836608cd2d05439d36e5
17bff731d58c5d009b3d073e6ae8e48d518b0d21
refs/heads/main
2023-05-25T13:57:25.447390
2023-05-20T19:17:45
2023-05-20T19:17:45
153,930,005
867
233
MIT
2022-05-07T23:22:19
2018-10-20T17:21:01
C
UTF-8
C
false
false
4,593
c
/** ****************************************************************************** * @file stm32wlxx_ll_rng.c * @author MCD Application Team * @brief RNG LL module driver. ****************************************************************************** * @attention * * <h2><center>&copy; Copyright (...
[ "tilen.majerle@gmail.com" ]
tilen.majerle@gmail.com
afe55da2e4c050f5bac90fe7a9accc0a75710b6a
deb4cec49c88117c17297c81644e8c02f42cfad5
/AFF/parse.h
e57f53007286a5529172e63ff0f6456dc4d28bb8
[]
no_license
danini-the-panini/straylight
7a96fa01d1f9729d0e0505e536c674c7b5874e3a
e3ec8477080d09b5dabe6269888e6b47a7b85907
refs/heads/master
2021-05-27T22:10:53.789421
2014-03-19T21:14:02
2014-03-19T21:14:02
null
0
0
null
null
null
null
UTF-8
C
false
false
885
h
/** * Simple parser for data files, including argument parsing. */ #ifndef PARSE_H #define PARSE_H #include <stdio.h> #include "../Colour.h" #include "../Cone.h" #include "../Cylinder.h" #include "../Light.h" #include "../Material.h" #include "../Polygon.h" #include "../PolygonPatch.h" #include "../Scene.h" #inclu...
[ "jan@straylight" ]
jan@straylight
5fc936779be2cc7514f015bee8e5a550590c4cfe
a081258f93de806c088be7f05f8a8f825dbc0c58
/blobby/examples/lecture_code.subdirectory.d/code/files/cat_fgetc.c
35622d9eed2d2146bc7248a8bca29e530859e0c3
[]
no_license
Rlogarisation/hiMips
729c72764b1edfd845a7d1cfe8de2dddbdfeb743
9249f6b98ddde226d7bd9dd61bedc3cbc23f5624
refs/heads/master
2023-05-01T10:52:02.933072
2021-05-20T05:07:47
2021-05-20T05:07:47
310,151,977
1
1
null
null
null
null
UTF-8
C
false
false
369
c
// copy stdin to stdout implemented with fgetc #include <stdio.h> int main(void) { // c can not be char (common bug) // fgetc returns 0..255 and EOF (usually -1) int c; // return bytes from the stream (stdin) one at a time while ((c = fgetc(stdin)) != EOF) { fputc(c, stdout); // write th...
[ "z5206267@cse.unsw.edu.au" ]
z5206267@cse.unsw.edu.au
3c75c9b909dcb7a10eecaad6c22d9b39b95cd6b8
858caf93dc336cb0dd105f32887c75cfd11abcc4
/alleg21/EXAMPLES/EX10.C
eb6ad509747b4e27063fc569baaa6b0a74a5795b
[]
no_license
euler0/allegro
8f902f89c2eb5b806921b5bb6badea2c0d2541ce
26c47dd07d09015fca8b4c16f4221518ede1f46b
refs/heads/main
2023-04-29T11:53:43.806239
2021-05-14T14:42:42
2021-05-14T14:42:42
367,391,386
0
0
null
null
null
null
UTF-8
C
false
false
1,440
c
/* * Example program for the Allegro library, by Shawn Hargreaves. * * This program demonstrates how to use fixed point numbers. */ #include <stdlib.h> #include <stdio.h> #include "allegro.h" void main() { /* declare three 32 bit (16.16) fixed point variables */ fixed x, y, z; ...
[ "vincent@axiomatic-inc.com" ]
vincent@axiomatic-inc.com
6f796a839eff0d6367b95ac594c6a56007fce0eb
8f837c331ab8d8eb9f1266e5b9f78f7c346cab30
/hello.c
9b00795c00d9e720f4f4386129c5f4d8dbd1a665
[ "CC0-1.0" ]
permissive
ytyaru/HelloGTK3ForMinGW
e7835dc9557b1bd31ed2213604a0c8248d8cc6c9
2d473204a33e5c9d8cd9babea020756a626a050e
refs/heads/master
2021-01-12T13:40:27.498277
2016-09-26T05:56:57
2016-09-26T05:56:57
69,217,558
0
0
null
null
null
null
UTF-8
C
false
false
745
c
#include <gtk/gtk.h> //#pragma comment(lib, "C:/MinGW/msys/1.0/gtk3/bin/libatk-1.0-0.dll") //#pragma comment(lib, "C:/MinGW/msys/1.0/gtk3/bin/libgdk_pixbuf-2.0-0.dll") //#pragma comment(lib, "C:/MinGW/msys/1.0/gtk3/bin/libgio-2.0-0.dll") //#pragma comment(lib, "C:/MinGW/msys/1.0/gtk3/bin/libglib-2.0-0.dll") //#pragma c...
[ "ytyaru@outlook.jp" ]
ytyaru@outlook.jp
6c0f090e7fafde76da12e0d49fd8da99913dbd5f
546018757d22ae76154b87335db68e1cfabfedcb
/kubernetes/model/io_k8s_api_batch_v1_job_spec.h
534e26cf4dddcd3438615cd1bfc4821899db26eb
[ "curl", "Apache-2.0" ]
permissive
zouxiaoliang/nerv-kubernetes-client-c
45f1bca75b6265395f144d71bf6866de7b69bc25
07528948c643270fd757d38edc68da8c9628ee7a
refs/heads/master
2023-03-16T09:31:03.072968
2021-03-17T07:29:19
2021-03-17T07:29:19
346,627,883
0
0
null
null
null
null
UTF-8
C
false
false
1,793
h
/* * io_k8s_api_batch_v1_job_spec.h * * JobSpec describes how the job execution will look like. */ #ifndef _io_k8s_api_batch_v1_job_spec_H_ #define _io_k8s_api_batch_v1_job_spec_H_ #include <string.h> #include "../external/cJSON.h" #include "../include/list.h" #include "../include/keyValuePair.h" #include "../inc...
[ "295919168@qq.com" ]
295919168@qq.com
13b5a0ca883a295a74c36af39dfb5a0e6841a3ec
24d856d98c85a319d53be2768ccc176a50873fa3
/linux-lts-quantal-3.5.0/sound/pci/cs5535audio/cs5535audio_pm.c
185b00088320415191dafec55a5611dd3eaa5bb5
[ "GPL-1.0-or-later", "Linux-syscall-note", "GPL-2.0-only", "BSD-2-Clause" ]
permissive
dozenow/shortcut
a4803b59c95e72a01d73bb30acaae45cf76b0367
b140082a44c58f05af3495259c1beaaa9a63560b
refs/heads/jumpstart-php
2020-06-29T11:41:05.842760
2019-03-28T17:28:56
2019-03-28T17:28:56
200,405,626
2
2
BSD-2-Clause
2019-08-03T19:45:44
2019-08-03T17:57:58
C
UTF-8
C
false
false
3,870
c
/* * Power management for audio on multifunction CS5535 companion device * Copyright (C) Jaya Kumar * * 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 *...
[ "jflinn" ]
jflinn
7100bdfbbdab9c5da4eb11e0392a4c2992902a4d
be31580024b7fb89884cfc9f7e8b8c4f5af67cfa
/CTDL1/New folder/VC/crt/src/getwch.c
6f2aeadd87a6a67818a84912a666d74c89438870
[]
no_license
Dat0309/CTDL-GT1
eebb73a24bd4fecf0ddb8428805017e88e4ad9da
8b5a7ed4f98e5d553bf3c284cd165ae2bd7c5dcc
refs/heads/main
2023-06-09T23:04:49.994095
2021-06-23T03:34:47
2021-06-23T03:34:47
379,462,390
1
0
null
null
null
null
UTF-8
C
false
false
7,420
c
/*** *getwch.c - contains _getwch(), _getwche(), _ungetwch() for Win32 * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: * Defines the "direct console" functions listed above. * * NOTE: The real-mode DOS versions of these functions read from * standard input and are there...
[ "71766267+Dat0309@users.noreply.github.com" ]
71766267+Dat0309@users.noreply.github.com
74f5c09c92d1304dc986cb6ccc522ca1c96c07c3
fd1b037386d75cf8d6c5d07910a47a2c0497f8a9
/srcs/parse.c
1fb4aad4a95d64bd8db9f21abd17c698cd5082ec
[]
no_license
mdeville/FdF
cf6a04b4a638c55780409629c5c2aba90f74db77
c4aad1b3567cc642a26e3c8ba8a14747542a5cce
refs/heads/master
2021-09-08T08:41:45.888995
2018-03-08T20:36:51
2018-03-08T20:36:51
null
0
0
null
null
null
null
UTF-8
C
false
false
2,971
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* parse.c :+: :+: :+: ...
[ "mdeville@e1r5p9.42.fr" ]
mdeville@e1r5p9.42.fr
4e35dbeda702461a1ab2a1da809d24cd20d5a22f
487ce91881032c1de16e35ed8bc187d6034205f7
/codes/HuffmanString/test_codes/c/nchan/src/util/nchan_thingcache.c
c864298c69126869c32a092b8e364ebacd2518ee
[]
no_license
DaHuO/Supergraph
9cd26d8c5a081803015d93cf5f2674009e92ef7e
c88059dc66297af577ad2b8afa4e0ac0ad622915
refs/heads/master
2021-06-14T16:07:52.405091
2016-08-21T13:39:13
2016-08-21T13:39:13
49,829,508
2
0
null
2021-03-19T21:55:46
2016-01-17T18:23:00
Python
UTF-8
C
false
false
5,189
c
#include <nchan_module.h> #include <uthash.h> #define THING_HASH_FIND(tc, id_str, p) HASH_FIND( hh, tc->things, (id_str)->data, (id_str)->len, p) #define THING_HASH_ADD(tc, thing) HASH_ADD_KEYPTR( hh, tc->things, (thing->id).data, (thing->id).len, thing) #define THING_HASH_DEL(tc, thing) HASH_DEL(tc->thing...
[ "[dhuo@tcd.ie]" ]
[dhuo@tcd.ie]
b086d8df8a3ac71c5775721f0f9723e9dd090d2a
9526b3ee25e9252623d9ea41ba8b9658a541fa63
/sstmac/blas.h
64d88a65dff821505798ac12a538d06fcd39c872
[ "BSD-3-Clause" ]
permissive
summonersRift/sst-macro
e6f3e80cdf70aa1e26e6ecf17e44960b522c4ae9
1307bb4f31e033dbbd2d9b82c54d3753446d31a4
refs/heads/master
2021-01-21T10:59:20.172254
2017-02-24T15:01:07
2017-02-24T15:01:07
null
0
0
null
null
null
null
UTF-8
C
false
false
104
h
#ifndef sstmac_BLAS_H #define sstmac_BLAS_H #include <sstmac/libraries/blas/cblas.h> #endif // BLAS_H
[ "jjwilke@s940740ca.ca.sandia.gov" ]
jjwilke@s940740ca.ca.sandia.gov
5ae9940813b90a3b911d191dd54a8cb1326c7256
23cfb52f97a153f4d9a21436f7f4982eae5fb21e
/tests/files/no_rename_underscores/test_tests.c
6f82fc8087663ce2d0d648a89643a25af7194bc2
[ "MIT" ]
permissive
eerimoq/nala
22032334bbfa10e77403643b0e6dc5ec4737b54d
1ed122b5b7401f328be29358394cafedec247827
refs/heads/master
2022-08-22T17:11:03.975803
2022-07-15T04:12:21
2022-07-15T04:12:49
221,039,536
70
3
MIT
2021-11-09T21:41:00
2019-11-11T18:00:56
C
UTF-8
C
false
false
139
c
#include "nala.h" int foo(int __a) { return (__a); } TEST(mock_foo) { foo_mock(0, 0); foo_mock_ignore___a_in(); foo(); }
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
15b232cc48f807e696d11e507b2ce158e182417e
bb80e887ec1662d9dfb0f289749445eb5e378b7d
/Project/src/Move.c
d94d258768a7bedf064c515cd04bcb848957a4b3
[]
no_license
hjb545917764/NXP_CAR
2d32d76be290dfe223527435cf353877130ed257
8e4ee1404eff7f2605d39350223f6b551c05e4ae
refs/heads/master
2020-03-18T12:44:03.658112
2018-05-25T08:10:13
2018-05-25T08:10:13
134,741,099
0
0
null
null
null
null
GB18030
C
false
false
3,202
c
#include "head.h" uint8_t speed_cnt=0; //搜索信标 uint16_t speed_tran(uint16_t speed);//速度变换 void Lookfor() { //改变舵机角度,进行转圈 if(route_select[count_record] == 1) { angle_target = angle_lookfor_left; //左转 motor_speed = speed_lookfor; //减速 speed_left=speed_tran(motor_speed-10); speed_right=speed_tran(motor_spe...
[ "545917764@qq.com" ]
545917764@qq.com
466f48270041294da3c2c2d2c82bb8c59db220a0
2fd2c3196e7541236870ec4507993d95be561244
/USBHost/debug.h
17c5013deac3bc295aa92d6c9d121ec5b8062f6b
[]
no_license
mengxzhan/mygithub
41e49ce3fc3f680ad7e6c077aba156aff221df48
721adb7e439c169b629109fb9f186612f3c6bb31
refs/heads/master
2020-12-24T14:26:26.749942
2014-07-01T05:32:07
2014-07-01T05:32:07
null
0
0
null
null
null
null
UTF-8
C
false
false
5,000
h
#ifndef __host_debug_h__ #define __host_debug_h__ /**HEADER********************************************************* ----------------------------------------------------------------------------- CONFIDENTIAL AND PROPRIETARY INFORMATION OF TRANSDIMENSION, INC. AND/OR ITS WHOLLY OWNED SUBSIDIARY SOFTCONNEX TECHNOL...
[ "mengxzh@marvell.com" ]
mengxzh@marvell.com
a21a2bd2d5439b32dd011dc21b813575e875a21c
ab8fc6dc5ec52a03d3b947eaef6e4c9bb054823c
/Projects/STM32L053R8-Nucleo/Examples/PWR/PWR_STOP/Inc/stm32l0xx_it.h
cbd508bc8dd4ff081d6ada5b90537ba640268fee
[ "BSD-2-Clause" ]
permissive
polya-xue/Wearable-indoor-navigation-system
4291600f0c5d267eefbadc911c089c0e2f02e265
4aaaf220c9a42eba7935c708eacfee1e97a61c9c
refs/heads/master
2021-02-23T01:24:17.537085
2020-03-06T12:46:01
2020-03-06T12:46:01
245,389,465
2
0
null
null
null
null
UTF-8
C
false
false
3,089
h
/** ****************************************************************************** * @file PWR/PWR_STOP/Inc/stm32l0xx_it.h * @author MCD Application Team * @version V1.1.0 * @date 18-June-2014 * @brief This file contains the headers of the interrupt handlers. ******************************...
[ "2973618924@qq.com" ]
2973618924@qq.com