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
9d3f02a7d28186b30201daafc638a1631b639e7e
1ad4dd5261a185f3cf92d7fd3226de28679747c5
/kernel/arch/sh/include/asm/kprobes.h
85d8bcaa8493a97c652250320b0a193f31b4cd80
[ "MIT", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
oslab-swrc/libmpk
b30c8fa2eea834a8ab441fdd9f7789296781ec17
a0b20ab8819d60d22d2a90f0d54eccae40ae6b05
refs/heads/master
2022-05-01T01:36:07.491532
2022-03-18T05:44:14
2022-03-18T05:44:14
223,290,854
0
0
MIT
2019-11-22T00:30:13
2019-11-22T00:30:12
null
UTF-8
C
false
false
1,551
h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ASM_SH_KPROBES_H #define __ASM_SH_KPROBES_H #include <asm-generic/kprobes.h> #define BREAKPOINT_INSTRUCTION 0xc33a #ifdef CONFIG_KPROBES #include <linux/types.h> #include <linux/ptrace.h> typedef insn_size_t kprobe_opcode_t; #define MAX_INSN_SIZE 16 #define MAX_STA...
[ "spark720@gatech.edu" ]
spark720@gatech.edu
b8194d24639e0fb284ea1f01f467c14ffe3ae6e5
998701969a858f5ea913688400f2a7f99cffcbab
/kernel/src_kernel/printk.h
b01c4e0ae893df8070615bec52bbd52eb9ef07a9
[]
no_license
ehmcruz/advancedss
b5cb765815e2855786c2b9116f8b69c6909f51e6
fd68bb9c2a0821844011d990275ae67ecfedb54b
refs/heads/master
2020-04-12T20:32:38.413515
2018-12-22T12:27:44
2018-12-22T12:27:44
162,739,515
1
0
null
null
null
null
UTF-8
C
false
false
258
h
#ifndef _KERNEL_HEADER_PRINTK_H_ #define _KERNEL_HEADER_PRINTK_H_ #include "config.h" #include "lib.h" #include "video.h" void printk_(video_data_t *video_buffer, char *format, ...); #define printk(ARGS...) printk_(video_get_frame_buffer(0), ARGS) #endif
[ "eduardohmdacruz@gmail.com" ]
eduardohmdacruz@gmail.com
3ad4c7c16bff499a35d195bbb55ba2320a746b4d
b45255c4ee39791de879422cbe06485de56148fb
/็จ‹ๅบ่ฎพ่ฎกII_c++/12440 [STL] Set/Latest Submission/source.h
78b8f478fe94bcadb68db40cef47a14038a61f41
[]
no_license
yoyo-hu/Programming-exercises
4e60f50f63ec102ae5d1333d393349f156167e87
cda87dcc477839e096500710eed470a94ae19200
refs/heads/master
2023-06-20T00:15:58.746894
2021-07-15T05:28:28
2021-07-15T05:28:28
386,024,430
4
1
null
null
null
null
UTF-8
C
false
false
259
h
int sumOfIntersection(const set<int>& set1, const set<int>& set2){ int result=0; for(set<int>::iterator iter=set1.begin();iter!=set1.end();iter++){ if(set2.find(*iter)!=set2.end()) result+=(*iter); } return result; }
[ "1417193568@qq.com" ]
1417193568@qq.com
c2425b283252b78711627964800b582084899d96
3b7cdefcad1272ce9ef9b5a2ea6f6c36d4604a6f
/mcu/common/interface/driver/storage/sim/mt6306_i2c.h
d3e84c863dab5f8ebd8e93a9667f3cab1174f062
[]
no_license
junkyard-2327/TK_MD_BASIC_MOLY.LR12A.R3.MP.V110.6
ad79a26ed395d5b333b718a6b0913003b556f15e
04ebd402fe9472e0c2e3da5a296c11819307b929
refs/heads/master
2022-12-25T23:24:05.155209
2020-10-09T04:37:19
2020-10-09T04:37:19
301,968,967
2
1
null
null
null
null
UTF-8
C
false
false
3,955
h
/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contained * herein is confidential. The software may not be copied and the information * contained herein may not be used or dis...
[ "null" ]
null
d2c82a4ac4caf5968128265349020edb220144da
87f013b8b029b2cf92b96f612b8e3906ee7dfb4c
/user_mode/adc-test.c
1a92c18b495e1724a6cdc9b41e07cb9c43ce0822
[]
no_license
barak1adam/LinuxKernel
9f264329e95a18db0e849831fbf5cae045fa41e9
da6271a421c67323544661a68b73cd35bdb22b51
refs/heads/master
2020-04-06T17:09:15.084488
2018-11-15T03:41:44
2018-11-15T03:41:44
157,648,565
0
0
null
null
null
null
UTF-8
C
false
false
719
c
#include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <fcntl.h> #include <linux/fs.h> #include <errno.h> #include <string.h> int main(void) { fprintf(stderr, "wait 10 seconds or press Ctrl-C to stop\n"); int fd = open("/dev/my_adc", 0)...
[ "barak1adam@gmail.com" ]
barak1adam@gmail.com
a7c183e19c7612e1b2dc6b7e27507337bd4b4e64
d7a5aa77fadfa5fafe5570b4c51e6a3560b4853e
/my_atof.c
a42165da3c64de782b21d7eb0a5569dead326841
[]
no_license
christopheradolphe/C-Projects
c8daf37e394347421d3ecee29077a3f376e68e58
5e0f3d7a346abc5c0894d664d6dbf01671424599
refs/heads/main
2023-03-24T04:21:38.585582
2021-03-22T02:06:20
2021-03-22T02:06:20
350,168,881
0
0
null
null
null
null
UTF-8
C
false
false
1,107
c
#include <stdio.h> #include <stdlib.h> double my_atof(char *str){ int negative = 0; //Determine if negative (if negative, negative is 1) if(str[0]== '-'){ negative = 1; } int res_before = 0; int size_before_decimal = 0; while (str[size_before_decimal+negative] != '.'){ size_before_decimal++; ...
[ "noreply@github.com" ]
christopheradolphe.noreply@github.com
c3e822509bafe22a9482f57dc4e19c217fbadd4c
60cb3c5e8ca9c899d12aefd69359624f7b78e3fc
/PWGLF/RESONANCES/macros/mini/ConfigKStarPlusMinus8TeVpp.C
950d44895db284af1c96954538b816d3009e1415
[]
no_license
petergaemers/AliPhysics
1d7964a13eb66bed77a7de4348857d92464bec4b
86fe0202e97546eec734c022c0a42f606aece353
refs/heads/master
2020-12-10T03:14:19.738039
2017-06-26T11:56:59
2017-06-26T11:56:59
95,448,729
1
0
null
2017-06-26T13:22:11
2017-06-26T13:22:11
null
UTF-8
C
false
false
27,657
c
// // *** Configuration script for K*+-->K0Short-Pi analysis *** // // A configuration script for RSN package needs to define the followings: // // (1) decay tree of each resonance to be studied, which is needed to select // true pairs and to assign the right mass to all candidate daughters // (2) cuts at all leve...
[ "Jihye.Song@cern.ch" ]
Jihye.Song@cern.ch
690de602d2a5bfc671abdd753d8ae7c8680a2b98
0a03249de6044ae26e585cd4e16c578d7f823a44
/Codeforces Solutions/4A.c
c1a82a8372085a4e8b970259132c1780d9f80ec8
[]
no_license
Parasite-231/Problem-solving
ada80a269992367d6b33516cac9b137b78bba3ed
0d56a192088e3fdf0b4c0935de6b88f4f1b65733
refs/heads/main
2023-06-29T01:46:56.337754
2021-08-05T04:12:13
2021-08-05T04:12:13
375,494,848
0
0
null
null
null
null
UTF-8
C
false
false
379
c
#include<stdio.h> int main() { int w,x,y; scanf("%d",&w); if(w==2) { printf("no"); return 0; } x=w/2; if(x%2!=0){x++;} y=w-x; if(y%2==0) { printf("yes"); } else { ...
[ "muktadir@iut-dhaka.edu" ]
muktadir@iut-dhaka.edu
df8b9422c78e7fb8469190be900f6dd1453356fd
f6f12db3fc5a5d05197eb80ecbf8ffa8c9409277
/p2_family/vindex_array.h
29da27f860387a1dea8d1c16d6c09c870ba15f53
[]
no_license
andrebola/patterns-genres
4e1f5d7204e0451687ba3d33762a8b9004fd4d41
740433de95dc54dace351ef8f25b3f7c20170d45
refs/heads/master
2021-03-27T09:16:27.083887
2018-09-10T15:01:47
2018-09-10T15:01:47
103,969,404
7
1
null
null
null
null
UTF-8
C
false
false
3,208
h
/* * vindex_array.h - Structures and external declarations for the index * functions of vindex_array. * * Version 2007-08-21 * * * Copyright (C) 2007 Niko Mikkila * * University of Helsinki, Department of Computer Science, C-BRAHMS project * * Contact: mikkila@cs.helsinki.fi * * * This fi...
[ "andres.ferraro@upf.edu" ]
andres.ferraro@upf.edu
770e39d6e14534b34c51eca240f44286d7cb1f4e
09321ff52583aa943a83b167a714fe8d29b50a15
/from_shootout/wc_ocaml/ia32_elf/by_reko.h
308f39c0527110c2c61c9c0be8e95bb0d5839a37
[]
no_license
BlackLuny/decompiler-subjects
e2dfa909449a3c16ac6eaf5af8422b2c61342b8e
7042c7e8727a333a94fecbddb367fbcff343067b
refs/heads/master
2021-06-21T03:57:48.266546
2017-08-11T18:44:08
2017-08-11T18:44:08
null
0
0
null
null
null
null
UTF-8
C
false
false
8,278,626
h
// subject.h // Generated by decompiling subject.exe // using Reko decompiler version VERSION /* // Equivalence classes //////////// // Type Variables //////////// globals_t: (in globals : (ptr (struct "Globals"))) Class: Eq_1 DataType: (ptr (struct (3 T_3921 t0003) (805C46C T_3596 t805C46C) (805C470 T_7414 t805C4...
[ "i-git-stone@rf.risimo.net" ]
i-git-stone@rf.risimo.net
ea948fe4d345e3437f1d1630135714fa36d44459
ec749fa9378d488483b9b3d65fe2118726d4b32e
/src/mcp23s08.h
de8040850e0a17b04cee6ae387445e821cbe71be
[]
no_license
Djuke-DIYAudio/preamp
322614e7c93effa68a359d56f2e8e6f1a45d28d4
7dfede62ec075acbaf7cda2e0311500e5c30b6b3
refs/heads/master
2023-01-20T21:34:34.291335
2023-01-19T15:26:49
2023-01-19T15:26:49
78,674,997
0
1
null
null
null
null
UTF-8
C
false
false
974
h
#ifndef MCP23S08_H #define MCP23S08_H #include <xc.h> // Registers #define MCP23S08_REG_IODIR 0x00 // IO direction #define MCP23S08_REG_IPOL 0x01 // Input polarity #define MCP23S08_REG_GPINTEN 0x02 // Interrupt on-change #define MCP23S08_REG_DEFVAL 0x03 // Default compare #define MCP23S08_REG_INTCON 0x04 // Inter...
[ "menno@motionundercontrol.nl" ]
menno@motionundercontrol.nl
1b65611a797fb4a672e274da8644339916a9028d
6247645bcf9e88080f7ae8e85af04cfef17dfc08
/unix/zappy/libft/includes/libft.h
93cb697a16b3c252d9f627521485061212147a44
[]
no_license
mbougrin/42
fad8c61664b0ab8007f19f25877363a88dc67112
10b831d503812650172b8689f7667631fd6060ca
refs/heads/master
2020-04-05T23:28:38.918042
2017-08-01T14:43:34
2017-08-01T14:43:34
71,226,609
0
0
null
null
null
null
UTF-8
C
false
false
3,573
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libft.h :+: :+: :+: ...
[ "mbougrin@e3r2p18.42.fr" ]
mbougrin@e3r2p18.42.fr
363ecec6d1365684828e09dfdd12f05a55f4679b
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/base/fs/npfs/statesup.c
2dc53b9292fc237bc95fab41a0c0504731bfc7ed
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C
false
false
27,351
c
/*++ Copyright (c) 1989 Microsoft Corporation Module Name: StateSup.c Abstract: This module implements the Named Pipe State Support routines Author: Gary Kimura [GaryKi] 30-Aug-1990 Revision History: --*/ #include "NpProcs.h" // // The Bug check file id for this mo...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
dde05341564c2430e11af692f8a86f23787dfc11
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14005/function14005_schedule_18/function14005_schedule_18_wrapper.h
8079bc5f53d0476885ca104780edd7fb6eadb247
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C
false
false
498
h
#ifndef HALIDE__generated_function14005_schedule_18_h #define HALIDE__generated_function14005_schedule_18_h #include <tiramisu/utils.h> #ifdef __cplusplus extern "C" { #endif int function14005_schedule_18(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf02, halide_buffer_t *buf03, halide_buffer_t ...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
f2a818e987b7670d8cc29146555f9014525f2903
ccecae95bbc77e2b4565a24763f40337dc1e5089
/algorithms/insertion/insertionAlgorithms.c
2d2554687b828651e743e7a777df583ece1b989d
[]
no_license
Strongeric89/cPrograms
b2aa5d19bcf330d99550c177d5c54227e6afb6f1
708636e62e8ec265b91770019336343d0c4266ef
refs/heads/master
2021-01-18T21:30:15.243826
2016-05-25T11:01:14
2016-05-25T11:01:14
49,342,365
1
0
null
null
null
null
UTF-8
C
false
false
704
c
/* insertion sort ascending order */ #include <stdio.h> #define SIZE 100000 int main() { int i, j, temp; float array[SIZE]; printf("you have %d elements\n",SIZE); for(i=0;i<SIZE;i++) { //generates the random numbers of the array between 0 - m array[i]= rand() % SIZE + 1; //printf("element...
[ "strongeric89@gmail.com" ]
strongeric89@gmail.com
357a17134dbcb22582a278520ca4a0d15f803592
c9b0dcab4bcffe4315be0df4cd9055819dc469a8
/document/linux/kernel/network/netlink_wx_dpi_acl/test_netlink.c
3058d8a819b05eeba865c5e6ef0d0700242ce88b
[]
no_license
exuuwen/study
83250f1cde1afff937963912fdd026df2cf48bd0
c92b937351c2084759cf0a11cc535f5fb97488a3
refs/heads/master
2023-04-09T21:34:31.042551
2023-03-27T09:28:00
2023-03-27T09:28:00
61,179,598
6
6
null
null
null
null
UTF-8
C
false
false
3,878
c
#include "test_netlink.h" static SockContext_t ctx; static int pfd[2] ; static int stopping = 1; static int recv_data() { int retval = 0; data_from_kernel_t *datab = NULL; struct sockaddr_nl *sa = &ctx.sa; int fd = ctx.fd; struct nlmsghdr *nh = ctx.nh_recv; assert(nh); nh->nlmsg_len = NLMSG_SPACE(sizeof(data...
[ "wenx05124561@163.com" ]
wenx05124561@163.com
e427d60211a6d9f95c75710053b8781b7d419d3d
487758b0f371df3233c0651a042c26e7fc6b0765
/vendors/renesas/FIT/RDP_v1.15_modified/r_bsp/board/rskrx63n/r_bsp.h
157c17926c6d559ddc527d4a877c964f2ae87dd4
[]
no_license
redpinesignalsinc/amazon-freertos
bcd30d43d759b905f4e47973d53db777e57b7117
22f470e30ee8c3cfe7861551dff4849212668f87
refs/heads/master
2020-12-22T04:54:16.742019
2020-01-28T07:39:15
2020-01-28T07:39:15
235,995,037
0
0
null
2020-01-27T10:45:52
2020-01-24T12:00:47
null
UTF-8
C
false
false
5,361
h
/*********************************************************************************************************************** * DISCLAIMER * This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No * other uses are authorized. This software is owned by Renesas E...
[ "vinod.alibade@redpinesignals.com" ]
vinod.alibade@redpinesignals.com
54719478783d0401bc72a1a6d72c7ab8032d9876
ca7479d7a4a61ec9ca0af77baaef40a86e10b80b
/libshare/event.h
84209e9a88d605ba0cf62a665f079101825ca850
[ "MIT" ]
permissive
Jon0/msgd-c
52be3950836a74f7b9c5029878bfe76d757cdf32
7e291eb01ce08c9ac46abd55ee6c8c99923ba083
refs/heads/master
2020-05-22T02:51:13.427178
2017-03-06T08:03:43
2017-03-06T08:03:43
61,414,000
1
0
null
null
null
null
UTF-8
C
false
false
2,243
h
#ifndef LIBUTIL_EVENT_H #define LIBUTIL_EVENT_H #include <stdlib.h> #include <libutil/buffer.h> #include <libutil/map.h> #include "address.h" #include "message.h" #include "update.h" /* * id for each event type */ enum msgu_event_type { msgu_connect_id = 20, msgu_recv_id = 40, msgu_send_id = 41...
[ "Jono4728@gmail.com" ]
Jono4728@gmail.com
19b1b8b52eda9ae298d4a563b9bab293d04dbe0d
2dd770e968c6adc96f31eee8e24c104d9ad9652e
/code/Kernel/Scaler/RL6336_Series_Base/Header/RL6336_Series_Display_Include.h
cdb6ee3e7d6bc85af8af65e7e4072741ffb7af82
[]
no_license
makyta3000/MonitorPro
6056f0aaf81d69bd195c870a639ab2f3b5df769c
e1acf7e807b730c760920e4c80f07b0d35b2a06b
refs/heads/master
2023-03-15T22:19:03.726986
2017-12-01T03:02:40
2017-12-01T03:02:40
null
0
0
null
null
null
null
UTF-8
C
false
false
2,279
h
/********************************************************************************/ /* The Software is proprietary, confidential, and valuable to Realtek */ /* Semiconductor Corporation ("Realtek"). All rights, including but not */ /* limited to copyrights, patents, trademarks, trade secrets, ...
[ "xiangjianhe@cvte.com" ]
xiangjianhe@cvte.com
871efafd18becd238a06ff79b5f3f9966d761d60
5fc30848327854209c392203110972ceed739ebc
/Printf&ProtoThread&Display&BLE/TRABALHO_FINAL_EMBARCADOS/src/config/conf_sysfont.h
f2127078d4f165c0914f1f241f5b4744891bc3dc
[ "MIT" ]
permissive
NelsonWeirich/washer
99417f68f673597f40c022a1695c2dd79547e15e
c0763743a54b377d04efba0eebf291c6d4d12fc0
refs/heads/master
2020-03-11T11:53:45.538768
2018-07-03T17:13:27
2018-07-03T17:13:27
129,981,763
0
0
MIT
2018-07-03T14:15:10
2018-04-18T00:44:30
C
UTF-8
C
false
false
65,644
h
/** * \file * * \brief Default configurations for sysfont * * Copyright (c) 2014-2015 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following ...
[ "nelsonweirichjr@gmail.com" ]
nelsonweirichjr@gmail.com
6fecb7ff2e0958eca558031d94f548eb64d6d634
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/drivers/net/dsa/mv88e6xxx/serdes.h
bd8df36ab537c22cde46aa6d4557b6227e3da6ba
[ "GPL-1.0-or-later", "LicenseRef-scancode-warranty-disclaimer", "MIT", "Linux-syscall-note", "GPL-2.0-only" ]
permissive
eerimoq/monolinux-example-project
7cc19c6fc179a6d1fd3ec60f383f906b727e6715
57c4c2928b11cc04db59fb5ced962762099a9895
refs/heads/master
2021-02-08T10:57:58.215466
2020-07-02T08:04:25
2020-07-02T08:04:25
244,144,570
6
0
MIT
2020-07-02T08:15:50
2020-03-01T12:24:47
C
UTF-8
C
false
false
5,766
h
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Marvell 88E6xxx SERDES manipulation, via SMI bus * * Copyright (c) 2008 Marvell Semiconductor * * Copyright (c) 2016 Andrew Lunn <andrew@lunn.ch> */ #ifndef _MV88E6XXX_SERDES_H #define _MV88E6XXX_SERDES_H #include "chip.h" #define MV88E6352_ADDR_SERDES 0x0f...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
499999324b8d26b2680735d56d07a18cf1639ac7
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/e797f230-46f6-4920-988a-7aef46f51b66.c
bc4b176c1f869a24f67fecea46c4d59d93327885
[]
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
629
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=144; int k; int l; j = 53; l = 64; k = i/j; l = i/j; l = i/j; l = k-j; l = i%j; l = l-j; k = k-k*i; //variables //random /* START VULNERABILITY */ int a; long b[99]; long c[6]; a =...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
3abdcf239292191865b9e7946b1f0943627dd965
5aa8c94b33b727a92cc2c3ba8bc3f69f66f8bca1
/old/eqn/common_source/eqnbox.c
ffd20b94aefd3f3825ddbf424b4ebf2b97fdf646
[]
no_license
dank101/4.4BSD-Alpha
d6458c1d1cc82f6332f6f87dcdc223f7d1b2b0ee
b119e6613a15af07855e4cda5dd9f0e78adcbf40
refs/heads/master
2020-03-30T09:51:58.598180
2014-08-01T20:24:53
2014-08-01T20:24:53
22,526,911
1
2
null
null
null
null
UTF-8
C
false
false
980
c
/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * This module is believed to contain source code proprietary to AT&T. * Use and redistribution is subject to the Berkeley Software License * Agreement and your Software Agreement with AT&T (Western Electric). */ #ifnd...
[ "dank101@localhost.localdomain" ]
dank101@localhost.localdomain
72c963f8db728048b4e6442c782e02d027532e62
957542f39841c16df21d97b250cb1e34e7bf0eb8
/AIT8328_CarDV_SDK_Ver1.0.0x50A_923_R1938_sonix_RearCam/vendor/sensor/sensor_ar0330_OTPM.c
d3ed692f9e8ee6d2899afbd29afd581fc51c65cd
[]
no_license
atpccb/hello-world
b5a8e643ac66f2a67520f33f631a6b5ba73237c9
c804f2aee3a2ea634b55f4da6b877594a274f4f6
refs/heads/master
2021-01-01T16:08:28.871340
2016-04-18T07:06:21
2016-04-18T07:06:21
null
0
0
null
null
null
null
UTF-8
C
false
false
31,466
c
//============================================================================== // // File : sensor_ar0330.c // Description : Firmware Sensor Control File // Author : Philip Lin // Revision : 1.0 // //============================================================================= //==================...
[ "mazhuang_zh@163.com" ]
mazhuang_zh@163.com
4cd0785fa996d5617758075387cac07e05ffcb8a
903c45082bd0d4fbb0a0d6a289b5294d8d05c314
/sbin/fsck_ext2fs/dir.c
1cf2c90541eed59ddc76ab1dc419910757601b1e
[]
no_license
tombibsd/netbsd-src
0552d62659412e821163c945c62b7555d1e616d2
7f0f8c8c4b00f7c47700b8260a5cbd627d73fe7c
refs/heads/master
2021-01-21T04:54:21.541793
2016-06-17T00:56:40
2016-06-17T00:56:40
24,783,931
0
0
null
null
null
null
UTF-8
C
false
false
19,747
c
/* $NetBSD$ */ /* * Copyright (c) 1980, 1986, 1993 * The Regents of the University of California. 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 ...
[ "uebayasi@tombi.co.jp" ]
uebayasi@tombi.co.jp
4bbe37cbf07f2ed5e9f7f8dcbbc3cab361d7434a
d266a2dd0464517209b919f4db7318e11c1b8682
/5-Multi-FileProjects/mathutils.h
e5e05570322f2ec8948212a215d18461838faa14
[]
no_license
EchoOfNayru/Cheese-Eater
ac7782a6675d03675c509bb444db88d5dfb2b349
6de92cc2be4e30b5d45e037071b6bd99da52a310
refs/heads/master
2021-06-21T14:18:56.835519
2017-08-23T18:51:51
2017-08-23T18:51:51
100,303,536
0
0
null
null
null
null
UTF-8
C
false
false
301
h
#pragma once //returns the lesser of 2 numbers int min(int a, int b); //returns the greater of 2 values int max(int a, int b); //returns a value clamped within a range int clamp(int lower, int upper, int value); //returns the distance bewteen the 2 points int dist(int x1, int y1, int x2, int y2);
[ "ZachTUcker385@gmail.com" ]
ZachTUcker385@gmail.com
5da7949b259fe68d5b412705024ea836ee94e427
23f2219c949cde9bfa131fae366b756f56b7cf77
/maps/map_1000.c
9634a0e64026e270b9a779b9ef88364edf6fe618
[]
no_license
mytranbui/19Lem_In
5f5663d05847b2a6fcf6c7b7045f5089b04ec9ec
43d41b410ef241f408e6d092e3a652acef739792
refs/heads/main
2023-07-10T00:36:03.851217
2021-08-12T07:09:57
2021-08-12T07:09:57
355,982,369
0
0
null
null
null
null
UTF-8
C
false
false
27,999
c
5 ##start start 0 1 ##end end 1 0 0 0 0 1 1 1 2 2 2 3 3 3 4 4 4 5 5 5 6 6 6 7 7 7 8 8 8 9 9 9 10 10 10 11 11 11 12 12 12 13 13 13 14 14 14 15 15 15 16 16 16 17 17 17 18 18 18 19 19 19 20 20 20 21 21 21 22 22 22 23 23 23 24 24 24 25 25 25 26 26 26 27 27 27 28 28 28 29 29 29 30 30 30 31 31 31 32 32 32 33 33 33 34 34 34 3...
[ "mytran.bui@hotmail.com" ]
mytran.bui@hotmail.com
53a87854b39c6a1d85776463b3b4d5fda1370523
a0b0b699f49f41961a8e23942dfbbd6d6720c7f6
/vendor/riscv-isa-sim/tests/mseccfg/gengen_src/outputs/test_pmp_csr_1_lock01_rlb0_mmwp0_mml1_pmp_15.c
166cc09a963acd25cf9eb4f7bbf46f25513d7f2c
[ "LicenseRef-scancode-bsd-3-clause-jtag", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
pbing/ibex
eb6a78a2a0733197c656b9bf5043d15a1a610c86
1eb0beafa5ed23fc0403386bf83367f7c84af669
refs/heads/master
2023-09-04T06:50:49.119286
2023-07-20T10:36:15
2023-08-04T08:53:47
229,593,137
0
4
Apache-2.0
2019-12-22T15:58:49
2019-12-22T15:58:48
null
UTF-8
C
false
false
8,818
c
/* * outputs/test_pmp_csr_1_lock01_rlb0_mmwp0_mml1_pmp_15.c * Generated from gen_pmp_test.cc and test_pmp_csr_1.cc_skel. * * This test program is verify the pmp CSR access when seccfg introduced. * It's expected to executed from M mode. * * Remarks: * - CSR protection for non-M mode access is assumed and not...
[ "gac@lowrisc.org" ]
gac@lowrisc.org
387ce83dbf4f58eb4dc12aa13d9db6b9fdea6085
bd923eca47f1ea66755e8a7e7dbd0aa518fe0407
/src/stusb4500.h
e6010375c35102abdd64d8432aa2c73f15ae3e97
[ "MIT" ]
permissive
GeneralEmbeddedCLibraries/stusb4500
4eeda9e0d6c581b100faaec50e24456814f2e228
55ee3ad8833af3a8ab6dbdedbb02ebb202d1eb08
refs/heads/master
2023-06-30T11:15:15.147342
2021-07-25T11:48:51
2021-07-25T11:48:51
362,694,409
1
0
null
null
null
null
UTF-8
C
false
false
3,712
h
// Copyright (c) 2021 Ziga Miklosic // All Rights Reserved // This software is under MIT licence (https://opensource.org/licenses/MIT) //////////////////////////////////////////////////////////////////////////////// /** *@file stusb4500.h *@brief Top level interface with USB PD chipset *@author Ziga Miklosi...
[ "ziga.miklosic@gmail.com" ]
ziga.miklosic@gmail.com
1a49aa95a2d7ab24f4369ad1bbc723a53a6c7f22
29368fb88fc557b8481087000c62872999cb521d
/aix-4.1.3/bos/usr/ccs/lib/libdbx/scanner.h
54e41f08fce562c4f60dd29d17802ca8b4682d20
[]
no_license
legacy-codedigger/aix-4.1.3
07101a0795fe56fe97e8fe06d469142bb65371d5
2f37969bee9c0fb7c0a2490e5a82533acac03d39
refs/heads/master
2022-05-17T01:18:52.520939
2020-04-25T00:38:20
2020-04-25T00:38:20
258,655,180
0
0
null
null
null
null
UTF-8
C
false
false
1,199
h
/* @(#)79 1.2 src/bos/usr/ccs/lib/libdbx/scanner.h, libdbx, bos411, 9428A410j 6/15/90 20:41:59 */ #ifndef _h_scanner #define _h_scanner /* * COMPONENT_NAME: (CMDDBX) - dbx symbolic debugger * * FUNCTIONS: * * ORIGINS: 26, 27 * * This module contains IBM CONFIDENTIAL code. -- (IBM * Confidential Restricted whe...
[ "zahir.meddour@protonmail.com" ]
zahir.meddour@protonmail.com
ed9c4439d8a502261b9871b49865c710e6ca74ff
e25c8b65c0115053b14f8ecffaea94a964eefa1f
/ds/u/j/jsh/min/map_8_15.c
0500363e91cda3e404f924648665204d49ba8d6a
[]
no_license
zwshen/mudos-game-ds
c985b4b64c586bdc7347bd95d97ab12e78a2f20f
07ea84ebdff5ee49cb482a520bdf1aaeda886cd0
refs/heads/master
2022-03-01T14:55:10.537294
2022-02-15T15:41:26
2022-02-15T15:41:26
244,925,365
4
1
null
2022-02-15T15:41:27
2020-03-04T14:44:49
C
BIG5
C
false
false
372
c
inherit ROOM; void create() { set("short", "ๅฒฉๆผฟ"); set("long", @LONG LONG ); set("exits",([ "south" : __DIR__"map_9_15", "east" : __DIR__"map_8_16", "north" : __DIR__"map_7_15", "west" : __DIR__"map_8_14", ])); setup(); set("map_long",1); //show map as long replace_program(ROO...
[ "zwshen0603@gmail.com" ]
zwshen0603@gmail.com
aeb6d29c3a336c73e1508eed90b68c3f56bd8b87
af2b5a75bcb18cff31902f44dd79ef0725704139
/BonePhone/rat-4.2.20/tcl-8.0/compat/string.h
541e15923aedab984bbb15b39a012ccb1cf87ff7
[ "TCL" ]
permissive
BackupTheBerlios/bonephone
d2ca7b9e30657e1ae23d17a1fa1bd1acf7c285c6
f769f1234320fd7d7de5afad199134948a1db4ca
refs/heads/master
2016-09-11T02:50:15.604346
2002-02-04T13:23:31
2002-02-04T13:23:31
40,068,835
1
0
null
null
null
null
UTF-8
C
false
false
2,444
h
/* * string.h -- * * Declarations of ANSI C library procedures for string handling. * * Copyright (c) 1991-1993 The Regents of the University of California. * Copyright (c) 1994-1996 Sun Microsystems, Inc. * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DI...
[ "Psycho" ]
Psycho
d1bedeecbefd5b9bd84f6266e7615c60c699fe4e
549270020f6c8724e2ef1b12e38d11b025579f8d
/recipes/atk/all/test_package/test_package.c
284086622ab26ab748358259a9e9fb8884ae2e05
[ "MIT" ]
permissive
conan-io/conan-center-index
1bcec065ccd65aa38b1fed93fbd94d9d5fe6bc43
3b17e69bb4e5601a850b6e006e44775e690bac33
refs/heads/master
2023-08-31T11:34:45.403978
2023-08-31T11:13:23
2023-08-31T11:13:23
204,671,232
844
1,820
MIT
2023-09-14T21:22:42
2019-08-27T09:43:58
Python
UTF-8
C
false
false
294
c
#include <stdio.h> #include <atk/atk.h> int main() { printf("ATK version %d.%d.%d\n",atk_get_major_version(), atk_get_minor_version(), atk_get_micro_version()); printf("binary age %d\n", atk_get_binary_age()); printf("interface age %d\n", atk_get_interface_age()); return 0; }
[ "noreply@github.com" ]
conan-io.noreply@github.com
e601bb597b6c9c9fb321de0eede1e8c3ce9fd5ad
055944335999b9d99c41a1ad8b99e29e8cda3f79
/permutation.c
bb89b1ea7f1ec143a9c24fc7bd8c466af7bc17bb
[]
no_license
DeeJayOsum/DSPrograms
b5b8e590f40d240bdd86492446619a2d102455ec
9fdf1f2dbc955f35e497f777d79e80ccd28ade28
refs/heads/master
2020-12-04T01:20:41.961829
2020-01-15T14:53:08
2020-01-15T14:53:08
null
0
0
null
null
null
null
UTF-8
C
false
false
537
c
// C program to print all permutations with duplicates allowed #include <stdio.h> #include <string.h> void swap(char *x, char *y) { char temp; temp = *x; *x = *y; *y = temp; } void permute(char *a, int i, int r) { int j; if (i== r) printf("%s\n", a); else { for (j =i; j...
[ "noreply@github.com" ]
DeeJayOsum.noreply@github.com
a711d1118eeb700eaa61583c14e14cc081c27a54
7e9c13ac57f726fcbffee188a6aa1fa79ec1fb2b
/resize.c
aa094c0c4932db5b7fccc3baf17b77586d1692c6
[]
no_license
drummingdemon/cs50-pset4
9b8fe25323c5dceb7b2dfc8add46b64edf0305af
81e779702b17e4f1e79df8a4f6636e7fabfb5bca
refs/heads/master
2021-01-10T12:20:53.726419
2015-12-19T17:09:35
2015-12-19T17:09:35
46,222,373
0
0
null
null
null
null
UTF-8
C
false
false
3,926
c
/* * resize.c * * Harvard CS50x3 - Problem Set 4 * * Resizes a 24-bit BMP bit-by-bit. * * Gรกbor Hargitai <gabriel.hargitai@gmail.com> * */ #include <stdio.h> #include <stdlib.h> #include "bmp.h" int main(int argc, char* argv[]) { // ensure proper usage if (argc != 4) { printf("...
[ "drummingdemon@users.noreply.github.com" ]
drummingdemon@users.noreply.github.com
303efa626dee110491c37410b6b6e1874b727467
1eaab33b28f42df42d41f9df219f739bbead5519
/STM32CubeFunctionPack_AZURE1/Middlewares/ST/STM32_MetaDataManager/MetaDataManager.h
9dcce11f9e702c0b792def1c4ff542996ce883ab
[]
no_license
andrewperis/FP-CLD-AZURE1
8a6cec702a6df326adf519b5324be1132a29e522
fe4ae3f54523727aea67ce0e31eaa8c8a7094290
refs/heads/master
2021-08-30T21:31:19.158246
2017-12-19T13:42:14
2017-12-19T13:42:14
114,634,607
1
0
null
2017-12-19T13:42:15
2017-12-18T11:45:05
C
UTF-8
C
false
false
10,705
h
/** ****************************************************************************** * @file MetaDataManager.h * @author Central LAB * @version V0.8.0 * @date 10-November-2016 * @brief Meta Data Manager APIs ****************************************************************************** * @attent...
[ "aperis@Telular.Telular.com" ]
aperis@Telular.Telular.com
20f21779033230719063ce3d09b20e80ebaee476
9882cf955c049a4b0c9673892586fd42dc988ef4
/sensord-1.1.17/src/libsensord/sensor_gyro.h
87a96d36939d944788079db61ca24d23ed7bfe05
[ "Apache-2.0" ]
permissive
Biktorgj/android_device_samsung_pontesolo
9ce9731834069d832fcddc5dd2d93ae7710aa322
b98a6f1075ca2c671b431220a1442251c2ab1ffd
refs/heads/master
2020-12-24T05:56:23.353915
2016-06-21T18:36:10
2016-06-21T18:36:10
40,750,825
6
6
null
null
null
null
UTF-8
C
false
false
1,323
h
/* * libsensord * * Copyright (c) 2014 Samsung Electronics Co., 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 requi...
[ "sleepyh@gmail.com" ]
sleepyh@gmail.com
811df39994c178b27f601ab0b2c372db1e68914f
66d5943d5b5cdc149c835774a9007e070e828ccc
/arch/i386/machine/idt.c
39c66a8a0cf005c7c99994420ccdcffc4f9b9a0f
[]
no_license
jfsulliv-zz/os
9e30e0ccab04a6c626e98e16d7f2729f99de988d
7690e137a7c790f18f88d502595ef6e395ec95b7
refs/heads/master
2021-09-01T07:44:41.925641
2017-12-25T19:57:11
2017-12-25T19:57:11
null
0
0
null
null
null
null
UTF-8
C
false
false
3,838
c
/* Copyright (c) 2016, James Sullivan <sullivan.james.f@gmail.com> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this ...
[ "sullivan.james.f@gmail.com" ]
sullivan.james.f@gmail.com
e07babe96393e1d25c8366d282c68e579318143e
ee617b9234abbf7325d3f9670a72d7af6df7b108
/Sources/CNIOBoringSSL/crypto/x509v3/v3_pcia.c
8f530a46e7a0bbf3d355e2ef8cc4eaeecf491174
[ "OpenSSL", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
ZeroInfinite/swift-nio-ssl
02d7deed65a91781ed6e93996e06dd934929f7a1
45b1f826922c08280b0d87156b96bba5b7d19a08
refs/heads/master
2020-04-26T09:09:03.356537
2019-03-01T17:25:33
2019-03-01T17:25:33
null
0
0
null
null
null
null
UTF-8
C
false
false
2,404
c
/* v3_pcia.c -*- mode:C; c-file-style: "eay" -*- */ /* * Contributed to the OpenSSL Project 2004 by Richard Levitte * (richard@levitte.org) */ /* Copyright (c) 2004 Kungliga Tekniska Hรถgskolan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * * Redistribution and use in source and bi...
[ "johannesweiss@apple.com" ]
johannesweiss@apple.com
810481105b1f5fab2b509408a0125407f41313a0
5d2ffe840e45b9f3354cdcf46d56cca786446fbb
/HELP.C
44dff0116fff2a1009d2438b1a3546ad6837eddd
[]
no_license
dylancarlson/atlas
5bbe202df74363b5a0a1703cc15e5a3d87d02031
52b18d1c2eed93bbc12112a925642f745b1729d5
refs/heads/master
2021-01-23T03:48:42.704037
2014-07-30T00:48:05
2014-07-30T00:48:05
null
0
0
null
null
null
null
UTF-8
C
false
false
9,395
c
/* -------------------------------------------------------------------- */ /* HELP.C Dragon Citadel */ /* -------------------------------------------------------------------- */ /* BLBs, HLP, and MNU files.. */ /* -------------...
[ "dylan@server.fake" ]
dylan@server.fake
f1ad392ab8b0f9ed423df77061afc71ee53fffba
8cef7ba8d22122685545cc851b8a489c2e375c8d
/bb/resolved/MonoHbb_ZpBaryonic_MZp500_MChi1_13TeVmadgraphDatacards/plotsMonoHbb_ZpBaryonic_MZp500_MChi1_13TeVmadgraph/MET1709999Wbb.C
3b80a6457669471a6de6f054ea7a6764e1c24329
[]
no_license
ramankhurana/MonoHCombination
7ec3ddfade3ac870d4a08c6fdd61ab8804e9e515
cb817a786d61970e7549be4ec33291e65a90f722
refs/heads/master
2020-07-27T23:57:14.615143
2017-06-28T12:24:38
2017-06-28T12:24:38
73,421,999
0
1
null
2016-11-23T14:51:32
2016-11-10T21:23:46
Python
UTF-8
C
false
false
40,710
c
void MET1709999Wbb() { //=========Macro generated from canvas: c1/c1 //========= (Sat Nov 26 01:27:39 2016) by ROOT version6.02/05 TCanvas *c1 = new TCanvas("c1", "c1",0,0,500,500); gStyle->SetOptFit(1); gStyle->SetOptStat(0); gStyle->SetOptTitle(0); c1->Range(0,0,1,1); c1->SetFillColor(0); c1->Se...
[ "michele.de.gruttola@cern.ch" ]
michele.de.gruttola@cern.ch
b9841dab2cdb3f24976bedf85e3eaf47b8b769f0
1ba4abd0d77a1984117ed6abdb415f9993fdfe82
/nuttx/nuttx/net/netdev/netdev_findbyname.c
60a965441219a2c4ecbfd594a8b7e2afd64ef479
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-permissive", "ISC" ]
permissive
vixadd/FMoto
5ce3ee3712212ac5dc40d2e05458bab1ffbb00eb
a266307517a19069813b3480d10073f73970c11b
refs/heads/master
2022-06-17T20:20:30.564111
2020-05-08T14:34:51
2020-05-08T14:34:51
103,983,945
4
0
null
null
null
null
UTF-8
C
false
false
4,192
c
/**************************************************************************** * net/netdev/netdev_findbyname.c * * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved. * Author: Gregory Nutt <gnutt@nuttx.org> * * Redistribution and use in source and binary forms, with or without * modification, are pe...
[ "dkroell@acm.org" ]
dkroell@acm.org
e2b90b231dd7c84474569e48f9f908a65e0924d7
3c341d6816b2aa239cda60fbc2abe2fbb49cdf33
/HardWareCode/curtain.c
c7c83f0c83bebc60ccbfc5de8f7fc1cacbfaabf4
[ "MIT" ]
permissive
liuyang77886/SmartHouse_Node
77d7bba7a50300d67a46b4912234a4d7b8ac4146
b7a468f651cff1a994729d3f4747650a9aa0b066
refs/heads/master
2020-04-02T08:50:00.482561
2016-07-10T09:38:46
2016-07-10T09:38:46
null
0
0
null
null
null
null
UTF-8
C
false
false
3,109
c
#include<reg52.h> #define uchar unsigned char #define uint unsigned int #define MotorData P1 sbit beep=P3^3; //ๆญฅ่ฟ›็”ตๆœบๆŽงๅˆถๆŽฅๅฃๅฎšไน‰ sbit dudu=P2^3;//่œ‚้ธฃๅ™จ uchar phasecw[4] ={0x08,0x04,0x02,0x01};//ๆญฃ่ฝฌ ็”ตๆœบๅฏผ้€š็›ธๅบ D-C-B-A uchar phaseccw[4]={0x01,0x02,0x04,0x08};//ๅ่ฝฌ ็”ตๆœบๅฏผ้€š็›ธๅบ A-B-C-D uchar enable,flag,status,stat,atta,stta,...
[ "w19961009@126.com" ]
w19961009@126.com
34d9183c5b57556136d1aab1900ac6d000d1dc48
d5771bc20f1107fe349f9439161948d52dc60e58
/project2.2/xv6-public-master/spinlock.c
47a70d3e5615816ab77ecaaf5338fef50663276e
[ "MIT" ]
permissive
mhstk/xv6_OS_project
6c26e256eaeabcd0e58625b1bf401ea8078ef8c9
d026b3492cb5d015bcf998462da8bb0e35a3164f
refs/heads/master
2023-04-16T04:12:01.258597
2020-01-31T20:57:38
2020-01-31T20:57:38
362,587,281
0
0
null
null
null
null
UTF-8
C
false
false
2,843
c
// Mutual exclusion spin locks. #include "types.h" #include "spinlock.h" #include "defs.h" #include "param.h" #include "x86.h" #include "memlayout.h" #include "mmu.h" #include "proc.h" void initlock(struct spinlock *lk, char *name) { lk->name = name; lk->locked = 0; lk->cpu = 0; } // Acquire the lock. // Loops...
[ "mh.setak38@gmail.com" ]
mh.setak38@gmail.com
c30d0675d6d0ec0e83ba479b5fe6144a70c5bc63
42ed1af689163cce9909a55fafcd69a0543c09c9
/TestCase/UEFI/EFI/BootServices/ProtocolHandlerServices/BlackBoxTest/Dependency/DeviceDriver5/DeviceDriver5.c
ac9610d0db1322a510783a02c738fb4e23a66a92
[]
no_license
sjtupt/2ndProject
933ba01b30068b9fd9c39696f77dc3655ce5ff8f
f4de5400b9922e42ac3263ddf34021a3822ff418
refs/heads/master
2021-01-18T14:16:04.685713
2013-10-29T05:25:32
2013-10-29T05:25:32
13,824,155
1
1
null
null
null
null
UTF-8
C
false
false
10,198
c
/*++ The material contained herein is not a license, either expressly or impliedly, to any intellectual property owned or controlled by any of the authors or developers of this material or to any contribution thereto. The material contained herein is provided on an "AS IS" basis and,...
[ "eric.jingjin@gmail.com" ]
eric.jingjin@gmail.com
6d8edb04ddae89cdfeb386ca0046b55c4d739b8d
6c7c0b0a11b37ed119cfbf36a3437f1c4725debd
/19_lab07/code/shm.c
189ec8f49436d77e50352506f3fa048e7343b598
[]
no_license
1170300432/2020spring_OS
42f342ae2e9c163ea95be40c5e9cee36022ebb37
fa2a147670412d227b6b1e9499faf0086855cf09
refs/heads/master
2022-11-11T20:23:38.358992
2020-06-29T13:11:19
2020-06-29T13:11:19
254,527,359
0
0
null
null
null
null
UTF-8
C
false
false
1,817
c
#include <linux/shm.h> #include <linux/mm.h> #include <linux/sched.h> #include <unistd.h> #include <linux/kernel.h> #include <errno.h> #define SHM_SIZE 3 shm_ds shm_list[SHM_SIZE] = { {0,0,0}, {0,0,0}, {0,0,0} }; int sys_shmget(int key, size_t size){ unsigned long page; ...
[ "345793209@qq.com" ]
345793209@qq.com
9ec1d8b6d9959cae8cd43ff475ed302e65e74eb0
b6b83b83bdc75d23bb187022139366150bd06d20
/release/src/router/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/consts_aes128ctr.c
72296c04519fb0cf42de5697f8f2ee43b891547b
[ "ISC" ]
permissive
Clarkmania/ripetomato
e7b12ef621d0658703fbc17a41cd546152363945
5eda5521468cb9cb7156ae6750cf8229b776d10e
refs/heads/ripetomato
2020-12-24T17:16:28.323048
2020-03-07T23:47:27
2020-03-07T23:47:27
21,929,777
3
1
NOASSERTION
2020-07-28T08:22:46
2014-07-17T05:29:44
null
UTF-8
C
false
false
1,130
c
#include "consts.h" const unsigned char ROTB[16] = {0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x08}; const unsigned char M0[16] = {0x0f, 0x0b, 0x07, 0x03, 0x0e, 0x0a, 0x06, 0x02, 0x0d, 0x09, 0x05, 0x01, 0x0c, 0x08, 0x04, 0x00}; const unsigned char EXPB0[16] = {0x03, 0x...
[ "shibby@openlinksys.info" ]
shibby@openlinksys.info
07f0adb7fd280f256c04474fdc498790c2e6db32
92a02f2dab9cca97239607760427057e22018f2b
/02-C้ซ˜็บง็ผ–็จ‹/day07/Code/01 ๅ›ž่ฐƒๅ‡ฝๆ•ฐไฝœไธš-ๅฎž็Žฐๅฏนไปปๆ„็ฑปๅž‹ๆ•ฐ็ป„ๆŽ’ๅบ/05 ้€’ๅฝ’ๅ‡ฝๆ•ฐ/05 ้€’ๅฝ’ๅ‡ฝๆ•ฐ.c
c5be4b38a18a338e7f4aa7f0b16aa96c8b2445b5
[]
no_license
zranguai/C_CPP
1678164a3829c8477c51a7a3b63127aa33c7b189
c322e3d442a348413aca99d10da3010cc54a68a5
refs/heads/master
2023-06-22T13:44:10.671098
2021-07-26T00:18:15
2021-07-26T00:18:15
389,378,002
0
0
null
null
null
null
GB18030
C
false
false
738
c
#define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<string.h> #include<stdlib.h> //ๅˆฉ็”จ้€’ๅฝ’ๅฎž็Žฐๅญ—็ฌฆไธฒ้€†ๅบ้ๅކ void reversePrint(char * p) { if (*p =='\0') { return; } reversePrint(p + 1); printf("%c\n", *p); } void test01() { char * str = "abcdefg"; reversePrint(str); } int fibonacci(int pos) { if (pos == 1 ...
[ "zranguai@gmail.com" ]
zranguai@gmail.com
236e38242ee9835d5602ef30c30fd62386aba56f
702628903a050f6da2762d04d2949f6404cfbe7c
/analysis.C
6c9104abb8bdbc8b29e3a9af92454d7e0c89c0c3
[]
no_license
H4VFE/PulseReconstruction
3862a32febc8821a0262cb29a13453a329037f2f
754c0b59b99594263d00386e2b65411d91bd44e4
refs/heads/master
2021-01-21T04:33:15.967566
2016-07-06T13:46:12
2016-07-06T13:46:12
51,598,043
0
0
null
null
null
null
UTF-8
C
false
false
9,802
c
#include "TFile.h" #include "TH1F.h" #include <iostream> #include <fstream> using namespace std; void analysis() { Int_t nbins = 800; Int_t j; char name[20]; char title[100]; TH1F *HistoEvent[2214]; for (Int_t z=0;z<2214;z++) { sprintf(name,"HistoEvent%d",z-1); sprintf(title,"Ev...
[ "mr.marko.r@gmail.com" ]
mr.marko.r@gmail.com
48cc707f37f1c8365591c6c09c10ed97d26ac961
73749d0c53e833ae8a34b12b22c510fc68fe67f3
/adc.c
1add0ac7c23b99b1e329c9a0bf825c1cd704a79b
[]
no_license
JoshFloorGuy/roomba-mower-program
6d657815a02378a404db20a1979be02849ebbc07
dd67fdb43c5e67e649b772215e9cb2b55c98245e
refs/heads/main
2023-08-13T10:03:00.144326
2021-09-10T17:46:46
2021-09-10T17:46:46
405,166,580
0
0
null
null
null
null
UTF-8
C
false
false
2,785
c
/* * ADC.c * * Created on: Oct 14, 2020 * Author: mattg1 */ #include <stdint.h> #include<stdbool.h> #include "timer.h" #include "lcd.h" #include <math.h> #include <inc/tm4c123gh6pm.h> #include "ADC.h" volatile int distance = 0; void adc_init(void){ SYSCTL_RCGCGPIO_R |= 0b00000010; while ((SYSCTL_...
[ "joshf98@aol.com" ]
joshf98@aol.com
436a6d398ed45abff0987f325697d53ed6ca3ed3
83214753e9183327e98af0e6768e9be5385e5282
/d/chengdu/npc/obj/nostrum/shedan.c
d158e73660454998f64242266bf05103c2808f21
[]
no_license
MudRen/hymud
f5b3bb0e0232f23a48cb5f1db2e34f08be99614e
b9433df6cf48e936b07252b15b60806ff55bb2f3
refs/heads/main
2023-04-04T22:44:23.880558
2021-04-07T15:45:16
2021-04-07T15:45:16
318,484,633
1
5
null
null
null
null
GB18030
C
false
false
1,326
c
// shedan.c ่Ÿ’่›‡่ƒ† inherit ITEM; #include <ansi.h> void init() { add_action("do_eat", "eat"); add_action("do_eat", "fu"); remove_call_out("decay"); call_out("decay", 180); } void create() { set_name(HIG"่Ÿ’่›‡่ƒ†"NOR, ({"dan", "she dan"})); set("unit", "ๅ‰ฏ"); set("long", "่ฟ™ๆ˜ฏไธ€ๅ‰ฏ่Ÿ’่›‡่ƒ†๏ผŒ็ขง็ปฟๅฆ‚่“ใ€‚\n"); set("pour_type", "1"); setu...
[ "i@oiuv.cn" ]
i@oiuv.cn
892d9974a24017c83f6c0c57858953962eaa32a0
53cec7c4ca4bef433c649c46d7cf208db4fb55e4
/u/stey/u/wen/book/stickbook.c
97f1800ea439454f88d0a5496ad150a551467f71
[]
no_license
androids7/sjsh
c57b2f0f94932e228641a166efda8b7e19eefcc1
1c0391f6b8236f2c6e0c62a2bf904f47e3d5ca26
refs/heads/master
2021-01-09T15:35:19.076098
2016-02-21T11:27:48
2016-02-21T11:27:48
null
0
0
null
null
null
null
GB18030
C
false
false
678
c
//Cracked by Roath // literate.c inherit ITEM; void create() { set_name("ใ€็ขŽๅธƒๅคดใ€‘", ({"piece", "book"})); set_weight(500); if( clonep() ) set_default_object(__FILE__); else { set("unit", "ไธช"); set("long", "ไธ€ๅน…ไธ€ๅฐบ่งๆ–น็š„ๆŸ“ๅธƒ๏ผŒๅ‰ๅŽ็”ป็€ไบ›ๅŸบ็ก€ๆฃ’ๆณ•็š„ๅ›พ่งฃ๏ผŽ\n"); set("material...
[ "liming.xie@gmail.com" ]
liming.xie@gmail.com
416c0000ba0cbfff05a0e40f32a07c8efd6fe508
c56bedc65c041cdbda549223dc8da78c4e74e710
/Lab4/GPU/hist-equ.h
34a13869462c994bda80be0823ea5ad0b0202431
[]
no_license
markoskal2/HPC_labs
403868cf02b20ad2ce4fa485778c11b20f1ea371
0b991704f2e153e51c16fda9bc4d0cd2313e0e33
refs/heads/master
2022-09-26T03:32:14.979366
2020-06-01T14:55:57
2020-06-01T14:55:57
268,550,569
0
0
null
null
null
null
UTF-8
C
false
false
1,292
h
#ifndef HIST_EQU_COLOR_H #define HIST_EQU_COLOR_H #define BIN 256 #define THREADS_PER_BLOCK 256 #define TIMES 8 __global__ void kernel_histogram(int * d_hist_out, unsigned char * d_img_in, int d_img_size); __global__ void kernel_histogram_equalization(unsigned char * d_img_out, unsigned char * d_img_in, int ...
[ "noreply@github.com" ]
markoskal2.noreply@github.com
64b6c8bffb6895e2310b241b2b2410adbdde5072
9b21174b66d1191558c2104e01882f77d5db06ef
/Tutorial3-ZprimeTutorial/tutorial2016/macro/smallntuple_chain.C
389953d0213bfaba14e5b063a6841d549f367649
[]
no_license
colizz/2020HEPMC
19bf93b033277907357c1793389490027d7a36ad
6ac364f358dddf01bcdb484938bdd3b7a35c3941
refs/heads/master
2021-02-04T13:02:44.516908
2020-05-03T15:02:40
2020-05-03T15:02:40
243,668,496
0
0
null
2020-02-28T03:16:51
2020-02-28T03:16:51
null
UTF-8
C
false
false
2,257
c
void smallntuple_chain(char* dataFileName) { TString buffer = dataFileName; cout<<buffer<<endl; TString IFile = "../ntuple/ntuple_" + buffer+".root"; TFile *ifile = new TFile(IFile); TTree *tree = (TTree*)ifile->Get("tree"); int nentries = tree->GetEntries(); int numJet, numbJet, numMu; double met,ml...
[ "qliphy@gmail.com" ]
qliphy@gmail.com
c74d2631a99582cf83074979661ec73d73588f0e
fe911a3efea8558ae122b570c2a8c2a5c3c48da6
/C_FIFO_LIST/cycliclist.h
e7c1afb611b13f9644548aa258c5bbf485f48f3e
[]
no_license
Ariello05/Algorithms
9bfdee3ae1a8734fe60f882905354c9e9146511d
8c504b8be9ac47f0142784dba7c2404143b8936a
refs/heads/master
2021-07-20T09:04:11.120943
2020-06-07T15:29:56
2020-06-07T15:29:56
176,267,157
0
0
null
null
null
null
UTF-8
C
false
false
1,112
h
#pragma once #include <stdio.h> #include <stdlib.h> // Typedef so we don't have to write struct everywhere typedef struct clist_node { int val;//value struct clist_node* next;//node struct clist_node* prev; }cl_node; typedef struct clist_head { cl_node* startNode; }CyclicList; CyclicList* c_initList(); /** Ins...
[ "44323692+Ariello05@users.noreply.github.com" ]
44323692+Ariello05@users.noreply.github.com
75d0411e1cb726437d6c1f0590803b320f4da22c
a4adc592d30f24e2d1fe54a23176d22283e916f7
/chemistry_is_the_melodies_you_can_play_on_vibrating_strings/2-string_copy.c
9d3300392cc02bd523a7e62ba39a6bd400f0eff1
[]
no_license
WaBlueKey/holbertonschool-low_level_programming
d9f9d9dec6510d2fdc3521bd42e45084345e6e9e
a1773ea7717be8109d16ffeb94c6b506be87fc88
refs/heads/master
2021-01-18T21:17:52.148062
2017-04-22T07:22:50
2017-04-22T07:22:50
50,804,378
0
2
null
null
null
null
UTF-8
C
false
false
212
c
int print_char(char c); /* this function copies a string. */ char *string_copy(char *dest, const char *src) { int s; for (s = 0; *(src + s) != '\0'; s++) { *(dest + s) = *(src + s); } return dest; }
[ "wabluekey@gmail.com" ]
wabluekey@gmail.com
9a707a70f6a9c7d9094e8f3fe66df45bcf777026
05c9e83414ffd72e9d2ff51a714f0152b8ad5d5d
/src/sys/arch/amd64/compile/MYKERNEL/uhci.h
4e636b53952d7b81ea2ba0924b82a0230ccfef24
[]
no_license
marwadesouky96/GSoC-NetBSD
52152a02acfcaa4bf722abf119c66187c7147c2d
5e3be60a17e3194f11264e0be0474f301d2e8e5f
refs/heads/master
2020-03-19T11:14:52.539500
2018-06-12T01:22:16
2018-06-12T01:22:16
136,442,332
0
0
null
null
null
null
UTF-8
C
false
false
241
h
#define NUHCI 1 #ifdef _LOCORE .ifndef _KERNEL_OPT_NUHCI .global _KERNEL_OPT_NUHCI .equiv _KERNEL_OPT_NUHCI,0x1 .endif #else __asm(" .ifndef _KERNEL_OPT_NUHCI\n .global _KERNEL_OPT_NUHCI\n .equiv _KERNEL_OPT_NUHCI,0x1\n .endif"); #endif
[ "root@MDesouky.my.domain" ]
root@MDesouky.my.domain
c2a674ca625c568b999c48b0ff69a6196ca1836d
c9b366a711f8c906ff76d96e122e90733f0a71e8
/unityreboot/Temp/StagingArea/Data/il2cppOutput/t1_494MD.h
e1bbf52c83f143e4c2990790ad08279c1de4282c
[]
no_license
elliotfiske/growgame
6cdc75f715f3ce7f60f7a3bb30a9e787dce49226
61c597b1a1dfb00472e256b9353642c9733a8e2c
refs/heads/master
2016-08-11T08:14:00.215795
2015-12-15T22:28:26
2015-12-15T22:28:26
47,860,447
0
0
null
null
null
null
UTF-8
C
false
false
435
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> struct t1_477; struct t1_1; #include "codegen/il2cpp-codegen.h" extern "C" void m1_3373 (t1_1 * __this , const MethodInfo* method) IL2CPP_ME...
[ "elliotfiske@gmail.com" ]
elliotfiske@gmail.com
ebdfbaee8bf2fe18e37b5a02fba9d9d49492af32
7f6f288b80e330afaa6d6753644060b4be2576d0
/src/main.c
462d2c060ec089d2fe3bf0ab04dfa58a47d84f49
[ "MIT" ]
permissive
cc861010/initGL
4bbd8e83f4bc2255c0fd2dbc75f7a669c94ffb6f
a486a27e463a701663902d6313262bf2cedd4e07
refs/heads/master
2022-12-27T18:49:54.554866
2020-10-15T14:05:20
2020-10-15T14:05:20
293,614,781
0
0
null
null
null
null
UTF-8
C
false
false
9,776
c
/* //todo -. sky box; -. lights -. physics -. chunk -. net -. support Lua or Lisp -. small games -. noise - world (biomes, environment) -. mmorpg */ #include "stdio.h" #include "angle_gl.h" #include "shader.h" #include "texture.h" #include <cglm/cglm.h> #include <stb_image.h> #include "window.h" #in...
[ "you@example.com" ]
you@example.com
1b69976666ba8ed31d025f3218f698fa3ec2bdb9
9b79674304cfb2a9c2bbbfe667b007d38f9766a9
/QNX/QNX-BBB/src/hardware/devc/seromap/force_rts.c
d9fe00a6609c8c82f10ff68d3f7648c561cd13be
[]
no_license
hutiann/100-shell-scripts
3a56a899cf78ccd264a5f3b54cf8c42234ceff31
873a1e5f4cb73430de6d97b7be9e97ba149fc743
refs/heads/master
2020-12-06T12:16:40.896547
2019-11-12T01:24:45
2019-11-12T01:24:45
null
0
0
null
null
null
null
UTF-8
C
false
false
2,865
c
/* * $QNXLicenseC: * Copyright 2014, QNX Software Systems. * * Licensed under the Apache License, Version 2.0 (the "License"). You * may not reproduce, modify or distribute this software except in * compliance with the License. You may obtain a copy of the License * at: http://www.apache.org/licenses/LICENSE-2.0...
[ "goodwillyang@163.com" ]
goodwillyang@163.com
04c30e5589eb91ef430046091c3cd4a2970309fb
c9b2a1b6cf254273cc4705f31916c4942fd6f47f
/ftp/src/server.d/sv_user_new.c
d63a79579ed3c2fc37acf18bac7e2dd5b0f35cc9
[]
no_license
gbourgeo/42projects
cb4141026a2572c04a6e9820fe2d1a7319ac3225
3127c9e74ff8ec6d00be3f7d449f3469d56bdb86
refs/heads/master
2021-01-17T02:58:20.156155
2020-09-08T12:00:52
2020-09-08T12:00:52
58,766,253
1
2
null
null
null
null
UTF-8
C
false
false
1,650
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* sv_user_new.c :+: :+: :+: ...
[ "gillesbourgeoi@gmail.com" ]
gillesbourgeoi@gmail.com
3a83ac3c35793068e4282d74487b208b8b07a434
c92d3646b37b7866b07699444ce691abd7c34903
/mediaLib/include/Media/mPixelFormat.h
ce2e12fa7124a92d773b45055f5522f6f277e833
[ "MIT" ]
permissive
rainerzufalldererste/mediaLib
a2ba5646aa0b7d226a82c0eddf439e09accca7c6
8b670c57079a941cc60567cc3ba8a5e7aee5e8e6
refs/heads/master
2023-07-01T18:57:36.748659
2023-06-13T23:14:22
2023-06-13T23:14:22
142,741,786
1
0
null
null
null
null
UTF-8
C
false
false
3,466
h
#ifndef mPixelFormat_h__ #define mPixelFormat_h__ #include "mediaLib.h" #include "mThreadPool.h" #ifdef GIT_BUILD // Define __M_FILE__ #ifdef __M_FILE__ #undef __M_FILE__ #endif #define __M_FILE__ "qN3buM09rfR4aXIp0+OMli5NtPtokbxdwmnOsji1Y2v9fYqBgleaaXc2D2tIx5Ycmg9HuyIEvurE9VK+" #endif struct mImageBuffer;...
[ "c.stiller@live.de" ]
c.stiller@live.de
ad36f565d9c6a08c5966b33916440601deaec964
818e06911efc1610231c40b6c84cbb98fb89907f
/HARDWARE/KEY/key.c
e6cc833fdc8de6b2534af12c9ec7fee507f98dff
[]
no_license
FeatherHunter/STM32F4
d99d1931b6e9e06ecac8562bfb48cae04e2c7c86
d62cdf8f0a6d0d7b4a10f9b62f68f9c8c942dc44
refs/heads/master
2016-08-12T23:29:26.071529
2015-12-27T16:20:44
2015-12-27T16:20:44
47,270,969
1
0
null
null
null
null
GB18030
C
false
false
2,029
c
/** * @copyright ็Ž‹่พฐๆตฉ(2014~2024) QQ๏ผš975559549 * @Author Feather @version 1.0 @date 2015.11.23 * @filename key.c * @description void KEY_Init(void)(ๅˆๅง‹ๅŒ–KEY) * @FunctionList * 1.void KEY_Init(void); * 2.u8 KEY_Scan(u8 mode); */ #include "key.h" #include "delay.h" /** * @Function void KEY_Init(void); * @de...
[ "975559549@qq.com" ]
975559549@qq.com
a19e4588982612b4596a254d401ca2d9076e9e75
b7c6593897f28efaad14a7ed04d51a7778314c54
/vendor/Pods/Headers/Private/StylingKit/PXBorderInfo.h
9d5363ddb58eb15a8ea9c10f678eea6005f77a49
[]
no_license
jeremiahlukus/rm_mentor_app
e2ae3eb668b69048f6ba8b30594ec70c48ace715
05053cb21b8c10cc61f06ee0458af09b896e51dd
refs/heads/master
2021-04-03T01:47:37.992330
2018-04-18T14:33:49
2018-04-18T14:33:49
124,944,594
0
0
null
null
null
null
UTF-8
C
false
false
79
h
../../../StylingKit/Pod/Classes/freestyle/src/Core/Styling/Infos/PXBorderInfo.h
[ "jeremiahlukus1@gmail.com" ]
jeremiahlukus1@gmail.com
b2c08cee839d85db4383b97c422da9269f5fa119
c53cf85ee67a2b1928aaf6929900dff99e1570f6
/image.h
5ac48b03109ac515f90ecc74640c485e105089e6
[ "MIT" ]
permissive
jandre-d/fdf
7cd9c4fdafef689568d6dfbb08c55f211d8ca810
0fa2626860e728cab2cdabab57d7c02546cfe9fa
refs/heads/master
2022-04-07T01:04:04.079030
2020-02-03T18:33:21
2020-02-03T18:33:21
null
0
0
null
null
null
null
UTF-8
C
false
false
1,156
h
/* ************************************************************************** */ /* */ /* :::::::: */ /* image.h :+: :+: ...
[ "noreply@github.com" ]
jandre-d.noreply@github.com
389730e49423a85cd9f16f748731cd01e6a0b53f
d304ef3745eafd7afde0d339952688fdd0666a9e
/libft/includes/libft_utils.h
eba6edce69dcd7aa37bbecc8271acb7dc18ff30c
[]
no_license
Shakadak/Zappy
b9b13c9bc34bcb66e01f1b962927407d2e39a42c
1233c2aa52a6ac464d720f64d3ab1762a9d80de8
refs/heads/master
2020-09-13T09:37:21.254838
2015-02-25T17:10:22
2015-02-25T17:10:22
20,436,070
0
0
null
null
null
null
UTF-8
C
false
false
1,047
h
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* libft_utils.h :+: :+: :+: ...
[ "garm@e1r6p13.42.fr" ]
garm@e1r6p13.42.fr
021f3f5ce7efdd02e343359c907fbd17e5efac45
36183993b144b873d4d53e7b0f0dfebedcb77730
/Graphics/Graphics Programming Methods/3_15ganea/OpenPtc/source/Hermes/Hermes.h
69aaecc31ae17f57a2b3e658513916a2b9121044
[]
no_license
alecnunn/bookresources
b95bf62dda3eb9b0ba0fb4e56025c5c7b6d605c0
4562f6430af5afffde790c42d0f3a33176d8003b
refs/heads/master
2020-04-12T22:28:54.275703
2018-12-22T09:00:31
2018-12-22T09:00:31
162,790,540
20
14
null
null
null
null
UTF-8
C
false
false
569
h
/* Main include file for the HERMES library Copyright (c) 1998 Christian Nentwich (brn@eleet.mcb.at) This source code is licensed under the GNU LGPL Please refer to the file COPYING contained in the distribution for licensing conditions */ #ifndef __HERMES_H__ #define __HERMES_H__ #include "H_Conv....
[ "alec.nunn@gmail.com" ]
alec.nunn@gmail.com
2010145857b03674d07fc2f0152a11b352a2eeaa
ba2726389203bae0ef5de1035f4d4f421c2a9972
/VM/libs/libft/ft_strlcat.c
624cc0867b84f25ed62732153bb6161f96fa572c
[]
no_license
tle-huu/Corewar
fbf59bb55522e37c579374a9bbe9e32de2deb31f
f20312f9bb0ce5a436638f351bab47f2374b5152
refs/heads/master
2021-04-28T20:22:58.512471
2018-06-27T16:18:34
2018-06-27T16:18:34
121,924,169
0
0
null
null
null
null
UTF-8
C
false
false
1,406
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strlcat.c :+: :+: :+: ...
[ "tlehuu@hotmail.fr" ]
tlehuu@hotmail.fr
6e979ddc69a9d603e41917587c3ad15074dcaff1
efaadbf81b43d0b50b4b214fc1eefb35e39c107e
/input/gcam-data-system/aglu-processing-code/GIS/Nfert.c
368d9ca2dbb92d7c1d80f3ce2ff54bc92bf118c6
[ "ECL-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
zcranmer/OWEProject
ea46e4ddb15c8f72ad7460bf0eb7780e0903795a
67d2367d6bdb5dd2a0aa0285be7e33ce64348677
refs/heads/master
2020-12-03T08:11:57.432356
2017-06-28T13:20:33
2017-06-28T13:20:33
95,615,833
0
0
null
null
null
null
UTF-8
C
false
false
6,035
c
#include <stdlib.h> #include <stdio.h> #include <math.h> //#include <unistd.h> #include "find_file.h" #define PI 3.1415926 #define RADIUS 6370997.00 #define BUFSIZE 1024 float AreaFromLonLat(float,float); int main() { FILE *fileinAEZ,*fileinProtected,*fileinNfert,*fileout; FILE *fileinname; FILE *FileLandArea; FI...
[ "acranmer@umass.edu" ]
acranmer@umass.edu
73f8c1ccece3836ca4f1eb21904e5a598a3ce899
9c05fa38a9b63f4cf5166e2fb26b9740c88a519b
/older/R29-B/fct_asserv.h
3a0349f7f0e9d6f31f86db4186a7545c83c4d3b1
[]
no_license
ClubRobotInsat/legacy-navigation
6ffcb9a420e2721cb149660d90eb89afd416bce2
e69e35e16148da1b7a34f3508d85c1b1d479f193
refs/heads/master
2020-04-17T04:44:11.593501
2019-01-17T15:07:48
2019-01-17T15:07:48
166,244,117
0
0
null
null
null
null
UTF-8
C
false
false
1,952
h
#ifndef FCT_ASSERV_H #define FCT_ASSERV_H #include "variables.h" #define AsservPosLong 1 #define AsservVitLong 2 #define AsservPosAng 4 #define AsservVitAng 8 #define AsservPosD 16 #define AsservVitD 32 #define AsservPosG 64 #define AsservVitG 128 float Seuiller(float Val, float Abs); float Mod2...
[ "acerftu@gmail.com" ]
acerftu@gmail.com
7a4a3fdec395343aaea98c85de12dd48d0aa809b
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14379/function14379_schedule_45/function14379_schedule_45_wrapper.h
5ccda0a1681a5ce363898d670352c89393761fb6
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C
false
false
474
h
#ifndef HALIDE__generated_function14379_schedule_45_h #define HALIDE__generated_function14379_schedule_45_h #include <tiramisu/utils.h> #ifdef __cplusplus extern "C" { #endif int function14379_schedule_45(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf02, halide_buffer_t *buf03, halide_buffer_t ...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
7af87a89cf85850a5354477195b6938fe7d30101
db016e500577fd409add3eac28a1c11c0dd4c112
/srcs/interaction/editor/keys/enter.c
756b50959a3977ca3159f22176e6e60f98b11e41
[]
no_license
Barbeek/42sh
008f24e4c04b5e2c73340073d945efacbf80c63a
7bc50e3d00ba86ba2cb556b90a5570768ee09101
refs/heads/master
2020-05-15T21:39:52.363764
2019-04-21T07:58:08
2019-04-21T07:58:08
182,505,521
0
0
null
null
null
null
UTF-8
C
false
false
1,077
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* enter.c :+: :+: :+: ...
[ "pauline@MacBook-Air-de-Pauline.local" ]
pauline@MacBook-Air-de-Pauline.local
9584511ac08b0fad46b16ad033d0d0493ddc22fc
d39aa016b4dd87976cc10e05d4a7d75e6c9dc254
/C Code/ADCtest.c
09b90aa3704a49c7316b4ec77e094f61b743f1ca
[]
no_license
ammarrehan/Previous-Projects
45a1b11cf4c63962e5a6733babd55c7c9a7c7ed8
a4d3c950dfad8bd243391d76c7126606c51dc47b
refs/heads/master
2023-05-26T10:19:07.719513
2021-04-13T08:54:03
2021-04-13T08:54:03
null
0
0
null
null
null
null
UTF-8
C
false
false
8,366
c
#include <XC.h> #include <stdio.h> #include <stdlib.h> #include <sys/attribs.h> // Configuration Bits (somehow XC32 takes care of this) #pragma config FNOSC = FRCPLL // Internal Fast RC oscillator (8 MHz) w/ PLL #pragma config FPLLIDIV = DIV_2 // Divide FRC before PLL (now 4 MHz) #pragma config FPLLMUL = MUL_...
[ "noreply@github.com" ]
ammarrehan.noreply@github.com
64c5d3249a202d48b748d7f1266da5528953a13b
dfc1843b05d95fad763ecdf2aca47f3e924c96df
/minilab1/weensyos1/mpos-kern.c
831d8c43ec4d2846b899b32b5e044220ae68ae5c
[]
no_license
ac4466/UCLA-CS111
ee847a8f3da1cc5c16428f83a0d8863f3755f033
b31ffbff5a6fce7e6866f29fb92492f25581a58a
refs/heads/master
2021-01-10T14:46:36.667403
2015-12-20T05:47:30
2015-12-20T05:47:30
48,308,944
0
1
null
null
null
null
UTF-8
C
false
false
13,232
c
#include "mpos-kern.h" #include "x86.h" #include "lib.h" /***************************************************************************** * mpos-kern * * This is the miniprocos's kernel. * It sets up a process descriptor for the initial application, then runs * that application, and responds to its system cal...
[ "ac4466@gmail.com" ]
ac4466@gmail.com
9d5800af8a458219818b94c1ee34e553f07c851f
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE122_Heap_Based_Buffer_Overflow/s09/CWE122_Heap_Based_Buffer_Overflow__c_CWE805_wchar_t_ncpy_61b.c
3e18edff32b64ff42886a836a44d3747a58c2633
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C
false
false
1,508
c
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE122_Heap_Based_Buffer_Overflow__c_CWE805_wchar_t_ncpy_61b.c Label Definition File: CWE122_Heap_Based_Buffer_Overflow__c_CWE805.string.label.xml Template File: sources-sink-61b.tmpl.c */ /* * @description * CWE: 122 Heap Based Buffer Overflow * BadSource: Allo...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
c20fbd2cb8236e3fd6a077044bb221eb6e4b88cb
786181c26c58fc634f861d23780454283c93d2c8
/policy/buf_init.clock.c
43ea20a5f3b0f3967f2e5e08f19741587e3701a6
[ "MIT" ]
permissive
steinwaywhw/cs460-spring2015-pa1
f971abb3bd7a5c8bbbc673524528be37b6134f38
4c87a46117ee2400ca7f0a7832f3b932126cf04d
refs/heads/master
2020-06-04T10:41:26.317994
2015-09-22T14:45:09
2015-09-22T14:45:09
31,279,403
0
1
null
null
null
null
UTF-8
C
false
false
5,115
c
/*------------------------------------------------------------------------- * * buf_init.c * buffer manager initialization routines * * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION * $Postg...
[ "steinwaywhw@gmail.com" ]
steinwaywhw@gmail.com
e07982efcca5c8ed4d928f936ba2d1e6eedf5d79
ed390e320e4416c53caac4186069ea9da0ce191d
/hw1_string-encoding/include/hw1.h
c19140b25b176e3012f75389de611fedf6d24c0e
[]
no_license
MaryRosariaTaft/cse320_systems2
6985b5fb0c8201d9fe0369671a3f82d42a0d2690
80b2fb6b0868fc9f4616209213d40b4ec478f6d0
refs/heads/master
2021-09-01T17:23:12.998325
2017-12-28T03:06:05
2017-12-28T03:06:05
115,543,625
0
0
null
null
null
null
UTF-8
C
false
false
3,096
h
#ifndef HW_H #define HW_H #include <stdlib.h> #include <stdio.h> #include "const.h" /** * @brief Validates command line arguments passed to the program. * @details This function will validate all the arguments passed to the program * and will return 1 byte (char) that will contain the information necessary for * ...
[ "Mary.Taft97@gmail.com" ]
Mary.Taft97@gmail.com
1d5ddd683e66b12c315c267aa93e23626ebc8c0d
a7fa3f5467e67bf18224e773fc10c2ae40bfa3b8
/src/t_object.h
1eb4d0a0b351ad8aa743adc4d265e3083e5a9a22
[]
no_license
cojt-daigorou/daigorou
a14cd235ad93fb77db8bffe30400e1ab5b05b6e3
5f1a3743558c11cf79106fab452c6e8ff6390f0f
refs/heads/master
2016-09-05T20:47:54.300101
2014-01-31T03:30:45
2014-01-31T03:30:45
null
0
0
null
null
null
null
UTF-8
C
false
false
714
h
#ifndef __TASK_OBJECT_H__ #define __TASK_OBJECT_H__ #include <agtypes.h> enum ObjectMotion { ObjectMotion_None, ObjectMotion_Horizon, ObjectMotion_Vertical }; struct ObjectData { u32 count; u16 image; u16 is_hit; u16 is_harmful; u16 is_breakable; enum ObjectMotion motion; s32 center_x; s32 pre_...
[ "gam0022@gmail.com" ]
gam0022@gmail.com
9b9ac36d7e12344af816e381ed63e4deb022d864
13d277167bc987d60bd1545dfe6f156058e72354
/vendor/cache/ruby/2.3.0/gems/debug_inspector-0.0.3/ext/debug_inspector/debug_inspector.c
05e485cae8fa79f65319cbfcf204205cdc7407eb
[ "MIT" ]
permissive
osowskit/heaven-github-app
58720eb2ebc34b6e861a4dbaf6d447df63c12643
2596409b503d0993a3d5521a940cbbf4f855d613
refs/heads/master
2020-03-23T11:01:47.107703
2018-11-27T23:59:36
2018-11-27T23:59:36
141,478,148
0
0
MIT
2018-07-27T16:42:48
2018-07-18T19:02:57
Ruby
UTF-8
C
false
false
2,908
c
/********************************************************************** debug_inspector.c $Author: ko1 $ created at: Thu Nov 15 17:34:36 2012 Copyright (C) 1993-2012 Yukihiro Matsumoto **********************************************************************/ #include "ruby/ruby.h" #include "ruby/debug.h" st...
[ "osowskit@github.com" ]
osowskit@github.com
5867a0357961cb02e5ccc8f02f118f9ecc171941
6bab4ff1c6b10ae06a454dec783dde2c60a58e80
/BT_CLOCK/include_lib/cpu/timer_api.h
10b008a6d515335c603bbf31c7bc799d43dbb6f7
[]
no_license
icprog/renranrouchen_lib
7ba34155f6bca9c49e445a12b6fbccd5f0fbd4d6
d1f458326ba834ff2bb9a31cd38846ca982680d5
refs/heads/master
2020-07-19T02:16:35.802849
2019-01-04T09:36:17
2019-01-04T09:36:17
null
0
0
null
null
null
null
UTF-8
C
false
false
1,145
h
#ifndef __TIMER_API_H__ #define __TIMER_API_H__ #include "typedef.h" #include "common/list.h" #include "timer_param.h" typedef struct timer_list { struct list_head list; char *name; u32 time; void *param; void (*handler)(void *param); u32 cnt; u32 max_item; }__timer_handle;...
[ "452317740@qq.com" ]
452317740@qq.com
f9698f3760a84a87adfdf1a74b677938b4bb9188
b705ce2a09868263f7ab4c6ad807d29177d17e37
/Utility/Anubis_data.h
c83019c2cc07202020100beecce52e8b1f8c3d82
[]
no_license
asulwer/LicenseManager
5b54e51d261adbdd9344cddfacd7844a9d6d33f9
7fc4ef522b3c594e94d79fe5d3d4f3f07d2db4d3
refs/heads/master
2022-08-10T10:27:48.813045
2022-07-29T16:12:47
2022-07-29T16:12:47
37,862,761
7
4
null
null
null
null
MacCentralEurope
C
false
false
1,563
h
/////////////////////////////////////////////// // // ************************** // ** ENGLISH - 07/07/2012 ** // // Project/Software name: libObfuscate v2.00 // Author: "Eng. Cosimo Oliboni" <oliboni@embeddedsw.net> // Company: EmbeddedSw.net, Italy // // THIS IS A FREE SOFTWARE // // This software is released under G...
[ "asulwer@gmail.com" ]
asulwer@gmail.com
118b75f9c2668fae808a43dd71a27564f02d941b
2bdedcda705f6dcf45a1e9a090377f892bcb58bb
/src/main/output/morning/community_aws/job/temp/side/reason/research_word/level_tarantino_tarantino_air.c
aeea24ca3f137504dc88f9b13a59f1682fcb030a
[]
no_license
matkosoric/GenericNameTesting
860a22af1098dda9ea9e24a1fc681bb728aa2d69
03f4a38229c28bc6d83258e5a84fce4b189d5f00
refs/heads/master
2021-01-08T22:35:20.022350
2020-02-21T11:28:21
2020-02-21T11:28:21
242,123,053
1
0
null
null
null
null
UTF-8
C
false
false
4,404
c
using CategoriesPOC.TranslatorService; using System; using System.Net; using System.Net.Http; using System.Threading.Tasks; namespace CategoriesPOC.Helpers { public static class TranslatorHelper { public static Task<string> Translate(string word, string lang="") { var translatorSer...
[ "soric.matko@gmail.com" ]
soric.matko@gmail.com
657b2388dcde2f743f3a6c97b1424599beeb1596
0cb62699def91f16ea1ad7194d2c89046772a061
/libft/srcs/memory/ft_bzero.c
294796da29ecff5bdabd65b846acd8dd1f2d70df
[]
no_license
anlerandy/wolf3d
9b49abe2f495713e7b5e0d6f4329697c9aad69a8
a742ef0cbe693491a5a5dfda9a93bf2678aa22b8
refs/heads/master
2022-11-09T19:00:13.210596
2019-06-02T17:13:38
2019-06-02T17:13:38
121,387,559
34
0
null
2018-03-05T02:43:46
2018-02-13T13:46:33
C
UTF-8
C
false
false
970
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_bzero.c :+: :+: :+: ...
[ "alerandy@student.42.fr" ]
alerandy@student.42.fr
0d88d52d5dd9e4d420c91f8f2a4f7b9b0cc23c79
df0d1d2257afceefbd7e56fdad64f1010f020e72
/Tornado/pins_AZTEEG_X3.h
d952808325e7ce715f3dbec29b741d647fded436
[]
no_license
becikagaz/directFromTevoForTornado
029812fceee8d9f465bc35cd73bda29b796fb0cc
a232493bc2540a1004e4dda6c5540fecaf6f15a3
refs/heads/master
2022-02-24T10:35:30.896940
2018-03-17T13:28:37
2018-03-17T13:28:37
125,631,566
0
0
null
null
null
null
UTF-8
C
false
false
2,672
h
/** * Marlin 3D Printer Firmware * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin] * * Based on Sprinter and grbl. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
[ "becikagaz@gmail.com" ]
becikagaz@gmail.com
cba90e8125a19bab46d8987e5b14037a5cc17f6a
e74c8fb5491fb218bde4d922238f3472c3441196
/src/dimModuleTest.c
1a95137061d93ec5bb07d349df8fa7bff8571cb7
[]
no_license
NicolaiNebel/futhark-sparse
33403ca63be8e44dc9c3a55e772fd05508c83567
83b83746394a422e56cc73cad819237a2424874d
refs/heads/master
2020-04-15T11:50:19.805380
2019-01-22T22:32:19
2019-01-22T22:32:19
164,647,468
0
0
null
null
null
null
UTF-8
C
false
false
62,513
c
/* * Headers */ #include <stdint.h> #include <stddef.h> #include <stdbool.h> /* * Initialisation */ struct futhark_context_config ; struct futhark_context_config *futhark_context_config_new(); void futhark_context_config_free(struct futhark_context_config *cfg); void futhark_context_config_set_debugging(struct fu...
[ "torskovsgaard@hotmail.com" ]
torskovsgaard@hotmail.com
01ec77622442b068904769e75b65d424c73183e8
bf3ee32614f2ee65a81cf32567499855ba62a4bb
/0x00-hello_world/5-printf.c
0ceceb0356703daef5b1e9633f6bf839d742a91d
[]
no_license
akeemseymens/holbertonschool-low_level_programming
e8a502baa680e74281827a4fdd24b2f98316c9f0
900d1d779d54288b16c3ebf82bdcf218b1bb5319
refs/heads/master
2020-06-06T16:33:35.418418
2020-01-16T21:56:16
2020-01-16T21:56:16
192,776,501
0
0
null
null
null
null
UTF-8
C
false
false
196
c
#include <stdio.h> /** * main - Entry point * prints str * Return: Always 0 (Success) */ int main(void) { printf("with proper grammar, but the outcome is a piece of art,\n"); return (0); }
[ "akeem.seymens@holbertonschool.com" ]
akeem.seymens@holbertonschool.com
3311f82d13f602db1c11ab15d1c6390427d99af9
9d7927ba0d75ec96ef246642a437fe1738b85321
/ntsimulator/ntsim-ng/utils/http_client.c
bc01d4f656556cb49905ff5180f47a4d44832d45
[ "Apache-2.0" ]
permissive
o-ran-sc/sim-o1-interface
8d8a9204ad683cd2bba9e911167021bcdb674d4d
5f36b6a90e63fceb4c81dca5bbfbd6ac622f3112
refs/heads/master
2023-07-08T07:36:59.289299
2023-07-04T14:26:11
2023-07-04T14:48:06
222,808,778
5
2
null
null
null
null
UTF-8
C
false
false
7,338
c
/************************************************************************* * * Copyright 2020 highstreet technologies GmbH and others * * 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 * * h...
[ "alexandru.stancu@highstreet-technologies.com" ]
alexandru.stancu@highstreet-technologies.com
31ae856cbf5b962471bc50724c990a325d45bb86
a0816080f26db52a410e57423dcc184f08919d5e
/apps/bluetooth/bt.c
facfc7e4cee0622ac15b03bb58d11f42426da2db
[]
no_license
MrMehdi/5900
186cf1ad9dedf501387122ef7330ea0db09bd913
961e57b102b4ed46e90e102dd14927d091761f41
refs/heads/master
2023-06-12T21:44:35.804285
2021-07-08T01:00:02
2021-07-08T01:00:02
null
0
0
null
null
null
null
GB18030
C
false
false
46,423
c
#include "sdk_cfg.h" #include "bluetooth/avctp_user.h" #include "key_drv.h" #include "timer.h" #include "dac/dac_api.h" #include "setup.h" #include "sys_detect.h" #include "audio_drv/audio_drv.h" #include "disp.h" #include "bt.h" #include "play_sel/play_sel.h" u8 bt_init_ok=FALSE; #ifdef TD_ADD_SPP extern u8 gAppR...
[ "niceballer@163.com" ]
niceballer@163.com
20f71f08750fec5dc5ecb5057d9ad794f23327a6
35495ba32639d770c2526aa26db6555ebedd7afc
/Shared/wabbitemu core/interface/calc.h
83606547688dd7405c09e0f0866106bd86469118
[ "MIT" ]
permissive
IISAKNIFE/WabbitStudio-Old
9a07a0a1b233b6399dd2b9f35dccfe7e96fab9ec
5b8dd989d45004af0c01b05f040884233c1a4cd0
refs/heads/master
2021-07-03T02:30:27.867477
2017-09-25T22:15:04
2017-09-25T22:15:04
null
0
0
null
null
null
null
UTF-8
C
false
false
4,679
h
#ifndef _CALC_H #define _CALC_H #include "stdafx.h" #include "coretypes.h" #include "core.h" #include "lcd.h" #include "keys.h" #include "link.h" #ifdef _WINDOWS #include "Wabbitemu_h.h" #include "sound.h" #include "DropTarget.h" #include "dbbreakpoints.h" #endif #include "label.h" #include "savestate.h" typedef e...
[ "willbur1984@gmail.com" ]
willbur1984@gmail.com
b743723e3b20cef10285a7de8e2cc0c9d6cc63d4
f4d199fe5797746fc8e3a23bd6e741e57808b3f8
/libft/ft_putstr.c
e2226b76f12068f6312abf4de9897063695ee704
[]
no_license
Kmykhail/Fdf
25d418ebbff2160f630772dd94ed5758c450e413
5b8c40a297889fa80c103cf6740a1d629d8b5ad8
refs/heads/master
2020-03-22T18:16:00.541857
2018-07-11T10:52:45
2018-07-11T10:52:45
140,448,345
0
0
null
null
null
null
UTF-8
C
false
false
1,032
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putstr.c :+: :+: :+: ...
[ "kmykhail@e3r1p3.unit.ua" ]
kmykhail@e3r1p3.unit.ua
871a9cd28ebb98a5be5a11e410e2af818a9171b7
08bfc8a1f8e44adc624d1f1c6250a3d9635f99de
/SDKs/flac/src/test_streams/main.c
6e7b9ca442a8ed422637826a3a11f59cfd709a5e
[]
no_license
Personwithhat/CE_SDKs
cd998a2181fcbc9e3de8c58c7cc7b2156ca21d02
7afbd2f7767c9c5e95912a1af42b37c24d57f0d4
refs/heads/master
2020-04-09T22:14:56.917176
2019-07-04T00:19:11
2019-07-04T00:19:11
160,623,495
0
0
null
null
null
null
UTF-8
C
false
false
130
c
version https://git-lfs.github.com/spec/v1 oid sha256:44cf0286d502a1fd33e958bb28daac3b3c535f42e71231d3be0f9d539ba10eb1 size 34890
[ "personwithhats2@Gmail.com" ]
personwithhats2@Gmail.com
22a89f99255f42c5f3687b82250a07ceb0ab06f1
0daf84d300bf03f9d0dc4ed2e979eeee47e78243
/DeitelApps/cap3/Deitel317EmptySqrAst.c
8f90a68f1a7d33b4c55627d163beac238119eacd
[]
no_license
jcgsr/C
12c85b86990514a24541e22e73e7bc0dd0b34a29
4d3c0ed1a17edbf1ecf5217ec94de273af056f62
refs/heads/master
2023-01-03T16:34:32.742135
2020-10-22T04:46:19
2020-10-22T04:46:19
306,224,444
0
0
null
null
null
null
UTF-8
C
false
false
689
c
// Exercise 3.34 // (Hollow Square of Asterisks) Modify the program you wrote in 3.33 so that it // prints a hollow square. // 0123 line side = 4 // **** 0 // * * 1 // * * 2 // **** 3 side - 1 #include <stdio.h> int main() { int line = 0, side, stars; printf...
[ "cabralguerra@gmail.com" ]
cabralguerra@gmail.com
29de5d3c1f9f30449e9d1e677b71e954ab0e5221
49780f24a92fcc9a7c855144fb195ae3736bf390
/examples/devices/MSP430F5xx_6xx/MSP430F534x_Code_Examples/C/MSP430F534x_tb_05.c
2291fe298edb97e7837976db70f46b7687cd5a15
[]
no_license
PiBoxY/msp430ware
81fb264c86ff1f68f711965b793aa58794ae2f00
7c96db00f97bbfd3119843e18ac895a54b4a6d39
refs/heads/master
2020-04-21T07:29:13.386144
2019-02-06T11:32:42
2019-02-06T11:32:42
169,394,007
2
1
null
null
null
null
UTF-8
C
false
false
4,080
c
/* --COPYRIGHT--,BSD_EX * Copyright (c) 2012, Texas Instruments Incorporated * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the above c...
[ "admin@piboxy.com" ]
admin@piboxy.com
43aeeec197265556915c62c47f2d713e39c90f87
7f2f41f74a0d905b43fbb29220798cd0f176f94d
/class/210318_์ปด๊ทธ/0408.c
233eae6b1d1eef144faaebae2617281ccfc27f87
[]
no_license
g0709-19/opengl
815c8bd59fac805a75e2db0826aebf035462cad5
426609e7ba1d8588cddccfd510d3083f700d50ed
refs/heads/master
2023-06-03T08:33:16.147985
2021-06-21T19:25:43
2021-06-21T19:25:43
378,914,652
0
0
null
null
null
null
UTF-8
C
false
false
1,953
c
//#include <stdio.h> //#include <stdlib.h> //#include <GL/glut.h> // //#define drawOneLine(x1,y1,x2,y2) glBegin(GL_LINES); \ // glVertex2f ((x1),(y1)); glVertex2f ((x2),(y2)); glEnd(); // //void init(void) //{ // glClearColor(0.0, 0.0, 0.0, 0.0); // glShadeModel(GL_FLAT); //} // //void display(void) //{ // int i; // //...
[ "sch030518@gmail.com" ]
sch030518@gmail.com
bf0052cc31117de55d31ab5ffa84d15bbece26e1
73266ea6be2de149a4700798b221bd4c79525604
/reusable/libft/ft_memjoin.c
12c4f2cbd9344547b7adf24a90d3be4a0c878cec
[]
no_license
Caceresenzo/42
de90b0262b573d4056102ad04ed0f6fbef169858
df1e14c019994202da0abbe221455f1a6ee291e4
refs/heads/master
2023-08-15T06:14:08.625075
2023-08-13T17:19:00
2023-08-13T17:19:00
220,007,175
92
36
null
null
null
null
UTF-8
C
false
false
1,121
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_memjoin.c :+: :+: :+: ...
[ "caceresenzo1502@gmail.com" ]
caceresenzo1502@gmail.com
d486003f523981d4de967ab83519a0880ad38348
20f5d5a080e1c2176531a8d4b25d3d0f6a7f094d
/Projects/W7500x_StdPeriph_Examples/ADC/ADC_Polling/main.c
ebfd9688262741f572788119567ae897c57077e6
[]
no_license
diorcety/W7500x_StdPeriph_Lib
4c2c38a50d2e58ef9bf80cc29385a78a901a3516
3b0b7578a9e4a419ebb67961f248826066e7a037
refs/heads/master
2021-01-04T12:13:52.544450
2020-02-14T15:53:26
2020-02-14T15:56:47
240,543,818
0
0
null
2020-02-14T15:51:06
2020-02-14T15:51:05
null
UTF-8
C
false
false
4,760
c
/** ****************************************************************************** * @file ADC/ADC_Polling/main.c * @author WIZnet * @brief Main program body ****************************************************************************** * @attention * * <h2><center>&copy; COPYRIGHT 2018 WIZnet</center></h...
[ "ricky@wiznet.co.kr" ]
ricky@wiznet.co.kr
86c8dbe801500045fb7fd4baa490cb102cdbad7d
f22c136ccada93089bb968917b1e39e1ba861f6a
/do_it/chap01_basic_algorithm/1-3_sign.c
72a97b861244fa10a650bd579fc38a2a86f8c384
[]
no_license
minji9360/algorithm
567fab8dd4b4c03350d0b3a56743c06b4bc25bab
506b494beafcbb3e5eb00d4a7bf488fef1c8bdd7
refs/heads/master
2023-05-06T19:08:05.558917
2021-05-31T13:55:12
2021-05-31T13:55:12
283,275,189
0
0
null
null
null
null
UTF-8
C
false
false
281
c
#include <stdio.h> int main(void) { int n; printf("์ •์ˆ˜๋ฅผ ์ž…๋ ฅํ•˜์„ธ์š”. : "); scanf("%d", &n); if (n > 0) printf("์ด ์ˆ˜๋Š” ์–‘์ˆ˜์ž…๋‹ˆ๋‹ค.\n"); else if (n < 0) printf("์ด ์ˆ˜๋Š” ์Œ์ˆ˜์ž…๋‹ˆ๋‹ค.\n"); else printf("์ด ์ˆ˜๋Š” 0์ž…๋‹ˆ๋‹ค.\n"); return (0); }
[ "jtbc@naver.com" ]
jtbc@naver.com
ace025d676fac7998855462bd7697f2620f93b72
78f85644876b744ac2afb98c551edd53a4d16f0b
/user_app/inc/mqtt_conn.h
6de25538e6033d2970442feeb7b0e97a5ff9d28d
[]
no_license
MontaukLaw/AB13
0a0bc87c54acb0e5767686847a85044acccf7e37
5dcbd40d49a268e051d1f6f4b51c6a262f787232
refs/heads/master
2020-08-01T12:14:32.189314
2019-09-27T15:13:50
2019-09-27T15:13:50
210,992,841
0
1
null
null
null
null
UTF-8
C
false
false
2,918
h
/** * ********************************************************************** * Copyright (c) 2016 temp. All Rights Reserved. * @file mqtt_conn.h * @author ๅฎ‹้˜ณ * @version V1.0 * @date 2016.12.20 * @brief MQTT่ฟžๆŽฅ็ฎก็†ๅ‡ฝๆ•ฐๆ–‡ไปถ. * * ********************************************************************** * @note...
[ "zunly@hotmail.com" ]
zunly@hotmail.com
43380fd5e7876ccd4e9d1705624fce61a8f9b316
c2913c666386402ef99bef2a3e10897f566c3846
/src/ft_putnbr.c
72cca51f1e5cba74abd8789c2d3d5af001105db7
[]
no_license
kirpastuhov/libft
0fa7918b7432bacbbf5fad0ea6cf1dde74c3161d
6e7220c163eda84336811f870401ef9ae1f63b9f
refs/heads/master
2020-07-23T16:36:45.132684
2019-11-04T06:26:45
2019-11-04T06:26:45
207,631,761
2
0
null
null
null
null
UTF-8
C
false
false
1,137
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_putnbr.c :+: :+: :+: ...
[ "kirush-ka@yandex.ru" ]
kirush-ka@yandex.ru
27ee6ead1f3986240eaa0b1d96288d40c83712f9
8a62ecd5a9ded4de0047fb5ff73176513a65555d
/Classes/general.h
5fe84699f16ea6f277a97f1f2416d7ea38484260
[]
no_license
hgwr/StonerView
3a43d9af04a0ea9b1cf71409190addf79880ee43
53f763e053debae360e0351e835eef38a160934b
refs/heads/master
2020-12-24T17:44:10.478910
2010-11-24T04:44:28
2010-11-24T04:44:28
1,107,662
2
0
null
null
null
null
UTF-8
C
false
false
569
h
/* StonerView: An eccentric visual toy. Copyright 1998-2001 by Andrew Plotkin (erkyrath@eblong.com) http://www.eblong.com/zarf/stonerview.html This program is distributed under the GPL. See main.c, the Copying document, or the above URL for details. */ /* * modified by hgwr@moreslowly.jp for porting to iO...
[ "hgwrsgr@gmail.com" ]
hgwrsgr@gmail.com