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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8cf07bd5038d6989866959ef4d2bebe3b5d2ae7c | 29068d4567514d4ef33a5710b41f7d9e4d1750cc | /praticas/fp9/solucoes/fp09_ex04.c | 714639fb00d14cb616c78a9f8e3abd6462b3aa96 | [] | no_license | Oscar-Oliveira/C-Exercicios | d3ecf9f39d6951c48058a9a9c6fb8818e46290e8 | 8e109c62fcbbf65ba6d33bc9e6662295dcd2cff7 | refs/heads/master | 2020-03-20T18:37:41.099335 | 2018-10-27T08:34:02 | 2018-10-27T08:34:02 | 137,597,213 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,666 | c | /*
* File: main.c
* Author: OAO
*/
#include <stdio.h>
#include <stdlib.h>
#include "utils.h"
#define MAX_NOME 31
#define ERRO_INSERCAO "\nAtingido o maximo de alunos."
#define ERRO_COD_NAO_EXISTE "\nO codigo de aluno nao existe."
typedef struct data { int ano, mes, dia; } Data;
typ... | [
"oscar.m.oliveira@gmail.com"
] | oscar.m.oliveira@gmail.com |
3da21e269a7b7c574ecdf8c3060deaee30b6ff13 | d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9 | /testcases/CWE190_Integer_Overflow/s06/CWE190_Integer_Overflow__short_rand_postinc_54e.c | ac8ca01aad58a488669e30e4f6757ed0df5d2933 | [] | no_license | arichardson/juliet-test-suite-c | cb71a729716c6aa8f4b987752272b66b1916fdaa | e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9 | refs/heads/master | 2022-12-10T12:05:51.179384 | 2022-11-17T15:41:30 | 2022-12-01T15:25:16 | 179,281,349 | 34 | 34 | null | 2022-12-01T15:25:18 | 2019-04-03T12:03:21 | null | UTF-8 | C | false | false | 1,778 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE190_Integer_Overflow__short_rand_postinc_54e.c
Label Definition File: CWE190_Integer_Overflow.label.xml
Template File: sources-sinks-54e.tmpl.c
*/
/*
* @description
* CWE: 190 Integer Overflow
* BadSource: rand Set data to result of rand()
* GoodSource: Set ... | [
"Alexander.Richardson@cl.cam.ac.uk"
] | Alexander.Richardson@cl.cam.ac.uk |
760d886b2a62373689ecb7519c385efc78913144 | e731716dbbf0d13505cd92ff4af1774f40b4faf4 | /Source/bg2.c | 1f0988d4f006096299487ec735e43048ca552f72 | [] | no_license | Astenstrom/Garden-Dash | 4a0be0f252caf3bfeef1627ac1fa0787d3c51867 | 4913563f251353228242cc0837cdbfd8de6ea683 | refs/heads/master | 2021-01-10T21:14:20.574320 | 2015-01-13T19:33:23 | 2015-01-13T19:33:23 | 29,205,664 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 59,533 | c |
//{{BLOCK(bg2)
//======================================================================
//
// bg2, 256x256@8,
// + palette 256 entries, not compressed
// + 208 tiles (t|f|p reduced) not compressed
// + regular map (in SBBs), not compressed, 32x32
// Total size: 512 + 13312 + 2048 = 15872
//
// Time-stamp... | [
"astenstrom13@gmail.com"
] | astenstrom13@gmail.com |
c056ccc15bb67499aa91fb16f1407f48219ce18b | adccbe8c8ea6d90e30701545f0ac44bf3d0de195 | /ft_ultimate_div_mod.c | a4532c5ea36d850a0dc9b3ba8e0f53483b06ad7a | [] | no_license | guswns8431/C | 3932e27aa8e20401ecfee70edeb801227cae693f | 61845d55eaf899d325c9f98052e65ed58cc05034 | refs/heads/master | 2023-01-22T14:30:08.094507 | 2020-11-29T16:18:12 | 2020-11-29T16:18:12 | 276,321,544 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 115 | c | #include <unistd.h>
void ft_ultimate_div_mod(int *a, int *b)
{
int tmp;
tmp = *a;
*a /= *b;
*b = tmp % *b;
}
| [
"noreply@github.com"
] | guswns8431.noreply@github.com |
75fae4be383dcc27011f151f5bc5f130f42feec7 | d8e50207d9c072c321fb961765679482d75a61b3 | /GD32F10x/GD32F10x_Firmware_Library_V2.0.0/Examples/TIMER/TIMER0_dma_burst/main.c | fe3c901b5bec8ca06aceeca7c5a18a1a73f84b13 | [] | no_license | zhou-peter/gigadevice-firmware-and-docs | f22e6301051b788b2b547cb32da3f2f8f80ce9dc | c2f545f960f05371aa1945de5b5a72a45612fb7c | refs/heads/main | 2023-07-17T19:15:46.501716 | 2021-09-04T17:57:12 | 2021-09-04T17:57:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,527 | c | /*!
\file main.c
\brief TIMER0 dma burst demo
*/
/*
Copyright (C) 2017 GigaDevice
2014-12-26, V1.0.0, firmware for GD32F10x
2017-06-20, V2.0.0, firmware for GD32F10x
*/
#include "gd32f10x.h"
#include <stdio.h>
#include "gd32f10x_eval.h"
#define TIMER0_DMATB_OFFSET (0x4C) ... | [
"jesse@keyboard.io"
] | jesse@keyboard.io |
62c48844920d67412a5982b3c828136c3d3ad95c | 23c6e6f35680bee885ee071ee123870c3dbc1e3d | /test/svcomp/product-lines/email_spec11_product07_true.cil.c | 18d741588a510d1dbcdcff14c6b9b643d449bf1d | [] | no_license | paradise-fi/divine | 3a354c00f39ad5788e08eb0e33aff9d2f5919369 | d47985e0b5175a7b4ee506fb05198c4dd9eeb7ce | refs/heads/master | 2021-07-09T08:23:44.201902 | 2021-03-21T14:24:02 | 2021-03-21T14:24:02 | 95,647,518 | 15 | 3 | null | null | null | null | UTF-8 | C | false | false | 57,150 | c | /* TAGS: c sym big */
/* VERIFY_OPTS: --symbolic -o nofail:malloc */
extern void __VERIFIER_error() __attribute__ ((__noreturn__));
extern int __VERIFIER_nondet_int(void);
/* Generated by CIL v. 1.3.7 */
/* print_CIL_Input is true */
struct JoinPoint {
void **(*fp)(struct JoinPoint * ) ;
void **args ;
int ar... | [
"xlauko@mail.muni.cz"
] | xlauko@mail.muni.cz |
5471182578a250c37249e3f1b21cf594ec9721c8 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/064/152/CWE121_Stack_Based_Buffer_Overflow__CWE805_char_declare_memmove_01.c | daa190e7eca1bd4852783e359fc3200b51394cf0 | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,086 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE121_Stack_Based_Buffer_Overflow__CWE805_char_declare_memmove_01.c
Label Definition File: CWE121_Stack_Based_Buffer_Overflow__CWE805.string.label.xml
Template File: sources-sink-01.tmpl.c
*/
/*
* @description
* CWE: 121 Stack Based Buffer Overflow
* BadSource: Set dat... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
e43ec36d9866028097b077f719104d0ab9013188 | 4da1e11ea38cd11df786802364f50642d14a53ee | /libft/src/generic/ft_lstmap.c | 951789648896c14e69b7073a3aeccd94fd9399f6 | [] | no_license | dottww/Corewar | ba0d0ef571f195ca3ccba5bf8a988e4ef29fa320 | 610d29d5ffd018695dc60fa05011451ac13f8a20 | refs/heads/master | 2022-11-29T04:06:58.607505 | 2020-08-13T09:50:01 | 2020-08-13T09:50:01 | 276,499,892 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,147 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstmap.c :+: :+: :+: ... | [
"weilin@student.42.fr"
] | weilin@student.42.fr |
63502d26bce4586fdcbf8139cc993549a1722010 | 16f7cee677cac6d630d2bededf78a496bf116a2b | /VRRacer/Source/VRRacer/VRRacer.h | 1d16b2eae20cf49da537c05a0b5d66aa393df3b5 | [] | no_license | heyx3/Capstone | 2f33e0fec7f8b4658fd985cd0a9541f890b704cb | cf4e569616101cb15807de848ff6d055f034df76 | refs/heads/master | 2020-12-25T17:01:42.308539 | 2017-01-31T02:58:59 | 2017-01-31T02:58:59 | 42,540,887 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 193 | h | // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#ifndef __VRRACER_H__
#define __VRRACER_H__
#include "EngineMinimal.h"
DECLARE_LOG_CATEGORY_EXTERN(LogFlying, Log, All);
#endif
| [
"manning.w@husky.neu.edu"
] | manning.w@husky.neu.edu |
0d7f21fc00226b099bfc82fa954e0fff5bf476a4 | 4545588c8427debaf17f9dc71b0ace32f4fb5d67 | /sam/utils/cmsis/sam3u/include/component/component_udphs.h | fe049fb9d45af5d224e4e8c1a840ec8676fb2285 | [] | no_license | eewiki/asf | 02e06cec0465b28dd689dea801e6be6cbcd47eca | 8d0f55bd089f2e68d2b53aa76adbb02c07cdb166 | refs/heads/master | 2021-01-16T18:20:22.690176 | 2015-03-09T05:42:50 | 2015-03-09T05:42:50 | 18,419,213 | 34 | 30 | null | 2014-12-25T05:13:20 | 2014-04-03T21:42:46 | C | UTF-8 | C | false | false | 35,704 | h | /**
* \file
*
* Copyright (c) 2014-2015 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of ... | [
"buildmaster@atmel.com"
] | buildmaster@atmel.com |
4a7cc21799b364712fefd441121546aecbc1cc91 | 41e3316373d8f75c1e38cdcd50b540ac824fe526 | /2Darray.c | 858cf302f87996903d249e6243774952ba2b8598 | [
"MIT"
] | permissive | shubhamguptaji/C-codes | fe83dcb0f66ab9eb5147be2a9210cd053eb16899 | 2ecc44048a76d24bc93ac473894bb03af23a70cc | refs/heads/master | 2021-09-03T10:00:44.399083 | 2018-01-08T07:08:36 | 2018-01-08T07:08:36 | 104,838,901 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 244 | c | #include<stdio.h>
void main()
{
int m[3][3];
for(int i=0;i<3;i++)
{
for(int j=0;j<3;j++)
scanf("%d",&m[i][j]);
}
printf("entered array is:\n");
for(int i=0;i<3;i++)
{
for(int j=0;j<3;j++)
printf("%d ",m[i][j]);
printf("\n");
}
} | [
"noreply@github.com"
] | shubhamguptaji.noreply@github.com |
335d72d5171347cd4afa9628fde916478831b01d | 6c5eb4877b59f3ebe2ece73d6a0e330809a394ae | /DanEpos.h | b42c16ba9287adbf83836a2b7d1c994943c45059 | [] | no_license | IlyaShihutin/Maxon | d75af41042ec500b0f6dcb26e35f21c2c6d3cf48 | f9ff0b8b2faf92707fcae6ae53b8225efee7154e | refs/heads/master | 2022-03-26T06:12:18.966713 | 2019-12-14T11:48:41 | 2019-12-14T11:48:41 | 218,508,711 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C | false | false | 5,438 | h | //---------------------------------------------------------------------------
#ifndef DanEPOSH
#define DanEPOSH
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
//---------------------------------------------------------------------------
#endif
#define BIT16 0x10000
#define BIT15 0x8000
#def... | [
"plague.plague@mail.ru"
] | plague.plague@mail.ru |
4f305929b3d8e34f4c707b87d67b1a343cf3d1bb | 345b45dac0b414b1f568ab4cd5458c7afe979545 | /c_VSIP_testing/mmin_d.h | 397aa8e1c9cd41d4d9f09d8d4c223899fd79b005 | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | rrjudd/jvsip | 256b41924b78305c779b8356f2fb83a2f47b64ff | f9ea05e0082acfeb3707b02e91a45f40008b7340 | refs/heads/master | 2022-10-03T02:40:27.724075 | 2022-09-20T19:07:50 | 2022-09-20T19:07:50 | 3,030,715 | 15 | 5 | null | null | null | null | UTF-8 | C | false | false | 2,746 | h | /* Created RJudd */
/* SPAWARSYSCEN D857 */
/**********************************************************************
// For TASP VSIPL Documentation and Code neither the United States /
// Government, the United States Navy, nor any of their employees, /
// makes any warranty, express or implied, including the war... | [
"rrjudd@me.com"
] | rrjudd@me.com |
4bb73b2d9c80b236fb6dba631d3f49e778130ae7 | 6cf6581975419ba106199d669bc3b0a10fad0f13 | /includes/encoding.c | 233be26da2679af6d6890e7b33f62970532938b4 | [] | no_license | cos18/linux-socket | 587a371fee5ee55110ccc04142326b961e773467 | 2285ead7e23d16fca3449f28253214170c9aadac | refs/heads/master | 2022-09-20T06:22:25.519117 | 2020-06-07T16:51:00 | 2020-06-07T16:51:00 | 265,871,144 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 911 | c | #include "simple_socket.h"
void encode_64bit(u_int64_t n, u_int8_t *byetarray)
{
u_int8_t shift = 56;
for (u_int16_t i = 0; i < 8; i++)
{
byetarray[i] = (n >> shift) & 255;
shift -= 8;
}
}
void encode_16bit(u_int16_t n, u_int8_t *byetarray)
{
u_int8_t shift = 8;
for (u_int16_t ... | [
"codest99@gmail.com"
] | codest99@gmail.com |
969a2ac5e52c625e7ac0ce0ae1aff2244575d60d | 77fb7734adbf6b12b2abd0a48ca2fe7fc00fae5f | /pfPorts/openbgpd/files/patch-bgpd_config.c | c0a43a16d5ad6e25795354d54a56ec7917aa752c | [] | no_license | vongrippen/pfsense-tools | 39c8954af8779f71096b26e00a373bd26f5f830f | a4f59510a3299054c2c9bbdeaaeef2c2f6ae6205 | refs/heads/master | 2021-01-18T10:41:10.495342 | 2011-09-21T17:43:37 | 2011-09-21T17:43:37 | 2,439,809 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 822 | c | Index: bgpd/config.c
===================================================================
RCS file: /home/cvs/private/hrs/openbgpd/bgpd/config.c,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.2
diff -u -p -r1.1.1.1 -r1.1.1.2
--- bgpd/config.c 30 Jun 2009 05:46:15 -0000 1.1.1.1
+++ bgpd/config.c 9 Jul 2009 16:49... | [
"eri@pfsense.org"
] | eri@pfsense.org |
e43bc1fead684f6f3d5c50ec67ac7402ace15c8c | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/darwin-xnu/osfmk/kern/extr_clock.c_clock_get_calendar_absolute_and_microtime.c | 41c576ef86528b53c564b2526c1cc0ac90810c2f | [] | 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,133 | 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 |
d9be14e090dac4ab3161705ecb35d62b0010a3fd | 48421f9320908e8c66702da0a7561ffeae037fb6 | /Core/Src/main.c | 6fe6d7d01471781d153b7415f4eedaa65e861b12 | [] | no_license | asatsuyulab/RotaryEncoder_CAN | 3b762b6fc1632ba589cbee51b01ed37cf09cf89f | e1969eea7eeafbe520df035ecbb9a31e86ba9289 | refs/heads/master | 2023-06-13T04:08:54.661043 | 2021-07-04T07:39:07 | 2021-07-04T07:39:07 | 382,792,907 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,555 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.c
* @brief : Main program body
******************************************************************************
* @attention
*
* <h2><center>© Copyright (c) ... | [
"asatsuyulab@gmail.com"
] | asatsuyulab@gmail.com |
2b45f3d45f2fe8a0edaeaa14ed3ea84c573b4a93 | 3fa221b4c387b045b85a3e9a0b5fb2878386d327 | /src/obj/mips_ap/mips.mips/usr/home/freebsd/omega/src/lib/libstand/_infback.c | 0325c2e14fe2324ba2bd2fce509bc86b784090c3 | [] | no_license | GSchiaffonati/OmegaFreeBSD | a1670ad8954d34b5393741c0300857e2bf556004 | 9502e66ab39458bf8c851ad7f9aaae245a156959 | refs/heads/master | 2021-01-15T14:37:12.816674 | 2015-12-18T17:13:58 | 2015-12-18T17:13:58 | 47,850,567 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 22,718 | c | /* infback.c -- inflate using a call-back interface
* Copyright (C) 1995-2011 Mark Adler
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/*
This code is largely copied from inflate.c. Normally either infback.o or
inflate.o would be linked into an application--not both. The interf... | [
"g.schiaffonati@gmail.com"
] | g.schiaffonati@gmail.com |
8826c8308297ffdedfdae39389842d1866faaf64 | 1d7a6a821da892c1f1e86fc354e285ef6e78e8e6 | /hostTools/squashfs/sqmagic.h | 1e2d7d63f09d26126c219b7c826a5084c5baceee | [] | no_license | evalevil/TC72XX_LxG1.7.1mp1_OpenSrc | 2786300d539e1486393bb4231a65b4f28d284a2b | a6d3d2277f682e60d05b163655503ffc87c6b878 | refs/heads/master | 2021-05-31T23:39:49.882139 | 2015-12-11T06:43:21 | 2015-12-11T06:43:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 381 | h | /*
* Copyright (C) 2006 Junjiro Okajima
* Copyright (C) 2006 Tomas Matejicek, slax.org
*
* LICENSE must follow the one in squashfs.
*/
/* $Id: sqmagic.h,v 1.2 2014/11/19 09:12:54 wtchen Exp $ */
#ifndef __sqmagic_h__
#define __sqmagic_h__
/* see SQUASHFS_MAGIC in squashfs_fs.h */
#define SQUASHFS_MAGIC_LZMA 0x... | [
"mailenh.tw@yahoo.com.tw"
] | mailenh.tw@yahoo.com.tw |
ef8a90b94d6557f1fa746e8c799af367ff402fc9 | fc6974e5ea5ccb040c63962d74a9fee7a505c37d | /iDev2017_watchOS/Frameworks/openSSL/include/openssl/rsa.h | e3fb31e95d2d2fbedc62170d677c96e87d0a17b0 | [] | no_license | justindomnitz/iDev2017_watchOS | 1db2aa2c27a371fa4eca6cf6d854001a7dc16a77 | e011f5849393c954530d4d26aaefa22b2e7ff55a | refs/heads/master | 2021-01-21T15:13:07.425869 | 2018-07-26T20:47:57 | 2018-07-26T20:47:57 | 91,832,468 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,910 | h | /* crypto/rsa/rsa.h */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
* The implementation was written so as to conform with Netscapes SSL.
*
* This library is free for commercial and non-comm... | [
"justindomnitz@gmail.com"
] | justindomnitz@gmail.com |
ee87774577b2202fcc3567c51eedce434bad0b54 | ebb905b9d8aa3d4327f7b62dbcbf6fd9d7208b54 | /ft_otool_dir/srcs/dec_to_hex.c | 302b55e290d779af17276ae11630dac2010c9f57 | [] | no_license | gmpetrov/ft_nm_ft_otool | da1411d9b22ab0bc55f1dced587b724c2975e191 | 5aa428b775624d1abdae976a112ad37c7f637152 | refs/heads/master | 2020-05-16T06:47:23.528039 | 2014-04-25T21:52:18 | 2014-04-25T21:52:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,563 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* dec_to_hex.c :+: :+: :+: ... | [
"gm.petrov@yahoo.fr"
] | gm.petrov@yahoo.fr |
c1b139354ff3b3ac75edf17ae01d3601717f11e4 | 35ece1a78314060ee6f815745db24f85012a6c77 | /texlive/texk/web2c/luatexdir/tex/textoken.c | 4abe6377b551bac78431d9f3a91182874e8f9aed | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-public-domain"
] | permissive | clerkma/ptex-ng | dabc12a3df48aef6107efd1b4555f0141f858e12 | a646d1cfe835712601b7edcfa96ad90c2549778b | refs/heads/master | 2023-08-16T23:10:11.143532 | 2023-08-13T06:52:31 | 2023-08-13T06:52:31 | 24,095,177 | 260 | 46 | null | 2022-06-22T04:57:30 | 2014-09-16T10:25:01 | C | UTF-8 | C | false | false | 132,855 | c | /*
Copyright 2006-2011 Taco Hoekwater <taco@luatex.org>
This file is part of LuaTeX.
LuaTeX 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... | [
"clerkma@gmail.com"
] | clerkma@gmail.com |
36c433115314b56badb07f2ad2d961d6fd2c1dec | 2266eb133fc3121daf0aa7f4560626b46b94afe0 | /d/hengyang/zhongting.c | 4d3fda91d7d57b37664b627f2d4766b633e57640 | [
"MIT"
] | permissive | oiuv/mud | 6fbabebc7b784279fdfae06d164f5aecaa44ad90 | e9ff076724472256b9b4bd88c148d6bf71dc3c02 | refs/heads/master | 2023-08-18T20:18:37.848801 | 2023-08-13T07:00:15 | 2023-08-13T07:00:15 | 112,278,568 | 99 | 49 | MIT | 2023-02-01T03:42:14 | 2017-11-28T03:05:14 | C | UTF-8 | C | false | false | 380 | c | inherit ROOM;
void create()
{
set("short", "钟亭");
set("long", @LONG
钟亭内设铁钟一口,重九千斤。每逢山洪暴发,鸣钟镇洪,
亦以示警,声闻二十里外。
LONG);
set("exits", ([
"west" : __DIR__"kuixingge",
]));
set("no_clean_up", 0);
setup();
replace_program(ROOM);
}
| [
"i@oiuv.cn"
] | i@oiuv.cn |
e97e1e01f5d56dacb32b6fae288bd4ca0aad9f12 | 2f729810376c97271e68c4481f43c73e1660209c | /9_stack_and_queue.c | 57d2b5e054e9d439ae048c00229ff1fbfdbc58c8 | [] | no_license | Kostyapol/C-C-Qt-course | 4fd41f1a8a4733e711148b5a3bd73fc9d3b177f9 | bdadc4feb9c63f5f09f13b18b0d5cb5fe566a068 | refs/heads/master | 2021-04-05T00:45:20.836545 | 2020-06-08T18:00:21 | 2020-06-08T18:00:21 | 248,507,587 | 0 | 0 | null | 2020-03-19T13:15:52 | 2020-03-19T13:15:51 | null | UTF-8 | C | false | false | 5,521 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#define MAX_Size_data 5 // макс размер данных
#define MAX_Size_name 15 // макс количество символов в имени задачи
typedef struct Data_task
{
char name [MAX_Size_data] [MAX_Size_name];
int time [MAX_Size_data];
int size;
} Data;
void p... | [
"noreply@github.com"
] | Kostyapol.noreply@github.com |
22b7355843a9dc2277ceb05c67d2e195c84e22f1 | 14dff5852ab8dafe9713a7d2f8a31763b4aae066 | /Print_Pattern_1.c | da8165b58103dd60d83db5977a6f4a6edb17ba2e | [] | no_license | Sridhar-S-G/C_Programs | bf34c6b995921c268aa8df0d310fa1ad2923bce9 | cac4ef5b5101be48154f06c7152e2f3276a57e71 | refs/heads/master | 2020-05-24T12:03:50.579585 | 2019-09-08T10:14:35 | 2019-09-08T10:14:35 | 187,261,053 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 723 | c | /*
Print the pattern as given in the sample input/output
Sample Input:
5
Sample Output:
1 2 3 4 5
10 9 8 7 6
11 12 13 14 15
20 19 18 17 16
21 22 23 24 25
Sample Input:
8
Sample Output:
1 2 3 4 5 6 7 8
16 15 14 13 12 11 10 9
17 18 19 20 21 22 23 24
32 31 30 29 28 27 26 25
33 34 35 36 37 38 39 40
48 47 46 45 44 43 ... | [
"noreply@github.com"
] | Sridhar-S-G.noreply@github.com |
d823db10bbff98e540ca65667a7115f5b91c1f4a | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/sdktools/xerox/xerox.c | f0bfa8cb8dcd17d35b9a4553ddecea1fe33afb4d | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,976 | c | /****************************************************************************
PROGRAM: xerox.c
PURPOSE: Copies keyboard input to multiple target windows.
****************************************************************************/
#include "xerox.h"
#include "string.h"
#include "group.h"
#include "pos.h"
#in... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
3279160f4ce18c2596911b080635257b51cef593 | 788e7bbc43a13ecc4e20b81a0435c7afb0395e5f | /c-10/ex02/ft_tail.c | 61cb9f204179c7ad289630a1cdcd87dcbcddcaa3 | [] | no_license | l-geoffroy/42-piscine-c | ca16bfce919bbc3d83bba4b0efb612ca32f7e557 | 2707fbb5bd669f6eeebed6d9fa0550a2c65b3cef | refs/heads/main | 2023-04-01T15:03:58.443128 | 2021-04-05T18:38:48 | 2021-04-05T18:38:48 | 354,900,610 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,773 | c | #include <fcntl.h>
#include <unistd.h>
int ft_atoi(char *str)
{
int i;
int number;
i = 0;
number = 0;
while ((str[i] == ' ') || (str[i] == '\t') || (str[i] == '\n')
|| (str[i] == '\v') || (str[i] == '\f') || (str[i] == '\r'))
i++;
if ((str[i] == 45) || (str[i] == 43))
i++;
while (str[i] >= 48 && str[... | [
"81981148+l-geoffroy@users.noreply.github.com"
] | 81981148+l-geoffroy@users.noreply.github.com |
317ce4666d84789249cc2f0b93521e45082ead99 | 578921d7369b8f67dbf7531560511704025621f8 | /server/src/fb.h | 8f6f4ceb10bd920f364b3f5ad14063e1df02b34c | [
"MIT"
] | permissive | DJAndries/dquickstat | 1a6c48e665e059b978a5c394423158249a62ce95 | afe3f79c632bd38d6852a5303062fec0a1519ff2 | refs/heads/master | 2023-09-01T16:11:17.029361 | 2021-10-05T06:54:02 | 2021-10-05T06:55:15 | 290,875,125 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 105 | h | #ifndef FB_H
#define FB_H
int init_fb(const char* device);
void free_fb();
void draw_frame();
#endif
| [
"darnell@andries.ca"
] | darnell@andries.ca |
94d4d789e8f380018acc2fe8549658625b2c2d71 | ac901536779b8bcba721d93eb5e10b20d235196d | /Lab_2/c practice problems/c-test-practice-corrected/hello-remember.c | d496568d0ae727e5c48a2e9e7f01c5f7a033eadb | [] | no_license | StefanCsPurge/Operating-Systems | f27b9075966a91577c1bed3ee8e470ec59237818 | 19449e49fa48e50369fa6eef5ff88ef8590fec1a | refs/heads/master | 2021-05-20T19:19:16.446449 | 2020-06-30T19:55:04 | 2020-06-30T19:55:04 | 252,388,063 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,199 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
struct node {
char* name;
struct node* next;
};
struct node* add(struct node* head, char* name) {
struct node* n = NULL;
struct node* p = NULL;
n = (struct node*)malloc(sizeof(struct node));
n->name = (char*)malloc(strlen(name)+1);
... | [
"noreply@github.com"
] | StefanCsPurge.noreply@github.com |
98898e7513f023f85badfd8987aa55c66293bc2b | 530782b6828af1702f7562da2320aa4441d8887d | /src/x11/xc/lib/GL/glx/pixelstore.c | be5d65f59aa2bd9f590a5204253170303514e57c | [
"X11-distribute-modifications-variant"
] | permissive | 0x1306a94/osx | 5e19bd013fa5344f277f7deb5feffb9cd810af51 | 4c9b4581f398ec2d64f102508346cb9e8d764fbc | refs/heads/master | 2023-02-22T00:17:17.791701 | 2017-10-05T13:15:39 | 2017-10-05T13:15:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,405 | c | /* $XFree86: xc/lib/GL/glx/pixelstore.c,v 1.5 2004/01/28 21:18:48 alanh Exp $ */
/*
** License Applicability. Except to the extent portions of this file are
** made subject to an alternative license as permitted in the SGI Free
** Software License B, Version 1.1 (the "License"), the contents of this
** file are subject... | [
"practicalswift@users.noreply.github.com"
] | practicalswift@users.noreply.github.com |
a48551806f46690148c2af25b56925a407cfdc7f | 8413273bab84228dad6ff5247f6d581b7796d142 | /sample/sdl_etc/mp3player/helper.h | 8a1ccca60a38e87d19a4e648a8ad9cf7ad77a1ad | [] | no_license | pdpdds/yuzaos | 91b6f5bb51583da3827594489fc700821bc5cd6a | ce3b6d0907f7be470fcbc408382a20e2b75e9ef2 | refs/heads/master | 2023-05-01T09:51:21.007740 | 2023-04-27T08:37:42 | 2023-04-27T08:37:42 | 289,303,507 | 28 | 5 | null | 2021-03-20T14:58:37 | 2020-08-21T15:30:10 | C | UTF-8 | C | false | false | 254 | h | #ifndef _HELPER_H_
#define _HELPER_H_
#include <wchar.h>
#include <string.h>
#include <SDL.h>
#include <SDL_image.h>
#include <SDL_ttf.h>
#include <SDL_mixer.h>
SDL_Window *Window;
SDL_Renderer *Renderer;
void init (void);
void exit_(void);
#endif
| [
"juhang3@daum.net"
] | juhang3@daum.net |
261bfaaecf97c6b043d520bdd9513a69e33c31be | 9d8fe725e79e5856b8b863abf0907a6a5f6f8a3c | /8082E28.c | 39389fe7ee8c3097f8e0c4e0ac237aead4b60b5e | [] | no_license | camthesaxman/ruby-c | 08bb12c3c6662b113f558a2b43a4f232fedcbd91 | afb59d795416468362ddf942d4cb1fca638f2bd6 | refs/heads/master | 2020-12-30T16:45:53.246386 | 2016-09-11T22:33:27 | 2016-09-11T22:33:27 | 91,023,059 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 304 | c | signed int __fastcall sub_8082E28(unsigned __int8 a1)
{
int v1; // r4@1
signed int result; // r0@3
v1 = a1;
if ( !(word_300179E & 2) || IsLinkConnectionEstablished() << 24 )
{
result = 0;
}
else
{
dword_3004B20[10 * v1] = (int)sub_80833EC;
result = 1;
}
return result;
}
| [
"shadow962@live.com"
] | shadow962@live.com |
11b361ac09b626f490a290be0d51cec4b1fbddb8 | d7ec846645118ff75346c5dccf1e81e2601479d2 | /C-implementation/src/lacoperon.h | 7181fc500b04830c2dd3fef89c1cfdb73c8b0e5e | [] | no_license | ramsir3/LeeModelComp | cd59087e8015119b855bfd805571dc80c79d6ea4 | 179fbc398b35ad36b578a78aa1a61fce942b5a3a | refs/heads/master | 2021-01-24T08:46:28.634502 | 2016-11-13T10:28:16 | 2016-11-13T10:28:16 | 69,067,009 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,000 | h | // species indecies
#define MR 0
#define R 1
#define R2 2
#define O 3
#define I 4
#define I2R2 5
#define MY 6
#define Y 7
#define YIex 8
// params indecies
#define OT 0
#define ksMR 1
#define ksR 2
#define k2R 3
#define kn2R 4
#define kr 5
#define knr 6
#define kdr1 7
#define kndr1 8
#define kdr2 9
#define kndr2 10
#de... | [
"ramsir3@gmail.com"
] | ramsir3@gmail.com |
d65aa7ee2c80f71fe22210c1a92b9e1ca89279d8 | fa76c39c4f727ec2c34028f0ed32fcb53f80e84a | /benchmarks/gsl/build-inout/gsl/gsl_multifit.h | 65feec5022b55a16db78592b8fb451b5d2d2ad88 | [
"BSD-3-Clause"
] | permissive | yqtianust/FPGen | 62a10c0026061e03a627f7fa475dbb9aa628807f | 5e0102e587eab4c22d5ef4d0cee03d80a5875a72 | refs/heads/master | 2022-04-06T12:00:23.312879 | 2020-01-28T01:28:46 | 2020-01-28T01:28:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 29 | h | ../../multifit/gsl_multifit.h | [
"higuo@ucdavis.edu"
] | higuo@ucdavis.edu |
56869e92f0e089bb21b3dfb1796029503bc5eb1a | 86432b51b07eae85712668a8576d4b172220105a | /packages/ismd/fsmd_gst_plugin-20120919/ismd_gst_audio_dec.h | 3bb842d5fa92b8444cc6d19bcf2c5c272d7e6f13 | [] | no_license | hfuerst/Reelvdr-vdr2.2-Ubuntu16.04 | e6ddcd50c9f5cf8fe39e63406b08f1e3d6bdd181 | a87c2bf4f4f201d29d06202651a0d0b12f77ae26 | refs/heads/master | 2020-04-07T00:29:04.782748 | 2017-07-11T17:40:06 | 2017-07-11T17:40:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,735 | h | /*
This file is provided under a dual BSD/LGPLv2.1 license. When using
or redistributing this file, you may do so under either license.
LGPL LICENSE SUMMARY
Copyright(c) 2012. Intel Corporation. All rights reserved.
This library is free software; you can redistribute it and/or modify
it unde... | [
"frank.musbach@web.de"
] | frank.musbach@web.de |
16a28e9b8c9d6ed3d3fa7eef42db93d8a899ee02 | ef62a86dcd421eca3a5b10a454ab6abe97cc702c | /week4/pset4/filter/filter.c | 4250635ea32ec0f7c17be9c641eb0624627b69e9 | [] | no_license | alonso030596/cs50 | 4e1d768bf692951925729de0c55d3e1a99743be9 | 6023297b6c3c9d74920a8365e9fe1d84e38d790c | refs/heads/master | 2023-08-26T23:47:53.874343 | 2021-10-12T03:35:16 | 2021-10-12T03:35:16 | 377,948,534 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,508 | c | #include <getopt.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "helpers.h"
int main(int argc, char *argv[])
{
// Define allowable filters
char *filters = "begr";
// Get filter flag and check validity
char filter = getopt(argc, argv, filters);
if (filter == '?')
{
... | [
"alonso_030596@hotmail.com"
] | alonso_030596@hotmail.com |
70d5d5899fb9abb224cc0d8d7f3f673bbf971c20 | 97f1dcfb912bfcbc25c412475c83d755eb605914 | /examples/ex_acodec.c | 127cb60a6775c2f3b6b2a5b8ed45c567c7f83d0b | [
"BSD-3-Clause",
"Zlib"
] | permissive | allegrofb/Allegrofb | eb9da2ca33f667638228f4f387241fb2e0a6f4d8 | 0f4b29d3b783ccc5bacda98bd2c1c11c716a1d9e | refs/heads/master | 2020-03-15T02:45:06.657431 | 2018-05-03T01:40:36 | 2018-05-03T01:40:36 | 131,925,497 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,192 | c | /*
* Ryan Dickie
* Audio example that loads a series of files and puts them through the mixer.
* Originlly derived from the audio example on the wiki.
*/
#include <stdio.h>
#include "allegro5/allegro.h"
#include "allegro5/allegro_audio.h"
#include "allegro5/allegro_acodec.h"
#include "common.c"
int ... | [
"capsulejiang@gmail.com"
] | capsulejiang@gmail.com |
54b6a1c9a8e4317317225faa50229b729d7c26c7 | c0cb14bdf5c3b2e97dd5eba73fb21e825c0000a4 | /uva/11854 - Egypt.c | f9ad99cfb79e5596d0d9cf88f231263dbf541faa | [] | no_license | MISabic/Competitive-Programming-Problem-Implementation | 799cab32a3519b60dfa390f6e115a50d105f12c1 | 04e1a68f45ce2fabe33b7006fe78c680d39fb12f | refs/heads/master | 2022-12-08T13:59:49.044444 | 2020-08-11T06:07:41 | 2020-08-11T06:07:41 | 286,660,692 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 518 | c | #include<stdio.h>
#include<stdlib.h>
long int intSort(const long int *a, const long int *b)
{
return (*a-*b);
}
int main()
{
long int arr[3];
while(scanf("%ld %ld %ld",&arr[0],&arr[1],&arr[2])==3)
{
if(arr[0]==0 && arr[1]==0 && arr[2]==0)
break;
qsort(arr,3,sizeof(long int)... | [
"sbcmuhiminul@gmail.com"
] | sbcmuhiminul@gmail.com |
4c79182ecfe68c366ccbaf951aa13794e794de86 | 8d753bb8f19b5b1f526b0688d3cb199b396ed843 | /osp_sai_2.1.8/system/sdk/tsingma/libpktxr/src/ctp_filter.c | 1c9d24def2e981a6a6d5f0a07eb99b82ad710723 | [] | no_license | bonald/vim_cfg | f166e5ff650db9fa40b564d05dc5103552184db8 | 2fee6115caec25fd040188dda0cb922bfca1a55f | refs/heads/master | 2023-01-23T05:33:00.416311 | 2020-11-19T02:09:18 | 2020-11-19T02:09:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,896 | c | /****************************************************************************
* ctp_filter.c provides all CTP Packet filter Fucntion and Macros define.
*
* Copyright: (c)2007 Centec Networks Inc. All rights reserved.
*
* Modify History:
* Revision: R0.01.
* Author: Anchor Xie.
* Date: 2007-4... | [
"zhwwan@gmail.com"
] | zhwwan@gmail.com |
ba2df21ae0f48f64d809fb58b8563b7d99a3b8de | fc7d5b988d885bd3a5ca89296a04aa900e23c497 | /Programming/L475VG-IOT01A-Mbed-AWS-IoT/mbed-os/features/nanostack/sal-stack-nanostack/source/Service_Libs/mdns/ns_fnet_port.c | 63e904b1911c2791784305af0c261936e0a3c7d7 | [
"Apache-2.0"
] | permissive | AlbinMartinsson/master_thesis | 52746f035bc24e302530aabde3cbd88ea6c95b77 | 495d0e53dd00c11adbe8114845264b65f14b8163 | refs/heads/main | 2023-06-04T09:31:45.174612 | 2021-06-29T16:35:44 | 2021-06-29T16:35:44 | 334,069,714 | 3 | 1 | Apache-2.0 | 2021-03-16T16:32:16 | 2021-01-29T07:28:32 | C++ | UTF-8 | C | false | false | 8,390 | c | /*
* Copyright (c) 2017, Arm Limited and affiliates.
* SPDX-License-Identifier: Apache-2.0
*
* 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/LICEN... | [
"albmar-6@student.ltu.se"
] | albmar-6@student.ltu.se |
f318e2a46f2e0b0348ae65f4d509a620c348581f | 2848956572ae21ba66a35219112c0065227b7cbc | /ApiFunctors/FileManagement/ApiFindFirstFileNameW.h | 390343529dd8ec7d4631f98e5cc18d6205c7c382 | [] | no_license | BenjaminKim/FileSystemTest | c117e32ec769a6b3171dbf71499d2ad9503c803a | e755cd2ba0e4f07bf591264801b920db9746766d | refs/heads/master | 2021-12-04T16:36:50.312309 | 2021-11-15T02:43:21 | 2021-11-15T02:43:21 | 12,752,490 | 16 | 5 | null | 2016-02-01T13:10:22 | 2013-09-11T09:25:17 | C++ | UTF-8 | C | false | false | 732 | h | #pragma once
DEFINE_API_CLASS_DYN_BEGIN(FindFirstFileNameW, Kernel32.dll)
HANDLE operator()(
__in LPCWSTR lpFileName,
__in DWORD dwFlags,
__inout LPDWORD StringLength,
__inout PWCHAR LinkName)
{
ADD_IN_PARAM(PSTR, lpFileName);
ADD_IN_PARAM(DWORD, dwFlags);
ADD_IN_PARAM(PDWORD, S... | [
"benjamin@kakao.com"
] | benjamin@kakao.com |
e9131f34b68e9624d3ee5d70065eeea11dee8c14 | b2a0bc03d73b670c657ab03768eb41756bb0c0a4 | /Silicon/Intel/IntelSiliconPkg/Feature/VTd/IntelVTdCorePei/IntelVTdDmar.c | 93207ba5218252a92190497cfe948d3600b148cf | [
"BSD-2-Clause-Patent",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown",
"BSD-2-Clause",
"FreeBSD-DOC",
"Zlib",
"BSD-3-Clause",
"Python-2.0",
"DOC",
"MIT"
] | permissive | zhujun74/edk2-platforms | 69566361c00a67c03a30e600c3e78f7dfa822284 | 9131d63e08b6845d28778a73c719ae3ef08e42f2 | refs/heads/master | 2023-08-14T15:17:04.432766 | 2023-07-13T05:29:38 | 2023-07-17T05:31:23 | 142,731,135 | 0 | 0 | BSD-2-Clause | 2018-07-29T04:38:42 | 2018-07-29T04:38:42 | null | UTF-8 | C | false | false | 24,922 | c | /** @file
Copyright (c) 2023, Intel Corporation. All rights reserved.<BR>
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
#include <PiPei.h>
#include <Library/BaseLib.h>
#include <Library/BaseMemoryLib.h>
#include <Library/IoLib.h>
#include <Library/DebugLib.h>
#include <Library/MemoryAllocationLi... | [
"ray.ni@intel.com"
] | ray.ni@intel.com |
5e2a40cbb9daa28c707fc7b4472ac71fc96e8cfb | 67dfc892ee8a90e478c7d24142fee8c786dbd8c1 | /0x14-bit_manipulation/4-clear_bit.c | 99dc1abddcd98bb021a7ff28998208d0c8e6c130 | [] | no_license | 4ions/holbertonschool-low_level_programming | 8b15a10b33f5a2cdd73568777636dac37f056124 | 0d03734b0d861c729629ca2efa7121234d210720 | refs/heads/master | 2023-04-13T08:51:02.040590 | 2021-04-22T13:42:15 | 2021-04-22T13:42:15 | 296,074,937 | 0 | 3 | null | null | null | null | UTF-8 | C | false | false | 376 | c | #include "holberton.h"
/**
* clear_bit - sets the value of a bit to 0 at a given index
* @n: base 10 number
* @index: index to set to 1
*
* Return: 1 if it worked, or -1 if an error occurred
*
*/
int clear_bit(unsigned long int *n, unsigned int index)
{
unsigned long int mask;
if (index > 63)
return (-1);
... | [
"leovalenciasantana@gmail.com"
] | leovalenciasantana@gmail.com |
c38e32b394d0f3fc0e99c5c8f1ab85875aca9fd2 | dfbe5331f94383bf691de5d34d45f9a7aa25d64a | /Lab2/ILC/ILC_2018_quarc_win64/rtmodel.h | 05b53508cef012a31ffd5e59a4edac6fbc0fd1f7 | [
"BSD-2-Clause"
] | permissive | sassafras13/Fall2019-24774 | 48d94d078e57c1f93360a6359e20288ee6b2f8de | e81af5a38edf936655a14c4b9fe73583b24dc1ca | refs/heads/master | 2020-07-19T08:03:10.784231 | 2019-10-18T08:22:39 | 2019-10-18T08:22:39 | 206,407,012 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 950 | h | /*
* rtmodel.h:
*
* Academic License - for use in teaching, academic research, and meeting
* course requirements at degree granting institutions only. Not for
* government, commercial, or other organizational use.
*
* Code generation for model "ILC_2018".
*
* Model version : 1.462
* S... | [
"noreply@github.com"
] | sassafras13.noreply@github.com |
ed4177d421dfbda501e8b3495fb74ebeae29e7c3 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/gpu/drm/sun4i/extr_sun4i_tcon.c_sun4i_tcon_finish_page_flip.c | f77d22309f30251bbc9edb845bf02d0e7953cf5d | [] | 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,228 | 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 |
d05bfa6965e975b5156a1f0c8173749e77506475 | 28df474f7e0ad5c70d5de87c5304c8b6f5cadabf | /test.c | 89b1c15b27ccfd98acbfeb2d0bf004ff4492a7ed | [] | no_license | wolly1138/bubble_sort | 88816a16849d8b11c5a2e256e4ac045aedf6ad89 | b43a5ffa4764f873fedf946929201457ee949bc6 | refs/heads/master | 2021-01-20T19:12:54.164614 | 2016-07-02T17:01:47 | 2016-07-02T17:01:47 | 62,117,692 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 873 | c | #include "stdio.h"
#include "string.h"
#define MAX_WORD_NUM 32
//已经完成排序
#define DONE 0
//未完成排序
#define UNDONE 1
int main(int argc, char** argv)
{
int i,j;
int flag = UNDONE; //监控是否已经有序
char *temp;
char *buf[MAX_WORD_NUM];
int buf_len = argc - 1;
int cnt = 0; //记录外循环次数
if(argc < 2)
return -1;
fo... | [
"wolly1138@sohu.com"
] | wolly1138@sohu.com |
e01195490c7c19ad5d4fad9968f4ce39e7e3336c | 0b7adc8ea8acac3ea7c4b624955bb9ec44d5758c | /C_CODES/Conditional Statements in C.c | 11e92be9b2f5aa3650bf897760885a2c4be869ab | [] | no_license | Sourav-kalal/HACKER_RANK | 04ef12d52db6bd70a6ea9d785b595d1e6e28cb1c | 9b6f996c7a94944740920c137b208c9c0ff7ba14 | refs/heads/master | 2022-12-20T01:56:05.832747 | 2020-10-04T14:37:35 | 2020-10-04T14:37:35 | 247,616,028 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,705 | c | #include <assert.h>
#include <limits.h>
#include <math.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
char* readline();
int main()
{
char* n_endptr;
char* n_str = readline();
int n = strtol(n_str, &n_endptr, 10);
if (n_endp... | [
"Souravkalal99@gmail.com"
] | Souravkalal99@gmail.com |
5257f4a204801a7688f28f803ae57ced40c6a344 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14642/function14642_schedule_16/function14642_schedule_16_wrapper.h | da10ed81fd32fd6bfafe35d2fd055f4dfb90dab1 | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 306 | h | #ifndef HALIDE__generated_function14642_schedule_16_h
#define HALIDE__generated_function14642_schedule_16_h
#include <tiramisu/utils.h>
#ifdef __cplusplus
extern "C" {
#endif
int function14642_schedule_16(halide_buffer_t *buf00, halide_buffer_t *buf0);
#ifdef __cplusplus
} // extern "C"
#endif
#endif | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
44e7f9599eb6279babf4553603e8c702c95d0733 | 508e7ea12fdad3afb2acb2cd0d48e1e9f2ebd6e6 | /程序/3/Ex_Research/resource.h | 635917b9b28eb43e6c31c9394a77d140af7bbf78 | [] | no_license | shuhongfan/Visual_C | 027462a16e4d8e11dafeff7adefd955e00cca1aa | d7018cbc34497a98ae488c12b24723984e04d028 | refs/heads/master | 2023-09-04T00:13:00.668662 | 2021-11-03T00:18:36 | 2021-11-03T00:18:45 | 424,039,033 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,433 | h | //{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Ex_Research.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_EX_RESEARCH_DIALOG 102
#define IDR_MAINFRAME ... | [
"shuhongfan@live.com"
] | shuhongfan@live.com |
ac0fb322c9287985609929a2ea84e14fd9dfa5a0 | 05d47a392268c0ffa237d70796a67b4ae5e797f4 | /ft_lstiter.c | 18999e6a9c1b9977d8f301a7064e2924ba0ff777 | [] | no_license | m1cron/Libft | 97f64121b70fed43e069a7692209a0526e348bbf | 9ddb46e5e7dc99c2a5f78b3e69926e40163a3cea | refs/heads/master | 2023-01-06T21:31:15.384198 | 2020-10-31T16:23:33 | 2020-10-31T16:23:33 | 285,910,291 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,092 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstiter.c :+: :+: :+: ... | [
"m1cron4900@gmail.com"
] | m1cron4900@gmail.com |
cf899be30fdeeac8bf3594338572c0271451755d | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/248/611/CWE78_OS_Command_Injection__wchar_t_listen_socket_w32_spawnlp_54a.c | bc986f51c827a8c9578220c903abd389549b95c5 | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,694 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__wchar_t_listen_socket_w32_spawnlp_54a.c
Label Definition File: CWE78_OS_Command_Injection.strings.label.xml
Template File: sources-sink-54a.tmpl.c
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: listen_socket Read data using a... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
63b6281f1ab2e5d959b48b1c14c3ac2665d25fe3 | 31c933b724e4357d3b71399118baaaccd0c8937a | /DuetPkg/EfiLdr/PeLoader.c | a586240d79101dc6317c3f2ec027d504bb3dcc70 | [
"BSD-2-Clause"
] | permissive | killvxk/ShellTool | b6c3c83a42adf10ce187153336ce58b59da66127 | e25538c06f699a807b5ca31abd676fe6e6f2ceac | refs/heads/master | 2021-01-22T08:29:13.449896 | 2017-01-20T09:33:00 | 2017-01-20T09:33:00 | 81,906,104 | 12 | 7 | null | 2017-02-14T04:47:42 | 2017-02-14T04:47:42 | null | UTF-8 | C | false | false | 18,805 | c | /*++
Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at ... | [
"lexyu@zhaoxin.com"
] | lexyu@zhaoxin.com |
2e1ebed04a4e642c579b70ba002d32b542cf3bf0 | 19bfc4dbd6509d366724d95462fdc7f806a2221b | /rts/opcodes.h | 89c83941825e9b579e94d980bf0aea58bd1cb1fe | [] | no_license | nominolo/13 | b871bf8e0ac080933bde0277ff26ebc0fcbbb352 | 3110d56e166c40f71d6c3f2c04fa7bd624a97cb6 | refs/heads/master | 2016-09-06T06:43:52.158041 | 2009-11-15T02:17:33 | 2009-11-15T02:17:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,595 | h | #ifndef THIRTEEN_OPCODES_H
#define THIRTEEN_OPCODES_H
#include <stdint.h>
#ifndef cast
#define cast(t, exp) ((t)(exp))
#endif
/*********************************************************************
Instruction Formats
-------------------
(Same as Lua 5.1)
+--------+---------+---------+---------+
| Opcode ... | [
"nominolo@googlemail.com"
] | nominolo@googlemail.com |
305c64dc135f6dfa7f037c496ef5c89a456d6be2 | bb1b90b1f798dcc3ff8139aea27acb1e87b9069e | /clans.c | f9967fbf66e31e925a22ad40a3d07469b5d901c8 | [] | no_license | KillerMud/Source | 2fbdf3e1b23036bc983871ba5ea7cee6c291ce3f | ef69d9c795450a74175fe68cc2a14062e9814bc9 | refs/heads/master | 2021-01-23T09:49:39.361425 | 2013-11-01T10:23:33 | 2013-11-01T10:23:33 | 14,039,539 | 1 | 1 | null | null | null | null | ISO-8859-2 | C | false | false | 41,765 | c | /************************************************************************
* *
* KILLER MUD is copyright 1999-2011 Killer MUD Staff (alphabetical) *
* *
* Andrzejczak Domini... | [
"root@pl"
] | root@pl |
ebd6d23d2be357d2481036d8769651d223006b54 | 3a56b1155d39c8e4dfaff52f0ec2e43b64304c28 | /frames/06200.h | 04fd9fabd029aecfb147ff6cc59bebf1ae2d758c | [] | no_license | RippedOrigami/GBA-Rick | 6a610bde18e8dda978730b2d754565e9cdcbfe1d | 0953de71ad0a392f5d3a0bcedc54d55e478925b7 | refs/heads/master | 2021-05-28T17:10:33.260039 | 2014-11-28T17:14:04 | 2014-11-28T17:14:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 660 | h |
//{{BLOCK(_6200)
//======================================================================
//
// _6200, 40x40@8,
// + palette 256 entries, not compressed
// + 25 tiles lz77 compressed
// Total size: 512 + 1360 = 1872
//
// Time-stamp: 2014-11-28, 05:20:23
// Exported by Cearn's GBA Image Transmogrifier, v0.8.12
// ( ... | [
"mtinc2@gmail.com"
] | mtinc2@gmail.com |
6017b270b7dea0897d73580398b8467f7e5bd8a0 | 143b6864e748d94291d3523137d7c1c055806d04 | /src/tool/fuse_node.h | 1af09b300bcc6d76e471b765bf1b6371029d8d0c | [
"MIT"
] | permissive | chzchzchz/fsl | d988ee009b69d12a976e5a6c1e01bc8eba3063a9 | 2df9e4422995f58e719e730c8974ea77c5196bc6 | refs/heads/master | 2021-01-22T04:33:45.053999 | 2015-11-18T08:26:35 | 2019-05-04T01:30:22 | 29,287,291 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 133 | h | #ifndef FSL_FUSE_NODE
#define FSL_FUSE_NODE
#include "bridge.h"
struct fsl_bridge_node* fslnode_by_path(const char* path);
#endif
| [
"chz@bingularity.org"
] | chz@bingularity.org |
56a02ac82ae8d9fa94c6319fcf4f280481c08951 | d26545c223c2a60ac23945f342cad6040b33ce5a | /projects/WICED/ww101key/05/03_wpa2_info/03_wpa2_info.c | 4061cedea4f5a778c31b25d766363810b8bf7d51 | [] | no_license | d4rk0gr3/WA101 | 4c6b38587733351ff9a456334889dfd9afd66432 | 3f97ac3495527b9513bcd7f91aa9f5685160aacd | refs/heads/master | 2020-04-16T00:43:37.920932 | 2017-03-17T20:59:23 | 2017-03-17T20:59:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,367 | c | // Attach to a WPA2 network named WW101WPA (this is set in the wifi_config_dct.h file).
//
// Network info is printed to the UART upon connection:
// local IP address
// Netmask
// Gateway IP address
// IP address for www.cypress.com
// Local device MAC address
//
// If the connection is successful, the ... | [
"gjl@cypress.com"
] | gjl@cypress.com |
4397fb1180b1db4f6b462639ec67cf7a6d2e2e3c | 5896167027f07d1e53672ebb76b60ed7bf2f09c8 | /Win10_1803_RS4/x64/System32/ndis.sys/Standalone/_NDIS_GFT_COUNTER_PARAMETERS.h | 7ade7dc9a9c947941271375820cd1550d52504da | [] | no_license | antiwar3/headers | c776e1de8b552e1284901361907f5e7515ef20ae | e3ec0f11f62cdc76b6c0b6b9fa0d6ffe55e476f0 | refs/heads/master | 2021-05-25T22:49:20.063532 | 2020-02-24T21:43:26 | 2020-02-24T21:44:11 | 253,953,543 | 1 | 2 | null | 2020-04-08T01:25:44 | 2020-04-08T01:25:44 | null | UTF-8 | C | false | false | 1,720 | h | typedef struct _NDIS_OBJECT_HEADER
{
/* 0x0000 */ unsigned char Type;
/* 0x0001 */ unsigned char Revision;
/* 0x0002 */ unsigned short Size;
} NDIS_OBJECT_HEADER, *PNDIS_OBJECT_HEADER; /* size: 0x0004 */
typedef enum _NDIS_GFT_COUNTER_UPDATE_FREQUENCY
{
NdisGftCounterUpdateFrequencyUndefined = 0,
NdisGftCoun... | [
"w.benny@outlook.com"
] | w.benny@outlook.com |
ded115d4c205cda96c441d3fe07df4afbd2044d3 | eafae6e88ae9c25a11a218414e4e80a73de8deed | /Dependencies/Header/mysql/mysql.h | 34f0985882b08840a2ec349e0a5e8c7ec1f0f7b3 | [
"Apache-2.0"
] | permissive | GabrielLins64/SimpleERP | 12fdc969a8bf1a211cc48b62fac10ec601eec8c1 | 8a25bdab32bd58a866f429b7f541e0e0617ef2e1 | refs/heads/main | 2023-05-14T11:55:15.623120 | 2021-06-02T18:41:58 | 2021-06-02T18:41:58 | 373,289,684 | 0 | 0 | Apache-2.0 | 2021-06-02T20:05:27 | 2021-06-02T20:05:26 | null | UTF-8 | C | false | false | 41,230 | h | /* Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB
2012 by MontyProgram AB
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of... | [
"miguelnischor@gmail.com"
] | miguelnischor@gmail.com |
691c84de62a3061c9c8fd851eb80c2f659b0886d | e79baefb428af70be149dab2eb5f8b02322d4279 | /epoc32/include/apasvst.h | 53018301c2f215111ba81a3b635eeb566641c78e | [] | no_license | EKA2L1/oss.API_REF.Public_API | 24e8bdef672b6d7dfaafc38790591bfbdfcbefe7 | bc81f066aa6ffc3e41775a34ededbcf76da2ccfe | refs/heads/master | 2020-03-30T16:57:46.945926 | 2009-11-24T13:55:44 | 2009-11-24T13:55:44 | 151,434,948 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10 | h | apasvst.h
| [
"williamr@symbian.org"
] | williamr@symbian.org |
2f6c61036e6c2327374a326402d2bb1acc401101 | b20b0c8d7998613bddf22aef49e0401d74c8fc93 | /C++/Server.h | 777bf1922f73f473da5e230a11f243172b90dc4e | [] | no_license | mercierlapro/cloche | b4c7e7fba02286bcbea4dfe71863454ea453b95a | c711159878e643299880dbfacfebd1ea7bc8731e | refs/heads/master | 2020-04-12T19:53:49.434468 | 2019-01-23T08:17:44 | 2019-01-23T08:17:44 | 162,720,721 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 422 | h | //---------------------------------------------------------------------------
#ifndef ServerH
#define ServerH
#include <IdBaseComponent.hpp>
#include <IdComponent.hpp>
#include <IdTCPServer.hpp>
#include <IdTCPConnection.hpp>
//---------------------------------------------------------------------------
//class Server... | [
"billard855@gmail.com"
] | billard855@gmail.com |
017f607ed95bb0588007ce86faa8ccc889ab4bc0 | 258a11dce700ffd157d6d35cd30987766f77dcd2 | /external/kconfig/mconf.c | 40434d0930cfe801e6a5e3b1da8e039e7fcd38ed | [
"BSD-3-Clause",
"BSD-2-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | benwei/f9-kernel | c07d5b1a9bfba27ab636beea0e4db6c5c47a08cb | 303e2d222ee323063130767c752a8417b0d1af31 | refs/heads/master | 2021-01-12T22:10:24.240519 | 2017-09-08T08:20:36 | 2017-09-08T08:20:36 | 18,946,089 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,080 | c | /*
* Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
* Released under the terms of the GNU GPL v2.0.
*
* Introduced single menu mode (show all sub-menus in one large tree).
* 2002-11-06 Petr Baudis <pasky@ucw.cz>
*
* i18n, 2005, Arnaldo Carvalho de Melo <acme@conectiva.com.br>
*/
#include <ctype.h>
#in... | [
"jserv@0xlab.org"
] | jserv@0xlab.org |
e34ca32b59c1053da4c055513af25daac1396cd5 | 00af2f847c05c4896c840351e35b23da8f3ea39a | /chapter1/celsiusToFahrenheit.c | f24bdaa9ba9bd484c9e20fd7eb7f2ab913f515a4 | [
"MIT"
] | permissive | Bachmann1234/cprogramminglanguage | c473a5f505000a511a27e1a23ba4991e4a3b26bb | f65ed9970351ec88ee16afc38e774c567447da9c | refs/heads/master | 2020-04-14T10:44:34.486216 | 2019-01-27T22:40:46 | 2019-01-27T22:40:46 | 163,794,631 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 522 | c | #include <stdio.h>
/* print Fahrenheit-Celsius table
for fahr = 0, 20, ..., 300; floating point version */
int main()
{
float fahr, celsius;
int lower, upper, step;
lower = 0; /* Lower limit of temperature table */
upper = 300; /* upper limit */
step = 20; /* step size */
celsius = lower;... | [
"mbachmann@fitbit.com"
] | mbachmann@fitbit.com |
b4b3b97fbdf0ed93f8d14f377cc85dbda4d3ab0b | 402ba7b1034e83837b42b6617bd13136e7d5a88d | /BSQ_all/mainlogic.c | 45e112908cc367fef83d70a8e1f6bce5e3521439 | [] | no_license | axzoo/42piscine-JUL-SV | f777a01550e176347836808822b2948a46d0e4a7 | 34fc5301387a22fab341c0a3c8f9faa8f06c6b58 | refs/heads/master | 2020-04-14T19:12:07.683509 | 2019-01-04T05:06:04 | 2019-01-04T05:06:04 | 164,049,071 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,857 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* mainlogic.c :+: :+: :+: ... | [
"kesancyc@gmail.com"
] | kesancyc@gmail.com |
19853f50bd217109a76c4f5939de758b872ec4e4 | 953580c67bb44c455e2274bc505d9f058ad6ad89 | /caesorCipher.c | 9c0aeb724a5ba9f8f43397688c073bd7b72ca428 | [] | no_license | 17BTCS023/Information-And-Networking-Security | ac0d1b4661465777cde39c6be74f3489c17f30de | a6ecb6ca29ac45bd717b917fcda62e0c9fe4578a | refs/heads/master | 2020-12-28T15:05:20.697938 | 2020-03-11T19:12:47 | 2020-03-11T19:12:47 | 238,381,704 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 739 | c | #include <stdio.h>
int main(){
char message[100],ch;
int i, key;
printf("Enter a message to encrypt: ");
gets(message);
printf("Enter key: ");
scanf("%d", &key);
for(i=0; message[i]!='\0';++i)
{
ch= message[i];
if(ch>='a' && ch <='z'){
ch=ch+key;
if(ch>'z') ch=ch-'z' + 'a'-1;
message[i]=ch;
}
else if(ch>='A' &&... | [
"noreply@github.com"
] | 17BTCS023.noreply@github.com |
3af3cb2c1d41d46296ba87e20fd137bb0c6ddeb4 | 9e15ab238833565cee000fe37f213e4fabceda1b | /hls/xilinx_design/examples/coding/cpp_ap_int_arith/cpp_ap_int_arith.h | d5f9303432d2a7f9db60ee25fef12349889945f7 | [] | no_license | Bounce00/fpga | 1d40989b4fed96c04f0c9304f20ba504f221f4ec | 6baf0ff8519cfa066978b68471d7a2f8d3270e17 | refs/heads/master | 2020-03-28T13:32:38.290566 | 2018-09-14T01:41:34 | 2018-09-14T01:41:34 | 148,403,665 | 0 | 0 | null | 2018-09-14T01:41:35 | 2018-09-12T01:35:38 | C++ | UTF-8 | C | false | false | 5,617 | h | /*******************************************************************************
Vendor: Xilinx
Associated Filename: cpp_ap_int_arith.h
Purpose:Vivado HLS Coding Style example
Device: All
Revision History: May 30, 2008 - initial release
*******************************... | [
"Haijun.zhang@sigtrum.com"
] | Haijun.zhang@sigtrum.com |
5282d8fa4a76be154581292ce248ef786d600c1e | 82b8efa96a62661b786ea184d63ad8da8883985f | /hdrs/bufferq.h | 11337513721bf828a56e994c2c7088465cb44a52 | [
"Artistic-1.0",
"LicenseRef-scancode-unknown-license-reference",
"OpenSSL",
"LicenseRef-scancode-openssl",
"LicenseRef-scancode-ssleay-windows"
] | permissive | tkrajcar/pypenn | b2d0c9bbea85554d070facc2ac4785d18fc13c8d | cf726d6b25f6b200acc42f4a82bf7ae2ac11d926 | refs/heads/master | 2020-05-19T11:40:28.641960 | 2011-06-21T18:52:09 | 2011-06-21T18:52:09 | 1,874,319 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,187 | h | /**
* \file bufferq.h
*
* \brief Headers for managing queues of buffers, a handy data structure.
*
*
*/
#ifndef BUFFERQ_H
#define BUFFERQ_H
typedef struct bufferq BUFFERQ;
struct bufferq {
char *buffer; /**< Pointer to start of buffer */
char *buffer_end; /**< Pointer to insertion point in buf... | [
"allegro@conmolto.org"
] | allegro@conmolto.org |
48dd647285d9073ec1c1381bd8cfd128752e1bba | 1ea4bd0d283c3115fe5a69105cbe0f0754898b05 | /SYSTEM/timer/timer4.h | 0e4bed9c50ddaa6c8379bc91865723e398801262 | [] | no_license | Lin-Aoct/GongChengXunLian | b09d63e68bf9be5f88770ee5ac3671e9c3786ce5 | 51b6384862a1f1e51544ac80feba47f6d60c7ebf | refs/heads/main | 2023-04-03T02:57:35.867786 | 2021-04-19T11:43:15 | 2021-04-19T11:43:15 | 352,704,124 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 102 | h | #ifndef __TIMER4_H
#define __TIMER4_H
#include "stm32f4xx.h"
void Encoder_Init_TIM4(void);
#endif
| [
"mclouds.top@foxmail.com"
] | mclouds.top@foxmail.com |
5347869e34a883ea7aed5b0e32410723e2bf9197 | c778a9df514843f3d3df942a7189c7084aee5408 | /final_harshal/code_flight/final flight/Downlink_sat - Final/GccApplication4/uart.h | 5740ecb5ad2b79d79b99a2951cef852a44684fa7 | [] | no_license | omkolhe/Pratham-OBC-Codes | 63fa721ee62d2fa889cf5b929fb5c0512dac3a1f | 7c74e142932e0ce69c28e5b85bfca73826f2ec59 | refs/heads/master | 2021-01-22T02:04:56.322490 | 2017-07-18T09:05:16 | 2017-07-18T09:05:16 | 92,540,250 | 0 | 1 | null | 2017-05-26T18:59:09 | 2017-05-26T18:59:09 | null | UTF-8 | C | false | false | 430 | h | /*
* uart.h
*
* Created: 01-04-2012 00:52:10
* Author: Hussain
*/
/**
* @file uart.h
* @brief Contains the various pin/port definitions and procedures for uart.
*/
#ifndef UART_H_
#define UART_H_
#include "common.h"
void init_UART0(void );
void transmit_UART0(char data);
uint8_t receive_UART0(void);
vo... | [
"anantjoshi97.iitb@gmail.com"
] | anantjoshi97.iitb@gmail.com |
0e5a814dfe1393b3e8e6c587410852c6893d4b47 | c722af4b101ffdfc03d5e220b5ed57554c92bcd8 | /antiguo/vision_back/red_neuronal/include/red_neuronal.h | 4263881e1fbe423c59be2cb3f50c00d539be4b9a | [] | no_license | BackupTheBerlios/visionrobot | 606b8bc242459c61d9ee7c8812efc0a817e2640f | c2360f83821d0ecd5c9770bf55b88b54ea6f498a | refs/heads/master | 2021-01-10T20:17:03.530840 | 2005-06-28T11:25:15 | 2005-06-28T11:25:15 | 40,068,967 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 903 | h | #ifndef _RED_NEURONAL_H_
#define _RED_NEURONAL_H_
typedef struct {
int numEntrada;
int numOculta;
int numSalida;
double* capaEntrada;
double* capaOculta;
double* capaSalida;
double *ocultaD;
... | [
"zosco"
] | zosco |
98c5f878f6b6b508bad96d1486cd9b9f423ce239 | b2d48aac47dc3a3050f9cb562808f0e6f19a36e4 | /likhitha/recursion/primenumber.c | 3ebc3dfb316fe2734a7076c7bdcad38d58876058 | [] | no_license | bhagavansprasad/students | 7f7df2f4c2350025d58406794a7d94d9c8a9d7be | 2822fb81cfb6714d48dea1e4957d6011ffa6198b | refs/heads/master | 2023-08-04T04:44:11.346963 | 2023-07-24T06:09:00 | 2023-07-24T06:09:00 | 193,177,404 | 0 | 0 | null | 2022-11-30T23:33:00 | 2019-06-22T01:21:59 | C | UTF-8 | C | false | false | 408 | c | #include<stdio.h>
int main()
{
int num=15,a , b = 2;
a = isPrime(num, b);
if(a==0)
printf("%d is a prime number\n",num);
else
printf("%d is not a prime number\n",num);
printf("\n");
}
int isPrime(int num, int i)
{
if( num == 1)
return 1;
else if( num % i == 0 && num == i)
return... | [
"bhagavan.prasad@blackpeppertech.com"
] | bhagavan.prasad@blackpeppertech.com |
dc694cc8ac0173f8baffbfbe7f26098b98927a6f | b9c103ac77101796bfc394f0f0860abf7287090d | /kernel/source/object/tsk/wup_tsk.c | 5dd5d13abeb8ed0212c93086d4169d2591e66019 | [] | no_license | ryuz/hos-v4a | d72ace691c743033d5c3d59b9d2415ea15c15f9a | e8f72cabb4d07eb715c5c9c13f6f2030f8073034 | refs/heads/master | 2023-08-06T22:15:15.283348 | 2023-07-29T04:35:25 | 2023-07-29T04:35:25 | 2,119,291 | 4 | 1 | null | 2022-04-01T10:25:52 | 2011-07-28T16:01:00 | C | UTF-8 | C | false | false | 3,358 | c | /**
* Hyper Operating System V4 Advance
*
* @file wup_tsk.c
* @brief %jp{タスクの起床}%en{Wakeup Task}
*
* Copyright (C) 1998-2009 by Project HOS
* http://sourceforge.jp/projects/hos/
*/
#include "core/core.h"
#if _KERNEL_SPT_WUP_TSK
/** %jp{タスクの起床}%en{Wakeup Task}
* @param tskid %jp{起床対象のタスクのID番号}%en{... | [
"ryuz"
] | ryuz |
384575c485517f556aacc5e04ed951ffb0feefaf | 58b0a08a90dad3b9b48a11ec8eabeadcc647288e | /SourceCode/inc/ProgramTable.h | b6b3a7447fd56fbf98e18d1e7e4cfd725d383db9 | [] | no_license | menggaoling/Vulcan | 88980f5f6c04d7e295816795d519a50857fade60 | bcd77497a74d65c71340432812f20d97a7e7ba1c | refs/heads/master | 2020-03-24T20:22:51.453857 | 2018-10-31T03:44:41 | 2018-10-31T03:44:41 | 123,526,394 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,112 | h | //#include "stm32f10x_conf.h"
uc8 aby_FatBurn[20][16]=
{{ 0, 0, 10, 15, 10, 15, 10, 15, 15, 10, 15, 10, 15, 10, 0, 0},//1
{ 0, 0, 20, 35, 20, 35, 20, 35, 35, 20, 35, 20, 35, 20, 0, 0},//2
{ 0, 10, 20, 40, 20, 35, 20, 40, 35, 20, 35, 20, 40, 20, 0, 0},//3
{ 0, 20, 20, 50, 20, 35, 20, 50, 35, 20, 35, 20, 50, 2... | [
"menggaoling@johnsonfitness.com"
] | menggaoling@johnsonfitness.com |
3f1ba607a85a38b98371038787189b87541d3870 | 9d8fe725e79e5856b8b863abf0907a6a5f6f8a3c | /813B554.c | df5a00c133fef6c8dd5c4b6fb8fb9a3580779a76 | [] | no_license | camthesaxman/ruby-c | 08bb12c3c6662b113f558a2b43a4f232fedcbd91 | afb59d795416468362ddf942d4cb1fca638f2bd6 | refs/heads/master | 2020-12-30T16:45:53.246386 | 2016-09-11T22:33:27 | 2016-09-11T22:33:27 | 91,023,059 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 215 | c | int __fastcall sub_813B554(unsigned __int8 a1)
{
unsigned __int8 v1; // r4@1
int v3; // [sp+4h] [bp-4h]@0
v1 = a1;
DisplayYesNoMenu(0x14u, 8u, 1);
sub_80F914C(v1, (int)&gUnknown_084062E8);
return v3;
}
| [
"shadow962@live.com"
] | shadow962@live.com |
6598d13574923b6e9d6f8b42b91916c47877b77a | 631cfe701295a123bf90481d03588cfbfef94292 | /components/audio_stream/test/fatfs_stream_test.c | 6c31787542bd4650076d40075ba1bb8d0344a6f6 | [
"Apache-2.0"
] | permissive | mbilloo/esp-idf | 375af736aa68e7b033b1e41c26f81bc16f1aeb1e | 2e02291541ac5b90196e7b78e233a246c9705780 | refs/heads/master | 2022-12-08T10:20:49.396516 | 2020-08-29T13:06:28 | 2020-08-29T13:06:28 | 272,224,941 | 0 | 0 | Apache-2.0 | 2020-06-14T15:03:01 | 2020-06-14T15:03:00 | null | UTF-8 | C | false | false | 6,405 | c | /*
* ESPRESSIF MIT License
*
* Copyright (c) 2019 <ESPRESSIF SYSTEMS (SHANGHAI) CO., LTD>
*
* Permission is hereby granted for use on all ESPRESSIF SYSTEMS products, in which case,
* it is free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to de... | [
"mab@mab-labs.com"
] | mab@mab-labs.com |
49316dd9a3b7188a022deaea37e0b785683f66c0 | f11b97a1710ae5a2e91de9d725e4913a26bb5ec4 | /Src/spi.c | 1f00f3b825bc8a6ba2e3323a287eede8f3821df7 | [] | no_license | merveberik/LCDColourfulbuttonAndGraphic | 8bfe2ebeadd2ea23bd85ec0493c7a7fc5e8240d6 | 2c761cac75cb1b3b7c802cd3e21393d2d07e3076 | refs/heads/master | 2022-03-23T10:01:10.386534 | 2019-09-17T11:02:01 | 2019-09-17T11:02:01 | 208,023,471 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,190 | c | /**
******************************************************************************
* File Name : SPI.c
* Description : This file provides code for the configuration
* of the SPI instances.
******************************************************************************
... | [
"merve-berik@yandex.com"
] | merve-berik@yandex.com |
ede4d3fd9ee00a320b6b83382ce1e8d0bfa121f3 | de49161f3becf0d118cffed1b295aa8735c4389c | /test/flash_conf_test/Core/Inc/main.h | 22503fafa28aa6658d72156d9654e83d4f300885 | [] | no_license | balint603/flash_conf | 91eb02814dd49304797bb5d0d8f516073abf7704 | ea24a1254b34a2c41b7bad242e6fd69409196642 | refs/heads/main | 2023-03-28T18:13:53.516494 | 2021-03-31T09:35:01 | 2021-03-31T09:35:01 | 346,419,723 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,199 | h | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.h
* @brief : Header for main.c file.
* This file contains the common defines of the application.
*******************************************... | [
"balintmajor@gmail.com"
] | balintmajor@gmail.com |
eb72ff38187f331c54ae74e459bb86d9b56a71b9 | 882e579d0b9abea069fb9573f1c376ff3f5f7055 | /v2_TMTDyn_IJRR2020/Samples/Rods/1. STIFF-FLOP/code (SRL n1)/codegen/mex/sprdmpF2/interface/_coder_sprdmpF2_api.c | 4612cbe8270369bfc8ec729073dd741a2343375d | [
"BSD-2-Clause"
] | permissive | LenhartYang/TMTDyn | f92d12d9d913a25eadac309670953ab302ffcfa2 | 134d89b156bdc078f6426561d1de76271f07259e | refs/heads/master | 2023-03-27T12:34:16.250684 | 2021-03-25T13:40:01 | 2021-03-25T13:40:01 | 374,253,641 | 1 | 0 | NOASSERTION | 2021-06-06T02:47:07 | 2021-06-06T02:47:06 | null | UTF-8 | C | false | false | 6,990 | c | /*
* Academic License - for use in teaching, academic research, and meeting
* course requirements at degree granting institutions only. Not for
* government, commercial, or other organizational use.
*
* _coder_sprdmpF2_api.c
*
* Code generation for function '_coder_sprdmpF2_api'
*
*/
/* Include files */
#inc... | [
"m.hadi.sadati@gmail.com"
] | m.hadi.sadati@gmail.com |
7b6e213cfd2b44d9a936062345f1f0a3a6408efe | 90c8be1aba6b0804a89317529af2c342037be0fc | /rotate.c | 1d04addedf28c1919adf9d27477a7f26c82dff40 | [
"MIT",
"HPND-sell-variant",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-mit-old-style"
] | permissive | unxmaal/xli | 7f046e9383f242c250501068bfd50dc87be6ba15 | 4796a1fcd3934a9069ad58d1cebc6d8820ee6ddc | refs/heads/master | 2020-07-26T12:49:06.782977 | 2019-09-15T19:58:08 | 2019-09-15T19:58:08 | 208,649,586 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,694 | c | /* #ident "@(#)x11:contrib/clients/xloadimage/rotate.c 1.8 93/07/23 Labtam" */
/* rotate.c
*
* rotate an image
*
* Contributed by Tom Tatlow (tatlow@dash.enet.dec.com)
*/
#include "copyright.h"
#include "xli.h"
/* rotate_bitmap()
* converts an old bitmap bit position into a new one
*/
void rotate_bitmap(num, p... | [
"eric.e.dodd@gmail.com"
] | eric.e.dodd@gmail.com |
7c7a9e65bc106f23bfbc76e0d677ec74eb43d281 | 9f32836ea276df82460eff15f5a3070a3107857e | /KelisSDK/ugelis/boot/boot/driver/sai/gm_ll_sai.h | 9049e29f103f7cf415d915cd4d906720ba1734d4 | [] | no_license | hdagd/BPI-EAI80-bsp | 723f9c8af1d6a2eea68414167cf7526099ba9656 | cb3fb230de0f16caec117a08ee94b40c41913b1c | refs/heads/master | 2023-06-30T00:56:34.151192 | 2021-07-23T01:27:19 | 2021-07-23T01:27:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,015 | h | /**
*
* Copyright (C) 2016 Gree Microelectronics. All Rights Reserved.
*
* @file sai_dev.h
*
* @author wen.liu
*
* @version 1.0.0
*
* @date 2016/06/13
*
* @brief CMSIS Peripheral Access Layer for GM6601
*
* @note
* 2016/02/25, wen.liu, V1.0.0
* Initial v... | [
"lionwang@sinovoip.com.cn"
] | lionwang@sinovoip.com.cn |
a0ce3c8254b626f91a9e5718200db7f1c337a5fe | 7abe7be72a3da191e75bd5c1d78986d3355384e9 | /lab10/graph.c | f70dadc63430707ea0b7d08790fdde509eda85b7 | [] | no_license | shubh24/DsaLabs | 1c74d9b2fa4239976fade60676dfcb29dffaf198 | 662bdf026614a28026be58875386bb83de254f34 | refs/heads/master | 2021-01-10T03:17:44.749765 | 2016-02-16T18:07:15 | 2016-02-16T18:07:15 | 51,856,933 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,231 | c | #include<stdio.h>
#include<stdlib.h>
typedef struct list{
struct node* child;
struct list* next;
}list;
typedef struct node{
int n;
int done;
struct list* ptr;
}node;
list* createList(int arr[][6],node* nodearr[6],int number){
list* l1 = (list*)malloc(sizeof(list));
if ( nodearr[number] == NULL )
l1->child = crea... | [
"shubhankar24@gmail.com"
] | shubhankar24@gmail.com |
1b4cce5a2327f3cbc826531285746eea40ffd227 | 85da079391eab39084c54f5769db58ee0dd0f597 | /plot/plotPFRandomConeVector.C | 64cde0d73869a6b6f5cf0549c096f7df18350b9f | [
"CC0-1.0"
] | permissive | CmsHI/HFVoronoiCalibration | 32e34d653f842611f236088dfcec0b6d3c23a0e6 | ae2f0eca58b63134b803e99f57c7f2244188b454 | refs/heads/master | 2016-08-13T01:52:45.848441 | 2016-02-25T11:12:36 | 2016-02-25T11:12:36 | 45,073,429 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,712 | c | #include "TFile.h"
#include "TTree.h"
#include "TCanvas.h"
#include "TH3D.h"
#include "TChain.h"
#include "TH1.h"
#include "TMath.h"
#include "TVector2.h"
#include "TRandom3.h"
#include <iostream>
//#include "/Users/mverweij/wrk/macros/plotUtils.C"
//#include "/Users/mverweij/wrk/macros/style.C"
#include "ForestPFsV... | [
"marta.verweij@cern.ch"
] | marta.verweij@cern.ch |
c5e1fb0abe48022a08bedf96167238716e48841d | 27c7a43282073a71e54cdf020a76f68d133a24dd | /VoxelCraftWin/UnManaged/VCGLXShortX.h | 6fa86c7106a271141acfc65ee75dea64c80e3643 | [] | no_license | AThilenius/VoxelCraft | f237a6bd63f6c933710ff48a30cda5bdb1cb020b | 2ecac100928314dc851cad4825bf563f17acdf16 | refs/heads/master | 2021-05-16T03:19:11.321093 | 2019-09-10T16:18:09 | 2019-09-10T16:18:09 | 11,238,943 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 500 | h | //
// VCGLXShortX.h
// VoxelCraftOSX
//
// Created by Alec Thilenius on 10/27/13.
// Copyright (c) 2013 Thilenius. All rights reserved.
//
#pragma once
struct GLshort3
{
GLshort3();
GLshort3(GLshort x, GLshort y, GLshort z );
GLshort x;
GLshort y;
GLshort z;
};
struct GLushort2
{
GLushort2();
GLushort2(G... | [
"alec@thilenius.com"
] | alec@thilenius.com |
cfd110969f2d61b7a1743532da10122918983a21 | 427f48b76d1b312cff7af2d9b535ea333e8d154e | /c/numeric_math_asin.c | 0c0d472561e4d3b305489cdaedd124656a29939b | [
"MIT"
] | permissive | rpuntaie/c-examples | 8925146dd1a59edb137c6240363e2794eccce004 | 385b3c792e5b39f81a187870100ed6401520a404 | refs/heads/main | 2023-05-31T15:29:38.919736 | 2021-06-28T16:53:07 | 2021-06-28T16:53:07 | 381,098,552 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 804 | c | /*
gcc -std=c17 -lc -lm -pthread -o ../_build/c/numeric_math_asin.exe ./c/numeric_math_asin.c && (cd ../_build/c/;./numeric_math_asin.exe)
https://en.cppreference.com/w/c/numeric/math/asin
*/
#include <math.h>
#include <stdio.h>
#include <errno.h>
#include <fenv.h>
#include <string.h>
#pragma STDC FENV_ACCESS ON
int ma... | [
"roland.puntaier@gmail.com"
] | roland.puntaier@gmail.com |
8ab733cb628b9c4076341c6e0bdde1f4fff98f75 | 48d89545fd4a9c8e29c52b2386cd856bc425869a | /Colligens/interprocedural/sendmail/analysis/libmilter/listener.c | d26709f229bd5c85bfdcd231f47c2b7dc691818b | [] | no_license | iranrodrigues/interprocedural | 7bc41f5a5703f588e63533fbfed95955a6c4df05 | a4f34ace03a2876df9a32b37685b23b56fc0565a | refs/heads/master | 2021-01-10T19:46:43.201534 | 2014-03-19T13:10:12 | 2014-03-19T13:10:12 | 15,970,391 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 21,538 | c | //#include <stubs.h>
/*
* Copyright (c) 1999-2007 Sendmail, Inc. and its suppliers.
* All rights reserved.
*
* By using this file, you agree to the terms and conditions set
* forth in the LICENSE file which can be found at the top level of
* the sendmail distribution.
*
*/
//#include <sm/gen.h>
SM_RCSID("@(#)... | [
"iran@iranrodrigues.com.br"
] | iran@iranrodrigues.com.br |
0846069a84fb27cd06afa3cc3654ac1c55081a79 | 113331036c1a01e2d9bbf53e8a76444fb2936e76 | /libdank/utils/rfc3330.h | 23b3874425f8c979b44f86e69b3298aa1c5d7c15 | [] | no_license | dankamongmen/libdank | 0d2349b79bb99e6a992368c476111cdae0e267a5 | a205458430f1f20c62c6db7c7fcfe79d32989dcc | refs/heads/master | 2021-01-19T13:02:33.499854 | 2019-10-30T00:44:35 | 2019-10-30T00:44:35 | 356,757 | 4 | 0 | null | 2019-10-05T07:23:16 | 2009-11-01T05:58:38 | C | UTF-8 | C | false | false | 2,648 | h | #ifndef LIBDANK_UTILS_RFC3330
#define LIBDANK_UTILS_RFC3330
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
typedef enum {
RFC3330_THISNETWORK,
RFC3330_PRIVATE,
RFC3330_PUBLICDATANET,
RFC3330_LOOPBACK,
RFC3330_LINKLOCAL,
RFC3330_UNCLASSIFIED,
} rfc3330_type;
// Argument should be an IPv4 address in... | [
"dank@qemfd.net"
] | dank@qemfd.net |
dd22a8bb721243a5a921c2fff9feebacaff389d7 | 1c6a7ae5dca2a38c68fde97a676478c6573bca02 | /linux-3.0.1/arch/arm/mach-tcc8k/irq.c | 209fa5c65d4cee50bafa54e6a5d38b120472c33d | [
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later",
"Apache-2.0"
] | permissive | tonghua209/samsun6410_linux_3_0_0_1_for_aws | fab70b79dc3e506dc03ac1149e2356137869c6ca | 31aa0dc27c4aab51a92309a74fd84ca65e8c6a58 | refs/heads/master | 2020-04-02T04:24:32.928744 | 2019-01-20T13:51:34 | 2019-01-20T13:51:34 | 154,015,176 | 0 | 0 | Apache-2.0 | 2018-10-24T14:51:04 | 2018-10-21T14:07:31 | C | UTF-8 | C | false | false | 2,337 | c | /*
* Copyright (C) Telechips, Inc.
* Copyright (C) 2009-2010 Hans J. Koch <hjk@linutronix.de>
*
* Licensed under the terms of the GNU GPL version 2.
*/
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <asm/irq.h>
#include <asm/mach/irq.h>
#include <mach/tcc8k-regs.h>
#include ... | [
"kyh1022@163.com"
] | kyh1022@163.com |
3f5bb8c591311d57cdc4249f00db5fedf7a3501f | 227188c7c4564a8e8d92e527282558bec2b3264c | /stack312_arr.h | aa3a9971861b94de5351a74d2c9e832c3c995516 | [] | no_license | yashdhaduti/Software-Design | 379fce6c96793b78cb94cd4531293cccb8fcdad1 | 9c9fb04096816ceb1c7c337f5099307b96fb07e2 | refs/heads/master | 2020-12-09T04:52:42.380020 | 2020-01-11T08:12:42 | 2020-01-11T08:12:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 483 | h | //stack_arr.h
//Add documentation including Pre and Post conditions for functions
#include <stdio.h>
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
#define MAX_ELEMENTS 100
typedef char StackEntry;
typedef struct Stack312 {
int top;
StackEntry elements[MAX_ELEMENTS];
} Stack312;... | [
"noreply@github.com"
] | yashdhaduti.noreply@github.com |
f6c0439a865c07d2db223ae289cd5c79761737fe | 76e9f351903e9aa6400093858f2cb97323f469bf | /TMP/frame.c | 1104d3105b7a8c53b84b65fc1375beeafdbc727a | [] | no_license | palash03/csc501-lab3 | 1e9b72e2564a7f9e3c4446f6efc2684073f6824b | 81caded30d565e8d053d544c0653b289b7275a76 | refs/heads/master | 2023-03-04T13:56:35.111694 | 2021-02-16T22:23:14 | 2021-02-16T22:23:14 | 339,547,425 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,314 | c | /* frame.c - manage physical frames */
#include <conf.h>
#include <kernel.h>
#include <proc.h>
#include <paging.h>
fr_map_t frm_tab[];
/*-------------------------------------------------------------------------
* init_frm - initialize frm_tab
*-------------------------------------------------------------------------... | [
"thisispalash@gmail.com"
] | thisispalash@gmail.com |
9bff753d219b9ee496b9b115521e732bd0b0ef85 | 0a228f0a0bbfd5a22bea554ceafc15e234dc3747 | /utils/_queue.h | 877127e66ab52a78f6cb6680226a2754e0bb9a27 | [] | no_license | chxj1980/libutils | a6c027b8379325a3bf156b6e114f808c0cdca218 | 407ad1c840379be9a54d290b70a51ee200ef4b7a | refs/heads/master | 2021-05-27T21:12:36.341989 | 2014-07-28T08:20:45 | 2014-07-28T08:20:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,686 | h | /*
* =====================================================================================
*
* Filename: _queue.h
*
* Description: 队列,内部采用数据管理,初始化默认1024节点,自动按倍数扩容。
* 只分配节点管理指针空间,不分配节点数据的空间。
*
* Version: 1.0
* Created: 07/16/2012 10:03:57 AM
* Revision: none
... | [
"goggle1@163.com"
] | goggle1@163.com |
4556c16b1e02d3fdaf34adb2a73358addaf614dc | c4c159a21d2f1ea0d7dfaa965aeff01c8ef70dce | /flask/flaskenv/Lib/site-packages/tensorflow/include/tensorflow/core/util/sparse/sparse_tensor.h | 2b8810a500bec51a067fb842a857024952479cb2 | [] | no_license | AhsonAslam/webapi | 54cf7466aac4685da1105f9fb84c686e38f92121 | 1b2bfa4614e7afdc57c9210b0674506ea70b20b5 | refs/heads/master | 2020-07-27T06:05:36.057953 | 2019-09-17T06:35:33 | 2019-09-17T06:35:33 | 208,895,450 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 130 | h | version https://git-lfs.github.com/spec/v1
oid sha256:8c1f5cdedf90d98337dbc17b553e8163225b35f1fd9501bb0bb04a8dfeea2b73
size 27737
| [
"github@cuba12345"
] | github@cuba12345 |
3d5dd09d98b72216416d7617dd49f5b8b1e91652 | d80aa7e2a7b35c2d3167e9bffa8c1e340f80d58c | /lib/TMC-API/tmc/helpers/API_Header.h | 839bfd15bc7757b2ca57134add47a68c00ea97b2 | [
"MIT"
] | permissive | diorcety/pnp-motor-fw | e085df2949f56799440b46500f4b3f595759f3cd | a464a83e7442cc8d229b92345da3b945099121a1 | refs/heads/master | 2023-08-15T03:47:18.586632 | 2021-09-26T22:38:23 | 2021-09-26T22:38:23 | 304,700,463 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 823 | h | /*
* tmc_header.h
*
* Created on: 29.09.2016
* Author: ed
*/
#ifndef TMC_API_HEADER_H_
#define TMC_API_HEADER_H_
#include "Config.h"
#include "Macros.h"
#include "Constants.h"
#include "Bits.h"
#include "CRC.h"
#include "RegisterAccess.h"
#include <stdlib.h>
#include "Types.h"
// TODO: Restructure these.
... | [
"diorcet.yann@gmail.com"
] | diorcet.yann@gmail.com |
f7a1d1445cc37372e8821e9ff4e509427e73bba5 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/fs/ecryptfs/extr_crypto.c_ecryptfs_set_f_namelen.c | b51bf9e381c7de7dc3a5dcdd1304936cefd340bf | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,536 | 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 |
755d526481237b6a258451240c5848e416ef1a3d | fcced10c98d682f26d50f732079e307020128d1d | /srcs/parsing/rt_check_file.c | 55c53af4a68985e6d0aa34c0ab17a576790e9570 | [] | no_license | pablo-lamtenzan/42miniRT | f4aa117bf4f14c7a78d96e27c138cd4dd349e5b7 | 10fbb9c075a22295ba8f3adf2b44b6b4c0c01d38 | refs/heads/master | 2022-11-12T22:50:10.708644 | 2020-07-08T17:30:25 | 2020-07-08T17:30:25 | 276,386,427 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,047 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* rt_check_file.c :+: :+: :+: ... | [
"pablolamtenzan@gmail.com"
] | pablolamtenzan@gmail.com |
dc0bc7b6aa13b8749d019901cf14f2cc0d0aa34d | e6c65e2e354336a4bea5b6a4ccbccd3682915fe2 | /out-bin/py/google/fhir/models/run_locally.runfiles/com_google_fhir/external/pypi__tensorflow_1_12_0/tensorflow-1.12.0.data/purelib/tensorflow/include/external/boringssl/src/include/openssl/base.h | 4677e3ade28e60ccf587f36066f758b68495684d | [
"Apache-2.0"
] | permissive | rasalt/fhir-datalab | c30ab773d84983dd04a37e9d0ddec8bf2824b8a4 | 3e329fc8b4226d3e3a4a7c23c306a86e7a9ea0de | refs/heads/master | 2021-10-09T05:51:04.593416 | 2018-12-21T18:11:03 | 2018-12-22T05:38:32 | 162,744,237 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 205 | h | /home/rkharwar/.cache/bazel/_bazel_rkharwar/0ddaa3627472ad9d1367a008236ce2f5/external/pypi__tensorflow_1_12_0/tensorflow-1.12.0.data/purelib/tensorflow/include/external/boringssl/src/include/openssl/base.h | [
"ruchika.kharwar@gmail.com"
] | ruchika.kharwar@gmail.com |
b08b8ba6a47310e644eaea69b2eeedfca3068421 | de93128179196d92599312c8db3a31a6f556ef35 | /Microchip/SAMV70_DFP/4.5.75/samv70/include/instance/tc2.h | c3ce5d325f395819299757c3d2d15d5226132dc0 | [
"Apache-2.0"
] | permissive | marcins1024/dev_packs | 5a6a7b5379856bcf75ee9bc283db6743eca2241a | afa97e11185a60e9bc44e0a3550f0ba3eb818679 | refs/heads/master | 2023-08-04T08:32:16.607078 | 2021-09-22T10:18:05 | 2021-09-22T10:18:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,727 | h | /**
* \brief Instance header file for ATSAMV70Q20
*
* Copyright (c) 2021 Microchip Technology Inc. and its subsidiaries.
*
* Subject to your compliance with these terms, you may use Microchip software and any derivatives
* exclusively with Microchip products. It is your responsibility to comply with third party l... | [
"thibaut.viard@microchip.com"
] | thibaut.viard@microchip.com |
54089ab95098f68a419d29df8eaac7f5f5f21257 | c425afb8bb6b182168fd4c3a46c9b334f4740e60 | /maze/yanmen/gate.c | 97b653e28def419b38a0f997f6153ad3f81c1371 | [] | no_license | fluffos/nt7 | ceef82b2465cf322549c7ece6ce757eaa8ec31ff | 52727f5a4266b14f1796c2aa297ca645ca07282a | refs/heads/main | 2023-06-17T10:07:33.000534 | 2021-07-15T11:15:05 | 2021-07-15T11:15:05 | 308,148,401 | 9 | 9 | null | 2021-06-28T14:11:57 | 2020-10-28T21:45:40 | C | UTF-8 | C | false | false | 659 | c | #include <ansi.h>
inherit ROOM;
void create()
{
set("short", "雁门关"NOR);
set("long", @LONG
这里就是「大宋」军营了,一面大旗高高树起,上面书着一个斗大的隶书
「宋」字,前面不远就是宋军元帅的帐营了。这里驻守的宋军是为了阻止辽国
难下入侵的关键屏障,一旦这里被契丹攻破,那么大宋就岌岌可危了!
LONG
);
set("no_fly", "1");
set("exits", ([ /* sizeof() == 5 */
"south" : "/d/g... | [
"i@oiuv.cn"
] | i@oiuv.cn |
21a7199c5199c0f29a5c5d5e77c6fab3658344ed | 436526e56798bf207869d07ea861267ca2579232 | /examples/software/lib/scalar/scalar_mtx_mm.c | 905c6608a3758530af60ae5ff727e30ff66396c1 | [] | no_license | xiaoyi95/mxp | d057c76d135aee072127dc4c6079e006eeb77f3a | e9a0956954eed329e8d8c9ea7dcec7ba083c314c | refs/heads/master | 2021-05-30T05:14:30.377700 | 2015-08-28T23:51:24 | 2015-08-28T23:51:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,352 | c | /* VECTORBLOX MXP SOFTWARE DEVELOPMENT KIT
*
* Copyright (C) 2012-2015 VectorBlox Computing Inc., Vancouver, British Columbia, Canada.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* ... | [
"joel@vectorblox.com"
] | joel@vectorblox.com |
25d3ec6dd6196e0fdabbaa2e53e01e382a786d23 | ce7876095646b3da23811753cd1850f7dde2d673 | /nd280AnalysisTools/v1r12/macros/deprecatedMacros/cc1TrackAnalysis.C | 0942e3af453b8ef9fe4dc0be6289584f32b68c33 | [] | no_license | Balthazar6969/T2K | 63d7bd6dc2ef9eb1d8e33311d220bf8eb8b61828 | 14709b0dbe1f9b22992efecf30c50d9b8f8bba5c | refs/heads/master | 2020-09-09T18:19:24.346765 | 2019-11-19T07:01:44 | 2019-11-19T07:01:44 | 221,523,255 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 59,946 | c | #include <iostream>
#include <vector>
#include <utility>
#include <fstream>
#include <TSystem.h>
#include <TROOT.h>
#include <TApplication.h>
#include <memory>
#include <string>
#include <TCanvas.h>
#include <TStyle.h>
#include <TF1.h>
#include <TH1.h>
#include <TH1F.h>
#include <TH2F.h>
#include <TGraph.h>
#include <... | [
"conor.francois@gmail.com"
] | conor.francois@gmail.com |
4d4f29b883811c327034c3b62463ba287a14ca44 | cc52b1bbbc45714edba67834589844ec11ca8197 | /third_party/silabs/gecko_sdk_suite/v1.0/util/third_party/emwin/examples/MTOUCH_ScratchAndGestures/MTOUCH_ScratchAndGestures.c | c6b2a32f8d497843d7c3191ebef86bd6faf87386 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | syin2/openthread | a3d3edbf6a8ef1019f92ca18b508f3bad3bb9237 | a9f42768ec221380f42bfd311bc68e784b2163a6 | refs/heads/master | 2020-05-30T08:36:37.990965 | 2017-06-20T22:50:07 | 2017-06-20T22:50:07 | 94,941,509 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 263,302 | c | /*********************************************************************
* SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
**********************************************************************
* ... | [
"syin@uh.edu"
] | syin@uh.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.