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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dded14e6573e2022e0960b3d84ffee2d0e35d63e | 1deda48055f6ff3c4afb3d20c9c27ab78b403e70 | /src/classes/player/SWBestow.h | e3544668cd04a67c441e49b2e438c38a37469e61 | [] | no_license | Trogious/swmud | c5d60eb78bcdcbe9473db502a139285671cebcf1 | 93e0b40a69511b44d0175dcda6612a8ef79f3912 | refs/heads/master | 2021-07-24T14:25:48.787119 | 2020-04-13T16:54:01 | 2020-04-13T16:54:01 | 132,245,599 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 476 | h | /*
* SWBestow.h
*
* Created on: 2010-07-15
* Author: Trog
*/
#ifndef SWBESTOW_H_
#define SWBESTOW_H_
#include "SWCommand.h"
namespace player
{
class SWBestow: public SWCommand
{
public:
SWBestow()
{
}
SWBestow(const SWString &cmd) :
SWCommand(cmd)
{
}
SWBestow(const SWString &cmd, const SWInt &... | [
"trog@swmud.net"
] | trog@swmud.net |
6b312579b18ffcb801737d8250b914d0b6feffae | e213a99049af2297ed455c10de07adb0199964fc | /Sources/Serialized/Xml/Xml.cpp | cc3bd16a8365cdb55e48b5a4afcd25f1e86ccb5f | [
"MIT"
] | permissive | firedtoad/Acid | aab0541804b38775c620529b0157d61866de90d5 | ba6f1340206cd138ad4d30ac3e1a7c58af5b0c8e | refs/heads/master | 2020-04-26T19:25:54.908370 | 2019-03-02T03:08:07 | 2019-03-02T03:08:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,435 | cpp | #include "Xml.hpp"
#include "Files/Files.hpp"
namespace acid
{
Xml::Xml(const std::string &rootName) :
Metadata(rootName, "")
{
}
Xml::Xml(const std::string &rootName, Metadata *metadata) :
Metadata(rootName, "")
{
AddChildren(metadata, this);
}
void Xml::Load(std::istream *inStream)
{
ClearChildren... | [
"mattparks5855@gmail.com"
] | mattparks5855@gmail.com |
fb3760069ea3569c3dfc43babc5128d9d1302617 | deae7011a968494f64d3406123040760cc2b6361 | /src/win32/sdl_winmain.cpp | 013213f3c4bd88453180d46c12098d22c18cc3b0 | [] | no_license | ioan-chera/AutoWolf | 9499508ec1ca75bdee95ba5a0b7e92fc0881db09 | 0780662807138aad4145a65851215d8d8a8815de | refs/heads/master | 2022-02-11T18:34:01.393793 | 2022-01-19T06:27:33 | 2022-01-19T06:27:33 | 11,735,081 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 587 | cpp | #ifdef _WIN32
/*
SDL_main.c, placed in the public domain by Sam Lantinga 4/13/98
Modified to write stdout/stderr to a message box at shutdown by Ripper 2007-12-27
The WinMain function -- calls your program's main() function
*/
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
/* Include the SDL main d... | [
"ioan_chera@yahoo.com"
] | ioan_chera@yahoo.com |
8e2d238f7bb0450b64c22fb47ae4b30747093d91 | 4a56d4cd2a933ceb7f4b0296923c4506df34d807 | /OI - zadania/VIII OI/mapa_gest.cpp | d5302bf0c98eedaa945ccadebfe77d79864d176d | [] | no_license | kjamrozy/Algorytmika | 027b02f48b3b7b1a107f3d89df5202174dbd8b7b | 58249bd653651aaec8281fa3a83ced8f20490d88 | refs/heads/master | 2020-05-20T09:10:02.649972 | 2015-08-28T07:49:30 | 2015-08-28T07:49:30 | 41,513,165 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,076 | cpp | #include <algorithm>
#include <cstdio>
using namespace std;
#define FOR(x,b,e) for(int x=b;x<=e;x++)
#define FORD(x,b,e) for(int x=b;x>=e;x--)
#define REP(x,e) for(int x=0;x<e;x++)
#define MAXN 251
int n[MAXN][MAXN];
int l,r;
void init(){
FOR(i,1,l)
n[i][0]=n[i][0]+n[i-1][0];
FOR(i... | [
"karol.j.jamrozy@gmail.com"
] | karol.j.jamrozy@gmail.com |
48ed7a580e9edb972a8f991b4315180b109d29bb | f4201ae4eae45a1176c64341b33135b078f04f3d | /PGGroup/Entity.cpp | e96777d8c734598e359cc7fc26e35a0dc662383d | [] | no_license | Lefevrest/cs495-group | 381842a1a9ff199e371261847ee9ab03170f0706 | 9411afe1a266afe994f1ea7dcf4d44c79954b19b | refs/heads/master | 2021-01-14T10:16:49.187182 | 2015-12-08T21:52:36 | 2015-12-08T21:52:36 | 46,585,345 | 0 | 0 | null | 2015-11-20T20:33:11 | 2015-11-20T20:33:11 | null | UTF-8 | C++ | false | false | 5,184 | cpp | #include "Entity.h"
#include "PlaneEntity.h"
Entity::Entity(Vector* aPosition, GLuint *aTexture, GLfloat* aVertices, float aRadius) {
position = aPosition;
rotation = new Vector(0.0, 0.0, 0.0);
velocity = new Vector(0.0, 0.0, 0.0);
texture = aTexture;
opacity = 0;
radius = ((aRadius == NULL) ? 0.8f : aR... | [
"finapani@gmail.com"
] | finapani@gmail.com |
fd0601d6ae34c2e94956d86bc72f51b2f7734070 | 8308932a4ff85453f12834672cbd5d93ea394eef | /blib/wm/widgets/Image.cpp | d1f6501024834547c9e131cddc6c615d00ff058b | [] | no_license | psyops8905/blib | 1d34317b4a0f4aa5ca1dec8d24eea9b477c12d41 | b3c036bf5a2228b359e8de66dd60f9bdef8c982c | refs/heads/master | 2023-03-18T06:18:22.197039 | 2019-02-01T02:03:50 | 2019-02-01T02:03:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,373 | cpp | #include "Image.h"
//#include <gl/glew.h>
#include <glm/gtc/matrix_transform.hpp>
#include <blib/wm/WM.h>
#include <blib/Texture.h>
#include <blib/SpriteBatch.h>
#include <blib/Math.h>
namespace blib
{
namespace wm
{
namespace widgets
{
Image::Image(Texture* texture )
{
this->te... | [
"borfje@gmail.com"
] | borfje@gmail.com |
513870f4239b06935df853234f0dd84f17394ab0 | dbe0391bc048ab2719e2694f02b85f5096585b74 | /sortitout.cpp | cdaac15d28771e169ea42f931dc625f135cc47cf | [] | no_license | Asaad27/Competitive-programming | 4821e8030e7d4d551f65a13d67633b075d18a08e | e876736c2e1accfe3ff774454155fb80723178e6 | refs/heads/master | 2022-03-31T23:52:18.556535 | 2020-01-17T13:10:05 | 2020-01-17T13:10:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 294 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int n,x;
cin>>n;
vector< pair<int,int>> v;
for(int i=0;i<n;i++)
{
cin>>x;
v.push_back(make_pair(x,i));
}
sort(v.begin(),v.end());
for(int i=0;i<v.size();i++)
{
cout<<v[i].second<<" ";
}
cout<<endl;
return 0;
} | [
"asaadbelarbi15@gmail.com"
] | asaadbelarbi15@gmail.com |
2d92808552628a1d4d08430117aab1c3f6fadd3c | d7b84a31cafb72a3cb71b3a3cc724a68119ba18e | /Kvasir/0.7/U | 9571214a2be9f440d340d57d3cbb46f24df405ec | [] | no_license | benroque/Ragnorak | 6cc7c68db801f9281a4ac241da754bce88ef6caf | a1bfc2430cccb207192792acebdd1530f1388a4c | refs/heads/master | 2021-01-14T08:13:18.774988 | 2017-02-20T08:32:53 | 2017-02-20T08:32:53 | 82,008,402 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 703,013 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.1 |
... | [
"benroque94@gmail.com"
] | benroque94@gmail.com | |
efd66e854a0792dbaafab08f67a94e98e6fb3ef2 | e138a8fdd55e682fcd550f890cce63789416026e | /MCF/StreamFilters/StreamFilterBase.hpp | 8f5ed199b08562d36dc199b52c2396985033b06c | [] | no_license | lamboxn/MCF | bf8e4e5ba32b7b8c03435601fba77c5133e32aaa | 222883dc3d3ef8a348d6dd7ea9ff597c2b5e8f2c | refs/heads/master | 2021-01-21T07:15:02.563951 | 2015-12-10T10:59:09 | 2015-12-10T10:59:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,110 | hpp | // 这个文件是 MCF 的一部分。
// 有关具体授权说明,请参阅 MCFLicense.txt。
// Copyleft 2013 - 2015, LH_Mouse. All wrongs reserved.
#ifndef MCF_STREAM_FILTERS_STREAM_FILTER_BASE_HPP_
#define MCF_STREAM_FILTERS_STREAM_FILTER_BASE_HPP_
#include "../Core/StreamBuffer.hpp"
#include <cstddef>
#include <cstdint>
namespace MCF {
class StreamFilte... | [
"lh_mouse@126.com"
] | lh_mouse@126.com |
95c13c33a1b3f5be89336b92a9b9a9b40c6fbf6c | e741f43e6f28669f1330faa422bbf44c496b63b4 | /old/CmdLine.cc | 401db11e525c02d38d7efec348dee69d6ed776ef | [] | no_license | StevensDeptECE/CPE593 | d5ee7816a42d9db112a9618fb95c14922ccd8e75 | 3ca8115e84287a2afd18d27976720c159ab056a2 | refs/heads/master | 2023-04-26T21:07:47.252333 | 2023-04-19T01:25:09 | 2023-04-19T01:25:09 | 102,521,068 | 50 | 51 | null | 2023-03-05T17:45:52 | 2017-09-05T19:22:17 | C++ | UTF-8 | C++ | false | false | 158 | cc | #include <iostream>
#include <iostream>
using namespace std;
int main(int argc, char* argv[]) {
for (int i = 0; i < argc; i++)
cout << argv[i] << '\n';
}
| [
"Dov.Kruger@stevens.edu"
] | Dov.Kruger@stevens.edu |
56b5c2178919cdd6abd097cd096573c49a14b319 | 3e194ed62e1c2889200956f4869f4302fd8ec1e2 | /CodeChef/NovChallenge19/hardSeq.cpp | 01aee9a0ae88e35598e5e04a876fdf7b152f5296 | [] | no_license | Mythili007/CodePractice | 12200c4f0159a13768102162b81e7ad20664f7c3 | 8de758858887d71d23e2316a6396ec05398db197 | refs/heads/master | 2021-06-05T19:15:45.589220 | 2021-05-07T19:28:12 | 2021-05-07T19:28:12 | 135,747,445 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,465 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
int t;
cin >> t;
while (t-- > 0)
{
int n;
cin >> n;
int lastElement = 0, nextElement = 0;
int a[128], lastElementIndex;
a[1] = a[2] = 0;
for (int i = 3; i <= 128; i++)
{
// cou... | [
"indira.mythili@gmail.com"
] | indira.mythili@gmail.com |
e622fc1a7ac57c2520735396e92264cbe8234527 | b92769dda6c8b7e9bf79c48df810a702bfdf872f | /5.Loops&RelationalExpressions/Exercises/9.cpp | 5e39e468da1d74d909353d7e49da4956bc9adb54 | [
"MIT"
] | permissive | HuangStomach/Cpp-primer-plus | 4276e0a24887ef6d48f202107b7b4c448230cd20 | c8b2b90f10057e72da3ab570da7cc39220c88f70 | refs/heads/master | 2021-06-25T07:22:15.405581 | 2021-02-28T06:55:23 | 2021-02-28T06:55:23 | 209,192,905 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 322 | cpp | #include <iostream>
#include <string>
using namespace std;
int main(int argc, char const *argv[]) {
string str;
string done = "done";
int res = 0;
cout << "Enter words" << endl;
cin >> str;
while (str != done) {
res++;
cin >> str;
cin.get();
}
cout << "total: " << res << endl;
return 0;
... | [
"nxmbest@qq.com"
] | nxmbest@qq.com |
5359547ca3441218d3d54524288517a522d70428 | b5d733cbc502441ba9553ac52c4702b950436683 | /saves/0.0.0/include/Region.h | a016a6799f3d8e8f16414b8037276c462bac9482 | [] | no_license | thprfssr/OldProjectC | d033551eb45c98766b2511d17601321f8f9d8137 | bad7c86f04f298c03caae83ea249b0df4ae49709 | refs/heads/master | 2021-03-27T18:25:39.617947 | 2017-09-05T23:28:24 | 2017-09-05T23:28:24 | 102,539,520 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 299 | h | #pragma once
#include <fstream>
#include <string>
#include <SFML/Graphics.hpp>
#include "Game.h"
#include "Tile.h"
#include "Character.h"
class Region
{
public:
void manageRegion();
void drawTiles();
Region(int region_id);
private:
int m_region_id;
int m_tile_array[256];
};
| [
"jaca2899@gmail.com"
] | jaca2899@gmail.com |
7d55189f0f9c90567001a808cf7f12ce5128018e | bdfbd76440f360c6ecf73ca8d1301bb2ca371dca | /plugs/drkPvr/threaded.cpp | 2ff91a3aba127f68e4808d5e473874c9b3e4f763 | [] | no_license | PSP-Archive/nulldce-psp | a546dad4926230def9991ee1221fae8a7a00b74f | 7d9be432144d8aced3808ded537bded64691dc95 | refs/heads/main | 2023-08-25T02:43:22.199230 | 2021-10-16T22:58:28 | 2021-10-16T22:58:28 | 336,100,922 | 16 | 11 | null | 2021-04-25T04:03:49 | 2021-02-04T22:36:16 | C++ | UTF-8 | C++ | false | false | 1,975 | cpp | #include <queue>
#include "threaded.h"
#include <stdio.h>
#include <stdlib.h>
#include "Renderer_if.h"
#include "ta.h"
#include "spg.h"
#include "plugins/plugin_manager.h"
static volatile u32 TA_cachedIndex = 0;
#define vfpu_TADMA_cache_push(data) \
{ \
const u32 idx = PSP_UC(TA_cachedIndex); \
... | [
"grillo383@gmail.com"
] | grillo383@gmail.com |
3c4926b34b4781c652c5534aa115fe3917bdb834 | 3df01d7e712197babed04169b8602811330fb42f | /codeblocks/tree/tree_node_deletion_with_replacement_deepest.cpp | 6b47a91fa3b6946707d01fb981bb30339226df2e | [] | no_license | rohittiwarirvt/myCompetitiveProg | d43d4ec10d81bec0bf84811aaf736206cfcb66b8 | 7d8d257d0eee423893762a833a5cb438a1eca93f | refs/heads/mycpp-master | 2021-01-13T11:18:03.256898 | 2018-06-08T15:19:01 | 2018-06-08T15:19:01 | 81,396,726 | 0 | 0 | null | 2018-06-08T15:19:02 | 2017-02-09T01:54:27 | C | UTF-8 | C++ | false | false | 1,943 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <queue>
using namespace std;
struct tree {
int data;
struct tree * left;
struct tree * right;
};
struct tree* createNode(int data) {
struct tree* node = (struct tree*)malloc(sizeof(struct tree));
node->left= node->right = NULL;
node->data = data;
}
void ino... | [
"rohittiwarirvt@gmail.com"
] | rohittiwarirvt@gmail.com |
865a3e56f2b8b0627b58c944e64560b0484b4705 | 776f5892f1395bb8d30731a60466e4c756a44c8c | /contests/abc203/abc203_d/main.cc | 4de8c2d78e7016b555e6daea9f7d82aa236e1ae7 | [] | no_license | kkishi/atcoder | fae494af4b47a9f39f05e7536e93d5c4dd21555b | f21d22095699dbf064c0d084a5ce5a09a252dc6b | refs/heads/master | 2023-08-31T18:37:13.293499 | 2023-08-27T21:33:43 | 2023-08-27T21:33:43 | 264,760,383 | 0 | 0 | null | 2023-03-10T05:24:07 | 2020-05-17T21:30:14 | C++ | UTF-8 | C++ | false | false | 520 | cc | #include <bits/stdc++.h>
#include "atcoder.h"
#include "binary_search.h"
#include "cumulative_sum.h"
void Main() {
ints(n, k);
vector a(n, vector(n, int(0)));
cin >> a;
vector b(n, vector(n, int(0)));
wt(BinarySearch<int>(big, -1, [&](int x) {
rep(i, n) rep(j, n) b[i][j] = (a[i][j] <= x);
Cumulative... | [
"keisuke.kishimoto@gmail.com"
] | keisuke.kishimoto@gmail.com |
a0fd8552ce06b27b6838fcea81c55bea56000e69 | 9e283eaca525fc5b5aa86fcbf1b0c77942f93055 | /src/ChatManager.hpp | 9766b7df24db0478740d402411e322af7d1f95d3 | [
"MIT"
] | permissive | mobabel/HiHUD-bb10 | a0ebfd7e3b20492dfb87348cea7631701e6f64f5 | 41f1e4c9ff751ed320b288056dba46209a890a96 | refs/heads/master | 2021-08-14T21:53:10.886578 | 2017-11-16T21:27:50 | 2017-11-16T21:27:50 | 111,022,451 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,601 | hpp | /* Copyright (c) 2012, 2013 BlackBerry Limited.
*
* 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... | [
"mobabelsupport@gmail.com"
] | mobabelsupport@gmail.com |
e898797e577dec568d216873b1f689afcfac29ea | a85309fe42f0e3f78052f68f96a3fee3882ad40f | /Judges/UVA/11475.cpp | b9a9f21f09f1c8c570f854e559563ccd0ff0d352 | [] | no_license | mateuspiresl/coding | cb137de068bb88d430f80cd37b5fc9596288a603 | 91df2a564663f68683d21656a3f6e7157943af43 | refs/heads/master | 2021-04-30T22:50:43.368621 | 2016-12-08T23:56:22 | 2016-12-08T23:56:22 | 59,907,899 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 917 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
string s;
while (cin >> s)
{
bool even = s.length() % 2 == 0;
int left = (s.length() >> 1) - 1;
int right = left + (even ? 1 : 2);
while (right < s.length())
{
/*string s2 = s;
s2[left] += 'A' - 'a';
s2[right] += 'A' - 'a';
cout << ... | [
"mateusplpl@gmail.com"
] | mateusplpl@gmail.com |
cf610efd81e4afc761ce406f0af40b873e7417ac | d4291c13f4ebf3610f8c4adc75eede4baee0b2c1 | /RecoTracker/FinalTrackSelectors/plugins/TrackAlgoPriorityOrderESProducer.cc | 851cdd3c38dd2ba8fe68a40b2ca7b7037f73d063 | [
"Apache-2.0"
] | permissive | pasmuss/cmssw | 22efced0a4a43ef8bc8066b2a6bddece0023a66e | 566f40c323beef46134485a45ea53349f59ae534 | refs/heads/master | 2021-07-07T08:37:50.928560 | 2017-08-28T08:54:23 | 2017-08-28T08:54:23 | 237,956,377 | 0 | 0 | Apache-2.0 | 2020-02-03T12:08:41 | 2020-02-03T12:08:41 | null | UTF-8 | C++ | false | false | 2,074 | cc | #include "FWCore/Framework/interface/ModuleFactory.h"
#include "FWCore/Framework/interface/ESProducer.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "RecoTracker/FinalTrackSelectors/interface/TrackAlgoPriorityOrder.h"
#include "RecoTracker/Record/interface/CkfComponentsRecord.h"
class TrackAlgoPriority... | [
"matti.kortelainen@cern.ch"
] | matti.kortelainen@cern.ch |
9b12fda9051c32a253c24f858194f4486632a527 | 0874a70f1cc854ab66abf69e35f7c9a4cf989c4e | /Brush-the-questions/leetcode/Construct_the_Rectangle.cpp | 42f74e3fb7f8a5cde9c6e4d59272ff680e37325c | [] | no_license | liushengxi13689209566/Data-structures-algorithm | ff64df10a7b9e731cfe472e5d86134f25059df63 | b19658e347aff3cb56a0665592b050ac4870fc7e | refs/heads/master | 2021-01-01T16:44:30.983754 | 2019-10-10T08:30:43 | 2019-10-10T08:30:43 | 97,907,822 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,128 | cpp | /*************************************************************************
> File Name: Construct_the_Rectangle.cpp
> Author:
> Mail:
> Created Time: 2017年12月12日 星期二 13时48分15秒
************************************************************************/
/*
* 题目描述:
* 对于Web开发人员来说,了解如何设计网页的大小非常重要。因此,给定一个特定的矩形网页区域,现在您的工... | [
"liushengxi13689209566@163.com"
] | liushengxi13689209566@163.com |
6f89cd0d67b28879fbc0fbbebde4520becff6cd5 | 974d34dcc97c1273fe37ed9884b152d8c538e9a9 | /ffmpeg_DXVA_decoder/stdafx.cpp | 0dfa5906663710aa10dab5c5a3816dea5205863c | [] | no_license | dyang23/ffmpeg-DXVA-decode-1 | e192dccf710e52997460a93a1544bd687c071a35 | 635df58dd4c3dfe67e5e7c5920f4b7628102ecdd | refs/heads/master | 2023-03-18T10:58:48.510472 | 2020-12-09T01:55:51 | 2020-12-09T01:55:51 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 270 | cpp | // stdafx.cpp : 只包括标准包含文件的源文件
// ffmpeg_DXVA_decoder.pch 将作为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
// TODO: 在 STDAFX.H 中引用任何所需的附加头文件,
//而不是在此文件中引用
| [
"Jack@DESKTOP-9GB39PB"
] | Jack@DESKTOP-9GB39PB |
6427ceeb3719cb8675fabbd88f06f2e15eeb1601 | c5cbf21e9867eb1f4c9b42c5fc9ca3a22c3bc6e0 | /src/qt/guiutil.cpp | a3c3bed8bd600f5bdc9d6dc50c8359f6b41c3de5 | [
"MIT"
] | permissive | fancywarlock/bitcoinR | 3af69835110f3ece8d629919b210bc71aeb9f3fe | 12b4dee6342556c0890218b843f29cadfab06214 | refs/heads/master | 2022-07-17T09:48:39.681406 | 2020-05-19T22:30:55 | 2020-05-19T22:30:55 | 265,382,334 | 2 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 29,635 | cpp | // Copyright (c) 2011-2018 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 <qt/guiutil.h>
#include <qt/bitcoinraddressvalidator.h>
#include <qt/bitcoinrunits.h>
#include <qt/qvalidatedlineed... | [
"62725809+fancywarlock@users.noreply.github.com"
] | 62725809+fancywarlock@users.noreply.github.com |
59f5423deace7b8ef131d6396664eac1a2c7a340 | 2af6cd77013844234c2dca0e34cb44dcd25cba20 | /kattis/friday.cpp | f689d6a69ede071e43d223670e0bc63a082b662c | [] | no_license | SwampertX/judge_adventures | d593c8090b78a4aee6e467b3a5492c7b6e019fd1 | 7838eb6249f23f48da7ae0b2714a3bcd1e0fb721 | refs/heads/master | 2021-06-30T05:53:08.361556 | 2020-12-08T15:57:17 | 2020-12-08T15:57:17 | 165,352,481 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 564 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef unsigned long long ull;
typedef long long ll;
typedef pair<int,int> ii;
const ll INF=2e18;
const int MOD=10000007;
int t,m,d,days[1000001];
int main(){
ios_base::sync_with_stdio(false);
cin.tie(NULL);
cin>>t; while(t--){
cin>>d>>m;
f... | [
"tanyeejian@gmail.com"
] | tanyeejian@gmail.com |
69023c1282539699c2e6f678d10e8e1d8bbc5881 | 4b5b52a0c40b92fe0bb90cf9a90d8e746d4b9fc0 | /sound_test/SoundViewer.h | 91b9b57fe95ad38fc80c8fbd67b068706b4a4c5b | [] | no_license | jo7ueb/qt_practice | ccc8433d44943ca5fe19981f4113db2e36f797db | 19f7b4d9ac199f8cd0903ffb9aa29576ab45bd0f | refs/heads/master | 2020-03-30T17:08:45.112193 | 2013-08-29T09:05:24 | 2013-08-29T09:05:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 440 | h | #ifndef SOUNDVIEWER_H
#define SOUNDVIEWER_H
#include "ui_SoundViewer.h"
class SoundViewer : public QDialog
{
Q_OBJECT
public:
explicit SoundViewer(QWidget *parent = 0);
private:
Ui::SoundViewer ui;
public slots:
void updateImage(QImage *i);
signals:
void startButton();
void stopBut... | [
"yasu@neppo.net"
] | yasu@neppo.net |
b0d7e52024ee321d53748e371e3c0ac6246efe54 | 05abfd0688e85500ed7171ffd17b0ddf97185006 | /inc/Interface/TextEditor.hh | c148df6af9c879efcdaf5996860f551b9f4c11d7 | [] | no_license | rudrabhoj/decipher_text | ee288cfdf0730d257fb68c1a7644aebc1f1ce6dd | 2f2e7fb264fb1e4854a1b0793a5cbc4168fcc727 | refs/heads/master | 2020-05-22T04:00:10.249780 | 2016-09-25T01:34:16 | 2016-09-25T01:34:16 | 64,134,136 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 778 | hh | #ifndef __INTERFACE_TEXTEDITOR_HH__
#define __INTERFACE_TEXTEDITOR_HH__
#include <Control/ControlData.hh>
#include <Document/Page.hh>
#include <QMainWindow>
#include <QTextEdit>
#include <QList>
class TextEditor : public QTextEdit{
public:
TextEditor(QMainWindow *parent, ControlData *ctrlData);
void syncText(QSt... | [
"rudrabhoj@gmail.com"
] | rudrabhoj@gmail.com |
a9154cb38fad8fd532324bc0bfe84b68828b927d | b8194fee4ddf498b2c1bd302ec4ba9466746250d | /build/Android/Debug/app/src/main/include/Fuse.Motion.Destinati-3569762f.h | 2519fb51e93ccbdf20328f50564855e67557e47d | [] | no_license | color0e/Fabric_Fuse_Project | e49e7371c9579d80c9ec96c1f2d3a90de7b52149 | 9b20a0347e5249315cf7af587e04234ec611c6be | refs/heads/master | 2020-03-30T16:49:34.363764 | 2018-10-03T16:26:28 | 2018-10-03T16:26:28 | 151,428,896 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,606 | h | // This file was generated based on '../../AppData/Local/Fusetools/Packages/Fuse.Motion/1.9.0/DestinationMotion.uno'.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Uno.Object.h>
namespace g{namespace Fuse{namespace Animations{struct Easing;}}}
namespace g{namespace Fuse{names... | [
"limjangsoon@naver.com"
] | limjangsoon@naver.com |
a496b7e6c5ec0a1ac417e69ee94b87e9bc1146b9 | d9ba1eb4ed279398777ce96f48a961fe7ee0b0a9 | /exam_1/exam_1/exam_1.cpp | ab55bfed67f7c5e4497882543c23cb5dcfa938a8 | [] | no_license | chinmaymufasa/CSCI_311 | 865c87b7f72f23502f70c47c3fdbd06a0a895b55 | 7c5ef86c34c3c42cdb5ecd0e6838813504c75a93 | refs/heads/master | 2023-07-15T02:51:07.470473 | 2021-09-01T04:34:17 | 2021-09-01T04:34:17 | 335,873,909 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,452 | cpp | // CSCI 311 - Spring 2021
// Exam 1
// Author: ** Chinmay Satpanthi ***
#include <iostream>
#include <vector>
#include <string>
using namespace std;
/**************************
* Your solutions go here *
* ************************/
/*
This function compares two string and checks if the strings have a similar or
di... | [
"34931442+chinmaymufasa@users.noreply.github.com"
] | 34931442+chinmaymufasa@users.noreply.github.com |
842a2467b1eb5f24aefd47633775286423c83e30 | f4770e9caccf7d5b143aa53a02d02b6292f97707 | /src/spec_prototypes.hpp | 606728e6862395dbdce8d8a86981c5ffebb4c4ae | [
"MIT"
] | permissive | parsifal-47/ebpf-verifier | 83b6d380a5a964f3a803a93a406c06a247f1eefb | be367bb1b93a8bce105479fe70f181dba16aeb18 | refs/heads/master | 2020-06-14T06:58:57.356448 | 2019-06-12T09:05:42 | 2019-06-12T09:05:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,370 | hpp | #pragma once
// Taken from the linux kernel
enum class Ret {
INTEGER,
VOID,
PTR_TO_MAP_VALUE_OR_NULL
};
enum class Arg {
/* unused argument in helper function */
DONTCARE = 0,
/* the following constraints used to prototype
* bpf_map_lookup/update/delete_elem() functions
*/
/* const argument used... | [
"elazarg@gmail.com"
] | elazarg@gmail.com |
dd164aab9ea1cb99d6d68af0972393d5d8b84f4c | 97700a9b339dcd15e4f17b4ce57db19a7ff25082 | /conn/FakeTcp.cpp | 3622e8a9d70fc600470b5850a2807dfd5bb1e57b | [] | no_license | iceonsun/rsock | 468ad4efa058fc4cd2f26de3e91e6a16d5a982b8 | 9f2f7248df11952a73f1ff6529083b56d76960a9 | refs/heads/master | 2022-09-11T09:44:13.881848 | 2020-11-09T10:44:59 | 2020-11-09T10:44:59 | 123,566,088 | 262 | 41 | null | null | null | null | UTF-8 | C++ | false | false | 2,546 | cpp | //
// Created by System Administrator on 1/16/18.
//
#include <cassert>
#include <plog/Log.h>
#include "FakeTcp.h"
#include "RConn.h"
#include "../util/rsutil.h"
#include "../src/util/KeyGenerator.h"
#include "../src/util/TcpUtil.h"
// If send 1 bytes for a specific interval to check if alive. This will severely slow... | [
"nmq@example.com"
] | nmq@example.com |
03bad7f33227e77231ba55394c93bb1e5c0d4067 | 898b6c2a978c9dd3ef952d3175810f80f8069d4a | /source/moc/moc_terrainBox.cpp | 7e1c5696ad18e723412d9ff85a417219226208b3 | [
"MIT"
] | permissive | ilteroi/earthgen-old | 403acf52433075ab02d57abd763f9344f2e88b31 | 0cb8624fcc150c63e84ccbfc58359a068a6a8a9e | refs/heads/master | 2021-01-11T07:01:38.045558 | 2016-10-29T21:15:46 | 2016-10-29T21:21:35 | 72,310,208 | 0 | 0 | null | 2016-10-29T21:23:33 | 2016-10-29T21:23:33 | null | UTF-8 | C++ | false | false | 3,351 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'terrainBox.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.7.0)
**
** WARNING! All changes made in this file will be lost!
**********************************************************... | [
"ilteroi@web.de"
] | ilteroi@web.de |
b5e701997609a82c7ecbb54dd0a749cb8789353a | d6f246abba41859b88214a7a03086da6c00059c6 | /Aulas/Aula032 - String Part 2 /main.cpp | 586734ea01e569a2c8e8ccf331da65454c96545a | [] | no_license | lucasarieiv/language-c | bfc852bb12adb1bb074bd98df87f23826c439c68 | ecd9d5a48ba0c01efc9721306a1484be01f54da4 | refs/heads/main | 2023-05-12T23:13:14.587967 | 2021-06-02T16:29:28 | 2021-06-02T16:29:28 | 370,421,213 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,119 | cpp | #include <stdio.h>
#include <string.h>
int main()
{
// Forma muito custosa.
// char str1[20] = "Lucas";
// char str2[20];
// int i;
// for (i = 0; str1[i] != '\0'; i++)
// str2[i] = str1[i];
// // str2[i] = '\0';
// printf("%s", str2);
// Usaremos a lib <string.h>
// ---- 1° strlen - Tamanho... | [
"w3desenvolvedor@gmail.com"
] | w3desenvolvedor@gmail.com |
ffb5fd37f00a3b801a8a3708daf601342095cf39 | 67f988dedfd8ae049d982d1a8213bb83233d90de | /external/chromium/chrome/browser/ui/webui/options/font_settings_handler.cc | 245d844f4941b8b6b735bf2bee685b38c17f7825 | [
"BSD-3-Clause"
] | permissive | opensourceyouthprogramming/h5vcc | 94a668a9384cc3096a365396b5e4d1d3e02aacc4 | d55d074539ba4555e69e9b9a41e5deb9b9d26c5b | refs/heads/master | 2020-04-20T04:57:47.419922 | 2019-02-12T00:56:14 | 2019-02-12T00:56:14 | 168,643,719 | 1 | 1 | null | 2019-02-12T00:49:49 | 2019-02-01T04:47:32 | C++ | UTF-8 | C++ | false | false | 9,519 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/webui/options/font_settings_handler.h"
#include <string>
#include "base/basictypes.h"
#include "base/bind.h"
#include "b... | [
"rjogrady@google.com"
] | rjogrady@google.com |
1b8626716b259c740237280c9a0419edfb1e3033 | 42f39bcfb7418468ee9d6951fb1fea67b891c618 | /Agony/LuaFunctions.cpp | a2244493baa3570c72e11894cbefa60651ac9df5 | [] | no_license | normalzero/WoWBotV2 | 68d5207de2f887c97634f776278460e9354eb492 | 948d5ed92f709d33aad796c5870b6119627610c8 | refs/heads/master | 2022-06-13T04:47:33.095066 | 2020-05-07T00:40:55 | 2020-05-07T00:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 29,664 | cpp | #include "LuaFunctions.h"
#include "vector3.h"
#include "Navigation.h"
#include "Drawings.h"
#include "ObjectManager.h"
#include "Game.h"
#include "LuaGlobals.h"
#include <tuple>
#include <sstream>
namespace Agony
{
namespace Native
{
std::map<const char*, int64_t> LuaFunctions::FunctionsMap =
... | [
"sylvainmartens@gmail.com"
] | sylvainmartens@gmail.com |
43a2705270b635777bbc784b98e7353ffe11e355 | 3c9d8787d9dd84b5402097c1331add04bc7a7f94 | /17.13.1 Linked List - From scratch.cpp | ad5c36a74cf3b0213902f60fc3a1ed04fd1e7971 | [] | no_license | AbhishekPratik1810/my_cpp_dsa_practice | bfc6df01dc2412b39056b5d49791a0ccf105d19a | 37e465cf15d162dfaf535fdcf780d5d5225a8575 | refs/heads/master | 2022-12-09T03:24:24.220974 | 2020-09-15T17:50:33 | 2020-09-15T17:50:33 | 295,805,408 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,105 | cpp | #include<iostream>
using namespace std;
struct Node{
int data;
Node* next;
Node(int val){
data = val;
next = NULL;
}
};
Node* doTheMagic(Node* head, int k){
if(!head)
return NULL;
Node* prev = NULL, *curr =NULL, *fwd = head;
int linkCount = 0;
while(fwd ... | [
"developerpratik18@gmail.com"
] | developerpratik18@gmail.com |
bc6e1e1cbff328da17b200c150bfdd5cd22004fb | 61314f889041b72d98e233a28e4e79c06167d1b4 | /target/qnx6/usr/include/c++/4.4.2/tr1/memory | 73a4e26c3d4484eefb7a225479250fc2536766db | [] | no_license | CyberSys/qnx650 | 37867847dacf9331926736e97009bc0af83850bd | a10a0e62384d0a6a24cc3879dee3b7bacf6d4601 | refs/heads/master | 2021-05-27T03:46:05.775523 | 2014-05-02T00:15:16 | 2014-05-02T00:15:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,332 | // <tr1/memory> -*- C++ -*-
// Copyright (C) 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published by the
// Free Soft... | [
"acklinr@us.panasonic.com"
] | acklinr@us.panasonic.com | |
3249a7475a9e1f5c278cc07d1c82a54dde1a7774 | 15c181b916b8bc55f3e180c0017a0d05dbaa6194 | /src/demo.hpp | 23be6cb03ffc8b0e5e4fe4e8e41d14acbb798fcd | [] | no_license | meleneth/rygen | e0fc3232b92311885308825b82cf597c664f526b | 633a471f9811da782b64b3a87e156dadd671410e | refs/heads/master | 2020-06-04T05:35:19.145511 | 2015-06-10T19:24:30 | 2015-06-10T19:24:30 | 27,327,671 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 553 | hpp | #ifndef DEMO_HPP
#define DEMO_HPP
#include "mel_opengl.hpp"
#include "rygen_types.hpp"
namespace Rygen {
class Demo {
public:
Demo(const Video &video);
void render_frame(Video &video);
GLuint texid;
GLuint entity_vbo;
std::shared_ptr<ShaderProgram> entity_shader;
glm::mat4 View;
glm::mat4 Projectio... | [
"meleneth@answer.sectorfour"
] | meleneth@answer.sectorfour |
2d5617c55d35956315cc2638b08ac255b33bb8f3 | 8e50c4abd5874d17f92ea74eca344787a893606b | /src/ex_finger.h | b7c42d3217326f3bd2de8292fd19bc23afc551de | [
"MIT"
] | permissive | HustDsy/DashTest | d953fea4ef407fd9dfc0be83acda027fc2f850f4 | c30eb6e9c7a8db65156eb625836859c15f7fe382 | refs/heads/main | 2023-04-19T23:20:12.002840 | 2021-05-06T01:03:04 | 2021-05-06T01:03:04 | 360,755,758 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 87,558 | h |
// Copyright (c) Simon Fraser University & The Chinese University of Hong Kong. All rights reserved.
// Licensed under the MIT license.
//
// Dash Extendible Hashing
// Authors:
// Baotong Lu <btlu@cse.cuhk.edu.hk>
// Xiangpeng Hao <xiangpeng_hao@sfu.ca>
// Tianzheng Wang <tzwang@sfu.ca>
#pragma once
#include <immin... | [
"379644606@qq.com"
] | 379644606@qq.com |
53063945ff3fcf6e02d7b0209b728e68e7fae0f9 | 41fbb5a3be3e46f1284c0547c08d5407ecf36479 | /0038.外观数列/solution.cpp | 2b877b03b2673b91a6c8ee81038805a80f695e5f | [] | no_license | Ricursu/LeetCode_Parctice | 615e30caf1f00f5d07e29e9306e27eeac54d1df6 | d7fc642710b417ea844fd745217d400aa2be1475 | refs/heads/master | 2023-06-27T14:22:47.056997 | 2021-07-21T14:36:28 | 2021-07-21T14:36:28 | 356,806,574 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 660 | cpp | class Solution {
public:
string countAndSay(int n) {
string res = "1";
for(int i = 1; i < n; i++)
{
string temp = "";
for(int j = 0; j < res.size(); j++)
{
int count = 1;
char c = ... | [
"13642671839@163.com"
] | 13642671839@163.com |
58512757e6b45846f9ea893da363ac8cf8fc7270 | 1b22a1152258911bfe569afae9922be643bbeea5 | /validateStackSequences.cpp | ed96742dcd052cf2eac976f6e491f0e4cf9cc40a | [] | no_license | Ambition111/- | c14bb5a439fa5028e4abe9f0d7c629c001f429e5 | 4a0e0c958a78a7d0903e1b2190ddbf3edd0c11d1 | refs/heads/master | 2023-04-16T11:01:38.044545 | 2021-04-15T16:00:00 | 2021-04-15T16:00:00 | 304,906,672 | 3 | 1 | null | null | null | null | GB18030 | C++ | false | false | 866 | cpp |
/*
输入两个整数序列,第一个序列表示栈的压入顺序,请判断第二个序列是否为该栈的弹出顺序。
假设压入栈的所有数字均不相等。
例如,序列 {1,2,3,4,5} 是某栈的压栈序列,序列 {4,5,3,2,1} 是该压栈序列对应的一个弹出序列,
但 {4,3,5,1,2} 就不可能是该压栈序列的弹出序列。
*/
class Solution {
public:
bool validateStackSequences(vector<int>& pushed, vector<int>& popped) {
stack<int> st;
int i = 0, j = 0;
wh... | [
"2460819991@qq.com"
] | 2460819991@qq.com |
19fd005e87f1ca65b4739bbb44dac76678bd8bf6 | 8f2dc5e7afc79f4dede1d9f91a57c353913eda56 | /ResectionPlanning/MRML/vtkMRMLLRPModelNode.h | 63e96f94d9ca91ddc3f0dc6124efc0bdca2396b6 | [] | no_license | TheInterventionCentre/NorMIT-Plan | f09ff653184caf1381fdd925c003f61f2099689e | b841da7b959d9299da3480ad41182ac271794c91 | refs/heads/development | 2021-01-20T11:17:47.596583 | 2018-04-24T07:49:58 | 2018-04-24T07:49:58 | 77,453,850 | 11 | 1 | null | 2018-04-24T07:49:59 | 2016-12-27T12:27:58 | C++ | UTF-8 | C++ | false | false | 3,668 | h | /*=========================================================================
Program: NorMIT-Plan
Module: vtkMRMLLRPModelNode.h
Copyright (c) 2017, The Intervention Centre, Oslo University Hospital
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are p... | [
"rafael.palomar@rr-research.no"
] | rafael.palomar@rr-research.no |
a844ebc7e32100f22c0866cfe3601cc97d79a979 | b635190cf323e445a7eca84811276c0a1d816851 | /astliteralstring.h | 3020e95c2d250444f0244f1b566bbf8c1bfadaf0 | [
"Zlib"
] | permissive | pool-lang/cpoolc | e720ea89fcda02f3d5e07a430623762d3063ae61 | b549a848629a9ff5038788a0d3c846b834e6a760 | refs/heads/master | 2021-01-19T13:52:48.903298 | 2013-02-18T03:26:42 | 2013-02-18T03:26:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,249 | h | // Copyright 2011-2013 Kevin Cox
/*******************************************************************************
* *
* This software is provided 'as-is', without any express or implied *
* warranty. In no event will the authors b... | [
"kevincox.ca@gmail.com"
] | kevincox.ca@gmail.com |
702da32cddc7009aa206b8469ead69dda12e33d8 | 958b3bcdcf8f9de013323bdc35ba419cffa246cb | /examples/OpenHAK_Firmware/BLE_Stuff.ino | ed6276319cb8468321413514f3350b3777c0ee6f | [
"MIT"
] | permissive | OpenHAK/OpenHAK_Playground | b607d53b411ed9715ffe5d5f2129885ecabb7154 | de2a707e8e83a3996536f431769df9afe4dd1e56 | refs/heads/master | 2022-03-22T23:46:24.763336 | 2019-12-01T00:38:12 | 2019-12-01T00:38:12 | 198,309,889 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,337 | ino |
void SimbleeBLE_onConnect()
{
bConnected = true;
analogWrite(BLU, 100);
Lazarus.ariseLazarus(); // Tell Lazarus to arise.
#ifdef SERIAL_LOG
Serial.println("ble connected");
#endif
delay(100);
analogWrite(BLU,255);
}
void SimbleeBLE_onDisconnect()
{
bConnected = false;
modeNum = 2;
analogWrite(GRN,10... | [
"biomurph@gmail.com"
] | biomurph@gmail.com |
645641d5aeef89d963a451ecb0c485f4a1500d1c | d06cd58541ca76818977ff9dc2375a2c66d21aab | /plugins/midiplayer/midiplayerplugin.cpp | 2cd95462c95c4a1ecc790c9c6e9f80f8b4f198e6 | [] | no_license | c-base/c_nancy-plugins | bd14d5fa72dbbdba41357a11055b9f3821faef74 | 146f195f2c15490f9b53aac203e7eb2a9a03fffb | refs/heads/master | 2021-05-07T18:50:35.263465 | 2017-12-17T04:55:12 | 2017-12-17T04:55:12 | 108,839,120 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,235 | cpp | #include "midiplayerplugin.h"
bool UccncPlugin::create() {
return UccncPlugin::_create<MidiPlayer>();
}
MidiPlayer::MidiPlayer() : UccncPlugin(AUTHOR, PLUGIN_NAME, PLUGIN_VERSION) {
trace();
}
MidiPlayer::~MidiPlayer() {
trace();
}
void MidiPlayer::onFirstCycle() {
trace();
auto onNoteOn = [](int32_t tra... | [
"coon@c-base.org"
] | coon@c-base.org |
15e8997687bf9c2c8f1b77f34779c43842ad258e | 2b210288fb83c773c7a2afa4d874d35f6a000699 | /chromium-webcl/src/chromeos/dbus/mock_dbus_thread_manager_without_gmock.h | ff1e7365cd6d879af34199d4da01bba4ea62cfda | [
"BSD-3-Clause"
] | permissive | mychangle123/Chromium-WebCL | 3462ff60a6ef3144729763167be6308921e4195d | 2b25f42a0a239127ed39a159c377be58b3102b17 | HEAD | 2016-09-16T10:47:58.247722 | 2013-10-31T05:48:50 | 2013-10-31T05:48:50 | 14,553,669 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 7,682 | h | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_
#define CHROMEOS_DBUS_MOCK_DBUS_THREAD_MANAGER_WITHOUT_GMOCK_H_
#include <string>
#i... | [
"ZhangPeiXuan.CN@Gmail.COM"
] | ZhangPeiXuan.CN@Gmail.COM |
36f6aaf10d7e78c6d40d242e3d408a7a248b2316 | e8472546fb8c9b0550d3b4a33a2f53623b035295 | /Source/Toy/Common/PS_Utils.cpp | a40dc33a3ea0ff2be3641dc14ffd8773c27d5b77 | [] | no_license | sungjin-bae/Toy | 513d3ebcd7994ea11f8298626be24ca5e25cb72d | 8ba1a6ca40910009a0fd0c926762e626bdfa8f9d | refs/heads/master | 2021-09-17T22:10:31.116647 | 2018-07-05T21:23:16 | 2018-07-05T21:23:16 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 2,989 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "PS_Utils.h"
#include "Engine.h"
// 항상 해결해야하는 치명적인 오류에 대한 로깅
DECLARE_LOG_CATEGORY_EXTERN(AssertError, Log, All);
DEFINE_LOG_CATEGORY(AssertError);
using namespace std;
FVector SJ_RotateUtills::ToRight(const FVector& _forward) {... | [
"baehun92@naver.com"
] | baehun92@naver.com |
c0fd238da255e5706c39b0efbfa69689416b652c | 3d801968b2a83496d711075b8c39d45f5c1cfc00 | /Arrays/Subarray/Maximum sum subarray.cpp | cd1639b59d2e6441d693690078ba35e96db4bc21 | [] | no_license | hemalhansda/ds_algo | 74fa462843aed9f48fd3518a0db8664d724bfc88 | f038190e647a70dbecfcb42239abb4c679b56e04 | refs/heads/master | 2020-09-18T05:31:22.975399 | 2019-10-09T07:04:09 | 2019-10-09T07:04:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 698 | cpp | /*ind the contiguous subarray within an array (containing at least one number) which has the largest sum.
For example:
Given the array [-2,1,-3,4,-1,2,1,-5,4],
the contiguous subarray [4,-1,2,1] has the largest sum = 6.
For this problem, return the maximum sum.*/
int Solution::maxSubArray(const vector<in... | [
"avinash.kumar@seenit.in"
] | avinash.kumar@seenit.in |
739e347117ccadbc45d30a6099859f7e567fce7e | a84a232366d1a4fa6b7e81d01c12dd4dff38eb1d | /Text/Text/main.cpp | 13b2e67f7acb6f53f7f2fe341eb4d7ad7f9b3368 | [] | no_license | TheYoungSmile/caoyang | 9c421210ee00109a8cd2750b14646ea449b3adb4 | 4186657cc959282e0cc6af3c138a1016d4673b82 | refs/heads/master | 2021-01-01T05:00:48.855463 | 2016-04-14T14:36:11 | 2016-04-14T14:36:11 | 56,241,907 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 349 | cpp | //
// main.cpp
// Text
//
// Created by caoyang on 16/4/14.
// Copyright © 2016年 neworigin. All rights reserved.
//
#include <iostream>
using namespace std;
#include "Point.hpp"
int main(int argc, const char * argv[]) {
// insert code here...
std::cout << "Hello, World!\n";
cout<<"23456789olkjhg... | [
"1069230922@qq.com"
] | 1069230922@qq.com |
f39b9de409a45e3b0fe18d7408de363cae87100a | d9dedff83f5ce38294450b3be1ba42dd094aa842 | /lib/eulerlib.cpp | bd65374f698c696c740958e94051f402f48f7e45 | [] | no_license | conditionZebra/Algorithms | 47466b5ed5895f0d0cf265c323b91bfd98c113f9 | 006bb8198586a2a15119b992870b74f9c815f3f6 | refs/heads/master | 2021-12-31T03:37:41.755868 | 2021-12-27T12:05:36 | 2021-12-27T12:05:36 | 80,654,944 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,944 | cpp | #include "eulerlib.h"
#include <string>
#include <sstream> // std::istringstream
#include <fstream>
#include <iostream>
namespace eulerlib
{
std::shared_ptr<stringVector> getAllStringFromCSV(const char* fileName)
{
std::shared_ptr<stringVector> returnList(new stringVector);
std::ifstream data(fileName);
... | [
"zltn.csaszar@gmail.com"
] | zltn.csaszar@gmail.com |
6af605d782825909152d5658b674c4d2151ff10b | 93deffee902a42052d9f5fb01e516becafe45b34 | /cf/0630/C.cpp | 9558f4a1146c538121ce1efaee913edbf16426de | [] | no_license | kobortor/Competitive-Programming | 1aca670bc37ea6254eeabbe33e1ee016174551cc | 69197e664a71a492cb5b0311a9f7b00cf0b1ccba | refs/heads/master | 2023-06-25T05:04:42.492243 | 2023-06-16T18:28:42 | 2023-06-16T18:28:42 | 95,998,328 | 10 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 282 | cpp | #include<bits/stdc++.h>
using namespace std;
#define allof(x) (x).begin(), (x).end()
typedef long long ll;
typedef pair<int, int> pii;
typedef pair<ll, ll> pll;
int main(){
cin.tie(0);
cin.sync_with_stdio(0);
ll n;
cin >> n;
cout << (2ll << n) - 2;
}
| [
"kobortor@gmail.com"
] | kobortor@gmail.com |
fc4eb71a5586ca1723b1110bdb2975ea859d7ab7 | 145a8f3ffd94b119425899a4bc318ea41bf702c6 | /src/MRT.cpp | 85b2db15c5bdb1693c9972ba0b17201d64490ecd | [] | no_license | andrewthomasjones/RRMM | 68dfb4f45bcf3262ab4299775cfaea2af7d6abe4 | f641f3d89ef98dbc2f077120561c16ae8f876511 | refs/heads/master | 2021-07-25T22:25:23.179778 | 2017-11-08T07:04:14 | 2017-11-08T07:04:14 | 108,078,764 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,531 | cpp | // [[Rcpp::depends(RcppArmadillo)]]
// [[Rcpp::depends(BH)]]
// [[Rcpp::plugins(cpp11)]]
//'@importFrom Rcpp sourceCpp
//'@useDynLib MRT
#include "RcppArmadillo.h"
//BOOST
#include "boost/math/distributions/students_t.hpp"
#include "boost/program_options.hpp"
#include "boost/math/tools/roots.hpp"
#include "boost... | [
"andrewthomasjones@gmail.com"
] | andrewthomasjones@gmail.com |
20d6452f9c1f8dd7b5d6ebbcd17bc13a42624b62 | 312904f23d5aa152081ad66cd8f19c717f4e86a7 | /Divisible/Divisible.h | b375dda98f944eff1dc36ce51693dd915434428a | [] | no_license | jesus2708/Divisible | ac651b173aaebb5b346032cd1b9b54d55800abf1 | a6e20e4b8d3d9a47e1fb9e541644af118e1331e4 | refs/heads/master | 2020-07-10T00:29:47.178015 | 2017-06-13T23:57:15 | 2017-06-13T23:57:15 | 94,265,529 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,391 | h | #pragma once //______________________________________ Divisible.h
#include "Resource.h"
class Divisible: public Win::Dialog
{
public:
Divisible()
{
}
~Divisible()
{
}
protected:
//______ Wintempla GUI manager section begin: DO NOT EDIT AFTER THIS LINE
Win::Label lb1;
Win::Textbox tbxNumero1;
Win::Label lb2... | [
"calderon3356@hotmail.com"
] | calderon3356@hotmail.com |
182f37c7bdd3ec2afc8dbbf6e8c3232225ff20bd | 399b5e377fdd741fe6e7b845b70491b9ce2cccfd | /LLVM_src/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.cnstr/copy.pass.cpp | 38878e234e9217ca6ca81da2d23ff44eb7c36178 | [
"NCSA",
"LLVM-exception",
"MIT",
"Apache-2.0"
] | permissive | zslwyuan/LLVM-9-for-Light-HLS | 6ebdd03769c6b55e5eec923cb89e4a8efc7dc9ab | ec6973122a0e65d963356e0fb2bff7488150087c | refs/heads/master | 2021-06-30T20:12:46.289053 | 2020-12-07T07:52:19 | 2020-12-07T07:52:19 | 203,967,206 | 1 | 3 | null | 2019-10-29T14:45:36 | 2019-08-23T09:25:42 | C++ | UTF-8 | C++ | false | false | 2,160 | cpp | //===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | [
"tliang@connect.ust.hk"
] | tliang@connect.ust.hk |
ec41abfa0eeef9447edd1bc4a600f98e67c34b10 | 5d2445f14a9a3505ffe5700e484982f420863886 | /DirectX_Frame/DirectX_Frame/cGrid.cpp | 620c6ae2817f7c8e487cb3694dc1f128bfe9b6f9 | [] | no_license | MinHyukKim/Mojak3 | ee705c02d5261aa0f35a9f2a09cfb68ad92ec4b5 | e6c9090256fb6b25a1880fe9854a069ee45896b6 | refs/heads/master | 2021-01-21T12:16:39.762585 | 2018-11-02T07:27:53 | 2018-11-02T07:27:53 | 102,059,162 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,032 | cpp | #include "StdAfx.h"
#include "cGrid.h"
#include "cPyramid.h"
cGrid::cGrid(void)
{
}
cGrid::~cGrid(void)
{
for each(auto p in m_vecPyramid)
{
SAFE_RELEASE(p);
}
}
void cGrid::Setup( int nNumLine, float fInterval )
{
int nHalfNumLine = nNumLine / 2;
float fMax = fabs(nHalfNumLine * fInterval);
D3DCOLOR c = D... | [
"rlaalsgur05@naver.com"
] | rlaalsgur05@naver.com |
ea472d6ca6f533b51722b2639e0b3139ca7a13ff | 43f7d99daae7bde69fdd80605462560808b6de16 | /inc/simple-win32/mfc/FlashCtrl.h | 55c930bec523f055e338713531f86ff7ca84915d | [
"MIT"
] | permissive | brucezhang80/simple-cpp-win32 | 4e1238c700dd4b12a1d507c8a298c87c44e01ba3 | 06e3bf61f4c8c70ae9c2f285a6bf161c00468dcd | refs/heads/master | 2021-05-11T04:23:58.662667 | 2017-05-26T09:06:31 | 2017-05-26T09:06:31 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 17,034 | h | #pragma once
// 计算机生成了由 Microsoft Visual C++ 创建的 IDispatch 包装类
// 注意: 不要修改此文件的内容。如果此类由
// Microsoft Visual C++ 重新生成,您的修改将被覆盖。
/////////////////////////////////////////////////////////////////////////////
// FlashCtrl 包装类
class FlashCtrl : public CWnd {
protected:
DECLARE_DYNCREATE(FlashCtrl)
public:
CLSID ... | [
"ximenpo@jiandan.ren"
] | ximenpo@jiandan.ren |
b65d5c32e16702e2a89a1977e11534974671324a | 9f6ac63e81535daeb55611d66560ab2a87fc9d8c | /libs/vislib/net/include/vislib/DNS.h | ae7806af468e744daf99adcad80f8a4678b6a1ef | [] | no_license | ComputationalRadiationPhysics/rivlib | 68e4de9cc98f62112ec21a05d68c406ef580a32d | 1a838630400892a53ff7eb120aec4282fc9967ac | refs/heads/master | 2021-01-21T05:00:23.480426 | 2016-05-23T07:29:51 | 2016-05-23T07:29:51 | 29,530,946 | 3 | 1 | null | 2016-05-23T07:29:51 | 2015-01-20T13:27:18 | C++ | ISO-8859-3 | C++ | false | false | 14,944 | h | /*
* DNS.h
*
* Copyright (C) 2009 by Christoph Müller. Alle Rechte vorbehalten.
* Copyright (C) 2006 - 2008 by Universitaet Stuttgart (VIS).
* Alle Rechte vorbehalten.
*/
#ifndef VISLIB_DNS_H_INCLUDED
#define VISLIB_DNS_H_INCLUDED
#if (defined(_MSC_VER) && (_MSC_VER > 1000))
#pragma once
#endif /* (... | [
"axel.huebl@web.de"
] | axel.huebl@web.de |
db07f381cffee39c81e902e7ac4de346f7429170 | c51febc209233a9160f41913d895415704d2391f | /library/ATF/CRadarItemMgrDetail.hpp | 12d2d8c854f75987959fbebf07b563a85471d8f0 | [
"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 | 351 | hpp | // This file auto generated by plugin for ida pro. Generated code only for x64. Please, dont change manually
#pragma once
#include <common/common.h>
#include <CRadarItemMgrInfo.hpp>
START_ATF_NAMESPACE
namespace Detail
{
extern ::std::array<hook_record, 14> CRadarItemMgr_functions;
}; // end name... | [
"b1ll.cipher@yandex.ru"
] | b1ll.cipher@yandex.ru |
da1e4db8d4a922d052a4baaae8df02983484596c | 521bee76566df1fe7a00b7e0fd88b19eb0b91802 | /Super Mario Bros/Collision.hpp | 5a10d2db83789780fc1156de58e56dbaa9210708 | [] | no_license | roccosec/Super-Mario-Bros | d7bc9085d07e5e9df99ee55c4b08c45f39de368f | 80b469d2e8554109012f85e2f4d992cb6d668f05 | refs/heads/master | 2022-01-16T09:21:38.418139 | 2019-06-21T00:42:17 | 2019-06-21T00:42:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 738 | hpp | #pragma once
#include <SFML/Graphics.hpp>
namespace Game {
class Collision
{
public:
static bool checkSpriteCollision(const sf::Sprite& sprite1, const sf::Sprite& sprite2);
static bool checkSpriteCollision(const sf::FloatRect& sprite1, const sf::Sprite& sprite2);
static bool checkSpriteCollision(const sf::S... | [
"kaikkonen.jaakko@gmail.com"
] | kaikkonen.jaakko@gmail.com |
08bd5ad5e4b558b583e02b421a9a9bc6690fa7c5 | d089b97fa7a0137f95bb2049d0d50ca6b83384aa | /select_value_from_stream/main.cpp | 67011366bf076f065c63753e9fbce944cfc3dc3d | [
"MIT"
] | permissive | mogers/fun-challenges | ef2eafce7eeb6103eeb8a0f110e82d3eb5894500 | 6ae31dae9e97bdcdc4e3bc2054191b2b4a8147a0 | refs/heads/master | 2021-01-21T13:56:39.847276 | 2015-10-23T23:05:54 | 2015-10-23T23:05:54 | 29,982,573 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,566 | cpp | #include "../data_structures/simple_stream.h"
#include <cstdlib>
#include <ctime>
#include <iostream>
using namespace std;
// Given a stream of pairs <value, weight>, selects a random value from the
// stream with probability proportional to its weight compared to the total
// weight sums. Assumes the stream is not e... | [
"mr.miguel.oliveira@gmail.com"
] | mr.miguel.oliveira@gmail.com |
431910ab23467c6e5d280274f13ced60ffa20736 | 31b3fdd0ceb144bbf67b1ac1e67446eec4344fe1 | /src/DSGRN/_dsgrn/DSGRN.cpp | 326a2092fd9d4147a5c1c478cfb4f08ac85d34b2 | [
"MIT"
] | permissive | skepley/DSGRN | 13895b84e12253992dd344e5826e7327f51eceee | ea64bece3abee5e2495f3ea63abccc18c53ae25e | refs/heads/master | 2020-03-11T00:09:42.932805 | 2018-03-30T23:58:07 | 2018-03-30T23:58:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 869 | cpp | /// DSGRN.cpp
/// Shaun Harker
/// 2018-01-30
/// MIT LICENSE
#include "DSGRN.hpp"
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
namespace py = pybind11;
PYBIND11_MODULE( _dsgrn, m) {
TypedObjectBinding(m);
// Dynamics
AnnotationBinding(m);
MorseDecompositionBinding(m);
MorseGraphBinding(m);
/... | [
"sharker81@gmail.com"
] | sharker81@gmail.com |
c66eecd0773907166afcb28eeb504bc0d474204c | 84afdf38689005f299aa311c9597cf547d0e83d3 | /library/Tree/treap.cpp | 5f3a54673a328e7cb9087bb4746ce7959e1c2e60 | [] | no_license | Endered/library | 84509207d201dbc34f9af8f7f31285ab15a3c817 | fbd16b09e3498baaebcceadcc974b25d3b720277 | refs/heads/master | 2022-12-22T03:15:09.612016 | 2022-12-10T04:25:17 | 2022-12-10T04:25:17 | 213,359,443 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,767 | cpp | #include<bits/stdc++.h>
#define ll long long
#define rep(i, n) for(int i=0;i<(n);++i)
#define per(i, n) for(int i=(n)-1;i>=0;--i)
#define repa(i, n) for(int i=1;i<(n);++i)
#define foreach(i, n) for(auto &i:(n))
#define pii pair<int, int>
#define pll pair<long long, long long>
#define all(x) (x).begin(), (x).end()
#defi... | [
"yy56ga10ve@gmail.com"
] | yy56ga10ve@gmail.com |
c5d87356d22d4ceda76922411591936d8792faea | 140d78334109e02590f04769ec154180b2eaf78d | /aws-cpp-sdk-rekognition/include/aws/rekognition/RekognitionErrorMarshaller.h | b2d8e4793e0356e525327a74440e20d42ffc36dc | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | coderTong/aws-sdk-cpp | da140feb7e5495366a8d2a6a02cf8b28ba820ff6 | 5cd0c0a03b667c5a0bd17394924abe73d4b3754a | refs/heads/master | 2021-07-08T07:04:40.181622 | 2017-08-22T21:50:00 | 2017-08-22T21:50:00 | 101,145,374 | 0 | 1 | Apache-2.0 | 2021-05-04T21:06:36 | 2017-08-23T06:24:37 | C++ | UTF-8 | C++ | false | false | 972 | h | /*
* Copyright 2010-2017 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" fil... | [
"henso@amazon.com"
] | henso@amazon.com |
d5737395eb37bd2aa958a1a64bd64e60c10fcd76 | dee52474971db4fcbc8696feab48ce63d141b2d3 | /Base/BaseAnalysis/interface/StyleManager.h | 6f854241e00e64922d9f3cb36e2b3cf89a4328d5 | [] | no_license | nadjieh/work | 7de0282f3ed107e25f596fd7d0a95f21793c8d29 | 3c9cc0319e1ab5cd240063f6dd940872b212ddce | refs/heads/master | 2016-09-01T17:34:31.112603 | 2014-02-07T22:43:32 | 2014-02-07T22:43:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,884 | h | /*
* File: StyleManager.h
* Author: hbakhshi
*
* Created on January 29, 2009, 7:45 PM
*/
#ifndef _STYLEMANAGER_H
#define _STYLEMANAGER_H
#include "TH1.h"
#include "TStyle.h"
#include "TRandom.h"
class StyleManager {
public:
//option = 1 : fill ; 2 : line
static TH1 * SetStyle(TH1* h, int k, short op... | [
"ajafari@cern.ch"
] | ajafari@cern.ch |
af98769f6957a806c542d6af903f93d9215132aa | 11bece4b4615e8640c21e759626b63294be7d314 | /src/Camera.cpp | 2e02841dddc8ce1a56269f676c96327ed6bb53de | [] | no_license | Attractadore/OpenGLTutorial | f0c94fcf51e6f634aa0299fac68b22b5a4f505ef | 404436414e73b56d7d73ef49617276b7f6f87012 | refs/heads/master | 2023-05-01T08:11:09.100008 | 2020-08-14T11:56:34 | 2020-08-14T11:56:34 | 269,996,362 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,320 | cpp | #include "Camera.hpp"
#include <glm/gtc/matrix_transform.hpp>
#include <cstdio>
Camera::Camera(glm::vec3 cameraPos, glm::vec3 cameraLookDirection, glm::vec3 worldUpDirection) {
cameraLookDirection = glm::normalize(cameraLookDirection);
worldUpDirection = glm::normalize(worldUpDirection);
this->cameraPos ... | [
"attractadore02@gmail.com@"
] | attractadore02@gmail.com@ |
ef8c21c83b8d2f4f309cc223944f4a9a25c51168 | 5fcca1afa38349fc2a0ebbbaf7eb3e10b8741c99 | /detectLoopLinkedList/detectLoopLinkedList.cpp | 42e8e9bfd99c9866e9fe2c544c19f584b654b528 | [] | no_license | MitCoder/CPlusPlus | 0d01338d38323b3baf45e057e425636ae40eacf9 | 29c88762f0349135b065db34c243199314328e80 | refs/heads/master | 2020-06-13T22:57:34.288081 | 2018-02-01T15:19:13 | 2018-02-01T15:19:13 | 17,533,729 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,462 | cpp | #include <iostream>
using namespace std;
struct node
{
int data;
node *next;
};
node *head=NULL;
void insert(node *list,int data);
void printlist(node *list);
void detectLoop(node *list);
void removeLoop(node *slow,node *head);
void insert(node *list, int data)
{
node *newNode = new node;
newNode->data = ... | [
"mithila_84@yahoo.com"
] | mithila_84@yahoo.com |
8008ff21fa7e285c809390a02f5d41e5012bbaf0 | ae9e2680ce3fbcc95f8ccec1be7cda52195f9c73 | /camLasAlignment.h | cd54717bee239d455bee327e04753b862f7add2e | [] | no_license | OliverBJ01/alignment | 00f3a5e4fd9082158712efb47f422a5c043e43d8 | b1d127493fc09196cd36217625b6c741e04ff57d | refs/heads/master | 2021-08-23T04:08:45.354195 | 2017-12-03T05:57:16 | 2017-12-03T05:57:16 | 112,903,666 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,022 | h | //
// Created by bernard on 10/06/17.
//
#ifndef CAMLASALIGNMENT_CAMLASALIGNMENT_H
#define CAMLASALIGNMENT_CAMLASALIGNMENT_H
#include <opencv2/core.hpp>
#include <opencv2/highgui.hpp>
#include <opencv2/imgproc.hpp>
#include <iostream>
#include <unistd.h> // for usleep
using namespace cv;
using namespace... | [
"bernard.j.oliver@gmail.com"
] | bernard.j.oliver@gmail.com |
a1404883fd36934742adcbe850ee8fde511c23e5 | 7755086db5a0aa7b68883760867ba34057cf9ba0 | /Practice_primer/test_static.cpp | eeda226c533150e711027da382b70ab7422d2a58 | [] | no_license | huoxiaodan-kaihong/C-Plus-Plus | e87f68ff539399ac9b0ad9998525696d6f2a5ef5 | a3ab82ae1fe215d13b6861b5e2e9213a7c6a038a | refs/heads/master | 2023-03-17T23:05:46.631718 | 2019-06-10T07:54:43 | 2019-06-10T07:54:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 412 | cpp | #include <iostream>
using namespace std;
class MyClass {
public:
MyClass() {
++count;
}
~MyClass() {
--count;
}
static int getCount() {
return count;
}
private:
static int count;
};
int MyClass::count = 0;
int main() {
MyClass obj;
cout << obj.getCount();
... | [
"872575628@qq.com"
] | 872575628@qq.com |
2eaf6ea734f7d29880d51dce8d9e33b26184c26d | 749d80a853776ea9d9fb61f329e187abc08cbcc1 | /server/src/file_system.h | 7e8297d1f264a0f511d712061c53ddd5d557fcf9 | [] | no_license | iuvei/SimpleEngine | 1b724dafdb9b4acd6dcbdd1657983ca3e49516c8 | cebfe7132f001e04879c731889b9686ebc41abb2 | refs/heads/master | 2020-05-18T11:59:04.550843 | 2019-04-20T09:38:48 | 2019-04-20T09:38:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 857 | h | #pragma once
#include <string>
#include <vector>
using String = std::string;
class FileSystem
{
public:
FileSystem();
~FileSystem();
static std::string GetPath();
static String GetTSVPath(String name);
static String GetTablePath(String name);
static std::string GetAbsPath(std::string localPath);
static std::... | [
"oceancx@gmail.com"
] | oceancx@gmail.com |
fb007b1f0ed6bd17e41255a1fc882e9c9e58c3b4 | 900eeb54ac340c17f5921a1035248463046efe48 | /SDK/PWND_EngineSettings_structs.hpp | d5ea5ced34c3daa2cb6c5de9d8a504df00376faf | [] | no_license | hinnie123/PWND_SDK | f94c5f8ebc99fd68aac02928550cf9401a7ac18d | b7cf225765a8083ba0a358ecb0067eb9ce1964d6 | refs/heads/master | 2020-04-02T04:44:07.654425 | 2018-10-21T17:01:00 | 2018-10-21T17:01:00 | 154,031,939 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,844 | hpp | #pragma once
// PWND (4.17.2.0) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
//Enums
//---------------------------------------------------------------------------
// Enum EngineSettings.EThreePlayerSplitScreenType
e... | [
"hindrik-sibma@hotmail.nl"
] | hindrik-sibma@hotmail.nl |
48f1000a4d36a1fe6226718228d032f9a7bf90c6 | a37626167f68b6608753f924001a48f3ab395d6e | /iitX/Programming_Basics/pps01_set1_q2.cpp | e7d2f3da05ae4d48ffd1b16522ab62674f3dc77e | [] | no_license | mxd369/cpp | 020ae3e3d90df559369ac8ce54384db355fd6324 | eb88e92f16b8e54d5265099e1c6716077b592b7f | refs/heads/master | 2021-01-11T22:29:46.771673 | 2017-03-18T07:18:46 | 2017-03-18T07:18:46 | 78,972,533 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 459 | cpp | /*
i. Use locations A, B;
ii. Output "Give A and B: ";
iii. Input A; Input B;
iv. A = A + B;
v. B = A + B;
vi. Output "B is: ";
vii. Output B;
*/
#include <iostream>
using namespace std;
int main()
{
int A, B;
cout << "Give A and B: " ;
cin >> A >> B ;
A = A + B;
B = A + B;
cout << ... | [
"mxd789@gmail.com"
] | mxd789@gmail.com |
9153131d836962356efda66b883a74ed4ab28ad8 | 811ef2df7a0e831e8ac2e26721194012f1d8dcbf | /course/payment_service/payment_gateway_mock.h | 0f13f0ad43b152e18f0201244c18b35cb1420f27 | [] | no_license | wrightsg/sc-cpp | 0edf1f0d3a41f49d5e329cdfe1de8f09fc4e0307 | 49fd801182071bbb0f3c376c96ce58dbc8b4f877 | refs/heads/master | 2020-05-03T09:15:39.246048 | 2019-03-30T11:18:08 | 2019-03-30T11:18:08 | 178,549,443 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 298 | h | #ifndef SC_CPP_PAYMENT_GATEWAY_MOCK_H
#define SC_CPP_PAYMENT_GATEWAY_MOCK_H
#include "gmock/gmock.h"
#include "payment_gateway.h"
class PaymentGatewayMock : public PaymentGateway
{
public:
MOCK_METHOD1(processPayment, void(const PaymentDetails&));
};
#endif //SC_CPP_PAYMENT_GATEWAY_MOCK_H
| [
"wrightsgdev@gmail.com"
] | wrightsgdev@gmail.com |
d4761e02f5c533fed5e468eceed7e2f25b15ae66 | dd6b6da760c32ac6830c52aa2f4d5cce17e4d408 | /magma-2.5.0/testing/testing_ztrmm_batched.cpp | 0c6833d8eb7d0721306a83c846dcb5e6df13a258 | [] | no_license | uumami/hit_and_run | 81584b4f68cf25a2a1140baa3ee88f9e1844b672 | dfda812a52bbd65e02753b9abcb9f54aeb4e8184 | refs/heads/master | 2023-03-13T16:48:37.975390 | 2023-02-28T05:04:58 | 2023-02-28T05:04:58 | 139,909,134 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,930 | cpp | /*
-- MAGMA (version 2.5.0) --
Univ. of Tennessee, Knoxville
Univ. of California, Berkeley
Univ. of Colorado, Denver
@date January 2019
@precisions normal z -> c d s
@author Chongxiao Cao
*/
// includes, system
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#i... | [
"vazcorm@gmail.com"
] | vazcorm@gmail.com |
b1f0a5ef9e8c1cdc1c41ccf8db6a19efaf3487d6 | 48e9625fcc35e6bf790aa5d881151906280a3554 | /Sources/Elastos/LibCore/src/org/apache/harmony/security/pkcs8/CPrivateKeyInfoHelper.cpp | 4231c9cd22ff9484882de209feb3cec56b052d78 | [
"Apache-2.0"
] | permissive | suchto/ElastosRT | f3d7e163d61fe25517846add777690891aa5da2f | 8a542a1d70aebee3dbc31341b7e36d8526258849 | refs/heads/master | 2021-01-22T20:07:56.627811 | 2017-03-17T02:37:51 | 2017-03-17T02:37:51 | 85,281,630 | 4 | 2 | null | 2017-03-17T07:08:49 | 2017-03-17T07:08:49 | null | UTF-8 | C++ | false | false | 1,350 | cpp | //=========================================================================
// Copyright (C) 2012 The Elastos 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
//
// ... | [
"cao.jing@kortide.com"
] | cao.jing@kortide.com |
61d531483d5853e7e402f2c3a951fe191d37f3c0 | 70f6aac788d5b06d33a935645065c029c519fa45 | /2019-01-24/Master-AIP-PG-DCW-HV/AIPRelease/Out-Moc/moc_sqlproduct.cpp | 2ec8fddabafa14bb3de75fe0261d122cb92682d2 | [] | no_license | Bluce-Song/2019 | dedf7f37c61ca40a33429c366256876dd12f2471 | 074a6e31566f35843959d52e68606f4fe9a21a92 | refs/heads/master | 2020-04-18T08:01:09.796128 | 2019-01-25T01:25:16 | 2019-01-25T01:25:16 | 167,381,182 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,697 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'sqlproduct.h'
**
** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.5)
**
** WARNING! All changes made in this file will be lost!
**********************************************************... | [
"songliang008@163.com"
] | songliang008@163.com |
5d23fe5842e54feddbb315c39ba8f5b1b882329c | 41db71010ff664ecd163710019dde3db9d8e2e09 | /thrift/compiler/test/fixtures/includes/gen-cpp2/includes_metadata.cpp | f36aae3bac9bcf9e2ebf61f52918d1d5a4529b79 | [
"Apache-2.0"
] | permissive | jahau/fbthrift | 069c4203ccbe55f84b439b700f94cdd1f0d1311e | 2c73323d9e31fc99ea7a3b73ce8a201b3b8715d0 | refs/heads/master | 2022-04-21T04:31:43.313556 | 2020-02-15T05:53:32 | 2020-02-15T05:55:05 | 240,657,490 | 1 | 0 | null | 2020-02-15T06:37:02 | 2020-02-15T06:37:01 | null | UTF-8 | C++ | false | false | 426 | cpp | /**
* Autogenerated by Thrift
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
#include "thrift/compiler/test/fixtures/includes/gen-cpp2/includes_metadata.h"
namespace apache {
namespace thrift {
namespace detail {
namespace md {
using ThriftMetadata = ::apache::thrift::metada... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
bc24cccb0cb9e066ec282fd201c3733953f3a461 | ca4d238a1648d3fa1f38aa3845b2063e0b27643a | /12/graph_distanceTree/queue_distanceTree.cpp | 36900303d3a626aa8c45da765da5f06452bd3f70 | [] | no_license | LeafLu0315/CS_Programming | fee05c367f159e269fe94bd6ee7cbb03901c1579 | 4cd9f4b3d08181f058451959ad8a40833d993c32 | refs/heads/master | 2018-09-20T19:32:59.780279 | 2018-09-12T13:09:38 | 2018-09-12T13:09:38 | 114,989,772 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 839 | cpp | #include<cstdio>
#include<vector>
#include<queue>
#define N 5001
using namespace std;
void sol();
int main(void){
int n;
scanf("%d",&n);
while(n--) sol();
return 0;
}
void sol(){
int ans=0,i,nodes;
int parent[N],edge[N],node[N],degree[N];
queue<int> q;
scanf("%d",&nodes);
for(i=2;i... | [
"johnson7511333@gmail.com"
] | johnson7511333@gmail.com |
6c839c940cf2f82e7d2116d25b87e1bc3027e13c | 7d52ba18a2625287b9ce088691ab85f225dbbe78 | /algo/Cible.cpp | 5bfa91bcdd045710c54b06615e8fe99b3e10803e | [] | no_license | Heabelix/algo | c32f132bd20e1310548a1517c733995ecd840035 | 65a3f40567add84cf83f5a63ed00eb4a6b4358dd | refs/heads/master | 2023-01-19T17:23:16.203004 | 2020-11-23T20:52:28 | 2020-11-23T20:52:28 | 315,437,155 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 60 | cpp | #include "Cible.h"
Cible::Cible(int id)
{
this->id = id;
} | [
"valentin.lefloch35@gmail.com"
] | valentin.lefloch35@gmail.com |
64b8b72e0ed0ffb7b54c6cad723dd9374c397597 | 24862dcb99a7da2050768212be89e91b9acb67b5 | /UE_4.21/Engine/Intermediate/Build/Win32/UE4/Inc/Engine/OnlineEngineInterface.generated.h | 2f283d382751a39ff0e9c972dbe48dd93d8e389e | [] | no_license | dadtaylo/makingchanges | 3f8f1b4b4c7b2605d2736789445fcda693c92eea | 3ea08eab63976feab82561a9355c4fc2d0f76362 | refs/heads/master | 2020-04-22T05:28:01.381983 | 2019-02-25T02:56:07 | 2019-02-25T02:56:07 | 170,160,587 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,812 | h | // Copyright 1998-2018 Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
==============================================================... | [
"dadtaylo@iu.edu"
] | dadtaylo@iu.edu |
e75f6f36cdbc4a84299f4093c3653efcbfb0385a | e9cd4bb2814fffb908639af593f0c1b90923fe74 | /util.h | 596b2de5275085853e54047c2c95ddda835585a8 | [] | no_license | MarcosChabolla/Cpp-Listmap | 4ceb3c78f267184ad61509a04d3804e0abe4af07 | 028d0799d693401b65c92638e2c984a1b8e99892 | refs/heads/master | 2021-04-29T07:51:32.708018 | 2017-01-04T03:03:01 | 2017-01-04T03:03:01 | 77,975,201 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,544 | h | // $Id: util.h,v 1.5 2016/07/20 20:07:26 akhatri Exp $
//
// util -
// A utility class to provide various services not conveniently
// associated with other modules.
//
#ifndef __UTIL_H__
#define __UTIL_H__
#include <iostream>
#include <list>
#include <stdexcept>
#include <string>
using namespace std;
#inclu... | [
"Marcos.chabolla@gmail.com"
] | Marcos.chabolla@gmail.com |
49388d4d169e1c1309874ab77b74dc509237f012 | 323788cf746237167c70f38117d3fbd26e92c041 | /sandbox/yajie/src/nnet/nnet-test.cc | 36c211df6d574af1f800907185acafc7bb85b14d | [
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | zweiein/kaldi | 3cfc5d1fc66c1ca32c74f71171d4af2e2512f15c | 708448c693272af0d68c8e178c7b4ff836125acf | refs/heads/master | 2020-12-26T00:45:36.907011 | 2015-10-23T21:17:02 | 2015-10-23T21:17:02 | 46,313,562 | 0 | 1 | null | 2015-11-17T00:57:57 | 2015-11-17T00:57:57 | null | UTF-8 | C++ | false | false | 1,196 | cc | // nnet/nnet-test.cc
// Copyright 2010 Brno University of Technology (author: Karel Vesely)
// See ../../COPYING for clarification regarding multiple 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 c... | [
"danielpovey@5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8"
] | danielpovey@5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8 |
9139a398865194d49a2d60ca2aa64713e32a214f | 2a9cf39e8dd941bd9fb0c4fb5dcdb49897502318 | /OpencvTutorial/Imgprocessing/MorphLineDetection/morph_line_detection.cpp | c3571a5d55cb03c22d46227cc97e3b0eaece1d4a | [] | no_license | spidervn/atom_it | 4542e55d3c358cb673d8a767474df38d691219a4 | 5fe296410e2330c0677d7dbcb42553da15c5d1f2 | refs/heads/master | 2018-09-16T04:58:40.150441 | 2018-06-05T16:39:01 | 2018-06-05T16:39:01 | 92,168,496 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,634 | cpp |
#include <iostream>
#include <opencv2/opencv.hpp>
using namespace std;
using namespace cv;
int main(int argc, char const *argv[])
{
if (argc != 2) {
printf("Usage: %s image_file\n", argv[0]);
return -1;
}
// Load the image
Mat src = imread(argv[1]);
if (!src.data) {
cerr << "Problem loading page !!!" <... | [
"a@vnn.vn"
] | a@vnn.vn |
25368cadc04e1c0df62d4c9391add67fb3a649fb | d4433d8c51e9dc6e0c2904def0a524c9125555de | /Battle/AffectArea/AffectFrontArea.cpp | 25bd94b70661c44d4dcec77149cd4a5e5db9e9ef | [] | no_license | 54993306/Classes | 3458d9e86d1f0e2caa791cde87aff383b2a228bb | d4d1ec5ca100162bd64156deba3748ce1410151d | refs/heads/master | 2020-04-12T06:23:49.273040 | 2016-11-17T04:00:19 | 2016-11-17T04:00:19 | 58,427,218 | 1 | 3 | null | null | null | null | GB18030 | C++ | false | false | 1,296 | cpp | /*************************************************************
*
*
* Data : 2016.6.12
*
* Name :
*
* Author : Lin_Xiancheng
*
* Description :
*
*
*************************************************************/
#include "Battle/AffectArea/AffectFrontArea.h"
namespace BattleSpace
{
//前方单体
sAffectTyp... | [
"54993306@qq.com"
] | 54993306@qq.com |
973fabdd69d8863c9304a25131b5076a641a43ac | e2bb8568b21bb305de3b896cf81786650b1a11f9 | /SDK/SCUM_1H_Brass_knuckles_classes.hpp | 3da32b10a9a9659b6c30a01435618c5dba7c1236 | [] | no_license | Buttars/SCUM-SDK | 822e03fe04c30e04df0ba2cb4406fe2c18a6228e | 954f0ab521b66577097a231dab2bdc1dd35861d3 | refs/heads/master | 2020-03-28T02:45:14.719920 | 2018-09-05T17:53:23 | 2018-09-05T17:53:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 931 | hpp | #pragma once
// SCUM (0.1.17) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "SCUM_1H_Brass_knuckles_structs.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// Bl... | [
"igromanru@yahoo.de"
] | igromanru@yahoo.de |
41957d73ba208d338736beb769e782437d9aa624 | 28d25f81c33fe772a6d5f740a1b36b8c8ba854b8 | /UVA/11456/main.cpp | b01bee620a4450e0d759c09e68aa29602bc679e0 | [] | no_license | ahmedibrahim404/CompetitiveProgramming | b59dcfef250818fb9f34797e432a75ef1507578e | 7473064433f92ac8cf821b3b1d5cd2810f81c4ad | refs/heads/master | 2021-12-26T01:18:35.882467 | 2021-11-11T20:43:08 | 2021-11-11T20:43:08 | 148,578,163 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 709 | cpp | #include<algorithm>
#include<cstdio>
using namespace std;
int A[2500], Ma[2500], Mb[2500];
int N, T;
int main() {
scanf("%d", &T);
for(int t = 0; t < T; t++) {
scanf("%d", &N);
for(int i = 0; i < N; i++)
scanf("%d", &A[i]);
for(int i = N - 1; i >= 0; i--) {
Ma[i] = 1;
for(int j = i... | [
"ahmedie20022011@gmail.com"
] | ahmedie20022011@gmail.com |
061f663b5801ada16fc574acbc30efdeb8213e5d | 5c77de87b42178964d736ef692e2589bf30c8224 | /Source/CylandEditor/Public/CyLandToolInterface.h | ca9afc8aa2910999ee5421bae06ff83d39e67c68 | [] | no_license | hanbim520/UnrealLandscapeCopy | 7f5876584f0bbf31ad0da9a8516fd1db8ac29c82 | 209af4d0b2733d62ee42ab0133c51c2022d7e2df | refs/heads/master | 2022-02-10T12:28:34.660178 | 2019-07-02T15:46:26 | 2019-07-02T15:46:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,930 | h | // Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
#include "InputCoreTypes.h"
#include "UObject/GCObject.h"
#include "UnrealWidget.h"
#include "EdMode.h"
class FEditorViewportClient;
class FPrimitiveDrawInterface;
class FSceneView;
class FViewport;
class UCyLandInfo;
... | [
"knziha@gmail.com"
] | knziha@gmail.com |
bc4b4e067513cab3de47e4689bd8a5024e6eadab | 07ca4af273d8d6d37eeab4242d6ef73c6e52cc12 | /advance/1062.cpp | c3fdbb8857186070c6bc1e93ed2c0d4b29cbd066 | [] | no_license | zffffw/pta | d2fb1c83e9b5435c2dfbd1179baf842c0426c7b1 | c3bdf45602d0e8a382b5511723bcdd9cf498c558 | refs/heads/master | 2020-05-01T07:57:51.563963 | 2019-05-01T03:13:43 | 2019-05-01T03:13:43 | 177,365,318 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,308 | cpp | #include <iostream>
#include <string>
#include <algorithm>
#include <vector>
using namespace std;
typedef struct node {
string idx;
int a;
int b;
int s;
bool operator < (const node &A) const {
if(s != A.s)
return s > A.s;
else if(a != A.a)
return a > A.a;
... | [
"424533148@qq.com"
] | 424533148@qq.com |
5d557514d512fd080bf0e3fe659d38c790aeb0ae | 4a399bbb5129a2a413932c545050d7a7ad4ee05a | /Region.h | 8439e8318954cdbb668c9035d1d756d95429823f | [] | no_license | voicelessreason/warlightBot | 345e7341e226ad1c7c561c213b411f9ce71cfeda | 5880d735e9f8ff1e6efa7335590745a36391a94d | refs/heads/master | 2021-01-10T20:13:21.492331 | 2015-05-29T15:41:21 | 2015-05-29T15:41:21 | 28,961,043 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 626 | h | #ifndef REGION_H
#define REGION_H
#include <vector>
#include <string>
using namespace std;
class Region
{
std::vector<int> neighbors;
int id;
int nbNeighbors;
int superRegion;
string owner;
int armies;
public:
Region();
Region(int pId,int superRegion);
virtual ~Regio... | [
"arlenstrausman@gmail.com"
] | arlenstrausman@gmail.com |
1a2ed7ea4fac8cf39f8aa9e18e7154facc139314 | 00e925fe9705dddd93c155667d71da861fb01772 | /src/test/pmt_tests.cpp | c7178a7ead1206c9ebf3890b930d526ea0301211 | [
"MIT"
] | permissive | Crowndev/crown | f017445d4cbc6b5dda4e6a57fec16d07febfdf92 | 7d8f35e5f1749b0b93e16fda5c45c800ba15f882 | refs/heads/main | 2022-12-28T08:08:51.649518 | 2022-12-25T19:59:36 | 2022-12-25T19:59:36 | 415,886,236 | 7 | 3 | MIT | 2022-12-25T19:59:37 | 2021-10-11T10:57:29 | C++ | UTF-8 | C++ | false | false | 4,438 | cpp | // Copyright (c) 2012-2020 The Crown Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <arith_uint256.h>
#include <consensus/merkle.h>
#include <merkleblock.h>
#include <serialize.h>
#include <streams.h>
#... | [
"blockmecha@gmail.com"
] | blockmecha@gmail.com |
7cdd128081f1fa1780da614f5a73135fdc55ca8f | 236753dbba656350d4a9f8ccd5efa27ef6886c32 | /rayTracing/camera.cpp | 494b43ebeceac71bc938a397edc1d16f399f2294 | [] | no_license | xiajiaonly/rayTracing | 31b6c8c156762bd5c2176e2c4a92a85c5f173225 | 53894946be8180748e90def66add18c58aa1e226 | refs/heads/master | 2021-05-28T03:56:54.016175 | 2015-01-17T16:36:52 | 2015-01-17T16:36:52 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,214 | cpp |
#include "stdafx.h"
#include "camera.h"
Camera::Camera(Point& pos, Point& headup, Point& lookat)
:pos(pos),headup(headup),lookat(lookat)
{
unitise();
}
Line Camera::getSightLight(double x, double y)
{
Point mov = xaxis * x + yaxis * y;
return Line(pos + mov, lookat + mov);
}
void Camera::unitise()
{
dir = (loo... | [
"monocofe@gmail.com"
] | monocofe@gmail.com |
6def90c17822affb00ea6ac573a6e4cd9c7307f8 | 0fe2847bf222a3df0847a08de244000207514d05 | /src/libseabreeze/include/vendors/OceanOptics/protocols/obp/exchanges/OBPGetGPIOExtensionAvailableModesExchange.h | 21d536ff9a9d4044dec6605cf84bf12692c813f7 | [
"MIT"
] | permissive | asenchristov/python-seabreeze | 3656161eb2bf2be082839700f021a5957b81f00b | 573bae1d9de4e819611b2f5b9c66f98d7d0fe066 | refs/heads/master | 2022-12-01T09:39:46.079901 | 2020-08-18T09:07:30 | 2020-08-18T09:07:30 | 288,403,712 | 0 | 0 | MIT | 2020-08-18T08:49:58 | 2020-08-18T08:49:57 | null | UTF-8 | C++ | false | false | 1,955 | h | /***************************************************//**
* @file OBPGetGPIOExtensionAvailableModesExchange.h
* @date April 2017
* @author Ocean Optics, Inc.
*
* LICENSE:
*
* SeaBreeze Copyright (C) 2017, Ocean Optics Inc
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy... | [
"andreas@poehlmann.io"
] | andreas@poehlmann.io |
14425a2c777abb43efb0802dc8f54d84b65d1463 | f1072da7dbff060ca7b538a81d3936571fec56ea | /include/usfpp/bpg_rsp/RspOpContext.hpp | 205da117fc551e35dfcb9f891c12a48e882a02f2 | [] | no_license | Hkiller/workspace | e05374d30a6f309fa8cf1de83887ccb5d22736f9 | 660fc5900300786d7581a850a3fefc90f8d07a93 | refs/heads/master | 2021-03-30T22:44:17.469448 | 2017-04-12T06:08:02 | 2017-04-12T06:08:02 | 125,022,632 | 2 | 0 | null | 2018-03-13T09:07:03 | 2018-03-13T09:07:03 | null | UTF-8 | C++ | false | false | 698 | hpp | #ifndef USFPP_BPG_RSP_OPCONTEXT_H
#define USFPP_BPG_RSP_OPCONTEXT_H
#include "usfpp/logic/LogicOpContext.hpp"
#include "System.hpp"
#ifdef _MSC_VER
# pragma warning(push)
# pragma warning(disable:4624)
#endif
namespace Usf { namespace Bpg {
class RspOpContext : public Logic::LogicOpContext {
public:
void addAdd... | [
"570385841@qq.com"
] | 570385841@qq.com |
86eb3736eac4a1e99c087d281d5d5a44bf3d31bc | fe91ffa11707887e4cdddde8f386a8c8e724aa58 | /chrome/browser/ui/webui/settings/chromeos/search/search_handler_factory.cc | fba877837383e2e2adf04fd1143f2001c59b55c6 | [
"BSD-3-Clause"
] | permissive | akshaymarch7/chromium | 78baac2b45526031846ccbaeca96c639d1d60ace | d273c844a313b1e527dec0d59ce70c95fd2bd458 | refs/heads/master | 2023-02-26T23:48:03.686055 | 2020-04-15T01:20:07 | 2020-04-15T01:20:07 | 255,778,651 | 2 | 1 | BSD-3-Clause | 2020-04-15T02:04:56 | 2020-04-15T02:04:55 | null | UTF-8 | C++ | false | false | 2,323 | cc | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/ui/webui/settings/chromeos/search/search_handler_factory.h"
#include "chrome/browser/local_search_service/local_search_service_p... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
cc37545d98455f8bbee66bab6b7039925210628c | fe7113121c8e628fdbb166a3daf7958a187f0eb9 | /xfa/fxfa/parser/xfa_basic_data.cpp | d17baeed2b8c926e0c218a9948223d7f5b1ea6b8 | [
"BSD-3-Clause",
"Apache-2.0"
] | permissive | tszirr/pdfium | f80704b6293e3d07fcc73f8368dc1710c6b19617 | 6ab909c1a31743b218455ce90d698463069bae79 | refs/heads/master | 2022-12-31T02:41:35.858154 | 2020-10-21T10:57:12 | 2020-10-21T10:57:12 | 272,494,987 | 0 | 0 | NOASSERTION | 2020-06-15T16:53:13 | 2020-06-15T16:53:12 | null | UTF-8 | C++ | false | false | 9,013 | cpp | // Copyright 2016 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "xfa/fxfa/parser/xfa_basic_data.h"
#include <iterator>
#include <uti... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
454e0dfde2fae4ad7d987d37d910116cd99ff236 | b96f35b56366e1024d963532064f14c2f6092dd3 | /src/cpp_share/keys/ek_arith_seal1.cpp | f2d9221285701257bddf5c109483413cb0aa3a50 | [] | no_license | oXis/e3 | e89567df12d1fc20cb44f9efda69f17d4073b409 | b2c29128f078fe6345b5c23d3f37c1ae37112181 | refs/heads/master | 2020-09-21T15:06:06.097444 | 2019-10-08T09:44:15 | 2019-10-08T09:44:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,066 | cpp | #include <iostream>
#include <fstream>
#include "ek_arith_seal.h"
#include "def_seal1.h"
using std::cout;
using namespace seal;
bool e3::SealBaseEvalKey::load(string fname)
{
if (!NOCOUT) cout << "Loading evaluation key .. " << std::flush;
auto fileParams = fname + ".params.key";
auto fileRelin = fname... | [
"you@example.com"
] | you@example.com |
62b78f6ef8e77244a00f86fb5acea1ca8fef267b | 6728394d63024d85217726e08e292be78e986cf9 | /kino/sqlgen/src/Dict.cpp | f2cbec17bffca054e55dee6a04e69756805fb823 | [] | no_license | mustafirus/oldprojects | 5632c886d98d0ed38469327c05690d0830a72070 | 51180b540b3a19964ae5a1776a743ca0bb9de204 | refs/heads/master | 2021-07-25T16:18:03.885015 | 2013-03-24T09:52:27 | 2013-03-24T09:52:27 | 109,653,046 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 118 | cpp | /*
* Dict.cpp
*
* Created on: 16 марта 2011
* Author: golubev
*/
#include "stdx.h"
#include "Dict.h"
| [
"7886143+mustafirus@users.noreply.github.com"
] | 7886143+mustafirus@users.noreply.github.com |
8836ad5e32462fbe8a34796f62de5bdf8a4b774a | 5c2a066016f9e9ee56a24251709bcd6fc777c153 | /GLTestsApp/GLTestsApp/Classes/AppObjLoader/3d_resource_manager.h | 589d35ebc41b0fb0438f430822778003c3f50f6d | [] | no_license | cleonro/ObjLoader | 33f9969c4f7fd0a954f7fec10c447c191e215e51 | d7483cd89376ed53684e5415d8a09be0df691228 | refs/heads/master | 2016-09-15T19:15:28.497983 | 2014-01-23T21:46:50 | 2014-01-23T21:46:50 | 25,855,975 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,052 | h | #ifndef _RESOURCE_MANAGER_H
#define _RESOURCE_MANAGER_H
#include "3d_model.h"
#include <vector>
#include <string>
#include <map>
using namespace std;
class C_3D_RESOURCE_MANAGER
{
public:
struct T_MODEL_INF
{
T_MODEL_INF();
unsigned int* indices;
C_3... | [
"cleon_ro@yahoo.com"
] | cleon_ro@yahoo.com |
dc703b06e08936064158f5faaa8bffde5f7590ef | 338f814b6e97001863042556f50b7c85d1ecae08 | /3.1.2DObjects_GLSL/blockTileClass.cpp | 1df2e81c3709d5b72ab7ece983b888f323566a98 | [] | no_license | DaeunGod/Graphics-GLUT | bb0eede4ed51e663e4a23d96444fa40809962368 | 491e6044d4bfea067cedba04ee18f7719e1a0f67 | refs/heads/master | 2020-03-07T17:08:03.294362 | 2018-04-10T16:22:49 | 2018-04-10T16:22:49 | 127,603,215 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,271 | cpp | #include "stdafx.h"
GLfloat blockTileBackGround[5][2] = { { -40.0, 20.0 },{ -40.0, -100.0 } ,{ 40.0, 20.0 },{ 40.0f, -100.0 },{ -40.0f, -100.0 } };
GLfloat blockTileline[4][2] = { { -40, 15.0 },{ -40.0, 20.0 } ,{ 40.0, 15.0 },{ 40.0f, 20.0 } };
GLfloat blockTileDeco1[3][2] = { { -28, 15.0 },{ -23.0, 10.0 },{ -20.0, 15... | [
"dcj4655@naver.com"
] | dcj4655@naver.com |
f54c1aafa75ce585459f41415caa086c2acee5e8 | ab6d163c4307d85acfe2419d4c6de8628797c6c9 | /EP2_3/packages/Win2D.0.0.11/Include/Microsoft.Graphics.Canvas.DirectX.Direct3D11.interop.h | c8c557ce685c4fe578e771eab8f94142f88f6d32 | [
"CC-BY-4.0",
"CC-BY-3.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Chubosaurus/Win2D-Getting-Started | 55dab9037397c5c9e95e9e4d007e2f873e0ec08e | c37f0bb28a5aaa1ef255b530a863efde27641f06 | refs/heads/master | 2021-01-17T10:22:44.061878 | 2016-06-11T10:50:20 | 2016-06-11T10:50:20 | 58,127,427 | 17 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,018 | h | // Copyright (c) Microsoft Corporation. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may
// not use these files 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 ap... | [
"dnguyen_wsu@hotmail.com"
] | dnguyen_wsu@hotmail.com |
36d9561d4f352d1cdf8f1508af564be01b288914 | 0f8726a8394d2fbda60bdd24d6c9a82e9a4891ef | /src/RefProperty.cpp | e0efb7c31fe425703b2782963f819a73716080e9 | [
"MIT"
] | permissive | gidapataki/undoable | 4f9de6fa2fdf24424d6dfea2b4b00e3277bf62d2 | aa59b40926d322cd04c84ee21611df8f56a0dfa2 | refs/heads/master | 2020-04-08T08:50:10.576046 | 2019-01-17T15:04:29 | 2019-01-17T15:04:29 | 159,195,668 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,243 | cpp | #include "undoable/RefProperty.h"
namespace undoable {
// RefNode
void RefNode::LinkRef(RefNode* u, RefNode* v) {
u->next_ref_ = v;
v->prev_ref_ = u;
}
void RefNode::UnlinkRef() {
LinkRef(prev_ref_, next_ref_);
LinkRef(this, this);
referable_ = nullptr;
}
// Referable
void Referable::LinkBack(RefPropertyB... | [
"gida.pataki@prezi.com"
] | gida.pataki@prezi.com |
32f8c44644d5ecee3e7b6f7b229f6f559530949e | 05654e33f9569bb4735af4936d553789684288e4 | /Libraries/ZilchShaders/CycleDetection.cpp | 43e865e662cc56ee475e4a94199c2483a9350b47 | [
"MIT"
] | permissive | jodavis42/ZilchShaders | e8265c7768b2e4c2c8a314509364f7f9222541fe | a161323165c54d2824fe184f5d540e0a008b4d59 | refs/heads/master | 2021-06-20T16:49:35.760020 | 2021-04-30T01:06:33 | 2021-04-30T01:06:33 | 205,271,416 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,226 | cpp | ///////////////////////////////////////////////////////////////////////////////
///
/// Authors: Joshua Davis
/// Copyright 2018, DigiPen Institute of Technology
///
///////////////////////////////////////////////////////////////////////////////
#include "Precompiled.hpp"
namespace Zero
{
//--------------------------... | [
"22943955+jodavis42@users.noreply.github.com"
] | 22943955+jodavis42@users.noreply.github.com |
0695d3ea6c990647fc44bc46b02035e3735fdb19 | fab298a55b6ef0cf9007f9d1e65bf225cc92da9c | /IntelliTrack.RFIDUDPReader/tools/gdal-1.8.0/port/cpl_multiproc.cpp | c3ff744e7804a94ceeed58818f384beab01e94a2 | [
"MIT",
"Zlib",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-info-zip-2005-02",
"ISC",
"LicenseRef-scancode-info-zip-2009-01"
] | permissive | diegowald/intellitrack | 7fe5a22d7d3e5624f79dd7d9d0a1dc60887b7b0c | fa3397a373f296dba9518b1a8762c1b947f02eb5 | refs/heads/master | 2016-09-06T08:48:03.155393 | 2013-01-14T15:31:40 | 2013-01-14T15:31:40 | 7,606,666 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 33,958 | cpp | /**********************************************************************
* $Id: cpl_multiproc.cpp 21055 2010-11-03 11:36:59Z dron $
*
* Project: CPL - Common Portability Library
* Purpose: CPL Multi-Threading, and process handling portability functions.
* Author: Frank Warmerdam, warmerdam@pobox.com
*
*******... | [
"diego.wald@gmail.com"
] | diego.wald@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.