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
184803c04e85f717e7d34dfcd760eb96f9fbf17e
a8e3289de7cd2bd7b879e4a2745670ad47569a89
/interview-preparation-kit/stacks-queues/largestRectangle.cpp
965d187589e11d90f6fd0450c1645db037277a1d
[]
no_license
filippos47/HackerRank
5a6a107dabc2871e45a233229cdbc0a96d1128cd
7ec4831a50c2a244affb95a6da00bc79b3158ced
refs/heads/master
2023-04-15T22:07:53.820634
2020-04-05T20:56:57
2020-04-05T20:56:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,056
cpp
#include <bits/stdc++.h> using namespace std; vector<string> split_string(string); // Complete the largestRectangle function below. long largestRectangle(vector<int> h) { long res = 0, temp; int left, right, n = h.size(); for(int i = 0; i < n; i++) { left = i - 1; right = i + 1; ...
[ "fillmalan123@gmail.com" ]
fillmalan123@gmail.com
fc1b472961060d26f1e43e08e6b15dd395fc95b8
03de887d30e47b43a2ffb71f5c5ff97f24bb77e7
/21951127王瀚林/project04/HW/Camera.h
adbe4454c094b363d8fb8cff73e969ef19176cde
[]
no_license
BenHu556/graphics2019
67e922b8b5181a98ea8141c37dd400bb66dd663f
abf93086bad3a418d5de11609df6ed67404931e4
refs/heads/master
2022-04-10T13:34:28.650445
2020-02-15T07:33:12
2020-02-15T07:33:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
621
h
#pragma once #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> class Camera { public: Camera(glm::vec3 position, glm::vec3 target, glm::vec3 worldup); Camera(glm::vec3 position, float pitch, float yaw, glm::vec3 worldup); ~Camera(); glm::vec3 Position; glm::vec3 Forward; glm::vec3 Right; glm::vec...
[ "blighli@gmail.com" ]
blighli@gmail.com
45650822b42137998a783f3cb0d214a964c4664d
bc287c241c7778ec33866af38f4f7919d591477e
/teensy3/yield.cpp
8f455fcd68e3ad0d7474f8c832a1530cab1c17a5
[]
no_license
tomsmalley/strobe
11ef147664775b8b78901bb5b75c76cb1b688802
f65a0158c29370bda5164facf8b8b967a2971d23
refs/heads/master
2020-12-25T14:12:40.883073
2016-07-06T16:27:50
2016-07-06T16:27:50
60,713,867
22
2
null
null
null
null
UTF-8
C++
false
false
2,041
cpp
/* Teensyduino Core Library * http://www.pjrc.com/teensy/ * Copyright (c) 2014 PJRC.COM, LLC. * * 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...
[ "tfsmalley@gmail.com" ]
tfsmalley@gmail.com
6ff265f9ec157bc8bba306ed9ef32229515ede74
fcf64d18154ed142371db8cb058a82049c23f78f
/WorkZix/3rdparty/ibeosdk4_5_1/ibeosdk/datablocks/snippets/ReferencePlane.hpp
78d6f8794a91dd973d95c5b4d92be468faeeae2a
[]
no_license
peterdu88/WorkZix
fc1408b59dc21a1aa16ce3a8f5eb0ff0b1b72827
9223999b95a24fc1134f808853a97fce7f27812a
refs/heads/master
2022-03-13T04:32:11.654753
2018-09-24T16:42:54
2018-09-24T16:42:54
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,264
hpp
//====================================================================== /*! \file ReferencePlane.hpp *\verbatim * ------------------------------------------ * (C) 2016 Ibeo Automotive Systems GmbH, Hamburg, Germany * ------------------------------------------ * * Created on: Mar 15, 2016 * by: Krist...
[ "eyes366@163.com" ]
eyes366@163.com
0fcfbb4c183eee219aa46d4d8e3c127e107d97f9
abbb1e132b3d339ba2173129085f252e2f3311dc
/inference-engine/src/transformations/src/transformations/softplus_to_mish_fusion.cpp
ead17a3a8dcc95d19342dc9de440a837d3bab938
[ "Apache-2.0" ]
permissive
0xF6/openvino
56cce18f1eb448e25053fd364bcbc1da9f34debc
2e6c95f389b195f6d3ff8597147d1f817433cfb3
refs/heads/master
2022-12-24T02:49:56.686062
2020-09-22T16:05:34
2020-09-22T16:05:34
297,745,570
2
0
Apache-2.0
2020-09-22T19:03:06
2020-09-22T19:03:04
null
UTF-8
C++
false
false
1,596
cpp
// Copyright (C) 2018-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #include "transformations/softplus_to_mish_fusion.hpp" #include <memory> #include <vector> #include <ngraph/opsets/opset4.hpp> #include <ngraph/rt_info.hpp> #include <ngraph/pattern/op/wrap_type.hpp> NGRAPH_RTTI_DEFINITION(ngraph...
[ "noreply@github.com" ]
noreply@github.com
0d7d1debbaf9edbee05795212690a17d7c72d93d
ad74f7a42e8dec14ec7576252fcbc3fc46679f27
/SLSKSpooferDLL/SLSKtask.cpp
c315896279ee1292e1c374c4fb86ba70d04acdf7
[]
no_license
radtek/TrapperKeeper
56fed7afa259aee20d6d81e71e19786f2f0d9418
63f87606ae02e7c29608fedfdf8b7e65339b8e9a
refs/heads/master
2020-05-29T16:49:29.708375
2013-05-15T08:33:23
2013-05-15T08:33:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
881
cpp
#include "stdafx.h" #include "SLSKtask.h" SLSKtask::SLSKtask(void) { m_port = 0; m_state = 0; m_token = 0; m_user_name = ""; m_album = ""; m_artist = ""; //m_project_id = 0; m_ip = ""; } /*SLSKtask::SLSKtask(CString username, CString connection_ip, buffer Buffer, int Port) { un = username; ip = connection...
[ "occupymyday@gmail.com" ]
occupymyday@gmail.com
6681355d1591f614cbcf5c0c85bf5fa24844b234
90e4e9522a96ff25fe07e968f3c06cb8da425426
/5 BT Gia Ki/BAI 2.cpp
596cc9d9f61b6ee9c69655a1f2e31ee0962ca2c4
[]
no_license
tuannguyenTDT/TestTTC
4d2df25f2280ec0411ec0c1ffbda642aa1c6e994
ba773f7254ba59cbae21b4466a73fcd9ceaf2b97
refs/heads/master
2022-12-19T05:44:50.550238
2020-09-07T06:56:07
2020-09-07T06:56:07
293,424,850
0
0
null
null
null
null
UTF-8
C++
false
false
1,222
cpp
#include<string.h> #include<conio.h> #include<stdio.h> struct SV{ char ht[50],t[50]; float sd; }; void nhapdl(SV sv[],int n) {int i; for(i=1;i<=n;i++) { printf("ho ten : ");fflush(stdin);gets(sv[i].ht); printf("diem thi : ");scanf("%f",&sv[i].sd); printf("truong : ");fflush(stdin);gets(sv[i].t); } } /*void indl...
[ "anhtuancntt3@gmail.com" ]
anhtuancntt3@gmail.com
66232f33abdb5397785bcb4cbb08eaab5a49a6f4
a67525d691669313d81aa634ca88ef4bf34d1ea7
/dc_motor/dc_motor.ino
03d483294775f4749c6f982483a37c00eea4ae90
[]
no_license
nichepah/arduino-workshop
437ba57571167bdfbb96dde5e9d6f5aa6c989ba4
7e7f014c55c357ecd889f23bd19ab308a4d4ae66
refs/heads/master
2020-03-22T04:41:12.524339
2018-07-03T01:45:25
2018-07-03T01:45:25
139,513,905
0
0
null
null
null
null
UTF-8
C++
false
false
4,646
ino
#include <Motor_Shield.h> /* * Ammus collision-avoiding Kasha */ int i, j; DCMotor Amotor(1); DCMotor Bmotor(2); DCMotor Cmotor(3); DCMotor Dmotor(4); // defines pins numbers const int trigPin = 3; const int echoPin = 10; const int motorSpeed = 200; const int led = 13; const int buzzer = 2; const int delayStep =...
[ "nichepah@gmail.com" ]
nichepah@gmail.com
16d4e6aea8ac56d71f7b810e277e2bb0209320aa
d5d5039cfac453be2605a7967deef22ff4bfd4b2
/installation/Linux/sources/BorderHitCalculator.cpp
6e67922b1980f6428e5d906ff701b61780115d8f
[]
no_license
profeIMA/PID-UdG
ca3509204426e836a3d8d9913fbe674e309d910b
f8be446ef6aa051a73e6db9f3c4cad670ca84537
refs/heads/master
2020-04-20T10:53:57.599968
2019-07-16T15:39:41
2019-07-16T15:39:41
168,801,582
0
0
null
null
null
null
UTF-8
C++
false
false
6,541
cpp
#include "BorderHitCalculator.h" #include "CommonUtils.h" #include <iostream> #define WINDOWADDON_PI 3.14159265358979323846 #define WINDOWADDON_PI_2 1.57079632679489661923 const double MARGIN_OF_ERROR = 0.0001; //less than 0.01 degrees bool BorderHitCalculator::positionInsideScreen(Point2D p, WindowSpec window){ ...
[ "u1939673@campus.udg.edu" ]
u1939673@campus.udg.edu
ac8f46b93c33bbc05fef9d82c016e7b8352ce555
d8ae2f3cc0c16b52dbb440f70e961cd342f188b1
/Uva/1124 - Celebrity jeopardy.cpp
686520f605225f2d26a9111f51c84356f4fef4e7
[]
no_license
syntaxhacker/competitive-programming
2de89d7245ad0de7d4f9fc23d1f2fb58869c3ce2
6781a7015427db100bc07da9327552bd8ea69120
refs/heads/master
2020-06-21T02:16:34.601671
2019-10-20T19:33:31
2019-10-20T19:33:31
197,320,561
0
0
null
null
null
null
UTF-8
C++
false
false
2,264
cpp
#include <bits/stdc++.h> using namespace std; /*------------------junk----------------------*/ #define TMP template<typename #ifdef _COOL_ #define oo(...) __f(#__VA_ARGS__, __VA_ARGS__) TMP Arg1> void __f(const char *name, Arg1 &&arg1) {cout << name << ": " << arg1 << "\n";} TMP Arg1, typename... Args> void __f(const c...
[ "30970495+syntaxhacker@users.noreply.github.com" ]
30970495+syntaxhacker@users.noreply.github.com
716a7cf8926595c950cc6716dda2817ed104f2b0
60399c5bad2d633ea09786742ea174c3de23b589
/Source/DialogSystemRuntime/Public/Dialog/DialogScript.h
00a56df8a746f4f06313a35e5b10c9e3e3d5a4a1
[ "Apache-2.0" ]
permissive
kunmny/QaDS
fa1876693893fc58a82b0d2e959d05654aff6729
8860f92efbd43056a5e55318c025d77a03862150
refs/heads/master
2022-02-21T01:40:22.021931
2019-09-29T21:48:48
2019-09-29T21:48:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
372
h
#pragma once #include "DialogScript.generated.h" UCLASS(Blueprintable) class DIALOGSYSTEMRUNTIME_API ADialogScript : public AInfo { GENERATED_BODY() public: ADialogScript(); UPROPERTY() class UDialogProcessor* Implementer; UFUNCTION(BlueprintPure, Category = "Dialog") AActor* GetPlayer(); UFUNCTION(Bluepr...
[ "virus_450@mail.ru" ]
virus_450@mail.ru
abf139f64a88975e9d95964871fa795094bda005
94ff5fbbf241c8b5236d71006e440b41e0ef6a95
/User/HuongLX/Arduino Code/otofun/otofun.ino
c93d04f4c266e68b8d15f7d4aca41dc033fbe5a0
[]
no_license
baoanhgleez/MEx
1d9ffec2ae7b657e09c441148279001e9af9710f
fa300c4b526512bc8bf5370127e87c29c5e013f6
refs/heads/master
2021-03-27T06:28:58.015563
2017-09-01T05:21:48
2017-09-01T05:21:48
87,083,954
0
0
null
2017-08-17T13:07:23
2017-04-03T14:32:48
Java
UTF-8
C++
false
false
766
ino
#include <AFMotor.h> #include<Servo.h> Servo servo1; AF_DCMotor motor1(1,MOTOR12_64KHZ); AF_DCMotor motor2(2,MOTOR12_64KHZ); long time; long resetTime = 1000; bool switchChannel = false; void setup() { // put your setup code here, to run once: Serial.begin(9600); time = millis(); motor1.setSpeed(100); motor2...
[ "warcraft.mc@gmail.com" ]
warcraft.mc@gmail.com
d529d75f28e27ee041f61e1316bf65ce772622ae
0dbbd31878150e63cfc6bb03c49f6d1ca9b8adb3
/main.cpp
724f2c79192626d3d3bb451be174fd795cad78e2
[]
no_license
brmi/Project1_32
8a702cb897884f7f200d90e80a4c2a92e6dfecb3
86561da3738a82f363314561a96ea82c7ec44a9b
refs/heads/master
2021-01-18T14:58:12.958353
2015-01-16T21:08:43
2015-01-16T21:08:43
29,168,502
1
0
null
null
null
null
UTF-8
C++
false
false
516
cpp
// // main.cpp // Project1_32 // // Created by desiree on 1/7/15. // Copyright (c) 2015 desiree. All rights reserved. // // snakepit.cpp #include <cstdlib> #include <ctime> #include "Game.h" //didn't include //using namespace std; int main() { // Initialize the random number generator. (You don't need to // und...
[ "desireelenart@gmail.com" ]
desireelenart@gmail.com
9b7aa69d138512ab72dc019ed79db4705da1e3c9
1132448e27024faa8fe358c3c97c520d76482595
/Button.h
e849746a93984a01e6d16795e139d03798324e3b
[]
no_license
Murzaza/glCalculator
8976cb7ba0d44e87c32003a9cc9b49d490267014
79eb1ec12091d3b80c45c86ebee121e42be61e59
refs/heads/master
2020-05-20T11:46:06.501043
2012-09-27T05:13:06
2012-09-27T05:13:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
588
h
#ifndef __BUTTON__ #define __BUTTON__ #ifdef __APPLE__ # include <GLUT/glut.h> #else # include <GL/glut.h> #endif #include <iostream> #include <string> struct Vector2D { GLfloat x; GLfloat y; }; class Button { public: Button(); Button(std::string t); ~Button(); void draw(); /**Getters**/ std::string getTex...
[ "mirza@ZanzibarLand.(none)" ]
mirza@ZanzibarLand.(none)
aeb2f300e943c53363ce5df61ef2ca76df40be2f
e8b0f1376ccfb4dab4796d6a20f12613cb93a854
/md5anim/md5animExport.cpp
8293c902acfe4defd9764a745c184009acc99831
[]
no_license
poerlang/3ds-md5-exporter
8d5ab72835f072529609dd51050786e5a9d8c504
ea7a6f873ef11d905563a7aa4100877514d2e7df
refs/heads/master
2021-11-30T01:36:57.412259
2016-07-16T12:31:39
2016-07-16T12:31:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,805
cpp
//**************************************************************************/ // Copyright (c) 1998-2007 Autodesk, Inc. // All rights reserved. // // These coded instructions, statements, and computer programs contain // unpublished proprietary information written by Autodesk, Inc., and are // protected by Federal cop...
[ "imjamespond@gmai.com" ]
imjamespond@gmai.com
2f0b3cc6c7c83770258d282d14549d988e18df35
926b3c52070f6e309567c8598248fd5c57095be9
/src/mmdeploy/csrc/mmdeploy/codebase/mmocr/crnn.cpp
482bd7fb7e07d0f527ebcc89d781fb338a27590f
[ "Apache-2.0" ]
permissive
fengbingchun/PyTorch_Test
410f7cd2303707b0141d433fb9d144a961e1f4c8
df5c2169f0b699bcd6e74adb4cb0e57f7dcd9348
refs/heads/master
2023-05-23T16:42:29.711338
2023-03-25T11:31:43
2023-03-25T11:31:43
167,339,907
15
4
null
2023-03-25T11:31:45
2019-01-24T09:24:59
C++
UTF-8
C++
false
false
5,305
cpp
// Copyright (c) OpenMMLab. All rights reserved. #include <algorithm> #include <sstream> #include "mmdeploy/core/device.h" #include "mmdeploy/core/model.h" #include "mmdeploy/core/registry.h" #include "mmdeploy/core/tensor.h" #include "mmdeploy/core/utils/device_utils.h" #include "mmdeploy/core/utils/formatter.h" #in...
[ "fengbingchun@163.com" ]
fengbingchun@163.com
d8926528fc0fbd2e770d1a27a2fddcccb48a81ce
d0c44dd3da2ef8c0ff835982a437946cbf4d2940
/cmake-build-debug/programs_tiling/function14043/function14043_schedule_43/function14043_schedule_43_wrapper.cpp
e41837f7ba230582c5a8f960ae71fd7e85836c23
[]
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
857
cpp
#include "Halide.h" #include "function14043_schedule_43_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> buf0(256, 512, 256); init_buffer(buf0, (int32_t)0); ...
[ "ei_mekki@esi.dz" ]
ei_mekki@esi.dz
065bd2fd0652b542cb94baa272db80c199a49e05
54f352a242a8ad6ff5516703e91da61e08d9a9e6
/Source Codes/AtCoder/abc116/C/4255388.cpp
d853f233342e2b719981255c908d0b1f5b4188ba
[]
no_license
Kawser-nerd/CLCDSA
5cbd8a4c3f65173e4e8e0d7ed845574c4770c3eb
aee32551795763b54acb26856ab239370cac4e75
refs/heads/master
2022-02-09T11:08:56.588303
2022-01-26T18:53:40
2022-01-26T18:53:40
211,783,197
23
9
null
null
null
null
UTF-8
C++
false
false
486
cpp
#include <cstdio> #include <vector> int main() { size_t N; scanf("%zu", &N); std::vector<int> h(N); int sum = 0; for (auto& hi: h) { scanf("%d", &hi); sum += hi; } int res = 0; while (sum > 0) { for (size_t i = 0; i < N; ++i) { if (h[i] == 0) continue; for (s...
[ "kwnafi@yahoo.com" ]
kwnafi@yahoo.com
0045f7a76f001cfae152a77e4e0433bced67b57e
0c675c41cc3fe7c44db5f8791a2547feef6f16d1
/src/stats/model/gnuplot.cc
8f6e6a207440462dacf18c2a3578f1217ad24083
[]
no_license
otaviobertucini/mptcp-ns3
0726110bf526ad96df18578c709e0ec8a3fe3a25
bb396cdf38c3a5f74f95f56809f5bdf2279822a9
refs/heads/master
2021-07-25T01:31:37.359761
2020-06-13T13:17:52
2020-06-13T13:17:52
187,845,309
3
1
null
null
null
null
UTF-8
C++
false
false
23,489
cc
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2007 INRIA, 2008 Timo Bingmann * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation; * * This pr...
[ "otaviobertucini@gmail.com" ]
otaviobertucini@gmail.com
b95211f7e1997462ccc2043653314842ce74f13c
ebb70b0cbe7626366077cbb66a58334aaf880f49
/slm_models/gecode.framework/Versions/44/include/int/element/view.hpp
7bce0ffd3cb84a2a36f944c20773a1a7e15896d9
[ "MIT" ]
permissive
slemouton/gecodeMCP
fa06936f5159a56829a61825e90b3a297fef78dd
d038c52ffcf7351048fe5a018cee29c432d8184f
refs/heads/master
2021-07-10T22:33:26.858361
2021-05-05T21:03:55
2021-05-05T21:03:55
60,289,358
1
1
MIT
2019-01-12T16:58:17
2016-06-02T18:52:11
C++
UTF-8
C++
false
false
12,763
hpp
/* -*- mode: C++; c-basic-offset: 2; indent-tabs-mode: nil -*- */ /* * Main authors: * Christian Schulte <schulte@gecode.org> * * Contributing authors: * Guido Tack <tack@gecode.org> * * Copyright: * Christian Schulte, 2004 * Guido Tack, 2004 * * Last modified: * $Date: 2016-06-30 01...
[ "lemouton@ircam.Fr" ]
lemouton@ircam.Fr
75b1e21d24a8ad3c0924a7db6daf7dd00dc5d4d9
80ee2a0df0ee1c927c2c828dd651793054f68905
/code/src/caros/hwcomponents/caros_universalrobot/include/caros/universal_robots.h
4d29c12969ac82e0b633363b9d55b8ab8dc27050
[]
no_license
ROVI2-SDU-GROUP1/ROVI2
d92904aff31a28b12c63f42a1a6b51db411f7602
93dd07b5815c6da9da3a790d58bd7e16ce55c2db
refs/heads/master
2021-06-21T15:03:17.935201
2017-05-22T10:02:10
2017-05-22T10:02:10
84,427,466
2
0
null
null
null
null
UTF-8
C++
false
false
4,181
h
#ifndef CAROS_UNIVERSAL_ROBOTS_H #define CAROS_UNIVERSAL_ROBOTS_H #include <caros/ur_service_interface.h> #include <caros/caros_node_service_interface.h> #include <caros/serial_device_service_interface.h> #include <rw/invkin/JacobianIKSolver.hpp> #include <rw/math/Transform3D.hpp> #include <rw/math/Q.hpp> #include ...
[ "manee12@student.sdu.dk" ]
manee12@student.sdu.dk
d3dc9b8cc243a5b71c782910a276998acc224358
26df6604faf41197c9ced34c3df13839be6e74d4
/src/org/apache/poi/hssf/usermodel/HeaderFooter.cpp
e8fbd3af44f9e9563b6c5c21ffc606b495879109
[ "Apache-2.0" ]
permissive
pebble2015/cpoi
58b4b1e38a7769b13ccfb2973270d15d490de07f
6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6
refs/heads/master
2021-07-09T09:02:41.986901
2017-10-08T12:12:56
2017-10-08T12:12:56
105,988,119
0
0
null
null
null
null
UTF-8
C++
false
false
8,989
cpp
// Generated from /POI/java/org/apache/poi/hssf/usermodel/HeaderFooter.java #include <org/apache/poi/hssf/usermodel/HeaderFooter.hpp> #include <java/io/Serializable.hpp> #include <java/lang/ArrayStoreException.hpp> #include <java/lang/CharSequence.hpp> #include <java/lang/Comparable.hpp> #include <java/lang/Enum.hpp> ...
[ "zhang.chen.yu@outlook.com" ]
zhang.chen.yu@outlook.com
0b7d4775b1e557b28a079c928c37dcb67841d37b
5539e15b1b0589dce6cdedfc23c9d643ce42a0a8
/twoSubstr.cpp
bec894d32f5e42036cf9e5d29efb9eb77cbe9a12
[]
no_license
dthinkcs/problemSolving
92838312ec34acb11a5cb17dadfb1440789872ce
7e072b09fb0d5d25ec994738f2a8606496082a3f
refs/heads/master
2020-04-27T21:25:23.548700
2019-06-12T18:08:01
2019-06-12T18:08:01
174,695,636
1
0
null
null
null
null
UTF-8
C++
false
false
1,591
cpp
#include <bits/stdc++.h> using namespace std; int findMy(string s, string sub) { for (int i = 0; i < s.length(); i++) { if (s[i] == sub[0]) { int j = 0; for (int inner_i = i; j < sub.length(); j++, inner_i++) if (s[inner_i] != sub[j]) ...
[ "deliberatethink@gmail.com" ]
deliberatethink@gmail.com
da425ce8725259f04aa9e7a55a4ceb66771446a4
00c98408c6bc423117d7c87c963dc16b11740108
/Widgets/vtkKWEPaintbrushSelectionRepresentation.cxx
7f912daebc6b5b30ae34933fa7e363220d9dcbe7
[]
no_license
wuzhuobin/vtkEdge
7c4f125f0c6fd497056993f27658ca5494f6727e
ed13af68a72cec79e3645f7e842d6074592abfa2
refs/heads/master
2021-01-20T03:54:36.966290
2017-08-25T06:57:30
2017-08-25T06:57:30
101,374,382
1
0
null
null
null
null
UTF-8
C++
false
false
13,241
cxx
//============================================================================= // This file is part of VTKEdge. See vtkedge.org for more information. // // Copyright (c) 2010 Kitware, Inc. // // VTKEdge may be used under the terms of the BSD License // Please see the file Copyright.txt in the root directory of...
[ "jiejin2022@163.com" ]
jiejin2022@163.com
49fe3db47a4a703e42a5f92562d013057a3c14a6
950aaf9de62953618843485f0e5bd19cda6956fa
/Plugins/rtik/Source/rtik/Private/Utility/AnimUtil.cpp
091fdd5a242dca5407a51ca829caceaa1a5f662f
[ "MIT" ]
permissive
vr-marco/rtik
adfb368c57fe5fa6ea2c61d6e2a357f9d0e7dd5e
f71206aaaa74fec671a31e8cab8fd13fd76742a6
refs/heads/master
2020-10-02T06:33:44.994657
2019-12-15T15:38:38
2019-12-15T15:38:38
227,722,614
1
0
MIT
2019-12-13T00:34:09
2019-12-13T00:34:08
null
UTF-8
C++
false
false
1,635
cpp
// Copyright (c) Henry Cooney 2017 // Provides animation utility functions (many blueprintable). All functions defined here are pure. #include "rtik.h" #include "AnimUtil.h" #include "AnimationRuntime.h" // Get the world space location vector for a bone FVector FAnimUtil::GetBoneWorldLocation(USkeletalMes...
[ "hacoo36@gmail.com" ]
hacoo36@gmail.com
14dd052eb1205db0addbc730d5240a5d4e23b15e
00ffb48a05204c6b9aac4c569a8637a336b460dc
/src/bnspatch/xmlreader.h
bd93974a23c9bcd3f1eb692e2a0cbeea621767a2
[ "ISC", "LicenseRef-scancode-unknown-license-reference", "CC-BY-4.0", "MIT" ]
permissive
Yberion/bnspatch
6dd99680fdd8f0bd037e2e065f7ed655fcbbe0a0
e6f5bac44fc1b0212bb1a3ad8f06109525f76562
refs/heads/main
2023-06-24T05:11:43.964582
2021-07-14T06:04:20
2021-07-14T06:04:20
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,500
h
#pragma once #include <cstdint> class XmlReaderIO { public: enum ErrCode { ERR_NO_ERROR, ERR_UNKNOWN, ERR_SYSTEM, ERR_NO_MORE_FILE, ERR_NOT_IMPLEMENTED, ERR_INVALID_PARAM, ERR_INSUFFICIENT_BUFFER }; virtual enum ErrCode Open(const wchar_t *path, const wchar_t *xml, bool recursive) ...
[ "zeffy@users.noreply.github.com" ]
zeffy@users.noreply.github.com
205ae05f3bd1254b66bbed89b403a17b8804fa44
576e1c2aa00d605c255b8cdd11471a3cc8ac27b3
/8.Sorting/sorting stepwise/SELECTIO.CPP
470a86731287cc7a05b4de5f7ac71c379faa6d4c
[]
no_license
adithya-kk/Data-Structures-C-C-
8bfedc04ea12248ce415a74517e6a846c1a8e20e
cb76b79474dfe73bd627b6c616d1f408b4978e7f
refs/heads/master
2022-12-12T13:28:14.749410
2020-09-10T05:08:47
2020-09-10T05:08:47
267,853,912
0
0
null
null
null
null
UTF-8
C++
false
false
651
cpp
#include<iostream.h> #include<conio.h> void main() { clrscr(); int arr[20],n,i,min,temp,loc,j; gotoxy(33,2); cout<<"SELECTION SORT\n"; cout<<"Input the number of elements in the list: "; cin>>n; cout<<"\nInput the elements of the list\n"; for(i=0;i<n;i++) cin>>arr[i]; cout<<"Sorting...."<<endl; for(i=0;i<n-...
[ "adithya39@gmail.com" ]
adithya39@gmail.com
81e6d9d80667f0526f09a219c9c709d2a5b15cb5
d933fe507b14dde86997e11afc8168f6c8c27afa
/project/Ekiis/body/SoftCircle.cpp
5aecd7ebc8ba61c53512574c7c88444af2011d1d
[ "BSD-2-Clause" ]
permissive
ronhemmers/Ekiis
91329236510227765bfec8e9073bc4574a634781
7588f89b0758d2b53d237fe1a270b7c559783e96
refs/heads/master
2020-05-04T02:35:31.837160
2015-02-20T10:11:31
2015-02-20T10:11:31
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,700
cpp
#include <math.h> #include <SFML/OpenGL.hpp> #include "SoftCircle.hpp" #include "Circle.hpp" using namespace sf; SoftCircle::SoftCircle(float posx,float posy,float rayon,float duretee,const unsigned int quality): Body(posx,posy), nb_circles(quality>16?(quality<100?quality:100):16), texture(0) { if (duretee >1) ...
[ "maxime.barbier1991@gmail.com" ]
maxime.barbier1991@gmail.com
68f7d8a51c9e0c860e6e304e5bd701b59ef7cc7a
1832fdd9b4f581133256ffaae08cae9744c1ba53
/src/SalamancerApplication.cpp
066e7e19d11f967ac99c235538dd38738dea4b7d
[]
no_license
nathanial/salamancer
a7a2cac3f4864aef7039735f66c98c143d156cdd
ea755c95dc95b87496aba93c414cce550be8a147
refs/heads/master
2020-06-01T19:05:40.720972
2014-10-11T08:06:38
2014-10-11T08:06:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,646
cpp
#include "SalamancerApplication.h" #include "framework/Position.h" #include "framework/meshers/GreedyMesher.h" #include "framework/World.h" #include "framework/MeshLoader.h" #include <functional> #include "include/cef_app.h" #include "include/cef_client.h" #include "include/cef_render_handler.h" #include "cef/ClientHan...
[ "nathanial.hartman@gmail.com" ]
nathanial.hartman@gmail.com
e570ca02936e036e04cf9d2bc27ed9d8f09d2783
45e3eb85ad842e22efefad6d3c1af327998eb297
/AtCoder/ABC/132/a.cpp
67f3180d7c2a54e217aa4c45dc65563396699007
[]
no_license
sawamotokai/competitive-programming
6b5e18217c765184acfb2613b681d0ac9ec3f762
9659124def45447be5fccada6e835cd7e09d8f79
refs/heads/master
2023-06-12T06:56:01.985876
2021-07-05T16:55:56
2021-07-05T16:55:56
241,240,765
0
0
null
null
null
null
UTF-8
C++
false
false
726
cpp
#include <bits/stdc++.h> #define rep(i,n) for (int i = 0; i < (n); ++i) #define ok() puts(ok?"Yes":"No"); using namespace std; typedef long long ll; typedef vector<int> vi; typedef pair<int, int> ii; typedef vector<vi> vvi; typedef vector<ii> vii; typedef vector<bool> vb; typedef vector<vb> vvb; typedef set<int> si; ty...
[ "kaisawamoto@gmail.com" ]
kaisawamoto@gmail.com
eeba55d2cff73855b06f597cd1f59d6f17dbad0f
28a9e27e1b8671c656237ead7a33f2e35d07c803
/self_La_Piscine/totalNumOfNumbers.cpp
1a36f58069630e4ad536112ade3e3fa689d9579d
[]
no_license
heuristicwave/TrainingGround
b25d3914958a90b58d1a4f1718cce8e3ddf747be
aa180954a02f984d0786a17016919c92b89da422
refs/heads/master
2021-01-05T13:59:25.829180
2020-11-21T06:23:04
2020-11-21T06:23:04
241,042,376
0
0
null
null
null
null
UTF-8
C++
false
false
388
cpp
#include<cstdio> int main() { freopen("input.txt", "rt", stdin); int num, sum = 0; int c=1, d=9; int res = 0; scanf("%d", &num); while(sum+d<num){ res = res+(c*d); sum += d; c++; d = d*10; } res = res + ((num-sum)*c); // for(int i=1; i<=num; i++){ // tmp = i; // while(tmp>0){ // tmp = tmp /...
[ "31366038+heuristicwave@users.noreply.github.com" ]
31366038+heuristicwave@users.noreply.github.com
1e33100bfcc448426dbb8fca3a46b88cc11106d8
f99fe3656d82eb42d62890c29568307b732645a2
/Source/TextureSampler.h
a4507cecaf19a64fec4bd51e83902ee54804e72c
[]
no_license
VaasKahnGrim/freeking
b1b708e3d229dc5c25a74b1d0dea0f3cbb6c944d
1a7a7fe5d9150724f608aa20c68c5ae8dfa01d39
refs/heads/master
2020-12-12T19:57:15.749807
2020-01-16T01:13:45
2020-01-16T01:13:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
423
h
#pragma once #include <glad/glad.h> namespace Freeking { enum class WrapMode : int { WRAPMODE_REPEAT, WRAPMODE_CLAMP_EDGE, }; enum class FilterMode : int { FILTERMODE_LINEAR, FILTERMODE_NEAREST, FILTERMODE_LINEAR_NO_MIP, }; class TextureSampler { public: TextureSampler(WrapMode wrapMode, Filte...
[ "fortblox@gmail.com" ]
fortblox@gmail.com
79e8e71a8bafa4bd7434b27cc7b795cd08d73729
1a93a3b56dc2d54ffe3ee344716654888b0af777
/env/Library/include/qt/QtWinExtras/5.12.9/QtWinExtras/private/qwinthumbnailtoolbar_p.h
38d210bc54d0f58ba34b0b38b60566ba41687152
[ "BSD-3-Clause", "GPL-1.0-or-later", "GPL-3.0-only", "GPL-2.0-only", "Python-2.0", "LicenseRef-scancode-python-cwi", "LicenseRef-scancode-other-copyleft", "0BSD", "LicenseRef-scancode-free-unknown" ]
permissive
h4vlik/TF2_OD_BRE
ecdf6b49b0016407007a1a049f0fdb952d58cbac
54643b6e8e9d76847329b1dbda69efa1c7ae3e72
refs/heads/master
2023-04-09T16:05:27.658169
2021-02-22T14:59:07
2021-02-22T14:59:07
327,001,911
0
0
BSD-3-Clause
2021-02-22T14:59:08
2021-01-05T13:08:03
null
UTF-8
C++
false
false
4,362
h
/**************************************************************************** ** ** Copyright (C) 2016 Ivan Vizir <define-true-false@yandex.com> ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the QtWinExtras module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage...
[ "martin.cernil@ysoft.com" ]
martin.cernil@ysoft.com
c55df0f15837ebd7f47ce490d585dfde4c19eed5
694c187c8a00bee8c670c1690170099bad9b16b3
/bacteriareproduction.cpp
5434d345740c11a4d4150338cbdcad0cdafdf56d
[]
no_license
ajayvenkat10/Competitive
301f220b6d296f7e34328f192c43c4d7ef208cb1
14f2ecebe10eb19f72cc412dd0c414b3b1de9b4d
refs/heads/master
2022-11-20T14:31:33.590099
2020-07-23T15:39:14
2020-07-23T15:39:14
281,599,951
0
0
null
null
null
null
UTF-8
C++
false
false
1,804
cpp
#include <bits/stdc++.h> #define ll long long using namespace std; ll arr[500000] = {0}; ll ind = 0; ll dfs_order[500000] = {0}; ll ind_arr[500000] = {0}; void addEdge(vector<ll> adj[], ll u, ll v) { adj[u].push_back(v); adj[v].push_back(u); } void DFSUtil(ll u, vector<ll> adj[], vector<bool> &v...
[ "37923623+ajayvenkat10@users.noreply.github.com" ]
37923623+ajayvenkat10@users.noreply.github.com
aa11942286d56c9c9290e42218d091bffc58607b
5dcbbfb4033b3f41157305a97b1ab75835070e27
/src/lib/lod/lodReader.hxx
bcae8734f1ad4779127421113391321388dd0574
[]
no_license
DavidZeni/homm3Tool
83ff55a8eb6721414f87adbc053a95e308236676
ffd090897fdca136aaef5c839c827c3ed7fd0930
refs/heads/master
2020-04-11T00:38:43.888480
2015-09-04T14:59:55
2015-09-04T14:59:55
41,513,014
1
0
null
null
null
null
UTF-8
C++
false
false
40
hxx
#pragma once namespace lodReader { }
[ "zeni.david@gmail.com" ]
zeni.david@gmail.com
24b3f0f7f192e02ef46b85ab5ae7fb633dc8b585
ae013c60f7f7efa4e80763c0b2b0b1ae56734b94
/ss1_2013/day1_basic/q10_ballspace.cpp
853debd5fb44c4776a2c422b3beccbfddf549dfd
[]
no_license
pureexe/toisu
60952b096c6c54e99fc1bb36073eb6deb9126601
cfe916e864f2bb62ad50166eeea0bfe1dd65eada
refs/heads/master
2016-09-05T10:20:16.366973
2014-04-06T11:32:52
2014-04-06T11:32:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
179
cpp
#include<iostream> #define M_PI 3.14 using namespace std; int main() { int r; cin >> r; cout << 4*r*r*M_PI; //พื้นที่ผิว return 0; }
[ "pure1997@windowslive.com" ]
pure1997@windowslive.com
8f899d3562c4dc93999ef4f1845e1112f9b2e942
2095af306a0eb2e10c78aa6047f85a7dcdc7c47d
/include/Util/UIInput.h
972fe1a4722965b37b4adaf4eebce9893bbbc6bc
[ "MIT", "LicenseRef-scancode-public-domain", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-scintilla" ]
permissive
grimtraveller/LongUI
ff4e5f565a44c266a8aede6925b75de711e5ea41
d4fed468217312cb77e99b7f1ead45bdab9223b6
refs/heads/master
2020-12-11T03:25:13.373234
2016-03-12T12:13:36
2016-03-12T12:13:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,712
h
#pragma once /** * Copyright (c) 2014-2016 dustpg mailto:dustpg@gmail.com * * 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...
[ "dustpg@gmail.com" ]
dustpg@gmail.com
cecefcd7cae1574f0693c4933b424c7900ae083d
992cda2b2f07684a14c06b248423c1d9d5301a8e
/tests/simple_manual/testsimple.cpp
b3c5140f40f9a974256f77c5c37f9e65b9f444f6
[]
no_license
m-liu/connectal
e02a78831dda72f4dfb741a05c7a0fa582a698a9
2c6e417f2c6070bba9d0c3f50be2ee4e2ea2ba25
refs/heads/master
2020-05-29T12:24:57.203275
2014-11-21T21:06:12
2014-11-21T21:06:12
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,102
cpp
// Copyright (c) 2014 Quanta Research Cambridge, Inc. // 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, // mod...
[ "jca@alum.mit.edu" ]
jca@alum.mit.edu
fec1eb5cbda106aa37ddfb5b592a8a6256912f74
f28f6363b70f2f6bae282075fc2b865ed9f07bab
/player.h
f25ada406b4994a6d78ccd5d63c9a59c450699fc
[]
no_license
elcerdo/hex
23a34464e1f1fd2cfe4b480e8d2c7e17afca7777
bdb4403fb3f060f7c36d4a61a4455b97f3926ea2
refs/heads/master
2021-01-19T04:16:27.815145
2016-07-06T15:51:25
2016-07-06T15:51:25
61,955,793
0
0
null
null
null
null
UTF-8
C++
false
false
266
h
#pragma once #include "board.h" struct Player { const Board& board; const std::string name; int player; Player(const Board& board, const std::string& name); virtual void update(const BoardState& state) = 0; virtual Move getMove() = 0; };
[ "pierre.gueth@gmail.com" ]
pierre.gueth@gmail.com
96296ef18cfc03fdf194f586ec9b9edc31d2cf70
409beb9aa75d153c9d49834354fed5b53fc56187
/FirmwareModifier/Common/inc/EmTcpSendThread.h
ebad8f7d2e3c1c1800df3e15b954cbf62b8e00fe
[]
no_license
shzhbx/FWFactoryTool
604faaec209dfd5a77252314c95d85014fa84674
67d32965a6aec815c5b9942a2fe46848e6d5d541
refs/heads/master
2023-03-18T07:34:29.252551
2016-08-16T08:47:57
2016-08-16T08:47:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
373
h
#ifndef _h_EmTcpSendThread #define _h_EmTcpSendThread #include "EmBase.h" #include "EmTcpBase.h" #include "EmThread.h" namespace em { class EmTcpConnectWorker; class EmTcpSendThread : public EmThread { public: virtual void InitStopTag(); virtual void StopSafely(); virtual void Run(); protected: virtual ...
[ "David.li@rock-chips.com" ]
David.li@rock-chips.com
f3dcc257475331f124c96cdf693b21a71a5066d4
1e721766bf548792b3397fb7cf4c026b072fbd35
/Test-1/45811_task3.cpp
5890a9d712c1d3691eec8461b19ed6bc6f22c468
[]
no_license
BlinkDrink/Introduction-To-Programming
46ab33de20b5779a2159c0ed9aaa152752d0dd02
3f4854af4d5615c66c7e821cc2694ccd733da6e9
refs/heads/main
2023-02-26T08:46:05.770721
2021-01-26T12:53:27
2021-01-26T12:53:27
304,914,128
1
0
null
null
null
null
UTF-8
C++
false
false
2,945
cpp
#include <iostream> #include <cmath> using std::cin; using std::cout; // // СУ "Св. Климент Охридски" // Факултет по математика и информатика // Курс Увод в Програмирането 2020/21 // Контролно 1 // 2020-11-29 // // Начален час на контролното: 9:00 // Име: Петко Иванов Петков // ФН: 45811 // Специалност: Информатика /...
[ "evrolan1404@gmail.com" ]
evrolan1404@gmail.com
3a79e9031583ab181ca06f21c985925b49a806cb
53ff4fabe94e3d8a4d7531525c6911755f2ab322
/array/maxhamdist/main.cpp
1506ecc325aa0b0f2ec3075823b4aefc0849a97b
[]
no_license
Srivatsha108/DataStructures-using-Cpp
13384a26f430cdc7841895f2e30f50bc273408ea
83b04cfc97b69b602f4e84abfb3a8ba34928c3f0
refs/heads/master
2023-04-03T00:43:05.834587
2021-04-07T05:28:55
2021-04-07T05:28:55
355,421,572
0
0
null
null
null
null
UTF-8
C++
false
false
462
cpp
#include<bits/stdc++.h> using namespace std; int main() { int n,i; int sum=0; cin>>n; int a[n]; for(i=0;i<n;i++) { cin>>a[i]; } int a1[n]; for(int i=0;i<n;i++) a1[i]=a[i]; for(i=0;i<n-1;i++) { int s=0; int temp=a[n-1]; for(int j=n-1;j>=1;j--) ...
[ "srivatsha108@gmail.com" ]
srivatsha108@gmail.com
a8b112677162cf476cffceb99b628af47d2b1b49
5456502f97627278cbd6e16d002d50f1de3da7bb
/components/sync/model/sync_error.cc
89d477bed7666c549a74e5252e0374e42549c7c9
[ "BSD-3-Clause" ]
permissive
TrellixVulnTeam/Chromium_7C66
72d108a413909eb3bd36c73a6c2f98de1573b6e5
c8649ab2a0f5a747369ed50351209a42f59672ee
refs/heads/master
2023-03-16T12:51:40.231959
2017-12-20T10:38:26
2017-12-20T10:38:26
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,370
cc
// Copyright (c) 2012 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 "components/sync/model/sync_error.h" #include <ostream> #include "base/location.h" #include "base/logging.h" #include "base/memor...
[ "lixiaodonglove7@aliyun.com" ]
lixiaodonglove7@aliyun.com
354f0a9669021eaa76f80f86a469fc14dfcf061d
043f12b3721faa2aaff444670b839a7f2fdf5457
/houdini/cmd/src/rop_naiadcam/ROP_NaiadCam.h
c621035f5320b1f6c098ed511d6820fb16e8a70c
[ "MIT" ]
permissive
simonekeberg/Naiad-Buddies
6393a42e09aad1ee1558af3a2f2da875429047b3
b7150dccc4a21044695b90e82d181914be13a05a
refs/heads/master
2021-01-18T04:05:50.437652
2012-07-16T15:44:39
2012-07-16T15:44:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,410
h
/* * ROP_NaiadCam.C * * Houdini Buddy - Naiad camera converter * * Copyright (c) 2010 Van Aarde Krynauw. * * 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, includ...
[ "nanocell@gmail.com" ]
nanocell@gmail.com
86d35a9e3d16fb1a83165bb2da3402b0459dd91f
b1be8471950a7d7a834d67b11b24d70aa7ece501
/DemoFramework/FslBase/source/FslBase/Math/Vector3.cpp
5e0b3adca2d0d101f8ad255ddfbe3866398a4b9a
[ "GPL-1.0-or-later", "JSON" ]
permissive
alexvonduar/gtec-demo-framework
1b212d9b43094abdfeae61e0d2e8a258e5a97771
6f8a7e429d0e15242ba64eb4cb41bfc2dd7dc749
refs/heads/master
2021-06-15T13:25:02.498022
2021-03-26T06:11:43
2021-03-26T06:11:43
168,854,730
0
0
BSD-3-Clause
2019-03-25T23:59:42
2019-02-02T16:59:46
C++
UTF-8
C++
false
false
10,984
cpp
/* MIT License Copyright (C) 2006 The Mono.Xna Team All rights reserved. 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,...
[ "Rene.Thrane@nxp.com" ]
Rene.Thrane@nxp.com
b97833d55113171b9b7e6576158168ba1a1de100
3c62ae7164da3b336be07452d200eba34000303d
/leanTouch_singleHit_ballz/Beest2/Beest2/Classes/Native/Il2CppInteropDataTable.cpp
64c0d78019f7c8e938cf3ab9499b3977c49b6c3d
[]
no_license
sgrutman978/smallerProjects
135c83153777c0ef34d8546b765cfb759fc01d4b
64c85a4ee782adafdd066bcf9ccc0833839485e8
refs/heads/master
2022-02-28T12:57:25.917632
2022-01-24T20:42:36
2022-01-24T20:42:36
128,837,072
0
1
null
null
null
null
UTF-8
C++
false
false
85,293
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" extern "C" void Context_t1744531130_marshal_pinvoke(void* managedStructure, void* marshaledStructure); extern "C" void Context_t1744531...
[ "sgrutman978@gmail.com" ]
sgrutman978@gmail.com
3633cf7f5e7eb3b002e01d2a5a20714193a5a8d7
148fc4d981139013c00d0797dd05cee1f1e0bbee
/3rdparty/dear-imgui/imgui.cpp
7088908c3c473319434ebd0934a7e7c5ff904b2a
[ "MIT", "LicenseRef-scancode-free-unknown", "BSD-2-Clause" ]
permissive
BlockoS/bgfx
e826cd15e89946d53935822c47780899f6766542
0db0f1e0af088bd481b59714e87115455048e6b5
refs/heads/master
2021-08-02T13:32:20.500258
2021-07-21T09:35:05
2021-07-21T09:36:13
173,769,487
0
0
BSD-2-Clause
2019-03-04T15:20:56
2019-03-04T15:20:55
null
UTF-8
C++
false
false
577,189
cpp
// dear imgui, v1.84 WIP // (main code and documentation) // Help: // - Read FAQ at http://dearimgui.org/faq // - Newcomers, read 'Programmer guide' below for notes on how to setup Dear ImGui in your codebase. // - Call and read ImGui::ShowDemoWindow() in imgui_demo.cpp. All applications in examples/ are doing that. /...
[ "branimirkaradzic@gmail.com" ]
branimirkaradzic@gmail.com
4c2287a54cdb03ae0bd96649cdc1478a2b568be8
50894c60b5997f75df349d41581beb5cbab76b33
/wrtstat/aggregator/options/reducer_options_json.hpp
b5526837a153fbf933d2b691a20f95a30494da6a
[ "MIT" ]
permissive
mambaru/wrtstat
37a2cc0f1ff10925f3d1ef63f4ddbbdb1774c6b1
f54aae273fe336027070014bd88668959c9904bd
refs/heads/master
2023-07-20T13:45:04.470161
2023-07-17T10:48:51
2023-07-17T10:48:52
125,558,998
2
0
MIT
2021-04-22T12:40:42
2018-03-16T19:07:33
C++
UTF-8
C++
false
false
666
hpp
#pragma once #include <wrtstat/aggregator/options/reducer_options.hpp> #include <wjson/json.hpp> #include <wjson/name.hpp> namespace wrtstat{ struct reducer_options_json { JSON_NAME(reducer_limit) JSON_NAME(reducer_levels) typedef wjson::object< reducer_options, wjson::member_list< wjson::me...
[ "noreply@github.com" ]
noreply@github.com
961f8d123b1547b11930ec8a74415a94a850775a
3ea4e8427d2c6e00161d840b69b9dd6115149b62
/ums.cpp
1410a46158613e8e6b38d732b6d2a7d4e8f7b26c
[]
no_license
Beyond-Horizon-23/University-management-system
444d1e0bfacd5b8a6f61625784dd876db10b98f2
492f593b35f9a3e3781fcbd73bfae21eeb8392be
refs/heads/main
2023-07-15T08:07:25.307404
2021-09-02T18:12:07
2021-09-02T18:12:07
402,516,432
0
0
null
null
null
null
UTF-8
C++
false
false
23,313
cpp
#include<fstream> #include<cstring> #include<ctype.h> #include<cstdlib> #include<cmath> #include<cstdio> #include<iostream> using namespace std; void teacher(); void student2(); class student { private: int day_birth, month_birth, year_birth,day_admission,month_admission,year_admisssion, ...
[ "noreply@github.com" ]
noreply@github.com
a93957cb0432f8b1d641f418e4d0c1d195e43a6b
91b3786fc8b8b42a7b4260be105e8574c53474e0
/2016-7-12 第二场个人排位赛/A dfs+排列数.cpp
37aff853ec5a6b5f259ce2278109e72346ff5e95
[]
no_license
ailyanlu1/ACM-10
0cf294dc6e488fdb76a4532d2f8699e6f275d331
a0a503eb351ad0393621326cb173a9bca90eafc2
refs/heads/master
2020-03-23T11:28:11.267917
2016-11-05T03:43:44
2016-11-05T03:43:44
null
0
0
null
null
null
null
GB18030
C++
false
false
916
cpp
#include "stdafx.h" #include <iostream> #include <cstdio> #include <vector> #include <queue> #include <cmath> #include <cstring> #include <algorithm> #include <map> #define inf 10000000000 using namespace std; typedef long long ll; int a[10], n, ans; void dfs(int cur, int sum) { int shu[6], ct = 0, tmp = sum; while...
[ "Hardy Wang" ]
Hardy Wang
34c39e6821f5e6a576a8710c79855ce18a767d00
b962ef7b06cdba3bad1ae8760fd7effb020606e1
/cpp/SampleRdkMarmalade/MarmaladePlugIn.h
af16cb1b3f5806eeaa2752458a49bd5a181e80b3
[ "MIT" ]
permissive
angellinares/rhino-developer-samples
98df1b0355963533fc1d905e39ee73e80e2fe7eb
40d3281f56f5febe812c7c6f2f96a52ba75b30e6
refs/heads/master
2021-01-18T16:47:47.046808
2017-03-22T20:19:07
2017-03-22T20:19:07
86,769,972
1
0
null
2017-03-31T02:33:54
2017-03-31T02:33:54
null
UTF-8
C++
false
false
1,979
h
#pragma once #include "MarmaladeEventWatcher.h" class CMarmaladeRdkPlugIn; class CMarmaladeNonModalOptionsDlg; class CMarmaladePlugIn : public CRhinoRenderPlugIn { public: CMarmaladePlugIn(); virtual ~CMarmaladePlugIn(); static GUID ID(void); // Required overrides. virtual const wchar_t* PlugInName() const; ...
[ "dale@mcneel.com" ]
dale@mcneel.com
d99a45dddb22952dd17647d26f7df6e00c7113ef
680a43a2c1f5427778ce3e09daae0f4b23eb66c9
/Model/nodo.h
64858f8f240a31a2f5a8c7ac046a7cf9d61c113e
[]
no_license
ValentinGrigoras/ProgettoP2Qontainer
108f0892db6b95125f771b4aefdfba2a33f45441
e7bee8344f40025711f80e28d1595bd9c5144eb6
refs/heads/master
2020-04-19T06:21:15.941556
2019-07-15T19:48:31
2019-07-15T19:48:31
168,015,303
0
0
null
null
null
null
UTF-8
C++
false
false
70
h
#ifndef NODO_H #define NODO_H template <class T> #endif // NODO_H
[ "ghury1@gmail.com" ]
ghury1@gmail.com
f1148802a474fcb2d0ce6933ec1f076ba4ebeb0b
1e8e89b77d23b34f6c2251d339f74d12be9b43e0
/DSA Cracker/minimum_swaps_to_sort.cpp
8f5ce812dcb5ab39c12394b6c9c1cd86b4f315b0
[]
no_license
skgautam1010/Everyday_programming
167eaacf6b1c4912eb15ef3e99e626a8be257585
0f2c356567a9b7949111385ca2ec2cc220664c08
refs/heads/master
2023-06-26T18:12:22.063436
2021-07-31T18:13:40
2021-07-31T18:13:40
297,432,517
0
0
null
null
null
null
UTF-8
C++
false
false
1,967
cpp
/*Minimum Swaps to Sort Medium Accuracy: 50.0% Submissions: 47726 Points: 4 Given an array of n distinct elements. Find the minimum number of swaps required to sort the array in strictly increasing order. Example 1: Input: nums = {2, 8, 5, 4} Output: 1 Explaination: swap 8 with 4. Example 2: Input: nums = {10,...
[ "sonukumargautam41638@gmail.com" ]
sonukumargautam41638@gmail.com
019f84ef0637c9453b6116e8f607575638c0878f
6909123fe02056f424ca3a0039f43ec1afccc854
/ssibal/ssibal/단계뼐.cpp
990edb23cef691f55ba7e82a048a70631279fb67
[]
no_license
taetinn/Algo_BOJ
103f36d8ab4974e6f6acc226a88027b2f7e605f6
39c44307c73eecc62568877195b15669f4ed46f1
refs/heads/master
2022-11-19T07:27:45.423831
2020-07-29T04:58:47
2020-07-29T04:58:47
283,402,084
0
0
null
null
null
null
UTF-8
C++
false
false
237
cpp
#include<iostream> using namespace std; int main(void) { ios::sync_with_stdio(0); cin.tie(0); int N, G1, G2 = 0,cnt=0; cin >> N; for (int i = 0; i < N; i++) { cin >> G1; if (G2 == 0 && G1 == 2) { cnt++; } G2 = G1; } }
[ "lolcrlolcl@gmail.com" ]
lolcrlolcl@gmail.com
d68e96146a0df87a1c82710edf129dad4cc10552
8cf18bc9ae140963f8f6b28045b28b7b9a590b11
/qwt/src/qwt_magnifier.cpp
55e7bb5eb7043df62b656048054028933525199b
[ "LGPL-2.1-only", "Qwt-exception-1.0", "Apache-2.0" ]
permissive
sergrt/Gen61850Sv
8163759f980368da8f1a8379f994d7ca8cbcb717
f07de932a16d2a6ca9a482633fa60b97042ed3f9
refs/heads/master
2023-07-22T12:46:47.643745
2023-07-11T20:24:51
2023-07-11T20:24:51
47,840,893
9
7
Apache-2.0
2022-06-30T08:47:34
2015-12-11T17:28:03
C++
UTF-8
C++
false
false
11,815
cpp
/* -*- mode: C++ ; c-file-style: "stroustrup" -*- ***************************** * Qwt Widget Library * Copyright (C) 1997 Josef Wilgen * Copyright (C) 2002 Uwe Rathmann * * This library is free software; you can redistribute it and/or * modify it under the terms of the Qwt License, Version 1.0 **************...
[ "cookierama@gmail.com" ]
cookierama@gmail.com
bf5f872c6d2485a6aaa3746ca8582c931cb096d0
57194820134b8998d11bae395f25af11a2174996
/gameLib(ver 1.2)/Source/Headers/gpu_swirl_particle.h
7cdbabab4d936622c282698569052df7bbc60e07
[]
no_license
tamura61239/theWorkTamera
6cf89102d091648e533a1a9860265dd2286e4bb2
fec55266e7c4528ef6be3c8e81cec063fa60bd77
refs/heads/master
2023-07-02T06:26:35.204151
2021-08-14T08:10:33
2021-08-14T08:10:33
273,241,578
0
0
null
null
null
null
UTF-8
C++
false
false
692
h
#pragma once #include"gpu_particle_test.h" #if (PARTICLE_SYSTEM_TYPE==0) class GpuSwirlParticle :public GpuParticleTest { public: GpuSwirlParticle(ID3D11Device* device, int maxParticle = 10000); void Update(ID3D11DeviceContext* context, float elapsd_time); //void Render(ID3D11DeviceContext* context, const FLOAT4X4&...
[ "oarmiukr@ezweb.ne.jp" ]
oarmiukr@ezweb.ne.jp
20cad4fab9fdc71ee4b0f7098ccbfeb09185061a
f07c072871f8c6e8f25e63a2a05308575eb3242c
/HackerRank/Data Type Hackerrank.cpp
c64b896c4e3e8c96a899b16f6fe2946fa9f1bc0c
[]
no_license
pathakaditya6/Competitive-Programming
7c5d71dcc537152fb06b4e580a68cbe00572a9b1
e6175075cfc82b4ab166181ccaf7a447635911ca
refs/heads/main
2023-01-15T16:32:52.125572
2020-11-22T23:31:57
2020-11-22T23:31:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
320
cpp
#include <iostream> #include <iomanip> #include <limits> using namespace std; int main() { int i = 4; double d = 4.0; string s = "HackerRank "; int c; cin>>c; double e; cin>>e; string s2; getline (cin, s2); cout<<i+c<<endl; cout<<setprecision(1)<<fixed; cout<<d+e<<endl; cout<<s+s2<<endl; return 0; }
[ "ayushkumar1234@protonmail.com" ]
ayushkumar1234@protonmail.com
a2e1a108cae8335635f5f9920010549882a3b548
fa0d1d5492b8259fae1176a327c5c563300a5364
/Unit2 - Project 1 - Extended Kalman Filter/src/tools.cpp
02a0101bc819adef17ef4840c82b611657db3f03
[]
no_license
jfvanreu/SDC
bb557cbb6c3601e59103901dc226c585f1be8b31
f7aee6b3065e26dd5b4f2576c10e0cd0f6a857b2
refs/heads/master
2022-11-09T00:24:05.729865
2022-11-04T20:42:31
2022-11-04T20:42:31
75,593,469
0
0
null
null
null
null
UTF-8
C++
false
false
2,143
cpp
#include <iostream> #include "tools.h" using Eigen::VectorXd; using Eigen::MatrixXd; using std::vector; Tools::Tools() {} Tools::~Tools() {} VectorXd Tools::CalculateRMSE(const vector<VectorXd> &estimations, const vector<VectorXd> &ground_truth) { /** TODO: * Calculate the RMSE...
[ "jfvanreu@comcast.net" ]
jfvanreu@comcast.net
d657eb3847fe8a73a4f01562400d30a421570281
5618093b02bad33e40bf57bcf1289db134b4b778
/main.6838222757411681375.cpp
122ecf1463a37a580efa00709c8d871224cfb68c
[]
no_license
huynguy97/IP-Week4
c4647b59bdd4489e012a7f72194dd484b71d7722
c707ea1afdfd3803cde967e42efd4813fd90794f
refs/heads/master
2020-05-22T08:39:16.588265
2019-05-12T17:21:51
2019-05-12T17:21:51
186,283,027
0
0
null
null
null
null
UTF-8
C++
false
false
6,528
cpp
// // #include <iostream> using namespace std; enum Month {January=1,February,March,April,May,June,July,August,September,October,November,December} ; /* ...
[ "h.nguyen@student.science.ru.nl" ]
h.nguyen@student.science.ru.nl
fe52c62e5e24bc2d4a45e6dc2fe5394305bcb41c
d6ffe5b89d0f657f3d2d32b620bc73a6d80b5f15
/zhangyux15/global_var.h
fb66c3b4d19ed33e6ab3ef34ee127944e85014af
[]
no_license
Vladimir2506/ProjectDSA1
aed133f54cef7bb17918d2e390f146d7d58eb5da
ff16c9f6078ec23d0a9ebf7104c5053960825b59
refs/heads/master
2021-05-09T04:23:00.573753
2018-01-28T15:54:48
2018-01-28T15:54:48
119,271,720
0
0
null
null
null
null
UTF-8
C++
false
false
247
h
#pragma once #include <string> extern int HEIGHT, WIDTH; extern std::string PATH_PROJECT; extern std::string PATH_MY_OUTPUT; extern std::string PATH_MVE_OUTPUT; constexpr int MAX_DIJKSTRA_VERTECIES = 60; constexpr int MAX_SAMPLE_COMPLEMENT = 6;
[ "xiazhuofan@qq.com" ]
xiazhuofan@qq.com
4f55ee41991e7dfce701038b7f1d4d5ffcad0217
f72eb760f8b7e5e5294707359cae416ea44e222c
/src/classifier/Model.h
8b23b9fbe3096f2085a5eb467b84981e368f76ba
[]
no_license
xiaoyeye1117/lm-decoder
3927920f2c48ab879d3dc66e194a49ae49b2a62d
db8d50a64e52f6d23e987ec18ae380d010d1ba86
refs/heads/master
2020-06-23T08:05:41.122536
2017-12-09T15:57:06
2017-12-09T15:57:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
926
h
#ifndef _MODEL_H_ #define _MODEL_H_ /* * Linear Discrinant Model * */ #include <stdio.h> #include <stdlib.h> #include <string> #include <vector> #include <iostream> #include <fstream> #include <unordered_map> #include <unordered_set> #include "utils/StringUtil.h" #include "utils/LOG.h" using namespace std; class ...
[ "jumpei.miyake@gmail.com" ]
jumpei.miyake@gmail.com
e7b221e2bca1e4e764108ee8cc4e9458f3d68a79
8333cbc9a780c4fd1a040946c6c6ac0a3ae12fa5
/307.cpp
73a6169707b21d82d66222a4393a2b36fb4b3f22
[]
no_license
jinshenyongzai/LeetCode-CPlusPlus
69f5f7510c361c9fb171d9224b9624291daa059c
aff2884d79bf3b39377d75b234721d65cf295ffc
refs/heads/master
2020-06-18T15:57:24.203464
2019-11-26T02:51:13
2019-11-26T02:51:13
196,356,067
0
0
null
null
null
null
UTF-8
C++
false
false
830
cpp
#include <iostream> #include <vector> using namespace std; class NumArray { public: vector<int> sum; vector<int> data; NumArray(vector<int>& nums) { data = nums; sum.push_back(0); for (int i = 1; i < nums.size() + 1; i++) sum.push_back(sum[i - 1] + nums[i - 1]); } void update(int ...
[ "noreply@github.com" ]
noreply@github.com
699376d5c440fed58a0efa2bd366bfad23f7a977
664523fa5620a41e344fb850b928f5a556616f33
/services/gfx/compositor/backend/scheduler.h
ce8d3d997e89ed79928374fad036e9fb0588e05e
[ "BSD-3-Clause" ]
permissive
runt18/mojo
01daeb8d6b703434d532c2acf5f2dacab6a4c51e
9ae29e0c3aab69f110010a9cd3dc5e7d6f3656db
refs/heads/master
2021-01-16T20:45:37.719200
2016-03-22T19:09:01
2016-03-22T19:09:01
51,163,031
0
0
null
2016-03-22T19:09:02
2016-02-05T17:38:48
C++
UTF-8
C++
false
false
3,088
h
// Copyright 2015 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 SERVICES_GFX_COMPOSITOR_BACKEND_SCHEDULER_H_ #define SERVICES_GFX_COMPOSITOR_BACKEND_SCHEDULER_H_ #include <limits> #include <mutex> #include "b...
[ "jeffbrown@google.com" ]
jeffbrown@google.com
8fa2596b01c62e1dce8a3551813b36f5676fc6a7
476bd9f3203f5d473d8598c762fb57663f8c0e41
/src/primitives/transaction.cpp
2806182ccedbdcb6ca6bef53a550712937b75123
[ "MIT" ]
permissive
nagrath/GoldPoker-coin
dae10690a3d24f4e95022275834e427c79684b55
65911a7908f515a7515063521b2a1183a454f1c4
refs/heads/master
2022-12-27T17:44:27.211696
2020-09-14T17:55:04
2020-09-14T17:55:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
6,077
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers // Copyright (c) 2015-2017 The PIVX developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "primitives/block.h" #include ...
[ "40833727+GoldPoker@users.noreply.github.com" ]
40833727+GoldPoker@users.noreply.github.com
77e260efebd0238cdbd7cc81eba2a76f3cb7e74b
62a39d3bc950944b0a35b7c9f0ef4faa7251597f
/CourseTask/GraphAlgorithms.h
d9f656a0b8daf35cfce657149748b703cad98a57
[]
no_license
smth-mn/CourseTask
7ceb8b650d50683b80657a0cfd2a4a29a9871032
59e6ca5e016f97bdbd52c2d39f93afaa7775038c
refs/heads/master
2020-03-16T20:05:59.440028
2018-05-10T19:38:38
2018-05-10T19:38:38
132,946,244
0
0
null
null
null
null
UTF-8
C++
false
false
207
h
#pragma once #include <iostream> #include <vector> #include "Graph.h" using namespace std; class GraphAlgorithms { public: static void findPath(Graph* graph, int row1, int col1, int row2, int col2); };
[ "svyatoslav146@gmail.com" ]
svyatoslav146@gmail.com
a18f4546b4e816ee2f0cb372d5ce7aa67baef184
243cf8fa4989909b128f0c674a4d3dbc3d63fe68
/kragre.cpp
29f399002c0a57e1e0c5ec240f34f59369443869
[]
no_license
thesky-fei/homework
e50c57b89350ad0cd3d659e943bea2b4ca302243
e9ce68412330a2f580534d4e8afe44feb0d51e58
refs/heads/master
2022-10-13T01:09:26.828251
2020-06-09T05:04:53
2020-06-09T05:04:53
270,904,333
0
0
null
null
null
null
UTF-8
C++
false
false
769
cpp
#include<iostream> #include<iomanip> using namespace std; const long double pi=3.1415926; class cylinder { private: double r,h; public: cylinder(double x,double y); double getvolumn()const;// double getarea()const;// }; cylinder::cylinder(double x,double y) { r=y; h=x; } ...
[ "noreply@github.com" ]
noreply@github.com
b649e969e0cc7a7fa89c4210c83446d64509cbe8
bb65267bf0a08fe51632ccecf79914af98434a83
/Contest Vjudge/MU[2018]/2.cpp
8319bdbf4a1376b8535735cd0664771a1ce44048
[]
no_license
SabirKhanAkash/Random-Contests
982beee337ceb3802d7bc4d09c65ebbb6a47461f
659ecf324cb9003144cb014e020deb715aa5a1bb
refs/heads/master
2023-03-06T10:36:10.307450
2021-02-11T17:31:52
2021-02-11T17:31:52
338,101,365
0
0
null
null
null
null
UTF-8
C++
false
false
1,032
cpp
#include<iostream> #include<stdio.h> #define si(x) scanf("%d",&x) using namespace std; int main() { int n,arr[1010],ps=0,pd=0; si(n); for(int i=0;i<n;i++){ si(arr[i]); } if(n%2==0) { for(int i=0,j=n-1;(i!=(n/2));i++,j--){ if(arr[i]>arr[j]){ ps+=arr[i]; ...
[ "39434260+SabirKhanAkash@users.noreply.github.com" ]
39434260+SabirKhanAkash@users.noreply.github.com
b055c292a8ee04eb5226535a523cdf88f18c46a4
f51bbb34566c5855af67b63502b9fcbaf145f1e7
/src/c_wrapper/sampler.cpp
3e260ef309b27f83c3c436a22ab85250e3300308
[ "MIT" ]
permissive
mrgloom/pyopencl
da61bca3b1e1987d619cd4e81031d41a1b38082f
1c750e01bda04d21e0571c73cee756a8b75351e6
refs/heads/master
2021-01-17T23:10:22.771724
2015-07-27T02:55:21
2015-07-27T02:55:21
40,135,750
1
0
null
2015-08-03T16:33:21
2015-08-03T16:33:20
null
UTF-8
C++
false
false
1,687
cpp
#include "sampler.h" #include "context.h" #include "clhelper.h" template class clobj<cl_sampler>; template void print_arg<cl_sampler>(std::ostream&, const cl_sampler&, bool); template void print_clobj<sampler>(std::ostream&, const sampler*); template void print_buf<cl_sampler>(std::ostream&, const cl_sampler*, ...
[ "yyc1992@gmail.com" ]
yyc1992@gmail.com
7c70f7f9d22dea13b77aae82ebf50fdcdf68d746
3bfb37bd092cb3e448620ad7cb3088dca32256f2
/python/jittor/test/test.h
d5400431bb1294668a75328d9ae6bd257072a48b
[ "Apache-2.0" ]
permissive
zhujindi/jittor
25a46c60e955597053db49c824754f40a59eb3ff
a1a82f6b2c5d46bcc32dc0495e6fae0104cee7a9
refs/heads/master
2023-08-29T22:04:41.729697
2021-11-01T04:20:45
2021-11-01T04:20:45
null
0
0
null
null
null
null
UTF-8
C++
false
false
639
h
// *************************************************************** // Copyright (c) 2021 Jittor. All Rights Reserved. // Maintainers: Dun Liang <randonlang@gmail.com>. // This file is subject to the terms and conditions defined in // file 'LICENSE.txt', which is part of this source code package. // ******************...
[ "randonlang@gmail.com" ]
randonlang@gmail.com
534dda37569e1cc2ba3ecd07f245c3f0fad36846
bc91392be1d69c240cea5cdb154c02311d0be9de
/p2/main.cpp
199523fc7c2b723fd543b3f07ce47c66f095d51d
[]
no_license
ChrisMcMahon123/COMP4250-Project-1
2fcc952c2b4010426d2b02de7e905e8f7824f275
3ef31a1ef53e0cc10bb081370e73f0f154e6bb37
refs/heads/master
2020-04-21T14:46:16.088986
2019-05-17T16:00:32
2019-05-17T16:00:32
169,645,940
0
0
null
null
null
null
UTF-8
C++
false
false
4,431
cpp
#include <iostream> #include <fstream> #include <sstream> #include <map> #include <unordered_set> #include <vector> using namespace std; int main() { ifstream infile("retail.txt"); if(!infile.is_open()) { cout << "Failed to open file" << endl; return 0; } //FIRST PASSTHROUGH ...
[ "chris.mcmahon4@hotmail.com" ]
chris.mcmahon4@hotmail.com
089ec05fd149e66ea68e7bcc0121c36a0cc7a6bd
1a20961af3b03b46c109b09812143a7ef95c6caa
/Book/3dlearn/DirectX/DragonBook2ShaderCode/Chapter 18/Props/Water.h
52f285fa49d93b6ca145ae7f6af216e8619da5ef
[]
no_license
JetAr/ZNginx
eff4ae2457b7b28115787d6af7a3098c121e8368
698b40085585d4190cf983f61b803ad23468cdef
refs/heads/master
2021-07-16T13:29:57.438175
2017-10-23T02:05:43
2017-10-23T02:05:43
26,522,265
3
1
null
null
null
null
UTF-8
C++
false
false
981
h
//============================================================================= // Water.h by Frank Luna (C) 2004 All Rights Reserved. // // Note: If you want large bodies of water, then you should break // the water mesh into sub-grids like we did with the terrain // so that you can frustum cull. //=======...
[ "126.org@gmail.com" ]
126.org@gmail.com
a92f1f85dd04bd899ea356660fe5b8e57be5e2e6
7c03750fd1aeabd848e89dddcea172bca2b68138
/blynk_Ir.ino
566e4d630052cc3eaa20c086f6a2c65d2a286af2
[]
no_license
Hashichemnad/IotWorkshop20
1952458ba092d2cd1ec08eb080a7dd3dec2deb41
34cef3889234aeaa0a10b6a805fe41c21b5902fc
refs/heads/master
2020-12-29T14:08:51.080933
2020-02-08T07:02:10
2020-02-08T07:02:10
238,633,283
0
1
null
null
null
null
UTF-8
C++
false
false
505
ino
#define BLYNK_PRINT Serial #include <ESP8266WiFi.h> #include <BlynkSimpleEsp8266.h> char auth[] = "BREva_4dVcoBfdnQ_aZxTj60QAPcviFn"; char ssid[] = "hashichemnad"; char pass[] = "passwords"; WidgetLED led1(1); #define IR D7 bool ir; void setup() { Serial.begin(9600); pinMode(IR, INPUT); Blynk.begin(auth, ssid, pass)...
[ "noreply@github.com" ]
noreply@github.com
52198c342a1a0651392475b721c93f6306b15d35
fc28619e6e9d7068de6948498494ceed3352e018
/mask-resource-sequence.h
e43dcf26a8bc69fec0a0804701d9222015f267a6
[]
no_license
zxzAndyMAC/facemask-plugin
2f2519f5b9e434ea7b6265aece543552af514c51
ede38ee2fadddead4989892f781abebd6ea5360c
refs/heads/master
2020-05-02T18:39:32.579814
2018-06-14T21:28:19
2018-06-14T21:28:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,268
h
/* * Face Masks for SlOBS * Copyright (C) 2017 General Workings Inc * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * ...
[ "granola@granolaboy.net" ]
granola@granolaboy.net
db645dbfd42605ab158b1ab445a77176ab473455
3f20764983f005917a0dfdf094961f88297ce680
/DoorController/DoorController.ino
35f4b4f9fd9dcfa383e746faa22acc5a500daa5f
[]
no_license
tledford/Door-Controller
4062fe756982e6da0202cdb2758720ae7632ec7c
714cbf5a9b20b129d340a53d237aaeda9689886a
refs/heads/master
2021-01-02T08:39:02.163100
2014-04-08T04:00:46
2014-04-08T04:00:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,743
ino
#define MAX_BITS 100 // max number of bits #define WEIGAND_WAIT_TIME 3000 // time to wait for another weigand pulse. #include <SPI.h> #include <Servo.h> Servo myservo; // create servo object to control a servo int lock = 0; //servo unlock position int unlock = 160; //servo lock position ...
[ "tledford58@gmail.com" ]
tledford58@gmail.com
7ed9126637b776acf714562173e85def89d7adca
b4b4e324cbc6159a02597aa66f52cb8e1bc43bc1
/C++ code/NTU Online Judge/2636(2).cpp
239ebaa34f854fa35d24a7784178897f1a06ccfb
[]
no_license
fsps60312/old-C-code
5d0ffa0796dde5ab04c839e1dc786267b67de902
b4be562c873afe9eacb45ab14f61c15b7115fc07
refs/heads/master
2022-11-30T10:55:25.587197
2017-06-03T16:23:03
2017-06-03T16:23:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,911
cpp
#include<cstdio> #include<cassert> #include<vector> #include<algorithm> #include<map> using namespace std; typedef long long LL; struct Point { int X,Y,Z; Point(){} Point(const int _X,const int _Y,const int _Z):X(_X),Y(_Y),Z(_Z){} }; bool operator<(const Point &a,const Point &b) { if(a.Z!=b.Z)return a.Z<b.Z; if(a....
[ "fsps60312@yahoo.com.tw" ]
fsps60312@yahoo.com.tw
a524e917a654e010b6923e2d0998bf50c95de4e2
402511d388ad7b4f3633d44975c6037bd770a73c
/1786(찾기)/1786(찾기)/소스.cpp
74a1238f05d581b96863ba8556c2344a5b779bf1
[]
no_license
hg010303/Baekjoon
33c9747f2b2adea66c5ac07fe5f444a4d1457dcc
28b1df13aec07823d7ad0990bb94e4988e962094
refs/heads/master
2023-06-19T18:20:49.576626
2021-07-12T14:24:08
2021-07-12T14:24:08
278,156,857
0
0
null
null
null
null
UTF-8
C++
false
false
940
cpp
#include<iostream> #include<algorithm> #include<string> #include<vector> using namespace std; string str, a; vector<int> getPi(string& p) { int m = p.size(), j = 0; vector<int> pi(m); for (int i = 1; i < m; i++) { while (j > 0 && p[i] != p[j]) { j = pi[j - 1]; } if (p[i] == p[j]) { pi[i] = ++j; } ...
[ "hg010303@naver.com" ]
hg010303@naver.com
0165d886c725a78074ea8cdc07ff03bfb34593ac
04dd1a63e87563ec668ea709584c75e0c4a81336
/src/Cube.hpp
2043e9ae50fa7a1de85fe88af2d09285b090f3dd
[]
no_license
Rochendil-PhD/LearnRubikSoft
bd4fdcd9005c53c5e033410b4dbb1d03225094bd
c4c0e4dd05b67133893db61a666b2308c0444be8
refs/heads/master
2021-01-17T17:39:17.343532
2016-07-12T17:27:24
2016-07-12T17:27:24
63,176,723
0
0
null
null
null
null
UTF-8
C++
false
false
1,473
hpp
#ifndef _CUBE_HPP_ #define _CUBE_HPP_ #include <vector> #include <string> #include "..\lib\glew\glew.h" #include "..\lib\freeglut\freeglut.h" #include "..\lib\glfw\glfw3.h" #include "..\lib\glm\glm.hpp" #include "..\lib\glm\gtc\matrix_transform.hpp" #include "..\lib\glm\gtc\constants.hpp" #include "Cubicle.hpp" #inc...
[ "philip_el_ul@hotmail.com" ]
philip_el_ul@hotmail.com
5b35e98e6586398028303a845c275eb4570add44
4baa62e54b5ad336d989cb0554ae422c591f73af
/3000/3002.cpp
cd828a241da60d2b1dc8a2e70108c45c8873c698
[]
no_license
shikgom2/Codeup
219283fc487c2da781ba562bda4fcba40cfe7c46
111243633fbec7116e52e609b01415d6d2cbba99
refs/heads/master
2020-06-13T06:56:56.586964
2019-07-09T07:50:19
2019-07-09T07:50:19
194,578,627
7
3
null
null
null
null
UTF-8
C++
false
false
1,100
cpp
#include <stdio.h> int RecusiveBinSearch( int nArr[], int nBegin, int nEnd, int nTarget ) { int nMid = 0; if( nBegin > nEnd ) { return -1; } nMid = (nBegin+nEnd) / 2; if( nArr[nMid] == nTarget ) { return nMid; } else if( nTarget < nArr[nMid] ) { return...
[ "noreply@github.com" ]
noreply@github.com
cb183613d69451beade20865dcee4ab6291d6c55
c90252206dd93ed458494701708cd90c80febb03
/content/browser/media/capture/web_contents_frame_tracker.cc
e67bba5db6364405d6d7a9f120a7821ae48728d8
[ "BSD-3-Clause" ]
permissive
koonchen/chromium
9762cedb11294ba7a1767f121b05ddc21dc8b442
da0cfa74ccdedb232afd97f2fe357a869864d5ba
refs/heads/main
2023-03-21T05:11:33.733041
2021-04-13T12:25:42
2021-04-13T12:25:42
357,546,582
1
0
BSD-3-Clause
2021-04-13T12:34:08
2021-04-13T12:34:08
null
UTF-8
C++
false
false
7,620
cc
// Copyright 2021 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/browser/media/capture/web_contents_frame_tracker.h" #include <utility> #include "base/bind.h" #include "base/location.h" #include "bas...
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
7f3afe6bdca2a21eebfa2884852e2f2282be328d
f93f1e9265922ade821b0508248367d32763230c
/green_turtle/net/event_handler.h
d69dc555a5da18ffae3569c62ccb2b066520704d
[]
no_license
jennfer0808/green_turtle
4c8fee8136018093e61b4334c84c5370e4fbf92c
bbfb6ec426981518c78c6aab67ad6baea525ee64
refs/heads/master
2021-01-24T00:53:07.016484
2012-08-30T10:04:15
2012-08-30T10:04:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,944
h
//Copyright 2012, egmkang wang. // 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 co...
[ "egmkang@gmail.com" ]
egmkang@gmail.com
8b1d614c51faef6a3619cbe7f65f627d84e051d3
377981114bfb71f26b31b00788a996d112157721
/source/magma/vulkan/stages/deep-deferred-stage.hpp
33fa6c5c8135b05440596ae1622db835a303efe0
[ "MIT" ]
permissive
Breush/lava
59ee88ab44681169356fcec0561805a45f2a2abc
1b1b1f0785300b93b4a9f35fca4490502fea6552
refs/heads/master
2021-07-18T03:17:52.063294
2020-12-17T08:00:39
2020-12-17T08:00:39
89,995,852
17
0
null
null
null
null
UTF-8
C++
false
false
4,275
hpp
#pragma once #include "./i-renderer-stage.hpp" #include <lava/magma/ubos.hpp> #include "../../g-buffer-data.hpp" #include "../holders/buffer-holder.hpp" #include "../holders/descriptor-holder.hpp" #include "../holders/image-holder.hpp" #include "../holders/pipeline-holder.hpp" #include "../holders/render-pass-holder...
[ "alexis.breust@gmail.com" ]
alexis.breust@gmail.com
7a295825ebb48ed31132f1cc6f2b8b5826497bb9
0b3ba055aedbaf2cea03d503bf588d9aa71de199
/src/qt/signverifymessagedialog.cpp
034caa363b73eb2ccbdf0494864218f32b869874
[ "MIT" ]
permissive
bitcryptoproject/bit
30f49201e27d8d06f6fccf79787fb3527c81519a
69429bdbbe6684d86e2d055e5392ba317584fe0b
refs/heads/master
2016-09-05T23:31:45.276389
2014-08-09T04:39:21
2014-08-09T04:39:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
8,776
cpp
#include "signverifymessagedialog.h" #include "ui_signverifymessagedialog.h" #include "addressbookpage.h" #include "base58.h" #include "guiutil.h" #include "init.h" #include "main.h" #include "optionsmodel.h" #include "walletmodel.h" #include "wallet.h" #include <QClipboard> #include <string> #include <vector> Sign...
[ "root@nickubuntu.(none)" ]
root@nickubuntu.(none)
7364fe54976ce418243686069ae6aefee2af8ac5
e6a7743bcee28fbc39e495c4fdf005f1a2ff446f
/export/windows/cpp/obj/src/openfl/_legacy/utils/UInt8Array.cpp
b28230a0570c2b1eeadd8184c9dffaf5cb45d4f5
[]
no_license
jwat445/DungeonCrawler
56fd0b91d44793802e87097eb52d740709a10ffa
5f60dbe509ec73dc9aa0cf8f38cf53ba486fdad2
refs/heads/master
2020-04-05T13:08:31.562552
2017-12-07T02:42:41
2017-12-07T02:42:41
95,114,406
0
0
null
2017-12-07T03:20:53
2017-06-22T12:41:59
C++
UTF-8
C++
false
true
8,773
cpp
// Generated by Haxe 3.4.2 (git build master @ 890f8c7) #include <hxcpp.h> #ifndef INCLUDED_Std #include <Std.h> #endif #ifndef INCLUDED_openfl__legacy_utils_ArrayBufferView #include <openfl/_legacy/utils/ArrayBufferView.h> #endif #ifndef INCLUDED_openfl__legacy_utils_IMemoryRange #include <openfl/_legacy/utils/IMemor...
[ "jwat445@gmail.com" ]
jwat445@gmail.com
644bc1d256c7313684934e487d9592367baba4ce
948f4e13af6b3014582909cc6d762606f2a43365
/testcases/juliet_test_suite/testcases/CWE762_Mismatched_Memory_Management_Routines/s06/CWE762_Mismatched_Memory_Management_Routines__new_delete_array_int64_t_12.cpp
c7441e29af4974448dc392611e7ec320f9fa1d65
[]
no_license
junxzm1990/ASAN--
0056a341b8537142e10373c8417f27d7825ad89b
ca96e46422407a55bed4aa551a6ad28ec1eeef4e
refs/heads/master
2022-08-02T15:38:56.286555
2022-06-16T22:19:54
2022-06-16T22:19:54
408,238,453
74
13
null
2022-06-16T22:19:55
2021-09-19T21:14:59
null
UTF-8
C++
false
false
4,311
cpp
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE762_Mismatched_Memory_Management_Routines__new_delete_array_int64_t_12.cpp Label Definition File: CWE762_Mismatched_Memory_Management_Routines__new_delete_array.label.xml Template File: sources-sinks-12.tmpl.cpp */ /* * @description * CWE: 762 Mismatched Memory ...
[ "yzhang0701@gmail.com" ]
yzhang0701@gmail.com
321169a822222dd66066f888defcbe1fb7a0808e
44878320d26038a81fd1e9f312121f9049cee53d
/ManagerServer/ManagerServer/Ado/SimpleAdo.cpp
de39e6c574e98cec6d15db2206115d80b3207fad
[]
no_license
hankkuu-server/SimpleADO
cd30119446188360190cc683e1be2253ed8bfde9
09b26191b402e3a6949c4d49fe81b5b2efcf81c2
refs/heads/master
2022-11-17T19:41:40.586502
2020-07-01T10:09:57
2020-07-01T10:09:57
276,314,210
0
0
null
null
null
null
UHC
C++
false
false
10,554
cpp
#include "SimpleAdo.h" #include "AdoRecordSet.h" #include "AdoCommand.h" void DumpError(ErrorsPtr Errors) { register long nCount = Errors->GetCount(); register long nIndex = 0; if (Errors == NULL) return; while (nIndex < nCount) { _bstr_t Description; _bstr_t Source; _bstr_t SqlState; long ErrNum; ...
[ "hankkuu@gmail.com" ]
hankkuu@gmail.com
e6c83db2b1f7eb0b798bf488cc8d54baf4d467e9
bc7988d680d9c05833fd848230bef894cf095d22
/Lab_2/Lab_2.cpp
03d87dd9ffc6706b15b2a6f948f050b302e9e636
[]
no_license
Shoshnikov/Lab2
ccfdbbeec37328d57c2ca7b779b305909fe27b1f
04188df9a7eb8db31e808fe058c571963d5b8ca6
refs/heads/master
2020-08-13T01:44:06.419418
2019-10-13T19:53:31
2019-10-13T19:53:31
214,883,475
0
0
null
null
null
null
UTF-8
C++
false
false
1,653
cpp
#include <iostream> #include <locale.h> using namespace std; int CorrectInput(int& value); void PrintArr(int arr[], int lngth); void PrintArrLikeNumber(int arr[], int lngth); void Polindrom(int number); int main() { setlocale(LC_ALL, "RUS"); cout << "Вариант 9. ИКБО-02-18. Шошников Иван\n"; int length; cout ...
[ "shoshnikov.ivan@mail.ru" ]
shoshnikov.ivan@mail.ru
5d24d721cb66ab2c7126110d9df6a225a3aa452c
60339fa5391300abe1b033ec9b376e3d4ad27ee8
/chair_manipulation_grasp_detection_advanced/test/convert_mesh_test.cpp
1839cfd56de2612f74202cb33c45afd687b6d694
[]
no_license
Badenhoop/chair_manipulation
e42502408b1fdd69444bd9ecc2d6d3f42de4f8e2
2e31ca2c51141bfa7466453191dda283850af210
refs/heads/master
2022-12-14T23:13:28.858218
2020-09-04T11:42:43
2020-09-04T11:42:43
270,237,048
4
2
null
null
null
null
UTF-8
C++
false
false
1,416
cpp
#include <ros/ros.h> #include <ros/package.h> #include "chair_manipulation_grasp_detection_advanced/utils.h" #include <pcl/io/vtk_lib_io.h> int main(int argc, char* argv[]) { ros::init(argc, argv, "convert_mesh_test"); ros::NodeHandle nh; ros::NodeHandle nh_priv{ "~" }; auto mesh_pub = nh.advertise<shape_msgs:...
[ "p.badenhoop@gmx.de" ]
p.badenhoop@gmx.de
dca0bea816e323ecb63d202f6cb1c2a057cd2679
ece30e7058d8bd42bc13c54560228bd7add50358
/DataCollector/mozilla/xulrunner-sdk/include/mozilla/dom/ResourceStatsBinding.h
e33a7be3c387e711f00bd13ef92f221c37be7328
[ "Apache-2.0" ]
permissive
andrasigneczi/TravelOptimizer
b0fe4d53f6494d40ba4e8b98cc293cb5451542ee
b08805f97f0823fd28975a36db67193386aceb22
refs/heads/master
2022-07-22T02:07:32.619451
2018-12-03T13:58:21
2018-12-03T13:58:21
53,926,539
1
0
Apache-2.0
2022-07-06T20:05:38
2016-03-15T08:16:59
C++
UTF-8
C++
false
false
19,011
h
/* THIS FILE IS AUTOGENERATED FROM ResourceStats.webidl BY Codegen.py - DO NOT EDIT */ #ifndef mozilla_dom_ResourceStatsBinding_h #define mozilla_dom_ResourceStatsBinding_h #include "ResourceStatsManagerBinding.h" #include "js/RootingAPI.h" #include "jspubtd.h" #include "mozilla/ErrorResult.h" #include "mozi...
[ "andras.igneczi@doclerholding.com" ]
andras.igneczi@doclerholding.com
630e17ad13c8c3e09c3e29edc781623444b6981c
7d2e9ac33181fc6a545a0d72e7cf05fb55f67b9a
/Game/Libs/google/protobuf/util/internal/testdata/field_mask.pb.h
87e449bde380f71b175c836a2a4b1fe61bd15637
[]
no_license
oneStarCai/cpplua
adcc55c20feb2b5f299c58447b98a30885e5d91c
58ccb26c5c0321b89437023e6c6f164056090009
refs/heads/main
2023-08-23T03:57:53.595699
2021-11-04T03:42:31
2021-11-04T03:42:31
null
0
0
null
null
null
null
UTF-8
C++
false
true
103,982
h
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/protobuf/util/internal/testdata/field_mask.proto #ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2futil_2finternal_2ftestdata_2ffield_5fmask_2eproto #define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2futil_2finternal_2ftestdata_2ffield_5...
[ "jcd9527@163.com" ]
jcd9527@163.com
e10375137214efa76f8ba96bba3be1aa651bb9e4
1b1c8b44185388ed52e96599fb30c581f04ec543
/jpgd.cpp
5c2fe7e0415c5d872ba07ea296d20daff1122d6b
[]
no_license
Garrydagr8/Maze-solver-garry
e291bea41100ae1e0f92c024e5a890f0d6d021d9
b1436e05e19e6314b4ebafd34da697d537baed7c
refs/heads/master
2020-03-29T19:21:13.364727
2018-09-25T12:44:02
2018-09-25T12:44:02
150,258,715
0
0
null
null
null
null
UTF-8
C++
false
false
89,682
cpp
#include "jpgd.h" #include <string.h> #include <assert.h> #define JPGD_ASSERT(x) assert(x) #ifdef _MSC_VER #pragma warning (disable : 4611) // warning C4611: interaction between '_setjmp' and C++ object destruction is non-portable #endif #define JPGD_SUPPORT_FREQ_DOMAIN_UPSAMPLING 1 #define JPGD_TRU...
[ "noreply@github.com" ]
noreply@github.com
6b096ca1cf606648492a0387fa43962e1d1116d6
54f56238f4170d3fad2435bac0bfecb2124031a9
/src/bitcoin-cli.cpp
e88d087cb0d5b96f543fe93ce565e337bc78d8dd
[ "MIT" ]
permissive
minblock/buildcoins
e8fd597e250c833ffaa5d606c493fcb3a92da710
831dac6f4f64a2c469e871e598bf27ab9f026cf0
refs/heads/master
2021-05-22T01:16:32.132580
2020-04-04T03:52:32
2020-04-04T03:52:32
252,902,898
0
0
null
null
null
null
UTF-8
C++
false
false
22,670
cpp
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2018 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #if defined(HAVE_CONFIG_H) #include <config/bitcoin-config.h> #endif #include <c...
[ "POSTMASTER@provgn.com" ]
POSTMASTER@provgn.com
d2b532e53f8290bec8e452fcdfeb2b7034decf3e
f3a316a2f25b37793e1741295d7e932e3d8e7c09
/source/test/intltest/ucharstrietest.cpp
ebb026df31505e3769ae443a039987b4157040e0
[ "LicenseRef-scancode-public-domain", "BSD-2-Clause", "NAIST-2003", "BSD-3-Clause", "LicenseRef-scancode-unicode", "ICU", "LicenseRef-scancode-unknown-license-reference" ]
permissive
CdTCzech/ICU
3cb59891b9efcbcfa5fb6e75d394d666561650a3
4c9b8dfefd9a26096f7642c556fa3b4bd887317e
refs/heads/master
2023-03-01T19:23:09.347544
2021-02-09T13:01:11
2021-02-09T13:01:11
257,857,185
0
0
null
null
null
null
UTF-8
C++
false
false
43,170
cpp
// © 2016 and later: Unicode, Inc. and others. // License & terms of use: http://www.unicode.org/copyright.html /* ******************************************************************************* * Copyright (C) 2010-2014, International Business Machines * Corporation and others. All Rights Reserved. ********...
[ "hrncirmirek@outlook.com" ]
hrncirmirek@outlook.com
8f36a199e85f602c965f5bb0d489c2c98d96998e
0c2970cb04e9e3736fb27e2b8aa7adf4b9904a0b
/final/onlineimg/Classes/Native/GenericMethods2.cpp
df01bd86b6094042bc5aa7ad5a0bebb10034fafb
[ "MIT", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Chibikuri/sdp
65a2b0f3bcd9422be1317e26ab56b1f753c4cabb
5b1382a5c8a075e4fb9b0c626f090df2a7b48536
refs/heads/master
2020-06-19T17:54:24.349288
2019-07-14T08:38:59
2019-07-14T08:38:59
196,810,177
1
0
null
null
null
null
UTF-8
C++
false
false
1,594,956
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "i...
[ "ryosuke.satoh.wk@gmail.com" ]
ryosuke.satoh.wk@gmail.com
bf232977c5ed65e7c2582e45c3822f75d675b482
868e8628acaa0bf276134f9cc3ced379679eab10
/firstCrude2D/we123/h10/0.096/phi
0aa75eeb4dcf39d0c83549ff3666456ac1c4340a
[]
no_license
stigmn/droplet
921af6851f88c0acf8b1cd84f5e2903f1d0cb87a
1649ceb0a9ce5abb243fb77569211558c2f0dc96
refs/heads/master
2020-04-04T20:08:37.912624
2015-11-25T11:20:32
2015-11-25T11:20:32
45,102,907
0
0
null
2015-10-28T09:46:30
2015-10-28T09:46:29
null
UTF-8
C++
false
false
1,483,893
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.4.0 | ...
[ "stig.m.nilsen@gmail.com" ]
stig.m.nilsen@gmail.com
3e006ebd412dbda6c683669cf369878e926f6d46
1d11407d804c9d13204dfaa230a3871b9be03149
/codeforces/388A.cpp
14c8cb61487280c32ed112bc8d87cf24a078de60
[]
no_license
redcpp/Competitive-Programming
c0e24b10bccc4d7697cb8e9825d998c6f1d6c4e8
02163fb875978d88bd7368b8a54ecede449c5b3c
refs/heads/master
2021-09-28T08:27:00.891026
2018-11-16T05:06:40
2018-11-16T05:06:40
70,440,172
0
0
null
null
null
null
UTF-8
C++
false
false
1,236
cpp
#include <bits/stdc++.h> #define fi first #define se second #define sz(a) (int)(a).size() #define all(a) (a).begin(), (a).end() #define deb(x) cout << #x << " = " << x << endl #define forn(i, n) for (int i = 0; i < (int)(n); ++i) #define for1(i, n) for (int i = 1; i <= (int)(n); ++i) #define fore(i, l, r) for (int i = ...
[ "redcpp@gmail.com" ]
redcpp@gmail.com
389d9c4839ef71e9ecba8bd8af7317b1ec508828
4b4395526112b8f83a2e16f3a26d7ce2200277ca
/7_22/Test/Unit_Test9.cpp
00e0fb13b15e886d803893ac1772d02c9be8bd9a
[]
no_license
Somuns-Yjx/AlgorithmViaLeetCode
aa72da0d80a59c8d9cdbae9be51cfd6911f858f3
bc516ac10e3c2de255fd3c151c0e6724faffffe5
refs/heads/master
2023-02-22T17:46:03.864212
2021-01-27T01:13:55
2021-01-27T01:13:55
333,263,905
0
0
null
null
null
null
GB18030
C++
false
false
1,625
cpp
#include "stdafx.h" #include "CppUnitTest.h" /***9***/ #include "../Qes/AddBinary.h" #include "./Unit_Test9.h" //using namespace std; using namespace Microsoft::VisualStudio::CppUnitTestFramework; void UnitTest9() { LPTSTR theIniPath = new char[Path_Length]; // 定义路径 strcpy(theIniPath, "../Test_Ini/AddBinar...
[ "somuns.jx@gmail.com" ]
somuns.jx@gmail.com
71888621a1ad89034b71d4e511630e41f45413fd
53bf2e4695fc6c485e266539d36273e4f5552b2c
/EX1/fileParsing.cpp
8497af25ea90986df0576b50f9a193e6a65aef62
[]
no_license
boonkey/AdvanceProgramming
c0f905e4242e651426aa4bb839eeb9700ac5a6e1
2f94f6bf8295f2794ad55a205152b6ffc2f228d6
refs/heads/master
2021-01-18T23:20:09.724573
2017-05-29T18:01:56
2017-05-29T18:01:56
87,102,191
0
0
null
2017-04-17T21:53:32
2017-04-03T17:35:39
C++
UTF-8
C++
false
false
827
cpp
#include "fileParsing.h" pair<vector<pair<int, int>>, int> parseAttackFile(string filename) { vector<pair<int, int>> results; string line; smatch m; int numCounter = 0; //cout << "loading file: " << filename << endl; ifstream myfile(filename); regex exp("\\s*(\\d*)\\s*,\\s*(\\d*)"); if (myfile.is_open()) { w...
[ "dansheinin@gmail.com" ]
dansheinin@gmail.com
5a77f127fc2672ba5be0d19fc0ab23a1ad746c2d
4c7c50889ff34f6f6376f3b8c24a835fedab7c8a
/atcoder/abc151_c.cpp
28da75959dcf1c37ef7d5fb8c3fc2348645ed82a
[]
no_license
kojingharang/algorithm_contest
590d4f2854a1bbed7d70ed16276bcc5e800b57a7
3578334ab590671d8cd9f8d97db6ceb3d7a5d3dc
refs/heads/master
2021-01-16T23:11:50.808394
2020-08-19T03:45:36
2020-08-19T03:45:36
61,990,571
0
0
null
null
null
null
UTF-8
C++
false
false
2,995
cpp
#include <vector> #include <map> #include <set> #include <queue> #include <algorithm> #include <numeric> #include <sstream> #include <iostream> #include <iomanip> #define _USE_MATH_DEFINES #include <cmath> #include <climits> #include <cstdlib> #include <cstring> #include <cfloat> #include <cmath> #include <ctime> #incl...
[ "kojingharang@gmail.com" ]
kojingharang@gmail.com
a4ec05d38870e040ca532eb6d734ea8c7c947484
9fad4848e43f4487730185e4f50e05a044f865ab
/src/chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_apitest_chromeos.cc
dc9c48ede9bad00959004409156dc70f726883fc
[ "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
4,032
cc
// Copyright 2015 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 <memory> #include "chrome/browser/apps/app_browsertest_util.h" #include "chrome/browser/chromeos/app_mode/kiosk_app_manager.h" #include "chrome/...
[ "dummas@163.com" ]
dummas@163.com
ca7b55eb7b8d8841983683386779a7b2a5d756dd
307e094d52f14a930c56bc2b629881d51647c676
/src/libpolycrypto/libpolycrypto/src/KateDkg.cpp
a44f72c96997ea918a2d9abe71610fe3ca5dd5be
[]
no_license
tyurek/libpolycrypto-docker
f7ca3be921d2383bf86dfab060d8781a9fa02fdc
d4e61020b699936ed1483601f1d7eb5c91341a8e
refs/heads/master
2021-02-14T03:33:56.550740
2020-04-06T21:15:51
2020-04-06T21:15:51
244,763,536
1
2
null
null
null
null
UTF-8
C++
false
false
92
cpp
#include <polycrypto/Configuration.h> #include <polycrypto/KateDkg.h> namespace Dkg { }
[ "yurek2@illinois.edu" ]
yurek2@illinois.edu