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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ec40b28e0b3aa96d3cf02d49e80bcbdc02ec8f87 | 5715196682b26a1de5420c0b97b84ed574c49a33 | /pong/src/play_main.c | 8bbc45843f1a67359528e45f24732f3852efdd98 | [] | no_license | rising-turtle/linux_program | b010dba1a659bfb50c2edf43f3528566d818db43 | e8fe5ff19d5616a71e7fc389a4fefb92cb303c24 | refs/heads/master | 2021-01-20T14:10:57.971057 | 2017-05-08T00:54:39 | 2017-05-08T00:54:39 | 90,572,063 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,601 | c | #include "pp_table.h"
#include <stdlib.h>
#include <signal.h>
void set_up();
void serve();
void rand_speed();
void wrap_up();
struct ppball the_ball;
int balls_left = 3;
int main()
{
char c;
srand(getpid());
set_up(); /* init all stuff*/
serve(); /* start up ball*/
while( balls_left > 0 && (c = getc... | [
"hxzhang1@ualr.edu"
] | hxzhang1@ualr.edu |
2b6a0dddabedd6c0b8f536e541c0d3ea95ea0713 | e20e4f19a3975440e2af06b8a4099921db3e1583 | /multistore/main.c | 5d8c908915dab961cf0e3fe908cc862c873cad71 | [] | no_license | aavdonin/learning | 3fad6076ac0550be7c3cefabde79cb5bf0587f75 | ae446c65ec0854d6b705ca25e09d22c49dcb684c | refs/heads/master | 2020-04-01T09:06:24.027040 | 2019-03-16T06:52:40 | 2019-03-16T06:52:40 | 153,060,154 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,649 | c | #include <pthread.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <unistd.h>
#include "defines.h"
#include "loader.h"
#include "buyer.h"
buyer buyers[BUYERS_CNT];
unsigned int store[STORES_CNT];
pthread_mutex_t mutex[STORES_CNT];
int main() {
int i;
srand((unsigned) time(NULL));
for (... | [
"a.e.avdonin@gmail.com"
] | a.e.avdonin@gmail.com |
66ef6edd33c09e2666577be2c4648de190220778 | 6e6661a713cb1ed2ac39e612b9e4914446265612 | /print the next number .c | 7cbc4a9f8211b0a1e2a7a557865276085ef86793 | [] | no_license | sabinayasadhasivam/c-program | 160fb3452a26ad92b02a0ebe2c2c7017fe48277d | 9e593f4ff951e99efbd018690b389acb3bce2c40 | refs/heads/master | 2021-01-21T08:55:07.232309 | 2018-03-19T11:21:38 | 2018-03-19T11:21:38 | 101,961,743 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 99 | c | #include<stdio.h>
int main()
{
int n;
scanf("%d",&n);
printf("%d is next number",n+1);
return 0;
}
| [
"noreply@github.com"
] | sabinayasadhasivam.noreply@github.com |
d6cdb000c802dc1fe52dc4f8564ef5d7d3620a84 | b3f868812a27fba7c70bdf0cd6863f262efecfd3 | /pkcs11/pkcs/pkcs.h | 8c32df90dc5f42f2b9dee997125e001caa80c5eb | [] | no_license | GuolongQin/Deamo_SRC | 17dfc4225c2b73607a83ad7025ef6002fe26bdf0 | c134a4f61b73154dcfe7a64cb44524ea5b92ae33 | refs/heads/master | 2020-03-18T18:49:58.685502 | 2018-05-28T06:37:41 | 2018-05-28T06:37:41 | 135,117,612 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,091 | h | #ifndef _PKCS_H_
#define _PKCS_H_
#include "pkcs_define.h"
#include "stddef.h"
#define Vendor_MODE
#pragma pack(1)
typedef void* CK_VOID_PTR;
typedef CK_BYTE* CK_BYTE_PTR;
typedef CK_ULONG CK_OBJECT_HANDLE;
typedef CK_ULONG* CK_ULONG_PTR;
typedef CK_UTF8CHAR* CK_UTF8CHAR_PTR;
typedef CK_OBJEC... | [
"384726637@qq.com"
] | 384726637@qq.com |
0e4ce7672cda39bf4dc3be30b767417e0ab3304f | b4408b0f5a77250dbda7db6958ae05cc84e4c293 | /CRT_Lalitmatolia_DSA_fundamentals/Day-3/Batch-4/P3.c | 1a5e721b00ea22b550ffb01785e2add72bc7aad8 | [] | no_license | sakshamtaneja21/JU-notes | 3b61a222c5264cbfe470d06d3158188438c7c2ff | 74eb5f12979b5ffde8b7e85f661217a641acda98 | refs/heads/master | 2022-12-21T16:03:18.780927 | 2020-09-24T06:24:56 | 2020-09-24T06:24:56 | 287,213,254 | 1 | 1 | null | 2020-08-13T08:01:25 | 2020-08-13T07:38:25 | HTML | UTF-8 | C | false | false | 429 | c | #include<stdio.h>
int main()
{
int a[5]={10, 20, 30, 40, 50};
int i;
printf("%d\n", a[0]);
printf("%d\n", a[3]);
printf("%u\n", a);
printf("%u\n", a+1);
for(i=0; i<5; i++)
{
printf("%d\t", a[i]);
}
printf("\n");
for(i=0; i<5; i++)
{
printf("%d\t", i[a]);
}
printf("\n");
for(i=0; i<5; i++)
{
pr... | [
"sakshamtaneja7861@gmail.com"
] | sakshamtaneja7861@gmail.com |
7ce9d828c66b512a23b9951bc2e7fd659732a3d9 | 6c1d2d4cb0c02dfcb58734117451406e1ea31921 | /ngspice/wordlist.h | 68071835a2481c9aaaae980e52fd611e54890ce8 | [] | no_license | kakungulu/ramspice | 29176a5df927e2fa2fcd280b556f7a2d9e393da5 | 10e5f97c7e2e548c8e7f79c8723e5fca3fba42e0 | refs/heads/master | 2021-07-01T16:50:10.465953 | 2015-05-06T23:53:07 | 2015-05-06T23:53:07 | 30,081,733 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,344 | h | #ifndef ngspice_WORDLIST_H
#define ngspice_WORDLIST_H
/* Doubly linked lists of words. */
struct wordlist {
char *wl_word;
struct wordlist *wl_next;
struct wordlist *wl_prev;
} ;
typedef struct wordlist wordlist;
int wl_length(const wordlist *wlist);
void wl_free(wordlist *wlist);
wordlist * wl_copy(wor... | [
"ystatter@chencloud1.(none)"
] | ystatter@chencloud1.(none) |
cc4f6b474c63d1ef0477eb1b792b0cef0e5d0a6b | c0e0138bff95c2eac038349772e36754887a10ae | /mdk_release_18.08.10_general_purpose/mdk/common/components/sipp/filters/censusMin7/censusMin7.h | 61f0497b3a19e85e7e49951292c5e58d0786674a | [] | no_license | elfmedy/vvdn_tofa | f24d2e1adc617db5f2b1aef85f478998aa1840c9 | ce514e0506738a50c0e3f098d8363f206503a311 | refs/heads/master | 2020-04-13T17:52:19.490921 | 2018-09-25T12:01:21 | 2018-09-25T12:01:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 959 | h | ///
/// @file
/// @copyright All code copyright Movidius Ltd 2014, all rights reserved.
/// For License Warranty see: common/license.txt
///
/// @brief This file contains the declaration of the @ref censusMin7 SIPP filter API.
///
#ifndef __SIPP_CENSUSMIN7_H__
#define __SIPP_CENSUSMIN7_H__
#include <s... | [
"palani.andavan@vvdntech.com"
] | palani.andavan@vvdntech.com |
e5bb5ae4e05a0c9f611127f017af386e4485b4ed | 45d6ba7f898b89595805354670bdf0e2bda7710f | /arvore_genealogica/arvore.h | 4d989a4321fddf3cd30a69745ccff82d7ff2239a | [] | no_license | pfsz/arvore_genealogica | 9cd50c340d4a908bdbefc4844d8bfedbbf254f97 | af3fb7f124b4edd402960a23f89fceb92ef6a533 | refs/heads/master | 2020-04-04T10:44:39.744759 | 2018-11-02T14:07:53 | 2018-11-02T14:07:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 31 | h | typedef struct pessoa* Arvore;
| [
"pf182@hotmail.com"
] | pf182@hotmail.com |
d14624bf5390a1d56c03ee9a456033a654dfc36a | 8cdcd39c5e606217002ec495b32ea44604f81028 | /src/crl.c | 8d243dd1751d7795710047fee17fd77104ffb7b3 | [
"OpenSSL",
"MIT",
"LicenseRef-scancode-openssl"
] | permissive | leecrest/lua-openssl | 25c6a7d2296dceb6c0d2990131ed7c7f63bfb741 | 05a68e74c2fb87883371653294436110e283b737 | refs/heads/master | 2020-12-25T11:58:14.505104 | 2015-09-11T07:39:56 | 2015-09-11T07:39:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,785 | c | /*=========================================================================*\
* crl.c
* X509 certificate revoke routines for lua-openssl binding
*
* Author: george zhao <zhaozg(at)gmail.com>
\*=========================================================================*/
#include "openssl.h"
#include "private.h"
#define ... | [
"zhaozg@gmail.com"
] | zhaozg@gmail.com |
614d4d0d028c1e74d74575e0b0562d3bc9944924 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/FFmpeg/libavcodec/extr_mpegvideo.c_add_dequant_dct.c | 4435ddf9b435afb2861b1717d4d49c4834a489a9 | [] | 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,308 | 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 |
8d2614699b5ef8f8bb512e98de2d299bc07d471e | 6dfab8f49cca73140f7db7d0cd637641662d86fc | /JHCap.h | ff317efdc3cf94a4c5176596e28f63432b400850 | [] | no_license | hxxyy/TwoCamera_VCDemo_Thread | 2a4013552f5f795e2944fbb729bd7e3e4a8c701d | 923f59df31d8cddb0842a1bb4421dde1e48d46f7 | refs/heads/master | 2020-07-26T06:23:49.759358 | 2019-09-16T11:29:39 | 2019-09-16T11:29:39 | 208,562,248 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 56,725 | h | // --------------------------------------------------------------------------
// Header file for the Jinghang Industrial Camera SDK.
// Copyright 2011-2016 (C) Shenzhen Jinghang Technology Co., Ltd.
// This is a proprietary software.
// --------------------------------------------------------------------------
#ifndef... | [
"Think@DESKTOP-7F61D90"
] | Think@DESKTOP-7F61D90 |
ff23e1850f77ed284a71feada157c9e2df55834f | c4487049bad0800ed68d2f0530d3650d7104f4cd | /Pods/Headers/Public/SVGKit/SVGKCSSPrimitiveValue_ConfigurablePixelsPerInch.h | 300ba8b6f903c12f24b6313f14cb96f512614e4d | [
"Apache-2.0"
] | permissive | mrniket/Reader | e6540a2b29d7d445f8d6a2ab04c3c700309ea94d | 19d7b2014112f0ec8f18a27efe9e1ad76cddc3cc | refs/heads/master | 2020-04-04T04:58:43.010710 | 2015-06-22T09:45:46 | 2015-06-22T09:45:46 | 33,611,773 | 6 | 0 | null | null | null | null | UTF-8 | C | false | false | 93 | h | ../../../SVGKit/Source/DOM classes/Core DOM/SVGKCSSPrimitiveValue_ConfigurablePixelsPerInch.h | [
"masterniket@gmail.com"
] | masterniket@gmail.com |
baef108dd09f8cb61cf988567d442bb5364d8b8f | 7feab574b4e364cb52f57f01a2ca94081d0bde43 | /vnet/vnet/sr/sr.c | 05d8d8166dacb37f040ed87cf2281812e7505749 | [
"Apache-2.0"
] | permissive | Venkattk/vpp | fc7a62a37b61b76dba389f2dc7f76c49f9cccbb9 | 94eab700e36022f7d96c9a8d235c14c0efb3a9d6 | refs/heads/master | 2021-01-21T01:44:43.323956 | 2016-08-09T10:47:37 | 2016-08-09T10:47:37 | 64,311,578 | 0 | 1 | null | 2016-08-09T14:25:11 | 2016-07-27T13:40:16 | C | UTF-8 | C | false | false | 85,746 | c | /*
* sr.c: ipv6 segment routing
*
* Copyright (c) 2013 Cisco and/or its affiliates.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
... | [
"venkat.krishnaramanujam@gmail.com"
] | venkat.krishnaramanujam@gmail.com |
2592253ef66b023e24555459a81579deab828805 | 31090b82fcf15fc8a52a12be3dd592e72300fe1b | /sys/dev/ath/ath_rate/onoe/onoe.h | 34f4f044e1cd90dd8f02d873156ee0b200156d69 | [] | no_license | YuheiTakagawa/VPS_for_FreeBSD | 22e7b2f4e46b56e8289e7cd81eedf1d503ec2a0d | 1a6d0ed8808b875b998f2f344cfc5539eb84532d | refs/heads/master | 2020-07-15T09:24:26.928246 | 2017-08-11T17:43:29 | 2017-08-11T17:43:29 | 94,305,728 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,774 | h | /*-
* Copyright (c) 2002-2007 Sam Leffler, Errno Consulting
* 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
* notic... | [
"b1014223@fun.ac.jp"
] | b1014223@fun.ac.jp |
a88182019acd584eaac5958eb0987ce345fbc4e4 | 254808098e80933adb2484d93298b49ceb5b0cbe | /calculator/src/treeCommon.c | 0e6f52cf2fa4fd5abf81b39805585d9a34757219 | [
"MIT"
] | permissive | Matt-Crow/DataStructures | 55c41d4020c8fee9ec8eb60fd6b3228290548f92 | 03eb5efab994aef00dbb97c7f8449419d636cb7d | refs/heads/master | 2023-05-28T12:47:20.041060 | 2021-06-12T20:57:05 | 2021-06-12T20:57:05 | 168,437,147 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 645 | c | #include "treeCommon.h"
#include<stdlib.h>
#include<string.h>
#include<stdio.h>
/*
Private prototypes
*/
/*
Public
*/
void printPostfixTree(PostfixTree* root){
if(root){
printf("%c", '(');
printPostfixTree(root->left);
printf(" %s ", root->token);
printPostfixTree(root->right);
... | [
"greengrappler12@gmail.com"
] | greengrappler12@gmail.com |
26d22094d073b8a38b3ccdc07b4d9c0b162a9678 | f4818ed7e80487d399bc642aa36eb74b26d89ce1 | /c_cpp/other_courses/elec_433_631/topics/00_introductory/struct_ex/single/ex_c_struct.c | 814fc7c893910616b5ae8769cdabb2b1ed083ef1 | [] | no_license | AlitalipSever/gtu-mat-214 | 496b7a278e4239dc1222fe8d0b35f33908a6b263 | 8846dd00096541ed5e8fe70ab18c84a3e0dab0e5 | refs/heads/master | 2020-04-05T19:11:23.622756 | 2017-10-11T10:53:12 | 2017-10-11T10:53:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,224 | c | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
// #define USE_SEPARATE_DEFN
#ifdef USE_SEPARATE_DEFN
struct Container_
{
char *str;
int num;
};
typedef struct Container_ Container;
#else
typedef struct Container_
{
char *str;
int num;
}Container;
#endif
#define SIZE_STRING 256
void printCo... | [
"suvako@gmail.com"
] | suvako@gmail.com |
e2c089de976d71abb28ab00989a46d556fd12d37 | 0019f0af5518efe2144b6c0e63a89e3bd2bdb597 | /antares/src/add-ons/kernel/drivers/dvb/cx23882/driver.c | 0238001a446f9397efe970de2891054df8d1ba12 | [] | no_license | mmanley/Antares | 5ededcbdf09ef725e6800c45bafd982b269137b1 | d35f39c12a0a62336040efad7540c8c5bce9678a | refs/heads/master | 2020-06-02T22:28:26.722064 | 2010-03-08T21:51:31 | 2010-03-08T21:51:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,491 | c | /*
* Copyright (c) 2004-2007 Marcus Overhagen <marcus@overhagen.de>
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without restriction,
* including without limitation the rights to ... | [
"michael@Inferno.(none)"
] | michael@Inferno.(none) |
9eb84002c002e09c40aa4451d5c9ca3182f710dd | d747d70d3c19cfd9a71906ea4541447f2dce7d5d | /Chapter-5/5-11/settab.h | 647df3d23f06d52ad9adc177f489e271831f9851 | [] | no_license | Obsir/C-programming-language-practice | c628b029d774706adb1eefce37f9627ff0861e24 | 897e09b6cd79119e215efddf65b4d3d6aaa190b3 | refs/heads/main | 2023-05-31T18:16:13.867218 | 2021-07-10T04:44:57 | 2021-07-10T04:44:57 | 381,931,774 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 47 | h | void settab(int argc, char *argv[], char *tab); | [
"obser@mail.dlut.edu.cn"
] | obser@mail.dlut.edu.cn |
cc643a2f422d4a1c20f00fbd7fa521d09032daf7 | 5fb47d7a0a0df0cfe5d48d493c9268a967a146c4 | /mexBuilding/codegen/mex/closestPoint/interface/_coder_closestPoint_info.c | 174fb31b3074f8aaf6c18aea6b54b60bb1334db1 | [] | no_license | gchen2016/SnakePlanning | 0d30d8694da2cf3c87933917ffdfcdff22d4d8fa | e3d54250f002dd1419bfe82b2fff1167a4f502ac | refs/heads/master | 2020-03-19T08:06:40.389584 | 2017-04-25T22:51:56 | 2017-04-25T22:51:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 47,968 | c | /*
* _coder_closestPoint_info.c
*
* Code generation for function 'closestPoint'
*
*/
/* Include files */
#include "_coder_closestPoint_info.h"
/* Function Declarations */
static void info_helper(const mxArray **info);
static const mxArray *emlrt_marshallOut(const char * u);
static const mxArray *b_emlrt_marshall... | [
"brad.saund@gmail.com"
] | brad.saund@gmail.com |
c9b1525f400a0d441c344a16a0234d8fd42595f8 | 5420c30f7c23017b8cf19d8d832e04dd995402bd | /Src/usbd_desc.c | f49d8a741d84d27a1008ff1452944707c138c62f | [] | no_license | aangelino/STM32_CoverEye_Nucleo_L053R8 | e9dd0f47324b15f2874510463b039f972fbcffb4 | f0fe8cffce5601ddae50fde6790f68386177a48f | refs/heads/master | 2021-01-24T12:56:34.170455 | 2018-02-27T16:38:14 | 2018-02-27T16:38:14 | 123,157,370 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,444 | c | /**
******************************************************************************
* @file : usbd_desc.c
* @version : v2.0_Cube
* @brief : This file implements the USB Device descriptors
******************************************************************************
* This not... | [
"aangelino@dpcontrol.it"
] | aangelino@dpcontrol.it |
4986f2ceb419c5028b0ed034c60a4f2c899675b7 | 90ce7f56bf40486f8bb0ee8f714f1f57f36fefd4 | /src/propaga2d.c | bf15a8ab546e6bace4778f059b70637ee8f4e563 | [] | no_license | hugokiang/fwi | 46c792cee41cae14a4aa19cda5c37948e8084f5b | e3c44b7101e60c9f1d9fadc051fd44d84fdbee71 | refs/heads/master | 2021-01-16T21:14:25.229935 | 2017-08-11T01:13:04 | 2017-08-11T01:13:04 | 100,225,095 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 766 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "string.h"
#include "utils.h"
int main(int argc, char **argv)
{
Config config;
char arqparam[2000];
strcpy(arqparam, argv[1]);
FILE *fp;
fp = fopen(arqparam, "r");
if(!fp) {
perror(arqparam);
exit(1);
}
leParametros(&config, fp);
int *... | [
"joaomedeiros@fisica.ufrn.br"
] | joaomedeiros@fisica.ufrn.br |
c4e8fe7371c24e0bb4b679cee1750b57eacbe48f | 7e811b20a86638011746f2e53ac8803d2f7dbb8e | /C/base64_example.c | 2c27e3d5290d213ae4208bda0477386247e8607a | [] | no_license | sivcan/UCA | b744b314b344b45a40c22e8bc37d59425c7df178 | 21c78d80e8f6767703e9d321186c950fbafb2026 | refs/heads/master | 2020-05-21T20:24:36.800676 | 2016-12-28T06:42:20 | 2016-12-28T06:42:20 | 64,015,317 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 587 | c | #include <stdio.h>
/*
Output should be:
YWJj
My4xNDE1OQ==
Base 64.
abcdefghijklmnopqrstuvwxyz
*/
int main()
{
unsigned char text1[]={"abc"},
text2[]={"3.14159"},
code1[]={"QmFzZSA2NC4="},
code2[]={"YWJjZGVmZ2hpamtsbW5vcHFyc3R1dnd4eXo="},
... | [
"sivcansingh@me.com"
] | sivcansingh@me.com |
7aa8d4e0f155382b3ba7fb4a2f9f043dbe850b7c | d2bd61d780e97083b87e446dc59d57da66246547 | /keyword.c | 057f04163f31414cc3d70788b629a3db812284b6 | [] | no_license | Jihyun9936/13_structures | 201ed160918f8147c9cd42b626e6c5f7cde1e0c0 | 8e68282231ac2d63c8be56588c92ea6e2b2fc8b0 | refs/heads/master | 2020-09-17T20:57:10.099532 | 2019-12-03T08:42:24 | 2019-12-03T08:42:24 | 224,115,414 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 549 | c | #define MAX_NAME 30
struct keytab{
int nums;
char name[MAX_NAME];
};
struct keytab keywrds[13] = {
{0, "int"}, {0, "float"}, {0, "return"}, {0, "if"}, {0, "for"},
{0, "while"}, {0, "goto"}, {0, "switch"}, {0, "case"},
{0, "void"}, {0, "default"}, {0, "char"}, {0, "do"}
};
void count_word(char *word){
int i;... | [
"55350908+Jihyun9936@users.noreply.github.com"
] | 55350908+Jihyun9936@users.noreply.github.com |
d31db7bc4351cd2143c76ec606e674c485641a59 | b58b310e0d141e32232856c89f894eeb0c658e83 | /dev/ic/ar5211.c | 2b137de73dda7505a9df84366bd71cea0a50841d | [] | no_license | DavidAlphaFox/openbsd-kernel | e59f0f96d8b258ffd4f5b451c820e2cd46a3c26b | 85cc0ff55c63ed8b0ba2b99789539666df7731b0 | refs/heads/master | 2021-05-04T09:44:29.749603 | 2017-11-09T09:35:50 | 2017-11-09T09:35:50 | 45,114,189 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 67,487 | c | /* $OpenBSD: ar5211.c,v 1.47 2015/03/20 11:05:49 stsp Exp $ */
/*
* Copyright (c) 2004, 2005, 2006, 2007 Reyk Floeter <reyk@openbsd.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this pe... | [
"david.alpha.fox@gmail.com"
] | david.alpha.fox@gmail.com |
daf0cc61652289593c0e6a3a58b5607356055c26 | ac1c9fbc1f1019efb19d0a8f3a088e8889f1e83c | /out/release/gen/third_party/blink/public/mojom/blob/data_element.mojom-blink-import-headers.h | 61832d907451dc6501146d875427cf3004fb927c | [
"BSD-3-Clause"
] | permissive | xueqiya/chromium_src | 5d20b4d3a2a0251c063a7fb9952195cda6d29e34 | d4aa7a8f0e07cfaa448fcad8c12b29242a615103 | refs/heads/main | 2022-07-30T03:15:14.818330 | 2021-01-16T16:47:22 | 2021-01-16T16:47:22 | 330,115,551 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,187 | h | // third_party/blink/public/mojom/blob/data_element.mojom-blink-import-headers.h is auto generated by mojom_bindings_generator.py, do not edit
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef TH... | [
"xueqi@zjmedia.net"
] | xueqi@zjmedia.net |
488c6a21d8bdaa6d3376a5f31502eb827f5aed23 | dd7569a16857d616ce026e86fd568cbfc53eee86 | /src/main.c | d37de8d01a01e0168cc7aae4f97084bdc843897c | [] | no_license | netrikare/BPAG | 1750f4b7f088b48acd920a5716940b41ac5dc59a | 5d0ae8e73548d2a46c185c9fa2592581d762d5d7 | refs/heads/master | 2021-01-01T19:52:04.424692 | 2014-06-04T16:39:56 | 2014-06-04T16:39:56 | 16,547,364 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 575 | c | #include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "address.h"
int main(int argc, char **argv){
if(argc == 3){
int len = atoi(argv[1]);
int step = atoi(argv[2]);
double d = log2(step);
int w = (d == (int)d && step <=32) && len < 256;
if(!w){
printf("Error: length=%d, step=%d\nLength mus... | [
"netrikare@gmail.com"
] | netrikare@gmail.com |
3d6ab1284d1ca844be8bb65e8d98e601782fd9b2 | 0f3bbd06245f3afc1572e5e02002209c6bedad68 | /Projects/ble/SimpleBLEPeripheral/Source/SimpleBLEPeripheral_Main.c | 3b0535c079b57a2069ab8965aee43dd07dd8c82e | [] | no_license | WYatPUK/ColorLightMCUfirmware | a251dd13520c6892de64e86f686886f728622f6c | 2b8f471b68e6f8dde683bc80f0fc0c949adc46b8 | refs/heads/master | 2020-02-26T16:18:48.941780 | 2016-10-21T11:23:39 | 2016-10-21T11:23:39 | 71,150,598 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 6,238 | c | /**************************************************************************************************
Filename: SimpleBLEPeripheral_Main.c
Revised: $Date: 2010-07-06 15:39:18 -0700 (Tue, 06 Jul 2010) $
Revision: $Revision: 22902 $
Description: This file contains the main and callback functi... | [
"377545660@qq.com"
] | 377545660@qq.com |
990a4b12842ad593938bd23b965a4effe7229a80 | caa8c77af97bdd856a9580ae8907f7827171e2d5 | /LimpetMCU/Middlewares/Third_Party/wolfssl-3.8.0/wolfssl/wolfcrypt/sha512.h | 455d838544151c31f1a6601dcb56d2d960b4deea | [
"MIT"
] | permissive | LordOfDorks/security-1 | 3fdffeb4b0a5bd099524ae54e449b9b0a5c7a887 | 4e3cc586d153fbcfb03107b33b7fbd3ce97555d1 | refs/heads/master | 2020-04-02T02:23:06.222769 | 2017-02-03T17:15:17 | 2017-02-03T17:15:17 | 57,168,261 | 3 | 1 | null | 2016-04-26T23:15:48 | 2016-04-26T23:15:48 | null | UTF-8 | C | false | false | 2,808 | h | /* sha512.h
*
* Copyright (C) 2006-2015 wolfSSL Inc.
*
* This file is part of wolfSSL. (formerly known as CyaSSL)
*
* wolfSSL 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 Lic... | [
"stefan@thomsr.us"
] | stefan@thomsr.us |
d5503435e0a1d8478d0f39f59a7a26490b19820c | c50e74bb8b3b4a609c76b5b1aff3b3abdd8341fd | /SDK/PlayerAnimNotifyState_ThrowWeapon_classes.h | 14de8d2cde90527743d88f9e0aea00eab3e713b8 | [] | no_license | Roadou/Scarlet-Nexus-SDK | 8eb3669c66094a41152cc2acccec77d4457aea68 | 734c98180d88c391a8210c9315c73c28d95fd888 | refs/heads/main | 2023-08-03T07:36:41.801852 | 2021-07-07T06:25:44 | 2021-07-07T06:25:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,316 | h | // BlueprintGeneratedClass PlayerAnimNotifyState_ThrowWeapon.PlayerAnimNotifyState_ThrowWeapon_C
// Size: 0x51 (Inherited: 0x30)
struct UPlayerAnimNotifyState_ThrowWeapon_C : UAnimNotifyState {
enum class EWeaponThrowType ThrowType; // 0x30(0x01)
char pad_31[0x3]; // 0x31(0x03)
float Speed; // 0x34(0x04)
float Rang... | [
"43587824+BelovedTomboyishGirl@users.noreply.github.com"
] | 43587824+BelovedTomboyishGirl@users.noreply.github.com |
683a250cbbdfdc0a08a8b719757e8908cacf8bbc | 53ece7b6ec22a8d88e818235b13d3f3c5fda074a | /Laboration 4 - Server/linux_include/netcdf_meta.h | b2e722b308320b8ea87800be123fe6777c7679d6 | [] | no_license | Nechrito/D0036D-Network | 8c88d3bb0e0bbf5d9dcbf39e59cd1da99304cf1f | ae997557719b4a36f9be263d405229aa805200e1 | refs/heads/master | 2022-04-06T12:22:26.441374 | 2019-12-15T22:44:50 | 2019-12-15T22:44:50 | 242,361,282 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,167 | h | /*! \file netcdf_meta.h
*
* Meta information for libnetcdf which can be used by other packages which
* depend on libnetcdf.
*
* This file is automatically generated by the build system
* at configure time, and contains information related to
* how libnetcdf was built. It will not be required to
* include this ... | [
"nechrito@live.se"
] | nechrito@live.se |
57408f788c8b822821deaa6115a58a3d1a11db63 | 76a772e9597a79f2fbbe18be4d2724c9be4640d4 | /kernel/include/arch/rtc.h | 0d8debc719a87f5b2e8f88ad30e13231c5699ed3 | [] | no_license | fdev1/hydrax | 91cebc8217a1b88380bd719ac1ca65dd6bdc544d | f173c27b8de9765a010b4629a065969b90007f53 | refs/heads/master | 2021-05-29T10:02:04.371115 | 2015-09-03T23:34:18 | 2015-09-03T23:34:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 27 | h | #include <arch/x86/rtc.h>
| [
"frodriguez.developer@outlook.com"
] | frodriguez.developer@outlook.com |
a8282dac8f05f6ed690214ba5d47ec411d2038dd | a5c6b91b0c2a9d588c1a818a5398cd33ac03790a | /libft/ft_isprint.c | 37b3a28cf3545261d1cadc2ced36b47dce460c84 | [] | no_license | janeodum/42-Libft | 37657b5cd12550aa428c1b55a9bcb74a8011e9e8 | bf1af50ea71e1fd9ad8e3d3749d9e3a47491a4e4 | refs/heads/master | 2020-12-23T09:50:38.305926 | 2020-01-30T01:25:04 | 2020-01-30T01:25:04 | 237,115,766 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 947 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isprint.c :+: :+: :+: ... | [
"janeodum41@gmail.com"
] | janeodum41@gmail.com |
b2eeb6c3336ee9b60bf1553e32505b47293a2e01 | 2875e427d9931ab8cfe2e066e1568c3130fcc3f2 | /Solaris_2.6/os_net/src_ws/usr/src/lib/libnsl/netselect/netcspace.h | 689dce9fbd8c63a683b8656ee62100ed264a30a9 | [] | no_license | legacy-codedigger/Solaris-2.6-Source-Code | 3afaff70487fb96c864d55bd5845dd11c6c5c871 | 60a0b3093caa7d84e63dd891a23df0e8e720bf3d | refs/heads/master | 2022-05-23T16:05:32.631954 | 2020-04-25T01:07:08 | 2020-04-25T01:07:08 | 258,658,903 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,437 | h | /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
/* All Rights Reserved */
/* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T */
/* The copyright notice above does not evidence any */
/* actual or intended publication of such source code. */
#ident "@(#)netcspace.h 1.9 92/09/14 SMI" /* SVr4.0 1.8 */
... | [
"zahir.meddour@protonmail.com"
] | zahir.meddour@protonmail.com |
25759f6bd5313e0f0db8faf9079e95b73a6ebe09 | 6393dc5a4eb65dcd3d1f2ff2e2632cea1b4b3f12 | /fb/src/console.c | e2a1d172241b957fe4924c41f21f338d74abd3a9 | [] | no_license | glocklueng/OpenILDA | 5ecaa2632297e7533c47ba7f8767bcaed8b508a6 | d3dca32811baae18d185a3fbfbdfb3a16ab00d40 | refs/heads/master | 2021-01-17T20:38:50.561898 | 2016-02-27T15:08:28 | 2016-02-27T15:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,426 | c | /**
* @file console.c
*
*/
/* Copyright (C) 2015, 2016 by Arjan van Vught mailto:info@raspberrypi-dmx.nl
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, includin... | [
"Arjan.van.Vught@gmail.com"
] | Arjan.van.Vught@gmail.com |
294347219904142bcaef7a58cef40ce3920ac88f | d1ffd3cf90bd0e4747024168745d1bc6ecb77e55 | /Pods/Headers/Public/PixateFreestyle/PXLinearGradient.h | b59b078f147f9a55bb81d34a900082becfc35e80 | [] | no_license | doublek420/ios | 5dd710978fd59c1e63d58c4419ac28c367647cae | 733e92252c38b2ac2d2eecad2d2999e083902a52 | refs/heads/master | 2021-01-16T20:10:24.347052 | 2015-12-17T11:00:20 | 2015-12-17T11:00:20 | 50,264,318 | 1 | 0 | null | 2016-01-23T23:49:29 | 2016-01-23T23:49:29 | null | UTF-8 | C | false | false | 88 | h | ../../../PixateFreestyle/PixateFreestyle.framework/Versions/A/Headers/PXLinearGradient.h | [
"neil_edwards@mac.com"
] | neil_edwards@mac.com |
6b35901437c2257219cb1b99a16cfe22723f1efe | 8d7514271b08caaa8c757d0747853d54642e9e63 | /ps/interfaces/enum/sim_ps_enum.h | b6951f35f4eb363b9e8fe2772c923dd820896b16 | [] | no_license | npnet/MyCode | 0bd3e32d5890c411b16e01cdb8acf5624c7c0a02 | 9fa7aa78d62f1cd3c2a39a36875cb41cf00522fe | refs/heads/master | 2023-07-23T13:19:29.575050 | 2018-07-05T13:01:09 | 2018-07-05T13:01:09 | 140,229,839 | 1 | 2 | null | 2023-07-21T10:21:01 | 2018-07-09T04:07:28 | C | UTF-8 | C | false | false | 25,577 | 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 or dis... | [
"zhaoran.jia@nbbsw.com"
] | zhaoran.jia@nbbsw.com |
5633eb76ac16f08175c3cb2d9284eb3683867bc8 | 084e8bd93881b416ef01965131240da1136cd495 | /ios/Pods/Headers/Public/Flutter/Flutter/FlutterViewController.h | 869e7063660258cdb37fb315c74c5e5723d5174e | [] | no_license | semperhhh/rainweat_flutter | 5c4b71529f5783085d9ed34af71728604886cfea | 8ee62918439a026c59074d15b810b95ecd6b3827 | refs/heads/master | 2020-04-10T23:42:00.155308 | 2018-12-18T10:05:34 | 2018-12-18T10:05:34 | 161,361,672 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 142 | h | ../../../../../../../../../../../Applications/flutter/bin/cache/artifacts/engine/ios-release/Flutter.framework/Headers/FlutterViewController.h | [
"zphui5409@sina.com"
] | zphui5409@sina.com |
5a4409dcc9b480639b0cd791f3015428ea419ca3 | cc6f3c5719e9a0bbb52a724f43de81f5e58c82b6 | /sys/dev/drm/drm_drv.c | 7403b1d5bcdadfc1e102412f409aec43077b42c7 | [] | no_license | noud/mouse-bsd-5.2 | e2b08156b7a8482909d4c3cd6067e8c48bc22004 | 82d6a9798f4d4121bd5c202e1a17caead426c4aa | refs/heads/master | 2023-02-25T02:02:41.193435 | 2021-01-19T20:42:32 | 2021-01-19T20:42:32 | 334,537,488 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,116 | c | /* $NetBSD: drm_drv.c,v 1.19.6.2 2009/04/23 02:28:59 snj Exp $ */
/* drm_drv.h -- Generic driver template -*- linux-c -*-
* Created: Thu Nov 23 03:10:50 2000 by gareth@valinux.com
*/
/*-
* Copyright 1999, 2000 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, Californi... | [
"mouse@Rodents-Montreal.ORG"
] | mouse@Rodents-Montreal.ORG |
78f0a531d14e5773c48ca566dbec9fa80ad30350 | 7be14f8bcf492625ce9f2d77684544e5159edb38 | /Process and a Homemade Shell!/log.h | 94eb631dd547fc3f43143001e3f37d7461ddd76d | [] | no_license | JLLLinn/System-Programming | 86509eb9b3599725c197754a678b77a054b95303 | e33f43f7413ce9ba345e98565e2121c12f028fc1 | refs/heads/master | 2021-01-21T07:39:08.484016 | 2013-12-08T09:55:12 | 2013-12-08T09:55:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 444 | h | /** @file log.h */
#ifndef __LOG_H_
#define __LOG_H_
typedef struct _log_entry_t {
struct _log_entry_t *prev;
struct _log_entry_t *next;
char* value;
} log_entry_t;
typedef struct _log_t {
log_entry_t *tailEntry; //this is the tail
int* size;
} log_t;
void log_init(log_t *l);
void log_destroy(log_t* l);
void... | [
"jlin61@illinois.edu"
] | jlin61@illinois.edu |
1306fc1126c6dcab2880ac50ccbf562a9f6a4231 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/a78a603f-a51d-4f99-ba9b-cd80e451d98a.c | 34ae63350e08e3111d1199fbe93bd05cdc30ba8a | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 531 | c | #include <string.h>
#include <stdio.h>
int main() {
float i;
float j;
float k;
float l;
i = 6;
j = 9;
//variables
/* START VULNERABILITY */
int a;
int b[71];
int c[91];
a = 0;
do {
/* START BUFFER SET */
*((int *)c + a) = *((int *)b + a);
/*... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
2b2b846e23d8222d68ce74c40ad269628390a140 | c20c4812ac0164c8ec2434e1126c1fdb1a2cc09e | /Include/SO3World/IDoodadFile.h | 5ea6e2ba91215fa16a0c335ae4d01c11b2392378 | [
"MIT"
] | permissive | uvbs/FullSource | f8673b02e10c8c749b9b88bf18018a69158e8cb9 | 07601c5f18d243fb478735b7bdcb8955598b9a90 | refs/heads/master | 2020-03-24T03:11:13.148940 | 2018-07-25T18:30:25 | 2018-07-25T18:30:25 | 142,408,505 | 2 | 2 | null | 2018-07-26T07:58:12 | 2018-07-26T07:58:12 | null | UTF-8 | C | false | false | 1,055 | h | //////////////////////////////////////////////////////////////////////////////////////
//
// FileName : IDoodadFile.h
// Version : 1.0
// Creater : Zhao Chunfeng
// Date : 2008-05-29 06:56:19
// Comment : Doodad file interface
//
/////////////////////////////////////////////////////... | [
"dark.hades.1102@GAMIL.COM"
] | dark.hades.1102@GAMIL.COM |
347a3aeddd612d016dd1ae400ea8e065a2b95c39 | 79d343002bb63a44f8ab0dbac0c9f4ec54078c3a | /lib/libc/musl/src/math/x32/fmaf.c | 30b971ff97b5862560122c1bb395835b3cc25baa | [
"BSD-3-Clause",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-musl-exception",
"MIT"
] | permissive | ziglang/zig | 4aa75d8d3bcc9e39bf61d265fd84b7f005623fc5 | f4c9e19bc3213c2bc7e03d7b06d7129882f39f6c | refs/heads/master | 2023-08-31T13:16:45.980913 | 2023-08-31T05:50:29 | 2023-08-31T05:50:29 | 40,276,274 | 25,560 | 2,399 | MIT | 2023-09-14T21:09:50 | 2015-08-06T00:51:28 | Zig | UTF-8 | C | false | false | 336 | c | #include <math.h>
#if __FMA__
float fmaf(float x, float y, float z)
{
__asm__ ("vfmadd132ss %1, %2, %0" : "+x" (x) : "x" (y), "x" (z));
return x;
}
#elif __FMA4__
float fmaf(float x, float y, float z)
{
__asm__ ("vfmaddss %3, %2, %1, %0" : "=x" (x) : "x" (x), "x" (y), "x" (z));
return x;
}
#else
#include "../... | [
"andrew@ziglang.org"
] | andrew@ziglang.org |
689a288e251a580ce10764acd1bbe8bf5cd13332 | 61d1cd0e9b3325d9ebbaa4ba05fa39ab7907685e | /external/libvpx/libvpx/vp9/encoder/mips/msa/vp9_fdct4x4_msa.c | 26f275a5e1410837ece4c659ed5876237deeb6ba | [
"BSD-3-Clause"
] | permissive | Manish4586/android_platform_htc_a56dj | 506fa2e82943fa35cb3bc7b007cb074eb62b7116 | ac650ca4fe902f2ee477775241bfe99e8cdb6e92 | refs/heads/master | 2020-03-15T11:11:01.644293 | 2018-05-09T03:54:55 | 2018-05-09T03:54:55 | 132,115,280 | 0 | 1 | null | 2020-03-07T21:32:04 | 2018-05-04T08:56:18 | C | UTF-8 | C | false | false | 2,874 | c | /*
* Copyright (c) 2015 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributin... | [
"manish.n.manish45@gmail.com"
] | manish.n.manish45@gmail.com |
b08aa077acc7cc5bf2f9766446ed6c1cd86f297c | b344fb5a446c6ebb4c834596c4ff958c571cede0 | /diskgeom.c | 1e69b857f4fa4d35bf55c63c4fe305a5ae803e92 | [] | no_license | gmzsebastian/XRBinaryMCMC | 177d4cfd1249a2b4131ec24d069ca1ba123ff510 | a3840a9fc5abf90e01879ae857a46b422199768c | refs/heads/master | 2020-12-26T21:14:50.077356 | 2020-02-01T16:59:12 | 2020-02-01T16:59:12 | 237,645,818 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 29,457 | c | /***************************************
*
* FILE DISKGEOM.C
*
* Functions concerned with the geometry of the accretion disk
* around the compact star are in this file.
*
****************************************/
#include "header.h"
void MakeDiskTiles( void )
/*******************************... | [
"gmz.sebastian@gmail.com"
] | gmz.sebastian@gmail.com |
2e147b3af64cec96d62006d27e05a04de1481ceb | 1d82e7e7debe2260ef66974c407babc9735765a4 | /development/Look Here/Can.h | 062e34a9a2371858e1b92389c60e89bb4483be2b | [] | no_license | smparekh/CANBus | ada8bc64e3c863e5a1c93da73f4aeea1901600cf | 624ea5155c218252b4acb563a5b30caad9320792 | refs/heads/master | 2021-01-23T13:52:45.962656 | 2013-04-05T21:43:29 | 2013-04-05T21:43:29 | 6,989,099 | 3 | 0 | null | null | null | null | WINDOWS-1250 | C | false | false | 8,958 | h | /*********************************************************************
*
* This is the header for CAN.C
*
*********************************************************************
* FileName: CAN.H
* Dependencies: CANDef.h
* Processor: PIC18FXX8
* Compiler: MCC18 ... | [
"davsuss@vt.edu"
] | davsuss@vt.edu |
e5747bedd71214d7c97b141d51b22b4bac045327 | de8efb75c071a8b672420f0cf4e1b355a8915006 | /knl_mkl_csr/dense_mat_generator.h | 5cf3de3f4c2633b7d974a5ab8e95898598e22105 | [] | no_license | sclc/spmv | eea47e39b3ef475bede6289241219764694c65f4 | 100190ac84e60292046744a6c9085aa014e834f3 | refs/heads/master | 2021-01-12T14:32:43.617507 | 2017-01-11T16:58:10 | 2017-01-11T16:58:10 | 72,005,657 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 513 | h | #include <stdlib.h>
#include <stdio.h>
#include <time.h>
#ifndef DATATYPES_H
#include "DataTypes.h"
#endif
#ifndef VAL_TYPE
#define VAL_TYPE double
#endif
#ifndef IDX_TYPE
#define IDX_TYPE int
#endif
#ifdef __cplusplus
extern "C" {
#endif
void generate_dense_mat(denseMat * mat, IDX_TYPE num_rows, IDX_TYPE num_cols... | [
"sclc@sclcs-MacBook-Pro.local"
] | sclc@sclcs-MacBook-Pro.local |
e51a2bbffd9a25337fa6bae973d2cae8c15d6f73 | 23ac7c1a705de30dc23f35b271f58c0fac49d916 | /HW1/table.h | fe821fd6e870bf1e1ac2f02baca25005057c579c | [] | no_license | ZhangRRz/compiler_SimpleJava_Scanner | 1b1f701be82cb0f0f486e1643573448c726bfb66 | 4a3e1be1706d68acab32890a40be50f2110406cf | refs/heads/main | 2023-08-21T12:36:38.737924 | 2021-10-06T12:34:24 | 2021-10-06T12:34:24 | 414,204,969 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 238 | h | #ifndef TABLE_H
#define TABLE_H
// tell c++ dont change func. name
#ifdef __cplusplus
extern "C"
{
#endif
void create();
int lookup(const char*);
int insert(const char*);
void dump();
#ifdef __cplusplus
}
#endif
#endif | [
"a0981723988@gmail.com"
] | a0981723988@gmail.com |
4f1d2c1b03507cfb4bdaa18ea1775461a1e82b21 | dfc7e9787453455e18fc34d1c0c04a648026cbbf | /vector/fft/3_layer_negacyclic.h | 8d1d2c7be3fbbbd6ee14b7d58d87e8caacefd078 | [] | no_license | restourgie/benchmark | 3ce7fd26ecdc49933ab0980c722f96de4926b553 | 96c43627668367a3c0adbdad4be9df6f96aca72d | refs/heads/master | 2021-06-12T11:43:20.798221 | 2017-02-19T19:44:29 | 2017-02-19T19:44:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 263 | h | #include <complex.h>
#include <stdio.h>
#include <math.h>
#include <stdlib.h>
#include <immintrin.h>
#include "../vec_mul.h"
void three_layer_forward(cplx_ptr *x,const ring_t *ring);
void three_layer_backward(cplx_ptr *x, ring_t *ring);
void three_layer_init(); | [
"r.estourgie@gmail.com"
] | r.estourgie@gmail.com |
41b1354d0bdcfa04c903e3eda8af10df88a858e2 | cc1c409b634c5dd98582275055fa8b6a03b86f55 | /postfix.c | a40da694ffa638372eaa727b32ea9f6d27ea0a05 | [] | no_license | oncsr/infinite_calculator | d56207a4c4944c179f8a9a02fd4ba2f7adde407b | d3925b7849c29185d308d17960a94a5d6689e3e2 | refs/heads/master | 2020-09-29T14:44:05.461421 | 2019-12-10T05:33:21 | 2019-12-10T05:33:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,999 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "str.h"
char *postfix(char *infix)
{
char *str;
str = (char *) malloc(2*sizeof(char)*strlen(infix)+1);
memset(str, 0, 2*sizeof(char)*strlen(infix)+1);
struct node* head = NULL; //stack <char> operator;
char* temp = "";
temp = (char *) malloc(siz... | [
"qazzaq1541@gmail.com"
] | qazzaq1541@gmail.com |
a53e8812eae4b803f8ba336be74bef559a93b4c8 | cb1359edb21a8f84b659720a76060cb208db09c4 | /Applications/s3mon/dev/dynatbl.c | 5faad281fa0891821f29909fa2c6fd10696d2b18 | [] | no_license | richardfan25/edk2-AclTestToolPkg | 8adf8fb5854936fa69701ac4d86a540f20c184b5 | cb2e4b28442a16adf03374782fe7916050c6e5f5 | refs/heads/master | 2021-01-13T18:08:04.056635 | 2020-02-23T03:40:18 | 2020-02-23T03:40:18 | 242,451,440 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 13,133 | c | /******************************************************************
* Copyright(c) , Advantech Corporation 2017
* Module Name: dynatbl
* Purpose : dynamic table object
* Data : 2017/05/26
* Author : Duncan.Tasi
********************************************************************/
#include <string.h>
#include <stdl... | [
"richardfan25@gmail.com"
] | richardfan25@gmail.com |
8f6955d4475816b29e488c9163dc9ac6069f6ecf | 8f2d449dac75d287f7f3b0d8ec638e73249b5a03 | /pascals/pthumb.c | 6d77597c6e53bfd61e8c3fbf6cff33ec0e7af029 | [] | no_license | ekoeppen/thumbulator | 66abcf769c4026163e99b56efd8ebfac6cef491f | c14d436eba12a803c9fab35d0d9f605998db12d4 | refs/heads/master | 2021-07-11T04:45:44.968067 | 2021-03-04T14:06:05 | 2021-03-04T14:06:05 | 16,662,567 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,887 | c |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
//this must match the amax in pascals.pas
#define amax 131071
char newline[1024];
char xstring[1024];
char ostring[1024];
char opcode[32];
FILE *fpin;
FILE *fpout;
unsigned int line;
unsigned int errors;
void nice_print ( void )
{
unsigned int ra;
... | [
"dwelch@dwelch.com"
] | dwelch@dwelch.com |
1c7908a5e03513bf928f3afda2425fbf1ff7a82f | d3d7591e5147856b258aeb8d09e25835b73e4ebd | /worksheet8/main.c | 8b0fe4deec9cab694a51f8b226c579081e3dc8ea | [] | no_license | szystec/C---Uni-Worksheets | 77c455894f746f9de66e846fc7e1a7f3ee825450 | 262967c8cf168cdf9463163a99a37f16c1bb5e04 | refs/heads/master | 2021-01-23T13:59:51.621637 | 2015-03-25T19:42:47 | 2015-03-25T19:42:47 | 32,886,756 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 726 | c | /*
* File: main.c
* Author: toffik
*
* Created on November 29, 2012, 2:41 PM
*/
#include <stdio.h>
#include <stdlib.h>
#include <dirent.h>
/*
*
*/
int main(int argc, char** argv) {
DIR * current_directory_ptr; /*DIR is a type from dirent.h*/
struct dirent * next_entry_ptr; /*struct dirent is from d... | [
"toffikers@gmail.com"
] | toffikers@gmail.com |
3964f9fbcbe2d9525d51b8c5346d2ff1bfeb7076 | 91b1a3c3d17e0ed0c6e469267eaf3025d86664f6 | /modules/c/system/exception.h | 2edb3fa652f0190f1f8f1bce029a88f18608b5b1 | [] | no_license | ashisanu/lumpy | b981232e4962e4ca4779b643290e390e548e551b | 4f2a9a045b0bd6ffce6eae957e66bd9be4dc29d0 | refs/heads/master | 2021-01-20T15:44:23.038527 | 2011-12-21T17:33:04 | 2011-12-21T17:33:04 | 34,225,153 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 471 | h | #include <stdarg.h>
#ifndef EXCEPTION_FILE
#define EXCEPTION_FILE
#include "GC.h"
typedef struct exceptionholder {
int* exceptions; //die moeglichen Exceptions, die dieser holder abfangen kann
int size; // die anzahl der exceptions
jmp_buf* buffer; //der sprungbuffer
} ExceptionHolder;
Ex... | [
"crazy.progger@gmail.com@09f4ccf8-e2d5-d935-6763-c8e1adb017a2"
] | crazy.progger@gmail.com@09f4ccf8-e2d5-d935-6763-c8e1adb017a2 |
b3aff0ecd49e309f6bdfaa151ed79b5dca7d8a88 | 0f0e491454cb52cef5c326b0a3bbf3c9d24e942a | /src/cliente.h | 1213c5dd67d8e898c16d18fbc70c48035132591e | [] | no_license | ldtg/tallerProteinas | 2eb622ad23ed762f2a6d760c31efd678117b90dc | b75fd4aed2644dca735b74314cf8ffe0079881c9 | refs/heads/master | 2021-01-23T06:09:51.672353 | 2017-05-03T16:41:10 | 2017-05-03T16:41:10 | 86,339,910 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,476 | h | #ifndef TP1_CLIENTE_H
#define TP1_CLIENTE_H
#include <stdio.h>
#include "socket.h"
#define BUFF_SEND_LEN 20 // read/3
#define BUFF_READ_LEN 60
#define MAX_LEN_RESPUESTA 255
#define OK 0
#define ERROR 1
// Tipo cliente_t representa a un cliente
typedef struct {
FILE *in_file;
char *host;
char *service;
socket... | [
"lteje11@gmail.com"
] | lteje11@gmail.com |
a1e77929f678f6be96bcfa26cd207a7d5a8490ee | 26f93230e080b9c4fd747999712adb2b88adedf9 | /includes/libft_math.h | 18ed8ef04c1b69ec78e0db6cdee0840f59d426ae | [] | no_license | welschmorgan/libft | f3591d2e6e6b1069d582fb5daf117ecbdf6f27cc | 8d34ccb334c72a61087bc6c78b4b2c8b6667819a | refs/heads/master | 2021-01-21T05:03:08.596297 | 2016-03-24T12:35:26 | 2016-03-24T12:35:26 | 14,616,889 | 1 | 1 | null | 2013-11-24T18:14:20 | 2013-11-22T12:14:31 | C | UTF-8 | C | false | false | 2,548 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* libft_math.h :+: :+: :+: ... | [
"mwelsch@e2r12p15.42.fr"
] | mwelsch@e2r12p15.42.fr |
cef32ae330f0d847d6446f504927941140744549 | 21b186359708227792186ae0572cb5098d3a7184 | /tulipindicators/indicators/stderr.c | 210c89071f1e872be84bee440ea6cabcf16e8430 | [
"LGPL-3.0-only",
"LGPL-2.0-or-later",
"MIT"
] | permissive | phsiao/tulipindicators-go | adac86622b6f3ff5d7bc1d336372587cc1d408f3 | aca2b045bf575d6753c557b1d728deb050985095 | refs/heads/main | 2023-04-26T09:44:44.613518 | 2021-05-09T17:01:54 | 2021-05-09T17:01:54 | 365,532,222 | 0 | 0 | MIT | 2021-05-09T17:01:55 | 2021-05-08T14:16:58 | C | UTF-8 | C | false | false | 2,139 | c | /*
* Tulip Indicators
* https://tulipindicators.org/
* Copyright (c) 2010-2017 Tulip Charts LLC
* Lewis Van Winkle (LV@tulipcharts.org)
*
* This file is part of Tulip Indicators.
*
* Tulip Indicators is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public L... | [
"phsiao@tripadvisor.com"
] | phsiao@tripadvisor.com |
7011b37328149efd13ed1607eb20bbbb81dae9d9 | e6b1cb85174d1790c54690f221b88087539dd88a | /icModule/libHTRC.h | fd67c3143b316563bb903776720719afbc4adb6e | [] | no_license | hucheng-yyds/device_app_qt_v2 | 5b2e803bc0e0fd0ed6e8a62b10d3e573d45c9c42 | f59c55b605b69c7671be5a1636cb5c28aa6fac5e | refs/heads/main | 2023-07-08T06:52:34.634044 | 2021-07-30T09:03:48 | 2021-07-30T09:03:48 | 390,967,629 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,824 | h | #ifndef __LIB_HTRC_H__
#define __LIB_HTRC_H__
#include <stdint.h>
//卡类型
#define CARD_TYPE_NONE 0xFF
#define CARD_TYPE_ISO7816 0x00
#define CARD_TYPE_CPU 0x01
#define CARD_TYPE_RFID 0x02
#define CARD_TYPE_MIFARE 0x03
#define CARD_TYPE_NTAG 0x04
#define CARD... | [
"zgf@officelinking.com"
] | zgf@officelinking.com |
9317f15decd59ed7768764086b0ad77fcc07721b | fa4eaf41990b1974ed81069baefa1837d7f642a6 | /110.c | 3fc156f6b52a8cb7f7a7dac5ba9d06e288f59518 | [] | no_license | naveenkumarnataraj/c-pgm | 28c2c54c0dab512461926675f98556439972a909 | a513ad2099fec08bc5d261bfde45bcbec9ee3aea | refs/heads/master | 2021-05-09T07:08:55.787463 | 2018-03-23T11:11:53 | 2018-03-23T11:11:53 | 119,349,555 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 129 | c | #include <stdio.h>
int main()
{
int i,k,e=0;
scanf("%d",&k);
for(i=1;i<=k;i++)
{
e=e+i;
}
printf("%d",e);
return 0;
}
| [
"noreply@github.com"
] | naveenkumarnataraj.noreply@github.com |
d6a0aaaec2f3b11f62d77286589acd1888493bfd | d97fdf394752767b47fcc40fa4f677c7693d36cc | /unpv22e_my/mutex/test3.c | b1b16d74f14128f04a9667b60605cdf5efa1de5d | [] | no_license | hechenyu/unix_code | d1f7c7deef9514476e4f7a7fc60e20041b922751 | eb8a61b1e78ffdab283fa25d803b4daa1360cfda | refs/heads/master | 2021-01-17T13:16:53.052942 | 2017-04-12T16:03:56 | 2017-04-12T16:03:56 | 65,207,960 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 383 | c | /* verify that not calling pthread_attr_destroy() causes memory leak */
#include <stdlib.h>
#include <stdio.h>
#include <pthread.h>
#include <string.h>
int main(int argc, char **argv)
{
pthread_attr_t attr;
int err;
for ( ; ; ) {
if ((err = pthread_attr_init(&attr)) != 0) {
fprintf(stderr, "pthread_attr_init... | [
"hexu@a.com"
] | hexu@a.com |
7f69e51524bc7373e28f6d4ea4f5fe449e77fbc5 | 632f9bdc9b0af39e2e6569a1ecc1aa6b2476928b | /1Day/fork.c | ab908684b191a1f14d00833675f1f74c9cb37f74 | [] | no_license | ahangshizz/Linux | a2ce859ec8821503264de468bf15beede5b4460c | 56983f4df3d5c5a65b97d7cde851e7c4d1c439d5 | refs/heads/master | 2020-05-25T23:15:17.608946 | 2019-09-18T12:06:24 | 2019-09-18T12:06:24 | 188,030,914 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 737 | c | /*************************************************************************
> File Name: fork.c
> Author: 魏行
> Mail: weihang2020@126.com
> Created Time: 2019年05月21日 星期二 11时58分20秒
************************************************************************/
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
... | [
"you@example.com"
] | you@example.com |
403372c77fa3ab55be3483c2ee3658281bfe7c8c | bb7c6ed109af5a4b95faa067e4b6fa69b266cfed | /platforms/esp8266/src/esp_esf_buf_monitor.h | 120538121d7f8b8212f3c8da89256ced5122aeb2 | [
"Apache-2.0"
] | permissive | jimsdog/mongoose-os | aceb57f9c03c89457abee0dadbc4f32694716c89 | 11c0be1c04218070edfe63ba38d11b6ca05ab8a0 | refs/heads/master | 2023-06-18T03:14:48.928507 | 2021-07-12T08:46:51 | 2021-07-12T08:46:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,087 | h | /*
* Copyright (c) 2021 Deomid "rojer" Ryabkov
* All rights reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless re... | [
"rojer@rojer.me"
] | rojer@rojer.me |
1ad3aa5b6afd48720e1f941ea796eccbe19053ca | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/Telegram-master/TMessagesProj/jni/libwebp/dsp/cpu.c.bak.c | 4ec3ff301039157e0d05fad9a4bb2c4b7955939e | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,256 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
// Copyright 2011 Google Inc. All Rights Reserved.
//
// Use of this source code is governed by a BSD-style license
// that can be found in the COPYING file in the root of the source
// tree. An additional intellectual property rights grant can be found
// in ... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
f59c6de7d49fa54c5fb8363bf0babf2671e0a125 | f0770ac0a3a52b84922cad89040d70d15e7cad10 | /nexus-am/libs/fixmath/src/fix16_exp.c | 05c61f5abbd9c81cec5cf9ea01145340b5c1b619 | [] | no_license | FluorineDog/hust-pa | e919fb4f553eab2662aa9fada50a4161346f923a | a8767a002e9388e6eac6734316065429c2d8ff85 | refs/heads/master | 2020-04-09T23:37:51.027594 | 2019-10-21T03:32:49 | 2019-10-21T03:32:49 | 160,662,249 | 13 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,137 | c | #include "fix16.h"
#include <stdbool.h>
#ifndef FIXMATH_NO_CACHE
static fix16_t _fix16_exp_cache_index[4096] = {0};
static fix16_t _fix16_exp_cache_value[4096] = {0};
#endif
fix16_t fix16_exp(fix16_t inValue) {
if(inValue == 0) return fix16_one;
if(inValue == fix16_one) return fix16_e;
if(inVal... | [
"fluorinedog@gmail.com"
] | fluorinedog@gmail.com |
4d3504fdd4e629127cab49a2ab4c2618a9b27ddb | fcd73eb36dae52eb7bf7575dee4704b45263e822 | /rush02/ex00/includes/grid.h | d4b2e3631d54d8d39098041620e97b9e5e7acd16 | [] | no_license | AmberFu/42_2018Mar_Piscine | 2565109deced5ffa4451df27de2dbb9defc7f26f | 721a0f2f7dea5f7b912b7be69e1a820db6ee7a26 | refs/heads/master | 2021-04-03T09:30:33.470903 | 2018-05-01T13:02:47 | 2018-05-01T13:02:47 | 124,956,779 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,312 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* grid.h :+: :+: :+: ... | [
"pfu@e1z1r2p39.42.us.org"
] | pfu@e1z1r2p39.42.us.org |
e75b9d2457e45156aaf6ca91d2ef152bda9e4101 | 1b571795099580aa02dcf92b45cb416eb5f31162 | /lk/common/lib/libc/atoi.c | 71dfd0f64beb6efb34b5892a89388cb56531690d | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"OpenSSL"
] | permissive | madisongh/keystore | 6e595bd1a3cefbe062e9632a0d6772edc7a8eb63 | 4a918b7065bd5a252df808d2f174a82d70a512be | refs/heads/master | 2022-12-02T19:29:06.796123 | 2022-11-24T12:29:35 | 2022-11-24T12:29:35 | 235,394,831 | 7 | 3 | null | 2022-11-24T12:29:36 | 2020-01-21T17:00:47 | C | UTF-8 | C | false | false | 3,838 | c | /*
** Copyright 2001, Travis Geiselbrecht. All rights reserved.
** Distributed under the terms of the NewOS License.
*/
/*
* Copyright (c) 2008 Travis Geiselbrecht
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files
* (the "Software... | [
"matt@madison.systems"
] | matt@madison.systems |
dc95b54f8ec8cce082e95cef5647910d1b570867 | 9ebb5cb2cdd883a7bd1763aa85007c3d94befcf0 | /elua/inc/rtype.h | 3d811cd0217bd99666a5b4e491981e5f34fc43d0 | [
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | syscheme/hometether | 406e902d929bf31b272a7ac4900ccd65c48e8d27 | a2bc4ede01c487df2946fb3c078c3775bd7272de | refs/heads/master | 2023-05-02T23:14:20.068486 | 2023-05-02T10:46:02 | 2023-05-02T10:46:02 | 117,061,155 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 445 | h | // Type definitions for the remote file system
#ifndef __RTYPE_H__
#define __RTYPE_H__
// Type codes
#define TYPE_INT_8 0x01
#define TYPE_INT_16 0x02
#define TYPE_INT_32 0x03
#define TYPE_PTR 0x04
#define TYPE_START 0x05
#define TYPE_END 0x06
#define TYPE_OP_I... | [
"syscheme@hotmail.com"
] | syscheme@hotmail.com |
7203fa0f3f7598fa2632281185e74329ffc5685c | b947428e8a7c689b044162129263a8230c05bdc5 | /ETH/PHY_KSZ8081RNA.c | 3ffaf6910b1619800cbf31f37656f1e690214e56 | [
"Apache-2.0"
] | permissive | zhj2232006/CMSIS-Driver | 75b3695f15101401dd67c259aba522dc21ff68d5 | f7e6f39d2524b4de9f49c783dfb40f7ec3c2aa81 | refs/heads/master | 2020-03-14T10:49:45.078596 | 2018-03-16T14:17:18 | 2018-03-16T14:17:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,810 | c | /*
* Copyright (c) 2013-2018 Arm Limited. All rights reserved.
*
* 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
*
* www.apache.org/licenses/LICEN... | [
"Robert.Rostohar@arm.com"
] | Robert.Rostohar@arm.com |
b2cd900fa5c26ef23a702f4990d061607d843bfb | ce8775d37f9ed691a767c5b401daf171ad1d23dd | /sftp.c | 58b8e3e9da673c344d88ecff837a0e75daf9caab | [
"MIT",
"BSD-3-Clause"
] | permissive | svn2github/leputty | 894cc82fce10fcda6b5e76b72e0881eabb14d264 | 38c6aa90aa2ea4ca44362c4dbfbb49472de1ce7f | refs/heads/master | 2021-01-10T03:09:27.959387 | 2008-10-13T22:15:08 | 2008-10-13T22:15:08 | 50,984,530 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 34,191 | c | /*
* sftp.c: SFTP generic client code.
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include <limits.h>
#include "misc.h"
#include "int64.h"
#include "tree234.h"
#include "sftp.h"
struct sftp_packet {
char *data;
unsigned length, maxlen;
unsigned savedpos;
int t... | [
"boozai@0da5e874-1333-4f62-a5cb-0298b63b1666"
] | boozai@0da5e874-1333-4f62-a5cb-0298b63b1666 |
e8725ec5507238da5a0e23d8fb7070184e5bfeac | c49808e748bf3cbd6cbadfa9aaddfb51ab4b9856 | /ButtonManager/config/xf-config.h | 41757c0da58fc6cf76fa16fe185cf3be57f22c4b | [] | no_license | selligZeittom/Patterns | 0da6ae29ca783054cd3cf1c3da79daa5ebaddac5 | b8a642bb70f41b20bb13a2491558df3e012e8230 | refs/heads/master | 2020-05-02T03:36:10.168275 | 2019-04-04T07:38:48 | 2019-04-04T07:38:48 | 177,732,402 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 658 | h | #ifndef XF_CONFIG
#define XF_CONFIG
#define USE_XF_DEFAULT_IMPLEMENTATION 1
#define USE_XF_DISPATCHER_DEFAULT_IMPLEMENTATION 1
#define USE_XF_EVENT_QUEUE_DEFAULT_IMPLEMENTATION 1
#define USE_XF_TIMEOUTMANAGER_DEFAULT_IMPLEMENTATION ... | [
"gilmottiez@gmail.com"
] | gilmottiez@gmail.com |
325b866fcf55e596f3974b21006b89c4f0727d57 | d40b27c8d941ac820ec63f738ccc71889cd0cac3 | /2010-10/1029/webspider.c | 555a5b38ae4f21878809395110d21fb353937e75 | [] | no_license | cjhgo/sunsea-aka | 11efaafc35128c54231dea907d2288d77d9cf014 | a6b017e075c47deb60b80adb1c571e5653d168db | refs/heads/master | 2020-06-01T08:34:14.545478 | 2012-03-20T05:51:49 | 2012-03-20T05:51:49 | 39,442,094 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,254 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "sqlite3.h"
#define N 1025
typedef struct node
{
char * data;
struct node * next;
}NODE, * PNODE;
char buf[N]; //存放fread读出来的值
char link_temp[N]; //临时存放合法网址
char tmp_website[N]; //存放从数据库中取出的网址
int id; //记录从数据库中取出的网址的id号
//自己实现的strncmp函数
int my_... | [
"sunsea1026@a6326a0c-c317-5ae0-7cc4-ced70fe253c8"
] | sunsea1026@a6326a0c-c317-5ae0-7cc4-ced70fe253c8 |
fcfd0a5a5ea6b560e4e7aa3050fe3a63f8234d06 | 0798f86971ce98013cecb034ed427b4c0a32618d | /fila.c | 5752c61fede4bcbb9b394080e8a4386bf93b0215 | [] | no_license | LucasMatheusSA/COMPILADOR | d72557496e39f89a41337a9859f7f45e43ea293f | 9f8c554b4a384d7769676f0694d3d2c56812be44 | refs/heads/master | 2022-12-11T05:17:34.768455 | 2022-12-08T19:46:59 | 2022-12-08T19:46:59 | 136,674,017 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,902 | c | //fila
#include "types.h"
void push(TTOKEN **fila,TOKEN token){ // coloco no inicio da fila
TTOKEN *aux;
if((*fila)==NULL){
(*fila)=(TTOKEN*)malloc(sizeof(TTOKEN));
(*fila)->tipo=token.tipo;
strcpy((*fila)->valor,token.valor);
(*fila)->prox=NULL;
}else{
aux=(TTOKEN*)malloc(sizeof(TTOKEN));
aux->prox=(*... | [
"36941834+lucasx170@users.noreply.github.com"
] | 36941834+lucasx170@users.noreply.github.com |
4fd620e395e95e52e2ef6be7e6aed2c3b075dce9 | 263a3cbd154125d87c13496cb3b19591bc910b06 | /cv32e40p/tests/programs/custom/interrupt_bootstrap/interrupt_bootstrap.c | e0754b39e4519ca92964082f02128c28e6e45699 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | MikeOpenHWGroup/core-v-verif | 2894557a329c1f5964e3dc57c1be28180dc48c6e | 2dd5594be3f81c3f58f677a6ccbabeee388e90ee | refs/heads/master | 2023-09-01T00:22:19.174282 | 2023-08-23T16:04:06 | 2023-08-23T16:04:06 | 236,234,101 | 2 | 2 | NOASSERTION | 2022-03-14T12:45:25 | 2020-01-25T21:44:49 | Assembly | UTF-8 | C | false | false | 11,290 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include "interrupt_test.h"
// There is no way to commnicate UVM side information to firmware currently
// so use a fixed value for moving mtvec
// This should be safely away from the code area and yet safely "down" the stack area
#define BO... | [
"Steve.Richmond@silabs.com"
] | Steve.Richmond@silabs.com |
ab6fff5195df17db4b6f306638cc4f4887f6a150 | ce5187c093da8c8002474dcf044547936cf79d39 | /webviewffi/webview_ffi.h | 47955e10c57133ebaf06699776991ef39f2257a8 | [
"MIT"
] | permissive | Wikiemol/webviewffi | fd42029ad1125cd266f55cdc7b5cfdb6d825f039 | 9b2c5c51bb77a421b487c66d40f4aa3b06034b7c | refs/heads/master | 2022-06-15T09:53:07.611266 | 2020-05-06T13:39:56 | 2020-05-06T13:39:56 | 261,621,994 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,138 | h | #ifdef __cplusplus
#ifndef FFI_WEBVIEW_API
#define FFI_WEBVIEW_API extern "C"
#endif
#else
#ifndef FFI_WEBVIEW_API
#define FFI_WEBVIEW_API
#endif
#endif
typedef void *ffi_webview_t;
// Creates a new webview instance. If debug is non-zero - developer tools will
// be enabled (if the platform supports them). Window pa... | [
"kingweko@gmail.com"
] | kingweko@gmail.com |
785eed50fd12d2b03aa3efb2500475b0042cea8a | cbc83b24ce56e626554ea0ada8746411b42160b5 | /QMK/model01_layout_mine/keymap.c | 188cb3d38213486fe0f94c76f283d69ecb131693 | [
"MIT"
] | permissive | willwm/layouts-model01 | d11646468725dbbbc6595c9fa272830f939e09d5 | 3a1442d728ff3c8c8c80ba16a1f0c7e33feebbaf | refs/heads/master | 2020-04-24T07:22:05.906064 | 2020-03-15T00:02:14 | 2020-03-15T00:02:14 | 171,797,060 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,686 | c | #include QMK_KEYBOARD_H
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, TG(1), KC_GRV, KC_Q, KC_W, KC_E, KC_R, KC_T, RGB_MOD, KC_PSCR, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_EQL, KC_PGUP, KC_A, KC_S, KC_D, KC_F, KC_G, KC_TAB, KC... | [
"willwm@gmail.com"
] | willwm@gmail.com |
ffd3c1886e1823005ea51ed4c5a105a754f68c5e | f0f876fd372abfd2ce02005caf80ae94dc9a2dc1 | /io/tests/checkposix.c | 230b3b06b470c0c04371af4149fae6be5e4ef16c | [] | no_license | minitu/baseenv | e6b9b145e8b80bcef72aec1028fdc064b87a8c88 | 9b2fd937ada402ad5f9465f5bfd9045153787d74 | refs/heads/master | 2020-08-05T11:32:53.609561 | 2019-10-03T02:53:12 | 2019-10-03T02:53:12 | 212,485,660 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,311 | c | /*
* This is a program to check one aspect of correct POSIX behavior.
* The program uses MPI to manage multiple processes, which should be running
* on separate nodes (not just cores) if possible.
*/
#include "baseenv.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "mpi.h"
#include <unistd.h... | [
"jchoi157@illinois.edu"
] | jchoi157@illinois.edu |
5f99c9dc1a7df047d61f06a065f54b5eb9c3c246 | 6e73069807b8e7ad48dc729e8068334d5b44bd60 | /src/daemon/zbdriver/silicon_labs/zcl-cmd-create.h | 2bbd79ab24dde73264dc6fd66134e375a90b8130 | [
"Apache-2.0"
] | permissive | AndrewGoing/gl-zigbee-sdk | 8da086cb5affd43a038b8a0d407f1b9cc470d7f8 | 94f5b41e7d2d46ce096fdd245ee9d171831c73de | refs/heads/master | 2023-08-20T23:06:33.306442 | 2021-10-08T03:31:34 | 2021-10-08T03:31:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,897 | h | /*****************************************************************************
Copyright 2020 GL-iNet. https://www.gl-inet.com/
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apac... | [
"feng.he@gl-inet.cn"
] | feng.he@gl-inet.cn |
bafd133bad5a4996635b1b360e9f31d182630063 | d5c7ca052b9669afe81a109ab89a5b36ab1ab571 | /GBN/gbn.c | f2e7cec204e334bf28c586be4e631adbc2a5e1a2 | [] | no_license | AswinJose8100/Computer-Networks-and-Applications | 704af0019ae2cb854e82d15796725df94e38bc80 | 44b27ac780868556e127305375f768e03b395081 | refs/heads/main | 2023-03-30T04:23:28.671839 | 2021-03-24T00:27:25 | 2021-03-24T00:27:25 | 350,896,965 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,230 | c | #include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include "emulator.h"
#include "altbit.h"
/* ******************************************************************
Unfinished Alternating bit protocol. Adapted from
ALTERNATING BIT AND GO-BACK-N NETWORK EMULATOR: VERSION 1.1 J.F.Kurose
Network proper... | [
"noreply@github.com"
] | AswinJose8100.noreply@github.com |
4c90cd8bfe5c83a90eee5fa047c27b36879e5ab6 | 0e0e8236eea8964535c1fc435ec946516f0e171a | /libft/ft_strncat.c | d3163365674485c708bb3c820a8066438babef1f | [] | no_license | WTC-Bat/ft_ls2 | 6fecc80985bff0915aac10dbceb5d80a872af33b | 4f61b6b0cb259878dee7ddb8b4f312f536fb7ae1 | refs/heads/master | 2020-04-18T13:48:45.318950 | 2016-11-10T19:55:34 | 2016-11-10T19:55:34 | 67,434,458 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,125 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncat.c :+: :+: :+: ... | [
"FatBat@Matthews-iMac.local"
] | FatBat@Matthews-iMac.local |
abbb27c30715d784f61db33587b1e762a9bf49b0 | 343e90eecaa9c6d975947593d03b963a08ef7077 | /Tests/Optimizations/test4/t.c | 9dd33fd13ba9164ae25beea82445f2ba72c2bbef | [] | no_license | lirui-shanghaitech/rbaa | f8fa5622be4dd0761171f6be1d082939daca5807 | 760d11e07e4cdcf99da28b65b2c724d8c47f2550 | refs/heads/master | 2023-03-17T09:16:00.688874 | 2016-03-07T15:11:34 | 2016-03-07T15:11:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 375 | c | #include <stdlib.h>
#include <stdio.h>
void foo(){
int* v = (int*)malloc(sizeof(int)*3);
int* a = v + 1;
int* b = v + 2;
*a = 10;
*b = 20;
printf("%d", *a);
}
void bar(int* a, int* b){
*a = 10;
*b = 20;
printf("%d", *a);
}
int main(int argc, char** argv){
foo();
int* v = (int*)malloc(sizeof(int)*... | [
"vmpaisante@gmail.com"
] | vmpaisante@gmail.com |
4da598f5fe74a046ead2e8b75cc74c4d22c076e7 | 6e0f3d6ed99b57ce1017fd3f41e8161110ce1090 | /src/evsip_core.h | cdac2af1985d1eb96b0811282b50e984944a4391 | [
"FSFAP"
] | permissive | linuxdeveloper/evsip | 539f56c18021e2cd06cac4a1e5ed248eae89a613 | 5b43d46023b9e6298399f94cd9e8d2f9063645f7 | refs/heads/master | 2020-12-03T00:27:03.581946 | 2015-11-08T19:33:51 | 2015-11-08T19:33:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 337 | h | #ifndef EVSIP_CORE_H_
#define EVSIP_CORE_H_
#define EVSIP_UNUSED_ARG(x) if((x)) {};
/**
*
* @return
*/
unsigned int evsip_init(void);
/**
*
* @return
*/
unsigned int evsip_start(void);
/**
*
* @return
*/
unsigned int evsip_stop(void);
/**
*
*/
void evsip_deinit(void );
#endif /* EVSIP_CORE_H_ */
//vim... | [
"gasmibal@gmail.com"
] | gasmibal@gmail.com |
d5c504dc7018fc165362d36c2d8d866f55e879aa | 64c2c5482831d475af44bc97f1b2bbe61ac8c482 | /components/hap/wolfssl/cyassl/openssl/ed25519.h | 240cbcaafc42b0ff56f46a5b6d5df26c37349697 | [
"GPL-2.0-only",
"MIT"
] | permissive | Soulmate-Lights/soulmate-core | 7f38de7d9e3214e16da7981bf4cb5b826301b346 | 346ff9f795c7dd6d218d006404403da2849e3871 | refs/heads/master | 2023-04-16T01:22:29.817451 | 2021-05-01T17:47:45 | 2021-05-01T17:47:45 | 225,334,045 | 25 | 2 | MIT | 2023-04-28T13:51:21 | 2019-12-02T09:19:54 | C | UTF-8 | C | false | false | 55 | h | /* ed25519.h */
#include <wolfssl/openssl/ed25519.h>
| [
"elliott.kember@gmail.com"
] | elliott.kember@gmail.com |
2e4bf164f2f04eda977e5c39a94e8d2a5ee305ce | 7d5691687676b900553628f9287b7cb9094dac9a | /3party/freetype/src/base/ftinit.c | b65a91d06c6819217e54689d6fba1a5c075c1ad1 | [
"FTL",
"Apache-2.0"
] | permissive | mapsme/omim | bf3ea4f419a547b7c124107e344d7f565d707c12 | 1892903b63f2c85b16ed4966d21fe76aba06b9ba | refs/heads/master | 2023-02-20T16:31:08.733960 | 2021-04-27T13:57:41 | 2021-04-28T14:44:52 | 42,798,033 | 5,032 | 1,527 | Apache-2.0 | 2022-10-03T08:28:24 | 2015-09-20T02:57:13 | C++ | UTF-8 | C | false | false | 9,103 | c | /***************************************************************************/
/* */
/* ftinit.c */
/* */
/* Fr... | [
"alex@maps.me"
] | alex@maps.me |
21d33c161d73b7bfe715a0f37c1aaccaa4730156 | 2be610695e24b60b5ab9df91f5e6bd882157479b | /src/debugops.c | c6a098b391d358045049bead7681b6210761a02c | [
"BSD-2-Clause"
] | permissive | jdaochang/discofs | 720620617414e0c1fdfbffbde5305a0a5aa1949b | 25e89c5b65590142209347ed3a2068ab60a9abe9 | refs/heads/master | 2021-12-01T22:49:06.931183 | 2013-07-04T09:37:23 | 2013-07-04T09:37:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,580 | c | /* discofs - disconnected file system
* Copyright (c) 2012 Robin Martinjak
* see LICENSE for full license (BSD 2-Clause)
*/
#include "config.h"
#include "fsops.h"
#include "log.h"
#include <fuse.h>
#include <sys/types.h>
static unsigned long debug_op_id = 0;
static void breakpoint(void)
{
;
}
void *debug_... | [
"rob@rmartinjak.de"
] | rob@rmartinjak.de |
b7577eda45af817df51d21169ca206863827a82a | e368d28ab359f703b784b23280a98caa58d4fa72 | /component/common/application/baidu/libduer-device/external/mbedtls/programs/x509/cert_app.c | dc779ddd14e4ccb7c44021dd567752acf329b115 | [
"MIT",
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | Seeed-Studio/seeed-ambd-sdk | 93b3f853142026b0bb15f320129f7e893c981ae1 | 3cc64f293f756ffb3cd379fffb972b7401cb0951 | refs/heads/AT | 2022-11-25T06:55:17.361575 | 2020-07-31T05:45:10 | 2020-07-31T05:45:10 | 255,220,669 | 12 | 7 | null | 2020-07-31T05:45:11 | 2020-04-13T03:18:22 | C | UTF-8 | C | false | false | 16,119 | c | /*
* Certificate reading application
*
* Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
* 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... | [
"lht856@foxmail.com"
] | lht856@foxmail.com |
a24eeeb886b3c4fc66e6b453d6a7da75250359f0 | cfe69fc556729bdecf2118fa5bc329343c42ed80 | /10.0.10240.16384/ntoskrnl/Functions/PpmEventTraceDripsAccountingSnapshot.c | 6e7785e2231e96c6643665cd794321279165e7be | [] | no_license | Myprivateclonelibrary/W10M_unedited-decomp | 8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a | 67b05851a3e262ff8a5d11ee50db34f28c350f16 | refs/heads/main | 2023-08-31T06:00:37.303105 | 2021-05-15T23:53:23 | 2021-05-15T23:53:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 701 | c | // PpmEventTraceDripsAccountingSnapshot
void __fastcall PpmEventTraceDripsAccountingSnapshot(int a1, int a2)
{
__int64 v3; // kr00_8
int v4[18]; // [sp+8h] [bp-48h] BYREF
v4[0] = 26;
if ( PpmEtwRegistered )
{
v3 = *(_QWORD *)&PpmEtwHandle;
if ( EtwEventEnabled(PpmEtwHandle, dword_61DEC4, (int)PPM_... | [
"64583248+Empyreal96@users.noreply.github.com"
] | 64583248+Empyreal96@users.noreply.github.com |
f517d46739d5ba71708236864bb0d330942771e0 | d03cfd957b376de54e5a1cba399c97d153cd4664 | /all/lab8_result/user/libs/file.c | 6433f048e45d7e2c78289745aba42497812ab367 | [] | no_license | zhoujie15/os_exercises-1 | 0fd44c4ab3012a94aa441c5f023c7d291328dfac | 8779b5e035e927b10e7d05b838b357aa484844b7 | refs/heads/master | 2021-01-18T09:22:53.171376 | 2015-05-20T05:32:14 | 2015-05-20T05:32:14 | 31,527,027 | 0 | 1 | null | 2015-03-02T06:47:13 | 2015-03-02T06:47:13 | null | UTF-8 | C | false | false | 1,360 | c | #include <defs.h>
#include <string.h>
#include <syscall.h>
#include <stdio.h>
#include <stat.h>
#include <error.h>
#include <unistd.h>
int
open(const char *path, uint32_t open_flags) {
return sys_open(path, open_flags);
}
int
close(int fd) {
return sys_close(fd);
}
int
read(int fd, void *base, size_t len) {
... | [
"zhoujie19940804@126.com"
] | zhoujie19940804@126.com |
24ab621eef0bbaa6a31cec1019dafc610482cffb | f35d978f1dd114b1663f3e45b524fb5df206c6a2 | /bfs/uri1883.C | 243ff08d90b22e20be633409cc0494a2e82d9a74 | [] | no_license | talitahalboth/programingCompetition | f521a01ea994955250576fbca9fc80b7f18cbf31 | 919954022a7e32156f97400a8f9fc3fa707b60ae | refs/heads/master | 2023-01-01T21:36:10.824467 | 2020-10-22T20:52:03 | 2020-10-22T20:52:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,043 | c | #include <bits/stdc++.h>
#define fi first
#define se second
#define pb push_back
#define mp make_pair
#define para(X,Y) for (ll (X) = 0;(X) < (Y);++(X))
#define paraIni(X,S,Y) for (ll (X) = S;(X) < (Y);++(X))
#define rpara(X,Y) for (ll (X) = (Y)-1;(X) >=0;--(X))
#define all(X) (X).begin(),(X).end()
#define rall(X) (X).... | [
"thcf16inf.ufpr.br"
] | thcf16inf.ufpr.br |
11e737714de54f43f59573b09a74edd4acfb2ed9 | 881af7bf347f996382b8fa1ec284ba0847d71cf0 | /drm/core/subdev/i2c/padnv04.c | 5ee9dfeff7a39d23722cac5dc7d6784bf0ed95f9 | [] | no_license | scele/nouveau | b72421e546ff40ec9c30d8b15361fc39716dd695 | 3647b223a95def468873f6d121bd5edf3ab9e6d1 | refs/heads/master | 2020-12-26T04:27:53.747265 | 2014-06-26T05:33:32 | 2014-07-08T02:54:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 37 | c | ../../../../nvkm/subdev/i2c/padnv04.c | [
"bskeggs@redhat.com"
] | bskeggs@redhat.com |
8ab894fc02badb384fd36f5f23c7c310814d9a1c | 7faa6044c51b1a70c3a19908e72fb6f8c25ef5a7 | /world/daemon/skill/sougu.c | c7afc89e0606812211297d083aeba8fd2ab9f07d | [] | no_license | losep/xyj45 | b55ca0f087bde4082b5ebe05945f36df86afcb9c | 3a699e543eec0f3c3965986ca98d7ba3b603c0cd | refs/heads/master | 2020-07-04T14:14:49.565808 | 2016-11-18T19:31:57 | 2016-11-18T19:31:57 | 74,157,577 | 1 | 1 | null | 2016-11-18T18:52:37 | 2016-11-18T18:52:37 | null | GB18030 | C | false | false | 3,085 | c | //sougu.c 搜骨鹰爪功
inherit SKILL;
mapping *action = ({
([ "action" : "\n$N双臂一拢,左爪直攻$n下盘,右爪却挟风雷之势推向$n腰间,一虚一实,正是一招「推爪式」",
"force" : 170,
"dodge" : 5,
"damage_type" : "抓伤",
"lvl" : 0,
"damage" : 15,
"skill_name" : "推爪式"
]),
([ "action" : "\n$N身形陡起,如雄鹰击日般“倏”地从$n头顶越过,使一招「盖爪式」双爪疾向$n脑后击下",
"force" : 190,
"dodge" : 20,
... | [
"liming.xie@gmail.com"
] | liming.xie@gmail.com |
ffeada5ef321b48f72a29da67d2664af11e871e8 | 1080ac272a8288dc575f70a5699a8ff0a339f1d2 | /adb/sockets.c | 0c7a11cec66b4917fae5699a39ede55a643287a3 | [
"Apache-2.0"
] | permissive | cplus2016/mac_adb | 00f50960d8abe155c1306059cccd52af12d72dd8 | 5aacc8b65c74f12fcd81979fb5b77fef27c262fe | refs/heads/master | 2020-08-04T23:19:51.360489 | 2016-08-30T01:36:16 | 2016-08-30T01:36:16 | 66,692,078 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,139 | c | /*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"763321086@qq.com"
] | 763321086@qq.com |
1639a57f7d8787e058d28cc0c34ff33a27397a33 | b9d96e558dcef6a96cd3d7c01c5b74a26535c2c0 | /include/picovoice.h | d9d0a10605ba4a3ab1699802cd0ebffaa0176b5a | [
"Apache-2.0"
] | permissive | laleh02/Porcupine | 58023d9ed2cf015da541d5c8b24bc9b07b80e48b | c5a1720904fe1bfc615e4f145088f457b6bfc0a9 | refs/heads/master | 2020-03-08T00:38:02.828605 | 2018-03-28T23:31:29 | 2018-03-28T23:31:29 | 127,810,443 | 1 | 0 | Apache-2.0 | 2018-04-02T20:45:19 | 2018-04-02T20:45:19 | null | UTF-8 | C | false | false | 916 | h | /*
Copyright 2018 Picovoice Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agr... | [
"amir@picovoice.ai"
] | amir@picovoice.ai |
bbd620617c70f761b3e78e381a722cc50c3dcdba | 5c4140a260085c846622c163b761bb7fc6879926 | /CE218136_EINK_CapSense_RTOS/Source/touch_task.h | aea3b7bd834495fcdf52496423ffe8052381f855 | [] | no_license | eeant2017/Code-Examples-for-the-ModusToolbox-PSoC-6-SDK | a0f3ebbe66b2ff330d66f1ed909d4c98cf8c8474 | 0eeed558171ce2cab4f83727eac772955b04bc52 | refs/heads/master | 2020-04-14T11:10:44.561820 | 2018-12-19T13:21:20 | 2018-12-19T13:21:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,402 | h | /******************************************************************************
* File Name: touch_task.h
*
* Version: 1.00
*
* Description: This file is the public interface of touch_task.c source file
*
* Related Document: CE218136_EINK_CapSense_RTOS.pdf
*
* Hardware Dependency: CY8CKIT-062-BLE PSoC 6 BLE Pioneer Kit... | [
"james.trudeau@cypress.com"
] | james.trudeau@cypress.com |
9c0619318846c81e0363392f0f2b4f6bdeee8ec6 | 94c1c7459eb5b2826e81ad2750019939f334afc8 | /source/StructView.h | 7c202fe9f958ec3ca48e207ff9f645231afd4d4d | [] | no_license | wgwang/yinhustock | 1c57275b4bca093e344a430eeef59386e7439d15 | 382ed2c324a0a657ddef269ebfcd84634bd03c3a | refs/heads/master | 2021-01-15T17:07:15.833611 | 2010-11-27T07:06:40 | 2010-11-27T07:06:40 | 37,531,026 | 1 | 3 | null | null | null | null | WINDOWS-1256 | C | false | false | 4,761 | h | // by سلأ÷آ¼
#define MAXDATANUM ( ALLTIME * 60 / TIMERDELAY )
#define MAXKLINEITEMS 48
typedef struct{
float current;
float volume;
float trade;
}DATA;
typedef struct{
float sell_cur;
float buy_cur;
}DATAMM;
typedef struct{
long date;
long open;
long high;
long low;
long close;
long ... | [
"7171136@qq.com"
] | 7171136@qq.com |
337ec1142741270b396e000444b3a79311a068e4 | fe692881320e10c55962cebd165d478c1434c359 | /item/stuff/0073.c | 2ce8d1702fc10f7fc36bd14b12c4d404e5a1b476 | [] | no_license | anho9339/chienquoc | 130602c90c43053bbc99dfbfbc877de0b2d81dd7 | cb5157d5eabcb4bb2ff71c292cfbdd5dc5fbb221 | refs/heads/master | 2021-07-04T07:51:49.408023 | 2021-02-01T15:15:58 | 2021-02-01T15:15:58 | 222,929,950 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 658 | c |
// 自动生成:/make/item/make90
#include <item.h>
inherit ITEM;
inherit COMBINED;
// 函数:叠加上限
int get_max_combined() { return 30; }
// 函数:原料类型
int get_stuff_type() { return 73; }
// 函数:可使用物品
int get_item_type_2() { return ITEM_TYPE_2_STUFF; }
// 函数:原料颜色
int get_item_color() { return 1; }
// 函数:构造处理
void create()
{
... | [
"hothienan1993@gmail.com"
] | hothienan1993@gmail.com |
e6e8317a4d123051052fbaa752d03dde66920f55 | 303213696ceb3af098c1c88d92cbdb597eef6991 | /new_malloc/src/tool_block.c | edb770ae5993e7d3269fda2681f524ae2dca504f | [] | no_license | qdiaz/42_projects | 02efff63e976e081b703ff4a57a357d1b899a34d | 16af33eb5567378b4eb901e49c4b77622a5c5e96 | refs/heads/master | 2020-05-21T12:30:23.495291 | 2018-03-26T15:58:02 | 2018-03-26T15:58:02 | 47,341,296 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,859 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* tool_block.c :+: :+: :+: ... | [
"qdiaz@e1r13p9.42.fr"
] | qdiaz@e1r13p9.42.fr |
4944375ec9eb77f22bed30fb10ecf693c6dbc3e5 | df4f8bf54c75e4de283b8e325ba5af2f5d687b79 | /0x06-pointers_arrays_strings/5-string_toupper.c | 9ab9ded8c23cb4864c6b0f46b16ef83d3c850373 | [] | no_license | King-Kingah/alx-low_level_programming | 9912d494d3e541f6d7ee5840ea9e47c85d5582fc | 76ac9102a44a553d9cab3009937ce06bc26f6523 | refs/heads/main | 2023-06-13T08:05:09.471982 | 2021-07-06T19:54:06 | 2021-07-06T19:54:06 | 335,557,075 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 473 | c | #include "holberton.h"
/**
*
*
*
*
*/
char *... | [
"kingajames2015@gmail.com"
] | kingajames2015@gmail.com |
140f7a955a9a20b0d27ce07944028c97cbe9d9ef | ba0f6dde627eb3e29cd92e86b13fb97a7a0e13b6 | /usb/usb_core/device/sources/classes/include/usb_class_audio.h | 73a1e948779741b3ff55e724af15fce668275e70 | [] | no_license | jamesmunns/kinetis-rs | 5f6449e2d476437713b69568b2ea156fe602bb62 | 86b732aef6bea0cb602e0473271c45546a2a0d4b | refs/heads/master | 2021-01-11T01:13:44.360563 | 2016-10-16T20:14:39 | 2016-10-16T20:14:39 | 71,070,716 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,015 | h | /**HEADER********************************************************************
*
* Copyright (c) 2008, 2013 - 2014 Freescale Semiconductor;
* All Rights Reserved
*
* Copyright (c) 1989-2008 ARC International;
* All Rights Reserved
*
***************************************************************************
*... | [
"kyle@kylemanna.com"
] | kyle@kylemanna.com |
4615b12f1ba9b9bc3bbfbe8f2da4940f3fede179 | 146128f33c8e7a718b959673f9a42baf4b741e05 | /arquivo2.c | 9bf1c66d6853ad89c8b4612adffdf99e57571c81 | [
"MIT"
] | permissive | GabrielScalici/logic-computer-science | b8f56c5eb10f07d25018376f8a8ff2108fb74fb2 | c3098bf5b91ceef5eb108a7e7e4bc9d08993eca3 | refs/heads/master | 2022-01-26T14:28:15.088179 | 2019-06-24T16:12:24 | 2019-06-24T16:12:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,916 | c | /*
Programa que faz a contagem de caracteres de um arquivo txt
AUTOR: GABRIEL HENRIQUE CAMPOS SCALICI
NUMERO: 9292970
DATA: 05-06-15
*/
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#define ENTER 10
//FUcnao para somente ler o nome do arquivo
char *lendoNome(FILE *stream) {
char value;
char *nome =... | [
"gabrielhc.scalici@gmail.com"
] | gabrielhc.scalici@gmail.com |
2ed8a3abd9b7d052e339d71cbf1d04276254312e | 5367a306feb9f7a6fcf1a4b18b37796193fe8ec9 | /ssc/sadi/stplugin.h | ffb481cb82d0e5f46dc153a502b5ccdacc3bddc7 | [
"MIT"
] | permissive | xinjunlyu/tssc | 190368f3a8edbe88c062fee7e0c8ada9dfb61d36 | ba1dac6add165ef931d7fe48eca20e6dbe4aa0ed | refs/heads/master | 2022-07-15T07:00:57.363490 | 2020-05-14T06:12:32 | 2020-05-14T06:12:32 | 263,834,229 | 1 | 1 | MIT | 2020-05-14T06:30:10 | 2020-05-14T06:30:09 | null | UTF-8 | C | false | false | 5,552 | h | /*
stplugin.h, version 1.0.2
copyright (c) 2003, 2004 Stata Corp.
*/
#if !defined(STPLUGIN_H)
#define STPLUGIN_H
#if !defined(SD_FASTMODE)
#define SD_SAFEMODE
#endif
#define HP9000 1
#define OPUNIX 2
#define APPLEMAC 3
#define STWIN32 4
#ifndef SYSTEM
#define SYSTEM STWIN32... | [
"czxjnu@163.com"
] | czxjnu@163.com |
a5cb4e2abfe216da799c0d0526efb7eaa8fb2f8d | 80731ee1e1da371c9fb26d10daf8f96bbf736f96 | /assignment1_ques4.c | 5fc9145ffb927f4d917414f86bb5881bb7fa3112 | [] | no_license | AyushKatiyar2002/class-c-assignment | ca1db62da6efe0eff019416bbf1b4304b3e55ac3 | 46e35cb53449cfc45ce510d89b3e85b075d650f2 | refs/heads/master | 2022-02-22T18:45:33.153473 | 2019-09-23T18:34:07 | 2019-09-23T18:34:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 142 | c | #include<stdio.h>
int main()
{
int a;
printf("enter the number\n");
scanf("%d",&a);
a=a/10;
printf("new number is=%d",a);
return 0;
}
| [
"noreply@github.com"
] | AyushKatiyar2002.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.