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
a56f39c52c1df9fcc67e3d2ee1ef5bbe14266f11
53ba9505d49ac245b04273ca79d45ea11b6758c2
/macros_and_structures/1-print_string_struct.c
6e344f65d1d27157bc0744bdf99a2f89e2101703
[]
no_license
ais047/holbertonschool-low_level_programming
02419c217d378c41cc71efdae3abc9614ffaf051
5325e8153f45b4225242df0f34a500c503fa9403
refs/heads/master
2021-06-02T19:59:50.170560
2016-09-02T23:04:26
2016-09-02T23:04:26
null
0
0
null
null
null
null
UTF-8
C
false
false
552
c
#include "str_struct.h" #include <unistd.h> #include <stdlib.h> int print_char(char c); void print_string_struct(struct String *str) { int i = 0; /* Increment through the value and print each char. */ while (str->str[i] != '\0') { print_char(str->str[i]); ++i; } /* Then print the remaining charact...
[ "buchanan.3rd@gmail.com" ]
buchanan.3rd@gmail.com
bf6ed324fcb01f1751d44d8c8d971494185fcbd1
64a7f067799b1eb7e6c20ac7393a6956a492509a
/plibs/include/list_internal.h
145702b5397936f5818feb93847f2a20525fc7de
[]
no_license
wanborj/xPSPM-C
7c4ae2d64395832e0bce12afb6a93a59cc352e97
9155c52de514e3162fd52ac49b0e7f6155afd3b5
refs/heads/master
2021-01-20T16:09:19.440699
2017-06-30T13:31:18
2017-06-30T13:31:18
95,724,606
0
0
null
null
null
null
UTF-8
C
false
false
2,182
h
#ifndef __LIST_INTERNAL_H #define __LIST_INTERNAL_H /* * list type * */ typedef struct item{ void * entity; // the object item, event or servant void * owner; // the list it belongs to struct item *next; struct item *prev; } prv_item_t; typedef struct list{ int length; prv_item_t ...
[ "wanborj@mail.ustc.edu.cn" ]
wanborj@mail.ustc.edu.cn
bb354e261bbef745a52ec434d00b6d7881f5dd9c
2375982b1b8bfb125c8c817051749319ebdeb6ba
/libft/ft_tolower.c
aa93e3d295fea4c45d7ce8170b83607500a18f13
[]
no_license
kaysiz/minishell_test
cee6ca236cb8af873d607d6d336c2f2aceee2295
4376b564772175e9b646f435ca46b4375a0a0517
refs/heads/master
2020-03-29T13:43:14.055284
2018-10-19T15:51:50
2018-10-19T15:51:50
149,978,189
0
0
null
null
null
null
UTF-8
C
false
false
970
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_tolower.c :+: :+: :+: ...
[ "ksiziva@gmail.com" ]
ksiziva@gmail.com
d3514c9141c24d156018885a0feafbbfd4ac4634
0cb85cd0c88a9b9f0cca4472742c2bf9febef2d8
/Prague/CodeGen/debwatch/heap.c
974528668973ff04070e9b9f163b6bc96dd7e867
[]
no_license
seth1002/antivirus-1
9dfbadc68e16e51f141ac8b3bb283c1d25792572
3752a3b20e1a8390f0889f6192ee6b851e99e8a4
refs/heads/master
2020-07-15T00:30:19.131934
2016-07-21T13:59:11
2016-07-21T13:59:11
null
0
0
null
null
null
null
UTF-8
C
false
false
1,126
c
#define __kernel_h #include "custview.h" #include "../../loader/win32/wheap.h" typedef struct tag_HEAP { struct tag_hi_Heap obj; HeapData data; } tHEAP; // --- HRESULT WINAPI phHeap( DWORD address, DEBUGHELPER* pHelper, int base, BOOL ignore, char* pOutputStr, size_t dwMaxSize, DWORD reserved ) ...
[ "idrez.mochamad@gmail.com" ]
idrez.mochamad@gmail.com
a027a9cb19231fc0ba13cf0a920d26feb9171eac
bb13890efcba64508e9df4e9573ec10292e7edc9
/src/game_events_sprites.c
52309cd52693d32b2c96733de296e1646f995376
[]
no_license
andy-software/DoomNukem
1a7a9c57af1b565691d6319f98a1d91242551a30
032b59f36f0eb066ce6a99b620c70fc4cb5ea7aa
refs/heads/master
2020-05-18T18:27:53.025199
2019-12-18T18:23:58
2019-12-18T18:23:58
184,580,781
6
1
null
null
null
null
UTF-8
C
false
false
2,547
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* game_events_sprites.c :+: :+: :+: ...
[ "mdanylch@e1r1p12.unit.ua" ]
mdanylch@e1r1p12.unit.ua
6e794da8c4b9c82ed50a9f1a4ddd146b0085331b
43eebabd91b27015ced96166c21a720ad3415ba5
/PZ8583/8583/iso8583/dl_str.c
de10e42b8c06d3a1578b8f019ffd02a2d28d90b8
[ "MIT" ]
permissive
codefunny/ObjC-PZ8583
416261eeaeb453b463762d468e7cb295a9c4bf88
246371d08e45541beaf7aaa643b3fe02c6668390
refs/heads/master
2020-05-20T14:09:03.247581
2017-07-25T06:46:57
2017-07-25T06:46:57
40,586,072
12
1
null
null
null
null
UTF-8
C
false
false
14,837
c
/******************************************************************************/ /* */ /* Copyright (C) 2005-2007 Oscar Sanderson */ /* ...
[ "winchaozheng@gmail.com" ]
winchaozheng@gmail.com
f54aad70902ed30d6bd7f80ba2ea744032468c53
5c43b18b967da189b135850b7af27c98062c02ab
/src.export/sys/arch/x86/x86/pmap.c
ee08bf9bfb5ac5463caad78e24f6b6afcbd4e19a
[]
no_license
ghsecuritylab/random
dfd2ab87ae736e5f42de9fddf0a36b8f38bd1714
d76df479c90c7a318f5486dbc6337ef8faa1c7fb
refs/heads/master
2021-02-26T17:33:20.003092
2018-08-16T09:36:43
2018-08-16T09:36:43
245,542,883
0
0
null
2020-03-07T00:40:05
2020-03-07T00:40:04
null
UTF-8
C
false
false
119,651
c
/* $NetBSD: pmap.c,v 1.289 2018/03/04 23:25:35 jdolecek Exp $ */ /* * Copyright (c) 2008, 2010, 2016, 2017 The NetBSD Foundation, Inc. * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Andrew Doran, and by Maxime Villard. * * Redistribution and use in source...
[ "ais2397@gmail.com" ]
ais2397@gmail.com
335b4bc666d4067c1ac9de45a5880bfe35b64569
45823e1776314c399b573ec5f0d4215d616b1872
/src/epd2in13.h
7b1e6bd3c647119f2406b5a8757af73f11cfedc4
[]
no_license
red-fox-star/waveshare-epaper
4b62e21d165c4f3f80303baf127be8628ad0ae0e
d075256c9a657ba59a08b64912b0a097c8674f7a
refs/heads/master
2022-12-31T21:41:14.246986
2020-10-23T21:34:40
2020-10-23T21:34:40
305,501,952
2
1
null
2020-10-23T21:34:41
2020-10-19T20:12:03
C++
UTF-8
C
false
false
845
h
#include "Arduino.h" #include "epd.h" /** ****************************************************************************** * @file edp2in13.h * @author Waveshare Team * @version V1.0.0 * @date 23-January-2018 * @brief This file describes initialisation of e-Papers: * 2.13, * ...
[ "red@foxpost.xyz" ]
red@foxpost.xyz
bae30768ee84140fa37922dd4cc6b6bacd488fa5
f2a4483b43be07d99de8af9d165f6302d45254a7
/sys/arch/arm64/stand/efiboot/conf.c
e504d624820b6929bdb5d9516b2d63c0eda0b477
[]
no_license
zautomata/src
7ad3cee2227b22b4adb30b48f321e25c5cec40b5
c60fd96debf7bbccf863fc27c3aa05452a41feaf
refs/heads/master
2021-05-10T18:16:18.084732
2018-01-23T07:06:55
2018-01-23T07:06:55
null
0
0
null
null
null
null
UTF-8
C
false
false
2,218
c
/* $OpenBSD: conf.c,v 1.10 2018/01/21 21:35:34 patrick Exp $ */ /* * Copyright (c) 1996 Michael Shalayeff * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source c...
[ "patrick@openbsd.org" ]
patrick@openbsd.org
bbfe92db9e42fb2bbb03debd3ba7e3d690e5c2b4
5c1ecaca2f2ec0ccad9b84e50a92b879d96effe0
/c_programs/Assignment_4/char_stack.h
c7db09f951fc43be0339e02a3180de5f28ff8b6c
[]
no_license
vishal6969/UCA-B
a4edabc8f511f50457e1425511aed5a16b1dc172
bb532a8f3deecc7915829aa50406230cb6483a81
refs/heads/master
2023-09-02T20:25:36.856310
2021-09-27T18:35:26
2021-09-27T18:35:26
387,739,872
0
0
null
null
null
null
UTF-8
C
false
false
2,662
h
/* * The program implements stack funcionalities * * functions: * push- add an element to the stack * pop- remove and return the topmost element in stack * peek- return the topmost element in stack * isEmpty- return true if stack is empty otherwise return false * */ #include<stdio.h> #include<stdlib....
[ "vagrant@myvm18" ]
vagrant@myvm18
5a36d211bc3da1c5f4731376004eb42ced7576d5
dd6643a0deb8726ccb02ac5f9722b01c3c5c3455
/psa-ff/test_suites/ipc/test_i017/test_i017.h
3ad60d00e24390b23884734b0cd57dfd400c69a7
[ "Apache-2.0" ]
permissive
cloverpop/psa-arch-tests
f37ada65cbda819c518d97830da1f0eaea7a3037
bf0da5c737f8fb9ba414912b317826ed7b6b798a
refs/heads/master
2020-04-02T16:05:05.186152
2018-10-23T04:44:10
2018-10-23T04:44:10
null
0
0
null
null
null
null
UTF-8
C
false
false
1,028
h
/** @file * Copyright (c) 2018, Arm Limited or its affiliates. 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. * You may obtain a copy of the License at * * http://...
[ "prasanth.pulla@arm.com" ]
prasanth.pulla@arm.com
3e3d0a0b9da29be0be83ecfcdc458b5b13be487e
5813789e210612742c7a6cb1c689651b107fcf38
/script_rel/ambush_odr_bridge_ambush.c
aaac019e34ab93436108938e9300d91b00d9299a
[]
no_license
Jill0/rdr3-decompiled-scripts.1232
e77b325be4761c0517fbb1b103f101abca30aa76
023e299cb6050ce07b5aad4147df58e304c0450f
refs/heads/master
2020-12-09T08:59:36.862443
2019-12-16T20:28:33
2019-12-16T20:28:33
null
0
0
null
null
null
null
UTF-8
C
false
false
534,834
c
#region Local Var var uLocal_0 = 0; var uLocal_1 = 0; var uLocal_2 = 0; var uLocal_3 = 0; var uLocal_4 = 0; var uLocal_5 = 0; var uLocal_6 = 0; float fLocal_7 = 0f; float fLocal_8 = 0f; var uLocal_9 = 0; var uLocal_10 = 0; var uLocal_11 = 0; var uLocal_12 = 0; var uLocal_13 = 0; var uLocal_14 = 0; struc...
[ "37632412+gottfriedleibniz@users.noreply.github.com" ]
37632412+gottfriedleibniz@users.noreply.github.com
d3ef9738ceb2f319fd9e278d7c94e903a99c49d3
dc2d9ad511dd33087c8ae2cbb3d396436153abcb
/libft/ft_dlstadd_back.c
4f0aad7d03420fa4da6ae3651393d6ef27e9381d
[]
no_license
TsakBoolhak/so_long
008a16dc3734865524ea3512102f166f1015975e
5a4a8618ad93140e81defc58fb89bf6c78f99a9c
refs/heads/master
2023-07-03T11:26:36.114095
2021-08-15T16:35:26
2021-08-15T16:35:26
386,783,371
0
0
null
null
null
null
UTF-8
C
false
false
233
c
#include "ft_dlist.h" void ft_dlstadd_back(t_dlist **alst, t_dlist *new) { t_dlist *lst; if (!new || !alst) return ; if (!*alst) { *alst = new; return ; } lst = ft_dlstlast(*alst); new->prev = lst; lst->next = new; }
[ "tsakboolhak@gmail.com" ]
tsakboolhak@gmail.com
ac128c3ed5cdcd57a86a040c46bce1c30f100393
21292b480b6a1eeb82ad9afea69c60baab2454a6
/src/mmt_mobile/asn1c/ngap/NGAP_PDUSessionResourceSetupResponseTransfer.c
695c10997edf1a44f2a4b686b2344c1c0e7184dd
[ "Apache-2.0" ]
permissive
Montimage/mmt-dpi
fb0d1f695663ded73568d64093465c60803d828a
6dc790734cb32d3b89966535666239b103eada5c
refs/heads/master
2023-08-22T12:23:41.276825
2023-07-17T08:38:54
2023-07-17T08:38:54
450,171,795
6
1
Apache-2.0
2023-08-03T09:33:50
2022-01-20T16:24:40
C
UTF-8
C
false
false
4,186
c
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NGAP-IEs" * found in "./support/ngap-r15.2.0/Information-Element-Definitions.asn1" * `asn1c -D ./common -gen-PER -pdu=all -fcompound-names -findirect-choice -fno-include-deps -no-gen-example` */ #include "NGAP_PDUSessionResourceSetup...
[ "nguyenhuunghia.gtvt@gmail.com" ]
nguyenhuunghia.gtvt@gmail.com
6803bf25b8641f9f9b707a6b471de93d2ca1c608
2d59fb0c5b5a7dbc1c31fab2ea3b89a08a859ef6
/drivers/mtd/ubi/kapi.c
bcea71b1b2364f0f86121a4c51f5e2e308ce83e4
[ "0BSD", "GPL-2.0-or-later" ]
permissive
CPU-Code/-u_boot_fslc
683f4d183723df62f17645ec7f2d3c6bccbf737c
da15f58fe22fce65c6934eaa0d69d8bd2631f9a7
refs/heads/master
2023-04-03T15:38:33.105773
2020-05-16T12:04:44
2020-05-16T12:04:44
278,999,208
0
0
0BSD
2021-04-20T20:20:33
2020-07-12T05:38:02
C
UTF-8
C
false
false
25,068
c
// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) International Business Machines Corp., 2006 * * Author: Artem Bityutskiy (Битюцкий Артём) */ /* This file mostly implements UBI kernel API functions */ #ifndef __UBOOT__ #include <linux/module.h> #include <linux/slab.h> #include <linux/namei.h> #include <lin...
[ "923992029@qq.com" ]
923992029@qq.com
dc35cee5c13f162ca6c77ecb7b2d77bdacf482af
083f7a46922cd442a647979937e0415f8f711e81
/complie-link-load/cp7/Lib.h
edb0e7c8f3b8d5f92953ffe595aa7dd96a5a08d2
[]
no_license
liuy-steve/samplecode_sum
f78838ffb52bfc47240fa71274d39300279ed61a
725d347182363352deb1aaa52b8cc2be7adf00b0
refs/heads/master
2020-05-19T09:45:53.485893
2014-09-17T02:01:17
2014-09-17T02:01:17
null
0
0
null
null
null
null
UTF-8
C
false
false
78
h
/* Lib.h */ #ifndef LIB_H #define LIB_H void foobar(int i); #endif
[ "liuy_steve@hotmail.com" ]
liuy_steve@hotmail.com
40a1aab52957bdb0deb402b9fcb88d9939061bae
95c53689d8b694acd79d8b2f047ca8b64ee4a5dc
/Tools/macross/listing.h
181e5deca6e7af0d29025900ad2909b13c9e9436
[ "MIT" ]
permissive
ssalevan/habiclient
e7cea40bfe5e747925dc73310d0c439ca717314e
b927ee34836121150cf7fd657c89dd2469cda9d6
refs/heads/master
2022-12-15T16:13:14.969498
2020-09-02T19:53:16
2020-09-02T19:53:16
292,349,054
5
2
null
null
null
null
UTF-8
C
false
false
1,467
h
#ifndef LISTING_H_ #define LISTING_H_ #include "macrossTypes.h" #include <stdarg.h> void outputListing(void); void terminateListingFiles(void); void generateListing(void); int printMacroLine(int numberOfBytes, int byteAddress, statementKindType kind); void readSourceFileLine(int *sourceAddressPtr, int *sourceDepthPt...
[ "steve.salevan@gmail.com" ]
steve.salevan@gmail.com
71b01d8cdbb4b8c35d2352f4f45c70a3fd350887
e5e0160c4606cfe8ce7241b45bbcb593619aaec7
/trunk/runtime/gc/statistics.h
b04a02418b4aa363c25ed85609f7fed42bf371f2
[]
no_license
macressler/multiMLton
f98d7fc1f376cabe8efd4a678397d40fc814038c
1971b0f74f0db4dce9bad077a9c79ee158933510
refs/heads/stop-the-world-GC-AMD64
2021-01-19T18:17:16.575189
2014-03-10T17:00:17
2014-03-10T17:00:17
88,352,951
1
0
null
2017-04-15T14:42:44
2017-04-15T14:42:44
null
UTF-8
C
false
false
1,996
h
/* Copyright (C) 1999-2008 Henry Cejtin, Matthew Fluet, Suresh * Jagannathan, and Stephen Weeks. * Copyright (C) 1997-2000 NEC Research Institute. * * MLton is released under a BSD-style license. * See the file MLton-LICENSE for details. */ #if (defined (MLTON_GC_INTERNAL_TYPES)) enum { SYNC_NONE = 0, SY...
[ "chandras@cs.purdue.edu" ]
chandras@cs.purdue.edu
a738f19395d55b8b81d9dcae96100d8c02f9b6c7
b1d6221c43246f1cb11619ecd117cf7097e7b18d
/SDK_2.6.1_JN5189DK6/boards/jn5189dk6/driver_examples/spi/interrupt_b2b/slave/spi_interrupt_b2b_slave.c
12d1e93ae6db048058ce0265bd88787446743c02
[]
no_license
tomyqg/aqara-opple
582743915413eb9d5d66264fc537b846a45f87b5
59c9712746a472ecec5ac06912b42a8af61685a4
refs/heads/main
2023-02-03T03:29:32.521589
2020-12-24T13:17:05
2020-12-24T13:17:05
null
0
0
null
null
null
null
UTF-8
C
false
false
4,319
c
/* * Copyright (c) 2016, Freescale Semiconductor, Inc. * Copyright 2016-2017 NXP * All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ #include "fsl_spi.h" #include "board.h" #include "fsl_debug_console.h" #include "pin_mux.h" #include <stdbool.h> /*************************************************...
[ "145518+Schischu@users.noreply.github.com" ]
145518+Schischu@users.noreply.github.com
5f559c7ee7303fc771a8677677cdafe7ce4d16c5
3d0a4e264a936bf7f69cdb0d6bd6526e07261fd6
/src/functions_helper.h
2bbcf8a38423420c300e9348bc60f967c42cecb4
[]
no_license
castic96/pseudoNTFS
ab33f339774c4b61121ca3baf8ab03318da43d7f
44cf467ab3876219773cc16e570ec98793f10548
refs/heads/master
2021-10-15T23:37:57.806660
2019-02-06T22:09:12
2019-02-06T22:09:12
165,530,757
0
0
null
null
null
null
WINDOWS-1250
C
false
false
2,689
h
/* PseudoNTFS file system Verze: 1.0 Hlavičkový soubor: functions_helper.h Detailní informace v souboru functions_helper.c Dialekt: C11 Překladač: každý kompatibilní s normou C11 Copyright (c) Zdeněk Častorál, 2019 Semestrální práce z předmětu KIV/ZOS */ #ifndef _FUNCTIONS_HELP...
[ "zdenek.castoral@aimtecglobal.com" ]
zdenek.castoral@aimtecglobal.com
69b1d20ea6b0fb9bc5fef86bb73d656442d55121
4e277e780778ddf4ad58570fb33b940033c13380
/src/chassis.c
e05c6de87e4fe87114294aba8b41bc5a7bbd13a9
[]
no_license
lbayl0721/InitialTest
90cddfb9e1e51e9cb8a02dd5f32ba19ac7b0c5e2
f8dc7a54ab634a3aa7cb0e0917eb3dd349d9d44f
refs/heads/master
2020-12-30T16:42:00.831519
2017-05-11T19:45:46
2017-05-11T19:45:46
91,017,442
0
0
null
null
null
null
UTF-8
C
false
false
1,011
c
#include "main.h" // includes API.h and other headers Encoder leftEncoder, rightEncoder; void chassisSet(int left, int right) { blrsMotorSet(MOTOR_LEFT_BACK, left, false); blrsMotorSet(MOTOR_LEFT_FRONT, left, false); blrsMotorSet(MOTOR_RIGHT_BACK, right, false); blrsMotorSet(MOTOR_RIGHT_FRONT, right, false...
[ "baylessluke@gmail.com" ]
baylessluke@gmail.com
eee33b8f6fe0f672e90850770a3af834d90f1f7e
9d4ac0a043f8eec31c9f99693be411799ad2e9c6
/libft/ft_lstdel.c
585a9e720a037ac35ba8f5e2fefd0a334b045a93
[]
no_license
kroutled/GetNextLine
dc840712aa175ebb268c1b6f5d9e909c3ee5bb06
559cefc0e4b5244867c96fff1ac232d08735d5b1
refs/heads/master
2021-10-14T08:44:01.344362
2019-02-03T13:29:37
2019-02-03T13:29:37
116,820,563
0
0
null
null
null
null
UTF-8
C
false
false
1,158
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_lstdel.c :+: :+: :+: ...
[ "kroutled@e4r6p9.wethinkcode.co.za" ]
kroutled@e4r6p9.wethinkcode.co.za
ae69f9ad4453dc50de0df4834cb088a0542c1941
8da06b3f913eb62858c3c998b5aa8f6f5159aa49
/src/import/chips/p9/procedures/hwp/nest/p9_sbe_check_quiesce.C
8b4e57255dcedcc18831df81ee036c9fa33973de
[ "Apache-2.0" ]
permissive
abkumarl/sbe
77655aa3781fa1ba25b5d921e0151262e2e63f2f
b99e4a419eecff1dbc488324e11aa0a3e31aa368
refs/heads/master
2021-09-01T18:02:50.552125
2017-12-27T07:54:44
2017-12-27T10:28:26
null
0
0
null
null
null
null
UTF-8
C
false
false
52,064
c
/* IBM_PROLOG_BEGIN_TAG */ /* This is an automatically generated prolog. */ /* */ /* $Source: src/import/chips/p9/procedures/hwp/nest/p9_sbe_check_quiesce.C $ */ /* ...
[ "sgupta2m@in.ibm.com" ]
sgupta2m@in.ibm.com
8cc0cca4d435f557f5aef349a6f6493f5dd19c6e
200d6b5d8cfa355dbca1edc4d3578f26e0e56b6f
/legacy/media/mm-core/src/8660/qc_registry_table.c
3253370cf0ae46b5942bb0e0137afe9d0ede44c2
[]
no_license
Arc-Team/android_device_htc_holiday
f980cc55496570bdcc201e64c2853b29fb2eb327
3b980241ed83fae85307117142acae7b771b9bca
refs/heads/cm-11.0-next
2021-01-19T06:10:51.329947
2015-06-15T01:36:58
2015-06-15T01:36:58
21,220,987
2
6
null
2015-09-10T01:08:43
2014-06-25T22:43:22
C++
UTF-8
C
false
false
13,227
c
/*-------------------------------------------------------------------------- Copyright (c) 2010-2011, Code Aurora Forum. 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 co...
[ "josegalre@gmail.com" ]
josegalre@gmail.com
36fc69e6734a23985bd5a8be25d20acb9c3f28dd
1cc8fd447c8ff2c1dc4355685ef97d9bab90b098
/Phase2/utilities.c
5773f69db5853dedc7b8e0c0046e356b24a15b46
[]
no_license
xavidram/Systems-Programming-Assembler
bcd997096b8a5bf25e020ee2435085d81352305b
1bbf6e2f8d5794fef5a37848af41dbee6638c054
refs/heads/master
2021-01-10T01:17:59.005239
2016-02-18T20:21:34
2016-02-18T20:21:34
47,374,407
0
0
null
null
null
null
UTF-8
C
false
false
6,884
c
/* Created by: Xavid Ramirez Date: 10\25\2015 */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include "prototypes.h" //opCodes are already in base 10, would have to convert to hex later on. OPCODES OPTAB[] = {{"ADD", 0x18},{"AND",0x58},{"COMP",0x28},{"DIV",0x24},{"J",0x3c}, {"JEQ",0...
[ "xramirez1@broncs.utpa.edu" ]
xramirez1@broncs.utpa.edu
fa287a94c75dffbae521f74e193b7c85995797e5
1155862bd3728a31d9d764c57a615275b08db05c
/ServoControllerTest/Src/main.c
a59715b42910f57b36a5a115d6c083f2e142f087
[]
no_license
bxiuaxiup/le484project
fe763ac4583bc6c251bcff6a47d337838fbd7a76
c11ad1e68e29850f0378fc22564e7cf120ff4516
refs/heads/master
2020-05-02T03:10:25.047841
2019-04-05T07:45:08
2019-04-05T07:45:08
177,721,811
0
0
null
null
null
null
UTF-8
C
false
false
15,173
c
/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief : Main program body ****************************************************************************** * @attention * * <h2><center>&copy; Copyright (c) ...
[ "xiuxiu_kamonchanok@hotmail.com" ]
xiuxiu_kamonchanok@hotmail.com
2e3ea3e39977df28901776e8215d4b8174b70367
0c5d3b088080577388f5766431487534f93a2c40
/Github-Projects-Origin/linux-master/drivers/mtd/ubi/misc.c.bak.c
64ac177e6ca01eb0cbf2b5ab987d2e983e208046
[]
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
5,568
c
#include <assert.h> #include <string.h> #define INCLUDEMAIN /* * Copyright (c) International Business Machines Corp., 2006 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2...
[ "wangcong15@mails.tsinghua.edu.cn" ]
wangcong15@mails.tsinghua.edu.cn
7dee71bfec074d48b33a640f5c1e41a7d5ade428
45d02c4923813157c43e6bea31e3673f5f3a55a1
/libft/libft/ft_strnequ.c
b176fa0de01db6e9359bca49e09996f5065e4778
[]
no_license
juliantoyeo/42_fractol
22e9debee28a9c0b4ed99841255251a0dbb4ec48
181e15855647eff3d829a6a24419b9128c08b6fa
refs/heads/master
2020-04-07T01:29:37.966785
2018-11-19T19:06:59
2018-11-19T19:06:59
157,943,084
3
0
null
null
null
null
UTF-8
C
false
false
1,091
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strnequ.c :+: :+: :+: ...
[ "julianto.yeo@gmail.com" ]
julianto.yeo@gmail.com
ddf769708d940590423422a33ea2d7620f3658ea
f52690360d6ef3985c104adc3edfddbcbba2d3d2
/kernel/inc/screenUtils.c
e9824af66a9d2a08ee5782c041679fc15dcbc458
[ "MIT" ]
permissive
IvanJasenov/Q-OS
517565975d13024e99b0d4faad3e12b622c1bf10
bfc801a7feac1a7194a3e3b37351ef6a5c725d97
refs/heads/master
2020-12-07T15:32:32.397179
2015-11-14T07:19:50
2015-11-14T07:19:50
null
0
0
null
null
null
null
UTF-8
C
false
false
3,513
c
//include the code from the respective header file #include "screenUtils.h" //Initialize the variables created in screen.h uint8 writing = 0, progexit = 0, layout = 0, ctrl = 0, typingCmd = 0, startCmdY = 0, startCmdX = 0, newCmd = 0; string writerContents = "Welcome to the Writer program. Start typing to modify this ...
[ "raph.hennessy@gmail.com" ]
raph.hennessy@gmail.com
7fccd1ee50c4f7ee5dba7980815830e33fbe5eaf
f6c1b23ea282dd4c81fc4b6a6c338b5858c52aae
/ft_bzero.c
db2f208467115d7efad575e0599bb30e6e435dd5
[]
no_license
eskapte/Libft
01df7743971a4635d26861c491929a9bbb521f13
27ed64686f078a81ab3b2150b2c86eee2b8e8440
refs/heads/master
2023-01-21T20:25:39.293943
2020-12-01T17:23:19
2020-12-01T17:23:19
317,615,968
2
0
null
null
null
null
UTF-8
C
false
false
980
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_bzero.c :+: :+: :+: ...
[ "eskapte@mail.ru" ]
eskapte@mail.ru
47c5e8b304c9d28f1c03b5b98590f2df11d09445
c080cc02dffcb7399dd8fed726b857d3ff832216
/pud.h
328341edfbd034e04f8901cda2b2f9e52fdb664d
[]
no_license
xiaoqiangbi/MSP430F149ILI9325
41d3a54f52692d293a31e448cb9f6c779b753ab4
a095cadadfeb1e7723a98daca1235df3778e5f20
refs/heads/master
2021-01-18T20:17:07.362616
2014-08-10T15:57:11
2014-08-10T15:57:11
null
0
0
null
null
null
null
GB18030
C
false
false
313
h
unsigned char ATCMGF[]="AT+CMGF=0\r\n"; //设置短消息通知单片机服务端 unsigned char ATCN[]="AT+CNMI=2,1\r\n"; //uchar ATCMGS[]="AT+CMGS=40\r\n"; uchar ATCMGS[]="AT+CMGS=40\r\n"; uchar ATNUM[]="0891683108701905F011000B818177004940F50008A71A5BA451856E295EA653D1751F5F025E38FF0C8BF76CE8610FFF01";
[ "orcatropos@gmail.com" ]
orcatropos@gmail.com
e8f8ede92c09be1e7df43039ac424cfa30a12bc0
3db023edb0af1dcf8a1da83434d219c3a96362ba
/windows_nt_3_5_source_code/NT-782/PRIVATE/NET/NETCMD/MAP16/PSERVICE.C
65ccef4ac5e6c0a0e1e93f96c3c9aa9882df1d2f
[]
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
4,210
c
/**********************************************************************/ /** Microsoft LAN Manager **/ /** Copyright(c) Microsoft Corp., 1990, 1991 **/ /**********************************************************************/ /* pservice.c mapping layer for NetService API FILE HIS...
[ "benjamin.barratt@icloud.com" ]
benjamin.barratt@icloud.com
ff7e0bd5b22d00555065f2bd910314f8257d7177
bc6430c488a225a2796b50632cd4a88395777a76
/ThirdParty/include/lterrc/asn1c_36331_d10/SupportedBandListEUTRA-v1250.h
f72e5309a1a4b9c894fe44a411ac4e47c6c68232
[]
no_license
shflyeagle/EagleEye
5f312eaaf9a8a4e2bf5786a38d4f3d6d690d71b7
98b3b802a572ad81bc346905dfdf8396a8189912
refs/heads/master
2020-05-07T08:33:53.684195
2019-04-10T07:53:56
2019-04-10T07:53:56
180,328,573
0
0
null
null
null
null
UTF-8
C
false
false
1,096
h
/* * Generated by asn1c-0.9.27 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "/home/qiongbod/asn1c-0.9.27/asn1c/input/36331-d10.asn" * `asn1c -S /home/qiongbod/asn1c-0.9.27/skeletons -fcompound-names -fwide-types -gen-PER` */ #ifndef _SupportedBandListEUTRA_v1250_H_ #define _...
[ "qiongbo.deng@nokia-sbell.com" ]
qiongbo.deng@nokia-sbell.com
83e7dae682035ab6fcfa0babd274371a2f5a7c78
8bb213bdfae1aeb34cce1e260d1ebf3e0531e573
/lib/gsl-2.6/multifit/test.c
6daa31a72e2e1523ae174c05bc3044e128df3248
[ "GPL-1.0-or-later", "FSFAP", "GPL-3.0-only", "MIT" ]
permissive
karanbirsandhu/nu-sense
b30c4e23dcb49e288d9d51d538ec9b092a949631
83fd1fc4cbd053a4f9b673d5cd5841823ddd4d8b
refs/heads/master
2020-08-31T11:15:30.181813
2019-12-19T04:51:10
2019-12-19T04:51:10
218,677,856
0
0
MIT
2019-12-19T21:07:40
2019-10-31T03:34:09
C
UTF-8
C
false
false
1,548
c
/* multifit/test.c * * Copyright (C) 2007, 2013 Brian Gough, Patrick Alken * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or (at * your option) any l...
[ "akaljotsingh7010@gmail.com" ]
akaljotsingh7010@gmail.com
dda78d881368d8ea19836cb712c176c2bd15124e
b07d05718d5d71c2ab6b0031f551aa47230e499f
/c/cs2050Solutions/hw1/hw1.c
b633fd2d2fc269374bad6a79d8aee0e29cf81237
[ "MIT" ]
permissive
mremtf/assignments
4206d5d8d97745189fba7882178dd6a0c721d99b
605964da9f9cb2e9002c7fd9a6cbb3b6da3bd908
refs/heads/master
2021-01-10T06:47:57.991401
2015-09-28T19:02:21
2015-09-28T19:02:21
36,463,422
0
0
null
null
null
null
UTF-8
C
false
false
4,604
c
#include <stdio.h> #include <stdlib.h> #include <ctype.h> #include <string.h> #define MAX_STRING_LEN 25 int find_number_of_suffixs(char **string, int size); int find_number_of_prefixs(char **strings, int size); int binary_search(char **strings, char* target, int start_idx, int end_idx); int histogram(char **strings,...
[ "matthew@Matthews-MacBook-Pro-4.local" ]
matthew@Matthews-MacBook-Pro-4.local
db7901aa403e55ed8a82991d4c4a54e44c4bd122
aa6e043a02891a9a2e0b1f420b129de5a8ea1c84
/src/core/ext/upb-generated/envoy/config/listener/v3/quic_config.upb.c
4f5d6d4a5494d3048f116a85afbb56227ca4e20e
[ "BSD-3-Clause", "MPL-2.0", "Apache-2.0" ]
permissive
aTiKhan/grpc
b63ea28d1d5d72c6cb1c1366e48ac78eae0f74b7
89c1035c712ce08e7affd06b69ac3494e98ee71e
refs/heads/master
2022-02-23T02:51:44.617651
2022-02-20T22:51:47
2022-02-20T22:51:47
213,434,485
0
0
Apache-2.0
2019-10-08T15:06:41
2019-10-07T16:36:22
null
UTF-8
C
false
false
2,320
c
/* This file was generated by upbc (the upb compiler) from the input * file: * * envoy/config/listener/v3/quic_config.proto * * Do not edit -- your changes will be discarded when the file is * regenerated. */ #include <stddef.h> #include "upb/msg_internal.h" #include "envoy/config/listener/v3/quic_config.upb...
[ "noreply@github.com" ]
aTiKhan.noreply@github.com
f78ab75249c79af1cb2ce6652846972450e2a6aa
d818795ee2329d2112c3227fc8a5a58d130df9f4
/pch.h
b8c8fd282cf26d9cd92ce9a5f4d6e30b57bd5f5e
[]
no_license
Snizi/Spitfire
3bd1ec3c39170ff9f4b13348f242320ea5820648
8e212163572b1e186fd2424710518b23cce2a969
refs/heads/master
2022-10-04T01:16:54.770492
2020-06-07T05:54:56
2020-06-07T05:54:56
270,205,986
1
0
null
null
null
null
UTF-8
C
false
false
605
h
// pch.h: This is a precompiled header file. // Files listed below are compiled only once, improving build performance for future builds. // This also affects IntelliSense performance, including code completion and many code browsing features. // However, files listed here are ALL re-compiled if any one of them is upda...
[ "timpsembs.7@gmail.com" ]
timpsembs.7@gmail.com
f01fe11e07914a40727db121e2955777d3031690
fb49b255ba5badf6afbbe09b89863d553fb1a205
/src/dpdk/drivers/event/cnxk/deq/cn9k/deq_16_31.c
7db3de6c8fc720e6dab4f0af0d23a3d6c1df8410
[ "GPL-1.0-or-later", "GPL-2.0-or-later", "GPL-2.0-only", "Apache-2.0" ]
permissive
ramakristipati/trex-core
f6e0ea9b68a3054409802dd4f54a35ea9b80c01e
564fb7ba2a003065270a9bcc9946e7a7473f668e
refs/heads/master
2023-06-07T05:45:23.355164
2023-05-25T03:07:48
2023-05-28T13:35:13
152,258,061
0
0
Apache-2.0
2018-10-09T13:41:59
2018-10-09T13:41:58
null
UTF-8
C
false
false
255
c
/* SPDX-License-Identifier: BSD-3-Clause * Copyright(C) 2022 Marvell. */ #include "cn9k_worker.h" #include "cnxk_eventdev.h" #include "cnxk_worker.h" #define R(name, flags) SSO_DEQ(cn9k_sso_hws_deq_##name, flags) NIX_RX_FASTPATH_MODES_16_31 #undef R
[ "syaakov@cisco.com" ]
syaakov@cisco.com
d827770f4ac996d232b61526544c58fb95cddc17
0fad34977a5180e29db57495652af995ef484105
/Console_2_1_52/CalcResults/Ca.h
9340429bc86fa44168e546bce5d983f42d8bcac1
[]
no_license
Wenguangliu/Hello
5759c237c37ffaf7f9d2cdc18ba6f2895557dda9
3801697e51eddb4b03c05924cb5e776ec46e18ae
refs/heads/master
2020-12-11T20:56:05.865805
2020-01-30T22:24:33
2020-01-30T22:24:33
233,956,105
0
0
null
2020-01-14T23:41:25
2020-01-14T23:26:41
null
UTF-8
C
false
false
167
h
#ifndef __CA_H #define __CA_H #if defined(__cplusplus) extern "C" { #endif void CalcCa(void); #if defined(__cplusplus) } #endif #endif // __CA_H
[ "Wenguang.Liu@zoetis.com" ]
Wenguang.Liu@zoetis.com
c7a92a7c18e97e8f27cf892806e2a00b2076ce1e
13b0b3eab723d1f11e2389b534e413fd09aeb46a
/tromino.c
036f9aa8fa2f88dfcd99486258aeeeafb1e4569e
[]
no_license
aravindwithu/strassen_tromino
bdc32c97383e52880b60406424e9483418f1ffda
fd5ef12927f9e86b3d94b6299e9c3ddb926d7a9b
refs/heads/master
2021-09-07T18:54:55.739965
2018-02-27T13:46:08
2018-02-27T13:46:08
123,134,883
0
0
null
null
null
null
UTF-8
C
false
false
4,696
c
/* Project 2 - Tromino’s matrix multiplication algorithm.​ By Aravind Venkit */ #include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <string.h> #include <math.h> int cnt = 0; /* Displays the given matrix. */ void DisplayMatrix(int N, int matrix[][N]){ int i,j; printf("\n"); for(i = 0; i < N...
[ "aravind@Aravinds-MacBook-Pro.local" ]
aravind@Aravinds-MacBook-Pro.local
90d5a88765510a415df5a4090061a933e05f5ba4
e8813dd3ad843bd9f77d76d026e0d4c177b6c92a
/src/code/z_en_a_keep.c
02bc0a16e80d30f72e1f565ca2a9096ac2311af8
[]
no_license
21aslade/oot
b802adfd2aadcc9906079c34a6112c118ab772fb
af62b0e7d7d78a4060cf909b4ac1a4182a04a9db
refs/heads/master
2021-04-11T21:22:23.779852
2020-03-21T01:45:39
2020-03-21T01:45:39
null
0
0
null
null
null
null
UTF-8
C
false
false
11,552
c
#include <ultra64.h> #include <global.h> typedef enum { /* 0x00 */ A_OBJ_BLOCK_SMALL, /* 0x01 */ A_OBJ_BLOCK_LARGE, /* 0x02 */ A_OBJ_BLOCK_HUGE, /* 0x03 */ A_OBJ_BLOCK_SMALL_ROT, /* 0x04 */ A_OBJ_BLOCK_LARGE_ROT, /* 0x05 */ A_OBJ_CUBE_SMALL, /* 0x06 */ A_OBJ_UNKNOWN_6, /* 0x07 */ A_OBJ_...
[ "7463599+Jack-Walker@users.noreply.github.com" ]
7463599+Jack-Walker@users.noreply.github.com
f415ae8fb12035e6559a27c54e9ae2376803c87d
36dc81bf01a8c700777da0d5bfb504c8014c4a64
/8. algorithme_sommechiff.c
611467e5aef954603bb107329736883b77dbee99
[]
no_license
Slav7/Test-SAYNA
aa9e865919bcaaf8f588603a6007e45c3a447775
b52496ccb67ba9201facc070b278327b4b0d81a2
refs/heads/main
2023-02-27T18:10:45.950782
2021-02-01T08:03:31
2021-02-01T08:03:31
334,857,227
0
0
null
null
null
null
UTF-8
C
false
false
306
c
#include <stdio.h> main(){ int N,S,R; printf("Donner un entier narurel N"); do{ scanf("%d", &N); } while (N<0); S=0; R=0; while(R>0){ S=(S+R)%10; R=R/10; } printf("La somme de chiffres qui composent %d est %d",N,S); }
[ "noreply@github.com" ]
Slav7.noreply@github.com
4bc760449637a87b6df2513121d4802d93ad9936
5e55bb5b29ea8e600a71cb3480e5ec4870b5ee26
/tests/aapits/atmemory.c
bd23320caa60a3ddff12d0ca053f30798dd3d885
[]
no_license
tqh/acpica
113c278d331a1712bf8c2d2650db94c84de61217
0beda80973bec4a9eb1519fbb8133edef8e4e192
refs/heads/master
2021-01-17T09:33:25.735589
2012-07-12T12:31:29
2012-07-12T12:31:29
null
0
0
null
null
null
null
UTF-8
C
false
false
720
c
/****************************************************************************** * * Module Name: atmemory - ACPICA Memory Management API tests * *****************************************************************************/ #include "atcommon.h" #include "atmemory.h" #include "atosxfctrl.h" #define _COMPONENT ...
[ "rmoore1" ]
rmoore1
4885237c1d0a94cd01cdebf3e80ca7cba74d7c41
bc9c366c0052b377af3c4e93225c78850718d64b
/Dependencies/includes/glad/glad.h
4c4ffd0c34abf4c3341acc2b75a24e58bc35d0ba
[]
no_license
adharsh/Foveated-Rendering
80e9fe5504eda035abadc716c0238eed851403d5
6f9179b561dca7dd9a2a4c3cc54b5e5928ccf5df
refs/heads/master
2021-07-01T09:59:58.874821
2020-11-17T01:29:54
2020-11-17T01:29:54
173,256,936
1
0
null
null
null
null
UTF-8
C
false
false
211,699
h
/* OpenGL loader generated by glad 0.1.29 on Wed Feb 27 01:02:33 2019. Language/Generator: C/C++ Specification: gl APIs: gl=4.6 Profile: core Extensions: Loader: True Local files: False Omit khrplatform: False Reproducible: False Commandline: --profile="co...
[ "adharsh.babu@gmail.com" ]
adharsh.babu@gmail.com
92e0137174a527056c2a24c9d9be17f2d4165060
c776476e9d06b3779d744641e758ac3a2c15cddc
/examples/litmus/c/c-litmus-ARMCBMC/long-ISA2+dmb.ld+dmb.sy+ctrlisb.c
f0f6e476e7b52371bc0f8eb90025faeadd2b988e
[]
no_license
ashutosh0gupta/llvm_bmc
aaac7961c723ba6f7ffd77a39559e0e52432eade
0287c4fb180244e6b3c599a9902507f05c8a7234
refs/heads/master
2023-08-02T17:14:06.178723
2023-07-31T10:46:53
2023-07-31T10:46:53
143,100,825
3
4
null
2023-05-25T05:50:55
2018-08-01T03:47:00
C++
UTF-8
C
false
false
2,022
c
/* Copyright (C) 2023 ARM-CBMC * This benchmark is part of ARM-CBMC */ #include <assert.h> #include <pthread.h> #include <stdatomic.h> // Memory barriers void dmbld(); void dmbst(); void dmbsy(); void isb(); atomic_long vars[3]; atomic_long atom_1_X0_1; atomic_long atom_2_X0_1; atomic_long atom_2_X2_0; void *t0...
[ "tuan-phong.ngo@it.uu.se" ]
tuan-phong.ngo@it.uu.se
740a5d56fa24c3f415b380f4240a26f187b4eaa7
13e66e57409b14c32123cb625a67126b4287b934
/src/ext-fwd.c
0b7bfa62c078809497603cc90ffcfa7a689cbdae
[ "MIT" ]
permissive
yangming/KadNode
92626ffde27f2df6486e05f90a5a8879592004c3
c005bf21798edcc8580d83fc5234326f2824326d
refs/heads/master
2020-03-07T05:11:42.706053
2018-03-28T16:53:34
2018-03-28T16:53:34
null
0
0
null
null
null
null
UTF-8
C
false
false
5,073
c
#define _WITH_DPRINTF #include <stdio.h> #include <stdlib.h> #include <string.h> #include <limits.h> #include "main.h" #include "conf.h" #include "net.h" #include "log.h" #include "utils.h" #include "ext-fwd.h" #ifdef FWD_NATPMP #include "natpmp.h" #endif #ifdef FWD_UPNP #include "upnp.h" #endif /* * Frontend for N...
[ "moritzwarning@web.de" ]
moritzwarning@web.de
eb9a0d7ac67227ffcaf70c79ad5c31f35943a93d
2cc7153a680f0ed0f3754df42f78ed3c0a0c898f
/Fase2/my_protocol.c
bd829dd65a9fd6247c73fd72e0f7e6cdf677f00e
[]
no_license
JoaoCoelho8/ProjectOS
64b56d3c0fde017e0e51c9d3947461d4a62f430d
b5e354bc33b81a0cb7cd75ffe7d4bea1b53e0e01
refs/heads/master
2020-08-04T02:45:45.930052
2019-10-01T11:02:28
2019-10-01T11:02:28
211,975,624
0
0
null
null
null
null
UTF-8
C
false
false
2,119
c
#include "my_protocol.h" char* get_token(jsmntok_t* t,char* message) { int token_size=t->end-t->start; char* token=(char*)malloc(sizeof(char)*(token_size+1)); //allocate memory to the token strncpy(token,message+t->start,token_size); //copy token token[token_size]='\0'; //close the token return tok...
[ "33787@ufp.edu.pt" ]
33787@ufp.edu.pt
899146f12deb0ced5f838cfc6c6ff37f8fa79477
f1fa313cb049ee6dc0398214973620048d7ff37a
/ros/src/f16/src/RocketPlugin/casadi_gen_rocket.c
93c63a9624cf2fa02714741e65012a5ca2fc2d0b
[ "BSD-3-Clause" ]
permissive
zp-yang/aae497-f19
74455331eaf70fb8e154746ea6856ead37a0b587
e620ff63b38a5b230802981c45654efee63eb3c4
refs/heads/master
2020-07-08T11:49:18.666607
2019-11-14T04:15:49
2019-11-14T04:15:49
203,663,882
0
0
null
2019-08-21T21:01:32
2019-08-21T21:01:31
null
UTF-8
C
false
false
18,564
c
/* This file was automatically generated by CasADi. The CasADi copyright holders make no ownership claim of its contents. */ #ifdef __cplusplus extern "C" { #endif /* How to prefix internal symbols */ #ifdef CODEGEN_PREFIX #define NAMESPACE_CONCAT(NS, ID) _NAMESPACE_CONCAT(NS, ID) #define _NAMESPACE_CONCAT(NS, ...
[ "yang2zhanpeng@gmail.com" ]
yang2zhanpeng@gmail.com
4ab908581fe494e869e687a38f66f06cb2e1b4ad
5c255f911786e984286b1f7a4e6091a68419d049
/code/4ac148ee-7057-4aba-b735-76bf8dc6b57a.c
b63dffd19e940b7b47ba5dcc0e654123bbf28a28
[]
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
241
c
#include <stdio.h> int main() { int i=4; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l+j; l = l%j; l = l-j; j = k-k*k; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
65cb01c70b98a1f7057f3df310a9559f443395e4
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/php-src/ext/soap/extr_php_encoding.c_to_zval_double.c
564a722b5520c44ada57ecf9b0d9313ffb05eaca
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
2,595
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
543e7511791ed4acc5270a7bc2ff363f842d749c
80aa687b6ef57dfc6c4b1267a2455d387af9aee2
/TEMA-8 TYPEDEF/Exercicio2.c
4015b1fff94fbb269d2573535a7971d1c8dfa8b7
[]
no_license
daniel0ferraz/ProgramacaoEstruturada
1bc65b82b291bae3614386fc39277488d5166b8e
f5ad6f0291423eb18e677186d76b0d7bb488111a
refs/heads/master
2023-01-25T05:32:37.938098
2020-12-01T18:01:25
2020-12-01T18:01:25
290,472,150
2
0
null
null
null
null
UTF-8
C
false
false
359
c
#include<stdio.h> main(){ char string[30]; int count = 0; printf("Digite uma palavra: "); gets(string); for(int i = 0; i < strlen(string); i++) { if(string[i] == 'a') { count++; string[i] = 'b'; } else if(string[i] == 'A') { count++; string[i] = 'B'; } } printf("Caracteres modificados: %i\n", count); printf("String dep...
[ "Daniel0ferraz@outlook.com" ]
Daniel0ferraz@outlook.com
024052675eab78768eeac8c401e93873ccc90143
8d7514271b08caaa8c757d0747853d54642e9e63
/interface/mmi/fmt_sap.h
6baee36ec383e4f786ee9a3dfb1d4e26346783b9
[]
no_license
npnet/MyCode
0bd3e32d5890c411b16e01cdb8acf5624c7c0a02
9fa7aa78d62f1cd3c2a39a36875cb41cf00522fe
refs/heads/master
2023-07-23T13:19:29.575050
2018-07-05T13:01:09
2018-07-05T13:01:09
140,229,839
1
2
null
2023-07-21T10:21:01
2018-07-09T04:07:28
C
UTF-8
C
false
false
5,510
h
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or dis...
[ "zhaoran.jia@nbbsw.com" ]
zhaoran.jia@nbbsw.com
58e758487300f5ffd44f9a2bf49fea7f0fb9ff99
58ef4939342d5253f6fcb372c56513055d589eb8
/WallpaperChanger/WallpaperChange/inc/OKCDebug.h
2bd61db17fdfb9c8866cdfdd17debd162687637e
[]
no_license
flaithbheartaigh/lemonplayer
2d77869e4cf787acb0aef51341dc784b3cf626ba
ea22bc8679d4431460f714cd3476a32927c7080e
refs/heads/master
2021-01-10T11:29:49.953139
2011-04-25T03:15:18
2011-04-25T03:15:18
50,263,327
0
0
null
null
null
null
UTF-8
C
false
false
844
h
/* * OKCDebug.h * * Created on: 2009-11-26 * Author: johnzeng */ #ifndef OKCDEBUG_H_ #define OKCDEBUG_H_ #ifndef DODEBUG #define DODEBUG #endif #ifdef DODEBUG #include <flogger.h> _LIT( KLogsDir, "THCH"); _LIT( KLogFileName, "test.log"); #define __LOGSTR_TOFILE(S) {_LIT(KTmpStr...
[ "zengcity@415e30b0-1e86-11de-9c9a-2d325a3e6494" ]
zengcity@415e30b0-1e86-11de-9c9a-2d325a3e6494
ffa7ada659f4abb138e0d9476f5a468cc748e3f1
386eb3cf6f9c2bfed78f65cc28e8d60f36a3cdef
/iar_bsp/os/ui/grafixrs/src/pens_dashstyle.c
2b5c6441dbcf3e6fe5fe1abdc1b7d521b1547a9d
[]
no_license
ahonkan/eth_spi_bridge
cc046eee9a142d3915c0b78de2f5326ababe5a71
8c22d74f56420d54f72ecfe3370cd91e13682447
refs/heads/master
2022-02-24T07:13:52.370211
2014-08-25T17:45:17
2014-08-25T17:45:17
23,126,588
0
5
null
null
null
null
UTF-8
C
false
false
1,843
c
/*************************************************************************** * * Copyright 1998 Mentor Graphics Corporation * All Rights Reserved. * * THIS WORK CONTAINS TRADE SECRET AND PROPRIETARY * INFORMATION WHICH IS THE PROPERTY OF MENTOR * GRAPH...
[ "avinash.honkan@gmail.com" ]
avinash.honkan@gmail.com
e5067119bcf35644970bea1494b2fe2554de8c39
ac32267ad284b14d4942403931f115b6b44187df
/SAMD10_CAN_Interface/SAMD10_CAN_Interface/main.h
d93cbe47fcf9448bd90e1861039d861a1b289de4
[]
no_license
J4m3sC95/CAN_LEDS
391277787b40b6af44a85529c990709a0147e6af
499046ac4be7bf30495560c06758c1f807183228
refs/heads/master
2021-05-10T19:22:54.789437
2018-03-04T22:11:17
2018-03-04T22:11:17
116,498,638
0
0
null
null
null
null
UTF-8
C
false
false
1,874
h
/* * main.h * * Created: 19/01/2018 17:14:21 * Author: James */ #ifndef MAIN_H_ #define MAIN_H_ #include "sam.h" #include <inttypes.h> #include <stdbool.h> #define PORTA ((PortGroup *)PORT) // Definitions for xplained mini connections #define LED_PORT PORT_PA09 #define LED_PIN PIN_PA09 #define RX_PORT POR...
[ "jcoulson95@gmail.com" ]
jcoulson95@gmail.com
fedf984336229578bb2a6ee3908fb724999b2cd7
20b7fe3e8fc57654ff005fd09f824bac2be75e2d
/examples/malloc.t.c
6e69dbc6ec288cc1e694011924966c279e189ddc
[]
no_license
iceant/point-cbase
a7fb367a5112cf965943845479650984cdfb0580
addd02cef3635279e23905c39430613da4cc953a
refs/heads/master
2020-04-14T02:55:47.203667
2019-01-08T10:32:02
2019-01-08T10:32:02
163,595,662
0
0
null
null
null
null
UTF-8
C
false
false
273
c
// // Created by PCHEN on 2019/1/7. // #include <stdio.h> #include <stdlib.h> main() { int MB = 0; while (malloc(1 << 20)) ++MB; printf("%lld\n", 1<<20/*1024*1024*/); printf("Allocated %d MB total\n", MB); printf("Allocated %d GB total\n", MB/1024); }
[ "pchen@tritonchina.com" ]
pchen@tritonchina.com
060077ffe88793abc96cb963727f12b844e8d702
cafb11cee882962520eeee7fe88018aac76738ca
/src/UnitTests/TestDropIndex.h
f2454fca80a83bfdc8f77cb4917c99f4ae10f8a5
[]
no_license
karmdanzig/SQLiteQueryBuilder
d18b5b21e4ba451098cb3d57e1d9dd104b7fd9b3
6975281103a7f543231b0dc96e378f1320292b3c
refs/heads/master
2021-06-06T15:59:02.645160
2016-11-04T12:02:36
2016-11-04T12:02:36
62,449,339
3
0
null
null
null
null
UTF-8
C
false
false
416
h
#include "gtest/gtest.h" #include "../Builders/DropIndexBuilder.h" TEST(DropIndex, TEST_DROP_INDEX) { string query = DropIndexBuilder(). DropIndex("MyIndex"). Build(); ASSERT_EQ("DROP INDEX MyIndex;", query); } TEST(DropIndex, TEST_DROP_INDEX_IF_EXISTS) { string query = DropIndexBuilder(). DropInde...
[ "carmelo.porcelli@cubic.com" ]
carmelo.porcelli@cubic.com
2a15d047a09ccfb79c324833480625958c398478
59ee473a181c0acab608760c92407c46d27a2b05
/gridlabd/.svn/pristine/2a/2a15d047a09ccfb79c324833480625958c398478.svn-base
a23efc148ccaa6ce1f68419682fad4be8d2e75c6
[]
no_license
devendrashelar7/gridnetd
eaca2fab95b33308490cd1c6525163ad34a56a50
0925a14315da8691ed6c1ebe3565fe79a04716c9
refs/heads/master
2021-01-20T19:42:25.331205
2016-07-11T05:02:55
2016-07-11T05:02:55
63,032,741
0
0
null
null
null
null
UTF-8
C
false
false
333
/** $Id: environment.h 1182 2008-12-22 22:08:36Z dchassin $ Copyright (C) 2008 Battelle Memorial Institute @file environment.h @addtogroup environment @ingroup core @{ **/ #ifndef _ENVIRONMENT_H #define _ENVIRONMENT_H #include "globals.h" #include "output.h" STATUS environment_start(int argc,char *argv[]); #en...
[ "devendrashelar7@gmail.com" ]
devendrashelar7@gmail.com
6a933c4f113ac90f3109ccca7cedbbc14bbb967c
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/b24face0-02f5-4501-87e5-fc3ad0c71bf9.c
84f643b0621e8787f2d24fab6f4f3ee23c08e254
[]
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
605
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=14; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = i%j; l = i/j; l = l%j; l = l-j; k = k--*i; //variables //random /* START VULNERABILITY */ int a; char b[55]; char c[...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
bc18e5359947fb97b0e1b1faab59bcdfe12aabbc
013e11b2812c719f67257c9d6709c22cb72b8140
/ovl/sctp/src/lib/ipaddr.h
b75d211024d964a216727f13f79e79790e55af34
[ "MIT" ]
permissive
Nordix/xcluster
cf7d784203ac8153ca544bb8e9ebacf20d9e40de
e884667c18d46207f6e9bd8b3398c2a04dc83c12
refs/heads/master
2023-08-06T12:05:25.933372
2023-08-02T10:00:16
2023-08-02T10:01:27
151,398,195
37
6
MIT
2023-09-11T11:15:22
2018-10-03T10:50:47
Roff
UTF-8
C
false
false
738
h
#pragma once /* SPDX-License-Identifier: Apache-2.0 Copyright (c) 2021-2022 Nordix Foundation */ #include <netinet/in.h> // parseAddress parses one address. IPv4 address is returned as // ipv4 mapped ipv6 address. // returns 0 - success int parseAddress(char const* str, int port, /*out*/struct sockaddr_in6* a); ...
[ "lars.g.ekman@est.tech" ]
lars.g.ekman@est.tech
8d1a59cb57eaf08d60da28073808f841682d2b2b
4bfd0ac356308fce892cdfb9084ebb2945aeb2fd
/WiFi/DA16200/WiFi_DA16200_Os.c
e5cc757f3a67a8aff9bed807eff525599f3781ae
[ "Apache-2.0" ]
permissive
ARM-software/CMSIS-Driver
6f20854bb7b8294e35c37b1330a37688dc51fa52
b91908d907b647bd212920e30b383b03809d68e0
refs/heads/main
2023-03-16T17:58:43.403214
2022-09-27T06:29:48
2022-09-27T06:29:48
118,799,834
138
64
Apache-2.0
2022-09-27T06:29:49
2018-01-24T17:42:10
C
UTF-8
C
false
false
4,390
c
/* ----------------------------------------------------------------------------- * Copyright (c) 2022 Arm Limited (or its affiliates). 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 wit...
[ "robert.rostohar@arm.com" ]
robert.rostohar@arm.com
932e4d876d3b54b6d53c9dee6b8db9bbf4f99f02
42d6d6840d8247ea6dd5cdcbc4182c8f6123a639
/c/my/hashtable/hash.h
39fd62488cbbd12401d9fdcd96f756fcfcd3ba9d
[]
no_license
v-leonhou/learnining
4442f92a959d85d0f749b231c2cac445484d31dc
6a75792777a697c964f918fb89aa061880c70392
refs/heads/master
2021-09-10T22:27:14.175483
2018-04-03T11:16:19
2018-04-03T11:16:19
55,937,732
3
1
null
null
null
null
UTF-8
C
false
false
1,212
h
#ifndef _HASH_H_ #define _HASH_H_ #include <stdlib.h> #include <stdint.h> #include <string.h> #define BUCKET_TYPE_UNDEF 1 #define BUCKET_MAX 0x04000000 #define HT_INVALID_IDX ((uint32_t) - 1) #define HASH_SUCCESS 0 #define HASH_RESIZE_OVERFLOW 1 #define HASH_DEBUG 1 ex...
[ "vleonhou@qq.com" ]
vleonhou@qq.com
68476ea60ff9f1b117909c53fe4b0f85f5a8cfda
3965195c8059264ad4ac946e877c2c87f7691be0
/Data-Structures/Dpate85Proj5/main.c
1c9204f280dcce01c872e7cba7cd19317b2d7fbd
[]
no_license
Dhrumil95/AcademicProjects
7a37c4cf164dff7409804c812acab25deae1193f
a74663665898e7f69e372d9b3efa168c424d762f
refs/heads/master
2021-01-21T14:07:36.996873
2016-06-26T06:46:34
2016-06-26T06:46:34
50,001,931
0
0
null
null
null
null
UTF-8
C
false
false
5,262
c
#include "graph.h" /* Forward Declaration */ void validFunctions(); void funcTouch (HMAP_PTR hmapG, int* time); void update(file_struct *file, int *time ); void funcMake(HMAP_PTR hmapG, int* time, char* makeCommand); int userFunction ( char * userCommand ); int main(int argc, char *argv[]) { int i, run = 1,...
[ "DhrumilPa.95@Gmail.Com" ]
DhrumilPa.95@Gmail.Com
6fb0e0d6062812ab9b3434d796211c4d68695860
dcd91876a78b3438c5bae8db1e6b97cf5dbcd5bb
/test/show_dist.C
6a8e5ba35dde923726834143ec3cde2903a85255
[]
no_license
CPLUOS/uosdaq
f82be1bf7a53be444a636d346bb2cf360b0a2e5f
9be8e6c0257b62be1acdab7762ceec9367032963
refs/heads/master
2020-04-05T21:19:01.842920
2018-12-18T08:32:11
2018-12-18T08:32:11
157,216,235
0
2
null
2018-12-18T08:32:13
2018-11-12T13:16:10
C++
UTF-8
C
false
false
1,537
c
{ FILE *fp; char filename[256]; int nrun; int sid=1; int nsample; int ch; int i; int frame; int adcX; int adcY; float sumX[100]; float sumY[100]; float px; printf("enter run number : "); scanf("%d", &nrun); //printf("enter sid number : "); //scanf("%d", &sid); sprintf(filename, "...
[ "jason.lee@cern.ch" ]
jason.lee@cern.ch
66a53a16c2a9984c046c850d582148b84335ff50
5be9e6d30560ddd14e539bb4b7812416b27c9e81
/Object_princess_events.h
0a4d4b2bb6b1e7afaf935c9a8e069427339f07ed
[]
no_license
Lerqiu/Project-dungeon
111c1f858e39b193d096bf6d2aaebcd087ea9f3e
4d23f1652831076868a03d3e10dcaa4f6d592cd9
refs/heads/master
2022-04-03T12:34:17.265733
2020-01-29T11:10:51
2020-01-29T11:10:51
232,648,458
0
0
null
null
null
null
UTF-8
C
false
false
160
h
#ifndef Object_princess_events #define Object_princess_events #include "Objects_basic_types.h" bool princes_save(BattlegroundDynamic_element *object); #endif
[ "mcwk810@gmail.com" ]
mcwk810@gmail.com
ccda49fca6eec3f516f730a0f2c6d0b751d3a1d2
fa366483eee3366f91477571d62b11cdd8be28a3
/test/compile/dse3.c
dc9ad20e3eb8c1304dae50d2de6c87d5ef2cd3c4
[ "BSD-3-Clause" ]
permissive
stevenknown/xgen
7d30d9ba57905285950d77823dac1e9d238c3928
3abda6f59241b2022bad040c7271ebc8bd8622bc
refs/heads/master
2023-05-10T10:01:13.630180
2023-04-29T08:16:16
2023-04-29T08:16:16
135,876,618
38
5
null
null
null
null
UTF-8
C
false
false
230
c
int t1; int t2; int g; void dse3() { g = 0; int i; i = 0; while (i < t2) { g = 3; i++; g = 2; } /* while (i < t2) { g = 3; i++; g = 2; } */ g = 4; }
[ "steven.known@gmail.com" ]
steven.known@gmail.com
1de19e6ca4dfcbb21b348a14e51b33781a906c1a
1390cb4f58bd09087184a64fe2838dec29600d8a
/4097.c
ae5512b1133608af79f5917189fa44206947db3f
[]
no_license
imasker/obfuscatorTestCases
bf21352be1dbd6c8bdd868b093af03f315d92a45
5f5561846ec09a040b42dc12842c9581e7be6b4d
refs/heads/master
2023-03-27T11:35:21.843689
2021-03-25T07:38:05
2021-03-25T07:38:05
351,342,479
0
0
null
null
null
null
UTF-8
C
false
false
266,301
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.3.0 * Git version: 30dccd7 * Options: -o /home/x/obfuscator/data/programs/4097.c * Seed: 2760901200 */ #include "csmith.h" static long __undefined; /* --- Struct/Union Declarations --- */ #pragma pack(push) #pragma pack(1) struct S0 { ...
[ "13277988207@163.com" ]
13277988207@163.com
0636e131381dd259eea399f5d9fa9e2a14e0efa2
49780f24a92fcc9a7c855144fb195ae3736bf390
/driverlib/examples/MSP430FR2xx_4xx/mpy32/mpy32_ex6_8bitUnsignedMultiplyAccum.c
57dda63e955e18bca5838493d90997599ed0ecfc
[]
no_license
PiBoxY/msp430ware
81fb264c86ff1f68f711965b793aa58794ae2f00
7c96db00f97bbfd3119843e18ac895a54b4a6d39
refs/heads/master
2020-04-21T07:29:13.386144
2019-02-06T11:32:42
2019-02-06T11:32:42
169,394,007
2
1
null
null
null
null
UTF-8
C
false
false
3,738
c
/* --COPYRIGHT--,BSD * Copyright (c) 2017, Texas Instruments Incorporated * 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 ab...
[ "admin@piboxy.com" ]
admin@piboxy.com
312d39e9610894d12bac047d2bf407918765242a
68e7aa9480fa140af30aa7135ccaf98daebae46d
/carl/src/carl/converter/config.h
5a0b9a5b91239353cad2ab49ea2dc467462e115d
[ "MIT" ]
permissive
kperun/SATPrakPDW
eb3edf6f3050f3c46541b6fafea382c4a661c16a
5d567c7bb5c84468da792388a408595a0849a346
refs/heads/master
2021-01-19T17:00:24.619155
2017-09-02T14:20:07
2017-09-02T14:20:07
86,146,758
4
0
null
2017-09-02T14:16:37
2017-03-25T09:34:07
C++
UTF-8
C
false
false
125
h
/** * Auto generated file config.h from config.h.in. */ #pragma once /* #undef USE_GINAC */ /* #undef COMPARE_WITH_Z3 */
[ "p.konstantin@gmx.net" ]
p.konstantin@gmx.net
899ce884533f1a2505fab5c3f1c467cf9e4d7cf6
41346e7ee3583d964323b18efff1d19162cf45f6
/lib/quic_client.c
d358b6c453b6d2f03ba6175e1a24b72ee7a4b51b
[ "MIT" ]
permissive
sunc-cn/Openngtcp2
7d7b117a07e4222203367914928f730d529d6827
2d350c93a230db034fa0a21d83add2611b5bb118
refs/heads/master
2020-05-20T12:55:03.030803
2018-08-06T05:56:34
2018-08-06T05:56:34
null
0
0
null
null
null
null
UTF-8
C
false
false
14,069
c
/** * openngtcp2 * * Copyright (C) 2018, TUTU * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify...
[ "jr89197@hotmail.com" ]
jr89197@hotmail.com
025f38163bfedb1ffde536da0b29e592f7a2e89f
1c13fa2b6bd05414ad387b4e6a5a04da81ec543f
/example/generic-json/Individual.h
8b0f1b5b3135526533b5fded761f741d55e1c6df
[]
no_license
keddelzz/omnimorph
12b17a18cef584008d6f3eb8a3ce21fae35aa98b
8f621ffef0db9d24d7c1eb0dfcbae9dbaa2a0e16
refs/heads/master
2023-03-17T11:04:38.403210
2021-03-14T12:47:02
2021-03-14T12:47:02
336,615,652
1
0
null
null
null
null
UTF-8
C
false
false
168
h
#pragma once #include <omnimorph/Generic.h> #include "data/types.h" struct Individual { generic(Individual) String name; int age; StringList pets; };
[ "keddelzz@web.de" ]
keddelzz@web.de
aa1cf7faedfe960d9bb0854ab76127a91dd15bc4
a03a7935a191d63bee76fd3b85a61ee27f98904a
/src/operators/Revolve/avtRevolveFilter.C
42714e2fdc564f8cb9d8bb2e4117223e0d8a86db
[]
no_license
cchriste/visit
57091c4a512ab87efd17c64c7494aa4cf01b7e53
c72c413f571e56b52fb7221955219f11f4ba19e3
refs/heads/master
2020-04-12T06:25:27.458132
2015-10-12T15:41:49
2015-10-12T15:41:49
10,111,791
5
1
null
null
null
null
UTF-8
C
false
false
29,413
c
/***************************************************************************** * * Copyright (c) 2000 - 2015, Lawrence Livermore National Security, LLC * Produced at the Lawrence Livermore National Laboratory * LLNL-CODE-442911 * All rights reserved. * * This file is part of VisIt. For details, see https://visit.llnl...
[ "bonnell@18c085ea-50e0-402c-830e-de6fd14e8384" ]
bonnell@18c085ea-50e0-402c-830e-de6fd14e8384
10f4f239b2138726b94216c3adc593d27cdbb42d
6aba4bc7882fd324cb6cb4648db31a8ea7224908
/Central/nRF5_SDK_15.3.0_59ac345/examples/ble_central_and_peripheral/experimental/mindAssist/pca10040/s132/arm5_no_packs/config.h
ace103e126abeee9add657ff06ce5c57850b317f
[]
no_license
uched41/BM-Assist
444aac21de763ef2d1e8badbbbd8b15b370a839b
c00fbd494e4e84eb59bb6fe534eca755a61d1b11
refs/heads/master
2020-04-27T00:25:09.376545
2019-07-11T18:05:22
2019-07-11T18:05:22
173,933,319
0
0
null
null
null
null
UTF-8
C
false
false
599
h
#ifndef CONFIG_H #define CONFIG_H #define PROXIMITY_TIMEOUT 10 * 8 // (10 secs) Time after which we assume that the tag is no longer in range /* Pin definitions */ #define ACCEL_INTERRUPT_PIN 19 #define ACCEL_SCL_PIN 25 // Inverted on pcb (mistake) #define ACCEL_SDA_PIN 26 ...
[ "uched41@yahoo.com" ]
uched41@yahoo.com
b1ece04313531b077d2f96ca1f5b0c0873b3f3cf
0ddefcb4d9563555c0276c84fea573e08c7459e8
/miscellaneous/Chapter6.h
15108a6f470445a0600b5ac91bb89dcbced7f0bf
[]
no_license
anakagiorgis/exercises_cpp_primer
ebfaa1386ae1308a990031a37649ec60ddd69e27
54d5349ac3ab1df7945f0154fbe0a28797f30463
refs/heads/master
2022-07-17T16:51:35.284841
2020-05-16T12:55:34
2020-05-16T12:55:34
262,116,477
0
0
null
null
null
null
UTF-8
C
false
false
93
h
#ifndef CHAPTER_6_H #define CHAPTER_6_H int fact(int n); void fact(); int abs(int n); #endif
[ "anastasiadiskaprosgiorgis@gmail.com" ]
anastasiadiskaprosgiorgis@gmail.com
8af48a2c7432913a4e9007ad73e26dd3378a2c09
4f68000e6daafa85ca5d4eedfd9e718d8e4dedce
/Chess4-14/Chess4-14/game.h
a09a20d825edcd91749f7e391e9e75932710b855
[]
no_license
ZuoYawen/C
9cd018469743f8269302950579d6289a9e0fcd75
5d30e170b333e0d80a69c13a252d2470d2f779e8
refs/heads/master
2023-08-07T11:06:08.164063
2021-09-25T15:48:50
2021-09-25T15:48:50
357,744,233
0
0
null
null
null
null
GB18030
C
false
false
440
h
#define _CRT_SEECURE_NO_WARNINGS #define ROW 3 #define COL 3 #include<stdio.h> #include<time.h> //为了生成随机数,使用time()时间戳函数 #include<stdlib.h> //为了使用随机数rand #include<string.h> void InitBoard(char arr[ROW][COL], int row, int col); void PrintBoard(char arr[ROW][COL], int row, int col); void Player(char arr[ROW][COL...
[ "2916902403@qq.com" ]
2916902403@qq.com
8e23b0a76c2234fdd793b223dd48fdb587368e33
c552808fccff49400efa6b69f18ea4be8a9018a8
/src/netns.c
cf3f195ec2517ebb9a5bb77bf8dca88cd6250785
[]
no_license
equivalence1/aucont
9027df58c9d88bfa135a32bb4ed3b5fec3953d80
0854366701a52462a2726e831a48d5667c5cb611
refs/heads/master
2021-01-21T05:14:47.139680
2017-08-30T13:06:19
2017-08-30T13:06:19
83,157,629
0
0
null
null
null
null
UTF-8
C
false
false
433
c
#define _GNU_SOURCE #include <netns.h> #include <common.h> #include <stdlib.h> #include <stdio.h> #include <string.h> #include <unistd.h> int setup_veth_pair(int pid, const char *ip) { LOG_SETUP; int ret; char args[30]; snprintf(args, sizeof args, "%d %s", pid, ip); ret = execute_bin_relative("...
[ "equivalence1@gmail.com" ]
equivalence1@gmail.com
e6a60d939f6d554b5997ae7023a4531a4d11e52b
71dc51d9ee69f4ee6147839aa5069a83fd375ab9
/mediatek/custom/common/kernel/touchpanel/ft6x06/ft6x06_isp.c
67952da2be9cd958aa0cf0badb38fd9cdf86334f
[]
no_license
SiddheshK15/tinno82_S5501-master
e2b20c00924d38e2376739febd2eaf9f338abbe1
50a0f590eed5a85cc0d7f32210f8fa1360a5090a
refs/heads/master
2021-01-22T22:49:15.668688
2014-12-02T16:49:01
2014-12-02T16:49:01
27,426,128
0
4
null
null
null
null
UTF-8
C
false
false
21,402
c
#include "tpd.h" #include <linux/interrupt.h> #include <cust_eint.h> #include <linux/i2c.h> #include <linux/sched.h> #include <linux/time.h> #include <linux/delay.h> #include <linux/kthread.h> #include <linux/rtpm_prio.h> #include <linux/wait.h> #include <linux/dma-mapping.h> #include <mach/mt_pm_ldo.h> #include <m...
[ "kolisiddhesh@gmail.com" ]
kolisiddhesh@gmail.com
f50172cfb626db34cb571b3108fb696ea342cb9c
7397d22966e20b7063d00b49d3f9e94f0205528d
/libs/libft/ft_putendl_fd.c
37cf1833f25b5b844a7fe314cb08658425c2a7b1
[]
no_license
gAkira/miniRT
935ce06d1e97f4b59b970af334a446840be313ba
ebbd5b9d0ed29a1b91ce5bc2218a6d9f452c047d
refs/heads/main
2023-04-15T03:25:07.567320
2021-04-24T22:26:22
2021-04-24T22:26:22
339,519,439
0
1
null
null
null
null
UTF-8
C
false
false
995
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putendl_fd.c :+: :+: :+: ...
[ "guilherme.akira11@gmail.com" ]
guilherme.akira11@gmail.com
9216d4b32f73554504af1599ecee6d24eb84d886
cc6ef196ce38278b33c445d6b18ec601ce17665f
/include/cmdq_def.h
4a1cf61852825153a27fab64f549f083ece8859d
[]
no_license
almondnguyen/android_device_samsung_grandppltedx
e69e9789f0d2b0ef485234c8d1c2be3e1556ceed
01bd9bf75d5f4279c0c499413dda129b48d36b57
refs/heads/cm-14.1
2023-08-21T13:45:07.208570
2023-07-29T17:23:29
2023-07-29T17:23:29
155,867,455
18
22
null
2023-01-20T10:31:23
2018-11-02T13:08:47
C
UTF-8
C
false
false
10,569
h
#ifndef __CMDQ_DEF_H__ #define __CMDQ_DEF_H__ #include <linux/kernel.h> #define CMDQ_DRIVER_DEVICE_NAME "mtk_cmdq" /* Load HW event from device tree */ #define CMDQ_DVENT_FROM_DTS /* #define CMDQ_COMMON_ENG_SUPPORT */ #ifdef CMDQ_COMMON_ENG_SUPPORT #include "cmdq_engine_common.h" #else #include "cmdq_engine...
[ "iwanttobebetter7@gmail.com" ]
iwanttobebetter7@gmail.com
d9582eaad643cbaba92406f4bf4ac2647f2eb667
64d3946e0644ab23a140161d762bf6895ed3fb46
/Final branch/instructionsscreen07.h
e21b2c65258f7c787c551652df7d144ab7ab5a38
[]
no_license
jennakohls/CS2261
c64e9f36efb7067cd2592576ab31ba0e7b0563bd
c7440f355f47aa0eeea9959af6ee2e1ee95c2a83
refs/heads/master
2020-03-31T18:39:37.721375
2018-12-09T00:45:13
2018-12-09T00:45:13
152,467,318
0
2
null
null
null
null
UTF-8
C
false
false
991
h
//{{BLOCK(instructionsscreen07) //====================================================================== // // instructionsscreen07, 256x256@4, // + palette 256 entries, not compressed // + 547 tiles (t|f|p reduced) not compressed // + regular map (in SBBs), not compressed, 32x32 // Total size: 512 + 17504 + 2048 =...
[ "jennakohls@gmail.com" ]
jennakohls@gmail.com
a8adb234f82f4cd57dfc34ee7ec9f774a791c732
7f3c3c51ca6d3afe5e71a75c30d2b5edd8a7bd29
/layers/bin/imagemagick/include/ImageMagick-7/MagickCore/magick-baseconfig.h
b559bdc3faab31af61a5a1e7bc74425e2c80f61f
[]
no_license
samuelweckstrom/aws-lambda-media-transcoders
6f0925377a3e954d332be8c273fa5def0b83d1ef
2e2f2e4e7c63d7c96b86397c6ecf923df6e1f032
refs/heads/master
2020-04-30T09:22:04.819210
2019-03-26T10:34:59
2019-03-26T10:34:59
176,745,043
5
0
null
null
null
null
UTF-8
C
false
false
46,377
h
#ifndef _MAGICKCORE_MAGICK_BASECONFIG_H #define _MAGICKCORE_MAGICK_BASECONFIG_H 1 /* MagickCore/magick-baseconfig.h. Generated automatically at end of configure. */ /* config/config.h. Generated from config.h.in by configure. */ /* config/config.h.in. Generated from configure.ac by autoheader. */ /* Define if bu...
[ "samuel.weckstrom@gmail.com" ]
samuel.weckstrom@gmail.com
2e39dd175022c978f80406acbe045b094e41f11d
c42f5cb7e4c96ee32b12211067f87821a4728bba
/include/particle.h
883199f7c5df7ae0c1c128e204685eae4ad8c471
[]
no_license
marmot0814/N-Body-Simulation-Parallel-Programming-2020-Fall
9bcdfaf05ee2a0353d4fad8f97c356fa0ce1296b
597324a6b17d4b8be67f06aa0d4c62cdafe42cc3
refs/heads/master
2023-02-13T18:03:41.147029
2021-01-11T10:03:44
2021-01-11T10:03:44
328,216,297
3
1
null
2021-01-11T10:03:45
2021-01-09T18:05:52
C
UTF-8
C
false
false
231
h
#pragma once #include "GLM/glm.hpp" #include "GLM/gtc/random.hpp" struct Particle { float mass; glm::vec3 location; glm::vec3 velocity; glm::vec3 acceleration; glm::vec3 force; Particle(float mass = 0); };
[ "noreply@github.com" ]
marmot0814.noreply@github.com
89795d37e398c8f48ce3ab56244e1f5e0ff2ef7c
4f22e7927f6384471848e26619d273e39e444cd5
/0x1E-search_algorithms/1-binary.c
793f3b3a8ff91d618c80d8baee119329fd3ad568
[]
no_license
MiguelCF06/holbertonschool-low_level_programming
7780feb22d529af7d0eccf0781dd140e2804b57e
3a3b177e9605e5067699422ca0198fd2e3360482
refs/heads/master
2020-12-29T05:37:24.118243
2020-08-26T23:46:20
2020-08-26T23:46:20
238,472,818
0
4
null
null
null
null
UTF-8
C
false
false
782
c
#include "search_algos.h" /** *binary_search - searches for a value in a sorted array of integers using the *Binary search algorithm *@array: is a pointer to the first element of the array to search in *@size: is the number of elements in array *@value: is the value to search for *Return: the index where value is...
[ "miguel.cipamocha@gmail.com" ]
miguel.cipamocha@gmail.com
5133688f6ff6ea5415883f079feaaf399b9680c4
6e5c964bb8bbfd6795e296b6937ad9e857d306ec
/software/os/mselOS/include/crypto/sha2.h
2415eada6271b90f2a7ac48513565e7d3c41ff18
[ "Apache-2.0" ]
permissive
AnttiLukats/orp
59644fbab3f1cc34a0a626ecacb8130621f8df91
7107d06abf06a26b5ab0745baa2196935632ef37
refs/heads/master
2021-01-17T21:29:52.914357
2016-02-06T19:25:01
2016-02-06T19:25:12
40,433,353
2
0
null
2015-08-09T10:56:03
2015-08-09T10:56:02
null
UTF-8
C
false
false
1,506
h
/** @file sha2.h * */ /* Copyright 2015, Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicabl...
[ "tcarstens@invlim.com" ]
tcarstens@invlim.com
0765da900deb18596d3341f6b96f113f2b596e99
d54b0881fa6144f3409f233ff83e47246207a274
/9pfsDxe/9pLibGetAttr.c
10720b408b5f6029e4bde15fd5354cd7bfe6b4d2
[ "BSD-2-Clause-Patent" ]
permissive
rvs/9pfsPkg
f99f246a303ea9185c9f60c85c8107ff4d225562
c9007c7beb826d919e2d7c1133fbd2196d3cc035
refs/heads/master
2022-12-13T13:41:52.757618
2020-09-15T08:51:48
2020-09-15T08:51:48
null
0
0
null
null
null
null
UTF-8
C
false
false
4,168
c
/** @file 9P library. Copyright (c) 2020, Akira Moroo. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include "9pLib.h" #define BLK_UNIT 512 #define S_ISDIR(m) ((m & 0170000) == 0040000) /* directory */ #define S_ISCHR(m) ((m & 0170000) == 0020000) /* char special */ #define S_ISBL...
[ "retrage01@gmail.com" ]
retrage01@gmail.com
212c25cad53fdffed01765063d61add5ee19dda1
caf191e5ef6c932a9929da8d19c953d348b502b1
/include/linux26-x86/asm/desc.h
f398cc456448187bff38c53ad81a314d2d063212
[]
no_license
ssumpf/linux_drivers
b5004d6320f633916d7ae22dc4006fba6361f0b7
78e9d5b21e8110d05de77f70daad358c0f07ee67
refs/heads/master
2021-01-17T11:58:45.301944
2012-01-27T01:19:04
2012-01-27T01:19:04
3,304,316
3
0
null
null
null
null
UTF-8
C
false
false
6,029
h
#ifndef __ARCH_DESC_H #define __ARCH_DESC_H #include <asm/ldt.h> #include <asm/segment.h> #ifndef __ASSEMBLY__ #include <linux/preempt.h> #include <linux/smp.h> #include <linux/percpu.h> #include <asm/mmu.h> extern struct desc_struct cpu_gdt_table[GDT_ENTRIES]; struct Xgt_desc_struct { unsigned short size; unsi...
[ "christian.helmuth@genode-labs.com" ]
christian.helmuth@genode-labs.com
85c8a85b00e3108511de75757074b46ff70051a1
05baf72dc118469242e470833062b590eb223b25
/hw3_final.c
28878bcb59a4a85cb3ddf96ee7064037882b5983
[]
no_license
lyharthur/compiler_final
83626ee5048e6c8d7e72ec8dc78ea12e78ac1cbd
0ee6b9cdbe791daed0e60ca21f9d7f683efa669c
refs/heads/master
2021-01-13T02:02:00.243386
2015-09-16T14:04:34
2015-09-16T14:04:34
40,350,288
1
0
null
null
null
null
UTF-8
C
false
false
64,956
c
#include<stdio.h> #include<ctype.h> #include<string.h> #include<stdlib.h> #define DELIMS " \t\r\n\0" #define max_set_member 256 #define max_name 256 #define max_set_member_name 256 #define max_stack 256 char* push1(char*); char* pop1(); char* get_scope(char*); char* get_type(char*); char* get_size(char*); char* get_f...
[ "lyharthur@gmail.com" ]
lyharthur@gmail.com
3c45774f3d7975aa63bf9d68784d9784a70c4c23
975d43f1127578e51ee25304663c90d9976b7c67
/chapter14/writen.c
cfa7beff572a620f6f4e21df749b1b42e6ff79ce
[]
no_license
foolishflyfox/APUE-experiment
27ebde917af14eaf782a46128ff37f86640dca1f
30f61c0bb0469270df5c219403ced243f216c244
refs/heads/master
2022-11-25T08:40:10.442075
2020-07-23T03:05:48
2020-07-23T03:05:48
258,370,385
6
1
null
null
null
null
UTF-8
C
false
false
424
c
// writen.c #include <sys/types.h> #include <unistd.h> ssize_t writen(int fd, const void* ptr, size_t n){ size_t nleft = n; ssize_t nwritten; while(nleft > 0){ if((nwritten = write(fd, ptr, nleft)) < 0){ if(nleft == n) return -1; else break; }else if (n == 0){ ...
[ "fenghuabin1992@163.com" ]
fenghuabin1992@163.com
4cda561ead786e4a5514f1d1114ffb1ef037a52e
5f67658f61d03a786005752583077a40b42d03b1
/Communications/MNPOptions.h
23e7b25c394496ce03d2c8dbfb9fc297d19919b8
[]
no_license
newtonresearch/newton-framework
d0e5c23dfdc5394e0c94e7e1b7de756eac4ed212
f922bb3ac508c295b155baa0d4dc7c7982b9e2a2
refs/heads/master
2022-06-26T21:20:18.121059
2022-06-01T17:39:47
2022-06-01T17:39:47
31,951,762
22
7
null
null
null
null
UTF-8
C
false
false
6,916
h
/* File: MNPOptions.h Contains: Options for the MNPTool Copyright: � 1992-1993, 1995 by Apple Computer, Inc., all rights reserved. Derived from v11 internal. */ #if !defined(__MNPOPTIONS_H) #define __MNPOPTIONS_H 1 #ifndef FRAM #ifndef __COMMSERVICES_H #include "CommServices.h" #endif #ifndef __SERIALOPTION...
[ "simon@newtonresearch.org" ]
simon@newtonresearch.org
ad56237b1de87f2e306643e0ce46f0cf1d9f5fe5
83214753e9183327e98af0e6768e9be5385e5282
/cmds/skill/abandon.c
4b0105c0e1499613205a4484736467bba8cec15d
[]
no_license
MudRen/hymud
f5b3bb0e0232f23a48cb5f1db2e34f08be99614e
b9433df6cf48e936b07252b15b60806ff55bb2f3
refs/heads/main
2023-04-04T22:44:23.880558
2021-04-07T15:45:16
2021-04-07T15:45:16
318,484,633
1
5
null
null
null
null
GB18030
C
false
false
6,389
c
// abandon.c #include <ansi.h> inherit F_CLEAN_UP; int help(); int main(object me, string arg) { string skill; int level, lvl = 0; object sk; if( !arg ) return notify_fail("指令格式:abandon|fangqi <技能名称> [级数]\n"); sscanf(arg, "%s %d", arg, lvl); level = me->query_skill(ar...
[ "i@oiuv.cn" ]
i@oiuv.cn
31cf6b7da089d28da35660c767a12f365a014cb3
44ee304c858e455c1221795869aeb695de892499
/mcc_generated_files/clock.h
99f9e5179c3f19fba3f18a689fa3aa1c6dc2240d
[]
no_license
mwyborny/UartToSpiWrite
048cdfcc4e9f2f55bf022122a26463de2bf4a7db
0ccd1abc8670028afbd4f1af00029a703db218be
refs/heads/master
2020-03-27T16:55:27.762602
2018-08-31T16:33:13
2018-08-31T16:33:13
146,816,228
0
0
null
null
null
null
UTF-8
C
false
false
2,125
h
/** @Generated PIC24 / dsPIC33 / PIC32MM MCUs Source File @Company: Microchip Technology Inc. @File Name: clock.h @Summary: This is the clock.h file generated using PIC24 / dsPIC33 / PIC32MM MCUs @Description: This header file provides implementations for driver APIs for all modules select...
[ "mwyborny@yahoo.com" ]
mwyborny@yahoo.com
7dcd08938ef2ced438032bd362c9fa14cfbc9114
bb244b205e0569e200a5aa9a9d4697092e51fc52
/src/object.c
354cabfa5e1b9f495d39452d057d3ea6ea02f163
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
LLNL/simutil
61180f0a85b450202a8f9b3e49b4f802f8e0b762
dbc1640abb5fe22a902e49fcf88335ec9718cec0
refs/heads/master
2023-08-11T11:42:59.680329
2021-10-18T06:05:09
2021-10-18T06:05:09
159,381,238
1
0
null
null
null
null
UTF-8
C
false
false
31,467
c
/* $Id$ */ #include "object.h" #include <stdio.h> #include <string.h> #include <stdlib.h> #include <stdarg.h> #include <ctype.h> #include <assert.h> #include <stdint.h> // uint64_t and int64_t #include "error.h" #include "match.h" #include "mpiUtils.h" #include "units.h" #if 1 #include "ddcMalloc.h" typedef struct fi...
[ "blake14@llnl.gov" ]
blake14@llnl.gov
3163e1fe95901d96bb2e9545ed7240c9d7c6761e
aa25516ea8247fd3c77d841c108df2a7fb4ed202
/trainExam/poubelle/repeat_alpha.c
44958c1433448c25e720b9fc3c8a5ba7bf127bbf
[]
no_license
KanKouRo/42v3
91d8bae625f58d231466fe9903a1bd4b673bbd77
ae039d2cf24e8f9bd231fbd13dae54a3e2a28c33
refs/heads/main
2023-03-30T08:01:55.562066
2021-03-31T20:26:49
2021-03-31T20:26:49
340,102,665
0
0
null
null
null
null
UTF-8
C
false
false
729
c
int main(int argc, char **argv) { if (argc == 2) { int i = 0; int mul = 0; while (argv[1][i]) { if (argv[1][i] >= 'a' || argv[1][i] == 'z') { mul = (argv[1][i] - 97); while (mul >= 0) { wr...
[ "gomisnicolas@live.fr" ]
gomisnicolas@live.fr
c287687d61456c19545996a748743b71db3f0ee4
a998c719367d5755cca851c2f0f492a351be1933
/src/olc2/olc_extender.h
27c503210b4595e6b5941103276a33f0e7e6e06c
[]
no_license
KaSt/nereamud
8dd93de7cfc56378afd5c1dbc792ff81848abbf5
70cda940fab682a00d665402f3c51f991fceb680
refs/heads/master
2016-09-06T16:15:01.374046
2015-08-26T00:35:02
2015-08-26T00:35:02
41,393,503
2
1
null
null
null
null
UTF-8
C
false
false
3,668
h
#ifndef OLC_EXTENDER_H #define OLC_EXTENDER_H //***************************************************************************** // // olc_extender.h // // A structure for helping in the extension of OLC functions. Allows for the // registration of new commands, menu displays, parsers, and execution // functions. // //**...
[ "k@ka.st" ]
k@ka.st
df2bf06a885b2100c4876c2b7e48ea80f5115e16
03eea97e4da82837941c845854215c1650cbaa64
/Scheduling/xv6-private/logger.h
f904f656a4333e8dd5ca8308d6b9a1c131e2d462
[ "MIT" ]
permissive
JosephJackels/OS-Projects
f3104acbcb1dd4b8370d5a24aca5c9eee9f037fc
d302aaeadc0f15c16ef8d466bccec40536e9e3fb
refs/heads/main
2023-04-30T06:48:55.801832
2021-05-03T16:23:55
2021-05-03T16:23:55
363,689,168
1
0
null
null
null
null
UTF-8
C
false
false
172
h
struct logger { int mode; //0 = off, 1 = log all, 2 = log selected; char *path[];// path to log to int selected[];//array of pids to log if mode is selected int size; }
[ "jackelsjoseph@gmail.com" ]
jackelsjoseph@gmail.com
0f68dd53b136a546686b3ddb7d906143ff62a8a7
2906248fa1b86f6d96b28a58821d796a2dcf8d47
/include_usr/aws/common/ring_buffer.h
65694da0fc810bd5775a61e0c04518ced1b08a6f
[]
no_license
Minoru-Yaguchi/sas_zybo
8a64c83238a37de324c76a8556dd716252caa343
57c4f045d8041d4550db675e2a7f343e706c20bb
refs/heads/master
2022-02-23T07:24:13.799433
2019-08-24T03:59:55
2019-08-24T03:59:55
198,002,694
0
0
null
null
null
null
UTF-8
C
false
false
3,454
h
#ifndef AWS_COMMON_RING_BUFFER_H #define AWS_COMMON_RING_BUFFER_H /* * Copyright 2010-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is locat...
[ "teppei.nakamura@konicaminolta.com" ]
teppei.nakamura@konicaminolta.com
564f0208c1567b779b494fa04777a798b4c3f86c
61a0b7bcd3723b2e1e7120cfa73b9a33e896ce4c
/Heap/constructHeap.c
e2c67ea070ab690630796b7ccae15ff9bde61940
[]
no_license
sidd-2203/Data-Structures-Algo-C
c9b62d156faf60fe409098a82b639d9dc24684e7
1ef21ba21527df0ab28b4ceabbede280ef884209
refs/heads/main
2023-06-29T16:22:24.144134
2021-07-28T15:33:58
2021-07-28T15:33:58
null
0
0
null
null
null
null
UTF-8
C
false
false
1,948
c
#include <stdio.h> #include <stdlib.h> #define mm 10 struct heap { int *arr; int capacity; int currentCount; }; void swap(int *a, int *b) { int t = *a; *a = *b; *b = t; } // parent at i then children are // left child (2*i) // right child (2*i+1) int parent(int i) { return (i - 1) / 2; }...
[ "siddharthch22@gmail.com" ]
siddharthch22@gmail.com
36dd52a7949e36606dc5a5e74f37f48dd242e92b
c5c71d44ae35aabbcfc63b2ba5faee9796542832
/Lista 06 - Caracteres/E12.c
ac84c30eec8d5e0baaffffc22d031976b485e666
[ "MIT" ]
permissive
vitordutra/algoritmos-programacao-ufsm-2018-2
fb75e6533955e51165e85ce35abe71848ceafd0f
721fe06da40a0b667098b5121ca1dfe0379e6f16
refs/heads/master
2020-12-28T10:20:22.124441
2020-02-04T20:06:57
2020-02-04T20:06:57
238,285,587
0
0
null
null
null
null
ISO-8859-1
C
false
false
408
c
#include <stdio.h> #include <stdlib.h> /* 12) Faça um algoritmo que receba uma frase e faça a criptografia dela, substituindo as vogais pelos seguintes números: a = 1, e = 2, i = 3, o = 4 e u = 5 */ int main(int argc, char *argv[]) { char frase[50]; char letra; int tam; printf("Digite uma frase: ...
[ "noreply@github.com" ]
vitordutra.noreply@github.com
1b4a928d11186fbfda029e7d9d5960ef7cce12ca
903ed0e5a55f34d7943623d5c506c892bc27c8bc
/Em2/Lab6/main.c
9fa4505483b4f70c17c2cb935fe69b560435d039
[ "BSD-2-Clause" ]
permissive
RonaldPhilipsen/HvA-Embedded_Systems_2
c5553aa38afcaa4f2653f006d04c8d1c27bd3cda
728348da44a62b0a1886aad8e6f908a696fc5a8e
refs/heads/master
2020-04-03T10:17:22.208037
2019-01-21T15:00:06
2019-01-21T15:00:06
null
0
0
null
null
null
null
UTF-8
C
false
false
4,105
c
#include "stm32l1xx.h" #include "stm32l152c_discovery.h" #include "stm32l152c_discovery_glass_lcd.h" #ifdef __cplusplus extern "C" #endif void Init_GPIOs(void); void Config_Systick(void); void SystemClock_Config(void); void DAC_Configuration(void); void ConvertDAC(uint16_t); void ADC_Configuration(void); uint16_t re...
[ "Mail@rphilipsen.nl" ]
Mail@rphilipsen.nl
6438561b58e899734edd108bfff5a2df0ad82b37
f7e7cd25ab0f2527d612e47cae278ed14b0701c6
/tests/test3.c
15f5dbd9bfa01acc106a5338d371cc77738fb4b3
[ "BSD-2-Clause" ]
permissive
therontarigo/freebsd-user-namespace
2bf22deeeda2a910d530437acbfbd24f6c9bb29e
ff6ed4b991fcf2bb296d1902c88a8e803cc71395
refs/heads/master
2020-06-01T14:48:57.114915
2019-08-24T03:22:33
2019-08-24T19:22:52
190,821,677
5
0
null
null
null
null
UTF-8
C
false
false
650
c
#include <stdio.h> #include <stdlib.h> #include <fcntl.h> #include <unistd.h> #include <sys/stat.h> #include <sys/param.h> #include <sys/mount.h> void test (int itest) { switch (itest) { case (1): { printf("mount\n"); mount("foo", "bar", 0, NULL); } break; case (2): { printf("unmount\n...
[ "theron@freebsd.org" ]
theron@freebsd.org