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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b9d6864a5ba691f93cf4d336bad87e4e74ad6065 | 77c9d291d96b99ec8c0e5d5a851224e0cd69a305 | /resources/7.c | 2305f38cc198f17678dc6d83445307367f8ce056 | [
"MIT"
] | permissive | yutiya/apue-study | 7ab647775948fe681557dea3072d838fb27a7e7e | cc103a0ad95f087119ac9d71098e2f738084dca5 | refs/heads/master | 2021-01-22T06:37:35.448148 | 2015-09-01T10:37:32 | 2015-09-01T10:37:32 | 41,732,503 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 126 | c | #include "apue.h"
int main(int argc, char const *argv[])
{
printf("uid = %d, gid = %d \n", getuid(), getgid());
return 0;
} | [
"13985208594@163.com"
] | 13985208594@163.com |
d2b441680272dc6524c890f2f83f3c55e4240bd9 | 2671e4b3e481b90c01b0656ce66308f96620c268 | /programa.c | ead78d4338a72f0524066ab9838f1ef0dc8a8617 | [] | no_license | jairotft/Compilador | 85b8b0e168f2eb0ed7cc34ccf339e56059b3ebb1 | fd76d5ab80a5f8534df50155582646e5963b36c9 | refs/heads/master | 2022-11-12T12:29:06.636647 | 2018-04-28T18:00:01 | 2018-04-28T18:00:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 261 | c | int: main(){
int: hu;
hu = 5 + 8;
float: r;
r = (5 + 6.7) + 6 * 9;
float: i;
i = 4 - 7.6;
string: s;
s = "hol";
char: c;
c = 'c';
while(5.5 < r) do {
i = 8.0;
}
if( r == i) then {
s = "Nuevo";
}
do{
i= 7.8;
}while(5 < r);
}
| [
"jairotft@gmail.com"
] | jairotft@gmail.com |
b86c85691beb24919469faf2c3d240f1d0b7cfd4 | a6974b63a80acc96feb4b6bb6582b373c363f7a9 | /2015-2016/V/09/06/task2.c | 55d919d8cac16d112b0ded6621df1aab00250893 | [
"MIT"
] | permissive | DeyanHristov/po-homework | 29113f3270ac0dc7d12f20c39f9f74e0262b858e | d55f9e364055fb29e93f59e6fb73dd8bda3feb25 | refs/heads/master | 2020-12-03T05:34:13.754767 | 2016-01-25T10:55:49 | 2016-01-25T10:55:49 | 43,440,430 | 0 | 0 | null | 2015-09-30T15:16:35 | 2015-09-30T15:16:35 | null | UTF-8 | C | false | false | 349 | c | #include <stdio.h>
int exact_square(int);
int main() {
int n;
scanf("%d", &n);
if(exact_square(n) == 1) {
printf("1");
}
else {
printf("0");
}
return 0;
}
int exact_square(int n) {
int i;
for(i = 0; i <= n; i++) {
if (n == i * i) {
return 1;
... | [
"Deyan.Xristov@gmail.com"
] | Deyan.Xristov@gmail.com |
51bfb487768b049524810c4b97aad6300566da99 | 05d55b21ad2aabd7ad63d0ecd960e0d2c4205956 | /ElectronNtupler/makeClass/Unfolding/data_Unfold.C | 91804e507f85cfafb8e0ff239ac491202fd8910f | [] | no_license | andjuo/EgammaWork | f5691911e1798be66633ba8c79f3ce28e017d046 | 1a8370140fdacec67710af058a40895ffa24c242 | refs/heads/7_4_15 | 2020-12-25T10:34:13.270904 | 2016-06-21T13:09:49 | 2016-06-21T13:09:49 | 50,767,330 | 0 | 0 | null | 2016-01-31T09:39:51 | 2016-01-31T09:39:51 | C++ | UTF-8 | C | false | false | 2,858 | c | #define data_Unfold_cxx
#include "data_Unfold.h"
#include <TH2.h>
#include <TStyle.h>
#include <TCanvas.h>
#include <iostream>
#include <TLorentzVector.h>
#include <math.h>
void data_Unfold::Loop()
{
TFile *file = new TFile("single_electron.root", "recreate"); //dyJtoLL_M50.root", "recreate");
int good_elec;
... | [
"ridhi.chawla@cern.ch"
] | ridhi.chawla@cern.ch |
3ec11fa473831541fc5fc5f693604f5e7fbdc03c | 9c22a7f4e39ec744d68eac3d5ea9db5c7b2013d7 | /src/appleseed/foundation/utility/commandlineparser.h | e8826b8871f2c94a45e68345f0e5d5a6c61aedee | [
"MIT"
] | permissive | jotpandher/appleseed | 4b6b7f30ce816280c3502d710920e39c740f5d51 | c74bd03e314d3a9fd7dd0cbaeb2f1374ae4b546f | refs/heads/master | 2021-01-15T12:54:13.278636 | 2014-11-23T14:14:01 | 2014-11-23T14:14:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,026 | h |
//
// This source file is part of appleseed.
// Visit http://appleseedhq.net/ for additional information and resources.
//
// This software is released under the MIT license.
//
// Copyright (c) 2010-2013 Francois Beaune, Jupiter Jazz Limited
// Copyright (c) 2014 Francois Beaune, The appleseedhq Organization
//
// Pe... | [
"beaune@aist.enst.fr"
] | beaune@aist.enst.fr |
9cd6a727a701d87d903064accf16c23996711cc7 | df1d828d37d9f3e83e18ef085f11105cfb90b80a | /os/hal/boards/OLIMEX_LPC_P2148/board.h | 55b41bc64319347c34e2744f8087f1750b00e521 | [] | no_license | xobs/senoko-chibios-3 | a7313ed155c905acd0bf4ff2cde63c1e913196ff | 487a69632093d8894ff78b043141a78cabaec858 | refs/heads/senoko | 2021-01-10T18:52:03.335005 | 2016-02-25T06:27:07 | 2016-02-25T06:27:07 | 21,555,886 | 2 | 3 | null | 2015-10-24T00:56:00 | 2014-07-07T03:45:29 | C | UTF-8 | C | false | false | 2,735 | h | /*
ChibiOS/RT - Copyright (C) 2006-2014 Giovanni Di Sirio
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless req... | [
"gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4"
] | gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4 |
e9207c822502bef3b21f0cddc1c4cfa062874072 | 23171289c9eb49032941003b0dd9b293a1062a46 | /Line_Following_Robot/KIT042_Robot.cydsn/Generated_Source/PSoC4/Status_Reg_LineSensor.h | 120919e204e2172713d35e5351b200d4459f82d7 | [] | no_license | keithmikoleit/PSoC_Projects | a112d1a7a26ae2e8d6a2761c051dbdb22197d25d | 738628618afc129c6558b99142c0b45cd8b631e0 | refs/heads/master | 2020-12-11T01:43:37.688144 | 2014-04-08T18:11:30 | 2014-04-08T18:11:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,257 | h | /*******************************************************************************
* File Name: Status_Reg_LineSensor.h
* Version 1.80
*
* Description:
* This file containts Status Register function prototypes and register defines
*
* Note:
*
****************************************************************************... | [
"antoniorohit@gmail.com"
] | antoniorohit@gmail.com |
0547f6f2ed1c0f9c320254fd8b0fd68d3ec172dc | ce221d910f4d46351c8e8dee1edde46a4ed4c05c | /source/r_ble_rx23w/r_ble_rx23w_vx.xx/r_ble_rx23w/src/app_lib/abs/r_ble_abs_api.h | 7285dff7be53fc9c5971ea072736759917e3c3cf | [
"MIT"
] | permissive | kobacyan/rx-driver-package | c938e2f453284477e1d9a55737cb6b746e16d5aa | fb1417d5c5b85a651a3bfcec35211170b3575c37 | refs/heads/master | 2022-12-14T20:44:41.599741 | 2020-09-13T07:09:35 | 2020-09-13T07:09:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 66,521 | h | /***********************************************************************************************************************
* DISCLAIMER
* This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No
* other uses are authorized. This software is owned by Renesas El... | [
"kosuke.funabashi.aj@renesas.com"
] | kosuke.funabashi.aj@renesas.com |
28613f0583b8ed3053286e84f2225ac9a29e3ed9 | 8cf76d2292aa415420519a558727821fa38ae139 | /chip/it83xx/intc.h | a9888f0c0e67a3fd9b2e41b54cdfecef6105ed20 | [
"BSD-3-Clause"
] | permissive | fourier49/BIZ_EC | 8d51e11f2ccd893edc8b1aa74b9758ac28b46e78 | 8025ff8b5cab701b4b2b131e0f7c9229f0faab48 | refs/heads/master | 2021-01-02T08:21:04.505821 | 2015-08-29T16:28:46 | 2015-08-29T16:28:46 | 41,563,566 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 587 | h | /* Copyright 2015 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
/* INTC control module for IT83xx. */
#ifndef __CROS_EC_INTC_H
#define __CROS_EC_INTC_H
void lpc_kbc_ibf_interrupt(void);
void lpc_kbc_obe_interr... | [
"chromeos-commit-bot@chromium.org"
] | chromeos-commit-bot@chromium.org |
05ebdff419c3fa59baf0550190a598f963b98081 | 9da1f6dd6af2f7583fbf5dd73e31b3d4d6a9fe12 | /SortAlgorithms/c-sorting-algorithms-master/test/radix_sort_test.c | ceaaddee2267f53f42081c78722b1f05ba7f33a5 | [] | no_license | yunshouhu/AlgorithmAnalysisAndDesign | 6f8b46bb21b1bd12d380a6524e6bb4259d1d9f27 | 2856a53700617f5157b0cc36ec980f975fcdeb46 | refs/heads/master | 2021-01-10T00:55:50.413622 | 2018-09-05T07:06:09 | 2018-09-05T07:06:09 | 49,436,844 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 684 | c | #include "../algorithms/radix_sort.h"
#include "array_equals.h"
#include "minunit.h"
#include <stdio.h>
int tests_run = 0;
int foo = 7;
int bar = 4;
static char* test_foo() {
int arr[9] = {4, 9, 5, 6, 8, 7, 1, 2, 3};
int control_arr[9] = {1, 2, 3, 4, 5, 6, 7, 8, 9};
radix_sort(arr, 9);
mu_assert("error, arra... | [
"542335496@qq.com"
] | 542335496@qq.com |
1a32df79af978a2de8cebfcba36230de411fa627 | 271cbadd98ad60e8c3609b1d5422c1b49b9a8347 | /turtlebot2_wss/turtlebot_simulation/devel/include/vrep_common/simRosAuxiliaryConsoleOpenResponse.h | ed875dde9088d9bc9478b629c74625804f002e3f | [] | no_license | yxl-loading/ROCO506Z | 9a5a16ebb839b1424bf9b9be2c8358d5211d9ca4 | cd16e8a2428db3a3b8fea1534120d0affc2c262b | refs/heads/master | 2022-04-19T02:23:30.942440 | 2020-04-22T19:03:43 | 2020-04-22T19:03:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 142 | h | /home/youssef/ROCO506Z/turtlebot2_wss/turtlebot_simulation/devel/.private/vrep_common/include/vrep_common/simRosAuxiliaryConsoleOpenResponse.h | [
"youssefhindawi@hotmail.com"
] | youssefhindawi@hotmail.com |
4d3c431fd5e131c257ede95f40b093f5752f51f5 | 18c545212c01a371e4a2d9641cb989d81b241bc3 | /libft/srcs/lst_/ft_lstsize.c | 48b79359d7a192231fd1fa14ba621a4bed9f0d6f | [] | no_license | eezn/42-pipex | 9324d6010b9188fbc9ab2d5e5e0c4e7085d96c5a | b19ab49ff5dabec95ad2ba1cca27ac9979b545ba | refs/heads/master | 2023-08-25T15:09:56.761058 | 2021-10-19T05:32:29 | 2021-10-19T05:32:29 | 382,286,830 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,109 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstsize.c :+: :+: :+: ... | [
"pplaneoo@gmail.com"
] | pplaneoo@gmail.com |
e7f51b027f952536c61f08257f43a3e6916bbbcc | a3dc876f68cbe6a28e764c74b50ba058b83ca0e2 | /20190426/beifen/test/tran_file.c | c42210825159f761d34c5a72462b25b4daaad9f7 | [] | no_license | Devilsider/Tencent_Cloud_Backup | 706621d77a29773b3f28ef390ba306d6ed0f1a36 | f04f6f0eba34123bb988fb68008bbfe7ea5bca52 | refs/heads/master | 2020-05-24T14:37:44.915007 | 2019-06-29T07:30:39 | 2019-06-29T07:30:39 | 187,311,445 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 734 | c | #include "function.h"
int tranFile(int newFd){
Train_t train;
//发送文件名字
train.dataLen=strlen(FILENAME);
strcpy(train.buf,FILENAME);
send(newFd,&train,4+train.dataLen,0);
int fd=open(FILENAME,O_RDONLY);
ERROR_CHECK(fd,-1,"open");
//文件大小
struct stat buf;
fstat(fd,&buf);
train.dataLen=sizeof(b... | [
"784371251@qq.com"
] | 784371251@qq.com |
a45dd25a3b28c808e8d1c428ff21e3d76fef99b4 | acb8d4c4f974d872f31997f591fea4d748f94b93 | /clone/board/yujie_b.c | ef561105edf622ed7f8e7a40cda28bde540dcd26 | [] | no_license | MudRen/SZMUD | 8ae6b05718b1a83363478469185e0d776b0fda5c | e3b46e6efa6d353f7f0d00ef676f97d5c0ec3949 | refs/heads/master | 2023-05-27T16:04:35.845610 | 2021-06-18T12:47:19 | 2021-06-18T12:47:19 | 361,736,744 | 1 | 2 | null | null | null | null | GB18030 | C | false | false | 389 | c | inherit BULLETIN_BOARD;
#include <ansi.h>
void create()
{
set_name(HIC"阅薇草堂留言簿"NOR, ({ "board" }) );
set("location", "/u/yujie/workroom");
set("board_id", "yujie_b");
set("long", "这是草儿为大家准备的留言板,欢迎大家前来交流!\n" );
setup();
set("capacity", 100);
replace_program(BULLE... | [
"i@oiuv.cn"
] | i@oiuv.cn |
a437a2cfb3b1c8d8aa80f02c18e57a6eeec6f41c | 67e42dee55e56d98d755aad0d5a0d6038db29cc1 | /source/external/tlsf.c | 951466ebac5e89f7847a361568291e7829cc0233 | [
"MIT"
] | permissive | CU-Production/VulkanRenderer | 762c59e95c7a0206becc4c43867192f4dbe52470 | 1f8b81e1483f289df50315df42dd3683109ceb86 | refs/heads/main | 2023-06-21T23:46:43.592276 | 2023-06-13T13:24:48 | 2023-06-13T13:24:48 | 399,683,045 | 0 | 0 | CC0-1.0 | 2021-08-25T03:56:23 | 2021-08-25T03:56:23 | null | UTF-8 | C | false | false | 33,871 | c | #include <assert.h>
#include <limits.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "tlsf.h"
#if defined(__cplusplus)
#define tlsf_decl inline
#else
#define tlsf_decl static
#endif
/*
** Architecture-specific bit manipulation routines.
**
** TLSF achieves O(1) cost for mal... | [
"yangyj19931231@gmail.com"
] | yangyj19931231@gmail.com |
ab3687b35fccde26ea31f36ad844fcb752974b9c | df5880dfaf718a931a7121a16244af7a80ab2516 | /docs/bluetooth - spbtle/x-cube-ble1/STM32CubeExpansion_BLE1_V2.5.2/Drivers/STM32L4xx_HAL_Driver/Inc/stm32l4xx_hal_rng.h | 61a4522324a6bcb9e2cf6e5e89483d558b878b3d | [] | no_license | kevins963/BalancingRobot | 1a8829767d300439f3afd5bc0678dc07f124ce33 | a905c0df3635fc6678f1c48102bc537bac3a4ab9 | refs/heads/master | 2021-01-21T13:52:46.707817 | 2018-03-01T02:34:44 | 2018-03-01T02:35:06 | 53,260,895 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,874 | h | /**
******************************************************************************
* @file stm32l4xx_hal_rng.h
* @author MCD Application Team
* @version V1.1.0
* @date 16-September-2015
* @brief Header file of RNG HAL module.
***********************************************************************... | [
"Kevin Stichter"
] | Kevin Stichter |
25f782f86444a06f848b675d2802312374fa69d1 | 76f841e24c1a056a7d1c64ecb4268484cd6ebcf2 | /include/path.h | bbb33770e0db0187f3ac43de43d8b0f13bb1aca1 | [] | no_license | JerrySievert/static-httpd | be7cb23f8233508ebf6d04c42066240e7857cf4e | 0d69652600bfbbcf653759c8cb4b19f3a781d17a | refs/heads/master | 2021-07-17T23:56:18.046996 | 2017-10-17T00:49:07 | 2017-10-17T00:49:07 | 104,291,008 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 199 | h | #pragma once
#include <stdbool.h>
#include "http_request.h"
#include "http_response.h"
extern char *search_paths[];
int open_file_maybe (char *, char *);
bool serve_file (Request *, Response *);
| [
"code@legitimatesounding.com"
] | code@legitimatesounding.com |
848a644db17a219cf9ba3e22581394fb9cce5c58 | e007170c04d68b7bfe9070ca5fcb10a4a70d9c6a | /stringCheck.c | 8d36de2afd83e8276b1985ca1f8a08539349a5f9 | [] | no_license | KimSeongRyeol/C-Study | b3c260af692effbbad892512628cb2c97d194748 | cc7ece19ca9b48d33a83d656623f41cfd5e56e04 | refs/heads/master | 2023-02-04T13:49:46.575387 | 2020-12-27T05:52:45 | 2020-12-27T05:52:45 | 310,296,502 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 897 | c | #define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <string.h>
int main(void) {
int count;
char planets[][20] = {
"Mercury", "Venus", "Earth",
"Mars", "Jupiter", "Saturn",
"Uranus", "Neptune", "Pluto"
};
count = sizeof(planets) / sizeof(planets[0... | [
"unconfigured@null.spigotmc.org"
] | unconfigured@null.spigotmc.org |
5f20effb88ebb2befd3408a426d96cca3594c36d | 11a1b8866f96a58d69a0d2fbe724243ed77115b6 | /project2/ringbuffer.h | 2a37e4c71f0ab21cad7135018dc23bf5eb8f4fe3 | [] | no_license | frankzhangrui/cs6210proj2 | 82b4091ac9bd859124d2b215bba0f3906c981622 | cdebaef8301555a3dd49cf0ea618bbed9ec71a49 | refs/heads/master | 2020-08-26T19:45:56.755164 | 2010-05-05T22:32:56 | 2010-05-05T22:32:56 | 34,888,233 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 649 | h | #include <pthread.h>
#define MAXSIZE 128
#define DATA "data"
struct request {
int x;
int p;
int response;
};
struct ring_buffer {
struct request request_buffer[MAXSIZE];
unsigned int request_writes;
unsigned int request_reads;
pthread_mutex_t data_mutex;
pthread_cond_t nonempty;
pthread_cond_t res... | [
"bryanjh@8ce9cb14-200d-11df-980b-c1ecf858a722"
] | bryanjh@8ce9cb14-200d-11df-980b-c1ecf858a722 |
6f868aecde973e70dd1814573468a3c89dd130c2 | 3d468e3cf7733976c754dda0c19ac06c63cd4b4c | /gnl/libft/ft_memcpy.c | 32d0d390e13faaf43cd85142c64d91aff706a8d1 | [] | no_license | hyperclick/ecole42 | f644673c6c383c6da2f8941a2ec48911b9ab7e29 | e4e19ee0b848b7e904174f3282da7d8fb1f831c2 | refs/heads/dev | 2023-01-29T23:46:50.928368 | 2020-12-12T18:27:54 | 2020-12-12T18:27:54 | 198,211,258 | 1 | 0 | null | 2019-11-08T11:12:32 | 2019-07-22T11:36:48 | C | UTF-8 | C | false | false | 1,190 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* memcpy.c :+: :+: :+: ... | [
"darugula@il-a3.21-school.ru"
] | darugula@il-a3.21-school.ru |
525b8d5660af912fee8f5ece94a0cf8c65a69aeb | 43a042be46c95328c12dfb73488acef57907e46f | /inc/powerups.h | 7cd672e07e20ae992c0753297308ae4555c6befd | [] | no_license | Kahel-fr/megalaga | f015a3eb48563507b4efe77c033d11c6b1f172bb | c2d85968da30424afd60e75857633af0a05824bf | refs/heads/master | 2021-04-07T23:05:23.406449 | 2020-04-24T16:32:36 | 2020-04-24T16:32:36 | 248,715,250 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 554 | h | #ifndef __POWERUPS_H__
#define __POWERUPS_H__
#include "game.h"
//number of diffrent powerups
#define POWERUPS_NUMBER 2
//powerups
#define POWERUP_FIRE 0
#define POWERUP_RAY 1
//powerup entities
Entity powerups[POWERUPS_NUMBER];
bool powerups_spawned;
int powerups_current;
Entity* powerups_curre... | [
"root@Michael-PC.localdomain"
] | root@Michael-PC.localdomain |
5fe875b75e7df1566671bf0c1abdf6ffbe23482b | 135da94b89a11e99162fd73b7e38ab31e3a60c0f | /outstrcmp.c | d8fceacdace5679f1b985d4480f873454c66e8c7 | [] | no_license | subash153/Subash | d74a454018490923ba250ebc82baf7282bd6319f | 7b49669c6623df026aec83d9159dbecc99ecffb7 | refs/heads/master | 2020-04-17T11:06:35.870234 | 2019-04-03T10:35:54 | 2019-04-03T10:35:54 | 166,527,709 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 268 | c | #include<stdio.h>
void main()
{
char s[15],a[15];
int i,j;
for(i=0;a[i]!='\0';i++)
{
scanf("%c",&a[i]);
}
for(j=0;s[j]!='\0';j++)
{
scanf("%c",&a[j]);
}
for(i=0;s[i]!='\0';i++)
{
for(j=0;a[j]!='\0';j++)
{
if(s[i]==a[j])
{
printf("yes");
}
else
{
printf("no");
}
}
}
}
| [
"noreply@github.com"
] | subash153.noreply@github.com |
dd44bfd8af85fbcaffb19b9e15edd78364d0df98 | 8bdf706cabb4dcecec0352f104faba452f93d4ec | /lib/qchprintf.h | 5c692d159f57c69d8ae678477d30f71e93c8a73a | [
"BSD-3-Clause"
] | permissive | lilvinz/format | 93570b479f487e427bfd0b63f49845022c210797 | e7499ed213c19ca0134e05d6831278d23e30ab2e | refs/heads/master-3.x | 2021-01-20T00:24:35.920365 | 2015-09-27T19:40:06 | 2016-01-11T19:24:29 | 89,128,376 | 0 | 0 | NOASSERTION | 2018-12-25T21:00:34 | 2017-04-23T08:39:54 | null | UTF-8 | C | false | false | 2,815 | h | /* ****************************************************************************
* Format - lightweight string formatting library.
* Copyright (C) 2011, Neil Johnson
* All rights reserved.
*
* Redistribution and use in source and binary forms,
* with or without modification,
* are permitted provided that the foll... | [
"vincent.kessler@quantec-networks.de"
] | vincent.kessler@quantec-networks.de |
140a04d2f16f0c7a8bd53387c2bb839706dc12e7 | 7d714a3507382147d998c249db54faaec2ad73cc | /printmatrix.c | db5fafd0a40f73678857c43975c470a15d93d9b2 | [] | no_license | spockwangs/snippets | 6560f93b2a3b6c6cb87c7ba26f7189a9815e1442 | 4e18d3634eadc7121e7e3d15788964c5421ffbd9 | refs/heads/master | 2020-11-26T18:32:54.035444 | 2017-11-05T10:02:53 | 2017-11-05T10:02:53 | 9,424,744 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 937 | c | /*
* Copyright (c) 2010. Wang Bingbing.
*
* Author: 王兵兵 (wbbtiger@gmail.com)
* Date: 2010-10-09
*
* 打印一个螺旋矩阵.
*/
#include <stdio.h>
int min(int a, int b)
{
return a < b ? a : b;
}
int matrix(int i, int j, int n)
{
int m, a, l;
m = min(min(i, n-1-i), min(j, n-1-j));
i -= m;
j -= m;
... | [
"wbbtiger@gmail.com"
] | wbbtiger@gmail.com |
bcc7a1a2a90e58d2a1b52796896f258567417fe3 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/kphp-kdb/lists/extr_lists-data.c_ctree_out_node_rev.c | 98807be15bb97bf683e5f52ade1bde59c1c9459c | [] | 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 | 661 | 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 |
79612ab9b6a99d97621a6bfd69f075b9df777966 | 1564c5b7255ac64cdb930ae41810d358f8255953 | /d/quanzhen/npc/obj/gangjian.c | 0cf3ef20a97fbb6253ae9890a6375f08305c06b4 | [] | no_license | klajie/mud | 9f531cc845389ed1d4beea8ea5c1146af086dd41 | 8d16bbc725a0d3fa53c71488f6c90e199b723a17 | refs/heads/master | 2020-03-19T04:19:28.506756 | 2018-06-02T12:30:23 | 2018-06-02T12:30:23 | 135,816,231 | 2 | 0 | null | 2018-06-02T12:34:54 | 2018-06-02T12:34:54 | null | GB18030 | C | false | false | 665 | c | // gangjian.c
#include <weapon.h>
inherit SWORD;
void create()
{
set_name("钢剑", ({ "jian", "sword" }));
set_weight(6000);
if (clonep())
set_default_object(__FILE__);
else {
set("unit", "柄");
set("long", "这是一柄精工制成的钢剑,这种剑在将领之间非常流行。\n");
... | [
"i@oiuv.cn"
] | i@oiuv.cn |
f1729fb2cc6c3e82ee61ab99a149789ebad29055 | 84468e9a35c48e600044ac5518b92565cb964271 | /Tcp_Clinet/build-Tcp_clinet-Desktop_Qt_5_9_9_MSVC2015_64bit-Debug/debug/moc_predefs.h | d27e6f525005cd6a57a94f974359f0052461d1a0 | [] | no_license | yejhinfo/5GTcp | a971068bbbf360eb113f24431a778796468e0a07 | 77d5d0be9006059c57b00a50f1ab0a37a418393e | refs/heads/master | 2023-02-12T13:05:02.700627 | 2021-01-17T07:41:28 | 2021-01-17T07:41:28 | 330,338,969 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 263 | h | #define _MSC_EXTENSIONS
#define _INTEGRAL_MAX_BITS 64
#define _MSC_VER 1900
#define _MSC_FULL_VER 190023026
#define _MSC_BUILD 0
#define _M_AMD64 100
#define _M_X64 100
#define _WIN64
#define _WIN32
#define _CPPRTTI
#define _DEBUG
#define _MT
#define _DLL
| [
"yjh@stu.scau.edu.cn"
] | yjh@stu.scau.edu.cn |
81d01eeab889ce76afed155fdc4fa413ddd34d09 | eca4c8af6042ff87aef0f0e0e62b5bd6177c6843 | /10.ZKT_BearPi/Inc/stm32l4xx_it.h | fbdc07e85fb81aab34ec15cc28315c10d1ecaf6f | [
"Apache-2.0"
] | permissive | hqgboy/BearPi | 36981128bfe7063d6361b81dae58e9a9c47655be | 592bbd6cd315de3748e5291479a7ea09c96ceec8 | refs/heads/main | 2022-12-27T22:52:58.942043 | 2020-10-09T06:02:34 | 2020-10-09T06:02:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,267 | h | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file stm32l4xx_it.h
* @brief This file contains the headers of the interrupt handlers.
******************************************************************************
* @attention
*
* <h2... | [
"morixinguan@vip.qq.com"
] | morixinguan@vip.qq.com |
9c51743bac5e47198d7c3a1b2518a9a20ef132b8 | f7b19b4ced5ecf36adb776d6528ca7e06fc5d2f9 | /test/COU_clnt.c | 9e4a163db393d5781a7faf77389212beb1501d74 | [] | no_license | BALL-Contrib/contrib_oncrpc_1.14 | f706f8d7fc1415ccd18ec302f97627e71efd8885 | 3cb2a3260d638850e4f2448ccfa3218f805cbf0a | refs/heads/master | 2020-06-23T10:44:50.906307 | 2016-10-27T14:45:20 | 2016-10-27T14:45:20 | 74,653,254 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 881 | c | #include <rpc/rpc.h>
#include "COU.h"
/* Default timeout can be changed using clnt_control() */
static struct timeval TIMEOUT = { 25, 0 };
int *
inc_1(argp, clnt)
void *argp;
CLIENT *clnt;
{
static int res;
bzero((char *)&res, sizeof(res));
if (clnt_call(clnt, inc, xdr_void, argp, xdr_int, &res, T... | [
"thiel@informatik.uni-tuebingen.de"
] | thiel@informatik.uni-tuebingen.de |
b84919e654b8aa7302dae35ae92110b847d78eaf | 37c5b0cc4564e72c5dd7daf8e9f3dd019a061e87 | /Semesters/os/os_project_one/Project_1/Problem_0/problem0_partA.c | 1512d31c6b955818a94bd339ceee992e9cbeb455 | [] | no_license | leonardoARoman/school_work | 93f29756d8b43cf74c121acb52b63f2dacbe082e | 49bc0415ef1b169f4e04466edaac01ef63570100 | refs/heads/master | 2020-03-09T22:33:44.402369 | 2018-04-11T05:12:21 | 2018-04-11T05:12:21 | 129,037,003 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,232 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <limits.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
int shmid;
int *num;
int size = 0;
int main(int argc, char *argv[]){
struct timeval start,end;
gettimeofday(&start,NULL);
shmid = shmget(IPC_PRI... | [
"leonardoroman@Leonardos-Air.home"
] | leonardoroman@Leonardos-Air.home |
e807ce79138730784d40e75eec70603a788a899a | da5423158a25cb75f49c6dc3e099647348c52b25 | /chapter9/decrypt.c | 8ec2db8a41e2814b135d7b78f42c168428e94808 | [] | no_license | DragScorpio/Pointers-On-C-Solutions | a317c2003bee88cc5aaba88b2fc559107bd498cb | 777effaa72f29a509c9a911f5473fc5f5efc205a | refs/heads/master | 2021-01-01T15:38:05.566944 | 2017-07-19T02:08:02 | 2017-07-19T02:08:02 | 97,660,956 | 44 | 22 | null | null | null | null | UTF-8 | C | false | false | 566 | c | /* 9.14-14 */
#include <stdio.h>
#include <string.h>
#include <ctype.h>
void decrypt( char *data, char const *key );
int main( void ) {
char data[128];
char coded_key[30] = "TRAILBZESCDFGHJKMNOPQUVWXY";
printf( "%s\n", "Enter the coded message here:" );
fgets( data, 128, stdin );
decrypt( data, coded_key );
prin... | [
"noreply@github.com"
] | DragScorpio.noreply@github.com |
dd98f8ca403b02add9c042396a3550bab8bd8e82 | 271e86038a9dfbfd48e59897f648f08e4a1151c8 | /xen/vxtcom/lib/vxtmsg_mux/windows/mxt_platform.c | 168048ab1b6f1139bc9e38329e7a86ba6a6ce4e6 | [] | no_license | misheska/vxt | a9b24760af87541921c1074deec1839a86de44ed | 64449ba876294b31697ac727ca1be49c3a768e60 | refs/heads/master | 2021-01-13T01:29:49.989750 | 2014-11-10T06:49:59 | 2014-11-10T06:49:59 | 26,424,316 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 17,822 | c | /*
*
* Copyright (c) 2010, Symantec Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* Redistributions of source code must retain the above copyright
* notice, this list o... | [
"misheska@Audry.local"
] | misheska@Audry.local |
ba3f90b4acef9a4ba41262be2102a9547ce2bac3 | 40fa88a5a100b242ab000c7a8fc27ac982883fa8 | /fseeko2.c | 403437b6b79637cae5ff1d8db531c64916df6a16 | [] | no_license | ruvimk/AnimOv | d1ab3aec1d91bbf0ac031cdbb3be5564129cf43d | 7dba085f532071d0dc5e36b45ac47b63ad7ae9fa | refs/heads/master | 2020-03-26T19:57:39.760215 | 2018-08-19T11:01:38 | 2018-08-19T11:01:38 | 145,295,887 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 44 | c | #define fseeko fseek
#define ftello ftell
| [
"ruvim.k.1@gmail.com"
] | ruvim.k.1@gmail.com |
ffd41fed44fc3399eb6779dc66dd1a9a90ec3b64 | b60da22bc192211b3978764e63af23e2e24081f5 | /cdc/src/share/tools/jpda/back/debugLoop.h | 1251f457034d3f6c90062205f4b320af5532da52 | [] | no_license | clamp03/JavaAOTC | 44d566927c057c013538ab51e086c42c6348554e | 0ade633837ed9698cd74a3f6928ebde3d96bd3e3 | refs/heads/master | 2021-01-01T19:33:51.612033 | 2014-12-02T14:29:58 | 2014-12-02T14:29:58 | 27,435,591 | 5 | 4 | null | null | null | null | UTF-8 | C | false | false | 1,223 | h | /*
* @(#)debugLoop.h 1.21 06/10/25
*
* Copyright 1990-2006 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version
* 2 only... | [
"clamp03@gmail.com"
] | clamp03@gmail.com |
7272b228a7cfe0b0c38b908e7827cadf2d6f178c | aa0292ad1994846f5d8b4cb887def2e8085773d9 | /j06/ex00/ft_strcmp.c | a9abf1419045f74a3ed7171860efd4931a313d7e | [] | no_license | QB-K1/piscine-42 | 640d389020caf3a67e9eb66a417479f8895fe3a3 | 09c1e753b5f61627bf27cd84f528a3f5aa0a6008 | refs/heads/master | 2020-03-20T11:59:58.815031 | 2018-06-14T23:12:39 | 2018-06-14T23:12:39 | 137,418,079 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,064 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strcmp.c :+: :+: :+: ... | [
"buisson.quentin1@gmail.com"
] | buisson.quentin1@gmail.com |
ef624e6b1b3e655bf5c17d17be7d37bc5581ea49 | 64d699dfd090a3ccf3e55ecc7626743814e2c874 | /4.Short.c | fa520e3d23fd7e7c0a53569de1868d9da92cef89 | [] | no_license | SoANTG/Genas-Lessons | b5336c5d1adc901177adb38dea3b174ea8ea9a05 | 26063525d94562cf5eb9254fdcef01e1575d060d | refs/heads/master | 2021-07-21T01:17:01.088747 | 2017-10-28T14:37:13 | 2017-10-28T14:37:13 | 107,886,438 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 353 | c | #include <stdio.h>
int main (void)
{
unsigned short firstValue = 30000;
unsigned short secondValue = 20000;
signed short thirdValue = -30000;
printf("\r\n");
printf("%13s %i \r\n", "firstValue:", firstValue);
printf("%13s %i \r\n", "secondValue:", secondValue);
printf("%13s %i \r\n", "thirdValue:... | [
"noreply@github.com"
] | SoANTG.noreply@github.com |
eebe974cfaf423767dbb4f32e8297e5bcc5dabf9 | 43962f18f7649df7ac033bae085800787a100f24 | /Core/Inc/main.h | 8b21cff9667b2b52abe55bceed85bfc484efd698 | [
"MIT"
] | permissive | kiwih/cubeide-timers-demo | ae540eac603d1798cd29096c07f928dd551f0f97 | 7c84c10780c4bdccb1ea4af948082c67907da64b | refs/heads/main | 2022-12-31T21:17:36.555885 | 2020-10-25T14:40:44 | 2020-10-25T14:40:44 | 306,980,196 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,598 | h | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : main.h
* @brief : Header for main.c file.
* This file contains the common defines of the application.
*******************************************... | [
"hammondpearce@outlook.com"
] | hammondpearce@outlook.com |
02d753d1471727a2de9d2fb24e56da1efb18f513 | 89e934e8dfd9edee82859e39fda1ffd69f3d077f | /hal/phydm/phydm_types.h | 498d4c90776676de99325dd71e43673197d44259 | [
"MIT"
] | permissive | quickreflex/rtl8188eus | febf4d9141fbc79ee1fd79957cb9063cadcda93d | 30c129990fb7432c8a96571ca9625e6f2911b99f | refs/heads/v5.2.2.4 | 2022-12-19T16:07:13.709608 | 2019-03-22T20:33:32 | 2019-03-22T20:33:32 | 111,782,422 | 216 | 94 | NOASSERTION | 2020-10-02T07:11:40 | 2017-11-23T08:20:48 | C | UTF-8 | C | false | false | 7,664 | h | /******************************************************************************
*
* Copyright(c) 2007 - 2011 Realtek Corporation. 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 ... | [
"root@kiril.example.org"
] | root@kiril.example.org |
729b349e30bcd692b14d3b271f398de686affc2a | 1c5ecfa2b5db2d0409dfe6aa2b2e559166d058e2 | /src/ds-narrate.h | 028a3df3136ef8f354c020635aa39b0bbd7ae63e | [
"MIT"
] | permissive | RandomContributions/soloscuro | 62b4dfc43403dbb92cb7521465319d1b606a5268 | 75fb4967d5317d66551866484822a8f383663a9a | refs/heads/master | 2023-03-08T14:26:55.160092 | 2021-02-27T04:59:51 | 2021-02-27T04:59:51 | 340,535,026 | 0 | 0 | MIT | 2021-02-27T03:02:57 | 2021-02-20T01:45:04 | C | UTF-8 | C | false | false | 307 | h | #ifndef DS_NARRATE
#define DS_NARRATE
#include <stdint.h>
enum {
NAR_ADD_MENU,
NAR_PORTRAIT,
NAR_SHOW_TEXT,
NAR_SHOW_MENU,
NAR_EDIT_BOX
};
enum {
NARRATE_CLOSE
};
int8_t narrate_open(int16_t action, const char *text, int16_t index);
int narrate_select_menu(int option);
#endif
| [
"paulofthewest@gmail.com"
] | paulofthewest@gmail.com |
c7d4aef80fa29290fbde6eb210c19d2354ce594b | 3a9f2b3d79cf214704829427ee280f4b49dca70a | /mycode/c_primer_pluse/ch12/manydice.c | feb3a44c3ddb12b7ca416fb03285de6fb6266105 | [] | no_license | jichunwei/MyGitHub-1 | ae0c1461fe0a337ef459da7c0d24d4cf8d4a4791 | f826fc89a030c6c4e08052d2d43af0b1b4b410e3 | refs/heads/master | 2021-01-21T10:19:22.900905 | 2016-08-20T03:34:52 | 2016-08-20T03:34:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 686 | c | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "diceroll.h"
int main()
{
int dice,roll;
int sides;
srand((unsigned int )time(0));
printf("Enter the number of sides per die,0 to stop.\n");
while(scanf("%d",&sides) == 1 && sides >0)
{
printf("How many dice?\n");
... | [
"tan@xx.com"
] | tan@xx.com |
ef21bc3f0669c8da163451bc2a63d309ac5b467d | 3009edfc1058865cd3873f6791503137d238dbfc | /结果/第三次在线测评结果/20170425/source/1128/lottery.cpp.c | 78ced57b3656c0d224a4fd935ef47a028f5c851e | [] | no_license | Ynjxsjmh/DataStructureAssignment | 1477faf125aea02f5ac01b504a712127fe0b7bc4 | 92a4964c73fbcadd320d9cbfbd522204a6b32be8 | refs/heads/master | 2020-04-16T23:31:46.021240 | 2019-01-16T09:47:44 | 2019-01-16T09:47:44 | 166,014,833 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,495 | c | #include <stdio.h>
#include <stdlib.h>
int main(){
freopen("lottery.in","r",stdin);
freopen("lottery.out","w",stdout);
int n,i,j,k,p,q,f,num;
int in[7];
int st[8];
int award[8]={0,0,0,0,0,0,0,0};
scanf("%d",&n);
for(i=0;i<7;i++)
scanf("%d",&in[i]);
for(j=0;j<7;j++)
{ f=0;
for(k=0;k<7;k++)
if(in[j]>in[... | [
"ynjxsjmh@gmail.com"
] | ynjxsjmh@gmail.com |
d9aa187625e82c213ef1c5de297273e7066eb6cc | 75dc39a0f16102de5d65d1115c844024c482caf7 | /swap.c | 5c93607c78fd921400fa825af712d74462fe58d1 | [] | no_license | rajeshsawant98/MyCaptainC | da3e24edeebfd27dbb1391b7ee3276dddae5afcc | dd6f6eaf9680e9e956fd422a93a62b260d07b697 | refs/heads/main | 2023-05-08T02:12:35.863615 | 2021-05-29T12:37:36 | 2021-05-29T12:37:36 | 371,701,846 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 284 | c | //Write a C Program to perform the swapping of 2 numbers without using a temporary variable.//
#include<stdio.h>
int main()
{
int a=10, b=20;
printf("Before swap a=%d b=%d",a,b);
a=a+b;
b=a-b;
a=a-b;
printf("\nAfter swap a=%d b=%d",a,b);
return 0;
}
| [
"noreply@github.com"
] | rajeshsawant98.noreply@github.com |
99949e64ed1772f861db4ee194844b33ddfe377c | 721e34cc92a1f357031013f259d6481795ea0553 | /jni/opus/silk/resampler_private.h | 130d41c787979510ce31efddaf7f5e13bccbbba1 | [] | no_license | mmii0219/ServalMesh | 2a4bb2f32d67836765bb706378dddcddf25ee934 | 12d5457bc8da3c885732ca4c0a3ddad768f2a20c | refs/heads/master | 2021-05-08T23:12:42.445791 | 2018-02-01T08:28:27 | 2018-02-01T08:28:27 | 119,702,090 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,642 | h | /***********************************************************************
Copyright (c) 2006-2011, Skype Limited. 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 ... | [
"miga830219@gmail.com"
] | miga830219@gmail.com |
df8fe3c873e538462f043b424ec83f18de299e90 | 5ad6880fa8db38f2cd5fe9087bb5e7fd17de9c67 | /source_code/chap53/02.Kernel64/Source/SystemCall.h | 13be1f54dae131e67e3892a2f5fdd7dad3555014 | [] | no_license | RaccoonCodder/mint64os-examples | 164897a40bac97d40c6e1c741d321ab4ce63f6f3 | 262e705d0cdaed048ae8b7cc7fe9dcaeaecf3646 | refs/heads/master | 2023-03-21T21:38:01.605453 | 2021-01-17T13:32:54 | 2021-01-17T13:32:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,538 | h | /**
* file SystemCall.h
* date 2009/12/08
* author kkamagui
* Copyright(c)2008 All rights reserved by kkamagui
* brief 시스템 콜에 관련된 함수를 정의한 헤더 파일
*/
#ifndef __SYSTEMCALL_H__
#define __SYSTEMCALL_H__
////////////////////////////////////////////////////////////////////////////////
//
// 매크로
/... | [
"kkamagui@gmail.com"
] | kkamagui@gmail.com |
e6cf2bf50ea0a82458defbb1c62fdda8159bb8fe | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/sdktools/unicows/godot/subclass.c | 44ce6ae1ebf26480f629629a0f2299e63c970dfb | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 30,305 | c | /*++
Copyright (c) 2000-2001, Microsoft Corporation All rights reserved.
Module Name:
subclass.c
Abstract:
This file contains functions that support our subclassing efforts. Here is how it works:
Each window we create must be subclassed so we can maintain the illusion of Unicodality
on it. We ... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
594520d0b01332a46001c785d3d326ddc866b10b | 5b5fad318f727237efcba2bf8adb30b5a9f25ed3 | /C02/ex09/ft_strcapitalize.c | c15792a33e07ac2f267b3c7f9ef35b5a36cf3b41 | [] | no_license | carolineferreiraa/42Basecamp | cc1577c23ecbcf816e6f98b47599429cb4fd006b | 7af1bc777851cfd2f52b98b41d30ba6fbe50b659 | refs/heads/master | 2023-05-26T00:18:37.280360 | 2021-06-14T22:35:49 | 2021-06-14T22:35:49 | 376,971,893 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,542 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strcapitalize.c :+: :+: :+: ... | [
"carda-si@student.42sp.org.br"
] | carda-si@student.42sp.org.br |
c29f4dacf1bd5a8f4770110f738b68c807a27a22 | a441587c69d147b5f4b593f2bccb0f44ca1b1382 | /2019 XJTLU Infantry/Infantry No.5/BSP/led.h | 511f0e0ab5c54fe7ee9458f9b419ce06d003e645 | [
"MIT"
] | permissive | almawed/-STM32-RoboMaster- | 362efcd8d5de4898996ec4f1a58853e878b5d56c | 5964b6b14fbb41e6d164a79821f99a2ff74d4a0a | refs/heads/master | 2022-04-19T15:19:38.474645 | 2020-04-14T04:14:23 | 2020-04-14T04:14:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 466 | h | #ifndef LED_H
#define LED_H
#include "stm32f4xx.h"
void led_configuration(void);
extern void led_green_on(void);
extern void led_green_off(void);
extern void led_green_toggle(void);
extern void led_red_on(void);
extern void led_red_off(void);
extern void led_red_toggle(void);
extern void flow_led_on(u... | [
"1216532005@qq.com"
] | 1216532005@qq.com |
6720d4b707796c14e522ad147c296d0262ad345d | 1542f446857d8dd5a6a5c467b30c33f21f7ec5bb | /kernel/fs/devs/dev_stdout.c | 0f43d55d700e3c677e56b930ff9551a20793f5c3 | [] | no_license | awfeequdng/cpx_os | 101f5a5bca3655a30c7332251eeed4d5216a71f6 | f8a0187cc43974cc8f812a0497c2126c559efe9d | refs/heads/master | 2023-02-20T19:43:24.861725 | 2021-01-20T15:35:38 | 2021-01-20T15:35:38 | 315,810,552 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,256 | c | #include <types.h>
#include <stdio.h>
#include <dev.h>
#include <vfs.h>
#include <iobuf.h>
#include <inode.h>
#include <unistd.h>
#include <error.h>
#include <assert.h>
static int stdout_open(Device *dev, uint32_t open_flags) {
if (open_flags != O_WRONLY) {
return -E_INVAL;
}
return 0;
}
static in... | [
"291458254@qq.com"
] | 291458254@qq.com |
1147c844ea7e38b8f014766d58ab4756948d0f07 | ba68afdfc5644265e295139cc41f90d7a156c68c | /draw.c | 486fc9986712cdefbc2bb42b13df1035fe542fc3 | [] | no_license | misha3674/Measuring_the_efficiency_of_algorithms | eeaafe6e9ddbc312d2ec6c5b01b6ffc0f79b8e55 | 8d4568171b3a95753cecfb852d6407a6df9766fc | refs/heads/master | 2020-12-31T00:09:41.026958 | 2017-04-11T06:43:57 | 2017-04-11T06:43:57 | 86,560,049 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C | false | false | 14,195 | c | #include "common.h"
#include "draw.h"
#include "glfw/include/glfw3.h"
#include "glut/include/glut.h"
#include <stdio.h>
#include <string.h>
#include "proccessing.h"
void draw_layer(int pos_x, int pos_y, int w, int h);
void draw_Text_list(sListText* pHead)
{
int c = 0;
sListText* crowler = pHead->pNext;
if(... | [
"maydanskiy.misha@gmail.com"
] | maydanskiy.misha@gmail.com |
8c40d3bb49353980b466824907bbd1b6b7f5bc9e | 4a2c5d473498ef465ff77668662df4dae50d05df | /include/my_read.h | cc3b29e7c6a088cb5ca20df591a35df348024b9e | [] | no_license | aneopsy/my_ls | 0dd0e2cfd15f7bea43197c52a7dff41ea5e4ed36 | 70a61c95284d8d622b7c316960cd5338a9f3dafa | refs/heads/master | 2016-08-12T05:13:03.384620 | 2016-01-12T02:20:39 | 2016-01-12T02:20:39 | 49,468,583 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 396 | h | /*
** my_read.h for myls in /home/theis_p/my_ls/include/
**
** Made by THEIS Paul
** Login <theis_p@epitech.eu>
**
** Started on Fri Nov 27 02:55:50 2015 THEIS Paul
** Last update Sun Nov 29 19:10:13 2015 THEIS Paul
*/
#ifndef MY_READ_H_
# define MY_READ_H_
char my_read_dir(char *str, char *opt, char multiple, cha... | [
"theis_p@epitech.eu"
] | theis_p@epitech.eu |
74220262f0029fba7236facee8441b19f0a2b964 | f9de31f782d5f86369507febfeb8383d509ea909 | /STM32底座实验/实验10 OneNET连接/WIFI(连接ONE.NET)/USER/main.c | 73c78b23d24e0f3c1af985b59259cabe937302d5 | [] | no_license | phanirajkiran/projects | 240237711f02e7d238467f7934406ed702af90b8 | 9b4519034c145161caf91839484d2b0680604c20 | refs/heads/master | 2020-03-29T22:38:58.306965 | 2018-09-13T08:48:32 | 2018-09-13T08:48:32 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,058 | c | #include "stm32f1xx_hal.h"
#include "stm32f1xx.h"
#include "Esp8266.h"
#include "timer.h"
#include "delay.h"
#include "Usart.h"
/**
************************************************************
************************************************************
*******************************************************... | [
"dennyjava@gmail.com"
] | dennyjava@gmail.com |
e873ce2aa0eac4bb60e8166b7a53ac41108b8d33 | 7fe0ab27204f2e1aaa712b6ca3bf460c12c2497e | /src/proxy/proxy3/recvline.c | f9cb0c588ae338ac04e3393f7ac78478ba17f60d | [] | no_license | azheng233/proxy_server | e52a2f10393f5ad63724d4988416f5a3aa61e98f | e3bfdee12ee3cf8ca850abd236a9a24f6ea9877c | refs/heads/master | 2020-03-31T07:54:33.235659 | 2019-08-15T07:51:59 | 2019-08-15T07:51:59 | 152,038,188 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,776 | c | #include "https.h"
#include "ssl_forward.h"
#include "sort_request.h"
#include "ssl_handle.h"
#include "recvline.h"
static char *tail;
static int tail_len = 0;
struct link *create(void)
{
struct link *head;
head = (struct link *)malloc(sizeof(struct link));
head->next = NULL;
strcpy(head->st... | [
"weizheng@xdja.com"
] | weizheng@xdja.com |
44bda64fd72df2a5d09947e8c9eb30e19f9e7c5e | ab054535dda800787c09385ac013048f8c84aecf | /智能点餐项目/智能点餐系统/MALLOC/malloc.h | 1e13be1892ea0e6af82f43a09ef987b3a5f12aae | [] | no_license | quanhengwen/STM32 | 6bbaeaadc82919f82ed501e746f0b61ec460c48a | 20ce117e2bb909e26e03ebe8d9949c5a9295baa9 | refs/heads/master | 2022-01-17T04:13:50.091019 | 2019-06-09T21:11:17 | 2019-06-09T21:11:17 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,537 | h | #ifndef __MALLOC_H
#define __MALLOC_H
#include "stm32f10x.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//ALIENTEK战舰STM32开发板V3
//内存管理 驱动代码
//正点原子@ALIENTEK
//技术论坛:www.openedv.com
//修改日期:2015/1/20
//版本:V1.0
//版权所有,盗版必究。
//Copyright(C)... | [
"2732763835@qq.com"
] | 2732763835@qq.com |
75e30d52e9c9fddc427545500ab963194e8c8265 | 82b563c363c6a6b1c4de11e59adb7c4d57e72e22 | /libcanard/uavcan/si/sample/duration/WideScalar_1_0.h | 608c2380b890f1ff691b54318a173c680cfcca5f | [] | no_license | Chipset31/ST21-CEL405-CEL307 | 9125352a9be61bd88d85cb72694a554a8561ca0b | 37a1fe1f06fc1f3e228d1ecb0819da7bcd76bce1 | refs/heads/main | 2023-07-16T05:30:55.355691 | 2021-08-15T14:20:48 | 2021-08-15T14:20:48 | 394,295,899 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,379 | h | // This is an AUTO-GENERATED UAVCAN DSDL data type implementation. Curious? See https://uavcan.org.
// You shouldn't attempt to edit this file.
//
// Checking this file under version control is not recommended unless it is used as part of a high-SIL
// safety-critical codebase. The typical usage scenario is to generate... | [
"chipset31@gmail.com"
] | chipset31@gmail.com |
0c59469cd3e0d470c8431eec5cf41ee49e2215f0 | e5683fefbb2f87fbd48831dfa0a3cb57ec4e2b3b | /src/pOdometry/Odometry_Info.h | 2f28f2787ce94f83e1a1250742a7f600bd9ed1f6 | [] | no_license | simensov/umva | cde1f72d528d0e3067f7a07ac55f70d569ffe7e4 | 758b3c4ecbcc04ae8e2f6fe27686391212444696 | refs/heads/master | 2020-04-23T03:55:39.226636 | 2019-09-23T22:42:38 | 2019-09-23T22:42:38 | 170,892,398 | 1 | 0 | null | 2019-02-15T19:41:33 | 2019-02-15T16:10:09 | C++ | UTF-8 | C | false | false | 619 | h | /****************************************************************/
/* NAME: Simen Sem Oevereng */
/* ORGN: MIT Cambridge MA */
/* FILE: Odometry_Info.h */
/* DATE: Dec 29th 1963 ... | [
"simensem@gmail.com"
] | simensem@gmail.com |
d031c4bf3d9e7933707e6eac12b3164649d160ee | 8f49a12e55c30d93ac660ca2e7ae9ae520bb8ff8 | /include/Translate.h | 4ab4dd2e23187b8c630e242b1564c3ec249892ca | [
"MIT"
] | permissive | wind-lang/Wind-old | f3d4f02ba2072a100a308c889d5219b5684e27e1 | 35f0039ad270f8300f3ad6740d2eaace0a786b80 | refs/heads/master | 2021-08-24T15:28:22.820742 | 2017-12-08T18:06:52 | 2017-12-08T18:06:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 719 | h | #ifndef WIND_TRANSLATE_H
#define WIND_TRANSLATE_H
//translates source code to instructions
#include <stdlib.h>
#include <ctype.h>
#include "WindObject.h"
#define Translate_BUF_CHECK(wobj) wobj->insMark > (wobj->insEnd - 16)
// helper
typedef enum {
TransState_Off,
TransState_On
} TransState;
//proce... | [
"jweinstein@splunk.com"
] | jweinstein@splunk.com |
dc0785c663ac416e9959aa36450f8865d8fae3db | 3ec08eefbf12670ab6744c9ab1918598d78be7b4 | /src/ptpd.h | 1a7a6b75e8ce384143880914237598b24c8fd72a | [
"LicenseRef-scancode-warranty-disclaimer",
"ISC"
] | permissive | thunder2005/linuxptpd2 | f753c54a61ca6579cfb0365cfbb53cd511083232 | da9fb67139740f2aea2c3bd09b832c11a0b4f85f | refs/heads/master | 2020-03-19T12:04:00.962334 | 2011-03-25T05:07:53 | 2011-03-25T05:07:53 | 136,493,185 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,299 | h | /**
* @file ptpd.h
* @mainpage Ptpd v2 Documentation
* @authors Martin Burnicki, Alexandre van Kempen, Steven Kreuzer,
* George Neville-Neil
* @version 2.0
* @date Fri Aug 27 10:22:19 2010
*
* @section implementation Implementation
* PTTdV2 is not a full implementation of 1588 - 2008 standard.
... | [
"eharris@f0e33cc9-18b5-42c2-a215-ec7f8ade0af0"
] | eharris@f0e33cc9-18b5-42c2-a215-ec7f8ade0af0 |
084d56492e6b5edb85559c645d4decc1b4fd6997 | bf800365eccbecc306753a0767d06ec555dbb0a2 | /Week 3/LinkedListBag/linkedListMain.c | 2af6948439f4d62631cc3e02b1d054ab9ce86ee7 | [] | no_license | jtoth955/CS-261 | 8765de26c3c0d594de5112db85674470cb72106a | b7811a0f9f995293ebb1343772adbc4e209030ee | refs/heads/master | 2021-01-10T09:29:00.082773 | 2015-10-12T18:45:17 | 2015-10-12T18:45:17 | 44,127,121 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,841 | c | /* CS261- Assignment 3 - linkedListMain.c
* Name: John R Toth
* Date: 7/12/15
* Solution description:
*/
#include "linkedList.h"
#include <stdio.h>
#include <time.h>
#include <stdlib.h>
/* VISUAL STUDIO (VS) USERS: COMMENT OUT THE LINE BELOW
TO EXCLUDE THE MEMORY TEST CODE.
*/
#define MEMORY_TEST_INCLUDED
#ifdef ... | [
"tothj@oregonstate.edu"
] | tothj@oregonstate.edu |
6218ee1cce54a474e943e573b6c2ade7af93bb91 | 21b2fc769a27407cbc8775c7677c3303382242eb | /10- RTOS/01-RTOS Schdular1/AVR_RTOSSCDULAR1/RTOS_private.h | 52c0ee32d9efe8dbdacf26e2c829a7699ade5b3d | [] | no_license | KhalidMosad/RTOS | adf12bb3e8d442bc2e280fce6e52c4eaf09f2641 | f839cf52c704caf845f7c6816913fa14aaab3ec9 | refs/heads/master | 2023-05-07T10:32:51.714267 | 2021-05-26T12:03:28 | 2021-05-26T12:03:28 | 371,018,533 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 310 | h | /*********Author : Khalid Mosaad Zakaria */
/*********Date : 28/4/2021 */
/*********Version: 1 */
/****************Desc: *******************/
#ifndef RTOS_PRIVATE_H
#define RTOS_PRIVATE_H
typedef struct
{
void (*ptf)(void);
u8 periodicity;
}task_t;
#endif | [
"khaled.mosad.11@gmail.com"
] | khaled.mosad.11@gmail.com |
097de6dcce0b4b6c96a2e3aa482b986de8639e0a | 46a196738afa817094ebf52dffce9a0585b72ed4 | /Framework/MobileDevice/Services/MobileBackup2/SDMMD_MobileBackup2.c | 9dbde14649abd5ae78c5ab51b70bdb1b5e755b5c | [
"BSD-2-Clause"
] | permissive | JeremyAgost/SDMMobileDevice | a7b8e2bfe0b2ace036950038c61734e583025088 | ee6547ef0ca2a028a8acbe5aca81138d903939fd | refs/heads/master | 2021-01-15T08:47:32.580770 | 2015-01-22T20:17:38 | 2015-01-22T20:17:38 | 16,844,729 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,695 | c | //
// SDMMD_MobileBackup2.c
// SDMMobileDevice-Framework
//
// Created by Sam Marshall on 5/2/14.
//
//
#ifndef SDMMobileDevice_Framework_SDMMD_MobileBackup2_c
#define SDMMobileDevice_Framework_SDMMD_MobileBackup2_c
#include "SDMMD_MobileBackup2.h"
#include "SDMMD_Connection_Internal.h"
#include "SDMMD_Service.h"
... | [
"me@samdmarshall.com"
] | me@samdmarshall.com |
acd917514dae03f53ffd66eb34adbc2c0f7a330b | 47190d425690ad282ef7a8277850c7be1bf4b259 | /x64/include/xsens/xsdataidentifiervalue.h | 867ac41ff9c0a8ae348edb730345a5a65467102e | [] | no_license | Torres-SMIL/xsens_labstreaminglayer_link | 4bfca2d2c3b22f462bcc18cf5b26c049a21a6636 | 219a03d0f65d53830965ca465e177874662cd029 | refs/heads/master | 2022-12-11T02:17:26.173901 | 2020-09-14T20:32:56 | 2020-09-14T20:32:56 | 295,508,634 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 608 | h | #ifndef XSDATAIDENTIFIERVALUE_H
#define XSDATAIDENTIFIERVALUE_H
#define XDI_MAX_FREQUENCY ((uint16_t) 0xFFFF)
//////////////////////////////////////////////////////////////////////////////////////////
/*! \addtogroup enums Global enumerations
@{
*/
/*! \enum XsDataIdentifierValue
\brief Defines some convenience v... | [
"joev714@gmail.com"
] | joev714@gmail.com |
741cd6bdb38d22fc9e88bbf9d03a54c847dff299 | 45a26f28a29ab6dd9d3bcf315117d814f50808b1 | /src/smb/smb-348.6/idl_compiler/checker.h | c9e98dcd6b87bef86552e95ed7f115d4040511ac | [
"BSD-4-Clause"
] | permissive | zeborrego/opensource.apple.com | 0eb9161029ce8440dbdc4b5157b3927a6e381f8d | 88cbaab4a42e97cbbfe6b660f2f0945536821be6 | refs/heads/master | 2021-07-06T17:16:28.241638 | 2017-10-02T11:58:56 | 2017-10-02T11:58:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,793 | h | /*
*
* (c) Copyright 1989 OPEN SOFTWARE FOUNDATION, INC.
* (c) Copyright 1989 HEWLETT-PACKARD COMPANY
* (c) Copyright 1989 DIGITAL EQUIPMENT CORPORATION
* To anyone who acknowledges that this file is provided "AS IS"
* without any express or implied warranty:
* permission to use, copy, modify, a... | [
"mattl@cnuk.org"
] | mattl@cnuk.org |
dd4b7f36d21e3f4467918f1c3199f0c3e4c656cb | c01e1e39be478f0c07396efebd6ffc5324397ec1 | /GL.OpenGL/Include/GL/Config.h | 4a103d33c08daed479b8191d70932e2de8f12529 | [] | no_license | DWVoid/NRT | 9c0ee014690008b8428f058039b016ba5be7ca2c | 0ed13481f7a6553a059c7f47257a99582a9871be | refs/heads/master | 2020-07-31T14:55:04.467114 | 2020-03-28T16:58:36 | 2020-03-28T16:58:36 | 210,643,364 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 128 | h | #pragma once
#include "Compile/Slangs.h"
#ifdef NRTOGL_BUILD
#define NRTOGL_API EXPORT
#else
#define NRTOGL_API IMPORT
#endif
| [
"yshliu0321@icloud.com"
] | yshliu0321@icloud.com |
af179d17a4814d848df55afc91712d66b32bc6de | b5fee2836263acfe34aaf98c307bc2649e1305bf | /assignment3/example.c | 88b6e7c3427ac678a9b2f2e90a1c5a2aacab1dfd | [] | no_license | cho8/CMPUT379 | 996a9307cb7290258f86efd52ca9bfc3548a2302 | 79e5e349b012fcc1eaffbcecfebac18433aebf30 | refs/heads/master | 2021-03-22T00:37:24.128854 | 2016-12-08T00:07:51 | 2016-12-08T00:07:51 | 68,331,942 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 631 | c | #include <stdio.h>
#include <stdlib.h>
#include "simulator.h"
// The naive example in assigment spec
void process () {
int N, i, j, l, t, min, f, k;
printf("number of keys: ");
scanf("%d", &N);
printf("Sorting %1d keys\n", N);
// ignore the simulator init, already done with bash
init (128, 1000);
/* Gener... | [
"cho8@ualberta.ca"
] | cho8@ualberta.ca |
ebd0729ec28b91360bf798bb4a6ce9d7f5226652 | fb98ed7807601bf90dbcf1a153ea68a30342c9da | /main.c | f92f2e7ea9e87d6310efcb48396d62ae7dcbb0cd | [
"MIT"
] | permissive | emilekelund/LactateStat-Firmware | 7dc0672583db540cdc4dda57f21d7154e8316478 | 996ff877311ed5e9d1f7be09efc1a311048139ca | refs/heads/main | 2023-04-23T05:02:28.597738 | 2021-05-10T13:52:35 | 2021-05-10T13:52:35 | 335,885,674 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,665 | c | /**
* Copyright (c) 2014 - 2018, 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,... | [
"emil.ekelund@outlook.com"
] | emil.ekelund@outlook.com |
fe3c698352363c040ef0c98bccf87c0a858f5aac | 3470704476c1a8bcee8bcd31309f89c929cc345a | /source/APP.c | 9edef572c89c526dce92df5c47543f457c2a06ac | [] | no_license | nmn35175/KL46Z_bootloader | 2b147ec25662f80df724565d4dfc95acc2ecc4e1 | 261b5d576348ace3e4c6923702d12f19e481941f | refs/heads/main | 2023-06-01T03:11:02.236536 | 2021-06-23T16:39:19 | 2021-06-23T16:39:19 | 379,669,003 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,439 | c | /******************************************************************************
* Includes
*****************************************************************************/
#include "MKL46Z4.h"
#include "APP.h"
#include "FLASH.h"
#include "QUEUE.h"
#include "SREC.h"
#include "UART.h"
/********************************... | [
"37363708+nmn35175@users.noreply.github.com"
] | 37363708+nmn35175@users.noreply.github.com |
01925d595c4ae5d00e46f7b0629b3ee4d71fcb9d | a233f725d5487cf4aaadff2fe082454ba2f30cda | /libft/srcs/ft_strmap.c | ee0b39b1a8d8b3a92307a13379df6d5b88c20072 | [] | no_license | JulienPoncelet/Unix_2-Lem-IPC | 45ae3efdc6d6b1be360130fafb8a6a2dac1d5ff5 | 212f2ca8a9944f2b1a46ebf8e3ca9888fbb8c862 | refs/heads/master | 2020-06-04T21:17:49.904601 | 2014-05-27T15:45:52 | 2014-05-27T15:45:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,249 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strmap.c :+: :+: :+: ... | [
"jponcele@e2r7p3.42.fr"
] | jponcele@e2r7p3.42.fr |
c256bb0f2ca02676d73b0f11d5c0b4f681365113 | 1744185a1e318fd0705b7c8d71635966bf2f7451 | /template/lib/Projects/STM32F412ZG-Nucleo/Examples/RNG/RNG_MultiRNG/Src/stm32f4xx_hal_msp.c | 7f3cfc62e26302071949b6607ca0c8287e274893 | [
"MIT",
"BSD-2-Clause"
] | permissive | swedishhat/stm32f4-bear-metal | 99554444acc611433190b00599d5be9ebbcbac49 | 04c8ae72ee6ea658dc376afe64f7f3a47c67512b | refs/heads/master | 2020-12-24T09:09:59.574026 | 2016-11-09T18:07:57 | 2016-11-09T18:07:57 | 73,302,594 | 0 | 1 | MIT | 2020-03-08T01:27:48 | 2016-11-09T16:45:24 | C | UTF-8 | C | false | false | 3,771 | c | /**
******************************************************************************
* @file RNG/RNG_MultiRNG/Src/stm32f4xx_hal_msp.c
* @author MCD Application Team
* @version V1.0.0
* @date 06-May-2016
* @brief HAL MSP module.
****************************************************************... | [
"patrick.d.lloyd@gmail.com"
] | patrick.d.lloyd@gmail.com |
7e542fe6c2ef10297f827f8fd9ed405198d014e2 | 081d80d63debe29c45a39ce76c5c4dcd5cbf7b15 | /targets/TARGET_Silicon_Labs/TARGET_EFM32/TARGET_EFR32MG1/device/efr32mg1p_wdog.h | a1402e7cc9aba04e9c062941ecd6012bbc0ebe3b | [
"BSD-3-Clause",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mbed-Infineon-XMC/mbed-os | 70ecc16c1d10212d092c42d98f316ff567f160e1 | 41a44d7a0dc4af1551eca9f9584d9038df9a9d29 | refs/heads/master | 2020-03-12T21:29:35.420444 | 2018-05-08T20:16:00 | 2018-05-08T20:16:00 | 96,932,837 | 3 | 1 | Apache-2.0 | 2018-02-11T11:20:08 | 2017-07-11T20:07:29 | C | UTF-8 | C | false | false | 34,307 | h | /**************************************************************************//**
* @file efr32mg1p_wdog.h
* @brief EFR32MG1P_WDOG register and bit field definitions
* @version 5.1.2
******************************************************************************
* @section License
* <b>Copyright 2017 Silicon Laborat... | [
"steven.cooreman@silabs.com"
] | steven.cooreman@silabs.com |
a7cfb1e7698a53223d5ef9ab6c88fa275dd21df0 | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/linux-master/sound/soc/intel/atom/sst-mfld-platform-pcm.c.bak.c | f3d6a85cc054fcf79a3c90c3233ea52a84c63eaf | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,897 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
/*
* sst_mfld_platform.c - Intel MID Platform driver
*
* Copyright (C) 2010-2014 Intel Corp
* Author: Vinod Koul <vinod.koul@intel.com>
* Author: Harsha Priya <priya.harsha@intel.com>
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
7fd0f572ceac4f66c79d4dfbc306a267c19dc3a9 | dee522451323e3513f053bc22ad22c22537cf367 | /vms/src/h5pubconf.h | ddbf2257013dc2a29fbf488ffbc1e834eb927af3 | [
"LicenseRef-scancode-llnl",
"LicenseRef-scancode-hdf4"
] | permissive | VisualAwarenessTech/hdf5-1.8.13 | 468a48eace90cafe60cac11c3340be9eb94d9e30 | e7c12c648f6bea347602f00829447211424471e3 | refs/heads/master | 2020-12-15T18:24:23.338751 | 2020-01-20T22:21:04 | 2020-01-20T22:21:04 | 235,209,444 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,788 | h | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* ... | [
"gjohnson@vatcinc.com"
] | gjohnson@vatcinc.com |
873f4103f8c29a1bb5ac491072d46195531761ca | 140c8b182fc1058f6a2a5bf338c018fe0eee57c5 | /lsp_2017/assignment/assignment19/pthread_mutex_lock()필수예제.c | 1fc959a9baf418b7a074600fbb5a901404ac751f | [
"MIT"
] | permissive | qpakzk/ssu-cse-linux-system-programming | cf6c2d878c9df1620e60d1fcfc17447f9e6cffcd | c2badb12ab2fd9f3b6c2778c68ecf51338ee3371 | refs/heads/master | 2018-11-18T20:20:56.846485 | 2018-09-03T10:21:50 | 2018-09-03T10:21:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,504 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <pthread.h>
void *ssu_loop1(void *arg);
void *ssu_loop2(void *arg);
//뮤텍스 변수 초기화
pthread_mutex_t mutex = PTHREAD_MUTEX_INITIALIZER;
//공유 변수
int shared_value;
int main(void) {
pthread_t tid1, tid2;
int status;
shared_value = 0;
//스레드 생성
if(pth... | [
"qpakzk@gmail.com"
] | qpakzk@gmail.com |
13864b1bc0fbac362fa0ea1f4ab61780b2ba96ce | c2ed185af07860468ba981c45087f67b379fd658 | /ripple/compare.h | 15e3142a19d026823c09b570231cdf7305d5cff8 | [] | no_license | pfultz2/Ripple | de38acbc5212207c90727f2384ccb9e3931cdaac | 5dfdd174817dab49a4af8cf0999e547b799c1321 | refs/heads/master | 2016-09-15T20:41:03.401109 | 2012-06-24T00:56:51 | 2012-06-24T00:56:51 | 3,236,502 | 6 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,026,081 | h | /* ********************************************************************
* *
* (C) Copyright Paul Fultz II 2012. *
* *
* Distributed under the Boos... | [
"pfultz2@yahoo.com"
] | pfultz2@yahoo.com |
00dae79d339ea27388f8e9ce3c059f1e6d8d7de1 | aa1529f689a962f5af337cb4476e0b8908396e2a | /sys/dev/usb/uhci.c | ff4eb530fcb4a2355bd03e727e264ee961b776df | [] | no_license | netzbasis/openbsd-src | 4b85ec60a3de43a57f4816ae04b363710c4b1c20 | d934f830de7af7ac65c21e2af85a2e04cf7d2e7f | refs/heads/master | 2021-05-22T07:59:33.483036 | 2021-01-09T22:58:59 | 2021-01-09T22:58:59 | 22,029,913 | 4 | 2 | null | 2021-01-09T17:17:55 | 2014-07-20T09:19:31 | null | UTF-8 | C | false | false | 83,516 | c | /* $OpenBSD: uhci.c,v 1.152 2020/04/03 20:11:47 patrick Exp $ */
/* $NetBSD: uhci.c,v 1.172 2003/02/23 04:19:26 simonb Exp $ */
/* $FreeBSD: src/sys/dev/usb/uhci.c,v 1.33 1999/11/17 22:33:41 n_hibma Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from so... | [
"programmer@netzbasis.de"
] | programmer@netzbasis.de |
def1201a901b247540402513ee266f4885de3e6c | 1ed87b63da6b5a699b756afc1312a3267de550f8 | /third_party_libraries/include/HTWSRC.h | 8ee11e36a49329f9e7d80643323c6901aed2278b | [] | no_license | mixxit/solinia-old | 2fc4bed4724e605f7845a8b62aecf76aad539d0d | 1cd209be1aa46c03cfcb136c9dbfeed1f8c04e48 | refs/heads/master | 2021-05-26T14:07:17.733584 | 2010-05-21T14:43:18 | 2010-05-21T14:43:18 | 678,986 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,068 | h | /*
W3C Sample Code Library libwww WAIS
!WAIS Source file parser!
*/
/*
** (c) COPYRIGHT MIT 1995.
** Please first read the full copyright statement in the file COPYRIGH.
*/
/*
This converter returns a stream object
into which a WAIS
source file can be written. The result is put via a structured stream in... | [
"mixxit@soliniaonline.com"
] | mixxit@soliniaonline.com |
824da2982825de4e7283039ca14fe4176012bd01 | 3bf1871d5461ef69f58210721afc348b1ae575ce | /State_Machine/main.h | 1bf80ce590710232253a3cbcc6501a4b3176d7f9 | [] | no_license | 205322111846/My-STM32-Project | ad5a3203536ec3a262c4701af93b676ced18ecfe | 305be2e1d16078d78f01a544d71e01a4a0b4feb3 | refs/heads/main | 2023-02-07T08:59:17.845428 | 2020-12-31T03:17:47 | 2020-12-31T03:17:47 | 316,944,882 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,429 | 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"
] | 205322111846.noreply@github.com |
e6ba0f7f5e84bfdca581d0ea0f62113d347736cc | ff6c88ae9478b24a8acb20cea725bf6ccbdcd649 | /HARDWARE/COMMON_HARDWARE/BSP/PCA/PCA.h | f0b9ecddc56bc839d85dcffc93b078eb4d627c2d | [] | no_license | joynchou/ProgramFrameworkOfEDC | 3a80f05678cc91878c69467e73426c43663953a6 | 815c722f82b7c0c02312ec4e7954209b860695a0 | refs/heads/master | 2021-01-25T09:32:13.158246 | 2017-08-09T05:06:37 | 2017-08-09T05:06:37 | 93,852,580 | 3 | 6 | null | 2017-08-08T14:36:25 | 2017-06-09T11:33:26 | C | UTF-8 | C | false | false | 2,669 | h | #ifndef __PCA_H
#define __PCA_H
#include "../config.h"
/***************************?????*******************************************************/
#define PWM0_DUTY 1000 //??PWM???,???PCA???????????
#define PWM0_HIGH_MIN 80 //??PWM?????????
#define PWM0_HIGH_MAX (PWM0_DUTY - PWM0_... | [
"602503587@qq.com"
] | 602503587@qq.com |
720d03390c4b4228de529ae65e3f27952861e9cb | 9a33fb7e4015c937fc5240f8538d69b472e8ba3e | /Sources/modules/mAd.c | 0fa1dd61efe3ab0abde08b5f9129942004390005 | [] | no_license | valentinpy/Aeroval-ground-station | 097577985d2a700256582b87a0b4b2621caf23ea | 162758fefc213bcd4578ede710bb4430f875b1f8 | refs/heads/master | 2021-01-10T02:13:17.542318 | 2015-12-21T22:19:56 | 2015-12-21T22:19:56 | 48,339,042 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,488 | c | /*
* Copyright (C) 2015 Valentin Py
*
* This file is part of Aeroval.
*
* Aeroval is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any late... | [
"valentin.py@gmail.com"
] | valentin.py@gmail.com |
677706a8fff6216c1d0c4db75dd68d4e3f3097fc | 27bcd5c9ded70102540c0ccd03f3e2b281dbf58c | /mudlib/d/adiel/room/cultivos/room/2cultivo16.c | 1e8914e9698fdf5a29f1500aa60afde059c764fe | [] | 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 | 816 | c | inherit "/std/outside.c";
void setup()
{
set_short("%^GREEN%^ Cultivos de Adiel %^RESET%^");
set_long("%^GREEN%^Cultivos de Adiel %^RESET%^\n\n Te encuentras"
" en una gran extension de terreno utilizada por los agricultores de Adiel "
" para cultivar todo tipo de legumbres, cereales y arboles fruteros."
"... | [
"amr@redhat.com"
] | amr@redhat.com |
526cd7b08d7d88fbbdb3d63fb6e1f47a156ac8ba | 8ccdc361c763057e216258901ffc8bac8c4283fb | /CubeBrain/Dynamixel.c | 69266051fe505e6b2a877dbf6aa01ba05736e436 | [
"MIT"
] | permissive | jonemo/soldercubes-controller | e0a8591923b965ddcb27ea092e50386a8e569ea8 | 5585a673e483555d07ac33c243db6dd242ffeed1 | refs/heads/master | 2021-01-20T11:05:07.151400 | 2014-05-25T05:03:22 | 2014-05-25T05:03:22 | 16,662,126 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 17,488 | c | /*
* Dynamixel.c
*
* Created: 5/4/2012 6:27:37 PM
* Author: Jonas
*/
#include "Dynamixel.h"
bool DynamixelInitialize( void )
{
// check if a Dynamixel is responding on address 1
byte RS485Parameter[2];
RS485Parameter[0] = P_PRESENT_VOLTAGE;
RS485Parameter[1] = 1; //Read Length
TxRS485_Packet(DYNAMI... | [
"jn@jonemo.de"
] | jn@jonemo.de |
7afea0008c633421a6f98cba065713d80d43935a | 2a68f9bf3c3cb9d5aba959c15c0ffa4be9508868 | /NtpSyncTime/KMY801D3_Application/Application/inc/Wifi.h | f30922dd237f1570a4f7b84bb33443fcbd4bf104 | [] | no_license | kmycompany/Reserved-function | 28f33d8c13feaf09daa4e0f2a9f6b1f4b764d169 | 52921644ec0517011a78eab256381103cf50dd2b | refs/heads/master | 2021-01-18T13:49:09.030126 | 2015-08-28T01:04:58 | 2015-08-28T01:04:58 | 41,465,070 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 5,315 | h | #ifndef __WIFI_H
#define __WIFI_H
#include "kmy_wifi.h"
#include "kmy_WiFi_SPI.h"
#define HaveWiFiModule //Is there WiFi module?
/*POWER MODE*/
#define RAK_POWER_MODE_0 0
#define RAK_POWER_MODE_1 1
#define RAK_POWER_MODE_2 2
#define RAK_POWER_MODE_3 3
/*AP HIDE MODE*/
#define HIDE_ENABLE 1
#de... | [
"q9315@163.com"
] | q9315@163.com |
f2b7d1cdc93ed878efdf77286d5cd799a122da3f | c11c26c9ac5dda61370e76bbde01f8a02562f1b9 | /Archive/nrf5_gcc_mesh/models/model_spec/light_lc/include/light_lc_common.h | 81ce7f142d270da663b2ab4d4c2fc8cbf9e80710 | [
"MIT"
] | permissive | aberke/city-science-bike-swarm | 79fc688e319e471889faf3185a4e0e0ccf79312e | 7029673c54bb34ae49ec57be36855af1c7d618c3 | refs/heads/master | 2022-06-03T21:27:31.785823 | 2022-05-24T14:34:17 | 2022-05-24T14:34:17 | 172,578,744 | 17 | 7 | MIT | 2020-09-04T14:33:10 | 2019-02-25T20:22:41 | C | UTF-8 | C | false | false | 16,662 | h | /* Copyright (c) 2010 - 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, this
* l... | [
"samuel@ofbrooklyn.com"
] | samuel@ofbrooklyn.com |
ba51589f5ef03c2896e2560922f120ae69dd7aed | f36b1063d1e6cd0eb756be4f93e6b70ea1caaf5a | /13-Matrices/eje13-5.c | d7c6b5eca9cfdc7849e7277a4bc3850777677178 | [] | no_license | vareladev/fundamentos-programacion | 333fc0295121352fba7f8eab92f89efecc09ad33 | 9f3fa412a0fa2e5b1ebbad1e95eeca0847cd3ba4 | refs/heads/master | 2020-03-29T23:22:19.746479 | 2018-11-30T22:03:04 | 2018-11-30T22:03:04 | 150,464,495 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,154 | c | /******************************************************************************
Fundamentos de programación. Matrices.
ejemplo 13-5:
Programa en lenguaje C que pida al usuario una matriz A de dimensión NxN, y luego muestre
cuantos numeros pares y cuantos numeros impares contiene la matriz, N debe ser solicitado
al ... | [
"noreply@github.com"
] | vareladev.noreply@github.com |
408d536a881cb35726405edc1e4efb047c5101a5 | 94db0bd95a58fabfd47517ed7d7d819a542693cd | /client/ClientRes/IOSAPI/Classes/Native/UnityEngine_UnityEngine_Renderer257310565MethodDeclarations.h | 63038e7606e26cd91b0e2b730acee4e7531848c5 | [] | no_license | Avatarchik/card | 9fc6efa058085bd25f2b8831267816aa12b24350 | d18dbc9c7da5cf32c963458ac13731ecfbf252fa | refs/heads/master | 2020-06-07T07:01:00.444233 | 2017-12-11T10:52:17 | 2017-12-11T10:52:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,329 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// UnityEngine.Renderer
struct Renderer_t257310565;
// UnityEngine.Material
struct Material_t193706927;
// UnityEngine.Material[]
struct Mater... | [
"1"
] | 1 |
081c956fd1fcd8787ef6426f98e086736762271e | 0f065f6b3979f361892f8bd6207f45279ab3d4d5 | /funciones.h | 5319e0b261a0cf22c88bf8737634084f4140b531 | [] | no_license | CarlosCata27/Arboles-Binarios | 58f42e0c715bb0e8d2d1ecb67e6fd460760353dd | 3d5a98d4f38e1b70ad997aa88a8dafb042554d87 | refs/heads/master | 2020-05-02T10:35:59.545405 | 2019-04-22T00:05:17 | 2019-04-22T00:05:17 | 177,901,448 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,082 | h | #ifndef ARBOLES_FUNCIONES_H
#define ARBOLES_FUNCIONES_H
typedef struct _Nodo{
int dato;
struct _Nodo *L;
struct _Nodo *R;
}Nodo;
Nodo* allocateMem(int dato)
{
Nodo* dummy;
dummy = (Nodo*)malloc(sizeof(Nodo));
dummy -> dato = dato;
dummy -> R = NULL;
dummy -> L = NULL;
return dummy;... | [
"43734195+CarlosKta27@users.noreply.github.com"
] | 43734195+CarlosKta27@users.noreply.github.com |
c6fcb4947b589f8b3a8296751ff465d51d434481 | a9511ddfa34fb7f7e538a54ea04e2664b09fa88c | /CX/ServerProject/Common/mysql/mysqld_ername.h | 63a71e6ab16c1a14c53b692061cd207cfe4d3c9f | [] | no_license | cnsuhao/CXYZS | 1e4c184251f90986aa37d64b6d5f0cae5ae78806 | 700a47a9f4b5da77b78de2dec120d6ccf2b76ee1 | refs/heads/master | 2021-08-23T14:29:19.498035 | 2016-01-12T07:09:57 | 2016-01-12T07:09:57 | 113,140,637 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,683 | h | /* Autogenerated file, please don't edit */
{ "ER_HASHCHK", 1000 },
{ "ER_NISAMCHK", 1001 },
{ "ER_NO", 1002 },
{ "ER_YES", 1003 },
{ "ER_CANT_CREATE_FILE", 1004 },
{ "ER_CANT_CREATE_TABLE", 1005 },
{ "ER_CANT_CREATE_DB", 1006 },
{ "ER_DB_CREATE_EXISTS", 1007 },
{ "ER_DB_DROP_EXISTS", 1008 },
{ "ER_DB_DROP_... | [
"jpweiyi@4fbea380-b1cd-4dbd-94cf-0bc1d83e39d2"
] | jpweiyi@4fbea380-b1cd-4dbd-94cf-0bc1d83e39d2 |
41710567410ae17ccfc18ef93f24149c5924182e | 0c5d3b088080577388f5766431487534f93a2c40 | /Github-Projects-Origin/linux-master/drivers/platform/mips/cpu_hwmon.c.bak.c | 2fa58d2b066b85c8cc420c189c385371b58dc59b | [] | no_license | zhiyuanjia/WoBench | 878255ce45e76ef57f88743c7f43acdfa59e93e7 | 6b337780cbd598de98fc0eabd19efaf1a01b6012 | refs/heads/master | 2021-09-23T03:12:08.091319 | 2018-06-14T10:17:59 | 2018-06-14T10:17:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,566 | c | #include <assert.h>
#include <string.h>
#define INCLUDEMAIN
#include <linux/err.h>
#include <linux/module.h>
#include <linux/reboot.h>
#include <linux/jiffies.h>
#include <linux/hwmon.h>
#include <linux/hwmon-sysfs.h>
#include <loongson.h>
#include <boot_param.h>
#include <loongson_hwmon.h>
/*
* Loongson-3 series cp... | [
"wangcong15@mails.tsinghua.edu.cn"
] | wangcong15@mails.tsinghua.edu.cn |
263732f437b0aa058ab850ac200ca4fe4ff78a97 | 1b591c274369ffa86e361fc515cfb3d740cc06fc | /Sources/CBLAKE3/blake3_avx512.c | a8f35f33fec6bbd42e2b0e1cd29be1ff7f8e3797 | [
"Swift-exception",
"Apache-2.0"
] | permissive | apple/swift-tools-support-async | 885d6459daad17fbccaec8f5274e7461815e8117 | 9e2719bcb446550c046e5f5438e428fbca241024 | refs/heads/main | 2023-05-12T13:37:26.461964 | 2023-04-28T16:20:27 | 2023-04-28T16:20:27 | 271,947,688 | 29 | 20 | Apache-2.0 | 2023-04-28T16:20:28 | 2020-06-13T05:37:25 | Swift | UTF-8 | C | false | false | 75 | c | #if __AVX512__
#include "../../ThirdParty/BLAKE3/c/blake3_avx512.c"
#endif
| [
"dmbryson@apple.com"
] | dmbryson@apple.com |
e04f0a093210ef7293c19da466ac6b9020cbff11 | 5fbd533d632ce491b7ac075dfe2085efa30acfb7 | /Givens.c | 2df2ad4a7784159b4c14390d6d5d714f5d7a6495 | [] | no_license | srna99/Tokenizer-and-Parser | 9d1b0ce5f73bd852e518b7a4b4b0ac99e66aba49 | 9480df91ee8d1f00c811ca590bdbb7f66f2e58e2 | refs/heads/master | 2021-01-26T09:00:20.279589 | 2020-02-28T00:31:26 | 2020-02-28T00:31:26 | 243,395,072 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 375 | c | #include "Givens.h"
_Bool validNumber(char* aLexeme){
regex_t numberRegex;
regcomp(&numberRegex, "^[0-9][0-9]*$", REG_EXTENDED);
return !regexec(&numberRegex, aLexeme, 0, 0, 0);
}
_Bool validIdentifier(char * aLexeme){
regex_t identifierRegex;
regcomp(&identifierRegex, "^[a-zA-Z][a-zA-Z0-9]*$", REG_EXTENDED);
... | [
"serena.ch1999@gmail.com"
] | serena.ch1999@gmail.com |
052097c3501279ab02f4a6327910d514cf35c4ef | c9e63bd57f48b01f06e048ac7c147b67bf8de7f9 | /software/firmware/pru1-shepherd-fw/include/resource_table.h | 5d5ed2cc5b3661ea8f1957f82bb0533aa2dca98f | [] | permissive | mchwalisz/shepherd | 070bf11683660c57fb9c9f097eefb1b96070940d | 51d584103b59870b059bccf65d43bcc366271c41 | refs/heads/master | 2020-07-14T18:51:07.554655 | 2019-08-30T12:48:21 | 2019-08-30T12:48:21 | 205,377,979 | 0 | 0 | MIT | 2019-08-30T12:28:42 | 2019-08-30T12:28:41 | null | UTF-8 | C | false | false | 4,664 | h | /*
* Copyright (C) 2016 Texas 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 copyright
* notice, t... | [
"kai.geissdoerfer@tu-dresden.de"
] | kai.geissdoerfer@tu-dresden.de |
7c05cf7fc01eddb6d54a46bfd9dc2db17268573c | 0d7823dd789286778d58db0b70565d81b6a98029 | /lock.c | c740374ceb39487f761a80dcd268f84c95128734 | [] | no_license | lfeng004hi/Linux | 4145dc75a9305bf90bead0dbdadca538780486b2 | 5b6d070ba1ba70fc0a161358ccbef2d043a546cb | refs/heads/master | 2023-03-15T20:27:23.329801 | 2019-08-08T16:30:03 | 2019-08-08T16:30:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,963 | c | /*************************************************************************
*> File Name: lock.c
*> Author: giturtle
*> Describe: 实现互斥锁的基本使用以及线程安全
黄牛抢票----100张票/共有4个黄牛在抢票
*************************************************************************/
#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#include <st... | [
"noreply@github.com"
] | lfeng004hi.noreply@github.com |
f3c7100cf4b19a33164377b99d3b37beaa08c8d8 | 5960078ae762e38ecd403815827c2747e5528f1e | /PARCIAL2/main.c | 9e08b9489f21efa29a501f91b8e46cf747229b0d | [] | no_license | YaninaMagali/parcialesLabortorio1 | 1234989902a22b67d1c7fa983462abe7403d521b | d1b43acd73acf8929e7e5561093d40305d08e04f | refs/heads/main | 2023-01-13T02:57:37.353175 | 2020-11-24T14:27:37 | 2020-11-24T14:27:37 | 301,192,840 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 129 | c | #include <stdio.h>
#include <stdlib.h>
#include "menu.h"
int main()
{
printf("Hello world!\n");
menu();
return 0;
}
| [
"yani.m.diaz@gmail.com"
] | yani.m.diaz@gmail.com |
a56e368e7f4a6a5f4a939c95ce346f3a7bdb70c5 | 7eaf54a78c9e2117247cb2ab6d3a0c20719ba700 | /SOFTWARE/A64-TERES/linux-a64/drivers/net/ethernet/sfc/nic.h | 1b0003323498502741f2c36d5437586a8e8176f6 | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | OLIMEX/DIY-LAPTOP | ae82f4ee79c641d9aee444db9a75f3f6709afa92 | a3fafd1309135650bab27f5eafc0c32bc3ca74ee | refs/heads/rel3 | 2023-08-04T01:54:19.483792 | 2023-04-03T07:18:12 | 2023-04-03T07:18:12 | 80,094,055 | 507 | 92 | Apache-2.0 | 2023-04-03T07:05:59 | 2017-01-26T07:25:50 | C | UTF-8 | C | false | false | 14,588 | h | /****************************************************************************
* Driver for Solarflare Solarstorm network controllers and boards
* Copyright 2005-2006 Fen Systems Ltd.
* Copyright 2006-2011 Solarflare Communications Inc.
*
* This program is free software; you can redistribute it and/or modify it
* ... | [
"gamishev@gmail.com"
] | gamishev@gmail.com |
bc630ad3211fa646f7cf20049962ca3500cc073c | 50439c20606e5213e6d391e07b0e125f2c6d42d0 | /world/d/dntg/sky/stars/17.c | a0e820b22e0f56233dd39a9f902c717f126917d4 | [] | no_license | mazilian/XYJ | 1e84dc85100161b96c8a78824aa52832382c7ee4 | 4bcea9033087e7a7485088155e5f01bf31c5b5d5 | refs/heads/master | 2020-12-21T07:07:37.203142 | 2020-02-07T23:47:30 | 2020-02-07T23:47:30 | 236,340,068 | 0 | 0 | null | 2020-01-26T16:28:35 | 2020-01-26T16:28:34 | null | UTF-8 | C | false | false | 78 | c | // cracked by vikee 2/09/2002 vikee@263.net
#define ID 17
#include <star.c>
| [
"cosin0001@hotmail.com"
] | cosin0001@hotmail.com |
986e8e52d7a81d4638a1575f6dd00ca0bc5196dc | fc9263f33e83a4c91fe7ff61401131b62e196924 | /lista1/zadanie3/zad3.c | ef9af8d7546a36d9ff416b89f66bc6dc355c4f2c | [] | no_license | M4hler/AISD | 40f189ab722e1da774760e646866dc05771c0a88 | a287aed1eb77e95664b2776aa61ac82e33a2d45c | refs/heads/master | 2020-04-01T18:57:24.666178 | 2018-10-17T21:21:58 | 2018-10-17T21:21:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,023 | c | #include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
#include <time.h>
struct node
{
int key;
struct node * next;
struct node * prev;
};
bool empty(struct node **);
void insert_back(struct node **, int);
void insert_front(struct node **, int);
void insert_inside(struct node ** start, int value1, int value2)... | [
"oskar.makos.makowski@gmail.com"
] | oskar.makos.makowski@gmail.com |
58112ba46aaff119bbbefa2b5c9b76f4add0a83d | f7b4c6afdcd35d87f0b853afc44c9e45fd627930 | /API/RasterE.h | 245247de310a09ce76dbd4123783bd1f518a96bd | [
"MIT"
] | permissive | mogmo811/wpf-create-docuworks-binder | df79a88109c1242e96d8d8a770a53cc975662395 | 6cbea2d631e2bc53551ffccca840ccf3550b3511 | refs/heads/main | 2023-01-04T21:06:42.700893 | 2020-10-28T23:22:23 | 2020-10-28T23:22:23 | 307,874,353 | 0 | 0 | MIT | 2020-10-28T23:22:24 | 2020-10-28T01:31:36 | C | UTF-8 | C | false | false | 728 | h | /* RasterE.h */
/* (c) Copyright 2006 Adobe Systems Incorporated.
All rights reserved. All information contained herein is the property
of Adobe Systems Incorporated or its Licensors, and are protected trade
secrets and copyrights, and may be covered by U.S. and foreign patents
or patents pending and/or mask wo... | [
"noreply@github.com"
] | mogmo811.noreply@github.com |
9780c530883b803018c801fb2edc25e91578022f | 2d5e4362a96247f2e3e678c5e30eb0a14c4732b7 | /src/broadcom/compiler/v3d_compiler.h | c1ea346bead395bbf311f73e34ba578358f7fde5 | [] | no_license | ccapitalK/mesa-shader-extract | 966df00e830263b2c6e4bd5c180b59f116454a97 | 9098fefc449e519c5a31ba3818778388386946eb | refs/heads/master | 2023-08-22T13:05:46.743077 | 2021-09-24T07:46:56 | 2021-09-24T07:46:56 | 408,653,109 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 51,441 | h | /*
* Copyright © 2016 Broadcom
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to deal in the Software without restriction, including without limitation
* the rights to use, copy, modify, merge, publish, dis... | [
"sahan.h.fernando@gmail.com"
] | sahan.h.fernando@gmail.com |
d5c93d556ee518e88976478b3192fd337fe0b2ea | dbb2db8f357708599b3d27926b3dc3f0466d5064 | /src/memoryStage.h | 99a93152f83e3049443d0e98410dedea42d5c6e6 | [] | no_license | reismgadsden/Y86 | c8ed7f3ad9133f2d156aa1b79753edfb9d8124da | da7a54f19a9c4dd50ec52f9184a25a72e713d168 | refs/heads/master | 2022-04-13T07:11:05.128767 | 2014-04-19T04:10:13 | 2014-04-19T04:10:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 801 | h | #ifndef MEMCHSTAGE_H
#define MEMSTAGE_H
/*
* struct to hold all the unit variables during the memory stage
*/
typedef struct
{
unsigned int stat;
unsigned int icode;
unsigned int Cnd;
unsigned int valE;
unsigned int valA;
unsigned int dstE;
unsigned int dstM;
} mregister;
//prototypes fo... | [
"brice.tech@gmail.com"
] | brice.tech@gmail.com |
9e7c6137e209ab88849161c212757758e8bb760b | 5b6481da9d47221546382a0f39b73095a18f552b | /prev_ob_models/Short2016/kslowtab.c | cfb5afb2ea6419dcd2221abbb6e1ae7c5dd15b34 | [
"MIT"
] | permissive | JustasB/OlfactoryBulb | 26905f247bb189c7a5359c85a2707fcdeab10de1 | ab0d31f84e18d102956a6fec3196ab262fc08c39 | refs/heads/master | 2023-04-11T19:23:45.731947 | 2021-05-04T21:55:20 | 2021-05-04T21:55:20 | 150,029,110 | 7 | 2 | MIT | 2019-06-08T01:57:46 | 2018-09-23T21:59:30 | Jupyter Notebook | UTF-8 | C | false | false | 14,884 | c | /* Created by Language version: 6.2.0 */
/* NOT VECTORIZED */
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "scoplib_ansi.h"
#undef PI
#define nil 0
#include "md1redef.h"
#include "section.h"
#include "nrniv_mf.h"
#include "md2redef.h"
#if METHOD3
extern int _method3;
#endif
#if ... | [
"jbirgio@gmail.com"
] | jbirgio@gmail.com |
3ce32be1e435f026a1c342fb4629ca5485cdc45b | 63a0896ecb23a1e86a91181a6e87bb17a81ff31e | /index.c | 3279fd011333ba34059440222ed3c4dc6d6fec5e | [] | no_license | Dharanimanoharan/dharanimano | 711649e3afe286dbebdb4801decdfb0b01f6eecb | c7e6818b8e1f672ea3c9800eb4e05a8de92fde8a | refs/heads/master | 2021-05-12T19:07:52.535784 | 2018-03-20T10:59:23 | 2018-03-20T10:59:23 | 117,084,286 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 220 | c | #include<stdio.h>
#include<conio.h>
void main()
{
int m,n,a[100];
clrscr();
printf("\n enter the number");
scanf("%d",&n);
for(m=0;m<n;m++)
{
scanf("%d",&a[i]);
}
for(m=0;m<n;m++)
{
printf("\n%d%d",a[i],m);
}
getch();
}
| [
"noreply@github.com"
] | Dharanimanoharan.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.