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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
547c469e6976fd0b19aa14403b17168c4dca6e6c | 0c8b9d1e2653308a085206ac84888f9dcb84078e | /Ficheiros Lab 4/model_real_sldrt_win32/rtwtypes.h | f85277f83f259acdef9c9e912cd6278ddfd911cc | [] | no_license | hdplsa/CComp-Lab | 5dd1f12f4a2165264524836b2796afdee7db420b | e0f32c4e3aaf9d324f6c580917090182ae170f87 | refs/heads/master | 2021-01-18T18:30:40.118495 | 2016-12-26T00:24:11 | 2016-12-26T00:24:11 | 72,097,755 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 926 | h | /*
* rtwtypes.h
*
* Code generation for model "model_real".
*
* Model version : 1.37
* Simulink Coder version : 8.8 (R2015a) 09-Feb-2015
* C source code generated on : Thu Dec 15 18:13:04 2016
*
* Target selection: rtwin.tlc
* Note: GRT includes extra infrastructure and instrumentation ... | [
"hdplsa@gmail.com"
] | hdplsa@gmail.com |
2be94e80e226b805daae19f276b19113d7685208 | 8a9fc35be37178fe4063ac8d09d936353e622310 | /src/platforms/x86_64/architecture.c | 33ec4cf6815c1d78ebe2da8c8d93aacce55c1384 | [
"MIT"
] | permissive | bonlang/bonc | 261dd298a96af7f15666d101dde3718a961e118e | d37691e0f05600be068911823dba270ce6f92074 | refs/heads/main | 2023-06-14T02:16:01.025488 | 2021-06-24T14:31:25 | 2021-06-24T14:31:25 | 364,333,791 | 3 | 1 | MIT | 2021-06-24T14:33:02 | 2021-05-04T17:23:58 | C | UTF-8 | C | false | false | 2,062 | c | #include "platforms.h"
Platform platform_x86_64_sysv = {.name = "x86_64-sysv",
.word_size = 8,
.num_register_classes = 2,
.register_classes = (RegisterClass[]){
{.reg_class = PLATFOR... | [
"12696312+wooosh@users.noreply.github.com"
] | 12696312+wooosh@users.noreply.github.com |
7b2f2e501f7066521d3ddb8bd9782e56dcd737d5 | 392c507c764ab24dba3ae8b15c2c39f3635df37d | /quiz/quiz1.c | e5e3e6720775a5f9e545c2a0ff49e5cbfa227739 | [] | no_license | aviadnissel/c | 5e6f266341beb791f4e700e3792320e2a3037976 | 64eaf36815fc2a0d4c070cfa0ecf672be834c6c8 | refs/heads/master | 2020-04-02T13:38:38.624405 | 2018-11-29T16:08:02 | 2018-11-29T16:08:02 | 154,490,053 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 343 | c | #include <stdio.h>
float average(int arr[], int size)
{
int sum = 0;
int i;
if (size == 0) {
return 0;
}
for(i = 0; i < size; i++) {
sum += arr[i];
printf("%d\n", sum);
}
return sum / size;
}
int main()
{
int arr[] = { 4, 2, 4, 2, 3 };
printf("%.3f\n", average(arr, ... | [
"aviadnissel@cs.huji.ac.il"
] | aviadnissel@cs.huji.ac.il |
714c9be799ffb6f39e13af5462afc3d533ef2baa | 111cdd9a752aa7ff6aa0ce8ac4289cc608c6a9c6 | /src/mx_count_words.c | 499e06b87288b305a775f40dfcfe5c92fb51178d | [] | no_license | yuriyhryshman/libmx | 7d0ad1899c52b2fae153aefd81b32420bfb2ef56 | 6765e864f4e9054b542847800782b245a397398c | refs/heads/master | 2023-06-06T22:27:33.620167 | 2021-07-13T17:52:18 | 2021-07-13T17:52:18 | 358,330,277 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 695 | c | #include "libmx.h"
int mx_count_words(const char *str, char c) {
int count = 0;
int k = 0;
if (str != NULL) {
for (int i = 0; str[i] != '\0'; i++) {
if (str[i] == c) {
count++;
k = i;
}
}
if (str[0] != c && str[k+1] != '\0')... | [
"82230480+yuriyhryshman@users.noreply.github.com"
] | 82230480+yuriyhryshman@users.noreply.github.com |
53848fec59613a5ef0433f01ab37fd6892569279 | 995d75e2e5b6fb5e178aebb04ea646b1db86f399 | /main.c | af0cbba1752b71561de02fefb00a8d82bd446e50 | [] | no_license | Emil-IT/reseplanereare | 9d78694531b021d043f193909fe911d8e3dfb67c | a4389fc9fefad7b477bb767559d07c2777002465 | refs/heads/master | 2021-01-13T01:49:38.656340 | 2014-12-11T15:55:02 | 2014-12-11T15:55:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 169 | c | #include "graph.c"
#include <stdlib.h>
int main(int argc, char *argv[])
{
char *name = "test";
int adj = 5;
Node newnode = createNode(name, &adj);
return 0;
}
| [
"emil.osterberg.9897@student.uu.se"
] | emil.osterberg.9897@student.uu.se |
2b4a139a824df94736e82bb67daa8abc65ac7c8f | a8d32b7b7712778c15ba801a612ee1ecf7d53259 | /1-binary_tree_insert_left.c | 1638f58ab8cad63211e5fc0696cdec6738d90f1d | [] | no_license | thiago1623/binary_trees | c1522b736680999f217fe72ff2790f7ea698ad8b | 6ad239aea0c474d72e17043531a6d8741c3efd95 | refs/heads/main | 2023-01-19T00:43:20.934012 | 2020-11-26T23:14:27 | 2020-11-26T23:14:27 | 315,503,183 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 514 | c | #include "binary_trees.h"
/**
* binary_tree_insert_left - functions that create a new node
* @parent: pointer
* @value: is the value
* Return: a pointer
*/
binary_tree_t *binary_tree_insert_left(binary_tree_t *parent, int value)
{
binary_tree_t *new_node;
if (!parent)
return (NULL);
new_node = binary_tree_no... | [
"thiago.96t16@gmail.com"
] | thiago.96t16@gmail.com |
04ff273ef89d085642c7107bae0e3649df7ab76d | e9189d2db5c2064d84073489271fd8dcaf22f987 | /src/frontend/audio.h | 593cfb0b7ae3834514e42dc0874e28e3d575c948 | [] | no_license | quimodotcom/n64 | eb13fc7f873c62222aea41ac4ac6474057a97c65 | f12a0bf472d2f5965e11d4e9c5be811d7f4e2d1a | refs/heads/master | 2023-05-15T00:29:34.736385 | 2021-06-11T00:55:44 | 2021-06-11T00:55:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 207 | h | #ifndef N64_AUDIO_H
#define N64_AUDIO_H
#include <system/n64system.h>
void adjust_audio_sample_rate(int sample_rate);
void audio_push_sample(shalf left, shalf right);
void audio_init();
#endif //N64_AUDIO_H
| [
"dillonbeliveau@gmail.com"
] | dillonbeliveau@gmail.com |
1509d81e67c2c5c3b1406ad5a6e4b5a0b90d5794 | d118f483d6601ffdbf2d337c4d5f8e2b9585d645 | /components/esp-azure/azure-iot-sdk-c/iothub_client/inc/iothub_client_core_common.h | fec5f8e35f12e99a4458bd6992dd88efca3b0d5e | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | Azure-Samples/ESP-Samples | 2f62180454432425c36836f3971618fb6fc2a87c | 62ab2aa1a6866f247cb8715c7cca647e06d05fe2 | refs/heads/master | 2021-12-14T15:34:25.930600 | 2021-12-10T23:29:26 | 2021-12-10T23:29:26 | 235,164,690 | 47 | 27 | MIT | 2021-12-10T23:29:27 | 2020-01-20T18:03:51 | C | UTF-8 | C | false | false | 11,702 | h | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
/* Shared structures and enums for iothub convenience layer and LL layer */
#ifndef IOTHUB_CLIENT_CORE_COMMON_H
#define IOTHUB_CLIENT_CORE_COMMON_H
#include "azure_c_... | [
"ericmitt@corp.microsoft.com"
] | ericmitt@corp.microsoft.com |
36f1a5db65bb68470d4adb3123433ab23e66f403 | 3503cb915c1ef44402a52a07ca47e1e9164ea474 | /isim/register_file_tb_isim_beh.exe.sim/work/a_3476323984_2372691052.c | efd24b7dbaa4aafdd9def1a36574be09377b272c | [] | no_license | noteboonanan/553040581-1-coe-22-comarc | 05c1bbf44a1962cea4fe97a33f023da228fa8944 | 8906fdf1a74d875fecf82210bbf4b7818224cf06 | refs/heads/master | 2021-01-11T14:09:02.168422 | 2017-06-21T08:17:14 | 2017-06-21T08:17:14 | 94,979,927 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,268 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"note.boonanan@gmail.com"
] | note.boonanan@gmail.com |
9b1df7652c7bb052177f5f7be3a32d0f9e83d5b8 | f1072da7dbff060ca7b538a81d3936571fec56ea | /drow/src/plugin/particle/plugin_particle_obj_emitter_binding.c | 210c8924fdacb87e24b051a30f83020b76623877 | [] | no_license | Hkiller/workspace | e05374d30a6f309fa8cf1de83887ccb5d22736f9 | 660fc5900300786d7581a850a3fefc90f8d07a93 | refs/heads/master | 2021-03-30T22:44:17.469448 | 2017-04-12T06:08:02 | 2017-04-12T06:08:02 | 125,022,632 | 2 | 0 | null | 2018-03-13T09:07:03 | 2018-03-13T09:07:03 | null | UTF-8 | C | false | false | 1,992 | c | #include "plugin_particle_obj_emitter_binding_i.h"
#include "plugin_particle_obj_emitter_i.h"
#include "plugin_particle_obj_particle_i.h"
plugin_particle_obj_emitter_binding_t
plugin_particle_obj_emitter_binding_create(plugin_particle_obj_emitter_t emitter, plugin_particle_obj_particle_t particle) {
plugin_particl... | [
"570385841@qq.com"
] | 570385841@qq.com |
bd5737fb40d28a8533a5257db944d0149ec1b41c | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/c-litmus-CSEQ/_cs_IRRWIW+poaa+dmb.sy+LNa.c | 53f0e67c3aac0769d9f644188010071912e9afb6 | [] | 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 | 30,316 | c | /*
* generated by CSeq [ 0000 / 0000 ]
*
* instance version {}
*
* 2023-06-04 11:50:37
*
* params:
* -i /home/osboxes/llvm_bmc/llvm_bmc/examples/litmus/c/run-scripts/../c-litmus-CSEQ/IRRWIW+poaa+dmb.sy+LNa.c,
*
*/
#define __cs_MUTEX_INITIALIZER -1
#define __cs_COND_INITIALIZER -1
#define __cs_RWLO... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
fbf356b22d0d9e544436049af467c8ba9b925dbd | f1aab276592d28335117c9caeea601bf6de12d92 | /bin/tests/optional/master_test.c | 670d3a41781c36f79ebf3f381e8402b47c5cb317 | [] | no_license | meatbeefpork/bind9 | e618ff3e8436291348bc82b5c31ac5f11af669d0 | 1ba2cd8145d72b7e64a50bb8feda418699b58735 | refs/heads/master | 2020-06-26T23:16:08.456648 | 2019-08-01T03:29:05 | 2019-08-01T03:29:05 | 199,784,687 | 0 | 0 | null | 2019-08-01T01:46:36 | 2019-07-31T05:23:35 | null | UTF-8 | C | false | false | 2,345 | c | /*
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* See the COPYRIGHT file distributed with ... | [
"noreply@github.com"
] | meatbeefpork.noreply@github.com |
87ba7ed06baa3a67fcd3b8fadde6504395ec1281 | ea4e3ac0966fe7b69f42eaa5a32980caa2248957 | /download/unzip/Heimdal/Heimdal-323.15/lib/krb5/transited.c | 8ba00558d16631ef3af6ef4030cb761032b50f6a | [
"BSD-3-Clause"
] | permissive | hyl946/opensource_apple | 36b49deda8b2f241437ed45113d624ad45aa6d5f | e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a | refs/heads/master | 2023-02-26T16:27:25.343636 | 2020-03-29T08:50:45 | 2020-03-29T08:50:45 | 249,169,732 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,393 | c | /*
* Copyright (c) 1997 - 2001, 2003 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. Redistribut... | [
"hyl946@163.com"
] | hyl946@163.com |
0ad232154673b7d3cc520648a7958a53efa17a00 | ddf4638ab8841ba4a49c10caf04504b41812fb69 | /ecs_inits.c | 9d9402c68ef4a57d17f41d077e6bff90045dc667 | [] | no_license | lilei-John/ecdsa | 9b4e1fa0b17cd40afb1f704d1b7765135442f46a | a64c3b610591be34b6a6688c9b5004b60803efbe | refs/heads/master | 2020-11-28T04:35:02.550181 | 2017-03-08T02:39:45 | 2017-03-08T02:39:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 826 | c | /*
* ecs_lib.c
*
* Created on: Nov 12, 2015
* Author: tslld
*/
#include "ecdsa.h"
#include "ec.h"
#include "ec_point.h"
#include "field_ops.h"
/** Allocates and initialize a ECDSA_SIG structure
* \return pointer to a ECDSA_SIG structure or NULL if an error occurred
*/
ecdsa_sig ecs_init() {
ecdsa_sig ... | [
"noreply@github.com"
] | lilei-John.noreply@github.com |
b99fed3696a6ca4d75d7d6ab838805d8a5bc0fdc | f3b85ae8251c0d32b0b13f5f58896049cdc0f456 | /sys/dietlibc/strncmp.c | 408318fcadebf3fd6682814b66c38d8900ba5b1e | [] | no_license | walafc0/almos-mk | 9f8e1540f48bdfee08dd82336687a6555e7dd730 | 885636fce42faa73f7f9218124d1a40ce2a61907 | refs/heads/master | 2020-12-30T14:56:07.781381 | 2015-08-18T15:44:22 | 2015-08-18T15:44:22 | 40,980,913 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 502 | c | #include <string.h>
/* gcc is broken and has a non-SUSv2 compliant internal prototype.
* This causes it to warn about a type mismatch here. Ignore it. */
int strncmp(const char *s1, const char *s2, size_t n) {
register const unsigned char* a=(const unsigned char*)s1;
register const unsigned char* b=(const unsign... | [
"devel@walafc0.org"
] | devel@walafc0.org |
d8b49e6e188e31bfc8a4fb3149fb57898b415f8b | 43260c9add09e83c4f36c694f473b79fdf60cf6b | /aubit4glsrc/tags/v0-48-71/compilers/pcode/compiler_main.c | d729a06efc68d75fe0a8271d802353894985d5dc | [] | no_license | tompipen/aubit4gl_code | 63d31e10e329831f95f9e839a0f1bf312c056164 | ea632477f2653dd97f024eb6a54abfdf5a892153 | refs/heads/master | 2020-04-11T14:52:49.192757 | 2018-11-12T10:21:42 | 2018-11-12T10:21:42 | 161,871,995 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,528 | c | /*
# +----------------------------------------------------------------------+
# | Aubit 4gl Language Compiler Version $.0 |
# +----------------------------------------------------------------------+
# | Copyright (c) 2000-1 Aubit Development Team (See Credits file) |
# +--------------... | [
"nobody@ccff5c2d-aaaf-4f61-a5bd-d7f44fd75822"
] | nobody@ccff5c2d-aaaf-4f61-a5bd-d7f44fd75822 |
05804bc47dd7c8de3e5495e8291f9bfe73135e08 | d1179f5b9e7bbd11114605f92f67abe87f232473 | /libft/srcs/ft_strncmp.c | 6203aa2d3b7a8390587a7f2c5008866153fe71d1 | [] | no_license | kantum/ft_printf | 1b701900f5b61d397eef3cb204212fa5ba805952 | caeb013220425328b5e1bf4012650bceef832276 | refs/heads/master | 2020-07-30T10:17:40.024247 | 2018-11-12T01:52:34 | 2018-11-12T01:52:34 | 210,190,038 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,117 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncmp.c :+: :+: :+: ... | [
"vimman@users.noreply.github.com"
] | vimman@users.noreply.github.com |
937bcd8b7f42d336b57be9ad84cfccd804571985 | 20c39cc5ed7018b329789c8c8722b96070bb8b63 | /src/stack.c | 360e09cc9261116a26d1f73e400234fa822a04f9 | [] | no_license | davidmaamoaix/ParsingExecise | 6102db688a0aecf8b4524ecf924f4df4d78ea033 | 0aaef257fe3d72a77189a0900f92177c5467c66e | refs/heads/master | 2023-02-27T19:27:27.744781 | 2021-02-06T10:31:03 | 2021-02-06T10:31:03 | 318,151,783 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 456 | c | #include "stack.h"
#include <stdlib.h>
#include <stdio.h>
Stack *makeStack() {
Stack *stack = malloc(sizeof(Stack));
stack->tokens = malloc(sizeof(Token *) * MAX_STACK);
stack->size = 0;
return stack;
};
void push(Stack *stack, Token *token) {
stack->tokens[stack->size++] = token;
}
Token *pop(Stack *s... | [
"davidmaamoaix@gmail.com"
] | davidmaamoaix@gmail.com |
ca61a69b3e0fd54161faf69bd84a549dc73dd5aa | ef77ba01e6e1a5ee8f3ccb0245b61cbb778e0c00 | /T09ANIM/src/units/unitsbuildings.c | e458da51cb68a935937faa0b832ce447824b254a | [] | no_license | TKornilov/SUM2021 | e03c2c967c0a5913eddef622d81addf9e558e496 | afbc23e60eaa4be96a306c872cd1fdbb72939fe2 | refs/heads/master | 2023-06-13T04:58:17.877240 | 2021-06-28T16:56:55 | 2021-06-28T16:56:55 | 375,474,743 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,376 | c | /*FILE NAME: unitsBUILDINGS.c
PROGRAMMER: TK3
DATE:21.06.2021
*/
#include "units.h"
typedef struct tagtk3UNIT_BUILDINGS tk3UNIT_BUILDINGS;
struct tagtk3UNIT_BUILDINGS
{
UNIT_BASE_FIELDS;
tk3PRIM FARM, HOUSE, CASTLE;
VEC Pos;
};
/* Unit initialization function.
* ARGUMENTS:
* - self-pointer to unit obj... | [
"tomotey@yandex.ru"
] | tomotey@yandex.ru |
748da1494ed624eba82cb2b59c453bec0ffca1d2 | 87766adea995d1cf4187d2e90c987b6c4589ca8c | /third-party/SDL2_image-2.0.1/external/tiff-4.0.3/contrib/pds/tif_pdsdirread.c | a5f6ca087042b990c2d4d742b49aec630f19e12c | [
"Zlib",
"libtiff"
] | permissive | one-token/tinto | 3d77625a1c0848a3b57405211a0e5db4222b3000 | d747b9540a212b2f307bc85b39a55188b3ae9978 | refs/heads/master | 2021-02-06T06:52:29.602609 | 2017-02-10T21:35:33 | 2017-02-10T21:35:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,306 | c | /* $Header: /cvs/maptools/cvsroot/libtiff/contrib/pds/tif_pdsdirread.c,v 1.4 2010-06-08 18:55:15 bfriesen Exp $ */
/*
* Copyright (c) 1988-1996 Sam Leffler
* Copyright (c) 1991-1996 Silicon Graphics, Inc.
* Copyright (c( 1996 USAF Phillips Laboratory
*
* Permission to use, copy, modify, distribute, and sell this ... | [
"bruno.fortunato@applica.guru"
] | bruno.fortunato@applica.guru |
29a415b1560d3270ec7de56c2157c7db202ff5cf | a9ad45c5b67441a51b28212526e4542a6e081b00 | /source.c | 060a5869c4416cc58dfb24cda7102239e6bf20da | [] | no_license | rm0611/Module_1 | d7f8ed9ae7a5b612d0fe6975d8a04fcf0b9f1a93 | 1f181c8ecfb1e7b14432876787fd52689ddebef6 | refs/heads/master | 2020-04-17T17:17:08.464964 | 2019-01-21T08:31:11 | 2019-01-21T08:31:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 316 | c | #include <stdio.h>
#include <math.h>
double vectorlength(double a, double b, double c)
{
double length = sqrt(pow(a, 2)+pow(b, 2)+pow(c, 2));
return length;
}
int main(void)
{
printf("%.3f %.3f %.3f\n",
vectorlength(10,20,30),
vectorlength(40,50,70),
vectorlength(60,80,100));
return 0;
} | [
"ryoji6464@gmail.com"
] | ryoji6464@gmail.com |
291002ff7d1512433779c914732c3f3659ad3039 | e6a6ebbf87f077a4fd69ae5ea43b58b98e4c530e | /Models/Models_motor_control/LIB_LTST-C191KRKT/LTST-C191KRKT/PADS/LTST-C191KRKT.c | a417abd2987137c26db4f46f030dcacf9f7b069a | [] | no_license | yisea123/Movin_on | be7aa1788537afbd61f50dde578f3b0f51598f47 | aa6b2fea8ddfb975409b64a0f654b700de7af016 | refs/heads/master | 2020-09-27T13:13:18.374535 | 2019-11-22T00:41:38 | 2019-11-22T00:41:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 960 | c | *PADS-LIBRARY-SCH-DECALS-V9*
LTST-C191KRKT 32000 32000 100 10 100 10 4 8 0 2 0
TIMESTAMP 2018.09.21.14.49.54
"Default Font"
"Default Font"
500 350 0 0 100 10 "Default Font"
REF-DES
500 250 0 0 100 10 "Default Font"
PART-TYPE
500 -200 0 0 100 10 "Default Font"
*
500 -300 0 0 100 10 "Default F... | [
"matthewdgould1@gmail.com"
] | matthewdgould1@gmail.com |
1459fb335ef86869b8502aa01a45001e74532991 | f83ef53177180ebfeb5a3e230aa29794f52ce1fc | /strace/strace-4.24/linux/microblaze/set_error.c | 5bb83b5f89d5a91828cd0198eb9c474fbbad874c | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | msrLi/portingSources | fe7528b3fd08eed4a1b41383c88ee5c09c2294ef | 57d561730ab27804a3172b33807f2bffbc9e52ae | refs/heads/master | 2021-07-08T01:22:29.604203 | 2019-07-10T13:07:06 | 2019-07-10T13:07:06 | 196,183,165 | 2 | 1 | Apache-2.0 | 2020-10-13T14:30:53 | 2019-07-10T10:16:46 | null | UTF-8 | C | false | false | 243 | c | static int
arch_set_error(struct tcb *tcp)
{
microblaze_r3 = -tcp->u_error;
return upoke(tcp, 3 * 4, microblaze_r3);
}
static int
arch_set_success(struct tcb *tcp)
{
microblaze_r3 = tcp->u_rval;
return upoke(tcp, 3 * 4, microblaze_r3);
}
| [
"lihuibin705@163.com"
] | lihuibin705@163.com |
4a14f72115b5d5f26ca23dd15e55dc0d3270cf4b | cc119e02d3564431066c8ca70edde27178b463ba | /src/src/fight.c | 8880f2505780784195ddc322761142d63202cc67 | [
"DOC",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | janvandijk/muds | c7dabc376eef7a130acccb1f00620d3d3819a489 | 5a902652d7b7cad13d4234ad6872c1de3623f106 | refs/heads/master | 2021-01-01T04:12:35.862417 | 2016-04-12T12:53:59 | 2016-04-12T12:53:59 | 56,060,713 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 68,503 | c | /***************************************************************************
* Original Diku Mud copyright (C) 1990, 1991 by Sebastian Hammer, *
* Michael Seifert, Hans Henrik St{rfeldt, Tom Madsen, and Katja Nyboe. *
* *
* Merc Dik... | [
"iwritecode@gmail.com"
] | iwritecode@gmail.com |
eb434bc04acc309ca0bc81ef0480e76532aab3ea | 28d0f8c01599f8f6c711bdde0b59f9c2cd221203 | /sys/arch/ofppc/include/int_fmtio.h | df0b8c84607f9f848dca7d48fb157336c88b963f | [] | no_license | NetBSD/src | 1a9cbc22ed778be638b37869ed4fb5c8dd616166 | 23ee83f7c0aea0777bd89d8ebd7f0cde9880d13c | refs/heads/trunk | 2023-08-31T13:24:58.105962 | 2023-08-27T15:50:47 | 2023-08-27T15:50:47 | 88,439,547 | 656 | 348 | null | 2023-07-20T20:07:24 | 2017-04-16T20:03:43 | null | UTF-8 | C | false | false | 98 | h | /* $NetBSD: int_fmtio.h,v 1.1 2001/04/15 17:13:15 kleink Exp $ */
#include <powerpc/int_fmtio.h>
| [
"kleink@NetBSD.org"
] | kleink@NetBSD.org |
bd25782dd2a551a55043816697961a74b6801162 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/gcc/testsuite/gcc.dg/format/gcc_gfc-2.c | f3095fa296f94f3463ed8985add492005297f714 | [
"Zlib",
"LicenseRef-scancode-public-domain",
"LGPL-2.1-only",
"FSFAP",
"LGPL-3.0-only",
"GPL-3.0-only",
"GPL-2.0-only",
"GCC-exception-3.1",
"LGPL-2.0-or-later"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 300 | c | /* PR c/35436 */
/* { dg-do compile } */
/* { dg-options "-Wformat" } */
typedef void locus[1]; /* { dg-error "array of void" } */
void foo(const char*, ...)
__attribute__((__format__(__gcc_gfc__, 1, 2))); /* { dg-error "locus" } */
void bar()
{
foo("%L", 0); /* { dg-warning "format" } */
}
| [
"rink@rink.nu"
] | rink@rink.nu |
ab4673056cded9964d9a9ed849c8d89082f41bd6 | 42790c841a33d7911dfb1449b81e151b6174cd04 | /privmem/privmem_ioctl.h | 894feb439a765d77dbc70ff459cf2fcbc7ca610b | [] | no_license | tushargosavi/linux | a9b50655c330010a0d318d38479d036ad16786c9 | b4ca2267284814624d86ea8b364a1528f2e3eed2 | refs/heads/master | 2021-01-22T18:14:29.194777 | 2013-05-10T16:11:47 | 2013-05-10T16:11:47 | 3,295,698 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 474 | h | #ifndef PRIVMEM_IOCTL_H
#define PRIVMEM_IOCTL_H
#include "privmem.h"
#define CREATE_PROCESS_AREA _IOR(MAJOR_NUMBER,0,processid_t);
#define DELETE_PROCESS_AREA _IOR(MAJOR_NUMBER,1,processid_t);
#define CREATE_CHUNK _IOR(MAJOR_NUMBER,2,privmem_t);
#define DELETE_CHUNK _IOR(MAJOR_NUMBER,3,privmem_t);
#define DELETE_ALL_... | [
"tushargosavi@gmail.com"
] | tushargosavi@gmail.com |
4e7388954ef4424456ecb68e25bb130e1bf08aef | 47278a64390e022bcb8956b4156ba93370cb09a3 | /rs92/nav_gps_vel.c | 2e464ea67f0ad530f3c02169d495a392f2919a93 | [] | no_license | escursioni/RS | f33142a8838d0fd207cd2493a029f78583b732fc | c9af05c28a4dd930efd7637d4759c6cfd91a971a | refs/heads/master | 2021-01-21T16:53:57.362011 | 2017-05-17T20:04:32 | 2017-05-17T20:04:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 76,594 | c |
/*
Quellen:
- IS-GPS-200H (bis C: ICD-GPS-200):
http://www.gps.gov/technical/icwg/
- Borre: http://kom.aau.dk/~borre
- Essential GNSS Project (hier und da etwas unklar)
*/
#define PI (3.1415926535897932384626433832795)
#define RELATIVISTIC_CLOCK_CORRECTION (-4.4... | [
"rs1729@users.noreply.github.com"
] | rs1729@users.noreply.github.com |
eac3091437b12a3993b10e27c0ecb77d2577c497 | 4f885bf3b2c268ca34c7b6ddbc4c341c657a2b91 | /Part 2/Problem 2/P2p2_quarc_win64/P2p2_data.c | 77edb5432106856d52edba04959261a004ab9b8f | [] | no_license | Kevinkald/HelicopterLab | ec2752d2cded4928e165fae24d3c7737b36401b4 | 85cae96840019b3d34ad5fa8b8123ec9940d2a7c | refs/heads/master | 2020-03-27T13:07:13.812309 | 2018-10-21T18:06:57 | 2018-10-21T18:06:57 | 146,591,339 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 25,192 | c | /*
* P2p2_data.c
*
* Code generation for model "P2p2".
*
* Model version : 1.69
* Simulink Coder version : 8.6 (R2014a) 27-Dec-2013
* C source code generated on : Sun Oct 21 19:26:21 2018
*
* Target selection: quarc_win64.tlc
* Note: GRT includes extra infrastructure and instrumentation for proto... | [
"kevin.k.kaldvansvik@gmail.com"
] | kevin.k.kaldvansvik@gmail.com |
f70c2cfb270119aef7a6f7e8ac52a00058a180af | df6dcfecc6f3cd9c3dd984b4ff9ecf650f0b3847 | /LP/Środa 1015 Plata Stalmach/LQR/identyfikacja1zbior_sldrt_win64/rtGetInf.c | 1ab6915d31b0309ba4980628bbf74b85cc08f9a0 | [] | no_license | konradam/studia | f5b7c32b2e1f31798759f12d3a240a1bed72b3ec | bdd950bafa599861b6036febfb25fd3a6a826690 | refs/heads/master | 2021-08-24T13:42:47.570722 | 2017-11-21T08:18:40 | 2017-11-21T08:18:40 | 106,965,092 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,255 | c | /*
* rtGetInf.c
*
* Code generation for model "identyfikacja1zbior".
*
* Model version : 1.128
* Simulink Coder version : 8.8.1 (R2015aSP1) 04-Sep-2015
* C source code generated on : Wed May 24 10:53:26 2017
*
* Target selection: rtwin.tlc
* Note: GRT includes extra infrastructure and instrumenta... | [
"dobrzynskikam@gmail.com"
] | dobrzynskikam@gmail.com |
ad3377fedcd245fde3af59c473a442253879332a | 339479b26dd48d9a8f46a43f78216db9e9812a76 | /include/mvfs/stat.h | f8aadbdc3b517236382c6998f5942129c5c0f6a8 | [] | no_license | metux/libmvfs | b524ddf23f3f65d361904e7479e6ae56493b358b | c322b7ac809daed92cb4ad126f02d857af215871 | refs/heads/master | 2016-09-06T06:06:13.301908 | 2009-11-12T16:16:28 | 2009-11-12T16:16:28 | 11,692,504 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,119 | h | /*
libmvfs - metux Virtual Filesystem Library
File-Status API
Copyright (C) 2008 Enrico Weigelt, metux IT service <weigelt@metux.de>
This code is published under the terms of the GNU Public License 2.0
*/
#ifndef __LIBMVFS_STAT_H
#define __LIBMVFS_STAT_H
// FIXME !
#ifndef _GNU_SOURCE
#define _GNU_S... | [
"weigelt@metux.de"
] | weigelt@metux.de |
ec3365b4ee68da6615f7f07c6fe4fb507cb9c0d2 | 33a82980352cf366b9c288cf8a74d2740272d90b | /network/wlan/WDI/COMMON/VHTGen.h | 72eeb421bbdbd6387df4a790490d42fe17b3f6c3 | [
"MS-PL"
] | permissive | microkatz/Windows-driver-samples | d249ecb8ab1be5a05bf8644ebeaca0bf13db1dad | 98a43841cb18b034c7808bc570c47556e332df2f | refs/heads/master | 2022-05-09T17:42:10.796047 | 2022-04-20T20:47:03 | 2022-04-20T20:47:03 | 161,238,613 | 2 | 0 | MS-PL | 2022-04-20T20:47:03 | 2018-12-10T21:28:00 | C | UTF-8 | C | false | false | 12,676 | h | #ifndef __INC_VHTGEN_H
#define __INC_VHTGEN_H
#define GET_VHT_INFO(_pMgntInfo) ((PRT_VERY_HIGH_THROUGHPUT)((_pMgntInfo)->pVHTInfo))
//VHT capability info
#define SET_VHT_CAPABILITY_ELE_MAX_MPDU_LENGTH(_pEleStart, _val) SET_BITS_TO_LE_1BYTE(_pEleStart, 0, 2, _val)
#define SET_VHT_CAPABILITY_ELE_CHL_WIDTH(_pEleStart,... | [
"daih@microsoft.com"
] | daih@microsoft.com |
71e197f70e525a3a17d6df36d17177f7e2989935 | 2610218f9c6c3bd3f59125d3c13d0f6ed82cddff | /ch10/smallbuff.c | b6d76eb3bed8f2cc14c6eed9de4df20d4b40c34b | [] | no_license | ndegroot65/GHHv6 | 326835eb65d72f33395c10fb71effa91e2407e0a | e4d72650987b8ed7f779427aae78cad9ed5bd48d | refs/heads/main | 2023-09-05T21:26:29.869997 | 2021-11-16T03:00:31 | 2021-11-16T03:00:31 | 474,926,601 | 1 | 0 | null | 2022-03-28T09:11:32 | 2022-03-28T09:11:32 | null | UTF-8 | C | false | false | 176 | c | //smallbuff.c
#include <string.h>
int main(int argc, char * argv[]){
char buff[10]; //small buffer
strcpy(buff, argv[1]); //vulnerable function call
return 0;
}
| [
"htejeda@arezzo.io"
] | htejeda@arezzo.io |
daa397f117e5f7d590089469b095f85daa83de07 | 6596c1c9c9c3e837677aa161de67a3a850e9140e | /introclass-results/canonical/checksum/3b2376ab97bb5d1a5dbbf2b45cf062db320757549c761936d19df05e856de894e45695014cd8063cdc22148b13fa1803b3c9e77356931d66f4fbec0efacf7829/19/repair.c | c75ca61b104f437e6a30ff39be8eec370756be4f | [] | no_license | eduardodx/gecco2018-checkpoints | f42cfb4161b810235d5acedecfd689b5ecf6c883 | 34f501bd8c4470e594a0a5e8248ef91f13af4f69 | refs/heads/master | 2020-03-11T10:07:52.660538 | 2018-08-19T21:31:05 | 2018-08-19T21:31:05 | 129,933,410 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,809 | c | typedef unsigned long size_t;
typedef unsigned char __u_char;
typedef unsigned short __u_short;
typedef unsigned int __u_int;
typedef unsigned long __u_long;
typedef signed char __int8_t;
typedef unsigned char __uint8_t;
typedef short __int16_t;
typedef unsigned short __uint16_t;
typedef int __int32_t;
typedef unsigned... | [
"eduardodx01@gmail.com"
] | eduardodx01@gmail.com |
b22830e0833fd103697e25b35a0588c191b75605 | 6fc835013a7525ff7066c70f7a4f9ff90cdebedd | /workcode/7th/7_4/LinkedList.h | 42b7f360f4835b7ff3c8b754a35748922d6c67c9 | [] | no_license | jyxk/HustCProgramming | 9f31f287c110ab1a35df0f49de1ab68a6b02b469 | 0c3e33eb14b7419e06d5d182649cf9c54d38d956 | refs/heads/master | 2020-04-03T19:55:45.558103 | 2018-10-31T10:44:50 | 2018-10-31T10:44:50 | 155,540,505 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,185 | h | //
// Created by Think on 2017/12/27.
//
#ifndef INC_7_4_LINKEDLIST_H
#define INC_7_4_LINKEDLIST_H
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
struct StuNode{ //定义成绩单中链表结点
struct StuNode *prev;
int StuNum;
char StuName[20];
int Calculus;
int English;
int Physics;
int... | [
"jyxking007@gmail.com"
] | jyxking007@gmail.com |
542b9d0901b6464b83448e1766ea59b726ac0c55 | 0db7ea9e8641ca7dc3af837c1b46d67536b949a5 | /lib/roken/snprintf.c | fabb8fb4ab50c0fd6b0f1775ba56aa0fe8786274 | [] | no_license | 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 | 13,933 | c | /*
* Copyright (c) 1995-2003 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 o... | [
"map@kth.se"
] | map@kth.se |
6a270032daef3734624f48f08cd3d30585da718d | 1432974064ecf6e82da3606f311fb77ec56f5b73 | /R-CarM3/src/hardware/startup/lib/hwibus_add_spi.c | 95f6e6b53b81c10bdd91783a0b3d0f32b32dd88f | [
"Apache-2.0"
] | permissive | passdedd/R-CarM3_Salvator_qnx70 | 60eecbb226ebfcb52a7d6b8eb589e7191f3521d5 | d6cf43d4a4edf2a5264a027917854f2d43098ff2 | refs/heads/master | 2021-06-17T21:00:59.254785 | 2017-06-15T10:23:53 | 2017-06-15T10:23:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,940 | c | /*
* $QNXLicenseC:
* Copyright 2007, 2008, QNX Software Systems.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You
* may not reproduce, modify or distribute this software except in
* compliance with the License. You may obtain a copy of the License
* at: http://www.apache.org/lic... | [
"doi.nguyen@terralogic.com"
] | doi.nguyen@terralogic.com |
c14cfc8993ce7866480ed99bbebbe22ddadf7524 | b69d4964e7b5d3452357ba65b26ee89a2735e859 | /src/server/scripts/EasternKingdoms/ScarletMonastery/scarlet_monastery.h | ca7a6fbec8fdc2c09bc8cab4875a01ef3d49775c | [] | no_license | grsgs/Adcore4 | 26bfde88edac2b676b892bbe8748751bf5a083f6 | 06fc23da7ebc20de8fb7d37bf8ab6efe64349943 | refs/heads/master | 2020-04-26T16:06:30.621714 | 2013-07-26T20:58:12 | 2013-07-26T20:58:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,242 | h | /*
*
* Copyright (C) 2011-2013 DepthsCore <http://www.mist-of-depths.com/>
*
* Copyright (C) 2008-2013 TrinityCore <http://www.trinitycore.org/>
*
* Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
*
* This program is free software; you can redistribute it and/or modify it
* under t... | [
"jorjescu@ymai.com"
] | jorjescu@ymai.com |
2824fa81702280bca08b541e28432863707a2b45 | e6a424c12cdced2ff9d8413bd0ee0e0b80551550 | /gtk3gl-qt-demo/vertices.c | 30a7454ee3df1dfc10cdb9dd988a46a1d182e6b3 | [
"WTFPL"
] | permissive | NoSuchProcess/gtk3-for-fun | 8556bd5ca5c4effe563a138169398d93b30ce839 | 79541fe210301acc37d90aa4c401fa866ce83d78 | refs/heads/master | 2021-01-17T15:05:35.547428 | 2020-10-05T13:59:38 | 2020-10-05T13:59:38 | 84,106,322 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 126,639 | c | #include "vertices.h"
vertex_t vertices[] = {
{{0.06, -0.14, -0.05}, {0, 0, -1}},
{{-0.14, 0.06, -0.05}, {0, 0, -1}},
{{0.14, -0.06, -0.05}, {0, 0, -1}},
{{-0.06, 0.14, -0.05}, {0, 0, -1}},
{{0.14, -0.06, -0.05}, {0, 0, -1}},
{{-0.14, 0.06, -0.05}, {0, 0, -1}},
{{-0.14, 0.06, 0.05}, {0, 0, 1}},
{{0.06, -0.14, ... | [
"no.such.process@gmail.com"
] | no.such.process@gmail.com |
55f0c25483b13aa2d851ee537d14ad4648b4cb2f | 003b798bef9ca487bd8e520369ad4e05c654c84f | /iwordreader.c | 840b698633c8203362500fa0c416759ba0084983 | [] | no_license | tautology0/dataconverters | fe643bddf993bdeedd1b30ec14bca840b7698556 | ec9bfd1a59879c66e5bf9e9baf1abf3fecf16cba | refs/heads/master | 2023-01-24T03:37:37.321487 | 2021-07-12T23:15:36 | 2021-07-12T23:15:36 | 117,900,560 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,136 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
unsigned char magic[] = { 0xc3, 0xe8, 0xe1, 0xfa, 0xca, 0xe5, 0xfa, 0xca, 0xe9, 0xed, 0xc9, 0xe1, 0xee, 0x01, 0x00, 0x00 };
int main(int argc, char **argv)
{
FILE *inhandle;
int i;
unsigned char byte;
inhandle=fopen(argv[1], "rb");
/... | [
"dave@tautology.org.uk"
] | dave@tautology.org.uk |
20c7008e2a5108c85f292463c2e3f6c0a8c443b9 | e4d743297ba558bd9f9f6d69109514fd2b8b470b | /BSoD-tps-anteriores-sisop/Mauro1C2020/team/team.c | 7e6f2877a7c2fad8a8e9e1f262fa3bb79c7be34a | [] | no_license | rocioveloso/SOtpsanteriores | 935f0fdce64dbdf59b4c73f38c64cd3d34343d43 | 11a523892d87e4ce75eaf326eb91aebef48e8085 | refs/heads/master | 2023-04-03T05:59:21.938938 | 2021-04-19T14:07:52 | 2021-04-19T14:07:52 | 359,473,154 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 83,019 | c | #include"team.h"
#include <commons/collections/dictionary.h>
#include <commons/collections/node.h>
#include <pthread.h>
#include <math.h>
#include <commons/string.h>
#include "liberarTeam.h"
#include "conexionConBroker.h"
bool mismoPokemonMismaPosicionPendientes(void* parametro){
Pokemon* poke = (Pokemon*)parametro;
... | [
"rociobelenveloso@gmail.com"
] | rociobelenveloso@gmail.com |
f4ee4a0600fc84e9984099ed762cfd1da8b471ab | 983a2e298d17794f55459ffb4878ee1141aea01a | /MVC_Spaceling/EIFGENs/application/F_code/C17/ev800.c | df4fac3b34cba99fbc901102614d04c0204388f4 | [] | no_license | yehongbing/Eiffel-Projects | 448627c5ccdf5e5eda0be56bbdf5eeef26117f1f | e9ea3b9c173f83f4ff71ba24b1f43cd96214f55d | refs/heads/master | 2021-01-10T01:12:32.184592 | 2015-11-22T01:17:43 | 2015-11-22T01:17:43 | 43,026,232 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 880 | c | /*
* Code for class EV_LIST_I
*/
#include "eif_eiffel.h"
#include "../E1/estructure.h"
#include "../E1/eoffsets.h"
#include "ev800.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#ifdef __cplusplus
extern "C" {
#endif
/* {EV_LIST_I}.interface */
static EIF_REFERENCE F1140_15706_body (EIF... | [
"hongbing.ye@outlook.com"
] | hongbing.ye@outlook.com |
9f51f3ea7711f49db6566e24d4aae3c480a8529a | 735047a95a97eec54910ee871a00cca311e4152d | /Projects/Pipistrello_doom_opl2/Workspace/standalone_bsp/microblaze_0/libsrc/spi_v3_04_a/src/xspi_options.c | 40f2954e25b8d023c5a5fa5658ec8d002b9b6bf0 | [] | no_license | Saanlima/Pipistrello | 35c2c8f069f020d87e3f927edcdd747181df1634 | 6bbfdf751126e2923d63adb068a45d62d00aa2f6 | refs/heads/master | 2021-01-18T21:52:26.275024 | 2020-05-16T03:10:46 | 2020-05-16T03:10:46 | 48,206,050 | 7 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,231 | c | /* $Id: xspi_options.c,v 1.1.2.1 2011/08/09 06:59:27 svemula Exp $ */
/******************************************************************************
*
* (c) Copyright 2001-2009 Xilinx, Inc. All rights reserved.
*
* This file contains confidential and proprietary information of Xilinx, Inc.
* and is protected under U.S... | [
"magnus@saanlima.com"
] | magnus@saanlima.com |
b5cd88da5eb6e91adfffdacc8da5b85ac1ce3e6d | cce484d901d12640065fe1f5940ab1f40c741092 | /firmware/src/max31855.c | d5a671c814a89903f460a6f7976a524e07a81b4d | [] | no_license | edenbarby/reflow-oven | cd7053f140632f4c1764e2616091eaf461c31d93 | 009f8f7fa57fb3c38ccfb203db03aa09e10ce72c | refs/heads/master | 2021-06-10T22:02:53.291071 | 2021-05-22T22:41:17 | 2021-05-22T22:41:17 | 183,859,923 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,684 | c | /* https://en.wikipedia.org/wiki/Exponential_smoothing#Double_exponential_smoothing
*
*/
#include <stdint.h>
#include "stm32f3xx_ll_bus.h"
#include "stm32f3xx_ll_gpio.h"
#include "max31855.h"
#include "spi.h"
#include "system.h"
#include "util.h"
#define MAX31855_OC_POS (0UL)
#define MAX31855_OC_MSK (1UL << MAX31... | [
"eden.barby@outlook.com"
] | eden.barby@outlook.com |
dc28b79b35a0ea040406732a045e2c0adc042cc9 | 5b418dacf08f8ed323a1ca52a966a1ad5466600a | /Inc/matrix.h | e51610dcf3baad6438884ecd767cdeb9c8bea10c | [] | no_license | Bartolo43/SKMwMSW_matrix | 3551b5501eb8ee3513d39b406b99d188d20c00b7 | 713425d7e6055ee2966b8b3988890cb63a013cc8 | refs/heads/main | 2023-06-07T23:06:58.293836 | 2021-06-06T10:47:06 | 2021-06-06T10:47:06 | 368,171,322 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 726 | h | #include "main.h"
#include "matrixUart.h"
#ifndef __matrix_H__
#define __matrix_H__
#define ll_matrix_number 4
typedef struct
{
GPIO_TypeDef* Port;
uint16_t Pin;
uint8_t matrix_ID;
}Matrix_struct;
void matrix_init(GPIO_TypeDef* PORT, uint16_t PIN, Matrix_struct* matrix_name);
void matrix_updat... | [
"noreply@github.com"
] | Bartolo43.noreply@github.com |
a521891e0e4f4f96ccc5b01bbcf56eb170e252da | 6fa6be3e7dcb10d020209f7a73de393a1f24bd45 | /linux-3.4/arch/arm/mach-s3c64xx/mach-smdk6410.c | d55bc96d9582f9d24301da64e64d90984c7c585a | [
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | okshall/v3s-linux-sdk | f9eb73a1e271ebf02320f98befabccdb6c462944 | 776196306198f14ec6f10c316950a81b7e417886 | refs/heads/master | 2021-07-07T11:44:34.667911 | 2021-01-22T04:43:38 | 2021-01-22T04:43:38 | 225,315,340 | 1 | 0 | Apache-2.0 | 2019-12-02T07:46:23 | 2019-12-02T07:46:22 | null | UTF-8 | C | false | false | 17,043 | c | /* linux/arch/arm/mach-s3c64xx/mach-smdk6410.c
*
* Copyright 2008 Openmoko, Inc.
* Copyright 2008 Simtec Electronics
* Ben Dooks <ben@simtec.co.uk>
* http://armlinux.simtec.co.uk/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License vers... | [
"yeashenlee@163.com"
] | yeashenlee@163.com |
414c7d2c1a8e4f724e39e0fdddf6a325297883d0 | 14d0e3b08c8e29c29817bfb14d6d5dcdf5c7c355 | /src/chapter07/userapp/include/sys/ioctl.h | 3af11797e17aa6f4961042f784c383fe558fc502 | [] | no_license | hongmingjian/osbookrpi | 88603ffefb38b49827c56d8b0c375d55dd55dc29 | 50d89671226c023009c50064f9fc515e1b046e2d | refs/heads/master | 2021-02-17T15:47:43.025537 | 2020-04-20T12:29:16 | 2020-04-20T12:29:16 | 245,108,938 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 131 | h | #ifndef _SYS_IOCTL_H_
#define _SYS_IOCTL_H_
int ioctl(int fd, unsigned long request, void *arg);
#endif /* _SYS_IOCTL_H_ */ | [
"hongmingjian@gmail.com"
] | hongmingjian@gmail.com |
bf7dd78caffa003eab20ba13f0f4b2f175f93abe | 665492e3a04b1e78a9ebba4ecbc5ea6330883763 | /devices/file_import_export.h | 8f004cfbd3e235d8c6d22e01500b318685ee64e2 | [
"MIT"
] | permissive | Bs0Dd/Coverett | 4f56f0ba35ad739f9a9a12c8349fdd69a714f4ae | a12eeccfe7dd65b078b6f58dcbd4425e17cf7aea | refs/heads/master | 2023-09-05T19:48:12.086324 | 2022-11-11T22:13:44 | 2022-11-11T22:13:44 | 409,343,971 | 17 | 4 | null | null | null | null | UTF-8 | C | false | false | 2,166 | h | #ifndef FILE_IMPORT_EXPORT_H_
#define FILE_IMPORT_EXPORT_H_
#ifdef __cplusplus
extern "C"{
#endif
#include "../coverett.h"
/**
* @brief Starts exporting the file.
*
* @param[in] device Pointer to device proxy (device_t structure).
* @param[in] filename String with the name of the exporting file.
*
*... | [
"wladeus@drittereich.de"
] | wladeus@drittereich.de |
8b79cd8afbe767591a4e5b2c34260df300da795e | e8ef9cbb8a85dccc07c142ad0f9dc190136ed6bb | /Linux操作系统/实验/实验二/linux2/test.c | 8a17554a489c20bbd1e6f25debcf01801881d8cd | [] | no_license | Mgxxxxx/junior | cf4b0e195083fefd7e00381bf6eb54ededa59161 | 6fafb14a64efbcd3c483faee2cd398a533a485a4 | refs/heads/master | 2023-02-23T04:59:23.632228 | 2021-01-24T05:41:25 | 2021-01-24T05:41:25 | 332,366,163 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 134 | c | #include<stdio.h>
#include<stdlib.h>
int main()
{
char *a;
printf("%p\n",a);
char c = 'A';
a=&c;
printf("%p\n",a);
return 0;
}
| [
"mgx1024@126.com"
] | mgx1024@126.com |
49c128de040e5b49f0ed999fa355b30386360851 | 40d2e17ed3aff5a3cad0380fedc1cb869e35ed4e | /climbing-stairs_loop.c | 1bce76608bb29d4478f1fc262e6879450992188f | [
"MIT"
] | permissive | mist-river/LeetCode-C | 0b0d059b0da99432c5c22d76abb981933eefd91a | dc7e3982baa2cf08c765500f0f71ba32e45e6321 | refs/heads/master | 2023-04-18T14:45:20.875163 | 2021-04-28T10:18:07 | 2021-04-28T10:18:07 | 362,409,894 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 943 | c | /*************************************************************************
> File Name: climbing-stairs.c
# File Name: climbing-stairs.c
# Author: mist-river
# 动态规划 滚动数组
# https://leetcode-cn.com/problems/climbing-stairs/
# Created Time: 2021年04月19日 星期一 11时10分24秒
******************************************... | [
"chenjintao1990@126.com"
] | chenjintao1990@126.com |
c9a7d8dc32165241e0d972ac23ac0a24c9bb205c | 4f4a0cc85db44c9ff720180b0fe978f502a18c41 | /DocetOS/main.c | 13f9c79c2a95c70b5eda96d5ae74553de7d4bb24 | [] | no_license | zwrawr/ARMSystemsProgramming | b40004aab1af9fa08845c7c9d1fe67ec7a7b524c | 60f60695d90c54e31082490304587bd6abc39045 | refs/heads/master | 2020-04-11T04:24:44.239638 | 2019-05-13T13:27:22 | 2019-05-13T13:27:22 | 161,510,664 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,417 | c | #include "os.h"
#include <stdio.h>
#include "utils/serial.h"
//#include "simpleRoundRobin.h"
#include "priorityQueue.h"
#include "mutex.h"
#include "semaphore.h"
#include "message_queue.h"
#include "hashmap.h"
static mutex_t printf_mut; // mutex for control of the serial output
static message_queue_t queue; // message... | [
"zwrawr@gmail.com"
] | zwrawr@gmail.com |
7a59722f5a9169273c9eb383c7a7089bce5cd956 | 57070631e49d3c358445961df24ddd267ac2f58c | /Microbrain/menu.h | 95601955b984705d24b6f0e0d01e02ea92dbe338 | [] | no_license | miguelprieto/TFG | 2284db4c382cc06e9c59379244418c7676adab0f | bc1d9ae7718cdc43d1d2ad4d35208ca6cb835167 | refs/heads/master | 2021-01-01T19:22:14.905513 | 2017-07-28T11:22:54 | 2017-07-28T11:22:54 | 98,291,262 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 508 | h | /*
* menu.h
*/
#ifndef __MENU_H
#define __MENU_H
#include "defines.h"
#include "console.h"
typedef struct
{
const char *nome_comando, *help_text;
void (*handler)(int argc, const char **argv);
int num_args;
AutoCompleterRef autocomplete;
} menu_command_t;
// Comandi specifici di ciascun robot (i.e.... | [
"michelprieto7@gmail.com"
] | michelprieto7@gmail.com |
8f6f7298114906b1452a01015249fa579bcc7c9c | 5b7d43971eae9f06b81d4c2ae37a12d667b696b3 | /mudlib/d/zangbei/npc/monk5.c | acbcbcdd851ae49db39a89e924783743206a8478 | [] | no_license | lostsailboard/fy4 | cb6ad743fa0e6dec045e4d5c419b358888fc6a36 | b79d809c6e13d49e8bc878302512ad0d18a3e151 | refs/heads/master | 2021-12-08T06:03:29.100438 | 2016-02-21T09:03:58 | 2016-02-21T09:03:58 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,980 | c | #include <ansi.h>
//inherit "/d/taiping/npc/smart_npc";
inherit NPC;
int talkshow();
void create()
{
set_name(HIY"替补"NOR,({"guardian"}));
set("long", "这是直共寺打扫寺院的喇嘛。\n");
set("age",30+random(20));
set("attitude", "friendly");
set("combat_exp", 1500000);
set("du... | [
"liming.xie@gmail.com"
] | liming.xie@gmail.com |
0f8a227ea54eb5c3a166c58fd8312b2589233baa | cad35287bc893aaef3761af2079a4ad08db2299c | /dblib/plugins/freetds/freetds/include/freetds/server.h | 9b01ae6cae0b0965bb0e96eebb046481f53a905b | [
"Apache-2.0"
] | permissive | foolishantcat/CxxDBC | 3eafb94b6c1532a2ac236392be8544182206a9e9 | f0f9e95baad72318e7fe53231aeca2ffa4a8b574 | refs/heads/master | 2021-09-25T21:23:11.977712 | 2018-10-25T17:19:46 | 2018-10-25T17:19:46 | 272,710,881 | 1 | 0 | Apache-2.0 | 2020-06-16T13:08:34 | 2020-06-16T13:08:33 | null | UTF-8 | C | false | false | 2,760 | h | /* FreeTDS - Library of routines accessing Sybase and Microsoft databases
* Copyright (C) 1998-1999 Brian Bruns
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version ... | [
"cxxjava@163.com"
] | cxxjava@163.com |
03c940b0137eafc5cfac530d8786927c9a740fc0 | a5e19d33bb3f8a337152c49e27af091aaff045f3 | /0x04-more_functions_nested_loops/5-more_numbers.c | b8762abfa12cf520d9ab25e88ec166c87d6d1b55 | [] | no_license | Franc15/alx-low_level_programming | 0565b785a6bd3fb4d9ac9b2803fea5f6cc73ffcc | 44722f79e222e85a590405ea6cf0b78c2fb594e1 | refs/heads/master | 2023-06-05T02:06:25.762400 | 2021-07-01T18:15:43 | 2021-07-01T18:15:43 | 377,774,928 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 274 | c | #include "holberton.h"
/**
* more_numbers - print numbers 0-14 ten times
* followed by new line
*/
void more_numbers(void)
{
int i, j;
for (i = 0; i < 10; i++)
{
for (j = 0; j < 15; j++)
{
if (j >= 10)
_putchar(j / 10 + '0');
_putchar(j % 10 + '0');
}
_putchar('\n');
}
}
| [
"f.kikulwe@alustudent.com"
] | f.kikulwe@alustudent.com |
028ae048b6d8c500a5d006fe9818713a0c79352d | 52aeb8783df5928427392cc792dad3f1d0e22be1 | /arg_processor.h | 0719491bab82541eb431bb9e2fff726d7f5d8324 | [] | no_license | scristianpopa/C-preprocessor | 35eec0593d35680cffed3df20c9902e55d96c21e | f3ea54a0131a80fde694057e29f0acbcf70c3706 | refs/heads/main | 2023-04-04T12:48:37.066526 | 2021-04-05T09:49:11 | 2021-04-05T09:49:11 | 354,786,838 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 400 | h | #pragma once
#include "hashmap.h"
#include "my_string_array.h"
#define MULTIPLE_FILES 3
typedef struct Arg_processor {
char *infile, *outfile;
My_string_array *include_dirs;
Hashmap *hashmap;
} Arg_processor;
int arg_processor_new(Arg_processor **arg_processor);
void arg_processor_delete(Arg_processor *arg_proce... | [
"sodracri1999@gmail.com"
] | sodracri1999@gmail.com |
545db7b5e7a2a17b67fb6d11514bbbb0b0f698d4 | 98be1f74a41d118595510efd8c30eaef621fdd7d | /sys/src/9/kw/io.h | e76f6faef21dd05c87a774c914896f6a983f4d44 | [] | no_license | Mitsos101/plan9front | 95f5c02090eb519e2f4c2ffb62cca21fa668c751 | a87a4b763f58eb51ccfd5a9a394258c9398176aa | refs/heads/front | 2023-07-13T11:35:59.066215 | 2021-06-20T14:59:10 | 2021-06-20T14:59:10 | 375,345,968 | 2 | 1 | null | 2021-06-23T00:45:20 | 2021-06-09T12:23:47 | C | UTF-8 | C | false | false | 5,930 | h | enum {
BusCBUS = 0, /* Corollary CBUS */
BusCBUSII, /* Corollary CBUS II */
BusEISA, /* Extended ISA */
BusFUTURE, /* IEEE Futurebus */
BusINTERN, /* Internal bus */
BusISA, /* Industry Standard Architecture */
BusMBI, /* Multibus I */
BusMBII, /* Multibus II */
BusMCA, /* Micro Channel Ar... | [
"taruti@taruti.net"
] | taruti@taruti.net |
00bf4b751371fd9d15d41c9b0f586cb7aefe8072 | 0a659038c4ba7046b47acc2236cc8e743ee2475e | /F28379D_Projects/libraries/dsp/FPU/c28/examples/fft/cfft_f64_unaligned/dsp_cfft_unaligned.c | 2ffb5f8d6aed32995794919a10a92141c347fee5 | [] | no_license | hangcui1201/DSP_TI_TMS320F28379D | 4891b86155c31d3f014da297cb45dd75e823b1a0 | f8b3d16800fda4b8609d8fd1b0250cc6acb9ccb7 | refs/heads/master | 2020-11-27T22:42:07.071010 | 2020-01-19T03:16:04 | 2020-01-19T03:16:04 | 229,629,176 | 2 | 2 | null | 2020-03-07T10:00:27 | 2019-12-22T20:49:25 | C | UTF-8 | C | false | false | 6,038 | c | //#############################################################################
//
//! \file dsp_cfft_unaligned.c
//!
//! \brief Runs the double precision Complex FFT routine (unaligned)
//! followed by the scaled magnitude function
//! \author Vishal Coelho
//! \date Jul 26, 2016
//
// Group: C2... | [
"37420029+hangcui1201@users.noreply.github.com"
] | 37420029+hangcui1201@users.noreply.github.com |
1ce7dd3da1ec5f531f090c89296d7cb6fee12706 | 3cbdc2f272df05cfe8c6636d4504e9e3d2e4fe3f | /SolStudioProjects/OpenMP/example2/main.c | c574b3f8d05e2453a74ec435e0051a28c788667e | [] | no_license | bozhink/Code-Chunks | 74355eb4c0d423c2f6484226e564030dff798678 | 860b7b8f53089ed96fd0ebead2e3eec16fa377cb | refs/heads/master | 2020-12-24T06:19:04.343239 | 2019-11-13T14:09:15 | 2019-11-13T14:09:15 | 42,819,484 | 0 | 1 | null | 2019-11-13T14:09:16 | 2015-09-20T16:09:09 | HTML | UTF-8 | C | false | false | 350 | c | /*
* File: main.c
* Author: bozhin
*
* Created on January 11, 2013, 10:05 AM
*/
#include <omp.h>
#include <stdio.h>
#include <stdlib.h>
/*
*
*/
int main(int argc, char** argv) {
#pragma omp parallel
printf("Hello from thread %d, nthreads %d\n",
omp_get_thread_num(), omp_get_num_threads());
... | [
"bozhink@gmail.com"
] | bozhink@gmail.com |
3d2ecfd404874470a4599101426625784c77f79d | 43369807c33c0643b07033d9d4e200debe302862 | /eve_server/server_app/EIFGENs/app_nino/W_code/C9/re270d.c | 583a9c61a16aaa32343848163149ed5bdf5cc7ea | [] | no_license | jvelilla/Eiffel_Web_Server | 8ebcc06b3d81ea1bf4bba9a557ad5b753db6d0c6 | d194d75ff2322a0e195a2d23aa063943660bce75 | refs/heads/master | 2020-06-01T20:16:17.066391 | 2014-06-27T11:41:14 | 2014-06-27T11:41:14 | 21,387,371 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,017 | c | /*
* Class REFACTORING_HELPER
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static EIF_TYPE_INDEX gen_type0_270 [] = {490,269,0xFFFF};
static EIF_TYPE_INDEX gen_type1_270 [] = {0,0xFFFF};
static EIF_TYPE_INDEX gen_type2_270 [] = {0,0xFFFF};
static EIF_TYPE_INDEX gen_type3_270 [] = {0,0xFFFF};
... | [
"manavkedia1993@gmail.com"
] | manavkedia1993@gmail.com |
8e260c4e43cbd618984d88212dbe805d7b603a7f | b73dd2b86fb8494f424436bd2ab39f8cc242bae6 | /GUIApp_Example/synergy/ssp/inc/framework/instances/sf_el_gx.h | 36c80b844c9c0e693fb2abfed736a9df06ba33f5 | [] | no_license | ejrmexla/WorkSpace_DSE | 46138605e651a2d3a116b53abe4ed710e43010ea | 9ba33da66fb46e1fd52f53a4fa4263d652e49aaa | refs/heads/master | 2020-04-17T05:16:49.726291 | 2019-01-25T15:48:29 | 2019-01-25T15:48:29 | 166,271,514 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,952 | h | /***********************************************************************************************************************
* Copyright [2015-2017] Renesas Electronics Corporation and/or its licensors. All Rights Reserved.
*
* This file is part of Renesas SynergyTM Software Package (SSP)
*
* The contents of this fil... | [
"eduardo300497@gmail.com"
] | eduardo300497@gmail.com |
b5523cf72de2a2e7a2f43fe9ded2a1a4b5064b62 | 08cf5642602e3183e9829be0104d2adaab354dd6 | /Src/stm32f3xx_hal_msp.c | 9783da3570a903cdd4447fe2b032947d2fc14632 | [] | no_license | SilverSwift/Stm32_CubeMX_TIM_GPIO_Example | 06e2c6a745589705dda53e01da648ff486c0b232 | 5c11cd6428c39a482e5629868996c189af8ca27e | refs/heads/master | 2020-03-18T10:34:23.105832 | 2018-05-23T20:30:29 | 2018-05-23T20:30:29 | 134,620,340 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,991 | c | /**
******************************************************************************
* File Name : stm32f3xx_hal_msp.c
* Description : This file provides code for the MSP Initialization
* and de-Initialization codes.
****************************************************... | [
"ammafrion@mail.ru"
] | ammafrion@mail.ru |
48ecb5727e609475abc18d909d9404d673556086 | 2d47064843a4a531aa85f0e09f721a8abb1de5c3 | /LINKLIST.C | 49a5127ad612147062fbc464651488acbf948fe9 | [] | no_license | padmaceg/Datastructures | 76044cd9648de2ffb6bea247b98dc35ea9b89b76 | 36a802b621cace6436c59b68ae0b71f3de0558cc | refs/heads/master | 2020-04-06T03:42:16.096184 | 2012-09-23T08:06:43 | 2012-09-23T08:06:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,733 | c | #include<stdio.h>
#include<conio.h>
//#include<iostream.h>
#define NULL 0
struct list
{
int value;
struct list *link;
};
typedef struct list node;
void create(node *a,int c1);
int search(node *a,int x);
void ins(node *a,int n,int p);
void del(node *a,int x);
int count(node *a);
void display(node *a);
void main()
{
... | [
"Prasanna@Prasanna-PC.(none)"
] | Prasanna@Prasanna-PC.(none) |
63bc4a6acb62251375e4239b40e13b44d8a5df00 | 0fccc4ea5c92482596457af045cad0c47c3c2c91 | /test/math/gen/sin.h | 2450a169f96c46c1e297e7df564a5b2c50b85ef2 | [
"LicenseRef-scancode-generic-exception",
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | MayBeLaterOrNot/FailSafeC | 934f1cdad630ca95f74a2296483eec0fee0341a7 | 1458e382518ba8b56f680436873c3b42a89e1636 | refs/heads/master | 2023-03-31T15:03:48.812868 | 2018-02-10T01:08:47 | 2018-02-10T01:08:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 468 | h | #define TEST_FUNC sin
#define ARG_TYPE DOUBLE
#define RET_TYPE DOUBLE
#define ARGS { \
{ 0.0 }, \
{ -0.0 }, \
{ 1.0 }, \
{ -1.0 }, \
{ DBL_MIN }, \
{ -DBL_MIN }, \
{ DBL_MAX }, \
{ -DBL_MAX }, \
{ 1.0/0.0 }, \
{ -1.0/0.0 }, \
{ nan("") }, \
{ -nan("") }, \
{ 0.5*M_PI }, \
{ M_PI }, \
{ 1... | [
"block8437@gmail.com"
] | block8437@gmail.com |
a15e4d9554358d74cec0833b8a693ac99160c848 | e9ed39729f07403da321e1f57be5083cd530e012 | /exam stuff/2013q4b.c | 7327aa53f7967fef71ac4b95172bdcb34e1497c8 | [] | no_license | Chrisssstian/COMP20005 | be532432daa89171e853014b0b45b64124d2297b | d319bf9e696bfe5ab4f93da8450f8cb87f17151d | refs/heads/master | 2022-11-21T14:01:14.259763 | 2020-07-20T04:52:34 | 2020-07-20T04:52:34 | 281,011,658 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 798 | c | #include <stdio.h>
typedef struct {
int d;
double c[100];
} poly_t;
poly_t poly_eval(poly_t P);
int
main(int argc, char **argv) {
poly_t P, deriv;
int i;
printf("enter the degree:\n");
scanf("%d", &P.d);
printf("enter the coefficients:\n");
scanf("%lf,%lf,%lf,%lf", &P.c[0], &P.c[1]... | [
"noreply@github.com"
] | Chrisssstian.noreply@github.com |
d88cb500d29d764d77f239bab8e27385706f362b | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/26589f05-5df7-4fb4-90be-7eefd5c14bf5.c | b71263a02d64ef127b4f769b890f4a18be1420a1 | [] | 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 | 565 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=10;
int k;
int l;
k = 53;
l = 64;
k = i%j;
l = i/j;
l = i/j;
l = i%j;
l = l-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
char b[35];
char c[84];
a = 0;
do {
a++;... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
0d734cfce65e424a310abb10c5e5d3b470451b6b | fdd35e1259a56b5fbcfac119c5de8254292488ab | /CG/Public/RHI/StaticMesh.h | fc9d0078fde55c0370d836890ae2c80a59a5482c | [] | no_license | felipedec/LeafEngine | 785fe2af617d86f37f57fc10758187737361abf1 | 82077bbb26b3733b058760d8feb5ef06af14d1b3 | refs/heads/master | 2021-01-15T22:39:24.696354 | 2017-12-26T08:12:53 | 2017-12-26T08:12:53 | 99,904,515 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C | false | false | 87 | h | // Código baseado no código aberto da Unreal Engine
#pragma once
#include "Core.h" | [
"knavi0yt@gmail.com"
] | knavi0yt@gmail.com |
a5f9c1a3ced42854d4543bf6b1f9d46fe9abd4d8 | 926d19a7571a45cccb94457de8279e3aa7ef9dff | /nn-main.c | e2904635aba9cab8e9e6648a541e3f82bed609a3 | [] | no_license | 97miranda/cap_practica | 6eb4a3e9ea39121e0c8d774b12c0221f62bf1e68 | 6fa45cd713e4945e03e320f7aaa7044d0d23117b | refs/heads/main | 2023-05-29T20:45:23.369663 | 2021-06-11T11:39:22 | 2021-06-11T11:39:22 | 350,851,513 | 0 | 1 | null | 2021-06-11T11:39:23 | 2021-03-23T20:41:03 | C | UTF-8 | C | false | false | 8,984 | c | /*
* nn.c
*
* Created on: 5 jul. 2016
* Author: ecesar
*
* Descripció:
* Xarxa neuronal simple de tres capes. La d'entrada que són els pixels d'una
* imatge (mirar descripció del format al comentari de readImg) de 32x32 (un total de 1024
* entrades). La capa oculta amb un nombre variable ... | [
"jordilele@gmail.com"
] | jordilele@gmail.com |
376c83c5c32d384686c654d96443391ecdba0c68 | acbc41a1399241aaebbd8704a93fabae4d6f276d | /src/wallet/bip39_korean.h | 745e7bac1190e13cba2dedd2111fa31f4bad644c | [
"MIT"
] | permissive | RavenProject/Ravencoin | 208d9be7fcc833ff4e997aa5e47b28502062547b | e48d932ec70267a62ec3541bdaf4fe022c149f0e | refs/heads/master | 2023-08-24T16:19:21.693091 | 2023-03-12T00:02:22 | 2023-03-12T00:02:22 | 96,713,114 | 1,218 | 871 | MIT | 2023-06-04T06:12:44 | 2017-07-09T21:42:06 | C | UTF-8 | C | false | false | 45,185 | h | /**
* Copyright (c) 2013-2014 Tomas Dzetkulic
* Copyright (c) 2013-2014 Pavol Rusnak
*
* 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
... | [
"noreply@github.com"
] | RavenProject.noreply@github.com |
87a8cb45f84bdec0eb6a66e102df4a4848af40a7 | 637e8d177dcb0f0f6f4668b02acbc30135a3310a | /reconstruction/category/test/con_mysql.c | 3bd40531e6c1bef9dc2f2af2b2dd736414825254 | [] | no_license | r14152/news-combinator | 3876ada122773372af34406e3390ec29c29098b9 | 21886528877eeea8625f492702916407e4ddcd99 | refs/heads/master | 2021-05-08T02:03:59.235677 | 2016-11-26T08:25:02 | 2016-11-26T08:25:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,704 | c | #include<mysql.h>
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
int main(int argc, char *argv[]) {
MYSQL mysql;
mysql_init(&mysql);
//mysql_options(&mysql, MYSQL_READ_DEFAULT_GROUP, "reetsee_news");
//mysql_options(&mysql, MYSQL_SET_CHARSET_NAME, "utf8");
if (!mysql_real_connect(&mysql, "1... | [
"reetsee@qq.com"
] | reetsee@qq.com |
3462a1a95f050bd32cbbfc163a1786e0415785cd | dc7d429b74a6be2b411cea21ba06ca5bfcaf0f88 | /atlantis_fw/qc_platform/04_COMMON/qc_libs/source/time.c | dd4f6fcde0cc6dceb447c80a5bdf12abc3679661 | [] | no_license | hoantien/Light_code | 620b458dace18f749d068e3d74303dd6875b2ca8 | 9b83bbb88c1c403d73c7c45c44389c006fe0d0e6 | refs/heads/master | 2020-03-08T10:25:30.436400 | 2018-04-04T15:10:58 | 2018-04-04T15:10:58 | 128,072,987 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,646 | c | /*******************************************************************************
* Copyright (c) 2015, The LightCo
* All rights reserved.
* Redistribution and use in source and binary forms, with or without
* modification, are strictly prohibited without prior permission of
* The LightCo.
*
* @file time.c
* ... | [
"hoantien05@gmail.com"
] | hoantien05@gmail.com |
6a5196e4dd25b88435070f7b557aacdf809f7e46 | a6010a7645a274e0980513522220bc73d12d6fa0 | /src/ceig.h | 3028d390a80bc1c4ffb1205afce39006b79f2a1c | [] | no_license | aravindhk/Vides | 08a9ae4da8a8f69b0c9b50d57264a47cdbd77774 | 65d9ea9764ddf5f6ef40e869bd31387d0e3e378f | refs/heads/master | 2021-04-08T00:00:52.138390 | 2020-03-27T22:00:51 | 2020-03-27T22:00:51 | 248,718,039 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 376 | h | #include "complex.h"
#include "cmatrix.h"
#include "complass.h"
#include "cvectorm.h"
#include "cfree_cmatrix.h"
#include "nrutil.h"
#include "zhpevx.h"
#include "ccvector.h"
#include "cfree_ccvector.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifndef CEIG_H
#define CEIG_H
void ceig(comp... | [
"aravindh.siddhu@gmail.com"
] | aravindh.siddhu@gmail.com |
69292244ecd7b88d5795f09b3f6941f468e3e3ff | 0485a490f466bd1d02eaae96d277888781208c0e | /tests/single_instruction_translation_validation/mcsema/register-variants/btcq_r64_r64/test.c | 5303e932c32f71dad9b1a57b9ff0216334e84a4e | [
"LicenseRef-scancode-unknown-license-reference",
"NCSA"
] | permissive | Mthandazo42/validating-binary-decompilation | c0e2d54cd79e609bfa35802975bddfa52e646fad | c0fcd6f099e38195dcbbac9e8c13a825865c5cb5 | refs/heads/master | 2022-11-11T13:18:13.033044 | 2020-06-25T05:49:01 | 2020-06-25T05:49:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 45 | c | void main() {
__asm__("btcq %rcx, %rbx");
} | [
"sdasgup3@illinois.edu"
] | sdasgup3@illinois.edu |
6a34ba9d48b4fe8c7888fd21fc42f643ff173424 | 781eb5016a567b65f6db0f7e9a8cff1fa6a0e53f | /UPC/MG/UPC/max_norm_upc.trans.c | 14a243e2e7859bd8d48e9ba1e40e081b82295ef7 | [] | no_license | hashimSharif/HPC_Specialization | 766386026152905676ca2919c27751eef67847c7 | 299f0f52ddaff6795610828e1e0e3791b5a2391e | refs/heads/master | 2020-09-17T08:21:37.855068 | 2016-10-17T00:55:51 | 2016-10-17T00:55:51 | 66,254,171 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,650 | c | /* --- UPCR system headers --- */
#include "upcr.h"
#include "whirl2c.h"
#include "upcr_proxy.h"
/*******************************************************
* C file translated from WHIRL Mon May 30 21:35:20 2016
*******************************************************/
/* UPC Runtime specification expected: 3.6 */
#d... | [
"hsharif3@illinois.edu"
] | hsharif3@illinois.edu |
b97f0c7445171ab92d4945ae322d37ec5d4bcad7 | c5e36ed314a6a3c49641150b7d49cc1b664990d6 | /src/aes_cbc.c | 34ffd40c7696002270585827c3bc2166c03bf34a | [
"OpenSSL"
] | permissive | ZhengfengRao/openssl-aes | c8875e4dcd3e749d42bef05770baae50e05a39d1 | 88ad3cbc56226428814c22769b4a753045a6d775 | refs/heads/master | 2016-09-06T05:36:59.643938 | 2013-03-22T13:28:12 | 2013-03-22T13:28:12 | 8,904,713 | 5 | 2 | null | null | null | null | UTF-8 | C | false | false | 2,869 | c | /* crypto/aes/aes_cbc.c -*- mode:C; c-file-style: "eay" -*- */
/* ====================================================================
* Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided th... | [
"gisrzf@163.com"
] | gisrzf@163.com |
35ea4de9448f4e5b8095bbcbd8e61894a0d92f1a | b1c58eb677726660c554a87238460584875c9810 | /Client.c | 4830c8d241ef778f7fd52bd6d084d3bbedc24612 | [] | no_license | ITE03053045/Midterm | 5ac3db227c64b9cf354c60300926d2d057ab9af8 | 03a9cec983a44146fc0c97e3bd761e2ba11c7cc5 | refs/heads/master | 2020-12-24T12:29:17.202922 | 2016-11-06T14:24:49 | 2016-11-06T14:24:49 | 72,995,605 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,520 | c | #include<stdio.h>
#include<string.h> //strlen
#include<sys/socket.h>
#include<string.h>
#include<arpa/inet.h> //inet_addr
int main(int argc , char *argv[])
{
int socket_desc;
struct sockaddr_in server;
char server_reply[2000], message[10];
//Create socket
socket_desc = socket(AF_INET , SOCK_STREAM , 0);
if (so... | [
"a03053045@03053045"
] | a03053045@03053045 |
eaf25386704efec5e4a4326a65ef00138d616aca | 2fac58d309268ad845701f4121b516d3e05c6a80 | /xradio-skylark-sdk-master_0926_at_psram/src/jpeg/jpeglib.h | c1871790d3126d7529873e4e44afbf54828a92d6 | [] | no_license | 9527cpp/xr872 | 77904157030129097083d0c67a58bde0efc526ff | a2eaf046d9dea073be260b9cc0ff0e720e2529a2 | refs/heads/master | 2020-08-27T18:31:33.055741 | 2019-10-25T07:29:07 | 2019-10-25T07:29:07 | 217,458,744 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 2,855 | h | /*
* This software is based in part on the work of the Independent JPEG Group.
*
* The authors make NO WARRANTY or representation, either express or implied,
* with respect to this software, its quality, accuracy, merchantability, or
* fitness for a particular purpose. This software is provided "AS IS", and
* yo... | [
"lijun@example.com"
] | lijun@example.com |
a9b92a689d035de4d86725ce81aa4f0b4c207178 | 64da82072c954a5ac9afa8cabbc0b09453971409 | /1. Reading Text Files, Basic Pointers/lab1Part3.c | fe956a50e8a8288ad34851635a441ddd8b8556c4 | [] | no_license | paulsuk/Data-Structures-and-C | a091795cad68f42a5a23fe411d441d356d1d827f | ee034c09ff93c4326338b68ca12e22b5cfdf45b7 | refs/heads/master | 2021-01-21T07:20:48.480421 | 2015-11-17T22:34:03 | 2015-11-17T22:34:03 | 46,197,094 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,105 | c | #include "lab1.h"
void add(int matrix1[MATSIZE][MATSIZE], int matrix2[MATSIZE][MATSIZE] )
{
/*This function takes two matrices matrix1 and matrix2, and prints the sum of the two matrices.*/
int i,j;
int sumMatrix[MATSIZE][MATSIZE];
for(i = 0; i < MATSIZE; i++)
{
for(j = 0; j < MATSIZE; j++)
{
sumMatrix[i][... | [
"paul.suk@mail.utoronto.ca"
] | paul.suk@mail.utoronto.ca |
db0be4d3fa17e802b88086bc0f3e79676c322e0c | 21c995f5f951c84960c1733cf6709cee761251c6 | /src-rt-9.x/src/apps/wps/common/include/wps_enr_osl.h | 49b9fb08d3b28db6f5c616fbfd297b90586ac240 | [] | no_license | drmagics/ac9-asuswrt | 10acc15c60e0dd99da0e19bfa7086930a41c5351 | 10c8508db13fef1c4dcfb1a3d4ea3aade6398bfe | refs/heads/master | 2020-03-06T16:42:10.087541 | 2019-09-17T09:47:57 | 2019-09-17T09:47:57 | 126,977,739 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,099 | h | /*
* WPS Enrollee OS layer
*
* Broadcom Proprietary and Confidential. Copyright (C) 2016,
* All Rights Reserved.
*
* This is UNPUBLISHED PROPRIETARY SOURCE CODE of Broadcom;
* the contents of this file may not be disclosed to third parties, copied
* or duplicated in any form, in whole or in part, without the p... | [
"20582052@qq.com"
] | 20582052@qq.com |
872d394667ab8553efd701016d303c5a4446ae53 | 50904a2d4eb23fd224893a9328ae748bc56ea74b | /test/mixed-4/os_qnx.c | 1a7250eab10d89840345cd9ccb34f649238d6bd4 | [
"MIT"
] | permissive | ashhar-hasan/yaifa | be87774fd3f309a95b59e819fcd5a9146e41a075 | 7caf4068087bcb60b168d31322a81c7ca46172e2 | refs/heads/master | 2020-04-02T02:53:11.682150 | 2018-10-12T02:49:09 | 2018-10-12T02:49:09 | 153,933,514 | 0 | 0 | MIT | 2018-10-20T18:00:09 | 2018-10-20T18:00:09 | null | UTF-8 | C | false | false | 3,618 | c | /* vi:set ts=8 sts=4 sw=4:
*
* VIM - Vi IMproved by Bram Moolenaar
*
* QNX port by Julian Kinraid
*
* Do ":help uganda" in Vim to read copying and usage conditions.
* Do ":help credits" in Vim to see a list of people who contributed.
*/
/*
* os_qnx.c
*/
#include "vim.h"
#if defined(FEAT_GUI_PHOTON)
int i... | [
"israel@chauca.net"
] | israel@chauca.net |
3c762674a6a690662b8df5203fccfd0048fbcea2 | b47c0f1870b6cc7202e524f305682445657d65c1 | /BootloaderDump/main.c | 7b5e94c23eb747d4f81f0d93da68a6e99664bca3 | [] | no_license | sun89/SPI-Flash-Proggrammer | 77ff0e6744af31dfe985cc3581367268bc4061ec | 499fccb9af9badaa6dde02502af77389b9bffec5 | refs/heads/master | 2021-01-22T05:28:05.370042 | 2016-01-31T16:47:48 | 2016-01-31T16:47:48 | 25,432,393 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,626 | c | #include<stdio.h>
#include<string.h>
#include<stdlib.h>
#include<windows.h>
#include<tchar.h>
#include<stdint.h>
#include <time.h>
#include"serial.h"
#define CMD_CS_LOW 0x30
#define CMD_CS_HIGH 0x31
#define CMD_DI_LOW 0x32
#define CMD_DI_HIGH 0x33
#define CMD_CK_LOW 0x34
#define CMD_CK_HIGH 0x35
#define CM... | [
"sun_hacker@hotmail.com"
] | sun_hacker@hotmail.com |
96fb42c2c932c2436d01adc1f91bf98a973e6d75 | 0edbcda83b7a9542f15f706573a8e21da51f6020 | /private/shell/ext/url/isguids.c | 3a89c4a4a6704338e0dea4e9eaf9c2d8f28e1006 | [] | no_license | yair-k/Win2000SRC | fe9f6f62e60e9bece135af15359bb80d3b65dc6a | fd809a81098565b33f52d0f65925159de8f4c337 | refs/heads/main | 2023-04-12T08:28:31.485426 | 2021-05-08T22:47:00 | 2021-05-08T22:47:00 | 365,623,923 | 1 | 3 | null | null | null | null | UTF-8 | C | false | false | 337 | c | /*
* isguids.c - Internet Shortcut GUID definitions.
*/
/* Headers
**********/
#include "project.h"
#pragma hdrstop
/* GUIDs
********/
#pragma data_seg(DATA_SEG_READ_ONLY)
#pragma warning(disable:4001) /* "single line comment" warning */
#include <initguid.h>
#define NO_SHELL_GUIDS
#include <isguids.h>
#pr... | [
"ykorokhov@pace.ca"
] | ykorokhov@pace.ca |
5c6bfbffb07c6aac9fc27026fe27bdfa50e8e542 | e73b85dca129871a0ea667d849d0e960c57e6f44 | /libgomp-testsuite/libgomp.oacc-c-c++-common/reduction-2.c | d19b1c825ca4fe2df4c0b50edaa35d3e5fffdee2 | [
"Apache-2.0"
] | permissive | pulp-platform/hero-testsuite | b4abe58a428044cad9381c1460adee50fc15400a | 177e7988eedddd70ff670cb635f321be8457838d | refs/heads/master | 2022-02-01T03:49:53.374066 | 2022-01-05T10:46:46 | 2022-01-06T09:55:55 | 161,361,578 | 0 | 0 | Apache-2.0 | 2018-12-11T16:22:59 | 2018-12-11T16:22:59 | null | UTF-8 | C | false | false | 2,280 | c | /* { dg-do run } */
/* Ignore vector_length warnings for offloaded (nvptx) targets. */
/* { dg-additional-options "-foffload=-w" } */
/* float reductions. */
#include <stdlib.h>
#include "reduction.h"
const int ng = 8;
const int nw = 4;
const int vl = 32;
static void
test_reductions (void)
{
const int n = 10;
... | [
"alessandro.capotondi@unibo.it"
] | alessandro.capotondi@unibo.it |
2cb4cdfb43e1c0a93f7b199eed6112c5df0a6b30 | 8448ee39d2fe08f985ea5a40544c8be3e7961df3 | /c04/c04-02-01.c | 9a4e8e7874ef55c051710c515af7c566c79582a0 | [] | no_license | drakekr/hot_blood_c-exam | 1a363e6647aa2d7513cad97e955745a964462bfa | d1dec249ffdbc0ce94a4a751d4c3ac23200fedb6 | refs/heads/master | 2021-01-21T21:42:58.797372 | 2016-03-16T23:56:17 | 2016-03-16T23:56:17 | 11,972,177 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,267 | c | // Hot-blood C Lecture examination Chapter 4-2 Second Test
// Name : c04-02-01
// Goal : Understanding Binary & Hexadecimal
// Author : Drake
// License : Public Domain
// Date : August. 13. 2013
#include <stdio.h>
int main(int argc, char* argv[])
{
int i, d[8];
char b00000001[]="00000001";
char b00000010[]="00000... | [
"kelven@netsgo.com"
] | kelven@netsgo.com |
6137d5ed50193609f683c1e18e46708b56522f7f | 56b885542cba7d5dc532aff6e9a3ac8e6965052f | /submissions/alankar63/codechef/QSET/QSET-5919357.c | c3a2105d0c7013a2a2fc27d3478868db77a45b0a | [] | no_license | alankar63/competive-programming | e194bbbfd5db247f7512839572e023c04b4bd079 | 1f48ea19c938c1e7942bfa0ccb4c2e6d28a1f845 | refs/heads/master | 2021-01-16T19:35:13.295014 | 2015-05-28T14:49:14 | 2015-05-28T14:49:14 | 34,567,050 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,385 | c | #include<stdio.h>
#include<math.h>
int min( int a , int b )
{
return a < b ?a:b;
}
long long int cal( int x )
{
long long int ans = x;
ans *= (x - 1);
ans /= 2;
return ans;
}
int ans[3] , n , s , arr[100003] , tbox;
typedef struct box
{
int a ;
int rem[3];
}box;
box b[100003];
int gi( int i )
{
if( i <... | [
"alankar63@gmail.com"
] | alankar63@gmail.com |
0e66ae718191501095dc0f019fd2b5350324580e | b1b7f173c0896e75ffd49b34880937277a217408 | /source/snes.h | 8b9bc035d38777d0e01c385de4733820521261c4 | [] | no_license | Arisotura/blargSnes | eb1ae247cdb79bf33a7b7ece486f8f8997cde39c | f3ab5a96ad694e30c43a8701a066126a33f43840 | refs/heads/master | 2022-11-11T09:59:20.499125 | 2022-10-26T20:09:06 | 2022-10-26T20:09:06 | 22,613,937 | 56 | 8 | null | 2022-10-26T20:09:07 | 2014-08-04T17:50:28 | C | UTF-8 | C | false | false | 3,336 | h | /*
Copyright 2014-2022 Arisotura
This file is part of blargSnes.
blargSnes 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 later v... | [
"thetotalworm@gmail.com"
] | thetotalworm@gmail.com |
a6ed8b6431d7c7821e40e0f55f97f5efb60488d7 | 0d6575eb5e0c6870bdc138e7888a9e9feb09bce3 | /mps2_template/sources/gmsi/utilities/arm/CMSIS/NN/Include/arm_nn_tables.h | 36be5a8326ed80b1d749f5c3725a943d6a7bc17b | [
"Apache-2.0"
] | permissive | GorgonMeducer/EmbeddedNES | dfb3efcadcf1b1f257f1dd9fde595ebb952aa4f5 | 094d487b0294115e8169e4ce56e9516ca2a6875e | refs/heads/master | 2021-08-26T01:03:42.490648 | 2021-08-20T17:21:15 | 2021-08-20T17:21:15 | 125,871,915 | 43 | 10 | Apache-2.0 | 2019-07-26T14:09:17 | 2018-03-19T14:36:11 | C | UTF-8 | C | false | false | 1,764 | h | /* ----------------------------------------------------------------------
* Project: CMSIS NN Library
* Title: arm_nn_tables.h
* Description: Extern declaration for NN tables
*
* $Date: 17. January 2018
* $Revision: V.1.0.0
*
* Target Processor: Cortex-M cores
* ------------------------... | [
"embedded_zhuoran@hotmail.com"
] | embedded_zhuoran@hotmail.com |
8b9036458fbea44cc98ff83e10e36894f04753c0 | 78f62c34208c6cb1d0f90912e6ea5a1140201a9b | /proxy.c | 01d96a960f0f98fb35976336339820eaeb5123e5 | [
"MIT"
] | permissive | thinkincforeveryone/winsftp | 5382755f6bbdbaebed7c19883c8be3cc5e8f0a31 | 937e1a769d0f8f7452ff32f02ab7eb1d72a9bc24 | refs/heads/master | 2020-09-28T14:23:04.896172 | 2019-12-10T11:31:27 | 2019-12-10T11:31:27 | 226,795,853 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 53,329 | c | /*
* Network proxy abstraction in PuTTY
*
* A proxy layer, if necessary, wedges itself between the network
* code and the higher level backend.
*/
#include <assert.h>
#include <ctype.h>
#include <string.h>
#include "putty.h"
#include "network.h"
#include "proxy.h"
#define do_proxy_dns(conf) \
(conf_get_int(... | [
"thinkinc@163.com"
] | thinkinc@163.com |
197523828a40ea5024ef4bd6ef5a11c37e96d0fb | a73fcaa11c9a08115b1e8866f37b13f58ffff9f8 | /src/LDAC.c | c34de7dfe0a1bfce35b1464046840fa7fff565db | [] | no_license | sebastian-tschen/TubeShow | 49fdf9a42f964879d953f5943d1f1368c54a268b | 7df5b99c1c5c4c2e6f162d9dc0bd2be1397956d2 | refs/heads/master | 2020-05-19T12:11:48.276660 | 2012-12-13T14:24:08 | 2012-12-13T14:24:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 795 | c |
#include <myp18f4520.h>
#include <stdio.h>
#include <vardef.h>
#include <client.h>
void LDAC (unsigned char xDaten, unsigned char yDaten){
#ifdef __is_PC
//printf("%d %d ;",xDaten,yDaten);
//fflush(stdout);
char buffer[3];
buffer[0] = xDaten;
buffer[1] = yDaten;
buffer[2] = ';';
// printf("%d\n... | [
"sebastian@e4dd7656-0c73-4daa-9ac4-3c17ed980afe"
] | sebastian@e4dd7656-0c73-4daa-9ac4-3c17ed980afe |
141dd9f37637cf27bc421523b2387427785e55ca | 78dc9f153549b281be709227bc9897931b06260d | /generation/WinSDK/RecompiledIdlHeaders/shared/ndis/ioctltypes.h | 3b524c6a5d279716dc3040cf07758cc633313d72 | [
"MIT"
] | permissive | microsoft/win32metadata | dff35b4fe904d556162cee5133294c4498f1a79a | 5bf233f04d45f7a697e112e9639722551103eb07 | refs/heads/main | 2023-09-01T19:51:22.972899 | 2023-08-30T21:39:44 | 2023-08-30T21:39:44 | 270,838,404 | 1,240 | 107 | NOASSERTION | 2023-09-14T18:49:44 | 2020-06-08T21:52:10 | C++ | UTF-8 | C | false | false | 908 | h | // Copyright (C) Microsoft Corporation. All rights reserved.
#pragma once
#pragma region App, Games, or System family
#include <winapifamily.h>
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP | WINAPI_PARTITION_SYSTEM | WINAPI_PARTITION_GAMES)
EXTERN_C_START
//
// Device Name - this string is the name of the devic... | [
"noreply@github.com"
] | microsoft.noreply@github.com |
83b73126ba4d867482c3b473747b892dd4201053 | d1444d3937193881fa21fa916a518410572b7779 | /main.c | 3afd62b13479f4a2661a902bd6dd15dc8a6fc125 | [] | no_license | thieuns88/tinhtoan | 6de466ac4e3887c074bbe8fa380f5bb5580592e9 | e061420bcc86f004e236da6a2a8efa6d3101af50 | refs/heads/master | 2023-01-23T06:17:34.218101 | 2020-11-24T04:58:48 | 2020-11-24T04:58:48 | 315,520,797 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 387 | c | #include <stdio.h>
#include <stdlib.h>
#include "tinhtoan.h"
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
int main(int argc, char *argv[]) {
int a=100, b=7;
printf("\nTong 2 so: %d",tong(a,b));
printf("\nHieu 2 so: %d",hieu(a,b));
printf("\nTich 2 so: %d",tic... | [
"thieuns88@gmail.com"
] | thieuns88@gmail.com |
b95b45c8bc8c132e9d033339d4ac82944b5d317a | 1b24ce5bdd85d4ad59a0db1c13d0aff62a5cd95c | /src/libpiano/macwaitress.h | c83b37f85bea5b1bec331add078c5f6313e5ea14 | [
"MIT"
] | permissive | coneill-math/Pandorita | cd0ec8ef219380df6d680baa39b85c708a807d2e | 7d63abde20ba00eeee71117d93145561d6aa9c14 | refs/heads/master | 2021-10-10T00:13:49.250117 | 2019-01-04T23:38:57 | 2019-01-04T23:38:57 | 4,205,780 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,198 | h | /*
Copyright (c) 2009-2011
Lars-Dominik Braun <lars@6xq.net>
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, mer... | [
"musicman3320@gmail.com"
] | musicman3320@gmail.com |
5a5ab7bb772c8bc5d3493575e8ce1ae4d2e0fc9c | 517848af126ed8f198b890a07a6bc5b7b1b94683 | /sys/dev/drm/drmP.h | 10ba4aece58d2dd78aaa72a0dd37c458a37c8e95 | [] | no_license | coolgoose85/FreeBSD | e9dbd33b95bf0a472a3e291451c273054b843a1f | ef72c1183400fd106d838c8ed0702649bc1b1b4e | refs/heads/master | 2021-01-15T22:29:25.584742 | 2014-08-03T17:32:40 | 2014-08-03T17:32:40 | 22,535,409 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 33,645 | h | /* drmP.h -- Private header for Direct Rendering Manager -*- linux-c -*-
* Created: Mon Jan 4 10:05:05 1999 by faith@precisioninsight.com
*/
/*-
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
* All rights reserved.
*
* Permission is h... | [
"vaibhav123@gmail.com"
] | vaibhav123@gmail.com |
d72f50071ef64398908318489baa1c921fb7477c | 1928e9104ed201f9cf9acaf0a2334cde40cf366f | /Silicon/Intel/PurleyRcPkg/Include/Library/MmPciBaseLib.h | 22b4179db3ec989e1ec2f043b891d9fa1d98485d | [
"BSD-2-Clause"
] | permissive | hwu25/edk2-platforms | f832c0c4bee9502e80a008142daa8b33d1e4fd24 | 94b23488bbda4361b6753adf6025c8a1dfabe27b | refs/heads/master | 2020-05-22T21:25:28.235334 | 2019-05-01T21:32:40 | 2019-05-13T22:14:22 | 186,525,532 | 0 | 0 | BSD-2-Clause | 2019-05-14T01:57:16 | 2019-05-14T01:57:16 | null | UTF-8 | C | false | false | 1,493 | h | /** @file
Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials are licensed and made available under
the terms and conditions of the BSD License that accompanies this distribution.
The full text of the license may be found at
http://opensource.org/licenses/bsd-lic... | [
"liming.gao@intel.com"
] | liming.gao@intel.com |
197ce7c58de61cd158748cd41165f2859748abbf | ac3e16b99d56b5fb01d65fcc5ebe761a40c4a4b1 | /RAPRC0106/USER/APP_TSM.h | 55465c2472d5443972fa18a8e85b49f18faa8a62 | [] | no_license | xiaoduge/workRepository | d16ed8392c96825ee705669cc37e243f20e97dcb | 5ed8c52e47e27383a00ebeb671947a824d6b27ee | refs/heads/master | 2021-04-27T04:46:28.936111 | 2018-02-23T07:32:23 | 2018-02-23T07:32:23 | 122,584,802 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,436 | h | /****************************************Copyright (c)****************************************************
**
**--------------File Info---------------------------------------------------------------------------------
** File name: APP_TSM.h
** Descriptions: APP_TSM.c header File
**
**----------... | [
"654653458@qq.com"
] | 654653458@qq.com |
2ec1bfe85bfb4c999103dc4efde2152e0d245545 | 1a346421b52381abe340199c4fef6da611e083ee | /SPI_Driver/SPI_Interface.h | 302a414d2c0188e076345fd7a16e0786f1694218 | [] | no_license | m0hragab/IMT-course- | 73ffd746c9b7ace78a259d7c1385f1950f634d5f | 41372edd45b200072538a86f39780eb4703071bf | refs/heads/master | 2020-03-09T18:27:58.772676 | 2018-04-10T14:49:38 | 2018-04-10T14:49:38 | 128,933,426 | 6 | 0 | null | null | null | null | UTF-8 | C | false | false | 383 | h | /*
* SPI_Interface.h
*
* Created on: Mar 3, 2018
* Author: mohragab
*/
#ifndef SPI_INTERFACE_H_
#define SPI_INTERFACE_H_
void SPI_VidMasterInit(void);
void SPI_VidSlaveInit(void);
u8 SPI_U8MasterTransferData(u8 Data);
u8 SPI_U8SlaveTransferData(u8 Data);
#define SS 4
#define MOSI 5
#define MISO 6
#define... | [
"mohragab.me@gmail.com"
] | mohragab.me@gmail.com |
bd058f5b127a5b8d773ddfb0289acbb27e5e3864 | dee79b5ce750529b4672764623d0e9745f02fa4b | /c++/model.h | 78034a3618bfe90f6db20bda46b757322764fec0 | [] | no_license | RonaldPonguillo/TinyML_arduino | bb9adc443760c17897076890711434b8fe4c852a | de9c5e713ead368f2c11c14538b4938e9058cdfb | refs/heads/master | 2022-03-24T04:12:34.110635 | 2019-12-17T15:51:44 | 2019-12-17T15:51:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 911,246 | h | const unsigned char model[] = {
0x1c, 0x00, 0x00, 0x00, 0x54, 0x46, 0x4c, 0x33, 0x00, 0x00, 0x12, 0x00,
0x1c, 0x00, 0x04, 0x00, 0x08, 0x00, 0x0c, 0x00, 0x10, 0x00, 0x14, 0x00,
0x00, 0x00, 0x18, 0x00, 0x12, 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00,
0xdc, 0x40, 0x02, 0x00, 0x10, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00... | [
"noreply@github.com"
] | RonaldPonguillo.noreply@github.com |
707b70babf2ed4e1b8bcb6e7e98181d25ce08bc3 | 14438e54029fc141940c79d0b5bcbf47dad0f390 | /Solved/archivers/gcpio/work/cpio-2.11/src/makepath.c | 1192b3a8b22cb9762abc968bbf793edfe2d5020c | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | Linuxcpa/Confederate-Patches | 9b40fb5cdcc4709ebc45198f591ddd693a623312 | 42582e155726b554c367bec677ad2f9b9408f0f2 | refs/heads/master | 2021-01-19T11:20:53.812040 | 2015-01-22T19:24:31 | 2015-01-22T19:24:31 | 25,559,791 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,209 | c | /* makepath.c -- Ensure that a directory path exists.
Copyright (C) 1990, 2006, 2007, 2010 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3,... | [
"linuxcpa@gmail.com"
] | linuxcpa@gmail.com |
1b285aeb1da38f511b54810162845fb12cb1168a | d7a6eebfcfbe25734889fe7b0ec597386800160b | /Game/UI/uiCombatMonitor.c | f144572b5c8258ff88c304679846d87a6f05b89f | [] | no_license | naturalleo/coh-score | 09f3a9137ab845739f3cc4be026c014af99ed81e | ccb216f07c25457991b86d3b41ec98ff858ed187 | refs/heads/master | 2020-11-24T19:45:13.700022 | 2019-07-28T14:36:02 | 2019-07-28T14:36:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,584 | c |
#include "earray.h" // for StructGetNum
#include "player.h"
#include "entity.h" // for entity
#include "powers.h"
#include "entPlayer.h"
#include "character_base.h" // for pchar
#include "attrib_description.h"
#include "file.h"
#include "sprite_font.h" // for font definitions
#include "sprite_text... | [
"omegablast2002@yahoo.com"
] | omegablast2002@yahoo.com |
ef6785ae8eadbbbd3c9ce09bcc9cef63defc5303 | fb1e98c3f11e9450918b32945e15fd903d7d1d27 | /uva/graphical_editor/graphical_editor.c | 3fcbf56b3d9da42b2b044574865d698b994bdfde | [] | no_license | dukebw/programming-challenges-skiena | 53a15f57c101256b8482687ebb650c2407b8ff30 | 6c7edc356b2af41e5c37a44a34d94d7f33704ddb | refs/heads/master | 2021-01-23T21:35:23.253110 | 2018-07-21T20:41:01 | 2018-07-21T20:41:01 | 59,441,088 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,913 | c | #include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <math.h>
#include <assert.h>
#include <stdbool.h>
#include <string.h>
#include <ctype.h>
#define MAX_COLS 250
#define MAX_ROWS MAX_COLS
#define WHITE 'O'
/*
* 8 bytes for name, followed by . and 3 bytes for extension
* (one byte for null)
*/
#defin... | [
"dukebw@mcmaster.ca"
] | dukebw@mcmaster.ca |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.