code
stringlengths
1.03k
250k
repo_name
stringlengths
7
70
path
stringlengths
4
177
language
stringclasses
1 value
license
stringclasses
15 values
size
int64
1.03k
250k
#include "yinyang.h" #include "kmeans_utils.h" #include "../../utils/matrix/csr_matrix/csr_to_vector_list.h" #include "../../utils/matrix/vector_list/vector_list_math.h" #include "../../utils/matrix/csr_matrix/csr_math.h" #include "../../utils/vector/common/common_vector_math.h" #include "../../utils/vector/sparse/spa...
thomas-bottesch/fcl
algorithms/kmeans/yinyang.c
C
mit
20,368
#include <stddef.h> #define _GNU_SOURCE #include <sys/uio.h> #include <sys/socket.h> #include "brubeck.h" #ifdef __GLIBC__ # if ((__GLIBC__ > 2) || ((__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 12))) # define HAVE_RECVMMSG 1 # endif #endif #define MAX_PACKET_SIZE 512 #ifdef HAVE_RECVMMSG static void statsd_run_recvmmsg(...
IonicaBizauKitchen/brubeck
src/samplers/statsd.c
C
mit
7,290
/* FreeRTOS V7.4.0 - Copyright (C) 2013 Real Time Engineers Ltd. FEATURES AND PORTS ARE ADDED TO FREERTOS ALL THE TIME. PLEASE VISIT http://www.FreeRTOS.org TO ENSURE YOU ARE USING THE LATEST VERSION. *************************************************************************** * ...
andyOsaft/02_SourceCode
freeRTOS/FreeRTOSV7.4.0/FreeRTOSV7.4.0/FreeRTOS/Demo/msp430_GCC/ParTest/ParTest.c
C
mit
9,205
/* * Name: * Section: * Assignment: * Date: * */ #include<stdio.h> #include<stdlib.h> #include<ctype.h> #include<time.h> #include<string.h> #define MAX_STR_LEN 25 typedef struct Data_ { char *name; struct Data_ *nextData; }Data; // KEEP THIS STRUCTURE typedef struct Timer_ { double start; double end; }Timer; ...
mremtf/assignments
c/cs2050Solutions/hw2/hw2_template.c
C
mit
4,027
/* * rt_rand.c * * Real-Time Workshop code generation for Simulink model "modell.mdl". * * Model Version : 1.149 * Real-Time Workshop version : 7.3 (R2009a) 15-Jan-2009 * C source code generated on : Tue Mar 12 15:06:30 2013 * * Target selection: nidll.tlc * Note: GRT includes extra infrastru...
NTNU-MCS/CS_EnterpriseI
10 prev work/2013 Sundland/modell_nidll_rtw/rt_rand.c
C
mit
2,007
/* * The MIT License (MIT) * * Copyright (c) 2015 by Sergey Fetisov <fsenok@gmail.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitat...
fetisov/lrndis
lrndis/dns-server/dnserver.c
C
mit
4,878