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
c4510bd179a54c37ee0be47f0d2a74f546a3f161
619d0099939caf268631834494588efb96c831c8
/common/services/fifo/unit_tests/at32uc3a0512_evk1105/conf_board.h
b633f02ab58dad6fb037997d8cb0b61f7fd27f67
[]
no_license
tulku/asf
fc4476036fc190f11096220a88be1ac84b65e269
82fd38d28ca551ec7470aa82c8531f5b81144ccd
refs/heads/master
2021-01-10T02:27:21.174975
2015-12-16T17:04:27
2015-12-16T17:04:27
48,123,642
0
0
null
null
null
null
UTF-8
C
false
false
2,008
h
/** * \file * * \brief Board configuration for clock example 1 * * Copyright (c) 2014 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions a...
[ "lucas.chiesa@gmail.com" ]
lucas.chiesa@gmail.com
fc24634d8555ef8d46bc1cfef8b103456cc0e2de
64530f7fc1a3924420ad5f4d1567020f06520b63
/MIC/CoHHMRISO/dlldata.c
5f9e8f76012ca4ce1e5405b3645ec0d65708bad5
[ "BSD-2-Clause" ]
permissive
hnordquist/MIC
afcb34d1a1d4738dae84294c9c319ffed63c8f38
18528ce80790925f05a409b0d08995576555298e
refs/heads/master
2021-01-10T10:44:14.020941
2017-08-28T15:43:44
2017-08-28T15:43:44
44,393,493
0
0
null
null
null
null
UTF-8
C
false
false
839
c
/********************************************************* DllData file -- generated by MIDL compiler DO NOT ALTER THIS FILE This file is regenerated by MIDL on every IDL file compile. To completely reconstruct this file, delete it and rerun MIDL on all the IDL files in this DLL, specify...
[ "heathernordquist@gmail.com" ]
heathernordquist@gmail.com
b3aa5a1c5a91fbbde18af3063f4cab7befce6586
59e64d4382bc4ea8e037c732fab97a943496766f
/improve_part/直流有刷电机-电流环控制-位置式PID/User/pid/bsp_pid.c
95e90fdc13abf94d2271878981ba7985c6cd1d60
[]
no_license
Embedfire-motor/ebf_motor_tutorial_code_stm32f103_mini
e4d7039e238f5330891a79a63c99ddaa89d80847
21c8a7a694ba25e091053dd2e85ba421b29bbe47
refs/heads/master
2023-04-28T14:28:47.892482
2021-05-21T06:18:51
2021-05-21T06:18:51
290,382,856
3
3
null
null
null
null
GB18030
C
false
false
1,759
c
#include "./pid/bsp_pid.h" //定义全局变量 _pid pid; /** * @brief PID参数初始化 * @note 无 * @retval 无 */ void PID_param_init() { /* 初始化参数 */ pid.target_val=100.0; pid.actual_val=0.0; pid.err=0.0; pid.err_last=0.0; pid.integral=0.0; pid.Kp = 1.0; pid.Ki = 1.5; pid.Kd = 0.0; #if defined(P...
[ "798025823@qq.com" ]
798025823@qq.com
62aa82559c9cb041bcf3313ec3e4bd3258b8a59a
6bfa0b54b9534a9793755c16b54f0c21c0516205
/tp2/src/gris_epsilon_inf_c.c
4c93dcaab3afdca4f0b6c07db18198198f65ef6f
[]
no_license
rata/orga2-1ercuat-2011
68125d391cc84c37e6b23a168dadce679df59098
3199fb95ae903621303c2a8ad76458238038099a
refs/heads/master
2021-01-10T05:00:12.163507
2011-07-12T20:43:22
2011-07-12T20:43:22
47,519,535
0
0
null
null
null
null
UTF-8
C
false
false
508
c
int max(int a, int b, int c) { int i_max = a > b ? a : b; return i_max > c ? i_max : c; } void gris_epsilon_inf_c(unsigned char *src, unsigned char *dst, int h, int w, int src_row_size, int dst_row_size) { int y, x; for (y = 0; y < h; y++) { for (x = 0; x < w; x++) { int src_p = (src_row_size*y) + x*3...
[ "fcisco@gmail.com" ]
fcisco@gmail.com
0ce14ead51df14c53c2d149ec22b16d61f722bfb
57d2bf8f7597ffc84235ef6e6cae2b928b52b822
/Projects/Project2/BBG/threads.h
50a80d5151d32503394942d511db048c3ed19ff9
[]
no_license
praveengnan94/Advanced-Practical-Embedded-Software-
0a107361c2eb671793266d415f3ab2fbd47f4ba5
36b143f7d1ea49bbb5f086d93ae1b2657a18c3a7
refs/heads/master
2021-05-10T11:12:22.981186
2020-01-12T04:04:56
2020-01-12T04:04:56
118,406,684
0
0
null
null
null
null
UTF-8
C
false
false
856
h
/*************************************************************** * AUTHOR : Praveen Gnanasekaran * DATE : 04/28/2018 * DESCRITPTION : threads.h * SOURCE FILES : threads.c ****************************************************************/ #ifndef THREAH_H #define THREAD_H #include <signal.h> #in...
[ "praveengnan94@gmail.com" ]
praveengnan94@gmail.com
47133f74220af88a6d6755c37961ae10047b0ebd
4ada9d61093bfaa12ad4ee01954eea7cbd45866a
/Implementation/wav_file.c
bece38083743da6468830ea0c7f2516db6ffc394
[]
no_license
jeroenwzelf/ASP
1e26e21fd5f877d987aa6e30637d1947529433ae
8145d04f29e6df0c26c29b07c0aa6eb0a2310016
refs/heads/master
2020-05-14T08:53:00.730855
2019-05-22T19:24:48
2019-05-22T19:24:48
181,729,834
0
0
null
null
null
null
UTF-8
C
false
false
1,730
c
#include "wav_file.h" int open_wave_file(struct wave_file *wf, const char *filename) { uint8_t *p; float playlength; struct stat statbuf; uint32_t *size; /* Open the file */ wf->fd = open(filename, O_RDONLY); if (wf->fd < 0) { fprintf(stderr, "couldn't open %s\n", filename); return -1; } /* Get the size...
[ "jeroen.donkers@live.nl" ]
jeroen.donkers@live.nl
666cc982499f11ba6d1255b9d4ed3529c6e9ebc3
128155d466884a4990ff88a33f1353b548cfbf1d
/interrupts/interrupts.h
05e0f475a3830a2489f7c7290559943372ed2d27
[ "MIT" ]
permissive
pasandevin/carbonOS
efe759442fccfda7f0f20a563ec1f9b80263de88
43d603264931ca1db3f6e70a7c9b7f59b9baa37c
refs/heads/main
2023-09-02T18:30:51.496041
2021-11-16T15:02:31
2021-11-16T15:02:31
382,670,761
5
1
MIT
2021-11-16T12:51:40
2021-07-03T17:11:55
C
UTF-8
C
false
false
1,115
h
#ifndef INCLUDE_INTERRUPTS #define INCLUDE_INTERRUPTS struct IDT { unsigned short size; unsigned int address; } __attribute__((packed)); struct IDTDescriptor { /* The lowest 32 bits */ unsigned short offset_low; // offset bits 0..15 unsigned short segment_selector; // a code segment selector in GDT or LDT /*...
[ "noreply@github.com" ]
pasandevin.noreply@github.com
e93c5728f210962678096ed57601ab4f2f4ca729
eddfd9a2a577a48d80d857d214374485955d863f
/Example/ST/STM32F1xx/BSPLIB/src/stm32f10x_rcc.c
d3a15b212bbece5b5afaaea02345c18d6185a7e4
[ "BSD-3-Clause" ]
permissive
xinyun/CoOS
7dd667ff53cda0ed1c7a18fd9aab4a4c8f8c8987
c0f96927afab7568eed3af1549e3b63eddadcfb1
refs/heads/master
2020-12-30T18:38:00.634036
2014-01-13T06:30:35
2014-01-13T06:30:35
4,071,291
1
0
null
null
null
null
MacCentralEurope
C
false
false
41,885
c
/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : stm32f10x_rcc.c * Author : MCD Application Team * Date First Issued : 09/29/2006 * Description : This file provides all the RCC firmware functions. ************************************************...
[ "xinyun@coocox.com" ]
xinyun@coocox.com
9580e15aa901267099aeae34440693753f385250
ee4ac138148159fe65de2ad763baced3eb76be29
/foo.h
f77b918767d0fc703ff323e87aa4dae402338e48
[]
no_license
mlewczyk/mleczyk
ba76e549c740a1c43afd847a83cc41338fed5f4b
e8d000b0158b2355c01aee9d7df85960a9de8a02
refs/heads/master
2016-09-05T22:22:32.776613
2014-03-27T08:05:19
2014-03-27T08:05:19
null
0
0
null
null
null
null
UTF-8
C
false
false
35
h
/* Moja funkcja */ void foo(void);
[ "mos.lewczyk@gmail.com" ]
mos.lewczyk@gmail.com
1fc0e3798d9f43ab8bdd2372e08f7be76a56cd1f
e40dd445f32afa411436d88bb7b2dd0a0e322451
/bounds.nspolar2.c
87d8d0ac3aa8f11b2303f683f2e10ddb93b6a2ae
[]
no_license
pseudotensor/harm_ramt
37a364f04c7b7e7b584cfe6d92bd7a517bf110b9
caaef3be3b80b343a476e8d151f690a9a4d9909d
refs/heads/master
2016-09-13T22:50:44.370316
2009-05-30T08:31:18
2009-05-30T08:31:18
57,423,130
0
1
null
null
null
null
UTF-8
C
false
false
11,054
c
#include "decs.h" /* bound array containing entire set of primitive variables */ #define EXTRAP 1 // 0: just copy // 1: gdet or other extrapolation // 2: copy (with rescale()) int bound_prim(int boundstage, FTYPE prim[][N2M][NPR]) { SFTYPE Dt=-1.0; // no boundary zone should ever be in accounting int i, j, k; ...
[ "pseudotensor@users.noreply.github.com" ]
pseudotensor@users.noreply.github.com
b6cafc9e37177086d1a7adf724df58cb34017414
ca65fa753a8f767e31351650fe391dc983401657
/Datastructure/unit 2/arrays/stack/stack .c
dd7e15c1b40b734dfde07414ae8cffc82d758170
[]
no_license
mehrr123/Datastructure
26750d679a8465ad6b005f30782722ea2a0bbd3d
079f1a69b707edbb5f8496b20019379532abd769
refs/heads/main
2023-08-17T01:58:16.983983
2021-10-05T13:16:21
2021-10-05T13:16:21
413,812,666
0
0
null
null
null
null
UTF-8
C
false
false
1,053
c
#include <stdio.h> #include <stdbool.h> #include <stdlib.h> #include "stack.h" static void error(char* message) { fprintf(stderr, "Error: %s\n", message); exit(-1); } void stack_init(Stack *stack) { stack->tos = 0; } bool stack_is_full(Stack *stack) return stack->tos >= ...
[ "noreply@github.com" ]
mehrr123.noreply@github.com
14f2fb10fee1732b4a3d60934a33365a7579e383
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/power/supply/extr_lp8788-charger.c_lp8788_get_battery_present.c
c0f4450a0bde4ca605acc93c23117189ea3c2b61
[]
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
933
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
ecd3b121fca07f1ecfee7062e0331f1f05716ded
8aedc989e9e87e08ea02f4d291d26e97e2de82e9
/rtos/amazon-freertos/lib/third_party/mcu_vendor/nxp/mflash/lpc54xxx/mflash_drv.h
4bd00d2f70cb5f5dcca0896c781b6b3a7d7b2307
[ "MIT" ]
permissive
zlgopen/awtk-easyarm-rt1052-raw
2df3f37b800f803f60abc186aa7206a89bc7b01b
d06bb5d2d8d2b0c9a2ee0ebc798e33fca6d72340
refs/heads/master
2021-11-10T23:39:32.037626
2021-09-07T05:20:05
2021-09-07T05:20:05
200,141,574
8
3
null
2019-08-02T01:20:52
2019-08-02T01:20:52
null
UTF-8
C
false
false
1,048
h
/* * Copyright 2017 NXP * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __MFLASH_DRV_H__ #define __MFLASH_DRV_H__ #include <stdbool.h> #include <stdint.h> /* Flash constants */ #ifndef MFLASH_SECTOR_MASK #define MFLASH_SECTOR_MASK (0xFFF) #endif #ifndef MFLASH_SECTOR_SIZE #define MFLASH_SECTOR_SIZE (4096...
[ "damonzhang92@gmail.com" ]
damonzhang92@gmail.com
1bb4f02acc723436f9d657516e0a84692f4a1f79
d9bec3fc80b8d7aedcd51e356ba58693c8f6bca8
/crypto/bn/bn_rsa_fips186_4.c
9a3041e2e13dcc52791bc40a16eb2e73a1e796f9
[ "OpenSSL", "Apache-2.0", "LicenseRef-scancode-proprietary-license" ]
permissive
kiptechie/openssl
a13aaa458a97b09c3f26f123ea103b2630774c38
8bbf63e48f27c5edaa03e6d87d969c9b6a207f3c
refs/heads/master
2020-06-30T12:16:59.728529
2019-08-01T13:55:25
2019-08-05T16:12:21
200,821,591
2
0
Apache-2.0
2019-08-06T09:38:00
2019-08-06T09:37:59
null
UTF-8
C
false
false
11,857
c
/* * Copyright 2018-2019 The OpenSSL Project Authors. All Rights Reserved. * Copyright (c) 2018-2019, Oracle and/or its affiliates. All rights reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file...
[ "matt@openssl.org" ]
matt@openssl.org
4d192949e1d22ee8f5aea5601b88fff6826585ab
44569d9c930edb0123c48541d19b5bfa19ffdd3a
/complete/74.search-a-2-d-matrix.c
962bfdc8847b7a9df232714d92ffb1ed44c91bb3
[]
no_license
HC-Chang/LeetCode
1b45a52e2c6c7235d28281d74631f032b3915284
e0f50789b95b46025a5b16800bc9e3fd59439043
refs/heads/master
2023-08-16T20:31:59.662222
2023-08-16T16:02:19
2023-08-16T16:02:19
148,348,757
0
0
null
null
null
null
UTF-8
C
false
false
964
c
/* * @lc app=leetcode id=74 lang=c * * [74] Search a 2D Matrix */ // @lc code=start bool searchMatrix(int **matrix, int matrixSize, int *matrixColSize, int target) { int left = 0; int right = matrixSize - 1; int middle; while (left <= right) { middle = left + (right - left) / 2; ...
[ "student0804@gmail.com" ]
student0804@gmail.com
05e6ed50133a3af36b5c793faba724128ab6b1e5
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE680_Integer_Overflow_to_Buffer_Overflow/CWE680_Integer_Overflow_to_Buffer_Overflow__malloc_rand_10.c
ceaeef65ff7ae24d31829959e269f7091996cd1e
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
4,241
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE680_Integer_Overflow_to_Buffer_Overflow__malloc_rand_10.c Label Definition File: CWE680_Integer_Overflow_to_Buffer_Overflow__malloc.label.xml Template File: sources-sink-10.tmpl.c */ /* * @description * CWE: 680 Integer Overflow to Buffer Overflow * BadSource:...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
b8c936ed9e5d5905b904da76674e4c5ea6aa480c
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/linux-master/drivers/w1/slaves/w1_ds2805.c.bak.c
b94d7112454bd324e982a25363ef12e5bb88d929
[]
no_license
zhiyuanjia/WoBench
878255ce45e76ef57f88743c7f43acdfa59e93e7
6b337780cbd598de98fc0eabd19efaf1a01b6012
refs/heads/master
2021-09-23T03:12:08.091319
2018-06-14T10:17:59
2018-06-14T10:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
7,380
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN /* * w1_ds2805 - w1 family 0d (DS28E05) driver * * Copyright (c) 2016 Andrew Worsley amworsley@gmail.com * * This source code is licensed under the GNU General Public License, * Version 2. See the file COPYING for more details. */ #include <linux/kerne...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
ebfb3753a277cf2367197827063fb4b10b5fb79f
9e1a85f01216279a524dc0321d99b090bc4d6642
/psn/cf/bnetconfig.h
9651bdbeaf4be7ee2acfbaca296f378456c3b2e9
[]
no_license
BobMorlock/AUX
f003e77b449a5762756713b35c18e5e180f62a58
2f04c07da3f4383edf9cd3dc04ce9fc78aca710d
refs/heads/main
2023-08-15T20:27:49.102684
2021-09-19T08:24:24
2021-09-19T08:24:24
408,027,875
6
1
null
null
null
null
UTF-8
C
false
false
2,027
h
/* Configuration Definition */ #define NBUF 100 #define NINODE 100 #define NFILE 100 #define NMOUNT 10 #define NCALL 30 #define NPROC 50 #define NCLIST 200 #define NTEXT 0 #define NSVTEXT 0 #define STACKGAP 8 #define CMAPSIZ 0 #define SMAPSIZ 0 #define CXMAPSIZ 0 #define NSABUF 0 #define MAXMMU 1 #define NMMU MAXMMU*32...
[ "bobm@remlazar.localdomain" ]
bobm@remlazar.localdomain
5b90eeccfefb83781e7715474ad31d018f697501
4dbb45758447dcfa13c0be21e4749d62588aab70
/iOS/Libraries/libil2cpp/include/os/Unity/ExtendedAtomicOps-x86-64.h
a0dff5e0af8cf3e9175287d765071f0d7e65ef4d
[ "MIT" ]
permissive
mopsicus/unity-share-plugin-ios-android
6dd6ccd2fa05c73f0bf5e480a6f2baecb7e7a710
3ee99aef36034a1e4d7b156172953f9b4dfa696f
refs/heads/master
2020-12-25T14:38:03.861759
2016-07-19T10:06:04
2016-07-19T10:06:04
63,676,983
12
0
null
null
null
null
UTF-8
C
false
false
7,472
h
#if defined (_MSC_VER) # include "Windows.h" # include <intrin.h> #endif #if defined(__SSE2__) # include <emmintrin.h> #endif static inline void atomic_pause () { #if defined(_MSC_VER) _mm_pause (); #else __asm__ __volatile__ ("pause"); #endif } static inline void atomic_thread_fence (memory_order_relaxed_t) { } ...
[ "lii@rstgames.com" ]
lii@rstgames.com
e2cb51663503fe57316066c55acc529b14d6c461
c87625d89398d54105641403ce57342b0dd15fc0
/include/freebsd/hax_types_freebsd.h
253f4bc956803f6409ecce5dfe725f3f58dbf621
[ "BSD-3-Clause" ]
permissive
khng300/haxm
cf0c4d1da65c48f639f2269d728cade6f2b84bee
7dca51ff5c634aa23b4962a434b8be42a5e298e0
refs/heads/master
2022-04-20T01:15:53.246130
2019-04-23T11:27:10
2020-04-18T09:49:47
256,717,699
0
0
BSD-3-Clause
2020-04-18T09:46:32
2020-04-18T09:46:31
null
UTF-8
C
false
false
3,427
h
/* * Copyright (c) 2011 Intel Corporation * Copyright (c) 2018 Kamil Rytarowski * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * ...
[ "khng300@gmail.com" ]
khng300@gmail.com
598e5dc95603e577b3bb03fc65dce8e84fbb7b0a
5b76343a47e1c910909aeab51d2504fbbdf5da08
/10/Dynamic_segment/isim/test_isim_beh.exe.sim/work/m_00000000001198698059_1168562948.c
b22f0d9a18110590d3991bc99bbec1fecdcaab72
[]
no_license
djjproject/spartan3_clock
5e222b5ea27b6de077fbf2d27efd9efafb0d36a0
b8674d8049d0f982288ce7725ab14bc9e9f18610
refs/heads/master
2021-08-23T15:29:30.803717
2017-12-05T11:59:50
2017-12-05T11:59:50
null
0
0
null
null
null
null
UTF-8
C
false
false
7,607
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "djj9404@gmail.com" ]
djj9404@gmail.com
0cf431237c574f1d09179988c1f240c54e070bec
7eaf54a78c9e2117247cb2ab6d3a0c20719ba700
/SOFTWARE/A64-TERES/linux-a64/arch/arm/mach-kirkwood/netspace_v2-setup.c
3b706611da8e981daf8bf5aa0ff43ab9b5569dd3
[ "LicenseRef-scancode-free-unknown", "Apache-2.0", "Linux-syscall-note", "GPL-2.0-only", "GPL-1.0-or-later" ]
permissive
OLIMEX/DIY-LAPTOP
ae82f4ee79c641d9aee444db9a75f3f6709afa92
a3fafd1309135650bab27f5eafc0c32bc3ca74ee
refs/heads/rel3
2023-08-04T01:54:19.483792
2023-04-03T07:18:12
2023-04-03T07:18:12
80,094,055
507
92
Apache-2.0
2023-04-03T07:05:59
2017-01-26T07:25:50
C
UTF-8
C
false
false
8,212
c
/* * arch/arm/mach-kirkwood/netspace_v2-setup.c * * LaCie Network Space v2 board setup * * Copyright (C) 2009 Simon Guinot <sguinot@lacie.com> * Copyright (C) 2009 Benoît Canet <benoit.canet@gmail.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gen...
[ "gamishev@gmail.com" ]
gamishev@gmail.com
7b1467b9864c8077861becafc7f35732f17b306b
3d41dc10fae2e7c998a21f7b20e531ff20329995
/LSWCompressorModel/bitfile.c
ec29dba9b0c3451eaae35311ba44790a36180211
[]
no_license
akblabla/LSWCompressorModel
960d390a7d6cd29734b8f8b308dce9cfb4e86e3d
e03e6a7706d70017a29a7c5ca0dee94ff421a527
refs/heads/master
2023-02-03T18:39:51.751322
2020-12-21T09:51:26
2020-12-21T09:51:26
323,263,521
0
0
null
null
null
null
UTF-8
C
false
false
34,292
c
/** * \brief Bit file stream library implementation * \file bitfile.c * \author Michael Dipperstein (mdipperstein@gmail.com) * \date January 9, 2004 * * This file implements a simple library of I/O functions for files that * contain data in sizes that aren't integral bytes. An attempt was made to * make the fu...
[ "Akblabla@gmail.com" ]
Akblabla@gmail.com
39ed0c64f8ff4d5e0c9a06d1b4896d2475e10179
2bd20c26280f5e3546e4d885dae84067d06fcc9d
/src/chips/msp430/msp430_usart_spi.h
8c5c32cf5323f405be8c1e9d771eb7ff80f90d6b
[]
no_license
atiselsts/osw
bed33efab18ac215a24c91b64db0c4226e9262be
67348ec826c6fc20b4e24d638e8fefd661ff6b53
refs/heads/master
2020-05-30T15:52:29.811243
2013-06-04T20:41:18
2013-06-04T20:41:18
8,625,439
4
3
null
null
null
null
UTF-8
C
false
false
3,249
h
/* * Copyright (c) 2013 OSW. All rights reserved. * Copyright (c) 2008-2012 the MansOS team. 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...
[ "atis@atis-desktop.(none)" ]
atis@atis-desktop.(none)
e4f42f224bf09593858e960607175a83a24139c1
d732c881b57ef5e3c8f8d105b2f2e09b86bcc3fe
/src/module-xml/Symbols.h
f7ae0fe1076611226d03bac16f5dcea300130f91
[]
no_license
gura-lang/gurax
9180861394848fd0be1f8e60322b65a92c4c604d
d9fedbc6e10f38af62c53c1bb8a4734118d14ce4
refs/heads/master
2023-09-01T09:15:36.548730
2023-09-01T08:49:33
2023-09-01T08:49:33
160,017,455
10
0
null
null
null
null
UTF-8
C
false
false
477
h
//============================================================================== // Symbols.h //============================================================================== #ifndef GURAX_MODULE_XML_SYMBOLS_H #define GURAX_MODULE_XML_SYMBOLS_H #include <gurax.h> Gurax_BeginModuleScope(xml) Gurax_DeclareSymbol(cdata...
[ "ypsitau@nifty.com" ]
ypsitau@nifty.com
84925ff0c1b6afc4e5fbeedee4f560d978c1490c
0e9256d9fcfee456b4d59151ac77bc70eb65a08c
/slave/module_display_controller/src/display_controller.h
e7d54638630e1f8ddbc7126614ff9cee45d30e84
[]
no_license
winstonwoo/LCD_7_INCH_EVALUATE
7048f48b17a0081facf441278d5edeb4579f8730
75b83353675bea2d38cd8d390eb3b71605bb37a6
refs/heads/master
2021-01-01T18:07:03.091683
2014-06-23T08:43:34
2014-06-23T08:43:34
null
0
0
null
null
null
null
UTF-8
C
false
false
6,947
h
#ifndef _display_controller_h_ #define _display_controller_h_ #include <stdint.h> /** * \brief Function to manage the LCD server and SDRAM server whilst maintaining image buffers. * * \param c_client The channel from the display_controller to the client application. * \param c_lcd The channel from the display_con...
[ "13911233531@139.com" ]
13911233531@139.com
3210485f55349a490108bece2c528899720db1f0
41e46695a5b9ea6f5d291bbaf22e3a77925277bd
/packetudp.h
4f6273b4b46722579dc84620a519d84eef3c1f18
[]
no_license
denk1/proxy_service
100ec111620675ae0d71c373716f7afd2fd5be24
7064d6d2dd3bcb73928db25a220eddc0337435cb
refs/heads/main
2023-03-07T23:01:26.753875
2021-02-23T13:47:37
2021-02-23T13:47:37
340,460,434
0
0
null
null
null
null
UTF-8
C
false
false
353
h
#ifndef PACKETUDP_H #define PACKETUDP_H #include "PacketUSB0.h" union PacketUDP { PacketUDP() { packet.header[0] = 0x55; packet.header[1] = 0x77; packet.index = 0; } struct Packet { uchar header[2]; uchar index; uchar data[14]; } packet; uchar raw_dat...
[ "tu214@yandex.ru" ]
tu214@yandex.ru
6cb984322e35990d844686bfda0286f1e104ab4c
3938ef369291a3642cf1c37302e295c3c56fdfdf
/Sort/Arrayops.c
8c16f4c72d15eb746565942e86cd7c4e89a5d8fe
[]
no_license
ShaofengWu123/Agorithm
50f5c8202c3105f068017024e2aeb48feca186a7
34ec7d6d7201ceb8a932af8307cac2518b7ce512
refs/heads/master
2022-12-29T23:09:30.058675
2020-10-22T15:07:56
2020-10-22T15:07:56
297,669,664
0
0
null
null
null
null
GB18030
C
false
false
847
c
#include <stdio.h> #include <stdlib.h> #include "Sort.h" #include <time.h> //打印数组 void print_array(int a[], int n) { for (int i = 0; i < n; i++) { printf("%d ", a[i]); } printf("\n"); } //交换两个元素 void exc(Elemtype* a, Elemtype* b) { Elemtype temp = 0; temp = *a; *a = *b; *b = temp; } //比较两个元素 //把索引i元素插到索引j...
[ "wsf123@mail.ustc.edu.cn" ]
wsf123@mail.ustc.edu.cn
98871fbb8676c7c8b9b56b35f0456a046058b7c6
70a5dc4aafdafb37d895fb83c851a63dd9fc49db
/ALVR-common/reedsolomon/rs.c
3a5514f12ee2e6472a9297b2813f0e40e0ed5b6e
[ "MIT" ]
permissive
polygraphene/ALVRClient
6b0e5a64ed5f3e94135b1962b07d3454772b82ca
77bc2419e0d073336d1e57264eb3eb67b4ebee96
refs/heads/master
2023-08-25T03:15:14.201496
2021-11-08T12:31:50
2021-11-08T12:31:50
134,729,368
98
80
MIT
2021-11-08T12:30:46
2018-05-24T14:46:25
C++
UTF-8
C
false
false
18,680
c
/* * fec.c -- forward error correction based on Vandermonde matrices * * (C) 1997-98 Luigi Rizzo (luigi@iet.unipi.it) * (C) 2001 Alain Knaff (alain@knaff.lu) * (C) 2017 Iwan Timmer (irtimmer@gmail.com) * * Portions derived from code by Phil Karn (karn@ka9q.ampr.org), * Robert Morelos-Zaragoza (robert@spectra.en...
[ "polygraphene@gmail.com" ]
polygraphene@gmail.com
918fcf4a4276295d8549c64eac30969ae5de57a0
93f3344492219cbc461a5aac13b9f45b19c04aee
/CSF111 Lab Work/lab6/vowcons.c
1682a521a0e79629f9e66d39f9cca8c80f151562
[]
no_license
siddhantkhandelwal/random-scripts
bc8de40865cc106d80eeacffb69ecc6898173548
69feb0485a1e3ac516cbc5ac349bddff4e6d814e
refs/heads/master
2020-03-13T00:34:11.330108
2018-11-20T18:25:32
2018-11-20T18:25:32
130,889,317
0
0
null
2018-10-16T07:57:05
2018-04-24T17:18:19
C
UTF-8
C
false
false
544
c
#include<stdio.h> int main() { char ch; int vowcount = 0, conscount = 0, flag=0; while((ch=getchar())!=EOF && ch!=' ') { if(!((ch>=65&&ch<=90) || (ch>=97&&ch<=122))) continue; switch(ch) { case 'a': case 'e': case 'i': case 'o': case 'u': case 'A': ...
[ "siddhant@outlook.com" ]
siddhant@outlook.com
bb403b33d15cb5140a7792359f2d940dd7720d2c
c7b6e97e145cdf17787283ea2cae5c2198853f29
/include/netinet/icmp_var.h
e4aff15f6635feae4a579a214c7c8793e9ce9b71
[]
no_license
shivshankardayal/Universal-C-C--
36640ced556f52893f906d8123ddbe5ce73f5d74
cead882b61c280096cabea640492aebdb9bc1ff1
refs/heads/master
2016-09-05T23:03:23.442410
2012-09-23T12:15:17
2012-09-23T12:15:17
2,559,971
1
0
null
null
null
null
UTF-8
C
false
false
3,097
h
/* $NetBSD: icmp_var.h,v 1.12 1998/02/10 01:26:19 perry Exp $ */ /* * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * a...
[ "root@myhost.(none)" ]
root@myhost.(none)
615ea6152c80aeb6f2d337c9b69400158870733c
3bf46c2f0e5ed2a1d6ba7ea7e589eb271eb032aa
/ATK-ESP8266/Upgrade.h
052eb0d02b5b337eeb62e644f90e27676ab64178
[]
no_license
HolyZhang1120/STM32F103_Flash_APP
8eaf01e17a77b57f4bd1871c98938005f46b72e8
dbcd38d15a9560492732a419a38fe738211e9450
refs/heads/master
2023-05-06T06:13:01.956578
2021-05-25T03:24:44
2021-05-25T03:24:44
306,197,982
0
1
null
null
null
null
GB18030
C
false
false
377
h
#ifndef __UPGRADE_H #define __UPGRADE_H #include "sys.h" #define BATA_SIZE 5120 //下行包有效数据大小 #define Flash_ADDR 0x1000 //存入flash起始位置 extern u32 Crc_file; u8 connect_server(void); u8 send_server(u8 *buffer); u32 Get_Upgrade_size(void); void *Get_Upgrade_package(u8 package,u16 size_num); void Upgrade(void); void...
[ "15803028040@163.com" ]
15803028040@163.com
b7671a970a6757e6eb620f6a1648681ab7b9a36b
04c8d8da9cebc13513c1b9c7658707ecadfa0ed3
/Roll a Ball/Temp/il2cppOutput/il2cppOutput/Parse_Unity_System_Threading_Tasks_TaskFactory_U3CU3Ec__Disp_8MethodDeclarations.h
63c6fa34609ca8ab8e0f62cc36d3a4a8a0239f2e
[]
no_license
fkieyhzen/RollABall
ed9ef9e93f3cfaecd2be10013797e97e9c1e479e
f083b660966094939ed2b5d2028e31bb4e86a67e
refs/heads/master
2023-03-19T18:19:11.437779
2015-06-08T15:27:45
2015-06-08T15:27:45
null
0
0
null
null
null
null
UTF-8
C
false
false
1,050
h
#pragma once // System.Threading.Tasks.TaskFactory/<>c__DisplayClass20 struct U3CU3Ec__DisplayClass20_t746; // System.Threading.Tasks.Task struct Task_t438; // System.Threading.Tasks.Task`1<System.Threading.Tasks.Task[]> struct Task_1_t747; // System.Void System.Threading.Tasks.TaskFactory/<>c__DisplayClass20::.ctor...
[ "patrick@beetheswarm" ]
patrick@beetheswarm
28f09caf60eba1958297b8c90466c562e687588e
99bdb3251fecee538e0630f15f6574054dfc1468
/components/net/lwip/lwip-2.0.3/src/netif/lowpan6.c
9a84cbccc785b53257e283b51155184c5d8d9105
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
RT-Thread/rt-thread
03a7c52c2aeb1b06a544143b0e803d72f47d1ece
3602f891211904a27dcbd51e5ba72fefce7326b2
refs/heads/master
2023-09-01T04:10:20.295801
2023-08-31T16:20:55
2023-08-31T16:20:55
7,408,108
9,599
5,805
Apache-2.0
2023-09-14T13:37:26
2013-01-02T14:49:21
C
UTF-8
C
false
false
40,677
c
/** * @file * * 6LowPAN output for IPv6. Uses ND tables for link-layer addressing. Fragments packets to 6LowPAN units. */ /* * Copyright (c) 2015 Inico Technologies Ltd. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that t...
[ "liuxianliang@rt-thread.com" ]
liuxianliang@rt-thread.com
50627f06a38f92a19d7ba56db89b8e068c543768
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/acpi/extr_device_pm.c_acpi_device_fix_up_power.c
185f25fae36281e20c1f802602dc7a9cd519f298
[]
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,025
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
41772b2d707ea4645a11a421d1e4123026c4d47b
bd4da70c9383e0fea79932a63563a7351a7ca0cf
/strutil.h
5ad728dc4934dfbbef0fb19fb3fa858baa82fe13
[]
no_license
FrancoMariotti/tp1_Algo2
73d59a0eb1f7a836674d273230be050b142a684e
2353095ce26a71e13bdb7c2f900810c130a1efa9
refs/heads/master
2022-11-16T02:10:07.025666
2020-07-01T04:10:42
2020-07-01T04:10:42
276,273,744
0
0
null
null
null
null
UTF-8
C
false
false
991
h
#ifndef STRUTIL_H #define STRUTIL_H #include <stddef.h> /* * Devuelve en un arreglo dinámico terminado en NULL con todos los subsegmentos * de ‘str’ separados por el carácter ‘sep’. Tanto el arreglo devuelto como las * cadenas que contiene son allocadas dinámicamente. * * Quien llama a la función toma responsabili...
[ "fmariotti@fi.uba.ar" ]
fmariotti@fi.uba.ar
148ae7856175f3ecdcc19fde2650842714c28135
96692229b86b5d494fe59714af50bf176a0c4224
/src/MatrixKeyboard.h
4563160114fb2a893006de89588eafd6364e5737
[]
no_license
shkodina/boom
ececf65c634c9fd01bed9d3af0e6c0b04722ffb8
23c595232080315fd9b8020bd79dcc178591432e
refs/heads/master
2016-08-09T07:26:38.798814
2016-02-10T18:39:53
2016-02-10T18:39:53
51,461,317
0
0
null
null
null
null
WINDOWS-1251
C
false
false
3,627
h
#ifndef _MATRIXKEYBOARD_H_ #define _MATRIXKEYBOARD_H_ // Имя считывающего порта. Внимание, указывать только букву, // например A, B и тому подобное. По этому имени далее будут // сформированы имена необходимых регистров. #define KB_READ_PORT F // Количество считывающих линий. #define KB_READ_LINES_COUNT (4) // Маск...
[ "blobby@yandex.ru" ]
blobby@yandex.ru
7cc5f99623de40bc4d91b7ba6d36ee8cba5e9a19
e4688989869642d17ccc4ce8a78d540e462a812d
/amns_for_our_tests/p224_1__5_-4__6/structs_data.h
2de40c6fca759e5594a8cc492a80b3c721b5c3e8
[]
no_license
eacElliptic/AMNS
5753ba9f6e088a9408a4d3853cdb57025c942034
bd549f293e43775507b6e3166ad388a984099f11
refs/heads/master
2021-06-24T20:03:38.250394
2020-10-08T20:26:43
2020-10-08T20:26:43
133,142,425
0
0
null
null
null
null
UTF-8
C
false
false
816
h
#ifndef STRUCTS_DATA #define STRUCTS_DATA //~ IMPORTANT : We take 'phi = 1 << WORD_SIZE' #define WORD_SIZE 64 #define POLY_DEG 4 #define NB_COEFF 5 #define NB_ADD_MAX 19 #define RHO_LOG2 50 //~ We will take : rho = 1 << RHO_LOG2. typedef __int128 int128; typedef unsigned __int128 uint128; static uint64_t amns_rh...
[ "eac.elliptic.curve@gmail.com" ]
eac.elliptic.curve@gmail.com
9307f0bb68f1cf6afc2668028d490804f485924e
05434915f596d9c3c546154aa8b3949024ab8726
/gesummv/step_by_step/gesummv_restrict.c
52f2971748b2003b59e19a4a7e310e029a8d61c7
[]
no_license
wangyichao/polybench_openacc_opt
740e4f44439850b2074bb26bd07bd7db57dc328f
dc0ada0b895d3c4199337d6c0ce00a156a0c3dbc
refs/heads/master
2021-01-16T20:00:14.332437
2016-03-15T12:32:28
2016-03-15T12:32:28
52,574,490
2
0
null
null
null
null
UTF-8
C
false
false
2,635
c
#include <stdio.h> #include <unistd.h> #include <string.h> #include <math.h> #include <stdlib.h> double gesummv(int n, const double alpha, const double beta, double *restrict A, double *restrict B, double *restrict x, double *restrict Ay) { int i,j; double t1 = 0; double t2 = 0; struct timeval t_time3...
[ "wangyichao@sjtu.edu.cn" ]
wangyichao@sjtu.edu.cn
2b9209115d7621b24bdb6d8aeef8e19eb14ab240
2af3a5202f47af93544b27e49d1470a5ac15bb1a
/src/custom/RandomChase.h
d96e6eb58ed45ced7da64e11d167a517589f214a
[ "MIT" ]
permissive
kitesurfer1404/WS2812FX
7c04ed9159f539bb64d2234ca4158d0305bf166a
10e15f00e24e6bd37ad861467ea710c49e145f8d
refs/heads/master
2023-07-01T18:17:25.080645
2023-06-03T16:26:48
2023-06-03T16:26:48
59,408,743
1,539
417
MIT
2023-06-03T03:26:13
2016-05-22T11:27:21
C++
UTF-8
C
false
false
1,994
h
/* Custom effect that creates a random chase effect Keith Lord - 2018 LICENSE The MIT License (MIT) Copyright (c) 2018 Keith Lord 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 Sof...
[ "noreply@github.com" ]
kitesurfer1404.noreply@github.com
860658599226743562c944db947b495ef21b6ed1
b251ce49a53ad6e5e71959b459008c2784bad280
/structs/student v5.h
1a46fe891b7344339e5e21fa88c171505bfc764f
[]
no_license
arias-spu/CSC-CPP-Examples
1543e12a0475be41d5ac658fa808194699e0c0ec
11ad8d7b502b0e514f3806448f485300f62b78cb
refs/heads/master
2020-03-08T05:08:37.378992
2019-10-18T17:01:27
2019-10-18T17:01:27
127,940,599
1
2
null
null
null
null
UTF-8
C
false
false
345
h
// Interface file that defines the STUDENT ADT and // and functions that act on it struct STUDENT { string firstName; string lastName; long ID; float GPA; }; // Functions that act on STUDENT structs void ReadStudent(istream& istrm, STUDENT& student, bool prompt); void WriteStudent(ostream& ostrm, con...
[ "arias@spu.edu" ]
arias@spu.edu
93bde2a9886ad00a7fbc60aa129b58f494863eba
6b74f732d3c7102580ee3854d39ac062985c86dd
/FreeRTOS/Demo/CORTEX_M7_SAMV71_Xplained_AtmelStudio/libchip_samv7/include/samv7/component/component_uotghs.h
09e596d3e61e511d945d3ace5df10164560b3b97
[ "freertos-exception-2.0", "GPL-2.0-or-later", "MIT" ]
permissive
lundinc2/FreeRTOS-Labs
c88055958c313fb1c45528f88be5d6bc832fc18d
775033dac12fe9fb3d55ac8cca43b2991fdbef57
refs/heads/master
2022-12-22T23:38:08.564023
2020-09-22T00:00:10
2020-09-22T00:00:10
271,820,118
0
0
MIT
2020-06-12T14:40:25
2020-06-12T14:40:25
null
UTF-8
C
false
false
104,997
h
/* ---------------------------------------------------------------------------- */ /* Atmel Microcontroller Software Support */ /* SAM Software Package License */ /* --------------------------------------------------------------------...
[ "noreply@github.com" ]
lundinc2.noreply@github.com
1ca30dcc71fe9165e9ebc284e979587d871c7331
e8cac5d8750469b7a699f112b27dafb23e66fd8c
/week3/q3/server.c
2b069afec08fc62d68c2dee6c8131dcbde59fe83
[]
no_license
RonakKhandelwal/NPLabWork
7e380276d3a8ce831de33ccce77c626741eaf71d
e527887129649ccb48715ed4112df31295c8269f
refs/heads/master
2016-08-12T13:41:45.537193
2016-02-29T11:09:22
2016-02-29T11:09:22
52,784,703
0
0
null
null
null
null
UTF-8
C
false
false
1,935
c
#include<stdio.h> #include<string.h> #include<stdlib.h> #include<arpa/inet.h> #include<sys/socket.h> #define BUFLEN 512 #define PORT 8888 #define LENGTH 512 int main(void) { struct sockaddr_in si_me, si_other; int s, i, slen = sizeof(si_other) , recv_len; char buf[BUFLEN]; i...
[ "ronak9896@gmail.com" ]
ronak9896@gmail.com
5c23c26a820995629153da58dcf0bd16f27a6e35
5a6c87065ac664c91e36b5f7d9ec9ecf8f49def3
/platform/mcu/xr871/include/driver/chip/hal_timer.h
6a5a362b8e40da3e00926b9aa522677133120d93
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
MiloMallo/AliOS-FM
f26a3b6fb26b3cb3b30c1681a479d8ed2dcfa2c7
ae9f234c073404d8c97100927cbc53f49ae59a25
refs/heads/rel_1.3.2
2020-03-25T22:56:11.102641
2018-08-10T08:38:47
2018-08-10T08:38:47
144,251,423
4
4
Apache-2.0
2020-03-07T21:20:51
2018-08-10T07:18:56
C
UTF-8
C
false
false
6,438
h
/** * @file hal_timer.h * @author XRADIO IOT WLAN Team */ /* * Copyright (C) 2017 XRADIO TECHNOLOGY CO., LTD. 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. Redistributi...
[ "leafy.myeh@allwinnertech.com" ]
leafy.myeh@allwinnertech.com
7b9f1cd715448800e74af5c00c0affdc3ed235f4
092425a11d2da064abad6922a35097dd9e367874
/Devansh/Bresenham_Line/bresenham_line.c
54e338db32150b2c6da8079de25a999f70087797
[]
no_license
6thSem-Lab-Programs/CG-Lab
eefa4742ef56583433be2026b38e31d4d6c4c29f
6c95d7a31afb9419ca8595e63487738ce5708a3d
refs/heads/master
2021-05-08T15:01:59.919139
2018-07-04T06:13:13
2018-07-04T06:13:13
120,102,915
2
1
null
null
null
null
UTF-8
C
false
false
2,077
c
#include <stdio.h> #include <math.h> #include <GL/glut.h> void setPixel (int x, int y) { glBegin (GL_POINTS); glVertex2i (x, y); glEnd (); } void draw_line (int x1, int y1, int x2, int y2) { int dx, dy, i, p; int incx, incy, inc1, inc2; int x, y; dx = abs(x2 - x1); dy = abs(y2 - y1); ...
[ "devansh.sharma@gmail.com" ]
devansh.sharma@gmail.com
dba52b54575b8a48b9aed6153857edccdd05204c
31e0ffff7da2663c1888a34d2927d807b4cd5baa
/c/rom_curve_BLS24479.c
eb2c4c78214dfbd8c2df0a1928bd72865dddfcfc
[ "Apache-2.0" ]
permissive
robertmgriffin/core
873b609d46324323889c5669d5dbf2f99358c9b4
4eb0dd7069ca86536caa8043437ff75a96ecc45e
refs/heads/master
2022-06-10T16:27:04.581590
2020-05-07T12:54:11
2020-05-07T12:54:11
null
0
0
null
null
null
null
UTF-8
C
false
false
10,272
c
/* * Copyright (c) 2012-2020 MIRACL UK Ltd. * * This file is part of MIRACL Core * (see https://github.com/miracl/core). * * 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...
[ "mike.scott@miracl.com" ]
mike.scott@miracl.com
422248e6985b786fc2587d64f52ce3bd8b35da26
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/arch/xtensa/kernel/extr_hw_breakpoint.c_set_dbreak_regs.c
fb2997cee05f2e0e95962fc76a097f8ae54f2391
[]
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,304
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
7fe0336528877e30a6298833fe604a29cca79173
d2c99621e09321566ad41854d6710023f47ba8a9
/src/lib/list/listInt32/listInt32_remove.c
71ec4d87ac878a9cca32a59b263eb7bc8cd466dd
[]
no_license
INanaay/raytracer
2c309a795ddcaa6e50f575bf307ae13e4163d624
e132f75f68798220615f1f52ff8a668ae5a3180b
refs/heads/master
2020-12-27T23:10:58.971338
2020-02-09T23:05:05
2020-02-09T23:05:05
238,098,989
0
0
null
null
null
null
UTF-8
C
false
false
769
c
/* ** t_listInt32_remove.c for lib in /home/flavian.gontier/projects/libmy/src/list/t_listInt32 ** ** Made by flavian gontier ** Login <flavian.gontier@epitech.net> ** ** Started on Fri Jan 27 01:22:50 2017 flavian gontier ** Last update Mon Apr 03 14:09:53 2017 flavian gontier */ #include "libmy.h" /* remove th...
[ "flavian.gontier@epitech.eu" ]
flavian.gontier@epitech.eu
21b3ae411c09223cdb5d55ad5652b6166980cf0a
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/multimedia/danim/src/daxctl/controls/sgrfx/sginit.h
09e09dace34d977cd49bfd42f2acda4c3b205f74
[]
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
415
h
/*++ Module: sginit.h Author: IHammer Team (SimonB) Created: May 1997 Description: Header for control-specific initialisation History: 05-28-1997 Created (SimonB) ++*/ #include "..\mmctl\inc\ochelp.h" // for ControlInfo #ifndef __SGINIT_H__ #define __SGINIT_H__ void InitSGrfxContr...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
9d8ca6c54556a29a2893762ecda2cbee17dc5f59
199df68d9e0ddf936acd806e617f3d139c29e086
/archive/clean1/ft_solver.c
302e1f9af6c0797a2e4310cd7c1e01b24145a8f5
[]
no_license
kaistlili/fillit
b11d84df9ae6b40e9ca6a1035bd56183f8d5077e
df7b150df912737c2e477d5a355431aa802f78ff
refs/heads/master
2021-03-30T16:39:44.504979
2018-04-12T07:17:17
2018-04-12T07:17:17
117,956,845
0
0
null
null
null
null
UTF-8
C
false
false
3,399
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_solver.c :+: :+: :+: ...
[ "kais@tlili.net" ]
kais@tlili.net
c06e977631df9df2e9108f4dbb2b7db91f850704
6d10b93460f5a57d3e87c614a4c4a8b6d03e49fb
/TMP/xm.c
9fc0b6001d3fe9488bd726de7091a2963aa418ea
[]
no_license
HD650/DemandPaging
08d58acfcaa9f582931a84a93d380e57796ca0c1
2a6d01b1a4c60df19da5061bfe283f85e1fdbdb3
refs/heads/master
2021-08-19T10:39:56.936416
2017-11-25T23:25:02
2017-11-25T23:25:02
107,329,221
1
0
null
null
null
null
UTF-8
C
false
false
1,185
c
/* xm.c = xmmap xmunmap */ #include <conf.h> #include <kernel.h> #include <proc.h> #include <paging.h> extern bs_map_t g_back_store_table[BS_NUM]; /*------------------------------------------------------------------------- * xmmap - xmmap *------------------------------------------------------------------------- ...
[ "zzhang63@ncsu.edu" ]
zzhang63@ncsu.edu
7a1cf8c3b3126fcc055eccd3fdac7bca624c6e23
25f686c2a4c53349e4594849de7cd905532eb5c8
/11/my_jackCompiler/headers/jackCompiler.h
94b19f8857db7831859ead3f8701e3a1b97f060a
[ "MIT" ]
permissive
mikysett/nand2tetris
be056497aca68de1f3ca4ffa95e169df63dbb96f
c42df6b998f5aa01d3ddc43648c4f4fdc4f6e330
refs/heads/main
2023-08-11T18:39:34.500831
2021-09-19T18:50:46
2021-09-19T18:50:46
331,941,529
0
0
null
null
null
null
UTF-8
C
false
false
1,378
h
#ifndef JACKANALYZER_H # define JACKANALYZER_H # ifdef DEBUG_MODE # define DEBUG_CODE(x) x # else # define DEBUG_CODE(x) # endif # include <libgen.h> # include <stdio.h> # include <ctype.h> # include <string.h> # include <stdlib.h> # include <dirent.h> # include "libft.h" typedef enum e_err { ERR_NO_ARG = 1, ER...
[ "mikysett@gmail.com" ]
mikysett@gmail.com
0df01706bcecbdd1d94736b3c64e099aaae2b678
25d19189bbd5d1b2d7e85ef2d8021318b5abe8ab
/demesh/components/m5stickc-idf-4_2_0/m5stickc.c
a81d78b2317a72541ba540edfefdfc07444b14cb
[ "MIT", "Apache-2.0" ]
permissive
Vfeuer/AGCCS-CTRL22-1
6eb3c472a13b7120e3b27a96fb6374685e8ea2ce
bf17d9630fdee1120e27cf34715eb745310e8aa9
refs/heads/main
2023-03-30T07:47:29.985912
2021-04-10T17:00:24
2021-04-10T17:00:24
null
0
0
null
null
null
null
UTF-8
C
false
false
4,166
c
/** * m5stickc.h * * (C) 2019 - Hades2001 <hades2001@foxmail.com> * This code is licensed under the MIT License. * * (updated for IDF 4.2.0 by TMoor, 2020) */ #include "m5stickc.h" static const char *TAG = "M5StickC"; esp_event_loop_handle_t event_loop; spi_lobo_device_handle_t m5_display_spi; uint8_t axp192...
[ "thomas.moor@fau.de" ]
thomas.moor@fau.de
1bcc60aa31ab8857cff9fc9d6ad33f4da6738cb9
3040e30889685e004c3bac3694eaa48fb8095f92
/source/단계별로 풀어보기/입출력과 사칙연산/곱셈.c
da30b807607c10ce7fbab71125bbd1f839e530f7
[ "MIT" ]
permissive
sjsage522/baekjoon-online-judge
3419374e11809215369f44c78c0fda7093f2ab23
d0c825ad6637c8c0c09592ba06aec55c682c9a56
refs/heads/master
2021-03-14T03:40:32.483866
2020-06-02T14:06:38
2020-06-02T14:06:38
246,734,184
1
0
null
null
null
null
UTF-8
C
false
false
166
c
#include <stdio.h> int main() { int a, b; scanf("%d %d", &a, &b); printf("%d\n%d\n%d\n%d\n", a*((b % 100) % 10), a*((b % 100) / 10), a*(b / 100), a*b); }
[ "sjsage522@gmail.com" ]
sjsage522@gmail.com
746b58e73326eea6c81d4a7dc068139695d4b0b8
75452de12ec9eea346e3b9c7789ac0abf3eb1d73
/src/graphics/lib/compute/spinel/weakref.h
1697013bcf34f17638343dda1a698c214813a46b
[ "BSD-3-Clause" ]
permissive
oshunter/fuchsia
c9285cc8c14be067b80246e701434bbef4d606d1
2196fc8c176d01969466b97bba3f31ec55f7767b
refs/heads/master
2022-12-22T11:30:15.486382
2020-08-16T03:41:23
2020-08-16T03:41:23
287,920,017
2
2
BSD-3-Clause
2022-12-16T03:30:27
2020-08-16T10:18:30
C++
UTF-8
C
false
false
3,190
h
// Copyright 2019 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SRC_GRAPHICS_LIB_COMPUTE_SPINEL_WEAKREF_H_ #define SRC_GRAPHICS_LIB_COMPUTE_SPINEL_WEAKREF_H_ // // A weakref is a small index and a large counter...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
db1b2846c4b01bd3ac496ccdace2e54c515c17ee
b636c23f8928ff3663e8247e8b689d971def1fcf
/lib/erlang/c_src/src/lib/cat_condition.h
16eaf96f127c769241ee5674e783f59f97602280
[ "Apache-2.0", "LGPL-2.1-or-later", "BSD-3-Clause", "GPL-2.0-only", "LicenseRef-scancode-unknown-license-reference" ]
permissive
dianping/cat
73952902bf432b1b9f50e107203f7d0941ff157e
4684ba7bbbeffe071092e99333f28410d08f18ef
refs/heads/master
2023-07-14T16:35:00.029273
2023-06-17T14:52:23
2023-06-17T23:49:19
7,010,724
19,076
5,869
Apache-2.0
2023-08-15T14:28:11
2012-12-05T02:31:48
Java
UTF-8
C
false
false
2,280
h
/* * Copyright (c) 2011-2018, Meituan Dianping. All Rights Reserved. * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to Y...
[ "youyong205@126.com" ]
youyong205@126.com
dfd11353377a551e7c7a9e7dd77a0192e932339d
9c2d743f80f8b837fb0b957dc973ba51cf7cffed
/util.h
872afc5c176f4ec0ce8525e87263580fc7f7b8b6
[]
no_license
nlenhertscholer/C_Build_System
08e75d8d1a115cccc2a0c8a3ea382cb1f24698bb
77590f8cd1ccd13347ce8df9a78180501d281d92
refs/heads/main
2023-02-20T23:38:10.091415
2021-01-25T21:45:23
2021-01-25T21:45:23
332,892,031
0
0
null
null
null
null
UTF-8
C
false
false
743
h
#pragma once #include <stdbool.h> #include <stdint.h> #include <stdio.h> /** * Some helper functions for your mymake implementation */ /// Return the last modification time of the named file, in nanoseconds /// since epoch. /// /// Returns 0 if the file didn't exist. /// Returns 1 if the file exists but there was...
[ "37916381+nlenhertscholer@users.noreply.github.com" ]
37916381+nlenhertscholer@users.noreply.github.com
36eec407b518c12a08a6a61da5fd48ec71afeaa9
b9ffa7f1e0df58c682e5252c44f90c7cae9f3b4b
/0x06-pointers_arrays_strings/100-rot13.c
c182fe3462e9a180c250d501f7f25cf06c56dc2d
[]
no_license
esperantgada/alx-low_level_programming
0b990f88ac30c74d7ea74d8bbc4bbc22ff857d80
5c644077b6f6616a54bd248bed421228fb592e0f
refs/heads/master
2023-09-06T09:41:35.845667
2021-11-05T08:18:22
2021-11-05T08:18:22
400,243,763
0
0
null
null
null
null
UTF-8
C
false
false
557
c
#include "main.h" /** * rot13 - encodes a string by rotating the characters 13 spaces. * @s: pointer to input string. * Return: Returns pointer encoded string. */ char *rot13(char *s) { int i, j; char r[] = "NOPQRSTUVWXYZABCDEFGHIJKLMnopqrstuvwxyzabcdefghijklm"; char alpha[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdef...
[ "esperantgada@gmail.com" ]
esperantgada@gmail.com
700f43786b39f4031c7b2b07bb757ba2dad1439f
c47c254ca476c1f9969f8f3e89acb4d0618c14b6
/datasets/linux-4.11-rc3/arch/arm/include/asm/ftrace.h
22b73112b75f2070e440068184f9655cff781afe
[ "BSD-2-Clause", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
yijunyu/demo
5cf4e83f585254a28b31c4a050630b8f661a90c8
11c0c84081a3181494b9c469bda42a313c457ad2
refs/heads/master
2023-02-22T09:00:12.023083
2021-01-25T16:51:40
2021-01-25T16:51:40
175,939,000
3
6
BSD-2-Clause
2021-01-09T23:00:12
2019-03-16T07:13:00
C
UTF-8
C
false
false
1,791
h
#ifndef _ASM_ARM_FTRACE #define _ASM_ARM_FTRACE #ifdef CONFIG_FUNCTION_TRACER #define MCOUNT_ADDR ((unsigned long)(__gnu_mcount_nc)) #define MCOUNT_INSN_SIZE 4 /* sizeof mcount call */ #ifndef __ASSEMBLY__ extern void mcount(void); extern void __gnu_mcount_nc(void); #ifdef CONFIG_DYNAMIC_FTRACE struct dyn_arch_ftra...
[ "y.yu@open.ac.uk" ]
y.yu@open.ac.uk
e90408bcf7a70a909b7272ebb47623b108b2a6f2
4c56d0ea96b3c01dbfe53d92c4eb04a68142ce61
/Practical/P3Q6/P3Q6/P3Q6.c
1df8c1379a58ca0752ce3a4b4567108f56a552ee
[]
no_license
Ooiyenchun/C-
80e5d0ef40e095e1814f8b22bfa8ab823f8d981a
ddce680a26aab58162701d10c514fa62f34f919f
refs/heads/master
2020-03-22T00:01:07.080119
2018-11-16T13:44:52
2018-11-16T13:44:52
139,219,500
0
0
null
null
null
null
UTF-8
C
false
false
981
c
/* Project Name : P3Q6 Name : Ooi Yen Chun Date : 8-6-2018 */ #include<stdlib.h> #include<stdio.h> #pragma warning (disable:4996) int n; void main() { printf("Enter an integer > "); scanf("%d", &n); printf("\nExample of number %d in different base\n",n); printf("---------------------------------...
[ "33864420+Ooiyenchun@users.noreply.github.com" ]
33864420+Ooiyenchun@users.noreply.github.com
1e9d28ee6c5bd292551bac76111617d1d7f4a278
da054957fc9323fc5e70ec60c7a4457085f7fb8d
/changes/msp430gcc-patched/msp430-libc/include/msp430x12x.h
fb1620d9aa8a308006ca1ce23b7363f42f341d10
[]
no_license
Honza0297/FITkit
e771c1274f138e59d4818251f79ae37b37e7355c
d8cb51b3730009eaa2af6bde899c2ffd405b166e
refs/heads/master
2022-02-23T13:45:40.397349
2019-09-18T07:01:41
2019-09-18T07:01:41
198,375,979
3
0
null
2019-09-06T11:09:22
2019-07-23T07:26:32
C++
UTF-8
C
false
false
2,336
h
#ifndef __msp430x12x #define __msp430x12x /* msp430x12x.h * * mspgcc project: MSP430 device headers * MSP430x12x family header * * (c) 2002 by M. P. Ashton <data@ieee.org> * Originally based in part on work by Texas Instruments Inc. * * $Id: msp430x12x.h,v 1.8 2005/08/17 14:28:46 coppice Exp $ */ #include <i...
[ "jaberan@redhat.com" ]
jaberan@redhat.com
00c6fab31835991cf8533fd2e0a74c6a34c5f33b
cc356e2a086eb6f5eb4f3a7cb69c2991439c7150
/server/curseDB.h
1df8058b10b6d3c70a81965e50d7a75b2e59614b
[ "LicenseRef-scancode-public-domain" ]
permissive
Awbz/OneLife
31b0904ea959baee471bdfd76146c04f1964133e
7d56bf6519bffb070775e1f3975445e3742d8522
refs/heads/master
2021-11-07T19:36:09.024828
2021-10-29T02:31:20
2021-10-29T02:31:20
148,542,654
75
26
NOASSERTION
2021-05-27T06:06:06
2018-09-12T21:10:53
C++
UTF-8
C
false
false
1,087
h
#include "../gameSource/GridPos.h" void initCurseDB(); void freeCurseDB(); void setDBCurse( const char *inSenderEmail, const char *inReceiverEmail ); void clearDBCurse( const char *inSenderEmail, const char *inReceiverEmail ); char isCursed( const char *inSenderEmail, const char *inReceiverEmail ); void init...
[ "jasonrohrer@fastmail.fm" ]
jasonrohrer@fastmail.fm
3581722d8fccdebfa3a3072c90ae88fadd591691
b56d1c72238f6e5e0bb642020bd62a8995ec8531
/CMPE 443/2020-2021/Final Project/main.c
50f0bb2c8413d37b29cd8f4caba293ec374ea74e
[]
no_license
ynskardas/university_projects
9d2da7f22ce8b6414d0845db8941d04a485eedf4
be0487f49898ca86f2b52c438e1b915dedb439fd
refs/heads/master
2022-07-20T07:21:08.444046
2021-07-26T13:24:51
2021-07-26T13:24:51
246,957,383
1
0
null
null
null
null
UTF-8
C
false
false
8,505
c
#include "LPC407x_8x_177x_8x.h" #define GPIO_base 0x20098000 #define PCONP *((volatile uint32_t *) 0x400FC0C4) // bit 15 is IOCON / GPIO #define PCONP_TIMER (1 << 1) // #define PCONP_ADC (1 << 12) #define GPIO0 ((GPIO_Type *)(GPIO_base + 0x000)) //0x20098000 #define TIMER0_base 0x40004000 #define TIMER0 ((TIMER_Ty...
[ "yns.kardas@gmail.com" ]
yns.kardas@gmail.com
5ae08e2f79d39d230148aee31a990a1cca70d5e3
12f6f66abbe5c06f9bdf93a288eadb695f240818
/PerseusLib/CUDA/CUDARenderer.h
2cea44fca522e2272c13651667147a101cb7a1ba
[]
no_license
autosquid/PWP3D
e8ab76522feaf0accc07f8453a1b0c639e41310d
a1813fe32ddddcea5a6df098aba5c486892e2d87
refs/heads/master
2020-04-07T21:44:00.471552
2016-06-16T08:31:17
2016-06-16T08:31:17
30,180,093
0
0
null
2015-02-02T09:33:57
2015-02-02T09:33:57
C++
UTF-8
C
false
false
841
h
#pragma once #include <PerseusLib/Others/PerseusLibDefines.h> #include <stdlib.h> #include <stdio.h> #include <math.h> #include "CUDADefines.h" __host__ void initialiseRenderer(int width, int height); __host__ void shutdownRenderer(); __host__ void renderObjectCUDA_one_EF(float4 *vertices, int faceCount, int objec...
[ "justin.seeley.cn@icloud.com" ]
justin.seeley.cn@icloud.com
c4fb4fa9813c17119d07941770c9ff48a3d5be7f
e1a3c56a317636145c021b75e1deee04b2bc8cf3
/SHW_OOK.cydsn/Generated_Source/PSoC5/PWM_LED_PM.c
c5e39d35251e2efdc40c85656221072957fbafb1
[]
no_license
bjohannsson/SHW
918df539bdf91519228161616625058ef147d0fd
b8cc7d105128c99fa0dbd285e07ed81473fce775
refs/heads/master
2021-05-07T18:15:25.386610
2017-11-15T14:49:58
2017-11-15T14:49:58
108,762,587
1
1
null
null
null
null
UTF-8
C
false
false
6,098
c
/******************************************************************************* * File Name: PWM_LED_PM.c * Version 3.30 * * Description: * This file provides the power management source code to API for the * PWM. * * Note: * ******************************************************************************** * Copyrigh...
[ "b.johannsson@student.tudelft.nl" ]
b.johannsson@student.tudelft.nl
848493069479bec051b6ab9e48a2c9192165fa5d
a24b1c2cb0bf8b5a9aa945c8914e75de9ea154fc
/components/fonts/nimbusmonops_bold_32.c
c65b62000cc334c52d278070932ca1996bc3d828
[]
no_license
bkgoodman/ESP32_IDF_EINK
a89c1d581e28b4d5fffc5039adb26e79b6522711
313e793d1bf307dfe21a947ea953b4467aebe4e4
refs/heads/master
2023-04-09T02:21:20.572749
2021-01-10T22:24:37
2021-01-10T22:24:37
326,068,248
0
1
null
2021-01-06T22:24:38
2021-01-01T22:42:19
C
UTF-8
C
false
false
47,975
c
#ifndef PROGMEM #define PROGMEM #endif #include <stdint.h> const uint8_t oledfont_NimbusMonoPS_Bold_32[] PROGMEM = { 17 , // Width 34 , // Height 32 , // First Char 95 , // Number of Characters // Jump Table: 0xff, 0xff, 0x00, 17, // Char 32 - Nodata 0x0, 0x0, 0x17, 0x7, // Char 33 ! 0x0, 0x17, 0x33, 0xd, // Ch...
[ "brad@bradgoodman.com" ]
brad@bradgoodman.com
b6056728b4f1c948e60cb5cc3e2d0259c3564809
413c942d6f80f43f38be35941e3493f7aa9178dc
/external_sensor/source/Includes/radio.h
06a5ca71146203847f1fde686f40f765ae15e04e
[]
no_license
aweshome/weather_station
cf641aa610d7a72d42497a70b787cdd0119ebdde
495835cd5940c37193ca1d9b81f6b12329cc0e8c
refs/heads/master
2022-12-28T22:35:39.630198
2020-10-13T19:02:38
2020-10-13T19:02:38
303,798,055
0
0
null
null
null
null
WINDOWS-1250
C
false
false
1,134
h
/* * radio.h * * Created: 05.11.2015 12:51:02 * Author: Adam */ #ifndef RADIO_H_ #define RADIO_H_ /* ***************************************** */ /* Definicje dodatkowych pinów dla nRF24L01: */ #define IRQPORT PORTC #define IRQPIN_bm PIN2_bm #define CEPORT PORTC #define CEPIN_bm PIN3_bm enum radio_tx_buffer...
[ "57965528+aweshome@users.noreply.github.com" ]
57965528+aweshome@users.noreply.github.com
9922bfd4aa11b9085d2af034e0fc64634a4f96c3
9f4b0ba1c5d5de0b0aa2a07ee829aa670c0d2832
/main.c
b52aee7f4fa6b1f425f568ab2896e6b3cf9a99cf
[]
no_license
GeorgeMaratos/simple_server
e5bdd78a594c69c5150c3f01fa24049296837c8c
d6a556573e701ba5b1ab7a979bc534bb270a9696
refs/heads/master
2016-08-12T22:30:11.020609
2015-10-21T17:46:55
2015-10-21T17:46:55
44,693,777
0
0
null
null
null
null
UTF-8
C
false
false
31
c
//Simple Server Implementation
[ "ffmpeg12341@gmail.com" ]
ffmpeg12341@gmail.com
93b19fccad23d6278fbc6305be15ecfb7e19ebb3
112cd4e31ed351d3c7bca7f227974f937cf3ba9e
/matmult.c
80f726cde39d39871a1ef5ab34c2b5c15024205f
[]
no_license
ThomasWilshaw/render
75b2afd9a0166780f62fc290a4080c779490c035
020d90d3dd8e9ca34df40955a2b3505caaf523c5
refs/heads/master
2021-01-10T15:15:18.799344
2015-11-16T21:20:27
2015-11-16T21:20:27
46,303,471
0
0
null
null
null
null
UTF-8
C
false
false
4,930
c
#include <stdio.h> #include <math.h> #include <stdlib.h> #include <string.h> #include "matrix.h" /*Matrix { int rows; int cols; double *t; }; */ #define M(m,x,y) m.t[x+y*m.cols] double rad(double x){ double i = 180.0; return (x*M_PI)/i; } Matrix new_matrix(int rows, int cols) { Matrix t; t.rows = rows;...
[ "tom.wilshaw@btinternet.com" ]
tom.wilshaw@btinternet.com
fb16d75b099c479b25949021f0fce9c8bc36453a
9a048ba3b42698fa9d7efde5198a35fb0ec1434f
/controller_glue.c
8df6c7ba740a3c0de97a8cef1c804b258cfcdaef
[]
no_license
MumugBanana/proj_robot
50c0c29a3593cd0e47349b11ae5835c8738f23d7
f2599e6be1694d342fba28a68cdcb3027f36a476
refs/heads/master
2021-05-06T09:55:39.813248
2017-12-13T11:15:28
2017-12-13T11:15:28
114,111,442
0
0
null
null
null
null
UTF-8
C
false
false
3,183
c
#include "kernel.h" #include "kernel_id.h" #include "ecrobot_interface.h" #include "periods.h" // GLUE CODE: include the Lustre generated header #include "Controller.h" _real l = .25; _real alpha=1/l; _real omega=1; _real ksi=1; _real ki_teta=omega*omega/alpha; _real kp_teta=3*ksi*omega/alpha; _real...
[ "benjamin.esperon@ensimag.grenoble-inp.fr" ]
benjamin.esperon@ensimag.grenoble-inp.fr
ba43cbc458c01bb28e1ba71c6c5c706f0f4c6724
da22322be97390bd741e060196e1d4dc9172ae06
/project/FSK/DSP280x_PieCtrl.c
40706388a8921c69517651b69fee1b032baf2e88
[]
no_license
zhaohengbo/Legacy-PLC
b4cbce9c3e739360da8ee50a6c68f450db6f9d7d
9dfee91d7e4ea56fe5541db1f4134d527e43c03c
refs/heads/master
2020-07-03T00:30:07.648891
2019-08-11T06:22:27
2019-08-11T06:22:27
201,726,329
0
0
null
null
null
null
UTF-8
C
false
false
2,462
c
// TI File $Revision: /main/1 $ // Checkin $Date: December 1, 2004 11:12:03 $ //########################################################################### // // FILE: DSP280x_PieCtrl.c // // TITLE: DSP280x Device PIE Control Register Initialization Functions. // //####################################################...
[ "1755923166@qq.com" ]
1755923166@qq.com
a39460cc91ef0319289909d26d4fb228822bca75
8a8246de95d37bfa00a06e52ce2e407e20b548bb
/GraphBLAS/Source/Generated2/GB_AxB__bxor_bxnor_uint8.c
5544b543c48bfcd3be5f1c62c43535f38d5930e8
[ "GPL-3.0-or-later", "LicenseRef-scancode-generic-cla", "GPL-1.0-or-later", "LicenseRef-scancode-free-unknown", "GPL-3.0-only", "CC-BY-4.0", "Apache-2.0", "LicenseRef-scancode-commercial-license", "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-warranty-discl...
permissive
sergiud/SuiteSparse
d274d3f05291d3f45c0e2c09a26e9f3d143301da
0ba07264225518a487a0a9a8e675f6e36c96a68a
refs/heads/cmake
2023-05-22T13:27:25.673524
2023-01-01T19:24:20
2023-01-01T19:24:20
40,436,072
48
18
Apache-2.0
2023-01-01T19:24:21
2015-08-09T12:46:03
C
UTF-8
C
false
false
20,335
c
//------------------------------------------------------------------------------ // GB_AxB__bxor_bxnor_uint8.c: matrix multiply for a single semiring //------------------------------------------------------------------------------ // SuiteSparse:GraphBLAS, Timothy A. Davis, (c) 2017-2022, All Rights Reserved. // SPDX-...
[ "sergiu.deitsch@gmail.com" ]
sergiu.deitsch@gmail.com
135ee10da4edcba7cf5dcd297f78912d418bb153
a588b073cd2b523ce0848ea486c692d067918103
/ft_calloc.c
02ec4f337ebbe65a01edf08923dcfad326431a41
[]
no_license
Tovy2001/libft
812bc3810d26098b9ee9403ce1f63da5e2f00482
4f590c196290343ed05619e8725c18e34ba9c8f0
refs/heads/master
2022-12-24T11:04:12.802290
2020-09-29T10:42:43
2020-09-29T10:42:43
296,962,205
0
0
null
null
null
null
UTF-8
C
false
false
1,156
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_calloc.c :+: :+: :+: ...
[ "Tovy2001@gmail.com" ]
Tovy2001@gmail.com
d01b477872123cdd9e854dd1462382944248338c
9285bafcef39e706da9644e54c0c7ef6adcccca0
/04/quickstart_publisher.c
e35f2e1d0a82bab7875703cc2be937ab99dd70cb
[]
no_license
dgochenour/dds_pro_labs_c
4111ede31c1010555784994c257ec0fa375733f5
905ee4a21db36626f258a45fbb2f51ba9beff794
refs/heads/master
2023-04-12T10:29:55.920072
2021-04-12T15:17:04
2021-04-12T15:17:04
138,930,923
0
0
null
null
null
null
UTF-8
C
false
false
7,925
c
/* quickstart_publisher.c A publication of data of type qs_qs_type This file is derived from code automatically generated by the rtiddsgen command: rtiddsgen -language C -example <arch> quickstart.idl Example publication of type qs_qs_type automatically generated by 'rtiddsgen'. To test them follow these steps: ...
[ "don@rti.com" ]
don@rti.com
8bbe54734910dafae7a61db3bf000fb50813aaf2
5bdc4592be56bed89cedbc78a6f87c30d482d1d9
/Example/Pods/Headers/Public/MobShareSDK/LinkedInConnection/SSLinkedInShareContentEntity.h
60f8864899fd29180c314c372d690a5977cc231a
[]
no_license
zhangyekui789/MobShareSDK
2ee29f2214daf4f8effac8c0d2196833477744b1
f23265afca65b90f4418057fe165dd4e50c20908
refs/heads/master
2020-12-25T05:37:25.024429
2015-09-09T15:00:38
2015-09-09T15:00:38
null
0
0
null
null
null
null
UTF-8
C
false
false
105
h
../../../../../../ShareSDK/Connection/LinkedInConnection.framework/Headers/SSLinkedInShareContentEntity.h
[ "shingwasix@gmail.com" ]
shingwasix@gmail.com
8b49efb1ddd5e49d01b4b1a198d74836dcfe8f06
c97f7063985f940c806bebab59ce0ddd379b6308
/Fortran/f2c/src/io.c
0b5e59d8ba2432d58e8183104bccbd8af861ba79
[ "LicenseRef-scancode-other-permissive" ]
permissive
ojiisan1960/programming
3683dd32bb9b4348b3fcce1ef5b9419f8ce10d1d
a5ef5a1be0a2b466c7dfe5f21e058f90ac1d3acb
refs/heads/master
2018-12-22T16:31:06.079992
2018-10-25T19:23:39
2018-10-25T19:23:39
113,249,006
0
0
null
null
null
null
UTF-8
C
false
false
30,649
c
/**************************************************************** Copyright 1990, 1991, 1993, 1994, 1996 by AT&T, Lucent Technologies and Bellcore. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright no...
[ "mark.wogahn@gmail.com" ]
mark.wogahn@gmail.com
6265ecaf61755a389e4e9abd59f1070eb80f622c
82731fadb3a146f3fa8911d7503ae7e677fc31e6
/libft/ft_isascii.c
91d646b44d57b11382e0c32b628348e54a336310
[]
no_license
fantone42/parser_minirt
71134420c4c4bf0c47c5018ac017b38a431662cf
0002639856a9cabcbbbe09d57178919856dbec98
refs/heads/main
2023-04-18T02:15:04.272608
2021-04-21T15:21:38
2021-04-21T15:21:38
360,216,483
0
0
null
null
null
null
UTF-8
C
false
false
1,001
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_isascii.c :+: :+: :+: ...
[ "fantone@am-f4.msk.21-school.ru" ]
fantone@am-f4.msk.21-school.ru
a3f55baf5ac441685a83a348907c59682018d54a
388e2e58b27315f4a478e30034ad0ba5c33354e7
/Program Design and Development (CSCI 3081W)/Projects/iteration3/src/arena_entity_params.h
7fc85cdadaf77b74c9d9bcf9317cd3323b5fcc34
[]
no_license
GregoryStar/CourseWork
867139538d11e36c05d3c753d252a7da414709ec
952ef5e747408f9e1e6e973909dd73e5c3135a9b
refs/heads/master
2020-05-02T22:40:44.567006
2019-03-28T18:23:51
2019-03-28T18:23:51
178,258,328
0
0
null
null
null
null
UTF-8
C
false
false
1,141
h
/** * @file arena_entity_params.h * * @copyright 2017 3081 Staff, All rights reserved. */ #ifndef PROJECT_ITERATION3_SRC_ARENA_ENTITY_PARAMS_H_ #define PROJECT_ITERATION3_SRC_ARENA_ENTITY_PARAMS_H_ /******************************************************************************* * Includes **********************...
[ "34173989+JacobStaroselsky@users.noreply.github.com" ]
34173989+JacobStaroselsky@users.noreply.github.com
64053ce3806075ec03417620216420b9ede0e5b8
9a4e5528f07eebc104496de50f5ab40fdd800f76
/src/lcd.c
1e6ae67786623fff829c5c0d9632efadece5eecb
[]
no_license
embeddedMike/stm32l053r8_c_template
b0c82f3e2c254649fa2e25c67bfbd0657dafac9a
41b31b11c72ed9cd2b07bd2797ac1559b6fabc7b
refs/heads/master
2022-03-07T22:56:59.402944
2019-11-10T22:24:59
2019-11-10T22:24:59
null
0
0
null
null
null
null
WINDOWS-1250
C
false
false
2,548
c
/* * lcd.c * * Created on: 31 sie 2015 * Author: Michał */ #include "include/LCD.h" /* * PC0-PC3 - linie sterujące * PC4 - Enable * PC5 - RS */ void gpio_inicjalizacja(void){ //GPIOC->CRL = (GPIOC->CRL & (~(GPIO_CRL_MODE0 | GPIO_CRL_MODE1 | GPIO_CRL_MODE2 | GPIO_CRL_MODE3 | GPIO_CRL_MODE4 | GPIO_CRL_...
[ "mike@MacBook-Air-mike.local" ]
mike@MacBook-Air-mike.local
d692099e0d9e0684a44427dc798885a2806706f4
740b9bb41ea64307c5f7c85cff818b9190d7a02c
/examples/ant/experimental/ant_shared_channel/master_to_master/n5sk_button.h
d9e7ee68b171fef455ebd3ffe666b830d9033d59
[]
no_license
thumb2/nrf51sdk12_3
4fefe074ef34b69054613ff8ab3faba18f6aa8d1
d6956d24ae6ada32db9139ca5da4885377003bf8
refs/heads/master
2020-04-26T07:26:49.519306
2018-01-12T02:08:34
2018-01-12T02:08:34
173,394,420
0
1
null
null
null
null
UTF-8
C
false
false
3,093
h
/** * This software is subject to the ANT+ Shared Source License * www.thisisant.com/swlicenses * Copyright (c) Dynastream Innovations, Inc. 2014 * All rights reserved. * * Redistribution and use in source and binary forms, with or * without modification, are permitted provided that the following * cond...
[ "johnson@btsmartshield.com" ]
johnson@btsmartshield.com
8ed094e7c7bf330fde054e5dd181917066bc7d36
54f352a242a8ad6ff5516703e91da61e08d9a9e6
/Source Codes/AtCoder/abc053/B/4731419.c
acecff9930d76200abeb9d9633822274ed9d91e6
[]
no_license
Kawser-nerd/CLCDSA
5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb
aee32551795763b54acb26856ab239370cac4e75
refs/heads/master
2022-02-09T11:08:56.588303
2022-01-26T18:53:40
2022-01-26T18:53:40
211,783,197
23
9
null
null
null
null
WINDOWS-1250
C
false
false
1,108
c
// Ver19.03 #include <math.h> #include <stdio.h> #include <string.h> #include <stdlib.h> #define INF (1 << 29) * 2 #define LLINF 4545454545454545454 #define MOD 1000000007 #define ll long long #define ull unsigned long long #define MAX(a, b) ((a) > (b) ? (a) : (b)) #define MIN(a, b) ((a) < (b) ? (a) : (b)) ...
[ "kwnafi@yahoo.com" ]
kwnafi@yahoo.com
2e8c375c3313cab9dd6fc437092661d6dbc9234d
7c3706534c66314469327924e4cec8bdcd8aaa11
/hacker/blp/programmingArgument_4/user.c
97e7efd57acde3fa846739fa7e05c5b6330a1087
[]
no_license
Alan-sw/Leecode
84d743de0a7eb2e5aefc025ff7385d12c7b27b1c
27c17b4b888bae10cb974e69fd7a99bda1790617
refs/heads/master
2021-01-13T00:46:17.566878
2015-11-03T21:03:37
2015-11-03T21:03:37
45,369,070
0
0
null
null
null
null
UTF-8
C
false
false
1,177
c
/* * ===================================================================================== * * Filename: user.c * * Description: get user info * * Version: 1.0 * Created: 08/19/2015 04:28:01 PM * Revision: none * Compiler: gcc * * Author: Alan Lee (), * ...
[ "liyun1107@gmail.com" ]
liyun1107@gmail.com
a81b8ba56faf466ee733230c1eac62f1a326d5ea
3767786a73bb7d1fff378619e5e2f43e17b5088c
/data/dsi_netctrl/src/dsi_netctrli.c
85695336d266b00dbe6c014f2372f29d7e77f6aa
[]
no_license
fwonly123/vendor_qcom_proprietary-msm8909go
7e02a4a9a444ba5f12cfe519f95c25eb13d086bc
419849623d8804bc666a34c675c238d56480cc6a
refs/heads/master
2022-04-07T05:19:00.295669
2020-01-10T13:43:48
2020-01-10T13:46:35
null
0
0
null
null
null
null
UTF-8
C
false
false
75,903
c
/*! @file dsi_netctrli.c @brief This file implements the functions exported by dsi_netctrli.h */ /*=========================================================================== Copyright (c) 2010-2016 Qualcomm Technologies, Inc. All Rights Reserved. Confidential and Proprietary - Qualcomm Technologies, ...
[ "sumant@lyft.com" ]
sumant@lyft.com
94d8e8f9d04e51f708caee2d98526a5821228047
90519aac78ea3a1f7aa6ed32b4fd8b3eb0aca1bd
/sys/kill.c
69747bdbb1e40c74867ac248105abdb87cf02162
[]
no_license
ujwalkomarla/PA2CSC501
6ce0db0ae2718fd7ded56f50107f640b8c5168cf
ac2f680bfc9866fed8d72a51a8e9e2f05c862612
refs/heads/master
2020-05-01T00:14:10.057720
2015-04-03T00:29:43
2015-04-03T00:29:43
177,163,882
0
0
null
null
null
null
UTF-8
C
false
false
2,789
c
/* kill.c - kill */ #include <conf.h> #include <kernel.h> #include <proc.h> #include <sem.h> #include <mem.h> #include <io.h> #include <q.h> #include <stdio.h> #include<paging.h> /*------------------------------------------------------------------------ * kill -- kill a process and remove it from the system *-----...
[ "ujwal_komarla@ncsu.edu" ]
ujwal_komarla@ncsu.edu
a8e3ecb5a7bddc4669459ca7ddfa6e534f910fbf
d577d70f6f8f2635fa79dd002aa9a5cbd3ba9112
/add.c
827f816da73e41a58d54a8643d70749d7df73cb1
[]
no_license
dilirink/calc_dinamic_lib
c1c4a8675e4860c27dfd6bcd03f50e03c309e715
0be4d22ce05d080a05e65e8678536757025ddb47
refs/heads/master
2020-12-31T08:44:45.855817
2020-02-07T15:33:17
2020-02-07T15:33:17
238,957,755
0
0
null
null
null
null
UTF-8
C
false
false
253
c
#include <stdio.h> #include "func.h" void add (double a,double a1,double b,double b1) { double c1,c2; c1= a+b; c2=a1+b1; if (c2 >= 0) printf("Sum= %0.3lf + %0.3lfi\n", c1, c2); else printf("Sum= %0.3lf %0.3lfi\n", c1, c2); }
[ "dilirink@gmail.com" ]
dilirink@gmail.com
f714fb404c106e5fdd8c786beb2b3638a4888f69
43d24872d034a72ea1808fd5fed296ae79c6fed3
/0x05-libasm/0-main.c
4ebbe7350e85651adcd176b92834eef569781eb2
[ "MIT" ]
permissive
gogomillan/holbertonschool-system_linux
3d971f44da397a3d308c941119c85cc451a0ba60
13c5bff024fd84c37e256977b106216a27d8cde1
refs/heads/master
2023-03-14T01:18:02.035161
2021-02-22T03:12:36
2021-02-22T03:12:36
280,043,982
0
2
null
null
null
null
UTF-8
C
false
false
392
c
#include <stdlib.h> #include <assert.h> #include <stdio.h> #include <string.h> #include "libasm.h" #define S1 "Holberton School" #define S2 "" #define S3 "\0" /** * main - Program entry point * * Return: EXIT_SUCCESS or EXIT_FAILURE */ int main(void) { assert(strlen(S2) == asm_strlen(S2)); assert(strlen(S3)...
[ "gonzalo.gomez.millan@gmail.com" ]
gonzalo.gomez.millan@gmail.com
b6e2411b92ba73fcfc9e54fd38a76e3d3d84a808
ebe466541295a5920113743723751ff0ba6f5e73
/steps.h
94ab0d4e38a5cf18e3701c130f9a12b1cb19a8ee
[]
no_license
eliaperantoni/ProgettoSO
5a24fb61689a283db7bc2788e76ad192c44f228b
83aa1273e37da60b0efde81dfe7b081b3cc32715
refs/heads/master
2022-11-02T11:17:08.204756
2020-06-18T13:33:33
2020-06-18T13:33:33
265,243,897
0
0
null
null
null
null
UTF-8
C
false
false
579
h
#pragma once #include "settings.h" #include "board.h" // A step is an array of DEV_COUNT positions typedef pos_t step[DEV_COUNT]; // How many steps are there extern long steps_count; // Steps is a pointer to a block of memory that contains all the steps to be taken by the devices. // Access it like `steps[step_index]...
[ "perantonielia0@gmail.com" ]
perantonielia0@gmail.com
47905c42f88f45c285c304b1d123476d63feee3e
a41eae3fd92c39f1b5df9df3397e0ef024c140b5
/build/soundbank.h
6d2cb70d427df511d269ad5ea7e3bbcae2a8f443
[]
no_license
benwoolford30/GBA_maze_assembly
6b11fd719e29ead517eb764e67791782a91066ce
f8f30a1da2d001dd4fed81ce10f746f9807f26f6
refs/heads/main
2023-05-31T14:03:43.660737
2021-06-06T15:37:11
2021-06-06T15:37:11
374,397,899
0
0
null
null
null
null
UTF-8
C
false
false
94
h
#define MOD_CT5PROGC_SND 0 #define MSL_NSONGS 1 #define MSL_NSAMPS 31 #define MSL_BANKSIZE 32
[ "benwoolford30@gmail.com" ]
benwoolford30@gmail.com
c98587010419fe892f0ffc360eb1fa598de1eec9
8781e751b376a6ad905d7e0c7199e6e756e705a5
/MQX 3.8/mqx/build/cw10/bsp_twrk60d100m_pe/Generated_Code/PWM.h
c08eb88e4b4bee54c2514c6db49596a8ae66fbf8
[]
no_license
ernag/dont_not_enter
4247e0777ae13723f11e3385e1ba26906ae09949
1669ceb9c3887dce6472b94d34264e3d32b1745a
refs/heads/master
2016-08-11T07:21:27.972365
2015-12-05T02:14:57
2015-12-05T02:14:57
47,433,087
2
3
null
null
null
null
UTF-8
C
false
false
35,561
h
/** ################################################################### ** THIS COMPONENT MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT. ** Filename : PWM.h ** Project : ProcessorExpert ** Processor : MK60DN512VMD10 ** Component : TimerUnit_LDD ** Version : Component 01.123, D...
[ "ernie@whistle.com" ]
ernie@whistle.com
69f401e8e3e07b1cd01332b0f06bc0030aab4e99
472d7820a5f5d9d5ab2ec150eab0c9bdeb2008c7
/Aries/Sodi/scenario/src/Composer.c
ce4aa387a8824348d35f921413ffce52908f7d99
[]
no_license
slacker247/GPDA
1ad5ebe0bea4528d9a3472d3c34580648ffb670e
fa9006d0877a691f1ddffe88799c844a3e8a669a
refs/heads/master
2022-10-08T07:39:09.786313
2020-06-10T22:22:58
2020-06-10T22:22:58
105,063,261
2
0
null
null
null
null
UTF-8
C
false
false
30,403
c
/* Form definition file generated with fdesign. */ #include "forms.h" #include <stdlib.h> #include "Composer.h" FD_Map *create_form_Map(void) { FL_OBJECT *obj; FD_Map *fdui = (FD_Map *) fl_calloc(1, sizeof(*fdui)); fdui->Map = fl_bgn_form(FL_NO_BOX, 820, 690); obj = fl_add_box(FL_UP_BOX,0,0,820,690,""); fd...
[ "jeffmac710@gmail.com" ]
jeffmac710@gmail.com
c12b05777092fab022cf4d9b1ae6652eb444c3de
47ec5ff4004eb5a72e5730c905e1ca41a6e95de4
/The Definitive Guide to SQLite/SF_TDGS/ch07/7.2.c
eeeddfdc94171ea8d12a98a19c8e40d16809e971
[]
no_license
AaronCHH/B_DATABASE
cdc4dee4130fe677624eb889c2742783051835bd
fce550dd644b798157171c0240324be154da7682
refs/heads/master
2021-01-20T15:17:57.847987
2017-05-09T13:34:05
2017-05-09T13:34:05
90,745,905
0
0
null
null
null
null
UTF-8
C
false
false
624
c
int main(int argc, char **argv) { int rc; sqlite3 *db; char *sql; sqlite3_open_v2("foods.db", &db); /* Register aggregate. */ fprintf(stdout, "Registering aggregate str_agg()\n"); /* Turn SQL tracing on. */ log_sql(db, 1); /* Register aggregate. */ sqlite3_create_function( db, "str_a...
[ "aaronhsu219@gmail.com" ]
aaronhsu219@gmail.com
d977c9374c72ef6dc4dd97ab788f54dd82a0271e
7d80edfc461141905e49c0e26b6f0d611332fe5b
/cv_05/Core/Inc/stm32f0xx_it.h
9186a4f7f805b5cfadfdfc5cb9d31c36a928a635
[]
no_license
Remogeus/MMIA
44189531df3463af136bd8c4bd61b2d9f4be819a
a956cb0084ae89b3f0936f2dd4fe37b766334a8c
refs/heads/master
2023-02-03T19:14:32.688078
2020-12-20T16:05:33
2020-12-20T16:05:33
303,133,654
0
0
null
null
null
null
UTF-8
C
false
false
2,023
h
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file stm32f0xx_it.h * @brief This file contains the headers of the interrupt handlers. ****************************************************************************** * @attention * ...
[ "Remogeus@gmail.com" ]
Remogeus@gmail.com
1a35ad062fd97632ecb9d5acb58bd2c457c742db
ed6637d4290844360f6390484a9314a8e287bfd9
/opgaver_uge2/strcat.c
a8cd7514762666979edb4d8b7bc2b03df0ae11cc
[]
no_license
cfrost/osm
b345466cc999526399591faad7703150b5b5c3af
b05781c913c7cb69dd26cc3c5e17029d572a3a62
refs/heads/master
2021-01-21T21:42:36.219485
2013-02-14T14:32:12
2013-02-14T14:32:12
8,134,888
0
0
null
null
null
null
UTF-8
C
false
false
771
c
#include <stdio.h> void strcpy_test(char *s, char *t) { while(*s++ = *t++); } void strcat_test(char *s, char *t){ while(*++s); while(*s++ = *t++); } int main(void) { char testbuff[128]; char *test[] = { "", "1", "12", "123", "1234" }; size_t numtes...
[ "Christoffer Frost@Frost-Pc" ]
Christoffer Frost@Frost-Pc
e26fc706e371bcc59bbf6ca502c89ec1f83264c9
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/emscripten-master/system/lib/libc/musl/src/sched/sched_setscheduler.c.bak.c
6da5613a2ed7adc2e21716c1ede3b00f61c4213b
[]
no_license
zhiyuanjia/WoBench
878255ce45e76ef57f88743c7f43acdfa59e93e7
6b337780cbd598de98fc0eabd19efaf1a01b6012
refs/heads/master
2021-09-23T03:12:08.091319
2018-06-14T10:17:59
2018-06-14T10:17:59
null
0
0
null
null
null
null
UTF-8
C
false
false
234
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN #include <sched.h> #include <errno.h> #include "syscall.h" int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) { return __syscall_ret(-ENOSYS); }
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
ab1a3148fae03631e987a6b19f85f7f1acca22c8
155b2b22c15ad9f8debc24a3f5a6a241852cf61a
/test/tests/array/skip.c
427a95c09e544041a0ac0436aa415ff7a755310c
[ "MIT" ]
permissive
d-a-v/glshim
68b10cba907ea0476fc55aff69a82158a30b8254
606ab2ec531cd76008035b49be781aea298f73fe
refs/heads/master
2021-01-22T15:50:31.150301
2014-10-09T23:25:28
2014-10-09T23:25:28
null
0
0
null
null
null
null
UTF-8
C
false
false
747
c
int main() { #define STRIDE 0, 0, 0, 0, 0, 0, 0, 0, 0 GLfloat vert[] = { 0, 0, 0, STRIDE, 1, 1, 1, STRIDE, 2, 2, 2, STRIDE, 3, 3, 3, STRIDE, 4, 4, 4, STRIDE, 5, 5, 5, STRIDE, }; glEnableClientState(GL_VERTEX_ARRAY); glVertexPointer(3, GL_FLOAT, 12 * 4, ver...
[ "lunixbochs@gmail.com" ]
lunixbochs@gmail.com
37f88ad14ba5adbd49703b2a7a268ed2d64884a3
62cd640e1631908476346c993bcc5725b70fc539
/config.h
1ec7e4f9183fdbc813cd6f50dfd04e14c46c81b7
[ "MIT" ]
permissive
trissim/dwm-ez
e3673a8553b1af176da996a87c3750244b24729e
cf079e1b20d7955faf0688085b269a1032b431d8
refs/heads/master
2022-08-30T11:01:37.836713
2020-05-23T20:21:47
2020-05-23T20:21:47
266,395,939
0
0
null
null
null
null
UTF-8
C
false
false
22,421
h
/* See LICENSE file for copyright and license details. */ /* appearance */ static const unsigned int borderpx = 3; /* border pixel of windows */ static const unsigned int snap = 32; /* snap pixel */ static const unsigned int gappih = 10; /* horiz inner gap between windows */ static const un...
[ "tristan.simas@mail.mcgill.ca" ]
tristan.simas@mail.mcgill.ca
b9bebce1755971a9875833bc4426c8ff05512312
b13df2462e84bf255a431d411b425d632d49392a
/Algorithms/Divide&Conquor/minDistance.c
91f2846dda11410639ab6173f3592b2cd363137f
[]
no_license
Lakhan-Nad/DSA
6e37be38ab4e7bf42694204d5a8f9aaf28fd3de0
3a860c82ea8f8cfac8331fe967e6066e66efd287
refs/heads/master
2022-10-22T06:14:28.156179
2021-07-22T18:30:19
2021-07-22T18:30:19
208,852,997
5
8
null
2022-10-16T15:05:35
2019-09-16T17:00:25
C
UTF-8
C
false
false
3,128
c
/* Given n points in space. Find minimum distnce between any two points */ #include <stdio.h> #include <stdlib.h> double sqrt(double n) { double lo = 0, hi = n, mid; for (int i = 0; i < 1000; i++) { mid = (lo + hi) / 2; if (mid * mid == n) return mid; if (mid * mid > n) hi = mid; else ...
[ "lakhannad1999@gmail.com" ]
lakhannad1999@gmail.com
fcf750d711b288e4ac6b10ccf49f5d025b77f102
e9913f0b916a42d43075e3b437e547546345f491
/0x08-recursion/3-factorial.c
5f7da9adbdea772dfde6c9ee417ac75dc1150cfd
[]
no_license
diego0096/holbertonschool-low_level_programming
2eac777ed33e45fddef71664c318bb6ad2c8dee3
d85c8217519b2db39dd71e1b92d6bff44bd9a595
refs/heads/master
2020-07-28T05:48:23.730500
2020-04-16T21:28:09
2020-04-16T21:28:09
209,328,369
0
0
null
null
null
null
UTF-8
C
false
false
250
c
#include "holberton.h" /** * factorial - check the code for Holberton School students. * * @n: int type * Return: Always 0. */ int factorial(int n) { if (n < 0) return (-1); if (n >= 1) return (n * factorial(n - 1)); else return (1); }
[ "dfqz93@hotmail.com" ]
dfqz93@hotmail.com
25694d96800d251e8d18ab19152978ec7f89be34
ff5e7a4ed7f3688ea155785123c207f7bd554894
/CardboardDemo_iosBuild/Classes/Native/UnityEngine_UnityEngine_Events_InvokableCall_1_gen_2.h
5cdb567d778799b5fb708de4d877bd3894066d5d
[]
no_license
VendorLisy09/CardboardDemo
b24c45b700bf1368425994d07de8dbc41a227d5d
850ed8b3aed712b11e8387e2e930179fb2ee9671
refs/heads/master
2021-05-29T20:38:28.960540
2015-11-24T07:18:30
2015-11-24T07:18:44
null
0
0
null
null
null
null
UTF-8
C
false
false
539
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // UnityEngine.Events.UnityAction`1<System.Int32> struct UnityAction_1_t1962; #include "UnityEngine_UnityEngine_Events_BaseInvokableCall.h" // UnityEngine.Events.InvokableCall`1<Sys...
[ "suiyan.li@dena.com" ]
suiyan.li@dena.com
d43064bdc1adf1ddbd758c6b2d5918560ab2b255
0cac6d412a625089ba0d7b8cb2bacd10ee16f8af
/artemis-modified/src/common.h
7a7ade4d1fa30c585bf76b76e05ac851de772fec
[ "MIT" ]
permissive
ChunghaSung/JSdep
fb0cc42fa942009af27960422708be9197c202e0
840109a582e044ff2a4b0ab70f50369941a3c09d
refs/heads/master
2022-01-09T04:14:52.908262
2019-05-20T21:42:57
2019-05-20T21:42:57
61,791,335
8
1
null
null
null
null
UTF-8
C
false
false
200
h
#include <stdio.h> #include <sys/time.h> int testType; int iterationCnt; int linesCovered; int totalTry; int blockedCnt; int blockedCnt2; double totaltime1; double totaltime2; struct timeval start;
[ "sch8906@gmail.com" ]
sch8906@gmail.com