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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a35c392cadf95970c60192385e20baf74395d4b5 | 74f02b9c42b77096486d451aec412735cf56de7a | /lcd.c | 09069203aeb22a6928c576491ad2aacc0d0408d9 | [] | no_license | Bobotronik/ghettostat | 2a3c85139c60c37bd55476ac7ae21b80ecb2c7b8 | f271afafb435e0af8909349ff7504a9bf3585ffa | refs/heads/master | 2021-01-18T14:54:14.303052 | 2010-04-30T19:32:38 | 2010-04-30T19:32:38 | 35,307,882 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,608 | c | #include "derivative.h"
#include "lcd.h"
#include "functions.h"
#include "pins.h"
#include "i2cDevices.h"
const unsigned char block[] = {0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f, 0x3f};
const unsigned char degree[] = {0x08, 0x14, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00};
const unsigned char largeDegree[] = {0x0c, 0x12, ... | [
"jammyo40@57e272f0-0f25-a5b4-1685-e8bbf2b11246"
] | jammyo40@57e272f0-0f25-a5b4-1685-e8bbf2b11246 |
4eebd4cbfce7869b166bee6bff23c2535e3c9a53 | 0133dfd910970fb78fc39538097b6372e3ec7fa1 | /rockband1/BLE Firmware/Projects/ble/Profiles/RSC/runningservice.h | 9c87f0f074cc15fe75d1741484600efd11ee12f2 | [] | no_license | atuslhc/band | 713a63908e0de98b65afb150d7ff39c0bc7480b5 | b3617aec0ef46f002f192a466798612813b96d7c | refs/heads/master | 2020-12-24T12:06:03.716326 | 2017-06-01T07:26:46 | 2017-06-01T07:26:46 | 73,074,856 | 0 | 1 | null | null | null | null | WINDOWS-1258 | C | false | false | 8,781 | h | /**************************************************************************************************
Filename: runningservice.h
Revised: $Date: 2013-03-27 10:26:15 -0700 (Wed, 27 Mar 2013) $
Revision: $Revision: 33609 $
Description: This file contains the Running Speed and Cadence (RSC) se... | [
"atus.lin@aicare.co"
] | atus.lin@aicare.co |
1727e8fa3ea1be3fc7db9ccd2f0ab20d87d1e489 | de5e362db780429ac6304c11345f060e3149f498 | /d/beijing/obj/zijinblade.c | 555665dab5afd1c54a9a9e5be181157931a358ea | [
"MIT"
] | permissive | caokang/mud | 8058c0de0ac791fa8662224f82318e4e8b0b62bd | 99025000097bbe4bc5028e216c8d0eb05ef9ac67 | refs/heads/master | 2023-06-17T18:37:14.304099 | 2021-07-15T12:51:40 | 2021-07-15T12:51:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 620 | c | // zijinblade.c
#include <ansi.h>
#include <weapon.h>
inherit BLADE;
void create()
{
set_name( MAG "紫金八卦刀" NOR , ({ "zijin bagua blade", "zijin blade", "bagua blade", "blade" }));
set_weight(2000);
if (clonep())
set_default_object(__FILE__);
else {
set("unit", "把");
set("long", HIY "这是一把金光闪闪,威猛刚劲的宝刀,刀锋中隐隐带... | [
"i@oiuv.cn"
] | i@oiuv.cn |
b865834df5df503ea97ade107a9a39ae7dc2066b | 33e549e9e7090890a7bda989efe9fba05cf93353 | /attozero/buffer.c | 1264447a277d99e9c5050eb0466443c9c377f27e | [] | no_license | adsr/a | 62ffe92cd277bbe532b4ed68b576fbd5e55bed7e | 8bdaff6aa75ced6f916539c00201ef88e42ecd3a | refs/heads/master | 2020-06-02T04:55:08.912074 | 2019-06-17T01:50:52 | 2019-06-17T01:50:52 | 15,647,572 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 31,134 | c | #include "atto.h"
/**
* Allocate a new buffer
*/
buffer_t* buffer_new() {
buffer_t* buffer;
buffer = (buffer_t*)calloc(1, sizeof(buffer_t));
buffer->line_count = 1;
buffer->data = (char*)calloc(ATTO_BUFFER_DATA_ALLOC_INCR, sizeof(char));
buffer->data_size = ATTO_BUFFER_DATA_ALLOC_INCR;
buffer... | [
"saponara@gmail.com"
] | saponara@gmail.com |
7b64a1dea9dc24ba7cc87239fde5532b15e129cd | 27bcd5c9ded70102540c0ccd03f3e2b281dbf58c | /mudlib/d/driade/thalos/telgar/camino/npcs/bixos_camino.c | 2c7f57182564817aeeaf4b58851106266f43a6ca | [] | no_license | unleashed/ninetears | 57fdc71fd651b3ff95e5e7c14b0566729584e006 | 4edd22c75e3fa99be4b5820300491c6b62e06085 | refs/heads/master | 2020-07-14T04:25:56.302027 | 2019-08-29T18:46:57 | 2019-08-29T18:46:57 | 205,225,438 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,340 | c | /* Thalos */
inherit "/obj/monster";
string ataque1,ataque2,ataque3;
void setup()
{
set_race("monster");
switch(random(2))
{
case 1:
set_name("rata");
set_short("rata");
set_long("Es una inmensa rata, que no hace mas que observarte con su rojillos ojos, intentando calcular tus fuerzas.... | [
"amr@redhat.com"
] | amr@redhat.com |
e0f69c759d6a1371326ad7e95b73e9d473ea9d4d | b3705263c620f12501964eead5b5046509aef315 | /src/kernel/netsc.c | b9b090c431d0e81ed0b18be1a7567739c38d0839 | [] | no_license | keiichishima/aos | 1e74df8641422daec2e5da0605d9f813969be2b1 | 56ff52a3ff17a2d9eb88b8e58fbcbaf5b5b9144d | refs/heads/master | 2020-12-24T18:23:12.656680 | 2015-01-11T12:17:17 | 2015-01-11T12:17:17 | 32,072,554 | 1 | 0 | null | 2015-03-12T11:06:12 | 2015-03-12T11:06:12 | null | UTF-8 | C | false | false | 779 | c | /*_
* Copyright (c) 2014 Hirochika Asai
* All rights reserved.
*
* Authors:
* Hirochika Asai <asai@jar.jp>
*/
#include <aos/const.h>
#include "kernel.h"
/*
* Ring buffer
*/
struct netxx {
int fd;
u8 *buf;
u8 *adu;
};
struct netsc_ring {
struct netsc_desc *desc;
u32 size;
u32 he... | [
"asai@scyphus.co.jp"
] | asai@scyphus.co.jp |
0dd8cfb8d38249e02331d56ec5c6d1050d01e5d2 | ac84622cb781c1858c5cd9a3d22a6b8afb9b6ffd | /benchmarks/hotspot/reference/hotspot.c | 04cd54fdbad7a0adc46a3761fd79c8a950c7f5a9 | [] | no_license | diku-dk/futhark-mem-sc22 | de2fb36671d5114abbc0ee67b73df74a93c898f2 | 8018f67085b153d5414747b6d0227e1f6c463d9d | refs/heads/master | 2023-04-08T03:31:49.447681 | 2022-06-02T05:48:59 | 2022-06-02T05:48:59 | 479,290,499 | 1 | 0 | null | 2022-05-13T13:03:37 | 2022-04-08T07:32:42 | C | UTF-8 | C | false | false | 11,070 | c | #include <CL/cl.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <sys/time.h>
#include <assert.h>
#include "common.h"
#ifdef RD_WG_SIZE_0_0
#define BLOCK_SIZE RD_WG_SIZE_0_0
#elif defined(RD_WG_SIZE_0)
#define BLOCK_SIZE RD_WG_SIZE_0
#elif defined(RD_WG_SIZE)
#define BLOCK_SIZE RD_WG_SIZE
#else
#... | [
"philip@munksgaard.me"
] | philip@munksgaard.me |
bc845159f5d7bde578560d5c888450a964e472fa | 05b458a94b13328c4ab0bb474513e69c5f253ec0 | /analysis-sources/obs-analysis/_cppstats/obs-studio/libobs/obs-scene.h | 5f5c0f1f0c4f6da869bbb6ec5962b62e0f5e1c86 | [] | no_license | paulobernardoaf/dataset-files | c7b3a5f44f20a6809b6ac7c68b9098784d22ca52 | 6cc1726ee87e964dc05117673e50e3e364533015 | refs/heads/master | 2022-04-23T06:52:15.875641 | 2020-04-25T18:28:48 | 2020-04-25T18:28:48 | 253,626,694 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,474 | h | #pragma once
#include "obs.h"
#include "obs-internal.h"
#include "graphics/matrix4.h"
struct item_action {
bool visible;
uint64_t timestamp;
};
struct obs_scene_item {
volatile long ref;
volatile bool removed;
bool is_group;
bool update_transform;
bool update_group_resize;
int6... | [
"paulomax9002@gmail.com"
] | paulomax9002@gmail.com |
5e46a3a13e05d561389c8d66374f10fcf9476c93 | f026cb616ef14bae15a1d251ca6dbe0f55016d9c | /linux/7307.c | e3a6f6a00357416ee4bd2083e4c03b9aa2df7416 | [] | no_license | jajajasalu2/cocci-lkmp-c-files | 3eb7d451929dca5cb6beb56aabd69fe3f7fc176c | 5da943aabe1589e393a131121dbf8e7a84b3cf2a | refs/heads/master | 2020-12-02T17:30:14.411816 | 2020-01-29T08:36:30 | 2020-01-29T08:36:30 | 231,053,574 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,350 | c | cocci_test_suite() {
u8 cocci_id/* drivers/video/backlight/lp8788_bl.c 76 */;
struct lp8788_bl_config *cocci_id/* drivers/video/backlight/lp8788_bl.c 74 */;
struct lp8788_backlight_platform_data *cocci_id/* drivers/video/backlight/lp8788_bl.c 73 */;
struct lp8788_bl *cocci_id/* drivers/video/backlight/lp8788_bl.c 7... | [
"jaskaransingh7654321@gmail.com"
] | jaskaransingh7654321@gmail.com |
9a948e45efa7167202f167cf7bf28b37153563e0 | a4f6a06e41f0873bc5d71783051c2483e4a90314 | /targets/TARGET_NUVOTON/TARGET_M251/device/StdDriver/inc/m251_psio.h | 1e8d1339f05da035f4b545700cd3cc5c4b1bc327 | [
"SGI-B-1.1",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"MPL-2.0",
"BSD-3-Clause",
"BSD-4-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | jeromecoutant/mbed | 20b7a5a4dfbcace7c5a6a2086fde939c28dc8a8b | bf07820e47131a4b72889086692224f5ecc0ddd7 | refs/heads/master | 2023-05-25T09:50:33.111837 | 2021-06-18T09:27:53 | 2021-06-18T15:18:48 | 56,680,851 | 2 | 4 | Apache-2.0 | 2018-09-28T12:55:38 | 2016-04-20T11:20:08 | C | UTF-8 | C | false | false | 52,203 | h | /**************************************************************************//**
* @file psio.h
* @version V1.00
* @brief M251 series psio driver header file
*
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2019 Nuvoton Technology Corp. All rights reserved.
*
* Redistribution and use in sour... | [
"ccli8@nuvoton.com"
] | ccli8@nuvoton.com |
8c19924b87cbe9787e38f3696c470c5a894f40f4 | 5d51cee259eeb05b5000a8689273472406a530ff | /tests/clds_sorted_list_perf/clds_sorted_list_perf.c | ddb931222bfa7973c23717c237a3bc369900aea1 | [
"MIT"
] | permissive | dcristoloveanu/clds | d49083c03da25e5fb82efb7724a140f0240c94ec | 2fca90775b595811a03663aab208953647bfc526 | refs/heads/master | 2021-09-05T11:14:23.239542 | 2020-05-15T03:42:50 | 2020-05-15T03:57:18 | 124,179,513 | 1 | 2 | MIT | 2020-07-24T18:28:52 | 2018-03-07T04:35:04 | C | UTF-8 | C | false | false | 10,144 | c | // Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>
#include "clds/clds_sorted_list.h"
#include "azure_c_util/threadapi.h"
#include "azure_c_util/timer.h"
#include "azure_c_logging/xlogging... | [
"dcristo@microsoft.com"
] | dcristo@microsoft.com |
56c7b454de41e26258e9bf450b173577b10bcb0a | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant113118_combine.c | 006c5d50b385a47cc78a186cf9935a54c14177bb | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 429,914 | c | /* Optimize by combining instructions for GNU compiler.
Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
the te... | [
"agroce@gmail.com"
] | agroce@gmail.com |
967aea9a3869e8903825b8f3345fff0ca8dddd7e | a44061b87e445e8c79f10360182c14eb1c904bd9 | /Tasks/FCFS.c | 364ae61059c4cf304fe34f51c438d773a4b7b68d | [] | no_license | ABasitIrfan/Operating-System | 4bc52499d473f32b37722279dd50429c4e8dc54e | 1d14844b3bf7192dbdf83377c29ec629014de998 | refs/heads/main | 2023-02-14T02:52:30.763797 | 2021-01-11T18:40:40 | 2021-01-11T18:40:40 | 328,753,778 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 858 | c | #include<stdio.h>
struct process
{
int p;
int bt;
int wt;
int tat;
int at;
int ct;
};
void main() {
process p[10];
int n,temp;
printf("Enter the number of processes:\n");
scanf("%d",&n);
for(int i=0;i<n;i++){
printf("Enter the burst time of P[%d]:\n",i);
scanf("%d",&p[i].bt);
p[i].p=i+1;
}
// ... | [
"noreply@github.com"
] | ABasitIrfan.noreply@github.com |
39dca07273254bd6155b9aea76ac6d54fb968c50 | 0a3363c1d3d5867f1340de49b84eab84defa3fb8 | /hal/encoder.h | 17ef535f36808d72f6de34ed1f1e3a18c81d854e | [
"MIT"
] | permissive | odevices/er-301 | b09bc53f1b11ff1bba2be8a51220ebfe932dd935 | 3a7b592fe5d223d5a96b2d8e90b578b23bbdabe5 | refs/heads/develop | 2023-02-17T16:31:01.764589 | 2023-02-14T06:55:32 | 2023-02-14T06:55:32 | 343,000,824 | 124 | 26 | MIT | 2023-02-14T06:55:34 | 2021-02-28T02:06:10 | C | UTF-8 | C | false | false | 208 | h | #pragma once
#ifdef __cplusplus
extern "C"
{
#endif
void Encoder_init(void);
// requires 130ns
int Encoder_getValue(void);
int Encoder_getChange(void);
#ifdef __cplusplus
}
#endif
| [
"clarkson@orthogonaldevices.com"
] | clarkson@orthogonaldevices.com |
7096561f8266463a894732d0bdd2929661ea6580 | 914bef28e9d87746db793e41bd0f72a6f31cd028 | /ch2_62.c | 48a23cd91fe26ed60123fe22e97bf1235a2e82a9 | [] | no_license | sowmiyaragupathi/codekata-beginner | d4ed815f9704a12b227a6996be035c3691f0af25 | 3f239546bab01c17b49042eb36fe7f4f7849c55f | refs/heads/master | 2021-09-08T08:26:36.816043 | 2018-03-08T17:36:49 | 2018-03-08T17:36:49 | 114,647,196 | 0 | 3 | null | null | null | null | UTF-8 | C | false | false | 316 | c | //print yes or no whether given string is binary or not
#include <stdio.h>
#include<string.h>
int main(void) {
char a[100];
int i,m,n;
scanf("%s",a);
m=strlen(a);
if(m==8)
{
for(i=0;i<m;i++)
{
if(a[i]=='1'||a[i]=='0')
{
}
}
printf("Yes");
}
else
printf("No");
return 0;
}
| [
"noreply@github.com"
] | sowmiyaragupathi.noreply@github.com |
1a91b76a9620fda39c1d21dce1b9dace70835a54 | 64b008ca7d2f2291e7a0094a3f9f22db48099168 | /apps/bare-expo/ios/Pods/Headers/Private/RNScreens/RNSScreenStackHeaderConfig.h | 71b06a5847dfb61a2c69b5e1c02b5b24c7739a2c | [
"MIT",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | kojoYeboah53i/expo | bb971d566cd54750030dc431030a8d3045adff82 | 75d1b44ed4c4bbd05d7ec109757a017628c43415 | refs/heads/master | 2021-05-19T04:19:26.747650 | 2020-03-31T05:05:26 | 2020-03-31T05:05:26 | 251,520,515 | 5 | 0 | NOASSERTION | 2020-03-31T06:37:14 | 2020-03-31T06:37:13 | null | UTF-8 | C | false | false | 87 | h | ../../../../../../../node_modules/react-native-screens/ios/RNSScreenStackHeaderConfig.h | [
"noreply@github.com"
] | kojoYeboah53i.noreply@github.com |
d00452fe039ff5b87201232750376954126480df | b2613463aa386fa61ed49e23035285eaaa33ae15 | /Work/texk/web2c/dvitomp.h | fc329810e4d57a9c768c8bfd8ea325737f52090f | [
"LicenseRef-scancode-other-permissive"
] | permissive | luigiScarso/mflua | 2f98a64278fe9d6f64a9b5f851db9bde35ba5d92 | 1f90ef652697ce575a4da28c59d5aec77df72bae | refs/heads/master | 2021-01-13T02:19:51.274394 | 2015-04-07T07:44:46 | 2015-04-07T07:44:46 | 1,677,294 | 8 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,987 | h | void parsearguments AA((void));
void zdefnamedcolor AA((cstring n,cstring v));
#define defnamedcolor(n, v) zdefnamedcolor((cstring) (n), (cstring) (v))
void initialize AA((void));
void openmpxfile AA((void));
void opendvifile AA((void));
boolean opentfmfile AA((void));
boolean openvffile AA((void));
void readtfmword AA... | [
"luigi.scarso@gmail.com"
] | luigi.scarso@gmail.com |
4e4313b85dd2b9004259dfd4c74179d15c0e13ea | 76ca8a39a7a09bad72d23a545b3ed57062cb7062 | /platform/hal/hal_mcu2cp.c | e1ef87f1ce7b49ec2824a48733ace43d58be18a9 | [] | no_license | forzalife/L15 | bea1e9a1a3832921bda6e53fced3ef7347f92e8f | 2b0b9759ab8274b446df56e3741871db2c390429 | refs/heads/master | 2023-07-28T19:30:02.877908 | 2021-09-24T08:07:12 | 2021-09-24T08:07:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,126 | c | /***************************************************************************
*
* Copyright 2015-2019 BES.
* All rights reserved. All unpublished rights reserved.
*
* No part of this work may be used or reproduced in any form or by any
* means, or stored in a database or retrieval system, without prior written
* ... | [
"fanjianghua@bozuntech.com"
] | fanjianghua@bozuntech.com |
57f8b34d33c14d55419b95ee99c0a856baf9549d | aa838bdf26fd6b051ec77256f88df0bd572d58c6 | /src/glad/src/gles2.c | 2872d7f5f3f7d6abdc324887c43e168921199585 | [] | no_license | fanchenxinok/glmark2_arm | 90a910d812e2fbfd422e6934843b255f6f5d4cd2 | a235c2114fff6d57cc507fb3559bfeca1e607ce6 | refs/heads/master | 2022-10-31T15:25:46.050783 | 2020-06-16T03:16:40 | 2020-06-16T03:16:40 | 261,671,990 | 13 | 6 | null | null | null | null | UTF-8 | C | false | false | 26,733 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <glad/gles2.h>
#ifndef GLAD_IMPL_UTIL_C_
#define GLAD_IMPL_UTIL_C_
#ifdef _MSC_VER
#define GLAD_IMPL_UTIL_SSCANF sscanf_s
#else
#define GLAD_IMPL_UTIL_SSCANF sscanf
#endif
#endif /* GLAD_IMPL_UTIL_C_ */
int GLAD_GL_ES_VERSION_2_0 ... | [
"chenxin.fan@sitrigroup.com"
] | chenxin.fan@sitrigroup.com |
4d434aeedf714e61abc08ed7bd135192dbfb6bd5 | 26b715831ecfe9a91eb7c368580138dfb774f9e5 | /Experiments/functions/sources/nivo_2T/D4/f22.c | a67c29dad32c5c896ada661a0579d1d51a299910 | [] | no_license | branislavazivkovic13/master-thesis | 058f353d2fe8d6e83c0a152c35621f5e449f7485 | 469cc7a464c6d61bf919135fa391cb126123292a | refs/heads/master | 2022-10-14T09:30:06.443939 | 2017-09-08T12:52:39 | 2017-09-08T12:52:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,491 | c | #include <stdio.h>
int _f1(int a, int b, int c) {
a = (b<<1)*((a>>1)/3);
b = (a<<1)*((b>>1)/3);
a = (b<<1)*((a>>1)/3);
b = (a<<1)*((b>>1)/3);
a = (b<<1)*((a>>1)/3);
b = (a<<1)*((b>>1)/3);
a = (b<<1)*((a>>1)/3);
b = (a<<1)*((b>>1)/3);
if(b!=0)
return a/b;
return a+b+c;
}
int f1(int a, int b, int c) {
a =... | [
"missuchiha93@gmail.com"
] | missuchiha93@gmail.com |
576e3524b078a9dc1cc369574b70224e60a8b592 | 461c9be83e40bce5a1c2630dc944ef2c726443f3 | /ios/Pods/Headers/Private/TrustKit/ssl_pin_verifier.h | 70ab4cda7a8eb32959232896127b65571b677312 | [] | no_license | hanifmhd/secure-app | f7ec74aa75dc43ecab12bb5e2bca52e0ce03bf80 | edc61ca4eb1507e2b6db6130cdaa714b3ea10b67 | refs/heads/main | 2023-03-15T09:52:12.137111 | 2021-03-10T13:19:43 | 2021-03-10T13:19:43 | 345,642,475 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 53 | h | ../../../TrustKit/TrustKit/Pinning/ssl_pin_verifier.h | [
"muhammadhanif.if@gmail.com"
] | muhammadhanif.if@gmail.com |
8dbbd9825ee4c64f7a7172ac67080beba76da1e0 | 54c67306d63bb69a5cf381d12108d3dc98ae0f5d | /third-party/SDL/src/joystick/darwin/SDL_iokitjoystick_c.h | a9dde59673e77303823bc27eec9e6a21e5db05e0 | [
"ISC",
"Zlib"
] | permissive | open-goal/jak-project | adf30a3459c24afda5b180e3abe1583c93458a37 | d96dce27149fbf58586160cfecb634614f055943 | refs/heads/master | 2023-09-01T21:51:16.736237 | 2023-09-01T16:10:59 | 2023-09-01T16:10:59 | 289,585,720 | 1,826 | 131 | ISC | 2023-09-14T13:27:47 | 2020-08-22T23:55:21 | Common Lisp | UTF-8 | C | false | false | 3,118 | h | /*
Simple DirectMedia Layer
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | [
"noreply@github.com"
] | open-goal.noreply@github.com |
e71b5d9e7315a6eb9f65cde4d1338d3ff89f2429 | 5b2b7c8ab0dde974dbbba2928690b2664183dbf4 | /MessageDispatch/src/AuthorityMessageDispatch.h | fc6ee5be65d70d7ea72e7606ef5dc8f180fc83fe | [] | no_license | wangzhicheng2013/c-11 | ff6f40b0f2630de9a5c3a21733eb9ff7f8d7b158 | 76d2533581a86d86ceafa4f1f4ed64d298651791 | refs/heads/master | 2021-07-05T09:43:21.002577 | 2019-04-09T12:46:01 | 2019-04-09T12:46:01 | 146,904,243 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,740 | h | /*
* AuthorityMessageDispatch.h
*
* Created on: 2018-11-01
* Author: root
*/
#ifndef AUTHORITYMESSAGEDISPATCH_H_
#define AUTHORITYMESSAGEDISPATCH_H_
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#define S_FIELD_CAPACITY 10
typedef enum ResourceOperationType
{
CREATE,
DELET... | [
"root@ubuntu.ubuntu-domain"
] | root@ubuntu.ubuntu-domain |
0cf63e330d08949b73ea72a93a93e4a634af4eb4 | ae0da0c1ce410f894f588319d1677c26d7ec1403 | /libft/printf_srcs/ft_uitooa.c | 4f0ec8db58ff6dc88b3a5ad8e44cfe2e91a152be | [] | no_license | Draeyo/malloc2 | 85b10121d02c224b683ed7c4509e3949dae16903 | 147438a17be2a3c473201663d4184e3f8f077bd4 | refs/heads/master | 2020-05-09T09:43:26.052342 | 2019-07-05T09:47:58 | 2019-07-05T09:47:58 | 181,013,762 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,204 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_uitooa.c.c :+: :+: :+: ... | [
"vlistrat@e1r5p11.42.fr"
] | vlistrat@e1r5p11.42.fr |
5dedfef20c9979fd3347e372046fe09e65606159 | a472eb46ad0403d67c72720df3e035b770816ba7 | /commonStringFunctionsImplementations.c | 55594088a239746d048ce6a7d9efdba8707f8628 | [] | no_license | Seneza/Implementing-Data-Structure-And-Algorithms | 7ae54f4c61a2b94274802b673eb6c776ae84d517 | 89bb008252ed03d1ed2494ea5086d4a28c4c6152 | refs/heads/master | 2021-01-12T03:36:34.496228 | 2017-01-09T00:47:34 | 2017-01-09T00:47:34 | 78,239,262 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,118 | c | #include<stdio.h>
#include<string.h>
int main(int argc, char const *argv[])
{
size_t len = my_strlen("hello World");
printf("Length is %lu\n", len );
return 0;
}
//implementing my own version of size_t strlen() function from scratch
//size_t is an unsigned integral type: The length of a string cannot be negative
... | [
"gseneza@gmail.com"
] | gseneza@gmail.com |
48cf492a06f26cb06aac8163e456fa499f70c9cd | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/db025155-1ba0-4f1d-a47c-eb8ded6f3c45.c | 71dc8294ab4a349e9c6a4fecee8508659fff2240 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 570 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=144;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = i%j;
l = j/j;
k = l-j*k;
//variables
/* START VULNERABILITY */
int a;
int b[20];
int c[30];
a = 0;
while (( a - 1 ) > -1) {
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
5370148abacc1a6d0231752d705fa71da78615bb | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/2201dcac-f693-47ce-8381-aa28904fdf73.c | 782c4570a436d846b039d7ee6c2ee7b4d1ccb5c9 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 573 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 644;
k = i/j;
l = i/j;
l = i/j;
l = l-j;
l = l-j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[77];
int c[59];
a = 0;
while... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
7d1679df490079812f31fe16852e562293c10245 | a763f6505331d1c1823d0e8620cc2d5f83048486 | /serial/ser71051/power.c | 45043b11e60958679c831a2805c8680d6b8d0c07 | [] | no_license | KernelPanic-OpenSource/Win2K3_NT_drivers | 1dc9ccd83e38299f6643ecfd996a5df1357cc912 | 1b5d2672673ff31b60ee4a5b96922ddbcc203749 | refs/heads/master | 2023-04-11T08:18:29.881663 | 2021-04-14T04:30:34 | 2021-04-14T04:30:34 | 357,772,205 | 12 | 5 | null | null | null | null | UTF-8 | C | false | false | 21,127 | c | /*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
power.c
Abstract:
This module contains the code that handles the power IRPs for the serial
driver.
Environment:
Kernel mode
Revision History :
--*/
#include "precomp.h"
#ifdef ALLOC_PRAGMA
#pragma alloc_text(PAGESRP0, SerialGotoPowe... | [
"polarisdp@gmail.com"
] | polarisdp@gmail.com |
77fce33ce05e4288728347406532bfae9af9d1cc | 1817de54146e738da0b00627254554022d91a781 | /repository/linux/test380.c | e41f35269c07e667b4c31b03a9552b581f389ac3 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | thicsilva/SearchRepair | b427383f0035bf88ede02c8779dee6226a3df519 | 10ce5c53afa0d287d52e821bc2abfad774b63d26 | refs/heads/master | 2023-05-26T00:32:05.359664 | 2019-03-13T15:54:59 | 2019-03-13T15:54:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 74 | c | void test(int page){
if ( page ) put_page ( page ) ; } | [
"yke@iastate.edu"
] | yke@iastate.edu |
6268c65fe5af42f53dd2f38c7405b0143466c046 | d8822a8cdfb0744cca29ba705c780307c4df0d18 | /KabylakeSiliconPkg/Pch/Include/Library/SecPchLib.h | 6c9aad23f848e342d905e61a78d36bd5d5175583 | [] | no_license | jmpoep/KabylakeSiliconPkg_3_8_0 | bef380db247b95f5bd72dc8a8d595a56b5e5712e | a7a740ada3671cf83d2ce65cf0902e99db5290d7 | refs/heads/master | 2023-07-21T23:14:56.859100 | 2021-08-20T17:07:41 | 2021-08-20T17:07:41 | 398,336,365 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,940 | h | /** @file
Header file for SEC PCH Lib.
All function in this library is available for SEC
@copyright
INTEL CONFIDENTIAL
Copyright 2015 - 2016 Intel Corporation.
The source code contained or described herein and all documents related to the
source code ("Material") are owned by Intel Corporation or its sup... | [
"1069096459@qq.com"
] | 1069096459@qq.com |
4c2947c6d43a9e58fdc91f39c656f21b237c0f9e | fc008d7e311ab1a95532b4a9fe036a86454f149e | /C语言2/递归strlen/递归strlen/源.c | 2b951535228d86b5b5376b4bebd0304b848c26cb | [] | no_license | Sasura321/S1 | 9787a99cec3a89b93775c056722d7814c5426374 | 2886dd79aebc2d0a8d0c25b7788de17954bc9a94 | refs/heads/master | 2020-03-28T18:31:36.084180 | 2019-03-05T08:52:22 | 2019-03-05T08:52:22 | 148,888,953 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 519 | c | //5.递归和非递归分别实现strlen
#include<stdio.h>
#include<string.h>
#include<assert.h>
//非递归
int my_strlen1(char *str)
{
int count = 0;
assert(str);
while (*str++)
{
count++;
}
return count;
}
//递归
int my_strlen2(char *str)
{
assert(str);
if (*str == '/0')
return 0;
else
return 1 + strlen(str + 1);
}
int mai... | [
"2818760446@qq.com"
] | 2818760446@qq.com |
bdf78e81975e90b937fb39e85b92369ffb7e57b7 | 3a81e57eadf0b9c687a1547ced0164199cb3eb37 | /lib/modules/domains/improvementSelector.c | 5bc3e27dd3f5807f1278d7552f59c4184a9da7da | [] | no_license | mindware/core-lib | fcdc47d57bdbf3d9d72b918ba450d2b260350fe0 | ffc58e9d0192ac382038713cdf4f08ec9062e062 | refs/heads/master | 2022-12-12T06:25:19.696779 | 2020-09-01T23:09:20 | 2020-09-01T23:09:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,591 | c | //*****************************************************************************
// Copyright (c) 2020 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
inherit "/lib/cor... | [
"abc@maelstrom.cc"
] | abc@maelstrom.cc |
fe2282d8731f3ff2a7145e6d37c65cafd219ed65 | f22a2f00272de5f045a87b65e84df2e2fd9b72a2 | /lab_08_02_1/file_io.h | a7d9a4ea8a6bf40b47277506aadb276b38fc1284 | [] | no_license | viktorZebra/C_labs_2-3_sem | 6b5fd9ae6cde9b064f7feb76917f8fdca9fcb995 | 32f55b519da62d36400270aa686f054c801ec749 | refs/heads/master | 2022-10-01T04:51:07.563082 | 2020-05-26T09:49:10 | 2020-05-26T09:49:10 | 267,004,904 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 217 | h | #ifndef __FILE_IO__
#define __FILE_IO__
void print_array_file(FILE *fout, double *array, int n);
void input_array_file(FILE *f_in, double **array, int n, int *out);
void processing(FILE *f_in, char *f_out);
#endif
| [
"viktorzebra54@gmail.com"
] | viktorzebra54@gmail.com |
669eab292842b08b7aa4e2830759b515e4e5a1aa | 09b176ffe1100d7baa4c69540f3e1629eb3f26e9 | /MSP430G2553/MSP430G2xx1 Code Examples/C/msp430g2x31_adc10_02.c | 7fa6dfb4f6260effc4ce86a86a9e9f64da6cc750 | [] | no_license | heungsaeom/MSP430 | bd736d15910759fea96626102506109c9a2211b8 | 6cb6582a0a5e83007993763f4d916596f36331b1 | refs/heads/master | 2021-04-30T02:31:51.574728 | 2018-02-14T17:55:31 | 2018-02-14T17:55:31 | 121,502,415 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,563 | c | //******************************************************************************
// MSP430G2x31 Demo - ADC10, Sample A1, 1.5V Ref, Set P1.0 if > 0.2V
//
// Description: A single sample is made on A1 with reference to internal
// 1.5V Vref. Software sets ADC10SC to start sample and conversion - ADC10SC
// automatica... | [
"nguyenvanhung96bn@gmail.com"
] | nguyenvanhung96bn@gmail.com |
899d8f0efd24ce43ca19b90c0a4e067541ab534e | 15b434f64d487295b1b364828281d93dd5708e28 | /c/hello_world.c | 145301421f7ef93b838425e59aa2dc12858da047 | [
"MIT"
] | permissive | ryanmeoni/eRCaGuy_hello_world | 0272becec2b347a26bfd881afa6d4a5ac24e9828 | 14166d4a73de6bb3ad826f27544e85b406ee1b61 | refs/heads/master | 2023-09-03T03:46:34.750569 | 2021-11-17T07:26:22 | 2021-11-17T07:26:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,400 | c | /*
This file is part of eRCaGuy_hello_world: https://github.com/ElectricRCAircraftGuy/eRCaGuy_hello_world
hello_world
Gabriel Staples
www.ElectricRCAircraftGuy.com
27 Mar. 2019
Examples of how to compile & run:
- NB: c90 requires C-style comments (slash star, star slash) and does NOT work with modern
C++-sty... | [
"ercaguy@gmail.com"
] | ercaguy@gmail.com |
54c434a78df222753c08346ebfc47305ee3447b3 | 8d753bb8f19b5b1f526b0688d3cb199b396ed843 | /osp_sai_2.1.8/system/drvs/device/clock/clock_ds3104.h | 58827c9b33c7ee81ef2e7825ae05ab3048dd8d23 | [] | no_license | bonald/vim_cfg | f166e5ff650db9fa40b564d05dc5103552184db8 | 2fee6115caec25fd040188dda0cb922bfca1a55f | refs/heads/master | 2023-01-23T05:33:00.416311 | 2020-11-19T02:09:18 | 2020-11-19T02:09:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,042 | h | /****************************************************************************
* $Id$
* The header file of the ds3104 operation.
*
* (C) Copyright Centec Networks Inc. All rights reserved.
*
* Modify History:
* Revision : R0.01
* Author : jcao
* Date : 2011-02-17
* Reason : First Create.
*... | [
"zhwwan@gmail.com"
] | zhwwan@gmail.com |
4fe28cc9a199a7e4b014e9d32478b7840450e25f | f20de6c501e1377aee1d6e2e553c878c3df62f91 | /CPSC_486_Assign_1_initWithData_tut/CubeVertices.h | 1a07048649816ef08216a78c191285e769020e66 | [] | no_license | darkhelmet125/CPSC_486_Assign_1_initWithData_tut | 1ea60d5e45b9693137916cc5635a974a6ade892b | be7a5e756ed7a64e9db83e13282ee0176ed645de | refs/heads/master | 2021-01-02T09:31:23.978789 | 2013-12-03T07:19:26 | 2013-12-03T07:19:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,248 | h | //
// CubeVertices.h
// SimpleFPS
//
// Created by Dimitriy Dounaev on 4/10/13.
// Copyright (c) 2013 Dimitriy Dounaev. All rights reserved.
//
#ifndef SimpleFPS_CubeVertices_h
#define SimpleFPS_CubeVertices_h
#include "VertexData.h"
VertexDataPN cubeVertices[] = {
0.5f, -0.5f, -0.5f, 1.0f, 0.0f, 0.0f... | [
"darkhelmet125@yahoo.com"
] | darkhelmet125@yahoo.com |
bb7e21a6ac11491f13f6a4a2c6708b8d57816bf6 | 701f998489e159c43907ba53b77aa86b5e0ad105 | /Quaternion.h | 9090e3aa10b6401b2c8db03a5a17a5ac5bc41bb4 | [] | no_license | larrywayn/CTest | 9898558003ec5211aa79c68b545a25810310f37c | 9175cd5707fc1ea5db2f711700d71c2e68800db1 | refs/heads/master | 2021-01-21T05:06:07.263153 | 2014-11-16T21:20:59 | 2014-11-16T21:20:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 764 | h | #ifndef __QUATERNION_H
#define __QUATERNION_H
#include "Vektor4.h"
typedef struct Quaternion Quaternion;
struct Quaternion {
double x;
double y;
double z;
double w;
double skalierung_x;
double skalierung_y;
double skalierung_z;
};
Quaternion* newQuaternion();
Quaternion* newQuaternionWerte(double x, doub... | [
"larrywayn@outlook.com"
] | larrywayn@outlook.com |
5161cb38c021a288dd894daa075d51201d800d40 | 21ee8974692521fb81ed03c1d1a338967526be2a | /cpss-ac3/cpss/mainUT/utfTraffic/h/ipfix/prvTgfPortGroupAging.h | 68bcdcf4a7f647249aa847113d3d71a736686205 | [] | no_license | naivekun/os6360_trtest | bb1fb2de94f951b190c6eefb0fe9908feab553c4 | 2c49bfd3028ee72e27b8107fbc5ab528dfc289dd | refs/heads/main | 2023-06-18T03:55:46.904657 | 2021-07-08T03:29:15 | 2021-07-08T03:29:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,412 | h | /*******************************************************************************
* (c), Copyright 2001, Marvell International Ltd. *
* THIS CODE CONTAINS CONFIDENTIAL INFORMATION OF MARVELL SEMICONDUCTOR, INC. *
* NO RIGHTS ARE GRANTED HEREIN UNDER ANY PATENT, MASK WORK RIGHT OR COPYRIGHT... | [
"Clement.Chu@wnc.com.tw"
] | Clement.Chu@wnc.com.tw |
7b00b9a7ee006656ed29bed83f3156d30b8788ba | a364f5e25e4ec3563c2a6e366069488786927948 | /dist/bind/lib/isc/ev_timers.c | d63337b48ec1e8539ff1acc14b081de32a1dc94d | [
"ISC"
] | permissive | noud/mouse-bsd | b044db5ba4085794b94ea729eb4148e1c86d73b5 | a16ee9b253dbd25c931216ef9be36611fb847411 | refs/heads/main | 2023-02-24T06:22:20.517329 | 2020-08-25T20:21:40 | 2020-08-25T20:21:40 | 334,500,331 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,680 | c | /* $NetBSD: ev_timers.c,v 1.1 1999/11/20 18:54:11 veego Exp $ */
/*
* Copyright (c) 1995-1999 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission no... | [
"mouse@Rodents-Montreal.ORG"
] | mouse@Rodents-Montreal.ORG |
e13a38b93c9b120025b5021787c75ad3ee1363a2 | c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64 | /Engine/Source/ThirdParty/SDL2/SDL-gui-backend/src/video/wayland/SDL_waylandwindow.c | e727299b13fc020479772ab6121fef9a5d017dbe | [
"Zlib",
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | windystrife/UnrealEngine_NVIDIAGameWorks | c3c7863083653caf1bc67d3ef104fb4b9f302e2a | b50e6338a7c5b26374d66306ebc7807541ff815e | refs/heads/4.18-GameWorks | 2023-03-11T02:50:08.471040 | 2022-01-13T20:50:29 | 2022-01-13T20:50:29 | 124,100,479 | 262 | 179 | MIT | 2022-12-16T05:36:38 | 2018-03-06T15:44:09 | C++ | UTF-8 | C | false | false | 15,138 | c | /*
Simple DirectMedia Layer
Copyright (C) 1997-2017 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | [
"tungnt.rec@gmail.com"
] | tungnt.rec@gmail.com |
9f7afed7d82cda38c7a6d61302c33002de40fd6e | b111b77f2729c030ce78096ea2273691b9b63749 | /perf-native-large/project599/src/component619/headers/component619/lib6.h | 70e642e5c4cc794d02ca34172966096f7c2044e7 | [] | no_license | WeilerWebServices/Gradle | a1a55bdb0dd39240787adf9241289e52f593ccc1 | 6ab6192439f891256a10d9b60f3073cab110b2be | refs/heads/master | 2023-01-19T16:48:09.415529 | 2020-11-28T13:28:40 | 2020-11-28T13:28:40 | 256,249,773 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 147 | h | #ifndef PROJECT_HEADER_component619_6_H
#define PROJECT_HEADER_component619_6_H
int component619_6();
#endif // PROJECT_HEADER_component619_6_H | [
"nateweiler84@gmail.com"
] | nateweiler84@gmail.com |
cc021be92af4e87415e2934e2818e9629a8ef6f2 | a556c07ecfa1031dae46fd3433762941ceca68b1 | /d/diaoyudao/npc/obj/tuanzi.c | 05358b306870f8d275de97f9965a0f376373d29a | [] | no_license | yqzcabao/pkuxkx-utf8 | 53c3c24f4e3a9125372bca72b6a4b10aa6293a7f | 0eaf237c9970795a51aa4cc04b5b762003300cbd | refs/heads/main | 2023-04-01T21:16:23.894845 | 2021-04-09T13:33:24 | 2021-04-09T13:33:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 366 | c | // maintal.c
inherit ITEM;
inherit F_FOOD;
void create()
{
set_name("糯米团子", ({ "tuanzi" }) );
set_weight(80);
if( clonep() )
set_default_object(__FILE__);
else {
set("long", "一个香喷喷、热腾腾的糯米团子。\n");
set("unit", "个");
set("value", 15);
set("food_remaining", 4);
set("food_supply", 50);... | [
"i@oiuv.cn"
] | i@oiuv.cn |
1c65abb2b82ea0169da848f9a1e3bb63edd12f82 | 15111d90a91fa6374a4da3b974fcb9e682a4a7d4 | /0_Gimbal/dev/feeder.c | 1f079ebb22598af0ffbe9caf2ba6fdd851bb9141 | [] | no_license | tjtanaa/RMInfantry2018 | c77020d65d932db311685077e22613f439112935 | cecc9488bc0572824ce0bc95e998339398e98510 | refs/heads/master | 2021-01-25T14:11:38.787516 | 2018-04-13T14:03:15 | 2018-04-13T14:03:15 | 123,668,273 | 0 | 0 | null | 2018-03-30T08:00:30 | 2018-03-03T07:02:58 | C | UTF-8 | C | false | false | 8,519 | c | #include "ch.h"
#include "hal.h"
#include "params.h"
#include "canBusProcess.h"
#include "dbus.h"
#include "math_misc.h"
#include "feeder.h"
#define FEEDER_SPEED_SP_RPM FEEDER_SET_RPS * FEEDER_GEAR * 60 / FEEDER_BULLET_PER_TURN
#define FEEDER_TURNBACK_ANGLE 360.0f / FEEDER_BULLET_PER_TURN //165.0f;
#defi... | [
"yzhangdk@ust.hk"
] | yzhangdk@ust.hk |
4c8d8615b852f801d352a6189f567009b6b2f08f | 611195cdffefdd3831d208d01df2ead59edbae23 | /SOURCES/ft_putstr.c | 8f1342b0acaa6635b85de83fc24f83e61524feb7 | [] | no_license | JBarmentlo/libft | 4f84956bc434929a12e1f4d831f2aa43968293fd | 5e38fc5f5ac043ceaffac0bfb9580e87560e039a | refs/heads/master | 2020-04-05T22:20:06.534909 | 2018-12-03T15:14:00 | 2018-12-03T15:14:00 | 157,252,840 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,012 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putstr.c :+: :+: :+: ... | [
"jbarment@e1r2p5.42.fr"
] | jbarment@e1r2p5.42.fr |
cf64a687cc2a88423c5cd631954ab523b7a5f5bf | 20cb1f1bf1a4487b0508b7d26b9b04521e7ae4e8 | /src/dda.h | 7c4c26760c1e19196eadb2c3dde82a78e5d81b52 | [] | no_license | WSeegers/raycast2d | a8f01b2652336c428a3525a8184708a692f285e6 | 16ea7b3ca717669e7c515064ce9942e3c5bcc283 | refs/heads/master | 2020-03-23T04:30:05.846681 | 2018-07-25T12:53:48 | 2018-07-25T12:53:48 | 141,087,407 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,392 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* dda.h :+: :+: :+: ... | [
"wseegers@c1r2s2.wethinkcode.co.za"
] | wseegers@c1r2s2.wethinkcode.co.za |
4c2e067b18e38e7a398b88e0c469f511e2ee06bb | 6fa6be3e7dcb10d020209f7a73de393a1f24bd45 | /u-boot/arch/microblaze/cpu/spl.c | 8e6d9269dac9d8f741792c042543c17d51e950c9 | [
"Apache-2.0",
"GPL-2.0-or-later"
] | permissive | okshall/v3s-linux-sdk | f9eb73a1e271ebf02320f98befabccdb6c462944 | 776196306198f14ec6f10c316950a81b7e417886 | refs/heads/master | 2021-07-07T11:44:34.667911 | 2021-01-22T04:43:38 | 2021-01-22T04:43:38 | 225,315,340 | 1 | 0 | Apache-2.0 | 2019-12-02T07:46:23 | 2019-12-02T07:46:22 | null | UTF-8 | C | false | false | 981 | c | /*
* (C) Copyright 2013 - 2014 Xilinx, Inc
*
* Michal Simek <michal.simek@xilinx.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>
#include <image.h>
#include <spl.h>
#include <asm/io.h>
#include <asm/u-boot.h>
DECLARE_GLOBAL_DATA_PTR;
bool boot_linux;
u32 spl_boot_device(void)
{
return B... | [
"yeashenlee@163.com"
] | yeashenlee@163.com |
a16b93a152648ef5c8fbfa92c29cd92d64753541 | 1c6a7ae5dca2a38c68fde97a676478c6573bca02 | /uboot1.1.6/include/asm-arm/arch-arm720t/hardware.h | 3056ca7f673ad919f170e6083eb5026122853e25 | [
"Apache-2.0",
"GPL-2.0-or-later",
"u-boot-exception-2.0",
"GPL-2.0-only"
] | 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 | 1,593 | h | #ifndef __ARM7_HW_H
#define __ARM7_HW_H
/*
* Copyright (c) 2004 Cucy Systems (http://www.cucy.com)
* Curt Brune <curt@cucy.com>
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Gen... | [
"kyh1022@163.com"
] | kyh1022@163.com |
085e5014168d1dafeba0cedad98f35fa26cc80e5 | 9b58c6e48ee359a4f2acab4ce36f13f1412e9d23 | /mem_pool/mem_pool.c | 37427a50ae6bc17e303df3e1a75cbacaf5157d07 | [] | no_license | gomord/posix_locks | 562a54b34f4e66326bdbd1a8f9f23781b0c224c4 | d3fe5c081f2830bba8b9e1f070e20b968cd65a30 | refs/heads/master | 2020-04-17T08:50:49.526607 | 2015-12-24T09:51:22 | 2015-12-24T09:51:22 | 37,672,585 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,824 | c | #include <stdio.h>
#include "mem_pool.h"
#define MEM(node) (node + 1)
#define NODE(mem) (PNODE(mem) - 1)
#define BLOCK_SIZE(size) (sizeof(mem_node_t) + size)
#define COUNT_MASK 0x3
#define PNODE(ptr) ((mem_node_t *)((size_t)(ptr) & ~COUNT_MASK))
#define CAS(ptr,old,new) \
(__sync_bool_compare_and_swap_4(ptr... | [
"gomord@gmail.com"
] | gomord@gmail.com |
8cbad548b676493a1f567367b84668315508f42f | 5896167027f07d1e53672ebb76b60ed7bf2f09c8 | /Win10_20H2_19569/ARM64/System32/ntoskrnl.exe/Standalone/_WORK_QUEUE_ENTRY.h | 1d006a019e117891430c3e947bce7803072208ff | [] | no_license | antiwar3/headers | c776e1de8b552e1284901361907f5e7515ef20ae | e3ec0f11f62cdc76b6c0b6b9fa0d6ffe55e476f0 | refs/heads/master | 2021-05-25T22:49:20.063532 | 2020-02-24T21:43:26 | 2020-02-24T21:44:11 | 253,953,543 | 1 | 2 | null | 2020-04-08T01:25:44 | 2020-04-08T01:25:44 | null | UTF-8 | C | false | false | 7,832 | h | typedef struct _LIST_ENTRY
{
/* 0x0000 */ struct _LIST_ENTRY* Flink;
/* 0x0008 */ struct _LIST_ENTRY* Blink;
} LIST_ENTRY, *PLIST_ENTRY; /* size: 0x0010 */
typedef struct _DISPATCHER_HEADER
{
union
{
/* 0x0000 */ volatile long Lock;
/* 0x0000 */ long LockNV;
struct
{
/* 0x0000 */ unsigned... | [
"petr.benes@avast.com"
] | petr.benes@avast.com |
67d0cf5b93f7823eb41abda5ba21cd16bc581270 | 25116d9dc07272494d2d907bf7f366bca4d41b15 | /usr/src/usr.sbin/sysinst/arch/news68k/md.c | 20c5a531307136fd918befc5de7d67897b878347 | [] | no_license | m-thu/netbsd-microblaze | c20dbba21050d5e6b6a54b6d9760f1ca9a9697ba | d86487e3a478736efab2cbb85269ae6d860037ea | refs/heads/master | 2022-04-08T06:41:46.774329 | 2017-11-25T09:55:09 | 2017-11-25T09:55:09 | 111,992,719 | 0 | 1 | null | 2020-03-07T21:49:46 | 2017-11-25T09:43:33 | null | UTF-8 | C | false | false | 4,399 | c | /* $NetBSD: md.c,v 1.2.4.1 2015/01/11 04:32:38 snj Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
* All rights reserved.
*
* Based on code written by Philip A. Nelson for Piermont Information
* Systems Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, a... | [
"m-thu@users.noreply.github.com"
] | m-thu@users.noreply.github.com |
f581e9d8b08307f92922190c56786b6a73630ea3 | 0db7ea9e8641ca7dc3af837c1b46d67536b949a5 | /arlad/state.c | 60a73ce7f50902f627ce0d3ef33ff692a0c150d3 | [
"BSD-3-Clause"
] | permissive | ahltorp/arlanohist | a1622e4873f9d994b88a5d7741eea439ed3ce1e3 | 86a09a6985e56631059083d463560d025061dd4e | refs/heads/master | 2021-06-22T21:04:35.162072 | 2017-09-02T02:19:51 | 2017-09-02T02:19:51 | 101,505,299 | 1 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 6,137 | c | /*
* Copyright (c) 2001 - 2002 Kungliga Tekniska Högskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions... | [
"map@kth.se"
] | map@kth.se |
0bc70126a6f08670978354805c2dbb19db3653f6 | 546018757d22ae76154b87335db68e1cfabfedcb | /kubernetes/api/NodeAPI.h | c9521a517164f355d4d9078cfd2abf47d00a03c2 | [
"curl",
"Apache-2.0"
] | permissive | zouxiaoliang/nerv-kubernetes-client-c | 45f1bca75b6265395f144d71bf6866de7b69bc25 | 07528948c643270fd757d38edc68da8c9628ee7a | refs/heads/master | 2023-03-16T09:31:03.072968 | 2021-03-17T07:29:19 | 2021-03-17T07:29:19 | 346,627,883 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 406 | h | #include <stdlib.h>
#include <stdio.h>
#include "../include/apiClient.h"
#include "../include/list.h"
#include "../external/cJSON.h"
#include "../include/keyValuePair.h"
#include "../include/binary.h"
#include "../model/io_k8s_apimachinery_pkg_apis_meta_v1_api_group.h"
// get information of a group
//
io_k8s_apimachi... | [
"295919168@qq.com"
] | 295919168@qq.com |
0e3e26e3c7531abb6d6bfffda92f4dfb4505342f | 8464661fb1c1a960722305aea0d7d8129329ed7a | /ext/functions/elementwise/MulAdd/real.c | 66ed651f993eca1f344a64d44ccb7d5ad5dbca8f | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | auroranockert/narray | 7f53b4bcabbf999cef3d77d7a72ba99d65b8c97d | 72def505a77c4958577a01cbb1d06a406e7dbf8e | refs/heads/master | 2021-05-28T23:04:36.586168 | 2011-03-21T15:07:04 | 2011-03-21T15:07:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 31 | c | *output += *input_1 * *input_2; | [
"jens@nockert.se"
] | jens@nockert.se |
01c272bd33f92721895b6a2984a237a33555feec | db63bce50771432791fa34f7780013362eae4bb0 | /ft_printf/srcs/get_int_args.c | 5d94b7d0f820473748c57fb629045a85b1719aa6 | [] | no_license | jbatea/Corewar | 512e5926d537c3db2bf494fe80a4ab2d2f2d6522 | b55c4dc3ccca8df5eb985719af8bb659bad8a452 | refs/heads/master | 2020-09-16T15:02:29.839686 | 2016-09-16T12:36:09 | 2016-09-16T12:36:09 | 67,859,699 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,866 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_int_args.c :+: :+: :+: ... | [
"jbateau@e3r10p21.42.fr"
] | jbateau@e3r10p21.42.fr |
5bdc4d0bb6f3dfc532311f7be8ae70283693c711 | 6636a59ac7734da8576495bdeffc61d3345a87fe | /cclient/api/extended/get_latest_inclusion.c | 5602bcb1aeb0cfff3fc4191575331eaaaddf5913 | [
"Apache-2.0"
] | permissive | oopsmonk/iota.c | 68baf025c457a5bc530e869b2342c24f9e40bc99 | 7743c91a02a32001a1158bdf4cee3580ce973991 | refs/heads/master | 2022-08-29T17:58:52.995437 | 2020-07-28T01:50:26 | 2020-07-28T01:50:26 | 229,206,728 | 3 | 0 | Apache-2.0 | 2019-12-20T06:46:19 | 2019-12-20T06:46:18 | null | UTF-8 | C | false | false | 2,106 | c | /*
* Copyright (c) 2019 IOTA Stiftung
* https://github.com/iotaledger/iota.c
*
* Refer to the LICENSE file for licensing information
*/
#include "cclient/api/core/get_inclusion_states.h"
#include "cclient/api/core/get_node_info.h"
#include "cclient/api/extended/get_latest_inclusion.h"
#include "cclient/api/extend... | [
"sam.chen@iota.org"
] | sam.chen@iota.org |
a526ee44004d85ec5d8d6fdae3e5de8336832fa2 | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/software/ffmpeg-3.0.1/libavformat/lvfdec.c | ec1fbab0acde9de5bb5562e9f146bda67466e5fa | [] | no_license | weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346041 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 179 | c | static int lvf_probe(AVProbeData *p)
static int lvf_read_header(AVFormatContext *s)
static int lvf_read_packet(AVFormatContext *s, AVPacket *pkt)
AVInputFormat ff_lvf_demuxer = ;
| [
"weilaidb@localhost.localdomain"
] | weilaidb@localhost.localdomain |
22010d2f4c32a7996533ac0d5db69ae1434596ea | 36aae5d80a47481ef19a2ff1af6feda678ae5214 | /ft_memccpy.c | 1092b19268dd1111781f041b57d22f57df9e3d5e | [] | no_license | ertw/libft | 62a70f4ffc8b5b927716037a06388010b19a0584 | 09cf5fd523181ffbd80a7e14498af9284c88009d | refs/heads/master | 2021-01-11T08:19:42.650638 | 2017-10-17T22:48:07 | 2017-10-17T22:48:07 | 76,208,460 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,141 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memccpy.c :+: :+: :+: ... | [
"erik@himself.in"
] | erik@himself.in |
8c29ec1cd58b0c6d9228f1bbc3587a2b6223dca4 | 43124e9a583ffd4cf654b1d17c04d4b2bb5f36df | /Pretty/data/coreutils/methods-only/66-ls-ronz-2.c | 1681ab2f2a2dd33af50d82e5cbf39996a90f8763 | [] | no_license | roncoleman125/Pretty | a86d87904281e76031db47264ffb65ff6c536740 | 227c3174d9bf15016d57b3a50d3df71fa6798306 | refs/heads/master | 2020-04-15T16:53:44.581854 | 2017-10-13T11:24:59 | 2017-10-13T11:24:59 | 32,341,194 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 448 | c | /* Return a pointer to a formatted version of F->stat.st_ino,
possibly using buffer, BUF, of length BUFLEN, which must be at least
INT_BUFSIZE_BOUND (uintmax_t) bytes. */
static char *
format_inode (char *buf, size_t buflen, const struct fileinfo *f)
{
assert (INT_BUFSIZE_BOUND (uintmax_t) <= buflen);
return... | [
"ronncoleman@gmail.com"
] | ronncoleman@gmail.com |
bea57cc817e7f1b8a7c06c64342e88ca5448c507 | 6a0c116784e62e4d62d52d88f49f838e3c685c59 | /rhky-master/RobotArmController/while.c | 158bad5f48f7d866d7135f76d902cced1ffdacd0 | [] | no_license | urazovm/rengh-code | 8009dd1242e174ff7194e2328be401ef6ea5d40b | cf04b8cc8bb4185014a3ce6245dd2e38bb83e6f5 | refs/heads/master | 2016-09-06T21:21:47.817195 | 2013-12-20T17:13:50 | 2013-12-20T17:13:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,667 | c | /*********************************************
* 程序名:while.c
* 功能:测试S1接口的舵机转动,选择命令,转动定值
* 日期:2013.01.19
* 作者:任广辉
*********************************************/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <ma... | [
"rengh@foxmail.com"
] | rengh@foxmail.com |
f7142988201acf7a6fb9f0328619fe520da42475 | 4725bb6b3a73678900dee70fb39449b852823551 | /pattern5.c | 50c4b67c8d8930c73f20efdb130c18bca367b899 | [] | no_license | PavaniPriyaMandadi/C--programmes-pps- | 592f162916b7bf65a583578825d65a2c23032076 | 9937a755ce70c4e264a6b3d3a0cbca9052e593aa | refs/heads/main | 2023-07-03T18:19:13.342271 | 2021-07-28T03:43:56 | 2021-07-28T03:43:56 | 386,164,948 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 182 | c | #include <stdio.h>
int main()
{
int i,j;
for(i=1;i<=5;i++)
{
for(j=5;j>=i;j--)
{
printf("%d",j);
}
printf("\n");
}
return 0;
}
| [
"noreply@github.com"
] | PavaniPriyaMandadi.noreply@github.com |
0a32a3a088edf0ee4b08bf9150eb76f0799e45f6 | d0a0ac248977a63f6e52cd89223d63e5082f3f26 | /include/synthwave/framebuffer.h | 198abd22639f1d17eb9680e1d0b92a7ef1958a88 | [
"MIT"
] | permissive | betajaen/synthwave | b6eeccd07d7e10f36bcf7bc08b45032c127c6e54 | 96b5c6a07ec36615055dd0e05bb71b8359852c3b | refs/heads/master | 2021-01-16T18:22:18.174457 | 2018-10-16T07:53:45 | 2018-10-16T07:53:45 | 153,088,826 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 393 | h | #ifndef SYNTHWAVE_FRAMEBUFFER_H
#define SYNTHWAVE_FRAMEBUFFER_H
#include <synthwave/synthwave.h>
ptr FrameBuffer_PlanarNew(ptr screen, i16 width, i16 height, i16 depth);
void FrameBuffer_PlanarDelete(ptr frameBuffer);
byteptr FrameBuffer_ChunkyNew(i16 width, i16 height);
void FrameBuffer_ChunkyDelete(byteptr fra... | [
"betajaen@ihoed.com"
] | betajaen@ihoed.com |
7d2214e30b09bcec3793e48f66aacc4de6a37469 | 062b8fb9d919b04ba7e6758cb68e593651636b04 | /chap03/ArrayListPoint/PointListMain.c | 7c7f5c94921d5169f205a1f4cb49fbecde0a2a88 | [] | no_license | LsaaIee/data-structure_every-codes | 2feb990f403b05f840fcc79bba2392cbec388468 | 4b241368ca2ad1ca2a4de455c9c01dc7afd47bb5 | refs/heads/master | 2023-08-24T16:12:27.567819 | 2017-02-20T07:13:45 | 2019-02-07T14:24:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,177 | c | #include <stdio.h>
#include <stdlib.h>
#include "ArrayList.h"
#include "Point.h"
int main(void) {
List list;
Point compPos;
Point *ppos;
ListInit(&list);
ppos = (Point *)malloc(sizeof(Point));
SetPointPos(ppos, 2, 1);
LInsert(&list, ppos);
ppos = (Point *)malloc(sizeof(Point));
SetPointPos(ppos, 2, 2);
L... | [
"qpakzk@gmail.com"
] | qpakzk@gmail.com |
8b4aac8b7312d3f48e9b959c9ed1572e484dfbc0 | 115e8a101bc3863750a339313686457a54c66e0f | /es2020/src/led.c | 95479b4a80dbc49c7e6bbfb97b177dbff26b61f6 | [
"MIT"
] | permissive | Seafesko/Nucleo-Wecker | a67f0d0fa1ed5de18dc6b8dff3eee948d3818f2e | e36b7166d59ae518054aba5559fa2f85a3692895 | refs/heads/main | 2023-02-10T05:03:04.403355 | 2021-01-07T01:28:18 | 2021-01-07T01:28:18 | 318,462,877 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,768 | c | #include <led.h>
#include <stm32l073xx.h>
#include <stdbool.h>
bool led_is_on = false;
bool Led_Is_active = false;
void TIM7_Init(void){
RCC->APB1ENR |= RCC_APB1ENR_TIM7EN; // Clock aktivieren
TIM7->CR1 = TIM_CR1_CEN; // Timer enable
TIM7->DIER |= TIM_DIER_UIE; // Interruptbetrieb aktivieren
//TIM7->CR2 ... | [
"noreply@github.com"
] | Seafesko.noreply@github.com |
38de68eeb0a1063272c315b6951b26c1fcf66bd9 | 5ceea7c8a75a64ee68b16f1e7458996452525792 | /编程资料/28,ATK-OV7725摄像头模块资料/2,程序源码/(寄存器版本,适合战舰STM32F1开发板)实验35 摄像头实验/HARDWARE/STMFLASH/stmflash.h | 8cbd7e494d5cdf042000549ff16db2984c10d0e2 | [] | no_license | LONGZR007/GraduationProject | 72ff645021bc5cdf21d810c98cad6d3e263c5d3c | 88d9f5df90f239fd54346e3e8e692c5a68ec77af | refs/heads/master | 2020-07-26T08:23:16.576443 | 2020-03-05T13:47:09 | 2020-03-05T13:47:09 | 208,587,945 | 3 | 1 | null | null | null | null | GB18030 | C | false | false | 2,129 | h | #ifndef __STMFLASH_H__
#define __STMFLASH_H__
#include "sys.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//ALIENTEK战舰STM32开发板V3
//STM32 FLASH 驱动代码
//正点原子@ALIENTEK
//技术论坛:www.openedv.com
//创建日期:2015/1/18
//版本:V1.1
//版权所有,盗版必究。
//Copyright(C) ... | [
"1558193230@qq.com"
] | 1558193230@qq.com |
2a69de6dab47a554ce488bd3bad201a52789f3c2 | c045309cbb65cdcad195f2457e0a413a6b6f073b | /Image.c | 4fda5e4dc12f0bda985a0ee33810d6771f01a9ee | [
"MIT"
] | permissive | Nurbain/FAIN_Project | ace3f91c91840981dd769e8eab1659ebaf227d36 | 0b3f3ed3ee997e80f69c4ca65f2ab59abc9a130b | refs/heads/master | 2021-09-03T23:36:40.248690 | 2018-01-12T21:48:54 | 2018-01-12T21:48:54 | 114,546,395 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,315 | c | #include "Image.h"
//###############################################################################
//###############################################################################
//###############################################################################
//Création d'un point
Point P_new(int x, int y){
Po... | [
"nathan.urbain@etu.unistra.fr"
] | nathan.urbain@etu.unistra.fr |
d3eb0eae41dd9729aa4eb40216c217aeeaba56d7 | 090572bae73a8d38e05721724184bd0a6631be2b | /src/external/orbit_propagator.h | 49c7f230f06a0744f67f8540851033ea5d7331d6 | [] | no_license | mfkiwl/orbit_propagator | 4bdcb745fc7af5e092aecb402e63a37ce4f82118 | f627f1e88a1ddc986fbec5ccf97aeab5a04a59e1 | refs/heads/master | 2021-09-15T10:25:34.143050 | 2018-05-30T13:56:03 | 2018-05-30T13:56:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,731 | h | #ifndef __ORBIT_PROPAGATOR_H__
#define __ORBIT_PROPAGATOR_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "sgdp4.h"
#include <string.h>
#include <time.h>
#include <sys/time.h>
#include <math.h>
/* Geodetic transf. defines */
#define OMEGAE 7.29211586e-5 // Earth rotation rate in rad/s
#define ... | [
"juan0fran@MacBook-Pro-de-Juan.local"
] | juan0fran@MacBook-Pro-de-Juan.local |
9536160212f2a9e8b20aa653e5141355f4b1744f | ff4fe07752b61aa6404f85a8b4752e21e8a5bac8 | /challenge-200/paulo-custodio/c/ch-1.c | b4ccf0fa846a7429c009632f663c8f406cd33395 | [] | no_license | choroba/perlweeklychallenge-club | 7c7127b3380664ca829158f2b6161c2f0153dfd9 | 2b2c6ec6ece04737ba9a572109d5e7072fdaa14a | refs/heads/master | 2023-08-10T08:11:40.142292 | 2023-08-06T20:44:13 | 2023-08-06T20:44:13 | 189,776,839 | 0 | 1 | null | 2019-06-01T20:56:32 | 2019-06-01T20:56:32 | null | UTF-8 | C | false | false | 1,781 | c | /*
Challenge 200
Task 1: Arithmetic Slices
Submitted by: Mohammad S Anwar
You are given an array of integers.
Write a script to find out all Arithmetic Slices for the given array of integers.
An integer array is called arithmetic if it has at least 3 elements and the
differences between any three consecutive element... | [
"pauloscustodio@gmail.com"
] | pauloscustodio@gmail.com |
54ca467fbc80847ba36232d48edfa42e51849fd4 | 9c0cbf963e84607a3112f0404d5682970860d202 | /Function/sum recurtion.c | 27448973882b36adda07dcdc822cf677a6c3699c | [] | no_license | PriontoAbdullah/C-Programming-Practice | f51b0d9d1106800e02c9b7fd1093c1a2e5bde0d8 | 9e6e89236df52cf0f32f7baf6fbfb06db0ade38c | refs/heads/master | 2022-11-07T17:12:14.322729 | 2020-06-20T09:32:55 | 2020-06-20T09:32:55 | 273,676,517 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 451 | c | #include <stdio.h>
int sum(int start, int end);
int main()
{
int start, end, s;
printf("Enter lower limit: ");
scanf("%d", &start);
printf("Enter upper limit: ");
scanf("%d", &end);
s = sum(start, end);
printf("Sum of natural numbers from %d to %d = %d\n", start, end, s);
return 0;
... | [
"priontosoft@gmail.com"
] | priontosoft@gmail.com |
8214ea3c0c1df035837693c5e4842752f9c7b917 | f262085a295c6a12b5f4f86b1a36d92e2e254b3d | /components/net/mbedtls/library/pkparse.c | 73186faeb3068cec6f07025959e12125eac66708 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | fxsheep/8910DM_LVGL | a7419a0ec4ff8b0612200b0073759c7beb7fad5e | 652a91d7ebda374be58fbb927714263234a78698 | refs/heads/master | 2023-07-09T16:37:09.962057 | 2021-08-11T07:18:47 | 2021-08-11T07:18:47 | 391,400,407 | 2 | 0 | null | 2021-07-31T15:55:06 | 2021-07-31T15:55:06 | null | UTF-8 | C | false | false | 46,498 | c | /*
* Public Key layer for parsing key files and structures
*
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
* SPDX-License-Identifier: Apache-2.0
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License.
* Yo... | [
"864876693@qq.com"
] | 864876693@qq.com |
2269e7316fd91c59a1059d2104ab49511e95f60d | 454f43d8f10eb19c8abc86769549a81f751d7ae7 | /C08/ex03/ft_point.h | 2cb89e14c9bd9474b36553592a4daab9273b434c | [] | no_license | Nub4/C_Piscine | 747cc650c735973474fd6cadea2f5b92f9cdb168 | d823103bec1e455f1277d0e57401ff5c76925871 | refs/heads/main | 2023-06-29T06:53:08.006176 | 2021-08-02T17:59:09 | 2021-08-02T17:59:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,034 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_point.h :+: :+: :+: ... | [
"mikko_n@hotmail.com"
] | mikko_n@hotmail.com |
992558f53fd5d41bedfdf6ec2dabb46147c2b0b9 | a6a02256a4a441fcd8bed3fb6364a97870d37f3d | /01_libft/ft_lstdelone.c | e42534ace3e76ad9b392064290df915d69640885 | [] | no_license | LightAN21/42_Projects_old | 83171acd9006b67e4fea397200e941cf0b429097 | ec0f6b1ad9672d9c462211ce5d57da02c88c9b78 | refs/heads/master | 2022-07-26T18:13:50.518599 | 2020-05-21T11:19:56 | 2020-05-21T11:19:56 | 265,798,898 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,081 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstdelone.c :+: :+: :+: ... | [
"bosengt@gmail.com"
] | bosengt@gmail.com |
864f163a816f85181118088b3293f68ed54eb7fd | 8555adcd4821c66d178111470364cda406ad3d6c | /competitive_coding/arista_no_of_days_1.c | 7565d68678cfa77d73e60086ffc4e363013fe29e | [] | no_license | djcoder12091983/codebase | 994280d14178fe4556dc2c1825e9da2d3922bf09 | 553787f3ad0fd310f1c7830512dfd885e8a3b40a | refs/heads/master | 2021-01-01T05:22:06.794263 | 2020-04-11T12:14:41 | 2020-04-11T12:14:41 | 59,000,164 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,867 | c | #include<stdio.h>
#include<stdlib.h>
// find far position for given key
int find_far(int *A, int l, int r, int key) {
int mid, p;
p = -1;
while(l <= r) {
mid = (l + r) / 2;
if(A[mid] <= key) {
// take right
if(A[mid] == key) {
// found last position
... | [
"noreply@github.com"
] | djcoder12091983.noreply@github.com |
644b2d78be5bc13d90fda56da8e5f65ba87e4cf3 | 38ab9d211de178f7800037a38fda93b31dbef20c | /drivers/media/rc/ir-rc5-decoder.mod.c | b184f11937598528d85cca7f46bc0e6cd3038586 | [] | no_license | ZihaoPri/Dataflow-Modle-Scheduling | 11ce44cdd5f06c4fef8bc43821ad2fb3c3aa188a | c0e17beeafee3c91524633ad5608a5d33f61933d | refs/heads/master | 2022-04-27T15:00:22.999628 | 2020-04-03T15:08:42 | 2020-04-03T15:08:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 637 | c | #include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
MODULE_INFO(vermagic, VERMAGIC_STRING);
MODULE_INFO(name, KBUILD_MODNAME);
__visible struct module __this_module
__attribute__((section(".gnu.linkonce.this_module"))) = {
.name = KBUILD_MODNAME,
.init = init_module,
#ifdef CONFIG_MODU... | [
"wzh"
] | wzh |
3440cd435c101e22ad09e0db303b4b7dea0d96ac | 84544131b64b6727598f87afd5ef61af6374f2e5 | /lib/Xaw/AsciiSrc.c | 4b92e49c9332d0430dac88d428cca15a92fe4e19 | [] | no_license | rickgaiser/xfree86-ps2 | 87e3a1a71bb659ed93cb316d2533a80a281d9a1a | 1548767ecf7d211eef424505ef6879c5496be9e9 | refs/heads/master | 2020-12-31T07:55:31.766127 | 2015-10-07T09:21:02 | 2015-10-07T09:21:02 | 43,805,007 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 37,688 | c | /* $XConsortium: AsciiSrc.c,v 1.66 95/01/16 20:10:20 kaleb Exp $ */
/*
Copyright (c) 1989, 1994 X Consortium
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 witho... | [
"rgaiser@gmail.com"
] | rgaiser@gmail.com |
34f3ee7da01c6cd8479ee0d9593d92d49fbf70f6 | 382ae0c188f7c9832f404c23a8a8a48fa4e6f071 | /MCAL/02-External Interrupts/EXTINT_config.h | b456b1b929a0f61a74335d3fede11be39b0cc651 | [] | no_license | MahmoudElwelily/AVR_ATmega32_COTS | 549ddea5d4192b0802d12ab34d747dd2bc712140 | d0671aa3961229bdb20d8847df9557335e1f8543 | refs/heads/master | 2020-04-29T07:53:30.796327 | 2019-04-06T20:02:42 | 2019-04-06T20:02:42 | 175,967,547 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,449 | h | /**********************************************************/
/* Author: Mahmoud Alaa Elwelily */
/* Date: 20-Mar-19 */
/* Version: 01 */
/* Description: Configuration file for External INT */
/* Driver supp... | [
"mahmoudelwelily94@gmail.com"
] | mahmoudelwelily94@gmail.com |
5af889b81e65ffa38e1bc8c157d3f4db20fed517 | bad25ec79284b88102be46a81948c6e322f8f3d0 | /[45]Blackjack.c | f0475be5856ba6fcf7cbd67647dd52e5b23cc4cb | [] | no_license | akurex/c-exercises | 0ee881cd716130581f92acbfd379c856a39696ad | fb767c4186748228d0443e642acca7a6921a6d34 | refs/heads/master | 2021-01-25T05:22:39.197945 | 2015-09-05T21:47:32 | 2015-09-05T21:47:32 | 41,976,702 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,738 | c | #include <stdlib.h>
#include <stdio.h>
#include <time.h>
/*------------------BlackJack sin Az: 1 o 11; sin J,Q,K-------------------*/
int draw()
{
srand(time(NULL));
int carta;
carta = 13 * rand() / (RAND_MAX + 1);
carta = (13 * rand() / (RAND_MAX + 1))+1;
return carta;
}
int sumar(valor)
{
... | [
"c4.christian@gmail.com"
] | c4.christian@gmail.com |
25651e10dc6cd3c00ec127c39ad483b944101ad7 | 1416fcbc7d1892dd176cd4f66f5bd8b6f85a6cc4 | /src/createarray.c | 04ce29df497adec39696a9a2e967fbd94afb3c4a | [] | no_license | Neytral100/SAOD_lab_2 | 28a8f46f0093bbc9dfb6716bf3ecee6e16c05739 | ed358c249f0d8951f9bbfaa7cd9b4dcd9b7fe28f | refs/heads/master | 2023-03-22T05:38:39.541841 | 2021-03-15T15:06:46 | 2021-03-15T15:06:46 | 344,504,877 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 559 | c | #include <stdio.h>
#include <stdlib.h>
void create_array(char** word, int size)
{
int size_of_word = 21;
FILE* pFile;
if ((pFile = fopen("../results/text.txt", "r")) == NULL)
printf("Error open file\n");
for (int i = 0; i < size; i++) {
*(word + i) = malloc(sizeof(char) * size_of_word);... | [
"rymarev.maksim@mail.ru"
] | rymarev.maksim@mail.ru |
02a2b0efdee9267ea7bc136fa72020772f33afea | 3bd68ed6abc5d418195ba9cc9b5a929edfd576ea | /test.c | 759b21b9194d04c74230dc2974c3c5b855dd1ae7 | [] | no_license | parthasaaradhi/cryptopals | 204e0f85e350d71d22512b0f1aefff6831014278 | 20d14906fa93f9fcb4f9a10d7687c007a041101e | refs/heads/master | 2020-12-18T09:39:01.346949 | 2020-01-21T12:05:45 | 2020-01-21T12:05:45 | 235,332,900 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 184 | c | #include<stdio.h>
#include<stdlib.h>
#include "hex.h"
#include "utility.h"
int main()
{
unsigned char c;
unsigned int d;
d = 0;
c = d;
c = c + 45;
printf("%c\n",c);
return 0;
}
| [
"anarchist@Amarchism"
] | anarchist@Amarchism |
30500f83fd471c5b1957a854664b83d52dc47d7f | 35ddd0f3036ac38423ded0435cd4b595f5dab31c | /src/hwsim/morrow/1990.c | 10d82dd9364fd3ec43abd3d692983af575013c09 | [
"Zlib",
"Apache-2.0"
] | permissive | cm68/micronix | 18854e545fefb077fbbfb8a4f4e19296ff258fdb | 6c3165f80f740f96fe4b402d4d87dfc9d8ec210b | refs/heads/master | 2023-07-27T16:40:03.054677 | 2023-07-14T10:13:16 | 2023-07-14T10:13:16 | 138,250,652 | 12 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,281 | c | /*
* the clock is bit-banged, a 1990 clock/calendar chip.
*/
#include "sim.h"
#include "util.h"
#include <time.h>
#include <stdio.h>
#define CLK_DATA 0x01 // the data shifts in and out here
#define CLK_SHIFT 0x02 // the shift register strobe
#define CLK_CMD 0x1c // command bits
#define CC_SHOLD... | [
"curt@zen-room.org"
] | curt@zen-room.org |
e26ff7bcf5e0b7b5c1e71bb6211f2b1c85875833 | 4ab0ce2449a45c9e0ec8f8678db6f9fb92531778 | /Campaign.ocd/System.ocg/Paula.c | 78b26e2b2f9c4b7280cbbac589438fe7b163f393 | [
"CC-BY-3.0"
] | permissive | Armag3ddon/CoN_Campaign1.ocf | 23ade5e3e78f198c50c5279924f81bbaa02be348 | 7537763711caaec9a877a0afb8958cc4395bb91d | refs/heads/master | 2020-03-14T19:55:46.503185 | 2018-08-20T13:17:32 | 2018-08-20T13:17:32 | 131,768,217 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 338 | c | // Functions important to create Paula across scenarios
global func MakePaula(object clonk, int owner)
{
if (owner == nil)
owner = NO_OWNER;
clonk->SetOwner(owner);
clonk->MakeInvincible();
clonk->MakeNonFlammable();
clonk->SetSkin(3);
clonk->SetName("Paula");
clonk->SetColor(RGB(77, 151, 66));
clonk->SetObj... | [
"Armag3ddon@web.de"
] | Armag3ddon@web.de |
f3712e3b58cb4d330f3370aec70adf8d700f5b4c | 9c95bf55193b098eb729e35587e2cee935536b47 | /native/ngap-native/src/asn_generated/NGAP_HandoverRequest.h | 58322da1144db2db9d43f2c79ec9f955c3b27b51 | [
"MIT"
] | permissive | sabouaram/UERANSIM | 6205af5db33be3578f548c315162bbe9de36a434 | f3d28be0706e28e209fc087695c339d172c5a329 | refs/heads/master | 2022-12-26T01:25:18.554061 | 2020-09-16T13:39:21 | 2020-09-16T13:39:21 | 297,064,651 | 1 | 0 | MIT | 2020-09-20T11:49:12 | 2020-09-20T11:49:12 | null | UTF-8 | C | false | false | 1,111 | h | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "NGAP-PDU-Contents"
* found in "asn/NGAP-PDU-Contents.asn"
* `asn1c -fcompound-names -findirect-choice -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D ngap -pdu=all`
*/
#ifndef _NGAP_HandoverRequest_H_
#define _NGAP_Handover... | [
"aligng1620@gmail.com"
] | aligng1620@gmail.com |
dc566615899330b951589c267a69eccaf7151b72 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/darwin-xnu/bsd/net/extr_if.c_if_check_netagent.c | 6572026a2388f34792e4b9d733733b94de7b42c2 | [] | 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,302 | 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 |
daa1e05ec2ee9d52b2ab86ce817f65e25c9993de | 980bbe3ab63e6a8fe920cce2ba9036149e4e652c | /packages/common/arsdk-ng/libarsdk/src/cmd_itf/arsdk_cmd_itf3.h | 6f0f5698e9ca74f0f05bad5e8d48cc4c10b8684a | [] | no_license | oldman3483/Parrot-groundSDK | 7ccb78d80f49cac06250df72720624c07c387b10 | cb79d55e6ffebf94dfb1e2806eb47feefff3ae79 | refs/heads/main | 2023-07-15T17:07:05.626187 | 2021-08-24T06:03:30 | 2021-08-24T06:03:30 | 396,098,931 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,408 | h | /**
* Copyright (c) 2019 Parrot Drones SAS
*
* 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 conditions and the followi... | [
"qazws3483@gmail.com"
] | qazws3483@gmail.com |
b238649d1145f98a928bdbf985ea0929cdf27aaa | 36023048377e4f61bb152ba53750bac212e507f5 | /postgresql-7.4.13/src/include/utils/rel.h | 377822afc692636929f29d9c52a78f2eeda64dfa | [
"MIT",
"PostgreSQL"
] | permissive | mehdimu/d43a3 | cda16a0d52a8862acc483ae2ffc3115c772556a4 | f5135eacd971726fa17c137791d7540a4d707f5e | refs/heads/master | 2021-01-18T05:17:00.937266 | 2015-12-02T16:06:54 | 2015-12-02T16:06:54 | 47,267,047 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 7,519 | h | /*-------------------------------------------------------------------------
*
* rel.h
* POSTGRES relation descriptor (a/k/a relcache entry) definitions.
*
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: ... | [
"alimehdi92@hotmail.com"
] | alimehdi92@hotmail.com |
1a45babeb1974de46fe4bfda73f1047fa73464d8 | e54f29844e652e5b07f3be9033d2dcac27371978 | /msp430-gcc-support-files/include/msp430f6746.h | feb4125afa795820034ce20a5f3ea7620a20941a | [
"MIT"
] | permissive | jaycle/msp430_svd | 84c8f0ce8cb37b3f99dd21b36792898f6d48740d | c97b7f2f1ef7aa27be61a91c2f9dfb024755fc87 | refs/heads/master | 2021-01-25T13:17:15.928556 | 2017-09-29T07:34:11 | 2017-09-29T07:34:11 | 123,544,295 | 0 | 0 | MIT | 2018-03-02T07:14:45 | 2018-03-02T07:14:45 | null | UTF-8 | C | false | false | 395,505 | h | /* ============================================================================ */
/* Copyright (c) 2016, Texas Instruments Incorporated */
/* All rights reserved. */
/* ... | [
"vadzim.dambrouski@promwad.com"
] | vadzim.dambrouski@promwad.com |
f00ff5151f8435959f9da07310e15ec7113b6aff | 8128d50ae068254437ab7d38dbb4d0fa33970bee | /chapter3/3.18.c | e7e721fe30ce6e9f35aab94a13b007857238d46a | [] | no_license | kaiyuxingzhong-zz/csapp-course | a621c63d46d36bbb94d6e9cba42a3f65f1001aba | 40a933dae1ecfb881be5ba4f72615b74d91e1b8e | refs/heads/master | 2022-07-09T06:49:17.491860 | 2020-05-19T02:03:19 | 2020-05-19T02:03:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 484 | c | /*************************************************************************
> File Name: 3.18.c
> Author: sukong
> Mail: sukong@outlook.com
> Created Time: 2016年04月26日 星期二 13时52分36秒
************************************************************************/
#include<stdio.h>
long test(long x, long y, lo... | [
"sukong@outlook.com"
] | sukong@outlook.com |
d65cdc5d810e6a6d024d58af24a2c1ac90ac90d9 | 4a540e7422c061f3736b3040198d41f98b240a0b | /你好世界.c | ccf257c12f40e0ce47f2bce9e335853538157196 | [] | no_license | Ebreaker233/C-study | f30eca6fe4bdfd16e6dc1f1d0a4e879fb5da2316 | 1e944167986028486516b7c4a4531eb1da73131e | refs/heads/master | 2022-11-19T05:02:10.465129 | 2020-07-24T03:01:36 | 2020-07-24T03:01:36 | 282,104,731 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 75 | c | #include<stdio.h>
int main(void)
{
printf("HELLO WORLD\n");
return 0;
} | [
"59713770+Ebreaker233@users.noreply.github.com"
] | 59713770+Ebreaker233@users.noreply.github.com |
fc173efd40c16e28702636bedf2e2570b7960cc6 | 37945ad5eef1eb3e22a1d0a3a3c90c1a00d8d5df | /BellmanFord.c | 9f5356bd2400cba06c65e7ee390b86213f05f204 | [] | no_license | gb115030/BellmanFord | 6a274c01319d211b5e07efa437cbecf24bdc8af8 | 2859587566ae87a38b8543ab9f2110d639bf49d9 | refs/heads/master | 2021-01-18T16:01:52.213559 | 2015-08-10T00:18:33 | 2015-08-10T00:18:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,711 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
int INFINITE = INT_MAX;
struct Edge
{
int src, dest, weight;
};
struct Graph
{
int V, E;
struct Edge* edge;
};
struct Graph* createGraph(int V, int E)
{
struct Graph* graph = (struct Graph*) malloc( sizeof(struct Graph) ... | [
"tny.cmd@gmail.com"
] | tny.cmd@gmail.com |
a4493f85890700ad2b26f979abcc5906448c8ea3 | 7cfa31198c85577c018ad555c017967238bd1d45 | /src/qs8-gemm/gen/3x4c2-minmax-gemmlowp-avx-ld128.c | acf1eb3a58120a8f1248dc1c506db35f92ad0fdc | [
"LicenseRef-scancode-generic-cla",
"BSD-3-Clause"
] | permissive | pdx-trader/XNNPACK | f280454619982af43e687d7b71e549891e326c39 | 8b0e3812b59bb86db6a27d6f3ff735f4e7598ec3 | refs/heads/master | 2023-05-25T23:58:28.481904 | 2021-06-02T22:37:52 | 2021-06-02T22:38:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,068 | c | // Auto-generated file. Do not edit!
// Template: src/qs8-gemm/MRx4c2-sse.c.in
// Generator: tools/xngen
//
// Copyright 2020 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
#include <assert.h>
#include <smmintrin.h>... | [
"xnnpack-github-robot@google.com"
] | xnnpack-github-robot@google.com |
e23ee1671a9bfeb15120124d80e07a1efcc374ea | 6d6b7e68e43cc42454b5ceed283fd0cf1bac343b | /prog1/labC/hello.c | 1cc23c7be3f6c5ef9232ea79178557a01639867a | [] | no_license | nelsonhaze/cprog | 46ba7823ca48a7714eb24e5574cf09426c206f1f | c6a82e54f464e024ba2f9f10d7dc3e232b1697a1 | refs/heads/master | 2020-12-24T15:22:26.727328 | 2014-02-20T20:00:08 | 2014-02-20T20:00:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 91 | c | #include <stdio.h>
int main(int argc,char**argv)
{
printf("Hello world\n");
return 0;
}
| [
"nehazelbaker@gmail.com"
] | nehazelbaker@gmail.com |
c8c5003ba608fde0ba9a28835ebb5f34098b6707 | 3e70eda6819fec5bf5ba2299573b333a3a610131 | /monster/db-server/src/friend/friend.h | 852220273964d397677b6646dce7400ba8bd98ed | [] | no_license | dawnbreaks/taomee | cdd4f9cecaf659d134d207ae8c9dd2247bef97a1 | f21b3633680456b09a40036d919bf9f58c9cd6d7 | refs/heads/master | 2021-01-17T10:45:31.240038 | 2013-03-14T08:10:27 | 2013-03-14T08:10:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,788 | h | /*
* =====================================================================================
*
* Filename: friend.h
*
* Description:
*
* Version: 1.0
* Created: 2011年08月05日 13时22分09秒
* Revision: none
* Compiler: gcc
*
* Author: luis, luis@taomee.com
* C... | [
"smyang.ustc@gmail.com"
] | smyang.ustc@gmail.com |
55f3764b4fd11023ac6294ca0ac3a4ecb50afa58 | 5126938242656c38c017499e0502c1b2ce40cfac | /queueLib.h | c84b1f699680f5cf0088a3039076750edab3d553 | [] | no_license | jainsahab/circularQueue | 93665ce6d90505b5c76c2fe9e2398f3272b4a85b | 251fd0154355279bde9539f222ab81b1ca2902bc | refs/heads/master | 2021-01-18T14:58:40.813580 | 2013-12-07T05:33:01 | 2013-12-07T05:33:01 | 14,976,937 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 317 | h | #include <stdbool.h>
typedef char String[256];
typedef struct{
void *base;
struct queueInfo{
int length;
int elementSize;
int front;
int rear;
}queueInfo;
} Queue;
Queue* create(int elementSize,int length);
bool enQueue(Queue* queue,void* element);
void* deQueue(Queue* queue);
void dispose(Queue* queue); | [
"Prateekj@thoughtworks.com"
] | Prateekj@thoughtworks.com |
be0b975fe684429668875f3b335f15dd3bd8cacf | 5f7f23abfcf63bb83a38472a28a54a0c6943cf16 | /light5/light.c | 9c417763b499545c798870b0a78dd7249847a76b | [] | no_license | FrankLeeC/learn_opengl | 3e78611efa5d02abe32aee9b96402855be2099e3 | b32d90718dc38354acba25df4235694362910cbc | refs/heads/master | 2020-03-20T14:57:52.348743 | 2018-08-05T07:14:54 | 2018-08-05T07:14:54 | 137,499,803 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,371 | c | #define STB_IMAGE_IMPLEMENTATION
#include <glad/glad.h>
#include <GLFW/glfw3.h>
#include <mycommon/loadShader.h>
#include <cglm/cglm.h>
#include <stdio.h>
void processInput(GLFWwindow *window);
void processCursor(GLFWwindow *window, double x, double y);
void processZoom(GLFWwindow *window, double xoffset, double yoffs... | [
"603128423@qq.com"
] | 603128423@qq.com |
040999c43c501df34ab0ee78b4665f731e43fe4a | b0ee100a52588b9521c56449e61ddf0a2925e810 | /nachos_task2/code/test/shell.c | 23055481ea3f936091c4ceda1e5c6fd9371f6613 | [
"MIT-Modern-Variant"
] | permissive | WangHaoYan-WHY/nachos_project | 1130945fb96d2fb4fa74135ecb016301af193dec | abe2d0c983d81472844cb35888b4be4139aa70ed | refs/heads/master | 2022-11-18T23:35:01.731840 | 2020-07-09T08:28:11 | 2020-07-09T08:28:11 | 278,307,769 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,318 | c | #include "syscall.h"
#define NUM_ARGS_shell 11
#define ARG_LEN_shell 60
int
main()
{
char *prompt = "--", buffer[ARG_LEN_shell], ch, args[NUM_ARGS_shell][ARG_LEN_shell], *argv[NUM_ARGS_shell];
SpaceId newProc;
OpenFileId input = 0;
OpenFileId output = 1;
int index, arg_index, current_char;
Write... | [
"wanghaoyan970126@163.com"
] | wanghaoyan970126@163.com |
ef4a01770a96989458bfb681e7232775d31c0836 | 4d0300263d28fb461f285cc2c3dfd7c51621cb4d | /external/pthreads-w32-2-8-0-release/pthread_rwlock_wrlock.c | a0970404417822b4271a9a30a5c5a2da04a22d8c | [
"LGPL-2.1-or-later",
"LicenseRef-scancode-free-unknown",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"LicenseRef-scancode-other-copyleft",
"LGPL-2.1-only",
"MIT",
"LicenseRef-scancode-generic-cla"
] | permissive | coronalabs/corona | 6a108e8bfc8026e8c85e6768cdd8590b5a83bdc2 | 5e853b590f6857f43f4d1eb98ee2b842f67eef0d | refs/heads/master | 2023-08-30T14:29:19.542726 | 2023-08-22T15:18:29 | 2023-08-22T15:18:29 | 163,527,358 | 2,487 | 326 | MIT | 2023-09-02T16:46:40 | 2018-12-29T17:05:15 | C++ | UTF-8 | C | false | false | 3,546 | c | /*
* pthread_rwlock_wrlock.c
*
* Description:
* This translation unit implements read/write lock primitives.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 1999... | [
"vlad@coronalabs.com"
] | vlad@coronalabs.com |
75589375afda7de1e274d8bb88a32911ff232c26 | 3db023edb0af1dcf8a1da83434d219c3a96362ba | /windows_nt_3_5_source_code/NT-782/PRIVATE/SDKTOOLS/VCTOOLS/CVDUMP/DEBSYM.H | bdc9242212a53aaea3a2726c07831dcaf603beb0 | [] | 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 | 1,748 | h | /****************************************************************
* *
* DEBSYM.H *
* *
* OMF definitions for CODEVIEW. *
* *
****************************************************************/
/*
* SYMBOLS segment definitions
*/
/* Record types */
#define S_BLOCK 0 /* B... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
8198981335a16dca2e18a5fc244136a8b116cfad | 6a1338d30f06379285e4b20040f4a49fe1d66529 | /cgi/cmd_trigger.h | 3e0929a7ef1137a2152f98e96ea2f5d2edddf78e | [] | no_license | futuretekinc/ftgm | 25ffde285d5406e4c01099ec617c0744161a2873 | f67aeac954d7d88a5ff5638bacbfaa99f50fa22f | refs/heads/master | 2021-06-10T15:26:33.228129 | 2017-01-16T14:29:12 | 2017-01-16T14:29:12 | 27,913,230 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 488 | h | #ifndef _FTOM_CGI_CMD_TRIGGER_H_
#define _FTOM_CGI_CMD_TRIGGER_H_
FTM_RET FTOM_CGI_addTrigger
(
FTOM_CLIENT_PTR pClient,
qentry_t _PTR_ pReq
);
FTM_RET FTOM_CGI_delTrigger
(
FTOM_CLIENT_PTR pClient,
qentry_t _PTR_ pReq
);
FTM_RET FTOM_CGI_getTrigger
(
FTOM_CLIENT_PTR pClient,
qentry_t _PTR_ pReq
);
FTM_RET... | [
"xtra72@gmail.com"
] | xtra72@gmail.com |
2f6ba4763c708a5dd1c2499c603c41d2509d2e1c | 2875e427d9931ab8cfe2e066e1568c3130fcc3f2 | /Solaris_2.6/os_net/src_ws/usr/src/lib/libbc/libc/sys/common/lseek.c | 8785183b8ed8bea7994cc608f9623d14129f3e76 | [] | no_license | legacy-codedigger/Solaris-2.6-Source-Code | 3afaff70487fb96c864d55bd5845dd11c6c5c871 | 60a0b3093caa7d84e63dd891a23df0e8e720bf3d | refs/heads/master | 2022-05-23T16:05:32.631954 | 2020-04-25T01:07:08 | 2020-04-25T01:07:08 | 258,658,903 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 852 | c | #include "compat.h"
#include <errno.h>
#include <syscall.h>
#include <sys/types.h>
#include <unistd.h>
extern int errno;
off_t lseek(fd, offset, whence)
int fd;
off_t offset;
int whence;
{
int off, ret, fds;
if (whence <0 || whence > 2) {
errno = EINVAL;
return(-1);
}
if ((fds = fd_get(fd)) != -1) {
off = ... | [
"zahir.meddour@protonmail.com"
] | zahir.meddour@protonmail.com |
b0b4756cc5ad20de648c64ab936aae0ee244c7eb | 3123ce87d4983c68990fe75276539e31e85aba73 | /year-2023-version/rule-003/compliant-1/rule-3-compliant-1.c | d399587919ec2af8a9b18b1ed71f0b56ab491027 | [
"MIT"
] | permissive | HenrikSamuelsson/c-coding-standard | 5619fbb3331ae58010f82c5ba221ac271669fc3d | 2c83d7cdd4bf33f2de937d60c67806425e6b046c | refs/heads/master | 2023-03-11T09:16:35.194798 | 2023-03-06T06:12:56 | 2023-03-06T06:12:56 | 250,990,681 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 111 | c | #include <stdio.h>
#define SIZE 4
int main(void)
{
char a[SIZE] = "abc";
printf(a);
return 0;
}
| [
"henrik.samuelsson2@saabgroup.com"
] | henrik.samuelsson2@saabgroup.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.