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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
abcf3b0b5ad4d2e0e1658c7f0cbfdc40eab5ab88 | 487c8455b34e2b312da42bf8a43162aa5c5027df | /Target/Demo/ARMCM4_STM32G4_Nucleo_G474RE_CubeIDE/Boot/App/led.h | 2e2de2557a9ff25defc43263e9958d2e50cb8c04 | [] | no_license | feaser/openblt | bf3a72e7beb998cb635a67db85fa68100d048bb8 | 57b517eabeb37d945606e18736e106bde34010bc | refs/heads/master | 2023-08-31T23:54:09.030534 | 2023-07-07T10:29:56 | 2023-07-07T10:29:56 | 102,110,352 | 534 | 236 | null | 2023-09-14T11:11:56 | 2017-09-01T12:26:08 | C | UTF-8 | C | false | false | 2,069 | h | /************************************************************************************//**
* \file Demo/ARMCM4_STM32G4_Nucleo_G474RE_CubeIDE/Boot/App/led.h
* \brief LED driver header file.
* \ingroup Boot_ARMCM4_STM32G4_Nucleo_G474RE_CubeIDE
* \internal
*-----------------------------------------... | [
"voorburg@feaser.com"
] | voorburg@feaser.com |
e7b0c7f6cba024a994594b84f9a4a815b8f6b116 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/f8af6a3b-1e10-4943-a591-53aea4938507.c | 6170b65a016b195b3552bb908432e2dc5d13cf85 | [] | 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 | 579 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
j = 55;
l = 64;
k = i/j;
l = i/j;
l = i%j;
l = k%j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[63];
long c[43];
a = 0;
do {
a++;
//r... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
f574073d85ac8afc97274ee8381ac09cb7808a82 | 8276a1d1437a587e019230f8bc6a78cb8ed22d6c | /work/malloc/malloc_test1.c | 83302fdeece77fb51b2ec88f76001fef69a47c5f | [] | no_license | roquealex/frambuesa | aa3b766290f39cd0f2919deadf1fc896ed9908ad | 26c6dea808f21c4c91806f6ab9cb7db166de3318 | refs/heads/master | 2020-06-02T23:44:37.671485 | 2015-07-10T18:52:54 | 2015-07-10T18:52:54 | 33,584,299 | 0 | 0 | null | 2015-05-26T05:18:37 | 2015-04-08T04:16:33 | C | UTF-8 | C | false | false | 2,689 | c |
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
int main() {
char *cptr1;
char *cptr2;
char *cptr3;
char *it;
uint32_t *uintptr1;
uint32_t *uintptr2;
size_t cptr1_size = 32;
size_t cptr2_size = 5;
size_t cptr3_size = 5;
size_t uintptr1_size = 20;
size_t uintptr2_size = 20;
int i;
printf("Mallo... | [
"roquealex@no.com"
] | roquealex@no.com |
0d5a91852c9d93af29f056a6b62f1b01a8129f9d | 1aef5ba95013986829ec16855889c6ff9ce7a7c5 | /courses/prog_base_2/tasks/threads/main.c | b5a6d35aa09e37c7d4ff6dc762406e745233e3b9 | [] | no_license | GlebDavydov/Davydov-KP-52 | c0d7f35b4da5e4071bcd499665368efac36ede13 | 2e5f3fddeca039c588b05bedcef26fbd9db16979 | refs/heads/master | 2021-01-15T15:33:24.124382 | 2016-06-13T08:27:16 | 2016-06-13T08:27:16 | 41,994,600 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 562 | c | #include"threads.h"
//#include"thread.h"
#include"mutex.h"
int main(void){
shared_t *shared = new_shared();
char *str = "Hello, my beloved world";
change_symbol(shared, '0');
change_string(shared, str);
thread_t * reader1 = readerThread(shared);
thread_t * reader2 = readerThread(shared);
th... | [
"davydovkp52@gmail.com"
] | davydovkp52@gmail.com |
f3f9a10f9a1af0c3aa15c63468ddf2af865434d3 | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/f6e353e5-478b-4506-b335-2cce2ad46f3c.c | 68b16773299753236fe2c35ef592c923de64b8a5 | [] | 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 | 569 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=0;
int j=12;
int k;
int l;
k = 53;
l = 644;
k = i/j;
l = i/j;
l = l/j;
l = j%j;
l = l-j;
k = k-k*i;
//variables
/* START VULNERABILITY */
int a;
long b[20];
long c[58];
a = 0;
while (b[a] != 0... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
47de494f3c82df84f19d7757f08cd928f5220554 | 2c9417c80c19ba23a0525ce7a2e492353c5bd245 | /2013/October/Orso8TeV/macro/systematics/emtw/up/qcdnorm/b.C | 8ba0416f1a024d5e02a31ca2e3ec1206b84ef32a | [] | no_license | nadjieh/archive | cdcdfd6056d91be22baa53a143f16b2f4d6641dc | 960e2411fa55295926d78d02a86f8952f7f2753a | refs/heads/master | 2021-01-01T19:56:37.554862 | 2014-02-02T09:23:23 | 2014-02-02T09:23:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 10,179 | c | {
//=========Macro generated from canvas: Canvas_1/Canvas_1
//========= (Wed Dec 4 17:31:16 2013) by ROOT version5.32/00
TCanvas *Canvas_1 = new TCanvas("Canvas_1", "Canvas_1",400,153,700,506);
Canvas_1->Range(-1.247756,-1253.264,1.251346,11227.15);
Canvas_1->SetFillColor(0);
Canvas_1->SetBorderMode(0);
... | [
"ajafari@cern.ch"
] | ajafari@cern.ch |
9d4da526505f08228a5d80f7098ad381addc924c | 3fe8d1a9362ece49aa1c91a712054fb0af312716 | /corewar/dirvm/ft_ld.c | 7a5f54b1d71e57e73500a9974cd28a0d53e6f02d | [] | no_license | furyou81/C-projects | 6afeef6a6e9b5f91fd5148c9aa549ecb361cd563 | 375338255b20bb1de538f246b4999264290543b6 | refs/heads/master | 2020-04-07T20:13:32.966908 | 2018-11-22T10:50:21 | 2018-11-22T10:50:21 | 158,679,989 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,335 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_ld.c :+: :+: :+: ... | [
"lfujimot@e1r10p17.42.fr"
] | lfujimot@e1r10p17.42.fr |
a6534334a3a0319dd8ffb416e7f827ac01155213 | 3ea71655f3f99ac772fd9ffb7e5f35ee4fa44f45 | /libft/srcs/ft_strchr.c | ee5d7ba4ecaa3c4c484424eec39d4dcc9c908d23 | [] | no_license | iafi01/mini_rt | e273fd9a6cb60f4651a51100f2280154e4658616 | 38f4da3b2d903f0ae42233f6891ddf29eae23196 | refs/heads/master | 2023-05-11T10:29:55.482651 | 2021-04-14T15:09:06 | 2021-04-14T15:09:06 | 343,427,456 | 2 | 0 | null | 2021-04-14T08:33:43 | 2021-03-01T13:33:05 | C | UTF-8 | C | false | false | 1,092 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strchr.c :+: :+: :+: ... | [
"noreply@github.com"
] | iafi01.noreply@github.com |
2e577497baa35b95e13c7bf5cd527a60d688abcf | 396a5849a3609e797003c3c14e1f4a8a26ff493c | /IceActuationCloseLoopV2/FeedbackData.h | 812430643980b74f89a2a55e6922601ac6f0b661 | [] | no_license | mc01104/MRI | 52445b524529264701d2585291598db9cbf0d2ee | 2efd1ad4f19a64915b11b19626f2488a44687780 | refs/heads/master | 2021-01-10T07:28:52.318799 | 2015-12-17T16:32:10 | 2015-12-17T16:32:10 | 47,989,008 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,991 | h | // ---------------------------------------------------------
// Copyright (C) Siemens AG 1998 All Rights Reserved.
// ---------------------------------------------------------
//
// Project: NUMARIS/4
// File: \n4_appl4\pkg\MrApplications\MrService\Seq\Ice\IceProgFbPerformance\FeedbackData.h
// Version:
// A... | [
"georgios.fagogenis@gmail.com"
] | georgios.fagogenis@gmail.com |
945933b1370b17741a6b1ca8d38d5a17a395b444 | cf21c4b761aec817aa3f20b72ddc9e9cba019521 | /plugins/windows/src/native/raw/net_java_games_input_RawInputEnvironmentPlugin.h | cdc65123edf81e8e70ebadcc80e7605916207892 | [] | no_license | r58Playz/jinput-m1 | 2a0ddecc04fb0efa450d1f52b0a4917e735f90ea | 8b2c3a10b4853923efc92f29cbad8e0f304dbd6d | refs/heads/main | 2022-08-15T15:41:13.443596 | 2022-06-25T23:09:49 | 2022-06-25T23:09:49 | 471,782,764 | 0 | 1 | null | null | null | null | UTF-8 | C | false | true | 1,420 | h | /* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class net_java_games_input_RawInputEnvironmentPlugin */
#ifndef _Included_net_java_games_input_RawInputEnvironmentPlugin
#define _Included_net_java_games_input_RawInputEnvironmentPlugin
#ifdef __cplusplus
extern "C" {
#endif
/*
* Cla... | [
"toshit307@gmail.com"
] | toshit307@gmail.com |
cd3ac6d5f1bf270c4ccc5d10d20c006f3b5b9d9a | 6fdecf95174a8c5e6b1c653725f46270e6e4c4fa | /SYSTEM/usart/usart.c | ca09d6e146d6dd418c618d08ef3d358cba64af80 | [] | no_license | 18813867405/stm32-ESP8266 | 9014c2a143ac37d1c6072aeb688255922104dceb | 6f658bbe1eee83fdac1f06c4d4ed2aed1c2d670a | refs/heads/main | 2023-05-13T17:21:08.153657 | 2021-06-05T08:09:45 | 2021-06-05T08:09:45 | 374,056,671 | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 4,388 | c | #include "sys.h"
#include "usart.h"
//////////////////////////////////////////////////////////////////////////////////
//如果使用ucos,则包括下面的头文件即可.
#if SYSTEM_SUPPORT_OS
#include "includes.h" //ucos 使用
#endif
//////////////////////////////////////////////////////////////////
//加入以下代码,支持printf函数,而不需要选择use Mi... | [
"58766376+18813867405@users.noreply.github.com"
] | 58766376+18813867405@users.noreply.github.com |
3f12348f0246bdaefea68b78c5d926b666525e58 | e5baa8ebfcf6c530843e8d24c95a55a0435e19e1 | /Cours_3/client_getaddr.c | 9862c5f0bacde67fb7e3286ed38fe215018b63ec | [] | no_license | ibrandiay/aise | 8a68b52755b0a61bbe7b90c5bca413273fa8c1e6 | 6f10350c460b02c3bcbef808f88b6faf49db8483 | refs/heads/master | 2020-04-17T00:17:44.662758 | 2019-01-16T13:25:59 | 2019-01-16T13:25:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,306 | c | #include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <arpa/inet.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
int main( int argc, char ** argv )
{
struct addrinfo *res = NULL;
struct addrinfo hints;
memset(&hints, 0, sizeof(hints));
hints.ai_family = AF_UNSP... | [
"jbbesnard@paratools.fr"
] | jbbesnard@paratools.fr |
b08526922f2f80f1eef86cf6c6a2902dd25e006b | 83214753e9183327e98af0e6768e9be5385e5282 | /kungfu/skill/king-of-dragon/lifeheal.c | 1725ce60be224ae3fb70a76259086ab5dc308cc9 | [] | no_license | MudRen/hymud | f5b3bb0e0232f23a48cb5f1db2e34f08be99614e | b9433df6cf48e936b07252b15b60806ff55bb2f3 | refs/heads/main | 2023-04-04T22:44:23.880558 | 2021-04-07T15:45:16 | 2021-04-07T15:45:16 | 318,484,633 | 1 | 5 | null | null | null | null | GB18030 | C | false | false | 539 | c | // lifeheal.c
#include <ansi.h>
int exert(object me, object target)
{
if ( !wizardp (me)) return 0;
if( !target )
return notify_fail("你要用真气为谁疗伤?\n");
message_combatd(
HIY "$N坐了下来运起内功,将手掌贴在$n背心,缓缓地将真气输入$n体内....\n\n"
"过了不久,$N额头上冒出豆大的汗珠,$n吐出一口瘀血,脸色看起来红润多了。\n" NOR,
me, target );
target->set("eff_qi", target... | [
"i@oiuv.cn"
] | i@oiuv.cn |
aafc6423227d73a057c8b2bae308f6a284bf0d9c | 3951d2b5e23ddea5c78fe2395edce8210ecf15d3 | /addons/ofxFiducialFinder/src/libfidtrack/fidtrackX.h | 40a279dc314a6ab5fb1e5105324a7e10f1e9644c | [] | no_license | pwjones/ccv_pgr | da1eed954f33cdb875530fbaeddf55b44f394c33 | 5690e74a05e2d8a6b806ee69661485a83b1f7848 | refs/heads/master | 2021-01-19T00:52:03.507019 | 2016-06-21T18:44:04 | 2016-06-21T18:44:04 | 6,002,549 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,916 | h | /*
Fiducial tracking library.
Copyright (C) 2004 Ross Bencina <rossb@audiomulch.com>
Maintainer (C) 2005-2008 Martin Kaltenbrunner <mkalten@iua.upf.edu>
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 by the Free ... | [
"pwjones@cnbc.cmu.edu"
] | pwjones@cnbc.cmu.edu |
1170e1043047a7fcd4375fdb2abbcc9eda611dfd | e4f2512bc64b0258e1713a0e3736616f77fecf3a | /c13/ex02/btree_apply_infix.c | 33cfdbe75e8f5c29e54d6734483858daae638a76 | [] | no_license | roliveir10/Piscine42 | 8a3de03f958e45e451198f3cae1b3be6bba40d62 | be6f59b6312bf5b1952e9d42e5eeb4525050b23c | refs/heads/master | 2023-06-25T17:25:08.441129 | 2021-07-25T09:15:43 | 2021-07-25T09:15:43 | 388,554,571 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,109 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* btree_apply_infix.c :+: :+: :+: ... | [
"robin.10contact@gmail.com"
] | robin.10contact@gmail.com |
509fc9e65fd01ca1a3bf092a0e3ea3636f6f9208 | b70bd35a82fb4240806ec9a0776bd39f0a54f168 | /v5r4/QQQDSDBM.H | 9aa5ee47960568ef3763727cc4b56132c53e2d73 | [] | no_license | friedkiwi/iheaders | da5c0d57729e6ce94400b0ce17e4f8edfafc52be | 0f21c5cf3175b6d608a22d89b19b6511e2f49d57 | refs/heads/master | 2020-05-24T21:05:13.704142 | 2019-05-19T11:31:19 | 2019-05-19T11:31:19 | 187,468,180 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 4,179 | h | /* begin_generated_IBM_copyright_prolog */
/* This is an automatically generated copyright prolog. */
/* After initializing, DO NOT MODIFY OR MOVE */
/* ----------------------------------------------------------------- */
/* ... | [
"ik@yvanj.me"
] | ik@yvanj.me |
dcf391b8d17cbeca135b7ddbc4ebc6b784eaa5ad | c2cedcf36667730f558ab354bea4505b616c90d2 | /players/saber/weapons/lspear.c | 85d957cb26f88198677fa0c334e04fb2fd047082 | [] | no_license | wugouzi/Nirvlp312mudlib | 965ed876c7080ab00e28c5d8cd5ea9fc9e46258f | 616cad7472279cc97c9693f893940f5336916ff8 | refs/heads/master | 2023-03-16T03:45:05.510851 | 2017-09-21T17:05:00 | 2017-09-21T17:05:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 805 | c | #define tp this_player()->query_name()
int w;
inherit "obj/weapon.c";
reset(arg) {
::reset(arg);
if (arg) return;
set_name("blessed spear");
set_alias("spear");
set_type("spear"); /* set type added by Pavlik */
set_short("A blessed spear");
set_long("A spear whose blade was for... | [
"rump.nirv@gmail.com"
] | rump.nirv@gmail.com |
f5e92f6dbd32c0c0e0d15b69dec6f0177d939f13 | 3d0575255dd406a9d7ccd714f64172a6f34a2864 | /source/obstacle_list.c | 269aa35a9888c9a0b3ead4446fd78206d1634b55 | [] | no_license | paulmroz/Snake_game | 0cf97d7dc8b26a675a22d8062194c0915a592c4f | 2af903f43e36bcfd5c339e387a7adac776a7930e | refs/heads/master | 2020-06-04T16:39:34.180127 | 2019-06-15T17:48:05 | 2019-06-15T17:48:05 | 192,107,677 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,086 | c | #include <GL/gl.h>
#include <GL/glut.h>
#include "../headers/obstacle_list_header.h"
#include "../headers/point_header.h"
#include "../headers/main_header.h"
struct obstacle_list *create_obstacle_list() {
struct obstacle_list_node *new_noe = (struct obstacle_list_node *) malloc(sizeof(struct obstacle_list_node));
... | [
"paulmroz97@gmail.com"
] | paulmroz97@gmail.com |
ae9f4c70ad94de3e00f9eae10312511d32dfe7df | 740b9bb41ea64307c5f7c85cff818b9190d7a02c | /components/softdevice/s130/headers/nrf_nvic.h | ccdc2e33c6eaadedfc2c7d55101bc16c71722523 | [] | no_license | thumb2/nrf51sdk12_3 | 4fefe074ef34b69054613ff8ab3faba18f6aa8d1 | d6956d24ae6ada32db9139ca5da4885377003bf8 | refs/heads/master | 2020-04-26T07:26:49.519306 | 2018-01-12T02:08:34 | 2018-01-12T02:08:34 | 173,394,420 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 15,034 | h | /*
* Copyright (c) Nordic Semiconductor ASA
* 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
* ... | [
"johnson@btsmartshield.com"
] | johnson@btsmartshield.com |
76b94fa4eca229562ea7d7e5d2f90e37f608be4b | 031764b7123c3238eb7a0414fefa8e4d44a125cd | /libft/srcs/ft_printf/ft_printf.c | 33ec4eff7b290e2977bc3995545a382e4907e8b4 | [] | no_license | vuslysty/FDF | dfbb4384bc5a04c47fb77d4631cd93ccbb2ce698 | 46c9120a91700f553e9fe95061b2f6366e7471ad | refs/heads/master | 2020-04-30T08:57:55.089218 | 2020-03-14T18:30:16 | 2020-03-14T18:30:16 | 176,732,681 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,617 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_printf.c :+: :+: :+: ... | [
"vuslysty@e2r11p11.unit.ua"
] | vuslysty@e2r11p11.unit.ua |
d46a80af43950fcf83fbdc7074dc5837dd474651 | 54c69a0bd2fdaed115299d766df5b272c56ded5c | /user/charCount.c | 7ab43da187d5df276df0ce7309ccb31eedb46f55 | [] | no_license | Regnak4/Projects | 42a3e8aeff5270737582c397683656d1a8e865ff | c230c285f9a94666d2eaf44d4fd35bfc1a66ab9f | refs/heads/master | 2022-11-30T16:43:12.105652 | 2019-06-30T20:28:24 | 2019-06-30T20:28:24 | 194,556,718 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,127 | c | /*Условие задачи
В файле task.in задана последовательность символов.
Вывести в task.out количество вхождений латинских букв, которые встречаются в последовательности.
Большие буквы считать как маленькие.
Пример ввода
Hello!
Пример вывода
e 1
h 1
l 2
o 1*/
#include <stdio.h>
#define LIMIT 101
int main... | [
"i.denisov@ukr.net"
] | i.denisov@ukr.net |
b405819d382a6563dbdcd63dd1838e6af45f5e43 | c3c2376e7733cb11dde06bae7cf85b01f3f77507 | /regine.h | 70abbe9d7b5ff5ce863abf786c2354fdbda128aa | [] | no_license | reyoung/Regine | 8a1149fe230a3161b027a03bd14dbc671e3ee834 | 26bb922f1267b5e745fcfa06eb145c26ae98593d | refs/heads/master | 2021-01-21T19:28:58.276027 | 2014-02-13T09:24:33 | 2014-02-13T09:24:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 204 | h | #ifndef REGINE_H
#define REGINE_H
#include "core/rstorage.h"
#include "core/gamewindow.h"
extern void initRegine(
const QString& orgname,
const QString& appname);
#endif // REGINE_H
| [
"reyoung@126.com"
] | reyoung@126.com |
64d6d4e69cf5ad312bc092dabae269406af991bd | f8e11a8e4f60721afec99d33d00f6110a8cb9411 | /source/s3_list_objects.c | 767900d88f7671d756e585f8e460196ed6eb03f1 | [
"Apache-2.0"
] | permissive | awslabs/aws-c-s3 | d82e1c1bf81ddc6cd1a3ad6d1f6ee159326099be | a0ee6a9ec81f1eff92c9880bd18824bfd3efccc3 | refs/heads/main | 2023-09-03T19:55:00.738159 | 2023-08-25T22:13:54 | 2023-08-25T22:13:54 | 277,903,433 | 64 | 30 | Apache-2.0 | 2023-09-11T15:25:14 | 2020-07-07T19:21:45 | C | UTF-8 | C | false | false | 9,622 | c | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/s3/private/s3_list_objects.h>
#include <aws/s3/private/s3_paginator.h>
#include <aws/s3/private/s3_util.h>
#include <aws/common/ref_count.h>
#include <aws/common/xml_parser.h>
#include ... | [
"noreply@github.com"
] | awslabs.noreply@github.com |
b664d53ff8b3ab20bc6a68e498aceeb4fd9ff34b | 796a341fe1d7c6f0a6bdf1670bd5dde96143a7fe | /hexdump.c | a4951d62d488cc4deac419ea758e94b9d6ea3e4f | [] | no_license | perihelios/usb-monitor-experiment | cd6b1bb6d345eb35ceffb148d56e754d32e884fb | fa132cf2f43bb4c48ca573c2f4cbbe5f69ec116f | refs/heads/master | 2021-08-16T13:46:28.488866 | 2017-11-20T00:52:32 | 2017-11-20T00:52:32 | 111,173,258 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,069 | c | #include <inttypes.h>
#include <stdio.h>
#include <string.h>
#include "hexdump.h"
static const char HEX[] = "0123456789abcdef";
// Line layout:
//
// BlockStart HSep HSep HSep BlockSep CSep CSep CSep BlockEnd
// | | | | | | | | ... | [
"github@jonathancottrill.net"
] | github@jonathancottrill.net |
bddc2922416b4ccd76a75ca1bf152bb22c05840c | ee7e823567a610afb36d96b16f7ceb034a3eb420 | /mpi/boundary_value/boundary_value.c | e88512a58d1fe5558b5cb833ce8329c8a4e7d0ff | [] | no_license | drusk/archive | 874394d4cd0bc552a49f24b6e3b90a878039f0cc | 95579fc6f1ea57455320ab1ace7891dede1a79ee | refs/heads/master | 2021-01-10T22:06:54.189706 | 2014-01-30T21:56:25 | 2014-01-30T21:56:25 | 7,252,348 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,807 | c | /******************************************************************************
* Copyright (C) 2012 David Rusk
*
* 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, includin... | [
"drusk@uvic.ca"
] | drusk@uvic.ca |
12f193f1a6d055e673d3ab85449fc4455a6ae71d | bfbeb0c49b60383ff842b998ad500e9753589a3c | /HARDWARE/WKUP/wkup.c | 4a0dd1395a52a2edd68346242ecb3a374db75e89 | [] | no_license | 4PiR2/WHU_Embedded-System-Design-Experiment_WiAnalyzer | b71deee38bceedce702203e54f925c57ffc9f7da | 88903dfdbb194ad532945e9107b0995e67c03c12 | refs/heads/master | 2022-10-20T02:05:37.090476 | 2019-03-29T04:50:13 | 2019-03-29T04:50:13 | null | 0 | 0 | null | null | null | null | GB18030 | C | false | false | 2,603 | c | #include "wkup.h"
#include "led.h"
#include "delay.h"
#include "usart.h"
#include "beep.h"
//系统进入待机模式
void Sys_Enter_Standby(void)
{
while(WKUP_KD); //等待WK_UP按键松开(在有RTC中断时,必须等WK_UP松开再进入待机)
RCC_AHB1PeriphResetCmd(0X04FF,ENABLE);//复位所有IO口
RCC_APB1PeriphClockCmd(RCC_APB1Periph_PWR, ENABLE);//使能PWR时钟
... | [
"git@happygod.net"
] | git@happygod.net |
5c24059ccf9280632bf0bb85f27899d507115f29 | e5b6335a2018b6dbbd8aa92e7d2f858ce8918f62 | /words_utils.c | 59f1e278d860df595a7b7381d3f7a082cb88e024 | [] | no_license | nail8787/School_minishell | 062972693ac43bebee1cdcd0deee29c401f21a90 | 934840496c394b7e015dc63ba609e768d2e22051 | refs/heads/master | 2023-06-16T11:39:56.564968 | 2021-07-09T12:34:47 | 2021-07-09T12:34:47 | 384,432,026 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 867 | c | #include "minishell.h"
char **word_append(char **words, int *index)
{
char **new_;
*index = words_len(words);
if (!(new_ = (char**)malloc(sizeof(char*) * (*index + 2))))
memory_alloc_error();
new_ = words_cpy(new_, words);
new_[*index] = word_init();
new_[*index + 1] = NULL;
free(words);
words = NULL;
retu... | [
"tcassia@student.21-school.ru"
] | tcassia@student.21-school.ru |
011ad244928d16f43af3b6c194615a46e7e36a75 | e0bc0bd1fd176172b527a3a8b883d2f41fb0214a | /EE_379K/Project1/yash/job.c | 8237b838b8359c7fc45decc1ad1fdc959e5bec22 | [] | no_license | bennycooly/school-projects | 41d63f865f6ba551cd2a530e2c313b02fc34abc9 | 87954628bfcee14e2aef3bbb6bb9783a27da7330 | refs/heads/master | 2020-04-11T08:10:16.449607 | 2016-05-24T06:09:15 | 2016-05-24T06:09:15 | 41,192,936 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 11,116 | c | #include <malloc.h>
#include <string.h>
#include <sys/types.h>
#include "job.h"
/* adds process to process table in current job */
void add_process (job *j, pid_t pid)
{
process *p = (process*)malloc(sizeof(process));
p->next = NULL;
p->pid = pid;
p->status = 0; /* process is running when added */
... | [
"ben_fu1@utexas.edu"
] | ben_fu1@utexas.edu |
9a4f1d23f20de8b3e7599ffee90636eb6f9454e7 | 517700f9720f998e535fd580fdf543643cf5898d | /string.c | e52bb59c0b186d5263ad2b1c69e843784694b81b | [
"MIT"
] | permissive | johnfink8/fizzbOS | 787a0280557419526a080560ff1cfd6bc348b090 | 4716c6a9226120f75428dca222e45a5f6032d30b | refs/heads/main | 2023-08-28T08:49:05.857786 | 2021-10-31T21:37:46 | 2021-10-31T21:37:46 | 423,241,828 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 737 | c | #include "string.h"
int
itoa(unsigned long num, unsigned char* str, int len, int base)
{
unsigned long sum = num;
int i = 0;
unsigned long digit;
if (len == 0)
return -1;
do
{
digit = sum % base;
if (digit < 0xA)
str[i++] = '0' + digit;
else
str[i++] = 'A' + digit - 0xA;
sum /= base;
}while (sum... | [
"johnfink8@gmail.com"
] | johnfink8@gmail.com |
1f29835d732fa206dd5f6c208d09cb22481dc2d6 | d2bdc0e99cbd21050418c3b93655fbe68d240077 | /src/openblas/interface/CMakeFiles/ctpsv.c | db2b3d1e64a14d8467df39cd3bb5cf54ad7853a2 | [
"BSD-3-Clause"
] | permissive | fengbingchun/Caffe_Test | 1cd48c852a44fb289dcf50603a3c5fe4451c7e4a | c21c1347cfa3cd20d03c74cc41170969324835bf | refs/heads/master | 2021-07-15T13:29:24.758771 | 2021-03-03T03:21:52 | 2021-03-03T03:21:52 | 54,307,657 | 34 | 31 | null | null | null | null | UTF-8 | C | false | false | 221 | c | #define ASMNAME _ctpsv
#define ASMFNAME _ctpsv_
#define NAME ctpsv_
#define CNAME ctpsv
#define CHAR_NAME "ctpsv_"
#define CHAR_CNAME "ctpsv"
#define COMPLEX
#include "E:/GitCode/Caffe_Test/src/openblas/interface/ztpsv.c" | [
"fengbingchun@163.com"
] | fengbingchun@163.com |
d8be83fd2928c632d6be32d9a9936129d00cc9fb | 1ebc47fc541caecdbf8b25ea9c8ebb2e3e845090 | /ONE-Robot/Software/STM32-Firmware/CORE/core_cm3.c | ee8dcb9df4b3dc3723e9ea68d3b84f74ad246db9 | [] | no_license | pyknife/pyknife.github.io | 26dd21a2aca9ddaa27158febf280a7daba7e05d6 | 088125ece1f422bb1ebca9f03508ff812a5c975b | refs/heads/master | 2022-11-23T18:51:37.715815 | 2020-04-15T04:01:44 | 2020-04-15T04:01:44 | 95,637,121 | 3 | 3 | null | 2022-11-22T02:42:18 | 2017-06-28T06:38:05 | C | UTF-8 | C | false | false | 16,490 | c | /**************************************************************************//**
* @file core_cm3.c
* @brief CMSIS Cortex-M3 Core Peripheral Access Layer Source File
* @version V1.30
* @date 30. October 2009
*
* @note
* Copyright (C) 2009 ARM Limited. All rights reserved.
*
* @par
* ARM Limited (AR... | [
"root@instance-5.us-central1-c.c.pristine-sphere-264509.internal"
] | root@instance-5.us-central1-c.c.pristine-sphere-264509.internal |
d22de28da550402b50cb608716c2bfd1fa488144 | 29e30092ce3aff842118805a3e6aa4f55f703c38 | /Task4_1_CPU_Renderer/Structures.h | f384914125ffb619a5a13ebeb8273ac642b26e14 | [] | no_license | rekongstor/SI | 649387357b82dc0c9f6e2ec2a63d98c1a16753a2 | e82eb1bb6843c38f1404cd78c26999c48c71cf00 | refs/heads/master | 2023-08-29T05:16:27.838958 | 2020-08-18T23:09:11 | 2020-08-18T23:09:11 | 259,368,333 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,210 | h | #pragma once
#include <algorithm>
struct Point3D
{
float x, y, z;
};
struct Point4D
{
float x, y, z, w;
};
struct Quaternion
{
float w, x, y, z;
};
struct Ray
{
Point3D origin;
Point3D direction;
};
struct Color
{
float r, g, b;
};
struct Light
{
Point3D direction;
Color color;
};
struct ... | [
"rekongstor@mail.ru"
] | rekongstor@mail.ru |
b53ee8e3b6a3fb621802059fa66d96de78bde281 | a52c190f2fdec198c8e579244e8abce3fe95cb0b | /12864.h | a621107281a78cf454f24c9ca60a310741d78a05 | [] | no_license | Moon-zh/80C51-driven | 5926076f9b68a744830949fdfceaad21fd586866 | 8f0853a28af9afb2a9f92b3aeff76a8a045a8b27 | refs/heads/master | 2020-04-18T17:27:32.326978 | 2019-01-26T05:56:17 | 2019-01-26T05:56:17 | 167,655,258 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,139 | h | #define lcd P0
sbit cs2=P2^0;
sbit cs1=P2^1;
sbit e=P2^2;
sbit rs=P2^3;
bit bz1;
void quan()
{
cs1=cs2=1;
}
void xies(uchar a,uchar b)
{
e=0;
rs=b;
lcd=a;
e=1;
e=0;
}
void qp()
{
uchar k,xd;
quan();
xies(0x3f,0),xies(0xc0,0);
for(xd=0xb8;xd<0xc0;xd++)
{
xies(xd,0),xies(0x40,1);
for(k=0;k<64;k++)
... | [
"47047242+Moon-zh@users.noreply.github.com"
] | 47047242+Moon-zh@users.noreply.github.com |
b390e2af49d0a272e4bbc405f7eccb44f32f33b1 | d0b8b11a8cbb3c190ebace9f1b00e02732ba9e91 | /libmov/test/mov-file-buffer.c | a5ab979ab7beca0806718533a3bdbda395538fa0 | [
"MIT"
] | permissive | xjr20042/media-server | 0faa60c809bdc657a725b17491c5dfb4b0908285 | b4b8891407f6e09524baecd38ca5f6fc5429f8be | refs/heads/master | 2021-11-28T18:16:39.468176 | 2021-11-19T05:55:00 | 2021-11-19T05:55:00 | 292,447,887 | 0 | 0 | MIT | 2021-03-13T14:45:12 | 2020-09-03T02:41:23 | null | UTF-8 | C | false | false | 3,482 | c | #include "mov-buffer.h"
#include "mov-file-buffer.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#if defined(_WIN32) || defined(_WIN64)
#define fseek64 _fseeki64
#define ftell64 _ftelli64
#elif defined(OS_LINUX)
#define fseek64 fseeko64
#define ftell64 ftello64
#else
#define fseek64 ... | [
"tao3@outlook.com"
] | tao3@outlook.com |
e4f2b39a51b87f4ea3ed0a784ef93dce8d4d8766 | c98a0e6657fb47f98a0e778b43d697425b5cac2d | /Programming/C/work11.c | 997737785ac06ee7fff101df2cdae91bf2d8fc89 | [
"Unlicense"
] | permissive | alexstrive/Ifmo-Works | f6c3dfc3fe68859915c9e0cee538d39f5c6f3827 | 1f4fb67dfde9c4e14130b6614be9ec4b0642d3c0 | refs/heads/master | 2021-10-09T05:33:51.610899 | 2018-12-21T20:39:07 | 2018-12-21T20:39:07 | 103,482,672 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 242 | c | #include "pentagon.h"
// Variant 17
int main() {
struct Pentagon pentagon;
createEmptyPentagon(&pentagon);
readCoordinates(&pentagon);
printf("\nPerimeter of pentagon is %f", getPentagonPerimeter(pentagon));
return 0;
} | [
"allordiron@gmail.com"
] | allordiron@gmail.com |
8f60b501503e753db6b39a7ab3d9efaf8a66c357 | d7553ccd51631b24f87f7d24eaec9635cc938414 | /testing.X/timer.h | 81666d247cbbe69ca112889d1decdf320a9dc78b | [] | no_license | KovMat/PIC_adapter | 0fbf15a09516e5662804c899b1cbca6fde912f13 | d7d22f4a8b7a7f127b2f006d26c60bf71c14476e | refs/heads/master | 2021-01-12T16:28:46.798698 | 2016-10-22T19:44:48 | 2016-10-22T19:44:48 | 69,155,825 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 216 | h | /*
* File: timer.h
* Author: KovMat
*
* Created on October 13, 2016, 6:58 PM
*/
#ifndef TIMER_H
#define TIMER_H
unsigned char counter = 0;
void initTimer0();
void interrupt ISR();
#endif /* TIMER_H */
| [
"KovMat@192.168.0.105"
] | KovMat@192.168.0.105 |
d1f7102f74c3e8d5420589a1473386151c296f85 | fa5c27458761a032dbfc5e1e1c5aa4157601e930 | /svcomp16/pthread-wmm/safe021_power.opt_false-unreach-call.c | bf827d1f9ad230386de9346e7ab0b96fdaa65909 | [] | no_license | dvynjli/con-benchmarks | 9781bb0aba72719e82c86235bd3cf41bcc6a8af9 | 12a9c8f52ee1a7c175021c116958c7d3894957cd | refs/heads/master | 2021-09-25T07:27:47.655389 | 2018-10-19T15:35:09 | 2018-10-19T15:37:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,205 | c | extern void __VERIFIER_assume(int);
extern void * __VERIFIER_nondet_pointer(void);
extern void __VERIFIER_error() __attribute__ ((__noreturn__));
void __VERIFIER_assert(int expression) { if (!expression) { ERROR: __VERIFIER_error(); }; return; }
int __global_lock;
void __VERIFIER_atomic_begin() { __VERIFIER_assume(__gl... | [
"cesar.rodriguez@lipn.fr"
] | cesar.rodriguez@lipn.fr |
05901ad6742940e8ee585e16dc93359354faa034 | 72fc877d8804eca81fc10b4a137bbaa77405d9b8 | /12-binary_tree_leaves.c | f92f1406e68866cc0e5bc89033f40dc67189b87d | [] | no_license | fikepaci/binary_trees | ca8a6888ffc730de5aac5fe3a39174305b5bb25d | 23f5ce3add45b732ce7b7dda715fe1bc52d92799 | refs/heads/master | 2023-03-21T03:07:18.940881 | 2021-03-11T17:23:22 | 2021-03-11T17:23:22 | 346,590,843 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 470 | c | #include "binary_trees.h"
/**
* binary_tree_leaves - Counts the leaves in a binary tree.
* @tree: A pointer to the root node of the tree to count the leaves of.
*
* Return: The number of leaves in the tree.
**/
size_t binary_tree_leaves(const binary_tree_t *tree)
{
size_t leaves = 0;
if (tree)
{
leaves += (... | [
"pacifiquemachine@gmail.com"
] | pacifiquemachine@gmail.com |
d886a5e686823612e1d30ead2184a05ded50263a | 5c255f911786e984286b1f7a4e6091a68419d049 | /vulnerable_code/a84daa87-f26c-4962-87f9-6370555b8617.c | 758d71366b6171fb1de022b10698c19c6ef88bb7 | [] | 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 | 575 | c | #include <string.h>
#include <stdio.h>
int main() {
int i=4;
int j=12;
int k;
int l;
j = 53;
l = 64;
k = i/j;
l = i/j;
l = i%j;
l = l-j;
k = k-k*k;
//variables
//random
/* START VULNERABILITY */
int a;
long b[55];
long c[29];
a = 0;
while (( a - 1 )... | [
"nharmon8@gmail.com"
] | nharmon8@gmail.com |
da81eac0f2e92ba17816338f0d65f87d74069da9 | be3167504c0e32d7708e7d13725c2dbc9232f2cb | /mame/src/mame/drivers/pluto5.c | 6ee726451f53c1238421a524ff9cf045e9de079f | [] | no_license | sysfce2/MAME-Plus-Plus-Kaillera | 83b52085dda65045d9f5e8a0b6f3977d75179e78 | 9692743849af5a808e217470abc46e813c9068a5 | refs/heads/master | 2023-08-10T06:12:47.451039 | 2016-08-01T09:44:21 | 2016-08-01T09:44:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 36,805 | c | /*
Pluto 5
Skeleton Driver - For note keeping
THIS SYSTEM IS NOT EMULATED!!!
68340 based system like MPU5/SC4?
used by JPM? + Others? Manufactuered by Heber Ltd.
this seems very close to astrafr.c
(although these contain more text)
Known games
Club DNA?
... | [
"mameppk@199a702f-54f1-4ac0-8451-560dfe28270b"
] | mameppk@199a702f-54f1-4ac0-8451-560dfe28270b |
66c50567a7aa235089b468b98f58f783b86e2db6 | 74fde30c78888ba7da963ebf3df00803fa29f409 | /0x07-recursion/4-pow_recursion.c | 777ba0c96db359acc1925ad96b250121ffc70578 | [] | no_license | tragic86/holbertonschool-low_level_programming | 5e92f540217fce3375e272144bcb1c57b1abb77f | 2b63d163ce90c82022263664cf6128e35792593c | refs/heads/master | 2021-05-05T09:38:33.827502 | 2018-08-10T17:06:18 | 2018-08-10T17:06:18 | 103,453,789 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 317 | c | #include "holberton.h"
/**
* _pow_recursion - a function that returns x to the power of y
*
* @x: first value
* @y: value rasied by first
* Return: value of x
*
*/
int _pow_recursion(int x, int y)
{
if (y == 0)
{
return (1);
}
if (y < 0)
{
return (-1);
}
return (x * _pow_recursion(x, y - 1));
}
| [
"oneil5@aol.com"
] | oneil5@aol.com |
73fb6ff3fc94d7b0690f28ad88a80c3d9dbcc8f6 | 55ada20e30c17336016a608b1493f803fd9558f9 | /Labs/01-Hello/code/mpi/hello_mpi.c | 5194cc82893f85dd0c1da4aa2ee2b4ebae2ebe4e | [] | no_license | oabushama/PCSE2015 | b7a188df45c84953740223d4eb91a021bccfd237 | 87973ba7b7bb183c45c7bc137bf59ecb5b51ee15 | refs/heads/master | 2022-04-24T17:34:28.665814 | 2015-05-06T16:06:06 | 2015-05-06T16:06:06 | 258,786,012 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 342 | c | #include <stdio.h>
#include "mpi.h"
int main(int argc, char* argv[]){
int ierr, my_task_id, num_tasks;
ierr = MPI_Init(&argc, &argv);
MPI_Comm_rank(MPI_COMM_WORLD, &my_task_id);
MPI_Comm_size(MPI_COMM_WORLD, &num_tasks);
printf("Hello World! I am %d out of %d\n", my_task_id, num_tasks);
MPI_Final... | [
"cproctor@tacc.utexas.edu"
] | cproctor@tacc.utexas.edu |
5e652bb454ebc7d0a1761c2d9b1de4897e6bd8a4 | e018d8a71360d3a05cba3742b0f21ada405de898 | /VS_UI/src/CWebPage.h | bbe1f514cbda1e32d43389725488d76518286e63 | [] | no_license | opendarkeden/client | 33f2c7e74628a793087a08307e50161ade6f4a51 | 321b680fad81d52baf65ea7eb3beeb91176c15f4 | refs/heads/master | 2022-11-28T08:41:15.782324 | 2022-11-26T13:21:22 | 2022-11-26T13:21:22 | 42,562,963 | 24 | 18 | null | 2022-11-26T13:21:23 | 2015-09-16T03:43:01 | C++ | UTF-8 | C | false | false | 638 | h | #ifndef __CWEBPAGE_H_INCLUDED
#define __CWEBPAGE_H_INCLUDED
long WINAPI EmbedBrowserObject(HWND);
#define EMBEDBROWSEROBJECT EmbedBrowserObject
typedef long WINAPI EmbedBrowserObjectPtr(HWND);
void WINAPI UnEmbedBrowserObject(HWND);
#define UNEMBEDBROWSEROBJECT UnEmbedBrowserObject
typedef long WINAPI UnEmbe... | [
"tiancaiamao@gmail.com"
] | tiancaiamao@gmail.com |
cc0f0b3fa1c7e9f651c4b0364d71b84fb488e6e4 | bd1fea86d862456a2ec9f56d57f8948456d55ee6 | /000/073/749/CWE124_Buffer_Underwrite__char_alloca_cpy_08.c | 6aca06236bc563affbdffe7a37536cbafa5fcce3 | [] | no_license | CU-0xff/juliet-cpp | d62b8485104d8a9160f29213368324c946f38274 | d8586a217bc94cbcfeeec5d39b12d02e9c6045a2 | refs/heads/master | 2021-03-07T15:44:19.446957 | 2020-03-10T12:45:40 | 2020-03-10T12:45:40 | 246,275,244 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 3,954 | c | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE124_Buffer_Underwrite__char_alloca_cpy_08.c
Label Definition File: CWE124_Buffer_Underwrite.stack.label.xml
Template File: sources-sink-08.tmpl.c
*/
/*
* @description
* CWE: 124 Buffer Underwrite
* BadSource: Set data pointer to before the allocated memory buffer
* ... | [
"frank@fischer.com.mt"
] | frank@fischer.com.mt |
d3d660328c80bf2ee9be66138e6b95b4325dec5e | f3a1a932bf417e62d426023d0c71441d27d5b120 | /Micro-XRCE-DDS-Client/src/c/core/session/write_access.c | e4056a6d1fbcc50b0337800074178655fb0ded67 | [
"Apache-2.0"
] | permissive | zijian1998/READ_XRCEDDS | 7faada582d9b08ac160af18b9d176891189305bf | c2a4c45d35d1b4fd4940a3f96918ee02254a7f7d | refs/heads/master | 2023-08-25T18:47:32.261424 | 2021-09-16T02:39:59 | 2021-09-16T02:39:59 | 402,683,343 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 9,188 | c | #include <uxr/client/core/session/write_access.h>
#include <uxr/client/core/type/xrce_types.h>
#include "session_internal.h"
#include "session_info_internal.h"
#include "submessage_internal.h"
#include "./stream/output_reliable_stream_internal.h"
#include "./stream/common_reliable_stream_internal.h"
#include "./stream... | [
"51205902101@stu.ecnu.edu.cn"
] | 51205902101@stu.ecnu.edu.cn |
08c41c2ab941f4988d710fa60f559aa7e6ef2134 | 41d0aee2205d1d1d244faf6b72bae5b48d3839af | /security/cap/capability.c | de41058af98f37bc6eadd11b72210ff047b78880 | [
"BSD-3-Clause"
] | permissive | SunnyLy/kernel_liteos_a_note | 75d2df014abce78e85722406331343832f74cec4 | 9c54aa38d2330b365e55e5feff1f808c3b6dba25 | refs/heads/master | 2023-08-19T13:15:21.905929 | 2021-10-22T09:26:15 | 2021-10-22T09:26:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,059 | c | /*
* Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved.
* Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redist... | [
"kuangyufei@126.com"
] | kuangyufei@126.com |
2e747d8361f48d82aa286186cb3b9d620f0451af | b3deb4f217a3b8321a0726182568e5b2c4884bd5 | /Bai2.4.c | da2130acf0787ef92eaa85a590bb130168ab3d10 | [] | no_license | XuanLanh0104/LearnC | b46d1686782c12fc669fe6575f7c5d3d411a6c40 | 272d8ae75de74b6612c138defb97cf39ccc431e5 | refs/heads/master | 2021-04-15T23:58:41.575539 | 2020-03-22T06:05:52 | 2020-03-22T06:05:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 374 | c | #include <stdio.h>
int main() {
unsigned int n;
printf("Nhap so tu nhien n: ");
scanf("%d", &n);
unsigned int s = 0, s1 = 0, s2 = 0;
unsigned int i;
for(i = 1; i <= n; i++) {
s += i;
if(i % 2 == 0) {
s2 += i;
} else {
s1 += i;
}
}
printf("Tong: S = %d\n", s);
printf("Tong chan: S2 = %d\n", s... | [
"trieuthan92pro@gmail.com"
] | trieuthan92pro@gmail.com |
0f776d08085dc12cd347e6e819ce562062f4ab93 | 00f7db8768c0fc6b52413aa588465a992f129aa9 | /kernel/include/mm/heap.h | 89f45a44eca38c2f1f6b5ce20ed163fb7788b6b7 | [
"Apache-2.0"
] | permissive | jkols99/Osy | aa01306f9eec2ad8431a37cd3d8952d035c032c6 | 3bb00c467d3ce09d3df5d1650bdb8a2fdc19b1e9 | refs/heads/master | 2020-12-27T09:32:16.732386 | 2020-02-02T23:23:14 | 2020-02-02T23:23:14 | 237,851,674 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 823 | h | // SPDX-License-Identifier: Apache-2.0
// Copyright 2019 Charles University
#ifndef _MM_HEAP_H
#define _MM_HEAP_H
#include <types.h>
typedef struct mem_chunk {
size_t mem_amount;
size_t address;
} mem_chunk;
#define ARR_LENGTH 1800
#define UINT_MAX 1000000
typedef struct my_heap {
mem_chunk arr[ARR_LEN... | [
"kolsovsj@teaching.d3s.hide.ms.mff.cuni.cz"
] | kolsovsj@teaching.d3s.hide.ms.mff.cuni.cz |
89c423a7b24e48916d5495b768fd7f6a0755fc52 | a7f99a575a545a24dfd511e9a0ff299a6d8a06f5 | /cfs/lib/spdk/dpdk/test/test/test_link_bonding.c | 0ffd65090f834fc687cdd936ca9f7911cf35804f | [
"MIT",
"BSD-3-Clause",
"GPL-2.0-only"
] | permissive | chenhao-ye/uFS | fa5e13b9cfe7f1e7031b7cfe3d7d403ded40fced | c344d689b33e30dd83bcd1b4de26602549a90fc3 | refs/heads/main | 2023-08-17T11:56:44.685303 | 2021-09-15T21:07:49 | 2021-09-15T21:07:49 | 403,816,344 | 0 | 0 | MIT | 2021-09-07T02:31:15 | 2021-09-07T02:31:15 | null | UTF-8 | C | false | false | 170,486 | c | /* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2010-2014 Intel Corporation
*/
#include "unistd.h"
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <inttypes.h>
#include <errno.h>
#include <sys/queue.h>
#include <sys/time.h>
#include <rte_cycles.h>
#... | [
"jingliu.cs@gmail.com"
] | jingliu.cs@gmail.com |
cfda4094f900f001e3571cc485a1b0c7b9f0c3cb | ac2e9715526447fc18fc7b5e32a64ada69ca21d8 | /c12/ex07/ft_list_at.c | 636dd2f322634d74c194258c41eaceea3d10e6f3 | [] | no_license | MaxenceLiboz/Piscine42 | eb67381e8ea2f006b0776cd4f4637d1e0b185115 | a1853fc8aad3002771c3143073a6a0bff7e70b32 | refs/heads/master | 2023-08-17T22:26:45.189848 | 2021-10-08T08:54:04 | 2021-10-08T08:54:04 | 399,758,402 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,134 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_list_at.c :+: :+: :+: ... | [
"maxoulib@gmail.com"
] | maxoulib@gmail.com |
71e53e9852a03b8da9a919e8c8e7d1918fd9c84f | b17ffdfb22891da0a35bd342330f944dc4f7dda3 | /firmware/freertos/semaphore/lib/FreeRTOSV8.2.3/FreeRTOS/Demo/CORTEX_A9_Zynq_ZC702/RTOSDemo_bsp/ps7_cortexa9_0/libsrc/devcfg_v3_1/src/xdevcfg_selftest.c | ee06d24b1d023167867c834232984ca5e12995e0 | [
"MIT",
"GPL-2.0-or-later",
"freertos-exception-2.0"
] | permissive | YuehChuan/stm32f4_practice | 8ca786ce5014e85573ef7d5ae155ddd98894dda1 | 77fd51eeadb8e912f16a021d857e5520fcdabf8c | refs/heads/master | 2020-12-05T23:52:34.223248 | 2020-01-07T08:54:09 | 2020-01-07T08:54:09 | 232,281,583 | 0 | 0 | MIT | 2020-01-07T08:43:41 | 2020-01-07T08:43:40 | null | UTF-8 | C | false | false | 3,892 | c | /******************************************************************************
*
* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Soft... | [
"shengwen1997.tw@gmail.com"
] | shengwen1997.tw@gmail.com |
10fce5b30eb05b402826aabb68dac1aba54ff63c | 007eeae1e7ce806a37c27651d27f3464cc0ed214 | /robot/sw/code/IRIS/UPPER/iris_u.c | 0f6ab6d7c337000547a3c6edbb2d682d697b6cd5 | [] | no_license | nesl/ragobots | 977f3bf32f44722a967fcbf29a5a0dd6ebf1adfe | ea1c227a4c31113f3801e0481ca7c593676bedb7 | refs/heads/master | 2020-04-22T10:59:58.507484 | 2009-01-12T06:24:00 | 2009-01-12T06:24:00 | 12,227,557 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,706 | c | /*
#################################################################################
# RAGOBOT:IRMAN MAIN CONTROLLER PROGRAM
# ------------------------------------------------------------------------------
# Data assembly, error detection, I2C queue and reporting, Channel Sync and Compression
#
# APP... | [
"jonathan@82862ec3-4260-0410-a70b-baf7236b35eb"
] | jonathan@82862ec3-4260-0410-a70b-baf7236b35eb |
57088292dad1df41a2d20d99aeb544bf915b8f9d | 0ff9f0e2abf81330d38244f6700615f6526b2e16 | /insertion_sort.c | ad714da90ef9845edbc89627b7e590f649d0ef21 | [
"MIT"
] | permissive | Melendeze13/Algorithms-in-C | effd0099c8e2b3c39424ffc16ef2cb16ce48ef48 | 76dc6aea33d9aaa33d6dea99715b25b74f64d2a4 | refs/heads/master | 2021-07-04T11:09:55.992992 | 2017-09-24T19:19:50 | 2017-09-24T19:19:50 | 104,502,933 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 910 | c | #include <stdio.h>
#include <stdlib.h>
// Take an array of numbers and the size of the array
// Return the address of the array
void insertionSort(int * array, int size)
{
// Check that size is bigger than 1 otherwise shortcircut to finish
if (size < 2)
{
printf("The array is less than 2, nothing to sort\n");
... | [
"elmermelendez8210@gmail.com"
] | elmermelendez8210@gmail.com |
d37f2998e4e80b7e7c7db95cb90fd20c3931895b | a009f5e3caf109cdcde9c4091dd2d6c14dfc3ae9 | /sources/S8-54/Boot54/Display/DisplayTypes.h | b833a9a064344bef777f57a82121918b8ef3927a | [] | no_license | yisea123/UniOsci | 2639aea0b3311318984995371e64c05560044701 | f36c5bacb501a49c569e141f53d8fc55a4f6c0a8 | refs/heads/master | 2021-08-29T15:48:14.221031 | 2017-12-14T06:08:27 | 2017-12-14T06:08:27 | null | 0 | 0 | null | null | null | null | WINDOWS-1251 | C | false | false | 3,017 | h | #pragma once
#include "defines.h"
#define SCREEN_WIDTH 320
#define SCREEN_WIDTH_IN_BYTES (320 / 8)
#define SCREEN_HEIGHT 240
#define SCREEN_HEIGHT_IN_BYTES (240 / 8)
#define SIZE_BUFFER_FOR_SCREEN ((SCREEN_WIDTH) * (SCREEN_HEIGHT) / 8)
#define GRID_DELTA 20 /* Количество точек ... | [
"Sasha7b9@tut.by"
] | Sasha7b9@tut.by |
61cfcd21918e9ba2e6aff8707f1ec35b7d02f4bc | 6ffad020bdd382bcc2b2b003c25f6ac4cff85e01 | /libft/libft.h | c2848e6b30f9e5353d9c3b5262692d45a50e3ed7 | [] | no_license | lolaolivet/fractol | 6072a29e72985ba588ccb1eba39f7a925c7acc2d | 048a21463ad00f3eba13d81753f4efc83789a6fe | refs/heads/master | 2021-07-25T12:09:06.947669 | 2020-04-01T11:54:40 | 2020-04-01T11:54:40 | 130,689,353 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 4,194 | h | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* libft.h :+: :+: :+: ... | [
"lolivet@student.42.fr"
] | lolivet@student.42.fr |
435eb7ad87f677b3ca0d9c5dba6f69fbd50460bd | 976f5e0b583c3f3a87a142187b9a2b2a5ae9cf6f | /source/curl/tests/server/extr_tftpd.c_r_init.c | 6d4be30982195f21730b6e2b22ba90a0b987bc7f | [] | 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 | 555 | 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 |
7a8bcc32c188aca5219b88c7e927c06881733717 | a3c604effcb34c7a9594a7a37e2ec618aab4c74f | /reference/cvs/bos77/inc/openb.h | dfbd5d2a8e7bf259bd7a6e9f4853dbe3882e3004 | [] | no_license | jvonwimm/aleph64bit | 09d9d48db51ed8c5f868b5409c6b7a78bfff8e6f | a779f00fd147a2fd3b1f81e0d65ca09509045c88 | refs/heads/main | 2023-02-04T06:10:49.338430 | 2020-12-16T00:59:48 | 2020-12-16T00:59:48 | 301,156,974 | 0 | 2 | null | null | null | null | UTF-8 | C | false | false | 530 | h | #if defined(IBM) || defined(APOLLO) || defined(GOULD) || defined(ALEPH_HP) || defined(ALEPH_LINUX)
OPEN(UNIT=LUN,FILE=DSN,STATUS='OLD',ACCESS='DIRECT',
1 RECL=4*IRECL,ERR=90,FORM='UNFORMATTED')
#else
#if defined(CRAY)
OPEN(UNIT=LUN,FILE=DSN,STATUS='OLD',ACCESS='DIRECT',
1 RECL=8*IREC... | [
"jvonwimm@protonmail.com"
] | jvonwimm@protonmail.com |
e1490a15ab4e633fef03bbcfda3c2922ec641d96 | a9c15add99fb07dddc7647795a5380db37c2fcbb | /gwlib/log.c | 6641b7032119aa31755b775010f144b6c0ae93bb | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-2-Clause"
] | permissive | RULCSoft/kannel | ed504efedd5a22712a0327ef2cafb6bfe507be01 | b36fef52a01b958cfc0b568f9180beef2f8d4c6e | refs/heads/master | 2020-04-08T00:17:39.079950 | 2013-06-13T14:22:18 | 2013-06-13T14:22:18 | 10,667,662 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 17,151 | c | /* ====================================================================
* The Kannel Software License, Version 1.0
*
* Copyright (c) 2001-2009 Kannel Group
* Copyright (c) 1998-2001 WapIT Ltd.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification... | [
"dr@jones.dk"
] | dr@jones.dk |
d7b177bedf26ee1ed5b237dcdc6c717f71d97b39 | bc14cec3c13d5588964619725cd5aed9a1d064ca | /src/library/blas/gens/legacy/trmm_lds.c | d7fe8826bc34c3f8f2a243f79aaa68aaf48789b4 | [
"Apache-2.0"
] | permissive | sowson/clBLAS | 548b785e3a48d19576c249dd2b8040d62325050c | 2852281f1e3b5bfe94369e2e4c1fd473aad53b40 | refs/heads/master | 2021-06-24T07:11:04.271674 | 2021-03-14T16:44:12 | 2021-03-14T16:44:12 | 212,963,233 | 5 | 2 | Apache-2.0 | 2019-10-05T07:49:49 | 2019-10-05T07:49:49 | null | UTF-8 | C | false | false | 14,906 | c | /* ************************************************************************
* Copyright 2013 Advanced Micro Devices, Inc.
*
* 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... | [
"kent.knox@amd"
] | kent.knox@amd |
78bc52795ef28fbe6dbed136dc19e3682e27293b | 78524b488966739b298518b096f66d1956870b71 | /thirdparty/soil2-20141119/src/SOIL2/stbi_DDS.h | 41a650b8ffc7017eca0491b65ad09d51aab22e34 | [
"MIT",
"LicenseRef-scancode-public-domain"
] | permissive | seshbot/glpp | 2b1cf246faf9d06d061d0937f5626f85572ba6d8 | 8c9598d11278ffe2d9a7e067e92bcbe652ffd058 | refs/heads/master | 2021-01-19T08:53:22.081925 | 2015-07-29T14:30:47 | 2015-07-29T14:30:47 | 26,526,134 | 19 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,598 | h | /*
adding DDS loading support to stbi
*/
#ifndef HEADER_STB_IMAGE_DDS_AUGMENTATION
#define HEADER_STB_IMAGE_DDS_AUGMENTATION
/* is it a DDS file? */
extern int stbi_dds_test_memory (stbi_uc const *buffer, int len);
extern int stbi_dds_test_callbacks (stbi_io_callbacks const *clbk, void *user);
exte... | [
"seshbot-github@cechner.com"
] | seshbot-github@cechner.com |
d61578af486e4d35c316cd58379f8eaaa605c73c | 66693468548f5141ee2a28d2f2838680c8a4ff43 | /vendor/github.com/karalabe/hid/libusb/libusb/descriptor.c | 62fa90115d795b63a87cf90105ea55b11abafa7a | [] | no_license | ddmchain/ddmchain | 334ed130e533d7238a13e9d9f2519460fe1ccefb | 4b88241e4d25fd83e03a4c3ed415478176e7be98 | refs/heads/master | 2021-04-09T11:41:34.882762 | 2019-05-07T14:55:04 | 2019-05-07T14:55:04 | 125,498,433 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 25,022 | c |
#include <config.h>
#include <errno.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include "libusbi.h"
#define DESC_HEADER_LENGTH 2
#define DEVICE_DESC_LENGTH 18
#define CONFIG_DESC_LENGTH 9
#define INTERFACE_DESC_LENGTH 9
#define ENDPOINT_DESC_LENGTH 7
#define ENDPOINT_AUDIO_DESC_LENGTH 9
in... | [
"17ddmfoundation@gmail.com"
] | 17ddmfoundation@gmail.com |
8d214e02820a0739b6479657977622a36b449e68 | 8ede4bac816489261eb1d23d95fbed9124d2c60f | /Matriz/matriz.ex.2.c | 7fffdb412aaef0639c90c7da35af2a1e586896f8 | [] | no_license | Rochaem34/Lista-C | b0decb869c2b68b3fe25e3658270b18294bc6553 | da56ce9d582c3ad57acf19d8da6648545c3f1b1a | refs/heads/master | 2023-07-11T06:32:27.698884 | 2021-08-03T13:38:34 | 2021-08-03T13:38:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 689 | c | /*
17. Escreva um programa em C que declare uma matriz 10 x 10. Preencha com 1 a diagonal principal e
com 0 os demais elementos. Escreva ao final a matriz obtida.
*/
#include <stdio.h>
int main()
{
/*
int mat[10][10] = { [0][0] = 1, [1][1] = 1, [2][2] = 1, [3][3] = 1,
[4][4] = 1, [5][5... | [
"julio.otoni@outlook.com"
] | julio.otoni@outlook.com |
4b2a5e4a402001e268270b135e6bf4d3ac96dab7 | 36db2a366737f7a802769337086399640626d1e3 | /include/soc/ces/include_int/classification/cls_results.h | 58c1fdc5c7b4bd9b3aa38d198c38551cca3babbe | [] | no_license | lcyddp/bcm-sdk-5.10.1 | 8d82266d901023fdf5a76786ee6fb96cd2f21ecc | 7443047b308fa846a9a9cd14bf1da6d590a23703 | refs/heads/master | 2020-03-16T04:54:05.162215 | 2018-02-27T15:51:13 | 2018-02-27T15:51:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,532 | h |
/*******************************************************************
Copyright Redux Communications Ltd.
Module Name:
File Name:
cls_results.h
File Description:
$Revision: 1.3 $ - Visual SourceSafe automatic revision number
*******************************************************************/
#ifndef cls... | [
"remon.zhang@163.com"
] | remon.zhang@163.com |
e45f3a2a640ef2bda66a658f89711dcc0ca0bca1 | 62238f7a468148827fd6d9c45e4e6d72c7dc117c | /TIM_ADC_test/src/config.h | d89c5570f3c46ab32c8ca47be5a76fc71ad8280c | [] | no_license | MJanc/Human_activity | 537cd0a96eeaf2387495f8f499f32f0bb637381a | a4c0bc278c102129f1962a4822ad842c12626b40 | refs/heads/master | 2021-01-01T15:57:32.758560 | 2017-07-31T21:27:55 | 2017-07-31T21:27:55 | 97,041,127 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 155 | h |
#ifndef __CONFIG_H
#define __CONFIG_H
#include "main.h"
extern __IO uint16_t uhADCxConvertedValue;
extern __IO uint32_t uwADCxConvertedVoltage;
#endif
| [
"jancmaciej@gmail.com"
] | jancmaciej@gmail.com |
183404461ade44b94fb4677212c43237b24edfb0 | 7b55cacf46bf2fd6298315bccfa4b6f0375e3865 | /src/sys/arch/mips/mips/mips_fputrap.c | b512554d03a28c16772632a36cb34b73f645b85e | [
"MIT",
"LicenseRef-scancode-bsd-3-clause-jtag",
"BSD-2-Clause"
] | permissive | libos-nuse/frankenlibc | 7f33a86f277ea13eeae573e0339b03c5e2a9ff58 | b2e9db0084847aaa63fcddce2f5bf2e0e43669d5 | refs/heads/lkl-musl | 2021-01-21T23:30:07.179889 | 2018-06-21T07:46:36 | 2018-08-14T03:52:22 | 47,620,000 | 9 | 6 | NOASSERTION | 2019-02-21T14:53:00 | 2015-12-08T12:13:28 | C | UTF-8 | C | false | false | 3,119 | c | /* $NetBSD: mips_fputrap.c,v 1.10 2011/02/26 15:41:32 tsutsui Exp $ */
/*
* Copyright (c) 2004
* Matthias Drochner. 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 ... | [
"justin@specialbusservice.com"
] | justin@specialbusservice.com |
908594c042f49f8614cc701b3958bfe4c3a897a1 | 7932ab2763630d0aef5f56c28a74c0bbaa99717d | /41spine3_5_51/src/spine/RegionAttachment.c | f3344dae16017001fa60fc1e3edc9eababfae06d | [] | no_license | afew/spine | 5c6100981e33090e03d87394998839d4a288a970 | 78cd09d6cf9ecba1b1c1350d5be2b47042a11e5c | refs/heads/master | 2021-05-14T07:30:50.598651 | 2018-01-25T01:35:19 | 2018-01-25T01:35:19 | 116,190,040 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,404 | c | /******************************************************************************
* Spine Runtimes Software License v2.5
*
* Copyright (c) 2013-2016, Esoteric Software
* All rights reserved.
*
* You are granted a perpetual, non-exclusive, non-sublicensable, and
* non-transferable license to use, install, execute,... | [
"afewhee@hotmail.com"
] | afewhee@hotmail.com |
f5b24ac73c9bd8721f31f58ab0e98f7a30ffd7c4 | 9be45d6dde880ed80c33ec6183a761936e8c233e | /server/threadManager.c | 3d28c55522ab776cf2db71694136748cc51b97fc | [] | no_license | eranweil/Operating_Systems_Ex_4 | c5037377c8fb058d776fa1c600b0bbe7e1ac6aa5 | e428f57ecd0cea00258e2dd10f4d380cf817941a | refs/heads/master | 2023-02-22T19:51:46.368014 | 2021-01-26T07:20:08 | 2021-01-26T07:20:08 | 327,257,299 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 23,165 | c |
/*
threadManager.c
----------------------------------------------------------------------------
All thread related actions
*/
//-------------------------------------------------------------//
// --------------------------INCLUDE-------------------------- //
//----------------------------------------------------------... | [
"eranweil@gmail.com"
] | eranweil@gmail.com |
a3984a3822dde893aec84110654f8551def6a71d | 1b3e5ded37e4cae8451fce1ae83a1a9b02624ce3 | /libft/srcs/ft_str/ft_strtrim.c | 3bfc440211b88a46751a5f2b36bc04876f592da2 | [] | no_license | isel-jao/minishell | c4597d45a5b08ad016cc215cfe00632e6072bcd3 | 8180cb5e6c2e2563fb78f53142ca6e30755cc532 | refs/heads/main | 2023-04-18T14:38:04.020088 | 2021-05-03T20:31:55 | 2021-05-03T20:31:55 | 353,782,183 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,335 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* ft_strtrim.c :+: :+: :+: ... | [
"isel-jao@e1r9p8.1337.ma"
] | isel-jao@e1r9p8.1337.ma |
433bd81bbfc1020d69865147386ea8e7987f4d9f | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14618/function14618_schedule_4/function14618_schedule_4_wrapper.h | 6e82eb263da8981d8f77c8af8480534150ece34b | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C | false | false | 303 | h | #ifndef HALIDE__generated_function14618_schedule_4_h
#define HALIDE__generated_function14618_schedule_4_h
#include <tiramisu/utils.h>
#ifdef __cplusplus
extern "C" {
#endif
int function14618_schedule_4(halide_buffer_t *buf00, halide_buffer_t *buf0);
#ifdef __cplusplus
} // extern "C"
#endif
#endif | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
89f7e0b799fba1298f5ef778dccbb98113c23c7e | ebac364173366ff1e56d8899c77a2e0fcbea573e | /term_history.c | 308100ca595f48cc99ead5f06345526829d53d99 | [] | no_license | mumianbaba/remoteClient | 254e2325ee8cbd4a42863398833f482ed146bca4 | a8765e79a4a0555a6c317c09319a92ddb1f53841 | refs/heads/master | 2023-06-10T15:33:50.761137 | 2021-07-03T06:49:34 | 2021-07-03T06:49:34 | 382,544,103 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,016 | c | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include "term_history.h"
static TermHistoryHeader head;
void term_history_init(TermHistoryHeader* hr){
if (!hr){
printf ("term_history_init param error\n");
return;
}
int i = 0;
hr->cur = NULL;
hr->size = 0;
TermHistory* th;... | [
"1808179764@qq.com"
] | 1808179764@qq.com |
4c9c3787d96d26f77e0d6c81406b1f7bdcf43c5e | f026cb616ef14bae15a1d251ca6dbe0f55016d9c | /linux/25301.c | 78c01cd16d976fcd3104d0ab74547e023829bdd9 | [] | no_license | jajajasalu2/cocci-lkmp-c-files | 3eb7d451929dca5cb6beb56aabd69fe3f7fc176c | 5da943aabe1589e393a131121dbf8e7a84b3cf2a | refs/heads/master | 2020-12-02T17:30:14.411816 | 2020-01-29T08:36:30 | 2020-01-29T08:36:30 | 231,053,574 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 836 | c | cocci_test_suite() {
FILE *cocci_id/* tools/perf/builtin-config.c 42 */;
struct perf_config_item *cocci_id/* tools/perf/builtin-config.c 40 */;
struct perf_config_section *cocci_id/* tools/perf/builtin-config.c 39 */;
struct option cocci_id/* tools/perf/builtin-config.c 29 */[];
enum actions{ACTION_LIST=1,} cocci_... | [
"jaskaransingh7654321@gmail.com"
] | jaskaransingh7654321@gmail.com |
e7102f7941241a5ca1f2e146093270edc5d5a4a1 | 7696875004ebef1287c8bff0875ec74b39314e89 | /9_corewar/source/corewar/source/visualization/send_package/send_package_new_carriage.c | a708b15a4bb2627ff5018609e32f35e39e3a841e | [] | no_license | criro1/fgeorgin | 06565f4219e183e62c33f03dd83200faca45620e | 6f04101794cb8b6dcf82564c367a36710478a839 | refs/heads/master | 2021-06-28T23:55:14.030377 | 2020-10-21T09:28:41 | 2020-10-21T09:28:41 | 184,742,566 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,386 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* send_package_new_carriage.c :+: :+: :+: ... | [
"crirothebest@list.ru"
] | crirothebest@list.ru |
ef04df2d768e7f825cbd4bca641ffff582e2ceb8 | 5dd6206929e5a51a645aa6b2799042dc2786469f | /GoogleVRiOs/Temp/il2cppOutput/il2cppOutput/UnityEngine_UnityEngine_BoxCollider2538127765MethodDeclarations.h | ebe9a20a32fd1cccff8f2180a472ebaa400f2fae | [] | no_license | atulmorey/UnityVR | c68fc3e635dfa7e0482ef638a2576a9d81beba03 | 602507f90716cedd6bad444c88c17bbb91b89cf6 | refs/heads/master | 2021-01-12T14:41:24.677087 | 2017-01-12T17:15:30 | 2017-01-12T17:15:30 | 72,053,542 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 817 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include <assert.h>
#include <exception>
// UnityEngine.BoxCollider
struct BoxCollider_t2538127765;
#include "codegen/il2cpp-codegen.h"
#include "UnityEngine_UnityEngine_Vector342820... | [
"atul.s.morey@gmail.com"
] | atul.s.morey@gmail.com |
5ef4b4fcdea3cff17b7babf8f5a9f9c6b99e8837 | 5a7bd0055c24e7ccda64c807e76177ad52925450 | /1929.c | 81e5268e79e9beb6150222d1ec1230402511a57e | [
"MIT"
] | permissive | NuttyJamie/acmicpc | f1570e0f3cd6233b2e1a56743b01d35776b9d7b4 | c5430ff5dde3bf8f188d81e96ba4703854cc6b17 | refs/heads/master | 2021-01-05T03:13:33.651408 | 2020-12-10T19:43:59 | 2020-12-10T19:43:59 | 240,857,438 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 294 | c | #include <stdio.h>
int main()
{
int M, N, i, j;
int num[1000001]={0,};
scanf("%d%d", &M, &N);
for(i=2; i<=N; ++i)
{
if(num[i]==-1) continue;
for(j=1; i*j<=N; ++j)
{
if(j==1) num[i]=1;
else num[i*j]=-1;
}
}
while(M<=N)
{
if(num[M]==1) printf("%d\n", M);
++M;
}
}
| [
"Jongmie91@gmail.com"
] | Jongmie91@gmail.com |
5c9474e160f0f62edaca7adc8afcf503cdfff3ac | 2a26c77cebeec414d05e194cc3c78c2f8f3d6a9e | /Holding_Cells/move_verif.c | 2a925c0886e5933ab5289406425fe5df4b68d1c7 | [] | no_license | Tang8/CardBoard-Pulley | fff199b2af3c5ab57a8352a3bccfc83bdd4abf6a | fa9e5d8f4b673d9eaa92d1c2490060ee05a4d795 | refs/heads/master | 2021-01-11T15:21:32.414672 | 2017-01-29T10:10:49 | 2017-01-29T10:10:49 | 80,339,340 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,920 | c | /*
** move_verif.c for move_verif.c in /home/tang/CardBoard Pulley/carra_c
**
** Made by TANG gustin / CARRA Cameron
** Login <tang_g@etna-alternance.net>
**
** Started on Mon Jan 16 10:06:11 2017 TANG gustin
** Last update Mon Jan 16 11:05:57 201 TANG gustin
*/
#include "Hlib/my.h"
#include "Hlib/move.h"
void ... | [
"tanggustin@gmail.com"
] | tanggustin@gmail.com |
5d91235398005fe13c0298629a656ef1b88b1aaa | d499581841d289e80caed1a5939fa20ffef24015 | /ex1-16.c | fea4c3b53c28c5959cc32e5c463539033d52f286 | [] | no_license | Igneel/ProgramForFood | d34d1b71d6a298c773308d5be417050d72577ab6 | 9ab76d16d8a253ee94c51136d7130879ac67e93d | refs/heads/master | 2021-01-19T17:34:23.832275 | 2017-04-15T08:14:18 | 2017-04-15T08:14:18 | 88,333,187 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 991 | c | #include <stdio.h>
#define MAXLINE 10000 /* maximum input line length */
int getline(char line[], int maxline);
void copy(char to[], char from[]);
/* print the longest input line */
main()
{
int len; /* current line length */
int max; /* maximum length seen so far */
char line[MAXLINE]; /* current in... | [
"dragon.ingil@gmail.com"
] | dragon.ingil@gmail.com |
bd35d33f572c88b8d5937da100bf8118f73b7b51 | a811a787be8f306efaa0e32b2c037621328bb991 | /Arial12x12.h | dcd69cf0ef070c25a05d1d726e2f0d45561ef6db | [] | no_license | maxmacstn/lpcxpresso-cocktail-machine | 540f448e024e995cd89574ec2b32e2682f1716aa | 474eca910d0d94825769f8dfc4bc42568735ce67 | refs/heads/master | 2020-04-05T01:07:43.348086 | 2018-11-22T10:24:48 | 2018-11-22T10:24:48 | 156,424,601 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 17,389 | h |
//GLCD FontName : Arial12x12
//GLCD FontSize : 12 x 12
/** Arial Font with 12*12 matrix to use with SPI_TFT lib
*/
const unsigned char Arial12x12[] = {
25,12,12,2, // Length,horz,vert,byte/vert
0x07, 0x00, 0x00, 0x00, 0x00, ... | [
"max2.-@hotmail.com"
] | max2.-@hotmail.com |
faf90eaeaf97969284225b06250cbe6a9f993467 | 3a45e2d5c8e80929332d3f30c95d6fc7aaee232e | /General.c | 4827eaa94cbc82edb9c456f53830f9aebb78778b | [] | no_license | GalShamir8/Airport-App-bitwise-FileIO | 2643efc0285091234509db5f40a92b60c0891add | a4232a31464feaae07fc883d45cb902d2395d5a6 | refs/heads/main | 2023-02-14T00:30:25.136513 | 2021-01-07T18:28:33 | 2021-01-07T18:28:33 | 327,667,064 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,654 | c | #define _CRT_SECURE_NO_WARNINGS
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "General.h"
char* getStrExactName(const char* msg)
{
char* str;
char temp[MAX_STR_LEN];
printf("%s\t", msg);
myGets(temp, MAX_STR_LEN,stdin);
str = getDynStr(temp);
return str;
}
char* getDynStr(char* str)
{
... | [
"galshamir8@gmail.com"
] | galshamir8@gmail.com |
adfb7c2e214a789c5f41975f12dbf55690aa52ff | 57ef0c34264028ae91fac4c6533a5c2a274958a6 | /UWB_BLE_nrf52832/components/ble/ble_services/ble_dfu/ble_dfu_bonded.c | 962304b67b658c982e6159578ac14c2fad7ef89d | [] | no_license | WOWkiddo/ble_uwb_code | cc68eb5e4fe3681e79d27598a7ae07dd76378ebc | 1f9b37f4ae8c20631922738eeb05cc26048b9093 | refs/heads/master | 2022-11-18T20:11:32.278661 | 2020-07-08T02:52:39 | 2020-07-08T02:54:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 12,490 | c | /**
Copyright (c) 2017 - 2018, Nordic Semiconductor ASA
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, thi... | [
"donghan@kingfar.net"
] | donghan@kingfar.net |
53509adc95958fe7d48e330b20d148f7aef46090 | acaeaa108cfef35e60965399d0c38f05b666297b | /src/kdtree.h | 084ddb143fca5de188da251d23e5895c7b123c6d | [
"MIT"
] | permissive | o-rumiantsev/Render-C | cdc8c70012af65bd83b74fe4528119bedba7c59f | c011a7e3aa6e852508a45fb7a36f881c42e945dc | refs/heads/master | 2020-03-30T19:18:40.513636 | 2018-10-04T07:53:50 | 2018-10-04T07:53:50 | 151,536,981 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 223 | h | #include "figures.h"
#include "macros.h"
#include "intersection.h"
#define DIMENSIONS 3
typedef struct Node {
Point min;
Point max;
Split split;
Node left;
Node right;
Node suspect;
} Node;
// Node build() {}
| [
"rumiantsev.oleksii@gmail.com"
] | rumiantsev.oleksii@gmail.com |
e4c234d6d1d636b77a6f82f9f0030564bc07c8d6 | 88888f73f0cb274d329abb04a233132aec4343b0 | /tests/helpers/itoa.c | 0342e9f0d9ceaf408ef76c49a3e379ab0ac3e9f9 | [] | no_license | gymadarasz/ESPUI | d23c9c55894974ab07ef872a8a0964a6ea9ceb07 | c634974d24bd54863682317c8ef8d4c5616d3f7b | refs/heads/main | 2022-12-27T00:11:06.368356 | 2020-10-13T01:21:16 | 2020-10-13T01:21:16 | 301,409,713 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,244 | c | /*
Copyright (c) 2014 Arduino LLC. All right reserved.
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 by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
T... | [
"gyula.madarasz@gmail.com"
] | gyula.madarasz@gmail.com |
e354da201d152f578779534a8ca95f1fe3cc3749 | 9b74e4b95633db50d47f351b700e73263d5e0ab6 | /tree.c | a6c39c45d36f724390e62d725140bba774a80518 | [] | no_license | DanielleAgat/newProject | 557880f0fc8e9cca07027c0163491e5284d85a91 | 2dfd47cc7a620c6f39252b8a4d21c51cb4a995bb | refs/heads/master | 2022-10-21T13:33:26.083174 | 2020-06-19T13:49:15 | 2020-06-19T13:49:15 | 273,230,399 | 0 | 0 | null | 2020-06-18T16:09:58 | 2020-06-18T12:20:37 | C | UTF-8 | C | false | false | 3,362 | c | //Student's name 1: Danielle Agat Levi
//Student's ID 1: 313357329
//Student's name 2: Tal Luvton
//Student's ID 2: 318420601
#include "tree.h"
pathTree findAllPossiblePaths(boardPos start, movesArray** moves, char** board) {
pathTree path;
char** boardCopy = (char**)malloc(sizeof(char*) * N);
checkMemor... | [
"agatlevi96@gmail.com"
] | agatlevi96@gmail.com |
de09f824534b7986492e5ef49f5e989909cdf526 | a0da15fcc4c2659ec7ba539f56ef0367a6e8fc9c | /FinalProjectCode/Markov Clustering Sequential.c | 29639ce6552cbc2bae69b402fff084a87380b720 | [] | no_license | Dominic-Klusek/Parallel-Computing-Clustering | 6e63e1bb04f22aac7435781d5e4e42f7751aa5ec | 8e21d2bb07c6a3d6ac0a6305c4b115c6be6a9910 | refs/heads/master | 2022-03-16T14:35:38.544750 | 2019-12-18T16:30:50 | 2019-12-18T16:30:50 | 227,669,794 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 5,765 | c | #include<stdio.h>
#include <stdlib.h>
#include<mpi.h>
#include<math.h>
//mpirun -np 8 --use-hwthread-cpus ./parrallelSum
int main(int argc, char *argv[]){
// loop counter variables
int i, j, z, number_of_nodes;
// variable to hold difference between expanded and inflated matrix values
float diffe... | [
"noreply@github.com"
] | Dominic-Klusek.noreply@github.com |
af4c5c4f7c41dd0da884d82b3c8dde0e971b173a | 016f54b52756de71ce33d286fcd69eb08cf17cac | /sdk/4.13/include/hsf/hfsniffer.h | 6870667a82c5fc42e3068e9956c4915d15bb1968 | [] | no_license | ljalves/hfeasy | 5f22f64a39961f47222ecb471696cbc4264c0450 | ae1b59fb6a4fac6fac5c8fc47a1cdf20d8e34f2e | refs/heads/master | 2022-05-09T19:19:51.503745 | 2022-04-08T20:27:13 | 2022-04-08T20:27:13 | 166,032,985 | 50 | 9 | null | null | null | null | UTF-8 | C | false | false | 4,472 | h | /* hfsniffer.h
*
* Copyright (C) 2017 ShangHai High-flying Electronics Technology Co.,Ltd.
*
* This file is part of HSF.
*
*/
#ifndef _HF_SNIFFER_H_
#define _HF_SNIFFER_H_
#include "hfwifi.h"
#ifdef __cplusplus
extern "C" {
#endif
#define HFSNIFFER_RECE_MODE_BEACON_MANAG 0x0001
#define HFSNIFFER_RECE_MODE... | [
"ljalvs@gmail.com"
] | ljalvs@gmail.com |
dce75c616557d0a2572cba69394829234cfb6992 | 3b2a1bf7afa990e2fe474839046f0259fa4fa071 | /eposlib/cpc-usb/sja2m16c.c | 21e07d1f6c4112f564fe191a721e3752eb36390c | [] | no_license | uqs/avalon | 7d2d89c49c8bf18373378af9c100e392f40e8a8e | d4026fa9462b7fa7667c8e255eca944f1e73b564 | refs/heads/master | 2020-04-15T08:57:44.652541 | 2011-02-22T15:36:56 | 2011-02-22T15:36:56 | 1,398,085 | 0 | 1 | null | null | null | null | UTF-8 | C | false | false | 15,904 | c | /****************************************************************************
*
* Copyright (c) 2003,2004 by EMS Dr. Thomas Wuensche
*
* ... | [
"jennef@05686622-51ee-4c29-b765-5a36481f58a2"
] | jennef@05686622-51ee-4c29-b765-5a36481f58a2 |
7a8bee0b16991771abd9c0ab8052a1733d71bc6e | b7f250d32f94093ebabef3d61efd1cbdd4aabd1e | /srcs/read.c | b93f3ed896fbfecabd16ca68bf6452ea6079e634 | [] | no_license | AtheDev/Minishell | f5e8ce2f12f60349574a5f9cb8d109a37e1e3c73 | d68a460774629fe5cd429a46a813de00dae4187c | refs/heads/master | 2023-04-25T21:30:12.269292 | 2021-05-13T21:23:21 | 2021-05-13T21:23:21 | 358,401,411 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 2,455 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* read.c :+: :+: :+: ... | [
"athe.dev@gmail.com"
] | athe.dev@gmail.com |
5e9eec71dd3f9c756ad4f57d88f3148b84c7fdff | 2d9bf1a1820a3140ba1c92ef61dece44dba82d5a | /chall2/chall2_lib.h | 8dda9fd6ed56cf71cdf849093597cb9ad55e539a | [] | no_license | wimmeldj/paxos-challenge | e7eb5689b46716122e283940e640d1b0a0fede73 | f91bdb13704eb4f0c459b4b8e8e0b334b019311e | refs/heads/master | 2020-12-10T19:46:58.402593 | 2020-01-15T17:58:10 | 2020-01-15T17:58:10 | 233,691,348 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,756 | h | #ifndef CHALL2_LIB_H
#define CHALL2_LIB_H
#include <stdint.h>
#include <tgmath.h>
/*
* Provides a simple implementation of dynamically resizing buffers. The buffers
* resize by a factor of two each time, making the number of times we have to
* allocate mem to them logarithmic. dyn_buff_i and dyn_buff_s define the ... | [
"davidwimmel@gmail.com"
] | davidwimmel@gmail.com |
d1ba7337afd987333d78186e87ddd784b52e3ae5 | db33ac8e0bb1cc4d585ac7d8f3f892a0c66a89a2 | /src/Logic.h | 7952811cd8122be329e824468f48de7b154847d1 | [] | no_license | synergia/BalanSyner | 2998987fa899ad4f5026c60d2bd2920028872dfd | 7520e97cbd4fc228d51c6895986f893fe3f3bdbd | refs/heads/master | 2021-01-24T22:36:37.065297 | 2016-01-25T12:32:57 | 2016-01-25T12:32:57 | 44,730,701 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 806 | h | /*
* Logic.h
*
* Created on: Nov 22, 2015
* Author: Kuba
*/
#ifndef Logic_H_
#define Logic_H_
//-----------------------Includes-------------------------------------//
#include "stm32f30x.h"
//-----------------------Public defines-------------------------------//
//-----------------------Public macros----... | [
"jakub.trzyna@gmail.com"
] | jakub.trzyna@gmail.com |
4c19f7d648e9e2bbe6b0c2e1c720b8d4ccdfb486 | d33d14c8b9716ed6130617721bc904c5c69a2953 | /lowrisc-chip/riscv-tools/riscv-isa-sim/riscv/insns/c_sdsp.h | db504ec40cd9bd34d94d988ede92941a1bf2212f | [
"LicenseRef-scancode-bsd-3-clause-jtag"
] | permissive | ivanseminara/project | 393ba080018f157b29ab6caa979c57668b34a9e7 | 8e001b9605b88ea3d8d9ce02465ae0d6a779f178 | refs/heads/master | 2021-01-01T03:54:38.269602 | 2016-05-05T23:11:31 | 2016-05-05T23:11:31 | 58,165,146 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 185 | h | require_extension('C');
if (xlen == 32) {
if (sreg_t(RVC_RS1S) < 0) // c.bltz
set_pc(pc + insn.rvc_b_imm());
} else {
MMU.store_uint64(RVC_SP + insn.rvc_sdsp_imm(), RVC_RS2);
}
| [
"ivan@phoenix.xschool"
] | ivan@phoenix.xschool |
5fba105d2e668ea23b5a474ddf090497f06f4779 | a0c4ed3070ddff4503acf0593e4722140ea68026 | /source/XPOS/SE/UTLPCQOS.C | 6057a3ee490f85d55d99d93304bd98e97ddb5544 | [] | no_license | cjacker/windows.xp.whistler | a88e464c820fbfafa64fbc66c7f359bbc43038d7 | 9f43e5fef59b44e47ba1da8c2b4197f8be4d4bc8 | refs/heads/master | 2022-12-10T06:47:33.086704 | 2020-09-19T15:06:48 | 2020-09-19T15:06:48 | 299,932,617 | 0 | 1 | null | 2020-09-30T13:43:42 | 2020-09-30T13:43:41 | null | UTF-8 | C | false | false | 657 | c | /*++
Copyright (c) 2000 Microsoft Corporation
Module Name:
utlpcqos.c
Abstract:
Security component user-mode test.
Security quality of service test for LPC from user mode.
This test must be run from the SM> prompt in the debugger.
Author:
Jim Kelly (JimK) 27-June-1990
Revision History:
-... | [
"71558585+window-chicken@users.noreply.github.com"
] | 71558585+window-chicken@users.noreply.github.com |
a3cda1f0a28ff4378503852a75a80a7c5652b6af | 85b028950bf6d1499860493602fc219c6847c23b | /bin/jni/jni_JNITest.h | 6c96e564f1dd5271a808c87f49893810edcf1304 | [] | no_license | martin-mfg/voronoi-thesis-tester | 1198345338659de22532bdc42e652c44763c5ec7 | b01beddc3db34d36ad9776de6533f4f6327b00c8 | refs/heads/master | 2019-01-02T03:47:07.905965 | 2013-02-18T19:14:02 | 2013-02-18T19:14:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C | false | true | 412 | h | /* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class jni_JNITest */
#ifndef _Included_jni_JNITest
#define _Included_jni_JNITest
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: jni_JNITest
* Method: callnative
* Signature: ()V
*/
JNIEXPORT void JNICALL J... | [
"schreckjack_1@yahoo.de"
] | schreckjack_1@yahoo.de |
73cadb69b995e960a238f7526309bd6dd2ee87e7 | 57d328dfb5a1d448c54a80c840d8ccd8ae326ba0 | /lab03/prog3-7.c | e4e0065f49da64acb0d3d4f8f4eb01fcc3b9f049 | [] | no_license | johnnyrock92/labjp | be78b88b490b4ab65425443d1712867baac9a255 | 5fb89509570127f24c1b6c26bf8792287af5c39c | refs/heads/master | 2021-01-12T11:24:41.089231 | 2016-12-23T21:08:10 | 2016-12-23T21:08:10 | 72,913,481 | 0 | 0 | null | null | null | null | UTF-8 | C | false | false | 169 | c | #include <stdio.h>
int main()
{
int i=0;
int pot=1;
while (pot<2016){
pot*=2;
printf("%6d",pot);
i++;
}
printf("\nWykonano %d obliczen: \n",i);
}
| [
"jschnrock@p51-04-lan.labpk.inf.ug.edu.pl"
] | jschnrock@p51-04-lan.labpk.inf.ug.edu.pl |
2c0efd0e1c2803dfbf788b664e79247bcac4d375 | dc933e6c4af6db8e5938612935bb51ead04da9b3 | /android-x86/external/opencore/pvmi/pvmf/include/pvmf_media_msg_header.h | e74a4ea4839af1b29a87d33bfe4cd3cc381276fb | [] | no_license | leotfrancisco/patch-hosting-for-android-x86-support | 213f0b28a7171570a77a3cec48a747087f700928 | e932645af3ff9515bd152b124bb55479758c2344 | refs/heads/master | 2021-01-10T08:40:36.731838 | 2009-05-28T04:29:43 | 2009-05-28T04:29:43 | 51,474,005 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,629 | h | /* ------------------------------------------------------------------
* Copyright (C) 2008 PacketVideo
*
* 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/li... | [
"beyounn@8848914e-2522-11de-9896-099eabac0e35"
] | beyounn@8848914e-2522-11de-9896-099eabac0e35 |
daf956fd38594758c4c3a253fc8d5a4ea5c48e03 | 69fdbfe6fd0927a82d48fec591d5406a34f9d74f | /socks.h | a65662addf6607d5c43ab0fb6ce76572646d947f | [] | no_license | djian618/489_PA3 | 196dac9e7c9c0433eddc029f894480cef7870c94 | 66ae4aea8f246f26ec1e8b2d3aee817379fc3a6d | refs/heads/master | 2016-08-11T11:02:13.784687 | 2016-04-03T03:50:34 | 2016-04-03T03:50:34 | 55,096,771 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,170 | h | /*
* Copyright (c) 2015 University of Michigan, Ann Arbor.
* All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
* provided that the above copyright notice and this paragraph are
* duplicated in all such forms and that any documentation,
* advertising materials, and other ma... | [
"djian@umich.edu"
] | djian@umich.edu |
01cd3bfd0e67411f85e606c5f70d3def5938ac0e | dd1b4089f638d801698e34b830b2767149b665f6 | /R3BRoot_Source/macros/r3b/s438b/tcal_s438b_pulser.C | 0dc7ceb2e31dd6a245e2ea0b1f70eee621399a6a | [] | no_license | ChristiaanAlwin/NeuLAND_Veto | d1c1b41cfb1f4ade2de664188da615b2541d3e7b | ed06682b03b1bd6b2c7ecc2f3be7c62036ef45ee | refs/heads/master | 2021-01-05T19:02:08.598882 | 2020-02-17T13:55:17 | 2020-02-17T13:55:17 | 241,109,623 | 2 | 0 | null | null | null | null | UTF-8 | C | false | false | 3,058 | c |
void run(Int_t runNumber, Int_t refRun)
{
TStopwatch timer;
timer.Start();
const Int_t nModules = 800;
const Int_t trigger = 2; // 1 - onspill, 2 - offspill. -1 - all
TString strRunNumber = "run";
strRunNumber += runNumber;
TString strRefRun = "run";
strRefRun += refRun;
... | [
"Christiaan90518@gmail.com"
] | Christiaan90518@gmail.com |
92bb5f2534604914f8a5762a82a4bc5045ed60be | 2af943fbfff74744b29e4a899a6e62e19dc63256 | /4DModules/Misc/atlas-3.8.3/tune/blas/gemv/CASES/ATL_gemvT_1x1_1.c | efee267246837b836b7d0066210ba3733cdd0b2d | [] | no_license | lheckemann/namic-sandbox | c308ec3ebb80021020f98cf06ee4c3e62f125ad9 | 0c7307061f58c9d915ae678b7a453876466d8bf8 | refs/heads/master | 2021-08-24T12:40:01.331229 | 2014-02-07T21:59:29 | 2014-02-07T21:59:29 | 113,701,721 | 2 | 1 | null | null | null | null | UTF-8 | C | false | false | 2,191 | c | /*
* Automatically Tuned Linear Algebra Software v3.8.3
* (C) Copyright 1999 R. Clint Whaley
*
* 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 ... | [
"tokuda@5e132c66-7cf4-0310-b4ca-cd4a7079c2d8"
] | tokuda@5e132c66-7cf4-0310-b4ca-cd4a7079c2d8 |
cfb448ec73d1f621d8ec11917b2503c0f1f27570 | dd6905d07460a06f20b5de465b4320f837f509b2 | /Programmation/Arduino/music/noel.h | baf17f9bbe5a8afaecb37db0b4ed2592d3d0a499 | [] | no_license | BaptisteMagoni/Projet_escape_bts_7_quizz | f9312cb65c8c7292fd0b63decacd34d1855b966f | ce874b959603d80ce12e84f482d3fc4588b41bff | refs/heads/master | 2020-03-31T12:14:51.994088 | 2019-03-15T16:20:45 | 2019-03-15T16:20:45 | 152,208,453 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,072 | h | int speakerPin = 11;
int length = 26;
char notes[] = "eeeeeeegcde fffffeeeeddedg";
int get_beats(int index){
int beats[] = { 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2};
return beats[index];
}
int tempo1 = 100;
void playTone(int tone, int duration) {
for (long i = 0; i < durati... | [
"34521668+BaptisteMagoni@users.noreply.github.com"
] | 34521668+BaptisteMagoni@users.noreply.github.com |
6cffc45724ab761704041bff6ec2ba1074250e41 | 3ac08f55efef77a3b6fb8df086793462bc03cb56 | /src/api/c/examples/fakenect/glpclview.c | 3b89cb666b4fcb18dfaa7bcc14d58816e403481a | [
"Apache-2.0"
] | permissive | OpenISS/OpenISS | 85ad89c93199e41b51752cb2b469199622f843e4 | 3bb6e4507f3876cf0b5587be4099fa92f4e19102 | refs/heads/master | 2023-07-23T08:16:04.312488 | 2023-07-19T02:42:12 | 2023-07-19T02:42:12 | 71,680,484 | 20 | 20 | Apache-2.0 | 2023-07-19T02:42:35 | 2016-10-23T03:54:58 | C | UTF-8 | C | false | false | 6,138 | c | /*
* This file is part of the OpenKinect Project. http://www.openkinect.org
*
* Copyright (c) 2010 individual OpenKinect contributors. See the CONTRIB file
* for details.
*
* Andrew Miller <amiller@dappervision.com>
*
* This code is licensed to you under the terms of the Apache License, version
* 2.0, or, at y... | [
"mokhov@cse.concordia.ca"
] | mokhov@cse.concordia.ca |
e4e4d825d8eea783a1dfa835662d1985fe74070e | d952559c7227b8a70c373995a11d12b9c3c0673b | /gnuPlot/raw_data/Wei_Select_Good_OpenMP_src_Tiling_Maxfuse/polyopt-gen-src-with-power-branch/maxfuse_rose_lulesh-body-1x2x32.c | 08c0814924f187162be66007c6c2ccfe3d9d8a30 | [] | no_license | weiwangudel/EnergyAutoTuning | cba84b4c62c8e7e28b69a558f240db3c5143b07e | a8d98b598a8bb9989db17d781eaac9f40d1831ef | refs/heads/master | 2020-04-11T04:42:20.560924 | 2016-06-04T19:51:50 | 2016-06-04T19:51:50 | 18,052,489 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 85,970 | c | /*
Copyright (c) 2010.
Lawrence Livermore National Security, LLC.
Produced at the Lawrence Livermore National Laboratory.
LLNL-CODE-461231
All rights reserved.
This file is part of LULESH, Version 1.0.
Please also read this link -- http://www.opensourc... | [
"weiwang.udel@gmail.com"
] | weiwang.udel@gmail.com |
c1532cfb158f59e3aef82d93e81ec167ea937572 | a2409063bb2105d94ace4180317b37209d3b3bc0 | /deal_key.c | 1435072360356ff453e6483152416916775c0fc0 | [] | no_license | meriem-mounchid/Fractol | 137b77af231da5c2abc6e5628ab6ebc131e75e9e | 0d7f9f69eed38297e68c6be2f104f74176d5c671 | refs/heads/master | 2020-09-02T07:59:49.636478 | 2019-11-02T15:34:59 | 2019-11-02T15:34:59 | 219,173,857 | 1 | 0 | null | null | null | null | UTF-8 | C | false | false | 1,681 | c | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* deal_key.c :+: :+: :+: ... | [
"noreply@github.com"
] | meriem-mounchid.noreply@github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.