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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8927b414fd8eb8ae86bf7006631985679095a7be | d2b2f59e3ff929bc3c12fa9f32bac90ad5882958 | /code/VirtualGrasp/GraphicsLibrary/Sampler.cpp | d8f4df6e3b7753b6091dc5a1424847d9c2bacb82 | [] | no_license | jjcao/graspSaliency | 27b33bd1c3f7f550a61b6cd3661fed2f315ec38a | 7a2fef80c81aca3a808544a4c4de9fbd4d2c8421 | refs/heads/master | 2020-12-24T05:43:29.260536 | 2016-11-18T11:17:01 | 2016-11-18T11:17:01 | 73,456,937 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,721 | cpp | #include "Sampler.h"
#include "SimpleDraw.h"
#include "Stats.h"
Sampler::Sampler(Mesh * srcMesh, SamplingMethod samplingMethod)
{
isReady = false;
if(srcMesh == NULL)
return;
else
mesh = srcMesh;
method = samplingMethod;
// Sample based on method selected
if( method == RANDOM_BARYCENTRIC )
{
// Compu... | [
"jjcao1231@gmail.com"
] | jjcao1231@gmail.com |
9fdf3b930f6d9bf4b057b539cc9625bf1d8f58a2 | 812cdd1ec03a1588274cc1c7ab7d736829448197 | /src/CplusPlus/main.cpp | f6d01b61dcc480822be0cac9af04c90fa330489a | [] | no_license | jrodriguez-v/ED2_BinarySearchTree_01 | cf141e994ed02dd556c9c0a0e93d27b3ce2e3261 | a70c9b6e63a3e6549e601e6bf885bfa214894090 | refs/heads/master | 2022-12-23T07:30:14.617317 | 2020-09-28T04:02:33 | 2020-09-28T04:02:33 | 297,547,006 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 107 | cpp | #include <iostream>
#include <UI.h>
int main()
{
UI* ui = new UI();
ui->Start();
return 0;
}
| [
"jrodriguezv@ucenfotec.ac.cr"
] | jrodriguezv@ucenfotec.ac.cr |
8c311afd1396ae7806c59eda77a0f8af21bf144a | 600c1e74e04e79351fc49578200a50eaced8118c | /StoreAppLuaTest1/LuaTest.h | da7b00f2c429f91bdda5466c38e84f679b0853cb | [
"MIT"
] | permissive | sygh-JP/CompactLua | b21c0bbb4e72d6c8ed2d52e2c4c96070d7ac0f5f | 768bbc0b7cfc6c4dc9330b051cf93967a197e909 | refs/heads/master | 2022-11-17T11:55:13.500246 | 2022-10-29T14:45:37 | 2022-10-29T14:45:37 | 86,248,692 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 833 | h | #pragma once
delegate void WriteStringDelegate(Platform::String^ str);
// Luabind のテスト用クラス。
// Lua ステートの RAII を兼ねる。
class MyLua
{
lua_State* m_lua;
private:
static WriteStringDelegate^ m_outputWriter;
static WriteStringDelegate^ m_errorWriter;
// property もしくは event にしたければ、ref クラス内に含める必要がある。
public:... | [
"whitekatyusha@yahoo.co.jp"
] | whitekatyusha@yahoo.co.jp |
4415e2e1a4591efd44e9610f53608af24aa8100e | 79eb22109a4be71753f1ebc32ad9f7e79d8f990b | /lattice/unitcell_xml.hpp | eb958b4362714ebe44f7795a9d14bba63cb6051e | [
"Apache-2.0"
] | permissive | todo-group/lattice | 875a882823e9a1592e22c075bf978a92ef02a6b3 | 7183c386ab466ef8a57e5b26766c01e3b04114e8 | refs/heads/master | 2022-05-07T13:14:23.000659 | 2022-03-10T02:25:41 | 2022-03-10T02:25:41 | 193,005,518 | 4 | 3 | Apache-2.0 | 2019-07-30T02:44:18 | 2019-06-21T00:48:43 | C++ | UTF-8 | C++ | false | false | 5,692 | hpp | /*
Copyright (C) 2019-2022 by Synge Todo <wistaria@phys.s.u-tokyo.ac.jp>
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 requi... | [
"wistaria@phys.s.u-tokyo.ac.jp"
] | wistaria@phys.s.u-tokyo.ac.jp |
142ccf0482b1f7b35e661b7059081608981a3933 | db257feeb047692577d51d0f4e3085ef90ec8710 | /home_control_1/home_control/home_manage/luxdomotvedit.cpp | eea555f3f439b9749512e59f169d9062a1f1eb56 | [] | no_license | yeefanwong/leelen_code | 975cf11d378529177ef7c406684fae8df46e8fbe | a37685ad6062221b5032608c98447db227bd4070 | refs/heads/master | 2023-03-16T03:45:04.024954 | 2017-09-04T09:55:16 | 2017-09-04T09:55:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,817 | cpp | #include "luxdomotvedit.h"
#include"maindialog.h"
#include"MyBuffer.h"
extern MainDialog *g_pMainDlg;
extern LMap_6410_Msg mLMap_6410_Msg;
extern QMultiMap<QString,QDeclarativeEngine*> engines;
LuxDomoTvEdit::LuxDomoTvEdit(QDeclarativeItem *parent) : QDeclarativeItem(parent)
{
listEngine=NULL;
listIte... | [
"yankaobi@sensenets.com"
] | yankaobi@sensenets.com |
877793328f44d48b4f3b4e5f444077206737c2ab | da9e4cd28021ecc9e17e48ac3ded33b798aae59c | /SAMPLES/DSHOWFILTERS/mpeg4ip_mp4v2/include/ocidescriptors.h | 7c69937eb613fa4aebb09da9182d0e5707cd88ca | [] | no_license | hibive/sjmt6410pm090728 | d45242e74b94f954cf0960a4392f07178088e560 | 45ceea6c3a5a28172f7cd0b439d40c494355015c | refs/heads/master | 2021-01-10T10:02:35.925367 | 2011-01-27T04:22:44 | 2011-01-27T04:22:44 | 43,739,703 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,929 | h | /*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (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.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "A... | [
"jhlee74@a3c55b0e-9d05-11de-8bf8-05dd22f30006"
] | jhlee74@a3c55b0e-9d05-11de-8bf8-05dd22f30006 |
148bb9d9b4b0315b3cd4609ee41f00ab5d42e1e9 | 83cfe28f0ed65742cb602011929675a222df4bb6 | /src/RigelModel/ModelBase.cpp | e2d8b85e5c7fc5f4c69e161edc1cd348257ba475 | [] | no_license | RigelStudio/RigelGIS | 362b14bd44ac4258761a9c00bcef70cc07687935 | 89b477bedce77313b282371c04abaaab17ba58d6 | refs/heads/master | 2021-01-22T09:55:17.477958 | 2019-12-16T14:27:31 | 2019-12-16T14:27:31 | 102,331,613 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,646 | cpp | #include "ModelBase.h"
#include "RigelCore/MEMath.h"
#include "RigelCore/OECore.h"
#include <osgEarth\GeoData>
ModelBase::ModelBase()
{
m_pModelMT = new osg::MatrixTransform;
m_pNodeMT = new osg::MatrixTransform;
m_pModelMT->addChild(m_pNodeMT);
addChild(m_pModelMT);
m_pLogo = nullptr;
}
ModelBase::~ModelBase(... | [
"fonlylovey@163.com"
] | fonlylovey@163.com |
4b5b360516398219112ba5a08950194d68ad14f1 | 93fe04273698cc72ecdebfb9af481ee1bbdd61d3 | /Main.cpp | 8907f6f45775fd1747dc0f054b4ddd1ee144aa14 | [] | no_license | crystalDf/Principles-and-Practice-Using-Cpp-Chapter-07-CalculatorWithSqrt | 45d55788ad280f71e9f4f8116a760ef8851f91bd | ecd303312e321ffd0f42fa3431f2d129b458da20 | refs/heads/master | 2023-03-18T21:15:39.573919 | 2021-03-06T15:54:23 | 2021-03-06T15:54:23 | 345,132,755 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,109 | cpp | # include "std_lib_facilities.h"
const char number = '8';
const char quit = 'q';
const char print = ';';
const string prompt = "> ";
const string result = "= ";
const char name = 'a';
const char let = 'L';
const string declkey = "let";
const char my_sqrt = 'S';
const string sqrtkey = "sqrt";
class Token
{
public:
... | [
"chendong333@gmail.com"
] | chendong333@gmail.com |
efa5b52d7fac7a093489af5391fc2536fe1d272e | 865831aacb3ba95de3f57a8c81c4ea8b6001a1a4 | /src/ECS/EventDispatcher.cpp | 61d85f2aed739676aceb64757a28108a259f206d | [
"MIT"
] | permissive | rodrigobmg/ECS-2 | 69c5a12a5b56c60ccc48745575eb56d4f76722e2 | 274b04960c411754c53dc64c1544277df57a1c9f | refs/heads/master | 2020-07-02T22:32:53.246816 | 2019-05-22T09:04:29 | 2019-05-22T09:04:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 467 | cpp | // Copyright (c) 2019 Ethan Margaillan <contact@ethan.jp>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/Ethan13310/ECS/master/LICENSE
#include <ECS/EventDispatcher.hpp>
void ecs::EventDispatcher::clearAll()
{
m_listeners.clear();
}
void ecs::EventDispatcher::clear(Event::Id id)
{
for (auto... | [
"ethan.margaillan@gmail.com"
] | ethan.margaillan@gmail.com |
c51d931e6cc1de680f59e2271f104dbb7aa12ab6 | 39e38c0be28ce52f8e42d8329efcfcbbe5b24e84 | /HOTEL/3.cpp | c2c21a324e58d642875136b0cfd3be2fe0e51660 | [] | no_license | shailesh1001/CODECHEF | bba2460f3a8ee2f61537fd67c1ed6add22a8e135 | 450a54d3513987691f96c2935b74362a119ab1f9 | refs/heads/master | 2021-01-17T20:51:28.200912 | 2014-11-18T16:04:04 | 2014-11-18T16:04:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,127 | cpp | //Author : pakhandi
//
using namespace std;
#include<iostream>
#include<cstdio>
#include<cstdlib>
#include<algorithm>
#include<cmath>
#include<cstring>
#define wl(n) while(n--)
#define fl(i,a,b) for(i=a; i<b; i++)
#define rev(i,a,b) for(i=a; i>=b; i--)
#define print(n) printf("%d\n", n)
#define scan(n) scanf("%d", ... | [
"asimkprasad@gmail.com"
] | asimkprasad@gmail.com |
8a4dd64f50c0e90382ed99b9c5b8858fe006e4d6 | 541e3f1c759452e67a5dbd561e8ed0ac25a9b095 | /displays/NcursesDisplay.cpp | a459dad04a1be7660801b27fd7e67615e5438fff | [] | no_license | ethanquix/SystemMonitor | 20dd6f7daa6f5e18b8471e5e5ca74298aaa8e894 | 925783b02caa55784d519cba1f033b5d100f4bae | refs/heads/master | 2021-03-30T18:29:55.174965 | 2017-01-22T09:59:35 | 2017-01-22T09:59:35 | 79,708,972 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,501 | cpp | //
// Created by szterg_r on 21/01/17.
//
#include <ncurses.h>
#include <iostream>
#include <unistd.h>
#include <algorithm>
#include <wordexp.h>
#include "NcursesDisplay.hpp"
#include "../core/Core.hpp"
Display::NcursesDisplay::NcursesDisplay()
{
newterm(NULL, stdout, stdin);
curs_set(0);
_win = new Ncurs... | [
"dimitriwyzlic@gmail.com"
] | dimitriwyzlic@gmail.com |
0938048e60aed74e187e33f8bca48b8c4c4bae71 | 58790459d953a3e4b6722ed3ee939f82d9de8c3e | /my/PDF插件/sdkDC_v1_win/Adobe/Acrobat DC SDK/Version 1/PluginSupport/Samples/DocSign/sources/DSHandler.cpp | 5d339a631bd5feb61f220c923ff55478cf41cc7f | [] | no_license | tisn05/VS | bb84deb993eb18d43d8edaf81afb753afa3d3188 | da56d392a518ba21edcb1a367b4b4378d65506f0 | refs/heads/master | 2020-09-25T05:49:31.713773 | 2016-08-22T01:22:16 | 2016-08-22T01:22:16 | 66,229,337 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 28,198 | cpp | /*********************************************************************
ADOBE SYSTEMS INCORPORATED
Copyright (C) 1998-2006 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 license agreement
accompanying it... | [
"tisn05@gmail.com"
] | tisn05@gmail.com |
cba3d843b03f9dd7cd210adf6479dfbfe46b6ccf | a756eed9030c5afa645436412d777a1774357c70 | /CP/TESTING POINTERS.cpp | cf70147d716db8a2f514bd69e93167193863d1b7 | [] | no_license | jainsourav43/DSA | fc92faa7f8e95151c8f0af4c69228d4db7e1e5ce | deb46f70a1968b44bb28389d01b35cb571a8c293 | refs/heads/master | 2021-05-25T09:13:42.418930 | 2020-06-30T07:36:56 | 2020-06-30T07:36:56 | 126,943,860 | 0 | 1 | null | 2020-06-30T07:36:57 | 2018-03-27T07:07:51 | C++ | UTF-8 | C++ | false | false | 906 | cpp | #include<iostream>
using namespace std;
#include<bits/stdc++.h>
#define ll long long
int main()
{
//code
int t;
cin>>t;
while(t--)
{
string s;
cin>>s;
int i,len=s.length(),n=len,max1,st;
int po,minv;
vector<int> ans;
int x=1;
if(s[0]=='I')
{
ans.pu... | [
"jainsourav43@gmail.com"
] | jainsourav43@gmail.com |
dba6b39425fc5f500154cf509318c068c4cf3bb4 | 7a92e39f0cbb62bf4e480ea33faa90f2dd9f42a4 | /include/rectangle.h | 73d12f9a8a2c87da72a79ddab7239361f0c8f11b | [
"MIT"
] | permissive | Ogravius/CarGame | e2c686866e27c2f5668be021f70138d00ee27a4a | af7329780e55e550dd787f6dd233bb7a079a7d84 | refs/heads/master | 2022-11-03T05:00:31.858626 | 2017-10-25T00:03:20 | 2017-10-25T00:03:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,826 | h | #pragma once
#define _USE_MATH_DEFINES
#include <math.h>
#include <SFML/Graphics.hpp>
//!This class is used to create an abstract base class of the rectangle.
class Rectangle : public sf::RectangleShape
{
protected:
/*!Formula converting degrees to radians.*/
/**@brief (float)M_PI / 180.f; */
float fDegToRad;
/*... | [
"jerzysciechowski345@gmail.com"
] | jerzysciechowski345@gmail.com |
bc52d369583938ea4250894863d8d4efc99b259e | a2badfee532cf096e9bd12b0892fdce3b49e54c8 | /src/buildorders/9poolspeedlingmuta.cpp | d42f715babddd69d0c65ec6120fa2b5c01ddaa56 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | unghee/TorchCraftAI | 5e5e9b218990db8042198a12aeef78651b49f67b | e6d596483d2a9a8b796765ed98097fcae39b6ac0 | refs/heads/master | 2022-04-16T12:12:10.289312 | 2020-04-20T02:55:22 | 2020-04-20T02:55:22 | 257,154,995 | 0 | 0 | MIT | 2020-04-20T02:51:19 | 2020-04-20T02:51:18 | null | UTF-8 | C++ | false | false | 3,480 | cpp | /*
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#include "base.h"
#include "registry.h"
namespace cherrypi {
class ABBO9PoolSpeedLingMuta : public ABBOBase {
public:
using ABBOBase... | [
"danthe3rd@users.noreply.github.com"
] | danthe3rd@users.noreply.github.com |
05e8b259cf8a932a63843ebd4140f90a8643ea9f | 8b8402b10e860e2b0c9198a42d7e080b9682ee19 | /three/main.cpp | 0fa4232f5267ed4470cfa37827d4731515312a58 | [] | no_license | CapSmollet/Deadline25.11.2019-23.59 | 7f20544e7a17090174ec0f62713e03dfbd17d346 | 959d4bd8de7c8b6ddc52a7347e8cc753b6818031 | refs/heads/master | 2020-09-17T06:15:28.234143 | 2019-11-29T23:11:19 | 2019-11-29T23:11:19 | 224,016,253 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,434 | cpp | /* Напишите эффективную функцию, выписывающую из массива длины n все элементы, у которых количество двоек в троичной записи меньше k.
* Функция должна возвращать общее количество двоек в троичной записи всех чисел массива. В комментариях напишите, почему перебор - эффективный
* Перебор эффективный, потому что не суще... | [
"muaxim@gmail.com"
] | muaxim@gmail.com |
41ff0421995d0a091a9113f141c2b60b5de3ed15 | 1675ca738aeefa77827a9ded8543b3bb040cfd3d | /include/Card.h | 63a65da1472cd6f0a1f2577a5b732eac252a277a | [
"MIT"
] | permissive | cottonke/solitaireSolver | cd38f2936b9bba563def1c588d97b6904d8f483b | 6a32e6f075cf872479c2ff694ea9d6f5674469da | refs/heads/master | 2021-01-10T22:58:57.760726 | 2016-10-10T02:53:41 | 2016-10-10T02:53:41 | 70,435,790 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,359 | h | #ifndef CARD_H
#define CARD_H
enum Suit : uint8_t
{
Spades = 0,
Clubs,
Hearts,
Diamonds
};
enum Value : uint8_t
{
Ace = 0,
Two,
Three,
Four,
Five,
Six,
Seven,
Eight,
Nine,
Ten,
Jack,
Queen,
King
};
class Card
{
public:
Card(Suit s, Value... | [
"cottonke@gmail.com"
] | cottonke@gmail.com |
f47853eae25e5ec6b2c646df6da57eb541cdd06f | bd7d4c148df27f8be6649d313efb24f536b7cf34 | /src/armnn/backends/NeonWorkloads/NeonPermuteWorkload.hpp | 06b2dc692b391059def594d983cff749e9284bf4 | [
"MIT"
] | permissive | codeaudit/armnn | 701e126a11720760ee8209cc866aa095554696c2 | c577f2c6a3b4ddb6ba87a882723c53a248afbeba | refs/heads/master | 2020-03-29T00:48:17.399665 | 2018-08-31T08:22:23 | 2018-08-31T08:22:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,318 | hpp | //
// Copyright © 2017 Arm Ltd. All rights reserved.
// See LICENSE file in the project root for full license information.
//
#pragma once
#include "backends/Workload.hpp"
#include "backends/WorkloadData.hpp"
#include "backends/NeonWorkloadUtils.hpp"
#include <armnn/TypesUtils.hpp>
#include <arm_compute/runtime/NEON... | [
"telmo.soares@arm.com"
] | telmo.soares@arm.com |
d5eeace921796e21aa74e1d8cd257f3f9a7cbe88 | 147e5ff85d832109dfe1ca7f6de33d4b2c57e298 | /src/item.cpp | 2cfcebd3686df8f5b93e0ecffe40c6265012177e | [] | no_license | LeandroPerrotta/DarghosTFS04_86_v3 | 3b2cdd6bb23e67752a36a967e1757a29495109e2 | 8757fdf28e2e0df8173492a836d3e97d8acd5bde | refs/heads/master | 2023-06-19T18:23:41.369859 | 2021-07-16T12:37:57 | 2021-07-16T12:37:57 | 386,521,291 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 39,677 | cpp | ////////////////////////////////////////////////////////////////////////
// OpenTibia - an opensource roleplaying game
////////////////////////////////////////////////////////////////////////
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License ... | [
"leandro_perrotta@hotmail.com"
] | leandro_perrotta@hotmail.com |
661122244f7be880bdfc3b3324aa62efc6d42776 | 4c0568bcb1a7345482052dffedbd1b544cf432cf | /ResourceUnpack/ResourceUnpack.cpp | 565f9a87989c931bb3879859ef6a4af69f987202 | [] | no_license | CBE7F1F65/aab67be7d1ea40a0bd5beca3a5dc1ebc | d8a4daf93caa9dd03628eaf89859e41f12214006 | a60f4e173f79e5fb232378f3d2e00882dfd8feef | refs/heads/master | 2021-01-22T02:53:08.710769 | 2013-03-07T00:15:45 | 2013-03-07T00:15:45 | 32,192,709 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,539 | cpp | // ResourceUnpack.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "ResourceUnpack.h"
#include "ResourceUnpackDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CResourceUnpackApp
BEGIN_MESSAGE_MAP(CResourceUnpackApp, CWinApp)
ON_COMMAND(ID_HELP, CWinApp::OnHelp)
END_MESSAGE_MAP()
// CReso... | [
"CBE7F1F65@d27205ec-b7ea-c6cd-419b-f32fc6026ca2"
] | CBE7F1F65@d27205ec-b7ea-c6cd-419b-f32fc6026ca2 |
8efd9715c69bdce3619b8e90eac704e5d45e2616 | 29ec01acd91e6427e6d1bd4e54539267c05811b4 | /include/json_spirit/writer_options.h | c1ce929ebd09486075d64e758bc33d56d93838f3 | [] | no_license | danielfiskvik/ThinkWSS | d77e34a0c520b0650bc120c5bb6de18b45369bf8 | d4c1a5b3415d62277e4a96f89e02a850e1973b10 | refs/heads/master | 2016-09-05T18:10:35.182615 | 2015-01-11T02:30:06 | 2015-01-11T02:30:06 | 29,072,752 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,058 | h | #ifndef WRITER_OPTIONS_H
#define WRITER_OPTIONS_H
// Copyright John W. Wilkinson 2007 - 2011
// Distributed under the MIT License, see accompanying file LICENSE.txt
// json spirit version 4.05
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
namespace json_spirit {
enum Output_options {... | [
"daniel@daniel-Lenovo-Y50-70"
] | daniel@daniel-Lenovo-Y50-70 |
3e916f5afc3fd8ad3a72102232cf43310fab48a6 | 38318b27527be5531b64eee6786c29702377b17b | /union_find.hpp | 9a14ced507df62af1cd635612fb7e6abb079c519 | [] | no_license | OskarPetto/graphfruit | 5c6fb907d49a9ab519e92e2a814b8592c0855353 | 9d174310441d366e20c9c040ccfd0f2b78fbd0c5 | refs/heads/master | 2021-08-28T17:23:26.860358 | 2017-12-12T22:41:41 | 2017-12-12T22:41:41 | 103,444,219 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,179 | hpp | /*
* A union find implementation using weighted quick-union and path compression.
* @author Oskar Petto
* @version 13.09.2017
* first version
*/
#ifndef UNION_FIND_HPP
#define UNION_FIND_HPP
#include <cstddef>
#include <vector>
namespace graphfruit {
class union_find {
public:
/*
* Constructors
... | [
"OskarPetto@users.noreply.github.com"
] | OskarPetto@users.noreply.github.com |
003edac98bf6cf5209d1389e0d533eae10b56422 | 9b6eced5d80668bd4328a8f3d1f75c97f04f5e08 | /bthci/hci2implementations/qdps/symbian/src/hcisymbianqdp.cpp | 671c31e888c4f349ac02ee003b6a55641fd6c783 | [] | no_license | SymbianSource/oss.FCL.sf.os.bt | 3ca94a01740ac84a6a35718ad3063884ea885738 | ba9e7d24a7fa29d6dd93808867c28bffa2206bae | refs/heads/master | 2021-01-18T23:42:06.315016 | 2010-10-14T10:30:12 | 2010-10-14T10:30:12 | 72,765,157 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,509 | cpp | // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/e... | [
"kirill.dremov@nokia.com"
] | kirill.dremov@nokia.com |
1504b13d1e8ff8d15f16848597a9d14f7261b736 | 613ea8f52d144343895654cf81090f6afd730f9a | /Level-1/Recursion-1/CheckPalindrome.cpp | 018035d4672a4d12e95d89dde2fe0fd7079223cb | [] | no_license | 2505shivang/CodingNinjaDS-AlgoSolutions | e74509f302f5328649ce66264975f4616c819db7 | 48522e2c9ba820663d88d45fafc77419fc546222 | refs/heads/main | 2023-06-14T21:11:28.282346 | 2021-07-03T17:47:16 | 2021-07-03T17:47:16 | 382,556,549 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 402 | cpp | bool helper(char input[],int start, int end){
if(start>=end){
return true;
}
bool smallans = helper(input,start+1,end-1);
if(smallans==true){
if(input[start]==input[end]){
return true;
}
}
return false;
}
bool checkPalindrome(char input[]) {
int i=0;... | [
"2505shivang@gmail.com"
] | 2505shivang@gmail.com |
9519fb4f7e4ccc7d1e5108f1b72094f52b168bae | a33aac97878b2cb15677be26e308cbc46e2862d2 | /program_data/PKU_raw/30/655.c | 761d07add011a63d3accb818914696902ac33e54 | [] | 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 | 256 | c | int main()
{
int n,i,a,b,c,x,sum=0;
scanf("%d",&n);
for(i=1;i<=n;i++)
{
b=(i%10);
a=((i-b)/10);
if(b==0) b=1;
b=b%7;
a=a%7;
if(i<10) a=1;
c=i%7;
if(a*b*c==0) continue;
sum+=i*i;
}
printf("%d\n",sum);
return 0;
}
| [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
3305e071bd4e0f4f6638545fb286d59aec217792 | ea401c3e792a50364fe11f7cea0f35f99e8f4bde | /hackathon/hanchuan/sscope/FlyCapture2/gtk/include/glibmm-2.4/glibmm/private/spawn_p.h | 262bdc7ed48c8d2414e4ffaabcd24ea77e08fcd8 | [
"MIT"
] | permissive | Vaa3D/vaa3d_tools | edb696aa3b9b59acaf83d6d27c6ae0a14bf75fe9 | e6974d5223ae70474efaa85e1253f5df1814fae8 | refs/heads/master | 2023-08-03T06:12:01.013752 | 2023-08-02T07:26:01 | 2023-08-02T07:26:01 | 50,527,925 | 107 | 86 | MIT | 2023-05-22T23:43:48 | 2016-01-27T18:19:17 | C++ | UTF-8 | C++ | false | false | 145 | h | // -*- c++ -*-
// Generated by gtkmmproc -- DO NOT MODIFY!
#ifndef _GLIBMM_SPAWN_P_H
#define _GLIBMM_SPAWN_P_H
#endif /* _GLIBMM_SPAWN_P_H */
| [
"hanchuan.peng@gmail.com"
] | hanchuan.peng@gmail.com |
06df96492ce6f4cda89ab2c33a87901b41288b56 | 7886017da9fd6be3c794f310c63d60bde36c4b9c | /src/bot/robot.hpp | 1c0e441c971cb5d6342e899e7f2c6bef52a0127c | [
"MIT"
] | permissive | btowle/botventure | a8a162a79f23f77a074d3225bcc7bf41c2d8d493 | d54de7bfe19947f7cf541a9859ff3a4339cb8897 | refs/heads/master | 2021-01-10T12:54:37.545103 | 2015-06-11T04:23:27 | 2015-06-11T04:23:27 | 36,896,473 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,688 | hpp | #ifndef bot_robot_
#define bot_robot_
#ifdef RAKE_COMPILATION
#include "defaults.hpp"
#include "messagereader.hpp"
#include "messagewriter.hpp"
#include "map2d.hpp"
#include "mob.hpp"
#else
#include "network/defaults.hpp"
#include "network/messagereader.hpp"
#include "network/messagewriter.hpp"
#include "world/map2d.h... | [
"thebriantowle@gmail.com"
] | thebriantowle@gmail.com |
ae9caa5b7ef4538f8665ab1f0ddc3d8a7f68ff6b | 882d3591752a93792bd8c734dd91b1e5439c5ffe | /common-c-library/third_party/json/json/reader.h | 5d007e16420773800a870e89b35311a3a493239f | [] | no_license | KingsleyYau/LiveClient | f4d4d2ae23cbad565668b1c4d9cd849ea5ca2231 | cdd2694ddb4f1933bef40c5da3cc7d1de8249ae2 | refs/heads/master | 2022-10-15T13:01:57.566157 | 2022-09-22T07:37:05 | 2022-09-22T07:37:05 | 93,734,517 | 27 | 14 | null | null | null | null | UTF-8 | C++ | false | false | 6,900 | h | #ifndef CPPTL_JSON_READER_H_INCLUDED
# define CPPTL_JSON_READER_H_INCLUDED
# include "features.h"
# include "value.h"
# include <deque>
# include <stack>
# include <string>
# include <iostream>
namespace Json {
/** \brief Unserialize a <a HREF="http://www.json.org">JSON</a> document into a Value.
... | [
"Kingsleyyau@gmail.com"
] | Kingsleyyau@gmail.com |
f53de0187d2b712df3ea843863bcf741664d7d6c | 44156824b84d26202338b3ca899da374dd43061b | /main.cpp | 1fef651c14be72b0fd53470e1e9b3dd897436473 | [] | no_license | xyficu/flifilterwheelqt | 0f6e1185534215cb67cc9039b1d6a494f52438f8 | ef24121619ef5a5cbf4ffdf46125517954656e83 | refs/heads/master | 2016-09-05T14:59:23.608170 | 2015-02-08T12:39:42 | 2015-02-08T12:39:42 | 27,922,574 | 0 | 0 | null | 2015-01-15T13:37:07 | 2014-12-12T13:59:59 | C++ | UTF-8 | C++ | false | false | 192 | cpp | #include "mainwindow.h"
#include <QApplication>
#include "cfwtcp.h"
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
MainWindow w;
w.show();
return a.exec();
}
| [
"xyficu@gmail.com"
] | xyficu@gmail.com |
9ddf79cf2cdec7285c245cb2f2e527e386d45a2b | ba12c564b85a45f7f67043733eff6d392b522a70 | /Manager.h | ec8d3994457081e65e4f6374a42ebac768ac2452 | [] | no_license | XiaoFan-UCR-CompEngr/TestingBugs | be8e5f0c220fd56985ebe33958a27dcec44a4681 | c6f9feae490589527f83d5fef34e1ac4f8e01207 | refs/heads/main | 2023-02-02T23:51:21.898584 | 2020-12-09T21:41:37 | 2020-12-09T21:41:37 | 320,083,085 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,249 | h | //
// Created by 范笑 on 11/25/20.
//
#ifndef FINAL_PROJECT_XFAN029_HZHAN265_JIANGSHAN_MANAGER_H
#define FINAL_PROJECT_XFAN029_HZHAN265_JIANGSHAN_MANAGER_H
#include "Employee.h"
class Manager : public Employee {
public:
Manager() {
name="";
department="";
address="";
id = 0;
... | [
"72422851+XiaoFan-UCR-CompEngr@users.noreply.github.com"
] | 72422851+XiaoFan-UCR-CompEngr@users.noreply.github.com |
c0bb70b3f55851de4b18181e11c0f4b5e1eb08e6 | 2b027e4b2043a17471282b008f205dd2ac221281 | /src/S605th/src/BabyFeed/qwt/qwt_compass_rose.h | 19a79f6391bb8ccb66fab9611377f57adc11e89a | [] | no_license | hmiguellima/babyfeed | cd93bcfd7e62b5429089b42b2804fad4588b73c1 | 162ecf24c742dedd5e856638db3bcb1ba187063e | refs/heads/master | 2020-04-07T16:25:37.174103 | 2019-02-17T16:33:16 | 2019-02-17T16:33:16 | 158,528,732 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,200 | h | /* -*- mode: C++ ; c-file-style: "stroustrup" -*- *****************************
* Qwt Widget Library
* Copyright (C) 1997 Josef Wilgen
* Copyright (C) 2002 Uwe Rathmann
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the Qwt License, Version 1.0
**************... | [
"hugo.lima@sky.uk"
] | hugo.lima@sky.uk |
3d070a89f37a0c5127cfbc47e90e8819a3ef8f9f | 2f2e648c40b04322d9c103cd41519280aed83353 | /src/daemon/executor.h | f2ec568814a7ea5ee1fd97142c3ba84edaf3ce35 | [
"BSD-3-Clause"
] | permissive | equisde/sevabit-last | 17243c2c49c0eca6a5aeacf49e81d074cc16c90a | 0dee59dbed1b4fb2dbc10844cf430af1bfbb1736 | refs/heads/master | 2020-04-08T21:34:23.856736 | 2018-11-30T07:12:08 | 2018-11-30T07:12:08 | 159,749,645 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,466 | h | // Copyright (c) 2014-2018, The Monero Project
// Copyright (c) 2018, The SevaBit Project
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met:
//
// 1. Redistributions of source code mus... | [
"manxo369@gmail.com"
] | manxo369@gmail.com |
24593518a4454645f08d1975f21d7e5c96f3e96a | 05fb91eb3373f35e8d1c0bbf0e77a9704409645d | /sysroot/src/nova-kernel/libcpp/internal/stack.h | 4cd64dc14fe514182ed1dc90b8a730dc390159b3 | [] | no_license | sethamcbee/nova | 33473fa961a5b6239f4052c968a4d57259f1777a | 385c33644e3eb21d7fc159fdf6fc429180d149ee | refs/heads/master | 2022-03-06T14:33:10.536997 | 2022-02-07T23:33:05 | 2022-02-07T23:33:05 | 151,373,180 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,019 | h | /**
* @file stack.h
* @author Seth McBee
* @date 2019-9-24
*/
#pragma once
#include <globals.h>
#include <deque>
namespace std
{
template <class T, class Container = deque<T>>
class stack
{
public:
using value_type = T;
using container_type = Container;
using reference = value_type&;
using con... | [
"sethamcbee@gmail.com"
] | sethamcbee@gmail.com |
8ab0e52d5dd130f07f187e43c780da54a2ef2a94 | f25a834f9b7063b313eb8c9967d78e9c923bdd51 | /066-PulsOne/solution.cpp | 4d539516fe5b60ae7ed10a971bad9c9ca2ec44c2 | [] | no_license | siyinm/LeetCodePractice | 64fce78ec375134a10c963b2285b50aa0831183d | b28d86dc8c9a62eabfc1f4a2de1a802c7c5b8fcc | refs/heads/master | 2021-07-10T05:05:46.304087 | 2021-01-04T19:29:39 | 2021-01-04T19:29:39 | 227,295,952 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 461 | cpp | class Solution {
public:
vector<int> plusOne(vector<int>& digits) {
int flag = 1;
for (int i = digits.size()-1;i>=0;i--){
if (digits[i]!= 9 && flag) {
digits[i]+=1;
flag = 0;
break;
}
if (digits[i] == 9 && flag){
... | [
"msy1827@126.com"
] | msy1827@126.com |
c0248177ad56ac219dcd84f1badbe6795a24a113 | 638e9ba3a37e7e91dfea15e9de6b6d4696dce06d | /teamProject/source/COwnhalfManager.cpp | d7e27701cbf17aec2d05bde20fec642adbc15f58 | [
"MIT"
] | permissive | shimizuz/RacingBattle | b516eae6688ecedd44bac9cd66414d90cec03c2e | 9ae8c0b213219a173de3edaf1e70738b5b988fc8 | refs/heads/master | 2022-06-13T08:34:38.423590 | 2015-02-25T08:26:05 | 2015-02-25T08:26:05 | 26,419,788 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 2,050 | cpp | //==============================================================================
//
// 陣地マネージャ
// Author : Masahiro Yamaguchi
//
// 陣地のマネージャクラスです。
// マネージャといってもほぼマネージングしないんですけどね。
//
//==============================================================================
//=======================================================... | [
"maxwel.masa@gmail.com"
] | maxwel.masa@gmail.com |
877fa7c27a57527949401d8e0784fbec237527b9 | ed384d8fa2203e649803d165e8ccf3e08c014be6 | /第2章类对象所占的内存空间/classObject/2_8程序的优化_编译器层面.cpp | 37f306cf25a68e36569e619cab5231845dcb80bb | [] | no_license | easyzoom/cPlusPlus-object-Model | dd9d5ad969f7392e4f676d55f04440c9202fcd73 | c9e90586bf13884f59fbdf6224ccf9d2b417a1eb | refs/heads/master | 2023-07-14T02:03:27.901548 | 2020-05-25T01:57:28 | 2020-05-25T01:57:28 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,319 | cpp | #include<iostream>
#include<cstdlib>
#include<functional>
#include <vector>
#include <algorithm>
#include <ctime>
using namespace std;
class CTemValue
{
public:
int value1;
int value2;
public:
CTemValue(int v1 = 0, int v2 = 0) :value1(v1), value2(v2)//构造函数
{
cout << "调用了构造函数" << endl;
cout << "value1=" << valu... | [
"baiqianlong@126.com"
] | baiqianlong@126.com |
72988cf780c022e8383ebf6a5ced5fcd093c8420 | b04baa5011362f9088a60f63e759be288359c7f1 | /cs32/lab06/main2.cpp | b20d81cf30bb3ff27c095b704f84734b4c007ce6 | [] | no_license | nickkpoon/CS | 64ca939aa1ecf9e318fbc8c1a402983a10b1c0fc | c3827ca115ba0560cf0c085952be97a48929b5b0 | refs/heads/master | 2021-01-10T22:22:54.535762 | 2015-06-04T13:48:07 | 2015-06-04T13:48:07 | 36,873,012 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,942 | cpp | // main2.cpp - tests optional and homework parts of Vec3 class
// depends on working parts of the "Overloading operators in C++" lab
#include <iostream>
#include "vec.h"
using namespace std;
int main(int argc, char *argv[]) {
Vec3 vec_0;
const Vec3 vec_1(5.5, 6.6, 7.7);
cout << "Input three doubles: "... | [
"nickkpoon@gmail.com"
] | nickkpoon@gmail.com |
8fd4dcbcf49949e52b884cff8b278f14f4f6ffc3 | 7a7ee8cca53e90f3876c5467162cb0eb9b3bcf9d | /Engine/LogicBricks/gkMessageSensor.cpp | 613372acaeeca30c65d1aa578a8b7a64389d7695 | [] | no_license | cnsuhao/gamekit | 1a7818426c5235330417c84d927f26e2cc14616d | 7f898af29bb19ccb0995e39276a01a3adf0169a0 | refs/heads/master | 2021-05-26T20:06:36.266706 | 2012-05-20T17:00:26 | 2012-05-20T17:00:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,856 | cpp | /*
-------------------------------------------------------------------------------
This file is part of OgreKit.
http://gamekit.googlecode.com/
Copyright (c) 2006-2010 Xavier T.
Contributor(s): none yet.
-------------------------------------------------------------------------------
This so... | [
"exeqtor@gmail.com"
] | exeqtor@gmail.com |
99f2bc872591cd6e08021b27d0c32fc03f7dc9bb | 5961bacb57bb7830044a2c1dedead099a1d7c2bb | /tensorflow_serving/core/caching_manager.h | f0cf3b9ed692b022aa745058a506bb954a6f57ae | [
"Apache-2.0"
] | permissive | amadu80/serving | eb9fbb743c91e2070f1577bb9defaa5b19a4d87a | 9769786fdc0b500d6d62c93c27533ddccce7c16c | refs/heads/master | 2021-01-17T20:52:40.857288 | 2016-05-18T22:42:35 | 2016-05-18T22:42:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,517 | h | /* Copyright 2016 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in ... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
16b2de8e4ef8dccf3e563801c02953e9089733c1 | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/inetsrv/msmq/src/lib/mp/lib/envusrheader.cpp | 9bf7f27aab3d63cc99ea96bb91884652a91f9c8f | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 762 | cpp | /*++
Copyright (c) 1995-97 Microsoft Corporation
Module Name:
envbody.cpp
Abstract:
Implementing serialization of the user supplied header to the SRMP envelop
Author:
Gil Shafriri(gilsh) 24-APRIL-01
--*/
#include <libpch.h>
#include <qmpkt.h>
#include "envcommon.h"
#include "envusr... | [
"112426112@qq.com"
] | 112426112@qq.com |
0e6ffa4de3b60b5e2d0c09e33fa70472bf1343e0 | 4d1ceea7ad28e2128e0f46418384d7c88dadaa49 | /ProjectFoil/Source/ProjectFoil/ProjectFoilGameMode.cpp | c059958a5dad57b72ec0f9742efb3a72e0e2ee6b | [] | no_license | wanted28496/PreojectFoil | 47b36cc72f44192cebe40783d8f9e85b82024e11 | b2b8eddce64ab81b3c028a1ad00f9133aec92ce2 | refs/heads/master | 2022-02-17T23:14:52.252996 | 2019-08-29T06:30:14 | 2019-08-29T06:30:14 | 203,440,851 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 572 | cpp | // Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#include "ProjectFoilGameMode.h"
#include "ProjectFoilHUD.h"
#include "ProjectFoilCharacter.h"
#include "UObject/ConstructorHelpers.h"
AProjectFoilGameMode::AProjectFoilGameMode()
: Super()
{
// set default pawn class to our Blueprinted character
static ... | [
"mit.doshi557@gmail.com"
] | mit.doshi557@gmail.com |
264de6fc2777525f29648e48500c03cad4a19f82 | 48bc8be51c7e78d563f219bb80f8ec5e6e9743c6 | /imgui/imgui_draw.cpp | beda8a5b9f0f40d9e5bb7ab870ed20a384354f48 | [] | no_license | entropian/Simple2DParticles | c27d73a5277b14c226dfa659fcd35cebf4acb75f | a7b96901ad882a3d0081d475de9e514961bc0dc3 | refs/heads/master | 2020-04-07T15:39:33.730469 | 2019-10-11T04:21:21 | 2019-10-11T04:21:21 | 158,494,970 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 102,499 | cpp | // ImGui library v1.46 WIP
// Drawing and font code
// Contains implementation for
// - ImDrawList
// - ImDrawData
// - ImFontAtlas
// - ImFont
// - Default font data
#if defined(_MSC_VER) && !defined(_CRT_SECURE_NO_WARNINGS)
#define _CRT_SECURE_NO_WARNINGS
#endif
#include "imgui.h"
#define IMGUI_DEFI... | [
"KH2010G@gmail.com"
] | KH2010G@gmail.com |
fd6c4500b308c1efa8ce798ae43b0ad492adfbad | f5c368f37731839b6ab3ed0a0555c02e0d6a4c95 | /DpLib/DpDXUtils.h | 024c50e69a8239ba3f4adac138f341de9d74d6f2 | [] | no_license | mi2think/DoPixel | c9f85993c44a124c7fdea233efb1bcfc26c27738 | b95cd294e7e94ea2ce30cbb99524842ac2980c29 | refs/heads/master | 2021-01-22T07:35:45.852536 | 2016-05-31T08:26:53 | 2016-05-31T08:26:53 | 24,449,336 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,213 | h | /********************************************************************
created: 2016/01/07
created: 7:1:2016 22:31
filename: D:\OneDrive\3D\DpLib\DpLib\DpDXUtils.h
file path: D:\OneDrive\3D\DpLib\DpLib
file base: DpDXUtils
file ext: h
author: mi2think@gmail.com
purpose: DX Utils
****************************... | [
"mi2think@gmail.com"
] | mi2think@gmail.com |
af9f33e32fc4a3dce8db6a0deb07e7e6b8c73e15 | fca8dfee4a80188502b9cad2c7df3c17f167c6ec | /src/liboptix/sutil/OptixMeshImpl.h | 8eae205d45ff7157ec4b90ee1e07303a7cc4693c | [] | no_license | tal-chan/mitsuba-optix | c0226f1f2f6018aa4047436b584a614a98298f3d | eee068698aac5746042f9c9f1f9302d610744c0d | refs/heads/master | 2021-01-22T10:21:23.441061 | 2015-06-26T13:13:12 | 2015-06-26T13:13:12 | 38,111,336 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,600 | h | /*
* Copyright (c) 2008 - 2009 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 softw... | [
"chantal.j.ding@gmail.com"
] | chantal.j.ding@gmail.com |
dc9c6d8b3a57dec757607617ea65eb4924d5d7fb | ec8906b348a2c39ab53e7444547fef681bb58776 | /Cpp/3/Q121.cpp | cc1606622b64e732a29b6a96ef82eac782295bde | [] | no_license | NingmengLLL/Homework | a654d780c6ed72c96d4d7c60fcfa2589b0127f4d | e0d8a799e21ed0d25135b0bc3051443fc85adf3a | refs/heads/master | 2020-04-02T13:10:48.319418 | 2018-10-24T09:00:27 | 2018-10-24T09:00:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,451 | cpp | #include <iostream>
#include <string>
using namespace std;
class Student {
public:
int id;
string name;
int age;
double weight;
double calculus;
double english;
double cpp;
double gpa() {
return (calculus * 4 + english * 4 + cpp * 3) / 11.0 / 20;
}
bool operator<(Student& other) {
... | [
"smallda@outlook.com"
] | smallda@outlook.com |
da1f17d07b0c09021a3f1804953c8381c5220f73 | 81024c4396f19152dce8a490967bac44c0dba99c | /cing/libraries/mac/xcode/OgreSDK/include/OGRE/Plugins/ParticleFX/OgreLinearForceAffector.h | 4d510d5fc997463482817e2efea877a3f0b96b93 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | CingProject/Cing | ca8c44377705d1f3b744141809ae486a8cc640aa | 1e4f83fe76e69bad57e07b48d2c54813e9a3a1c2 | refs/heads/master | 2020-04-05T23:41:10.838562 | 2014-05-05T17:30:46 | 2014-05-05T17:30:46 | 1,756,756 | 7 | 7 | null | 2014-05-05T17:30:33 | 2011-05-16T18:11:33 | C++ | UTF-8 | C++ | false | false | 4,579 | h | /*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://www.ogre3d.org/
Copyright (c) 2000-2013 Torus Knot Software Ltd
Permission is hereby granted, free of charge, to any person obta... | [
"sroske@gmail.com"
] | sroske@gmail.com |
3837ef36c42415960aeb75647bee65450eac6fd2 | 4c76ef7d5800e8dc801d0e7193238f31333b1b16 | /Max_Heap.cpp | b109deb3047748e08f30fa69c5518a4b66ef8f0a | [] | no_license | archana77archana/Heap | bc3edb526e9bf6967cd6b39f9eda1ae9db6e2939 | 9e7aa4e24612dea1d39dc29f0d47b405e407820c | refs/heads/master | 2021-01-20T12:04:49.708242 | 2014-05-05T12:29:46 | 2014-05-05T12:29:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,231 | cpp |
#include "Max_Heap.h"
#include <cassert>
#include <iomanip>
#include <cmath>
using std::endl;
using std::swap;
//using std::floor;
using std::setw;
/*Creates a heap, provided the ranges*/
//template<class T>
//Max_Heap<T>::Max_Heap(typename vector<T>::iterator v_begin,
// typename vector<T>::iterator v_end)
//... | [
"kcarchana77@gmail.com"
] | kcarchana77@gmail.com |
e2cdabc7fb5fb0478af9c6a7418eade276f3389e | d39bd302aaaaeac11959eadb885f18f93f23d5af | /ConsoleRPG/Character.cpp | 6fff322157436bba309b984ff949ded766320712 | [] | no_license | ABitulescu/Game | 22082b24e092ae467b5db8d12e7672d69d404d06 | b106047f4759f2624b438b096103303b885223c2 | refs/heads/master | 2022-10-08T22:02:29.822084 | 2020-06-08T17:19:52 | 2020-06-08T17:19:52 | 264,880,928 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,161 | cpp | #include "Character.h"
Character::Character()
{
this->distanceTravelled = 0;
this->gold = 0;
this->name = "";
this->level = 1;
this->exp = 0;
this->expNext = 0;
this->strengh = 0;
this->vitality = 0;
this->dexterity = 0;
this->intelligence = 0;
this->hp = 0;
this->hpMax = 0;
this->stamina = 0;
this->... | [
"40036459+ABitulescu@users.noreply.github.com"
] | 40036459+ABitulescu@users.noreply.github.com |
fa337b2b6f6c645b2d4d62b26dce193a86ad0fc2 | c2a4d5d8f15e289463d5e0cf58fdae9db776416b | /caffe_3d/src/caffe/layers/scale_layer.cpp | f1629bad4e3e57258068893ffb73da386d5eeb83 | [
"MIT",
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause"
] | permissive | wzmsltw/ECO-efficient-video-understanding | 412310c114f58765cf775df8e141d3adcb69aa58 | 465e3af0c187d8f6c77651a5c6ad599bb4cfc466 | refs/heads/master | 2020-03-24T19:56:55.212935 | 2018-07-30T16:26:31 | 2018-07-30T16:26:31 | 142,951,813 | 2 | 1 | MIT | 2018-07-31T02:28:09 | 2018-07-31T02:28:09 | null | UTF-8 | C++ | false | false | 9,117 | cpp | #include <algorithm>
#include <vector>
#include "caffe/filler.hpp"
#include "caffe/layer_factory.hpp"
#include "caffe/common_layers.hpp"
#include "caffe/util/math_functions.hpp"
namespace caffe {
template <typename Dtype>
void ScaleLayer<Dtype>::LayerSetUp(const vector<Blob<Dtype>*>& bottom,
const vector<Blob<... | [
"zolfagha@bret.informatik.uni-freiburg.de"
] | zolfagha@bret.informatik.uni-freiburg.de |
3f0be02f4ea08d511b3c74cc9bb0fcf28d6afe93 | e94c4a5d830c4a5657679e23dc87f2ea0fa80e62 | /AcceleratedC++/Chapter1/TestString.cpp | 0369c6017ccf86fd7531c9f979b70bd8a368ca12 | [
"MIT"
] | permissive | brianaguirre/SampleCodingInterviews | d559c1f83d3e96886b36d10d627ea14ff4bb4a3a | d5ef5b675695ded20bf3a6d0f009a23fc289b9ba | refs/heads/master | 2021-01-12T12:27:54.258226 | 2016-11-18T04:13:38 | 2016-11-18T04:13:38 | 72,501,519 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,381 | cpp | //
// TestString.cpp
// Chapter1
//
// Created by Brian Aguirre on 11/14/2016.
// Copyright © Brian Aguirre. All rights reserved.
//
// Testing string = and string()
#include <iostream>
#include <string>
int main(){
std::string s; // empty string
std::string t = s; // string t contains copy of charac... | [
"brian.n.aguirre@gmail.com"
] | brian.n.aguirre@gmail.com |
505c0b0d834fc74487244bb091eae07e2c14d751 | 8f2eaa1918118e0e749733fbc31a46291c88cbe5 | /examples/main.cpp | 4f65d2b8b51988801a73f486a2ff903fd4cf4227 | [] | no_license | heathkd/embedded-cplusplus | 52c55f4e70000c196b4a4ec4a13a6e247ebc681f | ee6fcf911d56b0c0e7898fa7e563f2c01be96871 | refs/heads/master | 2021-05-07T00:32:52.861009 | 2017-11-07T04:13:56 | 2017-11-07T04:13:56 | 110,162,690 | 0 | 0 | null | 2017-11-09T20:27:39 | 2017-11-09T20:27:39 | null | UTF-8 | C++ | false | false | 354 | cpp | /**
* @file test.cpp
* @brief a file to run the code outside of testing framework
*
* This file should never be committed and should be emptied after use. If
* you want to add an example, make a file of your wlib feature and then commit that
*
* @author Deep Dhillon
* @date November 05, 2017
* @bug No... | [
"jeffniu22@gmail.com"
] | jeffniu22@gmail.com |
d19721dd85cf05a22fb1573b853bb9acdddac364 | f32d05dc32431e44c1805005b98d8b6262ebae9a | /util/workq.cpp | 0923c483f8c17f88a62145fbd03e179340e53324 | [] | no_license | jogger0703/buildim | d19475801acc68125201b87fa768e2d814367a74 | f99dfe9c2fee057501364c1eb08accb962b5644f | refs/heads/master | 2016-09-05T12:15:34.918832 | 2014-09-11T09:42:05 | 2014-09-11T09:42:52 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,289 | cpp | #include "workq.h"
//
WorkQ::WorkQ(void)
{
valid = 0;
InitializeCriticalSection(&cs);
}
WorkQ::~WorkQ(void)
{
DeleteCriticalSection(&cs);
}
//////////////////////////////////////////////////////////////////////////
/*
* 初始化线程池
* max:线程池的最大容量
* worker_count:最大并发数
* timeout:超时粒度
* func_do:处理函数
* 成功返回0,失败返回错误码... | [
"zhaoxueqian@eyou.net"
] | zhaoxueqian@eyou.net |
d08996fd5c1a44d1cf2be5d5097264b900b99a25 | 10f96321263014ce31623e1799b2ba7181a528e6 | /GLSL_Lighting/source/glApplication.h | 483c14bed9103eaa2aa35baf0a3b84af2a2a4828 | [
"BSD-3-Clause"
] | permissive | ganadist/OpenGL_Study | 7511dbf421df79e843c83f1393918ffa83833f86 | c5dc93b0a980a442ed1c6b4fda7a771bf836844f | refs/heads/master | 2016-09-05T14:25:09.377840 | 2012-08-06T00:32:36 | 2012-08-06T00:32:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,656 | h | //*****************************************************************************
// Application Class
//
//(c) 2003-2006 by Martin Christen. All Rights reserved.
//******************************************************************************/
#ifndef GL_APPLICATION_H
#define GL_APPLICATION_H
//! \defgroup app Ap... | [
"ganadist@gmail.com"
] | ganadist@gmail.com |
3af831f0134221bb94995cad0b0d5e58d8363c28 | 68da090ac539f6b49c9330b05e1aef9d9773157d | /src/driver/driver-machine.h | 505c179eed3ecc473bec8c7a609c1f7ab90f9de1 | [] | no_license | TallDave67/state-machine | 64f939036dce8532585078deb7540de1b0d2e485 | 2203d1d042268cbdecb81087c99cb10eda4c7369 | refs/heads/main | 2023-06-12T02:19:29.459307 | 2021-07-04T15:08:26 | 2021-07-04T15:08:26 | 382,861,364 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 528 | h | #ifndef _DRIVER_MACHINE_H_
#define _DRIVER_MACHINE_H_
#include "manager-state.h"
#include "manager-transition.h"
#include "manager-event.h"
namespace Driver {
class Machine {
public:
Machine(Manager::State & _manager_state, Manager::Transition & _manager_transition, Manager::Event & _manager_event);... | [
"david.bellis1967@gmail.com"
] | david.bellis1967@gmail.com |
255355aab9a42f0fad4223ae1fe85023b9fcd4fc | b367fe5f0c2c50846b002b59472c50453e1629bc | /xbox_leak_may_2020/xbox trunk/xbox/private/windows/directx/dxg/d3dx8/mesh/skinmesh.h | 2fc8aed1a5d00d05b1a97d161b2839d3f3dd1f87 | [] | no_license | sgzwiz/xbox_leak_may_2020 | 11b441502a659c8da8a1aa199f89f6236dd59325 | fd00b4b3b2abb1ea6ef9ac64b755419741a3af00 | refs/heads/master | 2022-12-23T16:14:54.706755 | 2020-09-27T18:24:48 | 2020-09-27T18:24:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,507 | h | #pragma once
#ifndef __SKINMESH_H__
#define __SKINMESH_H__
/*//////////////////////////////////////////////////////////////////////////////
//
// File: skinmesh.h
//
// Copyright (C) 2000 Microsoft Corporation. All Rights Reserved.
//
//
////////////////////////////////////////////////////////////////////... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
7e20c6f52a15775c61ed9dec8201d7bb9bf62cd6 | 8a542c8145f5fc52faa5937afd65052f5a27ebf9 | /lib/util/WaveletCompressorUtil.cpp | 7d621db0f8e89e15316f3275400492d0abde197c | [
"BSD-2-Clause-Views"
] | permissive | sogorkis/wavelet-compressor | 2507aa34c02558e851532011bb31e150db473939 | 966b2ef3a750dfdb7cfbe482c60acb714a561bc2 | refs/heads/master | 2021-01-19T00:46:36.154847 | 2013-11-24T04:52:14 | 2013-11-24T04:52:14 | 14,655,786 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 939 | cpp | /*
* This file is subject to the terms and conditions defined in
* file 'LICENSE.txt', which is part of this source code package.
*/
#include <util/WaveletCompressorUtil.h>
#include <cstdio>
#include <cstdlib>
#include <cstdarg>
#include <cmath>
#include <limits>
bool verbose = false;
void setVerbose(bool value)... | [
"s.ogorkis@gmail.com"
] | s.ogorkis@gmail.com |
72bdb66667effcee3b395dc4fcf826b7ca60da61 | 0d2683fc825a1b329fe93cf1974d884f58c9f95f | /src/instapaper/qtinstapaperauth_p.h | d77eec8afafeb6bfc8d758f84b8f775c746d1940 | [] | no_license | Ahamtech/PaperClip | 4de2ff73dffca387f59cdb23b1fb007c44f7f363 | c4af5e638edf3aeb6144f49a47e770affca6a994 | refs/heads/master | 2021-05-02T09:49:14.163114 | 2017-02-05T19:00:13 | 2017-02-05T19:00:13 | 49,139,328 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,730 | h | /*
* QtInstapaper - A Instapaper.com library for Qt
*
* Copyright (c) 2014 Zoltán Benke (benecore@devpda.net)
* http://devpda.net
*
* The MIT License (MIT)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "... | [
"kanishkablack@gmx.com"
] | kanishkablack@gmx.com |
05ede9fb89f790a35272bbe286cb269370bb19c5 | 7e1107c4995489a26c4007e41b53ea8d00ab2134 | /game/code/meta/spheretriggervolume.h | ec643ccc3a148373294f06877f14ee90fb914da4 | [] | no_license | Svxy/The-Simpsons-Hit-and-Run | 83837eb2bfb79d5ddb008346313aad42cd39f10d | eb4b3404aa00220d659e532151dab13d642c17a3 | refs/heads/main | 2023-07-14T07:19:13.324803 | 2023-05-31T21:31:32 | 2023-05-31T21:31:32 | 647,840,572 | 591 | 45 | null | null | null | null | UTF-8 | C++ | false | false | 3,046 | h | //=============================================================================
// Copyright (C) 2002 Radical Entertainment Ltd. All rights reserved.
//
// File: spheretriggervolume.h
//
// Description: Sphere Trigger Volume class
//
// History: 03/04/2002 + Created -- Cary Brisebois
//
//==================... | [
"aidan61605@gmail.com"
] | aidan61605@gmail.com |
08fbdff518bff3a305c537200aa0a02a07699883 | a7645998ee14dc93742925580b8509ac0eb72452 | /2_4_texteditor/maintexteditor.h | 395ebfc99fe52b5e679129aad2ab25abf0d38a56 | [] | no_license | Jay-enhanced/QTLearn | 97d19a539c4896fb37e7897d3a40a56546f13d42 | 9432e23e7230b7e03dbdc64749d6c3b7369bce53 | refs/heads/master | 2023-02-03T01:09:45.862700 | 2020-12-27T08:24:26 | 2020-12-27T08:24:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 963 | h | #ifndef MAINTEXTEDITOR_H
#define MAINTEXTEDITOR_H
#include <QMainWindow>
#include <QLabel>
#include <QProgressBar>
#include <QSpinBox>
#include <QFontComboBox>
namespace Ui {
class MainTextEditor;
}
class MainTextEditor : public QMainWindow
{
Q_OBJECT
public:
explicit MainTextEditor(QWidget *parent = nullpt... | [
"woshihemingjie@outlook.com"
] | woshihemingjie@outlook.com |
ff455a8a9a8bec36a4d7849b0098fb3773114d8a | e0d9e44a383fc159ac5405180235780c78964eba | /src/old/gui/GuiInteractionDelegate.h | 7f5a4a087c422e7d5ec3904c67563c4e86389ffb | [] | no_license | stefanhendriks/googlecode-dune2themaker | 123819c2dd5616d11bf813f22b5034be7bc7311c | 82b946e436f169e1480d35d217ba270d528a9321 | refs/heads/master | 2021-05-28T10:42:59.990730 | 2015-04-09T07:34:29 | 2015-04-09T07:34:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 670 | h | /**
* The GuiInteractionDelegate is responsible for interaction with the user. GuiWindow's pass down the interaction
* to the concrete GuiInteractionDelegate classes.
*
* This is purely used as minimum interface so you are obliged to pass a delegate class at most abstract levels.
*
*/
#ifndef GUIDELEGATE_H_... | [
"stefanhen83@52bf4e17-6a1c-0410-83a1-9b5866916151"
] | stefanhen83@52bf4e17-6a1c-0410-83a1-9b5866916151 |
74319218bfdf537fe7d4c8839c1d257209705374 | 03b392459336e6bd02db655368ab69cea0f54db3 | /include/base_video.hpp | 4c78890d071ba7ac0f23d1fe50c4a3d3b1d087cf | [] | no_license | wivj4zm4fpg0/large_scale_data_processing | a70f86c0a83fe987a81a52d1636bedcc66116875 | b34ae093327cb9ba95c2079c3a4da1560ac4f95e | refs/heads/master | 2020-03-28T06:35:48.321714 | 2018-10-29T21:05:08 | 2018-10-29T21:05:08 | 147,846,168 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 278 | hpp | #ifndef _INCLUDE_BASE_
#define _INCLUDE_BASE_
#include "make_directory.hpp"
class Base_Video {
private:
char** argv;
public:
virtual void processing(string &input_path, string &output_path) = 0;
void large_scale_data_processing();
Base_Video(char** argv);
};
#endif
| [
"nzswlrkad8cw@gmail.com"
] | nzswlrkad8cw@gmail.com |
a4b1ae53ac66f66dad9d1a9becfaefb94b2a414f | a3e738f0854a34fab1e0606ddda2dc955a091374 | /Práctica 4/Práctica 4 Ingeniería de los Computadores - Grupo 2/COVARIANZA_V1_P4/generaMatrix.cc | 327cd9bf1acddf2603ce561d1354363e594ee9f0 | [] | no_license | Reyeselda95/IC | 40502baafd481436fd82b286192ffa3babb15f12 | 47c36c45f7e90eec0cc9733366a7592549cf0793 | refs/heads/master | 2020-06-14T13:25:58.618493 | 2017-07-18T00:38:18 | 2017-07-18T00:38:18 | 75,176,895 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,380 | cc |
#include <iostream>
/* rand example: guess the number */
#include <stdio.h> /* printf, scanf, puts, NULL */
#include <stdlib.h> /* srand, rand */
#include <time.h>
using namespace std;
int main ()
{
int num;
int estatura=150;
int pierna=90;
int pie=30;
int brazo=60;
int espalda=40;
int craneo... | [
"el_reyes_95@hotmail.com"
] | el_reyes_95@hotmail.com |
4fe0119c72160ec1b96f32f9c8344c946626ce2e | ced0044646a4271afadc9d5aecb0cebe34051d4a | /Source/example_ue4/UReuseListSp.h | 362c4a11293ea0cf70df086599e33c60e1342d50 | [] | no_license | asdlei99/example_ue4 | dd4cf53b360cb29222c52a640a6249d99eaf0730 | cbbc63e917900a63cb3802dbd3d90f916650f41b | refs/heads/master | 2022-04-12T11:19:19.581619 | 2020-03-13T11:49:56 | 2020-03-13T11:49:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,268 | h | // Fill out your copyright notice in the Description page of Project Settings.
/**************************************************************************
Author: levingong
Date: 2019-6-15
Description: 支持item任意大小的重用列表
**************************************************************************/
#pragma once
... | [
"gxj21720@126.com"
] | gxj21720@126.com |
90bd43f8f7d1803df31123f37b3541bbbf5e9357 | ee76147a967e323b8f2858996815d7fa5ed37419 | /source/loonyland2/display.h | 24c09ac77aaa47f011da6aee98dbc1d99e70c1b4 | [
"MIT"
] | permissive | glennneiger/HamSandwich | 4622bffdfaa1911fd051029264a43b61e018a91f | bc1878de81797a72c18d476ad2d274e7fd604244 | refs/heads/master | 2020-05-31T14:05:37.106953 | 2019-06-04T23:30:36 | 2019-06-04T23:30:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,988 | h | #ifndef DISPLAY_H
#define DISPLAY_H
#include "mgldraw.h"
#include "jamulspr.h"
#include "jamulfont.h"
#include "cossin.h"
#include "map.h"
#include "tile.h"
#pragma pack(1)
/* This file handles all screen displaying. It's a go-between so that you
don't have to pass the mgldraw object everywhere, and also handles ... | [
"tad@platymuus.com"
] | tad@platymuus.com |
2e0b1e81da8d89bf019382c08bae3026e7036237 | b4e465c4c6a46e812829bd013ac7f6031a9e2e1f | /StoreManager/source/ItemManager.cpp | 5fc0bd5722bc5e6936448c169ecb2d8efafde531 | [] | no_license | Sushant-Chavan/StoreManager | 27f1b3a09e4b19601c31838bff5fc9c4f4d6a027 | 75354bd94705e90b42482af06128157cc1cdbc06 | refs/heads/master | 2020-04-11T21:59:02.143950 | 2014-10-30T18:32:56 | 2014-10-30T18:32:56 | 26,060,962 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,807 | cpp | #include "ItemManager.h"
itemManager::itemManager()
{
itemMap = new std::map<unsigned int, item*>;
}
void itemManager::addItem(const char* itemName, unsigned int itemCode, float quantity, unsigned int price)
{
item* newItem = new item;
newItem->setItemName(itemName);
newItem->setItemCode(itemCode);
newItem->setI... | [
"suvich15@rediffmail.com"
] | suvich15@rediffmail.com |
87815329ad51d97bad5059f533c1cf90c6878509 | 44d5ddeb77c4560af99f718fbc0a47de86a60fbd | /C++/Examples/C++/boost/25. PropertyTree/25.3. Accessing data with a translator.cpp | c05f4c66ff09654423fa5fefd1dd9914d910749c | [] | no_license | tuandat64/rpw | f55c707f52d0a4b02fdbda59bd295e0dd5206f3c | be3d40ee52d487e83df20f6757c228d638c12d77 | refs/heads/master | 2023-03-05T15:14:13.308877 | 2021-02-18T08:37:09 | 2021-02-18T08:37:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 972 | cpp | #include "stdafx.h" //Chapter 25. Boost.PropertyTree - Example 25.3. Accessing data with a translator @ https://theboostcpplibraries.com/boost.propertytree
#include <boost/property_tree/ptree.hpp>
#include <boost/optional.hpp>
#include <iostream>
using namespace std;
#include <cstdlib>
struct string_to_int_translator ... | [
"apkretov@hotmail.com"
] | apkretov@hotmail.com |
3c083def648c21c7cb139671e98b87e2b967acd6 | 190e614f7722b8c95a3bb76b2f702ab55ed942e6 | /PressureEngineCore/Src/Graphics/Models/TexturedModel.h | 49df61a7138fd0be73d3151a47d3a90df2cc060c | [
"MIT"
] | permissive | templeblock/PressureEngine | ec11ffe99bcf5e8811fd21ec5e8bccbde4219e39 | 6b023165fcaecb267e13cf5532ea26a8da3f1450 | refs/heads/master | 2020-04-17T07:15:57.032285 | 2019-01-06T12:29:57 | 2019-01-06T12:29:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,069 | h | #pragma once
#include "../Models/RawModel.h"
#include "../Textures/ModelTexture.h"
#include "../../DllExport.h"
namespace Pressure {
class PRESSURE_API TexturedModel {
private:
RawModel m_RawModel;
ModelTexture m_Texture;
public:
TexturedModel(RawModel model, ModelTexture texture)
: m_RawModel(model), m... | [
"olli.larsson@hotmail.com"
] | olli.larsson@hotmail.com |
02b1b923ce9f924e4cd74d7b519d7d668a4b0919 | 6fd4564eea09aa91c1c9f60fdddece7e3d2e1cd5 | /previous Practiced/sticker thief .cpp | a6f0834a5fccc064e72b463e005f0f45a70bc27c | [] | no_license | itechsubhan/data-structures | 61783cc8440307dd9c89f17cfc32f8bf6ba32eb6 | e64b2fd483099077f8468a9983d7431689e81371 | refs/heads/master | 2023-09-03T02:45:19.372706 | 2021-11-19T11:59:44 | 2021-11-19T11:59:44 | 429,775,143 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 684 | cpp |
#include <bits/stdc++.h>
using namespace std;
void solve()
{
int n,t=1,i,j,k;
dp[0] = arr[0];
dp[1] = max(arr[0], arr[1]);
int temp;
// Iterate from i = 2 to n.
for(int i = 2; i < n; i++) {
// maximum value till ith house will be
// maximum of (i-1)th house withou... | [
"subhanitech63@gmail.com"
] | subhanitech63@gmail.com |
951d87a76bf58b5ae39191d486022eea26d4ead3 | 70022f7e5ac4c229e412b51db248fdd08a0a5b28 | /src/examples/cpp/call_passed_indirectly_to_call.cpp | c31ee8f6fc44c9081f445b77085de9525d85b1bd | [] | no_license | agrippa/chimes | 6465fc48f118154e9d42fbd26d6b87a7dce7c5e9 | 695bb5bb54efbcd61469acda79b6ba6532e2d1d9 | refs/heads/master | 2020-12-25T14:02:17.752481 | 2016-07-04T02:20:59 | 2016-07-04T02:20:59 | 23,259,130 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 240 | cpp | #include <checkpoint.h>
#include <assert.h>
int foo(int *a, int s) {
*a = s;
}
int bar() {
return 6;
}
int main(int argc, char **argv) {
int b;
foo(&b, bar() + 9);
checkpoint();
assert(b == 9);
return 0;
}
| [
"jmaxg3@gmail.com"
] | jmaxg3@gmail.com |
d850f158620aeef5b5595deb457c08fec50e4d06 | d44fe46073bcee3b42d84f43170614dc2249687d | /GameJam_v3.2/GameEngineBase/externals/Havok/includes/Source/ContentTools/Common/Filters/FilterTutorial/ConvertToPhantomAction/MyPhantomShape.cpp | 6e9cb6527b8b172544715c07f7b1a096ce11305b | [
"MIT"
] | permissive | aditgoyal19/Tropical-Go-Kart-Bananas | 1b162a3c994f90d3e5f432bd68251411a369812c | ed3c0489402f8a559c77b56545bd8ebc79c4c563 | refs/heads/master | 2021-01-11T15:21:24.709156 | 2017-07-06T21:07:36 | 2017-07-06T21:07:36 | 80,340,694 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,845 | cpp | /*
*
* Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
* prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
* Product and Trade Secret source code contains trade secrets ... | [
"a_goyal3@fanshaweonline.ca"
] | a_goyal3@fanshaweonline.ca |
d04992b52749dbba8a5c7c497948ccbe4109f7c7 | 267c478c3f7bd3c202361c974e8cf987bf7bb72e | /TCStruct3Lib/StandardOutput.h | 44d18ef06810deac5d3bc404c66b5511b6c6ea01 | [] | no_license | TCSolutions/TCStruct3 | ac8ce32c9786961b527a5e38550dddb853e07bea | 60f1b7b151d1faa98f777ea23062c236a68fe04a | refs/heads/master | 2021-01-23T12:25:44.567432 | 2013-08-22T08:21:56 | 2013-08-22T08:21:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 431 | h | #ifndef STANDARDOUTPUT_H
#define STANDARDOUTPUT_H
#include "Global.h"
namespace StandardOutputHandler
{
typedef bool _stdcall StandardOutputCallback(char* szOutput);
NOMANGLE bool EXPORTED SetSTANDARDOUTPUTCallback(StandardOutputCallback* soCallback);
NOMANGLE bool EXPORTED FreeSTANDARDOUTPUTCallback(void);
boo... | [
"TCSolutions@live.com"
] | TCSolutions@live.com |
c470e4fc8c2d4fdfb40c9053a0d8e130dba37adf | 4979915833a11a0306b66a25a91fadd009e7d863 | /src/ui/scenic/lib/input/tests/touch_source_test.cc | aa68d4995483b48d88b3e2788878b555592d6adc | [
"BSD-2-Clause"
] | permissive | dreamboy9/fuchsia | 1f39918fb8fe71d785b43b90e0b3128d440bd33f | 4ec0c406a28f193fe6e7376ee7696cca0532d4ba | refs/heads/master | 2023-05-08T02:11:06.045588 | 2021-06-03T01:59:17 | 2021-06-03T01:59:17 | 373,352,924 | 0 | 0 | NOASSERTION | 2021-06-03T01:59:18 | 2021-06-03T01:58:57 | null | UTF-8 | C++ | false | false | 28,588 | cc | // Copyright 2021 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 "src/ui/scenic/lib/input/touch_source.h"
#include <lib/async-testing/test_loop.h>
#include <lib/syslog/cpp/macros.h>
#include <gmock/gmock.h>
#i... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
f9a788f550756c6b04fbd578f1a2d12b9a9f9194 | cf8ddfc720bf6451c4ef4fa01684327431db1919 | /SDK/ARKSurvivalEvolved_PrimalItemConsumable_Veggie_Citronal_parameters.hpp | 7852837d9dc8182a9ddb191bfa2411f86ebc2a09 | [
"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_PrimalItemConsumable_Veggie_Citronal_classes.hpp"
namespace sdk
{
//---------------------------------------------------------------------------
//Parameters
//---------------------------------... | [
"sergey.2bite@gmail.com"
] | sergey.2bite@gmail.com |
7662f6e6aa74280270feea4e4da085973d378588 | 298d592e0f76705e1b1523879366a4bab89bb004 | /src/util/vec3.h | b2ed7137f8b81477e7870459efaa91982b654b8a | [
"MIT"
] | permissive | delbon93/cpu_raymarcher | c8245ff23e6021442a49344bac60adca03734fac | c756072651482e1b33cd0e3574ba796c278372eb | refs/heads/main | 2023-04-11T16:46:49.456445 | 2021-05-13T12:05:21 | 2021-05-13T12:05:21 | 365,757,672 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,667 | h | #ifndef RAYTRACING_IN_A_WEEKEND_VEC3_H
#define RAYTRACING_IN_A_WEEKEND_VEC3_H
#include <cmath>
#include <iostream>
using std::sqrt;
/**
* 3-component vector class
*/
class vec3 {
public:
/**
* Creates zero-vector
*/
vec3() : e{0, 0, 0} {}
/**
* Creates vector with all components set to ... | [
"delbon93@gmail.com"
] | delbon93@gmail.com |
6c08baff3c0e122526189c7bc0223d24c951a1b3 | b28305dab0be0e03765c62b97bcd7f49a4f8073d | /content/browser/frame_host/mixed_content_navigation_throttle.cc | ea6fff18bc4d021136db0d22a2114369e88f7a9e | [
"BSD-3-Clause"
] | permissive | svarvel/browser-android-tabs | 9e5e27e0a6e302a12fe784ca06123e5ce090ced5 | bd198b4c7a1aca2f3e91f33005d881f42a8d0c3f | refs/heads/base-72.0.3626.105 | 2020-04-24T12:16:31.442851 | 2019-08-02T19:15:36 | 2019-08-02T19:15:36 | 171,950,555 | 1 | 2 | NOASSERTION | 2019-08-02T19:15:37 | 2019-02-21T21:47:44 | null | UTF-8 | C++ | false | false | 14,342 | cc | // Copyright 2017 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/browser/frame_host/mixed_content_navigation_throttle.h"
#include "base/memory/ptr_util.h"
#include "base/stl_util.h"
#include "content/... | [
"artem@brave.com"
] | artem@brave.com |
8d4768251f6bbf5f2f3c5470b3a313431eea775c | a268fbce386bcfaa31cbff2eb229f3bd45f00a98 | /lib/renderer.h | 9dd2f188bcede29bd61d51a54001750d01c34474 | [] | no_license | myhau/pong-arduino | ce097e8668df890bd51672fca50fc5d7238c223b | 1e01df97d83818d283db5e59359735e4ba95b6d1 | refs/heads/master | 2021-01-10T06:54:19.005932 | 2016-01-17T12:21:30 | 2016-01-17T12:21:30 | 45,694,121 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 503 | h | //
// Created by mihau on 11/10/15.
//
#ifndef PONG_ARDUINO_MOCK_RENDERER_H
#define PONG_ARDUINO_MOCK_RENDERER_H
#include "color.h"
class Renderer {
public:
virtual void drawRect(int x, int y, int width, int height, Color c, bool filled = false) = 0;
virtual void drawCircle(int x, int y, int radius, Color c,... | [
"mmyhau@gmail.com"
] | mmyhau@gmail.com |
923dec6fe33fe305b8c3733d43a93c6acba2ab91 | 7bc74c12d85d5298f437d043fdc48943ccfdeda7 | /001_Project/102_interfaceTMP/adas/gen/dbus/provides/v1/com/harman/adas/ADASDiagTypeDBusDeployment.hpp | 5d2357dd4fbd49c6d79dd7fe144a9144e1e976e5 | [] | no_license | BobDeng1974/cameraframework-github | 364dd6e9c3d09a06384bb4772a24ed38b49cbc30 | 86efc7356d94f4957998e6e0ae718bd9ed4a4ba0 | refs/heads/master | 2020-08-29T16:14:02.898866 | 2017-12-15T14:55:25 | 2017-12-15T14:55:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 973 | hpp | /*
* This file was generated by the CommonAPI Generators.
* Used org.genivi.commonapi.dbus 3.1.5.201702211714.
* Used org.franca.core 0.9.1.201412191134.
*
* generated by DCIF CodeGen Version: R2_v2.3.0
* generated on: Tue Aug 01 13:37:50 CST 2017
*/
#ifndef V1_COM_HARMAN_ADAS_ADAS_DIAG_TYPE_DBUS_DEPLOYMENT_HPP_
#defi... | [
"guofeng.lu@harman.com"
] | guofeng.lu@harman.com |
bfb56af7b0fb1c58a820704ab911b6c992b72830 | 38c10c01007624cd2056884f25e0d6ab85442194 | /cc/test/surface_aggregator_test_helpers.h | 0848515cfdce95bc04d15fe95bb1d134da6d0fef | [
"BSD-3-Clause"
] | permissive | zenoalbisser/chromium | 6ecf37b6c030c84f1b26282bc4ef95769c62a9b2 | e71f21b9b4b9b839f5093301974a45545dad2691 | refs/heads/master | 2022-12-25T14:23:18.568575 | 2016-07-14T21:49:52 | 2016-07-23T08:02:51 | 63,980,627 | 0 | 2 | BSD-3-Clause | 2022-12-12T12:43:41 | 2016-07-22T20:14:04 | null | UTF-8 | C++ | false | false | 2,586 | 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 CC_TEST_SURFACE_AGGREGATOR_TEST_HELPERS_H_
#define CC_TEST_SURFACE_AGGREGATOR_TEST_HELPERS_H_
#include "cc/base/scoped_ptr_vector.h"
#include "cc... | [
"zeno.albisser@hemispherian.com"
] | zeno.albisser@hemispherian.com |
08a50ff405c744a0fc2f19be4844cce46d844f58 | cadd1aed4a0657a5f218008a5e31a4d1029ad575 | /source/autogen/PlayerControl.hpp | c1ee065c65e16d70c546791d468719456805bf2e | [
"MIT"
] | permissive | kokjij/among-us-replay-mod | ccdf25da98baa55111f9238381e9c4dbed6f8b61 | e47cabeea466fee1f47a06600eefcde9e4a48a8a | refs/heads/master | 2023-04-13T06:21:12.799225 | 2021-04-13T12:42:26 | 2021-04-13T12:42:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,713 | hpp | #pragma once
#include <autogen/InnerNet/InnerNetObject.hpp>
#include <autogen/System/Collections/Generic/List.hpp>
struct PlayerTask;
struct CustomNetworkTransform;
// IHFJHCCJLKB in 2020.10.8i
// GLHCHLEDNBA in 2020.10.22s
// APNNOJFGDGP in 2020.11.4s
// JENJGDMOEOC in 2020.11.17s
// FFGALNAPKCD in 2020.12.9s
// Pl... | [
"akaraevz@mail.ru"
] | akaraevz@mail.ru |
5a48feda91568bec4977a5bdbd704f0a107472ee | b7e838eb0204b4a94c2809922d16abbb5630bfca | /MathLib/LinAlg/PETSc/PETScMatrix.cpp | 8e706128cb03fc60d6e79f3a2168532c27c4b29e | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | robertladwig/ogs | c80856672e075eb89bc4b014d4d3f5a1d46cf074 | 78b71852e6e8d79c39bbc93bb3bc934ce04372ed | refs/heads/master | 2021-01-18T02:41:13.360596 | 2014-06-20T12:54:12 | 2014-06-20T12:54:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,049 | cpp | /*!
\file PETScMatrix.cpp
\brief Definition of member functions of class PETScMatrix, which provides an interface to
PETSc matrix routines.
\author Wenqing Wang
\date Nov 2011 - Sep 2013
\copyright
Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org)
Distrib... | [
"wenqing.wang@ufz.de"
] | wenqing.wang@ufz.de |
d6f31df313ecc0726d605f0d443d7f7e114b8d4f | 2b73263ff59ecb6a6e4afc587cb92f10fae0bfa4 | /isis/src/base/objs/CubeDataThread/CubeDataThread.cpp | 445d2ad0b825269dd915c5d963ace930d460efde | [
"Unlicense"
] | permissive | paarongiroux/ISIS3 | 2bd0ba3db95ee3a1121ff847253a4a859a96ef2a | 5b4b9b528707a0b8730872f7d7a79130bbd03c93 | refs/heads/dev | 2020-04-24T06:26:46.647519 | 2019-05-17T16:52:20 | 2019-05-17T16:52:20 | 171,765,048 | 0 | 0 | Unlicense | 2019-11-06T20:44:14 | 2019-02-20T23:25:41 | C++ | UTF-8 | C++ | false | false | 24,742 | cpp | #include "IsisDebug.h"
#include "CubeDataThread.h"
#include <QApplication>
#include <QEventLoop>
#include <QMap>
#include <QMutex>
#include <QPair>
#include <QReadWriteLock>
#include <QString>
#include <iomanip>
#include <iostream>
#include "Brick.h"
#include "Cube.h"
#include "FileName.h"
#include "IException.h"
#i... | [
"slambright@usgs.gov"
] | slambright@usgs.gov |
da4d2ce99e39350cd2a2170b85206135db944569 | 5e557741c8867bca4c4bcf2d5e67409211d059a3 | /torch/csrc/jit/tensorexpr/bounds_inference.h | 8defed23aaa14c6ab7d0453da3e9cf441aa6e0eb | [
"BSD-2-Clause",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"BSL-1.0",
"Apache-2.0"
] | permissive | Pandinosaurus/pytorch | a2bb724cfc548f0f2278b5af2fd8b1d2758adb76 | bb8978f605e203fbb780f03010fefbece35ac51c | refs/heads/master | 2023-05-02T20:07:23.577610 | 2021-11-05T14:01:30 | 2021-11-05T14:04:40 | 119,666,381 | 2 | 0 | NOASSERTION | 2021-11-05T19:55:56 | 2018-01-31T09:37:34 | C++ | UTF-8 | C++ | false | false | 2,230 | h | #pragma once
#include <map>
#include <unordered_map>
#include <vector>
#include <torch/csrc/WindowsTorchApiMacro.h>
#include <torch/csrc/jit/tensorexpr/mem_dependency_checker.h>
namespace torch {
namespace jit {
namespace tensorexpr {
class Expr;
class Buf;
class Stmt;
enum C10_API_ENUM TensorAccessKind { kLoad, k... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
06f83e921b301f362b68e8bc8725448b9fce8ec4 | 841a74fa03f511fb8ad0a838d0a175a0e6e10d7b | /Beginner/042/B.cpp | d2ad3374cfc9e9787975e215fc2d3a1bb622ad96 | [] | no_license | arusuDev/ATC | e8ed22632dac1dbbfb9fd209162b4955b2f4719f | fe95c568f9dffc5786bc8432cf15e8cba2b037b6 | refs/heads/master | 2023-08-10T02:55:25.724574 | 2023-07-23T09:59:39 | 2023-07-23T09:59:39 | 202,337,559 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 349 | cpp | // C++のテンプレート
#include <iostream>
#include <string>
#include <algorithm>
#include <vector>
using namespace std;
int main(void){
int N,L;
cin >> N >> L;
vector<string> S(N);
for(int i=0;i<N;i++)
cin >> S[i];
sort(S.begin(),S.end());
for(int i=0;i<N;i++){
cout << S[i];
}
... | [
"arse.mria@gmail.com"
] | arse.mria@gmail.com |
885c858462403e247bef94c2a4c49d4862da19d7 | 875e79dd215328697da2876e5803a0c481b0c6e1 | /SyGameBase/ClientBase/uibase/UILabel.h | 6df043ef693a2be04d85963f4e6fdb5bdc9b42fa | [] | no_license | jijinlong/SyGame | 304fd85653b147838a77d795e80bc54e89195071 | b6bf9d6f7a0d4cd8d5fbe82e84b79683a6c71ae5 | refs/heads/master | 2021-01-22T05:15:44.142811 | 2013-10-25T05:40:10 | 2013-10-25T05:40:10 | 11,146,791 | 6 | 3 | null | null | null | null | GB18030 | C++ | false | false | 1,183 | h | #pragma once
#include "cocos2d.h"
#include "UIBase.h"
NS_CC_BEGIN
class UILabel:public UIBase{
public:
static UILabel* create(const char *content,float fontSize);
static UILabel* create();
void beLoaded();
bool initWithContent(const char *content,float fontSize);
void setPosition(float x,float y);
void setSize... | [
"jjl_2009_hi@163.com"
] | jjl_2009_hi@163.com |
b14bb2e54ebfbee382e1c82ae82411d93ec0cc77 | 230b7714d61bbbc9a75dd9adc487706dffbf301e | /components/omnibox/browser/favicon_cache.h | 1a6b51d7ea4dbd4328a53be29d726114dcccc154 | [
"BSD-3-Clause"
] | permissive | byte4byte/cloudretro | efe4f8275f267e553ba82068c91ed801d02637a7 | 4d6e047d4726c1d3d1d119dfb55c8b0f29f6b39a | refs/heads/master | 2023-02-22T02:59:29.357795 | 2021-01-25T02:32:24 | 2021-01-25T02:32:24 | 197,294,750 | 1 | 2 | BSD-3-Clause | 2019-09-11T19:35:45 | 2019-07-17T01:48:48 | null | UTF-8 | C++ | false | false | 5,573 | h | // Copyright 2018 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_OMNIBOX_BROWSER_FAVICON_CACHE_H_
#define COMPONENTS_OMNIBOX_BROWSER_FAVICON_CACHE_H_
#include <list>
#include <map>
#include "base/ca... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
3577ef6807b44158d8fc8b9304b78bf20ba12152 | e6b5d019e565ce55b2febfbe21b82c2a21723385 | /TheWaySoFar-Training/2016-01-17/j.cpp | 9b038edf15e6fbb8c66a1946d0cde0df247e0036 | [] | no_license | Sd-Invol/shoka | a628f7e8544d8eb110014316ab16ef3aed7b7433 | 1281cb43501d9ef127a2c67aebfba1905229502b | refs/heads/master | 2023-06-06T07:23:09.496837 | 2023-05-13T14:46:23 | 2023-05-13T14:46:23 | 13,319,608 | 37 | 17 | null | null | null | null | UTF-8 | C++ | false | false | 7,490 | cpp | #include <iostream>
#include <cstdio>
#include <cstring>
#include <vector>
#include <queue>
#include <algorithm>
#include <set>
#include <map>
using namespace std;
const int N = 2005;
int W , H , n , m , K;
int cx[N] , cy[N] , hp[N];
int tx[N] , ty[N] , ms[N];
set< pair<int , int> > Mountain;
map< pair<int , int> , in... | [
"Sd.Invol@gmail.com"
] | Sd.Invol@gmail.com |
d14f2ce7c014a71d579ad9aca8d83c83a5eb7405 | 5bc47dcf9ab0843b9d06bc25012bcb2f78874216 | /697B.cpp | 8067e5f800d65ace3142699b9df41c22ab615e7f | [] | no_license | MijaTola/Codeforce | 428f466248a4e9d42ac457aa971f681320dc5018 | 9e85803464ed192c6c643bd0f920f345503ac967 | refs/heads/master | 2021-01-10T16:27:12.479907 | 2020-10-14T15:00:14 | 2020-10-14T15:00:14 | 45,284,776 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,628 | cpp | #include <iostream>
#include <algorithm>
#include <queue>
#include <stack>
#include <vector>
#include <climits>
#include <map>
#include <set>
#include <cassert>
#include <cstdio>
#include <cstring>
#include <cmath>
#include <deque>
#include <string>
#include <sstream>
using namespace std;
typedef long long ll;
int ... | [
"mija.tola.ap@gmail.com"
] | mija.tola.ap@gmail.com |
5327ce8d6aa681c72be12eae56cf85c0750d21f7 | aba9b00edec394f1389a7ecf88a290112303414d | /semestr_3/obiektowe/11/cwym.h | b5e030bedbb916082d41f9b2bea671b1b715a585 | [] | no_license | torgiren/szkola | 2aca12807f0030f8e2ae2dfcb808bf7cae5e2e27 | 5ed18bed273ab25b8e52a488e28af239b8beb89c | refs/heads/master | 2020-12-25T18:18:36.317496 | 2014-04-27T23:43:21 | 2014-04-27T23:43:21 | 3,892,030 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 273 | h | #ifndef __CWYM__
#define __CWYM__
#include <iostream>
using namespace std;
class CWym
{
public:
friend class CTabWym;
friend ostream& operator<<(ostream& out, CWym& co);
CWym(int l=0,int m=1);
CWym operator+(CWym& wym);
private:
int itsL;
int itsM;
};
#endif
| [
"i9fabryk@fatcat.ftj.agh.edu.pl"
] | i9fabryk@fatcat.ftj.agh.edu.pl |
6ec0224c06a661360c7a8233e50cd008908e75c5 | 3fc5033efb6a5fbb7b6900d6908956de0f1cc4ab | /xls/codegen/function_to_proc.cc | 442c1bea066a4e1b47bcd44a6b3245fd2bafa5ed | [
"Apache-2.0"
] | permissive | Tryweirder/xls | bbee800563cae923c563d7456531d095c95d2050 | befa3ddfb52f8504e50569b6424fc384aa20f9e7 | refs/heads/main | 2023-04-20T00:15:08.222701 | 2021-04-30T23:06:39 | 2021-04-30T23:07:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,982 | cc | // Copyright 2021 The XLS Authors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed t... | [
"copybara-worker@google.com"
] | copybara-worker@google.com |
d8dfbcf1cf395b5f677c5c421805049c426c5f7a | ed997b3a8723cc9e77787c1d868f9300b0097473 | /libs/math/tools/ellint_pi3_data.cpp | d77d81901246d07d22eff4285429901932b8ba17 | [
"BSL-1.0"
] | permissive | juslee/boost-svn | 7ddb99e2046e5153e7cb5680575588a9aa8c79b2 | 6d5a03c1f5ed3e2b23bd0f3ad98d13ff33d4dcbb | refs/heads/master | 2023-04-13T11:00:16.289416 | 2012-11-16T11:14:39 | 2012-11-16T11:14:39 | 6,734,455 | 0 | 0 | BSL-1.0 | 2023-04-03T23:13:08 | 2012-11-17T11:21:17 | C++ | UTF-8 | C++ | false | false | 2,172 | cpp | // Copyright John Maddock 2006.
// Use, modification and distribution are subject to 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)
#include <boost/math/bindings/rr.hpp>
//#include <boost/math/tools/dual_precision.hpp>
#includ... | [
"johnmaddock@b8fc166d-592f-0410-95f2-cb63ce0dd405"
] | johnmaddock@b8fc166d-592f-0410-95f2-cb63ce0dd405 |
e8bf271494c6ee91197c330e5b96164f82c33d7b | f3d3796a62d5f2c222bd88054ea1ec0c6ebea454 | /src/ini/SimpleIni.h | 6a29adad2acbb617eea3a982bba9fe2d4d56ed25 | [
"BSD-3-Clause"
] | permissive | open-license-manager/lcc-license-generator | 57ae2c42c13e8f8376d396867ef777cbedf7d6c6 | 816fc5787786541a9074b2a5c3f665d54fac28b0 | refs/heads/develop | 2022-08-27T11:11:11.602507 | 2021-05-27T00:38:34 | 2021-05-27T00:38:34 | 217,804,988 | 39 | 37 | BSD-3-Clause | 2022-08-22T14:35:11 | 2019-10-27T04:30:51 | C++ | UTF-8 | C++ | false | false | 105,536 | h | /** @mainpage
<table>
<tr><th>Library <td>SimpleIni
<tr><th>File <td>SimpleIni.h
<tr><th>Author <td>Brodie Thiesfield [code at jellycan dot com]
<tr><th>Source <td>https://github.com/brofield/simpleini
<tr><th>Version <td>4.17
</table>
Jump to the @link CSimpleIniTempl CSimpleIni... | [
"gcontini@users.noreply.github.com"
] | gcontini@users.noreply.github.com |
ab314fa96282c2fa9a4d8ed84bd170288868019f | 47924885db91ffb9b6860c6a8886c84d5ed7aaa2 | /1014.最佳观光组合.cpp | 7f35e5c695b5835959fe7f2bdf89e81dfe35d867 | [] | no_license | wanghuohuo0716/myleetcode | 576711f88996358910cce5c2c5231d636bbf0242 | 743e2f44c3696339d8f959de47bca8416ccda63d | refs/heads/master | 2020-09-13T07:41:29.291862 | 2020-03-14T03:50:33 | 2020-03-14T03:50:33 | 222,698,286 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 791 | cpp | /*
* @lc app=leetcode.cn id=1014 lang=cpp
*
* [1014] 最佳观光组合
*/
#include <vector>
using namespace std;
// 此题的本质是求A[i] + A[j] + i - j的最大值,这个值可以解耦计算,分别计算A[i] + i与A[j] - j的最大值,然后求和即可
// 即维护两个变量记录这两个最大值,一遍遍历完后就知道了结果
// @lc code=start
class Solution{
public:
int maxScoreSightseeingPair(vector<int> &A){
int r... | [
"wanghuohuo0716@outlook.com"
] | wanghuohuo0716@outlook.com |
61e7bbd79fbfec7109bcec5a182f777dacee0202 | 0f5e7c855849f14588168134921632e06a373589 | /Pods/gRPC-Core/src/core/lib/compression/stream_compression_gzip.cc | 682f712843a5b6a0284c824546765b0795d78919 | [
"MIT",
"Apache-2.0"
] | permissive | vanshg/MacAssistant | 477a743289a6ff34c8127d14c66ccfef4ca92a2c | a0c3b4fd6d01815159ca286b0bc135b0b55a5104 | refs/heads/master | 2023-03-07T18:11:18.372398 | 2023-03-05T23:23:34 | 2023-03-05T23:23:34 | 89,634,004 | 1,763 | 186 | MIT | 2020-09-22T18:54:18 | 2017-04-27T19:40:13 | Swift | UTF-8 | C++ | false | false | 7,989 | cc | /*
*
* Copyright 2017 gRPC authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... | [
"vansh.gandhi@gmail.com"
] | vansh.gandhi@gmail.com |
0b0c51affa591f691c50eae4b2e8b392c0252891 | deeff44aa20aa4202c5bbaa21ac04873f8e5318a | /ExplicitSolver.h | e62aa574b7a2c8c051c1f73432a7443a904f92ee | [] | no_license | dsbabkov/FiniteDifferenceMethod | 82958181a83ccb9ed1371a244cec52e29af0aac4 | 1d0164e495df8d23f2140d9910c5ec9dc8437f6e | refs/heads/master | 2021-01-20T22:05:15.289037 | 2016-08-18T14:14:12 | 2016-08-18T14:14:12 | 65,534,545 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 426 | h | #pragma once
#include "AbstractSolver.h"
#include <QObject>
class ExplicitSolver: public AbstractSolver
{
Q_OBJECT
Q_DISABLE_COPY(ExplicitSolver)
public:
ExplicitSolver();
virtual ~ExplicitSolver() override;
virtual void solve() override;
private:
void computeLayer();
double computedVal... | [
"dsbabkov@gmail.com"
] | dsbabkov@gmail.com |
45f252640e7963d1578e26462f4f08acbef7294c | ff231fed44ad0c0b3b9f1eec3a13400f89ea1fcb | /include/galaxy.h | 1ab10453d36b0d32ebbf2ae1a2a2878f3e9ffb29 | [
"MIT"
] | permissive | dpearson1983/SHELLBI | bad5ecd1ad7dfcec0308d97fe13ddd5a48d2acfe | 360509baf5cd03765751f3fbff15d4f0b060cb7a | refs/heads/master | 2020-03-26T19:03:48.055295 | 2018-08-18T19:23:37 | 2018-08-18T19:23:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 798 | h | #ifndef _GALAXY_H_
#define _GALAXY_H_
#include <vector>
#include <gsl/gsl_integration.h>
#include "cosmology.h"
#include "tpods.h"
class galaxy{
double ra, dec, red, w, nbar;
vec3<double> cart;
bool cart_set;
public:
galaxy(double RA, double DEC, double RED, double NZ, double W);
... | [
"dpearson@localhost.localdomain"
] | dpearson@localhost.localdomain |
7c3948b1d49314a0e634dd9c5df05754ca634c43 | 13b43eedd2f00f5195c2def8951760d5338be24f | /main.cpp | 14f7589819c18ece51083fe6f74cc63a7b2f4609 | [] | no_license | y894577/Nanhai_Guide | 1a880cb65b7e76a3db805cffa0c70121958cdba5 | cdb4e14a13045ad5d221c03fdb981adc5d3f377c | refs/heads/master | 2020-09-24T14:37:13.618267 | 2019-12-04T08:20:12 | 2019-12-04T08:20:12 | 225,782,202 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 644 | cpp | #include "mainwindow.h"
#include "main_welcome.h"
#include "test.h"
#include "mgraph.h"
#include <QApplication>
#include <QPushButton>
#include <QDebug>
#include <QSpinBox>
#include <QSlider>
#include <QLayout>
#include <QMainWindow>
#include <QQuickWidget>
#include <QUrl>
#include <QtQuickControls2>
#include <QDeskto... | [
"44811269+y894577@users.noreply.github.com"
] | 44811269+y894577@users.noreply.github.com |
81fea5492a9982c4138e96dc25b53c89502ceb50 | d0be9a869d4631c58d09ad538b0908554d204e1c | /utf8/lib/client/FairyCore/src/EffectSystem/FairyEffectManager.h | 0119e31836bf5de91d4e3965cb20f74383a00cec | [] | no_license | World3D/pap | 19ec5610393e429995f9e9b9eb8628fa597be80b | de797075062ba53037c1f68cd80ee6ab3ed55cbe | refs/heads/master | 2021-05-27T08:53:38.964500 | 2014-07-24T08:10:40 | 2014-07-24T08:10:40 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 12,432 | h | /********************************************************************
filename: FairyEffectManager.h
created: 2005/10/5
author: Weiliang Xie (feiyurainy@163.com)
purpose: effect manager manage all effects, skills and path files.
*********************************************************************/
#ifnde... | [
"viticm@126.com"
] | viticm@126.com |
c9c551cfc6faaaf7d89757e426b5b0a9daf4ffa8 | c0fa09fd6e1b5600cbfff63533669e3473c8b586 | /kernel_selector/core/actual_kernels/reorder/reorder_weights_kernel.cpp | fd230187c1f0be74833cade93799846d7a03113d | [
"BSL-1.0",
"Apache-2.0"
] | permissive | Guokr1991/clDNN | b2dae1371c9797bb563748f1c3a993d1bc3ba1a1 | 1b4b0c29faa07ae9a91b6f12b8b60e0ff49102fe | refs/heads/master | 2021-05-08T05:04:28.421525 | 2017-10-26T11:18:05 | 2017-10-26T11:18:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,236 | cpp | /*
// Copyright (c) 2016 Intel Corporation
//
// 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 o... | [
"tomasz.poniecki@intel.com"
] | tomasz.poniecki@intel.com |
f33b34fcf9283741451bb8bf488d903569a6a914 | 620ba07e9ff02e68ce3c90c1bcc9247fff1a5751 | /include/tracker_manager/tracker.h | dddc7bda9a14ced663b0125dc06152541b246e9f | [] | no_license | DHNicoles/Meepo | 1b4a33ea151383b943b7bf0a941ff5eff056c463 | 981f22dfc684054c6c907d73842a5836693e800e | refs/heads/master | 2020-03-25T19:54:11.969018 | 2018-08-09T05:43:50 | 2018-08-09T05:43:50 | 144,106,065 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,355 | h | /*
* File: BasicTracker.h
* Author: Joao F. Henriques, Joao Faro, Christian Bailer
* Contact address: henriques@isr.uc.pt, joaopfaro@gmail.com, Christian.Bailer@dfki.de
* Instute of Systems and Robotics- University of COimbra / Department Augmented Vision DFKI
*
* This source code is provided for for researc... | [
"18800152810@163.com"
] | 18800152810@163.com |
1ed2e87833ac33ba98449dd2ea88c00b0406d347 | 46d4712c82816290417d611a75b604d51b046ecc | /Samples/Win7Samples/multimedia/WMP/Wizards/services/templates/1033/Type1/sample.cpp | 08b40dd35c09882534850a1d9e91c5c97d0b02d7 | [
"MIT"
] | permissive | ennoherr/Windows-classic-samples | 00edd65e4808c21ca73def0a9bb2af9fa78b4f77 | a26f029a1385c7bea1c500b7f182d41fb6bcf571 | refs/heads/master | 2022-12-09T20:11:56.456977 | 2022-12-04T16:46:55 | 2022-12-04T16:46:55 | 156,835,248 | 1 | 0 | NOASSERTION | 2022-12-04T16:46:55 | 2018-11-09T08:50:41 | null | UTF-8 | C++ | false | false | 5,388 | cpp | //
// Copyright (c) Microsoft Corporation. All rights reserved.
//
#include "stdafx.h"
#include "[!output root].h"
CONTENT_PARTNER_GLOBALS g;
OBJECT_ENTRY_AUTO(__uuidof(C[!output Safe_root]), C[!output Safe_root])
C[!output Safe_root]::C[!output Safe_root]()
{
ZeroMemory( g.credentialsFile, MAX_PATH*sizeof(g.cre... | [
"chrisg@microsoft.com"
] | chrisg@microsoft.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.