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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
518cc1ea8d9beb9cbf936a78cdd9664f5ef99b52 | 111eafac5ff53968f95f4f318f331399ab88dc72 | /HW11/HW11-C-Evenstad.c | 4733f0e4ea1297a9dd3b7ed1c1d7dd600f54e0fb | [] | no_license | ryane22/CS230 | ba9053ca4c24899464d6f782d631fa423850adaf | 9a759e7b65d7f31f69398b4f03999d2cc7886b70 | refs/heads/master | 2021-01-19T16:13:24.401250 | 2014-02-04T03:12:00 | 2014-02-04T03:12:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 843 | c | #include "HW11-C.h"
int generous(char start[84])
{
int stuck = 0;
if(!strcmp(start, "Home"))
{
return 1;
}
else if(numWalks == 10000)
{
printf("You've taken 10,000 walks and run out of hope (infinite loop)...\n");
return 0;
}
else
{
numWalks++;
char dest[84];
struct doubleLink *current = head;
w... | [
"ryan.evenstad22@gmail.com"
] | ryan.evenstad22@gmail.com |
4ba735e35156c88aec247b46d8d6851e47a45672 | 50cb68ca1afdf67093a4fd9664b84f901325176c | /programme/ast-c/tree.h | f767964d06a91b205d3ca690a2a2380b5d18f46b | [] | no_license | anonfreak/compilerZeug | 3504cf809963181f57de5a55abffabb7476df78a | b03b295ddae9d1156df846c1737474e29e768780 | refs/heads/master | 2021-06-19T22:31:50.225397 | 2017-06-27T12:50:02 | 2017-06-27T12:50:02 | 91,541,807 | 0 | 0 | null | null | null | null | MacCentralEurope | C | false | false | 1,098 | h | /* Project: Vorlesung ‹bersetzerbau
* Descr: Aufbau AST in C
* Kind: Typen und Konstruktoren
* Author: Prof. Dr. Juergen Vollmer <vollmer@dhbw-karlsruhe.de>
* $Id: tree.h.in,v 1.3 2010/04/15 17:05:07 vollmer Exp $
*/
# ifndef _TREE_H_
# define _TREE_H_
typedef union uTree *tTree;
typedef enum {
kint... | [
"stevenente.k@gmail.com"
] | stevenente.k@gmail.com |
0f594242e1252a3c51ae2a8450a2174750c73ab8 | 689bf9c3e013810cd05cc1260f5cc2c3c10c4df0 | /set7/c89.c | 2b1c1dac330a55c1dd5e42257df4451043b9be5f | [] | no_license | loganathan6/test | 1fe512746b1b283ee4ca216060b8dfa9dc7cc744 | 53be90a3c20e6a819beafc0087b3018c58d40549 | refs/heads/master | 2021-05-11T06:56:50.337093 | 2018-03-19T11:04:37 | 2018-03-19T11:04:37 | 118,004,463 | 0 | 0 | null | 2018-01-18T15:56:44 | 2018-01-18T15:56:43 | null | UTF-8 | C | false | false | 435 | c | #include<stdio.h>
#include<string.h>
int main()
{
char a[10];
int i,j,t,b;
scanf("%s",a);
b=strlen(a);
for(i=0;i<b;i++)
{
for(j=i;j<b;j++)
{
if(a[i]>a[j])
{
t=a[i];
a[i]=a[j];
a[j]=t;
}}}
... | [
"noreply@github.com"
] | loganathan6.noreply@github.com |
963d9e1c69ba1339967a744798e275bd34608aed | 3aacf7c960da0aa0c3e5192a9ab6b9f7cc217bcb | /Software/src/ffconf.h | 23930fffb61d1adba555bcdd8fd4c7893e4e066c | [] | no_license | AD7ZJ/PICAprs | d570414f5a3549f88107e14c3f0fd39ff8cf0cfc | ab3e3efb4198a5ab743b8de4d4c5bcbc5830198c | refs/heads/master | 2016-09-05T20:15:24.470942 | 2014-11-29T21:12:22 | 2014-11-29T21:12:22 | 6,556,467 | 3 | 2 | null | null | null | null | UTF-8 | C | false | false | 8,393 | h | /*---------------------------------------------------------------------------/
/ FatFs - FAT file system module configuration file R0.10 (C)ChaN, 2013
/----------------------------------------------------------------------------/
/
/ CAUTION! Do not forget to make clean the project after any changes to
/ the configu... | [
"elijah@ad7zj.net"
] | elijah@ad7zj.net |
99ddb2d89268669078e8058bd7e8d25c64184453 | 2bdc300448862f0703cea9b26e314524b5e3f526 | /youme_voice_engine/tinyDAV/include/tinydav/video/tdav_producer_video.h | 87171813411443f6ffff4021a8c621ed4c3c9ab6 | [] | no_license | gavinlwz/AVSDK2 | 217f233539071ccb241a8178dc502026fa52475b | 848a087191e21ecd5e918f3e5334847fbf7bfd7d | refs/heads/master | 2022-12-28T03:55:22.995809 | 2020-10-12T09:57:38 | 2020-10-12T09:57:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,366 | h | /*******************************************************************
* Copyright(c) 2015-2020 YOUME All rights reserved.
*
* 简要描述:游密音频通话引擎
*
* 当前版本:1.0
* 作者:kenpang@youme.im
* 日期:2017.2.24
* 说明:对外发布接口
******************************************************************/
#ifndef TINYDAV_PRODUCER_VIDEO_H_
... | [
"shuhuan_bruce@icloud.com"
] | shuhuan_bruce@icloud.com |
81f1aa1a6476bef637ced3d25ffc5383f8469251 | e38fcac39fb1bbcb3c949b32d10ecac207bf471d | /src/os/crt.c | 8c715fd3c2a9754455a8ce024d2818536d29d010 | [] | no_license | gynvael/osdev | 21103474a8c3071de05d63dafdae5f2395bfa5a9 | b2b821faaefb23ef2c1a79b74fb49912fc13b16a | refs/heads/master | 2020-04-05T13:39:22.136434 | 2017-07-01T08:26:26 | 2017-07-01T08:26:26 | 94,943,856 | 16 | 7 | null | 2017-07-04T20:04:04 | 2017-06-20T23:36:20 | C | UTF-8 | C | false | false | 636 | c | #include <stdint.h>
#include "crt.h"
void *memset(void *dst, int c, size_t n) {
uint8_t *dst_byte = (uint8_t*)dst;
for (size_t i = 0; i < n; i++) {
dst_byte[i] = (uint8_t)c;
}
return dst;
}
void *memmove(void *dst, const void *src, size_t n) {
uint8_t *dst_byte = (uint8_t*)dst;
const ui... | [
"gynvael@coldwind.pl"
] | gynvael@coldwind.pl |
46a27d94bff031b82cfc94a8aa7d579d3b2ed0db | 944237d2ab36ab0e910a71604356e0c3d03f16d9 | /contrib/optix/include/optixu/optixu_math_stream.h | cb28de76210d185679baf54d703ce671f5215a15 | [
"Unlicense"
] | permissive | luspi/NvidiaAIDenoiser | 6eb395eb08a1a1312de312dd231a638e647fcafe | 7e7e58afa6cba034dec409114e93663b3daee2e6 | refs/heads/master | 2021-01-24T21:42:05.152861 | 2017-12-30T18:54:26 | 2017-12-30T18:54:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,527 | h |
/*
* Copyright (c) 2017 NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA Corporation and its licensors retain all intellectual property and proprietary
* rights in and to this software, related documentation and any modifications thereto.
* Any use, reproduction, disclosure or distribution of this software an... | [
"i7709212@bournemouth.ac.uk"
] | i7709212@bournemouth.ac.uk |
54bd598f82b5a89f315cdb002938830c7d8ae4df | 92e5f32164b6e3beb91a621c4acdb43bc0c31a4a | /lianbiao2.c | 812445f4ea13baf425624b708a5de375b79efa8b | [] | no_license | sweetapple/d | afc85b81aaa3a21a672d15af7258e3c7b582d13d | c01d8a3e7f465373b4a31690e741e41f04859910 | refs/heads/master | 2021-01-23T07:21:04.010764 | 2011-07-16T11:18:02 | 2011-07-16T11:18:02 | 1,626,128 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,480 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
struct node
{
int number;
char name [20];
struct node *next;
};
typedef struct node V_NODE;
V_NODE *create_link (int n);
void print_link (V_NODE *head); //此函数返回值是个地址
int main(int argc, const char *argv[])
{
V_NODE *head;
int n... | [
"happypeter1983@gmail.com"
] | happypeter1983@gmail.com |
9dc8ad5b3327c6ce5078706f51b9aad48a78a051 | 4cfac0d2ed56eed5fe8366f62a87ee31fb26272d | /overflow_example.c | 35ca1ba369662c039b9ea11fd6ae705ace0289f7 | [] | no_license | Majoras-Kid/HackingTheArtOfExploitation | c7dd03aa52337e3610e114139537c6ddec978fc4 | 12f391799a542220087a0f1059d6d6f7aa8ce890 | refs/heads/master | 2020-03-29T19:36:27.701291 | 2018-09-25T13:54:32 | 2018-09-25T13:54:32 | 150,272,238 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 851 | c | #include <stdio.h>
#include <string.h>
int main(int argc, char *argv[])
{
int value=5;
char buffer_one[8], buffer_two[8];
strcpy(buffer_one,"one");
strcpy(buffer_two,"two");
printf("[Before] buffer_two is at %p andcontains \'%s\'\n", buffer_two, buffer_two);
printf("[Before] buf... | [
"florian.jakobsmeier@gmail.com"
] | florian.jakobsmeier@gmail.com |
6c1f276d8a3f0e584d49a0c5ebdb2f8d01697ca0 | c90f36108a1c2e46abcc97f3fa80f69f9e4f4f5b | /BootLoader/BootLoad程序/Source/Boards/Rege/stateMoveWork.h | 6e005059c8ee3acc56767bd84effb0d70e78032d | [] | no_license | quanhengwen/thistory | d97e81b5a0fba3015e3672f30ce21f197fd5020e | 7191806a5d9434ea324c485335d76ce79af498a8 | refs/heads/master | 2022-03-08T20:38:34.599905 | 2019-11-13T15:40:17 | 2019-11-13T15:40:17 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,149 | h | #ifndef __stateMoveWork_H__
#define __stateMoveWork_H__
#include "Board.h"
#include "Console.h"
#include "StepMotor.h"
#include "Datatypes.h"
#include "Message.h"
#include "Regent.h"
#include "SendResultCode.h"
#include "ConfigReage.h"
#include "StepMotorRege.h"
#define REAGENT_BIGHOLE_CODE 1 //针水平位置1... | [
"824106957@qq.com"
] | 824106957@qq.com |
9d083ce5092178faad7090bee2ba594a03c29434 | 6872a5c6ff45607cf265515283d27240f494bf8e | /tp0/client/include/config.h | b3e27369d88200bfe11d9aab0548c79bcb56c5aa | [
"MIT"
] | permissive | tomasanchez/so | 08ade59a89e98cd84708ef31bd0a7a04421946e5 | 085b32322f099f9da69ca858028e26b4d53441c6 | refs/heads/master | 2023-07-25T21:42:46.088990 | 2021-08-31T23:17:52 | 2021-08-31T23:17:52 | 259,115,218 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,543 | h | /**
* config.h
*
* Header file for config handler functions.
*
* @file This file describes the config methods.
* @author Tomás A. Sánchez
* @since 03.13.2021
*/
#pragma once
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include <commons/config.h>
/**
* Configuration Optio... | [
"tosanchez@frba.utn.edu.ar"
] | tosanchez@frba.utn.edu.ar |
edcb56c6c4947d87e0f6cc2dd66cca03b3094ba7 | f0b7c610f945e148fc90756e336bb341567e9485 | /ext/date/lib/tm2unixtime.c | de877a38201ed7efbeaa5cc2739334e7d6da01ba | [
"BSD-4-Clause-UC",
"blessing",
"LicenseRef-scancode-other-permissive",
"TCL",
"LicenseRef-scancode-public-domain-disclaimer",
"ISC",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"JSON",
"BSD-3-Clause",
"Zlib",
"LicenseRef-scancode-pcre",
"PHP-3.01"
] | permissive | Sakshi525/PHP | fe2f72fea791bf0f231401bcdb7b5a176c0634ac | d460d6c903c5afc04aaac9c8353654cb099a5291 | refs/heads/master | 2022-12-23T15:50:47.171671 | 2020-10-01T07:41:16 | 2020-10-01T07:41:16 | 300,189,641 | 0 | 0 | NOASSERTION | 2020-10-01T07:35:49 | 2020-10-01T07:35:49 | null | UTF-8 | C | false | false | 12,528 | c | /*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2010 The PHP Group |
+---------... | [
"robert@xarg.org"
] | robert@xarg.org |
f141dd42d1ad13d60c11c1120103b5af3c3ed4db | cca0014caaca89836fe21071c7521643b9d6d902 | /Data.h | 178a6278447943452dbf0af9a3bfcd16b7b39328 | [] | no_license | nanwnagnanfeng/GPSResolverPC | 9b61ea17c91ee98e9b8acec40aa10faef09c137a | a3f94af6702069cf117ce8426da824b68ccdd704 | refs/heads/master | 2021-06-17T20:17:03.821854 | 2017-06-11T11:40:26 | 2017-06-11T11:40:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,175 | h | #pragma once
#pragma warning(disable : 4996)
#include <malloc.h>
#include <stdio.h>
#include <string.h>
#define buffer_size 100
#define uchar unsigned char
#define ushort unsigned short
#define ulong unsigned long
#define uint unsigned int
const uchar head_flag[3] = {0xAA,0x44,0x12};//3 Sync bytes
const short id_... | [
"2014301610088@whu.edu.cn"
] | 2014301610088@whu.edu.cn |
a6c19cbaaecbe76929e657f4151432089d3b5406 | 4f6351930cb0fabc7e2a4feca324dbeb2c9bb9c8 | /LXLibs_OC/Pods/Headers/Public/LXUtils_OC/UIView+Category.h | e44d1a484ba880566a6aa98c6acae832adb31bf2 | [
"Apache-2.0"
] | permissive | lixiao7215981/LXLibs_OC | d6bbb3f9c27f35eadd0e399ff564b1cc7f43574d | c765fb1bf0ea4382c07507a928e3119b4d203fec | refs/heads/master | 2021-09-03T13:21:38.432158 | 2018-01-09T10:27:46 | 2018-01-09T10:27:46 | 115,604,056 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 85 | h | ../../../../../../LXUtils_OC/LXUtils_OC/LXUtils_OC/Classes/Category/UIView+Category.h | [
"lixiao@LXdeMacBookPro-15.local"
] | lixiao@LXdeMacBookPro-15.local |
8d4f66ec7483f0de1637fd02ae5c7cfd48aa24dc | 841c2f42902c2346fd2b4eff67f1696e6ffc81a6 | /uppgifter/fas1/sprint1/lager/list.h | 28f8d6d0d0c02b5ed6362a5bdac5c5793195b650 | [] | no_license | EmilLindell/ioopm16 | d003009346b7f7132fabfa3c16f583dcefcef04f | 3d8bd500683654d6328d7768543d250315b3cbb1 | refs/heads/master | 2021-01-16T21:36:35.711763 | 2016-09-12T06:33:33 | 2016-09-12T06:33:33 | 68,001,523 | 0 | 0 | null | 2016-09-12T11:01:41 | 2016-09-12T11:01:41 | null | UTF-8 | C | false | false | 2,851 | h | #ifndef __list_h__
#define __list_h__
#include <stdbool.h>
/// Define struct list in your .c file not here! (why?)
typedef struct list list_t;
/// \file list.h
///
/// \author Tobias Wrigstad
/// \version 1.0
/// \date 2015-08-28
/// \bug None known. But this code is untested so there are likely bigs in it.
/// C... | [
"tobias.wrigstad@it.uu.se"
] | tobias.wrigstad@it.uu.se |
9c0d7011aa4949f381a37338b188c01339ed1696 | 2e9f7fee7a9e2ef944e2b65f4bbf90d8888b5fc8 | /src/y.tab.h | e36298502cc4737c956f539ab7b2d2b4259fecb4 | [] | no_license | ZhaoChunYao/MiniLang-compiler | ba54c7157fb6c9478d28a3e7a415bd73c38e8074 | 4572bd6ab078f744f3bd4f3aebbe9dd8c3ef5843 | refs/heads/master | 2021-01-04T16:14:10.864798 | 2020-02-15T03:24:26 | 2020-02-15T03:24:26 | 240,631,245 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,031 | h | /* A Bison parser, made by GNU Bison 3.0.4. */
/* Bison interface for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t... | [
"czhao31@teaching.CS.McGill.CA"
] | czhao31@teaching.CS.McGill.CA |
9c3603668331bb364e5e5a1ea5fc90aaeebd3a21 | e3440f8b1a14c41531b71db7e0dc4cdf28bb5a0e | /src/prezense/prezense.c | 0917e859470a8ab81de1020705007caf213078a5 | [] | no_license | AshitakaLax/SmartHome | 3a3fa131935873cab694dad5a0dcc21ff72f546e | a3be471430423eec4e21cafd737a1f82955485d7 | refs/heads/master | 2021-01-22T06:54:31.466946 | 2012-12-18T20:12:58 | 2012-12-18T20:12:58 | 7,283,674 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,232 | c | /* LED Blink Example with USB Debug Channel for Teensy USB Development Board
* http://www.pjrc.com/teensy/
* Copyright (c) 2008, 2010 PJRC.COM, LLC
*
* 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... | [
"ultimate.mac.fanatic@gmail.com"
] | ultimate.mac.fanatic@gmail.com |
aafc3a92589e455419d141194de64560fa4331f5 | d1ea0a19a85a5c80c66fc6ce38352491db157033 | /lab06/include/phonebook.h | 9ff3fe35aec6c9c39511340824b09d7387edfd24 | [] | no_license | skuzi/au2017cpp-hw | 5753924d2c9474352b321d783deb5d713cd9178d | 3ccb00191a833e6dfd6144a53186f4baf67f1bf1 | refs/heads/master | 2020-05-09T12:06:28.956324 | 2019-04-13T00:54:36 | 2019-04-13T00:54:36 | 181,101,861 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 783 | h | #pragma once
#include <stddef.h>
typedef struct human_s {
char name[256];
char middle_name[256];
char family_name[256];
char phones[10][21];
size_t phones_cnt;
char phone_to_add[21];
size_t add_size;
} human_t;
typedef struct phonebook_s {
human_t *humans;
human_t human_to_add;
... | [
"32015627+skuzi@users.noreply.github.com"
] | 32015627+skuzi@users.noreply.github.com |
0535de12d2cee6be9297fce2d1505ed64d57fa3d | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant101178_predict.c | 77ce8d55f31c0248b97741f7da0fa75deea57641 | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 56,148 | c | /* Branch prediction routines for the GNU compiler.
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2007
Free Software Foundation, Inc.
This file is part of GCC.
GCC 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 F... | [
"agroce@gmail.com"
] | agroce@gmail.com |
c552fcc092e8271c93708001678c2b9422f84397 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE122_Heap_Based_Buffer_Overflow/s06/CWE122_Heap_Based_Buffer_Overflow__c_CWE129_listen_socket_64b.c | fda8a29bf83e8c488f77983d5a4ee3317241b231 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C | false | false | 4,380 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE129_listen_socket_64b.c
Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE129.label.xml
Template File: sources-sinks-64b.tmpl.c
*/
/*
* @description
* CWE: 122 Heap Based Buffer Overflow
* BadSource: listen_soc... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
8c3f6c03157c807ab86c765094f3e5e639465aa5 | 5c77462e02d4d3947ab11bec1c41be99b4f6f0c7 | /Lab08/bushes.h | 9459da201951c192964b565579a2d50d6222c0b9 | [] | no_license | Joseph1337/CS2261 | dc5b4bc41535015bd89c1ceea05861435ecd65aa | 4065d3634a38c6aebfdf2b26a06953af552f8fbf | refs/heads/master | 2023-01-31T20:05:33.915115 | 2020-12-20T17:58:31 | 2020-12-20T17:58:31 | 321,110,851 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 817 | h |
//{{BLOCK(bushes)
//======================================================================
//
// bushes, 256x256@4,
// + palette 256 entries, not compressed
// + 99 tiles (t|f reduced) not compressed
// + regular map (in SBBs), not compressed, 32x32
// Total size: 512 + 3168 + 2048 = 5728
//
// Time-stamp: 2020-10-... | [
"jguo345@gatech.edu"
] | jguo345@gatech.edu |
a5bf7ce3878104603b53f7668a71e78ec399803f | 6675b58389b73e2fa7ee9e3f857c509015946d7b | /src/ssao.c | 94cf9dce0ea01623b6073c99f547d80e37133037 | [
"MIT"
] | permissive | agorgl/energycore | cdcc7b8060b9a32ad3cda4c665e43b397aaa496a | c428b393ebb4c80f90fb878fdcc5606bd656350c | refs/heads/master | 2022-02-09T05:07:48.713826 | 2019-01-27T22:12:57 | 2019-01-27T22:12:57 | 64,562,395 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,955 | c | #include "ssao.h"
#include <string.h>
#include <assert.h>
#include <linalgb.h>
#include "rand.h"
#include "opengl.h"
#include "glutils.h"
static float rf() { return genrand_real1(); }
void ssao_init(struct ssao* s, int width, int height)
{
memset(s, 0, sizeof(*s));
/* Populate framebuffers */
struct { GL... | [
"agorglouk@gmail.com"
] | agorglouk@gmail.com |
984b80986eb377d8516acf092bb05024a610f208 | 79c624a028e10c44511d639f2e448a17004596a3 | /csf/tcp.c | e7d9e1ba697eb7d8b7d2f137b2145289a6764303 | [] | no_license | maczpc/csf | 02192c51e4d858394a03a32cfbc5ed1dbab322a7 | 5f64e19529ebd12e993b5490c230cc4f0184fdac | refs/heads/master | 2021-01-19T08:15:39.156307 | 2011-12-12T09:49:34 | 2011-12-12T09:51:24 | 2,963,053 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,241 | c | #include <sys/socket.h>
#include <event.h>
#include <strings.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>
#include <sys/uio.h>
#include <unistd.h>
#include <poll.h>
#ifdef LINUX_API
#include <sys/sendfile.h>
#endif
#include "server.h"
#include "data.h"
//#include "common.h"
#include "utils.h"
#include... | [
"maczpc23@gmail.com"
] | maczpc23@gmail.com |
b3f9388218887a6a7827782b2396c1e21290c74a | 3e07d3f9d5958c59d94ab6736ff567dc0fb18f22 | /src/mame/drivers/cbasebal.c | e4769c7fb9964f70db368c46efcbe87a5dc8f9ed | [] | no_license | EmulatorArchive/sdl-mame-wii | a8ce21867d547a24e1c5fbec0ef447622d445f5c | 17a88f1ed3581e5f015121a7afe76d285bfd338d | refs/heads/master | 2016-09-16T02:35:04.561355 | 2015-03-15T01:22:52 | 2015-03-15T01:22:52 | 32,225,637 | 2 | 2 | null | null | null | null | UTF-8 | C | false | false | 9,932 | c | /***************************************************************************
Capcom Baseball
Somewhat similar to the "Mitchell hardware", but different enough to
deserve its own driver.
TODO:
- understand what bit 6 of input port 0x12 is
- unknown bit 5 of bankswitch register
********************************... | [
"baby.lueshi@c85e85c0-f42a-dfe2-6d14-576ce0669792"
] | baby.lueshi@c85e85c0-f42a-dfe2-6d14-576ce0669792 |
1b8c2d8efda2cc1858f1c448926abd871710fba0 | b5f5c9270dd73c3bdfdd536aaa0ae572d68d4789 | /Snake.io/snakeclient.c | 6ef2010a07808eb501c6e1c4f01d06ebc3f7afe0 | [] | no_license | zxd1997/Snake.io | aa12803d3227ed3054634363a3b2803843cc85be | 90e1b05b7d0b35da19d5cf272e8130b8f38acacb | refs/heads/master | 2021-09-01T17:38:16.642917 | 2017-12-28T03:36:26 | 2017-12-28T03:36:26 | 115,500,899 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,400 | c | #include<stdio.h>
#include<sys/types.h>
#include<sys/stat.h>
#include<string.h>
#include<sys/socket.h>
#include<unistd.h>
#include<stdlib.h>
#include<pthread.h>
#include<arpa/inet.h>
#include<netinet/in.h>
#include<time.h>
#include<pthread.h>
#include <termio.h>
#define TTY_PATH "/dev/tty"
#define STTY_US ... | [
"zxd1997@outlook.com"
] | zxd1997@outlook.com |
5aaf6dd95bc47cf7defeddd40fbe515537fdffd8 | 8dc84558f0058d90dfc4955e905dab1b22d12c08 | /components/google/core/browser/google_tld_list.h | 99d618b05b4f58234938af2abfb038ff514add05 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | meniossin/src | 42a95cc6c4a9c71d43d62bc4311224ca1fd61e03 | 44f73f7e76119e5ab415d4593ac66485e65d700a | refs/heads/master | 2022-12-16T20:17:03.747113 | 2020-09-03T10:43:12 | 2020-09-03T10:43:12 | 263,710,168 | 1 | 0 | BSD-3-Clause | 2020-05-13T18:20:09 | 2020-05-13T18:20:08 | null | UTF-8 | C | false | false | 2,559 | h | // Copyright 2016 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 COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_TLD_LIST_H_
#define COMPONENTS_GOOGLE_CORE_BROWSER_GOOGLE_TLD_LIST_H_
// DO NOT EDIT. This file is generate... | [
"arnaud@geometry.ee"
] | arnaud@geometry.ee |
23c092fbe757ddebbf409b5fed50f429138f8fec | 80abda0156a45f2b5e6ea7fe4bcb05535516cfa1 | /mongo/driver/c_driver/include/mongoc-list-private.h | 016e8cad0937e0162c3ff0f4aa2f3815cb7f40c6 | [
"MIT"
] | permissive | Remuv/corto_connectors | 5125881584cc0c8aa06c0211e9f670370a96cc7e | a829c4b89afc890bffdfe3feedd4e70aca71e9ee | refs/heads/master | 2021-01-12T12:12:46.968138 | 2016-11-08T19:31:23 | 2016-11-08T19:39:15 | 72,363,244 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,593 | h | /*
* Copyright 2013 MongoDB, 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 agreed to ... | [
"roberto.flores@remuv.io"
] | roberto.flores@remuv.io |
49cfed2043cb196bf99794f983bf7a6146fcbe6c | 02f4d74216951f4e894af6d1ec1b09269d7cb0ce | /20210327/20210329/test.c | 75c42848f13db7a8a53221ac6f257b5ba2e1a209 | [] | no_license | xatu-xrl/c_code | f3eeaf26be70acc7cb2d58519af2bd1078258012 | f7045411fba7b72a309f456c80863cb8cba20b84 | refs/heads/master | 2023-05-06T02:01:03.130473 | 2021-05-21T07:52:52 | 2021-05-21T07:52:52 | 348,710,101 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 2,193 | c | #define _CRT_SECURE_NO_DEPRECATE 1
#include<stdio.h>
//int main()
//{
// int arr[] = { 1,2,(3,4),5 };
// printf("%d\n", sizeof(arr));//脑子清楚,这是逗号表达式
// return 0;
//}
//冒泡排序
//void bubble_sort(int arr[], int sz)
//{
// int i = 0;
// for (i = 0; i < sz - 1; i++)
// {
// int j = 0;
// for (j = 0; j < sz - 1 - i; j++)
//... | [
"2633634299@qq.com"
] | 2633634299@qq.com |
2416c959b60286fc0084388087d306a414d39d95 | 85be099e170631fd6c5cb1aa9bb695efc4a30654 | /src/env/unset_env.c | ba1fd543c3fd0bfc7858220e439353ff6bb34bd3 | [] | no_license | NathanFAIN/42sh | b1be1109c22cd4a27225326cf433ea6cc2e9aabb | 7089eef7c91b59f207d6d3af91b042007b9876a3 | refs/heads/master | 2020-09-13T09:13:53.594938 | 2019-06-08T13:03:15 | 2019-06-08T13:03:15 | 222,722,037 | 2 | 0 | null | 2019-11-19T14:59:33 | 2019-11-19T14:59:32 | null | UTF-8 | C | false | false | 486 | c | /*
** EPITECH PROJECT, 2018
** unset_env.c
** File description:
** unset env
*/
#include "ftsh.h"
void unset_list_env(shell_t *shell, char *id)
{
list_t *tmp;
for (tmp = shell->env_list; tmp && my_strcmp(id, tmp->id); tmp = tmp->next);
if (!tmp) {
shell->error = 1;
return;
}
if (t... | [
"noreply@github.com"
] | NathanFAIN.noreply@github.com |
cd7cb88ad348678d6247efd439add97aa1f09aa5 | 786cd891b62b79ace5113de0a77a95457f024f4c | /Translator_x86/my_Mach_o_structs.h | 961ecadc49fca78207683a4529b6c95a0ffad083 | [] | no_license | iDang3r/Translator_x86 | 8b80afdf8baa32742724b520785e4363f65eed44 | 2a1ae0d41936143ebaa124ec3bd5ad8e9f827c45 | refs/heads/master | 2022-11-19T12:30:01.113830 | 2020-07-16T08:38:52 | 2020-07-16T08:38:52 | 263,644,030 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 815 | h | //
// my_Mach_o_structs.h
// Translator_x86
//
// Created by Александр on 22.05.2020.
// Copyright © 2020 Alex. All rights reserved.
//
#ifndef my_Mach_o_structs_h
#define my_Mach_o_structs_h
struct thread_status {
uint32_t cmd;
uint32_t cmdsize;
uint32_t flavor;
uint32_t count;
... | [
"Rusin.AI@phystech.edu"
] | Rusin.AI@phystech.edu |
b82592976756fd9048a94add8b1e151a7076ae49 | c8e6dfe5d2d4511f6ba1413b278932a2ab10a9c1 | /lib/am335x_sdk/ti/transport/ndk/nimu/example/CCLink/cclink_master/sample/include/SOCKET.h | 9dbd5e7b62b7954ca577f16d7fb5324d7f513c69 | [
"MIT"
] | permissive | brandonbraun653/Apollo | 61d4a81871ac10b2a2c74c238be817daeee40bb6 | a1ece2cc3f1d3dae48fdf8fe94f0bbb59d405fce | refs/heads/main | 2023-04-08T19:13:45.705310 | 2021-04-17T22:02:02 | 2021-04-17T22:02:02 | 319,139,363 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,835 | h | /*
* Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
* Copyright (C) 2016 CC-Link Partner Association -http://am.cc-link.org/
*
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are me... | [
"brandonbraun653@gmail.com"
] | brandonbraun653@gmail.com |
a21900997c54a0608bcde68f6877d1d35035ca0b | 5d57f4567910176efc135164044bf4429fd8a27c | /include/palindrome.h | a095f8439f22528db9da7df48cb026087a367aa2 | [] | no_license | benjaminbourdeau/palindrome | 7972f8d7e7783cc8af279f24321982f0d0f581b6 | c15699badd64e268cb8a539c79fd1b06c84af45b | refs/heads/master | 2023-06-17T16:51:04.700246 | 2021-07-20T16:06:32 | 2021-07-20T16:06:32 | 387,843,994 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,149 | h | /*
** EPITECH PROJECT, 2021
** palindrome
** File description:
** palindrome_include_file
*/
#ifndef PALINDROME_INCLUDE_FILE_H_
#define PALINDROME_INCLUDE_FILE_H_
int palindrome(char **av, int imin, int imax, int base);
int my_strlen(char const *str);
int my_putstr(char const *str);
int my_getnbr(char *str);
int my_p... | [
"benjamin.bourdeau@epitech.eu"
] | benjamin.bourdeau@epitech.eu |
a2b47ca3ce6248e65c5598ad5a46ddbb032391d1 | 750d3f182482dfd5a3f6a6fbe4963ef134382772 | /libft/ft_strsub.c | cc2ca80385eadf9feb845aaec1b0ab1da3843396 | [] | no_license | bibop-qu/ft_ls | 28ead898bdc807efd129d3d842e5a418630a2dc9 | 391aa66d458e2a8bd5bb4e58fc9b438292d6a114 | refs/heads/master | 2016-08-03T05:17:50.641966 | 2014-12-16T16:16:21 | 2014-12-16T16:16:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,198 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strsub.c :+: :+: :+: ... | [
"basle-qu@e1r4p1.42.fr"
] | basle-qu@e1r4p1.42.fr |
0b9bc0c9b9029aa73e8b5724ba00be7ad6b78d77 | b6e4b30c07d3cb8a71b4d12166aee2628a7c481d | /Core/Src/dma2d.c | aa6279b9ae5c447dda2f368c770e341f7884e2a6 | [] | no_license | bagherian78/touchgfx-template-stm429ig | 101b23383cad02890f2001dab878dcff279e75a0 | 0c52eb71ff7dd796f2ecb0a77f7c5057fd669be4 | refs/heads/master | 2022-06-17T22:59:01.302579 | 2020-05-07T17:23:01 | 2020-05-07T17:23:01 | 262,111,747 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,496 | c | /**
******************************************************************************
* File Name : DMA2D.c
* Description : This file provides code for the configuration
* of the DMA2D instances.
******************************************************************************
... | [
"mrsalam2312@gmail.com"
] | mrsalam2312@gmail.com |
7107660337c752b222df6a5025748a2e1c27e1fc | 38f055a979a0e4acecf5d2a5ad0d0344d1f52db2 | /src/mess/drivers/mz80.c | 718c94b535ebb913522b8632c9bad2b97463dde9 | [] | no_license | poliva/mame-rr | 0cc05bed2a80addbb906e97b8f25633496eecab6 | 124dbb66844bc6d8747b19b8483cefa28fb6b7fb | refs/heads/master | 2021-01-22T05:16:42.247183 | 2015-04-24T08:59:22 | 2015-04-24T08:59:22 | 34,506,421 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,341 | c | /***************************************************************************
MZ80 driver by Miodrag Milanovic
22/11/2008 Preliminary driver.
MZ80K Monitor - no commands seem to do anything
MZ80A Monitor Commands:
B - turn key beep on/off
F - boot from Floppy (press enter at the question)
... | [
"pau@eslack.org"
] | pau@eslack.org |
0977f6703fcea7ced3b420cd44073b2539b67a72 | caf6a8ac778eeb3183a7a35523044a5905519b76 | /Common/entity/friendCommon.h | 7f5582a0e3b3c21d4c9a69b0adf5a43ea8a804ba | [] | no_license | odasm/coh-original-server-vs2010 | ec8ddd227d6d99e08e562b2c0b08df20e06eb02c | 479e4baccd5b2688c216674492c4b87e4562595c | refs/heads/master | 2020-05-16T07:21:09.364167 | 2019-04-22T03:21:57 | 2019-04-22T03:21:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 681 | h |
#ifndef FRIENDCOMMON_H
#define FRIENDCOMMON_H
#define MAX_FRIENDS 25
typedef struct StaticMapInfo StaticMapInfo;
typedef struct Friend
{
int dbid;
int online;
int map_id;
int send;
StaticMapInfo* static_info;
char* name;
char* mapname;
const char* origin;
const char* arch;
char desc... | [
"Woovie"
] | Woovie |
bbf154eba5822de7c8284ce7747497323f1da6ea | aa20f34754ec92f310af3c582dad3ed1e64c27ba | /AppNet/Src/net.c | 5cca7e7647e8270e6e0a29cf11a44add1d93a496 | [] | no_license | gobelieve2/STM32F4-SD-HTTP | fc79993aee12bcbd097aa25ce42973aef4e71a70 | fc9aa699468654dc524d2e65a37394f9ed950274 | refs/heads/master | 2022-01-21T07:59:02.330729 | 2018-12-07T15:23:45 | 2018-12-07T15:23:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,051 | c | #include "net.h"
//-----------------------------------------------
//uint8_t ipaddr_dest[4];
//uint16_t port_dest;
char input_str[100];
//u8_t data[100];
struct tcp_pcb *server_pcb;
__IO uint32_t message_count=0;
//-----------------------------------------------
enum server_states
{
ES_NONE = 0,
ES_ACCEPTED,
E... | [
"paralooid@gmail.com"
] | paralooid@gmail.com |
d39bf7ba10994a77152497f41b22937d53c1bb21 | 73ec247d4905b63eef66fc64dba3ab8c008b31ed | /corewar_dir/inc/typedefs.h | 61358a9a59da90ba1c4593ee338f4207d66b3291 | [] | no_license | Drakauf/corewar_fms | c761c6ef8743c60406f1c5cd92a36a47b107e7bf | 898426f1a20b6c0be307fe8e79595d4b9253ca24 | refs/heads/master | 2020-04-30T22:34:48.817577 | 2019-09-19T09:57:41 | 2019-09-19T09:57:41 | 177,122,793 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,527 | h | /* ************************************************************************** */
/* LE - / */
/* / */
/* typedefs.h .:: .:/ . .:: ... | [
"mhouppin@z2r6p4.le-101.fr"
] | mhouppin@z2r6p4.le-101.fr |
a410ab5d01974d0a5d72219ddcec9f005ebd8fe7 | 6514cfb84e99ce45f6534027d7eb7245a2da6977 | /C-programs/control_BBB_onboard_user_leds_in_c_language.c | 5ff28466e38a42c58cdb4d526cb5cd36dce44e35 | [] | no_license | georgecatalin/BeagleBone-Black-applications | 94048bdd364d585066eb09dfdb09392887043704 | 79ba9736935d3919b803af663e0b9dbd8776085b | refs/heads/master | 2022-12-07T01:29:42.709269 | 2020-09-05T15:35:30 | 2020-09-05T15:35:30 | 290,812,757 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,242 | c | /*
==========================================================
Name: Program to control the USER LEDs of BeagleBone Black written in C language
Author: George Calin (george.calin@gmail.com)
Version: 0.1
Description: This program controls the USER LEDs concerning trigger and brightness
===================================... | [
"george.calin@gmail.com"
] | george.calin@gmail.com |
af2a79d04aa8e4555f5fc3077b096b80670f493f | 7516a552047ec0a98def02663e3cbe4d161da9ee | /test7_semiautomatic_pips+cbmc_time_reduction/results/pagai/mix015_pso.opt_false-unreach-call_anno.c | d540bcec00c19e2c251bce2df79abea5e9b20dd6 | [
"Apache-2.0"
] | permissive | heryxpc/prototype | e034b122e30c30b95f2f3f31a9d36ee85200d860 | 45c9c61c43115a97adc9690ad2269be9c07eb47d | refs/heads/master | 2021-06-15T08:11:35.980565 | 2021-04-20T17:35:27 | 2021-04-20T17:35:27 | 39,097,808 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,054 | c | [0;1;31m[0m[0;1;31m[0m[0;1;35m[0m[0;1;35m[0m[0;1;35m[0m[0;1;35m[0m[0;1;35m[0m[0;1;35m[0mextern void __VERIFIER_error() __attribute__ ((__noreturn__));
void __VERIFIER_assert(int expression) { if (!expression) { ERROR: /* assert not proved */
... | [
"hepc1g14@soton.ac.uk"
] | hepc1g14@soton.ac.uk |
cc888c022dc73fd84ba1801c1e5bec843aec02cc | e256d21d572c11364b80862120d533769e353153 | /include/mongoc/libbson/bson-error.h | df45f98dd2374f601e8aada5b135cc862b6b9b4d | [
"MIT"
] | permissive | zhuzhenping/JSTrader | fc366cf899bdbd901ead98499144a0619fb5045e | 22e280275ca98216ad0ab05c0ec4a471dd9545fd | refs/heads/master | 2020-03-16T21:48:24.031761 | 2017-09-03T02:14:51 | 2017-09-03T02:14:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,165 | h | /*
* Copyright 2013 MongoDB, 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 a... | [
"kangseung@163.com"
] | kangseung@163.com |
f91da76cc0ab0a7436e6d90afe75fbce66203f03 | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/AtCoder/abc109/D/3726653.c | 41dcb59396747b5015ebf2dc98faac08436d5069 | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | WINDOWS-1250 | C | false | false | 1,420 | c | #include <stdio.h>
typedef struct {
int y, x;
int yy, xx;
} _;
_ arr[500 * 500 + 5];
int main()
{
int h, w;
int mp[505][505];
int n = 0;
scanf("%d %d", &h, &w);
for (int i = 1; i <= h; i++) {
for (int j = 1; j <= w; j++) {
scanf("%d", &mp[i][j]);
... | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
09f1eb554a23e8eb3573858f9957ecced35796f6 | c254c6e6665b3f961a2797a27972c69560fa5ab1 | /src/entity/enemy.c | a6dd913f3035e184456c7f03f8ec24a938f8b755 | [] | no_license | discharge97/SDL2_dungeon | ab0ad0eefa2fd6e94f3338960e0103e5ff680ed7 | 66808a76153a49bf6db03b4f3c589ae09d46f670 | refs/heads/master | 2022-12-11T12:43:39.066155 | 2020-09-07T14:37:10 | 2020-09-07T14:37:10 | 293,481,235 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,600 | c | #include "entity/enemy.h"
entity_t enemy_new(int x, int y, void* origin) {
entity_t newenemy;
newenemy.x = x;
newenemy.y = y;
newenemy.type = E_ENEMY;
newenemy.next_move = E_DEF_NEXT_MOVE1;
newenemy.hp = E_DEF_HP;
newenemy.enemy.mgraph = NULL;
newenemy.enemy.next_search = E_DEF_NEXT_SEARCH;
newenemy.enemy.p... | [
"i00jko@outlook.com"
] | i00jko@outlook.com |
4d24dfebedb513205b3b604b393e7953f927fc4b | da7c499625123f5d1a28e3d75b037523df11ccb5 | /devel/coda/src/rc/runControl/rcServer/Components.s/daqDataUpdateFunc.h | f7974551f8fc1e8cc8382aa96c5276abe769ca7a | [] | no_license | emuikernel/BDXDaq | 84d947b0a4c0c1799a855dbe6c59e9560a8fc4e2 | cf678d3b71bdfb95996e8b7e97ad3657ef98262f | refs/heads/master | 2021-01-18T07:26:38.855967 | 2015-06-08T15:45:58 | 2015-06-08T15:45:58 | 48,211,085 | 3 | 2 | null | 2015-12-18T02:56:53 | 2015-12-18T02:56:52 | null | UTF-8 | C | false | false | 1,299 | h | //-----------------------------------------------------------------------------
// Copyright (c) 1994,1995 Southeastern Universities Research Association,
// Continuous Electron Beam Accelerator Facility
//
// This software was developed under a United States Government license
// described in t... | [
"andrea.celentano@ge.infn.it"
] | andrea.celentano@ge.infn.it |
d7f7381953e5824f3085b0196e22a952dec97c99 | e99bb71e156bbc0047d2335d54f7d1d9f7792c4a | /code/gpio.c | 67c68a80dec995333ee3e70f313a8c66ce19af07 | [] | no_license | igmen-j/ENEL-387-Design-Project | 5cf9dc382ec6d75f18e10a59343c01034d034ee6 | a83db2dc6201acf25e739bea7edb6121ccbd7851 | refs/heads/master | 2022-10-11T22:27:18.994716 | 2020-06-10T19:36:31 | 2020-06-10T19:36:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 358 | c | #include "gpio.h"
// SWITCH FUNCTIONS
//Taken from lab
uint16_t SW1(void)
{
uint16_t sw1_val;
sw1_val = ((( GPIOA->IDR & ( GPIO_IDR_IDR6 )) >> 3 ) \
| (( GPIOA->IDR & ( GPIO_IDR_IDR7 )) >> 5 ) \
| (( GPIOC->IDR & ( GPIO_IDR_IDR10 )) >> 9 ) \
| (( GPIOC->IDR & ( GPIO_IDR_IDR11 )) >> 11 ))... | [
"noreply@github.com"
] | igmen-j.noreply@github.com |
8e30628c7c0b1856c416f19ca3abf5e2fdc94ffb | 5f9b26a41102c38da28b8f757a5586f9bc7cf71a | /crates/zig_build_bin_windows_x86_64/zig-windows-x86_64-0.5.0+80ff549e2/lib/zig/libcxx/include/support/newlib/xlocale.h | ef570aae778e2d4d1835754223c1e2b26df694a6 | [
"MIT",
"NCSA",
"LLVM-exception",
"Apache-2.0"
] | permissive | jeremyBanks/zig_with_cargo | f8e65f14adf17ed8d477f0856257422c2158c63f | f8ee46b891bbcdca7ff20f5cad64aa94c5a1d2d1 | refs/heads/master | 2021-02-06T10:26:17.614138 | 2020-03-09T04:46:26 | 2020-03-09T04:46:26 | 243,905,553 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 864 | h | //===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------... | [
"_@jeremy.ca"
] | _@jeremy.ca |
52e1c92646401674b6f4e3b9e0535d5df12c1fff | a0c4ed3070ddff4503acf0593e4722140ea68026 | /source/NET/RAS/SRC/AUTH/COMMON/CRYPT/ECB.C | 0e11af623de8825d27c55a284d72c81b33f01c0c | [] | no_license | cjacker/windows.xp.whistler | a88e464c820fbfafa64fbc66c7f359bbc43038d7 | 9f43e5fef59b44e47ba1da8c2b4197f8be4d4bc8 | refs/heads/master | 2022-12-10T06:47:33.086704 | 2020-09-19T15:06:48 | 2020-09-19T15:06:48 | 299,932,617 | 0 | 1 | null | 2020-09-30T13:43:42 | 2020-09-30T13:43:41 | null | UTF-8 | C | false | false | 449 | c | #include "ccrypt.h"
#include "cryptlib.h"
unsigned DES_ECB(unsigned Option, const char *Key, char *Src, char *Dst)
{
if (!Dst)
return 1;
Dst[0] = 0;
Dst[7] = 0;
if (!Src)
return 1;
InitKey(Key);
switch (Option) {
case ENCR_KEY:
desf( Src, Dst, ENCRYPT );
break;... | [
"71558585+window-chicken@users.noreply.github.com"
] | 71558585+window-chicken@users.noreply.github.com |
08a2eefc7316581fbed4549446a9ba8c9feb887d | c471d3ef458ae686d3f065085570d78f187dd879 | /between_mountains.c | 45575b0e00a627b4dbbf07f7713a580ca7abf8b1 | [] | no_license | neerajdixit1990/solved-algorithm-questions | 01899daa0d4ee740d4c30def12c793fe488aaa57 | 2faf2a36740505938293c07f3a7ecefac2a7274f | refs/heads/master | 2021-01-15T12:54:48.481195 | 2015-12-24T05:49:33 | 2015-12-24T05:49:33 | 48,400,197 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,423 | c | #include<stdio.h>
long long int diff(long long int a,long long int b)
{
if(a>b)
return(a-b);
else
return(b-a);
}
int sort(long long int altitude[2][1002],long long int N1,long long int N2)
{
int i,j;
long long int temp;
for(i=0;i<N1;i++)
{
for(j=i+1;j<N1;j++... | [
"neerajdixit1990@gmail.com"
] | neerajdixit1990@gmail.com |
a61cec6a54ab96bd3d062767e1a4e6add076f207 | 45c9ebc6dc4e8a8f6edbb42ca434abeaed427e47 | /0x01-variables_if_else_while/2-print_alphabet.c | 4472d04bded556e2c6707d31c918f4985a94cd01 | [] | no_license | sorokolo/alx-low_level_programming | 61ef5a2130144f176e79c45349fe922ba8271d76 | 91777a379786c93bde3c080f3e242d054fdf1a01 | refs/heads/master | 2023-01-10T18:01:23.336755 | 2020-11-05T20:15:25 | 2020-11-05T20:15:25 | 296,121,606 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 309 | c | #include <stdlib.h>
#include <time.h>
#include <stdio.h>
/**
* main - Entry point for writing entire lowercase alphabet
*
* Return: Always 0 (Success)
*/
int main(void)
{
char character;
for (character = 'a' ; character <= 'z' ; character++)
{
putchar(character);
}
putchar('\n');
return (0);
}
| [
"ksoro17@alustudent.com"
] | ksoro17@alustudent.com |
ed508065130ef15bec4e7d7b7565c99fa8b017b1 | aa62a05a043311fa537c5a0ff6465c69f0fe4836 | /src/core/threads/ngx_thread_pool.c | 21ce3a26d10a948841a43497e66a9c1c6de949ad | [] | no_license | zhyingkun/nginx | 917f32e5d502b28542d9df211f40c6a6e115eb8f | 12975c8238c1b228499695cf9b9e53f58ff49aaf | refs/heads/master | 2022-10-03T23:58:29.970464 | 2020-06-04T15:01:41 | 2020-06-04T15:01:41 | 269,120,893 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,114 | c |
/*
* Copyright (C) Nginx, Inc.
* Copyright (C) Valentin V. Bartenev
* Copyright (C) Ruslan Ermilov
*/
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_thread_pool.h>
typedef struct {
ngx_array_t pools;
} ngx_thread_pool_conf_t;
typedef struct {
ngx_thread_task_t* first;
ngx_thread_task_t** last... | [
"1464959348@qq.com"
] | 1464959348@qq.com |
625d4ba0dc7a9bf826cbb318657e8cd9599b13c0 | e7811f392842120ba785d9823b69a2353aaa10be | /3-StructuredProgramDevelopmentInC/deitelsayfa92-3.20.c | 8187507ccc155b783b4af797e600e3100fdc3e28 | [] | no_license | ErenBtrk/C-How-to-Program-Exercises | db1ffd800a553572294cb79811330ade31a4b5a3 | 0d49882e4e37096cd4762df75419a07b541603cb | refs/heads/main | 2023-04-17T03:50:11.122528 | 2021-05-03T23:51:32 | 2021-05-03T23:51:32 | 364,082,548 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 572 | c | #include <stdio.h>
#include <conio.h>
int main(){
int gun;
float anaPara,faizOran,faizUcret;
while(anaPara!=-1){
printf("Anaparayi giriniz:");
scanf("%f",&anaPara);
if(anaPara==-1){
printf("cikis yaptiniz...");
break;
}
printf("Faiz oranini giriniz:");
scanf("%f",&faizOran);
print... | [
"erenbtrk@hotmail.com"
] | erenbtrk@hotmail.com |
77a630386a00aebff3e07941ce95c3127cabd9e1 | 6d146e7b38fd92cc0b9bfd2d3e7c1cbac1132113 | /System/Library/PrivateFrameworks/SpotlightServices.framework/SpotlightServices-Structs.h | ccbb60a8df67c77a144c72f308c90910dd628778 | [
"MIT"
] | permissive | hushilin/iOS1351Headers | 3796562d0654b743817fc36f144e226b361c78a3 | 6bed3dada5ffc20366b27f7f2300a24a48a6284e | refs/heads/master | 2023-08-23T06:10:37.407514 | 2021-10-28T03:19:46 | 2021-10-28T03:19:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,886 | h | /*
* This header is generated by classdump-dyld 1.5
* on Wednesday, October 27, 2021 at 3:17:20 PM Mountain Standard Time
* Operating System: Version 13.5.1 (Build 17F80)
* Image Source: /System/Library/PrivateFrameworks/Spotlig... | [
"kevin.w.bradley@me.com"
] | kevin.w.bradley@me.com |
d902572195c6ecb98e1d1a8c8a6602842d5242c6 | 465e2079baaae60b96a232130b986ee23daa3e16 | /ptsuits/lab4/DE2_115/Lab1/software/niosII_bsp_sd/alt_sys_init.c | 55229fe405efe3897c7a647ffc91a36e2e2ee7af | [] | no_license | IlyaGutnikov/alteraLabs | 941d1689da6b05ca666984cfbf4d8a94b6ca029d | beee15732f068be2c6b99ae2dabe7a41566f1e20 | refs/heads/master | 2021-01-01T05:25:27.613967 | 2016-04-30T21:35:05 | 2016-04-30T21:35:05 | 57,461,844 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,564 | c | /*
* alt_sys_init.c - HAL initialization source
*
* Machine generated for CPU 'cpu' in SOPC Builder design 'niosII'
* SOPC Builder design path: ../../niosII.sopcinfo
*
* Generated: Tue Dec 15 14:27:59 MSK 2015
*/
/*
* DO NOT MODIFY THIS FILE
*
* Changing this file will have subtle consequences
* which will ... | [
"IlyaGutnikov93@gmail.com"
] | IlyaGutnikov93@gmail.com |
b976d991269de8b8da082ebe3f82ded0bd2d8e89 | 1c6a7ae5dca2a38c68fde97a676478c6573bca02 | /linux-3.0.1/arch/arm/mach-kirkwood/netspace_v2-setup.c | 7cdab5776452a4929e591e36eb1f380b316f119e | [
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | 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 | 8,094 | c | /*
* arch/arm/mach-kirkwood/netspace_v2-setup.c
*
* LaCie Network Space v2 board setup
*
* Copyright (C) 2009 Simon Guinot <sguinot@lacie.com>
* Copyright (C) 2009 Benoît Canet <benoit.canet@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gen... | [
"kyh1022@163.com"
] | kyh1022@163.com |
4bc055356274424d1be28be0295a1cd322fa6618 | 4728c8d66b28dbc2644b0e89713d1815804da237 | /src/devices/lib/amlogic/include/soc/aml-s905d2/s905d2-hiu.h | 16ccd99afb294c59b9fb02e7af06207af2816086 | [
"BSD-3-Clause"
] | permissive | osphea/zircon-rpi | 094aca2d06c9a5f58ceb66c3e7d3d57e8bde9e0c | 82c90329892e1cb3d09c99fee0f967210d11dcb2 | refs/heads/master | 2022-11-08T00:22:37.817127 | 2020-06-29T23:16:20 | 2020-06-29T23:16:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,130 | h | // Copyright 2018 The Fuchsia 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 SRC_DEVICES_LIB_AMLOGIC_INCLUDE_SOC_AML_S905D2_S905D2_HIU_H_
#define SRC_DEVICES_LIB_AMLOGIC_INCLUDE_SOC_AML_S905D2_S905D2_HIU_H_
#include <stdint... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
e14b76253ef09a77b59e23f6674941bee1793e23 | 3208dbb9dca38adbb9e1653b4a5126b16c0a247b | /libft/srcs/ft_strncpy.c | 3077f69893c1fbed7d9b24e0d92fe6c9ce71dd51 | [] | no_license | flcarre/ft_printf | cb921cb21da9aac598e9378a316b4b81b1e920c0 | 4585ee50b8b4056882e18ff852342b239ca48927 | refs/heads/master | 2020-04-09T12:21:37.308279 | 2019-02-08T02:39:22 | 2019-02-08T02:39:22 | 160,346,084 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,125 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strncpy.c :+: :+: :+: ... | [
"tsiaraso@gmail.com"
] | tsiaraso@gmail.com |
e151bdf97f4bae7542861f6a185eb06f8a5e5583 | 1bdd1cb06a99ac8bac2716eeb39664ef118fee81 | /Clients/UnityCrossPlatformDemo/Temp/il2cppOutput/il2cppOutput/UnityEngine_UnityEngine_RPC1522967058.h | 487aaf146343d158be2fff91d42a788362d766cd | [] | no_license | jjjj9800/ZXing.Net | 9d504f0894ebfe219ba079652e5308e9a68d8faa | ba90066a039acaeb74c21f13f28cdbc2aa1f15d8 | refs/heads/master | 2021-06-28T04:19:40.645255 | 2017-09-20T08:34:45 | 2017-09-20T08:34:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 268 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Attribute498693649.h"
// UnityEngine.RPC
struct RPC_t1522967058 : public Attribute_t498693649
{
};
| [
"cedric@poons.me"
] | cedric@poons.me |
0c7adbc59abc410cf690ab9cfb63828bb5199cf8 | 08d19b0dcce1d0cf666c538a8ff289f8beca63b8 | /vehicle_model/simulink/simulink_3d_bridge/src/look2_binlcpw.h | 4da271242aa19bfc9270d3a6575b8cef0df54d9e | [] | no_license | feiyuxiaoThu/IITS | faf8e84aeb8c4a412bc6f955149f9fdf0dd2d092 | 0f5cd710a6fff1c19795662f8032cb9e22575bd7 | refs/heads/main | 2023-06-26T11:19:22.680078 | 2021-07-29T11:26:59 | 2021-07-29T11:26:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 656 | h | //
// Copyright 2020 Inceptio Technology. All Rights Reserved.
//
// File: look2_binlcpw.h
//
// Code generated for Simulink model 'CNHTC_VEHICLE_MODEL_PureSL'.
//
// Model version : 1.97
// Simulink Coder version : 9.2 (R2019b) 18-Jul-2019
// C/C++ source code generated on : Thu Aug ... | [
"dawei.wang@inceptio.ai"
] | dawei.wang@inceptio.ai |
b6852191a0f47606562f19f13f90d35f5c86927c | 066fb01a0d91896c8717dbc307d706e23691326a | /app/BoringSSL/x86/include/opensslboring/md4.h | aa20dff95faa5a56ed2efd4416fc561ba0273f72 | [] | no_license | juanpas97/CryptoBench | c335f0f3485e2ea51ae9b6146f26632752bf3b93 | 21eec31ef2f202dc1506cb6ebaccdb436d15d3ba | refs/heads/master | 2020-03-17T20:42:26.095369 | 2018-08-04T08:37:21 | 2018-08-04T08:37:21 | 133,925,122 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,554 | 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-commercial use as long as
... | [
"juan.perezalgaba@gmail.com"
] | juan.perezalgaba@gmail.com |
c558bcb9aa90c1efa5737e5161c78667f56e9057 | 1515a4cd1b55505af9d0bfb5a113826cb40da36e | /src/gencomp_arm.c | ee8404ab7b15fd236af20646c70bb1464dfdbc93 | [] | no_license | opendreambox/uae4arm-dream | 558a6c0510a02eb868bc54acd44cd263f3ff6529 | 3141bf576ebb8068bd5e229f40ad4593aca64366 | refs/heads/master | 2021-01-19T07:57:57.682878 | 2017-02-15T13:25:49 | 2017-02-15T13:43:10 | 82,065,963 | 1 | 3 | null | null | null | null | UTF-8 | C | false | false | 86,114 | c | /*
* compiler/gencomp.c - MC680x0 compilation generator
*
* Based on work Copyright 1995, 1996 Bernd Schmidt
* Changes for UAE-JIT Copyright 2000 Bernd Meyer
*
* Adaptation for ARAnyM/ARM, copyright 2001-2014
* Milan Jurik, Jens Heitmann
*
* Adaptation for Basilisk II and improvements, copyright 2000-... | [
"reichi@opendreambox.org"
] | reichi@opendreambox.org |
505fc99d03746f67664e59afce081076317e4840 | 8e25a557e9887ab5dbd044ffed58ccca04784176 | /OCR/main.c | 4f8f231c702f6ce2563d0f10336f2d62539e6c22 | [] | no_license | Fatpatate/Daproject | f5f113432ea1c200ce698b0d23009a07c65570d5 | 9ba4670a64de6a2947381ec931082a350956397b | refs/heads/master | 2021-01-10T17:15:22.049096 | 2015-11-02T09:24:24 | 2015-11-02T09:24:24 | 44,331,099 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 282 | c | /* main.c */
//#include<stdio.h>
//#include<stdlib.h>
//#include"NeuralSystem/executeSystem.h"
//#include"ImageProcessing/startProcessing.h"
//#include"ImageProcessing/imageProcessing.h"
#include"Interface/window.h"
int main(int argc, char* argv[])
{
launchWindow(argc, argv);
}
| [
"arthur.mercier@epita.fr"
] | arthur.mercier@epita.fr |
c0a22c4776c3fcb469341b478196344e6a2874ab | 57e2e5a16de3aedf00ec3ea8d1486b6e77a8047b | /siguel.c | 16704186b27eda5bcabda54ceeae65aeaebdf292 | [] | no_license | joao-vitor-ferreira/t2-2019 | 6fc3e9703ab0e7743bc26f63b76d55140ed3e3d4 | 45fee8622d5a0300eca95b4ea7412325fdfb90ed | refs/heads/master | 2020-05-21T08:18:57.661237 | 2019-10-23T13:34:48 | 2019-10-23T13:34:48 | 185,979,184 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,611 | c | #include <stdio.h>
#include <stdlib.h>
#include "Retangulo.h"
#include "Cidade.h"
#include "Circulo.h"
#include "Comandos.h"
#include "CalculoCirculoRetangulo.h"
#include "Svg.h"
int main (int argc, char **argv){
FILE *svgMain, *svgQry;
Cidade city;
Item obj;
Circulo c;
Retangulo r;
Vector vetor;
int a, b;
dou... | [
"abc-joao@hotmail.com"
] | abc-joao@hotmail.com |
284916833eacc697de48613c0335499f9a1d5184 | 023f8818650434b4f5745d73c228e6c2fe61187b | /src/nvacq/masterTune.c | dbec0caa0a1932750cc33db481f3cc1e3551a076 | [
"Apache-2.0",
"GPL-3.0-only"
] | permissive | OpenVnmrJ/OpenVnmrJ | da72bcb6dc10b1a7b7a56522e0d1028a06aa9fe6 | 0a35daed7d5ea2f512c5aa6248045979002c5ea1 | refs/heads/master | 2023-08-29T03:14:51.582756 | 2023-08-28T20:56:16 | 2023-08-28T20:56:16 | 50,125,031 | 39 | 112 | Apache-2.0 | 2023-09-08T19:54:30 | 2016-01-21T17:42:10 | C | UTF-8 | C | false | false | 12,186 | c | /*
* Copyright (C) 2015 University of Oregon
*
* You may distribute under the terms of either the GNU General Public
* License or the Apache License, as specified in the LICENSE file.
*
* For more information, see the LICENSE file.
*/
/*
*/
#ifndef ALLREADY_POSIX
#define _POSIX_SOURCE /* defined when source ... | [
"timburrow@me.com"
] | timburrow@me.com |
3f67486754704cc0881bded587d9458be3213f85 | 5dab076966a4b12a8962de50422a470e347c842c | /sizeofvariables.c | 4c3338134be826491bf22c619f86b64fc23a5608 | [] | no_license | alicekim4222/apcsp-cdev | 280eadc57d75e8c6d7901fdded3001c5fa5a7b87 | 71551952edc065c951aaf0b579803e01c7c5e448 | refs/heads/master | 2023-02-18T01:02:44.801982 | 2021-01-22T07:41:35 | 2021-01-22T07:41:35 | 327,125,328 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 892 | c | #include<stdio.h>
int main()
{
int a = 545;
// print value and size of an int variable
printf("int a value: %d and size: %lu bytes\n", a, sizeof(a));
char b = 'z';
// print value and size of an char variable
printf("char b value: %c and size: %lu bytes\n", b, sizeof(b));
float c = 5.545;
... | [
"alicekim4222@gmail.com"
] | alicekim4222@gmail.com |
8dca67b5188485bfc828730e3aa0b276cb735b19 | 1fabbdfd1ca9ea1b6808893e12bd907eb74de414 | /xcode/Classes/Native/AssemblyU2DCSharpU2Dfirstpass_GCGame_Table_Tab_ShenQiSkillIn.h | c655d387ed262a37d0b599808913d8b4370a3188 | [] | no_license | Klanly/TutorialPackageClient | 6f889e96c40ab13c97d107708ae8f3c71a484301 | b9d61ba2f287c491c9565b432f852980ec3fee28 | refs/heads/master | 2020-12-03T01:42:35.256114 | 2016-11-01T02:40:21 | 2016-11-01T02:40:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 345 | h | #pragma once
#include <stdint.h>
// System.Enum
#include "mscorlib_System_Enum.h"
// GCGame.Table.Tab_ShenQiSkillInfo/_ID
#include "AssemblyU2DCSharpU2Dfirstpass_GCGame_Table_Tab_ShenQiSkillIn.h"
// GCGame.Table.Tab_ShenQiSkillInfo/_ID
struct _ID_t863
{
// System.Int32 GCGame.Table.Tab_ShenQiSkillInfo/_ID::value__
... | [
"bu213200@gmail.com"
] | bu213200@gmail.com |
e61a40e0dc2a1ba68e126df5c198acc9d026f856 | 92d62f361b90c415a616af9d7d3cf2396098f89d | /leetcode/204. Count Primes/solution.c | 6f722de54ab7b24eebfc32d298d35e86e4b55f51 | [] | no_license | lykling/pratices | 7af69ca34a537525b0051d760df2dbc58d09fd0e | 4e4805d2d523a270e96cd6d7668fbc0a769d8d5c | refs/heads/master | 2021-06-23T05:07:41.289005 | 2020-11-18T17:41:05 | 2020-11-18T17:41:05 | 131,384,926 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 347 | c | #include <stdio.h>
#include <stdlib.h>
int countPrimes(int n) {
int *tag = malloc(sizeof(int) * n);
int i, p;
int count = 0;
for (i = 2; i < n; ++i) {
count += !tag[i];
for (p = 2; p * i < n; tag[p++ * i] = 1);
}
return count;
}
int main(int argc, char **argv) {
printf("%d\n", countPrimes(20))... | [
"lykling.lyk@gmail.com"
] | lykling.lyk@gmail.com |
c98a3b699e499d734126f1e703f9f840973a5b98 | 3a79321d0e9536465b9d9f17a0adfa1141890bf3 | /ex00/1814.c | c3063d562d8e8eb9ee11765665dd4131a11fb2c9 | [] | no_license | winniechan0623/ss2013_cpp_ll | f0fd08439705a313a155f37b8cbc6fc564012505 | 82751f9785e0697c7f511a184f8447e00aaf3f8a | refs/heads/master | 2020-12-25T16:03:06.077015 | 2013-06-05T02:11:41 | 2013-06-05T02:11:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,441 | c | #include <stdio.h>
int year1, month1, day1;
int year2, month2, day2;
int mdays[] = {0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31};
void swap() {
int tmp = year1;
year1 = year2;
year2 = tmp;
tmp = month1;
month1 = month2;
month2 = tmp;
tmp = day1;
day1 = day2;
day2 = tmp;
}
int isLeap(int year) {
if(ye... | [
"alfredtofu@gmail.com"
] | alfredtofu@gmail.com |
7db8f29d4969e960f083414e64190664bd6ca4a5 | b545e1f51553402f2a1fe189b40463d0c75681f7 | /Queue/QUEUE.H | 9f3c922413f500946f521d75bd316fac2caeee6e | [] | no_license | sidn19/Data-Structures | 060d98e2e149dd013a83b1b6f21458e32fd81b73 | b8e9c0778c8860f979f15e9166f1e744001e5672 | refs/heads/main | 2023-07-11T02:00:13.783670 | 2021-08-16T02:37:31 | 2021-08-16T02:37:31 | 395,942,219 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 678 | h | #include<stdio.h>
#define SIZE 10
typedef struct queue {
int item[SIZE];
int front, rear;
} queue;
void create_queue(queue *q) {
q->front=0;
q->rear=-1;
}
void enqueue(queue *q, int n) {
q->rear++;
q->item[q->rear]=n;
}
int dequeue(queue *q) {
int x;
x=q->item[q->front];
q->fro... | [
"sidharthn19@gmail.com"
] | sidharthn19@gmail.com |
45e2707e33754d497f0354b80b5f20ff6db576db | 89199e7510d5958526a7639813ab78f8893cbdc0 | /fractol/src/cr_burning_ship.c | 4654983b7eb1f4537170f658658822ffaf596f3d | [] | no_license | MNasybullin/Fract-ol | fde0b283eee9ff31225f65d925bd8040cb869326 | 49bacc0eabc10c5aeadc43720110c96f6240ab8f | refs/heads/master | 2022-12-13T09:19:33.133928 | 2020-09-04T17:01:51 | 2020-09-04T17:01:51 | 292,902,155 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,308 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* cr_burning_ship.c :+: :+: :+: ... | [
"mansurnasybullin@gmail.com"
] | mansurnasybullin@gmail.com |
04147c86b91318b01d4b36351bbbd2c88ce17553 | 5b662c738748f5dc0996f0e46b019aec495ecfda | /src/Snake/GridRect.h | dcbede43d9a24ca64bd9acb277a2894ebce012f9 | [] | no_license | dPerez015/TecnologiaProg_DavidPerez | 7460b80eb7a979f5df766831673ad308a035dcde | c74d0f9826c4a667fea1e74cafbcf14552a5bba9 | refs/heads/master | 2021-01-12T09:03:29.327085 | 2017-01-30T23:08:24 | 2017-01-30T23:08:24 | 76,748,383 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 555 | h | #pragma once
#include <utility>
//#include "transform.h"
#include <SDL.h>
#include "TypeEnums.h"
struct GridRect {
/*GridRect() = default;//necesario para la creacionde la grid (inicializacion de array 2D necesita un constructor por defecto);
GridRect(int posX, int posY, int w, int h) {
//quiza se tiene que inicia... | [
"davidperezgallego@enti.cat"
] | davidperezgallego@enti.cat |
6b6e2e23bc9a4e1551db3942d6869e463e9db706 | 1596b3e365d5169e6b0590a4904fb5f3a71ca2fc | /VideoServer/libs/sofia-sip/libsofia-sip-ua/sresolv/sres.c | a06650b13e76218fceb08c6e0731e93e54c653fb | [
"MIT",
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"FSFUL"
] | permissive | zengfanmao/mpds | 7be4bc35be28b37b475ee0250236cb7450327ba6 | c2bba464eaddc9ec70604a8614d84c5334461e8e | refs/heads/master | 2022-12-11T08:29:52.181440 | 2020-01-16T08:49:09 | 2020-01-16T08:49:09 | 234,209,365 | 0 | 0 | MIT | 2022-12-08T02:39:45 | 2020-01-16T01:36:39 | C | UTF-8 | C | false | false | 112,413 | c | /*
* This file is part of the Sofia-SIP package
*
* Copyright (C) 2006 Nokia Corporation.
* Copyright (C) 2006 Dimitri E. Prado.
*
* Contact: Pekka Pessi <pekka.pessi@nokia.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public Licens... | [
"zengfan007@126.com"
] | zengfan007@126.com |
ce35fce48da7177a9d08e4ae58cd067cd20cc861 | a108fe567001a12a4968aba9d44e9fc9943e4431 | /bmiCalculator.c | 95d0f47e0ccfe19c7190367cc13d4e9280b02f79 | [] | no_license | PranavGidde/C-programs-1 | 261b74a7776ea01ac9b8fb8856c8110f04f63c7f | b9600c3d6df52133ec618247cf1b675a2ffee3de | refs/heads/master | 2023-09-01T02:27:45.497884 | 2021-10-25T17:32:51 | 2021-10-25T17:32:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 515 | c | #include <stdio.h>
int main()
{
double weight, height, bmi;
printf("Enter your Weight (in Kg): ");
scanf("%lf", &weight);
printf("Enter your height(in cms): ");
scanf("%lf", &height);
bmi = weight / ((height * height) / 10000);
if (bmi <= 18.5)
printf("You are Underweight.");
e... | [
"saurabhdaware2001@gmail.com"
] | saurabhdaware2001@gmail.com |
c6c833a924cf2612e3576171bff5a5940cb97c07 | 3c2457d4e916966a203909f901e9875e7eab1732 | /fre/allumage_2_a_2/param.h | 2abf9bd4fe156f88fc2681f2ec6e527ca6f821b6 | [] | no_license | NGUESSIE-FABIOLA/cardio | da8d0a3e6b2a2f3dda3873c5ae63b678aef7890d | bba68844503d21911d8823c1d335e5e35afdb687 | refs/heads/master | 2020-09-21T15:03:05.555611 | 2019-12-05T18:38:08 | 2019-12-05T18:38:08 | 224,825,525 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 39 | h |
void setup_moi();
void moi() ;
| [
"noreply@github.com"
] | NGUESSIE-FABIOLA.noreply@github.com |
f9eb22eda81dd5496bcf1fbb233aad7db9ef93b5 | b1d500a451cd9852089bf3d97e829df069daa9c8 | /Images/MC/attic/30xBNL/TimeScan/ThetaY_vs_Time_ProjY_3_vQ.C | 7703a33be5c5e2f728ef81f2f7c056f0b30751ee | [] | no_license | sam-grant/EDM | 486ea029bf766c968a3c7b41198ffcf9bc3c9b8a | 525e41de5f675c39014488c79144f47562910736 | refs/heads/master | 2022-10-30T22:35:42.979799 | 2022-10-19T18:44:54 | 2022-10-19T18:44:54 | 296,421,806 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 20,620 | c | void ThetaY_vs_Time_ProjY_3_vQ()
{
//=========Macro generated from canvas: c/c
//========= (Fri Sep 18 16:34:31 2020) by ROOT version 6.16/00
TCanvas *c = new TCanvas("c", "c",0,0,800,600);
c->SetHighLightColor(2);
c->Range(0,0,1,1);
c->SetFillColor(0);
c->SetBorderMode(0);
c->SetBorderSize(2);
c-... | [
"samuelgrant@x.local"
] | samuelgrant@x.local |
2e5e4146cc8708a42ecba67b754da790af319343 | 51dd4e16df72e123f48755162225f3c0d57fc46e | /EEPROM (AT24Cxx)/AT24Cxx.h | 16d98c9d2638165fdd12781c40904092079a6909 | [
"MIT"
] | permissive | ejones901/STM32_HAL_EXTERNAL_DEVICES | d8a510adce97976d09f63bb0015d606393c2d933 | a9a6558e225a94444e55a94235a3ab6d97cdd2a7 | refs/heads/main | 2023-06-19T04:29:29.922266 | 2021-07-20T05:59:52 | 2021-07-20T05:59:52 | 387,144,067 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,716 | h | // These are functions from the datasheet read it for more information
// These functions were created using I2C fast mode (400 kHz) with an AT24C32 and STM32F103C8T6 (Blue pill).
#ifndef HEADER_AT24CXX_H_
#define HEADER_AT24CXX_H_
#include "stm32f1xx_hal.h" //General purpose library used. library comes with STM32CubeI... | [
"79007718+ejones901@users.noreply.github.com"
] | 79007718+ejones901@users.noreply.github.com |
e84fbeb850596fbdae98469444fc7b2eeeba8b78 | 1b7cdc9c1f6ee4c512a43a03eef971ae2f389cb1 | /base_a7_release/libsylixos/SylixOS/arch/x86/common/x86CpuId.h | aac4b663c6f1ad7d37189084fdada2c4f87edc38 | [] | no_license | databuser/clockwork_base_sylixos | d752bf4fec6a4b67dd899bd2e622d75935fbd06d | 7796a2965b6d2a8cc145c9e8d09a51764fb1172f | refs/heads/master | 2022-04-08T15:53:51.446150 | 2019-10-09T11:01:48 | 2019-10-09T11:04:26 | 213,013,808 | 0 | 1 | null | 2020-03-06T21:43:11 | 2019-10-05T14:29:50 | C | GB18030 | C | false | false | 53,443 | h | /*********************************************************************************************************
**
** 中国软件开源组织
**
** 嵌入式实时操作系统
**
** SylixOS(TM) LW : long wing
**
** Copyright Al... | [
"gewenbin@acoinfo.com"
] | gewenbin@acoinfo.com |
e14f3a97dd6a853496a2c4f5200a0167d65fc1e1 | aa5a475af062949ecdcc1450f5e27961e1991b64 | /L298_Step_motor/code_L298_Step_motor.X/L298_Step_Motor.c | 0421bd627cb4aa72d8576e0a6e3734b53025ef71 | [] | no_license | QuangPhuoc1998/PIC16F877A | 2f60cc13823fbdc9134436a878f0a4c6b3e49994 | 21f73750107ed1f46377817ee622056e79158f24 | refs/heads/master | 2021-01-26T11:54:22.908310 | 2020-02-27T04:10:56 | 2020-02-27T04:10:56 | 243,427,119 | 6 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,997 | c | #include "main.h"
unsigned char full_drive_right[4] = {0x09,0x0C, 0x06, 0x03};
unsigned char full_drive_left[4] = {0x03,0x06, 0x0C, 0x09};
void GPIO_Init();
void Delay_customer(unsigned int timer);
void Timer_Init();
void ADC_Init();
unsigned int Read_ADC(unsigned char channel);
long map(long x, long in_min, long in_... | [
"phuockool98@gmail.com"
] | phuockool98@gmail.com |
4f8bd8ad18d3f120ef31bd42c3202adb677ad514 | cc50da02674752492cf91af247cba1b8f1f37ab4 | /list.h | a97e78baf6084a415ab3d5230738c7e4b088271a | [
"MIT"
] | permissive | jiri-novotny/rf-gateway | 4a76f35cb8c75b48bd31f1523336b1859eae8871 | d5fa40ae935a8f2ead8c5e5bb7d4850fe91cda24 | refs/heads/master | 2020-05-04T15:01:31.766425 | 2020-02-22T10:16:53 | 2020-02-22T10:16:53 | 179,220,632 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 783 | h | #ifndef LIST_H
#define LIST_H
#include "iterator.h"
#include <stdbool.h>
#include <stdlib.h>
struct lnode {
void *value;
struct lnode *prev;
struct lnode *next;
};
struct list {
struct lnode *head;
struct lnode *tail;
size_t length;
};
struct list *list_create(void);
void list_destroy(struc... | [
"jiri.novotny@logicelements.cz"
] | jiri.novotny@logicelements.cz |
90a904143eba1f549860eebaa6f7d371c4e22fed | 0c43870383620a978fae89bb8cdaf4b61face336 | /src/libctests/glibc/stdio-common/tst-rndseek.c | 216e391254ba65e89b1599e34cf9333b5090b728 | [] | no_license | bitwiseworks/libc | baa26f9bffd2cb1840fe34ebd3058a5f60a33037 | 3293cc587f6d23b0236c86083f2b51289cf384fc | refs/heads/master | 2023-07-06T01:45:52.006516 | 2023-07-04T20:21:59 | 2023-07-04T20:21:59 | 136,217,836 | 8 | 3 | null | 2022-02-09T19:13:39 | 2018-06-05T18:22:25 | C | UTF-8 | C | false | false | 3,001 | c | #include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#ifndef HAVE_64BIT_FILEIO_TYPES
#define fopen64 fopen
#endif
static char fname[] = "/tmp/rndseek.XXXXXX";
static char tempdata[65 * 1024];
static int do_test (void);
#define TEST_FUNCTION do_test ()
#define TIMEOUT 10
#i... | [
"coding@dmik.org"
] | coding@dmik.org |
6308f5cc9cc835aad343d4e71ed41aaac8d5c171 | af79492c6999077f88b820185ecd4eb82c355c9a | /pi0_eta_id_pictures_sim_FeD_Fe_MOD/rspic/hM1_13.C | 577d4bf948afdfba51b70b06891fd4d4ccee9a5d | [] | no_license | orsosa/Eg2_ana | f8d20c0a4c3c0a2e725a24fa84518b552dde31e3 | f49ee1384f54365c0b293656386635b111c54ae0 | refs/heads/master | 2020-07-01T09:30:30.162135 | 2018-11-05T15:08:42 | 2018-11-05T15:08:42 | 74,095,684 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,736 | c | {
//=========Macro generated from canvas: c/The canvas
//========= (Thu Dec 15 18:39:19 2016) by ROOT version5.34/19
TCanvas *c = new TCanvas("c", "The canvas",1,1,800,576);
gStyle->SetOptFit(1);
c->SetHighLightColor(2);
c->Range(0.06625,-5.227813,0.20375,47.05031);
c->SetBorderSize(2);
c->SetFrameFi... | [
"oj.5070@gmail.com"
] | oj.5070@gmail.com |
6725ed117ceb3c7b382de08384bfb692ac39ef5d | 08e131c4bc28bfebf899b38bae3bb003d103997c | /TP11/TP11/main.c | b4445fae33960c4915a0daf6b33ae6b037bf1ef4 | [] | no_license | NicoBWin/Progra_1 | 58ee39b37c7c479132d8660a7be4d13df17fea51 | e6de32ead1a73079e55094f45000bc001de16744 | refs/heads/main | 2023-03-23T14:16:45.928816 | 2021-03-07T03:25:36 | 2021-03-07T03:25:36 | 345,249,316 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 19,297 | c | /***************************************************************************/ /**
@file +main.c+
@brief +Archivo principal+
@author +Grupo 3+
******************************************************************************/\
/*****************************************************************************... | [
"57114941+NicoBWin@users.noreply.github.com"
] | 57114941+NicoBWin@users.noreply.github.com |
5b06be45ef32518ba30838b672e8b96d12ec0bf2 | 78d7a339335b0154634947676694e1938e1cff37 | /heart/test.c | 007f57f3b297035b723138e9f7fa4bc0a74cbf52 | [] | no_license | axlecrusher/AvrProjects | 57096a0525745f2c044c84f4d7c4b00ffaf85e32 | e36ee60e4b3a86a168ddff89cc7305ad112a6e10 | refs/heads/master | 2021-08-26T07:40:10.767666 | 2021-08-11T02:03:55 | 2021-08-11T02:03:55 | 4,234,194 | 5 | 2 | null | null | null | null | UTF-8 | C | false | false | 5,220 | c | #include <avr/io.h>
#include <avr/interrupt.h>
#include <avr/sleep.h>
#include <util/delay.h>
#include <string.h>
#include <avr/sfr_defs.h>
#include <avr/pgmspace.h>
#include "animations.h"
#define GRID_ARRAY_LENGTH 42
static const uint8_t DDRA_map[] PROGMEM = {0x80,0x06,0x06,0x80,0x0C,0x0C,0x80,0x22,0x24,0x24,0x05,... | [
"josh@allensw.com"
] | josh@allensw.com |
888449a821685acb432f32af91d16443eb994d6e | ad808d158533435e8cd16f308f454311bb68c369 | /src/prodbg/ui/bgfx/ui_dock.h | b0beec3266da3ce5e265f594c851ff48b2eb87e8 | [
"MIT"
] | permissive | mcanthony/ProDBG | 088218dd35d2eb988b45617fdbf2a35f9b45f5b2 | 5da4437c41cd5e63dcd4c6af75fb95052cc74fb8 | refs/heads/master | 2020-12-27T21:20:24.923146 | 2015-09-30T21:06:11 | 2015-09-30T21:06:11 | 43,863,725 | 1 | 0 | null | 2015-10-08T04:51:42 | 2015-10-08T04:51:42 | null | UTF-8 | C | false | false | 3,664 | h | #pragma once
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//#if defined(PRODBG_MAC)
#define PRODBG_USING_DOCKING 1
//#else
//#define PRODBG_USING_DOCKING 0
//#endif
/////////////////////////////////////////////////////////////////////////////... | [
"daniel@collin.com"
] | daniel@collin.com |
e6261fcfdb362125bd52f748d2d89e86d51d6e08 | 1c6a7ae5dca2a38c68fde97a676478c6573bca02 | /linux-3.0.1/drivers/net/wireless/rtl8188CUS/include/rtw_version.h | 4fb9dd4371094df4f224fcf6d3c5832549db9b8a | [
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later",
"BSD-3-Clause",
"BSD-4-Clause-UC",
"LicenseRef-scancode-warranty-disclaimer"
] | 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 | 45 | h | #define DRIVERVERSION "v4.0.2_9000.20130911"
| [
"kyh1022@163.com"
] | kyh1022@163.com |
4e32cf5f0ac5d025c0104f35bce45c4b58c2e6ab | deff58181a754c4a8a596da9844d5fffadf8614a | /AC54XX_SDK_V0.5Beta_USB_0.9patch_6.86_80后UI_流媒体1/AC54XX_SDK_V0.5Beta_USB_0.9patch_6.86_80后UI_流媒体/camera/sc3033_mipi/sc3033_mipi_ae.h | 2118c4cc9b55f8417d7e01cc7830ca3c1b1a8b3d | [] | no_license | laijainGui/buxinyun | 2517399dc59d47e3cc8852f5042752b2e9a97b3b | 6a9c06a3b95de9764339abfaad6084d8c927b432 | refs/heads/master | 2020-11-29T17:32:00.204805 | 2019-01-23T01:03:34 | 2019-01-23T01:03:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 939 | h |
#ifndef __SC3033_MIPI_AE_H__
#define __SC3033_MIPI_AE_H__
#include "typedef.h"
#define AE_MAX_EV (9102000)
#define AE_MIN_EV ((1<<5)*16)
#define AE_INIT_EV ((1 << 8) * 16)
#define AE_CURVE_TYPE AE_CURVE_50HZ
#define AE_TARGET_LUMA 6... | [
"cao.xiaoyong@outlook.com"
] | cao.xiaoyong@outlook.com |
582170db154f84fd075b89dbe1e1aa18a0fecd7e | dca7f39c49736172efdc618f83ac833d7fefdb95 | /C How To Program 7e 2013/ch03/ex03_45b.c | e3c01cb771de5e67e9d59fcacb759e8e9e6a5dff | [] | no_license | wi34rd/TextbookSolutions | 59e23baec2d2d8d9e609cf0b3d8bc0c735ed8af6 | 66cbcdc3458cc4c5a33f310de5d757cdc4e88a86 | refs/heads/master | 2021-01-18T16:22:17.284288 | 2017-01-30T08:07:45 | 2017-01-30T08:07:45 | 78,915,671 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 215 | c | #include <stdio.h>
int main(void) {
unsigned n = 1, factorial = 1;
float e = 1.0;
while (n < 13) {
factorial *= n++;
e += 1.0 / factorial;
}
printf("%f\n", e);
return 0;
} | [
"wi34rd@gmail.com"
] | wi34rd@gmail.com |
24dc3a1c3f2cab0d6511c96c25e22ff15623072c | 138e29feb5d293dc56e0734969111bb356b3d8ff | /STM32F1UserGuide/xzz_stm32code20200121/SDcardFATFS_Sound/spi_flash/norflash.h | 58b4cb73f81620e6acd8f70d301c0e5702a5cf38 | [] | no_license | xxxzzzzzz/STM32 | f0a6ec6bf385639b594c41390b655541ebec54ed | 94db7bcb47eb10ac4c9feceb28e3bc7822dce5c3 | refs/heads/master | 2021-01-19T12:10:18.422601 | 2020-01-21T02:30:30 | 2020-01-21T02:30:30 | 88,020,807 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,281 | h | #ifndef __NORFLASH_H
#define __NORFLASH_H
#include "stm32f10x.h"
#define JEDEC_ID 0x9f
#define ERASE_SECTOR 0x20
#define READ_STATUS 0x05
#define READ_DATA 0x03
#define WRITE_ENABLE 0x06
#define WRITE_DATA 0x02
uint32_t SPI_Flash_Read_ID(void);//获得norflash ID
void wait_flass_Erase(void);//等待flash擦除完毕
voi... | [
"1277719761@qq.com"
] | 1277719761@qq.com |
a9d9caae4a55565f903478fcef13209537c8553e | ef883f8c97288411e50832be8a2470241b0fea30 | /host/src/core/dsp/tal/ocl_load/DLOAD/Queue.h | 3f85c1677cc0c8e2cd21873e921d1c5cd5b4dcbe | [] | no_license | rcn-ee/ti-opencl | d11e9db52f4f348c65838832720cdf2358667abb | b1dfed9af21a1236380b9d643c432e4f0c619fce | refs/heads/master | 2021-01-19T02:32:04.415153 | 2019-12-23T19:32:41 | 2019-12-23T19:32:41 | 37,145,122 | 9 | 4 | null | null | null | null | UTF-8 | C | false | false | 11,041 | h | /*
* Queue.h
*
* Interface to Linked List
* ------------------------
*
* This is an implementation of a type-independent linked list class for C.
* It's basically a template class, but uses macros instead so that it can
* be compiled with a C-only compiler.
*
* To define a linked list class:
* #include "Queue.h"
* TYPE... | [
"j-nash@ti.com"
] | j-nash@ti.com |
f55e3c6a59ca43ac95243be4c3f81712700fc252 | 1c6a7ae5dca2a38c68fde97a676478c6573bca02 | /linux-3.0.1/net/batman-adv/bat_sysfs.h | 02f1fa7aadfa768f6b2298a3591f2819fb331b46 | [
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | 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 | 1,373 | h | /*
* Copyright (C) 2010-2011 B.A.T.M.A.N. contributors:
*
* Marek Lindner
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
* License as published by the Free Software Foundation.
*
* This program is distributed in the hope that... | [
"kyh1022@163.com"
] | kyh1022@163.com |
c3357b70004ea7355eb12c3f95e59ebfb8a91194 | 788da62dce9041878fd098e5347408fbf0679ace | /qcom/proprietary/mm-camera/mm-camera2/media-controller/modules/isp/hw/modules/colorxform/colorxform40/colorxform40.c | cb8b496d26df7e855a3628726cef4cac64b9b2ba | [] | no_license | Snapdragon-Computer-Vision-Engine-Team/msm8974-sources2 | e7daa0bf3096e09286fd6e9f3a4e078774e49565 | 8e8a1d7b8b840a7c93e39634d61614665974acb1 | refs/heads/master | 2021-12-15T03:28:26.619350 | 2017-07-25T06:50:38 | 2017-07-25T06:50:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,437 | c | /*============================================================================
Copyright (c) 2013 Qualcomm Technologies, Inc. All Rights Reserved.
Qualcomm Technologies Proprietary and Confidential.
============================================================================*/
#include <unistd.h>
#include "camera... | [
"xinhe.jiang@itel-mobile.com"
] | xinhe.jiang@itel-mobile.com |
1bcdc7771d68bdc614a9f17c3d798ade48e3d401 | 197e2990cb515275de56bdbb91cac261e274fa1e | /include/geom.h | 3a09c4f0ab4207e71ada930b0ba6f4ca08ad926c | [] | no_license | 00mjk/rng | d569ab3eebd0a001a9b3f1eeff80211c58607f58 | ca7f053a1f947262f9f15d27fc5c2c494d2bbdd9 | refs/heads/master | 2022-03-26T09:14:44.491785 | 2017-11-24T14:47:19 | 2017-11-24T14:47:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,192 | h | #ifndef GEOM_H
#define GEOM_H
#include <gsl/gsl_complex.h>
#include <gsl/gsl_matrix_complex_double.h>
#ifndef GEOM10_C
extern void geom_check10();
extern void init_gamma10();
extern void actionD2t10(double* vecS, int* control);
extern void actionD4D2t10(double* vecS, int* control);
#endif
#ifndef GEOM01_C
extern voi... | [
"pmxmd10@gargoyle.maths.nottingham.ac.uk"
] | pmxmd10@gargoyle.maths.nottingham.ac.uk |
8e54e3d54847770a2e8f7bafcbbeeb0988195213 | 2e1bd4e15c70a4ae3b6da8bcc02505e2f40fd769 | /gpu-library/texjpeg.h | 326a5d3f9ff255ca75eb3ac8dde827b7fb5cfe58 | [] | no_license | rpallares/iici | df8aa415bf557cea180e424bbc9d38b22d149dd6 | 2c2dda79797e80f24c4b0aafe054c5aac5d95cd9 | refs/heads/master | 2021-01-10T04:29:44.049750 | 2016-01-24T14:04:55 | 2016-01-24T14:06:57 | 50,289,047 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 558 | h | /////// * /////////// * /////////// * NEW * /////// * /////////// * /////////// *
// This loads a jpeg file and returns it's data
// This stores the important jpeg data
struct tImageJPG
{
int rowSpan;
int sizeX;
int sizeY;
unsigned char *data;
};
#define UINT unsigned int
#define LPSTR char *
struct tImageJPG *L... | [
"raf.pallares@gmail.com"
] | raf.pallares@gmail.com |
b292a88de3fab4da0802deb55e40ac4c55263834 | a4555b3977a596a3588b1cb5806edbc29ab48609 | /lib/utf/runestrncpy.c | 30eb25d5abd5c78c4308082e97f649fd457c1689 | [] | no_license | rminnich/apex | 66453c12ebd213d680a63679a5d2f728b71dc95c | 4fa926e848c7bf8fbdde3c70b71847a0ec61fd7b | refs/heads/master | 2021-01-18T08:56:48.823738 | 2016-03-22T23:43:40 | 2016-03-22T23:43:40 | 54,516,645 | 0 | 0 | null | 2016-03-22T23:47:22 | 2016-03-22T23:47:22 | null | UTF-8 | C | false | false | 1,441 | c | /*
* This file is part of the UCB release of Plan 9. It is subject to the license
* terms in the LICENSE file found in the top-level directory of this
* distribution and at http://akaros.cs.berkeley.edu/files/Plan9License. No
* part of the UCB release of Plan 9, including this file, may be copied,
* modified, prop... | [
"elbingmiss@gmail.com"
] | elbingmiss@gmail.com |
013445804f61e526fcdfca27c699747edfaf8a7a | b424e95de24d956c370af65b72434c6a9dd2ad38 | /np2/wince/taskmng.h | 0fb87dfe5a5ea7c8fa09543a40555ffcb3ced949 | [] | no_license | rururutan/np2s | ce3c12be7a8aadcb2546be4b6f0065e2d7541360 | 27b752fbe8b0ceb75e82d1d88df0bdbcf70d1449 | refs/heads/sound | 2021-01-16T19:33:36.943215 | 2020-05-22T14:02:28 | 2020-05-22T14:02:28 | 1,928,794 | 7 | 3 | null | 2020-05-22T14:02:29 | 2011-06-21T11:45:38 | C | UTF-8 | C | false | false | 339 | h |
#ifdef __cplusplus
extern "C" {
#endif
extern BOOL task_avail;
void taskmng_initialize(void);
void taskmng_exit(void);
void taskmng_rol(void);
#define taskmng_isavail() (task_avail)
BOOL taskmng_sleep(UINT32 tick);
// ---- for wince
#if defined(WIN32_PLATFORM_PSPC)
void taskmng_minimize(void);
#endif
#ifdef __c... | [
"rururutan@gmail.com"
] | rururutan@gmail.com |
d79f1cbda780562cb0d1d9a4103e5e9af67cd7b6 | 903c45082bd0d4fbb0a0d6a289b5294d8d05c314 | /sys/arch/sun68k/stand/libsa/devopen.c | 75d140810b6e951fb36e445b606b052f597e1f8f | [] | no_license | tombibsd/netbsd-src | 0552d62659412e821163c945c62b7555d1e616d2 | 7f0f8c8c4b00f7c47700b8260a5cbd627d73fe7c | refs/heads/master | 2021-01-21T04:54:21.541793 | 2016-06-17T00:56:40 | 2016-06-17T00:56:40 | 24,783,931 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 735 | c | /* $NetBSD$ */
#include <sys/types.h>
#include <machine/mon.h>
#include <stand.h>
#include "libsa.h"
/*
* Open the device named by the combined device/file name
* given as the "fname" arg, something like: "sd()netbsd"
*
* However, Sun PROMs don't really let you choose which
* device you will talk to. You can ... | [
"uebayasi@tombi.co.jp"
] | uebayasi@tombi.co.jp |
b3f1cb7cdca487b3665d990cbc4e816afa6aec04 | 598737b786a20889dc6acd468478baf4972535b3 | /src/sys/arch/mac68k/include/autoconf.h | 1d884e0f6f88fdef4eb28d49317abdd7b4ca5b78 | [] | no_license | shisa/shisa-netbsd | 5c8e289de2a48b6d8f39bd3add9ca4ea48fec1da | 28d999d1c25107c126e0a458a97b9397aae592ef | refs/heads/master | 2021-01-01T05:33:32.619808 | 2008-05-26T04:27:54 | 2008-05-26T04:27:54 | 32,793,680 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 2,482 | h | /* $NetBSD: autoconf.h,v 1.9 2005/01/15 16:00:59 chs Exp $ */
/*
* Copyright (c) 1994 Gordon W. Ross
* Copyright (c) 1993 Adam Glass
* 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.... | [
"keiichi@mobilegravity.sfc.wide.ad.jp"
] | keiichi@mobilegravity.sfc.wide.ad.jp |
5dec43e6ce5f7adc563851b8f82bcfa5eff0f741 | 3232126b705902c980f36e8d5abf1ce459f61339 | /main.c | 5c0801d7693c66bd91d180a564069248914690d5 | [] | no_license | timskv/STM32F100-Step2_Q-Encoder | 253b35d99a10df537f98d4efcdf3ef4973aa4f8c | 6d266eb0a0b7f98bd2cc4908a395d0724c8ee2d2 | refs/heads/master | 2016-09-05T19:44:24.783946 | 2014-12-13T17:19:42 | 2014-12-13T17:19:42 | 26,452,050 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C | false | false | 4,273 | c | #include<stm32f10x_rcc.h>
#include<stm32f10x_gpio.h>
#include "stm32f10x_usart.h"
#include <stm32f10x_exti.h>
#include <stm32f10x_dma.h>
#include "stm32f10x.h"
#include "stm32f10x_conf.h"
#include <misc.h>
#include <stm32f10x_tim.h> //IRQ TIM
#include <stdio.h>
//#include <stdio/printf.c>
#include <stm32f10x_dbgmcu.h>... | [
"master.ti@bk.ru"
] | master.ti@bk.ru |
a9e139a355e8192c35b8aaca9f1ca82e22c43060 | 3e6a1542610add3b3045508fe8a86f9707cc7235 | /lab/lab01/exercise03/random.h | 2385daf5f058ea3e37c3fabd9394ffe0ddeaf859 | [] | no_license | NYXFLOWER/Mosaics-CUDA-OpenMP | 1618772851922eff3416ee3b637467f60f2eef39 | 93fa0ccd193eb7ba7f3a4d7d54ca23b6e183df6c | refs/heads/master | 2020-04-21T19:06:51.418257 | 2019-05-13T03:37:51 | 2019-05-13T03:37:51 | 169,794,794 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 247 | h | #include <stdlib.h>
#include <stdio.h>
#define RAND_SEED 123
#define RANDOM_A 1103515245
#define RANDOM_C 12345
extern void init_random();
extern unsigned short random_ushort();
extern unsigned int random_uint();
extern float random_float();
| [
"hxu31@sheffield.ac.uk"
] | hxu31@sheffield.ac.uk |
3c451ee7be23f76855b93166f0a8eaa536ea57e1 | 9402379373dceaacddbd68911410df582f763246 | /src/tlocCore/threads/tloc_threads.inl.h | 79994e8aebfcd37ccb45b9bffcbc58886fc8250e | [] | no_license | samaursa/tlocEngine | 45c08cf4c63e618f0df30adc91b39f58c7978608 | 5fab63a31af9c4e266d7805a24a3d6611af71fa7 | refs/heads/master | 2022-12-30T20:10:38.841709 | 2014-09-12T07:36:27 | 2014-09-12T07:36:27 | 305,503,446 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 215 | h | #ifndef _TLOC_CORE_INCLUDE_ALL_THREADS_INL_
#define _TLOC_CORE_INCLUDE_ALL_THREADS_INL_
#ifndef _TLOC_CORE_INCLUDE_ALL_THREADS_H_
# error "Must include header before including the inline file"
#endif
#endif | [
"saadrustam@gmail.com"
] | saadrustam@gmail.com |
734167118335e97a2f3d52386641f9794ff21815 | 0f13c7a050b41b663959e3ac65ad49411426c0e4 | /AccelLog/Pods/Headers/Public/PebbleKit/PBWatch.h | dc478846dddb236c3fa83c86a03662bc8f53bddf | [
"MIT"
] | permissive | dblalock/pebble-ios-accelerometer-log | 3a561d36cccb1e3893a6a6bd969618c76413b5a2 | 29fdccf2626558d560afdf08051aa1543605f307 | refs/heads/master | 2020-05-30T07:57:08.217287 | 2015-01-03T05:37:39 | 2015-01-03T05:37:39 | 28,735,973 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 67 | h | ../../../PebbleKit/PebbleKit.framework/Versions/A/Headers/PBWatch.h | [
"dwb4ke@virginia.edu"
] | dwb4ke@virginia.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.