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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4497fe2d4a1a98e386181c941e3a23d2a1b944a9 | c47c52cec46ad8d14bfbf35c015af9aff5fa0d0e | /aula1/exec3.2.c | 48da689f3cb3cdfbb8cd9dea3db2d3ab142ed348 | [] | no_license | filipecosta90/Parallel-Computing-Paradigms | 39983fe32016ca68d41268cb76e06874200ee50b | 986bbab8f2c725336aa3d2906ef9b1a1f9ebc4f8 | refs/heads/master | 2021-01-10T11:31:30.916263 | 2015-11-24T16:36:31 | 2015-11-24T16:36:31 | 43,765,384 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 218 | c | #include <stdio.h>
#include <omp.h>
int main (){
#pragma omp parallel
#pragma omp for ordered
for ( int i = 0; i<100; i++ ){
#pragma omp ordered
int id = omp_get_thread_num();
printf("%d:i%d\t",id,i);
}
}
| [
"filipecosta.90@gmail.com"
] | filipecosta.90@gmail.com |
7181615bf0da20dc499deaeff3b7c915d9bf242e | b0e0cba5c3279bed0942d8e1581e3a2a8a2c0af9 | /c_rev/q6.c | 71eb1d08a090cc0951c6d4967de2b43d985192a9 | [] | no_license | lakshay0809/uca | 4b362a7bc1c9d8e54c4eebdc83bc4fc3df30c066 | c228db5d323be6cd2f72aeb47842274e13cb4de3 | refs/heads/master | 2023-07-25T22:37:12.804294 | 2021-09-11T08:03:17 | 2021-09-11T08:03:17 | 388,351,471 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 903 | c | /*
* String is palindrome or not
* @lakshay khanna ID -> 1910991116
* assignment: C Foundations
*Compilation: gcc q6.c
* Execution: ./a.out
*/
#include <stdio.h>
#include<stdbool.h>
//function check for palindrome
bool palindrome(char *a)
{
int l=0;
int h=0;
for(int i=0;a[i]!='\0';i++)//loop to check length o... | [
"lakshay1116.cse19@chitkara.edu.in"
] | lakshay1116.cse19@chitkara.edu.in |
f9a9a7aeda7422d832a6a2481b801bee46037ce7 | 3b2de03719a8aa4a6d899135a739888ce0e16170 | /tools/util/vdb-passwd.vers.h | 0c2f0549b204725f983490ed04757fba72637343 | [
"LicenseRef-scancode-us-govt-public-domain",
"LicenseRef-scancode-ncbi",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | pedropaz18/sra-tools | c822456507eac2a91965f8fe60a5e79f76b80341 | 02acdf07d159f723b56108fca71f33433d9ddee4 | refs/heads/master | 2020-12-25T15:30:24.952316 | 2016-05-27T17:18:10 | 2016-05-27T17:18:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 35 | h | #define VDB_PASSWD_VERS 0x02060003
| [
"klymenka@mail.nih.gov"
] | klymenka@mail.nih.gov |
c0bc626bcec2a298d16edf7a58df72eeddd0c3ae | 0cf94ba93e29f574a08f1c9b0d9dbf98e5984c6e | /VisionAgent/stdafx.h | 698050aafd459be277b738c890d2b2a45a959ffd | [] | no_license | jtendless/G8H_VisionAgent | aa1c41bcdb0e9f54471ef5f7cfa5b5720d2f32f2 | 07a613533cadf0741cfaa31b65f41c441e1267cc | refs/heads/main | 2023-08-21T14:03:50.921147 | 2021-09-24T00:42:35 | 2021-09-24T00:42:35 | 409,556,921 | 0 | 1 | null | 2023-07-21T07:59:10 | 2021-09-23T11:05:39 | C++ | UTF-8 | C | false | false | 8,897 | h |
// stdafx.h : ÀÚÁÖ »ç¿ëÇÏÁö¸¸ ÀÚÁÖ º¯°æµÇÁö´Â ¾Ê´Â
// Ç¥ÁØ ½Ã½ºÅÛ Æ÷ÇÔ ÆÄÀÏ ¹× ÇÁ·ÎÁ§Æ® °ü·Ã Æ÷ÇÔ ÆÄÀÏÀÌ
// µé¾î ÀÖ´Â Æ÷ÇÔ ÆÄÀÏÀÔ´Ï´Ù.
#pragma once
#ifndef VC_EXTRALEAN
#define VC_EXTRALEAN // °ÅÀÇ »ç¿ëµÇÁö ¾Ê´Â ³»¿ëÀº Windows Çì´õ¿¡¼ Á¦¿ÜÇÕ´Ï´Ù.
#endif
#include "targetver.h"
#define _ATL_CSTRING_EXP... | [
"jt-endless@daum.net"
] | jt-endless@daum.net |
7d967ccb34a7fb70125ca0f235625c26d956c1d6 | 6a86d740f9b17721677b9ee193f2009a2333a3be | /guilds/fighter/blades/under-cutting.c | f47472ab28cdb0231aff9c2df0dee11f24877d75 | [] | no_license | realms-mud/core-lib | b2a0cc727fd0b1eb47fa244d6fb05de322abe88f | 293089e8900b5a0d46f64619f89c78deea7477e5 | refs/heads/master | 2023-07-06T07:04:25.390271 | 2023-06-27T21:20:29 | 2023-06-27T21:20:29 | 113,914,065 | 69 | 20 | null | null | null | null | UTF-8 | C | false | false | 1,236 | c | //*****************************************************************************
// Copyright (c) 2023 - Allen Cummings, RealmsMUD, All rights reserved. See
// the accompanying LICENSE file for details.
//*****************************************************************************
inherit "/lib/mod... | [
"abc@maelstrom.cc"
] | abc@maelstrom.cc |
efa85b04c5cf59a258e5a6ca79f54f4aaf26cd18 | 82ae75d5eddb861666379ac881d3dc20c2f97f0c | /Chapter7/chap7_a4.c | 4e5661727853dcb3029af0929dfd407292fcbfd6 | [
"Unlicense",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Capella87/CPractice | 9c86ef1b2478935002e620cd7abf54006f137c25 | 1ce8c3b1a0ce2477df7a776db3ed0fb9bf6a1e34 | refs/heads/master | 2023-06-28T13:07:04.300223 | 2021-04-29T08:22:19 | 2021-04-29T08:22:19 | 261,975,026 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 347 | c | #include <stdio.h>
#define SIZE 10
int main(void)
{
int x[SIZE], y[SIZE], z[SIZE], i;
for (i = 0; i < SIZE; i++)
scanf("%d", &x[i]);
for (i = 0; i < SIZE; i++)
scanf("%d", &y[i]);
for (i = 0; i < SIZE; i++)
{
z[i] = x[i] + y[9 - i];
printf(" %d", z[i]);
}
pr... | [
"contact@capelladev.com"
] | contact@capelladev.com |
4bcd0af5ddac003aa102eeb182935d63cddb40ef | f7e2e1dade232a62e60c5007a7ff898daacca2f1 | /21AGVinfantryChassis/USP/Middlewares/Moudle/autoInfantryConfig.h | 4e340e7dd48aa277f8888eaeb7deb6c3b256f706 | [
"Apache-2.0"
] | permissive | wwkkww1983/RM2010_AGVinfantry | c131e1ce9f9583bbf21b01b3927676250b502806 | ee299b0c1a2dc09302a69494d4cf8109104db325 | refs/heads/main | 2023-07-14T11:15:11.050263 | 2021-08-24T17:14:28 | 2021-08-24T17:14:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 884 | h | #ifndef AUTOINFANTRYCONFIG_H
#define AUTOINFANTRYCONFIG_H
#include "System_Config.h"
//#include "Service_Communication.h"
#include "power_ctrl.h"
#include "Source_manage.h"
#include "referee.h"
#include "AGV_chassis.h"
extern referee_Classdef Referee;
extern C_SourceManage_Classdef SourceManage;
extern Po... | [
"1902130522@qq.com"
] | 1902130522@qq.com |
233da601309c427920fdcf76050e6ea603282c5f | 1390cb4f58bd09087184a64fe2838dec29600d8a | /7811.c | db5abb04d57728fa9879093370cf87c9f251301b | [] | no_license | imasker/obfuscatorTestCases | bf21352be1dbd6c8bdd868b093af03f315d92a45 | 5f5561846ec09a040b42dc12842c9581e7be6b4d | refs/heads/master | 2023-03-27T11:35:21.843689 | 2021-03-25T07:38:05 | 2021-03-25T07:38:05 | 351,342,479 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,249 | c | /*
* This is a RANDOMLY GENERATED PROGRAM.
*
* Generator: csmith 2.3.0
* Git version: 30dccd7
* Options: -o /home/x/obfuscator/data/programs/7811.c
* Seed: 928754000
*/
#include "csmith.h"
static long __undefined;
/* --- Struct/Union Declarations --- */
/* --- GLOBAL VARIABLES --- */
static int32_t g_... | [
"13277988207@163.com"
] | 13277988207@163.com |
1162153c1a9dac01a292028bad3c354ace9fefa4 | 57eacfbde6a585179d84ba866d6964215e3f0a82 | /src/drivers/battlnts.c | b143d7059e6fbf2783429b2c81d02a024062d6bf | [] | no_license | javaemus/mamesrc | be52e7c1c5055808b4b62aa69b1bee1561cb34d4 | 7ce5c91f7b56f8fe15daccfa2f0ddf7c1c490fc8 | refs/heads/main | 2023-01-31T21:55:50.609358 | 2020-12-18T08:40:38 | 2020-12-18T08:40:38 | 322,419,600 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,149 | c | /***************************************************************************
Battlantis(GX777) (c) 1987 Konami
Preliminary driver by:
Manuel Abadia <manu@teleline.es>
***************************************************************************/
#include "driver.h"
#include "cpu/hd6309/hd6309.h"
#include "vidhrdw/ge... | [
"giorgosmrls@gmail.com"
] | giorgosmrls@gmail.com |
458b43fa115b92dfb654370e68cf69ad62cd713b | b3723937cba6ac8f757d74d1582bf24d4dc5e628 | /Algoritmos e Programação/Lista - Revisão/Questão3.c | c0190ff85ef0e20331d3bcf452d52db53d42105d | [] | no_license | WillianGenero/UFFS | 1482736cd1b77f3608cfefdaa872f41cfc40c297 | f8e6ce9b2dfa86c2bdc9b1f78c805964055f65b9 | refs/heads/master | 2021-07-15T15:22:16.055290 | 2020-09-06T20:30:19 | 2020-09-06T20:30:19 | 204,347,267 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 280 | c | #include <stdio.h>
int main(){
int A=1, B, D, POSI=1;
printf("Digite um numero: \n");
scanf("%d", &D);
for(B=1 ; B<=D ; B++){
for(A=1 ; A<=B ; A++){
printf("%d ", POSI);
POSI++;
}
printf("\n");
}
return 0;
}
| [
"willian-b-g@hotmail.com"
] | willian-b-g@hotmail.com |
bb42f81ed9a0f2e8a10161c67d7e0081d1ee9ce8 | 6aa406767612c3eec15c9dcd26ce49841c1555bb | /ADK_6.2.43/audio/kalimba/lib/audio_proc/stereo_3d_enhancement.h | 4efbcede109b37efe894331947279186d63071ea | [] | no_license | hongshui3000/BluetoothEarbud | 0bb483ca3c19f9c4b317a6ef1f4e8a9712313dd1 | b173ec3666c9e02d115d52d301b74fcd2d08cb47 | refs/heads/master | 2021-04-06T12:42:57.286099 | 2018-03-06T01:55:33 | 2018-03-06T01:55:33 | 124,361,091 | 1 | 7 | null | 2018-03-08T08:30:02 | 2018-03-08T08:30:01 | null | UTF-8 | C | false | false | 1,660 | h | // *****************************************************************************
// Copyright (c) 2007 - 2017 Qualcomm Technologies International, Ltd.
// Part of 6.2
//
// *****************************************************************************
#ifndef AUDIO_STEREO_3D_ENHANCEMENT_HEADER_INCLUDED
#define AUDIO_STE... | [
"chaw.meng@geortek.com"
] | chaw.meng@geortek.com |
f23ff1081ef57be4650535bc1b429d160c0b5b30 | b2c25d9e7cdf456765dfe2c821cea1eb1edbd57d | /gui/notebook.c | bc7a44947bef898ed47637f8f959aeb9b800eafa | [
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown"
] | permissive | charlesdaniels/libagar | 0739e240c0718a31884a575bb8fe2f8c7445acec | 099ce716e2ca01a7904b23f22610bf589295f5b5 | refs/heads/master | 2020-06-01T13:53:00.715403 | 2019-06-08T00:12:46 | 2019-06-08T00:12:46 | 190,802,175 | 0 | 0 | BSD-2-Clause | 2019-06-07T20:05:07 | 2019-06-07T20:05:07 | null | UTF-8 | C | false | false | 8,573 | c | /*
* Copyright (c) 2005-2019 Julien Nadeau Carriere <vedge@csoft.net>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
... | [
"vedge@hypertriton.com"
] | vedge@hypertriton.com |
8ae95302241a6d467b6f77868814e342282d1a85 | 5838cf8f133a62df151ed12a5f928a43c11772ed | /NT/base/boot/efi/netboot2.c | 8667e61c3cd1624f6c7a11dad7c0be3d1c70df9f | [] | no_license | proaholic/Win2K3 | e5e17b2262f8a2e9590d3fd7a201da19771eb132 | 572f0250d5825e7b80920b6610c22c5b9baaa3aa | refs/heads/master | 2023-07-09T06:15:54.474432 | 2021-08-11T09:09:14 | 2021-08-11T09:09:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 34,851 | c | /*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
net.c
Abstract:
This module implements the net boot file system used by the operating
system loader.
It only contains those functions which are firmware/BIOS dependent.
Author:
Revision History:
--*/
#include "..\bootlib.h"
#include "... | [
"blindtiger@foxmail.com"
] | blindtiger@foxmail.com |
f97fa2784e8af51ac966148750fd7cb6a0b74667 | 89cade5f2b532f8a8facd0f90d06b87c01ce6291 | /src/clips/constant.h | 4f0b2a2ae34eabd53d156b6333a9a5c28c52ba58 | [
"Apache-2.0"
] | permissive | jarcec/rbclips | b17c5af9ec7ce4b016b8a534f71f8f13ce35f7fb | dfeb9c7faf4c7f6f08967319b1519b033adbb82e | refs/heads/master | 2016-09-05T08:50:29.896833 | 2013-12-31T17:52:27 | 2013-12-31T17:52:27 | 583,345 | 7 | 5 | null | null | null | null | UTF-8 | C | false | false | 7,481 | h | /*******************************************************/
/* "C" Language Integrated Production System */
/* */
/* CLIPS Version 6.24 06/12/06 */
/* */
/* ... | [
"jaroslav.cecho@avg.com"
] | jaroslav.cecho@avg.com |
9562c8941da408af2f423ccc501175ab82fb6300 | 8666735fdfbab46a2c31972f72634c7e5b57b301 | /0x04-more_functions_nested_loops/2-mul.c | 14e8d386501302264b29a14000bdec541f85f75f | [] | no_license | adrian-blip/holbertonschool-low_level_programming | 3a2fb0b88bd2a61079447599f51f624a04600228 | 0f11feb32deb389a264b0f3d7cadc16edddd3992 | refs/heads/master | 2023-07-29T12:42:12.482870 | 2021-09-03T15:01:08 | 2021-09-03T15:01:08 | 296,123,699 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 214 | c | #include "holberton.h"
/**
* mul - function that multiple two integers
* @a: takes in an integer
* @b: takes in an integer
* Return: returns product of a * b
*/
int mul(int a, int b)
{
return (a * b);
}
| [
"noreply@github.com"
] | adrian-blip.noreply@github.com |
b69c8d05c342d224dd557de727d924f09eec0279 | 4ffa879697660c1e9eae9532de52cbb7c64fe01c | /external-library/mul.c | 237da4bacf34d7ee1e35c32f300b143157a397f3 | [] | no_license | sridhatta/Scilab-toolbox-transpose | e1720fea786b5fd24aba7cf6e07a2f6fd8b25cc7 | e58a2bf74334e0f623e68084cfb47daaa3cf9278 | refs/heads/master | 2023-03-02T09:20:44.540525 | 2021-02-11T08:07:14 | 2021-02-11T08:07:14 | 337,961,737 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 242 | c | /*This c program multiplies two variable values*/
#include<stdio.h>
#include <stdlib.h>
#include "mul.h"
int mul(double* answ, double num1, double num2)
{
answ[0] = num1*num2;
//printf("Inside add %f \n", answ[0]);
return 0;
}
| [
"sridhatta.jairam13@gmail.com"
] | sridhatta.jairam13@gmail.com |
ff15aefed3d1c7f358577c6cd30fa11329a3b949 | 3c8d118b8a1da721cfd8d3a3a10344bdcba5c86e | /gnudefs.h | d022518d264753e51ed26826ecf67c74c678ad82 | [] | no_license | dbix/numerics | b71108734309f8a63c44c030478702228f443fee | 7df990c0b67344a4db3cf6eba946800ebe52259a | refs/heads/master | 2020-04-19T23:40:27.162190 | 2014-07-23T15:36:38 | 2014-07-23T15:36:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,532 | h | /* Declarations for math functions.
Copyright (C) 1991-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Found... | [
"dbixler@asu.edu"
] | dbixler@asu.edu |
bf1ffa9922642c9bc19b91bc1377b0d7d114ffa8 | a0d5c74c95bcd88c12492ae27d5ba1b6d0d598c7 | /color_utilities.h | 5568dc54473b6de33f4a4d66fec56f8ec7a45866 | [] | no_license | zeroeth/sands_of_time | 0b6a19cbd5b26fc555ce57a9afaa985d2611d1f6 | 840af617494c58a9f99b4634edc5515eb26e1207 | refs/heads/master | 2021-01-19T00:13:49.257237 | 2013-06-06T03:26:53 | 2013-06-06T03:26:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 152 | h | #ifndef color_utilities
#define color_utilities
#include "Arduino.h"
/* PROTOTYPES */
uint32_t Color(byte, byte, byte);
uint32_t Wheel(byte);
#endif
| [
"zeroeth@pixelflow.org"
] | zeroeth@pixelflow.org |
9ca7a8f9fce23cac5144032c63949b17dad8c71f | bde5a2d733fac3c778cc067cffd645384d1c0460 | /ahocorasick/mpool.h | 7ab2102bde43417485d58ebd4621f14435d6b3a0 | [] | no_license | anonymous1803/upcgen | 79ab820577961c852eced24bdfc57f735407dc88 | 5e20d4067e0fa224baba2a1250f933476ef93ee7 | refs/heads/master | 2021-12-11T16:13:37.989982 | 2016-11-21T20:25:28 | 2016-11-21T20:25:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,243 | h | /*
* mpool.c memory pool management
* This file is part of multifast.
*
Copyright 2010-2015 Kamiar Kanani <kamiar.kanani@gmail.com>
multifast is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundati... | [
"dusan.klinec@gmail.com"
] | dusan.klinec@gmail.com |
8e9a0078db449f7e263a0aa92ff03af4162b1d7e | b72830060331b594191dec76bed1ee12836db02e | /WSWinhoPubLib/WinhoCAAPubLib/ImportedInterfaces/win_b64/CATCrvEvalLocal.h | 3cf1d3652d89dfe72ae7961e688f8f6e88827447 | [] | no_license | Locke-Shi/CAAV5 | 287ed8349774ebd14c891534474e17acaf77cfe5 | 58001200081c58521ca05082a37b714e2c16c369 | refs/heads/master | 2023-03-05T07:14:53.849566 | 2021-02-20T02:45:57 | 2021-02-20T02:45:57 | 318,120,847 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 105 | h | #include "C:\WinhoMBE\DassaultSystemes\V5R21\B21\.\GeometricObjects\PublicInterfaces\CATCrvEvalLocal.h"
| [
"shiyi@zwcad.com"
] | shiyi@zwcad.com |
b5bf76ebaeb9aa3387b04dfd27efe70659133277 | 36a0e0af85813bfc55cf8af1f8b2e4ef92f54cd0 | /lab2/lab2/dump.h | 68251ebb183dd84a9b8604e32647598a4a66b3e7 | [] | no_license | aartisdead/sos | 3011cc88bbf7fa050ddb29e92b6aedf13d7d9900 | f730dc6869d49a2b94cbf106505f575d0f82b088 | refs/heads/master | 2021-05-21T03:14:57.775476 | 2020-05-25T11:16:08 | 2020-05-25T11:16:08 | 255,886,698 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 99 | h | #ifndef DUMP_H
#define DUMP_H
/*
* Print memory dump info to console
*/
void mem_dump();
#endif | [
"aartisdead@gmail.com"
] | aartisdead@gmail.com |
7a77128449f14e1f135ddc42fad1c29e9b80fd6c | a998c719367d5755cca851c2f0f492a351be1933 | /src/items/items.c | 0642affdf919748e3a09d3c5ed4816f025334a67 | [] | no_license | KaSt/nereamud | 8dd93de7cfc56378afd5c1dbc792ff81848abbf5 | 70cda940fab682a00d665402f3c51f991fceb680 | refs/heads/master | 2016-09-06T16:15:01.374046 | 2015-08-26T00:35:02 | 2015-08-26T00:35:02 | 41,393,503 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 16,314 | c | //*****************************************************************************
//
// items.c
//
// Objects can serve many different functions; they might be containers, they
// might be weapons, they might be pieces of clothing... the list goes on and
// on. The classification of what type of item the object is is wha... | [
"k@ka.st"
] | k@ka.st |
bded9fb016b405d2e7aaaab829856c2215e0842f | 05e08bccc745c4c2e368c0b8dbcb2574ee610cb2 | /prep/practice_vidur/kuwaittrees/height2.c.c | 610c2f09c42551fb1e2e72687ba55fe14cad74fa | [] | no_license | anurag95/MyCodes | 76dce681edd3fa8824dbe94d169d6e8ba4571175 | 9bd890306f6b10b60ca60a02c9f7e5765b5ac538 | refs/heads/master | 2021-01-10T13:52:30.866762 | 2015-11-18T12:41:37 | 2015-11-18T12:41:37 | 46,417,942 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 807 | c | // to find height of the given binary tree recursively
#include<bits/stdc++.h>
using namespace std;
struct node
{
int data;
node* left;
node* right;
};
void insert(node** root,int key)
{
if((*root)==NULL)
{
(*root)=(struct node*)malloc(sizeof(struct node));
(*root)->data=key;
(*root)->left=NULL;
(*root)->r... | [
"gupta.anu1995@gmail.com"
] | gupta.anu1995@gmail.com |
ce08376b3e693ee39ebe0571ac8f979330f95712 | 7acc5113a090c5e3a1b02f210210ae9d96a8ac5b | /7zip/src/main/jni/lzmaSdkExecutor.h | 30707a714bfe4f6b2d0010b59557874d6a2f564f | [
"Apache-2.0"
] | permissive | playbar/android7zip | 6735a71b091398b2be58efea2471972978a807b9 | a1665d475ebdb895f0a623fc6c94ddfb5698c62c | refs/heads/master | 2020-05-18T05:15:39.524256 | 2019-04-30T06:01:01 | 2019-04-30T06:01:01 | 184,200,144 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 737 | h | //
// Created by yan on 2018/10/23.
//
#ifndef ANDROID_7ZIP_P7ZIPEXECUTOR_H
#define ANDROID_7ZIP_P7ZIPEXECUTOR_H
#include <jni.h>
typedef void (*OnStart)(JNIEnv*, jobject, char*);
typedef void (*OnChange)(JNIEnv*, jobject, char*, float);
typedef void (*OnError)(JNIEnv*, jobject, char*, int);
typedef void (*OnFinish)... | [
"hgl868@126.com"
] | hgl868@126.com |
e53a54cc3d2c6bc179b7cdc027bd424ac5d6a5e3 | 2f17e97deae811440177f3381a2fea0a34408e15 | /Chapter07/02_RegDemo/Resource.h | 08f0d463ee387989cdfd443570367409beadd904 | [] | no_license | 0000duck/VisualCppZhangJun | e0890d86c584e6a5e1547c6bcc310379a9cea725 | acc9374febcd1b0077671bc960a96e82eb2c87dc | refs/heads/master | 2021-12-14T22:59:47.592746 | 2017-06-19T09:05:45 | 2017-06-19T09:05:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 529 | h | //{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by RegDemo.rc
//
#define IDD_REGDEMO_DIALOG 102
#define IDR_MAINFRAME 128
#define IDC_MSG 1000
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_R... | [
"lius@CPEKW-Q1100534.is.ad.igt.com"
] | lius@CPEKW-Q1100534.is.ad.igt.com |
2dbe9d917561acfdc38c68a9c0fe01a4e5dbc0cc | f9abb5b268de8dcdf421d66e4dfef793a0529b4c | /cryptfs_hw/cryptfs_hw.c | 67a10a533cfd14b686d6df11c488930a2182046f | [] | no_license | msm8994/device_oneplus2 | ad0a59e6247d526916c18f53125a9823d20aef93 | 424eab09cfb374c67c16c5d38cba65e348053f11 | refs/heads/master | 2020-03-30T23:16:51.654512 | 2015-10-30T03:07:17 | 2015-10-30T03:07:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,136 | c | /* Copyright (c) 2014, The Linux Foundation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
* * Redistributions of source code must retain the above copyright
* notice, this list of c... | [
"k2wlxda@gmail.com"
] | k2wlxda@gmail.com |
c1bd57e6bc78bc38b35ca8568857c1c231ca1464 | 05819963250c2ae0ba59ffef48d7c99a5b6b7cfd | /utils/errno.h | 99e351c7e6819ad6c79a5ddde40f85401454b176 | [
"LicenseRef-scancode-bsd-atmel"
] | permissive | atmelcorp/atmel-software-package | cefa3213069995d453d3b47b8b3aa7a7aca683ac | e0428c7c8175a42a2460cff27bb0501db0bbe160 | refs/heads/master | 2023-04-13T16:34:56.181081 | 2023-04-06T17:30:10 | 2023-04-11T06:05:12 | 47,840,424 | 117 | 94 | NOASSERTION | 2022-10-20T03:07:15 | 2015-12-11T17:18:56 | C | UTF-8 | C | false | false | 6,421 | h | /* ----------------------------------------------------------------------------
* SAM Software Package License
* ----------------------------------------------------------------------------
* Copyright (c) 2016, Atmel Corporation
*
* All rights reserved.
*
* Redistribution and use in source and binary fo... | [
"loic.lefort@atmel.com"
] | loic.lefort@atmel.com |
2c42a5cb5ca91075774e621794af05dcd8925326 | 777fc408df508a66f8ba82e662153b17938a8a11 | /Max/include/GraphicsConstants.h | 7331eacdb5c27dd8af2d8b20a964e52883b342a4 | [] | no_license | bingeun/BG_DX | 4b89a891ea2aadaf7ea8eab6b18baa5f76185766 | e3182934ed276de58c1ac136c42ec6a8b8f6861c | refs/heads/master | 2020-05-22T08:07:51.033127 | 2016-10-21T14:04:18 | 2016-10-21T14:04:18 | 61,520,947 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,712 | h | //
// Copyright 2010 Autodesk, Inc. All rights reserved.
//
// Use of this software is subject to the terms of the Autodesk license
// agreement provided at the time of installation or download, or which
// otherwise accompanies this software in either electronic or hard copy form.
//
//
#pragma once
#inclu... | [
"bingeun@dreamwiz.com"
] | bingeun@dreamwiz.com |
39af96936b11018f3f0ec338eed0bc9bb5f383f5 | 50195802cb37b309192203ad871ff324d570e6dd | /myOS/buf/graphic.c | 09f37c5bc3c4e4d1d65ade91ed3e4d0183a15dfb | [] | no_license | anko9801/HariboteOS | 3de8704c1ec0871a96b9fb88d18da5f079d935c8 | abd1ad4f30a12f4e8bc5cdff1732a203c7524cc3 | refs/heads/master | 2020-06-19T17:57:55.905096 | 2019-07-16T10:26:24 | 2019-07-16T10:29:00 | 196,811,774 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,204 | c | #include "bootpack.h"
void init_palette(void) {
static unsigned char table_rgb[16 * 3] = {
0x00, 0x00, 0x00, /* 0:$B9u(B */
0xff, 0x00, 0x00, /* 1:$BL@$k$$@V(B */
0x00, 0xff, 0x00, /* 2:$BL@$k$$NP(B */
0xff, 0xff, 0x00, /* 3:$BL@$k$$2+?'(B */
0x00, 0x00, 0xff, /* 4:$BL@$k$$@D(B */
0xff, 0x0... | [
"daiusa3@icloud.com"
] | daiusa3@icloud.com |
e90f50bc8cd14b4b06ecdfa839609636a8836507 | c7ae7b3cbdef814acca4d7db525e6673f5383a47 | /modules/SysReg/src/bootinfo.c | 9ae63fa81479ba480f023465b1a5a3e0b6687db4 | [
"MIT"
] | permissive | himanshugoel2797/Cardinal-semicolon | 2ca9efff1bcc33194bf00b2583a635b6ffa1734b | 9af4aedb61a1452ceffd256d82cfd39502c1269c | refs/heads/master | 2021-08-17T10:51:11.113602 | 2021-06-26T01:32:33 | 2021-06-26T01:32:33 | 100,544,110 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,178 | c | /**
* Copyright (c) 2017 Himanshu Goel
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
#include "boot_information.h"
#include "registry.h"
#include <stdlib.h>
#include <string.h>
#include <types.h>
PRIVATE int add_bootinfo() {
CardinalBootInfo *bInfo = GetBootInfo... | [
"himanshu.goel2797@gmail.com"
] | himanshu.goel2797@gmail.com |
d8f3fe16939060f33e3ef9523b00165cf6183f9c | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/char/ipmi/extr_ipmi_msghandler.c_ipmi_request_settime.c | 62bdfb7ef4c6c37b06c65f5a4738cc485a8f22ab | [] | 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,725 | 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 |
9a6a3d892ce145490947ea922f32841d9162d5d7 | 5174df5032e16c09c68fb673bdcd20153b08ec2a | /mcu/common/interface/service/nvram/nas_nvram_def.h | 0069ad01c97809ea8cc0acc4121795ce7f9522bd | [] | no_license | junkyard-2327/TK_MD_BASIC_MOLY.LR12A.R2.MP.V130.4 | 63c19463d08bb4dfc773db9f652da340679e69eb | aec0f9f0499e8f7e97eab71c1337d2d73409122c | refs/heads/master | 2022-12-30T20:34:31.706552 | 2020-10-09T04:31:21 | 2020-10-09T04:31:21 | 301,932,174 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,560 | h | /*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contained
* herein is confidential. The software may not be copied and the information
* contained herein may not be used o... | [
"null"
] | null |
98f19a8858b12a98ede6fb89af5fee8406d1bffe | 70c2645aab2d095e71ad7b891361566cfe0cb6da | /VulnDB/FileSamples/wireshark/CVE-2018-7421/CVE-2018-7421_CWE-835_656812ee1f2a8ddfd383b02a066e888f5919e17a_packet-dmp.c_2.1_OLD.c | 65610aed096b28231f742f485bfe911453e9a83d | [] | no_license | Raymiii/SCVDT | ee43c39720780e52d3de252c211fa5a7b4bd6dc2 | 0a30f2e59f45168407cb520e16479d53d7a8845b | refs/heads/main | 2023-05-30T20:00:52.723562 | 2021-06-21T05:24:20 | 2021-06-21T05:24:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 193,960 | c | /* packet-dmp.c
*
* Routines for STANAG 4406 Direct Message Profile packet disassembly.
* A protocol for optimised transfer of time-critical short messages
* for use with a reliable bearer service. Checksum and retransmission
* mechanisms are activated when using unreliable bearer services.
*
* Copyright 2006, ... | [
"jiangchang@jiangchangdeMacBook-Pro.local"
] | jiangchang@jiangchangdeMacBook-Pro.local |
82d35074961993ec8236182698a9483e94aed7fc | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/include/linux/platform_data/leds-lm355x.h | b88724bb0b46086e7c650337d9cf58a812a2e3a3 | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | OLIMEX/DIY-LAPTOP | ae82f4ee79c641d9aee444db9a75f3f6709afa92 | a3fafd1309135650bab27f5eafc0c32bc3ca74ee | refs/heads/rel3 | 2023-08-04T01:54:19.483792 | 2023-04-03T07:18:12 | 2023-04-03T07:18:12 | 80,094,055 | 507 | 92 | Apache-2.0 | 2023-04-03T07:05:59 | 2017-01-26T07:25:50 | C | UTF-8 | C | false | false | 1,461 | h | /*
* Copyright (C) 2012 Texas Instruments
*
* License Terms: GNU General Public License v2
*
* Simple driver for Texas Instruments LM355x LED driver chip
*
* Author: G.Shark Jeong <gshark.jeong@gmail.com>
* Daniel Jeong <daniel.jeong@ti.com>
*/
#define LM355x_NAME "leds-lm355x"
#define LM3554_NAME "le... | [
"gamishev@gmail.com"
] | gamishev@gmail.com |
916863c6cb3448f0b0fe4e86dacd07bff16de61c | eef3a9618adf7ff9b3efa1eafdab71b767e7e2e6 | /032_load_devpath_1/efi.h | 9a32c97ca435dfdaec586898dce409a3dc263045 | [] | no_license | eos33/uefi_bare_metal_programming_part2_samples | 11c1dc463a249188c2acbf063624397b4f4908cc | 3069395e5a8a8b0b8676673d3d6bf1516da22d56 | refs/heads/master | 2021-12-22T12:47:34.293535 | 2017-10-14T06:35:08 | 2017-10-14T06:35:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,665 | h | #ifndef _EFI_H_
#define _EFI_H_
#define EFI_FILE_MODE_READ 0x0000000000000001
#define EFI_FILE_MODE_WRITE 0x0000000000000002
#define EFI_FILE_MODE_CREATE 0x8000000000000000
#define EFI_FILE_READ_ONLY 0x0000000000000001
//*******************************************************
// Attributes
//************************... | [
"yuma@ohgami.jp"
] | yuma@ohgami.jp |
30526e2285fc957b202771e8d19602e12bc18761 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /lib/newlib-4.1.0/newlib/libc/unix/pread.c | 61daac3b473473ba46610d81cea0f109073e23e9 | [
"GPL-2.0-only",
"LicenseRef-scancode-nilsson-historical",
"LicenseRef-scancode-delorie-historical",
"GPL-1.0-or-later",
"BSD-2-Clause-Views",
"LicenseRef-scancode-amd-historical",
"SunPro",
"GCC-exception-2.0",
"LicenseRef-scancode-gcc-compiler-exception-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"... | 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,753 | c | #ifndef _NO_PREAD
/*
FUNCTION
<<pread>>---read a file from specified position
INDEX
pread
INDEX
_pread_r
SYNOPSIS
#include <unistd.h>
ssize_t pread(int <[fd]>, void *<[buf]>, size_t <[n]>, off_t <[off]>);
ssize_t _pread_r(struct _reent *<[rptr]>, int <[fd]>,
void *<[buf]>, size_t <[n]>,... | [
"rink@rink.nu"
] | rink@rink.nu |
f90784e8f910579a891e3e046042879c1206ca64 | 1c9e7fc88cfa201bcb5010ce33e42c3866ea586f | /ganglia/amd64/ganglia-3.1.2/include/ganglia.h | 1c8fa86b99082f641ca9d7a0e48cbc9fc48b9825 | [
"MIT-Modern-Variant"
] | permissive | colama/colama-3rdparty-tools | d609fc70105574000a524f8123ce54be098853be | 90e273069901a90d94f5b611e7e0c97b7eb02e2d | refs/heads/master | 2021-01-19T08:53:00.586246 | 2012-03-07T09:56:10 | 2012-03-07T09:56:10 | 3,647,606 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,246 | h | #ifndef GANGLIA_H
#define GANGLIA_H 1
#include <rpc/rpc.h>
#include "gm_msg.h"
#ifndef GM_PROTOCOL_GUARD
#include "gm_protocol.h"
#endif
#define SPOOF "SPOOF"
#define SPOOF_HOST SPOOF"_HOST"
#define SPOOF_HEARTBEAT SPOOF"_HEARTBEAT"
#define SPOOF_NAME SPOOF"_NAME"
enum ganglia_slope {
GANGLIA_SLOPE_ZERO = 0,
G... | [
"aashiesh.advall@coriolis.co.in"
] | aashiesh.advall@coriolis.co.in |
53659737666ba5543d0d5fd8c3203fcb98b7dac9 | e8302c75d770d1608b317d6af5c483bbad6c0493 | /tests/bluetooth/host/id/mocks/crypto.h | be2905d0662dcb4709271146e41e3434e8b13a4f | [
"Apache-2.0"
] | permissive | intel/zephyr | 819362089aa44ae378a5558f3b222197aaa811f7 | 06d5bc51b580777079bb0b7e769e4127598ea5ee | refs/heads/main | 2023-09-04T00:20:35.217393 | 2023-02-16T11:27:40 | 2023-02-16T14:59:16 | 65,052,293 | 32 | 32 | Apache-2.0 | 2022-04-05T17:14:07 | 2016-08-05T22:14:50 | C | UTF-8 | C | false | false | 300 | h | /*
* Copyright (c) 2022 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#include <zephyr/fff.h>
#include <zephyr/kernel.h>
/* List of fakes used by this unit tester */
#define CRYPTO_FFF_FAKES_LIST(FAKE) FAKE(bt_rand)
DECLARE_FAKE_VALUE_FUNC(int, bt_rand, void *, size_t);
| [
"carles.cufi@nordicsemi.no"
] | carles.cufi@nordicsemi.no |
26d59cbe92a0cb55599ac06557817c62f522b69b | fb045d427221c70847c8e1d6a0b8c83c3ac4ff7b | /openldap/servers/slapd/back-sock/result.c | 84ead18cfee7002b6dbc81a1d825311e331e5d36 | [
"Apache-2.0",
"OLDAP-2.8",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-4.3RENO"
] | permissive | kenferrara/pbis-open | bc5e6d2272e90805dedadd6e59561848bf6af423 | 690c325d947b2bf6fb3032f9d660e41b94aea4be | refs/heads/master | 2022-04-24T04:30:45.406516 | 2020-04-29T15:28:56 | 2020-04-29T15:28:56 | 259,964,962 | 0 | 0 | Apache-2.0 | 2020-04-29T15:28:57 | 2020-04-29T15:28:20 | null | UTF-8 | C | false | false | 3,609 | c | /* result.c - sock backend result reading function */
/* $OpenLDAP: pkg/ldap/servers/slapd/back-sock/result.c,v 1.3.2.3 2009/01/22 00:01:10 kurt Exp $ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 2007-2009 The OpenLDAP Foundation.
* All rights reserved.
*
* Redistribution ... | [
"bkoropoff@9fc1c11e-11b2-4e14-94d8-6c5e05775969"
] | bkoropoff@9fc1c11e-11b2-4e14-94d8-6c5e05775969 |
f2183e56f81f72fd3acc924b34935f304dcad7d6 | 29634df6f91bebf5143e6a5a1a8fd441ab238a73 | /codegen/mex/RefField/RefField_initialize.c | 1bb0b9d746a8a63a3ef9b9dbc441de3091c24711 | [] | no_license | renaudino/Image_Saved_in_Output | ff010c5e43c3113ce4620f21c9882fcd0a981340 | dbc6f082b3a1af8b607d122335c830a77f2150c0 | refs/heads/master | 2021-05-08T05:57:35.733446 | 2017-10-11T10:35:17 | 2017-10-11T10:35:17 | 106,540,679 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,725 | c | /*
* RefField_initialize.c
*
* Code generation for function 'RefField_initialize'
*
*/
/* Include files */
#include "rt_nonfinite.h"
#include "RefField.h"
#include "RefField_initialize.h"
#include "RefField_emxutil.h"
#include "_coder_RefField_mex.h"
#include "RefField_data.h"
/* Named Constants */
#define b_K ... | [
"olivier.renaudin@ait.ac.at"
] | olivier.renaudin@ait.ac.at |
6b163ec971b14f11264c1fef5f93474050f26a2e | ed359cbf0d229daa4fe234b5fc2123913662181e | /UefiCpuPkg/Library/BaseRiscV64CpuTimerLib/CpuTimerLib.c | 27d7276aaa8a5bc9d07c7880244c664a3ee23b10 | [
"DOC",
"Zlib",
"BSD-3-Clause",
"FreeBSD-DOC",
"Python-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"BSD-2-Clause-Patent",
"MIT",
"LicenseRef-scancode-dco-1.1",
"LicenseRef-scancode-unknown"
] | permissive | system76/edk2 | 8ce23c74feaf9bdb3ce4d03af3eb521625324615 | 1a39bdf2c53858ebb39e6de1362203c65c163c63 | refs/heads/master | 2023-07-06T13:21:54.865251 | 2023-06-02T05:04:20 | 2023-06-27T18:20:06 | 171,368,339 | 0 | 0 | BSD-2-Clause | 2019-02-18T22:57:01 | 2019-02-18T22:57:00 | null | UTF-8 | C | false | false | 4,921 | c | /** @file
RISC-V instance of Timer Library.
Copyright (c) 2016 - 2022, Hewlett Packard Enterprise Development LP. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <Uefi.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>
#include <Library/PcdLib.h>
#inc... | [
"37929162+mergify[bot]@users.noreply.github.com"
] | 37929162+mergify[bot]@users.noreply.github.com |
39414e854158078b2af38bd869e2b8f57023711c | 810ff30662ef6ceb2d8a60b62bb9f3e6b565e466 | /code-network/igwb/com/r98_760/asn1_r98_unix/CDRF_2GCDR_Fin.c | 5429930c243ff31e43c7ad5503352a7ba419fdbf | [] | no_license | y35777/abcd | 9e551d26a0c9128e3f02f61bd2f9c24415a4df67 | 77d71ae93103cbf39c1a77148367de0f21860bc4 | refs/heads/main | 2023-05-28T12:26:02.436874 | 2021-06-06T13:01:50 | 2021-06-06T13:01:50 | 361,348,921 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 316,895 | c | /********************************************************/
/* Copyright (C) 2003 OSS Nokalva. All rights reserved.*/
/********************************************************/
/* THIS FILE IS PROPRIETARY MATERIAL OF OSS NOKALVA
* AND MAY BE USED ONLY BY DIRECT LICENSEES OF OSS NOKALVA.
* THIS FILE MAY NOT BE DISTRI... | [
"y35777@163.com"
] | y35777@163.com |
691a255d8d6e86bf46ff44db9293a5809ff235f5 | 1fd0835f7406efd8b784d8a78df577fbdf4d0457 | /deps/mruby/mrbgems/mruby-metaprog/src/metaprog.c | 25c153ceef8101a70b919328e6106d780853c39f | [
"MIT"
] | permissive | jfoote/h2o | bd6237fdff904920154d71a726a9fffa88f62abe | 4f4c9354e9f0f99a6578cea8411131e597247357 | refs/heads/master | 2021-07-14T22:26:03.597079 | 2020-06-16T13:25:25 | 2020-06-16T13:25:25 | 272,713,364 | 1 | 0 | MIT | 2020-06-16T13:19:37 | 2020-06-16T13:19:36 | null | UTF-8 | C | false | false | 19,347 | c | #include "mruby.h"
#include "mruby/array.h"
#include "mruby/hash.h"
#include "mruby/variable.h"
#include "mruby/proc.h"
#include "mruby/class.h"
#include "mruby/string.h"
typedef enum {
NOEX_PUBLIC = 0x00,
NOEX_NOSUPER = 0x01,
NOEX_PRIVATE = 0x02,
NOEX_PROTECTED = 0x04,
NOEX_MASK = 0x06,
NOEX_B... | [
"i.nagata110@gmail.com"
] | i.nagata110@gmail.com |
f50426420c716647a58c3d0aa83da8c94d4b4555 | 6ac9424e29abea4aeb80370d0c47b394218e6c57 | /config.def.h | 68a48af2e67b7cd73404b9dd846f24e666154dd4 | [
"MIT"
] | permissive | ULUdev/dmenu | 7e32357223b3b5e0c9ac27a9a298f394b48ba662 | 85210c0db068d33ee5decff7875d18a5282355ce | refs/heads/master | 2023-06-19T05:19:43.893350 | 2021-07-18T09:12:18 | 2021-07-18T09:12:18 | 387,134,203 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,046 | h | /* See LICENSE file for copyright and license details. */
/* Default settings; can be overriden by command line. */
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
static int colorprompt = 1; /* -p option; if 1, prompt uses SchemeSel, otherwise SchemeNorm... | [
"moritz@sokoll.com"
] | moritz@sokoll.com |
1b21331a619ca85446d8208a1069b68cb82ce2e4 | 9af28033446b3203c3fcaaf64aae6813ba0886ce | /pointers_are_fun/4-reverse_string.c | e72a88037f767101839e2ac9d9032d374e68db3a | [] | no_license | nbveroczi/holbertonschool-low_level_programming | d2db75ed7cf63810fa559b7573c6500c08b3064e | 3a47dd53236ed3692f3a7313f35d35c719aad6d4 | refs/heads/master | 2021-01-21T13:40:31.429839 | 2016-05-17T07:00:04 | 2016-05-17T07:00:04 | 50,809,394 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 413 | c | #include "4-reverse_string.h"
/* This is a function that reverses a string. */
void reverse_string(char *s)
{
/* find the length of the string */
int len;
len = 0;
while (s[len] != '\0')
{
(s[len++]);
}
return;
char str;
int store;
int i;
for (i = 0; i < (len/2); i++)
{
stor... | [
"nbveroczi@Naomis-MacBook-Pro.local"
] | nbveroczi@Naomis-MacBook-Pro.local |
9e31384eef3c973e3252bf45b6c6f856b351f66e | 6f94e7ad17a021d2253887a791de50314b006dd5 | /mycat.c | ec9fc22e83ff8295aacdf806ca9ce28ec8577823 | [] | no_license | Daniel9710/HW2 | 13cee6d5f8fb65aaddecf28a7255d1030d8174f7 | 1589a5df02ae4c40492b81a5a283f14040be9e49 | refs/heads/master | 2023-06-11T11:41:46.531123 | 2021-07-07T14:09:59 | 2021-07-07T14:09:59 | 383,736,681 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 502 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#define BUF_SIZE 1024
int main(int argc, char *argv[]) {
int fd; //file descripter
char buf[BUF_SIZE]; //read buffer
if (argc != 2) { //argc,argv error check
printf("cat: argc error\n");
exit(1);
}
printf("********** read %s sta... | [
"dlsgur9710@naver.com"
] | dlsgur9710@naver.com |
056b40ef39707ac22468ea417472f8e77d75eee7 | d65f1415219351149d38b124f467567aafe9ebc9 | /src/menu-simplesmente.c | 635ed3270b3498546561c621661399b9408746be | [] | no_license | sShayron/lista-lib | 8568b151ecf596a21798c5aa4eaf50d4a13c9c07 | 5b6468ba207b6da8a23ee18c63e76019e3cd4de3 | refs/heads/master | 2021-01-22T22:08:49.478572 | 2017-05-06T22:57:50 | 2017-05-06T22:57:50 | 85,511,710 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 740 | c | int MENU = 0; // Opção do menu
// Opções do menu
int escolha_menu()
{
printf("\n\n");
printf(" Lista \n");
printf("--------------------------\n");
printf(" 1 - Iniciar nova Lista \n");
printf(" 2 - Inserir elemento apos do iterador \n");
printf(" 3 - Inserir elemento antes o iterador \n");
... | [
"shayron.aguiar@gmail.com"
] | shayron.aguiar@gmail.com |
3cef798bc0cd28ff60dea409e533b47973b50c62 | 84820b99f9aac8db875299097e520b344fdbba40 | /1701触摸板/1701_2021.3.12/Hardware/Timer/timer.h | 6c52bc1c752b307f2813a88664f2d5356d903770 | [] | no_license | yatt122496/Touch-Program | 332c087ac067fcbd497a5701f161060dae1bcc78 | ebde3793f1d5443359efcb865ef93b158dceaac8 | refs/heads/master | 2023-05-13T01:18:35.994384 | 2021-06-05T01:46:28 | 2021-06-05T01:46:28 | 373,997,861 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 83 | h | #ifndef TIMER_H
#define TIMER_H
#include "Config.h"
void Timer_Init(void);
#endif | [
"1254452743@qq.com"
] | 1254452743@qq.com |
24ff4be6fa86b6511eb48b7149288b6db10abe69 | c4afbfe1885e8d0c7a1c8b928563f7bb8ab6a683 | /GreenDemonstrator/src/DMI/Generated_Code/C_int_to_DMI_Train_Running_Number_DATA_Packets_Bothways.h | 5295e603aa767a932ea507a888aa533039c807b2 | [] | 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 | 1,417 | h | /* $*************** KCG Version 6.1.3 (build i6) ****************
** Command: s2c613 -config S:/model/Scade/System/OBU_PreIntegrations/Testbench_Integration/TCP_DMI_Standalone\kcg_s2c_config.txt
** Generation date: 2015-12-01T12:07:43
*************************************************************$ */
#ifndef _C_int_to_D... | [
"info@stefankarg-it.de"
] | info@stefankarg-it.de |
1592f88d04f5511474adc836edd0e33d4bae36ff | 75238ed1c11efef7d4cec2f991d8e4950ce3f49d | /Shared Memory without Interrupt/kvmtool changes/pci-shmem.h | 6da51580c8d1868ffd45e80511cb5267410c4dd6 | [] | no_license | DivyaChari/virtualization-interVM_comm | 2aefcdc8c98f135e47a17558a231e55a6f4c68e7 | 38cf0a0d0a46ab3748941243ea1708eb7d1b8a0d | refs/heads/master | 2020-03-25T21:57:31.615044 | 2018-08-09T19:53:50 | 2018-08-09T19:53:50 | 144,197,357 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 786 | h | #ifndef KVM__PCI_SHMEM_H
#define KVM__PCI_SHMEM_H
#include <linux/types.h>
#include <linux/list.h>
#include "kvm/parse-options.h"
#define SHMEM_DEFAULT_SIZE (16 << MB_SHIFT)
#define SHMEM_DEFAULT_ADDR (0xc8000000)
#define SHMEM_DEFAULT_HANDLE "kvm_shmem" /*modified: got rid of the leading '/' */
struct kvm;
struct... | [
"divya.ramanujachari@gmail.com"
] | divya.ramanujachari@gmail.com |
6f63c894563e45ec85859ef04e822c513befc8b4 | 7d92bf1f6f35da7a599f49081e9b6942868d7536 | /Workspace01/Lab1.cydsn/Generated_Source/PSoC4/cypins.h | 44da8ff2e771666377884186cc4abbfd0dc92d7b | [] | no_license | BogdanDidukh2003/microcontrollers-part2 | 47e5d2f5197ccb1b8e4a6b817060de475bd343e3 | 1a42b443bdf97f50de055f4f2906a2efa0c5ee49 | refs/heads/main | 2023-03-16T07:16:04.138732 | 2020-12-24T07:00:37 | 2020-12-24T07:00:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,346 | h | /*******************************************************************************
* \file cypins.h
* \version 5.90
*
* \brief This file contains the function prototypes and constants used for
* port/pin in access and control.
*
* \note Documentation of the API's in this file is located in the System
* Reference ... | [
"shine.at.dusk@gmail.com"
] | shine.at.dusk@gmail.com |
d3d17aad733f97ef09a0af411d5863e767b26068 | 9ef741cf37257dc4946a9852e9500b30764c531a | /Script/src/ScrDataVal.c | a9e056c021cf0178ee6f7a9341fdb77c1331e5f1 | [
"MIT"
] | permissive | mtxavier/C_Tools | 493ca4bdae6decb3a2f79345ea2e01ac824218bb | 7e6293e6c682890f8721af765a54308e660b6fda | refs/heads/master | 2021-01-19T22:04:47.312533 | 2017-04-22T22:18:01 | 2017-04-22T22:18:01 | 88,746,343 | 0 | 0 | null | 2017-04-19T13:28:53 | 2017-04-19T13:06:47 | C | UTF-8 | C | false | false | 8,361 | c | /* Fondement Michtam
* Copyright (C) 2011 Xavier Lacroix
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
... | [
"xavier.lacroix1@free.fr"
] | xavier.lacroix1@free.fr |
4e42a049ae25e0473ef15b384f504ef90317cf69 | 4fb2940150e1279168ee69c71e7cffd96e2f6920 | /drivers/gpu/pvr/sgx544defs.h | 751f0ea1995c1f510381c7cc47472a5cdec9dd28 | [] | no_license | mhrsolanki2020/Dhollmen_Kernel | 740d33825301dd191cc6243f5fc7ef9cb67ed3fb | c144e86a40e514c21c28621ba43f37fae8f1c0d1 | refs/heads/master | 2021-01-18T20:17:29.719478 | 2014-04-15T00:16:49 | 2014-04-15T00:16:49 | 19,468,965 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 72,667 | h | /**********************************************************************
*
* Copyright (C) Imagination Technologies Ltd. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by ... | [
"usuario@localhost.localdomain"
] | usuario@localhost.localdomain |
190b338e336231165eb3b7b80bfceadf1859bad7 | 1cc48e59acf3c330451f478de1e2608edca16847 | /newtonSquared.c | b658223d5a08ce814df19ef84e2d8d1c942de9a0 | [] | no_license | cwsehn/ProgramInC | 586a5b49c28bd64f7a9319a1888962a6da2e6aea | 4e1522b25e480b0d5fc4f6db5ce612a2cf4fdfb1 | refs/heads/master | 2021-05-14T13:46:36.405959 | 2018-01-02T00:01:04 | 2018-01-02T00:01:04 | 115,956,300 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,627 | c | /* **********
Program 8.8 Programming in C
Newton-Raphson Square Root
***** */
#include <stdio.h>
float absoluteValue(float x)
{
if (x < 0)
x = -x;
return x;
}
float squareRoot(float x)
{
/* a long double guess variable seems to be the secret to
allowing for la... | [
"cwsehn@gmail.com"
] | cwsehn@gmail.com |
b89e9e4ecc91b7c160ef01ef68dc0ede5bd93a5d | 276308746ea1c39d600eb2634c7a37e1c613624d | /Aladdin/Classes/Common/Macros/ApiMacros.h | 9bf5a8edbf76c0fcc6848517374417efaa89de42 | [] | no_license | luo901211/Aladdin | 3435054049aa97675f912230eb958df46f538100 | b22cab20e75334cb33bc44c9ebbba9e27a4f8a7e | refs/heads/master | 2021-01-19T08:50:38.496341 | 2017-08-15T19:28:24 | 2017-08-15T19:28:24 | 86,682,851 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,496 | h | //
// ApiMacros.h
// Aladdin
//
// Created by luo on 2017/4/7.
// Copyright © 2017年 wenqi. All rights reserved.
//
#ifndef ApiMacros_h
#define ApiMacros_h
//#define SERVER_HOST @"http://api.phpdog.me"
#define SERVER_HOST @"http://api.aladingtax.com"
#define API_PAGE_SIZE 20
/**********************************... | [
"334974118@qq.com"
] | 334974118@qq.com |
93e993d2cfdd9a1fbb8188064a08b0ae06bf0089 | 1a81861af73b305fe2e551646ca66e67f4bde460 | /PROGRAM/DIALOGS/lucien bescanceny_dialog.c | 1a15ba5462f21e2314be65c71912d8836232dbc3 | [] | no_license | q4a/new-horizons-old | f810a29192efd635a924f1b9004a849b40e9fe20 | 538f46734cf1211e18b8ab265803163c4352b805 | refs/heads/master | 2022-11-05T06:41:45.855483 | 2016-09-13T18:35:42 | 2016-09-13T18:35:42 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C | false | false | 4,141 | c | //#include "DIALOGS\lucien bescanceny_dialog.h"
// object Dialog; declared in dialog.c
// ref NPChar; declared in dialog.c
//#include "Dialogs\blaze_dialog_defines.c"
void ProcessDialogEvent()
{
ref NPChar;
DeleteAttribute(&Dialog,"Links");
aref Link, NextDiag;
makeref(NPChar,CharacterRef);
makeare... | [
"pieter_boelen@planet.nl"
] | pieter_boelen@planet.nl |
830e30cba4f2470c8cd210a448fd0c191e056288 | d4e96aa48ddff651558a3fe2212ebb3a3afe5ac3 | /Modules/ThirdParty/HDF5/src/itkhdf5/hl/src/H5IMprivate.h | b5f39cfe8d5a9626d42d97e737feaed4980e81ec | [
"SMLNJ",
"BSD-3-Clause",
"LicenseRef-scancode-free-unknown",
"LicenseRef-scancode-mit-old-style",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer",
"NTP",
"IJG",
"GPL-1.0-or-later",
"libtiff",
"BSD-4.3TAHOE",
"... | permissive | nalinimsingh/ITK_4D | 18e8929672df64df58a6446f047e6ec04d3c2616 | 95a2eacaeaffe572889832ef0894239f89e3f303 | refs/heads/master | 2020-03-17T18:58:50.953317 | 2018-10-01T20:46:43 | 2018-10-01T21:21:01 | 133,841,430 | 0 | 0 | Apache-2.0 | 2018-05-17T16:34:54 | 2018-05-17T16:34:53 | null | UTF-8 | C | false | false | 1,704 | h | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
... | [
"ruizhi@csail.mit.edu"
] | ruizhi@csail.mit.edu |
240f0a170863e2a74d89253b21649fd888ad421f | 1ad4dd5261a185f3cf92d7fd3226de28679747c5 | /kernel/drivers/auxdisplay/panel.c | 6911acd896d935946b3c805d07c88bc03bf41918 | [
"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 | 47,892 | c | /*
* Front panel driver for Linux
* Copyright (C) 2000-2008, Willy Tarreau <w@1wt.eu>
* Copyright (C) 2016-2017 Glider bvba
*
* 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 versio... | [
"spark720@gatech.edu"
] | spark720@gatech.edu |
b97c7a7f685df4d6af5bed75e642255e0bd1ab38 | 950c37fd032501b39c20e066cf4db29b84f15d0e | /Examples/Basic/atlas-3.8.4/src/blas/level3/kernel/ATL_syr2k_N.c | 13ed8a2ce241ecd742d763a230de1e667d43902c | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | onenoc/QuantSoftwareToolkit | 83581c0f895f4a2526fb3929f652eba39d713b37 | 37015eb9ef137824c0bbf92cd8b7b511d718d613 | refs/heads/master | 2021-01-15T22:52:42.314981 | 2014-08-19T23:26:24 | 2014-08-19T23:26:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,939 | c | /*
* Automatically Tuned Linear Algebra Software v3.8.4
* (C) Copyright 1997 R. Clint Whaley
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code ... | [
"ubuntu@bigmachine.novalocal"
] | ubuntu@bigmachine.novalocal |
e2c0515d7bd7b6d7a2e308a03b1b66323383a621 | c8b971ec1ab72930538d5e03703521f6b5314c04 | /libminic/unistd/mmap2.c | fc56cad16c4418ee77f4c3266f1b69f2fe0342a2 | [
"BSD-3-Clause",
"Zlib"
] | permissive | edgarigl/tbm | 8197cfc3e139e7499bf3b77b168e9c2c438eebf8 | 77d0cc121c47431d6f716ea924f30a53c135f8cd | refs/heads/master | 2023-01-23T07:20:34.014906 | 2023-01-17T17:16:53 | 2023-01-17T17:17:57 | 41,034,414 | 19 | 7 | NOASSERTION | 2020-07-27T20:21:53 | 2015-08-19T13:09:05 | C | UTF-8 | C | false | false | 588 | c | #include <stddef.h>
#include <unistd.h>
void * mmap2(void *addr, size_t length, int prot, int flags,
int fd, unsigned long offset)
{
#ifdef __cris__
register void *r asm("r10");
asm ("move.d [$sp], $r9\n"
"move $r9, $mof\n"
"subq 4, $sp\n"
"move $srp, $r9\n"
"move.d $r9, [$sp]\n"
... | [
"edgar.iglesias@xilinx.com"
] | edgar.iglesias@xilinx.com |
4b86d8398e659a6429eb094fb17a6854f3ef97ad | d632a03d15f29418550037f0c13d33fcb94d81ab | /Src/List/TaskList.c | b2bafde314c81f6fdfa8dfe2a5878ff552f1b14b | [] | no_license | Fasten90/FastenHomeAut | 4419c1cd439976df1a0f62919186d6c0d8121583 | b30d5456b6a638f7cc8bb447565957832cdc4309 | refs/heads/develop | 2023-04-27T21:09:52.709222 | 2023-01-14T21:13:34 | 2023-01-14T21:13:34 | 185,872,150 | 0 | 0 | null | 2023-01-14T21:13:35 | 2019-05-09T21:10:10 | C | UTF-8 | C | false | false | 22,852 | c | /*
* TaskList.c
* Created on: 2017-02-02
* Author: Vizi Gabor
* E-mail: vizi.gabor90@gmail.com
* Function: Task list
* Target: STM32Fx
*/
/*------------------------------------------------------------------------------
* Header files
*------------------------------... | [
"fasten90@gmail.com"
] | fasten90@gmail.com |
4910c03bdff618b84dc320d689353767543bb945 | 884b56d5a4fe63a6ecfd5b6913bbeececbfd02b9 | /Drivers/BSP/Components/is42s16800j/is42s16800j.c | 64e2c51d62a6e7678c2109c2fbf11f92da1a1b42 | [] | no_license | irsural/lwipbuf | eb7a8df9b0b76d4bc923f94c9ee9b3a853927af7 | 44537e96e74560f67162c0e93f776bfb5404f3eb | refs/heads/master | 2023-07-09T14:27:19.308353 | 2021-08-13T08:52:02 | 2021-08-13T08:52:02 | 359,787,727 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,297 | c | /**
******************************************************************************
* @file is42s16800j.c
* @author MCD Application Team
* @brief is42s16800j sdram 8MBx16 driver file
*************************************************************************... | [
"totalboy@outlook.com"
] | totalboy@outlook.com |
cdaeb69e1a4165fa817ede2adeac797b8e2bf604 | 2e590ef886718e01d7ec58beff00a28d7aa9a366 | /source-code/matlab/fc/cspice-src-i686/cspice/sce2c.c | b7eea39aeb81e2f6fa47740b07ced9af74ed9e8c | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | adam-sweet/kepler-pipeline | 95a6cbc03dd39a8289b090fb85cdfc1eb5011fd9 | f58b21df2c82969d8bd3e26a269bd7f5b9a770e1 | refs/heads/master | 2022-06-07T21:22:33.110291 | 2020-05-06T01:12:08 | 2020-05-06T01:12:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,086 | c | /* sce2c.f -- translated by f2c (version 19980913).
You must link the resulting object file with the libraries:
-lf2c -lm (in that order)
*/
#include "f2c.h"
/* $Procedure SCE2C ( ET to continuous SCLK ticks ) */
/* Subroutine */ int sce2c_(integer *sc, doublereal *et, doublereal *sclkdp)
{
/* System g... | [
"Bill.Wohler@nasa.gov"
] | Bill.Wohler@nasa.gov |
253c883be11bf035760347a3efbc7dbcb1d127b5 | e7f9a827fcc675371aa726c49ce657a1e83ede97 | /repeat/1/equation.c | ff2dd52a8e27d94769a5e515b8de5dfb0ff72e9b | [] | no_license | Altahoma/boot-camp | 3d2ea722e07dab4a89c90ef7f8cc61e143593106 | 848b645fa11ea307e75f5dcd967d0d68b1de22b3 | refs/heads/master | 2020-05-19T19:54:53.366155 | 2019-05-06T12:33:51 | 2019-05-06T12:33:51 | 185,191,425 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 273 | c | #include <stdio.h>
int main() {
int discriminant;
scanf("%d", &discriminant);
if ( discriminant < 0 ) {
printf("0\n");
} else if ( discriminant > 0 ) {
printf("2\n");
} else {
printf("1\n");
}
return 0;
}
| [
"none"
] | none |
dbef4300540118d78283e93e52b2a374c9700d01 | 8d188031d12f2f01943c1a1200608dc09c558088 | /Basics/HighestLevelOfProgramming/HLOP__IN_C.c | e5ab3503d115fd90087348053a0a449f5b817cd5 | [] | no_license | Asthabarpete/DataStructuresAndAlgorithms | 6348bb30f30b231567fa627b1361009c5aa13b10 | e26cedb59325b57bf5ef56381598739c727dc50a | refs/heads/master | 2022-12-20T11:12:08.459164 | 2020-10-01T08:03:00 | 2020-10-01T08:03:00 | 300,196,409 | 0 | 0 | null | 2020-10-01T08:00:04 | 2020-10-01T08:00:03 | null | UTF-8 | C | false | false | 793 | c | #include <stdio.h>
#include <stdlib.h>
struct Rectangle
{
int length;
int breadth;
};
void initialize(struct Rectangle *R, int initLength, int initBreadth)
{
R->length = initLength;
R->breadth = initBreadth;
}
int area(struct Rectangle R)
{
return R.length * R.breadth;
}
void changeLength(struct... | [
"helloajaysingh1@gmail.com"
] | helloajaysingh1@gmail.com |
996bc1c739cbff0c19d1651fce4ab73276fcf811 | 1995008ae5f00afdd3b9240d4c58e92452aa1ecd | /ft_printf/Libft/ft_memcmp.c | 1d7fe89d9ccdbf99622e7d0b7dc7de0c4d6ea162 | [] | no_license | lapuya/42Cursus | 84afd03ed8a976d05e0cb48b6d9024b1f39aa13c | 1b437bafc03d98433baacf93690da22937a70f47 | refs/heads/master | 2023-07-29T04:43:12.001332 | 2021-09-06T14:01:27 | 2021-09-06T14:01:27 | 355,519,046 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,191 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memcmp.c :+: :+: :+: ... | [
"lapuya-p@c1r10s6.42madrid.com"
] | lapuya-p@c1r10s6.42madrid.com |
28399c587af6afc1b533ba081830bb3540793da4 | 8470fcd350eb7a37f2fafe392f4ee7c297a1137d | /MAIL/address.c | 85963087f4994d1a22f313e1abd3baa59d08b492 | [] | no_license | OS2World/APP-INTERNET-UUPC_extended | 2697ecc27830be1edf4ebe854f24c74094a8c5b6 | 7a77ea3db83833f736db7054e968ff4fe0298d32 | refs/heads/master | 2021-01-11T10:25:03.764740 | 2017-01-14T16:38:30 | 2017-01-14T16:38:30 | 78,952,224 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,122 | c | /*--------------------------------------------------------------------*/
/* a d d r e s s . c */
/* */
/* Address parsing routines for UUPC/extended */
/*--------------------------... | [
"martin@os2world.com"
] | martin@os2world.com |
1ce193ad75b5630731b5c18f1d3221ac564e79d7 | 68daa50e6bff563b9681a4c84c71d7de899f718f | /manual/unicos/src-groups/script/dist/is_unsupported_unicos.c | 8581f941eaae433ef56c3b522287c064e4933ea2 | [
"MIT"
] | permissive | Tikubonn/unico | c7594d0af13f8ca7019361fa735df1d23d4aa924 | c76de5309f8a3a6fda3110e463b7e9718ea530e3 | refs/heads/master | 2020-03-14T05:34:06.267611 | 2018-05-14T09:13:10 | 2018-05-14T09:13:10 | 131,467,195 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 118 | c | #include <unico.h>
#include <stddef.h>
int is_unsupported_unicos (size_t index, size_t end, unicos *uni){
return 0;
}
| [
"https://twitter.com/tikubonn"
] | https://twitter.com/tikubonn |
035255d8e5a4f6db4af39ea6db1bd00b439178ef | fed12daf37b906de410491c9e9e8e93c0a36309e | /Tiny/CGEN.C | 28f4d247e115dfa03f799d14374caf8beed3e239 | [] | no_license | ThorpZhang/Tinypluscompiler | 1b7716d8f5a46a6acc940d9bd9f4eddf3c912122 | 6f7d1e17ae42ef0c57818f132f0e7ba663d8b441 | refs/heads/master | 2020-04-26T08:31:39.853245 | 2019-03-02T09:36:17 | 2019-03-02T09:36:17 | 173,425,702 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 13,158 | c | /****************************************************/
/* File: cgen.c */
/* The code generator implementation */
/* for the TINY compiler */
/* (generates code for the TM machine) */
/* Compiler Construction: Principles and Prac... | [
"1104332138@qq.com"
] | 1104332138@qq.com |
d0e58f7e0b5320d797d7b71d22adb507be8f43bf | 34d0bad8a2849447925fef0c752406122baae3f2 | /ti_tools/linux_devkit/arm-arago-linux-gnueabi/usr/share/pygobject/2.0/defs/gappinfo.override | 414769b050e6977fc676e9929ba9b5bb53bde1c0 | [] | no_license | pamsimochen/hardwork | 5e05154fac35a0aacc0f8b64c21b2ca767fd4a3d | 1e0a4cafdd1722eb58c4261bad68e602352f2079 | refs/heads/master | 2021-09-07T22:44:16.620515 | 2018-03-02T09:48:40 | 2018-03-02T09:48:40 | 103,899,662 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,837 | override | /* -*- Mode: C; c-basic-offset: 4 -*-
* pygobject - Python bindings for GObject
* Copyright (C) 2008 Johan Dahlin
* Copyright (C) 2008 Gian Mario Tagliaretti
*
* gappinfo.override: module overrides for GInputStream
*
* This library is free software; you can redistribute it and/or
* modify it under the terms... | [
"82425509@qq.com"
] | 82425509@qq.com |
015396d804d2a586a2e54e50c9f7175d1426ff8d | d56dd9176f09cac59d51b2fd06da33e1fa57818a | /src/017.Keyword/05.typedef03.c | f245a427231cf89307f9c62f089e264e55e716a4 | [] | no_license | hcar6/C_hjm | 605e5071fd2f0f40187752d398c6ec7507f5f1ef | 875e5c483ebe092ea5f379f72c200323596b5e15 | refs/heads/master | 2023-05-31T21:45:33.426408 | 2021-06-20T11:20:37 | 2021-06-20T11:20:37 | 363,324,183 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 339 | c | #include<stdio.h>
int add(int a, int b){return a + b; }
typedef int CAL_TYPE;
typedef int (*Padd)(int, int);
typedef int Arrays[10];
int main(){
CAL_TYPE a = 10;
Arrays arr = {1, 2, 3, 4, 5, 6, 7, 8, 9, 0};
Padd ptr = add;
printf("a : %d \n", a);
printf("arr[3] : %d \n", arr[3]);
printf("add(3, 5) : %d \n", ptr(3... | [
"hcar6@hanmail.net"
] | hcar6@hanmail.net |
4473fc339732ee90f4b739ec93337d1fefc2167c | 4eb7532079eb20f1836ef79bde359748a2a0fe80 | /kernel/mips/strsm_kernel_LT_8x8_msa.c | 0c61d3618168038bcb280154db95a853999dd4e2 | [
"BSD-3-Clause"
] | permissive | dpfoose/OpenBLAS | 62b2c58d075091c00715359a4baa1e557949e125 | a94f2b78482aea0fe826e61349bd857e3797f89f | refs/heads/develop | 2021-01-17T05:48:05.996652 | 2016-06-14T18:37:28 | 2016-06-14T18:37:28 | 61,146,756 | 0 | 0 | null | 2016-06-14T18:34:36 | 2016-06-14T18:34:36 | null | UTF-8 | C | false | false | 52,579 | c | /*******************************************************************************
Copyright (c) 2016, The OpenBLAS Project
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
1. Redistributions of source code ... | [
"kaustubh.raste@imgtec.com"
] | kaustubh.raste@imgtec.com |
1f9597b8de5c96b42bb3ba8af23051e3e34d50c2 | d8bef9e940bc3343e430ce0fe2f95b3a71c0fb89 | /2013II/lab03/caracter.c | 358086850bdf5f65d64f93e1cad52df4e7319b0f | [] | no_license | githubpdfs/fcc201 | bf1886ef992529dc92e9094140f74fe563f1f7cf | cd1d71e90f38efc48b0d91084a43a5b442f186da | refs/heads/master | 2022-02-27T08:41:38.995199 | 2014-07-14T19:15:41 | 2014-07-14T19:15:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 114 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
char c;
c = 'B';
printf("%c %c\n", c, c+32);
return 0;
}
| [
"cslucano@gmail.com"
] | cslucano@gmail.com |
19dc9ee5ec7c0514955fa7e2bc0c5af71bb3509d | 6a537340ac208ba7a7557a5e488300046679e4f6 | /jiffiDemo/jiffidemo.mod.c | 1125bee8c4b0d0e3949e29845a59ad9353148a4e | [] | no_license | yaswanth3610/LDD-200250330034 | 0ea7f4587d0eae10698c5105af54396d6bf875da | 1356ffe3d52e106ed802694aa1bcd214997e28a8 | refs/heads/main | 2023-01-21T11:28:49.011936 | 2020-12-01T07:01:39 | 2020-12-01T07:01:39 | 313,981,525 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 560 | c | #include <linux/build-salt.h>
#include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
BUILD_SALT;
MODULE_INFO(vermagic, VERMAGIC_STRING);
MODULE_INFO(name, KBUILD_MODNAME);
__visible struct module __this_module
__section(.gnu.linkonce.this_module) = {
.name = KBUILD_MODNAME,
.init = init_... | [
"yaswanthkrishna.g@gmai.com"
] | yaswanthkrishna.g@gmai.com |
1981c9387508eebb9fb8373074ca6bb10cf026da | 34d0bad8a2849447925fef0c752406122baae3f2 | /ipnc_rdk/ipnc_mcfw/mcfw/src_bios6/links_m3video/system/system_m3video_edma.c | aee91b513e4536e3996be8f2f166ca92164721fc | [] | no_license | pamsimochen/hardwork | 5e05154fac35a0aacc0f8b64c21b2ca767fd4a3d | 1e0a4cafdd1722eb58c4261bad68e602352f2079 | refs/heads/master | 2021-09-07T22:44:16.620515 | 2018-03-02T09:48:40 | 2018-03-02T09:48:40 | 103,899,662 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,222 | c | /** ==================================================================
* @file system_m3video_edma.c
*
* @path ipnc_mcfw/mcfw/src_bios6/links_m3video/system/ ... | [
"82425509@qq.com"
] | 82425509@qq.com |
6b004430cdaa0f04c8f2030f6198162035a49a02 | e0172b653a877378f63e9223c8e34b067288df11 | /MySQL-python-1.2.5/_mysql.c | 5b81c79d92d6e89b63767c2633fea527a141bc36 | [
"MIT",
"GPL-1.0-or-later",
"GPL-2.0-only"
] | permissive | Sioxas/python | 1410f74aa7590f311d2dcdf8fc6fc240ee5ca79f | 2ac94bd31f39219f4a8698286dfe8453a8a67947 | refs/heads/master | 2022-11-23T18:37:16.096239 | 2018-07-02T13:45:21 | 2018-07-02T13:45:21 | 137,771,445 | 1 | 1 | MIT | 2022-11-18T04:13:35 | 2018-06-18T15:37:50 | Python | UTF-8 | C | false | false | 81,541 | c | /*
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, or (at your option)
any later version. Alternatively, you may use the original license
reproduced below.
Copyright 1999 by Comstar... | [
"sioxas@qq.com"
] | sioxas@qq.com |
b2252237b29b43bb2f40aea23aa18434d9999e31 | 365948537695184621d6c247c1f7c297e90bcb35 | /MMSuperDownloader/MMDownloadStatus.h | f98384e67cbda8e19768cb571c0cbe9228181807 | [] | no_license | chenyongwei/MMSuperDownloader | 4881d8ae8784466322379967773f849d4eaa8c25 | 01508e2913884bc2b0bf780e4c3e76963aea887c | refs/heads/master | 2020-12-24T19:50:49.859728 | 2013-08-11T09:03:25 | 2013-08-11T09:03:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 360 | h | //
// MCDownloadStatus.h
// MCampusTeacher
//
// Created by Lanvige Jiang on 5/13/13.
// Copyright (c) 2013 Lanvige Jiang. All rights reserved.
//
typedef enum {
MMDownloadStatusReady,
MMDownloadStatusWaiting,
MMDownloadStatusDownloading,
MMDownloadStatusPause,
MMDownloadStatusFinished,
MM... | [
"lanvige@gmail.com"
] | lanvige@gmail.com |
4dbe79e71b3e3c76b6262a2efdd460038faefca2 | d458a76c71b4b5ecc7622cc8389f8b3c1b2a93b6 | /buzzer.h | 4cad15cb21287f3dadb7882216ef6aeb6b90838d | [] | no_license | co2meal/spboard | 2cd407491fce079df135795dfdf1aa7137579930 | 23abe3ea1f13a322aed83ac222a5eab0de93be71 | refs/heads/master | 2021-01-15T13:11:17.622828 | 2013-12-01T09:07:51 | 2013-12-01T09:07:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 34 | h | int Buzzer_Control(int a, int b);
| [
"201120984@localhost.(none)"
] | 201120984@localhost.(none) |
13895ebfdd2d5a87e0108dc5e2fc161eaa3b9418 | ed3dd61dfa9d35b9d27299d8806c1e902e49c84e | /include/vmsock.h | 5213e67584435cf289ebe518164169be9e8c1ddf | [
"Apache-2.0"
] | permissive | Xphobia/c-rest-engine | 2548aa8efb680f48e46323e1e4e1251295b172d5 | 8c66250b2382144c8f7f489f29d7d589e7316875 | refs/heads/master | 2023-06-24T16:48:50.490589 | 2021-07-17T05:05:04 | 2021-07-17T05:05:52 | 386,827,916 | 0 | 0 | NOASSERTION | 2021-07-17T03:41:28 | 2021-07-17T03:41:27 | null | UTF-8 | C | false | false | 12,302 | h | /* C-REST-Engine
*
* Copyright (c) 2017 VMware, Inc. All Rights Reserved.
*
* This product is licensed to you under the Apache 2.0 license (the "License").
* You may not use this product except in compliance with the Apache 2.0 License.
*
* This product may include a number of subcomponents with separate copyright
... | [
"kaushikk@vmware.com"
] | kaushikk@vmware.com |
13be26c93f3966305ebd63a45b20ab18b02b958c | 0f8f2c5e354eddf79cec7b104fd67d44cda2be1f | /inc/UAVCAN/uavcan/file/List_0_2.h | 85751ef48598e4594bd64f43c45cd8c86e7d5788 | [
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | dd-rrc-ps/RDDRONE-BMS772 | 2f5a0d8b3c6c361cd4f8b10d0d3d22f909a7fc19 | 98ff840be703be50ddb9a69b82b929c58534eede | refs/heads/main | 2023-07-31T14:11:59.923008 | 2021-09-09T07:41:04 | 2021-09-09T07:41:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,472 | h | /*
*
* BSD 3-Clause License
*
* Copyright 2020-2021 NXP
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* list of condi... | [
"cis.van.mierlo@nxp.com"
] | cis.van.mierlo@nxp.com |
8ce71fff6a8785ca99afc471396e26509fc88bf8 | 964762adf3fbd6e7267fdf6f8870df530eb227be | /psl1ght/libs/libefb/source/lowlevel.c | 6bb87e490abb10b88fb1d63451e1f71e31580654 | [] | no_license | lousyphreak/PSL1GHT | bb34447ff08bfd3a45e120f3285cd7ce0098d61e | 9b77d6c3585cc326f3fde64049db7af0f83c1316 | refs/heads/master | 2021-01-18T06:36:05.000297 | 2010-11-21T21:48:16 | 2010-11-21T21:48:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,213 | c | #include "spu.bin.h"
#include "efb_intern.h"
#include <efb/efb.h>
#include <psl1ght/lv2/spu.h>
#include <lv2/spu.h>
#include <stdio.h>
#include <malloc.h>
#include <string.h>
void spuWrite(u32 spu,u32 val)
{
lv2SpuRawWriteProblemStorage(spu,SPU_In_MBox,val );
}
u32 spuWriteVerify(u32 spu,u32 val)
{
spuWrite(spu,v... | [
"lousy@lousy.at"
] | lousy@lousy.at |
c4c8e0643c03e2ac7351ddc9e39b94f9600d491b | 8c30dbb5c69e925cb1736753290b878e00240828 | /scripts/c-like/2522.m.C | e0f3e07f5d6b4c5a42ff51b01e5c6996e5bbe8a9 | [] | no_license | ServUOX/UODEMO | d5764892e2629441e1399021247cc2fc105d21b8 | ba75015f9a635dab55be757c858e31695b6a3940 | refs/heads/master | 2023-03-29T17:29:34.518275 | 2016-12-12T03:06:39 | 2016-12-12T03:06:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 250 | c | // Real-C
#include "ENGINE.hpp"
#include "eat.h"
TRIGGER( creation )()
{
setObjVar(this, "I_am_food", 0x01);
setObjVar(this, "satiety", 0x02);
return(0x01);
}
TRIGGER( use )(obj user)
{
Q4NG(user, 0x09D7);
return(0x01);
} | [
"grimoric@hotmail.com"
] | grimoric@hotmail.com |
2d7e4d9f08a153d7ecf6d1119832804698972a53 | 4abe8fc662da65695debda390978489a10293e43 | /src/deprecated/task_main_db.c | e6c2fa39b157abbc15f566c9fbd8f452a553a714 | [
"MIT"
] | permissive | YuanYuLin/libiopctask | 84e2eddefabf6f89daad4c49032e1587e0e3abde | 21196bb731189e4922d39c34e86e59a67757d14e | refs/heads/master | 2022-04-10T12:54:43.911749 | 2020-03-31T08:40:12 | 2020-03-31T08:40:12 | 114,007,099 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,646 | c | #include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <errno.h>
#include <fcntl.h>
#include "ops_mq.h"
#include "ops_log.h"
#include "ops_task.h"
#include "ops_cmd.h"
#include "ops_db.h"
void* task_main_db_queue(void* ptr)
{
struct queue_msg_t queue_req;
struct queue_msg_t qu... | [
"yuanyu.lin@gmail.com"
] | yuanyu.lin@gmail.com |
d01df59d3936c429473438b370db00a0ac15d614 | 4deb87bb3113583b2607d3145c6480ded83e0eef | /graduate/CMSC691 - Introduction to Parallel Computing/Cell/PCP_example_code/AppendixC/acc_matrix/ppu_acc_matrix.c | e31fc48c9ba24654dd876853394036d7d856d472 | [] | no_license | pstrinkle/misc-umbc | 3f413788862a079d28b0304f13d5c734f9d7d17a | c4f735c27804f02317abaa839626613a94123d96 | refs/heads/master | 2021-01-17T08:37:33.746246 | 2017-01-22T02:47:50 | 2017-01-22T02:47:50 | 61,223,518 | 0 | 0 | null | 2017-01-22T02:47:51 | 2016-06-15T16:33:39 | Assembly | UTF-8 | C | false | false | 4,312 | c | #include <stdio.h>
#include <stdlib.h>
#include <alf.h>
#include "acc_matrix.h"
#define N 512
#define NUM_ACCEL 4
#define NUM_BLOCKS 64
int main() {
/* Name of SPU objects and functions */
char library_name[] = "spu_acc_matrix.so";
char spu_image_name[] = "spu_acc_matrix";
char kernel_func[] = "kernel";
... | [
"pstrink@gmail.com"
] | pstrink@gmail.com |
26693be423716147a23b537cb1764a4101448c01 | 897868d4960eee6e728597e4ec5576aa03064785 | /libecc/src/openldap/tests/progs/slapd-read.c | f90aa951b5526c3b5ba7821eb22a3fba4f345b4b | [
"MIT",
"OLDAP-2.8",
"BSD-4.3RENO",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | martell/ellcc | ab95d98c6023a23402a474044730db125349c843 | b144e161b5f70da528ae64329f27e4dfab489e5a | refs/heads/master | 2021-04-26T11:49:19.551929 | 2016-10-05T09:21:00 | 2016-10-05T09:21:00 | 70,063,491 | 2 | 1 | NOASSERTION | 2020-03-07T21:58:00 | 2016-10-05T13:32:53 | null | UTF-8 | C | false | false | 12,843 | c | /* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 1999-2016 The OpenLDAP Foundation.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted only as authorized by the OpenLDAP
* Public License.
... | [
"rich@ellcc.org"
] | rich@ellcc.org |
e99a49d4428547d6939b93db61dc9949c2e68726 | 4f64c791ce7deb0e6b110f5c8481741850ab8d1d | /User/BSP/usart/bsp_usart6.c | edce0567964a129f1a9dbfac51f0398e6340db53 | [] | no_license | RtuQ/ChatterM | 1ee0bfef8ba9130d0c605cb4c0b3e4624489f850 | b2b846f2062bf6ed65ca9d9ca13dad9e981a745f | refs/heads/master | 2020-05-15T12:52:36.900814 | 2019-04-19T16:01:18 | 2019-04-19T16:01:37 | 182,273,735 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,984 | c | /**
******************************************************************************
* @file bsp_debug_usart.c
* @author fire
* @version V1.0
* @date 2015-xx-xx
* @brief 重定向c库printf函数到usart端口
******************************************************************************
* @attention
*
* 实验平台:... | [
"1017264892@qq.com"
] | 1017264892@qq.com |
4f420b086dd8deb6dc115dd91f684dc0abbc4184 | aea74aace2c6b342ce330df7565035c5ce21e667 | /IOTV1PROJECT/Src/App/interrupt.c | b483c92179155e4218a9432d11a0b6bf524ece45 | [] | no_license | mcolearn/IOTSTM32 | a1d6e8d74e61b96567aa02f4112b86a8a0647f3f | e29bdc8102743aa9304cec446aef359acf34d7f6 | refs/heads/master | 2021-09-02T15:58:27.159718 | 2018-01-03T14:03:04 | 2018-01-03T14:03:04 | 115,426,227 | 0 | 0 | null | null | null | null | ISO-8859-2 | C | false | false | 859 | c | /*
* Appinterrupt.c
*
* Created on: 26 déc. 2017
* Author: mehdi
*/
#include "App/interrupt.h"
#include "stm32l4xx_hal.h"
#include "stm32l4xx.h"
#include "stm32l4xx_it.h"
#include "main.h"
/**
* @brief EXTI line detection callback.
* @param GPIO_Pin: Specifies the port pin connected to... | [
"mehdi@169.254.4.242"
] | mehdi@169.254.4.242 |
25f931dc36da7593abb463e65a1a618cc3e5ac6a | c97b9ae1bf06757ba61f90905e4d9b9dd6498700 | /venv/Lib/site-packages/tensorflow/include/external/local_config_python/python_include/pythread.h | dfdf296749f2cfeab014a38b5811e625e92281b7 | [] | no_license | Rahulk1p/image-processor | f7ceee2e3f66d10b2889b937cdfd66a118df8b5d | 385f172f7444bdbf361901108552a54979318a2d | refs/heads/main | 2023-03-27T10:09:46.080935 | 2021-03-16T13:04:02 | 2021-03-16T13:04:02 | 348,115,443 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 129 | h | version https://git-lfs.github.com/spec/v1
oid sha256:87f5e78391a8b0044781bd32f4ca2f2ab040bcf38147050995d078b68947a667
size 5821
| [
"rksc.k1p@gmail.com"
] | rksc.k1p@gmail.com |
1464633e3f7d0d3ad3f1ebb756989d8a56aeb110 | a04b6f7d734f8fa23400d4d26225809888cd6921 | /apps/driver/usart/async/usart_multi_instance/firmware/src/config/sam_d20_xpro/driver/usart/drv_usart_definitions.h | e36cb7e561017307043d9bc847f3c8670317f904 | [] | no_license | MarkWendler/core | f22070929791a55a873226f51d7ead92769569b0 | 851ebdf85d8697ead6b617bc76240b5184b598c3 | refs/heads/master | 2020-04-16T04:02:14.142450 | 2019-01-08T17:54:28 | 2019-01-08T17:54:28 | 165,253,006 | 0 | 0 | null | 2019-01-11T14:03:09 | 2019-01-11T14:03:08 | null | UTF-8 | C | false | false | 6,995 | h | /*******************************************************************************
USART Driver Definitions Header File
Company:
Microchip Technology Inc.
File Name:
drv_usart_definitions.h
Summary:
USART Driver Definitions Header File
Description:
This file provides implementat... | [
"http://support.microchip.com"
] | http://support.microchip.com |
a5263ed62cff0769b3934b37cdc0bdaa49ff9511 | af79492c6999077f88b820185ecd4eb82c355c9a | /pi0_eta_id_pictures_sim_FeD_Fe/mbpic/hM1_10.C | dcfeb7b2cf7b0049d1ca5e66e4b05e5d67415249 | [] | no_license | orsosa/Eg2_ana | f8d20c0a4c3c0a2e725a24fa84518b552dde31e3 | f49ee1384f54365c0b293656386635b111c54ae0 | refs/heads/master | 2020-07-01T09:30:30.162135 | 2018-11-05T15:08:42 | 2018-11-05T15:08:42 | 74,095,684 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,299 | c | {
//=========Macro generated from canvas: c/The canvas
//========= (Tue Sep 13 13:34:35 2016) by ROOT version5.34/19
TCanvas *c = new TCanvas("c", "The canvas",1,1,800,576);
c->SetHighLightColor(2);
c->Range(0.06625,-4.887949,0.20375,57.03153);
c->SetFillColor(0);
c->SetBorderMode(0);
c->SetBorderSiz... | [
"oj.5070@gmail.com"
] | oj.5070@gmail.com |
9ae74b64aa42ef8dc39380370094cd478dbc3666 | e1b7a411b20c03546c9a812bfd115e6a28fa98f4 | /clang/week43.c | c790f7f918d9cda57b478efc7c260a2e344159fc | [] | no_license | doviettung96/Introduction-to-C | d21979c584848674431fed3b566a6fe3236792f9 | 7845aea204cb5492a4c66a0ff0772542567f6c3a | refs/heads/master | 2021-01-10T21:05:30.676348 | 2016-11-11T11:02:52 | 2016-11-11T11:02:52 | 42,345,958 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 546 | c | #include <stdio.h>
#include <math.h>
main ()
{
int h1,m1,s1;
int h2,m2,s2;
int distance;
printf("Type the first time: \n"); scanf("%d:%d:%d",&h1,&m1,&s1);
printf("The first time is: %-.2d:%-.2d:%-.2d\n",h1,m1,s1);
printf("Type the second time: \n"); scanf("%d:%d:%d",&h2,&m2,&s2);
/* by default, the second... | [
"tunga9td@gmail.com"
] | tunga9td@gmail.com |
0db76c26bcf2a0e39334745dc390979354514256 | 1f0f5b0a3e18de07c2ac9393f6bc06a39c05004e | /src/kickstart/dev.input/inputdev.c | b269b88b608c000eeaaf5fd941089bb7ae25ada4 | [
"BSD-3-Clause"
] | permissive | cycl0ne/poweros_x86 | 99c1e9558914269de91bf9bb154db6af1b979fea | 6cd8d4a08bf9f272c63c7bff960a9b2c289e18cf | refs/heads/master | 2023-02-02T10:31:18.803993 | 2014-11-13T10:31:43 | 2014-11-13T10:31:43 | 9,007,325 | 2 | 0 | null | 2013-04-20T09:20:17 | 2013-03-25T13:59:42 | C | UTF-8 | C | false | false | 831 | c | #include "types.h"
#include "io.h"
#include "list.h"
#include "device.h"
#include "irq.h"
#include "io.h"
#include "inputevent.h"
#include "inputdev.h"
#include "sysbase.h"
#include "exec_funcs.h"
APTR idev_OpenDev(struct IDBase *IDBase, struct IORequest *ioreq, UINT32 unitnum, UINT32 flags)
{
// We have only one U... | [
"claus@poweros.de"
] | claus@poweros.de |
85d18ae541103e5d61c9db7f372ecc75825b2653 | 5f95342549413dc14e4b5b83c517076d556d52c9 | /games/phantasia/convert.c | 1eb0e61274ecfaa8f7d350c37e29368297736fe1 | [] | no_license | mikekmv/aeriebsd-src | ee4ce27893e6be0768acb9729fde21f08e3d5c17 | 04a0f2dffa69cbdb3b9d3f593c9317681eaa6302 | refs/heads/master | 2021-01-17T12:07:14.334767 | 2013-03-09T23:52:38 | 2013-03-09T23:52:38 | 10,635,652 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,969 | c |
/*
* Convert Phantasia 3.3.1 and 3.3.1+ characs file format to 3.3.2
*
*/
#include "include.h"
#include "oldplayer.h"
struct oldplayer Oldplayer; /* old format structure */
struct player Newplayer; /* new format structure */
char Oldpfile[] = DEST/characs"; /* old format file */
char Newpfile[] = DEST/newcha... | [
"root"
] | root |
70ac453b82af4279e6eee0f538510d3e6b07e449 | 95c4b4bcb0fe033595e02d7f128c57aee35d9ff3 | /2019-2/Aulas-Praticas/aula0401.h | f95294eabe95f217fb8f8059d1731b31e27aecb0 | [] | no_license | luizflleitao/EEL270 | 9c467ffd477549a1e30bd3b72f5ae026c4e840af | 42626cc693eda159ff970333de39070ca9d7100b | refs/heads/master | 2023-07-16T16:10:27.863322 | 2021-08-24T21:11:00 | 2021-08-24T21:11:00 | 178,781,556 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 921 | h | /*
* Universidade Federal do Rio de Janeiro
* Escola Politecnica
* Departamento de Eletronica e de Computacao
* EEL270 - Computacao II - Turma 2019/2
* Prof. Marcelo Luiz Drumond Lanza
*
* Autor: Luiz Fernando Loureiro Leitao
* Descricao: implementacao do arquivo de cabecalho referente a aula 04.
*
* $Author:... | [
"luizflleitao@gmail.com"
] | luizflleitao@gmail.com |
5c4bbbccbf680dc9b9c0c85a871cd567c5b7eca8 | cff5a7bce532d8d2fa336702620e97e12bc00ec9 | /ex6.c | 3c1ddb90ebab2a5559c0950640cd2068ea29b244 | [] | no_license | dennisnderitu254/C-programs | 22b11b3b69299c6da5ab5daea7c902932690fa41 | 5bc7e0832129aa7ae46bde519e6c8979124f8ba3 | refs/heads/master | 2021-01-21T17:47:23.600651 | 2017-11-01T11:32:18 | 2017-11-01T11:32:18 | 91,991,094 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 459 | c |
// Add subtract multiply divide
#include <stdio.h>
int main()
{
int first,second,add,subtract,multiply;
float divide;
printf("Enter two integers\n");
scanf("%d%d",&first,&second);
add = first+second;
subtract=first-second;
multiply=first*second;
divide=first/(float)second;
// typecasting
printf("Sum = %d... | [
"dknderitu@gmail.com"
] | dknderitu@gmail.com |
e0d85bc68020378ce73c5d3fb86ed72c3189f40a | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/Tracking/TrkEvent/TrkCompetingRIOsOnTrack/doc/mainpage.h | 00b100576d7f8fd34a461439aea5f052cc57c27b | [] | no_license | rushioda/PIXELVALID_athena | 90befe12042c1249cbb3655dde1428bb9b9a42ce | 22df23187ef85e9c3120122c8375ea0e7d8ea440 | refs/heads/master | 2020-12-14T22:01:15.365949 | 2020-01-19T03:59:35 | 2020-01-19T03:59:35 | 234,836,993 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,502 | h | /*
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
*/
/**
@mainpage The TrkCompetingRIOsOnTrack package
The base class package for CompetingRIOsOnTrack.
@author Sebastian.Fleischmann@cern.ch
@section introductionTrkCompetingRIOsOnTrack Introduction
This package contains the base cl... | [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
6900ac4eaf715105b541bcbc34774866a444a864 | 882d3591752a93792bd8c734dd91b1e5439c5ffe | /common-c-library/manrequesthandler/LSLiveChatRequestDefine.h | 78cc8d155f86f03be1f283a2c44c2cd8ea7a4c62 | [] | no_license | KingsleyYau/LiveClient | f4d4d2ae23cbad565668b1c4d9cd849ea5ca2231 | cdd2694ddb4f1933bef40c5da3cc7d1de8249ae2 | refs/heads/master | 2022-10-15T13:01:57.566157 | 2022-09-22T07:37:05 | 2022-09-22T07:37:05 | 93,734,517 | 27 | 14 | null | null | null | null | UTF-8 | C | false | false | 1,704 | h | /*
* LSLiveChatRequestDefine.h
*
* Created on: 2015-2-27
* Author: Max.Chiu
* Email: Kingsleyyau@gmail.com
*/
#ifndef LSLIVECHATREQUESTDEFINE_H_
#define LSLIVECHATREQUESTDEFINE_H_
/* 本地错误代码 */
#define LOCAL_ERROR_CODE_TIMEOUT "LOCAL_ERROR_CODE_TIMEOUT"
#define LOCAL_ERROR_CODE_TIMEOUT_DESC "Troubl... | [
"Kingsleyyau@gmail.com"
] | Kingsleyyau@gmail.com |
253be437b88307e493f12b47358c2eec27be5bd9 | ee0a4417546afccc2b05f947a706db49ad4e9279 | /WirellesLoad/WirellesLoad_v1.cydsn/Generated_Source/PSoC4/SCB2_SCBCLK.h | 8b7c17e5b4360b2e2c82a13b0368036fbb61b752 | [] | no_license | remixvit/WirellesLoad | 72c24c73dcfede0baaef7cdc0038e6311a287afb | eadf89932a7b1a15e5179e8ab648d8c6b2acf6f2 | refs/heads/master | 2021-01-10T05:05:39.727927 | 2015-12-14T09:50:17 | 2015-12-14T09:50:17 | 46,745,872 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,330 | h | /*******************************************************************************
* File Name: SCB2_SCBCLK.h
* Version 2.20
*
* Description:
* Provides the function and constant definitions for the clock component.
*
* Note:
*
********************************************************************************
... | [
"remixvit@gmail.com"
] | remixvit@gmail.com |
c9b8ed9d74905974fb7bf3bdcdcad5f51ff5af46 | fcae58d5650290db0265fcdc8598ce3997ccb493 | /Semantic/grammar.h | 4f11c0595698dd5c630861c5775beb1678b5c003 | [] | no_license | huyquangvevo/Complier-Design | cbcb1b39ac3eb14969be10dd8788faba0c585645 | 37ebad5e3643184c7159912973e6622a569c56c2 | refs/heads/master | 2020-04-01T04:17:53.562932 | 2018-12-05T18:03:38 | 2018-12-05T18:03:38 | 152,857,561 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,955 | h | #ifndef _GRAMMAR_H_
#define _GRAMMAR_H_
#include"Tab.h"
#include"scanner.h"
#include"error.h"
#include "semantics.h"
bool isProcedure = false;
int countVar = 0;
/*
bool isPro(){
return isProcedure;
}
*/
void printTab(){
int i=0;
printf("\nTable:\n");
for(i=0;i<row_tab;i++){
printf("%c\n",Table[i].id[0]... | [
"quanghuy27101997@gmail.com"
] | quanghuy27101997@gmail.com |
7ef7b332fd1373272531f44e51b414f5d5258634 | 9dd7633fd0625e5b5858a3d7a2fd9791d39bd137 | /IntroD3D9/Ch09Font/CreateText/res/Resource.h | 31225bdcc9ae6cb333b2d8ccec6fc5594a0f0149 | [] | no_license | breaker/studies | 9f47846f8e8fbe7330a3fab5dd7d4ab711d44b60 | 015050ee892587ad0b5af4f2ac235134190fbe59 | refs/heads/master | 2022-12-04T16:31:04.104470 | 2022-11-24T10:23:27 | 2022-11-24T10:23:27 | 6,194,386 | 9 | 5 | null | null | null | null | UTF-8 | C | false | false | 497 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by CreateText.rc
//
#define IDD_ABOUTBOX 103
#define IDR_MAINFRAME 128
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESO... | [
"breakerzhao@qq.com"
] | breakerzhao@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.