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
802 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
148 values
src_encoding
stringclasses
33 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.3M
extension
stringclasses
118 values
content
stringlengths
3
10.3M
authors
listlengths
1
1
author_id
stringlengths
0
228
c495a70b8bb307246a286548950391e5d2fc0e0e
ac1d7bb3375a219907ae87cc10ea2ba4e9906eef
/mainAnchor.h
76e422b55e52d16b72313aa7214eecf78427a54a
[ "Apache-2.0" ]
permissive
devkotaprativa/masteranchor
c71e50137c070df93587e18f98e58ea7b20eb576
ef0b7f3edb8ca9e72626d703f5dcd98a0054c616
refs/heads/master
2020-03-19T01:57:34.200461
2018-05-31T13:25:04
2018-05-31T13:25:04
135,586,243
0
0
null
null
null
null
UTF-8
C
false
false
668
h
/* Extended DW1000 Ranging example for radino32 DW1000 and radinoL4 DW1000 Based on Decawave DW1000 example library 2017 In-Circuit GmbH wiki.in-circuit.de */ #include <Arduino.h> #include <EEPROM.h> #include <SPI.h> #include <Wire.h> #include "IC_DW1000_Ranging_local.h" #include "common.h" void...
[ "devkotaprativa@gmail.com" ]
devkotaprativa@gmail.com
05f46edc3d35c19acfea752b921f66ef5ac4f282
8a8dc634a80febfde2113b6ade276df40b77df7e
/ESP32_E-Puck_2/main/main_e-puck2.c
4256f8613ba2601b8d5bf4c1a443586bcf02799f
[]
no_license
taraspavliv/RobotiqueProject
55d770eef8ee96f51c435dc6fdf94898b202f10f
f857527b0c5613c3faf1961751e26d3139dcc5ca
refs/heads/main
2023-05-04T06:59:08.599736
2021-05-16T18:47:54
2021-05-16T18:47:54
342,182,874
0
0
null
null
null
null
UTF-8
C
false
false
2,065
c
/* File : main_e-puck2.c Author : Eliot Ferragni Date : 12 november 2017 REV 1.0 Firmware to be run on the ESP32 of the e-puck2 */ #define __BTSTACK_FILE__ "ESP32_E-Puck_2.c" #include <stdio.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/xtensa_api.h" #include "freertos/queue...
[ "taras.pavliv@hotmail.com" ]
taras.pavliv@hotmail.com
fa362ccb780e84384f9ae8bae1daf39d694b4be0
6dad397cab261f5b823eca5a8e394bb67cc9634f
/vxl1.c
148e79696ada888ff0da6916ac909539a48bbf71
[]
no_license
zymethyang/C_programing
5f093cb1d44c9fc2e856a75b02daaf67d6ffeb0d
75025ac273e7a608ba306c0044e6a5017a1c3e74
refs/heads/master
2021-08-19T03:37:48.183348
2017-11-24T15:42:52
2017-11-24T15:42:52
103,942,426
0
0
null
null
null
null
UTF-8
C
false
false
396
c
#include <stdio.h> void main(){ int a = 0xb7; printf("%x \n",a); int b = 0x5e; printf("%x \n",b); int x = a | b; printf("%x \n",x); b = ~a; printf("%x \n",b); int y=a^b; printf("%x \n",y); int z=x&y; printf("%x \n",z); for(int i=0;i<3;i=i+2){ b++; prin...
[ "zymethyang@gmail.com" ]
zymethyang@gmail.com
f070bf24c10a964aae63f1b4ab81feada7f68174
a196afa943fad1c6113c4e9591835733927cddf7
/lesson_32/src/function_address_pointer.c
9eeabec79e7a33380127ee42b1544074d11f2473
[]
no_license
mmtaksuu/c_couse_notes
89050d388cc862f08385b5ee64378608c0d33c3a
f4878feb8a15557be1a8d48b51a1b148a0c2a5b0
refs/heads/master
2021-01-01T00:30:31.406960
2020-11-27T18:05:57
2020-11-27T18:05:57
239,097,691
2
0
null
null
null
null
UTF-8
C
false
false
1,994
c
/** * @file : LESSON_32 project file * @author : MEHMET AKSU * @note : mmtaksu.25@gmail.com * @date : 02 / Mart / 2020 * @code : function_address_pointer_01.c file * @details : */ #include <stdio.h> #include <string.h> // strcmp gibi bir fonksiyonun adresini tutan degisken turunun typedef bildir...
[ "mmtaksu.34@hotmail.com" ]
mmtaksu.34@hotmail.com
88fdfed2e496c674bd8691cc8b0256b6624c7192
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/net/sfm/afp/server/intrlckd.h
abb55f591e508c894f9a24af24fd851976194cd2
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C
false
false
2,839
h
/* Copyright (c) 1992 Microsoft Corporation Module Name: intrlckd.h Abstract: This module defines the routines that should have been in the EX package. This manipulates inter-locked operations on flags and such. Author: Jameel Hyder (microsoft!jameelh) Revision History: ...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
109c58bc4c8373d3d53691af3482bbf0a1fb3b8b
0662c990d0266776369dcfcd77de53a4c0b960ad
/asst3/dumb/utils.c
e7bbf1092e924b8acb69c215a400c42c753f29cb
[]
no_license
galudino/sysprog_2019
bce2e8da6df4dd9db2a39c4a9d948c013aa13a06
37b57b4e55669651fe97d09f958083ca62c0326c
refs/heads/master
2021-06-24T18:26:29.126388
2021-02-17T04:45:22
2021-02-17T04:45:22
206,181,922
0
0
null
null
null
null
UTF-8
C
false
false
7,426
c
/** * @file utils.c * @brief Source file utility functions, macros, etc. * * @author Gemuele Aludino * @date 02 Dec 2019 * @copyright Copyright © 2019 Gemuele Aludino */ /** * Copyright © 2019 Gemuele Aludino * * Permission is hereby granted, free of charge, to any person obtainin...
[ "g.aludino@gmail.com" ]
g.aludino@gmail.com
627b6ff2079d400ba2915bf40059f0171085a32f
19e7a8650e2a6814fd256e42d4cc9b09c447efb3
/gadget/LUFA/Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.h
92782cf750ae16bd7d747c0dd42afdf6daf90904
[]
no_license
smartwanwan/teensy
ec7799d6993d1723fd57395c14c7eb7544b7c577
8b0f1e99afd09666bb435b8b2f54dbd42e727f5c
refs/heads/master
2020-06-03T01:37:19.027859
2009-12-09T00:36:05
2009-12-09T00:36:05
null
0
0
null
null
null
null
UTF-8
C
false
false
2,957
h
/* LUFA Library Copyright (C) Dean Camera, 2009. dean [at] fourwalledcubicle [dot] com www.fourwalledcubicle.com */ /* Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, and distribute this software and its do...
[ "Thomas.DuBuisson@gmail.com" ]
Thomas.DuBuisson@gmail.com
8e7a6c8bc5f6a3da5525236bf9e755ff01607a49
6c81c16465b27f53dd675491a4bab5b94485f56a
/cw01/zad1/library.c
16a71d3647425b34397adacf86137f082171aaad
[]
no_license
pkrucz00/SysOpy
538755e188d64a33347c4836b46882d60919adab
5756107b57206ec2d38127fc4e47453b502fabb4
refs/heads/master
2023-05-14T11:39:06.614814
2021-06-06T11:34:37
2021-06-06T11:34:37
352,275,802
0
2
null
null
null
null
UTF-8
C
false
false
3,863
c
#include "library.h" main_table* create_main_table(size_t size){ main_table* table = calloc(1, sizeof(main_table)); table -> blocks = calloc(size, sizeof(block*)); table -> max_size = size; table -> current_size = 0; return table; } block* define_sequence(char *name_sequence){ block* new_block...
[ "pawel.kruczkiewicz@gmail.com" ]
pawel.kruczkiewicz@gmail.com
73492c4c104ab452755f369c18d96f70ec91937d
8348f46c413b53c8f0ed88a2be6756cdb895f4ff
/src/wrapped/generated/wrappedgompundefs.h
cb0dd19134088b83ed6928bd3f233c2cf0f7aca0
[ "MIT" ]
permissive
fengjixuchui/box86
b3c3b1cf09b8beb4138bb96a6828f0bbbf4e9e6d
f0691e56fcb7c835cfcfd4dd76815d0517f8f4c4
refs/heads/master
2023-05-25T16:45:52.817195
2023-05-13T16:42:46
2023-05-13T16:42:46
208,695,258
0
0
MIT
2019-09-16T02:44:18
2019-09-16T02:44:18
null
UTF-8
C
false
false
305
h
/******************************************************************* * File automatically generated by rebuild_wrappers.py (v2.0.0.10) * *******************************************************************/ #ifndef __wrappedgompUNDEFS_H_ #define __wrappedgompUNDEFS_H_ #endif // __wrappedgompUNDEFS_H_
[ "sebastien.chev@gmail.com" ]
sebastien.chev@gmail.com
ddb4c97adaeac3e7b8c1df58234b4214c2b7db85
664a14b0998a94c1c5f2695a66c6452aaf6c2c49
/from_boomerang/stattest/ia32_elf_by_boomerang/by_retdec.c
abec38afc0b361893f4a467045347734ba18abe0
[]
no_license
xiaobo996/decompiler-subjects
2d8712a3ef0c031d2cf44b3e69ec8b03983cd366
d8d55ee11f095405aeb420fa982f260dd85b5831
refs/heads/master
2023-03-15T10:26:13.249349
2021-03-14T16:47:33
2021-03-14T16:47:33
null
0
0
null
null
null
null
UTF-8
C
false
false
1,367
c
// // This file was generated by the Retargetable Decompiler // Website: https://retdec.com // Copyright (c) Retargetable Decompiler <info@retdec.com> // #include <stdint.h> #include <stdio.h> #include <sys/stat.h> // ------------------------ Structures ------------------------ struct stat { int32_t e0; int3...
[ "i-git-stone@rf.risimo.net" ]
i-git-stone@rf.risimo.net
b3d9a5bb5f0b6a80fb9d2ecee6f46d38e4d2771a
dee428ff6e4802a7a448cba79fa1f67af01942c0
/Supplementary/c_language_test/main.c
419f22a11dda838d8b263fd049772004b5d93528
[ "MIT" ]
permissive
zweed4u/Real-Time-and-Embedded-Systems
82956264f1d58fd089f5105a87ab834270b9534d
f0635bf051e805741ea9e0064bd645cc8c0f01e9
refs/heads/master
2021-05-01T01:56:19.644778
2017-05-16T22:40:39
2017-05-16T22:40:39
79,859,397
0
2
null
null
null
null
UTF-8
C
false
false
479
c
// C language self test // SWEN-563 // Larry Kiser Jan. 30, 2017 #include <stdlib.h> #include <stdio.h> #include <string.h> #include "c_language_test.h" #include "unit_tests.h" // Run the unit tests or as a "normal program". int main( int argc, char *argv[] ) { // Execute unit tests if program name con...
[ "zdw7287@rit.edu" ]
zdw7287@rit.edu
ed09a176186b2c6a431dfa2ad19aa2bc0bf639c8
e2053eada4623230c25f11128e49d7671e3978df
/frame/3/trsm/4m/bli_trsm4m.h
06374c3c65a653a42f5e421d073afb2150b0ec1a
[ "BSD-3-Clause" ]
permissive
tkelman/blis
c59d210edad783dc76b733da31a7c71332218bac
ee2b679281ca45fb40b2198e293bc3bc3d446632
refs/heads/master
2020-12-24T10:11:47.895467
2014-06-06T17:41:55
2014-06-06T17:41:55
20,832,649
0
0
null
null
null
null
UTF-8
C
false
false
2,647
h
/* BLIS An object-based framework for developing high-performance BLAS-like libraries. Copyright (C) 2014, The University of Texas Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributi...
[ "field@cs.utexas.edu" ]
field@cs.utexas.edu
526ba1c1c892e4d54069bb4125721ebf6f29ca99
827853c0a159bb34a1518f72ceb979d02023d234
/Meta3/annotTree.c
4bf6e2961c2afc9d390ab9e958c6cc2ffbd2624f
[]
no_license
jmsmarques/compiladores
df9e2d6c1712f9efae17c4c430cd492c5d13ac16
0774592c072338b34d7d887920b41cafa7c466c8
refs/heads/master
2021-04-28T18:29:17.576721
2018-06-01T16:51:21
2018-06-01T16:51:21
121,872,604
0
0
null
null
null
null
UTF-8
C
false
false
16,400
c
#include "structs.h" char* checkVarType(char* string) { char* aux = NULL; if(!string) return NULL; if((strncmp(string, "IntLit", 6) == 0) || (strncmp(string, "int", 3) == 0)) { aux = strdup("int"); } else if(strncmp(string, "ChrLit", 6) == 0) { aux = strdup("int"); } ...
[ "jojomarques96@gmail.com" ]
jojomarques96@gmail.com
f5095378ceb137517c315fbd4eabd02fd359d04c
5a91da3720296d30eef5ced0ff241d046ee782c8
/blinky/main.c
d367888d1c122f66f60b6cf2def91d9a57aa40ca
[]
no_license
dennyem/pico-demos
0aeb3d1cadaec20e52ffc1e8add5eeeadc213188
a5adce447999a6207362db1681004accc2491624
refs/heads/master
2023-03-29T05:38:12.783476
2021-03-25T20:50:12
2021-03-25T20:50:12
null
0
0
null
null
null
null
UTF-8
C
false
false
2,234
c
/* * Copyright (c) 2016, Alex Taradov <alex@taradov.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * ...
[ "12226419+majbthrd@users.noreply.github.com" ]
12226419+majbthrd@users.noreply.github.com
844cb45d5de73f8dc0ee969b512a6d7f6983a1e6
cb3fb35e330bbd275f0341631205c8d38f14037a
/ios/Pods/Headers/Public/RNGoogleSignin/RNGoogleSignInButton.h
6482fbe4b599bdf71c4a1eeb3143312336aeae1b
[ "MIT" ]
permissive
7kfpun/JapaneseReactNative
4e72929ea10313bbdcaff044fe2edb8ae57c2a74
0f764f5f4a9878a4c6ec784b7e7915250fed47dd
refs/heads/master
2022-12-09T19:48:32.558607
2019-09-14T07:46:09
2019-09-14T07:49:17
123,300,387
11
7
MIT
2022-12-09T08:27:56
2018-02-28T14:59:42
JavaScript
UTF-8
C
false
false
96
h
../../../../../node_modules/react-native-google-signin/ios/RNGoogleSignin/RNGoogleSignInButton.h
[ "7kfpun@gmail.com" ]
7kfpun@gmail.com
f23962808ff50139329904c9b9908b92c2ff141b
3dae53692c7fab9557ae36af61e6d0d850f0b133
/TargetWorkspace/001_HelloWorld/Src/syscalls.c
363a24514d20b7d8c71e3087ef410e8cfffb36be
[ "MIT" ]
permissive
nemanjadjekic/Embedded-C
c7b729943636b93257b0d3cc946e15e0a790a12e
9d6b6231edf70c858a6c825b2400a6e583ba76fd
refs/heads/master
2021-05-17T14:15:35.881695
2020-12-21T15:13:35
2020-12-21T15:13:35
250,815,564
1
0
null
null
null
null
UTF-8
C
false
false
3,735
c
/** ****************************************************************************** * @file syscalls.c * @author Auto-generated by STM32CubeIDE * @brief STM32CubeIDE Minimal System calls file * * For more information about which c-functions * need which of these lowlevel function...
[ "nemanjadjekic93@gmail.com" ]
nemanjadjekic93@gmail.com
029f7dfd9d33ed9b889a352d144161ada6b42e14
717bc5628f3c2fd8890893a23519f18d4ae7c17d
/prova1/3_2nd.c
e616716ef2fbe79acc68eb734207744efca6a4f6
[]
no_license
amelco/ITP
e0c027259ea77b4dc5f5e8b741f0252d412e00df
2d3b645b7540d841ad434070a22a900e290905c1
refs/heads/master
2020-06-23T18:45:07.591068
2019-11-01T22:25:08
2019-11-01T22:25:08
198,720,491
0
0
null
null
null
null
UTF-8
C
false
false
235
c
#include <stdio.h> int main() { char txt1[50]; char txt2[50]; char res[100]; scanf("%s %s", txt1, txt2); int i=0; while(i<100) { if (i%2==0) { } i++; } return 0; }
[ "amelco.herman@gmail.com" ]
amelco.herman@gmail.com
69aaabd26dc99f9d8cfa11b27b27dd7e5aae5120
c8d7054d051cbd052f6cdc7bc1bfcc7ef4fac6d8
/firmware/src/system_config/boostv1/system_definitions.h
7b223adf5523c20efd427d3d4f8c7175804b8c73
[]
no_license
hjph/BoostGitHub
20d832a83f9ff5bc3f0e01829ab573f06259a244
d9a604e8d3ef3736bdc7ed923b77f99d6b5db0b5
refs/heads/master
2021-01-10T10:01:56.340081
2015-11-26T01:26:53
2015-11-26T01:26:53
46,897,100
0
0
null
null
null
null
UTF-8
C
false
false
4,765
h
/******************************************************************************* System Definitions File Name: system_definitions.h Summary: MPLAB Harmony project system definitions. Description: This file contains the system-wide prototypes and definitions for an MPLAB Harmony project. ****...
[ "hugoj.perezh@gmail.com" ]
hugoj.perezh@gmail.com
c22aa24eda9efbc3cf9ae5608c00fe9107843aeb
7d8f0cd831710fabf9a57c9c71cbed4c04b69707
/tools/include/a_out.h
72a055335919c34fdcfba022abc5ac42f1c21b0b
[]
no_license
sanderv32/milo-2.2
56367ffaec78a46bbc972d9c22145c508e0d34e3
05c0dd82aef21e6f72219fa7c8e1f10122cda5c1
refs/heads/master
2020-12-27T09:19:00.632644
2020-02-02T22:55:27
2020-02-02T22:55:27
237,849,269
1
1
null
null
null
null
UTF-8
C
false
false
5,378
h
/* * HISTORY * $Log: a_out.h,v $ * Revision 4.0 1993/10/18 15:37:42 rusling * Include file. * */ #ifndef _A_OUT_H_ #define _A_OUT_H_ 1 /* This file describes the a.out file format Copyright (C) 1987 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. GAS is free software; you can r...
[ "sanderv32@gmail.com" ]
sanderv32@gmail.com
8f3a9ea693d3692e5d057d8b1759257bb64fb09e
fd26af694f6451d625dc418bd05a617271763292
/code/z80/z80user.h
2d9a00f8e5ddad4acc732dbfacb9bd885fe35097
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
yamori813/cpm8266
49606885fff822c20f6f21c534e5b8b7c0c8ffea
5a64c89dbb3a0171befa9870ded5b206b4251ef2
refs/heads/master
2020-06-08T22:26:21.990534
2019-06-25T09:17:39
2019-06-25T09:17:39
193,317,631
0
0
MIT
2019-06-23T07:12:20
2019-06-23T07:12:20
null
UTF-8
C
false
false
5,851
h
/* z80user.h * Add your code here to interface the emulated system with z80emu. See towards * the end of the file for an example for running zextest. * * Copyright (c) 2016 Lin Ke-Fong * * This code is free, do whatever you want with it. */ #ifndef __Z80USER_INCLUDED__ #define __Z80USER_INCLUDED__ #ifdef __cpl...
[ "mats.engstrom@gmail.com" ]
mats.engstrom@gmail.com
09367542e0e47b981161c4ec27bd371d504594c8
de68efe5f645b806ea61205f6c71a51439dda66a
/hvl_replay.h
e07732f2e0b84fdd4ad650fe3f61c03a14d858ad
[]
no_license
PSP-Archive/Planet-Hively
09b07a0b423e32da13f47c0ca8a666e054e09fe6
01eacca314db8ba75ad460d14fbbc02641f14eb6
refs/heads/main
2023-07-02T13:40:24.939695
2021-08-08T01:58:10
2021-08-08T01:58:10
393,831,830
1
0
null
null
null
null
UTF-8
C
false
false
7,148
h
#include "types.h" // Woohoo! #define MAX_CHANNELS 16 #define Period2Freq(period) ((3546897.f * 65536.f) / (period)) struct hvl_envelope { int16 aFrames, aVolume; int16 dFrames, dVolume; int16 sFrames; int16 rFrames, rVolume; int16 pad; }; struct hvl_plsentry { uint8 ple_Note; uint8 ple_Waveform; ...
[ "pierluigiortenzi@gmail.com" ]
pierluigiortenzi@gmail.com
abc7b66c196de87635f8916ca86cb2bc8d370384
d223bc26a57396c5d3a5060fb1086bd9e738279c
/charconvert.c
3c414b6a3c0fd43e43f309224af7772aded048b7
[]
no_license
huqianjie/cLib
f7d12151f729f9cd44fe15c08116829fd7cea3d4
364e72d6890bdb4c392cd91ffc9f9b4c7b8a41f1
refs/heads/master
2021-01-10T10:12:09.888532
2016-01-29T07:06:33
2016-01-29T07:06:33
50,644,479
0
0
null
null
null
null
UTF-8
C
false
false
2,052
c
/** ****************************************************************************** * @file charconvert.c * @author Dragon.Chen * @version V1.0.0 * @date 07-22-2013 * @brief 字符编码相互转化 ****************************************************************************** * @attention * * <h2><center>&...
[ "jz_network@sina.com" ]
jz_network@sina.com
42e89fa8ec041f973c939ce362cf9fca01fd02cf
7e159c01bcb4c1c5de9eb70567b718918a86e01f
/SDK_V4.3.0/driver/chip/mt2523/src/hal_audio_internal_vm.c
7065c3a9ffedd242ba6f7e6213076e83e3065c75
[]
no_license
gentoos163/MTK-IOT
122d7c21de66ed3506a1d529f0dc4cb9c395ac39
7424e28a49f87ab07f432dcaf1ecf6dddbcf8b0c
refs/heads/master
2022-04-13T05:39:25.754624
2017-12-25T07:38:38
2017-12-25T07:46:22
null
0
0
null
null
null
null
UTF-8
C
false
false
16,868
c
/* Copyright Statement: * * (C) 2005-2016 MediaTek Inc. All rights reserved. * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein * is confidential and proprietary to MediaTek Inc. ("MediaTek") and/or its ...
[ "leo_advance@163.com" ]
leo_advance@163.com
343bf46ab01154dd0d7c91d40ee840861e005c94
e028013b5dfe8262af326be861b344e36752b4a3
/LD130_FW/osa/kernel/events/osa_flag.h
6d22b6812cfa958cc1194d6071e1d6940b7e5579
[]
no_license
HappyHunter/LD130
3a769300e331213da8a64d341e30269dd0afb961
60a2a25c4f4388915814f59d9c47930b39f4d10d
refs/heads/master
2019-01-02T04:34:29.521971
2011-08-15T12:37:30
2011-08-15T12:37:30
1,172,890
0
0
null
null
null
null
UTF-8
C
false
false
8,535
h
/* ************************************************************************************************ * * OSA cooperative RTOS for microcontrollers PIC, AVR and STM8 * * OSA is distributed under BSD license (see license.txt) * * URL: http://wiki.pic24.ru/doku.php/en/osa/ref/intro * *------...
[ "afilenkov@gmail.com" ]
afilenkov@gmail.com
507aaa9c971f7de2bc6cc8bbe4c4719a00cc59e0
307e775b650f60d658832f30137c059df02cdce9
/Midterm/week3/quiz/q2/q2.c
b2061ccfc6e26d19b880a6e115edc0cdd7baa11e
[]
no_license
ZeroHX/Compro2018
822eefeb84d57455732f82322e28e075b4b7925e
be228585d03925daf3efd4ee85931d44432c083b
refs/heads/master
2020-04-18T06:43:24.710655
2019-03-20T15:42:09
2019-03-20T15:42:09
167,334,261
0
0
null
null
null
null
UTF-8
C
false
false
202
c
#include "stdio.h" int main() { int i=5, j=36; float x = 0.001, y = 0.00, z = -81.753; char c='z', d='M'; // Assignment Statements of each question j*=(int)(x+z)/2; return 0; }
[ "61070023@kmitl.ac.th" ]
61070023@kmitl.ac.th
de5cd72c1c92d6a3e0a15464f7eef6ddb41017b0
664a14b0998a94c1c5f2695a66c6452aaf6c2c49
/from_holdec/movfuscator/prime/ia32_elf_movcc/by_jeb.c
458e986286cfa594bd07a9675a063cc42a76b12c
[]
no_license
xiaobo996/decompiler-subjects
2d8712a3ef0c031d2cf44b3e69ec8b03983cd366
d8d55ee11f095405aeb420fa982f260dd85b5831
refs/heads/master
2023-03-15T10:26:13.249349
2021-03-14T16:47:33
2021-03-14T16:47:33
null
0
0
null
null
null
null
UTF-8
C
false
false
196,122
c
void dispatch() { jump external; } int is_prime() { alu_x = target; alu_y = 2281998180; int v0 = (unsigned int)*(char*)&alu_x; unsigned int v1 = (unsigned int)*(char*)((unsigned int)*(char*)&alu_y + *(unsigned int*)(v0 * 4 + (int)&alu_eq)); b0 = (unsigned int)*(char*)((unsigned int)*(char*)&al...
[ "i-git-stone@rf.risimo.net" ]
i-git-stone@rf.risimo.net
c6bf102773f17f89855b9f45cc1e444f13947b9f
bd89f94d931fdd41760075518bd47f688fbaa908
/Two_level_dir.c
6c03cabc61bbe94fe6dac66535a015632bc4516a
[]
no_license
Bharathm1/S5_System-Software-Lab
ed0f82062bb236456d79a6be438746bae444e976
32b2a094b02d27f030d53c210c98fe50bf4525cb
refs/heads/master
2022-03-22T17:13:29.229154
2019-11-14T15:47:41
2019-11-14T15:47:41
null
0
0
null
null
null
null
UTF-8
C
false
false
2,282
c
#include<stdio.h> #include<string.h> #include<stdlib.h> struct directory { char dname[10],fname[10][10]; int n;//no. of files }dir[10]; main() { int i,c,m,k; char f[30], d[30]; m=0; while(1) { printf("\n\n1.Create directory\n2.Create file\n3.Delete file\n4.Search file\n5.Display\n6.Exit\nEnter your choice: "...
[ "meghakc10@gmail.com" ]
meghakc10@gmail.com
0f7c3c98b6d40895bccc81cbb36d27ad8cca40f0
7c6d52578899988488ea29033c43063367f5c319
/KLEE-VERSION/RERS/Wtest23-B5.c
b95019a4782f8393ce137ef9e499f6873ccd3e52
[]
no_license
tracer-x/PROGRAM-DATABASE-TEACHING
e803aca2a007bf366460b3466d2614e7ce8f66ce
a3c47853e656af890d77b5c7afae9c310c15345b
refs/heads/master
2021-01-07T05:54:47.151186
2020-02-19T10:40:46
2020-02-19T10:40:46
241,597,951
0
0
null
null
null
null
UTF-8
C
false
false
139,565
c
#include<stdio.h> #ifdef LLBMC #include <llbmc.h> #else #include <klee/klee.h> #endif #define BOUND 5 int kappa; int input,output; #include <assert.h> #include <math.h> #include <stdlib.h> // inputs int inputs[] = {5,6,1,7,2,8,3,9,10,4}; int calculate_output(int); int calculate_outputm1(int); int calculate_ou...
[ "sanghu1790@gmail.com" ]
sanghu1790@gmail.com
c250ae8552698d447c59a26b08cc1009c90a675f
934bf402fcb7f71ccae768aa2af049971d8d7bc8
/sys/sys/vm_mem.c
b3aa66e1360d88295a2adbf5c0a59872ea208cab
[]
no_license
phamthechung/photonbsd
0b82be7de25084314193313b56bdc937dcaea484
6860dfd5be0dc4a0462c9a1fb90aa01a82d60228
refs/heads/master
2016-09-06T07:49:45.900042
2013-02-02T06:03:12
2013-02-02T06:03:12
null
0
0
null
null
null
null
UTF-8
C
false
false
13,246
c
/* * Copyright (c) 1982, 1986 Regents of the University of California. * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * * @(#)vm_mem.c 7.1 (Berkeley) 6/5/86 */ #include "../machine/pte.h" #include "param.h" #include "systm.h" #include "cm...
[ "phamthechung0@gmail.com" ]
phamthechung0@gmail.com
27b81367856ef7f8766f6680c94e8510c396891a
976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f
/source/reactos/sdk/tools/hhpcomp/lzx_compress/extr_lz_nonslide.c_lz_reset.c
95b60fddb17f805fc86a6664e251947772fffae5
[]
no_license
isabella232/AnghaBench
7ba90823cf8c0dd25a803d1688500eec91d1cf4e
9a5f60cdc907a0475090eef45e5be43392c25132
refs/heads/master
2023-04-20T09:05:33.024569
2021-05-07T18:36:26
2021-05-07T18:36:26
null
0
0
null
null
null
null
UTF-8
C
false
false
834
c
#define NULL ((void*)0) typedef unsigned long size_t; // Customize by platform. typedef long intptr_t; typedef unsigned long uintptr_t; typedef long scalar_t__; // Either arithmetic or pointer type. /* By default, we understand bool (as a convenience). */ typedef int bool; #define false 0 #define true 1 /* Forward d...
[ "brenocfg@gmail.com" ]
brenocfg@gmail.com
d9b126c8ba384178da1181880c4869a077093799
bd8c909bc64f24cbd0ac9ddd70db513279732bba
/socket_connection/cgroup_connection.c
eb5d131fe7354f0f3f78a46771c3405ac214bc20
[]
no_license
Maziyar-Na/ElasticContainers
87fbf926d9a90a3000a5c83c682d977634a4455e
1ae14bcc204522cf926fb71a3b3d4059dbc10310
refs/heads/master
2020-06-26T20:18:23.110753
2019-11-13T02:17:51
2019-11-13T02:17:51
199,744,919
0
0
null
null
null
null
UTF-8
C
false
false
3,527
c
#include "cgroup_connection.h" int tcp_send(struct socket* sock, const char* buff, const size_t length, unsigned long flags){ struct msghdr msg; struct kvec vec; int len, written = 0, left = length; mm_segment_t oldmm; msg.msg_name = 0; msg.msg_namelen = 0; msg.msg_control = NULL; msg.msg_controllen = 0; ms...
[ "maziyar.nazary@gmail.com" ]
maziyar.nazary@gmail.com
a9bbea93620774b1704048cc22789e4ffe5b9850
36a466a5192f3fa875a49c2e5da85f20920244a5
/software/igor/apps/state_lib/fsw/src/state_lib.h
a6c9f98d8a749e56ae201e339677d74576874bcc
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
efeslab/igor-ae
3bf440bd96df3ec05a0c67bde4a834e341376401
17e940d4d3ab009fdfc4934b3a7a8ca76e5b7829
refs/heads/main
2023-04-03T05:55:59.661521
2021-04-12T18:24:56
2021-04-12T18:24:56
336,148,837
2
0
null
null
null
null
UTF-8
C
false
false
5,205
h
/* ** Andrew Loveless <loveless@umich.edu> ** License details in LICENSE.txt */ #ifndef _state_lib_ #define _state_lib_ #include "cfe.h" #include "cfe_platform_cfg.h" #include <stdbool.h> /* ** Public Defines */ /* Maximum size of data to disperse in bytes. */ #define STATE_MAX_DATA_SIZE (1400) /* Max instances o...
[ "loveless@umich.edu" ]
loveless@umich.edu
02cca76e67b3b73a8ca7ac37df3b9f4d36cb4e3f
65877762bd3e61211249208099488593d7a72c94
/remote file server/fs_crypt.h
12c849d47886af17a5a31a5864ee1fd7a0869d0a
[]
no_license
Zeyu-Wang-MP/Kernel-course-project
cec3cf7fa5d051f816c7a52aa0db1dce2ca10c3d
2bba240bde35489bb7d2c99c44fe183ab42360b8
refs/heads/main
2023-02-02T12:55:14.642541
2020-12-17T23:58:17
2020-12-17T23:58:17
313,821,819
0
0
null
null
null
null
UTF-8
C
false
false
1,635
h
/* * fs_crypt.h * * File server encryption routines. */ #ifndef _FS_CRYPT_H_ #define _FS_CRYPT_H_ /* * Encrypt data using CLEAR or AES encryption, using the null-terminated string in * password as the encryption key. The block of data to be encrypted is * pointed to by buf_decrypt and is of size size_decrypt....
[ "zywang@umich.edu" ]
zywang@umich.edu
0e648abc14934f6a29652915a160e1ec4b17a8da
da7c499625123f5d1a28e3d75b037523df11ccb5
/devel/coda/src/rol/jvme/jlabgef.c
a16db90abb8fff4dc21d769aea428a0a38645fdd
[]
no_license
emuikernel/BDXDaq
84d947b0a4c0c1799a855dbe6c59e9560a8fc4e2
cf678d3b71bdfb95996e8b7e97ad3657ef98262f
refs/heads/master
2021-01-18T07:26:38.855967
2015-06-08T15:45:58
2015-06-08T15:45:58
48,211,085
3
2
null
2015-12-18T02:56:53
2015-12-18T02:56:52
null
UTF-8
C
false
false
37,591
c
/*----------------------------------------------------------------------------* * Copyright (c) 2009,2010 Southeastern Universities Research Association, * * Thomas Jefferson National Accelerator Facility * * * ...
[ "andrea.celentano@ge.infn.it" ]
andrea.celentano@ge.infn.it
4a752ce7851c45eefdaa18f5633a7ac703266c87
2bce6da26d51c32e9ff2bda3c564136c622e596c
/source/viewer/shaders_bin/vk/vs_color.h
25435f954b08f90b8d73a41c0055124d6af3cfe8
[ "MIT" ]
permissive
jpcy/xatlas
37dc66f4c2cc45130926d1d8723b94f85964a918
f700c7790aaa030e794b52ba7791a05c085faf0c
refs/heads/master
2023-08-15T00:11:07.888384
2022-07-25T23:06:01
2022-07-25T23:06:01
140,512,438
1,662
179
MIT
2023-08-08T17:30:59
2018-07-11T02:43:53
C++
UTF-8
C
false
false
7,871
h
static const uint8_t vs_color_vk[1058] = { 0x56, 0x53, 0x48, 0x08, 0x00, 0x00, 0x00, 0x00, 0xa4, 0x8b, 0xef, 0x49, 0x01, 0x00, 0x0f, 0x75, // VSH........I...u 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x56, 0x69, 0x65, 0x77, 0x50, 0x72, 0x6f, 0x6a, 0x04, 0x01, // _modelViewProj.. 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0xf0, ...
[ "young.jpc@gmail.com" ]
young.jpc@gmail.com
2dc67643d6d19f6d37fff647482184c1c107c296
4d24f7df4c1a844f4b15c969ecfd33a60bc116e0
/test/test_ft_isalpha.c
569a07249983e5f6fc45cb696c99c3acb479c0de
[ "MIT" ]
permissive
Mitsu325/libft
453e1b1076a5fdf632ea3e985084e64aa8914976
a3cd12218772fd766d96abd8c0ecb47e84216f11
refs/heads/main
2023-03-05T16:42:48.990881
2021-02-21T00:05:52
2021-02-21T00:05:52
338,449,145
4
1
null
null
null
null
UTF-8
C
false
false
533
c
#include <ctype.h> #include <stdio.h> #include "libft.h" int main(void) { int ret1; int ret2; ret1 = isalpha(32); printf("lib >> %d \n", ret1); ret2 = ft_isalpha(32); printf("ft >> %d \n", ret2); printf("================\n"); ret1 = isalpha(65); printf("lib >> %d \n", ret1); ret2 = ft_isalpha(65); prin...
[ "patricia.mashiba@gmail.com" ]
patricia.mashiba@gmail.com
d3e6deead8341f997f78d09c44834f66b399bd7c
6c3eea86b6e19f7fbf693ea474660654c5a3107d
/cplussharp/ohos/lrzsz-0.12.20/intl/explodename.c
37c46e9d7b85073bf95c06eee1fbf9c1b212d7b2
[ "GPL-1.0-or-later", "LicenseRef-scancode-public-domain", "GPL-2.0-only", "Apache-2.0" ]
permissive
yippeesoft/NotifyTools
149d2b240880c17e1347e695c48a34688c58cb5c
57b52ced667797267690264751084cc575b426e6
refs/heads/master
2023-08-18T17:12:23.709666
2023-08-11T06:58:52
2023-08-11T06:58:52
78,162,261
38
14
Apache-2.0
2021-01-21T05:13:53
2017-01-06T01:23:15
C
UTF-8
C
false
false
4,480
c
/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995. 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 versi...
[ "yippeesoft@gmail.com" ]
yippeesoft@gmail.com
32aacb48b10cf05b034aca6fb8d39a98a86d8572
de30e974fa53ec8f2872d61b6829e742426350bd
/MultiThreading/speedtest.c
aeaefe283d0c7f5cf9f3b8e8bfa5fe043d4241ba
[]
no_license
Griebia/speedTest
ca885f129a8b92fb2421551aa57efb92a8970786
321c983ae6b8ffe134c37f62785ddc287d6d051e
refs/heads/master
2021-01-05T20:17:32.068770
2020-04-09T15:45:35
2020-04-09T15:45:35
241,125,365
0
0
null
null
null
null
UTF-8
C
false
false
8,595
c
#include "speedtest.h" lua_State *stateL; sem_t mutex; int threadCount; struct testresults results[MAX_THREADS]; //Libary of commands for lua to recognise. static const struct luaL_Reg mylib[] = { {"testspeed", testspeed_wrapper}, {"getbody", getbody_wrapper}, {NULL, NULL} /* sentinel */ }; //Curl comma...
[ "ule2ga@yahoo.com" ]
ule2ga@yahoo.com
e67ca9f2279281004369d5e031c00cc837e0d245
551e8e5685fa06bacb4787647e7788f8bf5d003b
/t/hello/gb/goodbye.c
492be7e6fcb8825a2bfe8677e01c0d04af4f6d85
[]
no_license
mikkoi/audited-objects
c34dffb38b1b7e28434fe3b1d4f1b441b8143799
b15f30ce2847f17c6887447b0ef18409bec95a97
refs/heads/master
2020-07-29T10:16:41.771138
2016-09-27T04:32:52
2016-09-27T04:32:52
null
0
0
null
null
null
null
UTF-8
C
false
false
114
c
#include "../hello.h" #include "goodbye.h" int main(int argc, char *argv[]) { printf("Goodbye, world!\n"); }
[ "boyski@users.sourceforge.net" ]
boyski@users.sourceforge.net
595ee031c2ed02c661bb12ab075400e4438002f5
c05751072840e68fe3347e183cf8074fd62f1ff1
/receivepackets.c
936c95dab551b3a6c05f9a3f51f961ff83aef7c4
[]
no_license
gmaxim10/maximhelloapp
995a161affe8e37a29e80e202c695eb9e75ddb52
d0d0633ce6bd65e0b9f332f10711456a945cbb0d
refs/heads/master
2020-03-26T17:09:18.806406
2018-09-03T06:57:42
2018-09-03T06:57:42
145,144,559
0
0
null
null
null
null
UTF-8
C
false
false
4,464
c
/*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. */ #include <arpa/inet.h> #include <linux/if_packet.h> #include <li...
[ "maxim.geifman@osrenterprises.com" ]
maxim.geifman@osrenterprises.com
3801d99cfdb92441fe24e0e3d15d17853950ff82
1251275156459eecc936e336d1a1b2b1ba817f97
/vmem_disk_driver.h
b13109ddca49b2b56d57679b9ca3bc29fd0ab138
[]
no_license
jefby/LDD
c3da237ee798d3f2e3e27ab0284eecd0a5b61ed2
e2873944bca82383612386e6c93fee8b12e29948
refs/heads/master
2016-09-06T05:28:11.136695
2013-08-20T12:16:45
2013-08-20T12:16:45
null
0
0
null
null
null
null
UTF-8
C
false
false
3,154
h
/* * * Author:jefby * Email:jef199006@gmail.com * * * * * * * * * */ #include <linux/init.h> // for module_init or module_exit #include <linux/module.h> // for MODULE_LICENSE,module_param #include <linux/errno.h>//like errno.h #include <linux/fs.h> //register_blkdev or block_device_operations #include <...
[ "jef199006@gmail.com" ]
jef199006@gmail.com
c0e3f6451e7113a77f11bcbe81d89dff348ce830
6c5e39bf4b20e434a1fd2503b7438598e9b2ab24
/lab_10_03_02/src/main.c
0e94d36ab34ff26a63e4a5e6d3160771d0112281
[]
no_license
RullDeef/c-lab
bcbf8eea497825aacf78caadb6ce100c0c820552
9856fb5cb92976863b667416a1534c6aa196cf13
refs/heads/master
2023-06-27T21:31:19.735178
2021-01-19T23:14:52
2021-01-19T23:14:52
387,733,033
2
0
null
null
null
null
UTF-8
C
false
false
375
c
#include <stdio.h> #include <stdlib.h> #include "num_dcmp.h" #include "commander.h" int main(void) { int status = EXIT_FAILURE; char *line = NULL; size_t line_len = 0; if (getline(&line, &line_len, stdin) > 0) { cmd_type_t cmd = cmd_parse(line); status = cmd_execute(c...
[ "klimenko0037@gmail.com" ]
klimenko0037@gmail.com
8b31d71701c0abd16a208be6a8ead1c7fea2addb
1fabbdfd1ca9ea1b6808893e12bd907eb74de414
/xcode/Classes/Native/mscorlib_System_Collections_Generic_Comparer_1_gen_246.h
4ac33acc28ed2209ed3591d2d58b1b0d79e1d884
[]
no_license
Klanly/TutorialPackageClient
6f889e96c40ab13c97d107708ae8f3c71a484301
b9d61ba2f287c491c9565b432f852980ec3fee28
refs/heads/master
2020-12-03T01:42:35.256114
2016-11-01T02:40:21
2016-11-01T02:40:21
null
0
0
null
null
null
null
UTF-8
C
false
false
523
h
#pragma once #include <stdint.h> // System.Collections.Generic.Comparer`1<Games.ImpactModle.ClientImpactInfo> struct Comparer_1_t18329; // System.Object #include "mscorlib_System_Object.h" // System.Collections.Generic.Comparer`1<Games.ImpactModle.ClientImpactInfo> struct Comparer_1_t18329 : public Object_t { }; stru...
[ "bu213200@gmail.com" ]
bu213200@gmail.com
c2716c5aa399145a2b190cc2e05a0bc7e4b96c5d
5ad062b6afc5bf7e85c8e92f0fc24c21a2699598
/81-00024-01.cydsn/Generated_Source/PSoC4/UART_In_ISR.c
1fde722caae3279bbc9a370815399acceeb1996e
[]
no_license
feniex/Firm-AI-Cube
717b4fb609ca739c61e854648aa8d67e3f37b7f8
754dbfa236b9d91651e2b5572efc24d4047745b1
refs/heads/master
2021-03-27T15:57:30.556340
2019-08-07T00:21:48
2019-08-07T00:21:48
117,143,353
1
0
null
null
null
null
UTF-8
C
false
false
12,342
c
/******************************************************************************* * File Name: UART_In_ISR.c * Version 1.70 * * Description: * API for controlling the state of an interrupt. * * * Note: * ******************************************************************************** * Copyright 2008-2015, Cypress...
[ "K.Hale@Feniex.com" ]
K.Hale@Feniex.com
e01170390e38878d0b4f74acfd112af025ea253e
c52728310a11dd935bbf59926868e8b1dcdb271c
/yuanma/1602.c
4f0e4b80a7e3fc4fa45f362bf3d7e2084949dab9
[]
no_license
li-car-fei/wenshidu
1b68eb2fa6069b81d5940482326fd36458071859
f3c04388699b3c608d0de89805a7a3aca8fc251c
refs/heads/master
2020-08-12T11:25:47.755688
2019-10-13T04:17:06
2019-10-13T04:17:06
214,758,762
2
0
null
null
null
null
GB18030
C
false
false
4,344
c
/******************************************************************** * 文件名 : 液晶1602显示.c * 描述 : 该程序实现了对液晶1602的控制。 ***********************************************************************/ #include "1602.h" #include "math.h" /******************************************************************** * 名称 : delay() * 功能 :...
[ "1073490398@qq.com" ]
1073490398@qq.com
6eb05a473a7c7efb39650e44a96d0180c143e736
40de3da30239862f11a946166b50438174c2fd4e
/lib/wizards/gynter/v_map/virtual_map.c
bf38a8d0b78cf75cf869dd6c59bb0a99727b5941
[ "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
2,528
c
inherit "/room/map_daemon"; check_rooms(string str) { if (str == "f") return clone_object("/wizards/celtron/field/forest"); if (str == "p") return clone_object("/wizards/celtron/field/plains"); if (str == "v") return clone_object("/wizards/celtron/field/valley"); } check_special_coords(x,y) { if(x == 38 && y ...
[ "ville.lehtola@iki.fi" ]
ville.lehtola@iki.fi
ee6feff0c0e6a96e8eb497cb8c06ea293914b7e5
5b0ef3e872f5aca8b430e34ebca9c1a4ae3d63fe
/older/Game_ofDivisors.c
3a526d52029115d29918fb4317cd86b73e676e61
[]
no_license
venkatesh551/CodeChef
826d27989029770b8db77c235e0d5de001aaf83c
ae20d15dd35ae530d35732f113e9f7f0c7142542
refs/heads/master
2021-01-23T21:35:36.918692
2015-07-14T04:42:46
2015-07-14T04:42:46
34,179,633
0
0
null
null
null
null
UTF-8
C
false
false
201
c
#include <stdio.h> int main(void) { int T; scanf("%d", &T); while (T--) { int n; scanf("%d", &n); if (n & 1) { puts("Tom"); } else { puts("Mike"); } } return 0; }
[ "p.venkatesh551@gmail.com" ]
p.venkatesh551@gmail.com
e75dbed4de147c6c51a2f45c47c65bf2a19aa6cf
732d2cc6ec3f14b224d420f956d84106fc19b565
/core/include/mcu/nrf52_bitfields.h
e5d31091b854071eb1a3be539f1b8d9958a3886a
[]
no_license
WojciechJasko/nordic_sdk
6a84ceb29c77ee78483dd8e0593100387c3b81eb
0becc11040e382e6bc9398c8ab617a99f86cc8ec
refs/heads/master
2021-01-11T19:36:19.497609
2016-10-23T18:25:42
2016-10-23T18:25:42
69,036,037
1
0
null
null
null
null
UTF-8
C
false
false
738,269
h
/* Copyright (c) 2016, Nordic Semiconductor ASA * 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 * lis...
[ "wojciech.jasko@nordicsemi.no" ]
wojciech.jasko@nordicsemi.no
242f5c82f11dee125c28e3abef0556a357a73698
ca978c8ad2a77677635df5042aa9139a727172dc
/cmake-build-debug/third_party/curl/curl/src/curl/lib/warnless.c
f1923a0566b8f3018853d57d62dc41df978e4586
[ "curl", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
hrnbot/MAVSDK
e5541d60be3b32bf12bf0ea5afefc91a27b810a9
68ab0c5d50bb2e7e8f1e7ce565603f9e3f2c772f
refs/heads/master
2023-01-05T17:58:22.994430
2020-10-12T10:59:14
2020-10-12T10:59:14
287,504,011
0
0
BSD-3-Clause
2020-10-07T10:06:05
2020-08-14T10:11:29
C++
UTF-8
C
false
false
11,830
c
/*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\...
[ "hhiren111111@gmail.com" ]
hhiren111111@gmail.com
18ac5afd36f73f9477cd9c3a10eecbadf3ef8b50
51928337483095b12f046eda9ea17ba0b1a81fc0
/3rdparty/mkl/compilers_and_libraries_2017.2.187/windows/mkl/interfaces/fftw2xf/wrappers/rfftw_fprint_plan.c
054ff3f400e80234916c95f821684e12b834fc2c
[]
no_license
kingofthebongo2008/geometry_images
8592aa99e53a16821725a2564313eeafb0462362
53109f9bc9ea19d0f119f0fe71762248d5038213
refs/heads/master
2021-01-19T03:02:56.996122
2017-07-06T13:25:47
2017-07-06T13:25:47
87,302,727
0
0
null
null
null
null
UTF-8
C
false
false
1,690
c
/******************************************************************************* * Copyright 2010-2017 Intel Corporation All Rights Reserved. * * The source code, information and material ("Material") contained herein is * owned by Intel Corporation or its suppliers or licensors, and title to such * Material rem...
[ "stefan.dyulgerov@gmail.com" ]
stefan.dyulgerov@gmail.com
5ef841e077421f35a175412c5dc39e7f51dec310
8121b623f1dff002a7cc38ef4333f73cd6a7daf2
/02/print_bits.c
57845275ae5a7ee03675484668edab328db21541
[]
no_license
moonlightcrystal/exam
1120ff60ec9cd77b9b8339d6452280c9e1edc386
62d9a27d15d2f87f2bfbb26f50bfbfa350f29319
refs/heads/master
2020-07-03T05:23:18.717703
2019-08-22T20:06:18
2019-08-22T20:06:18
201,798,390
0
0
null
null
null
null
UTF-8
C
false
false
1,036
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* print_bits.c :+: :+: :+: ...
[ "weloveyoucris7@gmail.com" ]
weloveyoucris7@gmail.com
f744679eb73d6e83fb88ba97e8d0cc905cf0d844
4c4adeef3f2a8252fa9d1b6486df8813695faff9
/src/InfineonRacer_TC23A/0_Src/AppSw/Tricore/Main/TestGtm/AppTaskFu.h
2a5314f520b2902f6d3f084bafe7a072a83309b2
[]
no_license
realsosy/InfineonRacer
637fd1364e47f99cd0cb830f93b6e175b54e84d5
7fc847ba9eb1d3caa230baa7240fd332bcaa1d13
refs/heads/master
2021-04-26T03:05:31.202330
2019-04-04T15:15:02
2019-04-04T15:15:02
124,036,690
32
26
null
2019-02-11T08:08:28
2018-03-06T07:13:12
C
UTF-8
C
false
false
476
h
#ifndef APPTASKFU_H_ #define APPTASKFU_H_ #include <Ifx_Types.h> #include "Basic.h" #include "AsclinShellInterface.h" IFX_EXTERN boolean task_flag_1m; IFX_EXTERN boolean task_flag_10m; IFX_EXTERN boolean task_flag_100m; IFX_EXTERN boolean task_flag_1000m; void appTaskfu_init(void); void appTaskfu_1ms(void); void ap...
[ "wootaik@gmail.com" ]
wootaik@gmail.com
f7caf241f81655b975b0d1581dc0370a7c7cceab
83a73ae20e36c3259b24da5a08750dc34e299d9d
/FreqCountBD_wrapper/zynq_fsbl/zynq_fsbl_bsp/ps7_cortexa9_0/libsrc/standalone_v7_2/src/arm/ARMv8/includes_ps/platform/Versal/xpmc_xppu.h
aae3aef0ce0469373eb05e02e6083bd265b5fbd9
[ "MIT" ]
permissive
renorega/workspace
96819bd51903eddb87978bc0934f7495321cb8b0
a655702e48c26d3278f8f42954adb1d133a64e9e
refs/heads/main
2022-12-28T03:53:42.454415
2020-10-10T14:29:23
2020-10-10T14:29:23
303,057,410
0
0
MIT
2020-10-11T06:30:49
2020-10-11T06:30:48
null
UTF-8
C
false
false
265,793
h
/******************************************************************************* * Copyright (c) 2018 - 2020 Xilinx, Inc. All rights reserved. * SPDX-License-Identifier: MIT *******************************************************************************/ #ifndef __XPMC_XPPU_H__ #define __XPMC_XPPU_H__ #ifdef __cpl...
[ "pratikto.sulthoni.h@mail.ugm.ac.id" ]
pratikto.sulthoni.h@mail.ugm.ac.id
1d3e56cb779cda81a3d25544b3470ded0b87e254
38c0ef1759dc9a9b715589ea632dd1ac6b64d598
/Projects/STM32H735G-DK/Examples/DTS/DTS_GetTemperature/Src/stm32h7xx_it.c
d2503334bc874dd14c1492f96fbded87ef4a1d1a
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
engycz/STM32CubeH7
9fb379f88d80ca8813557c9ab4e9f83dd7a97bf5
91dd6590d8904651ac01380dd1adaf0b2e8a3068
refs/heads/master
2021-11-26T04:15:14.720718
2021-11-18T14:07:06
2021-11-18T14:11:23
235,042,695
0
0
NOASSERTION
2020-01-20T07:27:10
2020-01-20T07:27:09
null
UTF-8
C
false
false
4,004
c
/** ****************************************************************************** * @file DTS/DTS_GetTemperature/Src/stm32h7xx_it.c * @author MCD Application Team * @brief Main Interrupt Service Routines for Cortex-M7. ****************************************************************************** * @...
[ "ali.labbene@st.com" ]
ali.labbene@st.com
098ab0bf2e739ca0bde775d1d82ba8244754a424
21a4b5fd560169eda0ef2da9b9670dcdbe2bb0b6
/c_code/5_2/rodwrite.c
439b23ce4133ddb11013eaf86fc6877a052d37bf
[]
no_license
sriramnrn/csources
694b389f2456742ccefa88ce250f74a5f0347b8c
5938a27a43f4bf3ad920f9725f3e8aa3d324b4a1
refs/heads/devel
2021-01-22T15:01:26.212148
2015-01-24T14:32:09
2015-01-24T14:32:09
29,775,787
0
0
null
2015-01-24T12:27:27
2015-01-24T12:27:26
null
UTF-8
C
false
false
54,567
c
/* Generated by Nim Compiler v0.10.0 */ /* (c) 2014 Andreas Rumpf */ /* The generated code is subject to the original license. */ #define NIM_INTBITS 64 #include "nimbase.h" #include <string.h> #include <stdio.h> typedef struct tpasscontext285005 tpasscontext285005; typedef struct tsym224849 tsym224849; typedef str...
[ "dominikpicheta@googlemail.com" ]
dominikpicheta@googlemail.com
9ae91639afa220811ac7386a790d990abfd7d928
531aaa11903accbc2a0529226292babd44646f1e
/dist/mac/stdlib_pegs.nim.c
c4e2eebbee30f27abe0e6333df2924bf5872ddb8
[ "MIT" ]
permissive
abanoub-nasser/faster-than-requests
bd8afce19507f0470a67cbe55a8925d4699c5b97
b8541578c5492830ea3ffed1424bdf86178d2df6
refs/heads/master
2022-12-24T02:37:07.610623
2020-09-28T15:38:15
2020-09-28T15:38:15
null
0
0
null
null
null
null
UTF-8
C
false
false
238,872
c
/* Generated by Nim Compiler v1.3.5 */ /* (c) 2020 Andreas Rumpf */ /* The generated code is subject to the original license. */ #define NIM_INTBITS 64 /* section: NIM_merge_HEADERS */ #include "nimbase.h" #include <string.h> #undef LANGUAGE_C #undef MIPSEB #undef MIPSEL #undef PPC #undef R3000 #undef R4000 #undef ...
[ "JuanCarlospaco@gmail.com" ]
JuanCarlospaco@gmail.com
92b471ea7b3aaab0628b2d722beb21f930c63e78
74ee33613d5946ff56fcb0636cb8133a5bbcfb90
/02 - Parciales/Parcial 1 - ABM/Funciones/estructuraDirector.c
5ef5473d730f027d1f62bc94a66853a981db08d3
[]
no_license
aeserein/Carpeta-C
9bb54bb6592e6d2394cf5729232f18bcfebf471d
3573a8dd141e005d87b140f769a0cbd68a888fe0
refs/heads/master
2020-03-27T18:45:23.105867
2019-08-18T04:42:28
2019-08-18T04:42:28
146,941,068
0
1
null
null
null
null
UTF-8
C
false
false
7,059
c
#include "estructuraDirector.h" int director_init( director listado[],int limite) { int retorno = -1; int i; if(limite > 0 && listado != NULL) { retorno = 0; for(i=0; i<limite; i++) { listado[i].estado= VACIO; listado[i].id= 0; } } return...
[ "ae.serein@gmail.com" ]
ae.serein@gmail.com
5d84e5467fe67aafefd7dc0e0129d3758bfb0885
1223b44a0464df655d31af70ab28ef1b4f2f00b8
/Libraries/uCGUI_LIB/USER/uCGUI/Core/GUIType.h
0d484ca42e7c12c766f7d6776af54f7311957b8f
[]
no_license
ekuiter/stm32-projects
caa70a639e15ece2cb0b6f3234c92ef11d3abcde
4006d9f795ed6ab3076d940d2368d974e39cc462
refs/heads/master
2021-05-04T11:24:06.728576
2019-01-25T10:41:23
2019-01-25T10:41:23
43,648,835
4
2
null
null
null
null
WINDOWS-1252
C
false
false
12,778
h
/* ********************************************************************************************************* * uC/GUI * Universal graphic software for embedded applications * * (c) Copyright 2002, Micrium Inc., Weston, FL ...
[ "info@elias-kuiter.de" ]
info@elias-kuiter.de
feb30864af2f57baad27af6434d11c3fb3305384
6d20ec7f0462613d9585647d348979858baa75e0
/src/wave/wave_canal.c
3c94690026e70485752f0052c38c801588f95a28
[]
no_license
Seinic-Mihai/WAVE-audio_format_editor
85d0d0fe58f8d41029ac9cfec6ee2a892d2777fd
d3129ecda2486f08ccadf56c452b2b9c7d57fc91
refs/heads/master
2021-01-17T14:20:20.561860
2017-03-06T14:59:38
2017-03-06T14:59:38
84,085,935
0
1
null
null
null
null
UTF-8
C
false
false
797
c
#include "wave.h" wave_t *wave_canal(wave_t *wave, uint16_t c) { wave_t *w; uint32_t k = 0; uint32_t i = 0; uint16_t j = 0; w = wave_new(W_SAMPLE_RATE(wave),W_BITS_PER_SAMPLE(wave),c,W_DATA_SIZE(wave)/W_BLOCK_ALIGN(wave)); if(W_CHANNELS(wave) > c) { while (i < W_DATA_SIZE(wave)) { j = 0; while (j < c...
[ "mseinic@student.42.fr" ]
mseinic@student.42.fr
0d9dd0db5d81395fb313579b664670fd2c05a19f
075ba532caa1e447fdef53b40906727801d82683
/RtosDemo2/source/main.c
71090c3e1cfc852303e04f0c01c075c4a96d0b73
[]
no_license
opprud/kinteis
c88a6f7d8c8cd397f3e10fbccc049088c22a0d4a
200f7ca5ca85c718937025bc48e5f5c217386ce2
refs/heads/master
2021-01-10T05:54:22.901052
2016-03-02T08:07:24
2016-03-02T08:07:24
52,945,210
0
0
null
null
null
null
UTF-8
C
false
false
4,280
c
/* * Copyright (c) 2013 - 2016, Freescale Semiconductor, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * o Redistributions of source code must retain the above copyright notice, th...
[ "mortenopprudjakobsen@mortens-MacBook-Pro.local" ]
mortenopprudjakobsen@mortens-MacBook-Pro.local
390fba61e9d7a72cb74a35b676c27d4be8f28742
93721de64ca595a772d168fb04610ad6c268ea2c
/src/common.h
8b3ccaef007c7932c25dc521dff338fa528ecdd5
[]
no_license
ww4u/megaroboupdate
a7d90cdeb4d52c9cddddb7da5c4f77eca5a63986
0b6e2d0468baa5eb2191af2eb2dfc7d575d6d9b8
refs/heads/master
2022-12-15T03:11:06.886585
2019-07-27T05:42:25
2019-07-27T05:42:25
296,257,458
0
0
null
null
null
null
UTF-8
C
false
false
204
h
#ifndef COMMON_H #define COMMON_H #include <QByteArray> /* */ enum Endian { LittileEndian, BigEndian }; int byteArrayToInt(QByteArray arr, Endian endian = LittileEndian); #endif // COMMON_H
[ "liwenqiang@megarobo.tech" ]
liwenqiang@megarobo.tech
276250eb7aa48c4f5f3717caddeb8079d5d70980
a48c619fa5c04e93a39262878e2b09720930c197
/kernel/arch/x86/exn.c
7d127d8041db53db8e197823660fd7f921b1d098
[]
no_license
vn-os/moridin_simple_os
61504775034b2efebac8851b31e9bcd6935df7ea
a02c5271607894373a92d0d43c04af60f481fd26
refs/heads/master
2023-03-16T09:53:34.770831
2015-05-05T02:26:05
2015-05-05T02:26:05
null
0
0
null
null
null
null
UTF-8
C
false
false
4,133
c
/** * @file x86/exn.c * */ #include <arch/exn.h> #include <arch/idt.h> #include <arch/reg.h> #include <arch/vm.h> #include <assert.h> #include <types.h> void page_fault(int vector, int error, struct registers *regs); /* * x86 exception handling jump table */ void (*exn_table[])(int vector, int error, struct reg...
[ "matlackdavid@gmail.com" ]
matlackdavid@gmail.com
5a9fbbd23db99a444c2ee125a0b063c1369dd94f
b04b67cf5cea6fa13acdc5abbf696078693b059b
/other_tasks/wt_cpp_api/call_simple_function/rtwtypes.h
55496e3724b9742a92833c685411f06719075d25
[]
no_license
AlexG31/ProjectSwiper
fb6de85eaabd8264e803e79dbf2bea5760132d60
c9f88004c31ef0e37a04a30c01603e09e0333616
refs/heads/master
2020-05-21T20:19:29.978368
2017-02-22T12:43:28
2017-02-22T12:43:28
65,658,851
1
1
null
null
null
null
UTF-8
C
false
false
4,727
h
/* * File: rtwtypes.h * * MATLAB Coder version : 2.6 * C/C++ source code generated on : 11-Nov-2016 14:17:02 */ #ifndef __RTWTYPES_H__ #define __RTWTYPES_H__ #ifndef __TMWTYPES__ #define __TMWTYPES__ /*=======================================================================* * Target hardware ...
[ "pengfeigaothu@gmail.com" ]
pengfeigaothu@gmail.com
f1af247df1026c514d3ba3ab4f36ba5254287c68
c158769f03e30af5ae26f883ae9d968c9543bab4
/libunix/set-tty-8n1.c
7b92047796b76dcb83817384c338ab3b3c4a0de9
[]
no_license
PaulWendt96/cs240lx-20spr
22d0e05e3ca142f33883c0d3e67e01a4fa9fe2c8
ac8a2602dd5d5ba14c99afd88b36f033cc9e407a
refs/heads/master
2023-01-09T20:26:35.385661
2020-11-06T02:20:15
2020-11-06T02:20:15
382,043,692
1
0
null
2021-07-01T13:32:59
2021-07-01T13:32:58
null
UTF-8
C
false
false
2,234
c
#include <assert.h> #include <fcntl.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/stat.h> #include <unistd.h> #include <termios.h> #include "demand.h" #include "libunix.h" // XXX: if anyone figures out a cleaner way to do this, lmk. I don't // have a mac, so stopped as soon as we had s...
[ "ddd.rrr.eee@gmail.com" ]
ddd.rrr.eee@gmail.com
606f9e9e844902a770b9dfe4580edfda3c599ea5
af7977991477325ddc604b6d3e2ac3cb4aa29337
/FlappyBirdGame3D2.0/Temp/il2cppOutput/il2cppOutput/mscorlib_System_Array_InternalEnumerator_1_gen426083020.h
8067001074116e329895de8afcee691f12a9bcb4
[]
no_license
jpf2141/FlappyBird3D
b824cf5fac6ca3c5739afc342b659af1f2836ab9
fe4e9c421ec8dc26a7befd620f9deaf3c6361de5
refs/heads/master
2021-01-21T13:53:25.062470
2016-05-06T02:39:28
2016-05-06T02:39:28
55,712,365
3
1
null
null
null
null
UTF-8
C
false
false
504
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> // System.Array struct Array_t; #include "mscorlib_System_ValueType_103494864.h" // System.Array/InternalEnumerator`1<Vuforia.HideExcessAreaAbstractBehaviour> struct InternalEnumer...
[ "jpf2141@columbia.edu" ]
jpf2141@columbia.edu
6400bf335eb96acaa94545c6c44652f0813d1792
91a882547e393d4c4946a6c2c99186b5f72122dd
/Source/XPSP1/NT/net/rras/ipx/rtrmgr/test/testmib.c
4e7d446cb0a8d4d3c81289793a4dc598688f2d8b
[]
no_license
IAmAnubhavSaini/cryptoAlgorithm-nt5src
94f9b46f101b983954ac6e453d0cf8d02aa76fc7
d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2
refs/heads/master
2023-09-02T10:14:14.795579
2021-11-20T13:47:06
2021-11-20T13:47:06
null
0
0
null
null
null
null
UTF-8
C
false
false
15,364
c
#include <nt.h> #include <ntrtl.h> #include <nturtl.h> #include <ntddser.h> #include <windows.h> #include <stdio.h> #include <stdlib.h> #include <memory.h> #include <malloc.h> #include <rasman.h> #include <dim.h> #include <routprot.h> #include <ipxrtdef.h> // [pmay] this will no longer be neccessary when the ipx ro...
[ "support@cryptoalgo.cf" ]
support@cryptoalgo.cf
e6ae00bbeb13ae03c62d6232ed119d3ccf371654
b3a847cca7271da0683f54a65f09e59b67e60e11
/CplusplusSample/SampleProject/Chap6/Grading/did_all_hw.h
e8ef437c3b54efec6fdd47d773e687250cd7bae6
[]
no_license
nhan0504/Learn-C-plus-plus
484bdc4dcae1eae56ab2a747e5e786758c5aecaf
6536bc15b3452f7201453b1071598a631a93afd4
refs/heads/main
2023-06-01T23:55:45.030435
2021-06-18T04:29:25
2021-06-18T04:29:25
324,389,310
0
0
null
null
null
null
UTF-8
C
false
false
125
h
#ifndef GUARD_did_all_hw.h #define GUARD_did_all_hw.h #include "Student_info.h" bool did_all_hw(const Student_info&); #endif
[ "ttn0504ltt@gmail.com" ]
ttn0504ltt@gmail.com
a1add91b4f261db1425139b25345c476ef071f04
807e340c4640c2bd0a071c6d238d6f6ac83e0be9
/src/mpi/coll/ireduce/ireduce_tsp_ring_algos_prototypes.h
3ccd92dc65e9fc791e7855dbd1f7f20a6957df8a
[ "mpich2" ]
permissive
shefty/mpich
0980b53a19b9de10c95a4b68e223b616d66e4217
c832b01ff0030ead33ee52472a2f7f325760141d
refs/heads/master
2020-03-23T20:59:04.265296
2018-07-17T14:21:23
2018-07-23T21:01:05
null
0
0
null
null
null
null
UTF-8
C
false
false
1,434
h
/* -*- Mode: C; c-basic-offset:4 ; indent-tabs-mode:nil ; -*- */ /* * (C) 2006 by Argonne National Laboratory. * See COPYRIGHT in top-level directory. * * Portions of this code were written by Intel Corporation. * Copyright (C) 2011-2017 Intel Corporation. Intel provides this material * to Argonne Natio...
[ "raffenet@users.noreply.github.com" ]
raffenet@users.noreply.github.com
9af77b437e76dfa89cf724b01d093f3fe10ca087
bec856a283de845e8deb1338049e68b45ab41aba
/apps/tests/ppv2/cls/cls_edrop.c
40192ee73acdad38e9a4f08e81c38c6eb58b32f8
[ "BSD-3-Clause" ]
permissive
MarvellEmbeddedProcessors/musdk-marvell
7fb1bbe5e6e53b1d2581b77e0e60a3c23de75eec
278748af6e197672551ba220c8720d9ae0a8461e
refs/heads/musdk-release-SDK-10.3.5.0-PR2
2023-01-19T09:54:31.359738
2020-12-16T21:10:16
2020-12-16T21:10:16
87,414,878
12
15
BSD-3-Clause
2022-08-28T00:04:40
2017-04-06T10:03:52
null
UTF-8
C
false
false
13,497
c
/******************************************************************************* * Copyright (C) Marvell International Ltd. and its affiliates * * This software file (the "File") is owned and distributed by Marvell * International Ltd. and/or its affiliates ("Marvell") under the following * alternative licensing t...
[ "lironh@marvell.com" ]
lironh@marvell.com
4545e288ed63a16bc4f956788934cd4e33ea7e52
dd80a584130ef1a0333429ba76c1cee0eb40df73
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/asm/dma-mapping.h
53393e561d34081f1f95c0231c64a2d79d5dc308
[ "MIT" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C
false
false
76
h
../../../../../../platforms/android-8/arch-arm/usr/include/asm/dma-mapping.h
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
b871b37383a69d4dc87e4ab47e47ba8899b7c4a9
91adbd3e3ca0ee5c031b50a6b2ac9678dedb8524
/usdmayautils/AL/usdmaya/utils/Api.h
ad294c3d6e0776eacfb942d13fd6dbe46b857b95
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
wengn/AL_USDMaya
a0385d98697bd6568759d9176c0f7aa004b89e1b
5c4ccd64be53554c3734a1406a0a5dc7240d9275
refs/heads/master
2021-07-03T23:25:37.723025
2019-03-05T07:29:50
2019-03-05T07:29:50
132,985,887
0
0
NOASSERTION
2018-10-11T11:02:24
2018-05-11T03:44:46
C++
UTF-8
C
false
false
1,329
h
// // Copyright 2017 Animal Logic // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.// // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed ...
[ "fabrice.macagno@al.com.au" ]
fabrice.macagno@al.com.au
95ff07228ffffea7def1c7e0ae1318a177ce9afe
e53ae9c98f54650697d829dcef711132e2a659e3
/include/HL_reg_htu.h
37c294c79e427527974df7bd26e4c77e7c8b4dd4
[]
no_license
piense/rm57-i2c-repeated-start
049dfd98339678245176e9cd47fdc8f8cdcf09a1
d7f68c0394fb35011feaf4778631a7ddfb61b4e7
refs/heads/master
2021-01-19T17:41:18.910342
2017-08-22T16:22:42
2017-08-22T16:22:42
101,083,730
0
0
null
null
null
null
UTF-8
C
false
false
4,133
h
/** @file HL_reg_htu.h * @brief HTU Register Layer Header File * @date 02-Mar-2016 * @version 04.05.02 * * This file contains: * - Definitions * - Types * - Interface Prototypes * . * which are relevant for the HTU driver. */ /* * Copyright (C) 2009-2016 Texas Instruments Incorporated - www.ti.co...
[ "piense@gmail.com" ]
piense@gmail.com
21a1c1dff3c703e4bb12e102ab73d45f989b912e
6a2096c97357b1d66e0c5838cbbdb8cfefb19c27
/up1.01/Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_pcd_ex.h
ce80f14b823c77009df720e009646309548a18e6
[]
no_license
NovarLo/upprj
184fc319113adeaa93a2683f9a168c6c17735138
d1fdebe19476f3d94adba2e9e1c5b11d536a9143
refs/heads/master
2020-03-31T11:09:58.408942
2018-10-09T01:26:25
2018-10-09T01:26:25
152,165,929
0
0
null
null
null
null
UTF-8
C
false
false
2,975
h
/* * ****************************************************************************** * @file stm32f4xx_hal_pcd_ex.h * @author MCD Application Team * @version V1.1.0 * @date 19-June-2014 * @brief Header file of PCD HAL module. ************************************************************************...
[ "novar@sina.cn" ]
novar@sina.cn
422eb73957425f561d27ce186db9a140dda405ca
24d856d98c85a319d53be2768ccc176a50873fa3
/eglibc-2.15/sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h
a0da019c5f3a667b40e96c0b63c8145909b558db
[ "LGPL-2.1-only", "GPL-2.0-only", "LicenseRef-scancode-inner-net-2.0", "BSD-3-Clause", "LGPL-2.1-or-later", "HPND", "LicenseRef-scancode-other-copyleft", "CMU-Mach", "LicenseRef-scancode-other-permissive", "BSD-2-Clause" ]
permissive
dozenow/shortcut
a4803b59c95e72a01d73bb30acaae45cf76b0367
b140082a44c58f05af3495259c1beaaa9a63560b
refs/heads/jumpstart-php
2020-06-29T11:41:05.842760
2019-03-28T17:28:56
2019-03-28T17:28:56
200,405,626
2
2
BSD-2-Clause
2019-08-03T19:45:44
2019-08-03T17:57:58
C
UTF-8
C
false
false
816
h
/* Definition of `struct stat' used in the kernel */ struct kernel_stat { unsigned short int st_dev; unsigned long int st_ino; unsigned short int st_mode; short int st_nlink; unsigned short int st_uid; unsigned short int st_gid; unsigned short int st_rdev; long int st_size; struct ...
[ "jflinn" ]
jflinn
0ca8add7f4d494bcdeda613a9794131dc01634d6
a40eeb616f62673ecb279df805d0836f28d9b6c2
/shell/sh_ringbell.c
e14098a4c8831cfa38c1bf510c26fc4e5429f63c
[]
no_license
waxife/nezha
d729a52559b4c019d8942d54775fa58a47943103
24e9370066517a8c74b85a2cf5c1470ebcc407a4
refs/heads/master
2021-01-19T21:08:24.883242
2017-04-21T11:51:44
2017-04-21T11:51:44
88,610,691
1
1
null
null
null
null
UTF-8
C
false
false
2,313
c
/** * @file sh_audio.c * @brief audio test command * $Id: sh_ringbell.c,v 1.3 2014/03/07 03:36:03 lym Exp $ * $Author: lym $ * $Revision: 1.3 $ * * Copyright (c) 2012 Terawins Inc. All rights reserved. * * @date 2013/09/03 hugo New file. * */ #include <config.h> #include <stdio.h> #inclu...
[ "bob.wang@st.com" ]
bob.wang@st.com
0dad5d7859be16eb487d1aefc5d650203ba82c1d
0702ded3a66b4f0101f18bdc4a7ae49e204a23d6
/firstStep.c
9bd1e7082fb846ab4ec4b99e12f6dc39206cd5bd
[ "MIT" ]
permissive
Ardustorm/2x2_solver
a189b17583451fdf863b482e647aeed3a2121e17
cf29bbd1e014fb234e89ccc22f8b4665fd1e3e0e
refs/heads/master
2021-01-19T07:46:05.968586
2014-03-18T13:35:12
2014-03-18T13:35:12
null
0
0
null
null
null
null
UTF-8
C
false
false
3,166
c
#include "solver_v1.c" //Now the bottom is oriented as this: // X X // X ? //defines functions before hand void step1B(); void step1Ba(); void step1Bb(); void step1Bc(); void step1Bd(); void step1Be(); void step1Bf(); void step1Bg(); void step1Bh(); void step1A(); void step1Aa(); void ste...
[ "luke24601@gmail.com" ]
luke24601@gmail.com
4e84ff1df245d2f5873296d106cff351e863f92a
64ff1ed19376504536817f3d5034b6757f03c537
/clicks/eink290inch/example/main.c
2e7cf12d90d25a7563d98106625dcb40da64e4e4
[]
no_license
KWest-WRD/mikrosdk_click_v2
69efc8eaa8de5990a5aad78ebae5bfd3b9c0d20f
9c97d8ed79fc6ddf690e4b911de149aea3d5eebf
refs/heads/master
2022-12-23T07:30:26.894879
2020-10-02T14:08:52
2020-10-02T14:08:52
null
0
0
null
null
null
null
UTF-8
C
false
false
5,195
c
/*! * \file * \brief Eink290Inch Click example * * # Description * This application write a text and draw an image on eINK display. * * The demo application is composed of two sections : * * ## Application Init * Driver initialization - basic procedure for starting e-ink display. * Start the display sett...
[ "katarina.kaca.perendic@gmail.com" ]
katarina.kaca.perendic@gmail.com
668fad776351992d229a31841ce845fd04cf5a08
86ec9543b7b2ef3a5d1803cf17bddc492435d516
/src/openmp/vect.h
da5aebae5098b5930b6285f0df15b3b2f32d103c
[]
no_license
KevinXuxuxu/grav
d87f55f976b518d30c4d36a3f95f706e363e7688
e3cbe5e473622565a2e785fd40f62dd4f2e617c6
refs/heads/master
2021-01-19T13:15:42.908244
2017-05-09T04:23:23
2017-05-09T04:23:23
86,631,344
0
0
null
null
null
null
UTF-8
C
false
false
1,369
h
// // vect.h // grav // // Created by XuFangzhou on 17/3/28. // Copyright © 2017年 XuFangzhou. All rights reserved. // #ifndef vect_h #define vect_h #include <cmath> #include <pmmintrin.h> struct Vect { Vect() {} Vect(float _x, float _y = 0.0, float _z = 0.0) :x(_x), y(_y), z(_z) {} un...
[ "kevin.xu.fangzhou@gmail.com" ]
kevin.xu.fangzhou@gmail.com
6603cc6ad9777b87c88a307f713c2cff9c164ce7
5c255f911786e984286b1f7a4e6091a68419d049
/vulnerable_code/3ef7f59f-c1f8-4512-a102-129b3b0fe279.c
3533ec17429d0a26dde6e6f957dd0c59d56b37e0
[]
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
588
c
#include <string.h> #include <stdio.h> int main() { int i=0; int j=14; int k; int l; k = 53; l = 64; k = i-j; l = i-j; l = l/j; l = l%j; l = i+j; k = l-k*i; //variables /* START VULNERABILITY */ int a; char b[60]; char c[67]; a = 0; do { //ra...
[ "nharmon8@gmail.com" ]
nharmon8@gmail.com
c84f66bcda8619484708cdb90e107c651de10bcf
34d0bad8a2849447925fef0c752406122baae3f2
/ti_tools/edma3_lld_02_11_10_09/packages/ti/sdo/edma3/drv/sample/src/platforms/sample_tda2xx_cfg.c
eb4007698522a5a45ea10e319664cea8d423785d
[]
no_license
pamsimochen/hardwork
5e05154fac35a0aacc0f8b64c21b2ca767fd4a3d
1e0a4cafdd1722eb58c4261bad68e602352f2079
refs/heads/master
2021-09-07T22:44:16.620515
2018-03-02T09:48:40
2018-03-02T09:48:40
103,899,662
1
0
null
null
null
null
UTF-8
C
false
false
66,432
c
/* * sample_tda2xx_cfg.c * * SoC specific EDMA3 hardware related information like number of transfer * controllers, various interrupt ids etc. It is used while interrupts * enabling / disabling. It needs to be ported for different SoCs. * * Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti...
[ "82425509@qq.com" ]
82425509@qq.com
bac7d39d431d4ac5c11bbffed1d585286c4566c5
056bb37d2f775ab9ad156472ccf5cefd6637223b
/ios/build/QRScanner/Build/Intermediates.noindex/QRScanner.build/Debug-iphoneos/QRScanner.build/DerivedSources/QRScanner_vers.c
1a4c3875bd412eec4665aeded85780437869907a
[]
no_license
jessyjosephine/QRScanner
00f18202310f92038d04aaaa04f6def992ff551f
8f4b222dbef3f79a7deee55796735bb32288a397
refs/heads/master
2023-02-03T21:15:01.741294
2020-12-19T03:12:34
2020-12-19T03:12:34
322,748,466
0
0
null
null
null
null
UTF-8
C
false
false
296
c
extern const unsigned char QRScannerVersionString[]; extern const double QRScannerVersionNumber; const unsigned char QRScannerVersionString[] __attribute__ ((used)) = "@(#)PROGRAM:QRScanner PROJECT:QRScanner-1" "\n"; const double QRScannerVersionNumber __attribute__ ((used)) = (double)1.;
[ "jessy.naomi@traveloka.com" ]
jessy.naomi@traveloka.com
d9e1bca18c93e555b2259252fb11e7d00b6acae3
7daefc9aaa205b3c239e02c8b6c961c627c58679
/0x02-functions_nested_loops/10-add.c
4077fba1d9161f1a19349314e655c4be48a6608f
[]
no_license
nasserdr/c_common_tools
e797ff667a40bbf3dddaf1edfebbeea9b42ce156
f347838ecdf2d07f67d2209cbd10a5c91d573c4a
refs/heads/master
2023-06-05T10:34:13.082238
2021-06-28T13:36:25
2021-06-28T13:36:25
286,529,037
1
0
null
null
null
null
UTF-8
C
false
false
177
c
#include "holberton.h" /** * add - Adds 2 numbers * * @m1: input integer 1 * @m2: input integer 2 * * Return: m1 + m2 */ int add(int m1, int m2) { return (m1 + m2); }
[ "hassan.nasser@me.com" ]
hassan.nasser@me.com
50909241d3c2071217486a1bf57c855534b7bb30
0d59052a11f421349dcbe96e13c96724077dc506
/shell_src/checker_v3.c
53f37c5387e1df13b87a4d2ebeb4ecb77bdb2457
[]
no_license
omarmdh/42sh_alias_builting
f949fb8e1ca1b555fa859eb134d41c1374c21003
d8b83387c5bf060e59a8d61676bf177aa5d52f8e
refs/heads/main
2023-01-03T11:11:23.072813
2020-11-03T19:06:15
2020-11-03T19:06:15
309,766,992
0
0
null
null
null
null
UTF-8
C
false
false
2,313
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* checker_v3.c :+: :+: :+: ...
[ "ommadhi@e1r10p15.1337.ma" ]
ommadhi@e1r10p15.1337.ma
d43093f4ee8cc62a84bdb544b89faa2d3779ff1a
80999df7d43a7521609338975a904113776a8c4f
/libs/libmme/MmpDecoder/cnm-coda960-ref_sw_pkg-v3.3.0/vpuapi/vpuapifunc.h
f86d463d1ac823b4501d7e94ad65b52f378f6637
[]
no_license
tifler/gdm-test-platform
30b766552049ef910ee0ac57ca7adee28087d26f
e24b897429fea8fae8cad7391f523a4f0451f4e7
refs/heads/master
2020-09-28T15:03:35.560597
2015-11-24T00:57:24
2015-11-24T00:57:24
226,801,120
0
0
null
null
null
null
UTF-8
C
false
false
8,792
h
//--=========================================================================-- // This file is a part of VPU Reference API project //----------------------------------------------------------------------------- // // This confidential and proprietary software may be used only // as authorized by a lice...
[ "hthwang@anapass.com" ]
hthwang@anapass.com
5386e8db6bffe7bbb2151ba9b99c7624b7b8fc9a
d986f63000c2ca721c06226ce31668f23134bca4
/tests/tests/Init/06-Add/06-02_Add_Variables.c
20e032cdb727bc23f2ad98c3d02d4641e1285fe2
[]
no_license
Fabien-GELUS/PLD-COMP
c27642da609dba9484e50f7e005a81cf9649206b
09d5e5799b50cf124707d346af0a4a41f551e159
refs/heads/master
2022-04-23T21:24:22.583310
2020-04-10T21:55:55
2020-04-10T21:55:55
null
0
0
null
null
null
null
UTF-8
C
false
false
98
c
#include <inttypes.h> int main() { int a,b,c; a = 7; b = 42; c = 20; a = a+b+c; return a; }
[ "f.gelus@gmail.com" ]
f.gelus@gmail.com
77817a1b2df7400e18e2f41c251123c72d0cb0cc
a753a8ef49e77aa81c07a0a17945066b381f1e34
/AdventureGame2.c
bc740b13088cefff1001a92e41a74a5919a4301c
[ "MIT" ]
permissive
Abdul-Basith-siddiqui/C-Programs
fc7eaf2c74a7b2e049c9077ca2940a9998d6979b
5f12201c5061db8d5bae3c94e11dc5e9a9af7680
refs/heads/master
2023-08-27T14:21:38.038638
2021-10-31T10:31:04
2021-10-31T10:31:04
423,115,711
0
0
MIT
2021-10-31T10:26:47
2021-10-31T10:26:46
null
UTF-8
C
false
false
7,028
c
# include <stdio.h>// defines scanf() and printf() # include <math.h>//has math functions; exp(x,y) # include <stdlib.h>//defines rand() # include <string.h>// # include <time.h>//defines time() int n = 10; char arr[10][10]; int iPlayerPosition=0, jPlayerPosition=0; //Functions int movePlayer(int playersMove, char...
[ "randerson112358@users.noreply.github.com" ]
randerson112358@users.noreply.github.com
6b2c33f95148a98a26643fdd817dea314fc2f5da
f5008df5aab5615d39a9847fa09f9581f7b19a5f
/linux-5.4.38/drivers/gpu/drm/msm/disp/mdp5/mdp5_cfg.c
f6e71ff539cab1d4d2b47e6da911c22b947700cb
[ "Linux-syscall-note", "GPL-2.0-only", "Apache-2.0" ]
permissive
wenhuizhang/llvm-linux-5.4.38
2f3f44287dbb1445cd7d4670df8bfc9873441558
bd6678fbd3635428a6d594dbb24a87b9308a52ef
refs/heads/main
2023-01-07T09:57:19.452542
2020-11-01T04:20:46
2020-11-01T04:20:46
303,426,734
0
0
Apache-2.0
2020-11-01T04:20:47
2020-10-12T15:00:48
C
UTF-8
C
false
false
19,001
c
// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2014-2015 The Linux Foundation. All rights reserved. */ #include "mdp5_kms.h" #include "mdp5_cfg.h" struct mdp5_cfg_handler { int revision; struct mdp5_cfg config; }; /* mdp5_cfg must be exposed (used in mdp5.xml.h) */ const struct mdp5_cfg_hw *mdp5_cfg...
[ "wenhui@gwmail.gwu.edu" ]
wenhui@gwmail.gwu.edu
a90deaf55765c6b59f52a75f823c5d0cbb7ad2a7
bc2933859597a1acccb22e74ec95328f530becf6
/Codes in Unix/client.c
05a0226ad59332cfa437a0e8a0be20376abed759
[]
no_license
Micazhang/Instant-Message-System
eb467009f103d3fb7e6c00a0ee11c27f1d42ed1b
b97123fca6dae223dcbb734b2b726eaa51782ecc
refs/heads/master
2021-06-29T04:10:38.578117
2017-09-21T02:08:10
2017-09-21T02:08:10
104,289,267
0
0
null
null
null
null
UTF-8
C
false
false
1,870
c
#include<stdio.h> #include<netinet/in.h> #include<sys/socket.h> #include<sys/types.h> #include<string.h> #include<stdlib.h> #include<netdb.h> #include<unistd.h> #include<signal.h> #include<time.h> #include<termios.h> int main(int argc,char *argv[]) { struct sockaddr_in clientaddr; pid_t pid; int clientfd,sendbytes...
[ "zqx.5549@gmail.com" ]
zqx.5549@gmail.com
bcbf08dd4fd5107eaeb9f61d9985f695fd6f8805
3193f5a129c507ca83f04a78719d046b642387e9
/WSLiveStreamExample/Pods/Headers/Public/WSLiveStream/GPUImageMovieWriter.h
cffdd6f532d2d85ad2823576806cf82e3f004fbd
[ "MIT" ]
permissive
wenrisheng/WSLiveStream
0838dc7e6c268dfb33b621ba0cff55cbf587d1dd
7ec3d1ea366a08ebfd4573985c22660edffb79c4
refs/heads/master
2023-03-30T02:51:08.563293
2021-03-26T03:12:48
2021-03-26T03:12:48
350,162,774
0
0
null
null
null
null
UTF-8
C
false
false
78
h
../../../../../WSLiveStream/Sources/Vendors/GPUImage/iOS/GPUImageMovieWriter.h
[ "252797991@qq.com" ]
252797991@qq.com
c5c513f1d2d934443d2a77d1b90404dadf9292ec
2e1200fcec94ea57ffb925ee7f35d21bc4a6443e
/trunk-nxt/src/rdpartyrobotcdr-3.2.1/lego-temp-test2.c
be61dc1de6e19f8ed4fdbb216e42a26ad41221a9
[]
no_license
cho934/pm-robotix
acc1eaa80069cce297ee52e08961bfdc04110f5a
e88fcfc3d636b428d88797ed612c2461bce58f1b
refs/heads/master
2021-01-20T04:32:23.610337
2015-06-05T20:28:08
2015-06-05T20:28:08
39,189,107
0
0
null
null
null
null
UTF-8
C
false
false
4,316
c
#pragma config(Sensor, S1, LEGOTMP, sensorI2CCustom) //*!!Code automatically generated by 'ROBOTC' configuration wizard !!*// /** * lego-temp.h provides an API for the Lego Temperature Sensor. This program * demonstrates how to use that API to use the sensor in single-shot mode. ...
[ "christophe.chaudelet@gmail.com" ]
christophe.chaudelet@gmail.com
124311b3a3fece5af95d2045a40e23a5a511f705
db244954c9b3affb6f6f7218e0a0e0a6e19a485f
/linux/C/day11/06str.c
0b301b8fe9b0830b3def0e201083831f97c51f5d
[]
no_license
chlinwei/linwei
ef4a2030867dc32e96fb4b132da40b4c314ca5e2
6f177e9328bf716bd82942dc8d6ba79e512e312d
refs/heads/master
2022-03-02T22:28:37.714458
2022-02-17T02:07:52
2022-02-17T02:07:52
77,869,869
1
0
null
null
null
null
UTF-8
C
false
false
386
c
/* 字符串练习 */ #include <stdio.h> #include <string.h> int main() { int rank = 0; char ranks[50] = {0}; char tmp[10] = {0}; do { printf("请输入一个考试成绩:"); scanf("%d", &rank); if (rank < 0) { break; } sprintf(tmp, "%d,", rank); strcat(ranks, tmp); } while (1); ranks[strlen(ranks) - 1] = 0; prin...
[ "862350707@qq.com" ]
862350707@qq.com
53a838c24a9a3f22e5f7a567ef931dd550cadc1b
de8c0ea84980b6d9bb6e3e23b87e6066a65f4995
/3pp/linux/arch/parisc/math-emu/hppa.h
b25b266c998694d6b7e17fc46700adb448d715cd
[ "LicenseRef-scancode-free-unknown", "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
1,098
h
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Linux/PA-RISC Project (http://www.parisc-linux.org/) * * Floating-point emulation code * Copyright (C) 2001 Hewlett-Packard (Paul Bame) <bame@debian.org> */ #ifdef __NO_PA_HDRS PA header file -- do not include this header file for non-PA builds. #endif /...
[ "erik.moqvist@gmail.com" ]
erik.moqvist@gmail.com
075dd95ee6914a04f431a01380bcf1412ba7d7b8
5eba39fa53189f3c334df06cc6487ec01eae679b
/Programas C/SEQUEN1.C
2cec763c0862671452ab08f10cd30d32f00a93a5
[]
no_license
marcosinocencio/C
df938c268b954f6aca58fb64912ca521df3a4701
3d984929fca92e8d1348103fe2cbf7e1b2abde96
refs/heads/main
2023-01-10T01:09:47.486097
2020-11-03T19:02:53
2020-11-03T19:02:53
309,781,568
0
0
null
null
null
null
UTF-8
C
false
false
1,483
c
#include <stdio.h> #include <stdlib.h> #define MSG1 "Introduza o numero de termos da sequencia : " #define MSG2 "Introduza o %d-esimo termo da sequencia : " #define MSG4 "\n\nPor favor, introduza um numero MAIOR OU IGUAL a 1" #define MSG5 "\nPressione uma tecla para continuar!!!! " #define MSG6 "\n\n\n Pressione a tec...
[ "marcos.inocencio13@gmail.com" ]
marcos.inocencio13@gmail.com
add6f0c240fb263783ef04569fc39d5060c4fd7b
186cce62e4de81ad81ec07c3cf83d1b537dc63a0
/drivers/video/console/vgacon.c
5e2f77f5ebc62e5a5b2e1b40ff94304f84744508
[]
no_license
wangxiaochuang/copy2.6.11.12
99286165df4f11615982e9ce6bfb89a8040dd0a8
c197d83e3e1537a2ff6cff311525a5b2b3502e19
refs/heads/main
2023-06-01T23:55:37.573965
2021-06-22T00:11:59
2021-06-22T00:11:59
352,670,561
0
0
null
null
null
null
UTF-8
C
false
false
22,431
c
#include <linux/config.h> #include <linux/module.h> #include <linux/types.h> #include <linux/sched.h> #include <linux/fs.h> #include <linux/kernel.h> #include <linux/tty.h> #include <linux/console.h> #include <linux/string.h> #include <linux/kd.h> #include <linux/slab.h> #include <linux/vt_kern.h> #include <linux/selec...
[ "932698529@qq.com" ]
932698529@qq.com
6a1b572580cf5d0b6f1f99d6f1406b5b1aedebe6
44449845d88f056e528d39babd57a248fe309834
/kernel/tirtos/packages/ti/sysbios/hal/CoreNull.h
a27b96cf3e80e47e3bf9db10406f44e8cf146cdc
[]
no_license
ndrs-pst/simplelink_cc32xx_sdk
cf60675af09759aa38559e6891d7f20d68fd0207
965b7fac5ed11f24e7e8ee316bbd39b337d4f7de
refs/heads/main
2022-04-27T09:53:29.589107
2022-03-16T17:17:08
2022-03-16T17:17:08
196,118,168
0
0
null
null
null
null
UTF-8
C
false
false
18,622
h
/* * Do not modify this file; it is automatically * generated and any modifications will be overwritten. * * @(#) xdc-K04 */ /* * ======== GENERATED SECTIONS ======== * * PROLOGUE * INCLUDES * * INTERNAL DEFINITIONS * MODULE-WIDE CONFIGS * VIRTUAL FUNCTIONS * FUNCTION DECLARATI...
[ "50133174+ndrs-pst@users.noreply.github.com" ]
50133174+ndrs-pst@users.noreply.github.com
68af7a6f1a41a67acbf4dbcc1d9d8c5c4545567c
8548ed308e5022fa7b602f87a342746e675d485a
/Code/Drivers/Motors.h
fdb813e0945a976ddd1fbe827e01155aa21d9eff
[]
no_license
fnafnio/explorerbot
5acffdaace887691066cfcc13de293aca0d68e52
4fe161157c8d7aa56fba8ddd804f4fb3ec0fdade
refs/heads/master
2021-05-29T03:51:21.567595
2013-06-27T17:51:03
2013-06-27T17:51:03
null
0
0
null
null
null
null
UTF-8
C
false
false
1,776
h
/* Bluetooth Robot Copyright (C) Dean Camera, 2011. dean [at] fourwalledcubicle [dot] com www.fourwalledcubicle.com */ /* Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com) Permission to use, copy, modify, distribute, and sell this software and its documentation for...
[ "dean@fourwalledcubicle.com" ]
dean@fourwalledcubicle.com
90635079897281114772eae8d8b7e2224c176551
8cfac6918a6024f22582d39a43670abc23e5324c
/project/ll-insertion/libft/ft_bitgetfour.c
c6a613af7cff45b02a810c2275df2e6e58851699
[]
no_license
koloux/push_swap
66249aa1d01e6248fa857a8e1abf3937519b2646
1f10886051f7aba3bd281dfe59f2663417dd429d
refs/heads/master
2021-01-24T02:52:50.686599
2017-02-17T18:43:26
2017-02-17T18:43:26
59,203,851
0
1
null
null
null
null
UTF-8
C
false
false
1,010
c
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_bitgetfour.c :+: :+: :+: ...
[ "nhuber@e3r1p14.42.fr" ]
nhuber@e3r1p14.42.fr
41071e196b8dc9cdfdf390dd97991d2b8a32adb3
17e6d110a6a685cdc63a186963c921cb91450d15
/scaler/src/horizInputData.h
003e5551c65cdba5d4f646057402fac9bef42e5b
[ "MIT" ]
permissive
Q-Mart/QLight
e0ea175e1115df9b66c42c3139ce1d4ad7e82003
18c1d2b6dd8a2a262230596e9cf20cdc36e7052f
refs/heads/master
2020-04-08T07:39:34.542093
2019-04-23T15:56:47
2019-04-23T15:56:47
159,146,747
1
0
null
null
null
null
UTF-8
C
false
false
7,344,041
h
uint_fast8_t horizInputData[432000] = { 0, 0, 0, 255, 255, 255, 0, 0, 0, 255, 255, 255, 0, 0, 0, ...
[ "qumarthjash@gmail.com" ]
qumarthjash@gmail.com
0f90669b866cc4c85dd635e1d742efe3f403200f
36e318ebb247e0d0fe6bc2b0d1aa29109c215e90
/Server/Sources/main.c
f387da325b1151ab05d46cc6df146398df0762d4
[]
no_license
Scythe14/Zappy
46ae970ba5f6958db3fdf48ce3ef3d5d66ed52c7
75eb20c94a5c75a5a8ba6c20e19b4314efca6dcf
refs/heads/master
2021-01-10T15:35:38.373955
2015-12-18T17:52:58
2015-12-18T17:52:58
48,246,337
0
0
null
null
null
null
UTF-8
C
false
false
1,181
c
/* ** main.c for zappy in /home/bouca-_d/rendu/Zappy/Server ** ** Made by Dany Bouca Nova ** Login <bouca-_d@epitech.net> ** ** Started on Sun Jul 5 02:05:22 2015 Dany Bouca Nova ** Last update Sun Jul 5 16:00:24 2015 Dany Bouca Nova */ #include <unistd.h> #include <stdlib.h> #include <stdio.h> #include <signal.h...
[ "dany.bouca-nova@epitech.eu" ]
dany.bouca-nova@epitech.eu
5ceeedf9e8826e33d3db910dbdf8a27b52d31919
2eb97a860d8604484a3835fe13a9e2390b6f0046
/os/drivers/wireless/realtek/rtk/include/ieee80211.h
1428b30cd12b8ce16a57b34778239e31ebdce1f9
[ "GPL-1.0-or-later", "BSD-3-Clause", "ISC", "MIT", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-other-permissive", "Apache-2.0" ]
permissive
glb1013/TizenRT
031453835e0dc81edbf5af391622a9ea3b1d9674
3497c0f768ce102eaad055894011422853129c44
refs/heads/master
2020-05-13T02:45:34.470477
2019-06-13T02:53:49
2019-06-13T02:53:49
164,366,836
0
0
Apache-2.0
2019-01-07T02:20:17
2019-01-07T02:20:17
null
UTF-8
C
false
false
43,179
h
/****************************************************************************** * * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of version 2 of the GNU G...
[ "sh.byeon@samsung.com" ]
sh.byeon@samsung.com