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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d4ced979ae7607c9faaaf23144f06f81f2b023b7 | 1c6a7ae5dca2a38c68fde97a676478c6573bca02 | /linux-3.0.1/fs/nfs/super.c | ce40e5c568ba393ec297fbdbc4d288b750491e5a | [
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | tonghua209/samsun6410_linux_3_0_0_1_for_aws | fab70b79dc3e506dc03ac1149e2356137869c6ca | 31aa0dc27c4aab51a92309a74fd84ca65e8c6a58 | refs/heads/master | 2020-04-02T04:24:32.928744 | 2019-01-20T13:51:34 | 2019-01-20T13:51:34 | 154,015,176 | 0 | 0 | Apache-2.0 | 2018-10-24T14:51:04 | 2018-10-21T14:07:31 | C | UTF-8 | C | false | false | 79,203 | c | /*
* linux/fs/nfs/super.c
*
* Copyright (C) 1992 Rick Sladkey
*
* nfs superblock handling functions
*
* Modularised by Alan Cox <alan@lxorguk.ukuu.org.uk>, while hacking some
* experimental NFS changes. Modularisation taken straight from SYS5 fs.
*
* Change to nfs_read_super() to permit NFS mounts to m... | [
"kyh1022@163.com"
] | kyh1022@163.com |
7834a1e5c0c06ec0023d9523f270c6da6d24cab2 | ec49100cf50d4a2582af1da292ef46a38f622d6b | /src/framework/core/l-event-dispatcher.c | 8ebfefa0525406ee0ec53066c6041fe8fabf7344 | [
"MIT"
] | permissive | nanfang2000/xboot | 30ca75af8ebee274fc54e979b669085fd26a19c4 | b9aee8bad4586cee201c63b3c886450404298d4e | refs/heads/master | 2021-12-28T14:00:40.420544 | 2021-12-13T07:07:30 | 2021-12-13T07:07:30 | 145,588,990 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,985 | c | /*
* framework/core/l-event-dispatcher.c
*
* Copyright(c) 2007-2021 Jianjun Jiang <8192542@qq.com>
* Official site: http://xboot.org
* Mobile phone: +86-18665388956
* QQ: 8192542
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated document... | [
"8192542@qq.com"
] | 8192542@qq.com |
67656e57c43e024d565e8b9d7b5f27f5b592cf2b | f5ae07839fc86f719d265f88439bdf95df957619 | /contrib/libucl/ucl_hash.h | 805c8efb2d6768cb8f257b9a5975b69f6ad47cc5 | [
"Apache-2.0"
] | permissive | wrosenauer/rspamd | 819eb22e7b0df09d86125d96aa331e65d46747a3 | 9732b42f533ae6eb7514e52e285ca065f9c5c070 | refs/heads/master | 2020-06-15T07:17:30.447284 | 2019-07-04T11:13:00 | 2019-07-04T11:13:00 | 195,235,046 | 0 | 0 | Apache-2.0 | 2019-07-04T12:11:29 | 2019-07-04T12:11:29 | null | UTF-8 | C | false | false | 3,339 | h | /* Copyright (c) 2013, Vsevolod Stakhov
* 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 list o... | [
"vsevolod@highsecure.ru"
] | vsevolod@highsecure.ru |
7b720d9f7e548c66f7a4956f3b6c681569e0f5d4 | 255edabe51279aca1ee9984414121aec961bd043 | /project3/original/mhead1.c | 93e0fd077ed48625e03c8b701751a05b71dc9148 | [] | no_license | sparverius/cs212 | 50510fd67a51c277e4c6f56a601b0e1ecb8934b3 | ac8c458ca0ce187d0138a77550a1d0b97edfc56b | refs/heads/master | 2021-03-27T20:20:15.204936 | 2018-09-19T08:53:40 | 2018-09-19T08:53:40 | 75,806,317 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 823 | c | /* mhead1.c
* Richard Kent
* An example of the head command using system calls.
*/
//typedef int bool;
#define TRUE 1
#define FALSE 0
#define LINES 10
char buffer;
int bytesOrLines;
void reg(int option);
int main(int argc, char* argv[]) {
if (!argv[1]) {
write(1,"\r",1);
}
else if (argv[2]) {
byt... | [
"photizo@gmail.com"
] | photizo@gmail.com |
6a44fe221ffb4262817e812c1bd63de89da4b78d | 8244e875265faa6167ad72388e6fce20741e0f36 | /New Project-20161106/Functions.c | a3977c263e910e36f77aff8357c591829d84895c | [] | no_license | RahulRayKiit/codingground | 9017ff80f6886c808963a3a6796e931c63256f00 | 18fe83eaf789576a0df7941515f14f5fdb19ca40 | refs/heads/master | 2020-12-24T12:34:39.319410 | 2016-11-06T07:20:14 | 2016-11-06T07:20:14 | 72,975,953 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 387 | c | #include<stdio.h>
void main()
{
int N;
void sum(int);
printf("Calculator to find the sum of first N natural numbers where N is entered by the you\n");
printf("\nEnter a natural number\n");
scanf("%d",&N);
sum(N);
}
void sum(int N)
{
int i,s=0;
for(i=1;i<=N;i++)
{
s=s+i;
}
... | [
"RahulRayKiit@users.noreply.github.com"
] | RahulRayKiit@users.noreply.github.com |
b284f95ab83fb7d62a8e5ab7599caffd664fb72a | 62dfc33e0559cbf84efb014dd17b687247cadda8 | /src/transport/ipc/ipc_test.c | 7bf3d2ec452a4bdc02e9600303046075ed914be1 | [
"MIT"
] | permissive | aperol389/nng | ab0c3635680f62eaafd01cf173cb57c7d933b4d4 | cda4885676f009e2e7f2ad5e6c52743efc8b8924 | refs/heads/master | 2023-01-13T12:30:12.723086 | 2020-11-18T06:46:42 | 2020-11-18T06:49:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,559 | c | //
// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech>
//
// This software is supplied under the terms of the MIT License, a
// copy of which should be located in the distribution where this
// file was obtained (LICENSE.txt). A copy of the license may also be
// found online at https://opensource.org/licens... | [
"garrett@damore.org"
] | garrett@damore.org |
1e1e67e022fe97626535e6f9d822c885567ce13d | 62dbf93ce2119d403a971c5621a608ccc93bf0e7 | /source/libsvchax.c | 44e3dbc33313ef85bc621385ae7753e3ee20887c | [] | no_license | Rinnegatamante/libsvchax | ee2c4843267cd5c546b0c750562e2a83b4d91027 | fb3c97c1f89b72a13cff5ce2cffd78e6b351166a | refs/heads/master | 2020-12-31T01:23:28.003484 | 2016-03-22T10:03:16 | 2016-03-22T10:03:16 | 53,404,053 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 37,284 | c | #include <3ds.h>
#include <stdio.h>
#include <string.h>
#include <malloc.h>
#include "libsvchax.h"
static u32 pidBackup;
static u8 isNew3DS;
u8 __ctr_svchax = 0;
typedef Result (*backdoor_fn)(void* args);
static u32 backdoor_args;
static backdoor_fn backdoor_entry;
static s32 backdoor_wrap(void)
{
__asm__ volatile... | [
"rinnegatamante@gmail.com"
] | rinnegatamante@gmail.com |
961decfa367c50f4bd59cf1f99aa85833a74ed0e | 19238ffcd7a2f6db89422f8707b5a1a8090b2b96 | /courses_and_codes/ADA/hw4/h7.c | b2b34371601707c8406a7df37bfdeaa176e5d665 | [] | no_license | zfrank7777/previous-works | cae11b4cf141a9b8c32582c211240ea41e4a4dcd | 303facec12a1dcfc38356e2bb02b5e856592cae2 | refs/heads/master | 2020-03-12T09:18:30.791271 | 2018-04-22T09:46:42 | 2018-04-22T09:46:42 | 130,549,854 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,749 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
const int N=100001;
using namespace std;
int adj_list[N][50]={{}};
int adj_from[N][50]={{}};
int outdegree[N]={};
int indegree[N]={};
int V,E;
int answer_flag=0;
bool traversed[N];
int ans[N]={};
int startpoint[N]={};
int chainlength[N]={};
int type[N]={}; //1... | [
"b05902022@ntu.edu.tw"
] | b05902022@ntu.edu.tw |
5ae64fda39d90907759a0afc7641047a1f947c70 | 6119eb6af4643aeb511e33a30ff27aa4d467e5f7 | /Lab 4 Battleship Completed/battleship-4/EIFGENs/battleship/W_code/C15/ev1441.c | f5dd627b279e55ce032054551c03ceccd2abe063 | [] | no_license | TheHackerGenesis/EECS-3311 | b197e6a470bfeaf8e3cb9e7c3e1ce8afd05032e7 | 858d6c0e71e31c8dba6dd3abc05fca79e49d0130 | refs/heads/master | 2022-01-20T04:18:07.883224 | 2019-06-28T11:36:52 | 2019-06-28T11:36:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 54,946 | c | /*
* Code for class EV_MULTI_COLUMN_LIST_I
*/
#include "eif_eiffel.h"
#include "../E1/estructure.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void F1441_13961(EIF_REFERENCE);
extern EIF_TYPED_VALUE F1441_13968(EIF_REFERENCE, EIF_TYPED_VALUE);
extern EIF_TYPED_VALUE F1441_13969(EIF_REFERENCE, EIF_TYPED_VALUE);... | [
"kishanpatel12@gmail.com"
] | kishanpatel12@gmail.com |
81fe6cce32f85479903831f98788d69a8164a32f | 43f9419f2585cdee99f7e70509943d1ea8afa8b5 | /Additional Testing/Personal Tests/Test13.c | 3ca19a6dab90d820e5600d1a3c69aeb90200f236 | [] | no_license | DWhettam/SPL-Compiler | cb016811cd4fc9b34adeb159b717f34c3a081a65 | 6e1bd07fcc795d288fd5310dcd8522bedb5a7975 | refs/heads/master | 2021-05-08T18:26:50.656510 | 2018-02-19T15:15:17 | 2018-02-19T15:15:17 | 119,520,701 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 125 | c | #include <stdio.h>
#include <stdlib.h>
int main (void)
{
int a_v;
a_v = 0;
printf("%d", a_v);
printf("\n");
}
| [
"noreply@github.com"
] | DWhettam.noreply@github.com |
f9d3e2721f35c7212954fc47e66e7ca0c9512fe5 | 87c01acd253c80c1c4d0cde34b6ab78c189f4ee8 | /Drivers/BSP/STM32H745I-DISCO/stm32h745i_discovery_audio.h | dca6de1796d387076a6c8ba94252af03e5223c84 | [
"BSD-3-Clause"
] | permissive | arybitskiy/STM32H745i-DISCO-2D-Physics | ecdfdc98fbabe9558c693b5d320fd51881aaea4c | 7fc198810463e7c1bd9a459343b24f52eb2dc134 | refs/heads/main | 2023-04-30T07:53:20.518112 | 2021-05-28T09:24:55 | 2021-05-28T09:24:55 | 371,644,933 | 0 | 0 | null | 2021-05-28T09:24:55 | 2021-05-28T09:13:11 | null | UTF-8 | C | false | false | 19,091 | h | /**
******************************************************************************
* @file stm32h745i_discovery_audio.h
* @author MCD Application Team
* @brief This file contains the common defines and functions prototypes for
* the stm32h745i_discovery_audio.c driver.
*****************... | [
"alekso.php@gmail.com"
] | alekso.php@gmail.com |
84668dd8efc13d1a0dbae6975337472e7509cc9e | 53fae6e612d2f7c2117fa354b389d86771529de7 | /snmp/include/.svn/text-base/container_list_ssll.h.svn-base | f38fc3aa872302fba030544af251a4e3b1e1baa0 | [] | no_license | eastchiang/HiOS-IPC | 2d86773d395728492957385070eb910d2ab0b287 | 7534c03d8991eace748e6d0dc795e4d1673d47ff | refs/heads/master | 2022-01-10T14:24:20.125590 | 2019-05-18T02:24:02 | 2019-05-18T02:24:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 501 | /*
* container_list_sl.h
* $Id: container_list_ssll.h 11068 2004-09-14 02:29:16Z rstory $
*
*/
#ifndef NETSNMP_CONTAINER_SSLL_H
#define NETSNMP_CONTAINER_SSLL_H
#include "container.h"
#ifdef __cplusplus
extern "C" {
#endif
netsnmp_container *netsnmp_container_get_sorted_singly_linked_list(void);
netsnm... | [
"hongyue_yu@sohu.com"
] | hongyue_yu@sohu.com | |
f46a9ee3da0476a7fa3edae7665fe0e811ab0df9 | 3cde69c3a152dc4aa6cce4030ddccf2b74b50eea | /components/lvgl/binding/luat_lvgl_cb.h | 0118b0960cca49e1cad02a63b99be027516a0eda | [
"MIT"
] | permissive | loso3000/LuatOS | 227d1e3f89408404eb141507779e61b9550600c9 | ad589d9bc8fb4a1a7bff98889a41911ba2c2ff6c | refs/heads/master | 2023-07-06T04:30:50.655427 | 2021-08-10T12:37:12 | 2021-08-10T12:37:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 639 | h |
#ifndef LUAT_LVGL_CB
#define LUAT_LVGL_CB
#include "luat_base.h"
#include "lvgl.h"
int luat_lv_obj_set_event_cb(lua_State *L);
int luat_lv_obj_set_signal_cb(lua_State *L);
int luat_lv_keyboard_def_event_cb(lua_State *L);
int luat_lv_anim_set_exec_cb(lua_State *L);
int luat_lv_anim_set_ready_cb(lua_State *... | [
"1473454180@qq.com"
] | 1473454180@qq.com |
3e2592a74ed6ebe09bca44056239e1094f496d48 | 3fc1ea6f64d45a6bda7ff30752f7797f3148711b | /sizeCheck/sizeCheck.c | 03ab69f45b5038fc9c47e62c971fb5b5e0fc028f | [] | no_license | connormullett/CPrograms | 11df8bd9c07fb6c743688e39e709bee64e2bff9c | 4d36990c51f3e9f93d2df6d24da07d550f89db80 | refs/heads/master | 2020-05-19T05:02:37.870416 | 2019-07-18T05:33:30 | 2019-07-18T05:33:30 | 184,840,831 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 595 | c |
#include <stdio.h>
int findSize(char* file);
int main(int argc, char** argv){
int out;
if(argc == 1){
printf("usage: %s filename", argv[0]);
} else {
out = findSize(argv[1]);
if(out == -1){
printf("file not found");
} else {
printf("%d bytes\n", o... | [
"connormullett@gmail.com"
] | connormullett@gmail.com |
eae709a96bf25f095975b0ac828505830284dbb4 | 264cc34d1d5322c9c955f351e5ed710836f6a1a5 | /cmake_targets/lte_build_oai/build/CMakeFiles/X2AP_R14/X2AP_MobilityInformation.h | 181f383a3f344dcdb393496345aeba045cb72acd | [
"BSD-3-Clause",
"BSD-2-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-generic-cla"
] | permissive | mr-ytseng/openairinterface5g | 8d40a768b2046da8c521f58d34c0466226f1c154 | 54d541c22cdfcb774774089291c93e4e79294a1d | refs/heads/master | 2021-10-27T20:56:33.843199 | 2019-04-19T15:37:55 | 2019-04-19T15:37:55 | 177,127,103 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,460 | h | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "X2AP-PDU-Contents"
* found in "/home/user/openairinterface5g/openair2/X2AP/MESSAGES/ASN1/R14/x2ap-14.6.0.asn1"
* `asn1c -pdu=all -fcompound-names -fno-include-deps -gen-PER -no-gen-OER -no-gen-example -D /home/user/openairinterface5g/c... | [
"yuchia.tseng@irt-systemx.fr"
] | yuchia.tseng@irt-systemx.fr |
c1f4515a7e26eb1aaa657dbcbd7775850eb8de9c | 2f4f84bca48a203d1d977de1dae1662f9a59d630 | /finalBlock_ert_rtw/ert_main.c | 542e0ece97032152682c4d46b4d377de1a4b8557 | [] | no_license | pooyasa/matlab-arduino-pid | 4ca1302999a23755d60a1a80f48da22988474f38 | 0abcef131c4042bd437ba8e31867b85f54114441 | refs/heads/main | 2023-07-15T10:09:53.401026 | 2021-08-20T06:31:08 | 2021-08-20T06:31:08 | 398,176,780 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,594 | c | /*
* File: ert_main.c
*
* Code generated for Simulink model 'finalBlock'.
*
* Model version : 1.68
* Simulink Coder version : 8.14 (R2018a) 06-Feb-2018
* C/C++ source code generated on : Thu Jan 23 14:11:09 2020
*
* Target selection: ert.tlc
* Embedded hardware selection: At... | [
"pooyasajjadi@gmail.com"
] | pooyasajjadi@gmail.com |
d47eb2a7728e66aaaee415cf16de3bc840888604 | 200b1ad21fd950159dc25f3f21f21c24ba43f1b1 | /ft_strlcat.c | f9e96271e574fbfe6d5319daf6e3c04276980620 | [] | no_license | ytaousi/Libft | 929dd29e0cec6facb1a8a4adb1fcc63c7352e05e | dca64479ffc590de793f7c22f2660e06a1a50485 | refs/heads/master | 2022-02-22T17:33:43.170753 | 2019-10-29T15:11:54 | 2019-10-29T15:11:54 | 217,090,244 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,233 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strlcat.c :+: :+: :+: ... | [
"noreply@github.com"
] | ytaousi.noreply@github.com |
cf4c8ade2a67cfbaae269987ea0ac88d673a3225 | eec595f564203f74ea60ddc6193c840d9b06763d | /UVA/12289.c | e38fc94edaf658a58677d384592f992e1d681702 | [] | no_license | imunir57/CP | 145a4581f806337fdff5ec15bde6d827e6c8abf5 | fa67a42c1889070bda542fc61149862861787b92 | refs/heads/master | 2021-04-06T08:40:41.578083 | 2019-05-30T09:01:03 | 2019-05-30T09:01:03 | 125,392,164 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 534 | c | #include <stdio.h>
#include<string.h>
#define C1 (a[0]=='o'&&a[1]=='n'&&a[2]=='e')
#define C2 (a[0]=='o'&&a[1]=='n')
#define C3 (a[0]=='o'&&a[2]=='e')
#define C4 (a[1]=='n'&&a[2]=='e')
///AC
int main()
{
int t,len;
char a[5];
scanf("%d",&t);
while(t--)
{
scanf("%s",a);
len=strlen(a);... | [
"imunir57@gmail.com"
] | imunir57@gmail.com |
33e89cee0dd8284c9fe5227abaa67230377c00b8 | f975056027af18e71d458652d21fb91e5b21e083 | /LICENSE.md/Server_Client/Server/main.c | c2060f484439d3113428c4e528d658d0e85b62c1 | [] | no_license | KadanCviel/ChatServer_and_ChatClient | 30a8833a364063052ce7e4b1a740f14cce22d716 | 0b16974615b82ef67d3f7e91f2ec7eedf548cc3a | refs/heads/master | 2020-03-08T23:33:57.192070 | 2020-01-30T12:50:39 | 2020-01-30T12:50:39 | 128,467,482 | 0 | 0 | null | 2018-04-07T14:46:11 | 2018-04-06T20:30:44 | null | UTF-8 | C | false | false | 63,293 | c | /*
* Copyright (c) 2018, Kadan. 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 list of co... | [
"noreply@github.com"
] | KadanCviel.noreply@github.com |
87bb0f6a1b157c6582af8dbcaffdd9e3cb125457 | c06786eccc0a2aab69fa6d4e669a50feb34523d6 | /src/example/bl-capi-sample.c/bl-capi-sample.c | 105c63879b0581912c46117140c7e578bbcc758b | [] | no_license | carlcc/ScreenHunter | 8dd309dc698b478393b6b4d07de2692007c9315b | 6326b83296ad54e8690282ee8b78a796546af9dc | refs/heads/master | 2022-04-22T13:23:58.641558 | 2020-04-22T04:17:16 | 2020-04-22T04:17:16 | 215,567,677 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,282 | c | #include <blend2d.h>
int main(int argc, char* argv[]) {
BLResult r;
BLImageCore img;
BLContextCore ctx;
BLGradientCore gradient;
r = blImageInitAs(&img, 256, 256, BL_FORMAT_PRGB32);
if (r != BL_SUCCESS)
return 1;
r = blContextInitAs(&ctx, &img, NULL);
if (r != BL_SUCCESS)
return 1;
BLLinea... | [
"chenchen02@SH-chenchen02.local"
] | chenchen02@SH-chenchen02.local |
2fbae26514d589386c22d68e9c15a776174ad092 | 49d94a7a2c4be27f5feed5e3ffb33c172faa2c94 | /reference/MSP430ware/examples/devices/cc430/CC430x513x Code Examples/C/cc430x513x_MPY_3.c | fa8bc0b132339c1ae9ccf2fd90d7f471ea40383b | [] | no_license | michkrom/mspdev | bf1c99d4695ce9f4716ba3a0e16601bfd89d9cca | 460a9903c1b4a15ce4266156adc67e8b9c83e79b | refs/heads/master | 2020-02-26T13:18:05.934703 | 2014-01-30T07:33:27 | 2014-01-30T07:33:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,766 | c | //******************************************************************************
// CC430F513x Demo - 16x16 Signed Multiply
//
// Description: Hardware multiplier is used to multiply two numbers.
// The calculation is automatically initiated after the second operand is
// loaded. Results are stored in RESL... | [
"noccylabs@gmail.com"
] | noccylabs@gmail.com |
8e61e7edf1d6b415467c7981b211ba8294fd34ca | c9733f83594ff845a8216a23ebdc02d99e703c40 | /Devices/Devices.h/OLED.h | e9ff899c11af705d6020da0f225df3cf9ca867a0 | [] | no_license | wuzjun/2021RM_Infantry | 04f9a4b3d5194ed37cf939677219a4b635d6d2ea | 196bf2847d5d3a59848c522e970bca8eaf01b699 | refs/heads/master | 2023-07-11T19:23:31.709633 | 2021-08-26T16:35:26 | 2021-08-26T16:35:26 | 400,236,843 | 9 | 7 | null | null | null | null | UTF-8 | C | false | false | 3,795 | h | /**
***************************************(C) COPYRIGHT 2018 DJI***************************************
* @file oled.h
* @brief this file contains sd card basic operating function
* @note
* @Version V1.0.0
* @Date Jan-28-2018
***************************************(C) COPYRIGH... | [
"1159904119@qq.com"
] | 1159904119@qq.com |
a887fa61c6f79e1d624cd279ef7ab552323aa880 | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/2a159949-136f-4f54-8a55-a1299ddda6ec.c | e9f166f6b65d32473ddaf5a65fc24d169ba943e4 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 245 | c | #include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = i/j;
l = i%j;
l = l+(i-j);
k = k-k*i;
printf("vulnerability");
printf("%d%d\n",k,l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
e095cafc500f3ae15152d79ddae85bec7dda6709 | 182a277ac12a6a21a389901848aab96760a6d2f1 | /src/matrix.h | 978165a5cbbaf4c922ad7600503e82ed983b0c61 | [] | no_license | fmdufour/matrix-inversion | 1f07e123e0b89679acd13837604f548fcc3f92d7 | 957dc625996505874c5bd9097de30be2b3c125c3 | refs/heads/master | 2021-08-26T09:27:46.529027 | 2017-11-23T01:56:43 | 2017-11-23T01:56:43 | 104,009,492 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,214 | h | #include <math.h>
/**
* As matrizes sao armazenas em vetores, para otimizar o acesso fazendo com que seja armazenado em areas proximas da memoria
* Estrutura de dados para armazenar as matrizes L e U
*/
typedef struct LU{
double* L;
double* U;
} LU;
/**
* Estrutura de dados para armazenar o pivot, guard... | [
"fm.dufour@gmail.com"
] | fm.dufour@gmail.com |
4f6ed86f4ff63d402786c19bd671f283e224815c | f4ea6db9183b38e0cb1af1d317b0a02db24455d1 | /test/t-language/tl-types.c | 14a1947f3583ba8d8e80f54cfde9261e730367b4 | [
"BSD-3-Clause",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | ldmud/ldmud | 1446ff7101f5a47ee1dfa4cfb97d5a326f2edcce | f1cfc9a8d911412d854055058889bb32432da2db | refs/heads/master | 2023-05-25T00:36:28.318383 | 2023-02-14T21:07:35 | 2023-02-18T10:20:44 | 1,085,012 | 124 | 71 | NOASSERTION | 2023-09-01T16:54:48 | 2010-11-16T12:13:17 | C | UTF-8 | C | false | false | 775 | c | /* Overload functions from an inherit and check
* whether there are any type conflicts.
*
* We'll have symbol as an alternative type
* to prevent warnings about insonsistent redefinitons.
*/
#pragma strong_types, save_types
inherit "ti-types";
#pragma weak_types
untyped_fun(string*|symbol str)
{
if(0)
... | [
"a.motzkau@web.de"
] | a.motzkau@web.de |
3ce5ca584d00ca8127b49b6b06ad1cee980e8639 | 59e6ff6dbfe54682792232a26679f28a591e9015 | /Workspace/prophet/crawler/train/raw-src/subversion/1143377-1.c | 8d6d50c5aaf3b457ed8f91ab003c9f73e956d9ed | [] | no_license | lisahua/prophet | 5b15957134743fa516aa76ba4b2ee0448f29fc0f | 24b01cdf1043efa3fb8feb518dc79eb288bd4bf8 | refs/heads/master | 2021-01-19T04:50:11.158753 | 2016-07-13T18:39:11 | 2016-07-13T18:39:11 | 54,275,268 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 720,630 | c | # 1 "/home/ubuntu/Workspace/prophet/crawler/__tmp/src1/subversion/svn/main.c"
# 1 "<built-in>" 1
# 1 "<built-in>" 3
# 313 "<built-in>" 3
# 1 "<command line>" 1
# 1 "<built-in>" 2
# 1 "/home/ubuntu/Workspace/prophet/crawler/__tmp/src1/subversion/svn/main.c" 2
# 30 "/home/ubuntu/Workspace/prophet/crawler/__tmp/src1/subve... | [
"ubuntu@ip-172-31-44-123.ec2.internal"
] | ubuntu@ip-172-31-44-123.ec2.internal |
02f717b8e18130c856139a2a7bcb22c036acdfa5 | 3f91d98b0c0240a8e14ccc52b9d141552acaa60d | /C库/车/较全小车资料/L298Nmodule/2012 L298N驱动模块 与智能车资料/L298N使用说明/测试程序/测试程序5(小车调速PWM前进)/小车控制.C | 54b18b3d3cb97a9f6b8b7918476fb2243bba1ce9 | [] | no_license | startpot/01STC51 | 76f2f202d281d0b3ad784ccb9c2809e05a2cd8f6 | 27a54acf3c5bc3d083f39373b9f5d0d0726d97d0 | refs/heads/master | 2021-01-25T12:50:14.715452 | 2017-06-29T16:04:10 | 2017-06-29T16:04:10 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 4,666 | c | /****************************************************************************
硬件连接
P1_6 接驱动模块ENA 使能端,输入PWM信号调节速度
P1_7 接驱动模块ENB 使能端,输入PWM信号调节速度
P3_4 P3_5 接IN1 IN2 当 P3_4=1,P3_5=0; 时左电机正转 驱动蓝色输出端OUT1 OUT2接左电机
P3_4 P3_5 接IN1 IN2 当 P3_4=0,P3_5=1; 时左电机反转
P3_6 P3_7 接... | [
"ph_one@outlook.com"
] | ph_one@outlook.com |
70c58d52616d33391a16f7a534015065edf3b849 | c72645b35d51c9ff23daa7d859bf80104c349efb | /easy/234_palindrome_linked_list.c | 954d94a320b150a78f4ec54f94ec1e6012fa9645 | [
"MIT"
] | permissive | Frost-Lee/leet_cc | 66316ad765e90c07a78d358322e22fc2429c7eab | 02b4cac3f9fec36ab8767f3d5237c17cad193b3b | refs/heads/master | 2022-08-28T04:05:24.750813 | 2022-08-16T07:57:44 | 2022-08-16T07:57:44 | 192,122,974 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 380 | c | struct ListNode *front = NULL;
bool isPalindromeRecursive(struct ListNode *end) {
if (end == NULL) {
return true;
}
if (!isPalindromeRecursive(end->next) || front->val != end->val) {
return false;
}
front = front->next;
return true;
}
bool isPalindrome(struct ListNode* head) {
... | [
"canchen.lee@gmail.com"
] | canchen.lee@gmail.com |
9ab0e64bf056eed22e691d2b98e18bc4e95d51b1 | 280e6ebe8bd55299e5a2b538a9cf2571a9f81352 | /C Basic/位运算/test_struct.c/1.c | ceb5c6aa6a0c4cf46cc16f92a6487f036c29d76a | [] | no_license | WadeZeak/C_and_Cpp | 3a0996b6a44f7ee455250e5bbfa7b5541b133af7 | da98ea0a14d158cba48c609fa474c46a1095e312 | refs/heads/master | 2021-01-25T14:11:40.514329 | 2018-03-03T10:17:14 | 2018-03-03T10:17:14 | 123,668,111 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 392 | c | #define _CRT_SECURE_NO_WARNINGS
#include<stdlib.h>
#include<stdio.h>
struct Student
{
char name[20];
int age;
char sex;
}stu[5];
void main()
{
float avg;
for (int i = 0; i < 5; i++)
{
scanf("%s %d %c", stu[i].name, &stu[i].age, &stu[i].sex);
}
int sum=0;
for (int j = 0; j < 5; j++)
{
sum += stu[j].... | [
"zeak163@gmail.com"
] | zeak163@gmail.com |
d4f13a621d873fc8f7926facfb78b61cdcf5a58a | 264cc34d1d5322c9c955f351e5ed710836f6a1a5 | /cmake_targets/basic_simulator/enb/CMakeFiles/RRC_Rel14/SystemInformationBlockType9.c | a7ce6427fbeb2868b57189759c1f2a29ecf4476f | [
"BSD-3-Clause",
"BSD-2-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-generic-cla"
] | permissive | mr-ytseng/openairinterface5g | 8d40a768b2046da8c521f58d34c0466226f1c154 | 54d541c22cdfcb774774089291c93e4e79294a1d | refs/heads/master | 2021-10-27T20:56:33.843199 | 2019-04-19T15:37:55 | 2019-04-19T15:37:55 | 177,127,103 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,347 | c | /*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "EUTRA-RRC-Definitions"
* found in "/home/user/openairinterface5g/openair2/RRC/LTE/MESSAGES/asn1c/ASN1_files/lte-rrc-14.7.0.asn1"
* `asn1c -pdu=all -fcompound-names -gen-PER -no-gen-OER -no-gen-example -D /home/user/openairinterface5g/c... | [
"yuchia.tseng@irt-systemx.fr"
] | yuchia.tseng@irt-systemx.fr |
448fef6200ee420052264614ec887ffa4ca15acc | dbc469bf8658578375b70271aecebe5c30ba80c1 | /disp7seg.X/main.c | 3344d84700d5b5356a9d695c691172e50dd86189 | [] | no_license | leandroferreira10/disp7segELE3T | f3229a0ab58ae991d1d28e82e8efc4640265b338 | 14c1a48fe4ee549b547667d4f84640113dd8a55b | refs/heads/master | 2023-03-12T09:19:16.103645 | 2021-02-25T18:43:05 | 2021-02-25T18:43:05 | 342,330,218 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 153 | c |
#include <xc.h>
#include "config.h"
void main(void)
{
TRISD = 0;
PORTD = 0;
while (1)
{
}
}
| [
"20185151@DSN1271158610.cfp127aluno.local"
] | 20185151@DSN1271158610.cfp127aluno.local |
57715d6cdbe70ac29469d2fa038e34f6988bdcbc | acb3e074678474342ce15198fc44e8fc3ccf6b52 | /strHandle/strtok.c | 1d119f470c6f924ba5d14732a938e4e4c4581733 | [] | no_license | VANGE09/MyProduct_0 | 48a72fee5727a88b8419ef21e886ccc93398bd11 | 5c1b06b4f9fd422608bcce6d1b9cfb5b96a6acc6 | refs/heads/master | 2022-12-09T18:49:28.426616 | 2020-09-08T03:11:25 | 2020-09-08T03:11:25 | 293,672,972 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 243 | c | #include <string.h>
void main()
{
char s[] = "192.168.0.26";
char *delim = ".";
char *p;
printf("%s ", strtok(s, delim));
while((p = strtok(NULL, delim)))
printf("%s ", p);
printf("\n");
} | [
"vanzyge@163.com"
] | vanzyge@163.com |
5924ffd1dd0fdaf9d93ad71b0e1779575a8bbcb9 | aee6871f70db446dc2330b34e52fa681c2900854 | /nv-htm/htm_only/log.h | 01b2d5949c2bbb03da2e2c38edafc3871348a740 | [] | no_license | PLaSSticity/Crafty | c3db23f739a9755baa1f46638b3672a4fed99ae3 | f30f2e72d23767761b0b6d6b7894e3e82485207d | refs/heads/master | 2022-09-07T11:20:40.593497 | 2020-04-17T05:56:37 | 2020-04-17T05:59:23 | 252,659,190 | 4 | 2 | null | 2022-08-23T18:07:55 | 2020-04-03T07:16:22 | C | UTF-8 | C | false | false | 48 | h | #ifndef LOG_H
#define LOG_H
#endif /* LOG_H */
| [
"kaan@kaangenc.me"
] | kaan@kaangenc.me |
f0b36d1bb00334093dfb45bc64db1f6d4c16fd03 | 0f032109fbe24595d442fcdbb633b72864da5747 | /test-code/getpwd.c | 123843357bb5ed208b2de0850260debb6df54489 | [
"MIT"
] | permissive | edgarm1964/powerline-bash | b1e2b388687bb49361789ac914646a35f79dfe2f | 70d409c16d910cb6ec9c38be1771e1799f72630c | refs/heads/master | 2023-03-13T18:58:54.958478 | 2021-03-22T13:26:33 | 2021-03-22T13:26:33 | 344,932,625 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 293 | c | #include <stdio.h>
int main (int argc, char **argv)
{
char p[32];
p[0] = 'k';
p[1] = '8';
p[2] = 'w';
p[3] = 'c';
p[4] = 'u';
p[5] = '1';
p[6] = 'v';
p[7] = 'r';
p[8] = 'i';
p[9] = 'q';
p[10] = '~';
p[11] = 'S';
p[12] = '%';
p[13] = '\0';
printf ("%s\n", p);
return (0);
}
| [
"+@users.noreply.github.com"
] | +@users.noreply.github.com |
c8d7b86d6af77abbfb5f5dd30030728f1f40ae91 | 5971935e1e5c1793fb97ac9d4acda29e1860d57c | /vecoo/tsc_demo/tsc_test/memory/config.h | 4c3561b334552ad55871624ec99ebafff34b4d66 | [] | no_license | rick1018/v5-package | 6e018150e47fedeba806b79281785797389be427 | 10f0e5a8887d44317e179a9119b68c15c8d53d5a | refs/heads/master | 2020-05-15T22:43:26.222464 | 2019-02-01T08:28:37 | 2019-02-01T08:28:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,326 | h |
#ifndef CONFIG_H
#define CONFIG_H
// option of conpile tool chain for linux makefile.
// arm-linux-gnueabihf- or arm-none-linux-gnueabi- tool chain
#define OPTION_CC_GNUEABIHF 1
#define OPTION_CC_GNUEABI 2
// option for os config.
#define OPTION_OS_ANDROID 1
#define OPTION_OS_LINUX 2
// option for os versio... | [
"shanechou@qnap.com"
] | shanechou@qnap.com |
a1c34a11f1c2665347e25df8b963ae83ad90b713 | 65099c945fc71b745d9fc2d535a3dfc629f552cf | /Code/Firmware_raw_capture/src/config_periph.h | fb694d906d7d461a75c4f0a8cc00501a1bf85f78 | [] | no_license | am3359/Laser_tape_reverse_engineering | 1c5ae4538603ee3385f2fe6fbfd48837128c1640 | e207865c79fdae3737cb71e58add9a47b2322826 | refs/heads/master | 2020-03-17T16:12:01.119873 | 2018-05-14T19:15:35 | 2018-05-14T19:15:35 | 133,739,482 | 1 | 0 | null | 2018-05-17T00:57:47 | 2018-05-17T00:57:47 | null | UTF-8 | C | false | false | 2,547 | h | #ifndef _CONFIG_PEIRIPH_H
#define _CONFIG_PEIRIPH_H
#include "main.h"
#define LASER_DAC1_VALUE (uint16_t)(1737) //1.4v/3.3v*4096
#define APD_DAC2_VALUE1 (uint16_t)(2010) //1.62v/3.3v*4096
#define APD_DAC2_VALUE2 (uint16_t)(1588) //1.28v/3.3v*4096
#define APD_DAC2_VALUE3 (uint16_t)(1663) //1.34v/3.3v*4096 - ~~81V
#d... | [
"iliasam@mail.ru"
] | iliasam@mail.ru |
d75af116a17015fe4b3ef7b7cb52f7f247f0c093 | fa3f5368cbba48de3b9c57c79785e51086afb04d | /Cpp/C++ Lernen und professionell anwenden/Kap25/StadtAuto(polymorphie)/StadtAuto(polymorphie)/console.h | 5c22c7f09f1680bd99623b6f70d4c0f747505154 | [] | no_license | langenhagen/experiments-and-tutorials | 8f853675e0d8718581c33ff099fcb35c8958f315 | 9598af1b8be7ebe8462a0bbfc87a6edfa5063741 | refs/heads/master | 2023-08-03T15:07:38.757388 | 2023-07-31T16:15:34 | 2023-07-31T16:15:34 | 211,196,519 | 4 | 1 | null | 2022-03-27T10:02:49 | 2019-09-26T23:15:40 | HTML | ISO-8859-1 | C | false | false | 1,462 | h | // -----------------------------------------------------------------------
// Datei : console.h
// Zweck : Prototypen und Konstante für Console.cpp
// -----------------------------------------------------------------------
//
// Deklaration der Funktionen cls(), setCursor(), setColor()
// für Windows 95, 98, 2... | [
"andreas@langenhagen.cc"
] | andreas@langenhagen.cc |
bd48d407fb8aac5a1f151a9dd3a429b08c0cc788 | a05fdfd18c21f0f8e06f3f8ff77cd16000fed0d8 | /Code/hexapod.c | e62961f1da364685136841e3c418f59485a4cfc0 | [
"MIT"
] | permissive | eyantra/CS308_Hexapod_2012 | 10dbd74c11b0fa1b47fe7bb99c55d4b76f41218f | 83bac4fd42ce4016726f80fc3114ae15ec1b669f | refs/heads/master | 2020-05-19T19:20:37.326127 | 2019-10-16T12:03:12 | 2019-10-16T12:03:12 | 20,875,738 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 24,698 | c | //ICC-AVR application builder : 11/4/2009 1:05:10 PM
// Target : M2560
// Crystal: 11.059Mhz
/*
Pin name Port Anding (make 0) Oring (make 1)
SP LEFT PL1 1111 1101 0xFD 0000 0010 0x02
1A PD5 1101 1111 0xDF 0010 0000 0x20
1B PL2 1111 1011 0xFB 0000 0100 0x04
1C PG1 1111 1101 0xFD 0000 0010 0x02
2A P... | [
"eyantra.erts@gmail.com"
] | eyantra.erts@gmail.com |
65d4872fd3bec92f9774e141e9fefe868b5db85b | e73ded6f276eb291262edd5b4d8243661d4913f9 | /mp2/photo.h | ab49211c792f32ffeaeeaf6c36372e54ef079498 | [] | no_license | bastrik/ece391 | 72371fb21d58ba5d6ba5049c8efa3826e5d0e190 | 51a47e27645f7a96b6cfeecdc5f824ef26b0542f | refs/heads/master | 2020-03-17T13:04:18.290596 | 2016-10-10T23:31:26 | 2016-10-10T23:31:26 | 133,615,797 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,646 | h | /* tab:8
*
* photo.h - photo display header file
*
* "Copyright (c) 2011 by Steven S. Lumetta."
*
* Permission to use, copy, modify, and distribute this software and its
* documentation for any purpose, without fee, and without written agreement is
* hereby granted, provided that the above copyright not... | [
"23425611+bastrik@users.noreply.github.com"
] | 23425611+bastrik@users.noreply.github.com |
e510ef82c3a3c82a45ffd737ff1f92313db8c5e6 | a918ab232d60dbd526f54fc125fb4b0e8c0344cc | /components/network/ble/blecontroller/ip/ble/ll/src/llc/llc_util.c | e832f60c87610effb92ccbaa5739704ee5938c47 | [
"Apache-2.0"
] | permissive | ninhnguyennhut/bl602-re | 5bcdbad21c17f9e3600401e24e52c2c00353b23e | 55c01a3162e205494aa235bebafb142e81fd9cba | refs/heads/master | 2023-06-24T08:20:12.454848 | 2021-05-31T10:01:38 | 2021-05-31T10:01:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,531 | c | /**
* @file llc_util.c
* Source file for BL602
*/
#include "llc_util.h"
static void llc_check_trafic_paused(uint8_t conhdl);
uint8_t llc_util_get_free_conhdl(uint16_t *conhdl);
uint8_t llc_util_get_nb_active_link(void);
void llc_util_dicon_procedure(uint16_t conhdl, uint8_t reason);
void llc_util_update_channel_map(u... | [
"22204578+mumbel@users.noreply.github.com"
] | 22204578+mumbel@users.noreply.github.com |
762ab824c516d7b393b4bb6fff55525b93381498 | 5f95342549413dc14e4b5b83c517076d556d52c9 | /sys/dev/ic/mfireg.h | ac02e5581bf6189efdd912787efb6b4b077d820f | [] | no_license | mikekmv/aeriebsd-src | ee4ce27893e6be0768acb9729fde21f08e3d5c17 | 04a0f2dffa69cbdb3b9d3f593c9317681eaa6302 | refs/heads/master | 2021-01-17T12:07:14.334767 | 2013-03-09T23:52:38 | 2013-03-09T23:52:38 | 10,635,652 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 25,012 | h | /*
* Copyright (c) 2006 Marco Peereboom <marco@peereboom.us>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" ... | [
"root"
] | root |
ce384fe931bfbbb38a507e28d7e26fdea2a84d72 | 3440291fb659c5c8c032c5efaaa93d3e48f22ae8 | /progetto-rtai/Controller_OBBLIGATORIO/controller_structs.h | bb1372f4778b94dbaff8a98ba83196cabeedc247 | [] | no_license | marcobocc/university-projects | 4263e09c85d7d4a7dfd2be8668880321c8e440e4 | 6ae15a503d23ef34877c092e02189e883d3f8d19 | refs/heads/master | 2022-12-02T03:25:13.665389 | 2020-07-30T19:54:59 | 2020-07-30T19:54:59 | 283,864,808 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,027 | h | #ifndef H_STRUCT_DEFS
#define H_STRUCT_DEFS
#include <rtai_sem.h>
#include <rtai_shm.h>
#include <rtai_msg.h>
#include <rtai_mbx.h>
#include "parameters.h"
/* Definizione dei codici ANSI per i colori/grassetto in console */
#define ANSI_RESET "\x1b[0m"
#define ANSI_COLOR_RED "\x1b[91m"
#define ANSI_COLO... | [
"marcobocc9@gmail.com"
] | marcobocc9@gmail.com |
534ae72eeb26c6550ed87fef32ff9ad0369b53dd | f78156ca1b84da8c98f7bff332954c966ce52e80 | /v1.0/SpO2/threshold.h | e6fd4bcd412f1d31a3e4a5a0c2be13510de7f59d | [] | no_license | DanielEColi/v1.0 | 1586a15d51ab814041c4134eb0e447cf28386271 | 5eef2752500afaec5e70733d2d677e63ffe5ee2d | refs/heads/master | 2021-06-25T10:19:46.633481 | 2017-09-05T01:10:25 | 2017-09-05T01:10:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 134 | h | #ifndef __THRESHOLD_H__
#define __THRESHOLD_H__
#include "datatype.h"
unsigned char ThresholdErrorP2P(unsigned char type);
#endif
| [
"511674000@qq.com"
] | 511674000@qq.com |
86d5243f7bc9a741915bc898b659bb46ea842a2a | 68ba3e7ef061dc205e54df042b1387f745cc77ae | /chsrc/CHMID_TCPIP/applications/socktest.c | b0f29f8807a5d5fb86e16cad902346b1931aabe7 | [] | no_license | huangyt/beijing-7101 | 1d731f91f070f036a9181f761aa973aa2237eef1 | ca19376a2035d7c39a0093b949b18f381844c92b | refs/heads/master | 2020-12-26T10:29:58.879751 | 2013-09-20T07:42:12 | 2013-09-20T07:42:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 15,640 | c | /* Copyright 2008 SMSC, All rights reserved
*
* udp & tcp test application
* File : socktest.c
*/
#include "socktest.h"
#ifndef WIN32 /* UNIX or smsc network stack */
#define SOCKET_ERROR -1
#define INVALID_SOCKET -1
#endif
#define DEF_PORT 6000
#define DEF_SEND_MSG_SIZE 64
#define MAX_RECV_MSG_... | [
"hechuan13397@163.com"
] | hechuan13397@163.com |
a873706c39e35ad2448cc2837ddf0436979131dc | b901713a1b0ad688458c3b97500f94349fa97c09 | /C++(thuật toán và hướng đối tượng)/new/main.c | 793b524b1ce132e4b178071cf7bfbc7753480fda | [] | no_license | ChiepChiep0710/algorithm | bf182a4466ce48b7f54a10fbc8a6ccbceff68b4f | 5bcad3b78f8ef530b95180adbdc455ec051cd3f4 | refs/heads/master | 2022-06-02T17:31:05.821962 | 2020-04-24T15:26:46 | 2020-04-24T15:26:46 | 258,535,020 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 387 | c | #include <stdio.h>
#include <math.h>
#include <string.h>
#include <ctype.h>
int sntg(int x)
{
int tg=0;
while(x>0)
{
int d=x%10;
tg=d+tg;
x=x/10;
}
return tg;
}
int main()
{
int n,m;
scanf("%d",&n);
m=sntg(n);
while(m>=10)
{
int ... | [
"hieunguyenmanh13.cdc@gmail.com"
] | hieunguyenmanh13.cdc@gmail.com |
dd6c179d7acba68ce19391c3e89ac6f11631be7d | ca340cca46d1719ac5715ef7b0ec3e63da39910a | /examples/ascii.c | 9d20bb408aac412437836e3c4f88ca59bf353c4b | [] | no_license | 0xddom/libmakise | de3f3d8f19e6d5f90e695726ab579e761f335ae8 | 4fa6f0b310cb985c411a97f4d94c6dc5bb1fa98e | refs/heads/master | 2020-04-04T17:48:48.186288 | 2018-11-05T00:00:23 | 2018-11-05T00:00:23 | 156,136,963 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 426 | c | #include <makise.h>
/*
* This example evolves a piece of code that is
* only composed by ascii characters.
*/
void makise_eval_one_genotype(Genotype *g) {
if (!g->evaluated) {
g->evaluated = true;
int i;
for (i = 0; i < g->length; i++) {
char byte = g->dna[i];
if (byte > 0x20 && byte ... | [
"danieldominguez05@gmail.com"
] | danieldominguez05@gmail.com |
bfd81ce626658e3f5147f425f9239ea5fe96fc72 | 0a1ca84c93dae2b64667293cae37b69ed34b1fe5 | /mediatek/kernel/drivers/aee/aed/aed.h | 4ea8893db3a86c7981bef2a9ca421d6f67735bdc | [] | no_license | Alexander59-web/a606_full | c1e8e055ea7d688a5c635295c17402cb4588ee46 | 088f445b68a787f9bce29963ba9d21cff5908ca0 | refs/heads/master | 2021-06-07T04:18:33.616483 | 2016-11-08T09:36:55 | 2016-11-08T09:36:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,935 | h | #ifndef __aed_h
#define __aed_h
#include <generated/autoconf.h>
#include <linux/types.h>
#include <linux/bug.h>
#include <linux/aee.h>
#include <linux/kallsyms.h>
#include <linux/xlog.h>
#include <linux/ptrace.h>
#define AE_INVALID 0xAEEFF000
#define AE_NOT_AVAILABLE 0xAEE00000
#define AE_DEFAULT... | [
"root@static.144-76-176-181.clients.your-server.de"
] | root@static.144-76-176-181.clients.your-server.de |
ebbbf6a09e931b7ae256204e0e153856c2bf0c17 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/c0470636-807c-41c3-aa65-d4856117cfa6.c | 4f30f069086034d117cd9f5ad566c83206766041 | [] | no_license | nmharmon8/Deep-Buffer-Overflow-Detection | 70fe02c8dc75d12e91f5bc4468cf260e490af1a4 | e0c86210c86afb07c8d4abcc957c7f1b252b4eb2 | refs/heads/master | 2021-09-11T19:09:59.944740 | 2018-04-06T16:26:34 | 2018-04-06T16:26:34 | 125,521,331 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 625 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=14;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = l/j;
l = i/j;
l = i-j;
l = l-j;
l = i-j;
l = i-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
int b[32];
int c[15]... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
64e2addb90146e8902548d4752e51b952abd1224 | 19743cd2e9215ac81feca8028431dd10bc9b6cae | /Core/Inc/vl53l0x_calibration.h | 272230703850d8dbecd3fcc916f8fe2a8101d67e | [] | no_license | Naophis/test_nucleo_stm32h743zi | e92c46f598e12a58f6793655d42b8c0f05371f7f | 81776bc8e285e7655257dcd312d0d2682a617cf1 | refs/heads/master | 2022-12-31T12:37:17.139051 | 2020-10-17T14:38:06 | 2020-10-17T14:38:06 | 298,864,815 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 310 | h | /*
* vl53l0x_calibration.h
*
* Created on: 8 ����. 2019 �.
* Author: User
*/
#ifndef VL53L0X_CALIBRATION_H_
#define VL53L0X_CALIBRATION_H_
#endif /* VL53L0X_CALIBRATION_H_ */
#include "i2c.h"
#include "main.h"
#include "../../Drivers/api/inc/vl53l0x_api.h"
void vl53l0x_calibration();
| [
"nao1288stusj@gail.com"
] | nao1288stusj@gail.com |
ebdaa4cbd845ee808af783b45902e1e2842f526a | 36c416dd07ed23be36f4950aaa14d8f450a347d4 | /libft/src/ft_atoi.c | 1b053d846e5e7308749e8453d6846cc1a0f65681 | [] | no_license | maxpetrusenko/FDF_42 | 22c4f7e1449d6a7516e0409a6b9d450cdca65161 | 26ebd78c9ca075c2f73569428568a810d4e8d2a9 | refs/heads/master | 2020-05-30T13:07:01.353330 | 2019-07-09T16:34:41 | 2019-07-09T16:34:41 | 189,751,920 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,234 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_atoi.c :+: :+: :+: ... | [
"max_p@MacBook-Pro-2.local"
] | max_p@MacBook-Pro-2.local |
7c9a34d8028ef12cb9d2a7e7aafff2d011d5bff0 | 93fb0b11c236839de9b4b22d87dc2a6c43906d2f | /src/ast_util.c | c73cd0d94aeb2bf3f7b8ff9cad3f80d3034d1d60 | [
"MIT"
] | permissive | amnotme/42_Shell | 143d9e33bc5e7cc759977499d4779347f7bb89c2 | 336bc96e249c6982baa6fe88a779c3dd44d89f0c | refs/heads/master | 2020-03-23T19:55:12.050521 | 2018-07-23T13:18:24 | 2018-07-23T13:18:24 | 142,010,140 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,662 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ast_util.c :+: :+: :+: ... | [
"amnotme@icloud.com"
] | amnotme@icloud.com |
9453735c94f5686c2dd702ab04f1cff42401cdcd | 35ff41efe3e3c5c3768b2416f378481b4632531c | /DOWrapper/DOSingleton.h | 1748514c411995af94322968ab4509b565b4a957 | [] | no_license | wahyusumartha/DO-API-Wrapper | e6e1e27f8af32994d40b270a285dfc2a2b89f8ff | 9b1be6b714b5bf90ef2337b849ce0ced9b6d0a8e | refs/heads/master | 2016-09-05T12:14:32.128756 | 2014-04-30T06:10:51 | 2014-04-30T06:10:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 895 | h | //
// DOSingleton.h
// DOWrapper
//
// Created by Wahyu Sumartha on 4/28/14.
// Copyright (c) 2014 Wahyu Sumartha . All rights reserved.
//
#ifndef DOWrapper_DOSingleton_h
#define DOWrapper_DOSingleton_h
#define kDOSingletonDefaultAccessor singleton
#define do_declare_singleton(classname) do_declare_singleton_w... | [
"wahyusumartha@gmail.com"
] | wahyusumartha@gmail.com |
13c81f37a964dc01061e6f957c386e60ff723b00 | fdbc4290dd724a093cb74626ea3c3063b45fa2c7 | /osprey1.0/ipa/common/ipc_utils.h | 598d6bd17e70be98d14bfe60cd114da8b8b9ccca | [] | no_license | sriharikrishna/Open64 | fe764dd267f5c0cb040b3eceb2efbda71f8be9be | f9b081e5b22023fafb257694b91a2296fb44c179 | refs/heads/master | 2020-06-06T05:31:33.901374 | 2008-06-26T15:48:25 | 2008-06-26T15:48:25 | 192,648,234 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,431 | h | /*
Copyright (C) 2000, 2001 Silicon Graphics, Inc. All Rights Reserved.
This program is free software; you can redistribute it and/or modify it
under the terms of version 2 of the GNU General Public License as
published by the Free Software Foundation.
This program is distributed in the hope that it would... | [
"dsystem@856677d4-e204-44a3-822c-5496da239ec1"
] | dsystem@856677d4-e204-44a3-822c-5496da239ec1 |
cf16c2ac747486bafa0fcb2a007cea7f1155c722 | cb2775ced3ea82c5d65490352b248f30f21e35be | /libft/src/ft_strequ.c | c0fc9db48e36906a7ede9f56873f71e51afda81b | [] | no_license | TyanYaHiao/ft_printf | 4942d3090133db0a9d136a3e7836fa1c41c59779 | e25485074144546ffbd0cb4e1da7ee2f8fcf2e3c | refs/heads/master | 2020-07-21T10:42:04.725015 | 2019-10-25T18:36:53 | 2019-10-25T18:36:53 | 206,836,576 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,258 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strequ.c :+: :+: :+: ... | [
"tyanyahiao@gmail.com"
] | tyanyahiao@gmail.com |
19933d9bc796bca0601acfa924a77b1efcc53807 | e28266065bba9ed8bfaaa5e05cd370485fb01963 | /ucx-1.8.1/src/uct/cuda/cuda_ipc/cuda_ipc_md.c | f6f64c3846826837ad8fcc2166a6f8ce31927eed | [
"BSD-3-Clause"
] | permissive | lele121314/spdk | e5429437f1a11b6e7dc8a7765911824e24ac507b | 064e950999988202c98b61027c706987109cf7ff | refs/heads/master | 2022-11-23T03:30:25.511690 | 2020-08-05T08:30:27 | 2020-08-05T08:30:27 | 285,146,785 | 0 | 0 | NOASSERTION | 2020-08-05T01:38:17 | 2020-08-05T01:38:16 | null | UTF-8 | C | false | false | 11,345 | c | /**
* Copyright (C) Mellanox Technologies Ltd. 2018-2019. ALL RIGHTS RESERVED.
* Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved.
* See file LICENSE for terms.
*/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "cuda_ipc_md.h"
#include <string.h>
#include <limits.h>
#include <ucs/debug/lo... | [
"xinle@jupiter021.hpcadvisorycouncil.com"
] | xinle@jupiter021.hpcadvisorycouncil.com |
fc20be2b722dc72ef720770e1b91c4ffde0f7813 | 5acb7801cd09f055358d36b31a07d07b878f8f20 | /pisp1064_DABox/SHA204A/sha204a_comm.c | bb053f99d54b9b5cd2fd1883b6791419947017a5 | [] | no_license | yuanzhaoming/drivers | 932ca3d55a1929ad4b1cc51ed5230551127252a3 | f2c6ee0403887d97c1b64323ce75290acf299690 | refs/heads/master | 2020-03-26T03:12:59.799071 | 2018-09-16T03:15:33 | 2018-09-16T03:15:33 | 144,445,055 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 4,976 | c | #include "sha204A_comm.h"
#include "stdio.h"
#include "inc.h"
#include "hal_i2c_sha204a.h"
#include <rtthread.h>
#include "delay.h"
#include "string.h"
#define sha_debug 0
#if sha_debug
#define sha_debug_fun(fmt, ...) rt_kprintf("[%s][%d]"fmt"\n",__FUNCTION__, __LINE__, ##__VA_ARGS__)
#els... | [
"yuanzhaoming901030@126.com"
] | yuanzhaoming901030@126.com |
cf02eedcc85c556b8b71750542534ee64285f61b | 7a9a114bc504acb6a4d5f4a46ac60fb3e0f7eabc | /JGE/Dependencies/SDL/src/video/directfb/SDL_DirectFB_opengl.c | 4385c8d9ecede29dc4bc0e5cd715790c1e1ba999 | [
"BSD-3-Clause",
"Zlib",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | WagicProject/wagic | 04ebe904b1321d98b98f0b0c7400b44f6514733d | ac197179fbcbac0b4650cc83eb6d336d19645a61 | refs/heads/master | 2023-09-04T12:16:13.876750 | 2023-08-11T10:25:24 | 2023-08-11T10:25:24 | 13,009,892 | 307 | 93 | NOASSERTION | 2023-07-01T17:38:09 | 2013-09-22T07:57:26 | C++ | UTF-8 | C | false | false | 8,617 | c | /*
Simple DirectMedia Layer
Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this ... | [
"Xawotihs@01922e74-a4c3-11dd-a5cd-697bfd0a0cef"
] | Xawotihs@01922e74-a4c3-11dd-a5cd-697bfd0a0cef |
aa2d77109db8c69552b157f946d6bdc3f38c97aa | 504cad8122f978b36fe74c547ad1a3681d2780a1 | /src/attrdict.c | 83821bf0879ac26cf148f5b4597c1519f1f88866 | [
"HTMLTIDY",
"Libpng"
] | permissive | Codeko/tidy-html5 | 139cf95836885a4ab156ec080449e5ab384e97dd | 1b4dcd0e4374cd466f3d02e3534289c7a43acd88 | refs/heads/master | 2021-01-15T16:00:39.824797 | 2012-07-21T05:23:38 | 2012-07-21T05:23:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 928,735 | c | /* attrdict.c -- extended attribute information
(c) 1998-2006 (W3C) MIT, ERCIM, Keio University
See tidy.h for the copyright notice.
$Id: attrdict.c,v 1.7 2006/10/31 10:50:10 arnaud02 Exp $
*/
#include "forward.h"
#include "attrdict.h"
#include "lexer.h"
const AttrVersion TY_(W3CAttrsFor_A)[] =
{
{ Tidy... | [
"mike@w3.org"
] | mike@w3.org |
96b4187e183ae8c31f9c05c446482605d54abbb9 | a53fc969c4e4838b338ac978e1e06d96c9a5ef7f | /src/components/application_manager/test/mock/include/application_manager/commands/mobile/add_command_response.h | 3173f60d262ebf6ad67441716070cb788bcef4ef | [] | no_license | LuxoftSDL/sdl_core_winport | 8dbe4ccca656469f9193c92fdfa871d577639b15 | d7a522bf71b6daf76f4fa9e5d8c7e4a7087ffbc1 | refs/heads/develop | 2016-08-12T18:08:20.570661 | 2016-04-07T07:23:32 | 2016-04-07T07:23:32 | 44,124,645 | 2 | 10 | null | 2016-06-06T09:43:51 | 2015-10-12T17:59:45 | C++ | UTF-8 | C | false | false | 97 | h | ../../../../../../ include / application_manager / commands / mobile /
add_command_response.h | [
"rodion.malinovsky@binary-studio.com"
] | rodion.malinovsky@binary-studio.com |
ae0292388bb1ce080d3a9018e81d644eb715d15b | 60440376d370d4e5ec454016f0ab8532b441d729 | /visualizer/visualizer.h | fa893d32e7687569d16b280baaab085ea7cec49a | [] | no_license | einoob/filler | af6b1fa1019c96d2523af32baf375ddac4e1862d | af52351eb6e3fa16246df81ccf3fe8cadb7880d9 | refs/heads/master | 2021-03-29T11:06:32.004788 | 2020-06-09T13:02:22 | 2020-06-09T13:02:22 | 247,948,916 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,900 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* visualizer.h :+: :+: :+: ... | [
"elindber@c2r4p9.hive.fi"
] | elindber@c2r4p9.hive.fi |
0730ec392a9699198f291f15cc18078e3a9273c2 | 66d5943d5b5cdc149c835774a9007e070e828ccc | /include/machine/regs.h | 852e4016574d711d2678b6c6547f7823ed9c9ec2 | [] | no_license | jfsulliv-zz/os | 9e30e0ccab04a6c626e98e16d7f2729f99de988d | 7690e137a7c790f18f88d502595ef6e395ec95b7 | refs/heads/master | 2021-09-01T07:44:41.925641 | 2017-12-25T19:57:11 | 2017-12-25T19:57:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,222 | h | /*
Copyright (c) 2016, James Sullivan <sullivan.james.f@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 ... | [
"sullivan.james.f@gmail.com"
] | sullivan.james.f@gmail.com |
60ea70aa42eb4e8e78e257be23f3f566bc7808cd | fdfd7c3a235acbc496caa5156db700660fd98e60 | /foundation/time.h | e2a261a7328e89de84c84424371b20dc178dab4b | [] | no_license | jschmidt42/timelapse | 24a09b99bd69f10a1a6f690a1fd6e8c4d8e62f7e | b73548f3e9782655d870e852730b7898e3fde5e0 | refs/heads/master | 2020-03-18T07:45:31.073415 | 2018-07-10T00:01:26 | 2018-07-10T00:01:26 | 134,471,458 | 21 | 1 | null | 2018-07-10T00:01:27 | 2018-05-22T20:21:43 | C++ | UTF-8 | C | false | false | 2,065 | h | /* time.h - Foundation library - Public Domain - 2013 Mattias Jansson / Rampant Pixels
*
* This library provides a cross-platform foundation library in C11 providing basic support
* data types and functions to write applications and games in a platform-independent fashion.
* The latest source code is always a... | [
"jonathans@unity3d.com"
] | jonathans@unity3d.com |
2d8bf5d478211a0139ed397228fd2783923dcdeb | 16a76ee66d9b2f59c9beee4a4a0e104ce347e32a | /malware_via_email/malware_1374/ia32_pe/by_hex-rays.c | 7283a065bd20d0263d20d5a37dffb5191ea92e3f | [] | no_license | rfalke/decompiler-subjects | 4cee3263fa9116285b4bc4b6373efd2e4efa925f | 7187fa93b285c32325826eecd0128e907a28809b | refs/heads/master | 2023-08-10T08:24:27.198393 | 2023-07-28T19:44:41 | 2023-07-28T19:44:41 | 3,725,678 | 41 | 12 | null | 2023-03-15T16:14:41 | 2012-03-15T06:01:36 | null | UTF-8 | C | false | false | 21,009 | c | /* This file was generated by the Hex-Rays decompiler.
Copyright (c) 2007-2020 Hex-Rays <info@hex-rays.com>
Detected compiler: Visual C++
*/
#include <windows.h>
#include <defs.h>
//-------------------------------------------------------------------------
// Function declarations
int __cdecl sub_401050(int, ... | [
"i-git-stone@rf.risimo.net"
] | i-git-stone@rf.risimo.net |
c433b198a50de2d21d132d93d36054341600daf8 | f79ef81e6e4e989ed14ed0283a9737f731101aab | /Unix Family/Linux.lrk.e/ssh-2.0.13/lib/sshutil/sshdsprintf.c | 9bb955a2d1bf876880404b3439f99bb5373446f4 | [
"MIT",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | TheWover/Family | 9d5597eda68aeee5e99de993176b6bd1366b57f1 | f3ed1713c6b71823d8236b80148b60982dd906e1 | refs/heads/master | 2020-09-11T15:11:21.601776 | 2019-10-30T04:33:43 | 2019-10-30T04:33:43 | 222,106,609 | 3 | 4 | MIT | 2019-11-16T13:54:02 | 2019-11-16T13:54:01 | null | UTF-8 | C | false | false | 1,479 | c | /*
sshdsprintf.c
Author:
Sami Lehtinen <sjl@ssh.fi>
Copyright (C) 1999 SSH Communications Security Oy, Espoo, Finland
All rights reserved.
*/
#include "sshincludes.h"
#define SSH_DEBUG_MODULE "SshDSprintf"
int ssh_dsprintf(char **str, const char *format, ...)
{
int ret;
va_list ap;
char *buf... | [
"57078196+vxunderground@users.noreply.github.com"
] | 57078196+vxunderground@users.noreply.github.com |
d2f424db0e1928cf5c55786ef04ed666b3311e43 | b6935584c9dbbbf39ea6b9e26ea648f1e7ad9517 | /初版/Code/PersonalLib/BC26PubTask.c | 1ef892e7dc7fc04b08d421f8d7b116523c08b74f | [] | no_license | 1130646208/STM32 | 2136df4c99c8960bc9e1822d7d3fb5ea19530413 | b4d10cd7031514a38ba39cda844cb0817fb35bd4 | refs/heads/master | 2020-07-28T23:32:29.230967 | 2019-09-23T16:06:25 | 2019-09-23T16:08:56 | 209,577,506 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,836 | c | #include "BC26Task.h"
Task BC26PubTask;
uint8_t BC26CanPub=1;
uint8_t BC26PubOK=0;
uint8_t BC26PubIndex=0;
uint8_t pub_times=0;
Timer BC26PubTimer={.Using=TIMER_NO_USING};
MQTTPublishTypedef MQTTPublish[6]={{.PublishOrNo=0},{.PublishOrNo=1},{.PublishOrNo=0},{.PublishOrNo=0},{.PublishOrNo=0},{.PublishOrNo=0}};
uint8... | [
"1130646208@qq.com"
] | 1130646208@qq.com |
7173c3c93ab3654cf2870b855a7fdd6d7153ecdc | 7987d7dc71b214a83c60ebb16cad2376f5acb2cd | /Inc/MsgMap.h | a625d61d5933b757f74fe54853960f3bad5d671f | [
"MIT"
] | permissive | FevGIT/AMT630A-car-tft-monitor | 58385245ee9b3da7897a7ba879a5005943005b8f | 348d173e7f6957adff18f81082082829870c2a65 | refs/heads/master | 2023-04-20T15:05:05.186284 | 2021-03-16T23:45:14 | 2021-03-16T23:45:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,455 | h | /*
ϵͳ���е���Ϣ���嶼�ڴ�MAP�ļ�
*/
#ifndef MSG_MAP_H__
#define MSG_MAP_H__
typedef enum _sysMsg
{
//�û��������MSG (�����尴����ң�ذ���) UPK: user press key
MSG_UPK_UP,
MSG_UPK_DOWN,
MSG_UPK_LEFT,
MSG_UPK_RIGHT,
MSG_UPK_MENU,
MSG_UPK_VOLUME_INC,
MSG_UPK_VOLUME_DEC,
MSG_UPK_MUTEONOFF,
MSG_UPK_M... | [
"38652@alunos.isel.ipl.pt"
] | 38652@alunos.isel.ipl.pt |
0bb917aebee30a2ea581c569b5ef1ab7089cab8e | 167e4d4c7886b3db4da25889668e390cea94872c | /ft_putnstr_fd.c | cac689149487a5ee5eb39c3131ece02c00f63dc9 | [] | no_license | kaygu/libft | 1dbc58417d599e86dc5c6e7ff672b80051c8bf96 | d479080452f1bd7bf55cb73dff09cfa10b16ee40 | refs/heads/master | 2021-03-22T00:31:05.480154 | 2017-11-01T11:56:11 | 2017-11-01T11:56:11 | 73,199,909 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,026 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putnstr_fd.c :+: :+: :+: ... | [
"cde-neef@student.42.fr"
] | cde-neef@student.42.fr |
f733fba8299d6091f85212544b41108552fafe03 | f4ce89f73ef23a8e1bb4119555349ca1b65d4c31 | /libco/coctx.h | 60eeb5775bd2b63d1969961b6b6da46887bc16f8 | [] | no_license | morningblu/AnnotatedCode | 730d291d15e4a3336958cba7e50f5d77c8a94b6e | a8a780a3643bac9ee2123f03a32107a7a3da4f1b | refs/heads/master | 2020-07-31T21:25:04.212291 | 2019-09-25T04:55:27 | 2019-09-25T04:55:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,235 | h | /*
* Tencent is pleased to support the open source community by making Libco available.
* Copyright (C) 2014 THL A29 Limited, a Tencent company. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain... | [
"805356546@qq.com"
] | 805356546@qq.com |
539b775e9a4c5a16e70f7c087c1e6e4008205767 | c30906c50ea0fbcccbf080b89eca84edb9f04673 | /Asymmetries/Detection/Results/2011_down/fit_negative_kpipi.C | eee5b75f04d4f5cc1c42b3650c2d1606cde36dd8 | [] | no_license | hpullen/DPhil_B02DKstar_analysis | 543661c4c2e978fb7f60a1d81f27bc660710994d | 651b3f333d3959e78512fc294afa334e3ea26fd9 | refs/heads/master | 2023-07-15T17:38:53.009366 | 2021-08-25T19:40:42 | 2021-08-25T19:40:42 | 107,555,335 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 99,717 | c | void fit_negative_kpipi()
{
//=========Macro generated from canvas: c1/c1
//========= (Tue Nov 13 17:54:35 2018) by ROOT version6.08/06
TCanvas *c1 = new TCanvas("c1", "c1",239,1223,890,777);
gStyle->SetOptStat(0);
gStyle->SetOptTitle(0);
c1->SetHighLightColor(2);
c1->Range(0,0,1,1);
c1->SetFillColor... | [
"hannah.pullen@physics.ox.ac.uk"
] | hannah.pullen@physics.ox.ac.uk |
c2fb335636377f528368b9db8ac5540d7ccb1a6f | 32c136e08d3b4cd94976dfe577a35d3936286057 | /src/quad-tester/qtesterutil.c | fb3c88fed815d96451c89be930c2229d93149c2b | [
"BSL-1.0"
] | permissive | nemequ/sleef | 5f9088ede237738971403c32b986fc6db757fe44 | e0c74aafd39de20004ea285134494fffaf2512e6 | refs/heads/master | 2022-12-08T18:09:36.490823 | 2020-07-10T03:22:25 | 2020-07-10T03:22:25 | 280,950,838 | 0 | 0 | BSL-1.0 | 2020-07-19T21:08:01 | 2020-07-19T21:08:00 | null | UTF-8 | C | false | false | 13,122 | c | // Copyright Naoki Shibata and contributors 2010 - 2020.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <time.h>... | [
"noreply@github.com"
] | nemequ.noreply@github.com |
2c0db9ac8b0a3b20cf2062199fff2d5af4b38486 | 98a4bdcc400f63a434adb0a2a55c201e091420ef | /pset1/credit/test.c | c37e2a338bd2aaba7d475e94b80deb1556c31de7 | [] | no_license | bartogorek/cs50 | cc1597b63019a2924c6a8a470ef09362eff15025 | cc3cbba99c268dcfc2d80dd5e6a0db034c1a2b7d | refs/heads/master | 2020-03-20T21:44:54.241686 | 2018-08-15T09:13:57 | 2018-08-15T09:13:57 | 137,757,934 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 570 | c | #include <stdio.h>
#include <cs50.h>
#include <string.h>
int main(void)
{
long long card = get_long_long("Input : ");
int digits = card;
int count = 0;
while (digits > 0)
{
digits = digits / 10;
count++;
}
printf("number of digits : %i\n", count);
int array[digits];
... | [
"bartogorek@gmail.com"
] | bartogorek@gmail.com |
73ce056e5dc133c43dfa57e502dfd4ffc35e4334 | d6d9800d5bc215e18bdf3425f7fd50129b2245df | /10/18/18.c | 0716c39b9ce84fff25d38918d9034f39e65d32ea | [] | no_license | shuimuyangsha/CPrimerProficient | f3936fbc5bd3cfb063f3c78afe4066d83d05fa35 | b0e221378b711205f0f895e9eb3214fa6d51fd86 | refs/heads/master | 2023-02-04T17:48:37.271681 | 2020-12-30T10:07:24 | 2020-12-30T10:07:24 | 325,452,517 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 801 | c | #include<stdio.h>
void order(int *p,int n)
{
int i,t,j;
for(i=0;i<n-1;i++)
for(j=0;j<n-1-i;j++)
if(*(p+j)>*(p+j+1)) /*判断相邻两个元素的大小*/
{
t=*(p+j);
*(p+j)=*(p+j+1);
*(p+j+1)=t; /*借助中间变量t进行值互换*/
}
printf("排序后的数组:");
for(i=0;i<n;i++)
{
if(i%5==0) /*以每行5个元素的形式输出*/
... | [
"1023178387@qq.com"
] | 1023178387@qq.com |
70ecade2d8a4ce63fbaf081814ef8e7c4f404e9c | 2d164e088c7c8dd759aab59a47ed6b68be598671 | /LeetCode/LeetCode/interleaving_string.c | 8999f556d1cc66722cd0cd14bbe21748d8540a4e | [] | no_license | weekenlee/leetcode-c | 581047b11650025ad2389f0a503a694c522e8ada | 4ffe1bcf37048ea2b74fa9060d84efc15c69be4c | refs/heads/master | 2022-09-14T15:37:56.191557 | 2022-08-10T13:15:36 | 2022-08-10T13:15:36 | 117,483,152 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,058 | c | #include<stdio.h>
#include<stdlib.h>
#include<stdbool.h>
#include<string.h>
static bool isInterleave(char *s1, char *s2, char *s3)
{
int i, j;
int len1 = strlen(s1);
int len2 = strlen(s2);
int len3 = strlen(s3);
if(len1+len2 != len3){
return false;
}
bool *table = malloc((len1+1)*(... | [
"lwj1396@163.com"
] | lwj1396@163.com |
9e2d73b0bcb09ca93d8197e39352abef35020993 | 548c54f84c0ba4bbf9af4e3c4c27941829f3c39d | /mpu6050.h | 382b1ac1cf56b0081ee641d22349b1255200637a | [] | no_license | maxsydney/Quadcopter | 8c032f468301091294ce484fc598a1e71318beb7 | 384eacb992553a2227b3a0530ef8567872d2f5de | refs/heads/master | 2021-05-10T12:22:16.743560 | 2018-01-22T10:11:00 | 2018-01-22T10:11:00 | 118,439,510 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 371 | h | #define MPU6050 0x68
#define GYRO_CONFIG 0x1B
#define ACCEL_CONFIG 0x1C
#define FS_SEL 0x08
#define AFS_SEL 0x00
#define PWR_MGMT_1 0x6B
#define WAKE 0x00
#define ACCEL_XOUT_H 0x3B
#define GYRO_XOUT_H 0x43
#define GYRO_X_ZERO -220.5762712
void mpu6050_init(void);
void mpu6050_read(DataFrame* data);
void update_pitch_r... | [
"mjs364@uclive.ac.nz"
] | mjs364@uclive.ac.nz |
cd139c3a6f4cd1c62293e15c1cd374c5020e90a0 | 9ff41f7e12981f22a33e915dcdf8fff944fcee0b | /ayam-sys/ayam/ayam/src/objects/select.c | 7a6ca5c6d76c15ad8494c6ab156aefcd23bb964a | [] | no_license | virtualritz/ayam | 9962f0a954917a12713f4bddd0e81f5da14b336e | 7f31e2cb729b7c4f32125664286ab9b11ee04c0c | refs/heads/master | 2021-06-02T07:35:14.193937 | 2021-05-12T14:50:00 | 2021-05-12T14:50:00 | 74,043,224 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,657 | c | /*
* Ayam, a free 3D modeler for the RenderMan interface.
*
* Ayam is copyrighted 1998-2001 by Randolf Schultz
* (randolf.schultz@gmail.com) and others.
*
* All rights reserved.
*
* See the file License for details.
*
*/
#include "ayam.h"
#include <ctype.h>
/* select.c - select object */
static char *ay_se... | [
"virtualritz@gmail.com"
] | virtualritz@gmail.com |
612a1653b455823633c42e82e189d78b63169bbe | a1446c3f95df2dfe097a9bd6b463767b00f18140 | /sys/dev/raidframe/rf_evenodd_dagfuncs.h | 294d1cfea6bb2463ca433ab743702e4a23c4e560 | [] | no_license | chrissicool/l4openbsd | e2fb756debc1c3bdc1c2da509fa228c25a3185e8 | 077177814444e08500e47bc2488502f11469bc60 | refs/heads/master | 2021-04-09T17:12:53.122136 | 2011-08-22T16:52:58 | 2011-08-22T16:52:58 | 1,706,491 | 18 | 4 | null | 2017-04-06T19:17:29 | 2011-05-05T14:08:03 | C | UTF-8 | C | false | false | 2,952 | h | /* $OpenBSD: rf_evenodd_dagfuncs.h,v 1.3 2002/12/16 07:01:04 tdeval Exp $ */
/* $NetBSD: rf_evenodd_dagfuncs.h,v 1.2 1999/02/05 00:06:11 oster Exp $ */
/*
* rf_evenodd_dagfuncs.h
*/
/*
* Copyright (c) 1996 Carnegie-Mellon University.
* All rights reserved.
*
* Author: Chang-Ming Wu
*
* Permission to use, copy,... | [
"cludwig@net.t-labs.tu-berlin.de"
] | cludwig@net.t-labs.tu-berlin.de |
2cb8aad531c3bc9df4501223cdc97d9334e5e053 | 5c41f23e0a284a01f91a07cf20092d54e4b89159 | /MBoot_Madison_TVOS/MstarCore/bsp/emerald/include/drvWDT.h | eb8702246ce3ddb3d855a75003808859e5cd29ac | [] | no_license | schreibikus/Madsion | a3a46c7c38f920f24004dc2cee5837f341bff579 | 548861a3fc1c4c6b5bd05ce35024be7dca0cfc03 | refs/heads/master | 2021-01-25T13:19:07.923633 | 2015-04-02T03:34:09 | 2015-04-02T03:34:09 | 123,558,610 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,563 | h | ////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2008-2009 MStar Semiconductor, Inc.
// All rights reserved.
//
// Unless otherwise stipulated in writing, any and all information contained
// herein regardless in any format shall remain the sole proprietary of
// MSta... | [
"bertwu@126.com"
] | bertwu@126.com |
8131122beb00efa995d4407d6afd77a2667a317b | 514433cf46074aa4debd5d450880bf347f409760 | /ext/rubyscan/scanner.h | dfdd767491f872c870d95e2926071f0aaf000c9c | [
"BSD-2-Clause",
"BSD-3-Clause"
] | permissive | eqs-nz/rubyscan | b9b8042c07296c70f962aedbdd10cbafb6e9b908 | 76756e055c6e1e4d2170faaa648560d87fde07d4 | refs/heads/master | 2021-01-11T21:36:17.096433 | 2017-03-02T19:20:37 | 2017-03-02T19:20:37 | 78,816,241 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 389 | h | /* scanner.h
* pattern scanner object class
* written by Alex Fulton
* Sept 2016
*/
#ifndef RSCAN_SCANNER_H
#define RSCAN_SCANNER_H
typedef struct scanner {
VALUE running;
VALUE phases;
} rscan_scanner_t;
VALUE rscan_scanner_define(VALUE root);
VALUE rscan_class_scanner();
#define Get_Scanner(value,point... | [
"alex@eqs.nz"
] | alex@eqs.nz |
0107f208fb26e7364dea150618c5cb4896d887ea | e6c65e2e354336a4bea5b6a4ccbccd3682915fe2 | /out-bin/py/google/fhir/models/model_test.runfiles/com_google_fhir/external/pypi__tensorflow_1_12_0/tensorflow-1.12.0.data/purelib/tensorflow/include/Eigen/src/Core/arch/AVX512/PacketMath.h | cecaa22269d117b4f41df8c296a350447506619f | [
"Apache-2.0"
] | permissive | rasalt/fhir-datalab | c30ab773d84983dd04a37e9d0ddec8bf2824b8a4 | 3e329fc8b4226d3e3a4a7c23c306a86e7a9ea0de | refs/heads/master | 2021-10-09T05:51:04.593416 | 2018-12-21T18:11:03 | 2018-12-22T05:38:32 | 162,744,237 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 199 | h | /home/rkharwar/.cache/bazel/_bazel_rkharwar/0ddaa3627472ad9d1367a008236ce2f5/external/pypi__tensorflow_1_12_0/tensorflow-1.12.0.data/purelib/tensorflow/include/Eigen/src/Core/arch/AVX512/PacketMath.h | [
"ruchika.kharwar@gmail.com"
] | ruchika.kharwar@gmail.com |
03b845444525f5698e10ea4c49fd1c0d829daef6 | e6546f9d5fd101e90599772d9a65d1a4076b4f85 | /src/backend/foreign/foreign.c | 5d245539eb567ce6637dda93cc37fbe41261a4b3 | [
"PostgreSQL"
] | permissive | skyformat99/postgresql-cpp | bde060a73ce53bce043bb8b33be69de4a5f6a400 | 7ef6f472b53a83a4cedd0222b41345c0f74fae1e | refs/heads/master | 2021-06-03T20:43:50.787784 | 2016-08-15T00:08:06 | 2016-08-15T00:08:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,561 | c | /*-------------------------------------------------------------------------
*
* foreign.c
* support for foreign-data wrappers, servers and user mappings.
*
* Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/foreign/foreign.c
*
*----------------------... | [
"jarulraj@cs.cmu.edu"
] | jarulraj@cs.cmu.edu |
41a1aa690ae1f3cfb83e49f075d2fa18345f968a | d1956a3b7885886283a0f2092eb78b68887d6af7 | /ProjComp/quads.c | 186e2df805d3bdd05687df47afa63db63918390a | [] | no_license | khasion/ProjComp | 911682eb3e0981829474b577bcfdab3f2fe874e5 | 2a34a6b0565c9e07eeea83994e9ddb4c4337d44e | refs/heads/master | 2021-01-16T10:37:02.817623 | 2020-05-22T21:21:52 | 2020-05-22T21:21:52 | 243,085,292 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,822 | c | #include "quads.h"
Quad* quads = NULL;
unsigned total = 0;
unsigned int currQuad = 1;
unsigned int tempcounter = 0;
int isInteger(double i) {
int temp = (int)i;
return ( temp == i);
}
void patchboolean(Expr* e, int line) {
backpatch(e->truelist, nextquad());
backpatch(e->falselist, nextquad() + ... | [
"khasion@localhost.localdomain"
] | khasion@localhost.localdomain |
679c2303137cd09165e221c4351b6de13aeba448 | 522add7b79070b80b758cf4668faeaa50d696953 | /finalResults/supplement/theory_vogt_compare_LHC_RpA_rap.C | 3f52a5095907e32f11c372104ae9d6fc24373340 | [] | no_license | stuli/RpA502TeV | ae271365261da0f0babf4d1ccebce26bb9c2dd26 | dd99ff387d085ab7aa6c879dc1fc4f34c5121758 | refs/heads/master | 2022-06-25T13:55:12.585019 | 2022-05-31T17:28:45 | 2022-05-31T17:28:45 | 98,353,714 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 8,597 | c | #include "../SONGKYO.h"
#include "../tdrstyle.C"
#include "../CMS_lumi_raaCent.C"
#include "../../cutsAndBin.h"
void theory_vogt_compare_LHC_RpA_rap(int istate=1) //1 or 2 (1S or 2S)
{
setTDRStyle();
writeExtraText = true; // if extra text
int iPeriod = 502; // 1: pp, 2: pPb, 3: PbPb, 100: RAA vs cent, 101... | [
"pjwinnetou@gmail.com"
] | pjwinnetou@gmail.com |
0c9d7d051b2706f510d9ff98d6b59e9b1a798a4f | c37de10859d9315fc13dbe6ce54f9408c7f5bde6 | /C/include/c4Certificate.h | eebf5e86e7a292d8d79c176aa458afdc7ee928ee | [
"Apache-2.0"
] | permissive | giallon/couchbase-lite-core | 656107581d8fa2e10c562c1218dccdca95c64042 | c25026c97520cf19b948036b949600406391143e | refs/heads/master | 2023-06-22T10:09:07.180325 | 2021-07-19T17:38:00 | 2021-07-19T17:38:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,977 | h | //
// c4Certificate.h
//
// Copyright (c) 2019 Couchbase, Inc All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// U... | [
"jens@couchbase.com"
] | jens@couchbase.com |
c2824c22c68a8da42d8119e91853f6d1211fb32e | 9bfba5cd9451d45bf2db4b7e38a1ea30a88e18d4 | /Fig11.2/11.2.c | f8023ae1bf76eed3e6b4d525500b3e7a496f98cb | [] | no_license | baoquandinh/CIS-37A | d41bbefe24ef4345297f2edba661f4f76ac998ee | e7e601322532ed8f2e8dc8d8a9fcf6c3a9569952 | refs/heads/master | 2021-01-19T14:33:29.049864 | 2014-07-24T19:07:56 | 2014-07-24T19:07:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 860 | c | /*
Name: Baoquan Dinh
Due Date: July 24, 2014
System Used: Max OSX
Algorithm:
*/
#include <stdio.h>
// clientData structure definition
struct clientData
{
unsigned int accountNumber; // account number
char lastName[ 30 ]; // account last name char
char firstname[ 30 ]; // account first name
double balance; // ... | [
"baoquan.dinh@sjsu.edu"
] | baoquan.dinh@sjsu.edu |
68bfd01f24ba7811f7fbe0af51c1ef6a10f80758 | 051c34aacd31b54864632675d54d2063cfb534b2 | /ft_atoi.c | b47dba14297d82f4595ef6569c8f8b29628c75fe | [] | no_license | fel2fram/libft | ee58ca6c181546a939d05a12932f001a734aa5ba | 83d6a002180ee95eaa76843605f0d522cc05431a | refs/heads/master | 2021-01-04T10:45:39.086680 | 2020-02-14T13:17:30 | 2020-02-14T13:17:30 | 240,512,147 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,375 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_atoi.c :+: :+: :+: ... | [
"fde-fram@student.42.fr"
] | fde-fram@student.42.fr |
5cddb1e68c1d610329556d7dcde62f4812808895 | cc7df869f92542c2317140e8a9649649d689fcaa | /ft_arraynjoin.c | 1b53f89810cfdc2031b3eb9e2b40ecf9c5f1f638 | [] | no_license | CVanderbilt/ft_printf_no_str | 72646158c571f96b5c4e6c114cb1848b0042aeb9 | 15953161189e9c9be4290f7689fa105bd103845a | refs/heads/master | 2020-11-25T10:07:14.337377 | 2019-12-30T13:42:06 | 2019-12-30T13:42:06 | 228,611,702 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,330 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_arraynjoin.c :+: :+: :+: ... | [
"test@MacBook-Pro-de-Jame.local"
] | test@MacBook-Pro-de-Jame.local |
9d95dcd956051aece0a3921805842eec3fafbd8d | d4f0930fd75b370c6c7238833486ebee63f87877 | /Library/drivers_nrf/twi_master/nrf_drv_twi.c | 19c947b3be4da23c33ed037331155d1e3e64de21 | [] | no_license | nikkoluo/NBIoT | 15036be2b1dc69b3f2ba5ecc1c43fcd9f6225b7d | 9e6001df0cba81eb2c8347e9b0d9b842d89983cd | refs/heads/master | 2021-01-20T12:56:54.524603 | 2017-05-03T14:35:29 | 2017-05-03T14:35:29 | 90,431,504 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 24,554 | c | /* Copyright (c) 2015 Nordic Semiconductor. All Rights Reserved.
*
* The information contained herein is property of Nordic Semiconductor ASA.
* Terms and conditions of usage are described in detail in NORDIC
* SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT.
*
* Licensees are granted free, non-transferable use... | [
"leo_advance@163.com"
] | leo_advance@163.com |
8874e23d489df8bf21c32b11255191dca09a67ff | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant101297_regmove.c | 9c6a7690f2abfd1483b7d96f7488091d55750a0e | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 64,270 | c | /* Move registers around to reduce number of move instructions needed.
Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
This file is part of GCC.
GCC is free software; you can redistribute it and/or m... | [
"agroce@gmail.com"
] | agroce@gmail.com |
943a6e56f91101fecb74514032a021bef5a998b4 | ff92df5affc733d7933f7636c46fa1ca8f451ed9 | /c_language/workspace/day07/whileTest/whileTest03_백성민.c | ac2ef1d491d0621845f0ba85b742844ce7c2fd20 | [] | no_license | savious2319/c_language | ef0d615c79afb95b582c8c250f91522a45f269d2 | 4e230dd15090247a01f235f677c4ca413fec1d33 | refs/heads/master | 2022-10-15T17:37:21.406495 | 2020-06-08T06:24:03 | 2020-06-08T06:24:03 | 268,724,324 | 0 | 0 | null | null | null | null | UHC | C | false | false | 3,258 | c | #include<stdio.h>
#define Kimchi 5000
#define Danjang 6000
#define Budae 7000
#define Suduboo 8000
/*
식당 메뉴 만들기
********Korea 식당 ******
1. 김치찌개 - 5000원
2. 된장찌개 - 6000원
3. 부대찌개 - 7000원
4. 순두부찌개 - 8000원
주문 : 번 // \b
영수증 출력!
문1) 주문 횟수에 따라
품목 수량 가격이 나와야 한다.
1번 2회, 3번 2회 주문
출력 예)
*** Korea식당 영수증 ***
김치찌개 2개 10000원... | [
"koreanbradpitt@gmail.com"
] | koreanbradpitt@gmail.com |
dbc2dbb015e881a5bafbce083ee85d72c2cb2979 | 020c09f070a1322562606e24c28ba71af880e5d7 | /QueueGCD/GCDDisPatchGroup.h | 9264fda82a28b9b8d9f06b89d3a52c2d9cea631f | [] | no_license | xuanloct4/AZPlatform | dc35101134ea9c2c71f4ff60f809f38284b26e41 | c89f54474948d107ae2c976e18b339404d97601f | refs/heads/master | 2020-03-20T00:40:50.840655 | 2018-06-19T10:45:01 | 2018-06-19T10:45:01 | 137,052,321 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 128 | h | version https://git-lfs.github.com/spec/v1
oid sha256:f865113a90e6aeb81539c3ff00edffb0b6e359fd2f055e0ebc4d0d8680084065
size 358
| [
"loc.tran@ascendcorp.com"
] | loc.tran@ascendcorp.com |
b474aae4304d849648e872cad7e4cf7a0d814653 | 540e3d74d1caa5c82655224de82dce6f17da6984 | /philo_one/utils.c | 8ca88df52a173bf1aa2324d2d11b06235d0dd693 | [] | no_license | atronk/philosophers | 82b22c32ffdda7b2e004b4d0858a1b021dad3c87 | 8753bdf8ba1af61b8ec7266bdb01edd5ee0b41ec | refs/heads/master | 2023-05-28T12:16:55.274327 | 2021-06-08T13:11:16 | 2021-06-08T13:11:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 586 | c | #include "philosophers.h"
int err_exit(char *str)
{
printf("Error: %s. Programme exits with value of 1.\n", str);
return (1);
}
int perr_exit(char *str)
{
perror(str);
return (1);
}
uint64_t ms_to_micros(unsigned int ms)
{
return (ms * 1000);
}
uint64_t get_time(void)
{
static struct timeval tv;
gettimeofda... | [
"idcdtokms@gmail.com"
] | idcdtokms@gmail.com |
a818fef0f88de69fdd87d28d897d049aa3e6b6f1 | 726df6fc883aa216b81f8e0682ec427febdbf89d | /RTOS_28_MAY_2014_VER_3_REV_1/RTOS_28_MAY_2014.cydsn/Generated_Source/PSoC3/GPIO2_3V3.c | 8cca0898c2cbaee50b3a499e8cfad79baf119bd3 | [] | no_license | Qmax/QUTE | 48ac34384885558ea4f6310f122b2e4f6450853d | 09d65671d4280d6cd9b9f97243846708d7968cff | refs/heads/master | 2021-01-01T05:33:53.379760 | 2014-12-04T11:38:05 | 2014-12-04T11:38:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,035 | c | /*******************************************************************************
* File Name: GPIO2_3V3.c
* Version 1.90
*
* Description:
* This file contains API to enable firmware control of a Pins component.
*
* Note:
*
********************************************************************************
* Copyright 2... | [
"root@ravivarman.(none)"
] | root@ravivarman.(none) |
198d87f262cd93c498d958581aa345ebb9f8a411 | 67cb51b9e77b783ad0c2f0293bb4c105e72d7a79 | /src/static/net/rime/stunicast.h | c25340fec656ca247ceaed9ef31a6da92d884c42 | [] | no_license | pruckebusch/GITAR | 2caee0e20a327beb690914fe968252c5401eef50 | f945187ffb163964ae55eef265d95bafe71d640c | refs/heads/master | 2020-04-30T22:57:03.198541 | 2019-03-22T11:49:19 | 2019-03-22T11:49:19 | 177,132,137 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,974 | h | /**
* \addtogroup rime
* @{
*/
/**
* \defgroup rimestunicast Stubborn unicast
* @{
*
* The stubborn single-hop unicast primitive (stunicast) repeatedly
* sends a packet to a single-hop neighbor using the unicast
* primitive. The stunicast primitive sends and resends the packet
* until an upper layer primiti... | [
"peter.ruckebusch@intec.ugent.be"
] | peter.ruckebusch@intec.ugent.be |
b9132357c84cefbc7d7fda4e0d99d5d6be6b94da | 6bc688f5a646b01c97f5b40dbf30dcc2553e64a4 | /fdf/libft/ft_swap_int.c | 2cac6cac6cd5b3eeefe45db47919932d04ebc242 | [] | no_license | madecreu/42 | 03c01dd9e04819e6a36087add13dfde52ade0bb7 | 2fb392c8a7d9bbc1b46195540e7634446061404b | refs/heads/master | 2021-07-15T02:42:51.950758 | 2021-07-10T11:08:10 | 2021-07-10T11:08:10 | 149,522,152 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 992 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_swap_int.c :+: :+: :+: ... | [
"madecreu@student.42.fr"
] | madecreu@student.42.fr |
14d1e6ed76706ef1ddb16a83455df60c4424f0c6 | bc67a627eed32788951d839acf32f541d949523b | /unity-samples/iOS/Roll-A-Ball-Ios/Classes/Native/mscorlib_System_Array_InternalEnumerator_1_gen_352MethodDeclarations.h | 5d3776645f18c53ac61e4bb2c8b5edfd0da7a8ca | [] | no_license | alonkrifcher/appboy-unity-sdk | dd6c8e6dfbd28dda5782514149520058c03c9946 | 8670b5f567f1027a14dee2878cda801e79012226 | refs/heads/master | 2021-01-18T18:56:49.214651 | 2015-07-14T16:16:34 | 2015-07-14T16:16:34 | 41,434,938 | 0 | 0 | null | 2015-08-26T15:53:33 | 2015-08-26T15:53:33 | null | UTF-8 | C | false | false | 1,986 | h | #pragma once
#include <stdint.h>
#include <assert.h>
#include <exception>
#include "codegen/il2cpp-codegen.h"
// System.Array/InternalEnumerator`1<UnityEngine.SocialPlatforms.Impl.Achievement>
struct InternalEnumerator_1_t4147;
// System.Object
struct Object_t;
// UnityEngine.SocialPlatforms.Impl.Achievement
struct A... | [
"wenzhi@appboy.com"
] | wenzhi@appboy.com |
190f4f6245ca7eae83416e504fe3fe15b60edbd3 | fd5e66921623d3ce1fbaa5576c44be3475cca1eb | /File transfer by implementing a reliable connection on top of UDP/client.c | 81a8e5dd34aa1a434ed540b1182476a438a39717 | [] | no_license | sankeerthnalam/ComputerNetworks | ff4d3afbff65b983b635652208939679704a59b8 | 98604dbbf80711e9de1f092fb6214b9184bd363d | refs/heads/master | 2022-11-19T15:59:15.902764 | 2020-07-24T12:07:09 | 2020-07-24T12:07:09 | 282,209,002 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,054 | c | #include "packet.h"
char * get_current_time(){
char* str= (char*)malloc(sizeof(char)*20);
int rc;
time_t curr;
struct tm* timeptr;
struct timeval tv;
curr=time(NULL);
timeptr=localtime(&curr);
gettimeofday(&tv,NULL);
rc=strftime(str,20,"%H:%M:%S",timeptr);
char ms[8];
sp... | [
"noreply@github.com"
] | sankeerthnalam.noreply@github.com |
4f314608ce6ab069d758ccf7e4a92da8ba9e0ceb | af9295e16b3bc69bfe5eb00e58455c23130f71a2 | /src/lib/retromain.h | a8dc89f91759a72e8f897b6329755ab5d2b74b99 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | johangardhage/retro-demoeffects | a37272758fed8cb05cee3a51d5944a430c00a96e | f56eaa7cff33f6113852dd24fbe22ee368f649bd | refs/heads/master | 2023-08-17T07:55:12.330548 | 2023-08-17T07:25:44 | 2023-08-17T07:34:02 | 159,956,174 | 17 | 3 | null | null | null | null | UTF-8 | C | false | false | 3,500 | h | //
// Retro graphics library
//
// Author: Johan Gardhage <johan.gardhage@gmail.com>
//
#ifndef _RETROMAIN_H_
#define _RETROMAIN_H_
#include "retro.h"
void RETRO_ParseArguments(int argc, char *argv[])
{
RETRO.basename = basename(argv[0]);
static struct option long_options[] = {
{"help", no_argument, 0, 'h'},
{... | [
"johan.gardhage@gmail.com"
] | johan.gardhage@gmail.com |
1b65bbc463c8b5c78c0eef27d6cfa31792ca37bb | 0b8672fb7e4d3f5ea97db939ad92fad6f9723d85 | /include/firekylin/lock.h | 0015965896881f237406b2407187bb41fea6c8f5 | [
"BSD-2-Clause"
] | permissive | xinpengliu/firekylin | 59034004cfe698ef0217e3bcb83fb9d087afff68 | f3a140a807e9110bef81c744413da63d849dfe3b | refs/heads/master | 2021-01-18T16:40:14.678440 | 2016-06-11T14:54:57 | 2016-06-11T14:54:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,159 | h | /*
* include/firekylin/lock.h
*
* Copyright (C) 2016 ximo<ximoos@foxmail.com>
*/
#ifndef _LOCK_H
#define _LOCK_H
#include <sys/types.h>
#include <firekylin/kernel.h>
#include <firekylin/sched.h>
#define irq_disable() __asm__("cli")
#define irq_enable() __asm__("sti")
/* Just should be... | [
"ximoos@foxmail.com"
] | ximoos@foxmail.com |
9a2e57c9ad0d07cb08116bc6b964ff6f7a634207 | edd7bdfe5e92119486ef8fc98c4b6706b432db1a | /Imp-Java-c/c/testfiles/structure.c | d233e259f6f72eb6233c54cc08da0ee95078a53f | [] | no_license | Chaitanya31612/competitive-programming | df2f53895daf05fe2b255cd7634da12824377bfa | 351e423692451a8fd4eedf5f96a071f23808cd3c | refs/heads/master | 2023-08-25T17:54:13.078639 | 2021-10-21T10:41:38 | 2021-10-21T10:41:38 | 334,921,833 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 350 | c | #include <stdio.h>
#include <stdlib.h>
void main()
{
struct book
{
char name;
float price;
int pages;
}b1;
printf("Enter name , price and pages of book\n");
scanf("%c%f%d", &b1.name , &b1.price , &b1.pages );
printf("\nYou entered \n");
printf("%c %.2f %d",b1.n... | [
"guptachaitanya31@gmail.com"
] | guptachaitanya31@gmail.com |
80b98c9e12e8b76656edaf79da0c903239bf7062 | ec0a46375a1306b57d918d713e05bc44e07b6b33 | /src/tsk_zako03.c | fc4494ce8e8d02e5e6b6ebce5339ee9cfa389daa | [] | no_license | isk8086/GalaxyFrontier | 27997f330726627d35ce19f26b49b7674f19f597 | dad9dea035bce292af57dc1d7f62770f3d5d4c98 | refs/heads/master | 2020-06-08T21:34:06.640190 | 2011-11-28T16:11:46 | 2011-11-28T16:11:46 | 2,867,942 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,805 | c | #include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "global.h"
#include "game.h"
#define ZAKO03_MINX ((float)SCR_LEFT - 24.0f)
#define ZAKO03_MAXX ((float)SCR_RIGHT + 24.0f)
#define ZAKO03_MINY ((float)SCR_TOP - 24.0f)
#define ZAKO03_MAXY ((float)SCR_BOTTOM + 24.0f)
#define POS_SIZE (16)
#def... | [
"isk8086@gmail.com"
] | isk8086@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.