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
7691d27c11a0d6d219021ee1f8f33c4b37904fd1
1c10e3669ffade43343a4ef63112c309850e0d5e
/ext.h
69d319686952f36e3c9eb185080316edadd4c950
[]
no_license
C0reFast/ext_skel
c674f03bd1efec0a2bbbcdd94e21a890a9f77634
ad3cb212663bf1ba4f61ab2d8f6cfda616e12f9c
refs/heads/master
2021-01-25T08:48:41.803527
2015-03-04T07:05:50
2015-03-04T07:05:50
31,643,100
0
0
null
null
null
null
UTF-8
C
false
false
370
h
#ifndef _EXT_H_ #define _EXT_H_ typedef struct _function_entry { const char *fname; void (*handler)(void); } function_entry; typedef struct _ext_entry { const char *name; const int func_nums; const struct _function_entry *functions; } ext_entry; int load_ext(const char *extpath); int call_ext_fun...
[ "chenfu@staff.sina.com.cn" ]
chenfu@staff.sina.com.cn
4781a94c915d860486963a9e086017ffa411a6ab
1f151edd27fb0e22c7f1d70a7b6283b7ebf2f2e7
/CIS241/project2/functions.c
db44582d57fc3700c5d0c8bc2291d55bd211c96c
[]
no_license
ajnatzic/cs
5791d1bc8cd76942c05e85926360e2430a2a7b08
987c761ea55cdcbce549e05d0b0348a2b11d73f6
refs/heads/master
2022-12-17T11:09:09.822519
2021-02-08T03:46:21
2021-02-08T03:46:21
164,881,402
0
1
null
2022-12-09T10:45:34
2019-01-09T14:48:23
C++
UTF-8
C
false
false
3,248
c
#include <stdlib.h> #include <stdio.h> #include <string.h> #include <ctype.h> /** * This is where the functions from "functions.h" will be implemented. * */ /** used for iteration and for loops */ int i; /** the alphabet reversed. used when creating the cipher */ char* reverseAlpha = "ZYXWVUTSRQPONMLKJIHGFEDCBA...
[ "alfred.natzic@sbcglobal.net" ]
alfred.natzic@sbcglobal.net
ab00491e21da9c23c66bdb29c9dab9b5735a4434
6e7245904742af3f4bff9d66ce7588bd75681f84
/ports/atmel-samd/build-alliecat_candythecatacorn/genhdr/qstrdefs.generated.h
a75ad43c02eba32e87425a8bca67f9833b80ee00
[ "MIT" ]
permissive
GalaxyAllie/nyanpython
222bb477eabcf46eaed30399d0cd98e8371e36d6
da7fd6c9eb6095f2f818494cb1bc1a0751614f3e
refs/heads/master
2022-06-28T03:24:24.522473
2020-05-10T00:23:12
2020-05-10T00:23:12
244,212,606
1
0
NOASSERTION
2020-05-10T00:24:17
2020-03-01T19:44:16
C
UTF-8
C
false
false
101,315
h
// 101 e 1360 000 0 // 32 1322 0010 2 // 97 a 722 0011 3 // 105 i 787 0100 4 // 110 n 865 0101 5 // 111 o 877 0110 6 // 114 r 822 0111 7 // 115 s 718 1000 8 // 116 t 1124 1001 9 // 99 c 425 10100 20 // 100 d 456 10101 21 // 108 l 477 10110 22 // 112 p 353 10111 23 // 117 u 472 11000 24 // 95 _ 295 110010 50 // 98 b 2...
[ "galaxymergirl@gmail.com" ]
galaxymergirl@gmail.com
9da814e4b4697b5ace1674c9d294cc521e618862
897833183b8ec6f11ec9d052e4da41852ccd624b
/en.stm32cubef0/STM32Cube_FW_F0_V1.6.0/Projects/STM32F0308-Discovery/Examples/TIM/TIM_DMA/Inc/stm32f0xx_it.h
d91fac0fd5654bb12f1cec007c6ffb6c5435d06d
[ "BSD-2-Clause" ]
permissive
kilianod5150/em_tracker_system
9d28b996316caec3198dc7a19ce0ed854e1764e3
f7d5c1ac50825d01acb625961c3d7cc03c7897b8
refs/heads/master
2021-01-12T03:03:25.251066
2017-03-21T22:55:29
2017-03-21T22:55:29
78,153,181
0
0
null
null
null
null
UTF-8
C
false
false
2,970
h
/** ****************************************************************************** * @file TIM/TIM_DMA/Inc/stm32f0xx_it.h * @author MCD Application Team * @version V1.6.0 * @date 27-May-2016 * @brief This file contains the headers of the interrupt handlers. ***************************************...
[ "kilianod@gmail.com" ]
kilianod@gmail.com
17cc9b2c08892fb40ca3a7b5276e63264fe0e3e3
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/arch/x86/oprofile/extr_op_model_amd.c_op_amd_stop_ibs.c
49bf6fff53a33fdc66bdbf81deadf7d6c3dfdec8
[]
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,003
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
f4caf0dfb7962b2f04884779cbb5beb6732d7e74
09f8e8208068e6dcf222be9150fb9ebfe43b0bf2
/apps/private/TR69_64/cwmp/cwmpParameter_ct/Includes/cp_wandev_wanconndev_ptmLinkCfg.h
956ee03efd4e83fad4dc912c5ea1327327a5ff5f
[]
no_license
copslock/7525
e62772fe8c88ae7e700706545ac319581469da33
287d8122c6513513042db115273d3731294bf4a7
refs/heads/master
2020-07-03T03:04:53.991046
2017-08-25T03:20:42
2017-08-25T03:20:42
201,764,362
1
0
null
2019-08-11T12:52:43
2019-08-11T12:52:42
null
UTF-8
C
false
false
8,004
h
#ifndef CP_WANDEV_WANCONNDEV_PTMLINKCFG_H_ #define CP_WANDEV_WANCONNDEV_PTMLINKCFG_H_ #include "cp_core.h" #define INFONAS_NODE "Info_nas%d" /*rpc of tr069 parameters: InternetGatewayDevice.WANDevice.1.WANConnectionDevice.{i}.WANPTMLinkConfig.*/ int8 getWANPTMLinkCfgEnableValue(char** value, ParameterType* type, Devi...
[ "undrizzle@gmail.com" ]
undrizzle@gmail.com
d30de5fecb0aa37ccd5da97a99da9cc879dbc2fb
7118fd04af8edb98693ec522a4879085b5355a13
/clone/herb/lingxian.c
8a06b9c417a103102b0eb8c23660923371397963
[]
no_license
MudRen/revive
bc293958fe9fe6c475cb496aede9c62cc63e26a3
240ea5c4c7cd8cf2d854781648a16398e6df3b16
refs/heads/master
2020-04-27T16:36:14.597457
2019-03-08T07:11:10
2019-03-08T07:11:10
174,487,432
2
2
null
null
null
null
WINDOWS-1252
C
false
false
324
c
// lingxian.c #include "herb.h" void create() { set_name(MAG "ÁéÏÉ" NOR, ({ "ling xian", "herb_lingxian" })); if (clonep()) set_default_object(__FILE__); else { set("long", "ÕâÊÇÖÐÒ©Ò©²Ä¡£\n"); set("base_unit", "¿é"); set("base_value", 5000); set("base_weight", 40); } setup(); }
[ "i@chenxuefeng.cn" ]
i@chenxuefeng.cn
689d64d035d1e4aba097e34bfdd4795d9b382ee0
5d34e1e38d874207a5fb6c9b40981e1e5b1c392d
/1-insertion_sort_list.c
501f627e99e5013a5b84c8403e914859664e18c9
[]
no_license
AmineNeifer/sorting_algorithms
9316a36ca833bf5bf15b431b55c9c41345202059
ad5b607c9ea4d3d8b981246e25276ab25e36bc9e
refs/heads/master
2021-07-15T12:08:28.715674
2020-02-06T21:46:46
2021-02-14T12:29:18
237,774,246
0
0
null
null
null
null
UTF-8
C
false
false
1,354
c
#include "sort.h" #include <stdlib.h> #include <stdio.h> /** * swap_two_nodes - swaps two successive nodes in a doubly linked list. * * @list: our doubly linked list. * @current: the current node we are swapping with it's next. */ void swap_two_nodes(listint_t **list, listint_t *current) { listint_t *next_node; ...
[ "amineneifer2000@gmail.com" ]
amineneifer2000@gmail.com
f4212169c551d5cdaa68433ae0c2cb7afacf3fde
9aad07e4b268a8f6256e63628f18bd211fb9b77d
/study/zhulaoshi/code/1.ARM裸机全集/chapter7/1.uart_c/uart.c
60d9e4ba49490207eeb5ffe36648047761de624e
[]
no_license
dorom110/news5pv210
f1c1feb26f1f11f734c45f932f15caa05f098f24
ceed7eab14ec0318fc17f9ed0c5cc736a0667eec
refs/heads/master
2023-01-04T07:42:52.798856
2020-10-29T20:55:43
2020-10-29T20:55:43
null
0
0
null
null
null
null
GB18030
C
false
false
2,273
c
#define GPA0CON 0xE0200000 #define UCON0 0xE2900004 #define ULCON0 0xE2900000 #define UMCON0 0xE290000C #define UFCON0 0xE2900008 #define UBRDIV0 0xE2900028 #define UDIVSLOT0 0xE290002C #define UTRSTAT0 0xE2900010 #define UTXH0 0xE2900020 #define URXH0 0xE2900024 #define rGPA0CON (*(volatile u...
[ "root@mo-cn-491.int.hrs.com" ]
root@mo-cn-491.int.hrs.com
2030b7dd7270b3f6d6e39d20268b48aeb784b163
0397056bb2d04bc8a764dc005a3768bd462ee3c6
/Linked_list/exercise.c
b7cfda280db1ecfb890e4fc03b145a7a22a931af
[]
no_license
ajaybisht088/CppTesting
5ba6cbe163c6da7e1ff3b6aa3980aa9fbe9b872a
9bdf7075a4012d3026fcd9db58c6bad3312e55ce
refs/heads/master
2023-07-04T03:16:38.867929
2021-08-10T07:45:22
2021-08-10T07:45:22
357,343,957
0
0
null
null
null
null
UTF-8
C
false
false
363
c
#include<stdio.h> #include <stdlib.h> struct Node { int i; char *(name[4]); struct Node *next; }; int main() { struct Node *n = (struct Node * )malloc(sizeof(struct Node)); printf("\nEnter Number : "); scanf("%d", &(n->i)); printf("\nEnter Name : "); scanf("%s", n->name); printf("\nName = %s",n->name); p...
[ "ajaybisht088@gmail.com" ]
ajaybisht088@gmail.com
61fed00b2aa0931ebbe3898c288bcdb8074dfb13
ef0fd576bfe77736bf0923a694b65707233f0483
/TM_Mesh_System.cydsn/Generated_Source/PSoC4/UART_DEB_PVT.h
db5b5331a9e26c48ca78d7bf8b1ad4ce95a5964a
[]
no_license
sophmintaii/smart_heat_meter
d5bd1f0e9f10cf4dc64150e16e12e8f044cb53b5
9596d45263dc3abd12c3ffa9bbca5cac17ae350c
refs/heads/master
2023-02-18T02:14:06.178856
2021-01-17T00:10:38
2021-01-17T00:10:38
309,335,375
3
0
null
null
null
null
UTF-8
C
false
false
5,023
h
/***************************************************************************//** * \file .h * \version 4.0 * * \brief * This private file provides constants and parameter values for the * SCB Component. * Please do not use this file or its content in your project. * * Note: * ****************************************...
[ "ta.tak.hopm@gmail.com" ]
ta.tak.hopm@gmail.com
95f8f00c0f91ac569bd86a74e9e772b1a1940bfa
cabaaad6808e44c6596e7a72fa0ca706c1ac2ac3
/uartRXTim/Drivers/CMSIS/Device/ST/STM32F4xx/Include/stm32f407xx.h
fff0e31c8e09ba591d331d04d78c8ceba1236f58
[]
no_license
Venukrishnam/stm32f407vg
92e387a180a86a66e4c82831614b99225fba83e4
aabe6e7b823c5e6aec944995312ace98eb18d1f7
refs/heads/master
2020-04-11T13:08:47.725447
2018-12-17T17:43:24
2018-12-17T17:43:24
161,805,190
0
0
null
null
null
null
UTF-8
C
false
false
1,328,972
h
/** ****************************************************************************** * @file stm32f407xx.h * @author MCD Application Team * @brief CMSIS STM32F407xx Device Peripheral Access Layer Header File. * * This file contains: * - Data structures and the address mapping for al...
[ "venukrishnam1@gmail.com" ]
venukrishnam1@gmail.com
ecbe384e99d5152eaeecd0712cb6ef162fc9b646
230f97a7e235f7c422fc4ec2ab83f5b0694ecfde
/kitten.h
f276e8dbe2f87acbc1e35636777cf28c92f864f5
[ "MIT" ]
permissive
evincarofautumn/kitten
021e3282f46b9d76d0701fe8c9efcb7b27adb547
2bbc264d7f05c4a7d7b35d06773d1ab2f0623193
refs/heads/master
2023-08-23T18:12:48.137484
2023-04-09T13:38:32
2023-04-10T00:10:33
3,017,189
1,025
53
NOASSERTION
2023-04-10T00:10:34
2011-12-20T04:17:17
Haskell
UTF-8
C
false
false
11,704
h
#ifndef KITTEN_H #define KITTEN_H #include <assert.h> #include <float.h> #include <inttypes.h> #include <stddef.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> typedef int k_bool_t; typedef uint32_t k_char_t; typedef double k_float_t; typedef FILE* k_handle_t; typedef int64_t k_int_t...
[ "evincarofautumn@gmail.com" ]
evincarofautumn@gmail.com
c9678cbe02ef00e480bc677744ad6840a6738983
48a400042c41feb1b305da0aff3b8a2ad535bdc1
/clang/test/RC99/IntrinsicsM/and/v_u32_and_v_s_vb.c
91e2e3f953f02b665548a2a7d5e30179a262eb6c
[ "Apache-2.0", "LLVM-exception", "NCSA" ]
permissive
Daasin/tpc_llvm
d9942f0a031213ba5f23e2053d04c3649aa67b03
ece488f96ae81dd9790f07438a949407dc87ef66
refs/heads/main
2023-07-29T16:10:36.488513
2021-08-23T10:38:48
2021-09-10T05:48:53
null
0
0
null
null
null
null
UTF-8
C
false
false
935
c
// RUN: %codegen -S -O1 -triple tpc-none-none -std=rc99 %s -o - | FileCheck --check-prefix=CHECK-ASM %s // RUN: %codegen -S -O1 -triple tpc-none-none -std=rc99 -bfloat16 -target-cpu gaudi %s -o - | FileCheck --check-prefix=CHECK-ASM %s void main(int x0, unsigned x1, int dest0, int dest1) { unsigned a = 1; uint...
[ "ogabbay@kernel.org" ]
ogabbay@kernel.org
79c8189bead18e6e65e641d0a204dfd7e789c438
a25f220aa2ffba4f0438f99a5dda8ff4e8c8c25e
/C/C02/ex03/ft_str_is_numeric.c
ae09e7cd80a05232f1bbd6472251176619c9c428
[]
no_license
bduaart/42SP-Basecamp
e05e6a71d4e038bab3be15106fd07d370c4ff38d
9dc82a5ef5a69b862d371815f3964b140997a92e
refs/heads/master
2023-04-15T10:11:42.659955
2021-04-17T03:43:23
2021-04-17T03:43:23
358,777,004
1
0
null
null
null
null
UTF-8
C
false
false
1,078
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_str_is_numeric.c :+: :+: :+: ...
[ "brduarte@student.42sp.org.br" ]
brduarte@student.42sp.org.br
5870f2908582ea6cf37a91cf3599fbc24573aa9b
ee6a9b9cab97f71188aaf6ca58953e2d7c02e0ba
/tasks/ege_c4_1.c
084b928f62b5b0c2021fddfd6f6f782cd1405c6b
[]
no_license
SMLASH/ege_homework
c4f711b0f3bab6350d9432c8ba21e631baa0f450
bbaac5e5e78d8eafa9394f800a87070beabba8ff
refs/heads/master
2020-04-14T22:00:50.056444
2019-01-12T22:15:56
2019-01-12T22:15:56
164,147,782
0
0
null
null
null
null
UTF-8
C
false
false
814
c
//https://inf-ege.sdamgia.ru/problem?id=6792 #include <stdio.h> int main(void) { int n; scanf("%d", &n); int results[n]; int most_often = 0; int counter_of_most_often[0]; int max_value_of_cases = 0; for(int i = 0; i < n; i++){ int kids; int sweets; scanf("%d %d", &k...
[ "makaroshkvarkov@mail.ru" ]
makaroshkvarkov@mail.ru
8981ccc1978061a18c96beac8d6315c67461a725
c7792b5e5ae5e74d643518a5b0644020288fc6da
/mutants/fuzzgoat.mutant.2280.c
90e4b887192ea0d67af79b8fe6b0fe33d235250a
[ "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
1cc3dc5ee29a5ecae7c573cad3b334d6e10b8e7b
b8306948d5e79f33b61eb045cfdc9f976acf1df9
/assign2-4.c
7ef5ae5cd69dbaaf3fc9b2b30d211098502d47d9
[]
no_license
alahamrakshith/dslab
c4d9f4d9025069649969899516e73fed11f88956
82964a899eca5e71d8c139e58403523da7cf6f3a
refs/heads/master
2020-09-17T02:59:26.717515
2019-11-26T07:08:53
2019-11-26T07:08:53
223,966,710
0
0
null
null
null
null
UTF-8
C
false
false
2,141
c
#include <stdio.h> #include <stdlib.h> #include <string.h> int size=10; void pushq(int *queue,int *front,int *rear,int ele) { if(*rear+1==size) printf("Overflow\n"); else if(*rear==-1) { *rear=*front=0; *(queue+*rear)=ele; } else queue[++(*rear)]=ele; } int delq(in...
[ "44615912+alahamrakshith@users.noreply.github.com" ]
44615912+alahamrakshith@users.noreply.github.com
3a0c7b74685660e9246f8903a33909e3a8887361
1fabbdfd1ca9ea1b6808893e12bd907eb74de414
/xcode/Classes/Native/mscorlib_System_Comparison_1_gen_135.h
6dd760ecbb5788bdda1691e6728abef09590e275
[]
no_license
Klanly/TutorialPackageClient
6f889e96c40ab13c97d107708ae8f3c71a484301
b9d61ba2f287c491c9565b432f852980ec3fee28
refs/heads/master
2020-12-03T01:42:35.256114
2016-11-01T02:40:21
2016-11-01T02:40:21
null
0
0
null
null
null
null
UTF-8
C
false
false
433
h
#pragma once #include <stdint.h> // GCGame.Table.Tab_MissionDelivery struct Tab_MissionDelivery_t539; // System.IAsyncResult struct IAsyncResult_t14; // System.AsyncCallback struct AsyncCallback_t15; // System.Object struct Object_t; // System.MulticastDelegate #include "mscorlib_System_MulticastDelegate.h" // System....
[ "bu213200@gmail.com" ]
bu213200@gmail.com
84c96e8d5a6d2719e932f72b064a566db1071987
cb517177a1a2fc008285c84c6ab105c29967cfcc
/Competition/LEET_STROBOGRAMMATIC_NUMBER.h
5f6764bd0de641c8b6f0aaa87783d950a9bb91ab
[]
no_license
cshung/Competition
8b4219593bfe28372ba82fbf923437988d862e2c
f534f37b34a0ef2351f4af3926ac864fed6dafc5
refs/heads/main
2023-08-29T03:25:35.042880
2023-08-16T15:32:45
2023-08-16T15:32:45
23,745,091
0
0
null
null
null
null
UTF-8
C
false
false
52
h
#pragma once int LEET_STROBOGRAMMATIC_NUMBER();
[ "cshung@gmail.com" ]
cshung@gmail.com
edb549868e95a806c0261734331287415edf0b5b
043703eaf27a0d5e6f02bf7a9ac03c0ce4b38d04
/subject_systems/httpd/src/httpd-2.4.10/modules/filters/mod_ext_filter.c
415c86be7ab7893d614dee9c67f4c4477a9382ab
[]
no_license
MarceloLaser/arcade_console_test_resources
e4fb5ac4a7b2d873aa9d843403569d9260d380e0
31447aabd735514650e6b2d1a3fbaf86e78242fc
refs/heads/master
2020-09-22T08:00:42.216653
2019-12-01T21:51:05
2019-12-01T21:51:05
225,093,382
1
2
null
null
null
null
UTF-8
C
false
false
130
c
version https://git-lfs.github.com/spec/v1 oid sha256:f0bfc451e292c18921e0935d4d47267a6ddfe036c2c2745adc592697be7a73e2 size 31398
[ "marcelo.laser@gmail.com" ]
marcelo.laser@gmail.com
880b76ea42b4f77e1ceb705f73a28e5879c14a2d
0cd76f9cb8b5c65cdfd275e9300b43bd83c0cb55
/Factorial.C
71937312e322e447b1425d51b93f1d875c97863a
[]
no_license
logithkathir/c-program
cf6c6312a0546367c83dd38fa8b4d473069a08eb
3613a6cee362b2c8705b3a28b80545a481bb87f0
refs/heads/master
2020-04-05T14:06:17.077471
2017-07-11T07:25:19
2017-07-11T07:25:19
94,766,835
0
0
null
null
null
null
UTF-8
C
false
false
186
c
#include<stdio.h> #include<conio.h> int main() { int j,k=1,num; printf("Enter a number"); scanf("%d",&num); for(j=1;j<=num;j++) k=k*j; printf("factorial of %d is %d",num,k); return 0; }
[ "noreply@github.com" ]
logithkathir.noreply@github.com
39b3b31a800345d4e1a8c7c2e78e91e1db700474
113fff173ef8678d64d83be02c58b6d79464acdc
/menu.h
e0ef3c107d799759c5e02a870d365b793979b3d6
[]
no_license
HarryLiker/oop_exercise_02
58fa38b8854fcb7da70c4baab5a7d72b8d91ab2d
1590bab0d18d288ec4de571925c3953dba4ca7ae
refs/heads/main
2022-12-28T14:23:58.427712
2020-10-12T10:07:18
2020-10-12T10:07:18
300,416,317
0
0
null
null
null
null
UTF-8
C
false
false
82
h
#pragma once int menu(); // Функция вывода меню действий
[ "ikorolew02@mail.ru" ]
ikorolew02@mail.ru
7cae8a874d2e0567679760480ec3c600c88ffd26
90b73612452eb5095b4ddda6d521c0aaf158c01e
/srcs/client/client_write.c
b213c4fd15b8e60736e0886e59ccd9354b761f82
[]
no_license
pitzzae/IRC
a8502b13ec735b4cab6ff1ecfa4a79eca36063b0
6069368625cdc3344e5ce79f1b249bee1e73937d
refs/heads/master
2021-04-27T06:59:22.807106
2017-11-22T17:25:03
2017-11-22T17:25:03
122,622,377
0
0
null
null
null
null
UTF-8
C
false
false
1,210
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* client_write.c :+: :+: :+: ...
[ "gtorresa@student.42.fr" ]
gtorresa@student.42.fr
62c5dfe2921b145c35c70e20d7365e2e1a25d38c
c088709eeaede2d76020cf5b7cc66dd75d8498d6
/libs/lsd/lsd.h
b5b4affdc0350096e085e2aa32883bf90f92b9c1
[ "MIT" ]
permissive
harisusmani/ofxCorrectPerspective
8df362439457b8573b9f9b6b569c741f01445986
3f1fbfeb09bc0b80fa29fb8410c72fc7d446c19b
refs/heads/master
2020-07-26T23:34:43.492197
2014-05-15T14:28:51
2014-05-15T14:28:51
19,800,501
18
1
null
null
null
null
UTF-8
C
false
false
9,760
h
/*---------------------------------------------------------------------------- LSD - Line Segment Detector on digital images Copyright 2007,2008,2009,2010 rafael grompone von gioi (grompone@gmail.com) This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero Ge...
[ "me@harisusmani.com" ]
me@harisusmani.com
a9b00dbc45a1330d0e35331b362646217b00d86d
63dd5de6186c40936efeb6db703bc9934cc64961
/main.build/module.scipy.optimize.lbfgsb.c
b897a2bbc6a876f06ca3a17c2111421916c4d34d
[ "Apache-2.0" ]
permissive
artur-chagas/ltv-pyqt
b2f49ec8a86d9d57e2eccd489597f7af8a9d73f7
9df112c6b2b4376c5cb31529609e1352de4bf6f3
refs/heads/master
2023-07-26T11:13:21.846949
2021-09-02T16:43:10
2021-09-02T16:43:10
348,781,846
0
0
null
null
null
null
UTF-8
C
false
false
470,869
c
/* Generated code for Python module 'scipy.optimize.lbfgsb' * created by Nuitka version 0.6.16 * * This code is in part copyright 2021 Kay Hayen. * * 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 L...
[ "artur.chagas@usp.br" ]
artur.chagas@usp.br
77c0995e9ed0fa535c359ddf09d6c0590221f833
09db4a327a77120facc2db4fac8246cab49c7932
/head/UARTDrive.h
31957991b222d591a17935d3d9acf7ad96a288e4
[]
no_license
xzy-code/multiplex-detected-system
457c1abf9b3e17db79f26c682fe4d5fcb1d56aa8
77d50bc4fd9e5954d3c1b1d1afa5306358a9eff8
refs/heads/master
2021-06-23T04:30:16.857482
2017-07-19T12:39:12
2017-07-19T12:39:12
null
0
0
null
null
null
null
UTF-8
C
false
false
1,033
h
/******************************************************************************* * File: typedefs.h * Description: * 定义串口驱动程序,主要有初始化和发送程序. *******************************************************************************/ #ifndef _UARTDRIVE_H #define _UARTDRI...
[ "1725733089@qq.com" ]
1725733089@qq.com
d684c67665da43f3d8f8656aebc6ec07bc5f453c
af284b6b487286bf321cfbbe4e116e40cd90ca22
/RecFreq.c
8063e29dd99ef32cab5efaa0fb1571eeeaf56553
[]
no_license
davorka/RecombinationGS
9f2dbe9eea0ad6628299c21005d9e4639f05f1a6
a81f284a87bcafb878d571b1bc9234bf63866bcb
refs/heads/master
2021-07-15T17:57:09.587559
2017-10-20T21:49:49
2017-10-20T21:49:49
107,728,584
0
1
null
null
null
null
UTF-8
C
false
false
10,897
c
///// freq based evolution of rec2new recombianation rate introduced to a monomorphic population of rec2 rate, when a recombination modifier ///// is recombining with the selected sequence with the rate rec1. Please see (and edit) "parameters" below. The "output" file ///// reports the frequency of ancestral rate at ...
[ "davorkagu@gmail.com" ]
davorkagu@gmail.com
c55512e25e896837c3476191c6c775e893a20290
b71b8bd385c207dffda39d96c7bee5f2ccce946c
/testcases/CWE190_Integer_Overflow/s03/CWE190_Integer_Overflow__int_max_multiply_07.c
1a5401848e06461c9aece675de5a6e27be864fe9
[]
no_license
Sporknugget/Juliet_prep
e9bda84a30bdc7938bafe338b4ab2e361449eda5
97d8922244d3d79b62496ede4636199837e8b971
refs/heads/master
2023-05-05T14:41:30.243718
2021-05-25T16:18:13
2021-05-25T16:18:13
369,334,230
0
0
null
null
null
null
UTF-8
C
false
false
4,816
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE190_Integer_Overflow__int_max_multiply_07.c Label Definition File: CWE190_Integer_Overflow__int.label.xml Template File: sources-sinks-07.tmpl.c */ /* * @description * CWE: 190 Integer Overflow * BadSource: max Set data to the max value for int * GoodSource: Set data...
[ "jaredzap@rams.colostate.edu" ]
jaredzap@rams.colostate.edu
1e8cf2dab9ddc256e08964f1660336a188fa8a1e
e197da8dcc18881c129c1430e24ccaf34840616f
/03-Statements/3-Ex3.c
9e43e91b50731e4cc4c936392207abd2e28e07f8
[]
no_license
rohitskulkarni07/C-a-practical-approach
86ece2dea1d06ad6cea5816bfbaf60af24e65209
6db4b4eacc827ae4806715bb31d0b0a6e98218db
refs/heads/master
2022-09-04T02:52:09.417878
2020-05-25T18:08:47
2020-05-25T18:08:47
256,485,906
0
0
null
null
null
null
UTF-8
C
false
false
1,446
c
//root of quadratic equation #include<stdio.h> #include<math.h> int main() { int a,b,c,d; float r1,r2; printf("Enter 3 coefficient to find roots\n"); scanf("%d",&a); scanf("%d",&b); scanf("%d",&c); d= b*b-4*a*c; //b^2-4ac > 0 then roots are real and un-equal. if(d>0) { r1 = (-b+sqrt(d))/(2*a); r...
[ "rohitskulkarni07@gmail.com" ]
rohitskulkarni07@gmail.com
20e1ea45954a0a45b2e5d128a38999fafe8bfd20
f9e0ea88cd374ca26d0172baa8d5e9d449c4badb
/AT88CK590/fw/LibraryExamples/SHA204/AtmelStudio6/sha204/xmega-a1-xplained/twi/src/security_javan.c
7f1096af78b32d4a6149a97d9578aa7139318689
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
MartyMacGyver/CryptoAuth-explorations
7b24eb454404c71b0c9c5ac2e5557d37064c515b
b0f7ec0363f5379f3d971e647c0806cfcb08d5f0
refs/heads/master
2021-04-12T10:11:38.960183
2017-09-15T18:54:13
2017-09-15T18:54:13
94,529,193
15
3
null
2017-09-15T18:56:16
2017-06-16T09:36:01
C
UTF-8
C
false
false
2,537
c
/** * \file * * \brief SECURITY_XPLAINED extension board adaptation. * * * Copyright (c) 2011-2012 Atmel Corporation. All rights reserved. * * \asf_license_start * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditi...
[ "martin@falatic.com" ]
martin@falatic.com
dd01da312c142a2660f2ef4b5397c3b80b0835a2
4415f186447d9485a9757887aa1d3a7e5e8f019d
/ex8-2 RTC IWDG/user/src/lcd.c
113cd1ef028b18a739490b7900bf8fe6b381c7cf
[]
no_license
Harry-Wu/M4-Works
7ddbfbb81b256961a753aa8066dab27272524587
456b4db3bedc6a15be9e6ecd48ded098554bd2d6
refs/heads/master
2020-05-21T22:04:40.946451
2019-04-29T09:29:58
2019-04-29T09:29:58
65,303,187
0
0
null
null
null
null
GB18030
C
false
false
10,706
c
#include "stm32f4xx.h" #include "IO_BIT.h" #include "LCD.h" #include "delay.h" u16 point_color=BLACK; u16 back_color=WHITE; void lcd_init(void) { //端口时钟使能 PD E F G RCC->AHB1ENR |=0X01<<1 |0X01<<3 |0X01<<4 |0X01<<5 |0X01<<6; //模式----通用输出模式(01) GPIOD->MODER &=~(0x03<<0 |0x03<<2 | 0x03<<8 | 0x03<<10 | 0x03<<16 |...
[ "wuxiaohuaer@gmail.com" ]
wuxiaohuaer@gmail.com
21703eda8c28ecc75e6c3ed703a9455f5810af7d
468a837012db6126730bbc613ce04d782a5bd03c
/C02/ex02/ft_str_is_alpha.c
1d99b10ad94105fdf2147acefb311f02cfa023de
[]
no_license
madfalc0n/42_seoul
0eea70593b2b9b1f9a7f1479e8c895d7d25b99ca
fff113d7064b818d6bb47f53865f2a707a7c9c5d
refs/heads/master
2022-12-09T13:47:40.017788
2020-08-22T10:39:09
2020-08-22T10:39:09
283,210,213
0
1
null
null
null
null
UTF-8
C
false
false
1,095
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_str_is_alpha.c :+: :+: :+: ...
[ "chadool116@naver.com" ]
chadool116@naver.com
d6c0454737e733b6f1760345206637b9ccfe058f
d8d23950175bf7a4ecb22aa06d52319c4bc6fee6
/util/colorset/colorset.c
1b2114609792aa0ad94ac1b89eb16fb2362ca812
[]
no_license
Jeongseob/memory-bandwidth-monitoring
454feb2b3e7b7508a4f7fea6b7bcac20a2cf5095
b664ea54be4183059ff9f1eb6a095e6dcc8eafdb
refs/heads/master
2021-01-15T13:06:10.557734
2015-07-25T17:46:31
2015-07-25T17:46:31
33,973,317
3
0
null
null
null
null
UTF-8
C
false
false
1,838
c
#include <stdio.h> #include <stdlib.h> #include <getopt.h> #include <errno.h> #include <unistd.h> #include <sched.h> #include "procutils.h" struct colorset { pid_t pid; /* task PID */ cpu_set_t *set; /* task color mask */ size_t setsize; char *buf; /* buffer for conversion from mask to string */ size_t b...
[ "ahnjeong@umich.edu" ]
ahnjeong@umich.edu
bd427165de6d04888e22e9b5f624c3ade257083f
6ebb5629e46c8d7792dba4f37a4c8d44c3841c4e
/ECE315_LAB4/src/pwm.c
0c82a61a49bec82ebc71dc5c979bb81a4c123e27
[]
no_license
amrhassab/Intro-to-Microprocessor-Lab
f41272ef97e3fce121cf498756ae30c80b7e97b0
d48e4887f296e24b522f5f1f2d2857cd7ff31242
refs/heads/master
2021-06-12T10:50:00.380711
2017-02-08T09:58:37
2017-02-08T09:58:37
null
0
0
null
null
null
null
UTF-8
C
false
false
2,616
c
#include "pwm.h" #include "sysctrl.h" #include "drv8833.h" // From system_TM4C123.c #define CFG_RCC_USEPWMDIV 1 //***************************************************************************** //***************************************************************************** uint8_t pwmConfig( uint32_t base...
[ "hassaballah.amr@gmail.com" ]
hassaballah.amr@gmail.com
b5660d8a8a9ad9e7afd3d157be0564d470dc004b
3ae30d8468b1ec08c0afbd0f77fd7c6d254556fa
/src/infdeal.c
cfa7bbbdeccbfb3b637025ab7acaeba98eede6a5
[ "MIT" ]
permissive
ZooPer9527/ibayesanfight
d13e17b19ee4d0eb5c20eb37f07bf662af76f3dc
30c67bad75e6cc7e28578d98419244fc324ed315
refs/heads/master
2021-09-24T20:20:27.820864
2018-07-19T14:53:24
2018-07-19T14:53:24
null
0
0
null
null
null
null
UTF-8
C
false
false
24,806
c
/*********************************************************************** *Copyright (c)2005 , 东莞步步高教育电子分公司 *All rights reserved. ** 文件名称: infdeal.c *文件标识: 步步高电子词典的游戏引擎模块 *摘要: 封装引擎对系统显示程序调用的入口 ** *移植性声明: * 1、符合标准:《游戏设计标准V1.0》 * 2、兼容模式:本程序和界面无关,无兼容模式。 * 3、使用本封装程序的引擎要移植到其他环境中,系统的显示部分只需在此修改 *修改历史: * 版本 日期 ...
[ "wy721@qq.com" ]
wy721@qq.com
93c066375d6c11e0e3908e7a9847c23763e796a5
d79aa07e26391d408077e248b642b4c7af69c7e3
/wthspc.c
ba5ca8535c1b84e4bbe298d548b4e3bd9b4a8d98
[]
no_license
LAKSHMIMANO/vijii1
f34c150d5697f1973dade408af50afb06cce146c
da7875566f07d6a1e419e4d893cd8808223ebba9
refs/heads/master
2020-04-17T18:37:08.356785
2019-04-03T10:43:36
2019-04-03T10:43:36
166,833,726
0
0
null
null
null
null
UTF-8
C
false
false
170
c
#include <stdio.h> int main() { int n,k; printf("enter the number"); scanf("%d %d",&n,&k); printf("%d%d",n,k); return 0; }
[ "noreply@github.com" ]
LAKSHMIMANO.noreply@github.com
e5c6f7d412cae79caa6aa89d1dd3c7e6d87d76af
3db023edb0af1dcf8a1da83434d219c3a96362ba
/windows_nt_3_5_source_code/NT-782/PRIVATE/MAILPLUS/BULLET2/SRC/MSSFS/_NCRC.H
bba5192ba220882c340be8869fd27620842e4818
[]
no_license
xiaoqgao/windows_nt_3_5_source_code
de30e9b95856bc09469d4008d76191f94379c884
d2894c9125ff1c14028435ed1b21164f6b2b871a
refs/heads/master
2022-12-23T17:58:33.768209
2020-09-28T20:20:18
2020-09-28T20:20:18
null
0
0
null
null
null
null
UTF-8
C
false
false
895
h
#define MBXLOGON 5 #define MDBLOCATE 6 #define STOREPASS 8 #define MBXCHANGEPASSWORD 9 #define MBXSYNCING 10 #define TMCOK 13 #define TMCCANCEL 27 #define TMCSYSMIN 101 /* PO logon dialog */ #d...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
594e8b7347f82071c0b4cb328b2b49936a838725
a750411426779c0a88be4119ecdd113a3612788f
/EmbeddedSnake/EmbeddedSnake/snakeio.h
1aa1c00a215064d63ffd8bff9cf10cb0776bdb86
[]
no_license
KasperSK/ITAMS
a2c00173df24399470d85f876b3dba7feaf21092
c38e41fe5acec1a1b584ec733f106182fedbfe30
refs/heads/master
2020-05-23T10:19:58.859857
2017-03-14T12:15:28
2017-03-14T12:15:28
80,421,115
0
1
null
2017-03-13T12:58:05
2017-01-30T12:50:55
C
UTF-8
C
false
false
799
h
/* * snakeio.h * * Created: 3/3/2017 2:01:44 PM * Author: live */ #ifndef SNAKEIO_H_ #define SNAKEIO_H_ #include "ports.h" using Leds = PortC; #include "TC4021/Driver.h" using NES_Data = Pin<PortD, PD0>; using NES_Clock = Pin<PortD, PD2>; using NES_Latch = Pin<PortD, PD1>; using NES_Pins = SPI::Pins<NES_Data...
[ "git@k-moeller.dk" ]
git@k-moeller.dk
926565cfef6d5779f6cf16b70d2d31ec03b4bff3
165d5cfac2b134c8267b2d8a6100c48abd5e0692
/gitassignment.c
667baac2275465a800a1ae84a66fdeb7f1fc1b4e
[]
no_license
JoshBellmyerUNL/GitHub-Assignment
40919b19fbf431e92df6d5ac0373a77f76f181e2
f622cc8f15157015420a5bc4ff74ebb239e0b31d
refs/heads/master
2020-07-25T04:26:57.916468
2019-09-12T23:55:12
2019-09-12T23:55:12
null
0
0
null
null
null
null
UTF-8
C
false
false
147
c
#include<stdio.h> #include<stdlib.h> int main (int argc, char **argv) { printf("Josh Bellmyer"); printf("Isaac Kramer"); return 0; }
[ "noreply@github.com" ]
JoshBellmyerUNL.noreply@github.com
33168f3c289eda85dea06d658ce1f3a2f08e4ccc
c0bfd93cd7f26a271268e504959256f1e02c6806
/components/libsodium/libsodium/src/libsodium/include/sodium/core.h
3ca447628e4012d8f77b229b9d552c5f861d662a
[ "Apache-2.0", "ISC" ]
permissive
espressif/ESP8266_RTOS_SDK
606f396e92d2675d9854f0fabd88587fbbbaf267
af0cdc36fa2600033d0a09301c754008cf1503c1
refs/heads/master
2023-08-24T22:40:15.373553
2023-05-06T02:04:24
2023-05-06T02:04:24
27,584,181
3,163
1,749
Apache-2.0
2023-08-09T10:48:13
2014-12-05T09:27:12
C
UTF-8
C
false
false
230
h
#ifndef sodium_core_H #define sodium_core_H #include "export.h" #ifdef __cplusplus extern "C" { #endif SODIUM_EXPORT int sodium_init(void) __attribute__ ((warn_unused_result)); #ifdef __cplusplus } #endif #endif
[ "supreet.deshpande@espressif.com" ]
supreet.deshpande@espressif.com
207c6034ece35963cc6aa734298670a90bedb69f
444ddb8221a738e97ea668fc2a672df9418f992c
/photos/1:1/batch/badapple (1) 1100.c
e1fbe818d0bf0f924bcf7d8b9e489702667279f6
[]
no_license
our0boros/BadApple
4c9484f96f90c48ddf1e499cfc2510ac7448f5d8
b8a7526ee9266af5d98a786a000339eefc5c01a1
refs/heads/master
2023-01-12T22:41:23.548615
2020-11-18T12:16:13
2020-11-18T12:16:13
null
0
0
null
null
null
null
UTF-8
C
false
false
134
c
const unsigned char gImage_badapple (1) 1100[8] = { /* 0X01,0X01,0X08,0X00,0X08,0X00, */ 0X00,0X00,0X80,0XFC,0XF4,0X00,0X00,0X00,};
[ "863166709@qq.com" ]
863166709@qq.com
2916c1ec3a0a53d0e64eb67475f9507e664b256a
1c6a7ae5dca2a38c68fde97a676478c6573bca02
/linux-3.0.1/arch/powerpc/platforms/44x/canyonlands.c
afc5e8ea3775149c41dc558974ea884f16a13b10
[ "Apache-2.0", "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later" ]
permissive
tonghua209/samsun6410_linux_3_0_0_1_for_aws
fab70b79dc3e506dc03ac1149e2356137869c6ca
31aa0dc27c4aab51a92309a74fd84ca65e8c6a58
refs/heads/master
2020-04-02T04:24:32.928744
2019-01-20T13:51:34
2019-01-20T13:51:34
154,015,176
0
0
Apache-2.0
2018-10-24T14:51:04
2018-10-21T14:07:31
C
UTF-8
C
false
false
3,523
c
/* * This contain platform specific code for APM PPC460EX based Canyonlands * board. * * Copyright (c) 2010, Applied Micro Circuits Corporation * Author: Rupjyoti Sarmah <rsarmah@apm.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public Lice...
[ "kyh1022@163.com" ]
kyh1022@163.com
46059538d5012552f367931e58e778443cfe91ce
522add7b79070b80b758cf4668faeaa50d696953
/Systematics/Jared_SignalShapeVariation/MakeAllLatexTables.C
27f0b9f78b11c49de090b73a15546f91d3c88659
[]
no_license
stuli/RpA502TeV
ae271365261da0f0babf4d1ccebce26bb9c2dd26
dd99ff387d085ab7aa6c879dc1fc4f34c5121758
refs/heads/master
2022-06-25T13:55:12.585019
2022-05-31T17:28:45
2022-05-31T17:28:45
98,353,714
1
1
null
null
null
null
UTF-8
C
false
false
646
c
#include "MakeLatexTable.C" #include "MakeLatexTable_pt0to6to30.C" #include "MakeLatexTable_y193to000to193.C" #include "MakeLatexTable_HFNtracks.C" void MakeAllLatexTables() { MakeLatexTable(1); MakeLatexTable(2); MakeLatexTable(3); MakeLatexTable_pt0to6to30(1); MakeLatexTable_pt0to6to30(2); MakeLatexTabl...
[ "jaredjay91@gmail.com" ]
jaredjay91@gmail.com
ffe0ce1d7f7393a2ab5fa13cc2dd91c0a8a53727
36ff58a5ffcb737fffdff22e2296999bf335942c
/ft_lstmap.c
9a03f76cc7560c44388fd4eea5e55b20a5786018
[]
no_license
lelsweyr17/Libft
3b2cb321baef46e2612e144bb33afe96dac6235a
99c2f225a520c072cb2dbad5deba9b641878aba6
refs/heads/master
2023-04-24T18:12:05.611065
2021-05-14T19:06:32
2021-05-14T19:06:32
367,456,631
0
0
null
null
null
null
UTF-8
C
false
false
1,356
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstmap.c :+: :+: :+: ...
[ "lelsweyr@pr-m5.kzn.21-school.ru" ]
lelsweyr@pr-m5.kzn.21-school.ru
6f418ed936f4a0754b27b9e4381fd07f70216533
ebb1371435374755d02d4b6b88c1c27f3197f6e8
/src/ilPSP/layer_0/3rd_party/WinHypre/hypre/seq_mv/HYPRE_csr_matrix.c
6df8621332c36ac50e870fa0f9e1789109e0dfeb
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "LGPL-2.1-or-later", "LGPL-2.0-or-later", "LGPL-2.1-only", "LicenseRef-scancode-other-copyleft", "BSL-1.0" ]
permissive
leyel/BoSSS
a8319d2dfb8e659c94752727bca42c75daf8ab80
39f58a1a64a55e44f51384022aada20a5b425230
refs/heads/master
2020-04-12T14:58:12.276593
2018-12-20T09:04:54
2018-12-20T09:04:54
162,566,868
1
0
Apache-2.0
2018-12-20T10:55:43
2018-12-20T10:55:43
null
UTF-8
C
false
false
3,251
c
/*BHEADER********************************************************************** * Copyright (c) 2008, Lawrence Livermore National Security, LLC. * Produced at the Lawrence Livermore National Laboratory. * This file is part of HYPRE. See file COPYRIGHT for details. * * HYPRE is free software; you can redistribute...
[ "kummer@fdy.tu-darmstadt.de" ]
kummer@fdy.tu-darmstadt.de
f8af2f0ebfe60f507c7ed4d99d6495d318ec3eb4
21ac680f1bd9e7923ce0edb200802c8711f82bc1
/1st Sem/a5/prog2.c
db708c5e1b2e5a5b37c127a5fb42aa334ec021a1
[]
no_license
sprtkd/Clean_Lab_Codes
78fe34cab94fcaed587e8027fe0bfcd3cf4e149b
1684a084fa7e6fbbcdb0f67ad4f3cd01586d0f44
refs/heads/master
2021-01-02T23:06:08.778551
2019-05-23T19:56:25
2019-05-23T19:56:25
99,469,595
2
1
null
null
null
null
UTF-8
C
false
false
387
c
#include<stdio.h> #include<string.h> int reverse(char* s) { int limit,i,n; char tmp; n=strlen(s)-1; limit=strlen(s)/2; for(i=0;i<limit;i++) { tmp=*(s+i); *(s+i)=*(s+n-i); *(s+n-i)=tmp; } return 0; } int main() { char str[100]; puts("\nEnter a string:\n"); scanf("%[^\n]",str); puts("\nEntered string:\n"); puts(str); p...
[ "noreply@github.com" ]
sprtkd.noreply@github.com
ca5f4cf34f9d9202ec788622000daf241b3a1adc
68fa5b670d9cf4b8faa6809adea88068d263c6c0
/d/dagger/marsh/swamp/rooms/f48.c
9900d0f9cf31a24b2b9b1f8ca22eefecae0cbc29
[ "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
v-rose/shadowgate
cfae37884a48961e9e2194bdf19ebd7a94089470
765ba7725bd5cab46012e49517898227aa7d7d38
refs/heads/master
2022-06-15T19:39:11.447756
2020-05-05T18:31:01
2020-05-05T18:31:01
null
0
0
null
null
null
null
UTF-8
C
false
false
193
c
#include <std.h> #include "../marsh.h" inherit FINH; void create() { ::create(); set_exits(([ "south": RPATH "f47", "north": RPATH "f19", ])); }
[ "law@shadowgate.org" ]
law@shadowgate.org
837957c52f124ed8ef3676c17041a6cb44ec3f92
dc6b8fb257a820e378ca5fca55466031190da3ca
/sw/rtos/FreeRTOS/Demo/RISC-V-spike-htif_GCC/main.c
981bbaf1b5b77afd629f10b4a5901c1e0a7590a2
[ "freertos-exception-2.0", "GPL-2.0-or-later", "BSD-3-Clause" ]
permissive
eisl-nctu/aquila
c1ca62a1632fd8b01a1d3d86d3e276c0c0536205
c113ae45c2c10ecfb738b19cae7ef07b842e8e83
refs/heads/master
2022-11-04T05:52:15.110582
2022-11-03T03:45:28
2022-11-03T03:45:28
228,541,400
20
8
BSD-3-Clause
2020-09-18T07:39:31
2019-12-17T05:40:35
Verilog
UTF-8
C
false
false
4,206
c
/* * FreeRTOS V202111.00 * Copyright (C) 2020 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 restriction, including ...
[ "eisl.nctu@gmail.com" ]
eisl.nctu@gmail.com
47a9bee6373fc8cea9c1cc53911d2a16e42e8614
0a87b342e79bcd86e6ed75a41938d6f7308976ae
/mm/win32/QT/SDK/CIncludes/MoviesFormat.h
d46beefd847956f4c0280e7c1abfd48f3b834c56
[ "MIT" ]
permissive
scooter23/grins
3f54f8d81a318b7dac3dd507040c33c7b6ec1edc
7ac661912dd77d474cf3deba522d815fb906efcc
refs/heads/master
2021-06-13T12:10:43.898100
2017-03-06T23:11:33
2017-03-06T23:11:33
null
0
0
null
null
null
null
UTF-8
C
false
false
28,751
h
/* File: MoviesFormat.h Contains: QuickTime Interfaces. Version: Technology: QuickTime 5.0 Release: QuickTime 5.0.1 Copyright: (c) 1990-2001 by Apple Computer, Inc., all rights reserved Bugs?: For bug reports, consult the following page on ...
[ "anadelt@localhost" ]
anadelt@localhost
59d39e19113a12ef22e80bcca229bfa6a23f37ec
47bbd6c006dbee23648cd935534ea51c1cc6d658
/memoria.h
5064ac11b18619cafaaef7e44ff4584353190f34
[]
no_license
meluchoMZ/os_assignments
0600d0316961d1e3b7e4440546a5f9ba1599d917
20e29d12ca62d3ea2e966f3ac03ef00e3c23dc87
refs/heads/main
2023-06-03T05:58:34.512269
2021-06-22T09:52:39
2021-06-22T09:52:39
379,219,075
1
1
null
null
null
null
UTF-8
C
false
false
1,738
h
/*****************************************************************************/ /* * AUTORES: * Mario Rial Romero (m.rial.romero). DNI: 58004451S * Miguel Blanco Godon (miguel.blanco.godon). DNI: 78809752E */ #ifndef __MEMORIA_H #define __MEMORIA_H /* Estas son necesarias para a parte de memoria (P2). */ #inclu...
[ "miguelgodon@outlook.es" ]
miguelgodon@outlook.es
7c8e381f910349df8c5adea7cfc0bae8ab907f7f
9e80606ee4a9a4062e6f27357ed4007e3ecdd2d0
/Parallel Computing/home/new.c
2ecc3742397f135feac97925bbe09d42db0deea3
[]
no_license
dhvanilp/Information-Technology
4c43898a44a4843768540d888dcf12e677182274
d3f810c319c07877c474e30115495de94f94aecf
refs/heads/master
2020-03-26T04:59:04.669286
2019-10-26T19:24:24
2019-10-26T19:24:24
144,532,111
1
2
null
2019-10-26T19:24:25
2018-08-13T05:10:09
Java
UTF-8
C
false
false
742
c
#include<stdio.h> #include<omp.h> void main() { int x=0; int id=222; #pragma omp parallel num_threads(3) { #pragma omp sections { #pragma omp section { id=omp_get_thread_num(); printf ("id = %d A, \n", omp_get_thread_num()); ...
[ "dhvanilhparikh@gmail.com" ]
dhvanilhparikh@gmail.com
0be36c83ea94e123c2ed016d77c287fdb9c161db
3b7cdefcad1272ce9ef9b5a2ea6f6c36d4604a6f
/mcu/mtk_rel/TK_MD_BASIC/LWTG_6177M_R3_6762/dhl/include/el1d_trace_dpd0.h
1b1b53ed8ea177d8b9815d3c93b22b5c5acc5093
[]
no_license
junkyard-2327/TK_MD_BASIC_MOLY.LR12A.R3.MP.V110.6
ad79a26ed395d5b333b718a6b0913003b556f15e
04ebd402fe9472e0c2e3da5a296c11819307b929
refs/heads/master
2022-12-25T23:24:05.155209
2020-10-09T04:37:19
2020-10-09T04:37:19
301,968,967
2
1
null
null
null
null
UTF-8
C
false
false
115,592
h
#ifndef L1TRC_EL1D_DPD0_DEF_H #define L1TRC_EL1D_DPD0_DEF_H /******************************/ /* String category definition */ /******************************/ #define EL1D_TRC_STR_DPD_FAC_DBG_MSG_TYPE(v1) (unsigned char)(v1+0) #define EL1D_TRC_STR_DPD_FAC_CIM3_GET_SET_TYPE(v1) (unsigned char)(v1+20) #define EL1D_TRC...
[ "null" ]
null
62e73f89643b6f94fbe95b49b360f37ed9d7f050
386f8e667a061e269700561fec057b6cfd069300
/build_tests/conv_3_3_example/src/bin/clockwork/unoptimized_conv_3_3.h
f5290566c9eba662cf27bcab1e676f419c195963
[]
no_license
chtsao8/FPGA_gen_v2
b512c679e486fa9ae8a731b284366138ef2fab55
7b9259f3ab394b0ff8901bc6ac685a08cd5fa51d
refs/heads/main
2023-03-20T18:40:35.057190
2021-03-20T03:30:26
2021-03-20T03:30:26
332,920,819
0
0
null
null
null
null
UTF-8
C
false
false
296
h
#pragma once #include "hw_classes.h" void unoptimized_conv_3_3(HWStream<hw_uint<16> >& /* no bundle get_args num ports = 1 */hw_input_stencil, HWStream<hw_uint<16> >& /* no bundle get_args num ports = 1 */hw_output_stencil, HWStream<hw_uint<1> >& /* no bundle get_args num ports = 1 */tlast);
[ "chtsao@stanford.edu" ]
chtsao@stanford.edu
0c8a8e51febec272b89d0946ffa5a1b41b35ee87
ebfabfae1695a6b41d13d470bfa7b15dfca55050
/node_modules/grpc/src/core/lib/channel/compress_filter.c
337c194b798fc4531c18abb978a0ff0ab7031c53
[ "BSD-3-Clause", "MIT" ]
permissive
emmalurie/hacking_negotiation
16ffdf799b67ab206f2056a69ab51f22e8729198
2f11f06661d12b1d6ee8a450f633b1f020effd10
refs/heads/master
2022-12-22T21:05:47.161065
2017-02-11T22:28:21
2017-02-11T22:28:21
81,666,754
0
3
MIT
2022-12-11T05:45:51
2017-02-11T16:51:09
HTML
UTF-8
C
false
false
13,495
c
/* * * Copyright 2015, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of condi...
[ "emmalurie@Emmas-MacBook-Pro.local" ]
emmalurie@Emmas-MacBook-Pro.local
dc6cfcf51227477a84203fa2a3dde3202ef390d7
4d7a622f9db667902eccb9e70d86c2b0d82b4f4d
/Practica 1/p1_exercise_8.c
8a0eff29b158e8b0d26a78cf74983d2d30693dea
[]
no_license
casted0/OperativeSystems
0ca0be1367ed4eed301f98d6c9cfc2ab67fe454a
a89dbf84c189c5ae588d9517c8f65e5f4cd45b96
refs/heads/master
2022-08-11T13:25:00.227032
2019-05-10T21:48:51
2019-05-10T21:48:51
169,115,543
0
0
null
null
null
null
UTF-8
C
false
false
965
c
#include <sys/types.h> #include <sys/wait.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include<string.h> int main(void) { int fd[2]; int nbytes, pipe_status; pid_t childpid; char *string = "Hola a todos!\n"; char readbuffer[80]; nbytes = -1; pipe_status=pipe(fd); if(pipe_status ==...
[ "pablo.castedo@estudiante.uam.es" ]
pablo.castedo@estudiante.uam.es
cbd85f5d2a0287352653719c5614f68fabe0eb0d
e228071b1e5c385ce9bdf9110df7d657be7a6586
/src/asn/ngap/ASN_NGAP_DRBsToQosFlowsMappingItem.c
75a41b6f753531721a2283e4e244f74649b075c5
[ "LicenseRef-scancode-proprietary-license", "GPL-3.0-only" ]
permissive
anhtrung87vn/ue-ran-sim
cfd6138fcac498923ec602b27e3c73f53aacb371
cca07a8cd8da5a945e105a60377143eaa78be95d
refs/heads/master
2023-04-29T01:32:04.592375
2023-03-20T17:25:23
2023-03-20T17:25:23
278,814,429
0
0
MIT
2020-07-11T07:47:15
2020-07-11T07:47:14
null
UTF-8
C
false
false
2,935
c
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NGAP-IEs" * found in "asn/ngap-15.8.0.asn1" * `asn1c -fcompound-names -pdu=all -findirect-choice -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D ngap` */ #include "ASN_NGAP_DRBsToQosFlowsMappingItem.h" #include "ASN_NGAP_P...
[ "aligng1620@gmail.com" ]
aligng1620@gmail.com
2fafc1261b6c18aa4f6e27b7cb88408c92e67ea8
82d3f5ffdf2fc7624ac72739ebf3508e87c375a2
/src/internal/RgbColor.h
9dcfa978d82b94d5f4961b96c24f7fa7e8fc2e41
[]
no_license
SoundsSerious/Beem_V1
acbc3fb140b8688a9b58cb8f4cc437a9e3ca0e57
a8a8653faf6fc5466b17e1f85b352c15376793c2
refs/heads/master
2020-03-23T15:21:07.495907
2018-07-20T17:40:29
2018-07-20T17:40:29
141,740,963
0
0
null
null
null
null
UTF-8
C
false
false
6,640
h
/*------------------------------------------------------------------------- RgbColor provides a color object that can be directly consumed by NeoPixelBus Written by Michael C. Miller. I invest time and resources providing this open source code, please support me by dontating (see https://github.com/Makuna/NeoPi...
[ "keavin7@yahoo.com" ]
keavin7@yahoo.com
8345f7595ebfa9deb01e0c3ea892ecb6fb9b14d5
f83ca7d939e8b7688445f336ceedcf871da3ed21
/sysroot/usr/include/linux/rtc.h
76135cfc62906dbe2ab901fdb724f1e1ebf05c53
[]
no_license
FundamentalFrequency/juce-aarch64-linux-cross-compiler
1c432d77b8bc7dd11692a9aef34408ed8baddf1f
3fb7539e4459228231699efbe227e50638b620e4
refs/heads/main
2023-03-17T07:49:31.396127
2022-07-15T04:52:18
2022-07-15T04:52:18
496,806,629
13
4
null
2022-10-21T21:07:26
2022-05-26T23:57:36
Python
UTF-8
C
false
false
4,595
h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Generic RTC interface. * This version contains the part of the user interface to the Real Time Clock * service. It is used with both the legacy mc146818 and also EFI * Struct rtc_time and first 12 ioctl by Paul Gortmaker, 1996 - separated out * f...
[ "stonepreston@protonmail.com" ]
stonepreston@protonmail.com
4a74ade5cf523a017be5df91568875b52c036ebe
64a15928d6ef96c8476088ad152cafdb4d4e52a3
/kernel_code/main.c
d2b00f97268a305786a428704cc30769142038d0
[]
no_license
panimalar/code
c5c87e5b44ae1959d196cb12063a3c3e5dbe870a
d4ad57fcbd410357745fe771e400be4355c3a15c
refs/heads/master
2021-01-18T08:07:54.491491
2014-08-10T16:30:01
2014-08-10T16:30:01
null
0
0
null
null
null
null
UTF-8
C
false
false
2,856
c
/* * ===================================================================================== * * Filename: main.c * * Description: * * Version: 1.0 * Created: 2014년 08월 05일 03시 41분 16초 * Revision: none * Compiler: gcc * * author: Jun-Hyung Park (), google@dan...
[ "google@dankook.ac.kr" ]
google@dankook.ac.kr
b681b81228629d1da496688e07ef4a417f37cfa2
958f01afb29707a00714905b7be21d859e7ad822
/main.c
78a50ce9deb08b73b075b9aaf6f2a2dbb494585f
[ "MIT" ]
permissive
obsunal/DIY-PID-Soldering-Station
fe02114338914ce501a5085e26cb06f60e8c8c20
507a107ecaa650c68686ef98811b62cf9208a8e6
refs/heads/master
2020-05-30T18:38:14.898555
2019-08-25T17:47:12
2019-08-25T17:47:12
189,901,811
6
3
MIT
2019-08-25T17:47:41
2019-06-02T22:34:08
C
UTF-8
C
false
false
2,187
c
/* * atmel_PID.c * * Created: 2.07.2019 00:33:23 * Author : Onur Berk */ #include <avr/io.h> #include <stdlib.h> #include <avr/interrupt.h> #define F_CPU 16000000 #define menu_key PD5 #define down_key PD6 #define up_key PD7 #define pwm_pin1 PB1 #define pwm_pin2 PB2 //values for PID uint16_t p...
[ "noreply@github.com" ]
obsunal.noreply@github.com
88d6591c794428a2d2872315528be0a65877774f
3d1d651fd0293f1a53217646a10f38a39c59decd
/ClonyBird/Temp/il2cppOutput/il2cppOutput/UnityEngine_UnityEngine_SocialPlatforms_Impl_LocalUserMethodDeclarations.h
e358d828df028fa145452a4ce7858918e433e7cc
[]
no_license
at-tran/ClonyBird
51cd7ba74357f51a811debfadf667a859493cca1
d59a7b010ab99bfd5e4b54edfed72a71644b1735
refs/heads/master
2021-05-29T05:20:01.445087
2015-07-14T14:09:22
2015-07-14T14:09:22
null
0
0
null
null
null
null
UTF-8
C
false
false
1,349
h
#pragma once #include <stdint.h> #include <assert.h> #include <exception> #include "codegen/il2cpp-codegen.h" // UnityEngine.SocialPlatforms.Impl.LocalUser struct LocalUser_t55; // UnityEngine.SocialPlatforms.IUserProfile[] struct IUserProfileU5BU5D_t258; // System.Void UnityEngine.SocialPlatforms.Impl.LocalUser::.c...
[ "nhanhnhanh17399@gmail.com" ]
nhanhnhanh17399@gmail.com
e9bfa30aaa3dfd7ed0ba2e025304ee68f8a41655
c4a03c6df54d2533c38794f269a9425992bdad62
/Inc/main.h
8045f578344f46eeaeddc1bc264cd293dd7ac202
[ "MIT" ]
permissive
UltraFX/Pixelnet_Controller_RevA
54680c3606b00eedbc8e7aa790fe5a9e2f84300a
ece659afd6de0479cb2ffc198e6b96c5aa9a2027
refs/heads/master
2020-04-09T03:41:34.680564
2018-12-01T22:41:35
2018-12-01T22:41:35
159,992,870
1
0
null
2018-12-01T22:31:57
2018-12-01T22:27:25
null
UTF-8
C
false
false
3,767
h
/** ****************************************************************************** * @file : main.h * @brief : Header for main.c file. * This file contains the common defines of the application. ******************************************************************************...
[ "n.dammin@gmx.de" ]
n.dammin@gmx.de
583bc6e0c2d6caae328b6d94911baa5507825436
5e262181708ba299e16cd6c253569abfe498b940
/libft/ft_strtrim.c
c6a03b083004f9a1327cfe502cc0d49f75c8a8bc
[]
no_license
Aenstein/fdf
3bbec2d1915450768b57e3872b79fabbd634d55b
562cc171b5fdacafa2089e0f9ffeee5be981938c
refs/heads/master
2021-01-09T13:46:41.503576
2020-02-24T16:56:05
2020-02-24T16:56:05
242,324,248
5
1
null
2020-02-23T18:21:30
2020-02-22T10:46:18
C
UTF-8
C
false
false
1,405
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strtrim.c :+: :+: :+: ...
[ "aenstein@oa-h2.21-school.ru" ]
aenstein@oa-h2.21-school.ru
ea2498df12bcce073a2974c56332119ce859bc2e
86bccc18b1e5e1f04e31023e47f776415507b644
/Server/Protocols/include/definitions.h
b685f82790c52da7e8284df8ca69bab6345eb882
[]
no_license
AndreiMuntea/Server
b111e5e600f1433f7f3574233c536ea9a9034147
0aef59a76767943361a85bc7863ee79a841010ae
refs/heads/master
2020-12-31T06:56:49.575419
2017-04-24T18:19:14
2017-04-24T18:19:14
86,592,723
0
0
null
null
null
null
UTF-8
C
false
false
1,532
h
#ifndef UTILS_DEFINITIONS_H #define UTILS_DEFINITIONS_H typedef long STATUS; #define ERROR_BITS 0xFFFF0000 #define WARNING_BITS 0x0000FFFF #define INTERNAL_ERROR_BITS 0xF0000000 #define EXIT_SUCCESS_STATUS 0x00000000 #define SUCCESS(status) (!((status) & (E...
[ "munteaandrei17@gmail.com" ]
munteaandrei17@gmail.com
4330e8b8276e1230fb96dfae769aee054301c035
7eb7042e32c5d816c84e02c25ad3e7fe720fb778
/sym.c
cd3f419767eb62d6ab9c9e4309a973077040a489
[]
no_license
atjhc/expr
acc1efcb5f214d16d9a6328b49d0291ef0affefb
bce5a2890a88a029c2644d7082ecafb3bc1c0e4a
refs/heads/main
2023-03-24T14:10:12.783725
2021-03-15T00:08:56
2021-03-15T00:08:56
343,601,202
0
0
null
null
null
null
UTF-8
C
false
false
1,875
c
#include "sym.h" #include <stdlib.h> #include <string.h> // From Donald Knuth's The Art Of Computer Programming Volume 3 static unsigned int hash(const char *str, unsigned int len) { unsigned int hash = len; unsigned int i = 0; for (i = 0; i < len; str++, i++) { hash = ((hash << 5) ^ (hash >> 27)...
[ "james.callender@me.com" ]
james.callender@me.com
6e0e0a8cbc3cbfbffc1d9c0feb95179c037c780f
43369807c33c0643b07033d9d4e200debe302862
/eve_server/server_app/lib/server/example/echo_websocket_server/EIFGENs/echo_websocket_server_mt/W_code/C9/ba295.c
9903d9a58769188b9e2926f353a7de9daeaf7282
[ "EFL-2.0" ]
permissive
jvelilla/Eiffel_Web_Server
8ebcc06b3d81ea1bf4bba9a557ad5b753db6d0c6
d194d75ff2322a0e195a2d23aa063943660bce75
refs/heads/master
2020-06-01T20:16:17.066391
2014-06-27T11:41:14
2014-06-27T11:41:14
21,387,371
1
0
null
null
null
null
UTF-8
C
false
false
378
c
/* * Code for class BAG [INTEGER_32] */ #include "eif_eiffel.h" #include "../E1/estructure.h" #ifdef __cplusplus extern "C" { #endif extern void EIF_Minit295(void); #ifdef __cplusplus } #endif #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #ifdef __cplusplus extern "C" { #endif void EI...
[ "manavkedia1993@gmail.com" ]
manavkedia1993@gmail.com
707e430f25eb5530e89279b1e78fc90e0c15b3e1
c585c8c106ff05c641970cff86345816d6ece6ca
/Tarefa_PFDA1/TarefaPFDA1.c
00df23c396dbf275987f8a93c7d137a81df24730
[]
no_license
JoaoVitor05/TADS-PFDA1
1d121bfab6a23ee47bafa10db227f3cda424ce29
79e5749d0909fe06e2f66e61a3fa66e70f00f9e6
refs/heads/master
2021-02-13T15:24:11.236299
2020-10-23T17:32:46
2020-10-23T17:32:46
244,709,218
1
0
null
2020-09-29T04:13:49
2020-03-03T18:17:58
C
UTF-8
C
false
false
917
c
/* # Objetivo: Calcular área de um retângulo # Autor: João Maciel # Descrição: Este programa calcula a aéra de qualquer retângulo através das informações fornecidas pelo usuário. # Última atualização: 23/10/2020 às hh:mm */ // Biblioteas #include <stdio.h> #include <locale.h> // Variáveis float altura_retangulo; fl...
[ "noreply@github.com" ]
JoaoVitor05.noreply@github.com
e94495ad14d8d1e78b4f743fde5ffc3d05060d1f
580b67ea3c5a550ec6b978060b32aa3420723c3a
/include/ananas/process.h
ed51e81bdb13a8bc3b3a9fc3240ac8b88fde5593
[ "Beerware", "LicenseRef-scancode-public-domain" ]
permissive
holovati/ananas
ad15ae4aa02611111961e79d481e0bece96f07db
127fed019096ebdfe5c3dd1f151936a09a90ecb4
refs/heads/master
2021-01-21T19:51:27.803236
2016-08-21T14:43:09
2016-08-21T14:43:09
null
0
0
null
null
null
null
UTF-8
C
false
false
2,546
h
#ifndef __PROCESS_H__ #define __PROCESS_H__ #include <ananas/lock.h> struct PROCINFO; /* Maximum number of handles per process */ #define PROCESS_MAX_HANDLES 64 struct PROCESS { mutex_t p_lock; /* Locks the handles */ refcount_t p_refcount; /* Reference count of the process, >0 */ struct PROCESS* p_parent; /*...
[ "rink@rink.nu" ]
rink@rink.nu
6a5c0df1de8bc026ae1a6e2244ddd5b19675c37c
d5a7f334cf04c59cafbb96c5ae1d9b95d095e169
/include/lns_gradientStop.h
402587ce473a3b4daa32cc048f4b4090dee8de56
[ "Zlib" ]
permissive
echo-Mike/lnanosvg
818630fe2f3f24faa459172d58d7a7e721320caf
79fe5f5f224a01e36fdeeed9120b3772b61422f3
refs/heads/master
2020-04-05T17:30:42.706018
2018-11-18T14:33:27
2018-11-18T14:33:27
157,064,361
0
0
null
null
null
null
UTF-8
C
false
false
433
h
#ifndef LNS_GRADIENT_STOP_H__ #define LNS_GRADIENT_STOP_H__ /// LNS #include "lns_includes.h" #include "lns_macro.h" // Member functions LNS_LUA_MEMBER_FUNCTION(gradientStop, toColor); LNS_LUA_MEMBER_FUNCTION(gradientStop, getCDecl); // Meta functions LNS_LUA_MEMBER_FUNCTION(gradientStop, _tostring); LNS_LUA_MEMBER_F...
[ "mdemchenko@upto7.solutions" ]
mdemchenko@upto7.solutions
7f2bf9b9a70edc4fac67a5a1afc93728be3d4984
5b7d43971eae9f06b81d4c2ae37a12d667b696b3
/mudlib/daemon/condition/canxia.c
ada32822cf9128965eb815486c21cc99887348b7
[]
no_license
lostsailboard/fy4
cb6ad743fa0e6dec045e4d5c419b358888fc6a36
b79d809c6e13d49e8bc878302512ad0d18a3e151
refs/heads/master
2021-12-08T06:03:29.100438
2016-02-21T09:03:58
2016-02-21T09:03:58
null
0
0
null
null
null
null
GB18030
C
false
false
1,187
c
// snake_poison.c inherit __DIR__"generic_condition"; #include <ansi.h> #include <condition.h> int update_condition(object me, int duration){ int i,dam_kee,dam_gin,dam_sen; i = 30/(duration+1); dam_kee = (int) me->query("max_kee")/i; dam_gin = (int) me->query("max_gin")/i; ...
[ "liming.xie@gmail.com" ]
liming.xie@gmail.com
0e31af75973aaea66d03501612a270e2d099b453
cf8a6c37f71ce5edc59ad6c312802a7c13e0a73f
/mpp/sample/ivp/sample_ivp.c
6ace55a079081ac9d9b2c816de5a6f766f190cd6
[ "MIT" ]
permissive
uouo00/TeamX4
66c6b4c297845eb17d40bf7ef5b16b183a39f858
6c1fb79540e25d1a1d240d42e2e7cd39859382ee
refs/heads/master
2022-02-20T14:34:57.448530
2019-08-28T23:51:07
2019-08-28T23:51:07
null
0
0
null
null
null
null
UTF-8
C
false
false
48,978
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <pthread.h> #include <signal.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <sys/ioctl.h> #include <sys/prctl.h> #include "hi_type.h" #include "hi_common.h" #include "sample_comm.h" #include "hi_ivp.h" #...
[ "weilin_wu1990@163.com" ]
weilin_wu1990@163.com
decb9f4a61a0e1e518a3cb40dec211b16cc480a5
cc512bd4509a251d26499d7308d520e859fa4383
/data/action.c
c288af83aedc8dec60c1ffd6d60b94c74922a58c
[]
no_license
Sandeepchalla287/webTours
494b66eec0c5bc87d165ca61aa873691814b44a9
7f4ed6a7a947e2f0cf69c4763fb6778570b98ab5
refs/heads/master
2023-03-19T02:16:38.591775
2021-03-10T16:52:30
2021-03-10T16:52:30
346,427,160
0
0
null
null
null
null
UTF-8
C
false
false
4,220
c
Action() { web_add_auto_header("Accept-Language", "en-US,en;q=0.9"); web_url("webtours", "URL=http://127.0.0.1:1080/webtours/", "TargetFrame=", "Resource=0", "RecContentType=text/html", "Referer=", "Snapshot=t1.inf", "Mode=HTML", LAST); web_set_sockets_option("SSL_VERSION", "AUTO"); l...
[ "61781407+Sandeepchalla287@users.noreply.github.com" ]
61781407+Sandeepchalla287@users.noreply.github.com
e85f432df317f46ea350c06b8efbbc2e80ae74c3
ecf37088c1618092ee847cb3bc656fdcf851fc48
/DrvExt/DrvExt_src/ModelExt/AO_EVB/IOCfg.c
2c88260ebbe8b14d0b9cb6a3372d214d05407230
[]
no_license
calvinqiu/mygithub
b2ce14f0f6f1d3057517c16f109347d88b4a096d
b16780a2b34ba8e00af39b0fd9ccb4dacf1a0eee
refs/heads/master
2021-05-13T21:55:39.951529
2018-01-08T02:39:35
2018-01-08T02:39:35
116,472,710
0
0
null
null
null
null
UTF-8
C
false
false
8,220
c
/** Copyright Novatek Microelectronics Corp. 2005. All rights reserved. @file IOCfg.c @ingroup mIPRJAPCommonIO @brief IO config module This file is the IO config module @note Nothing. @date 2005/12/24 */ /** \addtogroup mIPRJAPCommonIO */ //@{ #...
[ "hebo@you-qin.com" ]
hebo@you-qin.com
0e7d59d138887ae38f5725af3c86054121b9e09b
a2c2a60fda03d7f36aa04381483309e668077aac
/java/org_ieee_cec15_cbcsono_DataGeneratorJNI.h
b437a6043720f44879d7d34f953d5042f9b73e48
[]
no_license
withstand/cec15datagenerator
32b8d9d89356ad43f9c400c9808f5aab1fc8a5bd
d7598bd8ddfe37612a8d539e752f0f6fa5fd0c33
refs/heads/master
2016-09-05T19:51:30.341354
2014-10-24T16:26:27
2014-10-24T16:26:27
null
0
0
null
null
null
null
UTF-8
C
false
true
1,409
h
/* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class org_ieee_cec15_cbcsono_DataGeneratorJNI */ #ifndef _Included_org_ieee_cec15_cbcsono_DataGeneratorJNI #define _Included_org_ieee_cec15_cbcsono_DataGeneratorJNI #ifdef __cplusplus extern "C" { #endif /* * Class: org_ieee_cec1...
[ "chenqin1980@gmail.com" ]
chenqin1980@gmail.com
64a382e6e3cb16d7ae7d893313ba726c3cc9fe87
0fb6f0faa7e6d9b557ec43201f0edb2056ac08d6
/c/lecture/7/function2.c
773083d9b8a43d1c40e354af75225697fc81158c
[]
no_license
macoto35/Algorithms_Kata
a0bb167668aa4e8b678f9c5f47fc9142ade67553
f92aec5674dc67be024f4ad04d40a85d09ef7b1e
refs/heads/master
2021-07-07T13:21:16.805125
2020-07-21T01:25:34
2020-07-21T01:25:34
138,005,631
0
0
null
null
null
null
UTF-8
C
false
false
132
c
#include <stdio.h> void me(); void main() { printf("in main function!\n"); me(); } void me() { printf("in me function!\n"); }
[ "sohee.um@mercer.com" ]
sohee.um@mercer.com
5fb40785b1454a949aa83bb87fd9314aacf5400d
2cef98c015a302f85a5fe0a65fae7f3de469dbfc
/CPE/Allum1/src/ia.c
a4e783d8e0e0b5d38d79eb4745d3e118f80265b5
[]
no_license
bereng-a/Tek1
a81454a649578f5f71ff9f244336329933b28b9e
62813aa24c1f6b89804fe592f3630edcccbbf345
refs/heads/master
2021-01-10T14:10:04.942259
2016-02-28T19:48:43
2016-02-28T19:48:43
52,528,101
0
0
null
null
null
null
UTF-8
C
false
false
2,502
c
/* ** ia.c for Ia in /home/pab/CPE/CPE_2015_Allum1 ** ** Made by Pablo Berenguel ** Login <pablo.berenguel@epitech.net> ** ** Started on Sun Feb 14 10:14:30 2016 Pablo Berenguel ** Last update Wed Feb 17 14:02:23 2016 Pablo Berenguel */ #include "include/my.h" void rm_match_one(char **map, l_ia base) { if (ba...
[ "pablo.berenguel@epitech.eu" ]
pablo.berenguel@epitech.eu
d101ce04509a31b0889c88c2ef8d272cce45acb6
99f16de95f7a7b7a760db441bd84f65942a2fe17
/src/class.c
d40248fcf6b2c67244ab5a2c1f2980d065ad6df0
[]
no_license
DikuMUDOmnibus/LostLands
416988e8ca2932b49e8fe186375eaa00b624d001
b889e86937e6ebb49abbca5b2c4d286b5e4e158f
refs/heads/master
2021-08-26T09:44:39.971185
2017-11-23T02:38:47
2017-11-23T02:38:47
111,754,665
2
0
null
null
null
null
UTF-8
C
false
false
43,128
c
/* ************************************************************************ * File: class.c Part of CircleMUD * * Usage: Source file for class-specific code * * * * All rights re...
[ "peterjschroeder@gmail.com" ]
peterjschroeder@gmail.com
4d0dd137149272839ecb7f2a1486e856487bca1c
504589ae262681b1b868b33359366340e08a97c8
/mlplayer-plugins/src/xspf/xspf.c
4178f8463b38f9f19770313caa6ad21f467ba6c3
[ "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause" ]
permissive
Nebula-Mechanica/mlplayer
a13368906ae67286fa799f7385275d5066917e40
3c04d6cac6dab35b5d59aeb6ae722d5f39d69363
refs/heads/master
2021-05-28T03:04:46.557633
2013-11-09T09:29:10
2013-11-09T09:29:10
14,239,929
0
1
null
null
null
null
UTF-8
C
false
false
13,727
c
/* * MLPlayer: A cross-platform multimedia player * Copyright (c) 2006 William Pitcock, Tony Vroon, George Averill, * Giacomo Lozito, Derek Pomery, Yoshiki Yazawa * and Matti Hämäläinen. * Copyright (c) 2011 John Lindgren * * This program is free software; you can redistribu...
[ "Falcon-peregrinus@server.fake" ]
Falcon-peregrinus@server.fake
817dcf26c06d14706ec03d5c6017775a00dfc6a2
3703d052ad2495df3470e60cf5fd525d8d4a7708
/MPIIntegrate/main.c
4a629e89181a715d173bdaba380730de81a8001c
[]
no_license
DeepAQ/GPU-Jetlabs
b777a0471177572148733450a0a1e6b99ee6f3a2
662a52e8bcd7f25c5c20358e5c552a2342f90817
refs/heads/master
2021-03-19T10:22:26.100107
2017-06-21T17:37:56
2017-06-21T17:37:56
85,960,532
0
0
null
null
null
null
UTF-8
C
false
false
935
c
#include <stdio.h> #include <mpi.h> int main(int argc, char *argv[]) { int my_rank, comm_sz; MPI_Init(&argc, &argv); MPI_Comm_rank(MPI_COMM_WORLD, &my_rank); MPI_Comm_size(MPI_COMM_WORLD, &comm_sz); // if (my_rank > 0) { // int a = my_rank; // MPI_Send(&a, 1, MPI_INT, 0, 0, MPI_COMM_WO...
[ "i@aq741.com" ]
i@aq741.com
360464a97ff05d51fd296f790bd88316f6e4541b
2b9e0da439ca5245945a6eca87319bf8db189b50
/Codigos para consulta e referecias/Italo - Firmware 2016/nrf_Host_code/nRF-SPIComands.h
12bdc9e606820f831459a18f423d13fff35a3adc
[]
no_license
italogsfernandes/rastreamento-inercial
f7834f813d69af3d59e70ee4235669a53abde809
7215432ba64f277b1ce2f172e0746fa7f3d93e84
refs/heads/master
2022-03-17T20:37:10.703792
2019-10-10T18:16:35
2019-10-10T18:16:35
65,989,479
1
0
null
null
null
null
UTF-8
C
false
false
6,320
h
#ifndef NRF_SPICOMANDS_H #define NRF_SPICOMANDS_H #define INTERRUPT_RFIRQ 9 #include "stdint.h" //inteiros uint8_t, int8_t, uint16_t.... #include "stdbool.h" //Booleanos #include "API.h" /*NOTE: Alterei do Original: * - Apaguei NRO_SENSOR * - Apaguei ADDR_SENSOR[NRO_SENSOR] */ #define TX_ADR_WIDTH 5 // 5 b...
[ "italogsfernandes@gmail.com" ]
italogsfernandes@gmail.com
1431e246e81e0223b67e2ee83924abaa007d49d0
6939bd44f779a37cdb74886fbe8733bce4559faa
/contrib/vs10/png2c/imt'.c
87726bb6beef6ea5b80211c9b40f09e933d0d0ab
[]
no_license
apre/png2c
02e056d1b9d6d9922947dbf3147685a47dfd723b
88d2c3dd343b05c89a477ee09da7e0b2bfa970e8
refs/heads/master
2021-01-20T11:22:22.487931
2013-04-03T12:01:22
2013-04-03T12:01:22
4,474,062
2
1
null
null
null
null
UTF-8
C
false
false
81,984
c
/** generated by png2c from p.png . * @file * imt' array generated. */ #include <png2c_raw_format.h> const ImgData_s Img_imt'= { 91, /* width */ 69, /* height */ 6279, /* height */ 12558 /* size of data blob in byte */ }; const ungigned char ImgRAW_imt'[]={ 0x0,0x0,0x12,0x0,0x0,0x12,0x0,0x0,0x12,0x0,0x...
[ "greenwanabi@gmail.com" ]
greenwanabi@gmail.com
f6e69eb65c69316280ade2d4ee52d01cef739629
898de6ead77fcfbf18971cb986d9c7432c8d214a
/Prog(2-b).c
72a7dbdbc479ea3dc18978df8f9d8a6581712600
[]
no_license
Priyanshu2001/c-coding
e9c5e21400e31565ed9ccace63f39b18e9f97c1a
838fca7d62e1b8b8a55614dadbdc467794f8260f
refs/heads/master
2020-12-18T13:03:01.236656
2020-03-14T15:25:45
2020-03-14T15:25:45
235,393,274
0
0
null
null
null
null
UTF-8
C
false
false
313
c
/* Author:- Priyanshu Bansal Github Username :- Priyanshu2001 */ #include<stdio.h> int main() { int a,b; printf("Enter two numbers:- "); scanf("%d %d",&a,&b); printf("Original numbers are:- %d %d\n",a,b); a=a+b; b=a-b; a=a-b; printf("Swapped numbers are:- %d %d",a,b); return 0; }
[ "prm.bansal9@gmail.com" ]
prm.bansal9@gmail.com
bf5ccb001f82d0df1bc0cabd1d139f0c75f6bc0d
c7a7326ccf0fed00bd00bfd501738095d3c3fe61
/TECH_1/Graphical/my_hunter_2017/lib/my_printf/my_putchar.c
24eedfe0a9230b0fa19359f6d9d8b1af3672cf4b
[]
no_license
Di-KaZ/EPITECH
c7acf24bfac077d5526c3f2bbb31804ab8c8f5ad
52dd5cefd89f0be732178996b3c6e31d5a401ca4
refs/heads/master
2020-07-31T09:22:32.790577
2020-01-13T15:32:54
2020-01-13T15:32:54
210,557,825
0
0
null
null
null
null
UTF-8
C
false
false
184
c
/* ** EPITECH PROJECT, 2017 ** my_putchar ** File description: ** print a char */ #include <unistd.h> int my_putchar (int c) { if(write(1, &c, 1) < 0) return('\0'); return(c); }
[ "moussa.fofana@epitech.eu" ]
moussa.fofana@epitech.eu
ea8ef778e71e2aafbd84aff89c64c2ee8f1f4124
5aefe234c40189a32f28c6c2ea01201e3b97e4cd
/pic_code/mcc_generated_files/pin_manager.c
50f43efca210c74efc0813e7079b5edef22371bd
[]
no_license
awsmit07/ENEL_400-software_design
4d46f0bfd031f9016a271662333485bd6ffc8eeb
7448279013883385320629c376ca99e348c3018d
refs/heads/master
2023-04-03T04:44:28.379985
2021-04-10T21:41:27
2021-04-10T21:41:27
332,577,889
2
0
null
null
null
null
UTF-8
C
false
false
3,931
c
/** PIN MANAGER Generated Driver File @Company: Microchip Technology Inc. @File Name: pin_manager.c @Summary: This is the generated manager file for the PIC24 / dsPIC33 / PIC32MM MCUs device. This manager configures the pins direction, initial state, analog setting. The perip...
[ "noreply@github.com" ]
awsmit07.noreply@github.com
baa3ee8b1055e8bd0f3771c6da38be4c17f98a53
4b71c92403d7b4c2b0d9e8b8dec868971fcf37c3
/M48x/hal/m48x_ISR.c
985e05f6430353dff908dd4bbe6f17f99fd7bb3b
[]
no_license
JeffCaisz/NuMicroPy
8c2a47e341a966baa23793a4dc96decbdea0271c
2e524940ef744f61975334c3c1941cdd9c9a3d84
refs/heads/master
2023-07-30T04:33:13.039675
2021-09-13T07:19:34
2021-09-13T07:19:34
null
0
0
null
null
null
null
UTF-8
C
false
false
11,637
c
/**************************************************************************//** * @file m48x_ISR.c * @version V0.10 * @brief M480 Main interrupt server routines * * SPDX-License-Identifier: Apache-2.0 * @copyright (C) 2020 Nuvoton Technology Corp. All rights reserved. ************************************...
[ "chchen59.nvt@gmail.com" ]
chchen59.nvt@gmail.com
8a9ef6645e8355fd18e0850b60be119c5ca5c91e
e8d9619e262531453688550db22d0e78f1b51dab
/window_timeout/.svn/text-base/windowtimeout.h.svn-base
3d001a9e40e32fdab9f66cfb54d4c73496818801
[]
no_license
sje397/sje-miranda-plugins
e9c562f402daef2cfbe333ce9a8a888cd81c9573
effb7ea736feeab1c68db34a86da8a2be2b78626
refs/heads/master
2016-09-05T16:42:34.162442
2011-05-22T14:48:15
2011-05-22T14:48:15
1,784,020
2
1
null
null
null
null
UTF-8
C
false
false
1,319
#ifndef _WINDOWTIMEOUT_H #define _WINDOWTIMEOUT_H #include <windows.h> #include <newpluginapi.h> #include <stdio.h> #include "resource.h" #define PLUG "WindowTimeout" #include "../include/m_system.h" #include "../include/m_idle.h" #include "../include/m_skin.h" #include "../include/m_database.h" #in...
[ "scott.ellis@disos.com" ]
scott.ellis@disos.com
0ac5b598156ae1bf146f0a0482f056b57bfcf9e8
4feaed629faa10d446d79cfdf8c0482b4a67a97d
/framework/peripheral/ports/processor/ports_p32mz2048efg064.h
6f2878bed5545c6535047a5c3aa6cad76a8d894d
[]
no_license
venkatarajasekhar/mplab-harmony
6711a3e748bbc7c592f7f6413a3dd9c47305ea71
e0a303afae1a37c14d567ae5ad1f528706bb5a6e
refs/heads/master
2021-01-25T05:57:18.269113
2016-10-12T15:00:00
2016-10-12T15:00:00
null
0
0
null
null
null
null
UTF-8
C
false
false
26,211
h
/* Created by plibgen $Revision: 1.31 $ */ #ifndef _PORTS_P32MZ2048EFG064_H #define _PORTS_P32MZ2048EFG064_H /* Section 1 - Enumerate instances, define constants, VREGs */ #include <xc.h> #include <stdbool.h> #include "peripheral/peripheral_common_32bit.h" /* Default definition used for all API dispatc...
[ "mmitchel@gmail.com" ]
mmitchel@gmail.com
2621b4cdeaac37602e53d2a6403e93232f85ab76
043d307e148e6a3a1433fe417ac9050ca00b28e4
/V0/sequential/src/cca_seq.h
fbab2000a12cfc8b115100140845caae113e3b7e
[]
no_license
srodrb/ROmics
1617fa7930b7f74e4e588aff8ddc15881dd2b933
bf287ddcceddc2bda432d5e0bc50e12eceee4c01
refs/heads/master
2016-08-03T11:08:23.335729
2015-01-30T23:12:13
2015-01-30T23:12:13
27,482,795
0
0
null
null
null
null
UTF-8
C
false
false
1,676
h
#ifndef __CCA_SEQ_H_DEFINED__ #define __CCA_SEQ_H_DEFINED__ #define ID(j,i,n) (j*n +i) #include <stdio.h> #include <stdlib.h> #include <math.h> #include "debug.h" #ifdef DOUBLE typedef double real; #else typedef float real; #endif void* SafeMalloc( size_t size); void ShowSquaredMatrix( const char* message, real...
[ "srodrb@gmail.com" ]
srodrb@gmail.com
67002448b26b0e3f01e51cb915b8632d8c2eaef5
f50952e479de0e93240e5ca0b4576b330c63acdd
/tutorial/passByReference.c
91bd62e6dede30be0d2b4ab1fda16ee15df73476
[]
no_license
OliverXUZY/C101-OS
6d377e3b041a64f85809d7c2c1a95a1f7e6bd208
518df1fa09f241addf36cac034c1c33713418be7
refs/heads/main
2023-05-30T11:13:17.710451
2021-06-12T04:10:26
2021-06-12T04:10:26
376,196,572
0
0
null
2021-06-12T04:10:26
2021-06-12T03:54:28
null
UTF-8
C
false
false
383
c
# include <stdio.h> // use side-effect, we should work with pointerr int test_and_dec(int* ip) { if (*ip >= 0) { *ip -= 1; return 1; } else { return 0; } } int main(){ int i = 123; if (test_and_dec(&i)) { printf("i is now one less than before, possibly 0, %d",i); ...
[ "zxu68341@icloud.com" ]
zxu68341@icloud.com
26af48ae9a8fc3e64ee3c86a13b94171735d2ec4
a1873e625b9e46415c5e53488d0d12970b028401
/lab4/src/src/debug.h
7396881a7647421a6883ac77f1f14e00ff47c655
[ "MIT" ]
permissive
henesy/cpre308
232b9465e0617eea8f501c1d5eb0464c1e2c1525
29c468b16a029ce58737c64b459519e89cac8216
refs/heads/master
2018-09-23T09:23:00.844621
2018-04-24T21:10:18
2018-04-24T21:10:18
119,904,199
1
1
null
null
null
null
UTF-8
C
false
false
594
h
#ifndef DEBUG_H #define DEBUG_H #include "bash_color.h" extern int verbose_flag; #define dprintf(fmt, ...) \ do{ \ if(verbose_flag){ \ flockfile(stderr); \ fprintf(stderr, BASH_FORE_BLUE fmt BASH_RESET, ##__VA_ARGS__); \ funlockfile(stderr); ...
[ "henesy.dev@gmail.com" ]
henesy.dev@gmail.com
7465d06e9430634cecfa1fc7d9ef66e4611aee54
803979b86dec17a2466641bc8766b01a61eb9a32
/src/doc/lib/tex-help/texdraw/manual/texindex.c
a88d516969191375a1c760619ba548061fcbc9a7
[]
no_license
theoremprover-museum/TPS
39065872c87b48127c68de242e6930423f21b223
b9dbdf05d5933853ebe56d6337096b73e5c0925c
refs/heads/master
2020-02-26T17:25:55.503001
2016-10-23T11:11:30
2016-10-23T11:11:30
71,697,637
3
0
null
null
null
null
UTF-8
C
false
false
39,717
c
/* Prepare TeX index dribble output into an actual index. Version 1.45 Copyright (C) 1987, 1991, 1992 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; e...
[ "m.kohlhase@jacobs-university.de" ]
m.kohlhase@jacobs-university.de
497c26f63d39133c2621f961dd945b41a5bee7cf
3db7acaa6c667298fb63a0639d73860e5eb630ac
/BSQ/helpers/ft_file.c
19cb80731446cdb595cac8553efaff489cc47152
[]
no_license
SirMorfield/c-piscine
8e0d5ee8f2a8d6acac434a3a0ab2d962bb049ae9
7f7371f24fe89b92a11b5a0b055faa42225bd6b5
refs/heads/master
2023-02-06T00:20:07.054861
2020-10-18T20:04:42
2020-10-18T20:04:42
282,306,397
0
0
null
null
null
null
UTF-8
C
false
false
1,798
c
/* ************************************************************************** */ /* */ /* :::::::: */ /* ft_file.c :+: :+: ...
[ "joppe.koers@gmail.com" ]
joppe.koers@gmail.com
0cb37be24c6150e1ba2b69040927d465f070d6e2
584dc6cecf528213ee74e5076a1fb57d4f2dee17
/cse303.p3/part1a.c
eca1d7d66bf2e9e5d18c53dbd7930fbe89239eab
[]
no_license
wild188/7equals0
695cfb0646db2d9f000647d656bfda26a0f3ea22
b2b27a27811b87de092516b1c2fa39513dcc21e4
refs/heads/master
2021-01-19T03:46:28.316072
2016-10-08T04:24:46
2016-10-08T04:24:46
69,521,189
0
0
null
null
null
null
UTF-8
C
false
false
1,060
c
#include <stdio.h> #include <unistd.h> #include <stdlib.h> #include "support.h" /* * help() - Print a help message. */ void help(char *progname) { printf("Usage: %s\n", progname); printf("(This is just a demonstration of the traditional way\n"); printf(" to use .so filed)\n"); } /* * declare the hello(...
[ "wild188@gmail.com" ]
wild188@gmail.com
0fb813495c15e8dbb578f821449aa04dcf6929b8
cfd084eb1279993d343f0c339d98b9c973a82635
/mx8qm/platform/ss/drc/v1/config.h
1fb09575b798f393ccdbfffc172b585e70f56e19
[]
no_license
mathanrajmurugan/imx-sc-firnware
0c843c7f344b76ea4418bcbaabb666a8fa0d3718
66e18678a648f825db5b32ea128dccd8adfcef73
refs/heads/master
2022-04-20T20:15:48.378286
2020-04-22T06:27:53
2020-04-22T06:27:53
257,811,242
0
0
null
null
null
null
UTF-8
C
false
false
4,556
h
/* ** ################################################################### ** ** Copyright (c) 2016 Freescale Semiconductor, Inc. ** Copyright 2017-2019 NXP ** ** Redistribution and use in source and binary forms, with or without modification, ** are permitted provided that the following conditions are m...
[ "mathan.raj@seco.com" ]
mathan.raj@seco.com
f041ec2591e2059731c316248ede12bc951e34a2
38fe12faa9960f347bf9225de840a36818f3325a
/graph.c
2b815a80c2395e26fbe967b6b0ba1d1fc19cb99e
[]
no_license
loganzartman/GraphSummariesExercise
448503edd31385dd0d1289968a60cc902ac36600
c0a285edb5ec46efe241aa00a82dd8f40f4eb43b
refs/heads/master
2021-06-14T20:36:56.005281
2017-02-01T06:16:14
2017-02-01T22:42:56
null
0
0
null
null
null
null
UTF-8
C
false
false
3,564
c
#include <stdlib.h> #include <stdio.h> #include "graph.h" Graph* graph_create(int num_nodes) { Graph *graph = calloc(sizeof(Graph), 1); graph->num_nodes = num_nodes; //initialize nodes graph->nodes = calloc(sizeof(Node), num_nodes); for (int i=0; i<num_nodes; i++) { graph->nodes[i].id = i; graph-...
[ "spam@nondefault.net" ]
spam@nondefault.net
f2117b7748b34541aa16ea1c59e552de71b0291f
03ab979bd506e1ebfb798196acde91c739e84d49
/d/quest/csj/npc/yuwen-huaji.c
07cf23fb3b1abbab6588570baae8848f12186a2c
[]
no_license
hhsiao/DTSL
d0a9f69edce192f0b39578fc4b458013332d8c39
50320937f839e28f04cf70c29c6765d26cb31dc2
refs/heads/master
2023-04-17T23:20:52.753422
2021-05-02T14:08:44
2021-05-02T14:08:44
null
0
0
null
null
null
null
GB18030
C
false
false
1,258
c
inherit NPC; #include <ansi.h> void create() { object *ob; set_name("宇文化及",({ "yuwen huaji","yuwen"}) ); set("gender", "男性" ); set("no_get", 1 ); set("age", 32); set("long","他是宇文阀的高手之一,据说正在寻找长生诀。\n"); set("max_kee",2000); set("max_gin",2000); set("max_sen",2000); set("max_force",2000); ...
[ "i@chenxuefeng.cn" ]
i@chenxuefeng.cn
4f7a86eb1c72cca40a37030f23f2fe7999e8a4d0
07ef19cd04b672005a2f19ff235c1f91722ddf09
/archive/2406/8659931_AC_391MS_1368K.c
781cf24d71b90eede84053ea629f0834949135dd
[]
no_license
majesty17/c_mypoj
6f61aa12f3e9f3ffd248ec185295d5c5267b8b4d
4c4529038b2ce0ee5bc753941a836e70cf0a0d94
refs/heads/master
2021-01-12T02:46:24.862517
2017-01-05T09:09:28
2017-01-05T09:09:28
78,097,030
0
0
null
null
null
null
UTF-8
C
false
false
554
c
#include <stdio.h> #include <string.h> char str[1000001]; int len; int split(int segs){ //to test if the str can split to seg segs int i; for(i=1;i<segs;i++){ if(memcmp((void*)str,(void*)(str+i*(len/segs)),len/segs)!=0) return 0; } return 1; } int getMaxPower(){ len=strlen(str); if(len==1)return 1; int i; f...
[ "a-o@qq.com" ]
a-o@qq.com
fd9220553ab5110a4ad43e0ad7228ec1d86f59c5
ea32aab909b3c8b71dc5f1d5a454530a753a8ae0
/Pods/Headers/Private/AudioKit/pvfileio.h
d7be92dadd68deee4c03a88846da7f9fa76fa84d
[]
no_license
cornedriesprong/sequencer
76e409d705ecd5a5db35c95c50e4ac214f755573
37880b7c27bcebb7295dc1f5f670a1ca40cc6795
refs/heads/master
2020-05-31T01:12:49.703816
2015-03-08T12:37:44
2015-03-08T12:37:44
31,807,510
0
0
null
null
null
null
UTF-8
C
false
false
70
h
../../../AudioKit/AudioKit/Libraries/iOS/csound-iOS/headers/pvfileio.h
[ "cdriesprong@gmail.com" ]
cdriesprong@gmail.com
69f5d9ada0c299c18ff0bb70e2fe80b1873592b2
dac94d99157b9ad5d56c2b811ef66a4400391ebd
/opal/mca/pmix/pmix2x/pmix/src/mca/ptl/usock/ptl_usock_component.c
6eba2a42d542d531744e8d8d46da788ad096d4ee
[ "BSD-3-Clause-Open-MPI" ]
permissive
AnryYang/ompi
c388ff73439c5a953c585d05daf8478299c5da02
31e98401c742e097c5565892399b81750858a0d7
refs/heads/master
2021-01-11T09:41:51.749441
2016-12-27T22:24:06
2016-12-27T22:24:06
null
0
0
null
null
null
null
UTF-8
C
false
false
21,088
c
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil -*- */ /* * Copyright (c) 2004-2008 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved. * Copyright (c) 2004-2005 The University of Tennptlee a...
[ "rhc@open-mpi.org" ]
rhc@open-mpi.org