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
3dc52ded166907cd24f4f865aaa94eea0df9eaa5
2fac25d7a35ca9bdb748a55eeb3fab23c0ee407f
/Chapters/Assignment_7/Problems/Gaddis_8thEd_Chap3_Prob12_Celsius-Fahrenheit/main.cpp
745c6bf19e264d05aac4f2bd7b61d54e764ffd7a
[]
no_license
spfrood/CPP-references
54b7331c7087b8535915f6afbeff5e4fdf2f378e
b19007f60a4485add7730198896bbdd172534139
refs/heads/master
2020-03-07T11:59:15.254998
2019-08-11T21:22:03
2019-08-11T21:22:03
127,467,910
1
0
null
null
null
null
UTF-8
C++
false
false
1,149
cpp
/* * File: main.cpp * Author: Scott Parker * Created on February 21, 2017 * Purpose: Gaddis, 8thEd, Chapter 3, Problem 12 * Write a program to convert Celsius to Fahrenheit using the formula * F=9/5C + 32 * F is the degrees F, C is the degrees C */ //System Libraries #include <iostream> #include <iomanip> u...
[ "spfrood@gmail.com" ]
spfrood@gmail.com
9402ca3b0505b73b129c75a4c7b86c080d77aa7e
1829a6ba04a80bbf7764fd4006932264514d5e7a
/카타나 제로 모작/flip.cpp
6be18ec7aed4f95407894099c3381c71ec0fcdda
[]
no_license
young-cod/KatanaZero-
11989e9ba2c9adb20b0ec4fc8b38bbb52899cc8e
fb16b0f20bcce9454d9cb087606eb404a14eb5ca
refs/heads/master
2023-08-03T05:57:19.685786
2021-09-20T07:42:23
2021-09-20T07:42:23
408,350,725
1
0
null
null
null
null
UTF-8
C++
false
false
1,960
cpp
#include "stdafx.h" #include "playerManager.h" #include "fall.h" #include "flip.h" #include "attack.h" #include "grab.h" stateManager * flip::inputHandle(playerManager * player) { if (!player->getPlayer().isFlip) { return new fall; } if (KEYMANAGER->isOnceKeyDown(VK_LBUTTON) && !player->getPlayer().atkCount) { ...
[ "suba1001@daum.net" ]
suba1001@daum.net
e0b75361dc4d6b3b281c0608da12050838b64bed
119bc1e5ea9180452e380fafd4dd87507ed235de
/robocommon/CdcIOStream.h
0e1177df936e4ba0b9a2fe04bbbb5577b7b93eb1
[]
no_license
adrianimboden/intro-robo
d396dd52b6cb2b01f4433909ed7a89d1a74b7d2f
4c262f391e2f95b9699c4413c034681a811f3692
refs/heads/master
2016-09-10T19:20:36.015794
2015-05-18T09:29:57
2015-05-18T09:29:57
30,913,227
0
0
null
null
null
null
UTF-8
C++
false
false
1,040
h
#pragma once #ifndef __cplusplus #error sorry, this header is c++ only #endif #include "Console.h" class CdcPolymorphicIOStream final : public IOStream { public: using ReceiveFn = uint8_t(*)(uint8_t *Chr); using SendFn = uint8_t(*)(uint8_t Chr); CdcPolymorphicIOStream(ReceiveFn fnReceive, SendFn fnSend) : fnRe...
[ "mail@adrianimboden.ch" ]
mail@adrianimboden.ch
4e86b53d1f85986c30f00a894ae948e558a1ba34
88ae8695987ada722184307301e221e1ba3cc2fa
/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/vktPipelineInputAssemblyTests.cpp
d819fdc7fe30d519767983704e30cd77b2a0d0b1
[ "Apache-2.0", "LGPL-2.0-or-later", "MIT", "GPL-1.0-or-later", "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C++
false
false
63,808
cpp
/*------------------------------------------------------------------------ * Vulkan Conformance Tests * ------------------------ * * Copyright (c) 2015 The Khronos Group Inc. * Copyright (c) 2015 Imagination Technologies Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use ...
[ "jengelh@inai.de" ]
jengelh@inai.de
cefb68689f18fd3a9b464c434e395b5d0c05ec1d
aade84a31a7910a5b74d33b22e32e7f2659c04a5
/Code/Base/Geom/VertexBlob.cpp
b7008fbd95631c9e7784016b8d4e9341ca3896dd
[]
no_license
Sunday111/GL_Light
7a30cb2e857712c69c6b4862cca83cc5d654987a
ebf618de16ab01563e5659ee6ac0c7a8103d5488
refs/heads/master
2020-06-13T22:48:50.076934
2016-12-04T14:56:34
2016-12-04T14:56:34
75,543,487
0
0
null
null
null
null
UTF-8
C++
false
false
2,985
cpp
#include "Base/Geom/VertexBlob.h" #include <new> #include <utility> namespace XPointBlob { static int GetFieldSize(VertexBlobField field) { switch (field) { case VertexBlobField::Pos: return sizeof(PointBlobFieldMeta<VertexBlobField::Pos>::Type); case VertexBlobFie...
[ "konstantin.lazukin@gmail.com" ]
konstantin.lazukin@gmail.com
378b277fe2e6da92788a62565cfcbcdf1897783a
e9b3753173ee28fef8554bf8c420185f0e7f2bf4
/weldis/Rectangle.h
54991827b51b73b205ef12530eaae9ed88b0a295
[ "Apache-2.0" ]
permissive
weldisalves/Trabalho-Final
3ef60f53ba34cf22f2fcce81d621cd9fb5ded68e
1a2161ee05a3d2bd4fb6644d918b7730105fe490
refs/heads/master
2021-01-01T03:39:42.788274
2016-06-08T20:52:02
2016-06-08T20:52:02
59,614,839
0
0
null
null
null
null
UTF-8
C++
false
false
390
h
#pragma once #include <string> // Classe Retangulo, herdado de Objeto class Rectangle { public: int x,y; int R,G,B; std::string style; int Height, Width; Rectangle(); Rectangle(int x, int y, int pHeight, int pWidth,int R,int G,int B); void Set(int x, int y, int pHeight, int pWidth,int R,int ...
[ "weldis@localhost.localdomain" ]
weldis@localhost.localdomain
6eb2fde6b6b722ff1253f9d69799f3712bab3eee
8b1ecdc17312efeda84e16c9e3a58dbf07f54712
/maximum_width_of_binary_tree.cpp
2b92088d1acf6c605c0e211c72a8d968c3d30f64
[]
no_license
lepiaf357/Algorithms
48a7112111b0a284f767b6500a0170dacbd3eecd
eec62ac04242ff82a164dcf8366705905c6261e2
refs/heads/master
2021-04-09T17:09:25.678670
2018-03-19T19:34:50
2018-03-19T19:34:50
125,709,079
0
0
null
null
null
null
UTF-8
C++
false
false
1,265
cpp
#include <iostream> #include <queue> #include <algorithm> struct node { int iData; node* pnodeLeft; node* pnodeRight; }; node* CreateNode(int iData) { node* nodeNew = new node; nodeNew->iData = iData; nodeNew->pnodeLeft = nullptr; nodeNew->pnodeRight = nullptr; return nodeNew; } int MaximumWidth(node* pnode...
[ "minabadovinac92@gmail.com" ]
minabadovinac92@gmail.com
247054ebff6be0b43eb67bb20825dbe72f069b06
626785acb8986f9cec9206287bf46b108d417463
/Software/ExpShield1/ASSrc/ExpShieldOneBoardImpl.cpp
0b0d42142e44c1e956cac79c9af65959e351759b
[]
no_license
bvlabx/airsenseur-sensorsshield
df8bf2deddc75e6ac6910852c497db0696680f55
ead823d4327dd99bbd944b6c9ac72aa77e55edbb
refs/heads/master
2020-12-23T13:31:56.637205
2020-01-27T09:42:59
2020-01-27T09:42:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,211
cpp
/* =========================================================================== * Copyright 2015 EUROPEAN UNION * * Licensed under the EUPL, Version 1.1 or subsequent versions of the * EUPL (the "License"); You may not use this work except in compliance * with the License. You may obtain a copy of the License at *...
[ "marco.signorini@liberaintentio.com" ]
marco.signorini@liberaintentio.com
a0972ba11f50a7ae5b6b838e1353bc889be34cfb
8ffd86bee8ee5f0ce60aca41ddea721a910afcbc
/jni/stk/animations/.svn/text-base/billboard_animation.hpp.svn-base
aedd88bc8feeeff1510b77fda6adfe470fcc0eb7
[]
no_license
xapantu/stkolddroid
2d3f5c261d05656294f47b01eccf2d583da37157
c1ec835692eb6cb6241e42e010297221bf256331
refs/heads/master
2021-01-10T01:52:50.320608
2016-02-23T18:32:52
2016-02-23T18:32:52
52,371,105
0
0
null
null
null
null
UTF-8
C++
false
false
1,340
// $Id: billboard_animation.hpp 1681 2008-04-09 13:52:48Z hikerstk $ // // SuperTuxKart - a fun racing game with go-kart // Copyright (C) 2009 Joerg Henrichs // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the F...
[ "xapantu@gmail.com" ]
xapantu@gmail.com
2c5f952e3c84d46dc0d10d115259af88a511fe55
748e4738ae31a1c536dea32727502ca0db77a381
/google1.cpp
93b4876d33437590b6f4e074729946a943b7c0b3
[]
no_license
piyush14298/A2OJ
d74d7adf93869fa16515694aa876d50d9e8268e0
0645185f457cbd135ae271c0f85696ace575d6f8
refs/heads/master
2023-07-15T09:57:43.788972
2021-08-18T13:19:15
2021-08-18T13:19:15
273,522,041
0
0
null
null
null
null
UTF-8
C++
false
false
554
cpp
#include<bits/stdc++.h> using namespace std; int main() { int t; cin>>t; int index = 1; while(t--) { int n,b; cin>>n>>b; vector<int> prices(n); for(int i=0;i<n;i++) { cin>>prices[i]; } sort(prices.begin(),prices.end()); int ans=0; ...
[ "piyoosh14298" ]
piyoosh14298
c145eb54f0c9ceed7d31025433dccbf70aa3d42f
c3ca68aea5d824e75576c50dce68a6392cf5afbe
/Codeforces/363B_Fence.cpp
a9d9ab40c037e08b3f77c2be302050de94b5a3cf
[]
no_license
ManuelLoaizaVasquez/competitive-programming-solutions
bddcacdc54a63afc5f7fd5be19dc0a8afe47eb16
b502fcc2774b3f4286393f00e6e009cb30fa2c53
refs/heads/master
2021-06-18T14:29:06.103654
2021-03-05T14:23:41
2021-03-05T14:23:41
144,772,199
2
0
null
null
null
null
UTF-8
C++
false
false
574
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef long double ld; const int MAX_N = 150000; int height[MAX_N + 1]; int acc[MAX_N + 1]; int main() { ios::sync_with_stdio(0); cin.tie(0); int n, k; cin >> n >> k; for (int i = 1; i <= n; i++) cin >> height[i]; for (int i = 1; i <= n; i++...
[ "manuel.loaiza.vasquez@gmail.com" ]
manuel.loaiza.vasquez@gmail.com
f72271fc36c03606164c736fdc0d3c97ddce7c23
ef5b49f75f1c0c7e48ebe0fa19594dea044a2af0
/code/FishTars/tars/util/include/tc_file.h
798e7192ca115bf9b6fe6c9149effea31b2d5bb4
[]
no_license
lesliefish/FishTars
e10f7bfa84f0bac7c48d45540f6e3281fb5eaa20
2b96aa4b4c74233acfa5ab0b7e6b2a670b310081
refs/heads/master
2020-04-23T15:49:13.587920
2019-03-05T11:14:15
2019-03-05T11:14:15
171,277,618
0
0
null
null
null
null
UTF-8
C++
false
false
9,958
h
/** * Tencent is pleased to support the open source community by making Tars available. * * Copyright (C) 2016THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the BSD 3-Clause License (the "License"); you may not use this file except * in compliance with the License. You may obtain a ...
[ "yuleics@outlook.com" ]
yuleics@outlook.com
d0162811df447e57c2a20db72bbd43fc3d46def0
34c5456bb48c86fd5657423b738372a283da6919
/garnet/bin/media/audio/audio_core_client.cc
fee79de42e7267e8a2e4cbfb9c1cd3a6b2d6e782
[ "BSD-3-Clause" ]
permissive
yanyushr/fuchsia
75ab66df4158cdcaf515cece0511c73736a23fad
98e70672a81a206d235503e398f37b7b65581f79
refs/heads/master
2022-11-20T03:27:48.996258
2019-04-24T17:25:35
2019-04-24T17:25:35
183,284,990
0
1
BSD-3-Clause
2022-10-28T17:30:27
2019-04-24T18:27:17
C++
UTF-8
C++
false
false
1,472
cc
// Copyright 2019 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 "garnet/bin/media/audio/audio_core_client.h" namespace media::audio { AudioCoreClient::AudioCoreClient(component::StartupContext* startup_context...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
f3435dd9b65568c73de41eb4938570a84640614f
74450d2e5c5d737ab8eb3f3f2e8b7d2e8b40bb5e
/github_cpp/20/33.cpp
c5c932533712d48f9ae19a53d158c4af6c65170d
[]
no_license
ulinka/tbcnn-attention
10466b0925987263f722fbc53de4868812c50da7
55990524ce3724d5bfbcbc7fd2757abd3a3fd2de
refs/heads/master
2020-08-28T13:59:25.013068
2019-05-10T08:05:37
2019-05-10T08:05:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,564
cpp
#ifndef E_REDBLACK_TREE #define E_REDBLACK_TREE #include"misc.h" #include"TemplateStack.H" #include<math.h> #include<limits.h> #include<iostream.h> #ifndef MAX_INT #define MAX_INT INT_MAX #endif class RedBlackEntry { public: RedBlackEntry(); virtual ~RedBlackEntry(); virtual int GetKe...
[ "bdqnghi@gmail.com" ]
bdqnghi@gmail.com
8dbe58cb8839412c8a8e13ffeb1a3e092b8ce779
188fb8ded33ad7a2f52f69975006bb38917437ef
/Fluid/processor2/0.31/phi
c537b6f7b6dade4516e0a500ede723301fd6037d
[]
no_license
abarcaortega/Tuto_2
34a4721f14725c20471ff2dc8d22b52638b8a2b3
4a84c22efbb9cd2eaeda92883343b6910e0941e2
refs/heads/master
2020-08-05T16:11:57.674940
2019-10-04T09:56:09
2019-10-04T09:56:09
212,573,883
0
0
null
null
null
null
UTF-8
C++
false
false
11,393
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: dev | ...
[ "aldo.abarca.ortega@gmail.com" ]
aldo.abarca.ortega@gmail.com
7a012c656e12c46acfc2586b4f59e6c0cfe35ebc
a42155ee8707ccfc6110c6c1ef8698bbeb642b39
/accelerator/vec/type_traits/vec_traits.hpp
c7c2b10800687912f84fa3d179cc2f6b49d16756
[]
no_license
osyo-manga/accelerator
57d663058921f5fb10cc4a7f3769e0f76ed6ae0b
3ac01b6a35b37ee057797f0a61f0f40a430aecf5
refs/heads/master
2020-04-05T23:40:29.192539
2010-12-09T12:04:32
2010-12-09T12:04:32
1,142,148
0
0
null
null
null
null
UTF-8
C++
false
false
391
hpp
// accelerator-vec-library // Copyright (c) 2010 osyo-manga : http://d.hatena.ne.jp/osyo-manga/ // #ifndef _ACCELERATOR_VEC_TYPE_TRAITS_VEC_TRAITS_H_ #define _ACCELERATOR_VEC_TYPE_TRAITS_VEC_TRAITS_H_ namespace accelerator { namespace vec { template<typename T> struct vec_traits; } } // namespace accelerator { ...
[ "manga.osyo@gmail.com" ]
manga.osyo@gmail.com
bd319147716517905f631c5e6e4d9e370398a143
f407e84c64c8b30200287ff4bd9d2d6d6f9f37b5
/2-Polimorfismo/1-virtualf/virtual.cpp
a9df83eeeeea4dca01f0d11878555548461616bc
[]
no_license
fridasofiarios/TC1030.303
0616a6799afc838d2432786c4c65b495bd1ae44b
c6228e56923a06935b3c44c7f84ff63000eac0d7
refs/heads/main
2023-05-12T00:53:32.945110
2021-06-03T01:56:33
2021-06-03T01:56:33
369,274,913
0
0
null
null
null
null
UTF-8
C++
false
false
1,270
cpp
#include <iostream> using namespace std; //Polimorfismo class FigurasGeometricas { protected: int _ancho,_alto; public: FigurasGeometricas(int ancho, int alto) { _ancho=ancho; _alto=alto; } virtual void sacarArea() = 0; }; class Cuadrado : public FigurasGeometricas { ...
[ "a01746617@itesm.mx" ]
a01746617@itesm.mx
e8302f921b46b648141a307da4f77dd89a63ece6
8483830175b98ba2915d7bf90bed728bb6a4ed75
/Examples/include/asposecpplib/net/iweb_proxy.h
a05088d8964fcaa7765527ec58e0dc9bea9a5d1e
[ "MIT" ]
permissive
kashifiqb/Aspose.PDF-for-C
83393e3173e2d74540f7ec7904eb91fb23b13550
13d49bba591c5704685820185741e64a462a5bdc
refs/heads/master
2020-08-08T11:15:23.173738
2019-10-09T04:41:03
2019-10-09T04:41:03
213,819,800
0
0
MIT
2019-10-09T04:20:06
2019-10-09T04:20:06
null
UTF-8
C++
false
false
815
h
#pragma once #include <system/shared_ptr.h> #include <system/object.h> #include <net/icredentials.h> namespace System { namespace Net { class ASPOSECPP_SHARED_CLASS IWebProxy : public System::Object { typedef IWebProxy ThisType; typedef System::Object BaseType; typedef ::System::BaseTypesInfo<BaseType...
[ "ali.ahmed@aspose.com" ]
ali.ahmed@aspose.com
91f93f1e091c09a7d502a435d0de89a96851e8fc
68f94ff9f5a47afda2c520e7385ba96d7e11d8fd
/descriptors.cc
a67ee0280a4298cb3e03108569103eb31b87b483
[ "Apache-2.0" ]
permissive
bdarnell/proto-rewrite
d1943c93e3b23f845881b7a73c46af84fb50f7ab
3d826a4ab581fe0924e236a3dbc0d478e9c4340c
refs/heads/master
2018-12-28T06:12:57.392179
2015-09-27T14:22:08
2015-09-27T14:22:08
31,836,085
1
0
null
null
null
null
UTF-8
C++
false
false
1,213
cc
#include <google/protobuf/descriptor.h> #include <google/protobuf/descriptor.pb.h> #include "descriptors.h" inline bool ends_with(std::string const &value, std::string const &ending) { if (ending.size() > value.size()) return false; return std::equal(ending.rbegin(), ending.rend(), value.rbegin()); } const ch...
[ "ben@bendarnell.com" ]
ben@bendarnell.com
80100be393508a47d1772fb32aba904762c4381b
9fc698cc14aadef8d6109e509e10b79498fd207e
/tous les codes/testrouterXbee/testrouterXbee.ino
8a8b8b750793310dcf06451ca32633b4b97dfbe3
[]
no_license
Tati76/Pilotage-Avion
4e3b697f8bec8a35be22e8492f99162e9b8a8489
e3cd8689bd1a6dd432fc4cb215669553fe265668
refs/heads/master
2021-07-24T11:02:37.999937
2017-11-03T15:03:33
2017-11-03T15:03:33
105,312,389
0
0
null
null
null
null
UTF-8
C++
false
false
157
ino
void setup() { Serial.begin(9600); } void loop() { // put your main code here, to run repeatedly: Serial.println(String(21081993)); delay(2000); }
[ "vincentfossum@hotmail.com" ]
vincentfossum@hotmail.com
01aa0df7c5e65d663fb1b5c00ff6359420f4dbe4
f986e39d6edfe83006c01efbc61de0c0a18ed172
/cpp/14_thread_support_library/async_dispatcher_tryout/cpplib/com/details/disp_connectionpoint_impl.h
444a2f9568428becbb3d8b986bdb8073b6b9eb29
[]
no_license
PanosGeorgiadis/AccelDevTools
bbeff55d7b6cf45bf4cecb672e57f2488ae15409
ea2db020b4507218f0acc2e37694c2493e877246
refs/heads/master
2022-09-06T05:06:14.002134
2022-08-17T13:44:54
2022-08-17T13:44:54
207,584,757
0
0
null
null
null
null
UTF-8
C++
false
false
2,307
h
// Copyright (c) 2019 by Thermo Fisher Scientific // All rights reserved. This file includes confidential and proprietary information of Thermo Fisher Scientific #pragma once #include <cpplib/com/atlcom_api.h> namespace cpp { namespace com { namespace details { template <typename T, typename IEvents, ...
[ "PanosGeorgiadis@users.noreply.github.com" ]
PanosGeorgiadis@users.noreply.github.com
7380e6ac11c314658f35f4049089a3a149f492a1
02dfc126c06267da8dfeb3cd802c8d0d4bc1e0fd
/GrTown/TownViewWidget.cpp
724ccb8c91561f07a59f73032264df4f1d041de3
[]
no_license
Jynx/UW_Madison_ComputerGraphics_GrTown
a54a5e29d428a8adc16230823448736523ddc89c
be219fc121c7432ba9e72e0eddfcb3ddde86912c
refs/heads/master
2020-12-24T14:10:25.452499
2015-01-27T03:36:21
2015-01-27T03:36:21
29,895,213
1
0
null
null
null
null
UTF-8
C++
false
false
4,195
cpp
/// GraphicsTown2006 - CS559 Sample Code // written by Michael Gleicher - originally written Fall, 2000 // updated Fall, 2005 #include "GrTown_PCH.H" #include "TownViewWidget.H" #include "DrawingState.H" #include "GrWorld.H" #include "GraphicsTownUI.H" #include "GrObject.H" #include "DrawUtils.H" #include "Utilities/...
[ "sevenex@gmail.com" ]
sevenex@gmail.com
aa8b0c4143dddf3c13eb50ab7d0f7ebf66718b5b
0760fc12b98ee8d6be30a52f910f8cddf5c5faee
/2017-12/2017-12-03 - 第三届斯伦贝谢杯Debug大赛/1003.cc
6e401b01b0a5ccb365ae0c730ccfc508c9b78a9b
[]
no_license
jufusong/BoringLife
00f911accced5207938e6fcb906e05a181321f6e
a56fc849e371e640caa2418dc0670a0c776a44b2
refs/heads/master
2021-01-23T06:11:05.849067
2017-12-22T12:25:22
2017-12-22T12:25:22
102,494,544
0
0
null
null
null
null
UTF-8
C++
false
false
448
cc
#include <bits/stdc++.h> using namespace std; char t[300005]; int main(int argc, char *argv[]) { while (gets(t)) { string s(t); int n = s.size(); vector<int> a(2 * n + 4); int now = n; // a[now] = 1; long long ans = 0; for (auto c : s) { if (c == '(') { a[now]++; ...
[ "palayutm@gmail.com" ]
palayutm@gmail.com
03271d1c3fcaa0e62aabb98947820f928c49579b
e122e0a24d69632b7d19e21510c8b3bbf794949c
/Classes/ResourceManager/ResourceManager.cpp
6cbf8e918f967a60b2d3fbaa5a72b0399d4dbf76
[]
no_license
atom-chen/TowerDefense-1
7f6b4bdb37feee2d7a9cbab52b71f3996fdabf13
e3f29847b8d70b62f6a0b79e1bdefaf18258479c
refs/heads/master
2020-06-07T03:22:08.120846
2016-04-19T16:15:04
2016-04-19T16:15:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,201
cpp
// // ResourceManager.cpp // TowerDefense // // Created by jowu on 15/11/6. // // #include "ResourceManager.h" #include "CommonDef.h" #include "PListReader.h" #include "AnimationManager.h" static const std::string BigImagePlist[] = { // cat log | awk '{print $9}' | sed 's/png/plist\"\,/g' | sed 's/^/\"&/g' ...
[ "jowu598@gmail.com" ]
jowu598@gmail.com
a9ba43f638bb8a4f937f0409376578c0fd60845f
d54ef4db36304a8801d7d69d3ec547ed80f8a7b8
/create_pollute_file.cpp
54c00ff0412c8a39eb09f5f1c6fb0b660793c556
[]
no_license
aarati-K/ssd-measurement
4a2d35d26cf40d8a0151d04b686e4035c68bd23b
b97809f3ef9a8f0d2b1311a32cb5b73055eddad5
refs/heads/master
2021-06-13T17:39:46.645214
2021-03-19T21:13:15
2021-03-19T21:13:15
152,797,779
2
1
null
null
null
null
UTF-8
C++
false
false
876
cpp
#include <cstdlib> #include <iostream> #include <unistd.h> #include <fcntl.h> using namespace std; #define KB 1024L #define MB (KB*KB) #define GB (KB*KB*KB) int main() { int fd; void* buf; long fileSize, numChunks; fd = open("/home/aarati/workspace/CS736/ssd-measurements/pollute", O_R...
[ "aarati.agc10@gmail.com" ]
aarati.agc10@gmail.com
7e12bd8e0c6aaf4298facfed3bcea4acdc1360b9
b4961f652cfd2bf65cec36be6cfc3120fddc2002
/uri2/1142.cpp
5e9d91437ccfd3aa8f1b84c68a26b37a1d446dba
[]
no_license
sauloantuness/maratona
66790d7d18d6ea8f718099e78ef3cb4aae95bf3f
f6cf8788b354c4bb555a9c1626dea19e7604f49c
refs/heads/master
2020-04-06T04:11:15.590580
2016-06-02T13:32:02
2016-06-02T13:32:02
17,488,514
0
0
null
null
null
null
UTF-8
C++
false
false
214
cpp
#include <iostream> using namespace std; int main(){ int n; int p=1, u=2, m=3; cin >> n; while(n--){ cout << p << " " << u << " " << m << " PUM" << endl; p += 4; u += 4; m += 4; } }
[ "sauloantuness@gmail.com" ]
sauloantuness@gmail.com
2aaa85f9203a6bf1950478b165eab58a548f2fed
251921a9bad70bf0cef196a755b17a30e583d49d
/AmFilters/ArpTimeStretch.h
7e350ff4459ca266bf489e27fee4b74b350d7b29
[ "Artistic-1.0" ]
permissive
tgkokk/Sequitur
6d25b901c14960445230c91571934b3bdc0db214
de306eb37de25cd8237c9a4bd30ce3e7a7ed416f
refs/heads/master
2021-01-17T07:50:13.962534
2014-01-01T21:52:41
2014-01-01T21:52:41
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,472
h
/* ArpTimeStretch.h * Copyright (c)2002 by Eric Hackborn * * ---------------------------------------------------------------------- * * Known Bugs * ~~~~~~~~~~ * * - None! Ha ha! * * ---------------------------------------------------------------------- * * History * ~~~~~~~ * 2002.10.21 hackborn@angr...
[ "ajcsweb@gmail.com" ]
ajcsweb@gmail.com
1a35dcaeb54ce8a03d09b2f6b077825584dfdfc0
33a4e394085b2075b113dfb515b3a90180389d54
/C:C++_FULL_WITH_GRADES/A10/10.8.cpp
eff2cbb6f1253d775e46aec289bf8a58630a59a7
[]
no_license
chaudharyl/trial
05a493b3438c7a63481a948bde0e18f17fceabe0
5cc23e3666c9730159f107948ec080ec5aedfd88
refs/heads/master
2023-03-15T00:34:02.547450
2021-03-24T00:42:10
2021-03-24T00:42:10
350,899,703
0
0
null
null
null
null
UTF-8
C++
false
false
2,697
cpp
/* CH-230-A a10_p8.cpp Lalit Chaudhary lchaudhary@jacobs-university.de */ #include <iostream> #include <cstring> // standard C string.h header file using namespace std; /* Naive string: the goal is to illustrate how copy constructors should be handled. See also charbuffer.cpp */ class NaiveString { private: ch...
[ "lalitc@Lalits-MBP.local" ]
lalitc@Lalits-MBP.local
95e90055898018fccf2d8de850e1a18b764ae719
a65ade13b64bd3b969aef229c2f5ae6162b2933f
/CoreSystem/GUI/CDXUTControl.h
dc33d6e241b7a512e89a3aed0ea112782b6c0e25
[]
no_license
jiowchern/fdo
a29eb161ff2672801c9dc51a06d15687790c0f76
84cf1386bb8d238954013734b081f9ac8afc423f
refs/heads/master
2022-07-20T17:41:10.802133
2019-09-24T19:20:40
2019-09-24T19:20:40
210,220,229
0
0
null
null
null
null
BIG5
C++
false
false
11,747
h
// // CDXUTControl.h // #ifndef __CDXUTControl_h__ #define __CDXUTControl_h__ //#include "Element.h" #include "CDXUTDef.h" #include "CDXUTDragDrop.h" #include "Tree.h" class RenderComponent ; //----------------------------------------------------------------------------- // Base class for controls //-----------------...
[ "jiowchern@gmail.com" ]
jiowchern@gmail.com
17f5bd55c44aa018230e1e8027c3403d2625f768
510dd9d3b96c600a3b1f0aaa2e4ab0e4a851b57d
/src/qt/walletmodel.cpp
b6cd9c80fba7087484e23d027882b5172ed5eacb
[ "MIT" ]
permissive
lifetioncoin/lifetioncoin
e55c25e7b3f1be95e6c42c72d3a179c4d9cada58
566b7bf2268eecc712c708d90f05f85b97d7c2dc
refs/heads/master
2023-02-05T23:00:28.313716
2020-12-24T15:40:14
2020-12-24T15:40:14
319,767,838
0
0
null
null
null
null
UTF-8
C++
false
false
26,661
cpp
// Copyright (c) 2011-2015 The Bitcoin Core developers // Copyright (c) 2014-2017 The LifetionCoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "walletmodel.h" #include "addresstablemodel.h" #include...
[ "david@lifetioncoin.org" ]
david@lifetioncoin.org
19821f51e4a66c388d49541ad383580c361ef1f5
a27c01ecd42b74e2d440bbcc9c6cb140d49cd47f
/titlebar.h
18ee329f42eb775adc45f26fddcd579aeae89a99
[ "Apache-2.0" ]
permissive
stuzhangpeng/qcplayer
51141bd9bc44e9f7f69a213843bf03223242a95a
af536e69209c6b816f377607f869274706935d90
refs/heads/main
2023-07-17T02:42:20.950889
2021-09-09T05:10:16
2021-09-09T05:10:16
404,377,060
0
0
null
null
null
null
UTF-8
C++
false
false
696
h
#ifndef TITLEBAR_H #define TITLEBAR_H #include <QWidget> #include "mainwindow.h" //自定义标题栏 class TitleBar : public QWidget { Q_OBJECT public: explicit TitleBar(QWidget *parent = nullptr); //标题栏双击事件 void mouseDoubleClickEvent(QMouseEvent *event) override; //窗口移动实现 void mouseMoveEvent...
[ "stuzhangsan@gmail.com" ]
stuzhangsan@gmail.com
26f410dce6ff8dcfae32009a02b48c9a65b5b3b7
e45adb4daabea0d0a2b96d5eccae52a236f0d265
/src/scripts/EventScripts/Event_Nights.cpp
dcea3505dd7abaaa1f5da7783f304383bf693b0b
[]
no_license
Refuge89/WoW-1
790a72d7a27b4fd19783bc032309ef7d02437521
d18b293f5548dae7b09ac5b56398a23c604a728d
refs/heads/master
2020-04-12T22:37:26.167417
2018-12-21T23:49:25
2018-12-21T23:49:25
162,793,929
1
0
null
2018-12-22T08:15:07
2018-12-22T08:15:06
null
UTF-8
C++
false
false
1,053
cpp
/* * AscEmu Framework based on ArcEmu MMORPG Server * Copyright (C) 2014-2016 AscEmu Team <http://www.ascemu.org> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the ...
[ "zbestofzbest@yahoo.com" ]
zbestofzbest@yahoo.com
2850ce5eaf2c372b9d27fd8dbf5348efe86cb2e8
11b02d8568c7a060c1cf54877fb8efa0361b7729
/src/definitions/ZoomControl.h
5c501662a99e0e1f6241576cf5947bc3691c86c7
[]
no_license
eduardoschk/QT-2DCad
318f1e41b00cde50a81c37f9f798873e7cde1658
c6be6cb75785b510b0055a55b449bf828bfad830
refs/heads/master
2021-09-06T12:43:25.729395
2018-02-06T15:36:22
2018-02-06T15:36:22
110,265,776
2
0
null
null
null
null
UTF-8
C++
false
false
353
h
#pragma once #ifndef INCLUDED_ZOOM_CONTROL_H #define INCLUDED_ZOOM_CONTROL_H namespace ZOOM { enum ZOOM_CONTROL { ONE = 1, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE, TEN, FIRST = ONE, LAST = TEN, DEFAULT = FOUR }; }; ...
[ "eduardo.kreuch@dev.audaces.local" ]
eduardo.kreuch@dev.audaces.local
b7359ccf74d0db01b3822f267811449c76bc3ad4
f4d24bbe39d14f6b1563f6fd885c25462d42b746
/serial06/serial06.ino
31a8fec2192214b780c9aba137ee810a74281d29
[]
no_license
effyfan/ITPThesis
e0141e3966ceabf80e7a35e3689ba9757c614b5c
aec1a6451846b059943ad967dcecbc9608481c17
refs/heads/master
2020-05-15T00:26:52.382922
2019-05-10T03:31:34
2019-05-10T03:31:34
182,011,741
0
0
null
null
null
null
UTF-8
C++
false
false
10,401
ino
String readString; #include <AccelStepper.h> AccelStepper stepper1(AccelStepper::DRIVER, 3, 2); AccelStepper stepper2(AccelStepper::DRIVER, 6, 5); AccelStepper stepper3(AccelStepper::DRIVER, 9, 8); AccelStepper stepper4(AccelStepper::DRIVER, 12, 11); AccelStepper stepper5(AccelStepper::DRIVER, 15, 14); AccelStepper st...
[ "effyfan@10-17-244-146.dynapool.wireless.nyu.edu" ]
effyfan@10-17-244-146.dynapool.wireless.nyu.edu
e6688434ace88aeb4f8bff8ff3f60a45865d65c7
eea7de35f8777a461b642201b4c3223fbe90696c
/ppm.cpp
624d811c218cea829a5a2feb1f6fe5593c1fa74f
[]
no_license
i2amroy/Sampling
b89e4421e80d2b981e9c4fa19304bb6887272464
0be7c7a798c8686bb9e720fb4915c258f4d6929a
refs/heads/master
2021-01-19T23:42:31.867446
2017-04-21T18:58:49
2017-04-21T18:58:49
89,013,364
0
0
null
null
null
null
UTF-8
C++
false
false
1,158
cpp
// // Created by OtherPlayers on 3/3/17. // #include "ppm.h" #include "sampling.h" #include <fstream> #define DEBUG #ifdef DEBUG int pixelcount = 0; #endif void write_p6(std::ofstream &outfile, int width, int height, int maxval, std::string filename) { outfile.open(filename, std::ios::out | std::ios::trunc | st...
[ "i2amroy@gmail.com" ]
i2amroy@gmail.com
db003a4a1d301288f6848eefa621fd1f88548200
bf09b499edc5bf2e47a43c7c2dd4cd4bcc53255b
/App/UserDLL/IsoBMDataFactory.h
a4b3b6b07bf4079b9f2bff09233419a64c12e074
[]
no_license
15831944/SmartISO
95ab3319f1005daf9aa3fc1e38a3f010118a8d20
5040e76891190b2146f171e03445343dc005d3be
refs/heads/main
2023-04-12T19:06:21.472281
2021-05-03T04:12:59
2021-05-03T04:12:59
null
0
0
null
null
null
null
UHC
C++
false
false
6,832
h
// QCCheck.h: interface for the CIsoBMDataFactory class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_QCCHECK_H__B2422C9F_12AB_4EA4_94E7_F5C5DC5F48BF__INCLUDED_) #define AFX_QCCHECK_H__B2422C9F_12AB_4EA4_94E7_F5C5DC5F48BF__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endi...
[ "humkyung@atools.co.kr" ]
humkyung@atools.co.kr
608a55d1c00a785ffd3357941d470065a67fcfdf
85f5c033301b1bf130ed8a68d0cbba079a37ef3b
/rel/trax-160817/trax-160817/move.cc
031e80a09d78353e601001b50bdb28d334b26262
[ "Beerware" ]
permissive
takagiwa/mt_sjtrax
65d29b4ca379b954d3991b7bb855ed573294e060
234b49e915a5ca48f70e21c7c63555ccd8eb137c
refs/heads/master
2020-09-22T05:30:16.415708
2016-08-31T08:54:01
2016-08-31T08:54:01
66,056,430
0
0
null
null
null
null
UTF-8
C++
false
false
653
cc
#include <iostream> #include "trax.h" std::ostream& operator<<(std::ostream& stream, const move& m){ stream << "X:" << m.x << ", Y:" << m.y << ", Tile:" << m.tile; return stream; } move::move(const std::string m){ int step=0; int pos=0; x=0; y=0; while(pos < (int)m.length()){ char mm = m[pos]; ...
[ "QYV03456@nifty.com" ]
QYV03456@nifty.com
28216f8dac759678c12079d66b4eef83c0da8284
e1df01571e5afaec8411c7acd6478edd8cf58ece
/kernel/src/cstr.cpp
d1d5842aa234516ecb0caff24f1842fb5ea30916
[]
no_license
TheCatOverlord/kekosuefi
b29097106159f9e2e6b88c1fc15eeedf66ef3a36
7ba91dd6ef8d901c4550d71fdeef2119accae114
refs/heads/master
2023-02-27T11:49:59.024061
2021-02-05T19:53:01
2021-02-05T19:53:01
336,370,848
0
0
null
null
null
null
UTF-8
C++
false
false
4,183
cpp
#include "cstr.h" char uintTo_strOutput[128]; const char* to_str(uint64_t value) { uint8_t size; uint64_t sizeTest = value; while (sizeTest/10 > 0) { sizeTest /= 10; size++; } uint8_t index = 0; while (value / 10 > 0) { uint8_t remainder = value % 10; va...
[ "sgcollet12@gmail.com" ]
sgcollet12@gmail.com
e4b874afed024887c895c05f8f0a7bc2a1f663d4
d27f9ce9c0eeb346aa4fdc8622d2dec71c7b5762
/channellayout.h
8306838fc5e52c13346fed24f585a146f3d5f2b2
[]
no_license
marianocossio/BioAmp
5e76013cc48dd690119231aaaab87eb9c58a23ba
0f77fdeea8a93c8b27a0b6bc770c2aa96a6d81b3
refs/heads/master
2023-03-02T18:28:13.132631
2023-02-23T19:59:35
2023-02-23T19:59:35
100,288,233
0
0
null
null
null
null
UTF-8
C++
false
false
12,503
h
#ifndef CHANNELLAYOUT_H #define CHANNELLAYOUT_H #include <QWidget> #include <QHBoxLayout> #include <QVBoxLayout> #include <QCheckBox> #include <QLabel> #include <QComboBox> /** * @brief Graphic class to be used in a QWidget. It provides all the basic configuration fields for a channel. * */ class ChannelLayout : p...
[ "marianocossio@gmail.com" ]
marianocossio@gmail.com
f3575fba92805a50498c36600c016357226a6801
6591d252ba72ae80ef8c3855e35b06dcfe614002
/piscine_C++/d04/ex01/PowerFist.cpp
659af881f4b193ffef1f94f67636ecfff2d2ef03
[]
no_license
sle-lieg/cpp
db7052c6ced7cfa47780aacb19d4ce94cca2505b
0f7dc2f666d4b74a420a246fca4cab28fa16f9d2
refs/heads/master
2021-05-04T14:51:25.928890
2018-04-27T22:48:40
2018-04-27T22:48:40
120,212,522
0
0
null
null
null
null
UTF-8
C++
false
false
464
cpp
#include "PowerFist.hpp" PowerFist::PowerFist() : AWeapon("Power Fist", 8, 50) {} PowerFist::PowerFist(PowerFist const & src) : AWeapon(src._name, src._apCost, src._damage) {} PowerFist::~PowerFist() {} PowerFist& PowerFist::operator=(PowerFist const & src) { _name = src._name; _apCost = src._apC...
[ "sle-lieg@e3r11p6.42.fr" ]
sle-lieg@e3r11p6.42.fr
c729b605d088d85176241c967024faa9de1e4643
d517022aa18bd0dbc08c7df1ebdd95d3927c3f0a
/cc/elements/elements.cc
9481d3059c203a3a964fab5fee776cca59a33452
[]
no_license
xGreat/WHOIS-history
4062d453e9f67c37057fe8e9020dfce59f3e570f
97eb8b1bd6d990795beb57acfdd88a1269744d96
refs/heads/master
2021-05-26T16:13:02.017997
2011-09-20T12:33:53
2011-09-20T12:33:53
null
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
4,818
cc
Whois Server Version 1.0 Domain names can now be registered with many different competing registrars. Go to http://registrar.verisign-grs.com/whois/ for detailed information. Domain Name: ELEMENTS.CC Registrar: UNITED-DOMAINS AG Whois Server: whois.udag.net Referral URL: http://www.united-domains.de N...
[ "xml@sandbox-test1.(none)" ]
xml@sandbox-test1.(none)
7b4e3c24b4211bf122a6c0b4be564b168f117bcb
228f671b6f16e1843574a533d269504ab0d3ad31
/cmake-2.8.3/Source/cmIDEOptions.h
a156b23a9c1bcadb26a0bbd82330a9af2913c63f
[ "BSD-3-Clause" ]
permissive
diego95root/Chinese2Letters
cb48ba92ebf2fef6774745b6e96491e45bb8952f
cb733d72690d99c27007c7144dc63b9aa5abf0f7
refs/heads/master
2020-04-28T23:44:39.847749
2019-05-31T09:30:31
2019-05-31T09:30:31
175,667,759
1
0
null
null
null
null
UTF-8
C++
false
false
1,921
h
/*============================================================================ CMake - Cross Platform Makefile Generator Copyright 2000-2009 Kitware, Inc., Insight Software Consortium Distributed under the OSI-approved BSD License (the "License"); see accompanying file Copyright.txt for details. This softwa...
[ "minidiego@ono.com" ]
minidiego@ono.com
fbf794289ffa7a89eb068ec9fbde719717a99e0f
e5df4baef592c1daa47adcbba6e8a6443bf8f6b6
/audio.cpp
b01a9cd8b94e8dd9d41ca7376311892ccc0d252e
[]
no_license
mishafarms/Photon_audio
71457a9c4ba5cd697957fd803f3afa59d02c7ff0
c522516efbd0218f2fe39e051c80b6287d28fb39
refs/heads/master
2020-07-18T02:42:53.028848
2016-08-24T17:00:23
2016-08-24T17:00:23
66,482,910
1
0
null
null
null
null
UTF-8
C++
false
false
14,136
cpp
// STM32 ADC IQ Sample @ 200 KHz (PC.0, PC.1) STM32F4 Discovery - sourcer32@gmail.com #include <application.h> #include "arm_math.h" #include "audio.h" //////////////////////////////////////////////////////////////////////////////// // CONIFIGURATION // These values can be changed to alter the behavior of the spect...
[ "github@mishafarms.us" ]
github@mishafarms.us
278ec0a5de407e4d931089d609689c82240496d2
c42c4b2939566bba90f2c7cec101531555210dc7
/Week13/Triathlon/Triathlon/Team.cpp
befae6de410e3310f46aa60638664caf5ab4edfe
[]
no_license
nickdm26/Programming_4
59d5994282568c6d17c4a7569c3dc9451f8a7d8f
bd529873ae65fb793dae1b6e5ef223db9ffbd0a9
refs/heads/master
2020-07-01T09:35:52.422224
2016-11-18T02:29:12
2016-11-18T02:29:12
74,087,032
0
0
null
null
null
null
UTF-8
C++
false
false
161
cpp
#include "Team.h" Team::Team(String^ newSwimmer, String^ newCyclist, String^ newRunner) { Swimmer = newSwimmer; Cyclist = newCyclist; Runner = newRunner; }
[ "MULDND1@student.op.ac.nz" ]
MULDND1@student.op.ac.nz
aad496e5825b5555dc620ac869b88b789abccc27
549aba29c621fc7bf15d1ef3f33fad54635a348e
/DankToaster/Game/dank_tile.h
3c0161103ee6399f73b5492d89971438fe59e9bf
[]
no_license
Jacob-Lopez/DankToaster
84975c0ee7e24db33529d48f769a1e4d3d941efe
5d8c093f1ddd6f61bf380fb8f1bd7f546740f7db
refs/heads/master
2021-08-18T23:31:54.006560
2017-11-24T06:07:07
2017-11-24T06:07:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
258
h
#pragma once #include "Graphics\dank_sprite.h" class dank_tile : public dank_sprite { private: public: dank_tile(float xcoord, float ycoord, float width, float height, dank_texture& texture); ~dank_tile(); bool solid = false; bool dynamic = false; };
[ "jacob_m_lopez@berkeley.edu" ]
jacob_m_lopez@berkeley.edu
6118cd30ee2e5f90be4d51fb49510666a72b643e
1af49694004c6fbc31deada5618dae37255ce978
/ui/gfx/color_transform_unittest.cc
ff7835458ae8797738328dab2da788f645ef4440
[ "BSD-3-Clause" ]
permissive
sadrulhc/chromium
59682b173a00269ed036eee5ebfa317ba3a770cc
a4b950c23db47a0fdd63549cccf9ac8acd8e2c41
refs/heads/master
2023-02-02T07:59:20.295144
2020-12-01T21:32:32
2020-12-01T21:32:32
317,678,056
3
0
BSD-3-Clause
2020-12-01T21:56:26
2020-12-01T21:56:25
null
UTF-8
C++
false
false
37,635
cc
// Copyright (c) 2016 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 <tuple> #include <vector> #include "base/logging.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/skia/include/effect...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
c6b9542a9f13a58da8926841098261c830b1e113
cbfd8b0e3822f96747b87db6fd7048992362f2c7
/cpp_call_lua/cpp_call_lua/readlua.hpp
73fbda37053696c2dcacfb8e1e57c5dd748c6fb1
[]
no_license
xx8086/lh_plays
cd3b6040bc806077ab57ff717830c566047a1592
c1782a383e48cf109b4e2693b75c4bd7f430c7fa
refs/heads/master
2021-01-21T04:24:58.970549
2019-04-03T09:46:21
2019-04-03T09:46:21
101,910,875
0
0
null
null
null
null
UTF-8
C++
false
false
546
hpp
// // readlua.hpp // cpp_call_lua // // Created by Liu,Han(ARL) on 2017/11/16. // Copyright © 2017年 Liu,Han(ARL). All rights reserved. // #ifndef readlua_hpp #define readlua_hpp #include <iostream> #include <string.h> extern "C" { #include "lua.h" #include "lauxlib.h" #include "lualib.h" } class CReadLua { publi...
[ "liuhan01@baidu.com" ]
liuhan01@baidu.com
b074e9e6b4ca90147900fcd475b39f37987d6cd1
52482fb96fe7f3eed874db7a88c889ecd5bc34c5
/org/IP2Country.cpp
6f708bcf9d7e810e99415633b65a184c2235726d
[]
no_license
rusingineer/EmulePlus
f3e29ca7ca853feea920c4cb5ffb0d0a13ed236e
21955cd94d28cebdb3cf9c289f0aafa7a5cf3744
refs/heads/master
2021-01-17T11:54:26.925858
2016-06-20T12:22:32
2016-06-20T12:22:32
61,430,884
1
2
null
null
null
null
UTF-8
C++
false
false
14,500
cpp
/* the IP to country data is provided by http://ip-to-country.webhosting.info/ "IP2Country uses the IP-to-Country Database provided by WebHosting.Info (http://www.webhosting.info), available from http://ip-to-country.webhosting.info." */ /* flags are from http://sf.net/projects/flags/ */ // by Superlexx, based on ...
[ "makani@inbox.ru" ]
makani@inbox.ru
36b09ba0a50b48350b9ea2a103621f371b4c8a44
86c9e5fc05c67213af3eb6f3b49fc2be8746f9c8
/fboss/agent/hw/bcm/oss/BcmWarmBootCache.cpp
23da753b47d5a342d12aaa10c80132a47d866ce6
[ "BSD-3-Clause" ]
permissive
facebook-gad/fboss
bf393033bc91b03f70839bf6733612c600f05a60
d38d5adbd35d474b6d11de05da70947f0db7acd7
refs/heads/master
2020-06-12T16:10:54.702239
2019-06-28T23:45:25
2019-06-28T23:49:48
194,355,856
1
0
null
2019-06-29T02:31:44
2019-06-29T02:31:44
null
UTF-8
C++
false
false
1,772
cpp
/* * Copyright (c) 2004-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. * */ #inc...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
2cd3462d5dba41248e1089a4416a1ac390e64b0e
3bca2d62126f27655da427d3234f6c8a7ff78ddb
/stereoDNN/lib/redtail_tensorrt_plugins.h
b228672de623d237830220f8f5007667db3960ea
[]
permissive
sshyran/nvidia--iot-redtail
d421973c86f0c4803f18953036de05d9c11a90a1
7294c2e403cf1dc496fefa49f32bc0a5e1a1cc71
refs/heads/master
2023-04-19T03:04:09.865852
2020-11-25T16:42:16
2020-11-25T16:42:16
490,158,051
0
0
BSD-3-Clause
2023-04-04T01:51:12
2022-05-09T06:16:46
null
UTF-8
C++
false
false
6,318
h
// Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved. // Full license terms provided in LICENSE.md file. #ifndef REDTAIL_TENSORRT_PLUGINS_H #define REDTAIL_TENSORRT_PLUGINS_H #include <memory> #include <NvInfer.h> namespace redtail { namespace tensorrt { using namespace nvinfer1; // ---------------------...
[ "alex.kamenev@gmail.com" ]
alex.kamenev@gmail.com
14b6e19b65f086963a0a62adb993f4494939f18a
0726ef92bca1efd39977966d076cecd2eb3f0cec
/compiler/src/llvm-3.3/tools/clang/lib/StaticAnalyzer/Core/PathDiagnostic.cpp
03513106ecd31bd5248fb4c03ab7e8dcc44e3392
[ "NCSA" ]
permissive
IntelLabs/iHRC
f45cd0334726cc1a8006694375cae0edc63f5844
49d0215e4c6d4ca16324050bf3647639b00c5721
refs/heads/master
2022-12-26T21:48:44.160768
2022-12-16T15:41:50
2022-12-16T15:41:50
12,302,904
20
8
null
null
null
null
UTF-8
C++
false
false
37,526
cpp
//===--- PathDiagnostic.cpp - Path-Specific Diagnostic Handling -*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "rajkishore.barik@intel.com" ]
rajkishore.barik@intel.com
b6338f7378e574ec9d65d1556b84f216b2e08894
e73002277d8d5a3cf3b1964b081026bad6190603
/QXlsx/header/xlsxsharedstrings_p.h
41911b6c7d03b91d132bcf4a04056b02bb724d33
[ "MIT", "LGPL-3.0-only", "BSD-3-Clause" ]
permissive
vvck/QXlsx
68695334bbcd9cab41e9e28246d24827d592d007
281fcb41ec186167ee3bbbe57572746f3c9c09be
refs/heads/master
2023-06-01T10:47:27.168043
2021-07-07T02:12:00
2021-07-07T02:12:00
383,363,039
2
0
MIT
2021-07-06T06:26:27
2021-07-06T06:26:26
null
UTF-8
C++
false
false
3,331
h
/**************************************************************************** ** Copyright (c) 2013-2014 Debao Zhang <hello@debao.me> ** All right reserved. ** ** Permission is hereby granted, free of charge, to any person obtaining ** a copy of this software and associated documentation files (the ** "Software"), to d...
[ "j2doll@gmail.com" ]
j2doll@gmail.com
ad47332663f68002d8dc4621df2a1d6f0befe6fa
1e33c5ca06e1c0b1e1a58682eba8e4277d2e356c
/Homework/HW 3/school.cpp
ad72717d46bde822b5bfcf48031993eb8ed6174f
[]
no_license
Jackkuoo/OOP
e8c3ce9e6ce83f899adcdb7a02dffc93e7c9eee4
8ebbf17d7beb607492af79d1028f255179ddd5f4
refs/heads/master
2021-01-21T15:23:09.952503
2017-06-25T23:01:31
2017-06-25T23:01:31
95,388,676
0
0
null
null
null
null
UTF-8
C++
false
false
2,054
cpp
#include<iostream> #include"score.txt" #include"school.txt" #include<fstream> #include<string> using namespace std; student::student(){} int school::report(char* a){ ofstream fout; fout.open(a); double k=0,yosemite=0,avg=0,times=0; for(int i=0;i<10;i++){ if(p.getid(i)==0){ break; ...
[ "jack041286@gmail.com" ]
jack041286@gmail.com
8c62cf9763ebf4ed30a55fc3536aeec1f92e0939
ea5b4990543cf4b700471ad2490ac112b3aef8f3
/Project Examples/SFML Example/code/main.cpp
d2dafe4c39f0e0d835f4ad7e93b1697bb26e95ed
[]
no_license
daniFM/Resources
f8f450c2612b62f561f03ef77e8b5f27dd390f3b
351a14cba7355d131bf78385f7055d42e834fd20
refs/heads/master
2021-09-04T12:33:33.952425
2018-01-18T18:32:16
2018-01-18T18:32:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,035
cpp
#include <SFML/Graphics.hpp> #include <math.h> using sf::Event; int main() { sf::RenderWindow window(sf::VideoMode(1024, 768), "SFML works!"); window.setFramerateLimit(60); sf::CircleShape shape(50.f); shape.setFillColor(sf::Color::Green); float speed_x = 5; float speed_y = 5; sf::Ci...
[ "daniFM333@gmail.com" ]
daniFM333@gmail.com
7195a35b64090edcb5a45230e2d4fbfdf378c439
119ba245bea18df8d27b84ee06e152b35c707da1
/unreal/branches/robots/qrgui/interpreters/robots/details/robotImplementations/brickImplementations/nullBrickImplementation.cpp
0a707ebd60f281ededd32067c5bbcef1f0931a93
[]
no_license
nfrey/qreal
05cd4f9b9d3193531eb68ff238d8a447babcb3d2
71641e6c5f8dc87eef9ec3a01cabfb9dd7b0e164
refs/heads/master
2020-04-06T06:43:41.910531
2011-05-30T19:30:09
2011-05-30T19:30:09
1,634,768
0
0
null
null
null
null
UTF-8
C++
false
false
405
cpp
#include "nullBrickImplementation.h" using namespace qReal::interpreters::robots; using namespace details::robotImplementations::brickImplementations; NullBrickImplementation::NullBrickImplementation() { } void NullBrickImplementation::playTone(unsigned freq, unsigned time) { Q_UNUSED(freq); Q_UNUSED(tim...
[ "ololo@ololo.org" ]
ololo@ololo.org
16c858dc05ede1d9867413b61bec6a62313ef991
d83724c96fe82d41bf0e22370ee869febd50e8a3
/ipp-UIC.7.1.1.013/sources/image-processing/application/ippidemo/src/MovieMask.cpp
6735e99ec2fc3e427ebf11f272b1619156205c98
[]
no_license
vinnie38170/klImageCore
e06b79b61d51d0952a4dca68ad23e40daeff40c3
3514aef281f635c7f48699dbfe2a1844f142e03f
refs/heads/master
2021-01-20T23:03:52.131054
2014-07-12T17:52:39
2014-07-12T17:52:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,327
cpp
/* // // INTEL CORPORATION PROPRIETARY INFORMATION // This software is supplied under the terms of a license agreement or // nondisclosure agreement with Intel Corporation and may not be copied // or disclosed except in accordance with the terms of that agreement. // Copyright(c) 1999-2012 Intel...
[ "wavescholar@gmail.com" ]
wavescholar@gmail.com
e74b8bab8e9f242e298ea840616d2c7b265fea55
412bde5326428b302929e646d3f70f1fb02a46e5
/SSDE/LLVM/llvm/tools/clang/tools/extra/clang-tidy/misc/SwappedArgumentsCheck.h
42293cd333c7c53c876db59f9210fe3e2bbd637a
[ "NCSA" ]
permissive
ElTantawy/mimd_to_simt
64dbd1e22ba407a0a66e4b32ce0b4c8a34811661
1f3f1d83d84e29eb6a5b883b312f8eea7a3313a2
refs/heads/master
2020-04-02T04:24:55.177534
2018-11-28T21:25:32
2018-11-28T21:25:32
65,509,095
3
1
null
null
null
null
UTF-8
C++
false
false
1,077
h
//===--- SwappedArgumentsCheck.h - clang-tidy -------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "ahmed.mohammed.eltantawy@gmail.com" ]
ahmed.mohammed.eltantawy@gmail.com
15826d40479ce5e43d7801f768f528a69f6873b0
575dd4cfdda868cfab0019c34ca8481f36e6bc1a
/src/PPM.cpp
9990a38f723722bd8f3ee603eb9f126a0358883a
[ "MIT" ]
permissive
VICLER/PPMDecoder
db000844ea8c4a3d78a214bd86aa245be9a166c3
69f7151430e5ac07fa8a6526c109ff1d7b42bb24
refs/heads/master
2022-11-19T10:16:17.817582
2020-07-18T20:01:11
2020-07-18T20:01:11
280,488,431
1
0
null
null
null
null
UTF-8
C++
false
false
3,089
cpp
/* Arduino library for decoding PPM receiver signal * * Copyright (c) 2020 Victor Glekler * * MIT License * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including...
[ "victor.glekler@gmail.com" ]
victor.glekler@gmail.com
213f6fdeb9e982428b3c1f1a546e9cc073252e0c
501f49b4f1832ce29058bef6e92b4d06c42b3d64
/examples/Archive/ESPclient_RighHand_v0.5/ESPclient_RighHand_v0.5.ino
58f358de6500b7277b0d706f49513ab9dd262356
[ "MIT", "Beerware" ]
permissive
tschisle/ESP-32_MPU9250_VR-Glove
7c24cdd209a99781f64c54195084f4f7ae8ac9f8
8d2a6b32e617b4ae481392ec6f23f77830b41b22
refs/heads/master
2022-12-30T08:14:12.036019
2020-10-04T21:41:40
2020-10-04T21:41:40
263,494,856
2
0
null
null
null
null
UTF-8
C++
false
false
6,984
ino
//Left hand code - touch interactions - magnetic sensing and communiaction with Head mounted Device /* GOALS: - Make every Serial call compiled based off a defined symbol - "readings" sections of the code are apparently for debugging and should be elimenated */ /* NOTES: - Using the millis function to ...
[ "tschisle@purdue.edu" ]
tschisle@purdue.edu
f46f5043455cb5ec809e4556958bf6d670642111
b269392cc4727b226e15b3f08e9efb41a7f4b048
/ZOJ/ZOJ 1119.cpp
1345b7c7e632e320520cf47a513bd0c02926eb78
[]
no_license
ThoseBygones/ACM_Code
edbc31b95077e75d3b17277d843cc24b6223cc0c
2e8afd599b8065ae52b925653f6ea79c51a1818f
refs/heads/master
2022-11-12T08:23:55.232349
2022-10-30T14:17:23
2022-10-30T14:17:23
91,112,483
1
0
null
null
null
null
WINDOWS-1252
C++
false
false
3,815
cpp
/* ******************************************************************************** * Author: ThoseBygones * Version: V1.0 * Date: 2020-10-19 * Subject: ACM-ICPC * Language: C/C++14 * OJ: ZOJ * Algorithm: TarjanËã·¨Çó¸îµã ******************************************************************************** ...
[ "1273789365@qq.com" ]
1273789365@qq.com
d10f488c2fcf3f671eae54afc5249366255b2f53
17b87016c3c3d4e5c10385ce044743ed6d182098
/tiled2teal/include/util.hpp
0921609ad4dd55351f3a588c46b130bae4ad2198
[ "MIT" ]
permissive
Apjue/Teal
0ea85073a85dc614af0bcba58da9968943d44fe8
d2b4c4474be5caead2db956b3e11894472c8d465
refs/heads/master
2022-02-14T07:39:29.506019
2019-07-28T19:03:21
2019-07-28T19:03:21
63,161,404
16
3
null
null
null
null
UTF-8
C++
false
false
491
hpp
// Copyright (C) 2017 Samy Bensaid // This file is part of the Tiled2Teal project. // For conditions of distribution and use, see copyright notice in LICENSE #pragma once #ifndef UTIL_HPP #define UTIL_HPP #include <iostream> #include <limits> template<class T> bool safeAnswer(std::istream& in, T& t) { if (!(in ...
[ "kiwimeteor6066@gmail.com" ]
kiwimeteor6066@gmail.com
1deccf1940cf367170e85a5025978d30ba53e3e5
64178ab5958c36c4582e69b6689359f169dc6f0d
/vscode/wg/sdk/ULandscapeInfo.hpp
e4d9481805df551b94a37540f8e849073f8608ee
[]
no_license
c-ber/cber
47bc1362f180c9e8f0638e40bf716d8ec582e074
3cb5c85abd8a6be09e0283d136c87761925072de
refs/heads/master
2023-06-07T20:07:44.813723
2023-02-28T07:43:29
2023-02-28T07:43:29
40,457,301
5
5
null
2023-05-30T19:14:51
2015-08-10T01:37:22
C++
UTF-8
C++
false
false
4,027
hpp
#pragma once #include "FGuid.hpp" #include "FVector.hpp" #ifdef _MSC_VER #pragma pack(push, 1) #endif namespace PUBGSDK { struct alignas(1) ULandscapeInfo // Size: 0x208 : public UObject // Size: 0x30 { private: typedef ULandscapeInfo t_struct; typedef ExternalPtr<t_struct> t_structHelper; publ...
[ "1395329153@qq.com" ]
1395329153@qq.com
b57fd51a436bf84095e8dde58943819cf78b51dc
04f52c481c7d6eb1b4156b296fe5d81ddccfb161
/utils/xml/FilterExpr.cpp
e34f7ef0b09ffc2a0d962d748297259feef412fc
[]
no_license
starand/cpp_fw
39c9d78439602b43498310e86f8bf704b4feceb2
5d2ebfe7dc3aef61558ed9f6f49293746499492c
refs/heads/master
2021-01-11T23:59:05.013523
2017-02-20T09:36:05
2017-02-20T09:36:05
78,653,984
0
0
null
null
null
null
UTF-8
C++
false
false
20,252
cpp
// FilterExpr.cpp: implementation of the CFilterExpr class. // ////////////////////////////////////////////////////////////////////// #include "StdAfx.h" #include <time.h> #include "strutils.h" #include "FilterExpr.h" #include <time.h> #if defined(LINUX) || defined(UNIX) #include <ctype.h> #endif #include "strutils...
[ "starand@ukr.net" ]
starand@ukr.net
196dfb8b7c51af182587b1cab8d4bec9337e3003
3fe53dd2e3942c479bb8665e29300d79822c3ef3
/src/server/scripts/Northrend/IcecrownCitadel/boss_lady_deathwhisper.cpp
454ddbbde53313b8d534d0cd9c40cc1d48cd6a09
[]
no_license
gitter-badger/azerothcore
a2b46bf1eba2f2ce967caa880238782a85d026ba
540a9d89161a65b2545f32aab6726e904b1970c7
refs/heads/master
2020-12-24T10:23:30.781643
2016-06-27T14:40:47
2016-06-27T14:40:47
62,096,835
1
0
null
2016-06-28T00:12:45
2016-06-28T00:12:45
null
UTF-8
C++
false
false
43,726
cpp
/* REWRITTEN FROM SCRATCH BY PUSSYWIZARD, IT OWNS NOW! */ #include "ObjectMgr.h" #include "ScriptMgr.h" #include "ScriptedCreature.h" #include "Group.h" #include "icecrown_citadel.h" #include "SpellInfo.h" #include "Player.h" enum ScriptTexts { // Lady Deathwhisper SAY_INTRO_1 = 0, SAY_INT...
[ "hw.2@hotmail.it" ]
hw.2@hotmail.it
f52b6f1ad17b12702104fa6f4b63f8cc7d2ca5ed
236f41f385d697957dd2301e46fa1f4bdb926cf6
/Competicao/Aquecimento OBI 2018/G.cpp
532afc39782f6f60e066c817c4cf83ffd921e509
[]
no_license
LeonardoFassini/Competitive-Programming
a2bcc9ae6aa015e70c4d5cae6091e3133765a69c
06bba6b4c2d10abc58e30f4ff8ea4d9ac1f535fc
refs/heads/master
2020-04-05T22:32:57.288103
2018-11-12T18:52:21
2018-11-12T18:52:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
973
cpp
#include <iostream> #include <string> #include <cstdlib> using namespace std; #define INF 112 int bt(string num){ if(num.size() == 0) return INF; int ans = INF; int inum = atoi(num.c_str()); if(inum % 6 == 0) return 1; string str; for(int i = 0; i < (int)num.size(); i++){ str.clear(); for(int j =...
[ "leehtironi@gmail.cm" ]
leehtironi@gmail.cm
7031b4c7f41019d0f93b888471f6479b55d44d15
15de8154142871a4fdd468c65b88e7755dd33522
/OverlordProject/Materials/DiffuseMaterial.cpp
6ea7cad2f4b071e87a3f7a8be74aaa3ce7b6a23b
[]
no_license
Myvampire99/OverlordEngine
2ba6b19b4dc1b16cee4977eba202b8f7535b96bd
c5089d8d5b53e61e0c0be0f11e44aab61245e9d5
refs/heads/master
2020-08-08T01:46:36.671453
2019-10-08T14:21:02
2019-10-08T14:21:02
213,663,779
0
1
null
null
null
null
UTF-8
C++
false
false
826
cpp
#include "stdafx.h" #include "DiffuseMaterial.h" #include "ContentManager.h" #include "TextureData.h" DiffuseMaterial::DiffuseMaterial() :Material(L"Resources/Effects/PosNormTex3D.fx") , m_pDiffuseTexture{nullptr} {} DiffuseMaterial::~DiffuseMaterial() { } void DiffuseMaterial::SetDiffuseTexture(const std::wstr...
[ "47989066+Myvampire99@users.noreply.github.com" ]
47989066+Myvampire99@users.noreply.github.com
fb95be92286328772092e5ec071d0400441c0ba6
b7f185be3c217eb7a6e930e67ba09b1881dd9635
/C++/toy-factory.cpp
024c70ad1d32daad08c6669d843be75b395088a0
[ "MIT" ]
permissive
tudennis/LintCode
5fd50e880e300024029113069a7f3ba0e273f0a3
f58ddd0afbfd2c4be55625a921d85000a4f11005
refs/heads/master
2020-12-30T23:21:18.216053
2020-04-17T01:20:46
2020-04-17T01:20:46
65,388,352
1
0
MIT
2020-04-17T01:20:48
2016-08-10T14:16:31
C++
UTF-8
C++
false
false
734
cpp
// Time: O(1) // Space: O(1) /** * Your object will be instantiated and called as such: * ToyFactory* tf = new ToyFactory(); * Toy* toy = tf->getToy(type); * toy->talk(); */ class Toy { public: virtual void talk() const=0; }; class Dog: public Toy { public: virtual void talk() const { cout << "W...
[ "kamyu104@users.noreply.github.com" ]
kamyu104@users.noreply.github.com
dc4428e806443bb9822a5b4471e3a2b87e0935e5
48485ac2e9981ad0ae2e688e37d685d69991b201
/Div_Expr_Node.cpp
d901bb2eebc92c5b7a9f650446fdec8aa3124766
[]
no_license
hiten99/OOAD-Assigment
ff3540c743e50bd7b1c915ccb2e2f7a3d65ef68d
7e0a357dc2eef2ee673ac987a4d7c03bb0c559fb
refs/heads/master
2020-06-14T03:36:41.281739
2016-12-04T06:21:00
2016-12-04T06:21:00
75,521,007
0
0
null
null
null
null
UTF-8
C++
false
false
994
cpp
#include"Div_Expr_Node.h" #include "Expr_Node_Visitor.h" // // constructor // Div_Expr_Node::Div_Expr_Node (void) :Binary_Expr_Node() { } // // Div_Expr_Node Div_Expr_Node (Expr_Node *n1,Expr_Node *n2) // Div_Expr_Node:: Div_Expr_Node (Expr_Node *n1,Expr_Node *n2) :Binary_Expr_Node(n1,n2) { } // // destructor //...
[ "hmrathod@iupui.edu" ]
hmrathod@iupui.edu
f71d7a19f472e9a61d8e291ea731c78fd6858cec
5e31522b0772071c9c734a5c84a2bac548ea8099
/SourceCode/CSS385_FinalProject/Temp/StagingArea/Data/il2cppOutput/Bulk_mscorlib_4.cpp
9dbe9f3ae038a9bfdb8dcf4b59965d66120f2ab8
[]
no_license
emilykrasser/Chromatic
76520074b492fd660f9e77b5c2eecd7c7d7e9f6f
2703765c08d19e7a6742d0fdeb00117a0afb148d
refs/heads/master
2020-05-23T21:03:10.632519
2019-06-10T22:45:40
2019-06-10T22:45:40
186,939,863
1
1
null
null
null
null
UTF-8
C++
false
false
1,790,496
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il...
[ "sahmad97@uw.edu" ]
sahmad97@uw.edu
8518e8b4bad977d2f7ddda677d1790abbf3cfad6
a5e5aff33259dfbb637cf000874f2c16d747503c
/src/efu/test/HwCheckTest.cpp
b22e8531b5a6e69bf1b392aca73d4e678dee3f39
[ "BSD-2-Clause", "BSD-3-Clause" ]
permissive
moneytech/event-formation-unit
c85365183f3446421eedac3a919e552738149b71
4ef64fb72a199e408209a6c19cc4ca69811be538
refs/heads/master
2022-04-17T17:35:38.807249
2020-04-02T14:09:45
2020-04-02T14:09:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,016
cpp
/** Copyright (C) 2019 European Spallation Source */ //===----------------------------------------------------------------------===// /// /// \file /// //===----------------------------------------------------------------------===// #include <efu/HwCheck.h> #include <test/TestBase.h> #include <vector> class HwCheckTe...
[ "morten.christensen@esss.se" ]
morten.christensen@esss.se
3d7389e6c8a450662add50d286f9ac4eeacb9123
8ee17f972d788231ea9f3ac40f1596e22834726a
/3rd/boost_1_66_0/boost/unordered/unordered_map.hpp
f6cca97883d999547d795f82ba97281e1ef9353b
[ "BSL-1.0" ]
permissive
tulingwangbo/cefMultiBrowser
585a04ee2903aad5ade8b32decf4e28391b1b1f1
459a459021da080d39a518bfe4417f69b689342f
refs/heads/master
2020-04-04T16:36:51.262515
2018-11-04T14:38:06
2018-11-04T14:38:06
156,085,167
5
4
null
null
null
null
UTF-8
C++
false
false
86,956
hpp
// Copyright (C) 2003-2004 Jeremy B. Maitin-Shepard. // Copyright (C) 2005-2011 Daniel James. // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // See http://www.boost.org/libs/unordered for documentation ...
[ "tulingwangbo@163.com" ]
tulingwangbo@163.com
db0bab92b661de63ec1811584cfe970f1e5b8aeb
19d0a8ef5c141e8637690f8be2e90cba67740a7e
/Directx12TestEngine/scr/Core/TestGame/Game.cpp
28bb941f2af6e1cf393ee467372a2a33167125b8
[]
no_license
Urnark/Directx12TestEngine
289848866547373fdb1477c3f0161334946517d2
a4c874f94158d237b2c45cffb6adf5c74a082412
refs/heads/master
2020-04-24T09:48:36.772597
2019-02-22T18:30:52
2019-02-22T18:30:52
171,873,946
0
0
null
null
null
null
UTF-8
C++
false
false
1,353
cpp
#include "Game.h" using namespace dx12ge; void Game::processKeyInput(KeyInput * e) { if (e->hasEnteredText()) { if (e->isKeyPressed(E_KeyCode::DX12GE_KEY_BACKSPACE)) { e->getText() = e->getText().substr(0, e->getText().length() - 1); } LogInfo(e->getText()); } if (e->isKeyReleased(E_KeyCode::DX12GE_KE...
[ "christoffer5511@gmail.com" ]
christoffer5511@gmail.com
c316b009d5ffd81fa7338826db50eded1db316ac
27713285271ea578d5977c61ce2c8f1d7ae24452
/SceneServer/SceneImage.cpp
d9db2b1f5205c962b89ec6e129055f4efe66ee73
[]
no_license
hw233/xiangjingchuangshuo_server-c-
18d907db95042169c00e74c9f2fccf24134455e3
84cc615d9571a717b1b3ee6decd85101c712db83
refs/heads/master
2020-04-09T16:17:11.460132
2018-09-25T03:02:05
2018-09-25T03:02:05
160,449,545
0
1
null
null
null
null
UTF-8
C++
false
false
9,290
cpp
#include "SceneImage.h" #include "Scene.h" #include "SceneUser.h" #include "SceneUserManager.h" #include "MapConfig.h" #include "SceneManager.h" #include "SceneNpcManager.h" #include "SceneNpc.h" #include "MsgManager.h" SceneImage::SceneImage(Scene *s):m_pScene(s) { } SceneImage::~SceneImage() { } bool SceneImage::a...
[ "changjiangk@126.com" ]
changjiangk@126.com
aaa0d3070b5ccdad2e478e292082aaeb7a3adf41
5e7dcc8f3d25f1e9782958b5f94f1821dc6a93a2
/chrome/browser/ui/webui/history_clusters/history_clusters_handler.cc
c1e66ac4ed79d6fd24e5fa4eebc47172653c5ef4
[ "BSD-3-Clause" ]
permissive
IMXEWANG/chromium
d931343ed7b77743c744e60e587167c1f1f137b7
95b21b8f5c91980b938afde361718d65955051d7
refs/heads/main
2023-06-18T16:04:05.793945
2021-07-25T07:56:56
2021-07-25T07:56:56
389,296,697
1
0
BSD-3-Clause
2021-07-25T08:16:36
2021-07-25T08:16:35
null
UTF-8
C++
false
false
16,675
cc
// Copyright 2021 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/history_clusters/history_clusters_handler.h" #include <algorithm> #include <utility> #include <vector> #include "chrom...
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
aff6b0f64ebe7a0d166cc61f82ee09d4368b1cd8
58b60c3b9f05b6ad714c5c5d6fcda628db095f4d
/fixString.cpp
0a9a53657efc35ae2e0c5d6587e3c5bd01bf3aad
[ "MIT" ]
permissive
Ethorbit/Windows-Duplicate_Filename_Remover
82424304dc5cb294696e48ee48caab6516b5b6ca
5e4ae2fc6f5ebeab99b960080f2cebe223ffa46e
refs/heads/master
2020-09-10T20:01:52.850557
2019-12-11T08:21:28
2019-12-11T08:21:28
221,821,325
0
0
null
null
null
null
UTF-8
C++
false
false
508
cpp
#include "fixString.h" #include <iostream> fixString::fixString() { } void fixString::removeQuotes(std::string& originalTxt) { for (int i = 0; i < originalTxt.length(); i++) { char quot = '"'; if (originalTxt.at(i) == quot) { originalTxt.erase(i, i + 1); } } } void fixString::removeSlash(std::string& orig...
[ "hi1212003@gmail.com" ]
hi1212003@gmail.com
2ae60261e8dba32a36c17258becc62442bed11d8
0874b100cfd3b832194679da460066178040d676
/MFW/MFW/RedisQueue.h
bad6147d566babf06ebff125a0548b6c2055c9dd
[]
no_license
ChxLearnCPP/MFrameWork
3a213a208f49f75feffe9c9b22621a095d77f749
e8747ea0f94301de46fe78fcc11810019bafbab0
refs/heads/master
2021-08-23T23:24:47.902382
2017-12-07T02:30:24
2017-12-07T02:30:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
421
h
#pragma once #include <memory> #include <functional> #include "RedisDBEngine.h" /* 使用redis队列实现消息的中间缓存和持久化 */ class RedisQueue { private: //redis引擎 DBProduce::RedisDBEngine* mRedisDBEngine; std::string mQueueName = ""; public: RedisQueue(DBProduce::RedisDBEngine* redisDBEngine, std::string queName); void PushDat...
[ "captainl1993@126.com" ]
captainl1993@126.com
df3ba254487cabcae0b925b8d4e6b42664cc5fa7
1a17167c38dc9a12c1f72dd0f3ae7288f5cd7da0
/Source/ThirdParty/angle/src/tests/gl_tests/IndexedPointsTest.cpp
baf6b479d57c52e2c3fc2105aab962389a01552f
[ "MIT", "LicenseRef-scancode-unknown-license-reference", "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "Zlib", "LicenseRef-scancode-khronos", "BSL-1.0", "BSD-2-Clause" ]
permissive
elix22/Urho3D
c57c7ecb58975f51fabb95bcc4330bc5b0812de7
99902ae2a867be0d6dbe4c575f9c8c318805ec64
refs/heads/master
2023-06-01T01:19:57.155566
2021-12-07T16:47:20
2021-12-07T17:46:58
165,504,739
21
4
MIT
2021-11-05T01:02:08
2019-01-13T12:51:17
C++
UTF-8
C++
false
false
11,924
cpp
// // Copyright 2015 The ANGLE Project 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 "test_utils/ANGLETest.h" using namespace angle; template <typename IndexType, GLenum IndexTypeName> class IndexedPointsTest : public...
[ "elix22@gmail.com" ]
elix22@gmail.com
3b9e9c8c55c0cbb2455e1af4230f2ce2af16f269
639cdc6ce0e94a27b72ceede7a295ca621fae21a
/build/linux-build/Sources/include/hxinc/zpp_nape/geom/ZPP_GeomVert.h
f53b3ee6f54c3cc74c603cba933f2bafee79b5ee
[ "MIT" ]
permissive
HedgehogFog/TimeOfDeath
fb04bd6010115dc37b5d7777821f8fa53e1854a0
b78abacf940e1a88c8b987d99764ebb6876c5dc6
refs/heads/master
2020-04-27T10:48:43.759612
2019-03-18T04:30:47
2019-03-18T04:30:47
174,270,248
0
0
null
null
null
null
UTF-8
C++
false
true
2,487
h
// Generated by Haxe 4.0.0-preview.5 #ifndef INCLUDED_zpp_nape_geom_ZPP_GeomVert #define INCLUDED_zpp_nape_geom_ZPP_GeomVert #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_CLASS2(nape,geom,Vec2) HX_DECLARE_CLASS2(zpp_nape,geom,ZPP_GeomVert) HX_DECLARE_CLASS2(zpp_nape,geom,ZPP_Vec2) namespace zpp_nape{ namespac...
[ "hedgehog_fogs@mail.ru" ]
hedgehog_fogs@mail.ru
d0d765c5c6315e534c9a2b590694285940671f00
eaa49783d4cecf134089bdb903a7d4f2a3877386
/6.35/main.cpp
7ab94bfdb8e7db1503c045d8de25d216c35565ad
[]
no_license
JytJyt/jiao_yongtai
636f5390b15ad169b7b5ff400f281d3a750f9bae
01a13fe2731a20951bfff7e8d5be590f22f342aa
refs/heads/master
2020-04-03T02:20:28.467547
2018-12-28T14:01:43
2018-12-28T14:01:43
154,953,480
0
0
null
null
null
null
UTF-8
C++
false
false
1,319
cpp
#include <iostream> #include <cstdlib> #include <ctime> using namespace std; void guessGame(); bool isCorrect( int, int ); void analyzeCount( int ); int main() { srand( time( 0 ) ); guessGame(); } void guessGame() { int answer; int guess; int total; char response; do { answer = 1 + ra...
[ "1241906942@qq.com" ]
1241906942@qq.com
3d535b09091227d7623a1296b020ea365acabe8e
cb56f8fe6b0fb074c4b52b834bb67866e1f9d280
/sources/Adapters/W32/Timer/W32Timer.h
d6306de0ecf5112d4027d88604f61c15a4afb84b
[ "BSD-3-Clause" ]
permissive
djdiskmachine/LittleGPTracker
64f45a650e8211aa78fd77bc891d4316ce9a41e9
ec13c06cd07ac9dd93f7390d6464fc02010b100b
refs/heads/master
2023-07-25T22:31:15.699304
2023-02-16T21:23:18
2023-02-16T21:23:18
520,839,751
17
5
BSD-3-Clause
2023-09-12T13:59:00
2022-08-03T10:43:10
C++
UTF-8
C++
false
false
674
h
#ifndef _W32_TIMER_H_ #define _W32_TIMER_H_ #include "System/Timer/Timer.h" #include <windows.h> class W32Timer: public I_Timer { public: W32Timer() ; virtual ~W32Timer() ; virtual void SetPeriod(float msec) ; virtual bool Start() ; virtual void Stop() ; virtual float GetPeriod() ; void OnTimerTick() ; private...
[ "marc.nostromo@gmail.com" ]
marc.nostromo@gmail.com
120483bf21eabe2f00f2f71b7b96d494577a1929
b7ce4aeec5a053764168b2b8c2ff571cc43f5916
/src/Rgb.h
a24eb9523762c035ae354bc792c5d60d01f5cdb8
[]
no_license
tylerreisinger/Color-Template-Library
d5c72dceff542dc1214426b67af875f10e40ebdb
d448dad45d30ae9e965a417c8e36d8bf56e0aa91
refs/heads/master
2021-01-21T13:04:35.907719
2016-05-11T22:39:25
2016-05-11T22:39:25
55,504,094
0
0
null
null
null
null
UTF-8
C++
false
false
12,475
h
/**\file * \brief Defines an Rgb class and other utilities for dealing with the RGB * color model. */ #ifndef COLOR_RGB_H_ #define COLOR_RGB_H_ #include <ostream> #include <tuple> #include <algorithm> #include "Channel.h" namespace color { ///\cond forward_decl template <typename T, template <typename> class Co...
[ "reisinger.tyler@gmail.com" ]
reisinger.tyler@gmail.com
e21f4d934adc2d34da687fc64aae3d48c2a80c61
b6adb92f783c78cd9d4541b9ae2a63a3fec7eb31
/doc/snippets/plugins.cpp
7b8f92717589697012da46c2be0cec060a653994
[ "MIT" ]
permissive
longde123/magnum
ca2e18c3fc20b843157f327f8d5b471cadf0bccf
5c6ee9c93eba621c31ef9c9f86c0ce0c1a0c7cc4
refs/heads/master
2020-03-06T15:44:50.303753
2018-03-26T20:11:37
2018-03-26T20:11:37
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,809
cpp
#include <Corrade/PluginManager/Manager.h> #include <Corrade/Utility/ConfigurationGroup.h> #include "Magnum/Text/AbstractFont.h" #include "Magnum/Trade/AbstractImporter.h" /* [static-import] */ /* No need to do this if you use CMake */ #include <MagnumPlugins/TgaImporter/importStaticPlugin.cpp> /* [static-import] */ ...
[ "mosra@centrum.cz" ]
mosra@centrum.cz
bc19f65d22f8bbf36ab2721cc155c5cebdaf98b9
e5f6c8053631b63d5c8572352c80fd94379d65bf
/SDL Engine/src/engine/resourcesManager.h
b43752a7e6e5508185017582b318806af7200e04
[]
no_license
JaredChew/Fighting-Game-Prototype
d718f787b7d98401f56a2084982bc0c1f9766021
a33a0a2121246407f5f0dea03f5486e10658e44c
refs/heads/master
2022-07-16T17:17:55.595180
2022-06-20T13:05:33
2022-06-20T13:05:33
181,928,068
1
0
null
null
null
null
UTF-8
C++
false
false
562
h
#pragma once #include <iostream> #include <string> #include <SDL.h> #include <SDL_image.h> #include <SDL_mixer.h> #include <SDL_ttf.h> #include "gameWindow.h" class ResourcesManager { private: GameWindow& wnd; public: ResourcesManager(GameWindow& wnd); ~ResourcesManager(); SDL_Surface* loadSurfaceImage(const ...
[ "WhiskyWiskian@gmail.com" ]
WhiskyWiskian@gmail.com
f888f519c38422d8c015706792bec133b6d2233e
c0f2a8b1df53f312f96cbf9e1e0c9e38f15961b0
/kratscoin/src/qt/addressbookpage.h
c89b39563e8b0a4c310ed716d40b1d5d5bbcfcae
[ "MIT" ]
permissive
kratscoin/kratscoin
918da525547822246b36de90fc91bbdc0ff848eb
2f976f1dd747eb59b59a2b1f13c08fef0d852ac3
refs/heads/master
2020-09-11T12:23:56.612958
2020-04-26T18:35:46
2020-04-26T18:35:46
222,062,656
3
0
null
null
null
null
UTF-8
C++
false
false
2,497
h
// 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. #ifndef KRATSCOIN_QT_ADDRESSBOOKPAGE_H #define KRATSCOIN_QT_ADDRESSBOOKPAGE_H #include <QDialog> class AddressBookSortFilte...
[ "kevin.ho@flochip.com" ]
kevin.ho@flochip.com
831479989a689944090169bf721a54f5a969f56a
2dda777909bbed5d398fa07ae441000832b0011c
/Ratnaparkhi_Lab8/Leftist/leftistHeap.cpp
2673836da726769da648a3a141aa4ccff60f6e1f
[]
no_license
chinmay-ratnaparkhi/EECS560-Data-Structures
7f4447f9bb49053f5b3b2d4dbe890c1a0de190bb
a121ddf0e3311f70092cbe49451e538b4d411c5f
refs/heads/master
2020-05-26T09:08:56.495648
2015-04-15T17:31:43
2015-04-15T17:31:43
31,694,143
0
0
null
null
null
null
UTF-8
C++
false
false
2,478
cpp
#include "leftistHeap.h" #include "leftistNode.h" #include <string> using namespace std; leftistHeap::leftistHeap() { root = new leftistNode(); } leftistHeap::~leftistHeap() { delete root; } leftistHeap::leftistHeap(string file) { root = new leftistNode(); ifstream infile; infile.open ("data.txt"); string ...
[ "chinmay.ratnaparkhi@gmail.com" ]
chinmay.ratnaparkhi@gmail.com
dff6cabd5cd943cd8259417d1aa44419b863095f
aafd62f50e0a740d9d0afafc2ba037d940603f39
/process/process.hpp
d1aaae0572fa3be6647f78b43e1562b0df1b2592
[]
no_license
wdmchaft/meld
25b012392367ce3590106450ee731cf52a81e842
403c5d001cd3d11c824eecdf8bf6ee8865a985a8
refs/heads/master
2020-12-25T11:06:26.642648
2012-06-19T18:55:34
2012-06-19T18:55:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,325
hpp
#ifndef PROCESS_HPP #define PROCESS_HPP #include <list> #include <stdexcept> #include <boost/thread/thread.hpp> #include <boost/thread/mutex.hpp> #include "conf.hpp" #include "vm/program.hpp" #include "vm/state.hpp" #include "db/node.hpp" #include "db/database.hpp" #include "sched/base.hpp" namespace process { cla...
[ "flaviocruz@gmail.com" ]
flaviocruz@gmail.com
6b74bf8023a878397e642ddfca70ada36dd101dd
5391638d38a17280fa4abe5187bf8d417740a795
/leetcode/diagonal_trasverse.cpp
005110722553dc750db40899f9a042be61876a1b
[]
no_license
SiluPanda/competitive-programming
39ce18ef48b13e381536c53a6769faa0edac3502
6e92ccb165381f1ee0b2cf42ea997ab44e6fc8eb
refs/heads/master
2020-06-12T22:35:13.688327
2020-04-22T09:40:01
2020-04-22T09:40:01
178,658,860
0
0
null
null
null
null
UTF-8
C++
false
false
1,938
cpp
#include <bits/stdc++.h> using namespace std; class Solution { public: vector<int> findDiagonalOrder(vector<vector<int>>& matrix) { int N = matrix.size(), M = 0; if(N > 0){ M = matrix[0].size(); } vector <int> ret; int dir = 0; for(int i = 0; i < M; i++){...
[ "pandasilu428@gmail.com" ]
pandasilu428@gmail.com
5785fc2afa943b332761b7dc76b150af76bb0f8e
8326bfed5d6fe646bf7ef1dff62b963641536580
/uva/1062Containers/1062Containers.cpp
7efebfb542a13ac4247e788360c43cdbe445ee6a
[]
no_license
mehranagh20/ACM-ICPC
04ddbaf7ade9f266b6e74a19b2bd966d19ea442e
76eb30b5df8545b04efc1df9c2e557ab0f83d2fb
refs/heads/master
2018-10-20T02:59:43.070665
2018-08-10T16:53:56
2018-08-10T16:54:12
59,946,269
15
4
null
null
null
null
UTF-8
C++
false
false
964
cpp
#include <iostream> #include <string> #include <stack> #include <vector> using namespace std; int main() { string str; int nC = 1; while(getline(cin, str) && str != "end") { vector<stack<char>> st; for(auto & c : str) { if(st.size()) { boo...
[ "mehranagh200@gmail.com" ]
mehranagh200@gmail.com
83350ce1a61f65e8c6f1b3ef0f5952affd0a23d3
b51e13e1b29bf07a206c67fb002a1a8306707742
/src/util.cpp
ffd59026e50e0cafaf81f04cd7abb29c5267d1a5
[]
no_license
AGMahmoud/logger_v2
1b305ad717a733e729f767d67f72e573508967ae
af37c40d5e393f35bb05248d59b16f7a9622f879
refs/heads/master
2020-09-14T01:37:03.119639
2019-11-20T22:46:15
2019-11-20T22:46:15
222,970,891
0
0
null
null
null
null
UTF-8
C++
false
false
4,845
cpp
/* ---------------------------------------------------------------------------- File: util.cpp Author: Ryan Mitchell Email: rdm86@uclive.ac.nz Date: 25/08/2015 File Description: This file contains some useful utility functions used by other files in this project. Notes: -Required dependency for th...
[ "ahmedgmahmoud@cmail.carleton.ca" ]
ahmedgmahmoud@cmail.carleton.ca
46bf0680830767f3fd6aa8b5e62b6a4b190253c6
173223e039f12af89331c85f41b49bac5c7ce0eb
/Applications/Spire/Source/CanvasView/LuaScriptDialog.cpp
849b24c1c69098aa0e3144e4145e30d51ad8c5fe
[]
no_license
shaobinspire/nexus
ea3db3fc2469bb79dc9ef0b366e9d56e59fcab0f
e88617f14d3fdf3115c53d627d3ebf54d3ab6ed1
refs/heads/master
2023-02-16T09:23:21.876985
2021-01-04T13:04:59
2021-01-04T13:04:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,186
cpp
#include "Spire/CanvasView/LuaScriptDialog.hpp" #include <QPushButton> #include <QTableWidgetItem> #include "Spire/Canvas/Common/NoneNode.hpp" #include "Spire/Canvas/Operations/CanvasNodeBuilder.hpp" #include "Spire/Canvas/Types/IntegerType.hpp" #include "Spire/UI/UserProfile.hpp" #include "ui_LuaScriptDialog.h" using...
[ "kamal@eidolonsystems.com" ]
kamal@eidolonsystems.com
6a15b58c6a35283d55f8f7bcde9a4d4e315c907a
0caf30e643f78229a7ef8742cc1d5386bc045ec1
/programming-language/cpp/grid-service/NwfdMainApp/TaskManager.h
99c4cc8f91dce137c7858d63c128bb25e8cc5151
[]
no_license
AlexiaChen/Adrasteia
feb1957dd694f79315784000c6f73f35bc5ca18f
1b9b29d5565a41250119e42c47aa0a4a588cef9c
refs/heads/master
2020-11-29T11:59:50.580203
2018-09-09T10:49:10
2018-09-09T10:49:10
87,497,591
3
0
null
null
null
null
UTF-8
C++
false
false
2,723
h
/************************************************************************* * Copyright (C), 2015, * XXXXXXXXXXX Co. * 文件名: TaskManager.h * 作 者: zhangl 版本:1.0 日 期:2015/04/28 * 描 述:任务管理类定义 * 其 他: * 功能列表: * 1. 进行任务执行时间判断 * 2. 进行任务调度 * * 修改日志: * No. 日期 作者 修改内容 * ********************************************...
[ "brainfvck@foxmail.com" ]
brainfvck@foxmail.com
46b9667e2ae8e15d64d703abca8d256655fc3ecd
2516d82a96ccc70078d2d93ed9c96a89b4ff420d
/src/solver/src/solver_x_wing.cpp
4ff6e5eef8a33e8a1f2e8dca3950e0c11d7ba0bb
[ "MIT" ]
permissive
c-redeker/sudoku_solver
04d1cf72bd5f70df264c9865853af5d59eeea014
f8f40376f0dabf41e500655767191dd0cf152026
refs/heads/master
2022-12-07T13:02:05.012348
2020-08-20T19:48:50
2020-08-20T19:48:50
276,381,277
0
0
null
null
null
null
UTF-8
C++
false
false
2,941
cpp
#include <solver_x_wing.hpp> void SolverXwing::Solve(Sudoku &sudoku) { const auto rows = sudoku.GetAllRows(); const auto columns = sudoku.GetAllColumns(); DoXwingOnColumns(columns, rows); // todo(c.redeker) add DoXwingOnRows function } void SolverXwing::DoXwingOnColumns(const std::array<CellContainer...
[ "c.redeker@live.de" ]
c.redeker@live.de
dbea734869f6b47940dda98f93df422a7eb116d8
c7ad884698f0af1deddafd30dab598af08033aa3
/Good Substring.cpp
f2649946c70fb4ee2e7bdd480d5672857786edc8
[]
no_license
snowynguyen/Code-CPP
2504a05377e8c1910f3c5efb1fce37e805bde7a8
95d3334c8fbd11c4ab9b375d008f843c09020c04
refs/heads/master
2022-07-17T04:31:49.987478
2020-05-21T13:57:45
2020-05-21T13:57:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,162
cpp
#include <iostream> #include <cstring> using namespace std; struct node { int f; node *c [26]; }; const int N = 15000; char s[N], num [26]; node root; bool ok [26]; int k, n; node *make (node * p){ p = new node; p -> f = 1; for (int i = 0; i < 26; ++i){ p -> c[i] = NULL; } return...
[ "48942146+Noboroto@users.noreply.github.com" ]
48942146+Noboroto@users.noreply.github.com
10968451e5141ac9880cf3c09909dcc52aaef4b8
f8af22fab22f7b1ce8322e8bf133cc72338dae10
/MakeZEffTree/test/CrystalCalibrationAllEE.cc
541b9a18049c796743cd458b107d3113fb1b8062
[]
no_license
alexeyfinkel/NoTrack
72b3a6fd991b279f818ec203b6a373531d2e1b0a
d0240ad4661e4df04c71fca33b568315c0b0a8f5
refs/heads/master
2020-04-06T06:15:12.374707
2014-05-20T08:33:56
2014-05-20T08:33:56
null
0
0
null
null
null
null
UTF-8
C++
false
false
33,167
cc
//this script is going to attempt making Z mass plots for each NT xtal. #include <stdio.h> #include <iostream> #include <string> #include <vector> #include <map> #include <fstream> #include <iomanip> #include <utility> //pairs live here #include <TFile.h> #include <TH1.h> #include <TH2.h> #include <math.h> #include "...
[ "finkel@physics.umn.edu" ]
finkel@physics.umn.edu
179b9ae621301e49635bb81d2a440fa3027f278c
f29c323bf34d5b64c5aac9fdf06ff778a8e0bfce
/PracticeSession/Assign1.cpp
9349ba2e1bc8d3214956db62dff6f44408e1aece
[]
no_license
dsandadi/Operating-Systems
69dc515c02d931609bf75d06cbb4dde2633d6417
7e2fe2d071d0cd817361b5f1d9badf7a36d167b0
refs/heads/master
2021-09-03T12:28:18.026482
2018-01-09T03:47:30
2018-01-09T03:47:30
105,025,040
1
0
null
null
null
null
UTF-8
C++
false
false
2,528
cpp
/**************************************** Assignment - 1 Name : Dinesh Sandadi Zid : Z1797942 Section : 2 DateDue : 9/6/2017 TA : David Wiilams Purpose : This program creates three processes by calling fork() system call twice. Execution : make ./Assign1 ***********...
[ "dineshsandadi@gmail.com" ]
dineshsandadi@gmail.com
f7a44fa684b2d05b5ba47bab4ecbb7dd73d1389f
89ae2a1847359d890dc1beaecb07690da96b5241
/TUTORIAL Allegro Newbie/source/Lesson7/main.cpp
1cc56b359fa85f55bfb7eb111b338693769481b0
[]
no_license
aewinformatica/ALLEGRO4
840d41251d1da60455eafc265d785beb1585844b
fdf67b4532743df9682dc033ff7f6c0eb496e729
refs/heads/master
2023-06-23T16:42:57.252185
2023-06-16T17:50:19
2023-06-16T17:50:19
142,301,875
0
0
null
null
null
null
UTF-8
C++
false
false
5,958
cpp
/******************* Allegro Newbie Tutorial by LoomSoft http://loomsoft.net email: jay@loomsoft.net *******************/ /* Allegro Newbie Tutorial : Lesson 7 - Simple Sprite Animation * * This tutorial will just play a simple animation over and over again, * regarless of what key you are pressing, o...
[ "aewinformatica@gmail.com" ]
aewinformatica@gmail.com
a3c8e5b2115e6ca08a5b0c5b74e5d61179e70fd4
e1a09dc27075171d218ccc6f0021d655e62eb30d
/src/interpreter/methodTree.cc
c4e1fb505451dc50585b7a537d192e74e9567041
[]
no_license
bansheerubber/torquescript-interpreter
edae71fcd9fe5a4d4dc2d3e6cbd1ac2c20fac402
01779d678703a9b6ab70a225fd53b2c9a8a4b381
refs/heads/master
2023-08-21T18:03:57.582151
2021-10-02T23:58:17
2021-10-02T23:58:17
366,219,031
1
0
null
null
null
null
UTF-8
C++
false
false
4,531
cc
#include "methodTree.h" #include "function.h" #include "packagedFunctionList.h" using namespace ts; void ts::initMethodTreePackagedFunctionList(MethodTreeEntry* tree, PackagedFunctionList** list) { *list = nullptr; } void ts::initMethodTree(MethodTree* self, MethodTree** tree) { *tree = nullptr; } MethodTreeEntr...
[ "gary.cactus.email@gmail.com" ]
gary.cactus.email@gmail.com
bf6a8e50707db29da3e639efbb3ca6f7bcc23ef1
7dc51b0ff16a6f43488a92db57e4c9344b04117b
/cpp/visualmesh/model/ring6.hpp
ae943335769f882cf00000e10e072258123fbb9b
[ "MIT" ]
permissive
Fastcode/VisualMesh
f7ce6288764bda7cadd18abec5bf08a95406115a
3ed0dd41db5949bb41573cd5259d9641ec082d18
refs/heads/main
2023-07-22T08:06:35.513016
2022-10-21T03:41:22
2022-10-21T03:41:22
96,771,716
20
11
MIT
2023-01-25T08:18:10
2017-07-10T11:50:42
C++
UTF-8
C++
false
false
3,365
hpp
/* * Copyright (C) 2017-2020 Trent Houliston <trent@houliston.me> * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without limitation the * rights to use, c...
[ "trent@houliston.me" ]
trent@houliston.me
a230d432f30a6a568c493ae0fc6ee1bf37aa4bd6
431c6f642573653b26280a40dbccf72dd16c4174
/Professional C++/t_23_7_future_exception.cpp
c29a762566b5aacb00c603efbe6d5070bfdf0906
[]
no_license
linmonsv/C_CPP
09d3722531683ccfa99558bb9e9d6b3cff4773ee
42cb10cad76c1bd990b10712f00ff349c99d467f
refs/heads/master
2021-01-23T04:30:15.143337
2017-07-18T14:23:50
2017-07-18T14:23:50
86,207,086
0
0
null
null
null
null
UTF-8
C++
false
false
401
cpp
#include <iostream> #include <vector> #include <mutex> #include <future> using namespace std; int calculate() { throw runtime_error("Exception thrown from a thread."); return 123; } int main() { auto fut = async(launch::async, calculate); try { int res = fut.get(); cout << res << endl; } catch (const except...
[ "qin2@qq.com" ]
qin2@qq.com
23fb6b20d62ec14a2849d90c6c7e07009f952503
cd2a6ae341b2e8eca87a96d3ca493d059ae7338d
/lib/inc/facter/facts/resolvers/filesystem_resolver.hpp
60aa87c5ddbd8fd45e1d14d492a11f36817ceeb3
[ "Apache-2.0" ]
permissive
parisiale/cfacter
f96d9a14e1271105aa6e735691102e706d551a3c
b6c3a6249c7972ab1d823e1ae7bab32133b359d9
refs/heads/master
2021-01-17T11:47:57.442672
2014-10-08T21:57:24
2014-10-08T21:57:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,553
hpp
/** * @file * Declares the base file system fact resolver. */ #pragma once #include "../resolver.hpp" #include <string> #include <vector> #include <set> #include <cstdint> namespace facter { namespace facts { namespace resolvers { /** * Responsible for resolving file system facts. */ struct file...
[ "peter.huene@puppetlabs.com" ]
peter.huene@puppetlabs.com