blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
54bd835a69bc7845510c40709914ab7616f795fd | fb59dcedeb1aae73e92afebeb6cb2e51b13d5c22 | /middleware/src/app/NativeHandler/Huawei/C10/NativeHandlerRunningC10.cpp | d72e89bad24faff519c9f49dec911daca453bec0 | [] | no_license | qrsforever/yxstb | a04a7c7c814b7a5647f9528603bd0c5859406631 | 78bbbae07aa7513adc66d6f18ab04cd7c3ea30d5 | refs/heads/master | 2020-06-18T20:13:38.214225 | 2019-07-11T16:40:14 | 2019-07-11T16:40:14 | 196,431,357 | 0 | 1 | null | 2020-03-08T00:54:09 | 2019-07-11T16:38:29 | C | GB18030 | C++ | false | false | 15,212 | cpp |
#include <iostream>
#include "NativeHandlerRunningC10.h"
#include "NativeHandlerAssertions.h"
#include "Message.h"
#include "SystemManager.h"
#include "Business.h"
#include "Session.h"
#include "UltraPlayer.h"
#include "UltraPlayerWebPage.h"
#include "Hippo_Context.h"
#include "Hippo_MediaPlayer.h"
#... | [
"lidong8@le.com"
] | lidong8@le.com |
88d0fe1f72a5af76ead4c7a35da4234b181c81d1 | 8e9ca33cbfecf4d4b16343af8f594dc6a7058b18 | /kdservice/src/include/Debugger/States/InitialState.h | 5abd92389f48f44448b4f788d777a6456a3e1312 | [] | no_license | tuxford/wkd | 4864fc2cdf378d58372d011f56068f6344491e29 | 1c23e827cc67c91c6ddf2b06b9de243cbb954657 | refs/heads/master | 2021-01-01T06:26:40.249520 | 2013-07-07T21:02:50 | 2013-07-07T21:02:50 | 8,139,242 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,110 | h | /*
* InitialState.h
*
* Created on: Feb 18, 2013
* Author: Roman Luchyshyn
*/
#ifndef Debugger_States_InitialState_H_
#define Debugger_States_InitialState_H_
#include "Debugger/StateMachine.h"
#include "Debugger/Events/EntryEvent.h"
#include "Debugger/Events/ConnectEvent.h"
#include <boost/s... | [
"romashka@dell-desktop.(none)"
] | romashka@dell-desktop.(none) |
997a1339ec4e0b4f82168be63cff5d16d7d83ce2 | ee2e3718b911a7bd22f953d0320a04cca2a23b5e | /LeetCode/May LeetCode Challenge/C++/1 - First Bad Version.cpp | c3a72bf6465b1f123e8a80bf4b1996241ba6d518 | [] | no_license | PythonCodes1/Competitive-programming | 57ce85284979e1424b7133fba89337f2f5bed6ea | 5f3e0e2b2eefa137109b72084bd7d453e9a892e6 | refs/heads/master | 2022-11-10T22:27:05.270210 | 2020-06-28T15:23:10 | 2020-06-28T15:23:10 | 259,029,974 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 893 | cpp | /*
You are a product manager and currently leading a team to develop a new product. Unfortunately,
the latest version of your product fails the quality check. Since each version is developed based
on the previous version, all the versions after a bad version are also bad.
Suppose you have n versions [1, 2, ..., n] an... | [
"noreply@github.com"
] | noreply@github.com |
87aff66782dbe185690012bee0ac08849fcd30ef | 56dbf20f50eca7c844ebef3861f777eaeb76220d | /baselibc/hc_utils/src/hc_condition.cpp | 015f1ec148ab70a1867664860732c5e7d78c002c | [] | no_license | joliny/ricabin | b4e6d8270e741a12ffca7ca62ce18f234fa023b3 | 8407580e8d91a24f198d3d69b4db477e5ab59e41 | refs/heads/master | 2020-04-06T04:14:48.324760 | 2014-06-12T15:19:46 | 2014-06-12T15:19:46 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 8,197 | cpp | #include "hc_condition.h"
#ifdef WIN32
#define NOMINMAX
#define _WIN32_WINNT 0x0500
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <process.h>
#else
#include <pthread.h>
#endif
#include <assert.h>
#ifndef _MULTI_THREAD
//! @一个空条件锁
class condition_impl
{
friend class conditionc;
condition_impl(int&... | [
"x.m.wang7075@gmail.com"
] | x.m.wang7075@gmail.com |
ef6c18a08fcf7a0d681b61b3e8ec42ebda1c1a43 | 3fb1cbf8352dad0d7396e9c06b1524dfb42b7a9b | /UnivGraphicsLib/Hardware_ks0108.cxx | 8b7a04cd70f8166b8a8cbc61f1c882fe44f6bc46 | [] | no_license | chandana1972/thirdpartylibraries | b24ad571ab9182cc15b505810bc9bf07650e6479 | 4b40788cb7a46a1800f2bd3b9100127983848dc8 | refs/heads/master | 2020-05-20T02:11:51.845597 | 2017-10-17T11:47:06 | 2017-10-17T11:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,086 | cxx | //*******************************************************************************
//*
//* ks0108 Arduino drivers
//*
//* (C) by Mark Sproul
//* This code is derived from other works. Credit is given below
//* This is open source like the rest of the arduino source code
//*
//* this code is derived from the ks0108.cpp... | [
"msproul@skychariot.com"
] | msproul@skychariot.com |
75b07cfad73f9a48a016513b0411b021cfd2efe1 | 766a66bd08d163f8c1cb8648d3d38e0f598390cf | /Code/sortFunc.h | 1c0be551437d1f80a91137ef9764915f9163e90c | [] | no_license | dhelms1/cpp_practice | ab640dec1096397f3d0badd52a7f4ecd350287b7 | e5321d55087a64ab4f5216c8895067bc8704708b | refs/heads/main | 2023-07-15T20:12:30.323946 | 2021-08-20T23:14:41 | 2021-08-20T23:14:41 | 390,189,407 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,347 | h | #ifndef SORTFUNC_H
#define SORTFUNC_H
#include <iostream>
#include <vector>
#include <stdlib.h>
#include <time.h>
#include <numeric>
#include <algorithm>
#include <random>
#include <string>
#include <chrono>
struct Timer {
std::chrono::time_point<std::chrono::steady_clock> start, end;
std::chrono::duration<fl... | [
"derek.helms4@gmail.com"
] | derek.helms4@gmail.com |
b4a3685bdcbc0756e384ced4d323385ef9d2cdca | f298165c28590e5fa8643241424f385c38940d2e | /SDK/PUBG_OptionTitleWidget_functions.cpp | 83f271886abff3801cd1edefe72778cb8b8227e1 | [] | no_license | ZoondEngine/Core | 2d35cc0121c7eb37b3744609e69f02a07fa36ac1 | 03cce9e7939c9654dc4da16e753eb62cbd9b1450 | refs/heads/master | 2020-03-14T01:16:16.972475 | 2018-04-28T04:49:50 | 2018-04-28T04:49:50 | 131,373,903 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 941 | cpp | // PLAYERUNKNOWN'S BATTLEGROUNDS (3.7.27.27) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "../SDK.hpp"
namespace Classes
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
// Functi... | [
"mango.kamchatka.1997@gmail.com"
] | mango.kamchatka.1997@gmail.com |
393966444b80ffcbe11b8527cfa215a28ad778db | 8ecfdda5391631c1ab6ea71a06d67d1a29290edc | /December_6.cpp | dbe792d69b216b4cc9506cd46d1ab6959b4fe98b | [] | no_license | Freezecoke/UVA | de9ba28646adf7466fab1ba74f023db67646839a | 708f3dd58ad49455761db260d9be8c8e83e6d6df | refs/heads/master | 2021-07-08T17:54:08.450395 | 2019-03-21T18:40:22 | 2019-03-21T18:40:22 | 146,403,159 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,040 | cpp | #include<iostream>
#include<fstream>
#include<string>
#include "math.h"
using namespace std;
string input_path = "/Users/jason/Desktop/UVA/input_1206.txt";
int main(){
ifstream input(input_path);
string storage;
bool check = false;
int x[50];
int y[50];
int x_length;
int y_length;
int cnt=0;
while... | [
"gtopopjason@gmail.com"
] | gtopopjason@gmail.com |
220d599fdf0869e79bca37bca1d496d061482f0f | c79755ea5e07ba05fac7105768a53dd1f78d6c8a | /s_fractal_scenario.cpp | 5755e8288645c6abd359dfbb2148b7b1427b19d1 | [
"MIT"
] | permissive | Ludorg/s_fractal_cpp | 7625d40dcc7c7733653e17b938800fbec32200a2 | 308dc45d5e587005b9dc273ffe8bf623c5c85c85 | refs/heads/master | 2021-09-08T22:05:26.124611 | 2021-08-30T22:44:31 | 2021-08-30T22:44:31 | 250,845,306 | 1 | 0 | MIT | 2021-08-30T22:55:05 | 2020-03-28T16:44:04 | C++ | UTF-8 | C++ | false | false | 8,928 | cpp | // Sofia (Sofia_aleph)
//
// Sofia, my way for developing knowledge
//
// (c) 2004 Ludovic LIEVRE aka Ludorg
// fractal generator : XML scenario for fractal generator
//
// 0.0.1 2004/07/10 : file creation
#include <iostream>
#include "s_fractal_scenario.h"
#include "s_xml_doc.h"
#include "s_xml_elem... | [
"ludorg@ludorg.net"
] | ludorg@ludorg.net |
3e865868446f6b4487f06c36c3ad49b32b927b5f | b7e97047616d9343be5b9bbe03fc0d79ba5a6143 | /src/protocols/frag_picker/scores/DihedralConstraintsScore.cc | 4144b65b243ab1426cb1a70fe7223affae2c0fbc | [] | no_license | achitturi/ROSETTA-main-source | 2772623a78e33e7883a453f051d53ea6cc53ffa5 | fe11c7e7cb68644f404f4c0629b64da4bb73b8f9 | refs/heads/master | 2021-05-09T15:04:34.006421 | 2018-01-26T17:10:33 | 2018-01-26T17:10:33 | 119,081,547 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 9,648 | cc | // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
// vi: set ts=2 noet:
//
// (c) Copyright Rosetta Commons Member Institutions.
// (c) This file is part of the Rosetta software suite and is made available under license.
// (c) The Rosetta software is developed by the co... | [
"achitturi17059@gmail.com"
] | achitturi17059@gmail.com |
e149e8937a68ff82b2523b58a6ffb1c3ca84f363 | 96b728a53d54c5a08a2a3cf5cf9aa6ab331f89c6 | /CRSrvBase/inc/CREventDepot.h | 1046013df62924f16b27d55b932faa28eabf77c8 | [] | no_license | rwang82/HMNWC | b42a782a96916afb53a8ec4f86fc4202c84ca338 | 20738378cbbb3706ebaa005f94e7b8633031ed09 | refs/heads/master | 2021-01-16T19:31:06.817775 | 2015-03-30T08:32:56 | 2015-03-30T08:32:56 | 27,456,968 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,495 | h | #ifndef __CREVENTDEPOT_H__
#define __CREVENTDEPOT_H__
#include "hmcmn_event_ex.h"
#include "HMTSHelper.h"
#include "hm_cmn_envcfg.h"
#include <map>
#include <functional>
class CRSRV_API CREventDepot {
public:
typedef std::function< void() > arg0event_handler_type;
typedef hmcmn::hmcmn_event_arg0_ex< void > arg0eve... | [
"rwang82@gmail.com"
] | rwang82@gmail.com |
ccd54e78aac56632c2d1789897353aedba8e4118 | a520c1e7fa4862862a44f3f27fd04ed609391664 | /FaceDetection_ver1.0/Lib/KSClass/Include/KScSequenceBlock_2.h | 5b871e3b85637798f3591daebb8444e6e3be471d | [] | no_license | mmhasan023/Face-Recognition | 2e51b58df78a2fdd1fdef76fecedaec15594645f | 8189331d1bad0e9cd29e5d02e39cb59a63ddd8a2 | refs/heads/master | 2020-03-19T09:14:37.656734 | 2018-06-06T04:27:14 | 2018-06-06T04:27:14 | 136,271,498 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,077 | h | #ifndef __KSC_SEQUENCE_BLOCK_H__
#define __KSC_SEQUENCE_BLOCK_H__
#include "KScObject.h"
class KS_CLASS KScSequenceBlock : public KScObject
{
// attribute
public:
unsigned long start, current; // start, current index in current stream
unsigned long length; // stream length
void *stre... | [
"36214486+mmhasan023@users.noreply.github.com"
] | 36214486+mmhasan023@users.noreply.github.com |
9cd85b1aff8f1fb74e69296bb0bae0574732721f | c66a91d5e9724e446f868fe5993d9d650af74675 | /src/Devices/CPU/CPUKernelAgent.hh | f98670a9fd145e82cb6946c8c8b2f46e44ab1ad7 | [
"MIT"
] | permissive | HSAFoundation/phsa-runtime | 4b6beda274bda8ca912dcfeab0712a00033c9500 | b37cd9bd8085632e89b02861da193bbd0fa25c5b | refs/heads/master | 2020-04-11T06:27:33.366428 | 2018-09-25T15:07:32 | 2018-09-25T15:07:32 | 40,970,752 | 8 | 4 | MIT | 2018-02-12T06:34:01 | 2015-08-18T12:31:14 | C | UTF-8 | C++ | false | false | 5,257 | hh | /*
Copyright (c) 2016-2018 General Processor Tech.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, mod... | [
"pekka.jaaskelainen@parmance.com"
] | pekka.jaaskelainen@parmance.com |
d8352ec2f6f580d4ab299ea6d7727c0e6b44b691 | df41a278559b5028c14586a6c8fa2561ff5a6626 | /src/stitcher/stitcher.cpp | 6bb0acb69dade5a5fd10eff6f8d6403db7f81147 | [
"MIT"
] | permissive | Foued70/torchlab | af672e5067dd2905fa7689d5a2dc3ad2fd0f3852 | d438b8ed2187d734aba625ec6a849f21f6debf87 | refs/heads/master | 2021-01-20T03:04:25.424616 | 2015-09-21T13:57:44 | 2015-09-21T13:57:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 146 | cpp | #include <iostream>
#include "opencv2/core/core.hpp"
#include "opencv2/core/mat.hpp"
using namespace cv;
using namespace std;
extern "C"
{
} | [
"sonia@floored.com"
] | sonia@floored.com |
21d103f73ce31ff76c91aaf3b9acbdc268591ec1 | 6c2335c7d54817eaa2e028bbac6c9e13fa21b908 | /PluginProcessor.cpp | 7b1de2cb37332e2aa1241133801868552d845bf9 | [] | no_license | skilzer00/EECS-4462-Digital-Audio | fc39f988c2ae886c6d4c59b17efe47afa2387918 | 89b00354be75059c13cc2ba70743daf8414b76de | refs/heads/main | 2022-12-30T13:54:02.460321 | 2020-10-20T17:29:29 | 2020-10-20T17:29:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,719 | cpp | /*
==============================================================================
This file contains the basic framework code for a JUCE plugin processor.
==============================================================================
*/
#include "PluginProcessor.h"
#include "PluginEditor.h"
//===... | [
"noreply@github.com"
] | noreply@github.com |
5ba06c7ea71d7b9d71465d069d57927a06b3fb19 | 7fdb5ebbb296c82db3895310774495ba4f8f2f15 | /DSA codes/Linked List/Nth-node-from-end.cpp | 78c0ff7a2755dd5a2b9cca7e1d1b9535bb1de1cc | [] | no_license | mukherjeetejas/My-CodeForces | 3f97eaa5f6cceb05858b4e39a3e7c5bcfa2bc72c | 0571f8f2ba2ac92b846a85c187c12226e7b90ee4 | refs/heads/master | 2023-07-13T03:50:44.939980 | 2021-08-18T16:16:52 | 2021-08-18T16:16:52 | 302,736,882 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,037 | cpp | //Author Tejas Mukherjee
//Nth element from last in a linked list in O(n)
//Using two pointers separated by N nodes
#include <iostream>
using namespace std;
struct Node
{
int data;
Node *next;
Node(int x)
{
data = x;
next = NULL;
}
};
void printlist(Node *head)
{
if (head == N... | [
"mukherjeetejas21@gmail.com"
] | mukherjeetejas21@gmail.com |
25951281efbc50c0f697f7fc3d995f0892988b67 | 026f6ae8c71a6dd41d6731f0981a03bb8ec09f03 | /src/device/ds2408.cc | d490d9785f83ac9ebfb31e6b8bbf8ba58cb5e126 | [
"MIT"
] | permissive | jjoschyy/W1Direct | 5798cfa799f18e9abcb061d51b482e9634af29d4 | 085c4f89abde2efc91946651ef5585b8806e3456 | refs/heads/master | 2016-09-10T20:32:26.824970 | 2015-02-10T18:36:13 | 2015-02-10T18:36:13 | 30,491,110 | 3 | 2 | null | 2016-02-11T10:31:36 | 2015-02-08T13:00:36 | C++ | UTF-8 | C++ | false | false | 4,103 | cc | #include "ds2408.h"
#include "../master/bus/bus.h"
#include "../shared/v8_helper.h"
#include "../shared/util.h"
#include "../shared/match.h"
#include "lib/usleep.h"
#include <stdint.h>
#include <string>
#include <bitset>
#include <cstring>
#include <cstdlib>
//COMMANDS
#define CMD_PIO_READ 0xF0
#define CMD_CONDIT... | [
"joachim.schneider.privat@gmail.com"
] | joachim.schneider.privat@gmail.com |
9dd5af82dc70432124035aeef8b48c32d88c2967 | b65d70155068919f2223a0c13d668eecc5f1fbc5 | /include/baulk/net/types.hpp | 74ccf72f9cb04bbeb1164a5ac87b67fd58080c54 | [
"Apache-2.0"
] | permissive | fcharlie/BelaUtils | 421bce06eedc00d042b8894ff17db5811af5b060 | 1154eaae7758d8320e11c4bd030593bc1da0280c | refs/heads/master | 2023-08-09T11:50:56.740385 | 2023-07-30T14:31:32 | 2023-07-30T14:31:32 | 214,827,230 | 33 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,565 | hpp | //
#ifndef BAULK_DETAILS_NET_INTERNAL_HPP
#define BAULK_DETAILS_NET_INTERNAL_HPP
#include <bela/base.hpp>
#include <bela/match.hpp>
#include <bela/ascii.hpp>
#include <bela/phmap.hpp>
#include <bela/path.hpp>
#include <memory>
namespace baulk::net {
namespace net_internal {
// hasher
struct StringCaseInsensitiveHash ... | [
"charlieio@outlook.com"
] | charlieio@outlook.com |
a7ffa1a6e38c5fd8a3ca38dcd491a7387cb4505d | 50524659a8b70d0a9ed67e8644dbb63c6dfd8ae2 | /src/levmarq.h | 85907a13f437b673efd3091ea6e7a855a83428ca | [
"MIT"
] | permissive | Sepp62/BikePowerCalc | 41816bd17590a53083363f507f66f2fe46592734 | 57da2b60c71faf11e9c261cfb3bbe7ff1017b742 | refs/heads/main | 2023-04-06T03:24:50.925685 | 2021-04-18T13:10:22 | 2021-04-18T13:10:22 | 359,144,791 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,970 | h | /*
* levmarq.c
*
* This file contains an implementation of the Levenberg-Marquardt algorithm
* for solving least-squares problems, together with some supporting routines
* for Cholesky decomposition and inversion. No attempt has been made at
* optimization. In particular, memory use in the matrix routines could... | [
"33748087+Sepp62@users.noreply.github.com"
] | 33748087+Sepp62@users.noreply.github.com |
a05e63914a1c48907dcfd4529518b150295f3812 | dbfb9d1ef753d8807c14a7d675b37de720329ccd | /ray_tracing/source_files/ray_tracing.cpp | 3b67729a76b11880597e12c79eec6cba822fdcdd | [] | no_license | jakbal/PWr_student_projects | da932ebee7f8d21f0ee2ed7c7a8a0bf4d21f16b1 | 27da4b7adc68dece62f688b13cc205ee8defa310 | refs/heads/master | 2022-02-09T04:48:21.489584 | 2019-06-05T22:47:00 | 2019-06-05T22:47:00 | null | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 16,843 | cpp | #include <stdlib.h>
#include <iostream>
#include <math.h>
#include <stdio.h>
#include <glut.h>
#include <GL/gl.h>
#include <fstream>
#include <string>
using namespace std;
#pragma region zmienne
typedef float punkt[3];
//głębokość rekurencji
#define MAX 1000
int step = 0;
//rozmiary okna
int horizontal = 0;
int vertica... | [
"jakubalcerzak@gmail.com"
] | jakubalcerzak@gmail.com |
b13f20576ee1fa0ef547f2f7f4ccdde88902733d | b389f1f3075092f7cb25f45ee9bf910c55250735 | /Codeforces/Rounds/Round448/A.cpp | 79fe5c9645d24f4668b8d9270faa6bcb7c5e3809 | [] | no_license | leostd/Competitive-Programming | 7b3c4c671e799216c79aeefd2ca7d68c5d463fa6 | 4db01b81314f82c4ebb750310e5afb4894b582bd | refs/heads/master | 2023-05-13T07:04:40.512100 | 2023-05-06T10:58:28 | 2023-05-06T10:58:28 | 87,685,033 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 653 | cpp | #include <bits/stdc++.h>
using namespace std;
int main(){
int n;
scanf("%d", &n);
int a[400];
int acums[400];
acums[0] = 0;
for(int i = 1; i <= n; i++){
scanf("%d", &a[i]);
}
for (int i = 0; i <= n; i++)
acums[i] = acums[i-1] + a[i];
int min_diff = 0x3f3f3f3f;
if... | [
"lsantella@mahisoft.com"
] | lsantella@mahisoft.com |
347cb42813f3119ef53a6bbd957343c580a9bb8e | a01573fbc216ddf53eb85972d82a1ff2e71f4857 | /src/rpcprotocol.cpp | f70562b0460cb95c8a8ec49c3cc13e175a11484e | [
"MIT"
] | permissive | bzcryptocoinalliance/BCCA | d19de6092967b879743c7ff1816fcab096abfc93 | 03be6fc114774d8a0a41479ad0ad805ef1983088 | refs/heads/master | 2020-03-11T13:52:16.639131 | 2018-04-27T07:46:53 | 2018-04-27T07:46:53 | 130,037,042 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 7,726 | cpp | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "rpcprotocol.h"
#include "util.h"
#include <stdint.h>
#include <boost/algor... | [
"ihor.chaban@inveritasoft.com"
] | ihor.chaban@inveritasoft.com |
f86845a10a72c34af3620e40554a838d23de3a61 | 4ead7a22e929d9f2b58d52377df1b2d99079808c | /Algoritmos/Simulado 3/Exercício02.cpp | 33d55896d6c66cf9e604877f8a961a1ca7cb1dc8 | [
"MIT"
] | permissive | monteiroricardo/Documentos_FATEC | fa26998e1af09bab8d250526b344e70f8d62e038 | 9018f90cc19a3a4cb2815fbba4824bb7cc4304e6 | refs/heads/main | 2022-12-30T06:12:56.827529 | 2020-10-13T23:24:16 | 2020-10-13T23:24:16 | 305,404,675 | 1 | 0 | MIT | 2020-10-19T14:06:22 | 2020-10-19T14:06:21 | null | ISO-8859-1 | C++ | false | false | 411 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <locale.h>
#include <time.h>
main(){
srand(time(NULL));
int i, qd=0;
float t[100], st=0, m;
setlocale(LC_ALL,"");
for(i=0;i<100;i++){
t[i]=rand()%26+15;
printf("Temperatura dia %i: %.f\n",i+1,t[i]);
st+=t[i];
}
m=st/100;
printf("\nMédia %.2f\n",m);
for(i=... | [
"matheus_hoq.contato@outlook.com"
] | matheus_hoq.contato@outlook.com |
6af263ed4f3e6d435663c9f314c82982288f18e9 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_1484496_0/C++/Fcdkbear/code.cpp | 2a7544acc7c1d869edf29a9a54a0ef5281f72fa9 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 2,674 | cpp | #include <vector>
#include <list>
#include <map>
#include <set>
#include <queue>
#include <deque>
#include <stack>
#include <algorithm>
#include <sstream>
#include <iostream>
#include <iomanip>
#include <cstdio>
#include <cmath>
#include <cstdlib>
#include <ctime>
#include <memory.h>
#define ABS(a) ((... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
0ca8e0571bd9a08320d5df1a97d4184b4cc2d936 | 764636de968c0ea063a2022f9a877c751d5f6860 | /MainMenu.h | f355fbf171b1f07e5f42c8351e12c43fcd0a59ea | [] | no_license | amvinson234/Pong2 | 71fd9a0de79447098f396ee68ee63be7582d61b0 | bea448d234df6a90861784bc62450910084acd43 | refs/heads/master | 2020-04-21T22:05:34.065045 | 2019-02-12T07:55:12 | 2019-02-12T07:55:12 | 169,898,567 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 509 | h | #ifndef MAINMENU_H_INCLUDED
#define MAINMENU_H_INCLUDED
#include "SFML/Graphics.hpp"
#include <list>
class MainMenu
{
public:
enum MenuResult {Nothing, Exit, Options, Play};
struct MenuItem
{
public:
sf::FloatRect rect;
MenuResult action;
};
MenuResult Show(sf::RenderWindow& w... | [
"alec.m.vinson@gmail.com"
] | alec.m.vinson@gmail.com |
83431bdf72bc8d35a540ab09a72dbce60532b690 | 56f687438c79bc7fa17b8028624703b5fca42493 | /kiemtrachutrinhtrendothicohuongvoiBFS.cpp | 60b4e6052f06a2e9a6599a2e26fd4e2da3b703f4 | [] | no_license | Sudo248/Algorithm | e1ba175906251cf5155d31275bb006dfead12052 | 9298e5fa0e180f1c0d3712911a5ba9f2ce348be0 | refs/heads/master | 2023-06-19T03:09:33.953455 | 2021-07-21T16:54:57 | 2021-07-21T16:54:57 | 386,905,788 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 915 | cpp | #include<bits/stdc++.h>
#define faster ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
#define endl '\n'
using namespace std;
typedef long long ll;
vector<vector<int> >G;
vector<int>check;
bool hasCycle;
void DFS(int u){
check[u] = true;
for(int &v:G[u]){
if(check[v]==0) {
DFS(v);
... | [
"hongduong080501@gmail.com"
] | hongduong080501@gmail.com |
d44fea9b575676207c23243fcd09f864d1a0d8a4 | cdb186ad49bba1406c81f634b936e73f8cb04009 | /ABC/018/b.cpp | 59cb00e103d4c356747b461fa94638e0d4f932b9 | [] | no_license | ToshikiShimizu/AtCoder | 9e46f5581f2c1f5149ce1394d61d652cda6256a3 | 41fe6408c20c59bbf1b5d7ee9db2e132f48ad1ac | refs/heads/master | 2023-07-26T22:45:51.965088 | 2023-07-10T14:11:35 | 2023-07-10T14:11:35 | 148,154,815 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 818 | cpp | #include <bits/stdc++.h>
using namespace std;
#define FOR(i,a,b) for(int i=(a);i<(b);++i)
#define REP(i,n) FOR(i,0,n)
#define ALL(a) (a).begin(),(a).end()
#define SUM(a) accumulate((a).begin(),(a).end(),0)
#define SORT(a) sort(ALL(a))
#define REV(a) reverse(ALL(a))
#define dump(x) cerr << #x << " = " << (x) << endl... | [
"tamreff3290@gmail.com"
] | tamreff3290@gmail.com |
d5524eb31c175ff7e5073708797691a216ce5c4a | 2cd6edd02450849015bf535eb473a750dace67a8 | /final-project/repositories/Deep_Learning_Inference_Accelerator_with_CNNIOT/MSOC_final-main/finalpool_hls/solution1/syn/systemc/load_cifm_data.cpp | 997dfc90d82946a867403985edc27748d716d74c | [
"MIT"
] | permissive | prajwaltr/MSoC-HLS | fde436f7031cc7477a93f079a1b3407558988e07 | d876b6bdfe45caba63811b16b273a9723e9baf65 | refs/heads/main | 2023-06-05T00:52:40.419332 | 2021-06-15T02:30:37 | 2021-06-15T02:30:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 78,611 | cpp | // ==============================================================
// RTL generated by Vivado(TM) HLS - High-Level Synthesis from C, C++ and OpenCL
// Version: 2019.2
// Copyright (C) 1986-2019 Xilinx, Inc. All Rights Reserved.
//
// ===========================================================
#include "load_cifm_data.... | [
"es921088@gmail.com"
] | es921088@gmail.com |
6f2b89a7db418741cc1e266e8f5e4f0081712dd7 | de383bdb4ac00eafe3fe70d4a58f158dd082a98c | /src/AsteroidManager.cpp | 4db041f2468cd8ade440481d23ff438601d0328a | [] | no_license | kenhoff/asteroids | 3e9b93bd5884a4362ff3ce95962792eaaf3f3fd7 | 5da86600ebaf40cfc5032121d8c32b735868ec26 | refs/heads/master | 2016-09-06T13:01:00.198143 | 2014-10-12T00:15:33 | 2014-10-12T00:15:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 870 | cpp | #include "AsteroidManager.h"
#include <vector>
#include "asteroid.h"
#include <iostream>
void AsteroidManager::add_asteroid(asteroid* new_asteroid)
{
AsteroidVec.push_back(new_asteroid);
}
void AsteroidManager::delete_asteroid()
{
//return AsteroidVec.erase(deleted_asteroid);
}
void AsteroidManager::cull_asteroid... | [
"thekenhoff@gmail.com"
] | thekenhoff@gmail.com |
290954658837270db53b8c94740956847fe4af98 | 573a66e4f4753cc0f145de8d60340b4dd6206607 | /JS-CS-Detection-byExample/Dataset (ALERT 5 GB)/362764/shogun-1.1.0/shogun-1.1.0/examples/undocumented/libshogun/modelselection_apply_parameter_tree.cpp | b60825205142c403bb96d6069afaa825f7b3d4fe | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | mkaouer/Code-Smells-Detection-in-JavaScript | 3919ec0d445637a7f7c5f570c724082d42248e1b | 7130351703e19347884f95ce6d6ab1fb4f5cfbff | refs/heads/master | 2023-03-09T18:04:26.971934 | 2022-03-23T22:04:28 | 2022-03-23T22:04:28 | 73,915,037 | 8 | 3 | null | 2023-02-28T23:00:07 | 2016-11-16T11:47:44 | null | UTF-8 | C++ | false | false | 3,963 | cpp | /*
* 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 3 of the License, or
* (at your option) any later version.
*
* Written (W) 2011 Heiko Strathmann
* Copyright (C) 2011 Ber... | [
"mmkaouer@umich.edu"
] | mmkaouer@umich.edu |
4add20a0bbe138ee2f7d7cb95e1de5e385ab62b9 | 9782706c86bae780f7f19626f26f5b3c053c2bf8 | /toolsrc/src/vcpkg-test/binarycaching.cpp | cb0d7cb99d5d58495890b99088dde812958e2421 | [
"MIT",
"BSL-1.0"
] | permissive | peterbygrave/vcpkg | af59098cdddb60f7ac11edbd360595d32beb371c | 4a8c4886efcc31761e7e58f111c061c1c3b74843 | refs/heads/master | 2021-01-26T00:39:09.325458 | 2020-12-03T10:37:38 | 2020-12-03T10:37:38 | 243,243,465 | 1 | 0 | NOASSERTION | 2020-02-26T11:11:43 | 2020-02-26T11:11:42 | null | UTF-8 | C++ | false | false | 10,739 | cpp | #include <catch2/catch.hpp>
#include <vcpkg/base/files.h>
#include <vcpkg/binarycaching.h>
#include <vcpkg/binarycaching.private.h>
#include <vcpkg/dependencies.h>
#include <vcpkg/paragraphs.h>
#include <vcpkg/sourceparagraph.h>
#include <vcpkg/vcpkgcmdarguments.h>
#include <string>
#include <vcpkg-test/util.h>
us... | [
"noreply@github.com"
] | noreply@github.com |
5354427331f02775e06b565d40580435fdfa0cf4 | 18e4b5ca2d2d0b98f2aa1611766ffcebd6ff1007 | /D1-Arrays/leetcode_medium/lc119.cpp | b54582b64f90f4466e1e010fdbf6274c4e098056 | [] | no_license | webdeveloper13/Leetcode_practiceForSDE | 3cb4b2575825ced624daa13b0cd7a46a536cb88a | 04131f2bcf9cf4dd946419275a47e937472d0757 | refs/heads/master | 2023-08-23T06:53:26.743144 | 2021-10-13T15:04:23 | 2021-10-13T15:04:23 | 274,382,785 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 862 | cpp | /*119. Pascal's Triangle II
Given a non-negative index k where k ≤ 33, return the kth index row of the Pascal's triangle.
Note that the row index starts from 0.
In Pascal's triangle, each number is the sum of the two numbers directly above it.
Example:
Input: 3
Output: [1,3,3,1]
Follow up:
Could you optimize your... | [
"suryanshsharma132@gmail.com"
] | suryanshsharma132@gmail.com |
553eefaa781ebe463f4a829dd581cf31d3ac7709 | 225e82d7a70bfeb544d758c4a01321701ff06a61 | /root/root_v4.04.02g/geom/src/TGeoPolygon.cxx | f0b704e4cbaca297a1656906c742c5295c4a5125 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | govoni/learn | 9760494d592ba09a98e08939818415857d015371 | cb02b6621af73efdbf1e64e5fc39ecd9e72516af | refs/heads/master | 2021-01-19T18:51:14.476573 | 2019-07-22T09:05:26 | 2019-07-22T09:05:26 | 101,170,943 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,574 | cxx | // @(#)root/geom:$Name: v4-04-02g $:$Id: TGeoPolygon.cxx,v 1.3 2004/04/22 14:07:14 brun Exp $
// Author: Mihaela Gheata 5/01/04
/*************************************************************************
* Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
* All rights reserved. ... | [
"pietro.govoni@gmail.com"
] | pietro.govoni@gmail.com |
6a48f302b60c9f3d751e0f243b84c3860e6fad6f | bd59528f92dec745c93329bace7169b0f6f87be5 | /Trie/dictionary.h | 3466ba8f60d03f1820dd5cb82d3039c5215bb722 | [] | no_license | Zarrie/DataStrPog-course-2017-2018 | 153e11acaa699390e684fa5b5f973ed8d4fe0b06 | fd858ab62c63f6a8575e8716edb03dc1fefb5747 | refs/heads/master | 2021-09-09T01:54:05.446904 | 2018-03-13T08:10:50 | 2018-03-13T08:10:50 | 106,185,663 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,969 | h | #pragma once
#include <vector>
#include <string>
#include <unordered_map>
#include <exception>
#include <iostream>
using word = std::string;
class dictionary{
private:
class node{
public:
bool final;
std::unordered_map <char, node *> transitions;
node() : final(false){}
};
node *root;
void allWords(c... | [
"noreply@github.com"
] | noreply@github.com |
3d4bcad27a94dfbd6a6c74d06f9224155c14aa09 | 0b935c82a4e7439d95668d66e82772dbbf02120c | /datalogger_corriente/json_respuesta.ino | 7e682584bf230414bbbeca5fb1d597bd4341a59a | [] | no_license | alonso651/datalogger_corriente | f6fe5fb0d9160554bf2e0d470a1a251f09b7adcd | b423e4d27553bd4d371ec6d85ad6c470127ad89a | refs/heads/master | 2021-04-02T20:59:05.354308 | 2020-03-18T20:15:54 | 2020-03-18T20:15:54 | 248,321,109 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,323 | ino | void json_respuesta(String dato) {
//parse JSON
int longitud = dato.length();
longitud += 1;
char jsonChar[longitud];
dato.toCharArray(jsonChar, sizeof(jsonChar));
StaticJsonBuffer<250> jsonBuffer;
JsonObject& root1 = jsonBuffer.parseObject(jsonChar);
// Test if parsing succeeds.
if (!root1.success()... | [
"alonso.651@gmail.com"
] | alonso.651@gmail.com |
a2b7991377d98d3b4a966c2f5fee1ad3c44a9a52 | 5145550a86e135711ddca85b105dbefdc7d135dd | /kernel/lib/instrumentation/vmo.cc | c684e0fdf47c3eeb43b0ad809dd7cf26dd119c7a | [
"MIT",
"BSD-3-Clause"
] | permissive | SkrShadow/Zircon | b949deaae212320593c27544fd454eea73d9eea7 | 7dc278a9cc8b09d46152c92dfe12aa8e43833f0e | refs/heads/master | 2022-10-13T22:05:34.428454 | 2020-06-12T03:28:30 | 2020-06-12T03:28:30 | 271,699,434 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,102 | cc | // Copyright 2019 The Fuchsia Authors
//
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT
#include <lib/instrumentation/vmo.h>
#include <lib/version.h>
#include <stdio.h>
#include <string.h>
#include <ktl/iterator.h>
#i... | [
"2937306076@qq.com"
] | 2937306076@qq.com |
ecc935cfbe22414c2386644fd675370940bc8f79 | eea0650512fbd3f2a69ed0f9185a62b6ff99807f | /main.cpp | 42e0f14b2e398952a5763f42fc9149cb6cdf6db0 | [] | no_license | Treefold/OOP-T3-Payment_List | ee379fa319203c56095f817ed9fb744b4523c000 | 40960c07b35783a1029fa7d30775da08b2a3fda3 | refs/heads/master | 2020-05-30T09:50:43.800296 | 2019-05-31T20:42:48 | 2019-05-31T20:42:48 | 189,655,985 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,138 | cpp | /**
Cerinte comune tuturor temelor:
1. tratarea exceptiilor
2. utilizarea variabilelor și functiilor statice
3. utilizarea conceptelor de Dynamic_Cast și Static_Cast
4. utilizarea sabloanelor
5. citirea informațiilor complete a n obiecte, memorarea și afisarea acestora
... | [
"noreply@github.com"
] | noreply@github.com |
a9a8da10894284ba427d9bcfcd433c6108ed25f2 | 327ee79a73ecfe0017977b34a07633bf7442d7dc | /myd3d/Physics/RigidBody/RBPolygon.cpp | 8fc02f6823cb66aa579b46079a33300e916a9343 | [] | no_license | IdiotCoderCodie/myd3d | cdd12368375c2c1fa4ab99f1d62057ed72450f45 | ba73f0570f9fc725ee50caabaafb05149e6c3378 | refs/heads/master | 2020-06-01T18:18:16.820237 | 2014-05-10T14:41:13 | 2014-05-10T14:41:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,557 | cpp | #include "RBPolygon.h"
RBPolygon::RBPolygon(void)
{
}
RBPolygon::RBPolygon(std::vector<glm::vec2>& vertices)
: m_vertices(vertices)
{
}
RBPolygon::~RBPolygon(void)
{
}
void RBPolygon::CollisionWithCircle(Circle& circle, ContactManifold& ContactManifold)
{
// TODO: Complete.
}
void RBPolygon::CollisionW... | [
"c.j.collinge@live.co.uk"
] | c.j.collinge@live.co.uk |
79aee13a4da092247e7092898831c64867970dff | 9b86e1e4c7767626aae543c845d2d81c09c4c269 | /Qt-4.8.4/include/Qsci/qscilexerruby.h | c16caef6ec71bc4a94c5629ad18ca381e257cc8d | [] | no_license | mantidproject/3rdpartyincludes | 9ab6a044a13462da4170c254dc1fac4ad2141aba | e8ad512effbb75bf15f4006412c2ff66d8bf0396 | refs/heads/master | 2016-09-15T21:37:04.900403 | 2015-06-29T13:56:07 | 2015-06-29T13:56:07 | 2,578,375 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,173 | h | // This defines the interface to the QsciLexerRuby class.
//
// Copyright (c) 2011 Riverbank Computing Limited <info@riverbankcomputing.com>
//
// This file is part of QScintilla.
//
// This file may be used under the terms of the GNU General Public
// License versions 2.0 or 3.0 as published by the Free Software
// ... | [
"martyn.gigg@stfc.ac.uk"
] | martyn.gigg@stfc.ac.uk |
c37dcb4effe7203456b0215e0e4fac3e3c96dfd6 | b5f6d2410a794a9acba9a0f010f941a1d35e46ce | /game/server/filters.cpp | d9ee2b347a1527b33a308008c9f78b39125c8073 | [] | no_license | chrizonix/RCBot2 | 0a58591101e4537b166a672821ea28bc3aa486c6 | ef0572f45c9542268923d500e64bb4cd037077eb | refs/heads/master | 2021-01-19T12:55:49.003814 | 2018-08-27T08:48:55 | 2018-08-27T08:48:55 | 44,916,746 | 4 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 18,136 | cpp | //========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#include "cbase.h"
#include "filters.h"
#include "entitylist.h"
#include "ai_squad.h"
#include "ai_basenpc.h"
// me... | [
"christian.pichler.msc@gmail.com"
] | christian.pichler.msc@gmail.com |
2887a02e24f13eae90fdf0eaf51d2466225a6886 | caed08477a7a2fb9b8ac250b4399806b93ca8805 | /tabs/WindGeneratorTab.h | 5973e0633c802b035f3bc2a29c650137404ebd3d | [] | no_license | EfanovIvan/Wind_farm_model | e12237e1ce49f0f3f050dbf78e750944030ec06b | 678266aecb77501fd9f04555823ffa72a375b7dc | refs/heads/main | 2023-06-16T16:12:28.933433 | 2021-07-10T13:42:31 | 2021-07-10T13:42:31 | 384,706,969 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,260 | h | #ifndef WINDGENERATORTAB_H
#define WINDGENERATORTAB_H
#include <QWidget>
#include <array>
#include <memory>
#include "models/WGProxyModel.h"
#include "utils/CheckSelection.h"
#include "utils/LoadDataFromFile.h"
#include "tabs/LineTab.h"
#include "windows/SpeedPowerWindow.h"
namespace Ui
{
class WindGenerator;
}
... | [
"efanovivan@mail.ru"
] | efanovivan@mail.ru |
924dc4b4cd2a2fc70b1a64ced0e77e9cfb3f5e80 | e82c548855b83d2298b2952f2e5ed67c5da4f57b | /webcam/face-recognition/real-time/real_time_face_recognition.cpp | 6dded93fc8b0e29cb5496e53a9fac514cf2c98d6 | [] | no_license | YongBig/raspberry-pi | 62ef1958a4a935169651e658239c15f788990cea | 0494ec766adb5b3c44c7ced197c5ce6bb6997b72 | refs/heads/master | 2023-03-17T15:06:46.311075 | 2021-02-07T18:07:39 | 2021-02-07T18:07:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,986 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include <unistd.h>
#include <string>
#include <iostream>
#include <rapidjson/document.h> // rapidjson's DOM-style API
#include "curl/curl.h"
#include "curl/easy.h"
#include "opencv.hpp"
/**
* A program to verify the face in front of an ... | [
"lhcsdn@gmail.com"
] | lhcsdn@gmail.com |
bba4fa9d1395636a5411d134dea32d782436531f | 78336cfb921519edb08eefdf297f810426fa467a | /app/src/main/cpp/dalvik/Allocc.cpp | d74f80031eaaf134dbed0b38ced93058b4405dd2 | [] | no_license | fengjixuchui/CustomAppVMP | 61f77aa6a803a30a4f5d5779c5535d84edc5fa91 | 2ecb3d3b0e5c5b45c449cf5e22163cd212793b77 | refs/heads/master | 2020-07-27T14:15:40.280932 | 2018-09-05T05:24:10 | 2018-09-05T05:24:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 876 | cpp | //
// Created by liu meng on 2018/9/5.
//
#include "Allocc.h"
dvmReleaseTrackedAlloc_func dvmReleaseTrackedAllocHook;
dvmAddTrackedAlloc_func dvmAddTrackedAllocHook;
dvmAllocObject_func dvmAllocObjectHook;
bool initAllocFuction(void *dvm_hand,int apilevel){
if (dvm_hand) {
dvmAllocObjectHook = (dvmAllocObj... | [
"admeng.liu@qunar.com"
] | admeng.liu@qunar.com |
d070ba8400579851f97a280393ccc8a693993b24 | 84ea1d2a1dd316505c214f92d492f9a4526ab019 | /nasteroid-seq-alt.cpp | 09d58cca133dbe6d4c1b4c5080ba0392851ac99e | [] | no_license | Napster653/uc3m-arquitectura_de_computadores-p2 | cdef34f5bffe276c5bcf709b9215e1bc865e1dc8 | 5b1d0f089a80e9ce80ac947420445ab6ccd3de3e | refs/heads/master | 2021-08-19T21:16:00.784529 | 2017-11-27T12:23:59 | 2017-11-27T12:23:59 | 111,582,551 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,211 | cpp | #include <iostream>
#include <random>
#include <stdlib.h>
#include <math.h>
using namespace std;
/**
* Clases:
* Asteroide
* Planeta
* Rayo
*/
class Asteroide
{
double pos_x, pos_y, vel_x, vel_y, acc_x, acc_y, fue_x, fue_y, ast_m;
public:
// Constructor vacío
Asteroide()
{
pos_x = 0; // Coordenada x
... | [
"31384686+PabloNapster@users.noreply.github.com"
] | 31384686+PabloNapster@users.noreply.github.com |
c2842c2268fc99cf844479cd5f19c2ff74544d83 | c00ce35c4eacee2ccc86eb967f868fcd3be07146 | /Exceptions/ExceptionBase.h | 77095db196a0a2a34733b62327801fb6b6ceb7c7 | [] | no_license | vkochano1/RoeLang | acc024103d4f7995f2067148f2ee9ca8bef13305 | 59058e7be5cd8908552526703bce249be5c2ed50 | refs/heads/master | 2022-08-11T02:42:04.906874 | 2022-08-03T04:07:23 | 2022-08-03T04:07:23 | 131,551,794 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 706 | h | #pragma once
#include <exception>
#include <iostream>
#include <sstream>
#include <string>
namespace roe
{
class ExceptionBase : public std::exception
{
public:
ExceptionBase(const std::string& text = "")
{
if (text.length())
ostrm_ << text;
}
ExceptionBase(const ExceptionBase& exc... | [
"vladimir.kochanov.g@gmail.com"
] | vladimir.kochanov.g@gmail.com |
1d445b0c1752bf3d8e82d332c118acc6661f1de4 | f202a89cba0f6cd05393a02103a1a887decb2561 | /Chapter4/chapter4.4/chapter4.4/chapter4.4.cpp | 366882afbd384663eab93a824fbd224b1f8d4579 | [] | no_license | Twice22/acceleratedcpp | 380fbca687a3ae940ede2135fe6df339abfb5d7f | 1165ffcc7e54ec36807db3d38fe04187dc38f0bf | refs/heads/master | 2021-01-22T12:17:53.231559 | 2017-05-31T08:42:45 | 2017-05-31T08:42:45 | 92,711,421 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,351 | cpp | // chapter4.4.cpp : définit le point d'entrée pour l'application console.
//
#include "stdafx.h"
#include <iostream>
#include <string>
#include <iomanip>
#include <algorithm>
using namespace std;
int digits(double n, int nb_decimal)
{
int result = nb_decimal + 1; // nb decimal + floating point
if (n < 0) {
res... | [
"victor.busa@gmail.com"
] | victor.busa@gmail.com |
8721e9cf46ec6f09959eb44c02e83b0460309e94 | 560d6f11bd9f006dcd65c445708562f513359a08 | /str2int/main.cpp | cc06f469ad6ff3cd57809b1f212c70b7722b949d | [] | no_license | caoh8/string | 54c9e77b2fd9ee4fcbb103eb147b91d3041bec56 | ecaa370aa933ef09410e417783ad908c86c2c380 | refs/heads/master | 2020-03-27T20:40:05.101102 | 2018-09-10T08:56:53 | 2018-09-10T08:56:53 | 147,084,711 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,828 | cpp | #include <iostream>
using namespace std;
// 1判断正负
// 2判断溢出
bool str2int(char* s, int &result)
{
bool ret = true;
static const int MAX_INT = (int)((unsigned)~0 >> 1);
static const int MIN_INT = -(int)((unsigned)~0 >> 1) -1;//边界
int n = 0;
int sign = 1;
if(s!=NULL)
{
if(*s)
... | [
"34362005+caoh8@users.noreply.github.com"
] | 34362005+caoh8@users.noreply.github.com |
fc3a4c2cfacc8d02478e401bbf66f099a9c79bd6 | c8e5db1b480007358485e38654faf046ff465b93 | /privatechatdlg.h | 0f08855a11c71d9fb21ae16e8e5c35280f8c8883 | [] | no_license | hk029/LetChat | 836adc02a55e7af9ed4a98ddfeaf16970f1fa4f5 | 578afb7c6f58ee18dd3da7dc29360389fdba80cb | refs/heads/master | 2021-01-21T14:09:17.478971 | 2016-06-23T11:57:01 | 2016-06-23T11:57:01 | 58,214,306 | 0 | 2 | null | 2016-05-23T11:29:13 | 2016-05-06T14:50:18 | Groff | UTF-8 | C++ | false | false | 1,153 | h | #ifndef PRIVATECHATDLG_H
#define PRIVATECHATDLG_H
#include <QDialog>
#include "allsetting.h"
namespace Ui {
class PrivateChatDlg;
}
class PrivateChatDlg : public QDialog
{
Q_OBJECT
public:
explicit PrivateChatDlg(QWidget *parent = 0);
PrivateChatDlg(QUdpSocket *s);
~PrivateChatDlg();
void se... | [
"hk2291976@hotmail.com"
] | hk2291976@hotmail.com |
f83aca584e416fcb8e21120f56d3cb77c6ae9b36 | 4d6c849c141576f11ac744852b3f83effcf3d7ac | /Framework/Framework.cpp | 9c54fedc0b6886c8947750514d8fd811d7a0a75d | [] | no_license | minjun3021/Minjun-want-to-sleep | 7be4706f1c9eeb932e8fc626bd33351f09ac73fe | 8cae45b43490bd13198b464216004558c6b2c250 | refs/heads/master | 2020-09-19T16:45:21.906129 | 2019-11-26T17:25:24 | 2019-11-26T17:25:24 | 224,246,554 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,461 | cpp | #include "stdafx.h"
#include "Framework.h"
#include "TimeManager.h"
#include "Audio.h"
Framework::Framework()
{
}
void Framework::Run(Scene* startScene, const wchar_t* title, int width, int height, bool isFullScreen)
{
if (SUCCEEDED(CoInitialize(NULL)))
{
if (winApp.Initialize(title, width, height, isFullScree... | [
"minjun3021@naver.com"
] | minjun3021@naver.com |
d57af50cfc33852781ebfb8aef6024a327961844 | e23df89e27ae7182f4d900fad1b9969758345298 | /src/Input.h | 6738e961f13e6ede3da3fe69f0b935576abf2d71 | [] | no_license | S-Erase/TSP-Solver | 1b24e4250f097917b70d285019266363937bf18a | 8cb9a0ff9fe7260cc5dcf1a3d9bbf1b9f713dbfe | refs/heads/main | 2023-01-29T18:04:50.353371 | 2020-12-14T18:21:23 | 2020-12-14T18:21:23 | 289,690,788 | 0 | 0 | null | 2020-11-18T12:33:40 | 2020-08-23T13:23:46 | C++ | UTF-8 | C++ | false | false | 1,401 | h | #pragma once
#include <SDL.h>
#include <SDL_image.h>
#include <algorithm>
#include "Selection.h"
#include "Vertex.h"
class Input
{
private:
//Mouse variables
static int mx0, my0, mx1, my1;
static SDL_Rect mrect;
static int mx, my;
static bool mousedown;
//Keyboard variables
static bool shiftpressed;
static b... | [
"campbellsimon666@gmail.com"
] | campbellsimon666@gmail.com |
fdd1010dde08051b3ae4fd5c61edc15602a211a8 | 9f44962b463e4bb8fe7c22c3996ee7a2993bde7d | /pnt/labelchild.cpp | 6979f87eafcbcf7fd231ce1809b693845d6ef6d6 | [] | no_license | vertil/pnt | 37ae9f08b45a29586ea8c5e94347aaeef0b0d321 | f02d2e5f24b80584f3b761fe5d963d508b2626b9 | refs/heads/master | 2020-05-25T12:36:40.417278 | 2019-06-24T11:37:30 | 2019-06-24T11:37:30 | 187,802,660 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,946 | cpp | #include "labelchild.h"
labelchild::labelchild(QWidget *parent)
{
}
labelchild::~labelchild()
{
}
void labelchild::mousePressEvent(QMouseEvent *event)
{
x=event->x();
y=event->y();
move=true;
}
void labelchild::mouseMoveEvent(QMouseEvent *event)
{
x1=event->x();
y1=event->y();
updat... | [
"vertil98@gmail.com"
] | vertil98@gmail.com |
059f75c61c79a05053eaa290e32d3bff0bd7b785 | 3a60ecb48b1a045fc86f80231371e1d038721d21 | /Source/Gui/Oscilloscope/Mask/MenuMask.h | 49efc046be3162814522896eed2212b3cdef650c | [] | no_license | jagdeepsingh02/DS203 | 4ba749ac3a8906f6138894cd9ad871b3fa16336f | d4164dba6d68aa794e674e6a7eee7f17d406a860 | refs/heads/master | 2021-01-19T10:18:03.481253 | 2012-12-15T18:19:10 | 2012-12-15T18:19:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,281 | h | #ifndef __MENUMASK_H__
#define __MENUMASK_H__
#include <Source/Core/Controls.h>
#include <Source/Core/ListItems.h>
#include <Source/Core/Settings.h>
#include <Source/Gui/Oscilloscope/Controls/GraphOsc.h>
#include "../Disp/ItemDisp.h"
class CMIButton : public CWndMenuItem
{
public:
virtual void Create(const char* ... | [
"gabonator@inmail.sk"
] | gabonator@inmail.sk |
8f304afb07492c5171f4dee2bd6badfadbab529f | 0ca3d403b5794f55ef3999a4f9c5bb44fa4c602d | /src/xtd.core/include/xtd/net/cookie_exception.h | b42860d793a24b885c30ca01831bc8c1905dfa36 | [
"MIT"
] | permissive | ExternalRepositories/xtd | 3bf26ff9bced18263f4d1a9bd551addd9976e115 | 5889d69900ad22a00fcb640d7850a1d599cf593a | refs/heads/master | 2023-07-15T16:52:14.008306 | 2021-08-26T20:25:22 | 2021-08-26T20:25:22 | 375,167,847 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,935 | h | /// @file
/// @brief Contains xtd::net::cookie_exception exception.
/// @copyright Copyright (c) 2021 Gammasoft. All rights reserved.
#pragma once
#include "../format_exception.h"
/// @brief The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
namespace xtd {
/// @brief The xt... | [
"gammasoft71@gmail.com"
] | gammasoft71@gmail.com |
7d4884a384dbfe268fd21be76de7f834fd897aa3 | cf8ddfc720bf6451c4ef4fa01684327431db1919 | /SDK/ARKSurvivalEvolved_DinoColorSet_Quetz_Bionic_parameters.hpp | c64d264073869db0cde551a7f28ae6c99b4b87eb | [
"MIT"
] | permissive | git-Charlie/ARK-SDK | 75337684b11e7b9f668da1f15e8054052a3b600f | c38ca9925309516b2093ad8c3a70ed9489e1d573 | refs/heads/master | 2023-06-20T06:30:33.550123 | 2021-07-11T13:41:45 | 2021-07-11T13:41:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 752 | hpp | #pragma once
// ARKSurvivalEvolved (329.9) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_DinoColorSet_Quetz_Bionic_classes.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Parameters
//--------------------------------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
ec11bcc8225a33b0946e2a535f2d0a243d40a2ea | ba9084a829d22f7788e8fd7088f833e6d48a3c81 | /module_04/ex02/ISquad.hpp | a62038e7ea0b2bd98917353c9106ab82321cee70 | [] | no_license | Kwevan/piscine_cpp | 3f86246ced4361c3bbd2de696c82947b94e6e536 | 923b1784486d7d80de6ae4f8703be75c48090d9c | refs/heads/master | 2023-03-01T06:32:02.519665 | 2021-02-11T09:20:45 | 2021-02-11T09:20:45 | 320,617,065 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 246 | hpp | #ifndef ISQUAD_HPP
#define ISQUAD_HPP
# include "ISpaceMarine.hpp"
class ISquad
{
public:
virtual ~ISquad(){}
virtual int getCount() const = 0;
virtual ISpaceMarine* getUnit(int) const = 0;
virtual int push(ISpaceMarine*) = 0;
};
#endif
| [
"kyg972@msn.com"
] | kyg972@msn.com |
8fbd05b0b0fa12b1a95622d1a58e2533ddec41ca | 1038fd8f34b8f978daf9ac8687b949caabb7b74d | /src/test/search/SCRDetectorTest.cpp | 4a9ada40e20a43caefc3592ab35f453c1a3e894d | [
"MIT"
] | permissive | play3577/sunfish4 | 14dca0c345e621f26480a83a238090c8067561df | a512c031f360a0e31dab5d39227fc4d91a93058f | refs/heads/master | 2021-07-01T21:07:39.259850 | 2017-09-17T15:33:36 | 2017-09-17T15:33:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,650 | cpp | /* SCRDetectorTest.cpp
*
* Kubo Ryosuke
*/
#include "test/Test.hpp"
#include "core/util/PositionUtil.hpp"
#include "search/tree/Tree.hpp"
#include "search/shek/SCRDetector.hpp"
using namespace sunfish;
namespace {
const char* PosStrBlackNoCheck =
"P1-KY-KE-GI-KI-OU-KI-GI-KE-KY\n"
"P2 * -HI * * * * * ... | [
"sunfish.shogi@gmail.com"
] | sunfish.shogi@gmail.com |
2740840dde3e62d405e6b87da3fc3b1f47cbd707 | 1f07512e696462f1f0168b7d6f7ed7b79083b81c | /Student news/main.cpp | 9073a3507c96324bbddf47648b6c7076df546b01 | [] | no_license | 20161104583/Student-news | 63da95e6d50f9228176765fe2482da8112558600 | 68a12764dde3d564669e6d685249590feb0b626f | refs/heads/master | 2021-08-28T01:21:41.529177 | 2017-12-11T02:10:40 | 2017-12-11T02:17:10 | 113,253,402 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 847 | cpp | //
// main.cpp
// Student news
//
// Created by 龙龙 on 2017/12/11.
// Copyright © 2017年 龙龙. All rights reserved.
//
//#include "stdafx.h"
#include <iostream>
using namespace std;
struct Student
{
char name[50];
char num[20];
int age;
struct Student *next;
};
int main(int argc, const char * argv[])
... | [
"Student news"
] | Student news |
9c875b0f1f1431d92a000ba47bcc28ed4ba49752 | 00a26e0b22c1bc21f1ef9bfc6f5a9662da6ab48f | /gb2020/b.cpp | 562cf17ae6c8d98cf20182dee535117ad0967507 | [] | no_license | poleioleiq/algorithm-icpc | 93fcb6c9a14b95fc348cc75ae9b711ad1d5192a0 | d4fd1ac6643f1033689d190bdf08df4a36c99fa6 | refs/heads/master | 2023-05-29T06:01:03.424594 | 2021-06-03T06:17:03 | 2021-06-03T06:17:03 | 373,396,744 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,765 | cpp | //#pragma GCC optimize(2)
#include <iostream>
#include <cstdio>
#include <cmath>
#include <cstring>
#include <climits>
#include <queue>
#include <vector>
#include <stack>
#include <algorithm>
#include <cctype>
#define FAST_IO std::ios::sync_with_stdio(false), std::cin.tie(0), std::cout.tie(0)
#define mem(a, b) memset(... | [
"1049330067@qq.com"
] | 1049330067@qq.com |
c041e41f4c3980d5e2b4b048ef6a2efa538c0a9b | 2238c7e62b9eac2c10cd22c94e56b4199ab04639 | /llvm/tools/llvm-jitlink/llvm-jitlink-elf.cpp | 3f222af3222daa7963e58e0031d858a5ee033705 | [
"NCSA",
"LLVM-exception",
"Apache-2.0"
] | permissive | sshyran/llvm-project | ba3ee96c709f12f92152525a9b54a9a915cb74b7 | eae3b2a715d7fd1aea0ce1c78ac7a04957b72728 | refs/heads/main | 2023-04-16T02:33:32.595711 | 2021-03-30T17:33:10 | 2021-03-30T17:33:10 | 353,088,163 | 1 | 0 | null | 2023-04-03T23:16:14 | 2021-03-30T17:37:16 | null | UTF-8 | C++ | false | false | 6,377 | cpp | //===---- llvm-jitlink-elf.cpp -- ELF parsing support for llvm-jitlink ----===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | [
"lhames@gmail.com"
] | lhames@gmail.com |
419f52db3e2fb9cc6749a6122ff4bc0e9a22d27f | f371a1e57b354cc1b985dbfc17f057c186d9f7a0 | /acmicpc.net/source/2739.cpp | 6011931d335a30a88377a96b9dca7b5295ceee11 | [
"MIT"
] | permissive | tdm1223/Algorithm | 7ea3d79eaa7244a1cfe8a420e25d89b783465e8f | c773ab0338e5a606ad0fc7d8989b0ee7cc1bf3fa | refs/heads/master | 2022-11-14T01:34:08.955376 | 2022-10-30T11:00:54 | 2022-10-30T11:00:54 | 143,304,153 | 8 | 9 | null | 2019-08-06T02:41:24 | 2018-08-02T14:16:00 | C++ | UTF-8 | C++ | false | false | 235 | cpp | // 2739. 구구단
// 2019.05.20
// 출력
#include<iostream>
using namespace std;
int main()
{
int n;
cin >> n;
// n단 출력
for (int i = 1; i < 10; i++)
{
cout << n << " * " << i << " = " << n * i << endl;
}
return 0;
}
| [
"tdm1223@naver.com"
] | tdm1223@naver.com |
c7c1fb6da5a020a0be55bc7a6c10abfee0fac1e8 | 13a32b92b1ba8ffb07e810dcc8ccdf1b8b1671ab | /home--tommy--mypy/mypy/lib/python2.7/site-packages/pystan/stan/lib/stan_math/stan/math/rev/scal/fun/log_sum_exp.hpp | 10d8dfca1760fc197149ad6833ed684aeba0c562 | [
"Unlicense",
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | tommybutler/mlearnpy2 | 8ec52bcd03208c9771d8d02ede8eaa91a95bda30 | 9e5d377d0242ac5eb1e82a357e6701095a8ca1ff | refs/heads/master | 2022-10-24T23:30:18.705329 | 2022-10-17T15:41:37 | 2022-10-17T15:41:37 | 118,529,175 | 0 | 2 | Unlicense | 2022-10-15T23:32:18 | 2018-01-22T23:27:10 | Python | UTF-8 | C++ | false | false | 1,941 | hpp | #ifndef STAN_MATH_REV_SCAL_FUN_LOG_SUM_EXP_HPP
#define STAN_MATH_REV_SCAL_FUN_LOG_SUM_EXP_HPP
#include <stan/math/rev/core.hpp>
#include <stan/math/rev/scal/fun/calculate_chain.hpp>
#include <stan/math/prim/scal/fun/log_sum_exp.hpp>
namespace stan {
namespace math {
namespace {
class log_sum_exp_vv_vari... | [
"tbutler.github@internetalias.net"
] | tbutler.github@internetalias.net |
dcf286ad2cbcb3c610225e44ddd4f5278ee6d8aa | 7c785e161ae4f6b1b92d70c1ab988d0e20f6c23c | /labs/lab9/lab9.cpp | 42e2254e49ded4d06b4c7a15c5d3d6f69f5d6a7c | [] | no_license | farhiya-osman/CS162-coursework | 6d756563a9dab20302cd2c8d59ded722ffc98fab | c85f7bc5f1750dec2c8eb03777f9ec464f37c86d | refs/heads/master | 2022-10-10T10:07:54.024450 | 2020-06-13T21:03:41 | 2020-06-13T21:03:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 593 | cpp | #include "lab9.h"
int main(){
lab9 l;
cout << " Please enter the desired length of the array. " << endl;
int option;
cin >> option;
int* arr = new int[option];
if (option >=0 && option <=20 ){
l.populate_arr(option, arr);
l.msort2(arr,0, option-1);
for(int i = 0; i<option; i++... | [
"noreply@github.com"
] | noreply@github.com |
4432e198e0600c76b7eaf8aff2b994a450335e64 | 4bcc9806152542ab43fc2cf47c499424f200896c | /tensorflow/compiler/mlir/tensorflow/transforms/xla_call_module_serialization.cc | a75bf4c75d80330d95bbf67533577e388d01ab15 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause"
] | permissive | tensorflow/tensorflow | 906276dbafcc70a941026aa5dc50425ef71ee282 | a7f3934a67900720af3d3b15389551483bee50b8 | refs/heads/master | 2023-08-25T04:24:41.611870 | 2023-08-25T04:06:24 | 2023-08-25T04:14:08 | 45,717,250 | 208,740 | 109,943 | Apache-2.0 | 2023-09-14T20:55:50 | 2015-11-07T01:19:20 | C++ | UTF-8 | C++ | false | false | 9,654 | cc | /* Copyright 2023 The TensorFlow Authors. 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
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
7431c5f28681664cbef482991a41ef1ca2cf8ffb | ec26b4389ecc483ff4fd464e0e0f237095a27675 | /src/camera/usbcam/src/usbcam_node.cpp | c621c0f4d490e982e82089c5fbff10be54c342db | [] | no_license | jucic/Macaca_linux_reconstructure | 2d7b78ffa2e8c91a9f648086120b0938677e212d | 2beafed6dcfb1f06580768e9b2ef92074f2b89a2 | refs/heads/master | 2020-03-20T19:28:23.864892 | 2018-06-17T08:20:45 | 2018-06-17T08:20:45 | 137,639,274 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,013 | cpp | #include <iostream>
#include <ros/ros.h>
#include <image_transport/image_transport.h>
#include <camera_info_manager/camera_info_manager.h>
#include <sensor_msgs/CameraInfo.h>
#include <opencv2/opencv.hpp>
#include <cv_bridge/cv_bridge.h>
#include <boost/shared_ptr.hpp>
#include <string>
using namespace std;
int main(i... | [
"2726089241@qq.com"
] | 2726089241@qq.com |
08503d0aaa9ac683deaa0521340614c399196735 | 73f88b9d8055c1bc5ed408319ffed9fa72af628b | /src/RenderSystem.Direct3D11/GraphicsContextDirect3D11.cpp | db257b5b96ea17715f44dd5137c8a3d6a00cdc60 | [
"MIT"
] | permissive | Mourtz/pomdog | 3841c015012f0bb8f4e45c3524a66ced11abd448 | b3f678033b2b41ec5bbf9c5079810b1082aa293d | refs/heads/master | 2020-12-25T04:01:47.810430 | 2015-09-10T11:57:25 | 2015-09-10T11:57:25 | 38,495,875 | 1 | 0 | null | 2015-07-07T09:48:00 | 2015-07-03T14:12:26 | C++ | UTF-8 | C++ | false | false | 21,228 | cpp | // Copyright (c) 2013-2015 mogemimi.
// Distributed under the MIT license. See LICENSE.md file for details.
#include "GraphicsContextDirect3D11.hpp"
#include "BufferDirect3D11.hpp"
#include "PipelineStateDirect3D11.hpp"
#include "RenderTarget2DDirect3D11.hpp"
#include "SamplerStateDirect3D11.hpp"
#include "Texture2DDi... | [
"mogemimi@enginetrouble.net"
] | mogemimi@enginetrouble.net |
9cefd76b7fd91484901554bf8f47c3ad7ad307a3 | 59d26f54e985df3a0df505827b25da0c5ff586e8 | /OJ_UVA/completed/544 - Heavy Cargo_AC.cpp | d513914a44051aafca2cac25a4451f0dec1d31de | [] | no_license | minhaz1217/My-C-Journey | 820f7b284e221eff2595611b2e86dc9e32f90278 | 3c8d998ede172e9855dc6bd02cb468d744a9cad6 | refs/heads/master | 2022-12-06T06:12:30.823678 | 2022-11-27T12:09:03 | 2022-11-27T12:09:03 | 160,788,252 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,392 | cpp | #include<bits/stdc++.h>
//#include<iostream>
using namespace std;
#define check(a) cout << a << endl;
#define cc(a) cout << a << endl;
#define msg(a,b) cout << a << " : " << b << endl;
#define msg2(a,b,c) cout << a << " : " << b << " : " << c << endl;
#define INF 5000000
struct edge{
int u,v,w;
edge(int uu, int... | [
"minhaz1217@gmail.com"
] | minhaz1217@gmail.com |
e3adb17fd49dfd1c0fa6caa454e3dabc95867588 | 0150323b8715b4194456415a94fe303bfd625263 | /prototypes/camera_smoothing_demo/SmoothCam/Test.cpp | 6f9258254e0e3420b04bea0b9776bf2391de735e | [] | no_license | Chris112/sep | a3d16499ea5c74b5687ed10300cc8072942802b2 | a173ca381a5b0119a3d379686dce1f9bc2f74f74 | refs/heads/master | 2021-01-21T08:12:02.178475 | 2015-03-19T02:47:58 | 2015-03-19T02:47:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,104 | cpp | #include <iostream>
#include <cmath>
#include <SFML/Graphics.hpp>
#define PI 3.14159265
using namespace std;
sf::Vector2i Extrapolation(sf::Vector2f circlePoint, sf::Vector2i posArray[7])
{
double diffX;
double diffY;
double sumX = 0;
double sumY = 0;
for (int i = 6; i > 0; i--)
{
diffX = p... | [
"declanw@concap.com.au"
] | declanw@concap.com.au |
7c2f2fb87e38e92c1a06c3f5d4487139e32db314 | fc91ba45e3ad86fd0993f7f5180f1f37b4cb6bf6 | /src/diffuse.cpp | 8bbc7c243ca1c4bb05ae7ce3551a5603bbb28ec0 | [] | no_license | mcihanozer/Nori_Based_Path_Tracer | 77062e9f5e34b28dc079e708e980bc6d3b44febb | bbaaabfb121cb8c2c99a02e6e202e8639f0137e4 | refs/heads/master | 2021-01-25T04:35:59.822486 | 2017-06-05T23:05:44 | 2017-06-05T23:05:44 | 93,453,891 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,828 | cpp | /*
This file is part of Nori, a simple educational ray tracer
Copyright (c) 2012 by Wenzel Jakob and Steve Marschner.
Nori is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License Version 3
as published by the Free Software Foundation.
Nori ... | [
"mco@mcihanozer.com"
] | mco@mcihanozer.com |
9f0905520ebe395c5e3b4af99a0c3237c9de44bd | 1ef9f7cf178dae8c4c5fde529d281184012df9c3 | /engine/source/public/engine/ecs/component_view.hpp | 51a82e32dfeb2fe3789a1babe6ca66f6fe5219a0 | [
"MIT"
] | permissive | kociap/GameEngine | a5d976f125786f3339e2c289cf68dbdd469fbe27 | ff5f1ca589df5b44887c3383919a73bbe0ab05a0 | refs/heads/master | 2021-07-16T14:17:17.215078 | 2020-05-18T12:48:06 | 2020-05-18T12:48:06 | 158,875,033 | 15 | 1 | MIT | 2020-04-17T14:05:18 | 2018-11-23T20:24:40 | C++ | UTF-8 | C++ | false | false | 7,564 | hpp | #ifndef ENGINE_ECS_COMPONENT_VIEW_HPP_INCLUDE
#define ENGINE_ECS_COMPONENT_VIEW_HPP_INCLUDE
#include <core/math/math.hpp>
#include <core/atl/utility.hpp>
#include <engine/ecs/component_container.hpp>
#include <core/atl/tuple.hpp>
namespace anton_engine {
template <typename... Components>
class Component_View ... | [
"p.kocia@wp.pl"
] | p.kocia@wp.pl |
8f545bdd7cb629c43717758649e3ad48019bd06d | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/tar/hunk_414.cpp | f88827ff9b57c8bb57b6c0f7bfd36b4e929e2fb4 | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,159 | cpp | +/* Copyright (C) 1989, 1997, 1998, 1999 Aladdin Enterprises. All rights reserved. */
+
+/*$Id: ansi2knr.c $*/
+/* Convert ANSI C function definitions to K&R ("traditional C") syntax */
+
+/*
+ansi2knr is distributed in the hope that it will be useful, but WITHOUT ANY
+WARRANTY. No author or distributor accepts respo... | [
"993273596@qq.com"
] | 993273596@qq.com |
458b3c2ea7811c82745306237b9e798ce08c616a | 48d66432cb9c501f4ed9dec9ee35ae2c9f88a932 | /LeetCode/LeetCode1266:访问所有点的最小时间.cpp | 5f94d935f1b5e4625a0704d9ac00be7df58563de | [] | no_license | SaberSE/ACM_Coding_Plan | 85b7e52b6d4f466831393e339f5e5cfeed26b350 | f26cb9d453bcce4e22e6a2f503d8f7c064a2c046 | refs/heads/master | 2022-03-25T19:50:07.334434 | 2019-12-19T08:33:09 | 2019-12-19T08:33:09 | 277,805,215 | 1 | 0 | null | 2020-07-07T12:04:40 | 2020-07-07T12:04:40 | null | UTF-8 | C++ | false | false | 388 | cpp | /*
思路:切比雪夫距离,两点间的距离为max(abs(x1-x2), abs(y1-y2)).
*/
class Solution {
public:
int minTimeToVisitAllPoints(vector<vector<int>>& points) {
int dis = 0;
for(int i = 0; i < points.size() - 1; ++i) {
dis += max(abs(points[i][0] - points[i + 1][0]), abs(points[i][1] - points[i + 1][1]));
... | [
"maxmalmap@qq.com"
] | maxmalmap@qq.com |
7056d2fc3b987425771891f16c2e04b133106e88 | c8e6f194669663e0e2748dbc56a7172b9ea008f7 | /.localhistory/c/Users/Alfa-Dozent/Documents/Visual Studio 2015/Projects/GUI/GUI/1471946280$DrawingPanel.h | 71c3753dfbfbf7333c64d3e37c56a7e64aa75244 | [] | no_license | itreppert/GUI | 1922e781d804d17cb8008197fdbfa11576077618 | 9ca4ea0531eb45a4462a4d8278aec67f8c2705ef | refs/heads/master | 2020-04-17T20:29:10.965471 | 2016-09-06T13:18:01 | 2016-09-06T13:18:01 | 67,501,677 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,016 | h | #pragma once
public ref class DrawingPanel :public System::Windows::Forms::Panel
{
public:
DrawingPanel()
{
}
virtual ~DrawingPanel()
{
}
void drawHouse(System::Graphics^ graphics, int startPositionX, int startPositionY, double scaleFactorX, double scaleFactorY)
{
System::Drawing::Pen^ penBlue = gcnew Sy... | [
"Alfa-Dozent@SB-U03-001"
] | Alfa-Dozent@SB-U03-001 |
e6d03d86572062c7f9089a4bd1c1d1b9ba72b149 | f29aa1948839b80f9a7bfada004011c4602a79d5 | /src/HDPenReg/lars/Lars.h | 35b9330c36dc5a1275ab379e19950dbe2460723e | [] | no_license | Ivis4ml/HDPenReg | 8b502a865d5451a91e7693d83b7370c8486d33c2 | 6d4064a508aadda5396a3c36ffb256fe5766e80e | refs/heads/master | 2021-04-28T13:34:36.527008 | 2018-01-19T16:06:10 | 2018-01-19T16:06:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,546 | h | /*--------------------------------------------------------------------*/
/* Copyright (C) 2013-2013 Serge Iovleff, Quentin Grimonprez
This program 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 Found... | [
"csardi.gabor+cran@gmail.com"
] | csardi.gabor+cran@gmail.com |
62aabcb139f1b906860821cf8810a358b2c93aa2 | 487f88955f150fc034baae5a727994c29636398b | /opensplice/install/HDE/x86_64.linux/include/dcps/C++/isocpp/dds/core/xtypes/detail/PrimitiveTypes.hpp | a7f06cc34a57c023b6dc99f9e57c1d1b57c8ee60 | [
"Apache-2.0"
] | permissive | itfanr/opensplice-cpp-cmake | 6ddb8767509904c8b2a3cd3d3fafc3b460202ea0 | d9a3eac9d7e91d3a5f114c914a449a9911d1d1ea | refs/heads/master | 2020-04-01T22:32:35.124459 | 2018-10-19T05:34:14 | 2018-10-19T05:34:14 | 153,714,000 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,012 | hpp | /*
* OpenSplice DDS
*
* This software and documentation are Copyright 2006 to PrismTech
* Limited, its affiliated companies and licensors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance wit... | [
"bjq1016@126.com"
] | bjq1016@126.com |
46d5b6753d8a04af63fda8d915644e67aa2ac6a1 | 4503b4ec29e9a30d26c433bac376f2bddaefd9e5 | /XtreamToolkit/v16.4.0/Source/CommandBars/XTPCommandBars.cpp | a6aa688e4e96f528f49278fb441e35f092740f97 | [] | no_license | SwunZH/ecocommlibs | 0a872e0bbecbb843a0584fb787cf0c5e8a2a270b | 4cff09ff1e479f5f519f207262a61ee85f543b3a | refs/heads/master | 2021-01-25T12:02:39.067444 | 2018-02-23T07:04:43 | 2018-02-23T07:04:43 | 123,447,012 | 1 | 0 | null | 2018-03-01T14:37:53 | 2018-03-01T14:37:53 | null | UTF-8 | C++ | false | false | 58,177 | cpp | // XTPCommandBars.cpp : implementation of the CXTPCommandBars class.
//
// This file is a part of the XTREME COMMANDBARS MFC class library.
// (c)1998-2013 Codejock Software, All Rights Reserved.
//
// THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE
// RE-DISTRIBUTED BY ANY MEANS WHATSOEVER... | [
"kwkang@3e9e098e-e079-49b3-9d2b-ee27db7392fb"
] | kwkang@3e9e098e-e079-49b3-9d2b-ee27db7392fb |
43efbc66ecad085dfecd87a4a651f22c94341239 | 2bb9c2f4bf0ce6006efe049e706098f11e1061fc | /Metal/Client/Client/BossBody.cpp | 5b92df81b4bf1f7a145434c8f86d64a7f6178ed5 | [] | no_license | loveforyui/MyCode | 4fe5467368aaff6b001d9d19d6916deebcefd23a | 9c6e2b33073efc81c2ee3ef76bdd6f596f28767d | refs/heads/master | 2021-01-16T21:41:53.473181 | 2017-11-06T01:02:16 | 2017-11-06T01:02:16 | 100,230,465 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 7,934 | cpp | #include "stdafx.h"
#include "BossBody.h"
#include "Monster.h"
CBossBody::CBossBody()
{
}
CBossBody::~CBossBody()
{
}
void CBossBody:: Init ()
{
char buf[256] = "";
sprintf_s(buf, "%s%s", IMG_PATH, "monster/stage01/body/");
IMG_LOAD(L"monster/stage01/body/", buf);
dynamic_cast<CMonster... | [
"horonomail@gmail.com"
] | horonomail@gmail.com |
3dd78f755e90c632b6a141172e0519675f0142a0 | dbd4be4155fa227e1268b091147c4437a2f215be | /C++/MFTI/LOSH/olymp/taskC.cpp | 3c9edd04646d30e342fadd19646991b3d560880e | [] | no_license | pshpis/School_olymp | 5bdf8e885050f80e68c8407940c7289d3d413592 | 723b6121cc1a0746d0911c5a79076d9589a75839 | refs/heads/main | 2023-03-24T08:34:47.600204 | 2021-03-17T08:20:39 | 2021-03-17T08:20:39 | 348,629,219 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 996 | cpp | #include <iostream>
#include <vector>
#include <cmath>
#include <algorithm>
#include <set>
#include <map>
#define watch(x) cout << (#x) << " is " << (x) << endl
#define pb(x) push_back(x)
#define pow2(x) ((x)*(x))
#define max3(a, b, c) max(a, max(b, c))
#define min3(a, b, c) min(a, min(b, c))
#define fr(i, n) for (int... | [
"51034972+pshpis@users.noreply.github.com"
] | 51034972+pshpis@users.noreply.github.com |
93462264e2c42302033fad58c841c2691150ce22 | d3a1e7ddd23f27e67a6915a1e4a2ae7636900ea1 | /BEv1.0/cmake-build-debug/report.pb.h | 760d7413c551f35b1b8208191a17cc6356c9c102 | [] | no_license | TaliShiva/Samples | e28426c3e89e2abb0d39d405bb338f86aada3898 | 50c3a9054b6500cff7608284ae91cce951f8a01e | refs/heads/master | 2020-04-23T22:56:49.485572 | 2019-02-19T17:34:07 | 2019-02-19T17:34:07 | 171,514,587 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 39,219 | h | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: report.proto
#ifndef PROTOBUF_report_2eproto__INCLUDED
#define PROTOBUF_report_2eproto__INCLUDED
#include <string>
#include <google/protobuf/stubs/common.h>
#if GOOGLE_PROTOBUF_VERSION < 3001000
#error This file was generated by a newer version ... | [
"talishiva@mail.ru"
] | talishiva@mail.ru |
1082689d06995e04ee2f799f8c05162a1dc20342 | b8c72b879744e9eab3f447032a6265c5336fff6c | /CodeBlocks/Chapter02/filter_1/filter_1.cpp | 5e8aea19fe44ceb572317ab7cc891c90944b2206 | [] | no_license | mobilenjoy/learning_cpp_functional_programming_kor | 3f722236af31b1eb2f79111d84f94c94573d6151 | 8b962a89ad1682179489ab725ba0a62500dff698 | refs/heads/master | 2020-04-29T06:57:47.965280 | 2019-01-20T07:18:52 | 2019-01-20T07:18:52 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,097 | cpp | /* filter_1.cpp */
#include <vector>
#include <algorithm>
#include <iterator>
#include <iostream>
using namespace std;
auto main() -> int
{
cout << "[filter_1.cpp]" << endl;
// 몇 개의 정수를 벡터에 추가한다.
vector<int> numbers;
for (int i = 0; i < 20; ++i)
numbers.push_back(i);
// 벡터 numbers를 출력한다.
cout << "The origin... | [
"nnhope@hotmail.com"
] | nnhope@hotmail.com |
4749ee6cfd0b4d028d5ee2ac9973c3fb4bea15f3 | 11b4a03bac502ef894a1bccc6074737aecbea7bf | /public/src/ystexturemanager/src/null/ystexturemanager_null.cpp | 0bc577be46fce891acda3f44cecf648450ffb59a | [] | no_license | beefeater1994/Advanced-Engineering-Computation | 0006e746a425f6c74abdae98f18b605571969959 | 0d90f4023f72ce45689da0738bb6e0e58b686045 | refs/heads/master | 2020-05-24T19:42:27.625311 | 2017-03-13T21:15:41 | 2017-03-13T21:15:41 | 84,874,784 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 777 | cpp | #include "ystexturemanager_nownd.h"
YSRESULT YsTextureManager::Unit::Bind(int) const
{
return YSERR;
}
YSRESULT YsTextureManager::Unit::BindFrameBuffer(void) const
{
return YSERR;
}
/* static */ YsTextureManager::ActualTexture *YsTextureManager::Alloc(void)
{
return nullptr;
}
/* static */ void YsTextureManager... | [
"ruihanf2016@gmail.com"
] | ruihanf2016@gmail.com |
459d24c995d60247ffb1c76fa82ce58e5d77a365 | bd80b66911386716f4f98c0a894c17eafaba2487 | /CS450.HW1/HW1/Ball.h | f2bd866251da2890a9f0bf09c4b1d9a53c3cb2c7 | [] | no_license | nartpullif/CS450 | e39c0145483c5ee4c788eb01bea6decfc8e61a20 | 844a56b676699abaa3ec7114dc260b7ae371ebdd | refs/heads/master | 2021-05-29T13:12:06.628943 | 2015-08-20T11:15:07 | 2015-08-20T11:15:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,431 | h | #if !defined(BALL_H)
#include "settings.h"
class Ball
{
public:
Ball();
Ball(GLfloatPoint2D pos);
void resetBall(void);
void setColor3f(GLfloatColor3f&);
void setRandomVecterSpeed2f(GLfloatPoint2D&);
void toggleMovement(void);
inline void toggleFill(void){fillToggle = !fillToggle;}
... | [
"phil10tran@gmail.com"
] | phil10tran@gmail.com |
7dc2b96a715b50491c6924800720c2758dcf080f | 0150d34d5ced4266b6606c87fbc389f23ed19a45 | /Cpp/SDK/BP_MapMarker_Frontline_classes.h | 4143a56b5803276ecdcc936b49dae96ad0d2553b | [
"Apache-2.0"
] | permissive | joey00186/Squad-SDK | 9aa1b6424d4e5b0a743e105407934edea87cbfeb | 742feb5991ae43d6f0cedd2d6b32b949923ca4f9 | refs/heads/master | 2023-02-05T19:00:05.452463 | 2021-01-03T19:03:34 | 2021-01-03T19:03:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,191 | h | #pragma once
// Name: S, Version: b
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
/*!!HELPER_DEF!!*/
/*!!DEFINE!!*/
namespace UFT
{
//---------------------------------------------------------------------------
// Classes
//---------------------------------------------------------------------------
// WidgetBl... | [
"tahmaniak@gmail.com"
] | tahmaniak@gmail.com |
8eabd74d196a682a1bf0c82193a3fb912cf3ed7b | d217d87eda5567d220bab15e49094d688c77eb08 | /src/menu/TextButton.cpp | dda9c360319fefb168276927c972592f77caf62d | [] | no_license | TheNinthFox/icw | daf9fcc87631686b45059ee20faa76432f87aed1 | ec4f9c1dc80b1b993f36ae23de9bf927dbe361d4 | refs/heads/master | 2020-04-15T04:40:22.306440 | 2014-10-19T19:59:11 | 2014-10-19T19:59:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,384 | cpp | #include <lib/menu/Menu.hpp>
#include "lib/menu/TextButton.hpp"
TextButton::TextButton() :
mFont()
, mText()
, mTextColor()
, mHighlightTextColor()
, mBackgroundColor()
, mShape()
, mClickFunction()
, mHighlighted( false )
{
}
void TextButton::update( sf... | [
"adrian.cieluch@gmail.com"
] | adrian.cieluch@gmail.com |
89e86b030731cf3e8785aaf8e1f6a9f6f86997ef | fc056b2e63f559087240fed1a77461eb72b2bf8e | /src/Core/GCAddEffectToTile.h | 7e652840760516a0dbf460b385fe0cfee231f27e | [] | no_license | opendarkeden/server | 0bd3c59b837b1bd6e8c52c32ed6199ceb9fbee38 | 3c2054f5d9e16196fc32db70b237141d4a9738d1 | refs/heads/master | 2023-02-18T20:21:30.398896 | 2023-02-15T16:42:07 | 2023-02-15T16:42:07 | 42,562,951 | 48 | 37 | null | 2023-02-15T16:42:10 | 2015-09-16T03:42:35 | C++ | UHC | C++ | false | false | 2,766 | h | //////////////////////////////////////////////////////////////////////////////
// Filename : GCAddEffectToTile.h
// Written By : elca@ewestsoft.com
// Description :
// 기술이 성공했을때 보내는 패킷을 위한 클래스 정의
//////////////////////////////////////////////////////////////////////////////
#ifndef __GC_ADD_EFFECT_TO_TILE_H__
#de... | [
"tiancaiamao@gmail.com"
] | tiancaiamao@gmail.com |
28bf4c337d3094f8ed6132391336a09c1e33fdac | 6736351193d21906f41b911b96556d3a333f360e | /struktura.hpp | 8d408c131baaa3c257e103b3d7d33e98c3c35cfe | [] | no_license | Aspectrus/3-darbas | 06ac883eb992f4501a4ca8aa96f05a60ac1c8339 | bb8b9d179ecd30d680780bb165034beca42b80ba | refs/heads/master | 2020-03-10T06:00:18.439584 | 2018-05-31T06:10:24 | 2018-05-31T06:10:24 | 129,229,707 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,004 | hpp | #ifndef STRUKTURA_HPP
#define STRUKTURA_HPP
#include <algorithm>
using std::cout;
using std::cin;
template <typename T> void spausdintifaila(const T kiet, const T varg, int i)
{
std::ofstream out("output"+std::to_string(i)+".txt");
out<<std::left<<std::setw(15)<<"Pavarde"<<std::left<<std::setw(15) <<"Vardas"<<st... | [
"36190109+Aspectrus@users.noreply.github.com"
] | 36190109+Aspectrus@users.noreply.github.com |
9ac777d902f21f973999098cf7ba9f30a385c9f3 | dc2e0d49f99951bc40e323fb92ea4ddd5d9644a0 | /Cecily/SDK/ThirdLibrary/include/activemq-cpp/decaf/lang/Runtime.h | 6fa73382ee7a8115a76565a56a2142c00ae14018 | [] | no_license | wenyu826/CecilySolution | 8696290d1723fdfe6e41ce63e07c7c25a9295ded | 14c4ba9adbb937d0ae236040b2752e2c7337b048 | refs/heads/master | 2020-07-03T06:26:07.875201 | 2016-11-19T07:04:29 | 2016-11-19T07:04:29 | 74,192,785 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,636 | h | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | [
"626955115@qq.com"
] | 626955115@qq.com |
bbbac3113dd9bb8f1c73ba5dbf5320d20aed3560 | ece46d54db148fcd1717ae33e9c277e156067155 | /SDK/arxsdk2011/samples/database/ARXDBG/TransDbClones/ArxDbgUiTdmTransDbClones.cpp | 56e5a7da879ef9fa2f276d4ebdac67c5d5e9821f | [] | no_license | 15831944/ObjectArx | ffb3675875681b1478930aeac596cff6f4187ffd | 8c15611148264593730ff5b6213214cebd647d23 | refs/heads/main | 2023-06-16T07:36:01.588122 | 2021-07-09T10:17:27 | 2021-07-09T10:17:27 | 384,473,453 | 0 | 1 | null | 2021-07-09T15:08:56 | 2021-07-09T15:08:56 | null | UTF-8 | C++ | false | false | 4,800 | cpp | //
// (C) Copyright 1998-2006 by Autodesk, Inc.
//
// Permission to use, copy, modify, and distribute this software in
// object code form for any purpose and without fee is hereby granted,
// provided that the above copyright notice appears in all copies and
// that both that copyright notice and the limited warran... | [
"zhangsensen@zwcad.com"
] | zhangsensen@zwcad.com |
710e6580a21bf0c779df8450fbe33b4d167d07ee | fb8024d329b647e8b2dbab1c477f5dfad995440e | /TestApp.cpp | d541b5be0261852d9ba3f55dbc9129f167a95a01 | [] | no_license | hamdav01/MittHanoiGame | bb9e942bf1172bb2d8df46dcae6a34442edef166 | 32e939ae67e5382ddae9909107293b7774a0e8d3 | refs/heads/master | 2021-01-10T11:33:37.980527 | 2016-03-29T13:13:51 | 2016-03-29T13:13:51 | 54,900,892 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 6,942 | cpp | //------------------------------------------------------------------------------
// Fil: TestApp.cpp
// Author: Hampus Davidsson
// Datum: 2016-02-17
//------------------------------------------------------------------------------
#include "TestApp.h"
#include <iostream>
#include <string>
#include "Replay.h"
//--------... | [
"hampus.davidsson@gmail.com"
] | hampus.davidsson@gmail.com |
b7adb7a410fac08b875a2df1a727191af940687d | dabebba085c243610b5dae1d3026859445ca18c8 | /BlairAnderson_PROG2400_Assignment03/Source.cpp | d0d679a0faf061c2cbbc752d19c8ff153a55c896 | [] | no_license | blairlanderson/Sort-Comparison | 2c272ce6a81f9aa379edf5a8a11883b11a11066d | dd1c835c91fb1c3518d76754bddc34c8a79d81b0 | refs/heads/master | 2021-03-19T07:13:18.100382 | 2015-05-14T00:26:52 | 2015-05-14T00:26:52 | 35,580,019 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,820 | cpp | #include <conio.h>
#include <iostream>
#include <cstdlib>
#include <time.h>
#include <string>
#include <fstream>
#include "Sorts.h"
using namespace std;
void printArray(int a[], int size);
void printArray(string a[], int size);
void fillArray();
//properties
const int ARRAY_SIZE = 50000;
int theArray[ARRAY_SIZE];... | [
"blair.l.anderson@gmail.com"
] | blair.l.anderson@gmail.com |
969f4a294278d9224b78abbd87632cc7ecbf8477 | e1c6bed59e725e9e7f28f17e88357c3424dba491 | /est/speech_tools/include/EST_Wagon.h | a60d7e8f78ec376e0680c8aaa71a811a5f094cc8 | [
"MIT",
"LicenseRef-scancode-proprietary-license",
"BSD-3-Clause",
"GPL-1.0-or-later",
"LicenseRef-scancode-other-permissive",
"MIT-Festival"
] | permissive | shashankrnr32/WaveCLI | 87a398809263a97da4c072617b3ed3e0aa396287 | b2addcfb90b9dbef8ce6035e01dbf639285ec20f | refs/heads/master | 2020-05-07T09:17:19.010465 | 2019-05-21T07:59:04 | 2019-05-21T07:59:04 | 180,370,062 | 1 | 2 | MIT | 2019-04-20T08:48:39 | 2019-04-09T13:13:02 | Python | UTF-8 | C++ | false | false | 12,067 | h | /*************************************************************************/
/* */
/* Centre for Speech Technology Research */
/* University of Edinburgh, UK */
/* ... | [
"shashankrnr32@gmail.com"
] | shashankrnr32@gmail.com |
126e1fac7bd7bd1560da1f16219114ef0c030bc8 | 1c9d2c8488dd76250e39e6875429edbbf24de784 | /groups/bsl/bslmf/bslmf_voidtype.t.cpp | b47ad71d866dbb4a69975da096973ad695d87851 | [
"Apache-2.0"
] | permissive | villevoutilainen/bde | 9cc68889c1fac9beca068c9ca732c36fd81b33e9 | b0f71ac6e3187ce752d2e8906c4562e3ec48b398 | refs/heads/master | 2020-05-15T03:43:36.725050 | 2019-10-03T12:28:54 | 2019-10-03T12:28:54 | 182,071,409 | 1 | 1 | Apache-2.0 | 2019-10-03T12:28:55 | 2019-04-18T10:59:27 | C++ | UTF-8 | C++ | false | false | 11,227 | cpp | // bslmf_voidtype.t.cpp -*-C++-*-
#include <bslmf_voidtype.h>
#include <bslmf_issame.h>
#include <bsls_bsltestutil.h>
#include <stdio.h> // 'printf'
#include <stdlib.h> // 'atoi'
using namespace BloombergLP;
//========================================================... | [
"abeels@bloomberg.net"
] | abeels@bloomberg.net |
3b3b080617e956573c26d8d61d6e0af8f55b6285 | e27a5513fc4b8d8de1992c743c05b2a0e889e042 | /c/sample/pagerank.cpp | 8d87656dac09819cd605221029656e08fc2538a4 | [] | no_license | stevealbertwong/Psets | cf8a453a7bd2540b0dcd1d00892499c3926a2cd3 | 1a8017e2d6620e091be4101cd22e0b6ca3704a8a | refs/heads/master | 2021-01-23T21:30:56.186204 | 2017-05-21T20:33:34 | 2017-05-21T20:33:34 | 59,343,821 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,171 | cpp | /* Copyright (c) 2010-2011, Panos Louridas, GRNET S.A.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
* Redistributions of source code must retain the above copyright
notice, thi... | [
"wongkwunkit@gmail.com"
] | wongkwunkit@gmail.com |
86054ee964aa32da7e3f70ad09e0d06f236be434 | 094e599d1f7f6bd31ba1985a84d7f267d9f47c27 | /ImageClassifier/tensors/layer14_variance.hpp | 26365b1890024d075be4790ec90e2c7164bf1961 | [] | no_license | fynv/RawNN | 8f02ca15a7064b5a0fad5c491a47b7ed62819df0 | 51949c85e2365020eca33f9cb281bb431794f126 | refs/heads/main | 2023-01-06T06:36:31.606640 | 2020-11-09T02:53:58 | 2020-11-09T02:53:58 | 309,553,012 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,510 | hpp | const static size_t layer14_variance_size = 512;
static unsigned layer14_variance[]={
0x4001af6d,0x4020ea04,0x3fbdaae3,0x3ffc6c95,0x3fde9e57,0x40435e16,0x400aafb6,0x3fe247ab,0x406a230e,0x3fc803f5,
0x3fc86e9e,0x40367551,0x3ff2f726,0x4003121d,0x3fb59978,0x3fa5a8cf,0x3fea8f72,0x40071c0b,0x40395384,0x4010096d,
0x4009f488,0... | [
"feiy@nvidia.com"
] | feiy@nvidia.com |
ae6549e285856b3a4ac38b5cfdf7c1936af7d7ed | 451ff5a40071578341ca195908276992bd5396fa | /UVa/10227.cpp | dae7d175992d01df2fb1cf44209bdd96b76aab6a | [] | no_license | Tanjim131/Problem-Solving | ba31d31601798ba585a3f284bb169d67794af6c0 | 6dc9c0023058655ead7da7da08eed11bf48a0dfa | refs/heads/master | 2023-05-02T06:38:34.014689 | 2021-05-14T18:26:15 | 2021-05-14T18:26:15 | 267,421,671 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,274 | cpp | #include <iostream>
#include <cstdio>
#include <cmath>
#include <vector>
#include <queue>
#include <stack>
#include <cstring>
#include <algorithm>
#include <map>
#include <unordered_map>
#include <set>
#include <unordered_set>
#include <sstream>
using namespace std;
#define LL long long
#define pb push_back
#define m... | [
"1505082.tbf@ugrad.cse.buet.ac.bd"
] | 1505082.tbf@ugrad.cse.buet.ac.bd |
459a4b388d419049e36474700e44ab2335e9168c | fbc094f92c6137c7341f7e37d104b2020022b3fb | /AdoAssist/AdoAssistDll/json/lib_json/json_value.cpp | 9cff07e00a2821891cbaeba01e202aec541787d6 | [] | no_license | adintr/AdoAssist | b4c3c05355fe096122aa79cd64a2606b2a56268c | b2916a878532d163129f60e3c24bd1f64571d410 | refs/heads/master | 2020-12-25T18:43:49.380301 | 2017-06-11T07:38:04 | 2017-06-11T07:38:04 | 93,988,944 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 39,065 | cpp | #include "stdafx.h"
#include <iostream>
#include <json/value.h>
#include <json/writer.h>
#include <utility>
#include <stdexcept>
#include <cstring>
#include <cassert>
#ifdef JSON_USE_CPPTL
# include <cpptl/conststring.h>
#endif
#include <cstddef> // size_t
#ifndef JSON_USE_SIMPLE_INTERNAL_ALLOCATOR
# include "json_b... | [
"webmaster@adintr.com"
] | webmaster@adintr.com |
9e1c6e21168f3347d7e9d641c34efb815abae911 | d8e7a11322f6d1b514c85b0c713bacca8f743ff5 | /7.6.00.37/V76_00_37/MaxDB_ORG/sys/src/SAPDB/DBM/Cli/Eventing/Common/DBMCliEvtCm_Branding.cpp | a53fc4990983b9ebb127ff0c1aa440db9b20b538 | [] | no_license | zhaonaiy/MaxDB_GPL_Releases | a224f86c0edf76e935d8951d1dd32f5376c04153 | 15821507c20bd1cd251cf4e7c60610ac9cabc06d | refs/heads/master | 2022-11-08T21:14:22.774394 | 2020-07-07T00:52:44 | 2020-07-07T00:52:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,167 | cpp | /*!
@file DBMCliEvtCm_Branding.cpp
@author MarcW
@brief Branding strings
\if EMIT_LICENCE
========== licence begin GPL
Copyright (c) 2003-2005 SAP AG
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Publ... | [
"gunter.mueller@gmail.com"
] | gunter.mueller@gmail.com |
31e4b8553136bd566a630bb86465ea08dd98d39b | df73ba3f412751939594300eeb32e72e914b9d4d | /main/get_distance.h | 282445e25f57691d8e8890221185c230cd662e7b | [] | no_license | 16pure/tukuba | d74517ddd0c88eac6d4a81328a7a739a68de8107 | fb4aa4124e922ab031f62578a25d2b9118e0b0cf | refs/heads/master | 2021-01-11T00:13:09.571998 | 2016-10-11T09:00:34 | 2016-10-11T09:00:34 | 70,575,044 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,834 | h | /*!
\example get_distance.cpp Obtains distance data
\author Satofumi KAMIMURA
$Id: get_distance.cpp,v c5747add6615 2015/05/07 03:18:34 alexandr $
*/
#include "Urg_driver.h"
#include "Connection_information.h"
#include "math_utilities.h"
#include <stdio.h>
#include <string>
#include <sysexits.h>
#in... | [
"mmommo1206@gmail.com"
] | mmommo1206@gmail.com |
1b5b6e7dc976375de2f33d8658b1960f8cbca031 | e69070116b98535ab8fcb065fe74ef1560a41f18 | /Myo Mapper/JuceLibraryCode/BinaryData.cpp | 21e8f0d3133ecc30e1c726bd4152a0f341c8c751 | [
"MIT"
] | permissive | zoonderkins/MyoMapper | c731a4960282fa3b5dbce10d01dc4d4278a3d900 | ea11d13c11c2c38ebe6d74098cd6be8cab542c90 | refs/heads/master | 2023-07-06T03:16:57.732657 | 2017-04-25T23:50:33 | 2017-04-25T23:50:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 240,538 | cpp | /* ==================================== JUCER_BINARY_RESOURCE ====================================
This is an auto-generated file: Any edits you make may be overwritten!
*/
namespace BinaryData
{
//================== icon.png ==================
static const unsigned char temp_binary_data_0[] =
{ 137,8... | [
"balandino.didonato@mail.bcu.ac.uk"
] | balandino.didonato@mail.bcu.ac.uk |
35f7262344b3b8a9748d88640ad24d9a087c8c7e | edb8f2b2199ed160fb0aec8f67825bee8a718e9e | /_23_SoftwareRenderer_BezierConnectingTheDots3D/src/Vector4f.cpp | 56dbc791d2f7a684a1ba64981bb6c7571f9a9024 | [] | no_license | aalekhm/Dream3D_SoftwareRendering | ee8c637de2e8882660e961d514e3db8999539e57 | 0eaab58645f649c1fb6d2db593de8559a9635946 | refs/heads/master | 2021-02-26T02:41:43.300739 | 2020-05-17T08:52:21 | 2020-05-17T08:52:21 | 245,489,277 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,859 | cpp | #include "Vector4f.h"
#include "Quaternion.h"
Vector4f::Vector4f()
{
x = 0;
y = 0;
z = 0;
w = 0;
}
Vector4f::Vector4f(float x, float y, float z, float w)
{
this->x = x;
this->y = y;
this->z = z;
this->w = w;
}
Vector4f::Vector4f(float x, float y, float z)
{
this->x = x;
this->y = y;
this->z = z;
this->w ... | [
"aalekhm@gmail.com"
] | aalekhm@gmail.com |
2fae402635d5dcd2dbbddbdf359f57b3c4d6a383 | c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64 | /Engine/Source/ThirdParty/OSVRClientKit/include/osvr/RenderKit/RGBPointMeshTypes.h | 75a90867fdfbf825a9c1c553480b78c79756a8c3 | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | windystrife/UnrealEngine_NVIDIAGameWorks | c3c7863083653caf1bc67d3ef104fb4b9f302e2a | b50e6338a7c5b26374d66306ebc7807541ff815e | refs/heads/4.18-GameWorks | 2023-03-11T02:50:08.471040 | 2022-01-13T20:50:29 | 2022-01-13T20:50:29 | 124,100,479 | 262 | 179 | MIT | 2022-12-16T05:36:38 | 2018-03-06T15:44:09 | C++ | UTF-8 | C++ | false | false | 1,406 | h | /** @file
@brief Header
@date 2015
@author
Sensics, Inc.
<http://sensics.com/osvr>
*/
// Copyright 2015 Sensics, 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 a... | [
"tungnt.rec@gmail.com"
] | tungnt.rec@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.