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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
f80d58474a588861e34f7635ab15899bc6966c98 | cfe69fc556729bdecf2118fa5bc329343c42ed80 | /10.0.10240.16384/ntoskrnl/Functions/sub_4FC844.c | bf0d3fa9bc4ac19e63ee63b43b73f522ca3d472b | [] | no_license | Myprivateclonelibrary/W10M_unedited-decomp | 8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a | 67b05851a3e262ff8a5d11ee50db34f28c350f16 | refs/heads/main | 2023-08-31T06:00:37.303105 | 2021-05-15T23:53:23 | 2021-05-15T23:53:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,178 | c | // sub_4FC844
int __fastcall sub_4FC844(unsigned int a1, _BYTE *a2, unsigned int a3, unsigned int a4, int a5)
{
int v5; // r4
_BYTE *v6; // r5
unsigned int v8; // r3
unsigned int v9; // r7
char *v10; // r4
char *v11; // r6
unsigned int v12; // r1
char v13; // r3
char *v14; // r4
char v15; // t1
... | [
"64583248+Empyreal96@users.noreply.github.com"
] | 64583248+Empyreal96@users.noreply.github.com |
23bd6d6b2a7be88a0d8f4566d2a21db8e3106d82 | 3a56b1155d39c8e4dfaff52f0ec2e43b64304c28 | /frames/03469.c | 4e0d23b98b3b8c3774193a08027091719faafeae | [] | no_license | RippedOrigami/GBA-Rick | 6a610bde18e8dda978730b2d754565e9cdcbfe1d | 0953de71ad0a392f5d3a0bcedc54d55e478925b7 | refs/heads/master | 2021-05-28T17:10:33.260039 | 2014-11-28T17:14:04 | 2014-11-28T17:14:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,597 | c |
//{{BLOCK(_3469)
//======================================================================
//
// _3469, 40x40@8,
// + palette 256 entries, not compressed
// + 25 tiles lz77 compressed
// Total size: 512 + 1444 = 1956
//
// Time-stamp: 2014-11-28, 05:20:01
// Exported by Cearn's GBA Image Transmogrifier, v0.8.12
// ( ... | [
"mtinc2@gmail.com"
] | mtinc2@gmail.com |
8fc4bb8913c2c1f868d9fa9d19bfcd879eff0130 | b5fb48e554741c994805e868d842bc5a78bfa571 | /CS376 - Networking/labs/lab02/vcsend.c | 7c43b6833dd7ed1497bd0baad8369fb4dd0bc1ef | [] | no_license | PoloMelendez/CSUB | 0d71c81180b67a3240cd93bbc4cfb4cc14447e35 | 12b82fe995891ed81aab43d0f982f65ee8d9aa5c | refs/heads/master | 2020-02-26T13:28:24.142703 | 2017-07-06T19:45:47 | 2017-07-06T19:45:47 | 62,668,195 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,047 | c | /* This code is derived from the CMPS 376 networking code by Marc Thomas
*
* The purpose of this code is to create a very simple Internet client which
* reads data from the keyboard and passes it to vcrec over a socket.
*
* Command line usage:
* $ vcsend <hostname> <portnumber>
*
* hostname must be the nam... | [
"noreply@github.com"
] | PoloMelendez.noreply@github.com |
5189ccede079bca29ae79a9f989593f9b4e85e24 | b2acba2156bf8b7daf7f0a2cca0b66b8c91e8e2b | /mondc/src/mondpre.c | 71b6115b199732e3974562ecc4791630d0d6a894 | [
"MIT"
] | permissive | yungcxn/mond | 2bfcc4dfb0971a1fafcbe088fafd229793ea6897 | 5f86c4c122cc8c1106b4f1d086c407307cf0a583 | refs/heads/master | 2022-08-15T21:59:33.813968 | 2022-07-29T12:52:52 | 2022-07-29T12:52:52 | 181,360,001 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,008 | c | #include <stdio.h>
#include <string.h>
#include "util/mondutil.h"
#include "mondpre.h"
#include "util/llist.h"
#include "macrogen.h"
#include <limits.h>
#include "util/astring.h"
#include "mondc.h"
astring_ptr pp_flags = NULL;
/*
* is called before preprocessing begins. works the same way a common c compiler uses ma... | [
"45462997+yungcxn@users.noreply.github.com"
] | 45462997+yungcxn@users.noreply.github.com |
49f572eb66e07de516480fcecd79e9579b896b24 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/ec5456fd-d7e7-47b7-b1e6-f96127958878.c | 126f485f061adfcf451ceb770012b163668dc9de | [] | 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 | 578 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=322;
int k;
int l;
k = 533;
l = 64;
k = i/j;
l = i/j;
l = l%j;
l = l%j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[8];
int c[18];
a = 0;
do {
a++;... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
3bb13be84354718a651f0e21a986d5f620d7239f | 2f6632be1b43e4f44a1cc39f3a5f6a141c846c36 | /main.c | de47383404cc616d9d69a664ebe2db0c2d5d009b | [] | no_license | newsteinking/nrf52_pwm_audio | 0e5631ffd613b8a76e1c96d338d182d0656e371c | 0c4f41572ccaceeee2cb3c53619967ec9d0c4c6e | refs/heads/master | 2020-09-08T09:40:05.167658 | 2019-11-12T09:22:12 | 2019-11-12T09:22:12 | 221,097,812 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 9,137 | c | /**
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*
* @file main.c
* @author Tamas Harczos
* @since 2019-10-01
* @version 0.1.0
* @licence GNU LGPL v3 (https://www.gnu.org/licenses/lgpl-3.0.txt)
*
* @brief Application to demonstrate PWM audio functionality on... | [
"newstein33@gmail.com"
] | newstein33@gmail.com |
543d77c1b0bbad8c07fa2e6bb4be133e94a99ed0 | 304a41e6c37e04684590891fb23b61db1e6a3e78 | /EAWebKitSupportPackages/DirtySDK/local_15.1.6.0.2/source/crypt/cryptsha2.c | 3647d67e44e62a44c20e68426bc8065526d24f25 | [] | no_license | mundak/eawebkit | 445322bc07066abd045574365b7e314677b9c9fe | 3306465e17595fc454ea4ae228b2c72710809f4e | refs/heads/main | 2023-08-25T05:01:08.997135 | 2021-10-10T04:59:02 | 2021-10-10T04:59:02 | 415,479,861 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,582 | c | /*H*******************************************************************/
/*!
\File cryptsha2.c
\Description
This module implements SHA2 as defined in RFC 6234, which is
itself based on FIPS 180-2. This implementation is modeled
after the CryptSha1 implementation by sbevan.
\Notes
... | [
"mcinek@gmail.com"
] | mcinek@gmail.com |
84b4ec52aa9934d72ee5a575f6b4b5eae776bf44 | 2c78de0b151238b1c0c26e6a4d1a36c7fa09268c | /common/components/rtl/external/Embarcadero/DelphiBerlin/cpprtl/Source/conio/crtinit.c | 7025e41c78ff097aea22bafb0c1237a583271830 | [] | no_license | bravesoftdz/realwork | 05a3b308cef59bed8a9efda4212849c391b4b267 | 19b446ce8ad2adf82ab8ce7988bc003221accad2 | refs/heads/master | 2021-06-07T23:57:22.429896 | 2016-11-01T18:30:21 | 2016-11-01T18:30:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,435 | c | /*---------------------------------------------------------------------------
* filename - crtinit.c
*
* function(s)
* _VideoInt - generates video interrupt
* _c0crtinit - initializes crt
* _crtinit - initializes _video variable
* turboCrt -
*----------------------------... | [
"lulinalex@gmail.com"
] | lulinalex@gmail.com |
0971e9ea49f9256ece05961208a69226b33b3700 | f6a0923f45c6e655e10b91fd2e5ac0c3bf5acaaf | /rtl8188ee/sw.c | 70d75eb740a5100d7e8b51a86e61883c7038ac7c | [] | no_license | radicaldude/rtlwifi | 18f5996d053b3f0b4086441265b8e3877253c25f | e0c8342401797368b520390fd876d24e8b56c5eb | refs/heads/master | 2021-01-19T09:06:18.126399 | 2015-01-25T20:48:06 | 2015-01-25T20:48:06 | 29,830,337 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,300 | c | /******************************************************************************
*
* Copyright(c) 2009-2010 Realtek Corporation.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundati... | [
"Larry.Finger@lwfinger.net"
] | Larry.Finger@lwfinger.net |
0dba67fb716e3562efb70ba52872a85042582208 | 5d7d2f0cce408a6d418de280b7ab4482fd0e5141 | /bsp/raspberry-pi/raspi3-32/cpu/cp15.h | 14b85b7e6466c5781322483c367f9d0ac13798db | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"GPL-2.0-only"
] | permissive | longtengmcu/rt-thread | 40665424f03b0725beb648fa89b594d4b38c1746 | 962acc3313d611a886b764135db01572e0206c4d | refs/heads/master | 2020-12-29T05:04:15.955380 | 2020-11-22T12:05:53 | 2020-11-22T12:05:53 | 238,462,611 | 4 | 0 | Apache-2.0 | 2020-02-05T13:57:03 | 2020-02-05T13:57:02 | null | UTF-8 | C | false | false | 3,744 | h | /*
* Copyright (c) 2006-2019, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2011-09-15 Bernard first version
*/
#include "raspi.h"
#ifndef __CP15_H__
#define __CP15_H__
#ifndef __STATIC_FORCEINLINE
#define __STATIC_FORCEINLI... | [
"zhaofujin@rt-thread.com"
] | zhaofujin@rt-thread.com |
74cd08a7e873629ff6fc108406969d32e75d694d | 48138de07966053e6aae6eeda42acf37037e23da | /checkpoint01/t01/mx_print_args.c | a150565799837931e6383de7d50b1ac4ac83de33 | [] | no_license | JustXAH/Ucode_MarathonC | 23f425320c3671753292d5089b8ce54205dfa3c1 | 22ebf06f2cf2c5c62746bbb53e5397511ad5cae8 | refs/heads/master | 2022-12-07T16:23:47.164830 | 2020-09-01T12:57:24 | 2020-09-01T12:57:24 | 291,010,240 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 439 | c | #include <stdlib.h>
#include <unistd.h>
static int str_length(char *arr) {
int len = 0;
while (arr[len])
len++;
return len;
}
static void print_str (char *arr, int size) {
for (int i = 0; i < size; i++)
write(1, &arr[i], 1);
}
int main(int args, char *argv[]) {
char c = '\n';
... | [
"ikhanenko@student.ucode.world"
] | ikhanenko@student.ucode.world |
cac2346c6a95fe0bf04769c27e8e3b2e021225a9 | 4573f8a0d932059bab93b3f43b07de9238394190 | /old-mikmod/mikmod/src/virtch/vc16.c | ad915d075cad79dffce9b152bc2f0ed391adf254 | [] | no_license | devsdmf/mikmod | b6f437545c989bb7a19a6c728e364fa2ea378d87 | 7e516ee48ffc240729d688f82bd2b17453b377d9 | refs/heads/master | 2020-12-25T18:33:32.286189 | 2017-06-10T22:59:56 | 2017-06-10T22:59:56 | 93,969,812 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,753 | c | /*
MikMod Sound System
By Jake Stine of Divine Entertainment (1996-2000)
Support:
If you find problems with this code, send mail to:
air@divent.org
Distribution / Code rights:
Use this source code in any fashion you see fit. Giving me credit where
credit is due is optional, depending on your own lev... | [
"devsdmf@gmail.com"
] | devsdmf@gmail.com |
b2b3435993b83e6bc863bbf50ad42ca795038e35 | 9da772983267265c0be798eb25efce6aed386bec | /include/piojo/piojo_graph.h | 9ed8f097e4aa21737994c8ee2e5ad7eb6876637c | [
"MIT"
] | permissive | eliangidoni/piojo | ef2fff86c9a6efe5ccabd3e5b36cc75b65107931 | c4da57ca8f19cbbf8054c2a18cb56e47c14d44d6 | refs/heads/master | 2021-01-19T08:44:58.321441 | 2015-11-26T03:15:48 | 2015-11-26T03:15:48 | 15,118,838 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,189 | h | /*
* The MIT License (MIT)
*
* Copyright (c) 2013 G. Elian Gidoni
*
* 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... | [
"elian@braceloop.com"
] | elian@braceloop.com |
c6db0bfdc4e8993f4cd1dda80adfd61538e22e87 | 4a727ce379e9d21826895699d09164cdac4836d5 | /sample_exams/Exam1-222320/client.c | 06eddfe54c88a2a5a60fff4dc1175e7c67d759e7 | [
"MIT"
] | permissive | RHIT-CSSE/csse332 | 83e58d6c377e67d4cfcc37e2f20f18991c5063bf | 7b9e292381062d25934c18210e6bbe7241392cdc | refs/heads/main | 2023-06-08T11:16:43.095931 | 2023-05-31T23:22:47 | 2023-05-31T23:22:47 | 156,924,419 | 10 | 95 | MIT | 2022-11-26T19:09:25 | 2018-11-09T22:21:21 | C | UTF-8 | C | false | false | 1,898 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/wait.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <netdb.h>
#define PORT 8021
#define HOST "localhost"
#define MAX_CMD_LEN 128
extern void red(void);
extern void green(void);
extern void ... | [
"noureddi@rose-hulman.edu"
] | noureddi@rose-hulman.edu |
290a0903d7bd386fd77e3101cd0a6a05d481f77b | 48e28242d3ad3d95620a438363815bb5f3b9ab04 | /libft/ft_lstdel.c | 12e5258cfecd54575e6a2435b68321e9e9466ea0 | [] | no_license | solber/Fractol | 4d333c78c8ebe301285b810fec5cb12675d1c819 | f90c0d1f4668ffcf5c57daacc2d10dcb02261edc | refs/heads/master | 2021-05-14T07:28:02.188396 | 2018-01-04T13:53:58 | 2018-01-04T13:53:58 | 116,265,583 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,061 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_lstdel.c :+: :+: :+: ... | [
"wnoth@e3r5p21.42.fr"
] | wnoth@e3r5p21.42.fr |
9a84c2f40a8e9181d8953579662a62a4e55fe36b | ea49275c631fe6524a4532e7c11da97d285caa27 | /libft/ft_itoa.c | d828e3df6d91d3e15e82a4c38e8ab8caf64f56f1 | [] | no_license | mduma123/Lem-in | fdb82690b6525e3cbac9966a810d37fbd44d32e8 | 0837a6d34a2773102ac3dd5c9873286770400d7d | refs/heads/master | 2022-12-31T07:46:52.573984 | 2020-10-15T11:13:17 | 2020-10-15T11:13:17 | 265,031,205 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,564 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_itoa.c :+: :+: :+: ... | [
"65318933+BofunesaOrphanage@users.noreply.github.com"
] | 65318933+BofunesaOrphanage@users.noreply.github.com |
ec0b2c6417f3e3afa5343a67d835e5c305765cf8 | 49ca4096ae70141e6713eb6c732bc630218aa041 | /PWM0P2_IRQ.c | 00c6dfff4832847342fb000e83ed1a9a19b92d48 | [] | no_license | CHRISH814/NuBrick | 962c9f50ab3b73c3682243f32ee7b3096ef99163 | 0ba4d89bd84a18cf8eff0d069c0e3ca6f881f3c7 | refs/heads/master | 2020-05-29T12:32:08.739912 | 2015-10-08T01:09:43 | 2015-10-08T01:09:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,403 | c | /*=============================================================*
* _ _ ___ _ _ *
* | \| | _ _ | _ ) _ _ (_) __ | |__ *
* | .` | | +| | | _ \ | '_| | | / _| | / / *
* |_|\_| \_,_| |___/ _|_|_ _|_|_ \__|_ |_\_\ ... | [
"chrish814@gmail.com"
] | chrish814@gmail.com |
8c2ffa6b969cb38e79c5b583c46bbab142b5ca36 | a86dbc56a8daff6314e5f84237fbb8f008843d14 | /tracing_library/tests/test_out/test_out.c | 3dd7f1d3d61185bf78ee7365af1cf29b260ddf7d | [] | no_license | amplob/bsc_OmpSs_replay | 4838c6090ebad42aef8c03ac54fef1eba761ded3 | 5eb0e2a1780140fc807a2195a332b1cb5f4aaa78 | refs/heads/master | 2020-05-19T23:42:57.455332 | 2015-11-16T13:50:29 | 2015-11-16T13:50:29 | 42,871,691 | 0 | 0 | null | 2015-11-03T15:39:08 | 2015-09-21T14:35:24 | C | UTF-8 | C | false | false | 538 | c | #include <stdio.h>
int a;
#pragma omp task out (a)
void some_work(int *X, char task);
void some_work(int *X, char task) {
int i;
for (i=0; i<100000; ++i) X[i]=i;
// printf("Thread %d have done task %c\n", omp_get_thread_num(), task);
}
int main(int argc, char *argv[])
{
int x = argc;
int X[100000];... | [
"amplob@gmail.com"
] | amplob@gmail.com |
208d1147da7c43b25da85fd5a69ee45bdaf48962 | c7792b5e5ae5e74d643518a5b0644020288fc6da | /mutants/fuzzgoat.mutant.17210.c | 1fb8bb44d0632e5d64727e27e9b7bf00dcdfa363 | [
"BSD-2-Clause"
] | permissive | agroce/fuzzgoattriage | 0dc99daf2d061aaa0f58ceef3657b6f9ff411613 | 173c585cc7e87bcb2b82ae22fde56935352cd597 | refs/heads/master | 2020-07-29T14:49:39.691056 | 2019-09-20T18:07:19 | 2019-09-20T18:07:19 | 209,830,892 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,159 | c | /* vim: set et ts=3 sw=3 sts=3 ft=c:
*
* Copyright (C) 2012, 2013, 2014 James McLaughlin et al. All rights reserved.
* https://github.com/udp/json-parser
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1... | [
"agroce@gmail.com"
] | agroce@gmail.com |
b141fd50b1b6d2dbd447f819e9f4f3d05bb5615c | 0744dcc5394cebf57ebcba343747af6871b67017 | /apps/examples/performance/context_switching/ctx_switch_main.c | 915f3a768c43a1d8e5ab260bbc35c4eb8bd70e97 | [
"Apache-2.0",
"BSD-3-Clause",
"MIT"
] | permissive | Samsung/TizenRT | 96abf62f1853f61fcf91ff14671a5e0c6ca48fdb | 1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686 | refs/heads/master | 2023-08-31T08:59:33.327998 | 2023-08-08T06:09:20 | 2023-08-31T04:38:20 | 82,517,252 | 590 | 719 | Apache-2.0 | 2023-09-14T06:54:49 | 2017-02-20T04:38:30 | C | UTF-8 | C | false | false | 2,177 | c | /****************************************************************************
*
* Copyright 2020 Samsung Electronics All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at... | [
"sh924.chang@samsung.com"
] | sh924.chang@samsung.com |
d5f3cbdae0ca944532099e4f65000e9148e4618a | fdab48f3d66deb245ce404baa1d6f2b0f7266451 | /NRF_ADAPTER/src/nrfDEFINE.h | 6297d5c3f2f57d03f4ad4253e27401f4e709cbb7 | [] | no_license | Artem107/NRFRCplatform | 66a33b5b08b3a18fe4ec20c47a29607d0d020adf | 84bd5713e4a2069d2a4334d8b60e7e4aceb8b3b2 | refs/heads/master | 2020-03-07T07:49:07.284968 | 2018-04-15T15:53:38 | 2018-04-15T15:53:38 | 127,359,392 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,118 | h |
#define CONFIG 0x00
#define EN_AA 0x01
#define EN_RXADDR 0x02
#define SETUP_AW 0x03
#define SETUP_RETR 0x04
#define RF_CH 0x05
#define RF_SETUP 0x06
#define STATUS 0x07
#define OBSERVE_TX 0x08
#define CD 0x09
#define RX_ADDR_P0 0x0A
#define RX_ADDR_P1 0x0B
#define RX_ADDR_P2 ... | [
"motorin963@gmail.com"
] | motorin963@gmail.com |
fb5267210ef518dfcfaedb133a8476228f4fa4cc | b6494fe8daab406d9c76f5cd05d91ddcbd7403d6 | /src/display/fonts/ThinPixel.h | 079f91737ae9bb55f1a3cb33ae509db5e9c8417e | [] | no_license | itrcz/drace | ddc88cbf7604cabf591d4445f4bc3dbbc1f3c299 | ce20f19b00754cd3d30dc8f6c0a0bdacc0ccd063 | refs/heads/master | 2023-07-26T16:51:23.496125 | 2017-01-07T16:58:42 | 2017-01-07T16:58:42 | 404,268,724 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,642 | h | const uint8_t ThinPixel10pt7bBitmaps[] PROGMEM = {
0xFA, 0xB6, 0x80, 0x57, 0xD4, 0xA5, 0x7D, 0x40, 0x23, 0xE9, 0x47, 0x14,
0xBE, 0x20, 0xC7, 0x21, 0x08, 0x4E, 0x30, 0x62, 0x49, 0x1B, 0x92, 0x46,
0xC0, 0xE0, 0x72, 0x49, 0x18, 0xC4, 0x92, 0x70, 0x51, 0x3E, 0x45, 0x00,
0x21, 0x3E, 0x42, 0x00, 0xD6, 0xF8, 0x80, 0x0... | [
"jleed@me.com"
] | jleed@me.com |
b21be93b6feed3c84f566058353b450d8721c448 | 1061ab65a42dea20401e934f546f651584d35948 | /src/main.c | 0372b2bda996cd6189bd1d687fa0e44e64b6e6bd | [] | no_license | ericsonj/Firmware-VoIP-NUCLEO-F767ZI | 25e0045d3b4d9eb82647dcb58cd854c389f45c99 | d5ed2052e000f8e2083a36ee74053ebb67af5efe | refs/heads/master | 2020-04-11T16:29:27.746890 | 2018-08-21T03:50:33 | 2018-08-21T03:50:33 | 161,925,992 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,608 | c | /**
******************************************************************************
* @file : main.c
* @brief : Main program body
******************************************************************************
** This notice applies to any and all portions of this file
* that are not between comm... | [
"ericsonjoseph@gmail.com"
] | ericsonjoseph@gmail.com |
7d441086ac58e2ae604255af4a837e2ad753bb4c | e790fc4babb466d47452aa938a61152ed7e2d1ce | /src/mpich-1.2.0/src/mpich-1.2.0/examples/perftest/ovlap.c | 8dca9666e204c1b750d4ab1553d860f8552e405b | [] | no_license | MartinLidh/tddc78 | 7a8b609576cbcf83b00f2d74956c3348fa84ca52 | 3fffe1d1253c980aeafb94da40f7f6740152c024 | refs/heads/master | 2021-01-01T05:08:50.149544 | 2016-05-17T14:24:20 | 2016-05-17T14:24:20 | 56,607,059 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,370 | c | #include <stdio.h>
#include "mpi.h"
extern int __NUMNODES, __MYPROCID;
#if HAVE_STDLIB_H
#include <stdlib.h>
#endif
/*****************************************************************************
These routines attempt to overlap computation with communication.
Only round trip available. Note that even bl... | [
"marli994@student.liu.se"
] | marli994@student.liu.se |
9cdf0c08e4cee5462509078037ff2338a665ecbd | 10e6dede83d6a797d49fe6d1d7f60ca8135ad378 | /scrolling.c | 267b37b6b1a6b13be1e0ff07d5400c7b79552370 | [] | no_license | aichakhlif/ecotrip | a42214d263973925db04d898cb0eb7cf4834bf3d | b138b5a2e2874874a09d55d330b493e17dba7945 | refs/heads/master | 2022-01-16T00:47:03.551398 | 2019-05-10T08:49:03 | 2019-05-10T08:49:03 | 171,710,038 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,448 | c | #include"scrolling.h"
#include"animation.h"
#include <SDL/SDL.h>
#include <SDL/SDL_image.h>
#include <SDL/SDL_ttf.h>
#define WIDTH 8000
#define HEIGHT 600
void init_camera(scrol *s)
{
//s->bleu
//s1-orange
s->positioncamera.x=1000;
s->positioncamera.y=600;
s->positioncamera.w=1000;
s-... | [
"noreply@github.com"
] | aichakhlif.noreply@github.com |
2fbace299fdb46bed9904bd04956e29d3dbb1bd2 | 473fc28d466ddbe9758ca49c7d4fb42e7d82586e | /app/src/main/java/com/syd/source/aosp/device/linaro/bootloader/edk2/MdeModulePkg/Library/BootMaintenanceManagerLib/ConsoleOption.c | 2406e42c9ca4725ee53fed14ed4f9eecce4a31d1 | [
"BSD-2-Clause"
] | permissive | lz-purple/Source | a7788070623f2965a8caa3264778f48d17372bab | e2745b756317aac3c7a27a4c10bdfe0921a82a1c | refs/heads/master | 2020-12-23T17:03:12.412572 | 2020-01-31T01:54:37 | 2020-01-31T01:54:37 | 237,205,127 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 33,942 | c | /** @file
handles console redirection from boot manager
Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license... | [
"997530783@qq.com"
] | 997530783@qq.com |
b8b1707f3978b29c5ee5a4e9e8054622704fa82d | bbdf14538b6fb8db9ece4210b2bd86612fc77e89 | /web/porting/get_kfreebsd_version.c | d15fc577459916f628932d187f74e537ecdc3d57 | [] | no_license | varialus/DragonFlyDebian | abfc43102659c39b0ab901fefbda14e9286784fa | 42718fcdd46afb112bafab4fc866ae9bc8b833fe | HEAD | 2016-09-06T19:36:39.069539 | 2012-10-09T12:55:25 | 2012-10-09T12:55:25 | 6,027,377 | 5 | 0 | null | null | null | null | UTF-8 | C | false | false | 892 | c | /*
get_kfreebsd_version. A function that emulates __FreeBSD_*version macro
values in runtime by gathering information from uname ().
Copyright 2004, Robert Millan <robertmh@gnu.org>
This code is PUBLIC DOMAIN. You can do anything you like with it, even
remove this note. I'm not responsible for any bad conse... | [
"rmh@ae44cbe4-c7d5-0310-ae45-95c72a56cd7d"
] | rmh@ae44cbe4-c7d5-0310-ae45-95c72a56cd7d |
babf4667c85516995f969c12c23b65fb63702ed3 | 906439e3ad0736ae63496b706166a2746a03e8e1 | /examples/SX127x_examples/RemoteControl/35_Remote_Control_Servo_Transmitter/Settings.h | c7b05d4f3388740792558324d134b44226bd907b | [] | no_license | lohanspies/SX12XX-LoRa | d13dfda41c64e0d1b9fc10737a362601edd5b530 | c871d673491433fb9caf32718dc8d4c4eaab7339 | refs/heads/master | 2022-04-23T10:58:27.620508 | 2020-04-25T12:42:04 | 2020-04-25T12:42:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,553 | h | /*******************************************************************************************************
lora Programs for Arduino - Copyright of the author Stuart Robinson - 16/12/19
This program is supplied as is, it is up to the user of the program to decide if the program is
suitable for the intended purpose... | [
"stuart@robinsonemail.co.uk"
] | stuart@robinsonemail.co.uk |
613df112e3d17412c163457a7adbb3dc8a4406be | 5cea73cdcd63bd3b6a9d0cbdc64f350bd7393038 | /test/testContainers/syscalls/altp/tests/__xstat64/__xstat64_01.c | 0c011e605f70b4bc8a39aa124d82770f44a2f7a0 | [
"Apache-2.0"
] | permissive | skchoi56/appscope | 252941a6051e5178c1c9af4de68ba9f8c56230f0 | 869a92e15c524e911e564d5bd421e16eeffb9def | refs/heads/master | 2023-07-08T23:18:37.822789 | 2021-08-04T01:06:22 | 2021-08-04T01:06:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,177 | c | #include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include "test_utils.h"
int do_test() {
int test_result = EXIT_SUCCESS;
char tmp_file_name[NAME_MAX];
struct stat64 fs;
CREATE_TMP_DIR();
sprintf(tmp_file_name, "%s/file", tmp_dir_name);
int f = open64(tmp_file_name, O_CREAT | ... | [
"avoitenkov@objectstyle.com"
] | avoitenkov@objectstyle.com |
ac2972887b2a24e3390dc62c631a2aafe1ea905e | 0f6a3f0cd46ba27781c07a3bd9ecc0c8d79cbdae | /src/assign_long_vec.c | 17ad09101a4bef8ab467178751095ea4b428dc0b | [] | no_license | cran/mewAvg | 2de5aa2f7e97290fd7471ec54adf465e772cff8e | 6ea7d6757fb8392fa51032b09314812e07d89a6a | refs/heads/master | 2022-05-08T06:06:43.288334 | 2022-04-25T14:10:02 | 2022-04-25T14:10:02 | 17,697,440 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 315 | c | #include <stdio.h>
#include <stdlib.h>
#include <R.h>
#include <Rinternals.h>
SEXP assignLongVec(SEXP s_lhs, SEXP s_rhs, SEXP s_n) {
double *lhs = REAL(s_lhs);
double *rhs = REAL(s_rhs);
int *n = INTEGER(s_n);
int i;
for (i = 0; i < (*n); i++) {
lhs[i] = rhs[i];
}
return R_NilValue;
}
| [
"csardi.gabor@gmail.com"
] | csardi.gabor@gmail.com |
837b0d75d8ceec223de87edd8a9926d319c97b45 | ca026fc0ce92a21d6c9d68bc94b2d769d77c6f64 | /mathan110.c | fc72126714ef32ff175e07ff31bd912642db7506 | [] | no_license | mathansurya/c-program | 97f21286f049844fb1f438e7c3d1e3415cf5a67c | 1097ff035930bb51dd94bda5fa5d4abc6263b2df | refs/heads/master | 2021-05-10T12:40:47.009324 | 2018-03-28T10:21:57 | 2018-03-28T10:21:57 | 118,445,670 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 191 | c | #include<stdio.h>
#include<conio.h>
int main()
{
int n,i,sum=0;
printf("\n enter the number:");
scanf("%d",&n);
for(i=1;i<=n;i++)
{
sum=sum+i;
}
printf("sum is:%d",sum);
return 0;
}
| [
"noreply@github.com"
] | mathansurya.noreply@github.com |
c600903e37e807cbbdc6a96de121b9a3f66fead6 | f2c285f061451f4257c5f8e7591b7b2d44fcd4c8 | /sprint05/t03/mx_sum_args.c | 946c6be5812c130463d142065215d6a679d4f6b6 | [] | no_license | 50M3-N1CKN4M3/UcodeStage1 | 792d38eac77c1e79b46543a58bfe1b49eac7ee30 | 89f7b36128f73e31c1ad3b448e6c3a74a5465333 | refs/heads/master | 2023-02-09T03:57:28.588202 | 2021-01-04T13:20:36 | 2021-01-04T13:20:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 526 | c | #include <stdbool.h>
bool mx_isspace(char);
bool mx_isdigit(char);
void mx_printchar(char);
void mx_printint(int);
int mx_atoi(const char*);
int main(int argc, char const *argv[]) {
if (argc < 2)
return 0;
int sum = 0;
for (int i = 1; i < argc; i++) {
bool skip = false;
for (int j = 0; argv[i][j]; j++){... | [
"ntaran@c1r5p6.khpi.ucode-connect.study"
] | ntaran@c1r5p6.khpi.ucode-connect.study |
d69ff91119490379b3fd67998d76b90dcea854e9 | cadaf1492ec72b6082480fcea79205065c1a0e31 | /Cache-Sim/src/cache.c | 39f43e316a63e4232fd05e0cac3eb0070d8bd93e | [] | no_license | karenzheung/Projects-in-C | bf7b80aed86553a72e6a20cd9c28ac195907dd7f | 75fe054e476c6c31293bcdeff50321a1eee8cb67 | refs/heads/master | 2021-01-12T13:39:23.823807 | 2016-09-26T04:38:00 | 2016-09-26T04:38:00 | 69,212,493 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,118 | c | #include "cpu.h"
#include "cache.h"
#include "lru.h"
#include "bits.h"
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
char *make_block (int block_size) {
/* TODO:
Make and initialize a block's accessed bits given the block_size.
*/
char* block = (char *)(malloc(sizeof(char)*block_size));
re... | [
"karenzheung@gmail.com"
] | karenzheung@gmail.com |
bd3337da6b260fb0afb90eb9cae6a7c13cadb3e1 | cec3ae5e4f87b8bdc7fe7289c285b0a31cbe2fd3 | /myBank.h | 4930a96d20cf4987f698eb449b26bdbd2648bc7f | [] | no_license | shilo765/c_work2 | 2b911638811c1499b640a1500333aa7dfc823063 | 230deaf0090934f3c6616f4ac69a596084af3e95 | refs/heads/main | 2023-01-23T04:37:25.459198 | 2020-12-06T09:04:33 | 2020-12-06T09:04:33 | 318,991,585 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 464 | h | #ifndef _MYBANK_H_
#define _MYMBANK_H_
float add(float x , float y); //returns x + y
void O(double x);//print the bank account number
void B(int x);//print the amount of the x account
void D(int x,double amount);// add the amount to the total sum
void W(int x,double amount);// sub the amount to the total sum
... | [
"noreply@github.com"
] | shilo765.noreply@github.com |
5497aa2cd1ab5a0bf12da72003ce8c7865a396ba | ef949a49164c77e14149c5d1a45a9cd828997735 | /lib/libbindle/loptions.h | b5698d57fde27d46f1fd2a183bb9384eda9011a2 | [] | no_license | bindle/bindletools | 365497f8f87c46081332f9835827f06723e34ec0 | fd0761f4d2b52214eb86ac5125bec95210a527b2 | refs/heads/master | 2023-04-10T12:20:24.560623 | 2022-09-21T05:33:04 | 2022-09-21T05:33:04 | 5,545,583 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,952 | h | /*
* Bindle Binaries Tools
* Copyright (C) 2022 David M. Syzdek <david@syzdek.net>.
* 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 r... | [
"david@syzdek.net"
] | david@syzdek.net |
a69e33622bd5245d56529160d1430b3a4fa67798 | 3de7a4802838bbb98528083cd3cb48201b19833e | /convertStringToUpper.c | 002f4df20246ca4ec12a205ce09f228843ee3ec5 | [] | no_license | Ling-Cheng-Nan/C_programming_practice | 204f86718ba4f456da997857c45e606ae9c7e018 | 6cd0da42ebe6446b90941b07b2bb2836fb4a4488 | refs/heads/master | 2020-04-27T05:56:36.639339 | 2020-04-16T16:14:38 | 2020-04-16T16:14:38 | 174,094,977 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,111 | c | /*header files include*/
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
/*function prototype*/
void convertToUppercase(char *); //non-constant pointer to non-constant data
void printCharacters(const char *);//non-constant pointer to constant data
int main(void){
//variables declarations
char stri... | [
"nan800130@gmail.com"
] | nan800130@gmail.com |
41ecfde9dafbf0a879a37480d7f3dbd90190a01b | 8f6d5122248f364010fda8dbb4da82b6aa7fef16 | /src/libpmemblk/blk.c | d84c80ce4b036704b262527c4028db1caaf0e5f5 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gychen1991/pmem_nvml | 2a48064fb4ad64f1338b111f3efc980a90211ae3 | 0ee8408f94191b5e98e10bd5cbd15104fb29c402 | refs/heads/master | 2021-01-17T17:39:24.892539 | 2016-10-10T19:40:20 | 2016-10-10T19:40:20 | 70,521,536 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,666 | c | /*
* Copyright (c) 2014-2015, 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 ... | [
"rbudhir@ncsu.edu"
] | rbudhir@ncsu.edu |
caebb39e369072030874845daa2ff50df01a4aa2 | bc52f076a4994bcd28fb939764ea7cc1cfe5599f | /tf-a-stm32mp-2.4.r1/drivers/auth/tbbr/tbbr_cot_bl2.c | de7ad8f902f06f5ae9173379bf6750b14825a6d6 | [] | no_license | leadercxn/stm32mp157c-odyssey-npi-tf-a | c3dd10128114e929c5135f63e5d0572413e28bc7 | 40e290126eb23fb96ed32ac489d88a69d4e5b004 | refs/heads/main | 2023-07-02T18:21:08.396802 | 2021-07-22T03:02:22 | 2021-07-22T03:02:22 | 388,306,970 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,925 | c | /*
* Copyright (c) 2015-2020, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <stddef.h>
#include <platform_def.h>
#include <drivers/auth/mbedtls/mbedtls_config.h>
#include <drivers/auth/auth_mod.h>
#include <drivers/auth/tbbr_cot_common.h>
#if USE_TBBR_DE... | [
"1012353276@qq.com"
] | 1012353276@qq.com |
bb3767b4600532b987971e223c542ec2597a11f6 | dcc5afa2d66d756ed925693eed92441b5855a206 | /lab3/include/global.h | 3a60acc3570cbd178001fa8c6e24f5e80d526adf | [] | no_license | emsweet/OS_LAB | 377ec585c2b8cc3937760c78e39ed06e98437278 | 603a408e7b05ff31d6b7cd67ce9f5a41f68dd376 | refs/heads/master | 2020-12-10T12:40:49.601314 | 2020-01-14T11:06:20 | 2020-01-14T11:06:20 | 233,597,425 | 4 | 7 | null | null | null | null | UTF-8 | C | false | false | 1,069 | h |
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
global.h
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Forrest Yu, 2005
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
... | [
"emsweet101100@gmail.com"
] | emsweet101100@gmail.com |
8e029fd4f318a18a842ae51e0777e7645b558152 | 7d93200196721592badd48ae583c4f14f5f0c7fb | /BIT3/IAL/Proj2/c402.c | 187789edbb38b24d688cf370558193af7fb48f3d | [] | no_license | martinagrzybowska/VUT-FIT | cfe2ba425244da3825c8ac1ff447ec4a7eac042f | 0cbe0e086640ff908f4e75777a219790e771de00 | refs/heads/master | 2023-01-29T06:51:27.823461 | 2018-04-27T20:42:24 | 2018-04-27T20:42:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,107 | c | /* Martina Grzybowska - xgrzyb00 */
/* c402.c: ********************************************************************}
{* Téma: Nerekurzivní implementace operací nad BVS
** Implementace: Petr Přikryl, prosinec 1994
** Úpravy: Petr Přikryl, lis... | [
"xgrzyb00@merlin.fit.vutbr.cz"
] | xgrzyb00@merlin.fit.vutbr.cz |
826e11fbe1ad7fbd7bd14f2f21fa3b64abb3f414 | 83013be7ea0ccaa7c27fe17a9b0531543b0a7b4b | /week7/3r.c | 05e0430e092f4968b695869a24a1f119e5691132 | [] | no_license | abhisheksaran/data_structure_lab | 5fcf4c6201e5e7521b02aa6dc2d7d61120ec86eb | a2991242ae711fb6e040a09763471bc3f6ec3dfd | refs/heads/master | 2020-04-17T20:49:09.298402 | 2019-01-22T04:10:48 | 2019-01-22T04:10:48 | 166,922,210 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,860 | c | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
int clk=0;
typedef struct node
{
int value;
struct node* next;
}node;
typedef struct List
{
node* head;
int start;
int end;
}List;
typedef struct Graph
{
int vertex;
List* list;
}Graph;
node* createNode(int a)
{
node* new=(node*)malloc(sizeof(node));
n... | [
"noreply@github.com"
] | abhisheksaran.noreply@github.com |
cf6d98f9b7ed85d0a31f2fa00f0f14d5b90b597c | f827f86c7762f1fe164f8dc6c0718d6b4efc8dfb | /输出1000到2000之间的闰年.c | e61e4369960fbf8baa60d1a5ecf3412cb9dc4a97 | [] | no_license | 942418430/test | 7e50a612ac1202ab16297ddd915d860fbf32e118 | e58e40adedaee306cd74a120fbf5e93a108246af | refs/heads/master | 2020-04-07T16:12:22.113516 | 2018-12-23T11:56:32 | 2018-12-23T11:56:32 | 158,519,597 | 0 | 0 | null | 2018-11-21T09:56:45 | 2018-11-21T09:00:30 | null | UTF-8 | C | false | false | 289 | c | #include<stdio.h>
#include<stdlib.h>
int main()
{
int i = 0;
printf("1000到2000之间的闰年有:\n");
for(i=1000; i<=2000; i++ )
{
if( i%4 == 0 && i%100 != 0 )
{
printf("%d ", i);
}
else if (i%400 == 0)
{
printf("%d ", i );
}
}
system("pause");
return 0;
}
| [
"noreply@github.com"
] | 942418430.noreply@github.com |
972f76d4bfc70d02aec3cf09c0933088e18586bd | 3e703a4cd67cd0094d0b1a2d96ba5c3b0cd3b4cb | /7_HELPERS.h | b343c91860d27429465f8468b3ce67a97986605c | [] | no_license | mmaazi/AQUA | eb638f9919d902c2d6331efc7187dda9776c5c44 | 41b29ac893076b36dc8a4c538dcea626da645675 | refs/heads/master | 2020-07-10T00:59:47.153563 | 2019-08-24T07:48:50 | 2019-08-24T07:48:50 | 191,244,564 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,817 | h | void (*resetFunc)(void) = 0;
uint16_t HELPERS_MEMORY(void) {
extern int __heap_start, *__brkval;
uint16_t v;
return (int) &v - (__brkval == 0 ? (int) &__heap_start : (int) __brkval);
}
bool HELPERS_GET_BIT(uint32_t arg1_DATA, uint8_t arg2_COUNT) {
return (arg1_DATA & ( 1 << arg2_COUNT )) >> arg2_COUNT;... | [
"m.maazi@gmail.com"
] | m.maazi@gmail.com |
cb543f36dc685c455df8ff39df9381aa913fdcca | 774e8271f37d0f370151ee796d49f47593127130 | /Tek1/Semester1/Unix/PSU_2013_minishell1/flags_2.c | 8a04b3f82f4101e1b649adf570d20aa43914ae47 | [] | no_license | GaldanM/Epitech | 9253e76e7f0659091db9d6747830f14ad1d19b77 | 6aa85081747965a1d50bbdbdae238a8a2ea8bc49 | refs/heads/master | 2021-03-30T17:20:08.304384 | 2018-01-07T10:36:00 | 2018-01-07T10:36:00 | 87,180,084 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 907 | c | /*
** flags_2.c for printf in /home/moulin_c/rendu/tests/printf
**
** Made by moulin_c
** Login <moulin_c@epitech.net>
**
** Started on Fri Nov 15 17:53:41 2013 moulin_c
** Last update Fri Nov 22 11:05:21 2013 moulin_c
*/
#include "flags.h"
void if_u(va_list arg_pos, char *str, int i)
{
my_putnbrbase(va_arg(ar... | [
"g.moulinneuf@outlook.fr"
] | g.moulinneuf@outlook.fr |
f9e195f00922905c051c9c795078399d972c2282 | a93fc84f3f2717328683f327ddd0bd778d20f5f3 | /Tarea 17/tarea 17.c | 423e8687825cb3e9fed5e0b5d46893e621f7c1cc | [] | no_license | EIRZ/Computadoras-y-Programaci-n-2018 | d821633b6c743046bcbdb3528966b7e819c5d86b | f6b395b85fc1e93b1774357e448a6992828c8753 | refs/heads/master | 2021-01-21T12:16:51.281216 | 2017-11-23T08:05:31 | 2017-11-23T08:05:31 | 102,060,325 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 595 | c | #include <stdio.h>
int main(int argc, char *argv[]) {
int var1=5;
int var2=2;
int resultado=0;
//iguala ?
resultado=var1==var2;
printf("%d==%d=%d\n",var1,var2,resultado);
//menor igual que ?
resultado=var1<=var2;
printf("%d<=%d=%d\n",var1,var2,resultado);
//mayor que ?
resultado=va... | [
"noreply@github.com"
] | EIRZ.noreply@github.com |
fac6ddef4fbe9ac0959bc89b210fbf02f6551570 | 6b40e9dccf2edc767c44df3acd9b626fcd586b4d | /NT/printscan/print/drivers/usermode/gpdres/fxartres/fxartres.c | 22e803032642232132367e48572c295c9fb0b1f6 | [] | no_license | jjzhang166/WinNT5_src_20201004 | 712894fcf94fb82c49e5cd09d719da00740e0436 | b2db264153b80fbb91ef5fc9f57b387e223dbfc2 | refs/heads/Win2K3 | 2023-08-12T01:31:59.670176 | 2021-10-14T15:14:37 | 2021-10-14T15:14:37 | 586,134,273 | 1 | 0 | null | 2023-01-07T03:47:45 | 2023-01-07T03:47:44 | null | UTF-8 | C | false | false | 65,835 | c | //-----------------------------------------------------------------------------
// This files contains the module name for this mini driver. Each mini driver
// must have a unique module name. The module name is used to obtain the
// module handle of this Mini Driver. The module handle is used by the
// generic ... | [
"seta7D5@protonmail.com"
] | seta7D5@protonmail.com |
22f315e0d8969bca0e4a65ee99f69f08e541135f | 3cd3443c5d1d5291bbb65b174dc6d4789293e245 | /fmdb_start/Header.h | f694e15b61adbcabfdac455fd402260c525cf869 | [] | no_license | kokoperikyo/zikannwari_iOS | 59208fe0b8d41b42668010f31afc714b2220c291 | 9de5f2575d3770c8676a0caa069e9205ccd2b940 | refs/heads/master | 2020-04-07T21:53:47.911593 | 2018-11-22T20:07:17 | 2018-11-22T20:07:17 | 158,745,408 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 211 | h | //
// Header.h
// fmdb_start
//
// Created by 山本シェーン on 2018/07/10.
// Copyright © 2018年 山本シェーン. All rights reserved.
//
#ifndef Header_h
#define Header_h
#endif /* Header_h */
| [
"shane.kokoperi@gmail.com"
] | shane.kokoperi@gmail.com |
bed86ad2692896d8ff61fb82ac6257551b91f6d5 | 6d96b863f2947ebc0260a2a3997b8a7aca227b47 | /arrays/matrix/rotate.c | c141a3e6a4d309e5059a52655bfc30f3ae26224b | [] | no_license | sriladda/practice | f79da2050760d4b1a0424c2d8199f9205f157da9 | 52528262ccbfcc6ee136ad1f6c35aaf55854c688 | refs/heads/master | 2020-05-23T00:16:57.866111 | 2017-10-18T01:23:53 | 2017-10-18T01:23:53 | 26,065,190 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,744 | c | //http://www.geeksforgeeks.org/inplace-rotate-square-matrix-by-90-degrees/
#include <stdio.h>
#define COL_SIZE 4
// Function to print the matrix
void displayMatrix(int mat[][COL_SIZE], int N)
{
for (int i = 0; i < N; i++)
{
for (int j = 0; j < N; j++)
printf("%2d ", mat[i][j]);
p... | [
"srilatha.addanki@huawei.com"
] | srilatha.addanki@huawei.com |
b47d38c86a4e6ed7cb5d396d8a75867b69ffda84 | c3de750fcb822a6327f26640f0917900052d0640 | /Codigo/Pruebas 1/objectfromfiletest/types.h | 52a63f6bc901bfcfe89a3337bfd1ee68a3163002 | [] | no_license | RodrigoDePool/ProyProg | f16969ecdf752566570b3d51de10718fc84a5241 | f0192d57f0436bad78838f805de832eb00fbebdb | refs/heads/master | 2021-06-30T08:08:00.805906 | 2017-01-20T14:35:30 | 2017-01-20T14:35:30 | 58,680,630 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 113 | h | #ifndef TYPES_H
#define TYPES_H
typedef enum{ FALSE=0, TRUE=1}Bool;
typedef enum{ ERROR=-1, OK=0}Status;
#endif | [
"superjuan260@hotmail.com"
] | superjuan260@hotmail.com |
c6b1fa16631369878eeec91aff94bb1f630798c4 | e0e1907da45ae00ca0ac9cc7ae276d168c200515 | /0x01-variables_if_else_while/6-print_numberz.c | 731a95c7babff6564481b3c20367379be388336f | [] | no_license | Anderson01-wq/holbertonschool-low_level_programming | 8f8940968838d0d1fb5722b832d3b5a3343e39f0 | 44b62e0166a74cbc7ddeaaab67d6bde9425f117f | refs/heads/master | 2023-06-08T03:33:24.109242 | 2021-06-25T02:18:50 | 2021-06-25T02:18:50 | 377,963,320 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 187 | c | #include<stdio.h>
/**
* main - Prints all decimal numbers.
* Return: returns 0
*/
int main(void)
{
int i;
for (i = 48; i < 58; i++)
putchar(i);
putchar('\n');
return (0);
}
| [
"andersonqj10@gmail.com"
] | andersonqj10@gmail.com |
db5f51290b71697740d99357744c5b2e589bc59d | 85b922c6062d6bbb48f50a86b18669194121d7c2 | /nemu/src/monitor/debug/expr.c | 73c645b644aa3234cf9d1987ae7ca00d85e68932 | [] | 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 | 8,099 | c | #include "nemu.h"
/* We use the POSIX regex functions to process regular expressions.
* Type 'man regex' for more information about POSIX regex functions.
*/
#include <sys/types.h>
#include <regex.h>
#include <stdlib.h>
uint32_t isa_reg_str2val(const char *, bool *);
enum {
TK_NOTYPE = 256, TK_EQ,
/* TODO: Ad... | [
"ljt@hust.edu.cn"
] | ljt@hust.edu.cn |
27d3aac7a22597d18d09dfb9cb6c0d08fbbb8163 | 4ba2facc260bd08df8a878ccb0c8329842ed23de | /SummerWork/SERVO_SG90.c | c9a6b9ce78dfbc6146f59451a7e36f182b582930 | [] | no_license | AmrHRAbdeen/ATmega32_Projects | 8a3c1b1655b0b9840ddd11dfef98b8a533636f15 | f209e909d751219e62719d281144ffd2b5af7123 | refs/heads/master | 2021-12-01T23:48:37.610010 | 2019-08-30T04:27:19 | 2019-08-30T04:27:19 | 167,320,634 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 812 | c | /*
* SERVO_SG90.c
*
* Created on: Feb 9, 2019
* Author: Ahmadoh
*/
#include"TYPES.h"
#include"TIMER1.h"
#include"DIO.h"
void SERVO_SG90_VidInit(void)
{
TIMER1_VidFastPWMSetT_totalCTC(3750 , 64);
}
void SERVO_SG90_VidSetAngle(u8 LOC_u8Angle , u8 LOC_u8Channel)
{
if(LOC_u8Channel==TIMER1_CHANNELA){... | [
"amr.abdeen2050@gmail.com"
] | amr.abdeen2050@gmail.com |
06df5e0b538e51c6b660aebe5e7789498e123f76 | 8b4215610f7717d138bde7218f6d326dea131140 | /libft/srcs/ft_printf/type_percent.c | c1c64ddf43dd8659165bab68af9770a218a03519 | [] | no_license | attilaks/lem-in | 5e9b37055edaa5208fdfbe8fb6b3693f81fe7c79 | 5a53d39e5ce44a338c6e03adaa8d76115fd82270 | refs/heads/master | 2020-05-22T00:09:58.099105 | 2019-06-23T15:13:38 | 2019-06-23T15:13:38 | 186,166,674 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,167 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* type_percent.c :+: :+: :+: ... | [
"gabshire@oa-b6.21-school.ru"
] | gabshire@oa-b6.21-school.ru |
63543cecdc52ea825a99d7bab8ab0bf4638ba021 | 22ca1c297ad4ab0e4683bda70199f24e0fc50cc1 | /lib/acpica/source/components/utilities/utxfinit.c | c6f875c2395416c9f09e2124e24ec6bfb1270b26 | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-dco-1.1",
"MIT"
] | permissive | achreto/barrelfish | 1a7fbba958403c719abd8170ed3d16725f8f03e9 | 99d8bb79dc31986fd6aa67bab59e0b83cfaa4406 | refs/heads/master | 2021-07-09T11:38:51.008045 | 2021-04-12T22:35:35 | 2021-04-12T22:35:35 | 38,771,948 | 0 | 0 | MIT | 2019-06-13T12:51:56 | 2015-07-08T18:22:22 | C | UTF-8 | C | false | false | 14,718 | c | /******************************************************************************
*
* Module Name: utxfinit - External interfaces for ACPICA initialization
*
*****************************************************************************/
/******************************************************************************
... | [
"moritz.hoffmann@hpe.com"
] | moritz.hoffmann@hpe.com |
82f78e9135e6c6481362118c83a0d9a144e8bed2 | 46965368ca073191e0602f8218ef5352e8ec35dc | /DS_REQ_4/queue.c | edc925fecaa97b069e3459c5c968f66d914211c6 | [] | no_license | mohamedegila/CAdvancedDataStructure | 7eeacc5be1c501e2b0a8f68922c8c0d88e2191ba | 753534dd30e34061189c3c892c764bd93936208d | refs/heads/master | 2020-09-02T17:21:38.186776 | 2019-11-03T07:56:53 | 2019-11-03T07:56:53 | 219,268,262 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,121 | c | #include <stdio.h>
#include <stdlib.h>
#include "queue.h"
#define NULL_PTR ((void*)0)
void createQueue(ST_queueInfo* info, int maxSize){
info->maxSize = maxSize;
info->CounterSize = 0;
info->Head_Ptr = NULL;
info->Tail_Ptr=info->Head_Ptr;
}
void enqueue(ST_queueInfo *info, int data){
if((info->C... | [
"mohammedegila@gmail.com"
] | mohammedegila@gmail.com |
c7fa49d39f6589cf7ba15470ec94abcaa6a07ed1 | 4cddf59cb363dfaa379ae4c2c2afdeb7e04817ed | /TP09/isim/toplevel_toplevel_sch_tb_isim_beh.exe.sim/work/a_1894460421_3212880686.c | 08b47d522225cd8b0b295c03494209735ff79efc | [] | no_license | halex02/TpArchi | 8bdf2c023be16cfdec01c6cc4822bc0969ed23de | d6c5684fcfc95ef9c15ef5ec6e8ea38ad63268a6 | refs/heads/master | 2016-09-16T09:43:45.650420 | 2015-04-25T12:11:15 | 2015-04-25T12:11:15 | 34,566,716 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,982 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"alexandre.houplon@etudiant.univ-lille1.fr"
] | alexandre.houplon@etudiant.univ-lille1.fr |
ea4b8f7e7cff533a1543c52777899fdf43d390b8 | 0bbf35091b8b9ea10ce65ccdd0b9dbf459dc64ed | /platform/Device/SiliconLabs/MGM13/Include/mgm13_rtcc.h | 5f3c9d6bb948066d7f4b3524bb5c457ccf16da90 | [
"Zlib"
] | permissive | silabs-DavidS/sdk_support | c833d95bef26c1a2e070a89b2d80c7c2bb8da3e5 | d394d99c9d8f36c128085c5a8115b70b2cd8685e | refs/heads/master | 2022-12-05T08:38:10.266469 | 2020-08-25T02:35:31 | 2020-08-25T02:35:31 | 290,084,030 | 0 | 1 | NOASSERTION | 2020-08-25T02:36:23 | 2020-08-25T01:45:52 | C | UTF-8 | C | false | false | 72,292 | h | /***************************************************************************//**
* @file
* @brief MGM13_RTCC register and bit field definitions
*******************************************************************************
* # License
* <b>Copyright 2020 Silicon Laboratories Inc. www.silabs.com</b>
*************... | [
"jean-francois.penven@silabs.com"
] | jean-francois.penven@silabs.com |
a59d312531ea1ca7d10d406a3af1d9914645367b | 56eb36bd96ae2bf9821e4d05eb099c49c1725ce9 | /vdev/posix/sdcard/posix_vdev_sdcard.c | c71d4b562554884b71405e2eb8b8d30ceb308332 | [] | no_license | qpalzmqaz123/virtual-device | c99de61910645da82698cd417d29501a97e16b31 | b33564ad5e04ae3cc3a93dcb1b0e7719006a0dfd | refs/heads/master | 2021-01-22T21:37:41.372631 | 2017-11-06T10:18:22 | 2017-11-06T10:18:22 | 85,450,092 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,306 | c | #include "vdev.h"
#include "vdev_model.h"
#include "posix_manager.h"
#include "uthash.h"
#define SDCARD_FILE_NAMESIZE 32
#define GEN_SDCARD_FILENAME(buf, id) do { \
sprintf(buf, "sdcard_%d.bin", (id)); \
} while(0)
typedef struct _sdcard_t {
int id;
FILE *fp;
char ... | [
"qpalzmqaz123@gmail.com"
] | qpalzmqaz123@gmail.com |
08cf745b27ba10a981be7c227851dd7b576a17ac | 5196bd150a0697c9b8837f2496ad01987be8e6ca | /caclm.c | 93e3f7dc3e49042bbe27a8a5221dd85d9a31b0b2 | [] | no_license | bairdn1925/apcsp-fproj | b9f903a337ab744c47db1b159fd3e4983f7085b7 | 02ca21a302c09101d387f9e22de45b7a2d69eafe | refs/heads/master | 2020-12-19T22:50:34.533407 | 2020-01-23T20:27:09 | 2020-01-23T20:27:09 | 235,874,947 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 715 | c | #include <stdio.h>
#include <math.h>
int areaOfCircle(int smaller, int larger)
{
int solution = (smaller * larger);
return solution;
}
int main(int argc, char* argv[])
{
if (argc != 3)
{
printf("%s : expected 2 args, please enter two integers\n", argv[0]);
return 1;
}
int smaller;
int... | [
"noah.baird11@gmail.com"
] | noah.baird11@gmail.com |
cb564f03bc88f17c08b8d42fecf0c3fcab50c29b | 863b3e27f552318965a58b47a8b3efd41e88578b | /code/pic.c | ff164f39c39ac0fbb85274fbb013010b910c3327 | [] | no_license | lpduy69/Microcontroller-sensor | 3e901796e32d2f56b334820d274af7b0c93da826 | 881e6b974f43ed44546d79254de18300738cf660 | refs/heads/master | 2021-09-11T01:10:54.128422 | 2018-04-05T12:19:28 | 2018-04-05T12:19:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,023 | c | #INCLUDE "C:\Users\Windows\Desktop\New folder\TV_16f887.c"
#INCLUDE "C:\Users\Windows\Desktop\New folder\TV_LCD.c"
#DEFINE LED1 PIN_B0
#DEFINE LED2 PIN_B1
#DEFINE ON PIN_B4
#DEFINE TRIG PIN_A1
#DEFINE ECHO PIN_A0
UNSIGNED INT1 TT=1;
UNSIGNED INT8 CAPDO=0;
VOID CAM_BIEN_HOAT_DONG()
{
... | [
"noreply@github.com"
] | lpduy69.noreply@github.com |
953f85be01f0b61c8d720d239c62e41a5f4cf60b | 13d12776fdd214c8763c2f500380b633752aeee3 | /memfs.h | 42ff097a9241b7d1e94fd7689712b127c026caa0 | [] | no_license | alvinhochun/winfsp-memfs-test | 8ea5c156850d40dbf028a0079f0fd4694df21b17 | 62e58d3f5a9b086d5d58b0f9d31be88ae2e87003 | refs/heads/master | 2020-05-04T18:12:31.113440 | 2019-04-03T18:05:40 | 2019-04-03T18:05:40 | 179,344,012 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,117 | h | /**
* @file memfs.h
*
* @copyright 2015-2018 Bill Zissimopoulos
*/
/*
* This file is part of WinFsp.
*
* You can redistribute it and/or modify it under the terms of the GNU
* General Public License version 3 as published by the Free Software
* Foundation.
*
* Licensees holding a valid commercial license may ... | [
"alvinhochun@gmail.com"
] | alvinhochun@gmail.com |
4a22412f5e1a3877fcc945d362b0c7abbb3802dc | 6913b0f809f640e51732a24348767cafeb049ecb | /AntiKeylogger/Global.h | dd14e1fa0305d42f84670786b538be442c38cfdb | [] | no_license | Lehuutuong/MYCODE | d93d52ba75c9c2685b44026710faf9978b168d71 | 99c09fce6442980780578bdc4fc7f9136d427416 | refs/heads/master | 2021-05-08T01:14:16.759499 | 2017-10-23T08:16:33 | 2017-10-23T08:16:33 | 107,781,311 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,580 | h | #ifndef _GLOBAL_H_
#define _GLOBAL_H_
#define NOT_SUPPORTED 0
#define WIN2K 1
#define WINXP 2
#include <Rpc.h>
#include "Constdef.h"
extern BYTE byte_4457C0;
extern PWSTR wsz_445E18, wsz_445EF4;
extern BOOL bool_IsOsWin2003, bool_445E2C, bool_445E1C, bool_DeviceNoAccess;
extern BOOL bool_445EE4, bool_IsUninstall... | [
"lehuutuong@hotmail.com"
] | lehuutuong@hotmail.com |
be908ae603afe7736ca5c736aefeac37abb92c70 | 7698b178f75a19e7a55f900cc70ae87cb7ed33e0 | /v2020.0/SocketProg/RelayServer.c | c5148704be04761f4f26f568b0e5165b04ce66b3 | [
"MIT",
"CC-BY-3.0",
"LicenseRef-scancode-public-domain"
] | permissive | kronecker08/Tapomatic | 80d1eda18772e4f7d785bdef4cf8875bc8be6b48 | 58a833df393ad758e05d3ce412a141ae9f21d10a | refs/heads/master | 2022-11-17T20:51:21.446883 | 2020-07-13T00:43:38 | 2020-07-13T00:43:38 | 279,359,150 | 0 | 0 | NOASSERTION | 2020-07-14T03:02:57 | 2020-07-13T16:43:40 | null | UTF-8 | C | false | false | 7,069 | c | #include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include<netdb.h>
int main()
{
int sock,rsock, sender_fd,reciever_fd, bytes_recieved , true = 1;
int R_PORT; ... | [
"jeevanmurali@gmail.com"
] | jeevanmurali@gmail.com |
0baed003bc106ebb5f90b8c000ac8f5f9b0c9444 | 16fd43a9a1155f174e9919a9ec171d633b3ae7c7 | /src/lib5250/wtd.c | e933b2ef72390ab4fe5fa435ff19490ecf23a53d | [] | no_license | cyberdotgent/tn5250 | 28bfaa7919dcd89bfe1d4ba20411bddaf3c5d164 | 366c9e765d8560ca4ab7abcd1ebf6564b68b81e6 | refs/heads/main | 2023-05-25T20:59:42.846329 | 2023-05-20T08:00:23 | 2023-05-20T08:00:23 | 328,661,825 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,718 | c | /* TN5250 - An implementation of the 5250 telnet protocol.
* Copyright (C) 2000 Jason M. Felice
*
* This file is part of TN5250.
*
* TN5250 is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either... | [
"yvanj@cyber.gent"
] | yvanj@cyber.gent |
2ff362d67809c8bc6a4c895b118403c77525d952 | 1b1495c76c0bb571850544080cef95e92ebc0fe9 | /Eval.h | ab23a65781744f21fa8276bf9a9661cd7d763d6c | [] | no_license | bbaker9000/Complier-Design-Project1 | 1669e404d9f7038bc526ac6b1e730eb99799caf2 | cf758b8bebceb415da15763183ae67056c850c57 | refs/heads/master | 2021-01-22T08:19:16.767349 | 2017-02-14T02:38:44 | 2017-02-14T02:38:44 | 81,892,681 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 3,568 | h | #pragma once
#include "Expr.h"
#include "limits.h"
//evaluation function
//this returns the value of the given overloaded expression
int eval(Expr* e)
{
struct V : Expr::Visitor
{
int r;
//overloads of visit
void visit(Bool_expr* e) { r = e->value; }
void visit(And_expr* e) { r = eval(e->e1) & eval(e->e2);... | [
"bbaker9000@gmail.com"
] | bbaker9000@gmail.com |
7fec62a6f0f2d83121d92a5b94a252083438daa9 | a63960f05e2865bf492474c3c30211df9150ff2c | /debug_build/SourceMod/PlayerPythonGet_h.h | 74b0b61f2f559bbdf20770c3c051472a801a91e6 | [] | no_license | eggxp/SuperParse | f7b5b778078e52127e6e46a59e4599f96a91e28c | 24897cb185121ba4a7e59b3fbc24b96c081b14ba | refs/heads/master | 2021-01-01T05:51:34.043594 | 2013-09-15T01:51:10 | 2013-09-15T01:51:10 | 4,475,993 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 369 | h | <%FileComment%>
#ClassRep#NoNullClass#
////////////////////////////////////////////////////////////////
<%ClassComment%>
PyObject *PyPlayer_<%ClassName%>(PyObject *self, PyObject *args);
#MemberRep#RepFrom1
PyObject * PySetPlayer<%MemberRealName%>(PyObject *self, PyObject *args);
#MemberRepEnd#
vo... | [
"eggxxp@gmail.com"
] | eggxxp@gmail.com |
965f91e228b53a02b5c318cd1209a640dae2ee97 | 8d52d2f973e6966e2c860481deeb8bc373735b2d | /srcs/ft_strlen.c | 73a9caf3bc21a427a3403a78528088564749ec5e | [] | no_license | JulienPoncelet/Unix_2-Malloc | ded14f38066ea04344210e969f2ccbe80c192294 | d60ba86de6f7d2efa381520286a3ffafdcd8f565 | refs/heads/master | 2016-09-06T02:05:52.551376 | 2014-04-20T15:15:54 | 2014-04-20T15:15:54 | 18,752,880 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,045 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strlen.c :+: :+: :+: ... | [
"jponcele@e2r7p3.42.fr"
] | jponcele@e2r7p3.42.fr |
f9cb65f21058a5a2fa747215b01f5749701b2c87 | 154bcac05398e4de7b46fdf508a898a8cf726eba | /firmware/lcd.c | cc4237f690b9ad868308bc4f40b5976a187f6200 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | eatesko/goodwatch | 33051c8b366a6ac81e4674c4ac03b82b9f6ec02e | 6ebf378cefea2157129528f79eaa78699444c2a9 | refs/heads/master | 2020-03-22T17:56:57.032692 | 2018-06-12T19:41:10 | 2018-06-12T19:41:10 | 140,426,117 | 0 | 0 | null | 2018-07-10T12:07:08 | 2018-07-10T12:07:08 | null | UTF-8 | C | false | false | 3,324 | c | /*! \file lcd.c
\brief LCD Driver.
Minimal LCD library, based on a handy reference by G. Larmore at
Texas Instruments. See lcdtext.c for the font library.
*/
#include <msp430.h>
#include <string.h>
#include <stdio.h>
#include "api.h"
//! LCD Main memory.
volatile unsigned char *lcdm=&LCDM1;
//! LCD Blink M... | [
"travis@radiantmachines.com"
] | travis@radiantmachines.com |
a3b9e06a76a835c4add965e324367a7edfbe3948 | b80111ae54b3aa906a14b2bb3d19eb82aec926c9 | /ProgEngineers/chap2/2.11.c | 7fe90ead079d8ecaf4eb8de782123dcbe0d9ae35 | [] | no_license | bayorr/ProgEngineers-Bradley-Exercises | 6b3595affd2213e08e55600afd6c10796dd3e67b | d3e09eabffa00a0c696e75cb903fd8865b66eebd | refs/heads/main | 2023-02-13T07:59:15.680345 | 2021-01-06T18:18:48 | 2021-01-06T18:18:48 | 310,985,855 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 925 | c | /* */
#include <stdio.h>
// a)
int seqA(int n) {
int i, a = 1;
for(i = 1; i < n; i++)
a = 3*a + 2;
return a;
}
// b)
int seqB(int n) {
int i, a = 59;
for(i = 1; i <= n; i++)
a = a/2 + 1;
return a;
}
// C)
int seqC(int n) {
int i, a = 1, b = 1;
for(i = 2; i <= n; i++) {
int t = b;
b = a + b;
a ... | [
"noreply@github.com"
] | bayorr.noreply@github.com |
92fcc56a314560fc547984ea44d8f762f5bad17f | 72c004bff7f3c3ad9375b01db53d1ed01eaa29c3 | /2021-09/overflow2/vuln-v3.c | 5e9943e7d6adc9feb8712543f2d38cb8b7b92db9 | [] | no_license | sathishlkumar/imaginaryCTF-solution | 46f61267a86e4ebf47bf146295a53d6800bd78b6 | 719f919efb40c60203897cd603a64a5d61a3c2eb | refs/heads/master | 2023-08-25T07:25:04.997504 | 2021-11-01T04:43:08 | 2021-11-01T04:43:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 946 | c | #include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
int main() {
int64_t num;
int64_t buf[2];
setvbuf(stdin, NULL, 2, 0);
setvbuf(stdout, NULL, 2, 0);
printf("Welcome to my More Secure Flag Storage!\n");
printf("In fact, it is so secure, I'll even tell you where I am: %p\n", main);
... | [
"kirby741852963@gmail.com"
] | kirby741852963@gmail.com |
e54491a0e962b979376bcafd59a8cfcd88c6a586 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/mtd/maps/extr_pci.c_mtd_pci_remove.c | 429b1ccde20a1c97576f6dd392144b7f68d7c591 | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,194 | 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 |
4b6af34c832cc4bcd8c300696b49c89e9c5fc579 | b3da6aceddd526ce426b29e9f6b13eaed880315d | /pg2/pg2/addlistproc.h | e320dec690a1c0835bad7eea832860c4d9977da0 | [
"Zlib"
] | permissive | treetrees/PG2-firewall | c4bd297b018544553377526d16257831d64c9459 | 18c0c60877afee6b3dc4332f536f20a506c358a1 | refs/heads/master | 2021-01-15T22:10:08.280872 | 2014-07-16T13:44:01 | 2014-07-16T13:44:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,078 | h | /*
Copyright (C) 2004-2005 Cory Nelson
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applic... | [
"jozsab1@splash.ro"
] | jozsab1@splash.ro |
399f26e981b059648164a8236d53aa61f3bf42c4 | e30c80eb06d251fd375516a38f28d2cb1e8015c3 | /include/ProcessInfo.h | 18fe3dcbb99ab84f3435791faab9fe6988a7fca6 | [] | no_license | ginowangsh4/xv6-os | 64a66b76bd93181fe45d40fdacb5b787036ef401 | d13a0898299aebbe433f077b2f0282d19d70eacd | refs/heads/master | 2021-08-20T00:59:32.950028 | 2017-10-22T06:54:20 | 2017-10-22T06:54:20 | 105,194,564 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 236 | h | #ifndef _ProcessInfo_H_
#define _ProcessInfo_H_
struct ProcessInfo {
int pid; // process id
int ppid; // parent pid
int state; // state
uint sz; // size in bytes
char name[16]; // name of process
};
#endif // _ProcessInfo_H_
| [
"sihengwang2019@u.northwestern.edu"
] | sihengwang2019@u.northwestern.edu |
8e6389eb4ab6f7c9b5c3b08b8b8a0e5c3e0021b4 | 8b559fd2749ab54245716f4d0af97d958ebbea75 | /Chapter 4/4p1.c | fd833fdbc1242baabbb37708dca9fa7ee545e683 | [] | no_license | Eiman24/C-Programming-A-Modern-Approchi-Second-Edition-codes | e180a1d8f7da263924f051e501cfb4695b586555 | 807b3a04412c063e9f241ac3f20223460cd8b2c7 | refs/heads/master | 2021-05-14T00:29:53.033370 | 2018-12-15T07:41:42 | 2018-12-15T07:41:42 | 116,540,017 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 183 | c | #include<stdio.h>
int main(void)
{
int a,b,c,d,e;
printf("enter three-digit NO.:");
scanf("%d",&a);
d=a/100,b=a%10,c=a/10%10;
e=b*100+c*10+d;
printf("%d\n",e );
return 0;
} | [
"34124245+Eiman24@users.noreply.github.com"
] | 34124245+Eiman24@users.noreply.github.com |
0cf06f5c42a669bb1437789e5c625d0bd894f568 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/SoftEtherVPN/src/Cedar/extr_Layer3.c_L3PollingArpWaitTable.c | 46f65126e850e6a3ee62c5235a882a9e41caadb4 | [] | no_license | isabella232/AnghaBench | 7ba90823cf8c0dd25a803d1688500eec91d1cf4e | 9a5f60cdc907a0475090eef45e5be43392c25132 | refs/heads/master | 2023-04-20T09:05:33.024569 | 2021-05-07T18:36:26 | 2021-05-07T18:36:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,985 | 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 |
a4bb093ef06100b2c18c849340c9233cb5666b37 | ed52acfb006da91d0b54fc8f4b5688f01c653ed4 | /AOC2/Trabalho/x86/laco.c | 54fa1a93d94d78987a7cfe72ef10666a133ede40 | [] | no_license | gabfelp/4periodo | 432f4426f6cfc3516e809f5ba273acf367ed3261 | 7b22eeb788f01b913eaa49d6f4a51d4699b211d8 | refs/heads/master | 2020-08-07T15:33:06.535901 | 2019-10-11T15:55:03 | 2019-10-11T15:55:03 | 213,507,795 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 272 | c | .file "laco.c"
.text
.globl laco
.type laco, @function
laco:
pushl %ebp
movl %esp, %ebp
subl $16, %esp
movl $0, -8(%ebp)
movl $0, -4(%ebp)
jmp .L2
.L3:
addl $1, -8(%ebp)
addl $1, -4(%ebp)
.L2:
movl -4(%ebp), %eax
cmpl 8(%ebp), %eax
jl .L3
nop
leave
ret
| [
"gabpaivapereira@gmail.com"
] | gabpaivapereira@gmail.com |
b0fe3fc69d93530e1105be182127fcbf2d0b9280 | 9f9222d7ed5c16eb322d6a8589e9ea49c5cba4f2 | /Exp5/Lamp138/isim/Lamp138_isim_beh.exe.sim/work/m_00000000003225362625_2283421017.c | d48606e7061121b703f97da8c4eb4d929896c587 | [] | no_license | saltfishzzh/Logic-of-Computer-Design-Fundamentals | 2dba6f31431b31baedcd981d1e1540fbfa7afbe5 | fe6cbf452a80e8e09e0b3c61d9c462c3c8eec954 | refs/heads/master | 2021-05-01T01:50:55.969031 | 2017-01-23T19:49:17 | 2017-01-23T19:49:17 | 79,838,652 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,263 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"saltfishzzh@gmail.com"
] | saltfishzzh@gmail.com |
7f3528681a14d08e04990557fc0ea5f9f6eca5e2 | 5690fa4f964809c67d13d866b1d89ebf8960bb13 | /src/controller/server.c | 32d0561de09b8df71730d0d6797bb3b8f4e362ec | [
"MIT"
] | permissive | ielomariala/RetroFish-MVC-Model | 0ea872efc511280c3a38cdb678b847aa6c725da0 | 4cd38ece1b23ee629d1e00943964677c740ce939 | refs/heads/master | 2023-08-22T05:35:40.409388 | 2021-09-30T05:30:19 | 2021-09-30T05:30:19 | 407,033,648 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,568 | c | /*!
* \mainpage Network Project: Fish simulation in an aquarium
*
This project consists of simmulating numerous fishes swimming an aquarium. The aquarium is controlled by a server who has a list of views and fishes. Every client can connect to a view, which literally a view or unique perspective of the aquarium.... | [
"Ismail.Elomari_Alaoui@bordeaux-inp.fr"
] | Ismail.Elomari_Alaoui@bordeaux-inp.fr |
294ff1857a2828b99987d29c41cbbcdeeb0af85f | 7a1a96a87af2fed3bb6a14aa66cdd70ce5477996 | /game/g_client.c | ded8249489cea2ceb3821093d8c534d358e4a13a | [] | no_license | xzero450/revolution | 108fa66e7c1b727a94253a680fd5949e85c4053a | 8d0b37ba438e65e19d5a5e77f5b9c2076b7900bc | refs/heads/master | 2021-01-18T20:30:44.150838 | 2015-11-26T12:51:43 | 2015-11-26T12:51:43 | 8,081,894 | 7 | 2 | null | null | null | null | UTF-8 | C | false | false | 50,406 | c | // Copyright (C) 1999-2000 Id Software, Inc.
//
#include "g_local.h"
#include "bg_promode.h"
// g_client.c -- client functions that don't happen every frame
static vec3_t playerMins = {-15, -15, -24};
static vec3_t playerMaxs = {15, 15, 32};
/*QUAKED info_player_deathmatch (1 0 1) (-16 -16 -24) (16 16 32) ... | [
"evo@xzero450.com"
] | evo@xzero450.com |
d87f8b2002a8a7cb1007942667147b82ba57cebc | 1bdd1cb06a99ac8bac2716eeb39664ef118fee81 | /Clients/UnityCrossPlatformDemo/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Array_InternalEnumerator_1_gen1303237477.h | 6cb7274edf5633403aea58e93d0456fdfe406f06 | [] | no_license | jjjj9800/ZXing.Net | 9d504f0894ebfe219ba079652e5308e9a68d8faa | ba90066a039acaeb74c21f13f28cdbc2aa1f15d8 | refs/heads/master | 2021-06-28T04:19:40.645255 | 2017-09-20T08:34:45 | 2017-09-20T08:34:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 508 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
// System.Array
struct Array_t;
#include "mscorlib_System_ValueType4014882752.h"
// System.Array/InternalEnumerator`1<System.Reflection.Emit.ILGenerator/LabelData>
struct InternalE... | [
"cedric@poons.me"
] | cedric@poons.me |
5449e12cec51031cfb8f7afad84503c186094211 | 37f808f2d3578e3f17dff5558f61265ae4114dbc | /chap02/exe0201.c | 652508b40423e49c6a9e2028a6286258536cded6 | [] | no_license | katkic/meikai_c | 8c581fdafcf87daad23bda5d9b6c36cd1db452f6 | de6e1678112d20710b6ec394612de0955f54f271 | refs/heads/master | 2022-11-11T12:52:07.179281 | 2020-06-26T14:56:11 | 2020-06-26T14:56:11 | 267,543,824 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 394 | c | // 演習2-1
// 二つの整数値を読み込んで、前者の値が後者の何%であるかを表示する
#include <stdio.h>
int main(void)
{
int x, y;
puts("二つの整数を入力してください。");
printf("整数x : ");
scanf("%d", &x);
printf("整数y : ");
scanf("%d", &y);
printf("xの値はyの%d%%です。\n", x * 100 / y);
return 0;
}
| [
"50142017+katkic@users.noreply.github.com"
] | 50142017+katkic@users.noreply.github.com |
9a8b92bc6065ef0b843b1f3c337e1c8086273c11 | 3105ead4a7f8385cd2b972743f8acf1a335ed895 | /Xstation86.c | 36acb1241448356eb91f1756fac7336110adc978 | [
"MIT"
] | permissive | taka-tuos/Xstation86 | e5fa963d3a96749f14b46eedc261ccefbaa52c06 | 06cd69ffca6c38a74aba4e44bf1fa3a93319b8aa | refs/heads/master | 2021-01-18T17:37:50.938549 | 2017-08-16T13:22:36 | 2017-08-16T13:22:36 | 100,491,721 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,237 | c | #include "Xstation86.h"
#include <time.h>
#include "libgpu.h"
#include <dirent.h>
#define FPS 60.0
#define FPS_D 1000/FPS
SDL_Surface *sdl_screen;
SDL_Surface *sdl_screen_m;
unsigned char *mem_v30;
unsigned char *flash_v30;
int vmode = 0;
int def_ss;
int fps_flag = 0;
int sclk = 0;
extern int c... | [
"hvcnes@gmail.com"
] | hvcnes@gmail.com |
e064b3f52da8a3b0a1a7f283e51a732c47adea32 | 345b45dac0b414b1f568ab4cd5458c7afe979545 | /c_VSIP_testing/valltrue_bl.h | 42c714bd2d7f8b3fca6a419e175ea5b8f549c8fc | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | rrjudd/jvsip | 256b41924b78305c779b8356f2fb83a2f47b64ff | f9ea05e0082acfeb3707b02e91a45f40008b7340 | refs/heads/master | 2022-10-03T02:40:27.724075 | 2022-09-20T19:07:50 | 2022-09-20T19:07:50 | 3,030,715 | 15 | 5 | null | null | null | null | UTF-8 | C | false | false | 2,800 | h | /* Created RJudd */
/* SPAWARSYSCEN D857 */
/**********************************************************************
// For TASP VSIPL Documentation and Code neither the United States /
// Government, the United States Navy, nor any of their employees, /
// makes any warranty, express or implied, including the war... | [
"rrjudd@me.com"
] | rrjudd@me.com |
44465aa814403aa682ef5ff0fdfc76be6579a762 | cbc3d514650cdbc17d518bb4822fc33d7b0fca75 | /aoc19.c | 30e7a681bc1348aa4fe93c10b13b8bf1d7f9eedd | [] | no_license | LMY/aoc2019 | 538c5fca8ed723ba1465010615e000eb42ef4c06 | 00df4edc475b2ce303b6d560ebfa2f3deefa14c2 | refs/heads/master | 2023-01-21T09:06:18.428533 | 2020-12-01T08:50:37 | 2020-12-01T08:50:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,330 | c | #include <glib-2.0/glib.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "intcode.h"
gboolean is_inside(int px, int py, long long origcode[], int len)
{
int ip = 0;
int base = 0;
int retcode = -1;
int input_idx = 0;
long long inputs[] = { px, py };
long long code[4000] = { 0 };
me... | [
"miro.salvagni@knorr-bremse.com"
] | miro.salvagni@knorr-bremse.com |
63b650712297379f930d5af3b8eac36f6bbc4ac2 | d3b25341d274ce4e1d8144ffa0bea0af583afd4e | /cyaPub/cyaLib/include/cyaDll.h | 595558c752b9a0ec79d7cd48042ab9f50ef651a4 | [] | no_license | zwong91/cyaServer | c0a383a44cb0267c8983c9e8426c3e614bda3531 | 721e91268ac7db86bc606534c78b1eca74a222e5 | refs/heads/master | 2020-04-26T05:20:22.916718 | 2017-12-08T03:20:38 | 2017-12-08T03:20:38 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 923 | h | #ifndef __CYA_DLL_H__
#define __CYA_DLL_H__
#if defined(_MSC_VER) && _MSC_VER > 1000
#pragma once
#endif
/* linux平台的接口完全同WIN32 */
#if defined(__linux__)
#include <dlfcn.h>
#include "cyaTypes.h"
#ifdef OS_IS_MIPS_ARM_LINUX
#define NPR_RTLD_NOLOAD 0
#else
#define NPR_RTLD_NOLOAD RTLD_NOLOAD
#endif
inline HMODULE... | [
"haiyhe1991@163.com"
] | haiyhe1991@163.com |
b204474ced5f87d828b21c9af610d4acbb76cdc5 | f8e7011c0c178c4b02db76d462d57be70412c906 | /Shamisen/JuceLibraryCode/AppConfig.h | ee4631257f2cb555ca2ab20557fdf761c829449d | [] | no_license | titas2001/Shamisen-JUCE | 6b70fb8454d72b978b5b44191fe097e142ca1f88 | 7b240688f57bcffee887cc0de292adfd5b33e724 | refs/heads/master | 2023-05-09T20:55:32.502464 | 2021-06-07T23:11:31 | 2021-06-07T23:11:31 | 338,293,888 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,199 | h | /*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
There's a section below where you can add your own custom code safely, and the
Projucer will preserve the contents of that block, but the best way to change
any o... | [
"tlasic16@student.aau.dk"
] | tlasic16@student.aau.dk |
7fe0f30e6682472a50bb642f3ae7fa20d739b95f | 26b715831ecfe9a91eb7c368580138dfb774f9e5 | /Experiments/functions/sources/nivo_2/D5/f35.c | f194cbc0996e72f32521b5c94d58e311e0350dbd | [] | no_license | branislavazivkovic13/master-thesis | 058f353d2fe8d6e83c0a152c35621f5e449f7485 | 469cc7a464c6d61bf919135fa391cb126123292a | refs/heads/master | 2022-10-14T09:30:06.443939 | 2017-09-08T12:52:39 | 2017-09-08T12:52:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,196 | c | #include <stdio.h>
int _f1(int a, int b, int c) {
a = (b<<1)*((a>>1)/3);
b = (a<<1)*((b>>1)/3);
a = (b<<1)*((a>>1)/3);
b = (a<<1)*((b>>1)/3);
a = (b<<1)*((a>>1)/3);
b = (a<<1)*((b>>1)/3);
a = (b<<1)*((a>>1)/3);
b = (a<<1)*((b>>1)/3);
a = (b<<1)*((a>>1)/3);
b = (a<<1)*((b>>1)/3);
if(c!=0)
return a/c;
ret... | [
"missuchiha93@gmail.com"
] | missuchiha93@gmail.com |
4a89662d9f9158177c41a74f51bf07788a172970 | 49ea8b9050bcc94e2c0ab6c8b0ce78368cc0187c | /maketables.c | 0ddccc79d3344ac63bafa2e879aee883410cfb03 | [] | no_license | dmo9000/z80p | 249fc43d2c33c972478526213eee08cb724622dc | cec25ec50cfd1f5397e9c7df30b6451632765e07 | refs/heads/master | 2020-03-11T14:48:22.930846 | 2018-12-25T13:38:36 | 2018-12-25T13:38:36 | 130,065,646 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,541 | c | /* maketables.c
* Instructions and flags tables generator.
*
* Copyright (c) 2012, 2016 Lin Ke-Fong
*
* This code is free, do whatever you want with it.
*/
#include <stdio.h>
#include <stdlib.h>
#include "z80emu.h"
/* Encoding for indirect or indexed 8-bit memory operands. */
#define INDIRECT_HL 0x06
stat... | [
"daniel_morriss@yahoo.com.au"
] | daniel_morriss@yahoo.com.au |
1fdb04a742762a08ee21e2f6ea788f5b8cebf726 | c36044ebd7d62be9224e64cdae2a935b716b25c6 | /SH Protocol/example_basic_comms_router_sapi.c | f982f439d61ecf8270b7e5b7ae4758664984c446 | [] | no_license | jackalchen/smart-home-1 | ffed78b8b26609db40079236248dcc65fdf9b84c | 6cde706cd2ff5145152369c437251eec0e28f6b2 | refs/heads/master | 2021-01-10T10:27:10.438981 | 2011-12-20T09:39:09 | 2011-12-20T09:39:09 | 44,808,544 | 0 | 0 | null | null | null | null | WINDOWS-1258 | C | false | false | 5,700 | c | /**
* @ingroup znpCommunications
* @{
*
* @file example_basic_comms_router_sapi.c
*
* @brief Resets Radio, configures this device to be a Zigbee Router, joins a network, then sends a message to the coordinator once per second.
* Uses the SIMPLE API.
*
* This matches example_basic_communications_COORDINATOR.c
... | [
"peyman.kazemian@gmail.com"
] | peyman.kazemian@gmail.com |
119e2bc76c2c4f80fd1cb11d363e7486e7b19035 | 8d7d46d168fe71614841c79d9a3f33ddc580ec46 | /tu-uprajeniq/sum of numbers 1 to N using recursion.c | 7b50f1ff31e53424edfc8d712d207e6e8c0a51b2 | [] | no_license | YovoManolov/C-code | 73d3d316b4a5c0b80d878f80dd29cbcc5bb4b054 | bf570347f1059253fd70e7b80d90d028ee2a22b0 | refs/heads/master | 2021-01-19T17:06:57.183868 | 2018-05-07T22:47:57 | 2018-05-07T22:47:57 | 101,048,536 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 391 | c | #include <stdio.h>
int main () {
int i, num;
int result;
printf("Input a number : ");
scanf("%d", &num);
result = calculateSum (num);
printf("/n Sum of Number From 1 to %d : %d",num,result);
return (0);
}
int calculateSum (int num) {
int res;
if (num == 1) {
return (1);
}else... | [
"yovo.manolov@abv.bg"
] | yovo.manolov@abv.bg |
498a109dda9ce66d473b1f082678c8a4e4795dfd | c93a292a0b430a2ea0123bfd8123112c1835c176 | /RV48D80L-3(ZQ30002053)/HARDWARE/KEY/SdlKey.h | 068cd1c9b2624b6e4490fda8b23af9115739854d | [] | no_license | yatt122496/OB38S003 | ee756d70043882a9c406c09e9e0f8ea1f95b3d26 | 7fed3b79ba3b16c5101d8845516a3a2924d5c587 | refs/heads/master | 2023-06-16T05:10:19.819400 | 2021-07-13T07:21:12 | 2021-07-13T07:21:12 | 374,561,068 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 165 | h | #ifndef __SdlKey_H__
#define __SdlKey_H__
extern uint8 SdlGears;
extern uint8 SdlAutoGears;
extern void SdlKey(void);
extern void SdlDisp(void);
#endif | [
"1254452743@qq.com"
] | 1254452743@qq.com |
bdb64bf0e10ecda46ab64160a7e066193103aa1c | 97a17c6b43c4b5a4cc532699bd6f6be3b514f705 | /blinky/blinky/asf-3.21.0/sam/applications/sam4e_ek_demo/sam4e16e_sam4e_ek/conf_eth.h | 78db0fe16c7baacd02316e25a2c5bf44fce34bb4 | [
"MIT"
] | permissive | ThucVD2704/femto-usb-blink-example | f2adf7ed2cfff860194870b80c870f0a2c27a82b | 5e166bdee500f67142d0ee83a1a169bab57fe142 | refs/heads/master | 2021-01-18T11:04:43.068488 | 2015-04-24T04:53:26 | 2015-04-24T04:53:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,512 | h | /**
* \file
*
* \brief GMAC (Ethernet MAC) driver configuration.
*
* Copyright (c) 2013-2014 Atmel Corporation. All rights reserved.
*
* \asf_license_start
*
* \page License
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following cond... | [
"webmaster@alexventure.com"
] | webmaster@alexventure.com |
4d0bc269097cb04b878030e499ca3c19b980020d | b1d500a451cd9852089bf3d97e829df069daa9c8 | /RadialCBO/images/run2C/4par/slices/S12_sliceFit_35.C | 2648f211d0c25968e8e3998939c110195ceeccc0 | [] | no_license | sam-grant/EDM | 486ea029bf766c968a3c7b41198ffcf9bc3c9b8a | 525e41de5f675c39014488c79144f47562910736 | refs/heads/master | 2022-10-30T22:35:42.979799 | 2022-10-19T18:44:54 | 2022-10-19T18:44:54 | 296,421,806 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,084,452 | c | void S12_sliceFit_35()
{
//=========Macro generated from canvas: c/c
//========= (Wed Sep 2 21:38:55 2020) by ROOT version 6.12/04
TCanvas *c = new TCanvas("c", "c",0,0,800,600);
gStyle->SetOptFit(1);
c->SetHighLightColor(2);
c->Range(98.80042,-4.040503,105.6887,19.72941);
c->SetFillColor(0);
c->Set... | [
"samuelgrant@x.local"
] | samuelgrant@x.local |
a0be8652ddc36efbba632840ad91667a64630a0e | 4df1266cd717d454c46ac15e9c5f34a3a3e147c8 | /dir.c | f4188cab37559736e0b537da23d8f8a321a34eb7 | [] | no_license | greatitman/ctest | e58ceeedd81d65240b1c9f19c4fc303af31f0e38 | 3c3175eee57cf4e789df03371ec0c766694db639 | refs/heads/master | 2020-06-05T17:37:22.661350 | 2013-08-07T08:29:09 | 2013-08-07T08:29:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 384 | c | #include<stdio.h>
#include<stdlib.h>
#include<dirent.h>
int main(int argc, char *argv[])
{
DIR *dp;
struct dirent *dirp;
if(argc!=2)
{
printf("do like this test dir\n");
exit(0);
}
if((dp=opendir(argv[1]))==NULL)
{
return -1;
}
while((dirp = readdir(dp))!=NULL)
p... | [
"="
] | = |
18757b62e7e2d8dcb2a9c5b9909ff2b4992a4cb9 | f0dfd88459d5aa2f19ab5ee1fbc993952cb37332 | /lib/libsndio/mio_rmidi.c | ac07f6f0578af230b55468edd131de8e41d35c7e | [] | no_license | radixo/openbsd-src | 5f93c09735d519689ffc0c5144d05abfeaacf82c | 2554c092cef615cba187243a9e2fe6e943ef6248 | refs/heads/master | 2021-01-10T21:48:43.347196 | 2015-12-04T02:34:41 | 2015-12-04T02:34:41 | 41,678,666 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,564 | c | /* $OpenBSD$ */
/*
* Copyright (c) 2008 Alexandre Ratchov <alex@caoua.org>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PRO... | [
"wsouzant@gmail.com"
] | wsouzant@gmail.com |
8a8af8a1d3284aaae1ac8249bbf20e5e4d89948e | 076b2acd7750ae896f4a46d99fc7fe4c9eae1c0b | /Box_Muller.c | d98269a30b295f8084ad3b9c7e4d873f44257f06 | [] | no_license | PTMahlangu/Box-Muller-Transformation | f24a206f18b15b89527001da4c5c0ee80e142681 | eb72825e762a3a87648242bab9e7fd78d4eb0cce | refs/heads/main | 2022-12-27T16:08:27.851598 | 2020-10-13T05:46:04 | 2020-10-13T05:46:04 | 303,599,335 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 451 | c | #include <stdlib.h>
#include <math.h>
/* AWGN channel (using Box-Muller transform) */
float Add_Noise(float EcN0dB)
{
float u1, u2;
float r,n_re,noise;
const float pi = 3.14159265358979;
float EcN0Lin = pow(10,(float) -1*EcN0dB/20);
u1 = (double)rand()/((double)RAND_MAX + (double)1);
u2 = (double)rand()/((d... | [
"mahlangupt.1010@gmail.com"
] | mahlangupt.1010@gmail.com |
26b0a5a60117fa3e8e766038a0b802fb101ff976 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/191fb5b2-2120-4008-a9c4-5b158b0731aa.c | 883b2b9d086c102df7f12d81c9cb3b7e01c03d51 | [] | 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 | 558 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=32;
int k;
int l;
k = 53;
l = 64;
k = i/j;
l = i/j;
l = k%j;
l = i-j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[84];
int c[42];
a = 0;
do {
a++;
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
3904ed56c3992de2cc4342283f77bafdb2578fc1 | 1886a44e1aebbb0d559a627d22ba72374f01edd5 | /src/lily_code_iter.c | 6d1b905a372ad754420bdc600b299e6792f34060 | [
"MIT"
] | permissive | rurban/lily | 95cd43dc281db5dc9bc08ce42cb8a4ae5d78b4fe | fc714a66bc234d0c45c863bfeb563c407126a159 | refs/heads/master | 2023-06-24T16:18:05.876685 | 2019-06-05T15:19:07 | 2019-06-05T15:19:07 | 62,398,379 | 0 | 0 | null | 2016-07-01T14:24:26 | 2016-07-01T14:24:26 | null | UTF-8 | C | false | false | 8,830 | c | #include <stdio.h>
#include <stddef.h>
#include <string.h>
#include "lily_int_code_iter.h"
#include "lily_int_opcode.h"
#include "lily_value_structs.h"
void lily_ci_init(lily_code_iter *iter, uint16_t *buffer, uint16_t start,
uint16_t stop)
{
iter->buffer = buffer;
iter->stop = stop;
iter->offset... | [
"FascinatedBox@gmail.com"
] | FascinatedBox@gmail.com |
bfeae8a93a7bae59e1a9ff6bcec2511ab1244e90 | ca449e27c03cd47a8a356b92abcffe299c6d4732 | /Embedded Systems/SPI_LCD/logo.c | e27ae6ad9bcd430c5dafa8f8c1f9a1f43b360f86 | [] | no_license | rkoons17/Academic-Projects | d083d50bf62df02a23e374f5831e04188bbf8551 | 92ffe73acbb64523af20e17cfda7540814b5ccad | refs/heads/master | 2023-07-08T05:32:17.900685 | 2021-08-16T22:20:39 | 2021-08-16T22:20:39 | 239,652,379 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 51,267 | c | /* Copyright (c) 2018, 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, this list of conditions... | [
"noreply@github.com"
] | rkoons17.noreply@github.com |
3ce8a12cf1d55cb47d1ce55adc1332ecca1baa00 | 2b532d7dd015c587593917801bdbaad0b306469c | /virtual_machine/libft/ft_printf/ft_itoa_d.c | 4f0584345bb5c05bb0899ac7232ceb9a2a7ca6c4 | [] | no_license | coreWWll/corewar | 084a19a788c7cbde678fd4630b574ef1c3f6fc33 | aca3a746ae36976bb2b0dc89844e66f2e977ad22 | refs/heads/master | 2021-01-20T17:09:10.051594 | 2017-07-30T09:52:44 | 2017-07-30T09:52:44 | 90,866,090 | 0 | 5 | null | 2017-07-30T09:52:45 | 2017-05-10T13:14:49 | C | UTF-8 | C | false | false | 2,750 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_itoa_d.c :+: :+: :+: ... | [
"dostup.te@gmail.com"
] | dostup.te@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.