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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
729ae0942589f1b6011118e89b974a06e4db99e2 | f71631630150773325e03d0663d25a7885491bf0 | /Intermediate/Build/Win64/UE4Editor/DebugGame/Casa/Definitions.Casa.h | 5dafaf940838da968b93d81b1b0376512150039c | [] | no_license | gr1mR36p3r/UnrealCourse | baebf62f6136b02056c6f7fe56639e4aaad60395 | bda03ea84b215193354fba31c07f991f94e3f00c | refs/heads/master | 2021-08-24T21:06:07.536449 | 2017-11-10T15:19:14 | 2017-11-10T15:19:14 | 105,774,406 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,418 | h | #undef CASA_API
#undef UE_IS_ENGINE_MODULE
#undef DEPRECATED_FORGAME
#define DEPRECATED_FORGAME DEPRECATED
#define IS_PROGRAM 0
#define UE_EDITOR 1
#define WITH_DEV_AUTOMATION_TESTS 1
#define WITH_PERF_AUTOMATION_TESTS 1
#define UNICODE 1
#define _UNICODE 1
#define __UNREAL__ 1
#define IS_MONOLITHIC 0
#define WITH_ENGI... | [
"giulio_liguori@hotmail.com"
] | giulio_liguori@hotmail.com |
ca8542a10188b859fec639fe51db51554b5ebff4 | 5b6c7c67bd05fae2a5ca51ae7b4680fd85797939 | /proceso-broker/src/memoria_cache.h | f0615d1633480a684a444e676fc846facd86b534 | [] | no_license | MartinezAlexander/Tp-SO-2020 | bdc8ab423a4630e061857f726d33d7f0f7e39871 | d84eec9703780ab0d356d8364ca6bf470b5b9010 | refs/heads/master | 2022-12-03T15:13:36.826000 | 2020-07-25T17:06:26 | 2020-07-25T17:06:26 | 287,389,099 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 801 | h | #ifndef MEMORIA_CACHE_H_
#define MEMORIA_CACHE_H_
#include <commons/collections/list.h>
#include <mensajes/mensajes.h>
#include <stdlib.h>
#include "config.h"
#include "logger.h"
#include <commons/string.h>
typedef struct{
void* cache;
}t_memoria_cache;
t_memoria_cache* memoria_cache;
void memoria_cache_create();
... | [
"alexandercristianmartinez@gmail.com"
] | alexandercristianmartinez@gmail.com |
c7396dc65a14a3c87cedb2c3a24d36585fa78240 | 193aacd05d997604655a0872bbe1604f4585dc29 | /power calculation.c | 771d9a3d9bf36bbecfa75e1a26f035c425cf026e | [] | no_license | NEERAJISM/codes | b27e375313b1c1c8c002f76159cb1160706c9eea | 9f770d7b2dbfbe0f12f235089dcdac7dfe370887 | refs/heads/master | 2021-01-19T11:10:31.721972 | 2016-07-30T05:27:41 | 2016-07-30T05:27:41 | 60,888,241 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 387 | c | #include<stdio.h>
#define m 1000000007
int pow1(int x,int y)
{
int t;
if(y==0)
return 1;
else if(y%2>0)
return (x*pow1(x,y-1))%m;
else
{
t=pow1(x,y/2)%m;
return (t*t)%m;
}
}
int main()
{
int a,b,result;
scanf("%d%d",&a,&b);
res... | [
"8patidarneeraj@gmail.com"
] | 8patidarneeraj@gmail.com |
f22f3bb1ece8c15077b62b2b657bd3cc4ab19f92 | d7333054b931ba86a1d705f93c2e6ca725bb93ce | /src/aver/osdep_th2.h | 0d1b83b8a6b9b94cb43b8ae1e0194734b1ddca12 | [] | no_license | desbma/AVerMedia_A828_Linux_driver | 8e21187ae13360d697a1621147107dd1c3b18017 | 9d719266cb8c08e6bb31439aac85e11d34e0c93a | refs/heads/master | 2021-01-23T04:19:53.340276 | 2017-04-02T21:45:55 | 2017-04-02T21:45:55 | 86,186,089 | 8 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,493 | h | /*********************************************************************************
AVerMedia TECHNOLOGIES, Inc.
AVerMedia Linux Driver License Agreement
IMPORTANT: This AVerMeida Linux Driver is supplied to you by
AVerMedia TECHNOLOGIES, Inc. ("AVerMedia") in consideration
of your agreement to the following terms... | [
"desbma@users.noreply.github.com"
] | desbma@users.noreply.github.com |
e0208acd9607911cbad9cfaf114812c393f333b2 | 12f4598d071cf3e38921ec50cff48c9d552122d9 | /cn/zero_stratum_daily_flux.c | 3b88947da5e7b9e5c4c5219ab9cb678e81d3854b | [
"MIT"
] | permissive | laurencelin/RHESSysEastCoast | 9f893b60de481bef961871877ab778efd59d09b6 | 375c75b1cd2202217651dff43aa113d80b9c1118 | refs/heads/master | 2021-11-22T17:16:01.611562 | 2021-10-02T18:54:24 | 2021-10-02T18:54:24 | 198,655,798 | 2 | 5 | null | 2021-07-10T18:58:47 | 2019-07-24T14:50:52 | C | UTF-8 | C | false | false | 4,525 | c | /*--------------------------------------------------------------*/
/* */
/* zero_stratum_daily_flux */
/* */
/* */
/* NAME */
/* zero_stratum_daily_flux */
/* */
/* SYNOPSIS */
/* int zero_stratum_daily_flux( */
/* struct cdayflux_struct *, */
/* struct ndayflux_st... | [
"laurence.lin@icloud.com"
] | laurence.lin@icloud.com |
d2191c340142370ff1258fc6b8e625aa809541c6 | 1577e1cf4e89584a125cffb855ca50a9654c6d55 | /CommonCrypto/lib/corecryptoSymmetricBridge.h | 4ce7716a10dca4e02f0348b19c0a8aff0357192f | [] | no_license | apple-open-source/macos | a4188b5c2ef113d90281d03cd1b14e5ee52ebffb | 2d2b15f13487673de33297e49f00ef94af743a9a | refs/heads/master | 2023-08-01T11:03:26.870408 | 2023-03-27T00:00:00 | 2023-03-27T00:00:00 | 180,595,052 | 124 | 24 | null | 2022-12-27T14:54:09 | 2019-04-10T14:06:23 | null | UTF-8 | C | false | false | 8,571 | h | /*
* Copyright (c) 2012 Apple Inc. All Rights Reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
* This file contains Original Code and/or Modifications of Original Code
* as defined in and that are subject to the Apple Public Source Licens... | [
"opensource@apple.com"
] | opensource@apple.com |
3995a14853049b36a400def4c6bc104fca0820ba | 0bc1f5cf7e660f887d1a194bf4785a3e7f9f4053 | /lib/my/infographie/mystic_clock.c | 5868b2a33123a7241c86485a27c385e89b334c58 | [] | no_license | ubertil/source_files | 52601c7174ae5d93f75f472411cd314f9c7fc127 | c0bdf2008f45e0f7179c30b3b661348840c3aa0b | refs/heads/master | 2021-01-17T07:17:05.706887 | 2018-01-11T08:58:11 | 2018-01-11T08:58:11 | 43,741,337 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,112 | c | /*
** mystic_clock.c for mystic_clock in /home/uberti_l/rendu/Infographie/skill_test/mystic_2020
**
** Made by louis-emile uberti-ares
** Login <uberti_l@epitech.net>
**
** Started on Wed Feb 10 13:17:29 2016 louis-emile uberti-ares
** Last update Wed Feb 10 15:07:41 2016 louis-emile uberti-ares
*/
#include <lapin.... | [
"louis-emile.uberti-ares@epitech.eu"
] | louis-emile.uberti-ares@epitech.eu |
c00566749d79694b6683539ced256e0bd74860ed | d8398fb97dd7cc44d13a341dece3fae7237df0ac | /interface.c | cea2021a2bdcdffb0b5a24e5e8828e89f4c44a5f | [
"Unlicense",
"LicenseRef-scancode-public-domain"
] | permissive | jim-plus/echo-mud | 962874dd5570d2cec35dd998ab7a002ebbd29ee5 | 9d8ce52931a1db6f22120fb37043df58048d0a20 | refs/heads/main | 2022-12-31T18:32:35.878449 | 2020-10-19T13:33:38 | 2020-10-19T13:33:38 | 305,392,716 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,784 | c | #define __INTERFACE
#include <stdio.h>
#include <time.h>
#include <ctype.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <fcntl.h>
#include "interface.h"
#define difftime(x,y) (x-y)
#define NUM_FM 16
static int ibufsiz;
static int sock_fd;
static int fd_lim;
static char *internal_b... | [
"grimjim@gmail.com"
] | grimjim@gmail.com |
81fd4dd7a6751387bdba686e0848a24289ee2ca4 | 6feb8a9ceedc2e7887cbe98d348531f84a38d360 | /0x03-debugging/positive_or_negative.c | 3a8e44aed61b3147d60eaeac8fc775428f0a11f6 | [] | no_license | Jdpa357/holbertonschool-low_level_programming | 783b6e9abe0e47afe30b4cadc2e1d22122a73d95 | e05cca1f0bc10714b669c4a4072b0eb84cd7cd93 | refs/heads/master | 2020-07-28T06:15:09.672201 | 2020-04-16T16:48:52 | 2020-04-16T16:48:52 | 209,334,505 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 335 | c | #include <stdlib.h>
#include <time.h>
#include <stdio.h>
/**
* positive_or_negative - Entry point
* @i: value to be tested
* Return: void
*/
void positive_or_negative(int i)
{
if (i > 0)
{
printf("%d is positive\n", i);
}
else if (i < 0)
{
printf("%d is negative\n", i);
}
else
printf("%d is zero\n", i)... | [
"jdpa352@hotmail.es"
] | jdpa352@hotmail.es |
29b8baa80e93c6c69f0271a0c74e49b65676ffbe | 0841c948188711d194835bb19cf0b4dae04a5695 | /p2pserver_v2/register/xxtea.h | 2164e2e2428a0597e11ca616c12284cfa3a6505b | [] | no_license | gjhbus/sh_project | 0cfd311b7c0e167e098bc4ec010822f1af2d0289 | 1d4d7df4e92cff93aba9d28226d3dbce71639ed6 | refs/heads/master | 2020-06-15T16:11:33.335499 | 2016-06-15T03:41:22 | 2016-06-15T03:41:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 353 | h | #ifndef REGISTER_XXTEA_H_
#define REGISTER_XXTEA_H_
#include "inttypes.h"
extern char xxtea_client_key[];
extern char xxtea_server_key[];
extern int xxtea_debug;
int xxtea_encode(uint32_t *v, uint32_t len, const uint32_t *k);
int xxtea_decode(uint32_t *v, uint32_t len, const uint32_t *k);
void btea(uint32_t *v, in... | [
"greatmiffa@gmail.com"
] | greatmiffa@gmail.com |
93c7490041f88246cb7613b0ec837916058027c9 | 2dda6a7cc58f161147129ebd6b6a0f932ec78e7e | /scip/scip_benders.c | 635f8e2638595faa9cc5cf89dcd57b034223bc24 | [] | no_license | antoniach/heuristic-scheduling | 9425e93b27362ae32a3df07ecea8f2c053836597 | 476cd447cac0a28c970fac217de6aa76140cff03 | refs/heads/main | 2023-03-19T03:53:10.977644 | 2021-03-10T14:21:09 | 2021-03-10T14:21:09 | 346,367,010 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 66,541 | c | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* */
/* This file is part of the program and library */
/* SCIP --- Solving Constraint Integer Programs */
... | [
""
] | |
3dbd163629423672643d5e0475a3a43823b66498 | a0d6b2c2dd8bcbe03e5c6fb35f766bd2af9a1d5c | /dynix.3.2.0/src/ucb/sendmail/lib/libndir/closedir.c | ebfa7b6288acbecfa1fe6366cf2158dcaa6b2ac3 | [] | no_license | legacy-codedigger/Dynix.3.2.Source | 593485f234eee4de75c0e23fe689f247471c83f8 | 2789373c94bc57e4c4a915bcba354f2243e12ca4 | refs/heads/master | 2022-04-25T22:49:00.493902 | 2020-04-25T00:49:59 | 2020-04-25T00:49:59 | 258,656,640 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 836 | c | /* $Copyright: $
* Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990
* Sequent Computer Systems, Inc. All rights reserved.
*
* This software is furnished under a license and may be used
* only in accordance with the terms of that license and with the
* inclusion of the above copyright notice. This sof... | [
"zahir.meddour@protonmail.com"
] | zahir.meddour@protonmail.com |
1859e3663fd7288699726811025c901ebea8c11e | d0fabb37594fa34ebd255886c9d7bcd790e6aa87 | /src/protocols/frc_2019.c | 151f9a0adeca287509c16d9d775bc5d02d34eefc | [
"MIT"
] | permissive | Teityan/LibDS | e4c02734271841555a3a35a698714366149a5cac | a5feaad53d56e8d61d91b20219e9bac939202743 | refs/heads/master | 2020-08-01T21:25:18.810120 | 2019-09-26T15:35:14 | 2019-09-26T15:35:14 | 211,121,623 | 0 | 0 | MIT | 2019-09-26T15:25:26 | 2019-09-26T15:25:25 | null | UTF-8 | C | false | false | 9,578 | c | /*
* The Driver Station Library (LibDS)
* Copyright (c) 2015-2017 Alex Spataru <alex_spataru@outlook>
*
* 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 wi... | [
"tenko0316yuki1@gmail.com"
] | tenko0316yuki1@gmail.com |
29c2a4e2d2aca9b2b51de64514aef7578687ab52 | 57236df97b2ee57f2097de6388405f6cf469eaa4 | /STemWinLibrary532/emWinTask/MainTask.h | a3c0615e5c22b137c20b6adf192f12441099484e | [] | no_license | purencai/stm32f1xx_freertos_demo_keil | 6b70d74118d355f59a80cd17544208f927d85104 | a6de0c22265f574634cced09e008452fb6ef86e5 | refs/heads/master | 2020-03-21T00:31:11.177365 | 2018-08-18T08:37:43 | 2018-08-18T08:37:43 | 137,897,109 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 151 | h | #ifndef __MainTask_H
#define __MainTask_H
#include "DIALOG.h"
#endif
/*****************************(END OF FILE) *********************************/
| [
"purencai1005@gmail.com"
] | purencai1005@gmail.com |
741b50ece6ac54e6551d53f1febd37f2ea4a3964 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/kphp-kdb/targ/extr_targ-data.c_retarget_dynamic_ads.c | 774b5d335a4329c4a2cac5dc5c4185adc424a813 | [] | 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,772 | 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 |
a6daa9c681c3e61aaca5044b04042082f20b7aa7 | 0071cfac2229a10a9261ec473f32abd5a6caa9ff | /350/Assignment3/submit/imEdge.c | 2ae56b8351e544bd11ec304004cf60044163b016 | [] | no_license | peterk143/CS_uGR | feb5abdb176fa90fa85649f56d58481281336e6a | e53e048f83244f760187afee484571cb68021073 | refs/heads/master | 2016-08-06T04:24:32.289084 | 2013-07-26T05:18:58 | 2013-07-26T05:18:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,534 | c | # include <stdio.h>
# include <stdlib.h>
# include <unistd.h>
# include <sys/types.h>
# include "iplib2New.c" // read/write
//# include "ip03mainSample.c" // sample usage
# define n 3
# define rr 200 // not used?
# define cc 225
// structure
typedef struct{
pid_t pid;
int maskH[n][n];
int maskV[n][n];
} mask;
... | [
"peter.k143@gmail.com"
] | peter.k143@gmail.com |
b76a4af72e44cf7aff0710e716357e05702d58a4 | 8a4c5a9e2d2224b2baa2d8f0440617db2afd3193 | /components/ble/ble_services/ble_nus/ble_nus.h | 4ed98b446419da544df973c2265f22e8db25af88 | [] | no_license | ductuanhoang/Phone_Position_Detect | 1f11a1aa5eca8abcecd35d9330d9de22f05392ac | 4ea9c3efc0485d6038957a07b1994edce87b1b9e | refs/heads/main | 2023-06-03T17:18:01.611689 | 2021-06-18T01:14:54 | 2021-06-18T01:14:54 | 377,900,762 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,133 | h | /**
* Copyright (c) 2012 - 2020, Nordic Semiconductor ASA
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, t... | [
"ductuanhoang820@gmail.com"
] | ductuanhoang820@gmail.com |
e29dbe2be3f39aa2329b260e764fed0892dbbb4e | f720369e167889b8c65fb5c9f9ded80a8378a200 | /src/test/system/condvar.c | 9f60135babd76c3bbb0ddcd22ada88300a85a776 | [
"BSD-3-Clause"
] | permissive | eugenecartwright/hthreads | 1aa2af6838738ad49376511333a7b546ba47fa86 | 826c495dd855f8fcc1e12e1ac01845c2983ecf04 | refs/heads/master | 2020-04-06T07:00:23.582279 | 2016-11-27T02:47:34 | 2016-11-27T02:47:34 | 50,606,707 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,070 | c | /************************************************************************************
* Copyright (c) 2015, University of Arkansas - Hybridthreads Group
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are... | [
"eugene@104e0820-0bf2-0310-80e0-c6be5c5bc5c8"
] | eugene@104e0820-0bf2-0310-80e0-c6be5c5bc5c8 |
42e938664e0a21ae16648b725998cd79c0d34f58 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/arch/s390/mm/extr_gmap.c_gmap_fault.c | ecfedbb76bede3e93032cdf789eb60a4335d883a | [] | 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,628 | 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 |
17df302b32b2982bab82c983c88ae1b50da3145f | b1d500a451cd9852089bf3d97e829df069daa9c8 | /Images/MC/Dilution/dMu/5.4e-18Graphs_A_vs_p_AAR_500MeV_BQ.C | b056fb063d44e64fa7d77f68fd69d7467816fde9 | [] | no_license | sam-grant/EDM | 486ea029bf766c968a3c7b41198ffcf9bc3c9b8a | 525e41de5f675c39014488c79144f47562910736 | refs/heads/master | 2022-10-30T22:35:42.979799 | 2022-10-19T18:44:54 | 2022-10-19T18:44:54 | 296,421,806 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,498 | c | void 5.4e-18Graphs_A_vs_p_AAR_500MeV_BQ()
{
//=========Macro generated from canvas: c/c
//========= (Thu Sep 9 11:39:59 2021) by ROOT version 6.22/08
TCanvas *c = new TCanvas("c", "c",0,0,800,600);
c->SetHighLightColor(2);
c->Range(-416.625,-0.01625,3419.625,0.14625);
c->SetFillColor(0);
c->SetBorderMo... | [
"samuel.grant94@gmail.com"
] | samuel.grant94@gmail.com |
7df3ed454b7e5f03f52dd570ff3d707345911934 | 18985298cd75fa212ec75e7b43340a7b14025d66 | /lab_6/exercise_2/experiment2/software/experiment2/experiment2.c | 49661d34b0724b9fa810770d7e098426162a6b58 | [] | no_license | lilyli5924/4DS4 | c737f2ef1e0afd631463dd62915e7f633f394be0 | 18957fff6c03cc2a9e5c6cea1d35f36a413db7c3 | refs/heads/master | 2020-12-15T16:56:52.207137 | 2020-03-09T20:52:35 | 2020-03-09T20:52:35 | 235,183,692 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,235 | c | // Copyright by Adam Kinsman, Henry Ko and Nicola Nicolici
// Developed for the Embedded Systems course (COE4DS4)
// Department of Electrical and Computer Engineering
// McMaster University
// Ontario, Canada
#include "define.h"
// Definition of uCOS data structures
extern OS_EVENT *PBSemaphore[];
extern in... | [
"lim14@PC-ITB-AB109-13.ece.mcmaster.ca"
] | lim14@PC-ITB-AB109-13.ece.mcmaster.ca |
43bc6b9984eab6a238b2b2a4128f9e959d86e7bf | 2800e6ff27e23b536c190907793ad3aeb0a9f7f0 | /external/curl/lib/content_encoding.c | 2bd4fef6481c7600dc67bce35f3682806ae4b098 | [
"curl",
"MIT"
] | permissive | SpaceManiac/HamSandwich | c091735dc64bdc1e5128c77d18d916c645c80c5d | b3910715eeea3691ee64af03bffb6991c7be8eda | refs/heads/master | 2023-08-16T18:24:27.788739 | 2023-08-05T20:35:40 | 2023-08-05T20:35:40 | 186,207,665 | 33 | 13 | MIT | 2022-06-10T04:11:05 | 2019-05-12T03:40:47 | C++ | UTF-8 | C | false | false | 32,083 | c | /***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
* / __| | | | |_) | |
* | (__| |_| | _ <| |___
* \___|\... | [
"tad@platymuus.com"
] | tad@platymuus.com |
3272b4495a1f17b412f896b2ed3fc8f4efcc4dad | 0083133461ff0115a8fcb49f95de52435afbd14a | /external/mit/xf86-video-nv/dist/src/g80_xaa.c | ce218991e28fd4773bc7544f287e3a92dd90974f | [
"MIT"
] | permissive | noud/mouse-bsd-5.2-x | e572edc90a5e2d4fbd5a7e20058e9123f6b76944 | 68e4a3e533eefa4113eac14f75db4812751c557f | refs/heads/master | 2023-02-27T11:57:09.333231 | 2020-05-08T00:51:59 | 2020-05-08T00:52:22 | 334,542,484 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,010 | c | /*
* Copyright (c) 2007 NVIDIA, 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 restriction, including
* without limitation the rights to use, copy, modify, merge,... | [
"mouse@Rodents-Montreal.ORG"
] | mouse@Rodents-Montreal.ORG |
48f4ce9fef9cb1e4332e5bde51b9c50210477fc8 | 327fd9a5d09b61cf5422fa074bf6cade0b9bf497 | /USB_HOST/App/usb_host.c | 140ef1e928c5c9284a20593da66158a6bbf17821 | [] | no_license | Dzy/stm32h7-hdmi | 72f1b52921b19eb37a37a2ed34b9a00ad95b77d3 | fb7a890094df36d2f63f5942813a104e12000aea | refs/heads/main | 2023-06-16T06:59:34.740720 | 2021-07-11T12:36:32 | 2021-07-11T12:36:32 | 384,916,591 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,289 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : usb_host.c
* @version : v1.0_Cube
* @brief : This file implements the USB Host
**************************************************************************... | [
"jyrki.j.koivisto@netikka.fi"
] | jyrki.j.koivisto@netikka.fi |
6244b4fb97bda1785bf8fa7ee69e5eeeb015aee8 | 3943f4014015ae49a2c6c3c7018afd1d2119a7ed | /herbie_results/large_range_around_0/laguerre_formula_-10000.0000000_100000.000000/8-19/compiled.c | 514a4d5d724da4598113b68b256a9cf734bb2c94 | [] | no_license | Cathy272272272/practicum | 9fa7bfcccc23d4e40af9b647d9d98f5ada37aecf | e13ab8aa5cf5c037245b677453e14b586b10736d | refs/heads/master | 2020-05-23T10:10:15.111847 | 2019-06-08T00:23:57 | 2019-06-08T00:23:57 | 186,689,468 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 26,124 | c | #include <tgmath.h>
#include <gmp.h>
#include <mpfr.h>
#include <stdio.h>
#include <stdbool.h>
char *name = "19";
double f_if(float x) {
float r10921567 = 1.0;
float r10921568 = -19.0;
float r10921569 = x;
float r10921570 = r10921568 * r10921569;
float r10921571 = r10921567 + r... | [
"cathyxu@Cathys-MacBook-Pro.local"
] | cathyxu@Cathys-MacBook-Pro.local |
4940d5303c5beae45d561b2cc326f6b4a2b1f1a3 | 61df2ea376f16a159ae96837a958ae46433e337a | /Queue/CircularQueue.c | 1bbd082780484ae1b0deac3e50fb9eea12561370 | [] | no_license | tapati-chakraborty/Data_Structure_using_C | ed3af75200081b8dbd9eb0841ef090436c5e97df | 5c957ba9c35bb90296516c8fcb63d5d164f165b4 | refs/heads/master | 2023-03-18T05:59:47.537129 | 2021-03-13T04:16:02 | 2021-03-13T04:16:02 | 323,936,107 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,615 | c | #include <stdio.h>
#include <stdlib.h>
struct circularQueue
{
int size;
int f;
int r;
int *arr;
};
int isEmpty(struct circularQueue *q)
{
if(q->f == q->r)
{
return 1;
}
return 0;
}
int isFull(struct circularQueue *q)
{
if((q->r+1) % q->size == q->f) //condition to check the queue is full
{
return 1;
}... | [
"tapati@ialoy.com"
] | tapati@ialoy.com |
40007c988152562ec04ac59af886f82d592b533d | c7497e180e620b929f4404e6e7df7d06735e6cdb | /part2-2.c | b4380401b0bd7f96306ae3e98bffe8dc20804caf | [] | no_license | michellelinggg/Image-Convolution--Speed- | fb644358c1d63613cff5d346acbb2349b29fdf58 | 3fcfe9c4c24e63e144210aa411e70afa67785d5b | refs/heads/master | 2020-12-24T16:50:22.233027 | 2013-12-27T23:17:28 | 2013-12-27T23:17:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,207 | c | #include <emmintrin.h>
#include <string.h>
#include <stdio.h>
#include <omp.h>
#define KERNX 3 //this is the x-size of the kernel. It will always be odd.
#define KERNY 3 //this is the y-size of the kernel. It will always be odd.
/*
*
* Print Output Matrix in Grid Format
*
*/
void print_grid(float* out, int data_si... | [
"linglinglikerice@gmail.com"
] | linglinglikerice@gmail.com |
ee8b67962d4aeb0fa9d31f2f6dd063d0aff7d1b5 | b5575f18d669cd7859d2e1232f53831b2bac4832 | /ATTiny1616/dmx/driver_isr.c | 38468ab3de480c2c62bbd672f7e9ea9763de8e4d | [
"MIT"
] | permissive | chuoique/microcontroller-test-code | ce403940383ee6b39530d0de36efe5aee945c2f3 | 43ec3a900dcdf5d9a487fa897a7daf4dfbd72fe7 | refs/heads/master | 2023-07-17T07:16:17.473402 | 2017-11-06T01:06:44 | 2017-11-06T01:06:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,726 | c | /**
* \file
*
* \brief Driver ISR.
*
*
* Copyright (C) 2016 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistri... | [
"jcarlson@unl.edu"
] | jcarlson@unl.edu |
ef0bb9edb5ee1a4120e4a143c531350b1512b2c1 | 27bcd5c9ded70102540c0ccd03f3e2b281dbf58c | /mudlib/w/oldcreators/xerxes/room/a/bosque/bosque125.c | daa4c9ada080d27b3d5987837f18ef88d054e246 | [] | no_license | unleashed/ninetears | 57fdc71fd651b3ff95e5e7c14b0566729584e006 | 4edd22c75e3fa99be4b5820300491c6b62e06085 | refs/heads/master | 2020-07-14T04:25:56.302027 | 2019-08-29T18:46:57 | 2019-08-29T18:46:57 | 205,225,438 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 365 | c | // Xerxes '02
#include "../../path.h"
inherit BOSQUE+"bosque_main.c";
void setup()
{
do_desc(1,1);
add_exit("sudoeste", BOSQUE + "bosque124.c", "path");
add_exit("sudeste", BOSQUE + "bosque126.c", "path");
add_exit("norte", BOSQUE + "bosque132.c", "path");
add_exit("noreste", BOS... | [
"amr@redhat.com"
] | amr@redhat.com |
0003f1513203c0b11d916dec559b4901858cff34 | fbed246675c0ff540c8bb78f34b58d831937bf64 | /Chapter_3/itoa.c | e0a409f06e92ce451a0fa827b5a1a65b7e052e9b | [] | no_license | arunkbharathan/KandR-C | de32785ace9bd87a673ffaf079aefbc850cd94d0 | 3b062861c2432e1e1acb3360b4da76c1f8462498 | refs/heads/master | 2021-01-10T13:58:02.190164 | 2015-08-16T04:19:52 | 2015-08-16T04:19:52 | 36,870,025 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 740 | c | #include <ctype.h>
#include<stdio.h>
#include<string.h>
void reverse(char s[]);
//* itoa: convert n to characters in s */
void itoa(int n, char s[]);
main()
{
int i=-2147483647;
char s[]="";
itoa(i,s);
printf("\nString:%s\n",s);
return 0;
}
/* itoa: convert n to characters in s */
void itoa(int n, char s[])
{
i... | [
"neutroproto@gmail.com"
] | neutroproto@gmail.com |
8c601c27d33da349d443792ff5ed2711a7805462 | 41f29f0c1cbb8eca5c9ddbd110f77884612f90fa | /arm-unknown-linux-uclibcgnueabi/sysroot/usr/include/blkid/blkid.h | 7309e9d159a8ea69153436251160d506568b8b50 | [] | no_license | irvinecubesat/toolchain-arm-linux | a8fe44c4804e1e4754ebc42a9260f6ac2c7012a5 | 75b8185120b60a774f9e05a617394cb418e8bf1a | refs/heads/master | 2020-04-19T02:43:31.530960 | 2016-12-03T19:07:24 | 2016-12-03T19:07:24 | 67,894,706 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,917 | h | /*
* blkid.h - Interface for libblkid, a library to identify block devices
*
* Copyright (C) 2001 Andreas Dilger
* Copyright (C) 2003 Theodore Ts'o
* Copyright (C) 2008 Karel Zak <kzak@redhat.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Gen... | [
"maurice@linglink.com"
] | maurice@linglink.com |
6b7bc32081b83ff4502a63efae51222d65d11b40 | c7c1db7df32601d3e27c961a5fffe04b8b505ef3 | /0x1A-hash_tables/3-hash_table_set.c | f52198f21cbb0f22ab463b288549d8523d5bfa11 | [] | no_license | lh1008/holbertonschool-low_level_programming | bd3ede4fda5946968eef1c3f5059f1dc1979c7cd | 0569dae32a6717691d39c798eb7b53c05ca9e189 | refs/heads/master | 2020-07-28T08:40:59.371610 | 2020-06-16T11:03:10 | 2020-06-16T11:03:10 | 209,368,064 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,034 | c | #include "hash_tables.h"
/**
* hash_table_set - Entry point
* Desc: hash_table_set function
* @ht: hash_table_t
* @key: const char
* @value: const char
* Return: Function that adds an element to the hash table.
**/
int hash_table_set(hash_table_t *ht, const char *key, const char *value)
{
unsigned long int ind... | [
"paintluis@gmail.com"
] | paintluis@gmail.com |
27d1021987caf8406b4117420ca6cd1d46f5ac33 | 433bdbf623d6d609fa49f64003b84de6ad5e433a | /otp.c | 0ea1fb6fa44fa49e902bb3e830a56facea2d94ab | [] | no_license | yagnesh45/c-cpp-files | 1fffcdcce5bed30d2d3fb0753ae5218ef76d5eb9 | 35a120fdbefcb943a46dfd335c0d5d785a99fdf8 | refs/heads/master | 2022-11-29T11:47:31.875087 | 2020-08-11T09:55:08 | 2020-08-11T09:55:08 | 286,706,546 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,193 | c | /*Program for One-Time Pad Implementation*/
#include<stdlib.h>
#include<stdio.h>
#include<conio.h>
void decrypt(unsigned char []);
void encrypt(unsigned char pt[])
{
unsigned char ct[50],key;
int i,len,tkey;
FILE *fp;
//Length of Plaintext
for(len=0;pt[len]!='\0';len++);
fp=fopen("KEY.txt","w");
f... | [
"yagneshpatil43@gmail.com"
] | yagneshpatil43@gmail.com |
f04cd59340b97da0c8a9de0d5bcc15d5b877d0aa | 98a3b1d77d6ec134c8ac51925f411a1d9ac3799b | /trunk/DEAF/src/deafUtil.C | 91fec028ffdf519b9fee5bd191687199f4e232e0 | [] | no_license | BVRoot/TinT | 6ff42df66dcef85d087eef778836bb70210572b1 | 5feb1aae7f6afedd85d4970a1b75f33616c2166a | refs/heads/master | 2021-01-21T01:43:28.268608 | 2009-07-01T21:45:09 | 2009-07-01T21:45:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,461 | c | #ifndef _DEAFUTIL_C
#define _DEAFUTIL_C
using namespace std;
#include <iostream>
#include <string>
#include <cstdlib> // for getenv()
#include <list>
#include <sys/types.h> // for DIR
#include <sys/stat.h> // for stat, mkdir()
#include <dirent.h>
#include <errno.h>
#include <boost/regex.hpp>
#include <mysql++/... | [
"bvr@c770f1bc-0775-48ed-bd74-6edc8452e29f"
] | bvr@c770f1bc-0775-48ed-bd74-6edc8452e29f |
f378e2e77a377167421479375cdc92a15a565d0c | 80b634f97804d71d9148ce4d221dfbdc44a4a8f8 | /BE Project/10-march-12/pexpect/abc.c | 42cd2f675aca0587bb5591abe22c85f83f5ee345 | [] | no_license | ausum/Dropbox | 472ed9af713790ebe522ac556561a7a8204069d9 | aafeab8f47e4be7eae12b0d63a8e58e3b1040fe0 | refs/heads/master | 2020-04-02T15:04:50.657531 | 2012-03-20T20:55:55 | 2012-03-20T20:55:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 189 | c | #include<stdio.h>
int main()
{
int i;
printf("Enter the input");
printf("Input :");
scanf("%d",&i);
printf("%d",i);
printf("Input :");
scanf("%d",&i);
printf("%d",i);
return 0;
}
| [
"peterkingsley26@gmail.com"
] | peterkingsley26@gmail.com |
eed03964e86b632cc457f044efb28c35843fe6fe | e7c3324f86521d8e2562c0710286b0b9bd779d10 | /CMakeProject3/CMakeProject3/Task6/Task6for/Task1f1.c | 43de741320d1d67a10f4ac12b3e5392b52a9c5bd | [] | no_license | SangrealSoave/Tabiev-A.A.-uchpraktika | 5443b72d23a7bcb9710a21c8403d0e0ff2c2eefc | d9b28097b46881dd8cc0d27ecbd5fd2ffff5f6d1 | refs/heads/master | 2020-05-23T12:49:04.643159 | 2019-05-15T13:10:55 | 2019-05-15T13:10:55 | 186,765,693 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 235 | c | #include <stdio.h>
#include <math.h>
#include "f.h"
double summ(int n)
{
double a;
int i = 0;
for (i = 0; i < n; ++i)
{
a = pow(-1, i)*(pow(i, 2) + 1) / (pow(i, 3) + 3);
sum=sum + a;
}
printf("sum=%lf\n", sum);
} | [
"noreply@github.com"
] | SangrealSoave.noreply@github.com |
8a0f5d585b1f2a0bb8af7030e77e133c9941e66f | b29027702c8ac703624caee53fb17122b6928b99 | /index.c | f7a5b8d6dc28f9a643fa083f83e732c90b642301 | [] | no_license | ramati101/C-academic-projects | 879f6b38ebd7fa001af5b5ed9c1d063d1707ed77 | 4fc7c607b2aae4e6de886cff1d78bee0524d77b3 | refs/heads/master | 2023-06-15T14:14:18.694230 | 2021-07-19T14:57:35 | 2021-07-19T14:57:35 | 291,660,100 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,075 | c | #include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
#define MAXWORD 50 /* max word length */
/*the struct of a node in binary tree, contain:
a word, an array of the of lines that the word show up in,
a counter that count in how many lines the word show up
and poiners to the left and the r... | [
"noreply@github.com"
] | ramati101.noreply@github.com |
68c0b0cdf2c1708da75cd4fdc1eea9c5c2325645 | d613ceca7d8205c5b91df028e808e9fe32afe1ba | /test/string_test.c | 9fcfb9ac9a761053d1aa2e3fac439b5d546e637e | [
"MIT"
] | permissive | zyscal/libcbor | 5667eaad971a5c5c70b5dcdd303edb2ccd7e5bac | 3263254d78271c9017dbbdb29e82df1d33226025 | refs/heads/master | 2023-08-30T12:15:00.198772 | 2021-11-14T21:58:27 | 2021-11-14T21:58:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,993 | c | /*
* Copyright (c) 2014-2020 Pavel Kalvoda <me@pavelkalvoda.com>
*
* libcbor is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See LICENSE for details.
*/
#include <setjmp.h>
#include <stdarg.h>
#include <stddef.h>
#include <cmocka.h>
#include <string.h>
#include "... | [
"me@pavelkalvoda.com"
] | me@pavelkalvoda.com |
6a3b7ceececa14e45dda55c120b86b547efe8c43 | b5cad9c5f645bb7c46490d29e4d087ef560f2568 | /Common/SDK/CommonDefine/CommonDefine.h | c10bb40ad8b050dff1ea078282c66aa5ad330bfa | [] | no_license | HotSummer/Common | 7e58e319bed907e0003ad133a1abfe9359e4f080 | 6d66888cfbb196f5e86874d7c88a09b6b3110c06 | refs/heads/master | 2021-01-15T15:49:16.259647 | 2016-11-23T02:35:11 | 2016-11-23T02:35:11 | 37,048,916 | 1 | 1 | null | 2015-09-23T16:51:13 | 2015-06-08T06:04:56 | Objective-C | UTF-8 | C | false | false | 3,561 | h | //
// CommonDefine.h
// Common
//
// Created by summer.zhu on 8/6/15.
// Copyright (c) 2015年 VIP. All rights reserved.
//
#ifndef Common_CommonDefine_h
#define Common_CommonDefine_h
#define NSMethodLog(msg) NSLog(@"Line:%d,Func:%s,%@",__LINE__,__func__,msg)
#define ResizableImage(name,top,left,bottom,right) [[UI... | [
"summer.zhu@vipshop.com"
] | summer.zhu@vipshop.com |
c4d446c1c2f2cc2259323689a5aee33c4d5c8ffb | 3a46dab9239a93d0512aad9e37a1d98477b1089b | /GFA Orientation (Week 6-9)/9th - week/ExamPractice/binary_roll/main.c | 216aa4c173d23e7ddf35e554c133a85844e66412 | [] | no_license | green-fox-academy/ithomas91-1.0 | 3a27f4a12d084d1b2f2c67a928bf0a42444d5613 | 32d762b7bbc2860de20592c50f538e31e96b9b0a | refs/heads/master | 2020-04-16T19:50:07.652139 | 2019-07-11T17:52:04 | 2019-07-11T17:52:04 | 165,876,260 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 993 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
void read_binary(char file_name[])
{
FILE *file_pointer;
file_pointer = fopen(file_name, "r");
if (file_pointer == NULL) {
printf("File cannot be opened!");
}
char file_buffer[50000];
fgets(file_buffer, 50000, file_pointer);
... | [
"ithomas.nemeth@gmail.com"
] | ithomas.nemeth@gmail.com |
0e3bb94ba597666fa3edb4d622b4c50a5391efd7 | f37a551f887b8cf77295393af560c523a5eeb5c3 | /lab1/encbc.h | c51f4f9f7965af006a7b4ea5a197b4fc20629f1e | [] | no_license | eransing/espl | b664e0c37839ed5a25f76450ac2fe6aa7ae2d669 | cb4945963a47a076b5452fe1f706432626fdc271 | refs/heads/master | 2020-05-17T19:30:43.371362 | 2013-01-24T11:54:58 | 2013-01-24T11:54:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 41 | h | #ifndef ENCBC_H
#define ENCBC_H
#endif
| [
"tompere@post.bgu.ac.il"
] | tompere@post.bgu.ac.il |
1a27ecda356b13659ac008a11d4fddd46a6b4097 | c4d8c02fda1c01afa203a37a24259b3a4c1d31a1 | /Corewar/asm_my/libft/print_w_flag.c | bfd6d0d35efdd0a194772f6865e62eb43855b933 | [] | no_license | sgarry4577/C-projects | daa02208879b43d88fb970df5c9d19854de10ec2 | 47996afe34b952b5df542f910903d53677030625 | refs/heads/master | 2020-12-05T12:59:41.237581 | 2020-01-06T14:46:40 | 2020-01-06T14:46:40 | 232,117,590 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,018 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* print_w_flag.c :+: :+: :+: ... | [
"sgarry@at-f2.21-school.ru"
] | sgarry@at-f2.21-school.ru |
07677eeae8c936a4d7d68bc4ab477ffdbb4a8f44 | 2b19857fe5138ae5532090f6a19f5503fcd15f11 | /proto/proto_conn.c | 6eda11dfdf0040e8b89e199557587b3cbea0b551 | [
"BSD-2-Clause"
] | permissive | brainwater/spiped | 4884275143f32bf2e911b1dda74336217063e367 | f56b2593d3752fc42459d17b9024603249b63a4c | refs/heads/master | 2020-07-22T01:15:32.128090 | 2012-11-17T21:22:17 | 2012-11-17T21:22:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,439 | c | #include <assert.h>
#include <stdint.h>
#include <stdlib.h>
#include "events.h"
#include "network.h"
#include "proto_handshake.h"
#include "proto_pipe.h"
#include "proto_crypt.h"
#include "proto_conn.h"
struct conn_state {
int (* callback_dead)(void *);
void * cookie;
int decr;
int nofps;
const struct proto_se... | [
"andreas@arrakis.se"
] | andreas@arrakis.se |
57d1114aebb8b8ad47efa511f46d491da08c5a08 | cef3847d71d1ee28672e7a0930d4231bb69468e9 | /bmd/PKG/chip/bcm53570_a0/bcm53570_a0_bmd_rx_stop.c | 15bf382292f1457279a0d8e27b6c2ef404d8e368 | [] | no_license | babyge/OpenMDK | 70e4de4ff7176d14040797e2d458d8d238f5bad6 | a5d3fc9b12af3eeb68f2ca0ce7ec4056cd14d6c2 | refs/heads/master | 2022-12-23T18:32:44.037066 | 2020-09-25T20:48:23 | 2020-09-28T20:22:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 469 | c | /*
*
* This software is governed by the Broadcom Switch APIs license.
* This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenMDK/master/Legal/LICENSE file.
*
* Copyright 2007-2020 Broadcom Inc. All rights reserved.
*/
#include <bmd_config.h>
#if CDK_CONFIG_INCLUDE... | [
"sdk.releases@broadcom.com"
] | sdk.releases@broadcom.com |
909aa222be8fe3a6e6b1c3c32f74271c7c9378a6 | 0c0dac0626aaadd561e250fb47eeede8312d5d82 | /sys/arch/sparc64/include/ieee.h | cda8103bb32014e22c15c2b8c7e59c652ddaac8e | [] | no_license | arekinath/openbsd-6.9-a3 | 5c25a287c481699a09c9c4630c5c773a38412e0a | 744a280e5e7d8e71664847a5d9a9693e80f7f5ec | refs/heads/main | 2023-08-19T04:33:48.119966 | 2021-10-05T02:07:50 | 2021-10-05T11:12:50 | 413,786,977 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,703 | h | /* $OpenBSD: ieee.h,v 1.3 2008/09/07 20:36:07 martynas Exp $ */
/* $NetBSD: ieee.h,v 1.1.1.1 1998/06/20 04:58:51 eeh Exp $ */
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence B... | [
"alex@cooperi.net"
] | alex@cooperi.net |
b6a2530b2658d933493b4c599cf0d78e8a365e24 | 903542dcb68c19bac69d089fa3aab58a00b8cf2f | /SutrnbildProject/player.h | 7b1eece93181930df9fa957b2213aaa7c3d17712 | [
"Unlicense"
] | permissive | 1916034-nomiyama/Sternbild | 41bc66fb41a8ba452131a8a2a7e96032c999bf33 | 2689957141759f152c6cf5507c3d8b4321e696bf | refs/heads/master | 2022-07-26T05:39:08.509310 | 2020-05-20T07:38:57 | 2020-05-20T07:38:57 | 263,522,309 | 0 | 0 | null | null | null | null | SHIFT_JIS | C | false | false | 202 | h | #pragma once
void PlayerSystemInit(void); //システムの初期化
void PlayerInit(void); //初期化用
void PlayerControl(void); //操作用
void PlayerDraw(void); //プレイヤーの描画
| [
"amagi1031@ezweb.ne.jp"
] | amagi1031@ezweb.ne.jp |
3a005400ca2bf261c53fb7b85ce9e766794d5d4f | c4e5159cf1579134efb87bdfb05c731a1ef483fe | /03_SDK/xr871sdk/include/driver/chip/hal_nvic.h | 1d9f23c1f8df3310da714ff1ed7bd5a224dbecc8 | [] | no_license | chair1man/XR871 | 6c142ca5008875e8fff5b039d38484fb5c8650dd | 25deedfaf28ebc0a55adf49f1ace07e7a806e483 | refs/heads/master | 2021-07-16T14:38:42.502747 | 2017-10-12T11:17:37 | 2017-10-12T11:17:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,276 | h | /*
* Copyright (C) 2017 XRADIO TECHNOLOGY CO., LTD. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice,... | [
"leafy.myeh@xradiotech.com"
] | leafy.myeh@xradiotech.com |
373b5a40866d7669309d827050cc364552a76f29 | 109c7145f8b9da4b9eedb339eca52942b892befc | /cpu.c | f006042e0ba91d22c96a2afdcad985970caf9d77 | [] | no_license | kaganrua/Comp-310-Operating-System | 38de4e41641de63ec6541f466e679976ff78018e | 0bf2be064eef86e8a0da5bc240ec9f929cdb4926 | refs/heads/master | 2021-03-20T02:22:44.250215 | 2020-03-13T21:51:24 | 2020-03-13T21:51:24 | 247,166,836 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 682 | c | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include "shell.h"
#include "shellmemory.h"
#include "interpreter.h"
#include "cpu.h"
#include "ram.h"
void initializeCPU()
{
cpu = (struct CPU * ) malloc (sizeof(struct CPU));
cpu->IP = -1;
cpu->quanta = 2;
}
void runCPU(int end)
{
... | [
"noreply@github.com"
] | kaganrua.noreply@github.com |
96f6ca4ea3441efa6956fb571f01cbf6e0a73938 | 9cca7b95169ee3933bc38d26b80f55c816f12c2f | /sel4test-tests/src/tests/ept.c | 7ba08dfe2f4983a0f1317673eea6ccf4b4cce011 | [] | no_license | lt616/thesis_green_thread_lib | 5a075f6b3841333aea76628be1590aea5ced7f8e | 52f7e36ed0a307069b1ccb68f3afc6fcf57aee4b | refs/heads/master | 2021-07-25T16:20:42.820200 | 2017-11-08T12:56:02 | 2017-11-08T12:56:02 | 108,200,660 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,260 | c | /*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA... | [
"axjllt@gmail.com"
] | axjllt@gmail.com |
8a7e39bdd1a4794a435199f8795e8a4bc135b152 | 51763fed9085d670079623aa5658d461a881b88f | /lab1/lab1.c | c6dcc71d7819cbee294853171aa300e44fc50e9a | [] | no_license | tyler-csci/CSCI-112 | e9e40acdef7d1fa76d474172de141bc638f52bb1 | 9115b62bf19475f905fdda428c028f3e666cd700 | refs/heads/master | 2022-01-22T08:46:42.419590 | 2019-07-22T18:51:39 | 2019-07-22T18:51:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 918 | c | /*
* Tyler Ewald
* CSCI 112 lab 1
* 17 January 2018
*/
#include <stdio.h>
#define RB 0.35 //sets reimbursement rate at $0.35
int
main(void)
{
double beginOdo, //begin odometer reading
endOdo, //end odometer reading
mileage, //output mileage
rb; ... | [
"noreply@github.com"
] | tyler-csci.noreply@github.com |
3baa4a7bde611327e0399e053085505e7a6c991d | 7024d0fab7adee2937ddab28a2b69481ef76f9a8 | /llvm-archive/poolalloc/test/dsa/local/ptr1.c | 1ff2f227bd3695ca1abd59a18c0ceb2a89167533 | [] | no_license | WeilerWebServices/LLVM | 5b7927da69676a7c89fc612cfe54009852675450 | 1f138562730a55380ea3185c7aae565d7bc97a55 | refs/heads/master | 2022-12-22T09:05:27.803365 | 2020-09-24T02:50:38 | 2020-09-24T02:50:38 | 297,533,828 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 320 | c |
//--Make sure we can run DSA on it!
//RUN: clang %s -c -emit-llvm -o - | \
//RUN: dsaopt -dsa-bu -dsa-td -disable-output
#include <stdlib.h>
void func() {
int a = 10;
int a1 = 20;
int *b = &a;
int *b1 = &a1;
int **c;
if( a > a1) {
c = &b1;
} else {
c = &b;
}
int *d = *c;
int e = *d;
}
| [
"nateweiler84@gmail.com"
] | nateweiler84@gmail.com |
58a3ec5dde835c9dded13f837fd04463d75c44eb | d5ff80a64d836e71272329a1ff33c1aa6832dc4a | /src/runtime/lisp2c/Fround.c | eb5abff09318deabff3fae991a199130691bd96a | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | hoelzl/Clicc | 0343f2c285410823dea0ce0c4a95dcbb788e129c | cea01db35301144967dc74fd2f96dd58aa52d6ea | refs/heads/master | 2023-03-11T08:07:19.241916 | 2013-10-03T02:09:24 | 2013-10-03T02:09:24 | 13,287,742 | 15 | 1 | null | null | null | null | UTF-8 | C | false | false | 308 | c | /* This file was generated by CLiCC 0.6.4 [obrep 1] */
#define __OBREP 1
#include <c_decl.h>
#include "sys.h"
#include "lisp.h"
void Fround(CL_FORM *base, int nargs)
{
switch(nargs)
{
case 1:
LOAD_FIXNUM(ARG(1), 1, ARG(1));
case 2:
break;
default:
Labort(TOO_MANY_ARGS);
}
round1(ARG(0));
}
| [
"tc@xantira.com"
] | tc@xantira.com |
192ce6b31d774718d7c36b9d0220657f20e882c7 | 2df11858022a12cbc46bf5be5cbc4d28ea00ed02 | /q12.c | 90340dfbd8a4ed39f7b9436b13b73effa5432066 | [] | no_license | sanjayspartan/Spartan10x | 302f5993246cbca72176fbf494871653ad8eb53a | ba768fb3e3c64ecb0c4c6f7254ace384ea15ee94 | refs/heads/master | 2022-12-02T23:20:54.940138 | 2020-08-22T12:03:02 | 2020-08-22T12:03:02 | 285,221,241 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 228 | c | #include<stdio.h>
int main()
{
int x;
printf("enter a no. ");
scanf("%d",&x);
if((x&(x-1))==0)
printf("number is power of two");
else
printf("not a power of two");
return 0;
}
| [
"noreply@github.com"
] | sanjayspartan.noreply@github.com |
c52bce581d2dca2a55c0a0287d79b5280fbd2833 | f507bb7ba61a6e9b7751ffdd4841531311c3fda3 | /LT1-2020/q5.c | 68100c162257a4c5773435900e418845b5b59ccd | [] | no_license | wenlianggg/SMU-CS101-LT-Attempt | d82ff9ba2899e78f7f0cdee84be765c4fdd9c982 | ba69754a5971cc6936511df4e8735e125b10ec96 | refs/heads/master | 2023-01-27T11:02:16.320313 | 2020-12-07T02:43:09 | 2020-12-07T02:43:09 | 298,791,086 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 901 | c | // Note: You are NOT allowed to edit this file
#include <stdbool.h>
#include <stdio.h>
#include "all_headers.h"
int main_q5(void) {
int tc_num = 1;
{
printf("Test %d\n", tc_num++);
printf("Expected:31\n");
printf("Actual :%d\n", num_days_between(1, 2, 1970, 1, 1, 1970));
printf... | [
"wenlianggg@gmail.com"
] | wenlianggg@gmail.com |
e6f701f8b67fcb5a7057b7938f62b356b1a45a0e | 59a6d6541a912c90fca3a5c6e780ef408c03397d | /src/includes/stack/stack_array.h | eafdef248260c98dc64e941d765cfb07ac941379 | [] | no_license | abhishek-mane/data_structures | 8086eaf804537e7178910de3fc89e93bb382708e | 20de6857fcd7d8a8ebcb4bcb4adb241b5f7d41ca | refs/heads/master | 2020-03-22T19:52:44.741504 | 2018-08-05T10:26:52 | 2018-08-05T10:26:52 | 140,557,190 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 668 | h | /*
* main.c
*
* Created on: 5/8/18
* Author: Abhishek Mane <https://abhishek-mane.github.io>
*
*/
#ifndef DATA_STRUCTURES_STACK_ARRAY_H
#define DATA_STRUCTURES_STACK_ARRAY_H
#include <utils.h>
typedef struct _array_stack {
int *arr;
int top;
unsigned int size;
// methods
void (*push)(stru... | [
"abhishekmane@outlook.in"
] | abhishekmane@outlook.in |
81743fb4f20c1fc5e852137b4cce57642e463203 | af508227d54672b7f98e346c04723ad37393d9c9 | /KeyMap.h | 4e969f1cab2225e181f50b0142647c1c09a73887 | [] | no_license | egandro/mp3playerir | 0a1bd28041454e2d8ddcb2810a99725eb4e929d1 | 07af05f9dfcdf49e976d60693b3445a05fd48ccc | refs/heads/master | 2023-03-08T01:52:00.599738 | 2021-02-24T22:14:39 | 2021-02-24T22:14:39 | 342,043,462 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,864 | h | #ifndef _KEYMAP_H
#define _KEYMAP_H
#include "mp3/card_content.h"
// Elegoo IR remote (from the Starter Kit for UNO)
// used with IRremote >= 3.x
#define KEY_POWER (0xBA45FF00)
#define KEY_FUNC_STOP (0xB946FF00)
#define KEY_VOL_ADD (0xB847FF00)
#define KEY_FAST_BACK (0xBB44FF00)
#define KEY_PAUSE (0xBF40FF00)
#defin... | [
"harald.fielker@gmail.com"
] | harald.fielker@gmail.com |
47a59e24f0972f20a65c9f757c91f7ca770fb35a | d60a8608e4a8c9a97ec6c73ec1d4b4a8e3dcd7d6 | /iotkit-embedded/src/ota/examples/ota_example_mqtt.c | d6f820f6d9fd28d4353c3bd1ee69c14d7f0f929e | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | RT-Thread-packages/ali-iotkit | 2a02b4478d37df3c7a05dd64644a8392efb98375 | f8f2f923e999bf7050b25e24c6b11862fd164ab5 | refs/heads/master | 2023-08-17T00:01:48.728122 | 2023-04-21T03:02:18 | 2023-04-21T03:02:18 | 142,425,322 | 32 | 38 | Apache-2.0 | 2023-04-21T03:02:19 | 2018-07-26T10:23:30 | C | UTF-8 | C | false | false | 8,543 | c | /*
* Copyright (C) 2015-2018 Alibaba Group Holding Limited
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include "infra_compat.h"
#include "mqtt_api.h"
#include "ota_api.h"
void *HAL_Malloc(uint32_t size);
void HAL_Free(void *ptr);
void HAL_Printf(const char *fmt, ...);
int HA... | [
"d2014zjt@163.com"
] | d2014zjt@163.com |
ebc9a7821241cc82c707c5549851856e1365af7a | df0c6a2220e92cde8828d176ca0380b3196f388d | /CO DETECTOR SORCE - RTC/Projects/STM32L053R8-Nucleo/Examples/ADC/ADC_RegularConversion_Polling/Src/main.c | 689384a3b33f7617455e50d0edc7bdf246b988c3 | [
"BSD-2-Clause"
] | permissive | AndyZenchonch/co-detector | f22a36dc4dc80ae3b92cf872fa96686ec13c39b6 | e699e83c8d4596d7b9ca7d5628a5de5a2effed0b | refs/heads/master | 2020-07-23T20:56:17.083874 | 2019-09-11T10:01:53 | 2019-09-11T10:01:53 | 207,702,353 | 0 | 0 | null | null | null | null | MacCentralEurope | C | false | false | 10,154 | c | /**
******************************************************************************
* @file ADC/ADC_RegularConversion_Polling/Src/main.c
* @author MCD Application Team
* @version V1.8.0
* @date 25-November-2016
* @brief This example describes how to use Polling mode to convert data,
* th... | [
"Andy.zhou@zenhonch.com"
] | Andy.zhou@zenhonch.com |
73fbbcf076b945d4f1a7b44a149443c700593b8e | beadd52ff824673f753fc0dd7a526aa2a3d4ecc1 | /kern/net/tcpip/src/tcp/tcph2net.c | f8bfb64d74c9fc50504c85ce9a71f39a7079e1bf | [] | no_license | zhouganglin/ucore_networking | 71c273789a8a822a4ae4e3f9717add1b32cc2a79 | 11ab2a0d41c904eb3c60195dcdeb80f0ecb40824 | refs/heads/master | 2020-07-08T22:56:47.470836 | 2018-05-22T16:13:38 | 2018-05-22T16:13:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 632 | c | #include <tcpip/h/network.h>
/*------------------------------------------------------------------------
* tcph2net - convert TCP header fields from host to net byte order
*------------------------------------------------------------------------
*/
struct tcp *
tcph2net(struct tcp *ptcp)
{
/* NOTE: does ... | [
"xieqiuwei@126.com"
] | xieqiuwei@126.com |
4ecba532cdd566cb232b0be04199b598089e4e6c | 1e1a6d6eddcf28d0eec77de85fa9da69a8dde735 | /DLA/KNL/knl_benchmark/kernel/16.17x4kernel24x8x0_96x20000x556_480+160.c | a186a2089516784efb6b17919bd23fa92b6403e6 | [] | no_license | hpc-sslab/lamma | 8d0b55d6d1e8811110927d210b37a1bea4e02f9c | 52caa049fa9cb70021f7f7a3952c232125b3632e | refs/heads/master | 2020-03-25T17:51:14.860753 | 2018-08-08T11:45:28 | 2018-08-08T11:45:28 | 143,999,367 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,539 | c | #include "immintrin.h"
#include "x86intrin.h"
#include "zmmintrin.h"
#include <hbwmalloc.h>
#define MR 24
#define NR 8
#define MB 96
#define NB 20000
#define KB 556
#define L1_DIST_A 480
#define L1_DIST_B 160
void micro_kernel0(int k, const double * A, const double * B, double * C, int ncol)
{
int i;
register __... | [
"choi@ssu.ac.kr"
] | choi@ssu.ac.kr |
181df8835226a850e74e826348361738af1853ca | ae449d1e969e4132bd2793476bc11dc23c887f41 | /Ejemplo2pag22.c | 56764eddca5a4e5145497201891ba717a922a355 | [] | no_license | ohc081110/ComputoParalelo | 010da7604205c97ae70a761395eea09dd09e6019 | 01ceadbf298861a608c949c84e482f6692578b5a | refs/heads/main | 2023-04-11T14:43:01.944094 | 2021-04-24T00:16:21 | 2021-04-24T00:16:21 | 358,724,358 | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 653 | c | #include <omp.h>
#include <stdio.h>
int main()
{
#pragma omp parallel
{ //inicia regiÚn paralelizable
int NCPU, tid,NPR,NTHR;
NCPU=omp_get_num_procs(); //get the number of available cores
tid=omp_get_thread_num(); //get current thread ID
NPR=omp_get_num_threads();//get total number of threads
NTH... | [
"noreply@github.com"
] | ohc081110.noreply@github.com |
3b0ca93b2996493a6069daa1f0e6745ca18996d5 | a10a3972f62c1d9711c2654d7b3b6ca8ee003300 | /src/cmds/gdb-4.5/ds3100.md/bfd/sysdep.h | c8b69d3b44a7bdafb77aec480194c9d8364b293a | [] | no_license | takeharukato/sprite | 5913f74a08ce6c76e5107ede92bf4f44806f5b7d | e96c03abb319964e69cd21577d724ee83a950a9c | refs/heads/master | 2020-08-04T02:40:31.702805 | 2015-10-05T03:49:13 | 2015-10-05T03:49:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,118 | h | #include <fcntl.h>
#include <errno.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>
#include <string.h>
#include <sys/file.h>
#include <malloc.h>
#ifndef O_ACCMODE
#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
#endif
#define SEEK_SET 0
#define SEEK_CUR 1
#include <machine/machpa... | [
"noah.evans@gmail.com"
] | noah.evans@gmail.com |
7d5d57a2ba5930a3e9a42aeefb4db6531f3a6b0a | 6e6a53f21801b0052d6ae58fe13d010a94930aa1 | /G474RE_HRTIME-EXTI-DAC-DMA_HRTIM-trig-ADC-IT-DAC_HAL/Core/Inc/main.h | badf52ed04e69c10fe8848f58bde7a85d85e749d | [] | no_license | VictorTagayun/NUCLEO-G474RE_DAC-DMA_ADC_DAC-OUT | d7c8b96d20ee93b2a4369e49ed1894fcd50c4a97 | d91bff191113825dd13e3b12c3f2a191ec97685e | refs/heads/main | 2023-03-19T08:26:22.576641 | 2021-03-17T23:24:37 | 2021-03-17T23:24:37 | 347,910,759 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,726 | h | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.h
* @brief : Header for main.c file.
* This file contains the common defines of the application.
*******************************************... | [
"noreply@github.com"
] | VictorTagayun.noreply@github.com |
61e3017b486679b10c1b81848457d204b7df2914 | 1780b1bfe23995e8e6a4819f62aab676276dfd46 | /tfr2/hd/h3/d4/mygrep.c | 3add7279952dc8c097338e68cd569b1cd982315e | [] | no_license | teyter/uni | 6cfd9413fba0efd4a4fabcf6d64c7d158345f8be | 57c895e1d2615f9c443e5c13feb93aeae75f2b27 | refs/heads/master | 2022-12-07T18:19:03.861842 | 2020-08-26T12:31:52 | 2020-08-26T12:31:52 | 152,748,096 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 844 | c | #include <stdio.h>
#include <string.h>
int my_grep(char* line, char* pattern) {
for (int i = 0, k = 0; i < strlen(line); i++) {
if (k == strlen(pattern))
return 1;
if (pattern[k] == line[i])
k++;
else k = 0;
}
return 0;
}
int main(int argc, char** a... | [
"teitur93@gmail.com"
] | teitur93@gmail.com |
b1797d57fbeb1ee1dc5cc83ed935ea0823796bdf | 6cbde1a75f534de3284c96da543c5f1b84ca95b9 | /includes/s_pbkdf.h | 95729aea9b1b66f9bc159549e815db510c383a7c | [] | no_license | SilentVoid13/Silent_OpenSSL | acf49ec8078df8cd4a45444da0a32c06805eb78d | 78375a7537a36fdf8ce09e63209c57928ea10e9d | refs/heads/master | 2022-04-17T10:35:58.089007 | 2020-04-18T13:23:47 | 2020-04-18T13:23:47 | 255,726,132 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 462 | h | //
// Created by silentvoid on 4/14/20.
// Copyright (c) 2020 SilentVoid. All rights reserved.
//
#ifndef SILENT_OPENSSL_S_PBKDF_H
#define SILENT_OPENSSL_S_PBKDF_H
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int s_pbkdf2_hmac_derive(const char *password, size_t password_len, const unsigned char *salt,... | [
"51264226+SilentVoid13@users.noreply.github.com"
] | 51264226+SilentVoid13@users.noreply.github.com |
f5f768d31127fb1d77b4c80f8154d4435ccf7055 | 138c849d97f084224d7a83916e3824cdcddca3bb | /example-applications/dsp-benchmark_1_00_00_02/dsp_benchmark_app/dsp_benchmarks_fxns.h | 107f2c5f0d338e24a9c7ee5d3f785bd0b40c2f2b | [] | no_license | lab85-ru/ti-dvsdk_omapl138-evm_04_03_00_06 | 7210a0324d9b520aa4e17879fe1bb84af98b1178 | 350e68dd99669e46c6f679e91216e22412ee50c5 | refs/heads/master | 2022-07-29T11:31:20.816254 | 2020-05-17T18:09:02 | 2020-05-17T18:09:02 | 264,720,283 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,454 | h | /*
* Copyright (C) 2010Texas Instruments Incorporated - http://www.ti.com/
*
*
* 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 copyrigh... | [
"info@lab85.ru"
] | info@lab85.ru |
c01a907c6d25c508613875b48805cada73f313da | b09d4b3db8c7635043136524defc2807d957529d | /projects/eclipse/amber_unit_test/test_main.c | 6e35afddca55f86ca31b24ad40742b1666c98755 | [
"MIT"
] | permissive | git45016683/amber | a753fa18dc71a6413dca5e260a8ab17e74f7310e | 5127c175b7d48da388ec6c74d8b507b822ed4f24 | refs/heads/master | 2020-06-03T18:44:54.425686 | 2017-10-20T19:44:59 | 2017-10-20T19:44:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 560 | c | #include <stdio.h>
#include "CuTest.h"
CuSuite* testsuite_os_task(void);
CuSuite* testsuite_os_core(void);
void RunAllTests(void)
{
CuString *output = CuStringNew();
CuSuite* suite = CuSuiteNew();
CuSuiteAddSuite(suite, testsuite_os_task());
CuSuiteAddSuite(suite, testsuite_os_core());
... | [
"congus8@gmail.com"
] | congus8@gmail.com |
3e9795e5960d74690998ded594a29132adf20b7f | fde97191aae51f9e16f2107d806300c61d910db5 | /arduino/fcu/commands.h | e24cce94c58acec985bf1553bee44803e26f87ef | [] | no_license | tkober/flight-simulator-2020 | 7c7d523b6a1eee7bbecbdac88e2d6aab6728ccf8 | d143a81f34482254fcd25674fb65e1f408896d4e | refs/heads/master | 2022-12-18T05:03:57.128275 | 2020-09-17T21:11:35 | 2020-09-17T21:11:35 | 291,372,960 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,425 | h | #ifndef FCU_COMMANDS
#define FCU_COMMANDS
#define COMMAND_FD_TOGGLE "FD_TOGGLE"
#define COMMAND_ILS_TOGGLE "ILS_TOGGLE"
#define COMMAND_LOC_TOGGLE "LOC_TOGGLE"
#define COMMAND_AP_1_TOGGLE "AP1_TOGGLE"
#define COMMAND_AP_2_TOGGLE "AP2_TOGGLE"
#define COMMAND_A_TH... | [
"thorsten.kober@softgarden.de"
] | thorsten.kober@softgarden.de |
5a60ba34c5935962b8d6394c6991f8b61a0fc942 | 31b399e84a79a6345b68a125e2563ca6e0e51362 | /pcmsocket/pcmsocket.h | 3800938d94f972d65c1b7f4987ed28935e931a6e | [] | no_license | zwenqian/websocketserver | 2b483e50d1c54f4b70c89248b6232e1303217f9d | d38423b339f094c46d9c724c915fa777e0507746 | refs/heads/master | 2022-04-18T04:03:48.966149 | 2020-02-27T08:34:13 | 2020-02-27T08:34:13 | 255,483,039 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,462 | h | /*******************************************************************************
* 版权所有(C)2019, 广州海格通信集团股份有限公司.
* 项目代号: 无
* 文件名称: websocket.cpp
* 运行平台: Linux
* 编译环境: C编译器--GCC
* 程序语言: C++
* 作 者: 张问谦
* 内容摘要: pcm数据传输模块
* 完成日期: 2019年12月
****************************************************... | [
"zwenqian@zwenqian"
] | zwenqian@zwenqian |
e241a43dc277a3dbcd12c7d7c36b835121868b69 | 4c01f5458df4919ff7a997ee7dfd3869b9e9a0f9 | /projects/avr/bootloader_vscp/vscp_user/vscp_tp_adapter.h | 854cd3c9a6d8d20d7c72282b62a6ec1f9f466f3e | [
"MIT"
] | permissive | ajje/vscp-framework | 5c03a31125118d1e25384309c807b7ddaa655b55 | 59c84a1a996568abf9b25066820c140c11551f3f | refs/heads/master | 2021-01-12T20:39:09.859067 | 2015-11-25T12:59:08 | 2015-11-25T12:59:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,849 | h | /* The MIT License (MIT)
*
* Copyright (c) 2014 - 2015, Andreas Merkle
* http://www.blue-andi.de
* vscp@blue-andi.de
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without ... | [
"web@blue-andi.de"
] | web@blue-andi.de |
7d02ff08a461a06894bff643a0bf96b27f10e2a5 | af79492c6999077f88b820185ecd4eb82c355c9a | /pi0_eta_id_pictures_sim_FeD_Fe/mbpic/hM2_26.C | c46f0b83384dc0288a9ce6428dd01ff20f4793e1 | [] | no_license | orsosa/Eg2_ana | f8d20c0a4c3c0a2e725a24fa84518b552dde31e3 | f49ee1384f54365c0b293656386635b111c54ae0 | refs/heads/master | 2020-07-01T09:30:30.162135 | 2018-11-05T15:08:42 | 2018-11-05T15:08:42 | 74,095,684 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,361 | c | {
//=========Macro generated from canvas: c/The canvas
//========= (Tue Sep 13 13:34:40 2016) by ROOT version5.34/19
TCanvas *c = new TCanvas("c", "The canvas",1,1,800,576);
c->SetHighLightColor(2);
c->Range(0.06625,-1.421231,0.20375,12.79108);
c->SetFillColor(0);
c->SetBorderMode(0);
c->SetBorderSiz... | [
"oj.5070@gmail.com"
] | oj.5070@gmail.com |
be9e59adc86b2b69c1ab9c2a2e051b6af4377b36 | 6da5140e9595582c2ab10f3a7def25115912973c | /04/03.other/Demo.07/RESOURCE.H | db35003686b528151459a2e56a945f835d819ac5 | [] | no_license | s1040486/xiaohui | 6df6064bb0d1e858429375b45418e4f2d234d1a3 | 233b6dfbda130d021b8d91ae6a3736ecc0f9f936 | refs/heads/master | 2022-01-12T07:10:57.181009 | 2019-06-01T04:02:16 | 2019-06-01T04:02:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 979 | h | //{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by PieDemo.rc
//
#define IDM_ABOUTBOX 0x0010
#define IDD_ABOUTBOX 100
#define IDS_ABOUTBOX 101
#define IDD_PIEDEMO_DIALOG 102
#define IDR_MAINFRAME ... | [
"haihai107@126.com"
] | haihai107@126.com |
0a6bf302591655dd97b0b9907edaeb2a14cf9126 | bd9bcc7ad290c36cc384e9015412faa0f2fd180b | /include/util.h | 883511f6e878f97edd261b423c1693bf44210477 | [] | no_license | hjanime/PIntron | 1fa69d09ae18bf7ce6883df75381657235c6edd3 | e00d610dc2d9e76824dd7a2575bfbffa09d50395 | refs/heads/master | 2020-12-29T03:06:31.824850 | 2011-11-23T18:10:33 | 2011-11-23T18:10:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,718 | h | /**
*
*
* PIntron
*
* A novel pipeline for computational gene-structure prediction based on
* spliced alignment of expressed sequences (ESTs and mRNAs).
*
* Copyright (C) 2010 Yuri Pirola, Raffaella Rizzi
*
* Distributed under the terms of the GNU Affero General Public License (A... | [
"yuri.pirola@gmail.com"
] | yuri.pirola@gmail.com |
82a9ef4269766e1941c8dfe0e421b6a8f65bef52 | 75b60792e87f09086094a16037af8af639d7ea11 | /src/utils.h | a3b9dd3440c5a7020c31ddae52de1e5c295a7b02 | [
"MIT"
] | permissive | ericraio/webserver | ccef251b38733d10cbe89c295a787cf377591a4c | 6e5ccd983741e639e92c32cfe18671bbbcf5679e | refs/heads/master | 2016-09-06T14:27:03.834661 | 2013-09-13T18:35:02 | 2013-09-13T18:35:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 794 | h | //#####################################################################
//
// Miscellaneous utility functions
//
//#####################################################################
#ifndef UTILS_H
#define UTILS_H
typedef char timebuf_t[22];
// Return the input string, or ""if input is null
const char* safe_cstr(c... | [
"ericraio@gmail.com"
] | ericraio@gmail.com |
75dcb2e1ebda7212a440f2d75cef11db8adbd272 | 777d3729ec4664a6772d9e6debe6e13014b8af0a | /list_sort.c | 40a6eebe0de8b1ad17e7687c7bbffaa149590b3c | [] | no_license | nonalias/cub3d | bde5169b18f47d8909520df5de6725215bdb5082 | 59f65899f49448c85468cfda295a2bd3afe76b88 | refs/heads/master | 2022-11-25T15:20:14.519849 | 2020-08-02T14:27:35 | 2020-08-02T14:27:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,259 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* list_sort.c :+: :+: :+: ... | [
"dochoi@c1r1s2.42seoul.kr"
] | dochoi@c1r1s2.42seoul.kr |
9de4fb4e59c588019014f98f085bf359ca9debe3 | ff276ef433ae7f6f3cb254e55e310683d3a3d285 | /trinity-android19/jni/ioctls/kgsl.c | 864fd30cd5ce787998ba93f4c024b9996a976924 | [] | no_license | Fuzion24/fuzzer-android | 36fc863b5a19c9968099bf616f71adcad7a72c4c | 2d9dad55319150b58445b8be13e198e3b0c10540 | refs/heads/master | 2021-01-18T06:02:55.941779 | 2015-08-07T19:03:25 | 2015-08-07T19:03:25 | 40,374,032 | 3 | 0 | null | 2015-08-07T18:06:47 | 2015-08-07T18:06:47 | null | UTF-8 | C | false | false | 3,128 | c | #include <linux/types.h>
#include <linux/ioctl.h>
#include "utils.h"
#include "ioctls.h"
#include "ioctl_types.h"
#include "syscall.h"
static const struct ioctl kgsl_ioctls[] = {
IOCTL(IOCTL_KGSL_DEVICE_GETPROPERTY, STRUCT_kgsl_device_getproperty, 0),
IOCTL(IOCTL_KGSL_DEVICE_WAITTIMESTAMP, STRUCT_kgsl_device_wai... | [
"d.giubertoni@hackingteam.com"
] | d.giubertoni@hackingteam.com |
546c74738bfb4f2533b699e9269f1b1a5ccb5ca9 | 9b553bbfc8b0807d7f860964d6044d6ccf6d1342 | /include/dolphin/gf/GFTev.h | a4c7d545df6198104bb7450363b8537f86af5399 | [] | no_license | DedoGamingONE/tp | 5e2e668f7120b154cf6ef6b002c2b4b51ae07ee5 | 5020395dfd34d4dc846e3ea228f6271bfca1c72a | refs/heads/master | 2023-09-03T06:55:25.773029 | 2021-10-24T21:35:00 | 2021-10-24T21:35:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 82 | h | #ifndef GFTEV_H
#define GFTEV_H
#include "dolphin/types.h"
#endif /* GFTEV_H */
| [
""
] | |
421158af461e44825862a26fb4a365d812188208 | 446a8236fcbf15c8bc5f3387dec9a2f3e0b2eb38 | /文件系统类/ATMEL FAT File System/target nand fs - 2004.5/CODE/fs 20045/APPS/STDIO/MAIN.C | cd8fe8698c268eeb36e84ec0c91f4ee31f9d7f2b | [] | no_license | venkatarajasekhar/protocols | 5e12d7e5d9b636bf7fa1a61b4232e84da664c2de | b0c5010c05029750d9e11b02f6883a083fceec3a | refs/heads/master | 2020-06-21T04:59:04.461670 | 2013-08-08T03:22:44 | 2013-08-08T03:22:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,665 | c | /***********************************************************************/
/* */
/* Module: main.c */
/* Release: 2004.5 */
/* Version: 2004.3 ... | [
"mrtos@163.com"
] | mrtos@163.com |
c9b0ad5fda6f5c4bc2314041aa1100495ecf7ae5 | 093bf653753a1674072d08a67e5ba9377f56e97b | /TEST/quicksort/UPPAAL_source/quicksort_str_node_r121.c | 48dc964cf60181777dfb889ccd73acdac8d4c043 | [] | no_license | HaoxuanLi/COBRAInputGenerator | c589fd82513c925d18b4830ddc79ac25c2bfed08 | 79ed21614c10fc3ceb8b174326d6ef79d55e5ade | refs/heads/master | 2021-01-20T01:56:35.825321 | 2017-10-13T07:26:13 | 2017-10-13T07:26:13 | 89,345,893 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 326 | c | /*
Created with COBRA-Framework Export Tool v0.1
Developed by: Thomas Huybrechts - MOSAIC 2016
*/
/*
Include section
*/
// Include header files here...
/*
Forward declaration of functions
*/
void benchmarkNode(void);
int main(void);
void benchmarkNode(void)
{
if ( n > 10 )
}
int main(void)
{
benchmarkNode... | [
"haoxuan.li@uantwerpen.be"
] | haoxuan.li@uantwerpen.be |
c8cd574c6adfab71320d420e23daca00163e9e66 | 5eff7a36d9a9917dce9111f0c3074375fe6f7656 | /lib/mesa/src/gallium/drivers/zink/zink_state.h | 6052bdf60b7b61db76a49372e7c07d97dae4a665 | [] | no_license | openbsd/xenocara | cb392d02ebba06f6ff7d826fd8a89aa3b8401779 | a012b5de33ea0b977095d77316a521195b26cc6b | refs/heads/master | 2023-08-25T12:16:58.862008 | 2023-08-12T16:16:25 | 2023-08-12T16:16:25 | 66,967,384 | 177 | 66 | null | 2023-07-22T18:12:37 | 2016-08-30T18:36:01 | C | UTF-8 | C | false | false | 2,510 | h | /*
* Copyright 2018 Collabora Ltd.
*
* 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
* on the rights to use, copy, modify, merge, publi... | [
"jsg@openbsd.org"
] | jsg@openbsd.org |
278e41a73e0b576ff2aa5f071cb2769659ef33d7 | bead600b6e006297d8025578fdcc0a017a32c7ff | /src/ytv-simple-list-priv.h | 1f2738812e254e1c80d425add836362882eb3296 | [] | no_license | ceyusa/ytv | 8ea370733de955d8f4797619a67006beaebcc446 | 8a2c04309ebc08f38223e78160f3f3c2c4ea6f8c | refs/heads/master | 2021-01-23T16:31:09.150599 | 2008-07-31T22:54:29 | 2008-07-31T22:54:29 | 22,884 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,321 | h | /* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8; coding: utf-8 -*- */
#ifndef _YTV_SIMPLE_LIST_PRIV_H_
#define _YTV_SIMPLE_LIST_PRIV_H_
/* ytv-simple-list-priv.h
* Copyright (C) 2008 Víctor Manuel Jáquez Leal <vjaquez@igalia.com>
*
* This library is free software; you can redistribute it and/or
* modify ... | [
"ceyusa@lux.(none)"
] | ceyusa@lux.(none) |
eab60eead34e8bd6bb812f0b98673d933d2f9604 | 01525e6347155ffdfc3dffe296d92d2a72808499 | /default_content/main.c | 7bb926ea208dd45e02a5ae515dbdb4e564c72dc9 | [] | no_license | mfrey/backyard | 83a1bf94ad7c3d9e8f643c41e7a76ff8cd0d275f | b98ecd9960e9089b202dac2b65ccf627b0db2542 | refs/heads/master | 2023-09-04T06:27:10.272902 | 2023-08-18T10:43:00 | 2023-08-18T10:44:41 | 110,948,905 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,010 | c | /*
* Copyright (C) 2017 MSA Safety
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @ingroup examples
* @{
*
* @file
* @brief TODO
*
* @author Michael Frey <mic... | [
"michael.frey@msasafety.com"
] | michael.frey@msasafety.com |
b00a3fa7104f7b8f4dc77a131cb7a4b46a0ac236 | cdb281fe5f4d172e8ca899420a7e1cfb05e76398 | /mediatek/custom/s6000_row_wifi/hal/sensors/sensor/hwmsen_custom.h | 0c74e6326e6cb4139acf6deb24e837f3455003dc | [] | no_license | lenovo-a3-dev/android_kernel_lenovo_mt8389 | feced2299e2415bd6b2140ff6414c1ed3cff37f8 | 320c9e380542564efdf88554cbde4847c0c0ab53 | refs/heads/master | 2021-01-17T18:43:23.740824 | 2014-11-22T22:12:21 | 2014-11-24T20:42:52 | 27,341,515 | 4 | 4 | null | null | null | null | UTF-8 | C | false | false | 65 | h | ../../../../mt8389_tablet_s3v2/hal/sensors/sensor/hwmsen_custom.h | [
"kupyxa4444@gmail.com"
] | kupyxa4444@gmail.com |
b62af71efd61cbe3d804d5eedf7b9b7e5723cc35 | 68882eb1c37cf5e0f979466bbc5f54f895b6f1de | /libft/ft_lstiter.c | f1a6d21528ec5b4957e3b4096728d19177317d68 | [] | no_license | emericspiroux/nm_otool | 21c72ef41869a3221ecb0aacb2a79e17bf91dabb | d33b5ffdceb3a81941033cbccbeccdd396b1bac5 | refs/heads/master | 2021-01-10T12:36:58.870702 | 2016-01-22T13:20:03 | 2016-01-22T13:20:03 | 50,178,088 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,083 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstiter.c :+: :+: :+: ... | [
"emeric.spiroux@gmail.com"
] | emeric.spiroux@gmail.com |
d1fdc225618e576f1919eaf2f3364c95a7f3c4e4 | 63990e8a6e2324c84f9834073378a8c4eb973cdf | /配套代码/第二部分/F103_指南者/13,移植工程模板/User/main.c | e72123222df4467413fa8bcdfed4a4b24f246263 | [] | no_license | Leixiaoxiang/NXP_RT_FreeRTOS | 5c76b660e4f39d20af63fbca421a2c6dc0275505 | 3fde679cc7e8ab49b577b4409fbdc37bf4d9a9bb | refs/heads/main | 2023-03-14T06:33:22.113349 | 2021-03-06T12:56:56 | 2021-03-06T12:56:56 | 343,435,805 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 993 | c | /**
*********************************************************************
* @file main.c
* @author fire
* @version V1.0
* @date 2018-xx-xx
* @brief FreeRTOS v9.0.0 + STM32 工程模版
*********************************************************************
* @attention
*
* 实验平台:野火 STM32全系列开... | [
"862616977@qq.com"
] | 862616977@qq.com |
ed37e0c65627b52e9450b5fe714fe86b8cca8641 | 5248a8aace04f5b5c4f1729fcacac00a172c4cb5 | /TVSimulator/os/include/os_looper.h | 57cca47a4567b6aedd31abe8d788155b5307fc59 | [] | no_license | fenixchen/osd_engine | 9faa20ba0d72665eb2bc5b821ea812e6ce53941e | 9bfd2513a69c9e50b465f2b60dbd0a1651ee24a4 | refs/heads/master | 2021-04-27T00:18:01.629144 | 2018-05-16T11:19:12 | 2018-05-16T11:19:12 | 123,788,920 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 661 | h | #ifndef _OS_LOOPER_H
#define _OS_LOOPER_H
#include "tv_types.h"
typedef struct _os_looper os_looper;
typedef struct _os_looper_priv os_looper_priv;
#define OS_LOOPER_WAIT_INFINITE (u32)-1
struct _os_looper {
os_looper_priv *priv;
void (*destroy)(os_looper *self);
void (*run)(os_looper *self);
void... | [
"chenchmaill@gmail.com"
] | chenchmaill@gmail.com |
c2301ad8abf20b814fa69cedade4430c514dafb5 | 45937afa0bde1a9ad3711da584ca9d2b9b186970 | /2.10/main.c | 76085b2a6ef6c3a967cabfeebd8fb46ea3ac924e | [] | no_license | HenryM975/C | e6bfb4ec819f0c755dda4e041416f50085274ec1 | 6ce452cd89f077ce34bc89dab6b2632fc91d5a47 | refs/heads/master | 2023-05-30T14:37:46.219259 | 2021-06-09T18:33:22 | 2021-06-09T18:33:22 | 349,749,980 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 278 | c | #include <stdio.h>
#include <stdlib.h>
//for win
int main()
{
int c;
while((c = getchar()) != EOF)
{
putchar(lower(c));
}
return 0;
}
int lower(int c)
{
c = (c >= 'a' && c <= 'z') ? c: (c + ('a' - 'A')); //in unix like 'A' - 'a'
return c;
}
| [
"henry975@yandex.ru"
] | henry975@yandex.ru |
62b31c21a2af48c7fbdbdcb9a310a0a870edfd41 | ea4e3ac0966fe7b69f42eaa5a32980caa2248957 | /download/unzip/mDNSResponder/mDNSResponder-1096.0.2/unittests/unittest_common.c | 774b8e9ba1afe65d4265fb8ec2858a869f8d51ad | [
"NICTA-1.0",
"BSD-3-Clause",
"Apache-2.0"
] | permissive | hyl946/opensource_apple | 36b49deda8b2f241437ed45113d624ad45aa6d5f | e0f41fa0d9d535d57bfe56a264b4b27b8f93d86a | refs/heads/master | 2023-02-26T16:27:25.343636 | 2020-03-29T08:50:45 | 2020-03-29T08:50:45 | 249,169,732 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,342 | c | #include "unittest_common.h"
#include "dns_sd.h"
#include "mDNSEmbeddedAPI.h"
#include "mDNSMacOSX.h"
static mDNS_PlatformSupport PlatformStorage;
#define RR_CACHE_SIZE ((32*1024) / sizeof(CacheRecord))
static CacheEntity gRrcachestorage[RR_CACHE_SIZE];
// Primary interface info that is used when simulating the recei... | [
"hyl946@163.com"
] | hyl946@163.com |
9644b088740237b2ad4e06ec3c6bd35d18a6fe07 | e004f26a5256236c258c7ae5e87e6f84cce185ae | /install/interfaces/include/interfaces/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h | a1572fdf67a438822977c9517398daad03225fb4 | [] | no_license | lennylenny161/AST_UAV-Antispoofing-system- | 59e144f2663e0a764e18ef81924a98aecce2b976 | 07d0945921477bccd65d8f42541b1da2be621dfb | refs/heads/main | 2023-08-18T22:12:39.585403 | 2021-09-13T17:26:12 | 2021-09-13T17:26:12 | 421,423,580 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,710 | h | // generated from
// rosidl_typesupport_fastrtps_cpp/resource/rosidl_typesupport_fastrtps_cpp__visibility_control.h.in
// generated code does not contain a copyright notice
#ifndef INTERFACES__MSG__ROSIDL_TYPESUPPORT_FASTRTPS_CPP__VISIBILITY_CONTROL_H_
#define INTERFACES__MSG__ROSIDL_TYPESUPPORT_FASTRTPS_CPP__VISIBILI... | [
"33636493+nikroman35@users.noreply.github.com"
] | 33636493+nikroman35@users.noreply.github.com |
6366a34ac407e6f7bf84b04fc88a982844db995d | f77af4f304918271e2864547841fc30c100fb471 | /chain_isomer_pd.C | 470c142704501f55414a4434defdc94b8a1b4436 | [] | no_license | jianghongping/EURICA12 | ec6038415c928e5fee07dcc2bd6180e28ed68ae0 | cfc9d311a063123c21e2c2a77c9b28864b11eb4b | refs/heads/master | 2021-02-28T23:48:32.258360 | 2018-07-19T12:45:08 | 2018-07-19T12:45:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,055 | c | {
TChain *tree = new TChain ("tree");
//tree->Add("root/sistopper/eurica_ggmatrix_old/EURICA_GGMatrix2000.root");
tree->Add("root/sistopper/eurica_ggmatrix_old/EURICA_GGMatrix2001.root");
tree->Add("root/sistopper/eurica_ggmatrix_old/EURICA_GGMatrix2002.root");
tree->Add("root/sistopper/eurica_ggmatrix_o... | [
"xzy3186@gmail.com"
] | xzy3186@gmail.com |
d9e8e28d193f1c4db8cf5616629a914fae602e38 | 5489fc366c328f427111ff8590977ee4cfe61691 | /KaiboCapture/FFMPEG/include/libavutil/ffversion.h | e386b03b1123843c13747b2cd8bc92a257b6ba5d | [] | no_license | sharkka/xzcapture | 71e19b20473298cf695ee49bd9b984c20a5d9a4d | 9c743ebf445e94ac1b052901e1a29d760cdafef5 | refs/heads/master | 2020-12-31T06:32:35.700687 | 2016-04-19T07:30:08 | 2016-04-19T07:30:08 | 56,567,810 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 195 | h | /* Automatically generated by version.sh, do not manually edit! */
#ifndef AVUTIL_FFVERSION_H
#define AVUTIL_FFVERSION_H
#define FFMPEG_VERSION "N-76957-g7b11eea"
#endif /* AVUTIL_FFVERSION_H */
| [
"anyongzhi2016@outlook.com"
] | anyongzhi2016@outlook.com |
025665089fa1ce4e43371355e7238b87482c1a13 | afa318faae1ad4f5f422663b6daf7c7bd0b04065 | /MXT_EXAMPLE_USART1/src/weight.h | 0eb382fbbb2bb53631fb0867f1f228f7ae42c54e | [] | no_license | brunoartc/EmbarcadosAPS2 | 1ffac3e97f86e0389ca9b5cbb1da1fa2a31231dc | 5021f4ad8dbfe191320eb3511bad0d20b2f0f57f | refs/heads/master | 2020-04-30T04:17:19.706477 | 2019-05-16T17:42:28 | 2019-05-16T17:42:28 | 176,607,733 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 116,237 | h |
/*******************************************************************************
* image
* filename: unsaved
* name: weight
*
* preset name: Color R8G8B8
* data block size: 8 bit(s), uint8_t
* RLE compression enabled: no
* conversion type: Color, not_used not_used
* bits per pixel: 24
*
* preprocess:
* main scan dire... | [
"warlen.cesarrodrigues@gmail.com"
] | warlen.cesarrodrigues@gmail.com |
96b4f305ead321272afaafc1483021cd6b4012ab | c5e7a7776241c3fd8add2076208f9f4181ecbe60 | /ref_lib/example/asn/ranap/RANAP-PDU-ContentsTest.c | cf1b6b8c1f1b129d181bd9ef01e2cd27ae813a16 | [
"Apache-2.0"
] | permissive | cheoljoo/CGA_AGP | 2bb12af6d55afa096b3abe52d5ef69490043f79b | 7eac9732271b65c1cffee0be19ffee01131cdfb4 | refs/heads/master | 2020-03-29T00:31:53.954587 | 2017-09-08T05:28:06 | 2017-09-08T05:29:24 | 94,634,833 | 3 | 0 | null | 2017-08-13T12:27:50 | 2017-06-17T16:12:57 | C | UTF-8 | C | false | false | 235 | c | /**
* This file was generated by the Objective Systems ASN1C Compiler
* (http://www.obj-sys.com). Version: 5.83, Date: 20-Mar-2007.
*/
#include "asn1intl.h"
#include "RANAP-PDU-ContentsTable.h"
#include "RANAP-IEsTable.h"
| [
"cheoljoo@gmail.com"
] | cheoljoo@gmail.com |
3188c4f5a7c0d08477c5af48399e6961bc35c1bf | 05175b132ad63a05369c8cf88f3e2635b27da0a7 | /libft/ft_isascii.c | b405654fe856f22e5d78202ffc12b4da4975b196 | [] | no_license | GarvielL0ken/lem_in | ea83910c8574b5ee03be9e81cf99c65af49caf86 | 3c09b0e677bb56892c5f3a20bd32d41fbbcd948b | refs/heads/master | 2020-07-15T23:55:17.657018 | 2020-05-15T08:22:45 | 2020-05-15T08:22:45 | 205,676,350 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 997 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_isascii.c :+: :+: :+: ... | [
"jsarkis@c3r6s5.wethinkcode.co.za"
] | jsarkis@c3r6s5.wethinkcode.co.za |
758770850a56bf9c8f01f0a0277004b04c478d62 | 79ed28b2b3bc8d149285aa874440a5fce2450b81 | /tasks.c | 9e838ac91a86744cab6601b2200ec50a41d37649 | [] | no_license | Pspetz/Hooke-Jeeves-Parallel- | e00c9779d780081ecadc0f0d082dc56881b24c86 | 7181b534a9b58169b31afbdf91c7621e8d96965a | refs/heads/main | 2023-06-04T13:33:57.544168 | 2021-06-26T11:09:45 | 2021-06-26T11:09:45 | 368,672,295 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,461 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <time.h>
#include <sys/time.h>
#include <omp.h>
#define MAXVARS (250) /* max # of variables */
#define RHO_BEGIN (0.5) /* stepsize geometric shrink */
#define EPSMIN (1E-6) /* ending value of stepsize */
#define IMAX (5000) /* max # of iteratio... | [
"noreply@github.com"
] | Pspetz.noreply@github.com |
c861a521b7f291b6807a29f746076713769f1a81 | c1c1a0af305bd71c398ebb112b4d2861bca7beec | /src/bbox.h | e003eff8a6469f5e5a587d1836ede84350563266 | [] | no_license | nikki93/cgame | cdfaf1082f68409269757460efba80011e3acd95 | d467d0f9fb3373139504e22150a9c57973f278a2 | refs/heads/master | 2021-01-01T19:25:10.880647 | 2018-08-25T16:12:25 | 2018-08-25T16:12:25 | 15,379,420 | 81 | 12 | null | null | null | null | UTF-8 | C | false | false | 491 | h | #ifndef BBOX_H
#define BBOX_H
#include "vec2.h"
#include "mat3.h"
#include "script_export.h"
SCRIPT(bbox,
typedef struct BBox BBox;
struct BBox { Vec2 min; Vec2 max; };
EXPORT BBox bbox(Vec2 min, Vec2 max);
EXPORT BBox bbox_bound(Vec2 a, Vec2 b);
EXPORT BBox bbox_merge(BBox a, BBo... | [
"s.nikhilesh@gmail.com"
] | s.nikhilesh@gmail.com |
5aaa4243de012f5a232186e615104cad9be62e4a | ab43c441ead75dedcda6fc9694bd0f1359704c8d | /Project Euler/euler5.c | 916bd4c1fe897cbeb39daf00a8223014b65c96fc | [] | no_license | dbjohnson/ipython | a89b390a75cb13ac6dff08774fdac80ab58b3c48 | a1b85dfc9a6daadabbf176b29f6b12d038a1e75d | refs/heads/master | 2020-04-24T15:06:30.974857 | 2019-02-24T16:07:21 | 2019-02-24T16:07:21 | 28,516,838 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 533 | c | #include <stdio.h>
#include <time.h>
int main() {
clock_t t = clock();
int maxDivisor = 20;
int winner = 0;
int n = maxDivisor;
while (1) {
int foundIt = 1;
int divisor = 0;
for (divisor = maxDivisor - 1; divisor > 1; --divisor) {
if ((n % divisor) != 0) {
foundIt = 0;
break;
}
}
... | [
"d.bryan.johnson@gmail.com"
] | d.bryan.johnson@gmail.com |
876243d12601277d8315cffdc0008d59f254bb52 | d2424ee87dbfab44d73f9fba905f05fa9da67963 | /abs.c | 2ebf63272fcd051c8f3b55bbe683a6025712701e | [] | no_license | sunethk12/c-programming | 3473b9112572babf2fcea3e0ded44b8ca283e995 | b7cf278614d08747ffd3a52edf2b6cb337e9994c | refs/heads/main | 2023-01-19T20:52:46.341035 | 2020-11-21T06:24:52 | 2020-11-21T06:24:52 | 314,746,888 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 331 | c | #include<stdio.h>
int main(){
int year1,year2,difference;
printf("Enter Year 1: ");
scanf("%d",&year1);
printf("Enter Year 2: ");
scanf("%d",&year2);
difference = year1-year2;
difference=abs(difference);
printf("Difference Between Year 1 and Year 2 is : %d",difference);
ret... | [
"noreply@github.com"
] | sunethk12.noreply@github.com |
0793630ba93ab89c3d86ce8a0b21a0fc307fa31c | 9afd67897ab520f50af163e408b765e3fcc9febd | /moistureSensor.h | 04a272bf5a9417736387db1e2a9b82129e625365 | [] | no_license | KaczmarczykMateusz/WateringSystem | 9913c0120f26908bfa4f7665c0e2afb9aa6373ca | dfa302608b14ef0d118a9bac9f4e3b0f59ed6e59 | refs/heads/master | 2021-01-20T05:13:31.491077 | 2017-11-26T20:40:36 | 2017-11-26T20:40:36 | 101,421,325 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,049 | h | /*
============================================================================
Name : moistureSensor.h
Author : Mateusz Kaczmarczyk
Version :
Description : Higher sensor value means dryer soil
although result is presented with "correct" percentage
==========================================... | [
"kaczmarczyk.wsb@gmail.com"
] | kaczmarczyk.wsb@gmail.com |
6c647ead713807ec3b07b792733b1579c49f1dd4 | 18df702758fa034d30f7e3573e9a986a93b5ba88 | /external/uvc_app/uvc/uevent.c | 3fccc42655dc3e882a3218f085bde828813b41d3 | [] | no_license | qiaoweibiao/merged | e8eedb87c73f12436fb26b8058ea295fc3e703c0 | 3b016b1330c2a148753d00c542aaa39e7f86e726 | refs/heads/master | 2023-08-25T01:53:59.791416 | 2021-10-25T19:22:50 | 2021-10-25T19:22:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,840 | c | /*
* Copyright (C) 2019 Rockchip Electronics Co., Ltd.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL), available from the file
* COPYING in the main directory of this source tree, or the
* Ope... | [
"geierconstantinabc@gmail.com"
] | geierconstantinabc@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.