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
a495f6f8c4877e68a1df082e6394ced9017cbc2d
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/shell/osshell/cpls/intl/sortdlg.c
6948a9495c8ba21b899410d29d5c99ec640fd175
[]
no_license
aurantst/windows-XP-SP1
629a7763c082fd04d3b881e0d32a1cfbd523b5ce
d521b6360fcff4294ae6c5651c539f1b9a6cbb49
refs/heads/master
2023-03-21T01:08:39.870106
2020-09-28T08:10:11
2020-09-28T08:10:11
null
0
0
null
null
null
null
UTF-8
C
false
false
16,607
c
/*++ Copyright (c) 1994-2000, Microsoft Corporation All rights reserved. Module Name: sortdlg.c Abstract: This module implements the sorting property sheet for the Regional Options applet. Revision History: --*/ // // Include Files. // #include "intl.h" #include <window...
[ "112426112@qq.com" ]
112426112@qq.com
8e9d6a722e5b36d3b3278b6986ade77707a44929
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/net/ethernet/davicom/extr_dm9000.c_dm9000_get_wol.c
c8d3e1f2e146ddb6e85314104ec201117376089d
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
1,105
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
ca6309d100271c02dc1001619fc8c9376b38122b
b0dc37753171086e70bfee2a9800d08a9f1422dc
/ext4k/resize.c
d2f596f0ac6bdfb0b35757f45f011452733ee72a
[]
no_license
joonas-yoon/AvaTar
a0c76d2cae204e8469075f04b0cbb379b0bd556d
21e5eb075ebe58e552f20b37f7911c3479f4a0d4
refs/heads/master
2020-03-22T05:15:32.697736
2019-01-24T08:30:43
2019-01-24T08:30:43
139,553,495
0
0
null
null
null
null
UTF-8
C
false
false
59,025
c
/* * linux/fs/ext4k/resize.c * * Support for resizing an ext4 filesystem while it is mounted. * * Copyright (C) 2001, 2002 Andreas Dilger <adilger@clusterfs.com> * * This could probably be made into a module, because it is not often in use. */ #define EXT4FS_DEBUG #include <linux/errno.h> #include <linux/sl...
[ "joonas.yoon@gmail.com" ]
joonas.yoon@gmail.com
28b84ac6b9931fc7872cb3204de986a9714ee567
eb58ef237c137a810f0364c297b3bbb1de490d23
/42/rendu_libft/test/ft_lstadd.c
55284ff1f6fd248d766677b8509da797db6916d5
[]
no_license
Geronymo/42
e9c788f32ea227f68ebfb89e2f64def6e50c08a5
7810d11670cee40b6f608c5d15a6aa11a4550899
refs/heads/master
2021-01-10T17:31:18.199475
2016-01-11T14:26:13
2016-01-11T14:26:13
49,430,858
0
0
null
null
null
null
UTF-8
C
false
false
993
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstadd.c :+: :+: :+: ...
[ "pibenoit@e2r8p7.42.fr" ]
pibenoit@e2r8p7.42.fr
90052f131967dcaf8ab2a52a0381a810952408c6
2bec89e33a6f4d51ecdb029c80181db0cb9ec4e3
/src/mesh.h
b45ecf369472afe4801cb26d4893e773c7186e96
[ "0BSD" ]
permissive
kkestell/uuu
70fde51512906de094247cc4a06d0e2c9c5228a6
e7f447408b67c6e11cec79b7511da8a7c3c7f12b
refs/heads/master
2023-08-04T23:29:56.107834
2023-07-25T10:49:46
2023-07-25T10:49:46
166,039,042
1
0
null
null
null
null
UTF-8
C
false
false
436
h
#ifndef MESH_H #define MESH_H #include <stdint.h> #include <cglm/cglm.h> typedef struct { uint32_t v1, v2, v3; vec3 normal; } Triangle; typedef struct { vec3 position; versor orientation; vec3* vertices; uint32_t numVertices; vec3* normals; uint32_t numNormals; vec3* uvs; ...
[ "kyle@kestell.org" ]
kyle@kestell.org
e0fcde6a19ca88e1014eaf397099198ae18108b0
13c097cf909838d3c13575aa1b36fb3b105c1541
/examples/dss/src/dss.c
ffbe248b1684a24d1836b54576982cead8447a28
[ "Apache-2.0" ]
permissive
dancollins/libnarm
f058a8188e2d961a78b6d8b6a7700e4e36af583d
b43e431b8f51a4e3cf335534ca25677a5cd4182f
refs/heads/master
2020-05-15T21:49:00.030890
2015-01-22T13:03:19
2015-01-22T13:03:19
29,364,284
1
0
null
null
null
null
UTF-8
C
false
false
1,632
c
/* Copyright 2015 Dan Collins & Tim Dawson * * 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 applic...
[ "timdawson264@gmail.com" ]
timdawson264@gmail.com
13a7ae58046c128346e37cc40a6e9647a0415c3d
b7779110f8a3414c52c490c7448d620c07277081
/Trab3/Lista1/Functions/util.h
354743adad8e510702e9ca6004777a5565360297
[]
no_license
ewertonpetillo/LPC
0224a3e9c12e2fcee091e53ded7bc1fdd398b4ea
50df9ff8ff5e9591a8d24dae9b87be21a1d3d315
refs/heads/master
2021-01-18T14:31:26.474238
2015-09-21T13:32:16
2015-09-21T13:32:16
41,758,640
0
0
null
null
null
null
UTF-8
C
false
false
618
h
/* * ===================================================================================== * * Filename: util.h * * Description: * * Version: 1.0 * Created: 07/09/2015 14:55:31 * Revision: none * Compiler: gcc * * Author: Richardson (), richardson.allan.sou...
[ "ewerton.petillo@gmail.com" ]
ewerton.petillo@gmail.com
f8a5fbeb105d0413511b721f73975b1f90c7ec71
79091eaa349741437843700f2c4e5e3f604f0598
/eqcontroller/src/driver/labeqc.c
2be3707c0609f9b71de2e682791d7d4721595816
[]
no_license
hazirguo/STM_W5100
91a3ec711b8f80376f0f12a601bcb18b2fd52580
23c430964eb31b0889ef290581a86928732188d2
refs/heads/master
2021-01-18T22:35:03.559545
2016-04-01T12:47:42
2016-04-01T12:47:42
27,925,523
1
0
null
null
null
null
UTF-8
C
false
false
14,948
c
/***************************************************************** * LABEQC.C * * PURPOSE: the kernel module for the equipment controller cards * * EDIT HISTORY: * Programmer Change Date * ----------------------------------------------------------- * N...
[ "hazirguo@gmail.com" ]
hazirguo@gmail.com
11376367751637e1ea4c755bcb8d6dfba3e61bdb
53044b1d3024850e4ba489a60d9601ce2b4265b1
/assignments5&6/longestPath.h
b02edc74c106ccd0cd2bf6e1f3a84570c3c9e8dd
[]
no_license
denisafilip/Data-Structures-and-Algorithms
47c439f7d1021d796a8e42890ba213ed14c19f16
107e737c198e31e38f38a86a1afe910cd4fcf2e0
refs/heads/main
2023-03-23T23:07:45.047838
2021-03-18T09:24:06
2021-03-18T09:24:06
348,361,121
0
0
null
null
null
null
UTF-8
C
false
false
431
h
// // Created by Denisa on 4/5/2020. // #ifndef ASSIGNMENT5_LONGESTPATH_H #include "graphTraversals.h" void longestPathUtility(FILE *output, List *adjList, int noOfVertices, int startNode, int destinationNode); void longestSimplePathRec(List *adjList, List *longestPath, List *currentPath, int startNode, i...
[ "noreply@github.com" ]
denisafilip.noreply@github.com
a8c3bc6da0cec3552f35c83be2e933c8570b5663
21ebb1e30c67e76b5b6e17d2413611d4fba7ba4f
/1151.c
2ff0032e4b1921e84f744d9512c0331ab43d3c3a
[]
no_license
thenriquedb/URI-problems-solution
223dddb235afe561730bc02b5d605949b02d095a
f892d6d0468fbd6c4bafd51baf18f3290a2e6151
refs/heads/master
2020-03-18T20:09:18.163635
2019-10-22T23:48:54
2019-10-22T23:48:54
135,198,855
1
0
null
null
null
null
UTF-8
C
false
false
437
c
#include <stdio.h> int main() { int x, y, a = 0, b = 1, c = 0; scanf("%d", &x); for (y = 1; y < x; y++) { if (y % 2 == 1) { printf("%d ", c); c = a + b; a = c; } else if (y == 2) { printf("%d ", c); } else if (y % 2 == 0) { ...
[ "thenrique2012@gmail.com" ]
thenrique2012@gmail.com
318486dd9c84c41b22fc0fa93316c3ca4f90a1b7
eaae3529ea65c9be62e4b177a498dd0459396052
/modified_vars_dw_lib/alan790712_Speaking_in_Tongues.c
1a1410657c34c16cb8416b9332841f6a34ba2f78
[]
no_license
mgsanusi/blame-dodger
badac55079b0bc84c1c3ddff9357caffd480b512
c8b1f19d48e09200c9d59f3dda3b298ced7103d7
refs/heads/master
2021-01-20T04:50:14.975609
2018-01-12T00:02:14
2018-01-12T00:02:14
89,739,285
3
0
null
null
null
null
UTF-8
C
false
false
1,252
c
#include <stdio.h> #include <string.h> #include <stdlib.h> char string[1234567]; char trans[256]; int new_putchar(int character); int new_puts(const char *str); int Main() { int first_iteration; int m; int enqcnt; int tc; for (enqcnt = 0; enqcnt < 256; ++enqcnt) { trans[enqcnt] = enqcnt; } tra...
[ "marina@virginia.edu" ]
marina@virginia.edu
ef9e67b7510e3232a68a4561256b40c968cbbf2b
f38704268cc3676fab6bf2bf264478951f877caf
/libft/ft_putnbr_fd.c
a3132112de24cd4231c9ca6d5510f381d1914686
[]
no_license
fwelpe/ft_ls
348f7d5c87e5e1394a63d8478653c14f22d9f271
d6235eb4af3b5ec82987cb711aea5a071cb2f8b9
refs/heads/master
2020-06-01T09:02:50.889775
2019-06-20T14:49:38
2019-06-20T14:49:38
190,724,446
0
0
null
null
null
null
UTF-8
C
false
false
1,208
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putnbr_fd.c :+: :+: :+: ...
[ "cdenys-a@il-i6.21-school.ru" ]
cdenys-a@il-i6.21-school.ru
ed9571d662d014d84d92a9b9463cd686cf157155
b9293674e3609466b08fb2ead3e6b319b1528e7c
/title/arm9/source/nand/crypto.h
756396095fe0cf3ca4981bc89404b36553495b9b
[ "GPL-3.0-only", "GPL-2.0-only" ]
permissive
PMArkive/TWiLightMenu
7cef5a7b41c7f4c19d737f12cecd3e89911c51d2
091863702c10bcb53e3e14f10781ab61e577fe20
refs/heads/master
2022-12-20T15:47:07.591713
2022-12-10T06:17:13
2022-12-10T06:17:13
163,561,521
0
0
MIT
2018-12-30T04:30:48
2018-12-30T04:30:48
null
UTF-8
C
false
false
806
h
#pragma once #include <nds.h> #define SHA1_LEN 20 #define AES_BLOCK_SIZE 16 typedef enum { ENCRYPT, DECRYPT } crypt_mode_t; typedef enum { NAND, NAND_3DS, ES } key_mode_t; // don't want to include nds.h just for this void swiSHA1Calc(void *digest, const void *buf, size_t len); int dsi_sha1_verify(const void...
[ "bobesh8@gmail.com" ]
bobesh8@gmail.com
a7333fb65f683e0d7f14fa27ed25c69a88fa8df0
598737b786a20889dc6acd468478baf4972535b3
/src/sys/compat/svr4/svr4_ipc.c
8806e3e6c7a5897703aedb1165f8f449e38ca71c
[]
no_license
shisa/shisa-netbsd
5c8e289de2a48b6d8f39bd3add9ca4ea48fec1da
28d999d1c25107c126e0a458a97b9397aae592ef
refs/heads/master
2021-01-01T05:33:32.619808
2008-05-26T04:27:54
2008-05-26T04:27:54
32,793,680
1
2
null
null
null
null
UTF-8
C
false
false
17,682
c
/* $NetBSD: svr4_ipc.c,v 1.17 2005/02/26 23:10:21 perry Exp $ */ /*- * Copyright (c) 1995 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Christos Zoulas. * * Redistribution and use in source and binary forms, with or without *...
[ "keiichi@mobilegravity.sfc.wide.ad.jp" ]
keiichi@mobilegravity.sfc.wide.ad.jp
f0de9794c1af68849cf7514caa58387224e5a7ac
c6759b857e55991fea3ef0b465dbcee53fa38714
/tools/autotiler_v3/DSP_Libraries/FastFloatApprox16.h
e7303fdfe351a9589a955d0b20f5d5be14c5d12a
[ "LicenseRef-scancode-unknown-license-reference", "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
18,470
h
/* * Copyright (C) 2021 GreenWaves Technologies * * 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 applicable l...
[ "yao.zhang@greenwaves-technologies.com" ]
yao.zhang@greenwaves-technologies.com
40c6e15bfa8d88fe423c7e8717e947f5e37d78ff
c339afca167c654fc6b13e3234cc752d79e23ff5
/rhessys/output/output_yearly_zone.c
c510c2b74a6ec134684cc653bedb6215be5492b3
[]
no_license
RHESSys/RHESSys
7a3e190370f2c85d1a1f6fb3ecb62dca4fe1745b
50358a1ff27570baa2971c7ed7d9803abf08fb1e
refs/heads/trunk
2023-08-19T06:31:08.026126
2023-07-24T16:55:11
2023-07-24T16:55:11
9,360,594
79
41
null
2022-11-29T01:57:29
2013-04-11T02:32:19
C
UTF-8
C
false
false
1,621
c
/*--------------------------------------------------------------*/ /* */ /* output_yearly_zone */ /* */ /* output_yearly_zone - creates output files objects. */ /* */ /* NAME */ /* output_zone - outputs current contents of a zone. */ /* ...
[ "groulx" ]
groulx
cef5cac86b7c173d5b9d242a864269267fe52575
dbe7ed75840a62e79c020e94f9ed231f85527e2e
/Logger.h
c4e97866995bd355a6d78f96f21f1c897da0c772
[]
no_license
FinSi/OptionCalcGPU
da38bfee5e7e1ff385ccdf4d7ea380bf73282faa
492ca31c889cdc789377cfa79de28e2cecc81fde
refs/heads/master
2020-12-07T02:38:27.776676
2017-04-17T23:45:59
2017-04-17T23:45:59
null
0
0
null
null
null
null
UTF-8
C
false
false
129
h
#ifndef __LOGGER_H__ #define __LOGGER_H__ extern "C" void WriteToLog(const char* szFormat, ...); #endif //__LOGGER_H__
[ "sfedoseev@eastbanctech.com" ]
sfedoseev@eastbanctech.com
65e32f9f524efe7ff80dbe6a5fa4c489ca68289d
faf74fcbee83007eced8e175284c9c5c455240ec
/path_tokenizer.h
46033dc51f0b019599f399c70d3a391fcf6872f2
[ "Apache-2.0" ]
permissive
kleunen/mqtt_cpp_server
3582e26eed66036ffe918963ac96d8e4da9b61ce
fec932e3db5a7054920ce5ce1f739ce7412a714a
refs/heads/master
2020-10-01T17:23:51.715615
2019-12-12T11:05:42
2019-12-12T11:06:39
227,586,351
1
0
null
null
null
null
UTF-8
C
false
false
543
h
// // Created by wkl04 on 12-12-2019. // #ifndef MQTTSUBSCRIPTION_PATH_TOKENIZER_H #define MQTTSUBSCRIPTION_PATH_TOKENIZER_H #include <boost/tokenizer.hpp> #include <boost/functional/hash.hpp> static inline boost::tokenizer< boost::char_separator<char> > mqtt_path_tokenizer(MQTT_NS::string_view const &path) { st...
[ "w.a.p.vankleunen@saxion.nl" ]
w.a.p.vankleunen@saxion.nl
64671c8260b408de1865f254b22022d3b234643f
398ef92d8a9e18a4480ecb9c94918d35218d1eea
/array of pointers and arguments/20210215_17.c
53ff825e9cd55038595286cefd19fbd082638412
[]
no_license
milenazhelyazkova/Code-Academy
75c8a518d35ca91e89239244d9e5e2530d052384
d1134a40de5acc66d436dd5657dc23a94a6341e6
refs/heads/main
2023-06-01T12:31:37.446810
2021-06-22T13:16:57
2021-06-22T13:16:57
326,956,714
0
1
null
null
null
null
UTF-8
C
false
false
1,482
c
/* Задача 17. Направете същото, както в задача 16., но преди да копирате, нулирайте стойността на стринговете, в които ще копирате, използвайки готовата функция memset. Потърсете онлайн как работи тази функция и какви аргументи приема. The C library function void *memset(void *str, int c, size_t n) copies the cha...
[ "noreply@github.com" ]
milenazhelyazkova.noreply@github.com
dbdd5b614e15c2928b3611e8d384e36c5556ad45
c73e432ec629cc635b7c02b96c72cd9428e7b62d
/libft/ft_putstr_fd.c
f7b06949df70346d6e44a1cd70f348d80217d4c0
[]
no_license
lpan42/Filler
68d6c4950c09bf9309903571dfd7852e3b5098ce
8e8e7be9f0b5818fa110a5bdaa71dd5e55a1e44e
refs/heads/master
2020-05-21T01:33:37.228844
2019-05-14T13:02:49
2019-05-14T13:02:49
185,858,461
0
0
null
null
null
null
UTF-8
C
false
false
1,063
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr_fd.c :+: :+: :+: ...
[ "panle@PanLedeMacBook-Air.local" ]
panle@PanLedeMacBook-Air.local
60af8ad16a34ac9836313dfecceb9af4491a58d0
aaea02102711868723b077ad8ba435d53034ca61
/src/display.c
d46ccd1950e6149b75a01e85e876da32789f4eaa
[]
no_license
moombba/CPE_matchstick_2018
6edb5bb74392a68cd890733ab524db8400c46b05
642f7e0852e0a03552c0f5c52987f744de7692bd
refs/heads/master
2020-05-19T14:04:54.347304
2019-05-05T21:11:42
2019-05-05T21:11:42
185,051,840
0
0
null
null
null
null
UTF-8
C
false
false
749
c
/* ** EPITECH PROJECT, 2019 ** display ** File description: ** disp map */ #include "match.h" void too_much_matches(int max) { my_printf("Error: you cannot remove more than %d", max); my_printf(" matches per turn\n"); } void disp_map(char **map, int len) { for (int i = 0; map[i]; i++) { write(1, ...
[ "noreply@github.com" ]
moombba.noreply@github.com
d03cc0e001a086887f514561f16ecd4a1bb30740
39ef318b0e77fbfb8e81fc94fc73059936f3f1fe
/cframe/tcpserver/thirdparty/basic/include/fileinfoapi.h
ece49227490c489fe55f6148699d188432321d83
[]
no_license
wansboods/wansboodsCode
e4a605fc9957ce4f10a99100ee4f00955371cb43
378660d67f376eae079f982e7f37fcccde276334
refs/heads/master
2021-01-09T21:54:56.930073
2016-09-06T15:10:39
2016-09-06T15:10:39
47,606,131
0
0
null
null
null
null
UTF-8
C
false
false
881
h
#ifndef __FILE_INFORMATION_API_H #define __FILE_INFORMATION_API_H #include "systype.h" typedef enum { FILE_INFO_TYPE_UNKNOWN, FILE_INFO_TYPE_DIR, FILE_INFO_TYPE_REG, FILE_INFO_TYPE_LNK, FILE_INFO_TYPE_OTHER, }FILE_INFO_TYPE_E; typedef struct { FILE_INFO_TYPE_E filetype; I...
[ "wansboods@163.com" ]
wansboods@163.com
d5f0bf97c4649bf27812b1769a6d176da63497d4
cb8e59744cec10f4833b2d67f3b0b67b0335dac0
/src/backend/executor/nodeMaterial.c
26d3f1a78867d09b6fac4429953b03172d22e26e
[ "Apache-2.0", "PostgreSQL" ]
permissive
jiny2/incubator-hawq
4349937b90e3883202a4d7ffe7335d35b0d78a48
d6ac62b7c4569e9320e395beaa04db24e9e3b011
refs/heads/master
2021-01-15T19:13:09.913306
2015-10-10T03:10:12
2015-10-10T03:10:12
43,993,714
1
0
null
2015-10-10T04:18:24
2015-10-10T04:18:24
null
UTF-8
C
false
false
20,209
c
/*------------------------------------------------------------------------- * * nodeMaterial.c * Routines to handle materialization nodes. * * Portions Copyright (c) 2005-2008, Greenplum inc * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the Un...
[ "rvs@apache.org" ]
rvs@apache.org
7193f11cbea3f17ef73fa6e412051773ba8d1d45
ce32eab5799ce16b35b6137dc3adc9a9c698f07d
/src/MatManlyMix.h
90748a063773c2259dc2e1a72841387253fd5ed1
[]
no_license
cran/MatManlyMix
1e58d598385713d8a114e0ca49bf703c30cd9c13
d7119680c99fb6cd559e2ef8a3f53df6eeccd014
refs/heads/master
2021-01-02T22:54:23.599306
2018-01-05T07:20:25
2018-01-05T07:20:25
99,417,928
0
0
null
null
null
null
UTF-8
C
false
false
9,036
h
#ifndef MATMANLYMIX_H #define MATMANLYMIX_H void cpyk(double ***a, int nrows, int ncols, int k, double **b); void cpyk2(double **a, int nrows, int ncols, double ***b, int k); void cpy(double **a, int nrows, int ncols, double **b); void array1to2(int a, int b, double *y, double **x); void array2to1(int a, int b, doub...
[ "csardi.gabor+cran@gmail.com" ]
csardi.gabor+cran@gmail.com
0eae91a5e1f4c5881d09877a198e6c5f8e0c9f55
bddbc38c69945d352767955082fe0f5f0fc53436
/component/isp/user/firmware/arch/hi3516cv500/algorithms/isp_expander.c
2aba181a60435adc7ab691d639829a757ce0b2ad
[]
no_license
wodishenga/3516mpp
b9809b04987a36a423573f2ad077262f8d0cf2f3
e1ca07f3c01cbeb36bf8883e7749afa8cbb3c9b3
refs/heads/master
2020-09-24T20:35:55.107550
2019-12-04T10:10:41
2019-12-04T10:10:41
225,837,360
2
2
null
null
null
null
UTF-8
C
false
false
7,207
c
/****************************************************************************** Copyright (C), 2016, Hisilicon Tech. Co., Ltd. ****************************************************************************** File Name : isp_expander.c Version : Initial Draft Author : Hisilicon multimedia softw...
[ "1577726407@qq.com" ]
1577726407@qq.com
e36754563c576621d0e9571654c5fa8048b93bf1
f5c095cd3c4c3e57e3ba3d7fb2f37fb9bf840f71
/server/tunnel.c
b3365825dc483aacebbc09acbce217820cabf590
[]
no_license
Ryff/soa
821ea2193fbcd3bdb4e7ff5113bdbae63d1f6813
6f03439ae8fbd7396afc4d18e12176d3aa450e2c
refs/heads/master
2016-08-12T13:30:39.662815
2016-04-15T00:46:53
2016-04-15T00:46:53
55,202,263
0
2
null
2016-04-15T01:06:48
2016-04-01T03:52:22
C
UTF-8
C
false
false
11,237
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <ctype.h> #include "server.h" #include "log.h" #include "notify.h" #include "direction.h" #include "do.h" #include "path.h" #include "error.h" #include "drdata.h" #include "see.h" #include "death.h" #include "talk.h" #include "effect...
[ "Ryff@users.noreply.github.com" ]
Ryff@users.noreply.github.com
06a104d723c5a0cb39dfd9a263482088d889b32f
69c241081d85aef145ebcc893cc63f8ef916cb16
/tools/TAP_support/ADFirstAidKit/ampi/userIF/pairedWith.h
e5d450f7b3ea5a6b8baece5d29699a6bd053f07f
[ "MIT" ]
permissive
darwinproject/darwin3
3556bae3f4797be2bac41e7842f4d567c8616601
39d56694997b1ac231b3669bdf6f1d84d5318601
refs/heads/darwin
2023-08-09T01:53:57.056025
2023-08-02T15:01:55
2023-08-02T15:01:55
251,341,621
14
13
MIT
2023-01-04T14:13:21
2020-03-30T15:08:18
Fortran
UTF-8
C
false
false
1,734
h
/* ########################################################## # This file is part of the AdjoinableMPI library # # released under the MIT License. # # The full COPYRIGHT notice can be found in the top # # level directory of the AdjoinableMPI distribution. # ######################...
[ "noreply@github.com" ]
darwinproject.noreply@github.com
7aa06b722b421d93337f9abfe5e574b31aa4e399
6ef6213d2fa39d1d0ab7e2373d882b9d263e8c6d
/ti_components/cg_tools/linux/ti-cgt-arm_16.9.2.LTS/lib/src/toascii.c
3201e58765144ee3e1b4f96cf34c05fdcb0fdb67
[]
no_license
Zhangh2018/PROCESSOR_SDK_VISION_03_06_00_00
9c380d3167b156a11a8f21814e94ac5550cddc87
05c72de5d031006c7565d4234abd53670a926acd
refs/heads/master
2021-10-16T13:43:05.313842
2019-02-11T09:10:44
2019-02-11T09:10:44
null
0
0
null
null
null
null
UTF-8
C
false
false
2,942
c
/****************************************************************************/ /* toascii v16.9.2 */ /* */ /* Copyright (c) 1993-2017 Texas Instruments Incorporated */ /* h...
[ "yukichen@otobrite.com" ]
yukichen@otobrite.com
cf7713711489e4ca6ec7e31c548322efde9bf926
fd51f79dfdf117d1decd343cea7fefade1fe1e0d
/tests/other.c
7c8e2ad46bc4977e722595392d28279fb6a8fbe6
[ "Apache-2.0" ]
permissive
MrDOS/librbr
7cc8964e3c81c10053fe58c4d4e14e616edb131c
06f529bb7da9625dddab9822895e7ef4f12fc18a
refs/heads/master
2022-11-21T22:22:26.319492
2020-07-18T12:43:35
2020-07-18T12:43:35
280,652,584
0
0
null
null
null
null
UTF-8
C
false
false
12,645
c
/** * \file other.c * * \brief Tests for other instrument commands. * * \copyright * Copyright (c) 2018 RBR Ltd. * Licensed under the Apache License, Version 2.0. */ /* Required for NAN. */ #include <math.h> #include "tests.h" TEST_LOGGER3(version_comparison) { /* Valid versions. */ TEST_ASSERT(RBRIns...
[ "samuel.coleman@rbr-global.com" ]
samuel.coleman@rbr-global.com
53c8e57096a610510bdb47e60aab1a678723f8a2
7afa82da6ce4a4fb6b625b12cbcc9c20acf128d1
/src/main/headers/InnerCubeSeed.h
335ce9b9cdd68a9f97e245986ff64ca11ccb10e7
[]
no_license
RobKortowski/Dungeon
47bb3f2f21b161946e291191d59d266e1045c073
9a8cf6ff47c0116964d7d90f6b5469f953aa6120
refs/heads/master
2021-01-20T02:15:49.248836
2017-08-19T20:46:24
2017-08-19T20:46:24
101,311,620
0
0
null
null
null
null
UTF-8
C
false
false
431
h
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ /* * File: CubeSeed.h * Author: Robert Kortowski robjudo@wp.pl * * Created on March 27, 2017, 8:40 PM */ #ifndef CUBESEED_H #...
[ "robjudo@wp.pl" ]
robjudo@wp.pl
afe7c8b2695b55432c83052284fedae36ae7fd20
160dc51955968e969ffa0e15d4ba52f12b80532c
/objc4-756.2/编译素材/Libc-1272.250.1/regex/TRE/tre-config.h
2cbde5cf6f1ebebedcf64d51cebf223357779844
[ "MIT", "APSL-2.0" ]
permissive
jayhe/objc4_debug
f7661995cff6278468378da4536c0cf3fc44650d
e6023c9bcaac7888950fa4b36d6260e5b313dc72
refs/heads/master
2021-03-18T01:12:44.941356
2021-01-30T03:39:15
2021-01-30T03:39:15
247,033,924
1
0
MIT
2020-03-13T09:29:22
2020-03-13T09:29:21
null
UTF-8
C
false
false
1,351
h
/* lib/tre-config.h. Generated from tre-config.h.in by configure. */ /* tre-config.h.in. This file has all definitions that are needed in `tre.h'. Note that this file must contain only the bare minimum of definitions without the TRE_ prefix to avoid conflicts between definitions here and definitions includ...
[ "cooci_tz@163.com" ]
cooci_tz@163.com
5125373e767f77ca5eb268ac7bc309a82dc489c7
0168c52210a2b7ed7b6bc40a226abee303018d06
/CPool_Day12_2019/cat/recode.c
7d5131df4e20c56b6a810e5cf645cc5fb7b53380
[]
no_license
Mimicmi/CPool
50273a9fbacb6342b66c106398fe10b510ff2d81
f6cb1c7f84b5bfd12d1850401b7e8d8ede92db16
refs/heads/master
2020-11-23T19:00:42.071625
2019-12-13T08:12:34
2019-12-13T08:12:34
227,780,397
0
0
null
null
null
null
UTF-8
C
false
false
1,410
c
/* ** EPITECH PROJECT, 2019 ** CPool_Day12_2019 ** File description: ** recode */ #include <fcntl.h> #include <errno.h> #include "../include/my.h" #include <unistd.h> int boucleinfinilul(void) { int ret; char buffer[30000]; while (1){ ret = read(0, buffer, 30000); buffer[ret] = '\0'; ...
[ "noreply@github.com" ]
Mimicmi.noreply@github.com
6da8ba95702c16cdc515607d63d210105ed809fe
e5103c23af2691209a0e7bc796e0c0b7f4d8a3da
/Core/Src/kbdMatrixRead/kbdRecord.h
0a1459402f76b53455c107d2fd1b2fbb9f5a54f2
[]
no_license
Acceto/plagueKeyboard
813bdeb746c2a411193b68cb320b7b8a68c89288
0257e1bf718b0df721ef4d559b3bc69d1993b45e
refs/heads/main
2023-06-18T07:36:35.007694
2021-07-22T08:19:58
2021-07-22T08:19:58
378,600,707
0
0
null
null
null
null
UTF-8
C
false
false
400
h
/* * kbdRecord.h * * Created on: May 28, 2021 * Author: Anthony */ #ifndef SRC_KBDMATRIXREAD_KBDRECORD_H_ #define SRC_KBDMATRIXREAD_KBDRECORD_H_ #include "matrixRead.h" #include "kbdConfig.h" #include "kbdKeymap.h" #include "cmsis_os.h" char kbdRecord(uint8_t *); void kbdMatrixRead(void); char isValueIn...
[ "anthonyaubrey4@gmail.com" ]
anthonyaubrey4@gmail.com
8c39a6c3a4279a2e12bb9a672dd0bbe03fb87d0e
903c45082bd0d4fbb0a0d6a289b5294d8d05c314
/sys/arch/macppc/include/cpu.h
171a69d1e300dba5db583f103fb9743b68feb7a5
[]
no_license
tombibsd/netbsd-src
0552d62659412e821163c945c62b7555d1e616d2
7f0f8c8c4b00f7c47700b8260a5cbd627d73fe7c
refs/heads/master
2021-01-21T04:54:21.541793
2016-06-17T00:56:40
2016-06-17T00:56:40
24,783,931
0
0
null
null
null
null
UTF-8
C
false
false
1,929
h
/* $NetBSD$ */ /* * Copyright (C) 1995-1997 Wolfgang Solfrank. * Copyright (C) 1995-1997 TooLs GmbH. * 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 ...
[ "uebayasi@tombi.co.jp" ]
uebayasi@tombi.co.jp
f4e2930d12a08a1f1d8b8d45563b79cb5819adef
6df6053f54170300e9f57810aca8e7542174c5e9
/coins/coins.c
0974ee0e71d81dc2df607dd1914d700d59abb52c
[]
no_license
Mason-Clarke/C_Projects
ed4ae6ce04d716bb6163f508b651c0609071c895
a1f73a4112b02ef504aa74d1002a838c498fe887
refs/heads/main
2023-06-03T13:46:54.212188
2021-06-25T19:58:19
2021-06-25T19:58:19
379,387,979
0
0
null
null
null
null
UTF-8
C
false
false
1,010
c
#include <stdio.h> #include <stdlib.h> #include <math.h> void calculateCoins(int coins) { int totalCoins = coins; //set working integer to total number of coins int dollars = floor(totalCoins/100); // calc number of loonies totalCoins = totalCoins - (dollars * 100); //decrement total coins by number of pennies i...
[ "noreply@github.com" ]
Mason-Clarke.noreply@github.com
82da9fc567311d526f61c91dec4f0bab92a3fb95
e244348d80c9a4096dc66319ea0e008dfcb93a8e
/library/motor/motor.h
2c6105c764fe25e665615855090b42faa743d676
[]
no_license
ZHOU-jinhan/Euler1
5eb60bb98fc717e6825e2dddb4bf32708fceb964
f4bc474ec46e0d2b95ac4c733ef4af822b8373b3
refs/heads/main
2023-04-01T09:03:10.461244
2021-03-27T21:11:33
2021-03-27T21:11:33
352,177,300
0
0
null
null
null
null
UTF-8
C
false
false
7,373
h
#ifndef _MOTOR_ #define _MOTOR_ /****************************************************************************************************/ // 电机宏定义 // A->C->B->D->A 正向 // A->D->B->C->A 反向 // 电机设备 0 #define motor_device0_EN 23 #define motor_device0_A 25 #define motor_device0_B 24 #define motor_devic...
[ "noreply@github.com" ]
ZHOU-jinhan.noreply@github.com
7ea237e0a312d8baaab589aaea5306e9a1fcb096
43684a0cd936e62de1960ad8cc700f03ffe5fec3
/examples/interruptor/port.c
447415df845352ded16232acf19c280ef5c708d1
[ "MIT" ]
permissive
renandw/esp-homekit-demo
73bf069fbeb4635abd9eb107d2e745a7e1fac830
abfcd72f4761979d1d08b1f29f3a0cddf4bfdec9
refs/heads/master
2023-01-20T17:04:23.742647
2022-12-22T20:57:22
2022-12-22T20:57:22
241,636,381
0
0
MIT
2020-02-19T14:03:17
2020-02-19T14:03:16
null
UTF-8
C
false
false
777
c
#include "port.h" #ifdef ESP_IDF // ESP-IDF part #include <driver/gpio.h> void my_gpio_enable(uint8_t gpio) { gpio_set_direction(gpio, GPIO_MODE_OUTPUT); } void my_gpio_pullup(uint8_t gpio) { gpio_set_pull_mode(gpio, GPIO_PULLUP_ONLY); } void my_gpio_pulldown(uint8_t gpio) { gpio_set_pull_mode(gpio, GP...
[ "noreply@github.com" ]
renandw.noreply@github.com
1fb8a1f62ba44c66a980ff1523e6909425463dd9
eaa44b633033cc367e40e0d3a914b108dad1d40c
/scurses/win32/pdcurses_3_4/sdl1/deffont.h
cf9cab193a96e37140c711e4ebd63c2fa3d9fe76
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "GPL-1.0-or-later", "MIT" ]
permissive
zathras/misc
c2f86950afbfa417f2a2e0a05bd94087e38579a8
9255dd1e05031324f1ab8875c80e385abd6a8cb4
refs/heads/master
2023-02-22T00:37:33.042550
2023-02-08T04:28:33
2023-02-08T04:28:33
71,614,448
3
3
MIT
2023-02-08T04:24:44
2016-10-22T03:31:21
C
UTF-8
C
false
false
26,691
h
/* Default font -- this is simply a 256x128x1 BMP, in #include'able form. The font is 8x16, code page 437, and is based on the pc8x16s.bdf font from the vgafonts.tar.gz package, by "Myrlin". */ unsigned char deffont[] = { 0x42, 0x4d, 0x3e, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3e, 0x00, 0x00, 0x00,...
[ "billf@jovial.com" ]
billf@jovial.com
ad7e5803d9e64755b34e3bd1bf07b8b8af950681
fe96121ef7318e737156ab8fb3c78237741d075c
/kernel/k1/syscalls/print_tty.c
c68c6602bc6e6ff7e370947dfa78b93bfc9bfaf0
[]
no_license
V1489Cygni/os
cbcbafbef5bb6cafe1974bb38b77ae28229010b3
d249d42a2de9bba811e892994c5490a655b95f8c
refs/heads/master
2021-01-15T16:29:04.604201
2014-05-17T09:17:39
2014-05-17T09:17:39
null
0
0
null
null
null
null
UTF-8
C
false
false
100
c
#include <syscalls.h> #include <output.h> void print_tty(regs* r) { k0_print((char*)r->ecx); }
[ "wb0011@mail.ru" ]
wb0011@mail.ru
97e89efe9eda84e2885eb5307da1f90e6153e009
1899bd4a999407e3a7a8e820cfd70ddea119264f
/libft/libft.h
606bbc6f3940745ea5b5dbb90fe01b6cb858c7f3
[]
no_license
srvorkap/get_next_line
90a3f582c37b29063c8a7d024734fdffa9f0564c
9b77597f20a0e2af09ddc688ad7972a7b9cd13c9
refs/heads/master
2021-08-28T07:19:43.439286
2021-08-14T21:31:25
2021-08-14T21:31:25
221,626,890
0
0
null
null
null
null
UTF-8
C
false
false
4,592
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libft.h :+: :+: :+: ...
[ "srvorkap@e1z3r6p20.42.us.org" ]
srvorkap@e1z3r6p20.42.us.org
024ae9369b774405d1306b5e1a6b2c3292c847c3
a1ba09a7d5ba70301fb5ca6bc50e35b522c3cbf7
/workloads/macro/andrew/fscript/window.c
bd4393fdea5a38c1c5927e443a8e3e60b59a1ec9
[]
no_license
joung96/smr
e4d127cdc53c88c6e5b372438ce9bed0a5337df7
dbb36bd86393004fdc09424fa5465180a410a6b1
refs/heads/master
2021-05-04T19:01:01.924742
2017-12-18T16:36:32
2017-12-18T16:36:32
106,504,002
0
0
null
2017-10-11T04:03:50
2017-10-11T04:03:49
null
UTF-8
C
false
false
25,236
c
/***********************************************************************\ * * * File: window.c * * Copyright (c) 1984 IBM * * Date: Tue Jan 3 16:55:39 1984 * * Author: James Gosling * * * * Window manipulation routines. * *...
[ "joung@college.harvard.edu" ]
joung@college.harvard.edu
ccb24dca803a375cd188358fe6a10c29b7e07207
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/base/mvdm/softpc.new/base/ccpu386/sar.h
78c60dc52ff22b96f549578e5edde75fafbdda43
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C
false
false
213
h
/* sar.h Define all SAR CPU functions. */ /* static char SccsID[]="@(#)sar.h 1.4 02/09/94"; */ IMPORT VOID SAR IPT3( IU32 *, pop1, IU32, op2, IUM8, op_sz );
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
030e40fe4ae562e1c1708019d1237652de20f00b
38b380c637b56207ddb1a0c108dd547a10f3ab1a
/linkedList/unit_tests.c
b9d7e21725a30b284421448929c211691232c84d
[]
no_license
mrj9235/PersonalSWEN
6eccac1a4aca5fcaa3b2d0bbd4ee93bfb5fabb82
0653feab8f4a14553100461d8398eb3c78a79c42
refs/heads/master
2021-03-24T11:42:41.908064
2018-05-30T15:23:59
2018-05-30T15:23:59
105,060,733
0
0
null
null
null
null
UTF-8
C
false
false
3,928
c
// unit_tests.c // Larry L. Kiser Oct. 22, 2015 // Copyright 2015 All Rights Reserved #include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdarg.h> #include <unistd.h> #include "linked.h" #include "unit_tests.h" // used by stdout switching functions static int stdout_file_descriptor = 0 ; static fpo...
[ "mrj9235@g.rit.edu" ]
mrj9235@g.rit.edu
259986149b7f72bb72ff40b6170874db55151444
0262e51e5486ef0ef37d4ddb51239799f64c97db
/Project5/FinalSubmission/load.C
c4a4f7de202566eb12e6e35c244e49cd061ba0c7
[]
no_license
panwaria/CS564
07af93dddbbde134bf936e0b73ad9454ffdc7fe0
30c03e74b0e191f44c8f01ac7cc7dc3a829ad699
refs/heads/master
2021-01-22T09:10:36.036299
2013-03-07T23:08:20
2013-03-07T23:08:20
8,638,630
3
2
null
null
null
null
UTF-8
C
false
false
1,651
c
#include <unistd.h> #include <fcntl.h> #include "catalog.h" #include "utility.h" #include "heapfile.h" // // Loads a file of (binary) tuples from a standard file into the relation. // Any indices on the relation are updated appropriately. // // Returns: // OK on success // an error code otherwise // const Status UT...
[ "prakhar.panwaria9@gmail.com" ]
prakhar.panwaria9@gmail.com
20b3209e4fbbd219cd3c498b702cb5b6097ff1f3
a1cdb9afc6ea2d82fc4f9ad4cd005b2423e1e618
/Arthimetic operators/feet_inches.cpp
dbc5ecd1cddee4ac9b7a362ef40cd40d0a2c136c
[]
no_license
Sneha-Gunjari/programming-for-problem-solving
8c2c05cb5659e3826d80ac4f9f4e431ad04f9d23
bab5425414c4fd005117e93eb9fc2c90df196cc9
refs/heads/main
2023-06-23T08:03:33.352667
2021-07-19T18:14:22
2021-07-19T18:14:22
386,333,856
1
1
null
null
null
null
UTF-8
C
false
false
234
cpp
/*Program to convert feets to inches */ #include <stdio.h> int main() { float feet, inch; printf("Enter number of feet "); scanf("%f",&feet); inch = (12)*feet ; printf("Number of inches is %f",inch); return 0; }
[ "noreply@github.com" ]
Sneha-Gunjari.noreply@github.com
21f8c406dbebb158e619049408ec2a6cf42b8d29
206cfe435c3638cc8c6edfa510df5828865d2dce
/VIMPROJ/vimlib/linux/include/linux/kprobes.h
8bf6702da2a0348e1ac3538ffba7f1954ceffc5b
[]
no_license
xidiandaily/vim
51f10e633e098924879bc72c9ac4d74b7355162f
a91df679e2d79e8fd6a88d6989a1d01eb6bb955c
refs/heads/master
2023-07-24T22:18:17.375870
2023-02-19T09:31:56
2023-02-19T09:31:56
10,157,072
8
7
null
null
null
null
UTF-8
C
false
false
7,488
h
#ifndef _LINUX_KPROBES_H #define _LINUX_KPROBES_H /* * Kernel Probes (KProbes) * include/linux/kprobes.h * * 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...
[ "xidiandaily@126.com" ]
xidiandaily@126.com
171b0766b09dd31688fb702342a5c57e62e4daf5
98ca97efd70014c0d855da2c8832cf808183d29e
/tags/cspay-1.0beta3/src/export/cspay_bin/header_footer.h
6ce12ae38f917220095640000bf9c57c53d8e55b
[]
no_license
rosedu/cspay
b2a2de7cadadd53de7e987533301b545c5a0437c
286b3248ca235de8969200958bb732852256abac
refs/heads/master
2021-01-01T20:01:29.548105
2013-07-19T16:15:12
2013-07-19T16:15:12
11,443,014
0
0
null
null
null
null
UTF-8
C
false
false
604
h
#ifndef _HEADER_FOOTER_H #define _HEADER_FOOTER_H 1 /** * \struct sum_hours * contains sums from final table */ struct sum_hours { /** sum of hours as teacher*/ int prof; /** sum of hours as "conferentiar"*/ int conf; /** sum of hours as "sef lucrari"*/ int sl; /** sum of hours as assistant*/ int as; };...
[ "noemail@rosedu.org" ]
noemail@rosedu.org
8c068fe32d4af9709f4bf43989b3c2aa8ad363bf
4482875625a60bf606b7e09ce1b34e7978bce590
/SEGFAULT/ft_is_t.c
94742ef0b138e0984f81a66075d541bdc124b620
[]
no_license
tiprata/Fillit
842f05e5a988c4cfa9aa26110f2245ac774774c1
da0d9220a6093a7e7300120b6adbee67aa4acf0e
refs/heads/master
2021-01-10T02:35:26.836642
2015-12-15T18:28:54
2015-12-15T18:28:54
47,023,046
0
0
null
null
null
null
UTF-8
C
false
false
1,421
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_is_t.c :+: :+: :+: ...
[ "timonprata@gmail.com" ]
timonprata@gmail.com
c2edc888ea3e9a824eb869e6949286dde49e7955
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/fs/ceph/extr_addr.c_ceph_update_writeable_page.c
3003e0dc8c852fa13e8d0a5e031fab01b11199b4
[]
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
4,718
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
2fff238958304298aa72595ac3511cb7146667db
1c52e0087390391e7185774dc76e1e8e68005d3f
/libft/srcs/libft/ft_atoi.c
db5dd450e4aed18dc8426f8af55099a8ba25fdbe
[]
no_license
JeremTS77/lemin
91c79865b55705f69c0cf787bd4b5184036fd292
cdc7b091e8b06a621603dfcf3de293d5433e6f9e
refs/heads/master
2021-05-02T17:05:59.130511
2016-12-09T16:54:57
2016-12-09T16:54:57
72,564,947
0
0
null
null
null
null
UTF-8
C
false
false
1,310
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_atoi.c :+: :+: :+: ...
[ "jeremy.la@me.com" ]
jeremy.la@me.com
53f4477e4edd991b07cedff228ba6f0d93433339
89732e6e0a7b241d4c42fef36e37aed85db353d8
/stack_queue/stack.c
50adeca73b1b2755004c1f0c3d0722a68a8d4255
[]
no_license
Kyrie-leon/Data_Structures
768060608e896fb2911b525cc5c4d1881940a94a
eec7b2680eeddd3244eab0c2c52deece22dcca74
refs/heads/main
2023-06-09T01:41:10.664832
2021-06-24T06:58:50
2021-06-24T06:58:50
318,449,816
0
1
null
null
null
null
GB18030
C
false
false
1,248
c
#include "stack.h" //栈的初始化 void StackInit(Stack * ps) { assert(ps); ps->_a = (STDataType *)malloc(sizeof(Stack) * 4); //默认数组大小为4 ps->_top = 0; //栈为空,则栈顶为0 ps->_capacity = 4; //默认栈的容量为4 } //入栈 void StackPush(Stack * ps, STDataType data) { assert(ps); //判断栈是否满了,满了则增容 if (ps->_top == ps->_capacity) { ps->_cap...
[ "gaomeng9518@163.com" ]
gaomeng9518@163.com
f11edc05d73dec90ceaaa38a9e0ecca76b269d80
36489cd3a2ed48d3e587e6bee58cca6f409e2ed8
/src/zoo.c
aa45778744c85057cdc4805268737aa9db005cf2
[ "Unlicense", "LicenseRef-scancode-public-domain" ]
permissive
troglobit/zoo
b6871471fa06b4479ac4f7b0eefcd2174af312d0
2b2f9b6158ed023da828ed072a2f4258cf685c19
refs/heads/master
2023-09-04T00:45:30.450587
2023-08-20T19:34:55
2023-08-20T19:36:51
282,749,900
5
3
Unlicense
2023-08-20T12:44:04
2020-07-26T23:21:36
C
UTF-8
C
false
false
16,440
c
/* Main entry point for zoo * * The contents of this file are hereby released to the public domain. * * -- Rahul Dhesi 2004/06/19 */ #if 0 #define TRACEI(item) printf("line %d: %s= %d\n", __LINE__, #item, item) #define TRACES(item) printf("line %d: %s= [%s]\n", __LINE__, #item, item) ...
[ "troglobit@gmail.com" ]
troglobit@gmail.com
7fafd635e5d620193f5f7429346628407a183322
4c20be7309b996a017ed42faecbb4f6f5d022172
/include/main.h
a2a6448c4a5002651562ea8b951525c569aa99cb
[]
no_license
sn3g14/virtual-file-system
97250e597b9679d1e449ac516e0fa13d39adc143
c8868573f5d2f0f6fc0cb08c367cdc54764ab7f6
refs/heads/master
2021-01-21T18:50:42.299941
2012-11-20T23:44:50
2012-11-20T23:44:50
null
0
0
null
null
null
null
UTF-8
C
false
false
839
h
#ifndef _MAIN_HEADER_ #define _MAIN_HEADER_ /* Group No : 28 Version No : 1.0 */ #define MAIN_DEBUG 1 #define BUFSIZE 200 #define CMDSIZE 30 #define PARSIZE 100 void createvfs ( char *P1, int P2 ); void mountvfs ( char *P1 ); void unmountvfs ( char *P1 ); void makedir ( char *P1, char *P2 ); void deletedir (...
[ "adavi.pradyot89@gmail.com@38ef3f4d-63b0-eba0-9f84-c05963a1c545" ]
adavi.pradyot89@gmail.com@38ef3f4d-63b0-eba0-9f84-c05963a1c545
80903f9e1a480093f07c7661ede6c0542f3f70a6
6fa6be3e7dcb10d020209f7a73de393a1f24bd45
/linux-3.4/drivers/clk/sunxi/clk-sun8iw9_tbl.c
780b5ab1e728c5e4988ff9ba9c246e9bcd0955c9
[ "Apache-2.0", "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later" ]
permissive
okshall/v3s-linux-sdk
f9eb73a1e271ebf02320f98befabccdb6c462944
776196306198f14ec6f10c316950a81b7e417886
refs/heads/master
2021-07-07T11:44:34.667911
2021-01-22T04:43:38
2021-01-22T04:43:38
225,315,340
1
0
Apache-2.0
2019-12-02T07:46:23
2019-12-02T07:46:22
null
UTF-8
C
false
false
56,636
c
#include "clk-sun8iw9.h" /* * freq table from hardware, need follow rules * 1) each table named as * factor_pll1_tbl * factor_pll2_tbl * ... * 2) for each table line * a) follow the format PLLx(n,k,m,p,d1,d2,freq), and keep the factors order * b) if any factor not used, skip it * ...
[ "yeashenlee@163.com" ]
yeashenlee@163.com
c6f0669cb8685f6ee50efcf163dfa10d87d9bc43
4c1747d2271e21533e9dec9951e1b7e9602fe1f3
/minimal-examples/http-server/minimal-http-server-eventlib-smp/minimal-http-server-eventlib-smp.c
4a3717003214d9f76231243ae0785f8d67ca2d3c
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-other-permissive", "Beerware", "Apache-2.0", "Zlib", "BSD-3-Clause" ]
permissive
carloslack/libwebsockets
fa3acd999dc24910362ab53c21ec4ac3c487c8a5
a302789d3008ec589092bf20618d780b33575b60
refs/heads/master
2022-12-28T22:09:40.771795
2020-10-09T09:48:39
2020-10-09T11:37:27
302,679,017
1
0
NOASSERTION
2020-10-09T15:18:29
2020-10-09T15:18:29
null
UTF-8
C
false
false
4,608
c
/* * lws-minimal-http-server-eventlib-smp * * Written in 2010-2019 by Andy Green <andy@warmcat.com> * * This file is made available under the Creative Commons CC0 1.0 * Universal Public Domain Dedication. * * This demonstrates a minimal http[s] server that can work with any of the * supported event loop backen...
[ "andy@warmcat.com" ]
andy@warmcat.com
25957cfb3ddcc446888d92e0fd5b029fbd592f4e
4a54dd5a93bbb3f603a2875d5e6dcb3020fb52f2
/custom/client-rfexe/src/network/packet/ZC_WARPLIST.h
ff8f32cba7fb0f98907d1b598b1fcf6ec877729f
[]
no_license
Torashi1069/xenophase
400ebed356cff6bfb735f9c03f10994aaad79f5e
c7bf89281c95a3c5cf909a14d0568eb940ad7449
refs/heads/master
2023-02-02T19:15:08.013577
2020-08-17T00:41:43
2020-08-17T00:41:43
null
0
0
null
null
null
null
UTF-8
C
false
false
858
h
struct PROTO_ZC_WARPLIST { short PacketType; unsigned short SKID; char mapName[4][16]; }; struct PACKET_ZC_WARPLIST { /* this+0 */ short PacketType; /* this+2 */ unsigned short SKID; /* this+4 */ char mapName[4][16]; static Packet* ToProto(short PacketType, Packet* p) { TPacket<PACKET_ZC_WARPLIST> in(p); ...
[ "50342848+Kokotewa@users.noreply.github.com" ]
50342848+Kokotewa@users.noreply.github.com
2ffd795894a30011e18afa208dcf00a65c1d594a
744b865fa7aca190e7ac0f20458eb2a8c32ae5ef
/includes/isr.h
b591d9bd8b6f2223342536ecad0d05d9a43c6da5
[]
no_license
MattRyder/Matt-OS
f4e956327527f95140b6770b310ec1491f418342
34d1d7539eb18373b200980e16dbf64b7402fc38
refs/heads/master
2021-01-01T16:56:18.269765
2014-03-11T14:22:48
2014-03-11T14:22:48
2,593,250
5
0
null
2014-03-11T14:22:48
2011-10-17T16:48:57
C
UTF-8
C
false
false
1,564
h
#ifndef ISR_H #define ISR_H #include "common.h" #include "monitor.h" #include "string.h" #define IRQ0 32 #define IRQ1 33 #define IRQ2 34 #define IRQ3 35 #define IRQ4 36 #define IRQ5 37 #define IRQ6 38 #define IRQ7 39 #define IRQ8 40 #define IRQ9 41 #define IRQ10 42 #define IRQ11 43 #define IRQ12 44 #define ...
[ "matt@mattryder.co.uk" ]
matt@mattryder.co.uk
963014cd6b5ac9f59a741828d5a16e4ed1d1d69e
7e62f0928681aaaecae7daf360bdd9166299b000
/external/DirectXShaderCompiler/tools/clang/test/Parser/control-scope.c
950a15418d649ce481dea010c3698b7889b67bcb
[ "NCSA", "LicenseRef-scancode-unknown-license-reference" ]
permissive
yuri410/rpg
949b001bd0aec47e2a046421da0ff2a1db62ce34
266282ed8cfc7cd82e8c853f6f01706903c24628
refs/heads/master
2020-08-03T09:39:42.253100
2020-06-16T15:38:03
2020-06-16T15:38:03
211,698,323
0
0
null
null
null
null
UTF-8
C
false
false
285
c
// RUN: %clang_cc1 %s -std=c90 -verify // RUN: %clang_cc1 %s -std=c99 int f (int z) { if (z + sizeof (enum {a})) // expected-note {{previous definition is here}} return 1 + sizeof (enum {a}); // expected-error {{redefinition of enumerator 'a'}} return 0; }
[ "yuri410@users.noreply.github.com" ]
yuri410@users.noreply.github.com
9e3ff57a6e5c86e4e25d15902342fdde2dde4136
db4326ab5a804959fd423a08731224402ed7876a
/QG训练营第二次培训/栈以及栈的应用/栈/代码和头文件/SqStack/main.c
43417267e15c85d55e0aa7145934a607745dd1b0
[]
no_license
Number-100/My-fighting-witnesser
f7613cd3147197f6548490facf78d9f2a91f16eb
5f75f898a77b75b7a5f88df707de91af9c10bf78
refs/heads/master
2021-05-18T01:13:10.863158
2020-04-05T13:03:45
2020-04-05T13:03:45
251,041,869
0
0
null
null
null
null
GB18030
C
false
false
1,379
c
#include <stdio.h> #include <stdlib.h> #include "..\head\SqStack.h" int main() { int sizes=0; int a=0; printf("以下选项可供选择:\n"); printf("1,初始化栈\n"); printf("2,判断栈是否为空\n"); printf("3,得到栈顶元素\n"); printf("4,清空栈\n"); printf("5,销毁栈\n"); printf("6,检测栈长度\n"); printf("7,入栈\n"); printf("8,出栈\n"); p...
[ "noreply@github.com" ]
Number-100.noreply@github.com
35704ee8a80337b7fa6672d1e59ed753ed491c8d
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/net/6lowpan/extr_core.c_lowpan_register_netdev.c
f95636d4413f89b6ba759fca554b31fe8b8c983c
[]
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
830
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
0a7de8d1effef1ff2e22f70b44d9ada09bda9077
bd4d34f9aeca3fcb465abd5b5b277e5f739fad12
/corrections/test5.c
5e003a7daa58000e7f9113cdd52a26662c6687ba
[ "Apache-2.0" ]
permissive
Guiforge/ft_malloc2
4e238a415d6b8783d1db8def6fa46459739b4e44
a1c3a18fa41fb528f9629f50f0a2cf6402f1087b
refs/heads/master
2020-03-29T22:12:22.197216
2018-10-08T09:50:04
2018-10-08T09:50:04
150,408,522
0
0
null
null
null
null
UTF-8
C
false
false
195
c
#include "../includes/ft_malloc.h" int main() { malloc(1024); malloc(1024 * 32); malloc(1024 * 1024); malloc(1024 * 1024 * 16); malloc(1024 * 1024 * 128); show_alloc_mem(); return (0); }
[ "gpouyat@vejja.fr" ]
gpouyat@vejja.fr
bdb4e3345bdff3108ec7b2d3ee529682f07b4ec2
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/input/keyboard/extr_twl4030_keypad.c_twl4030_kp_scan.c
d4c0e587b1aaebcb174c0642e43a1d5fe8d06e96
[]
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
2,471
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
279b89da39fbf0ccb4d382ecfed9b9bae03fc233
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/base/pnp/setupapi/filelog.c
a2e6802b2ee0fb64044884ab6260a706ef35dea2
[]
no_license
aurantst/windows-XP-SP1
629a7763c082fd04d3b881e0d32a1cfbd523b5ce
d521b6360fcff4294ae6c5651c539f1b9a6cbb49
refs/heads/master
2023-03-21T01:08:39.870106
2020-09-28T08:10:11
2020-09-28T08:10:11
null
0
0
null
null
null
null
UTF-8
C
false
false
29,548
c
/*++ Copyright (c) Microsoft Corporation. All rights reserved. Module Name: filelog.c Abstract: Routines for logging files in copy logs. Author: Ted Miller (tedm) 14-Jun-1995 Revision History: --*/ #include "precomp.h" #pragma hdrstop // // Define name of system log fil...
[ "112426112@qq.com" ]
112426112@qq.com
ea776ddee633931e3126cd632c9a16d7e8de78e8
3733ecaa09144cc616173d1051402e853c433fe3
/EnergyStg/code/test.c
8da33ad88ce440dcd80873f31e9a4d91914da8fe
[]
no_license
gdgly/fg
f98abf48af1ab3f7683599bfe2f9a164de8f7074
5db71420eba844a49367b08b089c8b15fbc7d397
refs/heads/master
2021-10-27T15:48:45.521341
2019-04-18T05:24:37
2019-04-18T05:24:37
null
0
0
null
null
null
null
GB18030
C
false
false
5,604
c
#include "apply.h" #include "test.h" #include "pu.h" #pragma CODE_SECTION(test_fs , "ramfuncs"); #ifdef DEBUG //调试成立 //因为test.h中已经有条件编译,不能嵌套 unsigned test_break_point; unsigned test_ua=0, test_ub=0, test_uc=0; float test_fa=0, test_fb=0, test_fc=0, test_fd=0, test_fe=0, test_ff=0; float test_fg=0, test_fh=0...
[ "hechaohit@163.com" ]
hechaohit@163.com
102c13cb6450ada196ce7103d39d0cd24515d88c
304e7ff0a418ca9602715a8b78b87cac23ad9e30
/0x0B-menger/0-menger.c
08ca556c801a376f1d16bec3ba29eee3f65c37f9
[]
no_license
andres-martin/holbertonschool-interview
c374f2c23ca3a764fbb55e84da370b247c2c9bd9
b30caf11965ef7572610256e5b2c62fec11273c3
refs/heads/master
2023-02-06T16:25:46.673051
2020-12-23T23:49:57
2020-12-23T23:49:57
280,778,661
0
0
null
null
null
null
UTF-8
C
false
false
448
c
#include "menger.h" /** * menger - draws a 2D Menger Sponge * * @level: level of the Menger Sponge * */ void menger(int level) { int i, j, dim, d; if (level < 0) return; for (i = 0, dim = 1; i < level; i++) dim *= 3; for (i = 0; i < dim; i++) { for (j = 0; j < dim; j++) { for (d = dim / 3; d; d...
[ "andresmartin266@gmail.com" ]
andresmartin266@gmail.com
7ccbef657f9d624bc7ddf190214465a432530130
1be4ba552d622848e5dfed55dc03e4da5be1f9a5
/qemu/cpus.c
6bf4e3f005c117be0ca752eed466aa4cb4051a94
[]
no_license
bifferos/bb
1311f33153c7d300b86fdef68e21b43b2b5d98c5
7aa6fddfcd9dba5edeccaf09e42527243b2e18e9
refs/heads/master
2022-03-20T17:37:51.769151
2022-03-06T18:52:59
2022-03-06T18:52:59
2,360,676
18
8
null
2012-07-22T10:14:39
2011-09-10T12:23:36
C
UTF-8
C
false
false
26,224
c
/* * QEMU System Emulator * * Copyright (c) 2003-2008 Fabrice Bellard * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * ...
[ "bifferos@yahoo.co.uk" ]
bifferos@yahoo.co.uk
f1a9125cfb344209018c1bfa4a038264fc10dc1d
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/base/ntsetup/textmode/spddlang/fe/feldraw.c
a6f112998c7bf86d48a4f867d1a4cc24a627de47
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C
false
false
1,822
c
/*++ Copyright (c) 1995 Microsoft Corporation Module Name: jpnldraw.c Abstract: Line-draw related stuff for FarEast locale-specific setupdd.sys support module. Author: Ted Miller (tedm) 04-July-1995 Revision History: --*/ #include <precomp.h> #pragma hdrstop // // Define mapping from line dra...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
458a8298e6288d8bae0f1d8808cba99408670053
bbe0f06ea8065a8236bbf761097d6b732be2cbd5
/adb.c
42f500d8c994bc9d191fa987c2baf2b34cd98bdf
[ "BSD-3-Clause", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
rupor-github/FuTTY
4cdb99a8404e579bbda4ca851d38fc449c9475db
bd24a6a80bb86bebc5cfbd04d55868490457bbd1
refs/heads/master
2021-01-21T01:21:09.875100
2015-03-13T01:36:11
2015-03-13T01:36:11
32,115,577
2
0
null
2015-03-13T01:26:48
2015-03-13T01:26:45
null
UTF-8
C
false
false
10,056
c
/* * "Adb" backend. */ #include <stdio.h> #include <stdlib.h> #include "putty.h" #ifndef FALSE #define FALSE 0 #endif #ifndef TRUE #define TRUE 1 #endif #define ADB_MAX_BACKLOG 4096 typedef enum { STATE_WARMING_UP, STATE_SENT_HELLO, STATE_ASKED_FOR_SHELL, STATE_CONNECTED, STATE_WAITING_FOR_ER...
[ "git@goeswhere.com" ]
git@goeswhere.com
61aca0f46f6bba79f735c4ad852686360dfe2c6b
0cb85cd0c88a9b9f0cca4472742c2bf9febef2d8
/Mail/Filters/Spamtest/kisaspam/BKF/include/cfdata_errors.h
3496c90e62862c3d28d67debbfc9179647ae5ea1
[]
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
3,526
h
#ifndef __cfdata_errors_h__ #define __cfdata_errors_h__ #include <sys/types.h> #include "cf_errors.h" /*------------------------------------------------------------------------------*/ /* CFData Components */ /*----------------------------------------...
[ "idrez.mochamad@gmail.com" ]
idrez.mochamad@gmail.com
8f40094484ff6c094cf7625f06f587c9b4992dd0
74c43ecae52c41b125fd2bbeb4ff570ce89a340c
/Info/usart-CodeVision/lcd_lib.c~
143b9ed7fd7d51f2f0eb03129814d54be0338c65
[]
no_license
grey710/Koptilnya
c9ee0fcbdbe265f153c96d048c5ee1f429ef174b
cd926e2897b286007f49d3f14f2e285f814d3096
refs/heads/master
2021-01-06T20:38:18.619457
2011-08-08T02:46:02
2011-08-08T02:46:02
2,171,016
0
0
null
null
null
null
WINDOWS-1251
C
false
false
1,561
#include "lcd_lib.h" #include "bits_macros.h" inline void LCD_CommonFunc(unsigned char data) { PORT_DATA = data; //вывод данных на шину индикатора SetBit(PORT_SIG, EN); //установка E в 1 delay_us(2); ClearBit(PORT_SIG, EN); //установка E в 0 - записывающий фронт delay_us(40); } //функция...
[ "grey71082@gmail.com" ]
grey71082@gmail.com
f83b654d7fbff3da8c0f9b1842806a6c6796873f
ac0894b411507bfd027696b6bf11b5e384ed68fc
/need-to-do/c------download-problem--of--leetcode/628.maximum-product-of-three-numbers.c
b0a5641f05fa4edbdddd25d3a9db09bf4e0b1a67
[]
no_license
mkzpd/leetcode-solution
1d19554628c34c74012fa52582c225e6dccb345c
60c9b218683bcdee86477a910c58ec702185c726
refs/heads/master
2020-05-31T05:56:48.985529
2019-09-20T09:10:49
2019-09-20T09:10:49
190,128,627
0
0
null
null
null
null
UTF-8
C
false
false
845
c
/* * @lc app=leetcode id=628 lang=c * * [628] Maximum Product of Three Numbers * * https://leetcode.com/problems/maximum-product-of-three-numbers/description/ * * algorithms * Easy (46.04%) * Total Accepted: 70.8K * Total Submissions: 153.8K * Testcase Example: '[1,2,3]' * * Given an integer array, fin...
[ "sodgso262@gmail.com" ]
sodgso262@gmail.com
c2958b5f1f943a1a9c2ad2c00f9b2a898fe439b4
ef3e0cebe1687f7a7e19a855e37db778d24b7f51
/Project1/mario.c
a0dca778499ca8ee1aa027a9280870cd6dbac1eb
[]
no_license
uturuncuayaku/CS50
b71164a25e773e2ad474dd6380b0b00e79e7be9a
9fa499f1890afb7e37c744aa114765726b8abd3e
refs/heads/master
2021-04-09T08:28:15.442819
2020-04-07T00:36:19
2020-04-07T00:36:19
248,855,770
1
0
null
null
null
null
UTF-8
C
false
false
357
c
#include <cs50.h> #include <stdio.h> int main(void) { printf("Mario\n"); int height = 10; for(int i=0; i < height; i++) { for(int j= 0; j < height - i; j++) printf(" "); for(int k = 0; k < i + 1; k++) printf("#"); for(int l = 0; l < 2; l++) putchar(' '); for(int o = 0; o <= i;o++) putchar('#');...
[ "andtruj23@gmail.com" ]
andtruj23@gmail.com
1ef85b99f2c3ad77c9cc3e49b1f9c9ffc78a4409
abf748e11a6d02375dcce63ab9d97732b8f83199
/getch.c
9b4405ed38f7e5798b61a708c865df7955c4867a
[]
no_license
daniel55411/asvt_samples
dda3175f30957ae313f8e49ebc72279ff61232c6
762c8716507109034945ef8052c0c5cf3159bb40
refs/heads/master
2020-09-29T04:10:37.314255
2019-12-17T04:57:38
2019-12-17T04:57:38
226,946,632
0
0
null
null
null
null
UTF-8
C
false
false
1,113
c
#include <stdio.h> #include <unistd.h> #include <termios.h> #include <sys/select.h> // // getche() - ввод одного символа + эхо // int getche() { int ch; struct termios oldt, newt; tcgetattr( STDIN_FILENO, &oldt ); newt = oldt; newt.c_lflag &= ~( ICANON ); // newt.c_lflag &= ~( ICANON | ECHO ); tcsetattr( STDIN_F...
[ "zhe.dan28@gmail.com" ]
zhe.dan28@gmail.com
fcfded84a4c9b83b70f677628b15c26b3ef4cc11
de5e362db780429ac6304c11345f060e3149f498
/d/changan/npc/obj/beixin.c
f278c846697b5243bcaaeeb892ab8cba12187f51
[ "MIT" ]
permissive
caokang/mud
8058c0de0ac791fa8662224f82318e4e8b0b62bd
99025000097bbe4bc5028e216c8d0eb05ef9ac67
refs/heads/master
2023-06-17T18:37:14.304099
2021-07-15T12:51:40
2021-07-15T12:51:40
null
0
0
null
null
null
null
UTF-8
C
false
false
384
c
//beixin.c #include <armor.h> inherit CLOTH; void create() { set_name( "皮背心", ({ "pi beixin", "beixin" })); set_weight(1000); if (clonep()) set_default_object(__FILE__); else { set("unit", "件"); set("value", 4000); set("material", "leather"); ...
[ "i@oiuv.cn" ]
i@oiuv.cn
60c8e36570f099cb087ff7479bfeea547b64dd78
0f94fec1f5cd6202bea6016cf3e376327da498f2
/206_Areshin, Nogaev,Litvina/MiniOS_2/src/main.c
981e851264ffeb2c557710991ab2228df779e530
[]
no_license
staaaaaaas/summer-pract-2nd
aa4efde43c3a011cc8f81aae593b4aff022ef3c7
01ef841e9b1adf003aa61bd054f0215ab5edeae0
refs/heads/master
2022-11-06T21:35:20.285668
2020-06-23T11:56:47
2020-06-23T11:56:47
274,392,704
0
0
null
null
null
null
UTF-8
C
false
false
807
c
// main.c -- Определяет точку входа Cи-кода ядра #include "monitor.h" #include "multiboot.h" #include "descriptor_tables.h" #include "timer.h" #include "phys_memory.h" int main(struct multiboot *mboot_ptr) { // Initialise all the ISRs and segmentation init_descriptor_tables(); // Initialise the screen (b...
[ "noreply@github.com" ]
staaaaaaas.noreply@github.com
b4b3efb791724ac110b3e6cab0c77a6ab9ebd04b
0aae7f9a71db8909c57c1d459b091a131c6a02b2
/C/sqlite/sqlite/database.c
9075d55d282b566bfb465e1adfd0ba86745faf08
[]
no_license
libaofa/Forme
10a3599a73fc4358f6a187f02f05c866826cb558
75f299096c5d8f8df0c09987449c68b1d1b55bf7
refs/heads/master
2020-05-15T10:48:26.167733
2020-03-07T11:14:32
2020-03-07T11:14:32
182,178,166
0
0
null
null
null
null
GB18030
C
false
false
683
c
#include <stdio.h> #include <stdlib.h> #include "sqlite3.h" #include "lbf.h" #include <string.h> sqlite3 *database(sqlite3 *db) { char db_name[MAX_LINE+1]; char open_name[MAX_LINE + 7] = "db\\"; while (1) { printf("请输入您想要连接的数据库名:"); fflush(stdout); getaline(db_name, MAX_LINE,0); if (db_name[0] != '\0') ...
[ "411693717@qq.com" ]
411693717@qq.com
44da0d9ea108ce98b15d9435a6ba06e817167bfd
668ced8923f99530a7311e039e55d1a10c9fe8c5
/code/source/ti/ti154stack/npi/src/inc/npi_ble.h
9f9c669eb72ce49e185601f2e5d028db950e7453
[]
no_license
shivam3108/project_sourcecode
db41cefa17c71d33a5e8b933bdb97e954f79f109
19f09b2dbcea851311c7e1588e8b6f7f1c2fdb15
refs/heads/master
2020-03-18T05:54:06.849680
2018-05-22T06:00:56
2018-05-22T06:00:56
134,366,991
0
0
null
null
null
null
UTF-8
C
false
false
3,246
h
/****************************************************************************** @file npi_ble.h @brief NPI BLE Utility File Group: WCS, LPC, BTS Target Device: CC13xx ****************************************************************************** Copyright (c) 2015-2018, Texas Instruments Incorporated All ...
[ "shivamkapil753@gmail.com" ]
shivamkapil753@gmail.com
73b43db7ce1e099cd8fec519bf1d655770b3dea6
6c957e85850753b5661128916770d31378f08df6
/libtorrent/src/metadata.c
4df365afa3b91947bb88897f7b26abf8dbcc8813
[]
no_license
jjzhang166/ireader_sdk
f287fdf073fd8b4dd4e0076eaec1a57f8d50e689
fb9ab89b1b6c418caa15954fe7f25b538cc3db24
refs/heads/master
2021-08-11T22:22:30.768885
2017-11-13T08:17:17
2017-11-13T08:17:17
110,646,585
1
1
null
null
null
null
UTF-8
C
false
false
2,438
c
// http://www.bittorrent.org/beps/bep_0009.html (Extension for Peers to Send Metadata Files) #include "peer-extended.h" #include "peer-message.h" #include "byte-order.h" #include "bencode.h" #include <stdlib.h> #include <string.h> #include <assert.h> #include <stdio.h> int peer_metadata_request_write(uint8_t* buffer,...
[ "tao3@outlook.com" ]
tao3@outlook.com
41d272c52c7fb594ef9f79133925e37141040653
e802b29c3ecabaef1a497b3c868b03b70cbecd21
/BLE-CC254x-1.4.0/Projects/ble/BlueBasic/Source/os.h
b1a9b55b69c1785da1b547b10ab75ba6c7403589
[]
no_license
Victor77/BlueBasic
85181822c3c83e0e61c318bd6e7ddafadedd4805
7f73c130d732f56d3bf645a4996ccae4abf2197b
refs/heads/master
2020-05-23T10:09:33.065804
2015-02-22T21:49:46
2015-02-22T21:49:46
null
0
0
null
null
null
null
UTF-8
C
false
false
18,881
h
//////////////////////////////////////////////////////////////////////////////// // BlueBasic //////////////////////////////////////////////////////////////////////////////// // // Authors: // Tim Wilkinson <timjwilkinson@gmail.com> // // os.h // #define kVersion "v0.6" #if __APPLE__ #include <std...
[ "tim.j.wilkinson@gmail.com" ]
tim.j.wilkinson@gmail.com
e1b3f6cd4c3ef8be7a46ec727890df164c8eef97
a522ed42c535d4e06f78d99f6d92f904fdca2e78
/libsrc/gtcomapi_ssl/gt_errlist.h
be173e9604ab1c6a3ef396e68d53ac2f494168ce
[]
no_license
dulton/exm_onvif
939068231b29a6fbb2f280fdf2a916716288d733
4c3cc9b3e1b7b12b7adb97ba318e691d2a5ea0cc
refs/heads/master
2021-01-23T02:06:31.013304
2015-07-03T03:38:24
2015-07-03T03:38:24
92,910,053
0
1
null
2017-05-31T05:59:40
2017-05-31T05:59:40
null
UTF-8
C
false
false
26
h
../../include/gt_errlist.h
[ "zhangshaokang@gtalarm.com.cn" ]
zhangshaokang@gtalarm.com.cn
37c3b72727eb7a743c4ec382b3f4c4c2db730f6a
191707dd19837f7abd6f4255cd42b78d3ca741c5
/X11R4/contrib/toolkits/andrew/overhead/wpi/wpq.c
fa7d1ff0d34345a737c4bce16a8bdb8bfd87f18d
[]
no_license
yoya/x.org
4709089f97b1b48f7de2cfbeff1881c59ea1d28e
fb9e6d4bd0c880cfc674d4697322331fe39864d9
refs/heads/master
2023-08-08T02:00:51.277615
2023-07-25T14:05:05
2023-07-25T14:05:05
163,954,490
2
0
null
null
null
null
UTF-8
C
false
false
17,226
c
/* ********************************************************************** *\ * Copyright IBM Corporation 1988,1989 - All Rights Reserved * * For full copyright information see:'andrew/config/COPYRITE' * \* ********************************************************************** */ /*===========...
[ "yoya@awm.jp" ]
yoya@awm.jp
93c4320430a60958e1b70b9066a6fca8e68656b2
264cc34d1d5322c9c955f351e5ed710836f6a1a5
/cmake_targets/lte_build_oai/build/CMakeFiles/S1AP_R14/S1AP_ProtocolIE-SingleContainer.c
19ca22aaa01bccf91034a105b4a1f33aeac90833
[ "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
28,684
c
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "S1AP-Containers" * found in "/home/user/openairinterface5g/openair3/S1AP/MESSAGES/ASN1/R14/s1ap-14.5.0.asn1" * `asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D /home/user/openairinterface5g/cma...
[ "yuchia.tseng@irt-systemx.fr" ]
yuchia.tseng@irt-systemx.fr
c0837653664ce64a4e6ea4ddee055ac30e23af0e
48648ec76e69a33a5014463ea0e9b9f52f373995
/0x17-doubly_linked_lists/lists.h
5823b764fef012bfffb1e45e3f8f3cc3bd9e9a73
[]
no_license
andreshugueth/holbertonschool-low_level_programming
591bc7aa29cab591f56f37e4d72a524e9400f526
f87f91a4b85b5ee98abd90e15eda32f2b25382f0
refs/heads/master
2020-12-29T07:34:34.789876
2020-08-28T00:59:48
2020-08-28T00:59:48
238,516,198
0
6
null
null
null
null
UTF-8
C
false
false
925
h
#ifndef _LISTS_H_ #define _LISTS_H_ #include <stdio.h> #include <stdlib.h> #include <string.h> /** * struct dlistint_s - doubly linked list * @n: integer * @prev: points to the previous node * @next: points to the next node * * Description: doubly linked list node structure * for Holberton project */ typedef ...
[ "andreshugueth@gmail.com" ]
andreshugueth@gmail.com
b97e6c52f11aa776e2b330e11cb9b08e9b400b89
a2c2b93581eff350eb114deeabb6ba8aa30f2605
/Uva 12543.c
a9ba7ce5c03c15fe66cb123208b5558aee8335fc
[]
no_license
Ferdib-Al-Islam/My_UVA_Solutions
187a02d7e57be80ac745d85b586ae49c7bb3c960
338e06ba606b9f14b947abb9e6778a04a6247154
refs/heads/master
2020-04-08T03:53:46.942772
2018-11-25T03:24:35
2018-11-25T03:24:35
null
0
0
null
null
null
null
UTF-8
C
false
false
734
c
#include<stdio.h> #include<string.h> int main() { char s[1000],s1[1000],s2[1000]; int i,l,j,n=0; while(scanf("%s",s)) { j=0; if(s[0]=='E'&&s[1]=='-'&&s[2]=='N'&&s[3]=='-'&&s[4]=='D') break; l=strlen(s); for(i=0; i<l; i++) { if(s[i]>='A'&&s...
[ "31789425+Ferdib-Al-Islam@users.noreply.github.com" ]
31789425+Ferdib-Al-Islam@users.noreply.github.com
3fc8a1202d7c4b5fb4d4c68c4d176b6f0210dedf
89527bc8b1cc8efae68a19af448b09853e3d713d
/C/hand-ins/hand-in_5_1/main.c
bdb88bd95e630259bb7e34200d7a02376f4a7519
[]
no_license
kasparkielland/PublicPortifolio
7091269ef80057d0e2243a404f678ec849497a3b
267a3be7069964df0209383dc2bf22774de9a89e
refs/heads/main
2023-03-05T19:23:44.173352
2021-02-19T21:31:56
2021-02-19T21:31:56
337,538,770
0
0
null
null
null
null
UTF-8
C
false
false
121
c
#include "student.h" int main() { student_t student = read_student(); print_student(student); return 0; }
[ "kaspak16@uia.no" ]
kaspak16@uia.no
4ed85bee199aa2d10d52f892cc651dfa57d0fce5
f62f4349c06163052e7c25ee230c9a53919521b1
/lab2/3.c
314fe91e5c7792299362fd10da65eaea338fcf6a
[]
no_license
KonkinDA/LAB
ac5934784d5f0047ce3590d74d251fbb5bc7a438
8ecb1646118d670479a17d3e6a1cff7276b7c2c0
refs/heads/master
2023-02-17T06:22:00.497527
2021-01-07T22:53:54
2021-01-07T22:53:54
297,085,772
0
1
null
null
null
null
UTF-8
C
false
false
345
c
#include <stdio.h> #include <stdlib.h> #include <locale.h> int main(void) { int a, b, c, d; setlocale(LC_ALL, "Rus"); printf("Введите координаты точек А В С\n"); scanf("%i %i %i", &a, &b, &c); d = abs(c-a)*abs(b-c); printf("Произведение длин отрезков AC и BC = %i", d); return 0; }
[ "noreply@github.com" ]
KonkinDA.noreply@github.com
38d1e66826521e608fc3efea735f6256133cdd99
a0f3785d70740a0c854ee0fd95e35955b68f01df
/nginx-release-1.19.2/src/http/modules/ngx_http_uwsgi_module.c
fe15ee80d0f7ed1945f98d69c34a79b2faab3bcf
[]
no_license
chensongpoixs/cnginx_source
a281aa1dc05163c447cd46cde9cdb448b68f19ff
edd0043a160e4c5bf8d0cf8b21ae746c837795f9
refs/heads/master
2023-01-05T23:23:30.685736
2022-12-29T09:10:29
2022-12-29T09:10:29
298,790,825
3
0
null
null
null
null
UTF-8
C
false
false
73,835
c
/* * Copyright (C) Unbit S.a.s. 2009-2010 * Copyright (C) 2008 Manlio Perillo (manlio.perillo@gmail.com) * Copyright (C) Igor Sysoev * Copyright (C) Nginx, Inc. */ #include <ngx_config.h> #include <ngx_core.h> #include <ngx_http.h> typedef struct { ngx_array_t caches; /* ngx_http_file_cach...
[ "15850774503@163.com" ]
15850774503@163.com
1d4b4a50be38aa837b809b1e3462e0aa61b087ab
44d2eb6affee81086e4239bd1398e543f713eede
/src/lib/nupm/src/nupm.h
2e14ffabb24c08110b8522d380d5128b2d8f727a
[ "Apache-2.0" ]
permissive
fengggli/comanche
a0da674c49ad23ea9c803684f5c50836179d4197
035f2a87e0236e9ff744c10331250dcfab835ee1
refs/heads/unstable
2020-03-18T15:18:59.726956
2019-03-01T23:46:20
2019-03-01T23:46:20
108,162,296
0
0
Apache-2.0
2018-05-25T16:32:17
2017-10-24T17:41:40
C
UTF-8
C
false
false
896
h
/* Copyright [2019] [IBM Corporation] 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 applicable law or agreed t...
[ "daniel.waddington@ibm.com" ]
daniel.waddington@ibm.com
3cfe2fcb26873e60be71d8ecde127e665dd1e194
c0c4bb845f299201e66edc74f4df155b27e07356
/fixpoint.h
8daa9e4781187e8d111c6c20bc21ddd7e797d3a3
[]
no_license
JReiri101/hypercycles
2f911a0d4ec082ab5e09c59f9ccb6ba61427544d
e7d8bc110f2de366a9a3c2c1f04b48069b677443
refs/heads/master
2023-03-31T22:17:32.446063
2021-02-22T12:22:36
2021-02-22T12:22:36
null
0
0
null
null
null
null
UTF-8
C
false
false
122
h
int fixmul(int a, int b); int fixmul2(int a, int b); int fixdiv(int a, int b); int shf1(int a); int qrshift(int a, int b);
[ "jean.gravier@pm.me" ]
jean.gravier@pm.me
6832e420d779b0310b2cd44b557df716aed32c48
12bcc928d46ab3f01c845747a47dbdf38dfa709f
/BloksAIPlugin/Vendor/illustratorapi/pica_sp/SPCaches.h
7f6b8a7f78054b52728cb158402c7c7fec1a4a44
[ "MIT" ]
permissive
WestonThayer/Bloks
8560635341f5425dfb49265ab5079c649092bab9
309d67476219212de14c213078446ae9af87ac51
refs/heads/master
2022-05-01T04:11:14.436076
2022-04-13T05:39:26
2022-04-13T05:39:26
53,295,246
70
6
MIT
2022-04-13T05:39:27
2016-03-07T04:14:18
TypeScript
UTF-8
C
false
false
5,124
h
/***********************************************************************/ /* */ /* SPCaches.h */ /* */ /* ADOBE SYSTEMS INC...
[ "willfcork@gmail.com" ]
willfcork@gmail.com
1066c02e7ad640d53f9ace28e50eb4e5384538f2
b40086955abd0f67252bc41ecd2b20d513c6ba7a
/GUI_app/generated/events_init.c
4a02ec972bf551b63ad5474c62f287b6efb30171
[]
no_license
CityJinZH/LoRaWan_project
5cf3549d1fe596c1a729b927ef5e990748f02521
0891e3b61a9ba597565f7ecd163425ef7b397df2
refs/heads/master
2023-06-05T17:39:38.359088
2021-06-19T03:21:21
2021-06-19T03:21:21
null
0
0
null
null
null
null
UTF-8
C
false
false
2,631
c
/* * Copyright 2021 NXP * SPDX-License-Identifier: MIT */ #include "events_init.h" #include <stdio.h> #include "lvgl/lvgl.h" #include "usart.h" extern lv_ui guider_ui; extern uint16_t up_interval; extern uint16_t up_pick_cnt; extern uint8_t sensor_type; static void btnAddIntervel_event_cb(lv_obj_t * btn, lv_even...
[ "lwlovedj.1314@gmail.com" ]
lwlovedj.1314@gmail.com
55b348e788f9fcf58fd80b93bda0d92fd0d6f771
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/32329cff-fa9c-4a9e-a925-de042d6db861.c
011578f48f3da175e37918f7f9478fe34a756d5a
[]
no_license
nmharmon8/Deep-Buffer-Overflow-Detection
70fe02c8dc75d12e91f5bc4468cf260e490af1a4
e0c86210c86afb07c8d4abcc957c7f1b252b4eb2
refs/heads/master
2021-09-11T19:09:59.944740
2018-04-06T16:26:34
2018-04-06T16:26:34
125,521,331
0
0
null
null
null
null
UTF-8
C
false
false
578
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=1344; int k; int l; j = 53; l = 64; k = i/j; l = i/j; l = l%j; l = l+j; k = k--*k; //variables /* START VULNERABILITY */ int a; long b[80]; long c[45]; a = 0; do { //random ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
0f4698644940b9632348a2cc4171db5da8a2b44e
82dc3cc4c97c05e384812cc9aa07938e2dbfe24b
/spooles/src-mirror/Network/Network.basics.c
ff941715ae30bc8287f3531df284f2416532eb45
[]
no_license
samanseifi/Tahoe
ab40da0f8d952491943924034fa73ee5ecb2fecd
542de50ba43645f19ce4b106ac8118c4333a3f25
refs/heads/master
2020-04-05T20:24:36.487197
2017-12-02T17:09:11
2017-12-02T17:24:23
38,074,546
3
0
null
null
null
null
UTF-8
C
false
false
54
c
/home/saman/Tahoe/spooles/src/Network/Network.basics.c
[ "saman@bu.(none)" ]
saman@bu.(none)
278f3f5ab44030defec819043508ef00010ab5af
bdc0b8809d52933c10f8eb77442bd0b4453f28f9
/install/sensor_msgs/include/sensor_msgs/msg/point_field__functions.h
cebf6e5a33b6891a90279a08e1a32c671e4b940f
[]
no_license
ClaytonCalabrese/BuiltRos2Eloquent
967f688bbca746097016dbd34563716bd98379e3
76bca564bfd73ef73485e5c7c48274889032e408
refs/heads/master
2021-03-27T22:42:12.976367
2020-03-17T14:24:07
2020-03-17T14:24:07
247,810,969
1
0
null
null
null
null
UTF-8
C
false
false
3,972
h
// generated from rosidl_generator_c/resource/idl__struct.h.em // with input from sensor_msgs:msg/PointField.idl // generated code does not contain a copyright notice #ifndef SENSOR_MSGS__MSG__POINT_FIELD__FUNCTIONS_H_ #define SENSOR_MSGS__MSG__POINT_FIELD__FUNCTIONS_H_ #ifdef __cplusplus extern "C" { #endif #includ...
[ "calabreseclayton@gmail.com" ]
calabreseclayton@gmail.com
fbcdf69191140c68878c716877192d45e38abcac
d4cd7da93ef93b32ae30c6c96b0612ffca758c0b
/0x03-python-data_structures/lists.h
7c152315706a771ef1c32d4c40a0c357c77cec87
[]
no_license
jfangwang/holbertonschool-higher_level_programming
afde26b71104b1a0ecb6cb1c99736a5286a51f08
32f7396181fac7c7495def24af72346d6ba07249
refs/heads/master
2023-04-24T17:16:38.731772
2021-05-06T15:49:39
2021-05-06T15:49:39
319,357,878
0
0
null
null
null
null
UTF-8
C
false
false
560
h
#ifndef LISTS_H #define LISTS_H #include <stdio.h> #include <stdlib.h> /** * struct listint_s - singly linked list * @n: integer * @next: points to the next node * * Description: singly linked list node structure * for Holberton project */ typedef struct listint_s { int n; struct listint_s *next; } listint_t;...
[ "qbs1864@gmail.com" ]
qbs1864@gmail.com
1abd0a7772e56d2189bb6847d1c271d56f0a606f
5658f41220c296a3cc66fb1a3c65ca0b725c7932
/CM7/Src/Main/stm32h7xx_it.c
ecaf1e5c27cf8e55e7a7a306bcdd0c560437e516
[]
no_license
brandon-burke/Digital-Oscilloscope-STM32H7
9683444541d700642fd0b5828a99d1892f7ea914
4b9a73916bcc2173bf1083f20a086211b2224e82
refs/heads/master
2023-07-16T18:06:55.906354
2021-09-09T21:24:11
2021-09-09T21:24:11
404,866,669
0
0
null
null
null
null
UTF-8
C
false
false
5,567
c
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32h7xx_it.c * @brief Interrupt Service Routines. ****************************************************************************** * @attention * * <h2><center>&copy; Copyri...
[ "b.burke023@gmail.com" ]
b.burke023@gmail.com
e316f64372ddf4f89704091750cf8e5e4dff9e6c
48d0427b51d9f8ef6c2796539d7d336090edbe65
/webos3.5_driver/kdriver/kdriver/mxlib/hal/mustang/mmfi/halMMFilein.c
64b63da350e99de9caf989efd909d3d8177e3f26
[]
no_license
jockyw2001/WebOS
6565a97648f4120d3731372e7c449331c7717b79
8840d51d227783830947d5eeca507aa33c0fb928
refs/heads/master
2020-03-24T09:23:47.680616
2018-05-26T04:58:39
2018-05-26T04:58:39
null
0
0
null
null
null
null
UTF-8
C
false
false
21,364
c
//<MStar Software> //****************************************************************************** // MStar Software // Copyright (c) 2010 - 2012 MStar Semiconductor, Inc. All rights reserved. // All software, firmware and related documentation herein ("MStar Software") are // intellectual property of MStar Semiconduc...
[ "rla5072@paran.com" ]
rla5072@paran.com
2a3baa56968a2bda5f1b849bdfcfd4ac5a1e5bb3
f7871667a6e308382b224c65297f7cae11282880
/impl/crl_tests.h
fe0ea6744355464912143ec61cc2be1f4e7364ae
[]
no_license
dawson-brown/mini-tls-crawler
24adc9fc7cb7d198a7847c7fe2b8f7bfdae6c59b
bad387c3364f417ed43e047fa36750346f7fc40e
refs/heads/master
2023-01-03T05:04:22.402703
2020-11-02T23:20:28
2020-11-02T23:20:28
309,516,649
0
0
null
null
null
null
UTF-8
C
false
false
621
h
/** * @brief message is a buffer for storing the formatted message. Format is a format string for the message, * the format string must be in the form "%d _message_". assert_i is incremented and keeps track of which * assert failed. * */ #define mu_assert(message, format, test, assert_i) do { \ if (!(test)) ...
[ "dawsonstbrown@gmail.com" ]
dawsonstbrown@gmail.com
c98e4f95e0b3ccd0f16cceecc7b7e9aa5e40e83d
1ed1ece5a776aad35da152133a14a4cee60e34d2
/bundles/noos_mini/inc/btstack_linked_list.h
cc8e6c27837a1ea67064bf944ed414e65f545829
[ "Apache-2.0" ]
permissive
ingchips/ING918XX_SDK_SOURCE
71596b93eee5658e1a512adf910a168235ea59c0
69c2fa62b457a7dbbb0bc581e923ee6039d9cf41
refs/heads/master
2023-08-31T23:48:31.413047
2023-07-24T08:08:17
2023-07-24T08:08:17
228,328,445
14
21
Apache-2.0
2023-09-12T06:47:09
2019-12-16T07:30:56
C
UTF-8
C
false
false
1,081
h
// ---------------------------------------------------------------------------- // Copyright Message // ---------------------------------------------------------------------------- // // INGCHIPS confidential and proprietary. // COPYRIGHT (c) 2018 by INGCHIPS // // All rights are reserved. Reproduction in whole or in p...
[ "zhengji.li@ingchips.com" ]
zhengji.li@ingchips.com
3b3f988f694575c6192ee330963488283a7f88c3
443d945734be4232ae3daed6f8fef688a1d1d6c8
/tips/match copy.c
e34a29b876f2b5c70b6ece61eb7984117cf9d9c7
[]
no_license
movingfinger/exam_basic
e3b69d6bb363e55dc2af63800a43fc3dd501a24e
92171140ca938f1717e3bae086a952d2389f78d3
refs/heads/master
2020-06-21T13:31:42.520390
2019-07-17T21:44:51
2019-07-17T21:44:51
197,467,139
0
0
null
null
null
null
UTF-8
C
false
false
1,454
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* match.c :+: :+: :+: ...
[ "sako@e1z3r4p9.42.us.org" ]
sako@e1z3r4p9.42.us.org