blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 333 | content_id stringlengths 40 40 | detected_licenses listlengths 0 58 | license_type stringclasses 2
values | repo_name stringlengths 5 113 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 604
values | visit_date timestamp[us]date 2016-08-02 21:20:34 2023-09-06 10:17:08 | revision_date timestamp[us]date 1970-01-01 00:00:00 2023-09-05 20:12:54 | committer_date timestamp[us]date 1970-01-01 00:00:00 2023-09-05 20:12:54 | github_id int64 966 664M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us]date 2012-06-18 16:43:44 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-02-03 21:17:16 2023-07-07 15:57:14 ⌀ | gha_language stringclasses 121
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 128 17.8k | extension stringclasses 134
values | content stringlengths 128 8.19k | authors listlengths 1 1 | author_id stringlengths 1 143 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c3f00fbda25680f07e6bae71aeb18ae6756b1bc8 | 8d2ee0a3280ba50cf672140b9d037b63264c4d2b | /ass/dam1.c | af0126403e126e8cd48dbd37d76611141b124ae7 | [] | no_license | sandy5497/My_Work | 40a6ad872c35eb209fb223bc83ebe18d28ce028f | fb8f1c212b416fdaa4c6e18b9f132ceedac43110 | refs/heads/master | 2021-01-05T05:39:51.231964 | 2020-02-16T19:32:40 | 2020-02-16T19:32:40 | 240,900,234 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 339 | c |
#include<stdio.h>
#include<stdlib.h>
int main()
{
int **db=NULL;
int cnt=5,i;
db=calloc(5,sizeof(int *));
for(i=0;i<5;i++)
db[i]=calloc(5,sizeof(int));
puts("enter value");
for(i=0;i<5;i++)
for(int j=0;j<5;j++)
{
scanf("%d",&db[i][j]);
}
for(i=0;i<5;i++)
for(int j=0;j<5;j++)
{
printf("%d ,",db... | [
"sandysatpute111@gmail.com"
] | sandysatpute111@gmail.com |
3140241074e6f78eeeb08c1cab8f6b41a979a7d9 | fe4f40c794009d2e4e43c73200c934cdce02ed9c | /TA5/tool-evaluation-3/simple-uav-slang-example/uav-project/src/c/library/art/type-art_art_Connection_E82682.h | dfad2f4d96232430cebe2c271bce26d637e4b82d | [] | no_license | loonwerks/CASE | 204b15f688fd345d231e7d0b1e9df3be00c2855c | a959ce7f89000de3ab288d43746cff822930130f | refs/heads/master | 2022-07-08T18:06:54.803247 | 2022-06-29T21:18:35 | 2022-06-29T21:18:35 | 129,441,109 | 15 | 8 | null | 2021-06-03T16:05:21 | 2018-04-13T18:44:46 | C | UTF-8 | C | false | false | 534 | h | #ifndef SIREUM_TYPE_H_art_art_Connection_E82682
#define SIREUM_TYPE_H_art_art_Connection_E82682
#include <misc.h>
// art.Connection[ACT_Demo_Dec2018__camkes_X.SW.Mission]
#include <type-art_art_Port_D7D05E.h>
#include <type-art_art_Port_D7D05E.h>
typedef struct art_Connection_E82682 *art_Connection_E82682;
struct art... | [
"belt@ksu.edu"
] | belt@ksu.edu |
ec2336f9efbbac4f8e52e98ce9bc4e6535d590e9 | 40cffd9d70cf8ee94a90e23df1ade391d4b29e94 | /practica2.3/ejercicio12.c | d1fadf455ec7687599bbd73394b68030fcb7d012 | [] | no_license | ExEl15/asor_repo | 88c82407c1b332e361f3896fbf845a8ff2c342b6 | 3521ed617d5608f7380b844ea52483a6e965db53 | refs/heads/master | 2023-02-22T16:33:57.088992 | 2021-01-24T14:05:16 | 2021-01-24T14:05:16 | 317,154,830 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 732 | c | #include <stdlib.h>
#include <signal.h>
#include <stdio.h>
volatile int sig_int = 0;
volatile int sig_tstp = 0;
void handler(int senial){
if(senial == SIGINT) sig_int++;
if(senial == SIGTSTP) sig_tstp++;
}
int main(){
struct sigaction act;
//Recuperamos el handler antiguo
sigaction(SIGINT,NULL, &act);
act.... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
ecb9348415b1ba846dae4214494ae09ea94434dd | 3a30d943296777de5cba2c82deebc1931bd7ad9d | /space_defender_1/EIFGENs/space_defender_1/W_code/C2/uc994d.c | f1bb5eae93bb05515a04ccca75506e8ff8d8d0da | [] | no_license | brittanydanishevsky/EECS3311 | 3123317b27c571f8519c48a58a40d84ec7f8d215 | 82f5d972d375fe3bf28af28a4c1bccb21042ab53 | refs/heads/master | 2023-01-03T06:29:44.147388 | 2020-10-25T15:13:50 | 2020-10-25T15:13:50 | 307,118,774 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,650 | c | /*
* Class UC_SHARED_STRING_EQUALITY_TESTER
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static const EIF_TYPE_INDEX egt_0_994 [] = {0xFF01,232,0xFFFF};
static const EIF_TYPE_INDEX egt_1_994 [] = {0xFF01,246,993,0xFFFF};
static const EIF_TYPE_INDEX egt_2_994 [] = {0xFF01,993,0xFFFF};
static c... | [
"bdanishe@red.eecs.yorku.ca"
] | bdanishe@red.eecs.yorku.ca |
c90839abaf715c0670d9e053bc5ade9c20ea52c9 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14721/function14721_schedule_9/function14721_schedule_9_wrapper.h | cd110eecc63e43e5158eccae918433c9ae4aee25 | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 399 | h | #ifndef HALIDE__generated_function14721_schedule_9_h
#define HALIDE__generated_function14721_schedule_9_h
#include <tiramisu/utils.h>
#ifdef __cplusplus
extern "C" {
#endif
int function14721_schedule_9(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf02, halide_buffer_t *buf03, halide_buffer_t *bu... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
ed0b6f0f9c58ddcf2f0facf1ecb229fd30b7728a | 1d11a89368f3a6a95c4c5fec7a3a054b23ea9662 | /C/gui/broncho_ui/ft_type.h | c416cecf7575c6873970b128d27e7a7813e848b2 | [] | no_license | vmudhire4u/parrot | 61ec951a9b2cfeab15a6e218c8b0d07b4b6f8bee | 11752ee0f31799935c2d4d43d1cd232d3d0b99c1 | refs/heads/master | 2021-09-18T22:17:18.461774 | 2018-07-20T11:07:35 | 2018-07-20T11:07:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 985 | h |
#ifndef _FT_TYPE_H_
#define _FT_TYPE_H_
#define FT_SUCCESS ( 0)
#define FT_FAIL (-1)
#define FT_STATUS_NORMAL (0)
#define FT_STATUS_OK (1)
#define FT_STATUS_FAIL (2)
#define FT_N_ELEMENTS(arr) (sizeof(arr) / sizeof((arr)[0]))
enum
{
FT_ITEM_VER = 0,
FT_ITEM_CALIBRATE,
FT_ITEM_KEY,
... | [
"zxsu@zxsu.sz"
] | zxsu@zxsu.sz |
4e797a4d1666c0de9919435e89f2ddc97dea2273 | 826508a013c798f0805d0ee6bcbc9f4ed6ff0f3a | /lib/my_putstr.c | 53e403953db68e6a09348e5b3a378102495922ba | [] | no_license | WilliamPiloz/minishell2 | 01ba7fecd88d627f7a0155070772a87a46765487 | 6afe8a8ba5d861e4fd601915448169d9c5128630 | refs/heads/master | 2023-04-18T09:49:34.573158 | 2021-05-04T18:53:20 | 2021-05-04T18:53:20 | 364,175,280 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 320 | c | /*
** EPITECH PROJECT, 2020
** B-CPE-110-MPL-1-1-bsbsq-william1.piloz
** File description:
** my_putstr.c
*/
#include "minishell.h"
int my_putstr(char const *str)
{
int i = 0;
int n = 0;
for (n = 0; str[n]; n = n + 1);
for (i = 0; i < n; i = i + 1) {
my_putchar(str[i]);
}
return (0);
} | [
"william1.piloz@epitech.eu"
] | william1.piloz@epitech.eu |
c8b7c6592ada6af71e606a1c69bad7c202937980 | c4c7545914a96843dc297acdfac72b835e028fba | /Source/malloc_for_name_tetrimino.c | 7a13c4a04876ec303eb1dc4e65c32ef6857a012e | [] | no_license | EArminjon/Tetris | 7b357c13238026fff7a0a7e13134c964f5e1d97b | f4c99f2eb439b077cf5bbf1662509e9c0cf92859 | refs/heads/master | 2020-03-21T21:11:36.594327 | 2018-06-28T17:50:19 | 2018-06-28T17:50:19 | 139,050,965 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,760 | c | /*
** malloc_for_name_tetrimino.c for in /home/armin.pc/delivery/PSU_2016_tetris
**
** Made by Enguerrand Arminjon
** Login <armin.pc@epitech.net>
**
** Started on Thu Feb 23 10:58:05 2017 Enguerrand Arminjon
** Last update Sun Mar 19 09:52:50 2017 Enguerrand Arminjon
*/
#include <dirent.h>
#include <unistd.h>
#in... | [
"enguerrand.Arminjon@epitech.eu"
] | enguerrand.Arminjon@epitech.eu |
d7f7bfe3f98315e4548953fe2b7820f183c535b0 | 09ae7a1e40916e2b22c0704a2b64610c58e2389d | /lib/netd/netd_private.h | b10fd578e82a82bc486074aeea62fe89f905a459 | [
"MIT",
"LicenseRef-scancode-dco-1.1",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | satnam6502/barrelfish | 358338d2e0871d3b5e5c6ba88476cc0b1a4ffa31 | 2e415737c7ab3266107143879e2f45643a71366f | refs/heads/master | 2020-06-10T23:23:33.357610 | 2019-06-25T22:39:38 | 2019-06-25T22:39:38 | 193,788,422 | 0 | 0 | MIT | 2019-06-25T21:54:30 | 2019-06-25T21:54:29 | null | UTF-8 | C | false | false | 2,231 | h | /**
* \file
* \brief the private header file for the net "daemon" library
*
* This file is part of the net "daemon" library
*/
/*
* Copyright (c) 2007-12 ETH Zurich.
* All rights reserved.
*
* This file is distributed under the terms in the attached LICENSE file.
* If you do not find this file, copies can be... | [
"adam.turowski@inf.ethz.ch"
] | adam.turowski@inf.ethz.ch |
99cd976f1a2b898d88a8322bfdba23465b22bd02 | ef3840934f0fef5dc7d08797d37cc88cf4be17fb | /Software/AL-Curtain/PrivateInc/Type_Private.h | 2d63445e898a3b32448d1affb603c5e4eb9aac47 | [] | no_license | StephonChin/SL9xSeries | 5ae728f791474c4327b9db0a758960919a6b801a | b8650e504c50a8dae5f71bfc7aa76af5b469fa39 | refs/heads/master | 2020-04-27T11:08:40.129193 | 2019-03-06T09:41:47 | 2019-03-06T09:41:47 | 174,284,462 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,464 | h | /*******************************************************************************
*
* FILE NAME
* Type_Private.h
* BRIEF
* This file has define the device type
* AL91 | AL92 | AL94 | AL95 | AL96 | AL99
* _AL91A_ | _AL91B_ | _AL91C_ | _AL91D_ | _AL92A_ | _AL92B_ | _AL92C_ | _AL94_ | _AL95_ ... | [
"qindesheng.1987@163.com"
] | qindesheng.1987@163.com |
f602e67bfb665454434adc7764b05306a6769cdd | b61818b74d0f10c0580ddec16d085aa5e9171fb2 | /src/qvk/qvk.h | f83c7703b9470f54e871971115303570ead84bbd | [
"LGPL-2.0-only",
"BSD-2-Clause"
] | permissive | hanatos/vkdt | 8d52444b40d3e0478bbaf0100b66e21f8bf05561 | 04ef97d5a7e091661b66dbee1fb71994bfbb6ffb | refs/heads/master | 2023-08-03T16:12:49.335070 | 2023-08-01T13:25:47 | 2023-08-01T13:26:13 | 196,389,968 | 249 | 28 | BSD-2-Clause | 2023-09-08T19:09:54 | 2019-07-11T12:27:14 | C | UTF-8 | C | false | false | 5,053 | h | #pragma once
/*
Copyright (C) 2018 Christoph Schied
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 License, or
(at your option) any later version.
This program is distribute... | [
"hanatos@gmail.com"
] | hanatos@gmail.com |
f4ab202b9da43314f85f0980ba9ab6ea3d0e6f11 | 4e298b59e91f9088f36e9c488eb8c062b8a16c07 | /open/marksman/npc/cheng-chong.c | fe24078f9f5ecb1ec697cd54d9f8eca191fde6dd | [] | no_license | HexColors60/fs2 | 07714b1dbd27d666febf7ccc5e8d3476edaf0146 | c1bc56122142ac741d2432551508d04c9be4694e | refs/heads/master | 2021-05-27T11:06:07.272106 | 2012-08-03T04:15:15 | 2012-08-03T04:15:15 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,105 | c | #include <ansi.h>
#include "/open/open.h"
inherit F_VENDOR;
void create()
{
set_name("陈总",({"cheng chong","cheng","chong"})); set("gender", "男性" );
set("age",40);
set("long", "天龙客栈的掌柜 , 整天在那里数着不完的银票 .\n");
set("attitude", "friendly");
set("combat_exp",20000);
set("... | [
"szhowardhuang@gmail.com"
] | szhowardhuang@gmail.com |
a8e6857d198a0a5d418cc9f310d3f788968493e7 | 327c9a664918c5afff6154966dd1067b5eaed0ef | /libft/ft_printf/tools_ft_printf/ft_wstrsub.c | ef797e36a90ed53e762a64902d024a146002e6b1 | [] | no_license | jsj2008/scop | a0ea8bdcc5f04357e423e8af6f81fc8011560086 | 64a6eb959752a8670235d1bc5f28e0c7a8f78523 | refs/heads/master | 2020-05-07T08:31:14.884901 | 2018-10-17T12:17:22 | 2018-10-17T12:17:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,610 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_wstrsub.c :+: :+: :+: ... | [
"ntoniolo@student.42.fr"
] | ntoniolo@student.42.fr |
f89eefde32cbced214303e22c7798e977e51642d | 27b3c7fa81a61d9f600ec3010c1e82002ef79b80 | /arm/xtask3 mod/config_data.c | 463edb077df0fac72c5d90d113025efd09bcee0f | [] | no_license | siemens-elfloader/elf | d9222a44481d3a6d2669446cd08c110a80f26225 | 878f7315e755a061967e6d8e0f59566829a9fbdf | refs/heads/master | 2023-02-13T06:59:48.187208 | 2021-01-06T09:41:52 | 2021-01-06T09:41:52 | 327,263,185 | 2 | 0 | null | null | null | null | WINDOWS-1251 | C | false | false | 2,714 | c | #include "..\inc\cfg_items.h"
//Конфигурация
__root const CFG_HDR cfghdr0={CFG_STR_UTF8,"CSM list file",3,127};
#ifdef NEWSGOLD
__root const char csmlist_fname[128]="4:\\ZBin\\etc\\CSMlist.txt";
#else
__root const char csmlist_fname[128]="0:\\ZBin\\etc\\CSMlist.txt";
#endif
__root const CFG_HDR cfghdr23={CFG... | [
"danile71@gmail.com"
] | danile71@gmail.com |
8587a6cd717d7be107c5a3015bd9564bee0ccec6 | 487758b0f371df3233c0651a042c26e7fc6b0765 | /vendors/redpine/wmcu_lib/1.2.0/Peripheral_Library/rom_driver/inc/rsi_packing.h | d1e536efedeb742610ac8146cf94f295aed88517 | [] | no_license | redpinesignalsinc/amazon-freertos | bcd30d43d759b905f4e47973d53db777e57b7117 | 22f470e30ee8c3cfe7861551dff4849212668f87 | refs/heads/master | 2020-12-22T04:54:16.742019 | 2020-01-28T07:39:15 | 2020-01-28T07:39:15 | 235,995,037 | 0 | 0 | null | 2020-01-27T10:45:52 | 2020-01-24T12:00:47 | null | UTF-8 | C | false | false | 179 | h | #ifndef __PACKING_H_
#define __PACKING_H_
#define PRE_PACK /* Nothing */
#define POST_PACK /* Nothing */
#define ALIGNED(n) /* Nothing */
#endif /* __PACKING_H_ */
| [
"vinod.alibade@redpinesignals.com"
] | vinod.alibade@redpinesignals.com |
ab743f6c99da2d9a5dc62c53f8ab68685d56a6ea | b53f25a8f3de951086780d6e7c3fb04bc50267a3 | /Linux内核API完全参考手册/chapter6/vmalloc_user/vmalloc_user.c | a18fd6896363e501ae30024417ef3435ca0b7394 | [] | no_license | nivekhah/Linux_Kernel_API_Index | 5fac588a8ecbee787a55e277cf7572ba9e2f39d9 | f09c95bba5ff290416f0f21017da8c0a3e78bac8 | refs/heads/master | 2021-10-24T05:38:55.917683 | 2018-07-02T19:38:13 | 2018-07-02T19:38:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,208 | c | /********************************************************************************
* File Name: vmalloc_user.c
* Description: 第6章实例训练
* Reference book:《Linux内核API完全参考手册》邱铁,周玉,邓莹莹 ,机械工业出版社.2010.9
* E_mail:openlinux2100@gmail.com
*
************************************************************... | [
"u18a@sfw.com"
] | u18a@sfw.com |
4464cf12e15de842698c917fb4b9d157786f7a22 | ba3c943e12361accdc98116d27d72a2c992072ed | /daisy/wm8731_frame.h | 5728a46555dbe8d20d7f4418ea21279d3bf9b4fb | [
"MIT"
] | permissive | PaulBatchelor/daisyverb | 23342f11bcd74731f109701d829909034c0a4d59 | 0da82381801f5554d76d62e29dce2aca31f57ccc | refs/heads/master | 2022-04-07T12:45:59.375527 | 2020-01-02T17:47:50 | 2020-01-02T17:47:50 | 224,527,365 | 6 | 0 | null | null | null | null | UTF-8 | C | false | false | 210 | h | #ifndef CODEC_FRAME_H
#define CODEC_FRAME_H
#include <stddef.h>
typedef struct {
short l;
short r;
}codec_frame_t;
typedef void (*sa_audio_callback)(codec_frame_t* , codec_frame_t* , size_t);
#endif
| [
"thisispaulbatchelor@gmail.com"
] | thisispaulbatchelor@gmail.com |
8c51aa42b3517c8caab1137455143e3e5bdd23fe | f14f13f038339aa180b38b11535cec725bdeefab | /tests/test_mbsrtowcs_s.c | 4a3353b86c684f90330fc8622d744c059436f8b7 | [
"MIT"
] | permissive | hauke/safeclib | df8717a5dfa555cc677545e5a7f3537a7178f4b3 | ad76c7b1dbd0403b0c9decf54164fcce271c590f | refs/heads/master | 2020-09-08T07:44:25.563643 | 2019-11-06T08:49:52 | 2019-11-06T08:49:52 | 221,065,753 | 0 | 0 | NOASSERTION | 2019-11-11T20:37:34 | 2019-11-11T20:37:33 | null | UTF-8 | C | false | false | 7,532 | c | /*------------------------------------------------------------------
* test_mbsrtowcs_s
* File 'wchar/mbsrtowcs_s.c'
* Lines executed:91.89% of 37
* locale specific, sets it to C and UTF-8
*
*------------------------------------------------------------------
*/
#include "test_private.h"
#include "safe_str_lib.h... | [
"rurban@cpan.org"
] | rurban@cpan.org |
0cf2aa0cc45174be70bf38f79b176df297ec8f38 | 2af8fc41807353dd1f4bdb6445d43d608ee700ef | /Src/radio/radio-log.c | 04bad0f95d0ef93026394e39c6c5e0efde39b080 | [] | no_license | weiyang-github/lw-demo-stm32cube-die | 481bb5db989ee33e05a5f4780d3b0f7552568c42 | 756e6b6683ac72d6db8e9cc6429cd485b7c9c230 | refs/heads/master | 2023-04-11T18:03:03.741412 | 2021-04-28T04:21:58 | 2021-04-28T05:52:06 | 362,354,492 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,971 | c | /*
_/_/_/ _/_/_/ _/_/_/ _/_/_/ _/ _/ _/_/_/ _/ _/ _/_/_/_/
_/ _/ _/ _/ _/ _/_/ _/ _/ _/ _/ _/
_/_/_/ _/ _/_/ _/ _/ _/ _/ _/ _/_/ _/_/_/_/ _/_/_/
_/ _/ _/ _/ _/ _/ _/_/ _/ _/ _/ _/ _/
_/ _/ _/_... | [
"weiyang@risinghf.com"
] | weiyang@risinghf.com |
00ebd596c908bf65f465c07718844435b400e6fe | 3a56b1155d39c8e4dfaff52f0ec2e43b64304c28 | /frames/05277.h | b9748c0090d58afa828d7075fdd6de2ed74384bd | [] | no_license | RippedOrigami/GBA-Rick | 6a610bde18e8dda978730b2d754565e9cdcbfe1d | 0953de71ad0a392f5d3a0bcedc54d55e478925b7 | refs/heads/master | 2021-05-28T17:10:33.260039 | 2014-11-28T17:14:04 | 2014-11-28T17:14:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 660 | h |
//{{BLOCK(_5277)
//======================================================================
//
// _5277, 40x40@8,
// + palette 256 entries, not compressed
// + 25 tiles lz77 compressed
// Total size: 512 + 1516 = 2028
//
// Time-stamp: 2014-11-28, 05:20:15
// Exported by Cearn's GBA Image Transmogrifier, v0.8.12
// ( ... | [
"mtinc2@gmail.com"
] | mtinc2@gmail.com |
b97bd3c771e872caf564d55b05a639c5184c5be9 | 0a54678568dff233c45c8cce2cbcb4c8d6237133 | /DUMP/BP_UIStyle_Label_Heading1_classes.h | 22cb4b779e0b1f9bfb37c0c5e19db8ab758e82a5 | [] | no_license | xkp95175333/NineToFiveClient-Win64-Shipping | 4ebf211a147a0b6b809e4067d58d248ee9ba290d | 43f2252de5992ef6e907b8fd9ac5bf25645295d0 | refs/heads/main | 2023-07-27T02:53:26.014095 | 2021-09-06T17:55:41 | 2021-09-06T17:55:41 | 403,714,603 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 177 | h | // BlueprintGeneratedClass BP_UIStyle_Label_Heading1.BP_UIStyle_Label_Heading1_C
// Size: 0xa9 (Inherited: 0xa9)
struct UBP_UIStyle_Label_Heading1_C : UBP_UIStyle_Label_C {
};
| [
"68745798+xkp95175333@users.noreply.github.com"
] | 68745798+xkp95175333@users.noreply.github.com |
46e3c9ddf3ca5a0410438e74f4523d07de8a7403 | 07e557360f781783f8c7710561369e8c6aa890b0 | /Software/Embedded_Linux/source/module_2015-01-09/SSP_ALSA128/codec/fi2s-tw2968-c1.c | 8e5297fca3cbe2651bbd4814cda91b2294d05d3d | [] | no_license | irwin0112/gm8136_sdk | 44a50bf6c69300daf42e258d08c8d901bdf5c1f6 | 34d03991c6a6e46ac9e1097459c569df3489149a | refs/heads/main | 2023-03-16T21:16:56.776114 | 2020-11-10T14:26:14 | 2020-11-10T14:26:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,549 | c | #include <linux/init.h>
#include <linux/module.h>
#include <ftssp010-ssp.h>
#undef PFX
#define PFX "NVP1918"
#define SSP_SLAVE_MODE 1
#define DEBUG_NVP1918 0
//debug helper
#if DEBUG_NVP1918
#define DEBUG_NVP1918_PRINT(FMT, ARGS...) printk(FMT, ##ARGS)
#else
#define DEBUG_NVP1918_PRINT(FMT, ARGS...)
#end... | [
"wadim.mueller@continental-corporation.com"
] | wadim.mueller@continental-corporation.com |
3ec530baec5ae558343a2a011fa3a33775f5ea79 | 74874ec666e60c56a7e1143aa0b2460b71ffc15b | /BloksAIPlugin/Vendor/illustratorapi/illustrator/legacy/AI90Document.h | e65bb51e45db8c7687a69aeca007f6c920f346e8 | [
"MIT"
] | permissive | stephanie-walter/Bloks | 8102428dcc4a8dc11d8f1eda8997085c980eda00 | d5c59807b17d4d52f7cb2e3ec952b6e6127b4e27 | refs/heads/master | 2021-01-23T02:10:29.141440 | 2016-08-07T17:04:33 | 2016-08-07T17:04:33 | 65,363,270 | 1 | 0 | null | 2016-08-10T08:09:06 | 2016-08-10T08:09:06 | null | UTF-8 | C | false | false | 4,845 | h | #ifndef __AI90Document__
#define __AI90Document__
/*
* Name: AI90Document.h
* $Revision: 25 $
* Author:
* Date:
* Purpose: Adobe Illustrator 9.0 Document Suite.
*
* ADOBE SYSTEMS INCORPORATED
* Copyright 1986-2007 Adobe Systems Incorporated.
* All rights reserved.
*
* NOTICE: ... | [
"weston@cryclops.com"
] | weston@cryclops.com |
7c8c14846550e194b0b88a30cf6085e1d1e5a58d | 0b90650a7fdb479c68a8bd463dae1fc94fee381a | /C-Higher/项目/chat_server.c | 946bd15967423bee070a947892c36dcae83aed30 | [] | no_license | cwx5319019/demo1 | 4d0fe27ed649a93c1f04af0781616b86a15181f3 | 89c4fb63059316d6cde00f22eaed0f72e37ec10c | refs/heads/master | 2023-01-10T02:54:14.427133 | 2020-11-15T13:02:32 | 2020-11-15T13:02:32 | 312,771,911 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,112 | c | #include <stdio.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <stdlib.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <string.h>
#include <pthread.h>
#include "protocol.h"
void* do_server(void* arg)
{
int retval;
int clientfd = *((int*)arg);
printf(... | [
"caoliyu123@qq.com"
] | caoliyu123@qq.com |
bfb4479b899ad619d9473e76c512958d4ec5529b | 5d417f03f724f4e23000f28cd629c92bc9297a23 | /avr32/applications/uc3-audio-player/user_interface/gui/gui.h | ab071c77406d52c462e1a2bf44de0adbe1ac2495 | [] | no_license | siliconunited/atmel-asf | 5ac78a123cb0f5026ffb9a0ba66b75abcccb788f | 19e02800a6cc33d203f5d12f7dfca0c39195d879 | refs/heads/master | 2021-01-22T21:34:10.563981 | 2017-03-19T04:45:30 | 2017-03-19T04:45:30 | 85,439,630 | 6 | 3 | null | 2020-03-08T01:34:35 | 2017-03-18T23:56:24 | C | UTF-8 | C | false | false | 6,748 | h | /*****************************************************************************
*
* \file
*
* \brief Graphical User Interface.
*
* Copyright (c) 2014-2015 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
*... | [
"robksawyer@gmail.com"
] | robksawyer@gmail.com |
9bbd2de550c5952c3dea1c0298d981181a4c6c65 | 5742e5df1240da9be4955d42e4f402ca9f51cf0f | /ros2-osx/include/map_msgs/srv/set_map_projections.h | d0a20676181abae2f46419cb2e3051a1dea35207 | [] | no_license | unmelted/ros_prj | b15b9961c313eff210636e7f65d40292f7252e9c | ec5e926147d7d9ac0606ea847cc4f5c4fb8fceed | refs/heads/master | 2023-02-13T08:44:25.007130 | 2021-01-18T21:21:35 | 2021-01-18T21:21:35 | 330,076,208 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 499 | h | // generated from rosidl_generator_c/resource/idl.h.em
// with input from map_msgs:srv/SetMapProjections.idl
// generated code does not contain a copyright notice
#ifndef MAP_MSGS__SRV__SET_MAP_PROJECTIONS_H_
#define MAP_MSGS__SRV__SET_MAP_PROJECTIONS_H_
#include "map_msgs/srv/detail/set_map_projections__struct.h"
#i... | [
"unmelted@naver.com"
] | unmelted@naver.com |
4fc1e0d78e97fd0a703a9e53dd50200f6e073ac8 | a61ae1cc31def08eaac082df57811c354563afe5 | /src/pchatbox.c | 5fd80593464e8b607c5de0757f668ab1d2b8d34f | [] | no_license | youngtrips/iFreeChat | 7aeabf5a12ac1a484041f52660d856c6d6727e09 | e329c026bb304b765c60b1d99512bee8598be0ee | refs/heads/master | 2020-05-19T09:01:59.437079 | 2011-02-22T09:01:44 | 2011-02-22T09:01:44 | 1,288,077 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,819 | c | /*
* Author: youngtrips(youngtrips@163.com)
* Created Time: 2011-02-10
* File Name: pchatbox.c
* Description:
*
* 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 t... | [
"youngtrips@163.com"
] | youngtrips@163.com |
1419a45e0ced8c1477217142c20cdc7b1b5f5cd7 | 6a86d740f9b17721677b9ee193f2009a2333a3be | /lib/tests/support/research/comboPartResearchItemA.c | b13b0d4d241825f266c52a640845c46cbd33dce0 | [] | no_license | realms-mud/core-lib | b2a0cc727fd0b1eb47fa244d6fb05de322abe88f | 293089e8900b5a0d46f64619f89c78deea7477e5 | refs/heads/master | 2023-07-06T07:04:25.390271 | 2023-06-27T21:20:29 | 2023-06-27T21:20:29 | 113,914,065 | 69 | 20 | null | null | null | null | UTF-8 | C | false | false | 1,450 | c | //*****************************************************************************
// Copyright (c) 2023 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
inherit "/lib/mod... | [
"abc@maelstrom.cc"
] | abc@maelstrom.cc |
63d7dc43cacdc3427b1ff218841e6d9924308159 | 510ce89e9cb90f7b56b0a539d647c710a220f8d8 | /stm32_chassis_fw/Src/gpio.c | aab6523b71b7927012f47f243ff7ec80b703a766 | [] | no_license | OuyangJunyuan/chassis_2020_tr-Firmware | b7aa24935d549ea5892f80c6bcc119ad8ac3768e | 52a23c5c96a38cb90513c7826006ee702593f40e | refs/heads/master | 2021-02-17T21:54:15.106193 | 2020-03-05T11:19:03 | 2020-03-05T11:19:03 | 245,129,748 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,734 | c | /**
******************************************************************************
* File Name : gpio.c
* Description : This file provides code for the configuration
* of all used GPIO pins.
******************************************************************************
*... | [
"706545330@qq.com"
] | 706545330@qq.com |
64dec1834a47ee6befb5dfaee7edd6226ebf37c2 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/printscan/print/drivers/usermode/inc/appcompat.h | aa7c7e7171cc652e4d8bc454ee140f84598ae67c | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C | false | false | 637 | h | /*++
Copyright (c) 2000, Microsoft Corporation
Module Name:
appcompat.h
Abstract:
Definitions and prototypes for the app compat functions that are not
published in the DDK but that we need to build the printer drivers off it.
Normally they reside in winuserp.h/user32p.lib.
--*/
#ifn... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
a7a3b5399110f7ca5c8e5b2bc5dbea54a61809c1 | bc949cbcded25afc8511d07c8d86509d5746b2a8 | /dataset/18303.c | cf6863c2fab3b15b2c671c52c2e09befd8cd8737 | [] | no_license | hqjenny/CSmith_random_pgm | 52aa1face59749a9d0656fc4088f6f921aac2dab | 0ebf41b85201cbe791a13304cdb45e22504f0ce7 | refs/heads/master | 2023-08-17T23:28:24.519500 | 2021-09-15T19:55:23 | 2021-09-15T19:55:23 | 406,904,982 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,022 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.2.0
* Git version: dcef523
* Options: --no-structs --no-pointers --no-math64 --max-funcs 4 --no-unions --output 18303.c
* Seed: 249396358
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
/* --- GL... | [
"hqjenny@hotmail.com"
] | hqjenny@hotmail.com |
4d26bcebc6c3a007238094d5f8e3dbe1d97ed50a | 8e57fb3326191826b8fa26e5a1b9843f648f49e3 | /push_swap./libft/ft_isascii.c | 39d06bd10daf8497f212a1e20d6f26ef368cec17 | [] | no_license | bphafoli/push_swap | 919ef988bcd49d4102e508d7506ab6643842d51e | 501cb6e21884c641d0021ded89a91de8191140c6 | refs/heads/master | 2020-08-12T19:32:41.555098 | 2019-10-13T14:14:35 | 2019-10-13T14:14:35 | 214,829,838 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,004 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isascii.c :+: :+: :+: ... | [
"bphafoli@c4r6s8.wethinkcode.co.za"
] | bphafoli@c4r6s8.wethinkcode.co.za |
6438b0773882b41e168678dd400a79a749fdb349 | 985beab07c05b613aa8ac3edbcd0987f89344eaf | /fy4/d/fy/npc/an_huoji.c | 5357d485a69368e7fe60ce70a5288062eb834920 | [] | no_license | Yeeler/fy2005 | f6b308592c5037f5b5d40c18b748259447b6abe1 | cd244d4fed63ba57cd72a4e7119353a29df1f3c0 | refs/heads/master | 2021-01-06T20:37:29.371119 | 2017-08-08T07:54:16 | 2017-08-08T07:54:16 | 99,530,241 | 2 | 1 | null | null | null | null | GB18030 | C | false | false | 904 | c | #include <ansi.h>
inherit NPC;
void create()
{
set_name("安生店伙计", ({"huo ji"}) );
set("gender", "男性" );
set("long", "安生堂新来的活计,忙时帮着老板招呼客人,没事就拿着把刨斧修补棺木。\n");
set("attitude", "friendly");
set("age", 25);
set("cor", 25);
set("combat_exp", 380000);
set_skill("axe",100);... | [
"yeeler@gmail.com"
] | yeeler@gmail.com |
4c9c000cad7bbb49dc219a501bac2e65c088bcaa | b2d48aac47dc3a3050f9cb562808f0e6f19a36e4 | /disksim/include/disksim/modules/disksim_disk_param.h | b59192c02f100c7855933e71246ae84d5ca72997 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | bhagavansprasad/students | 7f7df2f4c2350025d58406794a7d94d9c8a9d7be | 2822fb81cfb6714d48dea1e4957d6011ffa6198b | refs/heads/master | 2023-08-04T04:44:11.346963 | 2023-07-24T06:09:00 | 2023-07-24T06:09:00 | 193,177,404 | 0 | 0 | null | 2022-11-30T23:33:00 | 2019-06-22T01:21:59 | C | UTF-8 | C | false | false | 6,207 | h |
#ifndef _DISKSIM_DISK_PARAM_H
#define _DISKSIM_DISK_PARAM_H
#include <libparam/libparam.h>
#ifdef __cplusplus
extern"C"{
#endif
struct dm_disk_if;
/* prototype for disksim_disk param loader function */
struct disk *disksim_disk_loadparams(struct lp_block *b, int *num);
typedef enum {
DISKSIM_DISK... | [
"bhagavan.prasad@blackpeppertech.com"
] | bhagavan.prasad@blackpeppertech.com |
312e7d98ef8c5cfb9868382e515e348983b8679a | 33f4cf37d65745a05df261bf55346fd4eb69d0cb | /test2/extension_lib.h | b92cf56b47b73300ae70641b5335a529f49ac0ef | [
"MIT"
] | permissive | library1010/c-advance | 4886660a0e9672b8256bcf5229034871c4d98cd6 | 374d216169e3fcd3c9ea750c8f7b5162d7eea0b6 | refs/heads/master | 2020-12-25T05:07:44.333653 | 2016-05-20T15:04:51 | 2016-05-20T15:04:51 | 59,302,512 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 977 | h | #ifndef __EXTENSION_LIB_H__
#define __EXTENSION_LIB_H__
#include <time.h>
#include <ctype.h>
#include "my_input_lib.h"
#include "file_handle.h"
#include "fs_lib.h"
#include "shortest_path.h"
#define MAXSIZE 100
#define SIZE 100
#define TEMPSIZE 50
int solve(FILE *f);
void readData(FILE *f, Graph graph);
void print... | [
"phanthaobk@gmail.com"
] | phanthaobk@gmail.com |
2049915300195da3953ec3b85cf88c5fb1a80d0f | efddc7f30731f95c32b371f70acce78b7faee4bb | /src/liboqs/src/kem/ntruprime/pqclean_sntrup857_avx2/crypto_encode_857xint16.c | 9ae268149468567beb2c150166f5cfd6c237b4b8 | [
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | Qubit-coin/qubit-coin | 3dc9f52639ffa92531c8cf4d1f1a7da30bc29d38 | 050c947065e3911c16c94c767d4fc8aae1d0edd4 | refs/heads/master | 2023-03-24T04:58:17.623399 | 2021-03-19T21:00:03 | 2021-03-19T21:00:03 | 310,509,431 | 0 | 0 | MIT | 2021-03-05T02:12:22 | 2020-11-06T06:18:00 | C | UTF-8 | C | false | false | 307 | c | #include "crypto_encode_857xint16.h"
void PQCLEAN_SNTRUP857_AVX2_crypto_encode_857xint16(unsigned char *s, const void *v) {
const uint16_t *x = v;
int i;
for (i = 0; i < 857; ++i) {
uint16_t u = *x++;
*s++ = (unsigned char) u;
*s++ = (unsigned char) (u >> 8);
}
}
| [
"swuthier@uccs.edu"
] | swuthier@uccs.edu |
de1fbec52eb70549d47da6fe5af27c0197271961 | d761fd11ddd77c891969e35f2e743b253ee4d09c | /bucket_D7/wayland/patches/patch-tests_test-runner.c | be73c177018d531401ef5386f3223fc73e24f587 | [
"ISC"
] | permissive | ftigeot/ravensource | ccfd35bee4820ddb4653d653548f8ceb296acf90 | d55fddec4c96f20c09e2351d1fb72ce32bf53604 | refs/heads/master | 2020-04-22T12:46:17.294212 | 2019-02-12T19:44:14 | 2019-02-12T20:12:50 | 144,263,007 | 0 | 0 | null | 2018-08-10T08:59:38 | 2018-08-10T08:59:37 | null | UTF-8 | C | false | false | 2,535 | c | --- tests/test-runner.c.orig 2018-08-24 18:04:36 UTC
+++ tests/test-runner.c
@@ -28,6 +28,7 @@
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
+#include <signal.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/stat.h>
@@ -37,7 +38,9 @@
#include <errno.h>
#include <limits.h>
#include <sy... | [
"draco@marino.st"
] | draco@marino.st |
1d8e06f838315dfd02493b19c82537de355a35cd | 83214753e9183327e98af0e6768e9be5385e5282 | /d/dingxiang/npc/kehan.c | 758d771bc3ef27bfb63b2e6c9523209fe2e77cbf | [] | 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 | WINDOWS-1252 | C | false | false | 672 | c |
inherit NPC;
#include <ansi.h>
int do_action1();
void create()
{
set_name("ò¡Àû´óº¹",({ "da han","da","han" }) );
set("gender", "ÄÐÐÔ" );
set("age", 50);
set("combat_exp",6000000);
set("str", 25);
set("per", 22);
set_skill("dodge",300);
set_skill("parry",300);
set_skill("force",300... | [
"i@oiuv.cn"
] | i@oiuv.cn |
485f67e5fe2c5f567a74769fdf9afdb038b73050 | 82dc3cc4c97c05e384812cc9aa07938e2dbfe24b | /spooles/src/FrontMtx/FrontMtx.postponed.c | 6dd0efb892dce3507a7ce883ad0835918aea3b7f | [] | no_license | samanseifi/Tahoe | ab40da0f8d952491943924034fa73ee5ecb2fecd | 542de50ba43645f19ce4b106ac8118c4333a3f25 | refs/heads/master | 2020-04-05T20:24:36.487197 | 2017-12-02T17:09:11 | 2017-12-02T17:24:23 | 38,074,546 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,495 | c | /* postponed.c */
#include "FrontMtx.h"
#define MYDEBUG 0
/*--------------------------------------------------------------------*/
/*
------------------------------------------------------------------
purpose -- to assemble any postponed data into frontJ
frontJ -- pointer to Chv objec that contains curr... | [
"saman@bu.(none)"
] | saman@bu.(none) |
d37ad609be6e4d813b32c49521d63ca09c4f272c | 9ff45f1dc6ba0ad9c204d487acac4dfd109bf450 | /test/mock.h | 7eef1f26ffaeecb4c47787710df3104e6750ffb1 | [] | no_license | zxzx9898/HomaModule_ori | e84b68cec827faafa2d1b2c0576a58eed4a87a9e | 741639d0029bdddf7ba2d99784df309173f675f4 | refs/heads/master | 2023-09-05T16:36:27.616784 | 2021-11-20T01:37:01 | 2021-11-20T01:37:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,640 | h | /* Copyright (c) 2019, Stanford University
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR D... | [
"ouster@cs.stanford.edu"
] | ouster@cs.stanford.edu |
6b9bcd59428285c1081ec64c0165da227e82d096 | f8c0a188d1cf8ae5221c4cd11552c221a86e259a | /Software/AX3/omconvert/calc-svm.h | b14d70eb1bb1197090df82364ae15315b6ce4df2 | [
"BSD-2-Clause",
"CC-BY-3.0"
] | permissive | digitalinteraction/openmovement | 6310abf35b379655073485e84719cc2521733c0e | 9c2ee2eeb5eae457673e60699b2842c6df82abb1 | refs/heads/master | 2023-08-03T23:48:42.973605 | 2023-07-26T17:52:37 | 2023-07-26T17:52:37 | 27,082,024 | 135 | 86 | null | 2018-06-21T23:32:43 | 2014-11-24T15:38:43 | C | UTF-8 | C | false | false | 3,416 | h | /*
* Copyright (c) 2014, Newcastle University, UK.
* 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 notice,
* this list of con... | [
"dan.jackson@ncl.ac.uk"
] | dan.jackson@ncl.ac.uk |
66dc838303147e5209c256a169a34ad9b3a75977 | fa97fe28b488122edca6c9c3fcc42b363715d8df | /DevClub/BC-W2/14 upperCase.c | 7e1148b4d4bf8f3c9dbee5332bfbd3936cd69608 | [] | no_license | EvgorEvgor/Study | f1b74133eddce03648e32aafa9ff94ee91bce5dd | b295b9a138f706995328847b8291e5f18c0e5780 | refs/heads/master | 2021-01-10T17:15:00.030189 | 2015-10-03T22:04:59 | 2015-10-03T22:04:59 | 43,535,820 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 824 | c | // Задача upperCase
// Условие задачи
// В файле task.in дана последовательность символов.
// Перевести все буквы в верхний регистр и вывести результирующую последовательность
// в файл task.out
// Пример ввода
// abcd
// Пример вывода
// ABCD
// code works
#include <stdio.h>
int main() {
FILE *read = fope... | [
"evgorevgor@yandex.ru"
] | evgorevgor@yandex.ru |
ca947512e00c8650236941667f1973cba7130274 | ace26cc33ebc9fa02199b0627699999adfba2164 | /kernel/linux-5.4.152/drivers/tty/ttynull.mod.c | ef4341d2c5570ef6a7779d95238f0219eb072839 | [] | no_license | YJbonobono/linux-design | 936d5b9880e2aac4d86c07c3ca6c260d90b3e135 | 1684b19645bcd523d51fe2d12805d0bbcdea6599 | refs/heads/main | 2023-08-07T21:55:30.484704 | 2021-10-12T17:01:04 | 2021-10-12T17:01:04 | 413,645,550 | 0 | 0 | null | 2021-10-05T02:34:49 | 2021-10-05T02:15:12 | Shell | UTF-8 | C | false | false | 1,263 | c | #include <linux/build-salt.h>
#include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
BUILD_SALT;
MODULE_INFO(vermagic, VERMAGIC_STRING);
MODULE_INFO(name, KBUILD_MODNAME);
__visible struct module __this_module
__section(.gnu.linkonce.this_module) = {
.name = KBUILD_MODNAME,
.init = init_... | [
"1004anny1@naver.com"
] | 1004anny1@naver.com |
939863a44182dc91c9291c8988393f32946a1745 | 4871b520a2514a93727a73e01eb5792ae18ec711 | /get_next_line.h | 8ef7f0c99465cf83f91bacfe697afcdffff0e910 | [] | no_license | RadioPotin/getnextline42 | 166ee6c3309ee1cd376f33c7beca4b6d2a16bd9f | 09f69e92d436a49e7bd2453e3f57c6d47f158c37 | refs/heads/master | 2022-04-03T17:21:11.594944 | 2019-12-15T15:31:12 | 2019-12-15T15:31:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,144 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_next_line.h :+: :+: :+: ... | [
"dariopinto@hotmail.fr"
] | dariopinto@hotmail.fr |
9c836dbe8fae787cb0e1bcb4909f830751eee0b5 | 5d417f03f724f4e23000f28cd629c92bc9297a23 | /common2/services/gfx_mono/example_spinctrl/saml21_xplained_pro/iar/asf.h | 639337449aecc8ea5e6830e6ecd0d30023a5a18a | [] | no_license | siliconunited/atmel-asf | 5ac78a123cb0f5026ffb9a0ba66b75abcccb788f | 19e02800a6cc33d203f5d12f7dfca0c39195d879 | refs/heads/master | 2021-01-22T21:34:10.563981 | 2017-03-19T04:45:30 | 2017-03-19T04:45:30 | 85,439,630 | 6 | 3 | null | 2020-03-08T01:34:35 | 2017-03-18T23:56:24 | C | UTF-8 | C | false | false | 3,572 | h | /**
* \file
*
* \brief Autogenerated API include file for the Atmel Software Framework (ASF)
*
* Copyright (c) 2012 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided t... | [
"robksawyer@gmail.com"
] | robksawyer@gmail.com |
2896d6515ab0e367bdac1dbd3ff1e4b66e87b5c7 | e22e03d9761f5c6d581b5af2e77343e8ee4b201d | /edk2/MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.c | 30d9669129b56498915d5f99221edf35799eb945 | [
"OpenSSL",
"BSD-2-Clause"
] | permissive | SamuelTulach/SecureFakePkg | 759975fcc84d62f05ac577da48353752e5334878 | f34080a6c0efb6ca3dd755365778d0bcdca6b991 | refs/heads/main | 2023-08-17T07:51:22.175924 | 2021-10-01T10:46:14 | 2021-10-01T10:46:14 | 410,938,306 | 94 | 14 | null | null | null | null | UTF-8 | C | false | false | 2,476 | c | /** @file
Status Code Handler Driver which produces general handlers and hook them
onto the SMM status code router.
Copyright (c) 2009 - 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 Lice... | [
"samtulach@gmail.com"
] | samtulach@gmail.com |
7878300a059e9709bef677be1c1305948c9032ca | 031f0f222881f127f5eb2d40a5ba36990878ac10 | /npiper.c | ac96c9676d5bb6c41bc1229f07592ca0fd651a98 | [] | no_license | abhilabh/SystemProg | 3fafe87c4568bf9e30d3bb06477bf275d9dc544e | 7c1772410247abdd95c6107755287cc71d67dd9a | refs/heads/master | 2021-01-10T21:58:18.790506 | 2015-07-26T20:51:41 | 2015-07-26T20:51:41 | 39,741,205 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 461 | c | #include"common.h"
#define BUFSIZE 100
int main(int argc, char *argv[])
{
int fd,fd1, spcount, n, k;
char buf[BUFSIZE+1];
fd1=open("try.c",O_RDONLY);
n=read(fd1,buf,BUFSIZE);
mkfifo("fifo", 0660);
fd = open("fifo", O_WRONLY);
n = write(fd, buf, BUFSIZE);
// buf[n] = 0;
// printf... | [
"kumarlabh.kumar5@gmail.com"
] | kumarlabh.kumar5@gmail.com |
52c0d00feb7153b0167cac781f7c9558c1ef4741 | 04ad1e5adbf9c8011629cce5251ac6e2f6b657e4 | /d/quanzhou/yuanhe.c | 28e891b9b04250308d9502884b7bcf8dc138794b | [] | no_license | cao777/mudwllz2-utf8 | 7398dd2dc702e8ab9a3c98895d2afc3392c07232 | 19ae1d998a871b9ad7f29c467481015143ffb7a8 | refs/heads/master | 2023-03-16T08:34:07.707561 | 2020-05-09T00:04:07 | 2020-05-09T00:04:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 430 | c | // yuanhe.c 源和堂
inherit ROOM;
void create()
{
set("short", "源和堂");
set("long", @LONG
这是远近闻名的蜜饯制作铺,各色水果经过他们的加工后风味独特,
甜而不腻,咸而不过,酸而不涩,又可以长期保存,远销海内外。
LONG
);
set("exits", ([ /* sizeof() == 4 */
"northeast" : __DIR__"minzai2",
"east" : __DIR__"minzai3",
]));
setup();
replace_program(ROOM);
}
| [
"ashwing920@gmail.com"
] | ashwing920@gmail.com |
dcbda0865d81d87563188dbac55943fd8979c38b | 3d0de0f2549d9025540fcec88624c72c079b406f | /Integration/MCAL/Include/Can.h | 0c9622485e3c96b1a913ae66a7c7739ab5ce846f | [] | no_license | ongbut999/Jenkins_Test | ee19936e1577bd93d2755d21299ed3fbec553db6 | abb74480c4ce938dd1c7463627c4074071580af4 | refs/heads/master | 2023-06-23T21:26:57.794427 | 2021-07-22T08:05:20 | 2021-07-22T08:05:20 | 388,372,287 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,725 | h |
#ifndef CAN_H
#define CAN_H
#include "Can_17_MCanP.h"
#define CAN_AR_RELEASE_MAJOR_VERSION 4
#define CAN_AR_RELEASE_MINOR_VERSION 2 /* CIX2SGH */
#define CAN_AR_RELEASE_REVISION_VERSION 3
#define Can_Init(a) Can_17_MCanP_Init(a)
#if (CAN_CHANGE_BAUDRATE_API == STD_ON)
#define Can_CheckBaudrate(a,b) ... | [
"fixed-term.Truong.HuynhQuang@vn.bosch.com"
] | fixed-term.Truong.HuynhQuang@vn.bosch.com |
915e19c750a3b226cc314f49ab308e944f472632 | 7ab8d084803c371cf87b796e25d8102177b35a6f | /solutions/epi/lab1/inc/memlayout.h | d86b95fb4486424a6efb51a3ee43690ed8838b42 | [
"BSD-4-Clause-UC"
] | permissive | OSLL/os-hse-1h2019 | 8c89612406d5b54dc00135caf56fab3a9e7fa4ae | 8f50f40ea44d90a705b24df0056f039eedcdd653 | refs/heads/master | 2020-05-06T12:18:37.700966 | 2019-10-14T11:19:46 | 2019-10-14T11:19:46 | 180,115,834 | 41 | 8 | null | 2019-10-14T11:19:47 | 2019-04-08T09:31:14 | C | UTF-8 | C | false | false | 6,446 | h | #ifndef JOS_INC_MEMLAYOUT_H
#define JOS_INC_MEMLAYOUT_H
#ifndef __ASSEMBLER__
#include <inc/types.h>
#include <inc/mmu.h>
#endif /* not __ASSEMBLER__ */
/*
* This file contains definitions for memory management in our OS,
* which are relevant to both the kernel and user-mode software.
*/
// Global descriptor numb... | [
"kirill.krinkin@gmail.com"
] | kirill.krinkin@gmail.com |
9e08fec5f2f62a1c36515744dc4a1cdf3d785571 | 2a34ed1b2996b4dd9ec92bef7c72b9f66534c332 | /src/fmtutil-miniz.c | 3c851cc5ad460a5b557d1e177e7292f3f9bd5803 | [
"MIT"
] | permissive | gingerbeardman/deark | 593a8fff0b12cfc1c09d90e194d6732def7a02d9 | ef578c0b079a6e367be779f2c788acae00191352 | refs/heads/master | 2022-12-26T08:15:00.197291 | 2020-09-13T16:37:18 | 2020-09-13T19:02:23 | 295,477,051 | 0 | 0 | NOASSERTION | 2020-09-14T16:37:17 | 2020-09-14T16:37:16 | null | UTF-8 | C | false | false | 8,114 | c | // This file is part of Deark.
// Copyright (C) 2016-2019 Jason Summers
// See the file COPYING for terms of use.
// Compression and decompression of Deflate and zlib
#define DE_NOT_IN_MODULE
#include "deark-config.h"
#include "deark-private.h"
#include "deark-fmtutil.h"
#define MINIZ_NO_ZLIB_COMPATIBLE_NAMES
#defin... | [
"jason1@pobox.com"
] | jason1@pobox.com |
09622d48aa7cf5521cefccecf7c88270b362c0bf | 854946bdd7428a7f35990282c34b12af095955f4 | /HAL_Driver/Inc/stm32f4xx_hal_hash_ex.h | 696f0a88a1cb4f31940991854fbb7c983dd4c606 | [
"MIT"
] | permissive | liangyongxiang/lv_port_stm32f429_disco | a932b9345f134733a0f7c4c989ccae4ee24cecc6 | bf87483032ba53f69ab336d636a0391544bb5bfa | refs/heads/master | 2022-11-14T04:24:37.139369 | 2020-05-19T08:37:49 | 2020-05-19T08:37:49 | 275,533,315 | 0 | 0 | MIT | 2020-06-28T07:41:02 | 2020-06-28T07:41:01 | null | UTF-8 | C | false | false | 6,582 | h | /**
******************************************************************************
* @file stm32f4xx_hal_hash_ex.h
* @author MCD Application Team
* @version V1.7.0
* @date 17-February-2017
* @brief Header file of HASH HAL Extension module.
*********************************************************... | [
"kisvegabor@gmail.com"
] | kisvegabor@gmail.com |
83c63b77075937b7e6a381cd0427459a7bb2cdeb | 58969d3d19802479fa7f88e553fb60efb5ab3dbd | /算法库/编程/数组的输入和输出.c | fd83efae3c1b0b604087f66988cbd95179b6a827 | [] | no_license | Saikikky/MyLeetcode | eda26ec8565a3de4ffb44b28c9bfdf56089aba30 | 7b97abd53a5dbbe79d55816e82182c2250268686 | refs/heads/master | 2020-04-09T10:58:20.388037 | 2020-03-23T07:29:25 | 2020-03-23T07:29:25 | 160,290,050 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 803 | c | #include <stdio.h>
#include "MyMath.h"
#include "MyRArray.h"
void InputRArray(REAL array[],INTEGER size);
//输入全部数组元素
void OutputRArray(REAL array[],INTEGER size);
//输出全部数组元素
int main()
{
REAL a[maxRArraySize];
INTEGER n;
printf("项数: ");
scanf(ISF, &n);
if (n < 1 || n > maxRArraySize)
{
puts... | [
"1175923612@qq.com"
] | 1175923612@qq.com |
6a75f8f20f9de96d52692aec51f3addec021c123 | 656243ae84ca3a2280cc9cc3aad95afca8e10565 | /Code/CryEngine/CryAction/Network/ExplosiveObjectState.h | 90e88a0bcdaa1626350a2d8ddcbeb60cf75cd56b | [] | no_license | NightOwlsEntertainment/PetBox_A_Journey_to_Conquer_Elementary_Algebra | 914ff61bb210862401acb4d3a2eb19d323b00548 | 8383c5c1162d02310f460a1359f04891e5e85bff | refs/heads/master | 2021-01-22T09:48:55.961703 | 2015-11-11T11:26:27 | 2015-11-11T11:26:27 | 45,846,131 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,202 | h | /*************************************************************************
Crytek Source File.
Copyright (C), Crytek Studios, 2007.
-------------------------------------------------------------------------
$Id$
$DateTime$
Description: network breakability: state of an object pre-explosion
---------------... | [
"jonathan.v.mendoza@gmail.com"
] | jonathan.v.mendoza@gmail.com |
4c3557e8ae13359831448510694bf175e18697ae | c4c62caff67517a608102a97577e9cd01ebd6624 | /growhouse/end-devices/gecko_sdk_suite/v2.3/platform/radio/rail_lib/chip/efr32/rf/common/cortex/pa.h | 2effe9bbaa36a03fb5e9d5e063e48d566b469695 | [] | no_license | ArrowElectronics/Growhouse | 30ab3b6990206490b12188e7cc9a2982fc47f711 | 0d2eb763947be25704eb23f58da09a27319c7427 | refs/heads/master | 2023-02-17T15:07:34.363647 | 2021-01-19T17:02:44 | 2021-01-19T17:02:44 | 265,281,716 | 5 | 2 | null | 2020-06-03T10:14:03 | 2020-05-19T15:10:20 | C | UTF-8 | C | false | false | 8,157 | h | /***************************************************************************//**
* @file pa.h
* @brief RADIO PA API
*******************************************************************************
* @section License
* <b>(C) Copyright 2015 Silicon Labs, www.silabs.com</b>
******************************************... | [
"einfochips@einfochips.com"
] | einfochips@einfochips.com |
1ceaf5685b0bb186cac1ad4536fb5221e30b0e0e | bc20ad10ca3917ace45aa85eb3a9fc043055486f | /test/unit/lib/bdev/part.c/part_ut.c | a32d4dabf4f1b27981f1ffe5142c110b22bc69c7 | [
"BSD-3-Clause"
] | permissive | morganwang010/spdk | 3deb3f8a5d19ad6d803a7c376c71fb3840f9fca6 | e84f0061dd90efe3ed572d0d3647bf935e744df7 | refs/heads/master | 2021-01-13T15:51:07.580854 | 2018-03-08T14:49:28 | 2018-03-08T14:49:28 | 76,867,602 | 0 | 0 | null | 2018-03-08T14:49:29 | 2016-12-19T14:11:01 | C | UTF-8 | C | false | false | 4,191 | c | /*-
* BSD LICENSE
*
* Copyright (c) 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 copyri... | [
"james.r.harris@intel.com"
] | james.r.harris@intel.com |
01fe874668db40a02f9374aea833940f3114a6b8 | e5030a4bd6385694cb8cecd05cc38d11b00da496 | /03_SDK/xr871sdk/src/ota/ota_i.h | f5971285d2e422a13bbce321af97d06f12587439 | [] | no_license | 13824125580/XR871 | a299919c66707a2a5ba49f735cad19fea4883d3d | 206ffefe41ea6801f3e49704b2697d2d5c46fe4a | refs/heads/master | 2021-01-01T17:51:38.089412 | 2017-07-24T05:45:15 | 2017-07-24T05:45:15 | 98,179,255 | 2 | 0 | null | 2017-07-24T10:34:08 | 2017-07-24T10:34:08 | null | UTF-8 | C | false | false | 2,751 | h | /*
* Copyright (C) 2017 XRADIO TECHNOLOGY CO., LTD. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice,... | [
"leafy.myeh@xradiotech.com"
] | leafy.myeh@xradiotech.com |
de93514e3ee2b7abd069f936e43c17573a80660b | 2a9b2ec98267c8760b86bcdf4973e985d55be96f | /poc/lib/control/vel/dev/cart.h | f68eab9471f2137e6e7527ac8ade94c8a091533f | [] | no_license | uDeviceX/uDeviceX | 51af1a37bc5d1a1e0131dfcb6c008b8528c20746 | c783450b43340177abfad4b02c8e23c8079f6bec | refs/heads/master | 2023-01-24T18:22:12.536904 | 2023-01-20T12:33:56 | 2023-01-20T12:33:56 | 18,841,165 | 20 | 9 | null | null | null | null | UTF-8 | C | false | false | 176 | h | static __device__ float3 transform(Coords_v, TCart, const Particle p) {
enum {X, Y, Z};
float3 u;
u.x = p.v[X];
u.y = p.v[Y];
u.z = p.v[Z];
return u;
}
| [
"slitvinov@gmail.com"
] | slitvinov@gmail.com |
7a5091b07b5d57f7407d5be99dce59a1383e306a | 72fda86c971fec9c5e15bd02a02fa3ee49563845 | /vendor/libftm/src/mat4/ftm_mat4init_frustum_sym.c | 276376546ec892ef649a78d8dcf2d9d25247540a | [] | no_license | cacharle/scop | f6bfca9e0744fe489ca7a3f86e30d4359da8ac5d | 84a5a84861c95174e6dc4b28301fc4bcb0192069 | refs/heads/master | 2022-07-04T08:45:13.075590 | 2020-05-14T17:40:07 | 2020-05-14T17:40:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,211 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ftm_mat4init_frustum_sym.c :+: :+: :+: ... | [
"sircharlesaze@gmail.com"
] | sircharlesaze@gmail.com |
2a3e8ca458312ad94284f0df328d536d669950f4 | 2875e427d9931ab8cfe2e066e1568c3130fcc3f2 | /Solaris_2.6/os_net/src_ws/usr/src/lib/nsswitch/files/getspent.c | 5b37f72d1196ad46f822a99527f64020ee406a9a | [] | no_license | legacy-codedigger/Solaris-2.6-Source-Code | 3afaff70487fb96c864d55bd5845dd11c6c5c871 | 60a0b3093caa7d84e63dd891a23df0e8e720bf3d | refs/heads/master | 2022-05-23T16:05:32.631954 | 2020-04-25T01:07:08 | 2020-04-25T01:07:08 | 258,658,903 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,001 | c | /*
* Copyright (c) 1988-1995 Sun Microsystems Inc
* All Rights Reserved.
*
* files/getspent.c -- "files" backend for nsswitch "shadow" database
*/
#pragma ident "@(#)getspent.c 1.7 95/07/13 SMI"
#include <shadow.h>
#include "files_common.h"
static int
check_spnamp(argp)
nss_XbyY_args_t *argp;
{
struct spwd ... | [
"zahir.meddour@protonmail.com"
] | zahir.meddour@protonmail.com |
1d6d852818b65f897062750894325faaeba1daf3 | dcbb0174cef26164c1749661c5ac3ff45ef338ee | /xbook2/library/xlibc/include/sys/socket.h | d0c842713cf6c436e0e302ce3fd781b2a70d5408 | [
"MIT"
] | permissive | huloves/kernel | ea699dd122d66538b725cd0d5d9e2619e6971763 | 918e2bfed022733148c7e768234d6ba06914f1ad | refs/heads/master | 2022-03-08T07:36:20.095085 | 2022-02-18T09:56:51 | 2022-02-18T09:56:51 | 234,358,664 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,108 | h | #ifndef _SYS_SOCKET_H
#define _SYS_SOCKET_H
#include <types.h>
#include <stdint.h>
typedef uint32_t socklen_t;
typedef uint32_t u32_t;
typedef uint16_t u16_t;
typedef uint8_t u8_t;
/* These macros should be calculated by the preprocessor and are used
with compile-time constants only (so that there is no little-... | [
"17791627852@163.com"
] | 17791627852@163.com |
fd1b388f66e2d27a1e367c2265db461631a8fc15 | 4cba6096a61c0ccda0adfa0e3de6b9402c93a005 | /gimp/data/blueprints/back/usr/include/x86_64-linux-gnu/asm/kvm.h | e1e7ab4c3ed458ba3e974700dc7e467858e8a5d2 | [] | no_license | StanfordSNR/gg-results | da3de3ce52235c187c6178b0ceab32df2526abf5 | 16ac020603e4b1ef96b2d8c27d1683724cbb30b8 | refs/heads/master | 2021-08-06T16:11:06.747488 | 2019-01-05T21:41:24 | 2019-01-05T21:41:24 | 103,858,663 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,011 | h | // GGHASH:VamoA5TGh_jZR7ybL.zDpyUvxYB854EVPa7WYnjgbvEo00001bc1
#ifndef _ASM_X86_KVM_H
#define _ASM_X86_KVM_H
#include <linux/types.h>
#include <linux/ioctl.h>
#define KVM_PIO_PAGE_OFFSET 1
#define KVM_COALESCED_MMIO_PAGE_OFFSET 2
#define DE_VECTOR 0
#define DB_VECTOR 1
#define BP_VECTOR 3
#define OF_VECTOR 4
#define B... | [
"sfouladi@gmail.com"
] | sfouladi@gmail.com |
bd77cdc3ce5ba1f1de1328b1e42ed6530882c081 | 719c0bf5f224b3558719c85011cfba27cf2463a2 | /sdk/docs/doxygen/source/doc_license.h | b74b6e61350398fb794d21dae16d5857763f750e | [
"DOC",
"Zlib"
] | permissive | tstavrianos/angelscript | 02b03b48facd6f2afb669c4336b699eb070c1c7b | 1b188559812a8f281020c9128ad9650ccd10782b | refs/heads/master | 2020-03-25T03:13:12.764127 | 2019-10-22T18:51:21 | 2019-10-22T18:51:21 | 143,329,120 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 999 | h | /**
\page doc_license License
\section doc_lic_1 AngelCode Scripting Library
Copyright © 2003-2019 Andreas Jönsson
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any
damages arising from the use of this software.
Permission ... | [
"angelcode@404ce1b2-830e-0410-a2e2-b09542c77caf"
] | angelcode@404ce1b2-830e-0410-a2e2-b09542c77caf |
464ed034e494884bae58b58114892f211f268b25 | 93ec90cc5c55c5fcd802b16be0584e06ef1609cd | /C_ProgrammingLessons/03_12_return1.c | b2e684318e3defc46105ae90bd000dcf4f63479c | [] | no_license | emzan/C_ProgrammingLessons | 26b2735dbc7b78dee302c5d10dd04ff0e1fea869 | 7f52838a6c176590b898a5483a6155915cf73bb6 | refs/heads/master | 2021-04-27T19:49:27.865879 | 2018-03-04T02:13:35 | 2018-03-04T02:13:35 | 122,364,860 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 222 | c | #include <stdio.h>
char gimmeAnA(void);
int main()
{
char grade;
grade = gimmeAnA();
printf("On this test you received an %c.\n",grade);
return (0);
}
char gimmeAnA(void)
{
return('A');
}
| [
"zanettiemilio@hotmail.com"
] | zanettiemilio@hotmail.com |
910146b0d0c255e9b84efbb7fb1f58066c2c6c8f | 805666a84218be543410ff5089588f1572dd20ec | /d/xingxiu/obj/yujian.c | b8fe679e5e6b0940a11c76ed167961fda97c668e | [] | no_license | mudchina/xkx2001 | d47a9caca686ab7c89fe0b9140fbaf9d3601e1f5 | 4e8f8a13a72884d5dbe4b589542eb34e29e89d70 | refs/heads/master | 2021-01-10T06:50:29.517433 | 2016-02-20T14:09:12 | 2016-02-20T14:09:12 | 52,156,038 | 24 | 23 | null | null | null | null | GB18030 | C | false | false | 633 | c | //Cracked by Roath
// jadesword.c 玉剑
#include <ansi.h>
#include <weapon.h>
inherit SWORD;
void create()
{
set_name(HIW"玉剑"NOR, ({ "jade sword", "jian", "sword" }));
set_weight(2500);
if (clonep())
set_default_object(__FILE__);
else {
set("unit", "柄");
set("long", "一柄白色长剑,是白玉所造成,刃口磨得很是锋锐,和钢铁兵器不相上下。\n");
s... | [
"liming.xie@gmail.com"
] | liming.xie@gmail.com |
d3f76ca16198dca2f55032a304cd8a13d9e23f82 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/dc97abbc-aef8-4a78-8039-2d4626928546.c | 6a05209f9ef6988a5c48c4308e58c329ed881100 | [] | 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 | 606 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=11;
int k;
int l;
j = 533;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = j/j;
l = k%j;
l = l-j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[53];
int c[92];
a = ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
8e5b222142b56ab2e18c596ddd97ece179933598 | 5b69b19b6cfcc1cd1528be9f3286396c04510dbd | /mediatek/custom/e6902/kernel/leds/mt65xx/cust_leds.c | 7835d5feceb91c319a518880afc3640667d12796 | [] | no_license | bq/edison-3 | 54c65a515c417943037a0cc7135261287ef0eba9 | d4971e1bb170321893348739dad16f28c3c93fc7 | HEAD | 2016-09-10T22:58:07.001997 | 2015-11-18T09:09:04 | 2015-11-18T09:09:04 | 27,552,861 | 3 | 3 | null | null | null | null | UTF-8 | C | false | false | 4,624 | c | #include <cust_leds.h>
#include <cust_leds_def.h>
#include <mach/mt_pwm.h>
#include <linux/kernel.h>
#include <mach/pmic_mt6329_hw_bank1.h>
#include <mach/pmic_mt6329_sw_bank1.h>
#include <mach/pmic_mt6329_hw.h>
#include <mach/pmic_mt6329_sw.h>
#include <mach/upmu_common_sw.h>
#include <mach/upmu_hw.h>
extern int d... | [
"anddevops@bq.com"
] | anddevops@bq.com |
691456b36a5168a1811cf39b40001440aa10276f | de21f9075f55640514c29ef0f1fe3f0690845764 | /regression/contracts-dfcc/assigns_enforce_havoc_object/main.c | 072c4bc9dcebee9c780d4af4487f43b611135537 | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference",
"BSD-4-Clause"
] | permissive | diffblue/cbmc | 975a074ac445febb3b5715f8792beb545522dc18 | decd2839c2f51a54b2ad0f3e89fdc1b4bf78cd16 | refs/heads/develop | 2023-08-31T05:52:05.342195 | 2023-08-30T13:31:51 | 2023-08-30T13:31:51 | 51,877,056 | 589 | 309 | NOASSERTION | 2023-09-14T18:49:17 | 2016-02-16T23:03:52 | C++ | UTF-8 | C | false | false | 712 | c | #include <assert.h>
#include <stdlib.h>
int x = 0;
typedef struct stc
{
int i;
int j;
} stc;
typedef struct stb
{
stc *c;
} stb;
typedef struct sta
{
union
{
stb *b;
int i;
int j;
} u;
} sta;
int nondet_int();
void bar(sta *a)
{
if(nondet_bool())
return;
__CPROVER_havoc_object(a->u.... | [
"delmasrd@amazon.com"
] | delmasrd@amazon.com |
feebba75f338ef05c6d94d5c173e994b6e84ad83 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/net/ethernet/chelsio/cxgb4/extr_cudbg_lib.c_cudbg_get_mem_region.c | 21eab4e2c087c4dbb261a48780d9e61cb0894248 | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,323 | 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 |
3707a68b51744133db9d311436d8f1eaf1484d13 | 06e40eabf2c8d5de5f4457e4a3dab4b148c2d52d | /ports/w600/chip/driver/wm_i2c.c | 178f22cb2b674f8e69d3f72f4b5f90e34f30db44 | [
"MIT"
] | permissive | purencai/micropython-1 | 65d68225269f3da245ef676aebef5a6d7fe77d76 | d810656717e9faa8f0e8c2bc45c1cdc820062ea0 | refs/heads/master | 2020-05-17T17:30:51.314908 | 2019-04-16T13:35:59 | 2019-04-16T13:35:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,105 | c | /**************************************************************************//**
* @file wm_i2c.c
* @author
* @version
* @date
* @brief
*
* Copyright (c) 2014 Winner Microelectronics Co., Ltd. All rights reserved.
*****************************************************************************/
#include <s... | [
"XIVN1987@163.com"
] | XIVN1987@163.com |
2567a606ba923e260fd44dc49b60e948615c6693 | 63c8abf02d738ec62a9ec49fa5d5204d6b3fb2ec | / scope-ocr --username aravindh.shankar.91@gmail.com/tess-two/eyes-two/jni/hydrogen/include/leptonica/bmf.h | 6ed6e076e0d69b7251ebbe64f80379be250fe525 | [
"CC-BY-3.0",
"Apache-2.0"
] | permissive | salmangadit/scope | 84c5d5e7a227af3cc015a67e6330728d20d5eac5 | d4d4feae21e30beed513cf3ad55d23d28eeaf06a | refs/heads/master | 2021-01-19T02:44:11.788730 | 2016-06-23T13:13:19 | 2016-06-23T13:13:19 | 26,875,576 | 1 | 0 | null | 2016-06-23T13:13:19 | 2014-11-19T18:35:48 | D | UTF-8 | C | false | false | 2,526 | h | /*====================================================================*
- Copyright (C) 2001 Leptonica. All rights reserved.
- This software is distributed in the hope that it will be
- useful, but with NO WARRANTY OF ANY KIND.
- No author or distributor accepts responsibility to anyone for the
- conseq... | [
"salman.gadit@gmail.com"
] | salman.gadit@gmail.com |
2fda2511696a19ebd6d5c1903d65cb2240952c97 | 3db023edb0af1dcf8a1da83434d219c3a96362ba | /windows_nt_3_5_source_code/NT-782/PRIVATE/NET/SOCKETS/SOCKREG/LOCAL.H | c70af4af7cbe50b96424a52aa29a65338d2601d6 | [] | no_license | xiaoqgao/windows_nt_3_5_source_code | de30e9b95856bc09469d4008d76191f94379c884 | d2894c9125ff1c14028435ed1b21164f6b2b871a | refs/heads/master | 2022-12-23T17:58:33.768209 | 2020-09-28T20:20:18 | 2020-09-28T20:20:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,074 | h | /*++
Copyright (c) 1991 Microsoft Corporation
Module Name:
local.h
Abstract:
Common header file for all sockutil modules.
Author:
David Treadwell (davidtr) 5-06-92
Revision History:
--*/
#ifndef _LOCAL_
#define _LOCAL_
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
89d5b68f50799f128246026b5e42097e070133fe | e9dfe13e813320ce346307164dd52616f11ff88e | /Específicos/Repaso (final)/Modelos/Primer Parcial/P_P1_2010_3_02/Ejercicio 4/funciones.c | af80e9e3b6a4df9594bb62c0f60676376597541f | [] | no_license | Squiro/progra-unlam | 4b4ecb622e426b71f7e3cfbcba51cb804ece9940 | 117e9419561739c1de8f440c36325acd726de0ba | refs/heads/master | 2021-01-08T02:01:24.124541 | 2020-08-31T14:59:19 | 2020-08-31T14:59:19 | 241,879,398 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 678 | c | #include "funciones.h"
int chequearSuma(float mat[][TAM], int fil, int col)
{
return sumaTriangularInferior(mat, fil, col) == sumaTriangularSuperior(mat, fil, col);
}
float sumaTriangularSuperior(float mat[][TAM], int fil, int col)
{
float suma = 0;
int i, j;
for (i = 0; i < fil; i++)
for (j ... | [
"alesio_sinopoli@hotmail.com"
] | alesio_sinopoli@hotmail.com |
418efd6cca6d415dae8ae39692b302da0866eae3 | 4128b2191e2a63c3fcd284548869fd09daa628a2 | /Work/ConsoleApplication9/ConsoleApplication9/ex09-05(예시).c | c84556470c8f40438d8a82605d76b442cb9472fe | [] | no_license | yeona98/project_C | 7ae77fb941bfef34f414aa9885556acee57461bc | 8396196aa83332a0094c948493b55c544cce3ff5 | refs/heads/master | 2021-09-06T06:31:28.685947 | 2018-02-03T07:03:33 | 2018-02-03T07:03:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 570 | c | #include <stdio.h>
#include <stdlib.h>
int Add(int x, int y)
{
return x + y;
}
int Sub(int x, int y)
{
return x - y;
}
int Mul(int x, int y)
{
return x * y;
}
double Div(int x, int y)
{
return (double)x / y;
}
void main(void)
{
int a = 0, b = 0;
int sum = 0;
printf("First num : ");
scanf("%d", &a);
prin... | [
"senssos@daum.net"
] | senssos@daum.net |
9b84d249b13b6190b026dd9130db54ab00fd4647 | f3e813535f75fb461e2306f1ad18596ac233e758 | /odb_api_bundle-0.17.6-Source/odb/src/tools/mr2d_create.c | 1d84c5d85d8853231694e9421582cd047871e28c | [] | no_license | vyesubabu/metview | 47f9de3eb5f1bf418e513ed306aa2279635b79c7 | 74c2b9bc28673001fd02e00194e92c53a897fb62 | refs/heads/master | 2021-05-17T16:42:41.697859 | 2018-04-09T15:08:19 | 2018-04-09T15:08:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,835 | c | #include "mr2d_hdr.h"
static char program[]="mr2d_create";
/*
mr2d_create: Creates a MR2D-concatenated file from given input file(s)
Notes: Works only in a single processor mode i.e.
no parallel $MRFSDIR access is available on VPP
*/
#define USAGE \
"mr2d_create -i input_file[.%d]\n" \
... | [
"Xin.L.Zhang@noaa.gov"
] | Xin.L.Zhang@noaa.gov |
a513a8f5d15a65c23be6bf0da1beed29dd6bfcf6 | 2de3a81ae3989467d5d51f4c583e88603efc9d4e | /orca/hawk/rts/include/po/pdg.h | 2d279b0f6cf8707c0aa4ab518a77dafeaf7aecdf | [
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-permissive"
] | permissive | Abhiroop/orca | 087e9b1ff50c0f99bfbf0da14cae4ae448a35351 | a51a1e09f98af04f73701bce8160d41e9ba04c12 | refs/heads/master | 2020-06-17T09:07:01.379914 | 2019-07-08T19:17:27 | 2019-07-08T19:17:27 | 195,872,398 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,115 | h | #ifndef __pdg__
#define __pdg__
#include "sys_po.h"
#include "misc.h"
#include "graph.h"
struct pdg_s {
graph_p graph;
int with_rdeps; /* Number of partitions with remote dependencies. */
int with_ldeps; /* Number of partitions with no remote dependencies. */
int *nrdeps; /* Number of remote dependencies f... | [
"asiamgenius@gmail.com"
] | asiamgenius@gmail.com |
545600c352fd0188d1cbdf0d3f8e9c8e804463dc | 8e377046f9a1dd9ea369ceb9e9e4d4a194f5d064 | /firebirdsrc/sjtubbs/branch/fleg/1128/httpd/bbstdoc.c | 85654b5e555d2987233c54ee25d6cbf8a3ee8d11 | [] | no_license | teracs/thegreatnykz | 67c937fdcba145927f9bd30a10f33475d83f306b | 0065d7872641e5caaf40dbb38b3ae1ffc95c2770 | refs/heads/master | 2021-05-30T03:21:20.154961 | 2013-12-21T12:20:55 | 2013-12-21T12:20:55 | 13,188,715 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 3,943 | c | #include "www.h"
char *stat1();
int bbstdoc_main()
{
FILE *fp;
char board[80], dir[80];
struct shortfile *x1;
struct fileheader *data;
int i, start, total2 = 0, total, sum = 0;
init_all();
strsncpy(board, getparm("board"), 32);
x1 = getbcache(board);
if (x1 == 0)
http_fatal... | [
"derek.lu@horizonlink.co.jp"
] | derek.lu@horizonlink.co.jp |
11eeeca4d63d5745324adb4cd47c75601b52827c | b10d7eba9647afcbe44a43f9feb87c5e8118ec13 | /ADC_sharp.cydsn/codegentemp/project.h | d4f1ab54c344ddfad1e32268ac78661ef5f65bd4 | [] | no_license | NRDaza/Sharp-Psoc5- | b0502036f1ddc68c21cc6fc84c5181c36a66df2e | a2ff1de9cd860643c0451f0c39fd800673ca27be | refs/heads/master | 2020-04-29T00:41:29.925439 | 2019-03-14T22:42:34 | 2019-03-14T22:42:34 | 175,703,912 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,525 | h | /*******************************************************************************
* File Name: project.h
*
* PSoC Creator 4.2
*
* Description:
* It contains references to all generated header files and should not be modified.
* This file is automatically generated by PSoC Creator.
*
***********************************... | [
"nrodriguezd@correo.udistrital.edu.co"
] | nrodriguezd@correo.udistrital.edu.co |
4b01755d75dc6d1d5b12e79a03dca165c2f945da | 7eb688b16098d66ff9c21f5aa5589c7a05766036 | /src/frtos_skeleton/task_function.h | 5fa1857777e0fa454a47852ddb9c9acb1e12add9 | [] | no_license | xxxMIBCxxx/RX65N_FreeRTOS_ADPCM | 71e2805ba29084cc0dc379714e1c8da2a0d0753b | 3c0e508794a29f0a51f70331c578a7e5a150a3b5 | refs/heads/master | 2022-12-22T15:05:59.772541 | 2020-09-27T12:28:51 | 2020-09-27T12:28:51 | 299,026,980 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,701 | h | /***********************************************************************************************************************
* DISCLAIMER
* This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No
* other uses are authorized. This software is owned by Renesas Elect... | [
"yuuki-miki-papa@i.softbank.jp"
] | yuuki-miki-papa@i.softbank.jp |
4e38c95918a57663cf03d6126a4d45f4224749d5 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/emscripten-master/system/lib/libc/musl/src/env/__init_security.c.bak.c | c0cd7d3056ffbe4f8c3b8a4113037133c41a52d9 | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 669 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
#include <elf.h>
#include <poll.h>
#include <fcntl.h>
#include "syscall.h"
#include "libc.h"
#include "atomic.h"
static void dummy(void *ent)
{
}
weak_alias(dummy, __init_ssp);
void __init_security(size_t *aux)
{
struct pollfd pfd[3] = { {.fd=0}, {.fd=1}, {... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
971af9a46691fb0785b59e0d712db9eb90cc42fe | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/5b749b56-07b5-45e2-b4bf-158eb610a980.c | 6b979457a7a6fcd5de1db3e5a7cd631543e76945 | [] | 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 | 590 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=22;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = i%j;
l = j-j;
k = i-k*i;
//variables
/* START VULNERABILITY */
int a;
int b[11];
int c[36];
a = 0;
while (b[( a - 1 )]... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
d2dbd4d5d9905b409fd4e89930b0080f55be1701 | 10e64f8dca0b596b339169f80c8706edb51eed9f | /linux-devkit/sysroots/x86_64-arago-linux/usr/share/ti/cgt-c6x/lib/src/bcmp.c | 478ad2da10bbbc9a0438cdc44fc069dcf2c88d72 | [] | no_license | 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 | 2,929 | c | /****************************************************************************/
/* bcmp v8.2.2 */
/* */
/* Copyright (c) 2012-2017 Texas Instruments Incorporated */
/* h... | [
"82796620@qq.com"
] | 82796620@qq.com |
c008835be4604e5eb94648f22d07cb7f2e3b1d4b | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/51cadbfd-1858-4a95-a760-f2cc2df2d1ab.c | 08b22e94381c489d3f826368ba0d53d53d7e7d59 | [] | 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 | 539 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 54;
k = i/j;
l = i/j;
l = l/j;
l = l-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
int b[60];
int c[20];
a = 0;
while (( a - 1 ) > -1) {
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
9d1194bc0fdfeee15cf7c023f487b35c0d13bc53 | 34499e81e35bb4328fa901bd9f9ac1874c409414 | /0x0B-malloc_free/3-alloc_grid.c | 7e05ecb95c56b83875cee70f5fac66dd0b29e9dc | [] | no_license | maroua199525/holbertonschool-low_level_programming | 189d5236cf774c739bf2f4ccad09d92ceaf4f819 | c7316391fc3bfe9e165bdd93f000a9d3f5d8bfbf | refs/heads/master | 2023-07-20T01:10:41.729240 | 2021-09-01T20:25:00 | 2021-09-01T20:25:00 | 335,627,260 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 609 | c | #include "holberton.h"
#include <stdlib.h>
/**
* alloc_grid - create an array of integers
*@width:integer
*@height:integer
*Return: 0
*/
int **alloc_grid(int width, int height)
{
int i, j, k;
int **array;
if (width <= 0 || height <= 0)
return (NULL);
array = malloc(sizeof(int *) * height);
if (array == NU... | [
"2646@holbertonschool.com"
] | 2646@holbertonschool.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.