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
986 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
23 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
145 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
122 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
c4c34d1ec8625d2bd6f29a74bb5269300859070a
d5749c8baa3c653f7fb8a6006a0776306cd3cfca
/ClassAccessModifiers.cpp
c0a3a6c428767f4652df5b86215c66c4f6529bf1
[]
no_license
kupull74/test_c--
dd2d714501924a3592a9af121c425a09ffc94f4b
06567488268cdcde1f23c84e439f4e2e4e2ab095
refs/heads/master
2023-01-23T03:57:31.883412
2020-11-27T01:14:39
2020-11-27T01:14:39
311,860,275
0
0
null
null
null
null
UTF-8
C++
false
false
794
cpp
#include <stdio.h> #include <sys/types.h> #include <unistd.h> #include <iostream> using namespace std; #include <dirent.h> #include <stdlib.h> #include <fcntl.h> class Box { public: double length; void setWidth(double param_width) { width = param_width; } double getWidth(void); void setLength(double length) { this->le...
[ "kupull@naver.com" ]
kupull@naver.com
f21d4a87cd24840f53eddfbcba7137d63a68a197
36be138bc6934a178df3af618bba04f9d5e10993
/chapter03/listing_3.2.cpp
c4d356bc7517917245513fcd199728e1df48b3b8
[]
no_license
Galibier/CppConcurrencyInAction
efb8c4968daa763f5e393e30c6eef98e04ad95f8
3779862da5628b22e7f8eefbc6e557055386e674
refs/heads/master
2021-05-13T11:36:41.928077
2020-07-15T16:21:08
2020-07-15T16:21:08
117,133,079
0
0
null
null
null
null
UTF-8
C++
false
false
523
cpp
#include <mutex> class some_data { int a; std::string b; public: void do_something() {} }; class data_wrapper { private: some_data data; std::mutex m; public: template<typename Function> void process_data(Function func) { std::lock_guard<std::mutex> l(m); func(data); } }; some_data* unprotected; void ma...
[ "cx.sjtu@gmail.com" ]
cx.sjtu@gmail.com
a0ed5b92e3c61d0238f49037b4a156fc33cf4097
4e8a440699ad4dfca23ea7bc4f8727c91e506220
/Bitmap/Bitmap/bitmap.h
d9c5b25958e18e370d9713a3ea40403b4811efff
[]
no_license
Wolfgangwgb/Code
3f3910e3298fcea8d768197c53d2c52337bb007f
352b4c3f39ac44ed163262cf047836714ac0aa93
refs/heads/master
2021-01-22T10:46:04.262041
2017-09-13T13:23:57
2017-09-13T13:23:57
92,653,587
1
1
null
null
null
null
GB18030
C++
false
false
694
h
#pragma once #include<vector> #include<iostream> class Bitmap { public: Bitmap(size_t size = 1024) { _vt.resize((size>>5)+1); } //设置某个数的位置1 void Set(size_t num) { size_t index = num >> 5; size_t pos = num % 32; _vt[index] |= (1 << pos);//从右至左依次增大 //_vt[index] |= (1<<(31-pos));//从左至右依次增大 } //设置某个数的...
[ "handsomewgb@163.com" ]
handsomewgb@163.com
566cef640d403beef8410fa105384b2b220d56c4
6ce5b9e43eba4c66474edc3d40b505596643c996
/src/Interface/Application/GuiCommands.cc
67650a255b1f965ad1bbf28e9c3823ee31e65b5a
[ "MIT" ]
permissive
behollis/SCIRun
3312ccacd40bd583984f8d5b324ffd1305c2af60
59b92359dfab3a9bf300a49f5021850b35380b97
refs/heads/master
2021-01-18T08:33:09.905788
2016-05-20T21:21:23
2016-05-20T21:21:23
59,523,881
0
0
null
2016-05-23T22:55:31
2016-05-23T22:55:31
null
UTF-8
C++
false
false
10,376
cc
/* For more information, please see: http://software.sci.utah.edu The MIT License Copyright (c) 2015 Scientific Computing and Imaging Institute, University of Utah. License for the specific language governing rights and limitations under Permission is hereby granted, free of charge, to any person obtaining a copy of...
[ "dwhite@sci.utah.edu" ]
dwhite@sci.utah.edu
dad614d720e909483e33fc741a059ca00dedd2d9
67662fce6ea9265d5b413b26b1dc66e898afe35b
/motoman_driver/src/simple_message/motoman_read_group_io.cpp
83412eb152ecaf51ee90fa061d66c5c51bb85005
[ "BSD-3-Clause", "Apache-2.0" ]
permissive
gavanderhoorn/motoman
71194335d4a08b662148bd41e0566da90f3f08c7
63e624215180110474e0d89289f7434eb961d3b0
refs/heads/kinetic-devel
2023-07-07T21:14:16.399614
2023-03-21T12:15:18
2023-03-21T12:15:18
15,493,825
2
8
null
2020-10-22T19:30:23
2013-12-28T14:46:31
C++
UTF-8
C++
false
false
3,350
cpp
/* * Software License Agreement (BSD License) * * Copyright (c) 2021, Delft Robotics Institute * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must r...
[ "g.a.vanderhoorn@tudelft.nl" ]
g.a.vanderhoorn@tudelft.nl
419c3d5062ef56c189b48b0aca295782c6dcbd4e
9407be4a4eacde5b5af70b64eb6beaa7a7617994
/BottomRight-k-turns.cpp
e9664c311ec55dec6e026fde537ca6955af913ec
[]
no_license
ManoharKoya/CompetitiveProgramming
10fc919a4a2b7a0189362ddba9ce158299519dc9
495c56bf9269819650879ffaecd3cffbea5e6e83
refs/heads/master
2021-08-17T09:34:41.127010
2020-06-09T09:32:54
2020-06-09T09:32:54
192,003,774
1
0
null
null
null
null
UTF-8
C++
false
false
805
cpp
#include<bits/stdc++.h> #include<vector> #include<iterator> #define lli long long int #define MOD 1000000007 #define pb push_back #define INF 10000000007 #define NA(i,s,n) for(lli i=s;i<n;i++) using namespace std; lli n,m; bool isValid(lli i,lli j){ return (i>=0 && i<n && j>=0 && j<m); } lli totWays(lli i,lli j,ll...
[ "koyasairammanohar@gmail.com" ]
koyasairammanohar@gmail.com
d07cc0ef7a8fc60a167a206b474e3a7bd7e138bb
a491298aedc4e57053b1f3953ed856605c73d4b4
/apps/ide/model/cprojectmodel.h
e09b87225a49b6a90fcbd3bcfdec017f7533baec
[]
no_license
nesicide/nesicide
da8f03744c7fcd864fe5f688fe2d510d0811ea1b
84aea00f256e5d044f16a920db0e4552b7c96221
refs/heads/master
2021-01-18T08:57:44.624844
2013-01-25T03:40:45
2013-01-25T03:40:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,052
h
#ifndef CPROJECTMODEL_H #define CPROJECTMODEL_H #include "model/iuuidvisitor.h" #include <QObject> class CNesicideProject; class CAttributeModel; class CBinaryFileModel; class CCartridgeModel; class CFilterModel; class CGraphicsBankModel; class CSourceFileModel; class CTileStampModel; class CProjectModel : public Q...
[ "jsolo@web.de" ]
jsolo@web.de
10e5ff4c6f4a7fd39f3e13d2c5aaceebc1ab3980
877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a
/app/src/main/cpp/dir41110/file41143.cpp
fb8629a44024a9d7cc7caff16bbf6257443bfd36
[]
no_license
tgeng/HugeProject
829c3bdfb7cbaf57727c41263212d4a67e3eb93d
4488d3b765e8827636ce5e878baacdf388710ef2
refs/heads/master
2022-08-21T16:58:54.161627
2020-05-28T01:54:03
2020-05-28T01:54:03
267,468,475
0
0
null
null
null
null
UTF-8
C++
false
false
115
cpp
#ifndef file41143 #error "macro file41143 must be defined" #endif static const char* file41143String = "file41143";
[ "tgeng@google.com" ]
tgeng@google.com
1d689ce956b8405fa52a3eaec638f954b122197c
f602735d1680b7794dcd2a9f179354e12ae940db
/timelinewidget.h
7349e2e2e501bbc505cc541b463f990d6e3805b9
[]
no_license
ojura/bugel
d91ef273636ec5d722b61b5d5ebe6e2c9b7830e6
d05a2bde03172931ce273507e4e997aa457ed4e7
refs/heads/master
2021-01-19T11:22:56.118852
2017-04-11T18:14:43
2017-04-11T18:14:43
87,963,428
0
0
null
2017-04-11T17:51:04
2017-04-11T17:51:04
null
UTF-8
C++
false
false
1,051
h
#ifndef TIMELINEWIDGET_H #define TIMELINEWIDGET_H #include <QWidget> #include <QElapsedTimer> class TimelineWidget : public QWidget { Q_OBJECT public: explicit TimelineWidget(QWidget *parent = 0); inline double cursor() const { return mCursor; } // in seconds protected: bool inRange(double time); ...
[ "allofquist@yahoo.com" ]
allofquist@yahoo.com
4306b92bcb9d18b1d3adbc97dc1f8aa57edf3663
7bdd4cee3cba43fc7ea851c8250deebfa5dbf832
/build/Android/Debug/app/src/main/include/Fuse.Controls.Native.-890b856e.h
930939059a14265be33153a25c5fb2252c8daf7f
[]
no_license
chaejaeyoun/App_function_login-Signup
d26ab8aa843320a4e9452d2b3b2842443e59fc95
6c2113adc785d7e22fb0fa498fcf449d0c9e6f2a
refs/heads/master
2020-04-27T05:48:26.173232
2019-03-13T10:42:58
2019-03-13T10:42:58
174,090,861
0
0
null
null
null
null
UTF-8
C++
false
false
996
h
// This file was generated based on /usr/local/share/uno/Packages/Fuse.Controls.Native/1.10.0-rc1/Android/TextEdit.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.h> namespace g{namespace Fuse{namespace Controls{namespace Native{namespace Android{struct SoftKeyboard;}}...
[ "cowodbs156@gmail.com" ]
cowodbs156@gmail.com
817108ef6895e0d43f142fa27875ec849f299c51
6cfcd5a51f8023846c3951dbec57768624fb0521
/src/validator/GoValidator.h
5bfaf7af85d5763f9c1423e4960a787976e865ca
[ "LicenseRef-scancode-commons-clause", "Apache-2.0" ]
permissive
bright-starry-sky/nebula-graph
7716ac0113fdeb146565575ddbe192f21022576c
c08b248c69d7db40c0ba9011d4429083cf539bbd
refs/heads/master
2023-06-27T08:18:37.827508
2021-07-15T09:12:07
2021-07-15T09:12:07
288,594,041
1
0
Apache-2.0
2020-08-19T00:30:35
2020-08-19T00:30:35
null
UTF-8
C++
false
false
1,392
h
/* Copyright (c) 2020 vesoft inc. All rights reserved. * * This source code is licensed under Apache 2.0 License, * attached with Common Clause Condition 1.0, found in the LICENSES directory. */ #ifndef VALIDATOR_GOVALIDATOR_H_ #define VALIDATOR_GOVALIDATOR_H_ #include "planner/plan/Query.h" #include "validator/T...
[ "noreply@github.com" ]
bright-starry-sky.noreply@github.com
0f6d8e35e7576255f5e52159ea0478b5b0f3d259
341a60ac6e33a87d5c7b5b9a09e8370a0dc6aa08
/proj.win32/Cell.cpp
e2de6b03240a8185163ec08b353145e1b27546bb
[]
no_license
zzh442856860/tanchishe
17305ca3b7f7a4c16261939cce896282be7a03fb
53f9ae439429cd7f1e11c03023eb610a2d405ef3
refs/heads/master
2021-01-23T04:13:41.171058
2014-05-05T11:22:07
2014-05-05T11:22:07
19,453,445
1
0
null
null
null
null
UTF-8
C++
false
false
1,359
cpp
#include "Cell.h" PngCell::PngCell(int cellX, int cellY, const char* pngFileName) { this->setCell(cellX, cellY); this->initWithFile(pngFileName); } PngCell::~PngCell() {} AnimatedCell::AnimatedCell(int cellX, int cellY, int spacing, const char* pngFileName) { this->setSpace(spacing); this->setPngFileName(pngFile...
[ "zzh442856860@163.com" ]
zzh442856860@163.com
c9dc329c98f95ac068db5a3fe94a780fa58d125e
aaba9be682e05e7a114f75078acdf928bdea81d9
/ElfFile.h
f86f33cf10dc7d7648f1c92acdfcba8faf51254f
[]
no_license
Inori/elfstuff
16b979691f3b99faa241b43d49fcb5a69a83509e
d2a9d4b628e8467dbc661962938eb10f54580bb5
refs/heads/master
2020-09-17T04:28:55.846576
2019-07-21T21:24:18
2019-07-21T21:24:18
223,988,876
1
0
null
2019-11-25T16:06:14
2019-11-25T16:06:13
null
UTF-8
C++
false
false
5,215
h
#pragma once #include "ElfFileTypes.h" #include "VirtualMemory.h" /* version 1: 0x40 bytes params: sceProcessName sceUserMainThreadName sceUserMainThreadPriority sceUserMainThreadStackSize version 2: 0x48 bytes possibly null params? */ struct SceElfProc...
[ "noreply@github.com" ]
Inori.noreply@github.com
9f8cb782b15758b103a7ec4f5a656e1a6273e2e8
2d50cec1bd91b82663656891660e7c9d89ffc153
/lib/benchmark/src/benchmark.cc
29bfa3512f95edf15206457093dc94ce8ec4efbf
[ "Apache-2.0", "MIT" ]
permissive
Wizermil/premultiply_alpha
b123c08e75a051a26d1dd2cbddb8770f87f0d5ed
4f271c4ed4dfa749517cdc51a3215c217e09c597
refs/heads/master
2022-12-10T00:58:41.572954
2021-11-21T13:48:25
2021-11-21T13:48:31
191,039,908
6
0
MIT
2022-11-22T07:37:03
2019-06-09T18:14:38
C++
UTF-8
C++
false
false
17,102
cc
// Copyright 2015 Google Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
[ "mathieu.garaud@gmail.com" ]
mathieu.garaud@gmail.com
def09603458a760c6ccc44ee7af0005d736eb880
06f53c62aa6daf15fce3159aaa7b070ce7f23fe2
/Todo.cpp
153f4ec55f487c9593b7e6b97fbb9f744f5b3942
[]
no_license
ramanakeerthi/Mini-C-Projects
3cccc9f7c76a340a2bfa2ddc131720ae8de9dff9
5eb209c129dd7e1b5adc1bdf7f6dfb63a1b72759
refs/heads/master
2020-06-21T13:06:27.379063
2016-11-25T21:53:50
2016-11-25T21:53:50
74,786,311
0
0
null
null
null
null
UTF-8
C++
false
false
1,755
cpp
#include <iostream> #include <fstream> #include <algorithm> #include <string> void get_valid_date_input(std::string input); bool check_valid_month(std::string month); using namespace std; int main() { cout << "Welcome to your to-do list! You have two options:\n"; string input; cout << "Enter 'Check' if you'd like...
[ "ramanak@umich.edu" ]
ramanak@umich.edu
64b26f021b9b191dc7b9c7000b46ecb5f733dd95
68be857f8a58392318ec3634a31719062bd2cf12
/apps/c/jac2/openmp4/res_omp4kernel.cpp
f245038b6be3eb7716de927e01e13219482ec207
[ "BSD-2-Clause" ]
permissive
octurion/OP2-Common
775b8344f89e9cb58f82bd7ef22420fa2d1b37b1
a8b00f8538c2d1726765c53c849ae43dd0180256
refs/heads/master
2020-08-02T19:44:52.913824
2019-12-02T01:24:51
2019-12-02T01:24:51
211,484,766
0
0
NOASSERTION
2019-09-28T10:40:45
2019-09-28T10:40:44
null
UTF-8
C++
false
false
2,967
cpp
// // auto-generated by op2.py // //user function //user function void res_omp4_kernel(double *data0, int dat0size, int *map1, int map1size, float *arg3, float *data1, int dat1size, float *data2, int dat2size, int *col_reord, int set_size1, int start, int...
[ "regulyistvan@gmail.com" ]
regulyistvan@gmail.com
9a3bacde4c229c39b39386df1482b13bfd124d9b
39809caf2d12342e5f1d88597c5903f4cfa56858
/c++_2/choka2.cpp
d40f8dc917954e83dc83ea4f01ff6b65acc2f4ba
[]
no_license
hard747/c
5f67d2449d7e9cbae56f1554ce49fba0cea970fb
8d75a04d291082becfc2ef623d542ae42931a686
refs/heads/master
2021-04-22T15:13:16.345472
2020-04-17T08:51:35
2020-04-17T08:51:35
249,856,657
2
0
null
null
null
null
UTF-8
C++
false
false
855
cpp
#include <iostream> using namespace std; int main () { int h,n,m; cout << " INTRODUCIR HORA" << endl; cin >> h; cout << "INTRODUCIR MINUTOS" << endl; cin>>m; if (((h<0 )||(h>=24))||(( m<0)||(m>59))) { n=1; } else if ((h==8) && (m==0)) { n=2; } else if ((h >= 8) && (m>0) && (m <=59)) { n=3; } ...
[ "bansmp717_4@hotmail.com" ]
bansmp717_4@hotmail.com
1616d7f6d48038ecede3a25c89627601bae39bbe
f1403a72184fa96ee3b433a21e1288d92bdb43fa
/Classes/Sprite/RespirationSprite.h
16692864d218dfa348d27ec9806d4b3ff48f2caf
[]
no_license
spocklin/BackToTheFuture
6e4d4e793a650c900e372c2c7f74ed717765875d
94ff229dd4e899658663cb3c01a25004840e4936
refs/heads/master
2021-01-22T04:14:44.310808
2017-02-10T19:26:20
2017-02-10T19:26:20
81,519,746
0
0
null
null
null
null
UTF-8
C++
false
false
408
h
#ifndef _RESPIRATION_SPRITE_H_ #define _RESPIRATION_SPRITE_H_ #include "cocos2d.h" USING_NS_CC; class RespirationSprite : public Sprite { public: virtual bool RespirationInit(const std::string SpriteFrameName); CREATE_FUNC(RespirationSprite); static RespirationSprite* createRespirationSprite(const ...
[ "lin.rongshu@163.com" ]
lin.rongshu@163.com
e9d818b33398583db32c5d57618587d052087d74
64bf21e9b4ca104557d05dc90a70e9fc3c3544a4
/tests/pyre.lib/grid/rep_at.cc
0731c548482dfcd1a45fec90fc291152ce411970
[ "BSD-3-Clause" ]
permissive
pyre/pyre
e6341a96a532dac03f5710a046c3ebbb79c26395
d741c44ffb3e9e1f726bf492202ac8738bb4aa1c
refs/heads/main
2023-08-08T15:20:30.721308
2023-07-20T07:51:29
2023-07-20T07:51:29
59,451,598
27
13
BSD-3-Clause
2023-07-02T07:14:50
2016-05-23T04:17:24
Python
UTF-8
C++
false
false
721
cc
// -*- c++ -*- // // michael a.g. aïvázis <michael.aivazis@para-sim.com> // (c) 1998-2023 all rights reserved // get the grid #include <pyre/grid.h> // alias the rep using rep_t = pyre::grid::rep_t<int, 4>; // bounds safe data access int main(int argc, char * argv[]) { // initialize the journal pyre::jour...
[ "michael.aivazis@para-sim.com" ]
michael.aivazis@para-sim.com
18392b94e7b54b34ad9a5acf6faa8f416e5b35c5
8dc2b1e763b0a0797bdc23ada25bd750abb1e090
/LSD/test.cpp
abbf4151ec053b4a2687b8a964c0f4a4e9eb49e1
[]
no_license
lcbwn/LineSegmentDetector17
f68ff14633ac92178492a57244d8b2c5a3a3db50
7dc2c67e1c5110d4efc93231c1c122bc98e47c1c
refs/heads/master
2020-05-04T17:20:55.470508
2019-03-28T09:08:19
2019-03-28T09:08:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
136
cpp
#include <opencv.hpp> using namespace cv; int main() { Mat image(100, 100, CV_8UC1, Scalar(255)); imshow("1", image); waitKey(0); }
[ "pyrokinecist@aliyun.com" ]
pyrokinecist@aliyun.com
68b7d02dc884f5930ccc8516fa0bf34106d27912
72ee5e535b74abc750b0306af980a3c482d7670a
/Source/Laboratoare/Tema3/Object2D.h
eadb3187120beb9c6fe74fe1a5e3959469bce332
[]
no_license
alexerares/Bow-and-Arrow-Skyroads
5b332bc0af60a5d83d7f45b5ca7888e5c96429a5
7d3ba8e41bb6ea95287ac1255ecee93fdffe9d69
refs/heads/master
2023-02-26T09:45:42.965666
2021-02-02T21:01:25
2021-02-02T21:01:25
335,421,129
0
0
null
null
null
null
UTF-8
C++
false
false
2,077
h
#pragma once #include <string> #include <include/glm.h> #include <Core/GPU/Mesh.h> namespace Object2D { // Create square with given bottom left corner, length and color Mesh* CreateSquare(std::string name, glm::vec3 leftBottomCorner, float length, glm::vec3 color, bool fill = false); Mesh* CreateCircle(std::stri...
[ "raresgabrielalexe@yahoo.ro" ]
raresgabrielalexe@yahoo.ro
0b84d31f9fa40b4320decfd414db992e45d99b5e
d1055d56eaa134744c9d2283b8ede9165b239654
/RLogin/SerEntPage.cpp
e9d11f4b87c93639e5a13ca49f5b07489f87ae23
[ "MIT" ]
permissive
archvile/RLogin
c06821c3ddaf7b3af949882c5ddebca3b8ccb4e0
384fdd23f37a578998e978f3a5b8a543cdf8704d
refs/heads/master
2021-05-06T12:28:47.506623
2017-12-03T23:07:48
2017-12-03T23:07:48
null
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
14,058
cpp
// SerEntPage.cpp : インプリメンテーション ファイル // #include "stdafx.h" #include "rlogin.h" #include "MainFrm.h" #include "RLoginDoc.h" #include "RLoginView.h" #include "TextRam.h" #include "Data.h" #include "ComSock.h" #include "OptDlg.h" #include "SerEntPage.h" #include "ChatDlg.h" #include "ProxyDlg.h" #include ...
[ "kmiya@gem.or.jp" ]
kmiya@gem.or.jp
16bf9d5297c295d621ac092971af7e40a9525236
e6df3b7240f76b489d3bd1f4d6017438ddc712f4
/Dropbox/CMPS 109/asg2/asg2/file_sys.cpp
4ca2b932b181bea074307a03e58fdc187f034c41
[]
no_license
lvien/CMPM-120
c4afb1dcb7224e2c4ff1fe23185f3c25b2470379
729c361791567f85ebfa6574253c738a37cb3d46
refs/heads/master
2020-05-20T01:19:26.956952
2019-05-07T06:21:23
2019-05-07T06:21:23
185,308,699
0
0
null
2019-05-07T06:29:22
2019-05-07T02:48:33
C++
UTF-8
C++
false
false
20,295
cpp
// $Id: file_sys.cpp,v 1.6 2018-06-27 14:44:57-07 - - $ #include <iostream> #include <stdexcept> #include <unordered_map> using namespace std; #include "debug.h" #include "file_sys.h" int inode::next_inode_nr {1}; //creates directory name by adding '/' to end string valid_dir(const string& path) { unsigned in...
[ "lvien@ucsc.edu" ]
lvien@ucsc.edu
af436d2188e72b0cf238e47eb8a3b30e06ca0e65
7b98e0029f2089ad68a47eac29cbe524bba6636e
/src/main.cpp
ff56742d375879ed7976d0f82abedcd49c0cc6ee
[ "BSD-3-Clause" ]
permissive
wwyf/ioat-bench
d3ea03ebe2ff630d514cd330c9782cd0f1f9f8c4
98d9d953c471f0bc22cf70d04a463209385bcec2
refs/heads/main
2023-04-03T02:31:13.484792
2021-03-25T11:14:31
2021-03-25T11:14:31
351,050,910
1
0
null
null
null
null
UTF-8
C++
false
false
13,929
cpp
#include <iostream> #include <vector> #include <algorithm> #include <chrono> #include <spdk/stdinc.h> #include <spdk/ioat.h> #include <spdk/env.h> #include <spdk/queue.h> #include <spdk/string.h> #include <libpmemobj.h> static int init(void) { struct spdk_env_opts opts; spdk_env_opts_init(&opts); opts.name = "io...
[ "w.y.ff@163.com" ]
w.y.ff@163.com
93691f8d1e9152be6515f7d90a230aef5c424fa7
74c436dbeb958516a93eab5b5ebb916464e7dc75
/main.cpp
e687123d03bc57152cb62849b802b6a924bbee3d
[]
no_license
fan0210/divide_dataset
18fc71b4015774886c7f99550d02b34b2589df3f
e37dabda1dfaf7b150f320bfbdb25e45f662b27b
refs/heads/master
2020-05-09T02:08:23.309670
2019-04-12T09:46:47
2019-04-12T09:46:47
180,979,415
0
0
null
null
null
null
GB18030
C++
false
false
4,287
cpp
#ifdef _WIN32 #include <filesystem> namespace fs = std::tr2::sys; #else #include <boost/filesystem.hpp> namespace fs = boost::filesystem; #endif #include <iostream> #include <random> int divede(const double *rate, //分割比例,rate[0]为训练数据比例,rate[1]为测试数据比例 const std::string &srcPath, //需要分割的数据path,注意默认为path下还...
[ "noreply@github.com" ]
fan0210.noreply@github.com
cc080c209ba4b765ba1e65d8cbf0f794b5fe94a7
f23061a39d24b6a0f4d165b6ead11e767dbea35a
/1/Ex2.cpp
77f781a1723e9f7a8f5fce67055d5a1749cc3dce
[]
no_license
Dobrovenskis/C_prog
909a59745ae9e4bc8138558b4b413a2a92effdb7
ba0be5e3ad805a710abd37f7ce3f7004dca93673
refs/heads/master
2023-04-23T21:00:13.168984
2021-05-17T08:51:23
2021-05-17T08:51:23
334,923,133
0
0
null
null
null
null
UTF-8
C++
false
false
191
cpp
#include <iostream> #include <math.h> int main() { int x; int y; std::cin >> x; std::cin >> y; auto z = sqrt(x*x + y*y); std::cout << z << std::endl; return 0; }
[ "dobrovenskis.rv@phystech.edu" ]
dobrovenskis.rv@phystech.edu
8a6012f0f65d90488cb20f2c804e7a03269c57bd
3b084e3dd39850597bdc22ca8accb4c84706b643
/Computer Graphics Prticl E/FractalsSerpienskyTriangle.cpp
8e571c4d3dd2aebb2bd813265232bec55cfd0137
[]
no_license
prasadgujar/Programming
bc429430056db6b5d1bea23df4a66af800861e0e
3622ba240f3727c27ce26e70bfeafffb1553f6b7
refs/heads/master
2021-01-25T16:59:54.056472
2018-01-14T12:37:17
2018-01-14T12:37:17
102,753,402
0
0
null
null
null
null
UTF-8
C++
false
false
636
cpp
#include<stdio.h> #include<graphics.h> void drawtriangle(int x1, int y1, int x2, int y2, int x3, int y3) { if(x1-x2 > 4) { line(x1,y1,x2,y2); line(x2,y2,x3,y3); line(x3,y3,x1,y1); drawtriangle(x1,y1,(x1+x2)/2, (y1+y2)/2, (x1+x3)/2, (y1+y3)/2); drawtriangle((x1+x2)/2, (...
[ "prasadgujar16@gmail.com" ]
prasadgujar16@gmail.com
c66813dc27d9e2abdd65f8383ff554f59fae05f5
0a60b3b6e8107b9babb1d2681328e11e32a4fc66
/Threader/Spec/MSWin/src/winntThrMgr.cpp
36a13b976f7c7442454ed5b1a617b934aaec3661
[]
no_license
hugodro/Plzen-GenComp
9857a2f372c89058218ae7fafb4f06c429563981
b6df4d06b685b2e8e67ac1a08b343b8deaaac275
refs/heads/master
2022-07-16T22:55:10.229262
2020-05-20T01:11:49
2020-05-20T01:11:49
265,406,873
0
0
null
null
null
null
UTF-8
C++
false
false
902
cpp
/************************************************** * File: winntThrMgr.cc. * Desc: Implementation of the WntThreadManager class * Module: AkraLog : JavaKit. * Rev: 23 septembre 1997 : REV 0 : Hugo DesRosiers : Creation. **************************************************/ #include "winntThread.h" #include "winntThrMgr...
[ "" ]
76da9a5aaa8041d370e4b1cbe3d8261f96292b98
83f4d580e60eeceaf8587463d2c3e94cd0001ee6
/timetable-generator/timetable-generator/weighting.hpp
7394dde292fb9e2619e4b77d2e6351134bc1672e
[ "MIT" ]
permissive
ApplePy/timetable-generator
36ee0dd88cc0e56b68c079a9de5aafcdbca169af
fb4d7ede66ed17f3c2c0f760f5d836b90b4bd8c6
refs/heads/master
2021-05-31T03:12:12.105994
2016-02-10T16:20:29
2016-02-10T16:20:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,615
hpp
// // weighting.hpp // timetable-generator // // Created by Darryl Murray on 2015-06-30. // Copyright © 2015 Darryl Murray. All rights reserved. // #ifndef weighting_cpp #define weighting_cpp #include <vector> #include <string> #include <cmath> #include "dist/json/json.h" #include "math_funcs.hpp" #include <asse...
[ "darrylmurray@me.com" ]
darrylmurray@me.com
68791f90707df70b74e962ae48c2cd8d0f916da3
021cc0d46ba9bbfdb4746bb695b7dc1fb78dfc47
/RenderEngine/GraphicsPad/RenderEngine/VertexShaderInfo.h
94e206e963f9326e2d66eab03efb47ee19916881
[]
no_license
Andrew199617/Imagine
1407057d989fda993e541565acc218a9de6152fa
f2f0f0296433995dec9bbf7a3bcbea15b73209df
refs/heads/master
2021-01-17T20:50:47.782839
2017-02-14T20:25:49
2017-02-14T20:25:49
59,882,742
0
0
null
null
null
null
UTF-8
C++
false
false
1,207
h
#pragma once #include "GL\glew.h" #pragma warning(push) #pragma warning (disable:4201) #include <glm.hpp> #pragma warning(pop) #include <string> #include "..\ConfigReader.h" class VertexShaderInfo { public: VertexShaderInfo(const char* path = "..\\Graphicspad\\Shader\\VertexShaderCode.glsl"); ~VertexShaderInfo(); s...
[ "andrewmauro199617@yahoo.com" ]
andrewmauro199617@yahoo.com
93d06216b1f07070b5e5246937eaaa9aa06bb3d3
3a7cea52cbc6dd0394a2f164516f770e4bff818d
/chrome/browser/android/offline_pages/downloads/offline_page_download_bridge.cc
ab5c97918e6bbb99e188892754c638a28e1aa1cd
[ "BSD-3-Clause" ]
permissive
gyf821/chromium
d73b4219963b6827ecd9a8cf9995147dcf10cafd
04968fe41e04b5f33305d9584561909760d9c3c7
refs/heads/master
2023-03-04T13:49:23.432721
2017-06-02T22:34:00
2017-06-02T22:34:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
18,783
cc
// Copyright 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 "chrome/browser/android/offline_pages/downloads/offline_page_download_bridge.h" #include <vector> #include "base/android/jni_string.h" #include...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
d7b92cc101857c02479909be7b29977a559416df
c46bf728fce5b554ee947f45f0acd2303f5af205
/samples/deeplearning/gxm/include/Solver.hpp
ac33e5a3ed5db2e045a7b609d86049174a6031d3
[ "BSD-3-Clause" ]
permissive
adarshpatil/libxsmm
25af4c9b3467a5ac2dc4d243508f5b80578b2307
26e329eb26e1f5a925d92a0a46bb30e6e3af423d
refs/heads/master
2020-03-09T15:57:37.146639
2018-04-10T01:27:44
2018-04-10T01:27:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,880
hpp
/****************************************************************************** ** Copyright (c) 2017-2018, Intel Corporation ** ** All rights reserved. ** ** ** ...
[ "alexander.heinecke@intel.com" ]
alexander.heinecke@intel.com
c6a61764759949913bf02b54def66b41cbb38472
549526b112480aab8d7d1c2a9f930fd37d080254
/Payload/IPayload.h
670252589dc82a7ebed5505dd341a74743a66377
[]
no_license
topkoong/NoSqlDb
c53de06f70fad22db117e967f6356121733b2759
55e3b675eab322a2bfc2e49a65405bebcecd5ff4
refs/heads/master
2021-04-06T09:57:46.510656
2018-03-11T01:30:09
2018-03-11T01:30:09
124,710,460
1
0
null
null
null
null
UTF-8
C++
false
false
1,318
h
#pragma once /////////////////////////////////////////////////////////////////////// // IPayLoad.h - declare language for serializing a PayLoad instance // // ver 1.0 // // Jim Fawcett, CSE687 - Object Oriented Design, Spring 2018 // ///////////////////...
[ "engineer_top@msn.com" ]
engineer_top@msn.com
270b16fca98cf5d345b2d78484ee908e7b0d5eb9
409d35f206f779461563029c519cf4749719dfab
/Export/mac64/cpp/obj/src/openfl/_v2/display/Graphics.cpp
36d58b8f1b20c8d0a559077c2e982d23c8f0e9cc
[]
no_license
JayArmstrongGames/SushiCat
80f0d9688dc0a0b7d715654fd9cdf357cf53ae9a
2d49002d4c478c92531771d9adc20bc1d725f178
refs/heads/master
2021-01-20T12:21:12.479251
2014-10-21T11:39:15
2014-10-21T11:39:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
41,204
cpp
#include <hxcpp.h> #ifndef INCLUDED_openfl__v2_Lib #include <openfl/_v2/Lib.h> #endif #ifndef INCLUDED_openfl__v2_display_BitmapData #include <openfl/_v2/display/BitmapData.h> #endif #ifndef INCLUDED_openfl__v2_display_CapsStyle #include <openfl/_v2/display/CapsStyle.h> #endif #ifndef INCLUDED_openfl__v2_display_Graph...
[ "JayArmstrong@Jays-iMac.local" ]
JayArmstrong@Jays-iMac.local
8f1427bfc00e997d25a83bdbc68f353aa3376a52
f2df516d315ca2841191ff4f6ada7c8d1cc31273
/calculation_functors.h
8fa2700ee899d157b67a595283d9674b82f3b4ff
[ "BSD-3-Clause" ]
permissive
torcolvin/gpusimilarity
4d289310648fb482ea1323b5ca49b16e9be8ea9d
14cb106177c3aa27d49089352b4682cac89da104
refs/heads/master
2020-04-17T01:14:38.939098
2019-01-16T19:29:55
2019-01-16T19:29:55
166,083,241
0
0
null
2019-01-16T17:38:42
2019-01-16T17:38:42
null
UTF-8
C++
false
false
1,179
h
#pragma once #include <QVector> #include "types.h" namespace gpusim { /** * Functor used to perform tanimoto similarity on CPU via std::transform */ struct TanimotoFunctorCPU{ const int* m_ref_fp; const int m_fp_intsize; const int* m_dbdata; float* m_output; TanimotoFunctorCPU(const gpusim::Fin...
[ "noreply@github.com" ]
torcolvin.noreply@github.com
ceaffcb69e78209b7f084b101a8f99be26208151
b7eff0871c84e037b90bec2b38e4c01d46166b3f
/clickhouse-gpu/dbms/src/Storages/StorageFile.cpp
2f606d5cbcf739664da693cff6dea72dcd682245
[ "Apache-2.0" ]
permissive
callaby/clickhouse-gpu
607244409cf339bf6d6789c58dafef5e4f0ab97f
6b93025d4ad9abf0f58d5264157fe656e08b125e
refs/heads/master
2022-12-10T03:14:08.586756
2022-07-12T18:52:06
2022-07-12T18:52:06
239,655,171
14
5
null
2022-12-07T23:54:18
2020-02-11T02:02:13
C++
UTF-8
C++
false
false
10,267
cpp
#include <Storages/StorageFile.h> #include <Storages/StorageFactory.h> #include <Interpreters/Context.h> #include <Interpreters/evaluateConstantExpression.h> #include <Parsers/ASTLiteral.h> #include <Parsers/ASTIdentifier.h> #include <IO/ReadBufferFromFile.h> #include <IO/WriteBufferFromFile.h> #include <IO/WriteHel...
[ "asolovey@nvidia.com" ]
asolovey@nvidia.com
e36f9381279fa32f7158381bf8329f7d970b375a
681b5ff086fec7e59f0b451351bbd9914f3cc641
/drivers/SerialDevice/DbWrite.hh
2d5d3fc6d32792e53b2e2217f7987d317dcc956d
[]
no_license
magic-upenn/magic2010
21615ea0dbd96437ffc18d89d3e37715790ca119
64840131389f449f823df919279639362395fb96
refs/heads/master
2020-05-18T17:28:19.590398
2014-06-15T16:35:38
2014-06-15T16:35:38
10,067,677
1
0
null
null
null
null
UTF-8
C++
false
false
854
hh
#ifndef DB_WRITE_HH #define DB_WRITE_HH #include <db_cxx.h> #include "Timer.hh" #include <fstream> #include "PointerQueueBuffer.hh" #define DB_WRITE_DEF_PAGE_SIZE 32*1024 #define DB_WRITE_DEF_CACHE_SIZE 1024*1024 namespace Upenn { class DbWrite { //constructor public: DbWrite(); //destructor pu...
[ "akushley@61389559-6c2a-4883-acdc-2d27d9f19ada" ]
akushley@61389559-6c2a-4883-acdc-2d27d9f19ada
43e98a263200797345aca15de4e18e85c3eaafad
94756fc2d8a9966cde2fd3d31931dee6496431fd
/src/rpcdump.cpp
ab34c5525abff180401d8ce931765bc659ded864
[ "MIT" ]
permissive
Rena05/BikCoin
bd24e564b7ed74f5babd7f1c40146153dc83995c
94e623cc17b8a87b3a3174c703120d08426e6c3d
refs/heads/master
2021-08-16T01:24:09.707071
2017-11-18T18:57:15
2017-11-18T18:57:15
111,230,221
0
0
null
null
null
null
UTF-8
C++
false
false
2,704
cpp
// Copyright (c) 2009-2012 Bitcoin Developers // Copyright (c) 2011-2012 Litecoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "init.h" // for pwalletMain #include "bitcoinrpc.h" #include "ui_interface...
[ "rena.mar05@gmail.com" ]
rena.mar05@gmail.com
352319f240f33d73386d0e167c5bac854471922f
91e3e30fd6ccc085ca9dccb5c91445fa9ab156a2
/Examples/Display_Shaders/HSVSprite/Sources/hsv_sprite_batch.cpp
827ff59beaceacbafb4d6cc81cbf5ef03e6d8ce7
[ "Zlib" ]
permissive
Pyrdacor/ClanLib
1bc4d933751773e5bca5c3c544d29f351a2377fb
72426fd445b59aa0b2e568c65ceccc0b3ed6fcdb
refs/heads/master
2020-04-06T06:41:34.252331
2014-10-03T21:47:06
2014-10-03T21:47:06
23,551,359
1
0
null
null
null
null
UTF-8
C++
false
false
5,010
cpp
/* ** ClanLib SDK ** Copyright (c) 1997-2013 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...
[ "rombust@hotmail.co.uk" ]
rombust@hotmail.co.uk
0ce146636eb1092dc053719e46af8ed267b8eaad
1b7cd2ac4d4f8a8ce57660c5e0e00af25c20885d
/DonglePro5/ISetDongleToNomalMode/ISetDongleToNomalMode.cpp
6e4fa4c7b7847f6e40e29de33ce3c26dd601f79b
[]
no_license
rockduan/DongleModule
24c0c594d14dae3000a991e87cd9c71b5206386c
a9ea8157e90387cd3f22c046cdd5ecf0a28cfb48
refs/heads/master
2021-05-02T08:57:58.146504
2014-10-24T03:14:09
2014-10-24T03:14:09
25,669,090
0
0
null
null
null
null
UTF-8
C++
false
false
293
cpp
#include "ISetDongleToNomalMode.h" ISetDongleToNomalMode::ISetDongleToNomalMode() { //ctor } ISetDongleToNomalMode::~ISetDongleToNomalMode() { //dtor } void ISetDongleToNomalMode::SetDongleToNomalMode() { cout<<"ISetDongleToNomalMode::SetDongleToNomalMode()"<<endl; }
[ "duanrock@foxmail.com" ]
duanrock@foxmail.com
ced91fab8497f94f515902b6af49834984eeca93
43eb4b71987a11905dfacfd684c20247f171b689
/solution/134/solution.cpp
43ebaba26240063f546c1b394f4981c66a9dce93
[]
no_license
youjiajia/learn-leetcode
a44cd994df1f103cd284e561ac82580739dcdeaa
f87b018f7abcdc6e7ae7532810688f9a9d8cbb41
refs/heads/master
2021-09-14T23:39:26.459338
2018-05-22T12:11:13
2018-05-22T12:11:13
104,706,976
0
0
null
null
null
null
UTF-8
C++
false
false
969
cpp
#include <stdio.h> #include <vector> class Solution { public: int canCompleteCircuit(std::vector<int>& gas, std::vector<int>& cost) { int sum_remain = 0; int max_gas_sum = 0; int max_gas_begin = 0; for(int i=0;i<gas.size();i++){ int once_remain = gas[i] - cost[i]; ...
[ "jasonyou.info@gmail.com" ]
jasonyou.info@gmail.com
f78bac84fc10d38c91a7f4a2d0e5511663ae5a9e
0f6ae94ae0221ae945ce6122f866194da2eb5283
/.svn/pristine/f7/f78bac84fc10d38c91a7f4a2d0e5511663ae5a9e.svn-base
21f48493d3b53fbdab76aeade4c6a6b5a434517c
[ "NCSA" ]
permissive
peterdfinn/safecode-mainline
2a1621ef839a30664477bbd300123eb16bd204d1
a5587ccd5dfb261ca39b88855879563230f38ce0
refs/heads/master
2021-01-18T15:23:26.296177
2015-09-03T04:23:34
2015-09-03T04:23:34
38,640,903
1
0
null
null
null
null
UTF-8
C++
false
false
5,595
//===-- User.cpp - Implement the User class -------------------------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "peterdfinn@icloud.com" ]
peterdfinn@icloud.com
f2b2d4d5368dab9345b9bcee1b75c21c934f9994
dfd297e79f8a728fabc02ee0ff36f78d7b2b90d5
/examples/hello-world/src/mode3.hpp
db78b62da8acc374805d6a146c80f1b26ffd62ed
[]
no_license
jdiemke/gba-dev
9ea6b22315a03d9e20df6efe49a9067542f06d1f
075cd175c670dc4ce112e386bfc23da1f0a8c521
refs/heads/master
2020-06-29T00:40:56.284955
2019-08-25T11:57:21
2019-08-25T11:57:21
200,387,664
0
0
null
null
null
null
UTF-8
C++
false
false
70
hpp
void setDisplayMode(u32 mode); void setPixel(int x, int y, u16 color);
[ "johannesdiemke128@gmail.com" ]
johannesdiemke128@gmail.com
07d7b1c545194b9734fb8011393c48f6b8b5f832
74d1f978c0a4dfbf9805eaf11b42d447c9afa8e4
/TareaLabProgramacion3/TareaLabProgramacion3/ArithmeticExpression.cpp
ead4999f632a354bafde45a7bfccfa36aa1b9ace
[]
no_license
KevinSantos1998/avanceLab-p-3
44efd63b8745925f8a7f8dc45274076d5d857856
92ed6ec01a31cb7a65bdbedde43d1c4fbc97ee19
refs/heads/master
2020-04-27T20:10:56.744931
2019-03-09T04:43:08
2019-03-09T04:43:08
174,648,374
0
0
null
null
null
null
UTF-8
C++
false
false
399
cpp
#include "pch.h" #include "ArithmeticExpression.h" #include <iostream> #include "Addition.h" int ArithmeticExpression::getValue() { return 0; } ArithmeticExpression::ArithmeticExpression(){ } ArithmeticExpression::ArithmeticExpression(Expression *E, Expression *I) { this->e = E; this->i = I; } string Arithmet...
[ "noreply@github.com" ]
KevinSantos1998.noreply@github.com
565000a4ca3eac04a866c02464add64e90d05199
74d91f18c37b103dc8d0d5eaa65586eadb1abbd4
/util.h
b362b7d5f3f9aaf892c2672a787477f8c9011289
[]
no_license
QuentinGouchet/Cryptographic-Calculator
b3b0666248ea4759c615c1e152583340c34c17b0
8039989fd1d5b67be461a1d917aa164598ff831c
refs/heads/master
2021-01-21T12:23:21.843461
2014-05-28T12:24:15
2014-05-28T12:24:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
261
h
#ifndef UTIL_H #define UTIL_H #include <stdio.h> #include <stdlib.h> #include "gmp.h" typedef struct{ unsigned char* string; unsigned int size; }buff_t; class Util { public: static buff_t convert(mpz_t,unsigned int); }; #endif // UTIL_H
[ "quentin.gouchet@gmail.com" ]
quentin.gouchet@gmail.com
1614227bbc9dbf22333431731c142d1d2dac1af8
3b74241704f1317aef4e54ce66494a4787b0b8c0
/AtCoder/ABC208/C.cpp
3b8e5772946c0db0dfc2a3ad54ee06bbe4c6cda4
[ "CC0-1.0" ]
permissive
arlechann/atcoder
990a5c3367de23dd79359906fd5119496aad6eee
a62fa2324005201d518b800a5372e855903952de
refs/heads/master
2023-09-01T12:49:34.034329
2023-08-26T17:20:36
2023-08-26T17:20:36
211,708,577
0
0
CC0-1.0
2022-06-06T21:49:11
2019-09-29T18:37:00
Rust
UTF-8
C++
false
false
3,330
cpp
#include <algorithm> #include <climits> #include <cmath> #include <cstdio> #include <cstring> #include <functional> #include <iomanip> #include <iostream> #include <limits> #include <list> #include <map> #include <numeric> #include <queue> #include <set> #include <sstream> #include <string> #include <tuple> #include <t...
[ "dragnov3728@gmail.com" ]
dragnov3728@gmail.com
6d23543ff70b5084dde81dd63d505d9919378462
0bbd62253224e22395b9f306ef25e88ad0e8578e
/Breakout-Win-Test/CollisionCalculatorTest.cpp
e3b36ba90b907fc1d3daa1d7e03e4b9614e77f46
[ "MIT" ]
permissive
huddeldaddel/breakout-go
4c1d73ba87e96c0d8fc9657611641de6dcb4cd24
08feaaa2d49327c9e3085ed29ac80ba4e30db22e
refs/heads/master
2020-04-22T01:08:41.524252
2019-05-01T10:51:32
2019-05-01T10:51:32
170,004,851
0
1
MIT
2019-03-23T10:27:15
2019-02-10T17:26:53
C++
UTF-8
C++
false
false
5,728
cpp
#include "CppUnitTest.h" #include "../Breakout-Go/Ball.h" #include "../Breakout-Go/CollisionCalculator.h" #include "../Breakout-Go/Device.h" #include "../Breakout-Go/Level.h" #include "../Breakout-Go/Line.h" #include "TestDevice.h" using namespace Microsoft::VisualStudio::CppUnitTestFramework; TEST_CLASS(CollisionC...
[ "35447824+huddeldaddel@users.noreply.github.com" ]
35447824+huddeldaddel@users.noreply.github.com
68cfd0826a826cdd7149cdd5e651c3fc2975e549
e4c432f43fb1711d7307a25d5bc07f64e26ae9de
/rediscpp/ConnectionPool.cpp
1f77b417e8989b91bb80224cca68b3a3ac339980
[]
no_license
longshadian/zylib
c456dc75470f9c6512a7d63b1182cb9eebcca999
9fde01c76a1c644d5daa46a645c8e1300e72c5bf
refs/heads/master
2021-01-22T23:49:11.912633
2020-06-16T09:13:50
2020-06-16T09:13:50
85,669,581
2
1
null
null
null
null
GB18030
C++
false
false
3,019
cpp
#include "ConnectionPool.h" #include <algorithm> #include <cassert> namespace rediscpp { ConnectionGuard::ConnectionGuard(ConnectionPool& pool) : m_pool(pool) , m_conn(nullptr) { m_conn = m_pool.getConn(); } ConnectionGuard::~ConnectionGuard() { if (m_conn) { m_pool.rleaseConn(std::move(m_conn)); } } ...
[ "guangyuanchen001@163.com" ]
guangyuanchen001@163.com
364dc16dddd3901fd34d9d6de79e318ea68a06c6
ef3917be2687fe8da1fd00581b5eba33653e101b
/bubblesort.cpp
5f6e21ea862a36986306bc3d91a7dd3bae73d0fc
[]
no_license
sametsalgin/Sorting_Performance
650c972f94e24c29af3faa1e0797cb04bd004473
ab3c42e17d6cce4c26e74cc1655c4d7c235a8b5a
refs/heads/master
2021-01-04T11:05:57.632731
2020-02-14T14:00:36
2020-02-14T14:00:36
240,519,827
0
0
null
null
null
null
WINDOWS-1258
C++
false
false
924
cpp
/***************************************** * bubblesort.cpp * ***************************************** * IDE : Visual Studio 2017 * * Author : Samet SALGIN -152120151070* * Experiment 7: –Siralama Algoritmalari * *created on =23 ARALIK 2018 * *****************************************/ #include "bubblesort.h" ...
[ "noreply@github.com" ]
sametsalgin.noreply@github.com
d9b10b4233585f2ba6774b25c3c6c4b948c7c348
499a4f2c530023a39ed7a0d2d6077d570c37e651
/SDK/RoCo_WBP_KeyCallout_classes.hpp
a75157b0cbe6cf758846e1ccd135ecff25417932
[]
no_license
zH4x/RoCo-SDK
e552653bb513b579ab0b1ea62343365db476f998
6019053276aecca48b75edd58171876570fc6342
refs/heads/master
2023-05-06T20:57:27.585479
2021-05-23T06:44:59
2021-05-23T06:44:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,832
hpp
#pragma once // Rogue Company (0.59) SDK #ifdef _MSC_VER #pragma pack(push, 0x8) #endif #include "RoCo_WBP_KeyCallout_structs.hpp" namespace SDK { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- /...
[ "30532128+pubgsdk@users.noreply.github.com" ]
30532128+pubgsdk@users.noreply.github.com
e7df0451dae1f3e171c9fd844628fd8ea8760ecf
77d019af4bce57ac48a796178db456397a07535e
/OC语言/ProgramCollection/Block底层原理探究/test_block_code/main+2.cpp
1833270a5fe59034d0f9df80796708601298ce9a
[]
no_license
Kasign/Demos
f4698e9b56de2a5efa60c437f49a0c18609bd943
ff6965f1591d9a6b61055b1d5e7d4413b86056a8
refs/heads/master
2023-08-03T11:08:21.054957
2023-02-13T09:59:58
2023-02-13T09:59:58
83,262,487
4
1
null
null
null
null
UTF-8
C++
false
false
3,488,020
cpp
#ifndef __OBJC2__ #define __OBJC2__ #endif struct objc_selector; struct objc_class; struct __rw_objc_super { struct objc_object *object; struct objc_object *superClass; __rw_objc_super(struct objc_object *o, struct objc_object *s) : object(o), superClass(s) {} }; #ifndef _REWRITER_typedef_Protocol typedef struct...
[ "393890129@qq.com" ]
393890129@qq.com
2cb1b985f30e8584999edc6e465ddaa5161c493a
d56feed94e4842bb89324150fb8ffcd65ff23b39
/heart/src/posix/pal/base/hDebugMacros.cpp
f20b4fcee945c864091f4b5975147c1a7c28057a
[ "Zlib", "FTL" ]
permissive
JoJo2nd/Heart
421830c5ba09ed92ab68edab94d1416146dcf676
4b50dfa6cbf87d32768f6c01b578bc1b23c18591
refs/heads/master
2021-01-10T20:44:09.213276
2016-01-30T21:41:07
2016-01-30T21:41:07
3,228,772
2
0
null
null
null
null
UTF-8
C++
false
false
3,549
cpp
/******************************************************************** Written by James Moran Please see the file HEART_LICENSE.txt in the source's root directory. *********************************************************************/ #include "pal/hPlatform.h" #include "base/hTypes.h" #include <stdio.h> #inclu...
[ "jojo.2nd.jm@gmail.com" ]
jojo.2nd.jm@gmail.com
45bedb810f42c56f8a9cd37ce6b06ce2a660b099
3ea34c23f90326359c3c64281680a7ee237ff0f2
/Data/1702/H
4c024479b9b18135acb491e52327d75a53a4a661
[]
no_license
lcnbr/EM
c6b90c02ba08422809e94882917c87ae81b501a2
aec19cb6e07e6659786e92db0ccbe4f3d0b6c317
refs/heads/master
2023-04-28T20:25:40.955518
2020-02-16T23:14:07
2020-02-16T23:14:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
92,506
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | foam-extend: Open Source Cstd::filesystem::create_directory();FD | | \\ / O peration | Version: 4...
[ "huberlulu@gmail.com" ]
huberlulu@gmail.com
666a56803c5f6414e7880f27dd75589247bf1b5e
3c47e67d7caa872c81d8c772a5817c958faef14b
/Source/RealityOne/Private/OpenableDoor.cpp
08ae90e43ce6d327b9de0aabf2f88912e29aec86
[]
no_license
hannojg/TheReality---Experience-AR-in-VR
7a7f091798cd08dcb2dc62760c4110cf718c9d6d
acd47dd02a4aa02ad83f0a63e898eef4f4b0b7c3
refs/heads/master
2020-04-18T00:40:00.179579
2019-05-08T12:48:02
2019-05-08T12:48:02
167,086,070
0
0
null
null
null
null
UTF-8
C++
false
false
3,997
cpp
#include "OpenableDoor.h" #include "Engine/TriggerBox.h" #include "CoreUObject/Public/UObject/ConstructorHelpers.h" #include "CoreUObject/Public/UObject/UObjectGlobals.h" #include "Components/TimelineComponent.h" #include "Components/PrimitiveComponent.h" #include "Kismet/GameplayStatics.h" UOpenableDoor::UOpenableDoo...
[ "h.gdk@cernischi-und-goedecke.de" ]
h.gdk@cernischi-und-goedecke.de
a9455d6d6372f400711ebe1d0b5e00002a1380b0
1d16fdcbd5fbd91d8325170cb74115a045cf24bb
/Mint2/Include/MCursor.h
04b33895bb48d5971870feb362deb4d037b3d4f0
[]
no_license
kooksGame/life-marvelous
fc06a3c4e987dc5fbdb5275664e06f2934409b90
82b6dcb107346e980d5df31daf4bb14452e3450d
refs/heads/master
2021-01-10T08:32:53.353758
2013-07-28T18:15:09
2013-07-28T18:15:09
35,994,219
1
1
null
null
null
null
UTF-8
C++
false
false
987
h
// // Cursor // // Cursor, BitmapCursor, Animation Cursor // #ifndef MCURSOR_H #define MCURSOR_H class MBitmap; class MAniBitmap; class MAnimation; class MDrawContext; #define MCURSOR_NAME_LENGTH 32 // Abstract Cursor class class MCursor{ char m_szName[MCURSOR_NAME_LENGTH]; protected: frien...
[ "alexis.ddr@gmail.com@86145bcc-2932-641b-40bf-8db704073500" ]
alexis.ddr@gmail.com@86145bcc-2932-641b-40bf-8db704073500
f46a9976cf2071346a539c9a2bae954e55cf07bc
d8133fb5212bd7f3378f1038d9d56daaa5cbded2
/task7.cpp
0f36ac1fd87fc5790786c25f92ba310e00c3127e
[]
no_license
kundyzbekov/proglanglab12
9a242805775c088cb31bc01b4f705a520dc7c437
7c0a1739d250cf68eccac07a2cc5c517ff5dc982
refs/heads/master
2020-12-04T02:24:43.820251
2016-09-09T04:05:04
2016-09-09T04:05:04
67,764,289
0
0
null
null
null
null
UTF-8
C++
false
false
356
cpp
#include <iostream> #include <cmath> using namespace std; int main() { cout<<"Write two numbers"<<endl; double a,b; cin>>a>>b; double amean,gmean; amean=abs((a+b)/2); gmean=sqrt(a*b); cout<<"Arithmetical mean is "<<amean<<endl; cout<<"Geometrical mean is "<<gmean<<endl; ...
[ "noreply@github.com" ]
kundyzbekov.noreply@github.com
1a533613c68d622279252d22e9e85413ea2055fe
b0f97bddccb142a8d4d79abf7d3694d164e1016f
/imlementStackUsingTwoQueueMethod2.cpp
858b3a655161835f9707b5e48f568c34e3c55363
[]
no_license
itisha23/DataStructures
5ec84853b476612ce1d202be2748f124093793b4
1c7e1dd25aa36ab20b88c9f681c0845b1bec6a83
refs/heads/master
2021-04-09T14:59:01.969866
2019-07-03T01:07:29
2019-07-03T01:07:29
125,703,943
0
0
null
null
null
null
UTF-8
C++
false
false
839
cpp
/* Please note that it's Function problem i.e. you need to write your solution in the form of Function(s) only. Driver Code to call/invoke your function would be added by GfG's Online Judge.*/ /* The structure of the class is class QueueStack{ private: queue<int> q1; queue<int> q2; public: void push(int);...
[ "noreply@github.com" ]
itisha23.noreply@github.com
71f5c8271538931b423f66f934749677c0ef12f4
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/c++/Halide/2015/4/div_mod.cpp
0819117bf6b52443728678e7e423adac9519ab76
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
C++
false
false
13,251
cpp
#include <stdio.h> #include "Halide.h" #include <math.h> #include <algorithm> using namespace Halide; // Test program to check basic arithmetic. // Pseudo-random numbers are generated and arithmetic operations performed on them. // To ensure that the extremes of the data values are included in testing, the upper // ...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
c36bef27206ea7cdbac6f9c32942e8f5e344f10c
ade8bdc649ecc01b7bb20264cf44b6344b2a7494
/SDLProject/Boid.cpp
79057059da33690225617b7ddbfb9b4f93afd927
[]
no_license
Dallas-Mann/SDL-Flocking
0c46c0a75153fed4b3a38e841d669e6bb330c587
f6f29f4810718e2038aa897a14290ad4bdde04c2
refs/heads/master
2021-01-23T04:14:28.700741
2017-03-25T17:57:30
2017-03-25T17:57:30
86,179,006
0
0
null
null
null
null
UTF-8
C++
false
false
3,656
cpp
#include "Boid.h" #include "ScreenDimensions.h" #include <iostream> Boid::Boid(double x, double y, double angle, SDL_Renderer* renderer) : angle(angle), radius(2.0), maxSpeed(2), maxForce(0.03), renderer(renderer), loader() { if (loader.LoadFromFile("boid3.png", renderer)) { acceleration = Vector2D(0, 0); velocit...
[ "Dallas.mann94@gmail.com" ]
Dallas.mann94@gmail.com
d718eac2a70c079c16feba21d6c5796baedede8b
6212342eef5d79779798d2535660d27643d14828
/sys/scalar_arrays_0.no.cpp
a6f4568f9adea1810c83f97fa185f7da0f90ea66
[]
no_license
h4ck3rm1k3/hiphopphp-example-debian-package
4454ed15a2d87f917d8bc90531ce7f92acfe939c
0051c3002feff41b1899f96f424ae43984a54acf
refs/heads/master
2021-01-18T14:31:30.644561
2012-03-25T09:48:13
2012-03-25T09:48:13
3,797,121
4
2
null
null
null
null
UTF-8
C++
false
false
353
cpp
#include <runtime/base/hphp.h> #include <sys/global_variables.h> namespace hphp_impl_starter {} namespace HPHP { /////////////////////////////////////////////////////////////////////////////// void ScalarArrays::initialize() { SystemScalarArrays::initialize(); } /////////////////////////////////////////////////...
[ "root@hotelling.marketpsychdata.com" ]
root@hotelling.marketpsychdata.com
34e98cb5168fc2b75411ecc22c5ccce1e83c4ed8
9de0cec678bc4a3bec2b4adabef9f39ff5b4afac
/PWGGA/PHOSTasks/PHOS_Tagging/AliAnalysisPhotonDDA.cxx
8128bc16b021457409fefa0f5698ddfe50c4f98a
[]
permissive
alisw/AliPhysics
91bf1bd01ab2af656a25ff10b25e618a63667d3e
5df28b2b415e78e81273b0d9bf5c1b99feda3348
refs/heads/master
2023-08-31T20:41:44.927176
2023-08-31T14:51:12
2023-08-31T14:51:12
61,661,378
129
1,150
BSD-3-Clause
2023-09-14T18:48:45
2016-06-21T19:31:29
C++
UTF-8
C++
false
false
35,686
cxx
/************************************************************************** * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * * * Author: The ALICE Off-line Project. * * Contributors ...
[ "Dmitri.Peresunko@cern.ch" ]
Dmitri.Peresunko@cern.ch
2aeaab65cee5a86063df7887e14d86f579d5d25a
d4ea729d76e0d35e63549163c2dd4aefa294b116
/various/is-a-cow-an-animal/c++2.listing
5fa89b49ee6da110325415fac805f30c68f0c112
[]
no_license
pixel/syntax-across-languages-and-more
0b828f85e8d4bfb2fb5516be4f74564ec9149ef9
35b1cf33cecf6f4d157a8537b45912ebc26f40ec
refs/heads/master
2021-07-20T22:59:50.265799
2021-07-06T09:37:38
2021-07-06T09:58:58
72,857
14
8
null
2021-07-06T09:58:59
2008-11-07T16:09:42
HTML
UTF-8
C++
false
false
4,917
listing
// -*- C++ -*- #include <string> #include <vector> #include <typeinfo> #include <iostream> using namespace std; void mythrow(string s) { cerr << "error: " << s << "\n"; throw(s); } struct Food { int energy; Food(int energy) : energy(energy) {} virtual int eaten() { return energy; } }; struct Meat : Foo...
[ "pixel@rigaux.org" ]
pixel@rigaux.org
49aebd01de4152da12bd3df60061d30da57a2b95
ebfc6de17bfc09bd4a674b31be56e899fd264092
/DeferredRendering/Scene.cpp
0df08d79d5a8b3040d96a8cdcdbf7c7225f46a27
[]
no_license
sonyomega/DeferredRendering
2c9de3c89663024027e04a426bbdee4d479f37a5
afc3c756c7ac77bb4e09195c951139e0c15dd954
refs/heads/master
2021-01-15T20:48:32.026396
2013-04-21T22:33:23
2013-04-21T22:33:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
432
cpp
#pragma once #include "stdafx.h" #include "Scene.h" Scene::Scene(void) { m_Models.push_back(new Model(NULL, NULL)); srand(0); for (int x = 0; x < 64; x++) for (int y = 0; y < 10; y++) for (int z = 0; z < 64; z++) { if (rand()%2 == 0) voxels[x][y][z].State = Active; else voxels[x][y][z].S...
[ "alexandre.pestana@supinfo.com" ]
alexandre.pestana@supinfo.com
fc1a2938d9875b18f554ea23dceed1502f22ce4c
b28d0b5625008237eb8409adb05cffe6c04176c6
/src/sparse_and_dense.cpp
cce756d5dfaa0a0d8eba454766588cfe1fcfd751
[ "MIT" ]
permissive
DongdongBai/slumbot2017
daea025f342aa01181d0a9a003dcc003c65b68aa
f0ddb6af63e9f7e25ffa7ef01337d47299a6520d
refs/heads/master
2020-11-26T19:34:58.296865
2019-12-19T18:15:17
2019-12-19T18:15:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,374
cpp
// Maintains a set of sparse numerical values and dense numerical values // and a mapping between them. #include <stdio.h> #include <stdlib.h> #include "constants.h" #include "sparse_and_dense.h" SparseAndDenseInt::SparseAndDenseInt(void) : SparseAndDense() { sparse_to_dense_ = new unordered_map<unsigned int, uns...
[ "eric.jackson@gmail.com" ]
eric.jackson@gmail.com
dfddaf6f5f93eb9c7b2d03de12c571d08e77343e
dd7f3f83b781f61b3423c7c20850d06f3088a18a
/check_robots.cc
a92ca558ae7b3322c0e8d45414cf12c4a24f36f3
[ "Apache-2.0" ]
permissive
hundt/robotstxt
fb1a7decf97e8ffe3f193edc12e66eb8ad6ceb2f
3412b6922acfb23ceaaa83daca43f862c962bf61
refs/heads/master
2020-06-19T05:54:17.363456
2019-07-12T20:53:25
2019-07-12T20:53:25
196,587,859
0
0
null
2019-07-12T13:52:48
2019-07-12T13:52:47
null
UTF-8
C++
false
false
2,081
cc
// Copyright 2019 Google LLC // // 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
[ "chris@superbrilliant.io" ]
chris@superbrilliant.io
ff10bafaf029c8bf1cc3d6b8f5e4ba1d6933d03e
eb1f316580de4eb7f37632bb0cd7a4f1178f3386
/src/Account_Types.cpp
c7b27a17b4db5c6751ef04efbd43d6c2cfc7e297
[]
no_license
Ehab-Fawzy/Bank-System-c-
4376b2ad9e9097f60901ee0971494fa1dfcd87c1
7b37091bd86ca347075564344af676473ec4057b
refs/heads/master
2020-05-20T17:11:55.365968
2019-05-08T21:34:43
2019-05-08T21:34:43
185,682,351
0
0
null
null
null
null
UTF-8
C++
false
false
677
cpp
#include "Account_Types.h" int Account_Types::account_ID = 1; Account_Types::Account_Types() { this->ID = 0; this->Balance = 0; } void Account_Types::create_Account() { this->ID = this->account_ID; account_ID++; this->setBalance(); } int Account_Types::getId() { return this->ID; } int Acco...
[ "32040371+Ehab-Fawzy@users.noreply.github.com" ]
32040371+Ehab-Fawzy@users.noreply.github.com
720dde9a10c63f4ce94cc49373eb89fda9992bf9
6ed6c8a4c547388953db86a23597016a1c6aee90
/Game.h
51f22328a5f66834779a813080bf4cff8d99f5a0
[ "Zlib" ]
permissive
nitvic793/SirForgetsALot
60bb36bf963bdb41e6edb953dbf189bddac1929c
2b5cf20228c096c3d5d924e2dfa21a5ab4b66748
refs/heads/master
2020-06-11T07:41:10.002065
2016-12-06T13:02:15
2016-12-06T13:02:15
75,731,355
0
0
null
null
null
null
UTF-8
C++
false
false
271
h
#ifndef GAME_H_INCLUDED #define GAME_H_INCLUDED #include <SFML/Graphics.hpp> class Game { sf::RenderWindow Window; sf::Event Event; public: Game() : Window(sf::VideoMode(1366,768),"Sir ForgetsaLot") { } void run(); }; #endif // GAME_H_INCLUDED
[ "nithishvictor@gmail.com" ]
nithishvictor@gmail.com
9cf6151acdec025a07dbebdcdffd512b8b31e366
bd3cef6df6a6cc28af443752963560d059d4545f
/graphs/scc.cpp
471ef2d61a3b0766b22e6cfb88a44a872962f667
[ "CC0-1.0", "MIT" ]
permissive
Mayur1011/CodeBook
fe5581b50d3d7bcce5f85013db20c2b749186913
6bb5ffe6299c79a364cfa84d28520a1b3b5e4350
refs/heads/master
2023-08-29T11:08:24.307740
2021-11-09T14:28:59
2021-11-09T14:28:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,720
cpp
std::tuple<std::vector<std::vector<int>>, std::vector<std::vector<int>>, std::vector<int>> find_scc(const std::vector<std::vector<int>>& g, int const Base = 0) { std::vector<int> val, z, component; std::vector<std::vector<int>> scc; int timer = 0, total_components = 0; const auto dfs = [&](co...
[ "navneel.singhal@ymail.com" ]
navneel.singhal@ymail.com
4dee04ceaab6ed99faafe9a7105596ac5cbcf6d4
db6903560e8c816b85b9adec3187f688f8e40289
/VisualUltimate/WindowsSDKs/vc7_64/Src/mfc/tooltip.cpp
27dc28e89bf1324b1dd3b8ca88e02d35d0f397c5
[]
no_license
QianNangong/VC6Ultimate
846a4e610859fab5c9d8fb73fa5c9321e7a2a65e
0c74cf644fbdd38018c8d94c9ea9f8b72782ef7c
refs/heads/master
2022-05-05T17:49:52.120385
2019-03-07T14:46:51
2019-03-07T14:46:51
147,986,727
4
1
null
null
null
null
UTF-8
C++
false
false
14,566
cpp
// This is a part of the Microsoft Foundation Classes C++ library. // Copyright (C) 1992-1998 Microsoft Corporation // All rights reserved. // // This source code is only intended as a supplement to the // Microsoft Foundation Classes Reference and related // electronic documentation provided with the library. /...
[ "vc6@ultim.pw" ]
vc6@ultim.pw
05c3be16839bc7e75457ff49b2c0e71d36968dd7
b60f89e5d2ccf346dff5a2bc7523ef307842d64a
/Tests/Editor/Uis/Hierarchy.hpp
21ad0ae1dba23f9606da107062290db6c5692a89
[ "MIT" ]
permissive
EQMG/Acid
bebcffa21c27bbdf5dd9afb8bb964e04a483ab74
2ff8adee30cfb571d27a1d937689608ccea12734
refs/heads/master
2023-08-08T06:04:20.040879
2022-07-19T05:41:12
2022-07-19T05:41:12
96,174,151
1,388
166
MIT
2021-09-12T18:16:24
2017-07-04T04:07:10
C++
UTF-8
C++
false
false
626
hpp
#pragma once #include <Uis/Inputs/UiButtonInput.hpp> #include <Uis/Inputs/UiGrabberInput.hpp> #include <Uis/Inputs/UiSliderInput.hpp> #include <Uis/Inputs/UiTextInput.hpp> //#include <Uis/Inputs/UiColourWheel.hpp> #include <Uis/UiSection.hpp> #include <Uis/UiPanel.hpp> #include <Guis/Gui.hpp> using namespace acid; n...
[ "mattparks5855@gmail.com" ]
mattparks5855@gmail.com
0e8355296e05f63eaf8e2dd07d814d429750ce6d
e0d191a56966fbf2b5c75bb04f94c067ee2525d4
/Labs/Lab 12/q1.cpp
d75160c5ce9f65cddb3888c5a3988c91029b5e0f
[]
no_license
rishabh-live/oop-w-cpp-4-sem
ec0087819410e4d5351e680f7dad6b0796bd4b78
df6cd7cc4a1e7ec648c2103f3c86772cde8d9439
refs/heads/main
2023-04-22T15:12:51.078198
2021-05-10T07:05:55
2021-05-10T07:05:55
330,564,856
1
0
null
null
null
null
UTF-8
C++
false
false
411
cpp
#include <bits/stdc++.h> using namespace std; // use of try-catch block for exception handling int main() { int age; cout << "Enter Your Age: "; cin >> age; try { if (age >= 18) cout << "Acceess Granted - you are old enough\n"; else throw (age); } catch (int age1) { cout << "Access De...
[ "rishabh12536@gmail.com" ]
rishabh12536@gmail.com
168d9cab9843eaf49d9f58b26f56334b059d70c0
38c833575af2f7731379fe145ba9ca82c4232e73
/Volume11(ICPC-Domestic)/aoj1137_NumeralSystem.cpp
ba48583e5434a8900aaa9604ed34ca5742449710
[]
no_license
xuelei7/AOJ
b962fad9e814274b4c24ae1e891b37cae5c143f2
81f565ab8b3967a5db838e09f70154bb7a8af507
refs/heads/main
2023-08-26T08:39:46.392711
2021-11-10T14:27:04
2021-11-10T14:27:04
426,647,139
0
0
null
null
null
null
UTF-8
C++
false
false
1,627
cpp
#include <bits/stdc++.h> using namespace std; #define rep(i, a, b) for (int i = (int)(a); (i) < (int)(b); (i)++) #define rrep(i, a, b) for (int i = (int)(b) - 1; (i) >= (int)(a); (i)--) #define all(v) v.begin(), v.end() typedef long long ll; template <class T> using V = vector<T>; template <class T> using VV...
[ "yuxuelei52@hotmail.com" ]
yuxuelei52@hotmail.com
8fa41962aba784e24555b606fe0db65393d9de76
a4e12f7b14bf563b8c6b473268c8087c51c0cc12
/src/vitis_security_benchmarks/adler32/adler32_security_benchmark/Emulation-HW/Adler32Kernel.build/link/vivado/vpl/prj/prj.ip_user_files/bd/pfm_dynamic/sim/pfm_dynamic_sci.h
dd4b1d62f006a87c2947fe896f4dc1de4eeab6c1
[]
no_license
BabarZKhan/xilinx_ETH_training_winterschool_2021
49054f85dfab1b4b75e3f4f85244bb8428cdf983
bd2f2f1fc9cf524bee432970d9b10d21c013dda1
refs/heads/main
2023-09-02T07:24:15.182179
2021-11-22T09:09:28
2021-11-22T09:09:28
329,877,240
0
0
null
null
null
null
UTF-8
C++
false
false
2,235
h
//File Automatically generated by SystemC Netlister Time #ifndef PFM_DYNAMIC_SCI_H #define PFM_DYNAMIC_SCI_H #include "systemc.h" #include "xtlm.h" #include "utils/xtlm_aximm_transview.h" #include "utils/xtlm_aximm_transaction_logger.h" #include "utils/xtlm_axis_transaction_logger.h" #include "pfm_dynamic_dpa_mon0_0_sc...
[ "centos@ip-172-31-58-45.ec2.internal" ]
centos@ip-172-31-58-45.ec2.internal
40c94c82d7544a4703869cc60d78dcad208401ac
f5f5b1000d5802ca13fe506871652173be3ef430
/pw_sync/mutex.cc
416182ed9309cfce4018a1ad40cf5ae29e758f5e
[ "Apache-2.0" ]
permissive
mohrr/pigweed
a91dec259de743405609bb551da923e426e0368b
a10ebdb9cbd2a836bb35665d200ccb3968b19f7c
refs/heads/main
2023-03-20T00:12:56.997632
2021-03-11T03:50:13
2021-03-11T04:19:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,351
cc
// Copyright 2020 The Pigweed Authors // // Licensed under the Apache License, Version 2.0 (the "License"); you may not // use this file except in compliance with the License. You may obtain a copy of // the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agre...
[ "pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com
e07d76ac73f3425683b9d302a9494545b12e3a7f
84dd2490c7b5dda1fa01ba4bd5530dca00b3e8e7
/src/Main-Ctrl/BN/BNpos.cpp
63e580e7d704b2df4f25be9c96ebb506a65fa36e
[]
no_license
eglrp/laser_slam
2c6e58f7a8bbf5c94f7024d2aebae3eca69de4fa
83e980848e029a6addd937956b6e524b6d89c632
refs/heads/master
2020-04-07T04:52:49.104644
2017-04-15T20:55:23
2017-04-15T20:55:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,863
cpp
#include "BNpos.h" /* FILE *fp; pthread_t id1; bool endthread=false; void* readthreadFunction(void *arg) { BNpos* robotpos1=(BNpos*)arg; robotpos1->listenUART(); } void* printfthreadFunction(void *arg) { BNpos* robotpos1=(BNpos*)arg; unsigned int recvtmp=0; while(1) { if(!endthread...
[ "hxzhang1@ualr.edu" ]
hxzhang1@ualr.edu
88ada1106891c48af04a3a988b972eed1807059f
ee96855e67b090cd754f01cff5eac8ce47ef4919
/SJD_Maze_Find.ino
bcd8c56fdec786044a5e8a607a97ec451a75ea6a
[ "MIT" ]
permissive
sivads/SJD_Maze_Find
e7ded2ca45062de227f262701e1279975f5e5e25
56cbcad39712ac1b967671ac8706aed5e4c0efe8
refs/heads/master
2020-05-18T11:00:09.073208
2014-07-13T19:05:31
2014-07-13T19:05:31
21,795,903
3
1
null
null
null
null
UTF-8
C++
false
false
27,248
ino
/**************************************************************************************** Programming by S. Davis and J. Davis (c) SJ Davis Robotics Date: 06/2014 This program aims to demonstrate the maze navigation and line following functionality of the ArcBotics Sparki robot platform usi...
[ "sdavis@sjdavisrobotics.com" ]
sdavis@sjdavisrobotics.com
07cdb80c7da5a6098e3f7bdbc8ecd7891506920a
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/squid/gumtree/squid_repos_function_1368_squid-3.3.14.cpp
8fee0b3735c84077789e6e91ad75a428fc69ab86
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
134
cpp
void DelayUser::operator delete (void *address) { DelayPools::MemoryUsed -= sizeof (DelayUser); ::operator delete (address); }
[ "993273596@qq.com" ]
993273596@qq.com
dab458754f4f216fd4e75d8edcc76d685da66059
e9175b63c7b5c19678a1a8e5e334aed63952aa69
/mypic.h
f43a0a2bc55e2445c9d4cf7b65847d6199533f63
[]
no_license
salty-Frankenstein/FR_RayTracer
ecd7e30a1ee6cd537adf6cd9ccb03f43aa53b0b3
c4236c8305d4e601d2015df727f85a66ef509306
refs/heads/master
2020-03-26T02:04:54.981391
2019-06-26T04:35:44
2019-06-26T04:35:44
144,396,144
2
0
null
null
null
null
UTF-8
C++
false
false
2,591
h
#pragma once #include<cstdio> #include<string> using namespace std; struct pixel { pixel() {} pixel(double r, double g, double b) { if (g > 1.1 || r > 1.1 || b > 1.1) { printf("color out\n"); system("pause"); } c[0] = b * 255; c[1] = g * 255; c[2] = r * 255; } pixel operator*(double k); pixel operator+(p...
[ "1328955419@qq.com" ]
1328955419@qq.com
91ceb56c4882626a77b340b853f1ed35211cca95
cde385ad53d663eafdfc8986882a95c867216601
/mcu/esp32_temp_sens/barrel.cpp
87f022b4f160d159a3427210efb103d7f54ceb33
[]
no_license
MickLuypaerts/breweryTempSens
00361934f19ea06b4366f1724856fbd82c79ae04
adbf8048472a75959aa37977c61bc3bd47892eb2
refs/heads/main
2023-07-11T16:33:55.114118
2021-08-09T12:09:29
2021-08-09T12:09:29
394,277,202
0
0
null
null
null
null
UTF-8
C++
false
false
363
cpp
#include "barrel.h" #include "DHT.h" Barrel createNewBarrel(int id, int pin, uint8_t dhtType, const char* mqttPubTopicFormat) { Barrel barrel; barrel.ID = id; barrel.enabled = true; barrel.temp = 0; barrel.millis = 0; barrel.dht = new DHT(pin, dhtType); barrel.dht->begin(); sprintf(barrel.mqttPubTopic, mqttPu...
[ "mickluypaerts@gmail.com" ]
mickluypaerts@gmail.com
a5583f116a87dcd5ce6cb03896867e6257eecd8b
8961968d43b4e387e1e50306f253bc961800d7b1
/src/libgbemu/include/timer.h
cde0bc7f5bee5188d30df6c82e27a213cfcfe3c2
[ "ISC" ]
permissive
ruthearagard/gbemu
6e20631c4f2b45760665994343f0c94ff4e16f93
9146f683e8dcc40446d169d7e713adf879c180dc
refs/heads/master
2023-01-01T00:13:44.632619
2020-10-17T16:15:07
2020-10-17T16:15:07
288,534,398
6
0
null
null
null
null
UTF-8
C++
false
false
2,676
h
// Copyright 2020 Michael Rodriguez // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above // copyright notice and this permission notice appear in all copies. // // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIM...
[ "ruthearagard@gmail.com" ]
ruthearagard@gmail.com
1afbe495cab63cb7a67b0c31990606b84f454764
301d4310fe79afb9d9c0c811a8720109bcf594cb
/linkedlist.cpp
4389d55a8e82e8f470e95205d7ac90b6470d07fa
[]
no_license
packocrayons/randomTools
90a749272d12a8b614101b186490c0f37ded5d43
552a3af41402fce458922f748562eb1f94d6f0d8
refs/heads/master
2021-09-07T01:26:13.950478
2018-02-15T00:33:58
2018-02-15T00:33:58
111,945,831
0
0
null
null
null
null
UTF-8
C++
false
false
873
cpp
#include <stdlib.h> template<typename T> struct Node { T data; Node<T>* next; }; template<typename T> T ll_get(int index, Node<T>* head){ Node<T>* current = head; for (int i = 0; i < index; i++){ current = current->next; } return current.data; } template<typename T> void ll_add(T data, int index, Node<T>* he...
[ "gibson.brydon@gmail.com" ]
gibson.brydon@gmail.com
9c7e760502265e290d2f4db2ab8dc927ceeb6db4
8e7fe59fa843379c2aee4ffde391de1c243fe683
/Text Name/test.cpp
005a39b4955d282ed56267afd81a7daedb535dd1
[]
no_license
Hungs20/C-Plus-Plus
6b4edbe35414516ff2886b3b718b8135af09c55e
7dfdce89a81870e132b77fb99674477febf6b1a7
refs/heads/master
2020-03-10T18:27:04.090705
2019-07-16T19:13:30
2019-07-16T19:13:30
129,526,052
0
0
null
null
null
null
UTF-8
C++
false
false
596
cpp
#include "console.h" #include <iostream> #include <random> #include <time.h> #include <thread> #include <windows.h> using namespace std; void a() { for(int i = 1; i <= 110 ; i++) { gotoXY(1,5); cout <<i << " "; // clrscr(); Sleep(1000); } cout << "\n"; } void b() { for(int i...
[ "noreply@github.com" ]
Hungs20.noreply@github.com
8505c28e02e9579be1f15c207463802e0dd72201
41d51f22377c4dbe4aa52b1ba6e0faa839971bf0
/Window/Core.cpp
8c49108bdba17245466ff6e0c32353bb57ac8929
[]
no_license
tonnac/CPPLang
6f56ab83d902f7163a72a87aa543527618e7900a
7d5810ce43b3e8b1ce244ab9d87af42e056e07f6
refs/heads/master
2021-06-29T02:38:39.968684
2020-09-20T16:21:20
2020-09-20T16:21:20
143,169,822
1
0
null
null
null
null
UTF-8
C++
false
false
253
cpp
#include "Core.h" bool Core::GameInit() { m_Timer.Init(); return true; } bool Core::GameRun() { m_Timer.Frame(); m_Timer.Render(); return true; } bool Core::GameRelease() { m_Timer.Release(); return true; } Core::Core() { } Core::~Core() { }
[ "tonnac35@gmail.com" ]
tonnac35@gmail.com
b666d75e062d657abde3c8b330a69e8d4ee72c36
73023c191f3afc1f13b39dffea22b7f65a664f7d
/MatrixEngine/Classes/MCocoStudio/Native/ScriptBind_UITextField.h
6ec53de00c00d7e284e788e630d883f8755c8484
[]
no_license
ugsgame/Matrix
0a2c2abb3be9966c3cf7a4164799ed107c8f2920
1311b77bd9a917ec770e428efb9530ee6038617a
refs/heads/master
2020-09-05T15:45:45.973221
2019-11-07T07:20:38
2019-11-07T07:20:38
220,145,853
0
0
null
null
null
null
UTF-8
C++
false
false
2,125
h
#ifndef __SCRIPTBIND_UITEXTFIELD__ #define __SCRIPTBIND_UITEXTFIELD__ #include "ScriptBind_CocoStudio.h" class cocos2d::ui::TextField; class ScriptBind_UITextField:public ScriptBind_CocoStudio { public: ScriptBind_UITextField(); ~ScriptBind_UITextField(); virtual const char* GetClassName(){ return "NativeUIText...
[ "670563380@qq.com" ]
670563380@qq.com
3a270e4768f03dac947998f7efad08612a1c7cfb
00a749374e50408127998d2a4d81eb3353852c1f
/Gtests/SH_Auction_Average_Price/match_part_avg_price_single_S.cpp
9f09787583903c0f742254191ba401003aa37e5b
[]
no_license
SamSmithchina/SystemGtest
1cb5c3df135cf8227e916087269ae1c69a245e39
df76aeda0b3756d7e5c76fe36fcd57e0b9f4ebba
refs/heads/master
2020-04-02T13:18:08.697867
2019-02-12T09:32:05
2019-02-12T09:32:05
154,475,604
1
0
null
null
null
null
UTF-8
C++
false
false
5,532
cpp
#include "AShareCheckOrder/AShareCheckOrder.h" #include "AShareCheckOrder/QuotationBuild.h" #include "SystemGtestConfigs/configs.h" #include "gtest/gtest.h" #include "util/EzLog.h" // 部分成交,一部分按行情均价成交,另一部分撤单 // 区间段均价1.000元, 卖单,验股 // account = "A645078963" 股票账号 // stock = ("600320") 振华重工 // SingleMatchPartWithQuotation...
[ "2998188865@qq.com" ]
2998188865@qq.com
47ceb64dc033ad7854e967019ca4460791a5bb18
b84553789c1566a030f65fc5f2c0040731b83bb5
/git-lab-program.cc
f43b8b881f4951e0b5a9eba8b2b28e9158339b3f
[]
no_license
brady-potter124/git-lab-2
7b45fb11eb3fd70313e4a02fe5cacfc6fcb6d18e
d8fcbf1489dde37887fb464ec7ec21b0aa40c5d2
refs/heads/main
2023-03-01T00:13:18.185474
2021-01-29T20:34:33
2021-01-29T20:34:33
334,251,071
0
0
null
null
null
null
UTF-8
C++
false
false
322
cc
/* * File: git-lab-program.cc * Author: <Brady Potter> * Date: <January 29 2021> * Description: Lab 2 final steps */ #include <iostream> #include <iomanip> #include <cstdlib> using namespace std; int main(int argc, char const *argv[]) { cout << "Hello, Git!" << endl; return 0; }// ma...
[ "bp354719@ohio.edu" ]
bp354719@ohio.edu
ea78e5795b245c566fa52ac8df21db980db8f965
0e7494e1ed514367f49c35d917b5d332ace91ddf
/src/qt/guiutil.cpp
63dd1eb2b326399dd500d7e24c549f6ce237ea20
[ "MIT" ]
permissive
project-nodeo/ndo
d7f324695ecfb8b8a719ec0f01d84687806a5aac
288f08858995365728e15096c00589ec623898ba
refs/heads/master
2020-04-11T19:26:08.657261
2018-12-16T19:23:58
2018-12-16T19:23:58
null
0
0
null
null
null
null
UTF-8
C++
false
false
30,988
cpp
// Copyright (c) 2011-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2017 The PIVX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "guiutil.h" #include "...
[ "45922312+project-nodeo@users.noreply.github.com" ]
45922312+project-nodeo@users.noreply.github.com
43271d17cc1ba36071ca04ef1dfc5f785f4e88c7
a4f2d1a8660a8504f033b87aa5980092ff31417f
/Source/Jinn/Private/Anim/AnimNotify_ExecuteQueuedAction.cpp
306a20e875c014e52c9b1f8546e238852e544fa1
[]
no_license
onebenclark/jinn
7ef720aca846844893f67f556c6d32a9560b5730
2015e809ae23f096e1564275dea23ff37debc566
refs/heads/master
2020-12-20T01:35:50.955728
2020-03-10T01:57:50
2020-03-10T01:57:50
202,467,447
2
0
null
null
null
null
UTF-8
C++
false
false
527
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "AnimNotify_ExecuteQueuedAction.h" #include "Creature.h" void UAnimNotify_ExecuteQueuedAction::Notify(USkeletalMeshComponent* MeshComp, UAnimSequenceBase* Animation) { ACreature* Caller = Cast<ACreature>(MeshComp->GetOwner()); ...
[ "onebenclark@gmail.com" ]
onebenclark@gmail.com
d4bdd0ed49eed51f98acaeeaae7965697ed216cd
d032e4e9c9b342052fd64608fb4bd4b0df51df37
/src/qt/coincontroldialog.cpp
f23cb2e65b8f55c58bc86526eba0b23d4d336e29
[ "MIT" ]
permissive
Masternode-Hype-Coin-Exchange/MHCE
d59df6cbbb48dd31f51584e6941337ff8ba710d2
ddf6f6dc95162721dccf17cc674af421035b78f6
refs/heads/master
2023-06-14T17:31:14.089011
2021-06-28T10:41:55
2021-06-28T10:41:55
380,995,785
1
0
null
null
null
null
UTF-8
C++
false
false
37,849
cpp
// Copyright (c) 2011-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2018 The PIVX developers // Copyright (c) 2019-2021 The MasterWin developers // Copyright (c) 2020-2021 The The Masternode Hype Coin Exchange developers // Distributed under the MIT/X11 software licens...
[ "85690342+Masternode-Hype-Coin-Exchange@users.noreply.github.com" ]
85690342+Masternode-Hype-Coin-Exchange@users.noreply.github.com
36084050bda6269a0356de45eface0ac22920ee3
52dc9080af88c00222cc9b37aa08c35ff3cafe86
/0900/90/991a.cpp
6c1bf9b47541b7f530f4397aaef59836871ddf44
[ "Unlicense" ]
permissive
shivral/cf
1c1acde25fc6af775acaeeb6b5fe5aa9bbcfd4d2
d7be128c3a9adb014a231a399f1c5f19e1ab2a38
refs/heads/master
2023-03-20T01:29:25.559828
2021-03-05T08:30:30
2021-03-05T08:30:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
415
cpp
#include <iostream> void answer(int v) { std::cout << v << '\n'; } void solve(unsigned a, unsigned b, unsigned c, unsigned n) { if (c > a || c > b) return answer(-1); const unsigned d = (a - c) + (b - c) + c; if (d + 1 > n) return answer(-1); answer(n - d); } int main() { un...
[ "5691735+actium@users.noreply.github.com" ]
5691735+actium@users.noreply.github.com
c6a0751fe324143f147143ddc2b0f82f480f0242
078bc6208f4921008423a7c0a0e107c5d88ab103
/ps/src/petuum_ps_common/storage/abstract_store.hpp
d8414977e65656968c7c91f257d1b10984603304
[ "BSD-2-Clause", "LicenseRef-scancode-generic-cla" ]
permissive
XinYao1994/pmls-caffe
1c6d43601e91421c6eb20c6f9de98156e5d60eed
e5f44229cbb1475e4c8d839cce73cad83af398a0
refs/heads/master
2020-04-14T07:35:19.679100
2019-03-26T07:46:23
2019-03-26T07:46:23
163,716,653
0
0
NOASSERTION
2019-01-01T06:05:52
2019-01-01T06:05:51
null
UTF-8
C++
false
false
1,399
hpp
// author: jinliang #pragma once #include <petuum_ps_common/storage/abstract_store_iterator.hpp> #include <glog/logging.h> namespace petuum { // V is an arithmetic type. V is the data type and also the update type. // V needs to be a numeric type. template<typename V> class AbstractStore { public: AbstractStore(...
[ "zhisbug@gmail.com" ]
zhisbug@gmail.com
356f6d5880e544f7e5b7b6d9be209271b3b8212e
6dce186fd97275a29a54379dcc8b773b28a06a5f
/已完成程序/求最大值 最小值 平均值/求最大值/未命名3.cpp
621693df4e4fea45b008134b906e80c0df02cf39
[]
no_license
pjj-825155/c-program
530ebc13b580a9038a5415ec6c6e72f1f4630d5d
476fd1e7f32ab74f37e2951e031b77fffff4d80d
refs/heads/master
2022-04-21T05:22:53.018272
2020-04-16T03:50:17
2020-04-16T03:50:17
256,103,220
0
0
null
null
null
null
UTF-8
C++
false
false
86
cpp
#include<stdio.h> main() { char ch; scanf("%c",&ch); printf("%c\n",ch-'A'+'a'); }
[ "63763593+pjj-825155@users.noreply.github.com" ]
63763593+pjj-825155@users.noreply.github.com
7a2cea409a104e2269969c792c660d8e2d3e5027
278caa7feb634e69f5c9ad548537fa6c45d52294
/Classes/ClosureStmnt.h
fa9bb25beecbba8edac81683dc2d643cdabcf780
[]
no_license
sky94520/Stone-cplus
1b24cb16068c3b9944a15a61d2f8afd24dccbe0a
22536d069cc3e30bc4a9896a9c512cb36ed8bac5
refs/heads/master
2020-05-05T12:55:36.876543
2019-04-16T13:21:00
2019-04-16T13:21:00
180,051,458
0
0
null
null
null
null
GB18030
C++
false
false
538
h
#ifndef __Stone_ClosureStmnt_H__ #define __Stone_ClosureStmnt_H__ #include "ASTList.h" NS_STONE_BEGIN class ParameterList; class BlockStmnt; class Visitor; class Environment; class ClosureStmnt : public ASTList { public: ClosureStmnt(const std::vector<ASTree*>& list); virtual ~ClosureStmnt(); //获取函数参数列表 Parame...
[ "541052067@qq.com" ]
541052067@qq.com
0b4361d59b46b55243993ba8e7107105c283468f
6ced41da926682548df646099662e79d7a6022c5
/aws-cpp-sdk-ce/include/aws/ce/model/TargetInstance.h
3f34a496cb9f488e76d3bf6013b702d73688fa83
[ "Apache-2.0", "MIT", "JSON" ]
permissive
irods/aws-sdk-cpp
139104843de529f615defa4f6b8e20bc95a6be05
2c7fb1a048c96713a28b730e1f48096bd231e932
refs/heads/main
2023-07-25T12:12:04.363757
2022-08-26T15:33:31
2022-08-26T15:33:31
141,315,346
0
1
Apache-2.0
2022-08-26T17:45:09
2018-07-17T16:24:06
C++
UTF-8
C++
false
false
13,562
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/ce/CostExplorer_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <aws/ce/model/ResourceDetails.h> #include <aws/ce/model/ResourceUtilization.h> #include ...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
d4f0d50ef09b851edc42306a23711ebc548fe368
f91375a369abc2076953dd166de3e0f2197c64c4
/main.cpp
8e7d7c94f0783ed8701fcee405d30148e13044a7
[]
no_license
mirahanugraheny/Tubes-Grafkom2
1831fd2e2eb5cc07b38c9f6b063078349e09e1b0
34494b86c38e23d7ee61dbdd30d533f94f417ad3
refs/heads/master
2020-05-19T22:28:52.027567
2013-07-23T04:24:08
2013-07-23T04:24:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
24,897
cpp
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <math.h> #ifdef __APPLE__ #include <OpenGL/OpenGL.h> #include <GLUT/glut.h> #else #include <GL/glut.h> #include <GL/glu.h> #include <GL/gl.h> #include "imageloader.h" #include "vec3f.h" #endif static GLfloat spin,muter = 0.0; static int posx=0,posy=2....
[ "mirah.anugraheny@gmail.com" ]
mirah.anugraheny@gmail.com
d75b0481a379544ede66d18888f92f835a2aeaff
786de89be635eb21295070a6a3452f3a7fe6712c
/pypdsdata/tags/V01-01-07/pyext/types/evr/IOConfigV1.h
7f4f6fdaff4142802dad855063a0d60d4f2561b3
[]
no_license
connectthefuture/psdmrepo
85267cfe8d54564f99e17035efe931077c8f7a37
f32870a987a7493e7bf0f0a5c1712a5a030ef199
refs/heads/master
2021-01-13T03:26:35.494026
2015-09-03T22:22:11
2015-09-03T22:22:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,472
h
#ifndef PYPDSDATA_EVRDATA_IOCONFIGV1_H #define PYPDSDATA_EVRDATA_IOCONFIGV1_H //-------------------------------------------------------------------------- // File and Version Information: // $Id$ // // Description: // Class EvrData_IOConfigV1. // //---------------------------------------------------------------------...
[ "salnikov@SLAC.STANFORD.EDU@b967ad99-d558-0410-b138-e0f6c56caec7" ]
salnikov@SLAC.STANFORD.EDU@b967ad99-d558-0410-b138-e0f6c56caec7
3a557ed42f68f3d3c62a8ec5a234f1d98d2d5eee
edd14bdc3f61b68ec4d6ca5ffba27c8c1538fdb5
/P07/main.cpp
fd5972e05bdd7b9d29d7b29c03f96da9239efecf
[]
no_license
Kaixi26/CG_2020
51e14675d72a3ac85f80db48bc914858d118439f
464f102f44cadd53a373a378c66de8d475a7142b
refs/heads/master
2022-05-24T19:36:18.357651
2020-05-04T14:29:09
2020-05-04T14:29:09
239,469,411
0
1
null
null
null
null
UTF-8
C++
false
false
10,275
cpp
#include<stdio.h> #include<stdlib.h> #define _USE_MATH_DEFINES #include <math.h> #include <vector> #include <IL/il.h> #ifdef __APPLE__ #include <GLUT/glut.h> #else #include <GL/glew.h> #include <GL/glut.h> #endif #include <time.h> int currCam = 0; struct { float camX = 0; float camY = 30...
[ "jorgejg575926@gmail.com" ]
jorgejg575926@gmail.com
cd2ed8e63f843f5544bd5c9ea3757be5c0b69c2e
0f034aee2abbc0787483393396892564a4916157
/Build/libs/qCC_db/moc_ccOctreeSpinBox.cpp
2f46690b207b1b8c05eeae59e070e7884f0d9def
[]
no_license
CaptainTPS/ImageMultiView
2421ca928b7fb5131a190cc2c6b461b9a5f01a66
d6af4317c194cc6fef7a10ab42bbe566279ce2bf
refs/heads/master
2021-01-23T01:18:32.454839
2017-12-12T11:43:47
2017-12-12T11:43:47
85,897,909
0
0
null
null
null
null
UTF-8
C++
false
false
3,498
cpp
/**************************************************************************** ** Meta object code from reading C++ file 'ccOctreeSpinBox.h' ** ** Created by: The Qt Meta Object Compiler version 67 (Qt 5.5.1) ** ** WARNING! All changes made in this file will be lost! *****************************************************...
[ "none" ]
none
81b1d55d4db2fdab0f62c18edc074b55018575d1
f83ef53177180ebfeb5a3e230aa29794f52ce1fc
/ACE/ACE_wrappers/TAO/tao/Connection_Handler.cpp
728338137c67f89f21533082d413bc97dd0115e1
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-sun-iiop" ]
permissive
msrLi/portingSources
fe7528b3fd08eed4a1b41383c88ee5c09c2294ef
57d561730ab27804a3172b33807f2bffbc9e52ae
refs/heads/master
2021-07-08T01:22:29.604203
2019-07-10T13:07:06
2019-07-10T13:07:06
196,183,165
2
1
Apache-2.0
2020-10-13T14:30:53
2019-07-10T10:16:46
null
UTF-8
C++
false
false
14,002
cpp
// -*- C++ -*- #include "tao/Connection_Handler.h" #include "tao/ORB_Core.h" #include "tao/debug.h" #include "tao/Resume_Handle.h" #include "tao/Transport.h" #include "tao/Wait_Strategy.h" #include "ace/SOCK.h" #include "ace/Reactor.h" #include "ace/os_include/sys/os_socket.h" #include "ace/Svc_Handler.h" //@@ CONNEC...
[ "lihuibin705@163.com" ]
lihuibin705@163.com
00c2fc40ac35c8ecac57a70eed54c14fc776bd5c
78fa18cd509bcf29b05b54a51275ee33bc441173
/test/tests.cpp
8638da3899706629f1f31f81e6d8e3a87f066d3a
[]
no_license
MaxCollider/1c-submission
272e9fd4c9d6f6b272d04413ba6a7424cdf66ff7
3295cfa4f15d5bb617f15b607a9182737870fabd
refs/heads/master
2023-04-01T21:54:25.735714
2021-04-09T20:01:54
2021-04-09T20:01:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
921
cpp
#include <iostream> #include <sstream> #include <string> #include <cassert> #include <decoder.hpp> void SimpleTest () { std::cout << "Running test: " << "SimpleTest" << std::endl; std::stringstream stream; std::string test_data = "The size of wchar_t is implementation-defined. AFAICR, Windows is 2 by...
[ "inversionspaces@vivaldi.net" ]
inversionspaces@vivaldi.net