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
6b807a6aa9921c609fb76dececfb2270f7e174ce
44b99504cd91e9d88f7fa637140e830b4a42f769
/ace/examples/Misc/test_dump.h
94b6ed1b484b8cfc7f86311e422641362ee499af
[]
no_license
dariuskylin/utilityLib
ea847988e0c06f63657238f8405775c4ae419348
4afc4b016c130982e26c452028114a1d78619a57
refs/heads/master
2021-01-19T07:46:06.817498
2014-11-01T07:32:20
2014-11-01T07:32:20
4,357,328
2
0
null
null
null
null
UTF-8
C++
false
false
1,006
h
// test_dump.h,v 4.1 1999/06/25 19:34:30 shuston Exp // Define the classes used with templates in test_dump.cpp #ifndef __TEST_DUMP_H #define __TEST_DUMP_H #include "ace/Dump.h" #include "ace/OS.h" class SOCK { public: SOCK (void) { ACE_REGISTER_OBJECT (SOCK); } ~SOCK (void) { ACE_REMOVE_OBJECT; } void dump ...
[ "dongyuchi@gmail.com" ]
dongyuchi@gmail.com
ffbe9c416338cda9dffb1044e307a48db7bd7ef9
809c7f115c4f39af02527028024d8e9fabd29867
/lib/gx.cpp
b46c7b170cb64277e4babfa56cc9f6d58f4256ae
[ "CC0-1.0" ]
permissive
JohnBSmith/super-mario
fe3fb7a863e0c6230eaea5ae69ee1a54b1fd3c94
2ec0f73796af7cc30134282e1fb13de21f1df6de
refs/heads/master
2020-12-30T15:08:06.240535
2017-10-03T17:58:09
2017-10-03T17:58:09
91,107,474
0
0
null
null
null
null
UTF-8
C++
false
false
6,396
cpp
#include <cstdlib> #include <fstream> #include <iostream> #include <sstream> #include <vector> #include <string> #include <SDL/SDL.h> #include "gx.hpp" using namespace std; #include "font.cpp" namespace gx{ int gxw=720, gxh=480; int gxwd2=gxw/2, gxhd2=gxh/2; int gxwd4=gxw/4, gxhd4=gxh/4; int gxhm1=gxh-1; int32_t p...
[ "finn@c1" ]
finn@c1
682ee8ce963c21644b5b4dbf35d81ef839a07963
b4817ca1221043c6e5a07348ac00ae9dd1b88fab
/trunk/libbme/platformspecific/IRunnable.h
adbf734c45081ae8cec110c434d5facf26d765e3
[]
no_license
BackupTheBerlios/bme-svn
5e2b0a7e9ef8c7ab87bc1cd5c0e51dfe6e3d20ed
97351fb809749ca77b852e1c7ecae4a910375f7d
refs/heads/master
2021-01-22T01:54:35.829278
2011-01-27T16:49:36
2011-01-27T16:49:36
40,663,383
0
0
null
null
null
null
UTF-8
C++
false
false
649
h
/* * IRunnable.h * Bme * * Created by Tim De Jong on 07-06-10. * Copyright 2010 ThinkPractice. All rights reserved. * */ #ifndef I_RUNNABLE_H #define I_RUNNABLE_H #include "IThread.h" class IRunnableListener; class IRunnable { public: IRunnable() {}; virtual ~IRunnable() {}; virtual bool Run() = 0; ...
[ "tjadejong@9f9cefab-3c1c-0410-8699-de50f0e53765" ]
tjadejong@9f9cefab-3c1c-0410-8699-de50f0e53765
0bd4fe6d801c7a6b977c1ac1f85329dd1d6b60b5
f6f15809ac70089ef4cfb1ade40e2dc58d239f81
/src/txdb.h
34aec0b60506cbaed1459d8d2ef1bba17bb6c3fb
[ "MIT" ]
permissive
lamyaim/bitgesell
fcc96f6765d3907ce923f411a1b2c6c4de9d55d6
64c24348f1ba8788fbffaf663b3df38d9b49a5d1
refs/heads/master
2023-04-30T08:16:40.735496
2020-12-10T05:23:08
2020-12-10T05:23:08
369,859,996
1
0
MIT
2021-05-22T16:50:56
2021-05-22T16:48:32
null
UTF-8
C++
false
false
3,886
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-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 BGL_TXDB_H #define BGL_TXDB_H #include <coins.h> #include <dbwrapper.h> ...
[ "wuemma@protonmail.com" ]
wuemma@protonmail.com
0027166298c18332b92efcfa7d57d6082c85640f
204ae1e4f19bbead60bd4cc4da811e7f43508582
/ContactListener.hpp
080857c83e09283bfdb279c6524c816837116d42
[]
no_license
bobismijnnaam/shinysint
6c99b1f71f589531a8fbec69f79ada8becd8e2a1
8382138537af2c1eb3f19cc4e4153c63edc37950
refs/heads/master
2016-09-06T18:02:27.669839
2013-12-05T00:14:31
2013-12-05T00:14:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
455
hpp
// Author: Bob Rubbens - Knights of the Compiler // Creation date: 4/12/2013 // Contact: http://knightsofthecompiler.worpress.com - @broervanlisa - gmail (bobrubbens) #ifndef CONTACTLISTENER_HPP #define CONTACTLISTENER_HPP // Includes I didn't make myself #include <Box2D/Box2D.h> // Includes I did make myself class...
[ "bobrubbens@gmail.com" ]
bobrubbens@gmail.com
20e88b787d3861e1829c9be99c93be9559b35081
85d9531c984cd9ffc0c9fe8058eb1210855a2d01
/src/equipe.cpp
86a7632d3ad34691bc08deb5ae908599b68a8a27
[]
no_license
padenot/PlanningMaker
ac6ece1f60345f857eaee359a11ee6230bf62226
d8aaca0d8cdfb97266091a3ac78f104f8d13374b
refs/heads/master
2020-06-04T12:23:15.762584
2011-02-23T21:36:57
2011-02-23T21:36:57
1,125,341
0
1
null
null
null
null
UTF-8
C++
false
false
343
cpp
#include "../include/precompiled.h" #include "../include/equipe.h" #include <QxMemLeak.h> QX_REGISTER_CPP_QX_PMNG(Equipe) namespace qx { template <> void register_class(QxClass<Equipe> & t) { t.id(& Equipe::m_id, "equipe_id"); t.data(& Equipe::m_nom, "nom"); t.relationManyToOne(& Equipe::m_responsable, "re...
[ "laurent.billonc@gmail.com" ]
laurent.billonc@gmail.com
4b163f10c90e84806a079a931cc10b52f7ce00eb
2cfb31bf995318540bd1a7b6e19eb8b12cb8acd9
/Codeforces/427A.cpp
b57e7b046577b092f2988331fd6ae1d8542ef6ac
[]
no_license
aurko96/Competitive-Programming
cf6265456450355e04c34acf9b7500b1cc30fd58
7b5a22d077f29145b92caef0883734ca40096227
refs/heads/master
2020-03-18T15:08:14.533253
2018-05-25T19:07:25
2018-05-25T19:07:25
134,889,195
0
0
null
null
null
null
UTF-8
C++
false
false
574
cpp
#include<bits/stdc++.h> using namespace std; int main() { int a[100002],i,n,x=0,y=0,z,count=0; cin>>n; for(i=0;i<n;i++) { cin>>a[i]; } for(i=0;i<n;i++) { if(a[i]>0) { x=x+a[i]; } //cout<<"x="<<x<<endl; if(a[i]<0) { ...
[ "malikaurko192@gmail.com" ]
malikaurko192@gmail.com
a7689c2536cf2a0008bef6e7cac719b90d04259f
853a026149fd951a70f572f3e579e6ae24109a53
/SUSYAnalysis/SUSYEventProducers/src/WeightProducer.cc
6b86deab401fc394b65decd6265f02154d00a0a4
[]
no_license
npietsch/usercode
33900d00fc69dcfbba061ff3d4f869e34d368b59
02a2258f91b519562ff0983266b4128e49f21ce9
refs/heads/master
2020-04-12T07:47:53.511961
2013-10-30T18:37:16
2013-10-30T18:37:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,091
cc
#include <cmath> #include <memory> #include <string> #include <iostream> #include <vector> #include "TFile.h" #include "TH1.h" // user include files #include "FWCore/Framework/interface/Frameworkfwd.h" #include "FWCore/Framework/interface/EDProducer.h" #include "FWCore/Framework/interface/Event.h" #include "FWCore/F...
[ "" ]
ca9c05e2fd9362956abbf7ad575352cee2be047a
fbbc663c607c9687452fa3192b02933b9eb3656d
/tags/libopenmpt-0.2.3773-beta4/mptrack/MoveFXSlotDialog.cpp
7bc65d1f137bc00ae5e33b8dc529fe0587d13a99
[ "BSD-3-Clause" ]
permissive
svn2github/OpenMPT
594837f3adcb28ba92a324e51c6172a8c1e8ea9c
a2943f028d334a8751b9f16b0512a5e0b905596a
refs/heads/master
2021-07-10T05:07:18.298407
2019-01-19T10:27:21
2019-01-19T10:27:21
106,434,952
2
1
null
null
null
null
UTF-8
C++
false
false
2,347
cpp
/* * MoveFXSlotDialog.h * ------------------ * Purpose: Implementationof OpenMPT's move plugin dialog. * Notes : (currently none) * Authors: OpenMPT Devs * The OpenMPT source code is released under the BSD license. Read LICENSE for more details. */ #include "stdafx.h" #include "Mptrack.h" #include...
[ "manxorist@56274372-70c3-4bfc-bfc3-4c3a0b034d27" ]
manxorist@56274372-70c3-4bfc-bfc3-4c3a0b034d27
2cbe070969b481357e2991f4838b38464da937ac
fd9385b0ae073d26684f44153ec6cd1b194bae32
/components/FourAndGates.hpp
cfc57c3ad4f1af5008862279634b505f65b92943
[ "MIT" ]
permissive
BaptisteMartinet/NanoTekSpice
7afbbc8e1e69fdb9cede6f8540c70d788e32a6c6
a0b434abfb655a0de71878f6d171d0f54f70a183
refs/heads/main
2023-02-06T09:52:02.880465
2020-12-28T20:34:00
2020-12-28T20:34:00
323,732,640
0
0
null
null
null
null
UTF-8
C++
false
false
298
hpp
/* ** EPITECH PROJECT, 2020 ** FourAndGates.h ** File description: ** Temp */ #pragma once #include "AComponent.hpp" class FourAndGates : public nts::AComponent { public: FourAndGates(const std::string &name); ~FourAndGates(); nts::Tristate compute(std::size_t pin = 1) override; };
[ "baptiste.martinet@epitech.eu" ]
baptiste.martinet@epitech.eu
f2d3893a0d750224120a1dae3fac7ebc8137d94e
99f29ffd514593d43e64de47229aae547dde1b65
/modules/gui/editor/include/editor/views/rendering_view.h
c6a5594ddde2c0a457de9ee8aaed761546b61071
[]
no_license
Jakub-Ciecierski/InfinityXLib
97d0ce3083e314946032f9c9dfc9e67ec91d3a4d
b0a3868adb8509bf8668ac8c7bb8638ea3b35be7
refs/heads/master
2021-01-12T17:44:37.995635
2018-07-06T14:01:58
2018-07-06T14:01:58
71,622,418
0
1
null
null
null
null
UTF-8
C++
false
false
594
h
#ifndef PROJECT_RENDERING_VIEW_H #define PROJECT_RENDERING_VIEW_H #include <editor/view.h> #include <memory> namespace ifx { class RenderingEffectProcessor; class RenderingEffectView; class RenderingView : public View { public: RenderingView( std::shared_ptr<RenderingEffectProcessor> rendering_effe...
[ "jakub.ciecier@gmail.com" ]
jakub.ciecier@gmail.com
3d161b839bbc6760edc512c43caff239f0e5afec
b98ac9acf50f76fff00aeff5008b77c2fcf1ef28
/cpp/db.h
736ad030ee066180db056ba4661cb75ca306753e
[]
no_license
nicolasying/inf224
c1a78eb150ab4aefd8b2d1ff6542ee1c3aed2bcc
90338b6e89ae209dca6010a0f8982227acd27e15
refs/heads/master
2021-09-06T18:06:00.938427
2018-02-09T12:01:59
2018-02-09T12:01:59
113,196,295
0
1
null
null
null
null
UTF-8
C++
false
false
3,361
h
// // db: INF224 Media Database // (c) Songsheng YING - 2018. // https://nicolasying.github.io // #ifndef H_DB #define H_DB #include <iostream> #include <memory> #include <map> #include <string> #include "tcpserver.h" #include "multim.h" #include "video.h" #include "photo.h" #include "film.h" #include "group.h" /...
[ "songshengying@aol.com" ]
songshengying@aol.com
ec3999113b68cadadb6040623ea2137d5aff1b3a
fb3c1e036f18193d6ffe59f443dad8323cb6e371
/src/flash/AVMSWF/api/flash/filters/AS3BitmapFilterQuality.h
2814689c961c0d959413ddacca3049eed362fe2e
[]
no_license
playbar/nstest
a61aed443af816fdc6e7beab65e935824dcd07b2
d56141912bc2b0e22d1652aa7aff182e05142005
refs/heads/master
2021-06-03T21:56:17.779018
2016-08-01T03:17:39
2016-08-01T03:17:39
64,627,195
3
1
null
null
null
null
UTF-8
C++
false
false
1,523
h
#ifndef _AS3BitmapFilterQuality_ #define _AS3BitmapFilterQuality_ namespace avmplus{namespace NativeID{ class BitmapFilterQualityClassSlots{ friend class SlotOffsetsAndAsserts; public://Declare your STATIC AS3 slots here!!! //int32_t HIGH = 3; //int32_t LOW = 1; //int32_t MEDIUM = 2; int32_t HIGH; int3...
[ "hgl868@126.com" ]
hgl868@126.com
f07b057c517cbdd3649e2fb785e01f8cc74c4103
f4d9414ed69748b1aecbdc93766f14739d469a81
/mcc/gas/include/mcc/gas/helper/tac_converters.h
29c7bf04af69c89f2343a591d053b3d6a23dd79e
[ "MIT" ]
permissive
mikevo/uibk-acc
e00da7222a652dce2398654026fb03652a6fa668
17c50a9edd0631dd1c88d7b99fb1e84860f0a866
refs/heads/master
2021-01-17T12:44:42.344353
2016-06-21T14:52:29
2016-06-21T14:52:29
58,634,394
0
0
null
null
null
null
UTF-8
C++
false
false
1,453
h
/* * File: tac_converter.h * * Created on June 1, 2016, 10:19 PM */ #ifndef TAC_CONVERTER_H #define TAC_CONVERTER_H #include "mcc/tac/array_access.h" using namespace mcc::tac; namespace mcc { namespace gas { namespace helper { void convertTac(Gas *gas, Tac &tac); void convertArithmetic(Gas *gas, Triple::ptr_...
[ "stefan.steinhauser@student.uibk.ac.at" ]
stefan.steinhauser@student.uibk.ac.at
e6794f7d7c676af392fb7c1ea644a3d402e124fb
b2c0e34d1e9b314b89c6bf4e2ac8abfa029b39fb
/redis.cpp
ff02fd6d0b409ca05a8fa79c59164ee666d025d8
[ "BSD-3-Clause" ]
permissive
nicolasff/redispp
d8f1da8276b81523f772f78377c722d2745d43bd
d5649d317c807aa6105e54e1265f8e16feaf4646
refs/heads/master
2023-08-24T20:51:49.019178
2010-04-22T09:01:20
2010-04-22T09:01:20
597,954
0
2
null
null
null
null
UTF-8
C++
false
false
23,502
cpp
#include "redis.h" #include <iostream> #include <sys/types.h> /* See NOTES */ #include <sys/socket.h> #include <arpa/inet.h> #include <string.h> #include <cstdlib> using namespace std; namespace redis { Client::Client() : m_multi(false), m_pipeline(false) { } bool Client::connect(std::string host, shor...
[ "n.favrefelix@gmail.com" ]
n.favrefelix@gmail.com
4c23eaa613271b9fdc8dfd9615392fef15728e00
54fbab5a0ec14e4e634ef205b38787f8c4bf18e6
/qtnsl/NSLfiles/kernel/incl/cmd_main_incl/nsl_cmd_set_file_type.h
952ec9c42d7cff3890bafbce9137d5088783ace8
[]
no_license
biorobaw/QTNSLSpring2018
dcc5b954e0560740657256ce953b595c828fcfad
4d8afa6314ac6f15f09ef989e991d39b6980d712
refs/heads/master
2021-07-20T15:29:42.724283
2020-05-14T21:46:46
2020-05-14T21:46:46
162,358,177
0
0
null
null
null
null
UTF-8
C++
false
false
968
h
/* SCCS %W%---%E%--%U% */ /**************************************************************/ /* */ /* nsl_cmd_set_file_type.h */ /* */ /********************************...
[ "bucefalog@gmail.com" ]
bucefalog@gmail.com
e71a56af65a9162f974ad8860cfc3aca7444a08e
bab9744d75de860d79ebc3800d3f7e6a4a13394f
/HandWriting/HandWriting/Parser.h
c957d615ba83b12603db9186ce73902ab0d7e0a7
[]
no_license
rdatta11/MP4
6b33e69471e6c46b683ea0edb70fe7f7c9c78415
1b8bbcca6a7aaf60b26915bc6f19dbce82fa8acb
refs/heads/master
2020-12-24T14:01:06.282500
2013-12-03T04:23:23
2013-12-03T04:23:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
446
h
// // Parser.h // HandWriting // // Created by Rahul Datta on 11/8/13. // Copyright (c) 2013 Rahul Datta. All rights reserved. // #ifndef __HandWriting__Parser__ #define __HandWriting__Parser__ #include <iostream> #include <vector> #include <string> //NOT USED class Parser{ private: std::vector<char> mChar; publ...
[ "rdatta11@gmail.com" ]
rdatta11@gmail.com
af81c31fe92fcba80fb1ad0f2e089367be05f0fd
0873d7b90449a89cc91820dd508ff1f5df282bd7
/q10.cpp
5b6feec24f7d05ba03916d4b9e51cf1b3998572a
[]
no_license
ChristinaChyi/midterm2_review_code
ebbba805f590c2fdc26c94f33cc69c87fbad4822
8a30672b9aa8216679da91bdca5fb9cf6490f223
refs/heads/master
2020-04-26T00:39:16.707022
2019-02-28T08:28:20
2019-02-28T08:28:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
870
cpp
#include <iostream> using namespace std; struct Pet{ string name; // name of pet string species; // ex: dog, cat, etc. double weight; // weight of pet }; void nameOfHeavierPet(Pet *p1, Pet *p2){ if(p1 == NULL || p2 == NULL){ cerr << "invalid Pet" << endl; return; } if(p1->weight > p2->weight) ...
[ "agatin@umail.ucsb.edu" ]
agatin@umail.ucsb.edu
207fe2591672405dc14971d8f104509aa9315ad6
ee13201112727c0e4a390cb8383df1f043e6843a
/src/wallet/ringdb.h
39075c0cd3d18ca4f6432757bf957d8d55047839
[ "BSD-3-Clause", "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Sparksfire/LibertyChain
5fc345a873f7c622c526fbd2c916c744783ad1b9
60b407977040de3a01710691e3e66efdc6b64a8d
refs/heads/master
2023-05-30T17:30:43.465716
2021-07-02T05:48:59
2021-07-02T05:48:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,015
h
// Copyright (c) 2018, The LibertyChain Project // // All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, are // permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain the above copyright notice, this list ...
[ "liberty-chain@hotmail.com" ]
liberty-chain@hotmail.com
2a56c1f11692a5fb86a36a38e88f3abcd5a25488
45fc902810ce11ab9e2fd56b21033de1af86dd72
/overlays/Nuti.framework/Versions/A/Headers/vectorelements/Billboard.h
88e775af543e0fad99cac2e2508ac25fa6e6371d
[ "BSD-2-Clause" ]
permissive
oooits72/hellomap3d-ios
0cbfb1f672002462dd4e4acf36721fe4b9c4471e
8441f7aa142761fbe9139bce8a00982c782f52c6
refs/heads/master
2020-03-30T15:36:28.879330
2014-10-10T08:04:27
2014-10-10T08:04:27
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,107
h
#ifndef BILLBOARD_H_ #define BILLBOARD_H_ #include "vectorelements/VectorElement.h" namespace Nuti { class BillboardDrawData; class BillboardStyle; class MapPos; class PointGeometry; class VectorLayer; /** * A base class for billboard elements that can be displayed on the map. * Billboards can either be given a c...
[ "jaak@nutiteq.com" ]
jaak@nutiteq.com
49d176111a8f8c12be05e4b4b533a2a7d249f682
913db55d30a12edec0e3a00cdb45b62d35d96b7f
/src/compat/glibc_compat.cpp
253f4c45779f6fca618e5ce5bf154fa3698d8dad
[ "MIT" ]
permissive
vantumnetwork/bifrost-coin
f30e8963e037756804ad62af00e453e634178ad5
623bc04401875f1a94c58bec31834344a2e0af50
refs/heads/master
2020-03-22T19:56:25.948028
2018-06-03T02:17:40
2018-06-03T02:17:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
832
cpp
// Copyright (c) 2009-2014 The Bitcoin developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include "config/bifrost-config.h" #endif #include <cstddef> #if defined(HAVE_SYS_SELECT_H) #include ...
[ "bifrost.actual@gmail.com" ]
bifrost.actual@gmail.com
515f72ce914e660cb811c1bb27018935d1239b68
f87a5fd07881f67be291eee1479646a54af7e4e9
/项目/MySTL/Adapter/stl_stack.h
9c6b2159e2faa91b9f59ad71d69aca6cc2e9b9a4
[]
no_license
Frontier0413/MyGit
9625fbdf118c7df11913c9f29032644568d86223
85b54cf1427e2190ed22985360137cb4cc5f1713
refs/heads/master
2020-08-22T21:11:20.675228
2020-06-05T07:28:23
2020-06-05T07:28:23
216,477,997
0
0
null
null
null
null
UTF-8
C++
false
false
1,203
h
#pragma once #include "../Contant/stl_deque.h" namespace hxl { template <class T, class Sequence = deque<T> > class stack { friend bool operator ==(const stack&, const stack&); friend bool operator <(const stack&, const stack&); public: using value_type = Sequence::value_type; using si...
[ "204424646@qq.com" ]
204424646@qq.com
4084d8bf53bb5f43938c723849d5a8689821dcf4
dd80a584130ef1a0333429ba76c1cee0eb40df73
/external/chromium_org/third_party/WebKit/Source/platform/mediastream/RTCVoidRequest.h
fe3b4511b29b639b25e561e03999ea12ce83496a
[ "MIT", "BSD-3-Clause", "GPL-1.0-or-later", "LGPL-2.0-or-later", "Apache-2.0" ]
permissive
karunmatharu/Android-4.4-Pay-by-Data
466f4e169ede13c5835424c78e8c30ce58f885c1
fcb778e92d4aad525ef7a995660580f948d40bc9
refs/heads/master
2021-03-24T13:33:01.721868
2017-02-18T17:48:49
2017-02-18T17:48:49
81,847,777
0
2
MIT
2020-03-09T00:02:12
2017-02-13T16:47:00
null
UTF-8
C++
false
false
2,354
h
/* * Copyright (C) 2012 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of source code must retain the above copyright * notice, this list of conditio...
[ "karun.matharu@gmail.com" ]
karun.matharu@gmail.com
4134c9896317c4dda4a2c65fea8382dc63190704
3e514adfcfb5a3fa414c88dfbbc7c0b06f6198b6
/src/uint256.h
a359472b64b7aaa473b19e4c57eb02cb3ca16829
[ "MIT" ]
permissive
REMIXorg/REMIX
b39c6fcd8eeb87e8c94569acb9ac26ce9f29c40a
4d13226582b528a0d3f78929325854bd66d00d0b
refs/heads/master
2020-04-11T22:52:20.309494
2018-12-17T15:08:18
2018-12-17T15:08:18
162,146,650
0
0
null
null
null
null
UTF-8
C++
false
false
5,416
h
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers // Copyright (c) 2014-2017 The Dash Core developers // Copyright (c) 2017-2018 The Proton Core developers // Copyright (c) 2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanyi...
[ "REMIXorg@protonmail.com" ]
REMIXorg@protonmail.com
04b892e0acb6c9ed496a354c24e104de5bb8dc5d
4ad2ec9e00f59c0e47d0de95110775a8a987cec2
/_Codeforces/Round 500/D/main.cpp
4031c3cc41958d07eb02f8fde19629ef39804571
[]
no_license
atatomir/work
2f13cfd328e00275672e077bba1e84328fccf42f
e8444d2e48325476cfbf0d4cfe5a5aa1efbedce9
refs/heads/master
2021-01-23T10:03:44.821372
2021-01-17T18:07:15
2021-01-17T18:07:15
33,084,680
2
1
null
2015-08-02T20:16:02
2015-03-29T18:54:24
C++
UTF-8
C++
false
false
4,104
cpp
#include <iostream> #include <cstdio> #include <cstring> #include <vector> #include <algorithm> #include <cmath> using namespace std; #define mp make_pair #define pb push_back #define ll long long const int maxN = 200011; int n, i, j; char s[maxN]; vector< pair<int, int> > A, B, aux1, aux2; vector< pair<int, int> >...
[ "atatomir5@gmail.com" ]
atatomir5@gmail.com
2e781bad64a3cf5fee786e02de619dc62c492e8a
061ca2ae5881907769dffef3b54dbc24ae6c0efe
/webface/httpserver/staticfilecontroller.cpp
b09557451ba09cb278ebe637f271068306474b12
[]
no_license
kizeevov/Barrier
381d223b1bf0aa625a76555cb96f45260790a628
b2b6590fad61ad45dfd7928c19cb755d2b025f02
refs/heads/master
2020-04-20T18:29:51.211929
2019-10-20T17:17:52
2019-10-20T17:17:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,857
cpp
/** @file @author Stefan Frings */ #include "staticfilecontroller.h" #include <QFileInfo> #include <QDir> #include <QDateTime> StaticFileController::StaticFileController(QSettings* settings, QObject* parent) :HttpRequestHandler(parent) { maxAge=settings->value("maxAge","60000").toInt(); encoding=setti...
[ "digios.till@yandex.ru" ]
digios.till@yandex.ru
b275dea8096bdf19d6df54deb457ee82ca6b9935
8eb28be9ef5e44b99f13625269760975f163004f
/Module_04/M4HW1_Kershaw/main.cpp
c1328c4988d094fce9ae6526ca217adf6fa8d332
[]
no_license
KershawK5646/CSC-134
8504f4374a5571af2f4f459f4152f6498ef2995d
ce5c9e646c25e5e74c60d623cf4dcc16b820ac5d
refs/heads/master
2022-11-05T02:45:57.732530
2020-06-28T20:04:27
2020-06-28T20:04:27
267,882,374
0
0
null
null
null
null
UTF-8
C++
false
false
1,952
cpp
// CSC-134 // M4HW1 // Kyler Kershaw // 06/20/20 #include <iostream> using namespace std; void bronze(){ // Intro cout << "This is the 5 times table!" << endl; // Variables int firstNum = 5; int secondNum; int answer; // Loop 12 times for (int i=1; i<=12; i++ ){ // Calculate and display the answer ...
[ "43454481+KershawK5646@users.noreply.github.com" ]
43454481+KershawK5646@users.noreply.github.com
29df1bb319205e0cf7255ee7d21749954b7f9073
914ce03bf92da55554f0766a9277afe31b72abc5
/test/partition.cpp
ea487e608f4f6bde29cd1676f8ce9819a6ea1294
[ "Vim", "MIT" ]
permissive
janoma/STL-algorithms-study
b8606e1b45d43bd24f8a16aaf6bd3601bdcd690c
ebff15047f1470d3e6c72c3ae5a4b8f40392865a
refs/heads/master
2021-01-19T03:48:44.326027
2016-06-06T04:26:41
2016-06-06T04:26:41
60,049,513
0
0
null
null
null
null
UTF-8
C++
false
false
3,630
cpp
#define BOOST_TEST_DYN_LINK #define BOOST_TEST_MAIN partition tests #include <boost/test/unit_test.hpp> #include <algorithm> #include <deque> #include <iterator> #include <forward_list> #include <vector> BOOST_AUTO_TEST_SUITE( partition_test_suite ) BOOST_AUTO_TEST_CASE( partition_integers_by_less ) { std::forw...
[ "janoma@gmail.com" ]
janoma@gmail.com
46fb98f7ea06af16bc0bec5c730a3b2c8a78f053
a5607231256848628859c21a4e79c2e157bcbba6
/05arrays/main.h
786bacdca889f961aa21a5030d2d80401cc83780
[]
no_license
jacmiller/CSCE-240
bb31be3100d59438c830fae8b0dcaddeb6a494c2
895daee83681d95bddc800129179164dfc5a24e2
refs/heads/master
2020-03-28T04:31:39.935386
2018-09-06T19:05:26
2018-09-06T19:05:26
147,720,275
0
0
null
null
null
null
UTF-8
C++
false
false
145
h
#ifndef SAMP_MAIN_H_ #define SAMP_MAIN_H_ #include <iostream> using std::cin; using std::cout; using std::endl; int main(int, char**); #endif
[ "cjmiller1337@gmail.com" ]
cjmiller1337@gmail.com
fd8396878b09c618507ea7335a55cd49b0fb108f
44baff13b38a6c2b3cca92240876a2f66548ddef
/examples/ESPboySpeak/ESPboySpeak.ino
a504eb130ff5957f3666a95d6d588db8a4f7300e
[]
no_license
ESPboy-edu/ESP8266SAM
4553a3b300df9e474bc693c553499f437120f78d
e35230ca141cab1681164f4e7b079c89403012af
refs/heads/master
2023-05-13T01:17:03.279464
2023-05-04T10:31:16
2023-05-04T10:31:16
192,609,855
1
0
null
2019-06-18T20:42:05
2019-06-18T20:42:05
null
UTF-8
C++
false
false
1,945
ino
#include <Arduino.h> #include <ESP8266SAM.h> #include "AudioOutputESPboy.h" #include "lib/ESPboyInit.h" #include "lib/ESPboyInit.cpp" #define SOUND_PIN D3 //ESPboy soundpin = D3 ESPboyInit myESPboy; ESP8266SAM sam; AudioOutputESPboy *out; const PROGMEM char *phrases[]={ " ", "Hello!", "My name is SAM.", "...
[ "ESPboy.edu@gmail.com" ]
ESPboy.edu@gmail.com
9eae44c00faab89b4b5e639fd708b19e195cc306
f1a577936e7b827c3c62c98014b259331a8c5e90
/source/extra/sfen_packer.cpp
818d00332742f73cb73f8d21505728156bbfbd0e
[]
no_license
mk-takizawa/elmo
15db2515aaa32171b9e33c6662ba8aae8a6ae5a8
a28c7901b2165a3775db0945bf9312778faadc70
refs/heads/master
2021-01-21T15:33:53.523253
2020-01-11T11:03:39
2020-01-11T11:03:39
91,850,800
8
0
null
null
null
null
UTF-8
C++
false
false
16,489
cpp
#include "../shogi.h" #ifdef USE_SFEN_PACKER #include <sstream> #include <fstream> #include "../misc.h" #include "../position.h" using namespace std; // ----------------------------------- // 局面の圧縮・解凍 // ----------------------------------- // ビットストリームを扱うクラス // 局面の符号化を行なうときに、これがあると便利 struct BitStream { /...
[ "yaneurao@gmail.com" ]
yaneurao@gmail.com
e077a22f58281e6b0b48bba9c28bcd6108262c13
936423e93e112767e89844b34f4ffbb1bb44007d
/src/node_sigar_utils.cc
d5f44337fbddd2916bf90e7521be6cea8a382eb6
[ "BSD-3-Clause" ]
permissive
wdavidw/node-sigar
32f36bfa15dd0cbfa1ea6cc22e65b3b5e23c8290
3affdbe7d9c2e638b3f0834e3a910936b37e050a
refs/heads/master
2016-09-06T07:18:53.611057
2013-03-23T07:50:14
2013-03-23T07:50:14
3,149,991
28
7
null
2013-03-23T07:50:15
2012-01-11T00:40:02
C++
UTF-8
C++
false
false
920
cc
#include <v8.h> #include <node.h> #include "./node_sigar_format.cc" using namespace node; using namespace v8; Handle<String> node_sigar_net_address_to_string(sigar_net_address_t *address) { char addr_str[SIGAR_INET6_ADDRSTRLEN]; sigar_net_address_to_string(NULL, address, addr_str); return String::New(addr_str...
[ "david@adaltas.com" ]
david@adaltas.com
e0a989728d516917d76045b5f275ed8ed57e0fd4
3d14bd13a8c113e754d149b2507dfe9ffbbb290e
/Source/ZionNoise/Utilities/ITimerImpl.h
33198bcbe41c5477e3f9ddf2533a10e8a31e451d
[]
no_license
tzemanovic/gp2cw
34ed711a66a4bec521fcf084d5406b7a4b32488e
f92b9bf9ea86012d2e43100b96431bd9845af863
refs/heads/master
2021-05-26T19:54:50.818248
2012-12-06T15:53:13
2012-12-06T15:53:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,138
h
#pragma once //////////////////////////////////////////////////// // timer implementation interface //////////////////////////////////////////////////// namespace zn { extern const double CURRENT_TIME_ADDITION; // update fps every FPS_UPDATE frames const uint16 FPS_UPDATE = 10; class ITimer...
[ "tzemanovic@gmail.com" ]
tzemanovic@gmail.com
aa808324f1fe3af9104b06017b223b0652d076c0
462ebe1e66d953d9884bc779b05e7a9bbec57e22
/convexHull.cpp
7658eba427410a6405b8b0253aafbaa296fee4e8
[]
no_license
btk-st/linear-algebra-labs
a8da1f09cf97d7e783a3ab85f7a1c3aa0e4f7d46
0f5d6fd32cff9335eba3a731652bb13750f0b456
refs/heads/master
2022-12-24T21:43:48.102292
2020-09-11T13:10:58
2020-09-11T13:10:58
294,696,022
0
0
null
null
null
null
UTF-8
C++
false
false
21,259
cpp
//author Volkov Andrey IVT12BO //all tasks are realised #define _CRT_SECURE_NO_WARNINGS #include <windows.h> #include <cstdlib> #include <gdiplus.h> #include <stdio.h> #include <math.h> typedef struct point { int x, y, z; } Point; typedef struct vector { int x, y, z; } Vector; typedef struct plane { int a, b, c, d;...
[ "btk.st@yandex.ru" ]
btk.st@yandex.ru
7febb79b305601b017d0afe7257b9eb0812112f6
925c01ca0dea9f40a1ec35d1df8005987d54c132
/src/json/json_spirit_value.h
c7631248a56194426541650126c5c91caf1c24ea
[ "MIT" ]
permissive
HealthyWormDotCom/HealthyWorm
d9b151579f7fe0e820573afd7911341ff0f9aa0e
f54cb289f1dd8cb3e860ff33edc8ce2894259ac6
refs/heads/master
2020-12-03T04:17:00.915761
2017-06-30T03:16:21
2017-06-30T03:16:21
95,843,441
1
0
null
null
null
null
UTF-8
C++
false
false
14,171
h
#ifndef JSON_SPIRIT_VALUE #define JSON_SPIRIT_VALUE // Copyright John W. Wilkinson 2007 - 2009. // Distributed under the MIT License, see accompanying file LICENSE.txt // json spirit version 4.03 #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once #endif #include <vector> #include <map> #include <str...
[ "sales@healthyworm.com" ]
sales@healthyworm.com
0626b735114362f69689a017ac48d18cdfb791b7
e5ae1568208504221116057dadaa8fb23db39eb6
/common++/Basic/src/IOerror.cc
de1dcfe573cab7262998447db738889c0ed406ff
[]
no_license
cpetig/manuproc
025dce0f63cc56db36e8b4e613154eda859094b8
1bbfb9e214792cd3537bf59e5e3a93dcab6f6d59
refs/heads/master
2021-05-31T06:23:51.799144
2007-01-11T14:18:16
2007-01-11T14:18:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,401
cc
// $Id: IOerror.cc,v 1.8 2003/01/08 10:18:51 christof Exp $ /* libcommonc++: ManuProC's main OO library * Copyright (C) 1998-2000 Adolf Petig GmbH & Co. KG, written by Christof Petig * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License a...
[ "christof" ]
christof
c0ddc940848b3ca3ba913ae5b9469eecae6b7ccf
72f7a42027507d2e88feecf4b09bb204d036ca0d
/Sandbox/src/Rendering/Texture.hpp
ab91a439a14aa2471abc4060873380546b8ae2ab
[]
no_license
btgould/Artsy
0bc258f42bd709e7e934942574769aa689c1d84f
47ed95eb57c76d4a76a70dbe830a0b2c0fc0670a
refs/heads/master
2023-05-03T20:00:06.483899
2021-05-14T21:46:37
2021-05-14T21:46:37
334,475,286
0
0
null
null
null
null
UTF-8
C++
false
false
994
hpp
#pragma once #include "glutil.hpp" #include "glm/vec2.hpp" #include "Drawing/Color.hpp" struct TexelCoords { bool onTex; glm::vec2 coords; TexelCoords(bool onTexture, glm::vec2 coordinates) : onTex(onTexture), coords(coordinates) {} }; // Class representing a texture. Textures are data that can be applied to a...
[ "brendan.gould314@gmail.com" ]
brendan.gould314@gmail.com
535c0ba1892ff086c99074497ba5f10154b8824f
cc631066373dbba66ba278de21c53a4babe6b709
/MemoryManagement/Programs/GuardPage.cpp
1c49cee232697b206e1c4c0d778c9a255beabf86
[]
no_license
BassReeves/win-internals
dd2b3eec55a862b34faa072ac0dc42f0e0d3f36e
063b65c29b52a541e188e95a030a4730b17ad739
refs/heads/master
2021-04-12T22:43:19.146953
2020-03-21T22:23:58
2020-03-21T22:23:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,167
cpp
// GuardPage.cpp // Demo of utilizing virtual memory API to create a guard page. // // Build: // cl /EHsc /nologo GuardPage.cpp #define UNICODE #define _UNICODE #include <windows.h> #include <cstdio> constexpr auto STATUS_SUCCESS_I = 0x0; constexpr auto STATUS_FAILURE_I = 0x1; INT main(VOID) { SYSTEM_INFO info...
[ "kdotterrer@gmail.com" ]
kdotterrer@gmail.com
a90556752b67f59fc24ceffa64a5975162316e1e
b52d5051f8576952dff5dad1a8c37a47034a4e78
/dsdlc_generated/uavcan/equipment/gnss/RTCMStream.hpp
12b4189a93f3a4f67bc87b781864e2409bb0d7f1
[]
no_license
larics/morus_fuel_sensor
b5aee53ecc96fb7580fefb333409050cf9d55869
ac6249e79eaa42ec732eb7ab143c80406c63d692
refs/heads/master
2021-06-20T17:04:29.049334
2017-07-20T13:31:04
2017-07-20T13:31:04
91,897,686
1
2
null
null
null
null
UTF-8
C++
false
false
8,624
hpp
/* * UAVCAN data structure definition for libuavcan. * * Autogenerated, do not edit. * * Source file: C:\Users\Marko\Documents\Development\morus_fuel_sensor\libuavcan\dsdl\uavcan\equipment\gnss\1062.RTCMStream.uavcan */ #ifndef UAVCAN_EQUIPMENT_GNSS_RTCMSTREAM_HPP_INCLUDED #define UAVCAN_EQUIPMENT_GNSS_RTCMSTREA...
[ "Marko Car" ]
Marko Car
e72d7e94e34db0f5b530319433f84c3059105690
e4b7519f8bd1fdd52afb9acc9d81977506285cee
/CPP/1401-1500/1418-Display-Table-of-Food-Orders-in-a-Restaurant.cpp
10526a09c006dc22f5e6d5da70b9ad926bcbec3c
[ "BSD-3-Clause" ]
permissive
orangezeit/leetcode
e247ab03abbf4822eeaf555606fb4a440ee44fcf
b4dca0bbd93d714fdb755ec7dcf55983a4088ecd
refs/heads/master
2021-06-10T03:05:14.655802
2020-10-02T06:31:12
2020-10-02T06:31:12
137,080,784
2
0
null
2018-06-12T14:17:30
2018-06-12T14:07:20
null
UTF-8
C++
false
false
912
cpp
class Solution { public: vector<vector<string>> displayTable(vector<vector<string>>& orders) { map<int, map<string, int>> table; set<string> items; for (const vector<string>& order: orders) { string n(order[1]), food(order[2]); table[stoi(n)][food]++; it...
[ "yfluo@bu.edu" ]
yfluo@bu.edu
74fd63b1e61b1b295925016e86d50a78a05da13b
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/third_party/WebKit/Source/platform/audio/AudioDelayDSPKernel.cpp
9d926b38100b5e4ec5b9c080f6bd32f82940b189
[ "LGPL-2.0-or-later", "GPL-1.0-or-later", "MIT", "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.1-only", "GPL-2.0-only", "LGPL-2.0-only", "BSD-2-Clause", "LicenseRef-scancode-other-copyleft" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C++
false
false
5,675
cpp
/* * Copyright (C) 2010, Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of condition...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
64fe2c25bc71b3dd77ae60f34a3c42e5f4af93c3
706dfa4d1e909ae3c672dba4c46215c306c6e922
/TCP_UPD_CS/src/ajuda.cpp
e4048b29ed76048373ff1b99631a67b0db2e2dba
[]
no_license
MamoruKato/Redes
748701fbd8d1ec02cea3fb6fc24d0067aef8312a
d4a210cf661cde1df2fe2be0194db57585598dcc
refs/heads/master
2021-07-07T09:48:53.916176
2020-09-09T16:17:20
2020-09-09T16:17:20
183,949,537
0
0
null
null
null
null
UTF-8
C++
false
false
77
cpp
#include "ajuda.h" Ajuda::Ajuda(QWidget *parent) : QMainWindow(parent) { }
[ "mamorukato3@gmail.com" ]
mamorukato3@gmail.com
f8cb3e0917f71f9bd134ddd22182ea5e4b21c1a8
0329788a6657e212944fd1dffb818111e62ee2b0
/docs/snippets/cpp/VS_Snippets_Misc/NVC_MFC_Misc/cpp/MiscView.cpp
b1dc313b6f175907763fb2efb44142622f5c914e
[ "CC-BY-4.0", "MIT" ]
permissive
MicrosoftDocs/visualstudio-docs
3e506da16412dfee1f83e82a600c7ce0041c0f33
bff072c38fcfc60cd02c9d1d4a7959ae26a8e23c
refs/heads/main
2023-09-01T16:13:32.046442
2023-09-01T14:26:34
2023-09-01T14:26:34
73,740,273
1,050
1,984
CC-BY-4.0
2023-09-14T17:04:58
2016-11-14T19:36:53
Python
UTF-8
C++
false
false
2,093
cpp
// MiscView.cpp : implementation of the CMiscView class // #include "stdafx.h" #include "Misc.h" #include "MiscDoc.h" #include "MiscView.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // CMiscView IMPLEMENT_DYNCREATE(CMiscView, CView) BEGIN_MESSAGE_MAP(CMiscView, CView) // Standard printing commands ON_COMMAND...
[ "v-zhecai@microsoft.com" ]
v-zhecai@microsoft.com
5f6681ffcc6b4fc599055b664cce037295a1035f
bdc910725a53043473f20d99756e0b9603339fd2
/Coursera.YellowBelt/Iterators/Demographics/print_stats.h
55059f261d0f6c51d5b1ba9efd82694c98096c02
[]
no_license
DmitryZapryvaryn/cpp_sources
740b60982d93b070425b6e906222611fe99266fb
af1f4066bbdf39189a3bf70ba1f2ba2f194643df
refs/heads/master
2022-07-15T04:06:37.034822
2020-05-15T12:26:21
2020-05-15T12:26:21
174,236,834
2
0
null
null
null
null
UTF-8
C++
false
false
199
h
#pragma once #include <vector> using namespace std; enum class Gender { FEMALE, MALE }; struct Person { int age; Gender gender; bool is_employed; }; void PrintStats(vector<Person> persons);
[ "zapdmitry@gmail.com" ]
zapdmitry@gmail.com
12578dbabe64c004c6a39d1bf231f1ae1e57ee2e
a2681499f4334accc7d52bc3902a9790b63031dd
/src/conversion/filter_coefficients_to_phase_spectrum.cc
48b1a77b23eb7c601178c5b19ec1eb86bc51fcbf
[ "Apache-2.0" ]
permissive
sp-nitech/SPTK
db9f3c4399b67abb8df3d6379fbd21a33423320f
ab234a5926c10e37d7c62b427a4df804382dd388
refs/heads/master
2023-08-19T08:42:45.858537
2023-08-17T05:54:42
2023-08-17T05:54:42
103,337,202
187
26
Apache-2.0
2023-08-17T05:54:43
2017-09-13T01:15:34
C++
UTF-8
C++
false
false
4,713
cc
// ------------------------------------------------------------------------ // // Copyright 2021 SPTK Working Group // // // // Licensed under the Apache License, Version 2.0 (the "License"); // // y...
[ "takenori.yoshimura24@gmail.com" ]
takenori.yoshimura24@gmail.com
d54365ccd84b12c69b07a06f60d70d3982d07d15
2f6d39c2daf70ebaae90e72ca503f8b275d3572a
/libredex/ConcurrentContainers.cpp
40546a2d4052b5dba2fc5bdc8670cde45cf11e23
[ "MIT" ]
permissive
facebook/redex
5a39c5b733e729ecb52101dd3f941a63f9fa32f0
36c6607be749ba2009210aae404d68cd57e747eb
refs/heads/main
2023-09-01T18:21:21.839608
2023-09-01T02:01:59
2023-09-01T02:01:59
54,664,770
6,459
775
MIT
2023-08-25T00:06:04
2016-03-24T18:26:35
C++
UTF-8
C++
false
false
480
cpp
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ #include "ConcurrentContainers.h" #include "WorkQueue.h" namespace cc_impl { void workqueue_run_for(size_t start, ...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
e471edc4fad71f34f356b27c1018eda6d699c942
18a3f93e4b94f4f24ff17280c2820497e019b3db
/BOSS/ParticleID/TofPID.h
5e3a32c2b30fa5f1d33fef5d7831d98084e7f5c1
[]
no_license
jjzhang166/BOSS_ExternalLibs
0e381d8420cea17e549d5cae5b04a216fc8a01d7
9b3b30f7874ed00a582aa9526c23ca89678bf796
refs/heads/master
2023-03-15T22:24:21.249109
2020-11-22T15:11:45
2020-11-22T15:11:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,476
h
#ifndef ParticleID_TofPID_H #define ParticleID_TofPID_H // // TofPID package: particle Identification with Barrel TOF inner layer // // // In 1st version, only the momentum dependent is taken into account // The corrections are made by: M.Yang, M.S. Chen, L.L. Wang, J.Y. Zhang and Y.Z. Sun // Author: K.L. He date: ...
[ "r.e.deboer@students.uu.nl" ]
r.e.deboer@students.uu.nl
776f32caf0a9cae7823cdc2f450c512febfff705
07f3097cb44572349f6ecafce44e44cb9435cf70
/AvsCore/sinkenum.h
637608d5daa7ad3a5ae1fca536b169abd2dba04d
[]
no_license
etsuhiro/avs
0a8ffce362ebe77c3705311f9dd4b84797959573
956a6af0b71ef5e612134d1d6daf981dc5570342
refs/heads/master
2021-07-12T02:44:00.623140
2015-12-23T17:07:41
2015-12-23T17:07:41
30,864,183
0
0
null
null
null
null
UTF-8
C++
false
false
860
h
namespace sink { namespace element { enum { SCRIPT, HEADLINE, P, BR, CLICK, IF, WHILE, GOTO, LABEL, SELECT, OPTION, SET, WAIT, ASSET, CG, CGT, FADE, ACTOR, STAGE, EVENT, CAMERA, LIGHT, EFFECT, SYNC, DRAWSYNC, SE, BGM, STREAM, MOVI...
[ "etsuhiri.wada@nifty.com" ]
etsuhiri.wada@nifty.com
babeec9e54447d7a21d6561dbe972c4e538fa07b
f5b3f135e88b5c26b998edc576555c21a0479997
/firmware/main.cpp
6bb6a58d017c73a000885a376c372fae2057acdc
[ "MIT" ]
permissive
fabriciopk/SEA_Firmware
a476d9c37c43db344529402d64233b575d83f82b
4a50b91b67bf96bc005776f4016e360a7e021301
refs/heads/master
2021-01-11T00:32:01.606203
2017-08-29T12:08:39
2017-08-29T12:08:39
70,518,471
1
1
null
null
null
null
UTF-8
C++
false
false
303
cpp
#include <wirish/wirish.h> #include <libmaple/adc.h> #include <libmaple/timer.h> #define LED PB1 void setup() {} void loop() { digitalWrite(LED, LOW); delay(125); digitalWrite(LED, HIGH); delay(125); } int main(void) { setup(); while (true) { loop(); } return 0; }
[ "bottegafabricio@gmail.com" ]
bottegafabricio@gmail.com
34baf84d2f44d2a0e32c9fcc71dc3fedff818625
4142de68c29bda554a2b6f854f20eee6b6bd770f
/lib/ExecutionEngine/Interpreter/Action.h
46c437046e7c60b577190a9b6dab31c9e71adf88
[ "NCSA" ]
permissive
chubbymaggie/DFENCE
68b6af5fcba2d1bdca7affb716371b5d65152408
f0940a5822d0bca8e2be1b6b41e843cc2b961675
refs/heads/master
2020-12-31T01:36:56.095353
2013-10-23T23:59:28
2013-10-23T23:59:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
820
h
// // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// // // The class was added for DFENCE. // //===--------------...
[ "mvechev@srlserver.(none)" ]
mvechev@srlserver.(none)
34ac7483d202df1a35d6466585428b699a447a92
c848744df42a71c1f2163ffe0de6551b48e19a1b
/numberSpiralCSES.cpp
764b07c19012214709e7510d0f3adc753dfbe821
[]
no_license
ChiliPaneer/CSES
b1682c93161e2b4a03f1e889a025f9a69fb22c21
7f2ad58080e3ea19aae2fce321524ac34d2ed3d9
refs/heads/master
2023-03-22T05:11:04.107246
2021-03-12T06:47:17
2021-03-12T06:47:17
346,969,001
0
1
null
null
null
null
UTF-8
C++
false
false
618
cpp
//#include <bits/stdc++.h> // //using namespace std; // //long calcIndex(long y, long x); // //int main() { // int n; // cin >> n; // long y, x; // // for (int i = 0; i < n; i++){ // cin >> y; // cin >> x; // cout << calcIndex(y , x) << "\n"; // } // //} // //long calcIndex(long y, l...
[ "venkatratnamcp@gmail.com" ]
venkatratnamcp@gmail.com
e9dfd87141fe89f18e4de375e7707ca389b3da98
34b630f1a7d7ce1605109899b4df44e1102845a8
/Ejercicio11b.cpp
f4c67a279c1ad766cef8e7a29cfe2663a2eae856
[]
no_license
zanzagaes2/fal-ejercicios
5324b85af9bac43f46fba5c308a7db845b2562af
b1722f15278a9b1302ff993f30b5a4e6e696a4a6
refs/heads/master
2020-09-06T04:36:08.875372
2019-11-27T19:45:52
2019-11-27T19:45:52
220,324,010
1
0
null
null
null
null
UTF-8
C++
false
false
1,169
cpp
#include <stdio.h> #include<iostream> #include<vector> typedef struct { bool parcialmenteOrdenado; long long int minimo; long long int maximo; } tRetorno; tRetorno parcialmenteOrdenado(const std::vector<long long int> &v, long long int i, long long int j) { if (i == j-1) return {v[i] <= v[j], v[i], v...
[ "alvaro@MBP-de-Alvaro.home" ]
alvaro@MBP-de-Alvaro.home
9e8c674cec0e15ac65576419a8708fe35524e71a
b2139a7f5e04114c39faea797f0f619e69b8b4ae
/src/morphoGen/src/gui/emPlotter/src/partialThread.cpp
02a528823b60ac1c9d7a417cf46b2b47be6c7bec
[]
no_license
hychyc07/contrib_bk
6b82391a965587603813f1553084a777fb54d9d7
6f3df0079b7ea52d5093042112f55a921c9ed14e
refs/heads/master
2020-05-29T14:01:20.368837
2015-04-02T21:00:31
2015-04-02T21:00:31
33,312,790
5
1
null
null
null
null
UTF-8
C++
false
false
4,518
cpp
// -*- mode:C++; tab-width:4; c-basic-offset:4; indent-tabs-mode:nil -*- /* * Copyright (C)2013 Department of Robotics Brain and Cognitive Sciences - Istituto Italiano di Tecnologia * Author:Ajaz Ahmad Bhat * email: ajaz.bhat@iit.it * Permission is granted to copy, distribute, and/or modify this program * u...
[ "hychyc07@cs.utexas.edu" ]
hychyc07@cs.utexas.edu
80ddd5600a2d82ddb82a33e5273ed3d85cef8fb1
26a0d566b6e0b2e4faf669511b3ad5df7ee93891
/143C.cpp
16e0e538ec71a5619b3da3173f6f1de7f8f3535a
[]
no_license
sureyeaah/Competitive
41aeadc04b2a3b7eddd71e51b66fb4770ef64d9d
1960531b106c4ec0c6a44092996e6f8681fe3991
refs/heads/master
2022-09-13T20:46:39.987360
2020-05-30T23:20:41
2020-05-30T23:31:11
109,183,690
3
1
null
null
null
null
UTF-8
C++
false
false
1,314
cpp
#define _CRT_SECURE_NO_WARNINGS #include <bits/stdc++.h> using namespace std; #define DEBUG(x) cout << '>' << #x << ':' << x << endl; #define FOR0(i,n) for(int i=0, _##i=(n); i<_##i; ++i) #define FOR(i,l,r) for(int i=(l), _##i=(r); i<_##i; ++i) #define FORD(i,l,r) for(int i=(r), _##i=(l); --i>=_##i; ) #define repi(i,a)...
[ "shauryab98@outlook.com" ]
shauryab98@outlook.com
9f9217f7729223d786fc349464ac9161d360b6b4
573b7f2b79b6fb8b21b40985f7639bc003b60f7e
/SDK/M1a2_MainGun_AnimBlueprint_classes.h
8d21ab3e19de8bacfd33820507ca654981597793
[]
no_license
AlexzDK/SquadSDK2021
8d4c29486922fed3ba8451680d823a04a7b7fc44
cdce732ad4713b6d7f668f8b9c39e160035efb34
refs/heads/main
2023-02-21T02:52:15.634663
2021-01-23T23:28:57
2021-01-23T23:28:57
332,328,796
4
0
null
null
null
null
UTF-8
C++
false
false
1,457
h
#pragma once // Name: Squad, Version: 13-01-2021 #ifdef _MSC_VER #pragma pack(push, 0x01) #endif /*!!HELPER_DEF!!*/ /*!!DEFINE!!*/ namespace UFT { //--------------------------------------------------------------------------- // Classes //---------------------------------------------------------------------------...
[ "39485681+AlexzDK@users.noreply.github.com" ]
39485681+AlexzDK@users.noreply.github.com
88b808031d05c933effaf44ace88c2c7a51cc7f6
d87f57cc7ddffc3a9a9b29bd7a689fee60ba64b3
/src/valve_sdk/interfaces/CClientState.h
394693fcaacc7aa4946f53058bda640ae8b6d89f
[]
no_license
ChoZenTime/sensum
2df3d274e178aadf257674d82aaec797f401ec95
de20e6fa2342289c9fff8b0216ade831e3d6dea1
refs/heads/master
2020-06-12T22:40:27.123983
2019-07-02T21:17:20
2019-07-02T21:17:20
194,450,455
0
0
null
2019-06-29T21:37:33
2019-06-29T21:37:33
null
UTF-8
C++
false
false
768
h
#pragma once class INetChannel { public: __int32 vtable; //0x0000 void* msgbinder1; //0x0004 void* msgbinder2; //0x0008 void* msgbinder3; //0x000C void* msgbinder4; //0x0010 unsigned char m_bProcessingMessages; //0x0014 unsigned char m_bShouldDelete; //0x0015 char pad_0x0016[0x2]; //0x0016 __int32 m_nO...
[ "xardch@gmail.com" ]
xardch@gmail.com
5aa6382d348ab5b85f2cf7f179257c256ea555ab
470fae08316b55246ab01675ac5013febfb13eee
/src/server/game/Server/Packets/WorldStatePackets.h
e65c32eb677cf02939fa08508265a76f8d22d6d6
[]
no_license
adde13372/shadowcore
8db6fb6ccc99821e6bd40237a0c284ce7cf543c2
aa87944193ce02f6e99f7b35eceac5023abfca1b
refs/heads/main
2023-04-01T07:38:39.359558
2021-04-03T07:54:17
2021-04-03T07:54:17
354,320,611
4
8
null
2021-04-03T15:02:49
2021-04-03T15:02:49
null
UTF-8
C++
false
false
1,950
h
/* * Copyright 2021 ShadowCore * * 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 2 of the License, or (at your * option) any later version. * * This program is distributed...
[ "81566364+NemoPRM@users.noreply.github.com" ]
81566364+NemoPRM@users.noreply.github.com
af5730a6611f5fef4ffe97561e11b34f8363ebce
a2111a80faf35749d74a533e123d9da9da108214
/raw/pmsb13/pmsb13-data-20130530/sources/qhuulr654q26tohr/2013-04-11T10-51-40.346+0200/sandbox/PMSB13/apps/10.2/10.2.cpp
617d1401906e1203fee140781051cf37a7dc985b
[ "MIT" ]
permissive
bkahlert/seqan-research
f2c550d539f511825842a60f6b994c1f0a3934c2
21945be863855077eec7cbdb51c3450afcf560a3
refs/heads/master
2022-12-24T13:05:48.828734
2015-07-01T01:56:22
2015-07-01T01:56:22
21,610,669
1
0
null
null
null
null
UTF-8
C++
false
false
647
cpp
#include <seqan/sequence.h> #include <seqan/index.h> using namespace seqan; using namespace std; //template<typename TIterator> int recGoDown(Iterator<Index<String<char> >, TopDown<ParentLinks<> > >::Type it){ while(goDown(it)); cout << representative(it) << " "; while(!goRight(it)) if (!goUp(it)) r...
[ "mail@bkahlert.com" ]
mail@bkahlert.com
67054280a8b3ea656a0559487f9d086c03cbd160
508d3bbd57513a567ed4f6f2ca329dda5fd1ea5e
/后台开发书籍源码/charpter02/0202.cpp
249be3b27a6dbdcf2a567d99f9bcfa652dd031bb
[]
no_license
rogerleeyoung/Project
e60571d926f637d5a27de645d799af4b784193c9
5b4bae338f15d22cc4ac7e7117388ea092f5a949
refs/heads/master
2021-06-17T03:58:10.941429
2017-05-16T13:19:59
2017-05-16T13:19:59
68,607,166
1
0
null
null
null
null
GB18030
C++
false
false
335
cpp
class CStudent{ int num; char name[20]; int age; //这些是数据成员,也称为成员变量 void display(){ //这是成员函数 cout<<"num:"<<num<<endl; cout<<"name:"<<name<<endl; cout<<"age:"<<age<<endl; } }; CStudent cstu1,cstu2;//定义了2个对象
[ "liyang.nenu@gmail.com" ]
liyang.nenu@gmail.com
06bca1e9a2f3ef491cd00af9087a297d60229696
40b49e20453e45b8255284b30e0736bf63d0ed5b
/src/HesaiLidar_General_SDK/src/pandarGeneral_sdk.cc
214a84cf6dc9c728dc3e634893da03fd63f43491
[ "BSD-2-Clause", "Apache-2.0" ]
permissive
nivir/HesaiLidar_General_ROS
269a0e057df9a30b25af0e170f45ebda050fd16f
25ef1c15d13aa93bf8ffa9d63d7845a7cf82a0ee
refs/heads/master
2023-01-01T06:17:55.392661
2020-10-13T06:31:16
2020-10-13T06:31:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,360
cc
/****************************************************************************** * Copyright 2019 The Hesai Technology Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the L...
[ "fanglingwen@hesaitech.com" ]
fanglingwen@hesaitech.com
51427a34d1fbbe70a45f1ef0cf87c7cf442fd379
69784e105ddc2aca3699b6b07dbcb1834d7c242c
/Classes/Native/Vuforia_UnityExtensions_Vuforia_VuforiaNullWrapper3644069544.h
4b08d8d65e6779acd44e86fe58ad24fdb3cc8218
[]
no_license
ryanmcgrail95/CRHC-iOS
7e72139100b2140143deb424d21fdc69b2959ed1
1b00260e6c59f552d9a8b94e42fcae5e657a6c46
refs/heads/master
2021-06-12T11:21:33.461817
2017-03-04T01:08:34
2017-03-04T01:08:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
530
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Object2689449295.h" #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnos...
[ "rmcgrai1@nd.edu" ]
rmcgrai1@nd.edu
1c82f74678634a6a0ba731d02099fd3a26dc3176
9bdd6516a5bea3dd3bd9f3229f777d6ddbd1a84f
/ABC/212b.cpp
ba88bd4257223dd94ac148953468e3caa2315861
[]
no_license
t0m0ya1997/atcoder
968b990440b3d3ebc60b4b92ded0df32c44e51d6
cf228d442aa51ddc59204779146229ce966768e7
refs/heads/main
2023-07-30T16:39:58.989703
2021-09-19T03:08:25
2021-09-19T03:08:25
408,014,778
0
0
null
null
null
null
UTF-8
C++
false
false
450
cpp
#include<bits/stdc++.h> using namespace std; #define rep(i, n) for(int i=0;i<n;++i) #define rep1(i, n) for(int i=1;i<=n;++i) #define ll long long int main(){ int a,b,c,d;cin>>a; d = a%10;a/=10; c = a%10;a/=10; b = a%10;a/=10; if(a==b && b==c && c==d){cout << "Weak" << endl;return 0;} if(b==(a+1)...
[ "t_dopeness@RespectChinza.local" ]
t_dopeness@RespectChinza.local
7383cf115e0fa44cc41827777b8812c0a8f124ee
5ef9af5104c54170731947703655ab87275ceff8
/modules/speech/thirdparty/AEC3/audio_processing/aec3/filter_analyzer.cc
387994251c610bcf62a8b93a8a2779decbf4f5ca
[ "MIT", "BSD-3-Clause", "LicenseRef-scancode-unicode", "FTL", "CC-BY-4.0", "CC0-1.0", "GPL-3.0-or-later", "Zlib", "GPL-3.0-only", "Bitstream-Vera", "MPL-2.0", "MIT-Modern-Variant", "BSL-1.0", "Apache-2.0", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-nvidia-2002", "BSD-2-...
permissive
V-Sekai/godot
36f6fffbb41c51d108b00f500e26988630d6d1cf
420ceccb88abec7108c7c09c9c33b2a33d98f926
refs/heads/groups-4.x
2023-09-04T08:49:58.976453
2023-07-14T18:16:56
2023-07-14T18:16:56
289,429,789
13
6
MIT
2023-02-23T07:49:06
2020-08-22T05:59:10
C++
UTF-8
C++
false
false
10,023
cc
/* * Copyright (c) 2017 The WebRTC 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
[ "ernest.lee@chibifire.com" ]
ernest.lee@chibifire.com
58709ee37b3c6638617567f4615182111c6d40c7
f4abf0838cd0a087d3b9bc4398232d57c879f4f4
/include/Level.h
5aa1ccc19f404dd7b79ad88e569eefdb2c063734
[]
no_license
ekunuke/TheHallowedOrb
8e15b0b6d464d0daa70f557fd18a3a78a7355605
8bdd500f0415cc5e4b6fd1a5bebc63381bf1e8f7
refs/heads/master
2020-12-13T23:30:46.179663
2014-03-26T16:37:54
2014-03-26T16:37:54
15,214,807
4
0
null
null
null
null
UTF-8
C++
false
false
929
h
#ifndef LEVEL_H #define LEVEL_H #include "toolbox.h" #include "Tile.h" class Entity; class Player; class Level { public: Level(unsigned w, unsigned h); ~Level(); void draw(sf::RenderWindow& window); Tile& getTile(unsigned x, unsigned y); void setEntities(vector<Entity*> *...
[ "egpaik@gmail.com" ]
egpaik@gmail.com
8c4b3571d4508c6fe026414ad48462bfaa3c4c0d
da0e1821f0db8774110d262253fe54ac878d0961
/ApexEngineV2/audio/audio_control.cpp
4758fd62395f3517b836d4553d8673b1506b8381
[ "MIT" ]
permissive
ajmd17/apex-engine
cf040e4238a8f439ea4ab32b020b6c76c98c453f
1f8acb22649cb3a229122f426958bae334aa1778
refs/heads/master
2022-03-16T20:07:44.756146
2022-02-25T05:53:58
2022-02-25T05:53:58
70,707,480
3
0
null
2022-01-23T05:17:48
2016-10-12T14:22:08
Mathematica
UTF-8
C++
false
false
726
cpp
#include "audio_control.h" #include "../entity.h" namespace apex { AudioControl::AudioControl(std::shared_ptr<AudioSource> source) : EntityControl(10), m_source(source) { } void AudioControl::OnAdded() { if (m_source != nullptr) { m_source->SetPosition(Vector3::Zero()); } } void AudioControl::OnR...
[ "andrewmaconald97@hotmail.com" ]
andrewmaconald97@hotmail.com
08e83a9779300ab032a3534c4d88fc6f5a565c54
923ec52872ac4faada05ebc24183331232283406
/Tb/TbKernel/src/TbTrackFit.h
1e0925ba4440f7ed1f08451b4baac7f5d2173da1
[]
no_license
chrisburr/Kepler
d92b594be8fe426720e8c61c4eafc193087a8596
ed84e81bd959485ebc1be05bde6954917302244a
refs/heads/master
2021-01-13T14:30:12.666857
2016-11-04T15:44:26
2016-11-04T15:44:26
72,861,615
1
0
null
null
null
null
UTF-8
C++
false
false
1,243
h
#ifndef TBTRACKFIT_H #define TBTRACKFIT_H 1 // Gaudi #include "GaudiAlg/GaudiTool.h" // Tb/TbKernel #include "TbKernel/ITbTrackFit.h" #include "TbKernel/ITbGeometrySvc.h" /** @class TbTrackFit TbTrackFit.h * Implementation of track fit for Timepix3 testbeam analysis * * @author Panagiotis Tsopelas * @date 2014-0...
[ "christopher.burr@cern.ch" ]
christopher.burr@cern.ch
853885cdd27972d5b4d3f2dd467fb2eba85095c7
aa1a2a6a45e63004e6239b071ab25d68e9424aa7
/Impressionist/triangleBrush.h
e0859c2a95764126d4641ad4e3432ac8f912516f
[]
no_license
fujino6x28/Interactive-CG
26f4cb47c55f12c24b25e016e42a3be5a6eebf9c
05257532022095c894413ddf316c1772dbb51197
refs/heads/master
2020-04-06T12:57:04.810856
2018-12-27T08:21:11
2018-12-27T08:21:11
157,476,644
0
0
null
null
null
null
UTF-8
C++
false
false
468
h
// // triangleBrush.h // // The header file for Point Brush. // #ifndef TRIANGLEBRUSH_H #define TRIANGLEBRUSH_H #include "impBrush.h" class TriangleBrush : public ImpBrush { public: TriangleBrush( ImpressionistDoc* pDoc = NULL, char* name = NULL ); void BrushBegin( const Point source, const Point target ); void ...
[ "s1611406@coins.tsukuba.ac.jp" ]
s1611406@coins.tsukuba.ac.jp
da8e719eaa158eb29e16824b129ee8556b39d8fc
fe1b808c7449944d829ded50d06a12b96bf38472
/kode/knight travel.cpp
88b7a94531c8257d418a7fc58680eafafc7cb14b
[]
no_license
cluster777/tugas_akhir
8802cf82c76a034025b223d763bb1ea1f3be96c0
fd7d277ad249b5104d20a022b48aafba0f065a7b
refs/heads/master
2023-06-24T04:36:25.563243
2021-07-30T06:39:16
2021-07-30T06:39:16
388,755,767
0
0
null
null
null
null
UTF-8
C++
false
false
1,236
cpp
#include<bits/stdc++.h> using namespace std; int board[15][15]; void travel(int x,int y,int counter){ counter++; if(counter==70)return; if(x+2<15&&y+1<15&& board[x+2][y+1]>counter){ board[x+2][y+1]=counter; travel(x+2,y+1,counter); } if(x+2<15&&y-1>=0&& board[x+2][y-1]>counter){ board[x+2][y-1]=count...
[ "davidlaksmanasan@gmail.com" ]
davidlaksmanasan@gmail.com
0e345a6ab982da6ea533e976f7fded7bb6dda7af
0efeead311354c84292477f3889b93af8bf6854c
/cpp/chapter8/main.cpp
e85a6a9d1f393ea7a8c35aa769c3c121b94ec83a
[]
no_license
red-dandelions/MysqlCrashCourse
c39c3bceec98df08362a37d1ef5e26dfd46fd00b
22b633f0322824ebc5e728eef556d672d9c0dd0b
refs/heads/master
2023-08-30T15:26:59.542422
2021-11-12T03:31:23
2021-11-12T03:31:23
423,735,559
0
0
null
null
null
null
UTF-8
C++
false
false
3,156
cpp
#include <mysqlx/xdevapi.h> #include <iostream> #include "util.h" using namespace std; using namespace mysqlx; const std::string USR = "vanilla"; const std::string PWD = "123456"; const std::string TABLENAME = "products"; const std::string HOST = "localhost"; const std::string DATABASE = "test"; c...
[ "1011694931@qq.com" ]
1011694931@qq.com
e653a9978a83851d5b859d644b85366aae78cca7
536656cd89e4fa3a92b5dcab28657d60d1d244bd
/components/os_crypt/os_crypt_win.cc
67b83393c31c542c7be8943f382408f21f2b1a90
[ "BSD-3-Clause" ]
permissive
ECS-251-W2020/chromium
79caebf50443f297557d9510620bf8d44a68399a
ac814e85cb870a6b569e184c7a60a70ff3cb19f9
refs/heads/master
2022-08-19T17:42:46.887573
2020-03-18T06:08:44
2020-03-18T06:08:44
248,141,336
7
8
BSD-3-Clause
2022-07-06T20:32:48
2020-03-18T04:52:18
null
UTF-8
C++
false
false
8,186
cc
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <windows.h> #include "base/base64.h" #include "base/metrics/histogram_functions.h" #include "base/no_destructor.h" #include "base/strings/string...
[ "pcding@ucdavis.edu" ]
pcding@ucdavis.edu
0be06bd43893d30aea59ee6490b0d946e35a87d8
d910ad9c28ebd76390225172b49df6927f993961
/fourier/encode.hpp
4101519706f79fbccae3736c0e329b54fd7293a4
[]
no_license
marvinruder/fourier
7aecedcc85a0453a1cee84262c4cb50f14783ce5
4b69c18042afba7a112bf9b848eb0e462201b8e8
refs/heads/master
2020-08-01T20:25:15.221170
2019-09-29T17:44:21
2019-09-29T17:44:21
211,105,614
0
0
null
null
null
null
UTF-8
C++
false
false
457
hpp
// // encode.hpp // fourier // // Created by Marvin A. Ruder on 5/31/19. // Copyright © 2019 Marvin A. Ruder. All rights reserved. // #ifndef encode_hpp #define encode_hpp #include "main.hpp" void setBits(uint64_t x); void normalizeData(unsigned char *data); void encode(uint64_t x, const char filename[]); voi...
[ "marvin.ruder@stud.uni-heidelberg.de" ]
marvin.ruder@stud.uni-heidelberg.de
ed0c431014b59bd1754ce2a52a381b7366279854
fadf85483e56898afecada12942b0dd687a456e6
/DecompComponent.h
e8f33b2bd6c5b6cddd1fd8edf2f45d8bb80bfa30
[]
no_license
TUfischl/newdetkdecomp
efac23e9099353d28893b4a958dc025c9f72b774
c06232df4f1b4605ff985f1d7efdbb6a42e39c0e
refs/heads/master
2021-10-22T17:53:15.965413
2019-03-12T09:32:09
2019-03-12T09:32:09
114,755,469
7
3
null
null
null
null
UTF-8
C++
false
false
1,238
h
#if !defined(CLS_DECOMPCOMP) #define CLS_DECOMPCOMP #include <list> #include "Hypergraph.h" #include "BaseSeparator.h" #pragma once class DecompComponent { HyperedgeVector MyComp; VertexSet MyConnector; BaseSeparatorSharedPtr MySep; public: DecompComponent(const BaseSeparatorSharedPtr &sep) : My...
[ "wfischl@dbai.tuwien.ac.at" ]
wfischl@dbai.tuwien.ac.at
32be8c9cdc5a893deff27a61b3750a49eec27801
4fa88ea74a43a44d7e9d9b25e927026c4e2a1a56
/hackerrank/log.cpp
306e652f2a1d4656a54cba24ac3fee3757954ce7
[]
no_license
testinggrounds221/my-cpp-tutorials
c89b9e09e43eeb7bf965170d139878cd2e454a20
1618e4b4ea645ce4ff428ed16fe20af6b0e46b53
refs/heads/main
2023-05-03T15:42:46.992473
2021-05-23T05:24:52
2021-05-23T05:24:52
366,626,642
0
0
null
null
null
null
UTF-8
C++
false
false
285
cpp
#include <math.h> using namespace std; double logFunc(){ unsigned long long int a = 0; unsigned long long int b = 1; double log_a = log(a); double log_b = log(b); double log_sum = log_a + log_b; double alog1 = exp(log_sum); return(fmod(alog1, 10)); }
[ "testinggrounds221@gmail.com" ]
testinggrounds221@gmail.com
19392f6bed394d128c5290c19731fd0c087aa107
eedd904304046caceb3e982dec1d829c529da653
/clanlib/ClanLib-2.2.8/Examples/3D/Quaternion/Sources/graphic_store.h
c8b047aca78d0dacc741606473386268fa3681eb
[]
no_license
PaulFSherwood/cplusplus
b550a9a573e9bca5b828b10849663e40fd614ff0
999c4d18d2dd4d0dd855e1547d2d2ad5eddc6938
refs/heads/master
2023-06-07T09:00:20.421362
2023-05-21T03:36:50
2023-05-21T03:36:50
12,607,904
4
0
null
null
null
null
UTF-8
C++
false
false
1,467
h
/* ** ClanLib SDK ** Copyright (c) 1997-2011 The ClanLib Team ** ** This software is provided 'as-is', without any express or implied ** warranty. In no event will the authors be held liable for any damages ** arising from the use of this software. ** ** Permission is granted to anyone to use this software for a...
[ "paulfsherwood@gmail.com" ]
paulfsherwood@gmail.com
74e55dbe6f0b68afc46f7fea80838f914385ad20
91d4f2f7e1ff36706b1188534abed3c62b3fab45
/lidar_slam/LaserUndistortion/src/LidarMotionUndistortion_answer.cpp
80c926f0f0bb1c3c68a54f153868ec0e3796c9e8
[]
no_license
Qiyd81/shenlan
590778b78bf697bbbbeebb4684226b763a46899b
8e49d572caa603f5aadca4857abd50f1081693b8
refs/heads/master
2022-11-16T15:08:13.650547
2020-07-09T06:44:22
2020-07-09T06:44:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
20,615
cpp
#include <ros/ros.h> #include <tf/tf.h> #include <tf/transform_broadcaster.h> #include <tf/transform_listener.h> #include <sensor_msgs/LaserScan.h> #include <pcl-1.7/pcl/point_cloud.h> #include <pcl/point_types.h> #include <pcl-1.7/pcl/visualization/cloud_viewer.h> #include <iostream> #include <dirent.h> #include <f...
[ "wuhuanyu@outlook.com" ]
wuhuanyu@outlook.com
933e60b52c37906e17ff562c51b2b6b96cb0e1bd
d5367edd9c4e2a35f08615507a4ba9a742547ac7
/lang/rust/files/patch-src_llvm-project_llvm_lib_Transforms_Vectorize_LoopVectorize.cpp
4713a0b67630929795ee7637d18329860dddfd8d
[ "BSD-2-Clause" ]
permissive
leandrosalvadori/FreeBSD-ports
35961c6705498b70024ac9a6fd9be35690a17b6f
f9f1c99ac4245299c60c53c4493b370c1d2c8f18
refs/heads/main
2023-03-17T11:46:54.118341
2022-06-07T11:15:29
2022-06-07T11:19:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,591
cpp
Fix a SIGFPE when building sysutils/exa https://github.com/ogham/exa/issues/1068 https://bugs.gentoo.org/847421 From fe8a27acd716a42667f5a572f52f2b04636010ff Mon Sep 17 00:00:00 2001 From: Florian Hahn <flo@fhahn.com> Date: Tue, 29 Mar 2022 22:52:42 +0100 Subject: [PATCH] [LV] Handle zero cost loops in selectInterleav...
[ "mikael@FreeBSD.org" ]
mikael@FreeBSD.org
b7242f5535b7826959c3b3f73bef6b0c58b43bc6
f9d9ffada97b768b256f719ae7fe495b40b7a523
/gamedraft/gamedraft/game - Copy.cpp
139603d86df9228503cb3347242243312e00e81d
[]
no_license
8randon/Game
bcb691424d870f3dc3312354e3de526ae201f54d
7b349ebfe603f00abc82f20cf360ff13ea691358
refs/heads/master
2021-01-01T05:23:29.072065
2016-04-28T07:49:39
2016-04-28T07:49:39
56,618,578
0
2
null
2016-04-26T18:56:53
2016-04-19T17:46:41
C++
UTF-8
C++
false
false
783
cpp
#include "stdfx.h" #include "game.h" void Game::Start(void) { if (_gameState != Uninitialized) return; _mainWindow.create(sf::VideoMode(1024, 768, 32), "Pang!"); _gameState = Game::Playing; while (!IsExiting()) { GameLoop(); } _mainWindow.close(); } bool Game::IsExiting() { if (_gameState == Game::Exit...
[ "cadenn5@gmail.com" ]
cadenn5@gmail.com
fcd75871bf1c55f7dc0084234d40076270a7d125
55ff90bde10ddeae56538c39ba7eca328f767089
/630~639/631/C.cpp
ec1a9814fc692bef0681bf2fd4f69afa5c22718b
[]
no_license
Pluto-Jin/fromZero2GrandMaster
74325a8fab73e54f8bf91fcfc6ce22981fb2d234
cc666bdcf5b277db07b211693e20e505151b9848
refs/heads/master
2023-07-08T22:49:39.919961
2021-08-13T16:17:39
2021-08-13T16:17:39
302,216,409
1
0
null
null
null
null
UTF-8
C++
false
false
805
cpp
#include "bits/stdc++.h" using namespace std; #define fi first #define se second #define endl '\n' #define pb push_back #define ppf pop_front #define ppb pop_back #define mp make_pair typedef pair<int,int> pii; typedef vector<int> vi; typedef vector<pii> vii; typedef vector<vi> vvi; typedef long long ll; int main() {...
[ "jinc0008@e.ntu.edu.sg" ]
jinc0008@e.ntu.edu.sg
d2afaa8d825b0088a7773a70f75c2b46c6cbd39d
0699ff74ab4950c2adbc7805e7d0318d754e2bf8
/egs-m5stack/src/main.cpp
c90d40c0891ec400c28614b75e192513f8dfc639
[]
no_license
KART-Software/egs
078430b33ab2f798e5d8ae77c49aca9dc8d78c96
7b51d5ef2cfefdc2f5aecd670c257fb468c59176
refs/heads/main
2023-09-01T16:22:43.784047
2021-10-05T03:15:59
2021-10-05T03:15:59
382,358,077
0
0
null
2021-10-05T03:16:00
2021-07-02T13:40:30
null
UTF-8
C++
false
false
809
cpp
#include <M5Stack.h> #include "sensors.hpp" #include "init_pins.hpp" #include "dc_motor_controller.hpp" #include "serial_logger.hpp" #include "shifter.hpp" TaskHandle_t canSendTask; SerialLogger serialLogger; Shifter shifter = Shifter(); Button upShiftPaddle = Button(UP_SHIFT_PIN, true, DEBOUNCE_MS); Button downShift...
[ "o.ryomei1020@gmail.com" ]
o.ryomei1020@gmail.com
c7f2d31a78561f7bdaaeba8cf091030063a0a3e1
b0b2ee4e0a51120e1e46ec62193522a91503e8cb
/cnpy.hpp
839e84db7b2533ab210a1578c21aacc71f34dc44
[]
no_license
dilawar/cnpy2
be465c1773d2e47b1d89d2d4d80a7de454b45292
fa4e8d31563946be1bf63dd8f71a14937f62fa15
refs/heads/master
2021-01-01T05:24:28.012494
2016-05-05T07:38:33
2016-05-05T07:38:33
58,027,525
0
0
null
null
null
null
UTF-8
C++
false
false
5,267
hpp
/* * ===================================================================================== * * Filename: cnpy.h * * Description: Write a stl vector to numpy format 2. * * This program is part of MOOSE simulator. * * Version: 1.0 * Created: 05/04/2016 10:36:19 AM * Revi...
[ "dilawars@ncbs.res.in" ]
dilawars@ncbs.res.in
7cb0e709f9f68e4876ac0200ebbbb1f0e53b8544
3487f249665f096de6c42eda99bc3da3398bb547
/old/mixed/cpp/c.cpp
e9b9725f3726cb642a9ae24578f5ff2055288f89
[]
no_license
hthuwal/competitive-programming
74489181774b4746234a62fe217ac539b2e1704e
65efdd8b90afd3895f734e204b9a4689de3eb810
refs/heads/master
2023-08-31T04:18:37.525826
2023-08-30T20:28:10
2023-08-30T20:28:10
133,988,036
5
2
null
2020-10-15T17:58:15
2018-05-18T18:02:05
C++
UTF-8
C++
false
false
1,271
cpp
#include <iostream> #include <cstdio> #include <algorithm> #include <ctime> #include <cmath> #define f(i,a,b) for(long long int i=a;i<b;i++) using namespace std; long long int M[110]; double func(double r,double m) { double x=0; f(i,0,m+1) { x+=M[i]*pow((1+r),m-i); } return x; } double solvemid(double l,double h...
[ "hthuwal@gmail.com" ]
hthuwal@gmail.com
269fdfa59e9d60927c4dc790a0b370f13e3d6d3e
6327b3c7dbad5d41a093a656185684943d60e7c8
/tcpreciever.cpp
edd703c08f55dfe682bd1c07040909e2644ee1de
[]
no_license
gyy198/FiveChess
90d4597673fae85bba21917d5e0d2476a128e229
8e3fe51e2fd4b580e73a88f9b2be9b612461dc7c
refs/heads/master
2021-01-18T05:08:29.602535
2012-06-22T13:44:11
2012-06-22T13:44:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
940
cpp
#include "tcpreciever.h" #include <iostream> using namespace std; TcpReciever::TcpReciever(QTcpSocket *tcpSocket) { this->tcpSocket = tcpSocket; } bool TcpReciever::recieveStep(Message &message) { quint16 status = 0; quint16 blockSize = 0; QDataStream in(tcpSocket); in.setVersion(QDataStream::Qt_4_...
[ "gtx_122@126.com" ]
gtx_122@126.com
09479081281e7ca0fd58dc782cbaa9182484fc65
41979fdc62ddec3b8ece83c83bbdf947554ecd04
/TestCode/ImageDebugLib/DebugHelpers.cpp
90c45857f11b590cb85b0b13f0d9cc4a274be377
[]
no_license
gyzxc123/libHsmKil
0a73e1c2741285321a903bd14e288fc53941dec7
39da0811fa430be0ff5fcc645bfcd2c7be7ae580
refs/heads/master
2021-01-18T16:30:00.159726
2015-07-23T09:25:14
2015-07-23T09:25:14
39,554,122
2
1
null
null
null
null
UTF-8
C++
false
false
6,837
cpp
//! \file #define LOG_TAG "Kil" #include "CommonInclude.h" #include <pthread.h> #include <sys/time.h> #include <stdarg.h> #include "logging.h" /////////////////////////////////////////////////////////////////////////////////////////// DBGAPI unsigned long GetTickCount() { struct timespec ts; clock_gettime(CLOCK_M...
[ "cchron@126.com" ]
cchron@126.com
fca7e581a9be8d46516517e12a1fed37b22db01f
4bd141577c20754ddceff12f5ad9d4d2bc3ae02f
/QSimZombie/QSimZombie/GeneratedFiles/ui_QSimZombie.h
735a1a7797619419c3e0d94e71a44cd8a4186dff
[ "MIT" ]
permissive
ADozois/ZombieSim
6af155ff40cc91b2b5785146aa4cb6f1c46c4468
58672fc5b8dcbd4d0647651b2ed33320951841cb
refs/heads/master
2021-09-01T00:17:51.683925
2017-12-23T05:00:32
2017-12-23T05:00:32
111,612,832
0
0
MIT
2017-12-14T23:16:58
2017-11-21T23:25:07
C++
UTF-8
C++
false
false
2,236
h
/******************************************************************************** ** Form generated from reading UI file 'QSimZombie.ui' ** ** Created by: Qt User Interface Compiler version 5.9.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ****************************************...
[ "chabot.nobert.guillaume@gmail.com" ]
chabot.nobert.guillaume@gmail.com
827235ffa8ad68fb4a231f161278dbd7ae91a0df
dfbd38f5b4b9375e78fba6daded318f52423308e
/uva00489.cpp
81b437d91c416b6f7f8de1f610ff13c8f87cb474
[]
no_license
apatnaik93/UVa-Practice
e6dfdee70373c9e4050d7bc02d6f1c40a4cf5d50
25fe19a7c69c1c86e7ad0b22ef617d8dfe02f366
refs/heads/master
2021-08-10T14:42:43.168004
2017-11-12T17:14:11
2017-11-12T17:14:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,173
cpp
#include<iostream> #include<cstdio> #include<cstring> using namespace std; int main(){ //freopen("input.txt","r",stdin); //freopen("out.txt","w",stdout); int round; while(scanf("%d",&round)){ if(round == -1){ break; } int letter[26] = {0}; int used[26] = {0}; int dist = 0; char word[100]; char ty...
[ "abhishek.patnaik@sociofy.io" ]
abhishek.patnaik@sociofy.io
c8cc59763b35aa30d81f5c5e48b34de34081e5b5
df3bcd43e1c75d84f8b313e9b25d152f2ad19d9d
/Samples/C++/Direct3D/DepthOfField/DepthOfField.cpp
acc54d153493eb9d826682b6c13fdc15a7c1d52b
[]
no_license
LiveMirror/DX9SDK
5e1440973a4cd80c8e36c65b5b727674136c0a09
ef79ab0a54c09313d885bd77e4d5d9333cc95289
refs/heads/master
2020-04-02T10:10:42.147038
2018-10-23T13:02:48
2018-10-23T13:02:48
154,327,926
0
1
null
null
null
null
UTF-8
C++
false
false
30,711
cpp
//----------------------------------------------------------------------------- // File: DepthOfField.cpp // // Desc: Example code showing how to do a depth of field effect. // // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------------------...
[ "638781@qq.com" ]
638781@qq.com
842514fd9d23b622aa091732dca3a823c0e43d3f
58e631e84062a18a8202fb68f5cce2c754c0fe49
/Runtime/Geometry/Curve.h
50ded8c9831e70abb0d90296a5a7632f020ffec0
[]
no_license
zhaosiwen1949/Fire_Game_Engine
e816215833cc5a3a006da0c257f0f447c2a7cbbc
f2c13c3f32765fd6df368649fccd1b67564cb3ec
refs/heads/main
2023-07-06T18:55:12.437310
2021-08-06T01:38:12
2021-08-06T01:38:12
393,214,296
0
0
null
null
null
null
UTF-8
C++
false
false
602
h
#pragma once #include <vector> #include <map> #include "Bezier.h" #include "Runtime/Math/Vector3.h" namespace Alice { class Curve { protected: std::map<int, Vector3f*> mKeyPoints; public: void AddKeyPoint(int nIndex, Vector3f*keyPoint); void SetKeyPointData(int nIndex,float x,float y,float z); ...
[ "caoyasong1949@163.com" ]
caoyasong1949@163.com
9cd92d3854fd2cc4db442bcfa3c344bb7b0ccbe5
b5a9d42f7ea5e26cd82b3be2b26c324d5da79ba1
/tensorflow/core/util/padding.h
72f4ead5a3f6c224d9bc85e9822b676b2e43681f
[ "Apache-2.0" ]
permissive
uve/tensorflow
e48cb29f39ed24ee27e81afd1687960682e1fbef
e08079463bf43e5963acc41da1f57e95603f8080
refs/heads/master
2020-11-29T11:30:40.391232
2020-01-11T13:43:10
2020-01-11T13:43:10
230,088,347
0
0
Apache-2.0
2019-12-25T10:49:15
2019-12-25T10:49:14
null
UTF-8
C++
false
false
2,564
h
/* Copyright 2015 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable ...
[ "v-grniki@microsoft.com" ]
v-grniki@microsoft.com
b16ac1177cb653c7b1446b0d0aab2c9390e3449b
3d144a23e67c839a4df1c073c6a2c842508f16b2
/include/swift/AST/LocalizationLanguages.def
98bae1c23f8e15a26c9860837a7fa7047d066628
[ "Apache-2.0", "Swift-exception" ]
permissive
apple/swift
c2724e388959f6623cf6e4ad6dc1cdd875fd0592
98ada1b200a43d090311b72eb45fe8ecebc97f81
refs/heads/main
2023-08-16T10:48:25.985330
2023-08-16T09:00:42
2023-08-16T09:00:42
44,838,949
78,897
15,074
Apache-2.0
2023-09-14T21:19:23
2015-10-23T21:15:07
C++
UTF-8
C++
false
false
6,398
def
//===--- LocalizationLanguages.def - Localization Languages ----*- C++ -*-===// // // This source file is part of the Swift.org open source project // // Copyright (c) 2014 - 2020 Apple Inc. and the Swift project authors // Licensed under Apache License v2.0 with Runtime Library Exception // // See https://swift.org/LI...
[ "hassaneldesouky@icloud.com" ]
hassaneldesouky@icloud.com
388fbb7a397495db5e5b7407b3715f9c4b205902
3282ccae547452b96c4409e6b5a447f34b8fdf64
/SimModel_Python_API/simmodel_swig/SimModel_Dll_lib/framework/SimFlowController_ElectricalSwitch.cxx
908c09119bf4a9d42305cb5489503740e21c5425
[ "MIT" ]
permissive
EnEff-BIM/EnEffBIM-Framework
c8bde8178bb9ed7d5e3e5cdf6d469a009bcb52de
6328d39b498dc4065a60b5cc9370b8c2a9a1cddf
refs/heads/master
2021-01-18T00:16:06.546875
2017-04-18T08:03:40
2017-04-18T08:03:40
28,960,534
3
0
null
2017-04-18T08:03:40
2015-01-08T10:19:18
C++
UTF-8
C++
false
false
3,875
cxx
// Copyright (c) 2005-2014 Code Synthesis Tools CC // // This program was generated by CodeSynthesis XSD, an XML Schema to // C++ data binding compiler. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License version 2 as // published by the Fre...
[ "cao@e3d.rwth-aachen.de" ]
cao@e3d.rwth-aachen.de
053071651758029d97bdcf44846649b1f5e87a8d
18814825f89fda6637258a02454850c738465ee3
/ex09/ex09_46.cpp
063413f1b7f53306a690618f05f8a8bff030de90
[]
no_license
rcocco/Cpp_Primer_5th
ce3f961c47f10d6e23524bba9f7772816cc304d8
ae5b5d064acb353d8e1789066258c7673c1d9ad5
refs/heads/master
2020-04-18T18:39:47.635248
2019-02-21T15:09:28
2019-02-21T15:09:28
167,691,140
0
0
null
null
null
null
UTF-8
C++
false
false
387
cpp
#include <iostream> #include <string> using std::string; using std::cout; using std::endl; string addPreSuffix(string name, const string &pre, const string &suf) { name.insert(0, " "); name.insert(0, pre); name.insert(name.size(), " "); name.insert(name.size(), suf); return name; } int main() { string name = "Smi...
[ "araia@qq.com" ]
araia@qq.com
f87d4e7e63730721096443f66dc3fc5a42acce2d
c149bf4059bf11c126e91ef7f6732f2832c67520
/Planet.h
04a48781154373ad7900c7caee8aedf0b51d10bf
[]
no_license
Ilia-tod29/OOP_practicum_IS_2021summer
0f0be3d304417b49d22e751852ee94f64821f1a5
7b8df5d524fc50bf36194bcbe46b4270c604624e
refs/heads/main
2023-03-26T20:21:25.804639
2021-03-28T22:22:41
2021-03-28T22:22:41
348,478,185
0
0
null
null
null
null
UTF-8
C++
false
false
1,367
h
#pragma once #include <iostream> #include <cstring> using std::cin; using std::cout; using std::endl; enum planetType { ChthonianPlanet = 0, CarbonPlanet, CorelessPlanet, DesertPlanet, GasDwarf, GasGiant, HeliumPlanet, IceGiant, IcePlanet, IronPlanet, LavaPlanet, OceanPlanet, Protopanet, Puff...
[ "iliatodorov29@gmail.com" ]
iliatodorov29@gmail.com
eebc7b621fa7003d747f2ca6babcc946de0a0b45
077ba712c73feb4d1bbe66518338e98d5c1e040d
/cpp/openGL/formulaSaver/MyOpenGLWidget.cpp
84e0af2731bf5df54982deb85c705a7fa889e40a
[]
no_license
devmanner/devmanner
eec4a83b1c35bbf67aecbb4860358cab7c823822
37f6bd1d0f7301045284cc94e37b8cb4b9005142
refs/heads/master
2021-01-10T19:09:19.251055
2019-09-20T18:46:22
2019-09-20T18:46:22
32,351,152
0
0
null
null
null
null
UTF-8
C++
false
false
3,449
cpp
#include "MyOpenGLWidget.h" MyOpenGLWidget::MyOpenGLWidget(int timerDelay, QWidget *parent, const char *name) : QGLWidget(parent, name), m_formula(NULL), m_xRotMod(((rand() % 1000) - 500) / 100.0), m_yRotMod(((rand() % 1000) - 500) / 100.0), m_zRotMod(((rand() % 1000) - 500) / 100.0), m_xRot(0...
[ "mannerstedt@3d39604e-803f-0410-b2ec-f7948a154be0" ]
mannerstedt@3d39604e-803f-0410-b2ec-f7948a154be0
60053a1707ace30cdd8c2e3b362c7a6417b57687
978ddfa3768a929b53ed31545234e3f61ab66a62
/AnimationSet.h
9c471f35ab75a81004ad5c82dd34b5b5d4e0bc36
[]
no_license
weenxin/QFlareEngine
5a61728f3816e56a7aefba3d32ff90a017625fe2
98b92ccbe87d99dc1a29cc4e63c7349669d65454
refs/heads/master
2020-04-16T23:38:06.807380
2019-01-16T10:22:07
2019-01-16T10:22:07
166,019,425
0
0
null
null
null
null
UTF-8
C++
false
false
1,215
h
#ifndef ANIMATIONSET_H #define ANIMATIONSET_H #include"CommonIncludes.h" class Animation; class AnimationSet { public: AnimationSet(); const std::string name; //i.e. animations/goblin_runner.txt, matches the animations filename. std::string imagefile; Animation *defaultAnimation; // has alway...
[ "xinyulong@sensetime.com" ]
xinyulong@sensetime.com
85594e0a244d261ecaafa1ba207d2795db5f627e
ba4ffb45a0f41128c77fa51c3d53d6456e4efeb3
/tggdhj2/Data.Game.Node.Path.h
fbefc7fee41d0add0e864427bf2f74990e0cb46f
[ "MIT" ]
permissive
playdeezgames/tggdhj2
b0d0a208842ec80ac003d86e070f5b32d7f45ebd
41c76ce27087bb4e53a6adc69c5b3fe7dcfbb7f7
refs/heads/main
2023-07-09T04:29:35.132511
2021-08-07T09:44:35
2021-08-07T09:44:35
391,310,311
0
0
null
null
null
null
UTF-8
C++
false
false
195
h
#pragma once #include <optional> #include <map> namespace data::game::node::Path { std::map<int, int> Read(int); std::optional<int> Read(int, int); void Write(int, int, int); void Clear(); }
[ "ernestpazera@gmail.com" ]
ernestpazera@gmail.com
c65dd1ec4dccb9f7349ae39fb6e9b5f7dc2f0258
52ca17dca8c628bbabb0f04504332c8fdac8e7ea
/boost/preprocessor/variadic/elem.hpp
bdc209cb5f2a06e80c4de2a0795030e849d11775
[]
no_license
qinzuoyan/thirdparty
f610d43fe57133c832579e65ca46e71f1454f5c4
bba9e68347ad0dbffb6fa350948672babc0fcb50
refs/heads/master
2021-01-16T17:47:57.121882
2015-04-21T06:59:19
2015-04-21T06:59:19
33,612,579
0
0
null
2015-04-08T14:39:51
2015-04-08T14:39:51
null
UTF-8
C++
false
false
72
hpp
#include "thirdparty/boost_1_58_0/boost/preprocessor/variadic/elem.hpp"
[ "qinzuoyan@xiaomi.com" ]
qinzuoyan@xiaomi.com
4bc2a1228d7b6d76389c4d5e80f71760f1bc7053
a02272fc76a9ede25a1f8042178f7bcb2b40c9e4
/Code_chef/CHCUBE.cpp
a4534f18b2267979bd1ad1b131120e33d72fb91c
[]
no_license
chess1424/Programming_contests
46278babe4c5014e07620ffd903f564044c67bd6
4e7de6192561c3484b58350e2c008828c723d2e6
refs/heads/master
2021-01-17T05:06:22.871581
2017-05-08T05:52:33
2017-05-08T05:52:33
83,108,454
0
0
null
null
null
null
UTF-8
C++
false
false
657
cpp
#include <iostream> #include <stdio.h> #include <string.h> using namespace std; int main() { int t; cin>>t; string color,front,back; string cube[4]; bool ans; while(t--) { ans=false; cin>>front>>back; cin>>cube[0]; cin>>cube[2]; cin>>cube[1]; ...
[ "carlos.1424@live.com.mx" ]
carlos.1424@live.com.mx
11749b48a70b15d937e74176d3b42205ac7e6fb8
2802200c63038cd0045439de283d2d64ff9da6a6
/src/mdmc/MDMC.h
359d4c9bd1e94aa2cd80871d668c4c47224f12f8
[ "MIT" ]
permissive
sean-chester/skycube-templates
cf4788668bcaba1f433d4b69b043d9bf4d033493
3cbfd67205cd76bcb7e2f5a1012f8cfa71a464a0
refs/heads/master
2021-01-09T06:04:54.705422
2018-12-30T22:38:55
2018-12-30T22:38:55
80,908,278
4
2
null
null
null
null
UTF-8
C++
false
false
10,804
h
/* * MDMC.h * * Created on: May 25, 2016 * Author: kenneth */ #ifndef MDMC_H_ #define MDMC_H_ #include "../utilities/config.h" #include "../utilities/concurrent_queue.h" #include "../utilities/gpu_struct.h" #include "../skycube/Hashcube.h" #include "../utilities/instrumentation.h" #include <vector> #include...
[ "ksb@cs.au.dk" ]
ksb@cs.au.dk
d76e9bdbcdbce98c1c10c749b42feb2da01ed431
844ad4448fa5157c7d004ab78f52c884723295d9
/Brush_ScatteredPoint.cpp
8558520df4b3d7f70359258911d45b036e657fc2
[]
no_license
JackTseGVDL/Impressionist
cc8d436dd5dde261c56bd838e98feba5d722e810
3ae3912f31b3c2d2d3f9d635bab405a76c86b60b
refs/heads/master
2022-07-05T12:00:05.798001
2020-05-12T07:16:53
2020-05-12T07:16:53
263,260,874
0
0
null
null
null
null
UTF-8
C++
false
false
1,248
cpp
#include "ImpressionistDoc.h" #include "ImpressionistUI.h" #include "Brush_ScatteredPoint.h" extern float frand(); extern int irand(int max); ScatteredPointBrush::ScatteredPointBrush(ImpressionistDoc* pDoc, char* name) : ImpBrush(pDoc, name) { } void ScatteredPointBrush::BrushBegin(const Point source, const Po...
[ "33114105+Jack-GVDL@users.noreply.github.com" ]
33114105+Jack-GVDL@users.noreply.github.com
f438f07dc29ebadc9e8b0b142d1bbdbff55f876c
91846196859873086bcebbb3c192a54ff5cb3a75
/leetcode-algorithms/150. Evaluate Reverse Polish Notatio/150. Evaluate Reverse Polish Notation.cpp
140135a09a5d899bc75532c9f7dee694dbcb3a90
[]
no_license
luqilinok/Leetcode
0c0dc5ef8292390bf8a269737034ea7f5b513bb8
1eac2ea12ec89d9b567d0c3f7da029d817809a6c
refs/heads/master
2020-03-24T06:51:32.805391
2019-05-31T11:24:11
2019-05-31T11:24:11
142,544,555
0
0
null
null
null
null
UTF-8
C++
false
false
911
cpp
/* * @lc app=leetcode.cn id=150 lang=cpp * * [150] 逆波兰表达式求值 */ class Solution { public: int evalRPN(vector<string> &tokens) { unordered_map<string, function<int(int, int)>> map = { {"+", [](int a, int b) { return a + b; }}, {"-", [](int a, int b) { return ...
[ "1214840350@qq.com" ]
1214840350@qq.com