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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
73c54328688877c99cecf557c14bb74083e56181 | dd1a4a9ba3433b2c1d3f33a55adfdd02240f1c53 | /SOA_bin/APP/SOA/USER/shell/com_shell.h | e32b0e2e2b8a1e2d288b17a5a3170b3df29aba80 | [] | no_license | chenkl1992/HL_env_mon | da80ef42c92914dc7051e9109c23c80903a90528 | 567b3110f6dae54bc80996feeca30446c4e51d78 | refs/heads/master | 2020-11-29T07:36:20.640092 | 2019-12-25T07:14:09 | 2019-12-25T07:14:09 | 230,058,872 | 0 | 1 | null | 2020-03-06T20:46:26 | 2019-12-25T07:10:39 | C | UTF-8 | C | false | false | 520 | h | #ifndef COM_SHELL_H
#define COM_SHELL_H
#include "queue.h"
#define COM1SHELL_MSG_BANNER "\x0C\r\n---------- Hoolink Shell ----------\r\n"
#define COM1SHELL_MSG_PROMPT "$>"
typedef enum {
SHELL_MODE_CMD = 0,
SHELL_MODE_COMM,
}shell_mode_t;
int shell_line_get( void );
int32_t shell_line_data_get(char **d... | [
"424534159@qq.com"
] | 424534159@qq.com |
02027299146565a27409122f073f84f8d6b24172 | b00124f4b2d3fcf2073d7aecbaa3ec705e830f46 | /src/lib/fv/fv.c | 46ebb0fbb3a83e8866d8af311c6128f5242cb8e3 | [] | no_license | Qiware/libfv | 32af0c596af249ce54689b63b8a949ea84b63d51 | ad521e3ef016c679822ab7a47c28201e6a6c0fb1 | refs/heads/master | 2022-12-07T08:05:58.035196 | 2020-08-20T13:35:38 | 2020-08-20T13:35:38 | 289,015,000 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,059 | c | #include "log.h"
#include "sck.h"
#include "comm.h"
#include "lock.h"
#include "redo.h"
#include "fv_lsn.h"
#include "fv_rsvr.h"
#include "hash_alg.h"
static int fv_creat_rsvr(fv_cntx_t *ctx);
static int fv_rsvr_pool_destroy(fv_cntx_t *ctx);
static int fv_creat_lsvr(fv_cntx_t *ctx);
static int fv_creat_queue(fv_cntx_t... | [
"zouqifeng@le.com"
] | zouqifeng@le.com |
fa0c581bc90aff15a21211077add62da2691abbb | 806f377578de1895823f9958dc5d62209d5933d6 | /System/Library/PreferenceBundles/Wallpaper.bundle/Headers/Wallpaper-Structs.h | ebd13317344546ba57d60874a1825659bb0fc919 | [] | no_license | Jesperflodin1/iOS-12-Headers | fb1c3bd3bbe08293d0c79c830824c5886fbf46c5 | 3f6792a9f8d01927efa5e1ab376dd3e17571ba60 | refs/heads/master | 2020-04-22T18:03:08.752643 | 2019-03-03T08:22:30 | 2019-03-03T08:22:30 | 170,563,433 | 9 | 4 | null | null | null | null | UTF-8 | C | false | false | 406 | h | /*
* This header is generated by classdump-dyld 1.0
* on Saturday, March 2, 2019 at 4:49:23 AM Central European Standard Time
* Operating System: Version 12.1.2 (Build 16C104)
* Image Source: /System/Library/PreferenceBundles/Wallpaper.bundle/Wallpaper
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 by ... | [
"jesper@flodin.fi"
] | jesper@flodin.fi |
073486edda5e973d51a09dad5e174f5cbaa47ad6 | 546fea0781409bcbbabe5b35a440f43dea9f3080 | /Lab8/lab8_3/inc/onewire.h | 5a2e033cf67eb77155db80d059ac0ed7d2495c51 | [] | no_license | wlshih/MCSL_Fall_2018 | 713f631d670f1258a86e1a24ac6c024add2c3a18 | 6f1c69329ccca46583d6a80618c6a48806b302f1 | refs/heads/master | 2020-04-19T00:17:23.344162 | 2020-03-14T06:56:20 | 2020-03-14T06:56:20 | 167,842,897 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 685 | h | #ifndef ONEWIRE_H_
#define ONEWIRE_H_
#include "gpio.h"
typedef struct {
GPIO_TypeDef* GPIOx; /*!< GPIOx port to be used for I/O functions */
uint32_t GPIO_Pin; /*!< GPIO Pin to be used for I/O functions */
} OneWire_t;
void OneWire_Init(OneWire_t* OneWireStruct, GPIO_TypeDef* GPIOx, uint32_... | [
"wl.shih2010@gmail.com"
] | wl.shih2010@gmail.com |
d2823afcfaa671844b19a33faff4ac9ed2d7fa4e | 625b70b29f5e32312228e1894702dd7c1b42c5be | /2470/main.c | a78e21f690fd34f974d3d5a08c3bad5d574799bf | [] | no_license | sebaek42/baekjoon | e3db6c41f075832665365bd7ba226aa914ab88cf | b34e6066ffeccfdfefc22e889e939ee0b20dab2b | refs/heads/master | 2023-04-26T22:43:11.829025 | 2021-05-23T12:53:35 | 2021-05-23T12:53:35 | 279,481,545 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 766 | c | #include <stdio.h>
#include <stdlib.h>
int abs(int a)
{
if (a < 0)
return a * -1;
else
{
return a;
}
}
int compare(const void *a, const void *b)
{
int x;
int y;
x = *(int *)a;
y = *(int *)b;
if (x > y)
return 1;
else if (x < y)
return -1;
else
{
return 0;
}
}
int main()
{
int n;
int i;
i... | [
"sebaek@student.42seoul.kr"
] | sebaek@student.42seoul.kr |
204d02623413222775a68ae6ab847a9dce87cb60 | f8602bd66d436ea37953d0df5c5788feda932f77 | /逗号表达式.c | 0a5e8b871e93b90cfa4067ef36eef332bd433f48 | [] | no_license | Bullet47/bullet1 | d2fb2a3a93717a270bae6889ae773703c04aa197 | 32f662458296c8c2b2a89831a19b64855c2bb75f | refs/heads/main | 2023-02-21T12:04:03.887931 | 2021-01-25T07:36:58 | 2021-01-25T07:36:58 | 309,590,821 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 87 | c | #include<stdio.h>
int main(void)
{
register int i =-10;
printf("%d",~i);
return 0;
}
| [
"1249272751@qq.com"
] | 1249272751@qq.com |
831bbbbe1d8931226594fa8432c83ca6d8c86a5e | 4756a9d433105a22b72c86455f729a0269272601 | /parser/utils/ft_lstnew.c | 2246ca81d312d4baea2e3c60e3f41a1711c0ee8d | [] | no_license | roknyazev/minishell | b6a11992c4b5fa98154127ced127edb382bf0c98 | 740fd3ddd8c1524c7b294375f14622cc6c4d5d71 | refs/heads/master | 2023-01-29T14:11:09.655209 | 2020-12-09T15:37:03 | 2020-12-09T15:37:03 | 319,047,028 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,115 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstnew.c :+: :+: :+: ... | [
"wrudy@student.21-school.ru"
] | wrudy@student.21-school.ru |
18ebe653eaedab5377f9d6ffd8cd5cd027390c6a | 2b6fe83f72098c59378e907edea8d20f3e5888e0 | /components/library/openssl/openssl-0.9.8/build/amd64/crypto/md4/md4.h | 80552440e0b583b5b0fc35408731f7f779f29a8a | [] | no_license | sonicle/xstream-userland-gate | 6284f6d71c49bb3c5c8dfa7c5b29e02584816b8c | e59d7b39418e1aa3e9660cc12729e01a17635015 | refs/heads/master | 2022-06-19T09:48:27.178738 | 2022-06-10T15:53:03 | 2022-06-10T15:53:03 | 232,120,388 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 125 | h | /sonicle/home/sources/sonicle/xstream-userland-gate/components/library/openssl/openssl-0.9.8/openssl-0.9.8zh/crypto/md4/md4.h | [
"gbulfon@sonicle.com"
] | gbulfon@sonicle.com |
fb4adb9b06cd324547fa8bee8956f53c1b77e22c | 0b58bd5a92c0d4f9c75dacb4d225c96432c640cd | /fnl.c | 186f508552e2b53f210e2cf4fe15c6c1f6ec7274 | [] | no_license | Gravity-I-Pull-You-Down/HBTU-MCA | 7dda414c9ec76bb41b9ce1b90e88a5921ee5af89 | 9e9cfd847833eb64c9eeeb7bb1fbd317119cd005 | refs/heads/master | 2021-07-09T09:38:25.628511 | 2020-10-10T13:12:35 | 2020-10-10T13:12:35 | 204,433,564 | 0 | 5 | null | 2020-10-16T06:13:15 | 2019-08-26T08:42:41 | C++ | UTF-8 | C | false | false | 226 | c | #include <stdio.h>
int main(int argc, char const *argv[])
{
printf("Roll no 190231077\n");
int inp;
scanf("%d",&inp);
printf("Last = %d \n",inp%10);
while(inp>=10){
inp/=10;
}
printf("First = %d\n",inp );
return 0;
} | [
"gravity@Gravity.gravity"
] | gravity@Gravity.gravity |
ec9c36b6d2f729b5296c14bfed5d0748cb768d6d | 7aff1820399349f25e83fba627082d0b073967f4 | /EXC_LAB08/mat3.c | 342bae1b07e732466fe9ee5b04c19bf766e1d30e | [] | no_license | Pedro-Gomes-Dias/Methods-and-Programming-techniques | 3a8089e21d8112a8b675524a7a33f98703ebb184 | 2a86d69df7d122ef7f282ee9a28e98baa3f45bc7 | refs/heads/master | 2020-06-04T10:49:37.620445 | 2019-06-14T18:42:18 | 2019-06-14T18:42:18 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 654 | c | //Pedro Gomes Dias - 11821ECP007 - Turma:VB
//8º Laboratório de MTP
//Matriz inversa (mat3.c)
#include <stdio.h>
#include <stdlib.h>
#include "matriz.h"
#include <locale.h>
int main()
{
setlocale(LC_ALL, "portuguese");
Matriz a, i;
int x;
printf("Digite a ordem da matriz que deseja\n");
... | [
"noreply@github.com"
] | Pedro-Gomes-Dias.noreply@github.com |
d98e0a49e1a60e601f0caee1447ddcd46b8b6d48 | 3ffc619ad2e170b15a80fde166fa485be6efa970 | /wait.c | 2ba56c6ce932b1d91251aa7cd1a9b5e37f4423e0 | [] | no_license | master-genius/linux_c_small | 9e396e04bc93248e81a5994f7527c8499650809d | a111b44da591902d04d4665fd681519bf280b897 | refs/heads/master | 2021-01-24T01:04:58.559654 | 2018-07-25T15:03:53 | 2018-07-25T15:03:53 | 122,796,229 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 530 | c | #include <sys/types.h>
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/wait.h>
int main(int argc, char *argv) {
pid_t pid = 0;
int status = 0;
pid = fork();
if (pid<0) {
perror("fork");
return -1;
}
else if (pid>0) {
printf("I am parent, wa... | [
"1146040444@qq.com"
] | 1146040444@qq.com |
7ff7b85131c2ee495f7b04f022b8856ed87af975 | 8e4cf2baeda3f58ba01f0a32a627ecd3614fc5d6 | /Algorithms/Hw_3/src/list_hw.c | c8a84123dd0f3aa06229db53bcecc7c20b0f3416 | [] | no_license | Deep903/Algorithms_Assignments | 0d19f156645a1208398cdedddc45811f1fc06f93 | aca231656de6a4b55595a87517cecd6a1f0fff93 | refs/heads/master | 2020-05-23T19:55:37.706822 | 2019-05-16T00:44:06 | 2019-05-16T00:44:06 | 186,922,830 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,957 | c | /* This program uses code from "Algorithms in C, Third Edition,"
* by Robert Sedgewick, Addison-Wesley, 1998.
*
*/
#include <stdio.h>
#include <stdlib.h>
#include "list_hw.h"
struct node_struct {
Item item;
link next;
};
struct list_struct {
link first;
int length;
... | [
"noreply@github.com"
] | Deep903.noreply@github.com |
f97f0c4e773c1ea50818028167ac7f3ae6828511 | ab0130f06d681dd6171c91b5851c8db383225ea3 | /c/sudoku/solve9x9.c | 41fb4bc831738f8b7328cbbd4a6649c2624ef347 | [] | no_license | mborko/code-examples | 6750f316a26791863e08ac08dba8ae3ec00234d1 | 3ea2be6179f0ed3094c66da0259d021067eb00c2 | refs/heads/master | 2022-10-25T19:36:00.745573 | 2022-10-01T13:57:19 | 2022-10-01T13:57:19 | 43,496,571 | 0 | 13 | null | 2020-10-13T06:47:43 | 2015-10-01T13:00:24 | C | UTF-8 | C | false | false | 5,364 | c | #include <stdlib.h>
#include "solve9x9.h"
/*
* From: https://github.com/AntonFagerberg/Sudoku-C/blob/master/sudoku.c
* Sudoku Solver (brute-force).
* with the purpose of beeing fast as hell. It's pretty fast.
* 2012 Anton Fagerberg [anton at antonfagerberg dot com]
* wwww.antonfagerberg.com
*/
/* "Near... | [
"michael@borko.at"
] | michael@borko.at |
b7de910780902e51164642463df06be5768fa344 | e136185efafbbedea0db10a49abba23e46256ba8 | /loader/test.c | d44c2789f6e54e5ab3fa034c61275da1f60090cc | [
"BSD-2-Clause"
] | permissive | Obsidian-StudiosInc/desksanity | bb5a7f218e3250e78e55be3b6b48ff2b01e82a4a | aebda73e19c6659ecab2f6daeceb6b02093ac966 | refs/heads/master | 2023-02-20T17:09:59.053834 | 2018-08-17T14:08:38 | 2018-08-17T14:08:38 | 329,746,022 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,704 | c | #include <Elementary.h>
static Evas_Object *popup;
static Evas_Object *child;
static void
popup_del(void *data EINA_UNUSED, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
{
popup = NULL;
}
static void
child_del(void *data EINA_UNUSED, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UN... | [
"zmike@osg.samsung.com"
] | zmike@osg.samsung.com |
3a684ea912e771d762b95c1db2052202c8e55bad | 9916b633f8f4b6f33ebd611bf887dcf707030148 | /libjimage/jimage.h | 5b7bd1f2d6f5f4004d00aaf8f894e434f3f0da40 | [] | no_license | slowhog/panama-jextract-samples | fc5e1f4d5d3f7b9d6374bc50502c18a8496b27b4 | 88cba4f7f77d3c077c04f602850aff915e32cf79 | refs/heads/master | 2022-11-23T23:16:44.171269 | 2020-07-13T16:22:48 | 2020-07-13T16:22:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,714 | h | /*
* Copyright (c) 2015, 2019, Oracle and/or its affiliates. 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
* no... | [
"sundararajan.athijegannathan@oracle.com"
] | sundararajan.athijegannathan@oracle.com |
62dccd7c30acba0c65b25b0c38b4fda424865533 | 8781e751b376a6ad905d7e0c7199e6e756e705a5 | /Freescale_MQX_4_1_FRDMK64F/mqx/examples/taskat/taskat.c | d641e7a9778c8a24dbba0c3bb798201301bc426e | [] | no_license | ernag/dont_not_enter | 4247e0777ae13723f11e3385e1ba26906ae09949 | 1669ceb9c3887dce6472b94d34264e3d32b1745a | refs/heads/master | 2016-08-11T07:21:27.972365 | 2015-12-05T02:14:57 | 2015-12-05T02:14:57 | 47,433,087 | 2 | 3 | null | null | null | null | UTF-8 | C | false | false | 3,768 | c | /*HEADER**********************************************************************
*
* Copyright 2008 Freescale Semiconductor, Inc.
* Copyright 1989-2008 ARC International
*
* This software is owned or controlled by Freescale Semiconductor.
* Use of this software is governed by the Freescale MQX RTOS License
* distr... | [
"ernie@whistle.com"
] | ernie@whistle.com |
7acc8498f83bbed9837ec24854f0061fa29515ef | b76da908aae4d592c9af11e97c12ccee5926212d | /motionCardLIb/MotionCard/pathFollowing.h | a66e89868627d603e69406f487d7ab792b6a4679 | [] | no_license | witsoft001/OneNet- | f6bfa40fa2e6b8a29294c2c17d17df117bdb4747 | 3b6b8216038a9f367b319e63f428e093eef60c56 | refs/heads/master | 2020-04-06T17:25:40.080189 | 2017-10-28T02:31:44 | 2017-10-28T02:31:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 185 | h | #ifndef _PATHFOLLOWING_H
#define _PATHFOLLOWING_H
#include "caculate.h"
void PathFollowingNew(float percent);
float AngleControl(float anglePresent,float angleTarget);
#endif
| [
"supeng819@163.com"
] | supeng819@163.com |
8078a122db37c262a43ee719d4d7fa8ba1cecc0f | 1fe38eec00479109dd004a8547b46aaa7a6c75a0 | /PWGGA/CaloTrackCorrelations/macros/AddTaskGammaHadronCorrelationSelectAnalysis.C | 80a5673cf0e0e19eeabcfa97dff0485736c8ecdb | [] | permissive | eumaka/AliPhysics | 4514d9dd5d28d9904d0125bdc3e711da09429b11 | 07ad23c31706475719095197a978a669aa4ed21c | refs/heads/master | 2021-04-15T10:02:03.171384 | 2018-11-16T16:56:50 | 2018-11-16T16:56:50 | 126,526,983 | 0 | 0 | BSD-3-Clause | 2018-06-25T18:54:22 | 2018-03-23T18:51:45 | C++ | UTF-8 | C | false | false | 7,076 | c | /// \file AddTaskGammaHadronCorrelationSelectAnalysis.C
/// \ingroup CaloTrackCorrMacros
/// \brief Configuration of (isolated) gamma/pi0-hadron analysis with multiple cuts
///
/// Configuration macro for analysis of gamma-hadron and pi0-hadron correlation analysis
/// both pi0 and gamma isolated or not. Clone of AddTa... | [
"Gustavo.Conesa.Balbastre@cern.ch"
] | Gustavo.Conesa.Balbastre@cern.ch |
7069a7c825df5c98034cd4c545c781f999e913c2 | 5d4c8aeade77fcf0249db49536c2448b9b586a50 | /examples/stm32f769_discovery_mems_mic_fft/include/defines.h | 44b6fc4911ebbb98c05c787a0bff75ba35725092 | [
"MIT"
] | permissive | tomyqg/EasyGUI | 65e3d59540d3db22923229c8a7bca373d533625f | aaa4503001e06dff7ffca8d9887436284f983b2d | refs/heads/master | 2023-04-27T03:50:53.209962 | 2021-11-25T21:03:42 | 2021-11-25T21:03:42 | 122,162,913 | 0 | 0 | null | 2018-02-20T06:25:54 | 2018-02-20T06:25:54 | null | UTF-8 | C | false | false | 2,418 | h | /**
* Defines for your entire project at one place
*
* @author Tilen MAJERLE
* @email tilen@majerle.eu
* @website http://stm32f4-discovery.com
* @version v1.0
* @ide Keil uVision 5
* @license GNU GPL v3
*
* |----------------------------------------------------------------------
* |... | [
"tilen.majerle@gmail.com"
] | tilen.majerle@gmail.com |
dc062cc912cd479f25b7eedc79ac367c9d39a21c | fa3aac46b30637f440b1bdaa54305c0285d90258 | /src/gpiopps.c | da27f7334e70a84622180f0b2e5f06095ebfbfaa | [] | no_license | BobBallance/freebsd-gpio-pps | df856eac4fbc4aea622607e9d0f1beac1315b7c9 | aff26c7970378b1ea517a7b742e5c9ed3b05a14a | refs/heads/master | 2020-04-13T17:33:14.577378 | 2016-03-16T21:34:18 | 2016-03-16T21:34:18 | 50,318,030 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,828 | c | /* Copyright (c) 2016, Robert A. Ballance (ballance@swcp.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:
* 1. Redistributions of source code must retain the above copyright notice, this
* ... | [
"ballance@swcp.com"
] | ballance@swcp.com |
d2bed575500e69f844b84f52274083e2dbe5f096 | 85b922c6062d6bbb48f50a86b18669194121d7c2 | /nemu/src/isa/x86/init.c | e1c0919f769a924296618620811b1c3921e1b19c | [] | no_license | FeiWuTong/PA-ics2019 | 29e67a872d9fa088bb38565487cf4c8d43d48883 | d01c7498daccfac86232c646a9011687cbb45ab7 | refs/heads/master | 2021-04-04T05:42:44.024795 | 2021-03-01T08:06:47 | 2021-03-01T08:06:47 | 248,428,806 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,157 | c | #include "nemu.h"
const uint8_t isa_default_img [] = {
0xb8, 0x34, 0x12, 0x00, 0x00, // 100000: movl $0x1234,%eax
0xb9, 0x27, 0x00, 0x10, 0x00, // 100005: movl $0x100027,%ecx
0x89, 0x01, // 10000a: movl %eax,(%ecx)
0x66, 0xc7, 0x41, 0x04, 0x01, 0x00, // 10000c: m... | [
"ljt@hust.edu.cn"
] | ljt@hust.edu.cn |
a3e9076d3e560a48eaf15204660a2c4b9bd42065 | 898a1c68e207d5c585c9c4fb580c898cc3c257eb | /09_hash/main.c | 200fcfd93c7232d8db46351c6fdcdb02eac1a85f | [] | no_license | aemonair/Data_Struct | d9d5e3e77e248205ef5abbf86544eca5e41f1d46 | 45de96f315d2f5ad9a91548c88fc2b67865c53a7 | refs/heads/master | 2020-04-12T06:25:31.609227 | 2016-12-17T23:45:03 | 2016-12-17T23:45:03 | 60,059,792 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,157 | c | #include <stdio.h>
#include <stdlib.h>
#include "tools.h"
#include "hash.h"
#define MAXSIZE (100)
#define HASH_SEARCH (0)
#define HASH_REMOVE (1)
int main(int argc, char **argv)
{
Hash *hash = NULL;
int *array = (int *)Malloc(sizeof(int) * MAXSIZE);
int i = 0;
for(i = 0; i < MAXSIZE; ++i){
... | [
"v.aemonair@gmail.com"
] | v.aemonair@gmail.com |
b16a3d5f689e0b9f49427ba3bfc593dd9141e06f | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/termsrv/admtools/chgusr/chgusr.c | b2bc3181a480bfbc4b8aac558542b4c241725b3a | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,720 | c | /******************************************************************************
*
* CHGUSR.C
*
* Text utility to change INI file mapping settings
*
* Copyright (c) 1998-1999 Microsoft Corporation
*
*
*******************************************************************************/
#include "precomp.h"
... | [
"112426112@qq.com"
] | 112426112@qq.com |
6495d2c7e0588653f579ec1457a683d9cd54ec90 | 1a6530f5e3b2e5bb1a8aeeefd4c0adf2fcc16308 | /NickbeeGlobal/nickbee/src/Parser.h | 5a414bd1c5eeada9692d770df763be7725a528d9 | [] | no_license | mgaman/AtmelStudio | d37e6303dea56118f834c884ff2893a15348281e | 7bad8ead344a5ab752d344705027828ed4bf356d | refs/heads/master | 2021-06-01T13:24:37.118081 | 2016-08-10T13:53:15 | 2016-08-10T13:53:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 367 | h | /*
* Parser.h
*
* Created: 9/29/2013 10:05:09 AM
* Author: pc
*/
#ifndef PARSER_H_
#define PARSER_H_
// Parsing state machine
enum eParseState { WAIT_SYNC1,WAIT_SYNC2,GET_PL,READ_PACKET,READ_CS};
#define SYNC_CHAR 0xAA
bool UartParseDataAvailable(void);
uint8_t UartParseGet(void);
void UartParseInit(void);
bo... | [
"davidh@zickel.net"
] | davidh@zickel.net |
6f67dbcb022341e784b23c245ee5c59b48b326e9 | 0ac4d56dd764752b16faf0f9ad4c664d8e127c09 | /workspace_4_uart/Code/src/main.c | 82fa0af5072813a42316c1babe428d45dc9b2f48 | [] | no_license | aganbayev/stm32f429_cmsis_freertos | 11afb4a207aaefcd07b38d376d7374c918a6d302 | d6506af12cbc46bc7f6c4e5fedc085a55f8964e7 | refs/heads/main | 2023-06-24T10:05:32.482636 | 2021-07-24T09:37:50 | 2021-07-24T09:37:50 | 389,056,141 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,505 | c |
#include "stm32f429xx.h"
#include "FreeRTOS.h"
#include "task.h"
#include "queue.h"
//-------------------------------------------------------------
void RCC_Init (void);
void GPIO_Init (void);
void UART_Init(void);
void USART1_Send(char chr);
void USART1_Send_String(char* str);
void vTaskButton1 (void *argument);
vo... | [
"asif.ganbayev@gmail.com"
] | asif.ganbayev@gmail.com |
4fdb278444ec37e921310389d6fd8d1396e776cf | a20f13413a22ffdea507b0f84ba4bea4f59e041d | /Classes/Utils/define/UtilsMacros.h | de260c0c082bd5339bd3ff301898d45f8593dfd9 | [] | no_license | sungger/hyRoom | fda363a6646820e48dec423871e5cf6a46432c3c | 64d3689c5b7ec85f7cdc9e6d01f1cd3b098cafe4 | refs/heads/master | 2022-09-17T23:56:04.431345 | 2020-05-25T07:52:29 | 2020-05-25T07:52:29 | 266,719,352 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,390 | h | //
// define.h
// MiAiApp
//
// Created by 徐阳 on 2017/5/18.
// Copyright © 2017年 徐阳. All rights reserved.
//
// 全局工具类宏定义
#ifndef define_h
#define define_h
//获取系统对象
#define kApplication [UIApplication sharedApplication]
#define kAppWindow [UIApplication sharedApplication].delegate.window
#define k... | [
"sungger@qq.com"
] | sungger@qq.com |
5334635897952fe1134991285372adae022d3f14 | 019b085ac8ef4594fb43a1566b8e984cd34fac16 | /platforms/nuttx/NuttX/apps/nshlib/nsh_romfsetc.c | 245d5a9165c2572a074ec45198ca38bd6e7b3192 | [
"BSD-2-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"MIT",
"BSD-3-Clause"
] | permissive | JJRnumrous/Firmware | fffabcee637b5fe00f374b6849894ae518b8c8af | 7c3505dffa465be7bcef4602976df853d587e467 | refs/heads/master | 2020-08-17T20:26:09.876510 | 2019-10-17T05:22:09 | 2019-10-17T05:22:09 | 150,714,296 | 0 | 0 | BSD-3-Clause | 2018-09-28T09:06:12 | 2018-09-28T09:06:12 | null | UTF-8 | C | false | false | 4,849 | c | /****************************************************************************
* apps/nshlib/nsh_romfsetc.c
*
* Copyright (C) 2008-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitt... | [
"18231349@sun.ac.za"
] | 18231349@sun.ac.za |
6ff3fc0b2bddb9dbe5eb643c355c8c22ccaec1ab | 6fa6be3e7dcb10d020209f7a73de393a1f24bd45 | /linux-3.4/arch/cris/arch-v10/kernel/fasttimer.c | 8a8196ee8ce88f5966694c570be8556c577c17b6 | [
"Apache-2.0",
"Linux-syscall-note",
"GPL-2.0-only",
"GPL-1.0-or-later"
] | permissive | okshall/v3s-linux-sdk | f9eb73a1e271ebf02320f98befabccdb6c462944 | 776196306198f14ec6f10c316950a81b7e417886 | refs/heads/master | 2021-07-07T11:44:34.667911 | 2021-01-22T04:43:38 | 2021-01-22T04:43:38 | 225,315,340 | 1 | 0 | Apache-2.0 | 2019-12-02T07:46:23 | 2019-12-02T07:46:22 | null | UTF-8 | C | false | false | 23,311 | c | /*
* linux/arch/cris/kernel/fasttimer.c
*
* Fast timers for ETRAX100/ETRAX100LX
*
* Copyright (C) 2000-2007 Axis Communications AB, Lund, Sweden
*/
#include <linux/errno.h>
#include <linux/sched.h>
#include <linux/kernel.h>
#include <linux/param.h>
#include <linux/string.h>
#include <linux/mm.h>
#include <linux/... | [
"yeashenlee@163.com"
] | yeashenlee@163.com |
9a802a26ac090ae62191b6acab6a7e32f1832bde | c8fcd0df2c488a77e69534e55093654768e11a10 | /UNO/Morse/MorseAlphabet.h | a7bfc67ffa08a5e4237e6ba925f54702a8a2e96e | [] | no_license | erichardy/arduino | 2b253658a973fefdb210837a0c035210a840e9d5 | 64242309ba8b9587ba61cd366437e6ce752123fc | refs/heads/master | 2021-06-14T11:04:53.695002 | 2021-03-03T23:23:05 | 2021-03-03T23:23:05 | 160,953,320 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,093 | h | char* MorseAlphabet[] = {
'---.', // ! 33
'.-..-.', // " 34
'', // # 35
'...-..-', // $ 36
'', // % 37
'.-...', // & 38
'.----.', // ' 39
'-.--.', // ( 40
'-.--.-', // ) 41
'', // * 42
'.-.-.', // + 43
'--..--', // , 44
'-....-', // - 45
'.-.-.-', // . 46
'-..-.', // / 47
'-----', // 0 48
'.----', // 1... | [
"Eric.Hardy@univ-brest.fr"
] | Eric.Hardy@univ-brest.fr |
3672008e7e9c09b42db8d6c99840da29070bb91f | a93b690ee327b13db25b03f38b4757dc2b0a7923 | /Workshop 5/forkPipe.c | 27d52818f5f36be6e8d83a8fb245161042184527 | [
"MIT"
] | permissive | theghia/C-Family-Workshops | 56bdf59f7ca89a39dda436e4efb9a1141bc6ecdd | dcd7c09ab5bf9b27a4fb9828246bb99306f1c8d4 | refs/heads/master | 2021-09-13T21:37:18.118473 | 2018-05-04T14:26:07 | 2018-05-04T14:26:07 | 119,404,425 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,817 | c | /*
* To implement the functions from "forkPipe.h"
*/
#include "forkPipe.h"
/******************************************************/
/* */
/* Main */
/* */
/*********... | [
"noreply@github.com"
] | theghia.noreply@github.com |
e7c18f1012845fbd6af6f0e9655587ac5b4c2cb3 | bf3dacd4adbdfce7bbfc2dc341c73d8c97029794 | /ClassEG/20191105/求字符串长度.c | 428ee436bae1b25c44541a14145275dbd829d82d | [] | no_license | dotponder/CLanguageProgramming | 39386651b5b0137f333becc98eda8397716eb454 | 4f2e0e02d698369c195e6b04fbf5235817dcdc8f | refs/heads/master | 2023-08-11T19:34:32.069930 | 2021-09-19T16:17:25 | 2021-09-19T16:17:25 | 256,933,183 | 2 | 1 | null | null | null | null | GB18030 | C | false | false | 367 | c | #include<stdio.h>
#include<conio.h>
int main(void)
{
char str[100];
char *p;
int i;
printf("Please enter a string:");
gets(str);
puts(str);getch();
p = str;
/* i = 0;
while(*p != '\0')
{
i++;
p++;
}*/
for(i = 0; *p != '\0'; p++)//第三个语句可以不必写
{
i++;
}
printf("Your string have the lenght of... | [
"60877940+arnold117@users.noreply.github.com"
] | 60877940+arnold117@users.noreply.github.com |
e531a7bb28e331c7ee26d009f26921da14fd36e4 | 35676cba04d3cb5fe2569258392b9f90211e3f04 | /入门训练/BC136 KiKi去重整数并排序/BC136 KiKi去重整数并排序/BC136 KiKi去重整数并排序.c | 2395bcb2581109a68c45225d3aa96c6a8e0db10d | [] | no_license | Liu-ming147/nowcoder_exercise | adde36bc8ce69db654044303b8547f957e0a1b99 | 14985966fa80ac72cd8ceb8831c68ee6920036c4 | refs/heads/master | 2023-07-12T19:30:50.203972 | 2021-08-25T04:46:29 | 2021-08-25T04:46:29 | 396,282,682 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 770 | c | /*
描述
给定一个整数序列,KiKi想把其中的重复的整数去掉,并将去重后的序列从小到达排序输出。
输入描述:
第一行,输入一个整数n,表示序列有n个整数。
第二行输入n个整数(每个整数大于等于1,小于等于1000),整数之间用空格分隔。
输出描述:
去重并且从小到大排列的整数序列,整数之间用空格分隔。
示例1
输入:
6
5 3 3 4 2 2
输出:
2 3 4 5
*/
#include<stdio.h>
int main()
{
int n = 0;
int arr[1001] = { 0 };//1000
scanf("%d", &n);
//接受n个数字
int i = 0;
int m = 0;
fo... | [
"1479763099@qq.com"
] | 1479763099@qq.com |
f3e9b4245471fbbe7189094ce37f3d5c5b60920c | 46c055fcdafa863fdcc48c0869e80af4bd9d7c8b | /sources/integral_part.c | 51e55b377e04d7fa675c9d942396055928f96fbc | [] | no_license | YulyaDin/ft_printf | d396b95356ac64ead357bfcd6b41f1f30cbd79a0 | 5f3fcfb466ce06195473d77385d32e5d3e526038 | refs/heads/master | 2020-09-30T04:12:14.541287 | 2019-12-12T17:26:12 | 2019-12-12T17:26:12 | 227,199,870 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,491 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* integral_part.c :+: :+: :+: ... | [
"abartole@ga-a1.21-school.ru"
] | abartole@ga-a1.21-school.ru |
0a3edaa0cdbf0a562a5df12e5df60c0e3b44e587 | 9c0781d0ba7ac68390c895f6a1fcc0cec814f526 | /minimax.h | 2660a8ea4d8cd3bc8fd022119cbd950d6debdb45 | [] | no_license | Ibrian93/c-minimax | 5039d58fbcd1818973f3ab859ca73ee6bc8c69c7 | 5b3f191fef57d9d422d6f7e1e7f47a8610efba6c | refs/heads/master | 2020-06-13T10:05:46.336061 | 2019-08-02T13:45:14 | 2019-08-02T13:45:14 | 194,622,055 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 255 | h | struct node{
struct node **child;
int n_child;
char game[8][8];
int value;
};
typedef struct node NODE;
void matrix_init(NODE**mini, char tab[8][8], int *);
void matrix_print(NODE**table);
void player_game(NODE**play, int *, int *, int *); | [
"Ibrian93@gmail.com"
] | Ibrian93@gmail.com |
14b33b96838c8e0053098e00c2e3269a01ac91f0 | 4063aca8afcd0abd35a6a1f204353b434e092e1d | /dw_irm/stdafx.h | 0dc19b188fdd06db55167b75eef57e2cb24e1432 | [] | no_license | zhoucq/dw_irm | d7778e150d8aed9290ae42371816a0395efff1a0 | 92547f12b4b945a70b7cc0d0a77831a4b96661ee | refs/heads/master | 2020-04-04T21:43:38.699058 | 2017-07-06T02:58:54 | 2017-07-06T02:58:54 | 16,647,761 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 98 | h | #pragma once
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
#include <atlbase.h>
| [
"zcq0328@gmail.com"
] | zcq0328@gmail.com |
2f5856659dc4c4c5b545f647a714388f38590ba1 | c50e74bb8b3b4a609c76b5b1aff3b3abdd8341fd | /SDK/BP_BT_f01_176_classes.h | 9b752fbd38e44ccb0c548134d72aa7b9718408d2 | [] | no_license | Roadou/Scarlet-Nexus-SDK | 8eb3669c66094a41152cc2acccec77d4457aea68 | 734c98180d88c391a8210c9315c73c28d95fd888 | refs/heads/main | 2023-08-03T07:36:41.801852 | 2021-07-07T06:25:44 | 2021-07-07T06:25:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 567 | h | // BlueprintGeneratedClass BP_BT_f01_176.BP_BT_f01_175_C
// Size: 0x488 (Inherited: 0x47a)
struct ABP_BT_f01_175_C : ABP_MakeEventActorChild_C {
char pad_47A[0x6]; // 0x47a(0x06)
struct FPointerToUberGraphFrame UberGraphFrame; // 0x480(0x08)
void StartEvent(); // Function BP_BT_f01_176.BP_BT_f01_175_C.StartEvent //... | [
"43587824+BelovedTomboyishGirl@users.noreply.github.com"
] | 43587824+BelovedTomboyishGirl@users.noreply.github.com |
2b1bb1959a121680fb6f52a2760a59bfb11880ff | 6213891f1734fa6bc350ada39b34522fda97ca0d | /yaffs-tools/devextras.h | 3512d3029865c5e886964b66c358b490ab04b306 | [] | no_license | neuros/build-tools | 11ae52efd6d053b22da5d42fcc95dcc5c7d3acf1 | 35a2d34a62c3c2a4e51f90faccee33de772c716d | refs/heads/master | 2020-05-02T11:27:13.190426 | 2009-03-11T08:57:29 | 2009-03-11T08:57:29 | 51,808 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,709 | h | /*
* YAFFS: Yet another Flash File System . A NAND-flash specific file system.
*
* Copyright (C) 2002-2007 Aleph One Ltd.
* for Toby Churchill Ltd and Brightstar Engineering
*
* Created by Charles Manning <charles@aleph1.co.uk>
*
* This program is free software; you can redistribute it and/or modify
* it und... | [
"frank.xue@neuros.com.cn"
] | frank.xue@neuros.com.cn |
00d99c3b91d33e0205dc9fe0c32efac98d702816 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/2cd5981f-f404-4757-8bc7-8a8f22f7d8b2.c | 93de7efdd97f28c2471242f1af81c5c11b637dba | [] | 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 | 540 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 53;
l = 64;
k = i-j;
k = i/j;
l = i%j;
l = l-j;
k = k-k*k;
//variables
//random
/* START VULNERABILITY */
int a;
int b[70];
int c[92];
a = 0;
do {
/* ST... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
6ba6ffcf08cb2e0b743793e5cabb8398eec2c4be | d0bd64f06f337e752c698c575afbdea5d16bd60d | /src/system_config/exp16/pic24ep512gu810_pim/system.h | 14ff8a49e4c389389ca387dcc850c2d5df85a9ae | [] | no_license | n-miyamoto/HDC1000_sample | cbba424aa16c59fcab9e7914e2546dde396743b3 | 81ea7db6f0169c5ca261e3d26324db566bdcf99d | refs/heads/master | 2021-01-19T16:03:15.663894 | 2017-05-01T00:38:17 | 2017-05-01T00:38:17 | 88,243,942 | 0 | 1 | null | 2017-04-28T00:26:47 | 2017-04-14T07:23:44 | C | UTF-8 | C | false | false | 2,333 | h | /******************************************************************************
*
* File I/O SD Card Demo System Header File
*
******************************************************************************
* FileName: system_config.h
* Processor: PIC24EP512GU810
* Compiler: ... | [
"miyamoto@sensprout.com"
] | miyamoto@sensprout.com |
343cde1857f2b40df45040981e4a53abc0698a42 | 9a229778b8f73dcaad28c74cc16a3ba8ee4a3cb7 | /serialisers/model.h | c9c9c97d78941cc12ad472375ca554c8f40945a2 | [
"Apache-2.0"
] | permissive | bbcarchdev/quilt | b25b8e91dddf4a3c2ade30128786fb0868b0913a | 30c76a236662056df03266069457687681185dd5 | refs/heads/live | 2021-04-09T16:37:28.801669 | 2018-01-04T10:47:56 | 2018-01-04T10:47:56 | 20,216,405 | 10 | 2 | null | 2016-11-14T13:47:46 | 2014-05-27T10:40:28 | C | UTF-8 | C | false | false | 1,264 | h | #include "p_html.h"
#include <jansson.h>
#include <libquilt.h>
#define MAX(x, y) (((x) > (y)) ? (x) : (y))
static json_t *html_model_items_(QUILTREQ *req, librdf_model *model);
static int html_model_subject_(QUILTREQ *req, json_t *item, librdf_model *model, librdf_node *subject, const char *uri);
static int html_mode... | [
"bruce.james.ext@bbc.co.uk"
] | bruce.james.ext@bbc.co.uk |
571a4c0d7f00ff8d0cb2ea2561f89b8e90a1d04b | 70502e16530ff4570986c980d14f3342a984fc8e | /advance/extern.c | 040c453d0f4740f12846d5f6d0bb7fa2c3f50c44 | [] | no_license | dejavuwow/c_related | 8a5efb6a668750f4bd698c23d75fc54a2b8a30c0 | 1c854728d30c8d9d758cfe2924dff332f2b67e8b | refs/heads/master | 2023-08-28T10:38:00.284478 | 2023-08-15T09:31:17 | 2023-08-15T09:31:17 | 153,403,303 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 80 | c | #include <stdio.h>
#include ".\child.h"
int main(void)
{
print();
return 0;
}
| [
"674641530@qq.com"
] | 674641530@qq.com |
89a917de4afeaf561791ba8b95329c628e0af115 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/scsi/cxlflash/extr_main.c_cxlflash_change_queue_depth.c | f2f7849c8c04d52a1e97dd14835bbcd7e2d419cb | [] | 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 | 790 | 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 |
7ce7d0b07abc607957668607a2f6450b7c6b20f8 | d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9 | /testcases/CWE191_Integer_Underflow/s01/CWE191_Integer_Underflow__int64_t_fscanf_multiply_21.c | 33295b4bfbe9325e2672ae920b29f738f4cf0008 | [] | no_license | arichardson/juliet-test-suite-c | cb71a729716c6aa8f4b987752272b66b1916fdaa | e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9 | refs/heads/master | 2022-12-10T12:05:51.179384 | 2022-11-17T15:41:30 | 2022-12-01T15:25:16 | 179,281,349 | 34 | 34 | null | 2022-12-01T15:25:18 | 2019-04-03T12:03:21 | null | UTF-8 | C | false | false | 5,140 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE191_Integer_Underflow__int64_t_fscanf_multiply_21.c
Label Definition File: CWE191_Integer_Underflow.label.xml
Template File: sources-sinks-21.tmpl.c
*/
/*
* @description
* CWE: 191 Integer Underflow
* BadSource: fscanf Read data from the console using fscanf()... | [
"Alexander.Richardson@cl.cam.ac.uk"
] | Alexander.Richardson@cl.cam.ac.uk |
5d2a332d530b8e069f088c93a9e9921a22eb67cf | 6974e483c7f89cc638fc2f44423891ee81292ccb | /0x04-more_functions_nested_loops/7-print_diagonal.c | 0a0e3bfbeb69bf82ae23eff81053a29281e27a3a | [] | no_license | oscargtoro/holbertonschool-low_level_programming | fc2660cea1056973cff3a5a6216ac6fd253a9f67 | 7ab8b77f5c55b1e2024419a430cd94130d5ef614 | refs/heads/master | 2022-04-24T12:36:22.702445 | 2020-04-16T16:53:18 | 2020-04-16T16:53:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 458 | c | #include "holberton.h"
void _espacios(int);
/**
* print_diagonal - draws a diagonal line on the terminal
* @n: times must be printed
*/
void print_diagonal(int n)
{
int i;
if (n > 0)
{
for (i = 0; i < n; i++)
{
_espacios((i));
_putchar('\\');
_putchar('\n');
}
} else
_putchar('\n');
}
/**
*... | [
"oscarstiven87@gmail.com"
] | oscarstiven87@gmail.com |
998c240a705466e04c4ac34a0c9d1bf5f7eb7c89 | 8cd626538767888c92a94d2db5ef6b6713dbeef6 | /cpp_d02a_2018/ex01/check.c | 2a0fec1112ea7f3234908fc7c1ff379bb9c152aa | [] | no_license | simonprovost/cppPool | e3be0746e1a3e67d739a8effa67ce9a676af6213 | 8d604708d2dfe0778b95c8a510f6efdcc54b6c61 | refs/heads/master | 2020-05-19T13:03:00.318979 | 2019-05-14T09:42:12 | 2019-05-14T09:42:12 | 185,029,336 | 12 | 3 | null | null | null | null | UTF-8 | C | false | false | 701 | c | /*
** EPITECH PROJECT, 2018
** check
** File description:
** c
*/
#include "simple_btree.h"
bool_t btree_is_empty(tree_t tree)
{
if (!tree)
return (TRUE);
return (FALSE);
}
unsigned int btree_get_size(tree_t tree)
{
if (btree_is_empty(tree))
return (0);
return (btree_get_size(tree->le... | [
"simon1.provost@epitech.eu"
] | simon1.provost@epitech.eu |
2357455edb12f261f2be0566c67c388985a9e150 | b660d170f6c3bbfad85fafcc8974694ba417767e | /testcases/testcase-bigproject/device3.h | 7f04037633fb6cd9016d23515f11e516d4185d8c | [] | no_license | vijkp/Remodel | fbbc10746910e175bab6862d346d2a757148d446 | 6d5755e96862f1b97fcdb1edac20c2938c747979 | refs/heads/master | 2021-01-22T06:58:36.509450 | 2013-12-27T00:43:36 | 2013-12-27T00:43:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 148 | h | #ifndef device3_H
#define device3_H
#include <stdio.h>
#include <stdlib.h>
void device3_init();
void device3_run();
void device3_update();
#endif
| [
"vijaykp@cs.umass.edu"
] | vijaykp@cs.umass.edu |
1da0a7bd55e16b6756e5082aa5cf45562eecebe6 | e8cf06cde4a74a99ab25d77595de13098f080e07 | /chapter 1/3input.c | 79f2e9d6dc157312eb93760fb2456b99f3085ba3 | [] | no_license | fazeel094/coding_practice | 7a4d86a7f166575cab2e1035a8661e8c1368684a | 6dc4508d5138bcd3b864ee1fc68c4ee134cf2312 | refs/heads/master | 2023-08-20T18:35:10.116907 | 2021-10-06T11:15:21 | 2021-10-06T11:15:21 | 410,187,202 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 224 | c | #include<stdio.h>
int main(){
int a,b;
printf("enter the value of a\n");
scanf("%d", &a);
printf("enter the value of b\n");
scanf("%d", &b);
printf("the sum of a and b is %d", a + b);
return 0;
} | [
"fazeelfz6@gmail.com"
] | fazeelfz6@gmail.com |
c53330a2357c919063dcac8175c57c6a82bdd0d9 | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/linux-4.11-rc3/drivers/gpu/drm/i915/gvt/gvt.c | 3b9d59e457ba7dbf2a1baffff7cd4f4c9aa75f3f | [
"BSD-2-Clause",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | yijunyu/demo | 5cf4e83f585254a28b31c4a050630b8f661a90c8 | 11c0c84081a3181494b9c469bda42a313c457ad2 | refs/heads/master | 2023-02-22T09:00:12.023083 | 2021-01-25T16:51:40 | 2021-01-25T16:51:40 | 175,939,000 | 3 | 6 | BSD-2-Clause | 2021-01-09T23:00:12 | 2019-03-16T07:13:00 | C | UTF-8 | C | false | false | 8,145 | c | /*
* Copyright(c) 2011-2016 Intel Corporation. All rights reserved.
*
* 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 u... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
fe9b00fb4266841c33be60a99232401bc831ee9e | 30f5785a7c0e0bc435e0f3323c814fd7774ad2cd | /ios/Pods/Headers/Public/ReactNativeNavigation/MMDrawerController.h | 9d5200bdcd976bf211502ac4d1597fea3f11a4d3 | [] | no_license | MohamedShaw/code_challenge | 99a9d805746bcb18abf88b7bb70090053b556e9b | 67ab13fddc2ef9b906b52293f08959af4ad07ce1 | refs/heads/master | 2023-02-06T15:25:24.216159 | 2020-12-28T20:48:19 | 2020-12-28T20:48:19 | 325,100,009 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 90 | h | ../../../ReactNativeNavigation/lib/ios/RNNSideMenu/MMDrawerController/MMDrawerController.h | [
"shawkymohamed138@gmail.com"
] | shawkymohamed138@gmail.com |
1d5773f35760f5fd348f0c9934bc860d2f4674ff | c425afb8bb6b182168fd4c3a46c9b334f4740e60 | /d/beijing/wang_6.c | 9886d8ad97fca08ecdee72b434d8b614940ad711 | [] | no_license | fluffos/nt7 | ceef82b2465cf322549c7ece6ce757eaa8ec31ff | 52727f5a4266b14f1796c2aa297ca645ca07282a | refs/heads/main | 2023-06-17T10:07:33.000534 | 2021-07-15T11:15:05 | 2021-07-15T11:15:05 | 308,148,401 | 9 | 9 | null | 2021-06-28T14:11:57 | 2020-10-28T21:45:40 | C | UTF-8 | C | false | false | 775 | c | inherit ROOM;
void create()
{
set("short", "王府井大街");
set("long", @LONG
这里就是京城最为著名的王府井大街。你走在这条繁忙的街道上,
街道上车水马龙,人来人往,热闹非凡。南边是京城的交通要道东长
安街,东边邻街处有一家当铺。
LONG );
set("exits", ([
"north" : "/d/beijing/wang_8",
"south" : "/d/beijing/wang_4",
"west" : "/d/be... | [
"i@oiuv.cn"
] | i@oiuv.cn |
2b892693ca695fb18fac7a3396500d57b02919ff | 7bfe127f3fbe859559947e801465ba078a6d2d24 | /tokenring/rs_port.h | 95a8b39ae707c5f27f9e92a3a95422914256bc53 | [
"MIT"
] | permissive | knightluoxiaoxiao/tokenring | 42a588a4a0a1841ba171145f57d1b17cb4decf72 | 3500dabe30e50724ffa0170af55922747dd40809 | refs/heads/master | 2020-04-05T17:38:02.618246 | 2014-02-08T01:12:25 | 2014-02-08T01:12:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 476 | h | #ifndef RS_PORT_H
#define RS_PORT_H
#include "defs.h"
#include "rs_defs.h"
struct rs_port;
typedef struct rs_port rs_port;
rs_port* rs_port_create(port, baud_rate, word_len, parity, stop_bit);
void rs_port_update(rs_port*);
void rs_port_send_byte(rs_port*, byte);
byte rs_port_recv_byte(rs_port*);
in... | [
"karol.kozub@gmail.com"
] | karol.kozub@gmail.com |
af468e29533c2affe0c699f86db2a8a6042d184f | d1cd0e61a0d5ed2b5341bc9e996625fb677f4f23 | /lib/asn1c/nr_rrc/CellAccessRelatedInfo.h | 1bef2dcb390622cdfe8fc0bb9b716367c6b5876e | [
"Apache-2.0"
] | permissive | soumyadeepbi/free5GRAN | 251bff61bfd30628f0861a285086ac94368de34f | 4e92458e955f59d86463ce65ea08c5c06cc8a48e | refs/heads/master | 2023-07-28T20:23:42.404672 | 2021-10-06T16:32:47 | 2021-10-06T16:32:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,992 | h | /*
* Copyright 2020-2021 Telecom Paris
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in... | [
"aymeric@dejavel.fr"
] | aymeric@dejavel.fr |
6d6dab0734678d92e0c4b7d584381f3e9ae0433e | 6ccdb9bc561c1df08acae76dcb832ae496ffadc4 | /source/controls.c | 7497aa16d1efc53676503bd959c41a8c89208765 | [] | no_license | yollofffg/GXCraft | 03da356f7dbb1eab06a01c2d61e58f6a5b7de7f7 | c5e290453b4e13902b158c2bc6dac321abcc775f | refs/heads/master | 2020-12-31T06:56:57.421760 | 2015-01-24T23:05:31 | 2015-01-24T23:05:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,682 | c | #include <math.h>
#include <wiiuse/wpad.h>
#include "controls.h"
s8 WPAD_StickX(u8 chan, u8 right)
{
float mag = 0.0;
float ang = 0.0;
WPADData *data = WPAD_Data(chan);
switch (data->exp.type)
{
case WPAD_EXP_NUNCHUK:
case WPAD_EXP_GUITARHERO3:
if (right == 0)
{
mag = data->exp.nunchuk.js.mag;
... | [
"gamax92@aol.com"
] | gamax92@aol.com |
55f9e0528d11472fd7dae48dd50998984b5c5652 | d45c2851c41bfac7a169236460a368ebf5032394 | /Lab 4/simodyssey/EIFGENs/simodyssey1/W_code/C5/we1111.c | d27fb22e51543d1d122614cf0fd0803aff2dab9e | [] | no_license | GavinSit/EECS-3311-Software-Design | dd549ee44d7404a891e099e79d2545fefa502c57 | c762d4a16643c4e9f2ae546a51fdddc9b5d6c952 | refs/heads/main | 2023-04-26T22:50:12.356097 | 2021-05-17T16:25:27 | 2021-05-17T16:25:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,654 | c | /*
* Code for class WEL_ECO_CONSTANTS
*/
#include "eif_eiffel.h"
#include "../E1/estructure.h"
#ifdef __cplusplus
extern "C" {
#endif
extern EIF_TYPED_VALUE F1111_10713(EIF_REFERENCE);
extern EIF_TYPED_VALUE F1111_10714(EIF_REFERENCE);
extern EIF_TYPED_VALUE F1111_10715(EIF_REFERENCE);
extern EIF_TYPED_VALUE F111... | [
"gavin.sit22@gmail.com"
] | gavin.sit22@gmail.com |
f98bca674a46373c752e1ef4f6bd4da2a222a539 | 072740c812087c98a77e96d499310627a3bea127 | /poly/interior.h | 1cf74a5eb8e472137b52aa38406abcff941725d4 | [] | no_license | xiao66xiang/poly | b0a21fd64c090fa11d58f1ce0f336504ce7ec102 | 8ea871befc579bbb60c3a8f4a21edc3c68d49544 | refs/heads/master | 2021-01-10T01:17:38.023972 | 2016-03-07T13:51:02 | 2016-03-07T13:51:02 | 51,573,842 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 91 | h | extern int interpior_point_in_polygon(Point,int);
extern void interior_approximate();
| [
"haosu12@fudan.edu.cn"
] | haosu12@fudan.edu.cn |
357e5b6c849b544671a1a7cfbf5c95d929c42308 | 0b92927fee4f5cebf3f748f1d3a142f712345d4d | /src/ft_validation.c | 26ef35dd8db5cb0bde4011ca2fbd978e212db36c | [] | no_license | ZefyBrick/Push_Swap | a75eae9e325473b4384a0f3991e5b12aeb677104 | a4634514abb40a0a90d270781c9cc43b474392ff | refs/heads/master | 2020-09-09T01:50:44.310110 | 2020-02-08T13:59:27 | 2020-02-08T13:59:27 | 221,307,662 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,387 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_validation.c :+: :+: :+: ... | [
"davudovaod@yandex.ru"
] | davudovaod@yandex.ru |
3d6f0946e4aefcef6c91dc996002e3ddd780456d | fcd0ba86e54388354458490f14f8bd3f965e704d | /Code_SanYie/2018_Summer_ACM/week_1/2.c | c9b72273d4977e96768a18cc139611eb2dd7bfdb | [] | no_license | XiyouLinuxGroup-2018-Summer/TeamC | caed26f986a113130275c65e924b61b061024564 | ca7e684a0af72a1f19fb877c622e46070755a8df | refs/heads/master | 2020-03-23T06:49:00.406215 | 2018-09-24T09:47:50 | 2018-09-24T09:47:50 | 141,231,343 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 166 | c | #include<stdio.h>
#define PI 3.1415927
int main()
{
double r;
while(scanf("%lf", &r) != EOF)
{
printf("%.3lf\n", PI * r * r * r * 4 / 3);
}
} | [
"709420384@qq.com"
] | 709420384@qq.com |
70f250125484fa80552be3b44baba65e4781bbdc | 35998cf195d83297d178e2dca7ee1ee8eb589a28 | /src/commands/elvis/regexp.c | d04947a90f81e6c630a78c86859f4450fc48bb77 | [] | no_license | EmmanuelKasper/minix-st-1.5 | 38cc866e9bd5855393cd7fb7e468392b3ffe3160 | b618725cab1c98f6e0f1707cb65f7eda66a06c71 | refs/heads/master | 2016-08-12T23:47:09.603425 | 2016-02-08T04:34:30 | 2016-02-08T04:34:30 | 51,279,233 | 9 | 2 | null | null | null | null | UTF-8 | C | false | false | 30,331 | c | /* ALTERED VERSION */
/*
* regcomp and regexec -- regsub and regerror are elsewhere
*
* Copyright (c) 1986 by University of Toronto.
* Written by Henry Spencer. Not derived from licensed software.
*
* Permission is granted to anyone to use this software for any
* purpose on any computer system, and to redistri... | [
"e.kasper@proxmox.com"
] | e.kasper@proxmox.com |
b6302b3761382fe6a5358846727e61451373f959 | 646699289b6e0e0ebe85de810e479cd644f29e9c | /tcpcli.c | e448530961f7519d2cffecb8965f2fb5e599dfdf | [] | no_license | GauthamKrishnan/Networks | 776804a338ef287423157521bffcf5c12ad3f89d | 8a87a7e8c9da76564e032ee962d67717c44bcdff | refs/heads/master | 2021-05-12T07:18:54.740430 | 2018-01-12T12:46:26 | 2018-01-12T12:46:26 | 117,240,028 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 792 | c | #include<stdio.h>
#include<sys/socket.h>
#include<sys/types.h>
#include<netinet/in.h>
#include<string.h>
#include<stdlib.h>
int main(int argc,char **argv)
{
int sockfd;
struct sockaddr_in servaddr;
char str[1024],buff[1024];
sockfd=socket(AF_INET,SOCK_STREAM,0);
if(sockfd < 0)
{
perror("\n... | [
"noreply@github.com"
] | GauthamKrishnan.noreply@github.com |
7ee427fa2946561aef76b4e9351792ccbd6e7dc2 | ab7ffb29291d2747c69efa9c28331a5ed76061c0 | /StarcraftError/include/BattleField.h | 4042ea4aae171556bafb74ced114815b7ec95a95 | [] | no_license | karamacheva/Code-Academy | 0bbe5029ac2560db025aac0c1e1a53e6fee26239 | 42f605c3e10d36fc71e268e185f91eac4f6d70a5 | refs/heads/main | 2023-05-06T03:54:43.123988 | 2021-05-13T08:13:58 | 2021-05-13T08:13:58 | 328,125,399 | 0 | 1 | null | 2021-01-12T10:54:14 | 2021-01-09T10:06:05 | null | UTF-8 | C | false | false | 870 | h | #ifndef BATTLEFIELD_H_
#define BATTLEFIELD_H_
#include <stdbool.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include "Vector.h"
#include "Defines.h"
#include "TerranShip.h"
#include "ProtossShip.h"
typedef struct {
Vector terranFleet;
Vector protossFleet;
} BattleField;
void ... | [
"noreply@github.com"
] | karamacheva.noreply@github.com |
bdf4d1fb2ef64cb5806768e506d67283a78dd88f | 315fd47690450e7a0530bf4b3596cc9448c88929 | /aoj/22/2252.c | 0319aa4f20329d74171eecde215e6935a686e640 | [] | no_license | 1119-2916/competitive-programming | 8d59f2c3c36de719d665307fcaa138cc03845573 | 356b66d2f93bf6e28f04af8968e0f1f6ae4d7bae | refs/heads/master | 2021-06-08T14:33:14.620002 | 2020-04-26T14:01:44 | 2020-04-26T14:01:44 | 108,534,522 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 859 | c | #include <stdio.h>
#include <string.h>
char input[1025];
int count;
char left[16] = "qwertasdfgzxcvb";
char right[12] = "yuiophjklnm";
int check(char a);
int main(void)
{
int i, j, now, tmp, len;
scanf("%s",input);
while (input[0] != '#') {
len = strlen(input);
count = 0;
now = ch... | [
"ti11192916@gmail.com"
] | ti11192916@gmail.com |
cb9f45d9c7bab2ced32294688afc41ec3836df0e | 0a64a464ed2ea38d3a32835e52739d29efaf4d48 | /libft/ft_putstr.c | fe640de5b5a0e68b787990f9ac72bb2904158fee | [] | no_license | mel-akio/wolf3d | cd52e7df259043d82490ce407b76a950862a2826 | 4b4deb83d3ab6af83e530d0c2bdf16fba33d3ee3 | refs/heads/master | 2020-03-11T20:42:37.045790 | 2018-05-09T15:06:06 | 2018-05-09T15:06:06 | 130,243,865 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,111 | c | /* ************************************************************************** */
/* LE - / */
/* / */
/* ft_putstr.c .:: .:/ . .:: ... | [
"mel-akio@z4r2p3.le-101.fr"
] | mel-akio@z4r2p3.le-101.fr |
bf88febaf73f752c7cc64735c0878c89869afd75 | 3d48b81a9f3671c8e4b04de88b12566b2193906e | /captecran.c | b36a0311f726f90b3b08c1ed03555bdc9b0e9082 | [] | no_license | PowerOfC/ImpScreen | 07b05bafcc4a8200a00d08856dffe89d383db32b | 06270fc9a70961d7ef3ef9a90d22efe891299300 | refs/heads/master | 2021-10-24T08:49:26.304532 | 2019-03-24T12:55:09 | 2019-03-24T12:55:09 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C | false | false | 5,471 | c | //=============================================================================
// Projet : ImpScreen
// Fichier : captecran.c
//
//=============================================================================
#include "resources.h"
//=========================================================================... | [
"contact.axel.dev@gmail.com"
] | contact.axel.dev@gmail.com |
f2cf96a346963c599bdc3315f3b902e8266ba577 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/multimedia/directx/dplay/dpnathlp/common/osind.h | 01bb97fa6fef3da9f6fa75d4e2c56bb0947f18d9 | [] | 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 | 9,963 | h | /*==========================================================================
*
* Copyright (C) 1999-2002 Microsoft Corporation. All Rights Reserved.
*
* File: OSInd.h
* Content: OS indirection functions to abstract OS specific items.
*
* History:
* Date By Reason
* ==== == ======
* 07/12/19... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
7a4ea373ecea5564e78b90af1bb8eb4ce921e0a0 | f1072da7dbff060ca7b538a81d3936571fec56ea | /src/svr/payment_deliver/svr/src/payment_deliver_svr_adapter_type.h | d2b36c1fd572190979e9574851b82ecf3f8e8169 | [] | no_license | Hkiller/workspace | e05374d30a6f309fa8cf1de83887ccb5d22736f9 | 660fc5900300786d7581a850a3fefc90f8d07a93 | refs/heads/master | 2021-03-30T22:44:17.469448 | 2017-04-12T06:08:02 | 2017-04-12T06:08:02 | 125,022,632 | 2 | 0 | null | 2018-03-13T09:07:03 | 2018-03-13T09:07:03 | null | UTF-8 | C | false | false | 2,252 | h | #ifndef SVR_PAYMENT_DELIVER_SVR_ADAPTER_TYPE_H
#define SVR_PAYMENT_DELIVER_SVR_ADAPTER_TYPE_H
#include "payment_deliver_svr.h"
typedef int (*payment_deliver_adapter_init_fun_t)(payment_deliver_adapter_t adapter, cfg_t cfg);
typedef void (*payment_deliver_adapter_fini_fun_t)(payment_deliver_adapter_t adapter);
typedef... | [
"570385841@qq.com"
] | 570385841@qq.com |
64ad5e9f03e3010f73a65729c0c981f55fc6fa1e | 8d753bb8f19b5b1f526b0688d3cb199b396ed843 | /osp_sai_2.1.8/system/lib/msg/hagtmsg/gen/Hagt2SrvMsgGenericReq.c | 1fd54be2292c113f86a3a3494d3ba06df0beb0db | [] | no_license | bonald/vim_cfg | f166e5ff650db9fa40b564d05dc5103552184db8 | 2fee6115caec25fd040188dda0cb922bfca1a55f | refs/heads/master | 2023-01-23T05:33:00.416311 | 2020-11-19T02:09:18 | 2020-11-19T02:09:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,328 | c | /*
* Generated by asn1c-0.9.20 (http://lionet.info/asn1c)
* From ASN.1 module "HAGT2SRV-MSG"
* found in "../hagt2SrvMsg.asn1"
*/
#include <asn_internal.h>
#include "Hagt2SrvMsgGenericReq.h"
static asn_TYPE_member_t asn_MBR_Hagt2SrvMsgGenericReq_1[] = {
{ ATF_NOFLAGS, 0, offsetof(struct Hagt2SrvMsgGenericReq, e... | [
"zhwwan@gmail.com"
] | zhwwan@gmail.com |
761d381777bd90bf427faf508aa81fa09cb6bac4 | d9402c0069e598a9fd4acd837befc3ab9e71b572 | /SC95F7617_7616_7615_7613_Demo_Code/c/CMP_Init.c | 07b34e74c373cfc556977d647f7a71fbbf24577a | [] | no_license | BG4RFF/CHINA_CHIP_MCU_SinOne | b2ebbe550f536ada1380f70d5fd6553cd5fe5911 | 52d16ee42acb5d218678c7ac397b0c32700059ca | refs/heads/master | 2023-03-24T08:58:37.695866 | 2021-03-20T10:30:56 | 2021-03-20T10:33:57 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,522 | c | #include "H/Function_Init.H"
void CMP_Init(uchar CMPIS, uchar CMPRF);
/*************模拟比较器负端比较电压选择****************/
enum CMPRF {CMPRF=0,CMPRF1,CMPRF2,CMPRF3,CMPRF4,CMPRF5,CMPRF6,CMPRF7,CMPRF8,CMPRF9,CMPRF10,CMPRF11,CMPRF12,CMPRF13,CMPRF14,CMPRF15};
/*************模拟比较器正端输入通道选择****************/
enum CMPIS {CMP0=0,CMP1... | [
"930266815@qq.com"
] | 930266815@qq.com |
fdd9c24bcc1356e2d528db256b96c2c25f60f92f | 657ad5526b2ee7af2138b079cb151bd2a8deeaca | /18.Ukazatel_kam_funkciq/20210217_16.c | d63b63cdfa3882045149b8bec7382d107f8d414f | [] | no_license | sasho231/Code-Academy | 475c8d7b0a8c14fb5738c6119c03482b348f6670 | 7ba418314e4d5f0ddd0f6e02687dc508a2ffbc7b | refs/heads/main | 2023-04-14T10:14:52.490118 | 2021-04-30T19:22:58 | 2021-04-30T19:22:58 | 326,676,283 | 0 | 0 | null | 2021-01-10T15:17:09 | 2021-01-04T12:26:43 | null | UTF-8 | C | false | false | 1,371 | c | /* Имаме 2 сортирани масиви А и В с по 88 елемента.
Образувайте масив С с 2х88 елемента образуван от смесването на А и В,
така че С да съдържа елементите на А и В, но да е подреден и да не се
налага да го сортираме отново.
Насоки: Проверяваме от кой масив да вземем следващия елемент за
слагане в масива /цикъл и проверк... | [
"atishevlol@gmail.com"
] | atishevlol@gmail.com |
2c486aa08e64a5951226859aff35ac52762a591b | 7d6561086c77daf8f2fb160829b646cfff81755c | /src/test/vmem_malloc/vmem_malloc.c | 0023afc3da8c343b6eed04008a403023badd1e19 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mjgrabowski/nvml | 2e0056bb7c2b55ba6da3e0fd0553461a104e379c | a22704d6f5a2ef36ac413821e1e8658949d05511 | refs/heads/master | 2021-01-21T09:47:36.735727 | 2014-09-29T15:21:56 | 2014-09-29T15:21:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,541 | c | /*
* Copyright (c) 2014, Intel Corporation
*
* 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 conditions and t... | [
"andy.rudoff@intel.com"
] | andy.rudoff@intel.com |
65b7f0cc47ccec529f3561e5ece350aa2a5f2ba7 | b5b3745da5dff471e9d07951e5157e59ccbdc580 | /main.c | 7c17db8d92afdc93f3b1d7963f36ee39487ed62a | [] | no_license | guspoliveira/Estrutura-de-dados | ccdd43981ce0468ae96520ac21c91b84357d3dfa | 2f36d6ff8e0856ce63dc57512b84ec6a93f2e5fa | refs/heads/master | 2023-03-30T02:18:37.916915 | 2021-03-28T17:20:01 | 2021-03-28T17:20:01 | 352,390,311 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,701 | c | #include <stdio.h>
#include <conio.h>
#include <string.h>
#include <stdlib.h>
typedef struct lista {
int numero_conta;
char nome_cliente[60];
float saldo;
struct lista* prox;
} Lista;
Lista* inserir_cadastros(Lista* primeiro);
void listar_cadastros(Lista* primeiro);
Lista* excluir_cadastros(Lista* pr... | [
"gu.poliveira@gmail.com"
] | gu.poliveira@gmail.com |
6cbb49d5303699a4c34d3ddd9c0f6a92126395de | 0d74ff3b492f3580cc70037f6cd5171326bffabd | /runMacros/src/RunFemtoDstMaker.C | 5f182676e2109b179a52d4163ff8bcf0e44e5c63 | [] | no_license | cdxing/BrightSTAR | 1b92566748da07b4c99a375a13f5893091a61e8d | 832dfa2a7b03765d0de6676d54adff500e7aac34 | refs/heads/master | 2023-08-06T19:05:16.647724 | 2021-09-29T23:41:41 | 2021-09-29T23:41:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,877 | c | #include "iostream.h"
#include "string.h"
#include <algorithm>
#include <stdio.h>
#include "ctype.h"
// Forward the class declarations for StChain and St_db_Maker
class StChain;
class St_db_Maker;
void loadLibs();
void RunFemtoDstMaker( const Char_t * fileList = "./filelist.lis" ){
cout << "FileList: " << ... | [
"siplukabir@gmail.com"
] | siplukabir@gmail.com |
63c4a9d364c1a3a8d8e3fb599775d686990013a7 | f28fab080d21139d72ab91dcb2537f15b9e40522 | /v8/usr/sys/sys/vmproc.c | 4540d628386424e8012e5ee912cb4b4c35154039 | [] | no_license | Alhadis/Research-Unix-v8 | 20358db19a70108c9cdef93215ed7e225f9747d9 | 389623b76d5b6e195361f0705b1826b00ae14d19 | refs/heads/master | 2020-05-27T00:20:19.409031 | 2019-05-24T11:33:35 | 2019-05-24T11:33:35 | 188,419,943 | 9 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,391 | c | /* vmproc.c 4.5 81/03/08 */
#include "../h/param.h"
#include "../h/systm.h"
#include "../h/dir.h"
#include "../h/user.h"
#include "../h/proc.h"
#include "../h/mtpr.h"
#include "../h/pte.h"
#include "../h/map.h"
#include "../h/cmap.h"
#include "../h/text.h"
#include "../h/inode.h"
#include "../h/vm.h"
/*
* Get virtua... | [
"gardnerjohng@gmail.com"
] | gardnerjohng@gmail.com |
95bdcadb39707434360545bf31b118c9d561c3b5 | 5523e965b64eb2770f4d512fb7da936eb2c47377 | /Firmware/Devices/BNO055/BNO055.c | d0eaf072300e7abf12930a4a4c7afe9fe967766e | [
"MIT"
] | permissive | embeddedalpha/STM32F103C8T6 | c2a388be1e1c520853ae31e622f141426ccf43dc | 122eeffa5c87e5da2b643c797a9e396839cbaa9e | refs/heads/master | 2023-05-30T19:11:35.698416 | 2021-06-22T17:55:59 | 2021-06-22T17:55:59 | 243,434,217 | 6 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,503 | c | /*
* BNO055.h
*
* Created on: 30-May-2021
* Updated on: 31-May-2021
* Author: Kunal Salvi
*/
#include "BNO055.h"
unit8_t BNO055_Init(I2C_TypeDef *I2C)
{
Delay_Config();
Delay_ms(650);
BNO055.I2C = I2C;
BNO055.mode = Fast_Mode;
I2C_Master_Init(BNO055);
BNO055_Write_Single(OPR_MODE, 0x0C);
Delay_... | [
"noreply@github.com"
] | embeddedalpha.noreply@github.com |
2a85fff4080b94fc6f8c7c51371530c702e06a36 | 5a3f4c9302610aefb7d9e64b55e290e3b1ad8449 | /drivers/fsl_lpi2c_ucosiii.c | 053e5903346cc6dffa7b848bb22dbe20c9adc1a3 | [] | no_license | Sulodiye/VAE_Project | 3213e71234843e87cb078d6007e16ed1b28e36e4 | 592faf6a7442641daf3f1c17ba389956be335548 | refs/heads/master | 2022-12-14T05:23:47.642584 | 2020-09-05T15:18:49 | 2020-09-05T15:18:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,616 | c | /*
* The Clear BSD License
* Copyright (c) 2015, Freescale Semiconductor, Inc.
* All rights reserved.
*
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted (subject to the limitations in the disclaimer below) provided
* that the following conditions are met:
*... | [
"sidi.namou1996@gmail.com"
] | sidi.namou1996@gmail.com |
11e27cf02c9c5779f6270e93c0e557257e2ad4c2 | 9016f726fdf7beea3b752a7a5bfbe6a66d95bb9a | /public/js/app.js | c344ec1a23017c0397e5084575ee2ff0f0ae623b | [
"MIT"
] | permissive | didoykent/dominate | fbca1af9581b9c95cdad1b4a96c6b22365e14235 | b2c082cb9189464045df34504090acd325e5e2d6 | refs/heads/master | 2020-03-27T23:11:14.006646 | 2018-09-04T06:41:19 | 2018-09-04T06:41:19 | 147,299,013 | 0 | 0 | null | null | null | null | UTF-8 | C | false | true | 1,098,382 | js | !function(t){var e={};function n(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return t[i].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=t,n.c=e,n.d=function(t,e,i){n.o(t,e)||Object.defineProperty(t,e,{configurable:!1,enumerable:!0,get:i})},n.n=function(t){var e=t&&t.__esModule?function(){return ... | [
"XeniaAim@yahoo.com"
] | XeniaAim@yahoo.com |
ae9f7b2278d34a02d95f8245b992a090f3620aeb | 9e5a0c1afa51b8df3da37000bef1746b261c54f4 | /aul/include/aul/parse.h | a27a0edb2ed919c5c823bdf1ceafef9e4fae6a3a | [] | no_license | maxkernel/kernel | 3e9db77eb5136c66485745b8339ed3b024d78600 | a0304901a1a0e4f40600a760f23eea05f8b25292 | refs/heads/master | 2021-01-22T23:26:14.302860 | 2012-12-07T00:26:30 | 2012-12-07T00:26:30 | 571,831 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 334 | h | #ifndef __AUL_PARSE_H
#define __AUL_PARSE_H
#include <aul/common.h>
#include <aul/exception.h>
#ifdef __cplusplus
extern "C" {
#endif
int parse_int(const char * s, exception_t ** err);
double parse_double(const char * s, exception_t ** err);
bool parse_bool(const char * s, exception_t ** err);
#ifdef __cplusplus
}
... | [
"andrew@maxkernel.com"
] | andrew@maxkernel.com |
542d30c39881005b30e246a420a6e04b89e447e7 | 6bda027e5d0394e2d82a9d64f87256b953cd73a9 | /Exercises Input-Output/Exc extra.c | 99c8acf5d16f8a8907f37330e552bcd13aafb82d | [] | no_license | victoruribehdz/programing-2 | acb9b480de582091e8a22961fab948e28268c5e7 | abf806f301be616a6ee7014d2ecd5a2d22749781 | refs/heads/master | 2022-11-26T01:36:25.544569 | 2020-08-04T00:05:27 | 2020-08-04T00:05:27 | 261,226,571 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,729 | c | //c program that reads numbers and write the fizzbuzz test in other files.
#include <stdio.h>
#include <stdlib.h>
int main(){
FILE *fptrin;
FILE *fptrfb; //declare pointers.
FILE *fptrf;
FILE *fptrb;
FILE *fptrnum;
int i; //declare variables
fptrin = fopen("numbers.txt", ... | [
"noreply@github.com"
] | victoruribehdz.noreply@github.com |
2196f91765d311708d62afec974367380d3fbf27 | 2bc3398063fd7251c46a2d93d2e301cd063befcd | /nitan/d/ruzhou/shang_houyuan.c | 72ae21aaca487dc4e1ab92f27136147f24568314 | [
"MIT"
] | permissive | HKMUD/NT6 | ae6a3c173ea07c156e8dc387b3ec21f3280ee0be | bb518e2831edc6a83d25eccd99271da06eba8176 | refs/heads/master | 2020-03-18T08:44:12.400598 | 2018-05-23T06:55:18 | 2018-05-23T06:55:18 | 134,525,191 | 9 | 4 | null | null | null | null | GB18030 | C | false | false | 747 | c | inherit ROOM;
void create()
{
set("short", "后院");
set("long", @LONG
这里是商家堡的后院,后院并不大,整个地面全部是用沙石
铺砌。南边是一条红木制走廊,通往大厅所在。左边不时传来阵
阵扑鼻的饭菜香,原来那里是厨房所在。
LONG);
set("exits", ([
"north" : __DIR__"shang_lianwun",
"south" : __DIR__"shang_zoulang2",
"east" : ... | [
"xmlsdk@gmail.com"
] | xmlsdk@gmail.com |
a48a7478d441acb00266f3542a6cc877700a50f1 | dd6fb28dae1f7003babe0be5fafc0942e831d8fb | /Wrapping/vtkParseExtras.c | 2185fa19842e5418604bed349a4e712dd3b18383 | [] | no_license | malfonso0/WrapVTK | c8f3a0e836b696040f33d077491980a28052ae6a | 8b010332a18a99bf6a705ee8e4ccb1fe6bea6c89 | refs/heads/master | 2020-07-19T18:46:23.766676 | 2016-06-07T01:29:41 | 2016-06-07T01:29:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 44,281 | c | /*=========================================================================
Program: Visualization Toolkit
Module: vtkParseExtras.c
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This software is ... | [
"david.gobbi@gmail.com"
] | david.gobbi@gmail.com |
cb1d070316cac3391da63d136df4fd983bb25344 | 3b04b56356eab8b2eb6e8d940658d5c8ce11287c | /RISC_OS_Dev/mixed/RiscOS/Sources/SystemRes/Internet/Sources/mtrace/MTrace.c | cc3a74d8b9fb21bb7775b5f3900d05f8acff6f2b | [] | no_license | experimentech/RISC_OS_AWH3Dev | 0c0ab1096647f07a95889060d27366097bd1c08c | 0c1a3dfa52676de2902f13723d9b45c4673f0392 | refs/heads/master | 2020-04-02T19:51:32.277480 | 2018-12-02T04:22:41 | 2018-12-02T04:22:41 | 154,748,945 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 92,358 | c | /* This source code in this file is licensed to You by Castle Technology
* Limited ("Castle") and its licensors on contractual terms and conditions
* ("Licence") which entitle you freely to modify and/or to distribute this
* source code subject to Your compliance with the terms of the Licence.
*
* This source cod... | [
"riscos@cd4849fb-8707-413f-82c4-fc0884dbda23"
] | riscos@cd4849fb-8707-413f-82c4-fc0884dbda23 |
8c333296e5813bc9ca438f1373026ba335a4853a | db2403df48d7332d5b8f96da33453eb58a3fddff | /test/VectorInstructions/integer_ops_unsigned_symbolic.c | 21ac90ce51d775149396f0391406e52b5199ec9b | [
"NCSA"
] | permissive | davidtr1037/klee-pspa | 7adc39c8c737b929178cc8a8644b047157c29a73 | 7e402b2128582f2542044f2478df54ad841011a1 | refs/heads/master | 2023-06-02T23:35:29.378429 | 2020-11-20T20:14:43 | 2020-11-20T20:14:43 | 131,707,139 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,067 | c | // REQUIRES: geq-llvm-3.4
// RUN: %llvmgcc %s -emit-llvm -O0 -g -c -o %t1.bc
// RUN: rm -rf %t.klee-out
// NOTE: Have to pass `--optimize=false` to avoid vector operations being
// optimized away.
// RUN: %klee --output-dir=%t.klee-out --optimize=false --exit-on-error %t1.bc
#include "klee/klee.h"
#include <assert.h>
#... | [
"daniel.liew@imperial.ac.uk"
] | daniel.liew@imperial.ac.uk |
97c6ab72abe418beb76f82ba88fe4e0911387a7a | f10469f0888a1f02aa3f883acdbd072f5166f266 | /mxp40G/lib/edfa/hl_edfa.h | bf5c9b441d3023cba70055526f94804a333c7410 | [] | no_license | MatiasNavarro/NETCONF-SDN | 5d453c173a040aafe52c1ce7a5c48e6255ef3847 | f7b0a875ceced75df6fcf9a39794a76941176adc | refs/heads/master | 2022-04-20T02:54:03.229228 | 2019-10-21T01:43:11 | 2019-10-21T01:43:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,394 | h | #ifndef HL_EDFA_H_
#define HL_EDFA_H_
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "unistd.h"
#include "edfa.h"
#include "unistd.h"
#include "../mxml-2.9/mxml.h"
typedef struct edfa_severity
{
unsigned int output_power;
unsigned int input_power;
unsigned int temperature;
... | [
"kleiner.matias@gmail.com"
] | kleiner.matias@gmail.com |
8ad72f8cbad868f2519fdf8825afb766ede7fa99 | 6523439a027e12432dee4052fdbeeb3b6e092fae | /src/tests/agent_int/local_config_mock.c | 3b572e27703363437923f6c7bb02609e7d0365ff | [
"LicenseRef-scancode-generic-cla",
"MIT"
] | permissive | sandervandevelde/Azure-IoT-Security-Agent-C | 97b7398c78435889db737747141d67e26dd0c243 | f56c6c8c84080a6759a48edc05c5147252a60545 | refs/heads/master | 2020-05-25T05:27:32.244478 | 2019-04-08T11:28:47 | 2019-04-08T11:28:47 | 187,650,075 | 0 | 0 | null | 2019-05-20T13:52:32 | 2019-05-20T13:52:31 | null | UTF-8 | C | false | false | 582 | c | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include "local_config.h"
LocalConfigurationResultValues LocalConfiguration_Init() {
return LOCAL_CONFIGURATION_OK;
}
void LocalConfiguration_Deinit() {
retur... | [
"michaele@microsoft.com"
] | michaele@microsoft.com |
da8bed2ecc298736c611a7fb1da04e3748d972ba | 3daecf792c68f869e87f5816ab3437d99891110d | /dead/graph/tests/test_layout_area.c | 1506d55d817b21be8d0bde06b5949b92f069d62f | [] | no_license | bluezery/nemoapps | fec247c2d0e54f4186ecf546e0243bc2b10d3c5f | 83f1a19acc035fa9fe76108293187107ac4e3df2 | refs/heads/master | 2020-09-03T12:33:25.343304 | 2017-06-27T14:00:19 | 2017-06-27T14:00:19 | 219,457,022 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,181 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <nemotool.h>
#include <nemotale.h>
// davi headers
#include <nemoshow.h>
#include <showone.h>
#include <showhelper.h>
#include <nemodavi.h>
#define SCENE_W 1000
#define SCENE_H 1000
#define WIN_W 1000
#define WIN_H 1000
#define XNUM 7
stru... | [
"ohpowel@gmail.com"
] | ohpowel@gmail.com |
5d54b87886b9fd0b62e7163bfffe89b34f73fbc1 | 7b4230c0a1defd1ed246eb3de39abc80263bd3d2 | /C/main.c | 2be9c331b83a5689afff7a0683f932c4f6e387b1 | [] | no_license | GreenCodeLab/Benchmark_Langages | 1b13745b0e842f659b009e7c7bb7d487186bde72 | 064acd59f9b616d186e510f3e9fbfc338929508d | refs/heads/master | 2016-09-06T09:28:28.311141 | 2011-06-28T19:54:54 | 2011-06-28T19:54:54 | 1,968,249 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,828 | c | #include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
#include "sha1.h"
/* **********************************************************************************************************
* Bench.c
*
* Sources are under Licence LGPL
*
* Made by Delfosse Jérôme for test purposee. dje@perso.be
* 18/02/11
* ***... | [
"info@greencodelab.com"
] | info@greencodelab.com |
2611cf444d4ba4374fc3d2c195168bd7dc430f22 | 3d0e2d4bf865833c5304792a126801d98f000f40 | /src/fielddata/eventdata/zone_d09r0102evd.h | 3f1d88a3153bbb4325081d2f9ca66e126af64fe0 | [] | no_license | XLuma/retsam_00jupc | 86311fa2927798e45070f9922046ba5e5a9539ae | 9859bc2f4b5bedcadc791f39ce1e7c77172194e7 | refs/heads/main | 2023-07-25T04:24:49.694267 | 2021-07-30T23:08:09 | 2021-07-30T23:08:09 | 393,130,605 | 0 | 0 | null | 2021-08-05T17:56:40 | 2021-08-05T17:56:39 | null | UTF-8 | C | false | false | 337 | h | //============================================================================================
/**
* MapEditNH2 [*.evt] -> Pokemon D/P SXY Data [*.evd]
*/
//============================================================================================
#define D09R0102_MAT01 ( 0 )
#define D09R0102_MAT02 ( 1 )
#define D09R... | [
"anon@4chan.org"
] | anon@4chan.org |
9d7c866a2d0bcc2f0081cfa6d060a7e7923cbd1f | 4267875c10147c02f46d4991e2813dc58f72dabf | /wyh_bootloader/User/bsp/src/bsp_uart_fifo.c | 7772477ac129c2db68bced59e437200e5cf0c2d7 | [] | no_license | yisea123/testgit | 01fa7d9377b5a60299f0ee4f73fa12f4b6c0ee97 | 9ccb04c99ed2c0c033915f96b11a1d0236ce8d71 | refs/heads/master | 2020-09-22T03:30:00.741919 | 2019-03-21T08:06:32 | 2019-03-21T08:06:32 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 48,016 | c | /*
*********************************************************************************************************
*
* 模块名称 : 串口中断+FIFO驱动模块
* 文件名称 : bsp_uart_fifo.c
* 版 本 : V1.0
* 说 明 : 采用串口中断+FIFO模式实现多个串口的同时访问
* 修改记录 :
* 版本号 日期 作者 说明
* V1.0 2013-02-01 armfly 正式发布
* V1.1 2013-06-09 armfly FiFo结构增加T... | [
"wyh20100916@126.com"
] | wyh20100916@126.com |
b2c404b7f2f318fe93e683ac93e5d31e50653684 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/97de47b6-b165-47a8-bcfa-478a4bc78957.c | b48c1bd801c00f2f53ae3a2b6952d879f12f4dce | [] | 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 | 731 | c | #include <string.h>
#include <stdio.h>
int sum(int a) ;
int main() {
int num;
int result;
printf("Enter the number: ");
num = 50.0;
//variables
/* START VULNERABILITY */
int a;
int b[34];
int c[54];
a = 0;
do {
a--;
//random
/* START BUFFER SET */
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
132a35411f3cb3e5fce651e815a2e25fb023dcfb | 7f051a2aaa0eb893bd0da518baf4970c6387bf54 | /CS 223 Class Notes.c | bb2000b5e181e683c9361cacfdf43fdb850a8a75 | [] | no_license | aarongertler/223 | 6f4885787914b7807abe15c4d84bbb7d693d4f29 | 096c4514b61814f3ad532791e4db80e19e8d6be7 | refs/heads/master | 2021-01-10T21:33:27.485233 | 2015-01-27T07:28:43 | 2015-01-27T07:28:43 | 29,902,534 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,282 | c | // Notes through 1/26/15
//
// Debugging: Make sure you know what your program is supposed to do!
// How to debug (3.4.3.2):
// Put in a breakpoint before things go bad
// Use display to watch things go bad after
// Step through program to find failure point
// (and restart if you miss that point the fir... | [
"aaronlgertler@gmail.com"
] | aaronlgertler@gmail.com |
3f466ed05b548878fc00363c09c190cb9d5b589c | 68c4126287b1c6f871e334b4bb74da8f4b045828 | /prj/src/strger/strger.c | d10a74f54ce01a8498d248528d2b8043f695b29d | [] | no_license | Empty007/morfologia | 44b00bc48bc0cfcb04cad6fc07a5c8eb8990f332 | b95aa5a8d6e3a788a9ed4157e5d64c3265c6f59c | refs/heads/master | 2021-01-22T20:19:18.140428 | 2012-04-16T18:14:34 | 2012-04-16T18:14:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,136 | c | # include <stdio.h>
# include <string.h>
# include <ctype.h>
char TABLE[5][30] = {
"MM_STRUCT",
"1 3 3 1",
"0 0 0 0 0 0 1 0 0",
0,
};
int main (int argc, char * argv[]) {
int i, j;
FILE * arq;
char str[80], * ptr, nome[80];
char * file;
if (argc != 2) {
fprintf (stderr, "\nUsage: strger <file>\n\n");
... | [
"edusanchezcastro@gmail.com"
] | edusanchezcastro@gmail.com |
0939e70038cfd3de7716f9e8cd57e39a288b8501 | 250106cf01bfa4efc50687f0dc323f0acc4872a2 | /csapp/shell/yes_2/parser.c | 9c8c3554684c505a925727387fbf92bd16140375 | [] | no_license | yes-txh/test | 6fdec681062233a02f81b8fba653f6dfa7b54f8d | b7c1751d6d87134803680c71ef888c8aafad1fdb | refs/heads/master | 2021-01-21T22:26:31.987711 | 2013-09-27T01:32:22 | 2013-09-27T01:32:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 690 | c | #include "parser.h"
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
char **separate_cmds(char *s){
return split(s, ';');
}
char **separate_args(char *s){
return split(s, ' ');
}
char **split(char *s, char delim){
char **list = NULL;
char *token;
char delim_str[] = {delim, '\0'};
size_t i = 0;... | [
"root@yesw.(none)"
] | root@yesw.(none) |
b3900c247957f354f23449670fff6fcd04aedb4a | 401dcc0211bd8f92c1a3f1a721c84120fa218601 | /Calculator/Print.h | 24aef52a7978687188a5758958db5198ea8efaf9 | [] | no_license | rafidh611/Calculator_Embedded_Device | f1638e2a57025bce75e33585c05ac7f7ae3f0a8d | 049b7312000e9ccc40f822f086b80c3bf9e77879 | refs/heads/main | 2023-01-24T19:10:52.824308 | 2020-12-08T20:40:44 | 2020-12-08T20:40:44 | 319,754,793 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 652 | h | // Print.h
// This software has interface for printing
// Runs on LM4F120 or TM4C123
// Program written by: put your names here
// Date Created: 9/2/2019
// Last Modified: 1/17/2020
// Lab number: 7
#ifndef PRINT_H
#define PRINT_H
#include <stdint.h>
//-----------------------LCD_OutDec--------------------... | [
"noreply@github.com"
] | rafidh611.noreply@github.com |
f12db9681551cf7f1feb4a6a71c3db197aecdc7c | 16462b6dfd91b79072d221950add11e99f2c05f2 | /include/dante.h | 86c4c8a40f69a55913aa0c2ebf7e410d55899406 | [] | no_license | Victor-Frocrain/CPE_dante_2018 | 0cf813ba172ba35fed0b77e6f2bea0c94ebf8440 | 1f2e4255e4d457353307cefb64dc67f7e22e0664 | refs/heads/master | 2023-01-15T03:01:47.040692 | 2020-11-19T16:05:17 | 2020-11-19T16:05:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 444 | h | /*
** EPITECH PROJECT, 2018
** dante.h
** File description:
** dante.h
*/
#ifndef DANTE_H_
#define DANTE_H_
#include <stdlib.h>
#include <stdbool.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <math.h>
#include <fcntl.h>
#include <string.h>
#include <time.h>
#include "... | [
"vfrocrain@localhost.localdomain"
] | vfrocrain@localhost.localdomain |
00162919b4f283a1657ef066032b7445f4ba2cc1 | 71da66a4e0b75b63251cc9fda0c2b030b3643401 | /objCandLinuxKernel/knetmod/netmod0.mod.c | 4a3d76a04e5602acf853d1549aa4673e04a2701d | [] | no_license | sibrajas/objCandLinuxKernel | 77fc99d49a933652ce2e64b88aeb0c65b520b795 | d55917a2fe48789bdcc9d6578afa4d6c43042232 | refs/heads/master | 2021-01-01T06:38:42.874915 | 2015-06-11T08:53:18 | 2015-06-11T08:53:18 | 37,245,529 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 898 | c | #include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
MODULE_INFO(vermagic, VERMAGIC_STRING);
struct module __this_module
__attribute__((section(".gnu.linkonce.this_module"))) = {
.name = KBUILD_MODNAME,
.init = init_module,
#ifdef CONFIG_MODULE_UNLOAD
.exit = cleanup_module,
#endif
.a... | [
"log2sibi@gmail.com"
] | log2sibi@gmail.com |
d693a818354845d16bfa8b0f793b05a2b155d209 | 9067a168a250deae7490d81a2f965b48aa3536cd | /src/exb/exb_str_list.h | 4b654555057359ffbb580b1ac7a1730227189612 | [] | no_license | nilput/exband | 298beac7ea5fa8304626c199b3ae77cb38141718 | 90d6119801e49361a0a9b94d933299cb058143c2 | refs/heads/master | 2023-08-24T12:10:47.902841 | 2021-10-25T01:04:06 | 2021-10-25T01:04:06 | 382,341,516 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,433 | h | #ifndef EXB_STR_LIST_H
#define EXB_STR_LIST_H
#include "exb_str.h"
#include "exb.h"
#include <string.h>
struct exb_str_list {
struct exb_str *elements;
size_t len;
size_t cap;
};
static int exb_str_list_init(struct exb *exb_ref, struct exb_str_list *strlist) {
strlist->elements = NULL;
strlist->le... | [
"nilputs@gmail.com"
] | nilputs@gmail.com |
06d79835d8f4ae110ca7d098d47f0b39e00e3771 | 4545588c8427debaf17f9dc71b0ace32f4fb5d67 | /xmega/applications/xmega_c3_xplained_demo/app_touch.h | 3499156c0a37966476c14408199cd38352977015 | [] | no_license | eewiki/asf | 02e06cec0465b28dd689dea801e6be6cbcd47eca | 8d0f55bd089f2e68d2b53aa76adbb02c07cdb166 | refs/heads/master | 2021-01-16T18:20:22.690176 | 2015-03-09T05:42:50 | 2015-03-09T05:42:50 | 18,419,213 | 34 | 30 | null | 2014-12-25T05:13:20 | 2014-04-03T21:42:46 | C | UTF-8 | C | false | false | 3,044 | h | /**
* \file
*
* \brief Declaration of functions for touch interfacing
*
* Copyright (c) 2014-2015 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that th... | [
"buildmaster@atmel.com"
] | buildmaster@atmel.com |
228af666448387448471019812c6e9434bf2db77 | 61c0458bcd7263e33811b3acd3dbf12448a7f1a6 | /DBMS-3/pds.c | c0f651945580500aa65f5aaa942a51aa5299fe81 | [] | no_license | shshnkreddy/DBMS | 8353f2227384287b4375af675ec07ac38f2ad65e | f9f17db6b1c7259671693d530b11c58a2fc1c711 | refs/heads/master | 2023-03-11T01:13:26.969256 | 2021-03-01T11:14:29 | 2021-03-01T11:14:29 | 343,388,359 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,879 | c | #include<stdio.h>
#include<string.h>
#include<stdlib.h>
#include<errno.h>
#include "bst.h"
#include "pds.h"
struct PDS_RepoInfo repo_handle;
int pds_open(char *repo_name, int rec_size)
{
char repo_file[30];
char ndx_file[30];
if(repo_handle.repo_status == PDS_REPO_OPEN)
return PDS_REPO_ALREADY_OPEN;
strcp... | [
"shshnkreddy@gmail.com"
] | shshnkreddy@gmail.com |
b6247628b3dcdecc25428605b364a5d292943562 | cf5b1dfa22319fcc8d0425427019cede0472b651 | /OfflineAnalysis/Cpp-v2/include/xt_constant.h | 3627ba48b200a7a8f42ae184cdb9954126943bec | [] | no_license | maofeichen/XRayTaint | 80cabf3105d79e3126202d7518f794d1b82f478d | d4410caec4e0370d79f68261c4e02d2e365323f8 | refs/heads/master | 2021-01-17T17:24:17.161962 | 2017-10-19T21:17:07 | 2017-10-19T21:17:07 | 70,351,218 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 149 | h | #ifndef XT_CONTANT_H
#define XT_CONTANT_H 1
const unsigned long TAINT_BUF_BEGIN_ADDR = 0xbffff764;
const unsigned long TAINT_BUF_SIZE = 128;
#endif | [
"mfchen@outlook.com"
] | mfchen@outlook.com |
c5c6180b6f7079f72b92cdee1a78d496d0475229 | 1f542e79a6a84c7119f08ad812e48e0978ee6dc1 | /PROJECT/calculator.c | 07f91c7874167f7028ef91919a13200e2a463b8e | [] | no_license | murad034/All-Code-Semister | 218dc4bc1cb6ece4b734664607bef7e80310498a | 181b5d6e78bd724bfab0f72057b485e7538325e7 | refs/heads/master | 2022-04-03T01:06:36.983377 | 2020-02-04T10:55:33 | 2020-02-04T10:55:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,838 | c | /************************************************************
Mini project on Scientific calculator
This project implements various mathematical operations in C
@author Md. Murad Hossain
************************************************************/
/// list of header files
#include <stdio.h>
#include <math.h>
#includ... | [
"muradmd312@gmail.com"
] | muradmd312@gmail.com |
a9e43a069f880762931b2165655595aa88ab203e | 9dc9bc6e8b7fe428c8c5359032f9fc24c5c5496d | /embarcado/httpget_EK_TM4C1294XL_TI/EK_TM4C1294XL.c | 61568f2b0523bad364ff648a38fa9976a0979e44 | [
"MIT"
] | permissive | beltraoluis/ProjetoFinalSistemasOperacionais | 3d19abb4737ccf43aad5fdd36ad949ce40187c26 | 698c2534ec561edbb2e147926310035095b10a3f | refs/heads/master | 2023-01-13T11:06:40.320934 | 2019-08-18T13:14:32 | 2019-08-18T13:14:32 | 202,999,460 | 0 | 0 | MIT | 2023-01-07T08:49:42 | 2019-08-18T12:20:00 | C | UTF-8 | C | false | false | 30,254 | c | /*
* Copyright (c) 2015, Texas Instruments Incorporated
* 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... | [
"beltraoluis@gmail.com"
] | beltraoluis@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.