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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5e04d435c12fd0b44a65d15b47b22efb8568dd84 | abd0d4332eef1abe0aac222363feffaaca6a89dc | /week3/kyungyeop.c | 73a8e3715b0c79125a4b415ae31119334a92fa4b | [] | no_license | wdh4804/GnBCprogramming-2021 | fdcb8fd3880f93ed0ac505fba49cc86272643853 | e7f7e9cc86fb52d6f2f12226eef7da4dde603af4 | refs/heads/main | 2023-07-15T14:36:33.930442 | 2021-07-30T04:36:32 | 2021-07-30T04:36:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 547 | c | #define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
int main(void)
{
int num1;
printf("num1를 입력하세요\n");
scanf("%d", &num1);
if ((num1 >> 31) == 0)
printf("%d는(은) 양수입니다. 이 수의 절댓값은 %d이고, 절댓값을 4로 나눈 몫은 %d이고, 나머지는 %d입니다.", num1, num1,num1 / 4, num1 % 4);
else
printf("%d는(은) 음수입니다. 이 수의 절댓값은 %d이고, 절댓값을 4로 나눈 몫은 %d... | [
"noreply@github.com"
] | wdh4804.noreply@github.com |
db53e21f094927ba9733370b8596eca284e42061 | 3b0fb5048dd4aff3b9f078fb01353799be95bda6 | /l3/hjem1.c | 519531995341c8908fe5fc027e4f82bbf21fedfe | [
"MIT"
] | permissive | Medeah/IMPR | a9ad2c7a9fffb2f466be6c51694246bfecad350e | 2806a58ca78da7a0891b940f81a882c3433750a0 | refs/heads/master | 2021-01-01T19:11:12.473619 | 2014-11-03T23:07:33 | 2014-11-03T23:07:33 | 14,315,349 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 283 | c | /* Self-check opgave 5 side 205 i Problem Solving and Program Design in C, seventh edition.
*/
#include <stdio.h>
int
main (void)
{
int soln, a = 90, b = 35, c = 20;
//soln = (90 > 35) + (20 < 15); 1?
soln = (a > b) + (c < 15);
printf("%d\n", soln);
return 0;
} | [
"frederik2385@gmail.com"
] | frederik2385@gmail.com |
90d967519ce94685c94188a12e64813b4935a56a | 468bed82b5e418b4f6f229e60b50cc11957db8b1 | /tp2/src/utn.h | 9e9c782745ab7c39f2b478ab031978cc7580ab34 | [] | no_license | Montagut-nic/tps_laboratorio_i | c8633a39298fb73653a57f78485b85db3f71c2b9 | f45d1fde0490e2dbb0991b658092b1473c44c7cd | refs/heads/master | 2023-06-09T07:38:36.268768 | 2021-06-25T21:28:18 | 2021-06-25T21:28:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,020 | h | /*
* utn.h
*
* Created on: 25 mar. 2021
* Author: Montagut
*/
#ifndef UTN_H_
#define UTN_H_
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define ARRAY_LEN 2048
#define OK 0
#define ERROR_PARAM -1
#define ERROR_DATOS -2
#define TRUE 1
#define FALSE 0
#define CUIT_LEN 13
#define LIM_MAX 1
#def... | [
"nico.monta99@gmail.com"
] | nico.monta99@gmail.com |
afe2abad209252bc7c98747651649b5ef4e13939 | de8c0ea84980b6d9bb6e3e23b87e6066a65f4995 | /3pp/linux/drivers/gpu/drm/radeon/radeon_legacy_encoders.c | ef100b790463162d166239e1d257d82e073f4730 | [
"MIT",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | eerimoq/monolinux-example-project | 7cc19c6fc179a6d1fd3ec60f383f906b727e6715 | 57c4c2928b11cc04db59fb5ced962762099a9895 | refs/heads/master | 2021-02-08T10:57:58.215466 | 2020-07-02T08:04:25 | 2020-07-02T08:04:25 | 244,144,570 | 6 | 0 | MIT | 2020-07-02T08:15:50 | 2020-03-01T12:24:47 | C | UTF-8 | C | false | false | 57,017 | c | /*
* Copyright 2007-8 Advanced Micro Devices, Inc.
* Copyright 2008 Red Hat Inc.
*
* 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
* t... | [
"erik.moqvist@gmail.com"
] | erik.moqvist@gmail.com |
cb6ff96011d4cdf5c2347b7eb433b355ddf27f81 | e4e3f11245002c057eb64b9e14286c58c1682b43 | /纯净版服务端/系统模块/游戏组件/19.四川麻将/游戏服务器/Stdafx.h | 703b786e731d3a5fdf75d6f5cc5220aeda7b5b6c | [] | no_license | nofounture/HappyGameWH | dca08d293f136fc045dd408451977bab3135c04b | 25ab056c38180bad73e5fa583709e7ee5444bc14 | refs/heads/master | 2022-02-24T04:35:31.119153 | 2019-10-18T04:57:19 | 2019-10-18T04:57:19 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,006 | h | #pragma once
#ifndef VC_EXTRALEAN
#define VC_EXTRALEAN // 从 Windows 头中排除极少使用的资料
#endif
// 如果您必须使用下列所指定的平台之前的平台,则修改下面的定义。
// 有关不同平台的相应值的最新信息,请参考 MSDN。
#ifndef WINVER // 允许使用特定于 Windows 95 和 Windows NT 4 或更高版本的功能。
#define WINVER 0x0400 // 将此更改为针对于 Windows 98 和 Windows 2000 或更高版本的合适的值。
#endif
#ifndef _... | [
"542981526@qq.com"
] | 542981526@qq.com |
5685af7700c09891754c868677a14e456e6517da | f03cc3d32e6d83190f7f2d212ddba01e2ea08ffc | /Source/Public/public.h | ef4c95bdb7457cf3efffb9aa0f6d6005b29171fa | [] | no_license | guchujie/MDK-OBD-1939 | 4d5b2afbb7911f8052d8db05ab8d1ded3a48b497 | c6b042266aaefb677e75fa3b643950a8644d3a57 | refs/heads/master | 2022-04-17T13:07:57.237326 | 2020-04-17T06:46:35 | 2020-04-17T06:46:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 635 | h | #ifndef PUBLIC_H_
#define PUBLIC_H_
#define min(a,b) (a < b ? a : b)
#define max(a,b) (a > b ? a : b)
#define setbit(val, bitn) (val |= 1<< bitn)
#define clrbit(val, bitn) (val &= ~(1<< bitn))
#define getbit(val, bitn) ((val >> bitn) & 1)
unsigned char toint(char c);
char *itoa(int value, char *string, int rad... | [
"yeqiqi@live.cn"
] | yeqiqi@live.cn |
46d8f4ff972a34c888e91aaa754dece8724661c7 | d53aeeeeaa22e674cd6efd719c225ac2eda0b676 | /lib/components/esp-mqtt-master/lib/transport.c | 75e09ffbcbe8564b04ba775ec8fa6643e24b23a7 | [
"Apache-2.0"
] | permissive | NuvoHome/notify_c | 027015400489fe5f528b180859a22f9ac9133988 | 612bd93a8cc473f70bd3f5aff4fc2d330098e9f1 | refs/heads/master | 2021-06-20T13:11:28.233608 | 2019-09-17T20:24:38 | 2019-09-17T20:24:38 | 141,946,665 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,300 | c | #include <stdlib.h>
#include <string.h>
#include "rom/queue.h"
#include "esp_log.h"
#include "esp-mqtt-master/lib/include/transport.h"
#include "esp-mqtt-master/lib/include/platform.h"
static const char *TAG = "TRANSPORT";
/**
* Transport layer structure, which will provide functions, basic properties for transpo... | [
"auggie@Auggies-MacBook-Pro.local"
] | auggie@Auggies-MacBook-Pro.local |
b5a89eb203488ada69b688fb3d2f5eb8d1c6492e | 86c9046f910be0ab1f98da907c96b911efa3016e | /PR1/problem1/mv_rowwise.c | e3b55a4a4381f9e4630953f5d7ff9ae1d78e4c74 | [] | no_license | yohanesgultom/parallel-programming-assignment | eb2ac266fae9d9bf60b7864dabe0813c779cc253 | 44d4737268a71637b5e7178dc99e3ba37e1c178b | refs/heads/master | 2021-01-21T12:58:44.919405 | 2018-01-23T08:21:45 | 2018-01-23T08:21:45 | 52,575,146 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,489 | c | /*
Matrix vector multiplication (row-wise)
Author: yohanes.gultom@gmail.com
Baseline: http://sites.google.com/site/heshanhome/resources/MPI_matrix_multiplication.c
*/
#include "stdio.h"
#include "stdlib.h"
#include "mpi.h"
#define MASTER 0 /* id of the first process */
#define FROM_MASTER 1 /* setting a messag... | [
"yohanes.gultom@gmail.com"
] | yohanes.gultom@gmail.com |
c69b12935def10904408f639f1d519c32bd1562d | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/arch/powerpc/platforms/pasemi/misc.c | e0ab299763c1d665b24a0c95c12691f08163855f | [
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later",
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | OLIMEX/DIY-LAPTOP | ae82f4ee79c641d9aee444db9a75f3f6709afa92 | a3fafd1309135650bab27f5eafc0c32bc3ca74ee | refs/heads/rel3 | 2023-08-04T01:54:19.483792 | 2023-04-03T07:18:12 | 2023-04-03T07:18:12 | 80,094,055 | 507 | 92 | Apache-2.0 | 2023-04-03T07:05:59 | 2017-01-26T07:25:50 | C | UTF-8 | C | false | false | 2,282 | c | /*
* Copyright (C) 2007 PA Semi, Inc
*
* Parts based on arch/powerpc/sysdev/fsl_soc.c:
*
* 2006 (c) MontaVista Software, 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 the
* Free Software Foundation; eith... | [
"gamishev@gmail.com"
] | gamishev@gmail.com |
3010f14b6cfab6d10408e0f06f2c25287a558eaa | 48cbbaf315787d2543c9e20a35c76050bd14ab7d | /Calculator-Design/LCD_Touch/ili9320/ads7843drv.c | 0893e42ea156f4454292a510f57612303329d353 | [] | no_license | blue-proh/Projects-in-NEU | 4c5466bd72632947100961f7c0861a402b8cf1f3 | da44e4a22b6e2c24ccb256550afcef9e5ebfda12 | refs/heads/master | 2022-11-17T08:44:08.620306 | 2020-07-15T16:10:47 | 2020-07-15T16:10:47 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,517 | c | //=========================================================================================================================================
#include "includes.h"
//====================================================================================
#define NOP() _asm(nop)
uint16 touchx=0,touchy=0,touchflag=0;
void... | [
"zacdeng0720@gmail.com"
] | zacdeng0720@gmail.com |
1e9bcfc1ea0a4cf2751c88d08439fad1f5ff6227 | 6dc73d382ca2f5ab907f6ebe3390283de8313df5 | /epidemic/avl.h | 3f61e4b2658e4dbe8066e48d03664d0eb307d25f | [
"MIT"
] | permissive | sdwfrost/cepi | 9a46f1c1d21abdc3409dc944252e0c089747e1d3 | 68db270f08b8db2d0f9b980007523095a79bef32 | refs/heads/master | 2020-09-01T01:07:01.045944 | 2019-10-31T18:44:44 | 2019-10-31T18:44:44 | 218,836,200 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,544 | h | /* Produced by texiweb from libavl.w on 2002/08/24 at 13:21. */
/* libavl - library for manipulation of binary trees.
Copyright (C) 1998-2002 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
publishe... | [
"sdwfrost@microsoft.com"
] | sdwfrost@microsoft.com |
6f593ccf0faf2d2baced37ca4649eda43a446c2b | 24c85532f40d1ea818b7c801fdf6fb28e9ec5cc9 | /VHDL/Davide/latch_flip-flop/t_latch/isim/t_latch_testbench_isim_par.exe.sim/simprim/a_2155285624_1178295121.c | 2ada0a3fd4256edf55c4371f29cc9d256b0f7ec8 | [] | no_license | savmil/TesinaASE | 88208de33c3a87748be95c731d05820c7af9c774 | c55ccb5fcf6cab22de75df69cff6581738b6d3e6 | refs/heads/master | 2021-03-27T15:13:40.841425 | 2018-01-31T20:08:21 | 2018-01-31T20:08:21 | 106,742,160 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,776 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"davide.trimaldi@gmail.com"
] | davide.trimaldi@gmail.com |
ce90fb0d9fa778bfc06d1954c8e8ab35cb814469 | be3167504c0e32d7708e7d13725c2dbc9232f2cb | /mame/src/emu/gamedrv.h | 9d7f8ad839a0a01a4dd4111dee58470247caa352 | [] | no_license | sysfce2/MAME-Plus-Plus-Kaillera | 83b52085dda65045d9f5e8a0b6f3977d75179e78 | 9692743849af5a808e217470abc46e813c9068a5 | refs/heads/master | 2023-08-10T06:12:47.451039 | 2016-08-01T09:44:21 | 2016-08-01T09:44:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,891 | h | /***************************************************************************
gamedrv.h
Definitions for game drivers.
****************************************************************************
Copyright Aaron Giles
All rights reserved.
Redistribution and use in source and binary for... | [
"mameppk@199a702f-54f1-4ac0-8451-560dfe28270b"
] | mameppk@199a702f-54f1-4ac0-8451-560dfe28270b |
818d4b2d28420439203ce56624585aedee009e6d | bba21a9bbd9a136ef7f38cad3233bf7a8e80f153 | /Backup/GDK/User/Reza/GDKHostedPrototype/GDKHostedPrototype/GDKCommon.h | d56ad334e18b27d8ddfde0b652478101e8aaa198 | [] | no_license | rezanour/randomoldstuff | da95141b3eb7698a55c27b788b2bf3315462545c | f78ccc05e5b86909325f7f2140b18d6134de5904 | refs/heads/master | 2021-01-19T18:02:40.190735 | 2014-12-15T05:27:17 | 2014-12-15T05:28:41 | 27,686,761 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 406 | h | #if defined(_MSC_VER)
#pragma once
#endif
#ifndef _GDK_COMMON_H_
#define _GDK_COMMON_H_
////////////////////////////////////////////////////////////////////////////////
// Pull in most commonly used parts of the GDK engine
// Platform
#include "Platform.h"
#include "Error.h"
// Engine
#include "RefCounted.h"
#inclu... | [
"rezanour@hotmail.com"
] | rezanour@hotmail.com |
f73d07e85b748b270372c69e8a6c9dd31566319f | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/8baf7622-c324-4337-9586-6997114d379d.c | d78936a1e0bc5989914fe641e5f7a5388ff6618f | [] | 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 | 567 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=11;
int k;
int l;
k = -3;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = l/j;
l = i-j;
l = l-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
char b[95];
char c[26];
a = 0;
do {
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
f4078c4527a79545a54026a49a75fc1296bd28f8 | 83683e89628e5f207b5bf476b52a1cb2a5ca6fc4 | /Generated_Source/PSoC4/CAL_RED1_aliases.h | 1476a01a4b8a53fdbe4b784a07e469eeebdea5be | [] | no_license | sierratelecom/CY8KIT-046-RTD | f3ecd90d0b00e70a7ff26afe6fb3a51fbc178460 | f6a8e99090b6ae49c5a257d3a4aebb536f042c68 | refs/heads/master | 2020-06-18T06:31:56.019788 | 2017-06-13T02:49:53 | 2017-06-13T02:49:53 | 94,161,905 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,462 | h | /*******************************************************************************
* File Name: CAL_RED1.h
* Version 2.20
*
* Description:
* This file contains the Alias definitions for Per-Pin APIs in cypins.h.
* Information on using these APIs can be found in the System Reference Guide.
*
* Note:
*
***************... | [
"greg.phillips@sierratelecom.net"
] | greg.phillips@sierratelecom.net |
ed2da41d98f85545ac66e4c3a61563c6deaa23a4 | 21b6341754d1b8c1563643c86c2e81ccd783843b | /arch/risc-v/src/esp32c3/esp32c3_attr.h | 93122d60fffb4c787e34af66cb501a16c7b1e134 | [
"HPND",
"LicenseRef-scancode-warranty-disclaimer",
"MIT-0",
"GPL-1.0-or-later",
"HPND-sell-variant",
"LicenseRef-scancode-bsd-atmel",
"MIT-open-group",
"ISC",
"Apache-2.0",
"LicenseRef-scancode-other-permissive",
"BSD-2-Clause",
"BSD-3-Clause",
"MIT",
"CC-BY-4.0",
"CC-BY-2.0"
] | permissive | lambdaconcept/incubator-nuttx | 74b731b2c3fb01e9cd5f290c8085d597c924828b | 940c5b69c36fd1210ada473a5665e4c83420be77 | refs/heads/master | 2021-07-12T02:50:55.038996 | 2021-04-28T07:51:50 | 2021-04-29T10:19:44 | 248,243,157 | 2 | 0 | Apache-2.0 | 2020-03-18T13:44:45 | 2020-03-18T13:44:44 | null | UTF-8 | C | false | false | 2,009 | h | /****************************************************************************
* arch/risc-v/src/esp32c3/esp32c3_attr.h
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copy... | [
"bashton@brennanashton.com"
] | bashton@brennanashton.com |
c962feb73720943253f33c5c2176f8fca1408251 | 23bee196748c90b5b0d0f72312cf4d99c30bc501 | /src/main/jni/source/pdf/pdf-op-buffer.c | 35e334f3ff7cc0c1eeb2b978adbef0d84ad9f35a | [] | no_license | Crayonic/muPDFC | a01a40822a07060b56b33e18048ccab273f268e5 | a55f78fbf6a549defb6b47307cebf57fb0d0e0b1 | refs/heads/master | 2021-01-10T19:57:18.880807 | 2015-04-22T12:38:53 | 2015-04-22T12:38:53 | 33,939,463 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,220 | c | #include "mupdf/pdf.h"
typedef struct pdf_output_processor_s pdf_output_processor;
struct pdf_output_processor_s
{
pdf_processor super;
fz_output *out;
int extgstate;
};
/* general graphics state */
static void
pdf_out_w(fz_context *ctx, pdf_processor *proc, float linewidth)
{
fz_output *out = (... | [
"pkolarov@gmail.com"
] | pkolarov@gmail.com |
d9d79a6fd8327d88950d0ecff226656619fac461 | bec784321a1439820d1ddda0342867c1da2eed25 | /thirdparty/openldap-2.4.25/servers/slapd/overlays/overlays.c | 3ac6cb68b1c1e9d12acf03744316ea92433d6f99 | [
"OLDAP-2.8",
"LicenseRef-scancode-warranty-disclaimer",
"BSD-4.3RENO",
"Apache-2.0"
] | permissive | sarvex/Impala | b701cf218f15e14174714aea3cd35331c38cabcc | e8d9eee772ae58b45a12941933d57d0ab26f99b7 | refs/heads/cdh5-trunk | 2023-05-13T21:51:35.396275 | 2023-05-02T03:02:22 | 2023-05-02T03:02:22 | 32,574,358 | 0 | 0 | Apache-2.0 | 2023-05-02T03:02:23 | 2015-03-20T09:18:06 | C++ | UTF-8 | C | false | false | 1,123 | c | /* overlays.c - Static overlay framework */
/* $OpenLDAP: pkg/ldap/servers/slapd/overlays/overlays.c,v 1.24.2.6 2011/01/04 23:50:49 kurt Exp $ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 2003-2011 The OpenLDAP Foundation.
* Copyright 2003 by Howard Chu.
* All rights reserv... | [
"henry@cloudera.com"
] | henry@cloudera.com |
54f618703cd3cec329b215bae431031f9e2dffb3 | 56888695d84cf5518b77a026f0b22ab858098c2e | /src/GraphTest/ApplicationSettings.h | e2ac8684b0f37237d99f248e2abb03d3f55fd25f | [] | no_license | ArtemKalney/GraphTest | dcc8dc42a1d667c7ce7eaffbf4dd0c634ffc9415 | c21f8ff1e8ab1a2f15f17102db7e63753f0183d3 | refs/heads/master | 2023-03-30T00:00:27.306322 | 2023-03-26T08:18:05 | 2023-03-26T08:18:05 | 75,844,663 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 378 | h | #pragma once
/// Определяет дефолтное значение надёжности
#define RELIABILITY_VALUE 0.9
/// Определяет что считается (полином или число)
#define IS_NUMBER_COMPUTATION 0
#define MAX_DIMENSIONAL 6
#define IS_GRAPH_GENERATION 0
#define GRAPH_GENERATION_NODE_SIZE 30
#define GRAPH_GENERATION_EDGE_SIZE 45 | [
"artem.kalnei@gmail.com"
] | artem.kalnei@gmail.com |
4b684fb2c2259c3c01d7f22a722d1abc8b5d5cde | 4cbfab9c412657b824956cb079a61dc3b215ff1b | /env_v.c | 1f19156a5c46394fd2c1b270d99151fb8c318881 | [] | no_license | w0dm4n/21sh | a7b79821e6d674865ce99d21791912a11c318ce0 | bb68898d71f47d62e12459ee47424e55eaa0f67f | refs/heads/master | 2021-01-10T01:33:52.187713 | 2016-02-22T16:54:26 | 2016-02-22T16:54:26 | 50,720,230 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,741 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* env_v.c :+: :+: :+: ... | [
"frmarinh@e3r3p19.42.fr"
] | frmarinh@e3r3p19.42.fr |
c1f683db02e4b05e933716e77c6c16a36744db9f | e1793ec3f81084b27f6ec0f453eadd3496f6a3f2 | /part1a.c | 8f09db97e7756c72be09c2769a9ce8da1e5f3548 | [] | no_license | Spike-Wang/CSE303_programs | bdc857ad2d12f04f0c2667972c6cdb101bd6c539 | b6938c252ba02e6efde93dea29ba7dd467306308 | refs/heads/master | 2021-05-08T03:59:29.482717 | 2017-10-26T18:15:10 | 2017-10-26T18:15:10 | 108,366,159 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 941 | c | #include<stdio.h>
#include<unistd.h>
#include<stdlib.h>
#include"support.h"
/* help() - Print a help message. */
void help(char *progname)
{
printf("Usage: %s\n", progname);
printf("(This is just a demonstration of the traditional way\n");
printf(" to use .so filed)\n");
}
/* declare the hello() function that live... | [
"cupman000@gmail.com"
] | cupman000@gmail.com |
9f89cbbe5525c611f37071fe842dc44f6a489284 | 5e89a1edf9d42a6d2069a4a54edd5a5022fd897b | /User/eeprom/bsp_eeprom.h | 8f6b0f0431e0894d1fd6e5b18350fde55a3a5f22 | [] | no_license | qianfangbin/11-SPI-FLASH---FatFs | 23337a320c810f34d5a7e3a9aec456ad360648e8 | 4ea26aea7cb9dfd04f896b37ee61a921e14b06f2 | refs/heads/master | 2023-02-06T03:13:12.489153 | 2020-12-20T00:13:21 | 2020-12-20T00:13:21 | 322,947,687 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,388 | h | #ifndef __BSP_EEPROM_H
#define __BSP_EEPROM_H
#include "stm32f10x.h"
#include "bsp_usart.h"
// #include "bsp_i2c.h"
#include "stdio.h"
//I2C接口宏定义
//GPIO宏定义
#define I2C_SCL_GPIO_PORT GPIOB
#define I2C_SCL_GPIO_PIN GPIO_Pin_6
#define I2C_SDA_GPIO_PORT GPIOB
#define I2C_SDA_GPIO_... | [
"914166312@qq.com"
] | 914166312@qq.com |
2155b1c6a4288365773ed3fef5b3abfa3e250246 | c7fcf5a42e49a1f1bbb05f0b8c3d9bc557a2731d | /C Programming/Basic Solving/1043.c | 5b5b53eea0c474c69b1f4a3269fccaee870a6796 | [] | no_license | asifs-cse/URI-Online-Judge | 49cb3652852c81f31b4a10d604ac31e4f04affda | c2b1963b1485e52b75f59d3508fc054db09bc7a4 | refs/heads/master | 2023-04-28T20:56:28.355494 | 2021-05-20T18:02:26 | 2021-05-20T18:02:26 | 369,294,849 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 251 | c | #include<stdio.h>
int main(){
double a,b,c;
scanf("%lf %lf %lf",&a, &b, &c);
if (a+b > c && a+c >b && b+c> a)
{
printf("Perimetro = %.1lf\n",a+b+c);
}else{
printf("Area = %.1lf\n",0.5*(a+b)*c);
}
return 0;
} | [
"asifs.cse@gmail.com"
] | asifs.cse@gmail.com |
b23ead41dc93a49ce6e269580b20aba75664b5f3 | af29f2650c693a0382b068b686bc0170f138e43d | /xtc_vol/xtc_io_api_c.h | 109074f3f99698f180b27db17e192c0f3f7b370f | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | JBlaschke/lcls2 | 00d1cac9aebac0ce975d6537644c0721ed058790 | 30523ef069e823535475d68fa283c6387bcf817b | refs/heads/master | 2021-05-17T06:00:36.179662 | 2020-05-06T16:29:57 | 2020-05-06T16:29:57 | 250,661,543 | 0 | 0 | NOASSERTION | 2020-03-27T22:24:49 | 2020-03-27T22:24:48 | null | UTF-8 | C | false | false | 3,931 | h | /** \file xtc_io_api_c.h
* @brief This file defines the interface and shared data structures between XTC2 iterator (C++) and HDF5 VOL (C).
*
* Created on: Jan 20, 2020
* Author: tonglin
*/
#include <stdint.h>
#ifndef XTC_IO_API_H_
#define XTC_IO_API_H_
#ifdef __cplusplus
#define EXTERNC extern "C"
#else
... | [
"leo.entropy@gmail.com"
] | leo.entropy@gmail.com |
66385508ad609c48950e591871c4da230626debc | 06635fdca876c5f7278f783720fef5fa98ca0b04 | /EM Benchmark/Hashmap/3.1-UOI-Hashmap (18)/Hashmap.c | ef982c08919f3f3028daf3bb2d922764f993c64d | [] | no_license | subanigo/EM-Benchmark | 26fb29965fd9b8bf820ea29764ee547980c60f8f | 0d0ec8dd35c84ac4f7af77bf6aa66e81ce02a0d8 | refs/heads/main | 2023-06-01T10:06:41.316544 | 2021-06-12T13:59:17 | 2021-06-12T13:59:17 | 376,301,316 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,718 | c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
/*
* Generic hashmap manipulation functions
*
* Originally by Elliot C Back - http://elliottback.com/wp/hashmap-implementation-in-c/
*
* Modified by Pete Warden to fix a serious performance problem, support strings as keys
* and remove... | [
"tianshuchupin@163.com"
] | tianshuchupin@163.com |
a4583337dc813f6733a196c064c88841851c263d | d5780376bc0ab8c6d48cce6af62eec9719f777af | /software/hc595_bb.c | 6189e7463f54879df3224ee73803c8b14cece891 | [
"MIT"
] | permissive | gotlaufs/baby_panel | 0d5527f5989ab7ceed48131e956e4797acae3e32 | 8cf076d9950c1053c374993848bfefdcdb557043 | refs/heads/master | 2021-09-01T11:51:42.161468 | 2017-12-26T20:39:29 | 2017-12-26T20:39:29 | 115,405,321 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 984 | c |
#include "msp430.h"
#include "stdint.h"
#include "hc595_bb.h"
void hc595_write_data(volatile struct hc595_data_struct *data){
uint16_t i;
uint8_t byte_mask;
// Make sure clock and strobe lines are low
*data->reg_port &= ~(data->rclk_pin + data->srclk_pin);
__delay_cycles(HC595_DELAY);
for (i=0; i<data->len; i... | [
"gotlaufs@gmail.com"
] | gotlaufs@gmail.com |
8faa939eee5e497d18738a3dc47c562126980188 | 35923725c756966966f1018c60c9705079ad0f40 | /hell.c | 7cc4ae71eb532d647573c24f63ac92557aa7d875 | [] | no_license | guosenzhao/git | ddad0a3fa55d559c8ed63257c909ad9b55e2ecf1 | 6b634b77848d63d9e62d703fffc6c3892a3381b9 | refs/heads/main | 2023-06-18T13:50:52.065939 | 2021-07-16T09:09:17 | 2021-07-16T09:09:17 | 386,575,612 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 26 | c | print “hello world!” | [
"zgsyicid@hotmail.com"
] | zgsyicid@hotmail.com |
53d219bf480c8e72745e14fe19da2954814df957 | 39d52c2a508e437367147b1f6c02873dbb94c344 | /bglavic-cs525-f18-group-2-7e6bbadda050/assign3/test_helper.h | 5f97a9009c8b457d97a741dc652c875faf70310a | [] | no_license | FriySenter/C_Write_Your_Database | 52da8256c0ad26861558f965db872f06a47c2cd5 | 3a361e0b770ee40bd23830f769b1d7ae38e2c751 | refs/heads/master | 2020-06-28T17:16:11.556183 | 2019-08-02T21:05:12 | 2019-08-02T21:05:12 | 200,294,011 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,194 | h |
#ifndef test_helper_h
#define test_helper_h
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
// var to store the current test's name
extern char *testName;
// short cut for test information
#define TEST_INFO __FILE__, testName, __LINE__, __TIME__
// check the return code and exit if it... | [
"noreply@github.com"
] | FriySenter.noreply@github.com |
db2809682190f2ee7f6a1475a8728945e46a9b85 | 2d59fb0c5b5a7dbc1c31fab2ea3b89a08a859ef6 | /arch/arm/cpu/armv7/sunxi/tzpc.c | 0c86a21a3f7b2842ca43738730185bd2d1f4ee1b | [
"0BSD",
"GPL-2.0-or-later"
] | permissive | CPU-Code/-u_boot_fslc | 683f4d183723df62f17645ec7f2d3c6bccbf737c | da15f58fe22fce65c6934eaa0d69d8bd2631f9a7 | refs/heads/master | 2023-04-03T15:38:33.105773 | 2020-05-16T12:04:44 | 2020-05-16T12:04:44 | 278,999,208 | 0 | 0 | 0BSD | 2021-04-20T20:20:33 | 2020-07-12T05:38:02 | C | UTF-8 | C | false | false | 701 | c | // SPDX-License-Identifier: GPL-2.0+
/*
* (C) Copyright 2015 Chen-Yu Tsai <wens@csie.org>
*/
#include <asm/io.h>
#include <asm/arch/cpu.h>
#include <asm/arch/tzpc.h>
/* Configure Trust Zone Protection Controller */
void tzpc_init(void)
{
struct sunxi_tzpc *tzpc = (struct sunxi_tzpc *)SUNXI_TZPC_BASE;
#ifdef CONFI... | [
"923992029@qq.com"
] | 923992029@qq.com |
fe4944d75d2a73354f91689432afdefd4417e5f6 | a132ac2306d9f2d6cd00ca7778e171822688fdf0 | /Parte_2/servidor.c | 1af7ba5f1e729323e868f55f4361d35b879058a5 | [] | no_license | afonsoaguas/SO_Projetos | d45cf974c17b2b1afd8af02d706c67e9d4f06951 | 0ba3e340198fdbd68a2bb3036ca3091aa1442a14 | refs/heads/master | 2023-05-01T02:22:39.515728 | 2021-05-21T10:48:55 | 2021-05-21T10:48:55 | 369,358,180 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,949 | c | /******************************************************************************
** ISCTE-IUL: Trabalho prático de Sistemas Operativos
**
** Aluno: Nº: 99114 Nome: Afonso Valente Mareco Ferreira Águas
** Nome do Módulo: servidor.c
** Descrição/Explicação do Módulo:
** A explicação está em comentários ao lo... | [
"a99114@iscte.pt"
] | a99114@iscte.pt |
86155255ae40fab3ce5f435d829261cc09968f19 | 627750d387566ce9fcf6caa0cfc53fd9fab1beca | /lab4/kernel/kernel/irqHandle.c | 4404dda3f1706ba724c0a9a1bcfaf095cf86013e | [] | no_license | rookielxy/oslab2018 | d8b6b8b6f190608c2bebdd7d7b130c3352c2b927 | 71bd5a4ace9c361e49751ae877142d959b7a8db5 | refs/heads/master | 2020-03-21T15:13:14.427373 | 2018-06-26T08:53:40 | 2018-06-26T08:53:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,187 | c | #include "x86.h"
#include "device.h"
#include "debug.h"
#include "memory.h"
#define SYS_fork 1
#define SYS_sleep 2
#define SYS_exit 3
#define SYS_write 4
#define SYS_sem_init 5
#define SYS_sem_post 6
#define SYS_sem_wait 7
#define SYS_sem_destroy 8
#define LINE 80
int row = 0, col = 0;
void syscallHandle(struct Trap... | [
"ryelovespython@gmail.com"
] | ryelovespython@gmail.com |
bf6aa8959773374315f2e1f0ad267660efdd094a | 7ce94b52b4238e4ee14e7e321cca8b89bd291479 | /evaluation/c/loops-crafted-1/in-de51.c | 999f57ed6b23974108726d7d575cf4d7edffe38d | [
"MIT"
] | permissive | linyingwen/korn | 2f8a39e4db8d4adda5fec1dab209d247e2bd96a6 | 8fc1fb4d820cca52872e2b40a552be6a1d28472d | refs/heads/master | 2023-01-01T12:56:04.687348 | 2020-10-24T14:19:26 | 2020-10-24T14:19:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 537 | c | extern void abort(void);
void reach_error(){}
extern unsigned int __VERIFIER_nondet_uint(void);
void __VERIFIER_assert(int cond) {
if (!(cond)) {
ERROR: {reach_error();abort();}
}
return;
}
int main()
{
unsigned int n = __VERIFIER_nondet_uint();
unsigned int x=n, y=0, z;
while(x>0)
{
x--;
y++... | [
"gidon.ernst@gmail.com"
] | gidon.ernst@gmail.com |
520d9f003cd6d13f41e623d71d0f357d7d18f635 | d13654e9fa9fbd30345ea99c7673c3ababf3da2b | /kim/homework/week1/C_example/ksa_example19/student.h | 91c733f86b3cbf29d59b7941576bbad89d0276ca | [] | no_license | Kimmitator/MachineGun | fa63af104d5f1b7d7977363d2f6a9c69c1cd0220 | 3dcabcfb7d998be2e0f5a376da321478e2e9b4d6 | refs/heads/master | 2022-07-10T03:11:27.666608 | 2020-05-18T03:19:45 | 2020-05-18T03:19:45 | 264,813,198 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 53 | h | typedef struct {
int num;
char name[20];
} Student; | [
"dnflemf012@naver.com"
] | dnflemf012@naver.com |
978002f47df28eadd9934d916acffa4fe245ec33 | ec87d441525d48c2d1445497ab6ada67028e189e | /pi.c | 5338d7c8d5eb10bba47e3b146af64a68c66701c7 | [] | no_license | DhavalNiphade/MPI---Pi-calculator | dd6d43b0d283b6faca7ff1d5e1e4ab7f8bf07ce7 | b427e3ad183a32643f9df1115a6e9e607b941848 | refs/heads/master | 2021-09-01T15:43:15.121621 | 2017-12-27T19:31:29 | 2017-12-27T19:31:29 | 115,551,314 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,038 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#include <limits.h>
#include <mpi.h>
// Initialize limits
#define N 1E8
#define MULT 1E-8
int main(int argc, char* argv[]){
int rank,i,size,begin,result=0,sum=0;
long double x, y, pi=0.0;
MPI_Init(&argc,&argv);
// In... | [
"noreply@github.com"
] | DhavalNiphade.noreply@github.com |
6f5e98b87e1bbf07ffd7f4badc3e9885d8aff2b4 | 00362fa8dca745f04a610d5f6d9960e3a83b8593 | /XRL_Arduino/read_two_encoders/controller.h | 36bc2d3b508773641cbcc55d01727549d35f432f | [] | no_license | DJGCrusader/XRLuC | 9ada4ab4c37f9092c7da6b07cb76e8c05cf1bec7 | 5347e88baccc75608928cc1a7f7cd22b76d357fc | refs/heads/master | 2021-07-24T11:02:46.595559 | 2017-10-30T21:22:39 | 2017-10-30T21:22:39 | 105,960,671 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,201 | h | signed long enc = 0;
signed long error = 0;
float eSum = 0;
float Kp = 5;
float Ki = 0.01;
float sp = 1000;
float umax = 1000;
float u = 0;
float controlEffort = 0;
float proportional = 0;
float integral = 0;
void pController(){
enc = readEncoder(1)*(-1)*360/64;
error = sp - enc;
eSum = error + eSum;
... | [
"dgonz@mit.edu"
] | dgonz@mit.edu |
f293fbaf114ca4aea04e58a58cc5575501b18ed5 | ca9da1f5c03141310c55ca9cb3085c8c01141444 | /libft/src/strings/ft_tabsize.c | 06fe8d93c152c8f58f185939326fc66e20e7e7bd | [] | no_license | ftriquet/nm_otool | 96fbda57b39561eaf7deb45a72fa461476552cf5 | 1b40da5029b64d41943f998ab93a911a0a410d7c | refs/heads/master | 2021-01-16T23:24:07.616556 | 2017-01-24T20:46:18 | 2017-01-24T20:46:18 | 59,954,501 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 998 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_tabsize.c :+: :+: :+: ... | [
"ftriquet@student.42.fr"
] | ftriquet@student.42.fr |
dbedd8cee9d5b386c3dc25fe454b4a764fa24d34 | 5a6c87065ac664c91e36b5f7d9ec9ecf8f49def3 | /platform/mcu/stm32l475/Middlewares/USB_Device/Class/DFU/Inc/usbd_dfu_media_template.h | e503c401009acc435da622f396542d878234755c | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | MiloMallo/AliOS-FM | f26a3b6fb26b3cb3b30c1681a479d8ed2dcfa2c7 | ae9f234c073404d8c97100927cbc53f49ae59a25 | refs/heads/rel_1.3.2 | 2020-03-25T22:56:11.102641 | 2018-08-10T08:38:47 | 2018-08-10T08:38:47 | 144,251,423 | 4 | 4 | Apache-2.0 | 2020-03-07T21:20:51 | 2018-08-10T07:18:56 | C | UTF-8 | C | false | false | 3,740 | h | /**
******************************************************************************
* @file usbd_dfu_media_template.h
* @author MCD Application Team
* @version V2.4.2
* @date 11-December-2015
* @brief header file for the usbd_dfu_media_template.c file
**********************************************... | [
"lc122798@alibaba-inc.com"
] | lc122798@alibaba-inc.com |
745c839fffe5a8b954f9c8dfbbdec716cec79b4b | 1fabbdfd1ca9ea1b6808893e12bd907eb74de414 | /xcode/Classes/Native/mscorlib_System_Array_InternalEnumerator_1_gen_2436.h | 757cb30c93153e96c8e2416f0922d303349279dd | [] | 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 | 474 | h | #pragma once
#include <stdint.h>
// System.Array
struct Array_t;
// System.ValueType
#include "mscorlib_System_ValueType.h"
// System.Array/InternalEnumerator`1<UnityEngine.EventSystems.EventTrigger>
struct InternalEnumerator_1_t23159
{
// System.Array System.Array/InternalEnumerator`1<UnityEngine.EventSystems.Event... | [
"bu213200@gmail.com"
] | bu213200@gmail.com |
5793aa28a7e1eaf26d6f74d1a3d2083d23499e54 | 5edf7954f8fc39d986892e91d77e8c5c074cacd3 | /inc/mcu_api.h | fb0f25d9ec42ec6e19986a64ab1e15c668c1eac3 | [
"Apache-2.0"
] | permissive | nandojve/lib_sigfox | 9dc27ea8f7708e3ea4f87d3e773937453f041415 | 7baed6424547b1120238fc1cdfb323cf377062dc | refs/heads/main | 2023-02-07T00:50:35.090192 | 2020-08-29T21:18:07 | 2020-12-16T21:35:35 | 291,350,685 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,749 | h | /*!
\if SIGFOX PATTERN
----------------------------------------------
_____ _ _____ _____ _____ __ __
/ ___/ | | / ___| | ___| / _ \ \ \ / /
| |___ | | | | | |__ | | | | \ \/ /
\___ \ | | | | _ | __| | | | | } {
___| | | | | |_| | | | | |_|... | [
"nandojve@gmail.com"
] | nandojve@gmail.com |
653f97eefbd7397ab54a6ba4e2abc0655bd4b863 | 3b617d227f21e83e5e6e4006a355039357818051 | /fork/sigaction.c | 043da1c33be3a7fb05ad435e90998f75f625bbad | [] | no_license | xulidong/cpp_server_base | e38b03c9c3516959854d66da432323e0ab038cf1 | 761607ab024e07f26933d8f36c1af4a4bbe7d000 | refs/heads/master | 2020-07-08T00:08:29.990489 | 2016-08-17T10:24:28 | 2016-08-17T10:24:28 | 65,898,453 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,339 | c | #include <stdio.h>
#include <stdlib.h>
#include <signal.h>
/*
* int sigaction(int signum, const struct sigaction* act, const struct sigaction* old);
* signum除了SIGINIT和SIGQUIT之外的全部信息
* act
* old 返回旧的信号处理函数,可以NULL
*
* int sigqueue(pid_t pid, int sig, const union sigval value);类似kill,可以在发送信号的时候传递数据
*
* */
static... | [
"xu.lidong@qq.com"
] | xu.lidong@qq.com |
217969863bad48766538d4e3bdea9b10e9e2132e | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/mpv/video/out/opengl/extr_context_angle.c_d3d11_backbuffer_release.c | e6b51e0c5f08ace0c26007234225957e7bd03c02 | [] | 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,253 | 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 |
754631219b2cb1c2b0211900b3bb480db724e446 | b98b5263f2db4e51fee97cfec78bb3c54abad629 | /driver_l2/usbd/inc/drv_l2_usbd_uvc.h | 8da33b41a5bac129f19372df370abafbd4f44b72 | [] | no_license | yilanjueding123/7801 | 0b37b6c7f3b3304dbbc70e1d609a358caa626a0d | 64b05b48d96ff76f0566c98da1bcf2aee4b54e7f | refs/heads/master | 2021-01-24T20:25:09.929779 | 2018-02-28T08:09:44 | 2018-02-28T08:09:44 | 123,249,895 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 30,593 | h | /******************************************************
* drv_l2_usbd_uvc.h
*
* Purpose: USB l2 controller driver/interface
*
* Author: Eugene Hsu
*
* Date: 2012/10/09
*
* Copyright Generalplus Corp. ALL RIGHTS RESERVED.
*
* Version :
* History :
*
*******************************************************/
#ifndef DRV_L... | [
"zhibo@joyhonest.com"
] | zhibo@joyhonest.com |
491b88379b48f91bc1256c6488eae233caba6502 | b1507556a4d302d7447849c6643a8ab68b8a8e7b | /hardnested/bf_bench_data.h | 4c5b4692fca5e06bf24a322437c06edeaba2dc5b | [] | no_license | unkernet/cropto1_bs | 92763a5a07713b25db309a2e5c8334200c9c26cc | c1763b3b4f8da75a7d53f4f66dd7d344c9f77de4 | refs/heads/master | 2020-04-09T00:49:46.145847 | 2018-11-30T21:58:08 | 2018-11-30T22:00:46 | 159,882,886 | 0 | 0 | null | 2018-11-30T21:56:04 | 2018-11-30T21:56:04 | null | UTF-8 | C | false | false | 490,652 | h | #define BF_BENCH_DATA { \
0x12, 0x00, 0x00, 0x00, 0xb0, 0x94, 0xc9, 0x02, 0x04, 0x33, 0xd5, 0x49, 0x02, 0x02, 0x11, 0x97, \
0xc1, 0x02, 0x01, 0x90, 0xe0, 0x35, 0x02, 0x06, 0xe4, 0x37, 0xbb, 0x02, 0x07, 0xc4, 0x87, 0xa7, \
0x02, 0x03, 0x79, 0x66, 0xa2, 0x02, 0x02, 0x2c, 0xe7, 0x98, 0x02, 0x02, 0xcb, 0x4f, 0x8b, 0x02, \
... | [
"unkernet@gmail.com"
] | unkernet@gmail.com |
e9c755182cc7c32712639e98b99ae236763c70dc | 91009d4e8ee43198ad244f2abf6ce243f2575e7c | /DL_zihuan/SRIO_RE3_FFT/src/qmss_acc.c | 8e7115f46820eaf3d5d27ac6129301f8442bb4d4 | [] | no_license | mfkiwl/LTE | 694453c2aaf8e04fd7629b080363ecb6fff4b3fb | d0f0191220a938bbb92147b14e1d80330bb57431 | refs/heads/master | 2021-04-03T05:17:58.900846 | 2017-09-04T12:21:16 | 2017-09-04T12:21:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,172 | c | /**
* @file qmss_acc.c
*
* @brief
* This is the Queue Manager accumulator and interrupt distributor implementation.
*
* \par
* ============================================================================
* @n (C) Copyright 2009-2011, Texas Instruments, Inc.
*
* Redistribution and use in so... | [
"568091431@qq.com"
] | 568091431@qq.com |
bf0f70f2644dbce433f89e3ee9d3ca9ec21b1582 | 309459799fa5bacf507da6cfe908c282da73f5a1 | /c/C语言大学教程作业/第2,3章/3.30.c | a09445dbba00f480568196dfcfb4860636559185 | [] | no_license | zz1559152814/Exercise_program | 95c2ca207ad3c0bcbbc18cd5d3ca6c52705c7eb8 | de7d62e55b30fe3b1ae9d925f184e52176823922 | refs/heads/master | 2021-05-10T22:39:43.910142 | 2018-01-20T16:39:48 | 2018-01-20T16:44:03 | 118,261,207 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 286 | c | #include<stdio.h>
void main(void)
{
int row=10;
int column;
while(row>=1)
{
column=1;
while(column<=10)
{
printf("%s",row%2?"<":">");
++column;
}
--row; }
printf("\n");
return 0;
}
| [
"1559152814@qq.com"
] | 1559152814@qq.com |
99af45ebef64b965ea3708ae3e0ea9cfafeb86d8 | a6e16f8b4e3e9dfb7a8b6f323b7e35fb82537222 | /C/Pascal Fellerich/COMPOSE/NEWDOCS/EXAMPLE.C | ebb31b21ae120045aa96896d4835fa6bf1b3530d | [] | no_license | pjones1063/Atari_ST_Sources | 59cd4af5968d20eb3bf16836fc460f018aa05e7c | fe7d2d16d3919274547efbd007f5e0ec1557396d | refs/heads/master | 2020-09-04T20:21:44.756895 | 2019-10-30T12:54:05 | 2019-10-30T12:54:05 | 219,878,695 | 2 | 0 | null | 2019-11-06T00:40:39 | 2019-11-06T00:40:39 | null | UTF-8 | C | false | false | 2,600 | c |
#include "CKBD.H"
interface *ckbd;
/*
* get_cookie(): searches the cookie jar for a given magic.
* If the cookie exists it returns TRUE and copies the cookies contents
* to the variable ckbd (which is the pointer to the function dispatcher)
*
* If the cookie was not found it returns FALSE
*
... | [
"ggn.dbug@gmail.com"
] | ggn.dbug@gmail.com |
23885c5277e670f297a343237f0e4edf5cf0bb3e | 0ce1f49bfcdcef3b629b7a6f0d796c96e95ea06d | /v4.11/C128.H | c38126089e59ac344edbe1dc83e6db60a118b392 | [] | no_license | sscanf/CCC | 0b9b9c05d1f813f31c71d7119baa02d286e2aac5 | 068bbc7f7a905a6ede4e9dddd814faaf298ee0c6 | refs/heads/master | 2020-06-24T16:01:04.239469 | 2019-07-26T11:59:50 | 2019-07-26T11:59:50 | 199,008,859 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C | false | false | 1,804 | h | /* MODEM LINE STATUS */
#define S_CTS 0xfe
#define S_DSR 0x02
#define S_RI 0x04
#define S_CD 0x08
/* MODEM CONTROL setting */
#define C_DTR 0x01
#define C_RTS 0x02
const INT_MST = 0x00; // Interrupci˘n por modem status
const I... | [
"oscar.casamitjana@globalzitro.com"
] | oscar.casamitjana@globalzitro.com |
45537824734246c20eb1b39af3c73130ace16572 | 6684929bbbbecf76c754ad70a489efa495d209c3 | /samples/arm/stm32f411/_skeleton/main.h | 30b840a6b14c09a05ef70f92f21da641e0a48c51 | [] | no_license | thebiguno/microcontroller-projects | 6c03aeb6ac06e3f9fd74443c5dc94da0128fe433 | 309f5e6951803bee0a6f6ad73d96c2fa9dc339b7 | refs/heads/master | 2023-04-07T05:29:21.915104 | 2023-03-17T17:25:07 | 2023-03-17T17:25:07 | 26,923,141 | 81 | 49 | null | null | null | null | UTF-8 | C | false | false | 2,794 | h | /**
******************************************************************************
* @file GPIO/GPIO_IOToggle/Inc/main.h
* @author MCD Application Team
* @version V1.1.0
* @date 26-December-2014
* @brief Header for main.c module
************************************************************... | [
"wyatt@digitalcave.ca"
] | wyatt@digitalcave.ca |
947735a0d1cbb78cdd5ade4f1a9a52051488af6c | 64fb6cbf736c5db529e78c303236b8e676bacca4 | /rune/libenclave/internal/runtime/pal/kvmtool/powerpc/ioport.c | 0c188b61a51aec00b2a0eda3c38b503348d68ec2 | [
"Apache-2.0",
"GPL-2.0-only"
] | permissive | stormgbs/inclavare-containers | 1399f88c28c0b38bf37fdb6bf72680ffc6cd3ac6 | 31e0689a1823f5412a214fd8024607179f897002 | refs/heads/master | 2023-01-30T10:11:14.514519 | 2020-11-19T12:06:11 | 2020-11-19T12:22:24 | 263,259,767 | 1 | 0 | Apache-2.0 | 2020-05-12T07:05:40 | 2020-05-12T07:05:39 | null | UTF-8 | C | false | false | 499 | c | /*
* PPC64 ioport platform setup. There isn't any! :-)
*
* Copyright 2011 Matt Evans <matt@ozlabs.org>, IBM Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*/
... | [
"zhang.jia@linux.alibaba.com"
] | zhang.jia@linux.alibaba.com |
b396a23995d4eda8c22c88586bce720c9e60c190 | ad8baa8657395d5420254a2bb9edb6c206514fa4 | /ft_memdel.c | 024ed7f5e265789517d2313658a92b5da1223311 | [] | no_license | denyspanov/libft-c-42 | cc37e2ba333225107b59d14d386a42f7fd16118c | 4d48788303d3f355f9de884eefc4c1468c3da7cb | refs/heads/master | 2021-01-19T05:33:49.138275 | 2017-04-10T09:39:44 | 2017-04-10T09:39:44 | 82,177,009 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 995 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memdel.c :+: :+: :+: ... | [
"denys.panov@gmail.com"
] | denys.panov@gmail.com |
b137fba02dfa7b6a9ecb6d1dcec65c673c49d156 | 66f627ef5636f5f8ff17b87bf7f3f799f8bc788f | /ui/ui_playermodel.c | 09382fcd89111c53aac1fc45d2909e612d16dbc7 | [] | no_license | navgg/Quake-3-1.16n-extensions | e3f789229aef8da3b9b368cb78cacd91aefcc856 | 91323e8b7477f4dda50dee0aa517598401818f65 | refs/heads/master | 2021-06-07T01:14:17.411930 | 2020-12-01T20:56:48 | 2020-12-01T20:56:48 | 119,304,453 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,954 | c | // Copyright (C) 1999-2000 Id Software, Inc.
//
#include "ui_local.h"
#define MODEL_BACK0 "menu/art/back_0"
#define MODEL_BACK1 "menu/art/back_1"
#define MODEL_SELECT "menu/art/opponents_select"
#define MODEL_SELECTED "menu/art/opponents_selected"
#define MODEL_FRAMEL "menu/art/frame1_l"
#define MODEL_FRAMER "... | [
"navgg@mail.ru"
] | navgg@mail.ru |
7c6adbcbb18c586b432a2d960285c5d41e383f26 | 1331cd17d106151bd4f6712263c9f798e7f458ed | /constants.c | ad2e89b74d87c65fe6f63c071315ecea42b81f29 | [] | no_license | irfan378/C-Programming | 5dffc422b38de94438754d84af06f4d5917fceab | 7b7572d31fb8733b150aceca2d14b649b790f716 | refs/heads/master | 2023-08-12T12:48:48.063974 | 2021-09-28T02:40:44 | 2021-09-28T02:40:44 | 407,496,200 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 205 | c | #include<stdio.h>
#define PI 3.14
int main(){
int a=8;
const float b=7.33;
//b=7.22;wrong because b is constant.
//PI=7.33;wrong because pi is constant.
printf("%f",PI);
return 0;
} | [
"irfandominate@gmail.com"
] | irfandominate@gmail.com |
4e4ed2280b985275119a5083e062e42167248c6b | e36d20bca8db45bf8fda7cbbe579501fa7ec0eff | /include/kernel/uart.h | f785d012071cb581e00584cffb3f489e441e04e7 | [] | no_license | sunshine2050/My-OS | 273c6da237c0f094378ca880c08aca7f518e93b0 | 53080fe7b8b40816b272642829465d6b2204c7f3 | refs/heads/master | 2020-03-28T15:58:20.027881 | 2018-09-16T16:12:37 | 2018-09-16T16:12:37 | 148,644,836 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,359 | h |
#include <stddef.h>
#include <stdint.h>
#ifndef UART_H
#define UART_H
uint32_t mmio_read(uint32_t reg);
void delay(int32_t count);
void mmio_write(uint32_t reg, uint32_t data);
void uart_init();
void uart_putc(unsigned char c);
unsigned char uart_getc();
void uart_puts(const char* str);
enum
{
//... | [
"Ahmad Samy"
] | Ahmad Samy |
d8c132c914c6bd57d802802f737049551af0a414 | 1b2f1e2f6ff221beb9a792faa1ae0d859282bf24 | /Week02/question_1.c | b1ec435d2b9ad1a0080b3182cba90e93d8806846 | [
"MIT"
] | permissive | flintlovesam/cab202 | 4d9794f602087c8d4eac7d27b463bfbd51abcf28 | 85eb79b313ad82b41c1553c97fff4caa019b90de | refs/heads/master | 2020-04-01T18:20:39.825142 | 2016-10-30T04:48:22 | 2016-10-30T04:48:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,909 | c | /* CAB202: Tutorial 2
* Question 1 - Template
*
* B.Talbot, March 2016
* Queensland University of Technology
*/
#include <stdbool.h>
#include <stdlib.h>
#include <time.h>
#include "cab202_graphics.h"
#include "cab202_timers.h"
/*
* Function declarations:
* - 'has_bomb_hit()' must be completed to return... | [
"ewhal@pantsu.cat"
] | ewhal@pantsu.cat |
38780998fabca9947def1d971cc5a1678cc5fa5e | b689dd6c879e2e115246d7e3d246107469a905ed | /nvsmall64_rtl_sim/outdir/nv_small/verif/testbench/trace_player/vc_hdrs.h | 7b5fb367037f1ec868e783d805becffb65cd4a42 | [
"MIT"
] | permissive | goupengzi/ITRI-OpenDLA | 163ce4c034bca15df7ec16fa2ea51c9c5e6d677a | 968fa6c8f414de3798e852d5f7e6e60284a98a3c | refs/heads/master | 2022-03-26T07:07:03.054835 | 2020-01-14T02:44:33 | 2020-01-14T02:44:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,223 | h | #ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
#include <stdio.h>
#include <dlfcn.h>
#include "svdpi.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifndef _VC_TYPES_
#define _VC_TYPES_
/* common definitions shared with DirectC.h */
typedef unsigned int U;
typedef unsigned char UB;
typedef unsigned char scalar;
typedef s... | [
"scluo@itri.org.tw"
] | scluo@itri.org.tw |
f1f7f18a8ffeb7325d8de612666707c870647327 | df1949fba5c107eff267e8fe1c6c52dd22555dff | /target/classes/hfy4code/d/shenshui/npc/needlegirl.c | 4193471ce3be8d68df25e2bd7af186d0ac307009 | [] | no_license | yiwugan/fyvidata | cf1d95f9e060be22a33549512d266967b3daea66 | 0f0129aa2fabbaf9c0735b88970cca18beeba4a4 | refs/heads/master | 2020-03-27T09:23:25.891788 | 2018-09-04T03:05:43 | 2018-09-04T03:05:43 | 146,336,668 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,068 | c | inherit NPC;
#include <ansi.h>
void smart_fight();
void smart_busy();
void smart_attack();
void create()
{
set_name("绣花的女子", ({ "sewing girl" }) );
set("gender", "女性");
set("age", 25);
set("long",
"一个神水宫的少女,正静静地坐在桌前绣花。\n"
);
set("attitude", "friendly");
set("score", 20... | [
"yiwugan2@gmail.com"
] | yiwugan2@gmail.com |
c649bb97c0ba92cc2c5391d4f7ae92436374a398 | ac2a304770b564751a6d7c702c4c4f1c66106b0c | /EIFGENs/static_analyzer/W_code/C8/ev1101d.c | bf44582504ff67e412e7048499c86fe2eca7b259 | [] | no_license | omarabid59/Mathematical-Expression-Compiler | 8b918aa3f5533ca6d8240ac5a357dd50d61c1a9b | c02b0a6b765fa87acee6801d8d2b0da9423a9e08 | refs/heads/master | 2021-09-02T02:40:48.920608 | 2017-12-29T19:59:54 | 2017-12-29T19:59:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,690 | c | /*
* Class EV_MENU_ITEM_SELECT_ACTION_SEQUENCE
*/
#include "eif_macros.h"
#ifdef __cplusplus
extern "C" {
#endif
static EIF_TYPE_INDEX gen_type0_1101 [] = {0xFF11,219,0xFFFF};
static EIF_TYPE_INDEX gen_type1_1101 [] = {0xFF11,236,0xFF12,1100,0xFFFF};
static EIF_TYPE_INDEX gen_type2_1101 [] = {0xFF11,1100,0xFFFF};... | [
"omarabid-59@hotmail.com"
] | omarabid-59@hotmail.com |
510479766ac1b6728f41e34b7d4fcaf8fcd49856 | 81f71fded3560835cce62e004f97c1c52865658e | /Icosahedron/Classes/ConstantsAndMacros.h | 92d6ddc04297b7cbb4a62680d52a6847fd082680 | [] | no_license | iKalin/Old-Blog-Code | 8510dbc06a41b819b996e77a551a30b9557d921d | cb7ff046855dae22917d710ce495c3af636e5f6d | refs/heads/master | 2021-01-24T05:54:28.959244 | 2012-01-09T13:54:40 | 2012-01-09T13:54:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 464 | h | //
// NeHe_Lesson_06constants.h
// NeHe Lesson 06
//
// Created by Jeff LaMarche on 12/13/08.
// Copyright Jeff LaMarche Consulting 2008. All rights reserved.
//
// How many times a second to refresh the screen
#define kRenderingFrequency 60.0
// For setting up perspective, define near, far, and angle of view
#def... | [
"jeff@martiancraft.com"
] | jeff@martiancraft.com |
882038dcac7e2976afabe6799471d630d3d86556 | d84a9ffe62a28a1ebf4178f6789073c2ae4be646 | /GPIO_prog.c | 9a5e73a97c06d913294a7d58d7f3cd59008afbed | [] | no_license | monica-romany/micro_proj | 505cfde06ce63744a455b47ee23209066483a88a | 353e2c70fb834262ce2b0cc968b3502fe99f6feb | refs/heads/master | 2021-02-26T03:35:14.489576 | 2020-03-06T21:22:33 | 2020-03-06T21:22:33 | 245,493,008 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,734 | c | #include <stdint.h>
#include "myInc/BIT_MATH.h"
#include "myInc/GPIO_Int.h"
#include "myInc/tm4c123gh6pm.h"
#include "myInc/GPIO_reg.h"
/* array of gpio pull up resistors registers */
volatile uint32_t *GPIO_PullUpRegisters [6] = {GPIO_PORTA_PUR, GPIO_PORTB_PUR, GPIO_PORTC_PUR, GPIO_PORTD_PUR, GPIO_PORTE_PUR, GPIO_PO... | [
"monica_romany20123@hotmail.com"
] | monica_romany20123@hotmail.com |
01a2a0f2b40534609b52c6fadd4345b2160f123b | 5f78fdec1c375120918b74503d2e52b0b2f402c6 | /day3/01operator.c | 0b7a57f8372e663f9f53c6aa0970f45d3213d6d1 | [] | no_license | Nomessage778/C-code | a7cacbed08c9b5f1e8fba4ee6cfb82e60b784734 | 988d9220bff6484b1fe3be2cc76363ed40ed83d1 | refs/heads/master | 2023-03-25T01:36:55.151420 | 2021-03-21T04:40:50 | 2021-03-21T04:40:50 | 349,893,492 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 764 | c | #include <stdio.h>
int main(int argc, const char *argv[])
{
int a =10;
int b =0;
int c =5;
int d =9;//声明变量
//b = ++a;//++是单目运算符,表示对a做加1运算,
//此条命令执行中a的值更新为a+1;
//b = a++;//++是单目运算符,表示对a做加1运算,
//此条命令执行后a的值更新为a+1;
//printf("a = %d,b = %d\n",a,b);//打印a,b的值;
//b = --c;//--是单目运算符,表示对a做减1运算,
//此条命令执行中a的值更新为... | [
"1254596659@qq.com"
] | 1254596659@qq.com |
65b871364dc0ca444af560b4eccda1f837beed99 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/830c4607-8dc8-45bc-83a3-6422edcc0530.c | 0b152739ac9bb10b67b0702fea285563bac3438f | [] | 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 | 611 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=11;
int k;
int l;
j = 533;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = l/j;
l = l-j;
l = i-j;
j = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
char b[98];
char c[28];
a ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
85cc42d6e938956a742237d343660cc224f04817 | 0aef26863f142bef75a0e4aaf7da76fc95e3d8ae | /crypto_kem/ntskem1264/opt/nts_kem.c | 1cbabe886334a5f8d34167a51a6fc54d1d4d9047 | [] | no_license | jedisct1/supercop | 94e5afadc56ef650d7029774a6b05cfe2af54738 | 7c27338ee73a2bd642ba3359faaec395914175a2 | refs/heads/master | 2023-08-02T20:12:39.321029 | 2023-05-30T03:03:48 | 2023-05-30T03:03:48 | 179,046,113 | 23 | 2 | null | null | null | null | UTF-8 | C | false | false | 39,597 | c | /**
* nts_kem.c
* NTS-KEM
*
* Parameter: NTS-KEM(12, 64)
* Platform: Intel 64-bit
*
* This file is part of the optimized implemention of NTS-KEM
* submitted as part of NIST Post-Quantum Cryptography
* Standardization Process.
**/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <int... | [
"github@pureftpd.org"
] | github@pureftpd.org |
8b05a7654112312fb0d74eac71fe12d287585bed | 5ccaeb278ef69bf41d803f9bf339101c39bf2136 | /framework/peripheral/bmx/processor/bmx_p32wk2057gpb132.h | e56eb860e01d15fdd29e35694be8a072db2b7244 | [] | no_license | Mytrex/Harmony | 6de69d5ebbb8cb7769a9ee7bd0330264c1d6ed3a | 32dceb018139e59a12c26044b9f0252d1c0d67c9 | refs/heads/master | 2021-03-16T09:42:26.915713 | 2016-11-02T08:25:20 | 2016-11-02T08:25:20 | 71,403,438 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,954 | h | /* Created by plibgen $Revision: 1.31 $ */
#ifndef _BMX_P32WK2057GPB132_H
#define _BMX_P32WK2057GPB132_H
/* Section 1 - Enumerate instances, define constants, VREGs */
#include <xc.h>
#include <stdbool.h>
#include "peripheral/peripheral_common_32bit.h"
/* Default definition used for all API dispatch functions */
#... | [
"jared@mytrexinc.com"
] | jared@mytrexinc.com |
ed92d7b14674e60ed218fe287f5c6639d931df19 | c7972c5f28de2a7e7cb931eb58b8ab0e56fda627 | /chess/chkout/src/LegalMoveChecker.c | 186236a8cdad7a5123fccd7c42073cf5b3449ea7 | [] | no_license | ameer117/Chess-Application | e91316603556a8fae28b72d48e20196e3ae20e49 | f3897c01813e32dde40d50a724f399e8ade7a7be | refs/heads/master | 2020-09-21T22:05:12.864806 | 2020-07-06T04:28:53 | 2020-07-06T04:28:53 | 224,948,705 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,197 | c | //
// Created by Nicolas on 1/31/2018.
//
#include "Conditionals.h"
#include <stdio.h>
#include "Constants.h"
#include "LegalMoveChecker.h"
#include "Conversion.h"
#include <stdlib.h>
#include "Conditionals.h"
#include "FileIO.h"
static int PawnFlag(int xStart, int yStart, int xEnd, int yEnd, int *LastMoveData, int *e... | [
"noreply@github.com"
] | ameer117.noreply@github.com |
45b518d92b5a06186bc1419d245d363cbfeac0f9 | 07bb9b297255c06c9bf0b248ac239181f711f004 | /ios/CustomCode/secp256k1/libsecp256k1-config.h | 5965b08ad75c5eb78c3bb68c5f25af2b48d7e006 | [
"MIT"
] | permissive | Electron-Cash/Electron-Cash | 7370a402229af2a06ecb85a908770ffacad98d5f | 48ac434f9c7d94b335e1a31834ee2d7d47df5802 | refs/heads/master | 2023-08-03T11:19:03.838004 | 2023-07-26T14:50:45 | 2023-07-26T14:50:45 | 98,333,687 | 217 | 187 | MIT | 2023-09-06T05:16:45 | 2017-07-25T17:40:55 | Python | UTF-8 | C | false | false | 4,622 | h | /* src/libsecp256k1-config.h. Generated from libsecp256k1-config.h.in by configure. */
/* src/libsecp256k1-config.h.in. Generated from configure.ac by autoheader. */
#ifndef LIBSECP256K1_CONFIG_H
#define LIBSECP256K1_CONFIG_H
/* Define if building universal (internal helper macro) */
/* #undef AC_APPLE_UNIVERSAL... | [
"calin.culianu@gmail.com"
] | calin.culianu@gmail.com |
905b96a4140f589514fdefbb7a9600eb36dbb320 | 8bdcc24346a9e43effa458f709f809fc71e592dd | /part3/main.c | 997fec83827f5baca7a2f0294ccf0472006653e8 | [] | no_license | divayprakash/assign5 | a829d9f1f9cfabbcea9876f32f487d1837260e83 | 88f3aefc1e5be70b2d4b357e132ad3f37801bec8 | refs/heads/master | 2021-01-21T11:08:02.863362 | 2017-05-18T18:22:17 | 2017-05-18T18:22:17 | 91,724,973 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 904 | c | //**********Heaader Files**********//
#include <avr/io.h>
#include <avr/interrupt.h>
#include <avr/wdt.h>
//*********************************//
//**********Global variables**********//
volatile int flag = 0;
//************************************//
//**********Main function**********//
int main(void)
{
c... | [
"divay14039@iiitd.ac.in"
] | divay14039@iiitd.ac.in |
0312b11f1ae0c9e870580ff37e3821de3f829434 | c053690f98bc8131523363ab9ce392d9073d7eb9 | /FrameWork/SYSCTL/Registers/DCGCUSB/SYSCTL_DCGCUSB.c | a1d96a863f7b43fecebfa9533fe245370fabe5ea | [] | no_license | coryhodge21/FrameWork | 156279428e53e26e59fc78e1c2288337f3ec4d5d | 66c215e18be3e1c8c51b786dd00539c75ae67cd0 | refs/heads/main | 2023-02-04T22:47:26.376625 | 2020-12-29T03:29:06 | 2020-12-29T03:29:06 | 321,851,004 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,103 | c | //************************************
// \file SYSCTL_DCGCUSB.c
// \author : Cory W. Hodge
// \brief : Auto Generated File
//**********************************
#include "SYSCTL_DCGCUSB.h"
//! \brief Set all the bits in this register, masked with enum arg
//! \brief param[in] Bit_Field_Mask : predefined set of masks ... | [
"coryhodge@Corys-MBP.attlocal.net"
] | coryhodge@Corys-MBP.attlocal.net |
019eead5b997c512acf65e45fb6946dd3c221ac1 | c1ca86c19c9341f8d53166aa5cfb61406efbdfe8 | /Assignments/C/Assignment-3/q1_subarray/q1_subarray/q1_assignment-3.c | b2fedf93bdcd51e35f4769ae2b36275cfc90da24 | [] | no_license | sriram0208/ncrwork | 50ee7524a82cee8d3ab08f685f2267b9cdce16b4 | 90c46011b14f747dcb55b07c8142e56ff2c1ab9c | refs/heads/master | 2020-04-20T05:00:12.999796 | 2019-03-26T04:35:37 | 2019-03-26T04:35:37 | 168,644,644 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 677 | c | #include<stdio.h>
void main() {
int arr[20],n,i,j,num,sum,flag;
printf("Enter no. of elements :");
scanf_s("%d", &n);
printf("Enter %d values :", n);
for(i=0;i<n;i++)
scanf_s("%d", &arr[i]);
printf("Enter sum to be found 1 :");
scanf_s("%d", &num);
for (i = 0;i < n;i++) {
if (arr[i] == num) {
printf("Sum... | [
"ips.sriram1@gmail.com"
] | ips.sriram1@gmail.com |
0a96a9cc0e3f0ef6583f6260c9fa94e14a001b8f | c053690f98bc8131523363ab9ce392d9073d7eb9 | /FrameWork/SYSCTL/Registers/SCGCHIB/SYSCTL_SCGCHIB.c | 382eff4a49e092cd0ad16e2a63799dd68d67d4d7 | [] | no_license | coryhodge21/FrameWork | 156279428e53e26e59fc78e1c2288337f3ec4d5d | 66c215e18be3e1c8c51b786dd00539c75ae67cd0 | refs/heads/main | 2023-02-04T22:47:26.376625 | 2020-12-29T03:29:06 | 2020-12-29T03:29:06 | 321,851,004 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,103 | c | //************************************
// \file SYSCTL_SCGCHIB.c
// \author : Cory W. Hodge
// \brief : Auto Generated File
//**********************************
#include "SYSCTL_SCGCHIB.h"
//! \brief Set all the bits in this register, masked with enum arg
//! \brief param[in] Bit_Field_Mask : predefined set of masks ... | [
"coryhodge@Corys-MBP.attlocal.net"
] | coryhodge@Corys-MBP.attlocal.net |
79a14ef90e43df107d361404d485576aa0e9f28d | 8cf176201807f9903f9a579219448a452f263728 | /MOLY.LR9.W1444.MD.LWTG.MP.V35.P60/interface/sap/cross_core/irat_common_enums_public.h | 0c1bde36b477ea8513acf79f3988a871961f5257 | [] | no_license | hefei93/MTK_BASEBANDS | 9a647b69c455cfebb6c45700027741475f5f9a73 | 759f9608490031fe9666620984d041db36f7424c | refs/heads/master | 2020-12-14T15:41:05.607310 | 2019-01-04T13:29:36 | 2019-01-04T13:29:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,347 | h | #ifndef _IRAT_COMMON_ENUMS_PUBLIC_H
#define _IRAT_COMMON_ENUMS_PUBLIC_H
typedef enum
{
IR_TYPE_HO = 0x00, //Indicates the inter-RAT procedure is handover procedure
IR_TYPE_CCO = 0x01, //Indicates the inter-RAT procedure is cell change order procedure. Note that this enumeration is only used be... | [
"poisk567@gmail.com"
] | poisk567@gmail.com |
5457f0b570422348712837b4372dd46a1deda2a4 | 4feaed629faa10d446d79cfdf8c0482b4a67a97d | /framework/peripheral/nvm/processor/nvm_p32mz0512eff144.h | c83e5b6ddaa9fc2e6312a8aff9406724686cf5f9 | [] | no_license | venkatarajasekhar/mplab-harmony | 6711a3e748bbc7c592f7f6413a3dd9c47305ea71 | e0a303afae1a37c14d567ae5ad1f528706bb5a6e | refs/heads/master | 2021-01-25T05:57:18.269113 | 2016-10-12T15:00:00 | 2016-10-12T15:00:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,405 | h | /* Created by plibgen $Revision: 1.31 $ */
#ifndef _NVM_P32MZ0512EFF144_H
#define _NVM_P32MZ0512EFF144_H
/* Section 1 - Enumerate instances, define constants, VREGs */
#include <xc.h>
#include <stdbool.h>
#include "peripheral/peripheral_common_32bit.h"
/* Default definition used for all API dispatch fu... | [
"mmitchel@gmail.com"
] | mmitchel@gmail.com |
9dcce251990a6a104ccdb921ca7759ed62ff76bc | b443d9c692ea9a2340f3fa79575c1fd8ce88c3dc | /Testes/Teste17-18/teste.c | 6c0a55904125f2bb1bac5912bfbff95e544c6fa6 | [] | no_license | dbento16/PI-1 | 94d5d8343b252a0038665a026e3c39e2cb66b5d7 | 5641f2379953089c13ee49f62d6084dae0b09ae4 | refs/heads/master | 2022-11-16T15:47:41.747297 | 2020-07-11T15:35:51 | 2020-07-11T15:35:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,769 | c | #include "teste.h"
#include <stdio.h>
#include <stdlib.h>
// Parte A
int retiraNeg (int v[], int N) {
for (int i=0; i<N;) {
if (v[i] < 0) {
for (int j=i; j<N-1; ++j) v[j]=v[j+1];
--N;
}
else ++i;
}
return N;
}
int isIn (char c, char s[], int start, int end) {
int r;
while (start < e... | [
"gilbertocunha@MacBook-Pro-de-Gilberto.local"
] | gilbertocunha@MacBook-Pro-de-Gilberto.local |
de367c082d83e63d54c83e5c6d03bf4880dd39c5 | e4ae29dec6d7125d8b80350a65652aef4e68c4ff | /Pods/Pods-environment.h | 5b53bd7f4fb791519a63b60439508830d4e13644 | [] | no_license | ZartArn/stylerDemo | c170daf24e988891b99fca6a739bd9c0055bd34d | 4381f720121040c1bf637283f5eaa11ee0b34782 | refs/heads/master | 2021-01-23T03:27:46.603883 | 2014-04-04T11:26:45 | 2014-04-04T11:26:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 593 | h |
// To check if a library is compiled with CocoaPods you
// can use the `COCOAPODS` macro definition which is
// defined in the xcconfigs so it is available in
// headers also when they are imported in the client
// project.
// MZAppearance
#define COCOAPODS_POD_AVAILABLE_MZAppearance
#define COCOAPODS_VERSION_MAJOR_... | [
"nlevch@yandex.ru"
] | nlevch@yandex.ru |
84562e5aa20c4a0da97a510884beee8300101280 | 2e4c0d9ab3b7a83659d08ec9bfaa757ede482ebe | /libft/ft_tolower.c | d9f767a517852fd0d327ca881f88a6c672113896 | [
"MIT"
] | permissive | HarpyWar/sh21 | f476a1d81162fed9c8ad1baeab73bb4b33c8d957 | 88b3e6dfca97fb4933c0f057dd276c612bde27a9 | refs/heads/master | 2020-09-12T15:56:41.539654 | 2019-11-27T18:00:03 | 2019-11-27T18:00:03 | 222,471,448 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,028 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_tolower.c :+: :+: :+: ... | [
"kemmeric@oa-m6.21-school.ru"
] | kemmeric@oa-m6.21-school.ru |
1fdce8e218ccd6877f9b888ad0df33b88d116e8a | fb5d6cefe8cad88db4fcc729be72618eec6db026 | /connectUDP.c | 865c6bdb23f72c6ad72fc52c97298cbfd742fa02 | [] | no_license | xbwang/Network-UChicago | cfae1272a88525010cb98b9f17d897d95384887e | 46a9e2e8336b97c4352a214e9cfae1084eecc6e7 | refs/heads/master | 2020-05-17T13:03:02.194617 | 2011-06-11T00:45:03 | 2011-06-11T00:45:03 | 1,797,216 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 585 | c | /* connectUDP.c - connectUDP */
int connectsock(const char *host, const char *service,
const char *transport);
/*------------------------------------------------------------------------
* connectUDP - connect to a specified UDP service on a specified host
*---------------------------------------------------------... | [
"vincent.wangxb@gmail.com"
] | vincent.wangxb@gmail.com |
79766cf8e2ffb9a4b1d2574b5a83a2333c76df62 | 5c3736aaae8164a40a0b65c5ec4a3586ebd16f0c | /libft/ft_lstdelone.c | 1a5effb84c4989c7ea696390844f5c6a31c2235d | [] | no_license | razanor/fillit | 85b933757c51c182c5eb2e1e45b0af724185ea8b | 1daee12614a2d7643769e3291a1c7965502fdef5 | refs/heads/master | 2021-09-15T21:32:20.089343 | 2018-06-11T08:00:20 | 2018-06-11T08:00:20 | 120,092,658 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,095 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstdelone.c :+: :+: :+: ... | [
"nrepak@e2r11p3.unit.ua"
] | nrepak@e2r11p3.unit.ua |
baf84cd873d216f8683ea370a27596d562139bcd | e736f31d9e24d58bcd6ef4d55ef9b7d7265ff9dd | /libft/ft_putnbr_fd.c | d8e23a5a547124bbcfbb10a502944ebafd232ccc | [] | no_license | f4su/ft_printf | d888c9047b1687a06af2518dd6d75f7d2a41a7dd | fd37b664405b9380364784e04c31752293eaa7a2 | refs/heads/main | 2023-07-13T13:07:06.005543 | 2021-08-23T09:44:54 | 2021-08-23T09:44:54 | 399,049,398 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,160 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putnbr_fd.c :+: :+: :+: ... | [
"jgainza-@c3r1s1.42urduliz.com"
] | jgainza-@c3r1s1.42urduliz.com |
de78a53bec650bab5da6ac2393e0093cab14fc24 | 6294659fc106ad01e16101d0067c827f19a47014 | /apkdrv驱动代码.c | 61b97eb279210f1231e7763d2f4288d0628617c8 | [] | no_license | LaiChiHang/studygit | f8755153a4587734f9dd7a2acc84a487535dad34 | 1846c4c1910382464cae662ff23a4dc8305f5639 | refs/heads/master | 2020-04-30T13:24:03.155504 | 2019-03-21T03:47:27 | 2019-03-21T03:47:27 | 176,856,640 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,917 | c | #include <linux/module.h>
#include <linux/delay.h>
#include <linux/gpio.h>
#include <linux/switch.h>
#include <linux/regulator/consumer.h>
#include <linux/platform_device.h>
#include <linux/miscdevice.h>
#include <linux/fs.h>
#include <linux/uaccess.h>
#include <linux/i2c.h>
#include <mach/sys_config.h>
#include <asm/... | [
"zixing_sky@163.com"
] | zixing_sky@163.com |
48ca62cbda84d9f315fb149708e84fa5af10ddef | 2adb92d740c00024c6fc86bef1299d8007623cd2 | /roboscoop/roboscoop_lib/EIFGENs/roboscoop/W_code/C20/dy642d.c | 712f2c759aa9b90b54f6b07e7d3b3be72ae5f5a5 | [] | no_license | mafilipp/RPL_Ass1 | ac0a56a6129e0c92a8e71263eee44143fc26864e | 1a5f64b8fcc1b5c441e7affd08170867cb1e4d21 | refs/heads/master | 2021-03-12T19:44:12.586165 | 2014-10-04T08:33:40 | 2014-10-04T08:33:40 | 24,785,188 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,641 | c | /*
* Class DYNAMIC_LIST [NATURAL_32]
*/
#include "eif_macros.h"
#include "eif_wbench.h"
#ifdef __cplusplus
extern "C" {
#endif
static void build_desc_642(void);
static EIF_TYPE_INDEX gen_type0_642 [] = {0xFF11,257,0xFFFF};
static EIF_TYPE_INDEX gen_type1_642 [] = {0xFF11,274,0xFF12,641,240,0xFFFF};
static EIF_TYP... | [
"mpippo@bluewin.ch"
] | mpippo@bluewin.ch |
a3f7443f28b65880d8c493eb22c729e5062988b2 | f18635b7e45f772034d6a070f40c2be4d59994d6 | /sys/epoll.h | 5071210d6f3241d8635c74c538e029dff8b03e9d | [] | no_license | lexa2/cygepoll | 96391f981f43fb828d132cb137791a53dc6147b9 | 80a096fc4690f048c03c070b2a779593b44ea89b | refs/heads/master | 2020-06-01T07:03:47.637457 | 2015-05-09T05:41:57 | 2015-05-09T05:41:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,653 | h | /* epoll.h
Copyright (c) fd0, All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 3.0 of the License, or (at your option) any later version.
This library... | [
"booleanlabel@gmail.com"
] | booleanlabel@gmail.com |
7794b8f6b34b79a765510262e4dfe2bd801e7744 | 0f53574cb6741eb08f29b903b11acb3a1b1a7de6 | /mikro/karapiotr/karas.c | 92092eed5d7c0caf9c9067464c7db867cef3d604 | [] | no_license | karager09/Semestr_4 | fdcdda120dcfbdbc867f67aafb5ba7d4ae2eff7f | 587e8eee28904ad97c0dc90846dc09376f6c223e | refs/heads/master | 2021-04-27T15:25:22.777119 | 2018-02-22T11:44:37 | 2018-02-22T11:44:37 | 122,470,483 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 347 | c | #include <stdio.h>
unsigned long fun(unsigned long a, int b, int * pcs, int * count);
int main(){
unsigned long a = 10; // w notacji bitowej 1010
int b = 2; //dla b=2 mnozymy
int pos = 0;
int count = 0;
unsigned long wynik = fun(a,b,&pos,&count);
printf("Param: %ld, %d\nWyniki: %ld, %d, %d\n",a,b,wyni... | [
"noreply@github.com"
] | karager09.noreply@github.com |
85344bd5a6fd3bf4358ee496d0edb2a215dd35f8 | c99f4371ddb9f6cf73900684acd4c574256b4c12 | /client/root.c | 088d73a7bee1be7e456f87143bf692826bb05d95 | [] | no_license | antifork/minicvs | 5dd2cb2ff3c2e048b5a0c3ce6b467bf5b0f80184 | 8b7492b49c14fef81d1af577c0cfdb8000076f07 | refs/heads/master | 2021-01-18T17:38:52.431628 | 2002-05-04T00:17:34 | 2002-05-04T00:17:34 | 70,048,031 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,121 | c | /*
* Copyright (c) 1992, Mark D. Baushke
*
* You may distribute under the terms of the GNU General Public License as
* specified in the README file that comes with the CVS source distribution.
*
* Name of Root
*
* Determine the path to the CVSROOT and set "Root" accordingly.
*
* Modified by cygnus@unixwave.... | [
"deneb@antifork.org"
] | deneb@antifork.org |
ee6942ea056abd82b4b1a689e448fd4ab6089fde | 68daa50e6bff563b9681a4c84c71d7de899f718f | /manual/unicoc/src-groups/is_caucasian_albanian_unicoc.h | 3025faf9b587372445ab560ed40c60fe21510655 | [
"MIT"
] | permissive | Tikubonn/unico | c7594d0af13f8ca7019361fa735df1d23d4aa924 | c76de5309f8a3a6fda3110e463b7e9718ea530e3 | refs/heads/master | 2020-03-14T05:34:06.267611 | 2018-05-14T09:13:10 | 2018-05-14T09:13:10 | 131,467,195 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 70 | h | #include <unico.h>
extern int is_caucasian_albanian_unicoc (unicoc*);
| [
"https://twitter.com/tikubonn"
] | https://twitter.com/tikubonn |
b7ea35e32a8135490e570d7ca092aca72a1c2de1 | 14afcebefb1a95ba7715f5727e5df8dd735e6ec1 | /src/steps_counter.c | b745b3fad844e10cf076238081120d12032bbc71 | [] | no_license | k3rnll/lem-in | 2758c58315c5d63ec3bf06eeb4f19342fa3f4813 | e47a96146c07b767cd711e8fadd0aca0cbae8f75 | refs/heads/master | 2023-01-27T18:09:18.698548 | 2020-12-04T07:49:52 | 2020-12-04T07:49:52 | 318,442,419 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,566 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* steps_counter.c :+: :+: :+: ... | [
"kanaikin.greg@gmail.com"
] | kanaikin.greg@gmail.com |
9d7e4ab34ca4ec3e497e72d9306fd60f1aab5b60 | 594f54361d018abc019c85555e52c8e896c76da2 | /include/firmware/include/personality.h | 1114986b63d116ea3562679057108713760c8b72 | [] | no_license | jimix/linux-bgq-dirty-mods | 878e8b1d952bc442be98826a6f0ddd11a4e20a5e | eae306928861d1bebfe9364168d067c45e2a98a8 | refs/heads/master | 2020-04-10T17:36:42.193073 | 2013-01-16T23:10:48 | 2013-01-16T23:10:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 34,981 | h | /* */
/* Licensed Materials - Property of IBM */
/* */
/* Blue Gene/Q */
/* ... | [
"jimix@pobox.com"
] | jimix@pobox.com |
e71047df16715c6cf3cdbb2bae583b25d80c9942 | f6b955622c4afe208c724755c859899ad4044a31 | /skia/third_party/externals/angle/src/compiler/preprocessor/tokens.c | b94c05ebd4b176893193cf510631d3cb7e8712a9 | [
"BSD-3-Clause",
"LicenseRef-scancode-nvidia-2002"
] | permissive | hicdre/skiaui | 4de57f3e979f763f1ac200098cb442d7833e0690 | 839562136fb842df3d6f29a6ef5ac8f4b576e840 | refs/heads/master | 2020-05-16T21:40:00.486859 | 2013-01-31T13:27:50 | 2013-01-31T13:27:50 | 7,932,520 | 8 | 6 | null | null | null | null | UTF-8 | C | false | false | 13,658 | c | /****************************************************************************\
Copyright (c) 2002, NVIDIA Corporation.
NVIDIA Corporation("NVIDIA") supplies this software to you in
consideration of your agreement to the following terms, and your use,
installation, modification or redistribution of this NVIDIA software... | [
"iicdre@gmail.com"
] | iicdre@gmail.com |
df526e3f07d5eecc35fc815765ff074466a7f4c5 | 27db6001e777c8268141959b4c6083d7a9f59778 | /System/Library/PrivateFrameworks/WeatherFoundation.framework/WeatherFoundation-Structs.h | 6b607259e446ffb7da0e4fdaff771fc7ffe9a629 | [
"MIT"
] | permissive | lechium/tvOS124Headers | dc508fa5b8b1baec9285123cad6b0281fd43e8b5 | 11d1b56dd4c0ffd88b9eac43f87a5fd6f7228475 | refs/heads/master | 2020-07-10T13:21:45.010778 | 2020-06-10T20:32:36 | 2020-06-10T20:32:36 | 204,246,441 | 6 | 0 | null | null | null | null | UTF-8 | C | false | false | 642 | h | /*
* This header is generated by classdump-dyld 1.0
* on Saturday, August 24, 2019 at 9:46:58 PM Mountain Standard Time
* Operating System: Version 12.4 (Build 16M568)
* Image Source: /System/Library/PrivateFrameworks/WeatherFoundation.framework/WeatherFoundation
* classdump-dyld is licensed under GPLv3, Copyright © 20... | [
"kevin.w.bradley@me.com"
] | kevin.w.bradley@me.com |
97c817b048ff9dd825db3422fa7961f900e881cc | c84c026094f96dd4cbddaa1dba0a3410aff11fe7 | /posto/main.c | 3f5d63927734b392c1c1b3d22b779a958536f8b7 | [] | no_license | luisipv7/CcodesStudies | 0cdcd426146c4d78c7477db7662ec6f8560ff9e0 | 55c3ff6a6038444f9446ae5ec62fe7391585a669 | refs/heads/master | 2020-08-10T13:52:58.956839 | 2019-10-11T06:07:12 | 2019-10-11T06:07:12 | 214,355,733 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 389 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
int opcao;
printf("Menu Posto.\n");
printf("Pressione a opção desejada:\n");
printf("1 - Abastecer\n");
printf("2 - Estoque\n");
printf("3 - Caixa\n");
printf("s - Sair\n");
scanf(opcao);
switch(opcao);
case 1
{
prin... | [
"luisfernandosantos504@gmail.com"
] | luisfernandosantos504@gmail.com |
ac06a611e6b450c1baba2aa74cb93f47ece9f87b | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14152/function14152_schedule_24/function14152_schedule_24_wrapper.h | 9eed7e9180483cd50fb12222c7ea239ce65ed5cd | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 282 | h | #ifndef HALIDE__generated_function14152_schedule_24_h
#define HALIDE__generated_function14152_schedule_24_h
#include <tiramisu/utils.h>
#ifdef __cplusplus
extern "C" {
#endif
int function14152_schedule_24(halide_buffer_t *buf0);
#ifdef __cplusplus
} // extern "C"
#endif
#endif | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
c5292feb0c7c66bc3996e5af539e171da5b3f8f5 | 1e93079ad7a2c59808a301c4933c9d54a743752b | /src/launch.c | 7f349bf8faea6a802232fe5dc5aac6795a98ea91 | [] | no_license | angieshu/minishell | d0a581a569254592ebd8073d958cc624bf1f3ea9 | fd18eea85585dd69cc2aaa93f08e0674d53cc5be | refs/heads/master | 2020-12-30T14:00:56.391322 | 2017-08-12T02:19:21 | 2017-08-12T02:19:21 | 91,278,622 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,201 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* launch.c :+: :+: :+: ... | [
"ashulha@e1z2r6p6.42.us.org"
] | ashulha@e1z2r6p6.42.us.org |
d2a07be07495b8f2108fea4377ba7dffb1916318 | 7f6c2e05e9ea90f848f5bf4914dcda7a95bb245b | /test/syc/bad/defnoswitch.c | 073b056dd9fe976f24011295ea47182aa225745a | [
"MIT"
] | permissive | jxsvoboda/sycek | f98b2a775b6913daae4800b4c5dd601a8607e58d | 43469af972cd6993576f6e97a42385ef91b4369d | refs/heads/master | 2023-08-19T05:21:55.646831 | 2023-08-11T17:30:23 | 2023-08-11T17:30:23 | 116,031,064 | 23 | 1 | null | null | null | null | UTF-8 | C | false | false | 99 | c | /*
* Default label without enclosing switch statement
*/
int main(void)
{
default:
return 0;
}
| [
"jiri@wiwaxia"
] | jiri@wiwaxia |
ca4995c52eecf734fd6206191eb946e0a31ff5e2 | 62f62afd9b0b8d7e2dc924a4cd1721b217cd0115 | /AvlTree.c | ad979728592ee2893055f9d881236c33882e9866 | [] | no_license | netanellevi/GenericAvlTree | 65e18f76e74da01870745e9db8e1c7f7e4af9be7 | 10ca26465c9964c5097d80f2c0e4abf7e5276963 | refs/heads/master | 2020-09-07T07:52:55.945139 | 2019-11-13T11:29:31 | 2019-11-13T11:29:31 | 220,713,105 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,741 | c | #include "AvlTree.h"
#include <stdio.h>
#include <stdlib.h>
#define SPACE_FACTOR 10
#define MAX(a, b) (((a)>(b))?(a):(b))
typedef struct TreeNode {
void* obj;
int height;
int balance;
struct TreeNode *parent;
struct TreeNode *left;
struct TreeNode *right;
} TreeNode;
typedef struct AvlTree {
... | [
"netaneldavid.levi@gmail.com"
] | netaneldavid.levi@gmail.com |
12d56e956e361609129f0398688504c2386eceaf | f3e3b92f6b5a203dcd7c4f7d2577f950d81beff4 | /personalLibft/lstAddN.c | 8fa4d7512e24b0641e6c384a8b1ebb99a496b2c4 | [] | no_license | kmaitski/libft | d7f5061d00ec956b40ad8105749c427337caaba3 | f6abb3fd17911bf36243ae5a8bca02db51780dac | refs/heads/master | 2021-01-12T03:42:25.026538 | 2017-07-21T02:24:50 | 2017-07-21T02:24:50 | 78,254,730 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,575 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstaddn.c :+: :+: :+: ... | [
"kevin.maitski@gmail.com"
] | kevin.maitski@gmail.com |
e4e6a78d73ca1c45ce9840a544cb4be2b81896da | 57fbe3892aed2cf8733c1acc6c17d9ff85e44ff7 | /include/dbsvr/db_appearance.h | 6559e51d2e84a2904f5180dc420039e2d3bf26c2 | [] | no_license | hanguangming/Blitz | a4093eda2b057255730454b43bb5ee4381565206 | e3229221ea27e0a9e1f163bb1e60e6268ce5aca4 | refs/heads/master | 2021-01-01T05:21:08.988192 | 2016-04-11T19:08:44 | 2016-04-11T19:08:44 | 55,997,308 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,401 | h | #pragma once
#include "libgame/g_value.h"
#include "message.h"
struct DB_Appearance;
struct DB_AppearanceReq : SSCC_REQUEST_BASE {
static constexpr const char *the_class_name = "DB_AppearanceReq";
static constexpr int the_message_id = DB_APPEARANCE;
static constexpr const char *the_message_name = "DB_APPE... | [
"1653331981@qq.com"
] | 1653331981@qq.com |
b3f5339fe4d3050597d455be291281f5061bb85b | 268e09e4893634ddee4349cf54d11f3572136b80 | /1224.c | da4104cdb673ca1a93f10178075184d635443ef0 | [] | no_license | ycao233/languageTest | 14a06393460ac0cbca37751781d0a1966026451c | 7ac708a9b599ff1c421674c8fdde88f567a75882 | refs/heads/master | 2021-09-19T18:35:17.023055 | 2017-04-12T19:05:28 | 2017-04-12T19:05:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 63 | c | public class 1224 { public static void main(string[] args) {}}
| [
"yacao@microsoft.com"
] | yacao@microsoft.com |
5bac05e6115337ae217c08840447bd4121d4271c | 6a8aaf9c16f4856532cf9acc14dd33a602ccc115 | /src/tmx/Asn_J2735/include/asn_j2735_r63/AddGrpB_TimeMark.h | d47aa5c6fbddf6a9aee167143696800b8ead1bde | [
"Apache-2.0"
] | permissive | RCVWPHASEII/V2I-Hub | ffcbfa6cb445bed281d1406b8b7cb7fa5b8beff8 | 5ed6d672b92257af60db0eb06ea32acfcf7c3674 | refs/heads/master | 2023-05-07T20:08:42.223640 | 2021-05-18T02:46:40 | 2021-05-18T02:46:40 | 360,922,301 | 0 | 2 | NOASSERTION | 2021-04-30T21:58:32 | 2021-04-23T15:07:10 | null | UTF-8 | C | false | false | 1,153 | h | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "AddGrpB"
* found in "../J2735_201603DA.ASN"
* `asn1c -gen-PER -fcompound-names -fincludes-quoted -S/home/gmb/TMX-OAM/Build/asn1c/skeletons`
*/
#ifndef _AddGrpB_TimeMark_H_
#define _AddGrpB_TimeMark_H_
#include "asn_application.h"
... | [
"zinkg@battelle.org"
] | zinkg@battelle.org |
d7894d1afc8e2a145443d835ad7c4b70a1becbc7 | b7df13c98453ea8f8c6655937bd421cd52fab238 | /Plugins/Wwise/ThirdParty/include/AK/Plugin/AkSynthOneSourceFactory.h | 61a1e5f24b226ef3ca118bb40af69e34ed235b03 | [] | no_license | PatriceVignola/chronomancer-siege | 6624096a77d0c03a70d6906afe13dafa89f59afc | 830782d2c85226b2388886c09854fb869f427165 | refs/heads/master | 2021-01-20T00:12:56.887533 | 2018-10-06T12:39:34 | 2018-10-06T12:39:34 | 111,746,284 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,876 | h | /*******************************************************************************
The content of this file includes portions of the AUDIOKINETIC Wwise Technology
released in source code form as part of the SDK installer package.
Commercial License Usage
Licensees holding valid commercial licenses to the AUDIOKINETIC W... | [
"vignola.patrice@gmail.com"
] | vignola.patrice@gmail.com |
32b1b3c6573a8d9546118369565c05e209702a9f | 9e05cfe38983f4901b1f1d61dfce6289a016a7fd | /R/nmath/nmath.h | 9a4bfcf2b103939be43b3f582ce7c589717b9dff | [] | no_license | rikhuijzer/r_stats | 680e62977f8e48636e263d37e38bd4497c9209e1 | 6fd627939ea7abf3fa507b804b6fcd39acc54b21 | refs/heads/master | 2023-03-20T23:27:42.834169 | 2020-09-18T12:00:31 | 2020-09-18T12:00:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,576 | h | /*
* Mathlib : A C Library of Special Functions
* Copyright (C) 1998-2020 The R Core Team
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (a... | [
"richard.o.dodd@gmail.com"
] | richard.o.dodd@gmail.com |
bd9a577abca7f9569a4648949fa5ba0fface3f41 | f7027bc8f8472d76be6caca1b7116141a437ac7c | /uCos-II/VC6.0 + MSAM.611下uCOS-II扩展源代码/m-ix86pm/MyTask/inc/ETHER.H | 1ab5842e471cf13802d3cb1eb8f943bd359cf4dd | [] | no_license | zstang/BookX | c1eb779dff3d2f069dcd04298949df9c99c7ff16 | 858497c0eea57e0073081897b06532ae30e64be5 | refs/heads/master | 2020-12-02T11:22:35.558418 | 2017-07-08T17:06:31 | 2017-07-08T17:06:31 | 96,609,079 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,323 | h | /*
* $Id: ETHER.H,v 1.3 2002/02/07 10:25:41 linfusheng Exp $
*/
#ifndef ETHER_H
#define ETHER_H
/* Standard interface flags (netdevice->flags). */
#define IFF_UP 0x1 /* interface is up */
#define IFF_BROADCAST 0x2 /* broadcast address valid */
#define IFF_DEBUG 0x4 /* turn on debugging */
#define ... | [
"zshtangbuaa@gmail.com"
] | zshtangbuaa@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.