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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
98ada810ad7f2a567cb9a890dfbc551036fdbe43 | c8f81719e30bab00021bd04c10ebda9d0ed8d2c9 | /libsetup.h | c55794063287814ac77f89d98781f032918ef86c | [
"MIT"
] | permissive | jjpatti/liblcd | e7ab370004ff6e06305b88de7c4927c7199b2a95 | 101fd1e72d6bf7542559d1d4d79912e0b468f56e | refs/heads/main | 2023-01-08T04:35:39.190782 | 2020-11-03T21:40:03 | 2020-11-03T21:40:03 | 309,812,257 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,934 | h | /****************************************************************
* Author: John J. Patti
*
* Project Name: Swing Robot Controller
* File Name: libsetup.h
*
* Version: 0.1
* Description: Setup Library
*
* Copyright (c) 2020, Godwud, LLC
* All rights reserved.
*
* Documents:
* Technical Refere... | [
"noreply@github.com"
] | jjpatti.noreply@github.com |
798852e5cbfe30aed137cbe67ab061332058b39a | 6e0be5b324afc8470e29c28006ecaf134076ff0e | /deps/3rdparty/openal-soft-winphone/OpenAL32/alSource.c | 982da4c43f2ddcbfc59d82897f977782f0d64504 | [
"LGPL-2.0-only",
"MIT"
] | permissive | Bhaskers-Blu-Org2/WinObjC | 3abe3a338738ad607ca658edee1bcfcb542fe69f | ea3f7983803fa02309f974ff878b6c9ecc72c7c4 | refs/heads/develop | 2022-04-03T15:19:31.807607 | 2020-01-06T16:33:43 | 2020-01-06T16:47:55 | 276,100,793 | 0 | 1 | MIT | 2020-06-30T13:05:08 | 2020-06-30T13:05:07 | null | UTF-8 | C | false | false | 64,989 | c | /**
* OpenAL cross platform audio library
* Copyright (C) 1999-2007 by authors.
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your op... | [
"davelamb@microsoft.com"
] | davelamb@microsoft.com |
0c50e0bbaef1a44ae84737303afcdf83b84a1936 | e87d79f552cdcd1323aa9bbfa38ecbf777ac94d1 | /src/blas/3/syrk/front/flamec/test/fla/test_Syrk.c | cebee32b9177bd1ed49d2aea030c9504da1a8567 | [
"BSD-3-Clause",
"LicenseRef-scancode-other-permissive"
] | permissive | iotamudelta/libflame | 539165f48d24c159ad494e813a1fc30fa2ea3791 | 70c19e770ead0ae846c59b59216deb16d236b40c | refs/heads/master | 2023-07-28T12:31:59.890987 | 2023-07-13T19:33:42 | 2023-07-13T19:33:42 | 103,612,203 | 0 | 2 | NOASSERTION | 2023-05-04T19:04:09 | 2017-09-15T04:00:39 | Fortran | UTF-8 | C | false | false | 5,049 | c | /*
Copyright (C) 2014, The University of Texas at Austin
This file is part of libflame and is available under the 3-Clause
BSD license, which can be found in the LICENSE file at the top-level
directory, or at http://opensource.org/licenses/BSD-3-Clause
*/
#include "FLAME.h"
#define N_PARAM_COMBOS ... | [
"field@cs.utexas.edu"
] | field@cs.utexas.edu |
dd818aa2f628d2b6ba6f616099edbaecd95fc698 | 30f33e62f9dbb780821c925016964c4c2c97e0a3 | /ex5-14.c | da588a7e2c6e039552354077cf4d1588f8a74559 | [
"Apache-2.0"
] | permissive | StefanAlexandruAldoiu/CExercises | 741dbcf3b64fa5f63af1484ea0ab25e20cdf71a2 | f599173fbe8f76d026919f739b7935ae3d7d3a08 | refs/heads/master | 2021-01-01T15:43:35.871870 | 2017-07-27T12:19:55 | 2017-07-27T12:19:55 | 97,686,737 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,590 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#define MAXLINES 5000
#define MAXLEN 1000
char *lineptr[MAXLINES];
int igetline(char *, int);
char *alloc(int);
int ireadlines(char *lineptr[], int nlines);
void iwritelines(char *lineptr[], int nlines);
void iqsort(void *lineptr[], int left, int right, int ... | [
"stefanalexandrualdoiu@gmail.com"
] | stefanalexandrualdoiu@gmail.com |
4d433385bdd5a4fd9b8eb3e314b232b5327029ec | fe96775014abc88aae8a1e25c8112dac1140afaf | /code/strukturen3.c | 3dde46c55bcc893804d3d5ce77e711278790c68f | [] | no_license | HSR-Stud/OOProg | c8b9ed469981fac61c77d9f5bbecb9ff4ca38bf9 | e1887aad1d9e1c823f671ac72268f0089b62e401 | refs/heads/master | 2021-06-05T21:34:30.202726 | 2018-02-24T10:24:23 | 2018-02-24T10:24:23 | 20,557,053 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 159 | c | struct Angestellter mueller;
struct Angestellter bonderer;
struct Angestellter vertrieb[20];
// ein Array von 20 Strukturvariablen des Typs struct Angestellter | [
"kingofsteinen@famleu.ch"
] | kingofsteinen@famleu.ch |
ef0b437b1edf13abd7871f561ee2fdbd83d96883 | 45ecdabe05d47df5412a6f599548f93e34972f04 | /c_piscine_c05/ex03/ft_recursive_power.c | 4a0cd89ac9e3d1e5d008be41c4260fd2d4e52dc9 | [] | no_license | radeau/42-AbuDhabi-May-Piscine | c1a2d81bffe29a26479e31f6dcf5083480ef3ea0 | b8163f7219e46551b4b52672e5c1245c8bc35f24 | refs/heads/main | 2023-05-06T03:11:34.538741 | 2021-06-09T08:34:11 | 2021-06-09T08:34:11 | 375,090,392 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,089 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_recursive_power.c :+: :+: :+: ... | [
"noreply@github.com"
] | radeau.noreply@github.com |
a8b660d4cb7810f0e5322d7ce5e550baf5668d27 | 82091fc56c850906f3a36e8cb20fbb69c9b50e96 | /libutl/Pathname.h | 5be629cdce51b418144add494ad68e1b9169d062 | [
"MIT"
] | permissive | inbei/libutl | 97a57b865b4ab2331d66545fa2bb48ddf928ac2b | e55c2af091ba1101a1d0608db2830e279ec95d16 | refs/heads/master | 2023-07-22T15:35:51.113701 | 2021-08-26T09:28:22 | 2021-08-26T09:28:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17 | h | ../ust/Pathname.h | [
"prof.hate@gmail.com"
] | prof.hate@gmail.com |
f70e90e54f87062eed6e2b5ef7e146f396a70fde | 3c2669bb45759b9fce62c3bf4512ccc6c4b0fa58 | /csrc/STM32756G_EVAL/stm32756g_eval_io.h | 61542ae61a126eefdb1eab84861e27fe4b633dd3 | [] | no_license | zerynth/lib-stm-mfx | d5cde373e59c8b84a9bcc4ff82f24e9e606f365d | 7047ced8187ae287850b0df0288b03db846edb4d | refs/heads/master | 2021-07-19T20:06:18.768016 | 2020-09-24T15:41:33 | 2020-09-24T15:41:33 | 248,483,405 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,287 | h | /**
******************************************************************************
* @file stm32756g_eval_io.h
* @author MCD Application Team
* @brief This file contains the common defines and functions prototypes for
* the stm32756g_eval_io.c driver.
***********************************... | [
"dev@zerynth.com"
] | dev@zerynth.com |
a9894ee1aa05c3a1cd4c603a6c06d00ffa06ea44 | 0edbcda83b7a9542f15f706573a8e21da51f6020 | /private/windows/shell/inc/shlobj.h | c4998f9d1ad1c3e2c9c18f689965fff32310fa51 | [] | no_license | yair-k/Win2000SRC | fe9f6f62e60e9bece135af15359bb80d3b65dc6a | fd809a81098565b33f52d0f65925159de8f4c337 | refs/heads/main | 2023-04-12T08:28:31.485426 | 2021-05-08T22:47:00 | 2021-05-08T22:47:00 | 365,623,923 | 1 | 3 | null | null | null | null | UTF-8 | C | false | false | 573 | h | //
// This is a fake shlobj.h that allows Chicago code that refers to private
// (internal) shlobj.w information without including shlobjp.h. The Chicago
// header files don't split the public and private information out into
// seperate header files until much later when producing the SDK files.
// The Chicago shell s... | [
"ykorokhov@pace.ca"
] | ykorokhov@pace.ca |
1de73e2990caee903b9d4b8ae2b404845858d48a | 7a89c2e347e17f0aed9e16f2de81f6021ad56023 | /Gbox420_Nano_Reservoir/src/WirelessCommands_Reservoir.h | 6f60c47d8e30f0b471c0fee9fc54f790d2e4be00 | [] | no_license | Whonymous/Gbox420 | aee2618ee817eff34939e8892d4eef52c7f22e00 | 27bbc1a356c2a5d7f040293c3608c6b1288324f9 | refs/heads/master | 2022-12-17T11:51:27.223683 | 2020-09-16T23:02:39 | 2020-09-16T23:02:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,810 | h | /**@file*/
///GrowBoxGuy - http:///sites.google.com/site/growboxguy/
///Structs for wireless communication - Both the Transmitter and the Receiver needs to know these
///Defines the package stucture of each message exchanged between the Main and the Reservoir module
///Max 32 bytes can be sent in a single package
#pra... | [
"growboxguy@gmail.com"
] | growboxguy@gmail.com |
5154cb2f8121984e676d337e25dcf9f93ebe04aa | 5864ddd5125220cd762351162002f81d4afe59fd | /support/_sbrk.c | d996819cff5cbad344a61b19a10f350b00061408 | [] | no_license | voberto/Tiva_TDD | 0c063efb94177eb240843a9d3078a7b55ac5af3a | e71b3199602d2f4d8bb7f0a88607b76054859ec7 | refs/heads/master | 2020-06-30T05:31:53.139335 | 2019-08-10T12:47:00 | 2019-08-10T12:47:00 | 200,742,525 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,601 | c | //
// This file is part of the µOS++ III distribution.
// Copyright (c) 2014 Liviu Ionescu.
//
// ----------------------------------------------------------------------------
#include <sys/types.h>
#include <errno.h>
// ----------------------------------------------------------------------------
caddr_t
_sbrk(int i... | [
"voberto.github@gmail.com"
] | voberto.github@gmail.com |
38d0b468117693206a3e437a63e9075600a10028 | e028b0e2c2bba18d4480dc4b9eb86e7d7702a47c | /src/dp_codec.h | f7d2d9e97bd314cec545f6da860ce45ec7b63d03 | [
"BSD-3-Clause"
] | permissive | alex1528/vRG | 6917a48306a040c9c075fea6b5948d52356b5628 | 5320b1e44ece3da9298a9529488264c749a30b6a | refs/heads/master | 2023-03-10T23:24:21.163410 | 2021-02-24T16:08:58 | 2021-02-24T16:08:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,102 | h | #include <rte_mbuf.h>
#include <rte_ether.h>
#include <rte_icmp.h>
#include <rte_ip.h>
#include "pppd.h"
#include "pppoeclient.h"
extern tPPP_PORT ppp_ports[MAX_USER];
static inline void build_icmp_unreach(struct rte_mbuf *pkt, uint16_t user_index, struct rte_ether_hdr *eth_hdr, vlan_header_t old_vlan_hdr, struct ... | [
"w180112@gmail.com"
] | w180112@gmail.com |
2c0210344355bde1eada12f6e1f38f3c94b16b61 | b23f78c3693807abcab378043bc20e8f4e280201 | /algos/sundae-gift/Implementations/crypto_aead/sundaegift96v1/ref/encrypt.c | 505af8b307d90070a9d83ecaf205517f88dd7061 | [] | no_license | brailovskii/nist-lwc-benchmark | f8a06c9ba817f70806c65245fc2a781da40120c7 | 80f5c9910012085b1e2ee7e95d654370ab3048ed | refs/heads/main | 2023-05-04T12:41:21.755106 | 2021-05-28T15:34:35 | 2021-05-28T15:34:35 | 354,254,160 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,941 | c | #include "lwc_config.h"
#ifdef LWC_ALGO_AEAD_SUNDAEGIFT96V1
/*
SUNDAE-GIFT
Prepared by: Siang Meng Sim
Email: crypto.s.m.sim@gmail.com
Date: 09 Feb 2019
*/
#include <stdlib.h>
#include "api.h"
#include "sundae.h"
#include "gift128.h"
#include "crypto_aead.h"
/*
the code for the cipher implementation goes here,
gen... | [
"brailovskii@gmail.com"
] | brailovskii@gmail.com |
83fac44e4d3c3e7faec9ccd0e622334496422b2f | 6a531c530bbbb43810a5827041ed80499715fe8f | /Pods/Headers/Private/CLColorPicker/CLColorPickerSegmentedControl.h | be28755d1572285d5df7d9f453153f25a5f59449 | [] | no_license | oliviertavel/Online | 2ae42b85d4064b9a8d5f1d2a4d42b6cdfcd37c2a | 8f7023b0c8f4d58cc13e765a7233d9c7dde84344 | refs/heads/master | 2021-05-30T16:12:51.236166 | 2015-11-19T19:47:54 | 2015-11-19T19:47:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 68 | h | ../../../CLColorPicker/CLColorPicker/CLColorPickerSegmentedControl.h | [
"contact@syan.me"
] | contact@syan.me |
9a013fedb92b15e37677ef77f7fb35a5eac30646 | 851e69e68a9bd514415f6eed50d53f50e21ba337 | /service-mgmt/sm-1.0.0/src/sm_api.h | 66c384146c4cea5c61e7781b993b31f4c67fdcbc | [
"Apache-2.0"
] | permissive | swiftchao/stx-ha | b629100f69fa8fee070a7ae2e3c8a6cfed5b15ae | ac2ec50d86e05e641319d0da3f2a01eee452e064 | refs/heads/master | 2020-05-04T14:27:11.679148 | 2019-03-18T12:43:55 | 2019-03-18T12:43:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,835 | h | //
// Copyright (c) 2014 Wind River Systems, Inc.
//
// SPDX-License-Identifier: Apache-2.0
//
#ifndef __SM_API_H__
#define __SM_API_H__
#include "sm_types.h"
#ifdef __cplusplus
extern "C" {
#endif
typedef enum
{
SM_NODE_SET_ACTION_UNKNOWN,
SM_NODE_SET_ACTION_LOCK,
SM_NODE_SET_ACTION_UNLOCK,
SM_NODE_... | [
"dtroyer@gmail.com"
] | dtroyer@gmail.com |
ae64ce096a7b8c1ef49629712e0eda38a215c4a3 | f28965d9280eb6830713bc7b689310fe69e1a7df | /folder/raspberrypractice/dbgmsg/dbgmsg.h | 02a3defa199680bb1bea86ab2a1460c4a2e256f8 | [] | no_license | gaejjy/Kwanghexapod | 1a29fe33d8a24bfcf8dd7f2964132ee3cbfa55bd | b00602ada83ae0978b203020619e85573a6eb351 | refs/heads/master | 2021-04-09T15:23:48.437709 | 2018-03-19T02:49:40 | 2018-03-19T02:49:40 | 125,792,182 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 374 | h | #ifdef DEBUG
#define REDS "\x1b[31m"
#define REDE "\x1b[0m"
#define DBGMSG_PREFX REDS "<< DBGMSG >> "
#define DBGMSG(msg,...) fprintf(stderr, \
DBGMSG_PREFX"[%s %s %d] : " msg "\n" REDE, __FILE__, __func__, \
__LIN... | [
"gaejjy@naver.com"
] | gaejjy@naver.com |
4d86f02278237479723bb1cf0f3faace93626133 | c437ad0f801020a10852eaf731eb617c58f7a740 | /src/tor/src/or/hs_ident.c | 0bce2f625b0d592839ff2582c7c9eac65bd14d43 | [
"BSD-3-Clause",
"LicenseRef-scancode-maxmind-odl",
"NCSA",
"ISC",
"GPL-2.0-or-later",
"OpenSSL",
"MIT",
"Autoconf-exception-generic"
] | permissive | BobbyMcWho/VERGE | bab48635eaf198ceafeaee95556117861c5f9a9a | ee1f5b33d587a9198dd8af978536b097b99a957e | refs/heads/master | 2021-09-02T07:04:47.505435 | 2017-12-31T04:02:07 | 2017-12-31T04:02:07 | 115,844,079 | 0 | 1 | MIT | 2018-04-27T15:37:42 | 2017-12-31T05:07:15 | C | UTF-8 | C | false | false | 3,368 | c | /* Copyright (c) 2017, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
* \file hs_ident.c
* \brief Contains circuit and connection identifier code for the whole HS
* subsytem.
**/
#include "hs_ident.h"
/* Return a newly allocated circuit identifier. The given public key is copied
... | [
"justinvforvendetta@gmail.com"
] | justinvforvendetta@gmail.com |
2b8e141ce060969c27c8eaad4fd5cdfc81a1218f | 30037b73914cd2e437cdfed6f4fdfd2ab4837603 | /Linux Series/09242015/sort1.c | 1c43f64fde1ef14b010e3e1afec900c0c36f29e0 | [] | no_license | kissirius/MyStudy | 424324ab2b9a81340e871374ce02bb0f4325538a | 954ba169e529e255434e58322533ff1f4af85e8f | refs/heads/master | 2021-01-23T19:45:08.024441 | 2015-09-24T13:08:00 | 2015-09-24T13:08:00 | 39,617,534 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 542 | c | #include <stdio.h>
int main()
{
static int a[11];
int i, j, t;
// 赋初值为0
// for(i=0; i<=10; i++)
// a[i] = 0;
for(i=1; i<=5; i++)
{
scanf("%d", &t);
a[t]++;
}
for(i=0; i<=10; i++)
for(j =1; j<=a[i]; j++) // 由于每个数组变量存放的是有多少个,所以,所以直接用数组变量里的值来循环!
printf("%d ", i);
printf("\n\n");
return 0;
}
//... | [
"root@localhost.localdomain"
] | root@localhost.localdomain |
5198ed8184ac2affdc9a48a7d2d12fa3ff83b03e | 12938121bbe54b5c2ebe566959f9f26376677d51 | /uart-loopback.c | 08700b6bdcea4aae475869cb8cfe2183d587bb37 | [] | no_license | Nikhilgtr/uart-loopback-test | ae44da64e39d71057f9e2fd0906f8452b7fd3c9e | b85ed32cd05904a65c09dde93aa3d1e8d4b840f1 | refs/heads/master | 2023-05-05T07:28:38.478259 | 2020-08-15T05:17:21 | 2020-08-15T05:17:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,476 | c | /******************************************************************************
* File: uart-loopback.c
* Description: Test UART loopback from userspace.
*
*****************************************************************************/
// Include files
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#in... | [
"kushal.dalsania@gmail.com"
] | kushal.dalsania@gmail.com |
004c7dde3e8920fa23c9cd1e458d3ca72e5edcbb | de8c0ea84980b6d9bb6e3e23b87e6066a65f4995 | /3pp/linux/arch/sparc/kernel/systbls.h | bf014267d619febd43ccf0b25d348681b612277a | [
"MIT",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | eerimoq/monolinux-example-project | 7cc19c6fc179a6d1fd3ec60f383f906b727e6715 | 57c4c2928b11cc04db59fb5ced962762099a9895 | refs/heads/master | 2021-02-08T10:57:58.215466 | 2020-07-02T08:04:25 | 2020-07-02T08:04:25 | 244,144,570 | 6 | 0 | MIT | 2020-07-02T08:15:50 | 2020-03-01T12:24:47 | C | UTF-8 | C | false | false | 3,765 | h | /* SPDX-License-Identifier: GPL-2.0 */
#ifndef _SYSTBLS_H
#define _SYSTBLS_H
#include <linux/signal.h>
#include <linux/kernel.h>
#include <linux/compat.h>
#include <linux/types.h>
#include <asm/utrap.h>
asmlinkage long sys_getpagesize(void);
asmlinkage long sys_sparc_pipe(void);
asmlinkage long sys_nis_syscall(void)... | [
"erik.moqvist@gmail.com"
] | erik.moqvist@gmail.com |
7e651285604d8dce0376528b9c1a31ffd528c0b4 | 788bb15e0ae99f69ebb560dc776fc07abc7b9e0d | /ppm/ppm.c | 6e19c9982ac578e9c7387cb12e32ae9da6d24425 | [] | no_license | kutoswiss/parallel-convolution | abc0d42fc96c2b4d46d7d90d071106e143071dda | f067d49d4dbb6d3fd02f682e1366828f65f90f53 | refs/heads/master | 2022-03-03T19:56:11.278299 | 2015-10-18T17:15:27 | 2019-10-11T10:02:53 | 43,446,410 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,521 | c | #include "ppm.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
img_t* alloc_img(int width, int height) {
img_t* img = malloc(sizeof(img_t));
img->width = width;
img->height = height;
img->data = malloc(sizeof(pixel_t) * width * height);
return img;
}
void free_img(img_t* img) {
fr... | [
"christopher.rejas@cern.ch"
] | christopher.rejas@cern.ch |
eb0aa4fcad8525f32113909a1bfdc0d01952cadd | 02ae4d6546d02ed434c6cc41f8a86b13e6c1b97f | /apps/metadata/rm.c | 5b88dbb3c7d2543353b54f789c1753f83b6cdf49 | [] | no_license | victor2002/rockbox_victor_clipplus | 6b56418d4db7751172569dcb0236a3a29f0d39d6 | 120ee7cf2b01b03dd067e38419f7bfd41cdeb64c | refs/heads/master | 2021-01-19T14:33:53.323223 | 2012-01-09T14:12:45 | 2012-01-09T14:12:45 | 3,136,782 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 16,050 | c | /***************************************************************************
* __________ __ ___.
* Open \______ \ ____ ____ | | _\_ |__ _______ ___
* Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
* Jukebox | | ( <_> ) \___| < | \_\ ( <_> ... | [
"victor2002@qq.com"
] | victor2002@qq.com |
424710e3c418c3c85d1014536de7c908dd63e3f9 | 008353c31e3d3806b249ffb3ab12bbbdd3d054cb | /src/main/validation/include/topologyValidator.h | e6e5fa8ccec5848fd3fc544c2ab6eec1d2e9aec5 | [
"MIT"
] | permissive | alhowaidi/ns3-lxc | 8ea6ac930971d7e76acaf8523032a69f16918142 | 323ab15f3a08407d89c91e9a68de8c10e5a0e5eb | refs/heads/master | 2020-03-13T23:46:17.023428 | 2017-06-27T23:40:43 | 2017-06-27T23:40:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 161 | h | #ifndef __TOPOLOGY_VALIDATOR_H_INCLUDED__
#define __TOPOLOGY_VALIDATOR_H_INCLUDED__
#include "topology.h"
void validateTopology(ns3lxc::Topology *top);
#endif | [
"mda5893@rit.edu"
] | mda5893@rit.edu |
01bf544846baf17a5569fd07c456dd296857440c | 4ea6a61aef7ddd8785d75513a8ea73576f103d1e | /benchmarks/real-verification/sendmail-8.12.4-sample/main.c | 3c4e87f2113a919b63bc9a08f99c6677a46bc70f | [] | no_license | probertool/Prober | 287190a03b6d6a40ba77295ccef132226f800420 | c75047af835ba7ddf60fb3f72f686ea4c56a08b5 | refs/heads/master | 2020-09-09T07:45:33.005153 | 2019-11-13T05:39:15 | 2019-11-13T05:39:15 | 221,385,993 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,636 | c | #include <stdint.h>
#include <stdlib.h>
#include <time.h>
// ./include/sm/xtrap.h:22:
//extern SM_ATOMIC_UINT_T SmXtrapCount;
//extern SM_DEBUG_T SmXtrapDebug;
//extern SM_DEBUG_T SmXtrapReport;
# if SM_DEBUG_CHECK
# define sm_xtrap_check() (++SmXtrapCount == sm_debug_level(&SmXtrapDebug))
# else /* SM_DEBUG_CHECK... | [
"hongyuliu@salsa2.it.utsa.edu"
] | hongyuliu@salsa2.it.utsa.edu |
ded6771fc282daa902773058166d137725d02caa | 16a76ee66d9b2f59c9beee4a4a0e104ce347e32a | /from_boomerang/twoproc3/ia32_elf_by_boomerang/by_boomerang.c | 5dd8fbc8db938de3dc412cc885f91be943f42ec1 | [] | no_license | rfalke/decompiler-subjects | 4cee3263fa9116285b4bc4b6373efd2e4efa925f | 7187fa93b285c32325826eecd0128e907a28809b | refs/heads/master | 2023-08-10T08:24:27.198393 | 2023-07-28T19:44:41 | 2023-07-28T19:44:41 | 3,725,678 | 41 | 12 | null | 2023-03-15T16:14:41 | 2012-03-15T06:01:36 | null | UTF-8 | C | false | false | 425 | c | __size32 getDevice(__size32 param1);
// address: 0x804847f
int main(int argc, char *argv[], char *envp[]) {
__size32 eax; // r24
__size32 *eax_1; // r24{26}
eax_1 = xf86GetPciVideoInfo();
eax = *eax_1;
eax = getDevice(eax);
printf("%i\n", eax);
return 0;
}
// address: 0x8048474
__size... | [
"rfalke-decompilersubjects@kronotai.com"
] | rfalke-decompilersubjects@kronotai.com |
288b4b6ecc9e8f9f18018ab3e1ae35cf047d101e | 5716df1d1f193eb9b88f6b938245f1ef8063ed8b | /tests/hashtable_test.c | 66d9ffa49613d0728d3dceb0103b4d8b3ab85baf | [] | no_license | fbesserer/filesearch | 52a6967a5b585d4937f6c07c8e0ca2e70374a033 | 63fbc6e8232037f1cb59121752a40c78609716d6 | refs/heads/main | 2023-08-15T19:03:44.750131 | 2021-10-15T22:33:24 | 2021-10-15T22:33:24 | 407,134,186 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,291 | c | #include <criterion/criterion.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "../src/hashtable.h"
markers *hashtable[6];
unsigned short ffc0 = 0xffc0;
unsigned short ffd9 = 0xffd9;
unsigned short ffda = 0xffda;
unsigned short ffdb = 0xffdb;
unsigned short ffc4 = 0xffc4;
void setup(void) {
... | [
"besserer.fabian@gmail.com"
] | besserer.fabian@gmail.com |
b67a059351fd0ca011672e2b5a0f38686f3099d2 | fec1297b86ff5814cc76cdfe2cc4d153e6c39f41 | /Sonstiges/testLightSensorMux.c | da57840715da9bb6142d5d595e453c98819399e6 | [] | no_license | NES-FM/Robotics-Code-Archive | 59e73337e2edd58c9b71f15f72d6176dd65c4f7e | 2dbe663ed5dbef30da7db3535b91f51a13a2937f | refs/heads/master | 2023-02-14T17:01:42.855628 | 2021-01-06T17:53:43 | 2021-01-06T17:53:43 | 196,249,155 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 882 | c | #pragma config(Sensor, S1, Mux, sensorI2CCustom)
//*!!Code automatically generated by 'ROBOTC' configuration wizard !!*//
#include "drivers/hitechnic-sensormux.h"
#include "drivers/lego-light.h"
const tMUXSensor port1 = msensor_S1_1;
const tMUXSensor port2 = msensor_S1_2;
const tMUXSensor... | [
"flori.sonstwas@outlook.de"
] | flori.sonstwas@outlook.de |
a083195458784ef7b2f7326af1164bd7952a5316 | ce4aca57b295abf565bce883ee86ee51ebba4a1f | /main/main.c | 40b863ab2cd5c7bef64a266a7ece56eac3df006a | [] | no_license | MagiPrince/lights_pulse | be08c7c2d4ecdbb8dcc386d8d641d8dffe1c8793 | ddfd7397e7368466cc32ff26509820468f1ef7fe | refs/heads/master | 2022-12-08T16:10:15.891366 | 2020-09-13T09:59:42 | 2020-09-13T09:59:42 | 295,123,055 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,350 | c | /*
* @main.c
* @brief Main entry of SaaS-En-Boite project
*
* @Created on: August 29, 2019
* @Author: Nicholas Hamilton, nicholas.hamilton-james@etu.hesge.ch
* @Author: Stephane Oliveira, stephane.oliveira-paredes@etu.hesge.ch
* @Author: David Nogueiras, david.nogueira1@etu.hesge.ch
* @Bug: N... | [
"david.nogueiras@outlook.com"
] | david.nogueiras@outlook.com |
461cb7cddf2da7f81cba544cd2f8cfc5895b983e | 69f0aba0ba863d5823ee5efa6464223f0ea073ac | /wrapcppdll/mycpp/my_cpp_api.h | c4d01165d66fd5a4d5ffd6dba816ca641ce8ff68 | [
"MIT"
] | permissive | rdotnet/rdotnet-support | c332a9f462e04f3da2ed695740579b44fd509166 | dfa991211f251ef853470f14b26682cc50a52818 | refs/heads/master | 2022-01-14T02:09:05.976763 | 2019-07-02T09:34:13 | 2019-07-02T09:34:13 | 15,951,598 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 491 | h | #pragma once
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <R.h>
#include <Rinternals.h>
#include <Rmath.h>
#include <R_ext/Applic.h>
#include <R_ext/Lapack.h>
#include <Rdefines.h>
#ifdef __cplusplus
extern "C" {
#endif
__declspec(dllexport) int c_api_call_getlength();
__declspec(dllexport) voi... | [
"jean-michel.perraud@csiro.au"
] | jean-michel.perraud@csiro.au |
9b6fe85ff51db7f325c0d2f9f51b091efcb44027 | 4b0ca910272df72b1453e5c0da02304f25be233a | /include/mallint.h | bf91decbbb8450a722888dec333492e0fcad1b3e | [] | no_license | kaizawa/heapstat | b62b820dd98053d8ef1afd84707e9cf928776797 | 99acb45ce16f03f2c3127f45f075087d5fa9428a | refs/heads/master | 2016-09-06T05:35:26.574090 | 2014-05-05T14:39:41 | 2014-05-05T14:39:41 | 11,716,441 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,187 | h | #pragma once
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS... | [
"admin2@whiteboard.ne.jp"
] | admin2@whiteboard.ne.jp |
fdc9f6ef8b2548f4729ecb3c6083f4778f48146e | be62da3f010d6e34d33320e2f58dbf4821827cf3 | /sys/external/bsd/acpica/dist/tools/acpihelp/ahdecode.c | 9f39a7453662dc1ab612ab7ba4cc9501fb75066d | [] | no_license | sugam45/src | 453144ee2c3f0a9f6a6fef5a1351700a71bcd49a | 546a6829be97e6afac2563f9b14b3f55c703601f | refs/heads/main | 2023-06-20T02:06:34.602356 | 2021-06-15T12:35:53 | 2021-06-15T12:35:53 | 377,153,283 | 1 | 0 | null | 2021-07-13T00:47:10 | 2021-06-15T12:22:12 | null | UTF-8 | C | false | false | 17,761 | c | /******************************************************************************
*
* Module Name: ahdecode - Miscellaneous decoding for acpihelp utility
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2021, Intel Corp.
* All rights reserved.
*
* Redistr... | [
"sugam1999@yahoo.com"
] | sugam1999@yahoo.com |
4e0efa8c6c1ff490cf2e6a4cd2523c77e543b2ee | c80c9d368d59cf9f8c01693d4939dbf8da7c2c74 | /src/ll/singleton.c | 5793b987ef9ee456c25013d6751bb4ee6fdeeaac | [] | no_license | kstephens/ll | 572e59578f71b49190e7e240b640e946eab4093d | 2dede85f1189126d59a318fcdfff5be06db54dd3 | refs/heads/master | 2021-01-19T11:02:45.908717 | 2013-03-28T13:32:26 | 2013-03-28T13:32:26 | 26,276 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 950 | c | #ifndef __rcs_id__
#ifndef __rcs_id_ll_singleton_c__
#define __rcs_id_ll_singleton_c__
static const char __rcs_id_ll_singleton_c[] = "$Id: singleton.c,v 1.3 2007/09/09 02:54:16 stephens Exp $";
#endif
#endif /* __rcs_id__ */
#include "ll.h"
/*************************************************************************/
... | [
"stephens@ion12.(none)"
] | stephens@ion12.(none) |
8e141ef6b7a2e325edcae92d44cef63c3de0e46b | ad7ed48af1af9d0010ba06809837dbe774f8b5ba | /Labs/Lab5_ICMP/icmp.c | 3c4f7b4a6492ba5bc0d19cf5d7535b804deb8fa5 | [
"MIT"
] | permissive | CristianCotovanu/PCom | a4748639e8e2449eba039aff5d1c48475d5ea764 | 359fe9f2043002e6cfec395660614b0cdb80b9e6 | refs/heads/master | 2022-11-13T08:24:10.503173 | 2020-06-25T13:02:01 | 2020-06-25T13:02:01 | 246,794,215 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,636 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/ip_icmp.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <net/if.h>
#include <net/if_arp.h>
#include <sys/ioctl.h>
#include <bit... | [
"cristian.cotovanu777@gmail.com"
] | cristian.cotovanu777@gmail.com |
589b49e042fa403e9857bd50ea4ccd49bbbe79e4 | 710dd601e338df0b2d5c412d4f1562dceb3d24bd | /0x01-variables_if_else_while/102-print_comb5.c | 03a4e00528be742ddc9c20ca98e725a0aed37a38 | [] | no_license | kyle-gross/holbertonschool-low_level_programming | 7717a207cfff362465c640c94d60a180bc13c389 | e6fb5f34a0b178c704f7cf90d5b45d857656b720 | refs/heads/main | 2023-08-07T22:21:45.954430 | 2021-09-20T19:15:48 | 2021-09-20T19:15:48 | 335,736,247 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 546 | c | #include <stdio.h>
/**
* main - prints combinations of numbers
*
* Description: Prints all possible combinations of 2 2-digit numbers
* Return: 0
*/
int main(void)
{
int i;
for (i = 0; i < 100; i++)
{
int n;
for (n = 0; n < 100; n++)
{
if (i < n)
{
putchar((i / 10) + '0');
putch... | [
"kyg555@outlook.com"
] | kyg555@outlook.com |
2cad2a9a6b6374bb84198ca8b9dac16c0559c2b7 | 3d9eff985b33d617a1c73ea0a78ea62594a309c6 | /libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F3/stm32f3xx_hal_irda_ex.h | 5b7b8cf0144ffce2068fb7ad2d14b046c3a39676 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | IlliniSolarCar/mbed | 1dfd83d93eb3fb1f5c405c11866958feac477ca0 | 58a1f8e76c443988eadae3447d4c7681266edb80 | refs/heads/master | 2023-05-15T02:47:06.532504 | 2022-06-16T18:53:17 | 2022-06-16T18:53:17 | 201,303,329 | 4 | 0 | Apache-2.0 | 2022-06-16T18:53:18 | 2019-08-08T17:10:08 | C | UTF-8 | C | false | false | 23,287 | h | /**
******************************************************************************
* @file stm32f3xx_hal_irda_ex.h
* @author MCD Application Team
* @version V1.1.0
* @date 12-Sept-2014
* @brief Header file of IRDA HAL Extended module.
**************************************************************... | [
"bco.stm@gmail.com"
] | bco.stm@gmail.com |
9f3720d419ab7fca4ff2cae830f8c2892c2695b3 | 4e298b59e91f9088f36e9c488eb8c062b8a16c07 | /open/capital/npcbak/master_chen.c | c3cecdeb88f9c63bcea36b9278e4c49f2cb1eb73 | [] | 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 | 6,698 | c | // class_level: 多一些官制(清).... :> by adam
#include <ansi.h>
#include "/open/open.h"
#define max "max"
#define min "min"
inherit NPC;
inherit F_MASTER;
mapping class_level = ([
"翰林院编修" : ([ max : 25 , min : 0 ]),
"平阳县师爷" : ([ max : 50 , min : 25 ]),
"平阳县令" : ([ max : 100 , min : 50 ]),
"大同县令" ... | [
"szhowardhuang@gmail.com"
] | szhowardhuang@gmail.com |
b99d92bd0c778963d9175a352d5b491326ee1959 | 7fa02ba48f439a102b3a4a9945f08f12fd2d47cd | /example/resolve_async.c | c852c407437ea534b4031a5a8e5f32ab2a29bc41 | [
"MIT"
] | permissive | siyan4/libreactor | 45eb69f96a8a54b17616c6d3eafc28903a24e4e0 | ab3be617d48c5eeeb5570d08f15a66473e0cc952 | refs/heads/master | 2023-05-11T08:37:33.201179 | 2021-05-20T22:26:17 | 2021-05-20T22:26:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,662 | c | #include <stdio.h>
#include <netdb.h>
#include <unistd.h>
#include <err.h>
#include "reactor.h"
static core_status resolve_handler(core_event *event)
{
net_resolve_job *job = (net_resolve_job *) event->data;
char ni_host[NI_MAXHOST], ni_serv[NI_MAXSERV];
int e;
if (job->addrinfo)
{
e = getnameinfo(job-... | [
"fredrik.widlund@gmail.com"
] | fredrik.widlund@gmail.com |
f272dc3bc883c0e0d6c0b1908c3c0d84224ff707 | 960b99785babf45c9194c9d2e5bacc2bfdbef451 | /rev_a/firmware/LoFence/src/nvmctrl_basic.c | cb0ed8ae31a1c1c5817459cec5f9138c065990ae | [
"MIT"
] | permissive | kevinkngo/lofence | 08daec141537c4eb0c8040db3abffdc759ae337c | 24fd53311371a786a307ccebee5830c5f7d7a260 | refs/heads/master | 2020-09-14T00:22:58.327371 | 2020-02-09T20:44:13 | 2020-02-09T20:44:13 | 222,951,695 | 0 | 0 | MIT | 2019-11-20T14:08:00 | 2019-11-20T14:07:59 | null | UTF-8 | C | false | false | 12,815 | c | /**
* \file
*
* \brief NVMCTRL Basic driver implementation.
*
(c) 2018 Microchip Technology Inc. and its subsidiaries.
Subject to your compliance with these terms,you may use this software and
any derivatives exclusively with Microchip products.It is your responsibility
to comply with third party lice... | [
"kiu@windoof2.localdomain"
] | kiu@windoof2.localdomain |
5534fc341a891a1164c1a3bfa06cfba1025109c6 | 1a22821e9abe0144cf060cda217e8ff846ed4810 | /bscc/bgbgc1/base/gcl_api.c | 20204800eb907780a614daa4c04dab4a0bdb3998 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | cr88192/bgbtech_engine | 1d3a8b13dee46b4bc557a5a29b6d39370493df93 | 03869a92fbf3197dd176d311f3b917f4f4e88d1a | refs/heads/master | 2021-01-10T13:18:32.756889 | 2015-11-25T05:11:30 | 2015-11-25T05:11:30 | 46,181,763 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,670 | c | #include <bgbgc.h>
BGBGC_LocalHeapInfo *bgbgc_localheap_root;
BGBGC_LocalHeapInfo *BGBGC_CreateLocalHeap()
{
BGBGC_LocalHeapInfo *tmp;
tmp=malloc(sizeof(BGBGC_LocalHeapInfo));
memset(tmp, 0, sizeof(BGBGC_LocalHeapInfo));
return(tmp);
}
void BGBGC_DestroyLocalHeap(BGBGC_LocalHeapInfo *ctx)
{
void *p, *q;
int i;... | [
"cr88192@gmail.com"
] | cr88192@gmail.com |
16c3ff9481b5ca58bb2fb9dc8703397e81de8e46 | 8b5c4f0c219a058337eacb81f2dc69fba8af68c6 | /DoublyLinkedList.c | bd9531501e0a2b83124b290742f54c105b3d34d7 | [] | no_license | Jarvis7698/data-structures | 0cbd3e3994e54a0cb7ef962ef78a91827c26cc59 | c1b5ffee5b0d22b587e5f5720195845c0ac78b45 | refs/heads/master | 2020-09-03T18:45:21.122834 | 2019-11-06T08:06:03 | 2019-11-06T08:06:03 | 219,536,906 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,448 | c | /*
** Doubly Linked-List Implementation
*/
#include<stdio.h>
#include<stdlib.h>
struct family {
struct family * prev;
int data;
struct family * next;
};
/* FC - Fist Child
** YS - Youngest Son
** OS - Oldest Son
*/
struct family * fc, * ys, * os, * introducer;
int len = 0,flag = 0;
void cr... | [
"noreply@github.com"
] | Jarvis7698.noreply@github.com |
b80bbba4860de1404c27f3b50cb0d728d31aa877 | 6c4bcb0b17685a55202b69e0141c00bf8880d073 | /4570/ref/kochut/codegen/ucc/fact-func.c | 84431d9e9648274028bb1a0d50f85e8eecb4dcd4 | [] | no_license | micahcooper/csci | e5597ccb0f7ed926514b4f534d194fa6d21e5303 | 51970bea471f5e069d9e06e270132bcb5e8b1c7d | refs/heads/master | 2021-01-10T06:33:28.994776 | 2016-03-11T03:06:15 | 2016-03-11T03:06:15 | 53,260,421 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 506 | c | /*
* Recursive factorial calculation
* using integer-valued function;
* factorial returns n!
*/
int scanf( char *, ... );
int printf( char *, ... );
int factorial( int );
int
main( void )
{
int n, fact;
printf( "Enter an integer: " );
scanf( "%d", &n ); /* get i */
fact = factorial( n ); /... | [
"mc@micahcooper.com"
] | mc@micahcooper.com |
23c6da926a2e5b7ec6072f59c5a96d96e54fbf4a | 2ba94892764a44d9c07f0f549f79f9f9dc272151 | /Engine/Source/Runtime/Core/Public/Apple/ApplePlatformTime.h | 050dad818ee599d7d659cf8c7fc75b6cf8a4a056 | [
"BSD-2-Clause",
"LicenseRef-scancode-proprietary-license"
] | permissive | PopCap/GameIdea | 934769eeb91f9637f5bf205d88b13ff1fc9ae8fd | 201e1df50b2bc99afc079ce326aa0a44b178a391 | refs/heads/master | 2021-01-25T00:11:38.709772 | 2018-09-11T03:38:56 | 2018-09-11T03:38:56 | 37,818,708 | 0 | 0 | BSD-2-Clause | 2018-09-11T03:39:05 | 2015-06-21T17:36:44 | null | UTF-8 | C | false | false | 1,242 | h | // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
/*=============================================================================================
ApplePlatformTime.h: Apple platform Time functions
==============================================================================================*/
#pragma once... | [
"dkroell@acm.org"
] | dkroell@acm.org |
62e13a01872839a650149f109863b9642e8e312a | 68ff411ba09b1cd30d0bba7f95740e4d28dc25df | /Zend/zend_vm_opcodes.c | 06da751d2eef12cbd68ada9ca9ff35fa43d402f6 | [
"blessing",
"BSD-3-Clause",
"Zlib",
"LicenseRef-scancode-pcre",
"ISC",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"BSD-4-Clause-UC",
"LicenseRef-scancode-other-permissive",
"TCL",
"Zend-2.0"
] | permissive | jianfengye/php-src-PHP-7.1.0RC3-Chinese | dc5f6c68c596904eb9df7ec019b1a94f43118f96 | 5c503ef01bca0b7baa4d9f2530c6e7c4e5a00ab1 | refs/heads/master | 2021-01-12T12:15:08.431000 | 2016-12-27T01:11:55 | 2016-12-27T01:11:55 | 72,390,255 | 8 | 10 | null | null | null | null | UTF-8 | C | false | false | 7,990 | c | /*
+----------------------------------------------------------------------+
| Zend Engine |
+----------------------------------------------------------------------+
| Copyright (c) 1998-2016 Zend Technologies Ltd. (http://www.zend.com) |
+---------... | [
"yejianfeng@didichuxing.com"
] | yejianfeng@didichuxing.com |
dc38c337a26c74d1b790fc08618d1442e1a2afae | fe55ac8ce6bb722234a14997207dc7c15cd06f1e | /src/snowField.h | 1ffc42199c5b85b28d07f7d041ae038f6c961b5a | [] | no_license | Megadrive-Vault/demo-Eira | 911389120f509bfb0dd594b24a65bf452aed6a74 | 274d3d24288821747b9b6b4f25e5441fc08d97de | refs/heads/master | 2021-05-30T05:37:12.789511 | 2016-01-10T10:15:10 | 2016-01-10T10:15:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 407 | h | #ifndef SNOWFIELD_H
#define SNOWFIELD_H
#include "neo_core.h"
#define SNOWBIG_QTY 5
#define SNOWMEDIUM_QTY 5
#define SNOWLITTLE_QTY 15
#define SNOWMAX_QTY 15
typedef struct snowField snowField;
struct snowField{
spr sprs[SNOWMAX_QTY];
WORD spriteQty;
WORD type;
vec2u16 zoom;
vec2int zoomInc;
... | [
"dvandensteen@gmail.com"
] | dvandensteen@gmail.com |
ee43be6a14cb1cc16420993f6d1bde34a1efdfd6 | c0eebb3706b3ac5f68d80a3ace75b13010fe5645 | /lcd-par/images.h | 716c487748095a72766cad63cc9d7fc871719ade | [] | no_license | KoksuMichu/GitHub | a3f378566d3fb46370a41dc7370aa445929bb996 | a2b22c1cfd36e7b08dbf2f805bd1ffcccf06bc4c | refs/heads/master | 2016-09-03T07:06:24.850107 | 2013-06-13T09:50:53 | 2013-06-13T09:50:53 | null | 0 | 0 | null | null | null | null | WINDOWS-1250 | C | false | false | 18,308 | h | // slo1, slo2 - słonecznie
// prz_slo1, prz_slo2 - przeważnie słonecznie
// zach_zm1, zach_zm2 - zachmurzenie zmienne
// sd1, sd2 - zachmurzenie pełne, słaby deszcz
int wuja [] = {
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF,
0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0... | [
"vincy@o2.pl"
] | vincy@o2.pl |
b5269ae2f6ded219c948ba08066200633ddf5216 | 7194277fc5da2ba36beba5d9ed8dc911ffac8178 | /script_mp_rel/net_entity_brain.c | c8decfcbdcf5fffb42366d06b8aaa539a76d9e12 | [] | no_license | idrinkbeer/RDR3-Scripts | ca25c66e00eac5a6604cd1a2baf2ff77759af838 | 4ad97513fcd116cead8baab768407d33eee64d0b | refs/heads/master | 2022-07-10T10:47:34.101199 | 2020-05-14T17:43:32 | 2020-05-14T17:43:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,336 | c | #region Local Var
var uLocal_0 = 7;
var uLocal_1 = 0;
var uLocal_2 = 0;
var uLocal_3 = 0;
var uLocal_4 = 0;
var uLocal_5 = 0;
var uLocal_6 = 0;
var uLocal_7 = 0;
var uLocal_8 = -1;
var uLocal_9 = 0;
var uLocal_10 = 0;
var uLocal_11 = 0;
var uLocal_12 = 0;
var uLocal_13 = 0;
var uLocal_14 = 0;
float fLoc... | [
"timoviveen@gmail.com"
] | timoviveen@gmail.com |
d0ae517dc9aaed8cfae0048cc728a7f842b6b5d5 | bef011ab99c9f8e82c39b0af8b8484def4b8cc93 | /src/Operacoes.c | 7fbfa64be35cd51b2d25adc554fc18b91b7bb37b | [] | no_license | eduardohg/Ed | 2ec40d956dc03159da0181afbc400ce9407e46f8 | e2a8ca5cf540693b38d99417e68b220de4d8f24f | refs/heads/master | 2021-10-27T04:28:02.887347 | 2019-04-16T00:10:53 | 2019-04-16T00:10:53 | 181,583,271 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,023 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include "Circulo.h"
#include "Retangulo.h"
#include "Vetor.h"
#include "Operacoes.h"
#include "Lista.h"
int entrada(int argc,char **argv,char **caminho,char **dir,char **pasta,char **testes,char **ec,char **pm,char **tm,char **via,int *num,i... | [
"noreply@github.com"
] | eduardohg.noreply@github.com |
f5a3d8e81e73f0b1b1f7b965edb848147a246e11 | 9c5bcfd9a58710bfbc7fdac7375cec4c59acd35c | /parse.c | d973d3b35d56f9c4c0cdb9ee37a12d1ac5c6bc58 | [
"MIT"
] | permissive | lacrosse91/chibicc | 1ee52519a8219003654893fdad142a1810227cd2 | 0ff86a09d6d7a35937ad8be9f96a2e526de9ce99 | refs/heads/master | 2022-12-29T15:56:06.377323 | 2020-10-20T02:42:35 | 2020-10-20T02:42:35 | 273,785,776 | 1 | 0 | MIT | 2020-10-20T02:42:36 | 2020-06-20T21:18:49 | C | UTF-8 | C | false | false | 9,860 | c | #include "chibi.h"
// All local variable instances created during parsing are
// accumulated to this list.
static VarList *locals;
// Find a local variable by name.
static Var *find_var(Token *tok) {
for (VarList *vl = locals; vl; vl = vl->next) {
Var *var = vl->var;
if (strlen(var->name) == tok->len && !st... | [
"lacrosse91.ut@gmail.com"
] | lacrosse91.ut@gmail.com |
91d375b8058f71bdc09e3825bc4754104e27eace | 47e81428217989d04a5ab033c9e2b3170f07425b | /C_CPP_Essentials/Array/Array_ex_2.c | 260c983256b957bff9a8e8f1b75313fda2507c5d | [] | no_license | BeingCoder22/CPP_Codes | 8edc82c61785ace7dfe91167b515b6cc774c5d98 | 26ec8476885000f0fd1b40a3109c92c0323a576a | refs/heads/master | 2020-09-27T08:50:50.125212 | 2020-08-09T16:18:21 | 2020-08-09T16:18:21 | 226,478,565 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 853 | c | /* Illustration of a program to find missing element in a sequence of elements if array is sorted */
/* Method 2 if n Natural no. not started from 1 2 3....n */
#include<stdio.h>
/* Main function execution starts here: */
int main()
{
int arr[] = {6,7,8,9,10,11,12,14,15,16,17}; //here 13 is missing
i... | [
"noreply@github.com"
] | BeingCoder22.noreply@github.com |
12386550f7bfb2640821a76a115bdd340722d5b8 | b1d500a451cd9852089bf3d97e829df069daa9c8 | /Images/Data/RadialFieldScan_2/raw/cutsTesting/0MeV_5500MeV_30000ns/1D_res_-30.000000.C | 91b90f7e9a55c55197b66ffd20c02002a49ce219 | [] | no_license | sam-grant/EDM | 486ea029bf766c968a3c7b41198ffcf9bc3c9b8a | 525e41de5f675c39014488c79144f47562910736 | refs/heads/master | 2022-10-30T22:35:42.979799 | 2022-10-19T18:44:54 | 2022-10-19T18:44:54 | 296,421,806 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,334 | c | void 1D_res_-30.000000()
{
//=========Macro generated from canvas: c/c
//========= (Fri Apr 23 12:46:56 2021) by ROOT version 6.22/08
TCanvas *c = new TCanvas("c", "c",0,0,800,600);
c->SetHighLightColor(2);
c->Range(0,0,1,1);
c->SetFillColor(0);
c->SetBorderMode(0);
c->SetBorderSize(2);
c->SetFram... | [
"samuel.grant94@gmail.com"
] | samuel.grant94@gmail.com |
1f71fe4548c3dbb8bc424cd2ecdf82eff561bc86 | b9abed2684f5fb5d78399eb022885e40327eb7e0 | /rekoilspace/Hotel/gen/code_generation/_ch/PaymentServiceProviderComponent.h | 7e980e5c37e8046b0a1467209f43cc42e416013c | [] | no_license | abjugard/TDA593-Muudls | 9b30e589a83834e0fcc4c47b36b2ec9b3275e27d | f0a1ce6fed0318c6176f62cc07461cfae31b665c | refs/heads/master | 2020-04-06T06:47:14.221172 | 2013-12-19T12:11:46 | 2013-12-19T12:11:46 | 14,862,230 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,630 | h | /*----------------------------------------------------------------------------
* File: PaymentServiceProviderComponent.h
*
* UML Component (Module) Declaration (Operations and Signals)
*
* your copyright statement can go here (from te_copyright.body)
*-------------------------------------------------------... | [
"horv@shire.(none)"
] | horv@shire.(none) |
2bf629f9e7ffc2a0e63a77461d0eb066eca70b8b | adb9be8abd70701bed4e628532f34c30e405c37c | /IAR/touchtest/main.c | 9c5b58d74d5845f811779f98cd5735a4be2a83b9 | [] | no_license | zvova7890/lg-phone-develop | 0ca51f8a313cafddec0f5a58082a7fe0551ab3ca | bade1e9ad9662bff458f065bafba46b420b6f5ea | refs/heads/master | 2021-01-18T15:06:09.396770 | 2015-10-14T19:38:45 | 2015-10-14T19:38:45 | 44,271,358 | 1 | 0 | null | null | null | null | WINDOWS-1251 | C | false | false | 8,481 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include "elf/elf.h"
extern int thing_w;
extern int thing_h;
extern int thing_d;
extern unsigned char thing_bitmap[];
extern int star_w;
extern int star_h;
extern int star_d;
extern unsigned char star_bitmap[];
/* =... | [
"Deemadze@gmail.com"
] | Deemadze@gmail.com |
cdf11080fdac4779905bbfd0c6f11230f41780c2 | ace39958d7135c5a56d98606e8594552c9842f16 | /packages/ti/sdo/ipc/gates/package/internal/GateAAMonitor.xdc.h | 3f1170615faf717c65bc6da18c62bbdef679dfaf | [] | no_license | mutul/ti-ipc | 63129a94dcd0d8717fe087ff032ebb3aab259e5d | db7ed2744ca7a9182068c4879fb1a5c99064c436 | refs/heads/master | 2021-01-24T15:22:58.204493 | 2013-01-28T07:37:49 | 2013-01-28T07:37:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,068 | h | /*
* Do not modify this file; it is automatically
* generated and any modifications will be overwritten.
*
* @(#) xdc-y35
*/
#ifndef ti_sdo_ipc_gates_GateAAMonitor__INTERNAL__
#define ti_sdo_ipc_gates_GateAAMonitor__INTERNAL__
#ifndef ti_sdo_ipc_gates_GateAAMonitor__internalaccess
#define ti_sdo_ipc_gates_Gat... | [
"pavel.nakonechny@skitlab.ru"
] | pavel.nakonechny@skitlab.ru |
2b76d2c283a2bec46f6f6e0087ce72208aa11412 | 901c2b012091810c6cb63e6afb92c7f3b3150996 | /Classes/Native/Mono_Security_Mono_Math_Prime_Generator_SequentialSearchPrim.h | a499d3cd9b38f66ba2bf96458c080da28a8c2998 | [] | no_license | 8BitRain/photoshphereSwift | 83f4fce894b91d07ba95060d4e3b194cfc74b5aa | 57ef01c804757d38bda5258f1d188db05ab1d563 | refs/heads/master | 2021-01-13T00:40:51.272582 | 2015-11-14T06:39:29 | 2015-11-14T06:39:29 | 46,164,639 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 364 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "Mono_Security_Mono_Math_Prime_Generator_PrimeGeneratorBase.h"
// Mono.Math.Prime.Generator.SequentialSearchPrimeGeneratorBase
struct SequentialSearchPrimeGeneratorBase_t7... | [
"8BitRain@gmail.com"
] | 8BitRain@gmail.com |
2205c08313d246b644cf34f2f41160dcde9362f9 | 05869e5d7a32845b306353bdf45d2eab70d5eddc | /soft/platform/csw/driver/src/drv_mmc_chip.c | 134c6556f862a5849e8699657bf451d5ad6a8ff9 | [] | no_license | shenfahsu/sc-fix | beb9dc8034f2a8fd9feb384155fa01d52f3a4b6a | ccc96bfaa3c18f68c38036cf68d3cb34ca5b40cd | refs/heads/master | 2020-07-14T16:13:47.424654 | 2011-07-22T16:46:45 | 2011-07-22T16:46:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 37,027 | c | #ifdef _MS_VC_VER_
#include "dsm_cf.h"
#include "mcd_m.h"
#include "drv_mmc.h"
#else
#include <cswtype.h>
#include <string.h>
#include <errorcode.h>
#include <drv_mmc.h>
#include "ts.h"
#include "cos.h"
#include "sxr_tls.h"
#include "hal_debug.h"
#include "sxr_tim.h"
#include "chip_id.h"
#include "ts.h"
#include "csw_m... | [
"windyin@2490691b-6763-96f4-2dba-14a298306784"
] | windyin@2490691b-6763-96f4-2dba-14a298306784 |
b08030eb54ac6067a45d123c7cfa7e9fa40e631f | bc1feb1f5a5926e0eac0586b8b3e7ed10970eea1 | /rtcs/source/tcpip/udp.c | aafa92056d758c945c72070ccd9f56e082ba9a82 | [] | no_license | BillyZhangZ/wifi | 48bf73a12dbd6109558a16869b79e8c9b24b0e58 | 41b064f1adb168f48f947db75aa5d1ffbae01c92 | refs/heads/master | 2021-01-13T00:59:05.645323 | 2016-04-11T05:30:12 | 2016-04-11T05:30:12 | 46,543,530 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 69,583 | c | /*HEADER**********************************************************************
*
* Copyright 2008 Freescale Semiconductor, Inc.
* Copyright 2004-2008 Embedded Access Inc.
* Copyright 1989-2008 ARC International
*
* This software is owned or controlled by Freescale Semiconductor.
* Use of this software is governed by th... | [
"zy.zhang@hdigroup.cn"
] | zy.zhang@hdigroup.cn |
7c2a304f7f8e073808d84acdddc98332d1330c74 | fac2f46a73310f0f44007b71c7ee9f36f4819780 | /LL库/3-USART/调试/USER/LED.h | 97f1eddf25d2a94f29654b919d3fb0efb436806e | [] | no_license | linghuix/0-Code-Modules | 1bd1b12ae2b81db6c3eafe1a891995106eaa0492 | 55fbe4200b9793c0760e52d4491e21ac85ed7164 | refs/heads/master | 2020-06-23T21:11:13.018518 | 2020-01-28T10:30:25 | 2020-01-28T10:30:25 | 198,753,239 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 993 | h | /******************** 尚学科技 **************************
* 实验平台:开拓者STM32开发板
* 库版本 :ST3.5.0
* 作者 :尚学科技团队
* 淘宝 :http://shop102218275.taobao.com/
* 本程序只供学习使用,未经作者许可,不得用于其它任何用途
*版权所有,盗版必究。
**********************************************************************************/
#ifndef __LED_H
#define __LED_H
#inclu... | [
"31810858+linghuix@users.noreply.github.com"
] | 31810858+linghuix@users.noreply.github.com |
92364a8f0b07dc91888802e3d0bdea8bdbf8f7ae | a3ba2a1d8caa1436ab643e59dd6a85cb56119a67 | /prog62.c | 7f2992adbc06b4bbe1ddb7219a844258702325fb | [] | no_license | Nanduprasad/nandu24 | ff25887ee79667ea45ccf0c1875483920e7ec8ef | 81af3296b519169cb6985402ff41f76b701681d9 | refs/heads/master | 2020-03-25T22:44:32.336595 | 2018-10-05T06:13:36 | 2018-10-05T06:13:36 | 144,239,637 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 297 | c | #include <stdio.h>
#include<string.h>
int main(void)
{
char a[10];
scanf("%s",a);
int i,flag=0,m;
m=strlen(a);
for(i=0;i<m;i++)
{
if(a[i]=='1' || a[i]=='0')
{
flag=1;
}
else
{
flag=0;
break;
}
}
if(flag==1)
{
printf("yes");
}
else
{
printf("no");
}
}
| [
"noreply@github.com"
] | Nanduprasad.noreply@github.com |
07bd4a3210531f58b407450660525f7d79abaefd | e99fc138baabc7fb12c154298f3b42f60209b04d | /ft_putnbr_fd.c | 5f305508beeff8d7af9a4dc85b9b10143cb048a9 | [] | no_license | epsakzm/libft | d5f2dda125215393b10ba35fcc957c20a2548950 | ca2a33896de96e9a9901f2b0859173eaa55e20c7 | refs/heads/master | 2023-02-08T22:56:03.806544 | 2020-12-30T16:49:32 | 2020-12-30T16:49:32 | 323,644,892 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,146 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putnbr_fd.c :+: :+: :+: ... | [
"hwpark@MacBookPro.local"
] | hwpark@MacBookPro.local |
e1f20be3520efc2c07e94cbcd3c7e8bb8a4eb02f | 7db7442c4be482af8c1d79c7589d57c303888a84 | /Projects/tinyK22_OpenPnP_Master/Generated_Code/Init_Config.h | 6e4015eee3fe3fe23b24d27ba6224442e174e64b | [
"MIT"
] | permissive | Elrond2/McuOpenPnP_Machine | 9e3010f55c7051650e1e020c75a34cfc42c180e0 | a038963c201da5d5136ebb620917cc65e3ceef75 | refs/heads/master | 2023-04-01T21:26:24.304590 | 2021-04-06T04:18:46 | 2021-04-06T04:18:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,989 | h | /* ###################################################################
** This component module is generated by Processor Expert. Do not modify it.
** Filename : Cpu.h
** Project : tinyK22_OpenPnP_Master
** Processor : MK22FN512VLH12
** Component : MK22FN512LH12
** Version : Compo... | [
"erich.styger@hslu.ch"
] | erich.styger@hslu.ch |
42b6b78f44a57f9589d9f7f5a0997d794bf807ba | 9eb2245869dcc3abd3a28c6064396542869dab60 | /benchspec/CPU/607.cactuBSSN_s/build/build_base_mytest-64.0000/CactusBindings/Variables/ML_BSSN_Helper.c | 6cb61c81d51eb41ccd7d009a41d561faa0896a18 | [] | no_license | lapnd/CPU2017 | 882b18d50bd88e0a87500484a9d6678143e58582 | 42dac4b76117b1ba4a08e41b54ad9cfd3db50317 | refs/heads/master | 2023-03-23T23:34:58.350363 | 2021-03-24T10:01:03 | 2021-03-24T10:01:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,153 | c | /*@@
@file ML_BSSN_Helper.c
@author Automatically generated by GridFuncStuff.pl
@desc
Creates the CCTK variables for thorn ML_BSSN_Helper
@enddesc
@@*/
#include <stddef.h>
#ifdef SPEC
#include "ML_BSSN_Helper/cctk.h"
#define THORN_DIR "ML_BSSN_Helper"
#else
#include "ML_BSSN_Helper/... | [
"cuda@hp-arm64-09-02.nvidia.com"
] | cuda@hp-arm64-09-02.nvidia.com |
b8224c0dd993b7250eef14883794b2fda8f444ea | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/mfd/extr_88pm800.c_pm800_remove.c | 4d0cb68e63ae81a0609839f699a7e9f0a6b394f5 | [] | 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 | 1,015 | 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 |
33d0a9d4c9f6e3f883495b42499029f648d936be | 3ac0288cc14bf7c64d10034193508f673373cc11 | /firmware-stm32/Исходники/usblib/usbd_conf.c | db12fe18f479ba5ef5c4ef1c41141dd1a2d5677b | [] | no_license | Aska2790/AntiKeylogger | 920ffdbc94c8c9b98fc74d1d443c0e2167ceed03 | 84cf9071fbbd84825d07965d0d2e40f5d7788c69 | refs/heads/master | 2020-08-28T15:26:20.288874 | 2019-10-26T17:11:42 | 2019-10-26T17:11:42 | 217,739,119 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 18,810 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : usbd_conf.c
* @version : v2.0_Cube
* @brief : This file implements the board support package for the USB device library
******************************************... | [
"arslanannaev7@gmail.com"
] | arslanannaev7@gmail.com |
6e4097419e454026a1d6d57037f9b0eaa77a9826 | e3a4fc080ec01d0327eab53c9ff764d31fe4218f | /source.development/TeX/libs/ncurses/ncurses/tinfo/read_termcap.c | 57de59e30aec501a795434bfe90d6b2c8b8f401d | [
"MIT"
] | permissive | BackupTheBerlios/texlive | 4181be54631e253fce8c15da4f32aeafdc74972f | 00ac6a01d9188e3cdb01066f54dd9d3cc6b5bbfc | refs/heads/master | 2020-05-17T22:59:10.042995 | 2004-01-08T17:04:26 | 2004-01-08T17:04:26 | 40,044,514 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,796 | c | /****************************************************************************
* Copyright (c) 1998,1999,2000,2001 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy ... | [
"rahtz"
] | rahtz |
c9f4b1899cc2f4b58de631d4129e7107a40c5d6d | fe5abd5d259d3a957cdf2d3eaa779d331b1d7957 | /src/ueum/compiler/typecheck.h | a1610549a6fbe261dae4ee13cae09f2a5c91bdd3 | [
"Apache-2.0"
] | permissive | swasun/LibUnknownEchoUtilsModule | 0166c085eaa44e1c6ac4f047fcb9e06293aeb2a1 | a5b4c4c736edddcdbf4af25ef3e5ec701c0a41fe | refs/heads/master | 2021-07-05T03:32:27.356721 | 2019-02-24T16:09:13 | 2019-02-24T16:09:13 | 138,069,860 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,239 | h | /*******************************************************************************
* Copyright (C) 2018 Charly Lamothe *
* *
* This file is part of LibUnknownEchoUtilsModule. ... | [
"charly.lamothe@sfr.fr"
] | charly.lamothe@sfr.fr |
b78afe63b0f9a35039a01b4562bc4706ed0921a0 | 595ce63c890e626b45c5d26c06e8543df90968da | /testbloom.c | b5f7a39f093a083eca5e07c075cd6a65e1df7f9c | [] | no_license | artalukd/BloomFilterPvt | 138e74b78d934af50bc86ac266cb61719e39cf56 | 909757ba6fc16491fedd6e93906e9800813b0f56 | refs/heads/master | 2021-07-08T04:49:31.301393 | 2017-10-06T03:22:38 | 2017-10-06T03:22:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,677 | c | #include "testbloom.h"
struct Bloom* createBloom(int size_memory){
struct Bloom* bfilter = (struct Bloom*)malloc(sizeof(struct Bloom));
bfilter-> bit = (uint64_t*)malloc(sizeof(uint64_t)*size_memory);
bfilter->mutexArr = (pthread_mutex_t*)malloc(sizeof(pthread_mutex_t)*size_memory);
pthread_mutexattr_t... | [
"arka20597@gmail.com"
] | arka20597@gmail.com |
297cdbf8ae135d747d92dacd9c5185cbdf79cbb3 | c776476e9d06b3779d744641e758ac3a2c15cddc | /examples/litmus/c/c-litmus-HMC-Nidhugg/W+RW+RW+WW+dmb.sy+poal+dmb.sy+L.c | d944c18b8b2a9625b626396de4a0e17849cc0b8c | [] | no_license | ashutosh0gupta/llvm_bmc | aaac7961c723ba6f7ffd77a39559e0e52432eade | 0287c4fb180244e6b3c599a9902507f05c8a7234 | refs/heads/master | 2023-08-02T17:14:06.178723 | 2023-07-31T10:46:53 | 2023-07-31T10:46:53 | 143,100,825 | 3 | 4 | null | 2023-05-25T05:50:55 | 2018-08-01T03:47:00 | C++ | UTF-8 | C | false | false | 1,889 | c | /* Copyright (C) 2023 ARM-CBMC
* This benchmark is part of ARM-CBMC */
#include <assert.h>
#include <pthread.h>
#include <stdatomic.h>
atomic_int vars[3];
int atom_1_X0_2;
int atom_2_X0_1;
void *t0(void *arg){
label_1:;
atomic_store_explicit(&vars[0], 2, memory_order_release);
return NULL;
}
void *t1(void *a... | [
"tuan-phong.ngo@it.uu.se"
] | tuan-phong.ngo@it.uu.se |
079b7c980d4fab2b3ad733d75c5af7176f51dddb | 369e40c5e30344f0ff20ffeab2c5bff14697b62e | /Lab 14/Task_2.c | d48cf80f21aef8125736c14dd6c3778dfdccf113 | [] | no_license | Kippiii/CSE1002 | 89e926b0d58da7d7ab01ebd2f8ebae6c4a1a7bf5 | 061a7c6c9b1c491a5bf5f1bbfa9ea208d3bf3ef4 | refs/heads/master | 2022-12-21T19:41:04.216242 | 2020-09-10T19:34:47 | 2020-09-10T19:34:47 | 294,504,842 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,494 | c | #include <stdio.h>
#include <stdlib.h>
typedef struct {
char course_name[25];
double* quiz_grades;
double average;
} course_t;
typedef struct {
char student_name[25];
course_t* courses;
double gpa;
} student_t;
int main(void) {
int n;
scanf("%d", &n);
student_t* students = (student_t*) malloc(n * sizeof(st... | [
"ianorzel@gmail.com"
] | ianorzel@gmail.com |
82b6852b873423a5c17935488fe0d9fdc7e4e88a | 66bd634395cf4adba76d44e46aa4c4d0c56261f3 | /Lua/lobject.h | 56c9ad71827002ffb152a29df1e90536e650947e | [] | no_license | ElKoax/HaxonAPIWrapper | 1d713f3b0f921d9042abd6bb2cd42cc18df8a74c | 5b3d5249a0ff2f2e74c3773588a0293091d6572f | refs/heads/master | 2020-11-27T17:42:26.931233 | 2020-03-23T00:34:06 | 2020-03-23T00:34:06 | 229,548,777 | 5 | 4 | null | null | null | null | UTF-8 | C | false | false | 8,501 | h | /*
** $Id: lobject.h,v 2.20.1.2 2008/08/06 13:29:48 roberto Exp $
** Type definitions for Lua objects
** See Copyright Notice in lua.h
*/
#ifndef lobject_h
#define lobject_h
#include <stdarg.h>
#include "llimits.h"
#include "lua.h"
/* tags for values visible from Lua */
#define LAST_TAG LUA_TTHREAD
#define NUM... | [
"55136159+DiscordBotterGay@users.noreply.github.com"
] | 55136159+DiscordBotterGay@users.noreply.github.com |
45129a928490aedca1bcf4d3d0d042b4bb8cca5f | 16a91c44365e43af7131e8c4287d98dcd40775d6 | /thirdparty/libevent/event2/bufferevent_ssl.h | a452269df7e371fac2ce50e9780c89d1f9d64021 | [] | no_license | simonkuang/blade-libs | dd46eb5e89c07f20480e807d31e8c7036666514d | fc5dd6b6610643edb74378ad8b26c9a9a5273486 | refs/heads/master | 2021-01-25T07:27:59.522397 | 2014-04-21T08:32:55 | 2014-04-21T08:32:55 | 12,361,676 | 3 | 4 | null | null | null | null | UTF-8 | C | false | false | 78 | h | #include "thirdparty/libevent-2.0.21-stable/include/event2/bufferevent_ssl.h"
| [
"me@simonkuang.com"
] | me@simonkuang.com |
47f051428c2d1046bfd94be8b1bd08be724b283b | 3745df87a773f694dcb3fddc8e1a280fab646524 | /project03_c01/ex00/ft_ft.c | a7e211a440e0fe7e847d0574a732005b1c4e0ee8 | [
"MIT"
] | permissive | GuilhermeMello92/42sp-piscine-basecamp-june2021 | e54e3e4580dd06df4236333b6b67d3dd92e544a3 | c0d8f581f5cccfaa7dc5073f2ae40b8b1edfac72 | refs/heads/main | 2023-06-27T18:57:13.508583 | 2021-07-30T22:03:24 | 2021-07-30T22:03:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 929 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_ft.c :+: :+: :+: ... | [
"cado-car@student.42sp.org.br"
] | cado-car@student.42sp.org.br |
2ba28e41f8b09f95255d623af99f4f61da32e2cb | 46367579a54a09dd220dd9a678b1452f06897f11 | /features/win32_dialog_fix/test/stab.c | 334d4d3f7fb988bff9ed2d350061e8ec2f5b40a4 | [
"LicenseRef-scancode-hdf4",
"LicenseRef-scancode-llnl",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | TPLink32/hdf5 | 33ff24c9b6133f0f51cb6cc2b722fba7bb1777dd | 0d6987c15284bd9f34c7e44452a152833d42a738 | refs/heads/master | 2021-05-31T01:15:39.463663 | 2016-04-14T23:02:09 | 2016-04-14T23:02:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 40,872 | c | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* ... | [
"derobins@dab4d1a6-ed17-0410-a064-d1ae371a2980"
] | derobins@dab4d1a6-ed17-0410-a064-d1ae371a2980 |
e58d2db2cea5c75adb671deda93395296f074b05 | b904178a517bd393b1cfeaca040058753bfc1e5c | /lvl0/ft_print_numbers.c | f88a4dc275b1bfcb11ec075c26550fdcfb387aa4 | [] | no_license | rdu-toi/Exam-42 | 03fdb9218d9c414dce6e49de3c5e43be5008245d | 5bd5a774f1d9740c612b0ba2c096de45e4327b4b | refs/heads/master | 2020-03-07T14:16:57.553298 | 2019-11-05T14:35:43 | 2019-11-05T14:35:43 | 127,522,876 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,055 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_print_numbers.c :+: :+: :+: ... | [
"rdu-toi@c1r2s4.wethinkcode.co.za"
] | rdu-toi@c1r2s4.wethinkcode.co.za |
7a216bbd701915f88adf1927b5b9fc2586fa9de9 | 1a3746a6c9cee368140b3f3bb930f4e5f628e3e9 | /libft/ft_isalnum.c | 4e37b1596851af663bcf0a8306f262c5e8f9eec3 | [] | no_license | Fofonew/ft_FdF | 0249052158a1424afce4171fd67b5050371e2561 | b1e7604e936818c678c5db57eafabfce02f723f2 | refs/heads/master | 2022-11-12T15:58:34.524928 | 2018-07-16T22:47:59 | 2018-07-16T22:47:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,028 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isalnum.c :+: :+: :+: ... | [
"doriol@e3r11p11.42.fr"
] | doriol@e3r11p11.42.fr |
78c44f244b0033409c7f962e280ab5b1eacf55ec | 8f9b3a4959653b007d30b887e346b469d8ae63a4 | /libnotify/notification.h | b232b3b4a7fee215b3b7dd4d5650289e1c151d8c | [
"MIT"
] | permissive | codegoalie/golibnotify | df55f6e7910c0f735b2913ee1134c7583b5729c9 | d00c16a061808321a07e18388118940dc13deec8 | refs/heads/master | 2021-02-04T03:42:56.199072 | 2020-03-06T14:10:54 | 2020-03-06T14:10:54 | 243,613,050 | 10 | 0 | MIT | 2020-03-06T14:10:55 | 2020-02-27T20:44:07 | C | UTF-8 | C | false | false | 8,773 | h | /* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
*
* Copyright (C) 2006 Christian Hammond
* Copyright (C) 2006 John Palmieri
* Copyright (C) 2010 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
... | [
"chris@codegoalie.com"
] | chris@codegoalie.com |
c22f3ee4fd3c01813e975c3d411e55fc6e090078 | c8544fa68c834f2b8704f76e4485f37997626697 | /hello.c | f20ce5902ee306b807fce42056ee70ceed3c3a83 | [] | no_license | gore28/Hello2 | 8032b90f8ffc37ce9dc7cc2c9aa25d9f6928b049 | 639bfc371a71e6becee9ae6b971bab4cf02863a4 | refs/heads/main | 2023-04-02T08:56:38.157572 | 2021-04-08T13:36:03 | 2021-04-08T13:36:03 | 355,915,694 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 154 | c | #include <iostream>
using namespace std;
int main()
{
char nume;
cout<<"care este numele dumneavostra"<<endl;cin>>nume;
cout<<"Hello "<<nume;
return 0;
}
| [
"eduardgrigore51@gmail.com"
] | eduardgrigore51@gmail.com |
6844963c25f34f0e2bae93c473ad0206f2cf8752 | 21d1335a65e6e322a79f39af2e774289677c4711 | /c/10_ndarray/c1.h | 82f846374db2cb55e4e3bb600de8c6b0f337df00 | [] | no_license | johnbuddhaking/dataStructure | ca7795cb4e0256b935a9f2dc6caf8b696d5ab241 | 0ac97f0cc743c4770a09e0a339194ce8d620ffdf | refs/heads/master | 2021-01-13T16:24:50.808631 | 2020-03-18T13:39:59 | 2020-03-18T13:39:59 | 79,792,238 | 1 | 0 | null | 2017-01-23T10:30:43 | 2017-01-23T10:01:05 | null | UTF-8 | C | false | false | 591 | h | /*************************************************************************
> File Name: c1.h
> Author:
> Mail:
> Created Time: 2018年06月07日 星期四 21时34分15秒
************************************************************************/
#ifndef _C1_H
#define _C1_H
#include <string.h>
#include <ctype.h>
#include <malloc.... | [
"1048769286@qq.com"
] | 1048769286@qq.com |
d4dee93d353d7cd28a62e8c6520053746e5a294b | f83ef53177180ebfeb5a3e230aa29794f52ce1fc | /gdb/gdb-7.8.2/bfd/i386freebsd.c | 7c5ed9009f097e50304ea4a3b64bf4f8a4912809 | [
"LGPL-3.0-only",
"GPL-1.0-or-later",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-other-copyleft",
"GPL-2.0-only",
"LGPL-2.0-only",
"LicenseRef-scancode-other-permissive",
"GPL-2.0-or-later",
"GPL-3.0-only",
"Apache-2.0",
"FSFAP"
] | 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 | 1,473 | c | /* BFD back-end for FreeBSD/386 a.out-ish binaries.
Copyright (C) 1990-2014 Free Software Foundation, Inc.
This file is part of BFD, the Binary File Descriptor library.
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... | [
"lihuibin705@163.com"
] | lihuibin705@163.com |
512728e9c42f4ee07859e0edaa37014fa469a7a4 | 0c99a9fdf8da9c550c8d8e40d116aae53b1233c8 | /livro/capitulos/code/tradutor/teste.h | ced6eae405fe181eeaae72eb08a42bd397c70cb6 | [] | no_license | samaralacerda/introducao-a-computacao-livro | 644f00bf38bbf96e0fd6ae039ed0c30fe2d9c06c | 9b9c38ab728c6bfcb236920ab7b895373ba6691f | refs/heads/master | 2021-02-03T22:10:27.476746 | 2015-03-09T11:37:24 | 2015-03-09T11:37:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 95 | h | //Soma números
int soma(int op1, int op2);
//Subtrai numeros
int subtrai(int op1, int op2);
| [
"eduardo.ufpb@lavid.ufpb.br"
] | eduardo.ufpb@lavid.ufpb.br |
b0817549151d763e1a06f21b87a94aba7b438518 | 8b8254cc6306023bbc95404864fbcfb6d0906adb | /external/dirent_portable.h | 69fef93508f3c14504452c73ea27b05f57fd39d6 | [] | no_license | geotyper/falton | 621e717c7f50cf04852f79ee3ae5ea9722b47edc | 207686cfd84108af2f3d3b81b369e225000f3e3e | refs/heads/master | 2022-01-07T13:48:44.361981 | 2018-02-04T12:44:06 | 2018-02-04T12:44:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 29,930 | h | /*
* This file was originally: "dirent for Visual C++" from: http://softagalleria.net/dirent.php (version 1.20.1)
* However I've modified it to <dirent_portable.h> by adding:
*
* a fallback to <dirent.h> if _WIN32 is not defined
* two missing methods: scandir(...) and alphasort(...)
* and some other minor modific... | [
"kevin.kayu@gmail.com"
] | kevin.kayu@gmail.com |
39be1faa7879c8e757c1ffe0681f998afb166741 | c22d9b0befa15e943c216df135a27e791eff9e4a | /src/ppe/pk/ppe42/ppe42_gcc.h | 6a8c7424e5d24c9c58dfef6abf0283c0e5a20954 | [
"Apache-2.0"
] | permissive | wistron-corporation/occ | a934b7e6f55254e47e38926f9d812fac157e162e | fcd6d0243a293f07960bc10cd42dc5096332671a | refs/heads/master | 2020-06-21T21:11:56.077430 | 2019-07-23T07:23:03 | 2019-07-23T07:23:03 | 197,553,481 | 0 | 1 | Apache-2.0 | 2019-07-23T07:23:04 | 2019-07-18T09:14:03 | C | UTF-8 | C | false | false | 2,964 | h | /* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
/* $Source: src/ppe/pk/ppe42/ppe42_gcc.h $ */
/* ... | [
"wilbryan@us.ibm.com"
] | wilbryan@us.ibm.com |
022e110f3491a2c61313e9388706c2b9a0a81a9c | bbe04aa0550de3a554dbd597171e132578a527b4 | /j09/ex19/ft_unmatch.c | 03f57065e8ff1d901f9c6faa133a9e8b11c73470 | [] | no_license | woxhot/24juil | cd92c7176b8abcee31f90b9bfcb9b40038f3c753 | 4d52223f18e6005270eba90544102347f61d984e | refs/heads/master | 2021-01-01T17:46:36.698913 | 2017-07-24T06:45:36 | 2017-07-24T06:45:36 | 98,157,283 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,197 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_unmatch.c :+: :+: :+: ... | [
"rvieira@e3r4p23.42.fr"
] | rvieira@e3r4p23.42.fr |
b4e3ebc42a0cfb69502fded2bf1915105ac1f3ba | d5a7bc9889f764597b8d1f358894c86b7b1e4073 | /CPE-357/hw3/shake_and_smake.c | 6ddecf6c90aede5676e78fcfd918c9d7318578ed | [] | no_license | ggchan0/Keen | e181260bc09068c99d95fbb5fd37c4d7155c058d | be24a4c59c90f67e1682de4016404e0b4b200792 | refs/heads/master | 2021-01-20T10:49:56.106112 | 2017-03-21T01:41:59 | 2017-03-21T01:41:59 | 78,588,153 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,635 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/stat.h>
#include <time.h>
#include "smake_structures.h"
#include "text_utils.h"
char *handleArgs(int argc, char ** argv) {
if (argc > 2) {
fprintf(stderr, "Too many arguments supplied, quitting\n");
exit(EXIT_FA... | [
"ggchan@calpoly.edu"
] | ggchan@calpoly.edu |
08911c524d40d937314842df85157a5d5f3c11fd | 6ef6213d2fa39d1d0ab7e2373d882b9d263e8c6d | /ti_components/drivers/pdk_01_10_02_07/packages/ti/drv/vps/examples/utility/src/bsputils_tiler.c | 994586edc2aac139c97dd9f68e034ba20af887fa | [] | no_license | Zhangh2018/PROCESSOR_SDK_VISION_03_06_00_00 | 9c380d3167b156a11a8f21814e94ac5550cddc87 | 05c72de5d031006c7565d4234abd53670a926acd | refs/heads/master | 2021-10-16T13:43:05.313842 | 2019-02-11T09:10:44 | 2019-02-11T09:10:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,301 | c | /* =============================================================================
* Copyright (c) Texas Instruments Incorporated 2012-2015
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* Redistributi... | [
"yukichen@otobrite.com"
] | yukichen@otobrite.com |
e4d8594c527c1a02009461601726ae850134f8c8 | 6260b1ce1152d97309d5c358d5c4163fd6cf4e70 | /code/net/lwip/lwip_v1.4.1/src/api/api_msg.c | 8227eb64fa6de124cfdb2943199050e0b863000d | [
"BSD-3-Clause"
] | permissive | zhihanyu/ZG_RGB_RF | 0089cd084d2387316765e32f3fd9d8da88536f54 | a0954722b3ee4efea09f51d188847b4869d8d13d | refs/heads/master | 2020-09-16T17:52:09.482666 | 2019-11-25T02:33:13 | 2019-11-25T02:33:13 | 223,846,085 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 46,802 | c | /**
* @file
* Sequential API Internal module
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* 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. Redistri... | [
"yushuiping007@qq.com"
] | yushuiping007@qq.com |
22bc364039e73379d484f943e3d2f3d69270406c | f3363a2fcaa2abac4656b3287e53b0f16f63d44b | /common/clib/nrv32_chip.h | 5fe2d0c93be1b3691ed902f8ce66f1b39988cf73 | [] | no_license | yongfu-li/nanorv32 | 675aad6ccc90e610f006171daf4274faae2b5bec | d862e80b7b0266c5bd2d3efab4eea2dd424f6a9c | refs/heads/master | 2021-01-21T13:26:33.663206 | 2017-04-21T07:24:21 | 2017-04-21T07:24:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 196 | h | #pragma once
#define NRV32_CLOCK_FREQ_HZ 40000000 // 40MHz currently
#include "uart.h"
#define NRV32_UART0_BASE (0xF1000000)
#define NRV32_UART0 ((volatile NRV32_UART_Type*) NRV32_UART0_BASE)
| [
"rbarzic@gmail.com"
] | rbarzic@gmail.com |
5ddaefdd42a49514e57d98c3375db184a13ea59f | c30d20ffd5522d4fe3e9fca3fb30e19931ab9e97 | /Versionen/2021_06_08/rmf_ws/install/rmf_traffic_msgs/include/rmf_traffic_msgs/msg/detail/negotiation_proposal__rosidl_typesupport_fastrtps_c.h | 49001be13a93d2ef107227ae64890ec372c378cd | [
"MIT"
] | permissive | flitzmo-hso/flitzmo_agv_control_system | 557f1200c0f060264e4d6ea688e104cabd9d0568 | 99e8006920c03afbd93e4c7d38b4efff514c7069 | refs/heads/main | 2023-06-19T08:18:30.282776 | 2021-07-09T18:05:09 | 2021-07-09T18:05:09 | 358,238,668 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,373 | h | // generated from rosidl_typesupport_fastrtps_c/resource/idl__rosidl_typesupport_fastrtps_c.h.em
// with input from rmf_traffic_msgs:msg/NegotiationProposal.idl
// generated code does not contain a copyright notice
#ifndef RMF_TRAFFIC_MSGS__MSG__DETAIL__NEGOTIATION_PROPOSAL__ROSIDL_TYPESUPPORT_FASTRTPS_C_H_
#define RMF... | [
"aline.schaub@web.de"
] | aline.schaub@web.de |
e94a8a1a033e1cda83e111a4b0f2f6fe509f4666 | aee7779a50abd3e2a571863770f07f700e05ab3b | /SzczurekMichal-cw07/SzczurekMichal/cw07/zad2/shared.h | aef3d43232f18bb3500187f7cb5d3a28631e408a | [] | no_license | Ra77us/SysOpy | 911ccfa692933aa4f0f9a9257f78ad510cd4d53d | dd3afa58df3ff44133e7ce7693e377deb077ca18 | refs/heads/main | 2023-06-14T12:15:31.061190 | 2021-07-08T08:53:22 | 2021-07-08T08:53:22 | 383,754,148 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 878 | h | #ifndef SHARED
#define SHARED
// makro sprawdzające wystąpienie błędu (zwrócenie -1)
#define CHECK_ERR(f) do {if ((f) == -1) {printf("Error in file %s in line %d: %s\n", __FILE__, __LINE__, strerror(errno)); exit(-1);}} while(0)
#define TABLE_SIZE 5
#define OVEN_SIZE 5
#define OVEN_LOCK_SEM "/oven_lock_sem"
#defin... | [
"noreply@github.com"
] | Ra77us.noreply@github.com |
9d70a3438929f50ed0bdf96cddf76697507c03fa | 39a1d76f76d35cbb7621f9ae5c4d1ccb4248372f | /ANITS4/arrayfile.c | 2d4002969c1b5afec06b90448c22f3ff9629ff8a | [] | no_license | vijaykumar10022/C-Practice | 6bbed428652d0d1e36f8131a0f48ed87b60eeef8 | 7d61a0751eb1c043c1f30a2cf27564e532f3c6d9 | refs/heads/master | 2020-06-24T14:57:36.578820 | 2019-07-26T10:22:58 | 2019-07-26T10:22:58 | 198,992,351 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 299 | c | //~ contraints:
//~ size n-->1<n>100
//~ values -->10<a[i]>=100
#include <stdio.h>
int main(){
FILE *a=fopen("input.txt","r");
int n;
fscanf(a,"%d",&n);
int array[n];
for(int i=0;i<=n-1;i++){
fscanf(a,"%d",&array[i]);
}
for(int i=0;i<=n-1;i++){
printf("%d ",array[i]);
}
return 0;
}
| [
"vijay10022@gmail.com"
] | vijay10022@gmail.com |
62d876cfd23670e17e15fd393ce26f0833d9cf72 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/774fb779-0419-4eeb-b9ee-96d902377997.c | 754c0e903bf262d8c07108c43f7a0ea815427044 | [] | 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 | 545 | c | #include <string.h>
#include <stdio.h>
int main() {
float i;
float j;
float k;
float l;
i = 6;
j = 9;
//variables
/* START VULNERABILITY */
int a;
int b[10];
int c[36];
a = 0;
do {
/* START BUFFER SET */
*((int *)c + a) = *((int *)b + a);
/*... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
bb0ef1b53f2c70fe4e1b4897bc64c1b1dbf04240 | 83214753e9183327e98af0e6768e9be5385e5282 | /u/hxsd/tangmen/skill/zhuihun-biao/lianhuan.c | db6e4ae68a3c11d52203b3e0d7ac5118ace93aa1 | [] | no_license | MudRen/hymud | f5b3bb0e0232f23a48cb5f1db2e34f08be99614e | b9433df6cf48e936b07252b15b60806ff55bb2f3 | refs/heads/main | 2023-04-04T22:44:23.880558 | 2021-04-07T15:45:16 | 2021-04-07T15:45:16 | 318,484,633 | 1 | 5 | null | null | null | null | GB18030 | C | false | false | 1,580 | c | // 连环镖
#include <ansi.h>
#include <skill.h>
#include <weapon.h>
#include <combat.h>
inherit F_SSERVER;
int perform(object me, object target)
{
object weapon, ob;
string msg, string1;
int count;
if( !target ) target = offensive_target(me);
if( !target
|| !target->is_character()
|| !me->is_fight... | [
"i@oiuv.cn"
] | i@oiuv.cn |
ae29719216b2107954b9f902cfab5f3f1f1a9ce5 | efdb260809a17bd0f43970009d15e9ada0b1d1c2 | /src/ext4_mbr.c | ffadd8fe969dc9af8b78cc3dc6390fa19f6a4f8c | [
"MIT"
] | permissive | linzhenxing-bit/TeensyEXT4 | 38a7da0493211845e0762d251daa6e1685eed622 | 5ef8e33f2973baab4768734a0715d13ba9a6334e | refs/heads/main | 2023-03-26T05:45:36.382280 | 2021-04-03T16:14:30 | 2021-04-03T16:14:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,640 | c | /*
* Copyright (c) 2015 Grzegorz Kostka (kostka.grzegorz@gmail.com)
* 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
... | [
"noreply@github.com"
] | linzhenxing-bit.noreply@github.com |
e1a2b38f9a9c504637b47ccc18a3838a516fff7f | 1efb2283837c9b70bc6449cec877799e4efa3268 | /src/mpi/threadcomm/threadcomm_pt2pt.h | aca388e885ac94c9ed98b219e0d3d7aede035256 | [
"mpich2"
] | permissive | pmodels/mpich | d2392e8e30536cad3e500c16aa1e71211101d83f | 2d265f9f5f93ebdd07ad547423bc6212868262a4 | refs/heads/main | 2023-09-04T05:50:15.041823 | 2023-09-01T23:07:33 | 2023-09-01T23:07:33 | 70,918,679 | 506 | 313 | NOASSERTION | 2023-09-14T14:38:36 | 2016-10-14T14:39:42 | C | UTF-8 | C | false | false | 18,108 | h | /*
* Copyright (C) by Argonne National Laboratory
* See COPYRIGHT in top-level directory
*/
#ifndef THREADCOMM_PT2PT_H_INCLUDED
#define THREADCOMM_PT2PT_H_INCLUDED
/* this is an internal header for threadcomm_pt2pt_impl.c */
typedef enum {
MPIR_THREADCOMM_MSGTYPE_EAGER,
MPIR_THREADCOMM_MSGTYPE_IPC,
... | [
"hzhou321@anl.gov"
] | hzhou321@anl.gov |
2511bf3e26c8077dcfc7213c995533f96e0d6899 | 9d8fe725e79e5856b8b863abf0907a6a5f6f8a3c | /8033DCC.c | a1d845a5cd75777cb7067dbed0e448c351252e72 | [] | no_license | camthesaxman/ruby-c | 08bb12c3c6662b113f558a2b43a4f232fedcbd91 | afb59d795416468362ddf942d4cb1fca638f2bd6 | refs/heads/master | 2020-12-30T16:45:53.246386 | 2016-09-11T22:33:27 | 2016-09-11T22:33:27 | 91,023,059 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 465 | c | int dp01t_02_7_setattr()
{
unsigned int v0; // r4@3
unsigned int v1; // r5@3
int v3; // [sp+8h] [bp-4h]@0
if ( *(_BYTE *)((v2024A60 << 9) + 0x2023A62) )
{
v0 = *(_BYTE *)((v2024A60 << 9) + 0x2023A62);
v1 = 0;
do
{
if ( v0 & 1 )
sub_8033E24(v1);
v0 >>= 1;
v1 = (v1 + 1... | [
"shadow962@live.com"
] | shadow962@live.com |
9a06ea27c640d0b3474066430f801c062e6df681 | 90e6a97bd351b20994766cfb4f580d514edd2d8a | /examples/Basic-RTS/PART_2/source/house.h | 36ec7cf8f132c98e1f5fc19bb78f1aa357444f3b | [
"MIT"
] | permissive | hugolardosa/learning-NDS-Dev | 06836c9759e218b7e222ff38a7989c8a2019afd3 | 2979962b61378c924e666d8e4e44012970de7ba1 | refs/heads/master | 2023-03-09T20:44:28.386747 | 2021-02-24T16:21:07 | 2021-02-24T16:21:07 | 341,025,154 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 183 | h | typedef struct {
int x, y;
u16* gfx;
u8* tileSheet;
} House;
House initHouse();
void generateHouse(House * House_sprite);
bool hideHouseMenu(touchPosition * touch, House * house); | [
"jdriselvato@gmail.com"
] | jdriselvato@gmail.com |
cd887e097dc0dadfac56b897fbe66f18a29b2d02 | 263832eb67188d44367685d9cc6cd2f3836512d9 | /whe024_lab5_part2.c | 656bbe21ab9b0f3ba4b99e5f6d5bdeddb07cfa6c | [] | no_license | Taft123456/CS120B_Lab5_summer2019 | 62d229fb46ad20168d28e7fc304e302f146865b3 | 5c5ead2db04a029bee98d32385dc08b37c3b9d42 | refs/heads/master | 2020-06-13T17:51:21.097832 | 2019-07-03T07:12:48 | 2019-07-03T07:12:48 | 194,739,841 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,775 | c | /* Author: whe024
* Partner(s) Name: Wentao He
* Lab Section: A21
* Assignment: Lab #5 Exercise #2
* Exercise Description: [optional - include for your own benefit]
*
* I acknowledge all content contained herein, excluding template or example
* code, is my own original work.
*/
#include <avr/io.h>
#ifdef _SIM... | [
"noreply@github.com"
] | Taft123456.noreply@github.com |
5e535a81ddbd932a1bff419f7e7eebeba7c3f89d | b9c103ac77101796bfc394f0f0860abf7287090d | /kernel/include/arch/irc/riscv/clint_irc.h | 7884a0645fad29e3b50b406897f6c1622ece322f | [] | no_license | ryuz/hos-v4a | d72ace691c743033d5c3d59b9d2415ea15c15f9a | e8f72cabb4d07eb715c5c9c13f6f2030f8073034 | refs/heads/master | 2023-08-06T22:15:15.283348 | 2023-07-29T04:35:25 | 2023-07-29T04:35:25 | 2,119,291 | 4 | 1 | null | 2022-04-01T10:25:52 | 2011-07-28T16:01:00 | C | UTF-8 | C | false | false | 3,594 | h | /**
* Hyper Operating System V4 Advance
*
* @file clint-irc.h
* @brief RISC-V Core-local Interruptor
*
* Copyright (C) 1998-2008 by Project HOS
* http://sourceforge.jp/projects/hos/
*/
#ifndef _KERNEL__arch__irc__riscv__clint__clint_irc_h__
#define _KERNEL__arch__irc__riscv__clint__clint_irc_h__
/** %jp{マシ... | [
"tkato@elliptic-curve.net"
] | tkato@elliptic-curve.net |
65b3464abcd1628011f095f906c45793f517e6bf | 4c1e8fbe600875fe8a5481478d456bf3d8b659a3 | /DSA/Tutorial 03/Question 5.c | cb242f1321496771ae65ecbccd1a14b5dc959461 | [] | no_license | sandunsameera/Data-stuctures-and-algorithms | 03bbaef5d0f9ece6df1a4e2a4d6534e1afa1911f | 4a6fe1a26addd16de3591b94b979fbc8131d6d31 | refs/heads/master | 2020-03-28T13:04:30.899501 | 2018-10-25T06:01:45 | 2018-10-25T06:01:45 | 148,363,296 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 891 | c | /*Question 05
a)Stack
b)We can simply reverse a string using a stack so
then we can compare the reversed one with orginal one.
c) get a string
make an epty stack
push string to the stack
compare the poped out one with original one
if equals
then it is palindrome
else not
*/
#include<stdio.... | [
"sandunsameera25@"
] | sandunsameera25@ |
7799f2ead0edd9cfb66aa4ec28dffa99e3e2b40a | 8da5baa0e07e2388ae3b3cc9db79b4969fb1ee25 | /src/Execlogin.c | e7166aaea012ded7d724be8889089f184f628b17 | [] | no_license | sp9skp/spdxl | c779fa8442df513602069264c9911cbcb6d6f952 | 238a40b0a4b265a4f8a1f4397eddb8d41ea35445 | refs/heads/master | 2023-03-26T11:26:58.919680 | 2023-03-07T12:37:43 | 2023-03-07T12:37:43 | 116,239,233 | 14 | 16 | null | 2020-04-22T21:38:44 | 2018-01-04T09:11:16 | C | UTF-8 | C | false | false | 5,024 | c | /*
* dxlAPRS toolchain
*
* Copyright (C) Christian Rabler <oe5dxl@oevsv.at>
*
* SPDX-License-Identifier: GPL-2.0+
*/
/* "@(#)Execlogin.c May 11 0:17:50 2017" */
#define X2C_int32
#define X2C_index32
#ifndef Execlogin_H_
#include "Execlogin.h"
#endif
#define Execlogin_C_
#include <unistd.h>
#include <fcntl.h>
#... | [
"krzysiek@skp.wodzislaw.pl"
] | krzysiek@skp.wodzislaw.pl |
5537486c40dfc367d670765d601336c084db3fa5 | 1d26cab36021d4fbeffa381fdfdc0d7b6719f64d | /src/swa/winapi.c | cd2f207b36854b6b197587eaf40f62dcfdd5ce61 | [] | no_license | nyorain/swa | c190c31523b2176cb6d7f9d71ba96b7fc52b6cb4 | 1b6b98d6f7ca4625b68f8dfeea429592564875e2 | refs/heads/master | 2023-05-27T01:51:15.955848 | 2023-04-16T21:18:10 | 2023-04-16T21:18:10 | 222,951,012 | 7 | 2 | null | null | null | null | UTF-8 | C | false | false | 37,924 | c | #include <swa/private/winapi.h>
#include <dlg/dlg.h>
#ifdef SWA_WITH_VK
#define VK_USE_PLATFORM_WIN32_KHR
#ifndef SWA_WITH_LINKED_VK
#define VK_NO_PROTOTYPES
#endif // SWA_WITH_LINKED_VK
#include <vulkan/vulkan.h>
#endif
#include <wingdi.h>
// define constants that are sometimes not included
#ifndef SC_DRAG... | [
"nyorain@gmail.com"
] | nyorain@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.