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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
420d42d64074071edf59c36a1a99e49e18002fc5 | 2874670b1089469a3ba27943897c13c1cc57617f | /yingying_delphi/Delphicpp_v8.4.2_Linux/src/dplt/ddm/dart-impl/logging.c | 72c84dc048dc25cb03b04b93b4a7f1898d79c96e | [
"MIT"
] | permissive | GunnerLab/Develop-MCCE | 659d9f337664a10c038fea91fd6aaa0cd424a0a8 | d97b43b20bc2f06f26ebecb764317aba7597ea19 | refs/heads/master | 2020-05-29T19:38:30.659424 | 2020-02-07T21:09:05 | 2020-02-07T21:09:05 | 189,330,734 | 0 | 6 | MIT | 2020-02-07T21:09:06 | 2019-05-30T02:23:22 | Smarty | UTF-8 | C | false | false | 3,315 | c | #include <stdarg.h>
#include <stdio.h>
#if defined(DART__PLATFORM__LINUX) && !defined(_GNU_SOURCE)
# define _GNU_SOURCE
#endif
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include "dart_types.h"
#include "dart_config.h"
#include "dart_team_group.h"
#include "logging.h"
#include "mutex.h"
/* Widt... | [
"junjun.mao@gmaile.com"
] | junjun.mao@gmaile.com |
1e80b6d051a7c271714da122d2b1fa5695e1cec0 | fe309200f8246dd18ab0693d8e85fc74f15cef10 | /kbds/gw2k-caps.h | b2e2619d2784c480f94ae359a4347fd0ade3befa | [] | no_license | codecandiescom/XKeyCaps-2.46 | f6fda96cbeb205bf5de695a3a74dfea32a60f4a4 | 4c9232b08b782233cbd95bd87a4282892dc07ab6 | refs/heads/master | 2020-04-25T04:24:32.619980 | 2019-02-25T13:17:42 | 2019-02-25T13:17:42 | 172,509,157 | 3 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,950 | h | /* xkeycaps, Copyright (c) 1991, 1992, 1993, 1994, 1996
* Jamie Zawinski <jwz@jwz.org>
*
* This file describes the key surfaces of Gateway 2000
* AnyKey programmable PC keyboard.
* By Jarrod Smith <jsmith@scripps.edu>
*
* Important notes about this keyboard:
*
* In order for all the keysyms to work properly, ... | [
"codecandies@gmail.com"
] | codecandies@gmail.com |
faf841d147f06a04b34d9b060bbf963736f12867 | cd4d8e97e5b51d100dbc4941ed3990112d970d97 | /dev/src/esp_app.c | f66ccc813508b2c9bf487da54b0ceeb0d195eac2 | [] | no_license | solotic/EasyGUI | 37632abd4acec028ae1c67d45d1257c9a7820d40 | f552a3b4399c0a59312235f99f147fd6eca80385 | refs/heads/master | 2021-09-03T11:54:49.919038 | 2018-01-08T21:46:03 | 2018-01-08T21:46:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,388 | c | /**
* \file esp_app.c
* \brief ESP application
*/
#include "app.h"
/* Access points visible to ESP device */
esp_ap_t access_points[10];
size_t access_points_count;
/* MQTT client related */
mqtt_client_t* mqtt_client;
static void mqtt_client_evt_fn(mqtt_client_t* client, mqtt_evt_t* evt);
con... | [
"tilen.majerle@gmail.com"
] | tilen.majerle@gmail.com |
67a089225665e3ca2bd2e1db4ef37abbb575defe | e21c16950bcf4bde70fdd6295e1f4950ad93a710 | /testing/loctest.c | 1e95cccc1e6e8e3d142bfcf3da9bfeb799b85a7f | [
"MIT"
] | permissive | bakerb845/fteik | ff3bea9d9977fd33dbd59f4b83c3547a3aceda51 | 98448304edb96f7cd77da3b4651a998c21a8bd65 | refs/heads/master | 2018-12-18T20:13:12.419929 | 2018-09-28T20:02:49 | 2018-09-28T20:02:49 | 100,197,535 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 5,840 | c | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <time.h>
#include "fteik/fteik_fortran.h"
/*!
* @brief Tests the locator.
*/
int main(int argc, char *argv[])
{
const int master = 0;
int myid = 0;
#ifdef FTEIK_USE_MPI
int provided;
MPI_Init_thread(&argc, &argv, M... | [
"bakerb845@gmail.com"
] | bakerb845@gmail.com |
23360bc337640a0198492d4a8b0d1c3556261dd5 | eca4c805dfab0e0b6fb9d3efaccaf1f550d4a8da | /教程 - 巡线/BALANCE/MPU6050/mpu6050.h | f3ea5449f03aeb4322428d67cdc859b11ff998fd | [] | no_license | OneForward/STM32_MiniCars | 53828d997e03a3c5f3d247f564024b0bc582d9ca | 09d157b7dd94b693e4b2bf7c8bcd1323790e1508 | refs/heads/master | 2021-04-12T08:59:06.109600 | 2018-05-10T10:54:10 | 2018-05-10T10:54:10 | 126,831,682 | 10 | 0 | null | null | null | null | GB18030 | C | false | false | 14,791 | h | #ifndef __MPU6050_H
#define __MPU6050_H
#include "sys.h"
#define devAddr 0xD0
#define MPU6050_ADDRESS_AD0_LOW 0x68 // address pin low (GND), default for InvenSense evaluation board
#define MPU6050_ADDRESS_AD0_HIGH 0x69 // address pin high (VCC)
#define MPU6050_DEFAULT_ADDRESS MPU6050_ADDRESS_AD0_L... | [
"im.hj@qq.com"
] | im.hj@qq.com |
e11103c9a097b6601f5fd860ec28338ec83e615b | fc6bc4cf23f713e3e4a97c00f724c977b3adbf82 | /Vivado Projects/_Old/EXPERIMENTAL/MoreClocks/MoreClocks.sim/sim_1/behav/xsim/xsim.dir/d1_tb_behav/obj/xsim_1.c | b9128b5053dfca0c236df1014b178d365c9a19cf | [] | no_license | Startrekker007/SInglePhotons | 8b429e29f78977adfa7711e8dae2cb864a13ea53 | 529c2ab3ea3c3797db4dd4e0a336ce35ea2e64a1 | refs/heads/master | 2022-12-12T16:38:56.412370 | 2020-02-04T00:19:57 | 2020-02-04T00:19:57 | 223,832,514 | 2 | 2 | null | 2022-12-08T09:25:43 | 2019-11-25T00:41:41 | VHDL | UTF-8 | C | false | false | 27,474 | c | /**********************************************************************/
/* ____ ____ */
/* / /\/ / */
/* /___/ \ / */
/* \ \ \/ ... | [
"joe.borbely@gmail.com"
] | joe.borbely@gmail.com |
4d9d5faf79888b684bbd5b3190b9fbfc58bc17a2 | 2f85f8bc6638e04738030626d12ce7b27287c73f | /kernel/log.c | 955c5df7004f926267c8e8d0a4f9c04ee2fa7757 | [
"MIT"
] | permissive | three/AndromedOS | ddda4c8cbcd1e504e79d0aecf5714007218e638b | 8a057625ff318690ae47ea73b103e163ccedb318 | refs/heads/master | 2021-05-31T21:44:01.892007 | 2016-05-29T15:11:16 | 2016-05-29T15:11:16 | 34,999,354 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 784 | c | /*
* log.c
*
* Handles logging to prevent circular dependencies.
*/
#include "log.h"
#include <stdint.h>
log_logger klog_p;
log_logger kwarn_p;
log_logger kerror_p;
log_logger ktell_p;
void klog(char *m)
{
(*klog_p)(m);
}
void kwarn(char *m)
{
(*kwarn_p)(m);
}
void kerror(char *m)
{
(*kerror_p)(m... | [
"eric@threedot14.com"
] | eric@threedot14.com |
2793665b52a3de29ec4a5e8508f4492db64027bc | ee7bca379690afd2a01faeabf7dc0428cb7bdd8d | /P36_2809/P36_2809.c | 5707af8aebbfaf54b5993f4f374366f35630341b | [] | no_license | Yadnesh-06/Prayaas-Solutions | 0fc4514ee248b8281ee7da41c817511efdfb61ed | 45cd70fa3034a941a89bb9274de7162326031fa1 | refs/heads/master | 2023-08-05T11:43:09.068006 | 2021-09-29T15:49:06 | 2021-09-29T15:49:06 | 403,899,520 | 0 | 0 | null | 2021-09-07T08:24:11 | 2021-09-07T08:24:11 | null | UTF-8 | C | false | false | 279 | c | #include<stdio.h>
#include<string.h>
int main()
{
int Y, mm, ss ;
char X[3];
scanf("%d:%d:%d%s", &Y, &mm, &ss, X) ;
if (strcmp(X,"PM")==0 && Y!=12) Y += 12 ;
if (strcmp(X,"AM")==0 && Y==12) Y = 0 ;
printf("%02d:%02d:%02d", Y, mm, ss) ;
return 0;
} | [
"yadneshsirdeshmukh@gmail.com"
] | yadneshsirdeshmukh@gmail.com |
c72cb14ce83425b9bf16785b9d98910f2457469f | df95abb478f2d14e6feba4b4e7c3e0e03038fdbf | /common/include/openssl/opensslconf.h | f5f7b208f7eab89f525a314836e70cc8474ef334 | [] | no_license | rocker9527/crawler-qq | 7a77a254fe6b8e0aadb071ce8cd0d23a889e35a9 | eba51822147f40e64026ef7d0140200d1ff7292e | refs/heads/master | 2023-04-04T15:47:13.230413 | 2020-07-07T06:43:09 | 2020-07-07T06:43:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 7,380 | h | /* opensslconf.h */
/* WARNING: Generated automatically from opensslconf.h.in by Configure. */
#ifdef __cplusplus
extern "C" {
#endif
/* OpenSSL was configured with the following options: */
#ifndef OPENSSL_SYSNAME_WIN64A
# define OPENSSL_SYSNAME_WIN64A
#endif
#ifndef OPENSSL_DOING_MAKEDEPEND
#ifndef OPENSSL_NO_EC_... | [
"wangran35@qq.com"
] | wangran35@qq.com |
06b1ea21e29525c5c4f3703ca212377c43c31eb5 | b56c64aa8184e521fc7788be5716b542d98182c4 | /my_ls/myls-2017-baron_l/.svn/text-base/hmy.h.svn-base | b53518f152f62d1d6c30ecf841dc797b67b38c4e | [] | no_license | xAt0mZ/epitech_tek1_system_unix | 80703ec3acc149a0e586d90d7d659a148a5f7b65 | a06ef91abd6568261eaa22d94ccb8091c8253e89 | refs/heads/master | 2020-06-11T13:06:41.676222 | 2016-12-05T19:45:49 | 2016-12-05T19:45:49 | 75,659,411 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 502 | /*
** hmy.h for lib in /home/baron_l//local/rendu/piscine/projets/printf
**
** Made by louis-philippe baron
** Login <baron_l@epitech.net>
**
** Started on Wed Nov 14 15:00:34 2012 louis-philippe baron
** Last update Sun Nov 18 20:08:28 2012 louis-philippe baron
*/
#ifndef HMY_H_
#define HMY_H_
#include <unistd.... | [
"baron_l@epitech.eu"
] | baron_l@epitech.eu | |
d0236e5186e1fb80e6d8cca55acc54a574d77840 | eb27c1e25945664ec0ae55e083ff2aecd97ff4df | /qctoolkit/ML/c_extension/kernelvectorsmodule.c | b3c1d957150e6a628fd4b7eaa90c6aee989fdf8c | [] | no_license | SamKChang/qctoolkit | a773fb0a1a18ceb4767d01a3c3948914061e8750 | 935e87ab77258b2a4506588af5ea0899a18b0803 | refs/heads/master | 2021-03-27T14:14:34.990396 | 2018-08-02T09:05:48 | 2018-08-02T09:05:48 | 38,433,646 | 11 | 3 | null | 2015-10-23T15:09:09 | 2015-07-02T13:13:56 | Python | UTF-8 | C | false | false | 4,802 | c | #include <Python.h>
#include <numpy/arrayobject.h>
#include "kernels.h"
#include <omp.h>
/* extract row vector with index='index' in 'data' matrix */
void getVector(double *vector, double *data, int index, int max){
int itr;
for(itr=0;itr<max;itr++){
vector[itr] = data[index * max + itr];
}
}
/* python int... | [
"samio54321@gmail.com"
] | samio54321@gmail.com |
1ea50728c61b9a4929c8e2903fff86e5d951bbd0 | 42f99e6a391977c1fdad8e3f8643f94ee5dbd87b | /INFLO-PRO/Arada/external/locomate-mips_1.86.4/mips/src/autowbss_tx_rx_encdec.c | ac3c7be8da66ac7ff09a0bc21d8dd7d2d19587aa | [
"Apache-2.0"
] | permissive | OSADP/INFLO | 688cdca5691445fc1174079a0a95eab38dc7fc31 | 19964445fe79a1f9334516fa0f51fa9dfc735f6c | refs/heads/master | 2022-07-10T10:19:32.420910 | 2019-12-17T19:00:42 | 2019-12-17T19:00:42 | 228,681,469 | 0 | 2 | NOASSERTION | 2022-06-22T22:19:13 | 2019-12-17T18:51:39 | C | UTF-8 | C | false | false | 208,224 | c | /*
* Copyright (c) 2005-2007 Arada Syatems, Inc. All rights reserved.
* Proprietary and Confidential Material.
*
*/
#include <pthread.h>
#include <stdio.h>
#include <ctype.h>
#include <termio.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#include <time.h... | [
"mvs5465@gmail.com"
] | mvs5465@gmail.com |
8416b321b5eda31aa7270068af1a212c80cd709d | d4b92e55e530bfa23079b1c5bfac323ac12b0db3 | /web_try4/components/espressif/event.c | 394063e1484cd9798cee2dce5b110d5301ad0c0c | [
"Apache-2.0"
] | permissive | Beck-Sisyphus/blockchain_on_esp32 | c7ac78324fa214de0eb5cebd4ffa5c9ba110582d | 3f378236fc2e7d9c6c9934f15e49fe8ec9eb6439 | refs/heads/master | 2021-08-31T06:42:24.444514 | 2017-12-20T15:47:11 | 2017-12-20T15:47:11 | 111,656,120 | 7 | 2 | Apache-2.0 | 2017-12-20T15:41:22 | 2017-11-22T08:23:19 | C | UTF-8 | C | false | false | 2,225 | c | //event engine
#include "event.h"
#include "esp_system.h"
#include "esp_event_loop.h"
#include "esp_log.h"
#include "esp_wifi.h"
#define TAG "event:"
EventGroupHandle_t station_event_group;//24bit
EventGroupHandle_t ap_event_group;//24bit
EventGroupHandle_t eth_event_group;//24bit
static esp_err_t event_handler(vo... | [
"ywangfq@connect.ust.hk"
] | ywangfq@connect.ust.hk |
7334d89c8738a40e1653affd8a945073a71f78ce | c5d9d8a6ab5f6ccb02d34c08160a6bf72fc45e20 | /workspace_ABCD/history/ana_draw_macro.C | b35a1601bb77f2299e49e5c6202631c6f6e953ce | [] | no_license | ywkao/Fireball | 16bb7a97e733f37c6148a7f3699f14cfd12e991f | a075f5e3119637483f0fe6733ddde1a68d956b4e | refs/heads/master | 2021-01-19T02:19:08.041214 | 2016-11-27T09:36:18 | 2016-11-27T09:36:18 | 41,362,094 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,850 | c | #include <stdio.h>
#include <iostream>
#include <vector>
#include <math.h>
#include <TCanvas.h>
#include <TFile.h>
#include <TF1.h>
#include <TGraphAsymmErrors.h>
#include <TH1D.h>
#include <TH2D.h>
#include <TLine.h>
#include <TString.h>
#include <TStyle.h>
const int Nbins=20;
const char *savingPath = "output";
con... | [
"ywkao@hep1.phys.ntu.edu.tw"
] | ywkao@hep1.phys.ntu.edu.tw |
b3b0cd2ce688973af139a7cd0000b4bdd6aef436 | c18f8fe0952b678496ecbd1c214a51729012d34d | /include/ffmpeg_old/libavutil/ffversion.h | 15f077f4149306a5057c48357fece2444443af56 | [] | no_license | ca2/nodeapp-macos | c8747885804eb02042982787454cc85e2040bc36 | 8af42507cd176b4558decab683cd78b84b6d1c2b | refs/heads/main | 2023-03-19T05:01:32.543933 | 2018-11-14T00:53:35 | 2018-11-14T00:53:35 | 98,114,433 | 15 | 0 | null | null | null | null | UTF-8 | C | false | false | 128 | h | #ifndef AVUTIL_FFVERSION_H
#define AVUTIL_FFVERSION_H
#define FFMPEG_VERSION "N-69060-gcd960c8"
#endif /* AVUTIL_FFVERSION_H */
| [
"camilo@ca2.email"
] | camilo@ca2.email |
6372ff7f67aae0aa4cd110f82cc85f6b59b25339 | 23ddd113660807aedd372e8d550d3c916c6d1418 | /c01/ex06/ft_strlen.c | 5de4841d18bb63e9a90873db89d02671f15ee11a | [] | no_license | brokenfiles/piscine-2k19 | 16ee212154c5d2b5c120601ada65e682b2694089 | 9a28f15da76bcee1d53eb7e8b76fd82414319076 | refs/heads/master | 2020-07-10T18:11:27.785200 | 2019-12-01T20:10:55 | 2019-12-01T20:10:55 | 204,332,364 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 980 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strlen.c :+: :+: :+: ... | [
"contact@louis-laurent.fr"
] | contact@louis-laurent.fr |
13fe365086e3f1d578a2fea05bba589d95ab2302 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE535_Info_Exposure_Shell_Error/CWE535_Info_Exposure_Shell_Error__w32_wchar_t_13.c | bf81470fc78676b3c9f8a7f245833cadd2eadc6d | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C | false | false | 6,390 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE535_Info_Exposure_Shell_Error__w32_wchar_t_13.c
Label Definition File: CWE535_Info_Exposure_Shell_Error__w32.label.xml
Template File: point-flaw-13.tmpl.c
*/
/*
* @description
* CWE: 535 Information Exposure Through Shell Error Message
* Sinks:
* GoodSink... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
43ca4461de7bf4cbbc99a88e4ff1387c3d97a29b | c4afbfe1885e8d0c7a1c8b928563f7bb8ab6a683 | /GreenDemonstrator/src/Track/Generated_Code/AmstredamUtrechNoExp/Send_RBC_LRBG_353_D_00431_0_M024_AmsterdamUtrechtL2_Sheet05_Amstel_RBC.h | 635080640fbf63ac732929a873ae96688fdec216 | [] | no_license | VladislavLasmann/srcAndBinary | cd48ebaa2f1f7f697ba5df9f38abb9ed50658e10 | 13aa76e545b9596f6dac84fb20480dffae7584d8 | refs/heads/master | 2021-05-08T15:04:05.709079 | 2016-01-22T12:40:10 | 2016-01-22T12:40:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,575 | h | /* $*************** KCG Version 6.1.3 (build i6) ****************
** Command: s2c613 -config C:/GITHUB/modeling/model/Scade/System/TracksideDynamicModel/TestTracks/UtrechtAmsterdam_oETCS/AmstredamUtrechNoExp\kcg_s2c_config.txt
** Generation date: 2015-07-22T11:03:51
*****************************************************... | [
"info@stefankarg-it.de"
] | info@stefankarg-it.de |
eb28f54c6e0ae02b310d84348e0474b7ceae50d5 | 5aa06e7de5fae81a826d6e40b55ca5738e7b16d5 | /src/malloc.h | 541c0fefd4eb2f798045dbe4a390ea7029c1229f | [] | no_license | jpszczolowski/malloc | b808d41b1caac257ce82112923447ec4e02bdbf2 | 34bfc29dc30ad064557a61004b4da9fd54dc843f | refs/heads/master | 2021-09-10T09:15:57.755082 | 2018-03-23T11:17:11 | 2018-03-23T11:17:11 | 116,014,789 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 562 | h | #ifndef JULIAN_MALLOC
#define JULIAN_MALLOC
#include <stddef.h>
#define MALLOC_DEBUG 0
#define DELETE_FOO 1
#if DELETE_FOO
#define foo_malloc malloc
#define foo_calloc calloc
#define foo_realloc realloc
#define foo_posix_memalign posix_memalign
#define foo_free free
#endif
void *foo_malloc(size_... | [
"julian.pszczolowski@gmail.com"
] | julian.pszczolowski@gmail.com |
4a33c9f9092ccaeb9028b0187ca663ca13f096e8 | 1fe8d4133981e53e88abf633046060b56fae883e | /venv/lib/python3.8/site-packages/tensorflow/include/tensorflow/core/lib/monitoring/counter.h | 34089b325804a21c9b3f3dddb2a4c270e83f99fb | [] | no_license | Akira331/flask-cifar10 | 6c49db8485038731ce67d23f0972b9574746c7a7 | 283e7a2867c77d4b6aba7aea9013bf241d35d76c | refs/heads/master | 2023-06-14T16:35:06.384755 | 2021-07-05T14:09:15 | 2021-07-05T14:09:15 | 382,864,970 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 129 | h | version https://git-lfs.github.com/spec/v1
oid sha256:7c8e4e08a5538a6eff6e7a645f0c441d46d0a1b5f03494007f698c58765737db
size 6360
| [
"business030301@gmail.com"
] | business030301@gmail.com |
1b6fb202512fdc9d0bee1dd6b627724edcf64b29 | 09e679497c1c503c48d2d32bf5a6f984679ab981 | /42sh/libft/srcs/ft_strnequ.c | 9482d3f0f288c3953abe9db3d2299cd72c564f58 | [] | no_license | MakDEC/42projects | a2b047d106412ae8f414b6f9cc23ea76f4804bf5 | 48db6ab4b5fb89fb31bc456a6f8170b544cf2d29 | refs/heads/master | 2021-06-18T08:20:33.817741 | 2021-03-13T14:41:35 | 2021-03-13T14:41:35 | 189,979,838 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,312 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strnequ.c :+: :+: :+: ... | [
"mak@localhost.localdomain"
] | mak@localhost.localdomain |
bff583a29ee2652c5881cf878a481448cacc8a82 | 041f35bf29af5e3141f7760f306e083861b0013d | /Source/Services/Tournaments/WinRT/TournamentGameResultSource_WinRT.h | abe80e799f3eda09ff107b982f27c888f4168017 | [
"MIT"
] | permissive | UnforeseenOcean/xbox-live-api | 96ddb95291402ae19f797327c89c823dda697e34 | 17c586336e11f0fa3a2a3f3acd665b18c5487b24 | refs/heads/master | 2020-04-07T04:36:37.454667 | 2017-02-15T00:32:22 | 2017-02-15T00:32:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,347 | h | //*********************************************************
//
// Copyright (c) Microsoft. All rights reserved.
// THIS CODE IS PROVIDED *AS IS* WITHOUT WARRANTY OF
// ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY
// IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR
// PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
/... | [
"jasonsa@microsoft.com"
] | jasonsa@microsoft.com |
2cd140d8c084ad0cffc2223848f185fefe2dbff1 | 5ed30c2451491c77f70eb1d489e387506e054de8 | /c/K&R Book Programs/exercise-03-02.c | 8c4461e239fc0465e04ee94cfbab761163011157 | [] | no_license | fledge70/learning | 3bbdb2c30c3dcd8caf0ce1dba40bb11f265bdb0f | bc02e5cbf4cd1d921bf7942637f9c441a32df8cf | refs/heads/master | 2021-01-01T18:57:06.102488 | 2017-09-09T14:58:10 | 2017-09-09T14:58:10 | 98,468,198 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,569 | c | /*
* This program features the escape function, that coverts
* escape characters like newline and tab to visible
* escape sequences like '\n' and '\t'. Also includes
* "revEscape" function that coverts the opposite way.
* Both functions illustrate the use of the 'switch' statement.
*/
#include <stdio.h>
... | [
"noreply@github.com"
] | fledge70.noreply@github.com |
42f0468d0f5135a2f92e7e70a577eefb7f812e9c | 724c0ee36c0e6262f143d965f2e5f894a31cbb16 | /c,c++/spoj/spoj_dig.c | 81488fdca8a66a752f566fd1279da23fd8ef34bc | [] | no_license | amit-mittal/Programming-Questions-Practice | bf5fe47ba1b074960ad33eb2e525baaf99a85336 | 899995ff49cdf1ef77cc9327feb2fbed7b5c94fe | refs/heads/master | 2021-09-04T15:27:52.569111 | 2018-01-19T21:03:31 | 2018-01-19T21:03:31 | 117,618,138 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 475 | c | #include<stdio.h>
#define MOD 1000000007
int main()
{
int test;
long long int ans,ans1,ans2,n;
scanf("%d",&test);
while(test--){
scanf("%lld",&n);
ans1=(n*(n-3));
ans2=(n-1)*(n-2)/2;//left=12
if(n%3==0)
ans1/=3;
else
ans2/=3;//left=4
if(ans1%2==0)
ans1/=2;
else
ans2/=2;//lef... | [
"Administrator@Amit-Laptop.fareast.corp.microsoft.com"
] | Administrator@Amit-Laptop.fareast.corp.microsoft.com |
8a7e3cd9424be2883fd78cc2376401e306877f27 | 21a53d4b665d696f8b5ba1d733e5dc373c34f24e | /PacketStorm/2010-exploits/1008-exploits/freebsd-cache.c | 3e57b450850cc3c4972cbd4d02e936de27100e23 | [] | no_license | camexp/ExploitDB | 64bae7ecc908ccb592ad01e71e10ea72ef26d930 | cc5a94b7759a45c87e85118c3fc735bec1cf1792 | refs/heads/master | 2022-04-10T21:14:12.631169 | 2020-04-03T12:37:52 | 2020-04-03T12:37:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,610 | c | /* freebsd x86/x64 sendfile cache local root xpl v2
by Kingcope
2010
--
should h4x any freebsd 8.* and 7.* prior to 12Jul2010
tampers /bin/sh to contain a shellcode which does
'
chmod a+s /tmp/sh
chown root /tmp/sh
execve /tmp/sh2
'
how to use:
terminal 1:
$ cp /bin/sh /tmp/sh
$ cp /bin/sh /tmp/sh2
... | [
"barrakudarain@gmail.com"
] | barrakudarain@gmail.com |
ca004374c3ddce0e8422bab1d23bd734a874f834 | 10b8794f1b980e08a18be1eb4428a35dad36c05f | /src/utils/check_aa.c | d980028e6222680a4ad7d5ef91fcbe5c3ab33376 | [] | no_license | bananapizza/GenomeAnnotation | 789136c1a083d0af21a6c8d89daa1e6c740e7810 | 46f8aca6b5228e91972a951f5c17102e0fff98ab | refs/heads/master | 2020-03-22T04:05:03.788027 | 2018-10-21T02:24:49 | 2018-10-21T02:24:49 | 139,472,006 | 0 | 1 | null | 2018-09-07T06:40:05 | 2018-07-02T17:12:38 | C | UTF-8 | C | false | false | 7,530 | c | #include "main.h"
#include "util.h"
#include "tokens.h"
#include "util_genes.h"
#include "util_i.h"
char compl[128];
void print_genes(int b, int e, struct g_list *genes, int num_genes, struct exons_list *exons, int num_exons, char *type, int shift_b, int shift_e, bool is_internal_stops);
int main(int argc, char **ar... | [
"gsong@stanford.edu"
] | gsong@stanford.edu |
9ccabd8b742117e3f2acc041a8efb92d8e8d7ec3 | 25ea48e6737b7f45ec4e06662e9f22161b226530 | /usr/include/gimp-2.0/libgimpwidgets/gimpcolordisplay.h | ca88d74f92a0a349e310599fbae26afd2f3cbecb | [] | no_license | animuxOS/Genesis64 | 409e636f0a4d39b4ddf6efa64bade1a50cf77abe | 9298c02fb328a8832a464c9b10b289d487982f67 | refs/heads/master | 2021-08-24T02:08:16.125510 | 2017-12-07T12:59:05 | 2017-12-07T12:59:05 | 113,406,371 | 0 | 3 | null | null | null | null | UTF-8 | C | false | false | 5,044 | h | /* LIBGIMP - The GIMP Library
* Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
*
* gimpcolordisplay.c
* Copyright (C) 1999 Manish Singh <yosh@gimp.org>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published ... | [
"iamputtnam@gmail.com"
] | iamputtnam@gmail.com |
697db126b3358ad20b76afbd5d16f038ba4cae91 | d2d9ebc032f26f54b08ac3f35e3777e3a3ef68f6 | /quickfeather/source/qorc-sdk/qf_apps/qf_mqttsn_ai_app/src/process_imu.c | a9dc5b89eae5ee0950e7edfdc82d56dcb2034e1b | [
"Apache-2.0",
"MIT"
] | permissive | rahmant3/polymath-iot | 9976d09ad5b2f0287d9d91b07fea193c34f153e6 | 2bfa10f763d4d612a850413599bb4e76471426c7 | refs/heads/develop | 2023-04-26T03:27:19.844781 | 2021-05-31T05:23:52 | 2021-05-31T05:23:52 | 326,521,284 | 0 | 0 | MIT | 2021-05-31T03:58:15 | 2021-01-03T23:29:52 | Verilog | UTF-8 | C | false | false | 21,963 | c | /*==========================================================
* Copyright 2020 QuickLogic Corporation
*
* 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/licens... | [
"tamkinrahman94@gmail.com"
] | tamkinrahman94@gmail.com |
efd18afa240e5f52928f825c50ee864eeefbbf01 | 5d1c7338b67f62d1907328ea27cee1334dc53b3b | /multiNose_sensor/I2C.h | 5055c35228126d943739e8764f28fe9da808c77d | [] | no_license | andremoa/depthStations | 0c16d3a9c7a6a844f3df6c38f5e41b250716eb42 | 1873b494489d085676426d79deae03d9e1644426 | refs/heads/master | 2020-06-02T05:14:30.456440 | 2019-06-10T21:48:07 | 2019-06-10T21:48:07 | 191,049,733 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 392 | h | /*
* I2C.h
*
* Created: 12.11.2018 13.10.23
* Author: Andreas
*/
#ifndef I2C_H_
#define I2C_H_
// These functions are based on the tutorial by Elliot Williams in the book Make: AVR Programming.
void initI2C(void);
void i2cStart(void);
void i2cStop(void);
uint8_t i2cReadAck(void);
uint8_t i2cRe... | [
"noreply@github.com"
] | andremoa.noreply@github.com |
cc0750c05cf9b860056408fec97463f2dfa48200 | b312d84e63b518fc5fb6ad6b105aa72eecfaeaa9 | /Day04/ex06/ft_is_prime.c | 643438dd0939c36b243dd4936b06bef539b0b307 | [] | no_license | soliter7/lolilol | 7a8900f775bc9b84ae8a77aa1ec8b7ab91b8629f | b7e6a2251b7393d38245489cb763437074eacea1 | refs/heads/master | 2020-06-16T16:07:35.476730 | 2019-07-21T15:14:33 | 2019-07-21T15:14:33 | 195,631,555 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 153 | c | int ft_is_prime(int nb)
{
int i;
if (nb < 2)
return (0);
i = 2;
while (i <= nb / i)
{
if (nb % i == 0)
return (0);
i++;
}
return (1);
}
| [
"noreply@github.com"
] | soliter7.noreply@github.com |
bb1f4df8d2b24700af41ff246b5fd718e18ad05d | 12927d8aeaca8838f8e89108fb8a80729b385457 | /Desafio/pacman.c | 4816ddceace84a0f88c18618aab646c5ad2cf749 | [] | no_license | yasmin-araujo/Grafos | 007f6d69c2e10c063de373976f9d43f18c930df5 | a27babd182632dd1bb30b6db4fec4e73b85cf1a2 | refs/heads/master | 2021-05-16T18:37:15.971541 | 2020-07-06T18:11:49 | 2020-07-06T18:11:49 | 250,422,010 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,090 | c | /* Desafio de Programação - Grafos - Pacman Simples
* 11218963 - Ana Luisa T. Costa
* 9866531 - Ana Laura Chioca
* 11218809 - Flavio Salles
* 11219004 - Yasmin O. de Araujo
*/
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "listaadj.h"
#include "fila.h"
/*
* Função que realiza ... | [
"yasminoa@hotmail.com"
] | yasminoa@hotmail.com |
0509f5618b83534f4793e4c7a2b998040e225f81 | 4bbf3a40299585b993ce45fd3c75ca6be49f7efb | /csrc/mintmr/mintmr.c | cb8aba9677154b5136139c1bace1a4acdbe9c42a | [
"LicenseRef-scancode-unknown-license-reference",
"NIST-PD"
] | permissive | magnate3/ndn-dpdk | 956f23fd597a1e37408cafeebb441ff5d40fe1c5 | fd6d9f4455636c52cca374f3f0e9e35f5639b31e | refs/heads/main | 2023-06-25T07:22:04.760482 | 2021-07-20T13:54:13 | 2021-07-20T13:54:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,654 | c | #include "mintmr.h"
#include "../core/logger.h"
N_LOG_INIT(MinTmr);
MinSched*
MinSched_New(int nSlotBits, TscDuration interval, MinTmrCallback cb, void* cbarg)
{
uint32_t nSlots = 1 << nSlotBits;
NDNDPDK_ASSERT(nSlots != 0);
MinSched* sched = rte_zmalloc("MinSched", sizeof(MinSched) + nSlots * sizeof(MinTmr),... | [
"git@mail1.yoursunny.com"
] | git@mail1.yoursunny.com |
e082ed021b9964a7bc000eef52fc931f57948142 | d05a44d7f5595a1ded1d31e742eb5698d3f3f3b2 | /HELLO.C | 484ea87a128e62f70d2cbaa78e4bad6d745b3598 | [] | no_license | dharunkumarsk/dharunkumarsk | b57e3ff45b01e9c1bdbada72c5292ff8ffa9a75a | 4dae73509a6d6c15b08ee2dd0badd8f73ae5c281 | refs/heads/master | 2021-05-09T13:30:15.667826 | 2018-03-15T10:33:50 | 2018-03-15T10:33:50 | 119,036,854 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 207 | c | #include<stdio.h>
#include<conio.h>
void main()
{
int b,i;
clrscr();
printf("Enter the N value:");
scanf("%d",&b);
for(i=1;i<=b;++i)
{
printf("Hello\n");
}
getch();
}
| [
"noreply@github.com"
] | dharunkumarsk.noreply@github.com |
21b3a2ccc101cedb22550cd018942265f9ff7b1a | b1def518eb5bb53c2e32a762de09714ba08c325b | /06_command_line_arguments/1_understanding_main_args.c | af2d2950d30a7043f49104e5e1faf1b959774743 | [] | no_license | rodrigo-albuquerque/c_for_linux_programming | edb318fc94c3cf993382630ff5b77da582d222c2 | 4e9d32416004af86da20b99f6f3d99d93f03988c | refs/heads/master | 2021-07-11T16:30:23.165225 | 2021-03-10T09:02:34 | 2021-03-10T09:02:34 | 238,528,335 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 722 | c | #include <stdio.h>
#include <stdlib.h>
/*
*
* argument ____. ._____ argument
* count | | variables
* v v
* int main(int argc, char * argv[]);
* Highlights:
* Name of program run is always arg[0] which means all programs have at least one argumen... | [
"digofarias@gmail.com"
] | digofarias@gmail.com |
8ed82f6793047592494e90373d0cca29ea388691 | 197db0cccdcaa137ab963eb9fd9aa45d04dd6548 | /ece254/fall-2012/lab1/lab1_example/release_v1.2/mqueue/point.h | 57b10f729802926004ee3037b74c1caca8845d7d | [] | no_license | clpun/waterloo-labs | f3e1e6d896d29ee9beae4a9ddc2943fd055970ce | c6604257c88e0a9ab35b0d66c7db0ddbf315ea34 | refs/heads/master | 2022-09-20T17:53:55.183621 | 2020-06-04T21:36:41 | 2020-06-04T21:36:41 | 269,470,025 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 417 | h | /**
* @file: os/lab1/mqueue/point.h
* @brief: header file for modeling a point in a 2D space
* @author: ece254/mte241 lab staff
* @date: 2012/09/24
*/
#ifndef POINT_H
#define POINT_H
struct point {
int x; /* x coordinate */
int y; /* y coordinate */
};
inline void set_position(int x, int y, struct point ... | [
"clpun@uwaterloo.ca"
] | clpun@uwaterloo.ca |
31499406143558a5b9be3e09c3b5aa6ab6a6baf4 | e64e7d930672a4cb5658f8cfa70d58b95dfc957d | /Sistemi Operativi/esercizi_svolti/kart2.c | 2218bdfe1457e94c878cbc35cb16cd86508eaaf5 | [] | no_license | salvolnn/CsInfoPa | 65658a072dc0e00063a58bd74194c9d49fed4b78 | c6aec9bf14ba010037848ce8ac3cc4502ede76f5 | refs/heads/master | 2020-12-28T00:00:46.679982 | 2014-03-05T11:33:31 | 2014-03-05T11:33:31 | 17,319,134 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 1,916 | c | //Sergio Caruso M:0538499
//Il programma funziona nella seguente maniera:
//dopo aver calcolato il numero di gruppi e di conseguenza si sanno quante iterazioni si dovranno fare
//per ogni iterazione si creano tanti figli quanti sono i go-kart, se non sono l'ultimo figlio vado in pausa
//perchè vi sono ancora kart disp... | [
"domenicoleoneluciani@gmail.com"
] | domenicoleoneluciani@gmail.com |
d49e27276a2114685bbae96b71c00de31671165a | c425afb8bb6b182168fd4c3a46c9b334f4740e60 | /kungfu/skill/shuishangpiao.c | 7ae9401f06aae389a193bdca69af84aea330ec4b | [] | 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 | 2,057 | c | // shuishangpiao.c 铁掌水上飘
// Last Modified by sir on 10.18.2001
#include <ansi.h>;
inherit SKILL;
string type() { return "martial"; }
string martialtype() { return "dodge"; }
string *dodge_msg = ({
"$n足跟一支,全身后仰,一招"BLU"「鲤鱼倒穿波」"NOR",反窜出丈余,躲过了$N的攻击。\n",
"$n身体忽然柔若无骨,左右摇摆,使出一招"BLU"「雨打漂萍」"NOR",避过了$N的攻击。\n",
"$n使出"HIB"「物换星移」... | [
"i@oiuv.cn"
] | i@oiuv.cn |
81bb83b6d0f6137cec4fa9abae210d655fe5226c | 42dec3c7e8445c7a2289f83bfb12c1ea11810659 | /Inc/IWDG.h | 5c3cda0773756cca500cfccea489ca67c524a6cb | [] | no_license | lthengchun97/GPIO_1 | 237fbb2e7907249aae801e368ca54d2ba70d6f35 | 49695b6d83d64ad49a594f7bdaf9fff89d3fa574 | refs/heads/master | 2021-05-07T05:25:17.129404 | 2018-01-09T10:10:43 | 2018-01-09T10:10:43 | 109,817,141 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,930 | h | /*
* IWDG.h
*
* Created on: Jan 9, 2018
* Author: user8
*/
#ifndef IWDG_H_
#define IWDG_H_
#include <stdint.h>
#define IWDG_BASE_ADDR 0x40003000
#define WWDG_BASE_ADDR 0x40002C00
#define IWDG ((IwdgReg *)(IWDG_BASE_ADDR))
#define WWDG ((WwdgReg *)(WWDG_BASE_ADDR))
typedef struct IwdgReg IwdgReg;
struct ... | [
"lthengchun97@gmail.com"
] | lthengchun97@gmail.com |
4a69559e566c5b4c14f2f731b8df64f16e827715 | 2e8b09d08bcfdb05f92c63ad97b86601bff84d89 | /my-practice/lec11_ListMain.c | a10870edf52a64e03fee62de0dd68bb1501e3bb0 | [] | no_license | gih0108/my-practice | 17d1e12747adb9cb579256fa61bc39dfa8440442 | 8c034a76f27ae9704255b304b79d3e72bc497fc0 | refs/heads/master | 2021-08-30T11:36:43.852966 | 2017-12-17T19:35:00 | 2017-12-17T19:35:00 | 109,557,400 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,292 | c | #include <stdio.h>
#include "ArrayList.h"
#include "ArrayList.c"
int main(void)
{
/*** ArrayList�� ���� �� �ʱ�ȭ ***/
List list;
int data;
ListInit(&list);
/*** 5���� ������ ���� ***/
LInsert(&list, 11); LInsert(&list, 11);
LInsert(&list, 22); LInsert(&list, 22);
LInsert(&list, 33);
/*** ��... | [
"21600555@handong.edu"
] | 21600555@handong.edu |
29bd28f1cf4d384416f61e364ecc79e844bd9409 | 1e1600d7c9fc54b0a96e4082166f657af9314f16 | /AgileEngine/AgileEngine/Constants.h | a39f55e10c8dafd61b25ec5fe1adbfea712c030b | [] | no_license | Trubianov/AgileEngineTest | 33f0fc4d3cae9c1aa1ad95bf83e955a1b6d5151f | 2be7b37f4630bbb677de6ac7820cebc401b3a4a3 | refs/heads/master | 2021-05-04T06:42:56.509146 | 2016-10-12T09:29:45 | 2016-10-12T09:29:45 | 70,589,788 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 323 | h | //
// Constants.h
// AgileEngine
//
// Created by Anton on 10/11/16.
// Copyright © 2016 AT. All rights reserved.
//
#ifndef Constants_h
#define Constants_h
static NSString *const kFlickrKey = @"9cacc9cee6a4d7a8c328bb54aace47ac";
static NSString *const kFlickrSecret = @"9ec15c81d9c819fb";
#endif /* Constants_h *... | [
"a.trubianov@gastrofix.com"
] | a.trubianov@gastrofix.com |
6c31ac639cd0f4c74ac8eff3ae70a90a32438ea1 | 020297046e4e325ee41ee0dcb26b708df8f94ba1 | /99_MKL_Examples/cblas/source/cblas_ssymmx.c | 1017b4dba72f3c03548f742fd28d69d81621e138 | [] | no_license | awatarn/General_Projects | e755191abdc49e2e999b782c632fd651dd1110d1 | f2f1b75e9673823ae90b860882a93bcfa2f02528 | refs/heads/main | 2023-01-05T06:23:53.012226 | 2020-03-13T03:25:15 | 2020-03-13T03:25:15 | 310,781,572 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,342 | c | /*******************************************************************************
* Copyright 1999-2017 Intel Corporation All Rights Reserved.
*
* The source code, information and material ("Material") contained herein is
* owned by Intel Corporation or its suppliers or licensors, and title to such
* Material rem... | [
"apiwat.wis@mail.kmutt.ac.th"
] | apiwat.wis@mail.kmutt.ac.th |
e0ca53aa5487ca70d0498b4e92214f98e81de769 | fd5d139534dfa3ed1506a3ba3731f9e7c29e76c0 | /libsauth/src/dkimconverter.c | ff3a4394da39d1e941a6d15f3469c33fd8cde39c | [
"BSD-2-Clause"
] | permissive | Ntools/enma-1.2.0 | 6603838e8f95ec189bb4752b5c299690d0d9d8ec | 04778ec7696e88a728740a3bd2df8e3f2a45540f | refs/heads/master | 2020-05-17T21:50:49.468924 | 2014-06-18T14:01:37 | 2014-06-18T14:01:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 13,559 | c | /*
* Copyright (c) 2006-2011 Internet Initiative Japan Inc. All rights reserved.
*
* The terms and conditions of the accompanying program
* shall be provided separately by Internet Initiative Japan Inc.
* Any use, reproduction or distribution of the program are permitted
* provided that you agree to be bound to s... | [
"nobby@lynx.ntools.net"
] | nobby@lynx.ntools.net |
2b7cef2f70bccd8a7fee521da6aeab2f6d224e44 | 1ad758c3abdba29ae34445ba28e4fc9e968d9651 | /EX2/main.c | 7bbcaafd1950e5c3d4b80ae2d4c148d3f413ba37 | [] | no_license | GurChemel/MAMAT | baffd47d342044fbdba2dd8399fe8298d4a03a9e | a4ee8adacd0c7d8ecc190a63c521d9f500b2c4cc | refs/heads/master | 2021-01-20T08:30:24.527488 | 2017-07-03T06:26:45 | 2017-07-03T06:26:45 | 90,156,619 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,964 | c |
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "airport.h"
#include "runway.h"
#include "flight.h"
#include "ex2.h"
#define MAX_LINE_SIZE 256
// Check if a sting contain non-digit elements:
int isNonDigitInString(char* str) {
int i;
int len = strlen(str);
for (i = 0; i < le... | [
"g.chemel@gmail.com"
] | g.chemel@gmail.com |
9b7fcdd65aef92bf4d3410d10597ac79fb651689 | ac7c062d7c44878c9055ab0e90deaa328c9c19e9 | /ports/esp32/machine_hw_spi.c | 2f63a32d4a8cf01cd3edff6fd6d85432a11e04fe | [
"MIT"
] | permissive | fupy/micropython | 45ea28c7ef6aeb0c0bcf4482e314d291627d58b1 | a6b259aac4e6770eb1eb2f8b7953138859794877 | refs/heads/master | 2021-06-05T20:08:21.109009 | 2020-04-07T04:23:02 | 2020-04-07T04:23:02 | 85,067,064 | 39 | 8 | MIT | 2020-04-07T04:23:03 | 2017-03-15T11:59:07 | C | UTF-8 | C | false | false | 13,781 | c | /*
* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)
*
* Copyright (c) 2017 "Eric Poulsen" <eric@zyxod.com>
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to ... | [
"damien.p.george@gmail.com"
] | damien.p.george@gmail.com |
fd6d1cd46d1fcb00b80a4e69cc37bf22cd8655ff | 20ff5a3886a9ea024d2655b8a3ab8f8c376d340f | /libpok/middleware/blackboardread.c | 5cd2a9eb4c4747a7a45161c13bbd60aa5568fd0d | [] | no_license | mfkiwl/ospat | 68973fdfc5eb99e18536e9ccf6d24c7c10893050 | bfe3f7ef3a63c4f07484f9284fe04b92cf6a7c0f | refs/heads/master | 2021-06-10T10:32:42.382592 | 2014-08-05T14:19:02 | 2014-08-05T14:19:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,689 | c | /*
* Copyright (c) 2007-2009 POK team
*
* 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 conditions and the f... | [
"marco.ziccard@gmail.com"
] | marco.ziccard@gmail.com |
ff2833bc2734e4fc0dcb26315f75938524b5837b | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/linux/drivers/dma/extr_sun4i-dma.c_generate_dma_contract.c | 4a0da15ac329ed97e690779ec22ad035ea4c9a5c | [] | 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 | 965 | 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 |
f6037eef92aa6982f04ea07d34908f2e3b3730ef | 9d06fe8ae4991df678ed69d37dff37b84f32fdb2 | /WebbotLibV2/Communication/Dronecell/DroneCellPowerOn.c | f864c287aa5eaf798e2ca46f7868a5e8461cef8c | [] | no_license | bechu/hexapod | 004e24d128c3892a1a2f87d89dc219258fabad89 | de0af30870f3338e1a955ae4d0c1a6c25a31eccd | refs/heads/master | 2021-03-12T23:56:34.305151 | 2012-06-24T21:47:12 | 2012-06-24T21:47:12 | 3,721,059 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 6,691 | c | /*
* $Id: $
* Revision History
* ================
* $Log: $
* ================
*
* Copyright (C) 2011 Clive Webster (webbot@webbot.org.uk)
*
* 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 Fou... | [
"jonathan.grizou@gmail.com"
] | jonathan.grizou@gmail.com |
399a7b4513e31759498bc288eeff5da30ce535fc | 9195bf7d21642dc73960a4a6571f1319b3be8d2d | /c++/eval.h | b0bf8efa9a31e92b54cde23013350cfeabb5c7a8 | [] | no_license | eidelmanj/concurrent-object-synthesis | 86d46417c3dad900defa44399274c584c72d1ac4 | 6978ddd6ec608656397d45fe82cf74d55c4a5896 | refs/heads/master | 2021-01-17T02:44:17.321113 | 2017-03-01T16:17:36 | 2017-03-01T16:17:36 | 58,645,368 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 93 | h | #ifndef EVAL_H
#define EVAL_H
#include "tree.h"
int evalEXP(EXP *e);
#endif /* !EVAL_H */
| [
"eidelmanj@cs.toronto.edu"
] | eidelmanj@cs.toronto.edu |
5f388974ee9771cee16e47670e006aafd2e88888 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/e406d7a0-bef6-4435-b3c6-32865482ffe2.c | c3acacb750f349adb9dece1eb6d53b40f2ae0e9a | [] | 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 | 538 | 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 = j%j;
l = l-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
int b[32];
int c[57];
a = 0;
while (b[( a - 1 )] != 0) {
... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
0acd70915c560d46a8dcfd9c655abbe21256f62b | 94e8344ee420ae4d2eb1643e95973845f341a3d2 | /gcc_4.3.0_mutants/mutant101225_tree-ssa-alias.c | edfd2af84fb13a7984190d34e821488c284bcd10 | [] | 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 | 129,460 | c | /* Alias analysis for trees.
Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
Contributed by Diego Novillo <dnovillo@redhat.com>
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 ... | [
"agroce@gmail.com"
] | agroce@gmail.com |
fbf9696d4c93de2f01d7c696ad7e85261f06be48 | 4434a8a43e6978fe77b86886f2fb95e686ff9ec1 | /ngx_rtmp_stat_module.c | 6e281d52f6e56a86e6da25811e5d7ac82c3f5cee | [
"BSD-2-Clause"
] | permissive | gotomypc/nginx-rtmp-module | ad6a8a8cf5d72e7fe08af1fca954207613c70888 | face62aa344840d99b768aac161dfe26d728b003 | refs/heads/master | 2020-12-25T10:36:36.998101 | 2013-08-28T19:42:40 | 2013-08-28T19:42:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 21,425 | c | /*
* Copyright (c) 2012 Roman Arutyunyan
*/
#include <ngx_config.h>
#include <ngx_core.h>
#include <ngx_http.h>
#include "ngx_rtmp.h"
#include "ngx_rtmp_live_module.h"
#include "ngx_rtmp_play_module.h"
#include "ngx_rtmp_codec_module.h"
static ngx_int_t ngx_rtmp_stat_init_process(ngx_cycle_t *cycle);
static char ... | [
"arut@qip.ru"
] | arut@qip.ru |
2eaab81fc488b44cec662d70d8905828d2333d3e | 33f190957ac8929764834586a70cd4e8175d3667 | /library/ssl/modes/ofb128.c | 40916a54e0ec530b71cf776901819101b04ede30 | [] | no_license | one30/mbedtls_lzj | 636ad4ac4e597783da538ea22c65e647a533f815 | 4451d0eb7701fac6e6f181c19e593d2c9eac50ad | refs/heads/master | 2021-10-20T09:20:46.633381 | 2019-02-27T07:04:11 | 2019-02-27T07:04:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,215 | c | /*
* Copyright 2008-2016 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/sourc... | [
"liuzhj28@gmail.com"
] | liuzhj28@gmail.com |
04bf0e1daaa3b9dc8aee4c7189c5af4338a9b315 | 54f352a242a8ad6ff5516703e91da61e08d9a9e6 | /Source Codes/AtCoder/arc002/A/2816382.c | 7df8fd8e4ab9cdf89651a0f3e04ab0e8e160e918 | [] | no_license | Kawser-nerd/CLCDSA | 5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb | aee32551795763b54acb26856ab239370cac4e75 | refs/heads/master | 2022-02-09T11:08:56.588303 | 2022-01-26T18:53:40 | 2022-01-26T18:53:40 | 211,783,197 | 23 | 9 | null | null | null | null | WINDOWS-1250 | C | false | false | 317 | c | #include<stdio.h>
int main(){
int y;
scanf("%d",&y);
if(y%400==0||y%100!=0&&y%4==0)puts("YES");
else puts("NO");
return 0;
} ./Main.c: In function ‘main’:
./Main.c:5:2: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&y);
^ | [
"kwnafi@yahoo.com"
] | kwnafi@yahoo.com |
654a2237a07740b9b7f473e90a3dae416789a736 | 5a6c87065ac664c91e36b5f7d9ec9ecf8f49def3 | /platform/mcu/stm32l4xx_cube/hal/hal_i2c_stm32l4.c | cf5605d12d14502cfe3ac8b5700274e913728e5d | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | MiloMallo/AliOS-FM | f26a3b6fb26b3cb3b30c1681a479d8ed2dcfa2c7 | ae9f234c073404d8c97100927cbc53f49ae59a25 | refs/heads/rel_1.3.2 | 2020-03-25T22:56:11.102641 | 2018-08-10T08:38:47 | 2018-08-10T08:38:47 | 144,251,423 | 4 | 4 | Apache-2.0 | 2020-03-07T21:20:51 | 2018-08-10T07:18:56 | C | UTF-8 | C | false | false | 5,231 | c | /*
* Copyright (C) 2015-2017 Alibaba Group Holding Limited
*/
#include "hal/hal.h"
#include "k_types.h"
#include "errno.h"
#include "hal_i2c_stm32l4.h"
#ifdef HAL_I2C_MODULE_ENABLED
/* Init and deInit function for i2c1 */
static void I2C1_Init(void);
static void I2C1_DeInit(void);
/* Init and deInit function for ... | [
"lc122798@alibaba-inc.com"
] | lc122798@alibaba-inc.com |
8fc7c9ff049d484db1d9bd47afd589a4449e7cde | 9c4d05494fd6d4a58a4124d7c16836c6ec897501 | /puissance4.h | 94192f4dde4e8c4aa1cbde4d2902b0d2bb64c558 | [] | no_license | rakati/connect-4 | 65abb24b5ffea7723c9b7773bf7d880af65c99d9 | 840d35a9fd60e28d73c963d57ceeecbab240e3d4 | refs/heads/master | 2020-04-10T14:55:31.277399 | 2018-12-23T22:35:26 | 2018-12-23T22:35:26 | 161,091,764 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,509 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* puissance4.h :+: :+: :+: ... | [
"noreply@github.com"
] | rakati.noreply@github.com |
a4b003490bc790cd1b8a784af993c625be61802a | 8f6d93ecc3c2dfe3f40bba8dda6d808500e7950c | /srcs/textures3.c | fd3dcf5e9bee8a69c1175b97114d478999b2b0f5 | [] | no_license | Es-so/Wolf3D | 8cad16ddef91183d559bd6adc71ed379131adc8f | 47fe2a2bd8b830f878cd2c8f35d73aad793a6e13 | refs/heads/master | 2021-01-18T11:57:31.020886 | 2016-02-04T21:49:01 | 2016-02-04T21:49:01 | 58,215,970 | 0 | 0 | null | 2016-05-06T15:17:36 | 2016-05-06T15:17:35 | null | UTF-8 | C | false | false | 2,625 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* textures3.c :+: :+: :+: ... | [
"jripoute@student.42.fr"
] | jripoute@student.42.fr |
6a66b61f039d199910ef77de930b2d765551f726 | 2875e427d9931ab8cfe2e066e1568c3130fcc3f2 | /Solaris_2.6/os_net/src_ws/usr/src/lib/libtnfprobe/trace_funcs.c | 8198a08a2c460c438010fa125a6948c828390cf3 | [] | no_license | legacy-codedigger/Solaris-2.6-Source-Code | 3afaff70487fb96c864d55bd5845dd11c6c5c871 | 60a0b3093caa7d84e63dd891a23df0e8e720bf3d | refs/heads/master | 2022-05-23T16:05:32.631954 | 2020-04-25T01:07:08 | 2020-04-25T01:07:08 | 258,658,903 | 1 | 1 | null | null | null | null | UTF-8 | C | false | false | 7,298 | c | /*
* Copyright (c) 1994, by Sun Microsytems, Inc.
*/
#pragma ident "@(#)trace_funcs.c 1.23 95/07/18 SMI"
/*
* Includes
*/
#ifndef DEBUG
#define NDEBUG 1
#endif
#include <assert.h>
#include <limits.h>
#include <values.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include "tnf_trace.h"
/*
* De... | [
"zahir.meddour@protonmail.com"
] | zahir.meddour@protonmail.com |
d6711e276afa65c621987f1afd94d1a7b8cba297 | ea1d35222b9b7065559dfc2666d02a3331b97ebe | /Lista2/ex_3.c | ee2a0185f3305147ea30e36c4bce48578105c107 | [] | no_license | ciumauri/logicaemC | 445ed7169a84189cbfae7b1a7122a301ab194a92 | 48f8292660c81d7b197d372c93df672d77e9b397 | refs/heads/master | 2023-08-26T04:51:42.316331 | 2021-11-10T22:07:58 | 2021-11-10T22:07:58 | 408,266,004 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 242 | c | #include <stdio.h>
int main()
{
int A, B, SOMA;
printf("Digite o valor de A: ");
scanf("%d", &A);
printf("Digite o valor de B: ");
scanf("%d", &B);
SOMA = (A + B);
printf("SOMA = %d\n", SOMA);
return 0;
}
| [
"ciumauri@gmail.com"
] | ciumauri@gmail.com |
654aaeac96694b03c027c957139e272865076d2d | ee279e11dfed8540dc55bb6be48e8534942d0029 | /Fiew/resource.h | 7b2fabda90dd0e7b3773437d7b5cd24fe6d9df21 | [] | no_license | xuxiandi/fiew-image-viewer | c5fc61ff6db3dc1571b5b97b5e5eb96c46cbf2c9 | a1bc9ca1ed63afb33418df4f9032454ad8805fad | refs/heads/master | 2021-01-18T09:24:43.933788 | 2009-02-11T17:07:31 | 2009-02-11T17:07:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,099 | h | //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Fiew.rc
//
#define IDD_FIEW_DIALOG 102
#define IDS_APP_TITLE 103
#define IDI_FIEW 107
#define IDI_SMALL 108
#define IDC_FIEW 109
... | [
"dev@fapplication.org"
] | dev@fapplication.org |
149e0fe99688c9cf893142be0501d39c242554ac | 73e401d3577d9696c19b0b3015a6d14e6b094361 | /STM32网络参考代码/四轴/OLDX_FC2.1/FC/applications/pos_ctrl.c | ed1c02114d94bc206539d7170a86f00566116c59 | [] | no_license | MoMoWan/STMCU_Project | 8aa1602f7b490b0ce41a2345a04ce4908a65128f | af1e47e077f6afe39dd1f125af7457491232c618 | refs/heads/master | 2020-04-14T12:45:09.155944 | 2018-12-30T15:14:08 | 2018-12-30T15:14:08 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 30,168 | c | #include "include.h"
#include "rc.h"
#include "imu.h"
#include "ctrl.h"
#include "filter.h"
#include "alt_fushion.h"
#include "eso.h"
float r1,r2;
double home_lat,home_lon;
double way_point[3][WAY_POINT_NUM];
ROBOT_LAND robot_land;
u8 way_point_to_go;
u8 home_set=0;
void CalcEarthRadius(double lat) {
double sinLat... | [
"821613205@qq.com"
] | 821613205@qq.com |
ecdca18a967b842b8b6c914ba9aff5778d3d24f6 | 6755b20838ea57612b65f488f402151181d6acd9 | /Semester_1/Aufgaben Kapitel 9.c | 63f1757145febc647a18ca2699374c6142581909 | [] | no_license | naboga/Semester_1 | 905828039e0c3b57947d472f188efe0263d2b35a | 98bbed80c8087563d08138d9365b86d32191025d | refs/heads/master | 2020-05-24T17:40:52.187608 | 2019-05-18T18:26:08 | 2019-05-18T18:26:08 | null | 0 | 0 | null | null | null | null | ISO-8859-2 | C | false | false | 3,249 | c | #include <stdio.h>
#pragma warning(disable : 4996)
int main(void)
{
/*Aufgabe 9-10*/
int zahl;
int zt;
int t;
int h;
int z;
int e;
printf("Geben Sie eine fuenstellige Ganzzahl ein: \n");
scanf("%i", &zahl);
zt = zahl/10000;
printf("%i", zt);
t = ((zahl/1000 - (zt*10)));
printf("%i", t);
h = ((zahl/10... | [
"nora@baitinger.info"
] | nora@baitinger.info |
d8863f98326f8e70636fefab1a15b5b0421f1a87 | 77c24dd1760252c42d0daa895c5f5b5a9b26b506 | /Lab5.2/main.c | 1b05f692f775a82ac142558682edd139e27a8166 | [] | no_license | RG9b/os-labs | 991eb4a003fd0d1202f1c971d31979ff0ca04c35 | 7255a121c53eb66537b6e0067b78a17ee17067a3 | refs/heads/master | 2020-03-25T15:20:14.059898 | 2018-11-15T02:47:39 | 2018-11-15T02:47:39 | 143,878,142 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,542 | c | #include <stdio.h>
#include <stdlib.h>
#define NUM_ADDR 1000 /* Number of addresses in file */
#define TLB_SIZE 16 /* TLB entries */
#define PAGE_TABLE_SIZE 256 /* Number of pages */
#define PAGE_SIZE 256 /* Page size in bytes */
#define FRAME_SIZE 256 /* Frame size in bytes */
#define NUM_FRAMES 256 ... | [
"oscreader@OSC"
] | oscreader@OSC |
b3d3f1e5d4bc83fdb259eccfdff9c31e3655d3f9 | 0744dcc5394cebf57ebcba343747af6871b67017 | /external/iotivity/iotivity_1.2-rel/resource/csdk/security/provisioning/src/cloud/aclinvite.c | 78d1097bc264002ce7e62215a5d5c5a5fd067044 | [
"Apache-2.0",
"GPL-2.0-only",
"MIT",
"BSD-3-Clause"
] | permissive | Samsung/TizenRT | 96abf62f1853f61fcf91ff14671a5e0c6ca48fdb | 1a5c2e00a4b1bbf4c505bbf5cc6a8259e926f686 | refs/heads/master | 2023-08-31T08:59:33.327998 | 2023-08-08T06:09:20 | 2023-08-31T04:38:20 | 82,517,252 | 590 | 719 | Apache-2.0 | 2023-09-14T06:54:49 | 2017-02-20T04:38:30 | C | UTF-8 | C | false | false | 12,866 | c | /* *****************************************************************
*
* Copyright 2016 Samsung Electronics All Rights Reserved.
*
*
*
* 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
*... | [
"hj_elena.kim@samsung.com"
] | hj_elena.kim@samsung.com |
b66874f6a993e422437340cb652d6ac1c653e0b9 | 59dc5d428e102bf72eb7245dbbe7a47a66728378 | /databases/PATRAN/avtPATRANFileFormat.C | 288434e263999880c3dc776217feb5f1155cc6bc | [] | no_license | HarinarayanKrishnan/VisIt26RC_Trunk | 6716769694d1a309f994056209171f67e5131642 | 581a0825d81169572b48dd80c1946131c03d0858 | refs/heads/master | 2016-09-06T07:14:00.094983 | 2013-05-15T14:36:48 | 2013-05-15T14:36:48 | 7,009,345 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 32,877 | c | /*****************************************************************************
*
* Copyright (c) 2000 - 2012, Lawrence Livermore National Security, LLC
* Produced at the Lawrence Livermore National Laboratory
* LLNL-CODE-442911
* All rights reserved.
*
* This file is part of VisIt. For details, see https://visit.llnl... | [
"brugger@18c085ea-50e0-402c-830e-de6fd14e8384"
] | brugger@18c085ea-50e0-402c-830e-de6fd14e8384 |
76f5e70aa4ea9e79086c755b0b4b2a91df360d2e | c9739e00f5d4c49f06d5b3269ed5d271a4e5576d | /demo.c | 55ab0ca0169bb8085a97b99d632b34810378292e | [] | no_license | btea/start | 2209de5b35c61bb06a711454888d34fccccbb5ee | 6577984a434dd0147c7efacef8989e9912937884 | refs/heads/main | 2023-04-02T23:03:09.330198 | 2021-04-08T07:20:50 | 2021-04-08T07:20:50 | 332,660,407 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 385 | c | #include <stdio.h>
int main() {
int n,x,j,k,l,m;
for(n=5;;n++){
j=4*(n-1)/5;
k=4*(j-1)/5;
l=4*(k-1)/5;
m=4*(l-1)/5;
if(n%5==1&&j%5==1&&k%5==1&&l%5==1&&m%5==1){
printf("至少合伙捕鱼:%d条\n",n);
printf("分别见到鱼的条数:%d %d %d %d\n",j,k,l,m);
break;
... | [
"2356281422@qq.com"
] | 2356281422@qq.com |
b2dacaa8183af9ce4c56788b7e34ca8935229bb5 | 4117ef17caeda8401f316f69de2eecb2393a7ab6 | /Demo/other/ucosiii/ports/os_cfg_app.h | 74c78a5afd3850e420094d70280c1742559db9b2 | [] | no_license | 794627991/FDW_BSP | 4afadebd4b0583eb567b51f4f980cf471a33aa86 | e99dced9f03ac1d38507b7fd226267ee5f51fba3 | refs/heads/main | 2023-05-03T05:06:14.798776 | 2021-05-12T07:44:28 | 2021-05-12T07:44:28 | 341,042,382 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,995 | h | /*
*********************************************************************************************************
* uC/OS-III
* The Real-Time Kernel
*
* Copyright 2009-2020 Silicon Laboratories Inc. www.silabs.com
*
* ... | [
"7949627991@qq.com"
] | 7949627991@qq.com |
a2fd754d3ed7a9bc4ae467feb0452d5b63dfd27a | 7210c317f6e2c45a55bb6248e9ecacbdf1afbef1 | /Firmware/bldc.cydsn/Generated_Source/PSoC4/Timer_1.h | 15325da97bc75156b936f71a871a4ec5f937d37c | [] | no_license | ottoragam/Heavy-Duty-Tarocco-Firmware | b5071ce40ddaa2af5b12da65328503932a2d1e5c | 93b6edc630bba181ffed9f5bf53d14ad5a07633d | refs/heads/master | 2021-01-11T16:55:13.607456 | 2017-01-27T04:17:05 | 2017-01-27T04:17:05 | 79,696,625 | 4 | 1 | null | null | null | null | UTF-8 | C | false | false | 27,074 | h | /*******************************************************************************
* File Name: Timer_1.h
* Version 2.10
*
* Description:
* This file provides constants and parameter values for the Timer_1
* component.
*
* Note:
* None
*
********************************************************************************
... | [
"ottoragam@gmail.com"
] | ottoragam@gmail.com |
4ba466c21a8b18ccc76506da0fcb8bbd7fe7e559 | 014aaac55287adb51440fec2b05bac85038be296 | /srcs/checker.c | 971877a17d067b70a65fa49317404ffed1af64cb | [] | no_license | ptuukkan/42-push_swap | 91cd045265a1d170040d8e6b915d24a60acc3d7d | d4acf63c8613721f26ea96ab95540a0c06d737fc | refs/heads/master | 2023-06-25T19:12:20.277660 | 2021-07-30T10:46:23 | 2021-07-30T10:46:23 | 221,685,790 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,663 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* checker.c :+: :+: :+: ... | [
"petuukka@gmail.com"
] | petuukka@gmail.com |
8b259175b108de44c4b602f134827adf181dd918 | 596a31c24dff41c18f69143bfb8e313f97b31538 | /02_Software/ECAT/ESI_AXISCOMMHUB/TEST/Src/AxisCommHub_testObjects.h | 42c18def39e5c15529035a76371b217adda06ec5 | [] | no_license | CarlosReyesHans/ProjektArbeit_Docs | ddf6487b79b8e20d7f5ec513b29c3e8af624278a | de8e6d5b27b937a9aa1ee15bc9479f656ebe1fe6 | refs/heads/master | 2023-03-05T03:48:56.846902 | 2021-02-17T11:02:20 | 2021-02-17T11:02:20 | 266,076,829 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 20,462 | h | /*
* This source file is part of the EtherCAT Slave Stack Code licensed by Beckhoff Automation GmbH & Co KG, 33415 Verl, Germany.
* The corresponding license agreement applies. This hint shall not be removed.
*/
/**
* \addtogroup AxisCommHub_test AxisCommHub_test
* @{
*/
/**
\file AxisCommHub_testObjects
\author ET93... | [
"carlos.reyes@hansrobot.de"
] | carlos.reyes@hansrobot.de |
8a9e1f7ac3de4a9c23d66c3b89ac7bde5c204d90 | a30763ac0f1e36d3e43f66be44302e8283a31adb | /math/newlib/ffs.c | fa8005fef49b5898b354d52664257ea655ccb5f7 | [
"Unlicense"
] | permissive | kuboon/mySIDH | 4c170defa4102a5e1fc1f1866dff3115eaa6a220 | d5e5b7707fbbde8d327aa7a22fd29ee53a5e0922 | refs/heads/master | 2022-11-25T17:27:32.040600 | 2020-08-05T04:30:58 | 2020-08-05T04:30:58 | 284,873,513 | 0 | 0 | Unlicense | 2020-08-04T04:05:29 | 2020-08-04T04:05:28 | null | UTF-8 | C | false | false | 562 | c | /*
FUNCTION
<<ffs>>---find first bit set in a word
INDEX
ffs
ANSI_SYNOPSIS
int ffs(int <[word]>);
TRAD_SYNOPSIS
int ffs(<[word]>);
DESCRIPTION
<<ffs>> returns the first bit set in a word.
RETURNS
<<ffs>> returns 0 if <[c]> is 0, 1 if <[c]> is odd, 2 if <[c]> is a multiple of
2, etc.
PORTABILITY
<<ffs>> is no... | [
"test@chagai"
] | test@chagai |
8b62fe65312e0f608ffad0b7e59204110959b64d | 53dbf2db37e4be6b3dcd05e19a2407a321bda6ff | /FFT/APP/24Cxx/24cxx.h | 2872a884ed6fb476f1858a2b1f34c6304e86d4aa | [] | no_license | 3344-alt/Oscilloscope | 126690b6e03fbbb152ad8eabee234a8b2e2d75d9 | 0fdece6164e0d9777d96d27be302121ac95a7a7b | refs/heads/main | 2023-06-15T21:28:09.282238 | 2021-06-29T15:43:28 | 2021-06-29T15:43:28 | 381,417,276 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 1,086 | h | #ifndef _24cxx_H
#define _24cxx_H
#include "system.h"
#include "iic.h"
#define AT24C01 127
#define AT24C02 255
#define AT24C04 511
#define AT24C08 1023
#define AT24C16 2047
#define AT24C32 4095
#define AT24C64 8191
#define AT24C128 16383
#define AT24C256 32767
//开发板使用的是24c02,所以定义EE_TYPE... | [
"20205390@stu.neu.edu.cn"
] | 20205390@stu.neu.edu.cn |
dd69dcb7d2c26726ecb038a8bcec50e2aab67ce3 | 46ea0af4e8d5144f24d4cbef2663cab910c731fd | /epoll_serials/timer.c | bda66f16b4cf11d943b61cb2eb411a9b7a64b01a | [] | no_license | majay123/My_C_Test | 6321c50200b9e257f54741e384f610130cf01ad2 | 10233b1d4e1e3f3eecdf969587bd790a6c030037 | refs/heads/master | 2023-04-01T23:29:20.512505 | 2023-03-28T05:37:06 | 2023-03-28T05:37:06 | 216,983,098 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,312 | c | /*
*
* ┏┓ ┏┓+ +
* ┏┛┻━━━┛┻┓ + +
* ┃ ┃
* ┃ ━ ┃ ++ + + +
* ████━████ ┃+
* ┃ ┃ +
* ┃ ┻ ┃
* ┃ ┃ + +
* ┗━┓ ┏━┛
* ┃ ┃
* ┃ ┃ + + + +
* ┃ ┃
* ┃ ┃ + 神兽保佑
* ┃ ┃ 代码无bug
* ┃ ┃ +
* ┃ ┗━━━┓ + +
* ┃ ┣┓... | [
"836584760@qq.com"
] | 836584760@qq.com |
d0c50a0c7a22320d0c605bf11e3925e6ee4e12d0 | dd5f51f03c7e5878a7535c0ce910144ca54a17e5 | /src/crypto/crypto-ops-data.c | 5613464fe1db64c7140bfbc8c655157f964d4c64 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | electronero-project/electronero | 0113afed3a7a63b55b0290df7282bffdadeda753 | a4926b5721e65ab8e07d6aa6f97d2cfb1cb30d87 | refs/heads/master | 2022-04-29T00:08:00.276022 | 2021-12-31T16:12:16 | 2021-12-31T16:12:16 | 328,787,640 | 0 | 1 | NOASSERTION | 2021-05-13T08:41:12 | 2021-01-11T20:47:52 | C++ | UTF-8 | C | false | false | 89,227 | c | // Copyright (c) 2014-2018, The Monero Project
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice, this... | [
"noreply@github.com"
] | electronero-project.noreply@github.com |
0131f7d6e0f33f5a053cb934903d595275833a4a | 185132dba082fde98d92f61c751dfcfc1d2ac83d | /sample-basis/src/main/cpp/native_simple.h | ae1b3226b0c48a1de4ec40142b921779ea775eed | [] | no_license | byhook/opengles4android | 2e1c3f499ba73cf91bd9166a1bb521af886802df | 0d3f55cd0b32c478065650f2ca60537f9eea7667 | refs/heads/master | 2022-11-26T20:52:18.175510 | 2022-10-30T10:25:11 | 2022-10-30T10:25:11 | 155,806,145 | 634 | 184 | null | null | null | null | UTF-8 | C | false | true | 549 | h | /* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class com_onzhou_opengles_triangle_NativeTriangleRenderer */
#ifndef _Included_com_onzhou_opengles_triangle_NativeTriangleRenderer
#define _Included_com_onzhou_opengles_triangle_NativeTriangleRenderer
#ifdef __cplusplus
extern "C" {
#... | [
"byhook@163.com"
] | byhook@163.com |
9524698804543d2814b986ee325e76588d8611db | f0f1f0ad445389f0033038ae58d49cbf468dc988 | /Problema1.c | ed66a0747322fff8efb79f75c7bec15a6a321561 | [] | no_license | jscsegura/prueba | df72179ccbdbe4663c88ea1ddcabd846c2554045 | 57e291819b79ca41f856a6bf9354969979fa1872 | refs/heads/master | 2021-01-20T00:34:14.946539 | 2017-04-24T10:11:27 | 2017-04-24T10:11:27 | 89,152,539 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 529 | c | #include <stdio.h>
int main() {
/*! \brief Suma de dos números
*
*
* Este programa da la posibilidad al usuario de sumar dos números cualesquiera, inclusive si estos presentan decimales.
*/
// Declarar variables iniciales
double A;//!< Primer sumando
double B;//!< Segundo sumando
double ... | [
"jsc.segura@gmail.com"
] | jsc.segura@gmail.com |
8e0b573b7a0ee8204446b8141dcff4035ac816a8 | 0afd48de67cf5752f798e67973e1aed6f3eb4a9b | /sistemas operativos/tarea3/app.c | d2fbf5238214151693241cc963a45ed8c87aef4a | [
"MIT"
] | permissive | luisjimenez6245/escom | 15ece95812617277d81402bc4ff3450ec8d9c0b6 | a1ae1f988d02f88844f5d29fba75e7cee04998db | refs/heads/master | 2021-08-18T14:02:05.197073 | 2020-10-29T18:12:24 | 2020-10-29T18:12:24 | 201,153,959 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 1,475 | c | #include <stdio.h>
#include <pthread.h>
#include <semaphore.h>
#include <unistd.h>
#include <stdlib.h>
#define NTHREADS 10
typedef struct
{
int id;
} create_thread_container;
int process_count = 0;
pthread_mutex_t barrier = PTHREAD_MUTEX_INITIALIZER;
sem_t semaphore;
void sync(void);
void *manage_thread(void *a... | [
"luisjimenez6245@hotmail.com"
] | luisjimenez6245@hotmail.com |
eae68ec4be07c5e254b5f4c74716e3546108297f | 3666d572259f23e844770cd169fc273de3281a67 | /hardware.h | 8d2796c697a63364158b9c0fe0a7f07af66743d7 | [] | no_license | cjhamby/led_strip | eebb5eb24f52078b8049db3db5f40636ee989e82 | 0eaae8ecb4a1109481607ff2f0bd3a38649d5331 | refs/heads/master | 2022-11-26T17:30:46.227869 | 2020-08-09T19:08:54 | 2020-08-09T19:08:54 | 286,094,151 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 479 | h | /*
* hardware.h
* chris hamby
*
* hardware details, such as pins and buttons
* interrupt functions
* idle function
*/
#ifndef HARDWARE_H_
#define HARDWARE_H_
#include "config.h"
#include "led_strip.h"
#include "led_controller.h"
extern LED_STRIP MY_STRIP;
extern LED_Controller MY_CONTROLLER... | [
"noreply@github.com"
] | cjhamby.noreply@github.com |
9ca583904bd9892ab0486f9ad1f4add9b71bac3a | f2f89480a85229780bec440452bf0ae5eb781317 | /src/common/boundary.h | 8e2f3b981cc6156596b2e165a121622ea3548d11 | [] | no_license | sgazagnes/DCF-2D | d52336cfaf3aa5ef8257c31ffdd9241f69f9f2b9 | 6c51308b7e2882ec50c7995fe6da1103c217210a | refs/heads/main | 2022-12-23T23:44:59.691709 | 2020-10-09T14:12:28 | 2020-10-09T14:12:28 | 302,035,938 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,452 | h | #ifndef BOUNDARY_H
#define BOUNDARY_H
#include "types.h"
MaxNode *correct_borders(MaxNode *maxtree, size_t width, size_t height, Arguments args, size_t *treesize);
Boundary *update( Boundary *b, Boundary *c) ;
Boundary *update_branch(BorderIndex x, BorderIndex z, BorderIndex s);
void update_node_attribute(BorderIndex... | [
"sgazagnes@gmail.com"
] | sgazagnes@gmail.com |
55d53afc6aafe21e60dd7b05f9d476a3102d8519 | 5af9479c6306a6a09234441a5aeeacdc3c6f4d1d | /mm-camera/mm-camera2/media-controller/modules/imglib/modules/faceproc/fd_chromatix_detect_qc.h | 0f2f5cb77f383d0087990c90984599cada37efe9 | [] | no_license | zhaow123/android_vendor_qcom_proprietary-1 | 6193c67a2483e49cb690ceab0862451e826c8961 | c6dd6f2a54c5e8c078271e0a221c4b622d2079bb | refs/heads/master | 2022-03-21T20:57:51.156579 | 2017-01-19T18:45:25 | 2017-01-19T18:45:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,188 | h | /**********************************************************************
* Copyright (c) 2013 Qualcomm Technologies, Inc. All Rights Reserved. *
* Qualcomm Technologies Proprietary and Confidential. *
**********************************************************************/
/* enable */
1,
/* min_fa... | [
"danile71@gmail.com"
] | danile71@gmail.com |
de4ca9db9ad436c9f0b61da7d66e04df205b0ba6 | 28e63aed52f0617f7d424750978e36b9e9bcb49d | /코테_부수기_5/2_2309_일곱_난쟁이/정성일.c | aba9f3d91a081df32887e4e1ee8995724437debd | [] | no_license | remnantdochi/BackJun | cbf56513e4a27a32cfe2224935735080e9d8c147 | 143ceee6c0cfb4d327e5b2783983c23d03f5b909 | refs/heads/master | 2020-06-19T03:02:03.899151 | 2019-12-01T14:07:23 | 2019-12-01T14:07:23 | 196,540,988 | 0 | 0 | null | 2019-07-16T05:04:21 | 2019-07-12T08:32:21 | C | UTF-8 | C | false | false | 1,855 | c | #include <stdio.h>
#include <stdlib.h>
void brutal(int* height, int* comb, int* end, int n) {
int i;
int cnt = 0;
int total = 0;
////////////////////////////////////////////////
// 조합 완성
////////////////////////////////////////////////
if (n == 8) {
for (i = 0; i < 9; i++) {
if (comb[i] == 1) {
cnt++... | [
"noreply@github.com"
] | remnantdochi.noreply@github.com |
27438a193319688294f282d17185645ad2789cfc | e9de37640c176fb1f7b9c66566964ae335888455 | /implementation/coap/exp_coap_get.c | 74682713fe03140a7cd4ccc0d26bff94cb0875e5 | [] | no_license | jsoares11/MasterThesisExperiences | 14ff4a7214309bbaea5c3ef672184265c08be03e | b93d05c6042c52aee8742cc7435358547e149e02 | refs/heads/main | 2023-01-01T01:30:37.441379 | 2020-10-21T05:27:57 | 2020-10-21T05:27:57 | 305,677,237 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,229 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <signal.h>
#include <time.h>
#include <sys/time.h>
#include <errno.h>
#define BUFFERSIZE 2048
void stopCoAPGet (int sig) {
fclose(stdin); /* abort fgets() */
/* close */
printf("\nProgramm terminated\n");
exit(EXIT_SUCCESS);
}... | [
"noreply@github.com"
] | jsoares11.noreply@github.com |
10ace03275f3ccecee6e9bea9dadc7e51633437b | 134da8a97c14aa4918ad985281b3b3ff3539eeea | /usr.bin/tmux/cmd-show-options.c | 764ea3992548ac6c68b483f259770d4700b03b5e | [] | no_license | grubernaut/obsd-src | 09acac270872c6e68d4ffaf8c078b32fd664509a | 64c982b0c5013c542dc4279a6a0a01d371864ba8 | refs/heads/master | 2020-05-24T23:15:14.622774 | 2019-05-19T12:44:55 | 2019-05-19T12:44:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 6,837 | c | /* $OpenBSD: cmd-show-options.c,v 1.51 2019/05/12 18:18:30 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and... | [
"nicm@openbsd.org"
] | nicm@openbsd.org |
a55db8bb886bc17dd749723a498c00af331b2cd8 | 721865028a98963e8ed2708a5e80436a5c1a0e1a | /napoca/introspection/glue_layer/introguests.c | fb7d0ff473890771db6c5d56897084cbf0b1996b | [
"Apache-2.0"
] | permissive | MalkeshDalia/napoca | 92dc721f11dade4e0e851da00b5f1b69991bf881 | fb3c7bb633406d1a2e6ed7e4bdc7bbdf4ce798b5 | refs/heads/master | 2023-04-14T06:50:23.494068 | 2020-07-31T09:33:51 | 2020-07-31T09:35:21 | 284,010,453 | 1 | 0 | Apache-2.0 | 2023-04-04T00:30:44 | 2020-07-31T10:37:14 | null | UTF-8 | C | false | false | 35,452 | c | /*
* Copyright (c) 2020 Bitdefender
* SPDX-License-Identifier: Apache-2.0
*/
/// @addtogroup introcallhv
///@{
/** @file introguests.c
* @brief INTROGUESTS - NAPOCA hypervisor glue layer, generic guest and glue related functions
*
* The implementation.
*/
#include "kernel/kernel.h"
#include "introspection/glue_... | [
"mlala@bitdefender.com"
] | mlala@bitdefender.com |
72e8a6e7e46f62e3c9a37452a7c7801d9fa602be | 20a1d2ce1d46d28b687d8704a752b5ac0b123308 | /example.c | 29413f4c12a2c30e6332cf3311d2109a1cbfd8e2 | [] | no_license | GustavoSchwantz/TCC-implementation | 911cbc96c2d48e20d124be67cdbaeeb5afb1081e | e9f89a1c090bae3d11433ab92a6e001ee78933f5 | refs/heads/master | 2020-08-13T04:26:25.065503 | 2019-11-07T18:01:47 | 2019-11-07T18:01:47 | 214,905,204 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 408 | c | #include <stdio.h>
#include <gmp.h>
int main(void) {
mpz_t x,y,result;
mpz_init_set_str(x, "76", 10);
mpz_init_set_str(y, "9", 10);
mpz_init(result);
mpz_mul(result, x, y);
gmp_printf(" %Zd\n"
"*\n"
" %Zd\n"
"--------------------\n"
"%Zd\n", x, y, result);
... | [
"gustavo_aso1994@hotmail.com"
] | gustavo_aso1994@hotmail.com |
fad6cf9355ca65280ec0d42a39c5f8195e8d332b | d85b1f3ce9a3c24ba158ca4a51ea902d152ef7b9 | /testcases/CWE78_OS_Command_Injection/s07/CWE78_OS_Command_Injection__wchar_t_file_popen_07.c | 285df7b00c028a189ab3a06dd4a2e4d5b5d04757 | [] | no_license | arichardson/juliet-test-suite-c | cb71a729716c6aa8f4b987752272b66b1916fdaa | e2e8cf80cd7d52f824e9a938bbb3aa658d23d6c9 | refs/heads/master | 2022-12-10T12:05:51.179384 | 2022-11-17T15:41:30 | 2022-12-01T15:25:16 | 179,281,349 | 34 | 34 | null | 2022-12-01T15:25:18 | 2019-04-03T12:03:21 | null | UTF-8 | C | false | false | 4,754 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE78_OS_Command_Injection__wchar_t_file_popen_07.c
Label Definition File: CWE78_OS_Command_Injection.one_string.label.xml
Template File: sources-sink-07.tmpl.c
*/
/*
* @description
* CWE: 78 OS Command Injection
* BadSource: file Read input from a file
* GoodS... | [
"Alexander.Richardson@cl.cam.ac.uk"
] | Alexander.Richardson@cl.cam.ac.uk |
9180df63b3d0e0721c9bab50a61e65df87d0ecc0 | 2af8a4281df16e566acd1d854c6d9a74627ee409 | /Programacion_Laboratorio_2018/Clases de la cursada/Clase_06/MetodoBurbujeo/main.c | 918d61d9153c66fee4f7943c52a840c0c4690083 | [] | no_license | ElpIOLA/Programacion_1_Laboratorio_1-C- | eed6133e1bda6d23ecd87890216d0fb14fc7c817 | 898caa5b3c9d3c37659b14be5548230752ccaf50 | refs/heads/master | 2018-11-14T02:11:51.171143 | 2018-10-22T01:05:01 | 2018-10-22T01:05:01 | 101,116,327 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 464 | c | #include <stdio.h>
#include <stdlib.h>
int main()
{
char vec[5] = {'f','j','q','h','a'};
char aux;
int i, j;
for(i=0;i<4;i++){ //i = 5 - 1 (I NO LLEGA HASTA EL FINAL DEL VECTOR)
for(j=i+1;j<5;j++){
if(vec[i]>vec[j]){
aux = vec[i];
vec[i] = vec[j];
... | [
"porve.cabj@gmail.com"
] | porve.cabj@gmail.com |
ab80a69779d229e7c2ee02455a00688312460c7a | 29ea97d2166ed9b29f5d3b0a064b675b291ed2ba | /policy_tests/tests/null_ptr_deref_fails_1.c | 4948a853afce096633cf008ca24985f7e9164efd | [] | no_license | draperlaboratory/hope-policies | 8506e412587ae8e16e02cf5798f4a9f3098b2fe5 | 85a13741f1b4b28109a7d03500898b27ed16278b | refs/heads/master | 2023-08-17T06:06:15.357141 | 2023-06-01T19:48:15 | 2023-06-06T17:07:34 | 123,134,124 | 1 | 3 | null | 2023-06-15T18:14:07 | 2018-02-27T13:38:04 | C | UTF-8 | C | false | false | 1,708 | c | /*
* Copyright © 2017-2018 The Charles Stark Draper Laboratory, Inc. and/or Dover Microsystems, Inc.
* All rights reserved.
*
* Use and disclosure subject to the following license.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation f... | [
"noreply@github.com"
] | draperlaboratory.noreply@github.com |
fe8d9c70ecd574e2208ac2b5c710b060c8291490 | b742600d8c12a39f60e256b8f8451f02f0628f89 | /Practicas/HOC3/HOC3.tab.h | cc88a283417691bb30b918b3d8cb2df653969d84 | [] | no_license | GabSaldana/Compiladores | aa36e70130d090756f6239b70729fba19f739586 | 579c67cd156faa67eabdfa8abb40b346436efa0d | refs/heads/master | 2021-04-29T02:16:51.983653 | 2017-01-04T23:36:37 | 2017-01-04T23:36:37 | 78,061,233 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,258 | h | /* A Bison parser, made by GNU Bison 3.0.4. */
/* Bison interface for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
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
t... | [
"ela.ri.bag@outlook.com"
] | ela.ri.bag@outlook.com |
0a186c6a6653dad5b866a3afaea54942031e986f | 27a55975155e13c3ee028fd9c779c534e2fe3908 | /SMCS_BASE_V1.0.0.si4project/Backup/sfud_cfg(5998).h | c4e0f525bffb0d916f3e1b798edaf20e0c7f9a85 | [] | no_license | liuchaonuaa/FreeRTOS_Base | a85aec6fe84f5000df9edd7616d64ed337773757 | 4ccc259c271d552b8fe49902d65a3d2158aaba6b | refs/heads/master | 2023-07-15T19:18:00.620451 | 2019-06-05T11:38:10 | 2019-06-05T11:38:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,777 | h | /*
* This file is part of the Serial Flash Universal Driver Library.
*
* Copyright (c) 2016-2018, Armink, <armink.ztl@gmail.com>
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* 'Software'), to deal in the Software witho... | [
"zdsurge@163.com"
] | zdsurge@163.com |
c650fe6d0311e287118529919886fb6b9cd45c03 | 5937e5055db2e75a70038f417cd22981615e313e | /FaceSdk/ImiSDK/Include/ImiUpgrade.h | b70a7759931ff32d71ea34312dc974c411e0e9ea | [] | no_license | tcll321/FaceSdk | d57b8de5f10abb62c924969c195decf7d86608db | de260fafb00912b6c620e9ceba112c9281beee53 | refs/heads/master | 2021-10-08T20:01:46.083354 | 2018-12-17T05:40:02 | 2018-12-17T05:40:02 | 162,018,237 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 3,054 | h | /**************************************************************************
Copyright (c) 2016 Huajie IMI Technology Co.,Ltd.
All rights reserved.
@file ImiUpgrade.h
@brief Imi upgrade header.
@date 2016-11-08
@author liwei
@version 0.1.0
History:
1. 2016-11-08, liwei The initial version
***... | [
"liuchuntao@accusyschina.com"
] | liuchuntao@accusyschina.com |
b7b5556b4a7e8a9756916a448dec506cbd13d0eb | d0bf2f28302a46101a988a6e5442a3841a890309 | /STM32F103C8T6_PWM_gen/USER/main.c | 29f9fc771927cf8415bd9a28c8fe3af2b4fcf99a | [] | no_license | menglim0/PWM_Generator | 150099fec12682ec87da9704b8af047c4ec7d54e | 1dc51f5e5c13830492b595a316ef645f03470d51 | refs/heads/master | 2021-06-16T11:52:34.343054 | 2020-04-12T12:29:25 | 2020-04-12T12:29:25 | 193,517,976 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 10,623 | c | /*-------------------------------------------------------------------------------
文件名称:main.c
文件描述:控制LED2,LED3闪烁
硬件平台:尼莫M3S开发板
编写整理:shifang
固件库 :V3.5
技术论坛:www.doflye.net
备 注:通过简单修改可以移植到其他开发板,部分资料来源于网络。
master branch
---------------------------------------------------------------------------------*/
#include <stdio.... | [
"303743706@qq.com"
] | 303743706@qq.com |
9ce7e8eabaef914e7fb777ca7fd874ca979ec696 | ae47bfe3f057fffd2592982e7c14a072190515e2 | /imxrt1050_Project/imxSDK/SDK_2.6.1_ArchMix/boards/evkbimxrt1050/usb_examples/usb_device_composite_hid_audio_unified/bm/hid_keyboard.h | 1d06fc86d71b3bdca078b2926a8db7345ecb575c | [] | no_license | marxw3179/PMSM_Control_source | 4ecf4f12d0472e0a2f7a133393e03a14e39d925c | 600ac632da8c312fba3acf5f3f33827a1b8cb894 | refs/heads/master | 2022-07-23T16:50:23.997717 | 2020-05-17T16:27:41 | 2020-05-17T16:27:41 | 281,535,794 | 1 | 0 | null | 2020-07-22T00:39:59 | 2020-07-22T00:39:59 | null | UTF-8 | C | false | false | 7,572 | h | /*
* Copyright (c) 2015, Freescale Semiconductor, Inc.
* Copyright 2016 NXP
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef __USB_DEVICE_HID_KEYBOARD_H__
#define __USB_DEVICE_HID_KEYBOARD_H__
/*******************************************************************************
... | [
"ioloa.yutaka@gmail.com"
] | ioloa.yutaka@gmail.com |
d7f26649a56e08a0bca36e921a7fdbcee0b3385d | 97b470b259e889609194b3274c1fbdc6d1905703 | /c/src/pe_150_minimum_sum.c | 477baf8c6ddfc6243631dc315778c9608697b1ed | [
"MIT"
] | permissive | GwenIves/ProjectEuler | 8f4961ddd3ed81c659733ca569cb88097d66477a | 7152009df64b4e18e2f7d00e64a46bc207e6618c | refs/heads/master | 2020-05-18T17:18:39.613930 | 2015-12-02T21:42:30 | 2015-12-02T21:42:30 | 24,770,588 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,199 | c | /*
* Find the minimum subtriangle sum in an N lines triangular array filled with a Linear Congruent random number generator
*/
#include <stdio.h>
#include <stdlib.h>
#include "utils.h"
#include "random.h"
static int ** allocate_random_triangle (int);
static int ** precompute_sums (int **, int);
static long find_min... | [
"ives.gwen@gmail.com"
] | ives.gwen@gmail.com |
b2607d4928a9dec899d47e996b235a0f0829349b | 09f8e8208068e6dcf222be9150fb9ebfe43b0bf2 | /apps/private/TR69_64/cwmp/Includes/cwmpSoap.h | 730fe6ce3e4ab4c834c9e25bf3b3c59f704df7fe | [] | no_license | copslock/7525 | e62772fe8c88ae7e700706545ac319581469da33 | 287d8122c6513513042db115273d3731294bf4a7 | refs/heads/master | 2020-07-03T03:04:53.991046 | 2017-08-25T03:20:42 | 2017-08-25T03:20:42 | 201,764,362 | 1 | 0 | null | 2019-08-11T12:52:43 | 2019-08-11T12:52:42 | null | UTF-8 | C | false | false | 1,955 | h | #ifndef __CWMPSOAP_H__
#define __CWMPSOAP_H__
//#include "cwmpRpc.h"
#if 1
#define kCwmpEnvelopeTag "SOAP-ENV:Envelope" /* wclai: match Microsoft packet */
#define kCwmpHeaderTag "SOAP-ENV:Header" /* wclai: match Microsoft packet */
#define kCwmpBodyTag "SOAP-ENV:Body" /* wc... | [
"undrizzle@gmail.com"
] | undrizzle@gmail.com |
e2e81333f72a6fa56a1873a72b5c06bc876dbce1 | 903c45082bd0d4fbb0a0d6a289b5294d8d05c314 | /sys/fs/ntfs/ntfs.h | 49b38bb3151384fbd89e604acaa7424b954224a2 | [] | no_license | tombibsd/netbsd-src | 0552d62659412e821163c945c62b7555d1e616d2 | 7f0f8c8c4b00f7c47700b8260a5cbd627d73fe7c | refs/heads/master | 2021-01-21T04:54:21.541793 | 2016-06-17T00:56:40 | 2016-06-17T00:56:40 | 24,783,931 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,054 | h | /* $NetBSD$ */
/*-
* Copyright (c) 1998, 1999 Semen Ustimenko
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* no... | [
"uebayasi@tombi.co.jp"
] | uebayasi@tombi.co.jp |
3ac004f8ff3b580def2007c57562f4b797cf693c | a4dd04c8a3ced052aa7a0c79be91afd0bc1c8d67 | /Operating systems 1/Assgn2-
<CS15BTECH11002>/1.c | 9277e97cbb9040c608153a8aeb9e82d36bb9e82a | [] | no_license | ram-98/SEM3 | e5ef84c21806c85725244bb6b746c45d2e2156d5 | 90541d0923c2e7a511f273dff3f32f6003e34233 | refs/heads/master | 2020-12-30T16:47:00.123053 | 2017-05-12T11:36:39 | 2017-05-12T11:36:39 | 91,030,019 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 966 | c | #include<linux/module.h> //HEADER FOR DOING MODULE RELATED PROGRAMMING
#include<linux/sched.h> //HEADER FILE FOR SCHEDULING PARAMETERS
#include<linux/init.h> //INITIALISATION OF MODULE
#include <linux/kernel.h> //HEADER FILE FOR DEALING WITH KERNELS
s... | [
"ramnagesh.akubathini@gmail.com"
] | ramnagesh.akubathini@gmail.com |
a3427f1d60e9169957c1da6240331b500a5eee86 | 679e2ed04aa612a4b75d7d7554b0eb86e343b4e5 | /bitcount.c | 22a6919365a58c90641a73ac7f6ee12280cc00e7 | [] | no_license | tanhe123/snippets | 552505a27a0a591131212a07ada8f4ac89a3d88b | 43860a3f3047a88a4193113f470deadaf567d0b9 | refs/heads/master | 2021-01-19T16:50:40.386291 | 2013-08-12T01:51:11 | 2013-08-12T01:51:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 527 | c | /*
* bitcount counts the number
* of 1-bits in its integer argument.
*
* in the second method, x &= (x-1) deletes
* the rightmost 1-bit in x.
*/
#include <stdio.h>
/*一种方法
int bitcount(unsigned x)
{
int b;
for (b = 0; x != 0; x >>= 1)
if (x & 01)
b++;
return b;
}
*/
//另一种高效的方法
int bitcoun... | [
"443016215@qq.com"
] | 443016215@qq.com |
308f6c10e525bfa350406491f6f310183d537ecf | 1ad4dd5261a185f3cf92d7fd3226de28679747c5 | /kernel/kernel/rcu/tiny.c | a64eee0db39e3642c33e69c55535619e363c0b55 | [
"MIT",
"Linux-syscall-note",
"GPL-2.0-only"
] | permissive | oslab-swrc/libmpk | b30c8fa2eea834a8ab441fdd9f7789296781ec17 | a0b20ab8819d60d22d2a90f0d54eccae40ae6b05 | refs/heads/master | 2022-05-01T01:36:07.491532 | 2022-03-18T05:44:14 | 2022-03-18T05:44:14 | 223,290,854 | 0 | 0 | MIT | 2019-11-22T00:30:13 | 2019-11-22T00:30:12 | null | UTF-8 | C | false | false | 6,379 | c | /*
* Read-Copy Update mechanism for mutual exclusion, the Bloatwatch edition.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any l... | [
"spark720@gatech.edu"
] | spark720@gatech.edu |
155bf0f31f8d0e88da4f84ea38e00d62bb64ea98 | cd3978958f135ac551e31becb84551dc5d2c746d | /gpac/M4Systems/OD/comPrivate.c | 55d2778b4be6b4f4a07ae77ac3d16e5764b59e2f | [] | no_license | DmitrySigaev/DSMedia | d515e1248aae90c87b798c91d3c25a5c9bb2d704 | 80a5030306fcb088df73f1011689f984425b65ff | refs/heads/master | 2020-04-10T14:17:01.721904 | 2015-09-28T13:16:01 | 2015-09-28T13:16:01 | 41,440,862 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,741 | c | /*
* GPAC - MPEG-4 Systems C Development Kit
*
* Copyright (c) Jean Le Feuvre 2000-2003
* All rights reserved
*
* This file is part of GPAC / Object Descriptor sub-project
*
* GPAC is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as publ... | [
"dsigaev@yandex.ru"
] | dsigaev@yandex.ru |
216bd540bc69910354542b77ca527b5f66720a2e | 85376b417c17c20025f26a98a6f3d25e93ce542f | /0x0A-argc_argv/1-args.c | 2221bbbc85b974f37ccbaa54eddde06adc113581 | [] | no_license | rogerrendons/holbertonschool-low_level_programming | b832b0396458d78857476d7b3847c9d5ab550a56 | a8c11e25adcef687bc65dcc74a4a963879436b0b | refs/heads/master | 2021-07-08T16:55:31.684222 | 2021-04-02T17:08:54 | 2021-04-02T17:08:54 | 238,487,249 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 234 | c | #include <stdio.h>
/**
* main - topic for argc and argv.
* @argc: count of registers
* @argv: registers.
* Return: - cero
*
*/
int main(int argc, char *argv[]__attribute__((unused)))
{
printf("%d\n", argc - 1);
return (0);
}
| [
"1584@holbertonschool.com"
] | 1584@holbertonschool.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.