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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ed13f3f85efef0ecf023ee581c6ee1996ac4c689 | ab02ffd659608be208d039d6aae47149520e9790 | /node_modules/react-native-camera/windows/ReactNativeCameraCPP/ReactCameraViewManager.cpp | cd0c2ab3d78cbef4414a310eb43d0c0131f40826 | [
"Apache-2.0",
"MIT",
"BSD-3-Clause"
] | permissive | shreya-sridhar/FreightAppFrontend | ac63c3ecdfc22672dc6e14cd4efb5e354f38dc90 | 61e0e21481813393b60014151f354e5a6c86f512 | refs/heads/main | 2023-06-09T20:59:59.191928 | 2021-07-05T21:37:47 | 2021-07-05T21:37:47 | 342,120,546 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,508 | cpp | #include "pch.h"
#include "ReactCameraConstants.h"
#include "ReactCameraViewManager.h"
#include <iomanip>
namespace winrt {
using namespace Windows::UI::Xaml;
using namespace Windows::UI::Xaml::Media;
using namespace Windows::UI::Xaml::Controls;
using namespace Windows::Devices::Enumeration;
using namespace Windows:... | [
"shreyamohak@outlook.com"
] | shreyamohak@outlook.com |
797444eb6418f29aca2773af354074975c1465c2 | 66788952e736d602d129362c0c87adf6f71c0100 | /C++/reverseArray.cpp | 00d3e0200575a1f11054a0b58e75cbf62117fee3 | [] | no_license | kaushikboi/Hacktoberfest2021-1 | 8e9ad82d3ec31b92faafa55e22aa007941ae16c1 | 6f41600a1ce64ce4e5e05910ff40d3e15ee30dbb | refs/heads/main | 2023-08-17T12:40:38.429380 | 2021-10-04T12:39:12 | 2021-10-04T12:39:12 | 413,414,040 | 1 | 0 | null | 2021-10-04T12:34:57 | 2021-10-04T12:34:56 | null | UTF-8 | C++ | false | false | 856 | cpp | //Problem statement : Given an array of integers, for example [1,8,9,10,23,2,4,13,17], write a program to reverse the array i.e. o/p should be [17,13,4,2,23,10,9,8,1]
// Time Complexity : O(n) (Iterative method)
#include <bits/stdc++.h>
using namespace std;
void reverseArray(int arr[], int start, int end) //Function t... | [
"aritra.kaushik@gmail.com"
] | aritra.kaushik@gmail.com |
d90bb487cc0f6766c9cacbc62bfe00b9708f7e38 | a91662f4845fa40a623033e4ad269918b1cdf189 | /src_AutoPilotPlugins_PX4_SafetyComponentSummary_qml.cpp | efad1a027cdcfbfd214b3a5394f74da07f206790 | [] | no_license | ximiheheda/qgroundcontrol_release | efc8047609861228dd7941708d61650486612b6b | 0d46e6c47c14a04123fe1a86c2a0f9b42c740572 | refs/heads/main | 2023-02-07T04:37:33.802514 | 2020-12-16T03:36:19 | 2020-12-16T03:36:19 | 321,858,098 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 43,826 | cpp | // /qml/SafetyComponentSummary.qml
namespace QmlCacheGeneratedCode {
namespace _qml_SafetyComponentSummary_qml {
extern const unsigned char qmlData alignas(16) [] = {
0x71,0x76,0x34,0x63,0x64,0x61,0x74,0x61,
0x20,0x0,0x0,0x0,0x6,0xc,0x5,0x0,
0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,
0x88,0x26,0x0,0x0,0x31,0x37,0x39,0x63,
0x34,... | [
"caosu_93@foxmail.com"
] | caosu_93@foxmail.com |
c6ef5826a732ed1eac859348715c5c9d78c4a127 | a7a890e753c6f69e8067d16a8cd94ce8327f80b7 | /tserver/main.cpp | 8d491b466ff7af8317672b4be1783dbcaddcbdc9 | [] | no_license | jbreslin33/breslinservergame | 684ca8b97f36e265f30ae65e1a65435b2e7a3d8b | 292285f002661c3d9483fb080845564145d47999 | refs/heads/master | 2021-01-21T13:11:50.223394 | 2011-03-14T11:33:30 | 2011-03-14T11:33:30 | 37,391,245 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,736 | cpp | /******************************************/
/* MMOG programmer's guide */
/* Tutorial game server */
/* Programming: */
/* Teijo Hakala */
/******************************************/
#ifdef WIN32
#ifndef _WINSOCKAPI_
#define _WINSOCKAPI_
#endif
#i... | [
"jbreslin33@localhost"
] | jbreslin33@localhost |
e0fe9d4639f4d8bcd215a8fa4fb92c42e18f5850 | 7ef36e2bbdbd1053a3f108032564f2b8e7050c47 | /16208_kutergina-master/16208_kutergina/Prisoners_dilemma/Strategy/Chikatilo.h | c33bf745d1c41877925fb5e49a7d8f1764f6e730 | [] | no_license | 16208kutergina/16208_kutergina | 25fb740e84c04fb5f8a648a0468337ad0e520934 | 7080bc8df17cf7af11052ebbceaf9a50388c6948 | refs/heads/master | 2018-12-20T05:06:14.399224 | 2018-09-10T09:39:00 | 2018-09-10T09:39:00 | 148,132,964 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 809 | h | #ifndef CHIKATILO
#define CHIKATILO
#include "../strategy.h"
#include "../factory.h"
#include <vector>
class Chikatilo : public Strategy{
std::vector <Steps> stepsOne;
std::vector <Steps> stepsTwo;
public:
Chikatilo() : Strategy("Chikatilo") {}
Steps Step(Steps stepOne, Steps stepTwo) override {
... | [
"fyz495@mail.ru"
] | fyz495@mail.ru |
f7e6242a5ea948a7de3cb5cad8806869041a36e2 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/windows/oleacc/oleacc/outline.cpp | 7968d991b73354b8e429ebdf28af737d752fbdab | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 35,856 | cpp | // --------------------------------------------------------------------------
//
// OUTLINE.CPP
//
// Wrapper for COMCTL32's treeview control
//
// --------------------------------------------------------------------------
#include "oleacc_p.h"
#include "default.h"
#include "client.h"
#include "RemoteProxy6432.h"
#i... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
91a604d49507db8e9d10742d237c2cedfd80b06c | 86568f60d188600bb6dbffdfdd26496cfc0750da | /sumar.cpp | f8dd3d62e9e764c9b1c1ebc7b6bd617f350ced3b | [] | no_license | UNI-FIIS-BIC01/introduccion-cpp | ce68036f482424781a3c1f4770c9c75146ecd075 | 77561f4a5d9e926eca2af85be15e2f59001da748 | refs/heads/main | 2023-06-25T12:33:38.570687 | 2021-07-12T18:52:29 | 2021-07-12T18:52:29 | 374,442,679 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 81 | cpp | int Sumar(int un_numero, int otro_numero) {
return un_numero + otro_numero;
} | [
"cgavidiac@gmail.com"
] | cgavidiac@gmail.com |
99299b4cd27a03de8448010aada83812fc247b2d | d5b414bb922c20f171855c8ea8ee5f451d66287c | /src/cloudlistener_toMap.cpp | 61cb3da529988a13b13db79d6586805a13e55d40 | [
"Apache-2.0"
] | permissive | loulansuiye/depthcam_hector_slam | 37451bc852f0d5c6bfee2870c341339e951373b3 | ca1590d4d364b86164862f1efae91791219fb0b1 | refs/heads/master | 2022-02-25T22:47:01.337616 | 2019-04-04T09:13:37 | 2019-04-04T09:13:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,312 | cpp | // some libs need to be removed**
#include <ros/ros.h>
#include <pcl_ros/point_cloud.h>
#include <pcl/point_types.h>
#include <pcl_ros/transforms.h>
#include <boost/foreach.hpp>
#include <pcl_ros/impl/transforms.hpp>
#include <tf/transform_listener.h>
#include <pcl_conversions/pcl_conversions.h>
#include <pcl/PCLPointC... | [
"dchatziparaschis@gmail.com"
] | dchatziparaschis@gmail.com |
e14cfb1df2187beef939b349e0e3396b4b4966b5 | 5885fd1418db54cc4b699c809cd44e625f7e23fc | /codeforces/988/b.cpp | d98b39e6c20f9c06923bd1da2dd1be4c1460fa9c | [] | no_license | ehnryx/acm | c5f294a2e287a6d7003c61ee134696b2a11e9f3b | c706120236a3e55ba2aea10fb5c3daa5c1055118 | refs/heads/master | 2023-08-31T13:19:49.707328 | 2023-08-29T01:49:32 | 2023-08-29T01:49:32 | 131,941,068 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,289 | cpp | #include <bits/stdc++.h>
using namespace std;
#define _USE_MATH_DEFINES
typedef long long ll;
typedef long double ld;
typedef pair<int,int> pii;
typedef complex<ld> pt;
typedef vector<pt> pol;
const char nl = '\n';
const int INF = 0x3f3f3f3f;
const ll INFLL = 0x3f3f3f3f3f3f3f3f;
const ll MOD = 1e9+7;
const ld EPS = 1... | [
"henryxia9999@gmail.com"
] | henryxia9999@gmail.com |
b274af4e3c62025550e4ad370f52e3973aa468f0 | 0d99bcb8b8717008c1ec9b080c6c86c2b1710eee | /날씨/build/Android/Preview2/app/src/main/include/Fuse.Resources.DisposalPolicy.h | 49bd6b0677e18ee5e195127ddc2421cae4122e5e | [] | no_license | shj4849/Fuse | 526d92bc49a0a2d8087beece987b1701dc35cccc | 447f49f96f9dadf203f5f91e8a1d67f19d8ecc04 | refs/heads/master | 2021-05-15T23:08:09.523726 | 2017-12-21T05:28:53 | 2017-12-21T05:28:53 | 106,758,124 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,258 | h | // This file was generated based on C:/Users/t2/AppData/Local/Fusetools/Packages/Fuse.Common/1.4.0/Resources/DisposalPolicy.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Object.h>
namespace g{namespace Fuse{namespace Resources{struct DisposalPolicy;}}}
namespace g{
... | [
"shj4849@naver.com"
] | shj4849@naver.com |
e8443930b88573bbce7b7ad3bbfab54aa4b07454 | 4c2d1c669e16ba7c552d7ca30348b5d013a9fe51 | /cmake-build-debug/vtkm/exec/arg/testing/UnitTests_vtkm_exec_arg_testing.cxx | f476758d0d3b89687166c421d61eff47059766e4 | [
"LicenseRef-scancode-unknown-license-reference",
"BSD-3-Clause"
] | permissive | rushah05/VTKm_FP16 | 7423db6195d60974071565af9995905f45d7a6df | 487819a1dbdd8dc3f95cca2942e3f2706a2514b5 | refs/heads/main | 2023-04-13T12:10:03.420232 | 2021-02-10T21:34:31 | 2021-02-10T21:34:31 | 308,658,384 | 0 | 0 | NOASSERTION | 2021-02-10T21:34:33 | 2020-10-30T14:43:03 | C++ | UTF-8 | C++ | false | false | 4,699 | cxx | #include <ctype.h> /* NOLINT */
#include <stdio.h> /* NOLINT */
#include <stdlib.h> /* NOLINT */
#include <string.h> /* NOLINT */
#if defined(_MSC_VER)
#pragma warning(disable : 4996) /* deprecation */
#endif
/* Forward declare test functions. */
int UnitTestExecutionSignatureTag(int, char*[]);
int UnitTestFetchA... | [
"46826537+rushah05@users.noreply.github.com"
] | 46826537+rushah05@users.noreply.github.com |
8520336e993e1463567ce731727589fc6e3d4a26 | 7da629206444d0622d2842ca4d82b16a11172fd8 | /ex00/Victim.cpp | a924b78e1f67aebea86cb7a635931d69050321fa | [] | no_license | Epitech-Tek2/CPPD10 | 94a36c7a3d95d783b23fe941b3eebb54a58fe94e | 45c03eac7eb5752fe40edd3ea4961542a5424329 | refs/heads/master | 2023-08-20T17:22:46.358981 | 2021-10-17T12:11:23 | 2021-10-17T12:11:23 | 418,120,335 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 692 | cpp | /*
** EPITECH PROJECT, 2021
** B-CPP-300-STG-3-1-CPPD10-clement.muth
** File description:
** Victim
*/
#include "Victim.hpp"
Victim::Victim(std::string name) noexcept : _name(name)
{
cOut("Some random victim called " << _name << " just popped!");
}
Victim::~Victim()
{
cOut("Victim " << _name << " just died f... | [
"clementmuth@gmail.com"
] | clementmuth@gmail.com |
e1c6f4637b973b85e2a9d05b8a2c4b62fefbb1df | 04a6a7a883004e1ab0ee0799245a5603ebf13d21 | /a17/maths/float_utils_test.cpp | ac0dd9bf3ac412e522e8eb77cdcb8273a9442023 | [
"BSD-3-Clause"
] | permissive | SRI-IPS/general-tools | 678d77c43a9f06ea3918a82beaeea762caeb51db | b3113cbcf83c3a430c630d050d1b96e722dfb043 | refs/heads/master | 2020-12-04T07:59:25.949919 | 2020-01-10T18:24:38 | 2020-01-10T18:24:38 | 231,687,030 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,779 | cpp | #include <catch.hpp>
#include <iostream>
#include <limits>
#include "float_utils.h"
namespace a17 {
namespace maths {
namespace test {
TEST_CASE("Float Utils", "[float_utils]") {
auto infinite = std::numeric_limits<float>::max();
SECTION("FloatEq Basic") {
REQUIRE(FloatEq(0.0, 0.0));
REQUIRE(FloatEq(-... | [
"adas@a17.ai"
] | adas@a17.ai |
87a34e7f7b8bca81c04a29ffae556048b96835f0 | 23b5dd9b19b8c027b9ef8240d3bb845d5492f654 | /StRoot/StPicoCharmContainers/StPicoD0QaHists.h | c7e649ba15e9b067ca26bdbc9bfbd17ecb29be8b | [] | no_license | rnc-lbl/auau200GeVRun14 | 6fd9b224ece69ec2e83bd86c661a079e7de7eda9 | 7d61c56e77e2b2d8530eebe96b86d7616380fd14 | refs/heads/master | 2020-12-24T06:27:51.806468 | 2016-09-30T00:04:22 | 2016-09-30T00:04:22 | 32,545,525 | 3 | 17 | null | 2016-07-19T01:49:16 | 2015-03-19T20:51:27 | C++ | UTF-8 | C++ | false | false | 1,285 | h | #ifndef StPicoD0QaHists__h
#define StPicoD0QaHists__h
/* **************************************************
* A class to create and save D0 production QA
* histograms.
*
* Authors: **Mustafa Mustafa (mmustafa@lbl.gov)
*
* **Code Maintainer
*
* **************************************************
*/
#inclu... | [
"mstftsm@gmail.com"
] | mstftsm@gmail.com |
ff7d9cf685e79486a6d11ebeb97a1653c33313ef | 6cc44d50c84a83bb6bdbb9994880551b3a0818b4 | /LibraryManagement/conioLinux.cpp | 1e0b9ef92203277d5a4032872d89a995478ff97e | [] | no_license | tronglocbrvt/LibraryManagement | 69afdf73df08c737af190f23355c007a0ae57387 | 3b93132ade68f2d0ae7e675ae159ee967f06e7a7 | refs/heads/master | 2023-03-04T08:34:40.728628 | 2021-02-02T05:19:16 | 2021-02-02T05:19:16 | 184,001,620 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,764 | cpp |
#if defined(_WIN32) || defined(_WIN64)
void enable_raw_mode()
{
}
void disable_raw_mode()
{
}
#else
#include <sys/ioctl.h>
#include <termios.h>
#include <stdio.h>
void enable_raw_mode()
{
termios term;
tcgetattr(0, &term);
term.c_lflag &= ~(ICANON | ECHO); // Disable echo as wel... | [
"phongnguyen6120@gmail.com"
] | phongnguyen6120@gmail.com |
b19f2353f0a713efc99fe374309aee44f03b68b4 | 51ec89f91794682264e7eaa248e66af70659d616 | /src/System.IO.Ports/sys_io_ser_native.cpp | 60c1dc133f981ce0d69674f493f0d6306d962417 | [
"MIT"
] | permissive | piwi1263/nf-interpreter | 57092174d2f5b00afc503a6bb178f2e155d4f545 | 43fd2daa2649a74f5cfb26b9a91a48a0aaebb5ac | refs/heads/main | 2022-06-16T00:23:09.368975 | 2022-05-13T15:59:47 | 2022-05-13T15:59:47 | 226,354,889 | 0 | 0 | MIT | 2022-04-07T17:09:50 | 2019-12-06T15:12:46 | C | UTF-8 | C++ | false | false | 2,329 | cpp | //
// Copyright (c) .NET Foundation and Contributors
// Portions Copyright (c) Microsoft Corporation. All rights reserved.
// See LICENSE file in the project root for full license information.
//
#include "sys_io_ser_native.h"
// clang-format off
static const CLR_RT_MethodHandler method_lookup[] =
{
NULL,
N... | [
"noreply@github.com"
] | noreply@github.com |
4992ff3dfd1ff934b35d24e32eb096e8afb252fa | 03a47d14fc4c8ee461ba139fd22d2be589984ef0 | /source/compiler_tests/test22.cpp | 17bf0965aa1f7f438f95715fcbbb8e6225a47cc6 | [
"Zlib"
] | permissive | brittonsmith/c10.00-b | b6cd0058e1f37cf6e53863206f7c2bd73d5970a7 | e34b9a91941aab6eb2e5d4a6c76fa2d479f0abc7 | refs/heads/master | 2020-09-18T20:55:25.193631 | 2019-12-04T11:02:36 | 2019-12-04T11:02:36 | 224,183,983 | 0 | 1 | NOASSERTION | 2019-12-04T11:02:38 | 2019-11-26T12:10:06 | C++ | UTF-8 | C++ | false | false | 150 | cpp | #include "cddefines.h"
struct k
{
long n;
};
void test(multi_arr<k,3>& arr)
{
multi_arr<k,3>::const_iterator p = arr.ptr(0,0,0);
(p++)->n = 1;
}
| [
"gary@e66ded4d-7403-0c46-9ef1-c4afbd745067"
] | gary@e66ded4d-7403-0c46-9ef1-c4afbd745067 |
9af6ab0fd4a56cd7c894de04cee25593ba2e11f4 | e9b59282c28bba155a9846b670802d36a874605c | /IM-TCP-Client/encrypt.cpp | 275334b50d1640defa3585cdba25579ff3bdc5e7 | [] | no_license | aldoraul/IM-TCP-Client-Windows | d00b8b938ca8d5fdf77f3ef52fa5805020840390 | d7e7511683815ef9daf9a657c05e5b31d2758a7e | refs/heads/master | 2020-12-31T06:45:36.837589 | 2016-05-06T18:58:17 | 2016-05-06T18:58:17 | 57,352,982 | 0 | 0 | null | 2016-05-06T18:58:18 | 2016-04-29T03:49:57 | C++ | UTF-8 | C++ | false | false | 732 | cpp |
#include <iostream>
#include"cipher.h"
using namespace std;
char encr[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 'b', '.', 0, 'c', '[', 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
'R', 'u', ',', 'q', '\t', 'Y', '\n', '\'', 'n', 's', 'v', 'e', 'H', 'o', 'N', 'M',
'r', '=', '0', ';', 'z', '/', '`', 'E', '\"', 'k', ... | [
"ara34c@mail.umkc"
] | ara34c@mail.umkc |
967333bab4b5df5ba732093e83b303a44696d55f | 987b43cb95103fe3af35e8756c29aee7f3c7a07c | /include/RE/V/ValueAndConditionsEffect.h | 86c3ce30839319649d69811de1f04ea6959213ca | [
"MIT"
] | permissive | powerof3/CommonLibSSE | 29e6017c8bae90665db4d30318ee66fd19e6c139 | ff2afeaf5d6f6cac4c5b7cb1caaa2e0d89713393 | refs/heads/dev | 2023-08-31T05:15:02.732037 | 2023-08-21T09:52:55 | 2023-08-21T09:52:55 | 374,565,412 | 38 | 26 | MIT | 2023-09-10T13:09:57 | 2021-06-07T06:55:35 | C++ | UTF-8 | C++ | false | false | 805 | h | #pragma once
#include "RE/A/ActorValues.h"
#include "RE/V/ValueModifierEffect.h"
namespace RE
{
class ValueAndConditionsEffect :
public ValueModifierEffect // 00
{
public:
inline static constexpr auto RTTI = RTTI_ValueAndConditionsEffect;
inline static constexpr auto VTABLE = VTABLE_ValueAndConditionsEffect... | [
"shad0wshayd3@users.noreply.github.com"
] | shad0wshayd3@users.noreply.github.com |
945e2ff784449560f5da2b015e53f8cfdeeeab4c | 0c0afb8897a8947ce9ff5956e00b03e865569160 | /InClassLabs/Overloading/date.cpp | 8d19c2d6f0aec6995e01ff5c48cea2d1786fdf78 | [] | no_license | Nathan-Binkley/CSCI208 | be241a002284e6729745fe07b675bd4c5b59879f | b95564e6d0689229e8501b593e304e83119fec5a | refs/heads/master | 2020-03-14T08:03:30.807576 | 2018-10-29T17:26:49 | 2018-10-29T17:26:49 | 131,516,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,068 | cpp | #include <iostream>
#include "date.h"
using namespace std;
// This program implements and tests a Date class that
// stores dates and displays them in various formats.
/*********************************************************
* Date::Date *
* This default construct... | [
"noreply@github.com"
] | noreply@github.com |
030f3e2eb06f385d44f9cef3813dc971d24b57fc | 64bd56e46ae9b4288b8ed2550d2b88079e6d90f3 | /Classes/LevelButton.cpp | a3e251a3c8a012fb99e6a53a212bf91999d40b52 | [] | no_license | HolicXXX/FruitSquad | c24d06aba3d7ef260e3d12f044ed41751ecc5e36 | 918f68f908be01d7c86f76b8ef06357c0ca2c7e4 | refs/heads/master | 2020-06-30T15:33:25.339799 | 2018-01-31T03:51:04 | 2018-01-31T03:51:04 | 74,362,568 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,814 | cpp | #include "LevelButton.h"
USING_NS_CC;
LevelButton* LevelButton::create(int level)
{
auto lb = new LevelButton();
if (lb && lb->init(level))
{
lb->autorelease();
return lb;
}
CC_SAFE_DELETE(lb);
return nullptr;
}
bool LevelButton::init(int level)
{
if (!Node::init())
{
return false;
}
m_level = level;
... | [
"allendk@foxmail.com"
] | allendk@foxmail.com |
a8812de8e20dfb5b0bd452cd7002558cf6a7de6b | 1bc712a595502731bebe11ca6b63e07184b66c66 | /DSA CODES/lec 13 (BST)/1.1 binary search.cpp | 5dc99516ba1f3b642e36c1fd75338b6e15b350f0 | [] | no_license | abhay9013/DSA | 30a55a7c5da61cfe2a198fcb78b9ba4ff9f8ce0a | 5b90c29ec3a681f2e6ab63818e004986f687bd24 | refs/heads/master | 2023-08-28T07:23:25.870515 | 2021-10-05T20:26:53 | 2021-10-05T20:26:53 | 413,924,757 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,742 | cpp | #include<iostream>
using namespace std;
#include<queue>
template <typename t>
class binarytree{
public:
t data;
binarytree* left;
binarytree* right;
binarytree(t data)
{
this->data=data;
left=NULL;
right=NULL;
}
~binarytree()
{
delete left;
delete right;
}
};
binarytree<int>* input... | [
"abhayporwal2303@@gmail.com"
] | abhayporwal2303@@gmail.com |
6b4d9351a2a24e44505f638683e945e58a315144 | 9708a97766d560313a521dfb6caedfc4613301cd | /mainwindow.h | d7938813ec3f245c3cc283462eb7721fb3c767c9 | [] | no_license | aspotashev/scoundown | 1448ae3c2cc2752dedf8d0ec2feb3368e98a4e1d | 647d92fb0c0d0e66c275741d5a50dceddd892891 | refs/heads/master | 2021-01-13T02:11:11.491923 | 2009-12-19T20:46:17 | 2009-12-19T20:46:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 382 | h | #include <QMainWindow>
#include <QLabel>
#include <QObject>
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(int timeOut);
~MainWindow();
void startTimer();
void setTimeLabel();
void setTextColor(const QColor &c);
void keyPressEvent(QKeyEvent *event);
private slots:
void tick();
private... | [
"aspotashev@gmail.com"
] | aspotashev@gmail.com |
1a7a15d706551cdc0ede633804a2b4660961fda3 | bdb1e38df8bf74ac0df4209a77ddea841045349e | /CapsuleSortor/青岛益青/CapsuleSorter/CamConfigSetting.cpp | 9e334ee91ae831aa72af0830b44fe6c673e18273 | [] | no_license | Strongc/my001project | e0754f23c7818df964289dc07890e29144393432 | 07d6e31b9d4708d2ef691d9bedccbb818ea6b121 | refs/heads/master | 2021-01-19T07:02:29.673281 | 2010-12-17T03:10:52 | 2010-12-17T03:10:52 | 49,062,858 | 0 | 1 | null | 2016-01-05T11:53:07 | 2016-01-05T11:53:07 | null | GB18030 | C++ | false | false | 12,772 | cpp | // CamConfigSetting.cpp : implementation file
//
#include "stdafx.h"
#include "CapsuleSorter.h"
#include "CapsuleSorterDlg.h"
#include "CamConfigSetting.h"
#include "KeyBoardDlg.h"
#include "configinfo.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
... | [
"vincen.cn@66f52ff4-a261-11de-b161-9f508301ba8e"
] | vincen.cn@66f52ff4-a261-11de-b161-9f508301ba8e |
2629f9b6eb1ab313ed1831818a7a7f6bd78578d9 | 7eb002e0a34added5414377b2ba95a475b4666c9 | /jets/resample/makeIPMap.h | 4b8273b72b907dff755543c97201f9c8d0caa76f | [] | no_license | dcraik/lhcb | 191b1a2097271cd7d800dc7b61117d7362eddfab | ac6a3537d9f68e7bfb4221be54a57848f922b4fa | refs/heads/master | 2022-12-06T14:22:33.073972 | 2022-12-01T14:01:15 | 2022-12-01T14:01:15 | 41,675,918 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 25,852 | h | //////////////////////////////////////////////////////////
// This class has been automatically generated on
// Wed Jun 7 12:11:21 2017 by ROOT version 6.06/00
// from TTree data/data
// found on file: lightjets.part.root
//////////////////////////////////////////////////////////
#ifndef makeIPMap_h
#define makeIPMap... | [
"daniel.charles.craik@cern.ch"
] | daniel.charles.craik@cern.ch |
f02229cceb0afb3fcc84cf6acd55e3d8d2132c3c | ee5e0c7f802626b33668e7686d179d5d0ea5f449 | /windows_ce_5_121231/WINCE500/PRIVATE/WINCEOS/COMM/BLUETOOTH/AV/AVCTP/avctpuser.hpp | 9cbf5948b7b61c890142420807c0beb341c4fcfe | [] | no_license | xiaoqgao/windows_ce_5_121231 | e700da986df7fe7d8a691a347f76885aac8c03b3 | 5ad37f4d1e287bb81a238b7d7a8b2e1185fe90ed | refs/heads/master | 2022-12-25T02:28:44.898011 | 2020-09-28T20:03:03 | 2020-09-28T20:03:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,215 | hpp | //
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft shared
// source or premium shared source license agreement under which you licensed
// this source code. If you did not accept the terms of the license agreement,
// you are... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
94233d1f0d1518a5062dc7b0444c4d2fc175bf54 | f3a77402100c3ca6d7386c24c4c32e89ce628234 | /Zombie Arena/Zombie.h | b7cb7dd3b2c863c07bcc0fe58d3f76ef6636d803 | [] | no_license | Ruaffu/old-projects | 8788ba130cee9479ab4413c211ad8aeab3fa8819 | 085c6e61e09627817ddae808b2fe7ed6c50feda6 | refs/heads/main | 2023-05-02T16:30:33.215878 | 2021-05-19T13:13:51 | 2021-05-19T13:13:51 | 368,873,332 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,179 | h | #pragma once
#include <SFML/Graphics.hpp>
using namespace sf;
class Zombie
{
private:
// How fast is each zombie type?
const float BLOATER_SPEED = 40;
const float CHASER_SPEED = 80;
const float CRAWLER_SPEED = 20;
// How tough is each zombie type?
const float BLOATER_HEALTH = 5;
const float CHASER_HEALTH = 1;
... | [
"78867945+Ruaffu@users.noreply.github.com"
] | 78867945+Ruaffu@users.noreply.github.com |
41fedb9a0a19333397f6c0ed1aa2369b0237787e | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/chromium_org/chrome/browser/sync_file_system/drive_backend/sync_engine_context.h | 2a90d849e6404259a9a846db7b7621a3f85aa8d5 | [
"MIT",
"BSD-3-Clause"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 1,197 | h | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_SYNC_ENGINE_CONTEXT_H_
#define CHROME_BROWSER_SYNC_FILE_SYSTEM_DRIVE_BACKEND_SYNC_ENGINE_CONTEXT_H_
... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
d370cdfb7ae013a1143835a65059c1981cb06e45 | 8add3ab7abfb62c9b8e6db64c053d30944d05765 | /SciCalc/Functions.h | fbcb50172a1c320c7efa0400f2bf3568481639f3 | [] | no_license | YakusActual/SciCalc | aa96c561ca483f5fa5ba193e77c90642ca8fd22d | d5941cc85e684627a5292f07755ad0d0f28486f5 | refs/heads/master | 2020-07-21T14:49:08.375309 | 2016-11-15T19:01:54 | 2016-11-15T19:01:54 | 73,845,905 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,613 | h | #pragma once
#include <iostream>
#include <string>
#include <cmath>
using namespace std;
#ifndef FUNCTIONS_H
#define FUNCTIONS_H
class Functions {
public:
Functions()
{
m_isFirstDblSet = false;
m_isSecondDblSet = false;
m_dblOne = 0;
m_dblTwo = 0;
m_operand = '@';
}
void useSpec... | [
"jrogowski32@gmail.com"
] | jrogowski32@gmail.com |
7e861b2997e6669207af7ac0ce933a81e2514499 | a130cac72c2b60d15f34c3013ad23367aeffcddc | /unity/IFSGARProj/Library/Il2cppBuildCache/iOS/il2cppOutput/Generics27.cpp | dd501a76fbf05e4a673e52da17242314a7f84ade | [] | no_license | SouvikNeosoft/IFSGAR-TEST-ANDROID | 776a8a27002be3523cd88e0548da3c40fbfb8ceb | 8ced43a37dd879e85b4d0729dc0c54ee87deceee | refs/heads/master | 2023-08-17T10:59:10.269961 | 2021-10-07T13:30:51 | 2021-10-07T13:30:51 | 413,763,976 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,423,196 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
template <typename R>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const Virt... | [
"neosoft@Neosofts-MacBook-Pro.local"
] | neosoft@Neosofts-MacBook-Pro.local |
2287584ee077df344f275ec2d81b54214b5711dd | 7b4771e86acf56523c6dd6e445ee98e1539e0f0d | /send.cpp | 982b0d957b9f5ba4a4d34d5afbbf1e8c1dc3ceff | [
"MIT"
] | permissive | wiatrak2/traceroute | a19cc1d88edeb6a0422c5035ff4120e6b53130ac | a01889bcdf9ed295bd7145da7ce792a5b9d0e5ea | refs/heads/master | 2021-01-18T15:53:16.832191 | 2017-03-28T18:20:48 | 2017-03-28T18:20:48 | 85,489,269 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,427 | cpp | /*
* Wojciech Pratkowiecki nr indeksu: 281417
* Sieci Komputerowe II UWr
* traceroute
*/
#include "send.h"
/* poniższe funkcje zostały utowrzone na podstawie materiałów z wykładu */
Sender::Sender( )
{
throw std::runtime_error( " Wrong Sender constructor " );
}
Sender::Sender( const char* ip_addr )
{
/* uzupełn... | [
"wpratkowiecki@gmail.com"
] | wpratkowiecki@gmail.com |
f95e768272b5845b6e114935bde5866317d65401 | 655a320f9dc3db9b8fe8197e97ae624053118ab6 | /list_test/main.cpp | 6c6f8a6edcb6551937c20e017b0ccc075caf1ccf | [] | no_license | adidos/aditest | eeb6d1d398a4662d6599e89217940c801d19cf0c | 596039c7d9b4387f7ad1aa12ff1deee8d931800b | refs/heads/master | 2020-05-19T08:54:12.561847 | 2013-10-29T15:18:15 | 2013-10-29T15:18:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,139 | cpp | #include <iostream>
using namespace std;
struct mylist
{
mylist* next;
int data;
};
mylist* reverseList(mylist* pList)
{
mylist* pre = pList;
mylist* cur = pList->next;
mylist* next = NULL;
while(cur != NULL)
{
next = cur->next;
cur->next = pre;
pre = cur;
cur = next;
}
pList->next = NULL;
ret... | [
"chenjian@mail.com"
] | chenjian@mail.com |
1bb0a3863fc657b0d224af9ace244932c1f1a02e | 9884a5a7fbbdde2d26ba728fa595358a4a785229 | /ui/base/test/skia_gold_pixel_diff_unittest.cc | cac9a87365db18818dd0f885ff7e9b4ce5f9ad8f | [
"BSD-3-Clause"
] | permissive | darius-iko/chromium | 3d560da5f0bf75a463d58f9a9827355e81a86090 | 2aa9fa878859e42e15cacf755b6fc41b85e0fa35 | refs/heads/master | 2022-12-31T00:07:06.483046 | 2020-10-29T12:48:26 | 2020-10-29T12:48:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,854 | cc | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ui/base/test/skia_gold_pixel_diff.h"
#include "base/command_line.h"
#include "base/files/file_util.h"
#include "base/test/test_switches.h"
#inc... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
270ed8a50aa8ddeed87e3db2be02b4477a87fa7d | 87a2896f868dc13f89ecbb629d897f0ffe8a57e6 | /Code/861c.cpp | b1ab27d333c35f3d85c1ecc6fa227efcd2ee8af6 | [] | no_license | sahashoo/Daily | a20a4bce60b0903fde23bea9d5244c65a9ea3928 | c209cf800cbae850e2233a149d3cc8181b49fb5e | refs/heads/master | 2020-04-23T04:31:13.770829 | 2019-02-15T20:00:34 | 2019-02-15T20:00:34 | 170,910,172 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 680 | cpp | ///age yekam bekeshi beham is no problem ._.
//vowel 'a', 'e', 'i', 'o' and 'u'
#include<bits/stdc++.h>
#define ld long double
#define int long long
#define F first
#define S second
#define pb push_back
using namespace std;
void null(){return ;}
const int maxn=1e5+7,INF=3e18+9237,mod=1e9+7;
int m[maxn];
bool mrk[ma... | [
"noreply@github.com"
] | noreply@github.com |
404f8631a64b462a196b082926fd0849f6f7f3f0 | 5e11b8e634d05af2f5f26da171e51a9981fc5bb6 | /my program/doubly.cpp | eddb1ece931c5186627a79308b7ae370be23e6a5 | [] | no_license | shubhlpu/Data-Structure-and-Algorithm-Program-List | 4e01d45afc5b6a27c08755e8eaa574d79ed00f40 | cd303fbb2ccccf034a81408a4136e9d4bcf29de4 | refs/heads/master | 2021-01-05T00:39:58.912486 | 2020-02-16T03:34:09 | 2020-02-16T03:34:09 | 240,817,437 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,129 | cpp | #include<iostream>
using namespace std;
struct node{
node *prev;
int data;
node *next;
}*start=NULL;
void creation()
{ int i,d;
cin>>d;
cout<<"Enter element in linked list-";
for(i=0;i<d;i++)
{
start=new node;
cin>>start->data;
start->next=NULL;
start->prev=NULL;
}
}
void inserti... | [
"noreply@github.com"
] | noreply@github.com |
882e87beae0f68494a4c56a34ee22a483e46808f | 85e7ac745ec2b3b0fb71849630a11359d588d79f | /DSLessons/88_Merge_Sorted_Array.cpp | e5e776818ab924699a5291e97d2481c2da9395f1 | [] | no_license | lhaquoc/DS | f22a927342728592f2e5399b0c9b3ef068b72523 | 446dbcd9b99d48414db69dfebc8f9fcbdd05a21f | refs/heads/main | 2023-06-09T01:23:39.972493 | 2021-06-29T01:17:45 | 2021-06-29T01:17:45 | 346,310,191 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 954 | cpp | #include <iostream>
#include <vector>
using namespace std;
void merge(vector<int>& ai, int ni, vector<int>& aj, int nj) {
int i = ni - 1;
int j = nj - 1;
int k = ni + nj - 1;
while (i >= 0 || j >=0)
{
if(i >=0 && j >= 0) { // ca i va j deu hop le
if(ai[i] >= aj[j]) {
... | [
"38935979+lhaquoc@users.noreply.github.com"
] | 38935979+lhaquoc@users.noreply.github.com |
323cde6c01be1616ba5cf143ff391d4e386a3016 | ef820e650e48766af92694770f30d4c1e6fa7fbf | /LinkedLists/list.h | 43dd80b429b38dcc4959461dc9e389a6d70517b3 | [
"MIT"
] | permissive | kdungs/cpp-interview | 41285488997af33afb14d03e6557dd15b8831008 | e228f0d2e056959be4bf5a081c42343e884add9a | refs/heads/master | 2016-09-06T04:41:20.112121 | 2015-03-01T18:06:42 | 2015-03-01T18:06:42 | 28,990,156 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,655 | h | #pragma once
#include <memory>
#include <type_traits>
#include <utility>
template <typename T>
class List {
public:
List(T data, std::shared_ptr<List<T>> tail)
: data_{std::move(data)}, tail_{tail} {}
explicit List(T data) : List{std::move(data), nullptr} {}
auto data() const -> T { return data_; }
t... | [
"kevin@dun.gs"
] | kevin@dun.gs |
6a5a22640707ac2a913dec4cd236438e4f79a81f | b365761797ef03e2161b6e1c7b9c9dea98493602 | /src/task2.cpp | 048ec7be00d79b99b29ff259540a6f0d0f4c9bb2 | [] | no_license | ipetrovanton/C-lab-1 | 3db3f7bb0b335ed17f1c8977e63296b17335917e | 93e638161e684e3a5174039e4cccab7117b11b80 | refs/heads/master | 2020-04-09T05:53:12.853597 | 2018-12-05T19:16:55 | 2018-12-05T19:16:55 | 159,006,365 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 415 | cpp | const char * greet(int hour, int min)
{
if ((hour >= 0 && hour < 6) && (min >=0&& min < 60))
return "Good night!";
else if ((hour >= 6 && hour < 12) && (min >= 0 && min < 60))
return "Good morning!";
else if ((hour >=12 && hour < 18) && (min >= 0 && min < 60))
return "Good day!";
else if ((hour >= 18 && hour ... | [
"ipetrovanton@gmail.com"
] | ipetrovanton@gmail.com |
d3de909d7a3fa95c58ca7d8bd34a5f610e4a53a7 | c31951f7862c5e3ee903a718a796f366993c16b5 | /src/mm/stmatch/stmatch_app_config.cpp | eacd3652cc3b546aa698f9a1786adee678458ec6 | [
"Apache-2.0"
] | permissive | dkondor/fmm | 1267a75a42800227f15af125b4dc9a8aa92abc50 | 4ba187a052efb7df1de40b874d4c976a3f2b21fa | refs/heads/master | 2022-04-20T23:13:29.428193 | 2020-04-15T11:40:59 | 2020-04-15T11:40:59 | 255,889,353 | 0 | 0 | Apache-2.0 | 2020-04-15T10:59:33 | 2020-04-15T10:59:33 | null | UTF-8 | C++ | false | false | 6,510 | cpp | //
// Created by Can Yang on 2020/4/1.
//
#include "mm/stmatch/stmatch_app_config.hpp"
#include "util/debug.hpp"
#include "util/util.hpp"
using namespace FMM;
using namespace FMM::CORE;
using namespace FMM::NETWORK;
using namespace FMM::MM;
using namespace FMM::CONFIG;
STMATCHAppConfig::STMATCHAppConfig(int argc, cha... | [
"cyang@kth.se"
] | cyang@kth.se |
2f72dc01aa2890730c8ff0082b877f9b421cf52e | c87e0b73d208a64c898aa8415f937cab2c233091 | /src/RtMidiRouterLib/webchannel/wcmidiout.cpp | eff13cd330f9316e5a55b6b60bf4a73f7488fc71 | [
"MIT"
] | permissive | shemeshg/RtMidiWrap | dbc1177b96397f7565fbb722ec9ec1447b68f4e1 | 86b724c877a0d335defc6b8d411321ced1ed5218 | refs/heads/master | 2023-01-28T02:27:46.576202 | 2023-01-03T18:33:05 | 2023-01-03T18:33:05 | 236,789,355 | 2 | 0 | null | 2022-09-27T13:05:23 | 2020-01-28T17:03:46 | C++ | UTF-8 | C++ | false | false | 5,907 | cpp | #include "wcmidiout.h"
//#include <QStringList>
//#include <QVariantMap>
//#include <string>
//#include "RtMidiWrap/playmidiout.h"
namespace Webchannel {
WcMidiOut::WcMidiOut(QObject *parent) : QObject(parent)
{
midiout = std::unique_ptr<RtMidiWrap::MidiOut>(new RtMidiWrap::MidiOut());
}
bool WcMidiOut::msgToServe... | [
"gili.shemesh@gmail.com"
] | gili.shemesh@gmail.com |
20ddbbd0fccdf38c5e23cbeff9c2b9f7a7947fc3 | a1fbf16243026331187b6df903ed4f69e5e8c110 | /cs/engine/xrGame/autosave_manager.h | f4cbbe3b806e356664c7d277e812e07042879c07 | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause"
] | permissive | OpenXRay/xray-15 | ca0031cf1893616e0c9795c670d5d9f57ca9beff | 1390dfb08ed20997d7e8c95147ea8e8cb71f5e86 | refs/heads/xd_dev | 2023-07-17T23:42:14.693841 | 2021-09-01T23:25:34 | 2021-09-01T23:25:34 | 23,224,089 | 64 | 23 | NOASSERTION | 2019-04-03T17:50:18 | 2014-08-22T12:09:41 | C++ | UTF-8 | C++ | false | false | 1,181 | h | ////////////////////////////////////////////////////////////////////////////
// Module : autosave_manager.h
// Created : 04.11.2004
// Modified : 04.11.2004
// Author : Dmitriy Iassenev
// Description : Autosave manager
////////////////////////////////////////////////////////////////////////////
#pragma once
cl... | [
"paul-kv@yandex.ru"
] | paul-kv@yandex.ru |
f6f6f5ebd9de64d1a7bd4064b6889443b4ab5a84 | 8ed2068bffc4759c42d40b430a8426da3535df82 | /PWGHF/hfe/AliAnalysisTaskHFEIPCorrection.cxx | 4f413072975bfce20db63dc540eeeaea0b3e76fb | [] | permissive | jisatsunotenshi/AliPhysics | a0ff132f3eeef16d5ddd23c60711045971dfc372 | b041470123d81db9eec00dc0ef60cfbb6e447258 | refs/heads/master | 2020-12-13T03:16:21.134570 | 2020-01-16T10:40:35 | 2020-01-16T10:40:35 | 234,293,201 | 0 | 0 | BSD-3-Clause | 2020-01-16T10:19:26 | 2020-01-16T10:19:25 | null | UTF-8 | C++ | false | false | 74,694 | cxx | #include "TChain.h"
#include "TTree.h"
#include "TH1F.h"
#include "TH2F.h"
#include "TH3F.h"
#include "TRandom3.h"
#include "TFile.h"
#include "THnSparse.h"
#include "TCanvas.h"
#include "TSpline.h"
#include "TNtuple.h"
#include "AliAnalysisTask.h"
#include "AliAnalysisManager.h"
#include "AliESDEvent.h"
#include "AliE... | [
"martin.andreas.volkl@cern.ch"
] | martin.andreas.volkl@cern.ch |
700aedf16a1e50b30a16b56e5bca48696090bfdd | 43aa92e0713969fa3d3b0fd5d6a9776a442574bc | /QPanda-2.0.Core/QPanda/CSVIostream.h | 8f4e5a79223f53b43f340e586d2569d9dc141856 | [
"Apache-2.0"
] | permissive | xianfeic/QPanda-2.0 | d4e36fdeb84994a9d3289f939d356706b7befa46 | 80585e5cde30a4132771136c4210e557cb185aef | refs/heads/master | 2020-04-09T23:12:15.033306 | 2018-12-06T02:58:13 | 2018-12-06T02:58:13 | 160,650,001 | 1 | 0 | null | 2018-12-06T09:20:33 | 2018-12-06T09:20:33 | null | UTF-8 | C++ | false | false | 1,312 | h | /*
Copyright (c) 2017-2018 Origin Quantum Computing. All Right Reserved.
Licensed under the Apache License 2.0
CVSIotream.h
Author: Wangjing
Created in 2018-8-31
Classes for write and read CVS file
*/
#ifndef IO_CSV_STREAM_H
#define IO_CSV_STREAM_H
#include <iostream>
#include <fstream>
#include <istream>
#include... | [
"369038080@qq.com"
] | 369038080@qq.com |
b3dccfacb595dffff0f31a068fd25f7f3fb78239 | 1d7f8363324c092b0f04144515bf0e46a0a14940 | /CTest/CTest/ch7.cpp | d3acd9709d5a0e1544b6c767d73050bc63115046 | [] | no_license | jtrfid/C-Repositories | ddd7f6ca82c275d299b8ffaca0b44b76c945f33d | c285cb308d23a07e1503c20def32b571876409be | refs/heads/master | 2021-01-23T09:02:12.113799 | 2019-05-02T05:00:46 | 2019-05-02T05:00:46 | 38,694,237 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 5,440 | cpp | #include "stdafx.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
//#include <Windows.h>
/****************************************************************************************
******************************** hanoni_show1()
****************************************************************************... | [
"jtrfid@qq.com"
] | jtrfid@qq.com |
c4f6e586363b7adee64d321486db8c49405f5756 | f3fdfe385fe2d2b3bf5147708fcf142a0b30f06d | /lib/NotificationSocket.cpp | dfe1aa896ed9a784ab2861f49e43075176e1e2c0 | [
"MIT"
] | permissive | holgi-s/nearby-pp | 985a4ce7671f1f3413fba2e328cb5e2c1c55c9e4 | 96d5000bb2dae4aad508cfc74e447a3215d791ea | refs/heads/master | 2020-04-10T21:01:24.415109 | 2016-11-19T21:02:10 | 2016-11-19T21:02:10 | 61,833,462 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,557 | cpp | //
// Created by Holger on 08.08.2016.
//
#include "NotificationSocket.h"
SOCKET NotificationSocket::Create() {
if(SOCKET loopSocket = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP)) {
struct sockaddr_in loop_addr, local_addr;
loop_addr.sin_family = AF_INET;
loop_addr.sin_addr.s_addr = htonl(... | [
"holgis@gmail.com"
] | holgis@gmail.com |
eb17f6d9e7242dd6fa2110d847faded2707e516a | a267e7f6bba38658e3fb623c900f77c1596e1458 | /lab_03/main.cpp | ebb6e3f8c237deee093f9bd3f29fb6324cca7efb | [] | no_license | nursimadonuk/summer_practice | c6ae3f70088c7b949ce5155b24691bd7fafe134a | 452804db2918e14587b97a7b3f4a0a2100841bf4 | refs/heads/master | 2020-05-30T00:05:47.822734 | 2019-06-28T22:18:01 | 2019-06-28T22:18:01 | 189,451,988 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 165 | cpp | #include <iostream>
#include "funcs.h"
int main() {
std::cout<<east_storage() << " billion gallons.\n";
minmax();
compare();
reverse_order();
return 0;
}
| [
"nursimadonuk@gmail.com"
] | nursimadonuk@gmail.com |
46b9cc2e61a2f3cd223571359555f3e803f344d8 | c103b05f32e105d9e8d5d1e1e6334e8d9cedc116 | /my social network.cpp | ce78c609c767d18109a4289fc14e95dadad0c2c6 | [] | no_license | tanaychaturvedi/GeekforGeeks-and-Interviewbit | c6263f1fcaa785ef44fa3b1d59c66ba84420742f | 6f1bbbb837e58b232948624349c757e96eafc649 | refs/heads/master | 2022-12-24T19:55:53.058064 | 2020-10-03T18:04:47 | 2020-10-03T18:04:47 | 299,934,514 | 3 | 0 | null | 2020-09-30T13:50:05 | 2020-09-30T13:50:04 | null | UTF-8 | C++ | false | false | 749 | cpp | #include<bits/stdc++.h>
using namespace std;
#define ll long long
#define N 505
ll int n;
void floydwarshal(ll int g[N][N]){
for(ll int k=0;k<=n;k++){
for(ll int i=0;i<=n;i++){
for(ll int j=0;j<=n;j++){
if(g[i][k]+g[k][j]>g[i][j]){
g[i][j]=g[i][k]+g[k][j];
}
}
}
}
for(ll int i=0;i<=n;i++){
f... | [
"chaturvediabhay24@gmail.com"
] | chaturvediabhay24@gmail.com |
50340a5bd1279dbeff09f9ff5b1ad88ffdcb6145 | ffb0e669d7c81e05b4d236a187730976eafc985d | /source/color.hpp | cb5e4bb62d7a12f3cc04052bbdfa8470f296d857 | [
"MIT"
] | permissive | ChristopherScholl/programmiersprachen-aufgabenblatt-4 | 76812465cf074fc7d5471b30db5355f4663a2b0f | e74344ca17ef379c80fcc49d7611359a960ca852 | refs/heads/master | 2020-06-02T03:28:28.976111 | 2019-06-12T09:46:46 | 2019-06-12T09:46:46 | 191,020,733 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 168 | hpp | # ifndef COLOR_HPP
# define COLOR_HPP
// Color data type definition
struct Color
{
float r_ = 0.5f;
float g_ = 0.5f;
float b_ = 0.5f;
};
# endif // COLOR_HPP | [
"christopher.scholl@online.de"
] | christopher.scholl@online.de |
3e211d7cbe7200c01d004cf96b070db991ef2d9d | a1c96372b159bedf07c1440d706dff3f288a9c70 | /2017/code/controlStatements/controls.cpp | b491c52cc1447f02de75b3ea09ba6e8fe64d46ad | [
"MIT"
] | permissive | jkalmar/PythonDays | 5ab515d48e5aef89b86c608dfc21390f3c0c9445 | 9af6ec6b8e919af0c789e7e01a7486536ef61ff3 | refs/heads/master | 2020-06-06T00:57:33.661364 | 2019-06-23T18:16:40 | 2019-06-23T18:16:40 | 192,594,553 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,475 | cpp | #include <iostream>
int main( int argc, char **argv )
{
int control = 3;
if( control )
{
std::cout << "if berie 3 ako true" << std::endl;
}
if( control == 1 )
{
std::cout << "1 sa nerovna 3" << std::endl;
}
else
{
std::cout << "else vetva zabra... | [
"janko.kalmar@gmail.com"
] | janko.kalmar@gmail.com |
4355cecda6b21064e084caa1dad7d8a4d6a9a01a | 0366a8b918c9c479bc758bf5e0fea6251ddf4cb7 | /libraries/chain/transfer_evaluator.cpp | 09267021afa71d0daf1ed6d4474d6cd6d25ad77e | [
"MIT"
] | permissive | damir-rg/dascoin-blockchain | ee499821cb166a8eaaec3f6bf856526bab278089 | 0dd2b90af43a999340e7bf9ab65ea44761763d11 | refs/heads/master | 2020-03-11T23:42:57.603675 | 2018-04-20T13:45:12 | 2018-04-20T13:45:12 | 130,329,881 | 0 | 0 | null | 2018-04-20T08:01:39 | 2018-04-20T08:01:38 | null | UTF-8 | C++ | false | false | 14,264 | cpp | /*
* Copyright (c) 2015 Cryptonomex, Inc., and contributors.
*
* The MIT License
*
* 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... | [
"branislav.zelenak@roundglobe.tech"
] | branislav.zelenak@roundglobe.tech |
8b7ab1fed6217112fdb246f4d0626f8c56e779c0 | 91626de2cf1d6f58ae391a0f5dac4f2d4af5adb6 | /include/boost/beast/core/detail/sha1.ipp | f38be7d1a353edf0b10e9f2d395bf4f2c0ded29d | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | Bayonetta5/beast | f7f2045776a4e986a865102de2c1af9b1f3eb30a | 4b5719ec83a6c6396228e9a687e349daa0035638 | refs/heads/master | 2020-06-17T19:39:33.469305 | 2019-07-07T19:51:00 | 2019-07-07T19:51:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,977 | ipp | //
// Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// Official repository: https://github.com/boostorg/beast
//
#ifndef BOOST_BEAST_... | [
"vinnie.falco@gmail.com"
] | vinnie.falco@gmail.com |
d6f0e0555a5bb31b8fe5ddd6256c839459cbd50f | dd4bc9782dd41f08b7c8db4dad29f9702fce9743 | /C@SKR/C++/36.cpp | b9b8d1bac321bcf0cf5c65ac0d7800c7ecd6eeec | [] | no_license | shubham3rajput/Practice | fee34db6ccb12305cf514195d0f6a1e3ada64c07 | 6785d36e4baa7c27f23c38adc4e581d281b5a04b | refs/heads/main | 2022-12-25T20:14:09.018113 | 2020-10-09T13:33:55 | 2020-10-09T13:33:55 | 302,647,705 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 264 | cpp | #include<iostream>
using namespace std;
int main()
{
int skr[3][23]={{1,21,56},{39,45,89},{563,854,4899}};
for(int row=0;row<3;row++){
for (int column=0;column<3;column++){
cout << " " <<skr[row][column] << " ";
}
cout<<endl;
}
return 0;
} | [
"38416939+shubham3rajput@users.noreply.github.com"
] | 38416939+shubham3rajput@users.noreply.github.com |
df1e1a44f6083f91e54f946cb3a27bc6a824a2fd | 6a2d0a1aadd0e2ec27c493ea97336e119da22394 | /06_11_2020/somar.cpp | f5769dd9eebb7050f5d4a7ca494a132752f6cfc2 | [] | no_license | vitoremanuelpereirasilva/INF110 | ce01138f7cf49aa333d6378c063f3f135bcd3577 | c3ae4f29b27e5a85af1cd27485b38079c7cf1c32 | refs/heads/main | 2023-03-29T08:15:33.529997 | 2021-04-07T20:37:32 | 2021-04-07T20:37:32 | 355,675,986 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 352 | cpp | #include<iostream>
using namespace std;
int main(){
int n,x,soma,cont=0;
cin>> n;
int a[n];
for(int i=0;i<n;i++){
cin>>a[i];
}
cin>>x;
for(int i=0;i<n;i++){
for(int j=i+1;j<n;j++){
soma = a[i]+a[j];
if(x==soma){
cont++;
}
}
}
if(cont>=1){
cout<< "SIM"<< endl;
}else{
cout<<... | [
"vitor.emanuel@ufv.br"
] | vitor.emanuel@ufv.br |
8d328528439112ee53a62f1a4f62e76e2cda0618 | 381707f03cc1dd605b4238c49abee7f62fbfbd88 | /uvm_ml/1.3/UVM_ML-1.3/ml/frameworks/uvm/sc/base/uvm_common_phase.cpp | 02f42eab9000e1e5802cfa92e4f2308cb8ab3f35 | [
"Apache-2.0"
] | permissive | extraordinarymango/combinator-uvm | 6fe88835a4781ed170db4f973cc631f1d72f665d | edbf4ae35b2085823160f3dba1a271b6acadb75d | refs/heads/master | 2020-03-16T16:43:11.783263 | 2014-04-23T23:36:07 | 2014-04-23T23:36:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,579 | cpp | //----------------------------------------------------------------------
// Copyright 2012 Advanced Micro Devices Inc.
// All Rights Reserved Worldwide
//
// 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... | [
"doswellf@gmail.com"
] | doswellf@gmail.com |
a6202875660c12564ae9aa5aebab2af1589c7ac9 | 6feac31c862be53247978bba84dd45947533144a | /src/arffparser.cpp | a4d6f8602b8d599053130463a5467b06307b9b66 | [] | no_license | isbel8ai/qt-arff | 39e868f108a16f92c94511fd3315581ab3428a36 | ab1a0561fde860eaaa8655b5e2391c45a48cef3f | refs/heads/master | 2020-04-24T11:14:28.034828 | 2019-02-21T18:05:50 | 2019-02-21T18:05:50 | 171,918,868 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,989 | cpp | #include "arffparser.h"
#include "arfftoken.h"
#include "arffattribute.h"
ArffParser::ArffParser(QString filepath) :
lexer(NULL), parsed(false), arffdata(NULL) {
lexer = new ArffLexer(filepath);
}
ArffParser::~ArffParser() {
if(lexer) {
delete lexer;
}
}
ArffItemModel *ArffParser::parse()... | [
"isbel8ai@aleph.engineering"
] | isbel8ai@aleph.engineering |
fe60c31a17e4aeac8493ab71c19f101b07f10501 | 4824e448904f1a6dc93eb12d867160b5eb1abde1 | /Restaurant/Rest/Order.h | 2f9774dafbb051cd52d88bd92af6ee2da7112014 | [
"MIT"
] | permissive | Adham-M/Restaurant-Delivery-System | 2548ea993f8e7437480ef0f9447143e638ba80de | d95971c8fd2869c41e821a7da86d54541a465cd7 | refs/heads/master | 2023-02-02T11:15:24.491608 | 2020-12-15T19:11:01 | 2020-12-15T19:11:01 | 267,434,064 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,202 | h | #ifndef __ORDER_H_
#define __ORDER_H_
#include "..\Defs.h"
#include <string>
using namespace std;
class Order
{
protected:
ORD_TYPE type; //order type: Normal, Frozen, VIP
REGION Region; //Region of this order
int Distance; //The distance (in meters) between the order location and the resturant
int ID; //Each... | [
"adhmt99@gmail.com"
] | adhmt99@gmail.com |
5825516505ca7e3f05007d5eda298949edcbf879 | 24c8906542ad7cd241a05f750eb1e1ccdfe1a63e | /Graph Algorithms/Message Route.cpp | b2e3effc0609589b326e65f051baa2813722f862 | [] | no_license | offamitkumar/CSES | 0270446c7b998d96b849c27bc2f4d79f6afc8237 | a9bc567f78ddc61eef26d0e7b26a2bd352e73017 | refs/heads/master | 2023-08-22T07:34:17.001508 | 2021-10-07T05:41:31 | 2021-10-07T05:41:31 | 261,845,815 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,024 | cpp | // Author : Amit Kumar
#include <iostream>
#include <algorithm>
#include <string>
#include <sstream>
#include <fstream>
#include <iomanip>
#include <chrono>
#include <numeric>
#include <utility>
#include <functional>
#include <bitset>
#include <tuple>
#include <queue>
#include <stack>
#include <vector>
#includ... | [
"offamitkumar@gmail.com"
] | offamitkumar@gmail.com |
57142bba34350b6f86b1660c15dbe7278495fe5b | d001f6e23300a9b1845c890a3ae65c775e93eee0 | /myplot.h | a94dd333bd22a6e0f42469436540cfdde161b042 | [] | no_license | JohanVanTol/NHMFLMeasure | 7ba15c7900d58cd4797fa8634e213c878f99b9e4 | ff5264f7255e223c968158464d7eef2b61a9e210 | refs/heads/master | 2020-03-28T06:31:28.486519 | 2018-10-18T15:01:42 | 2018-10-18T15:01:42 | 147,841,053 | 0 | 0 | null | 2018-09-10T16:58:33 | 2018-09-07T15:21:04 | C++ | UTF-8 | C++ | false | false | 3,459 | h | #include <windows.h>
#include <vcl\graphics.hpp>
#ifndef __MYPLOT.H
#define __MYPLOT.H
class PlotAxis
{
public:
PlotAxis(double _min=0.0, double _max=1.0);
PlotAxis(const PlotAxis& Ax);
~PlotAxis() {delete [] title;}
void operator=(const PlotAxis& Ax);
void AutoRange(double l, double h);
void Range(... | [
"johanvantol@yahoo.com"
] | johanvantol@yahoo.com |
d2e8e12ba7709ae57aaf66f813da5fcc000d028a | 7df2e56e90a5ebf76567241efdabe39486140331 | /csrc/EqGrNode.cc | bac6810e92233bb00e77b187767bc305e5b87676 | [
"MIT"
] | permissive | fzyukio/python-cspade | 1b11b2be7bca973177a0412032c23ed1c533bbf7 | abb46fed3d9edef3a0ac24bc4e226bdcc47c67aa | refs/heads/master | 2023-01-12T10:07:16.726350 | 2022-10-20T10:36:30 | 2022-10-20T10:36:30 | 160,069,081 | 13 | 8 | null | 2022-10-20T10:36:31 | 2018-12-02T16:53:38 | C++ | UTF-8 | C++ | false | false | 2,672 | cc | //
// Created by Yukio Fukuzawa on 8/12/18.
//
#include "EqGrNode.h"
#include "Array.h"
#include "FreqIt.h"
EqGrNode::EqGrNode(int sz, int num_class_) {
num_class = num_class_;
if (sz > 0) {
theElements.reset(new Array(sz));
stheElements.reset(new Array(sz));
_set_sup = make_shared<v... | [
"nishinokaze8@gmail.com"
] | nishinokaze8@gmail.com |
aa71eb0e37401305b7f8ce01c617bded343d6260 | 07504bd60af95e300952fcd75d5492071b41a8f6 | /CrossApp/view/CAAlertView.cpp | 342ed0b3fe9f8086ae2b18f45f82d2d3cf2fc7ba | [
"MIT"
] | permissive | black0592/cross | e60c7ab5293de23c17d4495ad3d12fb5809ce638 | 23552ae61dfe1d7b25fac2e9b3e99903eab901d9 | refs/heads/master | 2020-04-02T08:38:10.328399 | 2018-09-11T02:17:27 | 2018-09-11T02:17:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,823 | cpp |
#include "CAAlertView.h"
#include "platform/CAAlertViewImpl.h"
NS_CC_BEGIN
static CAMap<unsigned int, CAAlertView*> s_gMessageBoxs;
CAAlertView* CAAlertView::create(const std::string& title, const std::string& message)
{
CAAlertView* box = new CAAlertView(title, message);
box->autorelease();
return box;
... | [
"278688386@qq.com"
] | 278688386@qq.com |
1c6738c84f0e6aa1297c1e6b7a0868f812318151 | a41ff94559e24cba03f42081ee5452f64063622a | /Contest/Codechef/codeheist/B.cpp | 248744526f43608476335876e4e955015ec132d7 | [] | no_license | RavenColEvol/competitive-journey | aaff3ebd66bb6fdbbcff33de7516ac401023e1f0 | 0e5cd2ff7e7c92644a8bee2b016c2eead4cb8370 | refs/heads/master | 2022-11-23T02:06:10.966813 | 2020-07-30T13:32:57 | 2020-07-30T13:32:57 | 229,191,033 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 909 | cpp | #include<bits/stdc++.h>
#define FIO ios_base::sync_with_stdio(false), cin.tie(NULL), cout.tie(NULL)
#define rep(i, a, b) for(ll i = a; i < b; ++i)
using namespace std;
typedef long long ll;
typedef vector<ll> vll;
int main()
{
FIO;
ll t; cin >> t;
while(t--) {
ll n, p ,ru, l, r; cin >> n;
... | [
"ravilamkoti@gmail.com"
] | ravilamkoti@gmail.com |
a3fda5ee9908ec66c14b09f552e605fddaded578 | f7758ea95888827dcdba4ecc40150516380e8af3 | /uses/qt_viz/renderarea_context.cpp | 047896fa2d3f290847ae7f08351cf0b2b78d7fb5 | [] | no_license | newmen/monte-carlo_techs | 3b22bfe999ef4a63d0d15ca8a154ed6616fac9e6 | b2db9161795d17d7cad58839f2cc9f6e73edeb73 | refs/heads/master | 2021-01-19T05:22:38.070938 | 2013-09-29T21:40:16 | 2013-09-29T21:40:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 750 | cpp | #include <QtGui>
#include "renderarea_context.h"
#include "drawing_role.h"
RenderAreaContext::RenderAreaContext(float cellSideLength) : _cellSideLength(cellSideLength) {}
void RenderAreaContext::resetArea(const AreaData *area) {
_area = area;
processSize();
}
void RenderAreaContext::paintEvent(QPaintEvent *e... | [
"altermn@gmail.com"
] | altermn@gmail.com |
69eaf2492360ad6bca5b00f1b793ea618b7643f5 | 25b02d7955f112a41efb59a2e657ae722860fdde | /projects/ecslib/include/Component.h | 854fd1a58a31267e476e65d30c4b1e8c0ddf9260 | [] | no_license | Evertras/ecs | 9ed759de952b89034e17eed7e131c8c0b67028a0 | 3834c462bf101d10aceefc747c8aebc85bc8245a | refs/heads/master | 2020-03-30T12:13:38.701387 | 2018-12-15T01:41:02 | 2018-12-15T01:41:02 | 151,215,026 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 474 | h | #pragma once
namespace ECS
{
namespace Internal
{
class BaseComponent
{
public:
BaseComponent() {}
virtual ~BaseComponent() {}
BaseComponent(const BaseComponent& rhs) {}
};
}
template<typename T>
class Component : public Internal::BaseComponent
{
public:
Component() {}
Component(const T& rh... | [
"bfullj@gmail.com"
] | bfullj@gmail.com |
56a879e8215d59f6943aadc234335b3c149c62e2 | a17c874a61aa67f1ee7cc9c9b239e8b36b5082a2 | /EuklidischerAlgorithmus/Jonas/main.cpp | 398e727cb07e38e60b7dd2354f8e561d76bdd2fd | [] | no_license | Franzelfx/AlgorithmenUndDatenstrukturen | 90caf690bcd170480815b3a94bfe2e1e53639ce4 | 349111e87b536303c683842e9542bbfa398ca150 | refs/heads/master | 2020-05-04T17:57:58.941457 | 2019-04-29T18:09:34 | 2019-04-29T18:09:34 | 179,333,996 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,813 | cpp | // by Jonas Quinque
#include <iostream>
int ggT(int a, int b);
int ggT_v(int a, int b);
int ggT_recursively(int a, int b);
int main() {
while(true) {
int *a;
int result, programm, num;
std::cout << "ggT-Rechner" << '\n';
std::cout << "Bitte Variante eingeben (1 normal, 2 rekursiv, Programmende bel. Einga... | [
"fabian.franz0596@gmail.com"
] | fabian.franz0596@gmail.com |
44cf5428a3415f0f37724f51e0665fcb9c96a41d | d3dcae62ec275656cb48336360d51c426c1e43a4 | /include/gasha/thread_id.inl | 294fa6a23a63db5e30f2172ff8f332fd7bf93d3d | [
"MIT"
] | permissive | gakimaru/gasha | c4d377de0ac14eaba1e7c0b1a3bbda99fb9a9b72 | 17e300a417d61766f0e5ec51de98f6b848157bb6 | refs/heads/master | 2016-09-16T04:48:34.952911 | 2014-08-10T18:28:26 | 2014-08-10T18:28:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,163 | inl | #pragma once
#ifndef GASHA_INCLUDED_THREAD_ID_INL
#define GASHA_INCLUDED_THREAD_ID_INL
//--------------------------------------------------------------------------------
// thread_id.inl
// スレッドID【インライン関数/テンプレート関数定義部】
//
// ※基本的に明示的なインクルードの必要はなし。(.h ファイルの末尾でインクルード)
//
// Gakimaru's standard library for C++ - GASHA
//... | [
"ita_gaki@wd5.so-net.ne.jp"
] | ita_gaki@wd5.so-net.ne.jp |
9d7728f50bd65629972e516b6a357cc8ff472870 | 4f1134051d2808bf609853cd116ead67a670ca80 | /Gebhard/src/Permutationstest.h | b27d65e03066f66d1830150bf8fbf902087b7e37 | [] | no_license | mhoehle/permtest | 93ddf212855f3c5e7839fe94ccf2e9b5c7bed7e2 | 9b4421b4fd5a34c7f7cd928be33625529cf3d402 | refs/heads/master | 2023-01-23T18:46:22.001249 | 2019-06-02T21:46:04 | 2019-06-02T21:46:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,420 | h | ///////////////////////////////////////////////////////
//
// Copyright � 1994 Jens Gebhard
//
// DATEI: PERMUTAT.H (Permutationtest.h
//
// ZWECK: Deklaration der Klasse PermutationTestApp
//
///////////////////////////////////////////////////////
#include "global.h"
#include "pitman.h"
#include "tritchler.h"... | [
"hoehle@math.su.se"
] | hoehle@math.su.se |
4f60c1f52c4cc84622b0a6d8166f1bcb80ad9c30 | 8380b5eb12e24692e97480bfa8939a199d067bce | /Carberp Botnet/source - absource/pro/all source/RemoteCtl/DrClient/ClientOps.h | 3d16aea66f3d2450014dae52e52480a0fb4fe3a6 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | RamadhanAmizudin/malware | 788ee745b5bb23b980005c2af08f6cb8763981c2 | 62d0035db6bc9aa279b7c60250d439825ae65e41 | refs/heads/master | 2023-02-05T13:37:18.909646 | 2023-01-26T08:43:18 | 2023-01-26T08:43:18 | 53,407,812 | 873 | 291 | null | 2023-01-26T08:43:19 | 2016-03-08T11:44:21 | C++ | UTF-8 | C++ | false | false | 3,511 | h | #pragma once
//=============================================
#define SECOND_DESK_NAMEW L"SecondDesktop"
#define SECOND_DESK_NAMEA "SecondDesktop"
#ifdef UNICODE
#define SECOND_DESK_NAME SECOND_DESK_NAMEW
#else
#define SECOND_DESK_NAME SECOND_DESK_NAMEA
#endif // !UNICODE
#define DESKTOP_1 1
#defin... | [
"fdiskyou@users.noreply.github.com"
] | fdiskyou@users.noreply.github.com |
df5de45c50178ea443c1e0301af3793b4fe0a34d | c2d270aff0a4d939f43b6359ac2c564b2565be76 | /src/chrome/browser/profiles/profile_impl.cc | e533e4359d3a37c17576b68108fb009d17359a90 | [
"BSD-3-Clause"
] | permissive | bopopescu/QuicDep | dfa5c2b6aa29eb6f52b12486ff7f3757c808808d | bc86b705a6cf02d2eade4f3ea8cf5fe73ef52aa0 | refs/heads/master | 2022-04-26T04:36:55.675836 | 2020-04-29T21:29:26 | 2020-04-29T21:29:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 53,696 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/profiles/profile_impl.h"
#include <stddef.h>
#include <memory>
#include <set>
#include <utility>
#include <vector>
#includ... | [
"rdeshm0@aptvm070-6.apt.emulab.net"
] | rdeshm0@aptvm070-6.apt.emulab.net |
9590c287437853c060891532239d5c10edc8a317 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function13833/function13833_schedule_26/function13833_schedule_26.cpp | eb85680474237f67fcb8527f9eca7e9686ac8e9b | [] | 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 | 728 | cpp | #include <tiramisu/tiramisu.h>
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("function13833_schedule_26");
constant c0("c0", 512), c1("c1", 128), c2("c2", 1024);
var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i01("i01"), i02("i02"), i03("i03"), i04("i04"), i05("i05"),... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
68e59db9d6b2092c633ca18b108a89c5aef9437d | 84c177db9c274502244445b5cb19c91efff7c291 | /rk3128/Treadmill_driver/heart_safe/new/hardware/rockchip/sensor/st/SafelockSensor.cpp | 4594e4ad304dada3c897ecb050ac9db6e9d86b48 | [
"Apache-2.0"
] | permissive | darcyg/SuqingNote | bdb9e48668321d98584684a6cd14b940593e3dc8 | 78ab4839db43f3fa1b97fe544c327461c746e455 | refs/heads/master | 2020-06-05T14:42:08.118817 | 2018-09-04T11:07:33 | 2018-09-04T11:07:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,953 | cpp | /*
* Copyright (C) 2010 Motorola, Inc.
* Copyright (C) 2008 The Android Open Source Project
*
* 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/LIC... | [
"392416958@qq.com"
] | 392416958@qq.com |
0607633296ee86f9b354f7f0637671e1a0024170 | 427f48b76d1b312cff7af2d9b535ea333e8d154e | /cpp/error_uncaught_exception.cpp | edb3fd62ca6d8d3fe9ad767d2a5f5d6f95234936 | [
"MIT"
] | permissive | rpuntaie/c-examples | 8925146dd1a59edb137c6240363e2794eccce004 | 385b3c792e5b39f81a187870100ed6401520a404 | refs/heads/main | 2023-05-31T15:29:38.919736 | 2021-06-28T16:53:07 | 2021-06-28T16:53:07 | 381,098,552 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 778 | cpp | /*
g++ --std=c++20 -pthread -o ../_build/cpp/error_uncaught_exception.exe ./cpp/error_uncaught_exception.cpp && (cd ../_build/cpp/;./error_uncaught_exception.exe)
https://en.cppreference.com/w/cpp/error/uncaught_exception
*/
#include <iostream>
#include <exception>
#include <stdexcept>
struct Foo {
int count = std:... | [
"roland.puntaier@gmail.com"
] | roland.puntaier@gmail.com |
c5da447154447e34785aded8737a0e4c17555baa | 82317a604ae195d04308a6ee609ea124ed4bef79 | /src/IntrinsicCalibrator.h | 699767b92b33342cf9b70e228baef251e091e6e6 | [] | no_license | improdevteam/ImProConsole_Test | 391dd62e2e62e313210665214ac2c4ee93d0273a | c28bac7347bcfa7d31b24c9b06c50278755cb65e | refs/heads/master | 2020-05-09T12:13:29.500399 | 2019-05-09T01:32:30 | 2019-05-09T01:32:30 | 181,105,908 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 14,861 | h | #pragma once
#include <vector>
#include <iostream>
using namespace std;
#include <opencv2/core.hpp>
#include <opencv2/calib3d.hpp>
#include <opencv2/imgproc.hpp>
using namespace cv;
#include "FileSeq.h"
//#include "FileSequence.h"
#define ICAL_CORNERS_FOUND 1
#define ICAL_CORNERS_FAILED -1
#define ICAL_CORNERS_UNKNO... | [
"improdevteam@gmail.com"
] | improdevteam@gmail.com |
b159cb3e00ead6563f9fb0db3d8f2462da9a6a75 | 1488ef429286ba06c77a065c942cc583498952d7 | /XmlDocument/XmlDocument.cpp | 175713da11e118eb02001f0467596958d9c635b8 | [] | no_license | rahulmaddineni/Remote-Code-Repository | cde2a7537fd360346972a94354f3f4de249470b4 | c1c61c65ff589a5d23fb801736f6a0bd0f49a41c | refs/heads/master | 2020-12-02T22:39:53.895504 | 2017-07-04T01:56:50 | 2017-07-04T01:56:50 | 96,163,031 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,017 | cpp | ///////////////////////////////////////////////////////////////////
// XmlDocument.cpp - a container of XmlElement nodes //
// Ver 2.2 //
// Application: Help for CSE687 Pr#2, Spring 2015 //
// Platform: Dell XPS 2720, Win 8.1 Pro, Visu... | [
"maddineni.rahulbabu@gmail.com"
] | maddineni.rahulbabu@gmail.com |
34936e57b9a3b43015d0efc717c672c76bf834ee | 97f44a419e3d1c0d86efaf95210e3673154891a7 | /lang/src/syntax_tree/program.cpp | 012c62f8ed4ad436feb053db6b21fb41f0bf0427 | [] | no_license | frenebo/parallel_lang | 2da754bc618b43f8eeb09ac02bd12389cf7f3b88 | 0e722b85a4a9bc0dda796325a2cdd32d6b5aeae7 | refs/heads/master | 2020-05-05T05:41:28.992285 | 2019-04-25T18:57:05 | 2019-04-25T18:57:05 | 179,762,245 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 315 | cpp | #include "./program.hpp"
namespace syntax_tree::program
{
ProgramTree::ProgramTree(statement_sequence::StatementSequence program_body)
: _program_body(program_body)
{
}
const statement_sequence::StatementSequence & ProgramTree::program_body() const
{
return _program_body;
}
}
| [
"paul.kreymborg@softwareag.com"
] | paul.kreymborg@softwareag.com |
9c89fab60e58bb4af8d130023688f01839f9122d | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14427/function14427_schedule_4/function14427_schedule_4_wrapper.cpp | e17a3702986282e6c26fa5a476e9a27ca8635b0e | [] | 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 | 934 | cpp | #include "Halide.h"
#include "function14427_schedule_4_wrapper.h"
#include "tiramisu/utils.h"
#include <cstdlib>
#include <iostream>
#include <time.h>
#include <fstream>
#include <chrono>
#define MAX_RAND 200
int main(int, char **){
Halide::Buffer<int32_t> buf00(64, 128, 64, 64);
Halide::Buffer<int32_t> buf0... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
78242a5f8994f6a836123d8c065118f04def8e7a | 07ba7fde9da83edd3744557972b4b411af1b577d | /src/buzegui/FileBrowserList.h | 59fdba3f81a21ce48700f29d79517ba170727e2b | [] | no_license | clvn/buze | d10edad5b319ca62c1401e710acedc22897b9027 | 4d7d406e87bda3b57b7631149fe63f9bd2ac3eec | refs/heads/master | 2021-09-16T01:39:40.697834 | 2018-01-06T15:45:28 | 2018-01-06T15:45:28 | 115,177,320 | 8 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 911 | h | #pragma once
class CFileBrowserList :
public CWindowImpl<CFileBrowserList, CListViewCtrl>
{
public:
DECLARE_WND_SUPERCLASS("FileBrowserList", CListViewCtrl::GetWndClassName())
BEGIN_MSG_MAP(CFileBrowserList)
MESSAGE_HANDLER(WM_CREATE, OnCreate)
MESSAGE_HANDLER(WM_KEYDOWN, OnKeyDown)
MESSAGE_HANDLER(WM_KEYUP,... | [
"clvn@users.noreply.github.com"
] | clvn@users.noreply.github.com |
990258707d747e7ddfd8251d50577a1d984c9101 | 1bfc3919d3ad25ce7075b00114bb461154815110 | /src/primitives/transaction.h | 21604a2f41529b673fea2630a321d443e57df0f8 | [
"MIT"
] | permissive | billetcoin/blt | 705ab2fd772449735a5feadf1da934227500f5cc | 7dcd673ca4e836290a637ed2b86da9d821e33fdc | refs/heads/master | 2023-03-22T21:12:11.626219 | 2021-03-19T16:00:05 | 2021-03-19T16:00:05 | 271,081,298 | 3 | 6 | MIT | 2020-08-15T21:19:43 | 2020-06-09T18:34:47 | C++ | UTF-8 | C++ | false | false | 9,523 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2015-2019 The Billetcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_PRIMITIVES_TRANSA... | [
"cortezhashfarm@gmail.com"
] | cortezhashfarm@gmail.com |
d556e90943c0a9f1888c3f5131bad583cbe9ebf7 | a7dc9df7ecc9438c96b7a33038a3c70f0ff5bc86 | /soa/service/rest_proxy.cc | b60c1703363d1bc38eb9fb66f7ed0c0fa1c8b851 | [
"Apache-2.0"
] | permissive | duyet/BGateRTB | ca19a2f23fad6a5063ec4463a3049984ed09ec67 | ea1782f7cd89a15e64cd87a175816ee68aee8934 | refs/heads/master | 2022-07-24T03:45:05.099793 | 2022-07-17T11:20:43 | 2022-07-17T11:20:43 | 37,047,062 | 0 | 0 | Apache-2.0 | 2022-07-17T11:21:09 | 2015-06-08T05:10:18 | C++ | UTF-8 | C++ | false | false | 10,256 | cc | /* rest_proxy.cc
Jeremy Barnes, 14 November 2012
Copyright (c) 2012 Datacratic Inc. All rights reserved.
*/
#include "rest_proxy.h"
#include "jml/arch/exception_handler.h"
using namespace std;
using namespace ML;
namespace Datacratic {
/***********************************************************************... | [
"root@ubuntu-virtual-machine.(none)"
] | root@ubuntu-virtual-machine.(none) |
919a4f28a0c28861c04371e1775b24249bc1a376 | 792a52844d2e53fdbd3582d9edb95eedec651a74 | /Source/BlenderModel.cpp | db0400d18ac2146004f0e1637ee542691682b643 | [] | no_license | alanly/comp371 | 42ade8a6bf4bbd5031fa7e552af0e6e7f3246c1d | dd0e4f3c3b9e8e4a67b048e5c354a1ded0578a0d | refs/heads/master | 2021-01-18T23:20:34.469596 | 2014-08-19T17:01:13 | 2014-08-19T17:01:13 | 22,010,621 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,996 | cpp | //Written by Thomas Rahn
#include "BlenderModel.h"
#include "Renderer.h"
#include "Texture.h"
// Include GLEW - OpenGL Extension Wrangler
#define GLEW_STATIC
#include <GL/glew.h>
using namespace glm;
// Material Coefficients
static const float ka = 0.1f;
static const float kd = 0.05f;
static const float ks = 0.... | [
"thomas@rahn.ca"
] | thomas@rahn.ca |
6c37a8dd61925ef81f759e9d395959650a7a5cd1 | 851acd2c0f3cb1f5ecf73347b482183b2a832705 | /beryl_source/src/masternode.cpp | 0ab45c3ac04c4c9f41b3a8be7e2eda7da0340aea | [
"MIT"
] | permissive | beryl-coin/BRL | ef082b224fd9612f0d1a39712fdc125da2a2542b | da51be29db95a97719408a3d8b32c2a1beb95605 | refs/heads/master | 2020-09-18T19:06:11.101912 | 2019-11-26T10:53:25 | 2019-11-26T10:53:25 | 220,607,994 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 39,924 | cpp | // Copyright (c) 2014-2017 The Dash Core developers
// Copyright (c) 2019 The Beryl Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "activemasternode.h"
#include "base58.h"
#include "clientversion.h"... | [
"gebel286@gmail.com"
] | gebel286@gmail.com |
066588ce9b3f2f9f57f8614a6c51bfbb5a489247 | 5456502f97627278cbd6e16d002d50f1de3da7bb | /ppapi/tests/manual/delete_plugin.cc | 9d61b663a7fbc778877ad52faba9bf0d68c58b61 | [
"BSD-3-Clause",
"LicenseRef-scancode-khronos"
] | permissive | TrellixVulnTeam/Chromium_7C66 | 72d108a413909eb3bd36c73a6c2f98de1573b6e5 | c8649ab2a0f5a747369ed50351209a42f59672ee | refs/heads/master | 2023-03-16T12:51:40.231959 | 2017-12-20T10:38:26 | 2017-12-20T10:38:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,134 | cc | // Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <stdint.h>
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/pp_input_event.h"
#include "ppapi/c/ppb_var.h"
#include "ppapi/c/truste... | [
"lixiaodonglove7@aliyun.com"
] | lixiaodonglove7@aliyun.com |
eea40fdcf88344822ade3313e473fb13238d6801 | 3990d2659b7985b2ae04d87cc23948d01a716ffa | /2-23-1/Demo.cpp | 5692a3679f9386d387ba231c3b625ba4a26c34fe | [] | no_license | DSPerson/cPrimerPlus | d7f03a75ccd449e8326662d6894a5388b7e49ab4 | ac9c52e593b208f7fd75f948e1c6cf5d3d0d1228 | refs/heads/master | 2021-01-21T06:42:14.376831 | 2017-02-27T05:44:24 | 2017-02-27T05:44:24 | 83,271,694 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 440 | cpp | //
// Created by dsperson on 2017/2/23.
//
#include "Demo.h"
#include "Teacher.h"
//#include "./Teacher.h"
/*int main() {
cout << "ds" << endl;
}
*/
void Demo::funcTeacher() {
Teacher tea;
Teacher tea1(tea);
// Teacher *teach = new Teacher();
//delete teach;
//string name;
// cin >> name;... | [
"dus_ios_work@163.com"
] | dus_ios_work@163.com |
3d49dc87d130736b343b9abbde6b5b585c81278d | d3a794866f8537b8968a0db3a5fba8fe915d5cec | /src/db.cpp | aa7681d52eeb39581f2966e56cb47d7e3ea72d9d | [
"MIT"
] | permissive | mooneygang/ammocoin | 55157296f44c1ead561c5b45562dba91cf046db3 | 5aba361ec013122fd8c764fefcc99ef0e07988b5 | refs/heads/master | 2020-03-17T00:23:41.147868 | 2018-05-14T07:34:41 | 2018-05-14T07:34:41 | 133,115,110 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 27,094 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin developers
// Copyright (c) 2011-2012 Litecoin Developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "db.h"
#include "util.h"
#... | [
"usma89@i1.net"
] | usma89@i1.net |
1414d5aae3d6dad24efdc11cd1cf225c07faa0ad | 6b2efc39377ef025f8aeef170612bb3509abe811 | /src/util/string.h | f39abe0600f41f18431eb1d7c2ee353fc6f6e08c | [
"MIT"
] | permissive | kodxana/F44RedCoin | 5001068ba5289f97d743b67b3d2a1dc9bcf1a5e3 | a6948cb0328c0962fa87224a4dcc3138febbf3be | refs/heads/main | 2022-12-25T05:52:06.330184 | 2020-10-05T15:50:44 | 2020-10-05T15:50:44 | 301,460,345 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,850 | h | // Copyright (c) 2019 The F44RedCoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef F44REDCOIN_UTIL_STRING_H
#define F44REDCOIN_UTIL_STRING_H
#include <attributes.h>
#include <cstring>
#include <locale... | [
"madiator2011@pm.me"
] | madiator2011@pm.me |
59a4abfa0a743171b1ba50c53b7d26efb0409e90 | 22bec78542fefaccb0948da6e9e8c5a84e7f6d96 | /offer/test13.cpp | c46173d80f6734989810cfa689e6f1bc333eb78f | [] | no_license | Cyruswen/offer | fe0dfa8b7c9870e881729b793a4ce999658d219e | 8ef1901a5c916544f14377e0eb61fe64a1c8557d | refs/heads/master | 2020-03-23T16:09:12.289232 | 2018-10-11T16:00:54 | 2018-10-11T16:00:54 | 141,796,544 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,831 | cpp | #include <iostream>
#include <vector>
#include <map>
#include <string>
#include <stack>
#include <queue>
using namespace std;
#if 0
//顺时针打印矩阵
void _orderPrint(vector<vector<int> > v, int ar, int ac, int dr, int dc)
{
for(int i = ac; i <= dc; i++)
{
cout<<v[ar][i]<<" ";
}
for(int i = ar+1; i <=... | [
"1321336357@qq.com"
] | 1321336357@qq.com |
5878ac1c0d1e6c2fdcbcabf3f040ee11e9a17700 | 52148a852751715f41625049d3c87c7a63678552 | /include/SFPlot/ArcMeter.hpp | ac1beec0c5708c158782c1c26f3082ac2e960afd | [
"MIT"
] | permissive | MoriokaReimen/SFPlot | 18672c2317131798adc43425d3b00d85215eb52f | 64b50500076a683026e4e439a9315f3725f1236f | refs/heads/main | 2023-03-07T07:11:01.661013 | 2021-02-23T02:10:42 | 2021-02-23T02:10:42 | 326,103,948 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,185 | hpp | #pragma once
#include <SFML/Graphics.hpp>
#include "SFPlot/ArcData.hpp"
#include <string>
#include <utility>
#include <memory>
namespace sf
{
/**
* @relates ArcData
* Arc meter chart
*
*/
class ArcMeter : virtual public sf::Drawable, virtual public sf::Transformable
{
sf::Font font_;
sf::Color font_color_;... | [
"nakata.kei.job@gmail.com"
] | nakata.kei.job@gmail.com |
26ac550cdba0ac94e2e388ab0c0898e1bfc49acf | ceac59f034f560602da63f8f93eff80476ce4d37 | /third_party/asio/include/asio/buffered_stream.hpp | 43b105b1399be70aa66580c053349402fcd8c0c4 | [
"BSL-1.0"
] | permissive | ludocosmo/wrtc-client | ade5e183db3ed0d5f86e79f06fe54cb7dad9ff4d | 0efa2c6c79b865c9128b0eecf85ec133862b8cf6 | refs/heads/master | 2021-05-05T14:11:03.523903 | 2018-01-22T02:30:11 | 2018-01-22T02:30:11 | 118,438,078 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,645 | hpp | //
// buffered_stream.hpp
// ~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
#ifndef ASIO_BUFFER... | [
"ludovic.roux@cosmosoftware.io"
] | ludovic.roux@cosmosoftware.io |
0edf3acf93fc87a06253bc616a908fdbbc037d3b | 4bd16eeaf3112ec176617d6f841d74b3c7ada879 | /ass+1_2/ass+1_2/ass+1_1.cpp | aab0324af99090755bce1ca4be74122aae92471f | [] | no_license | sowjanya1998/sowjanya | e751a54565c959b9b0852601d790cf007b3acca0 | 01e9ee139fb230982cc3d04d295f89114d416fb5 | refs/heads/master | 2020-04-21T16:46:55.960247 | 2019-03-18T15:15:55 | 2019-03-18T15:15:55 | 169,713,613 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,133 | cpp | #include<iostream>
using namespace std;
class time
{
int hours;
int minutes;
int seconds;
public:
time(int h,int m,int s)
{
hours = h;
minutes = m;
seconds = s;
}
time()
{
hours = 1;
minutes = 1;
seconds = 1;
}
void display()
{
//printf("time:%d:%d:%d", hours, minutes, seconds);
//cout << "t... | [
"sowjanyadarna@gmail.com"
] | sowjanyadarna@gmail.com |
f9a22907f8c81beeb998793806e7fe0be7522809 | 4915afa18aa643cb8e6ddf65e340ce6fffb7cefd | /Project/Grid.h | 3e27573689f446f2c62b22b01389e68c8c7291ae | [] | no_license | krok22/mes | 86ae014a6401a40deeb7563adc33be0a11a151ac | 7fe55777c90f01892eda97171f9ac86fc0a257ee | refs/heads/master | 2020-04-14T18:17:57.150513 | 2019-01-06T20:30:05 | 2019-01-06T20:30:05 | 164,013,453 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 254 | h | #pragma once
#include "Element.h"
class Grid
{
private:
int id=0;
int length, heigth;
Element *element_array;
Node *node_array;
void initialize(int,int);
public:
Grid(int,int);
~Grid();
Element* get_element_array();
Node* get_node_array();
};
| [
"k.rokita.kw@gmail.com"
] | k.rokita.kw@gmail.com |
f12a83b8973a603fc3e932c39aa80b53de2b73ff | d53314137d9f8fc0a1a954632164e6bb72398d8b | /example/bench_server/bench_server.cpp | 56521ca9f901b2eeefd94fd14d54e38ed04b7e60 | [
"MIT"
] | permissive | hbccdf/network-core | 81f47a4195610427be15f6945b8e4842a62b4242 | 37cbf03829bffd9c0903a1e755ce1f96f46e3dfa | refs/heads/master | 2022-11-24T16:37:15.267219 | 2020-08-04T08:16:02 | 2020-08-04T08:16:02 | 284,646,374 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,329 | cpp | #include <network/rpc/server.hpp>
#include <network/serialize/xml_adapter.hpp>
namespace cytx
{
enum class type_t
{
connection,
operation,
};
REG_ENUM(type_t, connection, operation);
struct config
{
std::string ip;
uint16_t port;
type_t test_type;
... | [
"xing.wang@cytxcn.com"
] | xing.wang@cytxcn.com |
72b61b9d2daf6b4a4b824f95c034ac02abf3335f | b1e6d5fb3a3dda4044ca860d2ccaaed7021b7f36 | /data structures/inversions.cpp | d891d7fc4c058eda6a20eaff5dc1fc5864ec5948 | [] | no_license | adig1999/ds-algo1 | 4fe02055a93f57a8a7bcb7095fac8ac468d6ce4c | d624295eddee3e95e237f54cddc8311739929ee7 | refs/heads/master | 2022-12-23T11:50:52.966111 | 2020-09-24T08:10:18 | 2020-09-24T08:10:18 | 298,210,913 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,763 | cpp | #include<bits/stdc++.h>
using namespace std;
vector<int>a;
int merge_and_cnt(int s, int e)
{
int m = (s + e) / 2;
int i = s;
int j = m + 1;
vector<int>tmp;
int inversions = 0;
while (i < m + 1 && j < e + 1)
{
// = ensures that only inversions are counted if
// ai > b... | [
"noreply@github.com"
] | noreply@github.com |
aaeb9bdb2bbf73441d9a1ac19207d8a2ac0e6f4d | 04e5b6df2ee3bcfb7005d8ec91aab8e380333ac4 | /clang_codecompletion/llvm/CodeGen/SwiftErrorValueTracking.h | 08ab2abbdd5bc2c7371b29cbd9edb24bb06df446 | [
"MIT"
] | permissive | ColdGrub1384/Pyto | 64e2a593957fd640907f0e4698d430ea7754a73e | 7557485a733dd7e17ba0366b92794931bdb39975 | refs/heads/main | 2023-08-01T03:48:35.694832 | 2022-07-20T14:38:45 | 2022-07-20T14:38:45 | 148,944,721 | 884 | 157 | MIT | 2023-02-26T21:34:04 | 2018-09-15T22:29:07 | C | UTF-8 | C++ | false | false | 3,984 | h | //===- SwiftErrorValueTracking.h - Track swifterror VReg vals --*- C++ -*--===//
//
// 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
//
//===---------------------------... | [
"emma@labbe.me"
] | emma@labbe.me |
9d9cc76d6fdaf4ef2b273b46bdb2d844838ce7a6 | ee1bb5eb734c9615488857ccaec1ce6cb36c0d49 | /56.cpp | 055b3bf856933a0911e7100de5996b69996a57e6 | [] | no_license | longydpl/LTHDD | fa90306b6b4423a19b1741d6d8350469996b4876 | d38fdb196455f084b12140089adc6b3e11b18ab9 | refs/heads/master | 2020-12-11T23:02:08.277698 | 2020-04-18T14:15:42 | 2020-04-18T14:15:42 | 233,979,064 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,899 | cpp | #include<bits/stdc++.h>
#include<conio.h>
using namespace std;
class SanPham
{
protected:
int maSp;
char tenSp[30];
char ngaysx[12];
float trongluong;
char mau[10];
};
class HangDienTu:SanPham
{
float congsuat;
char ddsd[15];
public:
void nhap();
void xuat();
friend void Trong... | [
"longydpl@gmail.com"
] | longydpl@gmail.com |
80ce724f8865007768a7b658c597bd348174b7aa | d385df4dd22a0484359b39d17ba6a347a6ee45a5 | /3rdpty/MathGeoLib/tests/NegativeTests.cpp | 9fdc5d2278c2e6868ca1cb48d3c3ad1d963de783 | [
"Apache-2.0"
] | permissive | Sunday0/CMGameEngine | 9703840d4e728050c4f38459287b2128fed93db3 | 36a8c4146fe6598a407af2901605fb22b5327944 | refs/heads/master | 2020-03-11T17:22:30.625990 | 2016-01-25T07:23:09 | 2016-01-25T07:23:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 55,961 | cpp | #include <stdio.h>
#include <stdlib.h>
#include "../src/MathGeoLib.h"
#include "../src/Math/myassert.h"
#include "TestRunner.h"
#include "../src/Algorithm/GJK.h"
#include "../src/Algorithm/SAT.h"
MATH_IGNORE_UNUSED_VARS_WARNING
AABB RandomAABBInHalfspace(const Plane &plane, float maxSideLength)
{
float w = rng.Floa... | [
"devnull@localhost"
] | devnull@localhost |
969697ef687bf0aa01c1df302dd7cba97269d4c7 | d9d06afdbaa1698edc4f7a59b1d3fa84497fa00c | /PR1_EX1.2/PR1_EX1.2.ino | 65af30b0400ec79ad6ea20468edc00449b54f50b | [] | no_license | quimmoreno/Practica1SERIAL | 5b70c05747e3da940e66c0e1f31749dfc990d734 | e156a1dbcff2f116d4c1526ecfee0393cdd98278 | refs/heads/master | 2021-01-18T15:15:19.117799 | 2015-05-13T09:49:25 | 2015-05-13T09:49:25 | 31,784,877 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 175 | ino | void setup()
{
Serial.begin(9600);
}
void loop()
{
Serial.print("Hello world!"); // prints
delay(1000);
}
//Quim Moreno Torras
| [
"moreno_kim_95@hotmail.com"
] | moreno_kim_95@hotmail.com |
18530e37197b5318b3fb58e76e5bdd777bc45363 | c96caa1f04813c6bf5c6a4ef9b663b1138a82e52 | /Codeforces Round 716 (Div. 2)/B. AND 0, Sum Big.cpp | a4c4d04be411b4aad537340740eccd4c75633081 | [] | no_license | raeyoungii/Codeforces | 9e1b76f3c8fb228bed7837eab5cb93d969474f1d | 198bd28cdb9777a5094eb9f562b35bf318fcd432 | refs/heads/master | 2023-04-27T02:32:58.278803 | 2021-05-15T13:18:48 | 2021-05-15T13:18:48 | 329,714,062 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 610 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
const char nl = '\n';
const ll MOD = 1e9 + 7;
void solve() {
int n, k; cin >> n >> k;
ll ans = 0;
for (int b = 0; b < pow(2, k); b++) {
ll a = 1;
ll tmp = b, one = 0;
while (tmp > 0) {
if (tmp % 2) one+... | [
"skepo@naver.com"
] | skepo@naver.com |
49a1ef62453af56f1d9c9059599751c9bdcbb0fb | 0b78b242f7ad92f38782f4475307148fbf5954f3 | /SoftwareCompany/List.h | 4b7cd697040e6d40a120eb37c039c3708a6bbfee | [] | no_license | yoanastefanova/OOP_Pract_FMI | 83c2b2a7e603f58297a8f35da97dd7f183b57e23 | 8c4887569c51755b28fab659192d5e5097783394 | refs/heads/master | 2022-11-07T03:51:04.545627 | 2020-06-24T12:23:43 | 2020-06-24T12:23:43 | 274,633,097 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 819 | h | #pragma once
#include "Worker.h"
#include "Manager.h"
#include "Programmer.h"
#include <string>
using namespace std;
class List
{
public:
List();
/*
List(const List&);
List& operator=(const List&);
*/
~List();
void increaseSal(Worker *other);
double totalSalExpense() const;
void p... | [
"noreply@github.com"
] | noreply@github.com |
25899bbd8e97c25e644bafd42739f616e7b3c7cb | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14102/function14102_schedule_9/function14102_schedule_9_wrapper.cpp | 0503cf60f3d5c24c19f02710468ca4bf7d2dacd5 | [] | 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 | 1,420 | cpp | #include "Halide.h"
#include "function14102_schedule_9_wrapper.h"
#include "tiramisu/utils.h"
#include <cstdlib>
#include <iostream>
#include <time.h>
#include <fstream>
#include <chrono>
#define MAX_RAND 200
int main(int, char **){
Halide::Buffer<int32_t> buf00(64, 128);
Halide::Buffer<int32_t> buf01(6... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
4e6a2d2d009dc16790a75ff7cbe3b4c5f4287fa9 | 7058ab3dfc592442ad6287c10bbc197772f3da4c | /poj/brackets_match_copy.cpp | 9338c7e5084136424aad7e700ad498eb215e4d22 | [] | no_license | iambowen/algorithm | f61f79095ad91b557c47477087d1122d14ccfd09 | 66b79131ea39ea2f9a0d5e63f732b74e3a599a75 | refs/heads/master | 2021-01-19T11:22:40.556083 | 2016-10-08T05:16:17 | 2016-10-08T05:16:17 | 7,223,628 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 850 | cpp | #include<iostream>
#include<stdio.h>
#include<stack>
#include<string.h>
using namespace std;
int main() {
int i;
char str[101], Mark[101];
while(scanf("%s", str) != EOF) {
stack<char> S;
for (i = 0; i < strlen(str);i++) {
if (str[i] == '(') {
S.push(i);
... | [
"iambowen.m@gmail.com"
] | iambowen.m@gmail.com |
50a321222977a69669baa78254e273b17732ce21 | 5db083de28ce3d342aeba75d23e3d40112c96bb0 | /FinalDbase/include/Player_comm.h | 03c81e5532a478fefadd214466fee425d6f6621a | [] | no_license | ciclop03/FinalFinalStatement | bcb65f044a11203dacdbc3b2e7fb5b530b0722a5 | d49b6517a2be78fb504237f2cd437385e985a9ff | refs/heads/master | 2020-06-03T05:20:43.008464 | 2019-06-28T12:21:38 | 2019-06-28T12:21:38 | 191,457,918 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 267 | h |
#ifndef PLAYERTATOR_H
#define PLAYERTATOR_H
#include <Player.h>
#include <Commentator.h>
class Playertator : public Player, public Commentator
{
public:
Playertator();
~Playertator();
protected:
private:
};
#endif // PLAYERTATOR_H
| [
"40009972+ga03itbwip5@users.noreply.github.com"
] | 40009972+ga03itbwip5@users.noreply.github.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.