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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
080b662efa0840b591a3c39895b2b11e8449196f | 0c0dac0626aaadd561e250fb47eeede8312d5d82 | /usr.bin/tmux/grid-reader.c | c4a876efb0969139b1e19b90b1ebd04f4e82fc2b | [] | no_license | arekinath/openbsd-6.9-a3 | 5c25a287c481699a09c9c4630c5c773a38412e0a | 744a280e5e7d8e71664847a5d9a9693e80f7f5ec | refs/heads/main | 2023-08-19T04:33:48.119966 | 2021-10-05T02:07:50 | 2021-10-05T11:12:50 | 413,786,977 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,209 | c | /* $OpenBSD: grid-reader.c,v 1.3 2021/03/09 08:24:09 nicm Exp $ */
/*
* Copyright (c) 2020 Anindya Mukherjee <anindya49@hotmail.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permis... | [
"alex@cooperi.net"
] | alex@cooperi.net |
166824941fa81eb16727cfa945f4deffd7be82c8 | 98a03d6421685f5d6f184fd9a4fc13a2f12fc7fe | /sockets/multicastSocket/multicastClient.c | d704f04bb1b187c5e50d3d71153e048314630ff7 | [] | no_license | cdminigun/C-Examples | 745bfc718ba10882940a624261514ec346d14571 | 3691abbc689a390e2923094e8a760417169b0ff8 | refs/heads/master | 2021-01-10T13:28:28.025127 | 2017-09-19T02:59:37 | 2017-09-19T02:59:37 | 48,655,821 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,395 | c | #include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <errno.h>
#include <arpa/inet.h>
#include <unistd.h>
#define TARGET_PORT 22201
/* Team port is 22201 */
#define BUFFSIZE 1024
#define GROUP join_group.imr_multiaddr.s_addr
#define ... | [
"cdminigun@gmail.com"
] | cdminigun@gmail.com |
98beca32ad1a0e92c6e8c11295f3c127368cfbf2 | 9c97b447f9294671b3c9b28fc67b6cbc0724a668 | /subversion/libsvn_ra/ra_loader.c | 16a7ca2d80b9f55e8c2a30fecca6448d411262d8 | [
"LicenseRef-scancode-unicode",
"HPND-Markus-Kuhn",
"BSD-3-Clause",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-other-permissive",
"X11"
] | permissive | ezdev128/svn | 1d69fa158a417ac868fc0700750e58fdd6d032d7 | a5bdbda4d6ab2bd4e7ae87a86e4967e33968aa38 | refs/heads/master | 2021-01-10T20:39:57.918993 | 2015-01-30T10:44:16 | 2015-01-30T10:44:16 | 30,067,743 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 63,080 | c | /*
* ra_loader.c: logic for loading different RA library implementations
*
* ====================================================================
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for a... | [
"evilzluk@gmail.com"
] | evilzluk@gmail.com |
b6369ec699a533dbb8a969f84c96ffcfae8f20f2 | 3eef38de0a788560623263b571eea29a46cce073 | /chapter10/bounds.c | fe7b02a9b015721316c7053d6dd360e78ae6139d | [] | no_license | lut1y/Stephen_Prata_Ansi_C | 7183433dd6b5b63b94e292df2418ac8094b95ba1 | 34fca1c1fd9ac5192e2eb600ea8b4df02ffb299c | refs/heads/master | 2023-07-11T10:00:24.919237 | 2021-08-05T18:32:45 | 2021-08-05T18:32:45 | 393,132,469 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C | false | false | 570 | c | // выход за границы массива
#include <stdio.h>
#define SIZE 4
int bounds(void) {
int value1 = 44;
int arr[SIZE];
int value2 = 88;
int i;
printf("value1 = %d, value2 = %d\n", value1, value2);
for(i=-1; i <= SIZE; i++)
arr[i] = 2 * i + 1;
for(i=-1; i < 7; i++)
printf("%2d %d\n", i, arr[i]);
printf("va... | [
"lut1y@mail.ru"
] | lut1y@mail.ru |
14a3c86b3937575bfa895c476d49decf8e319a07 | 412b2a2e324d41acb1068f5b22d9486afc6c4022 | /src/ch1/challenge1.c | 2b91f303e97b1c745d644b4714ffe456764d4611 | [
"Unlicense"
] | permissive | daanishsuhail/exercises-modernC | ac43c20a3b3c5e06bb0a91c633df78346921f80e | bb88335014427a30a210d9eb42f9ce4ecfb875fc | refs/heads/main | 2023-06-29T04:25:16.147990 | 2021-08-01T02:28:57 | 2021-08-01T02:28:57 | 390,774,623 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 653 | c | /* this program is provided for challenge 1
TASK: (1) merge sorting arrays, (2) quick sorting arrays.
a subroutine must run which checks both arrays
this program will be written to sort a string array */
#include <stdio.h>
int main() {
char stringle[8] = {1, 2, 3, 4, 5, 6, 7, 8};
int subarray_count;
i... | [
"devicec@daans-mbp.lan"
] | devicec@daans-mbp.lan |
c973f5659303d0cda9274630375e55a35c05314f | 85245342de5b7333ad97bad2586cae256b355b4f | /digital_photo_frame/10.show_file_input/1.2.show_file_input_button_query/include/input_manager.h | dee7d2827fc09158249804765f90507772261f5c | [] | no_license | sdwuyawen/LinuxProjects | 78f14e7fc5377f7d1a73a8643d039c1c74c27f1a | 4fe42a4c1f0340d1bcac709ce436a903f389b899 | refs/heads/master | 2021-01-22T08:59:52.455404 | 2015-07-05T23:56:05 | 2015-07-05T23:56:05 | 37,501,208 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 936 | h | #ifndef _INPUT_MANAGER_H
#define _INPUT_MANAGER_H
#include <sys/time.h>
#define INPUT_TYPE_STDIN 0
#define INPUT_TYPE_TOUCHSCREEN 1
#define INPUT_VALUE_UP 0
#define INPUT_VALUE_DOWN 1
#define INPUT_VALUE_EXIT 2
#define INPUT_VALUE_UNKNOWN -1
typedef struct InputE... | [
"sdwuyawen@126.com"
] | sdwuyawen@126.com |
3c5f3a8ec420fb7847a6dada3bc078c915330b79 | ec2785821f790217110cf52a7bb694a644b3dd62 | /include/sisoIoTiffErrorCodes.h | 4329b782c35321ac334f77d05d4e1254e634ba30 | [] | no_license | tiaotia0/CameraGrabber | c8a116bfdcc08de5bf5b419b88e2bc067480ab0c | 00b5c7683a66a362ffa22f0d6f2e7e84dca9b47b | refs/heads/master | 2020-04-04T01:01:54.888054 | 2018-11-13T08:30:10 | 2018-11-13T08:30:10 | 155,665,272 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,233 | h | /**
* sisoIoTiffErrorCodes.h
*
* Copyright (c) 2002-2014 Silicon Software GmbH, All Rights Reserved.
*
* \file sisoIoTiffErrorCodes.h
*
* \brief Header file for all Tiff Error codes.
*
* \author Silicon Software GmbH
*/
#pragma once
enum TIF_ERRORS
{
ERR_TIF_NO_ERROR = ... | [
"573024445@qq.com"
] | 573024445@qq.com |
45b431865fcb81f3fa5872a50358bb0ac0ec6dbe | 8e43b0ea7a348e36333c61039f8de85af78d400c | /Include/Compression/sal.h | 91f7b541faaaf7d6741f660e3e55fbaf6b0d26ea | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | NativeFunction/SC-CL | a9154db809ab275380e70af81be8ffeb81f73e81 | 128dfe6370486f504425f11766df0f3d876b38b8 | refs/heads/master | 2023-05-31T18:56:03.611826 | 2023-05-16T19:01:59 | 2023-05-16T19:01:59 | 95,806,554 | 37 | 13 | null | null | null | null | UTF-8 | C | false | false | 118,478 | h | /***
*sal.h - markers for documenting the semantics of APIs
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
* sal.h provides a set of annotations to describe how a function uses its
* parameters - the assumptions it makes about them, and the guarantees it makes
* upon f... | [
"rock4259@hotmail.com"
] | rock4259@hotmail.com |
00ff37f1c964bb367d6f05b5e998adbec0de96c8 | a73e8562351de5f2f6dfb85fda85ac2483843d90 | /enjoySH/Pods/Headers/Public/MobShareSDK/AGCommon/UINavigationBar+Common.h | de3f0faee348cc2c03f79651d4407f3904c9809c | [] | no_license | cilaaaa/EnjoyApp-1.0-for-IOS | f094536942eb0f71f10c903643eb0f9d7d20b10b | 4c48cd8033d23e804f3411c8552ad5cd4b584f99 | refs/heads/master | 2020-12-25T14:22:42.997497 | 2016-08-24T09:04:42 | 2016-08-24T09:04:42 | 66,448,781 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 89 | h | ../../../../MobShareSDK/ShareSDK/Core/AGCommon.framework/Headers/UINavigationBar+Common.h | [
"472185361@qq.com"
] | 472185361@qq.com |
09a406d89db2d1654d362c1773f9b9a238a66ebf | 6c209a565da8a817f5d16707c2cd62f5cdf95330 | /SquareRoot.c | 9babb6fb24febc46c96b861b23a012a40ab85ae6 | [] | no_license | ganeshbs17/Cprograms | b1d4bb66bd9ba376c5ff8b3e72cb1e528bb68e12 | 951c83b1bd31e7d328d9f9d5d9e59043286845ae | refs/heads/master | 2023-07-10T06:01:43.152175 | 2021-07-29T18:30:10 | 2021-07-29T18:30:10 | 286,987,153 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 448 | c | #include<stdio.h>
float square(float n)
{
int i;
float s;
s=n/2;
for(i=0;i<n;i++)
{
s=(s+(n/s))/2;
}
return s;
}
int main(void)
{
float num,res;
printf("\n enter a number : ");
scanf("%f",&num);
if(num>=0)
{
if(num == 0)
res=0;
else if(num==1)
res=1;
else
res=square(num);
printf("square root of %f is %f\n",num,re... | [
"65601315+ganeshbs17@users.noreply.github.com"
] | 65601315+ganeshbs17@users.noreply.github.com |
a57cf8b3b7e30581829eac1d9c17d10e1e4cd0bd | 4dded9dc39b41c35b7954372026c644571e3b8bb | /Week_3/plurality.c | 0629eb04bcda3a868946d44f34a4b36e6e5558ea | [] | no_license | biplobmanna/cs50x | c26f54055ba1dfdfe8aa7ff6c353b6c2a9e88ccd | ebd4b817a1b854b3d2b4166089bfdb246e3ab115 | refs/heads/main | 2023-05-06T23:16:15.317149 | 2021-06-02T02:31:43 | 2021-06-02T02:31:43 | 372,354,935 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,154 | c | /*
Complete the implementation of plurality.c in such a way that the program simulates a plurality vote election.
Complete the vote function.
----------------------------
vote takes a single argument, a string called name, representing the name of the candidate who was voted for.
... | [
"biplobmanna@outlook.com"
] | biplobmanna@outlook.com |
c3d76541edc559b34b389eb3939c29013059c3f8 | 7c1432e6664b4654fdda8fc8f12860dd917ababc | /websocket/websocket.h | 1f7482706858c10226049e04c9f8ff40622310d6 | [
"MIT",
"BSD-3-Clause"
] | permissive | Torresnceuit/WebRTC | 61e1588d472de017c0ff7b2b6fb933beda60fe50 | c2265e9bafc7774399e4aad931d8e655be9bd225 | refs/heads/master | 2021-01-01T04:32:45.617615 | 2017-07-09T17:38:53 | 2017-07-09T17:38:53 | 97,194,353 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 554 | h | #ifndef _WEBSOCKET_WEBSOCKET_H_
#define _WEBSOCKET_WEBSOCKET_H_
#ifdef __cplusplus
extern "C" {
#endif
#include "core.h"
#include "flow.h"
typedef struct snw_websocket_context snw_websocket_context_t;
struct snw_websocket_context {
snw_context_t *ctx;
snw_flowset_t *flowset;
SSL_CTX *ssl_ctx;
sn... | [
"root@mail1.peercall.vn"
] | root@mail1.peercall.vn |
39d35633a53436f35857fff5c7e152736eeb1ca4 | 45732d27d0f885cb42f86021d27b27b1b68c3b9a | /Pods/Headers/Build/AWSiOSSDKv2/MobileAnalytics.h | 876c4596e9cfac16005f4394d280831e76bca4f1 | [] | no_license | fogonthedowns/Swift-Snapchat-Yik-Yak-Clone | 3b3af9226505601d2a7a377e3735e1ba5c22d4cb | 092c16ee99aecdf6e3decdeab99253933af76061 | refs/heads/master | 2020-06-08T18:58:26.751839 | 2015-03-26T23:13:01 | 2015-03-26T23:13:01 | 29,926,367 | 39 | 10 | null | null | null | null | UTF-8 | C | false | false | 70 | h | ../../../AWSiOSSDKv2/AWSCore/MobileAnalytics/include/MobileAnalytics.h | [
"fogonthedowns@gmail.com"
] | fogonthedowns@gmail.com |
9f575438db2f45a8a3ff958025c94c1162552942 | d8a02babddc1a4fd6979a811638126bd03917805 | /timer.c | 6ca72f5e3a284853b1f7c1bbe3ae1731cb426415 | [
"MIT"
] | permissive | gavanfantom/hello-firmware | 96c9def917cc5d26dad1feb3cb396d1f19ed4818 | e7516ae45d83657b4256d39f343026d4df1e6c2e | refs/heads/master | 2020-06-06T12:51:39.967998 | 2019-08-24T16:23:46 | 2019-08-24T16:23:46 | 192,744,987 | 8 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,714 | c | /* timer.c */
#include "hello.h"
#include "timer.h"
void frame_timer_init(void)
{
Chip_Clock_EnablePeriphClock(FRAME_CLOCK);
Chip_SYSCTL_DeassertPeriphReset(FRAME_RESET);
FRAME_BASE->TCR = 2; // CRst
FRAME_BASE->TCR = 0; // CRst
FRAME_BASE->PR = FRAME_PRESCALE-1;
FRAME_BASE->MCR = 3; // MR0I |... | [
"gavan@coolfactor.org"
] | gavan@coolfactor.org |
73f8c0760b86bd870acba5ccb12ff42dbd0eb262 | fe344215e5f740fcff3791c781c3b2cc48f11c32 | /fonctions/in_win.c | decfc466fa8c64052f24ba5bd55803dbc82f8add | [] | no_license | Gorboulut/MUL_my_rpg_2019 | 88875dd1e31aef6e94fc8b317155df90836b37bb | 04823686e046db48915d5af6bb6827db483dccc9 | refs/heads/master | 2022-05-25T04:56:33.066794 | 2020-05-03T14:15:45 | 2020-05-03T14:15:45 | 260,929,077 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 157 | c | /*
** EPITECH PROJECT, 2020
** in_win.c
** File description:
** in_win.c
*/
#include "../include/my_rpg.h"
void in_win(game_t *game)
{
UNUSED(game);
} | [
"noreply@github.com"
] | Gorboulut.noreply@github.com |
656d93779bb108ae6fb64142f70c694f684f75d4 | 300196032d9c34c2a7ad4c64891dbc2740bee766 | /tankinfo.h | d343e1e378f3ff2a0898e9b99b78effc800fc560 | [] | no_license | cog777/TanksAttack | c8699efe9aca608dc8ebe7a2aaa3b71a089dead5 | 87bbe1b729cae9fd33a9e05866fcd993b8c389e8 | refs/heads/master | 2021-05-28T08:28:07.793133 | 2014-07-25T12:33:13 | 2014-07-25T12:33:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 279 | h | #ifndef TANKINFO_H
#define TANKINFO_H
#include "tankcontroller.h"
#include <QPointer>
struct TankInfo
{
TankInfo()
{
m_actionPoint = m_armor = 0;
}
qint32 m_actionPoint;
qint32 m_armor;
QPointer<TankController> m_pTank;
};
#endif // TANKINFO_H
| [
"zoltan.hanisch@gmail.com"
] | zoltan.hanisch@gmail.com |
57359043794cd2fa6af2f4d548f4c0f3100f7298 | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/work/kernel/linux-3.0.8/include/linux/eisa.h | e15ede131c76309d81cc79bf0f9e7ec393324891 | [] | no_license | weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346041 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,387 | h | #define _LINUX_EISA_H
#define EISA_MAX_SLOTS 8
#define EISA_MAX_RESOURCES 4
#define EISA_DMA1_STATUS 8
#define EISA_INT1_CTRL 0x20
#define EISA_INT1_MASK 0x21
#define EISA_INT2_CTRL 0xA0
#define EISA_INT2_MASK 0xA1
#define EISA_DMA2_STATUS 0xD0
#define EISA_DMA... | [
"weilaidb@localhost.localdomain"
] | weilaidb@localhost.localdomain |
b63af74cf7cc89e10ef46026239bb18a6c5f588c | 1811ca8136294a81410dd560af814e71366d7aab | /gvie.c | b8d132f9576b27df90289f0be5e62475b3a40254 | [] | no_license | a-guillot/mpi | f36f67e8c389bd8808c353baca7c52a13ed766da | 8315bd34ca4cf3dc3f976305ca8f6f2cc044ef72 | refs/heads/master | 2021-03-27T09:30:08.701008 | 2017-06-19T15:34:42 | 2017-06-19T15:34:42 | 89,228,612 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,487 | c |
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <sys/time.h>
#include <locale.h>
// interface graphique
#include "graph.h"
#include "functions.h"
// nombre max d'itérations
#define ITER 10000
/* longueur cycle recherche - 1 */
#define LONGCYCLE 11
int main(int argc, char* argv[argc+1]) {
setlo... | [
"and.guillot@gmail.com"
] | and.guillot@gmail.com |
9a77980b971bbeea46e65fd5de63f6e5901800e0 | 94d7cd96e002bef18e0d5f7c88eb60ee65ceea77 | /kern/include/proc.h | 6ce988d86b10242bf577ea9773ce04d0a53b4a80 | [] | no_license | WangRuochen1/os_161 | 016f0c829615f50c8acba2e0debfa912cb96421f | 2e8f673ee5977880508d966487cd9d9f9c58e700 | refs/heads/master | 2022-07-01T03:15:39.902658 | 2020-05-11T02:09:02 | 2020-05-11T02:09:02 | 262,915,769 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,644 | h | /*
* Copyright (c) 2013
* The President and Fellows of Harvard College.
*
* 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 lis... | [
"wruochen1999@hotmail.com"
] | wruochen1999@hotmail.com |
35cada943c38ad21f9a994ff96824a7a9b6f3734 | ea0930a945b1885ff1f1ffe7fabc61b5936bb70e | /test/test.c | 89ca1e7ab9823dbf17b28be96e642d7a83a9793d | [
"MIT"
] | permissive | jayeshpatel8/gdb_graphs | bc96b955303a4c8b88ab0fc552b6fc67202ba73d | f80c587d4470f29970928229a3a492c9664ff14c | refs/heads/master | 2022-11-24T05:36:44.337322 | 2020-07-12T20:17:07 | 2020-07-12T20:17:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 343 | c | #include<stdio.h>
static void func9(void) { printf("leaf\n");; }
void func8(void) { func9(); }
void func7(void) { func8(); }
void func6(void) { func7(); }
void func5(void) { func6(); }
void func4(void) { func5(); }
void func3(void) { func4(); }
void func2(void) { func3(); }
void func1(void) { func2(); }
int main()
{
... | [
"tarun27sh@gmail.com"
] | tarun27sh@gmail.com |
4db9338f698fcaa710bf696e13028dc45deafa80 | dc7631ad46c850ad3b491c261c2da42edffabc4e | /zephyr/shim/include/usbc/bc12_rt1718s.h | e34f21c9e0ba263a037c1e04217461c16b6d584f | [
"BSD-3-Clause"
] | permissive | coreboot/chrome-ec | 6eab032c65da77f16a7de81da85921c2ca872ee2 | 0bbd46a5aa22eb824b21365f21f4811c9343ca1e | refs/heads/main | 2023-08-25T08:30:03.833636 | 2023-08-25T04:46:28 | 2023-08-25T07:17:19 | 50,835,018 | 66 | 58 | null | null | null | null | UTF-8 | C | false | false | 349 | h | /* Copyright 2022 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "tcpm/rt1718s_public.h"
#define RT1718S_BC12_COMPAT richtek_rt1718s_bc12
#define BC12_CHIP_RT1718S(id) \
{ \
.dr... | [
"chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com |
ee88c6703abbfeb8361f918615ea1d1ae251c274 | 9804d52878566fb9d899e9b77c959ba254d02abd | /kernel/system/smp.h | 46e614eff0beddaff3b73f0022f5064bb0ad7e7b | [
"BSD-3-Clause",
"MIT"
] | permissive | DamieFC/cozen | 80f079642a5e2a2f365b5a4f83cc71810b61a8f7 | 8b87967cb52a15ea154746d59503f9a77f7cdf4f | refs/heads/main | 2023-03-17T07:03:18.741301 | 2021-03-22T22:34:55 | 2021-03-22T22:34:55 | 350,438,577 | 2 | 0 | NOASSERTION | 2021-03-22T18:03:53 | 2021-03-22T17:53:35 | null | UTF-8 | C | false | false | 1,987 | h | /*
BSD 3-Clause License
Copyright (c) 2021, Abbix
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 conditions an... | [
"69001578+Smart6502@users.noreply.github.com"
] | 69001578+Smart6502@users.noreply.github.com |
5b7736a27ea4f4a6850d8914e0d54b2ee198e86a | 598737b786a20889dc6acd468478baf4972535b3 | /src/include/md2.h | de1b2d18b3ee734aa713ac5df12bf7a817a7014a | [] | no_license | shisa/shisa-netbsd | 5c8e289de2a48b6d8f39bd3add9ca4ea48fec1da | 28d999d1c25107c126e0a458a97b9397aae592ef | refs/heads/master | 2021-01-01T05:33:32.619808 | 2008-05-26T04:27:54 | 2008-05-26T04:27:54 | 32,793,680 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 605 | h | /* $NetBSD: md2.h,v 1.2 2005/02/03 04:39:32 perry Exp $ */
#ifndef _MD2_H_
#define _MD2_H_
#include <sys/cdefs.h>
#include <sys/types.h>
/* MD2 context. */
typedef struct MD2Context {
u_int32_t i;
unsigned char C[16]; /* checksum */
unsigned char X[48]; /* input buffer */
} MD2_CTX;
__BEGIN_DECLS
void MD2Init(... | [
"keiichi@mobilegravity.sfc.wide.ad.jp"
] | keiichi@mobilegravity.sfc.wide.ad.jp |
c9270e1927e7d2eacdf41766d05c96e41b4a769f | fdf964c19ee71f38f1e7aad8869bd7612c7b2798 | /memset.c | 4f56f0eaa554aacc802a0d4cdd67a203c1f6f86a | [] | no_license | tjdetwiler/timix-libstring | 46bea18810ded90c1db89d9ca798e39fba116c7b | 1a755e9a76d93ff956601f915dbe7d5d20570605 | refs/heads/master | 2020-12-24T15:13:53.977877 | 2012-06-18T01:22:29 | 2012-06-18T01:22:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 910 | c | /*
* Copyright(C) 2012, Tim Detwiler <tdetwile@andrew.cmu.edu>
* Copyright(C) 2012, Tim Shields <tshield1@andrew.cmu.edu>
*
* This file is part of the Timix.
*
* Timix 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 So... | [
"timdetwiler@gmail.com"
] | timdetwiler@gmail.com |
a5cc6d7e506dd721c388239eb112ef6da5663382 | d7ca97a7458de339b94f7bed7a07433116562e0c | /Smart Greenhouse GUI & Code/Back Ups/Back Up (03062019)/Smart Habitat/Smart Habitat v1.0 Alpha/Smart Habitat v1.0 Alpha/__vm/.Smart Habitat v1.0 Alpha.vsarduino.h | 26fe22d34c5339fd63812692513896be9aa941ab | [] | no_license | FJBarranco/Smart_Habitat | 8fbb336147dba0fd5c794569b5803faa44269735 | 6819dec222d7551cc31f2b1f421988c35838343a | refs/heads/master | 2022-03-26T07:26:11.358343 | 2019-12-28T00:44:24 | 2019-12-28T00:44:24 | 230,538,430 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,587 | h | /*
Editor: https://www.visualmicro.com/
visual micro and the arduino ide ignore this code during compilation. this code is automatically maintained by visualmicro, manual changes to this file will be overwritten
the contents of the Visual Micro sketch sub folder can be deleted prior to publishing a project
a... | [
"33739266+ferni305@users.noreply.github.com"
] | 33739266+ferni305@users.noreply.github.com |
23abf8b5b3d032d487bc75b90509eced4c8ed025 | 52d829f7836e2e6798db8c72b2e0cc7c7f1edf4a | /1D Arrays/Bubble Sort & Selection Sort.c | 7a94e824781174836d74479f9d16da0f8915d978 | [] | no_license | SudiptaB-0623/printf_C | cf1483a3522fef0bdb56e59f3077c4bc68e5d0c1 | 51bdc394cc2eee8d93754f2b5b72d28d3981b989 | refs/heads/main | 2023-08-01T07:24:29.545688 | 2021-09-08T05:24:08 | 2021-09-08T05:24:08 | 399,498,099 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,656 | c | /*Arrange the given elements in a 1D array in ascending and descending order using bubble sort & selection sort method respectively*/
#include<stdio.h>
int main()
{
printf("\nMy name is Sudipta Basak \n");
int num;
char chr;
printf("\nEnter number of elements : ");
scanf("%d",&num);
... | [
"noreply@github.com"
] | SudiptaB-0623.noreply@github.com |
fbf78919d0f24df81f36fdcc64e62a5d54f03826 | 97aa1181a8305fab0cfc635954c92880460ba189 | /torch/script.h | d195e38c22f85a5fcbc2e377e0db4d8e512a0050 | [
"BSD-2-Clause"
] | permissive | zhujiang73/pytorch_mingw | 64973a4ef29cc10b96e5d3f8d294ad2a721ccacb | b0134a0acc937f875b7c4b5f3cef6529711ad336 | refs/heads/master | 2022-11-05T12:10:59.045925 | 2020-08-22T12:10:32 | 2020-08-22T12:10:32 | 123,688,924 | 8 | 4 | NOASSERTION | 2022-10-17T12:30:52 | 2018-03-03T12:15:16 | C++ | UTF-8 | C | false | false | 422 | h | #pragma once
#include <torch/csrc/api/include/torch/types.h>
#include <torch/csrc/autograd/generated/variable_factories.h>
#include <torch/csrc/autograd/grad_mode.h>
#include <torch/csrc/jit/runtime/custom_operator.h>
#include <torch/csrc/jit/serialization/import.h>
#include <torch/csrc/jit/serialization/pickle.h>
#in... | [
"zhujiangmail@hotmail.com"
] | zhujiangmail@hotmail.com |
d5b335da7a371e854d0d51230b33168143b85876 | e0f55f78a0a012573370b9520288cd4ccd216239 | /C/APUE/project/lujian/qilufang/2_约瑟夫/chain_31.c | ecf791a18d9d6b290f197ac3942e425fadd84fd0 | [] | no_license | lxf2git/quectel_work | 2ee2811ed82d4b147f39361af89929f6f8fc6b18 | 92acb485689d3b1111e33dc13862cc3fe4974b16 | refs/heads/master | 2021-06-23T22:29:46.032931 | 2020-10-26T16:14:12 | 2020-10-26T16:14:12 | 145,352,846 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,371 | c | #include<stdio.h>
#include<stdlib.h>
/**************结构体声明**********/
typedef struct Node
{
int data;
struct Node *next;
}sNode,*pNode;
/*********开空间函数***********/
void getmemory(void **p,int size)
{
*p=malloc(size);
if(*p==NULL)
{
printf("getmemory_error!\n");
exit(-1);
}
}
/************逐个链表开空间*********/
v... | [
"robin.lu@quectel.com"
] | robin.lu@quectel.com |
158898004822b6286a58fa6e81c27b0be764901f | c611b35a08d0abbce62c8a3e80ab747967460e4a | /regression_test/open64/x86_64/compile/bug912.c | e4abdba3a9271b7b894a9f5f44a50de69cab6e31 | [] | no_license | svn2github/open64 | 301f132bdcb602d4e677fc23881ce602f3961969 | 88431de7e6860ed692c0c160724620e798de428a | refs/heads/master | 2021-01-20T06:59:43.507059 | 2014-12-31T18:38:48 | 2014-12-31T18:38:48 | 24,089,237 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 263 | c | //OBJ
struct go7007 {
int sensor_framerate;
int fps_scale;
};
int vti_bitlen(struct go7007 *go)
{
unsigned int i, max_time_incr = go->sensor_framerate / go->fps_scale;
for (i = 31; (max_time_incr & ((1 << i) - 1)) == max_time_incr; --i);
return i + 1;
}
| [
"yug@ead328b1-e903-0410-a19d-eacee4b031f6"
] | yug@ead328b1-e903-0410-a19d-eacee4b031f6 |
9b2e72491e85339c02effa4567791e6477b3f4dc | 472540239453c29e3927b255861cb36c3044c8e0 | /example-idf/i2cscan/main/app_main.c | 72c4a22c507003b41987614b1d5d1eb861e354ed | [] | no_license | Ebiroll/fish32 | 748f71347bfa97239a6746f245f3afffacbf74dc | 0c81b445b2da28a88b32b97512d80038cdc96447 | refs/heads/master | 2020-04-18T17:08:30.589845 | 2019-01-29T13:59:51 | 2019-01-29T13:59:51 | 167,648,117 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,764 | c | /*
*
* Written by Olof Astrand <olof.astrand@gmail.com>
*
* This example code is in the Public Domain (or CC0 licensed, at your option.)
* Unless required by applicable law or agreed to in writing, this
* software is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express ... | [
"olof.astrand@gmail.com"
] | olof.astrand@gmail.com |
00fcf3a097a8286273119ba55c86f70fd9f2f262 | 922dc243f758e594d6530304adcc62fba9ce0674 | /BremsenZeitvarianzTest_MDL_ert_rtw/rtGetInf.h | ffbb9173538c01ada958f951bfd92c742baeb2e0 | [] | no_license | MichaelMMMMM/CubeJump | 0dc3008a9dee188bd68587a10199550860f62178 | a8d594ca67752c8c0560f1f7d1b681c3a34c5137 | refs/heads/master | 2021-01-01T15:27:38.279647 | 2017-07-24T17:06:11 | 2017-07-24T17:06:11 | 97,622,171 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,024 | h | /*
* Academic License - for use in teaching, academic research, and meeting
* course requirements at degree granting institutions only. Not for
* government, commercial, or other organizational use.
*
* File: rtGetInf.h
*
* Code generated for Simulink model 'BremsenZeitvarianzTest_MDL'.
*
* Model version ... | [
"cuba.hska@gmail.com"
] | cuba.hska@gmail.com |
d3d74a8b0df8ed7a841b633154d01c8810832d36 | 20436cd0eec2b5faea315b004e7f93a6b8d54da2 | /hg/makeDb/schema/dbSnoop/dbSnoop.c | 36cb7e9f99b8cd99bd84117b7aa1266d7f8492ae | [] | no_license | CEpBrowser/CEpBrowser--from-UCSC-CGI-BIN | 4ea960cfded84d945821acfbeeba10a0e1394c49 | dabbcca824503a7d3342714047bd55787b52188d | refs/heads/master | 2021-01-15T15:44:06.031480 | 2016-09-13T00:54:57 | 2016-09-13T00:54:57 | 14,941,958 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,840 | c | /* dbSnoop - Produce an overview of a database.. */
#include "common.h"
#include "linefile.h"
#include "hash.h"
#include "options.h"
#include "dystring.h"
#include "jksql.h"
#include "obscure.h"
#include "tableStatus.h"
static char const rcsid[] = "$Id: dbSnoop.c,v 1.15 2009/09/10 16:54:49 hiram Exp $";
void usage()
... | [
"x9cao@ucsd.edu"
] | x9cao@ucsd.edu |
576f05d7fca380265e573af71b8a8bea45b71d3c | 5648f4f9a9926786c844d4a27cd4e47b88efcc41 | /ch_13/rbt_tree.h | 0085bb03e5ab65fd1d21806db5b2a62cbbac3e74 | [] | no_license | Spraynard/ita_3rd | 25d38bc3dd3d512f18843f52a65b7bda1f8e6a55 | 7935b8fd656c4412214e9b0ac9dcaaffae5e3411 | refs/heads/master | 2020-04-14T02:03:13.967550 | 2019-02-26T22:38:51 | 2019-02-26T22:38:51 | 163,575,312 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 837 | h | #ifndef RBT_TREEH
#define RBT_TREEH
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#include <unistd.h>
#include "rbt_node.h"
typedef struct {
rbt_node * root;
rbt_node * null;
int bh;
} rbt_tree;
void RBT_Insert( rbt_tree * T, rbt_node * z );
void RBT_Insert_Fixup( rbt_tree * T, rbt_node * z );
void ... | [
"kellan.martin@gmail.com"
] | kellan.martin@gmail.com |
7a0b4543c0bce745d6abec7dce405c0ca437518c | abda7fa9bab285f213ad89e66e19b89602691a9e | /src/default/MaxUnpool.c | abf7f0b59b5d775abccd5eb118c343019a454563 | [
"MIT"
] | permissive | skoomn/libonnx | ae77dcc1f27db4a038dcfd32575a51b1ede32e37 | 973f440d639027030f3c67d6f233b1a467daa232 | refs/heads/master | 2023-08-28T16:21:56.480106 | 2021-10-25T02:02:29 | 2021-10-25T02:02:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 138 | c | #include <onnx.h>
void resolver_default_op_MaxUnpool(struct onnx_node_t * n)
{
if(n->opset >= 11)
{
}
else if(n->opset >= 9)
{
}
}
| [
"8192542@qq.com"
] | 8192542@qq.com |
150661a2a894024df30ecafd4f3180c47af1f787 | ea71454e71004ddc1f2d5e2e460f5640de07b511 | /test/xi2/protocol-xipassivegrabdevice.c | a61c1549c765fac991c04c14abce0a38f70048aa | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT",
"MIT-open-group",
"BSD-3-Clause",
"LicenseRef-scancode-x11-adobe",
"HPND-sell-variant",
"ICU",
"LicenseRef-scancode-mit-old-style",
"SGI-B-2.0",
"ISC",
"LicenseRef-scancode-xfree86-1.0",
"X11-distribute-modifications-variant",
"LicenseRef-sca... | permissive | pelya/xserver-xsdl | 039b289a5835b57aed609e6368f38ae1519e3672 | 6ea1ce707be8ae1b5260bf7c5e36db568c7431c9 | refs/heads/xsdl2 | 2021-12-28T16:24:31.176024 | 2016-06-26T19:35:39 | 2016-06-26T19:35:39 | 4,112,984 | 278 | 54 | null | 2016-03-31T18:44:36 | 2012-04-23T12:49:38 | C | UTF-8 | C | false | false | 7,117 | c | /**
* Copyright © 2011 Red Hat, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, pu... | [
"peter.hutterer@who-t.net"
] | peter.hutterer@who-t.net |
2154591e51cddd89fd30b85e98832a747f578b49 | ee92f59d88bad7ab52501e157929022f3d1192b8 | /get_next_line.h | 7fa38f382abb2794b679cbede5d6ab3c8585acd7 | [] | no_license | jsmyb/gnl | fcd18086eaac39ade437a916fe9822fe61f9b12b | 484c5423e288f6fca69a60b18076aeb52f3d8755 | refs/heads/master | 2023-05-15T08:40:40.759302 | 2021-06-12T15:04:23 | 2021-06-12T15:04:23 | 376,318,279 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,450 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* get_next_line.h :+: :+: :+: ... | [
"lsoghomo@c1r12s4.42yerevan.am"
] | lsoghomo@c1r12s4.42yerevan.am |
4f876a74231506572f5d9f7e973a3dd026a2bbe9 | 9bfdc860768d162338349564e7bab92e78e761d8 | /ExtendedLockdown/size_file.c | 8531fabdee3fae170b81f9d13c3b5ef5300275ec | [] | no_license | mohankrishna225/Practise | ef10f15d7de9ab2f26297c9ecfd3923b123282ba | df1787e45961ff72dc4909439fe1d9ee7af8413a | refs/heads/master | 2023-01-01T14:29:43.606915 | 2020-10-27T20:32:53 | 2020-10-27T20:32:53 | 307,051,627 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 355 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
FILE *fp;
char c;
int size;
char inputstring[1000];
fp =fopen("input.txt","w");
scanf("%[^\n]",inputstring);
fprintf(fp,"%s", inputstring);
fclose(fp);
fp = fopen("input.txt", "r");
fseek(fp, 0, 2);
size = ftell(fp);
printf("The size of given file is : %... | [
"www.krishna225@gmail.com"
] | www.krishna225@gmail.com |
8126aef185c2053081c06819a6e1c29ebae4db4b | 831ed85b5730387908c40fe4e9c58ae442ef1581 | /usr.bin/sudo/auth/pam.c | b2fe41a745671b84cf46f6500569c52c0d263904 | [
"BSD-3-Clause",
"ISC",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | GitHubFocus/FabBSD | 949ad97ce90f3b7874be98bfc6f0d24c06bf7bed | 19d390bc515cee0afb8ec27ee3e0f38d487b4f32 | refs/heads/master | 2020-04-07T05:31:52.675033 | 2018-06-12T09:10:22 | 2018-06-12T09:10:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,425 | c | /*
* Copyright (c) 1999-2005 Todd C. Miller <Todd.Miller@courtesan.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVID... | [
"vedge@b83589b1-170a-47ad-b9cd-3de6c41813fc"
] | vedge@b83589b1-170a-47ad-b9cd-3de6c41813fc |
585835eb4c4169622d657e86572b51df2d4c505b | 543a94cbcbcf91be33d5ecf5d3ee1e71d6d33677 | /optionstructs_ifdeftoif/codecoverage/generated/id2i_optionstruct_029.h | 450d3a25dbcf48c1b359d853502bf369c2ce2bfc | [] | no_license | fgarbe/TypeChef-SQLiteIfdeftoif | 1e7acd60cdea397ca72fd8a3cd09b89614d6849a | a849e4249b2c49c2ce9043d4900bf4bcda3e3108 | refs/heads/master | 2021-04-12T01:59:00.236415 | 2017-03-15T02:26:15 | 2017-03-15T02:26:15 | 20,184,411 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,881 | h | int id2i___apple__;
int id2i___borlandc__;
int id2i___cygwin__;
int id2i___darwin__;
int id2i___gnuc__;
int id2i___i386__;
int id2i___i486__;
int id2i___max_os_x_version_min_required;
int id2i___mingw32__;
int id2i___openbsd__;
int id2i___ppc__;
int id2i___ptrdiff_type__;
int id2i___rtp__;
int id2i___use_gnu;
int id2i_... | [
"fgarbe@fim.uni-passau.de"
] | fgarbe@fim.uni-passau.de |
65325b37af83c7515bcb46d3c331611448235553 | 911fc496b79bfb85c7b9f92467dbcca0d83a539d | /src/RCT_ccnl-core.h | 9c0388ccd1785cb9de00a0cae0119961afcf0e17 | [] | no_license | akhila-rao/IoT-ICN-emulation | 83fbf36333711e868c29239eb3b521976f51168f | a7b7a9754b5f4a43712ab1b515fdb9c49b1fc7e8 | refs/heads/master | 2020-12-25T14:23:11.568698 | 2016-08-04T12:38:18 | 2016-08-04T12:38:18 | 64,932,125 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,229 | h | /*
* @f ccnl-core.h
* @b CCN lite (CCNL), core header file (internal data structures)
*
* Copyright (C) 2011-15, Christian Tschudin, University of Basel
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyrig... | [
"akhila@peng.sics.se"
] | akhila@peng.sics.se |
6b0f365ba8c6246a6b4fb0c58c837da3064f09ae | ee8e71b5de9d59dbe21eed63695460ec56b5ab8b | /PROGRAM/DIALOGS/Joseph Claude Le Moigne_dialog.c | 41124fc7a4b6d7426e4b18f159ea06225f15c20a | [] | no_license | Hammie/new-horizons | 04371ac9b553f609351c23fbc48b51366ad3e95f | fd89f556628ab7c541c5b5d8026edb06b1b3694e | refs/heads/master | 2023-08-04T01:22:42.052539 | 2021-09-09T10:55:51 | 2021-09-09T10:55:51 | 398,774,841 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,682 | c | void ProcessDialogEvent()
{
ref NPChar;
aref Link, NextDiag;
DeleteAttribute(&Dialog,"Links");
makeref(NPChar,CharacterRef);
makearef(Link, Dialog.Links);
makearef(NextDiag, NPChar.Dialog);
ref PChar = GetMainCharacter();
int iNation = sti(NPChar.nation);
switch(Dialog.CurrentNode)
{
// ----------------... | [
"sam@hammie.be"
] | sam@hammie.be |
b6b20de8a270dfdb55b2f187aa25c3fe1acc8eee | cea5f7c0fb15412730c039076e54a3c011a68e2a | /process/kernel/start.c | f68d52daab59a573ec05cf8550e0a6e38f7e7a1a | [] | no_license | hkshu12/operating-system-experiment | 8adbe499913ae8962992ef1b6db009a5128caad1 | d481859a159b482095a98156740a10b424d81a8a | refs/heads/master | 2020-09-09T23:47:22.878779 | 2019-12-24T07:04:07 | 2019-12-24T07:04:07 | 221,598,270 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,559 | c |
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
start.c
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Forrest Yu, 2005
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
... | [
"541639324@qq.com"
] | 541639324@qq.com |
de00db5a4e0b665892f4d64e5ab20b78fbe511bf | c5b02d3b0888c5b7bfd849afdc87f6f57181c8f0 | /mudlib/d/khojem/zone/mon/sentry.c | 4a7e8c149fd62404bffa703a86eb674b4f5545df | [] | no_license | jpeckham/DarkeLIB | 8a311164f460cf2acd9e0fc7e1e1e69710f31b80 | 87c020b4974981879aa68f5d19b0dc2e96d2fe7d | refs/heads/master | 2021-09-11T08:55:34.673296 | 2021-09-05T04:58:33 | 2021-09-05T04:58:33 | 141,068,816 | 2 | 5 | null | 2021-09-05T03:06:16 | 2018-07-16T00:39:43 | C | UTF-8 | C | false | false | 1,021 | c | // Khojem
// Sentry
// sentry.c
#include <std.h>
inherit MONSTER;
create() {
::create();
set_name("sentry");
set("id", ({ "guard", "sentry" }) );
set_level(6);
set("short", "sentry");
set("long",
"A poorly armed sentry."
);
add_money("gold", random(20));
set_alignment(0);
set("race", "sword-demon... | [
"jdpeckham@gmail.com"
] | jdpeckham@gmail.com |
64e404472d1da5dbe2014752d541e9bfb4919c70 | 386eb3cf6f9c2bfed78f65cc28e8d60f36a3cdef | /iar_bsp/os/include/openssl/stack.h | 6d0f37130bfd83ab1adced2a48cd1b96839f3509 | [] | no_license | ahonkan/eth_spi_bridge | cc046eee9a142d3915c0b78de2f5326ababe5a71 | 8c22d74f56420d54f72ecfe3370cd91e13682447 | refs/heads/master | 2022-02-24T07:13:52.370211 | 2014-08-25T17:45:17 | 2014-08-25T17:45:17 | 23,126,588 | 0 | 5 | null | null | null | null | UTF-8 | C | false | false | 58 | h | #include "../networking/ssl/openssl/crypto/stack/stack.h"
| [
"avinash.honkan@gmail.com"
] | avinash.honkan@gmail.com |
0832719fc4f2c2c5f30402f5152805afb5df8c20 | d48b14f6e56dab070be0cc638d41dc3e80085531 | /38.C | 08c00ea1d80327012a1066632dace3a1af49df19 | [] | no_license | Krishnaakrish/Cprogramming | 00c96b7e2ce2bc2e2df172e8ef5ace93df0a89da | f265241d782c19f65adfa9cb74eb1dcb014ee031 | refs/heads/master | 2020-04-17T22:37:31.425065 | 2019-03-27T10:36:06 | 2019-03-27T10:36:06 | 167,001,930 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 183 | c | #include <stdio.h>
int main()
{
int i, k, t;
scanf("%d%d", &i, &k);
i = i ^ k;
k = i ^ k;
i = i ^ k;
printf("%d \t %d ", i, k);
} | [
"noreply@github.com"
] | Krishnaakrish.noreply@github.com |
4e6a46b574f6b648f782e678937707d90a32cc9f | 03987dddd137b172544f64101b930b9fa4350be8 | /src/display_version.c | ac1a622c6ece3e90bf91b027304576177406652f | [
"BSD-3-Clause"
] | permissive | stfnm/i3 | 99671d8ca6de4595cf244fa72d4b6d6f5d5563a1 | 1b6ea35eb6362ab8caf4c6947016c92b35b22f10 | refs/heads/master | 2021-01-20T06:54:55.854837 | 2013-01-09T17:11:17 | 2013-01-09T17:11:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,789 | c | #undef I3__FILE__
#define I3__FILE__ "key_press.c"
/*
* vim:ts=4:sw=4:expandtab
*
* i3 - an improved dynamic tiling window manager
* © 2009-2012 Michael Stapelberg and contributors (see also: LICENSE)
*
* display_version.c: displays the running i3 version, runs as part of
* i3 --moreversion.
... | [
"michael@stapelberg.de"
] | michael@stapelberg.de |
3bf05e45079dca88199163a74ad6c00e4626f13b | 8d5fd6c0524adecf1e60f772bdd70080461990ca | /kern/lib/serial.h | 75680c2ff1780547c062d288d26a316e2586bfbc | [] | no_license | amaurybrisou/OwnKernel | 3db88fea8b668af63c49d5d12c2fb294f073a8f9 | eef2d20059a2312ab40429574b9a9977af4087fa | refs/heads/master | 2021-05-27T03:31:38.482556 | 2012-12-22T11:01:16 | 2012-12-22T11:01:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 215 | h | #include "io.h"
#define PORT 0x3f8 /* COM1 */
void init_serial(void);
int is_transmit_empty(void);
void write_char_serial(char a);
void write_serial(char* a);
char read_serial(void);
int serial_received(void); | [
"erol@erol-P180HMx.(none)"
] | erol@erol-P180HMx.(none) |
729e98c0d0103f73e191574c13f43df73906e4f7 | 0029b9e72ae1fd99e73a2adbe43e5f318b050463 | /src/test/exit_group.c | e96ae84a06ca46607ee3e060a8273b1c732c9e94 | [
"BSD-2-Clause",
"MIT"
] | permissive | smillaedler/rr | 44236ecfa18a1a1fa35a1aeab365dfa962638bf9 | 6f483806af9f549f3520870089e4d8c07a000c64 | refs/heads/master | 2020-12-30T18:38:20.909812 | 2013-07-23T18:06:35 | 2013-07-23T18:06:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 501 | c | /* -*- Mode: C; tab-width: 8; c-basic-offset: 8; indent-tabs-mode: t; -*- */
#include <pthread.h>
#include <stdio.h>
#include <unistd.h>
pthread_barrier_t bar;
static void* thread(void* unused) {
pthread_barrier_wait(&bar);
sleep(-1);
return NULL;
}
int main(int argc, char *argv[]) {
pthread_t t;
pthread_bar... | [
"cjones.bugs@gmail.com"
] | cjones.bugs@gmail.com |
269f24cffcacd50b7131eb2aa4e518822d338c47 | b44cc71ec668d8e30db06bbac7ccf5097a548e25 | /Embedded/AVR/ILI9481/main.c | fe412c5bd147705f19718371ffa3bb784b7204e7 | [] | no_license | just-a-stone/CodeSamples | 774293c38061d4947336829d46eb90746a1402ce | 164b22cc53aa4815fb192e1c1e3769e795b598a6 | refs/heads/master | 2020-03-22T09:21:42.668538 | 2018-06-11T21:12:14 | 2018-06-11T21:12:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,098 | c | #include <avr/interrupt.h>
#include <avr/sleep.h>
#include <string.h>
#include "ILI9481.h"
// #include "7seg.h"
#include "encoder.h"
#include "mcp4811.h"
#include "adc.h"
#include "../LCDisplay/cfa533.h"
#include <avr/pgmspace.h>
//extern const Bitmap8* DejaVuSans[224];
#if 0
void displayValue(int y, int value, int ... | [
"Andreas.Fester@gmx.de"
] | Andreas.Fester@gmx.de |
788f6e388db7898996e4e2723b6377536eefeb59 | f58097e557f9af05ceefd63e0be5ba4ed1b04059 | /output/mavlink_for_28377/common/mavlink_msg_position_target_global_int.h | b601c81e827cc71eefb713a4a9968f63a94fc952 | [] | no_license | czq13/python_generate | 9278f6303f0f42d09937cd1027632e6e59b2ca26 | 619cfc0cbefa7a451eed31b5271adfc19e2ed153 | refs/heads/master | 2023-03-06T08:40:49.129366 | 2021-02-21T13:03:04 | 2021-02-21T13:03:04 | 274,359,076 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,102 | h | #ifndef MAVLINK_MSG_position_target_global_int
#define MAVLINK_MSG_position_target_global_int
// MESSAGE POSITION_TARGET_GLOBAL_INT PACKING
#define MAVLINK_MSG_ID_POSITION_TARGET_GLOBAL_INT 87
typedef struct __mavlink_position_target_global_int_t {
uint32_t time_boot_ms; /*< [ms] Timestamp (time since system ... | [
"czq92@qq.com"
] | czq92@qq.com |
1635d06cbd561af78df7ac94637d7de137cb5d56 | c80b4963c8610e85e21ee1dc0175c84f56dbccf0 | /tools/BSD.h | 47dd75803abd65ed67ab1d839e4286df34aaa45d | [] | no_license | jzulauf/geode-perf | 16bd6f849c61d4c9b75fc2ac8d4aa994f168c9cb | 209b2724b0011820770ac9ae5b21986e5921ed4f | refs/heads/master | 2021-06-21T12:51:57.215922 | 2006-09-27T20:41:11 | 2006-09-27T20:41:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,413 | h | /*
* Copyright (c) 2006, Advanced Micro Devices, 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:
*
* * Redistributions of source code must retain the above copyright
* ... | [
"jg@laptop.org"
] | jg@laptop.org |
6e975ef82f0423a545509ae391949555b7c60038 | ec56d4dbaf2f95e31eb9934aee1684c711792f9b | /include/chip/rt65xx.h | b3a23311e8984baf7d5c8f2c1fd5058b08a3f5e8 | [] | no_license | phenobarbital/mtk-wifi-gpl | e4eb83621b3a1cf9a6f6124ddb644944a50ede52 | 4df51d2bc96c3d5ee0f729da3dcf61cf24dcd3d5 | refs/heads/master | 2021-01-14T13:08:47.108807 | 2015-11-24T12:43:39 | 2015-11-24T12:43:39 | 46,790,722 | 0 | 0 | null | 2015-11-24T12:38:04 | 2015-11-24T12:38:04 | null | UTF-8 | C | false | false | 2,110 | h | /*
***************************************************************************
* MediaTek Inc.
* 4F, No. 2 Technology 5th Rd.
* Science-based Industrial Park
* Hsin-chu, Taiwan, R.O.C.
*
* (c) Copyright 1997-2012, MediaTek, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it und... | [
"nbd@openwrt.org"
] | nbd@openwrt.org |
1430a69fb192545694dc1e3d19acbd0ee22a5fce | 2320449a30629a003ce36170d975b4daec737f1c | /test_files/jim011_snes_test.c | 3e6b0077a26ce1be62545ad676437577ec2c1ec4 | [] | no_license | coalvoltage/CS120B-Project | 472d66a7140d1db2e0c2611fb25484949d2708f7 | def8ee1b62627a7cc2c708c8ae5a302f144aa1ff | refs/heads/master | 2021-08-25T09:27:06.441422 | 2021-08-23T05:00:11 | 2021-08-23T05:00:11 | 187,879,586 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,774 | c | /*Jimmy Im : jim011@ucr.edu
*James Luo : jluo011@ucr.edu
*Lab Section: 024
*Assignment: Lab 11 Exercise 4
*
*I acknowledge all content contained herein, excluding template or example
*code, is my own original work.
*/
#include <avr/io.h>
#include <avr/interrupt.h>
#include <bit.h>
#include <timer.h>
#include <... | [
"jim011@ucr.edu"
] | jim011@ucr.edu |
93adc60831ba64e8b322eb8795c04cf8d586066e | 60e327e1ba22a8bbb1b518be0638be60e479f29f | /System/Demo/StandardEffectClassList.h | be28dc07bc4e8697ec54cab97c162ce8f5e32346 | [] | no_license | TheJare/DemoSystem_old | f254958e0108384900d9c0d075b545a48b05a53c | 964536ff13e846e8f4e083452eeb602395584533 | refs/heads/master | 2020-05-31T03:09:40.692965 | 2014-06-15T17:10:06 | 2014-06-15T17:10:06 | 20,860,549 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 608 | h | //----------------------------------------------------------------------------
// Nombre: StandardEffectClassList.h
//
// Contenido: Clases que son efectos del motor de demos
// Nota: se incluye dos veces, con diferente macro.
//--------------------------------------------------------------------... | [
"jare@iguanademos.com"
] | jare@iguanademos.com |
4d14164aa17a6320b9cdb180b002ed3e7bf2c42f | 57ef0c34264028ae91fac4c6533a5c2a274958a6 | /UWB_BLE_nrf52832/components/iot/lwm2m/lwm2m_register.h | 4fd30d099862cf21b79aa355a2e847b6c353b446 | [] | no_license | WOWkiddo/ble_uwb_code | cc68eb5e4fe3681e79d27598a7ae07dd76378ebc | 1f9b37f4ae8c20631922738eeb05cc26048b9093 | refs/heads/master | 2022-11-18T20:11:32.278661 | 2020-07-08T02:52:39 | 2020-07-08T02:54:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,579 | h | /**
Copyright (c) 2015 - 2018, 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 notice, thi... | [
"donghan@kingfar.net"
] | donghan@kingfar.net |
72c03527dd2487102e102ff01d16e08e7abf3294 | 5d3c93efede09d9d85d18a023e6820a3574fe1f5 | /nexell_arm/romboot/src/diskio.h | fc575c208921ed5519c3e6ca0e13e65a27117800 | [] | no_license | delphi123/NXP4330_riscv-bootrom | dc24d22ed4405c42113ddc8e4ba558e47d9d77b1 | 2bc30f70d02246cb5133c0bdb3835cd7bdcd449d | refs/heads/master | 2023-03-21T21:08:41.854732 | 2018-05-18T08:35:12 | 2018-05-18T08:35:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,990 | h | /*==============================================================================
//
// Copyright (C) 2009 Nexell Co. All Rights Reserved
// Nexell Co. Proprietary & Confidential
//
// Nexell informs that this code and information is provided "as is" base
// and without warranty of any kind, either expressed or implied,... | [
"suker@nexell.co.kr"
] | suker@nexell.co.kr |
3a77bedc7bda661dab8a19f691c55a300b92425a | 1153e7183545ca0ae50562dcb22154e7a5bd4080 | /src/board/ports.c | b94b19b333867c72761117b2701419ee2ff1e899 | [] | no_license | 0xD503/MDR1986VEx_FreeRTOS-Plus-TCP | b57df1811b1a037287420655af1c43f44b2e8d53 | efbb39373107740a8d1d743ea5d375c3d68d433e | refs/heads/master | 2023-09-04T05:18:27.195046 | 2021-10-22T18:48:58 | 2021-10-22T18:48:58 | 420,202,206 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 178 | c | #include "ports.h"
//#include "MDR32F9Qx_port.h"
#include "clock.h"
void PortsInit (void)
{
Ports_ClockInit();
//PORT_InitTypeDef portConfig;
//
}
| [
"Rus1995_95@mail.ru"
] | Rus1995_95@mail.ru |
ca4cbdf3bcf8175560b87fb554546ad6eec5db8c | c7308b6f7534ec1d08d02ff7882020636f42a2cb | /test/cases/initialisation/memset_array.c | c982209171239983b137d356da940910c35fc518 | [
"MIT"
] | permissive | bobrippling/ucc-c-compiler | 0d8808a31bb8b0b6403d1e757b866753ac969e23 | d0283673261bbd5d872057ee169378fdf349a6fa | refs/heads/master | 2023-06-21T22:25:07.825365 | 2022-03-01T22:33:16 | 2022-12-12T17:03:27 | 2,223,381 | 74 | 10 | null | null | null | null | UTF-8 | C | false | false | 195 | c | // RUN: %ocheck 0 %s
void abort(void) __attribute__((noreturn));
struct A
{
int x[2];
};
main()
{
#include "../ocheck-init.c"
struct A a = {};
if(a.x[0] || a.x[1])
abort();
return 0;
}
| [
"robpilling@gmail.com"
] | robpilling@gmail.com |
7f5c7c200b8f58d4332d058333f0fa70f6d4302c | 5548809ec6123dd8b8ad8aa0478108bcff03b1f8 | /drivers/scaler_idomain/vgip.c | 5f060e65d9482db7335cd116e89a2af6d2402e02 | [] | no_license | JSssssss/RTD2668 | 9a0390cc8f9c597ea41f0220fe538404067371d6 | 31e1ff42531ef28a60402eb37956d8f94f1f2443 | refs/heads/master | 2022-02-20T21:53:13.917351 | 2017-08-04T07:03:38 | 2017-08-04T07:03:38 | 458,689,403 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,916 | c | /*=============================================
* Copyright (c) Realtek Semiconductor Corporation, 2005
* All rights reserved.
* ============================================ */
/*================= File Description ================= */
/**
* @file
* The file is a declaration and definition header file
*
... | [
"danya.postfactum@gmail.com"
] | danya.postfactum@gmail.com |
d051c3a4de4dac30b653f4db2d3d302acf5272b2 | f79e53aedab9c74ae9bdd9f0bc652d17b303de63 | /mantis-1.0-beta/src/test/uart_test_raw/uart_test_raw.c | 44bc5104c5bd39f7a1d7c7f0e7e089fc1340cd86 | [
"BSD-3-Clause"
] | permissive | ghostandthemachine/mantis-os | 063490389a3cf6b445e3b1df38e0196e9a4632ce | 848d97ff3f55b76c073eb622ad48536ee1eb7883 | refs/heads/master | 2021-01-01T19:25:33.031047 | 2011-05-31T23:54:24 | 2011-05-31T23:54:24 | 1,829,303 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,471 | c | // This file is part of MANTIS OS, Operating System
// See http://mantis.cs.colorado.edu/
//
// Copyright (C) 2003,2004,2005 University of Colorado, Boulder
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the mos license (see file LICENSE)
/*********************... | [
"jonrose08@gmail.com"
] | jonrose08@gmail.com |
6b4ad2c607b1508cd0005ff8bb1139b13a2ae63b | 2632b863f3de1365127410a959df9f88346b3983 | /arch/hppa/include/pmap.h | 6aea28be60aa2367e84dcd0ee3cf8f070613f1de | [] | no_license | avsm/openbsd-xen-sys | 0009f3fac21a10d0b92a88ab0640a480084d4299 | 2b77d73be1ddbdbe811ead9694add098014b7bde | refs/heads/master | 2021-01-23T13:47:43.846224 | 2007-06-11T07:34:19 | 2007-06-11T07:34:19 | 764,337 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,032 | h | /* $OpenBSD: pmap.h,v 1.32 2004/07/13 14:51:29 tedu Exp $ */
/*
* Copyright (c) 2002-2004 Michael Shalayeff
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source... | [
"devnull@localhost"
] | devnull@localhost |
df9b814c8328562076ca098693fffa452b36b605 | dc5ca9766805b104146d7ef734622a62f75f7b9d | /src/factory/bin-maker.h | 834621b5fd9fc06a7954ee8d1873adc1ec2c39db | [] | no_license | astand/st3 | 854268269e364dafcbc2268fd69bafa2a9f27217 | ff855a123bb15c754f1233c301499c8ae5b7869c | refs/heads/master | 2021-01-09T06:32:09.867293 | 2018-02-17T17:21:57 | 2018-02-17T17:21:57 | 81,003,234 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 76 | h | #pragma once
#include "abstract/IStreamable.h"
IStreamable& GetBinPipe();
| [
"quater873@gmail.com"
] | quater873@gmail.com |
31124b5bfa2160b7741f1f97c3c7278264b3ff55 | 9d8d4d3825d45c70af68686a3893cf99a8ab8250 | /lab3/matija/krafna-tp/tp/9c6dba42c5dab01263fe7544b3d73ad6.c | 95be992f79110cc1f320d407caf5ebd6ee5b3584 | [] | no_license | msantl/ppj | 285a8a7bfee0d9645a550b42bbc15b357e6c9fa1 | 6797c806c677f0b60b25088eef4357299b5b1b44 | refs/heads/master | 2016-09-10T03:26:20.617945 | 2014-02-20T12:53:08 | 2014-02-20T12:53:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 570 | c | /**
* ppjC je programski jezik podskup jezika C definiran u dokumentu
* https://github.com/fer-ppj/ppj-labosi/raw/master/upute/ppj-labos-upute.pdf
*
* ova skripta poziva ppjC kompajler (za sada samo analizator) pritiskom
* na tipku [Ctrl+S], [Shift+Enter] ili [Alt+3] i prikazuje rezultat analize.
*
* ne garantir... | [
"msantl.ck@gmail.com"
] | msantl.ck@gmail.com |
2b27268d6774cd522d96aa4c27e78f7735439c1e | 909095842af0bbf2e769aff361b5af344abc7433 | /engine/source/gui/containers/guiDragAndDropCtrl_ScriptBinding.h | 2b90eac04907b04cf781d1deb6aa3f04090b04a4 | [
"MIT"
] | permissive | TorqueGameEngines/Torque2D | 316105e8b91cebf8660ff43871440e1c4d0b1c5e | 2c555d6dd0172a05ddb6a14f014d22f335b4ccad | refs/heads/master | 2023-09-01T02:22:53.663431 | 2023-05-02T20:45:37 | 2023-05-02T20:45:37 | 268,352,960 | 1,001 | 117 | MIT | 2023-05-02T20:19:19 | 2020-05-31T19:51:55 | C | UTF-8 | C | false | false | 1,972 | h | //-----------------------------------------------------------------------------
// Copyright (c) 2013 GarageGames, LLC
//
// 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 restrictio... | [
"peter@greenfiresoftware.com"
] | peter@greenfiresoftware.com |
35bbd4aa8496bb65e62bbbfcaf521643d2ac2ee9 | 64334b0481f9490521e15ee1c386450cc8ac4a70 | /src/shm_types.h | b31f31cdf05c06545d65f7826a64913fe54f3b42 | [
"BSD-2-Clause"
] | permissive | PengZheng/shm_alloc | 083ca6d9bbc959050bafc444f895d3d83ec1ff8b | f79bcc10b1fc1889edb6b25c580bc17a2d48779e | refs/heads/master | 2022-11-29T18:15:34.257103 | 2020-08-12T03:22:28 | 2020-08-12T03:22:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,130 | h | #ifndef __SHM_TYPES_H__
#define __SHM_TYPES_H__
#include "shm_user_types.h"
#include <stdatomic.h>
#include <stdint.h>
#if ATOMIC_LONG_LOCK_FREE == 2
typedef unsigned long shm_bitmap;
typedef unsigned long lock_free_int;
#elif ATOMIC_INT_LOCK_FREE == 2
typedef unsigned int shm_bitmap;
typedef unsigned int lock_fre... | [
"1999mihir.luthra@gmail.com"
] | 1999mihir.luthra@gmail.com |
ddfd3e141f7d575cdb345ee3634f22a806c85eb3 | 7d3c010c03c3ad8396392957fdc01282ca13e86b | /7.6/main.c | 5967597b213a0093ac4c22e0e29ec6ea9d891943 | [] | no_license | SeredaM/Task7 | 665ada5945e3ed6e2134adfce3adc5614afb1a82 | 34ce06abf69f5a0988e6d97eb697e3573939ad81 | refs/heads/main | 2023-01-21T14:22:48.536518 | 2020-11-29T15:05:35 | 2020-11-29T15:05:35 | 316,976,145 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 857 | c | #include <stdio.h>
#include <stdlib.h>
int* connect(int *m1,int *n1,int m,int n)
{
int *p,cm=0,cn=0;
p=malloc((m+n)*sizeof(int));
for (int i=0;i<m+n;i++)
{
if (((cm>=m)||(m1[cm]>=n1[cn]))&(cn<n))
{
p[i]=n1[cn];
cn++;
}
else if (((cn>=n)||(m1[cm]<n1[cn]))&(cm<m))
... | [
"noreply@github.com"
] | SeredaM.noreply@github.com |
b67e28d5fc06942784a26474d37345560eb1cb2d | 0fe7902ce690e031dcfaf031eec3b75afc8e2b08 | /srcs/libft/srcs/ft_putendl_fd.c | e3d05fe2b8ffefc4003434aec08ba06def6cdbcf | [] | no_license | schevall/Filler | 7a2ee0733a975e0212ba71022f377f36163e6f5b | dded3ad01d56e0d1ed8b75d50a6f7c4ce055c7a2 | refs/heads/master | 2021-08-11T08:22:50.833332 | 2017-11-13T11:45:28 | 2017-11-13T11:45:28 | 108,243,798 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,018 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putendl_fd.c :+: :+: :+: ... | [
"sim.chvll@gmail.com"
] | sim.chvll@gmail.com |
86c5b5f0e04d0bd05b0da4e064872297acc3e6d6 | 69f9385d848fd877fe7ff987b8aa6d9a43159445 | /string_handlers_2.c | 0b53f6fcb20369ba276a50b390df67ae618de6e4 | [] | no_license | Samsontedla/simple_shell | be620c4f85c91e9ce62a9c933416c455ea83a993 | 5981c849c333fa4a9f6e7a08852c6d08831b885f | refs/heads/main | 2023-07-18T10:48:48.509443 | 2021-09-05T16:11:46 | 2021-09-05T16:11:46 | 396,847,905 | 0 | 3 | null | null | null | null | UTF-8 | C | false | false | 1,614 | c | #include "header.h"
/**
* _strcpy - function that copies a string
* @dest: destination
* @src: source
* Return: destination
*/
char *_strcpy(char *dest, char *src)
{
int i = 0;
while (src[i])
{
dest[i] = src[i];
i++;
}
dest[i] = '\0';
return (dest);
}
/**
* _strcat - function that concatenates two stri... | [
"samitedla23@gmail.com"
] | samitedla23@gmail.com |
66343b7f66361abcee61506d7b3dc58f24e50cc5 | 4c197905753088d76e015c7022553212d36ea2a1 | /project/gmb8651/system/TestTable.c | ccb9d43c8ecfcc39b677a1fbb306cda25d65eed9 | [] | no_license | HappyASR/sip_x64 | 400c63ef8793dcec864c32bf5489a6775394477d | 971a7ad850f0d8396d95999d8f131dd9c630132b | refs/heads/main | 2023-02-19T21:01:14.325118 | 2021-01-26T08:27:17 | 2021-01-26T08:27:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,298 | c | #include <stdlib.h>
#include <stdio.h>
#include "Diag.h"
#include "FixedTest.h"
TEST_ACTION g_DiagAutoTest[] =
{
/*
Fixed Items
*/
//System
//ITEM_MAP(T01001001), //mSata1
//ITEM_MAP(T01001002), //SD Card 1
//ITEM_MAP(T01001003), //TPM
ITEM_MAP(T01002001), //Product ID
ITEM_MAP(T010030... | [
"xinhao1101@gmail.com"
] | xinhao1101@gmail.com |
50e0d67332f2bad4c272cfb84c048137b5a659fc | 1723688f7d7930ff653ab16bf448c91112cea105 | /pset3/music/helpers.c | 5b5137f121bf63d98c421cf33beed37fd3458890 | [] | no_license | jenniferyhwu/CS50-psets | 24e1643063a01c31720fdf1e03a20f5e0fefafaf | 0bbe55b35e54a3a2e0b36d0811afb748aa6d6961 | refs/heads/master | 2020-03-22T21:49:29.343994 | 2018-07-12T13:22:55 | 2018-07-12T13:22:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,920 | c | // Helper functions for music
#include <string.h>
#include <stdio.h>
#include <math.h>
#include "helpers.h"
// Converts a fraction formatted as X/Y to eighths
int duration(string fraction)
{
const char *X = strtok(fraction, "/");
const char *Y = strtok(NULL, "/");
int X1 = atoi(X);
int Y1 = atoi(Y);... | [
"32050930+Xelliese@users.noreply.github.com"
] | 32050930+Xelliese@users.noreply.github.com |
2a17cc188254d4eca335af8f03b9369acea33590 | fd2837aef61176323fb6d8eb647b20debe7995f5 | /CSAPP/sa-bAbi/working/1418418424.c | e53f5b8a371616b476f0b16500d7c551ef1577af | [] | no_license | callMeBigBen/CourseWork | b0ef17b5cfe07ba61404abd68812d2b56393db87 | 41d68c07f7b1411dbca7dc7d5e2efeceb9edee27 | refs/heads/master | 2020-04-10T08:18:21.617984 | 2019-05-22T05:26:38 | 2019-05-22T05:26:38 | 160,902,512 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 497 | c | #include <stdlib.h> // Tag.OTHER
int main() // Tag.OTHER
{ // Tag.OTHER
int* entity_4; // Tag.BODY
int* entity_0; // Tag.BODY
entity_4 = new int(rand()); // Tag.BODY
int entity_5; // Tag.BODY
entit... | [
"33094628+callMeBigBen@users.noreply.github.com"
] | 33094628+callMeBigBen@users.noreply.github.com |
befda651c46ccc6594dc3bd43b9bb8b5db1c91b7 | 6befd906a5d0e8fdfd812b90eb9f3d6bde9302c7 | /board/fleex/board.h | 1e8927d3e9687ce9f8e4bec61d0de11264dc14b4 | [
"BSD-3-Clause"
] | permissive | lisazzzs/chrome-ec | bcd1893c7ca10ad6c711d54c5f8411118c297d54 | dfed287068488a70d13bafec0c50bc471b00d31c | refs/heads/master | 2020-04-08T06:59:55.116398 | 2018-10-24T06:03:46 | 2018-10-26T07:41:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,371 | h | /* Copyright 2018 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/* Fleex board configuration */
#ifndef __CROS_EC_BOARD_H
#define __CROS_EC_BOARD_H
/* Select Baseboard features */
#define VARIANT_OCTOPUS_EC_NP... | [
"chrome-bot@chromium.org"
] | chrome-bot@chromium.org |
d508cef555f144a81b7ab5690dd948b0fc022fae | 4b7ad08ff76cb17e28d6b593fd88e38d46bf826e | /JHCOM/[RE] Blackpink no hero/test.c | c73af6a7c517a6b44c59f14b05359919fd7f6f8a | [] | no_license | IndominusByte/CTF-2019 | 1a29ea5adf1b78dd2c4f3fdf05524f4b9295ccbc | 43ecde30493e9f254ed5eec89efe01b5b9335996 | refs/heads/master | 2020-04-16T23:47:13.364730 | 2019-01-22T05:57:37 | 2019-01-22T05:57:37 | 166,025,526 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 299 | c | #include <stdio.h>
#include<string.h>
int lenk;
char k[32];
int main(int argc,char* argv[]){
char* s;
int i;
s = strdup(argv[0]);
lenk = strlen(s) - 2;
printf("lenk : %d\n",lenk);
printf("strdup : %s\n",s);
for ( i = 0; i < strlen(s); ++i )
k[i] = s[i + 2];
printf("isi k %s",k);
}
| [
"nyomanpradipta120@gmail.com"
] | nyomanpradipta120@gmail.com |
53b0cb67dde45da09fcece4471603fc8b1a4e6a9 | f363fdb9445d8dec088fb02c8faae8e23570a33e | /d/beijing/npc/dan/danM_1.c | 17f8e90ae56fdd6825d9b754216736fa001ffcb0 | [] | no_license | MudRen/zjmud | 0999a492ac0717911c047936ee2c696b3b5cb20a | c56a166380d74858d7b4f0ba2817478ccea6b83d | refs/heads/main | 2023-07-24T21:02:00.246591 | 2021-09-07T12:50:20 | 2021-09-07T12:50:20 | 403,973,627 | 1 | 1 | null | null | null | null | GB18030 | C | false | false | 1,082 | c | #include <ansi.h>
inherit COMBINED_ITEM;
void create()
{
set_name(HIM"龙涎丹"NOR, ({"longxian dan", "dan"}));
if (clonep())
set_default_object(__FILE__);
else {
set("base_unit", "粒");
set("base_value", 0);
set("only_do_effect", 1);
}
setup();
set_amount(1);
}
int do_effect(object me)
{
mapping my;
if (... | [
"i@oiuv.cn"
] | i@oiuv.cn |
c5246aaf1177b6e87ef65f5ac19e62529a6ac8e8 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/fastsocket/kernel/arch/x86/kernel/cpu/extr_perf_event_intel_uncore.c_snbep_uncore_msr_init_box.c | d83bf1d9d06b6530caa6fc9be2f5f2daed237f8c | [] | 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 | 791 | 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 |
caa97003a420d49286f26ad9b4fa70901b07d373 | 106c2ac1624938a85f32f871ff6afff949e6b364 | /MINI 7KW/MINI-XRD(目前版本)/HARDWARE/ETHERNET/lan8720.c | 35d544a9f4c8c891631f6fbcbfd726cf05ee8862 | [] | no_license | wogee/Public | ac7688758382acd9067d3bb2234b40b64f2791e4 | 204288480b71dbd8ab9f5b3ced59cca37d811983 | refs/heads/master | 2021-05-21T13:09:35.407005 | 2020-04-03T07:39:37 | 2020-04-03T07:39:37 | 252,663,394 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 12,266 | c | #include "lan8720.h"
#include "stm32f4x7_eth.h"
#include "usart.h"
#include "delay.h"
#include "malloc.h"
ETH_DMADESCTypeDef *DMARxDscrTab; //以太网DMA接收描述符数据结构体指针
ETH_DMADESCTypeDef *DMATxDscrTab; //以太网DMA发送描述符数据结构体指针
uint8_t *Rx_Buff; //以太网底层驱动接收buffers指针
uint8_t *Tx_Buff; //以太网底层驱动发送buffers指针
stati... | [
"280457980@qq.com"
] | 280457980@qq.com |
96720bad64ead40941790b4bed21593926fb0748 | 20b11bff2bdc3d279b5c5a3ea2f261238ac647c6 | /Core/Include/Core_PMC2.h | 8523d29b83f23224976968b97ffa4adc4c027f11 | [] | no_license | lancangyi/BM6J74 | 9dd6986fbb20d404f5e8981a3b97565ef55dab01 | 9f15171fb56081b2ea9d7a540c98d71ab411bdd3 | refs/heads/master | 2022-12-29T02:07:03.735106 | 2020-10-14T10:22:32 | 2020-10-14T10:22:32 | 303,977,261 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,807 | h | /*-----------------------------------------------------------------------------
* TITLE: CORE_ACPI.H
*
* Copyright (c) 1983-2009, Insyde Software Corporation. All Rights Reserved.
*
* You may not reproduce, distribute, publish, display, perform, modify, adapt,
* transmit, broadcast, present, recite, release, lice... | [
"862829426@qq.com"
] | 862829426@qq.com |
2c9061434237f3784d3ec9234db07313deddf5d3 | de5e362db780429ac6304c11345f060e3149f498 | /kungfu/skill/bagua-zhang.c | 57613ea1ca815178512e419392db65d94ce25ede | [
"MIT"
] | permissive | caokang/mud | 8058c0de0ac791fa8662224f82318e4e8b0b62bd | 99025000097bbe4bc5028e216c8d0eb05ef9ac67 | refs/heads/master | 2023-06-17T18:37:14.304099 | 2021-07-15T12:51:40 | 2021-07-15T12:51:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,386 | c | inherit SKILL;
mapping *action=({
([ "action" : "$N左肩低,右肩高,左手斜,右手正,一式「怀中抱月」,双掌疾推向$n的肩头",
"force" : 60,
"attack": 5,
"dodge" : 40,
"parry" : 5,
"damage": 2,
"lvl" : 0,
"skill_name" : "怀中抱月",
"damage_type" : "瘀伤"
]),
([ "action" : "$N先退又进,使招「猛虎伏桩」,左掌切向$n的$l,跟着右掌变拳,直击他前... | [
"i@oiuv.cn"
] | i@oiuv.cn |
b436454b8e0dbafa15161acae462befaa165da23 | 958e21c227f1fd503c0e0e386ff6f9888005af8c | /src/ft_atoi.c | 69f9bfd50128cf1283ad37926687debb4bf5d370 | [] | no_license | RemiDC/libft | 8f258b6ee8b508e45d016d4735d65eb1ca2eb421 | 8f5706a9d3b273946e4a40e1d7ef4a0baad3beee | refs/heads/master | 2020-04-10T16:41:15.705620 | 2018-12-12T09:51:33 | 2018-12-12T09:51:33 | 161,152,651 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,231 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_atoi.c :+: :+: :+: ... | [
"reda-con@e1r9p11.42.fr"
] | reda-con@e1r9p11.42.fr |
53f71dc69610f133d397e363dc31ba5368bbe574 | e5f3d923a3e054b96d029bad9ac8ba2809a94443 | /c_exercise/4-21.c | 295d7abcb807eb52950055235004c571ddd2f236 | [] | no_license | hlyyy/practice.c | 7e5dfaaf2a950097c8616a76d9e89c55592a2d36 | afce535dead0635883b49b0750958b48b3a4f7da | refs/heads/master | 2021-07-10T15:41:42.056274 | 2020-10-30T15:17:57 | 2020-10-30T15:17:57 | 212,754,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 208 | c | #include <stdio.h>
int main(void)
{
int n,x,y;
printf("生成一个正方形\n正方形有几层:");
scanf("%d",&n);
for (x=1;x<=n;x++){
for(y=1;y<=n;y++)
printf("*");
putchar('\n');}
return 0;
}
| [
"huanglingyun@huanglingyundeMacBook-Air.local"
] | huanglingyun@huanglingyundeMacBook-Air.local |
d7cec03b81d799b265c4706362a4abb6e10c10d1 | 5d9f5fba0381fee0b666c5126fd1c5b8baff9271 | /software/LX010106_Main/SRC/PSIMV_SETTINGS/DB_IHM_Write_Adjust_Psimv_Mode_Low_Vti.c | e11abc29830db14fa2b287762c03ee144e914c77 | [
"Apache-2.0"
] | permissive | moh1139/PB560 | eb2c87c8e8b7119d997eff0aa622804dd5216830 | e7b2e610453c7a46204f21a49174028762b6ce43 | refs/heads/master | 2022-04-13T16:45:04.803464 | 2020-04-07T00:21:23 | 2020-04-07T00:21:23 | 257,703,654 | 1 | 0 | Apache-2.0 | 2020-04-21T20:06:49 | 2020-04-21T20:06:48 | null | UTF-8 | C | false | false | 3,076 | c | /******************************************************************************/
/* */
/* Project Number : RB0505 */
/* */
/*----------------------------------------------------------------------------*/
/* ... | [
"Hossam.adel.moh@gmail.com"
] | Hossam.adel.moh@gmail.com |
9a3b25f58ffc8f204c6ed2640bd5f24c7b37f788 | fa89c27f53494f5de4459d835083d5cadb6fd2b5 | /merge two sorted arrays.c | f384cdd34b94398fb64636e856391f267c0caa2c | [] | no_license | neelgandhi108/Data-Structures | 5a071e1d8c2532a3f7ff38e8f05a763359a173fd | b99e5e2eb9de2157df02b41ea4d90184c3e85d71 | refs/heads/master | 2020-12-03T18:10:41.585651 | 2020-01-02T17:42:38 | 2020-01-02T17:42:38 | 231,424,696 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 900 | c | #include <stdio.h>
void merge(int [], int, int [], int, int []);
int main() {
int a[100], b[100], m, n, c, sorted[200];
printf("Input number of elements in first array\n");
scanf("%d", &m);
printf("Input %d integers\n", m);
for (c = 0; c < m; c++) {
scanf("%d", &a[c]);
}
printf("Input number of elements in second array... | [
"noreply@github.com"
] | neelgandhi108.noreply@github.com |
3fd2ad75723556ba66243c36f089d70e1160fa9e | 9791a7a24160c3acacb1d0bb1b5b4453361b2151 | /WinDDK/7600.16385.1/src/general/ioctl/wdm/exe/install.c | 77ee60ef06c7a13e8f6b3cdf77e47595e5b8d51e | [] | no_license | kcrazy/winekit | fedc7bfa3fa702423f93447a8a19e2a4d358241e | 7948f5f42a60225d9f94930be539f0a1d6202dbc | refs/heads/master | 2021-01-10T08:18:48.598427 | 2017-02-17T05:34:15 | 2017-02-17T05:34:15 | 50,400,541 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,651 | c | /*++
Copyright (c) Microsoft Corporation. All rights reserved.
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
PURPOSE.
Module Name:
... | [
"thekcrazy@gmail.com"
] | thekcrazy@gmail.com |
912021fb5737c9424a1a3b76cc6eb64e732d834a | f99fe5e7d6b160cef405cba7775899a81ed2a5e5 | /src/pimach.c | a179e55541bac64554802a7e075491bffa74cdfb | [] | no_license | rajdipnayek/cslatec | 83122616f72769b36fa7b6d00b3ec988bbb35fe3 | c2a4301febfe44e2d1e0c0fa3a73ca49e44780db | refs/heads/master | 2021-01-06T16:47:40.152730 | 2015-05-01T20:03:32 | 2015-05-01T20:17:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,434 | c | /* pimach.f -- translated by f2c (version 12.02.01).
You must link the resulting object file with libf2c:
on Microsoft Windows system, link with libf2c.lib;
on Linux or Unix systems, link with .../path/to/libf2c.a -lm
or, if you install libf2c.a in a standard place, with -lf2c -lm
-- in that order, at the end of... | [
"rf@rufflewind.com"
] | rf@rufflewind.com |
74407397fffb40043ae85167b45f182fc57fcfd2 | e9d8178346a624ddf6ec2b08a6c558be33a61b2a | /prototype/memory/get_rusage.c | deb87f4890f74f508cbd285de2a7312ca290908f | [] | no_license | douglaskruger/c_coding | 5ae72897a631ac4074aa4de883feaaf1a19a7114 | a37a8df6126142d6cfc2b96c9aea6aa14c4f8699 | refs/heads/master | 2021-07-01T00:51:23.463103 | 2021-06-30T23:06:34 | 2021-06-30T23:06:34 | 163,558,134 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,487 | c | /* =============================================================================
Copyright © 2020 Skynet Consulting Ltd.
This file is the property of Skynet Consulting Ltd. and shall not be reproduced,
copied, or used as the basis for the manufacture or sale of equipment without
the express written permiss... | [
"douglas.d.kruger@gmail.com"
] | douglas.d.kruger@gmail.com |
9f48b5197435ec57db97c267d548a6fbf815c622 | 42a11a523c5c2fd7255ef1990c31bbd4b9d411b7 | /my_pisc/d13/ex05/btree_search_item.c | 2784732ab44b965e4a6f79d3328cda31ca2a57b7 | [] | no_license | vanikiforoff/sch21 | 6c032acde293d2dd5d3ce48f385dcd9d3b9531be | 0fa382ef638498d1c404b6b81900bad023173fcf | refs/heads/master | 2023-02-22T12:11:30.044211 | 2020-02-17T17:40:27 | 2020-02-17T17:40:27 | 221,981,946 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,308 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* btree_search_item.c :+: :+: :+: ... | [
"sslift@student.21-school.ru"
] | sslift@student.21-school.ru |
7e3ced73a4b90d943f7364ea2bbdc5f201763e20 | b794490c0e89db4a3a4daabe91b2f057a32878f0 | /Project/NetDefender/netdefender 1.5/Third_party/Inc/SysDefEx.h | 217b8d9f0ecb298deb5ca709676e96ac4b22620d | [] | no_license | FusixGit/hf-2011 | 8ad747ee208183a194d0ce818f07d312899a44d2 | e0f1d9743238d75ea81f1c8d0a3ea1b5a2320a16 | refs/heads/master | 2021-01-10T17:31:14.137939 | 2012-11-05T12:43:24 | 2012-11-05T12:43:24 | 50,957,230 | 3 | 8 | null | null | null | null | UTF-8 | C | false | false | 2,231 | h | /*
KeePass Password Safe - The Open-Source Password Manager
Copyright (C) 2003-2006 Dominik Reichl <dominik.reichl@t-online.de>
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 ... | [
"hongfu830202@gmail.com"
] | hongfu830202@gmail.com |
d5c8be8154f104cf4cffc901d82a1e944018e277 | a61f2cb094cff8ef2a91c57e40ae1661c5d713ed | /SmartVoiceClockV01/BSP/led.c | 6f65c151f823739bd40880949ccdb20f534e7179 | [] | no_license | cgrrty/SmartVoiceClock | a3048d7f3444337a47ef58688f0cbaedc0d7c283 | 07b860564e3d21671171968db263759cfdf45fe8 | refs/heads/master | 2020-04-12T06:24:15.682036 | 2016-10-02T09:07:23 | 2016-10-02T09:07:23 | 60,267,110 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,026 | c |
/******************** (C) COPYRIGHT 2016 ********************************
* 文件名 :
* 描述 :
* 库版本 :V1.3.0
* 作者 :DongXu
********************************************************************************/
//头文件
#include "led.h"
/**
* @file LED_GPIO_Config
* @brief LED灯引脚配置
* @param 无
* @retval... | [
"984051353@qq.com"
] | 984051353@qq.com |
5bd1a66e40b593d5788674469de53abed4045793 | 2c20e08178f4dcd8e6d7104d45e8d35650f8f5f6 | /Day02/ex07/ft_print_combn.c | 195fde7087bfae764261509aee5116bbeddc708e | [] | no_license | SorrySomethingWentWrong/Piscine42 | 52367afb619c5a60b6e6811b4225b048c2e267dd | bab206601e3c367b3a504f41a35d050f264edb8c | refs/heads/master | 2020-04-11T13:25:45.216273 | 2018-12-14T17:27:04 | 2018-12-14T17:27:04 | 161,815,681 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,052 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_print_combn.c :+: :+: :+: ... | [
"tramet@e2r5p1.42.fr"
] | tramet@e2r5p1.42.fr |
dc77dc560b4028b18d4984795a97d7cc8c205470 | af79492c6999077f88b820185ecd4eb82c355c9a | /ZQ2NuPt2eta_fullrange/data_CD_D/rspic/hM1_19.C | 0df0b7794b696964e21b2c2cf5d31d7d58eea4d8 | [] | no_license | orsosa/Eg2_ana | f8d20c0a4c3c0a2e725a24fa84518b552dde31e3 | f49ee1384f54365c0b293656386635b111c54ae0 | refs/heads/master | 2020-07-01T09:30:30.162135 | 2018-11-05T15:08:42 | 2018-11-05T15:08:42 | 74,095,684 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,090 | c | {
//=========Macro generated from canvas: c/The canvas
//========= (Tue Apr 18 12:12:18 2017) by ROOT version5.34/19
TCanvas *c = new TCanvas("c", "The canvas",1,1,800,576);
gStyle->SetOptFit(1);
c->SetHighLightColor(2);
c->Range(0.1901558,-64.13009,0.8890623,577.1708);
c->SetBorderSize(2);
c->SetFra... | [
"oj.5070@gmail.com"
] | oj.5070@gmail.com |
ebdf761282965159dd815acd5ab1bbeef59bf007 | 61d652521969c74c7b283a0f5e441ce6a531c489 | /benchmarks/format/dico-2.0.c | fdb2c46a1802f2411ab79d57b9a12091cf8ff169 | [] | no_license | KihongHeo/SelectiveUnsoundnessArtifact | 2d12d101ec96f92c337b3c9f44870e5a18bcf065 | 103fa47713502a0110a9ec93816215a65c77efb9 | refs/heads/master | 2021-01-13T08:48:58.392869 | 2018-01-10T03:24:45 | 2018-01-10T03:24:45 | 71,911,429 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,277,436 | c | /* Generated by CIL v. 1.7.3 */
/* print_CIL_Input is false */
#line 211 "/usr/lib/gcc/i486-linux-gnu/4.4.3/include/stddef.h"
typedef unsigned int size_t;
#line 55 "libltdl/slist.h"
struct slist {
struct slist *next ;
void const *userdata ;
};
#line 55 "libltdl/slist.h"
typedef struct slist SList;
#line 60 "li... | [
"khheo@ropas.snu.ac.kr"
] | khheo@ropas.snu.ac.kr |
538bb46dfaf961a710f6f75ad33c3cd8539861bf | 091839329deec62221f61d6e2ae07bfacab59348 | /FreeRTOS/Source/include/portable.h | b58c0fc56c99c2be5b4e1bf0fa9d6453a6ffced3 | [] | no_license | Grzegorzwww/power_measure | 9694f41d7a63f038c4f28829fd0b620eb80ccc30 | e82a42d7173965d8456f0468d76c50d7e9057ba1 | refs/heads/master | 2020-05-24T00:28:26.810408 | 2019-05-29T10:43:14 | 2019-05-29T10:43:14 | 187,017,358 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,478 | h | /*
FreeRTOS V9.0.0 - Copyright (C) 2016 Real Time Engineers Ltd.
All rights reserved
VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redistribute it and/or modify it under
the terms of... | [
"grzesius@gmail.com"
] | grzesius@gmail.com |
76db66f6b9201ab53e7d50f88df313dd561614c1 | eda5e9bd79db527d51367935fa252b902733864d | /code-practice/qbasic/qbx/SRC/MXSHKC.C | bc5cfdd0ef159debaeb9b17541dc9f77a446c7b2 | [] | no_license | DJD-Code-Studio/djd-code-studio.github.io | 94cb430fac6ae07472a637d9817d61fa506a527e | 5b6e967d52fa4e42a2b11cf0513a79498e986c64 | refs/heads/master | 2022-12-08T21:28:57.821451 | 2019-11-03T08:56:19 | 2019-11-03T08:56:19 | 74,661,118 | 1 | 0 | null | 2022-12-08T13:11:40 | 2016-11-24T10:06:15 | Visual Basic | UTF-8 | C | false | false | 867 | c | #include <stdio.h>
#include <string.h>
/* Function Prototypes force either correct data typing or compiler warnings.
* Note all functions exported to BASIC and all BASIC callback (extern)
* functions are declared with the far pascal calling convention.
* IMPORTANT: This must be compiled with the Medium memory model... | [
"debajyotiduttatheegeek@gmail.com"
] | debajyotiduttatheegeek@gmail.com |
972e0779417b7847d4873af717c44e09a1f1dedc | f83ef53177180ebfeb5a3e230aa29794f52ce1fc | /fftw/fftw-3.3.8/dft/simd/avx2-128/t1bv_8.c | 098d7bf3573cdd5d74a40fe845563a816bf23968 | [
"GPL-2.0-or-later",
"FSFAP",
"GPL-2.0-only",
"Apache-2.0"
] | permissive | msrLi/portingSources | fe7528b3fd08eed4a1b41383c88ee5c09c2294ef | 57d561730ab27804a3172b33807f2bffbc9e52ae | refs/heads/master | 2021-07-08T01:22:29.604203 | 2019-07-10T13:07:06 | 2019-07-10T13:07:06 | 196,183,165 | 2 | 1 | Apache-2.0 | 2020-10-13T14:30:53 | 2019-07-10T10:16:46 | null | UTF-8 | C | false | false | 126 | c | /* Generated automatically. DO NOT EDIT! */
#define SIMD_HEADER "simd-support/simd-avx2-128.h"
#include "../common/t1bv_8.c"
| [
"lihuibin705@163.com"
] | lihuibin705@163.com |
fc9ea837a5cdcbd410458736b2a168ba3f866b24 | 7e005901c5f41d5de8a6d6c51fbbb5add02819a6 | /power.c | 147ad9c2b35ccf02cb02dfe0031d1924afecab5e | [] | no_license | RupGautam/C_Intro | 0fede2f94f81995c28d897af2fc90742a8af5611 | 80d8c1e4946a5f4fa1151e0b9738b5e0a3a3221e | refs/heads/master | 2021-01-17T13:27:28.580679 | 2016-07-29T03:54:03 | 2016-07-29T03:54:03 | 59,713,297 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 321 | c | /* Raise an integer to an integer
* power.c
*
* /
#include <stdio.h>
int main(){
int base, exp, ans;
printf("Enter base: ");
scanf("%d", &base);
printf("Enter exp: ");
scanf("%d", &exp);
ans = power(base, exp);
printf("%d powered by %d is : %d", base, exp, ans);
}... | [
"rup.gautam@yahoo.com"
] | rup.gautam@yahoo.com |
3ccf842b0400364c8c00d547075d7c5814b4ebc3 | 7c15196772385d86035cade6d78ec025a9c14c81 | /fstarting_balance_multiplier.c | f09d4fe62c1cc238610326526f927d05fada80b8 | [] | no_license | yawecodin/misc_poker_utilities | f181ba89073d3e8ba1eda08c94cc5628db48859d | 844c7e95b6375af5fc2e4ecafd81ac3bdf9ee075 | refs/heads/master | 2021-01-09T06:14:10.767164 | 2013-06-08T20:07:58 | 2013-06-08T20:07:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,675 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef WIN32
#include <direct.h>
#else
#define _MAX_PATH 4096
#include <unistd.h>
#endif
static char save_dir[_MAX_PATH];
#define MAX_FILENAME_LEN 1024
static char filename[MAX_FILENAME_LEN];
#define MAX_LINE_LEN 1024
static char line[MAX_LINE_LEN];
static ... | [
"lloyd.aidan@gmail.com"
] | lloyd.aidan@gmail.com |
43db603751a2b935a1a69220a4ad680f8ea4c25e | 7974eecdedb3727f9683e8b371167ff9eb5aed39 | /717-1_rns-7-2.c | 4225054c8433ab3ec80769c5bac78f8e6febeff6 | [
"BSD-3-Clause"
] | permissive | severwolf1/timp-717-1_rns_1 | 8deeebd09b53c51ebf6d7c4fa87722bfbbf49159 | af0af5d0f8ceb9927644806264d451813c0cd45d | refs/heads/master | 2020-05-28T03:03:45.287018 | 2019-05-27T15:18:52 | 2019-05-27T15:18:52 | 188,862,534 | 0 | 0 | BSD-3-Clause | 2019-05-27T15:18:53 | 2019-05-27T14:52:15 | C | UTF-8 | C | false | false | 1,119 | c | #include <stdio.h>
void sortirovka (int *array, int root, int bottom){
int max;
int k = 0;
while ((root * 2 <= bottom) && (!k))
{
if (root * 2 == bottom)
max = root * 2;
else if (array[root * 2] > array[root * 2 + 1])
max = root * 2;
else
max ... | [
"717-1_rns@36411.cloud.hosted-by-virtualdc.ru"
] | 717-1_rns@36411.cloud.hosted-by-virtualdc.ru |
8fbabd71fb49cb453ed760239813de92a8b02b4f | 11d36634ad297f314a975aaec9484f7afa631b91 | /Projects/NUCLEO-L496ZG/Examples/CRC/CRC_Bytes_Stream_7bit_CRC/Src/main.c | 786362fe5ff7ee6b409e49dc3dcb77abae600f82 | [
"BSD-2-Clause"
] | permissive | Rayling35/STM32Cube_FW_L4_V1.12.0 | 195f5d0903a5e7d8b0b3a9940adca8477e3f1412 | 7c33143c28075fb08322af6335c7ced3550e275d | refs/heads/master | 2020-03-20T07:47:57.994399 | 2018-06-14T06:11:47 | 2018-06-14T06:11:47 | 137,291,478 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,147 | c | /**
******************************************************************************
* @file CRC/CRC_Bytes_Stream_7bit_CRC/Src/main.c
* @author MCD Application Team
* @brief This sample code shows how to use the STM32L4xx CRC HAL API
* to compute 7-bit CRC codes from buffers of data bytes (8... | [
"honwe.lin@gmail.com"
] | honwe.lin@gmail.com |
35b8b061ae04c8405fc30cfb23f6a01cc215a418 | 498ec9a7f8d7fd695a246a0c6e478c0e66260591 | /Transmitter/main.c | 4babf69d8a5c3e042347d2f942858e5969b68885 | [] | no_license | bdharrison/wireless-dcc | 3e58e684d855bf903f9e74c6fad68c3cf6dc7e24 | d10035b734c5f20ce5e9095df9f58a3af66d1e07 | refs/heads/master | 2021-01-17T07:51:20.653956 | 2016-09-22T19:31:16 | 2016-09-22T19:31:16 | 31,937,888 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 28,363 | c | /*
Copyright (c) 2014, Brian Harrison
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 conditions and the... | [
"briandharrison@gmail.com"
] | briandharrison@gmail.com |
ad2e85b843b2b250d75494723f4eef0931473ecb | 3f57412f12d5a56b8d7eb0b323f371b58583cbfa | /2017q/d.c | 8a04124549ad7de6643b00258595cace470e62f0 | [] | no_license | kmaster2520/GoogleCodeJam | 97c77c1ce7b17a0c8df2d2cb25cceb98ff7f8cef | 8ccce9e4b967f1c3dbb6dbd42a2bd5fb25698a8a | refs/heads/master | 2021-01-23T14:20:47.116616 | 2017-06-04T17:01:11 | 2017-06-04T17:01:11 | 93,253,335 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 389 | c | #include <stdio.h>
//#include <string.h>
//#include <math.h>
/*
fscanf(file*, format, pointers to variables)
fprintf(file*, format, variables (no pointers))
*/
int main() {
FILE* fp = fopen("infile.txt", "r");
FILE* op = fopen("outfile.txt", "w");
int T;
fscanf(fp, "%d\n", &T);
for (int ... | [
"skadaveru3@gatech.edu"
] | skadaveru3@gatech.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.