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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
677f9dcebfe1cba248ee514e1f185a2f96d787eb | db3018e97021f323b47f2197a9f8fc15b0b02e4f | /demo/c++/c++ primer/has_ptr_v2.cpp | eae5cca446fca628b68bc7d3fc53d7fcd9e44fe4 | [] | no_license | dokey4444/busybox | a9c506c8c743c8260e0785247d8098dcf8250bff | f335e91abfef00776cdac9405498d254f6182cc6 | refs/heads/master | 2021-01-17T02:13:51.827287 | 2019-01-10T10:01:30 | 2019-01-10T10:01:30 | 81,063,978 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,114 | cpp | /*
// =====================================================================================
//
// Filename: has_ptr.cpp
//
// Description: 使用引用计数的方式实现智能指针,智能指针无需手动销毁
//
// Version: 1.0
// Created: 10/10/2012 10:10:45 AM
// Revision: none
// Compiler: g++
//
// Author... | [
"elwin.gao4444@gmail.com"
] | elwin.gao4444@gmail.com |
0684a4382ed05407cd35e2e22544a0ed202d0310 | 4151e90c729b043e530111ada1d9a50f4fe7da65 | /dialoghistogramequalization.cpp | ddcf0f553cd6d97a9c266683fc9b025f3af620c7 | [] | no_license | andrew-k-21-12/aioi3 | d7c5593fa711434b6a2e0c4a0fe10de88d780398 | 84491001171b19a586d59e97b30462e33e69566d | refs/heads/master | 2020-04-05T23:45:28.115055 | 2016-06-13T22:55:57 | 2016-06-13T22:55:57 | 61,093,089 | 0 | 0 | null | 2016-06-14T05:02:02 | 2016-06-14T05:02:02 | null | UTF-8 | C++ | false | false | 590 | cpp | #include "dialoghistogramequalization.h"
#include "ui_dialoghistogramequalization.h"
DialogHistogramEqualization::DialogHistogramEqualization(QWidget *parent) :
QDialog(parent),
ui(new Ui::DialogHistogramEqualization)
{
ui->setupUi(this);
}
DialogHistogramEqualization::~DialogHistogramEqualization()
{
... | [
"kazark@list.ru"
] | kazark@list.ru |
62bd50b5608f7312ef06132b6b7cf6ea89c3c8b0 | 16da213ad5292094c1feb294996b298b269d39cb | /src/Tests/Calibration/CalibrationTest.h | 337d9127bccf9878c87e3ab2a5c4d59cd33b94af | [
"MIT"
] | permissive | ReneHerthel/ConveyorBelt | 05f6cfcf5cabd7107f67c8f23280cf1f1fb22a96 | 285ae6c0ad018bcf4a231e94221e9d4eb22f6f44 | refs/heads/master | 2021-01-23T03:37:46.620223 | 2017-06-29T08:22:42 | 2017-06-29T08:22:42 | 86,105,333 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 397 | h | //
// Created by Silt on 23.04.2017.
//
#ifndef SE2_CAL_TEST_H
#define SE2_CAL_TEST_H
#include "../TestFramework/TestCase.h"
#include "../TestFramework/TestFramework.h"
#include <iostream>
class CalibrationTest : public TestCase {
public:
CalibrationTest(int id, std::string brief): TestCase(id, brief){};
protec... | [
"sebastian.brueckner@haw-hamburg.de"
] | sebastian.brueckner@haw-hamburg.de |
7a2b995ac19ed6bd2a154decb496ca9f9bf88908 | 22cbba11cad8b4af9b5dc240919468284a16cd77 | /EFNoc/EFNocDataStructures/CommunicationGraph.h | 628b1a7b8920e24a8d0ffc77d0a7bb707b284c60 | [] | no_license | YanivFais/EFNoC | c7348a15edd3dbbe2387765f50c6cc46acaa1e01 | 1af862b492e7c03c1414318f1c798a8cbf12781b | refs/heads/master | 2022-04-13T10:12:11.126511 | 2020-04-12T06:15:43 | 2020-04-12T06:15:43 | 254,613,249 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,005 | h | #pragma once
#include "EFNocGraph.h"
#include <ostream>
#include <string>
class CommunicationGraph : public EFNocGraph
{
public:
CommunicationGraph (void);
void SetReverseEdgesOffset(int reverseEdgeOffset);
// serialize and de-serialize
bool InitFromFiles (const char * commGraphFileName);
bool WriteToFiles (... | [
"YanivFais@users.noreply.github.com"
] | YanivFais@users.noreply.github.com |
629f28420b738be7612ba9f5683ddaf6c65ce447 | a480dcee2b8c2852fe10b545dd45053e918a689a | /fboss/agent/hw/sai/api/SaiAttribute.h | f7acdeb6ada4aba34f1c04db87c0af641a8b9445 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | phshaikh/fboss | c6951c3ed535cbbfc2b4851e77a798174746781f | 05e6ed1e9d62bf7db45a770886b1761e046c1722 | refs/heads/master | 2020-03-23T22:48:35.116337 | 2020-03-21T01:44:12 | 2020-03-21T02:04:20 | 142,198,903 | 1 | 0 | null | 2018-07-24T18:39:16 | 2018-07-24T18:39:15 | null | UTF-8 | C++ | false | false | 15,919 | h | /*
* Copyright (c) 2004-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
#pra... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
2b261288364fd7c7b8bcf2602ae3d5d73e46d717 | 30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a | /contest/1542577789.cpp | 8d8ecacc6d36896df9811223ea9d231de028b759 | [] | no_license | thegamer1907/Code_Analysis | 0a2bb97a9fb5faf01d983c223d9715eb419b7519 | 48079e399321b585efc8a2c6a84c25e2e7a22a61 | refs/heads/master | 2020-05-27T01:20:55.921937 | 2019-11-20T11:15:11 | 2019-11-20T11:15:11 | 188,403,594 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,464 | cpp | /*#include<cmath>
#include<cstdio>
#include<cstdlib>
using namespace std ;
#define For( i , _begin , _end ) \
for( int i = (_begin) , i##end = (_end) ; i <= (i##end) ; ++i )
#define Lop( i , _begin , _end ) \
for( int i = (_begin) , i##end = (_end) ; i >= (i##end) ; --i )
#define Rep( i , _begin ,... | [
"harshitagar1907@gmail.com"
] | harshitagar1907@gmail.com |
1ddefef48305b7aefabf77330691a96cc407fd2b | 2e66f52d1d00907b78be6991c53c2baaedf7bec0 | /ZombieGame/Gun.h | c8e3f86c1ca0fca33b3055757deee0de8685eaf8 | [] | no_license | royel21/RCWorks | 4f4156edd4125688a5ce3287bcaf3f9cb4cfa43a | bd62227f1e9f0a5684b5e1734b8af4872ee4bcb8 | refs/heads/master | 2020-06-29T02:17:47.727937 | 2019-08-05T03:40:53 | 2019-08-05T03:40:53 | 200,409,025 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 929 | h | #pragma once
#include <PlutusEngine/all.h>
#include <string>
#include <vector>
#include <glm.hpp>
#include "PLayer.h"
#include "Bullet.h"
class Gun
{
private:
std::string _gunName;
PlutusEngine::GLTexture _texture;
glm::vec2 _position;
int _width, _height;
int _fireRate;
float _spread; // Accuracy
float _bull... | [
"royelconsoro@hotmail.com"
] | royelconsoro@hotmail.com |
cf5d5188a4e49c8946c0e61d83818e1ffe2cda1c | 162b9cb953038b59c9c39bc1c57894014f7532ca | /src/state.hpp | e6520b883d05657026994049a4482358efd7dd81 | [
"MIT"
] | permissive | guidanoli/hangman | 533ecd5f8d1cb46b88de20c309249a555f69a6e2 | 4b41aa88fea613e04527783813a1bb362508b50d | refs/heads/master | 2022-11-18T01:31:26.400380 | 2020-07-21T17:46:55 | 2020-07-21T17:46:55 | 281,395,646 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 561 | hpp | #ifndef HANGMAN_STATE_H
#define HANGMAN_STATE_H
#include <string>
#include <set>
namespace hangman
{
enum class GuessResult
{
CORRECT,
INCORRECT,
DUPLICATE
};
class State
{
private:
std::string m_word;
std::set<char> m_correct_guesses;
std::set<char> m_incorrect_guesses;
public:
State(std::stri... | [
"guidanoli@hotmail.com"
] | guidanoli@hotmail.com |
ed04ff2c22f9e2d0f6f11288596f9b2d4441dea0 | aaa134f8715fe8f1c34bdc81e79b9a9af049af45 | /Effluvium_UE4/Source/Effluvium_UE4/Effluvium_UE4Character.cpp | 0764d20c83875d1bd4cc8a6a5afd96130db84c77 | [
"MIT"
] | permissive | robertjdoig/effluvium | 5752f824836b8ad5ea913fadb3b7f9ad272b6a95 | 16244072a114c2c394fde329490f05493ade1d37 | refs/heads/master | 2021-01-13T01:18:07.744616 | 2017-05-05T09:56:23 | 2017-05-05T09:56:23 | 81,444,623 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,917 | cpp | // Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
#include "Effluvium_UE4.h"
#include "Effluvium_UE4Character.h"
#include "Effluvium_UE4Projectile.h"
#include "Animation/AnimInstance.h"
#include "GameFramework/InputSettings.h"
#include "Kismet/HeadMountedDisplayFunctionLibrary.h"
#include "MotionControllerC... | [
"robertjdoig@hotmail.co.uk"
] | robertjdoig@hotmail.co.uk |
76eb998974bd63f1b8ac251a03b6a6419287a9a7 | ee238d4109a15e5f80a81fb6abf2629e9d9c5c6e | /lib/BasisRecursion/HyperCubicShape.cpp | 11b0bd4b2be638d1cc2f7b28d6f79d2547569484 | [] | no_license | rngantner/WaveBlocksND | 1059c05cd2b11fbfa27d9122ca942f7fe7533fae | 664896a731058cd7bb1f028e3f2b92043b87950b | refs/heads/master | 2021-01-17T21:59:29.722832 | 2012-10-04T15:55:37 | 2012-10-04T15:55:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,778 | cpp | #include <Eigen/Core>
//#include "boost/python.hpp"
#include "HyperCubicShape.h"
#include "convenienceFunctions.h"
#include <boost/python.hpp>
#include <boost/python/suite/indexing/map_indexing_suite.hpp>
//
// boost::python stuff
//
#ifdef PYTHONMODULE
using namespace boost::python;
BOOST_PYTHON_MODULE(HyperCubicSh... | [
"rngantner@gmail.com"
] | rngantner@gmail.com |
a4398a90ddb5241cc94bf0a2a46dc709d5f0e2fa | fa8d6d7d2c30de360c4f0bbcaa59167fcd582a03 | /THACO/thaco_ouija.cpp | 2d47528a35700e97b4cfb5b9628aba0c1b747d23 | [] | no_license | JodsintZ/roadtotoi | 0a699b5cbafa577696d0d20b3f7c977914c6b751 | e336227d34392af379632cb40d449727539976d5 | refs/heads/master | 2023-07-16T12:23:06.194672 | 2021-08-31T11:35:16 | 2021-08-31T11:35:16 | 212,324,761 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 335 | cpp | #include <bits/stdc++.h>
#define long long long
#define pii pair<int,int>
#define x first
#define y second
#define tii tuple<int,int,int>
using namespace std;
const int M = 1e9+7;
int n, m, ta, tb;
int main() {
scanf("%d %d", &n, &m);
for(int i = 0; i < m; i++) {
scanf("%d %d", &ta, &tb);
}
... | [
"jodsint@gmail.com"
] | jodsint@gmail.com |
7ff4e777d4b7f59e3b080e4ecfe7e59b08b2fb9f | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/drivers/storage/volsnap/vss/server/modules/coord/src/lovelace.cxx | 681466732ced88f245ab3f9b672cf1baba6b711e | [] | 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 | 23,697 | cxx | /*++
Copyright (c) 1999 Microsoft Corporation
Module Name:
Lovelace.cxx
Abstract:
Definition of CVssQueuedVolume
Adi Oltean [aoltean] 10/20/1999
TBD:
Add comments.
Revision History:
Name Date Comments
aoltean 10/20/1999 Created
--*/
#include "stdafx.hxx"
#includ... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
6703dcd1b2a566ad448ddc8d6eea0437fcb22eff | 0c117da3fa5e4f2b8e6f642f29b54e3e2f24f1ba | /2012/1.1/lights.cpp | c2e5991fded38406092e6b95b11cb361bb91099c | [] | no_license | pavel-zeman/HackerCup | 585094c5b4d0ae96261001ea2cae7f835c73f150 | d780ed196d59cff8aa8f0c389643b2e60e7f676b | refs/heads/master | 2021-09-08T07:42:33.298408 | 2021-09-01T09:51:16 | 2021-09-01T09:51:16 | 14,663,936 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,846 | cpp | #include <stdio.h>
#include <string.h>
#include <limits.h>
#include <math.h>
#include <stdlib.h>
#include <ctype.h>
#include <assert.h>
#define FOR(c, m) for(int c=0;c<(m);c++)
#define FORE(c, f, t) for(int c=(f);c<(t);c++)
int r, c;
char input[32][32];
char current[32][32];
void sw(int i, int j) {
current[i][j... | [
"pavel@pavel"
] | pavel@pavel |
293eebff71135cc807253fa8bb98d09ae962162d | d4c720f93631097ee048940d669e0859e85eabcf | /chromecast/cast_core/runtime/browser/runtime_service_impl.h | cedbad3e71178a487a0d2fb67a2be85fa5aac034 | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 3b920d87437d9293f654de1f22d3ea341e7a8b55 | refs/heads/webnn | 2023-03-21T03:20:15.377034 | 2023-01-25T21:19:44 | 2023-01-25T21:19:44 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 5,777 | h | // Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROMECAST_CAST_CORE_RUNTIME_BROWSER_RUNTIME_SERVICE_IMPL_H_
#define CHROMECAST_CAST_CORE_RUNTIME_BROWSER_RUNTIME_SERVICE_IMPL_H_
#include <memory>
#include "base/mem... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
39623909af5dccc1a2063edbf78c73373783a99b | 5898d3bd9e4cb58043b40fa58961c7452182db08 | /part2/ch06/6-2-3-char/src/char.cpp | 402cd9ad8c9bfc56d5d074fe9689baa34309e665 | [] | no_license | sasaki-seiji/ProgrammingLanguageCPP4th | 1e802f3cb15fc2ac51fa70403b95f52878223cff | 2f686b385b485c27068328c6533926903b253687 | refs/heads/master | 2020-04-04T06:10:32.942026 | 2017-08-10T11:35:08 | 2017-08-10T11:35:08 | 53,772,682 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 388 | cpp | /*
* char.cpp
*
* Created on: 2016/04/09
* Author: sasaki
*/
#include <iostream>
using namespace std;
void inval()
{
cout << "inval():\n";
for (char c; cin >> c; )
cout << "the value of '" << c << "' is " << int{c} << '\n';
}
void digits()
{
cout << "digits():\n";
for (int i=0; i!=10; ++i)
cout ... | [
"sasaki-seiji@msj.biglobe.ne.jp"
] | sasaki-seiji@msj.biglobe.ne.jp |
c1e172f841283fa2ff8cf6a9b40b2da659670e1a | e780ac4efed690d0671c9e25df3e9732a32a14f5 | /RaiderEngine/libs/PhysX-4.1/physx/samples/sampleframework/renderer/src/d3d11/D3D11RendererTexture2D.cpp | 6d1ba6beea6b4ca585ad8bfe8a420f5bf95e0c29 | [
"MIT"
] | permissive | rystills/RaiderEngine | fbe943143b48f4de540843440bd4fcd2a858606a | 3fe2dcdad6041e839e1bad3632ef4b5e592a47fb | refs/heads/master | 2022-06-16T20:35:52.785407 | 2022-06-11T00:51:40 | 2022-06-11T00:51:40 | 184,037,276 | 6 | 0 | MIT | 2022-05-07T06:00:35 | 2019-04-29T09:05:20 | C++ | UTF-8 | C++ | false | false | 11,098 | cpp | //
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions
// are met:
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in bin... | [
"rystills@gmail.com"
] | rystills@gmail.com |
c2d9265231e6dc4af78e43b3a33ecbbeaad32233 | fd57ede0ba18642a730cc862c9e9059ec463320b | /av/media/libstagefright/CallbackDataSource.cpp | 9d0cb0b23e9eb99c2e1fc08320fe46de075c0c79 | [
"LicenseRef-scancode-unicode",
"Apache-2.0"
] | permissive | kailaisi/android-29-framwork | a0c706fc104d62ea5951ca113f868021c6029cd2 | b7090eebdd77595e43b61294725b41310496ff04 | refs/heads/master | 2023-04-27T14:18:52.579620 | 2021-03-08T13:05:27 | 2021-03-08T13:05:27 | 254,380,637 | 1 | 1 | null | 2023-04-15T12:22:31 | 2020-04-09T13:35:49 | C++ | UTF-8 | C++ | false | false | 6,021 | cpp | /*
* Copyright 2015 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/LICENSE-2.0
*
* Unless required b... | [
"541018378@qq.com"
] | 541018378@qq.com |
fb15499c798598c0b71b63d13ceae90710579ca3 | 6d33b1bb5a0933297ed54ecc543be2d82921c048 | /Exp/mpctest-/NewFrame.cpp | 6379e53dcfb2318a8e0357859838a0c2a3e9d3c5 | [] | no_license | mapic91/MpcAsfTool | 404ebc20dcf5309a5d28775494e7f10bcc4e2659 | 4b7aa5df0feeac97540ea5f870304d4a61068d42 | refs/heads/master | 2022-11-29T20:01:04.905305 | 2022-11-17T13:38:38 | 2022-11-17T13:38:38 | 32,773,531 | 12 | 12 | null | null | null | null | UTF-8 | C++ | false | false | 2,848 | cpp | #include "NewFrame.h"
//(*InternalHeaders(NewFrame)
#include <wx/intl.h>
#include <wx/string.h>
//*)
//(*IdInit(NewFrame)
const long NewFrame::ID_STATICBITMAP1 = wxNewId();
const long NewFrame::ID_BUTTON1 = wxNewId();
const long NewFrame::ID_BUTTON2 = wxNewId();
const long NewFrame::ID_BUTTON3 = wxNewId();
const long... | [
"mapic91@163.com"
] | mapic91@163.com |
6ff9b343e74517063d95b3de7ec6e2b944f442e5 | a010029f9e059a4976405827fbc0b76819c7b611 | /chapter_6/c_6_22.cpp | f55245e59dd99430263a1ccd1b3d73f770d84ca9 | [] | no_license | Aaron-Chan/CppPrimer | 976106b8d2e8f564ec013022b088e16ca58f25fb | 0d7aff8d59d86ed7652caa3aad6a070c9bca84cd | refs/heads/master | 2021-02-05T04:36:17.770246 | 2020-03-14T06:35:02 | 2020-03-14T06:35:02 | 243,745,895 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 377 | cpp | #include <iostream>
#include <string>
#include <cctype>
using namespace std;
void swap(int *&p1,int *&p2){
int *temp = p1;
p1 = p2;
p2 = temp;
}
int main(){
int i = 10;
int j = 20;
int *p1 = &i;
int *p2 = &j;
swap(p1,p2);
cout << "i "<<i<<endl;
cout << "j "<<j<<endl;
cout << "p1 "<... | [
"1903682265@qq.com"
] | 1903682265@qq.com |
2d547e462308ddc3741c0dc954de18488700fa88 | 9608884c88e8915eca6235773a22ebb15aff8445 | /Raiden Project/ModuleStageClear1.h | 99a43a8de28e6252f867b06e3657e8640c243229 | [] | no_license | retsnom9/idk | 16e20a6027deaf2578e81757132706a33e2b318f | df829daa9d181319411396cb155a418250b50f35 | refs/heads/master | 2021-01-22T09:10:05.507972 | 2017-05-10T22:50:18 | 2017-05-10T22:50:18 | 81,935,029 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 495 | h | #ifndef __MODULESTAGECLEAR__
#define __MODULESTAGECLEAR__
#include "Globals.h"
#include "Module.h"
#include "SDL/include/SDL.h"
#pragma comment( lib, "SDL/libx86/SDL2.lib" )
#pragma comment( lib, "SDL/libx86/SDL2main.lib" )
class ModuleStageClear1 : public Module
{
public:
ModuleStageClear1();
~ModuleStageClear1();... | [
"retsnom797@gmail.com"
] | retsnom797@gmail.com |
fc5f554870739f7382a7811d161268f9029458f6 | c702357d201235f5a76deb90133dbc3a13c64736 | /llvm/tools/clang/include/clang/Basic/.svn/text-base/SourceLocation.h.svn-base | 36baf5feecce25591d444eff6f6b8604613f4b97 | [
"NCSA"
] | permissive | aaasz/SHP | ab77e5be297c2e23a462c385b9e7332e38765a14 | c03ee7a26a93b2396b7c4f9179b1b2deb81951d3 | refs/heads/master | 2021-01-18T11:00:14.367480 | 2010-01-17T23:10:18 | 2010-01-17T23:10:18 | 549,107 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,676 | //===--- SourceLocation.h - Compact identifier for Source Files -*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"aaa.szeke@gmail.com"
] | aaa.szeke@gmail.com | |
40fdcd8d3a5f29f03937b4ccfef932eada919a6b | 932a01d550331468cc4ca42910faad1485109815 | /src/agentTask.cc | 1cbf7ecfd54269b3f68cf093949deb882a4c323f | [] | no_license | eternally123/relay-server | 6c75646e3d916b4040bd2c1caeab505d8f0914c5 | 584374dfaec3b5552a1a31160b6a8d34bb97adb3 | refs/heads/master | 2020-07-29T08:26:43.595026 | 2019-09-20T07:20:41 | 2019-09-20T07:20:41 | 209,730,160 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 666 | cc | #include <agentTask.hpp>
#include <buffer.hpp>
#include "relayServer.hpp"
AgentTask::AgentTask(int srcId, int destId, int bufSize) {
m_srcId = srcId;
m_destId = destId;
m_bufSize = bufSize;
m_buf = new char[bufSize];
}
AgentTask::~AgentTask() {
if (m_buf != NULL)
delete[] m_buf;
}
int Age... | [
"hbag666@163.com"
] | hbag666@163.com |
05d1d90f11ba134c371eb7d1652f647ba5099231 | 2e62eded4a05a565aa67c2557fed94d2dd2965cf | /duilib/proj_menu/main.cpp | e773e2b9e4e9ecd6f48f8f24c30dd779828f83d6 | [] | no_license | jielmn/MyProjects | f34b308a1495f02e1cdbd887ee0faf3f103a8df8 | 0f0519991d0fdbb98ad0ef86e8bd472c2176a2aa | refs/heads/master | 2021-06-03T11:56:40.884186 | 2020-05-29T09:47:55 | 2020-05-29T09:47:55 | 110,639,886 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,610 | cpp | // win32_1.cpp : 定义应用程序的入口点。
//
#include "Windows.h"
#include "UIlib.h"
using namespace DuiLib;
#include "MenuUI.h"
#pragma comment(lib,"User32.lib")
class CDuiFrameWnd : public WindowImplBase
{
public:
virtual LPCTSTR GetWindowClassName() const { return _T("DUIMainFrame"); }
virtual CDuiStrin... | [
"jielmn@aliyun.com"
] | jielmn@aliyun.com |
50da3294d91ab1fbb442d857061ee9fe80114e11 | 09c65e31aa1dcc4ccc1bd26f1479f070690625df | /Pokemon Class/Versions/PokemonClassV1.1/PokemonClass.cpp | d5f6c793eec2060275e7fa632b1026ac5d02701c | [] | no_license | CSC17B-SPRING-2021/Pokemon | a0bd32528dcf767826ff8ddd500aa8ee9cdd604c | a51f5d927f2b674462b2066c986de65cb9a4635c | refs/heads/main | 2023-05-13T12:23:10.279201 | 2021-06-09T04:44:12 | 2021-06-09T04:44:12 | 346,554,959 | 1 | 0 | null | 2021-05-06T05:39:29 | 2021-03-11T02:33:20 | JavaScript | UTF-8 | C++ | false | false | 2,964 | cpp | #include "PokemonClass.h"
#include "iostream"
using namespace std;
//Default Pikachu constructor
Pikachu::Pikachu(){
pokeName = "Pikachu";
pokeType = "Electric";
healthStat = 35;
baseAttack = 55;
baseSpeed = 40;
baseDef = 30;
baseSpecial = 50;
pokemonNum = 025;
};
//Defulat Charmander constrcutor
Char... | [
"yuhuntter@gmail.com"
] | yuhuntter@gmail.com |
6f44de34a37b69531c96516be863f97b8690327c | 0b9f6534a99ff551f0006df78a24e8af30340580 | /Source/BackupFiles/KR_Hedge/ChartSHM/SaveChart.h | 096eff77cc48b0efebfbc2b4bcbb92efeebb8d7a | [] | no_license | jayirum/ChartProjSvr | 9bac49865d1e081de0cbd7559d0d2cbdd26279c2 | d69edfcb3ac3698e1bdfcf5862d5e63bb305cb52 | refs/heads/master | 2020-03-24T03:22:18.176911 | 2019-07-05T01:38:03 | 2019-07-05T01:38:03 | 142,416,528 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 528 | h | #pragma once
#include "../../IRUM_UTIL/BaseThread.h"
#include "../../IRUM_UTIL/sharedmem.h"
#include "../../IRUM_UTIL/Screwdb.h"
class CSaveChart : public CBaseThread
{
public:
CSaveChart(int chartTp, char* pzConfig);
~CSaveChart();
BOOL Initialize();
virtual VOID ThreadFunc();
BOOL LoadShm();
BOOL LoadShmWra... | [
"jay.bwkim@gmail.com"
] | jay.bwkim@gmail.com |
99343bcc6f39494f77c2003e958c2aea46b6fd29 | 2c65ca2f5307cf56bd0039f5b6f2e236862e963f | /R_DP/coin_change_total.cpp | ac16a6f74ea55b47f6957d04137b265c095a889b | [] | no_license | aaryan6789/cppSpace | e0af567cb37f2a151ad764f73221ec59fbefc491 | 53d79178e44df70d00c2039e0326a6be47ad14e9 | refs/heads/master | 2021-06-25T12:24:57.939582 | 2021-04-01T18:50:20 | 2021-04-01T18:50:20 | 216,731,462 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,175 | cpp | #include "_r_dp.h"
/** LeetCode M | 322 | CTCI
*
Suppose you are given the coins 1 cent, 5 cents, and 10 cents with N = 8 cents,
what are the total number of permutations of the coins you can arrange to obtain 8 cents.
Input : N=8 Coins : 1, 5, 10
Output : 2
Explanation: 1 way: 1 + 1 + 1 + 1 + 1 ... | [
"aaryan6789@gmail.com"
] | aaryan6789@gmail.com |
4da42cfc6a2f7cf56fb29dd35c0421af26b0d889 | c1e46ab779a04a1496742a443caac94574e1e446 | /FinalVersionMacros/Prompt4parameter/TurnOnRate/L1RateDisplacedPU.h | a9d46eebbdff25e0b52caea9ba65bef69afff0ce | [] | no_license | rpatelCERN/TSABoardDocumentation | 84d6f2db6b34530a55fb3142c1adf864cf04b8f7 | 5ba8671919f4bad972e710afd86941e6cddb9fb3 | refs/heads/master | 2020-07-02T05:59:36.839589 | 2019-10-03T10:44:14 | 2019-10-03T10:44:14 | 201,434,308 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,281 | h | //////////////////////////////////////////////////////////
// This class has been automatically generated on
// Mon Aug 26 15:21:13 2019 by ROOT version 5.34/37
// from TTree eventTree/Event tree
// found on file: MinBiasD41Extended.root
//////////////////////////////////////////////////////////
#ifndef L1RateDisplace... | [
"rpatel@cern.ch"
] | rpatel@cern.ch |
62d9c66b11b8becfa00b90a52194a70d3e77021d | e048e4be6556fe3d5e32385df9839639f4485d0d | /src/animator/SkDisplayTypes.h | 0ac57babea567fb8042e84aec0f329c35b661ec9 | [
"Apache-2.0"
] | permissive | voku/android_external_skia | 54512b0de5f9bf32f8d312e1da308fe6de566f16 | 759a5d9e079f604fb69d97db8b501b9c851e83d5 | refs/heads/gingerbread | 2021-01-16T20:47:00.656841 | 2011-07-06T10:11:16 | 2012-02-25T12:57:04 | 2,706,545 | 0 | 1 | NOASSERTION | 2020-12-16T16:46:42 | 2011-11-04T01:48:27 | C++ | UTF-8 | C++ | false | false | 3,458 | h | /* libs/graphics/animator/SkDisplayTypes.h
**
** Copyright 2006, 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/license... | [
"initial-contribution@android.com"
] | initial-contribution@android.com |
933492e384a7fca261f6b890ba2b21c51d734dad | 5ce3bee20160b3020b2a2a69c7f999a224330cbe | /numero aleatorio/main.cpp | 2364eb02bea30ecb690123981cb4bfee7881fd66 | [] | no_license | jcdp23/parcial-1 | 29e7c8cf90f0282d25d046fd5a3019768b838938 | faab9f23314eacff53646610cabe863e7d50b052 | refs/heads/master | 2021-01-01T05:13:27.563431 | 2016-05-18T03:55:47 | 2016-05-18T03:55:47 | 58,972,768 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 307 | cpp | #include <iostream>
#include<time.h>
#include<stdlib.h>
#include<stdio.h>
using namespace std;
int main()
{ srand(time(0));
int numero;
numero =50 + rand() % (100-50);
// % mpd
// rango inicial + numero generado
cout <<"valor de numero"<<numero<<"\n";
system("PAUSE");
return 0;
}
| [
"juancarlos_dubon_6@hotmail.com"
] | juancarlos_dubon_6@hotmail.com |
f3830ab80451d35fff53ca7467cfb859a5083c44 | 372c08821ef974438caa387eb83449144c670889 | /libs/GeomLib/OUAlgorithm.hpp | fc56f33d391fd1000c5334a886f0c256af490f76 | [
"MIT"
] | permissive | dekamps/miind | a20ecce2cc2f6961f58b62215d92ac080ee74aaa | b97ea5e86436dbb2a9fb3bcf7fb5e5c01b60be2f | refs/heads/master | 2023-06-23T03:44:21.018547 | 2023-06-21T14:39:20 | 2023-06-21T14:39:20 | 31,783,822 | 14 | 12 | null | 2019-05-30T12:25:29 | 2015-03-06T18:51:34 | C++ | UTF-8 | C++ | false | false | 5,636 | hpp | // Copyright (c) 2005 - 2010 Marc de Kamps
// 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 condition... | [
"scsmdk@leeds.ac.uk"
] | scsmdk@leeds.ac.uk |
4acfc9bd7a91f82ac049d173de0b77fa32edcaf3 | a545441c8a0e010637193be32dee0fedbff464a6 | /src/test/fuzz/utxo_total_supply.cpp | 7813b7854b1ea5dcdb9962f2d2a0ef8f9615b701 | [
"MIT"
] | permissive | YANGHONGEUN/bitcoin | 0771ad8b2190ef2972ea5f3838664b6bf15be65f | 452ea0a214456fabd4f3caed004e4d34d07d9a38 | refs/heads/master | 2023-05-26T01:52:27.975225 | 2023-05-08T22:25:24 | 2023-05-08T22:25:24 | 205,278,260 | 2 | 0 | MIT | 2019-08-30T01:07:45 | 2019-08-30T01:07:45 | null | UTF-8 | C++ | false | false | 6,552 | cpp | // Copyright (c) 2020 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <chainparams.h>
#include <consensus/consensus.h>
#include <consensus/merkle.h>
#include <kernel/coinstats.h>
#include <no... | [
"*~=`'#}+{/-|&$^_@721217.xyz"
] | *~=`'#}+{/-|&$^_@721217.xyz |
3163062687cef4bf61157cfa966e5eac465b4bb1 | 886b0e63a8e693b8d3b38b13e0b65604e29bf135 | /BINARY_TREE_TRAVERSALS.cpp | fd3cab75ff9fcb037e42c5cfa978fb55b608184f | [] | no_license | shubhamg931/Competitive-Algos-and-Data-Structures | 2d5c19804c2e54c71510cdac4365e0c0c7778cdd | 76bff2b3a2b1a86228f3e871413d90a4b54a5fce | refs/heads/master | 2021-06-07T16:26:42.376984 | 2020-10-02T08:40:07 | 2020-10-02T08:40:07 | 151,111,378 | 5 | 3 | null | 2020-10-02T08:40:09 | 2018-10-01T15:26:46 | C++ | UTF-8 | C++ | false | false | 1,142 | cpp | #include<bits/stdc++.h>
using namespace std;
class node{
public:
int val;
node* left;
node* right;
};
node* newNode(int val){
node* new_node = new node();
new_node->val = val;
new_node->left = NULL;
new_node->right = NULL;
return new_node;
}
void inorder_traversal(nod... | [
"sg270798@gmail.com"
] | sg270798@gmail.com |
5272088f9ad9861572ff96cd38170b3b4baae7aa | e0c9aa0a834a98fec92fb385b62d8cfb16eb13b6 | /AllInOne/AllInOne/bag1.h | 0f803c4d1efb19e8c731383ef25bb9f73ed5cb36 | [] | no_license | tanthua/AllInOne | 05878f58475da704bd11bc9e99304be7f2c91973 | 290b7bd6978b2ccc42c6366a702ceb670e3909e4 | refs/heads/master | 2021-01-17T20:33:44.081275 | 2016-07-02T05:51:52 | 2016-07-02T05:51:52 | 61,401,495 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,074 | h | #pragma once
// FILE: bag1.h
// CLASS PROVIDED: bag (part of the namespace tan_3)
//
// TYPEDEF and MEMBER CONSTANTS for the bag class:
// typedef ____ value_type
// bag::value_type is the data type of the items in the bag. It may be any of
// the C++ built-in types (int, char, etc.), or a class with a defaul... | [
"tanhua@csus.edu"
] | tanhua@csus.edu |
41ba78b35a35df1e8a498d3b9f5fe1304edfd07d | 413d09052e4e56db3647c9038d00fdac173c717a | /torch/csrc/distributed/rpc/init.cpp | 78b44bfc548f5634a2da2d5f1bfd0e46c19faee7 | [
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | keunhong/pytorch | 580bbea25d2519bbef9a0c35b99bded020b7594b | c235be42ddecc3c4e1cdf192ca2764455082c1c6 | refs/heads/master | 2021-03-14T12:36:46.123637 | 2020-03-12T06:29:34 | 2020-03-12T06:32:48 | 246,765,793 | 1 | 0 | NOASSERTION | 2020-03-12T07:03:33 | 2020-03-12T07:03:32 | null | UTF-8 | C++ | false | false | 20,727 | cpp | #include <torch/csrc/python_headers.h>
#include <torch/csrc/distributed/rpc/process_group_agent.h>
#include <torch/csrc/distributed/rpc/py_rref.h>
#include <torch/csrc/distributed/rpc/python_functions.h>
#include <torch/csrc/distributed/rpc/python_rpc_handler.h>
#include <torch/csrc/distributed/rpc/rpc_agent.h>
#inclu... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
7900c432256dfa22a468a8a383adeab669def238 | c51febc209233a9160f41913d895415704d2391f | /YorozuyaGSLib/source/CReturnGateCreateParam.cpp | e9be5fdc4a01becf938fbbb7fd2cba2119ace20e | [
"MIT"
] | permissive | roussukke/Yorozuya | 81f81e5e759ecae02c793e65d6c3acc504091bc3 | d9a44592b0714da1aebf492b64fdcb3fa072afe5 | refs/heads/master | 2023-07-08T03:23:00.584855 | 2023-06-29T08:20:25 | 2023-06-29T08:20:25 | 463,330,454 | 0 | 0 | MIT | 2022-02-24T23:15:01 | 2022-02-24T23:15:00 | null | UTF-8 | C++ | false | false | 1,107 | cpp | #include <CReturnGateCreateParam.hpp>
START_ATF_NAMESPACE
CReturnGateCreateParam::CReturnGateCreateParam(struct CPlayer* pkOwner)
{
using org_ptr = void (WINAPIV*)(struct CReturnGateCreateParam*, struct CPlayer*);
(org_ptr(0x1401684e0L))(this, pkOwner);
};
void CReturnGateCreateParam::... | [
"b1ll.cipher@yandex.ru"
] | b1ll.cipher@yandex.ru |
a970a8fb8e55a91b961be2e4c457f1bb079b6ee1 | c05f4620e3247ebeb6cc2b577a4ca8a125c82ab1 | /Actividades/A1.2.iterator/iterator.cpp | f02af6c6b432c9c3113819c8d119fe7bd4fd43c7 | [] | no_license | semylevy/A01023530_aymss18 | 4c6500fe71417fa86c1cd3021822d5b7a5b009e6 | bc9ccc55e27406866b0426027e83e9b8e0e5b4ed | refs/heads/master | 2021-05-12T14:35:41.104814 | 2019-01-14T19:53:30 | 2019-01-14T19:53:30 | 116,961,384 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,772 | cpp | #include <iostream>
using namespace std;
class IntCollection;
class Iterator {
protected:
IntCollection* collection;
int count;
public:
virtual bool hasNext() = 0;
virtual int next() = 0;
};
class IntCollection {
public:
virtual void add(int element) = 0;
virtual int at(int position) = 0;
... | [
"semylevy@hotmail.com"
] | semylevy@hotmail.com |
a91c081e475d9a3b57d3c1847a2bde301454a03e | d6258ae3c0fd9f36efdd859a2c93ab489da2aa9b | /fulldocset/add/codesnippet/CPP/p-system.windows.forms.w_4_1.cpp | 92e28ce6d069f519efa51052946634d90fb006c9 | [
"CC-BY-4.0",
"MIT"
] | permissive | OpenLocalizationTestOrg/ECMA2YamlTestRepo2 | ca4d3821767bba558336b2ef2d2a40aa100d67f6 | 9a577bbd8ead778fd4723fbdbce691e69b3b14d4 | refs/heads/master | 2020-05-26T22:12:47.034527 | 2017-03-07T07:07:15 | 2017-03-07T07:07:15 | 82,508,764 | 1 | 0 | null | 2017-02-28T02:14:26 | 2017-02-20T02:36:59 | Visual Basic | UTF-8 | C++ | false | false | 433 | cpp | // Navigates WebBrowser1 to the next page in history.
void ButtonForward_Click( System::Object^ /*sender*/, System::EventArgs^ /*e*/ )
{
this->WebBrowser1->GoForward();
}
// Disables the Forward button at the end of navigation history.
void WebBrowser1_CanGoForwardChanged( System::Object^ /*sen... | [
"tianzh@microsoft.com"
] | tianzh@microsoft.com |
f5cddda48e39ddb16d1f0221eaa8a698c5cf3353 | 820fd14cd7ff7e7cd676f138b0619c529509df2c | /HighResolutionPrinter/VecTextOBJ.cpp | 81b1be8276ef9e26cbb650c1463b8dd41dc8fca9 | [] | no_license | FREEWING-JP/TwoCharPrinter | 22273d66262906f41c4b23270dd3cd21f610b471 | 1e4bd7f13a9336e439fdb91f46a673ab7061daa5 | refs/heads/master | 2023-03-24T07:01:40.526066 | 2021-03-24T01:41:20 | 2021-03-24T01:41:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 751 | cpp | #include "VecTextOBJ.h"
CVecTextOBJ::CVecTextOBJ(void)
{
}
CVecTextOBJ::CVecTextOBJ(OBJ_Control obj,CVecTextOBJ VecTextObj)
{
strType1 = obj.strType1;
strType2 = obj.strType2;
intX = obj.intX;
intY = obj.intY;
intSW = obj.intSW;
intSS = obj.intSS;
strFont = obj.strFont;
strText = obj.strText;
booNEG = obj... | [
"57797239+zwjbrother@users.noreply.github.com"
] | 57797239+zwjbrother@users.noreply.github.com |
7bad16cd1734ca8b7e316cb3c9e5c059da2736f1 | b41f6e98f4f09494a1d06dc33102e6909700392c | /src/MainWindow.hpp | a9f6084cdec1b8f41651155951689bca07aae8d1 | [
"MIT"
] | permissive | marsiliano/qode | 2c963cde78b59b2b2729f8cb2db8516ebfd05c28 | 8be6848a675f73dd09f0f33e2fa67510b6972041 | refs/heads/master | 2022-06-19T23:14:23.919069 | 2020-05-07T16:48:29 | 2020-05-07T16:50:09 | 260,882,963 | 0 | 0 | null | 2020-05-03T10:34:07 | 2020-05-03T10:34:06 | null | UTF-8 | C++ | false | false | 640 | hpp | #pragma once
#include <QMainWindow>
#include "Editor.hpp"
#include "FileSystemView.hpp"
#include "ToolBar.hpp"
QT_BEGIN_NAMESPACE
namespace Ui {
class MainWindow;
} // namespace Ui
QT_END_NAMESPACE
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
MainWindow(QWidget *parent = nullptr);
~MainWind... | [
"guerinoni.federico@gmail.com"
] | guerinoni.federico@gmail.com |
91d0f897c9618b766ac53b3327fb0cc43f89efca | 34dd7dce81e0d728756110428a3b17764e44549e | /AssemblyB.cpp | eb4e9f2cae2a1cdb260f3d76a8fcf8fca3bfee89 | [] | no_license | gnrlpz/CS162BLab04 | 6f62cca49b631b30328331d76212a30a653ebdab | 4142165dd69a063e5fc0d8c5d700b8cc2e9a1987 | refs/heads/master | 2021-04-29T22:06:10.994074 | 2018-02-16T03:35:08 | 2018-02-16T03:35:08 | 121,630,525 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 176 | cpp | int dummy (int a, int b) {
int x = a + b;
int y = a - b;
int z = a * b;
int w = a / b;
int v = a % b;
return 0;
}
int main(void) {
int temp = dummy(19, 3);
return 0;
} | [
"gener.lopez@gmail.com"
] | gener.lopez@gmail.com |
f51e5c41bada8bdf50e49f25f365cbe2053c2c80 | fc585e577235a03b2ec749f5a947e2e3cde9c97f | /src/Interface/Modules/Fields/CreateImageDialog.cc | ef4a9a8bf4f3d8ce7e6346cb34ffaa2d52ee080d | [
"MIT"
] | permissive | gongch/SCIRun | 670b85f8aa45681580fa7406dc9cc91ca550a1f2 | d8b26d69ebb3b087dcdd861bed2da115133a468f | refs/heads/master | 2021-01-03T18:52:56.346016 | 2020-02-12T16:05:55 | 2020-02-12T16:05:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,999 | cc | /*
For more information, please see: http://software.sci.utah.edu
The MIT License
Copyright (c) 2015 Scientific Computing and Imaging Institute,
University of Utah.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the ... | [
"chhabragarima15@gmail.com"
] | chhabragarima15@gmail.com |
e891b2805cd5345197a6a31e74461e4c809c5e9d | c008f88941235837dbf809d39113911b54934fbe | /sample/android/sample/haxe/bin/src/Xml.cpp | 3fbe626b5eda36f5c4b01c2c16042f3694c04217 | [
"MIT"
] | permissive | proletariatgames/nmexpro | fb90b6c6465c57f5e8b0987deafdd2effc3dd8ce | 1f322c4e126543b30db20fc90d99202b1cac5c94 | refs/heads/master | 2022-05-04T02:05:12.648496 | 2022-03-24T17:31:09 | 2022-03-24T17:31:09 | 8,226,048 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 43,989 | cpp | #include <hxcpp.h>
#ifndef INCLUDED_Reflect
#include <Reflect.h>
#endif
#ifndef INCLUDED_StringBuf
#include <StringBuf.h>
#endif
#ifndef INCLUDED_Type
#include <Type.h>
#endif
#ifndef INCLUDED_Xml
#include <Xml.h>
#endif
#ifndef INCLUDED_XmlType
#include <XmlType.h>
#endif
#ifndef INCLUDED_cpp_Lib
#include <cpp/Lib.h>... | [
"danogles@gmail.com"
] | danogles@gmail.com |
1b79e20524e83d1de0bdcc81ae0a1b665ae701ef | 249630ace4f18594e43ac8179db3b8d30021370a | /aws-cpp-sdk-iam/include/aws/iam/model/GetRoleRequest.h | b49553f2daa97f69a7ffe091c0970bef4a928c7d | [
"JSON",
"MIT",
"Apache-2.0"
] | permissive | FlyingSquid/aws-sdk-cpp | 5e5f2040867b1e1998fa8b06b837b3b19f550469 | 3fe46f05d1c58fc946045d3b860a79c88d76ceb1 | refs/heads/master | 2021-01-10T17:19:36.927018 | 2016-02-27T01:30:38 | 2016-02-27T01:30:38 | 52,852,300 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,272 | h | /*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file... | [
"henso@amazon.com"
] | henso@amazon.com |
ac55fc3e2de4f20d70ed065982cf6389e03f34e5 | c223e4259ddbfe9b9a51ddcceab37c3d4ab65ee4 | /Learnbay Practice/Array/replaceSmallerElementFromLeft.c++ | 4a4ea843d119c8d50b4297746a3c78c04b04d853 | [] | no_license | roshan3010/Roshan_NITM | bd4b4eaab4a040bdda1c381bd78795619d4df496 | 5b2b6be6d20382a6971016ddd874ae4c3c654cf0 | refs/heads/master | 2022-01-27T12:22:19.143220 | 2020-06-17T07:13:02 | 2020-06-17T07:13:02 | 219,022,844 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 576 | /*
*************************
Gien an array replace every element by smaller element on left side (not including current element)
*************************
*/
#include<bits/stdc++.h>
using namespace std;
void replace(int arr[], int n)
{
int max_so_far=arr[n-1];
arr[n-1]=-1;
for(int i=n-2;i>=0;i--)
{
int temp=ar... | [
"roshan.kumar@sungardas.com"
] | roshan.kumar@sungardas.com | |
083eb90c96d38205109067954c4edd9b0305ca8d | cfc2b3879dda6b96f875cb525266ee4752e0bf2d | /class.cpp | 193fc353ceedeec87ba35ed23d36101948edb68f | [] | no_license | macabdul9/object-oriented-programming-in-cpp | 311fb9021e1de6870014e94a2cf9e026d5899ecc | 7a61ba6926470074045b0baf309177d0a5a1a233 | refs/heads/master | 2020-05-22T20:44:15.746317 | 2019-05-23T08:07:50 | 2019-05-23T08:07:50 | 186,513,575 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,274 | cpp | /*
* @author : macab (macab@debian)
* @file : class
* @created : Monday May 13, 2019 12:21:31 IST
*/
#include<bits/stdc++.h>
#define endl "\n"
#define merge(a, b) a##b
#define loop(i,a,b) for(int i=(int)a;i<(int)b;++i)
#define rloop(i,a,b) for(int i=(int)a;i<=(... | [
"abdulwaheed1513@gmail.com"
] | abdulwaheed1513@gmail.com |
df1c7b7574e62b46a71f85300b47c50d144b43da | 24bc4990e9d0bef6a42a6f86dc783785b10dbd42 | /components/cast_streaming/browser/frame/stream_consumer.cc | 74f8ed347710970b93d46b33bbb6edd651d5d02e | [
"BSD-3-Clause"
] | permissive | nwjs/chromium.src | 7736ce86a9a0b810449a3b80a4af15de9ef9115d | 454f26d09b2f6204c096b47f778705eab1e3ba46 | refs/heads/nw75 | 2023-08-31T08:01:39.796085 | 2023-04-19T17:25:53 | 2023-04-19T17:25:53 | 50,512,158 | 161 | 201 | BSD-3-Clause | 2023-05-08T03:19:09 | 2016-01-27T14:17:03 | null | UTF-8 | C++ | false | false | 9,860 | cc | // Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/cast_streaming/browser/frame/stream_consumer.h"
#include <algorithm>
#include "base/containers/span.h"
#include "base/logging.h"
#include "base/task/sequ... | [
"roger@nwjs.io"
] | roger@nwjs.io |
506a1ced2fe6bf59bc57ed2d5e51bcc634c43f4f | a72d01c6c8dfdd687e9cc9b9bf4f4959e9d74f5d | /KOMPROMAT/kompvter/include/kompvter/graphics/texture.hpp | 8ae9a9ff28d2581d7e217e1cd0b2f7c655fb922b | [] | no_license | erinmaus/autonomaus | 8a3619f8380eae451dc40ba507b46661c5bc8247 | 9653f27f6ef0bbe14371a7077744a1fd8b97ae8d | refs/heads/master | 2022-10-01T01:24:23.028210 | 2018-05-09T21:59:26 | 2020-06-10T21:08:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,713 | hpp | // This file is a part of KOMPROMAT.
//
// Look, but don't touch.
//
// Copyright 2017 [bk]door.maus
#ifndef KOMPVTER_GRAPHICS_TEXTURE_HPP
#define KOMPVTER_GRAPHICS_TEXTURE_HPP
#include <cstddef>
#include <cstdint>
#include <map>
#include <memory>
#include <unordered_map>
#include <unordered_set>
#include "kompvter/g... | [
"squeak@erinmaus.com"
] | squeak@erinmaus.com |
430644816b6eaf50888dbe633ff082fe910aa43e | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14693/function14693_schedule_4/function14693_schedule_4.cpp | 7d0d561a86cb38c1e4f56467cd5176f0a575cb6a | [] | 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 | 857 | cpp | #include <tiramisu/tiramisu.h>
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("function14693_schedule_4");
constant c0("c0", 128), c1("c1", 64), c2("c2", 128), c3("c3", 64);
var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i3("i3", 0, c3), i01("i01"), i02("i02"), i03("i0... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
ba6c1a3bf977c3524334ee98bcbd08815d177342 | 00e289ad1b01e71cb569bcdf2daab31d6b63eaf9 | /dotnetcore/ubuntu1404_tizen/llvm-3.8.1/lib/Target/SystemZ/SystemZGenAsmWriter.inc.tmp | 3f07b903dc0278b5e493d8bb2a83cf94d4b0e662 | [] | no_license | jyoungyun/docker | daac16cf23df1e846da78d54aba0f932fcb1af92 | 867082db0dfe3553d8da52efd0b01e3f3c60335a | refs/heads/master | 2021-01-18T17:24:03.296236 | 2017-06-09T01:49:52 | 2017-06-09T01:49:52 | 86,791,750 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 136,109 | tmp | /*===- TableGen'erated file -------------------------------------*- C++ -*-===*\
|* *|
|* Assembly Writer Source Fragment *|
|* ... | [
"jy910.yun@samsung.com"
] | jy910.yun@samsung.com |
5fa23432c7779a821d9a6f264f5a272511168f4f | 32809f6f425bf5665fc19de2bc929bacc3eeb469 | /src/0462-Minimum-Moves-to-Equal-Array-Elements-II/0462.cpp | 1456b615889a8e5f295aa0a6371f732fe58061ab | [] | no_license | luliyucoordinate/Leetcode | 9f6bf01f79aa680e2dff11e73e4d10993467f113 | bcc04d49969654cb44f79218a7ef2fd5c1e5449a | refs/heads/master | 2023-05-25T04:58:45.046772 | 2023-05-24T11:57:20 | 2023-05-24T11:57:20 | 132,753,892 | 1,575 | 569 | null | 2023-05-24T11:57:22 | 2018-05-09T12:30:59 | C++ | UTF-8 | C++ | false | false | 423 | cpp | static int x = []() {std::ios::sync_with_stdio(false); cin.tie(0); return 0; }();
class Solution
{
public:
int minMoves2(vector<int>& nums)
{
int n = nums.size();
nth_element(nums.begin(), nums.begin() + n/2, nums.end());
int x = nums[n / 2], res = 0;
for_each(nums.begin(), num... | [
"luliyucoordinate@outlook.com"
] | luliyucoordinate@outlook.com |
9d9a2c217014fc4cd159bece450f7f1cb1961870 | 7e791eccdc4d41ba225a90b3918ba48e356fdd78 | /chromium/src/content/shell/browser/shell_mojo_test_utils_android.cc | 39063bb86eecb94eb46308c70d05ff7fcafb2aba | [
"BSD-3-Clause"
] | permissive | WiViClass/cef-3.2623 | 4e22b763a75e90d10ebf9aa3ea9a48a3d9ccd885 | 17fe881e9e481ef368d9f26e903e00a6b7bdc018 | refs/heads/master | 2021-01-25T04:38:14.941623 | 2017-06-09T07:37:43 | 2017-06-09T07:37:43 | 93,824,379 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,921 | cc | // 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.
#include "content/shell/browser/shell_mojo_test_utils_android.h"
#include <utility>
#include "base/memory/scoped_vector.h"
#include "base/message_loop/m... | [
"1480868058@qq.com"
] | 1480868058@qq.com |
3d70311fc2b69a92a3be801b1ed93974e9fe1375 | 662c05fcb9357743f307e869e0482c48d3d41db0 | /debug.cpp | 36cf3435cd7caccfd9136a690bd1ce15f69e246b | [
"LicenseRef-scancode-public-domain"
] | permissive | cmagagna/CC3000Patch | 909f1db12fc38336d75e636d224817d0935adb18 | cc267df21480800532344d940b964c743ecb1f08 | refs/heads/master | 2020-05-28T03:36:11.078577 | 2014-08-05T03:57:56 | 2014-08-05T03:57:56 | 12,963,846 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,496 | cpp | /**************************************************************************/
/*!
@file Adafruit_CC3000.cpp
@author KTOWN (Kevin Townsend Adafruit Industries)
@license BSD (see license.txt)
This is a library for the Adafruit CC3000 WiFi breakout board
This library works with the Adafruit CC3000 breakout
... | [
"cmagagna@yahoo.com"
] | cmagagna@yahoo.com |
eecd470c8fdfe4ca5b5cc3ca767becb76e0ca580 | f00687b9f8671496f417672aaf8ddffc2fa8060a | /codechef/SEPT17/WEASELTX.cpp | 6d25d6ff55d17068e3abeaf8ad092f3dea3af6c8 | [] | no_license | kazi-nayeem/Programming-Problems-Solutions | 29c338085f1025b2545ff66bdb0476ec4d7773c2 | 7ee29a4e06e9841388389be5566db34fbdda8f7c | refs/heads/master | 2023-02-05T15:06:50.355903 | 2020-12-30T10:19:54 | 2020-12-30T10:19:54 | 279,388,214 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 6,361 | cpp | #include <cstdio>
#include <sstream>
#include <cstdlib>
#include <cctype>
#include <cmath>
#include <algorithm>
#include <set>
#include <queue>
#include <stack>
#include <list>
#include <iostream>
#include <fstream>
#include <numeric>
#include <string>
#include <vector>
#include <cstring>
#include <map>... | [
"masum.nayeem@gmail.com"
] | masum.nayeem@gmail.com |
86fe72a294906c89c900b67083c0be4612ed71f0 | a4955271b1a8e261aa86a52a8bc4c9fe7382d3ff | /serial.ino | a91239305af2363eef5b01606076560295bcd701 | [] | no_license | TeoLucco/TeoG-Nano | 0377dfe135384865bf2c24f6c1e330c63fcbddd8 | 07891981e2b28bd6fc6f6948efff9b0ad816a472 | refs/heads/master | 2021-08-17T06:21:44.631696 | 2017-11-20T21:10:39 | 2017-11-20T21:10:39 | 108,388,487 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,929 | ino | void SerialLoop() {
// if (print) {
// print = false;
// if (workingCapacitives == body) {
// Serial.println("");
// Serial.print(millis()); Serial.print(",");
// for(int i=0;i<N_BODY_SENSORS-1;i++){
// Serial.print(bodySensorValue[i]); Serial.print(","); //Serial.print(calibration[i]); Seria... | [
"teolucco@gmail.com"
] | teolucco@gmail.com |
91528935fa38f3340e95158c1e55b5418989b681 | ef85e8a029ebbf14d24921c304675f4b3d246f44 | /core/fixed_string.hpp | 870a37984914c42020a75f1a19d5c671e09fd688 | [] | no_license | KriwkA/ConstexprSQLQuery | 4ac3080366942b86dfbaa367ab32c77ba27a14b2 | 1b6040b2302566a22e8b164fb27690c523cc8093 | refs/heads/master | 2020-09-28T12:31:23.170179 | 2019-12-09T03:47:31 | 2019-12-09T03:47:31 | 226,779,256 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,099 | hpp | #pragma once
#include <utility>
#include <cstddef>
#include <string_view>
#include <cstdint>
namespace ctll {
template <typename CharT, size_t N>
class fixed_string {
CharT content[N] = {};
size_t real_size{0};
public:
static constexpr size_t content_size = N;
using value_type = CharT;
constexpr fix... | [
"kriwka30@gmail.com"
] | kriwka30@gmail.com |
89429978315dab586cf63da505122cb520b09e13 | 6165f87c58e012455b77113e36d49054cc3e9ff5 | /include/SSVUtils/CmdLine/Ctx.hpp | eaa85e691e7a4bd5a832f78fb1c28d6289c8cb35 | [
"AFL-3.0",
"AFL-2.1",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | j4cobgarby/SSVUtils | 26d06bd082852c8df1df9acb816574c7f8c1c453 | 6526ee9e8714414ce8963c4af8a1f9f407078835 | refs/heads/master | 2021-07-18T16:16:20.106185 | 2017-05-27T20:15:45 | 2017-05-27T20:15:45 | 108,466,388 | 0 | 0 | null | 2017-10-26T21:15:57 | 2017-10-26T21:15:57 | null | UTF-8 | C++ | false | false | 1,654 | hpp | // Copyright (c) 2013-2015 Vittorio Romeo
// License: Academic Free License ("AFL") v. 3.0
// AFL License page: http://opensource.org/licenses/AFL-3.0
#ifndef SSVU_CMDLINE_CTX
#define SSVU_CMDLINE_CTX
#include "SSVUtils/Core/Core.hpp"
#include "SSVUtils/Delegate/Delegate.hpp"
#include "SSVUtils/MemoryManager/MemoryMa... | [
"vittorio.romeo@outlook.com"
] | vittorio.romeo@outlook.com |
0a8530a1d54b21f302afdea6e79cfa78bb35c127 | a33aac97878b2cb15677be26e308cbc46e2862d2 | /program_data/PKU_raw/43/1170.c | 5d1253099ac838943ff66347d269c8029eb01278 | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 530 | c | //********************************
//*????????? **
//*????? 1300012845 **
//*???2013.10.23 **
//********************************
int main ()//???
{
int i,j,k,m,s;//??????i?k
cin >> m;
for (i=3; i<=m/2; i+=2)//?i?????m/2???
{
s=sqrt(i);
for (j=2; j<=s;j++)
{
if (i%j==0)
break;
}
... | [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
2bb65ced9dc3c7650c406a5ff4da7dea60fef6c0 | 0e4e98b41c84c4f612b54c9d22d4ef9db8b3addc | /Source/TestUEProject/Data/GroupDefinitionAsset.h | 219dc1db8dfc9f4235b3a398be6cf7a84c55d045 | [] | no_license | nexon-97/UE-prototype-game | 5d397994d6e8c38e998d2fbc84497b625025bc56 | a087392bd74c8af531b595d36668673e95a99380 | refs/heads/master | 2021-06-18T01:13:09.365058 | 2021-01-30T21:52:33 | 2021-01-30T21:52:33 | 170,294,704 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 296 | h | #pragma once
#include "NPC/NPCRelation.h"
#include "Engine/DataAsset.h"
#include "GroupDefinitionAsset.generated.h"
UCLASS(Blueprintable)
class UGroupDefinitionAsset
: public UDataAsset
{
GENERATED_BODY()
public:
UPROPERTY(EditDefaultsOnly)
TMap<FName, ENPCRelation> GroupRelations;
};
| [
"nexons.97@gmail.com"
] | nexons.97@gmail.com |
a6950741a8aad7aab79f1f578bd46b9bcacfdc3c | 62846c9d4f7e0d1c5fa859ac0560b5d07e664b54 | /1. CppHomework/8-CustomTrianglePrinter-Visteon.cpp | a70d660b8d5f8492e6d010794bc782280357c111 | [] | no_license | bgdopus/Visteon-Homeworks2017 | 1bf8a9db0aa4c1f5861baeeb1bbb6cbd3692c723 | 71e3ddd411268d0d4ac3b52fe8b153f4db0b9dc0 | refs/heads/master | 2020-05-09T13:23:55.294133 | 2019-04-13T10:20:53 | 2019-04-13T10:20:53 | 181,150,381 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 704 | cpp | //============================================================================
// Name : 8-CustomTrianglePrinter-Visteon.cpp
// Author : Daniel Georiev
// Version :
// Copyright : Your copyright notice
// Description : 8. The same triangle as previous, but having height and symbol input by the user.
/... | [
"bgdopus@gmail.com"
] | bgdopus@gmail.com |
b0dfe1c6f3aa347d447dd4919d3eeb434b532fd2 | a43d044987a2c18e634a7dadccd3fc97fcbf1ce6 | /src/test/zerocoin_transactions_tests.cpp | b9eecc99a1ff0ac64007809bbd230eaf8b06e58b | [
"MIT"
] | permissive | mhannigan/luckycoin | 6de1b3287aad72eb7cdac0cb0af2f5363ee3b78f | f67258db5078c47adc6a768216b97ef685da5875 | refs/heads/master | 2020-03-27T06:54:52.029067 | 2018-08-26T02:46:21 | 2018-08-26T02:46:21 | 146,146,249 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,883 | cpp | // Copyright (c) 2017-2018 The LUK developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "libzerocoin/Denominations.h"
#include "amount.h"
#include "chainparams.h"
#include "coincontrol.h"
#include "main.h"
#includ... | [
"root@ip-172-31-94-31.ec2.internal"
] | root@ip-172-31-94-31.ec2.internal |
632c7dcb13c7342f5c9fe703a50bc230db3b229f | 50c05e8a3e9940b2af30d2666440e7b0552c24df | /src/ivi_FFT.h | f0cdf648a26afc04bb16e8fc2832d91c49e6cbae | [] | no_license | phsn/ivi_compilation_01 | 06574595eb18d755710b5acec6d3c5dbb3c4aa3e | 4d2bbb1560fbc1bf947dfa4d7a1c404ef649efa8 | refs/heads/master | 2021-01-10T05:34:08.881143 | 2016-01-06T16:04:18 | 2016-01-06T16:04:18 | 49,099,769 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 709 | h | #pragma once
#include "ofMain.h"
#include "ofxFFTBase.h"
class ivi_FFT : public ofBaseApp {
public:
void setup(int deviceID);
void update();
void exit();
vector<float> getLogAverages();
void drawSamples();
float analyzeSampleRange(float minRange, float maxRange);
void visualizeS... | [
"phsn@psmbp.fritz.box"
] | phsn@psmbp.fritz.box |
aef0c7a242f960c40d21c46ebf627e61aabf6174 | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/squid/old_hunk_5519.cpp | 880a51f1b77bc5a49d3135b41927ee2189bfa69c | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 267 | cpp | static void
authBasicCfgDump(StoreEntry * entry, const char *name, authScheme * scheme)
{
auth_basic_config *config = scheme->scheme_data;
wordlist *list = config->authenticate;
storeAppendPrintf(entry, "%s %s", name, "basic");
while (list != NULL) {
| [
"993273596@qq.com"
] | 993273596@qq.com |
adec1dd21210ec7094b1fe30cad273e006fbc8db | 2fa389f110c2c0bb587fb0c8c9be82d5fc7097d3 | /test/ExceptionTest.cc | 8c8b7a50e97e8b71cbbef50d7bd0fe083320986c | [] | no_license | PeterZs/OpenRoomAlive | 8a2d7094975005b0479b6e07f88b28f5d6af2498 | e29b7d89049ddc30768e335aee47c8f26dc97d80 | refs/heads/master | 2020-09-26T15:36:38.601085 | 2018-01-31T12:28:36 | 2018-01-31T12:28:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 522 | cc | // This file is part of the DerpVision Project.
// Licensing information can be found in the LICENSE file.
// (C) 2015 Group 13. All rights reserved.
#include <gtest/gtest.h>
#include "core/Exception.h"
using namespace dv;
/**
* Tests that the file name recorded by the exception is correct.
*/
TEST(ExceptionTest... | [
"licker.nandor@gmail.com"
] | licker.nandor@gmail.com |
250107b4e1777eb68a28ef2fc06f6ea29bc17681 | b7e97047616d9343be5b9bbe03fc0d79ba5a6143 | /src/protocols/helical_bundle/BundleGridSampler.hh | c71a7ecf6492637f73c271555ab9d77ece7eeba1 | [] | no_license | achitturi/ROSETTA-main-source | 2772623a78e33e7883a453f051d53ea6cc53ffa5 | fe11c7e7cb68644f404f4c0629b64da4bb73b8f9 | refs/heads/master | 2021-05-09T15:04:34.006421 | 2018-01-26T17:10:33 | 2018-01-26T17:10:33 | 119,081,547 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 24,904 | hh | // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
// vi: set ts=2 noet:
//
// (c) Copyright Rosetta Commons Member Institutions.
// (c) This file is part of the Rosetta software suite and is made available under license.
// (c) The Rosetta software is developed by the co... | [
"achitturi17059@gmail.com"
] | achitturi17059@gmail.com |
64f0c39df22fa45c6690e415115e6cce2a0bbb73 | 9c133a261c0a5193deda08d14a0de9a9a1905999 | /firmware/Arduino-Archives/main.cpp | 4dc65c74b03c211b1642159e4b1ca09c8afb753d | [
"MIT"
] | permissive | SPARC-Auburn/SARP-Bot-Software | 1267d083dacb2e869525a8f148b940ce9be13e86 | 930e69e3d5d93ead6717ef9277aa225ae37d733c | refs/heads/master | 2020-05-18T20:49:25.689361 | 2019-06-16T20:00:41 | 2019-06-16T20:00:41 | 184,642,483 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 10,365 | cpp | #include "ros/ros.h"
#include "std_msgs/String.h"
#include "std_msgs/Float32.h"
#include "std_msgs/Int32.h"
#include <thread>
#include <unistd.h>
#include <iostream>
#include <chrono>
#include <signal.h>
#include <stdlib.h>
#include <stdio.h>
#include "opencv_node/vision_msg.h"
#include <geometry_msgs/PoseWithCovarianc... | [
"mtc0030@auburn.edu"
] | mtc0030@auburn.edu |
81f2c406186f8502117fb841095fc8b80aae2df4 | 5c7dfe924c97e606e69811089618b4402a8046bc | /src/ext/Bootstrap/Bootstrap_helper_container_3.cpp | ac0f3bea203c67a5da6827c8e846096707365d3c | [
"MIT"
] | permissive | QiaoKes/UDRefl | 837f857163cd0f4b36cab0d63816d6f301daaf91 | fde9b36bb07fbbfa58a409a0373c5ca6c417a73f | refs/heads/master | 2023-03-22T11:01:13.587413 | 2021-03-05T14:07:52 | 2021-03-05T14:07:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 208 | cpp | #include "Bootstrap_helper.h"
using namespace Ubpa;
using namespace Ubpa::UDRefl;
void Ubpa::UDRefl::ext::details::Bootstrap_helper_container_3() {
Mngr->RegisterType<std::vector<InfoTypeMethodPair>>();
}
| [
"ustczt@mail.ustc.edu.cn"
] | ustczt@mail.ustc.edu.cn |
728ea94d10238487b42882ee2d0fa44837765b32 | 641fa8341d8c436ad24945bcbf8e7d7d1dd7dbb2 | /third_party/WebKit/Source/web/FrameLoaderClientImpl.h | 3ddbeaaa5fbb8b374465c2a16e53bdf9be12cc6c | [
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"LGPL-2.1-only",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LGPL-2.0-only",
"BSD-2-Clause",
"LicenseRef-scancode-other-copyleft",
"MIT",
"Apache-2.0",
"BSD-3-Clause"
] | permissive | massnetwork/mass-browser | 7de0dfc541cbac00ffa7308541394bac1e945b76 | 67526da9358734698c067b7775be491423884339 | refs/heads/master | 2022-12-07T09:01:31.027715 | 2017-01-19T14:29:18 | 2017-01-19T14:29:18 | 73,799,690 | 4 | 4 | BSD-3-Clause | 2022-11-26T11:53:23 | 2016-11-15T09:49:29 | null | UTF-8 | C++ | false | false | 11,086 | h | /*
* Copyright (C) 2009, 2012 Google Inc. All rights reserved.
* Copyright (C) 2011 Apple 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... | [
"xElvis89x@gmail.com"
] | xElvis89x@gmail.com |
1ced70494a2cd8aede3b74ca4ec3993ddf11cc76 | 0e31e2489cd915d15c08eec651d1f549eb8923ea | /Engine/Source/Challenge/UI/Util/Platform/Win32/FileDialogWin32.h | 7500ced5bf0ea04613a777ccb629438a18c14c25 | [] | no_license | metsfan/challenge-engine | 4c2f9eb13d62c33b23e92f47a58f1169082da786 | 9c36cd134936fa4b1a0c7451e683bbef27dc6288 | refs/heads/master | 2021-01-01T15:18:26.750423 | 2014-10-07T13:33:59 | 2014-10-07T13:33:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 376 | h | #pragma once
#include <Challenge/Challenge.h>
#include <Challenge/UI/Util/FileDialog.h>
namespace challenge
{
template<>
class _FileDialog<PlatformTypeWin32>
{
public:
static std::vector<std::wstring> OpenFileDialog(OPEN_FILE_DIALOG_DESC desc = OPEN_FILE_DIALOG_DESC());
static std::wstring SaveFileDialog(SAVE... | [
"aeskreis@gmail.com"
] | aeskreis@gmail.com |
acc2f72f322f7ecde6577b9b4db3220a0768afc4 | 69b32b79c7a62590b1e21ac98e3475be1e19a912 | /contrib/autoboost/autoboost/preprocessor/repetition/detail/dmc/for.hpp | 9d14a8891dc97a8da84060d622217d7ee27c3327 | [
"Apache-2.0"
] | permissive | codemercenary/autowiring | 636596d1ece37ea75003cd5180299c4adc070869 | b2775e86cd29fc3e9bc50f3f5f9e735efdbcff21 | refs/heads/master | 2020-12-25T00:29:08.143286 | 2016-08-19T23:49:16 | 2016-08-19T23:49:16 | 22,248,790 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 83,659 | hpp | # /* Copyright (C) 2001
# * Housemarque Oy
# * http://www.housemarque.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)
# */
#
# /* Revised by Paul Mensonides (2002) */
#
# /* See http://www.boost... | [
"cmercenary@gmail.com"
] | cmercenary@gmail.com |
d2769c5d5f9d8644df5364c3471445a7d9443bf1 | e8401d42320cb89e9782f58720dbbfaf3553be45 | /DlgProxy.h | 326dc87cbb8dae385ccb894c42e4de04f560dcab | [] | no_license | dwatow/CASDK-Z | e1689aef4e428e5738652494499e36cc9e1507d6 | 69cc9c92fb839ac4c69ac0e7b8fa505aefb9c7b3 | refs/heads/master | 2021-01-15T18:08:51.863944 | 2012-10-04T01:36:12 | 2012-10-04T01:36:12 | 6,069,380 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,567 | h | // DlgProxy.h : header file
//
#if !defined(AFX_DLGPROXY_H__A538AB2C_92FD_4F9C_9A7A_26C1F8F1C7F4__INCLUDED_)
#define AFX_DLGPROXY_H__A538AB2C_92FD_4F9C_9A7A_26C1F8F1C7F4__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CSwordDlg;
///////////////////////////////////////////////////////////... | [
"dwatow@gmail.com"
] | dwatow@gmail.com |
bf03fd766af924853983bda1f03a99f9d192c4a7 | 935927010571e2f820e70cead9a1fd471d88ea16 | /Online Judge/Codeforces/Gym/ACM_ICPC_NEERC_Southern_Subregional_2017-2018/E.cpp | 0360ab593d91ba3086f49f05d8143065a2ce075a | [] | no_license | muhammadhasan01/cp | ebb0869b94c2a2ab9487861bd15a8e62083193ef | 3b0152b9621c81190dd1a96dde0eb80bff284268 | refs/heads/master | 2023-05-30T07:18:02.094877 | 2023-05-21T22:03:57 | 2023-05-21T22:03:57 | 196,739,005 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,015 | cpp | #include <bits/stdc++.h>
using namespace std;
const int N = 55;
const int M = 1e3 + 5;
int n, m;
string s, a;
vector<vector<int>> v;
int main() {
ios_base::sync_with_stdio(0);
cin.tie(0);
cout.tie(0);
cin >> n >> s;
vector<int> cnt(30);
for (auto e : s) {
if (e != '*') cnt[e - 'a'] = true;
}
cin... | [
"39514247+muhammadhasan01@users.noreply.github.com"
] | 39514247+muhammadhasan01@users.noreply.github.com |
b2dc57ae31ea7d7f8e94c67a264a14652dde4c37 | caf962e0810e2afc480039dfc0d714cd8ed83637 | /sda/IteratedList_DLL/DLLNode.cpp | fdb271600687379789ec1cac4c3209ff4ff9af52 | [] | no_license | razvanw0w/university | 35e4afd1b9b774a074d5041e68a74acee1c5b172 | 78a40bdff2c69a2029712b39941bda365be21e4b | refs/heads/master | 2020-12-28T05:28:56.625004 | 2020-10-12T16:04:52 | 2020-10-12T16:04:52 | 238,196,889 | 0 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 785 | cpp | //
// Created by razvan on 30.03.2019.
//
#include "DLLNode.h"
DLLNode::DLLNode(TElem element, DLLNode *prev, DLLNode *next) : element(element), prev(prev), next(next) {}
TElem DLLNode::getElement() const {
return element;
}
void DLLNode::setElement(TElem element) {
this->element = element;
}
DLLNode *DLLN... | [
"razvanztn@gmail.com"
] | razvanztn@gmail.com |
0f7faa8063a4381c5646507123944b708735a2a7 | 85eca97255eed9af2252073909718ba82d8b0903 | /include/NRI/Source/Validation/PipelineLayoutVal.h | 0cdbb2123975582eeadb9453c70d20aeb2e87bbf | [] | no_license | gamehacker1999/DX12Engine | 1141985b9956b41fb275018e82523b4e342cfcc3 | 9ce4fac6241574f76a1af992972a66df1a519155 | refs/heads/master | 2022-01-25T10:07:38.362772 | 2022-01-16T20:34:48 | 2022-01-16T20:34:48 | 232,304,912 | 18 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 1,258 | h | /*
Copyright (c) 2020, NVIDIA CORPORATION. All rights reserved.
NVIDIA CORPORATION and its licensors retain all intellectual property
and proprietary rights in and to this software, related documentation
and any modifications thereto. Any use, reproduction, disclosure or
distribution of this software and related docum... | [
"shubham.sachdeva0499@gmail.com"
] | shubham.sachdeva0499@gmail.com |
7e21ef746b18ce6abde92a5b59c0fd4a3f20323f | 6452866acc13c4fa3199c8e25114f61ae96b85f7 | /DataStructures/CF899E_SegmentsRemoval.cpp | 8b2e61c47ac5865ce8215636b932eb7279be100a | [] | no_license | Tanavya/Competitive-Programming | 7b46ce7a4fad8489ede77756dff44a00487f69b1 | 2519df7406bb2351230353488672afb48f45c350 | refs/heads/master | 2021-01-21T11:34:03.655193 | 2018-04-30T04:22:00 | 2018-04-30T04:22:00 | 102,010,530 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,245 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
#include <climits>
#include <stdio.h>
#include <queue>
#include <set>
#include <list>
#include <cmath>
#include <assert.h>
#include <bitset>
#include <cstring>
#include <map>
#include <unordered_map>
#include <unordered_set>
#include <iomanip> //cout << setprec... | [
"tanavya.dimri@gmail.com"
] | tanavya.dimri@gmail.com |
2cd0ef51fe10a378fc3845d67ceac53cc4ff0c10 | 0aae0bdf6a3681d73db3d67433c3104b4cc93938 | /scintilla/src/LineMarker.cxx | 5846170bbdf135cd3303bbbb0407290c831d5620 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-scintilla",
"MIT",
"BSD-2-Clause"
] | permissive | fromasmtodisasm/notepad2 | 7ca9b0969733b8c099614f88b65eef831280a5d1 | b34f1d55b110e02bbb37bab39d58e782c620eb10 | refs/heads/master | 2020-04-23T10:48:04.145386 | 2019-02-17T09:27:29 | 2019-02-17T09:27:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 15,869 | cxx | // Scintilla source code edit control
/** @file LineMarker.cxx
** Defines the look of a line marker in the margin.
**/
// Copyright 1998-2011 by Neil Hodgson <neilh@scintilla.org>
// The License.txt file describes the conditions under which this software may be distributed.
#include <cstring>
#include <cmath... | [
"zufuliu@gmail.com"
] | zufuliu@gmail.com |
dd4ce7924e037378f2cf527d68046a57e3e034ae | fea2ddb0436b1e46cca48d7202b95414ae88679b | /Rafaat Elhagan/Obstacle.cpp | b8f9d99645b30d78fab46616a7483a41b7a69437 | [] | no_license | medo/raafat-elhagan | b7d45df6c1dfe42e764f6ca87685cd720dfaf949 | 29da1f2b1ed6ae322f0c409471965d753b465e4b | refs/heads/master | 2021-06-04T08:41:58.906801 | 2018-10-28T17:24:43 | 2018-10-28T17:24:43 | 27,666,716 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 204 | cpp | //
// Obstacle.cpp
// Rafaat Elhagan
//
// Created by Mohamed Farghal on 12/11/14.
// Copyright (c) 2014 GUC. All rights reserved.
//
//
#include <stdio.h>
#include "Obstacle.h"
#include <iostream>
// | [
"mohamed@farghal.com"
] | mohamed@farghal.com |
6c4bf2ca2f0d88d807b2626576e693142a11ead0 | d28619b8589aa2ffaef74093d1b4236dbc8f5828 | /case3_CreditCard/testCard.cpp | 34f0d763141c70923839390414c64b126dfee082 | [] | no_license | Anthonyeef/Data-Structure | 7058918137b552f5531500781415acdbd4647926 | 17ed9b13de58372493b6454258d1318eb4235234 | refs/heads/master | 2021-01-10T19:54:27.256466 | 2015-10-26T03:50:40 | 2015-10-26T03:50:40 | 42,766,239 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 934 | cpp | //
// Created by Anthonyeef on 9/19/15.
//
#include <vector>
#include "CreditCard.h"
using namespace std;
void testCard() {
vector<CreditCard*> wallet(10);
wallet[0] = new CreditCard("5464 6543 9876 0976", "John Bowman", 2500);
wallet[1] = new CreditCard("2398 0238 9284 2013", "John Bowman", 3500);
... | [
"anthonyeef@gmail.com"
] | anthonyeef@gmail.com |
14191236799758a8c6a73dd22909f64f6f113d97 | 681c84ad83ce6ad403a8f905f65f4bb43ef2bb87 | /hot/0/ellipse/T | d030e6f8aae1acc491a62e5bbcc294cd11f411b6 | [] | no_license | zachery-style/prolate | fd8c1b8edb5457508c50b431fc34c8bcfead1cab | b344df4ae9f22d16555b43b07cc66d0cd2fce3fd | refs/heads/main | 2023-04-08T22:07:41.537811 | 2021-04-14T02:28:52 | 2021-04-14T02:28:52 | 346,477,510 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,243 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2012 |
... | [
"zachery.style@mines.sdsmt.edu"
] | zachery.style@mines.sdsmt.edu | |
8d288d3056af0c56fd9deadfd29104ee87b561b1 | 91e45eace638bc26e29c19b265e22f3590f311d1 | /5_Hex_BKPS/Project_programers/Project_programmer_UNO.ino | c8a364dc56d03fc9a84cb6ae4d01c64e1e59d02a | [] | no_license | aclandmark/PCB-111000_1 | 2243207a193555efa0bc2b523afbd19e7d58919e | 37e9c2be9e9183176bc1dbb6445787417cd70f0c | refs/heads/master | 2023-01-04T16:11:45.357849 | 2022-12-26T13:09:37 | 2022-12-26T13:09:37 | 205,899,791 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,286 | ino |
/********ATMEGA programmer for flash, config bits and EEPROM. Runs on an ATMEGA328.
Used to program the EEPROM of either device but the flash of the PCB_A device only.
The UNO flash is programmed using the PCB_A bootloader.
The reason foor this is that the devices run under different configuration settings.
To mak... | [
"mark.osborne15@btinternet.com"
] | mark.osborne15@btinternet.com |
9a679c79800f576f01c75d5f3a10261f4f235309 | f1b8eb3006239567c883d54135a6c11ecee0a57a | /LeftRightShifts.cpp | 649fcc1e89f3315c00b3830c283115db63091761 | [] | no_license | ChetanKrishna07/left-and-right-shift-a-number | 42396870440a3390e90ec3d5dc9659ca527f8349 | baf9dba5429bbf75fb7756b7ef4a0d625d39b50a | refs/heads/main | 2023-02-22T01:06:18.213860 | 2021-01-29T18:24:30 | 2021-01-29T18:24:30 | 334,226,602 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 694 | cpp | #include <stdio.h>
#include <math.h>
int leftShift(int n);
int rightShift(int n);
int getLength(int n);
int main() {
int n, lS, rS;
scanf("%d", &n);
lS = leftShift(n);
rS = rightShift(n);
printf("Right Shift of %d is %d.\nLeft Shift of %d is %d.", n, rS, n, lS);
return 0;
}
int leftShift(int n) {
int ... | [
"chetanpalicherla@gmail.com"
] | chetanpalicherla@gmail.com |
9a0aaec68344a7e4d9371cda33910c2bd146c286 | 1346a61bccb11d41e36ae7dfc613dafbe56ddb29 | /GeometricTools/GTEngine/Include/GteImage2.h | 1a0b830f21b81aadd8b0c76699451b1f94d5545c | [] | no_license | cnsuhao/GeometricToolsEngine1p0 | c9a5845e3eb3a44733445c02bfa57c8ed286a499 | d4f2b7fda351917d4bfc3db1c6f8090f211f63d1 | refs/heads/master | 2021-05-28T02:00:50.566024 | 2014-08-14T07:28:23 | 2014-08-14T07:28:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,094 | h | // Geometric Tools LLC, Redmond WA 98052
// Copyright (c) 1998-2014
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
// File Version: 1.0.0 (2014/08/11)
#pragma once
#include "GteImage.h"
#include "GteL... | [
"qloach@foxmail.com"
] | qloach@foxmail.com |
11ba7c5356e971e605758c8a9280cc89368a1dc1 | b1767fc21c21aa5d7dbb3928ec05cfc4529037bb | /PersonManager/filemanager.h | 548ff2ece4e4a5123a07d09764e4cdd17f293829 | [] | no_license | gaissa/school-temp | 518b92f716d305b5ef901787d641c0f17c593beb | 043d619aa6fb1b7d89eda45ac55bd09d303b2540 | refs/heads/master | 2016-09-15T22:41:25.769324 | 2014-05-15T16:41:25 | 2014-05-15T16:41:25 | 17,829,423 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 397 | h | #ifndef FILEMANAGER_H
#define FILEMANAGER_H
#include <gui.h>
class FileManager : Gui
{
public:
FileManager();
~FileManager();
void saveValues(QString q);
QStringList loadValues();
QString writeValues();
void readValues();
QString getFileName();
private:
QStringList personList;
... | [
"jannekahkonen@gmail.com"
] | jannekahkonen@gmail.com |
306319d69413026548e4640a00bf2f0bcd6d49e6 | 4bc239619d4511d4551909d0e4353e71f0b2f439 | /Практическое занятие 5/Exercise_5_zadanie_2_sln/Exercise_5_zadanie_2/Exercise_5_zadanie_2.cpp | dde672190eff05b9558af0840800f12a1a90a537 | [] | no_license | 87053334313/c- | d8f2987a33f014b5ae05938963ea98e5d1303e09 | be9dbe9ede40340a60b0336a5913a372c9d3be0c | refs/heads/main | 2023-07-03T10:19:13.109791 | 2021-07-30T15:48:29 | 2021-07-30T15:48:29 | 383,513,247 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 774 | cpp |
#include <iostream>
#include <vector>
using namespace std;
int main()
{
system("chcp 1251");
vector<int> v1;
vector<int> v2;
int a, b, c;
int k = 0;
for (int i = 0; i < 10; i++)
{
a = rand() % 10 + 1;
b = rand() % 10 + 1;
cout << a << " * " << b << " = ";
cin >> c;
if (a * b != c)
{
v2.push... | [
"87053334313@mail.ru"
] | 87053334313@mail.ru |
31f982a5f44fc22f0ab1bcf2a203b804cb49b905 | 43c8089fed0642fb228efb9162280951c7e389c4 | /libcef_dll/ctocpp/dictionary_value_ctocpp.cc | e51d99b22aba4a2797466126d9bb90dc83e454c0 | [
"MIT"
] | permissive | Steveb-p/brick | 369e1618e03ab6df1042bd8f3942305a34d33302 | 82d4b54806ab30504c5a38386663d0d1b7c99150 | refs/heads/master | 2020-08-11T18:23:18.570244 | 2020-05-14T08:30:57 | 2020-05-14T08:30:57 | 214,607,683 | 1 | 1 | MIT | 2019-10-12T08:17:43 | 2019-10-12T08:17:43 | null | UTF-8 | C++ | false | false | 16,834 | cc | // Copyright (c) 2015 The Chromium Embedded Framework Authors. All rights
// reserved. Use of this source code is governed by a BSD-style license that
// can be found in the LICENSE file.
//
// ---------------------------------------------------------------------------
//
// This file was generated by the CEF translato... | [
"buglloc@yandex.ru"
] | buglloc@yandex.ru |
045b4b8b31159ffaa28f51cfd8db5e74d1d44d4a | 164c5521c78ef0d0587544a9d63ada2aeabc5546 | /Content/ShaderStructures.h | f31379dca92af1d99c6d237821ed9717498e9e7c | [] | no_license | PcloD/LearnDirectX | 437e99b13eca9e9ed4576aaae49b73f2c25d8d9b | 087b6c79e421221fa1dcd58b031831d5133364d4 | refs/heads/master | 2020-11-26T13:52:02.730240 | 2019-10-28T12:42:45 | 2019-10-28T12:42:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 674 | h | #pragma once
namespace LearnDirectx
{
// 用于向顶点着色器发送 MVP 矩阵的常量缓冲区。
struct ModelViewProjectionConstantBuffer
{
DirectX::XMFLOAT4X4 model;
DirectX::XMFLOAT4X4 view;
DirectX::XMFLOAT4X4 projection;
DirectX::XMFLOAT4 cameraPos;
};
// 用于向顶点着色器发送每个顶点的数据。
struct VertexPositionColor
{
DirectX::XMFLOAT3 pos;
... | [
"1162793975@qq.com"
] | 1162793975@qq.com |
806028cc5f092f0f4c201e7e6ae4523e9888ea06 | ae2b00e058cfd5b576c5a134673ed2bb6c712c84 | /image-item.cpp | 9648ccac876c94d236b343d885eace0c229806ff | [] | no_license | tong123/ffmpeg_client | c775c26d5324ed36316903cadcdfd462ffbc2eb0 | d704b2efa50efa634c0a4847fcc6f442d2f6c218 | refs/heads/master | 2020-09-27T16:45:05.648508 | 2017-09-29T11:12:17 | 2017-09-29T11:12:17 | 66,991,176 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 4,063 | cpp | #include "image-item.h"
#include <QPainter>
#include <QPixmap>
#include <QBitmap>
#include <QImage>
#include <QImageReader>
#include <QDateTime>
#include <QApplication>
#include <QDesktopWidget>
#define ImageW 640
#define ImageH 480
//CImageItem::CImageItem( QQuickItem *parent ) : QQuickItem( parent )
CImageItem::CImag... | [
"595696730@qq.com"
] | 595696730@qq.com |
bb2a6cc0735cbb1dec65632e1cb0f4ffd610dd41 | 0e72085c47c549175d782986ae5aa93b2f837b12 | /modules/ui/src/systems/update_transform_hierarchy.cpp | ada13f1d9b177bd0766d18460e13f5df02cb90aa | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference",
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-public-domain"
] | permissive | JiangKevin/lagrange | 56005122ddd749cfb3e92ec0df5a7368fbfb1048 | 8025f98c6e4590abdd73ddcf302e339bb5d6b9df | refs/heads/main | 2023-06-30T06:59:18.490563 | 2021-08-04T15:45:39 | 2021-08-04T15:45:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,412 | cpp | /*
* Copyright 2020 Adobe. All rights reserved.
* This file is licensed to you 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 appli... | [
"gori@adobe.com"
] | gori@adobe.com |
3c934a54d01090d3c0812ed125e5f5f105ac1d9f | e820144375ff16f96f48249063fce91f729e58f3 | /common/presenter/agent/src/ascenddk/presenter/agent/net/raw_socket_factory.h | 5c58f2163ffedd35cbad7976e21da3c495a4834c | [
"BSD-3-Clause",
"LicenseRef-scancode-protobuf",
"MIT",
"ISC",
"Apache-2.0"
] | permissive | yElaine/ascenddk | d3a08a3e766e4bc4f396ec0dd128145d8a7a811b | f6fc77585f0723486d4c37d572d06e3d3cdd749b | refs/heads/master | 2020-04-30T20:09:25.523339 | 2019-04-13T06:59:09 | 2019-04-13T06:59:09 | 172,181,316 | 0 | 1 | NOASSERTION | 2019-03-22T02:25:56 | 2019-02-23T06:42:36 | C++ | UTF-8 | C++ | false | false | 2,731 | h | /**
* ============================================================================
*
* Copyright (C) 2018, Hisilicon Technologies Co., Ltd. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
... | [
"ascend@huawei.com"
] | ascend@huawei.com |
e4169cfb84c2c596df7fb87e7b5925d740b296a2 | 5d5a8fe2b00d748d2ea40839953f648a818ba44e | /CodeSource_1/chap14/matvect1.cpp | 8b203baf619a1396d8f6c69229bedf4d092bdf26 | [] | no_license | YBTayeb/Cpp | e5a75b105549475c74f9b0acae111580e6acbd78 | 860e1f84e2273fdafb171f5f3f6bfacdbeba62d7 | refs/heads/master | 2019-03-21T04:23:59.276269 | 2018-04-09T22:45:36 | 2018-04-09T22:45:36 | 124,126,567 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,588 | cpp | #include <iostream>
using namespace std ;
class matrice ; // pour pouvoir compiler la déclaration de vect
// *********** La classe vect *******************
class vect
{
double v[3] ; // vecteur à 3 composantes
public :
vect (double v1=0, double v2=0, double v3=0) // constructeur
{... | [
"y.belhajt@hotmail.com"
] | y.belhajt@hotmail.com |
afed8d9a6cf0f69f5feafc4be0ca3967a94b64e7 | 9defd7d957384fc0a7026ad0dfa920574e4192a7 | /exception/rethrow.cpp | 42254cb628b2a532d93c83fc29e6fb4a5d790e78 | [] | no_license | ramapraveen/learning_cpp | 55cfed505a11a4910062c351100e4f321640d8cc | 456d5314573507620b3888e49e6470ec83ee55af | refs/heads/master | 2020-03-22T12:44:09.298399 | 2018-07-13T07:31:34 | 2018-07-13T07:31:34 | 140,058,788 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 773 | cpp |
#include <iostream>
using namespace std;
class MyError {
public:
const char *data;
MyError(const char *msg) : data(msg) {}
};
class Rainbow {
public:
Rainbow() { std::cout<<"In Raibow constructor"<<endl; }
~Rainbow() { std::cout<<"In Raibow destructor"<<endl; }
};
void a() {
Rainbow rb;
throw MyError("someth... | [
"ramapraveen@fb.com"
] | ramapraveen@fb.com |
1faa0b5324546552baca4099dc25e2c536e5dd9a | a81c07a5663d967c432a61d0b4a09de5187be87b | /components/autofill/core/browser/payments/credit_card_fido_authenticator.h | 697a21c26efc683405a0a9d6f9e549047a2f4e77 | [
"BSD-3-Clause"
] | permissive | junxuezheng/chromium | c401dec07f19878501801c9e9205a703e8643031 | 381ce9d478b684e0df5d149f59350e3bc634dad3 | refs/heads/master | 2023-02-28T17:07:31.342118 | 2019-09-03T01:42:42 | 2019-09-03T01:42:42 | 205,967,014 | 2 | 0 | BSD-3-Clause | 2019-09-03T01:48:23 | 2019-09-03T01:48:23 | null | UTF-8 | C++ | false | false | 8,793 | h | // 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.
#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_CREDIT_CARD_FIDO_AUTHENTICATOR_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_PAYMENTS_CREDIT_CARD_FIDO_AUT... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
73cfeaa317c5d87952bf1ef7df2d6bceb19b9d22 | 1806eaae69f944683e308348714efc4c470bb95c | /tools/KPFGen/src/common.c | 5cbe76e6e82d44838e867d60d8643bee2b075505 | [] | no_license | ayaz345/TurokEX | 09b929f69918ffef9c45d6142fe7888e96d409d9 | 90589b4bd3c35e79ea42572e4c89dc335c5cfbfe | refs/heads/master | 2023-07-10T20:56:47.643435 | 2014-06-20T01:59:44 | 2014-06-20T01:59:44 | 650,764,618 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,415 | c | // Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
// Copyright(C) 2012 Samuel Villarreal
//
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Fr... | [
"svkaiser@gmail.com"
] | svkaiser@gmail.com |
0809c24ae0d3c05fb1f16a04a0e68f9260db1199 | 9dc55ad0f4520205c4ae4915ef74c8d6f59120a8 | /MxTest/LyricTest.cpp | 96da32400852cb753af1dad4c9a94f84d2cc37e1 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | torogmw/MusicXML-Class-Library | 0e6532bd53aa0837768770c6f050328f15ec318a | d582b091f4e0574ce4a9f19284963670449eaf81 | refs/heads/master | 2020-12-30T20:57:41.396247 | 2015-04-27T05:54:55 | 2015-04-27T05:54:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,181 | cpp |
#include "TestHarness.h"
#include "MxTestHelper.h"
#include "Elements.h"
#include "ElisionSyllabicGroupTest.h"
#include "ElisionSyllabicTextGroupTest.h"
#include "SyllabicTextGroupTest.h"
#include "LyricTextChoiceTest.h"
#include "LyricTest.h"
#include "EditorialGroupTest.h"
#include "MidiInstrumentTest.h"
/* #include... | [
"matthew.james.rbiggs@gmail.com"
] | matthew.james.rbiggs@gmail.com |
41e4726f38d3c72cbef6b4da912accd63e659a8a | 0354f4b70ad8731d78801919a275eaa83ee26f3a | /NodeModel/BinaryTree.h | eac333464e3b6bee0ba1325dac4345c39ec4078b | [] | no_license | Wellrabbit/Nodes | d3b2cd5fd200dae534725f8d27c4514d29735a49 | 66daecedd54ff670e5dcb5b37d0bf2ad11f8928c | refs/heads/master | 2021-01-18T20:12:54.843798 | 2016-05-25T17:22:55 | 2016-05-25T17:22:55 | 54,221,419 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,120 | h | //
// BinaryTree.hpp
// Nodes
//
// Created by Orton, Emily on 4/11/16.
// Copyright © 2016 CTEC. All rights reserved.
//
#ifndef BinaryTree_hpp
#define BinaryTree_hpp
#include "TreeNode.h"
template <class Type>
class BinaryTree
{
private:
int size;
TreeNode<Type> * root;
int height;
bool balanced... | [
"eort3611@740s-pl-177.local"
] | eort3611@740s-pl-177.local |
3b6610498029a28021070ad9c586685326409734 | e76a79816ff5203be2c4061e263a09d31072c940 | /test/com/facebook/buck/cxx/testdata/platform_sources/bin.cpp | 5c05855632e7fbfe02d59b7889873dc0b3ddb738 | [
"Apache-2.0"
] | permissive | facebook/buck | ef3a833334499b1b44c586e9bc5e2eec8d930e09 | 9c7c421e49f4d92d67321f18c6d1cd90974c77c4 | refs/heads/main | 2023-08-25T19:30:28.803205 | 2023-04-19T11:32:59 | 2023-04-19T11:32:59 | 9,504,214 | 8,481 | 1,338 | Apache-2.0 | 2023-05-04T22:13:59 | 2013-04-17T18:12:18 | Java | UTF-8 | C++ | false | false | 54 | cpp | extern int answer();
int main() { return answer(); }
| [
"sdwilsh@fb.com"
] | sdwilsh@fb.com |
bc022e53fa9d6c159e730730e3847f52ce6b868b | e2676341b2eb83990362e71402dafebc44d5eeb8 | /5/5.cpp | c3c27829413680bf721f1faa2fcee2e47377a3a4 | [] | no_license | Quantrap/9pr | 9197bad3c71716a286bfd962fca8f35a9aa4b6ee | ac1c7eea215dd161e27cef557e83cec09497741c | refs/heads/master | 2023-01-19T10:02:45.543098 | 2020-11-24T14:59:00 | 2020-11-24T14:59:00 | 315,663,738 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 628 | cpp | #include <iostream>
#include <string>
using namespace std;
int main()
{
setlocale(NULL, "rus");
string s;
string glas = "QWERTYUIOPASDFGHJKLLZXCVBNM";
int k = 0;
cout << "Введите строку:";
cin >> s;
for (std::string::size_type i = 0; i < s.length(); i++)
{
for (std::string::si... | [
"quantrap0910@gmail.com"
] | quantrap0910@gmail.com |
98a208f31bccf35fd079c65737819b4aadc0bb52 | b1aef802c0561f2a730ac3125c55325d9c480e45 | /src/ripple/rpc/handlers/AccountChannels.cpp | 91f4d0872c1fcb658c7c7c8b46f9eff22052af9b | [] | no_license | sgy-official/sgy | d3f388cefed7cf20513c14a2a333c839aa0d66c6 | 8c5c356c81b24180d8763d3bbc0763f1046871ac | refs/heads/master | 2021-05-19T07:08:54.121998 | 2020-03-31T11:08:16 | 2020-03-31T11:08:16 | 251,577,856 | 6 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 4,970 | cpp |
#include <ripple/app/main/Application.h>
#include <ripple/ledger/ReadView.h>
#include <ripple/ledger/View.h>
#include <ripple/net/RPCErr.h>
#include <ripple/protocol/ErrorCodes.h>
#include <ripple/protocol/jss.h>
#include <ripple/protocol/PublicKey.h>
#include <ripple/protocol/STAccount.h>
#include <ripple/resource/F... | [
"sgy-official@hotmail.com"
] | sgy-official@hotmail.com |
8558b27c9a88c8737b2a0ea4d3a60f99c1a43e7a | f5e515ecd2353968ea61221916ce506d1ab272bd | /Popular/1914/main.cpp | ffd6122ce679a3614add10a7843ba05942317c82 | [] | no_license | longlongvip/LuoGu | e19affc49f21cc2a4d709ac1b4e4ae2aea93fc85 | 4bec278bac369f1f91fca2f3b9fb77d9d23992e1 | refs/heads/master | 2020-12-21T02:50:59.275412 | 2020-01-26T08:33:19 | 2020-01-26T08:33:19 | 236,284,507 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 615 | cpp | #include<cstdio>
#include<iostream>
#include<string>
char little_table[26] = {
'a' , 'b' , 'c' , 'd' , 'e' , 'f' , 'g' ,
'h' , 'i' , 'j' , 'k' , 'l' , 'm' , 'n' ,
'o' , 'p' , 'q' , 'r' , 's' , 't' , 'u' ,
'v' , 'w' , 'x' , 'y' , 'z'
};
using namespace std;
int main(){
int n;
cin >> n;
strin... | [
"longlongvip@outlook.com"
] | longlongvip@outlook.com |
a15a4e7099d1e01a68899a6cdd513341f4735b57 | 64777f2b4d2c9781aef8f19f499d5525ea395b2d | /src/Street.cpp | 417a7f56b1166b30f5f3d405e7cf699cf431c709 | [] | no_license | mlsdpk/concurrent-traffic-simulation | 528f38215ef5b966c60a3a46808110621eb8cc43 | 73528b4cb7ea60b96b2faede07d6895b7b88c445 | refs/heads/master | 2023-02-27T16:21:51.053392 | 2021-02-04T06:58:12 | 2021-02-04T06:58:12 | 335,706,372 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 646 | cpp | #include "Street.h"
#include <iostream>
#include "Intersection.h"
#include "Vehicle.h"
Street::Street() {
_type = ObjectType::objectStreet;
_length = 1000.0; // in m
}
void Street::setInIntersection(std::shared_ptr<Intersection> in) {
_interIn = in;
in->addStreet(get_shared_this()); // add this street to ... | [
"mlsdphonethk@gmail.com"
] | mlsdphonethk@gmail.com |
57c1abf7b4afcd14c1c25ca8b36c8b1ba52ab27c | a0515b77831cd7654096201cfacca8ef04762ae0 | /zad2/zad2.ino | 8790fd0f6fb66a464dbd5613e9ad2caa4548bca1 | [] | no_license | jankowskirobert/ArduinoISA | 07cdabd66b3dcfdbc8d76e8c02eb52276a1a7744 | 48aced37dc4169b1b212a2d31e5d8db8d2e69dbd | refs/heads/master | 2021-01-22T19:42:04.892038 | 2018-01-09T19:15:20 | 2018-01-09T19:15:20 | 85,230,476 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 332 | ino | #include <ISADefinitions.h>
void setup() {
int licznik;
for(licznik = 0; licznik<8; licznik++)
{
pinMode(LEDS[licznik], OUTPUT);
}
}
void loop() {
int dioda;
int licznik;
for(licznik = 0; licznik<8; licznik++)
{
digitalWrite(LEDS[licznik], HIGH);
delay(100);
digitalWrite(LEDS[licznik], LOW);... | [
"jankowski.r@hotmail.com"
] | jankowski.r@hotmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.