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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a0f61cde9c98d7a9e3648345a027530e441af3e7 | 6fd6bdcc284218883dea1f649daaa26b6529bc21 | /source/Engine/Rendering/GL/Includes.h | 56fbecf4210e393ec97ca7079b909f7614d58bc4 | [
"Unlicense"
] | permissive | aknetk/HatchGameEngine | bd7d38807e89ac33a58384f0f254ebdbfbebec54 | 364ee32bda8b469d51c3eaab952eb6e2bda069cf | refs/heads/master | 2022-09-25T06:20:57.789609 | 2022-09-16T03:42:49 | 2022-09-16T03:42:49 | 241,234,254 | 26 | 14 | Unlicense | 2023-08-30T21:04:57 | 2020-02-18T00:05:23 | C | UTF-8 | C | false | false | 475 | h | #ifndef ENGINE_RENDERER_GL_INCLUDES
#define ENGINE_RENDERER_GL_INCLUDES
// OpenGL bindings
#if WIN32
#include <GL/glew.h>
#elif MACOSX
#include <OpenGL/gl3.h>
#include <OpenGL/gl3ext.h>
#elif SWITCH
#include <GLES2/gl2.h>
#include <SDL2/SDL_opengl.h>
#include <GLES2/gl2ext.h>
#elif IOS
#inc... | [
"aurumdude@gmail.com"
] | aurumdude@gmail.com |
6421ece7e85c4fe3811757304754af981afe6ce7 | ba201d265c7fc648ad39c874cc0d07cea8769115 | /libft/ft_memccpy.c | eddc70e625fea33da925bac0c3213c5245502252 | [] | no_license | eleonorev/lem-in | 3d7128eba280b7382ec45ed7df74e3e35da0ecfb | 65dad08e73ecfec2bdaaa40cfaa27f3c22cd3356 | refs/heads/master | 2021-01-19T12:35:54.237823 | 2014-12-21T03:02:35 | 2014-12-21T03:02:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,240 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_memccpy.c :+: :+: :+: ... | [
"evoisin@e1r6p20.42.fr"
] | evoisin@e1r6p20.42.fr |
33b9636d419a8365f2ebf70fd238bfd3cf3fa0ca | 249d33b6c0b4fea249984dc1a2727d464def4d34 | /src/examples/adsc_get_position.c | f4c354f8be8774fb69abd0960c069f902b3da9b8 | [
"MIT",
"BSD-2-Clause"
] | permissive | fcrohas/libacars | ff6bb2a1aeee9177116c6b22514907e456a4a7df | 878d29355ec331920e0753e5ae5265baa49f8f76 | refs/heads/master | 2020-04-11T11:54:09.254040 | 2018-12-11T09:36:07 | 2018-12-11T09:36:07 | 161,763,149 | 0 | 0 | NOASSERTION | 2018-12-14T09:37:17 | 2018-12-14T09:37:17 | null | UTF-8 | C | false | false | 3,937 | c | /*
* adsc_get_position - an example program showing how to extract
* aircraft position information from downlink ADS-C messages.
*
* Copyright (c) 2018 Tomasz Lemiech <szpajder@gmail.com>
*/
#include <stdbool.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <libacars/libacars.h>
#include <... | [
"szpajder@gmail.com"
] | szpajder@gmail.com |
e791c7054b79388bbbcf98ce6793af23c665b171 | 7aa75215614411567b89382cd79e076b3360b654 | /.history/tpfinal-estructuras1/libs/shell_20201209110144.c | 387d864a1fcab33cc3b9a2ed0bce6f8c0e019ef3 | [
"Apache-2.0"
] | permissive | IgnacioKase/estructura-datos-1 | 7060173b2ddb7853bd68f199bd3b39048242c482 | 2a0be56a6546a214c011ccc38774b7625885cfd5 | refs/heads/master | 2021-04-17T11:29:00.419081 | 2020-12-10T02:06:21 | 2020-12-10T02:06:21 | 249,441,692 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,621 | c | #include "shell.h"
/* Funcion auxiliar para obtener comando*/
Command match_command(const char* comando) {
if (!strcmp(comando, "cargar_dataset"))
return CARGAR_DATASET;
if (!strcmp(comando, "imprimir_dataset"))
return IMPRIMIR_DATASET;
if (!strcmp(comando, "agregar_registro"))
retu... | [
"marianoa.dangelo@gmail.com"
] | marianoa.dangelo@gmail.com |
17e25605683687bf30b300ff3804a7d59ad75825 | 7f2f90a6720484888c106315411a2d7326c34338 | /Exercicio do Junior/Exercicio71 a 80/atividade 77.c | 9cb782f8f68358325402f0a430932d5a8ada5a78 | [
"MIT"
] | permissive | kaio358/Exercicios-da-sala-de-aula-2-semestre | f77e0f982b1b67fbbb4695df17696eaa0b1f4f1f | ad61832a4899ea34dcad415ef864b4c3f94c5750 | refs/heads/main | 2022-12-30T22:21:15.386199 | 2020-10-25T01:26:02 | 2020-10-25T01:26:02 | 306,953,565 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 414 | c | #include<stdio.h>
#include<math.h>
int main (){
int a,b,c,d,somaq;
printf("Informe 4 numeros que nao seja pelo menos 1 digito para cada um \n");
scanf("%d%d%d%d",&a,&b,&c,&d);
if((a>=0)&&(a<=9)&&(b>=0)&&(b<=9)&&(c>=0)&&(c<=9)&&(d>=0)&&(d<=9)){
somaq = pow(a,2)+pow(b,2)+pow(c,2)+pow(d,2);
printf("%d\n",somaq);
... | [
"kaio.luiz358@gmail.com"
] | kaio.luiz358@gmail.com |
e2ddc1146ca653ac45c87eae5803cf1dac602484 | 743be7ef30afb2cfed574e3da2b43e6420f776e1 | /filter_test/psutil.h | 2a5dfbd5ab2537c31ad25d23f321c4f94fa66112 | [] | no_license | caiweiwenjs/cfilter | b10183797d31de431e48f1ea24855377ffb94144 | f3d3e23ae9f1dd2282afd00deb74af8ff5e73df9 | refs/heads/master | 2016-09-12T14:07:27.806519 | 2016-05-02T12:40:01 | 2016-05-02T12:40:01 | 56,832,568 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 478 | h | #ifndef __PSUTIL_H__
#define __PSUTIL_H__
#define PS_GSAVE "gsave "
#define PS_GRESTORE "grestore "
#define PS_FIND_FONT "/Times-Roman findfont "
#define PS_SET_FONT_SIZE "12 scalefont "
#define PS_SET_FONT "setfont "
#define PS_SET_GRAY ".5 setgray "
#define PS_TRANSLATE "0 0 translate "
#define PS_SET_POS "30 30 mov... | [
"caiweiwenjs@163.com"
] | caiweiwenjs@163.com |
43a3c15406f97f14a7e45ae2aeecb556924b1065 | a3055c74955449067334cb56b96e91a36a2ec6dc | /cmds/usr/title.c | 7dc9f5db68563257dd3e3b26c59d7910a094a3cb | [] | no_license | flyinglb/jyqx | 32dfac5b15b373919ae32688c0d1119bcb4592ff | 1a6f8e002a206b05a5ba90554893f1b78dc91bb4 | refs/heads/master | 2020-09-26T18:18:33.949628 | 2019-12-06T11:47:47 | 2019-12-06T11:47:47 | 226,309,372 | 5 | 2 | null | null | null | null | GB18030 | C | false | false | 310 | c | // title.c (Mon 09-04-95)
#include <ansi.h>
inherit F_CLEAN_UP;
int main(object me, string str)
{
printf(BOLD "%s" NOR "%s\n\n", RANK_D->query_rank(me), me->short(1));
return 1;
}
int help(object me)
{
write(@HELP
指令格式: title
显示你目前的阶级和头衔。
HELP
);
}
| [
"flyinglb@qq.com"
] | flyinglb@qq.com |
6c468df6bd52f7b90825efcacf7ffd71614c0afb | ab232bcb609b59974a190020e52e857a1db0f2a0 | /src/kernel/cpu.h | bd166c86d0c1f667a53654ab2455de2d8d4c7078 | [
"MIT"
] | permissive | ovchinnikov-vladislav/AnnOS | 8aed70d7268075109ade91d7a6876a26e10882b5 | 8c57cbeba1e43ce5816aab4e2fd65cd7efedd576 | refs/heads/master | 2023-01-20T05:41:32.546675 | 2020-11-09T12:39:14 | 2020-11-09T12:39:14 | 306,073,056 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 463 | h | #ifndef __CPU_H__
#define __CPU_H__
#include <stdint.h>
#include "task.h"
#define CPU_MAX_CNT 32
#define CPU_ID_NONE -1
typedef uint32_t hardware_cpuid_t;
typedef uint16_t cpuid_t;
struct cpu_map {
hardware_cpuid_t real_id;
cpuid_t logic_id;
};
struct cpu_context {
pml4e_t *pml4;
struct task *task;
struct t... | [
"v.belous@corp.mail.ru"
] | v.belous@corp.mail.ru |
59893f96e3c43ca05f631d83d169b7a97f6ea998 | c425afb8bb6b182168fd4c3a46c9b334f4740e60 | /d/wudang/guanyuntai.c | d2bcf218695082fc5d9daa0cc2a805028330ef4d | [] | no_license | fluffos/nt7 | ceef82b2465cf322549c7ece6ce757eaa8ec31ff | 52727f5a4266b14f1796c2aa297ca645ca07282a | refs/heads/main | 2023-06-17T10:07:33.000534 | 2021-07-15T11:15:05 | 2021-07-15T11:15:05 | 308,148,401 | 9 | 9 | null | 2021-06-28T14:11:57 | 2020-10-28T21:45:40 | C | UTF-8 | C | false | false | 5,376 | c | // guanyuntai.c 观云台
// Modified by haiyan
#include <ansi.h>
inherit ROOM;
void create()
{
set("short", "观云台");
set("long", @LONG
这里是武当山天柱峰的观云台。放眼望去,只见云海涌动,气势
磅礴。你心中微微一动,凝神静思,感觉在这里进行参悟(canwu),静
观云的变化,于太极拳理似乎极有帮助。
LONG );
set("no_fight", "1");
set("no_steal", "1");
set("no_sleep_... | [
"i@oiuv.cn"
] | i@oiuv.cn |
a19f4a06ae0acb5ab9c72fbdb7d87058a31e15ef | ff997266e37d1bd2b1b4fa1d3a506abda7f0403e | /questoesDeC/exercicio27.c | 39de6ff0bd4ca721631271469839158aae0a3fb3 | [] | no_license | EzequielCosta/estrutura_de_dados | f239b3323918697aa29bbeb23bcdf4a2d54ad331 | 900c919e04b2c3051a00fdbaa4fc488020df8fe5 | refs/heads/main | 2023-01-30T14:53:37.468020 | 2020-12-14T22:16:03 | 2020-12-14T22:16:03 | 321,412,705 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,195 | c | #include <stdio.h>
int main(){
int sexo = 0;
int idade = 0;
int estado_civil = 0;
int quantidade_total_mulheres = 0, quantidade_total_homens = 0;
double percentual_mulheres_solteiras, percentual_homens_solteiros;
int quantidade_mulheres_divorciadas = 0;
int quantidade_homens = 0 ... | [
"noreply@github.com"
] | EzequielCosta.noreply@github.com |
a0061b643798f8398725100d5b4cef40d2b5ee23 | 019e3dd522d0db419e6bd3bdc43859837567d30f | /Agir_Demo/Demo_Secondaire_2/agir_gpio.h | c4e931e5136c399881c95f4dab193c1774a4adef | [] | no_license | ALounes/Projet_AGIR | 325307d9067d41ab67d965be364ddf49ddb5ed1e | d01048a36bdc0671f94e949d27f99ba40243c03c | refs/heads/master | 2021-01-15T13:44:31.322079 | 2015-05-19T09:58:07 | 2015-05-19T09:58:07 | 27,098,061 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,164 | h | /**********************************************************/
/*===================== PROJET AGIR ======================*/
/*--------------------------------------------------------*/
/*-- Projet AGIR [EI-SE4] 2014/2015 Polytech Paris'UPMC --*/
/*-- [GITHUB]: https://github.com/Hapinness/Projet_AGIR --*/
/*-- [MAIL... | [
"maxime.mmartelli@gmail.com"
] | maxime.mmartelli@gmail.com |
21f78fb4d85e4c481df26fe359f5bb2ef024e96d | 602c8f0b6c5efb0f70e1c1ce18cb2fa96ec5c989 | /exercise-Allan/btod.c | e3103475a89ed05869249e64dc5bd934b38c18cd | [] | no_license | defined1007/learnAPUE | 6edf9bfb7f4f6ae264183f58e566324905dc86d9 | 51de7ff8f8ddc6d450eb19334ef7b559bb713099 | refs/heads/master | 2020-12-14T17:14:24.914630 | 2020-03-05T09:35:10 | 2020-03-05T09:35:10 | 234,821,271 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 389 | c | #include<stdio.h>
#include<arpa/inet.h>
union Int{
char data[4];
int x;
};
int main(){
int i;
union Int a;
union Int b;
a.x = 0x10203040;
b.x = htonl(a.x);
printf("a=0x%08x\n", a.x);
for(i=0;i<4;++i){
printf("[%p]: %02x\n", a.data+i, a.data[i]);
}
puts("");
printf("b = 0x%08x\n", b.x);
for(i=0;i<4;++i... | [
"502842026@qq.com"
] | 502842026@qq.com |
26c0bb427df72a7f5fc866e8b0c31ca6d80c92da | a76c518b16612e437a7adb172e5b5319654be91b | /pcs/pcs_http.h | bfb0f163c5a2a0d748353cddc5d317a01903d9a2 | [
"MIT"
] | permissive | whatwewant/baidupcs | 5b85b911422096c54ee81df88a3e42fb3b01e366 | 9f40ed7593b1cb6ca09ae2122f689979f44c9bb7 | refs/heads/master | 2021-01-14T13:44:01.690156 | 2015-01-05T03:14:15 | 2015-01-05T03:14:15 | 28,795,454 | 1 | 1 | null | 2015-01-05T03:19:10 | 2015-01-05T03:19:10 | null | UTF-8 | C | false | false | 14,295 | h | #ifndef _PCS_HTTP_H
#define _PCS_HTTP_H
#include <stdarg.h>
#include <curl/curl.h>
#include "pcs_defs.h"
typedef void *PcsHttp;
typedef void *PcsHttpForm;
/*
* 设定该回调后,Pcs每从网络获取到值,则调用该回调。例如下载时。
* ptr 从网络获取到的字节序
* size 字节序的大小,以字节为单位
* contentlength 本次请求,HTTP头中的Content-Length值
* userdata 使... | [
"gang.zhuo@gmail.com"
] | gang.zhuo@gmail.com |
69a436276cb48b49ed04e3d9c6b20c8223ff4929 | bd1d6acf25d13ede554869a290f33e4a7ba81f6a | /libobs-for-HQ-Windows/plugins/obs-filters/gain-filter.c | 13f4131816a929d5b860dc7ed9c7c15a7cd3fb2c | [
"MIT",
"GPL-1.0-or-later",
"GPL-2.0-only"
] | permissive | estrellaouyang/HQ | 59defad372165dd3d4420a45b561063d80c8c96a | 53f60929d2e6bdcc04b5eeaf4d775bde23f5660e | refs/heads/master | 2020-04-01T19:36:30.353151 | 2018-10-16T00:35:30 | 2018-10-16T00:35:30 | 153,562,633 | 0 | 0 | MIT | 2018-10-18T04:15:40 | 2018-10-18T04:15:40 | null | UTF-8 | C | false | false | 2,256 | c | #include <obs-module.h>
#include <media-io/audio-math.h>
#include <math.h>
#define do_log(level, format, ...) \
blog(level, "[gain filter: '%s'] " format, \
obs_source_get_name(gf->context), ##__VA_ARGS__)
#define warn(format, ...) do_log(LOG_WARNING, format, ##__VA_ARGS__)
#define info(format, ...) do_log(LOG_... | [
"gongyuhua@gmail.com"
] | gongyuhua@gmail.com |
6461a271db0514d5facc27e28d45243a0d79c1fa | a6c1a47c948006e085c8c4543e8ead2e3ff74707 | /vec4f.h | 88c7c4046c8825b957535741d8c4dbe80a639ad1 | [] | no_license | Moggers/ttt | 62b247a8a5bd7507501d748b41434e128e24e406 | fb70e1e418098ba318a4306c3b7d24924fd4f7f6 | refs/heads/master | 2021-01-10T22:39:37.504841 | 2014-09-07T15:19:25 | 2014-09-07T15:19:25 | 23,762,742 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 65 | h | #ifndef VEC4F_IG
#define VEC4F_IG
typedef float vec4f[4];
#endif
| [
"mattkramara@gmail.com"
] | mattkramara@gmail.com |
2036281d98a1e2a9d69592ea2e7c9143a17b5095 | 00970da6ca6784b6572c6cf72e812b5d36736c53 | /user.bin.c | 94f211fa94b3ef28dd6bb743431d90f1344b23ea | [] | no_license | ahungry/ahungry-janet-user | 4325d5d7e983f192c7c01014656873c499e8c4fb | 0fcf89ecdb56b2e9f247b45d1e9dc03e3dfc951c | refs/heads/master | 2022-08-29T22:49:18.772752 | 2020-05-29T04:29:29 | 2020-05-29T04:29:29 | 267,764,872 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,571 | c | #include <janet.h>
static const unsigned char bytes[] = {215, 205, 0, 153, 0, 0, 6, 0, 0, 205, 127, 255, 255, 255, 6, 12, 206, 4, 109, 97, 105, 110, 206, 10, 117, 115, 101, 114, 46, 106, 97, 110, 101, 116, 215, 205, 0, 152, 0, 0, 4, 0, 0, 0, 3, 8, 206, 4, 105, 110, 105, 116, 206, 46, 47, 117, 115, 114, 47, 108, 111, 99... | [
"m@ahungry.com"
] | m@ahungry.com |
f3b17085e8bad9579e94dc45fd85b825ebff6d34 | 8c992b92f6070b4be0eeeffe69d477fced657c83 | /branches/MultiArchDemos/Demos/Device/ClassDriver/RNDISEthernet/Lib/ProtocolDecoders.h | f67351515df1134b74af7e6b85e3ccb8e74badde | [] | no_license | konspyre/lufa-lib | 9cb0cef2c6291b20afc4d141708e24f9d8949951 | 4108bda16569cf1297fa19dd79e082a591d7bda5 | refs/heads/master | 2021-05-26T14:43:21.965178 | 2012-02-24T20:28:27 | 2012-02-24T20:28:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,862 | h | /*
LUFA Library
Copyright (C) Dean Camera, 2012.
dean [at] fourwalledcubicle [dot] com
www.lufa-lib.org
*/
/*
Copyright 2012 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purp... | [
"Dean@d5102386-fcda-11dd-9fdb-3debd5008f28"
] | Dean@d5102386-fcda-11dd-9fdb-3debd5008f28 |
9ff7ea86b9ae91400b2b26de4ea0a0b60c3705d4 | 9391ae5a8857c25f92dd597602015864f9a3cc55 | /Legacy/Equipments/RogueSet/RogueSet.h | 1fd2ab9659574f8eddb5d0c14a772586674752e7 | [] | no_license | KageKowalski/Game | fead20fd7fed3b5b5c3fd21a8156f78a8d4796fa | dff603e982c01c0662b6ce46a809b841b5fb1cea | refs/heads/master | 2021-09-14T20:37:59.724882 | 2018-05-18T21:18:15 | 2018-05-18T21:18:15 | 110,766,232 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 227 | h | #ifndef RogueSet_h
#define RogueSet_h
#include "RogueCloak.hpp"
#include "RogueGloves.hpp"
#include "RogueGreaves.hpp"
#include "RogueHood.hpp"
#include "RogueLeggings.hpp"
#include "SerratedDirk.hpp"
#endif /* RogueSet_h */
| [
"josh@Joshuas-MBP.bradley.edu"
] | josh@Joshuas-MBP.bradley.edu |
0590777910d15c7086412f71584d721e28d079fe | a0555916be91b78b1011c8b583f198c79f05bd59 | /picohttpparser.c | 970e55392e850d91fa720a63d5a690b325155aae | [] | no_license | blancaabella/REDES2 | 79272d8842e1f0f01e869487027349525da6d423 | 2b79fe52129de149fe78149648baf239d760b0fe | refs/heads/master | 2021-04-30T02:17:14.529994 | 2018-03-06T13:55:04 | 2018-03-06T13:55:04 | 121,498,306 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 25,021 | c | /*
* Copyright (c) 2009-2014 Kazuho Oku, Tokuhiro Matsuno, Daisuke Murase,
* Shigeo Mitsunari
*
* The software is licensed under either the MIT License (below) or the Perl
* license.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and a... | [
"abella.blanca@gmail.com"
] | abella.blanca@gmail.com |
a553fb76be24c23146e488887dfc10927d53c2ed | 0f5d61fd525c347d574d7febc098b2182cb9562e | /src/switch_core_media_bug.c | b5f6a865496912f3f29aef0ec4db7f4bbe0c856a | [] | no_license | thrill007/freeswitch-new | 934a17e1887ce433d75e0987f06f45f399ff12ba | 21db6b879d1185185bb620ec10cf5352d7a80592 | refs/heads/master | 2021-04-28T06:23:28.719918 | 2018-02-06T02:55:20 | 2018-02-06T02:55:20 | 122,199,590 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 39,229 | c | /*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
* Copyright (C) 2005-2014, Anthony Minessale II <anthm@freeswitch.org>
*
* Version: MPL 1.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except i... | [
"lifeng0604@139.com"
] | lifeng0604@139.com |
dfb33ea5eb3eaea3832600ae90f548fb68a03d59 | 6fd96c39c98996429fec69614852ac2cb2165c6c | /index.c | f027f099821664ecde060edc4286ced7a856dd93 | [] | no_license | junko-kominami/supreme-guide | cd22aaa202274db0c976fc8f3c8288b1c72038bb | 2402b3fedf55ea1324e1bb5fa453a378bcef96b0 | refs/heads/master | 2023-08-23T03:56:15.050263 | 2021-10-07T06:57:20 | 2021-10-07T06:57:20 | 414,492,316 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 92 | c | #include<stdio.h>
#include<math.h>
int
main(){
printf(stdout,"Hello!\n");
return(0);
}
| [
"kominami_junko@liginc.co.jp"
] | kominami_junko@liginc.co.jp |
903d1f50f7ae6e6d4dc0fd8304d4687acbd35735 | aa7df08bbcd6f1ad33ac84ae12ccbd4252318a6f | /browsable_source/cmm/1.7/cmm/testp3.c | 260949be870fe526ffac9a6e0047ffbf8c880374 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | Unipisa/CMM-Depository | ec0ad2e921330f0943fe8fddab24c475d8a3eed6 | 9857370d32faf54cfb58264d56e58f9c12d5f6b6 | refs/heads/master | 2022-03-14T01:49:11.533167 | 2019-12-11T14:35:19 | 2019-12-11T14:35:19 | 205,864,815 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 690 | c | #include <stdlib.h>
#include <stdio.h>
#include "msw.h"
#define VECT_SIZE 350
char * v1[VECT_SIZE];
char * v2[VECT_SIZE];
static par = 0;
void
test1()
{
int i;
for (i = 1; i < VECT_SIZE; i++) {
v1[i] = (char *) mswAlloc(i);
v1[i] = (char *) mswAllocOpaque(i * 80);
}
for (i = 1; i < VECT_SIZE; i++) {
v1[... | [
"guido.scatena@unipi.it"
] | guido.scatena@unipi.it |
15fb53bccf474b8895497414e7fdb2d15897ba9f | 39eb7fb9c44a2041362a39974bae2289d20cc1cc | /src/ap/sta_info.c | 5e2f055d3b36ad4c6732daa47cf60e3560a8a05b | [
"BSD-3-Clause"
] | permissive | sensepost/wpa_sycophant | 7a38a7d7e6438aa77c526dc33be6629c428791ce | 36b5bff94f772489c10b4d02fc604393bbfe68e2 | refs/heads/master | 2023-07-21T20:15:42.935291 | 2023-07-05T13:45:59 | 2023-07-05T13:45:59 | 141,928,616 | 169 | 35 | NOASSERTION | 2019-05-20T12:09:48 | 2018-07-22T20:32:47 | C | UTF-8 | C | false | false | 41,048 | c | /*
* hostapd / Station table
* Copyright (c) 2002-2017, Jouni Malinen <j@w1.fi>
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#include "utils/includes.h"
#include "utils/common.h"
#include "utils/eloop.h"
#include "common/ieee802_11_defs.h"
#include "... | [
"michael@sensepost.com"
] | michael@sensepost.com |
2ac02db2baf6a798d79114240acace9c43359bda | 7e62f0928681aaaecae7daf360bdd9166299b000 | /external/DirectXShaderCompiler/tools/clang/test/Frontend/warning-mapping-4.c | cb028f86439553af0f0384cafc9fcea3621c3159 | [
"NCSA",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | yuri410/rpg | 949b001bd0aec47e2a046421da0ff2a1db62ce34 | 266282ed8cfc7cd82e8c853f6f01706903c24628 | refs/heads/master | 2020-08-03T09:39:42.253100 | 2020-06-16T15:38:03 | 2020-06-16T15:38:03 | 211,698,323 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 207 | c | // RUN: %clang_cc1 -verify -Wno-error=sign-compare %s
// RUN: %clang_cc1 -verify -Wsign-compare -w -Wno-error=sign-compare %s
// expected-no-diagnostics
int f0(int x, unsigned y) {
return x < y;
}
| [
"yuri410@users.noreply.github.com"
] | yuri410@users.noreply.github.com |
02ee3c959ee8387644a55a31fb454b8112d1044c | 42db19ac385d7f9b39e57bae9784de20dc0855d2 | /0x14-bit_manipulation/100-get_endianness.c | b3551ab75e33b5d49a391c4f83d48dfa5573de76 | [] | no_license | nicolasg2134/holbertonschool-low_level_programming | fcdc1a7a7582daf74163714945396736835efd55 | bf327e83e1d57f2d532d5610c80c622cabe3414a | refs/heads/main | 2023-04-10T07:06:13.899725 | 2021-04-08T05:15:16 | 2021-04-08T05:15:16 | 296,181,992 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 250 | c | #include "holberton.h"
/**
* get_endianness - function that checks the endianness.
*
* Return: 0 - Big Endian or 1 - Little Endian.
*/
int get_endianness(void)
{
int a = 1;
char *pa = (char *) &a;
if (*pa == 1)
return (1);
return (0);
}
| [
"nicolasg2134@gmail.com"
] | nicolasg2134@gmail.com |
40097a3fcce8cd1ec45a0a0a6e0fb2ce351d65ce | 2fe35eaac0375cc0cfe094b41e444021753eb160 | /sdk/include_lib/media/media_develop/media/cpu/br25/asm/cpu_includes.h | 187d44c6de5966b5e4e6772758b2abf6ec830246 | [] | no_license | jiang20082233/aipai | d423228704bd0420256e3de26b02d4f7b3ea4122 | 665fa60642e7d84d1f9183c6c447b1073d500c17 | refs/heads/master | 2022-12-31T17:12:21.425795 | 2020-10-28T08:51:48 | 2020-10-28T08:51:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 444 | h | /*****************************************************************
>file name : include_lib/media/cpu/br30/includes.h
>author : lichao
>create time : Fri 29 Nov 2019 02:24:47 PM CST
*****************************************************************/
#ifndef _ASM_MEDIA_INCLUDES_H_
#define _ASM_MEDIA_INCLUDES_H_
#include... | [
"52weilingyong@sina.com"
] | 52weilingyong@sina.com |
7546c2074d64cd884db0abf2da0335eb10ae5b4d | c9e32374ecc46eac59437a068d424e6eb28ca849 | /odin/xju-odin/pkg/cc/test/twofile_2.c | 4c09d91ad7182b9a83a5a7b7ab190fcb43367f81 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT",
"GPL-1.0-only",
"GPL-1.0-or-later"
] | permissive | urnest/urnest | 261884b2ee71d64748c9e2afe7e78c9df61d91e7 | 6ec484080222f27a33070fa3b65593645f94a575 | refs/heads/master | 2023-07-13T06:16:41.566253 | 2023-07-06T11:04:34 | 2023-07-06T11:04:34 | 6,716,252 | 1 | 1 | MIT | 2023-06-11T03:06:14 | 2012-11-16T04:12:22 | C++ | UTF-8 | C | false | false | 31 | c | int twofile_2(){
return 0;
}
| [
"urnest@onthenet.com.au"
] | urnest@onthenet.com.au |
14136a279a9992a063fbbfe954f8585d05990fa1 | 29ef5fe8a163c9adfbf7759ba2f2cfcc2952b746 | /C/Euler_015.c | 28aa2af01e65f5a53a4de1354cc0bffdac10091c | [] | no_license | drathke924/Project_Euler | 40481b84a8d2c29e24c11951598c86795b4d81d0 | 2b4162f584ef718ad97798fd0d33cb1c42e9b824 | refs/heads/master | 2020-04-17T10:04:59.297971 | 2019-03-15T23:43:26 | 2019-03-15T23:43:26 | 166,486,820 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 265 | c | #include <stdio.h>
#include <stdlib.h>
int main() {
long long result=1, n=40;
for (long long i=1; i<=20; i++) {
result = result * (n+1-i)/i;
printf("%lld, %lld\n", i, result);
}
printf("Final Result: %lld", result);
return 0;
}
| [
"derekx.rathke@intel.com"
] | derekx.rathke@intel.com |
f55aceb7e88901515c29ad27335e3635a2784bd4 | 7e34099853f87cbfd0ee69d8894d10eaf8e1df94 | /implementations/group6/Milan2/src/EIFGENs/demo/W_code/C19/it620.c | da429d9951295454717ca7e736f990b10e6953f8 | [] | no_license | Matias-Bernal/dose2014 | cc1b973de8ba592ba82b2c8c8efd7749bcd3a033 | 139376fb884523cf5e0ccd7e9fed152555641a35 | refs/heads/master | 2016-09-06T03:51:44.566674 | 2014-12-24T14:49:10 | 2014-12-24T14:49:10 | 32,119,587 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 385 | c | /*
* Code for class ITERABLE [CHARACTER_32]
*/
#include "eif_eiffel.h"
#include "../E1/estructure.h"
#ifdef __cplusplus
extern "C" {
#endif
extern void EIF_Minit620(void);
#ifdef __cplusplus
}
#endif
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#ifdef __cplusplus
extern "C" {
#endif
... | [
"marionDepuydt@f6206239-57e0-e8d1-037d-e0d2c07dc7bc"
] | marionDepuydt@f6206239-57e0-e8d1-037d-e0d2c07dc7bc |
0cf27b8d068c9c954d4dc00d752c4e61a558172f | 605695acd9b3b342c38c2df138f70fe363b85014 | /assignment.c | f9c7ba49b0f7163c82aa7961e2395a95e0ee4280 | [] | no_license | pansara/simple-twitter | 49ba524e8776ecd53bde99ec08ebd9ea2d416256 | 9bb8ae078cf6e41682623d0b67eb252a779d7992 | refs/heads/master | 2020-04-17T05:49:28.940174 | 2019-01-17T21:24:15 | 2019-01-17T21:24:15 | 166,298,987 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,625 | c |
#include<stdio.h>
#include<string.h>
#include<ctype.h>
#include<time.h>
#include<stdlib.h>
//structure used to access the twitter options
struct tweet
{
int id;
char created_at[51];
char text[141];
char user[21];
};
//alias definition for structure
typedef struct tweet Tweet;
int Create(Tweet *ptrtweet, char use... | [
"noreply@github.com"
] | pansara.noreply@github.com |
d13f350cdd88c370b55007031fcbcdfdc3b40e4d | 90c516ab3c7124b78e39aa7810bbb9c7a4948a08 | /Applications/Motor Management/Messaging.c | 2a4634ba5ca25e6a19e471b1e79902f6a5a472cd | [] | no_license | BKampers/Cross | fd5e631c3d76c41d30e50ab4f65e1b5bcb273c6d | 3fd00f0fb9783cd48585f81ec0dcea3f8c9c53c1 | refs/heads/master | 2020-04-06T03:34:11.292196 | 2016-09-11T18:46:42 | 2016-09-11T18:46:42 | 24,771,113 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,961 | c | /*
** JSON messaging for Randd Motor Management system
** Author: Bart Kampers
*/
#include "Messaging.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "ApiStatus.h"
#include "Communication.h"
#include "JsonWriter.h"
#include "JsonParser.h"
#include "Engine.h"
#include "Crank.h"
#include "Igni... | [
"github@bartkampers.nl"
] | github@bartkampers.nl |
610ed5b9484711d1d55ef53d145c35639f93eed2 | 8a5bd1c998bf68dd6411d519a365afa1c17d7c0e | /include/tensorflow/cc/ops/resource_variable_ops_internal.h | 32030e84980f19fc086e5304c3e4091a75dc1b31 | [] | no_license | luchunling/tensorflow-prebuilt | 6b1f954dd8e6ba17e139d5e3afb0071662876390 | d8ab33c965648514830ca7c9ce543d52890d98c1 | refs/heads/master | 2020-04-08T11:19:15.519028 | 2018-01-11T06:39:23 | 2018-01-11T06:39:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 129 | h | version https://git-lfs.github.com/spec/v1
oid sha256:bc3092628d22c8500394a7bfab499eb668cd2d0c8d459df395f65dc5d9ed24fb
size 1122
| [
"petershih@google.com"
] | petershih@google.com |
1d5f6b27a87ba300e04156e2c8a63bf800aa75b6 | 63e85735c8a7447809577528b8c938ae6033d44e | /chapter6/8-NewDelay/kernel/global.c | e6199ebe1f0f1138416c4d6548efd38d4ad35fca | [] | no_license | zf369/Tinix | 3a946f788d1a8afe9d781dab33efa0facf12050d | 255f03e4e672f893996d740a98a0c3476358dd39 | refs/heads/master | 2020-04-16T05:07:33.040419 | 2016-07-10T16:56:11 | 2016-07-10T16:56:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 926 | c | // ==========================================
// global.c
// 定义了所有用到的全局变量
// ==========================================
#define GLOBAL_VARIABLES_HERE
#include "type.h"
#include "const.h"
#include "protect.h"
#include "proto.h"
#include "proc.h"
#include "global.h"
// 进程表
PROCESS proc_table[NR_TASKS];
// 进程的栈区
... | [
"307994635@qq.com"
] | 307994635@qq.com |
93d36f3e2822b98006eff77b9dc0c5ac03c7e99b | 4844b5d1dbe17a243b94daf92079c50153cdce1b | /iot_link/oc/oc_mqtt/oc_mqtt_al/oc_mqtt_at.c | 9549b45a0304ae125d3e940ec870e22ec8a3d134 | [
"BSD-3-Clause"
] | permissive | yuanyi-thu/AIOT- | c1cf13ef4f92019a4be5d54057ede893a8f2a539 | 27f67d98324593c4c6c66bbd5e2a4aa7b9a4ac1e | refs/heads/master | 2023-01-24T16:14:25.080289 | 2020-11-27T17:10:24 | 2020-11-27T17:10:24 | 316,435,716 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,185 | c | /*----------------------------------------------------------------------------
* Copyright (c) <2016-2019>, <Huawei Technologies Co., Ltd>
* 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. R... | [
"YuanYi@163.com"
] | YuanYi@163.com |
b273c98a377269fff76b0c5f07875f3f041a67f8 | c5a2f19ac05d04249614e313d486040e19efadad | /ThirdPayLib/Classes/common/Foundation/Foundation/IPAddress.c | 882cff4d3bef801caccd23b99c22553a91e02dc0 | [
"MIT"
] | permissive | will0526/ThirdPayLib | 46a9406a4ea7a8bd0e362f02b23c00594a985486 | 643904285d508dbfeb3254a141eb2297a6dc29db | refs/heads/master | 2020-05-21T19:02:23.536215 | 2017-08-01T12:56:28 | 2017-08-01T12:56:28 | 65,375,113 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,673 | c | //
// UMSSystemInfo.m
// IOSTempleteProject
//
// Created by will on 14-2-10.
// Copyright (c) 2014年 UMS. All rights reserved.
//
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <ne... | [
"yingyong_wang@loongjoy.com"
] | yingyong_wang@loongjoy.com |
7811bbbdbbce4a0e50e75c4781425566cd0dd119 | 5882065ee1f65465ba39e7b73b0a732bf085020b | /dataservices/rmnetctl/inc/librmnetctl.h | 1b8e9850fb9f6c700197616521524417df1762ff | [] | no_license | LineageOS/android_device_lge_bullhead | bfc51d6a47914dc33b07d7a8ec0473299b5da8d4 | 5cef16f959fe119986fe3d295d420e5f53f08d63 | refs/heads/lineage-16.0 | 2022-12-01T20:11:20.132101 | 2018-10-19T22:56:06 | 2018-11-07T20:52:53 | 75,635,586 | 56 | 99 | null | 2019-01-26T23:54:54 | 2016-12-05T14:59:57 | C++ | UTF-8 | C | false | false | 20,856 | h | /******************************************************************************
L I B R M N E T C T L . H
Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
... | [
"pattjin@google.com"
] | pattjin@google.com |
fdca99525a21a6da6f7d35d1bba0d1911aa26de4 | a8eb4a41c1feef24fd355b746402344f63f1ed75 | /src/genpinmap/Arduino/STM32L151VDYxX/PeripheralPins.c | 0910e3338902a00d96bcc8bb4726590a8fb65911 | [] | no_license | chepo92/Arduino_Tools | 53c953e692ecbff9cf8047097ea7ab42df09aef3 | 476e696cfad30d16fd4aac7dbea11252f36910d9 | refs/heads/master | 2020-04-03T07:51:54.602786 | 2018-10-26T14:32:41 | 2018-10-26T14:32:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,398 | c | /*
*******************************************************************************
* Copyright (c) 2018, STMicroelectronics
* 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. Redistrib... | [
"frederic.pillon@st.com"
] | frederic.pillon@st.com |
63ac43626b05d866c28d3d285c955de8b4f8a00f | d85fcc80a5c7ecc62c3fbbcec9fad4511de9ffc0 | /src/vkh_phyinfo.c | d3dceb55fef0db9167e55f812166d99614e75517 | [
"MIT"
] | permissive | ivan-kits/vkhelpers | a239608cb7077900eaad7cf46e55e05d7c5dfb9f | 403f694bf90455f13b115ea7cf58495f58bde6cc | refs/heads/master | 2023-05-30T22:45:58.926846 | 2021-06-15T06:33:51 | 2021-06-15T06:33:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,965 | c | /*
* Copyright (c) 2018 Jean-Philippe Bruyère <jp_bruyere@hotmail.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including without limitation the rights to u... | [
"jp_bruyere@hotmail.com"
] | jp_bruyere@hotmail.com |
525d29eefe3a6bfdc5a9e8922ab1036b5a680d43 | 96fc8b06e9f0019c729d5d99cdf7322434a08944 | /pa2/fifth/fifth.c | dba150ba8497e1f8bbcfdadfdd831e9ee7e59ff5 | [] | no_license | GauravP2001/cs211 | 8935d32a195f92c8adea4b469109576848463fe8 | 4227fb647efdff725e21460eb8421ab6a71aaee7 | refs/heads/main | 2023-03-18T16:32:52.537382 | 2021-03-13T00:45:15 | 2021-03-13T00:45:15 | 329,506,852 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,861 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include<limits.h>
struct Ind* stack = 0;
struct Node {
char name[30];
struct Edge* next;
int visited;
int distance;
int inRecursion;
};
struct Edge {
char edgeName[30];
struct Node* originalVertex;
struct Edge* next;
int weight;
};
struct... | [
"noreply@github.com"
] | GauravP2001.noreply@github.com |
66a94f9ef5f562267a3df2f09ff312195f43c108 | db5cf40cb9cdda2959d92b4927707b2cb5f5ebab | /practice/0820/4.c | 495aaa6ab0c6bdf45b9b14d7fa15b38f4a3b9c0b | [] | no_license | akaedu/c | fe81f3cfe8329ebbcfc3022f0e4523b0ea17af30 | a1f0239ea7723198a03667062536a764795d6f9a | refs/heads/gh-pages | 2023-01-05T06:13:04.816758 | 2012-02-27T09:28:48 | 2012-02-27T09:28:48 | 2,202,386 | 5 | 12 | null | 2022-12-30T12:45:46 | 2011-08-13T17:18:24 | C | UTF-8 | C | false | false | 1,358 | c | /**
* @file 4.c
* @brief 定义结构体学生,成员包括学号,姓名,四门功课的成绩,和平均分。
* 编写函数实现平均成绩的计算并存入到结构体相应的域中。
* 编写函数实现结构体的打印,要求传入一个结构体,把各项打印出来。
* 在主函数中调用以上两个函数实现各个成员的平均成绩的计算及最终结果的打印。
* @author Gaojinlong
* @version 0.1
* @date 2011-09-09
*/
#include <stdio.h>
typedef struct stu{
int ID;
char name[20];
int score[4];
float aver;
}student_... | [
"limingth@gmail.com"
] | limingth@gmail.com |
9213bb0375aa40edadca4ae1572e53bbf7cffab9 | 9dd5dbfb1f47d85310d270beeda999081b9b79dc | /0x06-pointers_arrays_strings/7-leet.c | 0c774c9d21343937b057c93384193a80196af151 | [] | no_license | fruizga/holbertonschool-low_level_programming | 78c93295188e610704215b74c59cadcea1d47ece | 3038af466448ecc51f9e196d46245dcdb32103c9 | refs/heads/master | 2020-07-28T07:35:53.724214 | 2020-04-17T14:28:32 | 2020-04-17T14:28:32 | 209,352,174 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 370 | c | #include "holberton.h"
/**
* *leet - encode a string into 1337 code
* @str: string pointer
* Return: translated string
*/
char *leet(char *str)
{
char lt[] = "aeotlAEOTL";
char num[] = "4307143071";
int a = 0;
int b = 0;
while (str[a] != '\0')
{
for (b = 0; b <= 9; b++)
{
if (str[a] == lt[b])
{
st... | [
"ruizgallego@gmail.com"
] | ruizgallego@gmail.com |
38539c8efdd5bbece2d7ae484393e60a68a631e2 | 28cc04f78feb7e4cd7ee21ec29ff5f5a3cab6a77 | /ath10k-4.16/htc.c | 4118af4a523449f34268c8f14efcd25c2c77b8fa | [] | no_license | greearb/ath10k-ct | f30ceff9583e234acad165720e2aa82d06b021f4 | fadd0768cbd22248a60efbb219ccefc9d86cd78c | refs/heads/master | 2023-06-07T22:59:11.397467 | 2023-06-05T16:25:00 | 2023-06-05T16:25:00 | 62,901,707 | 110 | 50 | null | 2023-06-05T16:25:01 | 2016-07-08T16:19:08 | C | UTF-8 | C | false | false | 24,333 | c | /*
* Copyright (c) 2005-2011 Atheros Communications Inc.
* Copyright (c) 2011-2017 Qualcomm Atheros, Inc.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in al... | [
"greearb@candelatech.com"
] | greearb@candelatech.com |
69a349c3fb1e8d4d7153841a1c1136d604133373 | 57cf2e41af7e30aa0de5de82fa2151f943ddf607 | /src/tbox/memory/impl/prefix.c | 6ae7d47a53494beb657f4ada9bc2e4e26b57bc36 | [
"Zlib",
"BSL-1.0",
"Apache-2.0",
"GPL-2.0-only",
"OpenSSL",
"LicenseRef-scancode-public-domain",
"BSD-3-Clause"
] | permissive | L1MeN9Yu/tbox | 391721e4e67a3d23f16cde28381231c77bfbefc6 | faf2af9eff561ad906d3ef657476fc09511f9a32 | refs/heads/L1MeN9Yu/iOS | 2020-05-06T14:08:09.834091 | 2019-10-23T02:06:18 | 2019-11-18T10:42:16 | 180,174,328 | 0 | 0 | Apache-2.0 | 2019-11-18T10:40:53 | 2019-04-08T15:05:53 | C | UTF-8 | C | false | false | 5,814 | c | /*!The Treasure Box Library
*
* 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 to in wr... | [
"waruqi@gmail.com"
] | waruqi@gmail.com |
b9a41416c6b6cb7f8c648a692f2bb7afccac394a | 95ea9d45bbcbec86078f00a1781201faa268399f | /chapter 7/errorprograms/B)b.c | 7dd5f80f737d59738da3b130eafbfca9ab6d6236 | [] | no_license | johnsaurabh/letusc | 257b8c8d31eced34a4eaa6a6ba9f54922591326d | 4b3b27b4efa8c50129da5f1f1d35ba32005930fe | refs/heads/master | 2020-03-23T06:45:41.864408 | 2019-08-05T17:57:39 | 2019-08-05T17:57:39 | 141,227,895 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 290 | c | #include <stdio.h>
int main()
{
int temp; /*AFTER CASE ONLY A INTEGER OR ALBHABET IS ALLOWED*/
scanf ("%d",&temp);
switch (temp)
{
case(temp<20)
printf ("Ooooooooohhhhh! damn cool!");
case(temp>20&&temp<=40)
printf ("Rain rain here again");
}return 0;
}
| [
"saurabhjohn17@gmail.com"
] | saurabhjohn17@gmail.com |
b6633d2b3a8031afa9df3d81a152a0e289c25f00 | 1c596c295ce9c34e3c2874b525a4a564213ca709 | /set610.c | da4625e82c7a32876b4f79655d95e4b4de371a1a | [] | no_license | sowbarnika1/player1 | d5a4621e524378e81244effe6f5e9369ba9cccdf | f9b0e97738c77bb55ac72c4f9ff6dc90c8390e8e | refs/heads/master | 2020-04-18T02:23:41.497278 | 2019-03-14T15:05:08 | 2019-03-14T15:05:08 | 167,160,561 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 549 | c | #include<stdio.h>
int main()
{
char a[100],b[100];
int i,l,n,f=0;
scanf("%s %s",a,b);
l=strlen(a);
n=strlen(b);
if(l==n)
{
for(i=0;i<n;i++)
{
if(a[i]==b[i])
{
f=1;
break;
}
else
{
... | [
"noreply@github.com"
] | sowbarnika1.noreply@github.com |
53106b87e542c2925747c9989d677dfab8693f19 | 7a1fed7be76e3d29d14160596bfd32c53d5ce5b2 | /algorithm.h | 7876fe7ae64af9d79b7921df29dd2cf37af592c3 | [] | no_license | vadimpilyugin/bicgstab_solver | dbbd30cebd2d4515af47b3c77a27d024221e0190 | 3e7ed5d3f5b1978081efc6e2edd8441e2c62604a | refs/heads/master | 2020-04-01T11:13:25.031820 | 2018-10-27T13:53:57 | 2018-10-27T13:53:57 | 153,152,912 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 299 | h | #include "create_csr.h"
int bicgstab_solve(CSRMatrix A, Vector BB, Vector XX, double tol, int maxit, int info);
Vector make_vector(int size);
void SpMV(CSRMatrix A, Vector X, Vector Y);
void free_vector(Vector *X);
double dot(Vector X, Vector Y);
void axpby(Vector X, Vector Y, double a, double b); | [
"vadimpilyugin@gmail.com"
] | vadimpilyugin@gmail.com |
4e7802a788686ae5d9a46fff1df39d2471fe136f | 02733a30207fcdb950f82e84bfd05cdd57ea81a4 | /0x0B-malloc_free/3-alloc_grid.c | 2631a3e69e746a3db5b5c63a2f232768b164ff9f | [] | no_license | bnbasilio/holbertonschool-low_level_programming | 653d9b44e730286c9a8accd3332100dca400b730 | 28f5e208d4112e73a2c4877a4372c194113e3b00 | refs/heads/master | 2020-12-29T07:19:53.059347 | 2020-08-28T05:36:18 | 2020-08-28T05:36:18 | 238,510,329 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 730 | c | #include "holberton.h"
#include <stdio.h>
#include <stdlib.h>
/**
*alloc_grid - returns a pointer to a 2d array of integers
*@width: number of colums
*@height: number of rows
*
*Return: a pointer to a 2 dimensional array of integers
*/
int **alloc_grid(int width, int height)
{
int **arr, i, j;
if (width <= 0 |... | [
"bnbasilio@gmail.com"
] | bnbasilio@gmail.com |
3501461fcc609ddf7c3997336bab157116b2b515 | b945b2fac11f237a49de33af1b8fa02ba3ed1814 | /legacy/nfm/src/nfmu/NFMcp_item_n.c | 658d88f7813b6b18223c0b514e7d010584148cca | [] | no_license | ahundiak/isdp | b94f56f7a7b02b806209ff06da8e22497f6e1386 | 07572eb18f07cbf762505ef34e471fa47c102df4 | refs/heads/master | 2021-03-12T20:02:34.067237 | 2011-12-16T20:03:20 | 2011-12-16T20:03:20 | 37,136,442 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 46,796 | c | #include "machine.h"
#include "NFMU.h"
#include "WFstruct.h"
#include "NFMfto_buf.h"
#include "WFcommands.h"
#include "NFMitemfiles.h"
#include "memory.h"
extern struct WFstruct WFinfo;
extern struct NFMglobal_st NFMglobal ;
extern long DM_MANAGER;
extern long NFM_FTR_INITED;
char sname[100];
struct s... | [
"ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30"
] | ahundiak@e9faf64c-7e38-11de-a453-d5a50d962d30 |
a33ed7b9cfdf4b6ed4ab3c8d1ef6a3590b5ecfab | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/b2a8b57c-afda-45bb-a74d-49013feacee0.c | 6a213c0a178ff65e4e12f5667ed97ca2316b366b | [] | 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 | 550 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = i+j;
l = l-j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
long b[35];
long c[17];
a = 0;
while (b[a] != 0... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
c10478a2eae76228963ce217e4ae16790efc064d | cbfcbf018aeee8ca23e3f977df426dceadc5dbab | /benchmark/splash2/codes/apps/water-nsquared/water.c | 8ebf5804bff2bbc398cdfdf97034d60c0d42417c | [
"LicenseRef-scancode-public-domain"
] | permissive | VatsalSin/Gem5_project | 89653fd5ec1aebff11bdc0796eca3a16e68da11c | 1c9ace5a1c101064a6be4ae1d6007c335a364636 | refs/heads/master | 2020-08-31T23:42:07.386004 | 2019-11-06T07:33:40 | 2019-11-06T07:33:40 | 218,816,512 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 14,632 | c | #line 228 "/home/useless2020/Documents/Development/gem5/benchmark//splash2/codes/null_macros/c.m4.null.POSIX"
#line 1 "water.C"
/*************************************************************************/
/* */
/* Copyright (c) 1994 Stanford Univers... | [
"vatsal.eliot@gmail.com"
] | vatsal.eliot@gmail.com |
3a072221c94f7d5b5951e5d33145e66cb546daa8 | 9f92f648abd9fd0da4fdd8af392a1048c149f4f2 | /trimaran/elcor/src/Sched/print_sched.h | 73c50bb99b33ba4b9ba92e64d7abc07715c69ea1 | [] | no_license | yuyantingzero/SharedFolder | 88339ccaa2616d0209fd64a971f79677fd95e836 | 6bb4d1e5e7456399790eec93abd699c00f6436b2 | refs/heads/master | 2021-01-01T18:41:26.822367 | 2013-12-15T01:44:55 | 2013-12-15T01:44:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,808 | h | /******************************************************************************
SOFTWARE LICENSE AGREEMENT NOTICE
-----------------------------------
IT IS A BREACH OF THIS LICENSE AGREEMENT TO REMOVE THIS NOTICE FROM THE FILE
OR SOFTWARE, OR ANY MODIFIED VERSIONS OF THIS FILE O... | [
"yuyanting@yuyantings-MacBook-Pro.local"
] | yuyanting@yuyantings-MacBook-Pro.local |
ed843c85a629912de833f7bbab113d6aa7fb6c5b | 3606d31844fd460a3ea2e2bebca1a4f179b70afb | /Algoritmos/selection_sort/selection_sort.c | af1e9aa1c34e5e825e8bbbdd23f8c4c3118e2009 | [] | no_license | gmhertz/carol-fi | 6b7c0f51c335b978a95329246284f50d78ff9d0e | 932a810d0a6305fc871012f4d20da0b10534fb04 | refs/heads/master | 2020-03-28T19:04:55.194981 | 2018-10-19T01:04:17 | 2018-10-19T01:04:17 | 148,942,471 | 0 | 1 | null | 2018-09-15T21:46:17 | 2018-09-15T21:46:17 | null | UTF-8 | C | false | false | 1,598 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#include <unistd.h>
void selection_sort(unsigned *array, int size){
int i, j, minimum;
unsigned aux;
for (i = 0; i < size-1; i++)
{
minimum = i;
for (j = i+1; j < size; j++)
if (array[j] < arr... | [
"noreply@github.com"
] | gmhertz.noreply@github.com |
40542bfa2e1189329e41f9c73365a3891e8fe270 | 47f1d518a43709c3ce19596337c6b5e0b5cdc490 | /testcases/basic-00195-min.c | 8b95d776c7c6e2344366e7d047fbdd791890d887 | [
"NCSA"
] | permissive | arichardson/bodiagsuite | 0b4610e1d9d25885d0451c3b3f5df7b82bf789ae | f19f2e27ea0d290a7fefd383b3e19553b0af9822 | refs/heads/master | 2020-04-29T03:54:03.461496 | 2019-03-15T13:56:24 | 2019-03-15T13:56:24 | 175,827,732 | 0 | 0 | NOASSERTION | 2019-03-15T13:42:48 | 2019-03-15T13:42:48 | null | UTF-8 | C | false | false | 2,799 | c | /* Taxonomy Classification: 0000000100000061000110 */
/*
* WRITE/READ 0 write
* WHICH BOUND 0 upper
* DATA TYPE 0 char
* MEMORY LOCATION 0 stack
* SCOPE 0 same
* CONTAINER 0 no
* POINTER ... | [
"nwf20@cl.cam.ac.uk"
] | nwf20@cl.cam.ac.uk |
3f4d6d448e8c67bbc1f68ddca0f5e49d536e3003 | 0939f62e653a81f1d6afd0c04b5fc916ccfe4dde | /content/posts/whos-got-the-packet/sendpacket-checksum.c | eafdc6519b3ad82139211f3378fe14efa8e967a4 | [] | no_license | larsks/blog.oddbit.com | cd4958dcfd017852f42d1f1b380e378c41787d50 | 7181a002fd2553bcec5cd42603349c778aa10528 | refs/heads/main | 2023-08-28T00:06:13.209069 | 2023-07-27T14:31:40 | 2023-07-27T14:34:47 | 22,327,735 | 2 | 0 | null | 2023-07-27T14:35:05 | 2014-07-28T02:00:57 | Python | UTF-8 | C | false | false | 2,130 | c | #include <arpa/inet.h>
#include <fcntl.h>
#include <linux/if.h>
#include <linux/if_tun.h>
#include <netinet/in.h>
#include <poll.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#define must(x) ... | [
"lars@oddbit.com"
] | lars@oddbit.com |
6eb0bf40a1949ffba0f0e41e159c94ac09ea7edd | e975d753364a25c6c07c543ac5acc5874ade1869 | /switch_1.c | f0738c4c0caeb428422c7d9ea487257cdd4587e1 | [] | no_license | Cfon/C_examples | b87aa53a0f483410ee1d8547914f3df32ae5584b | 458f196084b4d08e4cf1932e022b88dfd2bf63aa | refs/heads/main | 2023-08-26T16:22:24.948260 | 2021-11-01T07:40:22 | 2021-11-01T07:40:22 | 419,624,697 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,033 | c | #include <stdio.h>
#include <locale.h>
#include <windows.h>
// cmd> gcc a.c -o a && .\a
int main()
{
SetConsoleOutputCP(CP_UTF8);
// setlocale(LC_ALL, "russian");
int i;
while (1) {
printf("\nВведите десятичную цифру: ");
scanf("%d", &i);
printf("\t\t");
switch (i) {
case 1:
prin... | [
"kimalekkz@gmail.com"
] | kimalekkz@gmail.com |
908e7160f81911d6d602279d247114087a7e2ef4 | b0c86545d5470f196ad7863088fa9d4b3c6f727f | /exercises/pollmsg2.c | bb5d7e5aa3f67020fa0acce9dd7532f9d73de5ee | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | timothyshull/apue | afef11201d4133fd271bc608a2134ec0adfdbc2e | 35ac34610f237ad964c659d0cbe7c1622bc4333f | refs/heads/master | 2021-01-22T20:39:54.412032 | 2017-03-28T16:49:37 | 2017-03-28T16:49:37 | 85,341,560 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,690 | c | #include "apue.h"
#include <poll.h>
#include <pthread.h>
#include <sys/msg.h>
#include <sys/socket.h>
#define NQ 3 /* number of queues */
#define MAXMSZ 512 /* maximum message size */
#define KEY 0x123 /* key for first message queue */
struct mymesg {
long mtype;
char mtext[M... | [
"timothyshull@gmail.com"
] | timothyshull@gmail.com |
a9e33d3d76fa483d5a7eda9488457691401fb80a | 7be58049f06fadd61dbce58f4b01d72ff525570a | /Arrays/1D/Q1.c | b26bdb514398851a9d5a68de517bff181cb6a6c1 | [] | no_license | radhikaarajput/Data-Structures | afa1d9d1fbbc8ea51738f73dd2777ff2b154f703 | 9d9a0b8aa99a9b0b9ebb9fddd180f79f8057925f | refs/heads/master | 2023-01-03T09:20:19.744873 | 2020-10-18T13:25:53 | 2020-10-18T13:25:53 | 266,348,020 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,092 | c | #include<stdio.h>
#define MAX 10
int array[MAX], n;
void create_array();
void insert_element();
void display();
void delete_element();
int binary_search(int);
void bubble_sort(int);
/*
int linear_search(int);
void count_frequency();
void second_smallest_element();
void merge_sorted_arrays();
void bubble_sort();
void ... | [
"55777739+gama626@users.noreply.github.com"
] | 55777739+gama626@users.noreply.github.com |
f112b18124224d7458de9a0834098d77ad0dadcc | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/reactos/dll/win32/comctl32/extr_monthcal.c_MONTHCAL_IsDateInValidRange.c | 910373a105cc25c7cce9405acff9428d274a08b4 | [] | 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 | 1,736 | 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 |
261337eebd97e47af9d5356558889bf72a2eda1d | 06b4342ae5cb075d3058b2a3346d6c184934ac92 | /newJobs/divisiblebyseven.c | 0c3f606a60fc43967a9d2983a052b49d8c2822eb | [] | no_license | jaishimuku/Batch-OS-Simulator-C | 3cb24cd33f3028151126f8ecaad5958e58d2adb8 | b0a383343295e1f5821ff43c06fab94fe788ad08 | refs/heads/master | 2022-12-08T23:47:26.591826 | 2020-09-08T04:22:55 | 2020-09-08T04:22:55 | 293,699,816 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 296 | c | //
// Created by Mukunda P Jaishi on 9/7/20.
//
#include <stdio.h>
#include <unistd.h>
int main() {
int i;
int n =100;
for(i=0;i<n;i++)
{
if(i%7==0)
{
fflush(stdout);
sleep(1);
printf("% 5d",i);
}
}
return 0;
}
| [
"muku@Mukundas-MacBook-Pro.local"
] | muku@Mukundas-MacBook-Pro.local |
4fb8797aa9134184259ec4293e8a85f74296406f | 560073f1118f0bfa88277f0ec495a754c5c8455d | /HashElem.h | 8709b56599fad5b3c76f9f9ab582868a3b252204 | [] | no_license | ITblueboy/structure | d04705e05476aafca03f5820e530d188c901588d | 9eb8f477c0c830001fc9f531cdaa44c8e2470da8 | refs/heads/master | 2021-01-24T20:53:44.401683 | 2018-10-05T14:44:52 | 2018-10-05T14:44:52 | 123,263,131 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 859 | h | #pragma once
#include<stddef.h>
#include<stdio.h>
#include<stdlib.h>
#define HashMaxSize 1000
typedef int KeyType;
typedef int ValType;
typedef size_t(*HashFunc)(KeyType key);
typedef struct HashElem {
KeyType key;
ValType value;
struct HashElem* next;
} HashElem;
// 数组的每一个元素是一个不带头结点的链表
// 对于空链表, 我们使用 NULL ... | [
"18309208067@163.com"
] | 18309208067@163.com |
ab656a3d3b06048b0eadd7e61a75c1bf3c5d8424 | 22f8f7aaaf34f71531fae1de5691deaa9f22ef06 | /tests/include/open.h | 5475811fe0cd8182bf0c1d73e8e50358f72d4c4d | [
"Apache-2.0"
] | permissive | eliott-belinguier/CPE_BSQ_2018 | c909b35af7db31721ffe3efb489b254f34c2cb0a | 2248ea799c28b2cc8d833ed69a8efbcf9e4b8f0a | refs/heads/master | 2023-01-10T02:27:44.941828 | 2020-11-05T14:30:28 | 2020-11-05T14:30:28 | 309,936,259 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 99 | h | #ifndef _TEST_OPEN_H
#define _TEST_OPEN_H
#include <stdlib.h>
extern int open_error_test;
#endif | [
"eliott.belinguier@epitech.eu"
] | eliott.belinguier@epitech.eu |
5fef5756bb09f761843e73583219358eb90fd58e | 660ccfdd4275806c5bb33bd9b35b0079173a1f27 | /TlsrSrc/tl_pvvx_ble_sdk/proj_lib/ble/hci/usb_desc.h | ca2f116f72c04eac5da09a8fd393d6b8de42b599 | [
"Unlicense"
] | permissive | frankpolte/UBIA | 6ecca538f578b328fb10595c41fa721dc0afa768 | f665c5462f75456a98b49fc4c19bd078a3872a75 | refs/heads/master | 2023-07-29T03:32:29.024765 | 2021-04-27T17:32:14 | 2021-04-27T17:32:14 | 262,154,216 | 0 | 0 | Unlicense | 2020-05-07T20:41:27 | 2020-05-07T20:41:27 | null | UTF-8 | C | false | false | 4,165 | h | #pragma once
#include "../../../proj/usbstd/CDCClassCommon.h"
enum {
BTUSB_USB_STRING_LANGUAGE = 0,
BTUSB_USB_STRING_VENDOR,
BTUSB_USB_STRING_PRODUCT,
BTUSB_USB_STRING_SERIAL,
};
typedef struct {
USB_Descriptor_Configuration_Header_t Config;
USB_Descriptor_Interface_Association_t intfa;
USB_Descriptor_Interf... | [
"pvvx@mail.ru"
] | pvvx@mail.ru |
1830d3e055b625b49aef5ffa462bb28dcaa3bc0c | b704ea65457129c955afea52f1a7b8a5c5bdb6b8 | /include/autoconf.h | ae9b899f27ec1ab53f34bb00e111bea2f537f1b2 | [] | no_license | linuxium/rtl8723bs | 0a1fecbbaa174e3b40bea1a665c4064e6e9d687b | ef93b744f7cfe04d05b7c2fb924f662ecca118c6 | refs/heads/master | 2021-01-19T06:38:37.748240 | 2015-07-02T07:07:56 | 2015-07-02T07:07:56 | 38,417,136 | 6 | 7 | null | 2019-04-26T11:33:11 | 2015-07-02T07:09:11 | C | UTF-8 | C | false | false | 2,251 | h | /******************************************************************************
*
* Copyright(c) 2007 - 2012 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 General Public License as
* published by the ... | [
"linuxium@live.com"
] | linuxium@live.com |
9243230b7691f3270b4f89e1fa7e7cd48fc26717 | 4ecf14e0bbe105958d83e5fad014a1cd014e669d | /third_party/aom/av1/common/cdef.c | 397a14845e488c0ae5be31923db006d746d347c8 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | fx-dev-playground/gecko | 2c1a13a51f00645f8bfc35c9ec71a4d40b8c8dc2 | 889acebc871804214ab2579e434d7633e271e5cb | refs/heads/central_default | 2023-01-27T11:13:44.498662 | 2018-01-16T21:43:19 | 2018-01-16T21:43:19 | 64,968,340 | 8 | 13 | NOASSERTION | 2023-01-11T07:47:54 | 2016-08-04T21:24:19 | null | UTF-8 | C | false | false | 16,672 | c | /*
* Copyright (c) 2016, Alliance for Open Media. All rights reserved
*
* This source code is subject to the terms of the BSD 2 Clause License and
* the Alliance for Open Media Patent License 1.0. If the BSD 2 Clause License
* was not distributed with this source code in the LICENSE file, you can
* obtain it at w... | [
"giles@mozilla.com"
] | giles@mozilla.com |
8524310ea226f45163c7157a91261c67635c6f92 | 8728262e8807d142fd6042089b6e53a02db552a3 | /lib/dns/include/dns/diff.h | 26d48d1f4d12c5618967c7231aeff4a44a05e224 | [
"ISC"
] | permissive | ystk/debian-bind9 | 5a43f81ce0ecd59a82578ab6e817b0fb00fc47a0 | b9ad784dce21a4c6f5922eb4dfd188b4f31f7628 | refs/heads/master | 2023-08-08T06:52:37.039297 | 2011-01-12T18:49:15 | 2011-01-12T18:49:15 | 46,832,370 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,634 | h | /*
* Copyright (C) 2004-2010 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permis... | [
"skerlet@swc.toshiba.co.jp"
] | skerlet@swc.toshiba.co.jp |
7684c039838a52a37dae5b6bb166e52b8a6497e1 | 6d61eba6ead997d7408e82121e5fabaf3ab75da6 | /DAY-68/GCD_LCM.c | 3e3e380ed9b88d16d74e9aedf1d8e91ace6454c2 | [] | no_license | anandabhishek01555/100Daysofcode | fe257b4320ee028a23b48c93a3437632a329c0d3 | 7e151fe0d082097e6a39a20307b0131845d38134 | refs/heads/master | 2022-12-19T02:28:57.176217 | 2020-09-29T17:57:31 | 2020-09-29T17:57:31 | 267,319,172 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 276 | c | #include <stdio.h>
int main()
{
int m, n, i, gcd,x=1;
scanf("%d%d", &m, &n);
for(i=1; i <=m && i <= n; ++i)
{
// Checks if i is factor of both integers
if(m%i==0 && n%i==0)
gcd = i;
}
printf( "%d", gcd);
printf("\n");
x=m*n;
printf("%d",x/gcd);
return 0;
}
| [
"noreply@github.com"
] | anandabhishek01555.noreply@github.com |
b19f08dea4d71dec43200abc3fb4c0129e822e31 | fb4614ffd29151b48c1b0b1dbde06c1591b3161c | /libft/ft_close_file.c | 658cfe6f1dc1f0fcab0355b3d4e6da2bd0af7ce3 | [] | no_license | kirillwinter/ft_printf | a50ab922ef347d247b4abb276894c62be0574206 | 79df259a82cba16942eef5238c003e212c7a54a6 | refs/heads/master | 2020-04-13T11:28:54.227664 | 2019-01-31T15:52:13 | 2019-01-31T15:52:13 | 163,175,780 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,007 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_close_file.c :+: :+: :+: ... | [
"wballaba@e2r3p4.21-school.ru"
] | wballaba@e2r3p4.21-school.ru |
13e42eac501b7db3ca34253bbdecb40586c6058f | 3a204588b9472fd42874dbefb883e3e7b8ff2284 | /Lesson_1/compiler2.c | 1232ef280fea7fcd06795cea2e6f46020105b19f | [] | no_license | KennyWZhang/C_Compiler | 4d85af55417f699a591255a58454eae614ae1146 | e6ec6121ba069bc29bb851974361994bdec13d49 | refs/heads/master | 2021-01-12T06:27:49.462049 | 2017-01-24T04:11:27 | 2017-01-24T04:11:27 | 77,364,062 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,269 | c | #include <stdio.h>
#include <fcntl.h> // for open()
#include <unistd.h> // for read() and close()
#include <stdlib.h> // for malloc()
int token; // current token
int token_val; // value of current token (mainly for number)
char *src; // pointer to source code string
int poolsize; // the size of source... | [
"victorypiter@msn.com"
] | victorypiter@msn.com |
292769c6feb2a37ced14979cc0ae8bb1ee30961f | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/kernel/extr_reboot.c_register_restart_handler.c | 83c0e11437c239901bcb4aaf9969a852977ad6d4 | [] | 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 | 685 | 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 |
1bf848cd867555cebdd91299539c3dab32920a80 | eae6ce09a97b69e6c68eeda4e1964302f9cb9639 | /acm/poj_1083/main.c | 1099be721765a98e0bb94548fd68ffa88d451b23 | [] | no_license | jkcodetracer/next_level | 65d79126af6a56f9358e686c76fb28317754c5f3 | f5836196e2a346c59705904ff860c561ef2193e7 | refs/heads/master | 2021-01-17T12:19:45.074085 | 2017-06-25T13:12:07 | 2017-06-25T13:12:07 | 23,044,475 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,446 | c | /**
* \file main.c
* \author wzj
* \brief
* \version
* \note
* \date: 2015年11月29日 星期日 19时36分33秒 CST
*
* segment tree. segment update
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MAXN 1024
int cover[MAXN <<2];
int tree[MAXN <<2];
void tree_init(int l, int r, int rt)
{
int mid;
... | [
"joker0910@sina.com"
] | joker0910@sina.com |
cf58002eb3a2a073ad62ac543895f8e69a9715be | d7553f9d245e749a433b0b1075ddde416e701d0e | /main.c | e9ae8dcb9343601356f5313672542d89e1ad7346 | [] | no_license | ECE-2122-C-TP/tp5-EvanReilhac | df85fc19abfbbcf8968c80b0266be03539150935 | 6de815393acb1e6a0cdebe4a0e5f992f6a5e41fc | refs/heads/main | 2023-08-14T18:42:03.950457 | 2021-10-11T20:42:46 | 2021-10-11T20:42:46 | 416,080,064 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 110 | c |
#include "Exercice.h"
int main() {
//exercice1();
//exercice2();
exercice3();
return 0;
}
| [
"noreply@github.com"
] | ECE-2122-C-TP.noreply@github.com |
20085c09c5c9417ac7c713cbbd3dfb685c2caf7b | 8d06f1f690fd4e61556cae7ae5322bcad1e833f5 | /LTRobort/protocol_common_errorcode.h | f49ad1ec2482d546a313848c87dd2fda79ef2c59 | [] | no_license | chuyiwen/Tool | c450750749c451b43b9f5211a4510b66f407c3e1 | 158459d57fdb6a2f6b5e3baecc836f7224714b43 | refs/heads/master | 2021-01-23T23:45:56.701134 | 2018-02-24T11:22:15 | 2018-02-24T11:22:15 | 122,734,127 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 3,337 | h | /*******************************************************************************
Copyright 2010 by Shengshi Interactive Game Co., Ltd.
All rights reserved.
This software is the confidential and proprietary information of
Shengshi Interactive Game Co., Ltd. ('Confidential Information'). You shall
not disclose such Con... | [
"chuyiwen1988@gmail.com"
] | chuyiwen1988@gmail.com |
f48aa5215ebeb268c0df1efee25b5f06fb05d638 | b9564f9678c57f6bddc867d8d5c440f6fda21e8a | /HW4prob4.c | baba764fe4e0776e7bfb7b193ef95063363b4680 | [] | no_license | ShivSubedi/Learn-to-program-in-C | 3bb6ce8d70397352a473eefe8ef8479afe864dae | ddfd5d84f1e5f0c435565eb1ec0ff6c410d0cc57 | refs/heads/main | 2023-02-05T08:49:05.634305 | 2020-12-27T20:03:35 | 2020-12-27T20:03:35 | 324,834,789 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,371 | c | // HW4prob4
//SHIV SUBEDI (CS 5900)
#include <stdio.h>
#include <math.h>
int main ()
{
char res;
double h, w, hat_size, jacket1, jacket2, n, q, x, waist1, waist2;
int age, p, y;
printf ("Enter 'y' if you know your height and weight, else get your measurements before\n\n");
printf("Do you know your height... | [
""
] | |
2bac807bd733ddba6745246e0f8ac616c0fc9f3b | 3a900461ea8b7a2aa30f4aaf5ae0d2b08dab2d2f | /src/test_prog.c | 1e0ac9a0005e5a5cf49b546426bbef26029c91b9 | [] | no_license | hatilima/ARM_Makefile | 499f806ee56c7dc6f878627c3e2a3c3b208860a9 | 9a24c998cead01d15de596505db2d6608ea403a9 | refs/heads/master | 2023-03-13T12:50:35.377600 | 2021-03-29T10:00:44 | 2021-03-29T10:00:44 | 352,315,337 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 141 | c | #include<stdio.h>
#include<stdint.h>
static const int a = 7;
static int b = 8;
static int sum;
static int reg;
void main(){
sum = a+b;
}
| [
"jasperhatilima@gmail.com"
] | jasperhatilima@gmail.com |
6c08ab725728dda9bec56b8f257ded08cc9a5282 | 3d01e36be8067eeda1d0f923b02107f55eac2ab0 | /at91lib/usb/otg/usb_task.h | 7d92ae5d3df742601be81816087ba8eae3e76694 | [] | no_license | bennyhuang007/AS3910 | d1ea86e9afc377321c7176917a4314101fc4b7f6 | 75ca22aff365730900485d33db1ab0dac2cd0d48 | refs/heads/master | 2021-01-23T05:56:38.450427 | 2017-03-27T10:54:44 | 2017-03-27T10:54:44 | 86,324,633 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,305 | h | /* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support
* ----------------------------------------------------------------------------
* Copyright (c) 2008, Atmel Corporation
*
* All rights reserved.
*
* Redistribution and use in source an... | [
"benny_scau@qq.com"
] | benny_scau@qq.com |
1201f4220441b2b5e07c7eed41326731c1c6edb6 | c7792b5e5ae5e74d643518a5b0644020288fc6da | /mutants/fuzzgoat.mutant.18404.c | d7051be94ee13ece4ad82debe0cb2bda36c913e4 | [
"BSD-2-Clause"
] | permissive | agroce/fuzzgoattriage | 0dc99daf2d061aaa0f58ceef3657b6f9ff411613 | 173c585cc7e87bcb2b82ae22fde56935352cd597 | refs/heads/master | 2020-07-29T14:49:39.691056 | 2019-09-20T18:07:19 | 2019-09-20T18:07:19 | 209,830,892 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,169 | c | /* vim: set et ts=3 sw=3 sts=3 ft=c:
*
* Copyright (C) 2012, 2013, 2014 James McLaughlin et al. All rights reserved.
* https://github.com/udp/json-parser
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1... | [
"agroce@gmail.com"
] | agroce@gmail.com |
af6df61fb4371e1763f44f120c80ebcb4c4db81b | f22fab065b8792fb8941c5a3992af488a0e04ad5 | /ILP/progol/golem/src/patch.c | e5d865bf064b2ada6413a20e13f086fabcea4e9a | [
"MIT",
"LicenseRef-scancode-public-domain"
] | permissive | irokin/pyswip | 03bb925ed58e87cf181ecdd9e0d88ab2fa2e5a6d | 21a258dea7e33545a4805ee52d4ae780cce677ee | refs/heads/master | 2020-08-24T07:38:06.522179 | 2019-10-22T16:35:20 | 2019-10-22T16:35:20 | 216,785,974 | 0 | 0 | MIT | 2019-10-22T10:25:57 | 2019-10-22T10:25:57 | null | UTF-8 | C | false | false | 4,063 | c | /* ####################################################################### */
/* GOLEM Patch Operations */
/* ---------------------------- */
/* ####################################################################### */
#include <stdio.h>
#... | [
"gu.irokin@gmail.com"
] | gu.irokin@gmail.com |
956f971385e6fc9c0b9cf00a50575d6ad70e93ee | 46979906b331cc10c7f0f009a158ce0996f14097 | /dynchk/libs/libgtk-3/gtk_tool_palette_unset_style.c | 17fabada1ce1b25e72f9d9b99f6fa4d5b0cf3adf | [] | no_license | mwichmann/lsb-checkers | 2f6a9674c9a23e39d69d35e8d2457c7a5b3881dc | 1170e4486085731b129cbb060c693e7e6ebca027 | refs/heads/master | 2020-06-11T00:07:56.105656 | 2016-12-08T19:30:39 | 2016-12-08T19:30:39 | 75,857,254 | 3 | 3 | null | null | null | null | UTF-8 | C | false | false | 1,045 | c | // Generated by gen_lib.pl
#include "../../tests/type_tests.h"
#include "../../misc/lsb_output.h"
#include "stdlib.h"
#include <gtk-3.0/gtk/gtk.h>
#undef gtk_tool_palette_unset_style
static void(*funcptr) (GtkToolPalette * ) = 0;
extern int __lsb_check_params;
void gtk_tool_palette_unset_style (GtkToolPalette * arg0 ... | [
"mats@linuxfoundation.org"
] | mats@linuxfoundation.org |
01c1a5ffa3aa7ec2536e9f4981a795b8ec5f4d7b | e51ebd66015a73729deb364cb1b3e92678a0f488 | /src/Line.h | 05e022dabbd8202289be92f2d8dfcb1e80f5b885 | [
"MIT"
] | permissive | bhamadicharef/vectrexy | ffe1ec699baacf9abc27e690f34d8389d371516c | c6611e116272b7f3707db985193eccc9712c0e81 | refs/heads/master | 2020-03-24T00:57:59.975131 | 2018-07-25T04:41:51 | 2018-07-25T04:41:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 113 | h | #pragma once
#include "Vector2.h"
struct Line {
Vector2 p0;
Vector2 p1;
float brightness = 1.f;
};
| [
"amaiorano@gmail.com"
] | amaiorano@gmail.com |
96163ecc968674cfe1185bc55052a540b22d5567 | 3c4f005d236e2b9542395e98adfd15bedad51254 | /src/rank_item.c | 25efd46f6c0a9f471afde29849919929fa7cbad9 | [] | no_license | ch0c0pain/sugoi | e9f7cac6478d8abc3389d134271de32f27547767 | 5d0e5f7399577255961e1056939867c4d591649b | refs/heads/master | 2021-04-06T17:02:35.091134 | 2018-03-08T11:43:05 | 2018-03-08T11:43:05 | 124,380,215 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,465 | c | #include <stdio.h>
#include <stdlib.h>
#include "rank_item.h"
#define KNRM "\x1B[0m"
#define KRED "\x1B[31m"
#define KGRN "\x1B[32m"
#define KYEL "\x1B[33m"
#define KBLU "\x1B[34m"
#define KMAG "\x1B[35m"
#define KCYN "\x1B[36m"
#define KWHT "\x1B[37m"
#define KBOLD "\e[1m"
#define KNBOLD "\e[22m"
static in... | [
"sylvain.gauthier@ensimag.grenoble-inp.fr"
] | sylvain.gauthier@ensimag.grenoble-inp.fr |
7934abe82863d0d86c3087d6c5edb3d929d7ac08 | 50eb484568c618db0a96fb2766cf48f4548fcd38 | /芽爱/mea25_01.s.c | 641ad145051312971ad7549d5f461ed4a3ea6d6a | [] | no_license | yytxjzxjz/SoraHana | 7ff21128ab84b8d88e6153bcd2bb36d006636fab | d06977e6dcfe820aa11e4d5b83e94afe765a56e3 | refs/heads/master | 2020-12-25T03:58:50.544014 | 2015-09-06T17:35:00 | 2015-09-06T17:35:00 | 41,948,973 | 0 | 0 | null | 2015-09-05T04:28:55 | 2015-09-05T04:28:55 | null | UTF-8 | C | false | false | 18,170 | c | *[文件:mea25_01.s]
*[场景标题,旅は始まらず,00000055]
*[场景日期,7月25日,00000056]
*[场景角色,藤ヶ崎芽愛/メリエル,00000058]
[00000531,1,独白]
>目を閉じているうちに夜が明けていた。眠ることもなく、その必要も感じず、ただ、目を閉じていた。
<
#
[00000548,2,独白]
>青空にはいつもと変わらず、太陽が浮かび、青い空を、白い雲が流れていく。
<
#
[00000565,3,独白]
>羊のような雲。俺の存在になど構うことのない、超然とした存在。
<
#
[00000601,4,独白]
>最後には、メリエル... | [
"higan@live.cn"
] | higan@live.cn |
b2ee4158ed16911df3e2fd1bbefe98fa1a375053 | 8d6b753b99f5ad09cba735666230ae789c2a89ce | /C/intf_file_src.c | 7419cbc45ff6633b792d521507b7c7dee243751e | [
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"LicenseRef-scancode-public-domain"
] | permissive | jhinder/db-ticket | 5e4aac756848a32706eed3cdc7eff72541beb86a | f4cc1196e02a197a6bd9c41eeb1bcc5f306fc55a | refs/heads/master | 2016-08-04T17:25:43.444758 | 2015-01-25T19:15:04 | 2015-01-25T19:15:04 | 29,408,957 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 632 | c | /* dbticket/intf_file_src.c
* (c) jan (dfragment.net) 2015
* Licensed under MIT licence.
*/
// Before you ask: the file name stands for
// Internal functions: FILE section read & compare.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "intf_file_src.h"
// This code is used all the time, so it... | [
"jan@dfragment.net"
] | jan@dfragment.net |
690532ef00fb6c1fd42ac6875477caaf164b8006 | 4f4ddc396fa1dfc874780895ca9b8ee4f7714222 | /src/rtl/c/remprop.c | cb3ee37209086ab842b3ecd66f52e3a58e85bb7d | [] | no_license | UtsavChokshiCNU/GenSym-Test2 | 3214145186d032a6b5a7486003cef40787786ba0 | a48c806df56297019cfcb22862dd64609fdd8711 | refs/heads/master | 2021-01-23T23:14:03.559378 | 2017-09-09T14:20:09 | 2017-09-09T14:20:09 | 102,960,203 | 3 | 5 | null | null | null | null | UTF-8 | C | false | false | 907 | c | /*
* remprop.c - Chestnut Run-Time Library entry for function remprop
*
* Copyright (c) 1990-1992 Chestnut Software, Inc. All Rights Reserved.
* Use of this Library is subject to the terms of a license from
* Chestnut Software, Inc. Please refer to the License for details.
*
*/
#include "runtime.h"
#if SI_... | [
"utsavchokshi@Utsavs-MacBook-Pro.local"
] | utsavchokshi@Utsavs-MacBook-Pro.local |
19c07c968bacfb95c916cc06d9a8e537f93cca73 | f37d2c80ead9b9d96425021f39fe452c416374d4 | /arch/arm/plat-mxc/iomux-v3.c | 6d36bff55bd04f20f3e3f01f5dee0d16c332f0a4 | [] | no_license | baedison/smc-test2 | 94dfc97107aa41540f6b5e19dd9111f6819369b6 | ce27d4304be9118eaa37bf267ca6139b3c548ff6 | refs/heads/master | 2020-04-12T09:45:33.252949 | 2013-04-23T14:53:43 | 2013-04-23T14:53:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,142 | c | /*
* Copyright 2004-2012 Freescale Semiconductor, Inc.
* Copyright (C) 2008 by Sascha Hauer <kernel@pengutronix.de>
* Copyright (C) 2009 by Jan Weitzel Phytec Messtechnik GmbH,
* <armlinux@phytec.de>
*
* This program is free software; you can redistribute it and/or
* modify it under the ter... | [
"baedison@daum.net"
] | baedison@daum.net |
75b98e57d945c3ce73eac7cceb0503cab875d6a8 | 952c2db94ade9e146bd9ef4906f3f80b2cc99e89 | /libapreq2/module/apache2/handle.c | 0e42b00e4569f0dfd73492c870ee7a55fabb45ff | [
"Apache-2.0"
] | permissive | jeffreyhorner/rapache | aa42982d7a5a2cc5bf6d3d494c0b7cd5090944dd | 42f20ed5a3bdfcc9b0c4af88a93a1c3c3ca697ee | refs/heads/master | 2022-03-17T03:47:24.686016 | 2022-02-17T20:31:49 | 2022-02-17T20:31:49 | 1,494,034 | 96 | 31 | Apache-2.0 | 2022-02-17T20:31:51 | 2011-03-17T23:56:27 | Shell | UTF-8 | C | false | false | 10,698 | c | /*
** Copyright 2003-2005 The Apache Software Foundation
**
** 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 ... | [
"jeffrey.horner@gmail.com"
] | jeffrey.horner@gmail.com |
8eb1f62fba55a34a9bd47daea0f44dc58f0d931c | ca7da669ae8b4536a43c5b17d8bc2e870b68b67b | /实例198.创建单向链表/main.c | 47fe9d613dc2f78d413d30560db9cdb84ddef311 | [] | no_license | BetterKen/CLanguagePrograms282 | 3da486a6ea306aa19f2f15ad0df9ee4494691be0 | e1c398ef5e9ca2c3938f3a20ed4ec5aeda76f8b1 | refs/heads/master | 2022-04-10T11:30:39.681695 | 2020-03-24T14:17:02 | 2020-03-24T14:17:02 | 246,362,001 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 684 | c | #include <stdio.h>
#include <malloc.h>
struct Node {
int data;
struct Node *next;
};
int main() {
int n;
struct Node *head, *p1, *p2;
puts("请输入你想创建的节点个数:");
scanf("%d", &n);
puts("请输入整数:");
for (int i = 0; i < n; ++i) {
int tmp = 0;
p1 = (struct Node*) malloc(sizeof(st... | [
"sgao0301@gmail.com"
] | sgao0301@gmail.com |
5c0d1b721eefe350c9ecac26d7134bdf3d2e816a | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/808f0789-fe97-4715-ae00-a1de56b7edce.c | 46fc2beff506d83ac3bce35c2b98f9e9791e112e | [] | 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 | 556 | 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 = i/j;
l = i/j;
l = j%j;
l = i%j;
l = l+j;
k = k-j*i;
//variables
/* START VULNERABILITY */
int a;
char b[34];
char c[20];
a = ... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
8ef0fdcfd06e9e3ec206acbb82293b7a59bc5100 | 161aaf36e52a1d9a65b7400565cd3f125eba5bf9 | /baseOpt.h | 981e8f5349adbff72b7ce5bae8e72b213a1940f4 | [] | no_license | DevilInChina/Als_Rec_System | 862310613076076c07fafd71a19c1337d5e1b59c | 6635659d4396a7c2f0f6d2cfa65e770d21f7c4a4 | refs/heads/master | 2020-09-05T02:23:12.865756 | 2019-11-16T01:28:42 | 2019-11-16T01:28:42 | 219,955,832 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,526 | h |
#define BASE_OPT
#ifdef BASE_OPT
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <sys/time.h>
#define OFAST
#define CG_SWITCH
//#define SPEC_MATMAT_TRANSB_MULTITHREAD
//#define UPDATE_MTX_MULTITHREAD
#define CORE_NUMBER 160
#define THREAD_NUMBERS 160
#define type float
... | [
"905320627@qq.com"
] | 905320627@qq.com |
01c82a83f1eab3a9e221ed829421ca8245a86443 | 77385400eda14b93039063c36034062a1a28acde | /Software/petsc/src/dm/impls/composite/pack.c | a24308f75929bda5c5a421f1d980b3eca116e00c | [
"BSD-2-Clause",
"MIT"
] | permissive | Silverwing747/Direct-Van-der-Waals-Simulation-Code-Mesh | 89f477d8f632f2f1e945040f3683eaa54a198b86 | 803ef15abfa075edf919d9bda37d3cb621f29633 | refs/heads/main | 2023-04-12T04:54:03.295676 | 2023-02-07T21:42:44 | 2023-02-07T21:42:44 | 596,635,922 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 66,089 | c |
#include <../src/dm/impls/composite/packimpl.h> /*I "petscdmcomposite.h" I*/
#include <petsc/private/isimpl.h>
#include <petsc/private/glvisviewerimpl.h>
#include <petscds.h>
/*@C
DMCompositeSetCoupling - Sets user provided routines that compute the coupling between the
separate components (DMs) in ... | [
"hu450@purdue.edu"
] | hu450@purdue.edu |
2a78bbdd017dd578c2427cd334be9e89804afc40 | c1a7b4e1ded87585461021f2c3e05da2ee4de52f | /jthread.h | af2acebc201f96ed4c09acd4ad761db88813a889 | [] | no_license | EnderShadow/cs-562-jvm | da5e1dcd1b8b1986eacfa5b01506b24f4249bfeb | c05cd09ff3ce33de9e0ed7527743c220bd383c8d | refs/heads/master | 2020-08-23T23:09:58.339592 | 2019-11-05T21:28:08 | 2019-11-05T21:28:08 | 216,720,856 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,809 | h | //
// Created by matthew on 10/11/19.
//
#ifndef JVM_JTHREAD_H
#define JVM_JTHREAD_H
#include <stdint.h>
#include <stdlib.h>
#include "object.h"
#include "dataTypes.h"
typedef struct stack_frame {
struct stack_frame *previousStackFrame;
void *prevFramePC;
method_t *currentMethod;
cell_t *localVariabl... | [
"matthewwarren101010@gmail.com"
] | matthewwarren101010@gmail.com |
aa8b47fcf438874f82b127eb96712b4bb7cbaf49 | 138cbca484d96709595cac0853c943e4ec229dcc | /242-A/242-A-bug-8222949-8222956/242-A.c | ba71baf9015140505c5243657ce82fd04392667d | [] | no_license | diogomfreitas/pySBFL | d5432ef720d362efc30342ca799df91e229e32bc | b346eff14dcbe4252a17ffc57b405b16f1716026 | refs/heads/master | 2021-10-16T10:58:50.898876 | 2019-02-10T21:18:24 | 2019-02-10T21:24:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 375 | c | #include <stdio.h>
int main(int argc, char *argv[])
{
int a, b, c, d, e, f, g;
int ZA[100], ZB[100];
scanf("%d%d%d%d", &a, &b, &c, &d);
g = 0;
for (e = c; e <= a; ++e)
for (f = d; f <= b; ++f)
if (e > f) {
ZA[g] = e;
ZB[g] = f;
g += 1;
} else
break;
printf("%d\n", g);
for (e = 0; e < g;... | [
"diogom42@gmail.com"
] | diogom42@gmail.com |
5a96ca131e3200ced0dcecbf4218144e77727193 | 74b8f8e993382091eb05e395f9467194eb12f2c7 | /posixtestsuite/conformance/interfaces/sigaction/16-23.c | d8a29bbe344ded19fe68b99afeb3cc2b50d31f09 | [
"GPL-1.0-or-later",
"GPL-2.0-only",
"MIT"
] | permissive | mpdn/unthread | 9004309a7172b9c7a5c4afd020bb1e05fcc7e6d4 | aa227f9940da4c9d8826de21458f2d74a7936ba8 | refs/heads/master | 2023-05-11T19:11:04.063840 | 2023-05-05T19:02:29 | 2023-05-07T17:03:01 | 271,648,432 | 28 | 6 | MIT | 2023-05-07T17:03:03 | 2020-06-11T21:18:00 | C | UTF-8 | C | false | false | 5,509 | c | /*
* Copyright (c) 2005, Bull S.A.. All rights reserved.
* Created by: Sebastien Decugis
* This program is free software; you can redistribute it and/or modify it
* under the terms of version 2 of the GNU General Public License as
* published by the Free Software Foundation.
*
* This program is distributed in the hop... | [
"mike@mikepedersen.dk"
] | mike@mikepedersen.dk |
15213c71fa639c63e56f7da4f456e006a7486054 | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/numpy/numpy/linalg/lapack_lite/extr_f2c_config.c_dlamc5_.c | c7de1dff4685225991320385db6bf9ff946874d5 | [] | 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 | 4,836 | 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 |
134e036045b9e4bb3f2168564bdcadc5fb45ad5d | a127906a541141a6e1d829b4e5784ee8bd597f86 | /device/timer.c | 42f06b258814b6e12bc9b83cfb0512021bef120f | [] | no_license | cshuwei/os | a5941f8a214b47949b8bb23172f1640b215d2471 | 2059b4e7efb2797d52cf153cac5919e950f0cf49 | refs/heads/master | 2021-06-04T03:06:21.188770 | 2017-12-29T13:01:21 | 2017-12-29T13:01:21 | 58,446,291 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,606 | c | #include "timer.h"
#include "io.h"
#include "print.h"
#include "thread.h"
#include "debug.h"
#include "interrupt.h"
#define IRQ0_FREQUENCY 100
#define INPUT_FREQUENCY 1193180
#define COUNTER0_VALUE INPUT_FREQUENCY / IRQ0_FREQUENCY
#define COUNTER0_PORT 0x40
#define COUNTER0_NO 0
#define COUNTER_MODE 2
#define... | [
"806695981@qq.com"
] | 806695981@qq.com |
bc4dd2d6fb352785e9c53fc6177c79a9ca407944 | f86f0afd590c418fcc953f8a930a0c76e0009cdf | /binaries_infos/lib/libfpp/include/fpp_driver.h | 2a614ce0e173cfd9c8dca06e96acf416ecd4ab71 | [] | no_license | jeunder/TCL-TV-reverse-engineering | a485c9d174c8cbff57029ab0938f41e24aa4d486 | cf062d646a467aab82d3c0afdfd15ba03bd2cc54 | refs/heads/master | 2020-06-30T22:02:05.611258 | 2019-01-27T01:19:26 | 2019-01-27T01:19:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,106 | h | /**
* @file fpp_driver.h
* fpp_driver is not defined yet
*/
#ifndef __FPP_DRIVER_H__
#define __FPP_DRIVER_H__
/**
* @brief STBC data, I have no idea what this is, but it is needed for fpp_init_driver();
*/
static char fpp_stbc_data[7168] = {0x54, 0x53, 0x43, 0x42, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0... | [
"jason@prototux.net"
] | jason@prototux.net |
e370af31d35fc936b0b2d9fa96cac3f62600d75f | 21452c59e292017f0e284709dce8d2bd9929ace4 | /android/jni/src/game_io.h | fbe244508dbc07f29e7533ef41645f0cf250ac41 | [] | no_license | jineric1234/recolor | 398174c62b8d5d0713679b77963b94d4998380ed | 279492f4e65ad611a764c6fe1afa4ae40cf60cef | refs/heads/main | 2023-08-21T20:29:01.960464 | 2021-10-21T14:39:04 | 2021-10-21T14:39:04 | 419,770,976 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 570 | h | #ifndef GAME_IO_H
#define GAME_IO_H
#include <stdio.h>
#include "game.h"
/**
* @file game_io.h
*
* @brief This file provides functions to load or save a game.
*
**/
/**
* @brief Creates a game by loading its description in a file
* NB : THE FORMAT WILL BE SPECIFIED LATER
* @param filename
* @return the load... | [
"laura.alanoix@etu.u-bordeaux.fr"
] | laura.alanoix@etu.u-bordeaux.fr |
7d985c644879813c12235da29760e58eec2008c0 | 0041e8a1ce9deb5d0392ca31dd80d969aedf1e77 | /0x05-linked_list_palindrome/linked_lists.c | 4bbee4ea0b0850089a50774da46dcb3ddbcf0d1a | [] | no_license | AlisonQuinter17/holbertonschool-interview | eeb42d48a343b0b865e7f204c13424f5933e4b5d | 153ad1270b40a05621d10773e46fc2f01a024c20 | refs/heads/main | 2023-05-27T05:39:33.748848 | 2021-06-11T22:41:47 | 2021-06-11T22:41:47 | 359,604,161 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,243 | c | #include "lists.h"
/**
* print_listint - prints all elements of a listint_t list
* @h: pointer to head of list
* Return: number of nodes
*/
size_t print_listint(const listint_t *h)
{
const listint_t *current;
unsigned int n; /* number of nodes */
current = h;
n = 0;
while (current != NULL)
{
printf("%i\n"... | [
"alisondanellaquintero@hotmail.com"
] | alisondanellaquintero@hotmail.com |
7cac1c0a34f619c85a0da32859ccdb964b545c97 | b8266f1c5f1535f192edb80aef1c95e1cf0d8b4c | /ueb01/src/logic.c | c6b198c4498e96ec0e984614859049ff79b2785f | [] | no_license | Zude/Computer-Graphics-Collection | c55303ac1cda59f20ce613ef8e82eae42ffac49a | 7e5d668476139d484309baa4d6b153b9c8ece1b2 | refs/heads/master | 2020-06-19T13:38:01.518094 | 2019-07-13T14:24:38 | 2019-07-13T14:24:38 | 196,728,832 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,783 | c | /* ---- System Header einbinden ---- */
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>
#include <math.h>
#ifdef __APPLE__
#include <OpenGL/gl.h>
#include <GLUT/glut.h>
#else
#include <GL/gl.h>
#include <GL/glut.h>
#endif
/* ---- Eigene Header einbinden ---- */
#include "logic.h"
#include "types.h"
/* ---... | [
"alex.93.loeffler@me.com"
] | alex.93.loeffler@me.com |
f09c3f57d62fb693e5b71de2374cfeab53f9cd66 | 342b6dde762a29293213d278a7b2c2c2eb51e56b | /MPI/Dynamic/src/manager.c | cf7f76eeb4b16487c341a420961c5a53b13937c5 | [] | no_license | emlautarom1/Parallel-and-Distributed-Computing | 9f7958b277ac2be030cb5e706b8ab3daae275de5 | 2c48fb2c0a67840d339d284bd79bf152b1279f66 | refs/heads/master | 2022-09-15T00:43:46.459040 | 2020-06-01T13:11:01 | 2020-06-01T13:11:01 | 268,519,772 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,868 | c | #include <stdio.h>
#include <stdlib.h>
#include <mpi/mpi.h>
#define MASTER_RANK 0
#define CHILD_N 5
/*
Reference:
https://etutorials.org/Linux+systems/cluster+computing+with+linux/Part+II+Parallel+Programming/Chapter+9+Advanced+Topics+in+MPI+Programming/
MPI_Comm_spawn:
https://stackoverf... | [
"emlautarom1@gmail.com"
] | emlautarom1@gmail.com |
16733ce6586aaa7c81ac14ea7d7bc374e5692adf | 99475f5a9b0a57f64483d56496e73e622fe95409 | /Principles of Programming Languages/exp2.c | 65630c0e56fd8448a3a2c6a7a8c17474aa25d454 | [] | no_license | aftalam/8th-sem-labworks | b4a9a34ac0125868fcfaf600269fd2aa1c3f499e | 263c01e7013acbb142134d170571487e86c46c50 | refs/heads/main | 2023-07-15T14:09:41.883303 | 2021-09-01T18:21:04 | 2021-09-01T18:21:04 | 363,465,683 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,823 | c | //program to reverse a linked list using iterative and recursive method
#include <stdio.h>
#include <stdlib.h>
typedef struct node
{
int i;
struct node *next;
} node1;
void reverselinkedlist(node1 *head)
{
if (head->next == NULL)
{
printf("%d->", head->i);
}
else
... | [
"noreply@github.com"
] | aftalam.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.