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
79da10736c3303f2e0a557d68a4b661a58b387a3
5d11eca3acee761286905739a6b1da9a4f59a8a7
/algorithm/7/7_1/a.c
15da16b9f5eb6eb198aea4039b2397b817899717
[]
no_license
Wasapon7763/Sophomore1
9057364ee244d348800dc6351614485caaba7af3
0685e9e068ecaa9df172ca4e3b52f3d986c4abe7
refs/heads/master
2021-01-20T17:09:50.854990
2016-08-02T08:24:01
2016-08-02T08:24:01
64,732,481
0
0
null
null
null
null
UTF-8
C
false
false
1,516
c
#include <stdio.h> #include <string.h> //文字列sのi番目にある括弧のペアがある場合,文字列から括弧を除去 void check(char* s, int* i, char p){ int j; //括弧の対を探す for (j=(*i)+1;j<strlen(s)-1;j++){ if (s[j]!=' '&&s[j]!=p) return ; //sのj番目の文字がスペースまたはpでなかったら、戻る if (s[j]==p){ //sのj番目の文字がpであったら s[*i]=' '; //括弧の始まりをスペースに変える s[j]=' ';...
[ "wasapon7763@gmail.com" ]
wasapon7763@gmail.com
2d734a53c1f1e8e3ea9e1909de5b1e4c529d9c97
1f66cc421736b7a9da88dfedf80268a95e0f7376
/client/lib/my/my_sort_int_tab.c
96415512e0d8a5d5f76be941dc2883e8199ed286
[]
no_license
ArthurKnoep/wolf3d
8396db876877655788bec993463d33d439134411
73c5788457eabbb0634a5202521bcbae9f92c6c9
refs/heads/master
2021-01-19T14:19:13.664876
2017-04-13T15:55:42
2017-04-13T15:55:42
88,147,830
0
0
null
null
null
null
UTF-8
C
false
false
590
c
/* ** my_sort_int_tab.c for my_sort_int_tab in /home/arthur/delivery/CPool_Day04 ** ** Made by Arthur Knoepflin ** Login <arthur@epitech.net> ** ** Started on Tue Oct 11 10:13:46 2016 Arthur Knoepflin ** Last update Mon Nov 21 22:00:15 2016 Arthur Knoepflin */ void my_sort_int_tab(int *tab, int size) { int i; ...
[ "arthur.knoepflin@epitech.eu" ]
arthur.knoepflin@epitech.eu
3636d8a031ae143fd7a6fabe2eac9de8dfcbab1d
238d10583cedfc7f2e71f4e3b48812650bf04a1e
/util/read_security.c
cf03985f4f314c12b9d3ef52285a815b64ef0647
[]
no_license
WGR7/spinfs
c910a71d6ee140383a55308460b21b277ef26a27
b40664e4b902fe7c9437320104a71b2ca6c11ee3
refs/heads/master
2023-01-13T02:57:49.897648
2020-11-23T00:36:21
2020-11-23T00:36:21
null
0
0
null
null
null
null
UTF-8
C
false
false
1,417
c
#include "spi_flash.h" void print_usage() { fprintf(stderr, "####### Read some bytes at a Security Register address #######\n"); fprintf(stderr, "Format: read_security [address] [bytes]\n"); fprintf(stderr, "### address default = 0x001000 ###\n"); fprintf(stderr, "### bytes default = ...
[ "hieutran.th.358@gmail.com" ]
hieutran.th.358@gmail.com
10fc2573566ffa467aa62c3ab1f5bf713dc1435e
18f0ad99e21e2e35126f8c3c28079d358fa2129a
/Adafruit_ESP32_Arduino_Demos/streaming_mp3_player/arduino_secrets.h
09cee67b3d8f56fed3d0a0e019ab59d2448d97b6
[ "MIT" ]
permissive
ladyada/Adafruit_Learning_System_Guides
9bf18dfa35941e0cbecbb3c2d02b4fa3cb79744f
6d76801878cbf65132ccea950dc47ae842c73dcd
refs/heads/master
2023-08-20T20:30:42.910576
2022-01-10T20:28:11
2022-01-10T20:28:11
115,837,894
13
2
MIT
2020-03-31T23:23:45
2017-12-31T02:34:47
C
UTF-8
C
false
false
58
h
#define SECRET_SSID "ssid" #define SECRET_PASS "password"
[ "limor@ladyada.net" ]
limor@ladyada.net
1799e172ffd6f9250d4d6a0c9995b45ccb805ad9
19ffc9d03352363ac1776ec34cbc44449aab582f
/CantataPipeCMD/Tutorial2/TemperatureMonitor.h
07daf156f3e56228ee60b3f66db2f1146b3f14df
[]
no_license
roboima/jenkins-w-Cantata-sandbox
d645b963715286e58df7f43bb51480443334045e
60160de831e7fc0a73cd18a7d826da80b7e51f14
refs/heads/main
2023-07-09T11:33:34.224285
2021-08-06T15:43:10
2021-08-06T15:43:10
331,007,085
1
0
null
null
null
null
UTF-8
C
false
false
412
h
#ifndef TEMPERATURE_MONITOR_H_ #define TEMPERATURE_MONITOR_H_ #define COOLING_ADJUSTMENT_STEP_SIZE 3 #define COOLING_LEVEL_MAX 200 #define TEMP_IDEAL 40 #define TEMP_RECOMMENDED_MAX 60 #define TEMP_CRITICAL_MAX 80 extern float therm_getReading(); extern void cool_increaseCooling(int increaseAmount); extern void sys_...
[ "roboima70@gmail.com" ]
roboima70@gmail.com
967b9bf8d1e839046d298a35287e0d02d3ff70bf
c93198d6fa2604318347e14fe157067d4bf0e000
/source-decompiled/C/kain2/game/CAMERA.C
04c6457f1ab229925397689864293c76cb70045f
[]
no_license
nahimr/REREAVER
1aaf4cef172eff8068dbfa1902ae5e35506a4b1b
d0575af15bda540dd678475fcf8e7423fa4589fd
refs/heads/master
2023-03-29T13:15:59.886713
2021-04-01T15:41:52
2021-04-01T15:41:52
352,713,685
2
0
null
null
null
null
UTF-8
C
false
false
212,821
c
#include "THISDUST.H" #include "CAMERA.H" // decompiled code // original method signature: // void /*$ra*/ CAMERA_CalculateViewVolumeNormals(struct Camera *camera /*$s0*/) // line 230, offset 0x800146e8 /* begin block 1 */ // Start line: 231 // Start offset: 0x800146E8 // Variables: // short projDistance;...
[ "nahim.rouidjali@gmail.com" ]
nahim.rouidjali@gmail.com
eca225802591c9e6c966ab940b160f61c1fd5d47
54679d59b1213eee03b51fccdab8bfd1d5fe6d5d
/examples/mss-ethernet-mac/mpfs-mac-simple-test/src/boards/icicle-kit-es/soc_config/hw_platform.h
bea90e851f36dfb0dc7592a2a3cd6d002b2f0320
[]
no_license
polarfire-soc/polarfire-soc-bare-metal-library
21f766ef1a017bbf1bd106132df284a39c0eee30
614a67abb3023ba47ea6d1b8d7b9a9997353e007
refs/heads/master
2022-01-19T21:56:33.225379
2022-01-10T13:51:42
2022-01-10T13:51:42
226,351,648
20
11
null
2022-01-10T13:51:43
2019-12-06T14:55:05
C
UTF-8
C
false
false
2,544
h
/******************************************************************************* * Copyright 2019-2020 Microchip FPGA Embedded Systems Solutions. * * SPDX-License-Identifier: MIT * * @file hw_platform.h * @author Embedded Software * * Generated using Libero version: 1.0 * Libero design name: ICICLE_MSS * M...
[ "conor.paxton@microchip.com" ]
conor.paxton@microchip.com
c67d4d634c8ceaf4bdedf21fabd49b70adf11887
2979c248161e73eda69d19b74e61e6aa0b4e15e2
/chapter11/ex4.c
38cc3d4de1138b3fdb62f9852fd576ab6f0da9af
[]
no_license
k33theod/c-programming-a-modern-approach
dc933bdd024f7be4c9c222596d915c9552cd0a4a
3700274a4fb89a8b04edf5c9b74e6a9435dd59b9
refs/heads/master
2021-01-19T10:39:28.894852
2018-07-02T10:53:57
2018-07-02T10:53:57
82,199,891
0
0
null
2017-02-16T17:17:28
2017-02-16T16:15:04
C
UTF-8
C
false
false
259
c
#include<stdio.h> #include <stdlib.h> void swap(int *p, int *q) { int temp; temp=*p; *p=*q; *q=temp; } int main() { int i=5, j=10; printf("i=%d and j =%d\n",i,j); swap(&i,&j); printf("i=%d and j =%d\n",i,j); return 0; }
[ "noreply@github.com" ]
k33theod.noreply@github.com
fdb9fb834f2e5af64109953b543a6005b5d6744f
a08b7fefc9a541927c41b34eba371363047e09b2
/apps/output_cpp/generated/avg_teen_cnt.h
0d71d780e3cc2a303700ed41d7b54562d2885e48
[]
no_license
messinguelethomas/modified_green_marl
70ea25bcd3381908bef88a28d3add640722c1831
fc05b5e2bf7bf131015478f39d54c84e49d1239a
refs/heads/master
2020-06-10T22:56:32.695665
2018-01-18T12:50:05
2018-01-18T12:50:05
75,852,592
0
0
null
null
null
null
UTF-8
C
false
false
345
h
#ifndef GM_GENERATED_CPP_AVG_TEEN_CNT_H #define GM_GENERATED_CPP_AVG_TEEN_CNT_H #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <float.h> #include <limits.h> #include <cmath> #include <algorithm> #include <omp.h> #include "gm.h" float avg_teen_cnt(gm_graph& G, int32_t* G_age, int32_t* G_teen_...
[ "tmessi@idrouille.imag.fr" ]
tmessi@idrouille.imag.fr
21981ab737f9af66f47ee223b752ba72c948477e
1c5ab10bb611606107024d7f9e6fea51bb0e4544
/hw1.c
577c49e6aa0f747a50dacdfa4171005059ee665b
[]
no_license
StevieDicks/compPhys
fa49a0e57fc3d72be4142237e868891f2fbeb78c
0fe7f1d5d1c24687d4e1d9f3b90eca56c44d76ff
refs/heads/main
2023-02-09T16:51:24.092484
2021-01-02T22:17:39
2021-01-02T22:17:39
326,267,903
1
0
null
null
null
null
UTF-8
C
false
false
1,178
c
#include <stdio.h> #include <math.h> //1.2 Velocity with Gravity// /* int main() { double V,Vo,tf; double g = -9.8; int ni; printf("\nPlease enter the initial velocity, Vo [m/s],\nand final time, tf [s], separated by a comma.\n>"); ni = scanf("%lf,%lf",&Vo,&tf); V = Vo + g*tf; printf("\nThe final veloc...
[ "noreply@github.com" ]
StevieDicks.noreply@github.com
7404a20ab25a4f75865c0f313367007b4ecaacd3
860a4368ec8da5e4484d594a5180ac6a55641594
/bots/LUFA/Drivers/USB/Core/StdDescriptors.h
e0a1a37f4f3f1d42ca635d84860f05c678fbe0df
[ "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
chaohf/pokemon-hex-generator
b6a0af4f2756aba3d24fafefd9d3d458b2b8a4a0
47ed7e5ab5f306fcf9ab076af627db03cfe44ced
refs/heads/master
2022-09-24T20:29:59.740383
2020-05-23T06:59:47
2020-05-23T06:59:47
268,753,513
1
0
MIT
2020-06-02T09:08:50
2020-06-02T09:08:50
null
UTF-8
C
false
false
40,882
h
/* LUFA Library Copyright (C) Dean Camera, 2014. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org */ /* Copyright 2014 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for any purp...
[ "zak@thisfireinside.com" ]
zak@thisfireinside.com
221be70e48aeae2ba075ca9240599434f8e67f04
25ecda4278c33ea6182b79271950aca93d28476f
/Audio/utility/qr_decomp.h
94e8c32812b788d051c35ed0ce92030e9d42b6e8
[]
permissive
seanande/hearing-aid
18e4289c33d568e4b9d3b64f82a7299a6074a484
3a7e136733848cd15d814a8829f40d9e3697aae6
refs/heads/master
2020-04-01T08:27:30.713091
2018-12-07T11:22:53
2018-12-07T11:22:53
153,031,444
0
1
MIT
2018-12-07T01:37:56
2018-10-15T00:22:47
C++
UTF-8
C
false
false
5,096
h
/* ======================================================= */ /* START COPY-PASTED QR-DECOMPOSITION CODE */ /* ======================================================= */ // Original source: https://rosettacode.org/wiki/QR_decomposition#C /* TODO: - optimize using CMSIS DSP library (arm_math.h) */ ...
[ "bobbiechen75@gmail.com" ]
bobbiechen75@gmail.com
c3de3f71ca17c368114d1527bbff7bee0171ee31
2e8c669f1f3b53bb9e25037fa8e5552ce66f8da7
/MKW41Z512xxx4_Thesis_OpenThread/board/pin_mux.h
2821bebff9c2d25b5ce677aa02e6cc50f3e97f30
[]
no_license
xanthurum/Thesis_OpenThread
d70e83ffe320a231aa09ec8b69fea1fbd1ec0abb
03284b4b35b9873e0a598574d809583789c1c83e
refs/heads/master
2020-04-01T14:08:48.304109
2018-10-16T12:38:18
2018-10-16T12:38:18
153,282,424
0
0
null
null
null
null
UTF-8
C
false
false
2,877
h
/* * Copyright (c) 2015, Freescale Semiconductor, Inc. * Copyright 2016-2017 NXP * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * o Redistributions of source code must retain the above copyright notice,...
[ "pascal.barbary@student.kuleuen.be" ]
pascal.barbary@student.kuleuen.be
53d96c987d09ba9f5f9e293f6c666adb436f60ec
b7a32a77d2f989fe562f2adc2c5776544e6fbd27
/tracers/qemu/qemu/tcg/tcg-op.c
0b9dd8ff9f41e62be025e1c3c2fbaa130ec551fd
[ "MIT", "GPL-1.0-or-later", "LGPL-2.1-only", "LGPL-2.0-or-later", "LGPL-2.1-or-later", "LicenseRef-scancode-other-copyleft", "GPL-2.0-only", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LicenseRef-scancode-other-permissive" ]
permissive
trusted-ws/qira
22f058502e22f282eb3b6974f0400e2bd521a1c3
bfa04c0089cd8c81a5cd96e1bd0c97fcf7355d97
refs/heads/master
2022-11-13T08:12:27.083485
2020-06-29T00:19:45
2020-06-29T00:19:45
266,877,987
0
0
MIT
2020-05-25T20:52:45
2020-05-25T20:52:44
null
UTF-8
C
false
false
59,267
c
/* * Tiny Code Generator for QEMU * * Copyright (c) 2008 Fabrice Bellard * * 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 ...
[ "eth0.db0@gmail.com" ]
eth0.db0@gmail.com
f4320b5b0a19ab512b922ebef006cc489d72c503
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/d9832945-b752-42a1-b885-c24063d2ea92.c
a538ab74b0e19d96b69b050108d56c800d675d50
[]
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
528
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i-j; l = i-j; k = i-k*i; //variables /* START VULNERABILITY */ int a; long b[15]; long c[31]; a = 0; do { /* START BUFFER SET */ ...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
0eb8fa82540a25d3763381e666548b33854bb549
9a9a226676bf4f9b67790ca496f89e1e0e76b37e
/0x01-python-if_else_loops_functions/13-main_end.c
96e7a33af2dd32f57304cd29dc8ef70fc378113a
[]
no_license
MiguelMontoya-R/holbertonschool-higher_level_programming
3e4eb3cacc08df35ca54e7793967487b32c4d6a9
1fc2861ef5ebaa367bc053755e90fb1374b57b1e
refs/heads/master
2022-12-12T15:28:51.960994
2020-08-31T17:44:43
2020-08-31T17:44:43
259,438,491
0
1
null
null
null
null
UTF-8
C
false
false
587
c
#include <stdlib.h> #include <string.h> #include <stdio.h> #include "lists.h" /** * main - create list and test insert at end of list * * Return: Always 0. */ int main(void) { listint_t *head; head = NULL; add_nodeint_end(&head, 0); add_nodeint_end(&head, 1); add_nodeint_end(&head, 2); add_nodeint_end(&head...
[ "miguelmr0510@gmail.com" ]
miguelmr0510@gmail.com
b5decc924a90c02a6ea09a195bbefea2419c998a
6768304d8352fd2ddb2ec48ce8e8a318b0281074
/franzininho/hardware/avr/1.0.0/cores/tiny/WProgram.h
22a4362395884de98af82d74ee47f07f62595fb6
[]
no_license
arcostasi/arduino-ide-packages
ecf1344820af2d19cfc4b9db0a0abe63ecaae0c6
0663dccde48859426bda5bb92b62cba51d38528d
refs/heads/main
2023-06-22T15:20:49.021363
2021-07-14T14:57:56
2021-07-14T14:57:56
384,144,871
2
0
null
null
null
null
UTF-8
C
false
false
62
h
// For compatibility with older programs #include "Arduino.h"
[ "arcostasi@gmail.com" ]
arcostasi@gmail.com
706da2b852b23157b09966d55b9b09f718a2cec3
8b5614e405b9b3794ff075cf4e6e64636f1bceff
/src/my_putchar.c
4f0d7e5ed71b68c1cb61efe2550c114effd5db81
[]
no_license
Thegeiger/Push-Swap
21d0e3a4433c847dceadf09478ac25800026e199
8fd0a3b176274d3a8a5ab73fc9a56e3f2fedfa4d
refs/heads/master
2020-05-28T11:54:00.250215
2015-02-20T10:12:16
2015-02-20T10:12:16
31,058,650
0
1
null
null
null
null
UTF-8
C
false
false
342
c
/* ** my_putchar.c for my_putchar in /home/geiger_a/rendu/PSU_2014_my_ls ** ** Made by anthony geiger ** Login <geiger_a@epitech.net> ** ** Started on Sun Nov 30 14:21:31 2014 anthony geiger ** Last update Sat Dec 13 19:56:16 2014 anthony geiger */ #include <unistd.h> #include "my.h" void my_putchar(char c) {...
[ "geiger.anthony@orange.fr" ]
geiger.anthony@orange.fr
10330ce404ff694665ff5f8a687736de7284dea3
efce7ef93a3cf98403836481c12d648d66f4c3ba
/hw1/src/const.c
6fe62afd07adf634d792626f2b8b118c1ad3e918
[]
no_license
Weifelin/cse320-projects
f30719d84f78d9b713414166c72f7712de7dcb0e
a4e25ee7dcbde02e14a7fe1cc803437f34f03b4f
refs/heads/master
2018-09-16T17:33:38.962412
2018-06-05T19:00:50
2018-06-05T19:00:50
115,977,644
2
1
null
null
null
null
UTF-8
C
false
false
1,741
c
// DO NOT MODIFY THE CONTENTS OF THIS FILE IT WILL BE REPLACED DURING GRADING #include "const.h" /* This variable will be in this format/name, but the string it is initalized to * will be at most 31 characters. Any characters which do not appear in the alphabet * string should be preserved. **/ char *polybius_alphab...
[ "nbbeeken@gmail.com" ]
nbbeeken@gmail.com
4eb8e3eeef3873d43d2ce685c51a39d9f419b5c9
48aae8ba3835d3bcd0c65588242f0461297d6f09
/components/misc/include/misc/int_macros.h
29b6258edf517ed07a990ec2d8c8fd5c42f678c1
[]
no_license
zwiebert/components-mcu
c26b026325c3250d9c56939da898d6838600ddc3
7436dc47948c74a05f4cef12819fe9598bb63fb3
refs/heads/master
2023-08-16T21:33:04.104976
2020-06-02T19:13:45
2020-06-02T19:14:12
249,432,887
1
0
null
null
null
null
UTF-8
C
false
false
1,133
h
#pragma once #ifndef MIN #define MIN( a, b ) ( ((a) < (b)) ? (a) : (b) ) #endif #ifndef MAX #define MAX( a, b ) ( ((a) > (b)) ? (a) : (b) ) #endif #define IS_IN_RANGE(lowLim, val, highLim) (((lowLim) < (val)) && ((val) < (highLim))) #define GET_BYTE_0(src) (((src)>>0)&0xff) #define GET_BYTE_1(src) (((src)>>8)&0xff) ...
[ "bertw@online.de" ]
bertw@online.de
87cbbf36c2a9137dc3a83ad5febaf46f6e31642d
f0dfd88459d5aa2f19ab5ee1fbc993952cb37332
/sys/kern/subr_userconf.c
5ccedad80637d29946987925476300903602f1fe
[ "BSD-3-Clause" ]
permissive
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
28,333
c
/* $OpenBSD: subr_userconf.c,v 1.43 2014/11/03 03:08:00 deraadt Exp $ */ /* * Copyright (c) 1996-2001 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: ...
[ "wsouzant@gmail.com" ]
wsouzant@gmail.com
e9434ad4266d633c88f7d689b485020c0df96944
788da62dce9041878fd098e5347408fbf0679ace
/qcom/proprietary/data/qdp/src/qdp_platform.c
ba11b6c1c888c7f0579567ac6e7f794e1540a4ee
[]
no_license
Snapdragon-Computer-Vision-Engine-Team/msm8974-sources2
e7daa0bf3096e09286fd6e9f3a4e078774e49565
8e8a1d7b8b840a7c93e39634d61614665974acb1
refs/heads/master
2021-12-15T03:28:26.619350
2017-07-25T06:50:38
2017-07-25T06:50:38
null
0
0
null
null
null
null
UTF-8
C
false
false
4,691
c
/*! @file qdp_netctrl_platform.c @brief This file implements the platform specific functions. */ /*=========================================================================== Copyright (c) 2010 Qualcomm Technologies, Inc. All Rights Reserved Qualcomm Technologies Proprietary Export of this technolog...
[ "xinhe.jiang@itel-mobile.com" ]
xinhe.jiang@itel-mobile.com
cd0f9311ae2267d0eaa7623400242883dde5a822
1f8dd8b5abd2e3c6d73201114895f1829da2417e
/AlCu/errors.c
32733d55d2cf52f2f96cde208471292ef992d23e
[]
no_license
maafterchef/42_1
c8abfd1b443f24cd9ded3bc09b22556a88088bf7
0bfe23ca34cff430accc0f90d80c5fe145d327cf
refs/heads/master
2016-09-06T00:57:44.013012
2014-03-31T08:06:11
2014-03-31T08:06:11
null
0
0
null
null
null
null
UTF-8
C
false
false
1,188
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* errors.c :+: :+: :+: ...
[ "mlingels@student.42.fr" ]
mlingels@student.42.fr
02bf2094bedad8feb29093ea5fe03baf401b097b
441aab747f3831450c78e2785736269be05a3683
/common/common_systime.c
a6e6d3e003d3494f888d986c95811346d6e6a286
[]
no_license
walter9527/nonblock
2b951194ea516913a98b05972ab3b858a7b0b058
a46f723619a7cc06da53916bdf384cf8c9ef4140
refs/heads/master
2023-08-12T23:52:06.251398
2021-10-16T07:43:54
2021-10-16T07:43:54
382,942,241
0
0
null
null
null
null
UTF-8
C
false
false
622
c
#include "common.h" time_t my_time(time_t *tloc) { time_t ret = time(tloc); is_err(ret, "time"); return ret; } char *my_ctime(const time_t *timep) { char *ret = ctime(timep); is_null_err(ret, "ctime"); return ret; } struct tm *my_gmtime(const time_t *timep) { struct tm *ret = gmtime(timep...
[ "1207018562@qq.com" ]
1207018562@qq.com
2b2480651a07b2eaca73a27af3c8f1a0bccbcd31
3fc86bad365af559de864903cc40388607b319e4
/0x03-debugging/positive_or_negative.c
16ecd3107270d5009122c72aaa5f7a38da0bb9d3
[]
no_license
yarmakx/holbertonschool-low_level_programming
9cbff527720253f43f6b33f9390f82eb5e3df492
72123b5a13015c036f432c163a3291fb7614845c
refs/heads/master
2020-12-29T06:35:09.604144
2020-02-21T04:08:34
2020-02-21T04:08:34
238,494,219
0
0
null
null
null
null
UTF-8
C
false
false
393
c
#include <stdlib.h> #include <time.h> #include <stdio.h> #include "holberton.h" /** * main - assign a random number to the variable n each time it is executed * Return: 0 */ void positive_or_negative(int i) { srand(time(0)); i = rand() - RAND_MAX / 2; if (i > 0) printf("%d is positive\n", i); else if (i == 0)...
[ "yarmakx@gmail.com" ]
yarmakx@gmail.com
dc35e7fb97dbd2a275fbde2d44d43478666fc1d2
a463496a69e8ee1425c669c244a05e932763ac10
/31-TIM—基本定时器/1-TIM—基本定时器-定时/User/main.c
ab02674e3514366b5ebd8ca844c261fd9f6bdf6c
[]
no_license
Embedfire-stm32f103-mini/ebf_stm32f103_mini_std_code
2de49dffa093a8fc8754fd1c2948fe067cd04aa2
c53a330daa9d18b0b71a2ed1b08c1407d4b832e3
refs/heads/master
2023-07-03T16:44:49.357439
2021-08-09T05:54:15
2021-08-09T05:54:15
229,207,884
3
2
null
null
null
null
GB18030
C
false
false
584
c
// 基本定时器TIMx,x[6,7]定时应用 #include "stm32f10x.h" #include "bsp_led.h" #include "bsp_TiMbase.h" volatile uint32_t time = 0; // ms 计时变量 /** * @brief 主函数 * @param 无 * @retval 无 */ int main(void) { /* led 端口配置 */ LED_GPIO_Config(); BASIC_TIM_Init(); while(1) { if ( time =...
[ "wildfireteam@163.com" ]
wildfireteam@163.com
3551e8fde0e9a52562c5c0270fe4cc4fa40e57c1
f9f22c5d63f311fb5d4bbaa0053e082867cfbba2
/dia03/simple_adc/config_bits.h
88398722f0d3c418af5cbaafef391cdd3f3e374b
[]
no_license
fellipe-leandro/minicurso-pic
144fe90c6a0af9bed59ed165a7008e8292cd9c07
1307e95b540b4567bcf0936abac8c8f5adc5f907
refs/heads/master
2020-06-26T18:53:55.350124
2019-09-06T14:35:41
2019-09-06T14:35:41
199,720,478
2
0
null
null
null
null
UTF-8
C
false
false
5,047
h
/* * File: config_bits.h * Author: root * * Created on July 8, 2019, 4:52 PM */ #ifndef CONFIG_BITS_H #define CONFIG_BITS_H #ifdef __cplusplus extern "C" { #endif // PIC18F4550 Configuration Bit Settings // 'C' source line config statements // CONFIG1L #pragma config PLLDIV = 1 // PLL Prescaler Selec...
[ "faugusto12@gmail.com" ]
faugusto12@gmail.com
9ca20fd63ea43b77f85e5e5e3c98a56cc6084889
1bfc3ecc855e6378e1fa0b24709eec81010bf6cc
/Project/GoLite-compiler-project/src/tree.h
4385011d71cd4eae670b435d4bb34ad0426782c9
[]
no_license
gjtqiyue/CompilerDesign_Project
25641146cfc2738f66fa7894e5f922d96731eeba
c4631b5e64aeafc8575ccc56d5f605774df17808
refs/heads/master
2022-12-10T02:32:17.045970
2020-09-15T20:29:10
2020-09-15T20:29:10
235,877,694
0
0
null
null
null
null
UTF-8
C
false
false
7,656
h
#ifndef TREE_H #define TREE_H #include <stdbool.h> extern int yylineno; typedef struct SYMBOL SYMBOL; typedef struct SymbolTable SymbolTable; typedef enum { k_DeclarationKindFunction, k_DeclarationKindVar, k_DeclarationKindType } DeclarationKind; typedef enum { k_SwitchKindCase, k_SwitchKindDefau...
[ "gjtqiyue@gmail.com" ]
gjtqiyue@gmail.com
7256708f44e744f76c3dcb2f46e409fe41f31718
85c84a8a0b71414a9c04ff097b39c085ff562eb3
/day17/harib14a/bootpack.h
46f68f97ad7c82f1c8187c24d0f2eec8cc3a96c9
[ "MIT" ]
permissive
itiB/hariboteOS_30days
e79108b4e901bc8207855a8c3a52e50098fbaf55
f04fccc0f394f3f1687c547e65658af429898f48
refs/heads/master
2022-04-18T09:39:48.087346
2020-03-25T05:50:33
2020-03-25T05:50:33
237,762,678
1
0
null
null
null
null
UTF-8
C
false
false
10,568
h
struct BOOTINFO { // 0x0ff0 - 0x0fff char cyls; // ブートセクタがどこまでディスクを読んだか char leds; // ブート時キーボードのLED状態 char vmode; // ビデオモード(何ビットカラーか) char reserve; short scrnx, scrny; // 画面解像度 char *vram; }; #define ADR_BOOTINFO 0x00000ff0 // nasmfunc.asm extern void io_hlt(void...
[ "is0312vx@ed.ritsumei.ac.jp" ]
is0312vx@ed.ritsumei.ac.jp
60f2b6f9aff6d5ee32960452a32a92e4bfa957de
71127f7c8f2728c926ba29b4bf81b2a833a0466d
/include/db/db_chans.h
b4aab52d912ae301e47cdde029d2e12dd29d6bf3
[]
no_license
fish-guts/reefmaster
27adf8188ebd5705f03233154cce51083f46fa0c
feb1f01fa055cd98ea2c8ab5d5787e828128a9d0
refs/heads/master
2021-01-15T15:54:12.808069
2016-08-15T19:19:34
2016-08-15T19:19:34
26,381,017
0
0
null
null
null
null
UTF-8
C
false
false
3,577
h
/* * db_chans.h * * Created on: Jun 18, 2016 * Author: severin */ #ifndef INCLUDE_DB_DB_CHANS_H_ #define INCLUDE_DB_DB_CHANS_H_ const char *create_cs_akick_table = "CREATE TABLE CS_AKICK (" "AKICK_ID INTEGER PRIMARY KEY AUTOINCREMENT," "CHAN INT NOT NULL," "MASK VARCHAR(256) NOT NULL," "ADDED_BY VARCH...
[ "severin.mueller@gmx.net" ]
severin.mueller@gmx.net
d28f45cd3cd1bfd04ede5c6fd09423dfdb5ec5ef
983a2e298d17794f55459ffb4878ee1141aea01a
/MVC_Spaceling/EIFGENs/application/F_code/C20/to968.h
be183298ae5425cc94a8a1358113dccef7fbd612
[]
no_license
yehongbing/Eiffel-Projects
448627c5ccdf5e5eda0be56bbdf5eeef26117f1f
e9ea3b9c173f83f4ff71ba24b1f43cd96214f55d
refs/heads/master
2021-01-10T01:12:32.184592
2015-11-22T01:17:43
2015-11-22T01:17:43
43,026,232
0
0
null
null
null
null
UTF-8
C
false
false
495
h
#ifndef _C20_to968_ #define _C20_to968_ #ifdef __cplusplus extern "C" { #endif extern EIF_REFERENCE F652_6226(EIF_REFERENCE); extern void F652_6227(EIF_REFERENCE, EIF_INTEGER_32); extern void F652_6228(EIF_REFERENCE, EIF_REFERENCE, EIF_INTEGER_32); extern void F652_6233(EIF_REFERENCE, EIF_REFERENCE); extern void EIF...
[ "hongbing.ye@outlook.com" ]
hongbing.ye@outlook.com
4fc04555ca4a9a0218ca144e4b063206eecc68f6
05b3e754f79eaefd188f8f69ad08c570e2b2f2d2
/app/display.c
460fee3bd64607f28b1351ecef26e65214b6aceb
[]
no_license
chenhaoying/stm8s_project
9b82d1a1f4dcfa55f1700762762a7adb396a8eca
351313805d4358e7e9ed4ee01221d2637d3d133c
refs/heads/master
2022-01-20T14:40:59.642029
2019-03-14T12:54:00
2019-03-14T12:54:00
null
0
0
null
null
null
null
UTF-8
C
false
false
1,804
c
#include "display.h" #include "atom.h" #include "uart.h" #include "e154.h" #define E154_THREAD_PRIO 32 #define E154_THREAD_STACK_SIZE 256 static ATOM_TCB e154_tcb; static uint8_t e154_thread_stack[E154_THREAD_STACK_SIZE]; static void e154_thread_func (uint32_t param); void E154_Thread(void) { uint8_t status;...
[ "mysticchan@outlook.com" ]
mysticchan@outlook.com
254a043f27551be26486cb856ae12d905f0f3fb1
fc62507cc31c49038993f03e2c259f35fa4dd967
/LinkedQueue/IntegerQueue.h
784c40c80a21ab4b91fe9bd48ed752d50508e7ae
[]
no_license
benjdj6/CS2506
9d28eecbaf193e2016c6f0f8f47b84fd666bb480
d7315d3d0b8079e64043afab11f3ae737c78e07f
refs/heads/master
2021-01-16T21:02:05.357695
2013-12-22T03:15:00
2013-12-22T03:15:00
null
0
0
null
null
null
null
UTF-8
C
false
false
1,576
h
#ifndef INTEGERQUEUE_H #define INTEGERQUEUE_H #include <stdbool.h> #include <stdint.h> #include "Queue.h" #include "IntegerDT.h" /* IntegerQueue defines an interface suitable for a client who needs to create and manipulate a queue of integer values (int32_t). IntegerQueue uses the data wrapper Inte...
[ "benjdj6@gmail.com" ]
benjdj6@gmail.com
4d9a6fdf77543a275af3c3e6b96800ab358050f2
582c4802cef0aea802dc556ab5c14f75f8533df6
/source/ap/src/rt2860v2/common/frq_cal.c
4736715d7b1710db6ea2fde92e77417aca792ab2
[]
no_license
noblepepper/ralink_sdk
7c85a52c33e212597cc7f950674bce9d84136528
a9e7ea3aa439d5f7852171e0988f9a45a65a1346
refs/heads/webupload
2021-01-15T10:17:04.813034
2015-04-24T14:08:42
2015-04-24T14:08:42
33,180,072
13
8
null
2020-03-08T01:59:36
2015-03-31T10:44:45
C
UTF-8
C
false
false
11,382
c
/* *************************************************************************** * Ralink Tech Inc. * 4F, No. 2 Technology 5th Rd. * Science-based Industrial Park * Hsin-chu, Taiwan, R.O.C. * * (c) Copyright 2002-2004, Ralink Technology, Inc. * * All rights reserved. Ralink's source code is an unpublished work a...
[ "steven.lai@liricco.com" ]
steven.lai@liricco.com
b5dd5f5103a34a56bb79b03e329a18622055b739
19e8418b845ccbddd1d079758558e3b385a69680
/0727/0727练习题/23.c
0a0301710a443245139b458107389efd839d6106
[]
no_license
duyuwan/0727
baa50dd6aa27dd932f1831e594e5dd7d684adb22
94cd3fccbe3c160049201ad63fc2ffc22c7e0626
refs/heads/master
2020-06-03T14:03:04.083059
2011-08-15T02:01:46
2011-08-15T02:01:46
2,200,902
0
0
null
null
null
null
UTF-8
C
false
false
203
c
/*求x^n*/ #include<stdio.h> #include<math.h> int main() { int x = 0; int n = 0; printf("enter x,n:"); scanf("%d %d",&x, &n); printf("X^n = %f\n",pow((double)x,(double)n)); return 0; }
[ "baiyiling.1@163.com" ]
baiyiling.1@163.com
a17b67b35cc11acdc40b5b223fd3ba9344789758
71292db699be59bcaa1e185238fb0b7922e4e233
/src/matrix/matrix_fill.c
99bb9b3c3ff763412bc336b9d9238f3f6dc17717
[]
no_license
fiestaua/Pathfinder
81ec2e7bd9ba5d3f8cf9f34129c09f472ccb57e4
a20946cc0c7eacb0b976a13693ecc1c71c96df3d
refs/heads/main
2023-02-12T12:00:08.297939
2021-01-13T23:27:15
2021-01-13T23:27:15
329,449,199
0
0
null
null
null
null
UTF-8
C
false
false
421
c
#include "pathfinder.h" void matrix_fill(t_matrix *mtr, t_island *isl) { int i = 0; int j = 0; for(int index = 0; isl->all_info[index]; index += 3) { i = index_of_isl(isl->all_info[index], isl); j = index_of_isl(isl->all_info[index + 1], isl); mtr->matrix[i][j] = mx_at...
[ "carsgenius1@gmail.com" ]
carsgenius1@gmail.com
1dc10cfb81ee757f175472e7ec9517716656b1f0
90082e862ae2e902c708e0aaf301299fb6af5fad
/libft/srcs/ft_strrchr.c
2b076a849c084e9c32e58beed1e9c3f7b9c0b72b
[]
no_license
mnidokin/minishell
e17bece447ebd89597c13cd10fdc2cb3b224b201
3853bba4f92a325938d9da34b50998207c38ab74
refs/heads/main
2023-03-04T22:18:28.898288
2020-12-21T17:26:38
2020-12-21T17:26:38
301,722,229
0
0
null
null
null
null
UTF-8
C
false
false
1,089
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strrchr.c :+: :+: :+: ...
[ "forspamorelse@gmail.com" ]
forspamorelse@gmail.com
f801fa3ae37d0c0069edd49971ae3b75149ec795
644820158857c051ed6eb379b8ad34634b49cefa
/playground/histogram-letter-freq.c
90087e0b50d587595b9c579386bf516539ddfb91
[]
no_license
RajatPawar/hackerrank
ad63748344fccdaa30904d144f256b9aaaa166e2
16a1f3af5581a2f97147c6b2d372d7fd5b84fc0d
refs/heads/master
2021-01-02T22:52:49.526392
2019-04-09T13:06:32
2019-04-09T13:06:32
99,409,667
1
0
null
null
null
null
UTF-8
C
false
false
912
c
#include <stdio.h> #include <string.h> #define ALPHABET_SIZE 26 main() { int c, freq[ALPHABET_SIZE]; memset(freq, 0, ALPHABET_SIZE * sizeof(int)); while((c = getchar()) != '$') { if('a' < c && c < 'z') { freq[c - 'a']++; } else if('A' < c && c < 'Z') { fre...
[ "rajat.pawar@RajatPawar.local" ]
rajat.pawar@RajatPawar.local
8162834bc3d84ea5e6db62af76b12dbd307344d2
6c285ce3906c24504581f0868a1371d00361f80e
/UNIDAD 2/while/IP11_09_17.c
e89652ca9306dda7129f4102b90e21bc9f30baa8
[]
no_license
Lalitec1/lalitec99
fd6f3c0c0f3dace2dbaa2f5edadfe76e788fe65b
a7f61a794dc97aa635298185ecc407fb411e4a51
refs/heads/master
2021-08-28T16:19:07.017220
2017-12-12T18:08:56
2017-12-12T18:08:56
106,051,314
0
0
null
null
null
null
ISO-8859-1
C
false
false
1,238
c
#include <stdio.h> #include <stdlib.h> #include <time.h> /*Diseñe un programa que genere 5 numero aleatorios que todos sean múltiplos de 5 que no se pierda el valor de las 5 variables*/ int main(int argc, char *argv[]) { int b1,b2,b3,b4,b5, f1=1,f2=1,f3=1,f4=1,f5=1; int x, c=0; // for(c=0; ...
[ "lalitec99@gmail.com" ]
lalitec99@gmail.com
7025be6a90fe607d62bfa5578a66d1f508daf4b0
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/tools/testing/selftests/breakpoints/extr_breakpoint_test.c_check_success.c
1052fa03d6c1992078ad7384e11d7b861961fa8e
[]
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,512
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
c60d26dfc874ab5fc74f55f1a181e671a4939c94
e6ec95ecfcce712f9abeba3813740c93ac094856
/src/ConEmu/LngDataHints.h
b351965fc42d4ba606dd63e6dadc311ad7c2dcd9
[ "BSD-3-Clause" ]
permissive
miabrahams/ConEmu
fde96b98465cb8b89d04b1385038bca97a1cbe6c
652c07efc9def712f17013fd96bb37a97afe019e
refs/heads/master
2020-03-25T16:10:52.604954
2018-08-09T08:09:55
2018-08-09T08:09:55
143,918,885
1
0
null
2018-08-07T19:37:33
2018-08-07T19:37:33
null
UTF-8
C
false
false
48,409
h
 /* Copyright (c) 2016-present Maximus5 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 list of conditions and the follo...
[ "ConEmu.Maximus5@gmail.com" ]
ConEmu.Maximus5@gmail.com
6d41cb4da3aadfcd3865c0d9d1e418b16df0a86b
e8302c75d770d1608b317d6af5c483bbad6c0493
/soc/arm/nxp_imx/mimx8ml8_m7/pinctrl_soc.h
f047cb546bf65df4d084574547f93e4ed5f67a32
[ "Apache-2.0" ]
permissive
intel/zephyr
819362089aa44ae378a5558f3b222197aaa811f7
06d5bc51b580777079bb0b7e769e4127598ea5ee
refs/heads/main
2023-09-04T00:20:35.217393
2023-02-16T11:27:40
2023-02-16T14:59:16
65,052,293
32
32
Apache-2.0
2022-04-05T17:14:07
2016-08-05T22:14:50
C
UTF-8
C
false
false
3,167
h
/* * Copyright (c) 2022, NXP * * SPDX-License-Identifier: Apache-2.0 */ #ifndef ZEPHYR_SOC_ARM_NXP_MIMX8ML8_M7_PINCTRL_SOC_H_ #define ZEPHYR_SOC_ARM_NXP_MIMX8ML8_M7_PINCTRL_SOC_H_ #include <zephyr/devicetree.h> #include <zephyr/types.h> #include "fsl_common.h" #ifdef __cplusplus extern "C" { #endif #define MCUX...
[ "david.leach@nxp.com" ]
david.leach@nxp.com
389beec731b0c86e12e7faeea5be38d1a687ac5f
a7b135e321518e378a73092382e61a64127593e0
/pset3/find/helpers.c
c0b79b4bb86c38c186c9aabf9750a105863ca88c
[]
no_license
Videiraft/Harvard-CS50
e37dc9a5bbbb0f1b902b3c81f7d3818b8b1cad4f
c65b7c8f91999e49c8834e53f19055752b6b2ee9
refs/heads/master
2021-05-15T15:08:10.979727
2017-11-30T11:43:00
2017-11-30T11:43:00
107,280,899
0
0
null
null
null
null
UTF-8
C
false
false
1,078
c
/** * helpers.c * * Helper functions for Problem Set 3. */ #include <cs50.h> #include "helpers.h" /** * Returns true if value is in array of n values, else false. */ bool search(int value, int values[], int n) { // binary search - O(log n) searching algorithm int left = 0; int right = n -1; int...
[ "F_Videira@MacBook-Pro-de-Fabio.local" ]
F_Videira@MacBook-Pro-de-Fabio.local
c722c626091fcb1e409a3edc290d3f47d7ead773
dd601803d4340c6c046e2b6cf3bad5bc584f39df
/pa02.c
7bea789fc01821d07ebdfb2004ddaf18aca9c32c
[]
no_license
tokken10/Checksum-project
6f651ff7e8ebdf295764984d88d38183b8856cba
95cb87add8bd4ae1c96ad9293f404411d7f37ae1
refs/heads/main
2023-08-13T17:00:07.163361
2021-09-21T03:26:50
2021-09-21T03:26:50
408,675,099
0
0
null
null
null
null
WINDOWS-1252
C
false
false
4,143
c
/*===================================================== Assignment: pa02 - Calculating an 8, 16, or 32 bit checksum | for a simple ASCII file containing only ASCII | characters. This file is terminated by a NEWLINE | character which has a hexadec...
[ "noreply@github.com" ]
tokken10.noreply@github.com
e2f8fbc632de6a551e7c3193746bbd4477626756
c05f9f6817f74263bdc078d3872ba8fab6f1b09b
/1478683396.c
5863b7fff9919ba1dafcddb8093255317d03c631
[]
no_license
Saisi/secret-octo-wookie
71aa331779216775ee10d8d0a738dd364a5c5202
a8e52e3fed94ab6993d4baaeaa926d659cac3735
refs/heads/master
2021-01-23T18:59:00.780545
2017-06-03T05:33:28
2017-06-03T05:33:28
25,811,730
0
0
null
null
null
null
UTF-8
C
false
false
422
c
/* * This is a RANDOMLY GENERATED PROGRAM. * * Generator: csmith 2.2.0 * Git version: dcef523 * Options: (none) * Seed: 4007695907 */ #include "csmith.h" static long __undefined; /* --- Struct/Union Declarations --- */ union U0 { uint64_t f0; uint64_t f1; int32_t f2; volatile uint32_t ...
[ "saisi@users.noreply.github.com" ]
saisi@users.noreply.github.com
7b217f5b3172961e10c487af58206a21d3575b2b
b0b9eed7b21d697956f37f2ab1730a49c1c6bc7c
/libft/ft_strstr.c
e8774c6f4a1203fe732e0522b919096f56e4335d
[]
no_license
timothyzior/libft
f85d1e44bd58ffffc61933733c4d6de00318e24e
b61558347b20001bce162901860295763705d946
refs/heads/master
2021-07-11T03:04:50.703720
2017-10-12T12:15:21
2017-10-12T12:15:21
106,687,650
0
0
null
null
null
null
UTF-8
C
false
false
1,331
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strstr.c :+: :+: :+: ...
[ "tzior@e1z4r11p9.42.us.org" ]
tzior@e1z4r11p9.42.us.org
68c0cd2eb88b679210fef23a442798e0659e7826
37662c97158fe1027192fe7efa850abfd8f8cfea
/STM32F303/Drivers/STM32F3-Discovery/stm32f3_discovery_accelerometer.c
51c7b5f37219df62b0156834cd482ffcaf363b47
[]
no_license
dudasdavid/RobotCar
917dac1fc4076d0c63a0552447c33972143bcd44
9ed668f256643aa337bd0c6afb9ab4f7892d14eb
refs/heads/master
2020-03-29T14:09:37.455197
2017-11-14T20:14:29
2017-11-14T20:14:29
150,001,981
0
0
null
null
null
null
UTF-8
C
false
false
14,116
c
/** ****************************************************************************** * @file stm32f3_discovery_accelerometer.c * @author MCD Application Team * @version V2.1.2 * @date 13-November-2015 * @brief This file provides a set of functions needed to manage the ACCELEROMETER * MEMS ...
[ "david.dudas@outlook.com" ]
david.dudas@outlook.com
604a3fa69ee2da563c29395d86a3494497b331e1
901d8d8abcd40bba39938757cb38ebd473271694
/examples/development_kit/light/components/light_driver/include/light_driver.h
9b70ee802bbe2f4cbe4fb3b634c3a5d550155533
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
yoonki-kim/esp-mdf
ed36cd4a45c01bcea2cf7c8adda9c4976a521ce7
e6a0702c9367e91dc119c80056cd32bca6e18af7
refs/heads/master
2022-05-18T18:59:12.279102
2022-05-07T04:21:46
2022-05-07T04:21:46
307,690,379
1
0
NOASSERTION
2020-10-27T12:20:33
2020-10-27T12:20:32
null
UTF-8
C
false
false
4,458
h
// Copyright 2017 Espressif Systems (Shanghai) PTE LTD // // 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 applicab...
[ "zhanzhaochen@espressif.com" ]
zhanzhaochen@espressif.com
bfa5168619fb1fd4f46b472cbd826385c7435e36
48cd141d9a56964ba8b16b80d9303d6df7bb7b75
/z_drive/matlab/Darsan_Simulation/Boat/slprj/_sfprj/BoatLibraryTest/_self/sfun/src/c3_BoatLibraryTest.c
ab55bde07353a4329a6e09523fdc5699076a5ce7
[]
no_license
uf-mil-archive/PropaGator
c707b82bffc5b681bc89c985272c0a2bf555edaa
ea0b89fd170fc31ebf9656ddd7842b437c83c540
refs/heads/master
2021-05-29T22:25:34.974624
2015-09-19T21:47:27
2015-09-19T21:47:27
15,536,633
1
1
null
null
null
null
UTF-8
C
false
false
52,116
c
/* Include files */ #include <stddef.h> #include "blas.h" #include "BoatLibraryTest_sfun.h" #include "c3_BoatLibraryTest.h" #define CHARTINSTANCE_CHARTNUMBER (chartInstance->chartNumber) #define CHARTINSTANCE_INSTANCENUMBER (chartInstance->instanceNumber) #include "BoatLibraryTest_sfun_debug_macros.h" ...
[ "propagator@propagator" ]
propagator@propagator
c459fb01d372aae95ac9712b643ecef843bd83f8
ab0bc5ac740ddfa8155875f6ced8df8ab1210623
/lib/libspatialite/include/geos/index/strtree/GeometryItemDistance.h
60e41a718d78bb5f0fc4ab12b13ff711fdd7e6af
[]
no_license
smbkr/listings-near-me
4e3903ca686ef564829365d052b145abae9b9082
8948a31d227cff661f65d357bdc619be6f31e00a
refs/heads/master
2023-01-19T16:18:13.864552
2020-11-11T20:33:49
2020-11-11T20:33:49
288,820,909
0
0
null
null
null
null
UTF-8
C
false
false
129
h
version https://git-lfs.github.com/spec/v1 oid sha256:2444edf27ab494832b3ab38d03aca97b2e9f586bff0a87be0eddcaf47227157f size 1378
[ "stuart.baker1@sainsburys.co.uk" ]
stuart.baker1@sainsburys.co.uk
a4200ee05be085b5487b5a3c70cc4cfe29718df6
40f3a4af49a1cd540e1d11648c442d4d492ccdac
/worker/headers.h
fc1607bc3ab90fa4052c6826dc63ae774cc02a1a
[ "Beerware" ]
permissive
Pilen/ubertex
d2bcdfb061381fc6e4855e624781ed33eda11e74
d1035dc2c32324ac099b3da089239d34dca3fc73
refs/heads/master
2022-02-04T01:29:29.734540
2022-01-26T18:20:10
2022-01-26T18:20:10
10,177,162
1
0
null
null
null
null
UTF-8
C
false
false
1,756
h
#ifndef W_HEADERS_H #define W_HEADERS_H #include "options.h" // #include "log.h" // #include "types.h" // log.h #include "assert.h" // types.h options.h #include "profiler.h" // types.h options.h #include "print.h" // types.h #include "debug.h" // options.h print.h ...
[ "fiskomaten@gmail.com" ]
fiskomaten@gmail.com
f08fa9cfdbea258dc3e275ee3aac0a43fb72af23
c7792b5e5ae5e74d643518a5b0644020288fc6da
/mutants/fuzzgoat.mutant.6739.c
7acf681f0fb1423ab0fd46dc22a0ed87dd6645f8
[ "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
97449315ff64ba2cb8893571fb3c777d9427b2e9
8f6cc900158facff26b176a980b3d20367adca29
/libft/ft_putstr.c
3294df0ed14b56ab5f45953aafc7cd79c1479bc6
[]
no_license
vicolivry/fillit
dfd6c53ced251cad8796a6d35ccbb003afd9ad86
6a2b2208bc0479687954c24578ab9621c20a121d
refs/heads/master
2021-08-19T02:40:25.371690
2017-11-24T14:18:46
2017-11-24T14:18:46
111,925,817
0
0
null
null
null
null
UTF-8
C
false
false
984
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr.c :+: :+: :+: ...
[ "volivry@z2r5p3.le-101.fr" ]
volivry@z2r5p3.le-101.fr
43f11795149660a93bc1e1fd46b285a658a3f3d1
473fc28d466ddbe9758ca49c7d4fb42e7d82586e
/app/src/main/java/com/syd/source/aosp/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/ImageDecoderLib.h
857e0f7105f8c3345720333b9dfd9ff4900f9d20
[ "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
2,510
h
/** @file This library provides image decoding service by managing the different image decoding libraries. Copyright (c) 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 that accompanies t...
[ "997530783@qq.com" ]
997530783@qq.com
17b16f64983b179950b3bce361c3a536d508670e
eaae3529ea65c9be62e4b177a498dd0459396052
/modified_vars_dw/bkoropoff_showjournal.c
cd6f3b4ff4797ded6cb1b8415619f783d12e510c
[]
no_license
mgsanusi/blame-dodger
badac55079b0bc84c1c3ddff9357caffd480b512
c8b1f19d48e09200c9d59f3dda3b298ced7103d7
refs/heads/master
2021-01-20T04:50:14.975609
2018-01-12T00:02:14
2018-01-12T00:02:14
89,739,285
3
0
null
null
null
null
UTF-8
C
false
false
1,977
c
#include <stdio.h> #include <ctype.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <stdlib.h> static int pagesize = 1024; static int tot = -1; static int mxPage = 0; static void outOfMemory(void) { int first_iteration; fprintf(stderr, "Out of memory...\n"); exit(1);...
[ "marina@virginia.edu" ]
marina@virginia.edu
e26a97410a42fce059c0d3df478c2898da3bf876
6e5be5ba94091699add222ca15f8df08dc411f02
/chapter14/friend.c
139f65184b8ece869190bfeaa87bdd3c9024b212
[]
no_license
fanghenshaometeor/cPrimerPlus
c07d4da62315f95d21d8ef9c54f35b05ea916ef4
d7ee4ddf4f0e79cd8adad42062eb4ab18ec8f331
refs/heads/master
2021-01-21T14:01:23.035735
2016-06-06T13:20:45
2016-06-06T13:20:45
55,150,134
1
0
null
null
null
null
UTF-8
C
false
false
1,156
c
// friend.c -- example of nested structure #include <stdlib.h> #include <stdio.h> #define LEN 20 const char *msgs[5] = { " Thank you for the wonderful evening, ", "You certainly prove that a ", "is a special kind of guy. We must get together", "over a delicious ", " and have a few laughs" }; struc...
[ "14fangkun@tongji.edu.cn" ]
14fangkun@tongji.edu.cn
0bd6e04dc4fc20094a75e3554b13803b579f1f9f
26b715831ecfe9a91eb7c368580138dfb774f9e5
/Experiments/functions/sources/nivo_2T/D2/f15.c
bba5017d1ace390c34776199662ab728f1f5c1cf
[]
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
5,656
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); if(b!=0) return a/b; return a+b+c; } 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); if(...
[ "missuchiha93@gmail.com" ]
missuchiha93@gmail.com
095db089b387fd645f9f0b0617ca3bee331954c7
cf3edb799b9ff97b3bc86db3bff55fb51d408d07
/source/string_sre/main.c
e1d4e3529c961afcb827c7cd06356124708df239
[]
no_license
huyducnguyen1198/Simple_eNews_recommendtion
cba1536900828eee2e1be8e3b3831bc74e153b78
01ead3b4eb098a32b76cccca1ad062c36d47f79e
refs/heads/master
2023-01-31T22:33:21.809884
2017-11-27T23:05:30
2017-11-27T23:05:30
null
0
0
null
null
null
null
UTF-8
C
false
false
202
c
#include <stdio.h> #include <string.h> int main() { printf("Hello World!"); char input[100]; size_t size; getline(&input,&size,stdin); printf("this is %s\n",*input); return 0; }
[ "lordndhuy@gmail.com" ]
lordndhuy@gmail.com
5ab56e622f7716bfc00bcdb6ea37cd44b8424833
5a49b5da44fa9c3a585febcf3d975197d872efc9
/SGPLibraryCode/modules/sgp_render/opengl/GLSL/glsl_grass_instance.h
1fa242f8dc83d0a2ff189df9fcbdbd6944a9a752
[ "MIT" ]
permissive
phoenixzz/SGPEngine
1ab3de99fdf6dd791baaf57e029a09e8db3580f7
593b4313abdb881d60e82750b36ddda2d7c73c49
refs/heads/master
2021-01-24T03:42:44.683083
2017-01-24T04:39:43
2017-01-24T04:39:43
53,315,434
4
2
null
null
null
null
UTF-8
C
false
false
5,198
h
char Shader_grassRender_VS_String [] = "#version 330 \n"\ " \n"\ "// position are regular vertex attributes \n"\ "layout (location = 0) in vec3 inLocalPosition; \n"\ "layout (location = 1) in vec2 inLocalUV; \n"\ "// inModelPosition will be used as a per-insta...
[ "phoenixzz@sina.com" ]
phoenixzz@sina.com
6921ae6481fcc52983e892fbd44131715e416aab
634d2fbe73c764e051342bc1101b085501a519a2
/extraction.c
51f58feb5c780a762d2f9ffe72a7c137b07e384d
[ "MIT" ]
permissive
ChristopherBilg/matrix-02-mody-nardo-bilger-parallel-computing
74c3db9f38433a01d54e3e7e96407488cec88677
96b9c9eca33d9917643442f1d782481da42699ed
refs/heads/master
2020-08-31T02:43:35.360695
2019-10-31T15:12:13
2019-10-31T15:12:13
218,562,877
1
0
null
null
null
null
UTF-8
C
false
false
3,368
c
#include <stdio.h> #include <string.h> #include <stdlib.h> int getNumberOfLines(char *filename); double* extractMatrixFromFile(char *filename, int nrows); int getArrayLength(int nrow); void printToFile(double* matrix, int size); int getNumberOfLines(char *filename) { FILE *fp; char c; int count = 1; ...
[ "tug44890@chinook.cis.temple.edu" ]
tug44890@chinook.cis.temple.edu
c3945905a79b28e5dc3d74cf41955f369f788e29
97c81d3279af898a939da2a3fffad5bb248574d2
/Lab1/led_adv.c
20fcb1c33750d18e4747f05a7a7808046d8b4888
[]
no_license
m-rios/bsc-realtime-programming
a4e7c3696c3969b94c010c0fb3df9b77b0809d24
e9fd04bfa627720041a2d8ac213acc787068b3c8
refs/heads/master
2020-03-22T15:53:36.744137
2018-07-09T13:12:28
2018-07-09T13:12:28
null
0
0
null
null
null
null
UTF-8
C
false
false
703
c
// Mario Ríos Muñoz // Erik Alm #include "piodirect.h" #include <time.h> #include <signal.h> // #include <unistd.h> GPIO led; struct timespec tr; void sigterm_han(int signum) { if (signum == SIGINT) { destroy(led); printf("time remaining: %ld\n", tr.tv_nsec); } exit(signum); } int m...
[ "mrm994@gmail.com" ]
mrm994@gmail.com
09c5f0af0c54adb794f7d4035717bbb146ef821e
ed0ebc17ac1f06dc1734bef04c7a8630b02302e0
/Tarea1/tarea11.c
f03e298cce337f85285983f6327d736e93013afd
[]
no_license
kingbayron/tareas
17c2ba253a63740b0a290a22e98c02f4fe2cf127
6aa1dd29a4c39918803bca864c7441db85c14ded
refs/heads/master
2020-03-08T18:04:35.819320
2018-04-06T04:04:37
2018-04-06T04:04:37
128,285,876
0
0
null
2018-04-06T02:38:34
2018-04-06T02:00:54
C
UTF-8
C
false
false
4,896
c
#include<stdio.h> #include<stdlib.h> #include<string.h> struct telefono{ int numero; struct telefono *sgte; }; typedef struct telefono Telefono; typedef Telefono *ptrTelefono; struct correo{ char *email; struct correo *sgte; }; typedef struct correo Correo; typedef Correo *ptrCorreo;...
[ "noreply@github.com" ]
kingbayron.noreply@github.com
82f39adea3532cd657b44158be75a1d9287f2b53
3c6deda46fa37a42feebde0fb50dd0d6123b82b1
/0151/src/emu/cpu/drcbec.c
0a311289a84774606e37f5d8ac4ccd46e9f7a5d6
[]
no_license
AreaScout/mame-libretro
9fdb724edb58070162c1bd4e8b351a8f2da250ea
dd16543e4f77a2e42f5662a445f03079e2324221
refs/heads/master
2020-12-24T21:01:44.571706
2014-11-26T06:36:49
2014-11-26T06:36:49
null
0
0
null
null
null
null
UTF-8
C
false
false
74,071
c
// license:BSD-3-Clause // copyright-holders:Aaron Giles /*************************************************************************** drcbec.c Interpreted C core back-end for the universal machine language. ***************************************************************************/ #include "emu....
[ "rtype@foo.com" ]
rtype@foo.com
289ef567cc9717bdcb5a6c6520df491504573b05
6432ffa0649947cdb0c2045a3a7b2b2bee27e8c2
/d/shouxihu/yunshange.c
37af09d64bf598211c2b74c47df998701fd5ecc7
[]
no_license
MudRen/xkx100
f2e314a542e459502e28f311cd9f20ee7f7c6f43
dfca57e056460d7c0532a6e19a5e4add94a5588d
refs/heads/main
2022-03-05T00:08:01.398338
2022-01-25T09:00:27
2022-01-25T09:00:27
313,971,845
6
3
null
null
null
null
UTF-8
C
false
false
690
c
// Room: /yangzhou/yunshange.c // Last Modified by Winder on Jul. 20 2000 #include <ansi.h> inherit ROOM; void create() { set("short","云山阁"); set("long",@LONG 云山阁,面南五楹,阁高于地面不及一丈,中间设台阶上下,外中 柱悬挂书魏嘉瑛联(lian)。 LONG ); set("item_desc", ([ "lian" : HIG" 槛 阁 前 外 春 秋 色 ...
[ "freddy.chua@ey.com" ]
freddy.chua@ey.com
b282807624a5cf3611843e4887a484ddcf709659
ef9516aa1884650c91703d376c14cb0ad57bddf9
/c语言/langcai1943-embedded_programming_skills-master/embedded_programming_skills/1_src/06-route_module/main.c
cafa83c893b90507cb6f282d5e34776f8fc6b510
[]
no_license
jingxinmingzhi/jingxinmingzhi
8fa9de945e8291ff533303e6dacd5e48112ecdc4
c557539a8837a9b80e69e1a0878eea0d8d5cb54c
refs/heads/master
2022-12-09T13:47:10.508593
2020-07-16T14:33:35
2020-07-16T14:33:35
223,937,693
0
0
null
2022-12-08T04:23:30
2019-11-25T11:56:49
Jupyter Notebook
UTF-8
C
false
false
1,074
c
// 多模块相互之间两两通信的场景 #include <stdio.h> #include "module1.h" #include "module2.h" #include "module3.h" #include "route.h" #define MODULES_COUNT 4 typedef int (*FUNC)(void); typedef struct { char *name; FUNC init; FUNC run; FUNC exit; } MODULE_T; MODULE_T modules[MODULES_COUNT] = { {"模块1", module1_i...
[ "hnu_peace_liu@hnu.edu.cn" ]
hnu_peace_liu@hnu.edu.cn
734b60f1321e0f951ff9dcbeeb3bedcbe18afef8
114733fb2ff10139801fc3b043130f59adf1f0e3
/app/jni/alac_main.c
839b37016625d6eead27dbbdc4358c11d4d4ae8b
[]
no_license
avs333/alsaplayer
356fce3144460b74f46ce2ce07040eca22779105
868a4083c1225ca1c208efa66d66db8711afa21b
refs/heads/master
2020-04-15T16:56:25.151389
2019-12-24T18:38:11
2019-12-24T18:38:11
27,498,282
8
4
null
null
null
null
UTF-8
C
false
false
4,926
c
#include <stdio.h> #include <string.h> #include <stdlib.h> #include <inttypes.h> #include <stdbool.h> #include <fcntl.h> #include <unistd.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <sys/mman.h> #include <pthread.h> #include <limits.h> #include <sys/time.h> #ifdef ANDROID #include <a...
[ "avs234@gmail.com" ]
avs234@gmail.com
32fa5a4cc032d15d686cada5073a629f23051aeb
bfb25e001363707247f1319750df75dd79c3475b
/src/mpid/ch3/channels/ib/src/ch3_alloc_mem.c
73165003d15550d0f41b253bef3fc485e960f01d
[ "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-other-permissive", "mpich2" ]
permissive
raffenet/mpich-CVS
8cd6031a2f54bfd8353c936cbafb70aa91c93f98
2d33e2742e8c00db4f56a373fea051cc6c0ee0d0
refs/heads/master
2020-07-09T20:57:13.275683
2009-12-28T16:16:14
2009-12-28T16:16:14
204,057,258
0
0
null
null
null
null
UTF-8
C
false
false
1,423
c
/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* * (C) 2001 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. */ #include "mpidi_ch3_impl.h" MPIDI_CH3I_Alloc_mem_list_t *MPIDI_CH3I_Alloc_mem_list_head = NULL; /* * MPIDI_CH3_alloc_mem() */ #undef FUNCNAME #define FUNCNAME MPIDI_CH3_Alloc_...
[ "ashton" ]
ashton
bba2e166b074f08065f4a0b7821786b0d9e665a1
09cbe7e8c4df619a4b77ec01f332b20ce20827f2
/AgDegNormalGravMixHyd/SaveDatatoMatrix.h
3f8f024d19615a544296dc87ebd6e54d00516e11
[]
no_license
csdms-contrib/stm
fa3dcde184ab268fcc3e0cd24abd062387431f1a
28c1c54e19c06067ca50f59ab2c27a8149ec3894
refs/heads/master
2020-06-06T05:13:09.915881
2010-07-06T23:11:20
2010-07-06T23:11:20
31,040,498
0
0
null
null
null
null
UTF-8
C
false
false
200
h
/* * SaveDatatoMatrix.h * AgDegNormalGravMixHyd * * Created by Andrew Leman on 6/29/09. * Copyright 2009 The University of Illinois-Civil Engineering Department. * All rights reserved. */
[ "huttone@c4ae7107-45b5-47ed-984a-6771847880d1" ]
huttone@c4ae7107-45b5-47ed-984a-6771847880d1
2152a023b5a088a9a5f05d41df90d0cfa3259317
682a32e30ff09143daa7b8739d3b8c8f9583c886
/libc/src/stdio/putchar.c
c299371fd39009156ad55b79fdba15c98966ab76
[]
no_license
adityavs/os
e59a80fdc584637a62411717d4d7e1cf57f5acf5
be15666e3c13036a48e7a4e831fe9fc5a9c1d8ee
refs/heads/master
2022-03-30T21:05:27.001248
2020-01-11T01:31:08
2020-01-11T01:31:08
null
0
0
null
null
null
null
UTF-8
C
false
false
208
c
#include "stdio.h" #if defined(__is_libk) #include <kernel/tty.h> #else #include "unistd.h" #endif int putchar(int c) { #if defined(__is_libk) return tty_putchar(c); #else return sys_putchar(c); #endif }
[ "tiagodopke@tutanota.com" ]
tiagodopke@tutanota.com
463b1dca086789d85bf4399f8d33c5bc02832987
69b6976d3ef4015b855c9423ed80f0a1a3f9e008
/src/reset.c
a900ca544d1666517671ade7bfd515f437c5dc9e
[]
no_license
99003758/assignment
3cf2d9099ad944ab17d291360559add73bf347bb
865501a7dbf832c2f8c5b4cc82496b1d993f9796
refs/heads/main
2023-03-08T11:25:15.501471
2021-02-24T11:19:30
2021-02-24T11:19:30
341,543,706
0
0
null
null
null
null
UTF-8
C
false
false
88
c
#include "bitmask.h" int resetBit(int m, int o) { return (m & (~(1 << (o - 1)))); }
[ "noreply@github.com" ]
99003758.noreply@github.com
cc9746af08f1ecf6dc92ea50a13f45d041bb23d0
104aaed99c6a8e8ef3febaf6f473121a4fc2d3f2
/tigress-generated-programs/empty-Seed2-RandomFuns-Type_char-ControlStructures_14-BB2-ForBound_constant-Operators_Shiftlt_Shiftrt_Lt_Gt_Le_Ge_Eq_Ne_BAnd_BXor_BOr.c
e12cf70cdbaff6b373a565a5e7fddbbdf2e129ac
[ "MIT" ]
permissive
WillJohn/obfuscation-benchmarks
528dd152e5e9a11571ae95a54040451d07c8805c
d11452ffb3ec7418a462f65d4034f9f1474136c8
refs/heads/master
2020-07-12T12:36:10.069207
2018-02-25T15:15:07
2018-02-25T15:15:07
null
0
0
null
null
null
null
UTF-8
C
false
false
3,403
c
/* Generated by CIL v. 1.7.0 */ /* print_CIL_Input is false */ struct _IO_FILE; struct timeval; extern float strtof(char const *str , char const *endptr ) ; extern void signal(int sig , void *func ) ; typedef struct _IO_FILE FILE; extern int atoi(char const *s ) ; extern double strtod(char const *str , char co...
[ "banescusebi@gmail.com" ]
banescusebi@gmail.com
239af175c174f4243a02affb6602a5bbbd291db5
d19497677380b6ae5664d541a9f9ef433787f79c
/components/libraries/log/nrf_log.h
42ad5fa8e7e397225c5dfb38f77530b590e13335
[]
no_license
sunzhec2702/dummy-project-diffuser
526824691ab4f6236706a922274af8a205dbbfa0
c4de61d099d941111706cc7e371ef4cc3b1e9f29
refs/heads/master
2020-12-25T23:09:46.010543
2016-09-21T04:01:33
2016-09-21T04:01:33
68,514,462
0
0
null
null
null
null
UTF-8
C
false
false
6,230
h
/* Copyright (c) 2016 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in detail in NORDIC * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. * * Licensees are granted free, non-transferable use...
[ "sunzhe_c2702@163.com" ]
sunzhe_c2702@163.com
05495fad306973bb6c02883bddbfad353fdb38e7
7396ad6c1980808aba6716515ecf28390786d879
/codigos/defines.h
3561ff513fd7cc7c99b4108be44a2b35d984d565
[]
no_license
dairansc/linhasmetro
9ee1a422a713d0ae9ad46402f67fef6f2aa4c162
2edcb9ffd7b6e7f7aaf098ba283bfa6bec17fa77
refs/heads/master
2021-01-10T12:44:18.286271
2010-10-07T19:36:32
2010-10-07T19:36:32
50,470,441
0
0
null
null
null
null
UTF-8
C
false
false
2,248
h
//#define PI 3.1415926535898 #define JANELA_TITULO "Linhas de Metro" #define JANELA_TAM_X 1000 #define JANELA_TAM_Y 500 //#define JANELA_COR_FUNDO PRETO //#define JANELA_COR_TEXTO BRANCO // Identificadores de Debug #define DEBUG_TREM 0 #define DEBUG_PAINEL 1 #define MODO_DEBUG 0 #define TEMPO_NA_PLATAFORMA...
[ "dairansc@gmail.com" ]
dairansc@gmail.com
f2c23946f6659fbc5d237777c928a08bd2cfcb62
1dc856a2a51e149e5bad78a89ecd1eaba2be9037
/.history/my_stc/CODE/MyDebug_20200624104832.c
5828112b97d4c3edd177d3d678ee65e5c4738641
[]
no_license
gdgly/STC_auto_car_last
f984a7ee1675c01deb318b3dbedd6237f24935ab
6fe9b6d8bb1dcd01601289baede3cee0bf2a6a74
refs/heads/master
2022-11-27T19:51:51.004781
2020-07-15T16:44:20
2020-07-15T16:44:20
null
0
0
null
null
null
null
UTF-8
C
false
false
10,904
c
/* * @Description : * @Version : * @Date : 2020-06-22 16:48:49 * @LastEditTime : 2020-06-24 10:48:30 */ #include "MyDebug.h" //上位机相关定义 float Variable[16]; //按键屏幕相关定义 uint8 KEY_UP,KEY_DOWN,KEY_LEFT,KEY_RIGHT,KEY_CEL,KEY_SURE; uint8 Page_Index=3,Para_Index=1,Para_Checked=0,Para_Choice=0; uint8 Para...
[ "iswenyan@gmail.com" ]
iswenyan@gmail.com
20bf3b88636938cb1a8ca3eaf1397e6bf0747d0b
dd1e9e3796576da599f3981a7abaf2fcd9d6b89a
/BlitzSharp3D/mono/monoutil.h
66daf1216a372d07abcc988f42165ef260710fcb
[ "Zlib", "BSD-3-Clause" ]
permissive
blitzimagine/BlitzSharp3D
4ae674cfdd2aba09f6844dce10ad44796c92aad0
cbf25a5d4ad3e1081e819c0dfaeb3ce40cd57860
refs/heads/master
2023-04-13T08:50:40.440863
2022-06-08T13:41:12
2022-06-08T13:41:12
189,093,663
9
1
NOASSERTION
2021-09-04T22:52:21
2019-05-28T19:52:11
C
UTF-8
C
false
false
310
h
#pragma once #ifdef _WIN32 #define PUBLIC_METHOD extern "C" __declspec(dllexport) #else #define PUBLIC_METHOD extern "C" #endif struct BBStr; extern BBStr* toBBStr(const char* str); extern void freeBBStr(BBStr* str); extern const char* toMonoStrNoFree(BBStr* str); extern const char* toMonoStr(BBStr* str);
[ "39096122+HumanGamer@users.noreply.github.com" ]
39096122+HumanGamer@users.noreply.github.com
59991c805291d643644da37f82f97d64d1d13c0f
3c2625d622bf17b9b72b31a1bd4053fedb1bc2c0
/datastruct_algorithm/c/search/BinarySearch/Bsearch.c
137f5fbdfeeca7d40e892d0b5fd4938aa6a4fef1
[]
no_license
harion01/JJUtil
578cd344b1a5420e8bfe37b0078651c5bf5186ca
36ff9a05d24892b631eef2b50c7a0f690eeb235b
refs/heads/master
2021-01-12T05:25:18.266422
2017-06-01T05:39:20
2017-06-01T05:39:20
77,925,894
1
0
null
2017-02-05T04:56:05
2017-01-03T14:49:02
C++
UTF-8
C
false
false
919
c
#include <stdlib.h> #include <stdio.h> #include "Score.h" Score* BinarySearch(Score List[], int Size, double Target){ int Left, Right, Mid; Left = 0 ; Right = Size -1; while(Left <= Right){ Mid = (Left + Right)/2; if(Target == List[Mid].score){ return &(List[Mid]); }else if(Target > List[Mid].score){ ...
[ "harion01@gmail.com" ]
harion01@gmail.com
66750754aca5298db53de272082a47005967a6a6
b93212d2b081889a9dcb798481881ccdfefc8372
/libipt/internal/include/pt_section.h
dab7ed4ff9566537b21bd8c9ee962901cb4ba1d9
[ "BSD-3-Clause" ]
permissive
pombreda/processor-trace
06b625fe262c4c538658ac16b9c8ad913189fa44
b0a868b917cce684cd7ed0b4f0bcbc5359543ceb
refs/heads/master
2020-12-26T03:23:34.327807
2015-02-25T14:42:32
2015-02-26T10:01:00
null
0
0
null
null
null
null
UTF-8
C
false
false
3,018
h
/* * Copyright (c) 2013-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 and the f...
[ "markus.t.metzger@intel.com" ]
markus.t.metzger@intel.com
c92958bec1c85630fa59a03f9261e3139a040888
9a595e5ad342b8f9c3164f256cde1fa9458a3b43
/Drivers/Eeprom_External_Driver/I2c_prg.c
b974d22ba333ab43d7008326e0ad643904f2bef0
[]
no_license
HebaRamadan/AVR-ATMega32
7551afcc47db312c354246aa61e20d2bf06c23f6
0c37d5d25a0506ec9533971d5a1673aa06835add
refs/heads/master
2023-05-30T07:23:37.505366
2021-06-17T14:20:37
2021-06-17T14:20:37
358,724,980
1
0
null
null
null
null
UTF-8
C
false
false
1,879
c
#include "../Lib/Std_types.h" #include "../Lib/Bit_math.h" #include "I2c_priv.h" #include "I2c_int.h" void I2c_vidInit(void) { /* Enable I2C */ TWCR.Bits.TWEN = 1; /* Enable Receiver Acknowledge */ TWCR.Bits.TWEA =1; /* Select SCL = Fcpu / (16 + (2xTWBRX4^TWPS)) = 250KHZ */ TWBR.Byte = 2; TWSR.Bits.TWPS = 0;...
[ "hebaramadan.taha@gmail.com" ]
hebaramadan.taha@gmail.com
3feb384d28e667d8ee79495b057d4c82331e2ae8
99a593dff79adf53a7cdcad0236ec241b215a8ae
/lab08/list_contains.c
0171406006190412acc9b9360d18ad4c3991891f
[]
no_license
Rlogarisation/helloC
8ca562d30fc6d5349d35c36bcb45dfff333e9879
74822242b4ad0b4ba3d2b3dfcd8fb8c2d8c3ae39
refs/heads/master
2023-04-30T15:28:35.610621
2021-05-20T05:12:50
2021-05-20T05:12:50
346,959,693
0
1
null
null
null
null
UTF-8
C
false
false
1,348
c
#include <stdio.h> #include <stdlib.h> #include <assert.h> struct node { struct node *next; int data; }; int contains(int value, struct node *head); struct node *strings_to_list(int len, char *strings[]); // DO NOT CHANGE THIS MAIN FUNCTION int main(int argc, char *argv[]) { int value; scanf("%d", &...
[ "z5206267@ad.unsw.edu.au" ]
z5206267@ad.unsw.edu.au
29a3e95a417713a18f47d11d7081fb8b510a1ced
cd899a08a4e3d14f84b73f4f774443e3401fb0a1
/HiSTBLinuxV100R005C00SPC041B020/source/boot/product/driver/frontend/tuner/MXL603/MxL603_TunerApi.c
7d0e815608885d9916bf05952b4e12b4589bbcf5
[]
no_license
xd5520026/hi3798mv100
d12ebd6cf8e086083740a8b381989256082f0839
12aa0504880d518a9fa15800d4f7a305a1f94dc6
refs/heads/master
2023-07-22T15:51:43.969863
2021-08-26T01:13:28
2021-08-26T01:13:28
null
0
0
null
null
null
null
UTF-8
C
false
false
31,491
c
/******************************************************************************* * * FILE NAME : MxL603_TunerApi.cpp * * AUTHOR : Dong Liu * * * DATE CREATED : 07/12/2011 * 11/30/2011 * * DESCRIPTION : This file contains ...
[ "glin.zhao@gmail.com" ]
glin.zhao@gmail.com
f7c0139cf5dc454966cead78ccb7c7d940df6d54
7186d63311651484fc8f3f87bfcf91d3d0a4d1e5
/GAME/LARA2GUN.H
6d6709732631ea99f7ce434b4576d2824958b28e
[]
no_license
zdimension/test-tr5
0d5def2ca6a3365ae5ce08ec219329c55b6f1730
40412ba8e94b74cbced8d611d8ff080a9124df81
refs/heads/master
2021-01-21T22:01:36.605819
2018-07-13T21:06:47
2018-07-13T21:06:47
95,147,276
2
0
null
null
null
null
UTF-8
C
false
false
718
h
#ifndef GAME_LARA2GUN_H #define GAME_LARA2GUN_H struct PISTOL_DEF { short ObjectNum; // size=0, offset=0 char Draw1Anim2; // size=0, offset=2 char Draw1Anim; // size=0, offset=3 char Draw2Anim; // size=0, offset=4 char RecoilAnim; // size=0, offset=5 }; /* This file was automatically generated. ...
[ "zippedfire@free.fr" ]
zippedfire@free.fr
465e037fd23e00d3954054a88fdd6da7fea1d05d
5a0009c9a92a7d73f641737bbfd42a46b85220ff
/K64F/Dev1_FreeRTOS/source/FreeRTOSConfig.h
60df7e661ced8f36029248622375c31868a1458e
[]
no_license
zedd-1983/project_journal
7ae64be5454abc6a26a6fb16b9f16ff7ef3fe389
2baabc7effbb7c12790a6793783f02f425682b09
refs/heads/master
2020-08-03T16:21:44.340307
2019-12-12T19:57:00
2019-12-12T19:57:00
211,811,627
0
0
null
2019-10-26T18:01:21
2019-09-30T08:23:30
C
UTF-8
C
false
false
6,612
h
/* * FreeRTOS Kernel V10.0.1 * Copyright (C) 2017 Amazon.com, Inc. or its affiliates. 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, includ...
[ "zkrousky@gmail.com" ]
zkrousky@gmail.com
12fd1e4b2313bae157c1ee962b940e2cb2aa4ceb
066af21c6d6d585d8290d608d1d775cbcd31858d
/dvbt/c/ts_converter/ts_converter.c
891dbd222b792091c5906522ca0bddaf3a3bcfc6
[]
no_license
ubriquejazz/FPGA
e657122a941b1c8febfed3b3984e3c3cb150ea82
ba610a758b5d604e0de09954008d103658ff6806
refs/heads/master
2020-06-01T18:58:40.734118
2019-06-08T13:44:37
2019-06-08T13:44:37
190,892,266
0
0
null
null
null
null
ISO-8859-1
C
false
false
1,475
c
#ifdef HAVE_CONFIG_H #include <config.h> #endif #include <stdio.h> #include <stdlib.h> FILE *fdatos_entrada; FILE *fdatos_salida; //FILE *fdatos_salida2; //FILE *fdatos_salida3; //FILE *fdatos_salida4; int i, cont; char byte; int main(int argc, char *argv[]) { fdatos_entrada = fopen("00_Bandas_vert...
[ "ubriquejazz@gmail.com" ]
ubriquejazz@gmail.com
bcf6b531c74a9581016b266c437941490356bcaf
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/linux/drivers/net/wireless/intel/ipw2x00/extr_ipw2200.c_ipw_send_rts_threshold.c
d840c414bd3d079a3c9b5879ac56790e611274d1
[]
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,145
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
bba30ffe2836a401025845660fe3df84d439af6d
4f105a11219cceb4ba1508f9f3c0498df12f75b4
/ch04/reptype.c
cd6a86d0c17e9bb4ff7e3683b1205cddee7b0439
[]
no_license
xtforever/hayashi2.eng
de6890333fa2760ceb74c6cce63c742c0fc8af12
fff83bc15dbe21b8ef51338d0d8cf07dc448a26a
refs/heads/master
2023-06-22T10:51:26.924023
2021-07-19T16:55:18
2021-07-19T16:55:18
387,239,677
0
0
null
null
null
null
UTF-8
C
false
false
2,956
c
/*********************************************************************** * This example program is an excerpt from the book: * * * * X Window OSF/Motif Toolkit Programming (II) * * - Graphics, Cu...
[ "wharms@bfs.de" ]
wharms@bfs.de
6764ef6e601904fa9618ced6d0e659f28520d851
1e56ba952dfe751e409b03a57306fd24ee1c6f73
/codes/key_released.c
78e580b28125514720fd1256e9931f3fe6e4c6d3
[]
no_license
vonreal/42-cub3d
1e95bad7e931bfa7cc03655b0e2a028c8c476838
886d3da22d80e68684cf76a20fe958dc100d6db2
refs/heads/master
2023-06-24T00:31:49.106788
2021-07-25T15:39:10
2021-07-25T15:39:10
null
0
0
null
null
null
null
UTF-8
C
false
false
1,763
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* key_released.c :+: :+: :+: ...
[ "jna@c2r8s1.42seoul.kr" ]
jna@c2r8s1.42seoul.kr
32f7b5cb2852ec5b2ab8b325549d1232c544af7a
5c255f911786e984286b1f7a4e6091a68419d049
/code/52f32dda-3f3e-47fb-ac2a-c97c241eef3a.c
4741052028c5d8b56f8ec4e3da38329505228a0d
[]
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
253
c
#include <stdio.h> int main() { int i=4; int j=12; int k; int l; k = 53; l = 64; k = i/j; l = i/j; l = l/j; l = l/j; l = i%j; l = l%j; j = k-k*i; printf("vulnerability"); printf("%d%d\n",k,l); return 0; }
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
d4ffdd760c0ba3ddd246fb435b4f8b4a2174a312
883a4d2e9e3216e314cbcac4809b193cd8302eac
/Algorithms/ycechung_20302048p2/Queue/queueADT.h
4eac8bca5a251a57a578c28391252daf2c8e86ca
[]
no_license
ycechung/uni_code
1a6da58f93b0a22fc797f3b1ea9f4c052725488e
70b5a6a3e86116d5d7af5f71c33a58c1640e143f
refs/heads/master
2020-06-29T23:21:40.073931
2012-03-10T02:43:21
2012-03-10T02:43:21
3,676,563
0
0
null
null
null
null
UTF-8
C
false
false
2,095
h
#ifndef QUEUE_H #define QUEUE_H /*********************************************** * * Student Name: Eugene Chung * Student ID: 20302048 * * By submitting this file, I affirm that * I am the author of all modifications to * the provided code. * * Submitted for MTE 140. Spring 2009 * Department of Mechatronic...
[ "eternity_nemesis@hotmail.com" ]
eternity_nemesis@hotmail.com
f40571f4e72af6dbd66200ff78f65f563bef01a6
27b3c7fa81a61d9f600ec3010c1e82002ef79b80
/arm/mirrr/inc/msctf.h
1a2961cfc7c2729963f89a1e817fe26c8bffe4e6
[]
no_license
siemens-elfloader/elf
d9222a44481d3a6d2669446cd08c110a80f26225
878f7315e755a061967e6d8e0f59566829a9fbdf
refs/heads/master
2023-02-13T06:59:48.187208
2021-01-06T09:41:52
2021-01-06T09:41:52
327,263,185
2
0
null
null
null
null
UTF-8
C
false
false
398,199
h
#pragma option push -b -a8 -pc -A- /*P_O_Push*/ #pragma warning( disable: 4049 ) /* more than 64k source lines */ /* this ALWAYS GENERATED file contains the definitions for the interfaces */ /* File created by MIDL compiler version 6.00.0347 */ /* Compiler settings for msctf.idl: Oicf, W1, Zp8, env=W...
[ "danile71@gmail.com" ]
danile71@gmail.com
58ffbd361f8da205462568686066ccc6161c9377
d579743032f17585fb4192258738b3be09c16e27
/习题/c/task/9/task1.c
f79a2f517d962e34677d8370cc7918f6ae4c8afd
[]
no_license
jinmin-chen/embedded
8d6325befcdcc1f7e9f1c591cc5f2fe87f749264
9127a237df56e76ef6b0fa2ddd7426040bf139c4
refs/heads/master
2020-09-30T13:45:18.208309
2016-06-16T15:05:29
2016-06-16T15:05:29
227,299,506
0
1
null
2019-12-11T07:08:03
2019-12-11T07:08:02
null
UTF-8
C
false
false
475
c
#include<stdio.h> #include<string.h> int main() { char str[100]; gets(str); char a[100][100]; int i=0,j=0,flag=0; char *p; for(p=str;*p!='\0';p++) { if(*p>=48 && *p<=57) { j++; } if(*p>=48&&*p<=57 && flag==0) { a[i++]=p; flag=1; //j++; } else if(*p<48 || *p>57) { flag=0; a[i][j]...
[ "shaoceng.peng@ipinyou.com" ]
shaoceng.peng@ipinyou.com
c810f6ec29e7791f4cbdbca189eaa7e20361d9e9
357c68d24389b7708d0d11f920340c9b283c824e
/ida_build/lib/util/string.c
8e9f1673eb47dda78d9ef7e583839a81289a1d08
[]
no_license
joeledwards/asl-station-processor
80361a786ee277999b30d87ac1497c0bdc47d119
d73f5167baf01e2d7455b180f8757b0988c78d45
refs/heads/master
2020-05-31T10:06:58.948122
2012-10-29T16:38:27
2012-10-29T16:38:27
6,052,634
1
1
null
null
null
null
UTF-8
C
false
false
7,039
c
#pragma ident "$Id: string.c,v 1.7 2008/10/02 22:55:29 dechavez Exp $" /*====================================================================== * * various strings related utilities * *====================================================================*/ #include "util.h" char *utilDotDecimalString(UINT32 addr, ...
[ "maint@SLATE1.(none)" ]
maint@SLATE1.(none)
2393a6da94c9d8c0bed0cdd2e278f78da9844902
0b4d5b22e19b823ec33846a5aa1ecaa615b08f60
/Inc/middleware/controls/bezierCurves/bezierCurves.h
eed1600a8b8b1a7e27dd21fcea1296710a4ab68d
[]
no_license
BGCX261/zhonx3-git
616ed80c911b4cbddf14e3f0f076fa73e31647bf
abd841177a61874623772904bdfa57b79b9df62e
refs/heads/master
2016-09-07T00:55:23.890444
2015-07-24T19:01:06
2015-07-24T19:01:06
42,316,474
0
1
null
null
null
null
UTF-8
C
false
false
206
h
/* * bezier_curves.h * * Created on: 25 mars 2015 * Author: zhonx */ #ifndef BEZIER_CURVES_H_ #define BEZIER_CURVES_H_ typedef struct { char x; char y; }point; #endif /* BEZIER_CURVES_H_ */
[ "pacabot.RCn@gmail.com" ]
pacabot.RCn@gmail.com
160381fc1f963ed74192c37a52d7408e6cb0cbc3
138c849d97f084224d7a83916e3824cdcddca3bb
/codecs-omapl138_4_02_00_00/packages/ti/sdo/codecs/mpeg4enc/app/Client/Test/Src/alg_malloc.c
8cf25cf0cde65a7b427a42d4689b54913f17b8d1
[]
no_license
lab85-ru/ti-dvsdk_omapl138-evm_04_03_00_06
7210a0324d9b520aa4e17879fe1bb84af98b1178
350e68dd99669e46c6f679e91216e22412ee50c5
refs/heads/master
2022-07-29T11:31:20.816254
2020-05-17T18:09:02
2020-05-17T18:09:02
264,720,283
1
0
null
null
null
null
UTF-8
C
false
false
10,482
c
/* ========================================================================== */ /* */ /* TEXAS INSTRUMENTS, INC. */ /* ...
[ "info@lab85.ru" ]
info@lab85.ru
063336484a53dfafbbe3d9fbe8ea5e5bd1ced6c7
3245ef87b3f6cfc915587c82e8bd92e45dbd9d8e
/src/crypto/sph_fugue.h
d9a46f6b77eae9c6a5e1cf35b2b87addd64e8f83
[]
no_license
coinmenace/EzeCoin
eea6f5e9362efdf843ed8bdeb55a7fdb67d59eec
97ab36a0e61d799ff0523c59e731cd497d7cf06b
refs/heads/master
2020-03-10T13:21:49.438220
2018-04-13T15:42:56
2018-04-13T15:42:56
129,398,404
0
0
null
null
null
null
UTF-8
C
false
false
129
h
version https://git-lfs.github.com/spec/v1 oid sha256:280fa85887e780295ebffef4702bf795abf9af6da950aaa6fa3107feddde22b8 size 1637
[ "webframes@gmail.com" ]
webframes@gmail.com
edc0e1cdb3d3124aad486aa348f53c0ffe9a1f9a
16a76ee66d9b2f59c9beee4a4a0e104ce347e32a
/malware_via_email/malware_1275/ia32_pe/by_hex-rays.c
dd2a4714298fa4109b9a656c1a8f8f4756a79ef4
[]
no_license
rfalke/decompiler-subjects
4cee3263fa9116285b4bc4b6373efd2e4efa925f
7187fa93b285c32325826eecd0128e907a28809b
refs/heads/master
2023-08-10T08:24:27.198393
2023-07-28T19:44:41
2023-07-28T19:44:41
3,725,678
41
12
null
2023-03-15T16:14:41
2012-03-15T06:01:36
null
WINDOWS-1252
C
false
false
7,273
c
/* This file was generated by the Hex-Rays decompiler. Copyright (c) 2007-2020 Hex-Rays <info@hex-rays.com> Detected compiler: Visual C++ */ #include <windows.h> #include <defs.h> //------------------------------------------------------------------------- // Function declarations // void __usercall sub_40948...
[ "i-git-stone@rf.risimo.net" ]
i-git-stone@rf.risimo.net
f2a108b71f2c6d322b281aba9cea1102286fbc7a
b84bbdb1164a9e22d5d1c1ee2255fa3b33aa7b92
/practica 2. Condicionales/numero par e impar.c
231b7bdbfec2b35d6be226d341f9b217c22a3f78
[]
no_license
Popoki25/P_PyMN-2020
0e2c575e4c7c2846fe04ec04337095398b12c371
bfa7a6aa47691669cd956ef1ac91de37674ddaf5
refs/heads/main
2023-02-03T07:33:23.403677
2020-12-15T16:46:50
2020-12-15T16:46:50
320,677,955
2
0
null
null
null
null
UTF-8
C
false
false
233
c
#include <stdio.h> int num; int main() { printf("Ingresa un numero entero y positivo\n"); scanf("%d",&num ); if (num%2==0) { printf("El numero es par\n"); } else { printf("El numero es impar\n"); } return 0; }
[ "noreply@github.com" ]
Popoki25.noreply@github.com
451666c39d1ff993c5bed7182462151a7a71d54f
9d9e4088862468b4ff8baf38431e603b101c02ef
/3D RUN/3DRun/Classes/Native/UnityEngine_UI_UnityEngine_UI_CoroutineTween_ColorTweenMethodDeclarations.h
3fb7b7d47a877a8846a2d05163203fdd41928567
[]
no_license
jmh6672/Run_3D
22ca1ba59b8d7fe567df3781a31b80b28788e3aa
f72d30ce5ffbe493020a92b105a59c0fe348f747
refs/heads/master
2021-09-14T00:17:56.572759
2018-02-13T08:59:05
2018-02-13T08:59:05
115,467,966
0
0
null
null
null
null
UTF-8
C
false
false
3,844
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include <assert.h> #include <exception> // UnityEngine.Events.UnityAction`1<UnityEngine.Color> struct UnityAction_1_t841; #include "codegen/il2cpp-codegen.h" #include "UnityEngine_U...
[ "" ]
c115112dfbd074af3a1ce629a494d6025b46bc3f
36741ebbbeed10df63fa9d81cb6e5fbec04a7051
/src/liboyranos/oyranos_monitor_effect.c
ec3de5c2a0037002181b5d64b191caa8ae0a6b1b
[ "BSD-3-Clause", "LicenseRef-scancode-public-domain" ]
permissive
oyranos-cms/oyranos
514c1663934f408e2ebab85a75d19349daddeef8
9ab91fa085c93bc8415aa1ae9539acc0808c3fdf
refs/heads/master
2023-06-08T10:00:39.168911
2023-05-30T06:14:51
2023-05-30T06:14:51
22,095,358
21
7
NOASSERTION
2019-04-04T06:44:11
2014-07-22T07:46:14
C
UTF-8
C
false
false
36,321
c
/** @file oyranos_monitor_effect.c * * Oyranos is an open source Color Management System * * @par Copyright: * 2018-2019 (C) Kai-Uwe Behrmann * * @internal * @brief monitor effect APIs * @author Kai-Uwe Behrmann <ku.b@gmx.de> * @par License: * new BSD <http://www.opensource....
[ "ku.b@gmx.de" ]
ku.b@gmx.de
287eed746a76e99720cfa702cb3f1e811dfc2cb0
c8626234dacbf1e641d2c29bb44a7574505ffc3d
/dino/dino.h
1aa6e3868a0b73b94219c630bf83ab0b9d46b24c
[]
no_license
PotatoDIY/attiny85
be5b2f3950d1fd51ff0bc3170b3f6d619c99dc3c
f4264a11e3455a9646e5e20c4e2adec1cd6db9e7
refs/heads/master
2020-08-23T21:59:25.536696
2019-12-04T09:49:46
2019-12-04T09:49:46
216,712,417
2
0
null
null
null
null
UTF-8
C
false
false
2,671
h
//------------------------------------------------------------------------------ // File generated by LCD Assistant // http://en.radzio.dxp.pl/bitmap_converter/ //------------------------------------------------------------------------------ // 32*32 const uint8_t dino_a [] PROGMEM = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x0...
[ "potatodiy@163.com" ]
potatodiy@163.com
eed38681dcc26828774673c44d0d207fa368be37
c67c1c65e7dbcda96243efc18cac71b883b203f9
/in_memory_storage/src/main/cpp/StoreUtil.h
88e914b37485e748c67f01c181013737344e6387
[]
no_license
morristech/secure-memory-kotlin-java-ndk
ef3869fccdddb3df5352e87fc0917996185a8a4b
1163fd7dbc2cbd86730ba4195e6f3216d99dfb46
refs/heads/master
2020-06-24T20:22:15.768228
2019-02-08T15:56:29
2019-02-08T15:56:29
null
0
0
null
null
null
null
UTF-8
C
false
false
505
h
// // Created by Ihor Kucherenko on 6/22/17. // #ifndef INMEMORYSTORAGE_STOREUTIL_H #define INMEMORYSTORAGE_STOREUTIL_H #include <jni.h> #include "Store.h" bool isEntryValid(JNIEnv* pEnv, StoreEntry* pEntry, StoreType pType); StoreEntry* allocateEntry(JNIEnv* pEnv, Store* pStore, jstring pKey); StoreEntry* findEnt...
[ "kuchernkoigor@gmail.com" ]
kuchernkoigor@gmail.com