blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1800b3739620f5d0a1f1a23e994bd7e532e9535d | eefb5893de2db35003cbea36c077604f95a023cc | /include/clasp/core/stacks.h | daedc054f6ff3129876fc440c4e62c1a49c715e9 | [] | no_license | dota534/clasp | 4d20c8f54c33fe5027c6bfe11b9ddaf0e3dd7f27 | 525ce1cffff39311e3e7df6d0b71fa267779bdf5 | refs/heads/master | 2021-05-05T03:09:47.626701 | 2017-07-21T01:31:41 | 2017-07-21T01:31:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,887 | h | /*
File: stacks.h
*/
/*
Copyright (c) 2014, Christian E. Schafmeister
CLASP is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
... | [
"chris.schaf@verizon.net"
] | chris.schaf@verizon.net |
ef05877d6509f20e9c1884f6f61adc751a9c8673 | 633931d3bb8785933dbd11559a4ceebf47dd034b | /codeforces/cr-200-2/E.cpp | 73e8f52289768f6482be80f2abc1c6754db9abee | [] | no_license | citxx/competitions | 476ae34082fe98f72d582d2d9b78cc211c63c27e | 225171a14c13eb50f07298d7708b3026f5d4b217 | refs/heads/master | 2016-09-05T09:46:52.433649 | 2014-09-03T19:25:54 | 2014-09-03T19:25:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 909 | cpp | #include <iostream>
#include <string>
#include <vector>
#include <cstdlib>
#include <assert.h>
using namespace std;
typedef long long LL;
typedef vector <LL> VLL;
int main() {
int n, m;
cin >> n >> m;
VLL heads(n), cells(m);
for (int i = 0; i < n; i++) { cin >> heads[i]; }
for (int j = 0; j < m; j++) { cin >> ... | [
"artemtab@yandex.ru"
] | artemtab@yandex.ru |
c32659287aceb22838ff757c9cf990e065186911 | 18d9857007716a58e68d00f5853315d37bedd255 | /Full.cpp | f94c581754a9f64e05eaa84ec04767a2e7599727 | [] | no_license | Hassaan0509/Empty-and-Full-stack-using-array | 16d2c8215910fcbf7e510a58a50842aaeeffa7b4 | 7dc10a1df138f5eeab8c7d63b2af2bb330616194 | refs/heads/master | 2023-08-24T12:24:17.538976 | 2021-10-19T19:36:53 | 2021-10-19T19:36:53 | 419,067,051 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 116 | cpp | #include "Header.h"
bool stack::isFull()
{
if (top==max_size-1)
{
return true;
}
else
{
return false;
}
} | [
"2020CS678@student.uet.edu.pk"
] | 2020CS678@student.uet.edu.pk |
76e82414d661b6314ef566be127c247e95b298a8 | 14bad92cfe951a8dafd133091b52ac2e5042ac92 | /Common/InternalProtocol.hpp | 29b612489efa08abdca0a8e3a453377a29185322 | [] | no_license | SWMaestro-ARTeam/OpenCVE | 3be339415244ff28a8698804f043e50655f77eb4 | 17a51206cbe9e045a37b2a8d489ff3f1bd9eb013 | refs/heads/master | 2020-04-20T16:34:29.979711 | 2013-11-21T07:05:39 | 2013-11-21T07:05:39 | 12,363,433 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,422 | hpp | //////////////////////////////////////////////////////////////////////////////////////////////
// The OpenCVE Project.
//
// The MIT License (MIT)
// Copyright © 2013 {Doohoon Kim, Sungpil Moon, Kyuhong Choi} at AR Team of SW Maestro 4th
//
// Permission is hereby granted, free of charge, to any person obtaining a cop... | [
"invi.dh.kim@gmail.com"
] | invi.dh.kim@gmail.com |
d3adfa0f8ddef37809c4206765d8ea16928aa291 | 1f20ae759b3a8705cd783ca7f46dc5016b888f09 | /app/BuddySystem/src/BuddyNode.h | f7cffab5042eb85dfdc679202b4364059dc1a777 | [] | no_license | germix/os-applications | 8de7561a69c1e9a43c9d5ce0b8d22535c1846744 | 85aede2ff8ad1ee0d7c38979f5f80162fe72fa3a | refs/heads/master | 2023-03-10T00:51:06.016364 | 2021-02-23T09:04:32 | 2021-02-23T09:04:32 | 341,491,887 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 756 | h | #ifndef BUDDYNODE_H
#define BUDDYNODE_H
#include <QString>
class BuddyNode
{
public:
int x;
int y;
int width;
private:
int size;
bool used;
BuddyNode* left;
BuddyNode* right;
BuddyNode* parent;
QString name;
int allocated;
friend class BuddySystem;
public:
bool highlight;
public... | [
"german.m7186@gmail.com"
] | german.m7186@gmail.com |
239c293f6757235f260547b06c5d2b8dec98ac71 | b99aaf9cc4a73f63fd267dbf7ef0d4d2a990aa0a | /sysutils.cpp | c10d6e63e3b3548ee712b74ff49ac73603c18f75 | [
"Apache-2.0"
] | permissive | cristiklein/webstor | 0979ee1896367dc45dab12dd7d075fb82c17c334 | 26b64d15d3d273eb44e8606c9c41d2e83d613d89 | refs/heads/master | 2021-01-17T05:50:41.451234 | 2015-03-03T11:00:28 | 2015-03-03T11:00:28 | 31,590,383 | 1 | 0 | null | 2015-03-03T09:33:06 | 2015-03-03T09:33:06 | null | UTF-8 | C++ | false | false | 29,347 | cpp | //////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2011-2012, OblakSoft LLC.
//
// 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... | [
"petr.pridal@klokantech.com"
] | petr.pridal@klokantech.com |
6d7254c66943049afd7e9b68ad626548ea9e632b | 5cc15449e10973b7611cb229a56836676ed5291e | /Engine/SequenceModule.cpp | 642c2b52e4c9cbeae0515a8b9ce8196d23794506 | [] | no_license | molip/Synth | 4ee4714729e5a245ba1e4b4921296cde77a10110 | 5d27f45c49f1cae664dfd46e40b5b42de8a5fe8f | refs/heads/master | 2022-08-20T11:37:03.908206 | 2022-07-28T12:26:04 | 2022-07-28T12:26:04 | 78,889,099 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,139 | cpp | #include "SequenceModule.h"
#include "Util.h"
using namespace Engine;
SequenceModule::SequenceModule()
{
_inputs.SetSize(Pin::Sequence::Input::_Count);
_outputs.SetSize(Pin::Sequence::Output::_Count);
_fields.SetSize(Pin::Sequence::Field::_Count);
}
void SequenceModule::Update()
{
if (++_divide < 256) // [1/32 H... | [
"jxxwhite@gmail.com"
] | jxxwhite@gmail.com |
672cb00f85a560536f33c83603f0c8db66a8c3f2 | 700944c1d0be9c354c7022ebaba0e2bd99f29c73 | /boost_pp/array/push_front.hpp | 8de280a4ab4ab7c2b5cea18df7b52ffaa396f2fe | [
"BSL-1.0"
] | permissive | chrisdevisser/cx | b06675317c1beb1cc83f4fade4b089e93d543a3f | 85c0e20cdd2a5abf211ce7242b2d0dc53be87511 | refs/heads/master | 2021-01-01T18:22:36.372910 | 2014-01-19T04:53:16 | 2014-01-19T04:53:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,513 | hpp | # /* **************************************************************************
# * *
# * (C) Copyright Paul Mensonides 2002.
# * Distributed under the Boost Software License, Version 1.0. (See
# * accompanying file LICENSE_1_0.txt... | [
"cndeviss@uwaterloo.ca"
] | cndeviss@uwaterloo.ca |
04beb32d92257c62e69c235449e3d3a17b614829 | 171d062e2a80e3428ebdb32f24a5d31c6bbc847a | /libbbgeo.cpp | 1a8e882d9dfa10272e3043d92fa247fd08e2201d | [] | no_license | hhc2tech/libbbgeo | 3743681cde44cb0902e50bc7fd6c1d9a070beb6e | de23640e63f31831ddb25e1d4482012125a9d077 | refs/heads/master | 2020-04-14T21:43:32.521909 | 2013-07-04T08:55:25 | 2013-07-04T08:55:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 49 | cpp | #include "libbbgeo.h"
Libbbgeo::Libbbgeo()
{
}
| [
"info@breinbaas.nl"
] | info@breinbaas.nl |
4656d38664b214e73556ab831c4e60aca85ac19a | d27221545f07ab6b09b35ff2c8076f97869651a3 | /DP/A_19 (IMP) MinCutsPalindromicPartioning.cpp | 53a0b785587d70547fdd83a30ce34ea188f6150c | [] | no_license | SinghVikram97/DP-and-Trees | b06534b56a2863dd672d16c73206be1601c5cca7 | d7f610a08785bd5847e53cd060570d9b6565a329 | refs/heads/master | 2022-11-28T01:35:35.819231 | 2020-07-22T06:32:43 | 2020-07-22T06:32:43 | 231,622,080 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,170 | cpp | // https://leetcode.com/problems/palindrome-partitioning-ii/
// Basic recursion
class Solution
{
public:
bool isPalindrome(string str, int s, int e)
{
while (s <= e)
{
if (str[s] != str[e])
{
return false;
}
s++;
e--;
}
return true;
}
int help(string &s, ... | [
"vikram.bedi97@gmail.com"
] | vikram.bedi97@gmail.com |
002d46bd0078d1705e91553182a4929b116af232 | d89a102718ba60ee88b730d7a8c9412971e40fd9 | /External/libigl-2.1.0/include/igl/rgb_to_hsv.h | 974d0b1f12ab14ef4f13a071469778bcf9036b02 | [
"MIT",
"GPL-3.0-only",
"MPL-2.0"
] | permissive | RokKos/eol-cloth | bd228eef04400d3199864d5d7cf60de641c88479 | b9c6f55f25ba17f33532ea5eefa41fedd29c5206 | refs/heads/master | 2021-02-18T23:08:30.700135 | 2020-03-28T10:46:48 | 2020-03-28T10:46:48 | 245,248,707 | 0 | 0 | MIT | 2020-03-05T19:20:33 | 2020-03-05T19:20:32 | null | UTF-8 | C++ | false | false | 1,019 | h | // This file is part of libigl, a simple c++ geometry processing library.
//
// Copyright (C) 2015 Alec Jacobson <alecjacobson@gmail.com>
//
// This Source Code Form is subject to the terms of the Mozilla Public License
// v. 2.0. If a copy of the MPL was not distributed with this file, You can
// obtain one at htt... | [
"rok.kos@outfit7.com"
] | rok.kos@outfit7.com |
43882ce5b36b2c090f025c62e4d00b610f04c4b8 | 9ee7bf8a1822d28b674a384dfde7ab47684ee5b6 | /Darchangel/Source/Darchangel/StrongRangeAttackNotify.h | c1f349d8509bdbace443ee8f484e84a3461f14ff | [] | no_license | kahou0120424/Darchangel-Sector-8 | f5b112e16e4556b2c440e0a542a028898c1346f2 | 1808dc19d9479945bdc840b53d8c7be76395252c | refs/heads/master | 2023-05-24T05:40:09.155366 | 2020-12-18T11:02:13 | 2020-12-18T11:02:13 | 282,222,284 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 429 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "Animation/AnimNotifies/AnimNotify.h"
#include "StrongRangeAttackNotify.generated.h"
/**
*
*/
UCLASS()
class DARCHANGEL_API UStrongRangeAttackNotify : public UAnimNotify
{
GENERATED_BODY(... | [
"0120424@kdu-online.com"
] | 0120424@kdu-online.com |
a223ad46f7f43472da8bc48c58cb11f47904f150 | 19eb97436a3be9642517ea9c4095fe337fd58a00 | /private/windows/shell/snapins/devmgr/snapin/prndlg.cpp | 87b9e06badf08311c9ab8d0412d63f3edd76e4b7 | [] | no_license | oturan-boga/Windows2000 | 7d258fd0f42a225c2be72f2b762d799bd488de58 | 8b449d6659840b6ba19465100d21ca07a0e07236 | refs/heads/main | 2023-04-09T23:13:21.992398 | 2021-04-22T11:46:21 | 2021-04-22T11:46:21 | 360,495,781 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,942 | cpp | #include "devmgr.h"
/*++
Copyright (C) 1997-1999 Microsoft Corporation
Module Name:
prndlg.cpp
Abstract:
This module implements CPrintDialog, the class that processes
printer dialog
Author:
William Hsieh (williamh) created
Revision History:
--*/
//
// CPrintDial... | [
"mehmetyilmaz3371@gmail.com"
] | mehmetyilmaz3371@gmail.com |
8d7eb1b6c6f85c46c9e90d2c7e037b44d904d69e | dd656493066344e70123776c2cc31dd13f31c1d8 | /MITK/Utilities/Poco/Foundation/include/Poco/Token.h | f0a6df84dc5413364d9d7ce7d04a01e534e3aaf2 | [
"BSL-1.0"
] | permissive | david-guerrero/MITK | e9832b830cbcdd94030d2969aaed45da841ffc8c | e5fbc9993f7a7032fc936f29bc59ca296b4945ce | refs/heads/master | 2020-04-24T19:08:37.405353 | 2011-11-13T22:25:21 | 2011-11-13T22:25:21 | 2,372,730 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,578 | h | //
// Token.h
//
// $Id$
//
// Library: Foundation
// Package: Streams
// Module: StreamTokenizer
//
// Definition of the Token class.
//
// Copyright (c) 2004-2006, Applied Informatics Software Engineering GmbH.
// and Contributors.
//
// Permission is hereby granted, free of charge, to any person or organization
// ... | [
"dav@live.ca"
] | dav@live.ca |
dc25dbc40e721cba5ecbe5e43e23be52d0ad2065 | eba81fdfc72e8e918fe702adb1df0d4e796147f5 | /CSES/1163.cpp | 0224483dcd31a8def7392338971fe979d0dc92f4 | [] | no_license | martin-carrasco/online-judge-solutions | a3ed0d5a9159f89e7608f19979cfcdf96b540b64 | 1350640cd24b18cc519fbcb9c757d1b4ee4c2b91 | refs/heads/master | 2023-04-04T02:01:54.565264 | 2021-04-19T16:46:32 | 2021-04-19T16:46:32 | 287,781,283 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 648 | cpp | #include "bits/stdc++.h"
using namespace std;
using ii = pair<int, int>;
int main(){
ios::sync_with_stdio(0);
cin.tie(0);
set<int> intervals;
multiset<int> lengths;
int x, n;
cin >> x >> n;
intervals.insert(0);
intervals.insert(x);
lengths.insert(x);
for(int i = 0;i < n;i++){
int split;
cin >> spli... | [
"martin.carrasco@utec.edu.pe"
] | martin.carrasco@utec.edu.pe |
c812a06623fc7abf23f9fe1395da45b2e764db65 | b6e8052dc3beaf389aeba24c83a36a8b1c21bd8f | /sake/core/data_structures/tuple/private/operator_assign_enable.hpp | 4ddd37001e3c0bf8b4bcd89af79a64737e183472 | [
"BSL-1.0"
] | permissive | jhellrung/sake | dbc0bab1580ca4e47d32284015e086eb7711d9b6 | 96b82fa747388477a55ac142369000519e5a4771 | refs/heads/master | 2021-01-20T10:06:10.354701 | 2012-09-09T06:21:22 | 2012-09-09T06:21:22 | 2,326,641 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,308 | hpp | /*******************************************************************************
* sake/core/data_structures/tuple/private/operator_assign_enable.hpp
*
* Copyright 2012, Jeffrey Hellrung.
* Distributed under the Boost Software License, Version 1.0. (See accompanying
* file LICENSE_1_0.txt or copy at http://www.bo... | [
"jeffrey.hellrung@gmail.com"
] | jeffrey.hellrung@gmail.com |
6474cfd0d3e5f7dd1c52c93477aa1f279e240090 | 78414cab326baa78f3b32efeb37fa5dc660fb78b | /Array/09-find-minimum-in-rotated-sorted-array.cc | 45a96be65a9b7ef19822fee7f416b43607059e3c | [] | no_license | lightfish-zhang/leetcode-record | afbb552c4672ba90f8568141de44dd1df2361b3f | fa23a804176cbe1873a7d12233abdd4d39707f84 | refs/heads/master | 2021-07-01T02:10:34.324751 | 2018-04-23T12:02:02 | 2018-04-23T12:02:02 | 96,722,865 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 117 | cc | #include <vector>
using namespace std;
class Solution{
public:
int findMin(vector<int> &nums){
}
}; | [
"coolyeah@foxmail.com"
] | coolyeah@foxmail.com |
d0a07ba0d5a64ad8cfa96c0c3a5e2da4267a18f7 | 0e8a4b3f67e4a482d9ef3b1b4cc05cbea3e20a91 | /dev/MayaBoidsPlugin/simCmd.cpp | 920214782852a6eb32b743faad2836dd30183263 | [] | no_license | 100cells/Bad-Boids | 3e4491b3f96a59887fe014cf39c9d9f8d35837b4 | bd306f024918153aadf88d1b2c336d8c6cda5ad0 | refs/heads/master | 2018-12-30T10:56:53.795620 | 2011-11-24T23:12:09 | 2011-11-24T23:12:09 | 2,837,041 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,378 | cpp | #include "simCmd.h"
// DLL includes
#include "../MayaBoids/Boids.h"
// static attributes recall
MCallbackId simulateBoids::idcb;
typedef struct dllData
{
int nD;
RulesParameters *applyingRules;
SimulationParameters *simParams;
InfoCache *infoCache;
int *progressBarValue;
}DLLData;
// creating threads tasks
voi... | [
"linfa.lab@gmail.com"
] | linfa.lab@gmail.com |
b10e834fb4621c85822953dc80c8600fad544962 | 7a1c0dd57821d05dc0b3bbd843901254e1ca7b4b | /cpp/mnist.cpp | ac3123c224e0188937ce47f9006815eae4490255 | [] | no_license | kowalskyyy999/Libtorch-test | efb7e42436f10f951a2730cbba886543a1841c83 | 5c344967bd1a8b43ce999c3da246cde628148ce7 | refs/heads/main | 2023-08-17T02:30:21.524055 | 2021-09-16T07:18:31 | 2021-09-16T07:18:31 | 406,951,157 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,431 | cpp | #include <torch/torch.h>
#include <cstddef>
#include <cstdio>
#include <iostream>
#include <string>
#include <vector>
const char* DataRoot = "./data";
const int64_t TrainBatchSize = 50;
const int64_t TestBatchSize = 50;
const int64_t epochs = 20;
struct Net : torch::nn::Module {
Net()
:linear1(784, 100),
lin... | [
"ngegemesin69@gmail.com"
] | ngegemesin69@gmail.com |
6518d4a645e3947dce0acdc8f0ae9b4bc25ace87 | 157fd7fe5e541c8ef7559b212078eb7a6dbf51c6 | /TRiAS/TRiAS/TRiAS02/GETLONGM.CXX | 197f8e5bf9b17dd3f27081516fe2a60a4245d49f | [] | no_license | 15831944/TRiAS | d2bab6fd129a86fc2f06f2103d8bcd08237c49af | 840946b85dcefb34efc219446240e21f51d2c60d | refs/heads/master | 2020-09-05T05:56:39.624150 | 2012-11-11T02:24:49 | 2012-11-11T02:24:49 | null | 0 | 0 | null | null | null | null | MacCentralEurope | C++ | false | false | 633 | cxx | // Einlesen der Merkmalsinformation als LongWerteFeld
// File: GETLONGM.C
#include "trias02p.hxx"
// GetLongMerk liest ein LongMerkmalsfeld der Lšnge Len ein -------------------
long FUNCTYPE EXPORT02 GetMerkLong (HPROJECT hPr, long zvommi, long *LFeld, long Len)
{
struct mi MISatz;
DB_ADDR dbaMI(hPr);
lon... | [
"Windows Live ID\\hkaiser@cct.lsu.edu"
] | Windows Live ID\hkaiser@cct.lsu.edu |
dc7497d27e53497b87f333cff9d57a1bd25a31e1 | dc771e91bb941b0824c5762a04be56c2e29ec589 | /cajeroautomatico.cpp | ec74667269862ba6e6f2637233c3168388f384ad | [] | no_license | IvanAyala97/CajeroAutomatico | 27decc95437a5cdc3ffedc13bfa7d59b894d17ef | beb5881655af47f73850e657c1f5286aa20e7488 | refs/heads/main | 2023-01-20T07:02:49.652458 | 2020-11-15T20:02:20 | 2020-11-15T20:02:20 | 313,111,833 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 7,152 | cpp | #include<iostream>
#include<conio.h>
#include<stdio.h>
using namespace std;
int main(){
int intentos,nip_ingresado,nip_actual=1234,opcion;
float saldo = 2500,transferencia,saldoretiro,retiro,deposito,saldodeposito,saldonuevo;
string repetir="y";
cout<<"Ingrese su nip: "<<endl;
cin>>nip_ingresado;
cout<<"\n";
... | [
"alexis_09_24_98@hotmail.com"
] | alexis_09_24_98@hotmail.com |
35126fa2132d0796ed6fe48946f1934b9f9b1215 | 307d3837d31f9e3728af2b62ca51ebf63fe6ec6b | /hall_of_fame/llddang/추억점수.cpp | d6e8a196ee1f599328bb51978b975e33fdc9100a | [] | no_license | ellynhan/challenge100-codingtest-study | 905043497d154b8a7333ca536e536d013f6e7454 | bcdc6d04f13b12ba80b42e066f9d244d7c2cc698 | refs/heads/master | 2023-09-01T14:10:13.481013 | 2023-08-27T14:38:52 | 2023-08-27T14:38:52 | 401,561,230 | 162 | 176 | null | 2023-09-09T14:56:25 | 2021-08-31T03:30:36 | C++ | UTF-8 | C++ | false | false | 588 | cpp | #include <algorithm>
#include <string>
#include <vector>
using namespace std;
vector<int> solution(vector<string> name, vector<int> yearning, vector<vector<string>> photo) {
vector<int> answer;
int idx, semiAnswer;
for(auto vec : photo){
semiAnswer = 0;
for(auto str : vec){
... | [
"wown252@naver.com"
] | wown252@naver.com |
02ce44d435310170074b04ab0baeb68d9df92b13 | 1389379097f9ead98a95a5eb0fcd32541069db50 | /src/coin.cpp | 7a087a8e3f4ce88f6fab3f323b32f2590e1de4b4 | [
"MIT"
] | permissive | zubairabid/JetpackOpenGL | 183e3f43b464bdaf1af42bf4d4c54d6eeb86c23e | 6b6d14ecf1601cb2278150437967b0432c5990c1 | refs/heads/master | 2020-04-18T05:11:30.767172 | 2019-01-30T19:47:15 | 2019-01-30T19:47:15 | 167,268,896 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,532 | cpp | #include "coin.h"
#include "main.h"
Coin1::Coin1(float x, float y, color_t color) {
this->position = glm::vec3(x, y, 0);
this->dsp = -0.05;
// Our vertices. Three consecutive floats give a 3D vertex; Three consecutive vertices give a triangle.
// A cube has 6 faces with 2 triangles each, so this makes ... | [
"zubairabid1999+github@gmail.com"
] | zubairabid1999+github@gmail.com |
63a01e8a83eadc2d9f85cd222b7232d36005852d | f252f75a66ff3ff35b6eaa5a4a28248eb54840ee | /external/opencore/protocols/sdp/parser/src/pcmamediainfoparser.cpp | 22d226105825f1637bb571843a8612bf6fb5fac8 | [
"MIT",
"LicenseRef-scancode-other-permissive",
"Artistic-2.0",
"LicenseRef-scancode-philippe-de-muyter",
"Apache-2.0",
"LicenseRef-scancode-mpeg-iso",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | abgoyal-archive/OT_4010A | 201b246c6f685cf35632c9a1e1bf2b38011ff196 | 300ee9f800824658acfeb9447f46419b8c6e0d1c | refs/heads/master | 2022-04-12T23:17:32.814816 | 2015-02-06T12:15:20 | 2015-02-06T12:15:20 | 30,410,715 | 0 | 1 | null | 2020-03-07T00:35:22 | 2015-02-06T12:14:16 | C | UTF-8 | C++ | false | false | 2,109 | cpp |
#include "pcma_media_info_parser.h"
#include "oscl_string_utils.h"
#include "oscl_string_containers.h"
SDP_ERROR_CODE
SDPPCMAMediaInfoParser::parseMediaInfo(const char *buff, const int index, SDPInfo *sdp, payloadVector payload_vec, bool isSipSdp, int alt_id, bool alt_def_id)
{
OSCL_UNUSED_ARG(alt_id);
OSCL_U... | [
"abgoyal@gmail.com"
] | abgoyal@gmail.com |
4f5dfa90038789cf1184518f46c2fc41a9edda3a | cf8ddfc720bf6451c4ef4fa01684327431db1919 | /SDK/ARKSurvivalEvolved_PrimalItemArtifactSE_01_classes.hpp | 7e6c6d60dd5edaedd43fd14fbe0135aee614db96 | [
"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 | 818 | hpp | #pragma once
// ARKSurvivalEvolved (329.9) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "ARKSurvivalEvolved_PrimalItemArtifactSE_01_structs.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Classes
//-------------------------------------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
6de9d24ab90445acc122f1a1a28654e269a16c4e | cf7ae4ac2644daa52e0f7c5ae30c72b66d15fc7f | /Engine/Camera/txSkyBox.cpp | 26021cf549d0c6c9b29ea53cdf5d5256cb56853b | [] | no_license | ZHOURUIH/GameEditor | 13cebb5037a46d1c414c944b4f0229b26d859fb5 | eb391bd8c2bec8976c29047183722f90d75af361 | refs/heads/master | 2023-08-21T10:56:59.318660 | 2023-08-10T16:33:40 | 2023-08-10T16:33:40 | 133,002,663 | 18 | 21 | null | null | null | null | UTF-8 | C++ | false | false | 4,891 | cpp | #include "txSkyBox.h"
#include "txEntity.h"
#include "txSubMesh.h"
#include "txSubEntity.h"
#include "txNode.h"
#include "txCamera.h"
#include "txTextureManager.h"
#include "txNodeManager.h"
#include "txEntityManager.h"
#include "txSceneManager.h"
#include "txEngineRoot.h"
#include "txRenderWindow.h"
#include "txRender... | [
"12345678@qq.com"
] | 12345678@qq.com |
3dd042a8032b4b5ec19bce7d4e1a627b7c32edbe | 67cf5d1d7ea62ca9e7b35c42c042efcf1c77ff36 | /mosixFastProjections/include/boost/mpl/partition.hpp | 6597280646d64d48511ca70eaada90c75e82cd90 | [] | no_license | bpass/cegis | d3c84d2d29a084105b4c207391ddc6ace0cdf398 | 6c849e41974b8ff844f78e260de26d644c956afb | refs/heads/master | 2020-04-03T18:57:58.102939 | 2013-04-24T22:07:54 | 2013-04-24T22:07:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,153 | hpp |
#ifndef BOOST_MPL_PARTITION_HPP_INCLUDED
#define BOOST_MPL_PARTITION_HPP_INCLUDED
// Copyright Eric Friedman 2002-2003
// Copyright Aleksey Gurtovoy 2004
//
// 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)
//
... | [
"mschisler"
] | mschisler |
46f6bf95fd4e3d97d2a95b782675c7f0501db6b4 | b22588340d7925b614a735bbbde1b351ad657ffc | /athena/InnerDetector/InDetDigitization/PixelRadDamDigitization/src/PixelRandomDisabledCellGenerator.cxx | 4bf185a8315e5603e459512adec8de7f281be2bb | [] | no_license | rushioda/PIXELVALID_athena | 90befe12042c1249cbb3655dde1428bb9b9a42ce | 22df23187ef85e9c3120122c8375ea0e7d8ea440 | refs/heads/master | 2020-12-14T22:01:15.365949 | 2020-01-19T03:59:35 | 2020-01-19T03:59:35 | 234,836,993 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,898 | cxx | /*
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
*/
///////////////////////////////////////////////////////////////////
// PixelRandomDisabledCellGenerator.cxx
// Implementation file for class PixelRandomDisabledCellGenerator
////////////////////////////////////////////////////////////... | [
"rushioda@lxplus754.cern.ch"
] | rushioda@lxplus754.cern.ch |
24761c8e192f93bd93c837181a30649c58c49d80 | fde0265e33debd339aec797b12be72b9dfeafaad | /codeSnippets/csv2xml/csv.cpp | fcfcdeabfb3a640659b71815662b45bbf83e1d9f | [] | no_license | arkygeek/MAD | 7d91f532cea188bb16c257de0d5ab2186f4fa85b | 613591fff7477dac611d184f62284749179700f1 | refs/heads/master | 2021-03-12T19:16:24.503965 | 2013-07-30T07:28:28 | 2013-07-30T07:28:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,458 | cpp | #include "csv.h"
#include <QTextDecoder>
CSV::CSV(QIODevice * device)
{
m_device = device;
m_codec = QTextCodec::codecForLocale();
m_pos = 0;
m_rx = QRegExp("((?:(?:[^;\\n]*;?)|(?:\"[^\"]*\";?))*)\\n");
}
CSV::CSV(QString &string){
m_device = NULL;
m_codec = QTextCodec::codecForLocale();
m_string = string;
m... | [
"jjorgenson.rdg@gmail.com@yourdomain.com"
] | jjorgenson.rdg@gmail.com@yourdomain.com |
e960e88bdc3ec2e142c1e70a16384451a029de58 | 5de9c0c802762cc667a928b67785aeab932ab3fe | /src/gui/seriesframe.cpp | c19a7ce8be6017645805bab90ce576f3a1de7f0a | [
"MIT"
] | permissive | betrixed/AGW | 1d73ebab943e699befd45762213a30fd63847b66 | 22147e41a882a0e5d859869fd72716738bde6f6a | refs/heads/master | 2022-05-07T19:53:09.217375 | 2020-06-08T11:07:39 | 2020-06-08T11:07:39 | 53,102,841 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,018 | cpp | /////////////////////////////////////////////////////////////////////////////
// Name: seriesframe.cpp
// Purpose:
// Author: Michael Rynn
// Modified by:
// Created: Sun 31 Jan 2016 15:32:33 AEDT
// RCS-ID:
// Copyright: Michael Rynn
// Licence:
//////////////////////////////////////... | [
"michael.rynn.500@gmail.com"
] | michael.rynn.500@gmail.com |
7494a532e4787cf26c6983b8837d683c366c8fef | cb9b963ac5454df8d471c481cfb9710c8370393e | /main.cpp | 2762689adcc6acd03175935820db43df361f0dec | [] | no_license | iquintasgonzalez/UltimoEjeAci | b8dd24714a789438501645b7f38eca3aba36436d | e5d3fc8bf13bf1c0f18e3cbba794ccf832d0684d | refs/heads/master | 2021-01-20T01:56:53.648062 | 2017-04-25T10:45:39 | 2017-04-25T10:45:39 | 89,349,547 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,842 | cpp | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/*
* File: main.cpp
* Author: iqgonzalez
*
* Created on 4 de abril de 2017, 10:42
*/
#include <cstdlib>
#includ... | [
"iqgonzalez@192.168.1.208"
] | iqgonzalez@192.168.1.208 |
06fbb568bdcfbd6b0abf66f6450c7c67f7cd0870 | e2ef305f927d17faf75d03d283298a42f3ff2e84 | /markerAr/v0_2_cam.cpp | 0578df9654d6c4170b58bbdc11ba7bcc84244ad6 | [] | no_license | SheehanChen/AR-with-OpenCV | 285c97e47fa35d6179f9af32b8f9bee417a04739 | d35fe7ec41594a1bef8e166af47cd6ad6301b11c | refs/heads/master | 2022-01-08T08:04:04.434588 | 2019-01-09T03:17:34 | 2019-01-09T03:17:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 868 | cpp | /**
* @file v0_2_cam.cpp 对应与可执行文件 v0_2_cam
* @brief 此程序用于测试用Opencv读取相机图像.
* @author wuyanminmax@gmail.com
* @date 2018.01.29
*/
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/calib3d/calib3d.hpp>
#include <iostream>
using namespace cv;
int main()
{
std::co... | [
"wutongyuxuan@163.com"
] | wutongyuxuan@163.com |
540b55ac19503e9abdd932995dd61eb874e20ea4 | 9d364070c646239b2efad7abbab58f4ad602ef7b | /platform/external/chromium_org/content/browser/renderer_host/render_widget_resize_helper.h | 26c34deceef578ad7b617813632432eb1f2b8f88 | [
"BSD-3-Clause"
] | permissive | denix123/a32_ul | 4ffe304b13c1266b6c7409d790979eb8e3b0379c | b2fd25640704f37d5248da9cc147ed267d4771c2 | refs/heads/master | 2021-01-17T20:21:17.196296 | 2016-08-16T04:30:53 | 2016-08-16T04:30:53 | 65,786,970 | 0 | 2 | null | 2020-03-06T22:00:52 | 2016-08-16T04:15:54 | null | UTF-8 | C++ | false | false | 1,306 | h | // Copyright 2014 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 CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_RESIZE_HELPER_H_
#define CONTENT_BROWSER_RENDERER_HOST_RENDER_WIDGET_RESIZE_HELPER_H_
#include "base/... | [
"allegrant@mail.ru"
] | allegrant@mail.ru |
26a6b7cfb4240e152b6653afd911fa9063fa0dd7 | 286ba51a033446c9cbc7dd17e8d1abe39b935afa | /tests/src/event_queue/test.cpp | 8881da3293353434aadd7f9836ff48366036a6d8 | [
"Unlicense"
] | permissive | edydkim/Karabiner-Elements | b0bb4011ae466fa2952296ec49b7e310c8299b78 | fd6a1f72528653a2d89f3a0be78da79069e65d04 | refs/heads/master | 2021-08-18T19:11:03.354349 | 2017-11-23T16:06:59 | 2017-11-23T16:06:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,524 | cpp | #define CATCH_CONFIG_RUNNER
#include "../../vendor/catch/catch.hpp"
#include "event_queue.hpp"
#include "thread_utility.hpp"
#include <boost/optional/optional_io.hpp>
#define ENQUEUE_EVENT(QUEUE, DEVICE_ID, TIME_STAMP, EVENT, EVENT_TYPE, ORIGINAL_EVENT) \
QUEUE.emplace_back_event(krbn::device_id(DEVICE_ID), ... | [
"tekezo@pqrs.org"
] | tekezo@pqrs.org |
6b9d9a24bbe87781040b89779fc153fc48d18a1a | b8e815a57b1ec7592769433a07a6c79b26678145 | /LeetCode/81 - Search in Rotated Sorted Array II/search.cpp | ca181273fcab6db3c8af3cfccd42795dd4403346 | [] | no_license | AlMamun-CSE/competitive_programming | 865ece03cd9a6235bd9412244e650cc57c70e0d2 | c167e0de7b59849e47ab8404c4018a3eb1ffa3bf | refs/heads/master | 2023-08-26T11:01:21.419074 | 2021-11-04T01:41:37 | 2021-11-04T01:41:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,595 | cpp | // Andrés Mejía
#include <algorithm>
#include <iostream>
#include <iterator>
#include <numeric>
#include <sstream>
#include <fstream>
#include <cassert>
#include <climits>
#include <cstdlib>
#include <cstring>
#include <bitset>
#include <string>
#include <cstdio>
#include <vector>
#include <cmath>
#include <queue>
#inc... | [
"andmej@gmail.com"
] | andmej@gmail.com |
dd382c73f145aeecbc98f41c106837620fba1416 | e88716e09114d2f21595605db29ba8d0fb942065 | /src/layers/auxiliar/layer_equal.cpp | 9efd9c476d7a12c7286b4033832819db899a1950 | [
"MIT"
] | permissive | deephealthproject/eddl | 156c6c776fa9c69aa818d6152a9e9c85e112fef4 | 5ac2005a0bd159013fce0297d2ee8e6c412d9c57 | refs/heads/master | 2023-07-21T18:37:22.168105 | 2023-03-31T08:11:46 | 2023-03-31T08:11:46 | 179,664,600 | 33 | 22 | MIT | 2022-10-24T10:09:20 | 2019-04-05T10:48:59 | C++ | UTF-8 | C++ | false | false | 1,716 | cpp | /*
* EDDL Library - European Distributed Deep Learning Library.
* Version: 1.1
* copyright (c) 2022, Universitat Politècnica de València (UPV), PRHLT Research Centre
* Date: March 2022
* Author: PRHLT Research Centre, UPV, (rparedes@prhlt.upv.es), (jon@prhlt.upv.es)
* All rights reserved
*/
#include <cstdio>
#include... | [
"salva.carrion@outlook.com"
] | salva.carrion@outlook.com |
ea1bd8fa89280db73d40d78cbd7a6d51bba9a001 | c5c17907fb1f2a2d81abe4a82543d610839ce994 | /Contours.cpp | 3e93a8ca1f47e6d71247f6a5c3464f20b535a8c6 | [] | no_license | marcelltoth/UltimateVision | 72326fd09764dae9d0c4cc56ec161f78862d3ef1 | 41c8986e1e72b67f08b42c821d28bcdc510719a6 | refs/heads/master | 2021-05-28T01:01:03.463727 | 2014-02-01T14:58:13 | 2014-02-01T14:58:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,175 | cpp | #include "stdafx.h"
#include "Contours.h"
#include <vector>
#include "opencv2/features2d/features2d.hpp"
bool contourAreaComparer(const vector<Point>& a, const vector<Point>& b) {
return contourArea(a) > contourArea(b);
}
void GetContours(Mat image, vector<vector<Point> >& out_contours, vector<Vec4i>& out_hierarc... | [
"tothmarcell97@gmail.com"
] | tothmarcell97@gmail.com |
bbd864001b5a7effc44a93d0a93704d5671b868b | 90251cb7329755b3ae645f5e8dfd356c37d63414 | /modeling/13_mpa_dewinter_adults.cpp | b9229ec5ee5bfc537753191053744f17110eda05 | [] | no_license | dannac/mrg_template | 883ced4743545e6c39d51c5149a2dd4145e5dd15 | 9b188f7cd0418a767f8eb8215f927ce848913ec9 | refs/heads/master | 2021-01-13T16:34:56.357863 | 2017-04-21T01:42:42 | 2017-04-21T01:42:42 | 79,151,296 | 0 | 0 | null | 2017-01-16T19:20:55 | 2017-01-16T19:20:55 | null | UTF-8 | C++ | false | false | 615 | cpp | $PARAM
TVKA=4.1
TVVc=40
TVCL=16
TVVp=518
TVQ=22
wt=28.7
$SET end=48, delta=0.1
$CMT GUT CENT PERI
$MAIN
ALAG_GUT=0.3;
double CL=TVCL*pow(wt/70, 0.75)*exp(ECL);
double Vc=TVVc*(wt/70)*exp(EVc);
double KA=TVKA*exp(EKA);
double Q=TVQ*pow(wt/70, 0.75)*exp(EQ);
double Vp=TVVp*(wt/70)*exp(EVp);
$ODE
dxdt_GUT =... | [
"dannadchan@gmail.com"
] | dannadchan@gmail.com |
b34881cdd771199eb84d804cafc28425b45ce5ee | 24f26275ffcd9324998d7570ea9fda82578eeb9e | /third_party/blink/renderer/modules/service_worker/service_worker.h | 4d6385ef29c8654de23ff4ae680f9c4d4c5a1ad9 | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft"
] | permissive | Vizionnation/chromenohistory | 70a51193c8538d7b995000a1b2a654e70603040f | 146feeb85985a6835f4b8826ad67be9195455402 | refs/heads/master | 2022-12-15T07:02:54.461083 | 2019-10-25T15:07:06 | 2019-10-25T15:07:06 | 217,557,501 | 2 | 1 | BSD-3-Clause | 2022-11-19T06:53:07 | 2019-10-25T14:58:54 | null | UTF-8 | C++ | false | false | 5,510 | h | /*
* Copyright (C) 2013 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | [
"rjkroege@chromium.org"
] | rjkroege@chromium.org |
e82c155d60d23b539882996b05cf78d331a9f87b | 82fba7822cce0376e242019679ef9bdae7231ad3 | /ABACUS/source/src_lcao/grid_integral.cpp | bdd4fb0707f7325c3ebaa7cecfcc3783e9d9f15c | [] | no_license | abacus-ustc/abacus-GPU | 968bf7f7f91b3922ff43ff332438fbeacc748fd1 | d326fe411c8cdd718ac101693645da3bc17b4a19 | refs/heads/master | 2023-04-15T08:07:00.917906 | 2021-04-09T16:50:34 | 2021-04-09T16:50:34 | 346,221,292 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 8,739 | cpp | #include "grid_integral.h"
#include "../src_pw/global.h"
#include "ylm.h"
#include "lcao_orbitals.h"
// use density kernel(density matrix) to calcualte the density
// on real space grid.
void Grid_Integral::cal_rho(void)
{
if(test>0)TITLE("Grid_Integral","cal_rho");
timer::tick("Grid_Integral","cal_rho");
// th... | [
"liuxiaohui@ustc.edu.cn"
] | liuxiaohui@ustc.edu.cn |
fa0ea1f4dab106f779d6499614d06fccfd4ac99a | 81b28f859fd6282b4f8535bcf81a366ac92633d9 | /target.h | 8ef55ae24e7155d37289271a68a59326b58b650e | [] | no_license | NathanGodey/SensorsNetworkMetaheuristics | f5f01ec308623e712cfeaa78f77c7dab27507f07 | 88306040c173d86edc4cc6422d5f911131f18594 | refs/heads/main | 2023-05-25T21:55:44.485226 | 2021-06-08T17:08:18 | 2021-06-08T17:08:18 | 304,064,682 | 0 | 1 | null | 2020-11-03T12:17:36 | 2020-10-14T15:55:12 | C++ | UTF-8 | C++ | false | false | 820 | h | #pragma once
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
#include <unordered_set>
using namespace std;
class Target {
public:
int id;
double x;
double y;
bool isSensor;
unordered_set<int> neighbours;
double weight = 0;
Target(int id_, double x_, double y_, bool isSensor_) {... | [
"nathan.godey@eleves.enpc.fr"
] | nathan.godey@eleves.enpc.fr |
35eb8bad0184297b16ba77d8acdac4f0a36ff5ce | 3ec11072e1173b1f02417a56e9e08097643aa394 | /The Internet Downloader 2/The Internet Downloader 2/The Internet Downloader 2.cpp | 38888d63d039ef532d61ac8e4edca3cc10efe350 | [] | no_license | Yazany6b/DotNet-Repo | fada9ca460a0c038c7e4900b476ce31db7bdbbe9 | 885437bf4bb9b1b7bddabb681e04e68bd7cdf54a | refs/heads/master | 2021-01-25T05:22:41.906530 | 2015-03-13T13:39:56 | 2015-03-13T13:39:56 | 22,561,501 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 429 | cpp | // The Internet Downloader 2.cpp : main project file.
#include "Form1.h"
using namespace TheInternetDownloader2;
[STAThreadAttribute]
int main(array<System::String ^> ^args)
{
// Enabling Windows XP visual effects before any controls are created
Application::EnableVisualStyles();
Application::SetCompatibleTextRen... | [
"yazanse@yahoo.com"
] | yazanse@yahoo.com |
5a995a563591374e640f164f8b61d4b5c44852c4 | 6e79b8d035ef7b37b3dffcfe663ead5bb8a935eb | /Library/lib/cryptopp/gfpcrypt.h | 6c1ea98918e54ff37ca48609bbaf77c7340bb05e | [
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | PearsonDevelopersNetwork/LearningStudio-Libraries-Python | 0580c122ea533e6d40c327a0745e753ccb4dc0f0 | 9ddf57600362638a06210c4a6d001dfa3a2d4ebf | refs/heads/master | 2020-04-27T14:59:54.182602 | 2014-08-20T19:28:12 | 2014-08-20T19:28:12 | 23,161,212 | 0 | 2 | null | 2019-08-14T17:06:51 | 2014-08-20T19:26:02 | C++ | UTF-8 | C++ | false | false | 20,041 | h | #ifndef CRYPTOPP_GFPCRYPT_H
#define CRYPTOPP_GFPCRYPT_H
/** \file
Implementation of schemes based on DL over GF(p)
*/
#include "pubkey.h"
#include "modexppc.h"
#include "sha.h"
#include "algparam.h"
#include "asn.h"
#include "smartptr.h"
#include "hmac.h"
#include <limits.h>
NAMESPACE_BEGIN(Crypto... | [
"jeof.oyster@pearson.com"
] | jeof.oyster@pearson.com |
047b68d04967da7c91110e96f694e850609a4b6e | 693b19cd36f52a503b8ac1c9b54b9be6aeea9e76 | /componentes/TMS Component Pack/AdvProgressBar.hpp | 1236683c8ffd3283cd64b70425a2a0b94f3e5260 | [] | no_license | chinnyannieb/Meus-Projetos | 728e603b451ea4262f9e6f4bf7e3dd05f0d1e79e | 6e08497c8fc45c142d7be1c4408f02fa524cd71f | refs/heads/master | 2020-12-25T23:58:02.724867 | 2015-07-05T11:45:08 | 2015-07-05T11:45:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,976 | hpp | // CodeGear C++Builder
// Copyright (c) 1995, 2009 by Embarcadero Technologies, Inc.
// All rights reserved
// (DO NOT EDIT: machine generated header) 'Advprogressbar.pas' rev: 21.00
#ifndef AdvprogressbarHPP
#define AdvprogressbarHPP
#pragma delphiheader begin
#pragma option push
#pragma option -w- // All warn... | [
"raphael66x@gmail.com"
] | raphael66x@gmail.com |
579ad1268a2787e9c79e89d48ada2989c2fcedfd | 5fcb5ad6611cf01cac41ac6c380cea51a4d4a675 | /20192/TTUD/ThucHanh/contest3/cbus.cpp | edf92404932340b9257ed98b8c60d9f86aa56518 | [] | no_license | meomeoo/mydocuments | 8d6063c5a37d34d615b628837589f7148e58e89b | e6b33b3ccf0b8f1a34992c424ac15b71cc0e2384 | refs/heads/master | 2022-12-23T18:06:42.071598 | 2020-06-12T08:37:49 | 2020-06-12T08:37:49 | 183,804,684 | 3 | 1 | null | 2022-12-16T06:56:56 | 2019-04-27T17:51:04 | Jupyter Notebook | UTF-8 | C++ | false | false | 2,465 | cpp | #include <iostream>
#include <algorithm>
#include <new>
using namespace std;
int n = 0, k = 0, serving = 0, minvalue = INT32_MAX;
int *a, *d, **c, *amax;
bool Check(int index){
bool check = false;
if (index <= n && serving >= 0 && serving < k){
return true;
}
else if(index > n && serving > 0 ... | [
"dinhngockhanh69@gmail.com"
] | dinhngockhanh69@gmail.com |
f3910994b944c083803188d9822a12d8f370c453 | c4542b53f274c48fc8571656fdb0711889902681 | /test_case/50.4676134421789371/GradTUPL | 461cae5a3f555ef87b8a2cc87ce79340a8c9c2e6 | [
"MIT"
] | permissive | kakkapriyesh/Turbulence-flow-and-heat-budgets-in-OpenFOAM | e97f8ee5780bc8ff47c72e5189c21d612e70a105 | 94fef0cb4e09172f7532fbcf7a715095ed81e128 | refs/heads/main | 2023-04-15T23:24:11.392585 | 2022-12-22T02:16:10 | 2022-12-22T02:16:10 | 368,479,876 | 7 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,256,316 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 5.0 |
... | [
"kakkapriyesh199417@gmail.com"
] | kakkapriyesh199417@gmail.com | |
bb490e9fad1b9b5c83ed3f4416dfd3696a70ef8c | cffc460605febc80e8bb7c417266bde1bd1988eb | /before2020/Ural_TOJ/Ural 1000(Easy, a+b problem, stdio).cpp | d9e425cda1e1f76e80be1cd4a980c41fbce789b1 | [] | no_license | m80126colin/Judge | f79b2077f2bf67a3b176d073fcdf68a8583d5a2c | 56258ea977733e992b11f9e0cb74d630799ba274 | refs/heads/master | 2021-06-11T04:25:27.786735 | 2020-05-21T08:55:03 | 2020-05-21T08:55:03 | 19,424,030 | 7 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 229 | cpp | /**
* @judge Ural
* @id 1000
* @tag Easy, a+b problem, stdio
*/
#include <stdio.h>
#include <iostream>
using namespace std;
int main()
{
int a, b;
while (scanf("%d%d", &a, &b) != EOF)
printf("%d\n", a + b);
} | [
"m80126colin@gmail.com"
] | m80126colin@gmail.com |
9c636a340955d99efbd46da9a262e784090591f6 | da3ff35d950b61c60579abdc25e041a8da60b9a8 | /ofxColor/src/ofxColor.cpp | 5edf99d5e9f856d740884aa78fa2d441cbe22d32 | [] | no_license | dropmeaword/ofxVeryHandyToolkit | f268e084aadf8e0dc8e84162a93c0319d3eb23dc | 3232bd871f1c7784dc8e4bea40e83e5220b69a71 | refs/heads/master | 2020-12-24T18:03:38.771464 | 2011-04-03T14:22:46 | 2011-04-03T14:22:46 | 1,208,270 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23 | cpp | #include "ofxColor.h"
| [
"dropmeaword@gmail.com"
] | dropmeaword@gmail.com |
3205f4913a9c57f8aab281351a91817dd29ba76a | f06adbcf692b49caf302ef5342ef6d272543f61b | /modelInput.cpp | d429a120756efa72dfdbf32cb66bbe578a475a27 | [] | no_license | gongweibao/testcapi | 55e58fe6071f770c4cf554e559da522729e6cd5e | f15048028c8e76999100f4115fd4cfdfab0e9498 | refs/heads/master | 2021-08-28T05:58:50.767284 | 2017-12-11T09:58:21 | 2017-12-11T09:58:21 | 111,055,803 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,222 | cpp | //
// Created by Zhang,Tai on 17/10/12.
//
#include "./modelInput.h"
#include "./common.h"
class ModelData {
protected:
uint64_t _shot_id;
public:
ModelData(uint64_t id) : _shot_id(id) {}
virtual void set_in_args(paddle_arguments _in_args) = 0;
};
class IntegerData : public ModelData {
paddle_ivector... | [
"gongweibao@baidu.com"
] | gongweibao@baidu.com |
7759c3349ab452c9d2e225fa6a570d4aa1dadea2 | ae993e8d52a9e45500b81cf8ea4f8a835b0ec0a9 | /VIG/Practiques/P2/widget/model.cpp | 3079a02f9bc5dc8ce1f7e118c98c3c6c4b92c0be | [] | no_license | davidgfnet/apunts-entregues-teleco-info | df0a4191f579cbfd90e8b210bea25b9460a0db29 | 56e51217d619d93d0fef489ea4debf708a38a297 | refs/heads/master | 2020-11-30T22:42:05.123258 | 2019-12-27T18:29:02 | 2019-12-27T18:29:02 | 230,495,766 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,027 | cpp | #include "model.h"
#include <cmath>
#include <string>
#include <iostream>
#include <QtOpenGL/qgl.h>
#include "scene.h"
using namespace std;
Model::Model(std::string n):name(n)
{}
Box Model::boundingBox() const
{
return _boundingBox;
}
void Model::updateBoundingBox()
{
if (vertices.size())
{
Point p = vert... | [
"david@davidgf.net"
] | david@davidgf.net |
6432d70fae7212916f7de62397a8ac2893606d48 | 85503c319ef1062989371daedad40bfc728cd166 | /Box2dSample/Classes/AppDelegate.h | 675172c7867f8d41b90921566aee287f93662c6a | [] | no_license | kimxyz/cocos2dx-dev | a6a6bf777da3904c660ea6f1a78143cc8a17ae6f | 89cf6f401089357433cb22e1a3b962cb8008c722 | refs/heads/master | 2023-05-30T12:05:22.350490 | 2020-12-28T16:08:58 | 2020-12-28T16:08:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,214 | h | //
// DemoAppDelegate.h
// Demo
//
// Created by Andreas Löw on 11.01.12.
// Copyright codeandweb.de 2012. All rights reserved.
//
#ifndef _APP_DELEGATE_H_
#define _APP_DELEGATE_H_
#include "CCApplication.h"
/**
@brief The cocos2d Application.
The reason for implement as private inheritance is to hide some in... | [
"pdpdds@9eae94da-17f8-0410-9712-9035c0ba4dfd"
] | pdpdds@9eae94da-17f8-0410-9712-9035c0ba4dfd |
6f6f907a9cf5a0a8dba3cfc8a3583cbe1d115168 | 0ffb2159c5cfd495093bf4f5889a240a22219b04 | /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting-Structs.h | bae05e41a99d4e05786da30c492a717d2da804ec | [] | no_license | lechium/tvOS1141Headers | f5780aeff36415365ea40ffee574a4b79d85ef41 | 2681de8352cacbfd7b255b0e73f89a453c16aeec | refs/heads/master | 2020-05-30T11:41:11.722512 | 2019-05-31T21:41:57 | 2019-05-31T21:41:57 | 189,661,473 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 16,334 | h | /*
* This header is generated by classdump-dyld 1.0
* on Friday, May 31, 2019 at 2:17:28 PM Mountain Standard Time
* Operating System: Version 11.3 (Build 15L211)
* Image Source: /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
* classdump-dyld is licensed under GPLv3, Copyright © 2013-2016 b... | [
"kevin.w.bradley@me.com"
] | kevin.w.bradley@me.com |
6769d51a097edd2dbd7135fba44e1f52cae9bd91 | 34c5456bb48c86fd5657423b738372a283da6919 | /garnet/bin/guest/vmm/device/virtio_input_test.cc | 84bc98bcdeef1c6ac167bc2a5ab5ebfcee3ed054 | [
"BSD-3-Clause"
] | permissive | yanyushr/fuchsia | 75ab66df4158cdcaf515cece0511c73736a23fad | 98e70672a81a206d235503e398f37b7b65581f79 | refs/heads/master | 2022-11-20T03:27:48.996258 | 2019-04-24T17:25:35 | 2019-04-24T17:25:35 | 183,284,990 | 0 | 1 | BSD-3-Clause | 2022-10-28T17:30:27 | 2019-04-24T18:27:17 | C++ | UTF-8 | C++ | false | false | 5,566 | cc | // Copyright 2018 The Fuchsia 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 <virtio/input.h>
#include "garnet/bin/guest/vmm/device/input.h"
#include "garnet/bin/guest/vmm/device/test_with_device.h"
#include "garnet/bin/gu... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
7d119cda6a771717f68fd520f83335ec5b99e7fc | ad0a529216a21034e65d68fd5bc3762bb3e9d428 | /connectivity/netsocket/include/netsocket/MsgHeader.h | 9bb4ac166211ce77e9e5eadcba93ab6e0cd78de4 | [
"MPL-2.0",
"SGI-B-1.1",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"BSD-3-Clause",
"BSD-4-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | DenisProshkin/mbed-os | 68899d33b79cd9e7ba347c148ef328a8d2ce0050 | 1443257e40c97141c975f1c5cd7f4cf308a58b5e | refs/heads/master | 2022-02-03T03:30:13.238099 | 2022-01-17T15:39:01 | 2022-01-17T15:39:01 | 120,616,344 | 0 | 0 | Apache-2.0 | 2019-09-05T10:44:46 | 2018-02-07T13:07:39 | C | UTF-8 | C++ | false | false | 5,003 | h | /*
* Copyright (c) 2021 ARM Limited
* SPDX-License-Identifier: Apache-2.0
*
* 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
*
* Unle... | [
"mateusz.kalinowski@arm.com"
] | mateusz.kalinowski@arm.com |
aa4ccd47d5241c8abbe6a88eb2d33e0e17a8c911 | 2d678cd553cbbe77968a1f97f3ffa17b8be055cb | /example/contact_simple/contact-constrained-pendulum-init.cpp | d60133b8eaa4904a2f3fc890cacc63176a1a8d86 | [] | no_license | constantineg1/Moby | 34405268a483130d3acdd87d251283c7259d7568 | 89e55c7d1cc5973a2e0de02f57541398cd69c756 | refs/heads/master | 2021-01-20T19:19:34.119064 | 2015-08-10T16:07:36 | 2015-08-10T16:07:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,712 | cpp | /*****************************************************************************
* "Controller" for constrained pendulum example
****************************************************************************/
#include <Moby/EventDrivenSimulator.h>
#include <Moby/RCArticulatedBody.h>
#include <Moby/GravityForce.h>
#inclu... | [
"drum@gwu.edu"
] | drum@gwu.edu |
412b2e9c07cd91ff804a63af64d67079f973256d | 08d8cd731798717839d5c6b8e1139f06f2b7f295 | /lib/auth_dec_aes_gcm_impl.cc | 4b6b27597947860b0ac2f6fae35af29cfc16197b | [] | no_license | Radiomix2000/gr-openssl | 6ed8b4894e50b1dff233fb1561cd80dc267ef6b4 | 519b01ee386107bde633bca206c8e59ea4d17ea3 | refs/heads/master | 2021-05-31T09:45:31.911901 | 2016-04-09T10:57:54 | 2016-04-09T10:57:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,251 | cc | /* -*- c++ -*- */
/*
* Copyright 2016 <+YOU OR YOUR COMPANY+>.
*
* This 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, or (at your option)
* any later version.
*
* This software i... | [
"kristian.maier@gmx.de"
] | kristian.maier@gmx.de |
8807b7d92646db38e9c084ef0394e75d1829c6a3 | 32f04ac520ef269c95b2093e6146c5001bf62f4f | /esp32/wheeledbase/wheeledbase.ino | a6b32ce478cf402f6d163d4d0aea66a6782a3081 | [] | no_license | clubrobot/team-2018 | 914a0df7fa2d5939992a683cebbd6a24e20b550d | ed6e3cd04367985e61737c788181dc31a300be63 | refs/heads/master | 2021-06-24T09:15:04.472377 | 2018-05-10T09:47:21 | 2018-05-10T09:47:21 | 95,883,437 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 4,706 | ino | #include <Arduino.h>
#include "PIN.h"
#include "constants.h"
#include "instructions.h"
#include "addresses.h"
#include "../common/SerialTalks.h"
#include "../common/DCMotor.h"
#include "../common/Codewheel.h"
#include "../common/Odometry.h"
#include "../common/PID.h"
#include "../common/VelocityController.h"
#include... | [
"francois.gauthier-clerc@insa-rennes.fr"
] | francois.gauthier-clerc@insa-rennes.fr |
b37e5432c06937dbeed9d6791c4662cda611e456 | bb7d6f0edc6e803edd1d60fd297f86dc6da0b12b | /Result_Reporter_no1/result_reporter_dialog.cpp | ed7d119b92268aceec811fbe777be02231b02a74 | [] | no_license | vajdaakos/szimple_szimplex | e4d374d96847fc5e34e1a2c9c8df6dda5b26e505 | 90dbba969a15a203dcf3be9529558691d3e55bb1 | refs/heads/master | 2020-03-28T19:23:43.326318 | 2018-09-30T14:39:21 | 2018-09-30T14:39:21 | 148,971,678 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,217 | cpp | #include "result_reporter_dialog.h"
#include "ui_result_reporter_dialog.h"
#include <QDebug>
result_reporter_dialog::result_reporter_dialog(QStandardItemModel *indulo, QStandardItemModel *result, int lsz, const QString& pivot_modszer, const QString& vari_name, QWidget *parent) :
QDialog(parent),
indulo(indulo),... | [
"vajdaakos@alu-fon.hu"
] | vajdaakos@alu-fon.hu |
7ae88444d7a5cdf5d14160279bbe31990efb3b9b | f9568cf421163b35b80644a8e86af639c59c7b74 | /xcode/headers/SensorSim.h | ea54f039beb5afb28f0a09800d88ffd33124f1c1 | [] | no_license | walidvb/rdc | ebf9d3a81c67b73e7337a794ca51cb62b1caf808 | eec93b92fbd199f862c20dd0c41f94345be17d36 | refs/heads/master | 2021-01-19T09:57:17.400020 | 2013-01-21T17:20:03 | 2013-01-21T17:20:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 995 | h | /*---------------------------------------------------------------
Creation: 17.11.2012
Description: A fake camera, working with Cinder, returning the exact image that was produced.
Methodes: Construct/Destruct
init()
grabFrame()
grabFrameTest()
------... | [
"walidvb@gmail.com"
] | walidvb@gmail.com |
82d944cd579fd3fe6ac308777709b6d7a7fa90af | b52bb0b1d05f6063e18d18d304cedec1abd36a95 | /Data structure/Recursion/Palindrome.cpp | e4a96d9c9ce11a0814fc26f4d0cf82ed26d20814 | [] | no_license | inzamamtoha/ProblemSolving_Algorithms | 67f556f0cd8d7b6a9861ce8b4694d070745c0aed | 52c6f4dd302539f8f1a3a14004c41083364c4361 | refs/heads/master | 2020-04-05T09:00:07.660770 | 2018-11-08T16:56:36 | 2018-11-08T16:56:36 | 156,738,275 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 466 | cpp | #include<bits/stdc++.h>
using namespace std;
char a[100];
int palindrome(int low,int high)
{
if(low>high)
{
return 1;
}
else if (a[low]!=a[high])
{
return 0;
}
return palindrome(low+1,high-1);
}
int main()
{
cin>>a;
int l = strlen(a)-1;
int x = ... | [
"inzamam.csedu@gmail.com"
] | inzamam.csedu@gmail.com |
db7d8270a22d27e1dc95148ec0b15ae63cf4474a | da4c51e7fba8884e1f653c3ab89d18850529072c | /Baekjoon/DynamicPrograming/BJ_11722(가장 긴 감소하는 부분 수열)/BJ_11722(가장 긴 감소하는 부분 수열)/seq.cpp | 7d2d4e0bee75ddafaff48f104165c0ce673f5e58 | [] | no_license | HeegeePark/DataStructure | 102c291a9724fceab9a90565755e5db908def527 | 018f141b04b027feeed22b21869d7bebe702f9e2 | refs/heads/master | 2023-06-30T23:23:16.662842 | 2023-06-24T14:49:27 | 2023-06-24T14:49:27 | 201,720,474 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 523 | cpp | #include <iostream>
#include <stdlib.h>
#include <vector>
#include <algorithm>
using namespace std;
int main() {
int N;
int A[1000]; // 수열
int d[1000]; // 가장 긴 수열 길이를 저장하는 다이나믹 배열
cin >> N;
for (int i = 0; i < N; i++) {
cin >> A[i];
}
d[0] = 1;
for (int i = 0; i < N; i++) {
d[i] = 1;
for (int j = 0... | [
"phg980513@naver.com"
] | phg980513@naver.com |
5a4a9891cabd3e1ce61bddcaafbb27c075a764ab | 6f82564fe7ca71bf5b7604461204da9c1a96422a | /DataGet.cpp | 04ed6114af298ee3cb9382473780dc02b1b5675e | [] | no_license | kattrielle/Smelting-Control | bc1ec09c33e39e37c62e1892ee14b2f5739db329 | e778dd3c89646ff7a389ba93148cb3296b4d89b9 | refs/heads/master | 2021-01-01T06:38:41.336115 | 2012-12-25T18:11:50 | 2012-12-25T18:11:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 872 | cpp | /*
* File: DataGet.cpp
* Author: kate
*
* Created on 6 Октябрь 2012 г., 21:37
*/
#include "DataGet.h"
DataGet::DataGet() {
}
DataGet::DataGet(const DataGet& orig) {
}
DataGet::~DataGet() {
}
/**
* Заполнение списка результатов замера по текущему процессу
* @param process - список результатов замеров
*... | [
"kate@Hyperbook"
] | kate@Hyperbook |
dfb1bae38f09c6de3cffbbc0abb961f87d4541f9 | a91edb3a71fc55f75080b8c3af5af7defc1edf74 | /[Code( )]OpenGL_Study/OpenGL_Summary/Classes/[gluLookAt].h | c0676ba36c4262e60a02655d6aa37c12cf929f47 | [] | no_license | glasirius/ComputerGraphics | 41ed48de1b7453a1acc3acad9f3acd7328b8e4e5 | ceface33a6a647d7caf51b791dd1ec6fc21fdb2e | refs/heads/master | 2020-03-31T15:56:57.046292 | 2016-03-04T09:38:38 | 2016-03-04T09:38:38 | 152,357,020 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 560 | h | #pragma once;
#include <tchar.h>
class GluLookAt {
public:
static int init( int argc,_TCHAR* argv[] );
private:
// register callbacks
static void displayCall(); // 注册 重绘事件
static void changeSizeCall(int w, int h); // 注册 窗体更改大小事件 【第1次渲染时也会被调用】
static void renderScene(); // 注册 系统空闲事... | [
"hxt2014bbg@icloud.com"
] | hxt2014bbg@icloud.com |
4d360229dd57a2ffe8854351641657f6d086ec2e | 08033f6a3e2cd36d00760b1f7706f5814b549134 | /MilitaryChess/src/common/server.socket.interface.h | 545dd232d2fac4e4d117541f261314f86dd4de79 | [] | no_license | hisdar/MilitaryChess | e27fefb571e98c51e5449cd4ff3172bd0168e6d3 | 84767f674e8cfe4764ef9d6db05dcdeb893a29dc | refs/heads/master | 2020-08-21T13:19:19.375775 | 2019-10-29T12:55:01 | 2019-10-29T12:55:01 | 216,168,936 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 441 | h | #ifndef _SERVER_SOCKET_INTERFACE_H_
#define _SERVER_SOCKET_INTERFACE_H_
#include "common.h"
namespace cn
{
namespace hisdar
{
class DLL_API ServerSocketInterface
{
public:
ServerSocketInterface();
virtual ~ServerSocketInterface();
virtual int bind(int port) = 0;
virtual int listen() = 0;
virtua... | [
"656913011@qq.com"
] | 656913011@qq.com |
3aaed19e485a3a2998127c24eb1ccfcf99f8fec4 | db47a62db2f1617e6ea9373e2c6d5f122a2d8408 | /WS07/at-home/w7_at_home.cpp | b2a68060ff18ec7bc8d6ff8c8f3a63d1f4ec47ca | [] | no_license | gerostenko/OOP244 | 613dce4538bab93edfa099bffa3ab06861311ca1 | d241f976a9f631d355dd3f6c327ce69242986978 | refs/heads/master | 2021-03-24T10:23:40.837828 | 2017-07-27T23:12:44 | 2017-07-27T23:12:44 | 93,365,308 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,078 | cpp | // OOP244 Workshop 7: Derived Classes
// File w7_athome.cpp
// Version 1.0
// Date 2017/03/11
// Author Hasan Murtaza
// Description
// This file demonstrates the client module of w7
/////////////////////////////////////////////////////
#include <iostream>
#include "Hero.h"
#include "SuperHero.h"
using na... | [
"limpbizkit1992"
] | limpbizkit1992 |
1de36d9e8ff0faf60c8b2cbfeb296decbdefcd6c | 28dba754ddf8211d754dd4a6b0704bbedb2bd373 | /AtCoder/AtCoder Beginner Contest 240/B/main.cpp | bd3e11cde46cf7d3f6a9c51b94c0802fbedcacdb | [] | no_license | zjsxzy/algo | 599354679bd72ef20c724bb50b42fce65ceab76f | a84494969952f981bfdc38003f7269e5c80a142e | refs/heads/master | 2023-08-31T17:00:53.393421 | 2023-08-19T14:20:31 | 2023-08-19T14:20:31 | 10,140,040 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 452 | cpp | #include <bits/stdc++.h>
using namespace std;
#define PB push_back
#define SZ(v) ((int)(v).size())
#define abs(x) ((x) > 0 ? (x) : -(x))
typedef long long LL;
void solve() {
int n;
cin >> n;
set<int> st;
for (int i = 0; i < n; i++) {
int x;
cin >> x;
st.insert(x);
}
cout... | [
"zjsxzy@gmail.com"
] | zjsxzy@gmail.com |
e44985bcd80f9cded4be0fcbec21256361741c6c | fc38a55144a0ad33bd94301e2d06abd65bd2da3c | /thirdparty/cgal/CGAL-4.13/include/CGAL/Convex_hull_2/convexity_check_2_impl.h | 846ec3df2f470c5d1320d60e32fce56fbb205d0d | [
"LGPL-3.0-only",
"GPL-3.0-only",
"GPL-1.0-or-later",
"LGPL-2.1-or-later",
"LicenseRef-scancode-free-unknown",
"LGPL-2.0-or-later",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-unknown-license-reference",
"MIT-0",
"MIT",
"LGPL-3.0-or-later",
"LicenseRef-scancode-warranty-disc... | permissive | bobpepin/dust3d | 20fc2fa4380865bc6376724f0843100accd4b08d | 6dcc6b1675cb49ef3fac4a58845f9c9025aa4c9f | refs/heads/master | 2022-11-30T06:00:10.020207 | 2020-08-09T09:54:29 | 2020-08-09T09:54:29 | 286,051,200 | 0 | 0 | MIT | 2020-08-08T13:45:15 | 2020-08-08T13:45:14 | null | UTF-8 | C++ | false | false | 5,862 | h | // Copyright (c) 1999 Max-Planck-Institute Saarbruecken (Germany).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org).
// 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, o... | [
"huxingyi@msn.com"
] | huxingyi@msn.com |
7b7701b0acea29d77c094c0f1198dc3eeab97370 | 0976d8e57263f88939078a21f620a10fd29b51c5 | /Tools/TextureConverter/TextureConverter/TextureConverter.cpp | 94333634975c9a8bfd8e0146f4cb6c877d8d628b | [] | no_license | beerent/cosmos_client | 241559be92d6a71676874a4c1b85adc6ab4e7997 | 9623267efbaac148f9430b027731c2d64526cfa3 | refs/heads/master | 2021-12-08T21:17:44.917814 | 2021-08-23T01:08:05 | 2021-08-23T01:08:05 | 224,532,833 | 0 | 1 | null | 2020-01-20T13:54:25 | 2019-11-27T23:16:10 | C++ | UTF-8 | C++ | false | false | 4,765 | cpp | // TextureConverter.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include <iostream>
#include <map>
//Windows file support
#include <windows.h>
#include <tchar.h>
#include <stdio.h>
#include <strsafe.h>
#include <atlstr.h>
#include <cstdlib>
#include "../../../Classes/Core/Open... | [
"brentryczak@gmail.com"
] | brentryczak@gmail.com |
9db5b270f2bfbd5d1cda97d9ff857e247bbdf9be | 98420fdd66b8dce46ef88cd34fcace36777fa232 | /cpp/casadi_test2/mainwindow.cpp | 86b8e64d9f241b4b9deafcff76d03ca5c0ea764b | [] | no_license | Daiver/jff | f972fe7464f78ba6008a036b697ea3f04b7010a4 | 33d6a781af8d7f6ae60c25e10051977af2fef1b9 | refs/heads/master | 2023-04-07T06:33:41.487938 | 2022-05-03T10:07:32 | 2022-05-03T10:07:32 | 12,180,634 | 1 | 1 | null | 2023-04-03T19:25:00 | 2013-08-17T15:03:14 | C++ | UTF-8 | C++ | false | false | 505 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
#include <iostream>
#include "casadi/casadi.hpp"
#include "casadi/core/calculus.hpp"
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::MainWindow)
{
ui->setupUi(this);
using namespace casadi;
const SX vertices = SX::sym("... | [
"ra22341@ya.ru"
] | ra22341@ya.ru |
c3ebe2e1a5c0a57836bed1316b8a6e9e7893f328 | 248c10fe1de6ace97b2e558899201cadf64a7103 | /UnitTest11/Is/EqualTo.hpp | 2f1e40f540638140d4a4791ec611971d81ea5551 | [
"MIT"
] | permissive | MorleyDev/UnitTest11 | 1295ec2451a70788b581d632b3a7ce83ff48840f | 6519170a8595263040fbdf8734385f9b176ee8be | refs/heads/master | 2021-01-18T13:36:42.025384 | 2016-01-25T23:23:12 | 2016-01-25T23:23:12 | 7,542,367 | 2 | 0 | null | 2015-02-04T02:08:51 | 2013-01-10T14:34:43 | C++ | UTF-8 | C++ | false | false | 1,454 | hpp | #ifndef UNITTEST11_IS_EQUALTO_HPP
#define UNITTEST11_IS_EQUALTO_HPP
#include "../utility/AreEqual.hpp"
#include "../utility/ToString.hpp"
#include "../detail/BaseOperand.hpp"
#include <string>
#include <sstream>
namespace ut11
{
namespace Operands
{
template<typename U> struct EqualTo : public deta... | [
"morleydev.co.uk@gmail.com"
] | morleydev.co.uk@gmail.com |
3326a21c4c89c4dc1cec1388f7859f7e9be36267 | 368581107481be2e0fe92fcf1b1b0af0d221d382 | /include-macos/xmpsdk/XMPCore/Interfaces/IClientDOMParser.h | ff27e004168e3d65ac7a82de1e1c1e804cbeb4ae | [
"BSD-3-Clause"
] | permissive | dehancer/IMProcessingXMP | 5007cec9b63839b39c3e00d0ff6447e737159082 | 8b405f5c9037d01d4b0828c5522113f262e7579f | refs/heads/master | 2020-04-16T07:33:55.158438 | 2019-10-14T16:11:53 | 2019-10-14T16:11:53 | 165,391,665 | 0 | 0 | NOASSERTION | 2019-01-16T11:45:05 | 2019-01-12T13:35:55 | C++ | UTF-8 | C++ | false | false | 4,601 | h | // =================================================================================================
// ADOBE SYSTEMS INCORPORATED
// Copyright 2015 Adobe Systems Incorporated
// All Rights Reserved
//
// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
// of the Adobe li... | [
"denn.nevera@gmail.com"
] | denn.nevera@gmail.com |
608b86da1fefdc534e05e13b78d1d9e044a4113d | fec49c2137326157af3d6d8207a77644da8242c0 | /src/geometria/circle_through_3_points.cpp | 879cad6349cb668505b1c020b914d65c47b6e098 | [] | no_license | nhocki/notebook | 604b04a2651081c62bddd46bb62be9f13e166330 | 5903dd4a774d829ce1df073ebd3be4cacee8e4ac | refs/heads/master | 2021-01-23T06:55:05.819070 | 2015-09-30T02:32:48 | 2015-09-30T02:32:48 | 33,288,638 | 11 | 1 | null | 2015-09-30T02:32:48 | 2015-04-02T04:10:15 | C++ | UTF-8 | C++ | false | false | 611 | cpp | point center(const point &p, const point &q, const point &r) {
double ax = q.x - p.x;
double ay = q.y - p.y;
double bx = r.x - p.x;
double by = r.y - p.y;
double d = ax*by - bx*ay;
if (cmp(d, 0) == 0) {
printf("Points are collinear!\n");
assert(false);
}
double ... | [
"andmej@gmail.com"
] | andmej@gmail.com |
20643bc78d7ef1f6d3487d78115b5f34b25596e4 | 86b8fd406f5546364831c6b755ad83d867179e0c | /mainwindow.h | ccc5fb54850fa3957488eb4412e4f2888ec7c09c | [] | no_license | AlbertoRivera/jarrImageViewer | ae3e5285f20e01b2f87bc7059c367c1327593262 | 35619619d96b5e55776ab238acc11e15570319c2 | refs/heads/master | 2021-01-13T00:48:19.355251 | 2016-03-18T01:07:11 | 2016-03-18T01:07:11 | 54,160,832 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,718 | h | #ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
#include <settings_dialog.h>
#include <imgAdmin.h>
#include "JarrSettings/settings.h"
#include "program_settings.h"
#include <settings_dialog_2.h>
#include <QLabel>
// remove this include ?
#include "ui_settings_dialog.h"
#include <sstream>
... | [
"AlbertoRivera@users.noreply.github.com"
] | AlbertoRivera@users.noreply.github.com |
36c18a8cb050648a1b5206622413ab7daf5c3f74 | 400fd356eb75d95ab35e8dcce2f5b03b3d272e83 | /Smjy/src/common/cmdline/option_description.h | f3e07286cf34b7e67b2a7276f5015f51f57da027 | [] | no_license | shandaming/Martial_arts | 4eba4c3856d0fbbcddc460790b4a06ba79a9c3ed | 896f10a7c457a9f166e7991e54943d46b6a953b5 | refs/heads/master | 2022-11-11T08:05:21.439745 | 2022-10-22T05:55:23 | 2022-10-22T05:55:23 | 116,259,077 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,272 | h | /*
* Copyright (C) 2019
*/
#ifndef CMD_OPTION_DESCRIPTION_H
#define CMD_OPTION_DESCRIPTION_H
#include <memory>
#include <string>
#include <vector>
#include <exception>
class option_description
{
public:
option_description() : value_semantic_(false) {}
option_description(const std::string& name, bool vs);
option... | [
"shandaming@hotmail.com"
] | shandaming@hotmail.com |
2ce4d86216ce43bd74a9293d3ab5d6a76e567ea4 | 6c996ca5146bd307a062f38819acec16d710656f | /workspace/iw8/code_source/libs/demonwareclient/bdlobby/bdmw4/bdclans/bdclansproposemembershipsresponse.cpp | 1b241d13c3e20f45ed3b87f51a0a61db4e0e5456 | [] | no_license | Omn1z/OpenIW8 | d46f095d4d743d1d8657f7e396e6d3cf944aa562 | 6c01a9548e4d5f7e1185369a62846f2c6f8304ba | refs/heads/main | 2023-08-15T22:43:01.627895 | 2021-10-10T20:44:57 | 2021-10-10T20:44:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,228 | cpp | /*
==============
bdClansProposeMembershipsResponse::deserialize
==============
*/
bool __fastcall bdClansProposeMembershipsResponse::deserialize(bdClansProposeMembershipsResponse *this, bdStructBufferDeserializer *deserializer)
{
return ?deserialize@bdClansProposeMembershipsResponse@@UEAA_NAEAVbdStructBufferDeseria... | [
"zkitx@zkitx.jp"
] | zkitx@zkitx.jp |
61efe96e3f90b78942043a3a130e416ad52493f2 | fe0a67fcf4c2a78e88a714151a90cdfdc2f09fe2 | /source/engine/plugin.h | 211cc3b45cb579d400040173d6c7c13b4dfdac01 | [] | no_license | kingnobody8/old_bird | cf7c8a48ed710297db7d05a540a464a01fde6da6 | c66da4eeaa8ee579e8019c5228430d3b9c2ca721 | refs/heads/master | 2021-05-01T16:34:00.644142 | 2017-01-08T10:43:11 | 2017-01-08T10:43:11 | 43,226,771 | 0 | 0 | null | 2017-01-08T10:43:11 | 2015-09-26T23:20:22 | C | UTF-8 | C++ | false | false | 1,044 | h | #pragma once
#include "utility/time/util_time.h"
#include <list>
#include <assert.h>
namespace engine
{
class IPlugin
{
public:
//Internal
private:
static std::list<IPlugin*> s_pluginList;
protected:
static int s_nextPluginTypeId;
//External
public:
static void AddPlugin(IPlugin* const plugin);
sta... | [
"danielth101@gmail.com"
] | danielth101@gmail.com |
f1cc3def1254f6ec74455b4ce7981ec2c38ff278 | a84cb55f2061b5c217a9878b3651af3f160fdcdf | /Core/Message.h | 82361260d66a607eadbaac6f803036b61b9ec68c | [
"MIT"
] | permissive | asdlei99/TFL | 65638c6ea3f5cb6b07f121637871e6ef38afb75c | 99f4b12337afb34a0c807d73b053f5c024929003 | refs/heads/master | 2022-02-24T06:26:28.391209 | 2018-04-05T07:03:05 | 2018-04-05T07:03:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,266 | h | #pragma once
#include <MessageIdentifiers.h>
enum class ClientMessage : unsigned char {
begin = ID_USER_PACKET_ENUM,
changeGroup,
exit,
//code
changeWeight,
setAttackTarget,
setMoveTarget,
moveUnit,
load,
release
};
enum class ServerMessage : unsigned char {
begin = ID_USER... | [
"2601110573@qq.com"
] | 2601110573@qq.com |
a5b2a8e2e377e4b824bb7ec50957e013fec707ce | 3022b0ba3d409cf3be558503fb15e193db7fae2a | /SceneBuilder/MeshManager.cpp | 530fb836034b58b82eff7261a441eafef8087126 | [] | no_license | lqq1985/SceneBuilder | 518c954e139219f121c5402fff250f014d416bd2 | 893d399b7a4c43a7518418eab07396c0bd61d0a4 | refs/heads/master | 2021-01-13T20:18:59.731227 | 2020-02-01T04:26:25 | 2020-02-01T04:26:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 460 | cpp | #include "MeshManager.h"
MeshManager::MeshManager()
{
}
MeshManager::~MeshManager()
{
}
void MeshManager::loadModel(std::string filename, int meshType)
{
Model m = Model(filename);
for (int i = 0; i < m.meshes.size(); i++) {
m.meshes[i].meshType = meshType;
this->meshes.push_back(m.meshes[i]);
}
// this->m... | [
"mishalzaman@gmail.com"
] | mishalzaman@gmail.com |
01770b9d31113c06ac9e6503fba5c2f42003c249 | 82884a9b826482ba7b54adaf3ce8f2b6efd74aee | /test/unit_test/static/si_cgs_test.cpp | f828a69125179d17ff79b81266de8ec21941bd2c | [
"MIT"
] | permissive | badbadc0ffee/units | c922b5f8ba1fc72ac1d336ecdf5f728db04d7c6b | 8e2a191ab9e5452c8317bc6ef3cb06c6dda42583 | refs/heads/master | 2023-02-19T08:28:16.639861 | 2021-01-01T22:42:08 | 2021-01-01T22:42:08 | 283,775,132 | 0 | 0 | MIT | 2021-01-01T22:42:09 | 2020-07-30T12:57:19 | null | UTF-8 | C++ | false | false | 7,250 | cpp | // The MIT License (MIT)
//
// Copyright (c) 2018 Mateusz Pusz
//
// 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, co... | [
"mateusz.pusz@gmail.com"
] | mateusz.pusz@gmail.com |
40c05e78bef51ca0b1fb79301e8a41bb95e2dd21 | a2178fcacde028edb59a917785b3f4cc2575d1d7 | /src/cbga/include/cbga/cbga_agent.hpp | 145730194b897fb71144dff090e0fd152f913291 | [
"MIT"
] | permissive | jfangwpi/cbba_sim | b965679db2aacc9f6f9a66007976fe092bfced73 | 09d1c42108d10ead614c700f0be4b4c96ca1b25c | refs/heads/master | 2020-04-17T15:36:01.634143 | 2019-05-01T05:33:28 | 2019-05-01T05:33:28 | 166,705,109 | 7 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 5,732 | hpp | /*
* cbga_Agent.h
*
* Created on: Aug 29, 2018
* Author: jfang
*/
#ifndef CBGA_AGENT_HPP
#define CBGA_AGENT_HPP
// standard library
#include <stdio.h>
#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <cmath>
#include "graph/graph.hpp"
#include "graph/algorithms/astar.... | [
"jfang@wpi.edu"
] | jfang@wpi.edu |
3a1db59133873b99bc88475c91d425605b766ffc | 7ada00cd38c2c9359085e2111fa72c264e062998 | /src/reader/SnapshotTree.cpp | 9b8ca452ce0a9d7a9889ddc16a6af98a5f369a0e | [
"BSD-3-Clause"
] | permissive | rblake-llnl/Caliper | 8dd5c367a6480aec5a7ae0be5a972ad79a9749a9 | f958f45f5cf2dccc4529f2b27d8628981a60b012 | refs/heads/master | 2020-09-09T02:19:43.923958 | 2019-11-11T20:51:11 | 2019-11-11T20:51:11 | 221,316,681 | 0 | 0 | NOASSERTION | 2019-11-12T21:35:25 | 2019-11-12T21:35:24 | null | UTF-8 | C++ | false | false | 3,914 | cpp | // Copyright (c) 2019, Lawrence Livermore National Security, LLC.
// See top-level LICENSE file for details.
// SnapshotTree class implementation
#include "caliper/reader/SnapshotTree.h"
#include "caliper/common/CaliperMetadataAccessInterface.h"
#include "caliper/common/Node.h"
#include <cassert>
#include <vector>
... | [
"boehme3@llnl.gov"
] | boehme3@llnl.gov |
7118026e38042ff1ede5b59f770baff3912d7be1 | 603e3d9be52e023185655817647649a66294d259 | /TCO08 Round 2/OneWayStreets.cpp | 1cdf5c68b880508f81ad700e8b9d6b406feca2be | [] | no_license | nilmish/Topcoder | 9e91500902f9cb0d50aad3ddaa209a02c274535c | 7d74cc07aa1541d5b74e7de5cfbba07eea6c6eed | refs/heads/master | 2021-01-21T01:46:41.685358 | 2014-05-15T10:12:55 | 2014-05-15T10:12:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,423 | cpp | #include <bits/stdc++.h>
using namespace std;
#define INF (int)1e9
#define EPS 1e-9
#define all(a) a.begin(), a.end()
#define in(a,b) ( (b).find(a) != (b).end())
#define pb push_back
#define fill(a,v) ... | [
"nilmish.iit@gmail.com"
] | nilmish.iit@gmail.com |
fd056688e2b34593fad88601518ba376c71b3611 | ed9ecdcba4932c1adacac9218c83e19f71695658 | /CJAudioEngine/trunk/CJAudioEngine/IOpenAL.cpp | 48ec336123cdf48ca13f0d58bca21e0b87fe2275 | [] | no_license | karansapra/futurattack | 59cc71d2cc6564a066a8e2f18e2edfc140f7c4ab | 81e46a33ec58b258161f0dd71757a499263aaa62 | refs/heads/master | 2021-01-10T08:47:01.902600 | 2010-09-20T20:25:04 | 2010-09-20T20:25:04 | 45,804,375 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 255 | cpp | #include "IOpenAL.h"
CRITICAL_SECTION * IOpenAL::_openal_access = 0;
IOpenAL::IOpenAL(void)
{
if (_openal_access==0)
_openal_access = new CRITICAL_SECTION;
InitializeCriticalSection(_openal_access);
}
IOpenAL::~IOpenAL(void)
{
}
| [
"clems71@52ecbd26-af3e-11de-a2ab-0da4ed5138bb"
] | clems71@52ecbd26-af3e-11de-a2ab-0da4ed5138bb |
15de54960965e418e80feeeb012ded4dc31933bf | 6b0557c55c98c8daf161313c34afea0991802815 | /gomoku/Rules/NotEmptyRule.h | 12bce391cbc92a69c4ef83deed0ec8d11ea83071 | [] | no_license | CedricFamin/gomoku-epitech | fc4247d09921a25ca67e714e504d9bb63f710886 | e0d319a49c7f7a3e2cbc719959244b3e0d534cc3 | refs/heads/master | 2023-08-08T05:45:26.539216 | 2012-07-26T09:45:07 | 2012-07-26T09:45:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 437 | h | #ifndef _NOTEMPTYRULE_H_
# define _NOTEMPTYRULE_H_
#include "Goban.h"
#include "Referrer.h"
#include "IRule.h"
namespace Rules
{
class NotEmptyRule :public IRule
{
public:
NotEmptyRule(void);
virtual ~NotEmptyRule(void);
virtual void enable();
virtual void disable();
virtual bool isEnable() const;
vir... | [
"cedric.famin@gmail.com"
] | cedric.famin@gmail.com |
88f6844dd8edcf788dc82449ce1fd992f58ee178 | 6ea6e15278dcab7ad092db3333046d1668c95076 | /libs/tensorflow/include/tensorflow/core/debug/debug_service.grpc.pb.cc | c391677d6da8a5b2bfa47f773d65a8686693c4d7 | [
"Apache-2.0"
] | permissive | leozimmerman/ofxMSATensorFlow | 6d7ca5ad6b1e9f28f5aecb166a0600d5701e5619 | 9272d694651d29e3c43b8432622606fc964bc307 | refs/heads/master | 2020-03-27T05:41:05.556279 | 2018-10-23T16:08:50 | 2018-10-23T16:08:50 | 146,039,573 | 1 | 0 | Apache-2.0 | 2018-08-24T21:00:57 | 2018-08-24T21:00:56 | null | UTF-8 | C++ | false | true | 6,753 | cc | // Generated by the gRPC C++ plugin.
// If you make any local change, they will be lost.
// source: tensorflow/core/debug/debug_service.proto
#include "tensorflow/core/debug/debug_service.pb.h"
#include "tensorflow/core/debug/debug_service.grpc.pb.h"
#include <grpcpp/impl/codegen/async_stream.h>
#include <grpcpp/impl... | [
"leozimmerman@gmail.com"
] | leozimmerman@gmail.com |
c389f2104d9aa49ca1ce0f21982919b236e8d822 | 9d21fc5393d8dc2190e799d69e2eb6cab3873eff | /L3_Utils/src/scheduler_task.cpp | 07a35b41324d7d60f57505b902f97ee317caac09 | [] | no_license | will-zegers/CmpE-146-LED-Display | cbaba34ef3f8d3174d5926db09faae9a662e2b42 | 2a2266c60e9540ce6bb9a54e75667da34b33ed1f | refs/heads/master | 2021-01-20T21:56:47.775604 | 2014-12-05T20:28:31 | 2014-12-05T20:28:31 | 27,582,145 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 13,974 | cpp | /*
* SocialLedge.com - Copyright (C) 2013
*
* This file is part of free software framework for embedded processors.
* You can use it and/or distribute it as long as this copyright header
* remains unmodified. The code is free for personal use and requires
* permission to use in a commercial p... | [
"will.zegers@gmail.com"
] | will.zegers@gmail.com |
e78205bfba57e4d5b37034d8ebc00219d5704593 | f850f4feac97802343696c27fef817575cdc16b0 | /GB-templates.cpp | f6fd3c2dfedddff1d4c07bfe24a9c5836574e260 | [] | no_license | avoin/SenecaOOP344-attic | 1549ae66d7115271140373ce4930269867e24001 | d8bfa3fd1a569c9f7f04f2e06f9435a8870c575a | refs/heads/master | 2020-12-28T22:01:18.391838 | 2014-02-06T16:43:05 | 2014-02-06T16:43:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,629 | cpp | #include <iostream>
using namespace std;
template <typename T>
class Pt2d {
public:
Pt2d() {}
Pt2d(T x, T y) { _x = x; _y = y; }
Pt2d(const Pt2d& p) : _x( p._x ), _y( p._y ) {}
T getX() { return _x;}
T getY() { return _y;}
void setX(T x) { _x = x; }
void setY(T y) { _y = y; }
private:
T _x;
T _y;
};
... | [
"john.blair@matrix.senecac.on.ca"
] | john.blair@matrix.senecac.on.ca |
6896269b38fc810efafe6902bce8f5d3637eefb4 | de30ca7219b3573a21086579b7cc665ce46b481e | /main.cpp | bdbd4d93470868f863b0739d9dbc3641ba4af7c1 | [] | no_license | DanielCroos/TicTacToe | bfa1c49c842c0e03c8b46f583801d8b1a254fd14 | 3d54e7dc80a18460093805998cad3c417b2dc03c | refs/heads/master | 2023-08-03T09:52:17.920048 | 2021-09-20T17:29:53 | 2021-09-20T17:29:53 | 266,924,279 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,136 | cpp | //
// main.cpp
// TicTacToe
//
// Created by Daniel Croos on 2020-03-18.
// Copyright © 2020 Daniel Croos. All rights reserved.
//
#include <iostream>
void print_board(char* test);
int place(int counter,char* array, bool* placed);
char check_win(char* array);
class score{
private:
int win;
int lost;
... | [
"croosdaniel@gmail.com"
] | croosdaniel@gmail.com |
8ffd41862c038c2cbd562edd59a89cdadd31cfc7 | cd5683a9865f59424d1b890f66717175e9700561 | /2010122195HW2.cpp | 43e3fd3e6016c93694e4090bd7a1c944a45973e6 | [] | no_license | sanghyub/Algo | 3ff911b029fc2bf9e389c0d6ca2737a9305caca6 | 4a4100cd5692a8b629135b500f155d4ba79bcdc3 | refs/heads/master | 2021-06-17T21:20:12.531329 | 2017-06-19T15:01:46 | 2017-06-19T15:01:46 | 85,571,279 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 722 | cpp | #include<cstdio>
#include<map>
using namespace std;
int arr[1000001], tree[1000001], lcnt[1000001], rcnt[1000001];
long long result = 0;
int query(int i) {
int sum = 0;
while (i > 0) {
sum += tree[i];
i -= (i&-i);
}
return sum;
}
void update(int i, int num) {
while (i <= 1000001) {
tree[i] += num;
i += (... | [
"sanghyub91@gmail.com"
] | sanghyub91@gmail.com |
c74debab01832ae5a7aadb4d0f3e4a9a4764ad89 | 4831196dad99c31472b5f68b132defd103848ebe | /source/ui/viewport.h | c793a33fac3835e8b27e7e6114f779f55fd435ec | [] | no_license | dundeegames/opengl-coursework-demo | 91ac1693278857f5267b204b2fdd71654c9cdfe9 | f68990dace082e8993f555e818e989b4c51050a8 | refs/heads/master | 2021-04-22T12:30:38.109662 | 2015-04-25T22:02:52 | 2015-04-25T22:02:52 | 75,505,439 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,260 | h | ////////////////////////////////////////////////////////////////////////////////
/**
* \file viewport.h
* \brief Viewport class - AG0800A Graphics Programming
*
* \details Handels the position, size, coordinate system and camera
* of renderable area
*
* \author Jiri Klic
* \version 1.0
... | [
"jiri.klic@dundeegames.com"
] | jiri.klic@dundeegames.com |
bb82029013ecde237cef75f072340ee07b422db8 | 022abb0db5fac7e84619d6475f036cab3a623683 | /ciratefi/ciratefiAlgorithm.h | ff2e5a9112d3660ed47fc95136d123d93c30557b | [] | no_license | jason90330/ciratefi | 710fffb9de3e9bc2969308ae2cde82753dd77169 | a01229a370d156eb1df6765cc2097242c3822a53 | refs/heads/master | 2020-04-28T01:12:45.350396 | 2014-03-13T19:01:09 | 2014-03-13T19:01:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,186 | h | #ifndef __CIRATEFIALGORITHM_H__
#define __CIRATEFIALGORITHM_H__
namespace Ciratefi
{
class CorrData
{
public:
CorrData(int row, int col, int scale, int angle, double coefficient):_row(row),_col(col),_scale(scale),_angle(angle),_coefficient(coefficient){}
double GetCoefficient(){return _coefficient;}
int Get... | [
"andy79923@gmail.com"
] | andy79923@gmail.com |
c1e9c7112eb9118a76a6486794cb59a9350959d8 | 057a0f70fa3e057d84b3ccfb7722d839c47834fb | /Bank Management System/Bank.cpp | a3e95f88bc11d955c991944b1f98ada778c18e40 | [] | no_license | OtemPsych/Bank-Management-System | 68485ab81954b1636d420b6eba4178379c5a8853 | c58a5593c6892d56e6c16556990eecc84267afc7 | refs/heads/master | 2021-01-25T12:20:56.373742 | 2015-06-10T19:57:16 | 2015-06-10T19:57:16 | 31,369,541 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,125 | cpp | #include "Bank.h"
#include "Checking.h"
#include "Savings.h"
#include <iostream>
#include <fstream>
#include <cctype>
#include <algorithm>
#include <iomanip>
// Constructor
Bank::Bank()
: mAccFilename("Bank Accounts.dat")
, mTimeFilename("Time Passed.dat")
{
// Accounts File
try {
std::ifstream fin(mAccFilename... | [
"gleglakos.filippos@gmail.com"
] | gleglakos.filippos@gmail.com |
425b8d79464bddd32162109f0d38d87359ad3b98 | f31c1b9b22aab0f3e1d2479f72d4845012d120cb | /Point.cpp | 3b5a987e3ccf9e7b2718dfdf002e84c2bd03ea32 | [] | no_license | edwin-rachman/Tugas-Grafika-Kelompok-7 | 63d69c3c32fa867fd49221a59b00b70d395fc4a4 | a2806a1c14bfe1e9cec441d1cad9855f54c429a1 | refs/heads/master | 2021-05-15T04:35:14.746482 | 2018-01-29T02:40:44 | 2018-01-29T02:40:44 | 118,908,488 | 0 | 0 | null | 2018-01-28T11:01:27 | 2018-01-25T12:11:21 | C++ | UTF-8 | C++ | false | false | 322 | cpp | #include "Point.h"
Point::Point() {
this-> x = 0;
this-> y = 0;
}
Point::Point(int x, int y) {
this-> x = x;
this-> y = y;
}
int Point::GetX() {
return this->x;
}
int Point::GetY() {
return this->y;
}
void Point::SetX(int x) {
this-> x = x;
}
void Point::SetY(int y) {
this-> y = y;... | [
"spy.tech23@gmail.com"
] | spy.tech23@gmail.com |
5f9694c9ebcc8ef4c474f185798e0ca7a0bc5218 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14330/function14330_schedule_1/function14330_schedule_1_wrapper.cpp | 5c9218a9d9a3e104f61182b3bd23c7eb82df7f2a | [] | 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,260 | cpp | #include "Halide.h"
#include "function14330_schedule_1_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(256);
Halide::Buffer<int32_t> buf01(256);... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
d88c659a935cc9171c6720fe70a8b44fd0213a25 | e2c68be5d872eee6303a38fb876ea850f6615320 | /RelationWindow.h | 13f26aea633cbd8f193a4bb0972ddf2f452eb46d | [] | no_license | tmarcille/LO21_Plurinotes | 8b24a193773feb4549e5a12879367cb8a2d1b836 | 030bd27c65e95b3211a8f1475bd031512fce2359 | refs/heads/master | 2020-12-30T12:56:34.138295 | 2017-11-11T10:49:08 | 2017-11-11T10:49:08 | 91,378,669 | 0 | 1 | null | 2017-06-15T17:44:04 | 2017-05-15T19:52:36 | C++ | UTF-8 | C++ | false | false | 4,426 | h | #ifndef RELATIONEDITOR_H
#define RELATIONEDITOR_H
#include <QWidget>
#include "RelationManager.h"
#include<QDialog>
#include<QDialogButtonBox>
#include <QListWidget>
namespace Ui {
class RelationEditor;
}
/**
* \brief Fenetre des relations
* \details Permet de créer des relations, de les supprimer et d'y ajouter d... | [
"theo.marcille@gmail.com"
] | theo.marcille@gmail.com |
d5843dae0303e3d5f090ed1d3bc7a51326cb7ac4 | a5faf04584e7eb5e4efcc588029d2a66af002529 | /src/weapon.hpp | 6b0f282827c9e9c8dd6452d2ecce1da4c6a27de3 | [] | no_license | samurotko/dungeon_project | 922f53ba721cba627f5ddc9ecef19fc8c8656f46 | ab381c8b72a4398445f5e713d809ed82924da25f | refs/heads/main | 2023-02-02T21:23:02.635497 | 2020-12-20T16:47:11 | 2020-12-20T16:47:11 | 323,120,019 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 468 | hpp | #pragma once
#include "item.hpp"
class Weapon : public Item
{
public:
Weapon();
virtual ~Weapon();
virtual void update(const float &dt);
virtual void render(sf::RenderTarget *target);
void setCurAnimation(std::string animationName);
int getRange();
int getDamage();
protected:
Animation... | [
"samu.rotko@aalto.fi"
] | samu.rotko@aalto.fi |
c8aa6201fb9704a31019b724f75e39d4ee7bc2f4 | 73ac863418e22676a39dc4f72fc3b156c139dc33 | /Rover_GUI/Comunicacion_SerialForm.h | 1d7ecfa589c850928fd1c5cc7c773a454838231f | [] | no_license | Dust94/Rover_Control_Station | 5324db20ffc745bac06cd9f1656129b69f79db59 | 453dfaaf906ccd8318bc4e989fdba2548ced9aa2 | refs/heads/master | 2020-07-02T02:42:11.938841 | 2016-12-10T15:25:42 | 2016-12-10T15:25:42 | 74,328,945 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,458 | h | #pragma once
namespace Rover_GUI {
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;
using namespace System::IO::Ports;
using namespace System::Collections:... | [
"KevinDustinSalvatore@DUSTIN_LANDAURO"
] | KevinDustinSalvatore@DUSTIN_LANDAURO |
3ae7619abab71efb65b60bfdb616d94445013633 | 9317a8c5ba897f174e753b1a5f41638763791146 | /grader/src/comparator.cpp | 03b430fc64e82c5bb17cb601dd43a70fcdea8425 | [] | no_license | oma378501/juez-virtual-olimpistas | 7305c1dde6a83e491bfb7ed0d6c0f5016daa6bea | 60a2c38560a33dfa1e16dffc1e1fca5dcb771055 | refs/heads/master | 2021-01-10T05:52:23.010142 | 2013-12-06T18:22:29 | 2013-12-06T18:22:29 | 53,007,861 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,014 | cpp | #include "comparator.h"
#include "glog/logging.h"
Comparator::Comparator()
{
}
Comparator::Comparator(const Comparator& orig)
{
}
Comparator::~Comparator()
{
}
template<typename InputIterator1, typename InputIterator2>
bool Comparator::rangeEqual(InputIterator1 first1, InputIterator1 last1,
... | [
"daniela11290@gmail.com"
] | daniela11290@gmail.com |
196f920919bf4635b3cffcf42e8c684f776cd2d0 | c86093a774007b2b813fd61d80de1d5ed00bc139 | /dc-sd/xmil.cpp | 0cea34cdc47984d3771c9da67755c855c163a125 | [] | no_license | histat/dc-xmil | a4fb8bd94f30875c31dd3e73420893dd547b64d6 | 0955434eea903b09d419b863b4549aeb0ec4a1af | refs/heads/master | 2021-01-21T12:46:29.386094 | 2013-06-20T18:05:18 | 2013-06-20T18:05:18 | 9,320,277 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,224 | cpp | #include "compiler.h"
#include "xmil.h"
#include "dosio.h"
#include "joymng.h"
#include "mousemng.h"
#include "scrnmng.h"
#include "soundmng.h"
#include "sysmng.h"
#include "scrndraw.h"
#include "dckbd.h"
#include "ini.h"
#include "z80core.h"
#include "pccore.h"
#include "iocore.h"
#include "timing.h"
#include "debugsu... | [
"histat.users@gmail.com"
] | histat.users@gmail.com |
9946983af1b895d38804f2647fea9f5f66a5df48 | 2e682fd72e3feaa70e3f7bf2a3b83c50d783ec02 | /PyTorch/contrib/cv/semantic_segmentation/UNet_for_PyTorch/infer/mxbase/src/UNet.cpp | 01841bbb2ff94edfe14e391b697b4ab6d2d8d007 | [
"BSD-3-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"MIT",
"GPL-1.0-or-later",
"Apache-2.0",
"BSD-2-Clause",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Ascend/ModelZoo-PyTorch | 4c89414b9e2582cef9926d4670108a090c839d2d | 92acc188d3a0f634de58463b6676e70df83ef808 | refs/heads/master | 2023-07-19T12:40:00.512853 | 2023-07-17T02:48:18 | 2023-07-17T02:48:18 | 483,502,469 | 23 | 6 | Apache-2.0 | 2022-10-15T09:29:12 | 2022-04-20T04:11:18 | Python | UTF-8 | C++ | false | false | 9,210 | cpp | /**
* Copyright 2022 Huawei Technologies Co., Ltd
*
* 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... | [
"wangjiangben@huawei.com"
] | wangjiangben@huawei.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.