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
494716c924fbcb998368e2452ad8e5146706d363
639cac9f4c67d1febb67e07e510a34a0ca803d77
/coordinate.c
95ca556bb8855cd5c48fe17ae8004597c98af516
[ "MIT" ]
permissive
0xkalvin/snake
b01c49482d6979f405537baacc5e6592f5616cad
2c9d204ec1acc2826c951cebfe93c7b8820bab49
refs/heads/master
2022-12-03T06:10:20.756331
2020-08-23T05:11:40
2020-08-23T05:11:40
287,988,495
1
0
null
null
null
null
UTF-8
C
false
false
213
c
#include "coordinate.h" Coordinate* create_coordinate(int x, int y){ Coordinate* coordinate = (Coordinate*)malloc(sizeof(Coordinate)); coordinate->x = x; coordinate->y = y; return coordinate; }
[ "kalvin.vasconcellos@gmail.com" ]
kalvin.vasconcellos@gmail.com
514a63eaed114384e4bc68dcce6a83e2c6784366
be3167504c0e32d7708e7d13725c2dbc9232f2cb
/mame/src/mame/video/changela.c
052a7dd8d89ac038e9dfef4f373f8fbbb9ff076d
[]
no_license
sysfce2/MAME-Plus-Plus-Kaillera
83b52085dda65045d9f5e8a0b6f3977d75179e78
9692743849af5a808e217470abc46e813c9068a5
refs/heads/master
2023-08-10T06:12:47.451039
2016-08-01T09:44:21
2016-08-01T09:44:21
null
0
0
null
null
null
null
UTF-8
C
false
false
26,445
c
/************************************************************************** Change Lanes - Video Hardware (C) Taito 1983 Jarek Burczynski Phil Stroffolino Tomasz Slanina Adam Bousley Todo: Priority between tree0 and tree1. ***************************************************************************/ #in...
[ "mameppk@199a702f-54f1-4ac0-8451-560dfe28270b" ]
mameppk@199a702f-54f1-4ac0-8451-560dfe28270b
2027456fca8b8e1441353b453b7398cd11312b9d
b7bbd8f715908547cccb535f6494cac183e14fa0
/src/mock/sandbox_rule.h
b5155d6cb102edce2f8d3ffe92fe90361c886d80
[]
no_license
krytarowski/netbsd-sandbox
77ea6a0a661b89853cc69d132ded384ac47fe937
95d80eda60aa112263b51b08433ace7590668e36
refs/heads/master
2022-04-10T14:12:25.951673
2020-01-03T20:51:04
2020-01-03T20:51:04
null
0
0
null
null
null
null
UTF-8
C
false
false
869
h
#ifndef _SANDBOX_RULE_H_ #define _SANDBOX_RULE_H_ #define SANDBOX_RULE_MAXNAMELEN 32 /* includes null */ #define SANDBOX_RULE_MAXNAMES 3 struct sandbox_rule { const char *names[SANDBOX_RULE_MAXNAMES]; }; #define SANDBOX_RULE_SCOPE(rule) ((rule)->names[0]) #define SANDBOX_RULE_ACTION(rule) ((rule)...
[ "smherwig@gmail.com" ]
smherwig@gmail.com
77dbff2b3789040754df02c0d0a1dd87c88b86e5
1a81861af73b305fe2e551646ca66e67f4bde460
/PROGRAM/DIALOGS/ENGLISH/opium_dialog.h
5580dae9cd32b5b2b96b2e99ace8974845b4019c
[]
no_license
q4a/new-horizons-old
f810a29192efd635a924f1b9004a849b40e9fe20
538f46734cf1211e18b8ab265803163c4352b805
refs/heads/master
2022-11-05T06:41:45.855483
2016-09-13T18:35:42
2016-09-13T18:35:42
null
0
0
null
null
null
null
UTF-8
C
false
false
2,937
h
string DLG_TEXT[52] = { "Oi, mi madre! Och! Woooaahh... hey there lad or lass (I can't quite see straightly, hee hee), you look like you could use some toughening up. Howsabout you let me etch a pretty picture into your flesh, like all the other sailors are wantin'?", "Well, my skin does look a bit bare... I almost f...
[ "pieter_boelen@planet.nl" ]
pieter_boelen@planet.nl
e58d3dda133778115624ce726c19b13e63f444e8
b2d48aac47dc3a3050f9cb562808f0e6f19a36e4
/raju/tcp1/server1.c
2b3b663c7474c82443ade1ec3cc8169330d5f1f7
[]
no_license
bhagavansprasad/students
7f7df2f4c2350025d58406794a7d94d9c8a9d7be
2822fb81cfb6714d48dea1e4957d6011ffa6198b
refs/heads/master
2023-08-04T04:44:11.346963
2023-07-24T06:09:00
2023-07-24T06:09:00
193,177,404
0
0
null
2022-11-30T23:33:00
2019-06-22T01:21:59
C
UTF-8
C
false
false
1,561
c
//SERVER #include<stdio.h> #include<netinet/in.h> #include<sys/types.h> #include<sys/socket.h> #include<netdb.h> #include<stdlib.h> #include<string.h> #define MAX 80 #define PORT 43454 #define SA struct sockaddr void func(int sockfd) { char buff[MAX]; int n; for(;;) { bzero(buff,MAX); read(soc...
[ "bhagavan.prasad@blackpeppertech.com" ]
bhagavan.prasad@blackpeppertech.com
1460fcc9e5125b928c09e08e872f3c580432c0b3
316d7bd2b7506c385db800dcbd702af8699bcf49
/MXQ/lib/bsp/twrmcf54418/init_uart0.c
ebd1f6c0511b6a738af91e8704c1adf19e20c295
[]
no_license
Vinhuit/Freescale
92146a7658a789f4b41b4144c32ebb931a7d2a9a
fbc12747520b09316dc9fe3185228bbec4f6f9d7
refs/heads/master
2021-01-23T06:58:54.078108
2015-09-17T04:29:41
2015-09-17T04:29:41
42,633,866
2
0
null
null
null
null
UTF-8
C
false
false
1,760
c
/*HEADER********************************************************************** * * Copyright 2008 Freescale Semiconductor, Inc. * * This software is owned or controlled by Freescale Semiconductor. * Use of this software is governed by the Freescale MQX RTOS License * distributed with this Material. * See the MQX_RTOS_L...
[ "caubequay00@gmail.com" ]
caubequay00@gmail.com
ac46623526127ba69ab5340da157030667383a8e
963eab6bceccc9981600ab889a045b290f9819d5
/app/src/main/cpp/baresip.c
77fd90ac3d4063758ba3137656b584e8eb964d58
[ "BSD-3-Clause" ]
permissive
erkapilmehta/baresip-studio
af60914fbecf282495896fda00f92ffc91cca6ce
cebbd237f3f3423878bdd59a0073452053d02c35
refs/heads/master
2022-04-21T19:01:07.227717
2020-04-21T15:08:21
2020-04-21T15:08:21
null
0
0
null
null
null
null
UTF-8
C
false
false
58,296
c
#include <string.h> #include <pthread.h> #include <jni.h> #include <android/log.h> #include <stdlib.h> #include <re.h> #include <baresip.h> #define LOGD(...) \ if (log_level_get() < LEVEL_INFO) ((void)__android_log_print(ANDROID_LOG_DEBUG, "Baresip Lib", __VA_ARGS__)) #define LOGI(...) \ if (log_level_get() <...
[ "jh@tutpro.com" ]
jh@tutpro.com
6fd3879a507e432c59eb828e0e3568b61dfd1861
bef06858749b8bd5c9b0b67e7d558d1e22ef08a6
/resort.h
17bcee909315d01ad56d2303795e507bdb4df350
[]
no_license
cuylerquint/resort_SPA
d5f395f4798a36827cbdb5660d7dfe48232818dc
9eb945bfabf53181cf58975ea1ee15568969c61e
refs/heads/master
2020-12-25T14:48:36.923863
2017-06-20T02:16:14
2017-06-20T02:16:14
66,786,661
0
0
null
null
null
null
UTF-8
C
false
false
172
h
typedef struct { Waypoint * waypoints; Chair * chairs; Trail * trails; }Resort; void init_Resort(Resort * me, Waypoint * waypoints, Chair * chairs, Trail * trails);
[ "deanquint@gmail.com" ]
deanquint@gmail.com
d645754730a88255ee85eafe7db156f538f82f25
d8e50207d9c072c321fb961765679482d75a61b3
/GD32C10x/GD32C10x_Firmware_Library_V1.0.1/Examples/USBFS/USB_Device/msc_udisk/src/app.c
c978e7c9f756ffb88cf8893118dc2e442a0f205a
[ "BSD-3-Clause" ]
permissive
zhou-peter/gigadevice-firmware-and-docs
f22e6301051b788b2b547cb32da3f2f8f80ce9dc
c2f545f960f05371aa1945de5b5a72a45612fb7c
refs/heads/main
2023-07-17T19:15:46.501716
2021-09-04T17:57:12
2021-09-04T17:57:12
null
0
0
null
null
null
null
UTF-8
C
false
false
2,372
c
/*! \file main.c \brief USB main routine for MSC device(Udisk) \version 2020-12-31, V1.0.0, firmware for GD32C10x */ /* Copyright (c) 2020, GigaDevice Semiconductor Inc. Redistribution and use in source and binary forms, with or without modification, are permitted provided that ...
[ "jesse@keyboard.io" ]
jesse@keyboard.io
be74cc784b2cccb1343b6c6991135919b1872f3a
45438c8e2d45d307bdc9b14f51fd72daa6bf5a4f
/Include/Math/cglm/mat3.h
d33c148fb49c0d7fdc2b1bf12d283135f32450f2
[]
no_license
STEAKISAWAKE/CUpsilon
656b715bbe58123366c38d5f44ecb40534703dac
5a6c46a990872704f831ed8fbb060e1bd1b09d37
refs/heads/master
2022-04-23T15:28:21.018440
2020-04-17T06:36:03
2020-04-17T06:36:03
256,331,033
0
0
null
null
null
null
UTF-8
C
false
false
10,235
h
/* * Copyright (c), Recep Aslantas. * * MIT License (MIT), http://opensource.org/licenses/MIT * Full license can be found in the LICENSE file */ /* Macros: GLM_MAT3_IDENTITY_INIT GLM_MAT3_ZERO_INIT GLM_MAT3_IDENTITY GLM_MAT3_ZERO glm_mat3_dup(mat, dest) Functions: void glm_mat3_copy(mat3 ma...
[ "STEAKISAWAKE@github.com" ]
STEAKISAWAKE@github.com
319141ed6de18b641e654785d9f16de6273ff95a
0eb64750051fed2a2af7625d452e4d3f9cf7115b
/Chapter 2/Exercise08.c
0f2bafdb23385fd95954b556d25096d78ef69d1e
[]
no_license
Cruzer-S/TCPL
e41b73231ac5d133ed10e95d9f6ab2e838ba1c27
8ad36d8fd57a3fca7838041649b0a9810d3254eb
refs/heads/main
2023-02-20T17:03:38.822097
2021-01-23T12:52:10
2021-01-23T12:52:10
329,933,995
1
0
null
null
null
null
UTF-8
C
false
false
409
c
#include <stdio.h> #include <limits.h> #ifndef UINT_WIDTH #define UINT_WIDTH (CHAR_BIT * sizeof(unsigned)) #endif unsigned rightrot(unsigned , unsigned ); int main() { printf("%#x \n", rightrot(0x1234FEDC, 16)); return 0; } unsigned rightrot(unsigned x, unsigned n) { unsigned save; int i; for (i = 0; i < n; ...
[ "yyyynoom@gmail.com" ]
yyyynoom@gmail.com
386bb39a8e535f8a1b437b21a50907281368cce6
610b50d1bd3a3ed2e7a8879ed601ffa54d65551a
/STC8051_DetectionSystem/lcd1602.h
993618966043a75ae52eaa8a64c23c8d9db76713
[]
no_license
LiangJinlongFX/Temperature-humidity_DetectionSystem
67595965d899a05b77fde41ff916a5592beaeb39
4a08881854df0cbd3b87d30c011534965e2eb5c2
refs/heads/master
2021-07-20T21:39:10.881828
2021-07-19T15:11:10
2021-07-19T15:11:10
161,880,559
0
0
null
null
null
null
GB18030
C
false
false
876
h
#ifndef _LCD1602_H #define _LCD1602_H #include "stc89c5xrc.h" #include "sys.h" #include "DHT11.h" /* 数据类型修饰符重定义 */ #define uint8 unsigned char #define uint16 unsigned int /* LCD1602寄存器地址地址 */ #define BUSY 0x88 /* LCD1602 硬件接口配置 */ #define LCD_DATA P0 sbit LCD_RW = P2^6; sbit LCD_RS = P2^7; sbit LCD_EN = P2^5; /* ...
[ "ljl96@live.com" ]
ljl96@live.com
1644da664db0b81f70e81967637c1e84247ff089
986561dec5e2a9457625771f130f60c90d087dcf
/Data_Acquisition_System/TinyRTC_DS1307/micro_config.h
b1ea8b45ba069a018ec1d88fe0d2e13bce9d219b
[]
no_license
AbdallhAbdelhamid/ROV
4dc1c71d53a8fd9da8e4866602f53da2c0e73ac4
3f15a603bf4965d469b8966fc90b155d89d289fc
refs/heads/master
2020-08-27T11:38:00.491748
2019-11-14T23:50:48
2019-11-14T23:50:48
217,353,558
0
0
null
null
null
null
UTF-8
C
false
false
595
h
/****************************************************************************** * * Module: Micro - Configuration * * File Name: Micro_Config.h * * Description: File include all Microcontroller libraries * * Author: Mohamed Tarek * *******************************************************************...
[ "noreply@github.com" ]
AbdallhAbdelhamid.noreply@github.com
4b653aff3d9c9bb56b06c3fba8f3bde063e111b8
3754aa51a19dcf646b7a082acde02db30e271bb1
/ast-ast/src/lib/libast/vmalloc/vmstrdup.c
8bbe524fb3047e90e988a5350e71322493717659
[]
no_license
packerliu/pads
77a05b12c43ac68c5a0b5a31bc3e0568e71de75c
a944700f5a8194446369e51691859cf725f427a7
refs/heads/master
2020-03-22T21:14:34.840569
2018-07-12T15:00:55
2018-07-12T15:00:55
140,670,320
0
0
null
null
null
null
UTF-8
C
false
false
1,938
c
/*********************************************************************** * * * This software is part of the ast package * * Copyright (c) 1985-2008 AT&T Intellectual Property * * and i...
[ "kathleen.fisher@gmail.com" ]
kathleen.fisher@gmail.com
2d646dfef04937eb4fcf1bac075e504b70740d5c
e5f92425c2fd35e55384e28992ccf267b9c314a6
/client.c
65f9bfc51439a1ae73289824d8ca07e65a08e41e
[]
no_license
manavkulshrestha/MathBot
877c68a56c4f8b25c59196fb42fddc97712804e3
80d443269402236cea388b1edcc3b17485b4a87a
refs/heads/master
2020-05-15T19:41:22.980853
2019-04-22T17:56:08
2019-04-22T17:56:08
182,461,894
0
0
null
null
null
null
UTF-8
C
false
false
4,515
c
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/socket.h> #include <netinet/in.h> #include <netinet/ip.h> #include <unistd.h> #include <errno.h> #include <netdb.h> #define BUFFER_LEN 128 #define FLAG_LEN 64 /* Arguments: char *ip - host ip to connect to. in...
[ "manavkoolz@gmail.com" ]
manavkoolz@gmail.com
e49b7ddcb44b636260900ffb4aa1081a6d043510
28a0926835c02cfea0bfdd7ebaf7d2cb67754a43
/plugins/GFLLibraryBuilder/GFLLibraryBuilder_i.c
4b4c8dcfc76c9f0ec577ea6644ed5970e8568c41
[]
no_license
DavidAlphaFox/shareaza
d370bc8c55954472cb0496ea8f5d82210cf84b72
88c94cba359d6a86614892410b25eaa739354b0d
refs/heads/master
2023-04-17T21:01:35.768054
2021-05-06T13:10:31
2021-05-06T13:10:31
364,914,641
1
1
null
null
null
null
UTF-8
C
false
false
1,907
c
/* this ALWAYS GENERATED file contains the IIDs and CLSIDs */ /* link this file in with the server and any clients */ /* File created by MIDL compiler version 8.01.0622 */ /* at Tue Jan 19 06:14:07 2038 */ /* Compiler settings for GFLLibraryBuilder.idl: Oicf, W1, Zp8, env=Win64 (32b run), target_a...
[ "david.alpha.fox@gmail.com" ]
david.alpha.fox@gmail.com
9959a3e41b578fe3fcd3f6a724763abb2053081b
ce2b59877fa13b154b91e8852b6f9e671482689a
/isic-0.07/isic.h
c12f71663d15ce99f76d3132562db38f6c8ff8e5
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
bl5200/isic077
796fae4722f68b185ec88014a0b7a799db9f3571
45da14653a01855366f60b0c182f6889ba868cfb
refs/heads/master
2023-08-08T11:32:39.955644
2023-07-22T15:08:34
2023-07-22T15:08:34
41,617,061
2
2
null
null
null
null
UTF-8
C
false
false
735
h
#include <strings.h> #ifndef __FAVOR_BSD # define __FAVOR_BSD #endif #include <libnet.h> #include <netinet/ip_icmp.h> #include <netinet/icmp6.h> #include <netinet/ip6.h> #include <netinet/if_ether.h> #ifndef ETHER_FRAME_SIZE #define ETHER_FRAME_SIZE 1500 #endif #define IP_H 20 #define UDP_H 8 #define IP6_...
[ "bl520025@gmail.com" ]
bl520025@gmail.com
7367c4e8c287ea0db128b61b3df066485bf8c2c5
57bbb78405525f6d15a01a1f2e79dd580853d01d
/Trash/mc9s12xd256/LATEST/SIMAr TEST/Sources/servomotor.h
f8c2c7bb2b521e39f394542931480b39dd7ebd42
[]
no_license
gursimar/smartCarRace
a295ce807dfa7d275e01ad709d87f2efbb51cbed
bfe20d2b5d6a1a61c1b72eb4684a089e67188a3f
refs/heads/master
2021-01-10T11:00:31.190592
2011-03-19T02:32:51
2011-03-19T02:32:51
46,859,177
0
0
null
null
null
null
UTF-8
C
false
false
1,831
h
void servo_init() { PWMCTL_CON23=1; PWME_PWME2=1; //PWM channel 2 Enable PWME_PWME3=1; //PWM channel 3 Enable PWMPOL_PPOL2=1; //PWM pulse High at begining of Period PWMPOL_PPOL3=1; //PWM pulse High at beginin...
[ "simar.i3r@gmail.com" ]
simar.i3r@gmail.com
9bf93bcd6d55332ca97201adb4bdfa89cca88fe7
bfdb2a989785255cc408d6f37fc3046acfaace51
/middleware/util/recipes-common/libquantum-util/libquantum-util-1.0/quantum_util.c
1ff76348f900a3c97bfb9e9bdd60672c105c17b3
[ "Apache-2.0" ]
permissive
xe1gyq/stx-utils
30ff71c1154b51a69f44f90d63fc11238299d5a7
93b7f7dc2c6732db8c8ae0eb3f52ace4df714dc9
refs/heads/master
2020-03-18T22:22:11.595568
2018-05-21T03:10:55
2018-05-21T03:45:35
135,341,106
0
0
Apache-2.0
2018-05-29T19:05:18
2018-05-29T19:05:17
null
UTF-8
C
false
false
14,619
c
/* * Copyright (c) 2013-2014 Wind River Systems, Inc. * * SPDX-License-Identifier: Apache-2.0 * */ /** */ #include "quantum_util_types.h" #include <stdio.h> #include <string.h> #include <stdlib.h> int env_set=0; int get_os_env(void) { char buffer[1024]; FILE *file; char *s; ...
[ "dtroyer@gmail.com" ]
dtroyer@gmail.com
aade0dee88274e3d7692c5f42bc5a8eb2880c776
59e6ff6dbfe54682792232a26679f28a591e9015
/Workspace/prophet/crawler/train/raw-src/subversion/1574023-2.c
8a2bdc0fb11522ffefa47f65821ad0ba67a78e2f
[]
no_license
lisahua/prophet
5b15957134743fa516aa76ba4b2ee0448f29fc0f
24b01cdf1043efa3fb8feb518dc79eb288bd4bf8
refs/heads/master
2021-01-19T04:50:11.158753
2016-07-13T18:39:11
2016-07-13T18:39:11
54,275,268
0
0
null
null
null
null
UTF-8
C
false
false
596,883
c
# 1 "/home/ubuntu/Workspace/prophet/crawler/__tmp/src2/subversion/svnserve/svnserve.c" # 1 "<built-in>" 1 # 1 "<built-in>" 3 # 311 "<built-in>" 3 # 1 "<command line>" 1 # 1 "<built-in>" 2 # 1 "/home/ubuntu/Workspace/prophet/crawler/__tmp/src2/subversion/svnserve/svnserve.c" 2 # 27 "/home/ubuntu/Workspace/prophet/crawle...
[ "ubuntu@ip-172-31-44-123.ec2.internal" ]
ubuntu@ip-172-31-44-123.ec2.internal
6b1d66ea9b0dd5f1c58fa7cdacb98b7df424cdbf
deadca4baccecc37909d1a1868d2133a19b823e3
/examples/part_01_generic_programming/common_constants.h
4e524915371c8014af53404e037e015436bb5f67
[]
no_license
lmglmg/predavanje-c-i-cpp-nisu-ista-stvar
66e41e962a49311d8b160ff03502a9075bdec78f
b9f92ee65867c785e6654e31e7839b5cd1fee50c
refs/heads/master
2020-09-29T16:48:57.933096
2019-12-09T13:13:59
2019-12-09T13:13:59
227,076,588
0
0
null
null
null
null
UTF-8
C
false
false
364
h
#pragma once #define ARRAY_SIZE 10000000 #define ARRAY_MAX_VALUE 1000000 // Use this value to trigger degenerate case in manual quick sort: // #define ARRAY_MAX_VALUE 1000 int is_sorted( int const * arr, int size ) { for ( int i = 1; i < size; ++i ) { if ( arr[ i - 1 ] > arr[ i ] ) { ...
[ "luka.granic@microblink.com" ]
luka.granic@microblink.com
3e55a466d6bb453996a03ebdb6daa67d8c3ae7af
9c7aa151010e547be288b027b260fdc237db3adc
/data/netmgr/src/netmgr_exec.h
a2003329b5eb4e23f9e4cc921ad6c2872ff9ef26
[]
no_license
umerov1999/mybootable
696de77ddd8b7f91ce2ea09275f81a1cfa3f0679
e5dbd9a150ccaa0285339faefa2eacf2d3d16fbf
refs/heads/master
2020-03-26T20:36:58.086375
2018-06-11T12:20:15
2018-06-11T12:20:15
null
0
0
null
null
null
null
UTF-8
C
false
false
7,591
h
/****************************************************************************** N E T M G R _ E X E C . H ******************************************************************************/ /****************************************************************************** @file netmgr_exec.h...
[ "xutiancheng@hexicomtech.com" ]
xutiancheng@hexicomtech.com
66d1729fefdac5c8759d922712b44891891fb8c2
7e31dd86771332dbe1b1526d5d420030bb3a6bad
/lab15/lab15f/PetitFatFilesystem/avr_mmcp.c
e57aba2a7967dc1e5bc5a2a2e7a9025de1ccc75f
[]
no_license
jisanch1/SEP
7a32593a55df7f0bf5cdf5b70287734c6a2d3854
d13f57a92aebcade96f9e200d20a79493ae7c937
refs/heads/master
2021-01-21T04:47:24.363917
2016-06-20T15:12:19
2016-06-20T15:12:19
55,300,880
0
0
null
null
null
null
UTF-8
C
false
false
10,296
c
/*-------------------------------------------------------------------------*/ /* PFF - Low level disk control module for AVR (C)ChaN, 2014 */ /* */ /* Adapted and modified for the SEP course in 2015. Some modifications */ /* taken...
[ "jisanch1@gmail.com" ]
jisanch1@gmail.com
89b51a53e1dc251fe49e14456df4bf4774ab534e
a46d23b1c03be1edf8127db532170580ae919b22
/contrib/win32/libxml/HTMLtree.h
9378ba4c22a7b9e1c86988d239ec9cdacc5f9e02
[ "BSD-2-Clause" ]
permissive
greearb/vocal-ct
0e2935aa43d6bddf1506ad904d0cf61484724438
8c99a61930cc7c4887515ade518ad01022011a4e
refs/heads/master
2023-08-19T05:26:24.583272
2023-08-12T00:08:06
2023-08-12T00:08:06
87,567,277
5
0
null
null
null
null
UTF-8
C
false
false
807
h
/* * tree.h : describes the structures found in an tree resulting * from an XML parsing. * * See Copyright for the status of this software. * * Daniel.Veillard@w3.org */ #ifndef __HTML_TREE_H__ #define __HTML_TREE_H__ #include <stdio.h> #include <libxml/tree.h> #ifdef __cplusplus extern "C" { #endif...
[ "greear" ]
greear
52d13264171285bbe73d25722cc065ceb904b619
32d68ae57d43a0e101a9cdcf969baba13745cef8
/Practica2/Voss_Practica2/main.c
3387f891b30d2be2ee45aeff0c2adf0f60760883
[]
no_license
lukevoss/Inteligencia-Artificial
428ce4fc92737cdc614148870fb8107caaf01e40
a7fdf18b75f42591179d6bc1e1e1b0a6a635f49a
refs/heads/master
2023-01-14T04:42:15.996947
2020-11-26T10:34:07
2020-11-26T10:34:07
304,422,351
0
0
null
null
null
null
UTF-8
C
false
false
1,363
c
#include "ladrones.h" int main() { //////////////////////////Test estadoInicial, dispEstado, dispOperador, crearEstado ////////////////////////////////////// int op = 1; tEstado* estado = estadoInicial(); dispEstado(estado); dispOperador(op); //////////////////////////////////test esValido y aplicaOperador////...
[ "luke@familievoss.net" ]
luke@familievoss.net
0d07e3bb5a0c730324b5ad6fc0d8ab5cf9da4b14
bef5bd3b91af9f3a2340b697d8d752557f39d8d0
/src/f2833x/v140/DSP2833x_common/source/DSP2833x_DMA.c
d8264f1e8456c02735a3a5337bd51fc4fcda4a7b
[ "MIT" ]
permissive
Furkanprlk/DSP_F28335_Examples
c024561fac4481baca58bf2d5fe0b3e9a8b49507
3b480c15e3eb0e1d5898474f283beaec6d986961
refs/heads/main
2023-07-01T08:44:49.793346
2021-08-09T20:59:01
2021-08-09T20:59:01
356,860,168
8
1
null
null
null
null
UTF-8
C
false
false
21,337
c
//########################################################################### // // FILE: DSP2833x_DMA.c // // TITLE: DSP2833x Device DMA Initialization & Support Functions. // //########################################################################### // $TI Release: F2833x/F2823x Header Files and Peripheral Example...
[ "furkanprlk0@gmail.com" ]
furkanprlk0@gmail.com
982176938b5e82585091910fed0586fee6962e3d
1c1a4e33dd2896f15a5c06e022ba81dd16b6da9e
/trunk/app2_light/DebugEther/gen/tEchonet_tecsgen.h
db0074cf4a136a07a6f13f102b8836b2cd1e86f9
[]
no_license
jiang-jy/work
0a4adf6503e9fe83c31cf210a8e7725460372bf6
4e19a8406511d910bef9a8817f722fb6148f2262
refs/heads/main
2023-04-08T08:02:20.224547
2021-03-30T03:46:33
2021-03-30T03:46:33
323,509,019
0
1
null
null
null
null
UTF-8
C
false
false
4,895
h
/* * This file was automatically generated by tecsgen. * This file is not intended to be edited. */ #ifndef tEchonet_TECSGEN_H #define tEchonet_TECSGEN_H /* * celltype : tEchonet * global name : tEchonet * multi-domain : no * idx_is_id(actual) : no(no) * singleton : no * has_C...
[ "bird.man.jiang@gmail.com" ]
bird.man.jiang@gmail.com
ff7dfa8dc1181cf7e4d8b645c92a98093f7fe496
191707dd19837f7abd6f4255cd42b78d3ca741c5
/X11R5/contrib/lib/Xpex/clients/Xpex/pexscope/table11.c
5557437eb08845d128f671c2ae05f15ca5ea8320
[]
no_license
yoya/x.org
4709089f97b1b48f7de2cfbeff1881c59ea1d28e
fb9e6d4bd0c880cfc674d4697322331fe39864d9
refs/heads/master
2023-08-08T02:00:51.277615
2023-07-25T14:05:05
2023-07-25T14:05:05
163,954,490
2
0
null
null
null
null
UTF-8
C
false
false
41,571
c
/* $Header: table11.c,v 2.2 91/09/11 15:52:40 sinyaw Exp $ */ #ifndef lint static char sccsid[] = "@(#)table11.c 1.3 90/04/05 MIT/SMI"; #endif /*********************************************************** Copyright 1990 by Sun Microsystems, Inc. and the X Consortium. All Rights Reserved Pe...
[ "yoya@awm.jp" ]
yoya@awm.jp
e8e21237292e0419d0b92701009e566c734d59e5
795bd6268cf9e34d973ed257a05228e3805f35d7
/src/backend/access/zheap/prunezheap.c
f5138632ae74c559799be78079c24ac861c90be3
[ "PostgreSQL" ]
permissive
hailanwhu/zheap
aeda3b20c0ec27256118d0b4eaf628da7ba4faef
0bc1f7ce124bf14f265ab459247877e3635f5797
refs/heads/master
2021-04-03T08:02:25.313806
2018-03-07T10:33:23
2018-03-08T11:07:35
null
0
0
null
null
null
null
UTF-8
C
false
false
17,148
c
/*------------------------------------------------------------------------- * * prunezheap.c * zheap page pruning * * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION * src/backend/access/heap/...
[ "dilip@localhost.localdomain" ]
dilip@localhost.localdomain
6cea3f9448866c3dbd27eda0862a99b6c5ac3c6f
b03991ba3cb97ea87596b4ccd83cff42de9be8ac
/libBigWig/bwWrite.c
a44473592f17a0aaaa514fb9ba0cd9d1d7833745
[ "MIT" ]
permissive
brentp/bw-python
d552a14b011377ee9ecb6386eda107eace69e222
5da646b507800bd14e87b82ac5788e9418bd5833
refs/heads/master
2021-01-17T11:14:21.963664
2016-05-13T13:46:08
2016-05-13T13:46:31
44,558,995
21
2
null
2015-11-24T17:08:58
2015-10-19T19:38:07
C
UTF-8
C
false
false
44,892
c
#include <limits.h> #include <float.h> #include <stdlib.h> #include <string.h> #include <math.h> #include "bigWig.h" #include "bwCommon.h" /// @cond SKIP struct val_t { uint32_t tid; uint32_t start; uint32_t nBases; float min, max, sum, sumsq; double scalar; struct val_t *next; }; /// @endcond ...
[ "bpederse@gmail.com" ]
bpederse@gmail.com
0dc911e42073fc990f28e33a2ef1b05eb323d1d9
3efc9068442874ecbc013593b5221dfef483ce83
/CYW989820EVB-01/apps/snip/ble/le_coc/le_coc.c
93b81d6e577a33ef94de14fa5416516c3ee8af49
[]
no_license
LelaIrick/Code-Examples-BT-SDK-for-ModusToolbox
1aa4ce818d87deb41d6ddc7ae2941ceeb40834bd
57e93f19a146644e420990405efed34ba55dde1d
refs/heads/master
2022-01-08T11:02:37.487706
2019-06-30T18:05:49
2019-06-30T18:05:49
null
0
0
null
null
null
null
UTF-8
C
false
false
26,847
c
/* * Copyright 2019, Cypress Semiconductor Corporation or a subsidiary of * Cypress Semiconductor Corporation. All Rights Reserved. * * This software, including source code, documentation and related * materials ("Software"), is owned by Cypress Semiconductor Corporation * or one of its subsidiaries ("Cypress") a...
[ "abda@cypress.com" ]
abda@cypress.com
1437486766cad2d66f3bc4876c1c7c2aeefcfb20
422a34e9fbc335bd61c15c585a48cb5bf9f616f7
/BraswellPlatformPkg/Include/Library/UefiBootManagerLib.h
cbcbf0185fa76a91c151990995b3ad7d2bc00f51
[]
no_license
miczyg1/Braswell
c2fd9371b13e35da764c1c3366f0224952f0cdff
ea9d67a4a6f159dee490acc5ec568673208b4983
refs/heads/master
2020-05-24T09:42:37.714645
2016-05-04T09:02:45
2016-05-04T09:02:45
null
0
0
null
null
null
null
UTF-8
C
false
false
26,414
h
/** @file The Library for UEFIBootManager. Copyright (c) 2011 - 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 li...
[ "mang.guo@intel.com" ]
mang.guo@intel.com
a9c6b989d92a2e82a2ed951861d503db314c074a
e0b181ba95bf4691394d969fa3c01322212a57b0
/tests/zozo.c
51511dd399ab410c03b249d30dc4d96b3e1b8920
[ "MIT" ]
permissive
lucvoo/slibc
adcfd7af217fc4fe021feb79b1ee0733f80f1495
2f356f934078425b620b047d6344b85912d219a4
refs/heads/master
2020-03-30T02:43:51.948479
2018-10-08T02:03:43
2018-10-09T02:45:53
150,646,413
1
0
null
null
null
null
UTF-8
C
false
false
87
c
#include <stdio.h> int main(void) { printf("one\n"); printf("two\n"); return 0; }
[ "luc.vanoostenryck@gmail.com" ]
luc.vanoostenryck@gmail.com
7a9241f84fda344738d70803415a6941c3dd6234
7ad7f46784e303270b140ec329768c0031d4a112
/src/bsmp/md5/md5.c
c5708a55956bfeac64de8ee09af9d9092b7b4ecf
[]
no_license
lnls-dig/rffe-fw
49aafe2698983448d630fc701371a092aac25c8a
63e65eb71539b6a0e0110521b76e6e47bda50b5f
refs/heads/master
2021-01-24T03:37:55.715941
2019-04-09T16:09:03
2019-04-09T16:09:03
37,721,973
1
0
null
null
null
null
UTF-8
C
false
false
9,621
c
/* MD5C.C - RSA Data Security, Inc., MD5 message-digest algorithm */ /* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All rights reserved. License to copy and use this software is granted provided that it is identified as the "RSA Data Security, Inc. MD5 Message-Digest Algorithm" in all material mention...
[ "lerwys@gmail.com" ]
lerwys@gmail.com
2876e4807c0a36ada5d0922b5ff96b361639d543
5e32227c58d29b85a0e52c078f25b8e6ab866fd0
/malloc.c
1143a720cdc3b15cdf7a02b803599bcba995c8ae
[]
no_license
MIETDevelopers/Sahil190_C_Programs_Repository
56802d2fbc2da39c9ca2983e9e3eaa2d0e19f3c0
7d2068a085a18e5078744421800db35e8344b05d
refs/heads/main
2023-03-31T22:21:56.150903
2021-04-04T05:48:42
2021-04-04T05:48:42
348,692,403
0
0
null
null
null
null
UTF-8
C
false
false
1,063
c
//Program to demonstrate malloc() function #include <stdio.h> #include <stdlib.h> int main() { // This pointer will hold the // base address of the block created int* ptr; int n, i; // Get the number of elements for the array n = 5; printf("Enter number of elements: %d\n",...
[ "2020a1r190@mietjammu.in" ]
2020a1r190@mietjammu.in
6b3c1abad51071765ec2f353e17e7911c57351cf
ddd30393b9abab40d0607db4f6e75123ba6257c0
/wolf3d/libft/includes/libft.h
7d21476aeba902b6029829b714bac61d02ba76a5
[]
no_license
kuenane/42_Projects
9db8e49725f791af26c064abed71ad3b2b2407d2
52038ee97265d75aaef44e62beb015c77633d0dd
refs/heads/master
2021-08-26T08:36:58.022274
2017-11-22T15:45:42
2017-11-22T15:45:42
113,833,003
0
1
null
2017-12-11T08:32:17
2017-12-11T08:32:16
null
UTF-8
C
false
false
5,638
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libft.h :+: :+: :+: ...
[ "wide-aze@student.42.fr" ]
wide-aze@student.42.fr
910509c6e2db58a656d8ac45b9cf3583e23d2206
4696a85248c3a2905af789b76371d4bf965adb96
/BF-007v4/BF_M5Wire1.h
40f928ca9a1b0bcaf0249eb66202a4552494f61e
[ "MIT" ]
permissive
botanicfields/BF-007
94df3bcbf54eaad87e894e6629b223843fc286aa
0888f5ff0ef6beef804a4c6cb793e4b57156f85e
refs/heads/master
2020-09-04T15:18:54.222275
2019-11-05T14:38:54
2019-11-05T14:38:54
219,766,209
1
0
null
null
null
null
UTF-8
C
false
false
1,832
h
// Copyright 2019 BotanicFields, Inc. // another I2C interface named "Wire1" // for HT16K33 to avoid duplicated address of I2C of M5Stack // #ifndef _BF_M5WIRE1_H_INCLUDED #define _BF_M5WIRE1_H_INCLUDED #include <Arduino.h> #include <Wire.h> // pin assignment const uint8_t WIRE1_SDA = 26; // GPIO26 ...
[ "noreply@github.com" ]
botanicfields.noreply@github.com
7008d2c68cc60157422e1b874fa4dc95b5936c0d
34ffc5007724b51916e16ba8ebf73c5e7d07bf9c
/INA226/INA.h
460c4c08ff7d5e6fae3b195f42e893ba0bd9cf8d
[]
no_license
duke-electric-vehicles/DEV_data
4750d75921023ef38de1902faed2ab4cb3b9d73b
bcbf2fc61c5b32c0a5e2dcd9135e272662765da9
refs/heads/master
2022-04-28T08:37:03.203035
2020-04-25T20:14:48
2020-04-25T20:14:48
189,314,699
0
1
null
null
null
null
UTF-8
C
false
false
3,544
h
#ifndef INA_H #define INA_H #include <i2c_t3.h> #warning "Make sure INA ID is set!" #ifndef INA_ID #error "Please set INA ID" #endif static const double CURRENT_CAL_STORE [] = {1, 0.653643, 0.907824, 0}; // resistance in mOhms static const double CURRENT_OFF_STORE [] = {0, 0.001551, 0.005675, 0...
[ "gdc9@duke.edu" ]
gdc9@duke.edu
3dfbb6ca128c11ef1783e7a5fb812c6d631832bf
fa2d7a458178dd53e3ee1b075747818cdd88c2af
/matrix.c
57743cd87833f4c03369f8b352207a934dd3522e
[]
no_license
dlui220/matrix
75a36d4260683dc7354cb2d89f20af99a37619a7
f5b5031567692dc887b4a6d3d186ee5addd08a12
refs/heads/master
2021-01-13T00:16:37.616820
2016-03-07T09:11:39
2016-03-07T09:11:39
52,801,670
0
0
null
null
null
null
UTF-8
C
false
false
6,687
c
#include <stdio.h> #include <stdlib.h> #include <math.h> #include "matrix.h" /*-------------- struct matrix *new_matrix() -------------- Inputs: int rows int cols Returns: Once allocated, access the matrix as follows: m->m[r][c]=something; if (m->lastcol)... */ struct matrix *new_matrix(int rows, int co...
[ "derricklui1@gmail.com" ]
derricklui1@gmail.com
b4400865931b290f8157e67cd506c16e33063ef1
29279414041e7487edcb0ebfb473c06a0c752e44
/tools/vio2sf/src/xsfc/xsfdrv.h
533e4e152ae03966e1a3426383089bd3ae3b4495
[]
no_license
gechdcb/desmume-fork
d3ab13614da6745bf5e0f246eb178ac2d83a00bd
3cfe571a1f1929af958a059183d53587c1a8b04f
refs/heads/master
2020-04-28T20:31:02.631636
2015-10-15T03:47:42
2015-10-15T03:47:42
32,125,525
0
0
null
null
null
null
UTF-8
C
false
false
1,741
h
#ifdef __cplusplus extern "C" { #endif typedef int (PASCAL * LPFNGETLIB_XSFDRV)(void *lpWork, LPSTR lpszFilename, void **ppBuffer, DWORD *pdwSize); typedef struct { /* V1 */ void * (PASCAL * LibAlloc)(DWORD dwSize); void (PASCAL * LibFree)(void *lpPtr); int (PASCAL * Start)(void *lpPtr, DWORD dwSize); void (PASCA...
[ "gechdcb@gmail.com" ]
gechdcb@gmail.com
ce8169fbea55e5a1395e5fc5fd04aeee321e96c1
ef8678cce11f205a1e63fb90cc0394f28ea45b64
/Linked list/binarySearchTree.c
9ff499949f08526fa4ffb0fd23d8dfaaeafdc8cc
[]
no_license
Abhihedaoo/Demo
4ba2b4cd068923f2e54ea8e5741daa7941450f07
e68cd7476f2e2213ae3bd02dc6739cf78792a5ac
refs/heads/master
2020-03-27T06:31:11.763943
2018-09-11T16:49:35
2018-09-11T16:49:35
146,112,717
1
0
null
null
null
null
UTF-8
C
false
false
1,099
c
#include<stdio.h> #include<stdlib.h> struct BSTNode { int data; struct BSTNode* left; struct BSTNode* right; }; struct BSTNode* Insert( struct BSTNode* root, int value ) { struct BSTNode* newNode = (struct BSTNode*)malloc(sizeof(struct BSTNode)); newNode->data = value; newNode->left = NULL; newNode->right = ...
[ "abhihedaoo98@gmail.com" ]
abhihedaoo98@gmail.com
e86aea8dd23d1251bfbfa0ca131da0b5134ccaa2
af99b0b3924923ec3bd3445104c6d0b9941c4dd6
/third_party/septentrio/sviddef.h
7a88feb00d6199f4a23e6c6a9cc44f2c3109679e
[ "MIT" ]
permissive
PointOneNav/polaris
1d7be886ead78ae171ae0286f49b27a0f77f5d34
8f46484d336809680616140fa6d70d040c7dc755
refs/heads/master
2023-06-25T04:09:34.582224
2023-06-14T17:13:03
2023-06-14T17:13:03
175,304,726
24
10
MIT
2023-09-13T18:18:04
2019-03-12T22:19:29
C
UTF-8
C
false
false
4,053
h
/* * sviddef.h: Septentrio specific GNSS satellite numbering. * * Septentrio grants permission to use, copy, modify, and/or distribute * this software for any purpose with or without fee. * * THE SOFTWARE IS PROVIDED "AS IS" AND SEPTENTRIO DISCLAIMS ALL * WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL I...
[ "jp.moran12@gmail.com" ]
jp.moran12@gmail.com
806e062b4661179e7bb8fe075687533ed934aa96
46e174bbfbf7c622e3b8b602b01023b92c61762b
/student-distrib/syscall.h
0df731068ad887baf02101aab24ffe21ef94965b
[]
no_license
siddhantsingh14/UNIX-Based-Simple-Kernel
d283012661a323d8e98511953207e4912f14414a
5c58b214108e8d72f5002de29e07015de5ef38b9
refs/heads/main
2023-05-28T11:33:58.791675
2021-06-16T20:36:40
2021-06-16T20:36:40
377,618,638
0
0
null
null
null
null
UTF-8
C
false
false
1,665
h
#ifndef SYSCALL_H #define SYSCALL_H #include "filesys.h" #include "paging.h" #include "keyboard.h" #include "lib.h" #include "rtc.h" #define KEYBOARD_BUF_SIZE 128 #define USER_ADD 0x08048000 #define KSTACK_BASE_ADDR 0x800000 // translates to 8 MB #define USER_STACK_SIZE 0x2000 // tran...
[ "siddhant@siddhantsingh.org" ]
siddhant@siddhantsingh.org
7d4de28d57f8a77e4ede05d98f0e4a82ff869cae
93f3f997bd50590a2bf62d75b64d674b72de0ae4
/main.c
98ea59db9e27fc0a0714d1e607339ee564b248a9
[]
no_license
DeveshMhatre/bank-app
25d1fb2aff623c67fc73a5bf178c35efe47df522
7b79f8a4d65baff2e84a0982291bed0cb7274eb7
refs/heads/master
2022-12-07T13:15:18.062404
2020-09-01T13:27:53
2020-09-01T13:27:53
292,004,839
0
0
null
null
null
null
UTF-8
C
false
false
7,763
c
#include <stdio.h> #include <stdlib.h> #include "dbg.h" typedef struct { char *firstName; char *lastName; char gender; int acNumber; double deposits; } Holder; typedef struct { Holder **holdersList; // Since it's a pointer to a list of Holders int maxHolders; // To use as a flag for appending the list int nu...
[ "noreply@github.com" ]
DeveshMhatre.noreply@github.com
8496f002b24340e91260b4b1fae1ac7dcec9a5f4
fee4ca66f77a1379832548e2e54cb85018e82b20
/Data2DDR/D2DDR.sdk/DMA_Transfer_bsp/ps7_cortexa9_0/libsrc/uartps_v3_5/src/xuartps_g.c
cacf3cb485dc134e8d88f42645b0621965834390
[]
no_license
aymhwd/ZynqPS-PL
33530d81033aa13e8b0477b3c7746c248aa86b3c
176037ec27c79c707c1b44aaea67d1784fb30830
refs/heads/main
2023-06-13T06:37:25.136576
2021-07-07T00:45:14
2021-07-07T00:45:14
383,618,958
1
0
null
null
null
null
UTF-8
C
false
false
2,076
c
/******************************************************************* * * CAUTION: This file is automatically generated by HSI. * Version: * DO NOT EDIT. * * Copyright (C) 2010-2020 Xilinx, Inc. All Rights Reserved.* *Permission is hereby granted, free of charge, to any person obtaining a copy *of this softwa...
[ "ayman.ma@aucegypt.edu" ]
ayman.ma@aucegypt.edu
0c02abd44e76dcfe6c9f31c0704d3ee5a48bb7a4
37ca76b4d155ca8dc3b0c69aea26d6ea14e7ef1b
/JELOS/mylib.h
4c4e97bd4abcb89419ed55f8d30fbfcd074e3eee
[]
no_license
Awallky/EE588_JELOS_Lab5
830d1e57fbc0499d535898d23f7649e095b57c29
a5f42f8d0c388d3427cdbec92d2a2c7b352e7f56
refs/heads/master
2021-07-16T08:54:45.127621
2017-10-20T03:48:20
2017-10-20T03:48:20
106,903,385
0
0
null
null
null
null
UTF-8
C
false
false
2,664
h
#ifndef MYLIB_H #define MYLIB_H //***************************************************************************** // // A few useful defines // //***************************************************************************** #define TARGET_IS_BLIZZARD_RB1 #include <stdlib.h> #include <stdint.h> #include <stdio.h> #inclu...
[ "%e" ]
%e
3c2aa17f70854206de24416e7e278d1fdec377c5
8dad945be5cc0b7a157fe0839fc97e8248cece2f
/PAINTING/resource.h
6fa4b9797d2b6d227872f98cd96252888551d4be
[]
no_license
OliviaWYQ/-Painting
7df962b9d69e0df69fa6f08c2198327c10c2c516
6500fcc72e888bae77654bb3b90a29f72fd4eb58
refs/heads/master
2020-04-02T03:22:41.859224
2018-10-21T01:08:41
2018-10-21T01:08:41
153,961,841
1
0
null
null
null
null
GB18030
C
false
false
5,029
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++ 生成的包含文件。 // 供 PAINTING.rc 使用 // #define IDD_ABOUTBOX 100 #define IDP_OLE_INIT_FAILED 100 #define IDR_POPUP_EDIT 119 #define ID_STATUSBAR_PANE1 120 #define ID_STATUSBAR_PANE2 121 #define IDS_S...
[ "yiqianwang@Yiqians-MacBook-Pro.local" ]
yiqianwang@Yiqians-MacBook-Pro.local
706490cd9920c07808b3a3fc40cd0e19f64f58ff
412ddd62d810dda21c3d58b941deeef9d7d4c174
/Headers/Private/KVMAnnotationManager.h
4e3677d0a4532bbe4ec3de17dd1fa8ff3338f8bd
[]
no_license
hamayun/KVMAnnotationManager
ee37f0466694e94c049e5d25acb0c4f27d4540fc
835f44c0f4ca2456185453e0e2472c95d784d0dc
refs/heads/master
2021-01-10T11:35:02.035851
2013-02-12T23:34:58
2013-02-12T23:34:58
44,243,865
0
0
null
null
null
null
UTF-8
C
false
false
952
h
/* * Copyright (C) 2011 TIMA Laboratory * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is d...
[ "mian-muhammad.hamayun@imag.fr" ]
mian-muhammad.hamayun@imag.fr
359e445ad3e7ba458952a3a169be86bd6d24b798
2e361df6cbb79d419fb8990f9ecbac8098851cf4
/3dparty/tiff/tif_jbig.c
07766faece1d94d3cd08b5e06dd96a677e4e9037
[]
no_license
anubhavrohatgi/nsrreadercore
f499be1759a365829d1a9a107eb8c8c4355618af
a40213300db50b8a5eabe4a301e640e89d1d698e
refs/heads/master
2020-06-13T01:49:20.388261
2015-10-13T22:32:19
2015-10-13T22:32:19
null
0
0
null
null
null
null
UTF-8
C
false
false
5,536
c
/* $Id: tif_jbig.c,v 1.15 2010-03-10 18:56:48 bfriesen Exp $ */ /* * Copyright (c) 1988-1997 Sam Leffler * Copyright (c) 1991-1997 Silicon Graphics, Inc. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation for any purpose is hereby granted without fee, provided * that ...
[ "xelfium@gmail.com" ]
xelfium@gmail.com
209f7b1e64fc53209ce4a2596e7add1a38505b6e
73c9a8c20f25dc1bcb5e23d3016cf4c86cbb0623
/sav_writer.h
0771feabf090042f4c984f83c69042abd84a0163
[ "MIT" ]
permissive
pds2208/go-spss
f711e1fb41c6b24274867abc93f341d6b3b7af87
af45cca678ab233b67384f26055b7b924314c70d
refs/heads/master
2022-02-25T10:21:10.340243
2019-09-02T10:42:56
2019-09-02T10:42:56
198,616,500
0
0
null
null
null
null
UTF-8
C
false
false
590
h
// // Created by Paul Soule on 2019-07-25. // #ifndef READ_SAV_SAV_WRITER_H #define READ_SAV_SAV_WRITER_H #include <readstat.h> typedef struct { int sav_type; const char *name; const char *label; readstat_variable_t *variable; } file_header; typedef struct { const int sav_type; const char *...
[ "22938608+pds2208@users.noreply.github.com" ]
22938608+pds2208@users.noreply.github.com
6a03acdd78e3b50ae7ce33ca88f451ed21b92414
65cedd2b0eaecd14a3823b8dbc2b33062b7603f7
/include/vmath.h
31b1520fbe62f4cff178c9d77964ff6892b8b3e9
[]
no_license
wertylop5/graphics_final
a2a651120c61368fff4f0a24baf5ab22ef9b6ba0
1778f740b6194ce7e2f9d16352e72eba12424205
refs/heads/master
2020-03-19T02:24:49.612420
2018-06-14T14:53:03
2018-06-14T14:53:03
135,626,378
0
0
null
null
null
null
UTF-8
C
false
false
556
h
/* * vmath.h * * Vector related operations * */ #ifndef VMATH_H #define VMATH_H #include"matrix.h" #define SQUARE(x) (x*x) //all float* are 3 element arrays float dot_product(float *a, float *b); void cross_product(float *out, float *a, float *b); float triple_product(float *a, float *b, float *c); void add_ve...
[ "slin55055@gmail.com" ]
slin55055@gmail.com
cfb3680d25e13fcd315cebd4bf74544313a133e2
56805a4fa6e73853f8493e77268e52a25d66f666
/Project/STM32L1xx_StdPeriph_Examples/TIM/OCToggle/stm32l1xx_conf.h
ddc5f6210e381e302f688bf0ed4b089bb828e16e
[]
no_license
lvniqi/stm32L1
8014520ceaebc0844c68672dcdf3e7bd3aa86ba2
daa5a2a2ecb1f0bce6cde2d3777f82a93aa44ede
refs/heads/master
2021-01-20T11:26:32.057797
2015-03-21T16:19:30
2015-03-21T16:19:30
32,640,126
2
0
null
null
null
null
UTF-8
C
false
false
3,347
h
/** ****************************************************************************** * @file TIM/OC_Toggle/stm32l1xx_conf.h * @author MCD Application Team * @version V1.2.0 * @date 16-May-2014 * @brief Library configuration file. ********************************************************************...
[ "lvniqi@gmail.com" ]
lvniqi@gmail.com
b49013f866017be726064a2ab21f527bb7204124
a6cb79968188807c2cb3e3dcda9263c072b74826
/0x12-more_singly_linked_lists/10-delete_nodeint.c
e9dd3bc9524a1387474770918a5d2bea269c78d6
[]
no_license
cnov20/holbertonschool-low_level_programming
5109ee804ee5a024b5a638b8a382df83f60786af
e2e5684f7cd42d32e46b3a8d2ccf46b224102f4f
refs/heads/master
2020-04-05T11:21:51.527770
2017-08-26T20:12:07
2017-08-26T20:12:07
82,016,294
1
0
null
null
null
null
UTF-8
C
false
false
811
c
#include "lists.h" /** * delete_nodeint_at_index - deletes a node at a given position * @head: pointer to pointer to head of linked list * @index: index of the list where the new node should be deleted * * Return: (1) on SUCCESS - (-1) on FAILURE */ int delete_nodeint_at_index(listint_t **head, unsigned int index...
[ "128@holbertonschool.com" ]
128@holbertonschool.com
62bacf2467c457d02bffdf5a7ac3a1ef91344035
3a55435f8424a28a7e9e959552c3f2823e6300cf
/shakersort_lukas/main.c
e971f63c4e5661ba347cda1402f96a1162cd8cff
[]
no_license
AntoinS/Shakersort_C
6b9efd62aa6c01c2b2a5358dd676b51afea9dc8c
def4a398ddce0a2d16f890a1de976a2dbd19a716
refs/heads/master
2020-05-18T00:33:11.486780
2019-04-29T13:43:19
2019-04-29T13:43:19
184,066,197
0
0
null
null
null
null
UTF-8
C
false
false
925
c
#include <stdio.h> #include <stdlib.h> #include "sort.h" int main() { int *paiFeld; // Pointer Array int iAnz; // Anzahl der Werte die Eingegeben werden int iX; // Laufvariable printf("Anzahl der Werte: "); scanf("%d", &iAnz); //fflush(stdin); // <-- nicht unbedin...
[ "noreply@github.com" ]
AntoinS.noreply@github.com
da65e3bebb2186025e8f65025b8b2210b8af85e2
9c73c89c7dd4f7c1954e4f5e19f81ab40aba6528
/framework/peripheral/sqi/templates/sqi_ControlWord_Default.h
f0c395930a10fa2266a65fb6558464125999a157
[]
no_license
ctapang/v0_70_01b
d8d3784dfc56e844c7b30b19827091690da82d30
0df7b41c7f8ee94c04a3841e792a96f665e9aa32
refs/heads/master
2016-09-10T01:31:11.548039
2014-08-29T10:25:20
2014-08-29T10:25:20
15,748,585
0
0
null
null
null
null
UTF-8
C
false
false
4,202
h
/******************************************************************************* SQI Peripheral Library Template Implementation File Name: sqi_ControlWord_Default.h Summary: SQI PLIB Template Implementation Description: This header file contains template implementations For Feature : ControlW...
[ "ctapang@hotmail.com" ]
ctapang@hotmail.com
226663a9138709d5aa36267a9b9ce3e14f3c84f3
e0a2bf737829cdb05d5dcec51f1977d0f5d20e12
/Operating system projects (PintOS)/Pintos (unaltered baseline)/.pintos/src/tests/userprog/open-twice.c
a1a6c7d7abb62374b1cd457c5afdf8422134c8bf
[ "MIT-Modern-Variant", "LicenseRef-scancode-unknown-license-reference", "MIT" ]
permissive
David-Grim/Course-work-and-projects
04b5ec6b1a2b004f8126268ef54816f1cede2083
71a2a7cd942815b135080993dd7c7410348abc57
refs/heads/master
2023-07-29T00:42:45.254714
2021-09-20T18:58:11
2021-09-20T18:58:11
351,531,696
0
0
null
null
null
null
UTF-8
C
false
false
491
c
/* Tries to open the same file twice, which must succeed and must return a different file descriptor in each case. */ #include <syscall.h> #include "tests/lib.h" #include "tests/main.h" void test_main (void) { int h1 = open ("sample.txt"); int h2 = open ("sample.txt"); CHECK ((h1 = open ("sample.txt")...
[ "71231184+David-Grim@users.noreply.github.com" ]
71231184+David-Grim@users.noreply.github.com
7a6a814ad815eab13cb8d533fa001a00909d2f63
5207839059f0d50ceb8acb4eb823d239c3cb7f9f
/vize-19/gunduz/soru4-1o-fibonecci-cift-toplam-while-ile.c
51b756c1786887684c37695d476e54c034f01604
[]
no_license
tgurel/cexamples
f8db3bdbe382cc29160435a7eef963d2be48fca2
dd87ab73308c1a9d03976e424fceabef5a6f57e9
refs/heads/master
2022-01-31T10:09:16.312439
2022-01-05T10:03:45
2022-01-05T10:03:45
174,518,960
2
0
null
null
null
null
ISO-8859-9
C
false
false
611
c
/* Fibonecci serisi ilk iki terimi 1 olan ve sonraki terimi önceki iki terimin toplamı olan bir seridir. (1 1 2 3 5 8 13 21 34 55 ...) while ya da do..while döngüsü kullanarak Fibonecci serisinin 4 milyon'un altındaki "çift" terimlerinin toplamını hesaplayıp ekrana yazdıran C kodunu yazınız. */ #include<stdio.h> in...
[ "48351889+refice@users.noreply.github.com" ]
48351889+refice@users.noreply.github.com
281bb2cb3484dc4b7d79f9661ae4c8a33032c425
116aec16428d93542baadcd1610d606df62b3160
/lib/src/McuSDCard.c
c4d16799ee1baf4834ee2c58a823be6022eae3cc
[ "BSD-2-Clause" ]
permissive
NickNgHK/McuOnEclipseLibrary
e8a7d35ab871b6100fe4217f8f0cdceffcf8fe4e
e2bfd8b58c20a30581bf367232944c7f0e3b5a35
refs/heads/master
2020-03-21T22:09:40.783953
2018-06-20T11:29:10
2018-06-20T11:29:10
null
0
0
null
null
null
null
UTF-8
C
false
false
65,420
c
/* ################################################################### ** This component module is generated by Processor Expert. Do not modify it. ** Filename : McuSDCard.c ** Project : FRDM-K64F_Generator ** Processor : MK64FN1M0VLL12 ** Component : SD_Card ** Version : Componen...
[ "erich.styger@hslu.ch" ]
erich.styger@hslu.ch
837bc3056993e5169ab0855b077b47e42dc06173
da2e22541db57248c0327db8763c186e82c801b9
/libft/src/ft_memchr.c
34d345daa4df03982310151d37845df73fb04a51
[]
no_license
BEdazheng/19_projects
dc0e8eaf177824f4663406c96f810efed5f2e113
b89d73f16366551b038fd0347e76f7a05cd2560e
refs/heads/master
2020-04-19T17:59:21.783543
2019-07-16T16:08:31
2019-07-16T16:08:31
168,350,337
0
0
null
null
null
null
UTF-8
C
false
false
1,146
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memchr.c :+: :+: :+: ...
[ "dazheng@e-r3-p6.s19.be" ]
dazheng@e-r3-p6.s19.be
a6305e49c7ee9ba79181e3bedd5ec5cd0942ccd1
e786e8172315f334f6497cfd78e753888c849e6a
/Microchip/WirelessProtocols/P2P/P2P.c
f2cb3d1a1add2a8d2fb033527e87287d65ab29c9
[]
no_license
thiswillbegood/Microchip
002dcb95018e66153b7aec7cbcfb681918a6a892
bbfb7daa9fb1cb7c13322bb7389116f1e8b23b16
refs/heads/master
2020-09-11T05:29:42.501214
2017-07-25T07:43:33
2017-07-25T07:43:33
null
0
0
null
null
null
null
WINDOWS-1258
C
false
false
112,218
c
/******************************************************************** * FileName: P2P.c * Dependencies: * Processor: PIC18, PIC24, PIC32, dsPIC30, dsPIC33 * tested with 18F4620, dsPIC33FJ256GP710 * Complier: Microchip C18 v3.04 or higher * Microchip C30 v2.03 or higher * ...
[ "x893.00@gmail.com" ]
x893.00@gmail.com
4da358500b8459de12115d894674b95d4e69b537
299426a473b725df6c58f4b838be65eb7f6b46d2
/Silicon/IdavillePkg/Library/PlatformHookLib/PlatformHookLib.c
60e84782a28f51a34c8c8e63d12b14ddf70ececd
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "BSD-2-Clause-Patent" ]
permissive
donnayoyo/slimbootloader
ae494e7f2e4e07652fc8c84e57f6f7a24f590310
7942790d76a66ef386660e72c61022696d36273e
refs/heads/master
2023-03-05T03:04:12.822419
2023-02-22T15:22:45
2023-02-22T22:19:56
153,537,980
0
0
BSD-2-Clause
2018-10-17T23:51:58
2018-10-17T23:51:57
null
UTF-8
C
false
false
2,166
c
/** @file The platform hook library. Copyright (c) 2020, Intel Corporation. All rights reserved.<BR> SPDX-License-Identifier: BSD-2-Clause-Patent **/ #include <Library/BaseLib.h> #include <Library/IoLib.h> #include <Library/PciLib.h> #include <Library/BootloaderCommonLib.h> #include <Library/PchCycleDecodingLi...
[ "22890893+gdong1@users.noreply.github.com" ]
22890893+gdong1@users.noreply.github.com
dba19924b3ce3533230b404e9318190496ca91da
99b4dea3d9f238bbda7c471b8d12a16f3124f5c8
/test_bloom_filter.c
052809f62bbd819b9302f2c3a256dc07c057c5de
[]
no_license
aitech-lab/bloom-db
071647ade28cb10049dd2015e787bbab3a0ef995
2bd2f5c3df5e9cd836cd89c4c70f8e924a12b9f4
refs/heads/master
2021-06-14T21:14:26.712040
2016-10-20T17:53:03
2016-10-20T17:53:03
null
0
0
null
null
null
null
UTF-8
C
false
false
1,315
c
#include <stdlib.h> #include <stdint.h> #include <stdio.h> #include <math.h> #include <string.h> #include "filter.h" #include "colors.h" void test_probability(uint32_t c, float p); uint64_t xorshift64star(uint64_t x); int main(int argc, char** argv) { uint32_t size = 1<<20; test_probability(size, 0.50); ...
[ "gasu.basu@gmail.com" ]
gasu.basu@gmail.com
c2e3f2d1640bfd134bc79a66324611368c1206d9
95a90ba4776880b47031f2bdbab7aeff0891c018
/tcl8.0/mac/tclMacSock.c
61c985fb286a132bfcbf6fd868161ff0b215c7e2
[ "TCL" ]
permissive
gordonchaffee/expectnt
7dfe2a315d78cbc9a79ca5f96fbc02b64e66b9eb
15263a5f2726cc41c1ca0705b5d16c62938ca997
refs/heads/master
2021-01-10T20:14:41.081480
2013-11-21T20:54:55
2013-11-21T20:54:55
null
0
0
null
null
null
null
UTF-8
C
false
false
70,025
c
/* * tclMacSock.c * * Channel drivers for Macintosh sockets. * * Copyright (c) 1996-1997 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * * SCCS: @(#) tclMacSock.c 1.57 97/07/30 18:49:35 */ #include...
[ "gordonchaffee@gmail.com" ]
gordonchaffee@gmail.com
d302a8d35d8c5319c5f2c14f7c546b45765cfdc4
d8e50207d9c072c321fb961765679482d75a61b3
/GD32F3x0/GD32F3x0_Firmware_Library_V1.0.0/Examples/ADC/Regular_channel_discontinuous_mode/gd32f3x0_it.c
cffc31c11a652d15b4ef8b1fe6f6599decbbe440
[]
no_license
zhou-peter/gigadevice-firmware-and-docs
f22e6301051b788b2b547cb32da3f2f8f80ce9dc
c2f545f960f05371aa1945de5b5a72a45612fb7c
refs/heads/main
2023-07-17T19:15:46.501716
2021-09-04T17:57:12
2021-09-04T17:57:12
null
0
0
null
null
null
null
UTF-8
C
false
false
2,120
c
/*! \file gd32f3x0_it.c \brief interrupt service routines */ /* Copyright (C) 2017 GigaDevice 2017-06-06, V1.0.0, firmware for GD32F3x0 */ #include "gd32f3x0_it.h" #include "main.h" #include "systick.h" #include "gd32f3x0_eval.h" /*! \brief this function handles NMI except...
[ "jesse@keyboard.io" ]
jesse@keyboard.io
e28a6cb98f609d944168f15537ecfe6d08739e6d
7c50464b3f826813ced9190b48dce10e937754c8
/Exercicios em C/CodigoFonteC/secao06/secao06-exercicio07.c
c003fbdb2e763aa1a72696940b8331afbadf7716
[]
no_license
Tiagovcdbr/Logica-de-Programacao-Geek-University-Udemy
473bdfe312b05cc54d4f2366441be8f57079c4b5
c34e7a5ae1f4ef8095658567bb73cd66525dd701
refs/heads/master
2023-08-29T04:08:28.729816
2021-10-27T16:47:30
2021-10-27T16:47:30
420,877,265
1
0
null
null
null
null
UTF-8
C
false
false
662
c
#include <stdio.h> int main(){ //variáveis int num1, num2, num3, num4, q1, q2, q3, q4; //Entradas printf("Informe o número 1: "); scanf("%d", &num1); printf("Informe o número 2: "); scanf("%d", &num2); printf("Informe o número 3: "); scanf("%d", &num3); printf("Informe o número 4: "); scanf("%d", &num4); ...
[ "ti.volei@hotmail.com" ]
ti.volei@hotmail.com
ab73cdbe6e6bd133e7bcd1dce8748bb876ece9ef
c053690f98bc8131523363ab9ce392d9073d7eb9
/FrameWork/SYSCTL/Registers/SCGCEEPROM/SYSCTL_SCGCEEPROM_enums.h
39b275b89b6a67aa2c87798481741fc508cb324e
[]
no_license
coryhodge21/FrameWork
156279428e53e26e59fc78e1c2288337f3ec4d5d
66c215e18be3e1c8c51b786dd00539c75ae67cd0
refs/heads/main
2023-02-04T22:47:26.376625
2020-12-29T03:29:06
2020-12-29T03:29:06
321,851,004
0
0
null
null
null
null
UTF-8
C
false
false
236
h
/********************************** * Bit Field Enums for : SCGCEEPROM.h ************************************/ typedef enum { S0 = 0x00000001, // EEPROM Module Sleep Mode Clock } SCGCEEPROM_e; //*********************************
[ "coryhodge@Corys-MBP.attlocal.net" ]
coryhodge@Corys-MBP.attlocal.net
74a525101c6462552a4a93324916230de3c2c9a2
cea763e82a0db1544695f9b6aac4153810ab7284
/rootfs/aarch64-bootstrap/main.c
1cc6bc9f7d12df52c07e623c86d4d0e5499468d1
[]
no_license
joyxu/qemu-arm64-box
fdc9442c2fc3f6a860d32cad67bc0e725dcf8437
a01cd1eae98309797a695b17fb240a76cc35d63f
refs/heads/master
2022-06-27T01:08:02.906054
2022-06-14T06:53:30
2022-06-14T06:53:30
63,619,535
1
2
null
null
null
null
UTF-8
C
false
false
927
c
#include <stdint.h> #include "system.h" #include "exception.h" #include "mini-printf.h" static char charbuf[64]; #define printf(...) { \ snprintf(charbuf, sizeof(charbuf), __VA_ARGS__); \ char* s = charbuf; \ while(*s != '\0') { \ *UART0_DR = (unsigned int)(*s++); \ } \ } while(0) void exception_handler(uint...
[ "xuwei5@hisilicon.com" ]
xuwei5@hisilicon.com
a81b97c4cee51b79ec5c405028595e1a3b2fed84
23ec86f2eca7b8d41182ac94992ec9cc08673d11
/sort.c
75c1104d252ec3e180977afa04dd15aee22559ac
[]
no_license
ryanwang522/linked-list-sorting
aea20f19ad2bfd494a3631c6de364605228ac203
4e02b29ce618d419e6cd3a5d59cace0a1445ac89
refs/heads/master
2021-02-06T18:56:03.020101
2020-03-18T07:27:45
2020-03-18T07:27:45
243,941,005
0
0
null
null
null
null
UTF-8
C
false
false
95
c
#include "sort.h" int cmp(const void *a, const void *b) { return (*(int *)a - *(int *)b); }
[ "perfect3366@gmail.com" ]
perfect3366@gmail.com
5b1ef21d80f6b5a4cbe69b608b23ffc12ad8a200
5e372b34857d14bff757964b40e6b4a9c51a9877
/ovp_models/source/mcgill.ca/peripheral/fprint/1.0/pse/fprint.igen.h
da9a11a0e6b468c9b004bb30a04f9b7b9f61597e
[]
no_license
jcaplan/fingerprinting
cbf2aa3180b454fb993882fec36bd10ce58e194b
925c1a40186dab1bb4d4036039881363a99c4feb
refs/heads/master
2021-01-11T01:14:40.760369
2017-09-21T03:21:14
2017-09-21T03:21:14
71,069,013
0
0
null
null
null
null
UTF-8
C
false
false
2,114
h
//////////////////////////////////////////////////////////////////////////////// // // W R I T T E N B Y I M P E R A S I G E N // // Version 20140430.0 // Sun Dec 7 19:02:20 2014 // //////////////////////////////////////////////////////////////...
[ "jonah.caplan@mail.mcgill.ca" ]
jonah.caplan@mail.mcgill.ca
1bd4d9306299f95e97a9772fb02b7ce4ce5a6991
9b067908091c213bc0018091f9642e33a1f667b0
/openmp_/general_partial_sort.kernel_inc.h
deade6872797526f187105a3fc7fe2f8ffc34659
[ "BSD-3-Clause" ]
permissive
baijw-plasma/SymPIC
a7f8f76802b74c6ddb79eec0ef6fc75c56b50cc9
7143baf29d3ca88470d5796909c6f424fe6afdc1
refs/heads/master
2023-07-15T01:57:28.517043
2021-08-22T09:31:02
2021-08-22T09:31:02
null
0
0
null
null
null
null
UTF-8
C
false
false
6,050
h
typedef struct { double * cu_cache ; int * cu_xyzw ; long * adjoint_vec_pids ; long * cu_cache_length ; int * the_dir_num ; long * XYZLEN ; long cu_cache_len ; long cu_xyzw_len ; long adjoint_vec_pids_len ; long cu_cache_length_len ; long the_dir_num_len ; long XYZLEN_len ; } openmp_cu_swap_r_st...
[ "xiaojy@ustc.edu.cn" ]
xiaojy@ustc.edu.cn
d38c2aceeaeb2ef4316e484306880370a1f1be6e
a7a802caf1e2b352a9a6f6316d5b0a93546f08c2
/sparx/isim/sparx_module_tb_isim_beh.exe.sim/work/a_2733400542_3212880686.c
d7c8e23695afcd84b2ad71f489c90fda0fa4f734
[]
no_license
lucasfutch/SPARX-128-128
60a81f7a19621d66d77b2856c909140eb9c49b8f
ceaac770b3da4d8940d80e4a2b27ff93289a9bcb
refs/heads/master
2021-04-26T23:00:59.248729
2018-04-23T17:17:03
2018-04-23T17:17:03
123,913,636
0
0
null
null
null
null
UTF-8
C
false
false
2,136
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "lucasfutch@gmail.com" ]
lucasfutch@gmail.com
bf0defffc594b62cdd829fed6ec67ffc51c2cf61
9d9e4088862468b4ff8baf38431e603b101c02ef
/3D RUN/3DRun/Classes/Native/UnityEngine_UI_UnityEngine_UI_Button_U3COnFinishSubmitU3Ec__.h
83d5e95f78cb62b2d699e8649ceb6bbbfc740772
[]
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
941
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.Object struct Object_t; // UnityEngine.UI.Button struct Button_t667; #include "mscorlib_System_Object.h" // UnityEngine.UI.Button/<OnFinishSubmit>c__Iterator1 struct U3CO...
[ "" ]
3a87757627c20da020e1ccaf62147f3a712a2727
5443289d6481b4b817f13ab3c679e7191dda4335
/pthread/flow_id.h
d55210a93ed433adf80d2fad05e94e4eabdcd906
[]
no_license
ztz1989/FloWatcher-DPDK
18475cee74cc2dde5b929132602ba1a04bdbaf2d
86778c609d866cc15003fef12d6d6a77026283da
refs/heads/master
2021-12-30T12:37:21.763200
2021-12-14T12:42:13
2021-12-14T12:42:13
165,247,654
38
12
null
null
null
null
UTF-8
C
false
false
672
h
#include <rte_thash.h> #include <rte_tcp.h> #include <rte_memory.h> struct ipv4_hdr *ipv4_hdr; struct tcp_hdr *tcp; union rte_thash_tuple ipv4_tuple; uint32_t hash; uint8_t default_rss_key[] = { 0x6d, 0x5a, 0x56, 0xda, 0x25, 0x5b, 0x0e, 0xc2, 0x41, 0x67, 0x25, 0x3d, 0x43, 0xa3, 0x8f, 0xb0, 0x...
[ "zhuzhuaiqiqi1314@gmail.com" ]
zhuzhuaiqiqi1314@gmail.com
83f29db9fd15a1bcd247cf7230d8e08cfbe2fb8f
f2a9d659ded5b76927b70358befe932908decf4d
/Bitmap/Bitmap/resource.h
7627afd85edfa354c9abb51bc316c0e64346db54
[]
no_license
pollutedlake/WinAPI-Study
560e1b4672ddce79a14d3b69c0515015b7b5a1b3
8a9eb9a38a224a474d22e68cd79930dc013f1926
refs/heads/master
2021-01-05T04:17:32.238968
2020-07-27T23:54:27
2020-07-27T23:54:27
240,873,660
0
0
null
null
null
null
UTF-8
C
false
false
1,000
h
//{{NO_DEPENDENCIES}} // Microsoft Visual C++에서 생성한 포함 파일입니다. // Bitmap.rc에서 사용되고 있습니다. // #define IDC_MYICON 2 #define IDD_BITMAP_DIALOG 102 #define IDS_APP_TITLE 103 #define IDD_ABOUTBOX 103 #define IDM_ABOUT 104 #define ID...
[ "psh950827@naver.com" ]
psh950827@naver.com
bc65021b5d04941d5bab7ddc20c8892d1f71d54d
f061dfdf12a1e31e0b2826b42450db06a239684f
/SPOJ+hackerrank/pegion.c
0e99966c9d67da050e10fa5886d48d357a28a487
[]
no_license
priyanshu-bajpai/Competitive-Coding-
159752a4afc844eedb7cdaa0d11e4b999a364228
8d0e9cf97df6c7592e354433de72b50629b23c68
refs/heads/master
2021-01-10T04:37:47.496687
2015-12-18T19:01:56
2015-12-18T19:01:56
48,251,579
2
0
null
null
null
null
UTF-8
C
false
false
280
c
# include <stdio.h> # include <math.h> int main() { int test, answer =0; scanf("%d",&test); while(test--) { long long int walls; scanf("%lld",&walls); long long int levels = (long long int)sqrtl(walls+1)-1; answer++; printf("Case %d: %lld\n",answer,levels); } return 0; }
[ "priyanshubajpai9@gmail.com" ]
priyanshubajpai9@gmail.com
21ac6f60f9cb810275a4762d4ae90e9c504e29ed
5b7d43971eae9f06b81d4c2ae37a12d667b696b3
/mudlib/daemon/class/emei/sky-sword/shuangsha.c
9af7faa54350c6eaab85505026b79182c52a81cf
[]
no_license
lostsailboard/fy4
cb6ad743fa0e6dec045e4d5c419b358888fc6a36
b79d809c6e13d49e8bc878302512ad0d18a3e151
refs/heads/master
2021-12-08T06:03:29.100438
2016-02-21T09:03:58
2016-02-21T09:03:58
null
0
0
null
null
null
null
GB18030
C
false
false
3,474
c
#include <ansi.h> #include <combat.h> inherit SSERVER; int perform(object me, object target) { string dodskill,msg; int extra, blade,myexp,tarexp; // if (me->query("class")!="emei") // return notify_fail ("只有峨嵋弟子才能使用[刀剑双杀]。\n"); extra = me->query_skill("sky-sword",...
[ "liming.xie@gmail.com" ]
liming.xie@gmail.com
ecd1d799e3108f0538c834cc8e588609aba64c52
de51ffb24f54963dee7026fd693ea5b22216fb95
/L8_12.c
adacbb2fff8e01c8841fbc5e20c85e347c4e46f2
[]
no_license
kosvicz/kochan
7664816934a7c9ac5bdde9fd79f2a3b6ca22952f
6f9b0718d42fff7c23fdc7bbb2bd0857635a9b77
refs/heads/master
2016-09-05T12:12:02.264000
2015-03-27T11:06:59
2015-03-27T11:06:59
32,547,852
0
0
null
null
null
null
UTF-8
C
false
false
674
c
#include <stdio.h> void sort (int a[], int n) { int i, j, temp; for(i = 0; i < n - 1; ++i) for(j = i + 1; j < n; ++j) if(a[i] > a[j]) { temp = a[i]; a[i] = a[j]; a[j] = temp; } } int main (void) { int i; int array[16] = {3...
[ "kosvicz@gmail.com" ]
kosvicz@gmail.com
4fd9ada5e21ec09eaba471ac9cd99baaaed21606
60b31fa915c368271311acb12a4f0082f17a68ae
/helper.c
9ec82649049f94d83f9d7d36e4e5ccd58dd26c70
[]
no_license
bigen1925/9cc
ca2076bd1ba43bcc4261e36f4aa8f9df3b446794
326a4ebf110e8189d66cb748e0aae724de8ccd2d
refs/heads/master
2022-11-30T10:40:55.144923
2020-08-10T01:49:21
2020-08-10T01:49:21
271,418,423
0
0
null
null
null
null
UTF-8
C
false
false
627
c
#include <stdio.h> #include <stdlib.h> void alloc4(int **p, int a, int b, int c, int d) { *p = (int *)calloc(4, 4); (*p)[0] = a; (*p)[1] = b; (*p)[2] = c; (*p)[3] = d; } void temp_debug(int *p, int *q) { fprintf(stderr, "p: %p -> %d, p[1]: %p -> %d\n", p, *p, p + 1, *(p + 1)); fprintf(stderr, "p[2]: %p ...
[ "kasai.mitsuru@panair.jp" ]
kasai.mitsuru@panair.jp
98039d56e4d7659e1233a7ab5bbe2c13943777cc
52ab985c3dacdf6192e5d2894132042d9e5947f9
/main.c
ef1e010467b8906915c83fec130fd3cbdeb6fe36
[]
no_license
sebastiencs/minishell
ef1c231fd8ff61323511385a97da3afef0ab93cc
1ecad793b71d77efe39be044702d6e449a460970
refs/heads/master
2021-01-19T02:13:49.668900
2014-03-19T18:55:02
2014-03-19T18:55:02
15,367,620
1
0
null
null
null
null
UTF-8
C
false
false
973
c
/* ** main.c for minishell in /home/chapui_s/travaux/minishell ** ** Made by chapui_s ** Login <chapui_s@epitech.net> ** ** Started on Tue Dec 10 15:55:30 2013 chapui_s ** Last update Sun Jan 5 15:46:41 2014 Sebastien Chapuis */ #include <stdio.h> #include <unistd.h> #include "minishell.h" char **begin_env(char *...
[ "sebastien@epitech.eu" ]
sebastien@epitech.eu
5c784672a2a1a1dcd68a608b8570982831e02e89
80febe2c8a289186e9442a9c46060d9d7e2a4dec
/Busca-Ordenacao-MemoriaPrimaria/ordenacao/ordenacao_shellsort.c
41691f41be279bb468f36a83b459db3ab510dc6d
[ "MIT" ]
permissive
heflain-mendes/Estrutura-de-dados
7ae4a2ee62b1bb1dd23a36addb24294cfd4f2424
3dd234f7ec3aac7b939c6021e9db9ee776c8dfd6
refs/heads/main
2023-08-04T09:33:42.613293
2021-09-20T11:46:53
2021-09-20T11:46:53
405,726,499
1
0
null
null
null
null
UTF-8
C
false
false
708
c
#include <stdio.h> #include <stdlib.h> #include <string.h> void ordenacaoShellsort(char *vet); int main() { char texto[] = "heflaindarochamendes"; ordenacaoShellsort(texto); printf("%s",texto); return 0; } void ordenacaoShellsort(char *vet) { int tam = strlen(vet); int h = 1; int i, j; ...
[ "heflain@outlook.com.br" ]
heflain@outlook.com.br
b75f40e6e92ea10a018f564385129987fd467987
c9e55f6aea216c52459daff4e7ec05ad4a086e8c
/2021.1.6/倒序输出斐波那契数列.c
e3d627fd79cf793edab08680ba73b3a56cc51a71
[]
no_license
xiaopangWu/Practice
563f8c28c9ea7e93a5a1b5c21ed4a4958eff01d7
820d3261736320208a540169e39e3e7fd1b7f3b3
refs/heads/main
2023-02-12T22:12:34.168877
2021-01-14T01:14:30
2021-01-14T01:14:30
309,611,070
0
0
null
null
null
null
UTF-8
C
false
false
275
c
#include<stdio.h> int main(void) { int n,i; int a[100]; scanf("%d",&n); a[0]=a[1]=1; for(i=2;i<n;i++) { a[i]=a[i-1]+a[i-2]; } if(n<=2) { for(i=0;i<n;i++) { printf("1 "); } } else { for(i=n-1;i>=0;i--) { printf("%d ",a[i]); } } return 0; }
[ "1295257127@qq.com" ]
1295257127@qq.com
568d1e4ea52031bf2ec3f6176338d549e602177d
0999cfc3e7bbc89a88ce09a8c85c96ee7bacd888
/05/parser/main.c
f9076cf8be5ea35f5b0095875349b7195a6c9d54
[]
no_license
ryought/syspro
43dc8856d9fd730d477f8a9ef367c9d7534b6a5b
b0a2db7a4170a33f48b26a4358421e97fc6abfc1
refs/heads/master
2021-01-19T23:21:55.533878
2017-08-28T07:58:06
2017-08-28T07:58:06
88,970,842
0
0
null
null
null
null
UTF-8
C
false
false
352
c
#include <string.h> #include "parse.h" void print_job_list(job*); int main(int argc, char *argv[]) { char s[LINELEN]; job *curr_job; while(get_line(s, LINELEN)) { if(!strcmp(s, "exit\n")) break; curr_job = parse_line(s); print_job_list(curr_job); free_job(cu...
[ "ryonakabayashi@gmail.com" ]
ryonakabayashi@gmail.com
6def478eb98c998ac584eb1d6be86bb5d58184fc
2d3bee6bddafd72d4b1bb5cd44dcddf9006792b0
/fdre-a3xx/tests/strip-smoothed.c
6a06c24660eba335f26772d8eecc97a0a45de97b
[]
no_license
laanwj/freedreno
539755123fc0a8855262c7044cb372c5ef3f7adc
196a04c18f2800779417ec9b15fcb60e7b32756d
refs/heads/master
2021-01-22T18:18:33.590829
2017-03-15T13:23:15
2017-03-15T13:23:35
85,077,584
2
0
null
2017-03-15T13:46:08
2017-03-15T13:46:08
null
UTF-8
C
false
false
3,885
c
/* * Copyright (c) 2012 Rob Clark <robdclark@gmail.com> * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, mo...
[ "robdclark@gmail.com" ]
robdclark@gmail.com
ee45be2abed6b45778531bcab31a284bdad510ea
46c9ae048117a31f25f9d404493bf20af991d035
/sim/router/isim/router_top_isim_beh.exe.sim/work/router_top_isim_beh.exe_main.c
cbc3705e1f9061046b0b399fdd6a99c084b41b51
[]
no_license
HARIRAJU-4D/Router1X3_RTL_Design
a73eedf253d5e11662d5869b18ef294774181242
2218d252f1acad183ef8fa485223076015407c7d
refs/heads/master
2023-03-27T07:53:39.760561
2019-06-03T11:14:44
2019-06-03T11:22:36
null
0
0
null
null
null
null
UTF-8
C
false
false
1,470
c
/**********************************************************************/ /* ____ ____ */ /* / /\/ / */ /* /___/ \ / */ /* \ \ \/ ...
[ "raiyyanmasumdar@gmail.com" ]
raiyyanmasumdar@gmail.com
0945d3774ce50659112d0b33d3d06ec670b122a0
4463a4482f44a007d37dc5ab9aac5a4d5bd37300
/tools/posit.c
f8bae6f27962b175f8424e2d9df57251e8061eb9
[]
no_license
gpertea/mgblast
e25cb219ac4c7fa123ceee4156be1e9c4f87997f
d06af0c2b3e72a8209f958d2b64510c83bf2a4a1
refs/heads/master
2021-01-22T05:01:00.918428
2017-02-10T21:45:26
2017-02-10T21:45:26
81,608,439
5
2
null
null
null
null
UTF-8
C
false
false
160,266
c
static char const rcsid[] = "$Id: posit.c,v 6.76 2005/08/30 18:21:02 coulouri Exp $"; /* $Id: posit.c,v 6.76 2005/08/30 18:21:02 coulouri Exp $ * =========================================================================== * * PUBLIC DOMAIN NOTICE * National Center for Biotechno...
[ "geo.pertea@gmail.com" ]
geo.pertea@gmail.com
34d4062ee0c80c50fc3bf7c3565a7838913dd53e
27a223c6a195d17cc35e8ce8bdb85b5a90568f07
/Validation/Bitmap/Csc_valDir/tests.c
08b3cfe60dedcec57172194f7209cfd10574b399
[]
no_license
drbraithw8/CscNetlib
20c5ea84bf66c11a0b7988cf3ac98ba77d140f6e
d284af628376444693d4e839f4407986a60981c2
refs/heads/master
2022-09-28T18:44:30.645856
2022-08-23T06:23:17
2022-08-23T06:23:17
91,221,218
1
1
null
null
null
null
UTF-8
C
false
false
1,177
c
#include <stdlib.h> #include <stdio.h> #include <assert.h> #include <CscNetLib/std.h> int main(int argc, char **argv) { int isPass; const int testSiz = 256; csc_uchar a[csc_bm_nBytes(testSiz)]; const int seed = 3; FILE *fout = stdout; const char *testName = "Bitmap1"; // Pass or fail. is...
[ "spammuck@tpg.com.au" ]
spammuck@tpg.com.au
c9388e5fc638dd46d7c469017dcacd208f10f884
0dc333b411b21f307c32c3d56aa7cdd51697e0b0
/OpenBLAS/cpuid_x86.c
d7e50758390099315e496764c32a8f887cf26fd1
[ "BSD-3-Clause" ]
permissive
Garyfallidis/blasy
4da2d2be72852577e9c9682ec1145ee738f47b05
7f5812f438721a26090d36d7e4517d6dbe6e124b
refs/heads/master
2020-04-04T12:13:06.939231
2013-07-30T17:44:19
2013-07-30T17:44:19
null
0
0
null
null
null
null
UTF-8
C
false
false
38,454
c
/*********************************************************************/ /* Copyright 2009, 2010 The University of Texas at Austin. */ /* All rights reserved. */ /* */ /* Redistribution and use in sou...
[ "garyfallidis@gmail.com" ]
garyfallidis@gmail.com
4fc75fb85cb66b3f93fb473153bfadfc3638c27c
a280aa9ac69d3834dc00219e9a4ba07996dfb4dd
/regularexpress/home/weilaidb/work/kernel/linux-3.0.8/arch/arm/mach-s3c2416/irq.c
051371e915158aecb4aebbe8b7ae7dc84d30ab7a
[]
no_license
weilaidb/PythonExample
b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466
798bf1bdfdf7594f528788c4df02f79f0f7827ce
refs/heads/master
2021-01-12T13:56:19.346041
2017-07-22T16:30:33
2017-07-22T16:30:33
68,925,741
4
2
null
null
null
null
UTF-8
C
false
false
2,142
c
#define INTMSK(start, end) ((1 << ((end) + 1 - (start))) - 1) static inline void s3c2416_irq_demux(unsigned int irq, unsigned int len) static void s3c2416_irq_demux_wdtac97(unsigned int irq, struct irq_desc *desc) #define INTMSK_WDTAC97 (1UL << (IRQ_WDT - IRQ_EINT0)) #define SUBMSK_WDTAC97 INTMSK(IRQ_S3C2443_WDT, IRQ_S...
[ "weilaidb@localhost.localdomain" ]
weilaidb@localhost.localdomain
1de58fa446b270472d45993b5b3d43053ce1fc4b
e00e4032bb5d6f85f8a88482a2057cc3d1703e14
/mrf/tools/sis1100_var.h
d1615c5b79ff69e3ab9f01134b863d29d2fa4925
[]
no_license
Nepomuk/jdrs
0f8deda5cebe4d0044b087bb8345016afcac40bd
2f5c5af46130fb2189e3e4397b14ea919e007d82
refs/heads/master
2021-01-10T22:07:00.991896
2014-10-29T10:44:22
2014-10-29T10:44:22
25,242,546
1
0
null
null
null
null
UTF-8
C
false
false
12,435
h
/* $ZEL: sis1100_var.h,v 1.10 2006/11/13 12:40:39 wuestner Exp $ */ /* * Copyright (c) 2001-2004 * Peter Wuestner. 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...
[ "a.goerres@fz-juelich.de" ]
a.goerres@fz-juelich.de
5123972a4062619309aad6c5e5a4c18a7136a657
6e46bdc8c6397404d7361e65fa6bbe4b0c9ea832
/libft_main_tests/main_ft_strncpy.c
4d5477338a12c1b326828fb3d637e4ffbf16eb0c
[]
no_license
Flovln/libft
34e777dd34e73e739089738fa02135db00cb8f6c
cdfa9507afd622aae4b37fbe02384a77067b8dcb
refs/heads/master
2020-12-24T18:04:24.377489
2016-05-20T12:05:25
2016-05-20T12:05:25
47,769,318
1
0
null
null
null
null
UTF-8
C
false
false
1,047
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* main_ft_strncpy.c :+: :+: :+: ...
[ "fviolin@e1r3p18.42.fr" ]
fviolin@e1r3p18.42.fr
75217ba25938e2a879f8f52f5b7eee99614c2dbc
3986d4adb7c156fb6bc4359b53c6bfcc2c4e7186
/clientFunc.c
234735b4bce5c1e52c88365ea28f8074a7283fc0
[]
no_license
Jhop0/webclient
0e51fd241135d67f5cb2ff9a0a2671328f5eb0d4
d7a6dee4eebbfe946c5621b8260eb1aa52b1090c
refs/heads/master
2020-03-29T13:29:46.222405
2015-02-02T14:30:05
2015-02-02T14:30:05
30,163,005
0
0
null
null
null
null
UTF-8
C
false
false
7,443
c
/* * clientFunc.c * * Created on: Jan 28, 2015 * Author: adminuser */ #include "webclient.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/stat.h> #include <netinet/in.h> #include <fcntl.h> /* open, O_RDONLY */ vo...
[ "jhopkins32@gatech.edu" ]
jhopkins32@gatech.edu
cfce9d0a3adc795b110dfaa5cf8a709124725a69
7ad17153f16bad6f35b507f8641e8044a0c687a7
/CH7/实现算法7-16程序7-7.c
c6b44fbeb212cbe02e9a9172ed9d437c37f0edfa
[]
no_license
CaiMaochang/Data-Structures-and-Algorithm-implemented-in-C
70c84ce44d020f576609e36a1b79492d02e800bb
f3d0d9822cebf9931b014b4482859b27c6b8b14f
refs/heads/master
2021-07-07T04:23:41.837017
2019-01-24T03:08:38
2019-01-24T03:08:38
129,845,463
0
0
null
null
null
null
GB18030
C
false
false
24,758
c
#define MAX_NAME 5 /* 顶点字符串的最大长度+1 */ #define MAX_INFO 20 /* 相关信息字符串的最大长度+1 */ typedef int VRType; typedef char VertexType[MAX_NAME]; typedef char InfoType; #include<string.h> #include<ctype.h> #include<malloc.h> /* malloc()等 */ #include<limits.h> /* INT_MAX等 */ #include<stdio.h> /* EOF(=^Z或F6),NULL ...
[ "noreply@github.com" ]
CaiMaochang.noreply@github.com
6abacf414e1311ab18f9b6522b4cb136b5be47fc
c25c82859155584b828fd667e3336e4ffdb69a0f
/balancedparenthesis.c
84739d9220fa470a115467bf08bd60c90ae4ec55
[]
no_license
Amoghtech/DATASTRUCTURES-AND-ALGOS
f7cbdf71827b7653598357bdd548d07a05c18c06
34baba5c1b5648e80efc549c3fafa852977155d6
refs/heads/master
2023-02-15T16:02:37.187329
2021-01-04T11:59:23
2021-01-04T11:59:23
326,576,689
2
0
null
null
null
null
UTF-8
C
false
false
890
c
#include<stdio.h> #include<stdlib.h> struct node{ char data; struct node *next; }*top=NULL; void push(char x){ struct node *t=(struct node*)malloc(sizeof(struct node)); if(t==NULL) printf("Stack Overflow"); else{ t->data=x; t->next=top; top=t; } } char pop() { struct node *t; char x=-1; if(top==...
[ "amoghnagar1111@gmail.com" ]
amoghnagar1111@gmail.com
719f8921918d4cc7108568f196c4fdce5f1037d4
40de3da30239862f11a946166b50438174c2fd4e
/lib/wizards/rimber/cloudc/room17.c
e8a8934b712b6d19b6693b584127854b3c75ee64
[ "MIT" ]
permissive
vlehtola/questmud
f53b7205351f30e846110300d60b639d52d113f8
8bc3099b5ad00a9e0261faeb6637c76b521b6dbe
refs/heads/master
2020-12-23T19:59:44.886028
2020-01-30T15:52:16
2020-01-30T15:52:16
237,240,459
0
0
null
null
null
null
UTF-8
C
false
false
247
c
inherit "room/room"; reset(arg) { if(arg) return; short_desc = "On the wall"; long_desc = "Everything is white.\n"; set_light(3); add_exit("north", "/wizards/rimber/cloudc/room16.c"); add_exit("south", "/wizards/rimber/cloudc/room18.c"); }
[ "ville.lehtola@iki.fi" ]
ville.lehtola@iki.fi
f00e7ffc867452a8ae39791d0505ca07b392cc4e
8a4e921e2678764b37cb8be9a9350e0313f872d8
/Dizi/eleman eşleşme.c
22e223f023e269fa3e28b7b303c5558b3bfd5a2e
[]
no_license
RidvanErenEldem/C-ornekleri
9066a027cf7e6d6f46724ed5640ebd5e272eced5
f1f0c5496a67e1a6159e344f96947bfe5971e6ba
refs/heads/master
2022-04-19T08:14:05.586769
2020-04-21T13:33:15
2020-04-21T13:33:15
257,605,266
4
0
null
null
null
null
UTF-8
C
false
false
266
c
#include <stdio.h> main() { int i,dizi[5]={2,5,8,9,5},sayi,toplam=0; printf("Bir sayi gir: "); scanf("%d",&sayi); for(i=0;i<=4;i++) { if(sayi == dizi[i]) { toplam = toplam + 1; } } printf("Girdiginiz sayidan %d tane vardir",toplam); getch(); }
[ "49130836+RiotThanos@users.noreply.github.com" ]
49130836+RiotThanos@users.noreply.github.com
2e07207fac1ebb24bee4444a94990e9e89297f35
a336a86d0f03d542f7aafeccd9d000b7831dd47c
/2BeSH/Event/src/ft_event_history.c
0191170a86e1f8631f27b421418174541db71082
[]
no_license
alex8092/42sh
b19638194475e16f752957523144639dfef545d4
59b66fbe7b8a5eabbbc96310645d089a352fc588
refs/heads/master
2021-01-10T14:27:18.514720
2015-12-17T18:13:27
2015-12-17T18:13:27
48,178,208
0
0
null
null
null
null
UTF-8
C
false
false
1,792
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_event_history.c :+: :+: :+: ...
[ "tuardoui@e3r3p9.42.fr" ]
tuardoui@e3r3p9.42.fr
44ca7b81709cedd66ef8ec833101dad8d5470fd1
5a95d7d770b9e4b024a84f4b037242d61eacd70d
/wgl/antmaze.c
a6f57d79b11e9136db6536c5b4a6470571c17093
[ "LicenseRef-scancode-mit-old-style" ]
permissive
cascent/XScreenSaverWin
6b8ba515a0832568917b4f0c4ce50d69ffd1cc33
b5424aa01da5d9f1a2b66a143b64ecd03d044c7d
refs/heads/master
2021-07-05T08:14:18.462017
2017-09-29T15:21:04
2017-09-29T15:21:04
null
0
0
null
null
null
null
UTF-8
C
false
false
44,739
c
/* * Permission to use, copy, modify, and distribute this software and its * documentation for any purpose and without fee is hereby granted, * provided that the above copyright notice appear in all copies and that * both that copyright notice and this permission notice appear in * supporting documentation. ...
[ "katayama.hirofumi.mz@gmail.com" ]
katayama.hirofumi.mz@gmail.com
4c1c52e6967ee3d64a49d08173da5f0c488fecfa
94e8344ee420ae4d2eb1643e95973845f341a3d2
/gcc_4.3.0_mutants/mutant100004_tree-ssa-threadedge.c
78ea978b41bc27acb49ea9346a43a2e4c2484e01
[]
no_license
agroce/compilermutants
94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3
dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991
refs/heads/master
2022-02-26T21:19:35.873618
2019-09-24T15:30:14
2019-09-24T15:30:14
207,345,370
1
0
null
null
null
null
UTF-8
C
false
false
18,651
c
/* SSA Jump Threading Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. Contributed by Jeff Law <law@redhat.com> This file is part of GCC. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; e...
[ "agroce@gmail.com" ]
agroce@gmail.com
db7172199ee02b76c752d227255194a90af89554
51ec20146a13aef35ff8a47543da7caec5ca4fd4
/RN电商/Pods/Headers/Private/React/React/RCTScrollContentViewManager.h
d98325bcbc76cd4019213e9e3fef9d1804a728eb
[ "MIT" ]
permissive
ios-zhouyu/RNDemo
ca0db99ead4f6ff087f1d9b7fca8e19fe7abb4aa
8cdf34557e17f29f450bc0b931de03d4f63cecaa
refs/heads/master
2022-10-22T21:59:36.006294
2019-08-26T12:25:51
2019-08-26T12:25:51
154,428,894
23
10
MIT
2022-10-12T00:09:07
2018-10-24T02:49:01
JavaScript
UTF-8
C
false
false
108
h
../../../../../ReactComponent/node_modules/react-native/React/Views/ScrollView/RCTScrollContentViewManager.h
[ "1512450002@qq.com" ]
1512450002@qq.com
2b61ce2524468dbe6f137184325435f609e20424
14b73a2ebc8537a9db9ceda2af2d8535c9a2369e
/compiler/util.c
98ffa0f1e537c508fbde68470a24c361fb9716ed
[]
no_license
silveryllium/blog
b1f56a9d54d931f9b6b926992f93ab28c04686d9
6773b39a4f26d4c3969c96c71bd4a00f014cd82e
refs/heads/master
2016-09-06T00:44:42.867001
2011-07-29T21:50:50
2011-07-29T21:50:50
2,053,499
6
0
null
null
null
null
UTF-8
C
false
false
3,161
c
#include <stdio.h> #include <stdlib.h> #include <string.h> /* Exit with an error */ void error(char* error){ fprintf(stderr, "%s\n", error); /* Cause segfault */ *((int*)(NULL)) = 0; exit(1); } /* Increment the token pointer and make sure we're not out of bounds on the token stream */ void inc_ptr(int...
[ "silvergibi@gmail.com" ]
silvergibi@gmail.com