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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6119758861de8fdecb6ed574a6624fb7e0f509de | 4c7445cede09a50aa3a3b39f2527ad7afeb0f826 | /c07/ex04/ft_convert_base2.c | 6008adffa88e18539440e7db940d2822c5a9c2b8 | [] | no_license | sltcestloic/piscine-42 | 311b36452e03ab9c055281999a214422108176b8 | 7c75ed906f43eaafb6d0fa21203807a33d36aa51 | refs/heads/main | 2023-01-20T20:45:48.585808 | 2020-11-18T15:22:55 | 2020-11-18T15:22:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,951 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_convert_base2.c :+: :+: :+: ... | [
"bertrandloic69@gmail.com"
] | bertrandloic69@gmail.com |
85a565fcfda4507d79197dd10a1b3428861884f5 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/ad9a9ccf-5e56-4a1e-adf5-bf9f7b90271b.c | e7d3348c117679a7c9dd100ac1c2b837b3c23321 | [] | 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 | 229 | c | #include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
j = 53;
l = 64;
k = k/j;
l = i/j;
l = l%j;
l = i+j;
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,i);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
47c4f07d597a1c74a544cb90ab429a401f2e2079 | 32f6bcb74da2ecf3a8af1cfbe90d4143dead7507 | /0x05-pointers_arrays_strings/101-keygen.c | 28a242148a24c66fe7a9de5fdce6df57a1228863 | [] | no_license | luismedinaeng/holbertonschool-low_level_programming | d894350243aedaa2d659ec53b6ae10c3e2840691 | 9bc6eb5aabad4e4d4370f5e61c5228997f8499d8 | refs/heads/master | 2020-07-28T09:40:38.968388 | 2020-04-17T04:57:18 | 2020-04-17T04:57:18 | 209,383,560 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 413 | c | #include <stdio.h>
#include <time.h>
#include <stdlib.h>
/**
* main - Entry point
*
* Return: Always 0 (Success)
*/
int main(void)
{
int sum = 2772;
int n;
srand(time(0));
while (sum)
{
n = rand() % 100;
if (n <= 94)
n += 32;
else
continue;
if (sum - n == 0)
{
sum -= n;
printf("%c", n);... | [
"malf95@hotmail.com"
] | malf95@hotmail.com |
bc79cea553647b881d6e3fbf0ea1e276c232d10a | 14d9092522998ee50524f35423b627eb7db7cf2f | /optimized_controller/slprj/_sfprj/hyd_hyb_2_opt_cont_1/_self/sfun/src/c4_hyd_hyb_2_opt_cont_1.c | 73e413fb50113b7b692638afb61dfba789fdc1e1 | [] | no_license | alzizou/Hybrid_Vehicle_IntelligentControl | 510086cbd3b76bfc99d7591ad0c72500cce27cd0 | 7a375f556b5f90e441d6ad518f12ecc66ce44495 | refs/heads/main | 2023-02-12T10:15:42.389897 | 2021-01-14T03:58:18 | 2021-01-14T03:58:18 | 325,576,891 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 38,560 | c | /* Include files */
#include "blascompat32.h"
#include "hyd_hyb_2_opt_cont_1_sfun.h"
#include "c4_hyd_hyb_2_opt_cont_1.h"
#define CHARTINSTANCE_CHARTNUMBER (chartInstance->chartNumber)
#define CHARTINSTANCE_INSTANCENUMBER (chartInstance->instanceNumber)
#include "hyd_hyb_2_opt_cont_1_sfun_debug_macros.h"... | [
"ali@humanitas.io"
] | ali@humanitas.io |
81635b76c8a73ee22295fae9794b8c272629b75e | 79c3fc5c63f2e54f95bd80ac9102c00775b7a81a | /unix/tclEpollNotfy.c | 5ed5d5dbffd6aaf691c6aab163ebab9013ef7737 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-newlib-historical"
] | permissive | B-Rich/tcl | 9f9d1a9a8022e69e754f253a7831cbeb85dca744 | d97d4ac534c4858f49230be22cdb9cb429b939fa | refs/heads/master | 2021-01-22T22:16:25.499922 | 2017-05-29T13:14:38 | 2017-05-29T13:14:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,066 | c | /*
* tclEpollNotfy.c --
*
* This file contains the implementation of the epoll()-based
* Linux-specific notifier, which is the lowest-level part of the
* Tcl event loop. This file works together with generic/tclNotify.c.
*
* Copyright (c) 1995-1997 Sun Microsystems, Inc.
* Copyright (c) 2016 Lucio Andrés Illane... | [
"nijtmans@users.sourceforge.net"
] | nijtmans@users.sourceforge.net |
34bdfb63b86cfea7f333a67e62b2647099f2e641 | ad0abdfd092ef16b71d9220f24ea85ab7628f83a | /Chapter6/6-3.c | 72c0853939b217f8d04bb0ad847b8de1fec310d7 | [] | no_license | tjdwn6459/StudyC | 8e4cde794d9e58445bfa0eaa428d2e341a9a792a | d56afe5931ac880fcceebcedf171e0cbade29164 | refs/heads/main | 2023-07-02T01:18:16.248301 | 2021-08-09T08:30:32 | 2021-08-09T08:30:32 | null | 0 | 0 | null | null | null | null | UHC | C | false | false | 195 | c | #include<stdio.h>
int main()
{
int a = 1;
// 조건식과 관계없이 반복할 문장을 최소 한번은 실행
do {
a = a * 2;
} while (a < 10);
printf("a : %d\n", a);
return 0;
} | [
"am3251@naver.com"
] | am3251@naver.com |
fc87d439853a0c6327833edfd551e986c547de24 | 018df3fe04085721c380d4ddc2e4fe3588516332 | /iOS9.0.2/System/Library/Frameworks/AudioToolbox.framework/libVibeSynthEngine.dylib-Symbols.h | 748e69632fd20b5ecfcd8bcd762c634720a47490 | [] | no_license | ichitaso/iOS9.0.2-iphoneheaders | 15feac3cfb676d063e706ad165e990fbb367f2e7 | f5db852359918f0a2e393648f227851d7a2ac29a | refs/heads/master | 2021-01-10T10:16:28.069166 | 2015-11-07T09:08:24 | 2015-11-07T09:08:24 | 45,729,409 | 24 | 13 | null | null | null | null | UTF-8 | C | false | false | 5,830 | h | _VibeSynthEngineCancel
_VibeSynthEngineCancelWithOptions
_VibeSynthEngineHasHardwareSupport
_VibeSynthEngineInitialize
_VibeSynthEnginePlay
_VibeSynthEnginePlayAtTime
_VibeSynthEngineStartPrewarm
_VibeSynthEngineStopPrewarm
_AudioConverterConvertBuffer
_AudioConverterDispose
_AudioConverterNew
_AudioConverterReset
_Aud... | [
"willfeeltips@gmail.com"
] | willfeeltips@gmail.com |
6d576764a17e9a458f7d79e3d945aa25dc48c7cd | 84ecba5d90fd7e95ec0fbd79f17643e389fe8266 | /Pods/Headers/TesseractOCRiOS/quspline.h | 98a9e02d3939900f38d71d2d947e18dbdfd7c5f9 | [
"MIT"
] | permissive | kakaruchi/ScanCard | 3a0ac4bbac3e91ad4d12f482754e8fe99609f57e | 24ad65250a719641f204eb9450a2aa04bd3676a3 | refs/heads/master | 2021-01-19T01:27:09.312021 | 2016-08-17T02:27:58 | 2016-08-17T02:27:58 | 65,792,316 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 63 | h | ../../TesseractOCRiOS/TesseractOCR/include/tesseract/quspline.h | [
"longlq.uit.vn@gmail.com"
] | longlq.uit.vn@gmail.com |
6f6b9c843602fcde554ee77fc75fe5b7d5ab2af6 | 3ddd7d87a64e9fca5dd324da20899edac52bc4c5 | /01_libft/done/ft_strlcat.c | a8542c96346c412daa359fcaa6c6fa2ae0b085e3 | [] | no_license | z34hyr/school21_projects | 40c019489499d8720cf281f7845ebb9401d48023 | a05a616b6acf18a3a479cdc3b96f94aa0c3eea63 | refs/heads/master | 2023-06-20T10:37:12.328701 | 2021-07-09T12:27:13 | 2021-07-09T12:27:13 | 321,172,437 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,399 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strlcat.c :+: :+: :+: ... | [
""
] | |
b376d2b149620ea57df5c2179c2780d3d433b1d9 | e2fe6c6dd983e3ee9d9d58701841e345b9b8e960 | /sdk/nrf5_sdk_15.3.0/components/iot/background_dfu/background_dfu_state.c | faf5752571aad8b144476b9f2e8ef45301ec7041 | [
"MIT"
] | permissive | lab11/nrf52x-base | e91bb97528792a2b444ed66d982adb94c448eef4 | 04df75d45766fc1f9794f438a45080eddc7a0ec1 | refs/heads/master | 2023-08-24T04:49:01.382920 | 2023-08-07T22:43:35 | 2023-08-07T22:43:35 | 199,748,590 | 17 | 19 | MIT | 2023-01-25T22:03:45 | 2019-07-31T00:39:42 | C | UTF-8 | C | false | false | 29,397 | c | /**
* Copyright (c) 2017 - 2019, Nordic Semiconductor ASA
*
* 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 code must retain the above copyright no... | [
"nealjack@umich.edu"
] | nealjack@umich.edu |
953482f3c57a4c1c6bd75d5b596fc548a656f873 | 74a2663bddb2701bc8b5d0a47e4f35bad91061de | /src/async_network.h | 70a1b003b3888f1d53dda4c482390f3d4d42edc9 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | i-rinat/freshplayerplugin | 995f2cb39beb09150f5d1fcf8d4dfec1ae2071bb | 0f46d4a1120658ba362426d4fcdfe9d2e9b81f5c | refs/heads/master | 2023-08-24T06:06:12.024211 | 2020-04-04T23:38:41 | 2020-04-04T23:38:41 | 13,180,726 | 679 | 76 | NOASSERTION | 2020-05-09T14:01:36 | 2013-09-28T20:58:55 | C | UTF-8 | C | false | false | 2,585 | h | /*
* Copyright © 2013-2017 Rinat Ibragimov
*
* This file is part of FreshPlayerPlugin.
*
* 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 limitat... | [
"ibragimovrinat@mail.ru"
] | ibragimovrinat@mail.ru |
4c4208f1875697607ceee2528ba790b2e5925dfc | b0bf7998d91f64236654d5bae42171810fe2a98e | /ourproject/Temp/StagingArea/Data/il2cppOutput/t1289MD.h | d3af9309a3ce9d044e5a92ad4085066efff0143b | [] | no_license | starinu/493Project | b91ee6cdd2837fbb86fe4e43cb6b949d0851cfdd | 3906b5292741694685f95a35ae6475ae96831033 | refs/heads/master | 2021-01-10T03:43:20.298633 | 2015-11-21T05:23:07 | 2015-11-21T05:23:07 | 46,602,286 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,783 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
struct t1289;
struct t655;
struct t14;
struct t680;
struct t713;
struct t19;
#include "codegen/il2cpp-codegen.h"
#include "t824.h"
#include "... | [
"liuth@0587357572.wireless.umich.net"
] | liuth@0587357572.wireless.umich.net |
b7453a8ccdfbaaf2da418911a71cf9e856b3949c | cae710ed9f38e5c87c99ae5eca1a9cb2efa0bcad | /psol/include/third_party/boringssl/src/include/openssl/bn.h | 67a3455b93c48c8db2eba986fe83e0631bf59e20 | [
"Apache-2.0"
] | permissive | sambacha/nginx2 | 2de50c98ebdd1d65d159f921f88c426249a4940b | ed70546e69d0357831adfd982104c077ac23970b | refs/heads/master | 2023-03-28T07:35:32.013909 | 2021-03-27T17:25:36 | 2021-03-27T17:25:36 | 349,439,159 | 0 | 0 | Apache-2.0 | 2021-03-19T13:52:06 | 2021-03-19T13:50:16 | C++ | UTF-8 | C | false | false | 43,464 | h | /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-commercial use as long as
... | [
"janitor@contractshark.io"
] | janitor@contractshark.io |
ccd1b19e9c430997cd41f000d333c83276a1ea29 | 3fad3aaa8433f43a8b205a2333881701f283e7fb | /Project/KeyBoard/src/usb_endp.c | 35fd2b5e256cbfb9f273ba208d5ac98122e44f31 | [] | no_license | LyndonXu/KeyBoard_BJZS | 828370b89fd233231d60b7494a4f46e246d1474c | fc175c1d0630a402f696736c5e8a8a1d3a84f189 | refs/heads/master | 2021-03-31T01:28:26.017762 | 2018-05-10T12:27:16 | 2018-05-10T12:27:16 | 124,713,851 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,890 | c | /**
******************************************************************************
* @file usb_endp.c
* @author MCD Application Team
* @version V4.0.0
* @date 21-January-2013
* @brief Endpoint routines
******************************************************************************
* @attention
... | [
"lyndonxu@163.com"
] | lyndonxu@163.com |
20b4edf2b220cc0ab061cf3a807cbaa7301eac18 | 3161173491d34339140265e4f6810e688aff1034 | /sw-tm4c-2.1.4.178/examples/boards/ek-tm4c129exl/usb_dev_bulk/usb_bulk_structs.c | ddb6f7585d4c947d90d1ac44cf92265843756a33 | [] | no_license | ti-cortex-m4/tm4c1294ncpdt | 853aaed9b7cb39c489568ae8023ed4bd64ba8d76 | 629defb60af370595d7c33917ee8459642d3b62e | refs/heads/master | 2023-07-25T06:14:03.666763 | 2023-07-23T14:24:03 | 2023-07-23T14:24:03 | 28,406,657 | 5 | 3 | null | 2022-08-28T07:21:38 | 2014-12-23T16:03:26 | C | UTF-8 | C | false | false | 6,924 | c | //*****************************************************************************
//
// usb_bulk_structs.c - Data structures defining this bulk USB device.
//
// Copyright (c) 2013-2017 Texas Instruments Incorporated. All rights reserved.
// Software License Agreement
//
// Texas Instruments (TI) is supplying this soft... | [
"ti.cortex.m4@gmail.com"
] | ti.cortex.m4@gmail.com |
b736a64bb72d6f36d3659a459a0dcaa6b46d5aa8 | 30aba8a183998e8b559e3f002010c31bb6baf818 | /buf_subs.c | 67c0c2e58741d1664d8a59baca44efdada22a23d | [] | no_license | vapier/miros-pax | 6e83354be7f2de22dabf537d39b1659165db580f | 12e0d4e5559ddf83f1fcc2bad5e8c6cdb38bf755 | refs/heads/master | 2021-01-10T02:08:39.864540 | 2016-02-11T20:12:10 | 2016-02-11T20:12:10 | 52,704,723 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,731 | c | /* $OpenBSD: buf_subs.c,v 1.23 2009/12/22 12:09:36 jasper Exp $ */
/* $NetBSD: buf_subs.c,v 1.5 1995/03/21 09:07:08 cgd Exp $ */
/*-
* Copyright (c) 1992 Keith Muller.
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed... | [
"tg@mirbsd.org"
] | tg@mirbsd.org |
524285a3deff1c29260c1422e9dbe6c3395f0261 | 1acd1adb01b6d8d9701af880d9336ca317262c25 | /libft/ft_bzero.c | 3b4d8676e0e603124f4bbdaf0f3e4f31b552b87d | [] | no_license | malebb/cube3d_42 | 074ee820784d8a4d688aa373d39827d2360d2518 | b4a8b3821695d45b9e4d90cda464a5f7e985dcf4 | refs/heads/master | 2023-02-06T06:04:35.223394 | 2021-01-03T20:17:57 | 2021-01-03T20:17:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,049 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_bzero.c :+: :+: :+: ... | [
"mlebrun@e2r12p21.42.fr"
] | mlebrun@e2r12p21.42.fr |
fdb456e81159b49a4e6ebf3ae649e0de7422d699 | a92aa9f07c06a49cb8d94c6944653ce6808b51b2 | /c-utils/circular_list.h | 11e06166981f961ac8b0a815e007e0fa2485fde0 | [
"MIT"
] | permissive | bfollington/c-utils | 0e6623e3d86b3b8eb913ca14593dd38e1bcdbf31 | 59cb011f7f3335010342da851f6c6777567b565b | refs/heads/master | 2021-01-10T14:12:27.650666 | 2015-06-01T05:44:55 | 2015-06-01T05:44:55 | 36,640,239 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 873 | h | //
// circular_list.h
// c-utils
//
// Created by Ben Follington on 1/06/2015.
// Copyright (c) 2015 Ben Follington. All rights reserved.
//
#ifndef c_utils_circular_list_h
#define c_utils_circular_list_h
typedef unsigned int list_uint;
typedef uint8_t item_type;
typedef struct {
list_uint start_index;
l... | [
"bfollington@gmail.com"
] | bfollington@gmail.com |
68bbb8a94723231cda899d581c9db7ce6a3daffc | 850cd5c556d5f82e63ba119141170157fffb5621 | /mtLeastR/ep21R.h | e57612ad34d0fa99e438a095de624aa5c5487886 | [
"MIT"
] | permissive | AmanTyagi2432/pyslep | 4ca4680d72140dd94a9332b1f5ccfa1a7dda1685 | 9fdb3cc8f367262c70bea5af787173d044fc02c8 | refs/heads/master | 2022-12-19T14:01:04.776661 | 2020-10-01T13:23:06 | 2020-10-01T13:23:06 | 300,287,499 | 0 | 0 | MIT | 2020-10-01T13:22:13 | 2020-10-01T13:22:13 | null | UTF-8 | C | false | false | 133 | h |
#ifndef _EP21R_H_
#define _EP21R_H_
void _ep21R(double * x, double *t, double * u, double * v, int n, int k);
#endif // _EP21R_H_
| [
"18alexanderm117@tongji.edu.cn"
] | 18alexanderm117@tongji.edu.cn |
9e8b97d185817fce1a892452045ec1abf1cf82c7 | cd07051f8cf581cdc992e8bf4b3debbcacf25176 | /EIFGENs/tictac/W_code/C5/ti1114d.c | 45f37d04c3d5411228b976271417d0e1e859d809 | [] | no_license | hasahmad/TicTacToe | 4084fb44a0309ad34adb040fb88e2127984c4108 | 1326d6498608b62786799f46808410f8355388e4 | refs/heads/master | 2020-03-29T17:56:35.370256 | 2018-09-25T00:45:31 | 2018-09-25T00:45:31 | 150,186,619 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,963 | c | /*
* Class TIME_DURATION
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static const EIF_TYPE_INDEX egt_0_1114 [] = {0xFF01,231,0xFFFF};
static const EIF_TYPE_INDEX egt_1_1114 [] = {0xFF01,247,1113,0xFFFF};
static const EIF_TYPE_INDEX egt_2_1114 [] = {0xFF01,1113,0xFFFF};
static const EIF_TYPE_... | [
"hasahmad@Hass-MacBook-Pro.local"
] | hasahmad@Hass-MacBook-Pro.local |
a0d4f48c57f738ed6f0a76644b7991b0982d08e0 | 99f9552ca46221da4d8013fc97a52921aa20b2c1 | /libft/srcs/libft/ft_strcpy.c | 01fb3b3fc702e363d081bbb1990a3b1f53df44f3 | [] | no_license | lapaset/push_swap | 0368d507b34b67f46c293731a9c854d72549828f | ae0419a40e5aba8a5b66a172814887e572f6ac87 | refs/heads/master | 2020-12-29T16:52:15.622555 | 2020-12-17T16:41:24 | 2020-12-17T16:41:24 | 238,674,501 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,032 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strcpy.c :+: :+: :+: ... | [
"llahti@student.hive.fi"
] | llahti@student.hive.fi |
191f50cb5f614459291117f88e16b0800afe10c9 | d7344e0a0ed625d781a6dca66ea96df40ec30217 | /作业6/作业6/6.4.c | 666412ba61536b6a75929edb592c96c2d30de482 | [] | no_license | flavorfree/test | 3abdcde002bd0b918e41f76448bc33f6cc35926b | 95c34abc4c2c45c6986181764126c518952efe6c | refs/heads/master | 2021-07-19T05:06:33.863683 | 2020-06-21T13:12:57 | 2020-06-21T13:12:57 | 182,507,683 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 338 | c | //#define _CRT_SECURE_NO_WARNINGS 1
//
//#include<stdio.h>
//#include<stdlib.h>
//
//int judge(int n)
//{
// int i;
// for (i = 2; i <= n-1; i++)
// {
//
// if (n % i == 0)
// {
// return 0;
// }
// }
// return 1;
//}
//
//int main()
//{
// int n;
// scanf("%d", &n);
// printf("%d\n", judge(n));
// system("pause")... | [
"1669318747@qq.com"
] | 1669318747@qq.com |
3e6f05f0058558d1bfebc6c52e8d4d2b26fceb26 | bb75ce61e834e7ec3202f348821afe102eca9bc3 | /usr/src/sys/sparc/fpu/fpu_implode.c | 0f1d78f466c35864b91a704db70314b880c0d228 | [
"BSD-4-Clause-UC",
"LicenseRef-scancode-other-permissive"
] | permissive | jiajunhuang/4.4BSD-Lite2 | de988da495ee9d167ed4174d8496f8582b0fd2a5 | 8353ed45665ff972b5d9c8f8dfe5ee6440a25a9a | refs/heads/master | 2020-08-02T03:00:01.264557 | 2019-10-31T09:17:48 | 2019-10-31T09:17:48 | 211,215,298 | 0 | 1 | NOASSERTION | 2019-09-27T01:57:11 | 2019-09-27T01:57:11 | null | UTF-8 | C | false | false | 13,352 | c | /*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
* contributed to Berkeley.
*
* All advertising materials mentioning fea... | [
"serge@vak.ru"
] | serge@vak.ru |
ff065bcab77b9dee61a1a199d389407cb8fe6eac | 551d7b18cc71d6ed8307749bfacc895cccab9a57 | /srcs/render/draw_face.c | f51bd2e1402ff7d15937ee8c7fb7a35209d08b78 | [] | no_license | ftymchyn/tinyrenderer | 7f6f3c188efcef0b787bc4c4eff286ed2fe843a1 | f7472272ad1f273615d4acf7ab8236afffe3377a | refs/heads/master | 2020-05-03T10:47:57.476558 | 2019-04-21T11:07:21 | 2019-04-21T11:07:21 | 178,587,735 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,408 | c | #include "render.h"
static void push_vertex_to_render(t_face *face, size_t idx_in, t_rdata *rdata, size_t idx_out)
{
const t_int3 *vdata;
const t_float3 *v;
const t_float3 *vn;
vdata = vector_at(face->vdata, idx_in);
v = vector_at(face->owner->v, vdata->x - 1);
vn = vector_at(face->owner->vn, vdata->z - 1);
... | [
"fazzan.07@gmail.com"
] | fazzan.07@gmail.com |
9cebd5c62e36bcc2c41cd62f891aff38c97eff77 | 06d22c7bf78eba70becf329fbe652715edfea56d | /test/integration/listtest.c | 4bdf6d8caab2d4bb7d8eaffa28447aaaa75b913f | [
"MIT"
] | permissive | benghaem/cavrr | ec74c4284f948385b788b5851fa57764fc6afdeb | 0741984c40c6918141e844018992e1eeb5945a34 | refs/heads/master | 2020-04-10T14:50:20.146823 | 2016-08-26T04:08:07 | 2016-08-26T04:08:07 | 61,765,284 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 566 | c | #include "util/list.h"
#include <stdio.h>
#include <assert.h>
void printlist(struct list* iter){
printf("[");
while(iter->next != NULL){
printf("%i, ",iter->v);
iter = iter->next;
}
printf("]\n");
}
int main(void){
struct list* l = list_create(0);
list_append(l, 1);
list_ap... | [
"ben.ghaem@gmail.com"
] | ben.ghaem@gmail.com |
19bf4fd82e560fe062e500e2a62a20a4f00c75c6 | 24d856d98c85a319d53be2768ccc176a50873fa3 | /linux-lts-quantal-3.5.0/arch/mips/include/asm/lasat/lasat.h | e8ff70f80e13bd81e21cc955f213e13c5275219e | [
"GPL-1.0-or-later",
"Linux-syscall-note",
"GPL-2.0-only",
"BSD-2-Clause"
] | permissive | dozenow/shortcut | a4803b59c95e72a01d73bb30acaae45cf76b0367 | b140082a44c58f05af3495259c1beaaa9a63560b | refs/heads/jumpstart-php | 2020-06-29T11:41:05.842760 | 2019-03-28T17:28:56 | 2019-03-28T17:28:56 | 200,405,626 | 2 | 2 | BSD-2-Clause | 2019-08-03T19:45:44 | 2019-08-03T17:57:58 | C | UTF-8 | C | false | false | 7,559 | h | /*
* lasat.h
*
* Thomas Horsten <thh@lasat.com>
* Copyright (C) 2000 LASAT Networks A/S.
*
* This program is free software; you can distribute it and/or modify it
* under the terms of the GNU General Public License (Version 2) as
* published by the Free Software Foundation.
*
* This program is distributed... | [
"jflinn"
] | jflinn |
c81dd29dd84ffa74eefbb4ec65d1511417f09fbb | 01af079a4d1dfcf4e286a5c18f5954a92a0dc6fd | /user/stm32f10x_conf.h | cac43e23747882960eab18a7666b832573d39829 | [] | no_license | lucky-ing/robot_drive_0817 | a9ebfe0cf7f8b2d7dad19acbc174710f70f0cff2 | c611f8cebf40475a205949bc0d2e07e9a3f5fe7a | refs/heads/master | 2021-06-29T01:23:46.577800 | 2017-09-17T02:00:09 | 2017-09-17T02:00:09 | 103,796,045 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,932 | h | /******************** (C) COPYRIGHT 2007 STMicroelectronics ********************
* File Name : stm32f10x_conf.h
* Author : MCD Application Team
* Version : V1.0
* Date : 10/08/2007
* Description : Library configuration file.
************************************... | [
"lucky_lsq@163.com"
] | lucky_lsq@163.com |
fa409cee1f607cd6336f7117c1888d7c24be6a8e | c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64 | /Engine/Source/ThirdParty/MCPP/mcpp-2.7.2/cpp-test/test-t/n_12.c | c266ab5527e1d9eff9e5a48beac4895b4700a03e | [
"BSD-2-Clause",
"MIT",
"LicenseRef-scancode-proprietary-license",
"BSD-3-Clause"
] | permissive | windystrife/UnrealEngine_NVIDIAGameWorks | c3c7863083653caf1bc67d3ef104fb4b9f302e2a | b50e6338a7c5b26374d66306ebc7807541ff815e | refs/heads/4.18-GameWorks | 2023-03-11T02:50:08.471040 | 2022-01-13T20:50:29 | 2022-01-13T20:50:29 | 124,100,479 | 262 | 179 | MIT | 2022-12-16T05:36:38 | 2018-03-06T15:44:09 | C++ | UTF-8 | C | false | false | 1,019 | c | /* n_12.c: Integer preprocessing number token and type of #if expression. */
#include <limits.h>
/* 12.1: Type long. */
#if LONG_MAX <= LONG_MIN
#error Bad evaluation of long.
#endif
#if LONG_MAX <= 1073741823 /* 0x3FFFFFFF */
#error Bad evaluation of long.
#endif
/* 12.2: Type unsigned long... | [
"tungnt.rec@gmail.com"
] | tungnt.rec@gmail.com |
82d09ee14500f55ca3b1cf3ac235690a604a927a | d70d938fc282b979b38ca1f8ce8320e93a6b75af | /icon-rh850-boot2000-Nos/icon-rh850-boot0-Nos.si4project/Backup/CanTp_Cfg(35).c | f1b9a9e03e04d0b05ab7f9406662496c7532fb68 | [] | no_license | xiaokeZMSG/MY_Code | 691a9c41de59bac2d0d1b003c333943569debeb2 | a605d04e9765a7dcb6ffb977afd2320f170482b5 | refs/heads/master | 2023-07-02T19:33:54.781138 | 2021-08-12T03:15:37 | 2021-08-12T03:15:37 | 395,165,991 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,793 | c | #include "CanTp.h"
#define USE_CANIF
#define USE_PDUR
//#if defined(USE_CANIF)
#include "CanIf_Cfg.h"
//#endif
#if defined(USE_PDUR)
#include "PduR.h"
#endif
#include "CanTp_Cfg.h"
//NSa
const CanTp_NSaType CanTpNSaConfig_RX_vEcuC_Pdu6 =
{
/* .CanTpNSa = */ 0,
};
//NTa
const CanTp_NTaType CanTpNTaConfig_RX_vEcuC_Pd... | [
"zlhjj713@163.com"
] | zlhjj713@163.com |
a36c1957ae2f40ce24e092f641be556d2d506261 | 3161173491d34339140265e4f6810e688aff1034 | /ek-tm4c1294xl/project1/self/sensors/sensor19/automatic19.c | 70ae6e4c92b95c719195e7bebb2c3c523a654d9d | [] | no_license | ti-cortex-m4/tm4c1294ncpdt | 853aaed9b7cb39c489568ae8023ed4bd64ba8d76 | 629defb60af370595d7c33917ee8459642d3b62e | refs/heads/master | 2023-07-25T06:14:03.666763 | 2023-07-23T14:24:03 | 2023-07-23T14:24:03 | 28,406,657 | 5 | 3 | null | 2022-08-28T07:21:38 | 2014-12-23T16:03:26 | C | WINDOWS-1251 | C | false | false | 1,751 | c | /*------------------------------------------------------------------------------
AUTOMATIC19.C
------------------------------------------------------------------------------*/
#include "../../main.h"
#include "../../console.h"
#include "../../serial/ports.h"
#include "../../serial/ports_devices.h"
#include "../../de... | [
"ti.cortex.m4@gmail.com"
] | ti.cortex.m4@gmail.com |
b2ead32779a7f1f381f7ae03951cd8b58da34e75 | 58fe7cb3949dd1930e709696659a0296500b64a6 | /tests/unit/s2n_send_multirecord_test.c | 089cce2240a449ddebf11a1d3ba82c55af854822 | [
"Apache-2.0",
"MIT"
] | permissive | aws/s2n-tls | 3344638a6a69c6f20665cf6847e1bc4b85f2e558 | 62dc7a6d4876e5eee0dea3690d528a4c7080a1d5 | refs/heads/main | 2023-08-31T23:26:33.780048 | 2023-08-31T05:17:33 | 2023-08-31T05:17:33 | 21,287,076 | 513 | 213 | Apache-2.0 | 2023-09-13T23:52:29 | 2014-06-27T19:37:59 | C | UTF-8 | C | false | false | 25,054 | c | /*
* Copyright 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 located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file ... | [
"noreply@github.com"
] | aws.noreply@github.com |
22c5e9cd6d1b75be6ee4437a7e6007bdda4a7f2d | 9213d8e23c8645a803bc788593931791707e38a5 | /alenano/src/ALE.c | f660a169fdc9dc9e9df6ad8d3056a7cbb223519f | [
"NCSA",
"MIT"
] | permissive | JohnUrban/sciara-project-tools | 4cf1d1369495542730228895f0ed535746b5bac3 | 141d233a4c8366f28e8faca1aa1bd9b4d08e7c5a | refs/heads/master | 2021-08-16T15:24:15.924640 | 2021-05-28T20:46:55 | 2021-05-28T20:46:55 | 53,969,678 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,233 | c | /*
* Copyright (C) 2010,2011,2012 Scott Clark. All rights reserved.
*
* Developed by:
* Scott Clark
* Cornell University Center for Applied Mathematics
* http://cam.cornell.edu
* AND
* Rob Egan
* Department of Energy Joint Genome Institute
* http://jgi.doe.gov
*
* Permission is hereby granted, free of char... | [
"mr.john.urban@gmail.com"
] | mr.john.urban@gmail.com |
1af655ddfbf7c52553529241a173d201a73e0ce6 | 3005245ac71916d1f490386c6249082e8a9ec011 | /libft/sources/ft_memchr.c | 3dd04dbe9f8751d11e196267230d5155c935aacd | [] | no_license | hashlyschool/42_minitalk | ad154cc9f5b0b0fa2814d67e37e6aed94ae948e3 | f37a409f1e9a2dc5787e2a070fb8725ddfc642c4 | refs/heads/master | 2023-08-02T05:22:36.346015 | 2021-09-20T09:58:34 | 2021-09-20T09:58:34 | 407,062,263 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,100 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memchr.c :+: :+: :+: ... | [
"hashly@oa-k5.msk.21-school.ru"
] | hashly@oa-k5.msk.21-school.ru |
6ada7129071a137ae81485f74a46b5e44dde10ae | 903c45082bd0d4fbb0a0d6a289b5294d8d05c314 | /lib/libc/gen/sighold.c | edec702bf6df16e0438a65b35d752e395545be67 | [
"BSD-3-Clause"
] | permissive | tombibsd/netbsd-src | 0552d62659412e821163c945c62b7555d1e616d2 | 7f0f8c8c4b00f7c47700b8260a5cbd627d73fe7c | refs/heads/master | 2021-01-21T04:54:21.541793 | 2016-06-17T00:56:40 | 2016-06-17T00:56:40 | 24,783,931 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,816 | c | /* $NetBSD$ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Klaus Klein.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi... | [
"uebayasi@tombi.co.jp"
] | uebayasi@tombi.co.jp |
98418ef1e9a68e86366f48ad8b10303ede6357c5 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/62bdeb07-d9f8-4d00-b595-0b8eca82e951.c | 797081bd866adb8a8fae4eed71d49a6daea9f711 | [] | 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 | 576 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = l/j;
l = i%j;
l = i-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
int b[8];
int c[21];
a = 0;
do {
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
162b5f64ace592cdf59605263883779214a63f28 | 46367579a54a09dd220dd9a678b1452f06897f11 | /tags/hdf5-1_6_7/test/tcoords.c | 880c3f40ca4935c8cb04f5d533012282156cc5a8 | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-llnl"
] | permissive | TPLink32/hdf5 | 33ff24c9b6133f0f51cb6cc2b722fba7bb1777dd | 0d6987c15284bd9f34c7e44452a152833d42a738 | refs/heads/master | 2021-05-31T01:15:39.463663 | 2016-04-14T23:02:09 | 2016-04-14T23:02:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,102 | c | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* ... | [
"epourmal@dab4d1a6-ed17-0410-a064-d1ae371a2980"
] | epourmal@dab4d1a6-ed17-0410-a064-d1ae371a2980 |
e0bbf14e224cc63af640ae0a4b10cb51bf29a545 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/gpu/drm/omapdrm/dss/extr_dsi.c_dsi_vc_send_null.c | 8670dc37b2af1ce12d240f43c22cbda94a2e7774 | [] | 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 | 759 | 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 |
4fb991015bc05b9ea7bd3d30206989380bcadcb0 | 475ab5b4d6e4df1eace5c21885ffd6d1f8295891 | /lab1/lab1-6.c | a22bd9e97d8aed141c1cd5b258fb233112cb75c3 | [] | no_license | benke97/Computer-Graphics | 224fded6c3d43360444842413cd818abfbb4ab77 | 8c1c34d26e394446a9ca7d13f703fe50048aa47c | refs/heads/master | 2023-02-18T23:04:55.580620 | 2020-05-18T16:32:09 | 2020-05-18T16:32:09 | 330,756,912 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,150 | c | // Lab 1-6.
// This is the same as the first simple example in the course book,
// but with a few error checks.
// Remember to copy your file to a new on appropriate places during the lab so you keep old results.
// Note that the files "lab1-1.frag", "lab1-1.vert" are required.
// Should work as is on Linux and Mac. M... | [
"henel953@olympen1-109.ad.liu.se"
] | henel953@olympen1-109.ad.liu.se |
35114752fa2389f5900ac51d4e7550128b4ca6a4 | 077ba712c73feb4d1bbe66518338e98d5c1e040d | /school/syntax/applex1/intset.c | 9eee9b9251ce2a98662c63c1974e104820061532 | [] | no_license | devmanner/devmanner | eec4a83b1c35bbf67aecbb4860358cab7c823822 | 37f6bd1d0f7301045284cc94e37b8cb4b9005142 | refs/heads/master | 2021-01-10T19:09:19.251055 | 2019-09-20T18:46:22 | 2019-09-20T18:46:22 | 32,351,152 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,257 | c | #include "intset.h"
void is_init(int_set *s, const size_t max) {
s->elements = (size_t) ceil(max/(8.0*sizeof(data_t)));
assert(s->data = malloc(s->elements*sizeof(data_t)));
memset(s->data, 0, s->elements*sizeof(data_t));
}
void is_swap(int_set *s1, int_set *s2) {
int_set tmp = *s1;
*s1 = *s2;
*s2 = tmp;
}
... | [
"mannerstedt@3d39604e-803f-0410-b2ec-f7948a154be0"
] | mannerstedt@3d39604e-803f-0410-b2ec-f7948a154be0 |
cacdabe0d7a981252c93ba713f1f77d132cbbb9c | 68134b0da25239a933e9a16d2c75037466761c05 | /number.h | d04fab4aa06432488117f90df3c93d157d3dcc96 | [
"BSD-3-Clause"
] | permissive | FlyingJester/TurboJSON | 4e28a7b85927edbabce98a3521777a2d808d42ab | 4a5ded093d3bf5e5b81ffa13f7959edc1ec55005 | refs/heads/master | 2020-12-10T08:47:58.699688 | 2016-10-19T18:10:42 | 2016-10-19T18:10:42 | 41,011,296 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 371 | h | #pragma once
#include "value.h"
#include <stdio.h>
#ifdef __cplusplus
extern "C" {
#endif
#define TURBO_IS_STARTING_DIGIT(X) ((X == '-') || ((X>='0') && (X<='9')))
const char *Turbo_Number(struct Turbo_Value * __restrict__ to, const char *in, const char *const end);
void Turbo_WriteNumber(struct Turbo_Value *that, F... | [
"foolkingcrown@gmail.com"
] | foolkingcrown@gmail.com |
84773470074dce0ae3b471201f35dd6069140e00 | 6287397ad3c2dd378729ae056e8ae0de298a7077 | /libraries/HAL_Drivers/tmc/ic/TMC5062/TMC5062.h | d499151b553fbc0a64115d9e5f2424f7417d7f6f | [] | no_license | Liuyuewei/3G_Collect | 57d1c026af62bf040219605f3fe0f63f9a73d627 | 9e97caf975f2dde616b389c8d90cc77f243d8a3b | refs/heads/master | 2020-04-27T17:05:41.433268 | 2019-07-12T06:22:13 | 2019-07-12T06:22:13 | 174,504,850 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,926 | h | /*
* TMC5062.h
*
* Created on: 07.07.2017
* Author: LK
* Based on: TMC562-MKL.h (26.01.2012 OK)
*/
#ifndef TMC_IC_TMC5062_H_
#define TMC_IC_TMC5062_H_
#include "../../helpers/API_Header.h"
#include "TMC5062_Register.h"
#include "TMC5062_Mask_Shift.h"
#include "TMC5062_Constants.h"
#def... | [
"429079546@qq.com"
] | 429079546@qq.com |
ed11a79110ab075eb9c8685e3e0aba583dafd700 | 6505d5ef35d709949a2bc6638a3c71aebe17ab7a | /sprites/accessories/spaceship with item.c | ad15c8e1cb5323ea3a9d58720475a986e45b3047 | [] | no_license | wayneho/Asteroidz | dc2e05381c217d49927ef26e3e4d255426de077a | 45d1913eeb1c1af36838a2ceff8e3ff9232b812d | refs/heads/master | 2021-01-10T21:56:36.218029 | 2015-08-10T07:58:18 | 2015-08-10T07:58:18 | 37,895,588 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,221 | c |
0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff,
0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff, 0xffff... | [
"wayneho92@hotmail.com"
] | wayneho92@hotmail.com |
ee39d72e7a0cd49347c52dd7cdceb5c0388721d1 | c7951d20549a424d6afb0d3bb5d52536368acd90 | /src/test-array.h | e788801abdefe8404d114162750d6295df777826 | [] | no_license | geoffmcl/test-suite | d473c152667c247dedddea3787ca55bee3635126 | 1087ccee315c50c3c50a3f82ef00682b800b301e | refs/heads/master | 2021-06-01T23:45:08.914904 | 2017-12-04T20:30:55 | 2017-12-04T20:30:55 | 23,400,219 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 205 | h | // test-array.h
#ifndef _TEST_ARRAY_H_
#define _TEST_ARRAY_H_
#ifdef __cplusplus
extern "C" {
#endif
extern void test_array();
#ifdef __cplusplus
}
#endif
#endif // _TEST_ARRAY_H_
// eof - test-array.h
| [
"ubuntu@geffair.info"
] | ubuntu@geffair.info |
5192f7cbf696610dc6c64adbc3173cdc99667e02 | f4d663e7be0631af0d13578936cd6e34e2989bd4 | /ATLAS/intel_i7/src/blas/gemm/KERNEL/ATL_cupMBmm0_4_0_b1.c | 6b93193cc622656d60870fea54af8f6059bf6102 | [] | no_license | forrest898/Linpack_PAPI_Testing | 5606c7b395d7cb16b6b5aff1a1ed3e4f5cd6b7b9 | 163c1648c8a0a2e7458529433d561ca13b5def42 | refs/heads/master | 2020-03-19T07:13:25.861801 | 2018-07-30T17:07:31 | 2018-07-30T17:07:31 | 136,097,294 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,518 | c | #define ATL_USERMM ATL_cupMBmm0_4_0_b1
#define ATL_USERMM_b1 ATL_cupMBmm0_4_0_b1
#define ATL_USERMM_bn1 ATL_cupMBmm0_4_0_bn1
#define ATL_USERMM_b0 ATL_cupMBmm0_4_0_b0
#define ATL_USERMM_bX ATL_cupMBmm0_4_0_bX
#define BETA1
#define SCPLX
#define MB 0
#define NB 80
#define KB 80
#define MBMB 0
#define NBNB 6400
#define... | [
"fwsmith898@gmail.com"
] | fwsmith898@gmail.com |
adda3c7ed6bc5276b4cd96567672e2ca13afebf6 | bee6e354cbaf651a975756c0750232502c10c166 | /get_next_line.c | 3c8f68bd363c5ada659272bf5cf3aa149f8b2da0 | [] | no_license | avenonat/Get_Next_Line | a46c0271f280f8e63ee1913b24aaa987b5e0d2ec | 0f0817854ea5b1c3a339e4ac5bc500b6c88648c5 | refs/heads/master | 2022-02-26T20:29:57.898400 | 2019-11-04T16:45:50 | 2019-11-04T16:45:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,215 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_next_line.c :+: :+: :+: ... | [
"avenonat@ox-m4.21-school.ru"
] | avenonat@ox-m4.21-school.ru |
db1f7f9e82bbe191c8344691f26ebeada4265298 | 83214753e9183327e98af0e6768e9be5385e5282 | /d/migong/lev7/dong19.c | 78b13aadf890c3311060e230a8594c1974372c95 | [] | 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 | 449 | c | #include <room.h>
#include <ansi.h>
inherit ROOM;
void create()
{
set("short", WHT"钟乳石洞"NOR);
set("long", WHT @LONG
洞顶都是尖尖的钟乳石,四周不停的有水珠滴下。
LONG NOR);
set("exits", ([
"east" : __DIR__"dong32",
"west" : __DIR__"dong33",
]));
set("objects", ([
"/clone/box/gbox" : random(2... | [
"i@oiuv.cn"
] | i@oiuv.cn |
c46f101482ca39bcb1a1a27bd4cc58099a41f99b | cd7ad8a50b3ac755619d1c06c2928c9cd3f469ca | /34_cgo/mylib.h | 7ba867a84c4aaeba1416bd8b3dbcee1b98bbae0d | [] | no_license | nuinattapon/go_crash_course | c8291ad8f691168a57300158142fead6a700e604 | 175b6cdd53977dfd6810086d51e5c6ddd039a153 | refs/heads/main | 2023-07-14T07:21:33.342981 | 2021-08-19T13:12:34 | 2021-08-19T13:12:34 | 361,717,270 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 27 | h | int multiply(int a, int b); | [
"nattapon.subanake@gmail.com"
] | nattapon.subanake@gmail.com |
16f75d25017501b4ff69887fa39f106ac1f59b09 | 67eac20379df329d55d74f4e36ac206f7d50ec75 | /code_examples/OneEye_DAS_Oscilloscope_1_KIT_TC397_TFT/Libraries/iLLD/TC39B/Tricore/_Impl/IfxFlash_cfg.c | 7d94f128bfb2e3682049b63e3eaf456e1b3c749a | [] | no_license | Infineon/AURIX_code_examples | d0adb2daa86df1eae52aac6451fd5a9d4ba1b5eb | a1623634511d4463537aac33bf791c37fbb17f1c | refs/heads/master | 2023-04-13T01:31:03.043401 | 2023-04-03T11:53:03 | 2023-04-03T11:53:03 | 192,314,276 | 365 | 278 | null | null | null | null | UTF-8 | C | false | false | 62,948 | c | /**
* \file IfxFlash_cfg.c
* \brief FLASH on-chip implementation data
*
* \version iLLD_1_0_1_12_0_1
* \copyright Copyright (c) 2019 Infineon Technologies AG. All rights reserved.
*
*
* IMPORTANT NOTICE
*
* Use of this file is subject to the terms of use agreed between (i) you ... | [
"matteo.vitturi@infineon.com"
] | matteo.vitturi@infineon.com |
933589fbec3548beacb45eecb831501734fefb5d | 2b842d7af5f3f8aa3d7f387da2bdb7a23ee3af3e | /pic/StepperController.X/delay.c | febfaed7a3409872456de4768dbf39eccca6b137 | [] | no_license | lumberbarons/robot | f035b51a014b697e95edb68b0d6f795db228c011 | 09bc7b655db6c55fc512e8fee765fc60d678dd07 | refs/heads/master | 2021-01-22T12:07:37.693605 | 2019-01-26T16:58:57 | 2019-01-26T16:58:57 | 13,884,085 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 231 | c | #include <xc.h>
#include "delay.h"
void delay_10ms(unsigned char count) {
while (count-- != 0) {
__delay_ms(10);
}
}
void delay_s(unsigned char count) {
while (count-- != 0) {
delay_10ms(100);
}
}
| [
"blindstareonline@hotmail.com"
] | blindstareonline@hotmail.com |
fd21e3d64abbd260d5017dbd3194d4424d82713f | 7f4848e52befd71715dab114e5a589a8aba55945 | /IRT/bounding_box.i | 9f5cbb4550e1fd0e09d555b746807559ab74ac58 | [] | no_license | mbrucher/Interactive-RayTracer | e5fa3dff47d8fcf323bbf43e9649415bf85694b8 | f0921acda697668f5dfc2e2103454b3c265ec3c7 | refs/heads/master | 2020-05-20T03:19:59.175378 | 2013-08-13T14:51:44 | 2013-08-13T14:51:44 | 2,927,093 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 257 | i | /* -*- C -*- (not really, but good for syntax highlighting) */
#ifdef SWIGPYTHON
%{
#include "IRT/bounding_box.h"
%}
namespace IRT
{
class BoundingBox
{
public:
IRT::Point3df corner1;
IRT::Point3df corner2;
};
}
#endif /* SWIGPYTHON */
| [
"matthieu.brucher@gmail.com"
] | matthieu.brucher@gmail.com |
d9dbd5fa5dbc34cfe91172d61f6eb6bf93c1f98c | df24fbfa48170b7f13966675f4d2d7554bc48d7d | /gui/utils/smb/des.c | 3dd66d97cda333c543ba11bda5ce783ef4890763 | [
"AFL-3.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | gligli/nulldc-360 | 6bcb7b6a39fdf3de2fdf3d166330b241acb3e947 | 7b0bd50aa4a69e4f19306c9225146106f4387750 | refs/heads/master | 2022-02-22T00:42:25.211999 | 2022-02-11T20:49:56 | 2022-02-11T20:49:56 | 2,581,217 | 22 | 9 | null | null | null | null | UTF-8 | C | false | false | 22,587 | c | /*
* NB - This file is a modified version of one by Eric Young.
* It was modifed by jimmikaelkael <jimmikaelkael@wanadoo.fr>
*/
/* Copyright (C) 1995 Eric Young (eay@mincom.oz.au)
* All rights reserved.
*
* This file is part of an SSL implementation written
* by Eric Young (eay@mincom.oz.au).
* The implementat... | [
"Ced2911@gmail.com"
] | Ced2911@gmail.com |
6d04c61248c68531df671937582d0419663f40d2 | 9d0b1e96ef4f75b04aba84f0f4fea39a1a748bcc | /test/vendor/test-max/check-mcg-16-rxs-m-8.c | dd9a3540f848a2efe8de0b7b7c55b4f7dcd7f9eb | [
"MIT"
] | permissive | Sacode/PcgRandom | 3731e94263d0325aac2cf8761ef954b0bd73f951 | 90a57c9620da083d3a8e9c7bad3ab2b75cce0e8e | refs/heads/main | 2023-07-11T07:44:40.539157 | 2021-08-12T20:15:28 | 2021-08-12T20:15:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,160 | c | #define XX_PREDECLS
#define XX_INFO \
"pcg_mcg_16_rxs_m_8_random_r:\n" \
" - result: 8-bit unsigned int (uint8_t)\n" \
" - period: 2^14\n" \
" - state type: struct pcg_state_16 (%zu bytes)\n" \
" - output func: RXS-M\n" \
... | [
"53196138+zanaptak@users.noreply.github.com"
] | 53196138+zanaptak@users.noreply.github.com |
a178634b7aa64ac97069e8cc3e9b01928d978c05 | 30b7806f8f48c892894d99634152131eaf21b910 | /C_Projects/ft_ssl/src/utils/strings.c | b1ecd86da9a5d87a6c858ed32d2e5497a0aaef59 | [] | no_license | artiom-gesp/42_projects | 2188b4fc48aaa1b2be7e5ebcfd9e4ea611d1fae7 | 32dd441c211c8e86fde2769ce15ed259f761353c | refs/heads/master | 2022-12-11T10:40:04.042851 | 2021-10-31T11:04:31 | 2021-10-31T11:04:31 | 156,675,129 | 1 | 0 | null | 2022-12-08T06:01:45 | 2018-11-08T08:34:13 | Jupyter Notebook | UTF-8 | C | false | false | 1,169 | c | #include "ft_ssl.h"
t_string *allocate_string(t_bytes *output, t_input *input, char *msg)
{
t_string *string;
if (!(string = malloc(sizeof(t_string))))
{
free(msg);
free(output->bytes);
free(output);
ssl_exit("Malloc failed", input, -1);
}
string->str = msg;
str... | [
"artiom@recital.ai"
] | artiom@recital.ai |
332ca55ccae7462a427b2007df11249117c042ae | 8e242d624781b66c3dece9826c9e6bd0b358b59c | /PacsLite/nsincludes/SeqMath.h | 1e6f3c1bfbd01b80142e3407652026337701e7ed | [] | no_license | asianhawk/Legacy | 3b46d89dc0391e7bdb47d17af5142e63b9cd56a4 | ac0e7cbdfade4fa7360e61597a9af49520ba8867 | refs/heads/master | 2020-07-23T09:22:15.206570 | 2015-01-20T17:32:51 | 2015-01-20T17:32:51 | 207,512,160 | 1 | 0 | null | 2019-09-10T09:01:39 | 2019-09-10T09:01:38 | null | UTF-8 | C | false | false | 2,075 | h | // SeqMath.h - header file for math functions for CString objects
// $History: SeqMath.h $
//
//***************** Version 3 *****************
//User: Neil.vaneps Date: 10/10/00 Time: 9:32a
//Updated in $/C++ Code/CheckDgt DLL
//Fixed keyword comment bug.
//
//***************** Version 2 *****************
//User... | [
"tpm777@gmail.com"
] | tpm777@gmail.com |
0fcbbc7156715f86e65c8f3881176e70dde574d9 | 6b287e2f85aba85020111de7283d304841543656 | /SpaceChainOS/spacechainos-base/libsylixos/SylixOS/kernel/core/_KernelStatus.c | 8a2d3f002a7183c77560fb7fae7cf1c42429bb4f | [] | no_license | zz921121/SpaceChainOS | 38d754f495d5986c3f3a9e1afee1234a62b804c0 | cc3beed4bc2043e9129e45c83e6a813cb58ce05f | refs/heads/master | 2021-04-06T10:41:49.310651 | 2018-03-14T13:05:53 | 2018-03-14T13:05:53 | 125,383,594 | 1 | 0 | null | 2018-03-15T14:57:10 | 2018-03-15T14:57:09 | null | GB18030 | C | false | false | 17,417 | c | /*********************************************************************************************************
**
** 中国软件开源组织
**
** 嵌入式实时操作系统
**
** SylixOS(TM) LW : long wing
**
** Copy... | [
"dujinglun@hotmail.com"
] | dujinglun@hotmail.com |
088865ff361d5a5c763661a97cec6423e7f3fb51 | 2262eda9d03d954d0c4728eb99f7b9c8b4aadf28 | /Z-Stack-HA_ZNP备存(含2530和2538合并)/Z-Stack Home 1.2.2a.44539/Components/hal/target/CC2538ZNP/hal_board_cfg.h | 7e5bfb9c02c53f93e8b373bea0df1de342f9ed3d | [] | no_license | Nepenthes/LB_ZIGB_specialZNPprjReEdit | f89b7303df8913c4e4cb265964f6a9434b416ba5 | e27a3346c5668da4b446f63c3d7d5ebbb6d23b03 | refs/heads/master | 2020-03-27T20:17:01.347761 | 2018-12-15T03:26:25 | 2018-12-15T03:26:25 | 147,055,046 | 0 | 0 | null | null | null | null | WINDOWS-1258 | C | false | false | 19,038 | h | /**************************************************************************************************
Filename: hal_board_cfg.h
Revised: $Date: 2014-06-25 18:46:09 -0700 (Wed, 25 Jun 2014) $
Revision: $Revision: 39225 $
Description: Platform-specific definitions for the SRF06EB+CC2538EM
... | [
"1210220779@qq.com"
] | 1210220779@qq.com |
abc1318c55df417f7e382ea7dcde1b9800419411 | 655f0bc363c6ecf7ad992d05bfeb0d70df7eaaf5 | /dbs/src/access/put_tuple.c | 7578e2abfa67da085605e94fa560efabee04adf2 | [] | no_license | OlliL/P8000_Ingres | 8a028afe46da0ec61b4bcda5f4902ec6398e410a | 8e686b697b85a5cc2586d9ed13105cf5b3bd7bf1 | refs/heads/master | 2016-08-12T15:28:03.593103 | 2009-08-13T11:10:05 | 2009-08-13T11:10:05 | 46,439,530 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,929 | c | # include "gen.h"
# include "../h/dbs.h"
# include "../h/symbol.h"
# include "../h/access.h"
char *AAcctuple; /* pointer to canonical tuple */
static char AAccanon[MAXTUP]; /* canonical tuple buffer */
/*
** Put the canonical tuple in the position
** on the current page specified by tid
*/
AAput_tuple(tid, tupl... | [
"lehmann@ans-netz.de"
] | lehmann@ans-netz.de |
436b407752e86d64a3c7c36466fb087150742f27 | 31df562dd5c2517224135dfc353fbeab3442a520 | /host/aes/aes.h | a29158cadbea43516d4864ae264995773c3bf524 | [] | no_license | amirzainol/xillybench | 3f1914542097361694a055d45eace41b432d65a4 | 7272cf73575f24789e4287fe4856f6db5f8a692b | refs/heads/master | 2021-05-31T11:49:02.950349 | 2016-02-21T02:35:54 | 2016-02-21T02:35:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 465 | h |
#ifndef __AES_H_
#define __AES_H_
/* key generate */
int KeySchedule (int, int *);
int SubByte (int);
/* encrypto decrypto */
void ByteSub_ShiftRow (int *, int);
void InversShiftRow_ByteSub (int *, int);
int MixColumn_AddRoundKey (int *, int, int);
int AddRoundKey_InversMixColumn (int *, int, int);
int AddRoundKey (... | [
"troore@gmail.com"
] | troore@gmail.com |
7b24735ed16214d47b5e9d12e7506a3345d8164d | 9e034d4427f663898624f262f52b1a66a632b2c8 | /day_12/harib09b/bootpack.c | b6e67066fb629c8e22400a0b97b50eadd140ab71 | [] | no_license | keita99/30dayOS | dc05d53f0f4ef213f9c73130f2af4e63591026c6 | 13248605276e331f46973298ae8dc0ad770d7a85 | refs/heads/master | 2020-03-25T07:59:41.658835 | 2018-12-27T14:00:09 | 2018-12-27T14:00:09 | 143,592,279 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,739 | c | #include "bootpack.h"
void make_window8(unsigned char *buf, int xsize, int ysize, char *title);
void HariMain(void)
{
struct BOOTINFO *binfo = (struct BOOTINFO *) ADR_BOOTINFO;
char s[40], keybuf[32], mousebuf[128];
int mx, my, i;
struct MOUSE_DEC mdec;
unsigned int memtotal, count... | [
"keita00@gmail.com"
] | keita00@gmail.com |
f081d1fe37ff209d43fa4bb8cb037170afd4b324 | 3b0fbda1a633b3436cbe94316724fdf4d4bac0d1 | /verification/asm-env/selfasm/test_macros.h | 778dc82c456a27fa164664b84e5a760518ea9bf9 | [
"Apache-2.0"
] | permissive | JakeStevens/RISCVBusiness | b0b27b7a4ca2f140f011d820cfca8bce8e0945ce | 74b95f933578c9ef060212d964d4ed8d7731252e | refs/heads/master | 2021-08-14T07:27:29.828449 | 2020-02-14T15:40:42 | 2020-02-14T15:40:42 | 57,341,782 | 7 | 6 | NOASSERTION | 2021-08-07T02:42:42 | 2016-04-29T00:06:45 | SystemVerilog | UTF-8 | C | false | false | 17,194 | h | // See LICENSE for license details.
#ifndef __TEST_MACROS_SCALAR_H
#define __TEST_MACROS_SCALAR_H
#-----------------------------------------------------------------------
# Helper macros
#-----------------------------------------------------------------------
#define TEST_CASE( testnum, testreg, correctval, code...... | [
"steven69@purdue.edu"
] | steven69@purdue.edu |
7c2e2ae3733aaf487141cd20f96cd2f8a20a8792 | 9019cf8fb001fd1a82a387215381e415d9a0223d | /pset4/filter/helpers.c | 0bbee20c218d33e70f8dedb90e583ee6778062a7 | [] | no_license | Henrijian/CS50 | 6289b981f3f02e6ba11a80e112ece3ebc0096612 | 808678597c574f94f61fbb92228720b152cb4976 | refs/heads/master | 2022-12-02T21:35:42.364921 | 2020-08-23T10:03:26 | 2020-08-23T10:03:26 | 270,244,844 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,164 | c | #include "helpers.h"
#include <math.h>
#include <stdlib.h>
// Convert image to grayscale
void grayscale(int height, int width, RGBTRIPLE image[height][width])
{
for (int y = 0; y < height; y++)
{
for (int x = 0; x < width; x++)
{
RGBTRIPLE *pixel = &image[y][x];
BYTE gra... | [
"henrijian@gmail.com"
] | henrijian@gmail.com |
6df4512d45a16ea0531593302e925e6b818db793 | 1cb8043d2ec02e520266097fa11ccd7df479abec | /shell.c | 2bcf501d5ef353637093af096d66124eea0adf83 | [] | no_license | RPitta/Linux-Minishell | 022f9645f0eb601c19cc9f012102a044eff2179a | b8fd8b8e8615f3455b41f4b6d6b5b1532f463f5a | refs/heads/master | 2020-05-16T14:56:55.672335 | 2019-04-26T00:50:05 | 2019-04-26T00:50:05 | 183,117,328 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,092 | c | #include <stdio.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <stdbool.h>
char *remove_quotes(char *s)
{
char *new_arg = (char *) malloc(strlen(s));
char c;
int i = 0;
while ((c = *s++) != '\0')
{
... | [
"rodrigo.pittar@gmail.com"
] | rodrigo.pittar@gmail.com |
2f378fa76480f2fc5df7511414aeec04a774bc99 | 4ef3c43bc8f21dd22f6e47961e4de35fada3892c | /src/datagram.c | 7acd63d60a2503936433a80aee9714add75230e7 | [] | no_license | samber/raw-ip-udp-sockets-chap | f9215c3a5c03c3eead9efefa5558e380a421cee2 | 0215d540e8a5e584b7210dee4a8735058b29f9ee | refs/heads/master | 2020-05-30T06:09:40.933530 | 2019-05-31T10:23:27 | 2019-05-31T10:23:27 | 189,574,482 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,803 | c |
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <arpa/inet.h>
#include "mychap.h"
void print_datagram_info(const struct t_data *datagram, const struct t_data *data)
{
if (CHECK_LOG_LEVEL(ll_debug))
{
printf("Layers lengths\n\t=> lvl4 ipv4 header: %ld\n\t=> lvl4 udp header: %ld\n\t=> ... | [
"dev@samuel-berthe.fr"
] | dev@samuel-berthe.fr |
734347c9eaed3039c5368f96dbda51832abb9376 | 9afbe91cfc325dd3c358f84697b15d739cefc71f | /Lista 6/E04.c | fb81ec00325ee9fa87f10f3618b3bd13a8ac625e | [] | no_license | fernandomaraujo/Exercicios-C | 17c85f5f8c3abf87cde796e157b994a66c417f72 | f147725a2b504987781edf119832c1c878b2d45f | refs/heads/master | 2020-07-26T12:32:50.015763 | 2019-12-09T00:45:18 | 2019-12-09T00:45:18 | 208,644,545 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 834 | c | #include <stdio.h>
/* QUESTÃO 04:
Faça um programa que leia
um número inteiro N e informe se o
mesmo é ou não primo.
Nota: um número é dito primo quando for
divisível apenas por 1 e por ele mesmo. */
// Não entrando no mérito se 1 é ou não primo
void main() {
int i, num, cont=0;
printf("I... | [
"noreply@github.com"
] | fernandomaraujo.noreply@github.com |
e9bb095f76ce78718ae2c4e0b41cf875d6e764ce | d487b00ce4dc62d2989ea55f42ded0819aabf0b5 | /include/sage.h | 9b956cb59e1c8ad6419db486e3fb87b86ce5315b | [] | no_license | lygood2007/sage_imageviewer | 90243f382e0c94ccc6bb417f8097c9699c5f17a4 | c32218ed29257fe31c12f99c12a620bd400efcf2 | refs/heads/master | 2020-05-29T21:55:29.929876 | 2013-04-24T05:39:42 | 2013-04-24T05:39:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,028 | h | /******************************************************************************
* SAGE - Scalable Adaptive Graphics Environment
*
* Module: sage.h
* Author : Byungil Jeong
*
* Copyright (C) 2004 Electronic Visualization Laboratory,
* University of Illinois at Chicago
*
* All rights reserved.
*
* Redistribut... | [
"developer@manager.(none)"
] | developer@manager.(none) |
6b96f082424a28f0980cf93bbe59f0fddd672b87 | c263d3e078b5d9e22ec27dd9c30b1443509ee381 | /mcreceive.c | b39858c38de45a3d3eefb553aa4a6c10a17b3ab1 | [] | no_license | TranPhu/Lab411-Phone | 4ed0610a4b20e18710c140b2358f67733779239a | 8c74c290f242156d1c80c0439c01741e9dadf935 | refs/heads/master | 2021-01-20T07:46:28.251671 | 2015-07-30T08:34:28 | 2015-07-30T08:34:28 | 39,939,616 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,958 | c | #include <sys/types.h> /* for type definitions */
#include <sys/socket.h> /* for socket API function calls */
#include <netinet/in.h> /* for address structs */
#include <arpa/inet.h> /* for sockaddr_in */
#include <stdio.h> /* for printf() */
#include <stdlib.h> /* for atoi() */
#include <string.h> ... | [
"phutran@hust.(none)"
] | phutran@hust.(none) |
8a170d5d8faa98275677e3a53c05034ebe45f2f0 | a577f67064dc7b6ef7a3bc140fae8235c47379c2 | /CP/examen1.c | ec0298d8bca4688f51b75ed7982a02769e1aec8f | [] | no_license | Lazyapply/umh | c32ef55b4fa418a484bb015ff2596388318c0f4d | dc7e614dd3fb5c5ab272575e81b2bed63bf89b81 | refs/heads/master | 2021-01-15T09:38:46.243898 | 2015-06-11T21:39:44 | 2015-06-11T21:39:44 | 24,841,864 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,108 | c | #include <stdio.h>
#include <stdlib.h>
#include <mpi.h>
#define tamVector 12
int main(int argc, char *argv[]){
int i, j, myrank, nproces, resultadoParcial, resultadoTotal, tbloque, aux;
double *vector1, *vector2;
MPI_Status status;
MPI_Init(&argc, &argv);
MPI_Comm_size(MPI_COMM_WORLD, &nproces);
MPI_Comm_... | [
"lazyapply@gmail.com"
] | lazyapply@gmail.com |
eb90a6fd68397a17c4b9323b2174f5f3a6b10978 | 10e64f8dca0b596b339169f80c8706edb51eed9f | /linux-devkit/sysroots/armv7ahf-neon-linux-gnueabi/usr/share/ti/ti-linalg-tree/packages/ti/linalg/blis/frame/3/hemm/3m/bli_hemm3m.c | 7572799e02905d952a6bca81cc806c8d156953e1 | [
"BSD-3-Clause"
] | permissive | wangy2000/LeezBoard_TI5708 | 264cea03d04402cf14714e35f1ca9efd4a1ef7cb | 1c0e92c5b61de16f8d8aeb86852c9d53ed99ac58 | refs/heads/master | 2020-06-16T22:01:26.340391 | 2019-04-23T13:21:54 | 2019-04-23T13:21:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,901 | c | /*
BLIS
An object-based framework for developing high-performance BLAS-like
libraries.
Copyright (C) 2014, The University of Texas at Austin
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
- Re... | [
"82796620@qq.com"
] | 82796620@qq.com |
d193c2e696dc5483a801ec089efa8b29c2fa08f9 | 90ff002d3f20fe2b6dc721981619a15db543b287 | /Library/Software Platform/platform/fpga/processors/cnios/src/pal_cnios.c | f4be7715e95077cfab3ab6d456540123edab5f72 | [] | no_license | YagaLab/AD | f5b2fe93bb797b12c51debf830c3d1f077a8247b | 4becd26e677f347abf223a6ea81249ddcddf0667 | refs/heads/master | 2023-03-31T01:22:43.872694 | 2014-05-03T08:30:38 | 2014-05-03T08:31:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,548 | c | #include <time.h>
#include <pal.h>
#include "pal_cfg.h"
bool pal_architecture_interrupts_init( void )
{
pal_architecture_interrupts_disable();
pal_architecture_interrupts_set_mask(0);
nios_set_vectored_interrupts();
nios_extract_vector_table();
return true;
}
#if ( (__TIMERS__ > 0) || (__POSIX... | [
"sanya.gordejchik@gmail.com"
] | sanya.gordejchik@gmail.com |
66093d5ceab60073e83c3b1833ce6f38804498b5 | 168d7fdc74788cd4589c1f6f8c11b9f0a0bdc7e8 | /fibonacci.c | f0469fb89a74063bf74b69b9f97ee584f1e67f60 | [] | no_license | ravi-indurkar/misc | f373d407eff52766f63ac4274dcefe643dc21b25 | 6c45d190acc89867927294e294797bff3eee97d9 | refs/heads/master | 2021-01-19T09:21:55.328378 | 2017-04-10T01:28:35 | 2017-04-10T01:28:35 | 87,752,374 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 623 | c | #include <stdio.h>
int fibo_sum( int inp)
{
if (inp==0) return 0;
if (inp==1) return 1;
return ( fibo_sum(inp-1) + fibo_sum(inp-2) );
}
void fibo_print_series( int inp)
{
int sum_to_print, tmp;
if (inp == 0) {
printf("0 ");
return;
}
if (inp == 1) {
printf("1 ");
return;
}
... | [
"noreply@github.com"
] | ravi-indurkar.noreply@github.com |
74cdecc7090905a4934992ced013e5bffec9118c | 5371007361193bca91d0737722a3c584faddcddf | /extra/nftrack/nftrack.c | 6ffcd234fa83b122d029721aaa806227fb6720f0 | [
"BSD-3-Clause"
] | permissive | beave/nfdump-1.6.10p1-sagan | 314197310a77354e51ddec68f62acd4c5f8d619f | 985adc9f432324e8289e942204618b4affa9461a | refs/heads/master | 2021-01-10T20:25:39.681376 | 2014-02-05T07:59:26 | 2014-02-05T07:59:26 | 14,728,524 | 2 | 4 | null | null | null | null | UTF-8 | C | false | false | 14,059 | c | /*
* nfreplay : Reads netflow data from files saved by nfcapd
* and sends them to another host.
*
* Copyright (c) 2004, SWITCH - Teleinformatikdienste fuer Lehre und Forschung
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted... | [
"cclark@quadrantsec.com"
] | cclark@quadrantsec.com |
0be0345f602867969a0e38185513887339bcd5ac | 5ac52675daa984d9299a211765a29e078efd2271 | /proj_v2_allphase+verified/impl/proj/isim/tb_all_phase_isim_beh.exe.sim/work/m_08531643148410067382_4279713327.c | 5e5b2e70f7a9e262a0fac7c7b4a71e78773eed26 | [] | no_license | zalzate64/USBL-Acoustic-ACSM | 489b8fe38ad18a7a2a67a26ab13bc038e473557d | aaa8a675597be3c9ad45ea5b899718c891bdc1d8 | refs/heads/master | 2023-06-07T04:12:10.058767 | 2021-06-28T18:02:03 | 2021-06-28T18:02:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 31,247 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"up201503979@fe.up.pt"
] | up201503979@fe.up.pt |
91ff3d1110dd26fd242b7a4136c3d527d92e456a | 0f829356c72b52bc3673bec6cea6bbac82635398 | /src/sample/io_sample/RTC/Comparator/main.c | 92150e954590401f591ff353bb176b5ab26adc71 | [] | no_license | GeFengthe/RTL8762 | 7e20c4119c7803d6fbce522ce33a5ac64974b65a | f80ae6a2362d986a3d69c764ca1cda3ec39155c5 | refs/heads/master | 2023-02-28T13:57:39.275288 | 2020-09-20T12:19:54 | 2020-09-20T12:19:54 | 326,729,779 | 9 | 4 | null | null | null | null | UTF-8 | C | false | false | 3,138 | c | /**
*********************************************************************************************************
* Copyright(c) 2018, Realtek Semiconductor Corporation. All rights reserved.
**********************************************************************************************************
* @file ... | [
"876671579@qq.com"
] | 876671579@qq.com |
94978fa0e033f6ac830cef20ad1436d83f4b05de | b3207a80c82e01417eeacd06c990ca2d20801ea2 | /C/BeginerSeries/Subeen/2nd_Part/1_ComputerMemory/1-1.c | 1b5ae86eb2be379fcc0b85c326a5799fe960cd17 | [] | no_license | mahirx/twinparadox | e987d7d9bf5cb4e552b43532f01bcc6ab7bf70a7 | d976a9cbce1e1d3839dee4cbf2d9a20c48cd685f | refs/heads/master | 2023-05-20T04:09:22.987684 | 2021-06-09T19:18:54 | 2021-06-09T19:18:54 | 330,923,774 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 158 | c | #include <stdio.h>
int main(int argc, char const *argv[])
{
for (int i = 33; i <= 126; i++)
{
printf("ASCII code for %c is %d\n", i, i);
}
return 0;
} | [
"60250437+mahirx@users.noreply.github.com"
] | 60250437+mahirx@users.noreply.github.com |
823d8a16503d6d1884e46f9a41c8505ebf1d04ca | cb93f9578bc8798230014adbea26df956f3b2778 | /Modelo de examen 1/ac_getFunciones.h | 4d26e5c136461a3b72be15509fb1eea88e6e356f | [] | no_license | acoria1/acoria_PrimerParcial_LAB1 | 1942e032bf2840189a9172f7445cfae4dccf0b5c | ac54b875fc704831b52447a70636a2ceef588de7 | refs/heads/master | 2022-06-21T10:32:35.865463 | 2020-05-13T15:11:54 | 2020-05-13T15:11:54 | 263,085,182 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 4,311 | h | #ifndef AC_GETFUNCIONES_H_INCLUDED
#define AC_GETFUNCIONES_H_INCLUDED
/** \brief ac_getInt Pide integro por consola dentro del rango especificado,lo guarda en una variable, y retorna 1. Si se supera el numero maximo de intentos, no guarda nada en la variable y retorna -1.
*
* \param Direccion de memoria de variable ... | [
"agusignaciocoria@gmail.com"
] | agusignaciocoria@gmail.com |
4a36c2523a8501a56c23377488b86c338c977bb1 | 488378d66dfb12d3292886b160243aa24e27c420 | /linux-3.16/arch/powerpc/include/asm/eeh.h | fab7743c2640d565d5689f1cff06aa3dddbe0aa9 | [
"GPL-1.0-or-later",
"Linux-syscall-note",
"GPL-2.0-only",
"Unlicense"
] | permissive | jj1232727/system_call | 3ec72bdecad15a43638cc5eb91ba1ae229d651bb | 145315cdf532c45b6aa753d98260d2b1c0b63abc | refs/heads/master | 2020-08-11T13:56:16.335620 | 2019-10-12T11:12:53 | 2019-10-12T11:12:53 | 214,575,269 | 0 | 0 | Unlicense | 2019-10-12T04:06:22 | 2019-10-12T04:06:22 | null | UTF-8 | C | false | false | 13,786 | h | /*
* Copyright (C) 2001 Dave Engebretsen & Todd Inglett IBM Corporation.
* Copyright 2001-2012 IBM Corporation.
*
* 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 of the L... | [
"jj1232727"
] | jj1232727 |
cc0fc612fbdae1f66bdb828cdbe0bdc371e02df0 | 9f55a0c7b5fae64fc15cf69fe7ac5e4179478707 | /dfs+bfs/stk.h | 42ea2cd4e89c0e0520419d1b0f54e697466a472b | [] | no_license | stislav73/3sem | a7e2018f5c503da0cc9e6889bf6b14e6d3e9360a | 7855894ad5d21878eae3bd60d38e1b12db0c7726 | refs/heads/master | 2020-06-10T08:51:56.126997 | 2016-12-08T10:46:54 | 2016-12-08T10:46:54 | 75,978,075 | 0 | 0 | null | 2016-12-08T21:50:08 | 2016-12-08T21:50:08 | null | UTF-8 | C | false | false | 336 | h | #define MAX_STACK_SIZE 100
typedef int Data;
enum Errors {
EMPTY_STACK = -133,
};
struct Stack {
int pointer;
Data array[MAX_STACK_SIZE];
};
int is_empty(struct Stack *stk);
struct Stack *create_stk();
Data pop(struct Stack *stk);
void push(struct Stack *stk, Data data);
void print(struct Stack *stk);
Data top(stru... | [
"lobsterdak@ya.ru"
] | lobsterdak@ya.ru |
68eacd3745ff402479aea22f27c2194572011847 | 4fd20a60aaf1a7007d7b6d844ba722c638cc2486 | /solutions/03-pgtbl/kernel/vm.c | b369c1006ca27dec16c5fb617d35063b669df6db | [] | no_license | EFanZh/xv6-labs-2020 | 224867ff236e395feef7fd4f23b27e4776efa6e2 | aa2638dc987eaed5cb17e3b253119ab1ffa33643 | refs/heads/main | 2023-06-26T07:24:08.046115 | 2021-08-01T09:44:14 | 2021-08-01T09:44:14 | 339,421,029 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,768 | c | #include "param.h"
#include "types.h"
#include "memlayout.h"
#include "elf.h"
#include "riscv.h"
#include "defs.h"
#include "fs.h"
#include "spinlock.h"
#include "proc.h"
/*
* the kernel's page table.
*/
pagetable_t kernel_pagetable;
extern char etext[]; // kernel.ld sets this to end of kernel code.
extern char tr... | [
"efanzh@gmail.com"
] | efanzh@gmail.com |
4e876c23ee713b93aec24438dcf6171e80ca872e | 9530b55fcfac084eb6a20814dc1d3c37372b4657 | /the_entitytainer_2.h | 0ef804ec6f11410bcda3b582d26fe6820114987a | [
"LicenseRef-scancode-public-domain"
] | permissive | Srekel/the-entitytainer | 94ce2bfba4b3b689aa56d450eaa18cc89a98f382 | 7fe725e1691fcd288726d639d996e8076a1348b9 | refs/heads/master | 2023-01-07T21:57:00.822629 | 2020-11-13T09:07:01 | 2020-11-13T09:07:01 | 110,250,613 | 37 | 2 | null | 2020-10-17T11:50:32 | 2017-11-10T13:35:18 | C | UTF-8 | C | false | false | 23,438 | h | // /* clang-format off */
/*
the_entitytainer_2.h - v0.01 - public domain - Anders Elfgren @srekel, 2017
# THE ENTITYTAINER
A single header library for managing entity hierarchies.
Basically a multimap (not really) implementation in C, aimed at game development.
Its main purpose is to keep track of hierarchies of ... | [
"anders@warpzonestudios.com"
] | anders@warpzonestudios.com |
267e035efe9ac5317a7da76fb81fec8f940d548c | 16a76ee66d9b2f59c9beee4a4a0e104ce347e32a | /from_decompile-it.com/elinks/ia32_elf_from_website/by_decompile-it.com/src/osdep/newwin.c | 196379bb064e6d57b5c80d570d8dd14492e22286 | [] | no_license | rfalke/decompiler-subjects | 4cee3263fa9116285b4bc4b6373efd2e4efa925f | 7187fa93b285c32325826eecd0128e907a28809b | refs/heads/master | 2023-08-10T08:24:27.198393 | 2023-07-28T19:44:41 | 2023-07-28T19:44:41 | 3,725,678 | 41 | 12 | null | 2023-03-15T16:14:41 | 2012-03-15T06:01:36 | null | UTF-8 | C | false | false | 1,823 | c | #include "newwin.c.h"
struct open_in_new open_in_new[4] = { { 2, "x-terminal-emulator -e", "~Xterm" }
, { 32, "twterm -e", "T~wterm" }
, { 4, "screen", "~Screen" }
, { 0, 0, 0 }
};
int can_open_in_new( struct terminal *term )
{
int eax;
int ecx;
int possibilities = 0;
do
{
possibilities = ( possibilities... | [
"rfalke-decompilersubjects@kronotai.com"
] | rfalke-decompilersubjects@kronotai.com |
57ebc1d63224b446bc31cff94acd7724f3034f5d | c47f14605a2b2fa5405a3d90c82ac13d6e101102 | /0x13-more_singly_linked_lists/6-pop_listint.c | c058f8c97a1e71df61e092cd3b8cab1bda0a4487 | [] | no_license | nikolasribeiro/holbertonschool-low_level_programming | 4128a4b1c803af24a91ef27be3e386c6cf6f622b | a4d0ca1b2fdadcc2d149c6702661066120c85984 | refs/heads/master | 2023-04-10T21:37:17.824909 | 2021-04-20T20:30:06 | 2021-04-20T20:30:06 | 296,019,729 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 341 | c | #include "lists.h"
/**
* pop_listint - function that deletes the head node & returns its data
* @head: pointer to a pointer
* Return: n, head's data
*/
int pop_listint(listint_t **head)
{
int n;
listint_t *temp;
if (*head == NULL)
{
return (0);
}
temp = *head;
*head = temp->next;
n = temp->n;
free(t... | [
"nikolasribeiro2@outlook.com"
] | nikolasribeiro2@outlook.com |
64372828b8ff3f6029964fd6df0bd2b1690672de | db13e357bb00cb5eb399416f636d4d9713822972 | /fsw/cfe-core/src/es/cfe_es_mempool.h | 247d651103806e8b778e3a80bc5b3d5b13c6d26d | [
"Apache-2.0"
] | permissive | BelmY/cFE | 9ff8d1bf203b42248f705bff94cc5fa18ef55ef5 | fcaa1d0c6b9e8244b071b8cafc765078680e24b4 | refs/heads/main | 2023-03-01T00:52:49.565810 | 2021-01-28T16:04:14 | 2021-01-28T16:08:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,568 | h | /*
** GSC-18128-1, "Core Flight Executive Version 6.7"
**
** Copyright (c) 2006-2019 United States Government as represented by
** the Administrator of the National Aeronautics and Space Administration.
** All Rights Reserved.
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not us... | [
"joseph.p.hickey@nasa.gov"
] | joseph.p.hickey@nasa.gov |
0168958de071d178f7996a3f420e13de79487d52 | 56da7d3690277bfa0efa41550cff7ff9a4857441 | /targetprocess/victim.c | 361d02cf0c3c0307733d05bdb87604bdcafe3d7c | [] | no_license | haoyaogang/Inject-1 | 2721e8a7db898c979a8eb760b34b4c841d94b4a4 | 37f664875a3f221e686cb8720995358316269dcc | refs/heads/master | 2020-03-21T21:51:40.148802 | 2016-08-23T11:48:57 | 2016-08-23T11:48:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 222 | c | #include<stdio.h>
#include<unistd.h>
#include<dlfcn.h>
int main()
{
int i;
void* handle;
handle=dlopen("libdl-2.19.so",RTLD_LAZY);
for(i=0;i<10000;i++)
{
printf("[+]---call process %d\n",i);
i++;
sleep(3);
}
}
| [
"1483943306@qq.com"
] | 1483943306@qq.com |
998005d2f1b0f38abc73fd40c6610371d39601c8 | b079f7c21ceaa27412249936bc4140d6ae2b86e7 | /src/include/reef/debug.h | 672fa5bf3e5bd697058ef19890c8cc0ff32c810a | [
"BSD-3-Clause",
"MIT"
] | permissive | dgreid/sound-open-firmware | fb23bcf859f8bd5175b9af792eec81894e681b4e | 19e48c5fe28560e78bf600ca430afbd3d86a24c0 | refs/heads/master | 2020-03-13T02:21:10.173616 | 2018-03-15T14:30:29 | 2018-03-15T14:30:29 | 130,922,864 | 1 | 1 | null | 2018-04-24T23:00:18 | 2018-04-24T23:00:18 | null | UTF-8 | C | false | false | 5,047 | h | /*
* Copyright (c) 2016, Intel Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of co... | [
"liam.r.girdwood@linux.intel.com"
] | liam.r.girdwood@linux.intel.com |
fab091d2c6968a75521eb046708e3582f47ff2b4 | 2b2d57edc9c6b11d572ce6a11a378b2c6cbab45e | /DSK6416/CCStudio/tutorial/dsk6416/hostio2/hostiocfg.h | 02ba6af0f48eecd4bb3a5a72d94db4c3cb61ba76 | [] | no_license | rafaelfrc/DSP_DSK6416 | 5c7420b888d9860be604ddae5b1b6990d62893e0 | ca23527bdbc643257cd51736f40ff75a9ea5781e | refs/heads/master | 2021-05-02T08:37:11.219729 | 2018-02-22T02:00:01 | 2018-02-22T02:00:01 | 120,807,118 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 762 | h | /* Do *not* directly modify this file. It was */
/* generated by the Configuration Tool; any */
/* changes risk being overwritten. */
/* INPUT hostio.cdb */
#define CHIP_6416 1
/* Include Header Files */
#include <std.h>
#include <hst.h>
#include <swi.h>
#include <tsk.h>
#include <log.h>
... | [
"rafaelfrc@users.noreply.github.com"
] | rafaelfrc@users.noreply.github.com |
639618ebca4ff87786dc15a9b3eae88cbeaa05e8 | 907158726420f632683493dc4e863e54a8b4054c | /llcf_src_vw/src/drivers/mscan/mscan_proc.c | b3ea2666c573ef4e602bcf232ee95cd23c0c1b76 | [] | no_license | xerootg/llcf | 9f69af3f1c1d70805ea99e3524e69b672bdccf1d | 9565eaab6eaf7af5ea3dbf094d05d0bc252e15f3 | refs/heads/master | 2020-08-06T10:47:55.154973 | 2015-12-15T19:33:25 | 2015-12-15T19:33:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,677 | c | /*
* $Id: mscan_proc.c,v 1.1 2006/03/09 13:17:16 hartko Exp $
*
* mscan_proc.c - Motorola MPC52xx MSCAN network device driver
*
* Copyright (c) 2002-2006 Volkswagen Group Electronic Research
* All rights reserved.
*
* Copyright (c) 2003 Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* Copyright (c) 2... | [
"vikas.agrawal@iao.fraunhofer.de"
] | vikas.agrawal@iao.fraunhofer.de |
5bde8aed72fc5aebd3185e2930f840a4698caa2c | b1cf192e8aea4e2c98010dd54f06a374a6f94262 | /ser.c | 3e55817e19b9b9d59056361ae89cfa4c5fc6487e | [] | no_license | BillowJ/C-S-Server | 564153f82fb492a9e62267d182efdb2280d24e80 | 425bb24e8985aeebc189c9eb30fb3f73e09fb75d | refs/heads/master | 2022-04-23T12:58:58.138574 | 2020-04-21T07:30:01 | 2020-04-21T07:30:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,586 | c | #include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <arpa/inet.h>
#include <ctype.h>
#include <strings.h>
#include "wrap.h"
#define SERV_PORT 8880
int main(void){
int lfd, cfd;
pid_t pid;
struct sockaddr_in serv_addr, clie_addr;
socklen_t clie_addr_len;
lfd = socket(AF_INET, SOCK_S... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
bf8f286c81a284d64f770aa1ca9725aa3197d410 | 253f1be75f3c71d2d2d28e62b86d40e52066b49b | /app/src/main/cpp/include/freetype2/freetype/ftbitmap.h | 0632f6738c27a5499b9625bda9b311d8928becca | [
"Apache-2.0",
"MIT",
"BSD-3-Clause"
] | permissive | diux-dev/rosettadrone | 6a51f1181865666d056fbab6778ccbff9282fdef | 7ff68c07221f12d97dc4a27402d6bd874b18a28d | refs/heads/master | 2023-03-05T04:05:18.420379 | 2023-02-22T23:58:32 | 2023-02-22T23:58:32 | 125,117,089 | 100 | 60 | BSD-3-Clause | 2020-02-28T15:14:10 | 2018-03-13T21:29:51 | C | UTF-8 | C | false | false | 13,459 | h | /***************************************************************************/
/* */
/* ftbitmap.h */
/* */
/* Fr... | [
"markj@diux.mil"
] | markj@diux.mil |
22fa9713d29dd578fa391ace51da8edf19ef37e6 | fe3864d73b46968a6a623b14bae302a7355edde0 | /omp2cd-master3/darts-x86/example/GpuTest/StencilCuda2D/StencilCuda2D_5Points/StencilCuda2.3.3.1/backup/20171130/stencil.h | 5c651465c6d6086c815275d9fe652b77889baabe | [
"BSD-2-Clause"
] | permissive | gengtsh/darts-heterogeneous | 7be505670399d2ae84a16385291a8407467e40e3 | cc88abc4631bd63fe10cf8441ab75e03fd7560b3 | refs/heads/master | 2021-06-14T02:55:35.120718 | 2019-10-09T06:08:25 | 2019-10-09T06:08:25 | 112,676,703 | 0 | 1 | null | 2017-12-06T00:08:06 | 2017-12-01T00:40:22 | C++ | UTF-8 | C | false | false | 3,190 | h | #ifndef STENCIL_H_GUARD
#define STENCIL_H_GUARD
//#define VERIFICATION
#define CUDA_DARTS_DEBUG
#define CUDA_ERROR_CHECKING
//#define CUDA_CUDA_DEBUG
#ifdef __cplusplus
extern "C"
{
#endif
#define KB 1024
#define MB 1024*1024
#define XMB 10*MB
//#include "util.h"
#define SWAP(type,left,right) do { \
type tmp ... | [
"tgeng@uci.edu"
] | tgeng@uci.edu |
0674e5acb9e9f9769ac6dfc52f49f7729e1d3085 | bfc28ceec93416c1e4fcc938c25d64130a9762a3 | /project_wifi/boards/twrk24f120m/rtos_examples/freertos_dspi_pir_emergency_fota/board.h | c1153c493fda101208849b0f7b9436811d95b3b6 | [] | no_license | ywtgogo/sd_mk24n256 | 857978d8e63eec6c9bc29475e1845c80be5d56c9 | a4e572f1db8b73e2dfec0012fe12626abff0840c | refs/heads/master | 2021-01-02T22:59:39.165914 | 2017-08-05T16:08:41 | 2017-08-05T16:08:41 | 99,433,215 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 23,399 | h | /*
* Copyright (c) 2015, Freescale Semiconductor, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice, this list
* of... | [
"ywt454444606@gmail.com"
] | ywt454444606@gmail.com |
8a5c0ce8b408923e0d81492b4fa401e1dbed1e5d | 3fcf9e5b6130c91e8d2f241327b4034bf4ed0ed7 | /freq5.c | 96ed32ec99167173baea337a452756f263bb804a | [] | no_license | zhuli2/DNASubstringFrequency | 4ef3c874d88e0a989821d594e5dcb2c9f2eb7c97 | 447cec8dd2bf4472083950ee409f05a59149f0f4 | refs/heads/master | 2021-07-13T03:01:54.500399 | 2017-10-16T04:04:09 | 2017-10-16T04:04:09 | 107,076,535 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,922 | c | #define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <string.h>
#include <dirent.h>
#include <dirent.h>
#include <getopt.h>
#include <sys/time.h>
//DNA char includes "A", "C", "G", and "T".
//If a substring length is 5, then max number of ... | [
"noreply@github.com"
] | zhuli2.noreply@github.com |
3b3b92ce32fefd76814100fbc2764f44c8bf0baa | 433192685e5d2fb81754e42fc93809fb8673ccae | /CalmaGerkon/Firmware/main.h | 972d2badc421404b30736da97313f57b5f318cb3 | [] | no_license | Kreyl/Calmari | f34566c08233bd0adf8825c32178b06ce5a6b682 | 7bdb2f1e4c7956266d9ccfe50306d73980ce50b4 | refs/heads/master | 2016-09-05T13:49:40.261456 | 2015-08-08T13:50:39 | 2015-08-08T13:50:39 | 40,264,654 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,220 | h | /*
* File: main.h
* Author: Kreyl
*
* Created on April 11, 2011, 7:38 PM
*/
#ifndef MAIN_H
#define MAIN_H
#include <stdbool.h>
#include <avr/io.h>
// =================================== PWM =====================================
// Pins
#define PWM_P PB1
#define PWM_SET(APWM) OCR1A = APWM
// Timings
... | [
"laystoll@yandex.ru"
] | laystoll@yandex.ru |
b2285de737ce7509a467e96c91d7051c5af87e2e | 9dc8b5ab8562d804e6c2c9ba8fa648cd1b5cbc04 | /ub_lib/stm32_ub_usb_cdc.c | 28a22469cedc559e87708876c5cc8e2a5defa414 | [] | no_license | x893/STM32F429i-Disco_OSC | 8799027bc570290109f78c715daf4652205bb6d3 | 2dcb18504f83d4906df9859e361b18fa70ef74de | refs/heads/master | 2021-01-15T09:42:07.195230 | 2014-12-25T03:03:02 | 2014-12-25T03:03:02 | 28,301,034 | 0 | 1 | null | null | null | null | ISO-8859-1 | C | false | false | 6,102 | c | //--------------------------------------------------------------
// File : stm32_ub_usb_cdc.c
// Datum : 02.11.2013
// Version : 1.1 (Anpassungen wegen SUMP-Protokoll)
// Autor : UB
// EMail : mc-4u(@)t-online.de
// Web : www.mikrocontroller-4u.de
// CPU : STM32F429
// IDE : CooCox CoIDE 1.... | [
"x893.00@gmail.com"
] | x893.00@gmail.com |
d9484e9489fc20ea4e589e60141bd8577185af8b | 514eb84c5c1c5abe492f6444752f62f6cadf5034 | /tests/live_out.c | ffca49687ec036383dc18b1add5b96de863c06a6 | [
"Unlicense"
] | permissive | rohitjha/SimpleC2CUDA | 8fb55ef08c771ce50de4742ba49b15ba0cbee648 | 346d0466748ba914e231800f89ea0cb2e3b3eff9 | refs/heads/master | 2021-01-10T04:25:08.352440 | 2017-02-12T07:58:25 | 2017-02-12T07:58:25 | 52,712,075 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 393 | c | #include <stdlib.h>
/* Check that a write access is not removed from the live-out
* accesses only because a strict subset of the (potentially)
* accessed elements are killed by a later write.
*/
int main()
{
int A[10];
A[1] = 0;
#pragma scop
int i = 1;
i = i * i;
A[i] = 1;
A[0] = 0;
#pragma ends... | [
"r1jha@ucsd.edu"
] | r1jha@ucsd.edu |
e0854369d5c3a6fa598fa33ba3d59c666a04f0c5 | 6a2a81f86c9c7e3cbd0af1f96642fc5497da93eb | /mcget.c | a3e8de892f1c198e62a21580508a279ba7159682 | [] | no_license | nazdtaylor/Systems | 386feb8be17cdad658c347e7a3dc1e35d227aa48 | 5826c28c531cc4e104732ebb137f7dce3d62c095 | refs/heads/master | 2021-04-03T14:01:48.746744 | 2018-03-14T16:16:54 | 2018-03-14T16:16:54 | 125,242,724 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,829 | c | // Naz Taylor
// CS 485
// PA5
#include "../csapp.h"
#include "../mycloud_server.h"
#include "mycloud_library.c"
int main(int argc, char** argv){
// Initialize variables
char MachineName[MACHINE_NAME_SIZE];
char Filename[FILE_NAME_SIZE];
unsigned int TCPport;
unsigned int SecretKey;
int hostLen;
int nameLen;
... | [
"nazdtaylor@gmail.com"
] | nazdtaylor@gmail.com |
0850394c96daba78f2ca14f32200b786a3fbcda8 | c5ee390344aa72c730ca27eff709edc046081061 | /nitan4/d/xiangyang/east_out2.c | 8a727748c58b0de8d7419729f8ec9f3f4c8fca8a | [] | no_license | DoubleIce/Mud_NitanVersions | fb58143f4840c7a887b756215229ed4e0a5e62d9 | 2ab430649b29a611008b7cc765b4500b2702841a | refs/heads/master | 2021-05-14T10:05:48.157950 | 2018-01-23T01:40:38 | 2018-01-23T01:40:38 | 116,339,674 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 617 | c | inherit ROOM;
void create()
{
set("short", "城外空地");
set("long", @LONG
这是城外的空地,一些蒙古兵的奸细和箭手常在这带游弋,以寻
找他们感兴趣的猎物,不时有几枚冷箭从头顶嗖地飞过,令人防不胜
防。
LONG );
set("outdoors", "xiangyang");
set("no_clean_up", 0);
set("step",2);
set("no_fly",1);
set("exits", ([
"e... | [
"34570791+lbbgit@users.noreply.github.com"
] | 34570791+lbbgit@users.noreply.github.com |
a397019925057647560676fcef33d7fc460c3a7c | 963efa7af46e8e6ea25c6ea0805094a70559db96 | /plugins/in_tail/tail_fs_stat.c | e77c31b074022ddd8f8cb2b640fe400cb4985499 | [
"Apache-2.0"
] | permissive | opernas/fluent-bit | d50081be83c4dc71cf5bd6da41bed114c7e44f10 | 822e864174900976a9a4b25761ee75d38ff22a8a | refs/heads/master | 2020-04-12T14:03:29.555006 | 2018-12-20T08:10:24 | 2018-12-20T08:10:24 | 162,540,597 | 0 | 0 | Apache-2.0 | 2018-12-20T07:08:00 | 2018-12-20T07:08:00 | null | UTF-8 | C | false | false | 6,327 | c | /* -*- Mode: C; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* Fluent Bit
* ==========
* Copyright (C) 2015-2018 Treasure Data 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 cop... | [
"eduardo@treasure-data.com"
] | eduardo@treasure-data.com |
a4dac11694a7866a64603e53ee22ee337740c1c7 | d6ecde320f210a2a4fde930ac2d128c309b8abd3 | /src/tree_traverse/tree_traverse.h | 4fc0fc34a0ccc4acf77cb341426c41876e26ee7c | [] | no_license | ImHype/c-library | 78d6bf6092fe054c98a22d878f923db81ab9d5fb | d4a2a8fe1fe2e59d48763756528b9c5990708ff0 | refs/heads/master | 2020-07-02T15:03:53.075896 | 2019-08-28T12:58:17 | 2019-08-28T12:58:17 | 201,566,324 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 310 | h | #include "../tree/tree.h"
int postorder_traverse(tree_node_t * node);
int preorder_traverse(tree_node_t * node);
int inorder_traverse(tree_node_t * node);
int level_traverse(tree_node_t * node);
int preorder_traverse_non_recursive(tree_node_t * node);
int inorder_traverse_non_recursive(tree_node_t * node);
| [
"543717080@qq.com"
] | 543717080@qq.com |
ab4d602b876cfeaa24254b7bb191fa53d1fa7a11 | 2221d300cb9dde266454f9cb3262af1b77255cdf | /libprim/src/format/elf64/header/ident.c | d70e9431f9d248bba18cc1c783f3bc5ed50b3288 | [
"BSL-1.0"
] | permissive | patha454/prim | f3960f1d3365ff29cba5dcf105c37737f7000b4a | 9426dee42f3c4ea3d6ef0ac7670ae01ad26b960e | refs/heads/master | 2020-08-17T16:44:26.852127 | 2020-06-05T04:54:03 | 2020-06-05T04:54:03 | 215,688,665 | 1 | 0 | BSL-1.0 | 2019-11-08T01:23:44 | 2019-10-17T02:44:12 | C | UTF-8 | C | false | false | 6,610 | c | /**
* @file src/format/elf64/ident.c
*
* Ident field information for ELF64 binaries.
*
* @author H Paterson.
* @copyright BSL-1.0.
* @date May 2020.
*/
#include "format/elf64/header/ident.h"
#include "status.h"
/** Associates an ELF64 class with a human readable name. */
struct ClassString
{
const ELF64_C... | [
"noreply@github.com"
] | patha454.noreply@github.com |
f48886a705cfdc135b77965566c715a23524fabe | ac362bb8969d647cd219430bc71c831d894e531c | /sys/dev/ic/depcareg.h | 31f0a8c557e63d92eb41a158c00535dbf27cff4a | [] | no_license | noud/mouse-bsd-4.0.1 | efb3b16fcc872ab227e6bb651cf1e836796a0804 | 4c0a1e08df407a759afac2d6a98507df94f5f814 | refs/heads/master | 2023-02-24T23:42:54.060718 | 2020-08-16T20:10:53 | 2020-08-16T20:10:53 | 334,536,412 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,205 | h | /* $NetBSD: depcareg.h,v 1.3 2005/12/11 12:21:26 christos Exp $ */
/*-
* Copyright (c) 1997, 1998, 2000 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software contributed to The NetBSD Foundation
* by Charles M. Hannum and by Jason R. Thorpe of the Numerical Aerospace
* Simulat... | [
"mouse@Rodents-Montreal.ORG"
] | mouse@Rodents-Montreal.ORG |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.