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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0d419e3550f2e5c5c73827eae60fd4245d043833 | 0cf2d4e98a35146bd78a5f395d50aeb093725904 | /PA4/location.h | a14220bd2eb693737c24096ac94441464d1a67d6 | [] | no_license | sonofposeidon1999/Java-compiler | 15e489b05fc91354bebb8323b0783e416175eb83 | b72993937d2dea86d2c9d4b9f4dd1e3d2856112b | refs/heads/master | 2022-12-01T08:06:39.149035 | 2020-08-10T09:19:51 | 2020-08-10T09:19:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 561 | h |
#ifndef YYLTYPE
typedef struct yyltype
{
int first_line, first_column;
int last_line, last_column;
} yyltype;
#define YYLTYPE yyltype
extern struct yyltype yylloc;
inline yyltype Join(yyltype first, yyltype last)
{
yyltype combined;
combined.first_column = first.first_column;
combined.f... | [
"42600631+kavya76@users.noreply.github.com"
] | 42600631+kavya76@users.noreply.github.com |
08cd91f6929c78bf78776a329fcda915158c48b2 | c7880a34f5666908f351cc130076c03da2d2133c | /Código/TCC_5.c | 46ac1e21e898c95292dc7dc6c66eec76ed7c0e21 | [] | no_license | GustavoP06/Dispenser_de_Remedio | e49bb113fbe6de3221d49b7e674440510b25757b | e6da9fb45996593aaf7163142400d78e2ddba503 | refs/heads/main | 2023-09-02T13:45:45.062809 | 2021-11-10T15:42:47 | 2021-11-10T15:42:47 | 374,254,289 | 1 | 1 | null | 2021-08-05T00:14:15 | 2021-06-06T02:52:19 | Assembly | ISO-8859-1 | C | false | false | 87,153 | c | /*=================================================================================
Software Dispenser de Remédios
TCC - Técnico em Mecatrônica
Autor: Gustavo dos Santos Pereira
Compilador: MikroC PRO for PIC
PIC: 18F4550 48MHz
Placa ustart PIC18F4550
----------------... | [
"guga_pereira06@hotmail.com"
] | guga_pereira06@hotmail.com |
7a1bdca4efd67f543d4eb04cde04fd655ca56ea1 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/a9caf77d-72c9-4d7d-8390-75b4bc3fc88b.c | 50e07e7940baa7b624551a447086a85ce302d31d | [] | 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 | 536 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
k = 533;
l = 64;
k = i/j;
l = i%j;
l = l-j;
k = k-k*i;
//variables
//random
/* START VULNERABILITY */
int a;
int b[20];
int c[18];
a = 0;
while (a > -1) {
//ra... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
33275890bcc1c34040276968134983d84fa16092 | ad06b6b1ee8210e68e9bf7667745dbe3503a320e | /lex.yy.c | e32dabb86f0d3e281766e1e631cff4ab2c4c3d76 | [] | no_license | TsawadaTsuna/compilers | 2ad2fd326390a25dd66d45198ac2631ed36d1814 | cfeea92db5d1229d6f8f6d15004bf81e214c469e | refs/heads/master | 2023-09-06T08:26:06.501932 | 2021-11-25T19:05:07 | 2021-11-25T19:05:07 | 416,323,269 | 0 | 0 | null | 2021-11-25T02:56:23 | 2021-10-12T12:12:46 | Python | UTF-8 | C | false | false | 35,895 | c | /* A lexical scanner generated by flex */
/* Scanner skeleton version:
* $Header: /home/daffy/u0/vern/flex/RCS/flex.skl,v 2.91 96/09/10 16:58:48 vern Exp $
*/
#define FLEX_SCANNER
#define YY_FLEX_MAJOR_VERSION 2
#define YY_FLEX_MINOR_VERSION 5
#include <stdio.h>
/* cfront 1.2 defines "c_plusplus" instead of "__c... | [
"kevin.dany.contreras@gmail.com"
] | kevin.dany.contreras@gmail.com |
58a0710df039224fa0bca9c9b34fd3386a2cbc0e | be81f77592404e96e869d157acb6345027802282 | /tunerservice/tunerservice/jni/euinstallertc/installation/comp/util/hsvutil/src/_hsvutil_mwchar.h | 2259f9ba259d2dca1dadd6daaebcdb490be077c2 | [] | no_license | GongHuixue/2k15_asta_app | a5f39ca515958ad38a50b6a42a46b3fdb0d86b09 | 99ee7b8795db43374a19b0b439e90c3a63866862 | refs/heads/master | 2021-01-24T20:01:59.468015 | 2018-08-26T03:29:39 | 2018-08-26T03:29:39 | 123,243,941 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 669 | h | #ifndef HSVUTIL_MWCHAR
#define HSVUTIL_MWCHAR
#define GENERATE__LEGACY__DEFINES
#include "../CHsvUtil_mwchar.h"
#include "CHsvUtil_mwchar_Priv.h"
#undef GENERATE__LEGACY__DEFINES
void CHsvUtil_mwchar_Priv::params__init(void)
{
}
CHsvUtil_mwchar_Priv::~CHsvUtil_mwchar_Priv()
{
}
//public class connec... | [
"huixue.gong@tpv-tech.com"
] | huixue.gong@tpv-tech.com |
9a85ed236e7e4a338ec53dd7f533a7de06117d72 | a97be02b1ee6270591df7fab873d597dc6eeaee4 | /adc.h | 2aeaf74bab585f669ca2d2fdd3358dbb35eb4e40 | [] | no_license | wwkkww1983/attiny_i2c_registers | f3b0d8cb0fdd282c8568d7f071f2b51d10de0659 | 2f6a7ac14e3e578754de5dd535c7b9711d816e98 | refs/heads/master | 2022-02-10T21:46:43.902538 | 2019-03-19T08:58:05 | 2019-03-19T08:58:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 55 | h | #ifndef ADC_H
#define ADC_H
void initADC(void);
#endif
| [
"yury.adamov@promwad.com"
] | yury.adamov@promwad.com |
4ce2efb80d27ecf5f1ce0a1501620178c6e0a76f | 5733837c251d4c08734a49536b35a7bf7db2bd3f | /Config1/UNOAUV2/FPO/include/uobjects.h | d0ceb7d0b8bb5b0405815b6fde2130afb391ec05 | [] | no_license | deniskucher/CR2 | 835098ade053272a2d26f11761c47456cbe6b74a | b18ab83449d722030228b7d7bbb9358412231a1e | refs/heads/master | 2021-01-16T23:20:30.406169 | 2016-07-29T08:34:51 | 2016-07-29T08:34:51 | 61,295,065 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 247 | h | #ifndef uObjectH
#define uObjectH
#include "usertype.h"
#include "uclasses.h"
extern _TMIG *_PI21AC01;
extern _TMIG *_PI21AD03;
extern _TMIG *_PI21AE05;
extern _TTAKT *_takt_tc;
extern void InitObjects();
extern void DeleteObjects();
#endif
| [
"ki11a_88@mail.ru"
] | ki11a_88@mail.ru |
5e0974fd6f9aa3342cf793d1ae5cd1363c96b388 | 2decb7b11e60eba6d0de503bd3448751b955a17c | /src/fight/destroy_elems/destroy_set.c | 6cd336f4542e73fd82bf824eb37230b1bc8f10fd | [] | no_license | TheoXsp/Epitech-RPG | 19cef3e06d723b8fdf215a9f5d33b7cf7c6460ff | 53d76fe57acd9fbe914357b17d581c650c342e26 | refs/heads/main | 2023-07-18T02:05:23.218536 | 2021-09-07T11:30:30 | 2021-09-07T11:30:30 | 403,951,664 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 141 | c | /*
** EPITECH PROJECT, 2020
** Base
** File description:
** main
*/
#include "game.h"
void destroy_set(settings_t *set)
{
free(set);
}
| [
"theo.regheasse@epitech.eu"
] | theo.regheasse@epitech.eu |
c92082f15c0bf53732313b63a0fcfdcf4f3bc0e1 | b6fd15efff8945a1f0b8501f422cbe6d9f4c23e9 | /Anul III/Sem 2/Tehnici de Compilare/ddd_lectii_ma10feb2015/so_s18feb2012/dfwseet/p24.c | c247cf6933a1aebe01bdc69fa113583f79f64283 | [] | no_license | andreim9816/Facultate | 729a14fb60755e36fca01355162253f088fabf3e | 8eae7f73fd8ab5fd11de3f1fa744a1837abd49e0 | refs/heads/master | 2023-03-06T09:59:53.477012 | 2022-03-11T22:47:17 | 2022-03-11T22:47:17 | 175,485,457 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 283 | c | #include<unistd.h>
int main(){
char *argumente[]={"/bin/ls", "-l", NULL};
execv("/bin/ls", argumente);
/* in caz de succes al lui "exec", aici nu se mai ajunge */
return 0;
}
/* Utilizare:
Lansam:
p24
Pe ecran apare efectul executiei unei comenzi shell "ls -l"
*/
| [
"andreim98@yahoo.com"
] | andreim98@yahoo.com |
96094ee08cfcda70a0476e4e4ea1828836a3f1ae | 637464bedee81513c5ea2c0d5d6a7527e2b4d666 | /srcs/push_swap/ft_push_swap.c | c97677e2c1524d1be1e9d6b5b16c87924e5ca84f | [] | no_license | raourghi/push_swap | 0e0e0fc5fab0fd617d660d123bee59401a5df053 | 8fb89cfbe8f808eda54731cc371b18814a996f78 | refs/heads/main | 2023-08-31T02:32:48.904680 | 2021-10-27T12:37:51 | 2021-10-27T12:37:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,614 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_push_swap.c :+: :+: :+: ... | [
"noreply@github.com"
] | raourghi.noreply@github.com |
de9a4d1b1892c5f73438e9d7c6ae58060cd06b14 | fbdb3e4df3925b330739e599d7f539a5aea4f163 | /d/xiakedao/npc/dizi3.c | 1a0847903a25c9caa76cacd257f51dd6f05ef1a5 | [] | no_license | MudRen/ZHLib | 2be4566998800d1a8ed50bf379d0e43a7c97e8ac | 73111626fed37f302ca433dd1628730ca07e7dc2 | refs/heads/master | 2020-04-04T15:43:26.136616 | 2018-11-04T04:42:20 | 2018-11-04T04:42:20 | 156,049,634 | 2 | 3 | null | null | null | null | GB18030 | C | false | false | 1,806 | c | // dizi3.c 弟子
#include <ansi.h>
inherit NPC;
inherit F_MASTER;
void create()
{
set_name("青衣弟子", ({ "di zi", "di", "zi" }));
set("long", "这是三十多岁的壮汉,膀大腰圆,是岛主从中原招募来的。\n");
set("gender", "男性");
set("age", 30);
set("shen_type",1);
set("attitude", "peaceful")... | [
"i@oiuv.cn"
] | i@oiuv.cn |
d9e541d3268c6b2e7ce6dd2839ffad88960e82a1 | d5ebe3922cbdbb607bf725c56ae7bdc365b66756 | /space_or_zero.c | e28e8f5e8ea900136d5bccfc55f92f96e44f1d6a | [] | no_license | ChloeLere/myprintf | ee410d4f4233ea9becb79ba2e0b3c6472be5b96e | b1f224b02298d0bcca20bcc8c94aef4927e29c37 | refs/heads/master | 2023-03-18T23:01:08.128204 | 2021-03-16T16:08:00 | 2021-03-16T16:08:00 | 348,410,892 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,008 | c | /*
** EPITECH PROJECT, 2020
** space_or_zero
** File description:
** other flag for my_printf
*/
#include <stdarg.h>
#include <stdlib.h>
#include <unistd.h>
#include "../includes/my.h"
int add_zero_or_space(char *str, va_list argv, int add)
{
add++;
int nbr = my_getnbr_with_i(str, add);
int size = my_nbrl... | [
"chloe.lere@epitech.eu"
] | chloe.lere@epitech.eu |
0ac5c7c5b689ec4cc5e62e31527467a217dd9032 | 642d404aa2913758585e7697f25591c1b5518edf | /jni/onload.h | 445d55c857d292d25b732f455e4bef0ae2752764 | [] | no_license | 4455jkjh/music_player | 981907fd8a001837be5b748b578fb9c732eabd60 | a79e06b6fc8472ef21be7e4a7c4308997d25d165 | refs/heads/master | 2021-01-22T13:38:16.192076 | 2016-01-23T11:46:19 | 2016-01-23T11:46:19 | 41,930,847 | 6 | 3 | null | 2015-09-18T02:26:02 | 2015-09-04T18:11:36 | C | UTF-8 | C | false | false | 148 | h | #include <jni.h>
void calljava(int);
void init1(JNIEnv *, jobject);
int jniRegisterNativeMethods(JNIEnv*,const char*,const JNINativeMethod*,int);
| [
"raoyi10@163.com"
] | raoyi10@163.com |
26cf8cefef4a43411f3c790e432a66d8fa882259 | 5964aba70e5f368d5d0bf9ee84b7a6e15ce1b0a8 | /实验5 卡尔曼滤波/src/main.c | 9b537232de3c114469cec02da2ae2a6da0800e94 | [] | no_license | yanzilan1993/MSP430 | 9d41162cd60a519c816187a56701490a4f5f2730 | 673316af0ae7c42e14bf5cba49473e4afe0125b3 | refs/heads/master | 2021-09-22T21:35:32.676350 | 2018-09-17T08:37:51 | 2018-09-17T08:37:51 | 149,094,138 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 1,257 | c | #include "board.h"
#include "usart.h"
#include "timer.h"
#include "led.h"
#include "motor.h"
#include "mpu6050.h"
#include "kalman.h"
static struct _1_ekf_filter ekf[3] = {{0.02,0,0,0,0.001,0.543},
{0.02,0,0,0,0.001,0.543},
{0.02,0,0,0,0.001,0... | [
"yanzinan@bj-zkhd.com"
] | yanzinan@bj-zkhd.com |
12896a068dba613f1c66297b3f7f70ae6189992c | 1c94a7b56cdfb948798918f4a3786f9ca6732670 | /S3/ARCHI/tp5/isim/fsmtravaux_tb_isim_beh.exe.sim/work/a_1086228603_2372691052.c | 4f7c989cc07b5aa81713910d815a33c1197b8f5e | [] | no_license | jecisc/BazardFac | c57561bcbef3e848e0b9f34dfd51a95caafc768b | 82e00dac68bb2a8d34ffb0eb1ac5acc03f0e1cf1 | refs/heads/master | 2021-01-23T12:58:21.509346 | 2017-06-03T00:09:24 | 2017-06-03T00:09:24 | 93,212,111 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,437 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"c.ferlicot-delbecque@etudiant.univ-lille1.fr"
] | c.ferlicot-delbecque@etudiant.univ-lille1.fr |
1a931c46895dc29b723e53d4713c7edcbfbd24c2 | 45c5fdebd825804e12df051fd56c4a75fda41d69 | /app/src/main/cpp/face_detect.h | 09b78abe366eb59dafb5179d1a36808c786acb43 | [] | no_license | blueberryCoder/FaceRecognition | cdac15c4034ea08bd6cae64946444f713c463c02 | bbdf94efe570d278712d9d41951175eb6d475df5 | refs/heads/master | 2023-01-09T22:34:46.983097 | 2022-12-22T00:49:53 | 2022-12-22T00:49:53 | 73,997,700 | 24 | 7 | null | null | null | null | UTF-8 | C | false | false | 865 | h | //
// Created by Administrator on 11/16/2016.
//
#ifndef FACERECOGNITION_FACE_DETECT_H
#define FACERECOGNITION_FACE_DETECT_H
#include "lang.h"
#include <opencv2/core.hpp>
#include <opencv2/objdetect.hpp>
#include <opencv2/imgcodecs.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
#i... | [
"992036795@qq.com"
] | 992036795@qq.com |
37c8db8953d890b07f558a63cb4078fed0eb36c8 | b669b752e7a4773f498f216c2b855340fdfae738 | /modified_packages/GPL_LGPL_licensed_packages/imx-bootlets_10.12.01/imx-bootlets-src-10.12.01/rom_lib/include/itf_pitc.h | 3889ff84100eccc6a8ea352772b3f3af3f844919 | [] | no_license | rbarreiros/vorwerk-tm5-oss-sources | 53a8a5717f746b6495a7bd2fb37eb171a8ae3cd6 | 73e9adb0c763d3883bd45f5dbbecaeb2d668fcc5 | refs/heads/master | 2020-03-27T05:48:44.021550 | 2018-04-27T14:23:59 | 2018-04-27T14:23:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 984 | h | ////////////////////////////////////////////////////////////////////////////////
//! \addtogroup rom_usb
//! @{
//
// Copyright (c) 2006 SigmaTel, Inc.
//
//! \file pitc.h
//!
//!
////////////////////////////////////////////////////////////////////////////////
#ifndef __itf_pitc_h__
#define __itf_pitc_h__
... | [
"s.scharrenbach@gmail.com"
] | s.scharrenbach@gmail.com |
d4ed30555eddb3677dbb70027bcf70fb418a1363 | 152dce6cd8d3b47a9742227d0a8f327c27d22de8 | /pset2/crack/draftwork/draftcrack.c | 628fd872febf5051c0307a256af0fb6d7006e28b | [] | no_license | HughKelley/CS50 | fc8fe316c580884500f1493242a67ba82357f5a1 | fdc7f565f6d3f8011cc943669fb820299ea915bc | refs/heads/master | 2020-05-19T19:05:29.697054 | 2019-05-06T10:58:04 | 2019-05-06T10:58:04 | 185,169,272 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,268 | c |
/*
Implement your program in a file called crack.c in a directory called crack.
Your program should accept a single command-line argument: a hashed password.
If your program is executed without any command-line arguments or with more than one command-line argument, your program should print an error (of your choice)... | [
"hghklly@gmail.com"
] | hghklly@gmail.com |
37740e8a7cbb168a02a181220e4fc1b762262684 | 87973af5b0c6900cd08d7048e211e316de9ba47f | /utils.c | 4e85296847e7ab2b3274fdecba512efdf5c039b1 | [] | no_license | danlee65071/PUSH_SWAP | b921f36d5fecbe6c98ce249f76fae7f52818278a | 85eb2e988e964e4b2374da9fc24aaa3b849f22ee | refs/heads/master | 2023-08-24T12:57:17.326938 | 2021-10-18T23:17:15 | 2021-10-18T23:17:15 | 418,434,547 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 643 | c | #include "push_swap.h"
int ft_atoi(const char *string)
{
int i;
int sign;
long int res;
i = 0;
res = 0;
sign = 0;
if ((string[i] < '0' || string[i] > '9')
&& (string[i] < '\t' || string[i] > '\r')
&& (string[i] != ' ') && (string[i] != '-') && (string[i] != '+'))
return (0);
while ((string[i] >= ... | [
"danlee65071@gmail.com"
] | danlee65071@gmail.com |
df99d141013394631d2a07a344682433ba528bb4 | 80c0f8e238be00dd70e72d8fed2b13f5d0882815 | /phpdev/vc9/x86/php-5.6.39/ext/sockets/sockets_inet.c | 44beec09129a948fcfb9eb0c075d03d044c7c043 | [
"BSD-3-Clause",
"BSD-4-Clause-UC",
"Zlib",
"ISC",
"LicenseRef-scancode-other-permissive",
"TCL",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"JSON",
"LicenseRef-scancode-pcre",
"blessing"
] | permissive | melissayi-hq/php-5.6.3x4VC9 | 050a56e584c6d908940e8ffca8567dd0e3c7a2fd | 47f9765b797279061c364e004153a0919895b23e | refs/heads/master | 2023-03-16T17:26:26.823087 | 2020-07-21T00:03:22 | 2020-07-21T00:03:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,915 | c | /*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Authors: FlorincB <orynider@rdslink.ro> |
+-------------------... | [
"orynider@rdslink.ro"
] | orynider@rdslink.ro |
5c1392142a4128258cf8349fcb17784288c0f9b2 | 4208e9c909deefd4a9ce90484db052213887a4e8 | /L05/L05Ex5/main.c | 42598005bf31301465b1c9c845b053711b630cf1 | [
"MIT"
] | permissive | ImGelu/c | 28fbe565a576443c14524bbc887b8d016eb53c2c | 70d28a48f9bb105cd9ba90c2be34be8fb87abb4f | refs/heads/master | 2020-07-17T22:25:30.033160 | 2019-09-03T15:46:04 | 2019-09-03T15:46:04 | 206,112,542 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,801 | c | /// 3.5. Să se scrie funcţiile pentru adunarea, scăderea şi înmulţirea a două matrice şi apoi să se calculeze A=B*C–2*(B+C), unde B şi C sunt două matrice pătratice de ordinul n.
#include <stdio.h>
#include <stdlib.h>
void citeste(int a[100][100], int *n, char c){
int i, j;
printf("Citeste matricea %c: \n", ... | [
"imgelu@gmail.com"
] | imgelu@gmail.com |
f82015f8b0947aa03ef5eee4630c0f634feae751 | f3eed0234b4d0ad2bbb2abd700cf1e2c7a0e8a1d | /AKWF-c/AKWF_0007/AKWF_0669.h | 4cdc51076d77734a00a06554eb347ac12bf99b50 | [
"CC0-1.0"
] | permissive | KristofferKarlAxelEkstrand/AKWF-FREE | b2defa1a2d389d309be6dd2e9f968923daf80d1b | cf8171df36e9fec25416b5f568b72a6e2cb69194 | refs/heads/master | 2023-07-23T18:22:36.939705 | 2023-07-10T17:14:40 | 2023-07-10T17:14:40 | 145,817,187 | 359 | 59 | CC0-1.0 | 2023-07-10T17:14:41 | 2018-08-23T07:26:56 | null | UTF-8 | C | false | false | 4,672 | h | /* Adventure Kid Waveforms (AKWF) converted for use with Teensy Audio Library
*
* Adventure Kid Waveforms(AKWF) Open waveforms library
* https://www.adventurekid.se/akrt/waveforms/adventure-kid-waveforms/
*
* This code is in the public domain, CC0 1.0 Universal (CC0 1.0)
* https://creativecommons.org/publicdom... | [
"brad.roy@gmail.com"
] | brad.roy@gmail.com |
24515cce6bdb0f5853b1422ae4d20d9fbda6d45f | 673eee91a2ac42c75a73e310b2dcaa88b4a809dd | /c_glib/arrow-glib/struct-array-builder.h | 7dd86625616e33650d6b3045beef09da0cbc5d7a | [
"Apache-2.0",
"MIT",
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | julienledem/arrow | af2ba849715566da4bf49aad031117539c92ae25 | dcaa8e5d7ef1353c657e016bf271495042825a91 | refs/heads/master | 2021-01-16T18:20:03.025919 | 2017-03-23T19:44:27 | 2017-03-23T19:44:27 | 65,052,677 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,409 | h | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... | [
"wes.mckinney@twosigma.com"
] | wes.mckinney@twosigma.com |
c861a38534906a3223f7d4afab8c4e56a0df77c8 | 3d13ffe64f084a7a31841b0c6f5c513818177267 | /libft/srcs/stdio/ft_putc.c | 9602b98e06dea372f5409a4894025ce9a09a63fb | [
"MIT"
] | permissive | besellem/so_long | b0e4717ec5cf697ae8157fbbaaa724409f41934a | ff99cf21ce330a1d287c60b7328c22f4837b2ed9 | refs/heads/master | 2023-06-09T16:01:36.964546 | 2021-07-04T12:44:40 | 2021-07-04T12:44:40 | 382,421,712 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,742 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_putc.c :+: :+: :+: ... | [
"69735857+besellem@users.noreply.github.com"
] | 69735857+besellem@users.noreply.github.com |
36dedb5b9ae1d7ae292d88f0eb5ceb2296745b41 | 842997c28ef03f8deb3422d0bb123c707732a252 | /3rdparty/lua-5.1.3/src/loadlib.c | 7d879c0171ac56328d0d5ee97aa6251620b8eddd | [
"MIT"
] | permissive | bjorn/moai-beta | e31f600a3456c20fba683b8e39b11804ac88d202 | 2f06a454d4d94939dc3937367208222735dd164f | refs/heads/master | 2021-01-17T11:46:46.018377 | 2011-06-10T07:33:55 | 2011-06-10T07:33:55 | 1,837,561 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 19,729 | c | /*
** $Id: loadlib.c,v 1.52.1.2 2007/12/28 14:58:43 roberto Exp $
** Dynamic library loader for Lua
** See Copyright Notice in lua.h
**
** This module contains an implementation of loadlib for Unix systems
** that have dlfcn, an implementation for Darwin (Mac OS X), an
** implementation for Windows, and a stub f... | [
"josh@ziplinegames.com"
] | josh@ziplinegames.com |
5916aca2b90efddc3fa9a22d188129ac452dcde8 | a817f609e2f3ce8aa85c45ca1102a9e0d78a7d31 | /SelfMadeQuestionsAndAnswers/Tier_3/solutions/Regular_answers/Part_7/q7.c | 31392a3bb3e9036fff90b02d928fbb275944c310 | [] | no_license | sspeng/C-code | 230a18fe32628fa6703dc0dadb1743caddc866fa | 0caa012a7a9270896bcb60007d9d06d0723891f5 | refs/heads/master | 2021-05-28T02:34:33.450381 | 2013-04-14T06:09:34 | 2013-04-14T06:09:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,388 | c | /*
Tier 3 : Part 7 : Question 7
*/
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
//macro's for various debugging routines
#define PART_EXISTS fprintf(stdout," part already exists , returning to options menu\r\n");
#define NPARTS_EXISTS fprintf(stdout,"part doesn't exist , returning to options menu\r\n");
#de... | [
"evanokeeffe@gmail.com"
] | evanokeeffe@gmail.com |
7032d2086cc3dbd71d4a076ea07c3f9fbbee6d5e | 4d99bdd93886206d2e668946dcec9937a5347158 | /tree4.c | 7deb3310e76a073f69c3fa8b69d15d85e318430c | [] | no_license | rocky114/C | 95e521b5f5091be3397477643f8d8368b03fec51 | e219dd739e1f8d167264a1415a93371f9116cc8f | refs/heads/master | 2023-03-22T15:41:24.113309 | 2021-03-13T13:25:45 | 2021-03-13T13:25:45 | 78,999,624 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,812 | c | #include <stdio.h>
#include <stdlib.h>
struct node
{
int key;
int height;
struct node* left;
struct node* right;
};
int max(int a, int b);
int height(struct node* n)
{
if (n == NULL) {
return 0;
}
return n->height;
}
int max(int a, int b)
{
return a > b ? a : b;
}
struct node* newNode(int key)
{
struct... | [
"934313141@qq.com"
] | 934313141@qq.com |
7e3a33df53fa83b6e9aa979e393f30b3d849aa5b | 6cd662f7e0b877699ead06f92401fcc6dbf6a660 | /bin/ltf/odm.c | badd79f8c653b8567a4fbb8acb21b9dc29764b37 | [] | no_license | Roare/Digital-Ultrix-32-VAX-2.0 | d53ff4b2c559a9e03cbc073de5c106b38591e43f | 56695b632d960b605717f93f84dc6fa7ec5b4e2f | refs/heads/master | 2023-09-01T17:43:13.032091 | 2020-04-25T00:27:39 | 2020-04-25T00:27:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,018 | c | #ifndef lint
static char *sccsid = "@(#)odm.c 1.4 ULTRIX 10/3/86";
#endif lint
/****************************************************************
* *
* Copyright (c) 1985 by *
* Digital Equipment Corporation, Maynard, MA *
* All rights reserved. *
* *
* This software is furnished under ... | [
"zahir.meddour@protonmail.com"
] | zahir.meddour@protonmail.com |
a3512c30dbd0dd0f807afc2257f1c85c1fb12cd7 | 496c7a67e5ae5abee2450862eb7704df47db8bad | /project/src/logger.c | ff455f9daacb478c54d16714ea6d8559c07ed163 | [] | no_license | OdedGoffer/Software-Project-HW | ee90c272182ebc131f70c579305f880972b2ab5e | cccdbe4fce86444bc87246425ace6a1bf094308a | refs/heads/main | 2023-07-22T12:03:50.377861 | 2021-09-11T17:13:00 | 2021-09-11T17:13:00 | 364,220,313 | 0 | 0 | null | 2021-09-08T16:11:16 | 2021-05-04T10:33:55 | C | UTF-8 | C | false | false | 252 | c | #include "../include/logger.h"
#include <stdio.h>
#include <stdlib.h>
/*
*
* LOGGER
*
*/
void invalid_input() {
printf("Invalid Input!\n");
exit(EXIT_FAILURE);
}
void error_occured() {
printf("An Error Has Occured\n");
exit(EXIT_FAILURE);
}
| [
"amitaig@jfrog.com"
] | amitaig@jfrog.com |
7f4612e4f0f31c426be125f232e44883d6b7a42c | 2c37a21d32f6cc1d1a9e465407fead2236761f05 | /2-Parallel-Prog/MPI/send-recv/main.c | 099b32d74881965cedc9cb80e23c544fcea1fc81 | [] | no_license | pytaunay/bayes-computing-astro-data | cb88414b67264246a8369ccc02349796e98ee118 | 2a4711479941a2ff06b38870df7c81125a9465a7 | refs/heads/master | 2021-01-21T12:26:28.774640 | 2014-06-05T14:39:29 | 2014-06-05T14:39:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,137 | c | #include <mpi.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#define NELEM 10
void print_vector(int *V, int nelem, int rank) {
printf("Process %d\n",rank);
for(int i = 0; i < nelem; i++) {
printf("V[%d] = %d\n",i,V[i]);
}
}
int main(int argc, char *argv[]) {
MPI_Init(&argc,&argv);
int my_ran... | [
"pzt5044@psu.edu"
] | pzt5044@psu.edu |
653e4f60c35016e8f3bf767ec1accef31a5660fc | 78355ddea6154e582375e60e94a93ac9b0f22b65 | /lab4_ref/curlFTP.c | 29730c8766b5b33303eec2d17d6358bbb2af4edd | [] | no_license | kennylin119/CSE_109 | 0b7d46eaebf1802a76d0a9269e5b097a92636392 | 32ae215fc711810e9c652950b514380865364fc5 | refs/heads/master | 2020-07-16T01:07:16.166154 | 2019-12-14T22:06:38 | 2019-12-14T22:06:38 | 205,688,188 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,701 | c | /*
* Course: CSE109
* Semester and Year: Fall 2019
* Assignment: cURL
* File Purpose: hold FTP download and upload functions
* Author: Mama, Yo
* User ID: ymm422
*/
#include <stdio.h> /* for fprintf, etc. */
#include <stdlib.h> /* for exit */
#include <string.h> /* for strerror */
#include <errn... | [
"kennylin119@gmail.com"
] | kennylin119@gmail.com |
81424822ec746adda0db149ca4d72e42b2def2d2 | ec8c02d5dee6d60a633a4466db83ac62f3b3f3f4 | /workspace/include/libpiziot/libpiziot_os/kernel/def_linux_kernel_type.h | 5b37e9dd4e36516d8a6a99c5bdf795f8379e2214 | [] | no_license | dongdong-2009/PiZillaSDK | d6607eb72c1a71f6dc0d53f64168e5a8c506631d | b2f045f26ce17fe8c3e3dd265279613f211d4dbb | refs/heads/master | 2021-09-03T04:50:22.985421 | 2018-01-05T18:18:27 | 2018-01-05T18:18:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 619 | h | #ifndef __DEF_LINUX_KERNEL_TYPE_H__
#define __DEF_LINUX_KERNEL_TYPE_H__
#if defined(__LIBPIZIOT_OS_PLATFORM_MFC__) || defined(__LIBPIZIOT_OS_PLATFORM_LINUX_GENERIC__)
#include "../def_libpiziot_os_type.h"
#define __init
#define __exit
#define __user
#define ICE_STATIC
#define ICE_INLINE
#define printk TRACEA
#define... | [
"pizillaorg@gmail.com"
] | pizillaorg@gmail.com |
09b0947eac55ccb0fd1a229185113e1a19dee803 | 61398b32b2e2a450cf261a484177b58668e689da | /assignment/Security/p1/src/tcpsocket_linux.c | ba1c27d00d8743606044fd46a79699b06ac3eae0 | [] | no_license | darkmoreTw/junkcode | b1069f25d958719e3141084f79a3f4f7cced53cc | 22d2f207e0854d1c87a5e9f5892f80d1c1220659 | refs/heads/master | 2020-12-27T12:04:33.454419 | 2013-10-16T23:58:30 | 2013-10-16T23:58:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,159 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <unistd.h>
#include "tcpsocket_linux.h"
typedef struct {
int fd;
} Private;
void TCPSocket_setSocket_( TCPSocket * socket_, int cfd ) {
Private * p = ( Private * )socket_->pri... | [
"legnaleurc@gmail.com"
] | legnaleurc@gmail.com |
7239881c7792a33b4ba6b1b235a9e55f92d6bb72 | a55f70f7425c61f7a4cd0eb529ef09b41e849419 | /HW5/fatal.c | a8695c55d12964a354c1c6c9001b1036fe19af5a | [] | no_license | Akiir3/ComputerGraphics-CSCI4229 | efc8c73e5c9144336e12a5d5946eeeee2e74b0b3 | a16bd7c1489a49dd07b4cf37caa0af8068710089 | refs/heads/master | 2020-08-10T11:09:20.848226 | 2019-10-13T16:41:14 | 2019-10-13T16:41:14 | 214,330,520 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 214 | c | /*
* Print message to stderr and exit
*/
#include "CSCIx229.h"
void Fatal(const char* format , ...)
{
va_list args;
va_start(args,format);
vfprintf(stderr,format,args);
va_end(args);
exit(1);
}
| [
"noreply@github.com"
] | Akiir3.noreply@github.com |
5b5a935885989b1b9fd405b84d0421235369d649 | 3d739f27ee3e4c86e7aeb765d3b2668ec7918147 | /Others codes/bkash.c | ae111c1f6d36a8742c5116be247e6b9645cf2f3e | [] | no_license | monircse061/My-All-Codes | 4b7bcba59a4c8a3497d38b6da08fca1faf0f6110 | b5c9f4367efd134c08a4f1eff680202484963098 | refs/heads/master | 2023-04-13T18:55:50.848787 | 2021-04-24T03:46:45 | 2021-04-24T03:46:45 | 361,062,511 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,088 | c | #include<stdio.h>
#include<stdlib.h>
int main()
{
int x,a1,a3,s[1000];
float a2;
printf("bkash\n1 Send Money\n2 Buy Airtime \n3 Payment \n4 Cash Out \n5 Remittence\n6 My bkash \n7 Helpline\n\n\n");
printf("-------------------------\nCancel send\n");
scanf("%d",&x);
system("CLS");
if(x==1... | [
"monirahammod097@gmail.com"
] | monirahammod097@gmail.com |
02f22ea61d253dce172d9c7dbbd1a66df1befe99 | aea527a8ceb3aecc1156ac4a9437bf21938bf5cb | /PERI/server-fake-dm/fake/fake.c | f77ed1fd4a54dff6a957585f92d619c678f41644 | [] | no_license | Kmambu/M1S2---Cours-Notes-Exercices | 19bfa8f060bece5f75effad21cdcbaf7f864af35 | 5cdefe5fbe1691bb40d9eeff4d375bd29b014d3a | refs/heads/master | 2021-05-04T20:25:27.942413 | 2018-04-14T07:38:56 | 2018-04-14T07:38:56 | 119,810,248 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,565 | c | #include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <string.h>
#include "fakelib.h"
#define S2F "/tmp/s2f_dm"
#define F2S "/tmp/f2s_dm"
#define handle_error(msg) \
do { perror(msg); exit(EXIT_FAIL... | [
"kev.mambu@gmail.com"
] | kev.mambu@gmail.com |
2921df34499769a4f29eee9793d1fb8b75f21a19 | c7af6dbad53a9e5e7bfdf9b3872d1ff526b0cf3b | /JMIBlurView/Swizz.c | f5622dba66c7284ce3ce7e1887066c665fbb4ea5 | [
"MIT"
] | permissive | jose-ibanez/JMIBlurView | 1e07f18d19381aac85bfe94c1cfeea463b725bb7 | bdd04b782819be489cb720559a387a53743645c0 | refs/heads/master | 2021-01-04T14:16:20.369535 | 2013-07-16T00:42:36 | 2013-07-16T00:42:36 | 11,436,983 | 6 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,327 | c | //
// Swizz.c
// tappd
//
// Created by Jose Ibanez on 5/26/13.
// Copyright (c) 2013 Jose Ibanez. All rights reserved.
//
#include <stdio.h>
#include <objc/runtime.h>
void SwizzClassMethod(Class origClass, Class replaceClass, SEL origSel, SEL replaceSel)
{
Method origMethod = class_getClassMethod(origClass, ... | [
"jose.ibanez@gmail.com"
] | jose.ibanez@gmail.com |
f6962c1d5dc6698aa87882b7a4cf785d8e506051 | d7a6eebfcfbe25734889fe7b0ec597386800160b | /MapServer/script/zoneevents/HolidayEvent.h | 480025a1640d100001fa1b63296e4edf665b18fa | [] | no_license | naturalleo/coh-score | 09f3a9137ab845739f3cc4be026c014af99ed81e | ccb216f07c25457991b86d3b41ec98ff858ed187 | refs/heads/master | 2020-11-24T19:45:13.700022 | 2019-07-28T14:36:02 | 2019-07-28T14:36:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 979 | h | // HolidayEvent.h
//
// Shared values between the base script running in city zones and the scripts running in the winter event zones
#include "timing.h" // for timerSecondsSince2000()
// Map Data Token name for the current target zone index
#define ZONE_TARGET_TOKEN "HolidayEventZoneTarget"
#define ZONE_ENTR... | [
"omegablast2002@yahoo.com"
] | omegablast2002@yahoo.com |
bf34dc0f8adc92f328c9dc869c7ebdee9b4689fd | 4d1614ba0104bb2b4528b32fa0a2a1e8caa3bfa3 | /code/dpdk/drivers/net/enic/enic_rxtx_vec_avx2.c | 36d4d0deab0a271cbd3780cfe07540d4c091b72b | [
"MIT",
"GPL-2.0-only",
"BSD-3-Clause"
] | permissive | Lossless-Virtual-Switching/Backdraft | c292c87f8d483a5dbd8d28009cb3b5e263e7fb36 | 4cedd1403c7c9fe5e1afc647e374173c7c5c46f0 | refs/heads/master | 2023-05-24T03:27:49.553264 | 2023-03-01T14:59:00 | 2023-03-01T14:59:00 | 455,533,889 | 11 | 4 | MIT | 2022-04-20T16:34:22 | 2022-02-04T12:09:31 | C | UTF-8 | C | false | false | 28,022 | c | /* SPDX-License-Identifier: BSD-3-Clause
* Copyright 2008-2018 Cisco Systems, Inc. All rights reserved.
* Copyright 2007 Nuova Systems, Inc. All rights reserved.
*/
#include <rte_mbuf.h>
#include <rte_ethdev_driver.h>
#include "enic_compat.h"
#include "rq_enet_desc.h"
#include "enic.h"
#include "enic_rxtx_common... | [
"sarsanaee@gmail.com"
] | sarsanaee@gmail.com |
97a685f98faffc0303bf4df6b1e42f866f731a92 | 6509f369a807f9a5ce8cca2c3f9076ad45a17d8e | /C_4_Sockets/ID/ID.h | 9bc00b4d6de1d3bc084997399d468c74449f4e16 | [] | no_license | MarkGoncharovAl/2nd_grade | ee483feb89dfe9dde058bf77e7e3d7ee74a76ff8 | f9b3043894cc22f285ce8ddcdefba4f4487444bb | refs/heads/master | 2023-04-15T10:51:15.242200 | 2021-04-30T10:37:49 | 2021-04-30T10:37:49 | 351,679,619 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 293 | h | #pragma once
#include "../Com_libs/includes.h"
#include "../Com_libs/const.h"
#include "../packet/packet.h"
//returns new IP
int M_CreateID_FromFD(int fd);
//returns file descriptor
void M_DeleteID(int ID);
//returns -1 if client wasn't found
int M_GetFD_FromID(int ID);
int M_Close_IDS(); | [
"problems.0@mail.ru"
] | problems.0@mail.ru |
45ca9d5e3faa3a7d78363e4e2ce7ca06b2c1c077 | 5a32b924164ad48f3472dd0de781cc24e428dda7 | /syx/syx-utils.h | e4cde6c08791521d7b03fab3d8048c002fecf7ab | [
"FSFUL",
"MIT"
] | permissive | zmughal/syx | 86e7b552ea30e36468305122311fe1ac7dbf7e72 | 8a687a066f55bec4a7022bf79f7fddbb49ba6d99 | refs/heads/master | 2021-01-19T13:30:08.418120 | 2008-05-18T07:13:11 | 2008-05-18T07:13:11 | 38,613,528 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 4,933 | h | /*
Copyright (c) 2007 Luca Bruno
This file is part of Smalltalk YX.
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
... | [
"lethalman88@b2e5c414-8c31-0410-8979-97a32ceef242"
] | lethalman88@b2e5c414-8c31-0410-8979-97a32ceef242 |
4b51ca5e8e6c653848e247498c5356f236f6af0d | 8ed949153ee6c245d38c07135897cbbf869de7e0 | /AQGC/batch/Uncer_aQGC/scale/Uncer_batch_bkg.C | b0112ad56be62fc39a8ccceea7837a8bb95bff5e | [] | no_license | phy-guanzh/PKU-Cluster | f57dbc8cee82b955a78284c7f48bf7833c997103 | 7f7b66bf65dd61841d35bae3c681aa03274c020b | refs/heads/master | 2023-02-15T05:29:13.975824 | 2021-01-13T09:00:19 | 2021-01-13T09:00:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,798 | c | //#define num 9
#define pi 3.1415926
void run(TFile*file, TString cut1,TString tag,int num,bool turn){
TString name=file->GetName();
TTree*tree=(TTree*)file->Get("outtree");
Double_t scalef,pileupWeight,pweight[703],Mjj,zepp,puIdweight_M,prefWeight;
double jet1pt,jet2pt,jet1eta,jet2eta,jet1e,je... | [
"anying@pku.edu.cn"
] | anying@pku.edu.cn |
c7cfa5e2f86ee2d5be37b6b6685218c0172d93cd | b090de9fd899999b7102a8c4528968cd05d4df97 | /src/util/include/hse_util/platform.h | 0c0c73de3f273eceeb3fcb6a4d2a4abe4904156f | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gokulvasan/hse | 3204bc7a46e76021a1de6e3db0e53882edbe2466 | 3a69746d2ced47ee2e687720d0cdfd3c26b48ca7 | refs/heads/master | 2022-11-25T15:11:40.985055 | 2020-07-30T20:47:28 | 2020-07-30T20:47:28 | 284,338,219 | 1 | 0 | null | 2020-08-01T21:01:56 | 2020-08-01T21:01:55 | null | UTF-8 | C | false | false | 1,398 | h | /* SPDX-License-Identifier: Apache-2.0 */
/*
* Copyright (C) 2015-2020 Micron Technology, Inc. All rights reserved.
*/
#ifndef HSE_PLATFORM_PLATFORM_H
#define HSE_PLATFORM_PLATFORM_H
/* include this first */
#include <hse_util/base.h>
/* the rest in alphabetic order */
#include <hse_util/alloc.h>
#include <hse_ut... | [
"bvasandani@micron.com"
] | bvasandani@micron.com |
63f62b9f0cedf704ac77f3d58da3f2540d05c86b | 91815fc2277468bfc3848c876236fa21f394824d | /serialProgram_latentModel/print_to_file.c | a824b9b6cc5f15a198d968ef1d97e288eedef23c | [] | no_license | wiktorlesiak/parallel-project | 83eff351e020daaa80c0a490757185fe38b6e0a0 | e085bd929522c6c404474a67de65c58dfad6335a | refs/heads/master | 2021-10-11T07:46:16.244726 | 2019-01-23T11:16:34 | 2019-01-23T11:16:34 | 167,169,044 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,094 | c | /*
**************************************
LATENT/INFECTED MODEL - SERIAL
**************************************
*/
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <sys/types.h>
#include "worldVariables.h"
#include "worldFunctions.h"
// print world values to a text file
void print_to_file(int **... | [
"B00087701@student.itb.ie"
] | B00087701@student.itb.ie |
a54408aff9b869ad5a80a99c987e3a572ddbc9e4 | 6d6f0c089d015e24935f404eb82f6204b99c13c7 | /0x0B-more_malloc_free/101-mul.c | 70aa3a112b0a1fc59c0554a1af5d5667ef823fe6 | [] | no_license | NourElHouda-Sarmout/holbertonschool-c | b33b65d8eae0d894f66a6536c07d2f3cceb31e0c | 019ccd631dc2b562cee884f6da10ac9675358d9f | refs/heads/master | 2023-02-18T05:07:07.163158 | 2021-01-20T22:45:39 | 2021-01-20T22:45:39 | 286,555,091 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,804 | c | #include "holberton.h"
#include <stdlib.h>
#include <stdio.h>
int find_len(char *str);
char *create_xarray(int size);
char *iterate_zeroes(char *str);
void get_prod(char *prod, char *mult, int digit, int zeroes);
void add_nums(char *final_prod, char *next_prod, int next_len);
/**
* find_len - Finds the length of a s... | [
"2129@holbertonschool.com"
] | 2129@holbertonschool.com |
1906e4c6962fc5ee2b5c9503a32a751a67f250dc | 8be2b00191f3c93f79d62ef9c26d19a62bdc2244 | /wasm/helloworld/helloworld.c | 33bd83b0af73df6334895892a806b6416d7e3751 | [
"MIT"
] | permissive | xiaoxidashen/gogoend.github.io | 29e480de761511a6e6d0373e1567f8bb8d163bed | 45c022972ee53f0d55a54278660d590606746f07 | refs/heads/master | 2023-04-02T23:21:43.872854 | 2021-04-15T17:13:04 | 2021-04-15T17:13:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 273 | c | /*
* @Author: gogoend
* @Date: 2020-07-11 12:57:27
* @LastEditors: gogoend
* @LastEditTime: 2020-07-11 16:57:19
* @FilePath: \demo\wasm\helloworld\helloworld.c
* @Description:
*/
#include <stdio.h>
int main(){
return 0;
}
int add(int a,int b){
return a+b;
} | [
"gogoend@qq.com"
] | gogoend@qq.com |
dc17a5457f6406dd77060f2580ce25f7e179f970 | d1bd964aa7e0ccfb382d1fbf1a19b9b3faf757bb | /motor28335_2_ticcs/MW_c28xx_qep.c | 225961510c4c04460154160f6ead4eaf14b37be5 | [
"BSD-2-Clause"
] | permissive | krunal11489/morphology | a513e7b4c1c6b911466737189adb4c48511a33ce | 41a0d3dc2be2531f8cc9a69f7a0ece85a62a2186 | refs/heads/master | 2023-01-10T04:26:35.989714 | 2020-07-16T14:06:58 | 2020-07-16T14:06:58 | 280,169,280 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,086 | c | #include "DSP2833x_Device.h"
#include "DSP2833x_Examples.h"
#include "DSP2833x_GlobalPrototypes.h"
#include "rtwtypes.h"
#include "motor28335_2.h"
#include "motor28335_2_private.h"
void config_QEP_eQEP1(uint32_T pcmaximumvalue, uint32_T pcInitialvalue, uint32_T
unittimerperiod, uint32_T compareva... | [
"krunal11489@gmail.com"
] | krunal11489@gmail.com |
983037d225da05e66bff9cb94763ccaa91614e4c | e36923e351fdc2505d53c85a1d205c4776acc573 | /clock/clock/sheet.h | 0152ca0df1ffffe138027902212f3b8f21925d0f | [] | no_license | eligantRU/clock | f502dc5011961095f87f488acb3bf4a3f098358a | 51ced436e2f3dd6afab43344118fc44d36379c17 | refs/heads/master | 2021-01-10T12:33:47.450510 | 2016-02-22T23:01:31 | 2016-02-22T23:01:31 | 50,312,896 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 235 | h | #pragma once
#include <SFML/Graphics.hpp>
#include "clock.h"
time_t getSystemTime(void);
void enterTimeLoop(void);
void checkEvents(sf::RenderWindow & window);
void mainLoop(sf::Window & window);
float degree2Radaian(int degree); | [
"eligant.ru@gmail.com"
] | eligant.ru@gmail.com |
facd812d4800948a3b1f29f72c14c9911efe04d4 | 89db873af39dd3cbbb6bf5c717fe1d20e1769a78 | /platform/baremetal/init.c | 4368d87cdcd0823c3ba1d4310c3d6b881758ce1f | [
"BSD-2-Clause"
] | permissive | rumpkernel-attic/rumprun-baremetal | 941ffb31aac414509b4b6ede43cc011acfab9392 | 0a391b76935f60599591f81e51df976c84004785 | refs/heads/master | 2020-05-20T16:18:34.862741 | 2015-04-13T20:48:04 | 2015-04-13T20:48:04 | 22,687,632 | 3 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,011 | c | #include <sys/types.h>
#include <stdio.h>
#include <rump/rump.h>
#include <rump/netconfig.h>
#include <bmk/app.h>
#include "netbsd_init.h"
int bmk_havenet;
/*
* boot and configure rump kernel
*/
static void
rumpkern_config(void)
{
int rv = 1;
/* le hack */
if (rump_pub_netconfig_ifup("wm0") == 0)
rv = rum... | [
"pooka@iki.fi"
] | pooka@iki.fi |
d083d7800d33ceeac12335d208bc4c144a0b4ed7 | 55a30e2bad6a0dc332d2ca00f2ff5a7f3141efd8 | /Junghan/divide_code0316/srcs/ft_read_mapinfo.c | 6d706badfd7fcd90e72e4ff463a355f908175419 | [] | no_license | jungmyeong96/42sweethome | 4dbeb0b7b2272a4ede5309c236b8c0c21e12e6ef | 16c8aed39cc2971306a0843d5b01100858a3128d | refs/heads/master | 2023-06-15T09:06:56.233643 | 2021-07-22T04:13:29 | 2021-07-22T04:13:29 | 330,372,333 | 1 | 1 | null | 2021-03-25T20:37:24 | 2021-01-17T11:12:59 | C | UTF-8 | C | false | false | 3,631 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_read_mapinfo.c :+: :+: :+: ... | [
"daekim@c6r7s7.42seoul.kr"
] | daekim@c6r7s7.42seoul.kr |
5db3074c11165ff55884cd87acab9eaec3a33d31 | f8a575329958d46ea6ee50b342eca9f1b5786ec4 | /c/src/dzmq/impl/ip.c | 77d3027d66e1fb4e82b3d7c92d964eb26c5a4409 | [] | no_license | osrf/disc_zmq | 1b926b834da2aca687d42987b68bdd89471a5718 | 18b6378805b4d8dffbe3ee04566a09f9ffe3053d | refs/heads/master | 2022-04-23T20:52:09.317869 | 2014-04-08T06:04:43 | 2014-04-08T06:04:43 | 258,805,250 | 7 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,758 | c | #include <string.h>
#include <ifaddrs.h>
#include <arpa/inet.h>
#include "ip.h"
int dzmq_broadcast_ip_from_address_ip(char * ip_addr, char * bcast_addr)
{
char temp_ip_addr[INET_ADDRSTRLEN];
strcpy(temp_ip_addr, ip_addr);
char * tok = strtok(temp_ip_addr, ".");
int toks = 0;
while (0 != tok) {
... | [
"wjwwood@gmail.com"
] | wjwwood@gmail.com |
97ff7e746a4858571f5c0825707d8b39a82ee3b2 | f9d9a46a60e0fed13c2bfa324a7deb815a76cd20 | /cross_sec_EB/hist_plot_cross_sec_sum.c | 341152d5f5f222392eeff32a528c7ccbc3ca4a65 | [] | no_license | greyxray/isolated_photons_summer | 2a7ae3c4d2354139e520b4647c7079d9aedfa0e9 | 1812cb27a7236883a98e679fc1391280f6989209 | refs/heads/master | 2021-03-22T02:14:20.087871 | 2017-10-13T14:39:24 | 2017-10-13T14:39:24 | 69,451,944 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 18,703 | c | #include "TMath.h"
void Hist::PlotCrossSec() {
// TGaxis::SetMaxDigits(3);
//
// et
//
cout << "========== calculate and plot cross sections ==============" << endl;
//0 - cross section value; 1 - stat. & fit parameter uncertainty; 2 - acceptance uncertainty
//3 - lumi uncertainty; 4 - ratio (1); 5 - rel... | [
"glusheno@nafhh-zeus02.desy.de"
] | glusheno@nafhh-zeus02.desy.de |
586810f9e5bb529eb959e01d72fd88e988b71925 | d92e4bbf76ed84c52d658d67be07ac7575b63143 | /ParcialDosFuncando/src/Revelados.h | 0c2af17a2fcc700d7426f120e5280c7420da6d9c | [] | no_license | Argibaycg/materialesProgramacion | e2ea8e5b667054116520ceed27dd3a4ad8ae676c | 0ff0e219a4b3b1ccd0f20f55a5a524cdeea098e4 | refs/heads/master | 2020-08-17T13:47:35.053181 | 2019-11-22T00:27:50 | 2019-11-22T00:27:50 | 215,674,812 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,313 | h | #ifndef EMPLEADO_H_INCLUDED
#define EMPLEADO_H_INCLUDED
struct S_Revelado
{
int ID_Venta;
char Fecha_Venta[128];
char Tipo_Foto[128];
int Cantidad;
float Precio_Unitario;
char CUIT_Cliente[128];
};
typedef struct S_Revelado Revelado;
Revelado* revelado_new();
Revelado* revelado_newParametro... | [
"noreply@github.com"
] | Argibaycg.noreply@github.com |
9789f3c79c206ba8926ba43f65b4f5213ec7cf85 | e32d04bd9617495580bc06264b4d81e0cadc50bc | /counter/isim/counter_isim_beh.exe.sim/unisim/p_0947159679.c | b85631494f58fa9e219b388b42aeb46106cb2e07 | [] | no_license | bremerle3/cse462 | 9a5eb177269d7ea35df6da406613142868bf7cc9 | 443fd12bc415d3e8f0df763af92463c575ef2849 | refs/heads/master | 2021-01-10T14:21:11.292823 | 2016-02-02T19:46:33 | 2016-02-02T19:46:33 | 46,071,598 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,206 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"lbremer@wustl.edu"
] | lbremer@wustl.edu |
90aa6fdb3f38d6a4fa53d341bcb24865e839663f | 36f41357b9c301d79491e2f4958468188e6b5998 | /tecsgen/tecs/mruby/nMruby_tInt8Pointer.c | b966a69f184ce63d876752b81c4b09daca65c976 | [] | no_license | takeharukato/asp3-aarch64 | 1c3abc309ca6794e0723c7179f993ac8f6ef0389 | 655a9e314d2a8de7e0fbabfda85f9063165f2c89 | refs/heads/master | 2021-10-24T15:33:16.866116 | 2021-10-17T09:05:26 | 2021-10-17T09:05:26 | 63,877,251 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,157 | c | /* #[<PREAMBLE>]#
* #[<...>]# から #[</...>]# で囲まれたコメントは編集しないでください
* tecsmerge によるマージに使用されます
*
* #[</PREAMBLE>]# */
/* プロトタイプ宣言や変数の定義をここに書きます #_PAC_# */
#include "nMruby_tInt8Pointer_tecsgen.h"
#ifndef E_OK
#define E_OK 0 /* success */
#define E_ID (-18) /* illegal ID */
#endif
GET_SET_INT( Int8, int8_t )
POINTER... | [
"tkato@elliptic-curve.net"
] | tkato@elliptic-curve.net |
3552c57b4dea5f03c4a5cac70bd67812f493eb1f | cfe69fc556729bdecf2118fa5bc329343c42ed80 | /10.0.10240.16384/ntoskrnl/Functions/VfQueryDeviceContext.c | a9f90a4ec569313c580bdb35b99256ed3ecc0053 | [] | no_license | Myprivateclonelibrary/W10M_unedited-decomp | 8e5ec89a20e634ffc53457a40b0fd6d8a9e1757a | 67b05851a3e262ff8a5d11ee50db34f28c350f16 | refs/heads/main | 2023-08-31T06:00:37.303105 | 2021-05-15T23:53:23 | 2021-05-15T23:53:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 262 | c | // VfQueryDeviceContext
int __fastcall VfQueryDeviceContext(int a1, int a2)
{
int v3; // r1
int result; // r0
if ( ViVerifierEnabled && ViIsContextIdValid(0, a2) )
result = ViQueryObjectContext(a1, 0, v3);
else
result = 0;
return result;
}
| [
"64583248+Empyreal96@users.noreply.github.com"
] | 64583248+Empyreal96@users.noreply.github.com |
7c8ea031913dbc5a1c93268bbd6b2b5a18d0bf76 | a352e2d9b217f890802b5e3b8a74dafae0ac998b | /Misc.h | aafe595c087c07dec29051c9525510d6af2e7a8e | [] | no_license | ashebots/AB_RobotCLib | 2618e9222528c9e983547a09958d8aaadc5d2c8d | 6fbbe2139d3aba895c5c343ceec60a1ec286c12d | refs/heads/master | 2021-01-11T10:46:20.248545 | 2015-02-05T18:34:35 | 2015-02-05T18:34:35 | 20,145,952 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,042 | h | #pragma systemFile //This is so the compiler doesn't complain about unused functions
#pragma once //This is to make sure we don't include the same module twice
#define AB_MISC_MODULE
#ifndef AB_CORE_MODULE
#include "Core.h"
#warning "AB_RobotCLib: Please include the Core.h module before including any other module(s).... | [
"nolan.scobie@gmail.com"
] | nolan.scobie@gmail.com |
96d9c5b9ff2e9c4dabcb619c3d3f2525afee1198 | c8082ddede767ceeb2dfb11b549b3699d8fe0c9d | /include/libetpan/mailimap_sort.h | b9d7fd56f0ba04728f8c3f4e368dc528aefa4213 | [] | no_license | dinhvh/libetpan.node | 850a8a5f034139c7fe71c4231d7f69ef788703a1 | a398046ccfa16ef7020cb5b161e016ae3779da91 | refs/heads/master | 2021-05-28T11:47:38.251956 | 2014-06-18T05:29:54 | 2014-06-18T05:29:54 | 12,449,498 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 54 | h | ../../deps/libetpan/src/low-level/imap/mailimap_sort.h | [
"dinh.viet.hoa@gmail.com"
] | dinh.viet.hoa@gmail.com |
eb13a992b754140437d172edb834cb1ee6343835 | d82c7fc17e0c636004c93e563bdd268cc43450ba | /main.c | 55e12d5ee32252b7bb37ea16b677f26acea2ba24 | [] | no_license | DiegoRSousa/binary-trees | 05b15ddd0a63fff530e567eec5c3514890f56837 | 30a833c4df6415c6af4988c0f23103c0b4017ae7 | refs/heads/master | 2021-01-02T08:33:53.719466 | 2015-02-12T23:48:34 | 2015-02-12T23:48:34 | 30,724,478 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,059 | c | #include <stdio.h>
#include <stdlib.h>
struct arv
{
int info;
struct arv* esq;
struct arv* dir;
};
typedef struct arv Arv;
Arv* init(void)
{
return NULL;
}
void imprime(Arv* a)
{
if(a != NULL)
{
imprime(a->esq);
printf("%d \n", a->info);
imprime(a->dir);
}
}
Arv* bu... | [
"diegors90@gmail.com"
] | diegors90@gmail.com |
6127d40280245bb1b5866361f78209b65ba3147d | 7048abb3feaa804d30fa6aed7b1a1ce86f192121 | /DATA-STRUCTURE-DS-SYBSC-IT-MUMBAI-UNIVERSITY-master/2B .program to search the elements in the linked list and display the same.c | 029872f6b17257a50306274f03849fe546e10a2f | [] | no_license | ayushkumarpage/Data-Structures-Practicals | bbf2412e25440b48b0e7c725cddcd0d6025184db | 3344416a03fbc3018a16d2876fe8d8fa68a1ada6 | refs/heads/master | 2023-06-17T06:48:28.432621 | 2021-07-17T16:24:38 | 2021-07-17T16:24:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,739 | c | #include<stdio.h>
#include<conio.h>
#include<malloc.h>
#include<stdlib.h>
struct node
{
int info;
struct node *next;
};
struct node *start=NULL;
struct node *create(struct node *start);
struct node *dispaly(struct node *start);
struct node *search(struct node *start);
int main()
{
start=create(start);
... | [
"noreply@github.com"
] | ayushkumarpage.noreply@github.com |
2e433c01b2a3a5548c3e446dc082b333391831ab | ee755ce7c2536db91fb5d69db9f5dce61b413558 | /drivers/watchdog/wdt_mcux_imx_wdog.c | b1c3103127d334838da059e7cd032cc6bb6c0906 | [
"Apache-2.0"
] | permissive | CristXu/zephyr | 709a3240e44b2f6f0c1acf9ff0ee3191605bd5a4 | 84d608aa85a0309925567c7ba83c69424c0d5a32 | refs/heads/master | 2022-11-29T20:24:30.292766 | 2020-07-27T04:29:58 | 2020-08-05T05:39:36 | 285,156,706 | 0 | 0 | null | 2020-08-05T02:28:31 | 2020-08-05T02:28:30 | null | UTF-8 | C | false | false | 3,778 | c | /*
*
* Copyright (c) 2018, NXP
* SPDX-License-Identifier: Apache-2.0
*/
#define DT_DRV_COMPAT nxp_imx_wdog
#include <drivers/watchdog.h>
#include <fsl_wdog.h>
#define LOG_LEVEL CONFIG_WDT_LOG_LEVEL
#include <logging/log.h>
LOG_MODULE_REGISTER(wdt_mcux_wdog);
#define WDOG_TMOUT_SEC(x) ((int)(x * 2) - 1)
struc... | [
"crist.xy@nxp.com"
] | crist.xy@nxp.com |
5c92af6c6b86d3c28dbf835b0de52804a1bf29f3 | 94353b3bf4b6335830870d162f63d4c4581f4b05 | /hw1/getinput.c | 91117531b7c126da8a1ea66293c7276404df0928 | [] | no_license | xinyu2/cs533 | edcaeb3b9319358a135ef47e0b5d8c221ab8a65c | 97cade3fc2f28fb50053ef2a9e0349038f94e8ec | refs/heads/master | 2021-01-19T09:27:31.604502 | 2017-05-08T05:01:17 | 2017-05-08T05:01:17 | 82,114,272 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,856 | c | #include<stdio.h>
#include<stdlib.h>
#include<string.h>
#include<time.h>
// #define DEBUG 1
/* SIG Simplified Iterated Greedy graph coloring algorithm C.C. McGeoch 2011
getinput.c holds input command parser
Usage: sig filename
filename: input file containing algorithm parameters. Each line
starts with a... | [
"chenxinyu@unm.edu"
] | chenxinyu@unm.edu |
935c2fd75116e449d1f9a5c3d6554ff8778fd088 | 7e9db0c5c123fb6b7397640b9ba4ae77c702f0c9 | /test/test_cb_row_5.c | 2b0bd7e6440d1d266ee52d38c8d31754134ee9f0 | [] | no_license | davidday99/gb-emulator | 0f6b30bf081ab2f964d90634216b87e7a590cff9 | e77bd36b8cc62b33f487e296a06d79c434aaaf24 | refs/heads/master | 2023-07-22T07:34:46.555259 | 2021-07-08T19:55:51 | 2021-07-08T19:55:51 | 371,824,836 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,190 | c | #include <stdio.h>
#include <assert.h>
#include <stdint.h>
#include "../include/cpu.h"
#include "../include/isa-sm83.h"
int test_cb_row_5(CPU *cpu) {
printf("Testing CB opcodes row 5.\n");
init_cpu(cpu);
int prev_cycles = 0;
FILE *f = fopen("games/test/test_cb_ops_row_5.gb", "rb");
load_program... | [
"david.day@utexas.edu"
] | david.day@utexas.edu |
048f3bad4a25daddf25eebd3ab5cf5666edbb9db | 3bea7203c06cf754d83965bca8125b9f207e31c2 | /EE160 (Programming for Engineers) [C]/milica/lab2/gravity/gravity.c | 0dde899285d92e563ce4bc1b6776b9628654ba70 | [] | no_license | jakecastillo/CENG-EE-collection | 148512dfab6ab517a46679679be45f8fd405ca7f | 10dc634ec2fcaa5fc304b9c55c2ec6740a8bd182 | refs/heads/master | 2021-01-03T05:35:39.618730 | 2020-07-11T01:33:18 | 2020-07-11T01:33:18 | 239,944,135 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 437 | c | // Title: gravity.c
// Creator: Jake Castillo
#include<stdio.h>
#define g 9.8
int main()
{
double v, d, t;
//prompt user to enter time in seconds
printf("Insert time in seconds that object falls\n");
scanf("%lf", &t);
//reprints their input
printf("time=%lf seconds \n", t);
//calculate velocity and di... | [
"jakecast@hawaii.edu"
] | jakecast@hawaii.edu |
89d0d5db19d5f2920d5d1be014618c80a546af98 | 4b870f8fe90529d893596d50b6e53d06e266f3f4 | /src/lmic/lmic_kr921.c | ab5884c40970ceeacb31c6ba5a804f5ec1a8aef0 | [
"MIT"
] | permissive | planet6897/arduino-lmic | 3269781436f0c3a4aec9530afef5a0b582bb32a8 | c0cc46496a88859a3e23d76a97bd6678872b50d2 | refs/heads/master | 2020-05-17T21:42:35.426178 | 2019-04-29T02:46:28 | 2019-04-29T02:46:28 | 183,980,301 | 0 | 0 | null | 2019-04-29T01:38:16 | 2019-04-29T01:38:16 | null | UTF-8 | C | false | false | 7,964 | c | /*
* Copyright (c) 2014-2016 IBM Corporation.
* Copyright (c) 2017 MCCI Corporation.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above cop... | [
"jaeook.ryu@gmail.com"
] | jaeook.ryu@gmail.com |
efca09a1079f24442a169ffd673bfe079fe38499 | 352af6bd131766fd1451f4effada1e3d69f230a8 | /src/xtopcom/xnetwork/xcodec/xdecorators/xnetwork_bytes_message_decorator.h | aff975d8778b05b4e20b5d20539dda0c88ec448d | [] | no_license | Alipipe/TOP-chain | 8acbc370738af887ebf4a3d1ccee52b2813d3511 | 52db1c850e1ea2e60a3da7896dc89d83350d1a83 | refs/heads/dev/fast_sync_develop | 2023-07-02T22:37:07.787601 | 2021-08-14T05:35:29 | 2021-08-14T05:35:29 | 357,528,232 | 0 | 0 | null | 2021-04-13T11:29:16 | 2021-04-13T11:29:15 | null | UTF-8 | C | false | false | 2,459 | h | // Copyright (c) 2017-2018 Telos Foundation & contributors
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#pragma once
#include "xnetwork/xnetwork_bytes_message.h"
NS_BEG4(top, network, codec, decorators)
/**
* message stru... | [
"zql0114@gmail.com"
] | zql0114@gmail.com |
2381acc3009db0e66609c6508a33f6f8c318e564 | c5cb98ad5c3fa37ce761cb9b430b69e29a33141f | /clone/map/obj/longwen-chijin.c | 85678cebc76252bca13f49c9cb5d7a752881d38b | [] | no_license | cao777/mudylfy | 92669b53216a520a48cf2cca49ea08d4df4999c5 | 266685aa486ecf0e3616db87b5bf7ad5ea4e57e4 | refs/heads/master | 2023-03-16T20:58:21.877729 | 2019-12-13T07:39:24 | 2019-12-13T07:39:24 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 5,217 | c | // 最大属性增幅值
#define ADD_MAX_SX_NUM 1000
// 可提升的最高等级(暂时没用)
#define MAX_LEVLUP_NUM 30
inherit ITEM;
inherit F_SAVE;
#include <item_sx.h>
void create()
{
set_name( HIR"龙纹赤金"NOR, ({"longwen chijin"}) );
set_weight(5);
set("long","一块材质奇特的材料,可以尝试着把它熔炼(ronglian2)到30级以上动态装备上,来随机提升(1-2级)动态装备属性。\n"NOR);
set("uni... | [
"i@chenxuefeng.cn"
] | i@chenxuefeng.cn |
bea975765596c30f5523db3e620b2148dd297419 | 9669c0c23e9463dd85360ebbac087fe27ff604e1 | /0x13-more_singly_linked_lists/8-sum_listint.c | b587229d91e3edb62192b8df16af2a7ed2651db5 | [] | no_license | tomasmpcr/holbertonschool-low_level_programming | feded0ccf2d38c20a8030e6ca9745ce6b8bb6222 | c758b587c503ce0ceadd5256fc5c5f9b815de1a7 | refs/heads/main | 2023-08-28T17:18:54.691853 | 2021-10-26T00:06:25 | 2021-10-26T00:06:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 275 | c | #include "lists.h"
/**
*sum_listint - sum the number n int the nodes
*@head: the prinsipal node
*
*Return: the sum in all numbers
*/
int sum_listint(listint_t *head)
{
int sum = 0;
for (; head != NULL;)
{
sum = sum + head->n;
head = head->next;
}
return (sum);
}
| [
"tmmi333gmail.com"
] | tmmi333gmail.com |
11b3fffdbb31778518a8a24b78c3270d95b7613b | 1c6754337fec7edfb6df489429ddcc48332518fa | /9665x_0802_2017/Project/DemoKit/SrcCode/Engineer/CalSensor/Cal_Header_Int.h | 86769645acb6d38b294303ce9df29e22d6de02b4 | [] | no_license | Pyq2022/iMAGE_sENSOR | db074e3d3544839e99039b906018c0f8c82c78ed | ef4ee1bb3fc25b68edac38e9f64a6d6048bce744 | refs/heads/master | 2023-03-17T09:33:49.370115 | 2018-01-18T15:35:22 | 2018-01-18T15:35:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 256 | h | #ifndef _CAL_HEADER_INT_H_
#define _CAL_HEADER_INT_H_
#include "IPL_Calibration.h"
extern BOOL CAL_ReadDebugConfig (void)_CALLBACK();
extern ER Set2Preview(UINT32 BufAddr,UINT32 BufSize) _CALLBACK();
extern pCAL_ITEM_OBJ CAL_ITEM(void) _CALLBACK();
#endif | [
"243104432@qq.com"
] | 243104432@qq.com |
e50ba363e4cff5064ec7c710f45e9c8ac540fa39 | 7dfa3a5a873d4c0fc74d13e78f685daec543d621 | /src/libunixonacid/open_appendatb.c | 3fce3416eac0f50f8ab46103746d5c4f0d946de2 | [] | no_license | djbtao/skalibs | 1c500ea0823c57dd6932b9aa80b54f2174a55064 | c2ed75c9838767af60a05451b6d216331c1dbccf | refs/heads/master | 2021-01-01T16:21:03.750988 | 2014-03-31T14:59:23 | 2014-03-31T14:59:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 245 | c | /* ISC license. */
#include "djbunix.h"
#include "unix-transactional.h"
int open_appendatb (int dirfd, char const *name)
{
int fd = open_appendat(dirfd, name) ;
if (fd < 0) return -1 ;
if (ndelay_off(fd) < 0) return -1 ;
return fd ;
}
| [
"k.os.tao@gmail.com"
] | k.os.tao@gmail.com |
9ae8c2bbf9351c6f8395e048a62807c65da5e44b | ac512c1cec057ee6156d02002c6d3ab919eb445a | /venv/Lib/site-packages/gevent/event.c | bebd8a31d0a299112b0c5a7d4eb1890967a421c6 | [] | no_license | Annyhello/lianxi | 130d7d03ddd46803f799a8de9046a4ef7be5b1b9 | eab51868147aa909510cc5769808eda37343abf7 | refs/heads/master | 2020-04-28T14:47:03.249602 | 2019-03-29T06:51:26 | 2019-03-29T06:51:26 | 139,088,641 | 0 | 0 | null | null | null | null | UTF-8 | C | false | true | 561,285 | c | /* Generated by Cython 0.28.4 */
/* BEGIN: Cython Metadata
{
"distutils": {
"depends": [
"src/gevent/_event.pxd",
"src\\gevent\\_event.pxd"
],
"include_dirs": [
"C:\\Python34-x64\\Include",
"deps"
],
"name": "gevent._event",
... | [
"anny1503@163.com"
] | anny1503@163.com |
15c450a256df4416cde4952f5e805f96d198a263 | 7578772afef5275e8d1edf5c9e6b34fc0368f492 | /d/qujing/huangfeng/dong5.c | 7f028441d4b3c6a04d83bd11cbe85270f13f200d | [] | no_license | jackyueq/xyj2006 | 3b899323c4b891b57fa25d671527edea7f4fccd2 | 2d0681c32c6bb880c21a43aca127f5d4af1000a0 | refs/heads/master | 2020-04-06T04:25:29.851538 | 2015-03-18T07:22:28 | 2015-03-18T07:22:28 | 32,443,903 | 3 | 5 | null | null | null | null | GB18030 | C | false | false | 494 | c | // created by wxb 12/24/1998
// room: /d/qujing/huangfeng/dong5.c
inherit ROOM;
void create ()
{
set ("short", "洞内");
set ("long", @LONG
洞内光线昏暗,且有阵阵腥臭扑鼻。妖狐狡兔在你身边蹿
来跳去。好在没有人注意你,还是快些离开吧。
LONG);
set("exits", ([
"north" : __DIR__"chang",
"south" : __DIR__"dong6",
"east" : __DIR__"dong4",
... | [
"jackyueq@gmail.com"
] | jackyueq@gmail.com |
4f95e64b6f07a704c17e2f4b7b8389366770aa94 | 0d52c6126c6858c75fa5e6bb2c600e66c8120818 | /soda_codes/sbl9_32_opt_dis/our_code/sbl9_32_opt.h | 01ff27b3c8571c7f23ff843df2796926f1d24ed0 | [] | no_license | ZhuangzhuangWu/clockwork | 17037d55ac1817e89ba065e168554468b1c89832 | 44909d373f912bdc361c2804dc6b611d7c652034 | refs/heads/master | 2023-08-18T22:47:52.636943 | 2021-10-06T17:46:50 | 2021-10-06T17:46:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 199 | h | #pragma once
#include "hw_classes.h"
void sbl9_32_opt(HWStream<hw_uint<512> >& /* no bundle get_args num ports = 32 */off_chip_img, HWStream<hw_uint<512> >& /* get_args num ports = 32 */sbl9_32);
| [
"dillon@Dillons-MacBook-Pro.local"
] | dillon@Dillons-MacBook-Pro.local |
26d6d488254e0c20e0a133867efb46b540ea9703 | 8770c71cf6f013f3a3a0572ed0ccb1675e012246 | /dependents/cffi/cffi_0.17.1/grovel/common.h | 0b5a6aeb9beb87ada4780b6d6f38d564ba99720d | [
"MIT"
] | permissive | kraison/montezuma | c34d8531f3b59ec436e2cfc5f73d824695b5d229 | b2f97bf731c672de67e51c01822087a42e073ad6 | refs/heads/master | 2021-03-27T13:44:03.379384 | 2017-03-04T06:06:14 | 2017-03-04T06:06:14 | 80,847,833 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,760 | h | #include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <inttypes.h>
#ifndef offsetof
#define offsetof(type, slot) ((long) ((char *) &(((type *) 0)->slot)))
#endif
#define getslot(type, slot) (((type *) 0)->slot)
#define sizeofslot(type, slot) (sizeof(getslot(type, slot)))
#d... | [
"raison@chatsubo.net"
] | raison@chatsubo.net |
556ef6965d77d547fa087a01f00b60711368d47a | a92a91a02b97334487fd89deb29064dd109b965d | /hardware/libcamera/ZXImg/ZXImgFilterWavelet.c | 6c5f3d7ca647202b53e83d79500ffe412baa12f6 | [
"Apache-2.0"
] | permissive | AveHornet/vendor_st-ericsson_u8500 | 4af9987f79cbe9bebd142c770cf10c36ac959fd7 | 5c3c8f4491a9996429c52ecc946bf76d3c4fc5a8 | refs/heads/master | 2021-01-21T09:07:00.004338 | 2014-03-03T04:23:29 | 2014-03-03T04:23:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 16,267 | c | #include <math.h>
#include "ZXImgFilterWavelet.h"
#include "ZXImgCommon.h"
#define __ENABLE_EDGE_AVOID__
void do_synthesis(int8_t* p_src, int8_t* p_dst, int width, int height);
int32_t sndaWaveletFilterInit(int32_t* pHandle, uint32_t width, uint32_t height, float_t threshold, float_t low, uint32_t threads_cnt)
{
Wa... | [
"shantanupaul@live.com"
] | shantanupaul@live.com |
7d1ebc386d31b25b1a825aeb8d672e7d455adb25 | f8035727d52e659710005e3c70beed0ceeab94a9 | /andebug.h | c72c49cc1d100bd238f4883791045295005b7bca | [] | no_license | skyformat99/CANTestApp | 4f6e775ce3056508ef0a5f7e07b7bcd76bbfd4bc | 9a78ae94e55b85f80eec8cdb4a8f383362f2efb7 | refs/heads/master | 2021-05-15T18:43:38.513356 | 2017-04-21T02:55:54 | 2017-04-21T02:55:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,868 | h | /*********************USAGE**********************************/
/* I) Prerequisite Information */
/* Add #include "andebug.h" to where this file is used */
/* There are three Flags which feature PARALLELY */
/* 1) To Enable Debug, Set _IsDebugEnabled To Non-Zero */
/* ... | [
"an.phan@ascenx.com"
] | an.phan@ascenx.com |
2e5ec7b252bede9733f55a10720149eec5cce92a | 5c255f911786e984286b1f7a4e6091a68419d049 | /code/49115618-44f5-47ba-81a3-5a5812162b6b.c | abb14bc6e4754d1808b426582b338abb13eb74e0 | [] | 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 | 219 | c | #include <stdio.h>
int main() {
float i;
float j;
float k;
float l;
i = 6;
j = 9;
printf("vulnerability");
k = 3;
l = j*j*k/9;
printf("vulnerrbbbitty");
printf("%f\n",l);
return 0;
}
| [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
94a6c881071f2771a90999a21d99b85126a84161 | 69e12af0b2ada060c2d3696550f01a4e166efbae | /openblas/build/driver/level2/CMakeFiles/ctbmv_thread_TLU.c | 2021eccda094dec62dc0f5177c644eaac3f00c7a | [] | no_license | ljsetter/ntf_project | d7d27e3eab2cb20724830cdd7b99bba3517ec3be | 8b3ea7e6f46625c8dcc4dc750feb64ce45d133f0 | refs/heads/master | 2020-08-24T17:41:08.766977 | 2019-11-14T23:50:05 | 2019-11-14T23:50:05 | 216,871,010 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 405 | c | #define LOWER
#define UNIT
#define TRANSA 2
#define ASMNAME ctbmv_thread_TLU
#define ASMFNAME ctbmv_thread_TLU_
#define NAME ctbmv_thread_TLU_
#define CNAME ctbmv_thread_TLU
#define CHAR_NAME "ctbmv_thread_TLU_"
#define CHAR_CNAME "ctbmv_thread_TLU"
#define COMPLEX
#include "/home/lewissetter/Documents/mines/high_perfo... | [
"ljsetter@mines.edu"
] | ljsetter@mines.edu |
be626c20ac957f967f42fc6f4349e80e2fa896ea | bb0f005fc5bc3ffe2bdd9f0485684db57b4cdbb5 | /Libraries/libil2cpp/include/class-internals.h | 9f14aa04f59179e947e5e0daa7d97d36307efd85 | [] | no_license | 18945661022/yun1125pm | 276b1d2c6e79f1e548d19ab55569f07b7f23283d | 37cc8db5676630e4e9cf34505352967f2b73674e | refs/heads/master | 2020-04-04T19:11:06.362644 | 2018-11-05T09:57:39 | 2018-11-05T09:57:39 | 156,195,516 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 11,996 | h | #pragma once
#include "il2cpp-config.h"
#include <stdint.h>
#include "metadata.h"
#include "il2cpp-metadata.h"
#define IL2CPP_CLASS_IS_ARRAY(c) ((c)->rank)
struct TypeInfo;
struct Il2CppImage;
struct Il2CppAssembly;
struct Il2CppAppDomain;
struct Il2CppDelegate;
struct Il2CppAppContext;
struct Il2CppNameToTypeDefini... | [
"Apple@chengdedeMac-mini-10.local"
] | Apple@chengdedeMac-mini-10.local |
0ff155ff5b98c6bb9e011cf7e0a493a606d03b93 | fc3cc5d5f38e4d42394bafae548e2c0db0cd74e8 | /test/claml/struct9.c | 7fe7a1a3098d99a81631e3fb051401dbea920fcd | [
"BSD-3-Clause"
] | permissive | prosyslab/sparrow | 6526022f7912699493990295521fa865baa63b25 | 0422e320d39f2001cb1dbd85edb6488e048fbb6d | refs/heads/master | 2023-06-26T11:20:53.343790 | 2023-06-09T14:39:18 | 2023-06-09T14:39:18 | 240,853,091 | 0 | 2 | NOASSERTION | 2020-11-10T14:38:39 | 2020-02-16T07:56:33 | OCaml | UTF-8 | C | false | false | 96 | c | typedef struct bfd bfd;
struct bfd {
int cacheable;
};
void f(bfd *b) { b->cacheable = 1; }
| [
"kihong.heo@gmail.com"
] | kihong.heo@gmail.com |
6bf60b8708e9e76c6dceb86042fb58b1ad2dc97f | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant100753_opts.c | 1efd28f060880d3c77571bbf32b11f86ee6fd746 | [] | no_license | agroce/compilermutants | 94f1e9ac5b43e1f8e5c2fdc17fa627d434e082f3 | dc2f572c9bfe1eb7a38999aaf61d5e0a2bc98991 | refs/heads/master | 2022-02-26T21:19:35.873618 | 2019-09-24T15:30:14 | 2019-09-24T15:30:14 | 207,345,370 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 54,803 | c | /* Command line option handling.
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
Free Software Foundation, Inc.
Contributed by Neil Booth.
This file is part of GCC.
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
Softw... | [
"agroce@gmail.com"
] | agroce@gmail.com |
22ed777044c719c728f9b067dec0978a016bc414 | 41094da368bb7c8a0e5ddcc33b1b13dbec7c5126 | /lib/include/crete/hook/utility.h | 1cf1b7eed7ce3c5fad9fe0e144f00ec43757d46d | [
"BSD-2-Clause-Views"
] | permissive | svlpsu/crete-release | 03dd1dfc888c44071c428bd1b2b291f46760ae52 | 86f0469f267e6e6c5ca39d669537c46c62f6515a | refs/heads/master | 2021-01-18T18:28:37.423241 | 2016-07-11T23:50:28 | 2016-07-11T23:50:28 | 61,248,049 | 2 | 2 | null | 2016-07-11T23:50:28 | 2016-06-15T23:38:03 | C | UTF-8 | C | false | false | 495 | h | #ifndef CRETE_HOOK_UTILITY_H
#define CRETE_HOOK_UTILITY_H
#include <stddef.h> // For size_t
/**
* @brief crete_symfile_memcpy - version of memcpy meant to exist in the address space
* of libcrete_hook.so, so as to be always captured. Will be used until incremental
* capture is proficient enough to ca... | [
"chenbo@pdx.edu"
] | chenbo@pdx.edu |
9a56b1a323f27fa588fc95b95ccab12d756456f8 | 3b0b05eaf2c7eb4d11514107ff8cc505e67e4b75 | /ext/hal/atmel/asf/sam/include/same70/instance/uart3.h | dd78d1cb75c310c6b598ef27fb7db60b05306a59 | [
"Apache-2.0"
] | permissive | dmgerman/zephyrd3 | d3813ef74a3d6d447f2ae01d4d20806c48e3f698 | b6a23cc9c5d534c352e33fd18fff7799ac3c2886 | refs/heads/master | 2023-01-09T14:22:19.749375 | 2018-10-04T22:08:09 | 2018-10-05T18:21:49 | 253,632,165 | 0 | 0 | Apache-2.0 | 2022-12-26T20:39:56 | 2020-04-06T22:41:46 | C | UTF-8 | C | false | false | 1,058 | h | DECL|REG_UART3_BRGR|macro|REG_UART3_BRGR
DECL|REG_UART3_BRGR|macro|REG_UART3_BRGR
DECL|REG_UART3_CMPR|macro|REG_UART3_CMPR
DECL|REG_UART3_CMPR|macro|REG_UART3_CMPR
DECL|REG_UART3_CR|macro|REG_UART3_CR
DECL|REG_UART3_CR|macro|REG_UART3_CR
DECL|REG_UART3_IDR|macro|REG_UART3_IDR
DECL|REG_UART3_IDR|macro|REG_UART3_IDR
DECL... | [
"nashif@linux.intel.com"
] | nashif@linux.intel.com |
dfa4cea7e360d121145e358bf2a075eb3fa1ae8e | c0712c9113a41c3486f810ef58bd5cb234442ed9 | /Inc/usbd_audio_if.h | 97651dd341d905d79de1e03622a1390b7b464d3f | [] | no_license | yugaja/F7USBAudio | c6bccc2b7797eade811ccaa1a8dc8d7cc6aef312 | 347a531840e14c3393dce949b4e3c26b20ba7c93 | refs/heads/master | 2020-04-05T01:44:42.373131 | 2017-01-17T20:46:24 | 2017-01-17T20:46:24 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C | false | false | 3,702 | h | /**
******************************************************************************
* @file USB_Device/AUDIO_Standalone/Inc/usbd_audio_if.h
* @author MCD Application Team
* @version V1.3.4
* @date 06-May-2016
* @brief Header for usbd_audio_if.c file.
****************************************... | [
"JMF@adminJMF-PC"
] | JMF@adminJMF-PC |
39fd34b15c93c7bdeb7c5e8b9176dfd41acd97c5 | ecc25f47abddd1982186200027b0d7093b299341 | /avl.c | 534c902a2d8f128e47ceeec04de6afa7c3f665e1 | [] | no_license | gjro/avl_tree | 57c73f2c32bdc2fc52c64662e98a0c220ce4585c | 008e44c665817d2dee4ed8340f6c26110d27db54 | refs/heads/master | 2023-06-19T16:44:42.154781 | 2021-07-19T23:51:56 | 2021-07-19T23:51:56 | 387,621,706 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,241 | c | #include <stdio.h>
#include <stdlib.h>
struct no
{
int chave;
struct no *esq, *dir;
};
typedef struct no No;
void preordem(No *pt)
{
printf("%d ", pt->chave);
if (pt->esq != NULL)
{
preordem(pt->esq);
}
if (pt->dir != NULL)
{
preordem(pt->dir);
}
}
void buscar(in... | [
"gilbertojr.ro@gmail.com"
] | gilbertojr.ro@gmail.com |
ddb2fbb505c415d1eea2bf2e277f19c784bd6797 | 900f58248c037ee881d268a7e882cb1d4c43f3f3 | /ActionRPG/Intermediate/Build/Win64/UE4Editor/Development/ActionRPG/PCH.ActionRPG.h | ff6edd1b7fa75f00fe01905acb9197d6f8602828 | [] | no_license | thomas-mahon/TestProgramming11082020 | 539cea397310b9a3b81e426af93412796f659fd6 | 89f8ab6462f3d77fdfc9dcf67ada7baa8c230d62 | refs/heads/main | 2023-01-06T16:24:34.140888 | 2020-11-08T21:34:36 | 2020-11-08T21:34:36 | 311,159,368 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,538 | h | // PCH for C:\Users\tmaho\Documents\Unreal Projects\ActionRPG\Source\ActionRPG\Public\ActionRPG.h
#define IS_PROGRAM 0
#define UE_EDITOR 1
#define ENABLE_PGO_PROFILE 0
#define USE_VORBIS_FOR_STREAMING 1
#define USE_XMA2_FOR_STREAMING 1
#define WITH_DEV_AUTOMATION_TESTS 1
#define WITH_PERF_AUTOMATION_TESTS 1
#define UNI... | [
"tmahon2391@gmail.com"
] | tmahon2391@gmail.com |
10d2dd96d8b612262893c700dd8764e0a4a74983 | aa026d339f15cc7a415ef591cedf0e548d906947 | /firmware/lams-xplained-pro/Config/conf_fatfs.h.bak | cd4de813b6c76b0b3dd3ac1a15438a0106e54f85 | [] | no_license | LAMS-UofU/SAME54-board | 76e0d914f826a350a9fdb87a9d4d610e8687b4bf | 5477bef4e414ea642de41d4312ea5acfb58cf6ae | refs/heads/master | 2023-01-24T19:13:07.715117 | 2020-12-12T01:46:17 | 2020-12-12T01:46:17 | 265,158,434 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,165 | bak | /* Auto-generated config file conf_fatfs.h */
#ifndef CONF_FATFS_H
#define CONF_FATFS_H
// <<< Use Configuration Wizard in Context Menu >>>
// <h> Function Configurations
/*---------------------------------------------------------------------------/
/ FatFs - FAT file system module co... | [
"wolffkris7@gmail.com"
] | wolffkris7@gmail.com |
29742df1514ae7339bdcb09264e9bfa1de0500ec | 084e27dd31acd10b283ff19cc2a19a9cf17b560e | /rekurzivno.c | 80a7f71ae4624b7c7280c7e13dcf1930eaf14e92 | [] | no_license | 223323/kalkulator | 937d5a088dcc061d2357271942494336d9d410b4 | 2e66e88282186ac3ad128acc2e66a59f6cb7d381 | refs/heads/master | 2020-06-01T17:50:50.597525 | 2019-06-14T06:42:21 | 2019-06-14T06:43:35 | 190,872,017 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,183 | c | #include <stdio.h>
#include <math.h>
#include <string.h>
const char *izrazZaRacun = 0;
#define MAX 100
typedef float Tip;
Tip sabirak();
enum Errors {
NemaGreske,
OcekujemBroj,
FaliZagrada,
FaliOperator,
DupliOperator,
GreskaBaza,
NepoznataFunkcija
};
char* error_translation[] = {
"NoError",
"OcekujemBroj",
... | [
"sciliquant@gmail.com"
] | sciliquant@gmail.com |
204493d4e23909f194dadff8a735cf9c5ebc9919 | cb2f30c8713acb0d8bd912be1e7bfb4263f8b84b | /OpenFT/src/proto/ft_stats_digest.c | 7a3206f812f7ceb0904ed26e04c844224ed6c254 | [] | no_license | hexwab/gift | d3c28001d496d04aa11a577780a15f7a583f2e43 | b55fff0ce7fa57bdcdfcb81f599890e945817e6b | refs/heads/master | 2020-12-19T20:45:16.075308 | 2020-01-23T16:53:27 | 2020-01-23T16:53:27 | 235,838,288 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,413 | c | /*
* $Id: ft_stats_digest.c,v 1.2 2003/11/02 12:09:08 jasta Exp $
*
* Copyright (C) 2001-2003 giFT project (gift.sourceforge.net)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either ... | [
"hex@sphere.chronosempire.org.uk"
] | hex@sphere.chronosempire.org.uk |
f1aa0bbc4b6f9158cf0b868b161171850fb412f2 | d5ed71ee93a63bcb2892978f4bb04c10cb270ed6 | /library/libsoft1/libmedia/4composite/media.flv.c | 03b3dcd64f93fa47232a0602fb22f82962bead40 | [] | no_license | ifbe/42 | 64be341f94289a4901fef6bcc540980a0e71dfad | 7c6f286e7c64300ada0e606cbb061174ae96e896 | refs/heads/master | 2023-08-10T08:57:24.374770 | 2023-08-02T16:25:18 | 2023-08-02T16:25:18 | 33,355,771 | 4 | 2 | null | null | null | null | UTF-8 | C | false | false | 21,838 | c | #include "libsoft.h"
void movsb(void*,void*,int);
static u16 swap16(u16 in)
{
return ((in<<8)&0xff00) | ((in>>8)&0xff);
}
static u32 swap32(u32 in)
{
return (in>>24) | ((in>>8)&0xff00) | ((in<<8)&0xff0000) | (in<<24);
}
static u64 swap64(u64 in)
{
u64 lo = in&0xffffffff;
u64 hi = (in>>32)&0xffffffff;
lo = swap32... | [
"ifbe@live.cn"
] | ifbe@live.cn |
90da4318a2b02a58bed244a04642548d01d43cab | 3b9b4049a8e7d38b49e07bb752780b2f1d792851 | /src/third_party/grpc/src/core/lib/security/credentials/credentials.c | f45a8d8ff683a47ac9984667eab8a5b81e5d930a | [
"BSD-3-Clause",
"Apache-2.0",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | webosce/chromium53 | f8e745e91363586aee9620c609aacf15b3261540 | 9171447efcf0bb393d41d1dc877c7c13c46d8e38 | refs/heads/webosce | 2020-03-26T23:08:14.416858 | 2018-08-23T08:35:17 | 2018-09-20T14:25:18 | 145,513,343 | 0 | 2 | Apache-2.0 | 2019-08-21T22:44:55 | 2018-08-21T05:52:31 | null | UTF-8 | C | false | false | 8,122 | c | /*
*
* Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of condi... | [
"changhyeok.bae@lge.com"
] | changhyeok.bae@lge.com |
ec2bbd2f276a1f41bf31b35c0eb639c9db22023b | 2bc3398063fd7251c46a2d93d2e301cd063befcd | /nitan/d/beihai/dukou2.c | 706a653ff7bb464c0d4d812f3b4535e90fb7cc69 | [
"MIT"
] | permissive | HKMUD/NT6 | ae6a3c173ea07c156e8dc387b3ec21f3280ee0be | bb518e2831edc6a83d25eccd99271da06eba8176 | refs/heads/master | 2020-03-18T08:44:12.400598 | 2018-05-23T06:55:18 | 2018-05-23T06:55:18 | 134,525,191 | 9 | 4 | null | null | null | null | GB18030 | C | false | false | 730 | c | // /d/beihai/dukou2.c
// Last Modified by winder on May. 22 2002
inherit ROOM;
void create()
{
set("short", "渡口");
set("long", @LONG
这里是一座渡口,专门负责摆渡游客离开琼岛去湖北面的。渡口是
用结实的木料建造的,还铺上了一层垫子。渡船也是很新的双层游船,
坐起来稳稳当当的。两个船家分别坐在船头很船尾,随时准备开船了。
LONG
);
set("exits", ([
"southwest" : __DIR... | [
"xmlsdk@gmail.com"
] | xmlsdk@gmail.com |
72cdb048e242113a044708ab9f33102881dfc447 | e1e54dcefec7b77ad77ef9f4d5c176fe98c53092 | /test/CodeGen/a15.c | 115b1091da33106ea9388a0725a5ff0bf3555152 | [
"NCSA"
] | permissive | skristiansson/clang-or1k | 784bfe3fafd4b8d071471e5f9340a74b87427412 | 4194ff100805fab540585109902733fcf752bce6 | refs/heads/master | 2021-01-20T15:12:57.556972 | 2012-10-03T07:49:14 | 2012-10-03T07:49:14 | 4,017,891 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 133 | c | // RUN: %clang -ccc-host-triple armv7-none-linux-gnueabi -mcpu=cortex-a15 -emit-llvm -S %s -o /dev/null
int main() {
return 0;
}
| [
"silviu.baranga@arm.com"
] | silviu.baranga@arm.com |
b876a98c293c22d3afff5a0714fcc18ec196bb01 | 29f4589f97f7c9068f862f6324900990ba482f72 | /JuceLibraryCode/JucePluginDefines.h | 994ea39ce49ce3f6c45992dd1badfe002543ad6f | [] | no_license | markdenardo/basicOscillator | 02dc10f774dfd5bd8358a9fe903afba676a4babf | 6c3cebe43b3962a06eef935130344c6af646ace0 | refs/heads/master | 2023-04-07T02:19:13.627013 | 2021-04-06T18:46:13 | 2021-04-06T18:46:13 | 355,292,521 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,066 | h | /*
IMPORTANT! This file is auto-generated each time you save your
project - if you alter its contents, your changes may be overwritten!
*/
#pragma once
//==============================================================================
// Audio plugin settings..
#ifndef JucePlugin_Build_VST
#de... | [
"mark.denardo@gmail.com"
] | mark.denardo@gmail.com |
847ea29aaa3fb23c1dc870b11b9652e54a8ef25a | 30110f956d9abe6d186282f641742e971f8bd952 | /ndside/animate_simple/build/Hole.h | b274c2fc67d974883326f9fc2e624ca0c17b3f3a | [] | no_license | REgiSTerKZz/Project_NDS | 30d42013db47881791dd953c85634d7304ee686b | ecb73a4fe3a25603035cdf9f26db9fa79b2372ae | refs/heads/master | 2022-12-11T08:10:14.386533 | 2020-09-01T12:16:44 | 2020-09-01T12:16:44 | 291,981,338 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 698 | h |
//{{BLOCK(Hole)
//======================================================================
//
// Hole, 32x32@8,
// Transparent color : FF,00,FF
// + palette 256 entries, not compressed
// + 16 tiles Metatiled by 2x2 not compressed
// Total size: 512 + 1024 = 1536
//
// Time-stamp: 2020-09-01, 13:40:26
// Exported by C... | [
"joanreigbergua@enti.cat"
] | joanreigbergua@enti.cat |
72f4904632ff0f67d5dbadd943aefaac469a2d5d | 38de22af849b46bb3be42cbe6a371c0d7cdc1e92 | /ft2demos/src/ttdebug.c | a3d2014dc8d15b4f9f0e5b7eed0810070d187cb4 | [] | no_license | genesi/freetype | f074f62ed9cf71e168c7fc4d55b92593712f3291 | 5f4f3071f50690a33e034f4756351f7e340a3a9a | refs/heads/master | 2021-01-02T09:27:06.859111 | 2013-03-16T20:43:44 | 2013-03-16T20:43:44 | 8,639,299 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 35,138 | c | #include <stdio.h>
#include <stdlib.h>
#ifdef UNIX
#ifndef HAVE_POSIX_TERMIOS
#include <sys/ioctl.h>
#include <termio.h>
#else
#ifndef HAVE_TCGETATTR
#define HAVE_TCGETATTR
#endif /* HAVE_TCGETATTR */
#ifndef HAVE_TCSETATTR
#define HAVE_TCSETATTR
#endif /* HAVE_TCSETATTR */
#include <termios.h>
#endif /* HAVE_POSIX_TE... | [
"matt@genesi-usa.com"
] | matt@genesi-usa.com |
8e7880f1891294300875d05ed2ec88b7f35ab92d | c0a60ae516470325db38a53c724a73d8cb53cb5d | /blankScreen.c | bc5bd8a378c6167668254ad3f83229ea344bfd5c | [] | no_license | Flewd/spooky-traveler-gb | 0170c51e0a67282a33b5940fc7f3f1752c4e847b | 0cdac16f88588c24c9a355167156d44645d9ea28 | refs/heads/main | 2023-02-22T16:19:33.440583 | 2021-02-01T01:12:49 | 2021-02-01T01:12:49 | 334,783,906 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,887 | c | unsigned char blankScreen[] =
{
0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,
0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,
0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,0x30,... | [
"me@mike-flood.com"
] | me@mike-flood.com |
3d8a36386459e9b7191bd62a9208f14f0a290592 | 8ef382c603caab0228d88f615c5b9315c8e69fbd | /lib/18/iconv/ext/iconv.c | 1042f9d86eb8fc65518c7c9ac42496d632135671 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ryanyogan/rubinius | 25493116fe69a476f94ac40b3b55061989797a7b | d563a03070ad00d963becea0d0a472f206186523 | refs/heads/master | 2023-04-04T01:20:42.615833 | 2013-08-06T21:10:19 | 2013-08-06T21:10:19 | 11,986,041 | 0 | 0 | BSD-3-Clause | 2023-03-24T22:02:13 | 2013-08-08T20:38:09 | Ruby | UTF-8 | C | false | false | 23,962 | c | /* -*- mode:c; c-file-style:"ruby" -*- */
/**********************************************************************
iconv.c -
$Author$
$Date$
created at: Wed Dec 1 20:28:09 JST 1999
All the files in this distribution are covered under the Ruby's
license (see the file COPYING).
Documentation by Yukihiro... | [
"d.bussink@gmail.com"
] | d.bussink@gmail.com |
2ac1eea906343e20087db1179c53ce09670200c0 | cc9a526a6ffff4c12b58a36bdc306f3aa1f0acd1 | /F26.H | 39769a8752e9bbeeae1f94ba958b96cce37950d2 | [] | no_license | baminmru/doclife | abeb2f077164fbb5d4517fb3bbbadcdfebd23195 | 85330910291cc11beb398b19e07223cf7b50d443 | refs/heads/master | 2021-06-27T01:24:48.044032 | 2017-09-15T13:31:35 | 2017-09-15T13:31:35 | 103,660,170 | 0 | 0 | null | null | null | null | IBM866 | C | false | false | 838 | h | /****************************************************
* F26.H *
* Copyright (C) Михаил М. Баранов *
* Модификация без предварительного согласия автора*
* будет рассматривается как нарушение авторского *
* и имущественного права ... | [
"bayrampasha2016"
] | bayrampasha2016 |
7060f86dcf9e1ed1b6fc3a7930369e48cab716d6 | fa463334d80659fdce1f310741971df1cea882eb | /msp430-gcc-support-files/include/msp430fr5870.h | 60a6e60246d1fdbb2de069e460fc731e5c65d189 | [
"MIT"
] | permissive | YuhanLiin/msp430_svd | 77531d126ed0a5340faa63375db7f82b8ca3d615 | e090d5176e8a2fdf2edf56d5abf3ba0709af951e | refs/heads/master | 2020-07-09T18:59:45.752510 | 2019-08-23T19:04:25 | 2019-08-23T19:04:25 | 204,055,653 | 0 | 0 | MIT | 2019-08-23T19:06:45 | 2019-08-23T19:06:45 | null | UTF-8 | C | false | false | 327,256 | h | /* ============================================================================ */
/* Copyright (c) 2017, Texas Instruments Incorporated */
/* All rights reserved. */
/* ... | [
"vadzim.dambrouski@promwad.com"
] | vadzim.dambrouski@promwad.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.