blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
7
100
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
260 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
11.4k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
17 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
80 values
src_encoding
stringclasses
28 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
8
9.86M
extension
stringclasses
52 values
content
stringlengths
8
9.86M
authors
listlengths
1
1
author
stringlengths
0
119
88be0f0c3eef5a6db8f32e4780b4a00b442828dd
8a052790c03592314dd4e1a102e39a997166a726
/WindHorn/WH3DInit.h
f12e78763e77aa072ba15e81a6515b87a485fbbf
[]
no_license
samshine/M2_ClientVC
4369bb095ebc80939bb1edfd4cf9d90f26541a11
b2babc931d8f9a95d0d6fb78be3ea5cb9833539d
refs/heads/master
2021-08-23T08:28:56.859247
2017-12-04T09:18:36
2017-12-04T09:18:36
null
0
0
null
null
null
null
UHC
C++
false
false
1,250
h
/****************************************************************************************************************** 모듈명: 작성자: ...
[ "394383649@qq.com" ]
394383649@qq.com
276fc5556794cb06bb18a877b70017425e8dc521
674cdaccfd2e8ef02dc119155d6e530ed949cca5
/HMI_example/tuatorial1/Nextion_Tutorial1/Nextion_Tutorial1.ino
8a86f5f76b1bfb43ded723b44d3d501509f38bb0
[]
no_license
phamvanphuckks/Do-An
01170940effddc25fce56691fbacf2387c93257c
e1cc3e3fd6f32824c38138bc091ddbcfa0324200
refs/heads/master
2023-08-08T14:30:25.986430
2020-09-06T15:07:00
2020-09-06T15:07:00
289,403,604
0
0
null
null
null
null
UTF-8
C++
false
false
8,026
ino
/* The following sketch is an example of how to send data to the Nextion display without any library. The data can be text, numbers, or any other atribute of an object. You can also send System Variables to change settings on the display like: brightness, serial baud rate, etc. Connection with Arduino Uno/Nano: * +...
[ "vietnam9094@gmail.com" ]
vietnam9094@gmail.com
855b3d93ec9a971f01e08752668b45f9965b04c8
039ce45435f59e6e2301d4012facf279a5fbf1d5
/Wurd/StudentUndo.cpp
64eaf83ecec0eec2d8495eccbe62295ec145b1f5
[]
no_license
justinHe123/Wurd
8093fd10bfee1e1148f8b6e5d493f1ba8824b6b6
557242084f38d40bcd5c23ac901f787d14b92bc9
refs/heads/master
2023-03-22T22:07:27.300630
2021-03-12T03:53:51
2021-03-12T03:53:51
345,287,274
0
0
null
null
null
null
UTF-8
C++
false
false
2,010
cpp
#include "StudentUndo.h" #include <cctype> Undo* createUndo() { return new StudentUndo; } void StudentUndo::submit(const Action action, int row, int col, char ch) { // Stack is empty, nothing to batch if (m_actions.empty()) { Item item(action, row, col, ch); m_actions.push(item); } else { Item prev = m_ac...
[ "justinme100@gmail.com" ]
justinme100@gmail.com
2cd3c479a8a2099c41517a52bcfaa93f70dd536d
52c3095196f510f5a90f9187785425cec7fdc202
/JMath/Matrix.h
d0fbcc94d36391f8f1af9f9c31c6dcd4af910d1e
[]
no_license
Yaboi-Gengarboi/Misc
f06fb5b2e337358e1e791d7d9c65ca58970d404a
01c0e508d15aef7b7beb686c9d2f163f67c35744
refs/heads/master
2021-06-25T17:47:47.962223
2021-02-26T00:03:16
2021-02-26T00:03:16
207,950,789
0
0
null
null
null
null
UTF-8
C++
false
false
1,398
h
// Matrix.h // Justyn Durnford // Created on 2020-08-30 // Last updated on 2020-08-30 // Header file for Matrix class // This program is free software. It comes without any warranty, to // the extent permitted by applicable law. You can redistribute it // and/or modify it under the terms of the Do What The Fuck You Wan...
[ "jpdurnford@alaska.edu" ]
jpdurnford@alaska.edu
44f81e806d9674bfb983e5c456c6c0e527ff2461
1bf8b46afad5402fe6fa74293b464e1ca5ee5fd7
/SDK/wgt_OrbRingMeter_functions.cpp
6022d2acf305973f40508efc062b6dc7b31d0531
[]
no_license
LemonHaze420/ShenmueIIISDK
a4857eebefc7e66dba9f667efa43301c5efcdb62
47a433b5e94f171bbf5256e3ff4471dcec2c7d7e
refs/heads/master
2021-06-30T17:33:06.034662
2021-01-19T20:33:33
2021-01-19T20:33:33
214,824,713
4
0
null
null
null
null
UTF-8
C++
false
false
3,595
cpp
#include "../SDK.h" // Name: Shenmue3SDK, Version: 1.4.1 #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- // Functions //--------------------------------------------------------------------------- // Function wgt_OrbRingMe...
[ "35783139+LemonHaze420@users.noreply.github.com" ]
35783139+LemonHaze420@users.noreply.github.com
98b76eacba25a449fa13bfb8eb5ac1f59b3f7a6a
290f6833a94095177b77dbe7dffd1d7c37014f11
/dict/main.cpp
3421c31af8cc0196b7888483ba3bafda2af4a953
[]
no_license
Owlcuty/katya
7a274fdedd236c8e78d2cdfb9f6c6651ed27997a
64e3e1acd1a07f99724df70c53b6362c516db9e6
refs/heads/master
2023-02-15T01:08:30.240497
2021-01-06T11:56:55
2021-01-06T11:56:55
327,297,091
0
0
null
null
null
null
UTF-8
C++
false
false
506
cpp
#include <iostream> #include <fstream> #include <cerrno> #include <map> #include <string.h> #include "freq.h" int main(int argc, char **argv) { char *text = getTextNew("text.txt"); if (text == NULL) { perror("fail: "); return -1; } FrequencyMap_t freq = setFrequencyWords(text, strlen(text)); std::ofstream...
[ "taje.chi.i@gmail.com" ]
taje.chi.i@gmail.com
b50dd40e5ba50b869a5129ba13b9dba798b2c887
1c46aeebbc12cbb2865b9ebf7771ef3ffb11a0f9
/Pointers of structures program 1.cpp
92b8037f7b445794e55cb9463a5eb41fb1f6d429
[]
no_license
gokulmuvvala/My-C-codes
84ce1b67f9bb1c6b3f968eff3a12f209645425e0
c9b79111b4925559616f2cb84a39ba28e4241a06
refs/heads/main
2023-04-03T06:33:39.761428
2021-04-03T18:55:00
2021-04-03T18:55:00
330,347,796
0
0
null
null
null
null
UTF-8
C++
false
false
753
cpp
#include<stdio.h> // Declaring structure struct student { int rollnumber; // bt18ece584 char name[20]; // gokul float percentage; // 96.2 }; int main() { struct student s1,*ptr; // calling structure and declaring the strcture pointer we can also declare stucture pointer in next line also like stuct student *ptr pt...
[ "gokulmuvvla@gmail.com" ]
gokulmuvvla@gmail.com
3131e30b5f8aed72f3af3acc0db08e4fbfe631e5
5431502adf171a94aa16f742428bab8ad8340c75
/esp8266-doorkeeper/src/filesys.cpp
f546046ee775a6ef2ee38b1a8a3ce0ee6eba6a19
[]
no_license
mxyue/platformIO-demo
4dcf1c89c7c06886ea763f870d68077a2164672f
8dd4cf3f49a07487a2f7915ce42953378d3ee673
refs/heads/master
2022-11-19T11:31:19.386069
2020-07-15T06:36:27
2020-07-15T06:36:27
279,757,133
0
0
null
null
null
null
UTF-8
C++
false
false
797
cpp
#include <FS.h> #include "filesys.h" String nullStr = ""; // 获取文件内容 String Filesys::GetContent(char filepath[]){ bool exist = SPIFFS.exists(filepath); if (!exist) { Serial.print(filepath); Serial.println(" --- file not present"); return nullStr; } File f = SPIFFS.open(filepath, "r"); if (!f) { ...
[ "basicbox@126.com" ]
basicbox@126.com
3bbcc3c587315d5247e859accecd9c9607d96a72
95f654c92b297e8d4a6e9026e44d6c21bc60b1d6
/DSBoard.cpp
50716e5b7f2015d5aff4ee873a5628b2ce1b1c23
[]
no_license
mjkreul/DoubleShutter
3eeca095ada82718fa8593c3b46bde73d6f75501
a02f9a54a898e36c2495f2bb5adfa27ed95d4fce
refs/heads/main
2023-03-07T21:30:09.742106
2021-02-16T18:09:04
2021-02-16T18:09:04
321,552,950
1
0
null
2021-02-16T18:09:05
2020-12-15T04:31:01
C++
UTF-8
C++
false
false
5,378
cpp
// // Created by Matt Kreul on 12/14/20. // #include "DSBoard.h" using namespace std; /** * This initializes the vectors containing both of the tiles */ DSBoard::DSBoard() { for(int i = 0; i < 9; i++){ front_tile.push_back(i + 1); back_tile.push_back(9 - i); } } /** * This is the main function for each tur...
[ "mjkreul@iastate.edu" ]
mjkreul@iastate.edu
45193a7d4288c2b8f9520de60f9468ecac8dc9ea
ac71111a4a9657fc60b2151ac7ce1933a7374637
/src/wt/TPSCamController.cpp
d10221279657cc16004a69599dc39b5aaa027fba
[]
no_license
spiricn/Wt
931a49140761b510a86bea4f1c53f8bd535aa35f
e77589d766d54ff46617b0f117acd2372f99ff66
refs/heads/master
2016-09-06T04:06:17.206685
2014-04-18T13:57:43
2014-04-18T13:57:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,890
cpp
#include "wt/stdafx.h" #include "wt/TPSCamController.h" #define TD_TRACE_TAG "TPSCamController" namespace wt { namespace math { TPSCameraControler::TPSCameraControler(Camera* camera, const ATransformable* target) : mCamera(camera), mMouseSensitivity(0.001f), mDistance(3.0f), mTheta(0.0f), mRho(PI/2.0f), mTarget(t...
[ "nikola.spiric.ns@gmail.com" ]
nikola.spiric.ns@gmail.com
1df5cea4469c114d04b2e7c7459412020525263c
b8d457b9ce160911e6eba460e69c72d9d31ed260
/ArxRle/Filer/ArxRleDwgFiler.h
246e0f652801c0b3e76addc29c8ed41d9403b6de
[]
no_license
inbei/AutoDesk-ArxRle-2018
b91659a34a73727987513356bfcd1bff9fe09ee3
3c8d4a34f586467685c0f9bce7c3693233e43308
refs/heads/master
2023-01-19T08:27:38.231533
2020-11-25T00:52:13
2020-11-25T00:52:13
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,843
h
// ////////////////////////////////////////////////////////////////////////////// // // Copyright 2017 Autodesk, Inc. All rights reserved. // // Use of this software is subject to the terms of the Autodesk license // agreement provided at the time of installation or download, or which // otherwise accompanies th...
[ "fb19801101@126.com" ]
fb19801101@126.com
a3556f42cc3395e73cfd3a5d137f477518a68eed
ec68c973b7cd3821dd70ed6787497a0f808e18e1
/Cpp/SDK/Mod_SporeShot_parameters.h
17dde3ce8e153ea012a80398335f4fb16ac5e89e
[]
no_license
Hengle/zRemnant-SDK
05be5801567a8cf67e8b03c50010f590d4e2599d
be2d99fb54f44a09ca52abc5f898e665964a24cb
refs/heads/main
2023-07-16T04:44:43.113226
2021-08-27T14:26:40
2021-08-27T14:26:40
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,180
h
#pragma once // Name: Remnant, Version: 1.0 /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Parameters //---------------------------------------------------------...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
5a3a20a0402fc0980bc59bd9896359eaa5c0a2b9
e2171ad810384af43f7b5a88bfb6bdfd2ee20bea
/Technology-Challenge/【董章晔队】AgoraWithWaterMaskAndroid/AgoraWithWaterMaskAndroid/agora-watermask/src/main/cpp/plugin_source_code/rapidjson/prettywriter.h
b4a57f0fd1a65a90e8c4196f07c0c4e83b68bdcc
[ "MIT" ]
permissive
AgoraIO-Community/RTE-2021-Innovation-Challenge
249965c82697d1b248f39fbf2df6a3cbd6de6c78
558c96cf0f029fb02188ca83f60920c89afd210f
refs/heads/master
2022-07-25T12:27:17.937730
2022-01-21T12:58:11
2022-01-21T12:58:11
355,093,340
36
128
null
2021-11-07T17:13:28
2021-04-06T07:12:11
C++
UTF-8
C++
false
false
9,856
h
// Tencent is pleased to support the open source community by making RapidJSON available. // // Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved. // // Licensed under the MIT License (the "License"); you may not use this file except // in compliance with the License. You ma...
[ "dongzy08@163.com" ]
dongzy08@163.com
56f2b8a2d3d20763559a628d7f0a24425ae23b3b
711e5c8b643dd2a93fbcbada982d7ad489fb0169
/XPSP1/NT/admin/hmonitor/snapin/actioncmdlinepage.cpp
df0d63f12ef260867cedb6d14c78aec7177f3621
[]
no_license
aurantst/windows-XP-SP1
629a7763c082fd04d3b881e0d32a1cfbd523b5ce
d521b6360fcff4294ae6c5651c539f1b9a6cbb49
refs/heads/master
2023-03-21T01:08:39.870106
2020-09-28T08:10:11
2020-09-28T08:10:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,164
cpp
// ActionCmdLinePage.cpp : implementation file // // 03/05/00 v-marfin bug 59643 : Make this the default starting page. // 03/28/00 v-marfin 61030 Change Browse for file dialog to fix default extension #include "stdafx.h" #include "snapin.h" #include "ActionCmdLinePage.h" #include "Action.h" #ifdef _DEBUG #d...
[ "112426112@qq.com" ]
112426112@qq.com
e003f2c44a8c56f1685a3633a5f914785973bc74
1b19b6455ac4d8fc47a118c718845e06a2191e73
/include/produkti.h
65ba1fcba4b77362ac8b62d5057972e5481fbe69
[]
no_license
PonomarenkoDeniss/Hesburger
aacb8016e8a9c268c15941c861b55217b9d402f8
38f855867565d307de5de18509b8008fc5984ca2
refs/heads/master
2020-03-20T21:07:16.359231
2018-06-18T18:51:20
2018-06-18T18:51:20
137,724,649
0
0
null
null
null
null
UTF-8
C++
false
false
206
h
#ifndef PRODUKTI_H #define PRODUKTI_H #include "Lietotajs.h" class produkti:Lietotajs{ public: produkti(); virtual ~produkti(); protected: private: }; #endif // PRODUKTI_H
[ "62DDPonomarenko@rvt.lv" ]
62DDPonomarenko@rvt.lv
a56441c77228d567bb60d6681595c9cfaefaa940
02d7a9515f85095019ffdf764ccec3ee138dc4b2
/ButtonCode/ButtonCode.ino
01c1326323846c8066788bcebd2758acb62699c3
[]
no_license
tnovak-olin/POE-Lab1
a82e5937af76bcc9b6f6da8b303aa6495f2ec16d
1e7c0bfb6b3e0f9dc8f65dfbbae406627871011d
refs/heads/master
2020-07-14T22:19:13.387411
2019-09-06T15:24:04
2019-09-06T15:24:04
205,415,524
0
0
null
null
null
null
UTF-8
C++
false
false
2,906
ino
/* Blink Turns an LED on for one second, then off for one second, repeatedly. Most Arduinos have an on-board LED you can control. On the UNO, MEGA and ZERO it is attached to digital pin 13, on MKR1000 on pin 6. LED_BUILTIN is set to the correct LED pin independent of which board is used. If you wa...
[ "tnovak@olin.edu" ]
tnovak@olin.edu
3e843e9cf05f55d2501be4150cf5ea7109357f1f
5968edb9f60f42689294b545dabd47204252ffd6
/old/old/Action.h
bec29b10351eb71f9c13c8d15db5bd5573e1e4b0
[]
no_license
Gownta/Hanabi
2cb2c4b66c9e363f19e19a0cfc5e757d4832c5cc
9b1af7e38effc969c4c0d6edced4231fd6e34624
refs/heads/master
2022-12-22T21:33:27.191551
2022-12-14T01:04:18
2022-12-14T01:04:18
48,763,301
0
0
null
null
null
null
UTF-8
C++
false
false
1,063
h
#pragma once #include <array> #include <chrono> #include <variant> #include "Cards.h" // Decisions are what players decide to do // Actions are what ends up happening struct PlayDecision { int pos; }; struct DiscardDecision { int pos; }; struct ColourHintDecision { int player; Colour colour; }; struct Val...
[ "njormrod@fb.com" ]
njormrod@fb.com
1debc00e42a987f128df6738dbe26588e898949d
78918391a7809832dc486f68b90455c72e95cdda
/boost_lib/boost/variant/detail/apply_visitor_delayed.hpp
34ec51760472695f26a44a759100e35fc3bbd510
[ "MIT" ]
permissive
kyx0r/FA_Patcher
50681e3e8bb04745bba44a71b5fd04e1004c3845
3f539686955249004b4483001a9e49e63c4856ff
refs/heads/master
2022-03-28T10:03:28.419352
2020-01-02T09:16:30
2020-01-02T09:16:30
141,066,396
2
0
null
null
null
null
UTF-8
C++
false
false
4,338
hpp
//----------------------------------------------------------------------------- // boost variant/detail/apply_visitor_delayed.hpp header file // See http://www.boost.org for updates, documentation, and revision history. //----------------------------------------------------------------------------- // // Copyright (c) ...
[ "k.melekhin@gmail.com" ]
k.melekhin@gmail.com
6b16d400138c1cf0babe5b2ebb51a10a27baccce
9409843250b71099ec1a8e82a33d0cf3a33b14fb
/hw3/validator.cc
899cbd95d4185ecc805b5e96ea38864cc21a88da
[]
no_license
VillainLouis/Parallel-Computing
12a3bd3c0e6f888474c60b87b0caccb3d575a6c4
6dc5bae68ddd21310f9de196f3aa3a54e00a8985
refs/heads/master
2023-09-01T05:17:16.252534
2021-01-31T03:37:40
2021-01-31T03:37:40
680,186,599
0
0
null
null
null
null
UTF-8
C++
false
false
2,578
cc
#include <cstdarg> #include <cstdio> #include <fstream> #include <stdexcept> #include <chrono> #include <vector> std::runtime_error reprintf(const char* fmt, ...) { va_list ap; va_start(ap, fmt); char* c_str; vasprintf(&c_str, fmt, ap); va_end(ap); std::runtime_error re(c_str); free(c_str);...
[ "louis@9dynamics.com.tw" ]
louis@9dynamics.com.tw
420b4fdec86cf70f842e20af9c4d4c16df29b504
8936b221578b69066a84c7052a00c59e97fa1218
/lab_05/edgetablewidget.h
e9b08fd8be8a4c7f4c666a2baf4edc60a35f02a6
[ "MIT" ]
permissive
paulnopaul/computer-graphics
bc7964c96482dcbc1220b793f9ebcb421a8c6c94
b0a92a9253cebc75f50e87b5370763a38de48f67
refs/heads/master
2022-09-11T20:38:33.280358
2020-06-03T16:51:50
2020-06-03T16:51:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
421
h
#ifndef EDGETABLEWIDGET_H #define EDGETABLEWIDGET_H #include <QListWidget> #include "polygonwidget.h" class EdgeTableWidget : public QListWidget { Q_OBJECT public: explicit EdgeTableWidget(QWidget *parent = nullptr); public slots: void clearEdges(); void addNewEdge(const QLine &); private: int...
[ "tscheklin@gmail.com" ]
tscheklin@gmail.com
837514df0017bff29f6b6d7480c2f53a1866bc82
5f924c87a3d0516ae8382c4ee36b4824384d1c0c
/code/misc/starting_code/princess0.cpp
fd2f77261ca83a5bee05393df78ce8ae32c6a566
[]
no_license
arfaouiGit/OOP2
c239e9b5d075fdaa5867867f4fe4c438266ca9b3
7378a85f0932d869993760f664541be7a0932474
refs/heads/master
2022-07-10T23:35:32.874904
2020-05-11T20:19:28
2020-05-11T20:19:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
438
cpp
#include "princess.h" #include "frog.h" using namespace std; void Princess::marries(amphib::Frog* fp) { spouse = fp; fp->spouse = this; } ostream& operator<<(ostream& os, const Princess& princess) { string marital_status = (princess.spouse ? "married to " + princess.spouse->get_name() ...
[ "gcallah@mac.com" ]
gcallah@mac.com
3e5e864fb91455c23603aa3dafd30ba2d679896a
e072d34d3e7471e7ad0722db2e7782e00b5f8e7b
/protobuf-2.0.3/src/google/protobuf/unittest_optimize_for.pb.cc
a9a708f87ec6c04a44960906afb9f8c874fe748f
[ "Apache-2.0", "LicenseRef-scancode-protobuf" ]
permissive
runt18/metasyntactic
4f18fd4644300ec8e97af885e0f0070e420d197c
908ea84b51fcaead0a9051235d4967ccec0fb066
refs/heads/master
2021-01-10T04:32:55.077423
2016-03-22T18:40:13
2016-03-22T18:40:13
49,944,612
0
0
null
2016-03-22T18:40:14
2016-01-19T10:19:06
C++
UTF-8
C++
false
true
12,624
cc
// Generated by the protocol buffer compiler. DO NOT EDIT! #include "google/protobuf/unittest_optimize_for.pb.h" #include <google/protobuf/descriptor.h> #include <google/protobuf/io/coded_stream.h> #include <google/protobuf/reflection_ops.h> #include <google/protobuf/wire_format_inl.h> namespace protobuf_unittest { ...
[ "cyrus.najmabadi@d0982328-d147-0410-9e64-db1d7fe6b3aa" ]
cyrus.najmabadi@d0982328-d147-0410-9e64-db1d7fe6b3aa
c3d296bee233d9059d57029ccdce9a086378ef1e
bc77dd3023cb8655d82af3ad4320d2f9e5f9532a
/SourceCode/Chapter02/CountChars/CountChars.cpp
ea49f5ad9703601d9545bcb2ac61583695e64e5c
[]
no_license
timothyshull/modern_x86_assembly
de28cbbc877a12c5f6f493b9ced5c1883f682bfa
ead24367c106143b90934812a4a781ba46683ad5
refs/heads/master
2021-01-19T14:48:45.405342
2017-04-09T16:26:37
2017-04-09T16:26:37
86,637,835
1
0
null
null
null
null
UTF-8
C++
false
false
972
cpp
extern "C" int CountChars_(wchar_t *s, wchar_t c); int main(int argc, char *argv[]) { wchar_t c; wchar_t *s; s = L"Four score and seven seconds ago, ..."; wprintf(L"\nTest string: %s\n", s); c = L's'; wprintf(L" SearchChar: %c Count: %d\n", c, CountChars_(s, c)); c = L'F'; wprintf(L...
[ "timothyshull@gmail.com" ]
timothyshull@gmail.com
7e34ab4a4d82860a51c9228c4e01d8d764a17e94
03f037d0f6371856ede958f0c9d02771d5402baf
/graphics/VTK-7.0.0/Wrapping/PythonCore/PyVTKMutableObject.cxx
f4f2cfc9d5c292d5f0012fb49d8cc86e2f124a7a
[ "BSD-3-Clause" ]
permissive
hlzz/dotfiles
b22dc2dc5a9086353ed6dfeee884f7f0a9ddb1eb
0591f71230c919c827ba569099eb3b75897e163e
refs/heads/master
2021-01-10T10:06:31.018179
2016-09-27T08:13:18
2016-09-27T08:13:18
55,040,954
4
0
null
null
null
null
UTF-8
C++
false
false
28,371
cxx
/*========================================================================= Program: Visualization Toolkit Module: PyVTKMutableObject.cxx Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen All rights reserved. See Copyright.txt or http://www.kitware.com/Copyright.htm for details. Th...
[ "shentianweipku@gmail.com" ]
shentianweipku@gmail.com
f55d855c68014b6c71c89ce2199e52a804020fe7
c0836a6ec5be644f39f134fa7632d9d6c6cfa0c9
/Lab6/Task1/main.cpp
bb5329fc5d08046a95001352cfec58d68e23c259
[]
no_license
igordevM/Assembler-stuffs
27cdb1ff25b89f1eb4c9cf7e172c8e9282b3af14
c965a9f2a6d99370d956cac4688b4f83f75dcef8
refs/heads/master
2023-02-05T22:36:46.171976
2020-12-24T18:49:10
2020-12-24T18:49:10
324,214,674
1
0
null
null
null
null
UTF-8
C++
false
false
447
cpp
#include <iostream> #include <stdio.h> int main() { int x = 1, y = 3, z, ans; asm( "clc \n" "mov %[X], %[Z] \n" "add %[Y], %[Z] \n" "cmp $4, %[Z] \n" "jl F1\n" "add $2, %[Y] \n" "mov %[Y], %[ANS] \n" "jmp Exit\n" "F1:\n" "mov %[X], %[ANS]\n" "Exit:" :[X]"+r"(...
[ "igordevm@gmail.com" ]
igordevm@gmail.com
ac9f4fbbb136c5d9c5d8e732d7d6df6a5296c6e1
860b600ee7f413d68fc6cf68a13e8a4759c72d31
/Server/mainwindow.h
dc7c7f027636f256b57cd554d31c8fb1842a87fc
[]
no_license
holevi96/servertest
883e82d39af5006c6eadf8aa64f82c3a44740df1
8e44a92d13e4470356f87f95d6f5338d00ab6492
refs/heads/master
2020-08-07T08:35:36.890219
2019-10-07T12:22:15
2019-10-07T12:22:15
213,374,340
0
0
null
null
null
null
UTF-8
C++
false
false
471
h
#ifndef MAINWINDOW_H #define MAINWINDOW_H #include <QMainWindow> #include "HelloWorldServer.h" namespace Ui { class MainWindow; } class HelloWorldServer; class MainWindow : public QMainWindow { Q_OBJECT public: explicit MainWindow(QWidget *parent = 0); ~MainWindow(); void addMessage(QString Msg); ...
[ "holevi96@gmail.com" ]
holevi96@gmail.com
e196a9bd76a35e21a4890a1e3499d9422b896aa8
57610d90506f9b93d2097067bbe7658e7460c2e6
/yoketoru-unity/Temp/StagingArea/Data/il2cppOutput/t1625657544.h
5ffb397b6a412e61a50ceca467057b6ab720f43f
[]
no_license
GEhikachu/GEhikachu.github.io
4c10b77020b9face4d27a50e1a9f4a1434f390c1
b9d6627a3d1145325f2a7b9cf02712fe17c8f334
refs/heads/master
2020-07-01T08:16:40.998434
2016-12-09T01:22:35
2016-12-09T01:22:35
74,089,233
0
0
null
null
null
null
UTF-8
C++
false
false
1,312
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> struct Type_t; struct String_t; #include "t1196035370.h" #include "t157015895.h" #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof"...
[ "hikapika911@gmail.com" ]
hikapika911@gmail.com
098d680b0d43f9023c14580a7ff4238831a63feb
b9177e965cd17301428b872ef7e1183eb5da1c8c
/Lisc.cpp
5b4d5859b0fc1bf7e728a743c9b1d6ce90da168a
[]
no_license
Dzudit/LogicGatesCpp
c5f0ce2094c8dfc71f19a472b831c28e4448a15f
4a458939b6d6c84e7f7efba37ddcbc6009004fe5
refs/heads/master
2020-03-20T05:36:36.255020
2018-06-15T15:07:26
2018-06-15T15:07:26
137,220,453
0
0
null
2018-06-15T15:07:27
2018-06-13T13:36:58
C++
UTF-8
C++
false
false
584
cpp
#include "Lisc.h" #include <iostream> Lisc::Lisc(bool value):q(value) { wartosci.push_back(nullptr); }; bool Lisc::operacja() { return q; }; void Lisc::Accept( Visitator *v) { v->operacja(this); } std::vector<std::shared_ptr<Komponent>> Lisc::getVector() { return wartosci; }; void Lisc::setVectorValue(int i,...
[ "judyta.wis@eset.pl" ]
judyta.wis@eset.pl
adaf4a3169e6ebf034aa17044e9b3b7e735da612
5137216db087c50aed394248cb6d10e1cf43b29c
/original/love2d072/src/modules/physics/box2d/Source/Collision/b2BroadPhase.h
aa3ea1bed03ede3e17be610b15ec170fbbfaf5f8
[ "Zlib" ]
permissive
shuhaowu/nottetris2
0dc4ecae52bb58442293b35d44fe072c5c61c73e
8a8e7fc3bbbe4e724fa6eb64c27011a0b6e1b089
refs/heads/master
2020-05-04T06:25:22.064594
2019-04-04T02:26:08
2019-04-04T02:26:08
179,005,443
0
0
WTFPL
2019-04-02T05:30:51
2019-04-02T05:30:50
null
UTF-8
C++
false
false
4,351
h
/* * Copyright (c) 2006-2007 Erin Catto http://www.gphysics.com * * 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 any pur...
[ "shuhao@shuhaowu.com" ]
shuhao@shuhaowu.com
046891a6035448666d04e369d14ce4055bcd5b08
7f296c0247edd773640d75e43f59f671235f9115
/M_Framework/Components/Camera.h
49522a0a8487d1f0d16f26114a59f3f39b5265e9
[]
no_license
alpenglow93/SGA
43007ec9c8713465e69479d278bc5d93bfb29c43
265241b56f834fc7b0ee4f7f830877c6a7eb7725
refs/heads/master
2020-03-28T04:04:14.756772
2019-02-11T13:56:01
2019-02-11T13:56:01
147,687,677
0
0
null
null
null
null
UHC
C++
false
false
1,555
h
#pragma once #include "Component.h" class Camera : public Component { public: Camera(class Object* obj); ~Camera(); void Update(); void Render(); void SetViewOrhto(D3DXMATRIX* view, D3DXMATRIX* ortho = NULL); D3DXMATRIX GetViewOrhto(); // Component을(를) 통해 상속됨 virtual void SetInsfector() override; private: ...
[ "dktmzptm@gmail.com" ]
dktmzptm@gmail.com
9b27be4deecb8054ccb6286c5187141d5edf280d
68b0b87168151c98a48a597781405a76b4ee9ed7
/src/rpc/rawtransaction.cpp
0c3c7050b9254615452aedacfbf3867bb696e624
[]
no_license
BitcoinAdultNg/BitcoinAdult
ef6aa3de57a503a3cd7eb986b3aacc81f03f075f
19470e201df55b44586f6d4d7a8fe92b86ed7c20
refs/heads/master
2023-01-02T06:44:45.542108
2020-10-23T12:51:51
2020-10-23T12:51:51
287,327,470
0
0
null
2020-10-23T12:51:52
2020-08-13T16:21:13
C++
UTF-8
C++
false
false
47,100
cpp
// Copyright (c) 2019-2023 The BTAD developers // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2019 The BITCOINADULT developers // Distributed under the MIT software license, see the accompanying // file COPYIN...
[ "68110517+BitcoinAdultNg@users.noreply.github.com" ]
68110517+BitcoinAdultNg@users.noreply.github.com
0f85b4b5f3af63874a35dd241f2f81bcda2c4770
aa65dbff3116e492746ab948a27dfa8fd1c68f09
/study/c++_primer_plus/chapter4/7pointer_freemem/sizeofpointer.cpp
770fc28c8d3790493b3a7fb9f68fd426279dd8b5
[]
no_license
rambog/git
27531c4773122c229d1537a03df4620aea829481
a9447dae330ee0dccab5533d0b967e7150b9fc0c
refs/heads/master
2021-07-23T14:28:58.959184
2019-01-17T15:01:18
2019-01-17T15:01:18
153,124,819
0
0
null
null
null
null
UTF-8
C++
false
false
612
cpp
/*====================================================================== * filename: sizeofpointer.cpp * author: rambogui * data: 2018-11-26 09:43:39 ======================================================================*/ #include <iostream> int main(int argc, char *argv[]) { using namespace...
[ "576381563@qq.com" ]
576381563@qq.com
676d7f486e00aada1ef887569af742d75615495b
9f5b8b72b24f22e5e9e031013d95d217ce3e8d5f
/devel/include/rowcrop_scripts/Num.h
c287f732ad1232c54939ea3907f8569afd4780a3
[]
no_license
bigkricket/row_crop_navigator
7ed0ec0302d68cc7d3be37bbe97409a03eea4182
ef4d796cf23567e4ca992ae1149a9565147c281c
refs/heads/master
2023-02-27T12:47:39.905890
2021-02-08T07:56:52
2021-02-08T07:56:52
335,496,907
0
0
null
null
null
null
UTF-8
C++
false
false
4,464
h
// Generated by gencpp from file rowcrop_scripts/Num.msg // DO NOT EDIT! #ifndef ROWCROP_SCRIPTS_MESSAGE_NUM_H #define ROWCROP_SCRIPTS_MESSAGE_NUM_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> #include <ros/message...
[ "perezben37@gmail.com" ]
perezben37@gmail.com
82318ba28fbb2e2723d6e3e9404318e4511e2e9d
f15a06ce734ab59bf9a027a74c6511949e44ab18
/leetcode/leetcode/186.h
e0ba0afe8c317d113c52e931e86c64bfc48058bf
[]
no_license
eescueta/leetcode
a8003c95bd536668d2620e65d5a6df206466b898
57575be0a3bf0f7e1f676df779621cd46699b732
refs/heads/master
2020-09-17T12:10:25.771503
2017-04-14T22:54:00
2017-04-14T22:54:00
66,740,737
0
0
null
null
null
null
UTF-8
C++
false
false
875
h
#pragma once #include <vector> #include <iostream> #include <map> #include <algorithm> #include <stack> #include <string> #include <queue> #include "Solution.h" using namespace std; /* Given an input string, reverse the string word by word. A word is defined as a sequence of non-space characters. The input string do...
[ "earl.escueta@intel.com" ]
earl.escueta@intel.com
84ceb12ec571ba60e3d56729d0c22b93991b6d58
88dcae753f2477ae102f832526106493b5de5dbf
/src/MahonyFilter.cpp
f459e6d8762e877504373fbb4211ac2f0b53a305
[]
no_license
herzig/dual_mpu9250_teensy
3cc6c18a1ccf9b43726cbbad822a90f872ff3235
0a8a99fdc8da04f562f8605292b03d0ec877a9b1
refs/heads/master
2023-01-11T08:22:10.292536
2020-11-07T19:17:05
2020-11-07T19:17:05
310,915,541
0
0
null
null
null
null
UTF-8
C++
false
false
2,991
cpp
#include "MahonyFilter.h" MahonyFilter::MahonyFilter() { } void MahonyFilter::update(float ax, float ay, float az, float gx, float gy, float gz, float mx, float my, float mz, float deltat) { // short name local variable for readability float q1 = q[0], q2 = q[1], q3 = q[2], q4 = q[3]; float norm; float hx, ...
[ "ivoherzig@gmail.com" ]
ivoherzig@gmail.com
f785b2a5e0e3b7764142a64e91bf034206037358
9fad4848e43f4487730185e4f50e05a044f865ab
/src/chrome/browser/extensions/api/chrome_extensions_api_client.cc
f2295a5c8dec5cb874b7a06e01df0c2d7b371546
[ "BSD-3-Clause" ]
permissive
dummas2008/chromium
d1b30da64f0630823cb97f58ec82825998dbb93e
82d2e84ce3ed8a00dc26c948219192c3229dfdaa
refs/heads/master
2020-12-31T07:18:45.026190
2016-04-14T03:17:45
2016-04-14T03:17:45
56,194,439
4
0
null
null
null
null
UTF-8
C++
false
false
6,610
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 "chrome/browser/extensions/api/chrome_extensions_api_client.h" #include "base/bind.h" #include "base/files/file_path.h" #include "base/memory/pt...
[ "dummas@163.com" ]
dummas@163.com
ad5adc8845cc18ce4d1ffae39360bcc17f35dad1
e5555acd4f5fd084f346bb5af0945280cc68949d
/4 sem/Project/trainSVM.h
30c041c6509cd659b65ec2f4dd5bc786eeaa0ec9
[]
no_license
Binpord/Informatics
7250ac95490403302ba55d86757320465737ae8c
ecc47fbe07efcab8509687e8e666aa603bfc7b52
refs/heads/master
2021-06-19T05:40:53.555650
2017-06-13T10:21:08
2017-06-13T10:21:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
186
h
#include "precompiled_headers.h" void trainSVM(std::string); void GetTrainingFiles(std::string); std::vector<std::string> GetListFiles(std::string); #ifdef __DEBUG void Print(); #endif
[ "vadimsh853@gmail.com" ]
vadimsh853@gmail.com
5340186bedd70f6e40210afa2a2a3f232064c463
3aeec367b34cfc2965328f7552584dde36b69457
/src/predict_pexel.hh
d2484f24487caefec9586b965df5f7b0e66dd6a4
[ "MIT" ]
permissive
wwood/exportpred
b6adc828a00815ee412f7e7f679940ef3418ba66
55238e5f06d7837b27899cd51bc3f3763d2233c8
refs/heads/master
2021-01-23T03:52:51.980820
2012-07-24T13:02:30
2012-07-24T13:02:30
5,165,611
1
0
null
null
null
null
UTF-8
C++
false
false
355
hh
#ifndef PREDICT_PEXEL_HH_INCLUDED #define PREDICT_PEXEL_HH_INCLUDED #include <string> #include <utility> #include <GHMM/ghmm.hh> #define RLE_PATTERN #define KLD_PATTERN // #define VERSION 1 #define VERSION 2 // #define SIGNALP_MODEL // #define HALDAR_MOTIF #define ARRAYLEN(x) (sizeof(x) / sizeof(x[0])) #define EN...
[ "donttrustben@gmail.com" ]
donttrustben@gmail.com
ef2e86913a3d5ce037a4b935d2dabc9b7cabd964
9ff99814bac539695fe601306be65ace79df546d
/吉田学園情報ビジネス専門学校 荒谷由朗/06_QUIETEXECUTION/00_制作環境/input.cpp
96f8c61be0c110f95e9d8f92df37d99609668f48
[]
no_license
YoshiroAraya/Yoshidagakuen_ArayaYoshiro
ccacac44557a103e0406e956dbdb9e60e99756e8
790f61425f3104ae7a33c0fef7c751de095cec83
refs/heads/master
2022-01-26T21:13:32.953523
2019-06-18T02:21:28
2019-06-18T02:21:28
185,294,374
0
0
null
null
null
null
SHIFT_JIS
C++
false
false
24,139
cpp
//============================================================================= // // 入力処理 [input.cpp] // Author : 荒谷由朗 // //============================================================================= #include "input.h" #include "debuglog.h" #include "manager.h" //***************************************************...
[ "yoshiro446025@gmail.com" ]
yoshiro446025@gmail.com
91c637a179b51fd619213c9e531a2d8bbe018fa2
0db983816ce3d4b43617a36733c38aef7cd54e43
/CPP-Concourrency-in-Action/chapter2 managing threads/join_detach.cpp
7f354932b104fd423b7233855585f13bee935f63
[]
no_license
fkgkdfgy/C3P
fd23e755a32eb5231524137d077d7ede8fa3548e
c97121169e2c25b65c3902968af5c92d1dbaf7b8
refs/heads/master
2023-03-25T12:06:47.538598
2021-03-15T05:49:12
2021-03-15T05:49:12
295,170,738
0
1
null
null
null
null
UTF-8
C++
false
false
1,525
cpp
/* * @Author: Liu Weilong * @Date: 2020-09-25 16:14:39 * @LastEditors: Liu Weilong * @LastEditTime: 2020-10-29 13:54:29 * @FilePath: /C3P/CPP-Concourrency-in-Action/chapter2 managing threads/join_detach.cpp * @Description: thread join 和detach 操作 * 经过这段时间的多线程的使用 * 还是对多线程有了一些了解 * ...
[ "weilong.liu-csu@outlook.com" ]
weilong.liu-csu@outlook.com
71acd9b98966f60b3bbf499515fc68e3c474e08e
a0604bbb76abbb42cf83e99f673134c80397b92b
/fldserver/base/sql/transaction.cc
31e86fb9ad33d6a5d5a46ac4b34ed06a93b8ca8b
[ "BSD-3-Clause" ]
permissive
Hussam-Turjman/FLDServer
816910da39b6780cfd540fa1e79c84a03c57a488
ccc6e98d105cfffbf44bfd0a49ee5dcaf47e9ddb
refs/heads/master
2022-07-29T20:59:28.954301
2022-07-03T12:02:42
2022-07-03T12:02:42
461,034,667
2
0
null
null
null
null
UTF-8
C++
false
false
1,157
cc
// Copyright (c) 2011 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 "fldserver/base/sql/transaction.h" #include "fldserver/base/check.h" #include "fldserver/base/sql/database.h" namespace sql { Transaction::...
[ "hussam.turjman@gmail.com" ]
hussam.turjman@gmail.com
6172af8b9ee4fc7eef0eacbf312c34f551b83228
91b19ebb15c3f07785929b7f7a4972ca8f89c847
/Classes/SaveData_android.cpp
da234a379656d11265a8bd1199504a97c019e90d
[]
no_license
droidsde/DrawGirlsDiary
85519ac806bca033c09d8b60fd36624f14d93c2e
738e3cee24698937c8b21bd85517c9e10989141e
refs/heads/master
2020-04-08T18:55:14.160915
2015-01-07T05:33:16
2015-01-07T05:33:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,541
cpp
// // SaveData_android.cpp // BasketWorldCup2 // // Created by ksoo k on 13. 1. 4.. // // #include "SaveData_android.h" /* string filePath = "KSDATA"; NSArray* paths = NSSearchPathForDirectoriesInDomains( NSDocumentDirectory, NSUserDomainMask, YES ); NSString* documentsDirectory = [paths objectAtIndex:0];...
[ "seo88youngho@gmail.com" ]
seo88youngho@gmail.com
a0e8c3fd7b59871739ca5fe636a96ee29a992197
55eb24ea6b0ea4257046f04aa6d3c18e9a0be29a
/Samsung/미세먼지 안녕!/17144_solution.cpp
ccf3f74720804b15c32f7a102d5a34ca111021af
[]
no_license
dwywdo/PS
dbb8b913f46d178783bc4b6ebf2a185a2a66b220
05700db6b6a49de93e72848b4d516e2a65da592a
refs/heads/master
2021-11-28T19:15:11.903267
2021-11-22T15:46:01
2021-11-22T15:46:01
248,372,017
0
0
null
null
null
null
UTF-8
C++
false
false
3,526
cpp
#include <iostream> #include <vector> #include <algorithm> using namespace std; int map[50][50]; int copy_map[50][50]; int R, C, T; int dy[4] = {-1, 1, 0, 0}; int dx[4] = {0, 0, -1, 1}; vector<pair<int, int>> airs; void rotation(pair<int, int> air, bool isupper){ vector<int> group; if(isupper){ for(int ...
[ "dwywdo@gmail.com" ]
dwywdo@gmail.com
94229cfe0d4783d180435048951644a5e5e785a1
24128d7dc7a16470bd2f2082c20e6cc00e083baf
/CPlusPlus/lru/lru.cpp
03e7a3c89a8c87a3c6759eeee8e072e4a58d4220
[ "Apache-2.0" ]
permissive
MakeBugsEveryday/algorithms
1689ba8b903896bcbc97a5eaa5cf7e26bd8c5875
0f3e310f09884c8c6ac3578aab4884ddd0baa711
refs/heads/master
2021-08-19T05:03:20.419836
2020-04-14T08:30:49
2020-04-14T08:30:49
161,980,219
0
0
null
null
null
null
UTF-8
C++
false
false
2,637
cpp
#include<iostream> #include"../node/node.hpp" using namespace std; class LRU { private: // 头结点 Node *head; // 尾巴节点 Node *tail; public: LRU(/* args */); ~LRU(); /* 将节点插入首部 */ void insertNodeAtHead(Node *node); /* 将节点放入头结点 */ void bringToHead(Node *node); /* 移除尾巴节点 */ v...
[ "1349963838@163.com" ]
1349963838@163.com
f055e5cf390a2e7adf4246a033b173e22ca41572
f0f3c9c8933941a0792a1fd8f95c5427ab0ec5e9
/iree/compiler/Conversion/Common/FlattenMemRefSubspanPass.cpp
c226f5aa9b77c34e6d3ceb5202c3c4f0bf40f38e
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
Presburger/iree
0255f7f0d4a9e7387d1c92938c42171ac05b73d1
51f8385c68b7e61f06c4a59971b48e72dc097427
refs/heads/main
2023-04-22T14:47:29.140029
2021-05-07T00:04:12
2021-05-07T00:04:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
15,699
cpp
// Copyright 2021 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...
[ "noreply@github.com" ]
noreply@github.com
e6bbe4afb4842826c6d2c8f037ade06e7499d727
96f8766592fac373d71eda5aef6050330e3a0182
/src/request.hpp
36199a74190e4be5db46200a6dee06dd73813cda
[]
no_license
artemp/paleoserver
0b42eb906f046dfb64a4cd55f6e84ea6b6072de9
276fb5135021053b94c97609198449aa8d0eda96
refs/heads/master
2020-05-29T14:10:30.196971
2012-06-28T13:47:32
2012-06-28T13:47:32
4,821,063
2
0
null
null
null
null
UTF-8
C++
false
false
706
hpp
// // request.hpp // ~~~~~~~~~~~ // // Copyright (c) 2003-2010 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef PALEOSERVER_REQUEST_HPP #define PALEO...
[ "dane@dbsgeo.com" ]
dane@dbsgeo.com
57c6fac610cf1721f3f1d3684b8b55dc4f64ca14
2f10f807d3307b83293a521da600c02623cdda82
/deps/boost/win/debug/include/boost/preprocessor/debug/assert.hpp
f6bf539a72d3f76af6d8183ab76f92ee809b2fa0
[]
no_license
xpierrohk/dpt-rp1-cpp
2ca4e377628363c3e9d41f88c8cbccc0fc2f1a1e
643d053983fce3e6b099e2d3c9ab8387d0ea5a75
refs/heads/master
2021-05-23T08:19:48.823198
2019-07-26T17:35:28
2019-07-26T17:35:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
129
hpp
version https://git-lfs.github.com/spec/v1 oid sha256:0d20ac6553e3748779bbf22048f46b22b4c49e8fd446ba3f76960055a5801f80 size 1374
[ "YLiLarry@gmail.com" ]
YLiLarry@gmail.com
f866ece8c76031f32401428492ef877ba5bef230
e8b57223db9c44d891aaec5f92185b82bf6dea55
/ConsoleApplication7/ConsoleApplication7/stdafx.cpp
bb5a777978a652e2deca6a1c279a8b8dc1fec466
[]
no_license
gjs001/Algorithm
bc88ebde2f0eed74128aca8eac065c7d45b3043a
3897cfbdf54589f6499c4af6badde545c02d6856
refs/heads/master
2022-04-01T19:07:56.510587
2020-02-08T17:51:11
2020-02-08T17:51:11
78,085,769
0
0
null
null
null
null
UHC
C++
false
false
337
cpp
// stdafx.cpp : 표준 포함 파일만 들어 있는 소스 파일입니다. // ConsoleApplication7.pch는 미리 컴파일된 헤더가 됩니다. // stdafx.obj에는 미리 컴파일된 형식 정보가 포함됩니다. #include "stdafx.h" // TODO: 필요한 추가 헤더는 // 이 파일이 아닌 STDAFX.H에서 참조합니다.
[ "GitHub gjs010@naver.com" ]
GitHub gjs010@naver.com
a52f27763e43a24c20b6e902b2c8f2292d5759fd
b2de69b5dcbdd35667535f56e227c3b37c52c930
/CSIS 112/Lab3-GradeBook/Gradebook.h
4b29a9b44dd583c9a3b43db5f1afa9d0c7d5fae6
[]
no_license
SamHerts/School-Labs
df73d2f39ec791acb5279dc62d2412b98fe7af20
a53bbfbd0d372607354e1b5a83d145f13e86a352
refs/heads/master
2020-05-19T15:30:43.906300
2020-02-10T15:59:16
2020-02-10T15:59:16
185,086,929
1
0
null
null
null
null
UTF-8
C++
false
false
336
h
#ifndef GRADEBOOK_H #define GRADEBOOK_H #include <string> #include <iostream> #include "Student.h" class Gradebook { public: Gradebook(std::string); void addStudent(std::string); void listStudents(); int size(); void listTitle(); private: std::string title; std::vector<Student> book; ...
[ "noreply@github.com" ]
noreply@github.com
a2971683f015cc585d51f7afdd6354287ac1b3c0
b1c06fcc909d57d102b00989fdbd9da91247a4a5
/Source/Urho3D/Graphics/ShaderVariation.h
01359f6be5c4da21bfb2c8489435900367f54961
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
TheophilusE/THEOE11
fa7b2b0be0bc8c9a667b57412b3362c9685a31cb
b5fa471d6d24fd5a2509f658706771093c8cdf08
refs/heads/master
2023-08-25T14:31:42.202426
2021-11-06T03:40:16
2021-11-06T03:40:16
410,686,889
0
0
null
null
null
null
UTF-8
C++
false
false
6,830
h
// // Copyright (c) 2008-2020 the Urho3D project. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // in the Software without restriction, including without limitation the rights // to use, copy, modify, m...
[ "65521326+GodTHEO@users.noreply.github.com" ]
65521326+GodTHEO@users.noreply.github.com
81dd8d58f2401ecf7370501382c84321fa597742
becf7caa63d95071221c4120c0f238626b46100a
/src/Lambda_Optimization/Include/Gof_Updater.h
a8d4fab18665da9fff2dbfc57e59c3bddfc4e0c1
[]
no_license
cran/fdaPDE
1acaf7798553c5582294cbb99c3a7207b78ccb55
4c275d6bfbcbbdef81e094fc977e60f68d1e24f3
refs/heads/master
2023-03-09T17:20:47.497214
2023-03-01T07:22:39
2023-03-01T07:22:39
49,715,847
1
0
null
null
null
null
UTF-8
C++
false
false
6,263
h
#ifndef __GOF_UPDATER_H__ #define __GOF_UPDATER_H__ // HEADERS #include <functional> #include "../../FdaPDE.h" #include "../../Global_Utilities/Include/Lambda.h" // CLASSES //! External updater for Lambda Optimizer /*! This class works as an external updater for a LambdaOptimizer method, storing its pointer and kee...
[ "csardi.gabor+cran@gmail.com" ]
csardi.gabor+cran@gmail.com
1a81f9b54a75feb6d3289f8db0505d21cc7ddbb9
78918391a7809832dc486f68b90455c72e95cdda
/boost_lib/boost/range/algorithm_ext/push_back.hpp
c19a89d36301b209d8c50f0a1f66597d69cd58f2
[ "MIT" ]
permissive
kyx0r/FA_Patcher
50681e3e8bb04745bba44a71b5fd04e1004c3845
3f539686955249004b4483001a9e49e63c4856ff
refs/heads/master
2022-03-28T10:03:28.419352
2020-01-02T09:16:30
2020-01-02T09:16:30
141,066,396
2
0
null
null
null
null
UTF-8
C++
false
false
1,261
hpp
// Boost.Range library // // Copyright Neil Groves 2009. Use, modification and // distribution is subject to the Boost Software License, Version // 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // // For more information, see http://www.boost.org/libs/range/ // #ifn...
[ "k.melekhin@gmail.com" ]
k.melekhin@gmail.com
b7be2ed731804e3b982136c804cfa8c70799af2b
f662473e9aa4765023181de20eb8eaf149ed96e8
/PreyPredator/PreyPredator/src/Hybrid.cpp
e23df72f820356692ad3ca22042d03969c563281
[]
no_license
LordGee/prey_pred
5b0235e66c2830a3d1db569c52c9eb3387f129a8
55b837b19a70f044508070b8e2148e08a3668ee1
refs/heads/master
2021-04-06T01:55:56.423724
2018-04-16T11:40:35
2018-04-16T11:40:35
124,538,407
0
0
null
null
null
null
UTF-8
C++
false
false
10,587
cpp
#include "Hybrid.h" #include <cstdlib> #include <ctime> #include <string> #include "omp.h" void Hybrid::PopulateGrid() { srand(seed); const int contributionY = abs(height / info.numProcs); int processorCounter = 1; for (int x = 0; x < width; x++) { for (int y = 0; y < height; y++) { // Only the master manages...
[ "gordon.johnson@mychaos.co.uk" ]
gordon.johnson@mychaos.co.uk
3c7a6bd68ead7aadbd71ec9ea7fd7851cffa0ef9
1ecdc79c6a4cf3a1ad71faabe74d8669e611bfa4
/proj/src/user/type.cpp
4fc9f239805b7e9799711c14442761df19b804cc
[]
no_license
topnax/kiv-os-sp
f519e87f767f48655cb60fffa95555bd68fe6f61
b0dadc60db4e817cd35ea504e167ae7cdb128ee7
refs/heads/master
2023-02-18T23:54:14.457281
2021-01-02T11:18:52
2021-01-02T11:18:52
300,584,685
0
0
null
null
null
null
UTF-8
C++
false
false
2,286
cpp
// // Created by Stanislav Král on 31.10.2020. // #include "rtl.h" #include "error_handler.h" extern "C" size_t __stdcall type(const kiv_hal::TRegisters &regs) { const auto std_in = static_cast<kiv_os::THandle>(regs.rax.x); const auto std_out = static_cast<kiv_os::THandle>(regs.rbx.x); // flag indicating...
[ "stanislav.kral@smart-software.cz" ]
stanislav.kral@smart-software.cz
e4d6860ecb5c8cd14bd81eb802cdda153a5c4b61
48e9625fcc35e6bf790aa5d881151906280a3554
/Sources/Elastos/LibCore/src/elastosx/xml/transform/stream/CStreamResult.cpp
313887450d1fe12c91be99daa4f88751b10c8e99
[ "Apache-2.0" ]
permissive
suchto/ElastosRT
f3d7e163d61fe25517846add777690891aa5da2f
8a542a1d70aebee3dbc31341b7e36d8526258849
refs/heads/master
2021-01-22T20:07:56.627811
2017-03-17T02:37:51
2017-03-17T02:37:51
85,281,630
4
2
null
2017-03-17T07:08:49
2017-03-17T07:08:49
null
UTF-8
C++
false
false
2,697
cpp
//========================================================================= // Copyright (C) 2012 The Elastos Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // ...
[ "cao.jing@kortide.com" ]
cao.jing@kortide.com
95de79e47e84727e4cee3213157eb374eef95d97
bc6acbcfa7f8124493ef72ae2597fa5ef95bd126
/Secventa_numere_maxima.cpp
cba0061b0f827c039740c228914f0fe008296add
[]
no_license
adyoblu/CPP
e9aabb0d479b6b1a3f71f5703e262847432b4471
7c394f3046a7ee0738d80891aa8fa65658570be5
refs/heads/master
2021-06-16T12:38:40.918830
2021-03-08T10:44:32
2021-03-08T10:44:32
176,030,804
0
0
null
null
null
null
UTF-8
C++
false
false
883
cpp
#include <iostream> #include <limits> using namespace std; //secventa de suma maxima complexitate O(n) int main() { int n; int a[100]; int scrt = 0; int sum = INT_MIN; cout<<"n="; cin>>n; for(int i = 0; i <=n-1; i++){ cout<<"a["<<i<<"]="; cin>>a[i]; } for(int i = 0; i...
[ "adyoblu2000@yahoo.com" ]
adyoblu2000@yahoo.com
06c9c5f8b52a8eac8b59e3a2203194faa389f42e
5ee0eb940cfad30f7a3b41762eb4abd9cd052f38
/Case_save/case3/1400/phi
4b7d0c53f9015ebfdaf75dab3e77344fb2b3af7e
[]
no_license
mamitsu2/aircond5_play4
052d2ff593661912b53379e74af1f7cee20bf24d
c5800df67e4eba5415c0e877bdeff06154d51ba6
refs/heads/master
2020-05-25T02:11:13.406899
2019-05-20T04:56:10
2019-05-20T04:56:10
187,570,146
0
0
null
null
null
null
UTF-8
C++
false
false
13,643
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "mitsuaki.makino@tryeting.jp" ]
mitsuaki.makino@tryeting.jp
415dc4e9dde4d37bcfa0964c593a067fc8f70c9a
e0133373a91bca13fe12b6dabf90f02e4990eb37
/Examples/Effect/R_O_I/R_O_I_Strings.cpp
bd25a9f7feefacc3ae57b99ede0a8745e4d1aef8
[ "MIT" ]
permissive
rlalance/AfterEffectsExperimentations
2ea96e0019118fee3aef49ec41dd859d7a89a246
5eae44e81c867ee44d00f88aaefaef578f7c3de7
refs/heads/master
2022-06-29T19:56:07.395307
2019-12-26T15:13:41
2019-12-26T15:15:43
230,270,898
1
0
null
null
null
null
UTF-8
C++
false
false
905
cpp
/* R_O_I_Strings.cpp */ #include "R_O_I.h" typedef struct { unsigned long index; char str[256]; } TableString; TableString g_strs[StrID_NUMTYPES] = { StrID_NONE, "", StrID_Name, "R_O_I", StrID_Description, "A SmartFX-ified exercise of our processing callbacks.\nCopyright 2007 Adobe Systems Incor...
[ "Richard.Lalancette@youi.tv" ]
Richard.Lalancette@youi.tv
8a9598c7df71246c7b50a91a9dcc0b9878c31a38
4367dbc646a980fac95fa26440a309c9591c5747
/src/Magnum/Math/Test/RangeTest.cpp
f2c953f46da3339bb93ba498a36bd5c8e19283e7
[ "MIT" ]
permissive
williamjcm/magnum
1b7e1657d6dec14e42d00642dd2a584a345e50e6
da5d2fa958f22844adaec90e894e85270ed0a631
refs/heads/master
2022-10-30T22:34:55.831298
2022-09-07T07:34:55
2022-09-07T11:44:14
167,661,895
0
0
null
null
null
null
UTF-8
C++
false
false
32,892
cpp
/* This file is part of Magnum. Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Vladimír Vondruš <mosra@centrum.cz> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files ...
[ "mosra@centrum.cz" ]
mosra@centrum.cz
b062de5bb0da1aa4e71d7e6930c848729dfaebac
520b75c144414d2af5a655e592fa65787ee89aaa
/AtCoder/ABC/053/B.cpp
e3c9e5cdd7cccb0113822f0011e406dea433a733
[]
no_license
arrows-1011/CPro
4ac069683c672ba685534444412aa2e28026879d
2e1a9242b2433851f495468e455ee854a8c4dac7
refs/heads/master
2020-04-12T09:36:40.846130
2017-06-10T08:02:10
2017-06-10T08:02:10
46,426,455
1
1
null
null
null
null
UTF-8
C++
false
false
313
cpp
#include <bits/stdc++.h> using namespace std; int main() { string s; cin >> s; int N = s.size(); int l = 0, r = N - 1; while (l < N && s[l] != 'A') { l += 1; } while (r >= 0 && s[r] != 'Z') { r -= 1; } cout << max(0, r - l + 1) << endl; return 0; }
[ "s1210207@gmail.com" ]
s1210207@gmail.com
0e9f5c52acc4cd66a90817e12643b5981d948001
66033adddff903d4ad540aefa39fdffe9934e403
/Seep/includes/panojs/bioView/libsrc/pole/pole.cpp
71c8c0cb9a9733ecfcf60d96b7248c097e2b99e8
[]
no_license
kay54068/Hide-Seep
361ef4c783f8ccff186eb98fee01c1219e7664ef
785a0f93d64068d630a884d5283fae3e09d0d8d8
refs/heads/master
2020-09-14T07:13:09.723462
2015-02-07T20:15:55
2015-02-07T20:15:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
35,030
cpp
/* POLE - Portable C++ library to access OLE Storage Copyright (C) 2002-2005 Ariya Hidayat <ariya@kde.org> Performance optimization: Dmitry Fedorov Copyright 2009 <www.bioimage.ucsb.edu> <www.dimin.net> Version: 0.3 Redistribution and use in source and binary forms, with or without modification...
[ "wjbeaver@gmail.com" ]
wjbeaver@gmail.com
a6cec8d27d428586709b60fa7e23d4a5abbcf6ee
2034641d74f1d075c27bf6670e6bf4f456704640
/waveType.cpp
298a71c6e5195ac929e9aaecd7a039374cfaa68a
[]
no_license
Jake-Howell/Synth-OS
4da8ba6ead5caa57aa137af2b5845b2e4f2a24f5
f84b1341a8e02b5e53d336963f1ae891ddbb99f8
refs/heads/master
2023-08-20T08:02:45.427738
2021-10-29T15:05:19
2021-10-29T15:05:19
260,003,813
0
0
null
null
null
null
UTF-8
C++
false
false
1,305
cpp
//This file is a public member function of the UpdateOutput class. //It is used to quickly select the type of output wave required //and pass any relavent data to them for each sample //waveType() gets the current sample number and time samplesInPeriod //from the "output_mail_box" struct that's updated by main() //it ...
[ "jakehowell8@gmail.com" ]
jakehowell8@gmail.com
72badb74c22f60932e4ee7704cb9b3b84e1f10d6
af9b7ec8cc4b1102001b710034b2f2e245b7d320
/src/qt/bitcoin.cpp
45f89079dfcbcc854b0a3581aee78a3d43ba39e5
[ "MIT" ]
permissive
fubendong2/lvyecoin
a2144fe4b7c50fd10e95e57b838412f6596b288a
87b1249ff066dd2de9b356e78f894f44d82ba07e
refs/heads/master
2020-04-08T14:48:55.607764
2014-03-21T06:52:47
2014-03-21T06:52:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,163
cpp
/* * W.J. van der Laan 2011-2012 */ #include "bitcoingui.h" #include "clientmodel.h" #include "walletmodel.h" #include "optionsmodel.h" #include "guiutil.h" #include "guiconstants.h" #include "init.h" #include "ui_interface.h" #include "qtipcserver.h" #include <QApplication> #include <QMessageBox> #include <QTextCo...
[ "fubendong100@163.com" ]
fubendong100@163.com
34597244843a93ac3fb1595e13443842d50f8f8d
8bb6d8ce77b9064da19fe3915a706904223f3f0a
/LeetCode/0983 - Minimum Cost For Tickets.cpp
0450e2492d4c9e96887feff506305381a127897e
[]
no_license
wj32/Judge
8c92eb2c108839395bc902454030745b97ed7f29
d0bd7805c0d441c892c28a718470a378a38e7124
refs/heads/master
2023-08-16T19:16:59.475037
2023-08-02T03:46:12
2023-08-02T03:46:12
8,853,058
6
10
null
null
null
null
UTF-8
C++
false
false
557
cpp
class Solution { public: int mincostTickets(vector<int>& days, vector<int>& costs) { vector<int> r(days.size() + 1); r[0] = 0; for (int i = 1; i <= days.size(); ++i) { const auto findPriorIndex = [&](const auto offset) { return distance(days.begin(), upper_bound(d...
[ "wj32.64@gmail.com" ]
wj32.64@gmail.com
61397b4c0cdcaf414766b54baa1df3c47d4b179f
8042492efe5c71fc031b904bbe97cd5162513c12
/tensorflow/compiler/xla/service/mlir_gpu/mlir_compiler.cc
2afbb7389baea3daaa1f99bd9319c0396affc9b4
[ "Apache-2.0" ]
permissive
OwletCare/tensorflow
bee48306c5b29207edc80c6ada13e1e7ff2c4614
39f47a417daedc81e0b265b6062e23acb0c4211d
refs/heads/master
2020-07-07T00:39:22.124841
2019-08-19T13:27:45
2019-08-19T13:33:00
203,185,316
0
0
Apache-2.0
2019-08-19T14:06:48
2019-08-19T14:06:47
null
UTF-8
C++
false
false
4,025
cc
/* Copyright 2019 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 law or a...
[ "gardener@tensorflow.org" ]
gardener@tensorflow.org
888a0472af6c3934081674eb2bc70a8a16bd3122
e35c07c1a2c2d38e01e314977fc535a0b78a7f57
/src/main.cpp
e976360288ec08aa4eb3d62b5c8ff0e7f31517ef
[ "MIT" ]
permissive
Luckshya/httpreq-squirrel
0e598ea09f0274c8c56926be8a588d5cb2771c3c
f5bd0e16922cf678e5fa388763bcf0908ce5be4b
refs/heads/master
2022-11-14T23:50:11.052635
2020-06-27T08:15:15
2020-06-27T08:15:15
241,582,890
1
0
null
null
null
null
UTF-8
C++
false
false
4,416
cpp
// Main include #include "main.h" #if defined(WIN32) || defined(_WIN32) #define WIN32_LEAN_AND_MEAN #include <Windows.h> #endif #include "SqImports.h" #include "sqrat.h" #include "CRequest.h" #include "CResponse.h" #include "Misc.h" // Definitions HSQAPI sq; HSQUIRRELVM v; // Global variables (meh) PluginFuncs *...
[ "luckshyaverma@gmail.com" ]
luckshyaverma@gmail.com
077d7dadb1ed4669976469c49967e0cfa076406f
21553f6afd6b81ae8403549467230cdc378f32c9
/arm/cortex/Spansion/MB9AF11xL/include/arch/reg/dtim.hpp
d78478b195849a135d85ee574bcd97c64a4b1309
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
digint/openmptl-reg-arm-cortex
3246b68dcb60d4f7c95a46423563cab68cb02b5e
88e105766edc9299348ccc8d2ff7a9c34cddacd3
refs/heads/master
2021-07-18T19:56:42.569685
2017-10-26T11:11:35
2017-10-26T11:11:35
108,407,162
3
1
null
null
null
null
UTF-8
C++
false
false
4,525
hpp
/* * OpenMPTL - C++ Microprocessor Template Library * * This program is a derivative representation of a CMSIS System View * Description (SVD) file, and is subject to the corresponding license * (see "License.txt" in the parent directory). * * This program is distributed in the hope that it will be useful, * bu...
[ "axel@tty0.ch" ]
axel@tty0.ch
32819a5f5490231ba543d1a42569678ff6c84b11
bff4518b3089c014e9af2e729d98f5521138073b
/Hamiltonian_and_lagrangian.cpp
5f93d0c23dab4e2f36141d3223607705d28fbf7a
[]
no_license
Aniganesh/100daysofcode
3d5e2e6c3d8526938620cf9fac700c69175618ec
2c11d71a5374be0d845b568ef16009bd3f1718da
refs/heads/master
2021-05-16T22:58:48.915268
2020-07-17T18:18:48
2020-07-17T18:18:48
250,505,128
1
0
null
null
null
null
UTF-8
C++
false
false
735
cpp
// https://www.hackerearth.com/practice/data-structures/arrays/1-d/practice-problems/algorithm/hamiltonian-and-lagrangian/ // 05-05-2020 Very-easy/easy #include<bits/stdc++.h> #define MOD % 1000000007 typedef long long ll; using namespace std; int main(){ int numValues; cin >> numValues; int values[numVal...
[ "aniganesh741@gmail.com" ]
aniganesh741@gmail.com
2c1ac073911b7c59157a598b1e5790d0fc8aa1ae
75c11e41007c4a5564ee170960bdef5bdc072c44
/wi-fi/wi-fi.ino
8a72bc61d62cf9bfa44900a69adce317233861e4
[]
no_license
joss185/PECUS
d549c2fd8bfb2953278340a72ae7b3a2b8941a2d
80a060672b1370b5c302cd4c3a7199fe8453c6bb
refs/heads/master
2020-03-28T22:00:45.088859
2018-09-18T01:35:37
2018-09-18T01:35:37
149,199,079
1
0
null
null
null
null
UTF-8
C++
false
false
3,521
ino
#define DEBUG true void setup() { delay(500); //Seta ambas seriais para a velocidade de 9600 Serial.begin(9600); //(em alguns casos a velocidade do seu Serial2 pode estar diferente desta) Serial2.begin(9600); //Envia o comandos AT // reseta o modulo sendData("AT+RST\r\n",2000,DEBUG); //...
[ "celizondo@gbm.net" ]
celizondo@gbm.net
9f3f243e5ffce039fa15366d1f9af244b17cc554
ae956d4076e4fc03b632a8c0e987e9ea5ca89f56
/SDK/TBP_PlayerWallGrindState_functions.cpp
3cb811ed965747dcf1cd46df5c82f6e3327ed3c6
[]
no_license
BrownBison/Bloodhunt-BASE
5c79c00917fcd43c4e1932bee3b94e85c89b6bc7
8ae1104b748dd4b294609717142404066b6bc1e6
refs/heads/main
2023-08-07T12:04:49.234272
2021-10-02T15:13:42
2021-10-02T15:13:42
638,649,990
1
0
null
2023-05-09T20:02:24
2023-05-09T20:02:23
null
UTF-8
C++
false
false
10,660
cpp
// Name: bbbbbbbbbbbbbbbbbbbbbbblod, Version: 1 #include "../pch.h" /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Functions //-----------------------------------...
[ "69031575+leoireo@users.noreply.github.com" ]
69031575+leoireo@users.noreply.github.com
59737772228f472a860f09944f386238fdbe9ea9
8f50c262f89d3dc4f15f2f67eb76e686b8f808f5
/Trigger/TrigHypothesis/TrigHLTJetHypo/src/JVTConditionMT.cxx
33ae1d96e90246a2a3dc81f381247dd243f960c9
[ "Apache-2.0" ]
permissive
strigazi/athena
2d099e6aab4a94ab8b636ae681736da4e13ac5c9
354f92551294f7be678aebcd7b9d67d2c4448176
refs/heads/master
2022-12-09T02:05:30.632208
2020-09-03T14:03:18
2020-09-03T14:03:18
292,587,480
0
1
null
null
null
null
UTF-8
C++
false
false
2,328
cxx
/* Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration */ #include "./JVTConditionMT.h" #include "./ITrigJetHypoInfoCollector.h" #include <sstream> #include <stdexcept> #include <TLorentzVector.h> #include <limits> #include <memory> JVTConditionMT::JVTConditionMT(double workingPoint): m_workin...
[ "jonathan.bossio@cern.ch" ]
jonathan.bossio@cern.ch
ef6874b41bdc76df943bfff3c833efc04ec82e6c
eb4098b0a240130ce7d2d039bc13d91d4da0fe31
/Modules/simulator_utils/include/ode/libs/numeric/odeint/test/adams_bashforth_moulton.cpp
55af50df8ae056dc043fd18f06ab171cca48c7e9
[ "BSL-1.0", "Apache-2.0" ]
permissive
amov-lab/Prometheus
f1d97ebebb58c14527bfe148275037b8dbd71154
017c50ee6a0a388caca193fd5a06ba237150bd05
refs/heads/main
2023-09-01T12:59:19.777116
2023-07-07T07:28:57
2023-07-07T07:28:57
225,547,305
2,129
396
Apache-2.0
2022-08-04T03:04:23
2019-12-03T06:28:07
C++
UTF-8
C++
false
false
3,193
cpp
/* [auto_generated] libs/numeric/odeint/test/adams_bashforth_moulton.cpp [begin_description] This file tests the use of the Adams-Bashforth-Moulton. [end_description] Copyright 2009-2012 Karsten Ahnert Copyright 2009-2012 Mario Mulansky Distributed under the Boost Software License, Version 1.0. (See accompa...
[ "fatmoonqyp@126.com" ]
fatmoonqyp@126.com
15bf418f4179b815735a273a0f0b060cca65dc53
83dc8201868cc003eff7f970f9660302f85422e2
/src/s2/s2text_format.h
f092613c2898252ad4a1bd6d145d6897dd012b2c
[]
no_license
cran/s2
7beeeaf29c572a1063353fa356104fef95d1f6f8
832e2a76bf56bc71b9eb440bee3bb23c5c90b4bf
refs/heads/master
2023-05-30T05:55:09.829416
2023-05-17T09:40:02
2023-05-17T09:40:02
72,815,881
0
0
null
null
null
null
UTF-8
C++
false
false
12,690
h
// Copyright Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law ...
[ "csardi.gabor+cran@gmail.com" ]
csardi.gabor+cran@gmail.com
d9d39de2c89c516aba96f0c4039bb698cd44b936
cad838f9a28c8e97003185b870ece96c00a2e696
/AERO_HackTM/src/RestSender.h
eee82aac0f0f16411f4670d5aa161823c9f9a5cb
[]
no_license
HackTM2016/SpeedFeed
6d58fad8ef7373e306c0c13b5aa531003b53e7af
c71fa7ac7f70fdd2b9aec572534221ffa2ead3ff
refs/heads/master
2020-12-24T20:43:16.876872
2016-05-22T14:03:17
2016-05-22T14:03:17
59,361,000
0
0
null
null
null
null
UTF-8
C++
false
false
822
h
#pragma once #include <cpprest/http_client.h> #include <cpprest/json.h> typedef pplx::task<web::http::http_response> HTTP_RESPONSE; class CRESTSender { public: CRESTSender(web::http::client::http_client & client); ~CRESTSender(); CRESTSender(CRESTSender const& rs) : m_httpClient(rs.m_httpClient) { } CRESTSend...
[ "silviu.ardelean@gmail.com" ]
silviu.ardelean@gmail.com
f2fe6747492296cdbe070020f4ef794539efb5ae
92e67b30497ffd29d3400e88aa553bbd12518fe9
/assignment2/part6/Re=110/22.5/U
afd54659b9518b01128e95f36cb2a8f72db7695f
[]
no_license
henryrossiter/OpenFOAM
8b89de8feb4d4c7f9ad4894b2ef550508792ce5c
c54b80dbf0548b34760b4fdc0dc4fb2facfdf657
refs/heads/master
2022-11-18T10:05:15.963117
2020-06-28T15:24:54
2020-06-28T15:24:54
241,991,470
0
0
null
null
null
null
UTF-8
C++
false
false
62,403
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 7 \\/ M anipulation | \*-------...
[ "henry.rossiter@utexas.edu" ]
henry.rossiter@utexas.edu
c1a62c8dd6b64b7c24137465b413c66c51c1ae68
13fd4fed91fa0d42c1ac59e6ba5273010f5f7f1c
/Конструктор копирования/Конструктор копирования/Конструктор копирования.cpp
561fb597c961a8fe241302b904086ac5da38e9e8
[]
no_license
Morzhling/My-Cpp-training
9b1488b557dfafbcabcc4d675874b86dddc1ef79
8e372e105f8d05dd152cc1be1666dc36413b430b
refs/heads/master
2020-04-27T11:04:28.002711
2019-07-29T19:51:10
2019-07-29T19:51:10
174,282,022
0
0
null
null
null
null
UTF-8
C++
false
false
974
cpp
#include "pch.h" #include <iostream> using namespace std; class MyClass { int Size; public: int *data; MyClass() { cout << this << " Constructor " << endl; } MyClass(int size) { this->Size = size; this->data = new int[size]; for (int i = 0; i < size; i++) { data[i] = i; } cout << this << ...
[ "basiluzumaki@gmail.com" ]
basiluzumaki@gmail.com
46e0a4074dcadbd9515e333a49ab7112a54472f3
8bdd599364b621da20d2fea67b3499dcfc2b1661
/Course(Array sorting)/Course/Course/stdafx.cpp
7421a4ccdbef3100fc445a056fbf4b3e5c9c722d
[]
no_license
lin60102/Cpp_programs
fd5e3884f4bf666e704ac2f2aa48924867a4db58
e3709a6648ff23c5aa01843e7e9bc6146408893d
refs/heads/master
2020-04-18T04:50:07.725509
2019-01-27T08:31:16
2019-01-27T08:31:16
null
0
0
null
null
null
null
BIG5
C++
false
false
178
cpp
// stdafx.cpp : 僅包含標準 Include 檔的原始程式檔 // Course.pch 會成為先行編譯標頭檔 // stdafx.obj 會包含先行編譯型別資訊 #include "stdafx.h"
[ "38403949+lin60102@users.noreply.github.com" ]
38403949+lin60102@users.noreply.github.com
685279bc070782065e1484fa6d5b323b9b2aef30
23e393f8c385a4e0f8f3d4b9e2d80f98657f4e1f
/Windows API函数参考手册/第05章位图和图标/5.2创建和撤销位图、图标/5_2_1_4/5_2_1_4.cpp
380db3c005d5049c4c24172f0f3159b96b4da077
[]
no_license
IgorYunusov/Mega-collection-cpp-1
c7c09e3c76395bcbf95a304db6462a315db921ba
42d07f16a379a8093b6ddc15675bf777eb10d480
refs/heads/master
2020-03-24T10:20:15.783034
2018-06-12T13:19:05
2018-06-12T13:19:05
142,653,486
3
1
null
2018-07-28T06:36:35
2018-07-28T06:36:35
null
GB18030
C++
false
false
6,228
cpp
// 5_2_1_4.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" #define MAX_LOADSTRING 100 // Global Variables: HINSTANCE hInst; // current instance TCHAR szTitle[MAX_LOADSTRING]; // The title bar text TCHAR szWind...
[ "wyrover@gmail.com" ]
wyrover@gmail.com
d9c12df049925b9195ab1041d3c8da53a6655b90
0f398c8beaebd61d43dd575ef2cfa34122775676
/src/hos.cpp
d8dc25e0ce8dd46dbeda0722a6c6349ca5cd3b12
[]
no_license
storrellas/hosSmartHome
8eedecfa5ef43276ad8dc594718a041e9e977139
45fb9a9b441c4d175d54a2b2bb35b4e763c09c9c
refs/heads/master
2021-01-10T22:06:13.658552
2015-11-06T14:46:50
2015-11-06T14:46:50
28,671,619
2
0
null
null
null
null
UTF-8
C++
false
false
6,053
cpp
/**************************************************************************** ** ** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You m...
[ "storrellas@gmail.com" ]
storrellas@gmail.com
12db8a0f9cde3f4dea88c9179d45b382140b6f6b
6bc086d87ed9ecff2a9fd9f53b64a815c38f0263
/SudokuC++/board.cpp
b6dc61070efe88676ae0fda5d6a904a73a7a3f87
[]
no_license
dennist-tran/SudokuCpp
81ba29302f0d9219e809e3c41bc330218ede7952
41dccff00102c50dcfacacc7477881f28840ddce
refs/heads/master
2023-08-23T09:58:30.004190
2021-10-26T02:07:54
2021-10-26T02:07:54
416,596,947
0
0
null
null
null
null
UTF-8
C++
false
false
1,321
cpp
#include <iostream> using namespace std; void printBoard(int board[9][9]) { for(int row = 0; row < 9; row++) { for(int col = 0; col < 9; col++) { if (col == 3 || col == 6) std::cout << "|" << " "; std::cout << board[row][col] << " "; } std::cout << std::endl; if (row == 2 || row == 5) std::co...
[ "42656976+BoxOfPencils@users.noreply.github.com" ]
42656976+BoxOfPencils@users.noreply.github.com
04e10d43ebfe5f8d454d59c5cc703716e632311b
844969bd953d7300f02172c867725e27b518c08e
/SDK/GHLetter_ExclusionEntitlement_Campaign027_functions.cpp
0540b27d831b16881417f97183d340d8732677cc
[]
no_license
zanzo420/SoT-Python-Offset-Finder
70037c37991a2df53fa671e3c8ce12c45fbf75a5
d881877da08b5c5beaaca140f0ab768223b75d4d
refs/heads/main
2023-07-18T17:25:01.596284
2021-09-09T12:31:51
2021-09-09T12:31:51
380,604,174
0
0
null
2021-06-26T22:07:04
2021-06-26T22:07:03
null
UTF-8
C++
false
false
600
cpp
// Name: SoT, Version: 2.2.1.1 #include "../pch.h" /*!!DEFINE!!*/ /*!!HELPER_DEF!!*/ /*!!HELPER_INC!!*/ #ifdef _MSC_VER #pragma pack(push, 0x01) #endif namespace CG { //--------------------------------------------------------------------------- // Functions //----------------------------------------------------...
[ "51171051+DougTheDruid@users.noreply.github.com" ]
51171051+DougTheDruid@users.noreply.github.com
aa10db08cf980d5e2dea8e4821bc1f4f4047dbeb
ba4db75b9d1f08c6334bf7b621783759cd3209c7
/src_main/game/client/dod/VGUI/dodcornercutpanel.h
71146fb0ac843b660cab239515e53af6f449f44d
[]
no_license
equalent/source-2007
a27326c6eb1e63899e3b77da57f23b79637060c0
d07be8d02519ff5c902e1eb6430e028e1b302c8b
refs/heads/master
2020-03-28T22:46:44.606988
2017-03-27T18:05:57
2017-03-27T18:05:57
149,257,460
2
0
null
2018-09-18T08:52:10
2018-09-18T08:52:09
null
WINDOWS-1252
C++
false
false
1,770
h
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============// // // Purpose: // // $NoKeywords: $ //=============================================================================// #ifndef DOD_CORNERCUTPANEL_H #define DOD_CORNERCUTPANEL_H #ifdef _WIN32 #pragma once #endif #inc...
[ "sean@csnxs.uk" ]
sean@csnxs.uk
9beeadf40eb445807b7a43cf1886f049cca5bf43
d5d94c992d0596080ba694c518dfdb58d3490847
/1433/answer.cpp
04d6019e9663dac02ba5555f858e625ce8d341a6
[]
no_license
calgagi/leetcode
1bf24b750e44c2c893935983e5d88e0f071d9f2d
431aba979d92e331f2f92a07eb80167a823a49bd
refs/heads/master
2022-11-17T11:26:01.596496
2020-07-19T06:56:04
2020-07-19T06:56:04
276,207,528
0
0
null
null
null
null
UTF-8
C++
false
false
422
cpp
class Solution { public: bool checkIfCanBreak(string s1, string s2) { sort(s1.begin(), s1.end()); sort(s2.begin(), s2.end()); int n = s1.length(); bool g1 = 1, g2 = 1; for (int i = 0; i < n; i++) { if (s1[i] > s2[i]) { g1 = 0; } else if...
[ "calgagi@gmail.com" ]
calgagi@gmail.com
55383b0ea9d62787edc569d51bb02cb86bd17ac6
0865e654df8684a4cb137e8a6de0007e1583629c
/vendor/grpc/grpc/include/grpc++/impl/codegen/time.h
81ca7bb3dec6376dd9e9d803db7a023620b50648
[ "BSD-3-Clause", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
bakins/grpc-fastcgi-example
f0e6cf3056c76d3991824e4ea7d9343ed926b65d
83e89ff1b69d6e31de1ed24bfd35c33efaea7e2f
refs/heads/master
2022-03-15T01:04:41.240887
2022-02-15T17:24:25
2022-02-15T17:24:25
101,287,872
1
1
Apache-2.0
2022-02-15T17:24:26
2017-08-24T11:31:25
PHP
UTF-8
C++
false
false
3,515
h
/* * * Copyright 2015, 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: * * * Redistributions of source code must retain the above copyright * notice, this list of condi...
[ "bakins@rsglab.com" ]
bakins@rsglab.com
12bf85f257b28d99ad87c06c92c115b566ea45f6
b22588340d7925b614a735bbbde1b351ad657ffc
/athena/LArCalorimeter/LArRawConditions/src/LArShapeMC.cxx
858b8ed66948d1a3bfe2bc7469c1af07e519d573
[]
no_license
rushioda/PIXELVALID_athena
90befe12042c1249cbb3655dde1428bb9b9a42ce
22df23187ef85e9c3120122c8375ea0e7d8ea440
refs/heads/master
2020-12-14T22:01:15.365949
2020-01-19T03:59:35
2020-01-19T03:59:35
234,836,993
1
0
null
null
null
null
UTF-8
C++
false
false
5,157
cxx
/* Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration */ #include "LArRawConditions/LArShapeMC.h" #include "AthenaKernel/getMessageSvc.h" #include "GaudiKernel/IMessageSvc.h" #include "GaudiKernel/Bootstrap.h" #include "GaudiKernel/ISvcLocator.h" #include "GaudiKernel/IToolSvc.h" #include "Ath...
[ "rushioda@lxplus754.cern.ch" ]
rushioda@lxplus754.cern.ch
d84d592ebbdb414e4202210864f07a2623004bac
0788948772b14389f147b0d7c66d921978b14ff3
/xyzeval/include/utils.hpp
8bfb714e882dbdbf43e8f1ecb190ea7e5571be52
[ "MIT" ]
permissive
elor/xyzutils
f796a87ca92097183971703f149e6ad8e3af08ed
5888f5a27ca3ba91c2a483c9b44d1ce0dbdb5d88
refs/heads/master
2020-05-31T15:04:09.210430
2014-08-28T14:02:22
2014-08-28T14:02:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
270
hpp
/* * utils.h * * Created on: Oct 9, 2013 * Author: elor */ #ifndef UTILS_H_ #define UTILS_H_ #include <string> #include <vector> std::vector<std::string> strsplit(std::string str); std::vector<std::string> strsplit(const char *str); #endif /* UTILS_H_ */
[ "elor@hrz.tu-chemnitz.de" ]
elor@hrz.tu-chemnitz.de
ba6c2deec9795557acd5f88e6dd570994da6413e
5ec06dab1409d790496ce082dacb321392b32fe9
/clients/cpp-qt5/generated/client/OAIComAdobeCqDamCfmImplContentRewriterParRangeFilterProperties.h
03d8b05cc1a49e4e87da17a0c45b907c6c612e8d
[ "Apache-2.0" ]
permissive
shinesolutions/swagger-aem-osgi
e9d2385f44bee70e5bbdc0d577e99a9f2525266f
c2f6e076971d2592c1cbd3f70695c679e807396b
refs/heads/master
2022-10-29T13:07:40.422092
2021-04-09T07:46:03
2021-04-09T07:46:03
190,217,155
3
3
Apache-2.0
2022-10-05T03:26:20
2019-06-04T14:23:28
null
UTF-8
C++
false
false
1,687
h
/** * Adobe Experience Manager OSGI config (AEM) API * Swagger AEM OSGI is an OpenAPI specification for Adobe Experience Manager (AEM) OSGI Configurations API * * OpenAPI spec version: 1.0.0-pre.0 * Contact: opensource@shinesolutions.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openap...
[ "cliffano@gmail.com" ]
cliffano@gmail.com
0f78b47b3508efc03907e8e595ad46e43218b470
ac8e27210d8ae1c79e7d0d9db1bcf4e31c737718
/tools/clang/lib/CodeGen/CodeGenModule.cpp
1fd4e4cf8b8fe443dc64c055c44937e0dd7e4e2b
[ "NCSA", "LLVM-exception", "Apache-2.0" ]
permissive
steleman/flang9
d583d619bfb67d27a995274e30c8c1a642696ec1
4ad7c213b30422e1e0fcb3ac826640d576977d04
refs/heads/master
2020-11-27T09:50:18.644313
2020-03-07T14:37:32
2020-03-07T14:37:32
229,387,867
0
0
Apache-2.0
2019-12-21T06:35:35
2019-12-21T06:35:34
null
UTF-8
C++
false
false
224,457
cpp
//===--- CodeGenModule.cpp - Emit LLVM Code from ASTs for a Module --------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
[ "stefan.teleman@cavium.com" ]
stefan.teleman@cavium.com
5949251edaf56c2e7ba8ff2a31bec46305e8b9ac
6501845f28181a8bd11ee73a55b0589e60264481
/lock_guard.cpp
c0f3669bdb1b13f68069e8965774228b6ef6641a
[ "MIT" ]
permissive
xkilluax/mevent
3da8c5b11067630360736b42a4076ddcef6d4ce4
fa268e93b33264c71d086ba9387b5ab2fabd0257
refs/heads/master
2021-12-15T00:57:44.839656
2021-11-16T02:50:04
2021-11-16T02:50:04
81,443,331
9
2
null
null
null
null
UTF-8
C++
false
false
349
cpp
#include "lock_guard.h" #include "util.h" namespace mevent { LockGuard::LockGuard(pthread_mutex_t &mutex) : mtx(mutex) { if (pthread_mutex_lock(&mtx) != 0) { MEVENT_LOG_DEBUG_EXIT(NULL); } } LockGuard::~LockGuard() { if (pthread_mutex_unlock(&mtx) != 0) { MEVENT_LOG_DEBUG_EXIT(NULL); ...
[ "looyao@thinksky.hk" ]
looyao@thinksky.hk
b969bc266726290783ea6f3f4b0b58512653a4a5
df6a7072020c0cce62a2362761f01c08f1375be7
/doc/quickbook/oalplus/quickref/enums/context_attrib_class.hpp
6cd098d34bc1396508cf7f85dcd2786f03ea5e7b
[ "BSL-1.0" ]
permissive
matus-chochlik/oglplus
aa03676bfd74c9877d16256dc2dcabcc034bffb0
76dd964e590967ff13ddff8945e9dcf355e0c952
refs/heads/develop
2023-03-07T07:08:31.615190
2021-10-26T06:11:43
2021-10-26T06:11:43
8,885,160
368
58
BSL-1.0
2018-09-21T16:57:52
2013-03-19T17:52:30
C++
UTF-8
C++
false
false
1,099
hpp
// File doc/quickbook/oalplus/quickref/enums/context_attrib_class.hpp // // Automatically generated file, DO NOT modify manually. // Edit the source 'source/enums/oalplus/context_attrib.txt' // or the 'source/enums/make_enum.py' script instead. // // Copyright 2010-2019 Matus Chochlik. // Distributed under the Bo...
[ "chochlik@gmail.com" ]
chochlik@gmail.com
efbcf47c9063c5cafa0b32b5b040b0f67ae05ba5
bd433a1d9a408bb876a252747068151202673b8a
/exam2/answer/Q94/CPU.cpp
5f67293ec8a4ad59603e337fb66a3b3181cb8958
[]
no_license
DemoTree/cpp
d8f80f6a879a935d44d2b04657dac3ce7b9a5f3c
cfe0c23d99f3a6e70106e48473a18b436e488ef3
refs/heads/master
2020-09-22T06:56:57.588496
2020-02-18T07:56:09
2020-02-18T07:56:09
225,093,504
0
0
null
null
null
null
GB18030
C++
false
false
6,789
cpp
#include<iostream> #include<string> #include<vector> #include<map> using namespace std; class Task { protected: int name; int type; int priority; int arrive_time; int task_take; int coreId = 0; int current_time; public: Task(int name, int type, int priority, int arrive_time, int task_take) { ...
[ "zzy9967@126.com" ]
zzy9967@126.com
24d35796497d06af7f66c04d3e9ebc216ea0d031
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5688567749672960_1/C++/Sameth/newa.cpp
fd143609d5a6bea3f79bc93ee91adfe6b534ba66
[]
no_license
alexandraback/datacollection
0bc67a9ace00abbc843f4912562f3a064992e0e9
076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf
refs/heads/master
2021-01-24T18:27:24.417992
2017-05-23T09:23:38
2017-05-23T09:23:38
84,313,442
2
4
null
null
null
null
UTF-8
C++
false
false
1,847
cpp
#include <cstdio> #include <cassert> #include <algorithm> #include <vector> #include <iostream> #include <string> #include <map> #include <set> #include <queue> #include <cstring> #include <cstdlib> #include <cmath> #define For(i, n) for (int i = 0; i < (int) n; ++i) #define SIZE(x) ((int) (x).size()) #define mp(a, b) ...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
39df26bc79f43fa90026c3036b3500fd3b8b11c5
a300c35fc8e99b67d1d2b02e23b77e49771a63bc
/Solved/Codeforces/560C - Gerald's Hexagon.cpp
279a598af24d68e6b4c8df918043b45f87eae0b6
[]
no_license
FabiOquendo/Competitive-Programming
c035b865eb79b89b587ad919e45cf00e0b35de83
adbcde84bbd10fee10143101b56bb3dbb0b79b6b
refs/heads/master
2021-01-18T22:55:56.307662
2017-06-01T16:21:17
2017-06-01T16:21:17
49,735,500
0
0
null
null
null
null
UTF-8
C++
false
false
762
cpp
//============================================================ // Name : 560C - Gerald's Hexagon.cpp // Author : Team UQuick // Author : Fabio Stiven Oquendo Soler // Description : Programming Problems CODEFORCES // Number : 560C //============================================================ #inc...
[ "fabioquendo95@gmail.com" ]
fabioquendo95@gmail.com
2ff2281b174f857a77681928597791ea41d3aad9
0d314decc17cf7bb7918a9b5ac72ebe1e1abca1e
/src/test/univalue_tests.cpp
7874010b68da6be8d82799f7dbfab2a9072dae92
[ "MIT" ]
permissive
gus3008/protoncoin
798375f90c6fd97de29ad75bf79def555fae1888
320fe64295c487a0af6a18ceb8da8012b822cd86
refs/heads/master
2020-03-21T19:30:19.506175
2018-07-10T23:52:02
2018-07-10T23:52:02
138,953,437
0
0
MIT
2018-06-28T01:58:07
2018-06-28T01:58:06
null
UTF-8
C++
false
false
9,503
cpp
// Copyright 2014 BitPay, Inc. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <stdint.h> #include <vector> #include <string> #include <map> #include <univalue.h> #include "test/test_proton.h" #include <boost/test/unit...
[ "newprotoncoin@gmail.com" ]
newprotoncoin@gmail.com
eb5421c3f8f3d26c3fe83785c7bd2dee14d47ae8
cc7661edca4d5fb2fc226bd6605a533f50a2fb63
/System.Xml/SoapSchemaMember.h
c692fa4ac8553273c2f9a432a24a9523d9f44014
[ "MIT" ]
permissive
g91/Rust-C-SDK
698e5b573285d5793250099b59f5453c3c4599eb
d1cce1133191263cba5583c43a8d42d8d65c21b0
refs/heads/master
2020-03-27T05:49:01.747456
2017-08-23T09:07:35
2017-08-23T09:07:35
146,053,940
1
0
null
2018-08-25T01:13:44
2018-08-25T01:13:44
null
UTF-8
C++
false
false
422
h
#pragma once #include "..\UnityEngine\UnicodeString*.h" #include "..\System\Xml\XmlQualifiedName.h" namespace System { namespace Xml { { namespace Serialization { class SoapSchemaMember : public Object // 0x0 { public: UnityEngine::UnicodeString* memberName; // 0x10 (size: 0x8, flags: 0x1, type: 0xe) System...
[ "info@cvm-solutions.co.uk" ]
info@cvm-solutions.co.uk
dccc942c86f9f5754e02fb3aa227020dcc76527c
5da2b11371e80f92d07e602c0b961b490cf17ba7
/MFC_Code/Code/038/038/038.h
0dc532894ef06fcc50a4f9e58513beb4976e9488
[]
no_license
Michael-prog/MFCTutorial
694a5a6a76388bbb02b6fdc183cd8f6bf1259344
e372ba0a8a40107490dac6745052c5a52df2311e
refs/heads/master
2022-02-23T23:52:34.136004
2019-03-01T08:42:06
2019-03-01T08:42:06
null
0
0
null
null
null
null
GB18030
C++
false
false
446
h
// 038.h : PROJECT_NAME 应用程序的主头文件 // #pragma once #ifndef __AFXWIN_H__ #error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件" #endif #include "resource.h" // 主符号 // CMy038App: // 有关此类的实现,请参阅 038.cpp // class CMy038App : public CWinApp { public: CMy038App(); // 重写 public: virtual BOOL InitInstance(); // 实现 DECLARE_MESS...
[ "dearfuture2012@gmail.com" ]
dearfuture2012@gmail.com
79b048efd0aa701377db6b0ee20f1ab40342f26f
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function13714/function13714_schedule_7/function13714_schedule_7_wrapper.cpp
2226a0e38c7765cf0a95936f5cfac466deb08820
[]
no_license
IsraMekki/tiramisu_code_generator
8b3f1d63cff62ba9f5242c019058d5a3119184a3
5a259d8e244af452e5301126683fa4320c2047a3
refs/heads/master
2020-04-29T17:27:57.987172
2019-04-23T16:50:32
2019-04-23T16:50:32
176,297,755
1
2
null
null
null
null
UTF-8
C++
false
false
1,463
cpp
#include "Halide.h" #include "function13714_schedule_7_wrapper.h" #include "tiramisu/utils.h" #include <cstdlib> #include <iostream> #include <time.h> #include <fstream> #include <chrono> #define MAX_RAND 200 int main(int, char **){ Halide::Buffer<int32_t> buf00(512, 512); Halide::Buffer<int32_t> buf01(...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
7e04f33dfe6861f1eb266780c2fa340879d9e79e
0f08276e557de8437759659970efc829a9cbc669
/problems/p1661.h
a15782a8117b02f09d6f0166b2e06b8df8422188
[]
no_license
petru-d/leetcode-solutions-reboot
4fb35a58435f18934b9fe7931e01dabcc9d05186
680dc63d24df4c0cc58fcad429135e90f7dfe8bd
refs/heads/master
2023-06-14T21:58:53.553870
2021-07-11T20:41:57
2021-07-11T20:41:57
250,795,996
0
0
null
null
null
null
UTF-8
C++
false
false
66
h
#pragma once namespace p1661 { class Solution { }; }
[ "berserk.ro@gmail.com" ]
berserk.ro@gmail.com
1e8267217b0a556329cf0c44f0a6f1d8bec92847
d932716790743d0e2ae7db7218fa6d24f9bc85dc
/components/ntp_snippets/content_suggestions_service.h
40c442bc6bbb4d0d68834a41e2593b4282e66e9a
[ "BSD-3-Clause" ]
permissive
vade/chromium
c43f0c92fdede38e8a9b858abd4fd7c2bb679d9c
35c8a0b1c1a76210ae000a946a17d8979b7d81eb
refs/heads/Syphon
2023-02-28T00:10:11.977720
2017-05-24T16:38:21
2017-05-24T16:38:21
80,049,719
19
3
null
2017-05-24T19:05:34
2017-01-25T19:31:53
null
UTF-8
C++
false
false
19,215
h
// 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. #ifndef COMPONENTS_NTP_SNIPPETS_CONTENT_SUGGESTIONS_SERVICE_H_ #define COMPONENTS_NTP_SNIPPETS_CONTENT_SUGGESTIONS_SERVICE_H_ #include <map> #include <me...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
158bdd7bcb7334b280408d694aff80acd413c92a
1dd521e69331aefcce34c2c733ea8cc518d8fa5d
/src/Core/Algorithms/Field/Tests/ExtractSimpleIsoSurfaceAlgoTests.cc
9725759f936c2678019906fd6f96c4af4ee9579d
[ "MIT" ]
permissive
Nahusa/SCIRun
b75d4d283d9cc6f802aed390d4c8d210a901ba2d
c54e714d4c7e956d053597cf194e07616e28a498
refs/heads/master
2020-03-23T20:23:00.688044
2018-08-15T17:48:35
2018-08-15T17:48:35
142,037,816
0
0
MIT
2018-07-23T16:04:23
2018-07-23T16:04:23
null
UTF-8
C++
false
false
3,756
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...
[ "moritz@sci.utah.edu" ]
moritz@sci.utah.edu