hexsha stringlengths 40 40 | size int64 19 11.4M | ext stringclasses 13
values | lang stringclasses 1
value | max_stars_repo_path stringlengths 3 270 | max_stars_repo_name stringlengths 5 110 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 9 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringlengths 24 24 ⌀ | max_stars_repo_stars_event_max_datetime stringlengths 24 24 ⌀ | max_issues_repo_path stringlengths 3 270 | max_issues_repo_name stringlengths 5 116 | max_issues_repo_head_hexsha stringlengths 40 78 | max_issues_repo_licenses listlengths 1 9 | max_issues_count float64 1 67k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 270 | max_forks_repo_name stringlengths 5 116 | max_forks_repo_head_hexsha stringlengths 40 78 | max_forks_repo_licenses listlengths 1 9 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 19 11.4M | avg_line_length float64 1.93 229k | max_line_length int64 12 688k | alphanum_fraction float64 0.07 0.99 | matches listlengths 1 10 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
65561835cc7963d47ab21762835e443aac3faaa7 | 16,388 | cpp | C++ | tests/2d_tests.cpp | wildmeshing/wildmeshing-toolkit | 7f4c60e5a6d366d9c3850b720b42b610e10600c2 | [
"MIT"
] | 8 | 2021-12-10T08:26:45.000Z | 2022-03-24T00:19:41.000Z | tests/2d_tests.cpp | wildmeshing/wildmeshing-toolkit | 7f4c60e5a6d366d9c3850b720b42b610e10600c2 | [
"MIT"
] | 86 | 2021-12-03T01:46:30.000Z | 2022-03-23T19:33:17.000Z | tests/2d_tests.cpp | wildmeshing/wildmeshing-toolkit | 7f4c60e5a6d366d9c3850b720b42b610e10600c2 | [
"MIT"
] | 2 | 2021-11-26T08:29:38.000Z | 2022-01-03T22:10:42.000Z | #include <wmtk/TriMesh.h>
#include <igl/read_triangle_mesh.h>
#include <stdlib.h>
#include <catch2/catch.hpp>
#include <iostream>
#include "wmtk/ConcurrentTriMesh.h"
using namespace wmtk;
TEST_CASE("load mesh and create TriMesh", "[test_mesh_creation]")
{
TriMesh m;
std::vector<std::array<size_t, 3>> tris = ... | 34 | 100 | 0.571333 | [
"mesh",
"vector"
] |
655827bfb4b2d376d4c56a0555f9aeb524c6db3c | 2,724 | cpp | C++ | source/menu.cpp | duylee/duy | b803278fdd553b2d8bcabebd085a60d018f9f8d8 | [
"MIT"
] | 9 | 2016-03-07T10:36:24.000Z | 2017-04-12T14:27:32.000Z | source/menu.cpp | duylee/duy | b803278fdd553b2d8bcabebd085a60d018f9f8d8 | [
"MIT"
] | 1 | 2016-04-11T10:58:21.000Z | 2016-04-13T03:43:17.000Z | source/menu.cpp | duylee/duy | b803278fdd553b2d8bcabebd085a60d018f9f8d8 | [
"MIT"
] | 6 | 2016-03-07T10:38:50.000Z | 2021-11-27T14:43:05.000Z | #include "menu.h"
#include "d3d.h"
#include "memory.h"
Menu::Menu()
{
this->width_ = 190;
}
Menu::~Menu()
{
}
void Menu::AddItem(int32_t *status, char item_description[32], char *status_description[], int32_t num_status_descriptions)
{
// better not look at this code
this->items_[this->num_items_].status = statu... | 25.942857 | 162 | 0.694934 | [
"render"
] |
6558324a271a1e19175c7573c64a0dc7b8a76275 | 717 | cpp | C++ | LeetCode/InterviewSchool/179. Largest Number.cpp | Sowmik23/All-Codes | 212ef0d940fa84624bb2972a257768a830a709a3 | [
"MIT"
] | 5 | 2021-02-14T17:48:21.000Z | 2022-01-24T14:29:44.000Z | LeetCode/InterviewSchool/179. Largest Number.cpp | Sowmik23/All-Codes | 212ef0d940fa84624bb2972a257768a830a709a3 | [
"MIT"
] | null | null | null | LeetCode/InterviewSchool/179. Largest Number.cpp | Sowmik23/All-Codes | 212ef0d940fa84624bb2972a257768a830a709a3 | [
"MIT"
] | null | null | null | class Solution {
public:
string largestNumber(vector<int>& nums) {
vector<string> str;
for(auto i: nums){
str.push_back(to_string(i));
}
//sort(str.begin(), str.end(), compare);
sort(str.begin(),str.end(), [](string &s1, string &s2){ retur... | 23.9 | 88 | 0.46304 | [
"vector"
] |
655aa3664ad3acce3c41046cb27003911ed0adf8 | 3,622 | hpp | C++ | OpenSimRoot/src/modules/Soil/Swms3d.hpp | nb-e/OpenRootSim | aaa1cd18e94ebf613c28737842401daba3b8d5ef | [
"BSD-3-Clause"
] | 1 | 2021-08-03T00:52:58.000Z | 2021-08-03T00:52:58.000Z | OpenSimRoot/src/modules/Soil/Swms3d.hpp | nb-e/OpenRootSim | aaa1cd18e94ebf613c28737842401daba3b8d5ef | [
"BSD-3-Clause"
] | null | null | null | OpenSimRoot/src/modules/Soil/Swms3d.hpp | nb-e/OpenRootSim | aaa1cd18e94ebf613c28737842401daba3b8d5ef | [
"BSD-3-Clause"
] | 1 | 2021-08-03T00:52:59.000Z | 2021-08-03T00:52:59.000Z | /*
Copyright © 2016 Forschungszentrum Jülich GmbH
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted under the GNU General Public License v3 and provided that the following conditions are met:
1. Redistributions of source code must retain the above c... | 35.861386 | 756 | 0.765047 | [
"vector"
] |
655c73b802de9843c5d46aa9170d9d654d5da473 | 5,329 | cpp | C++ | solutions-CODEUP/100000621-02.cpp | Ki-Seki/solutions | e4329712d664180d850e0a48d7d0f637215f13d0 | [
"MIT"
] | 1 | 2022-02-26T10:33:24.000Z | 2022-02-26T10:33:24.000Z | solutions-CODEUP/100000621-02.cpp | Ki-Seki/solutions | e4329712d664180d850e0a48d7d0f637215f13d0 | [
"MIT"
] | null | null | null | solutions-CODEUP/100000621-02.cpp | Ki-Seki/solutions | e4329712d664180d850e0a48d7d0f637215f13d0 | [
"MIT"
] | 1 | 2021-12-01T14:54:33.000Z | 2021-12-01T14:54:33.000Z | /*
* hint:
* 本题使用了两种方法:
* 1. 硬核模拟:优先队列 + 快速幂 + 迪杰斯特拉算法。由于每条路径的幂指数都是不同的,所以用一个队列保存路径上所有的指数。
* 2. 逻辑上的简化:并查集 + 迪杰斯特拉算法。每条路径长度指数式增长,因此先出现的一定是最小的。
*/
// 方法一
#include <cstdio>
#include <algorithm>
#include <queue>
#include <vector>
#include <cstring>
#define MAXN 105
#define MOD 100000
struct cmp {
bool operator ()... | 21.487903 | 78 | 0.42128 | [
"vector"
] |
655cfaf4b9a422e32f1a7cb527b7de47eafe20a5 | 1,517 | cpp | C++ | Compiler.cpp | FatalEagle/Crowbot | 33157e68bc126745693678a556c74c1634ea66a0 | [
"Apache-2.0"
] | 1 | 2017-04-08T04:22:49.000Z | 2017-04-08T04:22:49.000Z | Compiler.cpp | FatalEagle/Crowbot | 33157e68bc126745693678a556c74c1634ea66a0 | [
"Apache-2.0"
] | null | null | null | Compiler.cpp | FatalEagle/Crowbot | 33157e68bc126745693678a556c74c1634ea66a0 | [
"Apache-2.0"
] | null | null | null | #include "resource.h"
#define SHOW_TOKENS
std::function<void()> Compiler::compile(Lexxer lexxer, Robot *robot)
{
if(lexxer.getNextToken()=="__BEGIN")
{
#ifdef SHOW_TOKENS
printf("<Token: [__BEGIN]>\n");
#endif
std::vector<std::function<void()>> lines;
std::string tok;
while(tok... | 27.581818 | 68 | 0.355966 | [
"vector"
] |
6569ddc7acab8ca19258a22826562f41792d63b4 | 15,311 | cpp | C++ | dialog.cpp | NixonSiagian/samp-client | 7a10dfeddc806e199688c645b12f3bf37eaa4f61 | [
"FSFAP"
] | null | null | null | dialog.cpp | NixonSiagian/samp-client | 7a10dfeddc806e199688c645b12f3bf37eaa4f61 | [
"FSFAP"
] | null | null | null | dialog.cpp | NixonSiagian/samp-client | 7a10dfeddc806e199688c645b12f3bf37eaa4f61 | [
"FSFAP"
] | null | null | null | #include "main.h"
#include "game/game.h"
#include "net/netgame.h"
#include "gui/gui.h"
#include "dialog.h"
#include "vendor/imgui/imgui_internal.h"
#include "keyboard.h"
#include "gui/util.h"
extern CGUI *pGUI;
extern CGame *pGame;
extern CNetGame *pNetGame;
extern CKeyBoard *pKeyBoard;
char szCDialogInputBuffer[100]... | 26.908612 | 182 | 0.677487 | [
"vector"
] |
6574fccf9ccbc146b4f03154b6710179abf53343 | 4,195 | cpp | C++ | volentixfutr/src/volentixfutr.cpp | Volentix/volentix_contracts | d6680b933804310df3d219885e60bafd8f646cef | [
"MIT"
] | 1 | 2019-10-14T16:45:04.000Z | 2019-10-14T16:45:04.000Z | volentixfutr/src/volentixfutr.cpp | Volentix/volentix-contracts | d6680b933804310df3d219885e60bafd8f646cef | [
"MIT"
] | null | null | null | volentixfutr/src/volentixfutr.cpp | Volentix/volentix-contracts | d6680b933804310df3d219885e60bafd8f646cef | [
"MIT"
] | 1 | 2019-05-06T15:33:01.000Z | 2019-05-06T15:33:01.000Z | #include "volentixfutr.hpp"
void volentixfutr::txfds( name account ) {
require_auth( txfds_treasury );
require_auth( account );
facilitators_index facilitators(_self, _self.value);
auto iterator = facilitators.find(account.value);
eosio_assert(iterator != facilitators.end(), "facilitator doesn... | 37.123894 | 108 | 0.694398 | [
"vector"
] |
658bc0904bca98313f08a5d7fdd8fb9430c88034 | 851 | cpp | C++ | 27. LeetCode Problems/Next Permutation.cpp | Ujjawalgupta42/Hacktoberfest2021-DSA | eccd9352055085973e3d6a1feb10dd193905584b | [
"MIT"
] | 225 | 2021-10-01T03:09:01.000Z | 2022-03-11T11:32:49.000Z | 27. LeetCode Problems/Next Permutation.cpp | Ujjawalgupta42/Hacktoberfest2021-DSA | eccd9352055085973e3d6a1feb10dd193905584b | [
"MIT"
] | 252 | 2021-10-01T03:45:20.000Z | 2021-12-07T18:32:46.000Z | 27. LeetCode Problems/Next Permutation.cpp | Ujjawalgupta42/Hacktoberfest2021-DSA | eccd9352055085973e3d6a1feb10dd193905584b | [
"MIT"
] | 911 | 2021-10-01T02:55:19.000Z | 2022-02-06T09:08:37.000Z | //KHUSHBOO DEV
//Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers.
#include <bits/stdc++.h>
using namespace std;
// function to find the next permutation.
void nextPermutation(vector<int>& nums) {
int n=nums.size();
int... | 23 | 119 | 0.513514 | [
"vector"
] |
658f5ef3415cf21f1e9b910d3a36045bb7f45eb0 | 6,476 | cc | C++ | chrome/browser/android/feed/feed_offline_bridge.cc | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/android/feed/feed_offline_bridge.cc | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/android/feed/feed_offline_bridge.cc | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2021-01-05T23:43:46.000Z | 2021-01-07T23:36:34.000Z | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/android/feed/feed_offline_bridge.h"
#include <memory>
#include <utility>
#include "base/android/callback_android.h"
#include "b... | 37.871345 | 80 | 0.721279 | [
"vector"
] |
6594391d5b15f5a8a14a329873145e6b50a49ec4 | 1,386 | cpp | C++ | ch1/UVa11616.cpp | lyskevin/cpbook-code | 027f77933428d7688f935800ffa9109794e429b1 | [
"UPL-1.0"
] | 1,441 | 2018-12-03T23:46:17.000Z | 2022-03-29T06:36:43.000Z | ch1/UVa11616.cpp | lyskevin/cpbook-code | 027f77933428d7688f935800ffa9109794e429b1 | [
"UPL-1.0"
] | 53 | 2018-12-11T13:50:35.000Z | 2022-03-20T04:30:39.000Z | ch1/UVa11616.cpp | lyskevin/cpbook-code | 027f77933428d7688f935800ffa9109794e429b1 | [
"UPL-1.0"
] | 420 | 2018-12-04T11:22:08.000Z | 2022-03-27T15:25:33.000Z | // Roman Numerals
#include <bits/stdc++.h>
using namespace std;
typedef pair<int, string> is;
void AtoR(int A) { // Arabic to Roman
vector<is> convert({
{1000,"M"}, {900,"CM"}, {500,"D"}, {400,"CD"}, {100,"C"}, {90,"XC"},
{50,"L"}, {40,"XL"}, {10,"X"}, {9,"IX"}, {5,"V"}, {4,"I... | 24.75 | 76 | 0.44228 | [
"vector"
] |
6597cd05333727b1ef4904a3ef80908012e80605 | 4,512 | hpp | C++ | include/arxmlStorage.hpp | JonasRock/ARXML_LanguageServer | f31cc0b2ca9233ac544cf10aee6d799ea9e55320 | [
"Apache-2.0"
] | 1 | 2021-09-11T06:28:35.000Z | 2021-09-11T06:28:35.000Z | include/arxmlStorage.hpp | JonasRock/ARXML_LanguageServer | f31cc0b2ca9233ac544cf10aee6d799ea9e55320 | [
"Apache-2.0"
] | 1 | 2022-01-27T08:47:22.000Z | 2022-01-27T12:23:57.000Z | include/arxmlStorage.hpp | JonasRock/ARXML_LanguageServer | f31cc0b2ca9233ac544cf10aee6d799ea9e55320 | [
"Apache-2.0"
] | null | null | null | #ifndef SHORTNAMESTORAGE_H
#define SHORTNAMESTORAGE_H
#include <string>
#include <vector>
#include <deque>
#include <functional>
#include "boost/multi_index_container.hpp"
#include "boost/multi_index/ordered_index.hpp"
#include "boost/multi_index/mem_fun.hpp"
#include "boost/multi_index/member.hpp"
#include "boost/mu... | 39.578947 | 142 | 0.73781 | [
"vector"
] |
659a3c4c9738c72c94d29b64f99d425767f96aa1 | 666 | cpp | C++ | algorithms/numbers/factorial-sequence/implem_with_generic_sequence.cpp | dubzzz/various-algorithms | 16af4c05acfcb23d199df0851402b0da3ebba91c | [
"MIT"
] | 1 | 2017-04-17T18:32:46.000Z | 2017-04-17T18:32:46.000Z | algorithms/numbers/factorial-sequence/implem_with_generic_sequence.cpp | dubzzz/various-algorithms | 16af4c05acfcb23d199df0851402b0da3ebba91c | [
"MIT"
] | 10 | 2016-12-25T04:42:56.000Z | 2017-03-30T20:42:25.000Z | algorithms/numbers/factorial-sequence/implem_with_generic_sequence.cpp | dubzzz/various-algorithms | 16af4c05acfcb23d199df0851402b0da3ebba91c | [
"MIT"
] | 1 | 2022-03-25T17:39:05.000Z | 2022-03-25T17:39:05.000Z | #include <algorithm>
#include <functional>
#include <numeric>
#include <vector>
#include "aim.hpp"
// Algorithm to be tested
template <class Fun> auto build_sequence(Fun&& fun, std::size_t num, std::size_t init, unsigned long long uInit)
{
std::vector<unsigned long long> vs(num);
std::iota(vs.begin(), vs.end(), ... | 24.666667 | 112 | 0.651652 | [
"vector",
"transform"
] |
4f2225df40cee5182dcd36851c93ae83005439c9 | 2,709 | hpp | C++ | src/get_initial_calib.hpp | abhi1625/camera-calibration | d34a96245d86ed36432db3037919348d7d3a7846 | [
"MIT"
] | 3 | 2019-09-15T01:57:30.000Z | 2020-12-04T08:03:33.000Z | src/get_initial_calib.hpp | abhi1625/camera-calibration | d34a96245d86ed36432db3037919348d7d3a7846 | [
"MIT"
] | 4 | 2019-09-17T21:08:49.000Z | 2019-10-24T18:46:55.000Z | src/get_initial_calib.hpp | abhi1625/camera-calibration | d34a96245d86ed36432db3037919348d7d3a7846 | [
"MIT"
] | 1 | 2021-07-16T03:22:22.000Z | 2021-07-16T03:22:22.000Z | /**@file get_initial_calib.hpp
* @brief Header file containing required headers and methods
* for computing initial intrinsic calibration matrix.
*
* Detailed description follows here.
* @author : Abhinav Modi, Kartik Madhira
*
* Copyright 2019 MIT License
*/
#pragma once
#include <iostream>
#incl... | 33.8625 | 80 | 0.715024 | [
"shape",
"vector"
] |
4f22fe4f750a7ae0ead45d43d19fa0d6be999b1b | 3,812 | hpp | C++ | src/ReadLoader.hpp | AustinHartman/shasta | 105b8e85e272247f72ced59005c88879631931c0 | [
"BSD-3-Clause"
] | null | null | null | src/ReadLoader.hpp | AustinHartman/shasta | 105b8e85e272247f72ced59005c88879631931c0 | [
"BSD-3-Clause"
] | null | null | null | src/ReadLoader.hpp | AustinHartman/shasta | 105b8e85e272247f72ced59005c88879631931c0 | [
"BSD-3-Clause"
] | null | null | null | #ifndef SHASTA_READ_LOADER_HPP
#define SHASTA_READ_LOADER_HPP
// shasta
#include "LongBaseSequence.hpp"
#include "MemoryMappedObject.hpp"
#include "MultithreadedObject.hpp"
#include "Reads.hpp"
// Standard library.
#include "memory.hpp"
#include "string.hpp"
namespace shasta {
class ReadLoader;
}
// Class use... | 30.015748 | 99 | 0.715897 | [
"object",
"vector"
] |
4f27d86798396fce033f2aa2bfc633d7b51ee965 | 23,703 | cc | C++ | chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc | shaochangbin/chromium-crosswalk | 634d34e4cf82b4f7400357c53ec12efaffe94add | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2019-01-16T03:57:28.000Z | 2021-01-23T15:29:45.000Z | chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc | shaochangbin/chromium-crosswalk | 634d34e4cf82b4f7400357c53ec12efaffe94add | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc | shaochangbin/chromium-crosswalk | 634d34e4cf82b4f7400357c53ec12efaffe94add | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2017-03-15T13:21:38.000Z | 2017-03-15T13:21:38.000Z | // 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 <gdk/gdk.h>
#include <gdk/gdkx.h>
#include <gtk/gtk.h>
#include <map>
#include <set>
#include <vector>
// Xlib defines RootWindow
#undef Roo... | 36.978159 | 80 | 0.694216 | [
"vector"
] |
4f2a86923c52bb39331480f9149c3ed21bab941b | 7,884 | cpp | C++ | src/+cv/private/VideoCapture_.cpp | rokm/mexopencv | 22d459cd28df8a5e77fd7f2c8572b16723f60a1d | [
"BSD-3-Clause"
] | 1 | 2021-05-12T21:33:44.000Z | 2021-05-12T21:33:44.000Z | src/+cv/private/VideoCapture_.cpp | rokm/mexopencv | 22d459cd28df8a5e77fd7f2c8572b16723f60a1d | [
"BSD-3-Clause"
] | null | null | null | src/+cv/private/VideoCapture_.cpp | rokm/mexopencv | 22d459cd28df8a5e77fd7f2c8572b16723f60a1d | [
"BSD-3-Clause"
] | 1 | 2020-09-29T22:33:52.000Z | 2020-09-29T22:33:52.000Z | /**
* @file VideoCapture_.cpp
* @brief mex interface for cv::VideoCapture
* @ingroup videoio
* @author Kota Yamaguchi
* @date 2012
*/
#include "mexopencv.hpp"
using namespace std;
using namespace cv;
namespace {
// Persistent objects
/// Last object id to allocate
int last_id = 0;
/// Object container
map<int,Pt... | 35.674208 | 76 | 0.541603 | [
"object",
"vector"
] |
4f2bf4fabdfce8d7d6a6497ea20d3f01e2cdc174 | 22,495 | cpp | C++ | audio/sysvad/EndpointsCommon/mintopo.cpp | hassnaaHamdi/Windows-driver-samples | 325b87cf839b1b5c0ff46bb8c201612cfaedc561 | [
"MS-PL"
] | 2 | 2020-11-06T09:35:06.000Z | 2021-12-10T05:14:17.000Z | audio/sysvad/EndpointsCommon/mintopo.cpp | hassnaaHamdi/Windows-driver-samples | 325b87cf839b1b5c0ff46bb8c201612cfaedc561 | [
"MS-PL"
] | null | null | null | audio/sysvad/EndpointsCommon/mintopo.cpp | hassnaaHamdi/Windows-driver-samples | 325b87cf839b1b5c0ff46bb8c201612cfaedc561 | [
"MS-PL"
] | 1 | 2021-12-10T05:14:20.000Z | 2021-12-10T05:14:20.000Z | /*++
Copyright (c) 1997-2011 Microsoft Corporation All Rights Reserved
Module Name:
mintopo.cpp
Abstract:
Implementation of topology miniport.
--*/
#pragma warning (disable : 4127)
#include <sysvad.h>
#include "simple.h"
#include "minwavert.h"
#include "mintopo.h"
//==============... | 30.113788 | 137 | 0.534074 | [
"object"
] |
4f2c3e24e62c5978fed9dbd329699166712909e9 | 38,872 | cpp | C++ | samples/sample_fei/src/fei_encode.cpp | me176c-dev/MediaSDK | 0c7f315958b78c98c5c06bd60565eb8c1ad15d41 | [
"MIT"
] | null | null | null | samples/sample_fei/src/fei_encode.cpp | me176c-dev/MediaSDK | 0c7f315958b78c98c5c06bd60565eb8c1ad15d41 | [
"MIT"
] | null | null | null | samples/sample_fei/src/fei_encode.cpp | me176c-dev/MediaSDK | 0c7f315958b78c98c5c06bd60565eb8c1ad15d41 | [
"MIT"
] | null | null | null | /******************************************************************************\
Copyright (c) 2005-2019, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source c... | 43.529675 | 755 | 0.64504 | [
"vector"
] |
4f2e995ac46ed6db25e8ca854bee2b489098438e | 149,471 | cpp | C++ | Code/Editor/CryEdit.cpp | LB-KacperKapusta/o3de | 207ec6e60d02483e43f4f07bcedbd82aff8168f5 | [
"Apache-2.0",
"MIT"
] | null | null | null | Code/Editor/CryEdit.cpp | LB-KacperKapusta/o3de | 207ec6e60d02483e43f4f07bcedbd82aff8168f5 | [
"Apache-2.0",
"MIT"
] | null | null | null | Code/Editor/CryEdit.cpp | LB-KacperKapusta/o3de | 207ec6e60d02483e43f4f07bcedbd82aff8168f5 | [
"Apache-2.0",
"MIT"
] | null | null | null | /*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#include "EditorDefs.h"
#ifdef WIN32
AZ_PUSH_DISABLE_WARNING(4458, "-Wunknown-warning-option")
#... | 35.428064 | 337 | 0.630256 | [
"mesh",
"geometry",
"render",
"object",
"vector",
"model",
"3d"
] |
4f307affba0593c140df651c4f383cb57dea2fc8 | 5,353 | cpp | C++ | aws-cpp-sdk-panorama/source/model/ApplicationInstanceStatus.cpp | Nexuscompute/aws-sdk-cpp | e7ef485e46e6962c9e084b8c9b104c1bfcceaf26 | [
"Apache-2.0"
] | 1 | 2022-01-05T18:20:03.000Z | 2022-01-05T18:20:03.000Z | aws-cpp-sdk-panorama/source/model/ApplicationInstanceStatus.cpp | Nexuscompute/aws-sdk-cpp | e7ef485e46e6962c9e084b8c9b104c1bfcceaf26 | [
"Apache-2.0"
] | null | null | null | aws-cpp-sdk-panorama/source/model/ApplicationInstanceStatus.cpp | Nexuscompute/aws-sdk-cpp | e7ef485e46e6962c9e084b8c9b104c1bfcceaf26 | [
"Apache-2.0"
] | 1 | 2021-11-09T11:58:03.000Z | 2021-11-09T11:58:03.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/panorama/model/ApplicationInstanceStatus.h>
#include <aws/core/utils/HashingUtils.h>
#include <aws/core/Globals.h>
#include <aws/core/utils/EnumParseOverflowContainer.h>
using namespace... | 39.947761 | 106 | 0.666355 | [
"model"
] |
4f34dc499359efc0a6714cec01f5d5bb2bb3d7fd | 28,915 | cpp | C++ | modules/videoio/src/backend_plugin.cpp | r0l1/opencv | 28194a4a798c189a7cc8b6101473be0b8b74fc5e | [
"Apache-2.0"
] | null | null | null | modules/videoio/src/backend_plugin.cpp | r0l1/opencv | 28194a4a798c189a7cc8b6101473be0b8b74fc5e | [
"Apache-2.0"
] | null | null | null | modules/videoio/src/backend_plugin.cpp | r0l1/opencv | 28194a4a798c189a7cc8b6101473be0b8b74fc5e | [
"Apache-2.0"
] | null | null | null | // This file is part of OpenCV project.
// It is subject to the license terms in the LICENSE file found in the top-level directory
// of this distribution and at http://opencv.org/license.html.
#include "precomp.hpp"
#include "backend.hpp"
#include "plugin_api.hpp"
#include "plugin_capture_api.hpp"
#include "plugin_w... | 37.1181 | 152 | 0.603251 | [
"vector"
] |
4f35337c0cea31fc7cfb6054ab7fab0fd959bdee | 11,882 | cc | C++ | tensorflow/contrib/factorization/kernels/wals_solver_ops.cc | topsun888/tensorflow | bad7c50b9dc9789ad7dd0a62daca40b7269841ed | [
"Apache-2.0"
] | 101 | 2016-12-03T11:40:52.000Z | 2017-12-23T02:02:03.000Z | tensorflow/contrib/factorization/kernels/wals_solver_ops.cc | kiliczsh/tensorflow | f49aca4532c155597c669cf2189f211cafbebf96 | [
"Apache-2.0"
] | 9 | 2016-12-14T03:27:46.000Z | 2017-09-13T02:29:07.000Z | tensorflow/contrib/factorization/kernels/wals_solver_ops.cc | kiliczsh/tensorflow | f49aca4532c155597c669cf2189f211cafbebf96 | [
"Apache-2.0"
] | 47 | 2016-12-04T12:37:24.000Z | 2018-01-14T18:13:07.000Z | // Copyright 2016 The TensorFlow Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy
// of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required ... | 43.52381 | 81 | 0.665713 | [
"shape",
"vector"
] |
4f38b284de95f5303c1ac6c2599ba03fb12d7f3e | 10,563 | cpp | C++ | src/test/checkdatasig_tests.cpp | kittywhiskers/dash | f329625b67eb1943a2f0b68a12b3bd25052e41ab | [
"MIT"
] | null | null | null | src/test/checkdatasig_tests.cpp | kittywhiskers/dash | f329625b67eb1943a2f0b68a12b3bd25052e41ab | [
"MIT"
] | null | null | null | src/test/checkdatasig_tests.cpp | kittywhiskers/dash | f329625b67eb1943a2f0b68a12b3bd25052e41ab | [
"MIT"
] | null | null | null | // Copyright (c) 2018-2020 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <policy/policy.h>
#include <script/interpreter.h>
#include <test/lcg.h>
#include <test/setup_common.h>
#include <boost/... | 45.141026 | 114 | 0.619142 | [
"vector"
] |
4f391e2918807d56a520dd38b68cfd9fef901532 | 1,786 | cpp | C++ | aws-cpp-sdk-waf-regional/source/model/TagInfoForResource.cpp | Neusoft-Technology-Solutions/aws-sdk-cpp | 88c041828b0dbee18a297c3cfe98c5ecd0706d0b | [
"Apache-2.0"
] | 1 | 2022-02-10T08:06:54.000Z | 2022-02-10T08:06:54.000Z | aws-cpp-sdk-waf-regional/source/model/TagInfoForResource.cpp | Neusoft-Technology-Solutions/aws-sdk-cpp | 88c041828b0dbee18a297c3cfe98c5ecd0706d0b | [
"Apache-2.0"
] | 1 | 2022-01-03T23:59:37.000Z | 2022-01-03T23:59:37.000Z | aws-cpp-sdk-waf-regional/source/model/TagInfoForResource.cpp | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-11-09T11:58:03.000Z | 2021-11-09T11:58:03.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/waf-regional/model/TagInfoForResource.h>
#include <aws/core/utils/json/JsonSerializer.h>
#include <utility>
using namespace Aws::Utils::Json;
using namespace Aws::Utils;
namespace Aws... | 21.518072 | 94 | 0.730123 | [
"model"
] |
4f3a331fff8f8a82e27a81b643503f504268a854 | 1,391 | cpp | C++ | libs/geometry/doc/src/examples/geometries/register/multi_linestring.cpp | jmuskaan72/Boost | 047e36c01841a8cd6a5c74d4e3034da46e327bc1 | [
"BSL-1.0"
] | 198 | 2015-01-13T05:47:18.000Z | 2022-03-09T04:46:46.000Z | libs/geometry/doc/src/examples/geometries/register/multi_linestring.cpp | xiaoliang2121/Boost | fc90c3fde129c62565c023f091eddc4a7ed9902b | [
"BSL-1.0"
] | 4 | 2015-03-19T08:23:23.000Z | 2019-06-24T07:48:47.000Z | libs/geometry/doc/src/examples/geometries/register/multi_linestring.cpp | xiaoliang2121/Boost | fc90c3fde129c62565c023f091eddc4a7ed9902b | [
"BSL-1.0"
] | 139 | 2015-01-15T20:09:31.000Z | 2022-01-31T15:21:16.000Z | // Boost.Geometry (aka GGL, Generic Geometry Library)
// QuickBook Example
// Copyright (c) 2011-2012 Barend Gehrels, Amsterdam, the Netherlands.
// Use, modification and distribution is subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost... | 26.75 | 80 | 0.699497 | [
"geometry",
"model"
] |
4f3cb654b1a1a0918ed6e04d172a2610e27d6203 | 2,917 | cpp | C++ | 2. Рекуррентные соотношения/47.1. Делимость и сумма #1386/[OK]226002.cpp | godnoTA/acm.bsu.by | 3e1cf1c545c691de82b5e1d2e0768b41ea581734 | [
"Unlicense"
] | 19 | 2018-05-19T16:37:14.000Z | 2022-03-23T20:13:43.000Z | 2. Рекуррентные соотношения/47.1. Делимость и сумма #1386/[OK]226002.cpp | godnoTA/acm.bsu.by | 3e1cf1c545c691de82b5e1d2e0768b41ea581734 | [
"Unlicense"
] | 6 | 2020-05-07T21:06:48.000Z | 2020-06-05T17:52:57.000Z | 2. Рекуррентные соотношения/47.1. Делимость и сумма #1386/[OK]226002.cpp | godnoTA/acm.bsu.by | 3e1cf1c545c691de82b5e1d2e0768b41ea581734 | [
"Unlicense"
] | 31 | 2019-03-01T21:41:38.000Z | 2022-03-27T17:56:39.000Z | #include <iostream>
#include <fstream>
#include <algorithm>
#include <set>
#include <vector>
#include <iterator>
#include <utility>
#include <map>
#include "math.h"
#include <string>
#include <iterator>
using namespace std;
unsigned long long plusik(unsigned long long a, unsigned long long b) {
return a +... | 21.448529 | 73 | 0.446692 | [
"vector"
] |
4f3effbbc6fdb4e2528f608efda223ec63cd3db9 | 2,095 | cpp | C++ | aws-cpp-sdk-acm-pca/source/model/CertificateAuthorityType.cpp | Neusoft-Technology-Solutions/aws-sdk-cpp | 88c041828b0dbee18a297c3cfe98c5ecd0706d0b | [
"Apache-2.0"
] | 1 | 2022-02-10T08:06:54.000Z | 2022-02-10T08:06:54.000Z | aws-cpp-sdk-acm-pca/source/model/CertificateAuthorityType.cpp | Neusoft-Technology-Solutions/aws-sdk-cpp | 88c041828b0dbee18a297c3cfe98c5ecd0706d0b | [
"Apache-2.0"
] | 1 | 2022-01-03T23:59:37.000Z | 2022-01-03T23:59:37.000Z | aws-cpp-sdk-acm-pca/source/model/CertificateAuthorityType.cpp | ravindra-wagh/aws-sdk-cpp | 7d5ff01b3c3b872f31ca98fb4ce868cd01e97696 | [
"Apache-2.0"
] | 1 | 2021-11-09T11:58:03.000Z | 2021-11-09T11:58:03.000Z | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#include <aws/acm-pca/model/CertificateAuthorityType.h>
#include <aws/core/utils/HashingUtils.h>
#include <aws/core/Globals.h>
#include <aws/core/utils/EnumParseOverflowContainer.h>
using namespace A... | 29.507042 | 92 | 0.636754 | [
"model"
] |
4f3fffaa992665f9628620828126536e0955491d | 3,146 | hpp | C++ | src/Elliptic/BoundaryConditions/ApplyBoundaryCondition.hpp | trami18/spectre | 6b1f6497bf2e26d1474bfadf143b3321942c40b4 | [
"MIT"
] | 2 | 2021-04-11T04:07:42.000Z | 2021-04-11T05:07:54.000Z | src/Elliptic/BoundaryConditions/ApplyBoundaryCondition.hpp | trami18/spectre | 6b1f6497bf2e26d1474bfadf143b3321942c40b4 | [
"MIT"
] | 1 | 2022-03-25T18:26:16.000Z | 2022-03-25T19:30:39.000Z | src/Elliptic/BoundaryConditions/ApplyBoundaryCondition.hpp | isaaclegred/spectre | 5765da85dad680cad992daccd479376c67458a8c | [
"MIT"
] | null | null | null | // Distributed under the MIT License.
// See LICENSE.txt for details.
#pragma once
#include <cstddef>
#include <type_traits>
#include "DataStructures/DataBox/DataBox.hpp"
#include "Domain/InterfaceHelpers.hpp"
#include "Domain/Structure/Direction.hpp"
#include "Domain/Tags.hpp"
#include "Elliptic/BoundaryConditions/... | 42.513514 | 80 | 0.656071 | [
"transform"
] |
4f46e29221029585e67c6962cdcbf2dc2e2c02d5 | 17,030 | cc | C++ | tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc | chuanqi129/tensorflow | 84eb083bb5328912dde064b8b0f61d28c6edbe43 | [
"Apache-2.0"
] | 57 | 2017-09-03T07:08:31.000Z | 2022-02-28T04:33:42.000Z | tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc | chuanqi129/tensorflow | 84eb083bb5328912dde064b8b0f61d28c6edbe43 | [
"Apache-2.0"
] | 8 | 2019-03-13T23:13:47.000Z | 2020-01-31T21:08:21.000Z | tensorflow/compiler/xla/service/gpu/nvptx_compiler.cc | chuanqi129/tensorflow | 84eb083bb5328912dde064b8b0f61d28c6edbe43 | [
"Apache-2.0"
] | 28 | 2017-03-25T13:48:09.000Z | 2021-10-14T00:10:50.000Z | /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | 40.839329 | 81 | 0.691016 | [
"vector"
] |
4f46e75b49d22fb1f8c17134f945a9796e887dc1 | 13,812 | hpp | C++ | include/GlobalNamespace/ScaleAnimator.hpp | marksteward/BeatSaber-Quest-Codegen | a76f063f71cef207a9f048ad7613835f554911a7 | [
"Unlicense"
] | null | null | null | include/GlobalNamespace/ScaleAnimator.hpp | marksteward/BeatSaber-Quest-Codegen | a76f063f71cef207a9f048ad7613835f554911a7 | [
"Unlicense"
] | null | null | null | include/GlobalNamespace/ScaleAnimator.hpp | marksteward/BeatSaber-Quest-Codegen | a76f063f71cef207a9f048ad7613835f554911a7 | [
"Unlicense"
] | null | null | null | // Autogenerated from CppHeaderCreator
// Created by Sc2ad
// =========================================================================
#pragma once
// Begin includes
#include "extern/beatsaber-hook/shared/utils/typedefs.h"
#include "extern/beatsaber-hook/shared/utils/byref.hpp"
// Including type: UnityEngine.Mo... | 55.027888 | 466 | 0.730814 | [
"object",
"vector",
"transform"
] |
4f47b098bbbfaf45d84d600f9dfa43d80e50ae9b | 7,198 | cpp | C++ | src/esp/geo/OBB.cpp | shacklettbp/habitat-sim | 1d5f7a4a3bfc30b620cf99f75a09db124b7aa1a5 | [
"MIT"
] | 1 | 2019-04-22T06:04:48.000Z | 2019-04-22T06:04:48.000Z | src/esp/geo/OBB.cpp | shacklettbp/habitat-sim | 1d5f7a4a3bfc30b620cf99f75a09db124b7aa1a5 | [
"MIT"
] | null | null | null | src/esp/geo/OBB.cpp | shacklettbp/habitat-sim | 1d5f7a4a3bfc30b620cf99f75a09db124b7aa1a5 | [
"MIT"
] | null | null | null | // Copyright (c) Facebook, Inc. and its affiliates.
// This source code is licensed under the MIT license found in the
// LICENSE file in the root directory of this source tree.
#include "OBB.h"
#include <vector>
#include "esp/geo/geo.h"
namespace esp {
namespace geo {
OBB::OBB() {
center_.setZero();
halfExten... | 29.024194 | 80 | 0.58683 | [
"vector",
"transform"
] |
4f49061ec90ecf84a89dd1844d5e9f4f6d49916f | 8,410 | cpp | C++ | src/rpcclient.cpp | coinkeeper/2015-06-22_18-55_clams | f5575011523bf710d73f748d43f07a4214005374 | [
"MIT"
] | 1 | 2018-02-06T22:33:13.000Z | 2018-02-06T22:33:13.000Z | src/rpcclient.cpp | coinkeeper/2015-06-22_18-55_clams | f5575011523bf710d73f748d43f07a4214005374 | [
"MIT"
] | null | null | null | src/rpcclient.cpp | coinkeeper/2015-06-22_18-55_clams | f5575011523bf710d73f748d43f07a4214005374 | [
"MIT"
] | null | null | null | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <set>
#include "rpcclient.h"
#include "rpcprotocol.h"
#include "util.h"
#incl... | 30.143369 | 129 | 0.602259 | [
"object",
"vector"
] |
4f492feb2fab217a4ec7a94ae1e96ca43bd8fdec | 1,707 | cpp | C++ | src/luogu/P1120/23759154_ua_66_7799ms_800k_noO2.cpp | lnkkerst/oj-codes | d778489182d644370b2a690aa92c3df6542cc306 | [
"MIT"
] | null | null | null | src/luogu/P1120/23759154_ua_66_7799ms_800k_noO2.cpp | lnkkerst/oj-codes | d778489182d644370b2a690aa92c3df6542cc306 | [
"MIT"
] | null | null | null | src/luogu/P1120/23759154_ua_66_7799ms_800k_noO2.cpp | lnkkerst/oj-codes | d778489182d644370b2a690aa92c3df6542cc306 | [
"MIT"
] | null | null | null | #include <cstdio>
#include <cctype>
#include <cstring>
#include <cstdlib>
#include <iomanip>
#include <iostream>
#include <algorithm>
#include <set>
#include <vector>
#include <stack>
#include <queue>
#include <map>
#include <functional>
#include <cmath>
#include <ctime>
#define MAXN 66
using namespace std;
int read(... | 15.953271 | 77 | 0.478617 | [
"vector"
] |
4f4963e95f3a6d02af7b293c4f2dcd2e318f8a40 | 7,299 | cpp | C++ | Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp | guj/WarpX | 7833e281dd9fa695a57d097eac31acef7ccaa3eb | [
"BSD-3-Clause-LBNL"
] | null | null | null | Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp | guj/WarpX | 7833e281dd9fa695a57d097eac31acef7ccaa3eb | [
"BSD-3-Clause-LBNL"
] | null | null | null | Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PsatdAlgorithm.cpp | guj/WarpX | 7833e281dd9fa695a57d097eac31acef7ccaa3eb | [
"BSD-3-Clause-LBNL"
] | null | null | null | /* Copyright 2019 Remi Lehe, Revathi Jambunathan
*
* This file is part of WarpX.
*
* License: BSD-3-Clause-LBNL
*/
#include <PsatdAlgorithm.H>
#include <WarpXConst.H>
#include <cmath>
using namespace amrex;
/* \brief Initialize coefficients for the update equation */
PsatdAlgorithm::PsatdAlgorithm(const Spectral... | 40.776536 | 90 | 0.548431 | [
"vector"
] |
4f4be83679b360732db58fee93631f3dac663616 | 4,577 | hpp | C++ | include/Mono/Security/PKCS7_ContentInfo.hpp | darknight1050/BeatSaber-Quest-Codegen | a6eeecc3f0e8f6079630f9a9a72b3121ac7b2032 | [
"Unlicense"
] | null | null | null | include/Mono/Security/PKCS7_ContentInfo.hpp | darknight1050/BeatSaber-Quest-Codegen | a6eeecc3f0e8f6079630f9a9a72b3121ac7b2032 | [
"Unlicense"
] | null | null | null | include/Mono/Security/PKCS7_ContentInfo.hpp | darknight1050/BeatSaber-Quest-Codegen | a6eeecc3f0e8f6079630f9a9a72b3121ac7b2032 | [
"Unlicense"
] | null | null | null | // Autogenerated from CppHeaderCreator
// Created by Sc2ad
// =========================================================================
#pragma once
// Begin includes
#include "extern/beatsaber-hook/shared/utils/typedefs.h"
// Including type: Mono.Security.PKCS7
#include "Mono/Security/PKCS7.hpp"
#include "exte... | 47.677083 | 147 | 0.685602 | [
"object"
] |
4f538d8e9f17cf74798642e3563f0379d47b5262 | 4,721 | cpp | C++ | libs/graph/test/subgraph.cpp | coxlab/boost_patched_for_objcplusplus | 5316cd54bbd03994ae785185efcde62b57fd5e93 | [
"BSL-1.0"
] | 1 | 2017-07-31T02:19:48.000Z | 2017-07-31T02:19:48.000Z | libs/graph/test/subgraph.cpp | boost-cmake/vintage | dcfb7da3177134eddaee6789d6f582259cb0d6ee | [
"BSL-1.0"
] | null | null | null | libs/graph/test/subgraph.cpp | boost-cmake/vintage | dcfb7da3177134eddaee6789d6f582259cb0d6ee | [
"BSL-1.0"
] | 1 | 2021-03-07T05:20:43.000Z | 2021-03-07T05:20:43.000Z | // (C) Copyright Jeremy Siek 2004
// 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)
#include <set>
#include <boost/test/minimal.hpp>
#include <boost/graph/subgraph.hpp>
#include <boost/graph/adjacency_list.h... | 34.210145 | 88 | 0.662783 | [
"vector"
] |
4f53e45c06407c6de669715e41ee26c3d6d81bd0 | 10,866 | cpp | C++ | src/qt/src/gui/text/qglyphrun.cpp | ant0ine/phantomjs | 8114d44a28134b765ab26b7e13ce31594fa81253 | [
"BSD-3-Clause"
] | 46 | 2015-01-08T14:32:34.000Z | 2022-02-05T16:48:26.000Z | src/qt/src/gui/text/qglyphrun.cpp | ant0ine/phantomjs | 8114d44a28134b765ab26b7e13ce31594fa81253 | [
"BSD-3-Clause"
] | 7 | 2015-01-20T14:28:12.000Z | 2017-01-18T17:21:44.000Z | src/qt/src/gui/text/qglyphrun.cpp | ant0ine/phantomjs | 8114d44a28134b765ab26b7e13ce31594fa81253 | [
"BSD-3-Clause"
] | 14 | 2015-10-27T06:17:48.000Z | 2020-03-03T06:15:50.000Z | /****************************************************************************
**
** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees ... | 30.267409 | 101 | 0.690134 | [
"object",
"vector"
] |
4f541a7b28a27eef32ffe9998749c3b0dbd5d5c5 | 2,188 | cpp | C++ | test/cpp-raw/interface_params.cpp | adrianwithah/intercom-example | 30e6860af2a493447753b620370d5136613d00c5 | [
"MIT"
] | null | null | null | test/cpp-raw/interface_params.cpp | adrianwithah/intercom-example | 30e6860af2a493447753b620370d5136613d00c5 | [
"MIT"
] | null | null | null | test/cpp-raw/interface_params.cpp | adrianwithah/intercom-example | 30e6860af2a493447753b620370d5136613d00c5 | [
"MIT"
] | null | null | null |
#include "../cpp-utility/os.hpp"
#include "../cpp-utility/catch.hpp"
#define INTERCOM_FLATTEN_DECLARATIONS
#include "testlib.hpp"
#include <intercom.hpp>
class CppImplementation : public ISharedInterface_Automation
{
virtual unsigned int INTERCOM_CC GetValue() { return 5; }
// These two are not used.
v... | 28.789474 | 130 | 0.655393 | [
"object"
] |
4f543db12a5a4800a9e5c9742fadfe2e6393a3b4 | 42,476 | cpp | C++ | ugene/src/plugins_3rdparty/hmm3/src/hmmer3/easel/esl_tree.cpp | iganna/lspec | c75cba3e4fa9a46abeecbf31b5d467827cf4fec0 | [
"MIT"
] | null | null | null | ugene/src/plugins_3rdparty/hmm3/src/hmmer3/easel/esl_tree.cpp | iganna/lspec | c75cba3e4fa9a46abeecbf31b5d467827cf4fec0 | [
"MIT"
] | null | null | null | ugene/src/plugins_3rdparty/hmm3/src/hmmer3/easel/esl_tree.cpp | iganna/lspec | c75cba3e4fa9a46abeecbf31b5d467827cf4fec0 | [
"MIT"
] | null | null | null | /* Phylogenetic trees.
*
* Contents:
* 1. The ESL_TREE object.
* 2. Newick format i/o
* 3. Tree comparison algorithms.
* 4. Clustering algorithms for distance-based tree construction.
* 5. Generating simulated trees.
* 9. Copyright notice and license.
*
* SVN $Id: esl_tree.c 326 2009-02-28 15:49:07Z eddys... | 34.844955 | 119 | 0.539811 | [
"object"
] |
4f553ff5fd146b25b61eb4c0acf3f7caedc0590b | 34,809 | cpp | C++ | src/sound/timidity/instrum_dls.cpp | raa-eruanna/ProjectPanther | 7d703c162b4ede25faa3e99cacacb4fc79fb77da | [
"RSA-MD"
] | 2 | 2018-01-18T21:30:20.000Z | 2018-01-19T02:24:46.000Z | src/sound/timidity/instrum_dls.cpp | raa-eruanna/ProjectPanther | 7d703c162b4ede25faa3e99cacacb4fc79fb77da | [
"RSA-MD"
] | null | null | null | src/sound/timidity/instrum_dls.cpp | raa-eruanna/ProjectPanther | 7d703c162b4ede25faa3e99cacacb4fc79fb77da | [
"RSA-MD"
] | null | null | null | /*
TiMidity -- Experimental MIDI to WAVE converter
Copyright (C) 1995 Tuukka Toivonen <toivonen@clinet.fi>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the Lice... | 28.071774 | 324 | 0.645465 | [
"transform"
] |
4f572863473110eb624237eb6b8be9ad8e13a0bc | 2,638 | hpp | C++ | lib/primitive/src/serialization/amf3/Amf3Traits.hpp | tkeycoin/tkeycoin2 | 7fb88605b8874e16c01df1ee2d47f45094d5cf57 | [
"MIT"
] | 3 | 2020-01-24T04:45:14.000Z | 2020-06-30T13:49:58.000Z | lib/primitive/src/serialization/amf3/Amf3Traits.hpp | Dikii27/tkeycoin2 | 7fb88605b8874e16c01df1ee2d47f45094d5cf57 | [
"MIT"
] | 1 | 2020-06-18T15:51:36.000Z | 2020-06-20T17:25:45.000Z | lib/primitive/src/serialization/amf3/Amf3Traits.hpp | Dikii27/tkeycoin2 | 7fb88605b8874e16c01df1ee2d47f45094d5cf57 | [
"MIT"
] | 1 | 2020-10-20T06:50:13.000Z | 2020-10-20T06:50:13.000Z | // Copyright (c) 2019 Tkeycoin Dao
// Copyright (c) 2020 TKEY DMCC LLC & Tkeycoin Dao. All rights reserved.
// Website: www.tkeycoin.com
//
// 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... | 29.640449 | 76 | 0.719864 | [
"object",
"vector"
] |
4f593918cdf9aa713b07a8f85faedf5310b5431f | 2,392 | hpp | C++ | utils/camera-tool/includes/LensCalibration.hpp | TheGuardianWolf/Annotation-Tool | ba2b79269cfe8306aa49e93944e952b9f931ef99 | [
"Artistic-2.0",
"Apache-2.0",
"CC0-1.0",
"Unlicense"
] | null | null | null | utils/camera-tool/includes/LensCalibration.hpp | TheGuardianWolf/Annotation-Tool | ba2b79269cfe8306aa49e93944e952b9f931ef99 | [
"Artistic-2.0",
"Apache-2.0",
"CC0-1.0",
"Unlicense"
] | 4 | 2019-01-08T19:57:57.000Z | 2022-03-24T02:57:49.000Z | utils/camera-tool/includes/LensCalibration.hpp | TheGuardianWolf/Annotation-Tool | ba2b79269cfe8306aa49e93944e952b9f931ef99 | [
"Artistic-2.0",
"Apache-2.0",
"CC0-1.0",
"Unlicense"
] | 1 | 2017-04-19T03:57:35.000Z | 2017-04-19T03:57:35.000Z | /**
* LensCalibration.hpp
* Created by Jerry Fan, property of The University of Auckland.
* Licenced under the Artistic Licence 2.0.
*
* This module is based off the example code provided by OpenCV to calibrate
* and remove lens distortion based on a checkboard pattern.
*/
#ifndef LENSCALIBRATION_H
#define LEN... | 26.577778 | 77 | 0.668478 | [
"object",
"vector"
] |
4f5a379df1dfd00cbb50f8f5255feb18694d47e3 | 362 | cpp | C++ | Leetcode/0940. Distinct Subsequences II/0940.cpp | Next-Gen-UI/Code-Dynamics | a9b9d5e3f27e870b3e030c75a1060d88292de01c | [
"MIT"
] | null | null | null | Leetcode/0940. Distinct Subsequences II/0940.cpp | Next-Gen-UI/Code-Dynamics | a9b9d5e3f27e870b3e030c75a1060d88292de01c | [
"MIT"
] | null | null | null | Leetcode/0940. Distinct Subsequences II/0940.cpp | Next-Gen-UI/Code-Dynamics | a9b9d5e3f27e870b3e030c75a1060d88292de01c | [
"MIT"
] | null | null | null | class Solution {
public:
int distinctSubseqII(string s) {
constexpr int kMod = 1e9 + 7;
// endsWith[i] := # of subseqs ends with 'a' + i
vector<long> endsWith(26);
for (const char c : s)
endsWith[c - 'a'] = accumulate(begin(endsWith), end(endsWith), 1L) % kMod;
return accumulate(begin(end... | 25.857143 | 80 | 0.616022 | [
"vector"
] |
4f5a51fe21fc1e395cb7f2300f7a58e78b3ccaff | 17,537 | cc | C++ | waymo_open_dataset/metrics/detection_metrics.cc | reinforcementdriving/waymo-open-dataset | 48665e7fc33eb412c4307d8ab6f92620eab9c95d | [
"Apache-2.0"
] | 1,814 | 2019-08-20T18:30:38.000Z | 2022-03-31T04:14:51.000Z | waymo_open_dataset/metrics/detection_metrics.cc | xuitex/waymo-open-dataset | 1297cdcbcd103d4befb4b498e50a0c030053e6c0 | [
"Apache-2.0"
] | 418 | 2019-08-20T22:38:02.000Z | 2022-03-31T07:51:15.000Z | waymo_open_dataset/metrics/detection_metrics.cc | xuitex/waymo-open-dataset | 1297cdcbcd103d4befb4b498e50a0c030053e6c0 | [
"Apache-2.0"
] | 420 | 2019-08-21T10:59:06.000Z | 2022-03-31T08:31:44.000Z | /* Copyright 2019 The Waymo Open Dataset Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable ... | 40.594907 | 80 | 0.675144 | [
"object",
"vector"
] |
4f5b1473e6fbd14fea43d0cd2cf09bc69b00216a | 18,126 | cc | C++ | src/sst/core/model/pymodel_comp.cc | AlecGrover/sst-core | 3d5607f75f8912107246af8c38bc70c85e67915e | [
"BSD-3-Clause"
] | null | null | null | src/sst/core/model/pymodel_comp.cc | AlecGrover/sst-core | 3d5607f75f8912107246af8c38bc70c85e67915e | [
"BSD-3-Clause"
] | null | null | null | src/sst/core/model/pymodel_comp.cc | AlecGrover/sst-core | 3d5607f75f8912107246af8c38bc70c85e67915e | [
"BSD-3-Clause"
] | null | null | null | // -*- c++ -*-
// Copyright 2009-2018 NTESS. Under the terms
// of Contract DE-NA0003525 with NTESS, the U.S.
// Government retains certain rights in this software.
//
// Copyright (c) 2009-2018, NTESS
// All rights reserved.
//
// This file is part of the SST software package. For license
// information, see the LICE... | 30.56661 | 170 | 0.54248 | [
"object",
"vector",
"model"
] |
4f5b3363a45f20b2629084e9420fccddd2ab69f8 | 474 | cpp | C++ | Dataset/Leetcode/train/62/453.cpp | kkcookies99/UAST | fff81885aa07901786141a71e5600a08d7cb4868 | [
"MIT"
] | null | null | null | Dataset/Leetcode/train/62/453.cpp | kkcookies99/UAST | fff81885aa07901786141a71e5600a08d7cb4868 | [
"MIT"
] | null | null | null | Dataset/Leetcode/train/62/453.cpp | kkcookies99/UAST | fff81885aa07901786141a71e5600a08d7cb4868 | [
"MIT"
] | null | null | null | class Solution {
public:
int XXX(int m, int n) {
//定义dp[j]为到达 【i,j】这个点的方法
vector<int> dp(n);
dp[0] = 1;
for(int i = 0;i<m;++i ){
for(int j = 0;j<n;++j){
if(j == 0){
dp[j] = dp[j];
}else if( i == 0 ){
... | 21.545455 | 37 | 0.280591 | [
"vector"
] |
4f5b4cba779905c2d01adb13976db8a1dc855ef1 | 8,468 | cpp | C++ | source/blender/freestyle/intern/view_map/SteerableViewMap.cpp | 1-MillionParanoidTterabytes/Blender-2.79b-blackened | e8d767324e69015aa66850d13bee7db1dc7d084b | [
"Unlicense"
] | 2 | 2018-06-18T01:50:25.000Z | 2018-06-18T01:50:32.000Z | source/blender/freestyle/intern/view_map/SteerableViewMap.cpp | 1-MillionParanoidTterabytes/Blender-2.79b-blackened | e8d767324e69015aa66850d13bee7db1dc7d084b | [
"Unlicense"
] | null | null | null | source/blender/freestyle/intern/view_map/SteerableViewMap.cpp | 1-MillionParanoidTterabytes/Blender-2.79b-blackened | e8d767324e69015aa66850d13bee7db1dc7d084b | [
"Unlicense"
] | null | null | null | /*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* 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.
*
* This program is d... | 28.416107 | 115 | 0.652929 | [
"geometry"
] |
4f5bd4f69906871808260fad9653a3fe4534c1d3 | 34,010 | cpp | C++ | folly/test/FunctionTest.cpp | aloknnikhil/folly | f4fb4266c044a959f8f01bee88c2f502939f527f | [
"Apache-2.0"
] | 1 | 2020-01-10T05:54:31.000Z | 2020-01-10T05:54:31.000Z | folly/test/FunctionTest.cpp | aloknnikhil/folly | f4fb4266c044a959f8f01bee88c2f502939f527f | [
"Apache-2.0"
] | 1 | 2021-05-26T00:37:20.000Z | 2021-05-26T00:37:20.000Z | folly/test/FunctionTest.cpp | aloknnikhil/folly | f4fb4266c044a959f8f01bee88c2f502939f527f | [
"Apache-2.0"
] | 1 | 2020-01-10T05:54:43.000Z | 2020-01-10T05:54:43.000Z | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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 applic... | 27.650407 | 80 | 0.624258 | [
"object",
"vector"
] |
4f5d222042e2d5b960d504496c210240599aed9b | 6,058 | cpp | C++ | 3rdParty/iresearch/core/utils/locale_utils.cpp | 0xflotus/arangodb | 1de6a7aff9183920cb8d2241c9c226b30bcf4d05 | [
"Apache-2.0"
] | 1 | 2019-08-11T04:06:49.000Z | 2019-08-11T04:06:49.000Z | 3rdParty/iresearch/core/utils/locale_utils.cpp | 0xflotus/arangodb | 1de6a7aff9183920cb8d2241c9c226b30bcf4d05 | [
"Apache-2.0"
] | null | null | null | 3rdParty/iresearch/core/utils/locale_utils.cpp | 0xflotus/arangodb | 1de6a7aff9183920cb8d2241c9c226b30bcf4d05 | [
"Apache-2.0"
] | 1 | 2021-07-12T06:29:34.000Z | 2021-07-12T06:29:34.000Z | ////////////////////////////////////////////////////////////////////////////////
/// DISCLAIMER
///
/// Copyright 2016 by EMC Corporation, All Rights Reserved
///
/// Licensed under the Apache License, Version 2.0 (the "License");
/// you may not use this file except in compliance with the License.
/// You may obtain a... | 31.884211 | 188 | 0.630406 | [
"object"
] |
4f64518cc9bc34eca21f012bc2188d8b7b765c74 | 7,157 | cpp | C++ | Cpp/Control/FeedforwardController.cpp | mass2010chromium/Klampt | 4a50ac10daf636e4f2d7acb635db2292fc2c72b6 | [
"BSD-3-Clause"
] | null | null | null | Cpp/Control/FeedforwardController.cpp | mass2010chromium/Klampt | 4a50ac10daf636e4f2d7acb635db2292fc2c72b6 | [
"BSD-3-Clause"
] | null | null | null | Cpp/Control/FeedforwardController.cpp | mass2010chromium/Klampt | 4a50ac10daf636e4f2d7acb635db2292fc2c72b6 | [
"BSD-3-Clause"
] | null | null | null | #include "FeedforwardController.h"
#include "Sensing/JointSensors.h"
//#include "Modeling/ParabolicRamp.h"
#include <KrisLibrary/robotics/NewtonEuler.h>
#include <string>
#include <sstream>
using namespace Klampt;
FeedforwardController::FeedforwardController(RobotModel& _robot,shared_ptr<RobotController> _base)
:Ro... | 28.513944 | 109 | 0.686601 | [
"vector"
] |
4f6646694c2de578f73e6b7e331a7c534518506f | 2,674 | cpp | C++ | libnd4j/include/ops/declarable/impl/DeclarableReductionOp.cpp | bpossolo/deeplearning4j | 722d5a052af17f19dcd42ef923b9a5b63ab2cbee | [
"Apache-2.0"
] | 13,006 | 2015-02-13T18:35:31.000Z | 2022-03-18T12:11:44.000Z | libnd4j/include/ops/declarable/impl/DeclarableReductionOp.cpp | bpossolo/deeplearning4j | 722d5a052af17f19dcd42ef923b9a5b63ab2cbee | [
"Apache-2.0"
] | 5,319 | 2015-02-13T08:21:46.000Z | 2019-06-12T14:56:50.000Z | libnd4j/include/ops/declarable/impl/DeclarableReductionOp.cpp | bpossolo/deeplearning4j | 722d5a052af17f19dcd42ef923b9a5b63ab2cbee | [
"Apache-2.0"
] | 4,719 | 2015-02-13T22:48:55.000Z | 2022-03-22T07:25:36.000Z | /*******************************************************************************
* Copyright (c) 2015-2018 Skymind, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0.
*
*... | 41.78125 | 231 | 0.575916 | [
"vector"
] |
4f684c723fca3383d6985b7df8601b85af150486 | 6,503 | cpp | C++ | lolCompiler/ASTWriter.cpp | NeutralNoise/lol_script | 632b6a56c9caa3d44e93e2006cedec5d6730e3e2 | [
"MIT"
] | null | null | null | lolCompiler/ASTWriter.cpp | NeutralNoise/lol_script | 632b6a56c9caa3d44e93e2006cedec5d6730e3e2 | [
"MIT"
] | null | null | null | lolCompiler/ASTWriter.cpp | NeutralNoise/lol_script | 632b6a56c9caa3d44e93e2006cedec5d6730e3e2 | [
"MIT"
] | null | null | null | #include "ASTWriter.h"
#include "ASTNode.h"
#include "../Common/cpuEnums.h"
#include "AST.h"
bool CheckVeriableIsReal(ASTNode * perent, unsigned int *nodePos, unsigned int *identPos) {
//Find the memory position of the identifer well check to make sure its real.
ASTNode * node = perent->GetPerent();
unsigned int i... | 32.678392 | 106 | 0.590958 | [
"vector"
] |
4f68f36ff36c42befcfc7906801a0899e960b289 | 7,348 | cpp | C++ | llvm/lib/Target/TargetRecip.cpp | zard49/kokkos-clang | c519a032853e6507075de1807c5730b8239ab936 | [
"Unlicense"
] | 4 | 2019-04-18T03:54:09.000Z | 2021-03-22T02:27:31.000Z | llvm/lib/Target/TargetRecip.cpp | losalamos/kokkos-clang | d68d9c63cea3dbaad33454e4ebc9df829bca24fe | [
"Unlicense"
] | null | null | null | llvm/lib/Target/TargetRecip.cpp | losalamos/kokkos-clang | d68d9c63cea3dbaad33454e4ebc9df829bca24fe | [
"Unlicense"
] | 2 | 2019-11-16T19:03:05.000Z | 2020-03-19T08:32:37.000Z | //===-------------------------- TargetRecip.cpp ---------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | 32.513274 | 80 | 0.641943 | [
"vector"
] |
4f6d2e75e4bd2fb088a08f8b0956b801a5e2570d | 7,622 | cpp | C++ | RobWork/src/rw/graspplanning/Contour2DInfoMap.cpp | ZLW07/RobWork | e713881f809d866b9a0749eeb15f6763e64044b3 | [
"Apache-2.0"
] | 1 | 2021-12-29T14:16:27.000Z | 2021-12-29T14:16:27.000Z | RobWork/src/rw/graspplanning/Contour2DInfoMap.cpp | ZLW07/RobWork | e713881f809d866b9a0749eeb15f6763e64044b3 | [
"Apache-2.0"
] | null | null | null | RobWork/src/rw/graspplanning/Contour2DInfoMap.cpp | ZLW07/RobWork | e713881f809d866b9a0749eeb15f6763e64044b3 | [
"Apache-2.0"
] | null | null | null | /********************************************************************************
* Copyright 2009 The Robotics Group, The Maersk Mc-Kinney Moller Institute,
* Faculty of Engineering, University of Southern Denmark
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file exce... | 33.429825 | 97 | 0.56455 | [
"geometry",
"object",
"vector"
] |
4f6deed3c70466e1dfb424cb733180c04e8b152c | 36,104 | cpp | C++ | src/threepp/renderers/GLRenderer.cpp | lardratboy/threepp | 18cd3e6b5966f7d10d4f627ac75088316300b7c8 | [
"MIT"
] | null | null | null | src/threepp/renderers/GLRenderer.cpp | lardratboy/threepp | 18cd3e6b5966f7d10d4f627ac75088316300b7c8 | [
"MIT"
] | null | null | null | src/threepp/renderers/GLRenderer.cpp | lardratboy/threepp | 18cd3e6b5966f7d10d4f627ac75088316300b7c8 | [
"MIT"
] | null | null | null |
#include "threepp/renderers/GLRenderer.hpp"
#include "threepp/objects/Group.hpp"
#include "threepp/objects/LOD.hpp"
#include "threepp/objects/Line.hpp"
#include "threepp/objects/LineLoop.hpp"
#include "threepp/objects/LineSegments.hpp"
using namespace threepp;
GLRenderer::GLRenderer(Canvas &canvas, const GLRenderer... | 32.120996 | 146 | 0.639929 | [
"mesh",
"geometry",
"render",
"object",
"vector"
] |
4f70e063ec3b7ad98bf0dc7eb0f00db4351ba576 | 17,508 | cpp | C++ | src/libutil/filesystem_test.cpp | hobbes1069/oiio | 662278827211715563f6ff10d549307b4aca1d84 | [
"BSD-3-Clause"
] | 3 | 2018-03-09T15:45:40.000Z | 2019-03-22T16:25:55.000Z | src/libutil/filesystem_test.cpp | hobbes1069/oiio | 662278827211715563f6ff10d549307b4aca1d84 | [
"BSD-3-Clause"
] | null | null | null | src/libutil/filesystem_test.cpp | hobbes1069/oiio | 662278827211715563f6ff10d549307b4aca1d84 | [
"BSD-3-Clause"
] | null | null | null | /*
Copyright 2011 Larry Gritz and the other authors and contributors.
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
noti... | 38.649007 | 215 | 0.662668 | [
"vector"
] |
4f710cc7b6bd80333029c25a371bab3c5a7de42d | 2,114 | cc | C++ | source/domainvariables/dv_dvisc_const.cc | BYUignite/ODT | 7c320c776e50f4da5faf9e8e67161b6fa2737c24 | [
"MIT"
] | 6 | 2020-11-13T00:34:37.000Z | 2022-02-16T19:06:39.000Z | source/domainvariables/dv_dvisc_const.cc | ElsevierSoftwareX/SOFTX-D-20-00063 | 291d6ff9ae5813aed3135dc22525c9f0fc99282a | [
"MIT"
] | null | null | null | source/domainvariables/dv_dvisc_const.cc | ElsevierSoftwareX/SOFTX-D-20-00063 | 291d6ff9ae5813aed3135dc22525c9f0fc99282a | [
"MIT"
] | 5 | 2020-10-17T15:20:51.000Z | 2021-09-04T13:27:54.000Z | /**
* @file dv_dvisc_const.cc
* @brief Source file for class dv_dvisc_const
*/
#include "dv_dvisc_const.h"
#include "domain.h"
////////////////////////////////////////////////////////////////////////////////
/*! dv_dvisc_const constructor function
*
* @param p_domn \input set domain pointer with.
* @param p_... | 29.774648 | 119 | 0.51088 | [
"vector"
] |
4f742b93f03c1b475526bf4683ec86ec63721cc8 | 26,858 | cc | C++ | net/udp/udp_socket_win.cc | justremotephone/android_external_chromium_org | 246856e61da7acf5494076c74198f2aea894a721 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2020-01-25T10:18:18.000Z | 2021-01-23T15:29:56.000Z | net/udp/udp_socket_win.cc | justremotephone/android_external_chromium_org | 246856e61da7acf5494076c74198f2aea894a721 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2018-02-10T21:00:08.000Z | 2018-03-20T05:09:50.000Z | net/udp/udp_socket_win.cc | justremotephone/android_external_chromium_org | 246856e61da7acf5494076c74198f2aea894a721 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-11-04T07:24:13.000Z | 2020-11-04T07:24:13.000Z | // 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 "net/udp/udp_socket_win.h"
#include <mstcpip.h>
#include "base/callback.h"
#include "base/logging.h"
#include "base/message_loop/message_lo... | 31.784615 | 80 | 0.681473 | [
"object"
] |
4f770e326244e5fa5b7c8c1c2dbede2e1e31e2f6 | 4,915 | hh | C++ | src/include/macho.hh | lethalbit/Slice-N-Splice | 5e3f7917756e087c8732360d7344268c4fa266a6 | [
"BSD-3-Clause"
] | 5 | 2019-01-16T15:51:38.000Z | 2021-03-06T16:11:14.000Z | src/include/macho.hh | lethalbit/Slice-N-Splice | 5e3f7917756e087c8732360d7344268c4fa266a6 | [
"BSD-3-Clause"
] | 7 | 2019-02-07T07:47:31.000Z | 2020-05-29T13:34:14.000Z | src/include/macho.hh | lethalbit/Slice-N-Splice | 5e3f7917756e087c8732360d7344268c4fa266a6 | [
"BSD-3-Clause"
] | 1 | 2020-05-29T12:08:16.000Z | 2020-05-29T12:08:16.000Z | /* macho.hh - Mach-O structures and utilities */
#pragma once
#if !defined(__SNS_MACHO_HH__)
#define __SNS_MACHO_HH__
#include <cstdint>
#include <cstring>
#include <memory>
#include <vector>
#include <iostream>
#include <mmap_t.hh>
#include <fd_t.hh>
#include <utility.hh>
#if defined(CXXFS_EXP)
#include <experiment... | 27.458101 | 82 | 0.67589 | [
"object",
"vector"
] |
4f78017e30b4129073b270493592c34591996740 | 2,704 | cpp | C++ | src/mongo/db/pipeline/accumulator_avg.cpp | morsvolia/mongo | 8cbe89efab77d70ac653d20b693cffe15a47acea | [
"Apache-2.0"
] | 324 | 2015-01-01T14:56:10.000Z | 2022-03-08T04:52:37.000Z | src/mongo/db/pipeline/accumulator_avg.cpp | morsvolia/mongo | 8cbe89efab77d70ac653d20b693cffe15a47acea | [
"Apache-2.0"
] | 38 | 2015-01-31T03:57:16.000Z | 2019-04-21T03:30:53.000Z | src/mongo/db/pipeline/accumulator_avg.cpp | morsvolia/mongo | 8cbe89efab77d70ac653d20b693cffe15a47acea | [
"Apache-2.0"
] | 60 | 2015-01-14T14:19:41.000Z | 2021-02-10T21:54:12.000Z | /**
* Copyright (c) 2011 10gen Inc.
* Copyright (C) 2013 Tokutek Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published by the Free Software Foundation.
*
* This program is distributed in the hope th... | 31.08046 | 76 | 0.62574 | [
"object"
] |
4f79507b0008e33837c369a09a808be2f98e60a7 | 1,729 | cxx | C++ | src/Cxx/GeometricObjects/Line.cxx | cvandijck/VTKExamples | b6bb89414522afc1467be8a1f0089a37d0c16883 | [
"Apache-2.0"
] | 309 | 2017-05-21T09:07:19.000Z | 2022-03-15T09:18:55.000Z | src/Cxx/GeometricObjects/Line.cxx | yijianmingliu/VTKExamples | dc8aac47c4384f9a2de9facbdd1ab3249f62ec99 | [
"Apache-2.0"
] | 379 | 2017-05-21T09:06:43.000Z | 2021-03-29T20:30:50.000Z | src/Cxx/GeometricObjects/Line.cxx | yijianmingliu/VTKExamples | dc8aac47c4384f9a2de9facbdd1ab3249f62ec99 | [
"Apache-2.0"
] | 170 | 2017-05-17T14:47:41.000Z | 2022-03-31T13:16:26.000Z | #include <vtkActor.h>
#include <vtkLineSource.h>
#include <vtkNamedColors.h>
#include <vtkPolyData.h>
#include <vtkPolyDataMapper.h>
#include <vtkProperty.h>
#include <vtkRenderer.h>
#include <vtkRenderWindow.h>
#include <vtkRenderWindowInteractor.h>
#include <vtkSmartPointer.h>
int main(int, char *[])
{
// Create t... | 32.018519 | 99 | 0.714864 | [
"render"
] |
4f79ef02732e6245be694907075d8b6abca4b88c | 3,833 | cpp | C++ | src/NGSIv2/NGSIv2Params.cpp | eProsima/FIROS2 | b7ef9ed449a9f1179ebedf0e9bb2492740f9b1ed | [
"Apache-2.0"
] | 7 | 2018-06-01T14:31:18.000Z | 2021-05-09T16:31:58.000Z | src/DynNGSIv2/NGSIv2Params.cpp | eProsima/FIROS2 | b7ef9ed449a9f1179ebedf0e9bb2492740f9b1ed | [
"Apache-2.0"
] | 12 | 2018-06-01T01:35:13.000Z | 2021-08-17T12:38:27.000Z | src/DynNGSIv2/NGSIv2Params.cpp | eProsima/FIROS2 | b7ef9ed449a9f1179ebedf0e9bb2492740f9b1ed | [
"Apache-2.0"
] | 4 | 2018-04-17T17:46:21.000Z | 2020-03-25T03:43:31.000Z | #include "NGSIv2Params.h"
static const std::string s_sHost("host");
static const std::string s_sPort("port");
static const std::string s_sId("id");
static const std::string s_sType("type");
static const std::string s_sAttrs("attrs");
static const std::string s_sExpression("expression");
static const std::string s_sNot... | 27.378571 | 105 | 0.52048 | [
"vector"
] |
4f7c22ce839f5b4834915d61086d4479c6dc0e7c | 26,368 | cpp | C++ | src/idaplugin/code_viewer.cpp | GregoryMorse/retdec-idaplugin | 72d04ef2b4855cfa8861876985b5adb8d9a68521 | [
"MIT"
] | null | null | null | src/idaplugin/code_viewer.cpp | GregoryMorse/retdec-idaplugin | 72d04ef2b4855cfa8861876985b5adb8d9a68521 | [
"MIT"
] | null | null | null | src/idaplugin/code_viewer.cpp | GregoryMorse/retdec-idaplugin | 72d04ef2b4855cfa8861876985b5adb8d9a68521 | [
"MIT"
] | null | null | null | /**
* @file idaplugin/code_viewer.cpp
* @brief Module contains classes/methods dealing with decompiled code
* visualization.
* @copyright (c) 2017 Avast Software, licensed under the MIT license
*/
#include <regex>
#include "code_viewer.h"
#include "config_generator.h"
#include "idaplugin.h"
namespace ida... | 22.195286 | 88 | 0.664593 | [
"object"
] |
4f7d7fef27ba15e74ac3686a7bb565553a3b42bc | 16,090 | cpp | C++ | protobuf/protoc_echo_plugin/CppFormatter.cpp | philips-software/embeddedinfralib | f3fea435041d965124e5ccb780dddcefb47fdc0c | [
"Unlicense"
] | 54 | 2019-04-02T14:42:54.000Z | 2022-03-20T23:02:19.000Z | protobuf/protoc_echo_plugin/CppFormatter.cpp | gabrielfrasantos/embeddedinfralib | 55bcde34a2c46d92ef07370e364173b7a03a5f8d | [
"Unlicense"
] | 32 | 2019-03-26T06:57:29.000Z | 2022-03-25T00:04:44.000Z | protobuf/protoc_echo_plugin/CppFormatter.cpp | philips-software/embeddedinfralib | f3fea435041d965124e5ccb780dddcefb47fdc0c | [
"Unlicense"
] | 20 | 2019-03-25T15:49:49.000Z | 2022-03-20T23:02:22.000Z | #include "protobuf/protoc_echo_plugin/CppFormatter.hpp"
#include <functional>
namespace application
{
template<class C>
void ForEach(const C& elements, std::function<void(const typename C::value_type&)> each, std::function<void()> between)
{
if (!elements.empty())
{
each(element... | 29.686347 | 252 | 0.583654 | [
"vector"
] |
4f7d9be179a4e7e1ed14d7b113ccad873641043d | 114,617 | hpp | C++ | redfish-core/lib/systems.hpp | murali-srinivasan/bmcweb | 7f0d05a6fed797ec8de8b79e8677afb11139e315 | [
"Apache-2.0"
] | null | null | null | redfish-core/lib/systems.hpp | murali-srinivasan/bmcweb | 7f0d05a6fed797ec8de8b79e8677afb11139e315 | [
"Apache-2.0"
] | null | null | null | redfish-core/lib/systems.hpp | murali-srinivasan/bmcweb | 7f0d05a6fed797ec8de8b79e8677afb11139e315 | [
"Apache-2.0"
] | null | null | null | /*
// Copyright (c) 2018 Intel 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
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or... | 39.185299 | 165 | 0.475252 | [
"object",
"vector",
"model"
] |
4f829394a0861c2a0af336deee4112e99448d493 | 9,422 | cpp | C++ | src/modules/cpu/generator.cpp | gchagnotSpt/openperf | 0ae14cb7a685b1b059f707379773fb3bcb421d40 | [
"Apache-2.0"
] | null | null | null | src/modules/cpu/generator.cpp | gchagnotSpt/openperf | 0ae14cb7a685b1b059f707379773fb3bcb421d40 | [
"Apache-2.0"
] | null | null | null | src/modules/cpu/generator.cpp | gchagnotSpt/openperf | 0ae14cb7a685b1b059f707379773fb3bcb421d40 | [
"Apache-2.0"
] | null | null | null | #include <future>
#include "generator.hpp"
#include "task_cpu.hpp"
#include "task_cpu_system.hpp"
#include "config/op_config_file.hpp"
#include "framework/core/op_uuid.hpp"
#include "framework/core/op_cpuset.h"
namespace openperf::cpu::generator {
static uint16_t serial_counter = 0;
constexpr auto NAME_PREFIX = "op... | 32.156997 | 80 | 0.580768 | [
"vector",
"model"
] |
4f83d701158e62f11fce5ae7788f7ffae7c41b8e | 7,229 | cpp | C++ | Shared_input_stimulation/PSTH_simulations/psth_gcl/main.cpp | eolivaresb/Globus-pallidus-network | c19a4aa00b2af4f68d75e1df50d8c316e12ca131 | [
"MIT"
] | null | null | null | Shared_input_stimulation/PSTH_simulations/psth_gcl/main.cpp | eolivaresb/Globus-pallidus-network | c19a4aa00b2af4f68d75e1df50d8c316e12ca131 | [
"MIT"
] | null | null | null | Shared_input_stimulation/PSTH_simulations/psth_gcl/main.cpp | eolivaresb/Globus-pallidus-network | c19a4aa00b2af4f68d75e1df50d8c316e12ca131 | [
"MIT"
] | null | null | null | // =============================================================
// =============================================================
#include <iostream>
#include <iomanip> // cout precision
#include <math.h>
#include "VectorMatrix.h"
#include "NervousSystem.h"
using namespace std;
///////////////////////////////////////... | 42.775148 | 105 | 0.476553 | [
"vector"
] |
4f8601f69dbd3aa359a3b6d93b1c71e5174be13b | 5,117 | cpp | C++ | src/appleseed/renderer/modeling/material/imaterialfactory.cpp | istemi-bahceci/appleseed | 2db1041acb04bad4742cf7826ce019f0e623fe35 | [
"MIT"
] | 1 | 2021-04-02T10:51:57.000Z | 2021-04-02T10:51:57.000Z | src/appleseed/renderer/modeling/material/imaterialfactory.cpp | istemi-bahceci/appleseed | 2db1041acb04bad4742cf7826ce019f0e623fe35 | [
"MIT"
] | null | null | null | src/appleseed/renderer/modeling/material/imaterialfactory.cpp | istemi-bahceci/appleseed | 2db1041acb04bad4742cf7826ce019f0e623fe35 | [
"MIT"
] | null | null | null |
//
// This source file is part of appleseed.
// Visit http://appleseedhq.net/ for additional information and resources.
//
// This software is released under the MIT license.
//
// Copyright (c) 2010-2013 Francois Beaune, Jupiter Jazz Limited
// Copyright (c) 2014-2017 Francois Beaune, The appleseedhq Organization
//
... | 36.29078 | 80 | 0.589994 | [
"vector"
] |
4f8667010c94b262098aa68a42c127160e327583 | 34,063 | cc | C++ | ui/base/native_theme/native_theme_base.cc | robclark/chromium | f097b6ea775c27e5352c94ddddd264dd2af21479 | [
"BSD-3-Clause"
] | 1 | 2019-07-22T23:03:26.000Z | 2019-07-22T23:03:26.000Z | ui/base/native_theme/native_theme_base.cc | robclark/chromium | f097b6ea775c27e5352c94ddddd264dd2af21479 | [
"BSD-3-Clause"
] | null | null | null | ui/base/native_theme/native_theme_base.cc | robclark/chromium | f097b6ea775c27e5352c94ddddd264dd2af21479 | [
"BSD-3-Clause"
] | null | null | null | // 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 "ui/base/native_theme/native_theme_base.h"
#include <limits>
#include "base/logging.h"
#include "grit/gfx_resources.h"
#include "third_part... | 34.972279 | 80 | 0.643161 | [
"render",
"solid"
] |
4f8798dcb54ba84db5cd08fca352bb9051f245c3 | 28,564 | cpp | C++ | Userland/Libraries/LibGUI/TextDocument.cpp | AristodamusAdairs/SegueBaseOS | 36e8546009cfea6acd25f111b1cd0ce766271a77 | [
"BSD-2-Clause",
"MIT"
] | 1 | 2021-07-05T13:51:23.000Z | 2021-07-05T13:51:23.000Z | Userland/Libraries/LibGUI/TextDocument.cpp | AristodamusAdairs/SegueBaseOS | 36e8546009cfea6acd25f111b1cd0ce766271a77 | [
"BSD-2-Clause",
"MIT"
] | 1 | 2021-08-02T21:33:29.000Z | 2021-08-06T21:22:19.000Z | Userland/Libraries/LibGUI/TextDocument.cpp | AristodamusAdairs/SegueBaseOS | 36e8546009cfea6acd25f111b1cd0ce766271a77 | [
"BSD-2-Clause",
"MIT"
] | null | null | null | /*
* Copyright (c) 2018-2020, Andreas Kling <kling@seguebaseos.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Badge.h>
#include <AK/CharacterTypes.h>
#include <AK/ScopeGuard.h>
#include <AK/StringBuilder.h>
#include <AK/Utf8View.h>
#include <LibCore/Timer.h>
#include <LibGUI/TextDocument.h>
#includ... | 30.452026 | 152 | 0.629079 | [
"vector"
] |
4f88d76aedff62fab731746dc7b18800eb47eb07 | 11,328 | cpp | C++ | pxr/usd/lib/sdf/specType.cpp | octarrow/USD | 1845291a9701ab0a3a7d591bc243a1a80fdcba8a | [
"Unlicense"
] | 18 | 2017-10-28T22:37:48.000Z | 2022-01-26T12:00:24.000Z | pxr/usd/lib/sdf/specType.cpp | piscees/USD | 65320d266057ae0a68626217f54a0298ac092799 | [
"AML"
] | 1 | 2021-08-14T23:57:51.000Z | 2021-08-14T23:57:51.000Z | pxr/usd/lib/sdf/specType.cpp | piscees/USD | 65320d266057ae0a68626217f54a0298ac092799 | [
"AML"
] | 4 | 2018-06-14T18:14:59.000Z | 2021-09-13T22:20:50.000Z | //
// Copyright 2016 Pixar
//
// Licensed under the Apache License, Version 2.0 (the "Apache License")
// with the following modification; you may not use this file except in
// compliance with the Apache License and the following modification to it:
// Section 6. Trademarks. is deleted and replaced with:
//
// 6. Trad... | 35.28972 | 80 | 0.699859 | [
"vector"
] |
4f8ba95428b98761eab6e428e818cc2810e27fde | 5,381 | hpp | C++ | Firmware/fibre-cpp/legacy_object_client.hpp | deafloo/ODrive | bae459bb71b39c0169f4b8a322b7371eada58112 | [
"MIT"
] | 1,068 | 2016-05-31T22:39:08.000Z | 2020-12-20T22:13:01.000Z | Firmware/fibre-cpp/legacy_object_client.hpp | deafloo/ODrive | bae459bb71b39c0169f4b8a322b7371eada58112 | [
"MIT"
] | 389 | 2017-10-16T09:44:20.000Z | 2020-12-21T14:19:38.000Z | Firmware/fibre-cpp/legacy_object_client.hpp | deafloo/ODrive | bae459bb71b39c0169f4b8a322b7371eada58112 | [
"MIT"
] | 681 | 2016-06-12T01:41:00.000Z | 2020-12-21T12:49:32.000Z | #ifndef __FIBRE_LEGACY_OBJECT_MODEL_HPP
#define __FIBRE_LEGACY_OBJECT_MODEL_HPP
#include <fibre/async_stream.hpp>
#include <unordered_map>
#include <vector>
#include <memory>
#include <string>
#include <fibre/callback.hpp>
#include <fibre/cpp_utils.hpp> // std::variant and std::optional C++ backport
#include <fibre/fi... | 35.401316 | 192 | 0.733878 | [
"object",
"vector"
] |
4f8f48d0cbbbd3b08d0f405428ed3e6688f6a6e2 | 19,738 | cpp | C++ | esbmc/bmc.cpp | holao09/esbmc | 659c006a45e9aaf8539b12484e2ec2b093cc6f02 | [
"BSD-3-Clause"
] | null | null | null | esbmc/bmc.cpp | holao09/esbmc | 659c006a45e9aaf8539b12484e2ec2b093cc6f02 | [
"BSD-3-Clause"
] | null | null | null | esbmc/bmc.cpp | holao09/esbmc | 659c006a45e9aaf8539b12484e2ec2b093cc6f02 | [
"BSD-3-Clause"
] | null | null | null | /*******************************************************************\
Module: Symbolic Execution of ANSI-C
Authors: Daniel Kroening, kroening@kroening.com
Lucas Cordeiro, lcc08r@ecs.soton.ac.uk
\*******************************************************************/
#include <sys/types.h>
#include <signal.h>... | 24.277983 | 105 | 0.586787 | [
"vector"
] |
4f90a82508cfffc0a28f8bfef612bc3687abcd6a | 9,695 | cc | C++ | pw_minimal_cpp_stdlib/isolated_test.cc | LuDuda/pigweed | dcd7230895a234156bc7b6e5061e6936627c5fbb | [
"Apache-2.0"
] | 1 | 2020-12-19T19:42:46.000Z | 2020-12-19T19:42:46.000Z | pw_minimal_cpp_stdlib/isolated_test.cc | LuDuda/pigweed | dcd7230895a234156bc7b6e5061e6936627c5fbb | [
"Apache-2.0"
] | 3 | 2021-03-11T06:53:56.000Z | 2022-02-13T21:59:25.000Z | pw_minimal_cpp_stdlib/isolated_test.cc | LuDuda/pigweed | dcd7230895a234156bc7b6e5061e6936627c5fbb | [
"Apache-2.0"
] | null | null | null | // Copyright 2019 The Pigweed Authors
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may not
// use this file except in compliance with the License. You may obtain a copy of
// the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agre... | 29.026946 | 80 | 0.668386 | [
"object"
] |
4f90e2adf1bacc79dd66a6722759688c7539bba6 | 16,947 | cpp | C++ | Ipopt-3.12.7/Ipopt/contrib/MatlabInterface/src/callbackfunctions.cpp | MikeBMW/CarND-MPC-Project | 81e6e92de2768dce9fbfd1848de6f4465d468a0e | [
"MIT"
] | 9 | 2020-07-09T06:40:31.000Z | 2022-03-28T02:50:21.000Z | third-party/CoinIpopt/Ipopt/contrib/MatlabInterface/src/callbackfunctions.cpp | WatsonZhouAnda/Cheetah-Software | 05e416fb26f968300826f0deb0953be9afb22bfe | [
"MIT"
] | null | null | null | third-party/CoinIpopt/Ipopt/contrib/MatlabInterface/src/callbackfunctions.cpp | WatsonZhouAnda/Cheetah-Software | 05e416fb26f968300826f0deb0953be9afb22bfe | [
"MIT"
] | 5 | 2020-12-01T01:41:12.000Z | 2022-01-04T01:21:49.000Z | // Copyright (C) 2008 Peter Carbonetto. All Rights Reserved.
// This code is published under the Eclipse Public License.
//
// Author: Peter Carbonetto
// Dept. of Computer Science
// University of British Columbia
// September 18, 2008
#include "callbackfunctions.hpp"
#include "matlabexception... | 36.921569 | 105 | 0.697941 | [
"vector"
] |
4f91d9d218132e6ebb037c4a5c7247918c7fdf1e | 5,230 | cpp | C++ | kdl/parser/sema/project/scene.cpp | EvocationGames/libKDL | 90eb2ce71a1545f6e33164230f0e5d6ece0acaa7 | [
"MIT"
] | null | null | null | kdl/parser/sema/project/scene.cpp | EvocationGames/libKDL | 90eb2ce71a1545f6e33164230f0e5d6ece0acaa7 | [
"MIT"
] | null | null | null | kdl/parser/sema/project/scene.cpp | EvocationGames/libKDL | 90eb2ce71a1545f6e33164230f0e5d6ece0acaa7 | [
"MIT"
] | null | null | null | // Copyright (c) 2022 Tom Hancocks
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, ... | 39.923664 | 126 | 0.597514 | [
"vector"
] |
4f94eea0ad9d7b094dac6e86c5c9490eab8a35eb | 23,469 | cpp | C++ | src/Cluster/Cluster.cpp | gravitationalwavedc/gwcloud_job_server | fb96ed1dc6baa240d1a38ac1adcd246577285294 | [
"MIT"
] | null | null | null | src/Cluster/Cluster.cpp | gravitationalwavedc/gwcloud_job_server | fb96ed1dc6baa240d1a38ac1adcd246577285294 | [
"MIT"
] | 8 | 2020-06-06T08:39:37.000Z | 2021-09-22T18:01:47.000Z | src/Cluster/Cluster.cpp | gravitationalwavedc/gwcloud_job_server | fb96ed1dc6baa240d1a38ac1adcd246577285294 | [
"MIT"
] | null | null | null | //
// Created by lewis on 2/27/20.
//
#include "Cluster.h"
#include "../DB/MySqlConnector.h"
#include "../Lib/jobserver_schema.h"
#include "../Lib/JobStatus.h"
#include "../HTTP/HttpServer.h"
#include <iostream>
#include <client_https.hpp>
#include <client_http.hpp>
#include <folly/Uri.h>
// Packet Queue is a:
// l... | 34.311404 | 120 | 0.563637 | [
"vector"
] |
4f995a6c3c33c907c48f5ca66751df1848da4a9b | 20,104 | cpp | C++ | folly/test/FormatTest.cpp | Aoikiseki/folly | df3633c731d08bab0173039a050a30853fb47212 | [
"Apache-2.0"
] | 19,046 | 2015-01-01T17:01:10.000Z | 2022-03-31T23:01:43.000Z | folly/test/FormatTest.cpp | Aoikiseki/folly | df3633c731d08bab0173039a050a30853fb47212 | [
"Apache-2.0"
] | 1,493 | 2015-01-11T15:47:13.000Z | 2022-03-28T18:13:58.000Z | folly/test/FormatTest.cpp | Aoikiseki/folly | df3633c731d08bab0173039a050a30853fb47212 | [
"Apache-2.0"
] | 4,818 | 2015-01-01T12:28:16.000Z | 2022-03-31T16:22:10.000Z | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* 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 applic... | 34.662069 | 80 | 0.574712 | [
"vector"
] |
4f9c44a9aea21b07e3a318dfee208f05f0a36c58 | 656 | cpp | C++ | 9.STL/Vector Iterator.cpp | MainakRepositor/SRM-OOPS-Elabs-Solution | 1b70b3d56ad730ce4ab02835f3302c250dc5e31b | [
"Apache-2.0"
] | 27 | 2020-11-01T13:07:50.000Z | 2022-01-07T13:26:26.000Z | 9.STL/Vector Iterator.cpp | MainakRepositor/SRM-OOPD-Elabs-Solution | 1b70b3d56ad730ce4ab02835f3302c250dc5e31b | [
"Apache-2.0"
] | 1 | 2020-10-31T18:55:28.000Z | 2020-10-31T18:55:28.000Z | 9.STL/Vector Iterator.cpp | MainakRepositor/SRM-OOPS-Elabs-Solution | 1b70b3d56ad730ce4ab02835f3302c250dc5e31b | [
"Apache-2.0"
] | null | null | null | #include <iostream>
#include <vector>
#include <iterator>
using namespace std;
int main() {
int num,n;
cin>>n;
vector<int>MyVector;
for(int i=0;i<n;i++)
{
cin>>num;
MyVector.push_back(num);
}
vector<int>::iterator ptr;
for (ptr = MyVector.begin(); ptr < MyVector.end(); ptr++)
cout << *ptr... | 20.5 | 64 | 0.551829 | [
"vector"
] |
4f9ccdbae98dc4e7ee769e1edda5f2cd50e5fc0e | 12,270 | cpp | C++ | IndexBinaryHash.cpp | nealeaf/faiss | c6bc8c46f1decc109573978ad2b6d616b07b8eac | [
"MIT"
] | 4 | 2019-08-27T21:10:15.000Z | 2022-03-06T04:32:29.000Z | IndexBinaryHash.cpp | nealeaf/faiss | c6bc8c46f1decc109573978ad2b6d616b07b8eac | [
"MIT"
] | null | null | null | IndexBinaryHash.cpp | nealeaf/faiss | c6bc8c46f1decc109573978ad2b6d616b07b8eac | [
"MIT"
] | 2 | 2020-05-07T02:42:46.000Z | 2021-06-07T08:20:22.000Z | /**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
// Copyright 2004-present Facebook. All Rights Reserved
// -*- c++ -*-
#include <faiss/IndexBinaryHash.h>
#include <cstdio>
#inc... | 24.888438 | 84 | 0.560717 | [
"vector"
] |
4fa061bb01d95a0c697fd70c20c27db19012d00f | 3,207 | hpp | C++ | third_party/concurrentqueue/tests/relacy/relacy/relacy/thread_local_ctx.hpp | tufeigunchu/orbit | 407354cf7c9159ff7e3177c603a6850b95509e3a | [
"BSD-2-Clause"
] | 1,847 | 2020-03-24T19:01:42.000Z | 2022-03-31T13:18:57.000Z | third_party/concurrentqueue/tests/relacy/relacy/relacy/thread_local_ctx.hpp | tufeigunchu/orbit | 407354cf7c9159ff7e3177c603a6850b95509e3a | [
"BSD-2-Clause"
] | 1,100 | 2020-03-24T19:41:13.000Z | 2022-03-31T14:27:09.000Z | third_party/concurrentqueue/tests/relacy/relacy/relacy/thread_local_ctx.hpp | tufeigunchu/orbit | 407354cf7c9159ff7e3177c603a6850b95509e3a | [
"BSD-2-Clause"
] | 228 | 2020-03-25T05:32:08.000Z | 2022-03-31T11:27:39.000Z | /* Relacy Race Detector
* Copyright (c) 2008-2013, Dmitry S. Vyukov
* All rights reserved.
* This software is provided AS-IS with no warranty, either express or implied.
* This software is distributed under a license and may not be copied,
* modified or distributed except as expressly authorized under the
*... | 26.073171 | 84 | 0.560025 | [
"vector"
] |
4fa1bf1e84d71b3a3e6a96dbf65f71480db1b268 | 20,274 | cpp | C++ | iree/compiler/Dialect/Util/IR/UtilTypes.cpp | KyleHerndon/iree | 916c6f92ee4729da21ab0cf266f086f9a4f3b80b | [
"Apache-2.0"
] | null | null | null | iree/compiler/Dialect/Util/IR/UtilTypes.cpp | KyleHerndon/iree | 916c6f92ee4729da21ab0cf266f086f9a4f3b80b | [
"Apache-2.0"
] | null | null | null | iree/compiler/Dialect/Util/IR/UtilTypes.cpp | KyleHerndon/iree | 916c6f92ee4729da21ab0cf266f086f9a4f3b80b | [
"Apache-2.0"
] | null | null | null | // Copyright 2020 The IREE Authors
//
// Licensed under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#include "iree/compiler/Dialect/Util/IR/UtilTypes.h"
#include "iree/compiler/Dialect/Util/IR/Uti... | 36.861818 | 80 | 0.640673 | [
"object",
"shape"
] |
4fa2eb6c6ec700ba17b1d5e8b457e63d761b79a3 | 2,454 | cxx | C++ | Modules/Core/SpatialObjects/src/itkArrowSpatialObject.cxx | nalinimsingh/ITK_4D | 95a2eacaeaffe572889832ef0894239f89e3f303 | [
"Apache-2.0"
] | 3 | 2018-10-01T20:46:17.000Z | 2019-12-17T19:39:50.000Z | Modules/Core/SpatialObjects/src/itkArrowSpatialObject.cxx | nalinimsingh/ITK_4D | 95a2eacaeaffe572889832ef0894239f89e3f303 | [
"Apache-2.0"
] | null | null | null | Modules/Core/SpatialObjects/src/itkArrowSpatialObject.cxx | nalinimsingh/ITK_4D | 95a2eacaeaffe572889832ef0894239f89e3f303 | [
"Apache-2.0"
] | 4 | 2018-05-17T16:34:54.000Z | 2020-09-24T02:12:40.000Z | /*=========================================================================
*
* Copyright Insight Software Consortium
*
* 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
*
* ... | 27.266667 | 78 | 0.580685 | [
"vector",
"transform",
"3d"
] |
4fa437c2e6d4e77f551b2bdeda426cc188fe03a8 | 43,362 | cc | C++ | filesystems/grabfs/windowfs.cc | bispawel/macfuse | 9f5773372ec7e9a8ab35c865eda7180a95edcdab | [
"AML"
] | 7 | 2017-11-25T18:56:43.000Z | 2020-10-22T21:17:33.000Z | filesystems/grabfs/windowfs.cc | bispawel/macfuse | 9f5773372ec7e9a8ab35c865eda7180a95edcdab | [
"AML"
] | null | null | null | filesystems/grabfs/windowfs.cc | bispawel/macfuse | 9f5773372ec7e9a8ab35c865eda7180a95edcdab | [
"AML"
] | 1 | 2022-02-12T11:31:50.000Z | 2022-02-12T11:31:50.000Z | /*
* windowfs as a MacFUSE file system for Mac OS X
*
* Copyright Amit Singh. All Rights Reserved.
* http://osxbook.com
*
*/
#define MACFUSE_WINDOWFS_VERSION "1.0"
#define FUSE_USE_VERSION 26
__attribute__((used)) static const char* copyright = "(C) Amit Singh <osxbook.com>, 2007-2008. All Rights Reserved.";
#... | 30.709632 | 126 | 0.433444 | [
"vector"
] |
4fa5ad77d9053078ebb34ed8dca3f2a3ad32f7a0 | 36,659 | cpp | C++ | src/core/qgsdistancearea.cpp | dyna-mis/Hilabeling | cb7d5d4be29624a20c8a367162dbc6fd779b2b52 | [
"MIT"
] | null | null | null | src/core/qgsdistancearea.cpp | dyna-mis/Hilabeling | cb7d5d4be29624a20c8a367162dbc6fd779b2b52 | [
"MIT"
] | null | null | null | src/core/qgsdistancearea.cpp | dyna-mis/Hilabeling | cb7d5d4be29624a20c8a367162dbc6fd779b2b52 | [
"MIT"
] | 1 | 2021-12-25T08:40:30.000Z | 2021-12-25T08:40:30.000Z | /***************************************************************************
qgsdistancearea.cpp - Distance and area calculations on the ellipsoid
---------------------------------------------------------------------------
Date : September 2005
Copyright : (C) 2005 by Martin Dobias
e... | 31.359281 | 295 | 0.594015 | [
"geometry",
"transform"
] |
4faa1155bb9c14536cdff9ba0a390fbb07d32f5a | 24,158 | cpp | C++ | services/winremote/winremote.cpp | emuharemagic/HPCC-Platform | bbd5423b25f6ba2d675521c8917f9ecfa97dace5 | [
"Apache-2.0"
] | 1 | 2020-08-01T19:54:56.000Z | 2020-08-01T19:54:56.000Z | services/winremote/winremote.cpp | emuharemagic/HPCC-Platform | bbd5423b25f6ba2d675521c8917f9ecfa97dace5 | [
"Apache-2.0"
] | null | null | null | services/winremote/winremote.cpp | emuharemagic/HPCC-Platform | bbd5423b25f6ba2d675521c8917f9ecfa97dace5 | [
"Apache-2.0"
] | null | null | null | /*##############################################################################
HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems.
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 ... | 26.902004 | 157 | 0.548638 | [
"vector"
] |
4fae1d6ee95e3cc3a54deca24f3b420f6644b172 | 157,796 | cpp | C++ | mp/src/game/server/sceneentity.cpp | Code4Cookie/Atomic-Secobmod | 9738d91bc37f8d9e9fb63d4a444ecbeaa0e0cf70 | [
"Unlicense"
] | 3 | 2016-06-23T16:09:35.000Z | 2017-02-22T21:57:56.000Z | mp/src/game/server/sceneentity.cpp | Code4Cookie/Atomic-Secobmod | 9738d91bc37f8d9e9fb63d4a444ecbeaa0e0cf70 | [
"Unlicense"
] | null | null | null | mp/src/game/server/sceneentity.cpp | Code4Cookie/Atomic-Secobmod | 9738d91bc37f8d9e9fb63d4a444ecbeaa0e0cf70 | [
"Unlicense"
] | 2 | 2018-04-17T22:57:35.000Z | 2021-07-07T14:26:19.000Z | //========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#include "cbase.h"
#include <stdarg.h>
#include "baseflex.h"
#include "entitylist.h"
#include "choreoevent.h"
#include "choreoactor.h"
#inclu... | 28.027709 | 193 | 0.589445 | [
"vector"
] |
4fb0b69c4899e9dd2efaa1a0d1faec58466ad31a | 10,243 | hpp | C++ | include/seec/RuntimeErrors/ArgumentTypes.hpp | seec-team/seec | 4b92456011e86b70f9d88833a95c1f655a21cf1a | [
"MIT"
] | 7 | 2018-06-25T12:06:13.000Z | 2022-01-18T09:20:13.000Z | include/seec/RuntimeErrors/ArgumentTypes.hpp | seec-team/seec | 4b92456011e86b70f9d88833a95c1f655a21cf1a | [
"MIT"
] | 20 | 2016-12-01T23:46:12.000Z | 2019-08-11T02:41:04.000Z | include/seec/RuntimeErrors/ArgumentTypes.hpp | seec-team/seec | 4b92456011e86b70f9d88833a95c1f655a21cf1a | [
"MIT"
] | 1 | 2020-10-19T03:20:05.000Z | 2020-10-19T03:20:05.000Z | //===- include/seec/RuntimeErrors/ArgumentTypes.hpp -----------------------===//
//
// SeeC
//
// This file is distributed under The MIT License (MIT). See LICENSE.TXT for
// details.
//
//===----------------------------------------------------------------------===//
///
/// \file
///... | 25.105392 | 80 | 0.666504 | [
"object"
] |
4fb255962e0707cb728ed9a85a7583aa2360638e | 131,117 | cpp | C++ | src/clients/meta/MetaClient.cpp | klay-test-org/nebula | 8c8b2b13189a6446752fd0a55f2c7246ec8d677e | [
"Apache-2.0"
] | null | null | null | src/clients/meta/MetaClient.cpp | klay-test-org/nebula | 8c8b2b13189a6446752fd0a55f2c7246ec8d677e | [
"Apache-2.0"
] | 24 | 2021-09-15T12:42:03.000Z | 2021-09-16T04:59:19.000Z | src/clients/meta/MetaClient.cpp | klay-test-org/nebula | 8c8b2b13189a6446752fd0a55f2c7246ec8d677e | [
"Apache-2.0"
] | null | null | null | /* Copyright (c) 2018 vesoft inc. All rights reserved.
*
* This source code is licensed under Apache 2.0 License,
* attached with Common Clause Condition 1.0, found in the LICENSES directory.
*/
#include "clients/meta/MetaClient.h"
#include <folly/ScopeGuard.h>
#include <folly/executors/Async.h>
#include <folly/f... | 36.965605 | 100 | 0.63033 | [
"vector",
"transform"
] |
4fb38d00d35c110b35287c8ba500893706eade5c | 2,643 | cpp | C++ | src/ttauri/GUI/keyboard_bindings.cpp | PinkFlufflyLlama/ttauri | 7badcfbe792932ebb912d54d1062d8fc820c40a7 | [
"BSL-1.0"
] | null | null | null | src/ttauri/GUI/keyboard_bindings.cpp | PinkFlufflyLlama/ttauri | 7badcfbe792932ebb912d54d1062d8fc820c40a7 | [
"BSL-1.0"
] | null | null | null | src/ttauri/GUI/keyboard_bindings.cpp | PinkFlufflyLlama/ttauri | 7badcfbe792932ebb912d54d1062d8fc820c40a7 | [
"BSL-1.0"
] | null | null | null | // Copyright Take Vos 2020.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)
#include "keyboard_bindings.hpp"
#include "../codec/JSON.hpp"
#include "../command.hpp"
#include "../logger.hpp"
namespace tt {
[[nodis... | 32.62963 | 107 | 0.594779 | [
"object"
] |
4fb5380fd6f648519f2dd1307914b867a2111775 | 2,501 | hpp | C++ | boost/boost/geometry/iterators/point_reverse_iterator.hpp | tonystone/geofeatures | 25aca530a9140b3f259e9ee0833c93522e83a697 | [
"BSL-1.0",
"Apache-2.0"
] | 24 | 2015-08-25T05:35:37.000Z | 2020-10-24T14:21:59.000Z | boost/boost/geometry/iterators/point_reverse_iterator.hpp | tonystone/geofeatures | 25aca530a9140b3f259e9ee0833c93522e83a697 | [
"BSL-1.0",
"Apache-2.0"
] | 97 | 2015-08-25T16:11:16.000Z | 2019-03-17T00:54:32.000Z | boost/boost/geometry/iterators/point_reverse_iterator.hpp | tonystone/geofeatures | 25aca530a9140b3f259e9ee0833c93522e83a697 | [
"BSL-1.0",
"Apache-2.0"
] | 9 | 2015-08-26T03:11:38.000Z | 2018-03-21T07:16:29.000Z | // Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2014, Oracle and/or its affiliates.
// Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
// Licensed under the Boost Software License version 1.0.
// http://www.boost.org/users/license.html
#ifndef BOOST_GEOMETRY_ITERATORS_P... | 27.788889 | 116 | 0.719712 | [
"geometry"
] |
4fb77b8f7cf314f6006101954daf39a30e45b4bb | 29,550 | cc | C++ | ash/display/display_controller.cc | 7kbird/chrome | f56688375530f1003e34c34f441321977c5af3c3 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2019-01-16T03:57:39.000Z | 2019-01-16T03:57:39.000Z | ash/display/display_controller.cc | 7kbird/chrome | f56688375530f1003e34c34f441321977c5af3c3 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2018-02-10T21:00:08.000Z | 2018-03-20T05:09:50.000Z | ash/display/display_controller.cc | aranajhonny/chromium | caf5bcb822f79b8997720e589334266551a50a13 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2020-11-04T07:23:37.000Z | 2020-11-04T07:23:37.000Z | // 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 "ash/display/display_controller.h"
#include <algorithm>
#include <cmath>
#include <map>
#include "ash/ash_switches.h"
#include "ash/display... | 37.643312 | 80 | 0.735533 | [
"object",
"vector"
] |
4fba5931e0e5d6338b337ee2666dd27e6d0f7e3e | 4,725 | cc | C++ | modules/perception/lib/config_manager/config_manager_test.cc | zhuyawen/apollo | 91c1811970edf0a43f2b4c3b6070c171e11e646d | [
"Apache-2.0"
] | 2 | 2018-01-13T12:53:27.000Z | 2019-04-19T09:24:01.000Z | modules/perception/lib/config_manager/config_manager_test.cc | zhuyawen/apollo | 91c1811970edf0a43f2b4c3b6070c171e11e646d | [
"Apache-2.0"
] | 9 | 2019-12-07T07:26:32.000Z | 2022-02-10T18:26:18.000Z | modules/perception/lib/config_manager/config_manager_test.cc | zhuyawen/apollo | 91c1811970edf0a43f2b4c3b6070c171e11e646d | [
"Apache-2.0"
] | 8 | 2018-02-16T10:42:46.000Z | 2019-08-15T09:18:17.000Z | /******************************************************************************
* Copyright 2017 The Apollo Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
... | 34.489051 | 79 | 0.72381 | [
"vector",
"model"
] |
4fbbe16e81785768824914d9279abe57830ebacf | 1,517 | hpp | C++ | proton-c/bindings/cpp/include/proton/function.hpp | jdanekrh/qpid-proton-fuzz | 1ff7171e006eba3f66bc7811a2c0ef56f1ed6978 | [
"Apache-2.0"
] | null | null | null | proton-c/bindings/cpp/include/proton/function.hpp | jdanekrh/qpid-proton-fuzz | 1ff7171e006eba3f66bc7811a2c0ef56f1ed6978 | [
"Apache-2.0"
] | null | null | null | proton-c/bindings/cpp/include/proton/function.hpp | jdanekrh/qpid-proton-fuzz | 1ff7171e006eba3f66bc7811a2c0ef56f1ed6978 | [
"Apache-2.0"
] | null | null | null | #ifndef PROTON_FUNCTION_HPP
#define PROTON_FUNCTION_HPP
/*
* 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... | 35.27907 | 87 | 0.736981 | [
"object"
] |
4fbd633fcb2cf8331b9d1f35d51fca6dd754b959 | 3,857 | cpp | C++ | source/data_model/hdf5/src/dataspace.cpp | computationalgeography/lue | 71993169bae67a9863d7bd7646d207405dc6f767 | [
"MIT"
] | 2 | 2021-02-26T22:45:56.000Z | 2021-05-02T10:28:48.000Z | source/data_model/hdf5/src/dataspace.cpp | pcraster/lue | e64c18f78a8b6d8a602b7578a2572e9740969202 | [
"MIT"
] | 262 | 2016-08-11T10:12:02.000Z | 2020-10-13T18:09:16.000Z | source/data_model/hdf5/src/dataspace.cpp | computationalgeography/lue | 71993169bae67a9863d7bd7646d207405dc6f767 | [
"MIT"
] | 1 | 2020-03-11T09:49:41.000Z | 2020-03-11T09:49:41.000Z | #include "lue/hdf5/dataspace.hpp"
#include <cassert>
#include <cstring>
#include <memory>
#include <stdexcept>
namespace lue {
namespace hdf5 {
/*!
@brief Construct an instance of a particular @a type
@param type Dataspace type
@exception std::runtime_error In case the dataspace cannot be crea... | 24.411392 | 111 | 0.67721 | [
"shape"
] |
4fc0555b2492d0f6e1f9a9a207a545e771a365ad | 2,138 | cxx | C++ | test/capi/capi_functions.cxx | shreyasvj25/turicreate | 32e84ca16aef8d04aff3d49ae9984bd49326bffd | [
"BSD-3-Clause"
] | 1 | 2018-12-15T20:03:51.000Z | 2018-12-15T20:03:51.000Z | test/capi/capi_functions.cxx | shreyasvj25/turicreate | 32e84ca16aef8d04aff3d49ae9984bd49326bffd | [
"BSD-3-Clause"
] | 2 | 2022-01-13T04:03:55.000Z | 2022-03-12T01:02:31.000Z | test/capi/capi_functions.cxx | ZeroInfinite/turicreate | dd210c2563930881abd51fd69cb73007955b33fd | [
"BSD-3-Clause"
] | 1 | 2019-06-01T18:49:28.000Z | 2019-06-01T18:49:28.000Z | /* Copyright © 2018 Apple Inc. All rights reserved.
*
* Use of this source code is governed by a BSD-3-clause license that can
* be found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause
*/
#define BOOST_TEST_MODULE capi_functions
#include <vector>
#include <boost/test/unit_test.hpp>
#i... | 27.766234 | 86 | 0.734799 | [
"vector"
] |
4fc1743063b589b23cc7c194d7c3107334897de6 | 14,121 | cpp | C++ | src/renderer/renderer_volpt.cpp | Luvideria/lightmetrica-v3 | 3e83db59998e79648047bac29c37d8eb18d7600d | [
"MIT"
] | 101 | 2019-05-31T21:27:58.000Z | 2022-02-03T18:54:16.000Z | src/renderer/renderer_volpt.cpp | Luvideria/lightmetrica-v3 | 3e83db59998e79648047bac29c37d8eb18d7600d | [
"MIT"
] | 11 | 2019-09-19T16:03:09.000Z | 2020-12-05T18:37:54.000Z | src/renderer/renderer_volpt.cpp | Luvideria/lightmetrica-v3 | 3e83db59998e79648047bac29c37d8eb18d7600d | [
"MIT"
] | 14 | 2019-06-05T03:06:09.000Z | 2022-01-15T06:36:24.000Z | /*
Lightmetrica - Copyright (c) 2019 Hisanari Otsu
Distributed under MIT license. See LICENSE file for details.
*/
#include <pch.h>
#include <lm/core.h>
#include <lm/renderer.h>
#include <lm/scene.h>
#include <lm/film.h>
#include <lm/scheduler.h>
#include <lm/path.h>
#include <lm/timer.h>
#define VOLPT_IMAGE_... | 37.857909 | 116 | 0.401884 | [
"render"
] |
4fc1ee9587f767674735e369521f01cf024f4347 | 6,306 | hpp | C++ | src/io/io.hpp | pepng-CU/pepng | 6030798b6936a6f85655d5e5d1ca638be282de92 | [
"MIT"
] | 2 | 2021-04-28T20:51:25.000Z | 2021-04-28T20:51:38.000Z | src/io/io.hpp | pepng-CU/pepng | 6030798b6936a6f85655d5e5d1ca638be282de92 | [
"MIT"
] | null | null | null | src/io/io.hpp | pepng-CU/pepng | 6030798b6936a6f85655d5e5d1ca638be282de92 | [
"MIT"
] | null | null | null | #pragma once
#include <vector>
#include <memory>
#include <string>
#include <GLFW/glfw3.h>
#include <glm/glm.hpp>
enum AxisType {
FIRST, SECOND, THIRD, FORTH
};
enum DeviceType {
MOUSE, JOYSTICK, KEYBOARD, NONE
};
class Device;
class Input;
/**
* An abstract Device unit (Button, Axis, etc).
*/
class Dev... | 25.530364 | 118 | 0.565969 | [
"vector"
] |
4fc4c215a9de0b1d2df83cc38e0199ce7854c7be | 30,275 | hpp | C++ | libs/librtlnumber/src/include/internal_bits.hpp | Loksu/vtr-verilog-to-routing | 96fbd309897a5743a3b37d07e896fc8e2ed3abe6 | [
"MIT"
] | null | null | null | libs/librtlnumber/src/include/internal_bits.hpp | Loksu/vtr-verilog-to-routing | 96fbd309897a5743a3b37d07e896fc8e2ed3abe6 | [
"MIT"
] | null | null | null | libs/librtlnumber/src/include/internal_bits.hpp | Loksu/vtr-verilog-to-routing | 96fbd309897a5743a3b37d07e896fc8e2ed3abe6 | [
"MIT"
] | null | null | null | /* Authors: Aaron Graham (aaron.graham@unb.ca, aarongraham9@gmail.com),
* Jean-Philippe Legault (jlegault@unb.ca, jeanphilippe.legault@gmail.com),
* Alexandrea Demmings (alexandrea.demmings@unb.ca, lxdemmings@gmail.com) and
* Dr. Kenneth B. Kent (ken@unb.ca)
* for the Re... | 27.980591 | 140 | 0.507779 | [
"vector"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.