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
c627f438f697a9159974d7cd1b5f0bc16b0006d8
6b2479f25dcd7066c6de237ae9f67053344246c3
/src/libgcm/calculators/volume/VolumeCalculator.hpp
4fd9cf113c8aeda6e12e9e6c5aba1602efdeecb7
[]
no_license
avasyukov/gcm-3d.next
b92cd01106bf265ff7ff8794c496f43c5cf3c127
6e14d8f56a3bcc2007ed1c43b46558e5d462fbf4
refs/heads/master
2020-04-04T14:21:21.190439
2015-01-12T18:00:28
2015-01-12T18:00:28
25,892,306
0
2
null
2015-01-17T12:18:26
2014-10-28T22:02:36
C++
UTF-8
C++
false
false
811
hpp
#ifndef GCM_VOLUME_CALCULATOR_H_ #define GCM_VOLUME_CALCULATOR_H_ 1 #include <string> #include <vector> #include "libgcm/rheology/RheologyMatrix.hpp" namespace gcm { class CalcNode; /* * Base class for inner points calculators */ class VolumeCalculator { public: /* * Dest...
[ "vasyukov@gmail.com" ]
vasyukov@gmail.com
63a5d023436af0dcf103d11db5fc9aec0ce59296
b1ac620674f35420089a30a599bff4cad0a359da
/examples/Basic_Accelerometer/Basic_Accelerometer.ino
2a20212ac1ffc3f0e400e292de7c0a859df4b61a
[ "MIT" ]
permissive
col/Accelerometer
4c4afaa6d6c693d02c6fd1b8d700cf8d371dcfbf
43bb889c720ce5d999e6c641db86e3ac06a57485
refs/heads/master
2016-09-06T18:58:01.544360
2013-12-27T13:28:25
2013-12-27T13:28:25
null
0
0
null
null
null
null
UTF-8
C++
false
false
350
ino
#include <Wire.h> #include <Accelerometer.h> Accelerometer accel; void setup() { Serial.begin(9600); accel.init(); } void loop() { accel.update(); Serial.print("x: "); Serial.print(accel.x()); Serial.print(" y: "); Serial.print(accel.y()); Serial.print(" z: "); Serial.println(acce...
[ "col.w.harris@gmail.com" ]
col.w.harris@gmail.com
b85e70b962fc15767d0bf8910922092096770434
f2f591e84ee1fbbf16fb7ce1522943f6a5893c4e
/Parser.cpp
c0dd65f42d564d488deea038b3a5b00e7d2c22d5
[]
no_license
cliftonrdudley/HATest
cf76ff094ab99ac11429c6f385a9b0876075ae87
a9cb072f95689cd208093abdfcba9c4893798b6f
refs/heads/master
2023-04-16T07:18:40.729296
2021-05-01T23:31:11
2021-05-01T23:31:11
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,629
cpp
#include "Parser.h" #include <regex> #include <sstream> // Improvement: Use jsoncpp template< typename T > std::pair< T, T> returnPairFromString( std::string input ) { std::stringstream pairStream( input ); char unusedChar; T firstValue, secondValue; pairStream >> firstValue >> unusedChar >> secondValue; re...
[ "clifton.r.dudley@gmail.com" ]
clifton.r.dudley@gmail.com
8609153f8eaa4e477fe21d438de39b26f8ad4d13
9cdd1751bc27310f486427aaaae901ca06b79003
/be/src/service/impala-server-test.cc
10dd22b5c47b5b59dc7ab9813f10a0b40494dac5
[ "Apache-2.0", "OpenSSL", "bzip2-1.0.6", "LicenseRef-scancode-openssl", "LicenseRef-scancode-ssleay-windows", "LicenseRef-scancode-google-patent-license-webrtc", "PSF-2.0", "BSD-3-Clause", "dtoa", "MIT", "LicenseRef-scancode-mit-modification-obligations", "Minpack", "BSL-1.0", "LicenseRef-s...
permissive
apache/impala
bb9970c64a43824950ec5b69f2ef4b50158a1e8a
b718d63860356a04814e07d91711c3c748b3e769
refs/heads/master
2023-09-03T04:29:12.639452
2023-06-07T23:51:15
2023-08-30T04:56:51
56,128,733
985
475
Apache-2.0
2023-08-31T14:15:44
2016-04-13T07:00:08
C++
UTF-8
C++
false
false
2,436
cc
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
[ "tarmstrong@cloudera.com" ]
tarmstrong@cloudera.com
844d30e40bb9bca17cb58428954ebc6fdf9c5e95
30e04e94013879c1f3902a1f3f6a81e807d338e1
/mat_functions.hpp
bdc2e47be83ee4813af84d74e12196cd9d5902a8
[ "Zlib" ]
permissive
else-engine/ee_math
33f1babd2e258b928dc7d1603d9e30ef82a51574
2610f5d05263a35274f3aa1163f292e70f15452c
refs/heads/master
2021-09-11T18:19:39.539294
2018-04-10T23:16:13
2018-04-10T23:16:13
107,547,946
0
0
null
null
null
null
UTF-8
C++
false
false
25,090
hpp
/** * Copyright (c) 2017 Gauthier ARNOULD * This file is released under the zlib License (Zlib). * See file LICENSE or go to https://opensource.org/licenses/Zlib * for full license details. */ #pragma once #include <cmath> #include "basis.hpp" #include "mat.hpp" #include "vec_functions.hpp" namespace ee { name...
[ "else.engine@gmail.com" ]
else.engine@gmail.com
eadb870f07182d5955a8f2bf431161fcdb532b20
38c10c01007624cd2056884f25e0d6ab85442194
/chrome/browser/ui/validation_message_bubble.h
74f5b9b9384900e116ab73c39e8291d25bcc7008
[ "BSD-3-Clause" ]
permissive
zenoalbisser/chromium
6ecf37b6c030c84f1b26282bc4ef95769c62a9b2
e71f21b9b4b9b839f5093301974a45545dad2691
refs/heads/master
2022-12-25T14:23:18.568575
2016-07-14T21:49:52
2016-07-23T08:02:51
63,980,627
0
2
BSD-3-Clause
2022-12-12T12:43:41
2016-07-22T20:14:04
null
UTF-8
C++
false
false
1,285
h
// Copyright (c) 2013 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 CHROME_BROWSER_UI_VALIDATION_MESSAGE_BUBBLE_H_ #define CHROME_BROWSER_UI_VALIDATION_MESSAGE_BUBBLE_H_ #include "base/memory/scoped_ptr.h" #in...
[ "zeno.albisser@hemispherian.com" ]
zeno.albisser@hemispherian.com
812935cd071c7ed80f54dd68a4d9ae0df6e015d6
be18dc7b41b872575eade0697bea8ad84c212776
/cocos2d/cocos/audio/android/mp3reader.h
37bb2be330245dc64f60c63245a904a2afe1df68
[]
no_license
YaumenauPavel/Cocos2d-x-Snake
4cbe10b365abf34cc7e938258ceffaff834d0e5f
3c048b63ee6846ac23c14c89f06fc4fb22fba05e
refs/heads/master
2023-07-09T20:30:51.867670
2021-03-18T08:52:34
2021-03-18T08:52:34
255,822,723
0
0
null
null
null
null
UTF-8
C++
false
false
2,377
h
/* * Copyright (C) 2014 The Android Open Source Project * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * Redistributions of source code must retain the above copyright * notice, t...
[ "evmenov.pavel@gmail.com" ]
evmenov.pavel@gmail.com
1c13abd69d4582414a1bbd86342e96aba48123ab
88ae8695987ada722184307301e221e1ba3cc2fa
/content/browser/indexed_db/indexed_db_fake_backing_store.cc
ecf6b503d5d11060e2b49b8460931a9cca438822
[ "BSD-3-Clause" ]
permissive
iridium-browser/iridium-browser
71d9c5ff76e014e6900b825f67389ab0ccd01329
5ee297f53dc7f8e70183031cff62f37b0f19d25f
refs/heads/master
2023-08-03T16:44:16.844552
2023-07-20T15:17:00
2023-07-23T16:09:30
220,016,632
341
40
BSD-3-Clause
2021-08-13T13:54:45
2019-11-06T14:32:31
null
UTF-8
C++
false
false
8,545
cc
// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/browser/indexed_db/indexed_db_fake_backing_store.h" #include <utility> #include "base/files/file_path.h" #include "base/no_destructor.h" #include "base/task...
[ "jengelh@inai.de" ]
jengelh@inai.de
455a8ff4f08b4e61944f6d1306bb7831548a27da
b52b8ef92e8a04f14d5f77a29378648e9d93dcfb
/Common/AllJoyn/Platform/BridgeRT/AllJoynHelper.cpp
1be751dabd49f0de4e207e5e991ea631a9c2efd3
[ "MIT" ]
permissive
iotoi-project/winiot-app
f32fce94e74625614092c1f624f22963852e034a
d5042155ebdbe64ace031d46ce5fb9b564c3f704
refs/heads/master
2021-05-11T22:30:42.168254
2018-05-17T11:47:37
2018-05-17T11:47:37
117,493,758
5
3
MIT
2018-05-17T11:47:38
2018-01-15T03:41:26
C#
UTF-8
C++
false
false
24,770
cpp
// // Copyright (c) 2015, Microsoft Corporation // // Permission to use, copy, modify, and/or distribute this software for any // purpose with or without fee is hereby granted, provided that the above // copyright notice and this permission notice appear in all copies. // // THE SOFTWARE IS PROVIDED "AS IS" AND THE AUT...
[ "jylee@DESKTOP-15IRC5E" ]
jylee@DESKTOP-15IRC5E
fe30c312b2d50e1981dcc67384930b23993145da
d84967ba1e6adc72e120f84524c51ad57912df5a
/devel/electron8/files/patch-chrome_browser_extensions_install__signer.cc
ea87fb5024b151d19f2b8073a6b26e0cbac8bdac
[]
no_license
tagattie/FreeBSD-Electron
f191d03c067d03ad3007e7748de905da06ba67f9
af26f766e772bb04db5eb95148ee071101301e4e
refs/heads/master
2023-09-04T10:56:17.446818
2023-09-04T09:03:11
2023-09-04T09:03:11
176,520,396
73
9
null
2023-08-31T03:29:16
2019-03-19T13:41:20
C++
UTF-8
C++
false
false
946
cc
--- chrome/browser/extensions/install_signer.cc.orig 2020-03-03 07:02:28 UTC +++ chrome/browser/extensions/install_signer.cc @@ -293,13 +293,13 @@ void LogRequestStartHistograms() { DCHECK(g_single_thread_checker.Get().CalledOnValidThread()); // Process::Current().CreationTime is only defined on some platforms....
[ "tagattie@gmail.com" ]
tagattie@gmail.com
bf27af42497184a134110bf6dd3ae027384be425
cf26c7f9bb7d2852a701a853a8bfd8e674970d22
/OLD/aieBootstrap-master/aieBootstrap-master/Breakout/PhysicsScene.h
3602cae26bf4f787157eb25e450e91202a1306e3
[ "MIT" ]
permissive
RyanPallesen/AIEProjects
4d4dd404b8f22d5ac4e27b541244f371167d89e7
da9c5c7c2aa375782897bbad1bdacd29b1e3f3ae
refs/heads/master
2022-11-15T15:37:49.849724
2020-07-06T05:55:00
2020-07-06T05:55:00
237,844,998
0
0
null
null
null
null
UTF-8
C++
false
false
1,755
h
#pragma once #include <vector> #include "PhysicsObject.h" #include "RigidBody.h" class PhysicsScene { public: PhysicsScene::PhysicsScene(float timestep, glm::vec2 gravity); ~PhysicsScene(); void addActor(PhysicsObject* actor); void removeActor(PhysicsObject* actor); void update(float dt); void updateGizmos();...
[ "pallesenryan@gmail.com" ]
pallesenryan@gmail.com
699a914d9dc4869add31d601ac20accca823a23f
600df3590cce1fe49b9a96e9ca5b5242884a2a70
/media/capture/video/fake_video_capture_device_factory.cc
38ef6054ecb237593f6ec916050fb036b80aa2b0
[ "BSD-3-Clause" ]
permissive
metux/chromium-suckless
efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a
72a05af97787001756bae2511b7985e61498c965
refs/heads/orig
2022-12-04T23:53:58.681218
2017-04-30T10:59:06
2017-04-30T23:35:58
89,884,931
5
3
BSD-3-Clause
2022-11-23T20:52:53
2017-05-01T00:09:08
null
UTF-8
C++
false
false
4,683
cc
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "media/capture/video/fake_video_capture_device_factory.h" #include "base/command_line.h" #include "base/strings/string_number_conversions.h" #in...
[ "enrico.weigelt@gr13.net" ]
enrico.weigelt@gr13.net
178e49dff2d1a5998a9077303f0abd0b8e9cadc5
9fa729431348c3ed5c52a86fcd9aa89977e954bb
/amcl3d/src/Node.h
e02f16e0237908b0e90d4b7a27834cdd3295cd18
[ "Apache-2.0" ]
permissive
zhuxuekui3/amcl3d_test
ab2678b93089b19ce0033fc7afa911363166bf02
278d4679a2ef0ed438d7dd387279c932928bf7fe
refs/heads/master
2023-07-15T05:19:52.485222
2021-09-01T01:44:38
2021-09-01T01:44:38
null
0
0
null
null
null
null
UTF-8
C++
false
false
10,270
h
/*! * @file Node.h * @copyright Copyright (c) 2019, FADA-CATEC * * 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...
[ "960732491@qq.com" ]
960732491@qq.com
d96f2eb67258ffe52c38cda268eb15cc740bc8e5
62352e3a895346026aec029888a2c59c92e7cc16
/third-party/CrashTest/Bwtree/stl_test/bloom_filter.cpp
f141ef46c1e3d8814d217c9564ed15bf82870b85
[ "Apache-2.0", "ISC", "MIT" ]
permissive
utsaslab/RECIPE
8ea31547ff4c80ef8f8dae6663ab862aa26eeecc
1717dd567e3a4b6e5efde6a291e4450e1839a064
refs/heads/master
2023-04-26T19:40:29.334514
2023-04-19T03:08:58
2023-04-19T03:08:58
202,044,701
195
52
Apache-2.0
2022-07-24T09:06:47
2019-08-13T02:12:14
C++
UTF-8
C++
false
false
494
cpp
#include <cassert> #include <cstdio> #include "../src/bloom_filter.h" #include <iostream> using namespace std; int main() { const int *buffer[256]; int temp[256]; BloomFilter<int> bf{buffer}; for(int i = 0;i < 256;i++) { temp[i] = i; bf.Insert(temp[i]); } cout << "Exists(...
[ "sekwonlee90@gmail.com" ]
sekwonlee90@gmail.com
2f788feb68eddf45e83aea08ebe6579b7a9fd897
93bd25378f2f93d63d2c731f599897b7b2a9b805
/include/dpa/math/distributions/multivariate_uniform_distribution.hpp
26461e518a833410f1ce89543233e364563c199f
[]
no_license
acdemiralp/dpa
023d6b180b0853e9019172c88912b21a6d1612d5
d9fd9edfa0a56ee722affa1e839cfdfd9aea4cad
refs/heads/master
2022-04-03T20:54:32.477255
2020-01-25T22:00:20
2020-01-25T22:00:20
226,688,082
2
0
null
null
null
null
UTF-8
C++
false
false
7,697
hpp
#ifndef DPA_MATH_DISTRIBUTIONS_MULTIVARIATE_UNIFORM_DISTRIBUTION_HPP #define DPA_MATH_DISTRIBUTIONS_MULTIVARIATE_UNIFORM_DISTRIBUTION_HPP #include <algorithm> #include <array> #include <cstddef> #include <istream> #include <random> #include <utility> namespace dpa { // Produces random points, uniformly distributed in...
[ "demiralpali@gmail.com" ]
demiralpali@gmail.com
a6b9d25fc2a0ca7241635650e5fc6e95bdc1b288
9b7f8b025d3932939b333ff62f88159f9ff0b490
/leetNgeeks/450/array/rev_arr.cpp
a3d182a9f906f38290f852f72b686b4495919d92
[]
no_license
afAditya/Competitive-Coding
b43b64e2ab12a3839a9822e1ec4d9b38620ee251
378fe8b8a95cb1419953052857291cc3afbe3fe4
refs/heads/master
2023-08-21T19:47:31.385873
2021-10-19T05:50:54
2021-10-19T05:50:54
418,787,747
0
0
null
2021-10-19T05:47:47
2021-10-19T05:47:46
null
UTF-8
C++
false
false
286
cpp
#include<bits/stdc++.h> using namespace std; void rev(vector<int> &a ) { int l = 0; int r = a.size()-1; while(l <= r) { swap(a[l],a[r]); l++; r--; } } int main() { int n; cin>>n; vector<int> a(n); for(auto &x:a)cin>>x; rev(a); for(auto x:a){ cout<<x<<" "; } }
[ "manish-1004@outlook.com" ]
manish-1004@outlook.com
429239e322079b2cae12679f40068377d76602a7
a8792577a27fabb545bd5c94e05183af4bfc2f19
/Ch09/09-06.cpp
862599f051c8c6ec06393b81e38b5cb52617b4c4
[]
no_license
TatyanaV/Introduction-to-C-part-2
d49db569b430f1cad14fe0fa4de7fa561da5f89f
d06a70b7e9dcf6e8be8d70e9bfc04bb0505f8933
refs/heads/master
2021-01-17T06:41:57.833714
2016-07-22T05:15:42
2016-07-22T05:15:42
63,925,322
0
1
null
null
null
null
UTF-8
C++
false
false
643
cpp
//Demonstrates using a string object as if it were an array. #include <iostream> #include <string> using namespace std; int main( ) { string firstName, lastName; cout << "Enter your first and last name:\n"; cin >> firstName >> lastName; cout << "Your last name is spelled:\n"; int i; for (i ...
[ "vlaskint.onid.oregonstate.edu" ]
vlaskint.onid.oregonstate.edu
28a22c9aa08531fcc2f302f91d31f368a47bf4d9
4bfd3ecd42a64d6ae429346a620db5ff0e2eb08b
/Frankenstein/messager.cpp
a61507eed4ed8ca952796eebb8e26b5f4e0f6eaa
[ "Apache-2.0" ]
permissive
LovEveRv/Frankenstein
e76ffa5fef8b47fafed1823d4889d8a4e40efaf5
a91c61c4b0c08aff77834422717323bb8661f1b2
refs/heads/master
2020-07-22T06:07:15.904995
2019-09-11T16:49:00
2019-09-11T16:49:00
200,231,182
0
0
null
2019-08-02T12:30:52
2019-08-02T12:30:51
null
UTF-8
C++
false
false
215
cpp
#include "messager.h" Messager *msg; void Messager::show_percentage(int percentage) { if(percentage == former_percentage) return; emit percentage_changed(percentage); former_percentage = percentage; }
[ "yongweili.cn@gmail.com" ]
yongweili.cn@gmail.com
0c42a8bbb3016c28934455a20b8136ec3850532e
482233d327d836dcd4b105d239b17b22e863831c
/bsp/board/mrtp4/twi.h
4110450d49a0d12e4f7d11dafdc8373b9b5d384d
[]
no_license
kurtis99/Elecon
11de08bba113b658c73dbef0325d0ab268546bad
673c89e7b0d0f30c4599425f3148073a661b5fde
refs/heads/master
2016-09-05T20:15:17.826180
2010-02-15T17:14:57
2010-02-15T17:14:57
518,968
0
1
null
null
null
null
UTF-8
C++
false
false
3,040
h
//**********************************************************************// //FILE: twi.h //AUTHOR: Adam Kadolph //DATE: 10-6-08 //DESCRIPTION: I2C interface using AVR Two-Wire Interface (TWI) hardware //**********************************************************************// #ifndef BSP_MRTP4EX_TWI_H #define BSP_MR...
[ "kurtis99@bigmir.net" ]
kurtis99@bigmir.net
78668c939f8d788c048fd9fd9e69bcdd2d0de41b
b3e15e24160dc4e64c4bdbc394c0690dea7e6d4c
/Source/TowerDefense/StaticLibrary.cpp
6582440ee9c10dccc26863302ab8feb4d4aa4409
[]
no_license
JuliusGaralevicius/TowerDefense
d0ce59cc4affe50b9cf2041c88de6097b513d378
cf559e2500406b2f489ce87e19e0c0ff63b6e09a
refs/heads/master
2022-02-25T03:14:03.864574
2019-07-15T09:56:57
2019-07-15T09:56:57
166,608,323
0
0
null
null
null
null
UTF-8
C++
false
false
108
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "StaticLibrary.h"
[ "juliusgaralevicius@gmail.com" ]
juliusgaralevicius@gmail.com
17145e05f0e1bbb743e272340bab2a31eea65613
ce8ca3b341ac50609670aa87f65d265d4ec90054
/Core/SoarKernel/src/decision_process/decider.cpp
8e6744b39de9da18d203a382a9445f2810f41cae
[ "BSD-3-Clause", "BSD-2-Clause" ]
permissive
sweetie-bot-project/Soar
1b3c3d5e92196cc84a4501745661afce939d824a
ca758e4a682ae091cf9717b0a58860434abc3611
refs/heads/master
2021-06-28T17:45:47.643227
2017-07-27T15:36:35
2017-07-27T15:36:35
221,960,160
2
2
NOASSERTION
2019-11-15T16:15:25
2019-11-15T16:15:24
null
UTF-8
C++
false
false
4,544
cpp
/* * decider.cpp * * Created on: Sep 11, 2016 * Author: mazzin */ #include "decider.h" #include "decide.h" #include "decider_settings.h" #include "ebc.h" #include "ebc_settings.h" #include "episodic_memory.h" #include "explanation_memory.h" #include "output_manager.h" #include "reinforcement_learning.h" #i...
[ "mazina@umich.edu" ]
mazina@umich.edu
5c9b6d7bd3c4438237f59077d4d8cd618e4c0c9d
e166c0c3712eccd4e8d5527016b16327efcfbc34
/artemis-code/src/concolic/solver/expressionprinter.cpp
7b0424c69202f45b6c6e29c0f877f0b6c82dfbed
[ "Apache-2.0" ]
permissive
daisy1754/Artemis
1b7b49bee5db746628e1616d70c7aa8027f10a80
8a5dcbcda569a39fe51723388d66d3297ad18eff
refs/heads/master
2020-12-24T22:20:52.045403
2013-09-18T16:13:39
2013-09-18T16:13:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
3,877
cpp
/* * Copyright 2012 Aarhus University * * 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...
[ "casper@svenningjensen.dk" ]
casper@svenningjensen.dk
8a12eb051dc27696cedcb5e7331bca46b23562c3
78ee7815950f2936280281d0b909f88302eaa204
/trajectory_opt/include/trajectory_opt/MATio
c02fcbe56e3acdae90e3d4aead870bcb0d90c16d
[]
no_license
Swarm-UST/MPC-CSLQ
6a78179bdeb31c9c6c410eae5d91d0b123ae25a9
1f7974f882613ce60b6e3dac9e3824eafe46f257
refs/heads/master
2023-03-03T10:36:01.240435
2021-02-02T13:28:05
2021-02-02T13:28:05
325,942,483
0
0
null
null
null
null
UTF-8
C++
false
false
17,363
// -*- c++ -*- // // This file is part of eigen-matio, a lightweight C++ template // library for reading data files into Eigen matrices. // // Copyright (C) 2015 Michael Tesch, tesch1 (a) gmail com // // This Source Code Form is subject to the terms of the Mozilla // Public License v. 2.0. If a copy of the MPL was not ...
[ "a750695325@gmail.com" ]
a750695325@gmail.com
792f6ec877fae5f4419d4205acad917e6e9d5af7
9a3b9d80afd88e1fa9a24303877d6e130ce22702
/src/Providers/UNIXProviders/Card/UNIX_Card.h
0bb54400e72fc9eded52bcf24dcdb2a9bcd3fadf
[ "MIT" ]
permissive
brunolauze/openpegasus-providers
3244b76d075bc66a77e4ed135893437a66dd769f
f24c56acab2c4c210a8d165bb499cd1b3a12f222
refs/heads/master
2020-04-17T04:27:14.970917
2015-01-04T22:08:09
2015-01-04T22:08:09
19,707,296
0
0
null
null
null
null
UTF-8
C++
false
false
12,864
h
//%LICENSE//////////////////////////////////////////////////////////////// // // Licensed to The Open Group (TOG) under one or more contributor license // agreements. Refer to the OpenPegasusNOTICE.txt file distributed with // this work for additional information regarding copyright ownership. // Each contributor lice...
[ "brunolauze@msn.com" ]
brunolauze@msn.com
bb11564e03e589ca59c1c6aefb7521d7ef93e90e
27eea8ca8271ae43bdb8a0b9e8a16e6fce4418fb
/src/BattleSystem.cpp
c303198dbda11d83da8d3b86a8217ef986ef5922
[]
no_license
BrandonSchaefer/BattleSystem
39111290d70c1e8b76d4015d845bdd47174692a5
4b8c0bc1ef0d574582a3e9de78205675327c8b17
refs/heads/master
2021-01-02T09:44:11.658210
2015-09-15T05:54:42
2015-09-15T05:54:42
42,498,111
2
0
null
null
null
null
UTF-8
C++
false
false
5,342
cpp
//-*- Mode: C++; indent-tabs-mode: nil; tab-width: 2 -*- /* * Copyright (C) 2015 Brandon Schaefer * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in t...
[ "brandontschaefer@gmail.com" ]
brandontschaefer@gmail.com
3d718a9f33175057313605533f9508bfa2f1393b
119ba245bea18df8d27b84ee06e152b35c707da1
/unreal/branches/selection_copying/qrgui/visualDebugger/blockParser.cpp
2e1dc39e4165076053e7c042402d721498db1413
[]
no_license
nfrey/qreal
05cd4f9b9d3193531eb68ff238d8a447babcb3d2
71641e6c5f8dc87eef9ec3a01cabfb9dd7b0e164
refs/heads/master
2020-04-06T06:43:41.910531
2011-05-30T19:30:09
2011-05-30T19:30:09
1,634,768
0
0
null
null
null
null
UTF-8
C++
false
false
16,768
cpp
#include "blockParser.h" #include <QMessageBox> using namespace qReal; BlockParser::BlockParser(gui::ErrorReporter* errorReporter) : mHasParseErrors(false), mErrorReporter(errorReporter), mCurrentId (Id::rootId()) { } BlockParser::~BlockParser() { delete &mVariables; } QMap<QString, Number>* Block...
[ "ololo@ololo.org" ]
ololo@ololo.org
2812be61e91d8917d119b34383c5ec4850956dab
afff2047fbf11f786ef9087617912a4c650fbf72
/Export/windows/cpp/obj/include/org/flashdevelop/cpp/debugger/_DebuggerThread/ElementException.h
53c7961016cc66e2aef546a2d26e830f49870c9c
[]
no_license
kleopatra999/RectanglePacker
69a02c56ab36bd8ce210cf9909ef86c9ea534c22
51ca4db0c7c679a0d6f7b8aea9f0790087afeade
refs/heads/master
2021-01-16T20:43:21.611876
2014-08-05T11:30:44
2014-08-05T11:30:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,437
h
#ifndef INCLUDED_org_flashdevelop_cpp_debugger__DebuggerThread_ElementException #define INCLUDED_org_flashdevelop_cpp_debugger__DebuggerThread_ElementException #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_CLASS5(org,flashdevelop,cpp,debugger,_DebuggerThread,ElementException) namespace org{ namespace flashdeve...
[ "ivicabatinic123@gmail.com" ]
ivicabatinic123@gmail.com
4004eb500d1b1316393ff21fbe7bcb125355e456
6ffd23679939f59f0a09c9507a126ba056b239d7
/src/jit/impl/mlir/ir/numerical.h
d637ba120953749a9fbe2ee28c1a9b2f1a3543dd
[ "LicenseRef-scancode-generic-cla", "Apache-2.0" ]
permissive
MegEngine/MegEngine
74c1c9b6022c858962caf7f27e6f65220739999f
66b79160d35b2710c00befede0c3fd729109e474
refs/heads/master
2023-08-23T20:01:32.476848
2023-08-01T07:12:01
2023-08-11T06:04:12
248,175,118
5,697
585
Apache-2.0
2023-07-19T05:11:07
2020-03-18T08:21:58
C++
UTF-8
C++
false
false
883
h
#pragma once #include "megbrain_build_config.h" #if MGB_JIT && MGB_JIT_MLIR #include <vector> #include "./common.h" namespace mgb { namespace jit { /*! polynomial of degree N: * C_0 + C_1 * x + C_2 * x^2 + ... + C_N * x^N * where coeff = [C_N, ..., C_2, C_1, C_0] */ mlir::Value polynomial( ValueBuilde...
[ "megengine@megvii.com" ]
megengine@megvii.com
2cff859fc79144cb6009a0f16a4f1f0784013315
bf5e20f89d0ef17d6f5c812349ec502bcac6e603
/include/types/TypesPack.h
ba10991d051b3fd0091d4a6a2d97cca80ef3a76c
[]
no_license
grynca/base
8539eb172b2a8830a5f711285daad26dcc79c7d7
9fd6d9c58ecf7b4d125a5f7c454277743c034a38
refs/heads/master
2020-12-25T17:36:36.586635
2018-03-05T14:30:41
2018-03-05T14:30:41
39,144,926
1
0
null
null
null
null
UTF-8
C++
false
false
3,172
h
#ifndef TYPESPACK_H #define TYPESPACK_H #include "Type.h" #define IF_EMPTY(TP) typename std::enable_if< TP::empty() >::type #define IF_NOT_EMPTY(TP) typename std::enable_if< !TP::empty() >::type #define HEAD(TP) typename TP::Head #define TAIL(TP) typename TP::Tail namespace grynca { template <typename...Ts> cl...
[ "grynca@gmail.com" ]
grynca@gmail.com
923e5bd3d84fcdaabb0687a33167d8ec31060062
5dd34baf9a4a8d53cea1bb2bc9a7a1198e1d84a7
/simple dungeon crawler game/item.cpp
6fa5c452b71b868516ffbf97eb989f5acbc6a2f9
[]
no_license
marek1984pl/simple-dungeon-crawler-game
24124219bd14445512de97c4fd90df66865aeee9
bf58ce1fb3a7f6fe5b0d6d147445c387ff0eafc7
refs/heads/master
2021-01-22T05:33:54.430474
2017-02-24T10:16:45
2017-02-24T10:16:45
81,674,940
0
0
null
null
null
null
UTF-8
C++
false
false
3,272
cpp
#include "stdafx.h" #include "Item.h" Item::Item() : name(""), type(Item_Type::EMPTY), strength(0), dexterity(0), stamina(0), quality(Quality::NORMAL) { } Item::Item(std::string n, Item_Type t, int str, int dex, int sta, Quality q) { name = n; type = t; strength = str; dexterity = dex; stamina = sta; quality =...
[ "marek@kartograf.com.pl" ]
marek@kartograf.com.pl
8d226b283450fc068db78b277b610d7d4d4de721
e06c660b7090edb33582d3ffb1c71a515ca90584
/ARM/m3/Models/SuperFIFO_pv.cpp
4a723d92f09a0bbb41766662c47adfd0e17f1cab
[]
no_license
barrera/VistaModels
a206f23c33f3fd6e8a107026607e944fe4bb0d8d
502a852c9da830eb560448afbd190a7ed746630e
refs/heads/master
2021-01-18T06:13:25.468613
2013-01-18T22:07:52
2013-01-18T22:07:52
null
0
0
null
null
null
null
UTF-8
C++
false
false
5,213
cpp
/**************************************************************/ /* */ /* Copyright Mentor Graphics Corporation 2006 - 2012 */ /* All Rights Reserved */ /* ...
[ "jonmcdonald@gmail.com" ]
jonmcdonald@gmail.com
d7d77169ec4631288228d40e241d4498d833bb20
b9404a88c13d723be44f7c247e1417689ce7981a
/SRC/External/stlib/packages/contact/ProxyBallContactConcurrent.h
d23c3a0594c32902aae7051a9e6ef6c526b3845c
[ "BSD-2-Clause" ]
permissive
bxl295/m4extreme
c3d0607711e268d22d054a8c3d9e6d123bbf7d78
2a4a20ebb5b4e971698f7c981de140d31a5e550c
refs/heads/master
2022-12-06T19:34:30.460935
2020-08-29T20:06:40
2020-08-29T20:06:40
291,333,994
0
0
null
null
null
null
UTF-8
C++
false
false
8,316
h
// -*- C++ -*- /*! \file contact/ProxyBallContactConcurrent.h \brief Report contact using the proxy ball method. */ #if !defined(__contact_ProxyBallContactConcurrent_h__) #define __contact_ProxyBallContactConcurrent_h__ #include "ProxyBallContact.h" #include <set> #include <mpi.h> namespace co...
[ "xctech@escaas.com" ]
xctech@escaas.com
9831b4067fa7976051c2514e1bec70aa68664d75
41ab6b8bbeb03958c59350ae6da2887a4bf8e144
/third_party/v8/test/unittests/compiler/opcodes-unittest.cc
a0e67ecb27d3cf1ba16644ac7e9667fe18852a30
[ "SunPro", "BSD-3-Clause", "bzip2-1.0.6", "Apache-2.0" ]
permissive
ofrobots/no-bazel
6472b0bb1b3309d8613ee97c6526a3fa46060eab
f7eb147044dc35aac86df8bd9bec2cc55863ce17
refs/heads/master
2020-04-07T14:21:40.305137
2018-12-08T00:53:07
2018-12-08T00:53:07
158,443,929
4
0
Apache-2.0
2018-12-13T01:54:59
2018-11-20T19:56:42
C++
UTF-8
C++
false
false
3,335
cc
// Copyright 2015 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "src/compiler/opcodes.h" #include "testing/gtest-support.h" namespace v8 { namespace internal { namespace compiler { namespace { bool IsComm...
[ "ofrobots@google.com" ]
ofrobots@google.com
f1e575efd72c388320b2be18d5c62732ebfab1e6
dda6338397aa5d386ea1f49b6efcd1876a1d8aba
/src/stats/ClassEntry.cpp
fd8fee4303690e1eda6e9aad5e748ddddc372593
[]
no_license
esimionato/lanarts
964fa3f3632ff7ac5e4c480078dc2289fb887153
a1301cd63f7d7b39963a1d661ddefeb34f071913
refs/heads/master
2020-03-16T17:49:29.940200
2018-03-30T22:30:19
2018-03-30T22:30:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,387
cpp
/* * ClassEntry.h: * Represents a class progression */ #include <lua.hpp> #include <luawrap/luawrap.h> #include <lcommon/strformat.h> #include "data/game_data.h" #include "stats/stat_formulas.h" #include "SpellEntry.h" #include "ClassEntry.h" sprite_id ClassEntry::get_sprite() { return sprites.at(0); } cons...
[ "domuradical@gmail.com" ]
domuradical@gmail.com
c5a8f25ab18abe5a1a4952674a00d5e4bc522a4e
dd0d441e98ec74fd295112888ccfb17d3b0924f7
/Engine/Include/Font.h
d7361c6a26bfb264d3fbf6dc29c2b116dcf2efac
[]
no_license
hmsrothman/2D-Game
d46fda8d19cdf9dd5b8a65a62c2f0315c8ac71b3
f48907809c211012b1fdb10ed440f7daa91ed483
refs/heads/master
2021-01-21T18:58:26.541876
2017-06-13T18:52:23
2017-06-13T18:52:23
92,102,053
1
0
null
null
null
null
UTF-8
C++
false
false
969
h
/* * Font.h * * Created on: Jun 1, 2017 * Author: Simon */ #ifndef FONT_H_ #define FONT_H_ #include <ft2build.h> #include FT_FREETYPE_H #include <string> #include <glm/glm.hpp> #include <OpenGL/gl3.h> #include <map> #include "SpriteBatch.h" #include "Vertex.h" namespace Engine { struct Character { GLuin...
[ "ssrothman@gmail.com" ]
ssrothman@gmail.com
8c2dd0c08bd7e5f1ec79d2ada63652fc71e9d4fc
a0ec8c622920390f643b92d8255d9f8be37fe727
/src/listener.cpp
80980ee9bb26e62549cf3694d00919b1d2e64394
[ "MIT" ]
permissive
sskitajima/sd_sample_pkg
2bf7f408fb5edaedf60bb9348f2823deea6a85ca
1b3adc73af774c178c61ecee18c1ddb1a3778849
refs/heads/master
2023-03-15T07:27:47.763260
2021-03-11T06:04:23
2021-03-11T06:04:23
311,823,970
0
1
null
null
null
null
UTF-8
C++
false
false
668
cpp
#include "ros/ros.h" #include "std_msgs/String.h" // メッセージをサブスクライブしたときに呼ばれるコールバック関数 void chatterCallback(const std_msgs::String::ConstPtr& msg) { ROS_INFO("I heard: [%s]", msg->data.c_str()); } int main(int argc, char **argv) { ros::init(argc, argv, "listener"); ros::NodeHandle n; // サブスクライバの定義. トピック名, キューの...
[ "[id+username]@users.noreply.github.com" ]
[id+username]@users.noreply.github.com
26c38d835559c22498d0926f029f5ec0022748fd
74b9d803fccd12853505f21499001dd9bfe9f849
/3D_src/Compiler_Linker/Compiler_and_Linker-patch/llvm-source/lib/Target/PowerPC/PPCISelLowering.cpp
6ab34952833dfc3608aef2a6fcd9bcbdebf66b0b
[ "NCSA" ]
permissive
Lycheus/GLSL-LLVM
03b5861b068132ba0515bcf2966d5c1d7ffad68a
f1b05c727ae432dfdd39f3aac237166a1f546f80
refs/heads/master
2021-05-29T06:48:35.892804
2015-12-11T04:45:09
2015-12-11T04:45:09
47,803,481
2
0
null
null
null
null
UTF-8
C++
false
false
231,282
cpp
//===-- PPCISelLowering.cpp - PPC DAG Lowering Implementation -------------===// // // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. // //===-------------------------------------------------------...
[ "lycheus@gmail.com" ]
lycheus@gmail.com
09ba2ba2a2cde5fe1338372a95c008b376dd9518
0e6d2724c5153cf8e3693be96076ab567f3f734e
/Stone/Stone/Sphere.h
5e88e6bd2810e9c0197edaffb7497d93f786f121
[]
no_license
wei398262294/LearnOpenGL
db0273bd1291fbc48fbd04e60c4b31f4770d3592
3e990e47acc1cc530edffc83aba32552e82cc86f
refs/heads/master
2021-01-07T17:50:00.198045
2017-06-22T08:07:45
2017-06-22T08:08:06
241,773,414
1
0
null
2020-02-20T02:18:29
2020-02-20T02:18:29
null
UTF-8
C++
false
false
150
h
#ifndef __SPHERE_H__ #define __SPHERE_H__ #include "Common.h" #include "Shape.h" class Sphere : public Shape { public: Sphere(); }; #endif
[ "YuanLinZYL@163.com" ]
YuanLinZYL@163.com
09637370a25168965b1bcc014fd81fedc6edec07
0ff7fc50fb88b843e45e3a67e0d6fd239ea64b82
/qubus/src/pass_manager.cpp
829d15bffec367ba7ca4a81006c99f0dbbb7351c
[ "BSL-1.0" ]
permissive
qubusproject/Qubus
0d86385bf8aafbb1df65525a2e484c4b9062f78e
0feb8d6df00459c5af402545dbe7c82ee3ec4b7c
refs/heads/master
2021-07-09T06:19:09.382941
2020-02-02T21:28:20
2020-02-02T21:28:20
237,774,567
0
0
null
null
null
null
UTF-8
C++
false
false
3,003
cpp
#include <qubus/pass_manager.hpp> namespace qubus { isl::context& pass_resource_manager::get_isl_ctx() { return isl_ctx_; } std::vector<analysis_pass> analysis_pass_registry::construct_all_passes() const { std::lock_guard<std::mutex> guard(analysis_pass_table_mutex_); std::vector<analysis_pass> passes; ...
[ "hinz@theo-physik.uni-kiel.de" ]
hinz@theo-physik.uni-kiel.de
52d5551df13522e46db9fb7ac97319702158e031
ff9c56013470619ea89610f6ae1a843c2c30ecbb
/recipes-kernel/linux/linux-lx2160acex7.inc
8bc63af31e9ff3bbbb49540751d7510bfde92138
[]
no_license
OSSystems/meta-freescale-3rdparty
cd5e922036e36532d3ad43b84e510989e70138bb
7e7eed565848575c006745eb05f757586583b83c
refs/heads/master
2023-04-03T11:23:40.167079
2021-03-15T14:19:44
2021-03-15T14:33:54
48,490,439
0
1
null
null
null
null
UTF-8
C++
false
false
610
inc
FILESEXTRAPATHS_append_lx2160acex7 := "${THISDIR}/linux-fslc-qoriq-lx2160acex7:" SRC_URI_append_lx2160acex7 = "\ file://0001-arm64-dts-lx2160a-add-lx2160acex7-device-tree-build.patch \ file://0002-arm64-dts-lx2160a-add-lx2160acex7-device-tree.patch \ file://0005-arm64-dts-lx2160a-cex7-add-ltc3882-support.p...
[ "otavio@ossystems.com.br" ]
otavio@ossystems.com.br
296dd3d563f88e9a6429c9ca9948acaf230b861a
47fffca8a26b538d3d377da13796e06e7373ab82
/Homework/Homework10/Homework10-2/polygons.cpp
62f4c2cd5bfb2dac6a8e8b1c2f19895bc76412ba
[]
no_license
rasmul2/Data_Structures
a1bd393eb69976d3c386cbf2af6cad69b881e55b
f69303870e53a66098d65580077f00d48bc4c3ee
refs/heads/master
2021-01-10T05:00:18.564425
2016-02-16T17:21:37
2016-02-16T17:21:37
51,854,006
0
0
null
null
null
null
UTF-8
C++
false
false
8,497
cpp
#include <cassert> #include <iostream> #include <fstream> #include <sstream> #include <vector> #include <cstdlib> #include <algorithm> using namespace std; #include "polygons.h" #include "utilities.h" //============================================================== //POLYGON Polygon::Polygon(){} Polygon::Polygon(c...
[ "loki.k.rasmussen@gmail.com" ]
loki.k.rasmussen@gmail.com
0c8245af435ee45c95453db2033cad566fedcea9
79d343002bb63a44f8ab0dbac0c9f4ec54078c3a
/lib/libc/musl/src/thread/pthread_attr_setschedpolicy.c
bb71f393e23219f0d4ab3258722f63ffa0109804
[ "BSD-3-Clause", "LicenseRef-scancode-public-domain", "BSD-2-Clause", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-musl-exception", "MIT" ]
permissive
ziglang/zig
4aa75d8d3bcc9e39bf61d265fd84b7f005623fc5
f4c9e19bc3213c2bc7e03d7b06d7129882f39f6c
refs/heads/master
2023-08-31T13:16:45.980913
2023-08-31T05:50:29
2023-08-31T05:50:29
40,276,274
25,560
2,399
MIT
2023-09-14T21:09:50
2015-08-06T00:51:28
Zig
UTF-8
C++
false
false
129
c
#include "pthread_impl.h" int pthread_attr_setschedpolicy(pthread_attr_t *a, int policy) { a->_a_policy = policy; return 0; }
[ "andrew@ziglang.org" ]
andrew@ziglang.org
9dfde63693192a3cfdaf9cfad434e12ba39aa22f
469e85ba19f1b23a2d50c5e9220855d36b4e538f
/src/hb-ot-face-table-list.hh
97fb765a25e47b583ab7f6b061983767d9c41585
[ "MIT-Modern-Variant", "LicenseRef-scancode-other-permissive", "LicenseRef-scancode-unknown-license-reference" ]
permissive
darktohka/harfbuzz
a73a232964174343e705b71c1bcf771ef2e91b1f
6d53cda1baf130853e5725fe8fea1d1c5f766a79
refs/heads/master
2020-06-24T20:07:48.793810
2019-07-26T15:43:51
2019-07-26T15:56:47
199,071,916
1
0
NOASSERTION
2019-07-26T19:52:22
2019-07-26T19:47:08
C++
UTF-8
C++
false
false
3,454
hh
/* * Copyright © 2007,2008,2009 Red Hat, Inc. * Copyright © 2012,2013 Google, Inc. * Copyright © 2019, Facebook Inc. * * This is part of HarfBuzz, a text shaping library. * * Permission is hereby granted, without written agreement and without * license or royalty fees, to use, copy, modify, and distribute th...
[ "behdad@behdad.org" ]
behdad@behdad.org
72e2e00ed685f401997d08226f038e1ae2bfecf4
977271c0c150b2b48c32413eb14870ce1bdef721
/code/Tima/HtmlLite/HtmlLite.cpp
9d43c07dccfbb7bea1ab5fa3385b80da7a412ae2
[ "MIT" ]
permissive
liyuan-rey/Tima
b297cea32762047dbab170eea051efa640ab8cc3
872918f805832ddb7b3c54c47364fbff7639e872
refs/heads/master
2021-09-04T11:04:51.758056
2018-01-18T03:33:52
2018-01-18T03:33:52
115,729,317
0
1
null
null
null
null
UTF-8
C++
false
false
2,452
cpp
// HtmlLite.cpp : 实现文件 // #include "stdafx.h" #include "HtmlLite.h" // CHtmlLite const TCHAR *CHtmlLite::WindowClassName = _T("HtmlLite"); IMPLEMENT_DYNAMIC(CHtmlLite, CWnd) CHtmlLite::CHtmlLite() { RegisterWndClass(); } CHtmlLite::~CHtmlLite() { } BEGIN_MESSAGE_MAP(CHtmlLite, CWnd) ON_WM_ER...
[ "10598397+liyuan-rey@users.noreply.github.com" ]
10598397+liyuan-rey@users.noreply.github.com
b61f90ebd155e3d3b217a1487129f337e3ee5b4c
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/wget/new_hunk_35.cpp
643f0b9cfa46d9dbd1f7ed0b513b0503eaf3a62d
[]
no_license
ccdxc/logSurvey
eaf28e9c2d6307140b17986d5c05106d1fd8e943
6b80226e1667c1e0760ab39160893ee19b0e9fb1
refs/heads/master
2022-01-07T21:31:55.446839
2018-04-21T14:12:43
2018-04-21T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
505
cpp
return NULL; } #if IDN2_VERSION_NUMBER >= 0x00140000 /* IDN2_TRANSITIONAL implies input NFC encoding */ if ((ret = idn2_lookup_u8 (src, (uint8_t **) &ascii_encoded, IDN2_TRANSITIONAL)) != IDN2_OK) { logprintf (LOG_VERBOSE, _("idn_encode failed (%d): %s\n"), ret, quote (idn2_str...
[ "993273596@qq.com" ]
993273596@qq.com
ad4569f4bd96f978ef5074f0730e0c34ee65a28f
2fe99804a3720f2b9080cea8d9f98aef8acfa5a8
/geant4reweight/src/ReweightBase/G4Reweighter.cc
2c93a4880117ff3f5557bc3751ed49b383988247
[]
no_license
rl23/G4_temp_for_CS
09f774b67867f1bf1f6311b27d26777abba77f68
c6b8432cc2ec769e8d24977bf60dde43616b8c84
refs/heads/master
2023-06-24T02:17:36.537571
2021-07-28T15:40:15
2021-07-28T15:40:15
390,400,374
0
0
null
null
null
null
UTF-8
C++
false
false
21,437
cc
#include "G4Reweighter.hh" #include "G4ReweightStep.hh" #include <utility> #include <algorithm> #include <iostream> #include "TROOT.h" #include "TVectorD.h" G4Reweighter::G4Reweighter(TFile * totalInput, TFile * FSInput, std::map< std::string, TGraph* > &FSScales/*double max, double min, */) /*: Maximum(max), Minim...
[ "lu@Lus-MacBook-Pro.local" ]
lu@Lus-MacBook-Pro.local
df8f516f897844addffbdc80a02f96b3c0a8dc80
b426e4511487b9dd520eda750e3aa6dcb0ea6074
/Ghost/Source/Ghost/GhostGameMode.cpp
b0148d431143d0781da6867a1944473e2e432205
[]
no_license
MaximKloster/Kuei-V2
f77e4d28c85f58baf67ef41150a1af1141af25c3
7a0dfede0e6b1064a29411a194d6ee21981cb284
refs/heads/master
2020-04-15T11:31:03.263646
2015-07-31T10:25:07
2015-07-31T10:25:07
39,127,919
0
0
null
null
null
null
UTF-8
C++
false
false
130
cpp
// Fill out your copyright notice in the Description page of Project Settings. #include "Ghost.h" #include "GhostGameMode.h"
[ "kloster.maxim@web.de" ]
kloster.maxim@web.de
ca589ecead70ea55b20fa3e1c11a6c129adc2b2b
e7e757aa2c775cda8295bca40e0beaf8ff0387fa
/software/GNURadio/gr-PowerBlade_Utils/swig/PowerBlade_Utils_swig.i
b22c3958e9178dec4ebd8bbaec4d145cc530b063
[]
no_license
uva-linklab/powerblade
14c92b8b298a06955d04d0b30babfe553df9790c
de567bd7a0994e70bd450a2983ce10d07a7faf61
refs/heads/master
2021-06-21T20:37:46.331657
2019-08-09T14:09:08
2019-08-09T14:09:08
148,181,556
0
0
null
2018-09-10T15:59:10
2018-09-10T15:59:09
null
UTF-8
C++
false
false
331
i
/* -*- c++ -*- */ #define POWERBLADE_UTILS_API %include "gnuradio.i" // the common stuff //load generated python docstrings %include "PowerBlade_Utils_swig_doc.i" %{ #include "PowerBlade_Utils/ByteToPseudoUARTi.h" %} %include "PowerBlade_Utils/ByteToPseudoUARTi.h" GR_SWIG_BLOCK_MAGIC2(PowerBlade_Utils, ByteToPse...
[ "Rohit507@gmail.com" ]
Rohit507@gmail.com
f180396ec236363175a573d1b8365ae18d93c20e
feae8c1b843d72711d1dd59cf13e1b429d97f514
/docu/ix/C++/source/EloixClientCpp/src-ser/impl/Indexserver-impl-015.cpp
d621e4b1eb98c74352f1d18347bf397e866a3e8c
[]
no_license
ThomasEcherer/elo
8da3f40d8a2498066bcb9a662a39af1bbe84b3b0
4eef2ef5adb2e9d924383774003f9298184217a8
refs/heads/master
2020-03-10T05:49:51.346606
2018-04-12T10:58:56
2018-04-12T10:58:56
129,225,775
0
0
null
null
null
null
UTF-8
C++
false
false
50,041
cpp
#include "Indexserver-impl.h" using namespace ::std; using namespace ::byps; namespace de { namespace elo { namespace ix { namespace client { //------------------------------------------------- // Implementation of class BResult_1 // Generated from class byps.gen.cpp.GenApiClass // checkpoint byps.gen.cp...
[ "Thomas.Echerer@holme.com" ]
Thomas.Echerer@holme.com
c9df1784bf97b9f9b876f31eb88063c930a14e68
53bb9fd62b6fc85eb25bfe4ea1e252a5cc3ca8e3
/Republica/Classes/res_en.h
1023bad77b72bba5014a307d3de71e1ac6b98c5e
[]
no_license
tarkenfire/republica-cocos
4844e4a94d58cbc4ae5e9f652554ee4f872ac57d
3a0f6100be7156901f6e76411a16bec0e60ee0d8
refs/heads/master
2020-05-09T21:15:19.033627
2014-08-02T02:32:15
2014-08-02T02:32:15
null
0
0
null
null
null
null
UTF-8
C++
false
false
221
h
/* * res_en.h * Michael Mancuso * July 9, 2014 * Header containing American English versions of resources used in the game. */ #ifndef __RESEN_H__ #define __RESEN_H__ namespace MessageStrings { } #endif
[ "tarkenfire@fullsail.edu" ]
tarkenfire@fullsail.edu
bc29a9fe47bf2bd1c74d1070ed8f2770cb27f168
d561fb973fcb9ee5c2b006dc9f736400b8d07d6a
/10000.cpp
9d0a02840ed9e0beec2f739d3770a1eb622232f0
[]
no_license
pnikic/Hacking-uva
02947286d02a64a3b9ec7326c4581a11724d27fa
cf236c0239f5fba9f934e8431441cadd919ce13d
refs/heads/master
2020-06-21T22:34:40.688518
2018-11-04T12:46:19
2018-11-04T12:46:19
74,769,347
0
0
null
null
null
null
UTF-8
C++
false
false
949
cpp
#include <iostream> #include <vector> #include <stack> #include <tuple> using namespace std; typedef vector<int> vi; typedef vector<vi> vvi; vvi G; vi V; stack<int> S; void dfs(int i) { V[i] = 1; for (int k = 0; k < G[i].size(); ++k) if (!V[G[i][k]]) dfs(G[i][k]); S.push(i); } int main() { int n, s, p, q,...
[ "pnikic@mathos.hr" ]
pnikic@mathos.hr
cd8dbe39b9cb34f82a926d2301e466780609667c
32645d8e1e712737e88c6938bb2a95e86fdebcc1
/Documents/Project/Project Test 1/neuralNetwork.cpp
1cf4382bbeadb901f04a0aaa83df239669509ce7
[]
no_license
rooifisher/epr-Project
d37c72330dc053c60fdbf2e7c2eed60a07a190fb
707e747e54cfa6254a4b1ac628ffa2fdcea274e3
refs/heads/master
2021-01-13T02:37:33.070900
2012-08-28T11:16:08
2012-08-28T11:16:08
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,556
cpp
#include <stdio.h> #include "fann.h" ///Class used to create the neural network used for classifying the number plate characters (OCR) int main( int argc, char** argv ) { const unsigned int num_input =900; const unsigned int num_output =36; const unsigned int num_layers = 3; unsigned int num_neurons_hidden = 100; ...
[ "rooifisher@gmail.com" ]
rooifisher@gmail.com
3b708ae5a28b5daa82f5b917769b3cfdd73d09e4
4fa9c944984bdd7b9439a2d27f7f93b7c5ebfc10
/app/sys/sys_core/src/taskaction_threads/stop_task_list_thread.cpp
29e1cd3dadf0eb9214bb3b2a34e2c8e9d2ea5a43
[ "Apache-2.0", "BSD-3-Clause", "MIT", "LicenseRef-scancode-protobuf", "LicenseRef-scancode-proprietary-license", "BSL-1.0", "LGPL-3.0-only", "LGPL-2.0-only", "CC-BY-3.0", "LicenseRef-scancode-unknown-license-reference", "LGPL-2.1-only" ]
permissive
continental/ecal
99f58902e01c791a8b5f7a72699631c179569062
cb11fbef1b394d6d4336ff0e6e187f45799811b6
refs/heads/master
2022-08-14T23:34:39.725494
2022-07-28T17:39:27
2022-07-28T17:39:27
518,888,778
6
4
Apache-2.0
2022-07-28T17:39:28
2022-07-28T14:56:12
null
UTF-8
C++
false
false
7,416
cpp
/* ========================= eCAL LICENSE ================================= * * Copyright (C) 2016 - 2020 Continental Corporation * * 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 * * ...
[ "11774314+FlorianReimold@users.noreply.github.com" ]
11774314+FlorianReimold@users.noreply.github.com
4e95cc4349d19fb8ca19438221c3ea96fc6aef0f
183d423b1ca9fbaabc455e0ddc76730ca2d1c15d
/MFC/color/StdAfx.cpp
1fd8d7f0ba1e4b2cc5a1c73d3d7fcab187f64774
[]
no_license
leihtg/cproject
8c0bf5fe04986faacdd4a48320860bf7c92c1ba2
f1ef52ce3092add39216cec8da7d89f03a3db633
refs/heads/master
2022-02-16T00:20:41.200444
2019-08-25T13:59:01
2019-08-25T13:59:01
109,554,174
2
2
null
null
null
null
UTF-8
C++
false
false
199
cpp
// stdafx.cpp : source file that includes just the standard includes // color.pch will be the pre-compiled header // stdafx.obj will contain the pre-compiled type information #include "stdafx.h"
[ "leihtg@163.com" ]
leihtg@163.com
1fb03d0823cb5e26aa172ec572fa499747f5a2f7
fb3c13324e6a6dd31cf20171e008c7f77fad913d
/2015/language_programming/CombineTogether/wordsource.h
1abed63b32867b5963c87936b87fa4205b7bd427
[]
no_license
zhaofeng-shu33/tech-chores-archive
4eb0aae27966d9c6e543a99ce8eef3cbc9ebc331
07ed63e552d535b03efdf17293f0194ff725ea2c
refs/heads/master
2023-01-08T10:54:17.883093
2023-01-08T08:36:26
2023-01-08T08:36:26
253,170,849
0
0
null
null
null
null
GB18030
C++
false
false
476
h
#ifndef WORDSOURCE_H #define WORDSOURCE_H #include <QWidget> const int num=95;//库里能容纳的最多单词个数 class wordSource : public QWidget { Q_OBJECT public: explicit wordSource(QWidget *parent = 0); protected: void loadTextFile(); double distribution_function(int n); int generate_random_number(); QString ...
[ "616545598@qq.com" ]
616545598@qq.com
984ca3f0a8afdf4f9df3931b6a6eae68a3a9d33b
c5843992e233b92e90b53bd8a90a9e68bfc1f6d6
/code/msvis/MSVis/MsRows.h
ccda8b34945df0ca37f368048b6019c10ff6de07
[]
no_license
pkgw/casa
17662807d3f9b5c6b57bf3e36de3b804e202c8d3
0f676fa7b080a9815a0b57567fd4e16cfb69782d
refs/heads/master
2021-09-25T18:06:54.510905
2017-08-16T21:53:54
2017-08-16T21:53:54
100,752,745
2
1
null
2020-02-24T18:50:59
2017-08-18T21:51:10
C++
UTF-8
C++
false
false
9,377
h
/* * MsRows.h * * Created on: Feb 20, 2013 * Author: jjacobs */ #if ! defined (MsVis_MsRows_H) #define MsVis_MsRows_H #include <msvis/MSVis/VisBuffer2.h> #include <vector> namespace casa { namespace vi{ class VisBuffer2; } namespace ms { //class MsRowAttributes { // //public: // // MsRowAttribu...
[ "jjacobs@nrao.edu" ]
jjacobs@nrao.edu
379362df527da5180d7ffe444c8c38a7e1280bae
87fc4b0201c516d6fd8786562173004efa2e5178
/socket demo/threadpool/server.cpp
ffc65e696ab7a15f45ecf2d910c6a5c361c1843c
[]
no_license
cj2013/c-c--
fbc873837a2bb41014837f102385180d56ec5f98
96b4fcede0ae04879e3fbb45711a3130ede2c76a
refs/heads/master
2020-03-17T20:34:59.911933
2018-07-27T02:43:14
2018-07-27T02:43:14
133,918,284
0
0
null
null
null
null
UTF-8
C++
false
false
549
cpp
/* * server.cpp * * Created on: 2018年3月7日 * Author: wang */ #include <stdio.h> #include <iostream> #include <unistd.h> using namespace std; #include "thread_pool.h" #include "command.h" int main() { ThreadPool thread_pool; thread_pool.InitializeThreads(); Command command; char arg[8] = { 0 }; for (in...
[ "254642654@qq.com" ]
254642654@qq.com
99f269afa989bd94938128b1de91cc0e2f6a6e2d
df8223594d723196398f52b95931b083600fd8fc
/virtual_engine_origin/PipelineComponent/LocalShadowComponent.h
3b5b5cf98fffa9419990bb6196e932c41cdaf6ce
[]
no_license
leafyoung88/Virtual-Engine
73efbc454793608724276f58470b1a6348f80e2d
813cd89702e45cd9ccdcb320d5acfde51afa215c
refs/heads/master
2023-07-31T05:30:46.499195
2021-09-17T04:25:57
2021-09-17T04:25:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,416
h
#pragma once #include "../Common/MetaLib.h" #include "PipelineComponent.h" #include "../RenderComponent/RenderTexture.h" #include "../Singleton/PSOContainer.h" #include "../RenderComponent/CBufferPool.h" class LightingComponent; class LocalShadowComponent : public PipelineComponent { public: enum class ShadowType : bo...
[ "gengy@msoe.edu" ]
gengy@msoe.edu
8a03aa941a106d9d4b3d9a44179d0464130656fc
964db73c663c9dbe1f7d7ab2614f7a4f1c8aa304
/thrift/lib/cpp2/protocol/ProtocolReaderStructReadState.h
c273ade1a36834094b4258f8ef3bd0807572461c
[ "Apache-2.0" ]
permissive
andywei/fbthrift
9c725e109476390b34f7dbd06b50e836716096fe
59330df4969ecde98c09a5e2ae6e78a31735418f
refs/heads/master
2020-07-21T11:23:54.225078
2019-09-06T15:16:53
2019-09-06T15:19:44
206,846,335
0
0
Apache-2.0
2019-09-06T17:48:58
2019-09-06T17:48:58
null
UTF-8
C++
false
false
3,374
h
/* * Copyright 2018-present Facebook, Inc. * * 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...
[ "facebook-github-bot@users.noreply.github.com" ]
facebook-github-bot@users.noreply.github.com
a600e1d815edfd6ff24c382d3e3a309f9e56b9ff
0eff74b05b60098333ad66cf801bdd93becc9ea4
/second/download/httpd/gumtree/httpd_new_hunk_5058.cpp
e518a3ce4a774049e6cc2143844658a76f95fbdc
[]
no_license
niuxu18/logTracker-old
97543445ea7e414ed40bdc681239365d33418975
f2b060f13a0295387fe02187543db124916eb446
refs/heads/master
2021-09-13T21:39:37.686481
2017-12-11T03:36:34
2017-12-11T03:36:34
null
0
0
null
null
null
null
UTF-8
C++
false
false
750
cpp
result->rc); result->reason = "Unable to set LDAP_OPT_REFERRALS."; ldc->reason = result->reason; uldap_connection_unbind(ldc); return(result->rc); } } if (ldc->ChaseReferrals == AP_LDAP_CHASEREFERRALS_ON) { if ((ldc->ReferralHo...
[ "993273596@qq.com" ]
993273596@qq.com
e646c3c5ed4d6767dc1c3683fc6d9944ad171ad1
c124b10b965de9a1d910f97a9f519ceb20925441
/src/cppcnn/layer_base.h
9fb71192e8cba30b51ea8eab620e67ba1910c812
[ "MIT" ]
permissive
jin-qin/cppcnn
26af51a5a1a762feee05026f9cef3769eb76bd14
96c58a2d8a7f2bafac7ea1d02b76fa67ae15159b
refs/heads/master
2021-08-04T11:01:05.483933
2020-10-14T15:38:32
2020-10-14T15:38:32
225,131,469
8
0
null
null
null
null
UTF-8
C++
false
false
767
h
#ifndef LAYER_BASE_H #define LAYER_BASE_H #include "cppcnn.h" #include <memory> class LayerBase { public: enum class LayerType { UNKNOWN, CONV, // Convolution layer POOL, // Pooling layer FC // Fully-connected layer }; public: LayerBase() {} LayerBase(int p, int s, LayerType t, const...
[ "qin_jin@live.com" ]
qin_jin@live.com
7bedea32a7f01d7f620f1eaa33ef85b11af730ab
a3a1dc9d750038f288a3b43d3c634f381ccefec8
/Interview/剑指offer/11_MinNumberInRotatedArray/MinNumberInRotatedArray.cpp.cpp
d0d18ef9c838e97ec9c631a7b1914a0576a332b8
[]
no_license
blggl/note
58c4455e2e34f56092be32f3e286d755a74decca
10d00d4bf2551e85e09e65cb1f2211044a4fb41b
refs/heads/master
2022-01-14T18:48:28.645887
2019-07-17T07:53:19
2019-07-17T07:53:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,102
cpp
// 面试题11:旋转数组的最小数字 // 题目:把一个数组最开始的若干个元素搬到数组的末尾,我们称之为数组的旋转。 // 输入一个递增排序的数组的一个旋转,输出旋转数组的最小元素。例如数组 // {3, 4, 5, 1, 2}为{1, 2, 3, 4, 5}的一个旋转,该数组的最小值为1。 class Solution { public: int minNumberInRotateArray(vector<int> rotateArray) { if(rotateArray.empty()) { return 0; } ...
[ "jianhaoliu17@email.com" ]
jianhaoliu17@email.com
9f919937d25cf1b95f0c319b8adb30400da49b08
5d3f49bfbb5c2cbf5b594753a40284559568ebfd
/config/cpp/has_VARIADIC_TEMPLATES.cpp
1c75b53a007e5bad2f3d779eef80865a79cf36c8
[ "BSL-1.0" ]
permissive
highfidelity/oglplus
f28e41c20e2776b8bd9c0a87758fb6b9395ff649
c5fb7cc21869cb9555cfa2a7e28ea6bc6491d11e
refs/heads/develop
2021-01-16T18:57:37.366227
2015-04-08T18:35:37
2015-04-08T18:54:19
33,630,979
2
8
null
2015-04-08T20:38:33
2015-04-08T20:38:32
null
UTF-8
C++
false
false
788
cpp
/** * Copyright 2010-2012 Matus Chochlik. 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) * * Checks for support for variadic templates */ template <typename T, T ... P> struct vt1 { }; template <typename ...
[ "chochlik@gmail.com" ]
chochlik@gmail.com
b0a46436b721f3dd24b946a4618ef4d2f2a7cce0
01a42b69633daf62a2eb3bb70c5b1b6e2639aa5f
/SCUM_Bird_Skinned_Large_classes.hpp
f29844c72159ff3831d92cde97ca4b37dc31c9f7
[]
no_license
Kehczar/scum_sdk
45db80e46dac736cc7370912ed671fa77fcb95cf
8d1770b44321a9d0b277e4029551f39b11f15111
refs/heads/master
2022-07-25T10:06:20.892750
2020-05-21T11:45:36
2020-05-21T11:45:36
265,826,541
1
0
null
null
null
null
UTF-8
C++
false
false
919
hpp
#pragma once // Scum 3.79.22573 (UE 4.24) #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace Classes { //--------------------------------------------------------------------------- //Classes //--------------------------------------------------------------------------- // BlueprintGeneratedClass Bird_Skinned_...
[ "65712402+Kehczar@users.noreply.github.com" ]
65712402+Kehczar@users.noreply.github.com
f6277b05e0727dccd888395d7456dc3500b5445d
7bd109225dc2f855ae364eaea8352e3161ddb33c
/Leetcode/202_Happy Number.cpp
e142c36f19cd45e855e5717587fdee68b257fcca
[]
no_license
yangh9596/Algo-Leetcode
2c72dce6ce06d06adf1c768654cea7d85b82e469
6a8dfbe5d6317e10e32894bd3ffa7d7311590c27
refs/heads/master
2020-12-30T12:36:39.621497
2018-09-26T21:51:00
2018-09-26T21:51:00
91,401,528
1
0
null
null
null
null
UTF-8
C++
false
false
1,237
cpp
// // main.cpp // 202 Happy number // Dynamic Programming // Created by Lois on 10/11/17. // Copyright © 2017 Yang Hu. All rights reserved. // /* A happy number is a number defined by the following process: Starting with any positive integer, replace the number by the sum of the squares of its digits, and repeat ...
[ "yangh9596@126.com" ]
yangh9596@126.com
2d3fd5ff97468cb1f3e5c91cc05896ae1934e2e5
a981efcab6bf7f862785a5cb83e37578b567c747
/goodsmgmtscreen.h
e2307a721637f72f74ff945e3de319c3aa51e00f
[]
no_license
mnxoid/Recognitor
64c6bef02223387b7ba8ce73bfcfc1bcfc5b3e95
6d69a122dbc834670b71f86eaa5f713450be26a1
refs/heads/master
2016-08-04T02:06:48.506817
2014-08-05T10:48:38
2014-08-05T10:48:38
21,643,133
1
0
null
null
null
null
UTF-8
C++
false
false
1,441
h
/** * @file goodsmgmtscreen.h * @brief Goods management window header * @author mnxoid * * Copyright 2014 by mnxoid, * * This software is the confidential and proprietary information * of mnxoid ("Confidential Information"). You * shall not disclose such Confidential Information and shall use * it only in a...
[ "sergolwow@gmail.com" ]
sergolwow@gmail.com
e2ce91c8da1fa111d212fed85fc25c88ba2e21e3
2996a7cc59d0f791abc71d70e1d87da36c4af555
/coold/Render/CoolD_RenderModule.h
5d6715912fde6fbf340f2042d4f448c9e1e07f7a
[]
no_license
kihx/rasterizer
191d14f70ede6385efe20b1dd57290d6f28a9445
52665e8f5d0dbfbc0a73bef3c7d5062bc6a69f2a
refs/heads/master
2021-01-01T06:55:08.948108
2014-06-07T09:58:51
2014-06-07T09:58:51
17,461,378
3
0
null
null
null
null
UHC
C++
false
false
3,302
h
#pragma once #include "..\Data\CoolD_Defines.h" #include "..\Data\CoolD_Type.h" #include "..\Data\CoolD_Struct.h" #include "..\Math\CoolD_Matrix44.h" #include <concurrent_vector.h> #include "..\Data\CoolD_Singleton.h" namespace CoolD { class CustomMesh; class DepthBuffer; class RenderModule final //상속 받을일은 없을 듯 {...
[ "kjyong86@gmail.com" ]
kjyong86@gmail.com
fcd4578a410438019e7018908635b10e39d69afc
b2ce4d0a0292e2f68c6be806af3dc5cf8432c132
/UsefulScriptsAndTools/win/SelfUpdaters/SelfUpdater/updater_src/Registry.h
a1818ddd95e905491e91f14290af8d96caa02624
[ "BSD-2-Clause-Views", "BSD-2-Clause" ]
permissive
Bitfall/AppWhirr-client
7062d2c5aa2dd43ef333f5cef73df274bdb0a311
56469cc90d21ae8eda11ed290b6c537c68082011
refs/heads/master
2016-09-05T15:35:10.085123
2013-01-31T11:23:34
2013-01-31T11:23:34
7,780,892
3
1
null
null
null
null
UTF-8
C++
false
false
2,555
h
///////////////////////////////////////////////////////////////////////////// // Copyright (C) 1998 by Shane Martin // All rights reserved // // Distribute freely, except: don't remove my name from the source or // documentation (don't take credit for my work), mark your changes (don't // get me blamed for your possibl...
[ "viktor.benei@gmail.com" ]
viktor.benei@gmail.com
ce2102648caac0295d9c340b0cdc3443ce92b838
6781d245d4cdc4421b5f7c5aa1b68dd273249821
/lab01/extension_exercises/blackjack-graphical-iter01/src/Card.cpp
40d1b92730838a8a5fb326f9841661a14412d0b1
[]
no_license
adammw/hit3172
4217713b34ab52beb291fd5a6b8544c8ffcdb4b3
2e6984abebcc76f862f98bc6dcbd141e31179c12
refs/heads/master
2021-01-23T02:39:55.691092
2012-10-16T07:21:28
2012-10-16T07:21:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,614
cpp
/* * card.cpp * * Created on: 30/07/2012 * Author: Adam Malcontenti-Wilson */ #include <sstream> #include <iostream> #include "Card.h" /** * Card constructor with parameters to initialise which card it represents * @param r rank * @param s suit */ Card::Card(rank r, suit s) { _rank = r; _suit = s; _...
[ "adman.com@gmail.com" ]
adman.com@gmail.com
a5f28b99005a5e92de228940c14bb857258fe12b
b571a0ae02b7275b52499c66a756d10815136326
/0153.Find.Minimum.in.Rotated.Sorted.Array/sol.cpp
c98656df6abf3257c30522994f588cd9c9937651
[]
no_license
xjs-js/leetcode
386f9acf89f7e69b5370fdeffa9e5120cf57f868
ef7601cbac1a64339e519d263604f046c747eda8
refs/heads/master
2022-02-02T00:51:23.798702
2022-01-19T14:48:13
2022-01-19T14:48:13
89,140,244
0
0
null
null
null
null
UTF-8
C++
false
false
1,456
cpp
/** * @date: 2021-04-08 16:13 * @note: 考玩科目一回来了,合格了 */ #include "../headers.h" class Solution { public: int findMin(vector<int>& nums) { int N = nums.size(); if (N == 1) { return nums[0]; } else if (N == 2) { return min(nums[0], nums[1]); } int b...
[ "xjs.js@outlook.com" ]
xjs.js@outlook.com
d4af3df99dd37403b9afa80251dd2a43b80ea381
90047daeb462598a924d76ddf4288e832e86417c
/chrome/browser/extensions/api/management/chrome_management_api_delegate.cc
8fd3eff8255e826f53896e6a992deda0f7951c7c
[ "BSD-3-Clause" ]
permissive
massbrowser/android
99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080
a9c4371682c9443d6e1d66005d4db61a24a9617c
refs/heads/master
2022-11-04T21:15:50.656802
2017-06-08T12:31:39
2017-06-08T12:31:39
93,747,579
2
2
BSD-3-Clause
2022-10-31T10:34:25
2017-06-08T12:36:07
null
UTF-8
C++
false
false
13,692
cc
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/extensions/api/management/chrome_management_api_delegate.h" #include "base/callback_helpers.h" #include "base/macros.h" #include...
[ "xElvis89x@gmail.com" ]
xElvis89x@gmail.com
4e737c115e76babd674ddc6218441d5b7c62ee22
d0710533bba9a83db8dc33a4a2c1906bf80ea014
/src/Schema.hpp
2f8aac300dc3f18a0e8f534464580729075ed7fd
[]
no_license
anhmt90/hekaton-db
6de985726af14c1161385473bf7e98e425021b8d
e03f6482b3e2231711ac59794bc90df49a867bce
refs/heads/master
2021-12-28T15:42:23.827881
2021-12-15T13:31:29
2021-12-15T13:31:29
79,449,451
2
0
null
null
null
null
UTF-8
C++
false
false
12,227
hpp
/* * ImportDB.cpp * * Created on: Oct 24, 2016 * Author: anhmt90 */ #ifndef H_TPCC_SCHEMA #define H_TPCC_SCHEMA #include <fstream> #include <sstream> #include <iostream> #include <string> #include <tuple> #include <unordered_map> #include <map> #include <utility> #include <vector> #include <algorithm> #incl...
[ "anhmt90@gmail.com" ]
anhmt90@gmail.com
200f964c34a94ff215bc976bda720b6864831773
194e5e1e5b6bab75fa9d43f100f03c18a1944806
/rest-manager.cpp
a20529db137fb1af46b77767c10fa89b4739197b
[]
no_license
f-matt/ga-dnn-colab
d0ce74c7c40c07526459b81f152a1541aa6f06b8
fe15e2d03eb7d12be8ed8fe0610eeb724196c44d
refs/heads/master
2020-03-19T00:31:23.959121
2018-05-31T02:55:22
2018-05-31T02:55:22
135,487,020
0
0
null
null
null
null
UTF-8
C++
false
false
5,126
cpp
#include "rest-manager.h" #include <jsoncpp/json/json.h> RestManager::RestManager() { } RestManager::~RestManager() { } int writer(char *data, size_t size, size_t nmemb, std::string *writerData) { if(writerData == NULL) return 0; writerData->append(data, size*nmemb); return size * nmemb; } //size_t re...
[ "mattioli.fernando@gmail.com" ]
mattioli.fernando@gmail.com
38320b7a796bd1fad2bcf263351ebe88aa2a648b
00add89b1c9712db1a29a73f34864854a7738686
/packages/utility/system/src/Utility_GeneralSphericalSpatialCoordinateConversionPolicy.cpp
6dc92014c08156fb0cc5c6b5d8595cf8640af7ec
[ "BSD-3-Clause" ]
permissive
FRENSIE/FRENSIE
a4f533faa02e456ec641815886bc530a53f525f9
1735b1c8841f23d415a4998743515c56f980f654
refs/heads/master
2021-11-19T02:37:26.311426
2021-09-08T11:51:24
2021-09-08T11:51:24
7,826,404
11
6
NOASSERTION
2021-09-08T11:51:25
2013-01-25T19:03:09
C++
UTF-8
C++
false
false
5,787
cpp
//---------------------------------------------------------------------------// //! //! \file Utility_GeneralSphericalSpatialCoordinateConversionPolicy.cpp //! \author Alex Robinson //! \brief General spherical spatial coordinate conversion policy definition //! //----------------------------------------------------...
[ "aprobinson@wisc.edu" ]
aprobinson@wisc.edu
d77b0dc32ac86e8bfc0b6d32c256ae1b08c22ed3
33e924a24760d67051f9baf88a3eba8e3678f0bc
/12400.cpp
9bfea1e07b9385b5b69dc99b207c1a7b407b7ca0
[]
no_license
KimHwon/BOJ-Codes
ff6c6b0249669858400c839bb4e1039a1f00987c
b2bd08b37e5d4a9c04673d00a6ea202f17ffbdae
refs/heads/master
2020-03-07T15:11:20.001401
2018-08-19T15:23:58
2018-08-19T15:23:58
127,547,844
1
0
null
null
null
null
UTF-8
C++
false
false
962
cpp
#include <iostream> #include <string> using namespace std; char table[127]; int N; int main(void) { ios_base::sync_with_stdio(false); cin.tie(0); // 예제에 있는 문자열들로 규칙을 알 수 있다 (a ~ z 까지 전부 나옴) string enc = "ejp mysljylc kd kxveddknmc re jsicpdrysi rbcpc ypc rtcsra dkh wyfrepkym veddknkmkrkcd de kr kd eoya kw aej ...
[ "233hwon@naver.com" ]
233hwon@naver.com
df998a67f01a4d36356b97f1969591fd07115541
70f5cee9266742046883b569fbc530bcdcdb95f0
/filesave.cpp
522820ecff86620f8e2f909707c825bb78b15350
[]
no_license
negi3939/trackingcircle
bdd443d3cef608c061c254472fb3a1c896614270
15ca5852cb46e05a1be6d47c08dc8be9934ac75b
refs/heads/master
2023-06-14T07:01:43.940903
2021-06-25T13:06:16
2021-06-25T13:06:16
376,240,841
0
0
null
null
null
null
UTF-8
C++
false
false
966
cpp
#include <iostream> #include <sstream> #include <fstream> #include <string.h> #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <fcntl.h> #include <termios.h> #include "filesave.h" Filesave::Filesave(){ f_n = "data/testdata.csv"; fs.open(f_n.c_str(),std::ios::out); if(! fs.is_open()) ...
[ "1201201knct49@gmail.com" ]
1201201knct49@gmail.com
e73be4e58770f2e154c9259fcb37510d3cd70445
ca67ddaceb085a198e2a80c8011a4e129868c819
/Klimenko/lab3/building.h
241e9c547c02665757942c7f54d827fe9132d3ae
[]
no_license
art32fil/moevmOOP2018
181961e7655ce1d4cc5edee8d7c809577d4fb6d2
ecb558bf89bd738ca6051e0a6ab957288f6b20e9
refs/heads/master
2020-04-07T04:48:55.357750
2018-06-06T09:47:03
2018-06-06T09:47:03
124,182,534
0
23
null
2018-06-06T09:47:04
2018-03-07T05:11:19
C++
UTF-8
C++
false
false
416
h
#ifndef BUILDING_H #define BUILDING_H #include "Object.h" <<<<<<< HEAD ======= >>>>>>> 12cbd71f862c9caf9069973ad3fa3da2e569ec44 class Building :public Object { _2dim range; public: Building(ifstream&, const shared_ptr<Crown >); ~Building(); Object* is_on_position(_2dim); //thinkaboutit friend istream &operator>>...
[ "kirill0186@gmail.com" ]
kirill0186@gmail.com
68ff4529dd2caf19e329fc1bc84d4e74ce6bfb56
8f5cb21b2faa39989e6708e98d9e7194d3f23b0f
/Nouveau dossier/Code/SoulardOwnedStates.cpp
f1094d93257d94eb9003bafb85dca08ffc70c02d
[]
no_license
ombrecube/NuggetMine2
32c0499d96a8be86fc6dbcbbbd11c2e3c44b4e0c
609b2bda0d9d54ffde92f3e480882e4858381b62
refs/heads/master
2021-01-12T14:52:11.410842
2016-09-22T20:35:55
2016-09-22T20:35:55
68,932,241
0
0
null
null
null
null
UTF-8
C++
false
false
5,447
cpp
#include "SoulardOwnedStates.h" #include "MinerOwnedStates.h" #include "Soulard.h" #include "Locations.h" #include "CrudeTimer.h" #include "MessageDispatcher.h" #include "MessageTypes.h" #include "EntityNames.h" #include <iostream> using std::cout; #ifdef TEXTOUTPUT #include <fstream> extern std::ofstream os; #define...
[ "massj.info@gmail.com" ]
massj.info@gmail.com
7823d2435954436860678948575bcf8288fca786
261e4c3af4c78547a2802201b73a099421467427
/DaytimeServer/DaytimeServer.cpp
8ef981c8cbf382fe937942b6a55cc1692f0f7293
[]
no_license
anton-petrov/BoostAsioDemo
f479a94938cf30d48a3722af3baa7d23a29864b6
f914ac3f1b8f0e40f0805f87dd4198a954838631
refs/heads/master
2023-07-15T16:41:18.184196
2021-08-29T13:43:25
2021-08-29T13:43:25
401,051,275
1
2
null
null
null
null
UTF-8
C++
false
false
1,146
cpp
// // server.cpp // ~~~~~~~~~~ // // Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #define _CRT_SECURE_NO_WARNINGS #include <ctim...
[ "anton@DELL5501" ]
anton@DELL5501
7a66ef9d3c6ffc87cea1eb70357fd1d769634a6d
f6439b5ed1614fd8db05fa963b47765eae225eb5
/content/browser/android/content_readback_handler.cc
601e3a317283eb1332a1e9fcb77c0f6dd2d157ab
[ "BSD-3-Clause" ]
permissive
aranajhonny/chromium
b8a3c975211e1ea2f15b83647b4d8eb45252f1be
caf5bcb822f79b8997720e589334266551a50a13
refs/heads/master
2021-05-11T00:20:34.020261
2018-01-21T03:31:45
2018-01-21T03:31:45
118,301,142
2
0
null
null
null
null
UTF-8
C++
false
false
4,363
cc
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/browser/android/content_readback_handler.h" #include "base/android/jni_android.h" #include "base/bind.h" #include "cc/output/copy_outpu...
[ "jhonnyjosearana@gmail.com" ]
jhonnyjosearana@gmail.com
0042fe7affa6a9e52c65164fc5ccf4b68f42f138
5425b3458c0fe687afac3d7ff7ffed650df74ef4
/tcpp/insert.h
17f1bddddd2a137617d6dff8f13d7c500a925bfc
[]
no_license
ClaudiusChristian02/COP4530
70f8cb632467e488ff5f686cc2a9a27b6584d034
b9a72feb6ee6ec0e6ec0cc98cc11845c553e42bb
refs/heads/master
2021-06-22T00:33:58.050282
2017-01-10T10:07:30
2017-01-10T10:07:30
78,520,633
1
0
null
null
null
null
UTF-8
C++
false
false
3,607
h
/* insert.h 01/01/12 Chris Lacher Insert iterator adaptors These are strange (but useful) beasts. They create an iterator satisfying the forward iterator pattern (hence usable in lots of generic algorithms) but with insert semantics for operator =(). They are narrow in purpose: to rece...
[ "Claudius02@gmail.com" ]
Claudius02@gmail.com
7ae787597ba1b877e747011fb73cd77c3522c819
af7935e028b2a606d25972f9e20d6e346232c882
/프로그래머스/level1/체육복.cpp
5577f141b1601045c70709045ccbf0c432de6b3d
[]
no_license
HwangYoonSeong/Algorithm
193445230dc640f60f2c4151428d941ad186e2f4
51afe0266762b88798ada725be95ba113c7e8762
refs/heads/master
2023-06-17T18:30:45.236936
2021-07-13T02:22:18
2021-07-13T02:22:18
297,814,414
0
0
null
null
null
null
UTF-8
C++
false
false
1,102
cpp
#include <string> #include <vector> #include <iostream> using namespace std; int solution(int n, vector<int> lost, vector<int> reserve) { int answer = 0; vector<int> uniform(n,1) ; for (int i = 0; i < lost.size(); i++) { uniform[lost[i] - 1] = 0; } for (int i = 0; i < reserve.size(); i++) { uniform[reserve[i]...
[ "dbstjd427@gmail.com" ]
dbstjd427@gmail.com
f35f6c3b2b4fc787fb9aa19d7bae9a127b1bb66b
fc987ace8516d4d5dfcb5444ed7cb905008c6147
/content/browser/download/download_resource_handler.cc
1b99896560a4aaa77fed00047550f7f0fb1a79ca
[ "BSD-3-Clause" ]
permissive
nfschina/nfs-browser
3c366cedbdbe995739717d9f61e451bcf7b565ce
b6670ba13beb8ab57003f3ba2c755dc368de3967
refs/heads/master
2022-10-28T01:18:08.229807
2020-09-07T11:45:28
2020-09-07T11:45:28
145,939,440
2
4
BSD-3-Clause
2022-10-13T14:59:54
2018-08-24T03:47:46
null
UTF-8
C++
false
false
9,428
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 "content/browser/download/download_resource_handler.h" #include <string> #include "base/bind.h" #include "base/callback_helpers.h" #include...
[ "hukun@nfschina.com" ]
hukun@nfschina.com
db06bdc8f06027b052c3354015754b55c1afde1b
e9816d1ffacecdb5bd103b639104d35e5d79d0f3
/src/timesync.cpp
e0e8ed540d974ee10334c5bf21d75442803200f7
[ "MIT", "Apache-2.0" ]
permissive
lephisto/ESP32-Paxcounter
941bb97388f9ce34c7e64b1cae81b0c224b76cef
c7d84e279546184e820af5f42077e5b732f30f38
refs/heads/master
2020-05-06T20:31:47.095468
2019-04-06T21:26:54
2019-04-06T21:26:54
180,242,718
0
0
null
2019-04-08T22:31:08
2019-04-08T22:31:08
null
UTF-8
C++
false
false
8,619
cpp
/* ///--> IMPORTANT LICENSE NOTE for this file <--/// PLEASE NOTE: There is a patent filed for the time sync algorithm used in the code of this file. The shown implementation example is covered by the repository's licencse, but you may not be eligible to deploy the applied algorithm in applications without granted li...
[ "cyberman@obh.snafu.de" ]
cyberman@obh.snafu.de
74c1e5976098ea79fcc5661920c3b402a6e39d30
ea9fdab491ca277959f7dc59004d1a30c4ee6be4
/virtualbox/patches/patch-src_VBox_Devices_Storage_DrvHostDVD.cpp
5c605a3911416b9f670bf744ca62474ddf3e72e2
[]
no_license
NetBSD/pkgsrc-wip
99f40fb6f56e2a5a11840a810e9cf8b6097e7f21
c94e923855e9515400435b2437a1659fdb26d2fb
refs/heads/master
2023-08-30T14:27:26.946664
2023-08-30T12:09:15
2023-08-30T12:09:15
42,824,785
81
59
null
2021-01-28T20:10:38
2015-09-20T18:44:07
Makefile
UTF-8
C++
false
false
2,557
cpp
$NetBSD$ --- src/VBox/Devices/Storage/DrvHostDVD.cpp.orig 2016-03-04 19:28:24.000000000 +0000 +++ src/VBox/Devices/Storage/DrvHostDVD.cpp @@ -86,7 +86,7 @@ # undef _interlockedbittestandreset64 # undef USE_MEDIA_POLLING -#elif defined(RT_OS_FREEBSD) +#elif defined(RT_OS_FREEBSD) || defined(RT_OS_NETBSD) # include...
[ "rillig@NetBSD.org" ]
rillig@NetBSD.org
ffe9f769324aea3f97c05bbe2c0d2b7e2152d219
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/c++/rocksdb/2015/4/flush_job.cc
351713e45cc1a1fc4331c41631813ab7faedce49
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
C++
false
false
10,491
cc
// Copyright (c) 2013, Facebook, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. // // Copyright (c) 2011 The...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
ca4abb3db8f94bfdf819ec3de96529376224d96e
4ebb2b71195525873638dda72080bfc6f371df57
/facade/Revertor.h
67afe87d103d30032d5c004fb8e54b128a18659d
[]
no_license
rahul-g/dp-samples
b4c216713d1a1bfeac89a92f5ef3364c24983c14
5ee6ec6534705cbd5a9e8a0971bf88963e7bded5
refs/heads/master
2020-04-10T11:32:09.031964
2012-08-25T07:12:06
2012-08-25T07:12:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
468
h
#ifndef REVERTOR_H #define REVERTOR_H #include <string> class Revertor { public: Revertor(){} ~Revertor(){} std::string revert(const std::string& str){ std::string ret = str; char swap = 0; for(int i = 0, j = ret.length() - 1; i < j; i ++, j --){ ...
[ "rockuw@gmail.com" ]
rockuw@gmail.com
e49aa78ad6ab8f50a336947e235e9be3fc887057
44db304a74d308eae721d28b9fb6097668a96ad4
/FaceTracking/KinectSensorInt.cpp
e46a70a5c6747f9f27febfc038ce7c4b4e1636b4
[]
no_license
tekkenchinmi/blog
8626fb91392edb5374d38065b2f48cd0f08258f3
2328b68689a4a04324e9477537ffaff912c4462c
refs/heads/master
2020-09-25T00:18:05.102383
2019-07-16T06:27:22
2019-07-16T06:27:22
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,298
cpp
#include "KinectSensorInt.h" #define ERROR_CHECK(ret) if(ret != S_OK){std::stringstream ss; ss << "failed" #ret " " << std::hex << ret << std::endl; throw std::runtime_error(ss.str().c_str() );} template<class Interface> inline void SafeRelease(Interface *& pInterfaceToRelease) { if (pInterfaceToRelease != NULL) {...
[ "prasetiautama2@gmail.com" ]
prasetiautama2@gmail.com
446ba5851f4f6b14b9d035be4809b309e8e6d751
7f593761058b96792e51023e3b42af740f2006d7
/tests/libampcor/correlator-correlate-tile.cc
153b7731e365b94b58512d6eb3a9e8b8cc03dc1a
[ "BSD-2-Clause" ]
permissive
isce-framework/ampcor
2b3769e579ceaf993c9ea17f836553057a52ad6a
eafadcbe4380a85320d8c7e884ebe4d6d279770e
refs/heads/master
2020-05-07T16:06:06.364458
2019-04-10T22:09:45
2019-04-10T22:09:45
180,668,210
3
3
null
null
null
null
UTF-8
C++
false
false
3,554
cc
// -*- C++ -*- // -*- coding: utf-8 -*- // // michael a.g. aïvázis <michael.aivazis@para-sim.com> // parasim // (c) 1998-2019 all rights reserved // // configuration #include <portinfo> // support #include <pyre/journal.h> // access the correlator support #include <ampcor/correlators.h> // and the client raster types ...
[ "michael.aivazis@para-sim.com" ]
michael.aivazis@para-sim.com
ae84c8b5450bd39c6fbceda112a86bc73ef2411f
9db769e55e3a1c4fe7c2f92fb0b94b41f69e9647
/Silnik.cpp
dc02c02344a8ef0e2048a942a2cf67208ad36412
[]
no_license
DominikAjlertProjects/Cpp-AcademicProject
6e7aba31f6632f89a4e3ce228ad0b3d6dc631d50
902e166f0a9cc70a325beddb4e863b0b63bf7801
refs/heads/master
2021-04-29T18:07:18.467240
2018-02-15T21:51:33
2018-02-15T21:51:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,957
cpp
#include <cstdlib> #include <iostream> #include "Silnik.h" #include <cstdio> #include <string> //================================================================================= //Konstruktory Silnik::Silnik() { pojemnosc = 0; paliwo = "BRAK"; moment_Obrotowy = 0; konie_Mechaniczne = 0; #ifdef _DEBUG cout << "...
[ "dominik.ajlert11@gmail.com" ]
dominik.ajlert11@gmail.com
73aeb885c407a95498bf215c24a3255f406f89bf
01c00bfac9b7098fb4bed77c02d580ee5be75e9d
/removeDuplicates.cpp
34c809bbcaad5f23f5f06ec79f577856fa5975fb
[]
no_license
ParticularJ/interview
2dfc9d4e775b9f7b597dbbde176755d7cf8fec04
a64ccc159736d02f2a5a30cc84e03a58dac4b532
refs/heads/master
2021-04-03T08:55:20.815482
2019-05-27T10:01:11
2019-05-27T10:01:11
124,547,456
0
0
null
null
null
null
UTF-8
C++
false
false
534
cpp
#include<iostream> #include<vector> using namespace std; class Solution{ public: int removeDuplicated(vector<int>& nums){ int a=0,size=nums.size(); if(!size) return 0; for(int i=0;i!=size;++i){ if(nums[i]!=nums[a]) { nums[++a] = nums[i]; } } ...
[ "344409038@qq.com" ]
344409038@qq.com
556e45ccc39978cdf6d13b7cc308f92af1e63caf
c38c612eb467884caabfb546a40276663e29c035
/src/parts/sphere.cc
33d0919b8b4de1e96db3f44e73908641838d3a09
[ "MIT" ]
permissive
jeremiedecock/botsim
b4baf1bbe0e3d6489041bda3e2cecddcdeb93d89
73262092a8769c331edb96e083e32156f33bf948
refs/heads/master
2021-01-10T09:00:41.648619
2018-10-31T22:29:05
2018-10-31T22:29:05
36,928,041
2
0
null
null
null
null
UTF-8
C++
false
false
6,096
cc
/* * Bullet OSG Framework. * The sphere module. * * Copyright (c) 2015 Jérémie Decock <jd.jdhp@gmail.com> * * www.jdhp.org */ #include "sphere.h" #include "osg_environment.h" #include "tools/tools.h" #include <iostream> #include <osg/Geode> #include <osg/Group> #include <osg/Material> #include <osg/PositionA...
[ "jd.jdhp@gmail.com" ]
jd.jdhp@gmail.com
05d34b6ced60eadfb850423f29560cc2726af0f7
b005e76d8f20308335dadc9fd0a5a64e3813d777
/DP/DP_shortest_common_supersequence.cpp
cf49744f641bb63344b36981059d816f1622fdf6
[]
no_license
saa27/Data-Structures
7951ab0e2cfdb4ff9afb8386f25dcd26570fb49f
8823680b3654917ca637700dd060715815567819
refs/heads/master
2023-06-22T13:30:03.479668
2021-07-10T05:07:48
2021-07-10T05:07:48
280,473,117
0
0
null
null
null
null
UTF-8
C++
false
false
1,306
cpp
// { Driver Code Starts //Initial template for C++ #include<bits/stdc++.h> using namespace std; // } Driver Code Ends //User function template for C++ class Solution { public: //Function to find length of shortest common supersequence of two strings. int lcs(int m, int n, char* text1, char* text2) ...
[ "saakshi27050@gmail.com" ]
saakshi27050@gmail.com
34242bf7e21d1aedc7975299c6d9211f5dc0deae
08b8cf38e1936e8cec27f84af0d3727321cec9c4
/data/crawl/squid/old_hunk_542.cpp
48507922823808d4b7c9b4bb7df177d145f70acc
[]
no_license
ccdxc/logSurvey
eaf28e9c2d6307140b17986d5c05106d1fd8e943
6b80226e1667c1e0760ab39160893ee19b0e9fb1
refs/heads/master
2022-01-07T21:31:55.446839
2018-04-21T14:12:43
2018-04-21T14:12:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
296
cpp
ConnStateData::abortRequestParsing(const char *const uri) { ClientHttpRequest *http = new ClientHttpRequest(this); http->req_sz = in.buf.length(); http->uri = xstrdup(uri); setLogUri (http, uri); ClientSocketContext *context = new ClientSocketContext(clientConnection, http);
[ "993273596@qq.com" ]
993273596@qq.com
5199dcd0476e8eee0ded45242ab031f7dd8b7382
78f8172e4fb621588b351e5b131209f57b6f355b
/src/team2_control/src/Team2Control.cpp
31565f3ae958e51086fbb6754dca3caaed6bec7f
[ "Unlicense" ]
permissive
evertonkelvin/vsss_simulator
750730c1777df90daeb242c76b248ff3ba4bd9c0
a6ca9885488d3b0c0272d90eb7b0b0f9c1a6b988
refs/heads/master
2020-05-19T15:55:27.320382
2019-08-31T19:40:46
2019-08-31T19:40:46
185,094,990
0
0
null
null
null
null
UTF-8
C++
false
false
19,689
cpp
/* * ESTE software foi fornecido como exemplo de controlador de futebol de robôs na Segunda Oficina Brasileira de Futebol de Robôs realizada junto ao 5o Workshop em Automação e Robótica Aplicada (Robocontrol) 2010. * Você que está de posse dESTE software, está livre para utilizá-lo, alterá-lo, copiá-lo e incluí-l...
[ "everton.k23@gmail.com" ]
everton.k23@gmail.com
4eee2c42c0e8e9c7c41f6bbe7c6534069ae6ae44
dff11aca23c7751657e0aa8cd972642f2cdd91dc
/leetcode/code/SearchInRotatedSortedArrayII.h
285f76bcd699f44a0df10f57d6e2a039b9b43e38
[]
no_license
daniel0412/coding
bb3f3d6e3a864e18a68ed95742b7695507864721
9a77f4b891e8c9f1cbf5db830d26171822e5e976
refs/heads/master
2021-01-22T22:09:11.382518
2018-05-02T04:54:09
2018-05-13T22:04:13
85,510,554
0
1
null
null
null
null
UTF-8
C++
false
false
1,420
h
/* * */ #include <string> #include <vector> #include <list> #include <stack> #include <sstream> #include <iostream> #include <unordered_map> #include <unordered_set> #include <set> #include <queue> #include <functional> #include <algorithm> #include <utility> #include "utils.h" using namespace std; class SearchInR...
[ "lishijie0602@gmail.com" ]
lishijie0602@gmail.com
82c0885810d44d59431630297f8a0930f0d46cdc
90f84d39df7c2d58a7084fd46e4e4c39d16adfe6
/apps/samples/UIApp/IMEApp/IMEApp.cpp
d66757726f40b6bba6b2adb6ee47d6b8560fcfa6
[]
no_license
amitdo/Lipitk
08c3c1848998fba7b5a94ef9a39775f628961328
23d51c3bc0505c35511e8fc8e91af455b9342461
refs/heads/master
2021-01-16T22:50:20.018371
2011-11-08T18:31:04
2011-11-08T18:31:04
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,353
cpp
/***************************************************************************************** * Copyright (c) 2006 Hewlett-Packard Development Company, L.P. * 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 * ...
[ "anirudhsharma.crypto@gmail.com" ]
anirudhsharma.crypto@gmail.com
fbc0f47af207708c69464c31614e1f602f4f28bb
551d15d28066bc3c56045ff2009423f147ef0d9c
/cpp/500_findWords.cpp
41316a9e4abfe72b51f74434cf240c09059a8c08
[]
no_license
tesion99/LeetCode
6d393dcb5721f2e9df7a239b8f8823fcfba95c49
823d3b7d298bbbb2d72a1b0e96c8e6a20bb84e40
refs/heads/master
2021-07-11T12:34:11.243119
2020-08-22T14:51:10
2020-08-22T14:51:10
171,787,201
1
0
null
null
null
null
UTF-8
C++
false
false
1,663
cpp
/* 给定一个单词列表,只返回可以使用在键盘同一行的字母打印出来的单词。键盘如下图所示。 示例: 输入: ["Hello", "Alaska", "Dad", "Peace"] 输出: ["Alaska", "Dad"]   注意: 你可以重复使用键盘上同一字符。 你可以假设输入的字符串将只包含字母。 来源:力扣(LeetCode) 链接:https://leetcode-cn.com/problems/keyboard-row */ class Solution { public: vector<string> findWords(vector<string>& words) { vector<s...
[ "tesion@sina.cn" ]
tesion@sina.cn
1105353ae8140c9c47a98d27fc4e61d6c74c8b11
8b8cfce27f883053d0c869777b6f5db3d6fcc159
/ShapeDrawing/src/Equation.cpp
4b053551ad4e5f080e07f3e845e20048a0af1c40
[]
no_license
xcode2010/NWS_violins
2088ad09d4401b9e04bb888327a8caba1b5d9a29
0c62bd3ab7612473772ea614265345bde3df403b
refs/heads/master
2021-05-26T16:40:36.311329
2013-11-10T03:40:39
2013-11-10T03:40:39
null
0
0
null
null
null
null
UTF-8
C++
false
false
209
cpp
// // Equation.cpp // ShapeDrawing // // Created by Joseph Moore on 10/14/13. // // #include "Equation.h" void Equation::update(){ } void Equation::draw(){ } void Equation::setYofX(){ }
[ "josephrmoore@gmail.com" ]
josephrmoore@gmail.com
bc93681c283a5255efb88405ef2491032c1d9bcc
a1e35a9dffc3057c650361184e01b8faab986c9d
/generator/common/src/intToString.cpp
3108190971b7e6ab3c283319abd38a05434b3076
[]
no_license
guillaumeBoufflers/Bomberman
9e61113b9285f7be0db69927a3926a9e3eaaaa4f
c0469d65d467de8b4acb01b22dbc4848bc716fd0
refs/heads/master
2021-01-22T04:36:39.367067
2014-01-24T19:20:46
2014-01-24T19:20:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
148
cpp
#include <sstream> #include <string> std::string intToString(int a) { std::stringstream convert; convert << a; return (convert.str()); }
[ "guillaume.boufflers@gmail.com" ]
guillaume.boufflers@gmail.com