blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
3
264
content_id
stringlengths
40
40
detected_licenses
listlengths
0
85
license_type
stringclasses
2 values
repo_name
stringlengths
5
140
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
905 values
visit_date
timestamp[us]date
2015-08-09 11:21:18
2023-09-06 10:45:07
revision_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-17 19:19:19
committer_date
timestamp[us]date
1997-09-14 05:04:47
2023-09-06 06:22:19
github_id
int64
3.89k
681M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]date
2012-06-07 00:51:45
2023-09-14 21:58:39
gha_created_at
timestamp[us]date
2008-03-27 23:40:48
2023-08-21 23:17:38
gha_language
stringclasses
141 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
10.4M
extension
stringclasses
115 values
content
stringlengths
3
10.4M
authors
listlengths
1
1
author_id
stringlengths
0
158
bb1fea616f08072b738838a7ebe838c8142a2f30
ceea10d637d9fb08dc35dfa52702d952326a5a22
/Src/UPOEngine/Engine/UPrimitiveBatch.cpp
6584dcc026bc5d9a5bc6bb41409499749523e929
[]
no_license
UPO33/UPOEngine
d2c8594474ad60f80e15da46e791360aad652817
e720755d93b86b0dd5ef6a8d879284042c7aba0d
refs/heads/master
2020-09-27T01:21:30.674251
2017-03-03T07:48:43
2017-03-03T07:48:43
67,622,746
7
1
null
null
null
null
UTF-8
C++
false
false
8,592
cpp
#include "UPrimitiveBatch.h" #include "UGameWindow.h" #include "UHitSelection.h" #include "../GFX/UShaderConstants.h" #include "../Engine/UEngineBase.h" #include "../Engine/UWorld.h" namespace UPO { UGLOBAL_SHADER_DECLIMPL2(gVSPrimitiveBatch, GFXVertexShader, "WorldPrimitiveBatch.hlsl", "VSMain"); UGLOBAL_SHADER_D...
[ "abc0d3r@gmail.com" ]
abc0d3r@gmail.com
919ded3ca87c30dd3c25dd149d0035665a8d4640
c3a764ee087e05236f000e2c1d8d29abf46095b5
/src/engine/Sound.cpp
b97f3a26ed8c950c42a160872b612e08f3852b89
[]
no_license
emurdock1101/The-Dashing-Mr-Jones
4a8e41c948712b8b222cf2bbb5ec08bed29598bb
2821121a215f799f1aa9b78935e7acd2d163d71d
refs/heads/master
2022-11-19T21:21:14.008326
2020-07-20T16:29:32
2020-07-20T16:29:32
281,137,169
0
0
null
null
null
null
UTF-8
C++
false
false
414
cpp
#include "Sound.h" #include <SDL2/SDL_mixer.h> #include <iostream> using namespace std; Sound::Sound() { } Sound::~Sound() { } void Sound::playSFX(string soundFilePath) { Mix_Chunk *sound = Mix_LoadWAV(soundFilePath.c_str()); Mix_PlayChannel( -1, sound, 0 ); } void Sound::playMusic(string soundFilePath) ...
[ "eh7bu@virginia.edu" ]
eh7bu@virginia.edu
62292f008370855587a3ae41f4f8bcd516aff7ff
6680f8d317de48876d4176d443bfd580ec7a5aef
/misViewer/misUpdateLandmarkCameraView.cpp
38203d3b8d7c3d6b2183c72ad0f4d2d220952c00
[]
no_license
AlirezaMojtabavi/misInteractiveSegmentation
1b51b0babb0c6f9601330fafc5c15ca560d6af31
4630a8c614f6421042636a2adc47ed6b5d960a2b
refs/heads/master
2020-12-10T11:09:19.345393
2020-03-04T11:34:26
2020-03-04T11:34:26
233,574,482
3
0
null
null
null
null
UTF-8
C++
false
false
1,334
cpp
#include "stdafx.h" #include "misUpdateLandmarkCameraView.h" #include "misCamera.h" #include "BusinessEntities\Point.h" #include "CameraPositionCalculator.h" #include "CameraPositionCalculatorFactory.h" #include "misApplicationSetting.h" misUpdateLandmarkCameraView::misUpdateLandmarkCameraView(std::shared_ptr<I3DView...
[ "alireza_mojtabavi@yahoo.com" ]
alireza_mojtabavi@yahoo.com
6cdb697dfbd80eb289d57e8f0025549b1f70c890
3d616f0c7b350bf9755f257f13f9a787cfdae31f
/bj_에너지모으기.cpp
338f193c13be01731f1ba6e112f3b257fa871d90
[]
no_license
wjdgur778/BJ_Algorithm
89ba4db177af5f9a253b45d8e78da82297586c71
e10498bdb7e69e59e6fcbfab58f3b40e05df1ded
refs/heads/master
2023-05-09T01:19:31.163652
2021-05-30T09:56:33
2021-05-30T09:56:33
347,317,995
0
0
null
null
null
null
UHC
C++
false
false
774
cpp
#include<iostream> #include<vector> using namespace std; int n; vector<int>vec; vector<bool>check(10, false); long long answer = 0; //빠지는 과정 //8! 중에 가장 큰거 //backtracking //brute force long long calc(int i) { int l = i; int r = i; while (check[--l] == true); while (check[++r] == true); long long sum = vec[l] * vec[...
[ "wjdgur778@gmail.com" ]
wjdgur778@gmail.com
faa6eebe6096b8b76f5293b944b300d7355db2df
ad273708d98b1f73b3855cc4317bca2e56456d15
/aws-cpp-sdk-ram/include/aws/ram/model/RejectResourceShareInvitationRequest.h
fa0c9a326c8a889988782bf49371bb0d8e9657ab
[ "MIT", "Apache-2.0", "JSON" ]
permissive
novaquark/aws-sdk-cpp
b390f2e29f86f629f9efcf41c4990169b91f4f47
a0969508545bec9ae2864c9e1e2bb9aff109f90c
refs/heads/master
2022-08-28T18:28:12.742810
2020-05-27T15:46:18
2020-05-27T15:46:18
267,351,721
1
0
Apache-2.0
2020-05-27T15:08:16
2020-05-27T15:08:15
null
UTF-8
C++
false
false
5,483
h
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
c04a14ba324b4c0e45acb86536a7940364897f7b
c90d5fc83708666b304b599f49870e160085bfd0
/Compilator/Token.h
dec0239ba2d665d9e79346b1c475928982390aca
[]
no_license
PolyakovDmitry546/Compilator
22b0509f5e9cee91bdf45f0a730ba83162f3d2b8
77811bf2985797a02c13ac08e0bc59cbb47dc874
refs/heads/master
2023-04-10T01:47:38.629448
2021-04-25T19:10:21
2021-04-25T19:10:21
361,512,151
0
0
null
null
null
null
UTF-8
C++
false
false
988
h
#pragma once #include<string> #include"Variant.h" using namespace std; enum ETokenType { ident, operand, value }; enum EOperand { star, slash, equal, comma, semicolon, colon, point, arrow, leftpar, rightpar, lbracket, rbracket, flpar, frpar, later, greater, laterequal, greaterequal, latergreat...
[ "polyakov1803@gmail.com" ]
polyakov1803@gmail.com
ca2d2ecd9fdb582407686ed1911d36afbebf7057
891605c2226f152f97f88abc22f8c666dfc6d6cd
/arduino/Sensors/Reset_Message_Sketch/Reset_Message_Sketch.ino
7ee587f028131fe7dc47e710e0c7e7a11bdec6b1
[]
no_license
tlavastida/EE4820
141e331844a581569cbb50d8c45eacdfae210f31
0ba34b27da741c1e410471b503165de6a6f492a3
refs/heads/master
2021-01-21T13:07:36.352402
2016-04-28T05:19:07
2016-04-28T05:19:07
50,361,278
0
0
null
null
null
null
UTF-8
C++
false
false
215
ino
void setup() { // put your setup code here, to run once: Serial.begin(9600); } void loop() { // put your main code here, to run repeatedly: Serial.println("I have been reset"); delay(1000); }
[ "ninjasteve1@live.com" ]
ninjasteve1@live.com
9f136e7d0879bb3d3f780f9cf8e490d881be6db5
10854fab019a83ad29f4e16fe45616720c95d75b
/RayTracingGems-VolumePT/main.cpp
5590ab545c63124577128108a15170344b1215f2
[]
no_license
Woking-34/daedalus-playground
2e928e95f371196d039e035ef035a90ad468c5e5
41a884194aa8b42e1aa2ecbc76e71b1390e085ba
refs/heads/master
2021-06-16T03:35:19.755817
2021-05-29T10:52:44
2021-05-29T10:52:44
175,941,574
8
5
null
null
null
null
UTF-8
C++
false
false
15,981
cpp
// // Small interactive application running the volume path tracer // #include <GL/glew.h> #include <GLFW/glfw3.h> #include <cuda_runtime.h> #include <cuda_gl_interop.h> #include <vector_functions.h> #define _USE_MATH_DEFINES #include <cmath> #include <cstdlib> #include <cstdio> #include <cstring> #include <algorith...
[ "m_nyers@yahoo.com" ]
m_nyers@yahoo.com
f73437181ae33dc99f28ffcc6063f5b256daab43
63c7352bc3e1a9ce0195b84e154eaa26240239c3
/systemc-ams-1.0Beta2/src/scams/predefined_moc/lsf/sca_lsf_tdf_source.h
d9b0a50fe06dd0668a0282b53ce7dbfbcafe7f58
[ "Apache-2.0" ]
permissive
RShankar/Hydrological-Modeling
4e3fb35f34b15df49d36dfa7d0fb854f376b744f
716c2554688a02957bb2de8b0f723837d9ce2aef
refs/heads/master
2021-04-12T04:38:43.450353
2015-02-16T18:02:56
2015-02-16T18:02:56
30,809,673
0
0
null
null
null
null
UTF-8
C++
false
false
2,690
h
/***************************************************************************** Copyright 2010 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may...
[ "gmath50198@ao.com" ]
gmath50198@ao.com
684100aec985ba60d39cc77b5efb6817fa53f8b8
3bd2a0b4076474bc1b1cd5872d047b69dd1399e8
/homework/code/ps5/CuckooHashTable.cpp
c75787a99da435c170c2f8dc70de29422460e41c
[]
no_license
kandluis/cs166
2a0ddff0aa7759933c203c5db36d5f3f1fdf2518
2de5f41427957b3db8a2c72ca71e32fced2e68e5
refs/heads/master
2022-01-12T10:51:26.802643
2019-05-30T19:44:35
2019-05-30T19:44:35
180,023,629
1
0
null
null
null
null
UTF-8
C++
false
false
4,905
cpp
#include "CuckooHashTable.h" #include "Hashes.h" #if __has_include(<optional>) # include <optional> using std::optional; using std::nullopt; #else # include <experimental/optional> using std::experimental::optional; using std::experimental::nullopt; #endif #include <cmath> #include <vector> /** * Since cuckoo h...
[ "luis.perez.live@gmail.com" ]
luis.perez.live@gmail.com
6fb2a21b3d0ab144f0d915ba29ccb085e8648500
2bf42e79cd6d9482601deae7d93bc2bf64217328
/bmsbel/bms_regist_array.cpp
49afff0cf2668b2a89a487a7fa38f429cfb45f32
[]
no_license
kuna/bmsbelplus
099e56ad7bd5e6a8b72b7e06c7dcf18a52c6d352
8515a1d729a4f8b0f8e3ec94d0175769b2f6d94c
refs/heads/master
2016-08-10T06:37:31.320100
2016-03-19T10:45:43
2016-03-19T10:45:43
48,487,172
10
2
null
2016-01-30T08:10:56
2015-12-23T11:29:46
C
UTF-8
C++
false
false
5,233
cpp
#include "bmsbel/bms_regist_array.h" #include "bmsbel/bms_define.h" #include "bmsbel/bms_util.h" #include "bmsbel/bms_exception.h" bool BmsRegistArray::CheckConstruction(const std::string& name, const std::string& str) { if (str.length() != name.length() + 2) { return false; } std::string tmp = str.sub...
[ "kgdgwn98@gmail.com" ]
kgdgwn98@gmail.com
ddf4d7472863fb760f55c5c7e6deeaea97c49b27
ad93b9522005c3bd28e16b420a10737467e50f61
/C++/SocketBased/Test2/Q3/Object_Client_3/Object_Client/Class.h
d2689437937ad2729e7b05c563a53382fa6e3393
[]
no_license
jgchoi/seneca-coding-archive
c678efa350e2a165638081bc1824933fa2ef6871
01d63e066d078e126061386aad9b1c5bd65fbce4
refs/heads/master
2021-05-01T10:35:39.585502
2017-01-14T00:06:23
2017-01-14T00:06:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
477
h
#ifndef _PACKET_H #define _PACKET_H struct body_str { unsigned char size; unsigned int *contents; }; class Packet { private: unsigned char header; body_str body; unsigned char tail; public: Packet(); ~Packet(); void SetInfo(); void PrintInfo(); int Connect(SOCKET &, char *, int); void SendP...
[ "un333333@gmail.com" ]
un333333@gmail.com
1d175e58131c15e8fa943a881d98672e1c5b6ff8
ab058b41b1ac0218ae34468a7c5664a34fe8067a
/sample/sssampledriver.cpp
c0643da09941d82ce14c4ff119cb679ac0b482b9
[ "MIT" ]
permissive
ebio-snu/cvtdriver
7d7c9b4b4de91309bbac0fda9995a7d7b7b2066a
d76375c8ab5aacece3bb0dd9f9c556128d7193a7
refs/heads/master
2021-01-24T04:20:27.576471
2018-05-29T09:49:01
2018-05-29T09:49:01
122,933,955
0
0
null
null
null
null
UTF-8
C++
false
false
11,842
cpp
/** Copyright © 2018 ebio lab. SNU. All Rights Reserved. @file sssampledriver.cpp @date 2018-03-22, JoonYong @author Kim, JoonYong <tombraid@snu.ac.kr> This file is for server-side sample driver. refer from: https://github.com/ebio-snu/cvtdriver */ #include <iostream> #include <sstream> #include <string> #incl...
[ "joonyong.jinong@gmail.com" ]
joonyong.jinong@gmail.com
e0b9c23735eed609b6cd91bfcfbdc72aadb013cd
0f08276e557de8437759659970efc829a9cbc669
/problems/p210.h
9e959af14188210eaf2f3f83bd1b400b7f186f41
[]
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
1,796
h
#pragma once #include <unordered_map> #include <vector> namespace p210 { class Solution { public: using Graph = std::unordered_map<int, std::vector<int>>; enum class State { NotVisited, InProgress, Visited }; std::vector<int> ...
[ "berserk.ro@gmail.com" ]
berserk.ro@gmail.com
bf032e89796adf776999797ee738f70baa40ecf3
0d8f36c6e4edec44ab8cfe3dfab1b5607c72692e
/Arduino/MyNewSensorTest/MyNewSensorTest.ino
895f89b81f0ebac6bcfdb351802c01cb3609e2f9
[]
no_license
acured/WorkSpace
dc802f7566599320f73363102d40f8665d4bad84
803e9c8fb3afdf1e6507fee2e8b87e112e907b18
refs/heads/master
2021-01-17T17:31:45.353588
2019-03-06T08:44:44
2019-03-06T08:44:44
56,388,019
0
0
null
null
null
null
UTF-8
C++
false
false
5,297
ino
#include "Arduino.h" #include <SoftwareSerial.h> SoftwareSerial mySerial(10, 11); // RX=>serial tx pin, TX=>serial rx pin #define TriggerPin 2 #define SerialPort Serial #define printByte(args) Serial.write(args) #define urmAccount 2 // Init the account of the URM04 sensor byte firstAddr = 0x11; byte secondAddr = 0x...
[ "nihao_athlon@126.com" ]
nihao_athlon@126.com
24bc7fbfa53f419141594b56b9cf3df1092dd94e
e206ea09a316757e8028d803616634a4a9a50f72
/aribon/cable_master.cpp
fad17de2a30414e4ba96a169db65b0763754e24c
[]
no_license
seiichiinoue/procon
46cdf27ab42079002c4c11b8abe84662775b34a4
f0b33062a5f31cf0361c7973f4a5e81e8d5a428f
refs/heads/master
2021-06-26T19:02:24.797354
2020-11-01T14:12:54
2020-11-01T14:12:54
140,285,300
0
0
null
null
null
null
UTF-8
C++
false
false
1,748
cpp
#include <bits/stdc++.h> #define rep(i, n) for (int i=0; i<n; ++i) #define rep1(i, n) for (int i=1; i<=n; ++i) #define ALL(v) v.begin(), v.end() #define RALL(v) v.rbegin(), v.rend() #define EPS (1e-7) #define INF (1e9) #define PI (acos(-1)) using namespace std; typedef long long ll; typedef pair<ll, ll> P; constexpr ll...
[ "d35inou108@gmail.com" ]
d35inou108@gmail.com
05c5c8a990cbc63b208f351e608052b45ee36ea2
a1427ce5c9c2cf2fe3bb748a6020b11d168022b9
/Project/human.cpp
bfbdfe7fcf41124d18ea13d31b57fb7a6b08dd52
[]
no_license
marcosrodrigueza/DLRSHIP-miniproject
90bd86788b16c0c9a8ea711a7e318fd35061809a
34461de2176dde9261a51d8d1ed58d26ea79d25c
refs/heads/master
2021-08-27T23:19:23.182948
2017-12-09T23:42:44
2017-12-09T23:42:44
107,995,800
4
0
null
null
null
null
UTF-8
C++
false
false
1,088
cpp
#include "human.h" Human::Human(string n, string planet_or): Owners(planet_or) { nif = n; cout << "Human Created succesfully" << endl; } void Human::editId(const string id) { nif = id; cout << "Your changes have been done" << endl; } string Human::getId() {return nif;} void Human::show() { cou...
[ "marcooseslavalight@gmail.com" ]
marcooseslavalight@gmail.com
453010be51613836b98eae17f5607f9c608c259e
bb708fd2e3e90af730ee3dbfdde84eee0b164963
/src/main.cpp
54ef1cba23a9c0fc92fa9c707150bffd8aaac10f
[ "MIT" ]
permissive
GaryLee/QRegExpTester
ad8766648922977d0245b9471c98efa939f6578b
5eeac11017a6ddb46e3c803c11ea928d6a1a05f9
refs/heads/master
2020-05-16T22:52:17.194167
2014-06-17T06:12:31
2014-06-17T06:12:31
10,214,287
0
1
null
null
null
null
UTF-8
C++
false
false
312
cpp
/* * This file is subject to the terms and conditions defined in * file 'LICENSE.txt', which is part of this source code package. */ #include "mainwindow.h" #include <QApplication> int main(int argc, char *argv[]) { QApplication a(argc, argv); MainWindow w; w.show(); return a.exec(); }
[ "garywlee@gmail.com" ]
garywlee@gmail.com
6620ffa661617cb426b7f2a6661c8788ababf934
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_2652486_0/C++/Williamacm/main.cpp
5f91e210fbaffc0904241e1b49463fd2619b27f6
[]
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,212
cpp
#include <iostream> #include <stdio.h> #include <string.h> using namespace std; int r,n,m,k; int a[109][10],no[3]; bool check(int v) { if(v==1) return 1; for(int i=0;i<n;i++) if(no[i]==v) return 1; for(int i=0;i<n;i++) for(int j=i+1;j<n;j++) if(no[i]*no[j]==v) return 1; if(n==3...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
07973199e2ed13d46b64e809845d2ee595595932
de2b46cafe8e3e5a81a1ee88994915deacaa68f6
/GuruxDLMS/Objects/GXDLMSActivityCalendar.cpp
10a83d6306e4751c20cf0212f1abfadde175de8f
[]
no_license
rizqevo/GuruxDLMSLib
8ed703790b618a53b14ae2f8656d20aae4ed506a
434c5da53fde147e747c5a9b1b94056f7e7a2689
refs/heads/master
2020-12-26T01:38:21.613174
2016-03-18T12:45:55
2016-03-18T12:45:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
21,413
cpp
// // -------------------------------------------------------------------------- // Gurux Ltd // // // // Filename: $HeadURL$ // // Version: $Revision$, // $Date$ // $Author$ // // Copyright (c) Gurux Ltd // //-----------------------------------------------------------...
[ "mikko.kurunsaari@gurux.fi" ]
mikko.kurunsaari@gurux.fi
781d8c0884e62365ebf8cdd2c2cd2bea058a9477
cefd6c17774b5c94240d57adccef57d9bba4a2e9
/WebKit/Source/JavaScriptCore/llint/LLIntData.h
8dd43b4e1c51cc31f702b836ad8399d3287fd956
[ "BSL-1.0" ]
permissive
adzhou/oragle
9c054c25b24ff0a65cb9639bafd02aac2bcdce8b
5442d418b87d0da161429ffa5cb83777e9b38e4d
refs/heads/master
2022-11-01T05:04:59.368831
2014-03-12T15:50:08
2014-03-12T15:50:08
17,238,063
0
1
BSL-1.0
2022-10-18T04:23:53
2014-02-27T05:39:44
C++
UTF-8
C++
false
false
3,038
h
/* * Copyright (C) 2011 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
[ "adzhou@hp.com" ]
adzhou@hp.com
14724db2d0b5e282eb2d4e8ed468b8675ab4275a
eec43b04a250260727e7d8bded8e923e57d27330
/Programming Code/2840.cpp
e787cf166535cc1670316bf2c5aea644983afdc0
[]
no_license
ShafiqurRohman/Competitive-programming
82e4c8c33c6e9e6236aca8daf4d6b24ce37089c6
84bdbe2abb7a6a927325c4c37ed8d15b1c082f2e
refs/heads/main
2023-06-25T14:23:18.371879
2021-07-25T17:10:04
2021-07-25T17:10:04
318,260,815
0
0
null
null
null
null
UTF-8
C++
false
false
195
cpp
#include<bits/stdc++.h> using namespace std; int main(){ long long int a,b; cin>>a>>b; long long int v=(4.0/3)*3.1415*a*a*a; long long int u=b/v; cout<<u<<endl; return 0; }
[ "SHAFIQ@DESKTOP-O8CRK89" ]
SHAFIQ@DESKTOP-O8CRK89
a8c3f7fd05a9292898e89082dbd76e39f0ff51d7
d61d05748a59a1a73bbf3c39dd2c1a52d649d6e3
/chromium/chrome/browser/search/search_suggest/search_suggest_loader_impl.cc
5481b39c46f03e549b57b54e137ce5c08f3b92ec
[ "BSD-3-Clause" ]
permissive
Csineneo/Vivaldi
4eaad20fc0ff306ca60b400cd5fad930a9082087
d92465f71fb8e4345e27bd889532339204b26f1e
refs/heads/master
2022-11-23T17:11:50.714160
2019-05-25T11:45:11
2019-05-25T11:45:11
144,489,531
5
4
BSD-3-Clause
2022-11-04T05:55:33
2018-08-12T18:04:37
null
UTF-8
C++
false
false
10,526
cc
// Copyright 2019 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/search/search_suggest/search_suggest_loader_impl.h" #include <string> #include <utility> #include "base/bind.h" #include "base/...
[ "csineneo@gmail.com" ]
csineneo@gmail.com
984f3941dddc2b6013cce5c6d5479a86c71c2bdf
a3ecf6b0a02a1681dc7cb7568dd20859e490359e
/src/main.cpp
1d17eb9d100651a1268b3fa7ceedf0762e11f640
[]
no_license
GCarneiroA/sdl2template
801c461b58f9d17ae6a6cf14df865bd8cbd7d9a3
9d120fc7f9be8ee00a78c0dffb07cd7a5b9a8c33
refs/heads/master
2022-12-06T06:45:11.681871
2020-08-29T22:30:32
2020-08-29T22:30:32
291,232,195
0
0
null
null
null
null
UTF-8
C++
false
false
862
cpp
#include <SDL2/SDL.h> bool Running = true; SDL_Event mainEvent; int main(int argc, char **argv) { SDL_Init(SDL_INIT_VIDEO); SDL_Window *window = SDL_CreateWindow( "SDL2template", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, 640, 480, 0 ); SDL_Rend...
[ "gcarneiroa@hotmail.com" ]
gcarneiroa@hotmail.com
209444b2dfa19218888cd7e97ce9acc55951eb1d
3d5d1c1e032c811a7973a327e94f13ba99e13eb6
/Camera.h
c7da0b09f2ec2c9a3ba058052ea4803f62eee9e0
[]
no_license
poetaster/timelapse
be0f08c2fde60b1678cf556816effa5b720c9c8f
657025baf95484f119e346271726d1c48552031f
refs/heads/master
2023-03-16T17:03:37.603865
2017-03-03T01:18:59
2017-03-03T01:18:59
null
0
0
null
null
null
null
UTF-8
C++
false
false
943
h
#ifndef CAMERA_H #define CAMERA_H #include <QThread> class ImageProcessor; class QCamera; class QMediaRecorder; class QCameraImageCapture; class CameraFrameGrabber; class QTimer; /** * @brief Thread responsible for all camera signals * Lives in it's own thread, do not fuck with it. */ class Camera : public QThread ...
[ "jmareda@seznam.cz" ]
jmareda@seznam.cz
3f7a8d766f6741111be5f82d30705b7aa3953155
fba25049d7f760cc483371b3830bf21fe94779ec
/actividad11/act11.cpp
1b3c1770b26c475bad37db44643d56bc3b139eaf
[]
no_license
MarvoIke/Portafolio_00216219
994bf90143f5beaf1d50e99f527c30576db57536
b525b63bb72407d3d6799e39d23cecbea8520654
refs/heads/master
2020-07-09T23:03:26.054539
2019-11-11T05:47:30
2019-11-11T05:47:30
204,104,118
0
0
null
null
null
null
UTF-8
C++
false
false
422
cpp
#include <iostream> using namespace std; int main() { int cola[10]; int datos=0,n=1,opc=1,posi=0,frente=0; while(opc != 0) { switch(opc) { case 0: return 0; break; case 1: cout << "Digite un numero: "; cin >> n; posi=(frente + datos)%5; cola[posi]=n; datos++; break; } cout <...
[ "00216219²gmail.com" ]
00216219²gmail.com
b674941e1f8a275ab154c3514460a5af768f7e48
2054088f179a10d1ac9af2a7aa7aa9b5e67d40bf
/find-largest-value-in-each-tree-row/find-largest-value-in-each-tree-row.cpp
7bebde1668c5a2a1943899a3d122cfaa321262b9
[]
no_license
pradyumn263/my-leetcode
f03f5244a6d9f95fcfbc8c94edef80b30bc3cb31
f69d02c214465361658ff1db537f9624a5838574
refs/heads/main
2023-06-25T05:06:15.762764
2021-07-30T18:04:28
2021-07-30T18:04:28
370,429,137
0
0
null
null
null
null
UTF-8
C++
false
false
892
cpp
/** * Definition for a binary tree node. * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode() : val(0), left(nullptr), right(nullptr) {} * TreeNode(int x) : val(x), left(nullptr), right(nullptr) {} * TreeNode(int x, TreeNode *left, TreeNode *right) : val(x), l...
[ "50890905+pradyumn263@users.noreply.github.com" ]
50890905+pradyumn263@users.noreply.github.com
ac27a22da185b25f581f46f1287df2c8a1384913
39f85304733166ea1a6f770df0203bcb966f8be0
/src/ripple/ledger/impl/CachedSLEs.cpp
fe317263a9fff32d6a782e4f5fa378b3c4ca7fe5
[ "MIT-Wu", "MIT", "ISC", "BSL-1.0" ]
permissive
huahuolab/huahuod
ecb9570572f392fbc85d39935930f3e3bdf39883
f16d5e715d8175201c0c64b467ecc03be5f97841
refs/heads/master
2022-07-07T17:03:55.070702
2020-02-17T05:53:52
2020-02-17T05:53:52
241,029,489
16
15
NOASSERTION
2022-07-01T22:18:28
2020-02-17T05:46:22
C++
UTF-8
C++
false
false
1,954
cpp
//------------------------------------------------------------------------------ /* This file is part of rippled: https://github.com/ripple/rippled Copyright (c) 2012, 2013 Ripple Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby ...
[ "huahuolab@gmail.com" ]
huahuolab@gmail.com
6eb167f5ce4fb06e70cc3a7c3b59e4a25af8a479
5e8e35d4c79798d9ca7176035b7bbc707b527e01
/firmware/Arduino/pmwMotorTest-ADC/pmwMotorTest-ADC.ino
7538f2578fa2f35bd2cb2c5c1bb8c4ed3f2b279d
[]
no_license
SteveMayze/GoGoGo
9baf265bad2ecb905533e90ed8fcd7bd71e1dd75
046b306a5cbcfa7cd79df0f0970b8a866698b053
refs/heads/master
2020-04-06T07:04:54.977455
2016-11-01T18:37:53
2016-11-01T18:37:53
37,485,145
0
0
null
null
null
null
UTF-8
C++
false
false
1,524
ino
#include <PinChangeInt.h> #include <PinChangeIntConfig.h> int lpwmPin = 11; int lstbyPin = 0; int linp1 = 1; int linp2 = 2; int rpwmPin = 10; int rstbyPin = 3; int rinp1 = 5; int rinp2 = 4; int potPin = 2; int speed = 0; void setup() { // put your setup code here, to run once: // Left pinMode(lstbyPin, OU...
[ "smayze@yahoo.com" ]
smayze@yahoo.com
3a5b162bae2251cff23062b8c8cd13ed2e4a053a
efd4bff3b752a1559f3595613a44afefc52767d1
/ulpi_wrapper/testbench/sc_vpi_clock.h
9d410ecdddfa44e22e899bc278962a8716a0cdf5
[]
no_license
Brightorange90/cores
1e8a72665472709cad7d5d3dad83759625146f5c
1ec49deea4fb4a494a61ebf960fb182025059f19
refs/heads/master
2020-06-07T14:40:55.236094
2019-04-23T16:10:45
2019-04-23T16:10:45
193,042,910
0
1
null
2019-06-21T06:24:47
2019-06-21T06:24:47
null
UTF-8
C++
false
false
2,174
h
#ifndef __SC_VPI_CLOCK_H__ #define __SC_VPI_CLOCK_H__ #include <systemc.h> #include <vpi_user.h> static int sc_vpi_clock_after_delay(p_cb_data cb_data); class sc_vpi_clock { public: sc_signal <bool> m_clk; int m_low_ns; int m_high_ns; uint64_t m_last_time; ...
[ "ultraembedded.com@gmail.com" ]
ultraembedded.com@gmail.com
800ecb59c1a6460d7ebef87118d71383593f0a1d
7e8507b5baff820d87e092ff3bfdce6d28fb9203
/OscRealsenseCpp/osc_messages.h
78fc56fd8244d296a5d42600b69045fad8898d61
[ "MIT" ]
permissive
mpinner/RealsenseOscMulticast
47975e145d4db36ce8083ea1a13bda8f1a968de3
b9094be7f9fe460bcd432802cb091226426dd730
refs/heads/master
2021-09-14T05:44:33.837295
2018-05-08T19:27:19
2018-05-08T19:27:19
112,153,111
4
0
null
null
null
null
UTF-8
C++
false
false
1,351
h
#pragma once #include <stdio.h> #include <iostream> #include "timer.h" #include "osc/OscOutboundPacketStream.h" #include "ip/UdpSocket.h" class osc_messages { public: const int INTERVAL = 1; // In seconds char *camID; UdpTransmitSocket *transmitSocket; osc::OutboundPacketStream *packetStream; osc_messages...
[ "mpinner@gmail.com" ]
mpinner@gmail.com
964366b6bde7727e2250f37cd8b905c830449ecd
ee21b585dd1b31441735bce9451ca9d886482be9
/ViveDemoCpp/Intermediate/Build/Win64/UE4Editor/Development/ViveDemoCpp/PCH.ViveDemoCpp.cpp
995f2462575d013c7f1f414738e9d31e697c0a96
[]
no_license
ViveStudiosCN/ViveDemoCpp
63f77e03b6b8edba56f93414990607bf0572ea5c
8cc037fb73c57d6d4c2dd4158b4cba6749d546f3
refs/heads/master
2021-01-22T05:37:36.779599
2017-05-26T12:49:35
2017-05-26T12:49:35
92,481,298
0
0
null
null
null
null
UTF-8
C++
false
false
123
cpp
#include "D:/UE4_PRJ/ViveDemoCpp/ViveDemoCpp/Intermediate/Build/Win64/UE4Editor/Development/ViveDemoCpp/PCH.ViveDemoCpp.h"
[ "cnyuendon@gmail.com" ]
cnyuendon@gmail.com
759f1cb722fe54d3ed46ccc4fc7f5a077b832736
31f5cddb9885fc03b5c05fba5f9727b2f775cf47
/thirdparty/mlpack/thirdparty/armadillo/include/armadillo_bits/op_cor_bones.hpp
4d4fa4260bb2b526448e978ccea1d3bd57e6efaa
[ "MIT" ]
permissive
timi-liuliang/echo
2935a34b80b598eeb2c2039d686a15d42907d6f7
d6e40d83c86431a819c6ef4ebb0f930c1b4d0f24
refs/heads/master
2023-08-17T05:35:08.104918
2023-08-11T18:10:35
2023-08-11T18:10:35
124,620,874
822
102
MIT
2021-06-11T14:29:03
2018-03-10T04:07:35
C++
UTF-8
C++
false
false
1,227
hpp
// Copyright 2008-2016 Conrad Sanderson (http://conradsanderson.id.au) // Copyright 2008-2016 National ICT Australia (NICTA) // // 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...
[ "qq79402005@gmail.com" ]
qq79402005@gmail.com
e4c1346b4a9ae91e7112adc7a91542065a4123e7
6b2a8dd202fdce77c971c412717e305e1caaac51
/solutions_5752104073297920_0/C++/strongoier/C.cpp
efbcebc0f7584bcc2fef574f1cd2aaa216a4fae5
[]
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
489
cpp
#include <cstdio> int cs; inline void work() { int n, judge = 0; scanf("%d", &n); int score = 500; for (int i = 0; i < n; ++i) { int x; scanf("%d", &x); if (x > i) judge += score + i + 1 - x; else if (i < 800) judge += -x; } ...
[ "eewestman@gmail.com" ]
eewestman@gmail.com
0c6bbcda75d3f2da6f76004e709ba458d28fa0d5
78918391a7809832dc486f68b90455c72e95cdda
/boost_lib/boost/bimap/container_adaptor/container_adaptor.hpp
77d79ffe45dfc3489f51df59b5844864a59a18b2
[ "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
7,534
hpp
// Boost.Bimap // // Copyright (c) 2006-2007 Matias Capeletto // // 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) /// \file container_adaptor/container_adaptor.hpp /// \brief Container adaptor to build a type tha...
[ "k.melekhin@gmail.com" ]
k.melekhin@gmail.com
cea5e69d6308892755f7f536244201d0521584ee
bf2e5b32db429a652c7f056ed5eb81db67c6832f
/pp1/Wednesday/week9/78879_2.cpp
453a22aea70df4899b357ca5a97d99c19b175607
[]
no_license
Beisenbek/kbtu-2018-fall-lecture-samples
6238ea274c669d9ec225ca98141ddde449649787
d51e72fa9e87d5152f9eb1352726c4f93d7b3259
refs/heads/master
2020-03-27T12:57:08.400510
2018-11-21T03:54:21
2018-11-21T03:54:21
146,580,401
3
3
null
null
null
null
UTF-8
C++
false
false
291
cpp
#include<iostream> using namespace std; bool f(int x){ if(x == 1) return true; if(x == 0 || x % 2 == 1) return false; return f(x / 2); } int main(){ long long x; cin >> x; if(f(x)){ cout << "Yes"; }else{ cout << "No"; } return 0; }
[ "beysenbek@gmail.com" ]
beysenbek@gmail.com
f18d5ec4b1b97cc64e19b804a00dee900c60a36a
3886f87b667eaa4a5bdfb22cf3f3dcaa28351016
/TESReloaded/Hooking/K32.cpp
2d5466686271b801e2b9e8064db3ae0a4a631b1c
[]
no_license
clayne/TES-Reloaded-Source
431214e6698a72bc2dd3ad79700e795422ea4730
45ffc88e0615bd510db3b9969ed2cbf608572c0e
refs/heads/master
2022-05-13T14:44:54.653622
2017-06-24T13:33:49
2017-06-24T13:33:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,337
cpp
#ifndef HOOKING_K32_CPP #define HOOKING_K32_CPP #include "K32.hpp" // Hook structure. enum { K32FN_LoadLibraryA = 0, // K32FN_LoadLibraryA = 1, K32FN_GetProcAddress = 1 }; SDLLHook K32Hook = { "kernel32.dll", NULL, false, NULL, // Default hook disabled, NULL function pointer. { { "LoadLibraryA", TESRLoadLibr...
[ "aletamburini78@gmail.com" ]
aletamburini78@gmail.com
b1343f644e10ebbb0041054901be6a3ac3810c0b
2939270daa498d290ded456e7f684bd8f1a02711
/Dont Touch The Spike v2.0/include/Spike.h
bfcb95b742b25c0fa16c19d65d9c4b14215fdf24
[]
no_license
tuananhlai/dont_touch_the_spike
bd95cecfee62cc47bfdcfa53919c34403f1cf8cc
52f6a11a1f8606479e2ef88af98982d6f3a49d51
refs/heads/master
2022-01-08T08:19:55.329484
2019-05-08T14:23:49
2019-05-08T14:23:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
841
h
#ifndef SPIKE_H #define SPIKE_H #include <iostream> #include <string> #include <vector> #include <SDL.h> #include <SDL_image.h> #include <SDL_ttf.h> #include <SDL_mixer.h> #include "Texture.h" #include "constant.h" using namespace std; class Spike: public Texture { public: Spike(); ~Spike(); void loadT...
[ "laituananh1711@gmail.com" ]
laituananh1711@gmail.com
57aad9ed9d44af3511e1c1e96beb09e23a202282
d688e8f1040846114bcc2f1afe5e6f98b531589b
/Source/Lexer.h
29e49c00414555297405d88b3ea6693097803f45
[]
no_license
mcmacker4/BooleanAlgebraParser
62879d963aedfc2d343c6e81801621ed87a6fd85
813cb516098b27468e11403e98856d7260d20282
refs/heads/master
2020-03-17T04:26:24.206438
2018-05-16T15:23:16
2018-05-16T15:23:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
612
h
#ifndef DISCRETEMATHSPARSER_LEXER_H #define DISCRETEMATHSPARSER_LEXER_H #include <queue> #include <istream> namespace Lexer { enum TokenType { VARIABLE, LITERAL, OPERATOR, LPAREN, RPAREN }; struct Token { TokenType type; char value; }; cla...
[ "mcmacker4@gmail.com" ]
mcmacker4@gmail.com
c85700672af49dda9344f1cc16a4d46c1a4cbe07
70418d8faa76b41715c707c54a8b0cddfb393fb3
/10769.cpp
f83ca66cf6c89fb4bc16fbe599c2dfb30951ed5f
[]
no_license
evandrix/UVa
ca79c25c8bf28e9e05cae8414f52236dc5ac1c68
17a902ece2457c8cb0ee70c320bf0583c0f9a4ce
refs/heads/master
2021-06-05T01:44:17.908960
2017-10-22T18:59:42
2017-10-22T18:59:42
107,893,680
3
1
null
null
null
null
UTF-8
C++
false
false
1,220
cpp
#include <bits/stdc++.h> using namespace std; char str[5000], *p; int w[100], nw; int b[100], nb; int H; int main() { int cases = 0; while (true) { if (gets(str) == NULL) { break; } if (strcmp(str, "") == 0) { continue; } sscanf(str, "%d", &H); gets(str); for (p = strtok(str, " "), nb = 0; ...
[ "yleewei@dso.org.sg" ]
yleewei@dso.org.sg
08764a7d98169715af2396c24a0f36028af6e3b1
6a9b7e3cd40dea425a33b4eaac442ca37eed0cb2
/src/protocols/AX25/AX25.h
7848850b3edefc69e5e2ced0370a1c1710e54f46
[ "MIT" ]
permissive
ivanpiter/RadioLib
e0b82926e9b670af6847719aa836a0d38f1a6efc
0c07b34e41c61b2aa8f52b126c88d17b9324f9ec
refs/heads/master
2023-07-23T10:20:29.857324
2021-09-03T08:26:53
2021-09-03T08:26:53
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,600
h
#if !defined(_RADIOLIB_AX25_H) #define _RADIOLIB_AX25_H #include "../../TypeDef.h" #if !defined(RADIOLIB_EXCLUDE_AX25) #include "../PhysicalLayer/PhysicalLayer.h" #include "../AFSK/AFSK.h" // macros to access bits in byte array, from http://www.mathcs.emory.edu/~cheung/Courses/255/Syllabus/1-C-intro/bit-array.html ...
[ "jgromes@users.noreply.github.com" ]
jgromes@users.noreply.github.com
d5d9deaa8db6577e042b46dd364828be060aa698
496b95ce18228acd29ab48586e12694b740fed42
/utils/gui/div/GUIParameterTableWindow.cpp
a8a5c75f1fc7c151c82a38f7b7cf777095f752d3
[]
no_license
pratik101agrawal/Indian_traffic_control
11fb0de64e09ab9c658ce6db9f48a364ce98e4f5
6de2c6880edc853cce7efacebcb10fce475ba8c1
refs/heads/master
2022-12-25T09:43:40.295535
2020-09-30T18:57:57
2020-09-30T18:57:57
300,026,534
1
0
null
2020-09-30T18:56:37
2020-09-30T18:56:36
null
UTF-8
C++
false
false
7,728
cpp
/****************************************************************************/ /// @file GUIParameterTableWindow.cpp /// @author Daniel Krajzewicz /// @date Sept 2002 /// @version $Id: GUIParameterTableWindow.cpp 8459 2010-03-17 22:02:19Z behrisch $ /// // The window that holds the table of an object's parameter...
[ "chordiasagar14@gmail.com" ]
chordiasagar14@gmail.com
d77f6406e2a9ca0520c7f0e9bc953dc69c865531
d89bca09bbe4a3cf3ded48ade073fe816bc0bec4
/Tables/IRow.h
b41a443b4b86232b7521ff97599c38185a81e444
[]
no_license
jonesbusy/datalyser
45652135f6c2e74f0f3a62fd660371866a178d70
8c874223ead41f725abec83ec590ffd29c75e78b
refs/heads/master
2022-04-21T00:52:00.932230
2020-04-18T14:52:57
2020-04-18T14:53:49
255,400,327
0
0
null
null
null
null
UTF-8
C++
false
false
1,003
h
/******************************************************************* | | File : IRow.h | | Description : Interface pour tout type de ligne de table. | | Author : | | Created : 06.01.2010 | | Modified : 06.01.2010 | | C++ std : - | | Dependencies : - | | Version : 1.0 ...
[ "jonesbusy@gmail.com" ]
jonesbusy@gmail.com
6832e068f15ceeb58436eff44dc1e8559c52c953
6de815048c50591388ab84b2632928aaba985037
/C++/oldcode/OrderServ/ChildFrm.cpp
24d59d49b3fd9dde9b470ca7b4c94d85541385ea
[]
no_license
soumyaukil/upwork
5a5b258d75e3af39bb7d1ba782073a47a75a3ad9
698dd874f537d315b6f90012afce757d7173b756
refs/heads/master
2021-05-16T09:28:42.380983
2017-09-23T09:59:13
2017-09-23T09:59:13
104,435,065
0
0
null
null
null
null
UTF-8
C++
false
false
1,542
cpp
// ChildFrm.cpp : implementation of the CChildFrame class // #include "stdafx.h" #include "OrderServ.h" #include "ChildFrm.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif //////////////////////////////////////////////////////////////////////////...
[ "ubuntu@ip-172-31-38-230.ec2.internal" ]
ubuntu@ip-172-31-38-230.ec2.internal
74acb28be8b3c706d50613d3c5376eb3e83b90f8
829b3f2d0ae685d01fe097c03bf5c1976cbc4723
/deps/boost/include/boost/asio/detail/impl/win_object_handle_service.ipp
dca1295057407dcf0ebd20106f9274164a814e18
[ "Apache-2.0" ]
permissive
liyoung1992/mediasoup-sfu-cpp
f0f0321f8974beb1f4263c9e658402620d82385f
b76564e068626b0d675f5486e56da3d69151e287
refs/heads/main
2023-08-21T21:40:51.710022
2021-10-14T06:29:18
2021-10-14T06:29:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
12,945
ipp
// // detail/impl/win_object_handle_service.ipp // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ // // Copyright (c) 2003-2020 Christopher M. Kohlhoff (chris at kohlhoff dot com) // Copyright (c) 2011 Boris Schaeling (boris@highscore.de) // // Distributed under the Boost Software License, Version 1.0. (See accompany...
[ "yanhua133@126.com" ]
yanhua133@126.com
9514ffb0193b439d26a7aa33ff322c455167b01a
6197ece57df757f193afbe2448a01e4f76e720b0
/src/otlib/OTPasswordData.cpp
472bea5f38d9b304e04a0821da1438516cac3457
[]
no_license
klzns/Open-Transactions
609a558d05ceaf84a48921e62331201e824892df
77f731086496cc467c5e4653b31f9066b7f30087
refs/heads/master
2021-05-27T06:20:27.609609
2014-06-08T22:28:24
2014-06-08T22:28:24
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,987
cpp
/************************************************************ * * OTPasswordData.cpp * */ /************************************************************ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 * OPEN TRANSACTIONS * * Financial Cryptography and Digital Cash * Library, Protoc...
[ "F3llowTraveler@gmail.com" ]
F3llowTraveler@gmail.com
cd82eaf1f18c4f56a7722637eb012ec8c1ad470a
e466511e70ad132dad5275ddf4a606e233a8fc10
/WinsockAsync/ConnectionListenerFactory.h
d05076ac22286e41943cf38a69261efb1c5d89b3
[]
no_license
martinmine/winsockserver
1f8567ad1205586fa82954a0ad129dc7cd88c4a3
8237870f0cf6b1669a83c2c3c8955c893a549812
refs/heads/master
2021-01-22T05:53:53.167280
2013-07-22T21:21:14
2013-07-22T21:21:14
9,380,747
1
0
null
null
null
null
UTF-8
C++
false
false
436
h
#if !defined(__CONNECTIONLISTENERFACTORY_H) #define __CONNECTIONLISTENERFACTORY_H #include "IConnectionListener.h" #include "SessionManager.h" class ConnectionListenerFactory { public: // Creates a new connection manager with the given parameters static IClientConnectionListener* CreateConnectionListener( const ...
[ "martin_mine@hotmail.com" ]
martin_mine@hotmail.com
4c38e6528d39bf45db25a157fe00d80189a97daa
0562cf42a0680a32fd3a6a3e272f30c12a494b89
/lib/LcLuaFuncMap.cpp
1c89140651ceeeae39cfc3ea357d78b33c3ce030
[]
no_license
ammarhakim/gkeyll1
70131876e4a68851a548e4d45e225498911eb2b6
59da9591106207e22787d72b9c2f3e7fbdc1a7e4
refs/heads/master
2020-09-08T05:23:47.974889
2019-02-06T18:09:18
2019-02-06T18:09:18
221,027,635
0
0
null
null
null
null
UTF-8
C++
false
false
1,081
cpp
/** * @file LcLuaFuncMap.cpp * * @brief Class to store map of callable Lua functions. */ // config stuff #ifdef HAVE_CONFIG_H # include <config.h> #endif // lucee includes #include <LcLuaFuncMap.h> namespace Lucee { void LuaFuncMap::appendFunc(const std::string& nm, int (*func)(lua_State *L)) { std::ma...
[ "eshi@pppl.gov" ]
eshi@pppl.gov
aff152910e40bf7193f7f536ce85aa4446b6b51f
3413e3090573dcf72dfb031dcc25641ba5123297
/diamond-slice-viz-pov.cpp
80fd1ced4de24d55bddaa8c4c76c67e5101ea04e
[ "MIT" ]
permissive
aMiss-aWry/DiamondTilingViz
474c5e81e7f8e41fde1bc9d031f91b4b23feed62
519150d3d157030467f58c595bbea6775cfb8ec2
refs/heads/master
2021-01-17T21:33:20.314753
2016-05-04T22:59:51
2016-05-04T22:59:51
51,962,382
0
0
null
2016-02-17T23:09:35
2016-02-17T23:09:34
null
UTF-8
C++
false
false
13,372
cpp
/*! * \file diamond-slice-viz-pov.cpp * * \brief Driver for visualizing 3D diamond slabs in povray. * * Goal is to eventually incorporate back into the diamond-slice-viz.cpp * code, but first going to try it out here. * * \date Started: 12/19/14 * * \authors Michelle Strout * * Copyright (c) 2014, Colorado ...
[ "mstrout@cs.arizona.edu" ]
mstrout@cs.arizona.edu
a2a13abb396dba3943ecb03a3967881aa5a21d6b
fd591fc4b5cba7a2ecfe0a231507a0e9cb1d41c4
/maxflow-v3.02.src/maxflowwrap.cpp
aa6a097649070b4fcf95b1db3c5b75fefb1420f6
[]
no_license
aseembehl/contextssvm
fcc3b2a8c42223e7ac81bbee8e02077251ab9aa5
bd575d1c254bd9cd32176eb2ec00ad87b88ec788
refs/heads/master
2016-09-06T14:24:03.950764
2013-06-27T12:35:43
2013-06-27T12:35:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
901
cpp
#include <stdlib.h> #include "graph.h" int scaleFactor = 1e6; extern "C" int *maxflowwrapper(double *unary_pos, double *unary_neg, double **binary, int n_pos, int n_neg){ int i,j; int *labels; typedef Graph<int,int,int> GraphType; GraphType *g = new GraphType( (n_pos+n_neg), (n_pos+n_neg)*(n_pos+n_neg-1)/2); f...
[ "aseembehl@hotmail.com" ]
aseembehl@hotmail.com
8813c0715be910920f9d708ecb6d0c422cd088ff
9287ee4c9477fb07d1e7f6fe5fcacde169923f34
/src/mfx/uitk/NodeInterface.h
d3532b881e9fef14119f7c6799b54100fb92afdb
[]
no_license
AlbertJean/pedalevite
529a73d0d6b858d282f89ae174f5b442d3222071
27e1b09aced5728dca728908a8e32635d3d16b65
refs/heads/master
2021-04-30T01:33:37.603220
2018-01-22T21:08:29
2018-01-22T21:08:29
121,486,765
1
0
null
2018-02-14T08:18:50
2018-02-14T08:18:50
null
UTF-8
C++
false
false
2,126
h
/***************************************************************************** NodeInterface.h Author: Laurent de Soras, 2016 --- Legal stuff --- 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...
[ "fuck@fuck.fuck" ]
fuck@fuck.fuck
75d7a50740abfd828649beb806467f3a4e2f518a
2a13326710803f63aec1f58c493cae5c933354eb
/src/MSMTRX.cpp
f507f679e8f2a808d119076c248d881ef5972cda
[]
no_license
aptrn/aP-Modules
4a7fa1d3132a990d0f649e8aef17dc396409d90d
5c9524936dfdfe9ae5af261519b89b906a3bd148
refs/heads/master
2020-03-28T01:34:02.860755
2019-06-28T19:18:52
2019-06-28T19:18:52
147,514,045
13
3
null
null
null
null
UTF-8
C++
false
false
2,546
cpp
#include "aP.hpp" //Mid/Side Matrix, simple LR to MS encoder and MS to LR decoder struct MSMTRX : Module { enum ParamIds { NUM_PARAMS }; enum InputIds { LEFT_INPUT, RIGHT_INPUT, MID_INPUT, SIDE_INPUT, NUM_INPUTS }; enum OutputIds { LEFT_OUTPUT, RIGHT_OUTPUT, MID_OUTPUT,...
[ "alessandro.nge@gmail.com" ]
alessandro.nge@gmail.com
93f5e41c925213a63c2be98d662d685e89dd13e6
6c9d0a9412783106dbd0544928575924e5cdc168
/principal.h
d1111c827b0a6f91a990252963866f6a24305dd6
[]
no_license
MatSant0s/Internacionalizacion
8711f916c591d2597915b192a701daa5b3d06b28
e584efb5c89c116bf8402585e4db6bd1372f98fc
refs/heads/main
2023-06-23T17:46:30.076096
2021-07-20T03:11:52
2021-07-20T03:11:52
387,657,312
0
0
null
null
null
null
UTF-8
C++
false
false
844
h
#ifndef PRINCIPAL_H #define PRINCIPAL_H #include "calculosalario.h" #include "acerca.h" #include <QMainWindow> #define VERSION "1.0.0" //version #include <QDebug> #include <QFileDialog> #include <QDir> #include <QFile> #include <QTextStream> QT_BEGIN_NAMESPACE namespace Ui { class Principal; } QT_END_NAMESPACE cl...
[ "santosmateo.2002@gmail.com" ]
santosmateo.2002@gmail.com
1f4614a85784f4fd2ad75d001466977d623cd5f4
98b63e3dc79c75048163512c3d1b71d4b6987493
/tensorflow/lite/delegates/gpu/cl/kernels/special/depthwise_conv_plus_1x1_conv.h
b87051104b76647649197ddef22edd0244b0c549
[ "Apache-2.0" ]
permissive
galeone/tensorflow
11a4e4a3f42f4f61a65b432c429ace00401c9cc4
1b6f13331f4d8e7fccc66bfeb0b066e77a2b7206
refs/heads/master
2022-11-13T11:56:56.143276
2020-11-10T14:35:01
2020-11-10T14:35:01
310,642,488
21
12
Apache-2.0
2020-11-06T16:01:03
2020-11-06T16:01:02
null
UTF-8
C++
false
false
2,012
h
/* Copyright 2020 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
7218cfed75cc07fe4097186795e7381ee75dc918
1118edba458a471ab0ed095aa1b80bd32c222c2a
/http_server_types.h
64a89abab43163c5009c64bc55f0a27b44503585
[]
no_license
vortarian/rest_service
1475ca73a9940501f3a55debfa4ce86b298d9129
6a5d947f1c31c7b33ee24166cae0693dd1c78b9b
refs/heads/master
2021-03-12T19:57:51.016143
2013-08-19T19:34:55
2013-08-19T19:34:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
300
h
#ifndef HTTP_SERVER_TYPES_H #define HTTP_SERVER_TYPES_H namespace http { namespace server { // key is name, entry is value typedef std::multimap<std::string, std::string> Headers; typedef std::multimap<std::string, std::string> Parameters; } // server } // http #endif /* HTTP_SERVER_TYPES_H */
[ "vortarian@systemicai.com" ]
vortarian@systemicai.com
36f68a5404ee4aa2c93a2fbd5609c67da619c3d4
b1edb72968077b39e00d19f969b64611ebe7215c
/VentanaEdit.h
9ad01b6b1ab98a361a3b8b728aa0fe60e96d0aa0
[]
no_license
hr9457/EDD_1S2020_P1_201314296
737f0a82e3e86f39599c826558b02f3892e2feff
b3b3cb5de2231baeccae2e5f2d6c449323337f63
refs/heads/master
2022-04-03T23:52:16.368636
2020-02-19T03:25:16
2020-02-19T03:25:16
239,230,350
0
0
null
null
null
null
UTF-8
C++
false
false
1,139
h
#ifndef VENTANAEDIT_H #define VENTANNAEDIT_H #include "ListaDobleEnlazada.h" #include "NodoListaDoble.h" #include <iostream> #include <string> #include <windows.h> #include <stdio.h> #include <stdlib.h> #include <conio.h> #include <fstream> using namespace std; class VentanaEdit { private: int inKeyboard...
[ "hr9457@gmail.com" ]
hr9457@gmail.com
f3edb6db114a4a1452f032ed09cdedc293a46306
b3c47795e8b6d95ae5521dcbbb920ab71851a92f
/Exemplars/图论/2-SAT/2-SAT 输出任意解.cc
b572452ab5b7604293e757280cd7db6b712700a0
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
Wizmann/ACM-ICPC
6afecd0fd09918c53a2a84c4d22c244de0065710
7c30454c49485a794dcc4d1c09daf2f755f9ecc1
refs/heads/master
2023-07-15T02:46:21.372860
2023-07-09T15:30:27
2023-07-09T15:30:27
3,009,276
51
23
null
null
null
null
UTF-8
C++
false
false
4,700
cc
/* * Wedding * Time Limit: 1000MS Memory Limit: 65536K * Total Submissions: 5932 Accepted: 1821 Special Judge * * Description * * Up to thirty couples will attend a wedding feast, at which they will be seated on either * side of a long table. The bride and groom sit at one end, opposite each other, and the * bride w...
[ "kuuy@foxmail.com" ]
kuuy@foxmail.com
34a6adb8d3addc2165c7c1fa3c0e1bfd2650452d
154665777ea7209ffcc1e35b2511c19eff45899b
/Projects/Misc/CodeCleaner/DecisionTreeTrainer.cpp
b4ce1a83bb1c0d16aae4262c32a8ab98a4a8e0c1
[]
no_license
freelancer91/MyHub
33e9a81bd7c6c89a8a46d39b85f65d9f331ec05e
2b32961164418552fc3b494588cbfde13eb5aefc
refs/heads/master
2021-01-19T14:30:57.518138
2014-05-07T10:18:44
2014-05-07T10:18:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
7,890
cpp
#include "DecisionTreeTrainer.h" #include <iostream> using namespace std; DecisionTreeTrainer::DecisionTreeTrainer() { this->tree = NULL; } DecisionTreeTrainer::DecisionTreeTrainer(istream& metaDataStream,istream& trainingDataStream, DecisionTree* tree) { this->tree = tree; this->readInMetaData(metaDataStream); ...
[ "freelancer1991@gmail.com" ]
freelancer1991@gmail.com
4e3d32b22e0f9d4130cd8cb35d3063b622fbc662
20c1e398bbdae8da358c6099e451c9bf8ef6ff7f
/orca/include/orca/RVOSimulator.h
ec08834da30b3f9171a4fe9215b7291becc27f15
[]
no_license
YangZhengShi/DynamicObstacleAvoidance
4f953e3334c915bd41ac7326cb2c80fb3e90e99a
7d6b4bc6a4b47c96b49a52457f29cf0b3bdb6dbb
refs/heads/master
2023-04-29T11:36:52.765027
2020-11-20T00:34:18
2020-11-20T00:34:18
null
0
0
null
null
null
null
UTF-8
C++
false
false
26,606
h
/* * RVOSimulator.h * RVO2 Library * * Copyright 2008 University of North Carolina at Chapel Hill * * 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/licen...
[ "kshah@wpi.edu" ]
kshah@wpi.edu
8a65be6f2ff1f4cca0e58f7cec1de3475badcfa8
6044aa8fa8792bbb2e781b09db3d87b11f25c6a5
/node_class.h
76d2a006e7da7359da0797ff0ac592f3e3016f6c
[]
no_license
melikebatihan/Linked_lists
b3ca289d67e78f2f764b8de37c33ba42ea9c3d24
30b3eb90dc95ca5cc187779d2b234adc058b39e1
refs/heads/master
2022-05-12T23:02:52.602342
2020-01-28T19:28:45
2020-01-28T19:28:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
593
h
// // Created by mel on 28.01.2020. // #ifndef LINKED_LISTS_NODE_CLASS_H #define LINKED_LISTS_NODE_CLASS_H template <typename T> struct node { T data; // at class scope, variable templates need to be declared static. node *next; node *previous; }; template <typename T> class doubleLinkedList { public: ...
[ "ettzmra@gmail.com" ]
ettzmra@gmail.com
3f75b229d28870b76f7175a8524dcfb419f6e8ed
935927010571e2f820e70cead9a1fd471d88ea16
/Online Judge/Codeforces/Practice/Others/BGR1.cpp
cfaae63d9817829dfff8288def9bd9085b985aaf
[]
no_license
muhammadhasan01/cp
ebb0869b94c2a2ab9487861bd15a8e62083193ef
3b0152b9621c81190dd1a96dde0eb80bff284268
refs/heads/master
2023-05-30T07:18:02.094877
2023-05-21T22:03:57
2023-05-21T22:03:57
196,739,005
6
0
null
null
null
null
UTF-8
C++
false
false
1,014
cpp
#include<bits/stdc++.h> #define mp make_pair #define pb push_back #define pf push_front #define ff first #define ss second #define inf INT_MAX #define MOD 1000000007 #define forn(i,j,k) for(int i=(int)j;i<=(int)k;i++) #define nrof(i,j,k) for(int i=(int)j;i>=(int)k;i--) #define MEM(a,b) memset(a,(b),sizeof(a)) #define L...
[ "39514247+muhammadhasan01@users.noreply.github.com" ]
39514247+muhammadhasan01@users.noreply.github.com
a5df9d940991a389facf2ccc6e7ab1c7c06a1254
3be3af53137e686fbea7c9dc71d1e3fef522e5df
/divide_by_powers_of_2.cpp
5ace954b322c482d21263db7e558a785a77d30a9
[]
no_license
rishirajsurti/dsa_ee
0163677f76e19ce3130d26f3c1032fe3e95dd3cf
5f9628f20ff03ebb866570e0b0b55d86d1768448
refs/heads/master
2021-01-20T07:48:17.387483
2015-04-14T07:06:23
2015-04-14T07:06:23
30,142,771
0
0
null
null
null
null
UTF-8
C++
false
false
306
cpp
#include <iostream> using namespace std; long long int pow(int a ,int b); long long int pow(int a ,int b){ if(b==1) return a; else{ if(b%2 == 0) return pow(a,b/2)*pow(a,b/2); else return a*pow(a,b/2)*pow(a,b/2); } } int main(){ long long int a; a = pow(2,99) ; cout<<a<<endl; return 0; }
[ "rishirajsurti.iitm@gmail.com" ]
rishirajsurti.iitm@gmail.com
9d82b25893856e9fcaf640fc1d1f1ee08653c32a
2ecf807f4f70b98f4dd417af2834ab0843aabdf0
/src/engine/platform/implementations/openal.cpp
1ec8d215d330a0d7d0f377f296f5059f4666dd1f
[ "MIT" ]
permissive
shizgnit/application-template
b30d9256932f594ab9396199ad19470ca201497b
3257e7655ebf205ff6d8260cd98c8bb879437fce
refs/heads/develop
2023-04-28T05:21:31.530939
2023-04-23T17:16:38
2023-04-23T17:16:38
234,957,574
0
0
MIT
2023-03-01T02:29:51
2020-01-19T20:01:28
C++
UTF-8
C++
false
false
3,985
cpp
/* ================================================================================ Copyright (c) 2023, Pandemos 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...
[ "codeneko@gmail.com" ]
codeneko@gmail.com
7b103558ac11e1700a60834374c061d68c12cf2e
746618906be83256b273ff69c5908f6983a40fc5
/seal_texture.h
ca2c409a9ec7e47abb799fc93c88d59993005120
[ "BSD-2-Clause" ]
permissive
sealfin/C-and-C-Plus-Plus
7714459c71d9e12d2361ce9d226832e7b282aa55
d4c2c1383246d4b2cd08a5eb9f0f7594e4e8dfbb
refs/heads/master
2021-01-17T14:58:27.466295
2019-01-29T12:24:08
2019-01-29T12:24:08
10,107,929
0
0
null
null
null
null
UTF-8
C++
false
false
1,043
h
#ifndef seal_texture_h #define seal_texture_h #include "seal_quad_triangles.h" #include <stdlib.h> class seal_Texture { private: static seal_Texture *mg_bound; GLfloat m_textureMatrix[ 16 ]; GLuint m_texture; size_t m_subTextureWidth, m_subTextureHeight, m_numberOfSubTextures; seal_Quad_Triangl...
[ "github.sealfin@sealfin.com" ]
github.sealfin@sealfin.com
2e3674dd698772bb77782ae3cae40ceeef7a62f2
aa6d4c6da3fc9393c93b6e43d0337e835e0caa7b
/examples/source/unique_ptr.cpp
7824907498f8460adac419b150ca1fdbc789fc31
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
flingengine/sol2
eb82df9fd27db040ba4b90018c2b252494980063
d7505df28e8eeaac69799a9426f858434b60acf4
refs/heads/develop
2022-12-04T00:04:27.710631
2020-08-13T02:32:51
2020-08-13T02:32:51
282,674,905
0
2
MIT
2020-08-13T02:32:52
2020-07-26T15:11:24
null
UTF-8
C++
false
false
2,511
cpp
#define SOL_ALL_SAFETIES_ON 1 #include <sol/sol.hpp> #include "assert.hpp" #include <iostream> struct my_type { int value = 10; my_type() { std::cout << "my_type at " << static_cast<void*>(this) << " being default constructed!" << std::endl; } my_type(const my_type& other) : value(other.value) ...
[ "phdofthehouse@gmail.com" ]
phdofthehouse@gmail.com
735d8c1a128520501ebcb257c5e547e65fe5fb88
29b91fafb820e5513c7284072dca5bd77c189b22
/dp/lcs-print.cpp
877996b7df5184b719a0ba7f8aff2412bbab63c1
[]
no_license
rishirajsurti/gfg
c1d542ebb59790d529be7be2a107a67f4fae2b35
f7205bec70c39e085bf8a45b527f7464c8bcef8e
refs/heads/master
2021-03-27T19:13:06.466708
2016-11-15T11:43:31
2016-11-15T11:43:31
61,434,826
0
0
null
null
null
null
UTF-8
C++
false
false
707
cpp
#include <bits/stdc++.h> using namespace std; int lcs(string s1, string s2){ int m = s1.length(), n = s2.length(); int L[m+1][n+1]; int i,j; string s=""; for(i=0; i<=m; i++) for(j=0; j<=n; j++) L[i][j] = 0; for(i=1; i<=m; i++){ for(j=1; j<=n; j++){ if(s1[i-1]==s2[j-1]) L[i][j] = 1 + L[i-1][j-1]; e...
[ "rishirajsurti.iitm@gmail.com" ]
rishirajsurti.iitm@gmail.com
88f256dad358713b3eff3b70f37dbe4337249257
771f413024868ca431f95b06884c91bff34a6ce4
/linked_list/odd_even_linked_list.cpp
4830c61ee85cff11602bcc2d406d85cc11d163d0
[]
no_license
invrev/fft
eee6258f20f70576501c4465dd41123b7b326514
e4e2f279f5a4156202d19519c1a7d4b4586219c3
refs/heads/master
2020-06-14T12:23:57.283918
2016-11-28T23:56:03
2016-11-28T23:56:03
75,024,923
0
0
null
null
null
null
UTF-8
C++
false
false
1,750
cpp
//Odd Even Linked List // //Given a singly linked list, group all odd nodes together followed by the even nodes. Please note here we are talking about the node number and not the value in the nodes. // //You should try to do it in place. The program should run in O(1) space complexity and O(nodes) time complexity. // /...
[ "vikram@vikram-VirtualBox.(none)" ]
vikram@vikram-VirtualBox.(none)
0aee04e90b2700f8aefff385819c92b4547ce51c
4ce30649e0bc2acc9c5d7bb2208dc068565c5c1d
/Recursion/Remove Duplicates from Sorted Array-26/Remove Duplicates from Sorted Array-26/main.cpp
5f9d617f6999b322450d395b38c9833e7504ad9b
[]
no_license
Kewin66/Data-Structures-And-Algorithms
1dc10358f0f995a550c12b2d679271e897fccaa7
861480631f22f4aa7935202229a8e088abc185af
refs/heads/main
2023-08-07T11:04:14.890947
2021-09-10T19:48:25
2021-09-10T19:48:25
383,228,633
0
0
null
null
null
null
UTF-8
C++
false
false
1,026
cpp
// // main.cpp // Remove Duplicates from Sorted Array-26 // // Created by Kewin Srinath on 7/26/21. // #include <iostream> #include <vector> using namespace std; int removeDuplicates(vector<int>& nums) { int left = 0, right = 1, count = 0; if(nums.size()) count++; else if(...
[ "kewindev96@gmail.com" ]
kewindev96@gmail.com
fedd1503d265e82092927d2fc1c5648e7ec93a4d
b20353e26e471ed53a391ee02ea616305a63bbb0
/trunk/engine/sdk/inc/CTraitsClient.h
bd8210781b36fe7277b6d10d6e6170b7d0a9eb3e
[]
no_license
trancx/ybtx
61de88ef4b2f577e486aba09c9b5b014a8399732
608db61c1b5e110785639d560351269c1444e4c4
refs/heads/master
2022-12-17T05:53:50.650153
2020-09-19T12:10:09
2020-09-19T12:10:09
291,492,104
0
0
null
2020-08-30T15:00:16
2020-08-30T15:00:15
null
UTF-8
C++
false
false
1,410
h
#pragma once namespace sqr { #define USE_RENDER_SLOT class CAppClient; class IAppClientHandler; class CAppConfigClient; class CTimeSystemClient; class CConnClient; class CMetaSceneClient; class CMetaSceneMgrClient; class CObjMoveStateClient; class CCoreObjectClient; class CCoreSceneClient;...
[ "CoolManBob@a2c23ad7-41ce-4a1d-83b7-33535e6483ee" ]
CoolManBob@a2c23ad7-41ce-4a1d-83b7-33535e6483ee
b54de7c1b49504acc113f14801e6670c4e4e4242
d3d801889d1be5cfa9ac41496b57dd3ec80dc5cd
/src/rpc_server/center_cluster_heartbeat.cpp
3c12ffea502437af32cad499c5f5ac9d2fa0a380
[]
no_license
zhaoruixbj/libevrpc
8dc02a8e777a759a33431ebf791e29ba49ed1a69
d8473f1f27fcf04e4387f476fde04e2ac4343b67
refs/heads/master
2021-01-22T03:23:05.766226
2017-02-20T16:45:57
2017-02-20T16:45:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,184
cpp
/*************************************************************************** * * Copyright (c) 2016 aishuyu, Inc. All Rights Reserved * **************************************************************************/ /** * @file center_cluster_heartbeat.cpp * @author aishuyu(asy5178@163.com) * @date 2016/09/07 19:...
[ "asy5178@163.com" ]
asy5178@163.com
bc09e6ac90a8343f966bfa7ee0864a8cb0bf53be
dd6147bf9433298a64bbceb7fdccaa4cc477fba6
/8382/Mironchik_Pavel/lr3/include/GAME/engine/behaviour/BaseUnitMoveBehaviour.hpp
1e0bd4d349579bfef062fb254f7a356369726613
[]
no_license
moevm/oop
64a89677879341a3e8e91ba6d719ab598dcabb49
faffa7e14003b13c658ccf8853d6189b51ee30e6
refs/heads/master
2023-03-16T15:48:35.226647
2020-06-08T16:16:31
2020-06-08T16:16:31
85,785,460
42
304
null
2023-03-06T23:46:08
2017-03-22T04:37:01
C++
UTF-8
C++
false
false
409
hpp
#pragma once #include <GAME/engine/behaviour/UnitMoveBehaviour.hpp> #include <GAME/utils/PathSearcher.hpp> #include <GAME/utils/VectorsSet.hpp> class BaseUnitMoveBehaviour : public UnitMoveBehaviour { private: VectorsSet<int> _availableCells; public: virtual void computeAvailableCells() override; virtual VectorsSe...
[ "mairon-pasha@yandex.ru" ]
mairon-pasha@yandex.ru
77170eb7b7a65673c55ec830e1f80dc17ada19b1
0fb769ec9885dfa78ab0f1cb87ea5223f7aab75a
/reacteur.cpp
88cf0dcbb5862c3077485f53ea6f9290444e69b8
[]
no_license
GuilaDIA/projetC-
18db3e6fbef471b29ee0287ed3f45e8231b620c9
acf91c6dba44b67b02834d4d4ab16b31af1f3120
refs/heads/master
2023-03-27T20:15:35.934081
2021-03-25T15:26:29
2021-03-25T15:26:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,785
cpp
#include "reacteur.h" #include "circuitprimaire.h" #include <algorithm> #include "time.h" #include <stdio> #include <cstdlib> using namespace std; reacteur::reacteur() { Proportion_bar_graphi_hors_demandé=0.; Proportion_actuelle_bar_hors_demandé=0.; taux_bore_demande=0.47; taux_bore_actuel =0.47; etat_cuv...
[ "kennethbboy3@gmail.com" ]
kennethbboy3@gmail.com
205ebbc38d1282b7b6d31c7f211af861175a8960
ce85e74d28ef5906570749ed7f41fc052af701d2
/MungusEngine/stdafx.h
f9d47df9e880ec7d37f244f25d74db5b3dcd3f92
[]
no_license
Gigamungus/MungusEngine
514b8a887c2233b62498cd15088daa7bc9ef4e15
3cdfbe79672d2a162263516223ae6b0ea5179168
refs/heads/master
2020-04-14T09:17:56.821573
2019-02-24T06:18:11
2019-02-24T06:19:06
163,756,700
1
0
null
null
null
null
UTF-8
C++
false
false
632
h
#pragma once #pragma warning(disable:4251) #include "Core.h" #include "../Resources/OpenGL/GLEW/include/GL/glew.h" #include "../Resources/OpenGL/GLFW/include/GLFW/glfw3.h" #include "../Resources/Vendor/JSON/json.hpp" using json = nlohmann::json; #include "../Resources/MungusLibs/MungusMath.h" #include "../Resource...
[ "that4wkwardguy@gmail.com" ]
that4wkwardguy@gmail.com
40374f3ab8a45f669817e01f2b406c1e35a97569
2cef75fd883b6fb5bcea827f215bf78b91007cb2
/catkin_ws/install/include/rosserial_mbed/TestRequest.h
aafec8efdf1c6466103ab685ce6d8592b0b5b198
[]
no_license
yorkurt/ros-OLD
925b757fac35ed44afe74c1cddfba70591576e50
a4ba0dd0842147d50383cdf1cb3f3f2db0b3fe08
refs/heads/master
2020-04-03T13:15:13.062258
2018-11-05T22:26:32
2018-11-05T22:26:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,086
h
// Generated by gencpp from file rosserial_mbed/TestRequest.msg // DO NOT EDIT! #ifndef ROSSERIAL_MBED_MESSAGE_TESTREQUEST_H #define ROSSERIAL_MBED_MESSAGE_TESTREQUEST_H #include <string> #include <vector> #include <map> #include <ros/types.h> #include <ros/serialization.h> #include <ros/builtin_message_traits.h> ...
[ "ajs0429@my.yorku.ca" ]
ajs0429@my.yorku.ca
877c968b76a2a631e8d1f3ab97b61388decd806e
dfe071ef5c3df984aed4b13278c29b2dfe4dcf46
/Classes/graph/GraphMatrix.h
dbd615a93ea41cc70952fdaeee2327c6081219da
[]
no_license
Crasader/CrazySnow
4f1612a64d8502aa63513270323e76c4c6a5ad82
aacdcbce694603456630658b859dc7fa0c336bfc
refs/heads/master
2020-11-29T10:45:56.579622
2015-09-30T04:18:17
2015-09-30T04:18:17
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,475
h
// // ConnGraph.h // proj.ios // // Created by root911 on 14-5-12. // Copyright (c) 2014年 OneClick Co.,Ltd. All rights reserved. // #pragma once #include "GraphCommDef.h" #include "GraphTool.h" #include "GraphNode.h" #include "IElemPaddingStragy.h" class GraphMat { public: GraphMat(); ~GraphMat(); void buildGr...
[ "652440522@qq.com" ]
652440522@qq.com
a597f25766dadbd3713e5fa23d132654fea30740
011919b17c3ab675aae6bf1e61e04b44476a97ec
/include/cppyplot.hpp
f61e230f5babd53b04372a0a670c3bed01b952ef
[]
no_license
VamosCC/cpp-pyplot
1401d2b7d2601647a891653ef7719d7edf477f58
b3d1b54e5ac083583ed6c51a8a5a8b3a52daab85
refs/heads/master
2023-08-14T17:59:51.923471
2021-09-19T03:29:28
2021-09-19T03:29:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,270
hpp
#ifndef _CPPYPLOT_ #define _CPPYPLOT_ /* References * python struct: https://docs.python.org/3/library/struct.html * python asteval: https://newville.github.io/asteval/api.html#asteval-api * cpp cppzmq: https://brettviren.github.io/cppzmq-tour/ */ #include <string> #include <vector> #include <map> #include <ios...
[ "muralivnv@gmail.com" ]
muralivnv@gmail.com
34c6f41bc8f4d2950b82ba3da9d1a89dc52e96fa
4780fda8dd680f47293acde35f82c22e177619d4
/ext/intl/timezone/timezone_methods.cpp
eaa6b46e3940b2868ed9442ba4d2cdee1529c2ae
[ "PHP-3.01", "BSD-3-Clause", "BSD-4-Clause-UC", "Zlib", "ISC", "LicenseRef-scancode-other-permissive", "TCL", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "JSON", "LicenseRef-scancode-pcre", "blessing" ]
permissive
mageekguy/php-src
e6bc38343ea9d3ed24212d8ede129e589bfb15cc
904ca2f0b3fd8d15e3742d1bb16eb272e1c9e279
refs/heads/master
2022-05-05T00:16:51.576054
2012-04-18T22:30:58
2012-04-18T22:30:58
4,073,308
0
0
NOASSERTION
2023-01-17T17:38:38
2012-04-19T08:44:09
C
UTF-8
C++
false
false
17,714
cpp
/* +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is ...
[ "cataphract@php.net" ]
cataphract@php.net
2dcec44c8bc4addd0414222b1ddafff409ec5d31
609c4ac4d8e46ca6825f91cc77fb6fe4936fbd29
/Launcher/Config/config.h
29495db1127006d5dae70bbbfafd187f56dcbad7
[]
no_license
EDK3D-dev/HackAndSlash
a581be459ec09514e65398f12c7ff882c820c10b
e13a872a36327363f282fd78448aa318dce2f7db
refs/heads/master
2022-04-11T18:17:22.012764
2016-04-24T11:21:45
2016-04-24T11:21:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
945
h
#ifndef CONFIG_H #define CONFIG_H #include <QMainWindow> #include <QObject> #include <QFile> #include <QTextStream> #include <QMessageBox> #include <QDebug> #include <QDir> #include <QXmlStreamReader> #include "../QDownloader/QDownloader.h" class QDownloader; class Config : public QObject { Q_OBJECT public: ...
[ "atidote63240@gmail.com" ]
atidote63240@gmail.com
daffca27c0cb85617692f40f063b3e457710d89d
9029e19e83262ecad3b64b8a8eb8202df1756c85
/aws-cpp-sdk-sdb/source/model/NumberDomainBytesExceeded.cpp
7845f7baecdf36d9fe6d8bf0cff0cedda23bdbb4
[ "MIT", "Apache-2.0", "JSON" ]
permissive
thesunisgas/aws-sdk-cpp
5da80c064039e2c4636d87bf69f9059fcfcc83c5
5e13f32f0c3f1e7c259bd06404b3aba12fa7b9a5
refs/heads/master
2022-08-25T13:15:44.713783
2019-03-12T20:52:49
2020-05-19T05:11:57
261,756,291
2
2
null
2020-05-06T12:47:07
2020-05-06T12:47:06
null
UTF-8
C++
false
false
2,186
cpp
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
[ "thesunisgas7@icloud.com" ]
thesunisgas7@icloud.com
e7889c78055d105a10141b71035d74b5db70f1bc
72f6df52dd7c9863e6266b905b074f52c8fd17a1
/src/SolvedElectrostaticSystem.cpp
0fd299c4351ea0a7f359ce18974097e80fab31e4
[]
no_license
bruno-OG/Electrostatics
26066de50fe12cf7fbd0159037ce4443df3a7b19
314fc062e429ac226a16b0842112d43a4befb0f0
refs/heads/master
2021-01-09T21:44:57.736342
2016-02-17T21:04:20
2016-02-17T21:04:20
51,082,987
0
0
null
null
null
null
UTF-8
C++
false
false
2,122
cpp
#include <Eigen/Dense> #include <stdexcept> #include "ElectrostaticSystem.h" #include <iostream> #include <fstream> #include <cmath> #include <string> #include <list> #include <vector> #include "SolvedElectrostaticSystem.h" namespace electrostatics { /* Constructors */ SolvedElectrostaticSystem::SolvedElectrostaticS...
[ "duncan@d1s.co.uk" ]
duncan@d1s.co.uk
732d3b5d987afce951f3770d32e84f0f295ee94f
7cf8ec6ec24edd575b57dc9408ba3c31d1f4a5c0
/Plain/src/Common/VertexInput.h
d2c62b7cfb281ff93b4bb81148ac6b45ee8fae20
[ "MIT" ]
permissive
sxin-h/PlainRenderer
98c32d3c6998e63e807c71db51be3c1f40bf2e58
cf0f41a2300bee9f29a886230c061776cb29ba5e
refs/heads/master
2023-07-01T23:26:00.394298
2021-08-01T11:38:39
2021-08-01T11:38:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,392
h
#pragma once #include "pch.h" enum class VertexInputFlags { Position = 0x00000001, UV = 0x00000002, Normal = 0x00000004, Tangent = 0x00000008, Bitangent = 0x00000010 }; VertexInputFlags operator&(const VertexInputFlags l, const VertexInputFlags r); VertexInputFlags operator|...
[ "agauggel@uni-koblenz.de" ]
agauggel@uni-koblenz.de
b9a1ff8bb2006b8c19e167a8eb4d3c2ef70177d2
bbba82f21a77f8aaafdc2c20d8ea533b59d44129
/Terrain.cpp
905632675115b94a873ff620a7af11ccbb50c503
[]
no_license
klwolfe365/camelride167
47ad4df366693e190d1bdbf60878171a9589f711
15c209511ca39206616aa46a508987e10ae66f8d
refs/heads/master
2021-01-19T04:34:49.610379
2016-06-23T06:10:14
2016-06-23T06:10:14
36,532,674
0
0
null
null
null
null
UTF-8
C++
false
false
8,816
cpp
// // Terrain.cpp // CSE167 Spring 2015 Starter Code // // Created by Karen Wolfe on 5/14/15. // Copyright (c) 2015 RexWest. All rights reserved. // #include "Terrain.h" #include "Cylinder.h" #ifdef __APPLE__ #include <GLUT/glut.h> #else #include <GL/glut.h> #endif #include "Globals.h" #include "Shader.h" #include...
[ "karen@wolfenet.org" ]
karen@wolfenet.org
7f0b269987ad22a885847d0cbf5dfd29ee41ee5d
a80aa0db46db88d3b2235cd290210f136ba2d41e
/tecplotlib-master/tecplotread-win/CPR-post/CPR-post/TecplotZone.cpp
447beff93fba95fc2a0be7ba561fbecf78d3a629
[]
no_license
Wendroff/Post
8ce30b783671b09060b6351056526f7734edcc2d
34b4c15c31d27835f0fd5318c2cf6f6aadf63454
refs/heads/master
2021-09-15T14:45:00.978455
2018-03-10T11:40:58
2018-03-10T11:40:58
107,480,610
0
0
null
null
null
null
UTF-8
C++
false
false
793
cpp
#include "TecplotZone.h" TecplotZone::TecplotZone(string name, size_t start_index, string type, size_t i, size_t j, size_t k): name_(name), start_index_(start_index), type_(type), i_(i), j_(j), k_(k) { size_t add = i; if (j > 0) add *= j; if (k > 0) add *= k; end_index_ = start_index_+...
[ "624101034@qq.com" ]
624101034@qq.com
9f31b21c098cd4d022765bbed503aa5809c35390
140163a8e8998382c1b8097187abf6111cecb02d
/T64.cpp
68e658321cd250780301daf7b59a1de63959d578
[]
no_license
yebanxinghui/leetcode
2112510d2bc794b8334ed3c94c8b52c56d4d4cca
e75433a521d798fd8bddd91d43ace94ced274686
refs/heads/master
2022-09-08T03:14:40.564157
2020-05-26T13:05:17
2020-05-26T13:05:17
267,042,189
1
0
null
null
null
null
UTF-8
C++
false
false
674
cpp
class Solution { public: int minPathSum(vector<vector<int>>& grid) { int m = grid.size(); int n = grid[0].size(); for(int i = 0;i<m;i++) { for(int j=0;j<n;j++) { if(i==0&&j!=0) { grid[i][j] += grid[i][j-1]; ...
[ "1225841522@qq.com" ]
1225841522@qq.com
10bab780124936490105063fb7b0d5104ab54454
5e0a393fc13ac4bc4c00aa7b7d7f62a78281c712
/tests.HIDE/utilities/optional/optional.object/optional.object.ctor/default.pass.cpp
5f9c5af5a29151db880cd32660cb32140a155d2e
[ "BSD-3-Clause" ]
permissive
lodyagin/bare_cxx
6b313fab6c7a683f8f71be8e8016154996f92490
bac88c1693d9728a9de4a253808a3655cf1da081
refs/heads/master
2021-12-09T03:42:33.084893
2021-09-30T20:39:23
2021-09-30T20:39:23
14,473,500
10
1
null
null
null
null
UTF-8
C++
false
false
1,330
cpp
//===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------...
[ "hhinnant@91177308-0d34-0410-b5e6-96231b3b80d8" ]
hhinnant@91177308-0d34-0410-b5e6-96231b3b80d8
5d036e2ebff2d5c24dfbd252d540117f39e8754a
2e619c8e2b667640989c6703a39fde3e4485679b
/2. Leetcode/medium level/402. advantage shuffle.cpp
f39353b8cad001f4f02edf0cefa3d132a34f1f0b
[]
no_license
satyampandey9811/competitive-programming
76957cde72ba217894ba18370f6489d7c481ba55
8ca1e2608f5d221f4be87529052c8eb3b0713386
refs/heads/master
2022-10-14T11:13:16.704203
2022-09-20T18:24:09
2022-09-20T18:24:09
203,355,790
0
0
null
null
null
null
UTF-8
C++
false
false
531
cpp
// link to question - https://leetcode.com/problems/advantage-shuffle/ class Solution { public: vector<int> advantageCount(vector<int>& a, vector<int>& b) { int n = a.size(); vector<int> ans(n); multiset<int> ms(a.begin(), a.end()); for(int i = 0; i < n; i++) { ...
[ "satyampandey9811@gmail.com" ]
satyampandey9811@gmail.com
d69021071f17a9105af9338c7f447e866569b181
b9ca6164b1ec49e38403123ea2f159033f3e9daf
/Sources/main.cpp
9417791f804c08395c202fb8febc24cab96190a3
[ "MIT" ]
permissive
Slin/ProjectZ
f553db64c63f89e4012d20a980f4242754ef3151
186c5ce8560112d5e8262b5aedf45c863cfb4a5b
refs/heads/master
2021-05-09T15:10:13.876955
2018-02-10T17:25:00
2018-02-10T17:25:00
119,084,845
0
1
null
null
null
null
UTF-8
C++
false
false
310
cpp
#include <Rayne.h> #include "PZApplication.h" #if RN_BUILD_RELEASE #pragma comment(linker, "/SUBSYSTEM:windows /ENTRY:mainCRTStartup") #endif int main(int argc, const char *argv[]) { #if RN_BUILD_DEBUG // _CrtSetDbgFlag(_CRTDBG_CHECK_ALWAYS_DF); #endif RN::Initialize(argc, argv, new PZ::Application()); }
[ "nils_daumann@slindev.com" ]
nils_daumann@slindev.com
abddd53ac696a3e865ca4fa9672ce774d1059522
a56252fda5c9e42eff04792c6e16e413ad51ba1a
/resources/home/dnanexus/root/include/TEnv.h
a08c1688ad3505c6855605b5ac317e0878e87715
[ "LGPL-2.1-or-later", "LGPL-2.1-only", "Apache-2.0" ]
permissive
edawson/parliament2
4231e692565dbecf99d09148e75c00750e6797c4
2632aa3484ef64c9539c4885026b705b737f6d1e
refs/heads/master
2021-06-21T23:13:29.482239
2020-12-07T21:10:08
2020-12-07T21:10:08
150,246,745
0
0
Apache-2.0
2019-09-11T03:22:55
2018-09-25T10:21:03
Python
UTF-8
C++
false
false
8,117
h
// @(#)root/base:$Id$ // Author: Fons Rademakers 22/09/95 /************************************************************************* * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. * * All rights reserved. * * ...
[ "slzarate96@gmail.com" ]
slzarate96@gmail.com
bab4e9333999f5d6073d2c50884ea7e5a2f72f4c
56bae9c96e6512ea1d701e9b0f808a4008350f0e
/Source/HighPassFilter.h
77c193438da71fd23becfc4e683d2760fc8a1359
[]
no_license
JBijtebier/CuttleFish
ca25e10877e6bef4e88adfaaeffb24eedabb9687
3390e5dba8e91fca6c0089c59c3c2da35af16a51
refs/heads/master
2021-07-14T09:06:11.466574
2018-09-22T15:02:53
2018-09-22T15:02:53
130,035,434
1
0
null
null
null
null
UTF-8
C++
false
false
565
h
/* ============================================================================== HighPassFilter.h Created: 6 Jun 2018 4:47:21pm Author: Jens Bijtebier ============================================================================== */ #pragma once #include "Effect.h" #include "maximilian.h" namespa...
[ "jens.bijtebier@gmail.com" ]
jens.bijtebier@gmail.com
2b5a176b2aaebda3f874500b47eb63f21f0ce940
2eb806e1a88fc2718fc142167c17528944c53303
/BaekJoon/2022/5.May/220521_5893.cpp
0e1e6c7a55c1423768ac7101b06f4bd6c15d31a8
[]
no_license
chichchic/algorithmPrac
4eec4bfbcadbeb78ada671bf19fab0b9304e1a34
bca786c8e2c983fe9ca54b5efe5b959cc7e67013
refs/heads/master
2022-11-22T09:10:21.642831
2022-11-10T14:16:04
2022-11-10T14:16:04
192,276,545
0
0
null
null
null
null
UTF-8
C++
false
false
862
cpp
#include <iostream> #include <vector> #include <algorithm> using namespace std; int main() { // freopen("../../input.txt", "r", stdin); ios_base::sync_with_stdio(0); cin.tie(0); string n; cin >> n; reverse(n.begin(), n.end()); vector<int> input(10000, -1); for (int i = 0; i < n.size(); i++) { if...
[ "pch6789@naver.com" ]
pch6789@naver.com
2d11cb2bb44c7201bf5ea4945b093392eeb82ecb
23389702ae1c5b167672cfef069fcb7e99025e2c
/lab5/lab5/lab5/BinarySearchTree.h
44ce18ee3c2c45b9cf5c48b817fcf027eb33392c
[]
no_license
verdande2/CST276-Design-Patterns-Winter-13
07d11378a56394b0ad5219dfc9825592e0ef8788
bf1919031e13ebeb7e34f37e1276d7c76caa5481
refs/heads/master
2020-09-23T03:19:58.396694
2016-08-23T17:10:14
2016-08-23T17:10:14
66,387,169
0
0
null
null
null
null
UTF-8
C++
false
false
12,911
h
/************************************************************************ * Class: BinarySearchTree * * Purpose: This class is a binary search tree. * * Manager functions: * BinarySearchTree() * BinarySearchTree(BinarySearchTree const& copy) * Various constructors to set up the object with the given parameters. * ~B...
[ "ASparkes@jeldwen.com" ]
ASparkes@jeldwen.com
410bbd10f6800814296bc1239246583a6c04ab98
ebecb4d5a9088af84b3255892b9ae9bd2af15648
/AlgorithmStudy/Searching/QiQiaoBan/QiQiaoBan_DFS.cpp
3a47cdb0b6ef0c42cd2b13ffec5c05fbb0b74b63
[]
no_license
lifajun/algorithm
7d6379823fa7d5f8ea46460e83041ca71e4b7c6d
7270abe44b073d1bc265056805970228e2eb22ef
refs/heads/master
2020-05-16T22:19:41.523186
2012-10-07T16:45:58
2012-10-07T16:45:58
6,112,915
3
0
null
null
null
null
UTF-8
C++
false
false
665
cpp
#include <iostream> using namespace std; int map[8][8] = { {0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 1, 0, 0, 1, 0, 1}, {0, 1, 0, 0, 1, 0, 1, 0}, {0, 0, 0, 0, 1, 0, 0, 1}, {0, 0, 1, 1, 0, 0, 1, 1}, {0, 1, 0, 0, 0, 0, 0, 1}, {0, 0, 1, 0, 1, 0, 0, 0}, {0, 1, 0, 1, 1, 1, 0, 0} }; int c[8], total; bool ok(int s) { for(...
[ "lifajun90@qq.com" ]
lifajun90@qq.com
a52c8b6fd837c06dc7febfe3aa9026363cfccf08
4cee9dd08f21a2985508ef09a77098d05de4f332
/lib/pmt_to_proto.cc
a411901e3db361672e93206977bba41f3aff0466
[]
no_license
matburnham/gr-meteor
72c01710de582b52906af230a130b03359288ae0
93f51b8eb90030bef8013292aae1062af203be60
refs/heads/master
2022-12-02T05:40:24.059218
2020-07-13T14:15:36
2020-07-13T14:15:36
276,685,924
0
0
null
null
null
null
UTF-8
C++
false
false
9,112
cc
/* -*- c++ -*- */ /* * Copyright 2018 Infostellar, Inc. * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3, or (at your option) * any later version. * * This software is distribu...
[ "matburnham@gmail.com" ]
matburnham@gmail.com
c2bc1bf1151d097ce550cf3193132959e8b60501
309975d60e30260f2e02d11e71eaaf6e08b93659
/Modules/FBX/Thirdparty/include/fbxsdk/scene/shading/fbxbindingoperator.h
18d7fa443f04b37015031accee4bf215c92fb397
[]
permissive
BlitzModder/dava.engine
e83b038a9d24b37c00b095e83ffdfd8cd497823c
0c7a16e627fc0d12309250d6e5e207333b35361e
refs/heads/development
2023-03-15T12:30:32.342501
2018-02-19T11:09:02
2018-02-19T11:09:02
122,161,150
4
3
BSD-3-Clause
2018-02-20T06:00:07
2018-02-20T06:00:07
null
UTF-8
C++
false
false
40,405
h
/**************************************************************************************** Copyright (C) 2015 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...
[ "m_molokovskih@wargaming.net" ]
m_molokovskih@wargaming.net
18c9a1203875cf66ff0c6a968395ad1700313aa1
e9854cb02e90dab7ec0a49c65f658babba819d56
/Curve Editor Framework/QT/src/corelib/thread/qatomic.cpp
fae8a255b36dfbeee50854aded77c383b01f9789
[]
no_license
katzeforest/Computer-Animation
2bbb1df374d65240ca2209b3a75a0b6a8b99ad58
01481111a622ae8812fb0b76550f5d66de206bab
refs/heads/master
2021-01-23T19:46:13.455834
2015-06-08T21:29:02
2015-06-08T21:29:02
37,092,780
1
1
null
null
null
null
UTF-8
C++
false
false
38,209
cpp
/**************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ **...
[ "sonyang@seas.upenn.edu" ]
sonyang@seas.upenn.edu
2084ae28820c6e3e3126400b0fa38c4fa41bd5f6
79d7929bc3df1831c720703dd28f9b2f2aae2502
/gn/proj0/tools/gn/tutorial/hello_world.cc
7778b442ad18704707c1131cf28187680d499ab3
[]
no_license
caijw/learn
6e0ed79e5fc41e545dfa72f377b37d0dde8debd6
0bb4aebffd0ccfff79473649b6beb2b2f9a7d091
refs/heads/master
2023-01-12T16:01:48.890316
2020-03-05T08:44:42
2020-03-05T08:44:42
161,798,529
0
1
null
2023-01-11T19:00:58
2018-12-14T14:51:34
HTML
UTF-8
C++
false
false
125
cc
#include <iostream> void hello() { std::cout << "hello world" << std::endl; } int main() { hello(); return 0; }
[ "285025525@qq.com" ]
285025525@qq.com
cf93dd0e9b9bfda428b1396526aeba4c8ba0b530
93da15c2f834b6f8ff575e1ac74c4a1e43a22633
/radeon-profile/uiElements.cpp
067b4388f5100e80d698a7fcc281cab3f9ff92c6
[]
no_license
JamesLinus/radeon-profile
5b7c4c0b0af8990dbf79f1ac8beba6748a3fcb97
8f8e38bed45db3285382a9ee2402639030109d95
refs/heads/master
2021-01-15T18:45:00.812515
2016-01-24T17:25:46
2016-01-24T17:25:46
50,300,890
1
0
null
null
null
null
UTF-8
C++
false
false
8,472
cpp
// copyright marazmista @ 29.12.2013 // this file contains functions for creating some gui elements (menus, graphs) #include "radeon_profile.h" #include "ui_radeon_profile.h" #include <QMenu> //=================================== // === GUI setup functions === // void radeon_profile::setupGraphs() { ui->plotCol...
[ "marazmista@gmail.com" ]
marazmista@gmail.com
32a3904102319982766efc93217df3b4501c8486
a2702eec939ab6f8ba9586156fddb6404a0b9ffd
/Estructura de datos en C++ - PILA - Parte 3 - Modificar Nodo.cpp
9c36f52bd2d0b1586d7de614f7654e9fc5c32685
[ "MIT" ]
permissive
jamesg19/Estructura-de-Datos-en-CPP
dc5060d793ff2aca72fb110fc389b6ef95d3f659
4985c92df16c0ecf3ea4dd23853b003f19bdbb24
refs/heads/main
2023-03-14T05:04:54.117271
2021-02-27T01:47:05
2021-02-27T01:47:05
342,745,504
0
0
null
null
null
null
WINDOWS-1252
C++
false
false
3,598
cpp
#include <iostream> using namespace::std; struct nodo{ int dato; nodo* siguiente; } *primero; void insertarNodo(); void buscarNodo(); void modificarNodo(); void desplegarPila(); int main(){ int opcion_menu=0; do { cout << endl << "|-------------------------------------|"; cout << endl << "| ° ...
[ "jamesosmin-gramajocarcamo@cunoc.edu.gt" ]
jamesosmin-gramajocarcamo@cunoc.edu.gt
c97e860f8642827fe6a3e34f3607b6ce7a814d8c
82db0a91f5ef9cc264c51a4cb0fc0f03e03412d8
/examples/Blinker_TEXT/TEXT_BLE/TEXT_BLE.ino
cde938906c0e0bbf4486c3c98bca86e7b2791076
[ "MIT" ]
permissive
coloz/blinker-library
50da458d91906b3a36f6907cdf96a2876deaa080
892d8e5654960c6c8b348146e136d354b69c7878
refs/heads/master
2020-05-27T13:26:02.273082
2019-05-24T09:19:04
2019-05-24T09:19:04
188,639,001
2
0
null
2019-05-26T04:15:46
2019-05-26T04:15:46
null
UTF-8
C++
false
false
2,184
ino
/* ***************************************************************** * * Download latest Blinker library here: * https://github.com/blinker-iot/blinker-library/archive/master.zip * * * Blinker is a cross-hardware, cross-platform solution for the IoT. * It provides APP, device and server support, * and uses ...
[ "121024123@qq.com" ]
121024123@qq.com
b9be807eb1321dbfa02ded3e1808b7a21e161805
1ef5a27c9326065db448dd539810e900cae9460d
/Classes/Round046_02.h
fe6733c508721caffa866a6ff91116743c3d136d
[]
no_license
langtuandroid/SuperBaby
c4e3f7faaa82d40c8da0f518b71251a8ff466c2f
957a5202ba7d1078bdcfb6b0cd6b73a966893efe
refs/heads/master
2021-01-06T20:43:54.083245
2017-06-18T14:19:00
2017-06-18T14:19:00
99,549,410
0
1
null
2017-08-07T07:25:29
2017-08-07T07:25:29
null
UTF-8
C++
false
false
1,268
h
// // Round046_02.h // superBaby // // Created by Administrator on 15/8/4. // // #ifndef __superBaby__Round046_02__ #define __superBaby__Round046_02__ #include "RoundBase.h" USING_NS_CC; class Actor; class StageScene; class Round046_02 : public RoundBase { public: Round046_02(); virtual ~Round046_02(); ...
[ "linyang24@sina.cn" ]
linyang24@sina.cn