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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
95b13b349ae02a668de5145e1c1d21455cfd3f55 | a75d276daa40f1893e0c84ffe71a93c38992f530 | /libs/string/string.c | a62521b11de26da5f0c185b91f17ea1737fe610d | [] | no_license | Epitech-Tek2/myteams | 379fa4cd4ccd15920defe8745925b8461436a042 | 9ce44e4687d75093a643e0ae05116dc143d3e4ee | refs/heads/master | 2023-08-12T17:30:16.783482 | 2021-10-17T12:16:31 | 2021-10-17T12:16:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 518 | c | /*
** EPITECH PROJECT, 2021
** teams
** File description:
** string
*/
#include "include/string.h"
string *(new_string)(char *_value, int const _count, ...)
{
string *new_value = malloc(sizeof(string));
if (NULL == new_value) return NULL;
*new_value = (string){._value = !_count || !get_first_valist(int, ... | [
"clementmuth@gmail.com"
] | clementmuth@gmail.com |
131d0888e5d03cf94cbac4a77a1b42714ae50e88 | 9fb2bb07f06fda575297c5eaa884f3da7b30667f | /Final Project/Code/parser/parserTester.c | 6884007803bae063da8c8209da5b17731df76604 | [] | no_license | AvivYaniv/Software-Project | 97fa3033ab1ada5ae1a830f082619b7daeee32a0 | d96194dfbed8a97db9eebcaed1016e318ebf9f2d | refs/heads/master | 2021-07-04T08:06:08.202261 | 2021-04-25T18:33:08 | 2021-04-25T18:33:08 | 232,339,309 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,314 | c | #include <stdio.h>
#include <assert.h>
#include "parser.h"
/*
* unit test for the parsing module
*/
/*
void testCommandsParser() {
Command cmd;
char str1[] = "set 4 4 4";
char str2[] = "st 4 4 4";
char str3[] = "set 4 4";
char str4[] = "set 0 3 4";
char str5[] = "set 1 0 4";
char ... | [
"avivyaniv@gmx.com"
] | avivyaniv@gmx.com |
e5e2ea8ec95b3bffd84fca1046066a112d081830 | d5b289826b13cb298d0e650e21cc512f2d587a72 | /nuexp/simple/can.C | 98e93877aff76e3431fb971848462c40e4363008 | [] | no_license | qingerqingting/analysis-package | 592fcc218e7d3b15612821803d98c01f2cea4b9b | 3018d73d0012f0442e18cc0da4b9108b41b455c9 | refs/heads/master | 2021-01-22T10:02:59.562652 | 2017-09-04T09:34:38 | 2017-09-04T09:34:38 | 102,334,265 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 355 | c | void can(){
TCanvas *c = new TCanvas("c","my canvas");
c->Divide(2,2);
c->SetGridx();//x lower-case
//c->SetGridy();
c->cd(3);
TF1 *f =new TF1("f","sin(x)",0,10);
f->SetNpx(1000);
f->Draw();
c->cd(2);
TF1 *f2 =new TF1("f2","cos(x)",0,10);
f2->SetNpx(1000);
f2->Draw();
c->SetLogy();
c->S... | [
"729258078@qq.com"
] | 729258078@qq.com |
82ce6e16a9b6571628d94bace7c39972a4bcc9f8 | d0fb46aecc3b69983e7f6244331a81dff42d9595 | /cr/include/alibabacloud/cr/CrExport.h | da1ce69d3921fc7b020e52df46ef60800e1282f4 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-cpp-sdk | 3d8d051d44ad00753a429817dd03957614c0c66a | e862bd03c844bcb7ccaa90571bceaa2802c7f135 | refs/heads/master | 2023-08-29T11:54:00.525102 | 2023-08-29T03:32:48 | 2023-08-29T03:32:48 | 115,379,460 | 104 | 82 | NOASSERTION | 2023-09-14T06:13:33 | 2017-12-26T02:53:27 | C++ | UTF-8 | C | false | false | 1,026 | h | /*
* Copyright 2009-2017 Alibaba Cloud All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... | [
"haowei.yao@alibaba-inc.com"
] | haowei.yao@alibaba-inc.com |
164700a54696a5d292ddbba6cf8fd074fcdb4c19 | bcddcd17bd67b17a615cd41985b912f540ee3445 | /UITemplateApp/Pods/Headers/Private/CurrencyKit/WithdrawDetailTableViewCell.h | 1e734b84442f5f069d538dc4e3018c03ee4c4b1d | [
"MIT"
] | permissive | gwh111/UITemplateApp | da01acf36df65cae2f616996c19965f0a8765cfe | 852db2a5963061ad49814afedb7c738146b1cc44 | refs/heads/master | 2020-09-24T13:12:42.268970 | 2019-12-16T06:54:40 | 2019-12-16T06:54:40 | 225,765,336 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 86 | h | ../../../CurrencyKit/CurrencyKit/CurrencyKit/TradeDetail/WithdrawDetailTableViewCell.h | [
"173695508@qq.com"
] | 173695508@qq.com |
e308f4c7d9190785c533fa0f0bda72f20f8edcbc | 98cb14fea4ec88de23c681c0d3c3f7b2de77264c | /src/pcbs/mppt_1210_hus_0v6.h | e41426a094a3029bf885f6d97705b481130b7a12 | [
"Apache-2.0"
] | permissive | atochukwu0/MPPT-Charger_Software | fe018f4d368e4af28dab8301f05d7923d4088a3b | 89ea8827fb2d959197cae3f5f6ec6a73dab1fd31 | refs/heads/master | 2020-06-08T10:35:49.245923 | 2019-06-22T07:56:01 | 2019-06-22T07:56:01 | 193,214,938 | 0 | 1 | null | 2019-06-22T09:17:41 | 2019-06-22T09:17:40 | null | UTF-8 | C | false | false | 3,556 | h | /* LibreSolar charge controller firmware
* Copyright (c) 2016-2019 Martin Jäger (www.libre.solar)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses... | [
"17674105+martinjaeger@users.noreply.github.com"
] | 17674105+martinjaeger@users.noreply.github.com |
5bb6cea26c2acfe87e97e5a905951ee344f352e1 | c28c0679aba79488b2539e6a5c4712270ccaede0 | /MITgcm_c62r/verification/tutorial_held_suarez_cs/code/SIZE.h | 5257cb443000e59a7ac06c35f9bfc0025026452d | [] | no_license | crisoceano/WAP_MITgcm | 9182588c26e8bcb5dd6626eaf8e1ba97e254cb8d | db46e3b873de4492614f48aa6be5d318f86007fa | refs/heads/master | 2020-12-20T22:15:09.484436 | 2020-12-17T20:28:36 | 2020-12-17T20:28:36 | 236,218,447 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,188 | h | C $Header: /u/gcmpack/MITgcm/verification/tutorial_held_suarez_cs/code/SIZE.h,v 1.1 2005/07/15 21:25:20 jmc Exp $
C $Name: checkpoint62r $
C /==========================================================\
C | SIZE.h Declare size of underlying computational grid. |
C |=======================================... | [
"Cris@sdoney-air.local"
] | Cris@sdoney-air.local |
5308a45c2a0747fa65cb1cdcef3b668417ad1004 | 505d39145618e9a7a10d5b9d0910c7ee801dea4f | /inter.c | 4d3fced42827f4f3cbaeb1c22b29428af05ac699 | [] | no_license | prachipandey0610/Compiler-Design | e364f281386740689769b71dc02b6d45547df41b | 275955473565e676a9bcdd75832477c88105be59 | refs/heads/main | 2023-02-24T03:15:46.502094 | 2021-01-22T18:49:26 | 2021-01-22T18:49:26 | 322,274,065 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 51,570 | c |
/* A Bison parser, made by GNU Bison 2.4.1. */
/* Skeleton implementation for Bison's Yacc-like parsers in C
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it ... | [
"noreply@github.com"
] | prachipandey0610.noreply@github.com |
3f2c6c2ff09556302816aa1b4a3965131852642c | 1ad4dd5261a185f3cf92d7fd3226de28679747c5 | /kernel/drivers/crypto/caam/compat.h | 5f2f1b288d3743e677361e484811c1366bc89a7f | [
"MIT",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | oslab-swrc/libmpk | b30c8fa2eea834a8ab441fdd9f7789296781ec17 | a0b20ab8819d60d22d2a90f0d54eccae40ae6b05 | refs/heads/master | 2022-05-01T01:36:07.491532 | 2022-03-18T05:44:14 | 2022-03-18T05:44:14 | 223,290,854 | 0 | 0 | MIT | 2019-11-22T00:30:13 | 2019-11-22T00:30:12 | null | UTF-8 | C | false | false | 1,155 | h | /* SPDX-License-Identifier: GPL-2.0 */
/*
* Copyright 2008-2011 Freescale Semiconductor, Inc.
*/
#ifndef CAAM_COMPAT_H
#define CAAM_COMPAT_H
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/mod_devicetable.h>
#include <linux/device.h>
#include <linux/interrupt.h>
#include <linux/crypto.h>
#includ... | [
"spark720@gatech.edu"
] | spark720@gatech.edu |
04cccb5444f0d0e355872bc4a9f9f21034ec2232 | 71156bbc18551d8d8c431fb901258c87411d2ab5 | /Projet/vBeta_1/constantes.h | e4e8af6e801cca4bbda88a5449c70bf5b6ac7448 | [] | no_license | pepnou/IN301 | b45a09897eafa7c0c50a224fb0e44cd89b0bb263 | 6d4d9cdb7c5bce36095ecd0d9b9d5f5226a5cc2e | refs/heads/master | 2021-01-24T08:30:38.758199 | 2017-01-08T11:41:30 | 2017-01-08T11:41:30 | 68,902,668 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,004 | h | #define VIDE 0
#define MUR 1
#define CAISSE 2
#define JOUEUR 3
#define ARRIVE 4
#define JOUEUR_ARRIVE 5
#define CAISSE_ARRIVE 6
#define E_MOVE 0
#define E_UNDO 1
#define E_REDO 2
#define E_INIT 3
#define E_PREVIOUS 4
#define E_NEXT 5
#define E_QUIT 6
#define E_CONFIRM 7
#define COULEUR_FOND 254,185,24
#define extens... | [
"pepnou1@gmail.com"
] | pepnou1@gmail.com |
0ff18139c362647b938304a43f6818e4c878e80b | c3c25acd93949a116f4d5629e10a1ec87b02c435 | /bead.c | 3c1c31e7de646a155f2fa6dd92933fc63578888e | [] | no_license | e-katherina/ctask | 81d627d30e62c14828456848edea42d873734b76 | 5b4c8c0c440aac7b4fc3bc6ad4e3c77423e331c1 | refs/heads/master | 2023-08-16T00:09:03.280708 | 2021-10-19T16:43:13 | 2021-10-19T16:43:13 | 282,503,573 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 80 | c | #include <stdio.h>
int main()
{
int a;
scanf("%d", &a);
printf("%d", a+1);
}
| [
"kate.sult03@gmail.com"
] | kate.sult03@gmail.com |
33dfc7a68607af305aa104cc0856e4d428d1267e | 9e96676a7b1bd7133737687c01a126f59565e1b4 | /Rainfall/main.c | 56bf557fc67a18a3241d5128b4907898dffa0292 | [] | no_license | kreh/comp2130 | 1d5d4cdfb523a398a3dfa73c1711e91a1ecb13d2 | f23073ffaec26e092c056518b8b32f0f3cb4f35c | refs/heads/master | 2020-04-17T02:12:55.911828 | 2019-02-01T23:05:11 | 2019-02-01T23:05:11 | 166,124,897 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,534 | c | /****
* Name: Dave Aldrich
* Student Number: T00593238
* Seminar Number: 02
* Due Date: January 29, 2019
* Program Description: Assignment #2: Rainfall program with functions
****/
#include "rainfall_header.h"
char months[6][9] = {"January", "February", "March", "April", "May",
"June"}; /... | [
"dave@ffox.land"
] | dave@ffox.land |
81c4610301afb54ea216c7e25350c92f6b2e1afe | da7c499625123f5d1a28e3d75b037523df11ccb5 | /devel/VxWorks55/ppc/target/config/comps/src/usrUsbPciLib.c | 9e64628549ec5f7c1f8750c75fa94bfea31aab55 | [] | no_license | emuikernel/BDXDaq | 84d947b0a4c0c1799a855dbe6c59e9560a8fc4e2 | cf678d3b71bdfb95996e8b7e97ad3657ef98262f | refs/heads/master | 2021-01-18T07:26:38.855967 | 2015-06-08T15:45:58 | 2015-06-08T15:45:58 | 48,211,085 | 3 | 2 | null | 2015-12-18T02:56:53 | 2015-12-18T02:56:52 | null | UTF-8 | C | false | false | 17,736 | c | /* usrUsbPciLib.c - USB specific PCI Functions */
/* Copyright 1999-2000 Wind River Systems, Inc. */
/*
Modification history
--------------------
01a,10feb00,wef written
*/
/*
DESCRIPTION
This file defines platform-independent functions accessing PCI bus
capabilities. These functions allow PCI device drivers to... | [
"andrea.celentano@ge.infn.it"
] | andrea.celentano@ge.infn.it |
d13c2995de2e9efc51c1a292e345c8c4a7e848e2 | 5db5d3d8bf264cda44be5825cc55887723688243 | /level4/rev_wstr.c | 44fc234cd0105364dbba7e8910b56c4dbfe66e88 | [] | no_license | wtasman/42exam | b999c548aa94aceaab827f7afd1b95cad984cbe8 | bc1d9681882ea306c5cf2500c9900cf150473380 | refs/heads/master | 2021-01-11T21:37:45.339054 | 2017-01-13T06:41:18 | 2017-01-13T06:41:18 | 78,820,344 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 545 | c | #include <unistd.h>
int ft_isspace(int c)
{
return((c == ' ') || (c == '\t'));
}
void print_word(char *str)
{
while (*str && !ft_isspace(*str))
write(1, str++, 1);
}
int main(int argc, char **argv)
{
int i;
if (argc == 2)
{
i = 0;
while (argv[1][i])
i++;
i--;
while (argv[1][i] && i > 0)
{
wh... | [
"wasman@42.us.org"
] | wasman@42.us.org |
20d1026a60879472839d15c006935c6019c77045 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/gcc/testsuite/gcc.target/frv/fr405-builtins-3.c | 91fd96d7f626c4cec905e108e6a41b452e4ae59b | [
"LGPL-2.1-only",
"GPL-3.0-only",
"GCC-exception-3.1",
"GPL-2.0-only",
"LGPL-3.0-only",
"LGPL-2.0-or-later",
"FSFAP",
"Zlib",
"LicenseRef-scancode-public-domain"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C | false | false | 1,153 | c | /* Test the remaining integer instructions. */
/* { dg-options "-mcpu=fr405" } */
/* { dg-do run } */
extern void abort (void);
extern void exit (int);
int main ()
{
if (__SLASS (0x112233, 4) != 0x1122330)
abort ();
if (__SLASS (0x7ffff, 12) != 0x7ffff000)
abort ();
if (__SLASS (0x80000, 12) != 0x7fff... | [
"rink@rink.nu"
] | rink@rink.nu |
6794d70145efe31b6a912fc8ea2841e2d74082bc | 9a417b2edbcec8aa350a00921cd43c12f9fa2216 | /lua53/include/lapi.h | b39898ebd543387db11a7e93bc1852d41eb60609 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | tock/libtock-c | c33356bfb3d294409ed11cd7113d51785b3dde51 | 432746cd7df195a6122d0d3f0e88a16720d5376d | refs/heads/master | 2023-08-05T11:49:31.259906 | 2023-07-26T18:35:35 | 2023-07-26T18:35:35 | 134,905,810 | 63 | 72 | Apache-2.0 | 2023-09-14T19:37:45 | 2018-05-25T21:21:31 | C | UTF-8 | C | false | false | 549 | h | /*
** $Id: lapi.h,v 2.8 2014/07/15 21:26:50 roberto Exp roberto $
** Auxiliary functions from Lua API
** See Copyright Notice in lua.h
*/
#ifndef lapi_h
#define lapi_h
#include "llimits.h"
#include "lstate.h"
#define api_incr_top(L) {L->top++; api_check(L, L->top <= L->ci->top, \
"stack overflow");}
#define ... | [
"amit@amitlevy.com"
] | amit@amitlevy.com |
72d417df4163ab18c4df1c9475723b2ce759694b | 7c82678853790f2f0e15876180deb71451cc08ef | /play/tests/micro/infinite-7.c | 1e953dedca3a04f61c4a7f50230ba40f34b37a2c | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | hkhlaaf/seahorn | f2e95ef341342667cd1c7c94939016ad93a5ad50 | b32d5965e2f9a361bf11440ca9f00b443527d1b2 | refs/heads/master | 2021-01-16T22:03:47.358120 | 2015-04-29T22:44:54 | 2015-04-29T22:44:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 282 | c | extern int __VERIFIER_NONDET();
int main(){
int x=0;
int y=0;
int n;
if (n>=0){
while (x < n) {
x = x + 1;
y = y + 1;
}
while (x > 0) {
x = x - 1;
y = y - 1;
}
if (y > x)
goto ERROR;
}
SAFE: goto SAFE;
ERROR: return 0;
}
| [
"arie@cmu.edu"
] | arie@cmu.edu |
528e2c5751e5c0b424688dfff08cb1ad80d3d5dd | bed64d55f7362fee7070434739461c1a1a93e6dc | /t04/example.c | abbe618b6b5e81406b79ea250bb0058559673943 | [] | no_license | duxuan1/CSC209 | 57fb66050e2e97612c9ef9742040d7364c6ec600 | 7b748e35ed27ba9c9afbc40b051ab54771920ccb | refs/heads/master | 2023-03-23T17:19:19.309402 | 2021-03-21T04:18:08 | 2021-03-21T04:18:08 | 264,001,198 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 252 | c | #include <stdlib.h>
void f(void)
{
int* x = malloc(10 * sizeof(int));
x[10] = 0; // problem 1: heap block overrun
} // problem 2: memory leak -- x not freed
int main(void)
{
f();
return 0;
} | [
"duxuan@moris-MacBook-Pro.local"
] | duxuan@moris-MacBook-Pro.local |
da2842ccff88af3396115fffbe949b575bdcd90e | b43485a8b20ab3d70a92c68ec4092eefcc9cf3f6 | /setup.c | d57943bf8ad2d6f97ce1caa8cdd2bb8b0994b931 | [] | no_license | connorreitz/worlds_hardest_game_clone | c924cb90a3e426ff3f32339aacb3ab9b54bf5c72 | 924111ed32638a8e16df8a808779e1069131353c | refs/heads/master | 2022-09-20T14:29:08.624677 | 2020-05-31T16:52:35 | 2020-05-31T16:52:35 | 268,322,754 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,147 | c | #include "setup.h"
//file for setting up beginning of game
void setup(Player* p, Enemy* e1, Enemy* e2, Enemy* e3) {
// sets player characteristics, draws to screen
p->sideLength = 8;
p->row = 26;
p->col = 47;
drawRectDMA(p->row, p->col, p->sideLength, p->sideLength, RED);
// sets each enemy c... | [
"cjreitz18@gmail.com"
] | cjreitz18@gmail.com |
03db9cc9a600aa0178fb4664203b144170b413b6 | 00af4b76e0e84087dc0d00ee1b705f100068d4c1 | /yash/loop/nump3.c | 4485742f8e9255c0c4217c4e1fb6e3694eab5901 | [] | no_license | DrSiddharthaChoubey/cprograms | 07fde5c0063afb979c7f823cac16ac77845bc9eb | e0011bd228924ce63e6b50f039f9e70860ed23b1 | refs/heads/master | 2021-06-26T05:14:57.889994 | 2019-11-22T07:59:53 | 2019-11-22T07:59:53 | 151,691,948 | 0 | 7 | null | 2020-10-19T22:10:09 | 2018-10-05T08:28:41 | C | UTF-8 | C | false | false | 205 | c | #include<stdio.h>
int main()
{
int i,j,n;
printf("Enter the number of rows and columns=");
scanf("%d",&n);
for(i=1;i<=n;i++)
{
for(j=n;j>=1;j--)
printf("%d",j);
printf("\n");
}
return 0;
}
| [
"spiderman28.peter@gmail.com"
] | spiderman28.peter@gmail.com |
395307df3b9b63dd91a994d0e1dac6e43582701d | 95e0180265f331fcf5c6167f72c35681e3d8af12 | /Pods/Headers/Private/gRPC-C++/grpcpp/alarm.h | 0026c7377d034b0138e7cd834732d25b2dae6498 | [] | no_license | bmtadeo/SearchCharge | 8b4d3d6c1a9cf9d2f17716341e20da01b08b3cd4 | 3295b35c5910e6825040912272cd25a395065791 | refs/heads/main | 2023-01-23T00:18:32.209461 | 2020-12-12T09:30:32 | 2020-12-12T09:30:32 | 320,792,105 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,067 | h | XSym
0043
2377ec639efd1e23a7616f8c75ad27f2
../../../../gRPC-C++/include/grpcpp/alarm.h
... | [
"bmartinez059@ikasle.ehu.eus"
] | bmartinez059@ikasle.ehu.eus |
20c3075e5bb6fd7bd20772bbe2a552072ee1d1b3 | 4405c3b574352774a5d4d29a3ec9b158860b0cb2 | /ONTWallet/ONTWallet/ONTSDK/ONTCore/crypto/rand.c | 1fe04a23a506a9d01f532988179be9be486f7a54 | [
"MIT"
] | permissive | ontio-community/ONTWallet | b9abd20df2edeef7fb49365facff419408bc4f29 | e8892f85201897c259f8cce894c4bcac2e960775 | refs/heads/master | 2020-04-02T13:12:37.589459 | 2018-11-22T01:02:10 | 2018-11-22T01:02:10 | 154,471,729 | 1 | 1 | MIT | 2018-11-22T01:02:11 | 2018-10-24T09:09:17 | C | UTF-8 | C | false | false | 2,588 | c | /**
* Copyright (c) 2013-2014 Tomas Dzetkulic
* Copyright (c) 2013-2014 Pavol Rusnak
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
... | [
"zhangyutao2014@163.com"
] | zhangyutao2014@163.com |
fd9ace1767c105c972b50be268e5b3fa5eedfd54 | b570f5afc4d9baeaaeb3757f46017a8eeb89d681 | /Seminar/mipt8b.c | 2ad39d663797ebeec77a5dfb39901ab173343810 | [] | no_license | Anat37/akos | b87f7b2e91adb0994ab2741b1ad65e303af87633 | 78f90b062ebf3dac7be241f95efc1b9f41aa20d0 | refs/heads/master | 2020-12-24T19:37:00.703813 | 2016-11-06T18:01:03 | 2016-11-06T18:01:03 | 58,388,351 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,420 | c | #include <stdlib.h>
#include <stdio.h>
#include <signal.h>
#include <sys/ipc.h>
#include <sys/sem.h>
#include <sys/shm.h>
#include <unistd.h>
#define NUMSEMS 3
#define RES_FREE 2
typedef struct {
int a, b;
long result;
pid_t client;
} mem_t;
key_t key;
int shmid;
int semid;
mem_t* data;
struct sembuf use... | [
"kozlof9@yandex.ru"
] | kozlof9@yandex.ru |
3d6f5884bd1c58301c95527ec4d087a1961d10f1 | e2e996662fde8ac0e1509995468b725d47d8ea10 | /program_repo/Codeflaws/version/v640/test_data/defect_root/source/tcas.c | 195934eafc7d7716f87ffc0377c333a91d292afe | [] | no_license | HOM-CISE/HOM-MBFL | b5c27ba9268b2bf7cd4faccece2ff479147ebf81 | 38806a5971736ab98e1d6f4b22952cf4d9b328b2 | refs/heads/master | 2023-05-05T20:24:44.228132 | 2021-06-01T13:58:28 | 2021-06-01T13:58:28 | 285,776,568 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 410 | c | #include<stdio.h>
int main(int argc, char *argv[])
{
int x,y,w,max,ans,n=6;
scanf("%d%d",&y,&w);
if(y>=w) max=y;
else max=w;
ans=(n-max)+1;
if(ans%6==0)
{
n=n/6;
ans=ans/6;
}
else if(ans%3==0)
{
n=n/ans;
ans=1;
}
else if(ans%2==0)
... | [
"LK464841764@163.com"
] | LK464841764@163.com |
bd862639b3f7d4f36010eea457cb797b6e76f525 | 6ff6338d11c8659055d8709450c979be2cc3fc2c | /src/apps/S3DAnalyzer/utilities/cv.h | 634e5bf30bc96b087b525fa382dc06745a6cc0f9 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | introlab/OpenS3D | 80e6a6b50743852a1b139fe241d76ce575a8154e | dad9ef18ce78e99b8a29c934f09d1eb12f1b6a66 | refs/heads/master | 2019-07-08T01:43:16.502294 | 2018-03-21T12:23:45 | 2018-03-21T12:23:45 | 88,108,814 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 506 | h | #ifndef UTILITIES_CV_H
#define UTILITIES_CV_H
#include <opencv2/opencv.hpp>
#include <QImage>
inline cv::Mat QImage2Mat(QImage const& src) {
cv::Mat tmp(
src.height(), src.width(), CV_8UC4, const_cast<uchar*>(src.bits()), static_cast<size_t>(src.bytesPerLine()));
return tmp.clone();
}
inline QImage Ma... | [
"hugo_bedard@hotmail.com"
] | hugo_bedard@hotmail.com |
b4346eb4c92c37ab5c0b6ede38f80da6d56a0984 | c995bfc67ec690580ea6f4b07779f3ab79a461df | /EIFGENs/analyzer/W_code/C12/kl1351d.c | e45a047bc22b59576e87f0b33c016226f137237b | [] | no_license | kris0302/Analyzer | a5d3ab15df4b59a5e9f1487c94a7a858b6dff015 | 91a35daf15642108aeceb9b751e8e838fe7d27a6 | refs/heads/master | 2021-04-06T04:10:07.421778 | 2018-03-11T18:03:36 | 2018-03-11T18:03:36 | 124,779,666 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,368 | c | /*
* Class KL_NULL_TEXT_OUTPUT_STREAM
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static const EIF_TYPE_INDEX egt_0_1351 [] = {0xFF01,231,0xFFFF};
static const EIF_TYPE_INDEX egt_1_1351 [] = {0xFF01,244,1350,0xFFFF};
static const EIF_TYPE_INDEX egt_2_1351 [] = {0xFF01,1350,0xFFFF};
static co... | [
"37160424+kris0302@users.noreply.github.com"
] | 37160424+kris0302@users.noreply.github.com |
cf4980c02b51949ed02dbaa0de07267d79872e19 | 64208e6759619534298d271bae30dc2472bcb275 | /src/f16-spmm/gen/32x1-neonfp16arith.c | de27a6bda207d7baae719534b27d677e36c5f30f | [
"LicenseRef-scancode-generic-cla",
"BSD-3-Clause"
] | permissive | renowncoder/XNNPACK | 3be9206ae5cae14fd7539c3ee66df41b82fc7a27 | 71ff5927b5169dbb4c8a60d9630530d043234baa | refs/heads/master | 2021-05-23T19:43:12.871779 | 2020-03-27T11:57:11 | 2020-03-27T11:57:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,038 | c | // Auto-generated file. Do not edit!
// Template: src/f16-spmm/neonfp16arith.c.in
// Generator: tools/xngen
//
// Copyright 2019 Google LLC
//
// This source code is licensed under the BSD-style license found in the
// LICENSE file in the root directory of this source tree.
#include <assert.h>
#include <arm_neon.... | [
"xnnpack-github-robot@google.com"
] | xnnpack-github-robot@google.com |
87bae441fb45ceee3676a9b154ab7155a37bb00c | 625fb2b212d61b92c382ff1c6ad4508e590dce69 | /EIFGENs/tictac/W_code/C21/ki1615.c | d3dd413a14728dc1b2fcbe4410a40542e2289143 | [] | no_license | acferreir4/Eiffel-Lab5 | aab4336e2e43d608c029c11db8a7e6fbd1cb1740 | 397fdf0a3e04333671e0b413a6c9e27eb6a6e3b4 | refs/heads/master | 2021-01-18T18:14:14.030866 | 2017-03-11T01:56:42 | 2017-03-11T01:56:42 | 84,360,193 | 0 | 0 | null | 2017-03-08T19:52:03 | 2017-03-08T19:52:03 | null | UTF-8 | C | false | false | 4,829 | c | /*
* Code for class KI_OUTPUT_STREAM [CHARACTER_8]
*/
#include "eif_eiffel.h"
#include "../E1/estructure.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void F1615_8420(EIF_REFERENCE, EIF_TYPED_VALUE);
extern EIF_TYPED_VALUE F1615_8422(EIF_REFERENCE);
extern void F1615_8424(EIF_REFERENCE);
extern void EIF_Minit1... | [
"acferreir4@gmail.com"
] | acferreir4@gmail.com |
c814c33d28bf5c5cb3892e48177412836198b2c4 | 560fa7ce180b0f8d38a7cb8443a3997715b980cf | /firstOccurrenceInSortedArray.c | decd13d18b85b34aa48f92b6a3513d444dab3408 | [] | no_license | sonaliyeluri/elementsOfProgrammingInterviews | 7009545eadd2babfb6052977a72672898ec35f5e | 74e62bf4631d88a2b94368def485f9d7275226e5 | refs/heads/master | 2020-04-04T15:12:58.190475 | 2018-11-21T23:04:31 | 2018-11-21T23:04:31 | 156,029,011 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 869 | c | #include <stdio.h>
#include <stdlib.h>
int first(int a[], int low, int high, int key) {
int mid;
if (low <= high) {
mid = low + (high - low)/2;
if ((mid == 0 || key > a[mid-1]) && a[mid] == key)
return mid;
else if (key > a[mid])
return first(a, mid+1, high, key);
else
return first(a, low, mid-1, ke... | [
"sonaliyeluri@yahoo.com"
] | sonaliyeluri@yahoo.com |
4a296cf3f65f4fb46698e600723250e291d68fc6 | e820217dcdb873944f800cb0295a2c6271899a2a | /day4/os3/bootpack.c | 9af1df1a3ec70151cd257781b3d7b206897d5b21 | [] | no_license | satoshi-ota/myOS | 2bab2a8301a4053879517978cffb795408c848f0 | 3c4aa14db37771994a3596a44f440b004c046dc3 | refs/heads/master | 2022-12-30T02:39:11.896416 | 2020-10-16T04:32:22 | 2020-10-16T04:32:22 | 304,519,747 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,178 | c | void io_hlt(void);
void io_cli(void);
void io_out8(int port, int data);
int io_load_eflags(void);
void io_store_eflags(int eflags);
void init_palette(void);
void set_palette(int start, int end, unsigned char *rgb);
void HariMain(void)
{
int i;
char *p;
init_palette();
p = (char *) 0xa0000;
for ... | [
"satoshi.ota928@gmail.com"
] | satoshi.ota928@gmail.com |
789f4163f017454d5ac6b7ba89524cff6345c65e | 4f6e345c18a047ac0258cf257672582cd58e57c5 | /ext/vii/mvc/router/route.zep.h | ffb183d894ecc4a82eba75bc544b344e2582265f | [] | no_license | xiusin/vii | e3b1de81569addbcbcf61b7e7f08b9506106ea9a | 8a12fae2551bc94f7c37c60f271fe8624afce660 | refs/heads/master | 2020-03-23T23:34:51.558041 | 2018-07-25T03:53:17 | 2018-07-25T03:53:17 | 142,242,887 | 0 | 0 | null | null | null | null | UTF-8 | C | false | true | 3,010 | h |
extern zend_class_entry *vii_mvc_router_route_ce;
ZEPHIR_INIT_CLASS(Vii_Mvc_Router_Route);
PHP_METHOD(Vii_Mvc_Router_Route, __construct);
PHP_METHOD(Vii_Mvc_Router_Route, compilePattern);
PHP_METHOD(Vii_Mvc_Router_Route, via);
PHP_METHOD(Vii_Mvc_Router_Route, setName);
PHP_METHOD(Vii_Mvc_Router_Route, getName);
PHP_... | [
"chenchengbin92@gmail.com"
] | chenchengbin92@gmail.com |
02e4909870f4ac98d345450025962646ad591399 | b056d5e684921be7c6c92db2be5c2e7bb442196b | /nRF5_SDK_15.0.0_a53641a/examples/ant/ant_multi_channels_encrypted/tx/main.c | 368cba2e55fc8930529b6029a1d34c1e2bc1a92c | [
"Apache-2.0"
] | permissive | sentervip/nrf52832sdk15.0.0 | bcab56a73b780b08d8968a5b53a70bb121910497 | 816cad7c0c2c1ebf271bc099554eaf17482bb8b9 | refs/heads/master | 2020-05-04T15:37:34.462278 | 2020-01-14T10:03:09 | 2020-01-14T10:03:09 | 179,249,347 | 0 | 1 | Apache-2.0 | 2020-03-08T01:06:49 | 2019-04-03T08:50:24 | C | UTF-8 | C | false | false | 4,204 | c | /**
* This software is subject to the ANT+ Shared Source License
* www.thisisant.com/swlicenses
* Copyright (c) Dynastream Innovations, Inc. 2015
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or
* without modification, are permitted provided that the following
* conditions ... | [
"aizj@marvoto.com"
] | aizj@marvoto.com |
24990f723df72a2477f566183ea020ea32e8c245 | 70faf66913071449bc6772830ded0f1aa5b94f1d | /GameExrc/Work1/Poker/usr/s16t287_10/PokerOpe.c | 6a898b6622f8057bb3b882e5540a2c0b5d3f95ca | [] | no_license | shirobusa1997/IEex2 | 8d0b2c109097c2af0490b4aadd1018007dcd3759 | 16c0563a9cdc8b509db90693e8c40d2fc7b5a0e3 | refs/heads/master | 2020-04-01T12:44:48.568143 | 2019-01-26T17:56:02 | 2019-01-26T17:56:02 | 153,221,781 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,732 | c | //====================================================================
// 工学部「情報環境実験2」(富永) C言語プログラミング
// ポーカーゲームの戦略
//--------------------------------------------------------------------
// Poker usr/s16t287_02/ PokerOpe.c
// 実行環境 1)
// Apple macOS 10.14.1 Mojave g++(Apple LLVM 10.0.0, clang-1000.11.45.5)
// ... | [
"daichiandroid1997@gmail.com"
] | daichiandroid1997@gmail.com |
077094bd18644931c06b67037eb2c54f2a9ddb13 | e84e4246c5543bce9838515d4dc67ba8934b575a | /lee/fileiotest.c | 888f427490f4eb78beebcf5a5e5dab8f99a8279f | [] | no_license | shinik77/VideoProcessingForSOC | 975f45ae05ed37350be5036259a4ba6065ea7122 | 5d72302ea6430b98dd3a6cac1a3be2faba713c18 | refs/heads/master | 2021-01-18T05:28:09.072711 | 2016-08-04T14:27:32 | 2016-08-04T14:27:32 | 62,304,580 | 0 | 0 | null | 2016-07-19T10:24:09 | 2016-06-30T11:11:28 | C | UTF-8 | C | false | false | 452 | c | #include <stdio.h>
typedef unsigned short U16;
void save_binaries(U16* buf)
{
//file write using U16* buf pointer
//save and open binaries. compare with bmp pixel values
FILE *fp;
if ((fp = fopen("samplebin", "wt")) == NULL)
{
printf("file open failed");
return;
}
fwrite((void *)buf, 1, sizeof(buf), fp);
f... | [
"sang8481@naver.com"
] | sang8481@naver.com |
59139d5266c4e8e795275d4bc4dd6f264b889056 | e7be2ee48f952308f5672240c2c833d718d9d431 | /Juliet_Test_Suite_v1.3_for_C_Cpp/C/testcases/CWE194_Unexpected_Sign_Extension/s01/CWE194_Unexpected_Sign_Extension__fscanf_malloc_32.c | 814fcd79f1fdf745d0e7971da053c73999ec42d7 | [] | no_license | buihuynhduc/tooltest | 5146c44cd1b7bc36b3b2912232ff8a881269f998 | b3bb7a6436b3ab7170078860d6bcb7d386762b5e | refs/heads/master | 2020-08-27T20:46:53.725182 | 2019-10-25T05:42:36 | 2019-10-25T05:42:36 | 217,485,049 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,551 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE194_Unexpected_Sign_Extension__fscanf_malloc_32.c
Label Definition File: CWE194_Unexpected_Sign_Extension.label.xml
Template File: sources-sink-32.tmpl.c
*/
/*
* @description
* CWE: 194 Unexpected Sign Extension
* BadSource: fscanf Read data from the console using fsc... | [
"43197106+buihuynhduc@users.noreply.github.com"
] | 43197106+buihuynhduc@users.noreply.github.com |
4772289813ebf1463adc2fd044dbc7bb0efe46c5 | 63efa84208a06661f0d4c85178400b25264337be | /多网融合实验装置/1.模块基础实验/基于STM32模块基础实验/4.IPV4模块程序/HARDWARE/uip_1_0/uip/uipopt.h | 44e0947978af2d9b545b4660ccb03be8f871ce63 | [] | no_license | aiotcom/aiotcode | a1a6fe65d6dcd9f639eff36121d851cc08f8006b | 531f2986692edec51c1a997f8ea4f353270f0911 | refs/heads/master | 2023-01-05T19:49:26.801842 | 2020-10-29T06:16:12 | 2020-10-29T06:16:12 | 285,197,939 | 1 | 1 | null | null | null | null | GB18030 | C | false | false | 14,680 | h | /**
* \defgroup uipopt Configuration options for uIP
* @{
*
* uIP is configured using the per-project configuration file
* uipopt.h. This file contains all compile-time options for uIP and
* should be tweaked to match each specific project. The uIP
* distribution contains a documented example "uipopt.h" that can... | [
"719189563@qq.com"
] | 719189563@qq.com |
b26dc243ed171435b0bfcd2877c0724bb8eb74fb | f2af05961253ad8c76e7fed401a3cd24b5885b82 | /linear_search.c | 80b5fa6a3e1bed457b2fa6226ac5af864b4053eb | [] | no_license | rajat1994/Data_Structures | 50d787d9475225bc9513f1c449562b47ee9847fa | 0161908044a2e7709f1e25beb5f780d35e0b7d8a | refs/heads/master | 2021-01-22T17:29:52.893468 | 2016-06-15T07:57:55 | 2016-06-15T07:57:55 | 60,446,788 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 401 | c | #include<stdio.h>
#include<stdlib.h>
int search(int arr[],int n,int x)
{
int k;
for(k=0;k<n;k++)
{
if(x == arr[k])
return k;
}
return -1;
}
int main ()
{
int arr[10];
int n=10,x;
scanf("%d", &x);
int i = 0;
for(i=0; i<n; i++)
{
scanf("%d", &arr[i]);
}
... | [
"rajatarora25@yahoo.in"
] | rajatarora25@yahoo.in |
7516f8601b6c89a8d16a2e44a867e289a0d35495 | 5a984c354434ae6a39d5722527f35fad37f3b14a | /Src/MidWare/EZwellChipDriver/Chip2BDLogic.h | 145d6e11b607243548a85a22decbbcece3595f9f | [] | no_license | Gloriacnb/ISAP100-EMUX10 | f5085aba97cb1e6474c2916fba17755c7f781e4f | ded4b79e0b2741bf765ed68139ae8a45eaef44d7 | refs/heads/master | 2021-03-27T12:36:05.720627 | 2017-12-01T07:07:37 | 2017-12-01T07:07:37 | 112,694,341 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 703 | h | /*
* Chip2BDLogic.h
*
* Created on: 2013-8-1
* Author: Administrator
*/
#ifndef CHIP2BDLOGIC_H_
#define CHIP2BDLOGIC_H_
#include "EZ_types.h"
uint16 get2BDChipVersion(uint8 slot);
void resetMC145572(uint8 slot, uint8 chip);
void selectNTLT(uint8 slot, uint8 chip, uint8 mode);
void setLink... | [
"momo_nono@163.com"
] | momo_nono@163.com |
b61bb24ada7e6d335041527c2afb20881090af0d | f1913a58fd2ee4e85f0d74d5e162b1faa065893b | /lapack-3.3.1/LAPACKE/testing/interface/dorgbr_3.c | 0f6ff8020b77c8a0ec07801a20e6e9832eb12798 | [
"BSD-3-Clause",
"BSD-3-Clause-Open-MPI"
] | permissive | DrStS/EMPIRE-Libraries | ff33c729c847966ec80a6394ba13b8d66b2d0581 | 5acd99d781da15b8e0c75f088713f85521b9bf79 | refs/heads/master | 2020-04-01T18:22:37.251498 | 2014-08-12T12:09:19 | 2014-08-12T12:09:19 | 153,488,337 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 11,521 | c | /*****************************************************************************
Copyright (c) 2010, Intel Corp.
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 cod... | [
"stefan.sicklinger@tum.de"
] | stefan.sicklinger@tum.de |
83aee9db949ec59c564fbcfc809614eb45fde52b | da0138490033250f68bde2ee1f49721ad6708ecc | /4DUMMIES/memcmp/ft_memcmp.c | abf267babdb5f91458718c9c1f5bcb889d7d8a52 | [] | no_license | GonzaloMartinCano/LIBFT | afb5cc0722f0a3b8325f1dd8c68230d4373b4f68 | 078e4046981a40a0cfefe8df11e5225d6ec52597 | refs/heads/master | 2022-12-18T10:51:57.615585 | 2020-09-05T17:49:54 | 2020-09-05T17:49:54 | 239,802,475 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,235 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memcmp.c :+: :+: :+: ... | [
"gmartin-@c1r11s1.42madrid.com"
] | gmartin-@c1r11s1.42madrid.com |
00ca96f8272cb2a54cbc02e544c78667b6c233d0 | b8e4467a9ff0031f01fa48a07c8fbb271f8be3f4 | /pointer1.c | b8395b509730bdfc6f7a269b9330bf8df2a1feec | [] | no_license | RajashekarPP/test | 85850a2f9a46bf23537ea9f17f947b42cf7e2fa1 | d1eb3d5710c3f920f91b0ae5d754cf2167d6bcdd | refs/heads/master | 2020-04-08T19:42:47.320575 | 2018-12-11T15:09:40 | 2018-12-11T15:09:40 | 159,667,610 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 322 | c | #include"cheaders.h"
int main(int argc , char **argv)
{
int i,a[10];
char ch[10];
for(i=0;i<10 ;i++)
{
a[i]=(rand()/getpid())%300;
}
for(i=0;i<10 ;i++)
{
printf("%d %x\t",a[i],a[i]);
}
puts("");
for(i=0;i<10 ;i++)
{
ch[i]=a[i];
}
for(i=0;i<10 ;i++)
{
printf("%d ",ch[i]);
}
puts("");
return 0;
... | [
"raja.sj@pathpartnertech.com"
] | raja.sj@pathpartnertech.com |
8c34d7edf982de8701df6c6f63d44f3dc8cf7f91 | 4ade77cfdea065358828fe546c363d03275cc023 | /ASSG3_B160175CS_SUDHI/ASSG3_B160175CS_SUDHI_2.c | e2f3cbff40a2bef4b0084a6a046e60da9c229878 | [] | no_license | SudhiMohan/DSA-Lab | 0ff69001b37c7f78568745f5ab828a2c3a01c052 | 155098d28d5b15fadcecf9f2e21978ac06b805e8 | refs/heads/master | 2020-04-04T16:16:20.193888 | 2018-11-04T10:34:45 | 2018-11-04T10:34:45 | 156,071,107 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,308 | c | #include<stdio.h>
#include<stdlib.h>
int borrow=0, flag=0;
struct Node
{
int data;
struct Node *next;
};
struct Node *templ;
void push(struct Node** headref, int new_data)
{
struct Node *new_node = malloc(sizeof(struct Node));
new_node->data = new_data;
new_node->next = *headref;
*headref = new_node;
return;
}... | [
"noreply@github.com"
] | SudhiMohan.noreply@github.com |
f3805bf7e9ceb76f81eb0d557630779ba96d2343 | 35c8d67d68ea85774a981b52609436c7883ab6a2 | /Code-Intro/mem-stack.c | 0a0a6b9adc8f1186bad0c0f6472e2c25b035e010 | [] | no_license | AndryLeon/os_3pieces | 0f1b211789e43609ea42be1a6f17ec9a65b100c3 | 02b2c0522effe81c0c917e7bd366d75b89cc8ebc | refs/heads/master | 2020-04-05T23:17:23.496430 | 2015-04-27T03:26:29 | 2015-04-27T03:26:29 | 34,650,437 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 390 | c | #include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include "common.h"
int
main(int argc, char *argv[])
{
if (argc != 2) {
fprintf(stderr, "usage: mem <value>\n");
exit(1);
}
int p = atoi(argv[1]);
while (1) {
Spin(1);
p = p + 1;
printf("(pid:%d) addr: %x -- value:... | [
"120243358@qq.com"
] | 120243358@qq.com |
d5588e8cf58d891c99c7aafa717cbb338d8c0257 | b457411b376a5d2866819bc835ab5153cb6a4714 | /channels/urbdrc/libusb/request_queue.c | e7f897864a945805f7cde23e466806ec3d65183f | [
"Apache-2.0"
] | permissive | awakecoding/WinPR-msasn1 | 5e3323b9228b54430e41ab8a4e5a37688935aa63 | 288a7d343bbcfb0484400a79a90b8f9ab1ecbe2f | refs/heads/master | 2021-01-10T14:00:47.453531 | 2012-10-07T20:16:56 | 2012-10-07T20:16:56 | 6,114,413 | 4 | 1 | null | 2012-10-07T20:16:53 | 2012-10-07T17:23:44 | C | UTF-8 | C | false | false | 4,195 | c | /**
* FreeRDP: A Remote Desktop Protocol client.
* RemoteFX USB Redirection
*
* Copyright 2012 Atrust corp.
* Copyright 2012 Alfred Liu <alfred.liu@atruscorp.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | [
"marcandre.moreau@gmail.com"
] | marcandre.moreau@gmail.com |
414b2b1cd0d61e3d0e0b32d3be4851377658694d | ba75ed4a33bc7e7b099e2eb4dd081b226f487dd0 | /usbdll.c | 7df2d3f33ea04af2228935efa98aff8eafb236d0 | [] | no_license | FocusFu/usb | 7360373949f53044acecc6f257e426e458a8a43a | de69d560d24640dd807e36b792601e48e4e90fa5 | refs/heads/master | 2022-01-07T00:04:33.403604 | 2019-05-20T04:37:38 | 2019-05-20T04:37:38 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 28,707 | c | /* Replace "dll.h" with the name of your header */
#include "dll.h"
#include <windows.h>
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
//#include <libusb-1.0/libusb.h>
#include "libusb.h"
#include <sys/types.h>
// Device vendor and product id.
#define IDVENDER ... | [
"fuzhiqiang1230@outlook.com"
] | fuzhiqiang1230@outlook.com |
306529b1128bc44e4a511e5ff890f79b6a608a81 | 1854847001bcee159a88636ca3c2d2fa3d79c990 | /network_acquisition_shared_library/networkFramework.h | 6b4f85239fc15b577fa15f99901e60d39462da09 | [] | no_license | ph4m/RGBDAcquisition | e9c7acfc265b9f3f6a298c2feb09e2d12a9e2425 | d34889f86816bba5f0e26023756a04dc38e9d7d6 | refs/heads/master | 2020-12-01T09:29:27.276668 | 2013-10-21T13:02:10 | 2013-10-21T13:02:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 421 | h | #ifndef NETWORKFRAMEWORK_H_INCLUDED
#define NETWORKFRAMEWORK_H_INCLUDED
int sendImageSocket(int sock , char * pixels , unsigned int width , unsigned int height , unsigned int channels , unsigned int bitsperpixel , unsigned int compressedSize );
char * recvImageSocket(int sock , unsigned int * width , unsigned int * ... | [
"ammarkov@gmail.com"
] | ammarkov@gmail.com |
bf0bfa46055c1eb59c3ad06afe43860ff28c9a0b | c4afbfe1885e8d0c7a1c8b928563f7bb8ab6a683 | /Simulation_EnvSim/CAST_Int_to_Q_SRSTOP_TM_conversions.h | cd2a4126adc3c738c8b751b1627c6e4504a2b59d | [] | no_license | VladislavLasmann/srcAndBinary | cd48ebaa2f1f7f697ba5df9f38abb9ed50658e10 | 13aa76e545b9596f6dac84fb20480dffae7584d8 | refs/heads/master | 2021-05-08T15:04:05.709079 | 2016-01-22T12:40:10 | 2016-01-22T12:40:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 940 | h | /* $*************** KCG Version 6.1.3 (build i6) ****************
** Command: s2c613 -config S:/model/Scade/System/OBU_PreIntegrations/Testbench_Integration/Simulation_EnvSim\kcg_s2c_config.txt
** Generation date: 2015-11-23T09:24:20
*************************************************************$ */
#ifndef _CAST_Int_to... | [
"info@stefankarg-it.de"
] | info@stefankarg-it.de |
23fa8cbc61e83891595827ebdabb8a43e8b163bc | 191707dd19837f7abd6f4255cd42b78d3ca741c5 | /X11R5/mit/server/ddx/dec/qdss/qdspans.c | 398aba36629bd7a70f0af6c7c968a15539534b4a | [] | no_license | yoya/x.org | 4709089f97b1b48f7de2cfbeff1881c59ea1d28e | fb9e6d4bd0c880cfc674d4697322331fe39864d9 | refs/heads/master | 2023-08-08T02:00:51.277615 | 2023-07-25T14:05:05 | 2023-07-25T14:05:05 | 163,954,490 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,343 | c | /***********************************************************
Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts,
and the Massachusetts Institute of Technology, Cambridge, Massachusetts.
All Rights Reserved
Permission to use, copy, modify, and distribute this software... | [
"yoya@awm.jp"
] | yoya@awm.jp |
f7d4aa14ff1890149513246da97493b31973d8ae | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/fs/kernfs/extr_inode.c_set_default_inode_attr.c | 9374179dba3482458efabd8c27457162642e734e | [] | 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 | 816 | 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 |
5566c9ad38bf589466b3f56a7a17fe8b968270e6 | e8d02b8f5e435b6339da726dad150fa56f15f9e1 | /advanced-programming-in-the-unix-environment/c12/sleep.c | 534c4f674e3e89cdb9b05872ae8c9c48c9bdd502 | [] | no_license | itiut/sutra-copying | 78437387b67d9a8293c0802341ac94ffe7a2d918 | a9ec1573036b51d8dde46bb3aafd7616665d278c | refs/heads/master | 2020-12-24T16:15:42.008471 | 2017-10-17T12:50:43 | 2017-10-17T12:50:43 | 29,052,819 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 464 | c | /* Figure C.13 */
#include <unistd.h>
#include <time.h>
#include <sys/select.h>
unsigned sleep(unsigned seconds) {
int n;
unsigned slept;
time_t start, end;
struct timeval tv;
tv.tv_sec = seconds;
tv.tv_usec = 0;
time(&start);
n = select(0, NULL, NULL, NULL, &tv);
if (n == 0) {
... | [
"t.yuichi111@gmail.com"
] | t.yuichi111@gmail.com |
0e131853b825a1b5685d7c15f5b25168c5a58c9a | 39611692587fd41f6c8cd3ed356b0a350f715303 | /include/my/dsa/map.h | 14470714fcee09e1400ac97ee1fdcf317923028a | [] | no_license | benit8/libmy-tek2 | 601d958ec29e29a1188d1d37f67e17257865a217 | 579838620a62a1f5bece52331e17da98177940a6 | refs/heads/master | 2020-03-16T09:21:54.758349 | 2018-08-27T14:41:57 | 2018-08-27T14:41:57 | 132,613,721 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,057 | h | /*
** EPITECH PROJECT, 2018
** libmy
** File description:
** dsa / map.h
*/
#pragma once
////////////////////////////////////////////////////////////////////////////////
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include "_types.h"
////////////////////////////////////////////////////////////////... | [
"benoit.lormeau@epitech.eu"
] | benoit.lormeau@epitech.eu |
70d67236c46324d5e2f651b55df042a8cd493aa2 | 7a478ef9efd0c3b4424c5f2f3a17fede7bb95254 | /Classes/Native/mscorlib_System_Collections_Generic_List_1_gen_6.h | 21b1a5d07f3658614afb0de2a6166f878ad86a0e | [] | no_license | Marcurion/test2 | dfe1bfd3cc50fa24a76cd88f74b52c2c8f9096e5 | 37425035a4db1084b4b03154b16d6cac90c2e31b | refs/heads/master | 2021-01-10T17:01:21.212134 | 2015-11-26T10:32:37 | 2015-11-26T10:32:37 | 46,919,935 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 750 | h | #pragma once
#include <stdint.h>
// UnityEngine.UILineInfo[]
struct UILineInfoU5BU5D_t294;
// System.Object
#include "mscorlib_System_Object.h"
// System.Collections.Generic.List`1<UnityEngine.UILineInfo>
struct List_1_t158 : public Object_t
{
// T[] System.Collections.Generic.List`1<UnityEngine.UILineInfo... | [
"marcurion@googlemail.com"
] | marcurion@googlemail.com |
4572efe4ceb122a788d93f99c4a00a135ff88f1d | 043ac0c31dd485a17b64d2df3817bd3afa25893e | /Telemetry_Telecommand/Archive/CC1200_Test_Harness_packet/Src/main.c | 7d7503d98d4862bde33de30eba7f429f89691cb2 | [] | no_license | SlugSat/CommandControl | 4f5ab83b8a0af97c1b436ea8f5b3e74de0b30422 | b5ef724e799aae9ada883c04aee9342a838dc27e | refs/heads/master | 2020-04-18T14:23:40.325290 | 2020-02-28T21:01:49 | 2020-02-28T21:01:49 | 167,587,309 | 0 | 1 | null | 2019-05-01T00:41:08 | 2019-01-25T17:36:54 | C | UTF-8 | C | false | false | 18,559 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.c
* @brief : Main program body
******************************************************************************
** This notice applies to any and all portions of this... | [
"gbarbosa@ucsc.edu"
] | gbarbosa@ucsc.edu |
b851b098102b2148fdefd9244c3a613e854b7ac4 | 4497af45fc57416f456061541a6c6331fef06a2e | /main/songdata.h | a48a3c9545c66b0afa46586f21b22e94ffeb13a2 | [
"Apache-2.0",
"MIT"
] | permissive | nyh-workshop/esp32-i2s-1 | 3ff8398b67e8a45e37d3263dde02bed2fc70a644 | 75b10ce241c80585b461c4c35d06c64ec716985d | refs/heads/master | 2020-04-02T04:31:26.125541 | 2018-10-21T15:04:48 | 2018-10-21T15:04:48 | 154,020,892 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,227 | h | #ifndef SONG_H
#define SONG_H
// Playtune bytestream for file "988-v01.mid" created by MIDITONES V1.12 on Sun Oct 21 21:20:47 2018
// command line: miditones2016 988-v01
// Sample song is from: http://www.jsbach.net/midi/midi_goldbergvariations.html
// Goldberg Variations Variation 1 by Johann Sebastian Bach (1685-175... | [
"the_yonggrand@yahoo.com"
] | the_yonggrand@yahoo.com |
3058a3730fbb47896ce48ce14d5abb31795b075c | be4459658d667c47eefeeb3cf689a678042edb94 | /modules/ext/ipc/nanomsg/nanomsg/src/utils/chunkref.c | 4ecae41cd363e2169f3218215ed735c3ec3f304b | [
"Apache-2.0",
"MIT"
] | permissive | kparr/RIFT.ware-1 | 7945174aa23ac1f7d74a7464b645db5824982fc3 | 6846108d70b80b95c5117fdccd44ff058ac605be | refs/heads/master | 2021-01-13T08:36:03.751610 | 2016-07-24T21:36:15 | 2016-07-24T21:36:15 | 72,420,438 | 0 | 0 | null | 2016-10-31T09:11:27 | 2016-10-31T09:11:27 | null | UTF-8 | C | false | false | 4,435 | c | /*
Copyright (c) 2013 250bpm s.r.o. All rights reserved.
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, c... | [
"Jeremy.Mordkoff@riftio.com"
] | Jeremy.Mordkoff@riftio.com |
1aea67d6c351f0eb43905aa553add3bd20300f3a | 9d457da348eda0f667b858094ff9a196f055ae6f | /cibyl-libpd/pure-data/src/g_mycanvas.c | 741e6871d6dea58ef7bebf0df4246c1531c18533 | [
"BSD-3-Clause"
] | permissive | appsfactory/jlibpd | 43660636c6158e441574dcf5560f17391127e630 | 8e3b36f7f083cf3d697f7fbd63b61385c0c08ca9 | refs/heads/master | 2020-12-30T11:15:07.176617 | 2011-08-08T21:03:56 | 2011-08-08T21:04:23 | 2,074,093 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 14,256 | c | /* Copyright (c) 1997-1999 Miller Puckette.
* For information on usage and redistribution, and for a DISCLAIMER OF ALL
* WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
/* g_7_guis.c written by Thomas Musil (c) IEM KUG Graz Austria 2000-2001 */
/* thanks to Miller Puckette, Guenther Geiger and Krzy... | [
"avanderveen@gmail.com"
] | avanderveen@gmail.com |
978a63af1f8354a0746db8efeaa563abd066e3b6 | 0ef832d8eaedc16253cc220bc704a52597d248fe | /model_server/lde/include/lde-RTL.h | 5c994f4c25d91c78591498fb7ebf6f1713f75e12 | [
"BSD-2-Clause"
] | permissive | radtek/software-emancipation-discover | 9c0474b1abe1a8a3f91be899a834868ee0edfc18 | bec6f4ef404d72f361d91de954eae9a3bd669ce3 | refs/heads/master | 2020-05-24T19:03:26.967346 | 2015-11-21T22:23:54 | 2015-11-21T22:23:54 | 187,425,106 | 1 | 0 | BSD-2-Clause | 2019-05-19T02:26:08 | 2019-05-19T02:26:07 | null | UTF-8 | C | false | false | 3,340 | h | /*************************************************************************
* Copyright (c) 2015, Synopsys, Inc. *
* All rights reserved. *
* *
* Redistribution and... | [
"ktransue@synopsys.com"
] | ktransue@synopsys.com |
67c102db658c4c5fc02848dfc90a8f75db9d852c | ee706b5a790a5dec6066489ecd9abf29c72e425e | /pluto_examples/gen_kernels/lbpar_3d7pt16_16_16_256/3d7pt.lbpar.c | 81604ae0b061abe323227723dad39bbefbca4811 | [
"BSD-3-Clause"
] | permissive | ecrc/girih | f7deb23f3c970fb0904defefa7efb279605dada4 | 3e85fd675c65c147837099755682b2e9590325d1 | refs/heads/master | 2022-12-02T06:56:35.489215 | 2022-11-09T13:34:29 | 2022-11-09T13:34:29 | 24,135,538 | 13 | 5 | BSD-3-Clause | 2022-11-09T07:42:53 | 2014-09-17T08:01:53 | C | UTF-8 | C | false | false | 7,663 | c | #include <omp.h>
#include <math.h>
#define ceild(n,d) ceil(((double)(n))/((double)(d)))
#define floord(n,d) floor(((double)(n))/((double)(d)))
#define max(x,y) ((x) > (y)? (x) : (y))
#define min(x,y) ((x) < (y)? (x) : (y))
/*
* Order-1, 3D 7 point stencil
* Adapted from PLUTO and Pochoir test bench
*
* Tare... | [
"tareq.malas@kaust.edu.sa"
] | tareq.malas@kaust.edu.sa |
0e73093444fec4686af85ece5e6070a4c3a44a2b | a11e4bdd6157b22067288d860507fa20abea033d | /src/bin/e_ipc.h | ccf9fb092a06df04b3f3ba8dbb3db7ef7f95a1f1 | [
"BSD-2-Clause"
] | permissive | JeffHoogland/moksha | 85a0f39dc97daa61d35e64a511013d21552db288 | c56013644d8cd8e32101bb38a8d1e4ebd9d47f37 | refs/heads/master | 2023-08-24T05:39:13.415948 | 2023-08-22T19:49:32 | 2023-08-22T19:49:32 | 34,704,822 | 179 | 51 | NOASSERTION | 2023-09-06T14:41:31 | 2015-04-28T02:59:19 | C | UTF-8 | C | false | false | 527 | h | #ifdef E_TYPEDEFS
#ifdef USE_IPC
#define E_IPC_OP_EXEC_ACTION 386
#define E_IPC_OP_EXEC_ACTION_REPLY 387
typedef enum _E_Ipc_Domain
{
E_IPC_DOMAIN_NONE,
E_IPC_DOMAIN_SETUP,
E_IPC_DOMAIN_REQUEST,
E_IPC_DOMAIN_REPLY,
E_IPC_DOMAIN_EVENT,
E_IPC_DOMAIN_THUMB,
E_IPC_DOMAIN_FM,
E_IPC_DOMAIN_INIT,
... | [
"jeffhoogland@linux.com"
] | jeffhoogland@linux.com |
9ce9af4779582929a64141955735be1084edaec2 | 8e9e8d1273438e38271b4b55e87be7b91a657c5f | /src/server/scripts/Northrend/Naxxramas/naxxramas.h | 8588265a3cc4e45eff391c716b3fcd4f2859a07f | [] | no_license | kmN666/Leroy | 43df8105252851e4e756cf36e02e0ffd674cce15 | 189c990d7227d0aa4ad21f20c319d49ccaeb262e | refs/heads/master | 2020-12-24T15:23:25.403594 | 2012-08-01T08:42:58 | 2012-08-01T08:42:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,676 | h | /*
* Copyright (C) 2012 DeadCore <https://bitbucket.org/jacobcore/deadcore>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any lat... | [
"wowall@mail.com"
] | wowall@mail.com |
e462fe934f3993286a29fa6930ce0d635cd25706 | a12fe59cb7dce5746234867a3a607ca212773ba5 | /Linux-C-Python/Linux-C-DomminonGame-Tests/generalTests.c | 506e8f7b91fb9ec5efb4385fa326416e81a7bbac | [] | no_license | JLBR/School-Projects | 58966feeeb8295094543650f6fecd640f3e05e2c | 2d151123a29af531da40cb304121885bab311b1c | refs/heads/master | 2021-01-21T00:43:32.595636 | 2014-09-16T00:08:09 | 2014-09-16T00:08:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,011 | c | #include "dominion.h"
#include <stdio.h>
#include <stdlib.h>
int testNumPlayers(struct gameState* oState, struct gameState *newState, int change)
{
int results = SUCCESS;
if(oState->numPlayers != (newState->numPlayers-change))
{
printf("NumPlayers incorect. Original value: %d New value: %d expected value %d",
... | [
"jimmylbrewer@gmail.com"
] | jimmylbrewer@gmail.com |
db179282cc879d1073f36d8f19fe9b27764330f9 | 3681a9f9e30d33c24d4eb7e175e63a0bf9d4b65d | /artoo/src/mavlink/c_library/slugs/mavlink_msg_ctrl_srfc_pt.h | 74d728a18aa0618329de01123adfeca44910ccf2 | [
"Apache-2.0"
] | permissive | webbbn/OpenSolo | b99f34837e3c3d6b619046a0fab79a35470caddf | e144cbd49155cffd581f9d02b885098cee37d1df | refs/heads/master | 2020-12-28T07:48:42.090829 | 2020-03-29T17:21:11 | 2020-03-29T17:21:11 | 238,234,133 | 1 | 0 | Apache-2.0 | 2020-02-04T15:06:51 | 2020-02-04T15:06:50 | null | UTF-8 | C | false | false | 8,754 | h | // MESSAGE CTRL_SRFC_PT PACKING
#define MAVLINK_MSG_ID_CTRL_SRFC_PT 181
typedef struct __mavlink_ctrl_srfc_pt_t
{
uint16_t bitfieldPt; ///< Bitfield containing the passthrough configuration, see CONTROL_SURFACE_FLAG ENUM.
uint8_t target; ///< The system setting the commands
} mavlink_ctrl_srfc_pt_t;
#define MAVLIN... | [
"davidbuzz@gmail.com"
] | davidbuzz@gmail.com |
591f57633b6495f6d92d4e7931181050e2ea1bf5 | cee592a982251fbcc262c8246c69e30be1d7f473 | /inst/src/glibc_ver.c | 7ce71a00b3b901950927a1307555a92d9ae53137 | [] | no_license | bbolker/glmmadmb | caea14911b745ea60027f7322808f534234dfc18 | 7842b44fd791bc68733303e2ed184415ba3f8613 | refs/heads/master | 2020-12-25T15:19:01.919796 | 2018-10-29T15:48:33 | 2018-10-29T15:48:33 | 58,379,505 | 11 | 3 | null | 2016-07-13T18:56:19 | 2016-05-09T13:41:29 | Smarty | UTF-8 | C | false | false | 111 | c | #include <stdio.h>
#include <gnu/libc-version.h>
int main (void) { puts (gnu_get_libc_version ()); return 0; }
| [
"bbolker@gmail.com"
] | bbolker@gmail.com |
fdeed1fbed578d0cf3265a3afcf81b42f1fc4d76 | 440fe9bc55a3d9fc44410d1748f47fbc74e30506 | /anycloud39ev300/SDK/component/UVC_check_sensor/kernel/driver/src/platform_gpio_common_cfg.c | 831555bc976b0ec654251f1ccde8171302f7d800 | [] | no_license | haihoang1219931/qiwen | 5def7764f48e70a8c4fbb9692f5fd0714dcb5a20 | 6c86facd09a5c2efe5314a669f653fa90acbc999 | refs/heads/main | 2023-07-10T17:37:18.512888 | 2021-08-22T07:01:43 | 2021-08-22T07:01:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,682 | c | /**
* @file
* @brief:
*
* This file provides
* Copyright (C) 2017 Anyka (GuangZhou) Software Technology Co., Ltd.
* @author kjp
* @date 2017-7-22
* @version 1.0
*/
#include "anyka_types.h" //for bool
#include "drv_gpio.h"
#include "hal_gpio.h"
//#include "dev_drv.h"
//#include "device.h... | [
"1397610152@qq.com"
] | 1397610152@qq.com |
a3af682e47a33a88ff106be6c99506a7f1873a4f | eb283f066e2354ebd65cbf113790b0695b8387f7 | /Compilation/TP4/MiniC/TP04/tests/provided/step2/test_compare_1_1.c | 074a209eadd7db0227be5be8a01e9555aae64cc5 | [] | no_license | saadiboune/Cours_Master | feff1c263a200035cf600d6ee9603eb94650d2ec | 83f9981709cabda14439857c6f32b7c69b7342ac | refs/heads/main | 2023-05-31T02:08:22.451321 | 2021-06-07T08:01:28 | 2021-06-07T08:01:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 100 | c | #include "printlib.h"
int main() {
println_int(3 >= 2);
return 0;
}
// EXPECTED
// 1
| [
"giraud740@gmail.com"
] | giraud740@gmail.com |
fa4f7ddd40d19c442ff6e3b653f71ca4f569af47 | 58c0a3225d28890aa927038863bcc1d8448fc31c | /lib/ihm.c | 127589e950f5f573ce8c2bf5f28fa58b4b0e8c6c | [] | no_license | gillesgaubert/reversi | b4bb9b14aefcaa550d70f257a8384208a1552221 | ab0c0fc670e865cb2c2ca69d9ae8f697d91ef1ba | refs/heads/master | 2020-12-01T11:22:54.341597 | 2019-12-28T14:01:55 | 2019-12-28T14:01:55 | 230,616,348 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 905 | c | /* affichage de l'othellier */
#include <stdio.h>
#include "constantes.h"
/*
const char noir='X';
const char blanc='O';
const char vide=' ';
*/
void initOthellier(char othellier[TAILLE][TAILLE]) {
int i;
int j;
for (i=0;i<TAILLE;i++) {
for (j=0;j<TAILLE;j++) {
if (((i==3) && (j==3)) || ((i==4) && (j==4))) {
... | [
"gilles.gaubert@rocketmail.com"
] | gilles.gaubert@rocketmail.com |
868d265f323f6c8e419ee3b7964c98599c2b8946 | f48a47fbd16c5456c52ffc148a3bd6095b0b56aa | /sum.c | d224ff51249beb9b8233f6583adade9e8ac57fde | [] | no_license | sowmiyagaje/hello-world | ae3156db5a443c57ea86abdcc75dcd068cc36eea | 9c9301ec66d19414ddba2e41b8d528bef7d85127 | refs/heads/master | 2020-12-23T03:49:54.869870 | 2016-06-07T08:22:05 | 2016-06-07T08:22:05 | 60,499,094 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 172 | c | #include <stdio.h>
int main(void) {
// your code goes here
int num,i;
scanf("%d",&num);
int sum=0;
for(i=1;i<=num;i++)
sum=sum+i;
printf("%d",sum);
return 0;
}
| [
"sowmiyagaje@users.noreply.github.com"
] | sowmiyagaje@users.noreply.github.com |
41cbdbc5ecdc45bf475f73c2b38964b4c2fcdeae | df75f31017a0541c8be0a8ab6b6c4351c5e624d9 | /branches/20171208/src/lib/trans/jianquan/chkagent.c | 2c8a6a5c4b05540a39aa1ec615302f563a3aabfe | [] | no_license | chinaljp/posp | dd1ca799583abb7f1abeae0c30580dba15dfdbbb | 7f654ad95f22665779424d9890c47da24d706618 | refs/heads/master | 2020-04-17T07:26:13.684003 | 2018-12-05T08:26:38 | 2018-12-05T08:26:38 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,246 | c | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "t_tools.h"
#include "t_log.h"
#include "t_db.h"
#include "t_cjson... | [
"ahwx90@163.com"
] | ahwx90@163.com |
8f54a6b5305ee54dcc3c26d76d9ccd93486c252f | 81c7e602b2a0b5d8bb4f7964b8f4c8720e86f2c8 | /Minecraft/Renderer/WitherBossRenderer.c | 115f08163d4779206ef86b599c797d537db41007 | [] | no_license | hanbule/source | 63f58444e0b4bf4df56524a7143cca6673d3f0dd | ea30a251dd8fd16a7bd2e568209797a9c7be970f | refs/heads/master | 2021-07-04T11:16:22.502186 | 2017-09-27T20:32:49 | 2017-09-27T20:32:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,523 | c |
int __fastcall WitherBossRenderer::prepareArmor(int a1, int a2, WitherBoss *this, int a4, float a5)
{
WitherBoss *v5; // r5@1
int v6; // r4@1
int v7; // r6@1
int v8; // r8@1
signed int v9; // r0@1
float v10; // r1@1
signed int v12; // r7@1
char v19; // r6@5
float v21; // [sp+10h] [bp-38h]@5
signed... | [
"SupremeMortal@users.noreply.github.com"
] | SupremeMortal@users.noreply.github.com |
4bc4dc5dd396254f856ff682b084cc087d8cc55b | 7e31ac21c2c4fc61ad9023adcd5002c24ec2bf77 | /hw_cnn/vivado/cnn_step_a/cnn_step_a.sdk/standalone_bsp_0/ps7_cortexa9_0/libsrc/cnn_pool_d52x52_p2x2_v1_0/src/xcnn_pool_d52x52_p2x2_linux.c | d1e97b41dfc765ffb0804516c9adf4d3c59d64b7 | [] | no_license | cgruda/repo | 86335d467ca28d8f7c11abcc02a2c3539484d57d | b40ae1b34b9b4d72e6d7814d872b5dd1dd20f1fd | refs/heads/master | 2023-06-18T07:22:25.609245 | 2021-07-20T14:02:49 | 2021-07-20T14:02:49 | 345,124,693 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,748 | c | // ==============================================================
// File generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and SystemC
// Version: 2016.4
// Copyright (C) 1986-2017 Xilinx, Inc. All Rights Reserved.
//
// ==============================================================
#ifdef __linux__
/*... | [
"cgruda@gmail.com"
] | cgruda@gmail.com |
42e8e7edb6980702d1fa837dceebac3954cf43d6 | 566280e1aa81a3b3fddb59facac9a025407cd048 | /abstract-machine/am/src/x86/qemu/ioe.c | 8a72e7ad429baf24e0316d513581c4ac80234105 | [] | no_license | zhengzangw/NJUOS2018-zzw | 73032e3019b39c501f246cffb4b64476fd275228 | 9fba2cca37702d5afe47146585face39887c35ba | refs/heads/master | 2020-06-28T08:03:23.949016 | 2019-08-02T06:59:51 | 2019-08-02T06:59:51 | 200,182,510 | 17 | 3 | null | null | null | null | UTF-8 | C | false | false | 966 | c | #include "../x86-qemu.h"
void vga_init();
void timer_init();
#define DEF_DEVOP(fn) \
size_t fn(uintptr_t reg, void *buf, size_t size);
DEF_DEVOP(input_read);
DEF_DEVOP(timer_read);
DEF_DEVOP(video_read);
DEF_DEVOP(video_write);
DEF_DEVOP(pciconf_read);
DEF_DEVOP(pciconf_write);
size_t _io_read(uint32_t dev, uintp... | [
"jiangyy@outlook.com"
] | jiangyy@outlook.com |
60f4dff1801d2e4b75d02724c4fe2cb9e94f7afd | 9ed7fa9fc1726629c984af76cbfec9ac5cd12b38 | /ext/ext_example/ext_example.c | 4cfcfb3320ab05ce7988b024acc8ecc6e7830cae | [
"MIT"
] | permissive | hirocaster/ext_example | 372ec24fcc50748fd6f36a7292a3cd71bc3a67de | 199821297087283de9a4f635972fc494d375ea3c | refs/heads/master | 2021-01-20T19:13:14.041045 | 2016-06-19T16:24:37 | 2016-06-19T16:24:37 | 61,489,182 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 72 | c | #include <stdio.h>
void Init_ext_example()
{
puts("Hello World!");
}
| [
"hohtsuka@gmail.com"
] | hohtsuka@gmail.com |
ff142ea81593f2b020df91fda4bc80247bfb4bb2 | 64245dc6dbb604ab6959c3bc6bc45ab885fdd12a | /Cooperative_RTOS_Tiva/RTOS_4C123/os.c | 738671c76a4a37bdebb4d82cd7bbd43785da4ef6 | [] | no_license | a6guerre/Tiva_Keil | a43b5113c147cfca123771e61d1b963fb50df061 | 900c2aa8d38ee879660e1392dfc01efb7706a5d2 | refs/heads/master | 2020-07-04T09:49:59.133922 | 2019-08-15T02:29:11 | 2019-08-15T02:29:11 | 202,246,954 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,400 | c | #include "os.h"
#include "tm4c123gh6pm.h"
#define NUM_OF_THREADS 3
#define STACK 100
#define INTCTR (*((volatile uint32_t *)0xE000ED04))
void osSchedulerLaunch(void);
struct tcb{
int32_t *stackPt;
struct tcb *nextPt;
};
typedef struct tcb tcbType;
tcbType tcbs[NUM_OF_THREADS];
tcbType *currentP... | [
"maxguerrero94@gmail.com"
] | maxguerrero94@gmail.com |
8309223acfede90117ea4b598399bd7acf1ad504 | c5bf5a924746de0cf19be58cb8684f9d039cac3b | /ldd-k4/arm/trustzone/arm-trusted-firmware/include/lib/psci/psci.h | fa85e0bcf1f9b7b3e0d21e84d16c03abbad7ba81 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | channinglan/linux_sample_code | 4395ad016c837498900c8927a194a43689d75d99 | 4427617d7d59113a4734dfa5cbd88c07748083bc | refs/heads/master | 2021-01-13T15:35:52.285418 | 2018-08-14T03:31:34 | 2018-08-14T03:31:34 | 80,098,804 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 12,845 | h | /*
* Copyright (c) 2013-2017, ARM Limited and Contributors. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this
* l... | [
"channing.lan@gmail.com"
] | channing.lan@gmail.com |
dc32aa8f7280e3554cf3e828a50d3dcfd10039ba | 92c0cd6ecc15d1c0bef89d655029fe16d4f73b7c | /Sources/Raygun_KSCrash/Recording/Monitors/Raygun_KSCrashMonitorContext.h | f07f7b37475380c588013a63713c820db4ca6b9a | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | isabella232/raygun4apple | 9cd1c3d525ef4efea3390ee2b0ac3c259ab2c4a7 | f4999bc23ed6cdb367ff21211e21c31f19579062 | refs/heads/master | 2023-03-17T18:46:52.867693 | 2021-03-11T03:59:09 | 2021-03-11T03:59:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,081 | h | //
// KSCrashMonitorContext.h
//
// Created by Karl Stenerud on 2012-02-12.
//
// Copyright (c) 2012 Karl Stenerud. All rights reserved.
//
// 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 Softwa... | [
"mitchell@raygun.com"
] | mitchell@raygun.com |
a31ad6b8c44d98ce28595bdd83779ec70e02c7cb | ae3d5180ee9cd0d2ce672c1b98137f9a3f9f21be | /.history/practice/fork/treeFork_20200123181818.c | 6adbef3fefa2739c8781b2075695b319f4341e35 | [] | no_license | abrehamgezahegn/system-programming | e44bdcd7a317a31fe185c9f0ced20e405dd7a55f | d85810d66c6cbffc0cbd0c514e5e66e8e450261f | refs/heads/master | 2020-12-28T01:14:08.604381 | 2020-02-04T05:35:12 | 2020-02-04T05:35:25 | 238,131,808 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,316 | c | #include <sys/types.h>
#include <sys/wait.h>
#include <unistd.h>
#include <stdio.h>
// int main()
// {
// printf("main pid: %d \n", getpid());
// int pid = fork();
// if (pid == 0)
// {
// printf("Child one is runnig %d \n", getppid());
// int pid2 = fork();
// // child
// ... | [
"abreham0913@gmail.com"
] | abreham0913@gmail.com |
4850c336b59b9ecad9522a83b3c5a494a3c534d3 | b37bd5f2e7216a4f5ea64868e173f87db3527d8b | /STM32Cube_FW_F0_V1.6.0/Projects/STM32F072B-Discovery/Examples/COMP/COMP_Interrupt/Inc/stm32f0xx_it.h | 10a05a1bb3edd07c47a33d38334aae2742ed4f6d | [
"BSD-2-Clause"
] | permissive | tbec/EmbeddedSystems | 5dfaa7cc096eaf3f0f641116b24d0b6861229d56 | 5bd5bd70b760ed2a19ad99c1ca5656bef806a542 | refs/heads/master | 2020-04-19T07:44:29.797549 | 2019-01-28T23:59:58 | 2019-01-28T23:59:58 | 168,055,981 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,044 | h | /**
******************************************************************************
* @file COMP/COMP_Interrupt/Inc/stm32f0xx_it.h
* @author MCD Application Team
* @version V1.6.0
* @date 27-May-2016
* @brief This file contains the headers of the interrupt handlers.
************************... | [
"tbecnel14@gmail.com"
] | tbecnel14@gmail.com |
89f6826ff7f96e478bec51a2158880e2e7eb8855 | 31e6b95ab30e70a8757e7c006c3789f6ad201bfa | /code/SDK/include/dx/D3D11.h | 196526e5eefc0e2da3ee78638a0603164bd7e5f9 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | DaaGvda/xray-oxygen | 77e36e5773ff23c5315ea451c66c93383c3a7f1b | 8535ffe98991cbfce39a2c3235bfacf31ab89523 | refs/heads/master | 2021-05-15T17:48:22.326481 | 2017-10-21T18:16:23 | 2017-10-21T18:16:23 | 107,575,144 | 4 | 4 | null | 2017-10-21T18:16:23 | 2017-10-19T17:01:54 | C++ | UTF-8 | C | false | false | 373,484 | h | /*-------------------------------------------------------------------------------------
*
* Copyright (c) Microsoft Corporation
*
*-------------------------------------------------------------------------------------*/
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* Fi... | [
"ForserX@users.noreply.github.com"
] | ForserX@users.noreply.github.com |
8662e438c8fe065e7e3cc10c0d280f4bfe085112 | f5abc33c4cfb34a039e136f86a6a8e86cb6e0621 | /bcl/inc/bc_config.h | 8f143b82638ce0b6b6303efe11c68162f4ad254e | [
"MIT"
] | permissive | RadekSchauer/bcf-sdk | a4979a641c58f0c33ef06b2cbc18d15fe0da0725 | 62ee55beed40a47f8537ec44a01ca0b3eb0fa2cb | refs/heads/master | 2020-09-07T06:56:44.296608 | 2019-11-01T21:02:52 | 2019-11-03T09:35:09 | 220,693,734 | 0 | 0 | MIT | 2019-11-09T19:36:10 | 2019-11-09T19:36:09 | null | UTF-8 | C | false | false | 1,006 | h | #ifndef _BC_CONFIG_H
#define _BC_CONFIG_H
#include <bc_common.h>
//! @addtogroup bc_config bc_config
//! @brief Library for saving and loading configuration to EEPROM
//! @{
//! @brief Initialize and load the config from EEPROM
//! @param[in] signature Any number specifying current configuration version.
//! @param[... | [
"hubmartin@users.noreply.github.com"
] | hubmartin@users.noreply.github.com |
22d73794573b77eb1fb96f3e95602f511132cc5d | b42e39e62699adb5ca97c300ea4af531511206c3 | /include/type.h | 83b73dc2f4044d4a5928159ca4ad52f80cd11abd | [
"MIT"
] | permissive | bobcao3/IVIK-K1 | d208e2be778e9d0b741e493b26f390653bcb5820 | 9da7ebc2b12a95b51df590e018d198d6d1323ffd | refs/heads/master | 2021-01-19T18:30:47.279605 | 2015-08-31T20:01:14 | 2015-08-31T20:01:14 | 41,667,504 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 291 | h | /**
* type.h
*/
#ifndef _TYPE_H_
#define _TYPE_H_
typedef unsigned int u32;
typedef unsigned short u16;
typedef unsigned char u8;
typedef void (*int_handler) ();
typedef void (*task_f) ();
typedef void (*irq_handler) (int irq);
typedef void* system_call;
#endif /* _TYPE_H_ */
| [
"bobcaocheng@163.com"
] | bobcaocheng@163.com |
bbf46cc933afb9da686d65f19ab1ebdcf92d0463 | 5bc17ce45baf54577b8849e58847a4709f27da24 | /Nanoprocessor/isim/NanoProcessor_NanoProcessor_sch_tb_isim_beh.exe.sim/work/a_3799877062_3212880686.c | 0b9054614ba3b8fa1e0f301e70c1a59eb02faef8 | [] | no_license | Ruchiranga/Implementation-of-a-Nanoprocessor | a347a6f159c1bad8ce722b8b89151c88c4eefa5b | c2ac8d780cdb1714fa86df1ffe44ad431acb9f77 | refs/heads/master | 2021-01-10T01:12:12.279210 | 2014-06-27T11:28:33 | 2014-06-27T11:28:33 | 21,271,742 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,229 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"truchiranga@gmail.com"
] | truchiranga@gmail.com |
5007ea8888d2eeb045beda00fa929b6a752dcf67 | 37c069bf5d2d34d8f77cdfb8ce35e56ec7182ac5 | /tg2.0/src/tg/y.tab.h | 029423acdd60c02d603aaac5e9af6f104b714bc9 | [] | no_license | shaddeus/wtgen | d48c88998f042f28917b8594d2af49a08a782875 | e9d6e0dcd6bca491b9eacb74b5cf0ee8c7306ab0 | refs/heads/master | 2016-09-05T19:56:39.434530 | 2013-07-31T21:41:55 | 2013-07-31T21:41:55 | 6,967,922 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 956 | h | #ifndef YYERRCODE
#define YYERRCODE 256
#endif
#define INCLUDE 257
#define EQUAL 258
#define DIST_CONST 259
#define DIST_EXP 260
#define DIST_MARKOV 261
#define DIST_MARKOV2 262
#define DIST_UNIFORM 263
#define ARRIVAL 264
#define AT 265
#define AVERAGE 266
#define BANDWIDTH 267
#define DATA 268
#define DELAY 269
#def... | [
"pawel.tvrdik@gmail.com"
] | pawel.tvrdik@gmail.com |
35078a87380689ff8ae7c2212ee698a08123619b | 243af6f697c16c54af3613988ddaef62a2b29212 | /firmware/uvc_controller/mbed-os/targets/TARGET_NXP/TARGET_LPC176X/port_api.c | 7c6acb969c8782dacf3cdbdc1dd55c1b9f3ba2e5 | [
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | davewhiiite/uvc | 0020fcc99d279a70878baf7cdc5c02c19b08499a | fd45223097eed5a824294db975b3c74aa5f5cc8f | refs/heads/main | 2023-05-29T10:18:08.520756 | 2021-06-12T13:06:40 | 2021-06-12T13:06:40 | 376,287,264 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,188 | c | /* mbed Microcontroller Library
* Copyright (c) 2006-2013 ARM Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... | [
"13125501+davewhiiite@users.noreply.github.com"
] | 13125501+davewhiiite@users.noreply.github.com |
f6e7627cbeee97ed2d0bac097e2a7943ce364d7a | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/wocket/necro/mon/zombie.c | cefabbe2f878f021f2c17f7dbf72a50a8d004ca2 | [] | no_license | wugouzi/Nirvlp312mudlib | 965ed876c7080ab00e28c5d8cd5ea9fc9e46258f | 616cad7472279cc97c9693f893940f5336916ff8 | refs/heads/master | 2023-03-16T03:45:05.510851 | 2017-09-21T17:05:00 | 2017-09-21T17:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,794 | c | #include "../defs.h"
#define SPCOST 1
inherit "/obj/monster.c";
object mas;
string master;
string name;
int lev;
int guildlev;
int mlev;
int follow;
int autoattack;
id(str){ return str == "zombie" || str == "dead" || str == "undead" || str == "necro_zombie"; }
short(){ return BOLD+"The zombie of "+capitalize(nam... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
2799d2890561bfaf69ca3c06b1a7225f3e9ed42e | c723dfc41c61d54dbfd1bd44f0a0d332f55ea7b1 | /src/rpg/combat/combat_end/game_over.c | 92b692246cfb0c9d9777f8576fb80cb0e3920124 | [] | no_license | jimmyagulla/RPG | 43cbd70f152ab8bc1027449b28569370034497ae | 8657feeb91bca5b4a18ca3c2096bba1ee67f367a | refs/heads/master | 2023-04-19T19:13:14.987904 | 2021-05-11T17:03:08 | 2021-05-11T17:03:08 | 366,455,922 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,228 | c | /*
** EPITECH PROJECT, 2020
** RPG
** File description:
** game_over.c
*/
#include "combat_end.h"
void init_game_over(all_t *a)
{
char *name = "assets/combat/restart_button.png";
a->text.content = my_malloc(sizeof(char *) * 1);
create_button_end(name, &a->combat.button, (sfVector2f){700, 700});
sfSpr... | [
"jimmy.agulla@epitech.eu"
] | jimmy.agulla@epitech.eu |
e2df2039e87f270c06debe9c83e6c192d3f625d0 | 88cadf81598cc4f42780948c2d7767b11ca05854 | /gmsv/src/npc/npc_petracepet.c | 62d4e9f8af21e59425dba6c26ce1f2cd4b2c6da2 | [] | no_license | alrightlook/customsa | 69656c44f8bd0500c2565a5a183c869fafdd819a | 400a7f7bf6668b172eba6a33bd7460fa4f0f990b | refs/heads/master | 2020-03-31T18:12:39.285314 | 2018-10-10T15:59:38 | 2018-10-10T15:59:38 | 152,449,587 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 9,162 | c | #include "version.h"
#include <string.h>
#include "char.h"
#include "object.h"
#include "char_base.h"
#include "npcutil.h"
#include "lssproto_serv.h"
#include "handletime.h"
#ifdef _PETRACE
#include "npc_petracepet.h"
#define PETRACEPET_WAIT_LOOPTIME 30000 // 30秒
#define PETRACEPET_SHOWWIN_LOOPTIME 10000 // 10秒
... | [
"alrightlook@gmail.com"
] | alrightlook@gmail.com |
ca281b6de5ffd2b5009e8a4ae4e5e99b5b5b3516 | ca1248d7f040aa008873a22b6dc655a87cbc2e4c | /kafkafs.c | 7952040b92937f832b987537c720cf7136047a63 | [
"BSD-3-Clause"
] | permissive | pehrs/kafkafs | 05a8d5d764a22917f9c8b505ac36909762057ae3 | 2ce84f78d9bf6f48a4d852781a6462fde10fc4a6 | refs/heads/master | 2016-09-16T15:05:43.458826 | 2014-06-08T23:02:49 | 2014-06-08T23:02:49 | 20,628,479 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,537 | c | /*
* Copyright (c) 2014 by Matti Pehrs
* Author: matti@pehrs.com
*
* KafkaFS - Kafka FUSE File System
* Simple Fuse module to send messages to Kafka via fuse.
*
*/
#define FUSE_USE_VERSION 28
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
#include <fuse.h>
#include <signal.h>
#include <stdio.h>
#inclu... | [
"matti@spotify.com"
] | matti@spotify.com |
e40d70cff51dd38736fa44f2e48001b4e1f4cc0c | 242fbbd2dae2ecbe8a3e0297f885b7a681b7a5ca | /bind-9.9.2-P2/bin/rndc/util.c | 2fc5c3035f516575bac2a3b2aff5822a4efe2529 | [
"BSD-3-Clause",
"ISC",
"BSD-4-Clause-UC",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-warranty-disclaimer",
"JPNIC",
"OpenSSL",
"BSD-2-Clause",
"HPND",
"LicenseRef-scancode-mit-taylor-variant",
"LicenseRef-scancode-bsd-x11"
] | permissive | w796933/bind99damp | 5c168ca1624cb7ec41d03f686ec1f3d793f106dd | 6cb19017c057afb648c5d6b310e4edcdcfd2888d | refs/heads/master | 2021-01-20T00:40:06.324111 | 2013-04-07T22:17:40 | 2013-04-07T22:17:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,561 | c | /*
* Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice an... | [
"thomas@gibfest.dk"
] | thomas@gibfest.dk |
5fe8acb1fb0028a70ce527cae6eb6515caa18e93 | 6adbf21c8e273b060a1f44c7a18b6fe34697afe1 | /Sam1.c | 5ad1cc67e2840c96c35aae3a2bdf0bc978c247e4 | [] | no_license | RazeenLI/SAMPLE | c89715715579f99ac1266ceef3773736e4698b83 | 1af613a63d23daf45880b030c06d49b8117f718f | refs/heads/master | 2022-12-19T18:32:05.428753 | 2020-10-09T14:08:19 | 2020-10-09T14:08:19 | 293,730,938 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,110 | c | #include <stdio.h>
#include <stdlib.h>
#include <assert.h>
int chaekatep(int start, int step, int finish);
void seq(int start, int step, int finish);
int main(int argc, char* argv[])
{
assert(argc > 1);
int start = 1, step = 1, finish = 1;
if (argc == 2)
{
finish = atoi(argv[1]);
step ... | [
"62377495+RazeenLI@users.noreply.github.com"
] | 62377495+RazeenLI@users.noreply.github.com |
e7135f73a068436570274a12fca7241b508585d3 | ebb6f462d98e91667825b99946745fb9122d8639 | /core/semaphore.c | 741a9ed77b2b1f75465906b3a90833d4a1d378a7 | [
"NCSA"
] | permissive | cooljeanius/libSystem_and_linker | fa671737a8307b7e177604bbf3c2d1b366b466f8 | 1e6a000a781ad3aa36e4bdf30aa3510b4b3e15aa | refs/heads/master | 2023-07-21T20:57:38.744045 | 2023-07-10T05:36:13 | 2023-07-10T05:36:13 | 5,416,824 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,677 | c | /*
* Core Framework: semaphore.c
* Copyright (c) 2012 Christina Brooks
*
* Semaphores or some shit, I don't know anymore.
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <pthread.h>
#include "OSLog.h"
#include <errno.h>
#include <libkern/OSAtomic.h... | [
"kristinamuffin@gmail.com"
] | kristinamuffin@gmail.com |
8099f052f49be7bb156a388684145e9213beb02f | 1f58d1fa2be5acac3ec2d3ef7171af1e0ef7d534 | /CompilersServer.c | 60fc19dbfeb41c0433e84182d2771c9d13a9423e | [] | no_license | mittalchirag/Student-Performance-using-Socket-Programming | 7093db89c59b18c873312c339407996dc3d3f046 | 21a2d23000b45b5a81cb3826edc099a1ddded08b | refs/heads/master | 2020-04-29T11:12:57.885416 | 2019-03-17T13:20:29 | 2019-03-17T13:20:29 | 176,089,894 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,540 | c | #include <unistd.h>
#include <stdio.h>
#include <sys/socket.h>
#include <stdlib.h>
#include <netinet/in.h>
#include <string.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <my_global.h>
#include <mysql.h>
#define MAX 12
#define PORT 8082
#define BACKLOG 10
#define SA struct sockaddr
int numb... | [
"chiragmittalcm7@gmail.com"
] | chiragmittalcm7@gmail.com |
231f6498cc1abae47fe7495cacc097a4a331711d | 4424eb0c6d2666a37bbe5b9d6b3550ca11d51729 | /NativePrograms/LUFA/Drivers/Board/Dataflash.h | 0a7647db3a7ea44dc2b3eac7f0d3b978cb74d485 | [
"LicenseRef-scancode-proprietary-license",
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | ercdndrs/Arduino-Source | cd87e4036f0e36c3dd0180448293721be95cc654 | c0490f0f06aaa38759aa8f11def9e1349e551679 | refs/heads/main | 2023-05-05T07:43:52.845481 | 2021-05-24T02:27:25 | 2021-05-24T02:27:25 | 369,910,477 | 0 | 0 | MIT | 2021-05-22T21:39:34 | 2021-05-22T21:39:33 | null | UTF-8 | C | false | false | 11,253 | h | /*
LUFA Library
Copyright (C) Dean Camera, 2020.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
Copyright 2020 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation ... | [
"a-yee@u.northwestern.edu"
] | a-yee@u.northwestern.edu |
7d0be66414e7213cebd468bd8237104a10ba585e | e3fa2e0d6dc395515d7fb380251c4b237e1ccc7a | /State_Machine/test/dcu-mock/src/DCU_Dummy_SocketCAN.c | ec0a350cb89436a80af25dde4a3e2bb78acd750e | [] | no_license | pratik-walawalkar/Fast-Forest | 1f8126518f6a8f68c884b7514d5e11d3a13394f8 | bef3d51da6b66d33ac40f7fd59bc35d4a97da37a | refs/heads/main | 2023-03-02T09:44:16.108199 | 2021-02-14T18:43:11 | 2021-02-14T18:43:11 | 338,871,740 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,641 | c | /**
* @author Christopher Maneth (christopher.maneth@fast-forest.de)
* @brief
* @version 0.2
* @date 2020-05-19
*
* @copyright Copyright (c) 2020
*
*/
#include "DCU_Dummy_SocketCAN.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <net/if.h>
#include <sys/ioctl.h>
#in... | [
"pratik-walawalkar@users.noreply.github.com"
] | pratik-walawalkar@users.noreply.github.com |
43099338d3b50c4c5ab655b13e981fbb3aea6cd5 | 54b9e39a6b4b412223f234e9791a208a1368be9e | /global practice 1.c | 60481d4ea7bb91ed99312486f011d5fabda54aa6 | [] | no_license | RKMVCC-BSc-Comp-Sci-2020-21/Programming-C-Cpp-Sem1 | 90272d55002c7beec1e2d542c5fe3446cd0c4719 | 6cda8177e95f5d368881ed52c499cc4e1a2bb680 | refs/heads/main | 2023-03-31T02:57:04.662744 | 2021-03-30T14:52:44 | 2021-03-30T14:52:44 | 315,950,354 | 9 | 35 | null | 2021-03-22T15:31:14 | 2020-11-25T13:38:49 | C++ | UTF-8 | C | false | false | 169 | c | #include<stdio.h>
int x=10;
int f(){
int a=20;
x=a;
x++;
}
int main(){
int b=40;
x++;
f();
x++;
printf("\n Global variable x=%d",x);
return 0;
}
| [
"noreply@github.com"
] | RKMVCC-BSc-Comp-Sci-2020-21.noreply@github.com |
99b3d39a42ef0606da8cd41ee9f67657eb431489 | 03195206540b44d74f86801c5e58b2b731c863bf | /actio_pmi/pins.h | 97fc7a3c117cb5ec075d2dd674e4f68aef83da38 | [] | no_license | clement91190/eurobot | 7f242f15b966216ef81d4851c338493ccf056c26 | e61c9b3a32c1ee1417d807be6c4f97032a7e55a6 | refs/heads/master | 2021-01-25T09:53:38.517607 | 2014-05-30T09:16:40 | 2014-05-30T09:16:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 594 | h | #ifndef PINS_H
#define PINS_H
//pin alloc codeur
#define PIN_ODO_INC 0//0 // == pin 2
#define PIN_ODO_DIR 13 //12
//pin alloc moteur
#define PIN_MOT_DIR_ASC 4 // 9
#define PIN_MOT_CMD_ASC 5 // 10
//servo
#define PIN_SERVO_PINCE_ROT 6
#define PIN_SERVO_PINCE_G 7
#define PIN_SERVO_PINCE_D 8
#define PIN_SERVO_FRESQ... | [
"clem.jambou@gmail.com"
] | clem.jambou@gmail.com |
32403328211e9b94d32c6e337c9c5e0a556a2d93 | d31bbc4081d259782cf8b5fc9222b7985ae928da | /SourceCode-patch-with-moive(unstable)/KnockOut/Include/CVDShowUtil.h | 95d2a001126dc59c47e0a5ca26ad784dfc94705e | [] | no_license | robinbattle/Knockout | 73d3c5c38385bcce63378ed0a5bd843ced70e10f | d49eaa8327a14a3492be6c35db7556212f94937a | refs/heads/master | 2016-09-10T11:49:52.297167 | 2013-04-04T08:46:55 | 2013-04-04T08:46:55 | 9,214,181 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,479 | h | /// \file CVDShowUtil.h
/// \brief DirectShow utility functions straight out of the DirectX 9 documentation.
///
/// These provide easy calls to connect between Direct Show filters and manage
/// the memory associated with media type objects.
///
#ifndef CVDShowUtil_H_
#define CVDShowUtil_H_
//#include
#i... | [
"robinbattle@hotmail.com"
] | robinbattle@hotmail.com |
3c67fd8b6be5466b50b2c137f09ce1985b1cb271 | 141f4b4f67a041f53bf661c3057bc6331decbfd6 | /ECEN_220/Labs/Lab4/Lab4/isim/SEVEN_SEG_DECODER_isim_beh.exe.sim/unisims_ver/m_00000000002104292854_3205829195.c | aaebfda15ba4406259e70e54f02573b82ce15b0e | [] | no_license | tymadsen/course-code | 25a4b5b71f8e266a41ea72943de57c9543b85c7c | ab06d3071891cac771607a5dd050581f8218408e | refs/heads/master | 2021-01-21T01:25:41.640357 | 2016-07-07T16:08:53 | 2016-07-07T16:08:53 | 42,744,433 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,151 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"ty.a.madsen@gmail.com"
] | ty.a.madsen@gmail.com |
9486f794eb9baadcacc735a69e5ebb52cabfa914 | 11b1aa6b43dab53d3b90b712811d574e88b262cb | /jody_hash.h | 0e9febc557bc7c020b75d9e95ba194d9f1b8cd92 | [
"MIT"
] | permissive | thequestatredtotal/fdupes-jody | 76eed057eb8958868eced42c473f7e62dfc45744 | 066d7b504a0c9571f12f06c397a153744e230c53 | refs/heads/master | 2021-01-22T16:09:59.836409 | 2015-12-02T01:39:20 | 2015-12-02T01:39:20 | 47,432,931 | 0 | 0 | null | 2015-12-04T22:55:29 | 2015-12-04T22:55:29 | null | UTF-8 | C | false | false | 698 | h | /* Jody Bruchon's fast hashing function (headers)
*
* Copyright (C) 2014-2015 by Jody Bruchon <jody@jodybruchon.com>
* See jody_hash.c for more information.
*/
#ifndef JODY_HASH_H
#define JODY_HASH_H
#ifdef __cplusplus
extern "C" {
#endif
/* Required for uint64_t */
#include <stdint.h>
/* Width of a jody_hash. ... | [
"jody@c02ware.com"
] | jody@c02ware.com |
dc550cb6e0cff76384e7b87b0ad15664c9fcfd58 | 965ca71d7a907779f36f82417858896327c0df00 | /WinAPI/DemoMFC20/resource.h | a6260fcddbb99a43797e4279ae9020f1f0d92911 | [] | no_license | smallinsect/WindowsAPI | 1a0f7d46895bed50e831a71f85930ca16f214eea | 018303372eb34fe054ae1285244720dcfb4ecbc3 | refs/heads/master | 2020-06-16T04:45:11.732623 | 2019-12-06T22:54:28 | 2019-12-06T22:54:28 | 195,482,407 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 712 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ 生成的包含文件。
// 供 DemoMFC20.rc 使用
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_DEMOMFC20_DIALOG 102
#define IDR_MAINFRAME 128
#define IDC_BUTTO... | [
"1161851688@qq.com"
] | 1161851688@qq.com |
3c4acee9a22974ea8c847c1c7d904d67fe3aed6f | 8d657d94d2c6bf37a2dadbeea8ff7a89ac0d6bb9 | /ex3.c | e32ad641f22af3d42e2dacc3a71376853492a714 | [] | no_license | HuyKawaii/Week12 | 8e2a51d26c7009d36cf7370f6331029b14e6a7a7 | b2b89362f223faf3b2b6a33475c2e33c4527e3f2 | refs/heads/master | 2023-02-13T07:12:17.902862 | 2021-01-14T09:32:10 | 2021-01-14T09:32:10 | 329,565,996 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 498 | c | #include <stdio.h>
void getSale(int *a, int size){
int i;
for (i = 0; i < size; i++){
printf("Enter the sales figures number %d: ",i+1);
scanf("%d", a + i);
}
}
long totalSale(int *a, int size){
int i;
long total = 0;
for (i = 0; i < size; i++)
total = total + *(a + i);
return total;
}
int ... | [
"truonganhhuyki@gmail.com"
] | truonganhhuyki@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.