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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a6c6357c5d88d19aacb35ac58005f9ec950885c1 | e594955b9cbf683bb5fe872973b52d448dc6c684 | /edge264_intra.c | f69c7e7cd7ac6eee4f22052c76c375264f7b7ed6 | [
"BSD-3-Clause"
] | permissive | tvlabs/edge264 | 91b10909e57417b0e6e6e3b76f2da82b3fcb963a | ae856fbe45c9654dec09539cd7d294b1b5b2b876 | refs/heads/master | 2023-08-03T10:41:34.814050 | 2023-07-28T21:47:41 | 2023-07-28T21:47:41 | 20,571,899 | 20 | 0 | null | null | null | null | UTF-8 | C | false | false | 56,208 | c | /**
* Intra decoding involves so many shuffling tricks that it is better expressed
* as native code, where each architecture can give its best.
*
* Each decoding function is a large switch with a downward tree structure for
* sharing code. Cases start at the leaves and branch towards the exit root.
* While there... | [
"traf@kth.se"
] | traf@kth.se |
113e33df58d6a4dafebb45925fc6e29d447163de | 66b7b4c82b6a415f053bced8466e83c8a8e45d25 | /LPC8xx/uart.c | 3fc644137ff88136a4f10c1a0761b4fa8b5fcb7e | [] | no_license | dqwang/gateway | 5cd6c43d0498d8f2c8818f2ff9208d96d85a97c8 | 049e5549e932c85a171970576b99bca7a2a46182 | refs/heads/master | 2020-05-23T12:30:49.071257 | 2017-04-23T19:52:47 | 2017-04-23T19:52:47 | 84,768,406 | 0 | 1 | null | null | null | null | GB18030 | C | false | false | 8,509 | c | #include "main.h"
uart_t uart0;
uart_t uart1;
uart_t uart2;
void CLEAR_UART_RECV(uart_t *p)
{
p->rflag=0;
p->rindex=0;
}
void UART0RecvEnable(void)
{
LPC_USART0->INTENSET = (1 << 0);
}
void UART0RecvDisable(void)
{
LPC_USART0->INTENCLR = (1 << 0);
}
void UART0SendEnable(void)
{
LPC_USA... | [
"dequan.q.wang@nsn.com"
] | dequan.q.wang@nsn.com |
9f806b437624771dc47f5d7ed196d581157be254 | fa145d80bd1f2b7667312e7d8edec7589f20bea9 | /kernel_list.h | 25a62c489f21b750c8b12fbffae5c953ab46dd34 | [] | no_license | yunshanyunhai/network-smallproject | be3129e5a74cbeb76400e529c0b0664e6803ea64 | 7c6efda0cc1390a0dfeeb3925301aa77b992813b | refs/heads/master | 2023-02-05T03:51:17.932693 | 2020-12-21T02:25:52 | 2020-12-21T02:25:52 | 323,199,480 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,423 | h | #ifndef __DLIST_H
#define __DLIST_H
/* This file is from Linux Kernel (include/linux/list.h)
* and modified by simply removing hardware prefetching of list items.
* Here by copyright, credits attributed to wherever they belong.
* Kulesh Shanmugasundaram (kulesh [squiggly] isis.poly.edu)
*/
/*
* Simple doubly linked l... | [
"2751159802@qq.com"
] | 2751159802@qq.com |
2f0d690cb30a22f8326b368a2ad8a882e4340620 | 3880f3e55c1c31379de12d2f1cbead7ed3455258 | /src/sbmf/memory/prioqueue.c | 56ee965a6d902e26189c39e9c20534c6c2a6bf18 | [
"MIT"
] | permissive | AntonJohansson/sbmf | e15b5197bac77ba665123652dd566a20975162ca | 8856068236987081fe20814ab565456b7f92b822 | refs/heads/master | 2023-06-03T09:10:44.407427 | 2021-06-21T20:20:58 | 2021-06-21T20:20:58 | 272,072,786 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,034 | c | #define PQ_PARENT(x) (((i32)x-1)/2)
#define PQ_LEFT(x) (2*(i32)x+1)
#define PQ_RIGHT(x) (2*(i32)x+2)
/*
* | 0 | 1 | 2 | 3 | 4 |
* | R | L0 | R0 | L1 | R1 | ...
*
* R
* / \
* L0 R0
* / \
* L1 R1
*
*/
/* Shall return true if a comes before b */
typedef ... | [
"97antjoh@gmail.com"
] | 97antjoh@gmail.com |
4f37c9ee069aa30d52f07d7a4a2c71f0d200883d | 5b7d0f4b79a411e2fba1ea24c9cf1d4af20f813d | /iOS7.1.1/System/Library/Assistant/UIPlugins/Settings.siriUIBundle/Settings-Symbols.h | 0fc252fb76af50adf70a59e73349ff3f5d62f4f4 | [] | no_license | ichitaso/iOS-iphoneheaders | 07ebebac9afb043f10d921c15f24c44ce664b800 | e0e0b2f57eeb94a0d07036e6dc14472cd1972843 | refs/heads/master | 2023-06-08T08:07:00.244639 | 2023-05-28T11:03:07 | 2023-05-28T11:03:07 | 21,318,634 | 81 | 57 | null | 2018-05-14T19:47:30 | 2014-06-29T07:24:01 | null | UTF-8 | C | false | false | 3,656 | h | radr://5614542
_ACSettingsLocalizedString
_OBJC_CLASS_$_ACSettingAssistiveTouchSetting
_OBJC_CLASS_$_ACSettingWiFiSetting
_OBJC_CLASS_$_ACSettingsAirplaneSetting
_OBJC_CLASS_$_ACSettingsBasicSetting
_OBJC_CLASS_$_ACSettingsBluetoothSetting
_OBJC_CLASS_$_ACSettingsBrightnessSetting
_OBJC_CLASS_$_ACSettingsCellularData
_... | [
"ichitaso@MBP.local"
] | ichitaso@MBP.local |
5960cb73479abb1f527fafd12b0242d96578b154 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/net/ipv4/extr_tcp.c_tcp_check_oom.c | b19241873ea4b1f9c2961a813ac61e5a50eef5ab | [] | 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 | 984 | 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 |
03f0dff880f23079aed7834b54996b8cd3dd17e9 | 41112b1f81e07465bf0abd6bd82f63ae1a119a77 | /src/me.crazystone.study/chapter12/arrayPoint.c | 50b993bb3c1e7472215172c733d11ad51b195cec | [] | no_license | CrazyStoneJy/CLangStudy | 2db518fd27c21785c24afe084f4ffdfff0f4fdcb | 630f689909fb3d98bf91fb12bd098d275381d867 | refs/heads/master | 2020-07-20T03:01:08.524254 | 2019-09-05T12:39:10 | 2019-09-05T12:39:10 | 206,560,338 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 475 | c | # include <stdio.h>
#define N 10
int main() {
int a[N], sum, *p;
sum = 0;
for(int i = 0 ; i < N ;i++) {
a[i] = i + 1;
}
for (p = a; p < a + N; p++) {
sum += *p;
}
printf("sum is: %d \n" , sum);
}
void printArray(int* array) {
int index = 1;
int *p;
f... | [
"crazystone13753251592@gmail.com"
] | crazystone13753251592@gmail.com |
ec72b4612c42c7f6963e50dff3d89e4845a9de32 | c74831af0b5d97efe3da039a710ad7043b584fb1 | /l3e22.c | 30b8458c1335e86553c57ea0db2acfdbc8ed9b3e | [] | no_license | khazthedemon/L3AP1 | 9c32ee3d244994845c013ce5c7013d6fee217de9 | 350ca45c9cbbca39bb04a359b7c9102344deda5c | refs/heads/master | 2020-06-04T03:13:39.963360 | 2019-06-14T03:27:54 | 2019-06-14T03:27:54 | 191,850,462 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 217 | c | #include <stdio.h>
#define K 37
int main(){
int ite;
float s;
printf("Esse programa calcula um dado somatorio...\n");
for(ite=1,s=0;ite<=K;ite++){
s+=((K*(K+1))/ite);
}
printf("%.2f\n",s);
return 0;
}
| [
"richardsoyer@gmail.com"
] | richardsoyer@gmail.com |
dafffba08fd228c666011a5d01acf3b262afbfd0 | 92c595f488e56a1a2dad113cec17dcb410fb5555 | /Embedded System/Message Input and Encryption (RC4)/GccApplication5/main.c | c0660a0f6f03c43d0c9046639067d2f8e09be651 | [] | no_license | davidkol/Assignments | 45a4607554c092d918897075882c4e98ef40907e | bd0ae2a699dd8125862257b5f251d1c52afb88bc | refs/heads/master | 2020-04-03T15:00:25.028094 | 2018-10-30T08:00:09 | 2018-10-30T08:00:09 | 155,346,239 | 0 | 0 | null | null | null | null | WINDOWS-1258 | C | false | false | 8,007 | c | #include <avr/io.h>
#include "lcd.h"
#include "avr.h"
char input[16] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
//char modinput[16] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
int i;
struct morseLetter
{
// values used to play fixed frequency for needed times
char * repr;
} morseLetter;
int pause;
struct morseLetter letters[... | [
"davidkolop@gmail.com"
] | davidkolop@gmail.com |
61b528a0942df9ef5b0e75eac295c42bdc8dfedd | 3843e9213cf94e04f7cac9df2b7c5d1fef192030 | /seahorn/jobs/hash_iter_next/aws_hash_iter_next_harness.c | b42a470791609f6df82c63dc9df4c74338788bed | [] | no_license | 1yiyan/verify-c-common | 9a57557d9fb4b8dd122ad54b3f195e1239d585fc | 974dc12f46f7154091a61dadba0aaf6a9f736017 | refs/heads/master | 2023-08-22T11:15:11.828161 | 2021-10-25T01:31:44 | 2021-10-25T01:31:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,103 | c | /**
*/
#include <aws/common/hash_table.h>
#include <aws/common/private/hash_table_impl.h>
#include <seahorn/seahorn.h>
#include <config.h>
#include <hash_table_helper.h>
#include <proof_allocators.h>
#include <utils.h>
int main(void) {
struct aws_hash_table map;
initialize_bounded_aws_hash_table(&map, MAX_TABL... | [
"arie.gurfinkel@gmail.com"
] | arie.gurfinkel@gmail.com |
689a4b48c665dd7764db73db0416e014d21d8ecf | f83ef53177180ebfeb5a3e230aa29794f52ce1fc | /strace/strace-4.24/membarrier.c | 1c064c29e96efe2215d418d4792d3d6ec61ad4a2 | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | msrLi/portingSources | fe7528b3fd08eed4a1b41383c88ee5c09c2294ef | 57d561730ab27804a3172b33807f2bffbc9e52ae | refs/heads/master | 2021-07-08T01:22:29.604203 | 2019-07-10T13:07:06 | 2019-07-10T13:07:06 | 196,183,165 | 2 | 1 | Apache-2.0 | 2020-10-13T14:30:53 | 2019-07-10T10:16:46 | null | UTF-8 | C | false | false | 1,977 | c | /*
* Copyright (c) 2015 Dmitry V. Levin <ldv@altlinux.org>
* Copyright (c) 2015-2017 The strace developers.
* 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... | [
"lihuibin705@163.com"
] | lihuibin705@163.com |
7516ea09e37d11bf2ca031b12e5fceb4a97eec14 | f7baaad71d3682e699bc17e5f9017bf90f5451f9 | /NRF/NRF/NRF/__vm/_NRF.vsarduino.h | fb232760ff9d1ba519564aef4a4e247f99de601b | [] | no_license | fktsunami/sensor-tsunami | 8c468d43764bca18d4f0193ff77de7932af40f96 | 5c0227e02c15de7b5aa82fdae4da4b1aff4cac99 | refs/heads/master | 2020-04-09T04:05:21.544731 | 2018-12-02T03:33:40 | 2018-12-02T03:33:40 | 160,009,684 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,603 | h | /*
Editor: https://www.visualmicro.com/
visual micro and the arduino ide ignore this code during compilation. this code is automatically maintained by visualmicro, manual changes to this file will be overwritten
the contents of the Visual Micro sketch sub folder can be deleted prior to publishing a project
... | [
"likeguitarz@gmail.com"
] | likeguitarz@gmail.com |
b714b94cd28a7c6b86fef1b22386f9280b02f8c5 | 0a84b852385c179b8ea8c75d701b2cb7af0cf6ba | /xinu_mips-1.0.2/shell/xsh_cyclic2.c | 5458f50b58df879e002e434b748979e01ac839a8 | [] | no_license | kksaugat/XINU | d945f2d97752bac2eec9ee0d79376e885bc362fc | a87d0a2c978d5dd623f8ca76833a22515b824fe1 | refs/heads/master | 2021-04-15T09:20:46.444901 | 2018-04-23T17:21:05 | 2018-04-23T17:21:05 | 126,386,342 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,302 | c | #include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <clock.h>
#define SLOTS 10
#define FRAME 2
int x, y;
void first_task(void){
printf("Task 1 is running\n");
sleep(500);
}
void second_task(void){
printf("Task 2 is running\n");
sleep(500);
}
void third_task(void){
printf("Tas... | [
"saugat@saugats-MacBook-Pro.local"
] | saugat@saugats-MacBook-Pro.local |
6fcf70974d603d945950b823981fc28b083ecdfd | a7f4018d1803a7044284db024aa08a5cf7bfcdf0 | /0x08-static_libraries/5-strstr.c | 9c0ace2501871b75a012c34ab0cbd7e6613f6d41 | [] | no_license | Hunt66/holbertonschool-low_level_programming | 55ba906e058c978ece487014adaf55e9d2951214 | 796380b273c2e41d69f3fd6e05f029999fe0c921 | refs/heads/master | 2020-03-21T03:39:10.663696 | 2019-01-24T21:26:38 | 2019-01-24T21:26:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 815 | c | #include "holberton.h"
/**
*_strstr - locates the first instence of a substring in a string
*@haystack: string to be searched
*@needle: substring to find
*Return: pointer to beginning of located substring or NULL if not found
*/
char *_strstr(char *haystack, char *needle)
{
int i, j, rt, l, l2;
rt = 0;
for ... | [
"489@holbertonschool.com"
] | 489@holbertonschool.com |
23163d8f3337c54ca08404e812a0bdd32fc2db3b | bc48a7057ae646353b38cc1d60559718efe2345c | /LeetCodePractice/LeetCodePractice/Easy3/LC83.c | 432c7c78416a0a464f04cd99a1adeaf19dbe002f | [
"MIT"
] | permissive | White-White/LeetCodePractice | cf57a39a83cbb0a0f72efecb0d034b09a3d90d01 | 2d6dd3745124d7b7ea5498acfcd6cf8440637c25 | refs/heads/master | 2021-07-19T03:35:26.697140 | 2018-12-07T03:13:12 | 2018-12-07T03:13:12 | 146,090,793 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 859 | c | /*
Remove Duplicates from Sorted List
Given a sorted linked list, delete all duplicates such that each element appear only once.
Example 1:
Input: 1->1->2
Output: 1->2
Example 2:
Input: 1->1->2->3->3
Output: 1->2->3
*/
#include "LC83.h"
/**
* Definition for singly-linked list.
* struct ListNode {
... | [
"white.zjh@alibaba-inc.com"
] | white.zjh@alibaba-inc.com |
74db72c785623d6c07a0c27b62b251390661e727 | 6691751baa2ab1df9a93bb92db3379ccf1310dfc | /0x12-advanced_binary_search/search_algos.h | ece37bace8634f42525990b3cdbe84ffa0b50eaa | [] | no_license | justinmajetich/holbertonschool-interview | 884f1a77f69de647cc349ededf555af182f2259e | 462e877c6650e942019e551f94de758c200b2e8a | refs/heads/master | 2023-03-29T20:20:25.564736 | 2021-04-07T17:27:12 | 2021-04-07T17:27:12 | 280,939,000 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 152 | h | #ifndef SEARCH_ALGOS_H
#define SEARCH_ALGOS_H
#include <stdio.h>
#include <stdlib.h>
int advanced_binary(int *array, size_t size, int value);
#endif
| [
"justinmajetich@gmail.com"
] | justinmajetich@gmail.com |
b0e2d7bf9d68fbb64b52988a0d064cacfe32321e | d61207e617db74612fe8310b27e1047c165b79ba | /SE/tp3r2/lsrectri.c | b6068f9b69c343b19fdb46ba7bbafb9bdd43ff27 | [] | no_license | XiaoTianXiao/systeme-primitive-l2s4-unistras | 16bc65ba0002ae502a8b2ae91cec3476bd864657 | f666002c4b39945eca9ed955762729fd8b39a874 | refs/heads/master | 2020-03-10T01:14:16.410831 | 2018-04-11T18:21:58 | 2018-04-11T18:21:58 | 129,104,286 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,509 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <dirent.h>
#define MAXBUF 200
#include <ctype.h>
#include <sys/stat.h>
//Structure contenant les données sur les Répertoires
struct Rep {
char chemin[MAXBUF];
long int taille;
};
//Fonction pour qsort
int cmp (const void * a, const void * b)
{... | [
"xiaoxiaotian95@gmail.com"
] | xiaoxiaotian95@gmail.com |
55da2f19ed0ec5830cb44b7167207dba1e6681bf | 9ca0267f1f7cbc71b859c8144cf3f0c91b0f19fb | /procesador2,1/isim/tb_procesador2_isim_beh.exe.sim/work/a_2425904575_3212880686.c | 11ae8aef2713b204d467af5eff63917873ae62f8 | [] | no_license | 05andres/ArqComp2-2017 | e224062e83950a290dbd1fb320d20be8d74a38a1 | 20bae683cb6405335961cc43bf2cfba61b282ef8 | refs/heads/master | 2021-08-20T01:15:17.482142 | 2017-11-27T22:25:21 | 2017-11-27T22:25:21 | 100,334,097 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,699 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"andres2494@utp.edu.co"
] | andres2494@utp.edu.co |
00daa8b260487d2fe53eebc0a6fe02bb065134d5 | 0481675746adba2314d48059897bf169cde91ae0 | /Swap Two Numbers.c | f4a651b87ab38860ceb858af17ee20d2dc3bc0f2 | [] | no_license | narenniranjan2910/Swap-Numbers | 0470a45b604996e9161c7f4b306f4d3575bc47e2 | 927026dc153b56ee1b869ca0b2106b24dceb86da | refs/heads/master | 2022-11-09T19:35:08.610581 | 2020-06-24T08:10:57 | 2020-06-24T08:10:57 | 274,609,504 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 281 | c | #include <stdio.h>
int main()
{
int a, b;
printf("Input two integers (a & b) to swap\n");
scanf("%d%d", &a, &b);
a = a + b;
b = a - b;
a = a - b;
printf("The numbers after Swapping \n");
printf("a = %d\nb = %d\n",a,b);
return 0;
}
| [
"noreply@github.com"
] | narenniranjan2910.noreply@github.com |
b235f70e75cdfaa902be0e4d2ffa1797188708cf | e028c9551c688d2d7b3b83494505b707ee16e482 | /soc/arm/st_stm32/stm32f0/dts_fixup.h | 9987b673cd5fd44dc1669d663d12e84ec74c05a0 | [
"Apache-2.0"
] | permissive | brouhaha/zephyr | 08ac4497c5642ea4c2038b1ecc3f7f2825805a5f | 39b2a09f386849d9e7da523875e9c1e19de86f95 | refs/heads/master | 2020-04-06T12:24:41.569902 | 2018-10-23T16:08:58 | 2018-11-13T22:10:07 | 157,454,422 | 0 | 0 | Apache-2.0 | 2018-11-13T22:15:44 | 2018-11-13T22:15:44 | null | UTF-8 | C | false | false | 9,107 | h | /* SoC level DTS fixup file */
#define DT_NUM_IRQ_PRIO_BITS DT_ARM_V6M_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS
#define DT_GPIO_STM32_GPIOA_BASE_ADDRESS DT_ST_STM32_GPIO_48000000_BASE_ADDRESS
#define DT_GPIO_STM32_GPIOA_CLOCK_BITS_0 DT_ST_STM32_GPIO_48000000_CLOCK_BITS_0
#define DT_GPIO_STM32_GPIOA_CLOCK_BUS... | [
"kumar.gala@gmail.com"
] | kumar.gala@gmail.com |
3c56e5fa4302f156e3bbaa4f252ce760337466ec | 060bc5ba9a8f707bdac927f30842febf9a4676a1 | /sys/tahoe/align/Acvtlw.c | 74253e9e3a16b3bc2755fc15a466654217b27597 | [
"BSD-4-Clause-UC",
"LicenseRef-scancode-other-permissive"
] | permissive | sergev/LiteBSD | 14ae93caa709d4707c3b122c243641c8214583c3 | 6f89c18880065a83d3d18661c80f72fb3397a888 | refs/heads/master | 2023-01-10T02:20:05.357875 | 2022-07-19T16:41:32 | 2022-07-19T16:41:32 | 19,167,171 | 318 | 58 | NOASSERTION | 2022-12-28T16:23:01 | 2014-04-26T02:55:34 | C | UTF-8 | C | false | false | 2,409 | c | /*-
* Copyright (c) 1986 The Regents of the University of California.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Computer Consoles Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following... | [
"serge@vak.ru"
] | serge@vak.ru |
d0475820084b273fd3de97132b5b9e2c0869ce16 | 7a2992e6e80287610ac04ff9967f1a1db90e801b | /old/src/modules/app/src/app_proxr.c | 18b07e9895851a97923e481bcf203b21115fa438 | [] | no_license | fenrir-naru/da14580 | 2659bbc62eecd6661521b41cd60b2055cc9ab1c6 | 4e1c3006a1cfa4697ed76889b95d754ab0ab54ef | refs/heads/master | 2021-01-15T10:35:13.498472 | 2014-04-15T10:03:05 | 2014-04-15T10:03:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,058 | c | /**
****************************************************************************************
*
* @file app_proxr.c
*
* @brief Proximity Reporter application.
*
* Copyright (C) 2012. Dialog Semiconductor Ltd, unpublished work. This computer
* program includes Confidential, Proprietary Information and is a Trad... | [
"gump@e1a1acc5-1edb-46e6-a075-a7ea8643a829"
] | gump@e1a1acc5-1edb-46e6-a075-a7ea8643a829 |
bdb17cba37b92fe31a2542c779fd3a7a8dadd592 | 813740137d64637730f871e218398f5f83311599 | /workshop week2/Exercise3-7.c | 87ea11038b4f948490e18e2be0ba75c7fc0d04d3 | [] | no_license | AlanChaw/COMP10002-FoA | ac96e8d1d591877b6c0dc2bd4d872f597d0ce052 | 789fffeaeaf4080cfd0623d139149e3b078e0bf9 | refs/heads/master | 2020-06-26T05:20:38.720096 | 2019-10-24T01:57:02 | 2019-10-24T01:57:02 | 199,544,764 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,443 | c | #include <stdio.h>
int main(){
double value;
char unit;
double output_value;
char output_unit;
printf("Enter a quantity: ");
scanf("%lf%c", &value, &unit);
switch(unit){
// convert between Fahrenheit and Celsius
case 'C':
output_value = value * 1.8 + 32;
output_unit = 'F';
printf("The tempera... | [
"wbchaw@qq.com"
] | wbchaw@qq.com |
f774ee3533d18b24ee20c528b8f433fbe60a07a0 | a04f3ba65b376e115d12266c795ade2f27053abb | /RE-Cryptography/Sessions-5-&-6/Akash/akash-substitution_encryption.c | 3c5ac430af40ca619fee16d725d0796a804e8457 | [] | no_license | abha224/SummerProjects18 | 6d759c75953e253702308f94103e1fc63ac2342e | d04912dfd14975b37c74c87a77bec7ecb62b1af0 | refs/heads/master | 2020-04-29T14:43:11.278962 | 2018-09-17T07:52:50 | 2018-09-17T07:52:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 655 | c | #include<stdio.h>
void main()
{
char str[20];
FILE* m = fopen("/home/akash/akash-message-substitution.txt","r");
FILE* c = fopen("akash-substitution_ciphertext.txt","w");
fseek(m,0,2);
int size = ftell(m);
rewind(m);
FILE* k = fopen("/home/akash/akash-key-substitution.txt","r");
char ke... | [
"mahirjain25@gmail.com"
] | mahirjain25@gmail.com |
e7f3c9e092f727fbc096a854e075bad086422b35 | 8fe4dc21a4ab502750e90667fdf9875f2c28e51b | /src/lib/darknet/gemm.c | e845681ce18afb9e4b2d90d88a17081426dbc4be | [] | no_license | LiWei1999/seu_unirobot_backup | 393c01aa0b9e6faf3e5cb1f97daf88fa49bbd4f5 | 546c71ac8995cafb1e71be0e48ca9c282c65fda1 | refs/heads/master | 2023-04-28T22:18:56.856279 | 2021-05-16T04:30:45 | 2021-05-16T04:30:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 90,858 | c | #include "gemm.h"
#include "utils.h"
#include "im2col.h"
#include "cuda.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <float.h>
#include <string.h>
#if defined(_OPENMP)
#include <omp.h>
#endif
void gemm_bin(int M, int N, int K, float ALPHA,
char *A, int lda,
float *... | [
"449091542@qq.com"
] | 449091542@qq.com |
e62296305b6817001f9017dc7fd1ad793526f71f | 45a26f28a29ab6dd9d3bcf315117d814f50808b1 | /src/AppleOnboardAudio/AppleOnboardAudio-247.2.2/HALPlugin/AOAHALPlugin.c | 0ca04c16ad8990ce2f85104c84d4e05f7e64ce9d | [] | no_license | zeborrego/opensource.apple.com | 0eb9161029ce8440dbdc4b5157b3927a6e381f8d | 88cbaab4a42e97cbbfe6b660f2f0945536821be6 | refs/heads/master | 2021-07-06T17:16:28.241638 | 2017-10-02T11:58:56 | 2017-10-02T11:58:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,408 | c | /*
* AOAHALPlugin.c
* AppleOnboardAudio
*
* Created by cerveau on Mon May 28 2001.
* Copyright (c) 2001 Apple Computer, Inc. All rights reserved.
*
*/
#include "AOAHALPlugin.h"
#include <CoreFoundation/CoreFoundation.h>
#include <syslog.h>
typedef struct {
io_object_t ioAudioEngine;
io_object_t ioAud... | [
"mattl@cnuk.org"
] | mattl@cnuk.org |
9009bdb219b01e75a47b619dba7e66d3c19bc5f9 | 133cc9823e82e2658501c93bd5a370d3d4c3fe59 | /SRCS/sprites/combat.c | 70c51a8873c1ed1e12d1e1210fa8268e45531547 | [] | no_license | dlartigu/Doom-Nukem-42 | 431f74c509d3766866d97ba5edd2251813405fec | 21de4c2ffcd499da8a65cc1f27c4bf1cdfc6adb3 | refs/heads/main | 2023-01-20T05:54:13.734755 | 2020-11-28T12:13:39 | 2020-11-28T12:13:39 | 315,270,328 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,089 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* combat.c :+: :+: :+: ... | [
"dlartigu@MacBook-Pro-de-Neo.local"
] | dlartigu@MacBook-Pro-de-Neo.local |
b7953eb141067199d1b4f49874f4524a17148406 | 00289bebafe92935cf2e0e4fe5ba2600cc6b2c4d | /libft/ft_memset.c | 97a853dc1efc1dd2d9f65eba2ec80069f3851e1c | [] | no_license | dsoporan/Wolf3D-42 | d07d15c75a10ad094cd06d6efc5ca638ea8ad5e9 | 84817b2169a390f5a107328a4504d082ea16a774 | refs/heads/master | 2021-01-25T08:19:04.162748 | 2017-06-17T10:17:27 | 2017-06-17T10:17:27 | 93,749,632 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,098 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memset.c :+: :+: :+: ... | [
"dsoporan@e1p59.cluj.42.fr"
] | dsoporan@e1p59.cluj.42.fr |
12a393b19d2a3935720afc8a8b70dd009f552fd4 | c2634ebec1d4448e372d174f459c3cbc03fd1edc | /lib/node_modules/@stdlib/math/strided/special/dmskfloor/include/stdlib/math/strided/special/dmskfloor.h | acf80831015299af37798c3ec15038348f8e29fc | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"SunPro",
"BSD-3-Clause",
"BSL-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | stdlib-js/stdlib | ede11aee78f08e4f78a0bb939cb0bc244850b55b | f10c6e7db1a2b15cdd2b6237dd0927466ebd7278 | refs/heads/develop | 2023-09-05T03:29:36.368208 | 2023-09-03T22:42:11 | 2023-09-03T22:42:11 | 54,614,238 | 4,163 | 230 | Apache-2.0 | 2023-09-13T21:26:07 | 2016-03-24T04:19:52 | JavaScript | UTF-8 | C | false | false | 1,413 | h | /**
* @license Apache-2.0
*
* Copyright (c) 2021 The Stdlib Authors.
*
* 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 a... | [
"kgryte@gmail.com"
] | kgryte@gmail.com |
d3c5fc7317143868eaa0f8fa254a6b62a86abbb2 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function13926/function13926_schedule_15/function13926_schedule_15_wrapper.h | 3715b12d9a4a12678b864d7c6f72abce6f39e453 | [] | 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 | 330 | h | #ifndef HALIDE__generated_function13926_schedule_15_h
#define HALIDE__generated_function13926_schedule_15_h
#include <tiramisu/utils.h>
#ifdef __cplusplus
extern "C" {
#endif
int function13926_schedule_15(halide_buffer_t *buf00, halide_buffer_t *buf01, halide_buffer_t *buf0);
#ifdef __cplusplus
} // extern "C"
#en... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
aeb6e5803aac7025164cce0d7c4fb6ad19a10d76 | 3c9b432ea2af70a7045485f9de0df117db7827bb | /gen/MPC5746R_ECU/WindRiver/CanTrcv_31_TJA1145_Lcfg.c | 724a5006938c9cc4d79cc2deb60b2c5e5a067198 | [] | no_license | clkbit123/MetaWares | 33eff7cb46537dfecbf352e9e23c3317b8a0ad24 | 3c0b5183af847e6602155c3ed5b6dd2694edd332 | refs/heads/master | 2023-08-04T15:47:25.536989 | 2018-08-04T08:14:15 | 2018-08-04T08:14:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,683 | c | /******************************************************************************
*
* This file is automatically generated by Configuration tool.
* Do not edit manually.
*
*==============================================================================
*
* Module: CanTrcv
*
* File Name: CanTrcv_31_TJA1145_LCf... | [
"jacobcx@users.noreply.github.com"
] | jacobcx@users.noreply.github.com |
44d1ff58bf408d86f5821a78314eccff8423a2a5 | 5a5b6ef94197c7b06c64accf18179cbfee28b2e6 | /adlist.h | 5b9a53ea51a8e22183982b1602cdfb46ce0bd441 | [
"BSD-3-Clause"
] | permissive | achilsh/hiredis_cluster_client | db3a458338bed50070b6eb891a331310b940c8db | ee9f0c887d3c2617a1905ceda8eb041763e95105 | refs/heads/master | 2021-04-09T17:27:39.422624 | 2018-03-20T13:50:40 | 2018-03-20T13:50:40 | 125,863,134 | 2 | 0 | BSD-3-Clause | 2018-03-20T13:50:41 | 2018-03-19T13:37:13 | C | UTF-8 | C | false | false | 3,489 | h | /* adlist.h - A generic doubly linked list implementation
*
* Copyright (c) 2006-2012, Salvatore Sanfilippo <antirez at gmail dot 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:
*
* ... | [
"diguo58@gmail.com"
] | diguo58@gmail.com |
5e3cf959e408393f22e8c0f2192f7e1f82fb6fd3 | b107d7f73326f8725e08023c5da3e5082535ca85 | /include/sysdeps/sparc/stackinfo.h | c5c1e5224bfa5a5fe2ace9f204cb7837747b3a56 | [
"Apache-2.0"
] | permissive | DalavanCloud/libucresolv | 2073188dd95503447bcbea16fa43bd938112712b | 04a4827aa44c47556f425a4eed5e0ab4a5c0d25a | refs/heads/master | 2020-04-20T10:42:52.062948 | 2019-01-09T21:54:35 | 2019-01-09T21:54:35 | 168,796,582 | 1 | 0 | Apache-2.0 | 2019-02-02T05:07:45 | 2019-02-02T05:07:44 | null | UTF-8 | C | false | false | 1,207 | h | /* Copyright (C) 2001-2017 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the ... | [
"roopali_galgali@comcast.com"
] | roopali_galgali@comcast.com |
7e1d2524e44b0fabae6d2d95b07843c0d79e07f4 | 5b3ab47d7f0b8c366fe019bc7812354042e824cb | /debug/platform_driver_test/show_store_pf.c | 2b86486b71a2139f26e09a96b83bf1d0ec55f4aa | [] | no_license | bidarkee/kernel_drivers_examples | fb23e1459daf7ed2f2bec4b8ee9485dd57bb0b41 | 891fdfa3ce8db2d215c4c87b0663a0df9dcc3b04 | refs/heads/master | 2021-01-17T11:46:55.343423 | 2017-03-06T15:57:33 | 2017-03-06T16:04:40 | 84,046,369 | 1 | 0 | null | 2017-03-06T08:06:41 | 2017-03-06T08:06:41 | null | UTF-8 | C | false | false | 1,919 | c | #include <linux/of.h>
#include <linux/init.h>
#include <linux/device.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/types.h>
#include <linux/module.h>
#include <linux/platform_device.h>
static int g_x = -1;
static int g_y = -1;
static int g_z = -1;
static ssize_t BBBBB_debug_show(struct device *... | [
"M_O_Bz@163.com"
] | M_O_Bz@163.com |
7defc1e14b5783d3ca879198ec29867a78966dcc | 35f8bec57b5c1466e237102ce53aafeb688e7c0f | /apps/postgresql-9.0.10/contrib/intarray/_int_gist.c | 29e08eda664cc19248ec46577aab573cbe9c8a74 | [
"Apache-2.0",
"PostgreSQL"
] | permissive | vusec/firestarter | e89a454b86487a18ffbbcacb8afa058b9100df99 | 2048c1f731b8f3c5570a920757f9d7730d5f716a | refs/heads/main | 2023-06-01T11:25:27.740555 | 2021-06-23T12:45:37 | 2021-06-23T12:45:37 | 360,806,291 | 4 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,243 | c | /*
* $PostgreSQL: pgsql/contrib/intarray/_int_gist.c,v 1.23 2009/06/11 14:48:51 momjian Exp $
*/
#include "postgres.h"
#include "access/gist.h"
#include "access/skey.h"
#include "_int.h"
#define GETENTRY(vec,pos) ((ArrayType *) DatumGetPointer((vec)->vector[(pos)].key))
/*
** GiST support methods
*/
PG_FUNCTION_I... | [
"ksbhat@live.com"
] | ksbhat@live.com |
b16ad1e2fc0198b9be5ac2f2f8d708e5511ac488 | b020bf65bff74ea194ae07b6f8370b31da85b929 | /c-programs/LINUX/process/exec.c | 52acc427485260b1f43ece90aba322a4c286692d | [] | no_license | vivekpernamitta/programming | 90152e2139321393a4803bc772b78143150a90b3 | a9316eef7ede4835c8bcb27b3c87c538107bca54 | refs/heads/master | 2021-01-20T14:42:54.524974 | 2017-02-22T07:10:38 | 2017-02-22T07:10:38 | 82,769,193 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,788 | c | /*
When ps finishes, you get a new shell prompt. You don’t return to pexec, so the second message doesn’t
get printed. The PID of the new process is the same as the original, as are the parent PID and nice value.
In effect, all that has happened is that the running program has started to execute new code from a new
exe... | [
"vivekpernamitta@yahoo.com"
] | vivekpernamitta@yahoo.com |
321138016c5148b1ace6da3b7e202f64c0272f55 | c86627f18ccc3e966ac54dabbeacbf0230c94a3d | /FPGA/ADC/isim/IF_analysis_test_isim_beh.exe.sim/work/a_0365767751_3212880686.c | 60559fe5a59e52c5cf2faf35b08fafe99669526d | [] | no_license | JimZGChow/SpectrumAnalyzer | 364606d298b493fc981cac0d2b48e61e93166a51 | 1ef32663e7d4207202147b6098d8dca4c71b6c4b | refs/heads/master | 2023-08-21T13:22:26.259561 | 2019-06-22T12:06:03 | 2019-06-22T12:06:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 22,078 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"kaeberic@ibr.cs.tu-bs.de"
] | kaeberic@ibr.cs.tu-bs.de |
e24c1802c91f670db0b54d0425dd979f4ca564a0 | 0c846407b8c1356580208e2fff8c86e5e54f5b47 | /original/GenProg/replace/rds/v23/10/result/repair9.c | bf72582b148a8e1a93315b6e38104f340d94d01b | [] | no_license | ymxl85/MRs-based-test-suite-for-APR | 3522691bab1b8f126ed47ee930895e7b98a222a3 | b6c6e7e027629fef00e737726161970760a2d560 | refs/heads/master | 2020-11-29T22:26:05.610363 | 2020-04-27T02:59:34 | 2020-04-27T02:59:34 | 230,019,140 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 27,519 | c | typedef unsigned int size_t;
typedef unsigned char __u_char;
typedef unsigned short __u_short;
typedef unsigned int __u_int;
typedef unsigned long __u_long;
typedef signed char __int8_t;
typedef unsigned char __uint8_t;
typedef short __int16_t;
typedef unsigned short __uint16_t;
typedef int __int32_t;
typedef unsigned ... | [
"jiang_my@126.com"
] | jiang_my@126.com |
94017d2b3c32a89622cb5396c65021f83d5bf610 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/public/sdk/inc/crt/excpt.h | b78b98b3f15411fb6d97429f247207ebd7c0ff3e | [] | 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 | 3,408 | h | /***
*excpt.h - defines exception values, types and routines
*
* Copyright (c) 1990-2000, Microsoft Corporation. All rights reserved.
*
*Purpose:
* This file contains the definitions and prototypes for the compiler-
* dependent intrinsics, support functions and keywords which implement
* the str... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
f9b4b6cf6494259a6f86c7561afb895b920b819f | c8aaeaa6f49bb8d205a85249ed03e372d8bdee9e | /BoardSupportPackage/inc/LCD.h | d4c21128491dbe12ee6297fc0583d8ab5f8667c8 | [] | no_license | drace128/MicroP2_Lab5 | 57bbff19ae1d3cccd81633aca3aee96ad6b55a6b | 5e815ddef0d68f2ef7d87ce41f29ecd27843c5c9 | refs/heads/master | 2021-08-14T06:23:10.291157 | 2017-11-14T20:28:17 | 2017-11-14T20:28:17 | 109,461,951 | 0 | 1 | null | 2017-11-08T22:03:34 | 2017-11-04T02:53:12 | C | UTF-8 | C | false | false | 12,953 | h | /*
* LCDLib.h
*
* Created on: Mar 2, 2017
* Author: Danny
*/
#ifndef LCD_H_
#define LCD_H_
#include <stdbool.h>
#include <stdint.h>
/************************************ Defines *******************************************/
/* Screen size */
#define MAX_SCREEN_X 320
#define MAX_SCREEN_Y 240
#define... | [
"drace128@gmail.com"
] | drace128@gmail.com |
cd3d8b0ff0b3b64b630210d6e715bf185f9ea6b0 | 8551f6555f9e602608afa28ed39588a5a96b675c | /day03/ex02/main.c | 2f4dc0bb0f753c561ebe9e47f76a0e9d2e3be206 | [] | no_license | conanwu777/data_structure_and_algorithms | 417259c3ddc26737605d9924a153e19fead76d71 | 471a4a941405c2240cb9140e16b5199d0c84191b | refs/heads/master | 2020-05-04T19:11:26.983756 | 2019-04-03T22:59:45 | 2019-04-03T22:59:45 | 179,382,109 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,172 | c | #include <stdio.h> //printf, scanf, ...
#include <string.h> //memcpy, strlen, ...
#include <unistd.h> //fork, write, sleep...
#include <stdlib.h> //malloc, free, exit...
#include <time.h>
#include "header.h"
int main(int ac, char **av)
{
struct s_node *root;
struct s_node *node;
root = getTreeOfLife();
node = NU... | [
"cwu@e1z2r4p34.42.us.org"
] | cwu@e1z2r4p34.42.us.org |
f35e90e889100141223f19af0e56f9960342cf49 | 089eca0df4f62348622baa44f3b196129d47f3f4 | /3.16.y/extents.c | b2109ee4388810aef545f9abe9f528a01dc5f794 | [] | no_license | satmandu/hfsplusdkms | f7b0a8c70a1d54ce7903e9f709f682c2f4ba6069 | 3fa2ac1a3dbd756d220c9b206c50794cd8afdf16 | refs/heads/master | 2020-04-13T16:29:18.202281 | 2018-12-27T19:18:36 | 2018-12-27T19:18:36 | 163,321,791 | 0 | 0 | null | 2018-12-27T17:45:25 | 2018-12-27T17:45:24 | null | UTF-8 | C | false | false | 16,332 | c | /*
* linux/fs/hfsplus/extents.c
*
* Copyright (C) 2001
* Brad Boyer (flar@allandria.com)
* (C) 2003 Ardis Technologies <roman@ardistech.com>
*
* Handling of Extents both in catalog and extents overflow trees
*/
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/pagemap.h>
#include "hfsplus_fs.h"
... | [
"reeves.87@gmail.com"
] | reeves.87@gmail.com |
ccb03fcf1233fb23d544ac8dcd2b9d0a1f90bcca | 9f25df6c980c9ab6b597e24e859976b0b219ba0f | /serving/serv_objects.c | f183a0101791303329b0cf670726db7ccdb138aa | [] | no_license | Ravenbite/simple-http-1.0-webserver-c | 3b0f5a6a2bd831c9b39df083e5ef199403e63139 | 196f785c742debf5aaf3bddebc1405bb0e2c305b | refs/heads/main | 2023-01-02T06:41:29.994512 | 2020-10-26T10:27:43 | 2020-10-26T10:27:43 | 306,624,430 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,953 | c | /* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>> serv_objects.c >>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>... | [
"noreply@github.com"
] | Ravenbite.noreply@github.com |
4b80fad3edf183cad70a94d12e53a77151f15e21 | 4a7cec72377c963b7ae8d05d264e4fbe547cd929 | /c/lib/stack[1].c | 93c01d0c466e65c84d6e877e91759e4c474f7efe | [] | no_license | qyh/studio | 48eb3efc738af57143b1d0903d42f32aa71706e6 | b2cef6d7c54e4020f64408a637f9fd1e19f8c01c | refs/heads/master | 2021-07-07T04:00:31.030544 | 2020-09-18T01:28:02 | 2020-09-18T01:28:02 | 5,699,661 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,147 | c | /*
* Stack.c
*
* Created on: 2011-10-7
* Author: Admin
*/
#include "stack.h"
#include <stdio.h>
void stack_init(pStack* ptr, size_t size){
*ptr = (pStack)malloc(sizeof(Stack));
if ((*ptr) == NULL){
exit(1);
}
(*ptr)->capacity = size;
(*ptr)->data = (Data*)malloc( sizeof(Data) * ((*ptr)->capacity... | [
"qin6174@126.com"
] | qin6174@126.com |
5e65fcdd055e9dce5930d81ae6145c6d75bfc167 | 5b3110de8aaa18bdc72770b56e7941481209923c | /0x03-debugging/0-main.c | 09b85456cd4c8016babb52dd4b1996d78f882f15 | [] | no_license | divinej/alx-low_level_programming | dcbe231332a8b92927a6a3131b33853b8e5adba8 | f435cad9176e0581e6955698023c3ad4a40e465d | refs/heads/main | 2023-08-22T11:46:50.984438 | 2021-11-02T13:56:28 | 2021-11-02T13:56:28 | 401,829,592 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 188 | c | #include "main.h"
/**
* main - test function that prints if integer is positive or negative
* Return: 0
*/
int main(void)
{
int i;
i = 0;
positive_or_negative(i);
return (0);
}
| [
"okodivinejustice@gmail.com"
] | okodivinejustice@gmail.com |
96333d12cabccd468f4338b93235881dd680a63a | bbc2360d54763b7c4cf0e3227c91faed8fb433d3 | /applications/hid_controller/src/modules/settings_loader.c | e9a31b255a8ab241be84d1a602a974e805b5424b | [] | no_license | rosterloh/nrf-projects | e0a4739b357611a88f174fb4a9ac95b39e6575eb | c8e1700903c8935dbce1163ccfed48253218a1c0 | refs/heads/master | 2023-02-25T05:18:56.065283 | 2022-11-22T07:50:41 | 2022-11-22T07:50:41 | 202,703,340 | 0 | 0 | null | 2023-02-07T23:39:13 | 2019-08-16T09:53:21 | C | UTF-8 | C | false | false | 2,890 | c | #include <zephyr.h>
#include <settings/settings.h>
#include "event_manager.h"
#define MODULE settings_loader
#include "module_state_event.h"
#include <logging/log.h>
LOG_MODULE_REGISTER(MODULE, CONFIG_CONTROLLER_SETTINGS_LOADER_LOG_LEVEL);
#define THREAD_STACK_SIZE CONFIG_CONTROLLER_SETTINGS_LOADER_THREAD_STACK_SIZ... | [
"richard.osterloh@gmail.com"
] | richard.osterloh@gmail.com |
c3e6605247ce51a5e7a2a7deaf27adc94261ae3e | d84f6ea5c478e96be13c463fac571330ff3bc988 | /ZM Examples/example_read_nonvolatile_memory.c | 66fdb87e7e1865b57c5142d352bcee502b66d80b | [] | no_license | vtoanb/msp430lioamaintain | 505efb61bfe8b74ec9af2bfd51936db3164d810d | b4a1f2c5343d3d310cce28d6df46f25084515749 | refs/heads/master | 2021-01-10T01:28:12.387465 | 2016-01-23T07:45:51 | 2016-01-23T07:45:51 | 50,015,578 | 0 | 0 | null | null | null | null | WINDOWS-1258 | C | false | false | 3,425 | c | /**
* @ingroup moduleInterface
* @{
*
* @file example_read_nonvolatile_memory.c
*
* @brief Resets Module, reads out the contents of all user non-volatile (NV) items and displays to console.
*
* The Module supports six NV storage buffers (named "NV Items"). 1 through 4 are 2 bytes each; 5 & 6 are 16 bytes each.
... | [
"vtoanb@gmail.com"
] | vtoanb@gmail.com |
149f93bc91b909eb39b3e079d7d55ca71bfe5f95 | 36d4445acada88a1ba268ad7d017a4f5ae4dface | /test/bingo_test/source/main.c | 27485c8ce03ee0490161d2bf6a6a684897c20c22 | [] | no_license | 96Jeeyoon/HB | 02808db03c7bddad095cddb8aec191493b13b899 | 10a60e29d2373de92147c9cf45b59d71a598b5d2 | refs/heads/master | 2020-04-06T22:27:30.268024 | 2018-12-10T09:53:11 | 2018-12-10T09:53:11 | 157,836,567 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 749 | c | #include <stdio.h>
#include <stdlib.h>
#include <malloc.h>
#include <time.h>
#include "menu.h"
#include "myAlloc.h"
#include "check_bingo.h"
#include "init_bingo.h"
#include "one.h"
#include "two.h"
#include "del_num.h"
#include "input_num.h"
#include "same_num.h"
int main()
{
system("clear");
int **user, **com, mo... | [
"baek7922@naver.com"
] | baek7922@naver.com |
843c7711084f4410bb22d160c45b80c1011e5861 | fa143f38f5af9e24d4a651137e22f1b4018a2a1d | /lib/my/my_putstr.c | 6bcedf7ce0a0b89459bac012f815577886c232e9 | [] | no_license | angela-boyadjian/matchstick | 2fa949cb0ab0cf38d7dd6a41a3f3e3688bb61d8c | 5c732d3670a17fdb126fca6bc23412269aeff661 | refs/heads/master | 2020-03-21T00:10:31.268053 | 2018-06-19T11:21:18 | 2018-06-19T11:21:18 | 137,881,518 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 190 | c | /*
** EPITECH PROJECT, 2017
** my_putstr.c
** File description:
** print a string
*/
#include "my.h"
void my_putstr(char const *str)
{
int i = 0;
while (str[i])
my_putchar(str[i++]);
} | [
"angela.martoccia-boyadjian@epitech.eu"
] | angela.martoccia-boyadjian@epitech.eu |
81a88d299a92c6db1f593cbe46bc22b87a9a31f1 | 8533be63d200005f9793272465e02e21cf74254e | /tools/grep.c | 7d78638fe2a5d0c32e41766585eaf18feef0d7c9 | [] | no_license | yaomer/toys | 893824a3527a19d138fac9cd7b96dd834d00ac25 | f0593c334481e1006fcf652b3dad386adb0565cf | refs/heads/master | 2023-08-03T02:27:26.210207 | 2021-09-28T10:36:31 | 2021-09-28T10:36:31 | 167,709,656 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,418 | c | /*
* grep [-n] [pattern] [file ...]
*/
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#define MAXLINE 1000
#define NUMBER 01
static int option;
void printpl(FILE *, char *, char *);
int
main(int argc, char *argv[])
{
char pattern[MAXLINE];
FILE *fp;
int c;
while (--argc > 0 && (*++a... | [
"yaoyeruni@yaoyerunideMacBook-Air.local"
] | yaoyeruni@yaoyerunideMacBook-Air.local |
c8435d2a3a3978695172108ac539f57432c3bbba | d0afc5c024c49f3fda82d54b43e2c9583db213f0 | /FreeRTOSCpp/src/task/taskStartThreads.c | e0d05cac2be765cf0074e0286ced9726af984eaf | [] | no_license | Joseph-Chang/FreeRTOSAtmega32 | 712a4280b7ba8c5347f1787effd6987618d49c5b | 8b26e9a3d92f866bbd5df667fc6f7c023b606bab | refs/heads/main | 2023-06-20T17:05:42.929038 | 2021-08-05T05:19:18 | 2021-08-05T05:19:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 587 | c | /*
* moduleStartTasks.c
*
* Created: 31/07/2021 3:21:47 p. m.
* Author: medin
*/
#include "FreeRTOS.h"
#include "task.h"
#include "taskStartThreads.h"
#include "dataShare/dataShareParameter.h"
#include "primary/primary.h"
void taskStartThreads(unsigned portBASE_TYPE uxPriority)
{
xMyTaskParameters *pxTaskPar... | [
"hmedinasantacruz@gmail.com"
] | hmedinasantacruz@gmail.com |
ebe937cbcce4b3db8c0c36b4d1e5cf896347b2e8 | aa93bdedde662cb637e5ee3e62ba3717737e819b | /mgeff/animation/animation_window.c | 7c4976b3a1b98680c9ba33fec752e5821558e2b5 | [
"Apache-2.0"
] | permissive | VincentWei/mg-samples | 43e64ca015c95f81b7ed911f700c6640eaf5cca1 | 595d356a12eae1553c25aa57975839278415e926 | refs/heads/master | 2023-01-07T22:51:21.730201 | 2022-12-30T06:37:24 | 2022-12-30T06:37:24 | 92,700,964 | 11 | 6 | null | null | null | null | UTF-8 | C | false | false | 4,120 | c | ///////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT NOTICE
//
// The following open source license statement does not apply to any
// entity in the Exception List published by FMSoft.
//
// For more information, please visit:
//
// https://www.fmsoft.... | [
"vincent@minigui.org"
] | vincent@minigui.org |
6841c39217dbceec327249dce6ff88cf2b1cc7ef | bfa825c572ce349490b3f65ccc1f4b570ae086c7 | /USB_DEVICE/App/usbd_desc.c | 3f96f376f599bd98abda2cf7deb6545857089755 | [] | no_license | KayJayQ/STM32_Rudder | 31df3da308a7f367c32906fdbfa6a0f56b00d717 | 8e8524df22a93a44033a74b0d4000b34949e8aec | refs/heads/main | 2023-03-23T23:33:08.801696 | 2021-03-23T12:06:56 | 2021-03-23T12:06:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,825 | c | /* USER CODE BEGIN Header */
/**
******************************************************************************
* @file : App/usbd_desc.c
* @version : v2.0_Cube
* @brief : This file implements the USB device descriptors.
*********************************************************... | [
"kqiang@uci.edu"
] | kqiang@uci.edu |
f90883d485166cc160ad1c1d1964f5fd26e8568e | 29997baf9933fce38e50fcbab7a334408e5f2b7c | /demo_eclic/src/demo/main.c | 961f016f51595f4f1f70611ae79aa80f6fff6b46 | [] | no_license | tmstop/N201-SDK | 1f0a0e22b19591d0cccdb4fb2288568b68f36ddd | bebb046ac034e71e5aab47aeb729cb16084441b1 | refs/heads/master | 2020-05-04T20:29:36.001816 | 2019-04-04T07:00:12 | 2019-04-04T07:00:12 | 179,439,744 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,156 | c | /*
* Copyright (c) 2018-2019 Nuclei System Technology, Inc
* All rights reserved.
*
*/
/*
* This demo program shows how to active machine timer and Button (by GPIO) related interrupts (through ECLIC).
*
* - The Machine Mtime interrupt handler:
* The machine mtime interrupt period is set to 0.5 seconds. If th... | [
"xing3937@qq.com"
] | xing3937@qq.com |
ecd72f141caa8119688ecaf4d1ff060f270433e1 | 7512c4191f9aed23a833cb4528bfeddfa51bd565 | /trusty/lib/trusty/handle.c | b740324a02a7ff1578fc6d33e25d2756ec319562 | [
"Apache-2.0",
"MIT"
] | permissive | Kunaly-liu/mips-lk | 7c88d79030c06940fbc435773dad01b0d176654d | 67b845aec1eb3609db4266551609a8243e7ab826 | refs/heads/master | 2023-03-15T21:54:54.169235 | 2018-03-20T17:16:04 | 2018-03-26T18:48:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 8,829 | c | /*
* Copyright (c) 2013, Google, Inc. All rights reserved
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files
* (the "Software"), to deal in the Software without restriction,
* including without limitation the rights to use, copy, ... | [
"ledu@kymasys.com"
] | ledu@kymasys.com |
c2f676425d00c27a018ebec407a8cef63c91f702 | 634f568757f6b6e427da20b82b512163cf1157c3 | /Herd/Pods/Headers/Private/SmartDeviceLink/SDLOnVehicleData.h | d1aeab1c2b5fe54ef2c847eb408510c343c24042 | [] | no_license | xyf199919/emily99 | 487c441535206caa75607faefa248f451cc80fe2 | 60fcc0ab9bd67e8df2cf43ef46d7334c35457aab | refs/heads/master | 2020-04-14T23:51:10.226541 | 2019-01-05T15:07:45 | 2019-01-05T15:07:45 | 164,219,127 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 59 | h | ../../../SmartDeviceLink/SmartDeviceLink/SDLOnVehicleData.h | [
"emily@Yunfangs-MacBook-Pro.local"
] | emily@Yunfangs-MacBook-Pro.local |
065abffa8f7959dbcf43238837008c578223700b | 767bbff8d8ced5fce822b4079d5d7b8af69e31b6 | /rtps/tests/rt-mmu.c | c9d0b2d3892acea27209c2e2b79ed03337b0d190 | [
"BSD-3-Clause"
] | permissive | ISI-apex/hpsc-baremetal | 41212e2e6520c1bd204cc4bba48b7f0ea6e24576 | cf524d2718f840ac2e6dd22e1b08b85a1c4948f6 | refs/heads/hpsc | 2020-03-25T03:17:25.225014 | 2020-03-20T06:05:05 | 2020-03-20T06:05:05 | 143,333,342 | 0 | 2 | NOASSERTION | 2020-02-03T19:35:37 | 2018-08-02T18:51:29 | C | UTF-8 | C | false | false | 1,719 | c | #include <stdint.h>
#include "console.h"
#include "mem-map.h"
#include "test.h"
int test_rt_mmu()
{
// Translated by MMU via identity map (in HPPS LOW DRAM)
volatile uint32_t *addr = (volatile uint32_t *)RT_MMU_TEST_DATA_LO_1_ADDR;
uint32_t valref = 0xf00dcafe;
printf("%p <- %08x\r\n", addr, valref);
... | [
"acolin@isi.edu"
] | acolin@isi.edu |
c7158a813aef4c128d5d62478b0a719e4b37fbf0 | e9fe2b0274f4420c10d2769f2bc836c70f288c65 | /unikraft/lib/vfscore/stdio.c | 033490ed628b22eaba2ea5b1b972b6f4b07b9a3e | [
"MIT",
"BSD-3-Clause",
"GPL-2.0-only"
] | permissive | lsds/CubicleOS | 29bd0a79b490e6dd45a7b19f3dcd819c5b2e0d49 | 37f38dcaf15c92703132d9112f01d9d3cf7a946d | refs/heads/main | 2023-06-15T16:21:04.385921 | 2021-07-15T17:43:08 | 2021-07-15T17:43:08 | 335,704,690 | 19 | 1 | MIT | 2021-07-15T17:43:09 | 2021-02-03T17:35:45 | LLVM | UTF-8 | C | false | false | 6,648 | c | /* SPDX-License-Identifier: BSD-3-Clause */
/*
* Authors: Yuri Volchkov <yuri.volchkov@neclab.eu>
*
*
* Copyright (c) 2018, NEC Europe Ltd., NEC Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following condi... | [
"v.sartakov@imperial.ac.uk"
] | v.sartakov@imperial.ac.uk |
b71db56ddb0baf2eba56c87d8748072e0362094e | 372c543afdfce361d42134cf71811cfb00ed8c52 | /System/01- LIB/01- STD_TYPES/STD_TYPES.h | 15d99cb05b981f48a45dc9423b25749c186eea15 | [] | no_license | AbdullahAzayem/STM32F103_DRIVERS | 5a409c0fa2b322eaf3b76eca1c25d5e97008af75 | cc62982b5ff032fce57a075ceda8c76dd3a42c12 | refs/heads/master | 2023-06-30T18:28:23.602488 | 2021-08-03T12:07:20 | 2021-08-03T12:07:20 | 391,654,179 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,014 | h | /**********************************************************************************************************************
* AUTHOR : ABDULLAH AZAYEM
* DATE : 31-07-2021
* MCU : STM32
* LAYERED : LIB
* VERSION : V01
* FILE : STD_TYPES.h
* BRIEF : The standard types of all system
* DETAILS :
*... | [
"abdullahazayem25@gmail.com"
] | abdullahazayem25@gmail.com |
a3aefa59023cbe53852fc8638b21d630d796c5c1 | d1b87b05717da368b9b318580322cd35ca0af681 | /C_Exams_Alone_In_The_Dark/level_02/max/max.c | 0794b6db87e14bc5f66b0cea083db5bcc619d337 | [] | no_license | forzaturian/42SiliconValley | 121d248328577edb2f12510f077ccc63e47b523d | 21f5d1a31a6dba4d76dee5c77e75f3a9fd533064 | refs/heads/master | 2020-04-29T12:36:45.586615 | 2019-07-09T06:29:26 | 2019-07-09T06:29:26 | 176,143,099 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,297 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* max.c :+: :+: :+: ... | [
"rtsaturi@e1z2r7p35.42.us.org"
] | rtsaturi@e1z2r7p35.42.us.org |
9eae9b704f5e775298945bf1a0ea5550556d58e9 | 6f71307999365f7aea97d3575aa271a1cc058475 | /eclipse/src/gpio.c | cfa029664d072bda1eff57bb0b4f356ca10e86ae | [
"MIT"
] | permissive | Frzoen/Turtle-Rover-Embedded | 8daa858a2fdabc6cda38903cf67da0fd61e897fe | f5f54c233ae87df741aecf9504755ca6ae174ca6 | refs/heads/master | 2021-05-01T12:01:30.479918 | 2018-03-29T14:11:05 | 2018-03-29T14:11:05 | 121,056,563 | 0 | 0 | null | 2018-02-10T21:38:04 | 2018-02-10T21:38:04 | null | UTF-8 | C | false | false | 3,991 | c | /**
******************************************************************************
* File Name : gpio.c
* Description : This file provides code for the configuration
* of all used GPIO pins.
*****************************************************************************... | [
"twardakm@gmail.com"
] | twardakm@gmail.com |
62159b0811b061ba82c0a4d7dee1eecc8a78b3cd | b1d500a451cd9852089bf3d97e829df069daa9c8 | /Images/Data/RadialFieldEstimation/Images/BK/hBr_gm2pro_daq_offline_dqc_run3O_5207A_34702_34920.C | 2515965a6277d0ebba1d41d580dcc3fcdeea8258 | [] | no_license | sam-grant/EDM | 486ea029bf766c968a3c7b41198ffcf9bc3c9b8a | 525e41de5f675c39014488c79144f47562910736 | refs/heads/master | 2022-10-30T22:35:42.979799 | 2022-10-19T18:44:54 | 2022-10-19T18:44:54 | 296,421,806 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,439 | c | void hBr_gm2pro_daq_offline_dqc_run3O_5207A_34702_34920()
{
//=========Macro generated from canvas: c/c
//========= (Tue May 25 16:17:58 2021) by ROOT version 6.12/04
TCanvas *c = new TCanvas("c", "c",0,0,800,600);
c->SetHighLightColor(2);
c->Range(0,0,1,1);
c->SetFillColor(0);
c->SetBorderMode(0);
c... | [
"samuel.grant94@gmail.com"
] | samuel.grant94@gmail.com |
9f4de911250e8bbbf10f0612dbe5c89ed29e5b4f | ca0147951d5a5ac19b67474db3a7747ab505c8d7 | /Advance-Programming-Lab-Practicals-master/3-result.c | 1260e630e90ad237bf64ad598a7d25ca519d42cf | [] | no_license | SaurabhThakre/CSE-Lab-Practicals | 5e134fffc273eca717d4d8e888b89d6148359bf5 | 67e531c3e24cf7857617ae1a808061ed98180cc3 | refs/heads/master | 2022-12-01T09:26:44.004492 | 2020-08-11T12:52:47 | 2020-08-11T12:52:47 | 286,742,913 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 890 | c | #include <stdio.h>
void result();
void sort();
int i,j;
struct s
{
int rno;
char n[10];
int m1,m2,m3,m4,m5;
float a;
}
s[5],*ptr;
void main()
{
ptr=s;
printf("Enter the Student rollno,name,marks of 5 subject:\n");
for (i=0;i<5;i++)
{
scanf("%d%s%d%d%d%d%d" ,&ptr->rno,&ptr->n[i],&ptr->m1,&ptr->m2,&ptr->m3,&ptr->m4,&ptr-... | [
"saurabhthakre165@gmail.com"
] | saurabhthakre165@gmail.com |
267662801577e94ad7de592f45c4a40c104c6473 | efc17d4c7161e5a3f08fba1a604e9a695202ee77 | /src/ejercicio6E/ejercicio6E2_consumidor.c | 8f89a041b03d153319d4526fb88703db8348f2fc | [] | no_license | chiiph/so | c4a529c8242b0e8ac23ec4193e3181f793218c2f | b185b31fc4d7b143e77d07bbeb1ab13238658693 | refs/heads/master | 2021-01-01T19:29:53.642416 | 2010-11-03T18:28:47 | 2010-11-03T18:28:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,009 | c | #include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/msg.h>
#include <string.h>
#include <unistd.h>
#include <semaphore.h>
/* Defino el tamaño maximo del buffer */
#define BUFFSIZE 10
/* Defino la estructura del mensaje para la cola de mensajes */
typedef struct messages{
... | [
"fsisul@gmail.com"
] | fsisul@gmail.com |
e28e58d724dc04edbbd22309158cd092f1cc6fec | ae8bda1ef6a9ede154fcb7e09e08a76a31123540 | /shared/a5_scale_screen.h | 439098bf89d9f61ca2de7cc2268bf90e49d8903c | [] | no_license | twilightravengames/FANTASYOLDWINDBUILD | dcf39c15d51b7d01e2e0956303db6398ad38d615 | 1ad5d51363756dba176aa47a56b184d97b74c303 | refs/heads/master | 2020-12-07T08:28:32.342388 | 2013-09-02T01:25:32 | 2013-09-02T01:25:32 | 232,683,714 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 232 | h | #ifndef _a5_scale_screen_h_
#define _a5_scale_screen_h_
// usage: a5_scale_screen(BUFFER_WIDTH, BUFFER_HEIGHT, display_width, display_height);
void a5_scale_screen(int bw, int bh, int dw, int dh);
#endif //_scale_screen_h_
| [
"ted_gress@yahoo.com"
] | ted_gress@yahoo.com |
700e188caf3db30e9e29d9a7c5f7dde6e92b4757 | 74ee7c5217fe2d6d9d85cf0153b4b4f0f36b52bf | /Sources/libpok/libm/e_logf.c | 0269f4c57887e26bb16eb186c4d0f1ead094223c | [] | no_license | Oxmose/JetOS_ARMV7 | b06080fbbb5323b0c6dda94c1a6fc9b2f90b82b2 | 1becbe2391a3271009dfaa380b5ca77e9130c810 | refs/heads/master | 2020-05-21T12:59:44.914561 | 2020-01-28T20:20:55 | 2020-01-28T20:20:55 | 186,055,885 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,019 | c | /*
* POK header
*
* The following file is a part of the POK project. Any modification should
* made according to the POK licence. You CANNOT use this file or a part of
* this file is this part of a file for your own project
*
* For more information on the POK licence, please... | [
"alexy.torresa@gmail.com"
] | alexy.torresa@gmail.com |
74e1226f0e7521436f376e7b0c643df8699c0fc0 | a11b50cf2c3c0ab1600ddd144a57c53a0a6d61dd | /iqalib/test/include/test_ssim.h | 943272813ba1ffea6796896a76577ef7f65f9ddf | [] | no_license | dlubom/walls | 78f549e5a2e678d101f9e953daa04b5505d4fca7 | e34363945b4c422a327380e20a6414e4298cfa58 | refs/heads/master | 2021-06-01T11:02:38.562704 | 2020-03-22T14:34:29 | 2020-03-22T14:34:56 | 87,931,918 | 1 | 0 | null | 2017-04-11T12:34:06 | 2017-04-11T12:34:06 | null | UTF-8 | C | false | false | 1,707 | h | /*
* Copyright (c) 2011, Tom Distler (http://tdistler.com)
* All rights reserved.
*
* The BSD License
*
* 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... | [
"jedwards@fastmail.com"
] | jedwards@fastmail.com |
86cac209bf888b8a88b2a4882da77da1002be768 | 9084ef1edb1922c9505c5de60915981e8131c691 | /src/netinet/sctp_sha1.h | 8e136045f6c26c574ab45af7dc2d45ebcaef58c9 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | sctplab/sctp-idata | f6e9d5d7df78b659b3df60e2e7b612f5872fda9d | 5d2c1d00055570cd7084630097f0ae252dd87453 | refs/heads/master | 2023-09-01T01:48:14.639726 | 2023-08-25T15:37:34 | 2023-08-25T15:37:34 | 39,504,356 | 6 | 4 | BSD-2-Clause | 2020-05-05T20:00:49 | 2015-07-22T12:17:38 | C | UTF-8 | C | false | false | 2,890 | h | /*-
* SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2008-2012, by Randall Stewart. All rights reserved.
* Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved.
*
* Redistribution and use in source and binary forms, with o... | [
"tuexen@fh-muenster.de"
] | tuexen@fh-muenster.de |
921d4eb3b499d2f37a9e9697d0cdf53ee059c33d | d2c9b542e25af7f625e4f4d6c9d549040d1e0cf1 | /examples/widgets/msgbox/lv_example_msgbox_1.c | 15ec5adabca7dde9a3f98bf44236ac287ff1aa75 | [
"MIT"
] | permissive | lanicon/lvgl | 91dafc38fee2dd63371bb42e297bc2d28d3ab9ca | 834e2177e7fd5c493abf92aa097f54d49e57917d | refs/heads/master | 2023-04-03T23:38:31.896718 | 2021-04-13T12:31:21 | 2021-04-13T12:31:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 536 | c | #include "../../lv_examples.h"
#if LV_USE_MSGBOX && LV_BUILD_EXAMPLES
static void event_cb(lv_obj_t * obj, lv_event_t event)
{
if(event == LV_EVENT_VALUE_CHANGED) {
LV_LOG_USER("Button %s clicked", lv_msgbox_get_active_btn_text(obj));
}
}
void lv_example_msgbox_1(void)
{
static const char * btns[]... | [
"kisvegabor@gmail.com"
] | kisvegabor@gmail.com |
911c2f23158a388cf4f1d2d8aa62f4f0128fd204 | 0e52ac767d5337fe0bd33f2a7d63f4593453ca91 | /f3_shell_demo/user_source/complementary_filter.c | 2021ca3db32fb02ee8a120221a7e9683005ccfd0 | [
"BSD-3-Clause"
] | permissive | Aghosh993/STM32_AthenaPlayground | 2475526b92133ad317bad7195073e07ebe4fbb49 | f5fda39a7513513a16801eacde3e6cd08b2fe9ba | refs/heads/master | 2021-01-20T07:20:36.912899 | 2017-09-12T14:25:15 | 2017-09-12T14:25:15 | 89,991,248 | 1 | 1 | BSD-3-Clause | 2020-03-06T23:14:16 | 2017-05-02T04:21:59 | C | UTF-8 | C | false | false | 4,127 | c | #include "complementary_filter.h"
static float normalize_vector(float *data, int n)
{
float mag = 0.0f;
int i = 0;
for(i=0; i<n; ++i)
{
mag += data[i] * data[i];
}
mag = sqrtf(mag);
if(mag != 0.0f)
{
for(i=0; i<n; ++i)
{
data[i] /= mag;
}
}
}
static float scale_vector(float *data, float newmag... | [
"Aghosh993@gmail.com"
] | Aghosh993@gmail.com |
e4de4ddb1a67205ddf07a6f3bf67cf9cd3c3d980 | 1cafb0d0f938bb02ae25ca2dafb7606f2c3e7a5d | /Blatt 5/memory_Scheller_Brandenburg.c | ad92657e3c2052711cc1227ed78697711141e5a4 | [] | no_license | kompetenzbestie/BKS | 6842364bf7a268dad3528762478e0acc89e88679 | 4673084c5a1e212311873169bb73854fdc595384 | refs/heads/master | 2022-12-01T18:27:08.898599 | 2020-08-07T14:04:09 | 2020-08-07T14:04:09 | 260,239,752 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,957 | c | #include <stdio.h>
#include <stdlib.h>
#include "memory.h"
char mem[MEM_SIZE];
// Bemerkung: Wir verwenden hier eine doppeltverkettete Liste, da dies einige Vorgänge beim Freigeben von Speicherplatz erleichtert.
struct block {
struct block *next;
struct block *prev;
size_t size;
_Bool free;
};
// Head und ... | [
"freddy@aerofloyd.de"
] | freddy@aerofloyd.de |
bd5ca10b95da2c97f087c8f1f41ac4b6675a69c6 | cac2b5215126a97f0d6345e943a98b4323cf922e | /learning/chapter3/print1.c | 2b1e108440d8d4ddf31d051ae0d904ef28979355 | [] | no_license | manfredyau/learningc | be40acf59391b43910c321700df1d59571058781 | 25868ba4bcef9987693c5100ad90a4de987ab0bf | refs/heads/master | 2022-03-01T03:47:10.041054 | 2019-08-26T00:12:32 | 2019-08-26T00:12:32 | 177,483,660 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 273 | c | //
// Created by Manfr on 2019/3/11.
//
#include <stdio.h>
int main(void)
{
int ten = 10;
int two = 2;
printf("Doing it right: ");
printf("%d minus %d is %d\n", ten, 2, ten - two);
printf("Doing it wrong: ");
printf("%d minus %d is %d\n", ten);
}
| [
"manfred3431@outlook.com"
] | manfred3431@outlook.com |
fe73e428c399fc6266837f40aaae73eab93391f2 | 42f78cd5294dcd8c78aeac6f6a4907202d30e3c7 | /Firmware/protocol/parameter_code.h | 4033846348962e57d76bc52d02c9a90c8b04e1e1 | [] | no_license | pavel-gololobov/ParaboxWiFiSwitcher_v1 | 8497271e359e13177256217fef9be6f0822f5d73 | 184a3639668476ee794c0314d5a07ba00f52150f | refs/heads/master | 2021-05-08T18:59:31.313915 | 2018-02-03T18:43:36 | 2018-02-03T18:43:36 | 119,545,486 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 927 | h | /*
* parameter_code.h
*
* Created on: Oct 28, 2016
* Author: levap
*/
#ifndef PARABOX_DEVBOARD_PROTOCOL_PARAMETER_CODE_H_
#define PARABOX_DEVBOARD_PROTOCOL_PARAMETER_CODE_H_
#define PARAM_INPUT 1
#define PARAM_OUTPUT 2
#define PARAM_VERSION 3
#define PARAM_RSSI 4
#define PARAM_UPTIME 5
#define ... | [
"pavel@posten.ru"
] | pavel@posten.ru |
90bfd78328360422a1691e4366beb79c1b7b7fa4 | a50decb134e240440b74e38972fc05f87c2257e1 | /SPI_MASTER/SPI_MasterV1.0.4/software/RtosSalvo/Src/salvoinit.c | a2c9e065b044fe8ef6bd3c39de4512ecf97e78f0 | [] | no_license | zld012739/SPI-function-test | 644187cb47a835fa0a86a7a9668af97a2e12b7c1 | 69e5dbdbf0a8bcdb2d579f7e59afc7369e757f48 | refs/heads/master | 2021-07-12T04:06:21.302018 | 2021-04-22T08:22:55 | 2021-04-22T08:22:55 | 242,960,403 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,780 | c | /************************************************************
The contents of this file are subject to the Pumpkin Salvo
License (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.pumpkininc.com, or from
warranty@pumpkininc.com.
... | [
"ldzhang@aceinna.com"
] | ldzhang@aceinna.com |
bd06db56fb66c20850e01d8c7e4bb17c97f36080 | ba0dc8799978270e145ff5787c17eef4e1f9d212 | /src/list.c | fdf7ecf9e583b6f8b74e5441b1dae5b16b22b4b8 | [
"Apache-2.0"
] | permissive | stfnwong/s8080 | 0a479e0dedf4b49b79ba924b1ae4fc73352b770e | 5271269eedb324e86765351c74a8ae2ef18b0819 | refs/heads/master | 2022-12-07T02:33:37.702916 | 2020-05-04T10:23:51 | 2020-05-04T10:23:51 | 236,198,776 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,056 | c | /*
* LIST
* A linked list
*
* Stefan Wong 2020
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "list.h"
// ================= BYTE NODE
/*
* byte_node_create()
*/
ByteNode* byte_node_create(uint8_t* data, int len)
{
ByteNode* node;
node = malloc(sizeof(*node));
if(!node)
... | [
"stfnwong@gmail.com"
] | stfnwong@gmail.com |
56eb75a2ee4572cd8dc276e0d2da1ee38a36eb6f | 3817f8f93594688e0c41d2d880a28650f394f7d1 | /V1.0/Threshold_Drivers/Inc/Threshold_SYS.h | 88d656e9cc3e9ce0c1a8d09d77dfc9e3b044e0de | [] | no_license | Princeon/SmartBand | 32be40ac1f7e466d6b97a0901e129bbf38ce759f | be0374e6b5905f91dc446021c6e946b8cc627345 | refs/heads/master | 2020-05-25T20:00:34.893545 | 2016-05-16T08:50:10 | 2016-05-16T08:50:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 788 | h | /**
******************************************************************************
* @file SmartBand_v1.0/Threshold_SYS.h
* @author ZhaoXiang
* @version V1.0.0
* @date 31-December-2015
* @brief Main program body
******************************************************************************
**/
... | [
"westzhao13@hotmail.com"
] | westzhao13@hotmail.com |
af13aa14c77db11bedc6a841edf7d8811fd129f7 | b59e220ff61a0e816f93a61c6f25b317b86a0652 | /HW_HashTable/io.c | fe5a47b4ccbd9de4dd3f537631a7ef5cf25fa9e5 | [] | no_license | Pavel3333/Informatics | ec7f066a44b0e992483fe8df8abf6c359b4ab053 | 8fedf9a30af8b52a78c6554897339e0007237b28 | refs/heads/master | 2021-02-01T19:37:15.922840 | 2020-05-23T23:49:53 | 2020-05-23T23:49:53 | 243,524,193 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 721 | c | #include <stdio.h>
#include <string.h>
#include <stdarg.h>
#include "io.h"
// Wrappers
Error my_scanf(size_t argcount, const char* fmt, ...) {
if (!fmt)
return E_NullArg;
int readed;
va_list args;
va_start(args, fmt);
//#ifdef _WIN32
// readed = vscanf_s(fmt, args);
//#else
readed =... | [
"pavel.ushaev2012@yandex.ru"
] | pavel.ushaev2012@yandex.ru |
95ebd2cae895be264382dbd59dc84c1b8b0f865d | 1b9ee958bc02343088a50299ca037e5546083dfe | /task4/baittap_03.c/baitap_03.c | 1188db591e14020b372f1797606dfcb4f5c0353c | [] | no_license | tranbaoduy191197/tranbaoduy97 | 4f111750f7324853923f237eec8cf38b78d1ce88 | c5003bd41737d93acda115b2b8b3453b1ff4ff6a | refs/heads/main | 2023-04-17T00:20:19.148992 | 2021-05-05T02:31:55 | 2021-05-05T02:31:55 | 353,895,152 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 384 | c | #include <stdio.h>
#include <conio.h>
main ()
{
int num1, num2;
// float thuong;
printf ("Nhap so num1 = ");
scanf ("%d", &num1);
printf ("Nhap so num2 = ");
scanf ("%d", &num2);
printf ("Tong = %d\n", num1+num2);
printf ("Hieu = %d\n", num1-num2);
printf ("Tich = %d\n", num1*num2);
// thuong=(float)num1/n... | [
"81789920+tranbaoduy191197@users.noreply.github.com"
] | 81789920+tranbaoduy191197@users.noreply.github.com |
d923455a1a72be06e3d4ef652d8f70e35f79eafc | 9e92d54f1ddec861673c6a4aa0138a6e188b3f3d | /liste.c | d1f54bce751121bb823044d78b4fbecf3f826e61 | [] | no_license | zakariaelhady/listes_chain-es | c70c7ba699f75916517d0b71f2ccfee6962408bf | e8234fc50df473e3685912a05362398c9dc4ad34 | refs/heads/main | 2023-03-30T08:50:06.712841 | 2021-03-23T20:35:34 | 2021-03-23T20:35:34 | 350,849,881 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,801 | c | #include<stdio.h>
#include"liste.h"
#include<stdlib.h>
#include<stdbool.h>
char* afficher(Objet* objet){
return objet;
}
int comparer(Objet* objet1,Objet* objet2){
if(objet1==objet2)
return 0;
else if(objet1>objet2)
return 1;
else return -1;
}
void initListe(Liste* li,int type,char*(*afficher)(Obj... | [
"noreply@github.com"
] | zakariaelhady.noreply@github.com |
b0020a9f16fcca28e49afdf541934664b71c944d | 61cffd4bb110c0215eb8e8bb5fb10b1130a1d5b0 | /platform/linux-generic/include/odp_pool_internal.h | 61ec5ccc54b761686a445f1b2c34fdbc89aa8b96 | [
"BSD-3-Clause"
] | permissive | semihalf-mazur-michal/odp-dpdk | 6b01ef4077dbe6a4fede2b9b57f7dc9b63a2dcf2 | 5f931a30fc8bfe74f3a17c776ef7c69e1d4db528 | refs/heads/master | 2021-05-06T03:54:57.167521 | 2018-02-21T20:58:17 | 2018-02-23T18:20:55 | 114,930,968 | 1 | 1 | null | 2018-01-03T12:05:07 | 2017-12-20T21:03:37 | C | UTF-8 | C | false | false | 2,432 | h | /* Copyright (c) 2013, Linaro Limited
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/**
* @file
*
* ODP buffer pool - internal header
*/
#ifndef ODP_POOL_INTERNAL_H_
#define ODP_POOL_INTERNAL_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <odp/api/shared_memory.h>
#include <od... | [
"maxim.uvarov@linaro.org"
] | maxim.uvarov@linaro.org |
cecdd89f10576032c6860ed6f3f3dcbdb81ac75b | 8e76066a1a9ed3d552e56466eaa978394cefe2e7 | /src/mono/mono/metadata/memory-manager.c | e5b20e2e74ac9fe7ca455d7070b8749479b97fd1 | [
"MIT"
] | permissive | chwarr/runtime | 5c230adb44d1363eb3556c343bdf2357b64ff592 | 117d31a6cf03b89d77b8608b6dd353a834f68566 | refs/heads/main | 2022-07-05T01:45:27.351593 | 2022-06-11T00:05:35 | 2022-06-11T00:05:35 | 252,836,782 | 0 | 0 | MIT | 2023-09-10T01:00:55 | 2020-04-03T20:43:45 | C# | UTF-8 | C | false | false | 14,651 | c | #include <mono/metadata/loader-internals.h>
#include <mono/metadata/gc-internals.h>
#include <mono/metadata/reflection-cache.h>
#include <mono/metadata/mono-hash-internals.h>
#include <mono/metadata/debug-internals.h>
#include <mono/utils/unlocked.h>
static LockFreeMempool*
lock_free_mempool_new (void)
{
return g_new... | [
"noreply@github.com"
] | chwarr.noreply@github.com |
6cb47247f2ec9f78b2819c74b4aa64128e208b74 | 4ff03e0a50df4b0bd7ae37bd4f780e366ce7ab83 | /Parcial1/src/Pedido.c | 34fea0f738e3cc9ff6ca35a85e27d9a99a3d3384 | [] | no_license | recaldedebora/PP_Laboratorio | 23453e5e0770256f343cc34fbba118bd99626e9a | 1f4b46acbda62d859f9bd3b64c817172b90d6b40 | refs/heads/main | 2023-08-21T22:26:21.217387 | 2021-10-14T23:12:47 | 2021-10-14T23:12:47 | 417,291,419 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,448 | c | /*
* Pedido.c
*
* Created on: 13 oct. 2021
* Author: Usuario
*/
#include "Pedido.h"
void InicializarPedidos(ePedidos listaPedidos[], int tamPedidos)
{
int i;
if (listaPedidos != NULL && tamPedidos > 0) {
for(i=0; i<tamPedidos; i++)
{
listaPedidos[i].isEmptyPedidos = LIBR... | [
"noreply@github.com"
] | recaldedebora.noreply@github.com |
8a28ca8ca5b956e1aeeed5527b041e6f147ff58d | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/439957a1-679a-4374-a18f-7f4e4b019fba.c | b1c730842b18fbe17ac27c07ac301898fa160fc9 | [] | 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 | 568 | c | #include <string.h>
#include <stdio.h>
int main() {
float i;
float j;
float k;
float l;
i = 6;
j = 9;
//variables
/* START VULNERABILITY */
int a;
char b[72];
char c[63];
a = 0;
do {
a++;
//random
/* START BUFFER SET */
*((char *)c + (... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
fc2ca3923334c3dd7d77608fd97aabc2c086f06c | e62d6df38ebd32ee26f729eee5f3d94c005b0a96 | /ccf/201403-3.h | b55c27eb0d6df8e3a4695e80f9d17a8c3f2f08f7 | [] | no_license | VsionChiou/CCF.cpp | 532110ef16074f205f2b845b85c7262131edb980 | 7ede679efc8eb56f8fd0abb715fd46e89b36575b | refs/heads/master | 2023-03-24T09:43:05.619835 | 2021-03-18T05:22:57 | 2021-03-18T05:22:57 | 341,451,486 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 138 | h | //
// Created by Vsion Chiou on 2021/1/27.
//
#ifndef STUDY_201403_3_H
#define STUDY_201403_3_H
#endif //STUDY_201403_3_H
void cmd();
| [
"qms42621@qq.com"
] | qms42621@qq.com |
f373564b3e5c2004ba450ea10ad82b875125cc10 | 4791e45fd3ee08a9bc8da2c304479f8d9aba713e | /project4/generic.c | f5ee3426588373d67cee37ba622ddae2b739c773 | [] | no_license | zendevil/CSC173 | 8e65a091c63c8e23855df594cc988390801b13bb | 6eb2222fc92280ffb445eaa785241dc9295faed4 | refs/heads/master | 2021-08-24T15:10:54.343003 | 2017-12-10T05:58:26 | 2017-12-10T05:58:26 | 105,390,901 | 0 | 1 | null | 2017-11-26T19:34:00 | 2017-09-30T18:20:38 | C | UTF-8 | C | false | false | 185 | c | typedef struct {
int nAttr;
char *attr;
} tuple;
typedef struct {
tuple schema;
tuple *entries;
int size;
} table;
typedef struct {
int nTuples;
table * tables;
} db;
| [
"pshar10@u.rochester.edu"
] | pshar10@u.rochester.edu |
0faa85eea96654a3582c72aa4f1d2f66db44b5cb | 30b02ad9a6e76ae98eb5c0ef5a11caff481749ea | /practice/11_sockets/HW2/tcps.c | 1817431137c6c7f0796ada0a0c9131da5178254b | [] | no_license | euidong/Linux_System_programming | 7469e95fc943d80a7e8a45617fa05c7b8da27e12 | 9a35be1a13189d9f169b05fbd7fbdfca8628b2e8 | refs/heads/master | 2020-08-27T04:07:20.316089 | 2019-12-16T10:17:37 | 2019-12-16T10:17:37 | 217,240,143 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,901 | c | #include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <string.h>
#include "tcp.h"
/*
This program make tcp server.
it make socket and binding ip(from all) and port number.
And accept co... | [
"2016104163@khu.ac.kr"
] | 2016104163@khu.ac.kr |
bdaae1330a361d45c7fed82893bb55c928688fcb | c5baee7488549e3671c4f573b10c3f3616ea21df | /a6/a6_8.c | f9d667626086e6be524ec79fadd1612709261359 | [] | no_license | JayUBee/Programming_in_C | 55ae6386bf142fae71da42c073f992ba9a406281 | ee4b8a5b8dd79bc4f4735f1805b7e730486d3814 | refs/heads/main | 2023-04-04T09:24:35.075966 | 2021-04-07T16:05:53 | 2021-04-07T16:05:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,922 | c | /*
CH-230-A
a6_p8.c
Badr Essefiany
Bessefiany@jacobs-university.de
*/
#include <stdio.h>
#include <stdlib.h>
struct list {// we declare the list
int value;
struct list *next;
};
struct list* push_front(struct list *my_list, int n);/*function for 'b' */
struct list* push_back(struct list *my_list, int... | [
"noreply@github.com"
] | JayUBee.noreply@github.com |
77db0f68163fe8f6a01d8b2410379696f54bf57d | f7fb35e84680dc45786c862054a4a40cbad61e46 | /vendor/qcom/proprietary/mm-camera/mm-camera2/media-controller/modules/sensors/chromatix/0309/chromatix_ov5695/cpp/cpp_liveshot/chromatix_ov5695_liveshot_cpp.c | 3cdcf5004c12bf2abce46bb1ac3798cf4fb8c1b3 | [] | no_license | sethsong90/vendor_qcom_new | accce62fd862d219742954992a2f19729549f98a | 879eb95b4bd4843e058b5ebae832f60d8afc7d73 | refs/heads/master | 2021-01-13T06:51:34.856302 | 2017-01-03T11:12:20 | 2017-01-03T11:12:20 | 81,229,492 | 5 | 4 | null | null | null | null | UTF-8 | C | false | false | 894 | c | /*============================================================================
Copyright (c) 2016 Qualcomm Technologies, Inc.
All Rights Reserved.
Confidential and Proprietary - Qualcomm Technologies, Inc.
============================================================================*/
/*========================... | [
"xin.qi@sim.com"
] | xin.qi@sim.com |
05db58b299f4d52bf48adf01ec2e6b8b920f03e4 | f0dfd88459d5aa2f19ab5ee1fbc993952cb37332 | /usr.bin/du/du.c | c46f11fca66d19e784fd3de00f429fbbc5be09c0 | [] | no_license | radixo/openbsd-src | 5f93c09735d519689ffc0c5144d05abfeaacf82c | 2554c092cef615cba187243a9e2fe6e943ef6248 | refs/heads/master | 2021-01-10T21:48:43.347196 | 2015-12-04T02:34:41 | 2015-12-04T02:34:41 | 41,678,666 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,822 | c | /* $OpenBSD: du.c,v 1.30 2015/06/25 02:04:08 uebayasi Exp $ */
/* $NetBSD: du.c,v 1.11 1996/10/18 07:20:35 thorpej Exp $ */
/*
* Copyright (c) 1989, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Chris Newcomb.
*... | [
"wsouzant@gmail.com"
] | wsouzant@gmail.com |
f59e640b4896944cecee67ed704a8d6f281c29b3 | f114ab66b5282d41017a80726f9920b52b1ac6b6 | /test/test_dotv.c | ea0f7e4c580c8b768a80f32297fb1eb44e8ae787 | [
"BSD-3-Clause"
] | permissive | cnjsdfcy/blis | eb48101aafea5b0895e0d531db4f43c53bfcf94a | 7e3dac4a869291962bc90495078347a64b556aef | refs/heads/master | 2020-03-28T13:52:40.776816 | 2019-01-30T08:02:53 | 2019-01-30T08:02:53 | 148,437,805 | 0 | 0 | NOASSERTION | 2019-01-30T08:02:54 | 2018-09-12T07:11:07 | C | UTF-8 | C | false | false | 4,789 | c | /*
BLIS
An object-based framework for developing high-performance BLAS-like
libraries.
Copyright (C) 2014, The University of Texas at Austin
Copyright (C) 2017, Advanced Micro Devices, Inc.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided th... | [
"field@cs.utexas.edu"
] | field@cs.utexas.edu |
addf21dd95df2e0f2fc5ea6d640ccb7d822bca70 | 350d6ea7d82208b5027e8c23a2a17bc42fef4daa | /dependencies-include/nxogre/include/NxOgreAnimatedRenderable.h | cd2cee5033a24a590afc57c76e6af7eca533fb14 | [] | no_license | bach74/Lisa | 2436d4da3765b9fe307d5e3dc31bfe532cf37dce | d80af7b880c0f99b914028dcf330d00ef0540cd3 | refs/heads/master | 2021-01-23T11:49:37.826497 | 2010-12-09T16:31:22 | 2010-12-09T16:31:22 | 1,153,210 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,253 | h | /** \file NxOgreAnimatedRenderable.h
* \brief Header for the (?) class.
* \version 1.0-20
*
* \licence NxOgre a wrapper for the PhysX physics library.
* Copyright (C) 2005-8 Robin Southern of NxOgre.org http://www.nxogre.org
* This library is free software; you can redistribute it and/... | [
"tomislav.reichenbach@fer.hr"
] | tomislav.reichenbach@fer.hr |
eacd00c0dc7a789b2d3e36d1c9147a78751599a5 | b2d48aac47dc3a3050f9cb562808f0e6f19a36e4 | /supraja/project/rpc_fop.c | 3f7269d1c6f6fb873b063addeba7244f7ba82e6d | [] | no_license | bhagavansprasad/students | 7f7df2f4c2350025d58406794a7d94d9c8a9d7be | 2822fb81cfb6714d48dea1e4957d6011ffa6198b | refs/heads/master | 2023-08-04T04:44:11.346963 | 2023-07-24T06:09:00 | 2023-07-24T06:09:00 | 193,177,404 | 0 | 0 | null | 2022-11-30T23:33:00 | 2019-06-22T01:21:59 | C | UTF-8 | C | false | false | 386 | c | #include<stdio.h>
#include<fcntl.h>
#include "unistd.h"
int rpc_open(char * s,int flags,int mode)
{
int fd = open(s,flags,mode);
return fd;
}
int rpc_read(int t,char *buff,int l)
{
int rval = read(t,buff,l);
return rval;
}
int rpc_write(int t1,char * buff,int rval)
{
return write(t1,b... | [
"bhagavan.prasad@blackpeppertech.com"
] | bhagavan.prasad@blackpeppertech.com |
3a45d122c61e4757af4cbe530555ed605137bce5 | ede543bd3db306efed1ad3bc59a69c6ea362b7da | /Voltron Main.cydsn/Generated_Source/PSoC5/SPI2SHIFT_dma.c | 4fa87cf0e28a848ccd783193baaacd53d9eda22b | [] | no_license | cruiser0002/VoltronFirmware | 438406dd44f7e0ff838edc8816f1b3adf8cba054 | 102547ab6b8344f5e90712ff03ac75009b302ffd | refs/heads/master | 2020-04-18T05:56:42.096697 | 2016-09-18T00:26:04 | 2016-09-18T00:26:04 | 67,669,274 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,940 | c | /***************************************************************************
* File Name: SPI2SHIFT_dma.c
* Version 1.70
*
* Description:
* Provides an API for the DMAC component. The API includes functions
* for the DMA controller, DMA channels and Transfer Descriptors.
*
*
* Note:
* This module requires ... | [
"cruiser0002@gmail.com"
] | cruiser0002@gmail.com |
ae0c129e81bb3352a968a3385d58516170cb4143 | 9192182cfcfcf4ce9f9bbb4003106e29b37b5bd1 | /mame-0.141/src/mame/video/dday.c | 6747fcaaf49e84f1be5327d11e3b64cc1de2e57f | [] | no_license | johkelly/MAME_hi | a2b9ea9d4f089f75e57de5963af187718733fccd | ccbec44e4c82e5ca83ba80de19bfb9c100dbd349 | refs/heads/master | 2020-05-17T13:29:54.978078 | 2012-07-13T19:03:50 | 2012-07-13T19:03:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,051 | c | /***************************************************************************
video.c
Functions to emulate the video hardware of the machine.
Convention: "sl" stands for "searchlight"
***************************************************************************/
#include "emu.h"
#include "sound/ay891... | [
"john.kelly@readytalk.com"
] | john.kelly@readytalk.com |
e81d303e2bcee56be2f0827d9c0317ce9bb61f1e | 292e28893dba866ba5497a0bf9ba49bb26d864eb | /Projects/projx/proj10.student.c | cccea18fb16f7adecaf1abfd51285179b13c58b8 | [] | no_license | ianjamesmcg/410-Operating-Systems | 4eb0ad88089f14bd8b42f1555376b05f2736c76f | d927db2a320a5e9a440a1d0d5c4757bef1534070 | refs/heads/master | 2021-09-06T22:37:31.370739 | 2018-02-12T18:46:26 | 2018-02-12T18:46:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,985 | c | #include <stdlib.h>
#include <iostream>
#include <iomanip>
#include <stdio.h>
#include <fstream>
#include <string>
#include <string.h>
#include <vector>
#include <queue>
using namespace std;
class Process
{
public:
Process(int p, int pr,int nB, int brt, int blt, int art)
{
pid = p;
priority = pr;... | [
"mcgreg45@arctic2.cse.msu.edu"
] | mcgreg45@arctic2.cse.msu.edu |
1965da7f29356d95027554a8929e2ccd08841341 | 1eee20295d9647b683b722e882b057096cc7109f | /myapp/c_src/test_grisp_nif.c | 6f26995019a1672ad470df7cd4f4caf54d0748fb | [
"Apache-2.0"
] | permissive | achlysproject/YggdrasilOnGrisp-1 | e6f058ea01aca3ac5923d9ddc9821baea421b7a7 | ac5282c6672162007ed3ccdc0ee42a985f8e0e63 | refs/heads/master | 2020-11-28T00:09:05.456365 | 2019-12-21T19:12:30 | 2019-12-21T19:12:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,113 | c |
#include <erl_nif.h>
#include <stdio.h>
#include <unistd.h>
#include <pthread.h>
#include <string.h>
static void* foo2() {
while(1) {
sleep(1);
printf("hello\n");
}
}
int foo(int x) {
return x+1;
}
int bar(int y) {
return y*2;
}
static ERL_NIF_TERM foo_nif(ErlNifEnv* env, int argc, const ERL_NIF_T... | [
"akos@MacBook-Air.local"
] | akos@MacBook-Air.local |
56134d5f43373ff9d34478b63046b8ba7038a43f | 182e38d13d9a3b2ec478d662b25a7192284a32ef | /ubjsc/src/ubjs_primitive_null.h | fcfa8204bd3a3aa8533d22a8a8443b7008d999b5 | [
"MIT"
] | permissive | skyformat99/ubjsc | f7047b57ca583e88a4bef9e86f5aed9a6b475079 | 4cd248f38a580e67ae664f5347687c04c3d36c15 | refs/heads/master | 2020-03-13T11:03:55.808365 | 2017-09-25T21:49:00 | 2017-09-25T21:49:00 | 131,094,830 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,596 | h | /*
* Copyright (c) 2016 Tomasz Sieprawski
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, p... | [
"tsieprawski@localhost"
] | tsieprawski@localhost |
5914090b136dc749b264e39b6c5b5c3f70b70eb4 | 05b458a94b13328c4ab0bb474513e69c5f253ec0 | /analysis-sources/curl-analysis/_cppstats/curl/tests/libtest/lib1593.c | b826328ce82ccd61a865a3606723d9d243322fc6 | [] | no_license | paulobernardoaf/dataset-files | c7b3a5f44f20a6809b6ac7c68b9098784d22ca52 | 6cc1726ee87e964dc05117673e50e3e364533015 | refs/heads/master | 2022-04-23T06:52:15.875641 | 2020-04-25T18:28:48 | 2020-04-25T18:28:48 | 253,626,694 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 936 | c | #include "test.h"
#include "memdebug.h"
int test(char *URL)
{
struct curl_slist *header = NULL;
long unmet;
CURL *curl = NULL;
int res = 0;
global_init(CURL_GLOBAL_ALL);
easy_init(curl);
easy_setopt(curl, CURLOPT_URL, URL);
easy_setopt(curl, CURLOPT_TIMECONDITION, (long)CURL_TIMECOND_IF... | [
"paulomax9002@gmail.com"
] | paulomax9002@gmail.com |
75bcb166d0d83206eb78beba11e9baed409317d5 | 1a618ea0202028730000c03c429d81ba94292573 | /srcs/ft_isdigit.c | eda059c678fe2561c1ba64646df9a2728d149035 | [] | no_license | Denis2222/Piscine-42 | a0d201407f853e45fbf6e7449258bda180cfbd0c | b821fd9ca1b972fe83c7bfa0a1465ec686f5b140 | refs/heads/master | 2016-08-13T00:51:35.499746 | 2015-10-07T23:40:28 | 2015-10-07T23:40:28 | 43,850,930 | 2 | 4 | null | null | null | null | UTF-8 | C | false | false | 81 | c | int ft_isdigit(char c)
{
if ('0' <= c && c <= '9')
return (1);
return (0);
}
| [
"denismoureu@gmail.com"
] | denismoureu@gmail.com |
276b6d32b47587f9b4aa30a0eb148cbf1d9ce1d8 | ebd3f5d2fed2b9680fe16d0ce24c7efd6f458988 | /net/savesql.h | f100233e8372440bf35e4b5b2c915074a5138476 | [] | no_license | wwkkww1983/Beijingyikatong | 991cd7fa8ea1bb75622c0cf3df5a85f650e2bf12 | 2211b56bae1e3e3da488cb6eaecc9a46115f6d6e | refs/heads/master | 2021-07-23T15:44:12.508267 | 2017-11-02T16:22:51 | 2017-11-02T16:22:51 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,462 | h | #ifndef SAVESQL_H
#define SAVESQL_H
#if 0
//公用体
typedef union
{
unsigned char intbuf[2];
unsigned short i;
} ShortUnon;
typedef union
{
unsigned char longbuf[4];
unsigned int i;
} LongUnon;
#endif
//记录文件格式
//本记录格式支持A2、A5、A6(实体卡与二维码电子卡)刷卡数据
typedef struct
{
unsigned char RType; //0 交易类型
... | [
"769798754@qq.com"
] | 769798754@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.