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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ca1c3cbd3e4ff2291f024bc4788fb7210770efa2 | 8915f51dc00d6d3eed2df3a3232e8f4220b7d2e4 | /demoCodeAll/menuSimple.h | 79422de812e523b43e3b39bc556d64dd4d01a538 | [] | no_license | CSI-ESD/ECG-MACHINE | 0e3feea980eccac4ca881675ad18c244b2c67e06 | a1eb82bde0b7d70079bc5667208ee8c5ec9004e0 | refs/heads/master | 2021-03-27T20:48:11.883281 | 2018-02-08T15:57:48 | 2018-02-08T15:57:48 | 110,561,708 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,853 | h | /**********************************************************************
* File name: menuSimple.h
* File owner: Luke Parsons
* Most recent editor: Luke Parsons
*
* This is the header file declarations for data and functions
* defined in menuSimple.c These are used in all operations relating
* to the MENU di... | [
"Luke2.Parsons@live.uwe.ac.uk"
] | Luke2.Parsons@live.uwe.ac.uk |
c08c49e75467ae1663e5d4dedc92c7a68fcf6525 | 7f19de2510b9fe2d57a7f6f397d33e1ac229b438 | /Sources/Libraries/Hdf5_Par_Mpich/Include/hdf5.h | 2be1aaa4bef695c64928d7f090a8dd848fca6ad2 | [
"MIT"
] | permissive | MassimoBorrelliPhysicist/T-Flows | 98f68c8c3979215a94a6453d389a62168be35c24 | 48c330f1e9576bf0ef79edbee1b7bc09092e0706 | refs/heads/release_branch | 2020-04-05T03:22:49.222699 | 2018-11-16T11:24:15 | 2018-11-16T11:24:15 | 156,512,204 | 0 | 0 | NOASSERTION | 2018-11-14T11:38:51 | 2018-11-07T08:12:43 | Fortran | UTF-8 | C | false | false | 37 | h | ../../Hdf5_Par_Openmpi/Include/hdf5.h | [
"palkinev@palkinev-debian.lab7.4"
] | palkinev@palkinev-debian.lab7.4 |
f3d50ec2170dea600d4d865599c61b3ea5dd7616 | 6e1f63fa93cb31fe9bfcd22cdd3710e50a821868 | /files/linecounter.c | 22d4c0ed826278116846ad45c9262042f0ec0fd3 | [] | no_license | ddayan0/cprojects | 124c1e40dd2ccd0d38accf27aed02ac92a82a1a0 | 3bd3ac1bec85da9f5360536a081e24e2572df868 | refs/heads/master | 2020-09-16T14:59:41.640988 | 2020-01-24T03:25:33 | 2020-01-24T03:25:33 | 223,807,252 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 139 | c | #include <stdio.h>
int main(){
int c, n1;
n1 = 0;
while((c = getchar()) != EOF)
if (c == '\n')
++n1;
printf("%d\n", n1);
}
| [
"denday198@gmail.com"
] | denday198@gmail.com |
33c2b7e4446702b55f932f4e3394c83795121a77 | 1dd397fa88b66877c669711f8a479c2fe61de440 | /regression/cbmc/union1/main.c | a78135bff1f2f8d40fa56154f865d992477c45e7 | [
"MIT",
"BSD-2-Clause"
] | permissive | fanhy2114/yogar-cbmc | bc707ccb927f6e5a2c23c188619e7bb997d9369e | 4e61ef2853158bf183f9fe31b12bf048cefa643a | refs/heads/master | 2020-04-17T10:27:50.033647 | 2019-12-30T13:43:35 | 2019-12-30T13:43:35 | 166,502,179 | 1 | 1 | NOASSERTION | 2019-01-19T03:32:21 | 2019-01-19T03:32:21 | null | UTF-8 | C | false | false | 304 | c | union u_type
{
int i;
char ch;
};
// rest of my_U should be zero
union u_type my_U = { .ch = 1 };
int main()
{
// little and big endian case, assuming sizeof(int)==4
assert(my_U.i==1 || my_U.i==0x01000000);
union u_type u;
u.i=1;
assert(u.i==1);
u.ch=2;
assert(u.ch==2);
}
| [
"yinliangze@163.com"
] | yinliangze@163.com |
5f79a6eb514a5cda24b266512fd42ea4c6d4c0f4 | bb6ebff7a7f6140903d37905c350954ff6599091 | /third_party/angle/src/libGLESv2/renderer/d3d11/shaders/compiled/passthrough3d11vs.h | 03097d2ad625a4f40e5448c8b8f9fee579f3ee26 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | PDi-Communication-Systems-Inc/lollipop_external_chromium_org | faa6602bd6bfd9b9b6277ce3cd16df0bd26e7f2f | ccadf4e63dd34be157281f53fe213d09a8c66d2c | refs/heads/master | 2022-12-23T18:07:04.568931 | 2016-04-11T16:03:36 | 2016-04-11T16:03:36 | 53,677,925 | 0 | 1 | BSD-3-Clause | 2022-12-09T23:46:46 | 2016-03-11T15:49:07 | C++ | UTF-8 | C | false | false | 5,112 | h | #if 0
//
// Generated by Microsoft (R) HLSL Shader Compiler 9.30.9200.16384
//
//
///
//
// Input signature:
//
// Name Index Mask Register SysValue Format Used
// -------------------- ----- ------ -------- -------- ------- ------
// POSITION 0 xy 0 NONE float xy ... | [
"mrobbeloth@pdiarm.com"
] | mrobbeloth@pdiarm.com |
ee022126c8a3b3059e6855c7dcc550788b0f2711 | 4d59ff68b6e083a662f87124a1d81853c4b8611c | /huffmancoding/huffmancoding/constants.h | f66b57fd114a0bcdf520df0c2d41b2bed03fb8b7 | [] | no_license | tobohr/huffmancoding | 5ab4072856bc3b735607aa5965a162310d037f24 | 2ab5798b5f40cd11a9e69d2fb9358ed7c5e31ab4 | refs/heads/master | 2016-09-06T08:18:07.126447 | 2015-06-17T16:45:44 | 2015-06-17T16:45:44 | 35,482,636 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,443 | h | /*
* Header constants.h
* This header contains global definitions used throughout the whole project.
*
* Dialect : ANSI C
* Compiler: any ANSI C-compatible
*
* Copyright (c) 2014 Martin Váňa
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated d... | [
"tobias@ohrstrom.se"
] | tobias@ohrstrom.se |
d2f86310dcc526b2b096b4a027ecba0f524f94ee | 780b40f2cc684b88d5a62f6f8559df4c3cc0a89f | /speedometer/Display/Driver/lcd_com.h | d0ba446960ff4a3912a5d81701658487a17bceff | [] | no_license | yzoller/MSP430_Speedometer_Application | ae3865a851a29d2f7d591d785ea0f183f64ae2ef | 71b6cce18c72595d584c2f3bfafa3101bf4982ab | refs/heads/master | 2021-04-29T16:32:38.757535 | 2018-03-06T13:19:13 | 2018-03-06T13:19:13 | 121,652,060 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 528 | h | /**
* @filename: lcd_com.h
* @author: Yannick Zoller
**/
#ifndef LCD_COM_H_INCLUDED_
#define LCD_COM_H_INCLUDED_
#include<stdint.h>
void initCommunication();
void WriteCmd(uint8_t cmd);
void WriteData(uint8_t data);
void Write8(uint8_t cmd, uint8_t data1);
void Write16(uint8_t cmd, uint8_t data1, uint8_t data2);
... | [
"yannickzoller@gmx.de"
] | yannickzoller@gmx.de |
f4d9c90f66ef8989d052e139c2c2beb0b38bcd84 | b74dea911cf644ab1b6a6c8c448708ee09e6581f | /SDK/platform/atsamd21/sys/system/clock/clock_samd21_r21/gclk.c | de90b3f074151cfcd330f7b906e6f4ed7cf79b23 | [
"Unlicense"
] | permissive | ghsecuritylab/CppSDK | bbde19f9d85975dd12c366bba4874e96cd614202 | 50da768a887241d4e670b3ef73c041b21645620e | refs/heads/master | 2021-02-28T14:02:58.205901 | 2018-08-23T15:08:15 | 2018-08-23T15:08:15 | 245,703,236 | 0 | 0 | NOASSERTION | 2020-03-07T20:47:45 | 2020-03-07T20:47:44 | null | UTF-8 | C | false | false | 15,431 | c | /**
* \file
*
* \brief SAM D21/R21 Generic Clock Driver
*
* Copyright (C) 2013-2014 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are... | [
"morgoth.creator@gmail.com"
] | morgoth.creator@gmail.com |
a6adf42bb7900eb7271977072f03ead5ddd35526 | b611beffab6205d9bd3f003036465edfc0bfe5b8 | /C/td02/mathesi.h | 798be9ce7fda2dfe7aecf8dc01492468199d37bf | [] | no_license | AmerBouayad/OldProjects | 5366551abe6f9b00120c53fdbfd0772557f8e886 | b2632a284f5785970879d984e3e7ff7eeb45c7a7 | refs/heads/master | 2022-12-08T22:32:33.353108 | 2020-09-06T22:41:48 | 2020-09-06T22:41:48 | 293,326,487 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 539 | h | #ifndef MATHESI_H
#define MATHESI_H
struct PrimeFactor
{
unsigned value;
unsigned multiplicity;
};
struct PrimeFactorization {
unsigned number;
unsigned count;
struct PrimeFactor * primeFactors;
};
unsigned * primeFactorsA(unsigned * count, unsigned number);
unsigned primeFactorsB(unsigned ** fac... | [
"42392@etu.he2b.be"
] | 42392@etu.he2b.be |
65dc36fee72e54efa42cf5c9d2c74938674e6a6c | 28bd03c256eebeeaddb6fe9eb0e71b6dc167be48 | /1355/script_rel/beat_dark_alley_ambush.c | cdbebc35e02e6c9d4e80d5fe9e424212996ba8c7 | [] | no_license | Larisho/RDR3-Decompiled-Scripts | c82d1d31b21cd65d074f5382021579d5e08c0614 | 29a8b449613beaba232a47ffba7a394e0af66077 | refs/heads/main | 2023-06-17T05:39:24.102078 | 2021-07-14T10:34:34 | 2021-07-14T10:34:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 534,527 | c | #region Local Var
var uLocal_0 = 0;
var uLocal_1 = 0;
var uLocal_2 = 0;
var uLocal_3 = 0;
var uLocal_4 = 0;
var uLocal_5 = 0;
var uLocal_6 = 0;
float fLocal_7 = 0f;
float fLocal_8 = 0f;
var uLocal_9 = 0;
var uLocal_10 = 0;
var uLocal_11 = 0;
var uLocal_12 = 0;
var uLocal_13 = 0;
char* sLocal_14 = NULL;
... | [
"kepmehzde@gmail.com"
] | kepmehzde@gmail.com |
049a337b51be6129868619bec7956bc92f315275 | f154606a6e71e945951409aabb973307706da695 | /CPlusPlusNfiqTest/binaries/WSQ_library64.h | 4ede1690de4a74e1997c490739704cfd0d08f484 | [] | no_license | dvince94/nfiq2-test | 4b941192fa9564b2adcdd0251351bdba488a86ba | 160e1b4baa0a17828445b7d08c956375a12ba0bf | refs/heads/main | 2023-03-20T10:35:56.601291 | 2021-03-09T23:30:43 | 2021-03-09T23:30:43 | 339,776,021 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,368 | h | #define WSQ_EXPORT __declspec( dllexport )
#if defined(__cplusplus)
extern "C" {
#endif
extern
WSQ_EXPORT int RegisterWSQ();
// Saves HBITMAP to an image file. Returns 1 if successfull, 0 otherwise
extern
WSQ_EXPORT int SaveBMPToFile(HBITMAP hBitmap, const char *filename, int filetype);
// Creates an HBITMAP fr... | [
"vduong94@outlook.com"
] | vduong94@outlook.com |
75705038dee6f691b767ddebb6b2de0553cf9a0f | 3e37ae6ed8729f35a6753a8f8edda38a66a79278 | /src/pattern/func_with_parameter.c | 11c0219dffe10e588e5d623791163b4fb53cc78c | [] | no_license | kakalan123/homework | 0bd6ecc9f9c3373ccc3ddcab7c0df556f3647993 | d8a181d388d1d18a53b9d6c041b506cc9133ff5a | refs/heads/master | 2021-09-01T06:27:14.348150 | 2017-12-25T10:09:29 | 2017-12-25T10:09:29 | 115,327,990 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 231 | c | int k;
void try(int p1, int p2, int p3, int p4) {
if (k < 10) {
write(k);
write("\n");
k = k + 1;
try(1,2,3,4);
}
}
int MAIN(int pa, int pb) {
k = 0;
try(1,2,3,4);
return 0;
}
| [
"a612051@gmail.com"
] | a612051@gmail.com |
8e3e1049a2da63bc85fa4f8651df9289c9d6929e | 0f6e91db69aafaf0785e6626e64657ece6a69343 | /Sumulator/Classes/Native/mscorlib_System_Reflection_ConstructorInfoMethodDeclarations.h | 4995b02ca031ecd9f3b12f5f1026b039a63f4ca0 | [] | no_license | fullcorder/UnityDemo-Project-For-Jenkins | 35b373bed87975b3a72de29b3b65dbe187cbcd75 | f1a2741b1feecc5735b5db9503bcc23bcf104641 | refs/heads/master | 2021-01-10T11:09:28.351327 | 2015-11-01T06:00:08 | 2015-11-01T06:00:08 | 45,330,008 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,174 | h | #pragma once
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
// System.Reflection.ConstructorInfo
struct ConstructorInfo_t565;
// System.Object
struct Object_t;
// System.Object[]
struct ObjectU5BU5D_t280;
// System.Reflection.MemberTypes
#include "mscorlib_System_Refl... | [
"kobaring@icloud.com"
] | kobaring@icloud.com |
0aba52864e2bc57db0a40ea6f932b12a08e6d360 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14335/function14335_schedule_43/function14335_schedule_43_wrapper.h | a48bb082d2b84f08e8f4d48b4306d105ae856b25 | [] | 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 | 474 | h | #ifndef HALIDE__generated_function14335_schedule_43_h
#define HALIDE__generated_function14335_schedule_43_h
#include <tiramisu/utils.h>
#ifdef __cplusplus
extern "C" {
#endif
int function14335_schedule_43(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf02, halide_buffer_t *buf03, halide_buffer_t ... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
155da8c49a6aee652570b91e6d3593804052290e | 0578bebb56485ad02fdb19d38b16060a264e8ba5 | /Thesis_Simulink_Files/Thesis_Simulink_Files/Cooperation_strategy_III/slprj/_sfprj/simulation/_self/sfun/src/c14_simulation.c | 0086164de51914c8ccffe16876c2652ac673ed8f | [] | no_license | majidkhoshrou/AUV_Path_Planning_GMM | 5b47b9d0a47dd7c4458638fdac793febd0291c4e | cbd68dbe6a959ccda57e6d9be2bb242f1287df40 | refs/heads/master | 2022-11-05T04:44:09.935365 | 2020-06-01T18:21:32 | 2020-06-01T18:21:32 | 138,009,709 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 83,412 | c | /* Include files */
#include <stddef.h>
#include "blas.h"
#include "simulation_sfun.h"
#include "c14_simulation.h"
#include "mwmathutil.h"
#define CHARTINSTANCE_CHARTNUMBER (chartInstance->chartNumber)
#define CHARTINSTANCE_INSTANCENUMBER (chartInstance->instanceNumber)
#include "simulation_sfun_debug_macros.h"... | [
"majid.khoshrou@gmail.com"
] | majid.khoshrou@gmail.com |
3a1083d5f4e98d032b69b83397d10438f1670d52 | 259b7964eba730988a553ed039cd25d48ecd6658 | /tools/sdk/ksdk1.1.0/platform/hal/src/enet/fsl_enet_hal.c | 4c762b9d02d4d00c93179395013b519677080d6e | [
"BSD-3-Clause"
] | permissive | stefyk/Warp-firmware1 | 052d93c98ec10674287cf430687b128cb5881a39 | 09982b6be4e5b0027fe5fc92979750ff0bee0e93 | refs/heads/master | 2023-01-23T22:08:14.626958 | 2020-11-19T17:12:02 | 2020-11-19T17:12:02 | 314,306,316 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,549 | c | /*
* Copyright (c) 2013 - 2014, Freescale Semiconductor, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice, th... | [
"skissovsky@gmail.com"
] | skissovsky@gmail.com |
323bb2d9cb2ef1440ff3628c20ce4b56af52b418 | d506042c33c5d26e0aa7a40638820f6f111aa550 | /mediatek/custom/common/kernel/alsps/ltr501/ltr501.c | ae0c789fd544dfd0080659233ffb787c1258eae4 | [] | no_license | openube/Kernel_Xperia_C_Custom- | 653e37ac467b3c38210e1342464203f07a635444 | 4b8e78b49864a5c9e35ddb269770b54cd9b8f789 | refs/heads/master | 2020-06-16T06:47:30.096704 | 2014-07-01T01:15:19 | 2014-07-01T01:15:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 43,408 | c | #include <linux/interrupt.h>
#include <linux/i2c.h>
#include <linux/slab.h>
#include <linux/irq.h>
#include <linux/miscdevice.h>
#include <asm/uaccess.h>
#include <linux/delay.h>
#include <linux/input.h>
#include <linux/workqueue.h>
#include <linux/kobject.h>
#include <linux/earlysuspend.h>
#include <linux/platform_dev... | [
"cesar.maximo@gmail.com"
] | cesar.maximo@gmail.com |
d64ae95ae69153410c852ca1e2f08ac4bf52fd68 | d778f1fdcbf51e0cf7385eae109f787553d02d29 | /dx3dlearning/dxerr.h | 81e17f5029fab6faf1d3d94352ad1320d1024207 | [] | no_license | avaleev/dx3dlearning | 6fecdafb3cf09a05e4484d49dc02a512777b3b9a | f978a073e28c1b740bbece53638f1a5004a1af77 | refs/heads/master | 2023-06-03T22:41:08.754164 | 2021-06-17T04:36:31 | 2021-06-17T04:36:31 | 363,276,724 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,712 | h | //--------------------------------------------------------------------------------------
// File: DXErr.h
//
// DirectX Error Library
//
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
// THE IMPLIED WARRANTIES OF MERCHANTABILIT... | [
"anton@valeev.biz"
] | anton@valeev.biz |
73bc214ea4cbc05f81cdcbe41bb499b4aed62213 | 77502f401203e80999fd17c557770ccb227965d4 | /suanfaJingSai/charpter1/jiTuTongLong.c | 786079aa36135026ba59a9d59f84c14ce6d2fad2 | [] | no_license | blackjaxx/LA | f3e4dc3f195e9910a26544a8fc5a99a8312bbe17 | e4093cd8a0a2b2f9c5aa289021d5527d8b2d1436 | refs/heads/master | 2020-07-18T08:32:37.196072 | 2019-09-20T08:00:07 | 2019-09-20T08:00:07 | 206,214,263 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 857 | c | /*
已知鸡和兔的总数量为n, 总腿数为m。 输入n和m, 依次输出鸡的数目和兔的数目。 如
果无解,则输出No answer。
样例输入:
14 32
样例输出:
12 2
样例输入:
10 16
样例输出:
No answer
*/
/*
设鸡有a只, 兔有b只, 则a+ b= n, 2a+ 4b= m, 联立解得a= ( 4n- m) /2, b= n- a。
在什么情况下此解“不算数”呢? 首先, a和b都是整数; 其次, a和b必须是非负的。 可以通过
下面的程序判断
*/
#include... | [
"469233023@qq.com"
] | 469233023@qq.com |
3224c861931b415c72df3e98384a85ed2ffc9541 | fbf3ade6b4a13a6b592179f7a3dac66379819a0b | /modules/informer.c | 231fb5fded20d1d99aca7e5ebcd160cdcf835ebe | [] | no_license | DxTa/-SP-Elevator-Controller-System | 05f0e30cef9511687b640e7ff809e0a316acdff4 | acd101dc67c6ec8eb550fd38ef34b1a68fb55d8a | refs/heads/master | 2016-09-07T18:36:56.542488 | 2012-11-29T04:02:25 | 2012-11-29T04:02:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 291 | c | /* Cai nay la sensor nhe , chac chi tra lai may cai int thoi
*
*/
#include "informer.h"
int elevator[2] = {20,20};
int eleWeight[2] = {0,0};
float eleDoor[2] = {0,0};
int comparePosition(int cur,int des) {
if(cur > des)
return -1;
else if (cur < des)
return 1;
else
return 0;
}
| [
"doankien.bui@gmail.com"
] | doankien.bui@gmail.com |
02788f4b5d47976cf02924bd144b17e0d5ccfcc0 | 52282af2297da8fbd5990ca7ddc80bcc0ba784c0 | /src/Modules/File_Manager/mod_filemgr.h | cd5fc9721840bf3bed54d25513d7d1e786ba8dc7 | [] | no_license | kpoon12/RTOS | 302427f03fa02f76855ae3134f5991d9fc85ce9f | 4b40552886bee1668c612eacd70cc962dfb152cc | refs/heads/master | 2020-03-30T10:55:44.623389 | 2018-10-10T23:08:30 | 2018-10-10T23:08:30 | 151,144,018 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,841 | h | /**
******************************************************************************
* @file mod_filemgr.h
* @author MCD Application Team
* @version V1.3.0
* @date 14-January-2013
* @brief Header for mod_filemgr.c module
***********************************************************************... | [
"edwardp@Poon-Edward.arcmachines.org"
] | edwardp@Poon-Edward.arcmachines.org |
278534b268f590966e27303e66c416242e3c718e | a615a0ab82f954acb8d6ebe0a8edf378a57cf632 | /reveallib/interface.c | 84bf2e757ece2fe49974d29b57a871fc911dc1ef | [
"MIT"
] | permissive | jasperlinthorst/reveal | 197c32a5649d726a669c2aeda9cf5e21166ff2d1 | 521f350260ae81eaf357c311a50b42e0fb774f64 | refs/heads/master | 2021-09-23T05:40:03.094969 | 2021-09-17T07:22:33 | 2021-09-17T07:22:33 | 33,555,452 | 53 | 4 | MIT | 2020-04-28T08:42:20 | 2015-04-07T16:40:14 | Python | UTF-8 | C | false | false | 25,221 | c | #include "Python.h"
#include "reveal.h"
#include <pthread.h>
#ifdef SA64
#include "divsufsort64.h"
#else
#include "divsufsort.h"
#endif
static PyObject *RevealError;
pthread_mutex_t mutex, python;
RevealIndex **index_queue;
int maxqsize=QUEUE_BUF,qsize=0,qstart=0,aw,nmums,err_flag=0,die=0,totdealloc=0,totalloc=0;
... | [
"jasper.linthorst@gmail.com"
] | jasper.linthorst@gmail.com |
91b8b7d682d853e23fc81941a93e041eb8222e33 | 6847722d0479548b4069fba18c00358e3ad14676 | /WCCI/src/it/unimi/dsi/fastutil/chars/AbstractCharStack.c | 166fee46184cc56f5f93bd5e8199f131cb0a66ae | [] | no_license | sfbaqai/racingcar | 90de325ac107f86f7ae862b77e3d132adf721814 | 3b72cfb5b8b49c6683358469cdd52ec073c9b156 | refs/heads/master | 2021-01-10T04:15:03.318224 | 2011-10-12T10:07:07 | 2011-10-12T10:07:07 | 48,247,283 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,756 | c | /* Generic definitions */
#define PACKAGE it.unimi.dsi.fastutil.chars
#define VALUE_PACKAGE it.unimi.dsi.fastutil.objects
/* Assertions (useful to generate conditional code) */
#unassert keyclass
#assert keyclass(Character)
#unassert keys
#assert keys(primitive)
#unassert valueclass
#assert valueclass(Object)
#unass... | [
"ducthangho@dc7059a3-8d4d-0410-a780-f9787e1663d2"
] | ducthangho@dc7059a3-8d4d-0410-a780-f9787e1663d2 |
fc331746e921aef41e7c7f4edc29315c9059a9a7 | dd949f215d968f2ee69bf85571fd63e4f085a869 | /subarchitectures/visualization.sa/trunk/src/c++/core/object/luagl/luagl_util.c | f68cbfe5678fc92341b333d64f2b31afe7e05eac | [
"MIT"
] | permissive | marc-hanheide/cogx | a3fd395805f1b0ad7d713a05b9256312757b37a9 | cb9a9c9cdfeba02afac6a83d03b7c6bb778edb95 | refs/heads/master | 2022-03-16T23:36:21.951317 | 2013-12-10T23:49:07 | 2013-12-10T23:49:07 | 219,460,352 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 7,790 | c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <lua.h>
#include <lauxlib.h>
#include "luagl_util.h"
#if LUA_VERSION_NUM > 501
lua_Number luagl_tonumber(lua_State *L, int idx)
{
return lua_tonumberx(L, idx, NULL);
}
lua_Integer luagl_tointeger(lua_State *L, int idx)
{
return lua_tointegerx(L,... | [
"mmarko@9dca7cc1-ec4f-0410-aedc-c33437d64837"
] | mmarko@9dca7cc1-ec4f-0410-aedc-c33437d64837 |
aafbcf054cac20d9d2b8153ddf31111237a0b5d5 | 34e875d9eb5c27eb8c8d8dce6eefcfb7d837d937 | /simpletest.c | cf536a29a4170505116ddeb9bf05e623740bd9be | [] | no_license | gekath/smalloc | f5d40cf60c93bf391d5763db2bd6a489893015bf | d50e7c4f2c567740869210599a1c10d03edc0158 | refs/heads/master | 2021-01-22T11:37:47.439288 | 2015-05-06T15:41:28 | 2015-05-06T15:41:28 | 35,167,603 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 943 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/mman.h>
#include "smalloc.h"
#define SIZE 4096 * 64
/* Simple test for smalloc and sfree. */
int main(void) {
mem_init(SIZE);
char *ptrs[10];
int i;
//Call smalloc 4 times
for(i = 0; i <... | [
"c2gekath@cdf.toronto.edu"
] | c2gekath@cdf.toronto.edu |
56ed161c17461c8a9a402aa7f99bfb2f149c7da5 | c6ecebb480f29969dd8b9507a4d10f24e2826785 | /server/src/events/ai/event_inventory.c | 9a382dbd786f53b5296160024d1b5162b694334c | [] | no_license | stephen-gardner/Zappy | bbda9a6563ce4673e7212bf2042a651a0c72c100 | ed3b96ffd10b8bb3f6e2fa631e8cda1751aaa3e2 | refs/heads/master | 2020-03-17T23:32:55.824522 | 2018-10-21T12:00:43 | 2018-10-21T12:00:43 | 134,050,749 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,285 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* event_inventory.c :+: :+: :+: ... | [
"stephenbgardner@gmail.com"
] | stephenbgardner@gmail.com |
0c106bd0c68644ae4f31cc7a6aed38efb3337603 | 5ce0ee326b66aee89ecfce6c899821927681cb26 | /F103_霸道_2.8_3.2/freeRTOS/99-FreeRTOS+emXGUI综合桌面/User/App/Board_App/T_RH/GUI_T_RH_Dialog.c | 1b77f061ea4ed66e637cec00d8f7612c745368fd | [] | no_license | Embedfire-emxgui/emXGUI_demo_stm32f103_2.8_3.2 | b65b42c0dc456c68a8c5c1235f49e13c77f037fe | 366c680b93b5d148ac82a253c8aa4913481c0e6b | refs/heads/master | 2022-09-29T10:53:53.476531 | 2020-03-12T06:27:13 | 2020-03-12T06:27:28 | 226,058,997 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 8,065 | c | #include <emXGUI.h>
#include <string.h>
#include <stdio.h>
#include <math.h>
#include "ff.h"
#include "x_libc.h"
#include "GUI_AppDef.h"
#include "emXGUI_JPEG.h"
#include "emxgui_png.h"
#include "./dht11/bsp_dht11.h"
/* 图片资源 */
#define Resource_From_Where 0//图片资源从何处加载,1为SD卡,0为Flash
#if Resource_From_Where
#define GUI... | [
"1558193230@qq.com"
] | 1558193230@qq.com |
3ad18c05b50c611418c49228fe85a15346d3e056 | db699987d195aa2f9b926678a52758fcd9513c9a | /D06/hot_and_cold_fields/hotcold_b.c | 860c5e9a841c25a9d4daea3a5af690f8b02ac3eb | [] | no_license | jose-dscience/FHPC_2019-2020 | 862b8caf99583ce2dc1e2224c99ee1a7f2114d35 | a4a3f1c34885cb62f35b0a4093494b131233004e | refs/heads/master | 2020-09-12T11:12:56.026411 | 2019-11-18T08:21:56 | 2019-11-18T08:21:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,773 | c |
/*
* This file is part of the exercises for the Lectures on
* "Foundations of High Performance Computing"
* given at
* Master in HPC and
* Master in Data Science and Scientific Computing
* @ SISSA, ICTP and University of Trieste
* 2019
*
* This is free software; you can redistribute it and/or mo... | [
"luca.tornatore@inaf.it"
] | luca.tornatore@inaf.it |
dfc6442d3dace873e1afdd38860605ea78d40dd4 | 44774deb1fe959fed98e4fa1d2b3aeb7481bd821 | /bootloader/lk/platform/mt6755/include/platform/bq25890.h | 0bfcb1b4de18d7a754b250c40e5fc68a871daf4f | [
"MIT"
] | permissive | lanlanpy/m3note_android_bootable | fd7d9d1ea68b20e677f05edd5f7e3f26571e13ad | c7c768ec3561720f678c73c3b03a47121452bddf | refs/heads/master | 2023-04-08T04:32:25.503072 | 2017-06-04T07:33:10 | 2017-06-04T07:33:10 | 113,516,553 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,092 | h | /*****************************************************************************
*
* Filename:
* ---------
* bq25890.h
*
* Project:
* --------
* Android
*
* Description:
* ------------
* bq25890 header file
*
* Author:
* -------
*
****************************************************************************/
#ifnde... | [
"alex.mihalenok@gmail.com"
] | alex.mihalenok@gmail.com |
93afb59e137ccad41e52dffefbf39f7ce2f10510 | 4b08c898c2aaf8565cb0f4c1b382574a88c6d130 | /HackinginC/Assignments/Assignment 1/hic-s1019954-s1049777/exercise3/exercise3d.c | 904ec0e35896f78fecce3c643cfe8f200e90d2d5 | [] | no_license | NajNordneH/college-2 | e7dc62d05e94cd4956512576811d746cd11c98ac | 11fbde3f99d041dc9800cd5fab56de6e1bdb38d1 | refs/heads/main | 2023-06-04T10:27:28.902690 | 2021-06-10T15:34:46 | 2021-06-10T15:34:46 | 375,007,687 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 297 | c | #include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <inttypes.h>
int main(int argc, char* argv[]){
FILE* file = fopen(argv[1],"r");
uint16_t c;
while(c != 42){
fread(&c,2,1,file);
printf("%04" PRIx16,c);
printf("\n");
}
fclose(file);
}
| [
"jan.hendron@student.ru.nl"
] | jan.hendron@student.ru.nl |
e2cfe3ae58d56b9326fad349b57a47b7a254896f | c8c7d1f190d60843f5481049888ff870369a4127 | /lib/shell/cmds/boot.c | 4f8901675354f62dfbad004dcdecbb65d40f83d7 | [] | no_license | b-man/xBoot | ec1b9b25d3f9a86514cf78a06614ed0596644380 | 53fcaabad32b4f09cfc0d3989b97a07a30ca2642 | refs/heads/master | 2021-01-22T20:19:02.906920 | 2018-02-22T15:36:32 | 2018-02-22T15:36:32 | 24,004,903 | 22 | 0 | null | 2017-10-18T17:35:24 | 2014-09-13T20:26:37 | C | UTF-8 | C | false | false | 1,695 | c | /*
* Copyright 2015, Brian McKenzie. <mckenzba@gmail.com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this
... | [
"mckenzba@gmail.com"
] | mckenzba@gmail.com |
bd32e422c503e51ccaa45e55a59ed4f9bfe502d6 | 7efbe63169896445f65611d845ecfe140a138f0c | /inter_process_communication/dual_pipe.c | 66d04b5fce574aaeb324be46da318c124880dcdf | [] | no_license | hiyoyolumi/Linux_C | 7de2b8c60f215e53689cbc8bd9858e6b9a80de0d | 6504d9444798623a3eab4c45ae0eb60d9245bdfe | refs/heads/master | 2023-06-24T03:32:43.190731 | 2021-07-24T01:20:36 | 2021-07-24T01:20:36 | 345,656,702 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,527 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <unistd.h>
void ch_read_write_pipe(int fdr, int fdw);
void pa_read_write_pipe(int fdr, int fdw);
int main()
{
int fd1[2], fd2[2];
pid_t pid;
int stat_val;
if (pipe(fd... | [
"862127279@qq.com"
] | 862127279@qq.com |
b94f29b2fec3ba2d89e259094cc2918378ae825c | bc5c579dcf702da1536e2f7ac629e450086a2551 | /track/control_motor.c | 574e46504ea483815c96feceadec09c9c263381f | [] | no_license | MicheleBaldassini/Real-Time-Systems | 482513562dcbe43259a868b315d1e51ef4ef0e88 | 2bb565156e20ec59f2574edfc0d544f429bd11f2 | refs/heads/master | 2022-11-21T17:33:10.741420 | 2020-07-23T14:01:05 | 2020-07-23T14:01:05 | 281,967,040 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,550 | c | //-----------------------------------------------------------------------------
// CONTROL MOTOR
// In this file there are functions implementation for controlling the control
// loop. Code for motor, filter, PID and closed-loop function
//-----------------------------------------------------------------------------
#... | [
"baldassini.michele@gmail.com"
] | baldassini.michele@gmail.com |
929e81c93d8d0ff4c2d95c2fc51e79122898f16a | c4c7545914a96843dc297acdfac72b835e028fba | /bonus/Source/my_put_in_tab.c | 749e503b86a9e5c0838c8628cdbae53d784e9d08 | [] | no_license | EArminjon/Tetris | 7b357c13238026fff7a0a7e13134c964f5e1d97b | f4c99f2eb439b077cf5bbf1662509e9c0cf92859 | refs/heads/master | 2020-03-21T21:11:36.594327 | 2018-06-28T17:50:19 | 2018-06-28T17:50:19 | 139,050,965 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,765 | c | /*
** my_put_in_tab.c for in /home/armin.pc/delivery/PSU_2016_tetris
**
** Made by Enguerrand Arminjon
** Login <armin.pc@epitech.net>
**
** Started on Tue Feb 21 13:20:05 2017 Enguerrand Arminjon
** Last update Tue Mar 7 16:59:34 2017 Enguerrand Arminjon
*/
#include <stdlib.h>
#include "my.h"
char *find_nb_i... | [
"enguerrand.Arminjon@epitech.eu"
] | enguerrand.Arminjon@epitech.eu |
b842d8d797fd56da475b86f01376a982c69a1aed | d4c1e8a8b3a67ad2115de6fb67efb4e57b98f64c | /PyKAdminObject.c | a3b885034a49f7197ba730e3f60d6c0a9ec4c5ce | [] | no_license | jacobmorzinski/python-kadmin | 2eb357c35815237374b52e88beb8c1bc476dbcb7 | ae127278b4dd8ad481243989548c9cf002dbcbc4 | refs/heads/master | 2020-12-26T02:50:13.112300 | 2013-08-15T13:23:18 | 2013-08-15T13:23:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,082 | c |
#include "PyKAdminObject.h"
#include "PyKAdminPrincipalObject.h"
#include "PyKAdminErrors.h"
/*
typedef struct {
PyObject_HEAD
krb5_context context;
void *handle;
char *realm;
} PyKAdminObject;
*/
static void PyKAdminObject_dealloc(PyKAdminObject *self) {
kadm5_ret_t retval;
if (s... | [
"russell.jancewicz@gmail.com"
] | russell.jancewicz@gmail.com |
c1a3cac3897319651c1353198229de0a2b8f2d75 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/extr_rammcp77.c_mcp77_ram_init.c | 57e2e5e29fdd6cdd864f853ab9be590a522566fd | [] | 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,768 | 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 |
15574f8bcd5cec2b74ddf08dfecb6b6d4870830a | 2962e907e8bfa9b1d181c5ea722ab562f535e08c | /PA12/main.c | 3678ac90fd4028ed5ea9c6571fbd70fb8293cfa6 | [] | no_license | patel344/ece264 | 7d48ae1c7f4553a7a4d66b514c5f7782f678f14b | 0f0507a7fd8e847a4f4722834287768bd752e0f4 | refs/heads/master | 2021-03-16T10:05:07.502181 | 2015-01-25T18:46:33 | 2015-01-25T18:46:33 | 23,403,971 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,151 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#include <math.h>
#include "answer12.h"
int prime(uint128 n)
{
if(n == 2){
return 1;
}
if( n == 1){
return 0;
}
if(n % 2 == 0){
return 0;
}
uint128 max = floor(sqrt(n));
uint128 i;
for(i = 3; i <= max... | [
"patel344@ecegrid-thin2.ecn.purdue.edu"
] | patel344@ecegrid-thin2.ecn.purdue.edu |
b25320121cc175f2adf23565f268e2872d3f1433 | dfbe490e1beb292687455d4cf09cb85fe3afb3b0 | /001_helloworld/skx/hello_world.c | cf2e871a41771443096d7bcbe1ea76bfc2b3cfc3 | [] | no_license | bluewindroad/Titans | eadfb2423ec13aee6d56286f9738b5d0d53e9a2e | 48713b1055b01f5b2e917efdf221a787f97eaf72 | refs/heads/master | 2020-05-24T10:10:40.360633 | 2019-06-29T11:10:56 | 2019-06-29T11:10:56 | 185,620,232 | 1 | 0 | null | 2019-05-16T14:58:20 | 2019-05-08T14:16:03 | C | UTF-8 | C | false | false | 75 | c | #include<stdio.h>
int main()
{
printf("helloworld\n");
return 0;
}
| [
"inouetoukyou@outlook.com"
] | inouetoukyou@outlook.com |
5de79fcf5f5e7e13b2efb82b813d6ad5be973ce3 | 0a4e4601c884c8e64f29c220cf1e43e5abfa31d6 | /main.c | db5bf3e60e996f85fa03c1839cb19ac9323da0a6 | [] | no_license | linhahmed/Chess-Game | 46f114c3fb62e634d36161fdfba20bb3fbb7c4ae | 78300af6834119eba6b8fe441f173d4b240be3a1 | refs/heads/master | 2021-04-22T00:28:14.127438 | 2020-03-24T22:44:19 | 2020-03-24T22:44:19 | 249,833,002 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 179,512 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
char lose_from_white[16];
char lose_from_black[16];
int countw=0,countb=0;
char BW[8][8];
char BW1[8][8];
char test[8][8];
int make_ch_num(char a);
void print_board();
int pawn1(int x ,int l,int y ,int m); //WHITE
int pawn2(int x ,int... | [
"noreply@github.com"
] | linhahmed.noreply@github.com |
16ecf03e74d1405a5310f07234f03f64cf936635 | 80d57414c3c6734997d5001a0b406bd403e11e96 | /src/3rdparty/Chipmunk2D/Demo/OneWay.c | 4893efd4c6baa064ca0bfb92ffbefb7b4e8b4da9 | [
"MIT"
] | permissive | libretro-mirrors/clove | d55a9a43e465999db8799c88dcf94472d7550151 | 070706761faaae8c12be0dca8df98f4d128cc903 | refs/heads/master | 2021-03-25T11:12:50.148963 | 2020-03-06T19:32:56 | 2020-03-06T19:32:56 | 247,612,671 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,629 | c | /* Copyright (c) 2007 Scott Lembcke
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish... | [
"muresanvladmihail@protonmail.com"
] | muresanvladmihail@protonmail.com |
6de3dec4b17cb18ee34b6472e3e10807f64015f0 | b4e778a5528772d5180c52fd46d7d06b8903f94d | /pset3/plurality/plurality.c | 1828d8fd00a3182ba7936903a2a1c820612a13b0 | [] | no_license | yousefelsharkawy/cs50 | 3657a4d10a5cfa79be9f0504b28ad4f0256863a8 | bd5392fe3b5b6ab1adb478e64d13ee744f518fd4 | refs/heads/main | 2023-05-12T04:58:49.970715 | 2021-06-08T15:33:38 | 2021-06-08T15:33:38 | 375,051,457 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,920 | c | #include <cs50.h>
#include <stdio.h>
#include <string.h>
// Max number of candidates
#define MAX 9
// Candidates have name and vote count
typedef struct
{
string name;
int votes;
}
candidate;
// Array of candidates
candidate candidates[MAX];
// Number of candidates
int candidate_count;
// Function prototyp... | [
"yousefelsharkawy111@gmail.com"
] | yousefelsharkawy111@gmail.com |
1cd6852478b75354f763defeae9c91d0805905ab | e8dd50055f08af0759e914bb9df1c38c7207b2e7 | /example/8258_feature_test/app_att.c | 06c10eba3e7a350721270d5ed53027cb0b8955cd | [] | no_license | cyan1650/Telink_825X_SDK | 1951c5c1f0c525a3d2223d556755f9d18b0417c8 | 7078ae0372f74d09cdd109abcc66207a0c021a87 | refs/heads/master | 2021-01-03T18:35:10.206733 | 2020-01-18T08:37:35 | 2020-01-18T08:37:35 | 240,193,739 | 1 | 0 | null | 2020-02-13T06:36:25 | 2020-02-13T06:36:24 | null | UTF-8 | C | false | false | 26,652 | c | /********************************************************************************************************
* @file app_att.c
*
* @brief for TLSR chips
*
* @author public@telink-semi.com;
* @date May. 10, 2018
*
* @par Copyright (c) Telink Semiconductor (Shanghai) Co., Ltd.
* ... | [
"ospanic@qq.com"
] | ospanic@qq.com |
279010729e618ffb45b4100a1a73940c0cd29aba | 4f06a19a67d3ca14530c370d4b52925e2b94e34d | /Examples/1_bounds.c | 4da8772649318f85480887613158aae3639cb4ff | [] | no_license | nimble-code/Modex | 348e95e364c02d3785a878ce06061f2abb57f72f | 9aee55a8de602d3914b676e8463e9e3061a8632e | refs/heads/master | 2022-01-13T15:49:52.919307 | 2022-01-02T19:39:32 | 2022-01-02T19:39:32 | 162,644,690 | 15 | 4 | null | 2022-01-15T01:44:42 | 2018-12-21T00:16:28 | C | UTF-8 | C | false | false | 154 | c | #include <stdio.h>
// verify 1_bounds.c
#define N 5
#define M 4
int
main(void)
{ int i, q[M], *p[N][M];
for (i = 0; i < N; i++)
p[i][3] = &q[i];
}
| [
"gerard.holzmann@gmail.com"
] | gerard.holzmann@gmail.com |
38b23e05e4b7d6a74d19a55601ceafbdd9ba3e65 | 000efdf055cecddc3833ed8484a352e1cbbbe6fc | /eshi/timer.c | 9fcc3a75817c15c7d0ee612f707d714069a0e857 | [
"MIT"
] | permissive | ldts/libevl | c7484ef4fbc1249b58dd719358fdf55494f29361 | 905d1946ca117e3889c53d1150a1334cc91033a8 | refs/heads/master | 2023-03-21T02:44:42.131041 | 2021-03-05T22:48:04 | 2021-03-05T22:48:04 | 347,570,708 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 870 | c | /*
* SPDX-License-Identifier: MIT
*
* Copyright (C) 2019 Philippe Gerum <rpm@xenomai.org>
*/
#include <errno.h>
#include <time.h>
#include <sys/timerfd.h>
#include <evl/clock.h>
#include <evl/timer.h>
int evl_new_timer(int clockfd)
{
clockid_t clk;
int fd;
switch (clockfd) {
case EVL_CLOCK_MONOTONIC:
clk ... | [
"rpm@xenomai.org"
] | rpm@xenomai.org |
892dde9971093b93ba78654e7255e611272455f4 | 83d0013351ddea260f22ce48c63674119434eb39 | /xenomai-3.0.7/demo/posix/cyclictest/rt-utils.c | 3882d2375c7de2c6a069c8f2fa1fcc959253573f | [] | no_license | claudioscordino/rpi3-xenomai | c98aac5f23aff890dc036ac56636025b831d69c2 | 94a77564810ca31968c077ec41832fc71d8a23d4 | refs/heads/master | 2020-03-18T11:47:18.985092 | 2019-04-16T14:20:56 | 2019-04-16T14:20:56 | 134,691,254 | 25 | 8 | null | null | null | null | UTF-8 | C | false | false | 6,998 | c | /*
* Copyright (C) 2009 Carsten Emde <carsten.emde@osadl.org>
* Copyright (C) 2010 Clark Williams <williams@redhat.com>
*
* based on functions from cyclictest that has
* (C) 2008-2009 Clark Williams <williams@redhat.com>
* (C) 2005-2007 Thomas Gleixner <tglx@linutronix.de>
*/
#include <stdio.h>
#include <stdlib.... | [
"claudio@evidence.eu.com"
] | claudio@evidence.eu.com |
d8333d45406d5f85d8aa8170a5c128fc6ec8e663 | 11d89e154681188faaac799faac894b5c32b78fa | /windows/utils/arm_arch_queries.c | 439a59fbf90dccb28c5b97b51bb11b6b7d89aeb5 | [
"MIT"
] | permissive | gaelicWizard/putty | 9538aa260888b487a97119a373e7e6f6e9d6f71e | 640e46a11254f553c9835b4e9a6f60578c6adc95 | refs/heads/main | 2023-06-15T04:20:29.279073 | 2021-07-10T09:31:07 | 2021-07-10T09:31:07 | 384,812,510 | 0 | 0 | NOASSERTION | 2021-07-10T22:56:42 | 2021-07-10T22:56:41 | null | UTF-8 | C | false | false | 1,073 | c | /*
* Windows implementation of the OS query functions that detect Arm
* architecture extensions.
*/
#include "putty.h"
#if !(defined _M_ARM || defined _M_ARM64)
/*
* For non-Arm, stub out these functions. This module shouldn't be
* _called_ in that situation anyway, but it will still be compiled
* (because that... | [
"anakin@pobox.com"
] | anakin@pobox.com |
3ae214eaa6d3dad3513042d724c5bd5545906b72 | 1f527ab60b436f4d6306b35ffab6466ca5c18860 | /.cbmc-batch/jobs/aws_priority_queue_remove/aws_priority_queue_remove_harness.c | 14a08c9e67ebfe08e39dca8b1ad451c6dd6a04ff | [
"Apache-2.0"
] | permissive | GeorgeErickson/aws-c-common | bbc56518dca1cff40d211abea1c78278b27a98d3 | 5fd47210d7e3551abfece1ebcfc60966cd01c1c9 | refs/heads/master | 2020-07-02T14:36:45.807178 | 2019-08-08T22:53:04 | 2019-08-08T22:53:04 | 201,559,198 | 1 | 0 | Apache-2.0 | 2019-08-10T00:41:19 | 2019-08-10T00:41:18 | null | UTF-8 | C | false | false | 2,762 | c | /*
* Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" ... | [
"colden@amazon.com"
] | colden@amazon.com |
960d08318122d3ced9e3a557e53e2614712ffd71 | 2f94aa01f230bd3deafb082c43424480401c7738 | /framework/driver/wifi/mrf24w/src/drv_wifi_com_24g.c | ddbbeb77a4a87104d69bd76c723968bdd286f16d | [] | no_license | luciodj/GTSU-2.0 | e682a3e0b7ab4d5fa34463a2a92cb440ceb39766 | bff4d9e24e6ce90f83dd522a17a4b47e136c02bb | refs/heads/master | 2020-07-21T02:13:28.936129 | 2019-09-06T07:53:28 | 2019-09-06T07:53:28 | 206,742,670 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 39,515 | c | /*******************************************************************************
Company:
Microchip Technology Inc.
File Name:
drv_wifi_com_24g.c
Summary:
Module for Microchip TCP/IP Stack
-Provides access to MRF24W WiFi controller
-Reference: MRF24W Data sheet, IEEE 802.11 Standar... | [
"pilot@flyingpic24.com"
] | pilot@flyingpic24.com |
1b7847a99e74e663be0bf4df6df16ec3c995ddfb | 95a8b8fd22a03309097538270f036e022290740c | /LaiYangGlobalState.c | d304819c559f6536360267ddc9be37f20388ff9a | [] | no_license | mayukhr/LaiYangGlobalState | 24a062961c636732927aa7c8c0f2d849bf5da566 | 368483f12d34dc7ba869704e7aa1f2d794251d89 | refs/heads/master | 2022-06-06T03:48:45.279717 | 2020-05-06T19:50:26 | 2020-05-06T19:50:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,986 | c | /*
============================================================================
Name : LaiYangGlobalState.c
Author : IoanaStumb
Description : Main Lai-Yang global snapshot algorithm implementation
============================================================================
*/
#include <stdio.h>
#inclu... | [
"istumbea@gmail.com"
] | istumbea@gmail.com |
bc68ea053fed6bf29f523ca934ccb1a216f0c5bc | 6c285ce3906c24504581f0868a1371d00361f80e | /UNIDAD 2/Inversa/Inversa.c | 68881241c49d1b8ef8ebfe99db2b0dcfbff1318c | [] | no_license | Lalitec1/lalitec99 | fd6f3c0c0f3dace2dbaa2f5edadfe76e788fe65b | a7f61a794dc97aa635298185ecc407fb411e4a51 | refs/heads/master | 2021-08-28T16:19:07.017220 | 2017-12-12T18:08:56 | 2017-12-12T18:08:56 | 106,051,314 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,514 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define SUBM(fil,col) float SM##fil##col[2][2]
#define SM(i,j) printf("SM%d%d[2][2]= \n",i,j)
#define MSUBM(row,col,A) for(i=0;i<3;i++){\
for(j=0;j<3;j++){\
if(i<row && j<col){\
SM##row##col[i][j]=A[i][j];\
}\
if(i<row && j>col){\
SM##row##col[i][j-1]=A[i][j];\
... | [
"lalitec99@gmail.com"
] | lalitec99@gmail.com |
2538450d7a7df37a022c83d5db81297b62c04e6b | 517848af126ed8f198b890a07a6bc5b7b1b94683 | /sys/dev/e1000/e1000_82542.c | 3ce36575f9687ff7947fde7039f7ade099087d12 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | coolgoose85/FreeBSD | e9dbd33b95bf0a472a3e291451c273054b843a1f | ef72c1183400fd106d838c8ed0702649bc1b1b4e | refs/heads/master | 2021-01-15T22:29:25.584742 | 2014-08-03T17:32:40 | 2014-08-03T17:32:40 | 22,535,409 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 15,552 | c | /******************************************************************************
Copyright (c) 2001-2008, Intel Corporation
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. Redistribu... | [
"vaibhav123@gmail.com"
] | vaibhav123@gmail.com |
1f38a1d92eb6639c35ef18fcd06060600c630732 | 0bf99ceb467ef9a870de81cfec3cbff00b02b894 | /pulp/sdk/runtime/archi/include/archi/soc_eu/soc_eu_v2.h | 949f151763281aeb014df050e38f099805039a56 | [
"Apache-2.0"
] | permissive | mfkiwl/hemera-pulp-MCU | 8abb4ab1394b94b5c305d76cdef9c7f8d593f8ce | a2e4750f09ce61f7458417dc92b1b381c143c3e2 | refs/heads/master | 2022-12-07T06:21:57.586146 | 2020-08-21T08:55:12 | 2020-08-21T08:55:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,077 | h | /*
* Copyright (C) 2018 ETH Zurich and University of Bologna
*
* 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... | [
"akurth@iis.ee.ethz.ch"
] | akurth@iis.ee.ethz.ch |
717dc6581d569d5d711d5ac99f205482dbc243ea | a03a7935a191d63bee76fd3b85a61ee27f98904a | /src/common/state/GaussianControlPointList.C | f2f54a1c1646f1a24efb83a0f34760be71a2164b | [] | no_license | cchriste/visit | 57091c4a512ab87efd17c64c7494aa4cf01b7e53 | c72c413f571e56b52fb7221955219f11f4ba19e3 | refs/heads/master | 2020-04-12T06:25:27.458132 | 2015-10-12T15:41:49 | 2015-10-12T15:41:49 | 10,111,791 | 5 | 1 | null | null | null | null | UTF-8 | C | false | false | 26,017 | c | /*****************************************************************************
*
* Copyright (c) 2000 - 2015, Lawrence Livermore National Security, LLC
* Produced at the Lawrence Livermore National Laboratory
* LLNL-CODE-442911
* All rights reserved.
*
* This file is part of VisIt. For details, see https://visit.llnl... | [
"bonnell@18c085ea-50e0-402c-830e-de6fd14e8384"
] | bonnell@18c085ea-50e0-402c-830e-de6fd14e8384 |
1693300038825612bd974fee257526c52894381a | 0020d9b77f4b396f25d4c6460195abab2079104e | /crypto_native/native_tools/src/native_tools.c | 82140c46809966a5ea119dc7e0ff9014661f24ac | [
"MIT"
] | permissive | dkushche/Crypto | 516424a6c9a56db9a74947cf7ddb6e17b45655ba | cd66d951330b408f091609bde3deb001d1320523 | refs/heads/master | 2023-02-22T18:58:03.722068 | 2022-08-21T15:51:46 | 2022-08-21T16:18:25 | 239,361,173 | 4 | 0 | MIT | 2023-02-08T02:48:34 | 2020-02-09T19:27:12 | Python | UTF-8 | C | false | false | 158 | c | #include <stdio.h>
#include "native_tools.h"
void print_bytearray(struct crypto_bytearray *buf)
{
printf("%.*s\n", (int)buf->len, (char *)buf->data);
}
| [
"dima.kushhevskij@gmail.com"
] | dima.kushhevskij@gmail.com |
15eab682b90d08e028557b2ae4cc6ea53ddd8ded | 9242ce27c03464b12cbbedb1bea384bf5c279041 | /asn1_gen/PCCH-MessageType.c | 7e85f39e9449a294a8f5f4e9ce670941483a960d | [] | no_license | zhuminfeng/asn1c_test_mini | 765d669bd6a5bc3cfa3a0e43ce9e1e6dc2fe2c96 | 4ddc50e555823572d089fa5f5618f34d69f66305 | refs/heads/master | 2021-06-18T18:50:13.431850 | 2017-03-15T10:56:40 | 2017-03-15T10:56:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,215 | c | /*
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "../asn1_defs/EUTRA-RRC-Definitions.asn"
* `asn1c -gen-PER -fcompound-names -fnative-types`
*/
#include "PCCH-MessageType.h"
static asn_per_constraints_t asn_PER_type_c1_constr_2 GCC_NOTUSED = {
{ ... | [
"andre@softwareradiosystems.com"
] | andre@softwareradiosystems.com |
7611a4afdb35e331094da61fc839ead3417f0435 | 57ef0c34264028ae91fac4c6533a5c2a274958a6 | /UWB_BLE_nrf52832/external/mbedtls/yotta/data/entropy_hardware_poll.c | fcd16f5314b5a3e7e629da3098a8a7f4ea474c35 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | WOWkiddo/ble_uwb_code | cc68eb5e4fe3681e79d27598a7ae07dd76378ebc | 1f9b37f4ae8c20631922738eeb05cc26048b9093 | refs/heads/master | 2022-11-18T20:11:32.278661 | 2020-07-08T02:52:39 | 2020-07-08T02:54:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,359 | c | /*
Hardware entropy collector for the K64F, using Freescale's RNGA
Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License.
You ... | [
"donghan@kingfar.net"
] | donghan@kingfar.net |
b04f101c190649232d1bda6366ff70ce0dea868e | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/ffmpeg/libavfilter/vf_cover_rect.c | 642747a3516543f7dd42317d29f64da24bc49e30 | [
"BSD-3-Clause",
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later",
"LGPL-2.1-only",
"LGPL-3.0-only",
"GPL-2.0-only",
"LGPL-2.1-or-later",
"GPL-3.0-or-later",
"LGPL-3.0-or-later",
"IJG",
"LicenseRef-scancode-other-permissive",
"GPL-2.0-or-later",
"GPL-3.0-only"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C | false | false | 7,825 | c | /*
* Copyright (c) 2014-2015 Michael Niedermayer <michaelni@gmx.at>
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at... | [
"jengelh@inai.de"
] | jengelh@inai.de |
1c49b488831a22302cbc755339a333afacdfeba1 | c0512448d08237f4e3159a8527c59c7a8513ec2c | /ApplicationToMass/CorrectionWithEnergyCut/TemplateMaker/tree.C | 025148deb337421935432b4379de4aa34996f411 | [] | no_license | jzennamo/CCPiZero_EnergyScaleCorrections | c2f9c379d8f9d873b8f7f772e1f562cb63eb4aba | 1f796882226bdc3d376ffe1acd90d7f06926eca7 | refs/heads/master | 2020-03-08T17:32:37.126239 | 2018-04-20T21:31:11 | 2018-04-20T21:31:11 | 128,271,470 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,477 | c | #define tree_cxx
#include "tree.h"
#include <TH2.h>
#include <TStyle.h>
#include <TCanvas.h>
void tree::Loop()
{
double maxpi0 = 0;
std::vector< string > bkgds;
if(data){bkgds = {"data"};}
else{ bkgds = {"sig","fsem","sce","mult","nc","other", "cosplusnu"};}
std::vector<TH1D* > Nshw; Nshw.resize(bkgds... | [
"jzennamo@uchicago.edu"
] | jzennamo@uchicago.edu |
43dfb2046bf194e22a3accda8d0f20c99e4afda3 | 3d4a190bd9ef8dc01874678c93b879b0c7e0d26b | /3rdparty/genFiles/SupportedBandListUTRA-FDD.c | 4ea01e3ae4e93f646341bf7a1ea1ee7798dc73c8 | [] | no_license | ariepodga/RRC | 860b1fc874a863b067dac5f90f5f9ed5f1e9e567 | 67642a455a1e95b8532bcfed2fd75bc8152e3dab | refs/heads/master | 2020-12-15T16:20:48.309960 | 2020-01-13T17:26:50 | 2020-01-13T17:26:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,770 | c | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "../asnFiles/36331-f60-ASNfunctions.asn"
* `asn1c -fcompound-names -fincludes-quoted -fno-include-deps -findirect-choice -gen-PER -no-gen-OER -D.`
*/
#include "SupportedBandListUTRA-FDD.h"
asn_per_c... | [
"aa7133@att.com"
] | aa7133@att.com |
e1af6d353e547f2e7dc72be8cd222c55deb9d490 | a3b4e8bbb74fadd51f72f04c22d81dfb6d8d069a | /src/sys/external/bsd/acpica/dist/include/acinterp.h | 93af70c276791a3499f1585f9a7ed0ec5f5db254 | [
"MIT",
"LicenseRef-scancode-bsd-3-clause-jtag",
"BSD-2-Clause"
] | permissive | garasubo/frankenlibc | 4d7885b1ac8862df1f276c54c8ab50aad6180f40 | 5a4dd44656c20247544818edb95bdf2b798805e1 | refs/heads/master | 2020-12-28T17:14:23.575075 | 2015-07-14T22:51:11 | 2015-07-14T22:51:11 | 35,659,783 | 0 | 0 | null | 2015-05-15T07:18:43 | 2015-05-15T07:18:43 | null | UTF-8 | C | false | false | 18,373 | h | /******************************************************************************
*
* Name: acinterp.h - Interpreter subcomponent prototypes and defines
*
*****************************************************************************/
/*
* Copyright (C) 2000 - 2015, Intel Corp.
* All rights reserved.
*
* Redistri... | [
"justin@specialbusservice.com"
] | justin@specialbusservice.com |
c4d038f006dbed0f4120f420b0e13a87108bbbb5 | b667735486117d0c7bb30d616ee6ed37032e947d | /simulators/at1.4.1/pat/CorrectorPass.c | f819c6345061fce9fcb96284c923645f01a49b71 | [] | no_license | KIT-IBPT/MML | 6b8093aec421162c56ada56daa2d43a1b6977e62 | 4ad8cbb61a36a8b145cc6b17e0b5a3a6b4213c26 | refs/heads/master | 2021-08-28T07:39:45.693497 | 2021-08-04T13:14:01 | 2021-08-04T13:14:01 | 226,303,582 | 0 | 0 | null | 2019-12-06T10:28:11 | 2019-12-06T10:28:11 | null | UTF-8 | C | false | false | 4,652 | c | /* CorrectorPass.c
Accelerator Toolbox
Revision 10/11/01
A.Terebilo terebilo@ssrl.slac.stanford.edu
CorrectorPass expects an element to have a fields:
Length, KickAngle
*/
#include "mex.h"
#include "elempass.h"
#include <omp.h>
#define isnan(x) ((x) != (x))
#define isinf(x) (isnan(x-x))
void Correc... | [
"eugene.tan@synchrotron.org.au"
] | eugene.tan@synchrotron.org.au |
8408ac5a0134ab60bc0b23822f48742dcb778dbd | ee94ec5e12d5311cffcc8ea3ddbb3266acac6271 | /hardware/libvpu/vp8/enc/src/encasiccontroller_v2.c | dfcd1f481cb4d1c564545f47bb1f05be8cbf8a79 | [] | no_license | ENNADIJ/CS918_Q7_RK3188 | 40f187f2882441dfc12e0a9f547a17594d7e67fe | 8321eff905d26b618552b0d992731dacfd90dd57 | refs/heads/master | 2022-01-11T17:10:24.634192 | 2018-06-16T20:37:19 | 2018-06-16T20:37:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,498 | c | /*------------------------------------------------------------------------------
-- --
-- This software is confidential and proprietary and may be used --
-- only as expressly authorized by a licensing agreement from ... | [
"thomas.cenni@gmail.com"
] | thomas.cenni@gmail.com |
97c9df3abceedd40c1735e3a753cfaea4d49210e | 473fc28d466ddbe9758ca49c7d4fb42e7d82586e | /app/src/main/java/com/syd/source/aosp/external/toybox/toys/posix/date.c | 56eb02bdc2c2036221e66807f578939daa0f6731 | [
"BSD-1-Clause"
] | permissive | lz-purple/Source | a7788070623f2965a8caa3264778f48d17372bab | e2745b756317aac3c7a27a4c10bdfe0921a82a1c | refs/heads/master | 2020-12-23T17:03:12.412572 | 2020-01-31T01:54:37 | 2020-01-31T01:54:37 | 237,205,127 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 6,482 | c | /* date.c - set/get the date
*
* Copyright 2012 Andre Renaud <andre@bluewatersys.com>
*
* See http://opengroup.org/onlinepubs/9699919799/utilities/date.html
*
* Note: setting a 2 year date is 50 years back/forward from today,
* not posix's hardwired magic dates.
USE_DATE(NEWTOY(date, "d:D:r:u[!dr]", TOYFLAG_BIN... | [
"997530783@qq.com"
] | 997530783@qq.com |
b6adfcce3926e3b3877a44b32b43abb4254afc4d | 266b3e3e03fd838c1aa19de7d0dd3803398ec614 | /calculate_matrix.c | 2cc68084351816694ed76e5c79411008ecbec224 | [] | no_license | wladimirgramacho/concurrent-programming-unb | 3ea944335682f1f6f8176a21eb01f68f633a8574 | 3df6aa0cced3e3964e8345c8934517ef0ef7a631 | refs/heads/master | 2020-03-28T03:57:49.874905 | 2018-12-24T01:39:47 | 2018-12-24T01:39:47 | 147,685,100 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,786 | c | /**************************************************************\
|* *|
|* Course: Concurrent Programming - CIC/UnB *|
|* Teacher: Eduardo Alchieri *|
|* Author: Wladimir Ganzelevitch Mesquita Gramacho ... | [
"wladimirgramacho@gmail.com"
] | wladimirgramacho@gmail.com |
987d7a856e56098965469b06cb6f0ef4f3484be6 | 27e68e7fd4ed662f8f9921d2341d5727488e9ffa | /mm-win/include/third_party/include/wand/studio.h | 6d1e0343e30f32d296b6d78766e7cd05b29788ec | [] | no_license | Hopedream/mm-win | 5760357a7b388a0725c81138c9ce1b7c84657ccf | 3872e0a5154980d8137a60b050ecffd49fb5fc9a | refs/heads/master | 2021-01-20T20:02:45.837556 | 2016-07-09T13:01:59 | 2016-07-09T13:01:59 | 62,945,257 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 10,263 | h | /*
Copyright 1999-2016 ImageMagick Studio LLC, a non-profit organization
dedicated to making software imaging solutions freely available.
You may not use this file except in compliance with the License.
obtain a copy of the License at
http://www.imagemagick.org/script/license.php
Unless ... | [
"chenximeng@jiapartshf.com"
] | chenximeng@jiapartshf.com |
9151042a9353fa5d7c2cd588d5a332b2aa087a09 | 08bfc8a1f8e44adc624d1f1c6250a3d9635f99de | /SDKs/LibTomCrypt/src/pk/rsa/rsa_exptmod.c | 6d28ce85d28f830f51d7e1e478bdbd73c95ea5ea | [] | no_license | Personwithhat/CE_SDKs | cd998a2181fcbc9e3de8c58c7cc7b2156ca21d02 | 7afbd2f7767c9c5e95912a1af42b37c24d57f0d4 | refs/heads/master | 2020-04-09T22:14:56.917176 | 2019-07-04T00:19:11 | 2019-07-04T00:19:11 | 160,623,495 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 129 | c | version https://git-lfs.github.com/spec/v1
oid sha256:d61742dd81dc5396ad1ba900cd35c4798ba052dc26df8281a2abeb01c08b8e84
size 6174
| [
"personwithhats2@Gmail.com"
] | personwithhats2@Gmail.com |
86517da92440397e72ed941dbd046843c71b3ad5 | ad1cd31f163a9dc414958b7a2369a2704e8cef34 | /src/lib/dma/sdma/api.c | 8cc63dcf3f051d5fbbb9288a0ccb75825b15baff | [] | no_license | zhuhaijun753/adv-imx6-qnx660-bsp | f2870bb96f06f2cc62e93dc5677b32b38e38647d | 6b5bb8fee158ee851fd06cd37c778c573d6eefc4 | refs/heads/master | 2020-03-20T19:05:51.012911 | 2017-04-13T19:03:30 | 2017-04-13T19:03:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 25,775 | c | /*
* $QNXLicenseC:
* Copyright 2008,2009, QNX Software Systems.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You
* may not reproduce, modify or distribute this software except in
* compliance with the License. You may obtain a copy of the License
* at: http://www.apache.org/licenses/LICENS... | [
"weilun.huang@advantech.com"
] | weilun.huang@advantech.com |
c493a0d1a736213023d96721076adc6da923e850 | 1f5826ddb80f8ce753d68d22d4589f2f9d609e04 | /src/prcm.c | 80a6481994ec0dce786fadde71261eba56eb1b79 | [] | no_license | KyujuuAlpha/VCC3200L | dda8e1fb2bf5078a56f12e531e12e9881ddb43cc | 65b62a11ad4f8a25112e14af016a5bbeba3261d5 | refs/heads/master | 2022-04-09T14:42:54.759740 | 2020-03-20T08:33:37 | 2020-03-20T08:33:37 | 236,372,685 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 372 | c | #include "hw_types.h"
#include "prcm.h"
#include "vcc3200.h"
void PRCMCC3200MCUInit(void) {
init();
}
void PRCMPeripheralClkEnable(unsigned long ulPeripheral, unsigned long ulClkFlags) {
//dummy
}
unsigned long PRCMPeripheralClockGet(unsigned long ulPeripheral) {
//dummy
return 0;
}
void PRCMPeriphe... | [
"troiryan@att.net"
] | troiryan@att.net |
b63258a7f26ac4df141cd37a9ad21d5d9e559e86 | ac034b99625ad2ade926a04a0016b02f6e84eda2 | /test/src/pottery/fuzz/sort/test_fuzz_intro_sort.c | 5eed4410186e2024cc49a275578802abbb95534f | [
"MIT"
] | permissive | kbrafford/pottery | 9e342469aa807bd95089e4665f95afb2169447d7 | c4ccdc6b292122920799749a2d751fabcc752743 | refs/heads/master | 2023-01-31T03:11:01.114747 | 2020-12-17T05:20:58 | 2020-12-17T05:20:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,615 | c | /*
* MIT License
*
* Copyright (c) 2020 Nicholas Fraser
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, ... | [
"nick@ludocode.com"
] | nick@ludocode.com |
2c8f46319481a48bf2ea877b6c482951dd762ac3 | 0a72ca846f94714a724cb7c9195f061a5e3d19f1 | /src/tables/descriptors/parser_0xd3.c | 03d0b4a83a680e2c15ae13db3f7e7af5189d7b0d | [
"BSD-3-Clause"
] | permissive | glxin83163/demuxfs | 8d076dfbc99fe41919ae53d4ea2f8ac2063c1433 | 0e9c3bf2f7bb867ea5c6826140791dfe5df52e94 | refs/heads/master | 2020-04-06T09:35:31.024870 | 2016-06-10T02:21:05 | 2016-06-10T02:21:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,797 | c | /*
* Copyright (c) 2008-2010, Lucas C. Villa Real <lucasvr@gobolinux.org>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above c... | [
"lucasvr@users.noreply.github.com"
] | lucasvr@users.noreply.github.com |
5d3b4aa4bbcd76debefc318d5542e51e535b611a | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/multimedia/opengl/server/generic/genline.h | 2b90242a3c0150e90f6a63ef5f74d15d84e9490c | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 98,722 | h | /*
** Macros and externs used by genline.c
*/
extern ULONG FASTCALL __fastLineComputeColorRGB4(__GLcontext *gc, __GLcolor *color);
extern ULONG FASTCALL __fastLineComputeColorRGB8(__GLcontext *gc, __GLcolor *color);
extern ULONG FASTCALL __fastLineComputeColorRGB(__GLcontext *gc, __GLcolor *color);
extern ULONG FASTCA... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
1108658e9185bf1805106474719481e4a2963712 | 0dd07dd3298b67431b47e4edce83398b2949d3a5 | /Lab_12/main.c | 69b93b51c239a9e35695bc994c9ff121bd93ba6d | [] | no_license | iMrClean/C | 1e60f5be8442e16a88a4b35848f25a3789976cd4 | c68f47b30a893d8de75af96a601029807e16f063 | refs/heads/master | 2022-01-10T08:39:16.602346 | 2019-05-03T17:45:21 | 2019-05-03T17:45:21 | 105,909,936 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,516 | c | #include <stdio.h>
#include <time.h>
#include <stdlib.h>
#include "functions.h"
/*
* Лабораторная работа №12
*
* Дан динамический одномерный массив наполненный целыми неповторяющимися элементами.
* Написать программу которая:
* а) Путем циклического сдвига массива влево преобразует массив так, чтобы минимальный э... | [
"mrclean@bk.ru"
] | mrclean@bk.ru |
021a16ecb3ac0e306528133eb99cd2740b9d8c92 | 1d0b650d2e9a0ba8d226fd57c92b29769a81ca30 | /ZadarmaPJSIP.framework/Versions/A/Headers/pj/rand.h | 7cdf5a3bb4c429322b9bc488df081eadb8ce5d44 | [
"MIT"
] | permissive | tiana890/PJSIP-IOS-trunk | ecd7bb368033e01019ea100512cfc6a1e1607495 | b4aff685f3bba5bbb0b831cc173b849517fe0825 | refs/heads/master | 2021-07-20T19:04:31.144327 | 2020-04-20T12:14:39 | 2020-04-20T12:14:39 | 139,566,614 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,700 | h | /* $Id: rand.h 3553 2011-05-05 06:14:19Z nanang $ */
/*
* Copyright (C) 2008-2011 Teluu Inc. (http://www.teluu.com)
* Copyright (C) 2003-2008 Benny Prijono <benny@prijono.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publish... | [
""
] | |
58b034039d6b235756f11631662df42f5d82f104 | 3f23d06f05b90e3e1706cf0a0d1c258adf691487 | /os/kernel/main/kmain.c | e4e676ee8d07da65416d6cffd613f40d68691b29 | [] | no_license | MengCynthia/myprojects | f1efd2cec1788258f800b0519f004794c64c83a7 | 2f4bd1d031e287dab0cf5a46a3394b92814577a2 | refs/heads/master | 2021-04-15T05:18:12.182080 | 2019-01-16T03:19:58 | 2019-01-16T03:19:58 | 126,255,121 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,319 | c | /******************************************************************************/
/* Important Fall 2018 CSCI 402 usage information: */
/* */
/* This fils is part of CSCI 402 kernel programming assignments at USC. ... | [
"cynthia@CynthiadeMBP.attlocal.net"
] | cynthia@CynthiadeMBP.attlocal.net |
2e6e61246a11f55c808447b30c42ba2773efba91 | 527387261b96d9c110a48561fed16a26e8aa5fba | /Fit_Folder/Reco_Fit_RECO_TAG/Pwave_Reco_Model_recotag.C | b81054b939ded28e6389ee914848228bcfa4c553 | [] | no_license | s-kamble/FlavourPhysics-HeavyIon | 873504c204cf55a16f8fa6f47ac647e39efce168 | aae87e4079094af7a6fb168facd963db01c27e18 | refs/heads/master | 2023-03-19T03:01:50.271979 | 2019-12-12T21:45:03 | 2019-12-12T21:45:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 55,862 | c | //Author Md Alibordi, Giacomo Fedi
#ifndef __CINT__
#include "RooGlobalFunc.h"
#endif
#include "RooWorkspace.h"
#include "RooCategory.h"
#include "TKey.h"
#include "RooExponential.h"
#include <map>
#include "TCut.h"
#include "RooHistPdf.h"
#include "RooHist.h"
#include "TVirtualPad.h"
#include "RooDataHist.h"
#include... | [
"muhammad.muhammad.alibordi@cern.ch"
] | muhammad.muhammad.alibordi@cern.ch |
362b6a32e49c350502e1dad879b0484f160682e8 | 053c3cfcb5d8d22f1832c9b4dec9a24e113c63c3 | /utils.h | 459849d7ac7fde3fd68f1645aebc1ecf59d958b6 | [
"MIT"
] | permissive | DragosUnguru/Data-Link-Level-File-Transfer | 44ef4fcd3edd1e24a0403e4c05bdffefcec7be27 | fba5f8e6040dc80b6367cbdb073cc8754b5b3fcf | refs/heads/master | 2020-05-15T06:28:02.745536 | 2019-04-18T16:55:49 | 2019-04-18T16:55:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,562 | h | #include <stdlib.h>
#include "link_emulator/lib.h"
#ifndef _UTILS
#define _UTILS
// Can't define enum. Size is crucial
#define INIT 0
#define DATA 1
#define ACK 2
#define NACK 3
#define _EOF 4
#define MIN_WINDOW 7
#define EPSILON 10
#define MAX_FILESIZE (10 * (1 << 20) + EPSILON) // 10MB + 10B
#defi... | [
"noreply@github.com"
] | DragosUnguru.noreply@github.com |
49a02cb1a935b991f9e6520b2b8d689227141592 | 4174b146211c4f991662341b8877edb0a36c4a30 | /Second_ Generation_Mechanical_Arm/Mechanical_Arm/BSP/LED/led.h | 49b94ebbdb33565d13cc5a5977d8f80523a624f5 | [] | no_license | willize/TCH_PRO | 2fae73b6d454546cdac32aa5da449f1c10761836 | 882c4891f5c3b59801773f6ccf3ac44c7e0e6e13 | refs/heads/master | 2020-03-21T07:16:32.921349 | 2018-07-30T10:35:54 | 2018-07-30T10:35:54 | 138,271,264 | 1 | 0 | null | null | null | null | GB18030 | C | false | false | 672 | h | #ifndef _LED_H
#define _LED_H
#include "sys.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//ALIENTEK STM32F429开发板
//LED驱动代码
//正点原子@ALIENTEK
//技术论坛:www.openedv.com
//创建日期:2016/1/1
//版本:V1.0
//版权所有,盗版必究。
//Copyright(C) 广州市星翼电子科技有限公司 2014-2024
//A... | [
"1106000518@qq.com"
] | 1106000518@qq.com |
0bf4c375dfd6f5ba4613539dddf5fbb0491b5d69 | 470bb0fc72994a6e39c96b492b881534e4193275 | /lib/mesa/include/GLES3/gl31.h | 5e8a54246281029f878f3b4279719c7db2438440 | [] | no_license | kleopatra999/xenocara | 6cd505153d771e39d48afad447a32a7c4a2d76f2 | ab7eddfdf882c6eb4ac6d0d65f47d09dec442722 | refs/heads/master | 2021-01-25T12:31:04.158808 | 2017-02-19T17:46:19 | 2017-02-19T17:46:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 107,337 | h | #ifndef __gl31_h_
#define __gl31_h_ 1
#ifdef __cplusplus
extern "C" {
#endif
/*
** Copyright (c) 2013-2016 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials ... | [
"jsg@openbsd.org"
] | jsg@openbsd.org |
bfe592b3b1a649f3f1843b12e447d54e29cf10e9 | 6f224b734744e38062a100c42d737b433292fb47 | /clang/test/CodeGen/RISCV/rvv-intrinsics-autogenerated/policy/non-overloaded/vsha2ch.c | 2f6b10107b2d9c41b3a0bb4feb92d80afb5a4ad3 | [
"NCSA",
"LLVM-exception",
"Apache-2.0"
] | permissive | smeenai/llvm-project | 1af036024dcc175c29c9bd2901358ad9b0e6610e | 764287f1ad69469cc264bb094e8fcdcfdd0fcdfb | refs/heads/main | 2023-09-01T04:26:38.516584 | 2023-08-29T21:11:41 | 2023-08-31T22:16:12 | 216,062,316 | 0 | 0 | Apache-2.0 | 2019-10-18T16:12:03 | 2019-10-18T16:12:03 | null | UTF-8 | C | false | false | 6,899 | c | // NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --version 2
// REQUIRES: riscv-registered-target
// RUN: %clang_cc1 -triple riscv64 -target-feature +v -target-feature +zvl512b \
// RUN: -target-feature +experimental-zvbb \
// RUN: -target-feature +experimental-zvbc \
// RUN: ... | [
"brandon.wu@sifive.com"
] | brandon.wu@sifive.com |
67d2b13b76c7a678ada093e41e2f9f04667b2b5e | 8ca11ea0376ca1e702f2b5689b2b5e12f348d4be | /Plugins/UnrealEnginePython/Source/UnrealEnginePython/Private/UEPyLambda.h | 112fd118151454f6b5558c30476f275329be6148 | [
"MIT"
] | permissive | mgh3326/tensorflow-ue4-examples | e3b6670f67cc76c26370a93c96f5bb905675ddb5 | bf40e3b28f7240ddaac7b05cd9be22fa27eb1638 | refs/heads/master | 2022-07-17T17:25:46.904215 | 2018-09-21T12:28:28 | 2018-09-21T12:28:28 | 149,760,213 | 0 | 1 | MIT | 2019-11-30T06:24:30 | 2018-09-21T12:27:16 | C++ | UTF-8 | C | false | false | 110 | h | #pragma once
#include "UnrealEnginePython.h"
PyObject *py_ue_run_on_game_thread(ue_PyUObject *, PyObject *); | [
"mgh3326@naver.com"
] | mgh3326@naver.com |
6e5146e45a0e02e4f1495c108da3adfa0b0c3b29 | 93a729f14bc9fa732bcbea5f6c7b1826eef97b9d | /filePlayer.h | 080469731294cfb2240ecce5f6ec7791e63b6ef1 | [
"Unlicense"
] | permissive | faddistr/PSOC4SPlayer | 08e482563a3ac5f792504604442d3ba19c4bd427 | e764a85ebdfbbd7fa1808a55a32159059bc99204 | refs/heads/master | 2020-03-23T07:17:40.980714 | 2018-07-18T10:22:40 | 2018-07-18T10:22:40 | 141,261,439 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,113 | h | /** @file
* @brief Header file for player of sound files
*/
#ifndef FILE_PLAYER_H
#define FILE_PLAYER_H
/**
* @defgroup FilePlayer
*
* Searches for all music files in root dir and
* playing of them. File player will be stopped and reseted when there will be
* no files for playing in root dir.
* Will aut... | [
"dmytro.fedorchenko@sigma.software"
] | dmytro.fedorchenko@sigma.software |
429e37011be325246daa9202b54daa3a6d595b38 | 4e298b59e91f9088f36e9c488eb8c062b8a16c07 | /open/clan/red_fire/room/room90.c | 5065fa300af8fca893f96742392f00ff3982bb93 | [] | no_license | HexColors60/fs2 | 07714b1dbd27d666febf7ccc5e8d3476edaf0146 | c1bc56122142ac741d2432551508d04c9be4694e | refs/heads/master | 2021-05-27T11:06:07.272106 | 2012-08-03T04:15:15 | 2012-08-03T04:15:15 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 999 | c | inherit ROOM;
void create() {
set( "short", "$HIC$【$HIM$大饭店 $HIY$走廊$HIW$三楼$HIC$】$NOR$" );
set( "light_up", 1 );
set( "exits", ([
"r309" : "/open/clan/red_fire/room/room174",
"enter" : "/open/clan/red_fire/room/room79.c",
"r310" : "/open/clan/red_fire/room/room102",
"south" : "/open/clan/red... | [
"szhowardhuang@gmail.com"
] | szhowardhuang@gmail.com |
b43492e902c8a353f380f507295fb6f3b84e7b8d | fd8defad985f15b8e363108216a85672eb44bafa | /kulkarni_varun_pa2/kulkarni_pa2_stra.c | 016b4e1eb7d2b98f1cea581f66dd7888c963fd65 | [] | no_license | kvr12294/Algorithms | b9c8f1f03772e593ed77e3fe0f23f9c80b2ee609 | 5e1e13ff9edf171adf8071b535f1e5b88b944da6 | refs/heads/master | 2021-01-17T23:18:17.670739 | 2017-03-07T15:39:19 | 2017-03-07T15:39:19 | 84,131,664 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,672 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <math.h>
#define bool int
bool ispowerofTwo(int n)
{
if (n == 0)
return 0;
while (n != 1)
{
if (n%2 != 0)
return 0;
n = n/2;
}
return 1;
}
void strassen(int n, int A[n][n], int B[n][n], int Result_matrix[n][n])
{
if(n == ... | [
"varunkulkarni12294@gmail.com"
] | varunkulkarni12294@gmail.com |
40d009a7dc1c3b7dd358d7a528c797fae2176aba | 270c53c58252d9bcb0731ba838ca90c139d26101 | /include/kernel.h | 0d375c6decc73f089587f6578b8b8b7d592cbdf6 | [] | no_license | wind4869/Owindy-S | 0944e95dae07ab97179286b12208e3904b07f209 | 8ed7c4e58ad75cc9d3fed2eaf92d24244e8f1b2c | refs/heads/master | 2021-01-10T20:13:14.719509 | 2013-06-16T03:17:08 | 2013-06-16T03:17:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 190 | h | #ifndef _OWINDYS_KERNEL_H_
#define _OWINDYS_KERNEL_H_
PUBLIC void restart();
PUBLIC void sys_call();
PUBLIC void init_clock();
PUBLIC void init_vga();
PUBLIC void init_keyboard();
#endif
| [
"windv587@gmail.com"
] | windv587@gmail.com |
c7cec3ee559b1413850ad0bfe76fec04093f2f1e | e6359ea591aa5ec1163a8788d7f0090a96160317 | /obj.h | 01c775c28463934e09a1a973df89db983e435cc1 | [] | no_license | jamyspencer/Scheduler | 99882d871ad16f6dcef29c320571e07770d0f958 | fe4862af1a707e47394af402d892e417597b72e2 | refs/heads/master | 2021-01-23T05:18:19.708678 | 2017-03-27T21:27:27 | 2017-03-27T21:27:27 | 86,293,409 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,739 | h | /* Written by Jamy Spencer 23 Feb 2017 */
#ifndef OBJ_H
#define OBJ_H
#ifndef MAX_USERS
#define MAX_USERS 18
#endif
#ifndef MAX_SPAWN_DELAY
#define MAX_SPAWN_DELAY 2000000
#endif
#ifndef BILLION
#define BILLION 1000000000
#endif
#ifndef MAX_MSG_LEN
#define MAX_MSG_LEN 12
#endif
#ifndef CHANCE_OF_INTERRUPT
#define CHAN... | [
"jamy_spencer@hotmail.com"
] | jamy_spencer@hotmail.com |
32e04ca56d4f7f271f816202a17e3bab7897f7aa | c8a0290cc2a9777bec09407495e4d91460d631ef | /1.REX_EXAM/SENSOR_BOARD/MCP3021_RA12P/mcp3021_ra12p.h | 8fa99660f77015a5ca8c0aced14e50758217b379 | [] | no_license | ksh1018/AI-training | 18ffef8c1085d8bcee16805a9b454d5b247abedf | 80d12132f3fc393f9c02fc2a7b979d6e52463638 | refs/heads/main | 2022-12-29T02:18:00.526339 | 2020-10-18T06:47:58 | 2020-10-18T06:47:58 | 304,226,491 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 162 | h | #define MCP3021_SLAVE_ADDRESS 0x4D
#include <stdint.h>
int mcp3021_fd;
uint16_t getRA12Pvalue(int fd);
int mcp3021_main(void);
void mcp3021_Data_Print(int fd); | [
"hwangjy@info-works.co.kr"
] | hwangjy@info-works.co.kr |
648ef69ef8c985dd9410a334fe55be0ef21c6c2b | ff9143b6854e5a12d370357a4169c0e39eafef3a | /LISTA_EXERCICIOS_1/EXE_1/main.c | 9d9016b26d5fc5df9a63cfcc43c568265d01fe02 | [
"MIT"
] | permissive | OgliariNatan/Programa-o_de_computadores_I | bb0f0984d543d1d97be05da21e85d75debbc633a | 640e85d47eff4f415bfeb9b16c2eb2cb23464804 | refs/heads/master | 2021-01-22T04:01:10.410917 | 2017-05-25T15:52:02 | 2017-05-25T15:52:02 | 92,419,386 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 476 | c | #include <stdio.h>
#include <stdlib.h>
#include <locale.h>
#include <ctype.h>
#include <math.h>
int main()
{
setlocale(LC_CTYPE,"portuguese");
int ladoa, ladob, quadrado;
printf("Digite um número para o Lado A e outro para o Lado B\n");
fflush(stdin);
scanf("%d %d",&ladoa,&ladob);
qua... | [
"natanogliari@gmail.com"
] | natanogliari@gmail.com |
6196b279235876f021aac669c645fe7020d9cdef | 6bf0252b2c0600cf8d9e664d8d677eee34746f72 | /BaekjoonOnline/11654_askiiCode.c | e340f585c4934860e242a6d596b649ac2e9a1ea4 | [] | no_license | lja9702/JinAh-BOJ | 18bfd3029c946e9d16039cc3ec813a6321c4e41c | eb6c16f7f315b8acbdc3c7532f49fbedb01dc43e | refs/heads/master | 2021-04-28T14:35:50.179515 | 2018-08-19T05:54:20 | 2018-08-19T05:54:20 | 121,968,017 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 86 | c | #include <stdio.h>
int main(){
char i;
scanf("%c", &i);
printf("%d\n", i);
} | [
"lja9702@naver.com"
] | lja9702@naver.com |
67dbac93cbcf59a20099ac2f356787fdcc22737f | 4f4ddc396fa1dfc874780895ca9b8ee4f7714222 | /src/sbn/c/sbn_config.c | 864c83a9964a32cd1a665caa4ce9fe1fc119c534 | [] | no_license | UtsavChokshiCNU/GenSym-Test2 | 3214145186d032a6b5a7486003cef40787786ba0 | a48c806df56297019cfcb22862dd64609fdd8711 | refs/heads/master | 2021-01-23T23:14:03.559378 | 2017-09-09T14:20:09 | 2017-09-09T14:20:09 | 102,960,203 | 3 | 5 | null | null | null | null | UTF-8 | C | false | false | 3,595 | c | #include "sbn.h"
#include <assert.h>
#define SBN_LOAD_CFG_ERR "Error loading G2 SBN config."
#define MAX_CFG_LINE 256
sbn_status_t process_param(sbn_t* SBN, char *name, char *value_str);
int is_space_str(char *str);
sbn_status_t SBN_LoadConfig(sbn_t* SBN, const char *file_name)
{
char line[MAX_CFG_LINE];
cha... | [
"utsavchokshi@Utsavs-MacBook-Pro.local"
] | utsavchokshi@Utsavs-MacBook-Pro.local |
9213457390a19e0115ebf0838588c4a8b49b25c5 | 2335ef5b204f8e623ac8f33f6bf079bc1455f0f0 | /pontuadeiro.c | 04048f80cc2b5b2d5a845537c5aec071881b17cc | [] | no_license | F1reFinger/Little_game | 325336923eba4507c589f90b641c0749bb23e437 | f9828023950efffb1adcd429c8ce78a2c0e03b8c | refs/heads/main | 2023-07-05T04:24:43.209389 | 2021-08-18T01:37:34 | 2021-08-18T01:37:34 | 397,292,977 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,066 | c | #include <stdio.h>
#include <stdlib.h>
int main () {
int i, n = 200, valor, pontos = 0, select,count = 0;
char letra;
/* Intializes random number generator */
srand((unsigned) valor);
/* Print 5 random numbers from 0 to 49 */
for(i = 0; i < n; i++){
printf("o valor a seguir vai ser m... | [
"noreply@github.com"
] | F1reFinger.noreply@github.com |
e44363fcd082edee09c0b8199fe0ae32e4c390a6 | b0d7ed248563fa0819f8ba7349d28a6276a52d17 | /include/bluedroid/bluetooth.h | 78dbd93c548c3a87192d480d9d804343388d56d0 | [] | no_license | kostas7gr/android_device_semc_msm7x27-common | b3f010d0c34ff4c6396355d202d6a507ed8135ce | 63d9cab420fb86ad3b9ec8c63c04202b0030d34e | refs/heads/master | 2021-01-10T00:54:34.665242 | 2013-05-15T20:26:14 | 2013-05-15T20:26:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,763 | h | /*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"kostas_no18@yahoo.com"
] | kostas_no18@yahoo.com |
c6e9e89a2b48f088baa7106a23852de747c3593e | 7069cb71852cf1a5995133b1858bab3e46b501f9 | /source/ekernel/drivers/hal/source/sound/component/aw-alsa-lib/bswap.h | 043be1ae5915d9a95f4f7f6aa2078155e1014461 | [] | no_license | lindenis-org/lindenis-v833-RTOS-melis-4.0 | d2646c7093851d45645679a55bcf1462b8d4d18e | 71ab8faeee960e27ef83a9ff2e4ae4b7f33eda20 | refs/heads/master | 2023-06-24T01:40:55.111140 | 2021-07-23T08:01:43 | 2021-07-23T08:09:40 | 388,733,103 | 14 | 13 | null | null | null | null | UTF-8 | C | false | false | 2,091 | h | /*
* Copyright (c) 2019-2025 Allwinner Technology Co., Ltd. ALL rights reserved.
*
* Allwinner is a trademark of Allwinner Technology Co.,Ltd., registered in
* the the people's Republic of China and other countries.
* All Allwinner Technology Co.,Ltd. trademarks are used with permission.
*
* DISCLAIMER
* THIRD PARTY LI... | [
"given@lindeni.com"
] | given@lindeni.com |
42358e48ff0702b2610bf2f747bfe1f9f06ebd44 | ca374d7866bb0dabeaa41999a66652019329cf28 | /BLEServer.cydsn/Generated_Source/PSoC6/pdl/middleware/ble/cy_ble_wss.h | 45a1babba79d3365ce69c1dcc6b8ae8de284a460 | [] | no_license | weixr18/BLE-Glow-Hockey | b3c3249531db6dec1dc8210cdd6de4f95ed4cdd3 | a481b13eb2eca033f125ac0db472ec1faf4b07bf | refs/heads/master | 2022-12-14T08:30:35.717548 | 2020-09-10T10:30:26 | 2020-09-10T10:30:26 | 290,240,946 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,444 | h | /***************************************************************************//**
* \file cy_ble_wss.h
* \version 2.0
*
* \brief
* Contains the function prototypes and constants for Weight Scale Service.
*
*
********************************************************************************
* \copyright
* Copyright 2017-2... | [
"weixr18@mails.tsinghua.edu.cn"
] | weixr18@mails.tsinghua.edu.cn |
09268d08bce89f470e74ad091eb7f69e7a6b9f8d | 7bcd0ef5899582ebcddd51e3659643babd479500 | /ISUPOS/Pods/Headers/Public/SplunkMint/SplunkMint/MintConstants.h | 0413276e934439757e2ea770341534adb93a94a4 | [] | no_license | gurpreetimpinge/Desktop-isupos_ios | 18e7a2e0c12f23c6253f8ceab1f7d94fa0e7182b | 3e89b01063e768dedda6c9087cc723cb0e67f6cc | refs/heads/master | 2020-05-30T05:05:40.697495 | 2017-05-05T12:54:12 | 2017-05-05T12:54:12 | 38,685,347 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 78 | h | ../../../../SplunkMint/SplunkMint.framework/Versions/A/Headers/MintConstants.h | [
"mohitk.impinge@gmail.com"
] | mohitk.impinge@gmail.com |
09fe375d4a3ad8bb3d90700f6cfc56befbced3e7 | 0744dcc5394cebf57ebcba343747af6871b67017 | /external/iotivity/iotivity_1.2-rel/extlibs/tinycbor/tinycbor/src/cborparser.c | b8805ec01b4978d0260c9de7f7020099be4dc645 | [
"Apache-2.0",
"GPL-2.0-only",
"MIT",
"BSD-3-Clause"
] | permissive | Samsung/TizenRT | 96abf62f1853f61fcf91ff14671a5e0c6ca48fdb | 1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686 | refs/heads/master | 2023-08-31T08:59:33.327998 | 2023-08-08T06:09:20 | 2023-08-31T04:38:20 | 82,517,252 | 590 | 719 | Apache-2.0 | 2023-09-14T06:54:49 | 2017-02-20T04:38:30 | C | UTF-8 | C | false | false | 48,101 | c | /****************************************************************************
**
** Copyright (C) 2016 Intel Corporation
**
** 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 restrict... | [
"hj_elena.kim@samsung.com"
] | hj_elena.kim@samsung.com |
ce8d1017dc8fb6cb36819ae38694881dfc303e78 | 81da99147251a4fa0275b7c4d6504e2e48386029 | /Sempra Curso/! ! DVD Didático V2_4/Arquivos/Projetos E-P32/017 - LCD TFT Grafico Camada Objeto.X/Graphics/GOLFontDefault.c | 19525b76cc5c7145c1ac958180500a643d42a500 | [] | no_license | HugoOliveiraSoares/Pic | 40e52fee3a44994b153fabac51200d549e81c0e5 | b48b126c558ea6344fc619bc3ab8f15de196a981 | refs/heads/master | 2020-03-31T09:33:16.077100 | 2019-12-04T15:34:17 | 2019-12-04T15:34:17 | 152,100,299 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 56,783 | c | /************************************************************************************
* Created from Gentium font.
* Gentium font is Copyright (c) 2003-2005, SIL International (http://scripts.sil.org/).
* All Rights Reserved.
* Gentium font is licensed under the SIL Open Font License, Version 1.0.
* http://scripts... | [
"hugoliveira.soares@gmail.com"
] | hugoliveira.soares@gmail.com |
e1dbd4a3dd6d0acf8ac140ea33e9599549aaada4 | dbbd6d5158c02293646cc2c3f3f69b97a0436a2c | /Microchip/PIC32MX_DFP/1.5.259/include/proc/p32mx254f128b.h | 46a394873a541f151a49f39fc026ae12f3579e04 | [
"Apache-2.0"
] | permissive | Microchip-MPLAB-Harmony/dev_packs | 7db4dbb0d0198e21f0b0797cf935032ed402d8f3 | f2408856cf6379db7750aa7c67fe12ff676e621e | refs/heads/master | 2023-08-27T18:15:04.733933 | 2023-06-09T15:38:43 | 2023-06-09T15:38:43 | 161,400,334 | 14 | 11 | null | 2022-02-28T00:39:02 | 2018-12-11T22:11:24 | Roff | UTF-8 | C | false | false | 623,856 | h | /*-------------------------------------------------------------------------
* PIC32MX254F128B processor header
* Build date : Jan 26 2021
*
* Copyright (c) 2021, Microchip Technology Inc. and its subsidiaries ("Microchip")
* All rights reserved.
*
* This software is developed by Microchip Technology Inc. and it... | [
"thibaut.viard@microchip.com"
] | thibaut.viard@microchip.com |
013abd318e56b79a5321786d64da4814f8f89b0d | c3ca58a323e04efe449074b6f7fd356f78f81933 | /include/keyspace.h | f374875c619511cb0ec2f82dd11ace6b5c89fb17 | [] | no_license | eniu9350/sstore_ta | c2568462bc8e9c029df6b674789242b9b73bfdb9 | 8341c8396d15bfacef30cc279d2eed1f033d5857 | refs/heads/master | 2021-01-01T05:30:21.974550 | 2012-09-27T07:53:05 | 2012-09-27T07:53:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 213 | h | /*
* keyspace.h
*
* Created on: 2012-9-20
* Author: realjin
*/
#ifndef _SSTORE_KEYSPACE_H_
#define _SSTORE_KEYSPACE_H_
typedef struct _keyspace {
char name[256];
}keyspace;
#endif /* KEYSPACE_H_ */
| [
"niujin@gmail.com"
] | niujin@gmail.com |
708396d17cc70020920f772cf72278c2f3bca0a8 | d2515e8f7a47d1eafaf434666c3399e81791e406 | /prwtmp/prwtmp.c | 060532ea4c92e2afdf7fdf76698801e195c09c87 | [] | no_license | hjp/simple | 48b72399a523cc3d8068e67622fbff77a75a4cb4 | 1efa5739d90a817ed0ecca7a309b5efd03189b25 | refs/heads/master | 2022-09-16T09:35:51.485630 | 2022-09-02T19:00:33 | 2022-09-02T19:00:33 | 158,409,203 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,514 | c | char prwtmp_c_rcs_id[] =
"$Id: prwtmp.c,v 1.3 2016-07-05 19:13:09 hjp Exp $";
/*
* prwtmp - print wtmp to stdout
*
* $Log: prwtmp.c,v $
* Revision 1.3 2016-07-05 19:13:09 hjp
* Adapt to modern linux utmp structure: microsecond timestamps, IPv6
*
* Revision 1.2 1998-05-28 16:18:21 hjp
* use GNUmakerules/GN... | [
"hjp"
] | hjp |
589aadf50f15aed87636e36f45702190621b053b | 3be8a10b67d085313333702ad54dd00920268fd9 | /Libft/ft_lstsize_bonus.c | d03ec209a2a16be85ca79d741b5cc5b74545aa19 | [] | no_license | wandyou/42_Printf | 9047b11e590e2c9f14c1dc89fdc77c05054ae3a8 | d512ebd3de185bb543472671c74b3891d0c059f5 | refs/heads/master | 2022-07-10T15:48:22.867369 | 2020-05-16T04:07:08 | 2020-05-16T04:07:08 | 235,603,650 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,064 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstsize_bonus.c :+: :+: :+: ... | [
"lafarge.nathan3b3@gmail.com"
] | lafarge.nathan3b3@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.