hexsha stringlengths 40 40 | size int64 7 1.05M | ext stringclasses 13
values | lang stringclasses 1
value | max_stars_repo_path stringlengths 4 269 | max_stars_repo_name stringlengths 5 108 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 9 | max_stars_count int64 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 4 269 | max_issues_repo_name stringlengths 5 116 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 9 | max_issues_count int64 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 4 269 | max_forks_repo_name stringlengths 5 116 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 9 | max_forks_count int64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringlengths 24 24 ⌀ | max_forks_repo_forks_event_max_datetime stringlengths 24 24 ⌀ | content stringlengths 7 1.05M | avg_line_length float64 1.21 330k | max_line_length int64 6 990k | alphanum_fraction float64 0.01 0.99 | author_id stringlengths 2 40 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
106792565966f4dbade642322c9a15b7f6d3a45e | 13,623 | cpp | C++ | src/Protocols/DHCP.cpp | rschlaikjer/w5500 | bc75fd70ca535dc6b41ff3efae2ad254a07825ba | [
"MIT"
] | 1 | 2021-09-18T00:03:29.000Z | 2021-09-18T00:03:29.000Z | src/Protocols/DHCP.cpp | rschlaikjer/w5500 | bc75fd70ca535dc6b41ff3efae2ad254a07825ba | [
"MIT"
] | 1 | 2021-02-11T13:35:39.000Z | 2021-02-11T14:51:55.000Z | src/Protocols/DHCP.cpp | rschlaikjer/w5500 | bc75fd70ca535dc6b41ff3efae2ad254a07825ba | [
"MIT"
] | 1 | 2019-10-03T13:45:59.000Z | 2019-10-03T13:45:59.000Z | #include <W5500/Protocols/DHCP.hpp>
namespace W5500 {
namespace Protocols {
namespace DHCP {
void Client::update() {
switch (_state) {
case State::START:
fsm_start();
break;
case State::DISCOVER:
fsm_discover();
break;
case State::REQUEST:
case State::RENEW:
... | 32.281991 | 80 | 0.602804 | rschlaikjer |
1068c11f8810e31c1ab107724dbeedbb3b991f73 | 1,276 | hpp | C++ | iOS/G3MiOSSDK/Commons/Mesh/LeveledMesh.hpp | restjohn/g3m | 608657fd6f0e2898bd963d15136ff085b499e97e | [
"BSD-2-Clause"
] | null | null | null | iOS/G3MiOSSDK/Commons/Mesh/LeveledMesh.hpp | restjohn/g3m | 608657fd6f0e2898bd963d15136ff085b499e97e | [
"BSD-2-Clause"
] | null | null | null | iOS/G3MiOSSDK/Commons/Mesh/LeveledMesh.hpp | restjohn/g3m | 608657fd6f0e2898bd963d15136ff085b499e97e | [
"BSD-2-Clause"
] | null | null | null | //
// LeveledMesh.hpp
// G3MiOSSDK
//
// Created by Jose Miguel SN on 16/04/13.
//
//
#ifndef __G3MiOSSDK__LeveledMesh__
#define __G3MiOSSDK__LeveledMesh__
#include "Mesh.hpp"
#include "Vector3D.hpp"
class LeveledMesh: public Mesh{
private:
Mesh* _mesh;
int _currentLevel;
public:
LeveledMesh(Mesh* mes... | 16.571429 | 56 | 0.640282 | restjohn |
106975168c0e39d827c38f5fbec43ab2a883a227 | 30,938 | cpp | C++ | Libs/Image/Image.cpp | ben2k/ShapeWorks | a61d2710c5592db1dc00b4fe11990e512220161f | [
"MIT"
] | 1 | 2022-01-14T19:04:58.000Z | 2022-01-14T19:04:58.000Z | Libs/Image/Image.cpp | ben2k/ShapeWorks | a61d2710c5592db1dc00b4fe11990e512220161f | [
"MIT"
] | null | null | null | Libs/Image/Image.cpp | ben2k/ShapeWorks | a61d2710c5592db1dc00b4fe11990e512220161f | [
"MIT"
] | null | null | null | #include "Image.h"
#include "ShapeworksUtils.h"
#include "itkTPGACLevelSetImageFilter.h" // actually a shapeworks class, not itk
#include "MeshUtils.h"
#include <itkImageFileReader.h>
#include <itkImageFileWriter.h>
#include <itkAntiAliasBinaryImageFilter.h>
#include <itkResampleImageFilter.h>
#include <itkChangeInfo... | 29.862934 | 134 | 0.714655 | ben2k |
1069a8fd975f9cbb3b51166d0c3f4bee964bbca9 | 6,287 | cc | C++ | libcef_dll/ctocpp/views/menu_button_delegate_ctocpp.cc | Exstream-OpenSource/Chromium-Embedded-Framework | 74cf22c97ad16b56a37c9362c47a04425615dc28 | [
"BSD-3-Clause"
] | 1 | 2020-06-30T01:18:35.000Z | 2020-06-30T01:18:35.000Z | libcef_dll/ctocpp/views/menu_button_delegate_ctocpp.cc | Exstream-OpenSource/Chromium-Embedded-Framework | 74cf22c97ad16b56a37c9362c47a04425615dc28 | [
"BSD-3-Clause"
] | null | null | null | libcef_dll/ctocpp/views/menu_button_delegate_ctocpp.cc | Exstream-OpenSource/Chromium-Embedded-Framework | 74cf22c97ad16b56a37c9362c47a04425615dc28 | [
"BSD-3-Clause"
] | null | null | null | // Copyright (c) 2016 The Chromium Embedded Framework Authors. All rights
// reserved. Use of this source code is governed by a BSD-style license that
// can be found in the LICENSE file.
//
// ---------------------------------------------------------------------------
//
// This file was generated by the CEF translato... | 29.24186 | 80 | 0.726579 | Exstream-OpenSource |
106b8e19fee71a954bdf3823bf1549e819b4df73 | 4,087 | hpp | C++ | include/eepp/ui/uilistbox.hpp | jayrulez/eepp | 09c5c1b6b4c0306bb0a188474778c6949b5df3a7 | [
"MIT"
] | 37 | 2020-01-20T06:21:24.000Z | 2022-03-21T17:44:50.000Z | include/eepp/ui/uilistbox.hpp | jayrulez/eepp | 09c5c1b6b4c0306bb0a188474778c6949b5df3a7 | [
"MIT"
] | null | null | null | include/eepp/ui/uilistbox.hpp | jayrulez/eepp | 09c5c1b6b4c0306bb0a188474778c6949b5df3a7 | [
"MIT"
] | 9 | 2019-03-22T00:33:07.000Z | 2022-03-01T01:35:59.000Z | #ifndef EE_UICUILISTBOX_HPP
#define EE_UICUILISTBOX_HPP
#include <eepp/ui/uiitemcontainer.hpp>
#include <eepp/ui/uilistboxitem.hpp>
#include <eepp/ui/uinode.hpp>
#include <eepp/ui/uiscrollbar.hpp>
#include <eepp/ui/uitouchdraggablewidget.hpp>
namespace EE { namespace UI {
class EE_API UIListBox : public UITouchDragg... | 21.397906 | 78 | 0.762173 | jayrulez |
106cc66213980d0299c763ee0a3247c604f64d97 | 7,829 | cc | C++ | src/Modules/Visualization/ShowString.cc | kimjohn1/SCIRun | 62ae6cb632100371831530c755ef0b133fb5c978 | [
"MIT"
] | 92 | 2015-02-09T22:42:11.000Z | 2022-03-25T09:14:50.000Z | src/Modules/Visualization/ShowString.cc | kimjohn1/SCIRun | 62ae6cb632100371831530c755ef0b133fb5c978 | [
"MIT"
] | 1,618 | 2015-01-05T19:39:13.000Z | 2022-03-27T20:28:45.000Z | src/Modules/Visualization/ShowString.cc | kimjohn1/SCIRun | 62ae6cb632100371831530c755ef0b133fb5c978 | [
"MIT"
] | 64 | 2015-02-20T17:51:23.000Z | 2021-11-19T07:08:08.000Z | /*
For more information, please see: http://software.sci.utah.edu
The MIT License
Copyright (c) 2020 Scientific Computing and Imaging Institute,
University of Utah.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the ... | 34.641593 | 105 | 0.730489 | kimjohn1 |
106e938278f6fc7f97e6241c0accf3d0cd2b7d53 | 9,202 | hpp | C++ | src/ResultsDBAny.hpp | jnnccc/Dakota-orb | 96488e723be9c67f0f85be8162b7af52c312b770 | [
"MIT"
] | null | null | null | src/ResultsDBAny.hpp | jnnccc/Dakota-orb | 96488e723be9c67f0f85be8162b7af52c312b770 | [
"MIT"
] | null | null | null | src/ResultsDBAny.hpp | jnnccc/Dakota-orb | 96488e723be9c67f0f85be8162b7af52c312b770 | [
"MIT"
] | 1 | 2022-03-18T14:13:14.000Z | 2022-03-18T14:13:14.000Z | /* _______________________________________________________________________
DAKOTA: Design Analysis Kit for Optimization and Terascale Applications
Copyright 2014 Sandia Corporation.
This software is distributed under the GNU Lesser General Public License.
For more information, see the README file in t... | 30.269737 | 78 | 0.727777 | jnnccc |
1070c8106c13221799578e27c10cd2f59c0ebd10 | 769 | cpp | C++ | practicals/chapter5/main_chap_5_8.cpp | rasmunk/set10108 | 563bb339ecea28de80fffd11b5866be4fc25344d | [
"MIT"
] | null | null | null | practicals/chapter5/main_chap_5_8.cpp | rasmunk/set10108 | 563bb339ecea28de80fffd11b5866be4fc25344d | [
"MIT"
] | null | null | null | practicals/chapter5/main_chap_5_8.cpp | rasmunk/set10108 | 563bb339ecea28de80fffd11b5866be4fc25344d | [
"MIT"
] | null | null | null | #include <mpi.h>
#include <iostream>
using namespace std;
int main() {
auto result = MPI_Init(nullptr, nullptr);
if (result != MPI_SUCCESS) {
cout << "Error - initializing MPI" << endl;
MPI_Abort(MPI_COMM_WORLD, result);
return -1;
}
int num_procs, my_rank;
... | 23.30303 | 92 | 0.559168 | rasmunk |
1070d93f236f9c284d6ec84d2797c55a5b63ef24 | 2,448 | cpp | C++ | common/eglstate/frame_recorder.cpp | lovewsy/patrace | 97376a6aa759c1695e29dc9530aa609c9385cbd8 | [
"MIT"
] | 41 | 2018-12-09T13:41:18.000Z | 2022-03-25T03:05:32.000Z | common/eglstate/frame_recorder.cpp | lovewsy/patrace | 97376a6aa759c1695e29dc9530aa609c9385cbd8 | [
"MIT"
] | 37 | 2019-01-24T04:09:10.000Z | 2022-03-29T10:35:38.000Z | common/eglstate/frame_recorder.cpp | lovewsy/patrace | 97376a6aa759c1695e29dc9530aa609c9385cbd8 | [
"MIT"
] | 27 | 2018-12-09T13:41:38.000Z | 2022-03-30T08:24:24.000Z | #include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#include "frame_recorder.hpp"
#include "state_manager.hpp"
#include "frame.hpp"
#include "dump.hpp"
namespace record
{
/////////////////////////////////////////////////////////////////
// Initialization & Uninitialization
/////////////////////////////////////////////... | 20.231405 | 111 | 0.579248 | lovewsy |
1070e90f63ebb43473dbd60b96fcabe1b2f5d9cb | 20,029 | cpp | C++ | modules/attention_segmentation/src/convertions.cpp | ToMadoRe/v4r | 7cb817e05cb9d99cb2f68db009c27d7144d07f09 | [
"MIT"
] | 17 | 2015-11-16T14:21:10.000Z | 2020-11-09T02:57:33.000Z | modules/attention_segmentation/src/convertions.cpp | ToMadoRe/v4r | 7cb817e05cb9d99cb2f68db009c27d7144d07f09 | [
"MIT"
] | 35 | 2015-07-27T15:04:43.000Z | 2019-08-22T10:52:35.000Z | modules/attention_segmentation/src/convertions.cpp | ToMadoRe/v4r | 7cb817e05cb9d99cb2f68db009c27d7144d07f09 | [
"MIT"
] | 18 | 2015-08-06T09:26:27.000Z | 2020-09-03T01:31:00.000Z | /**
* Copyright (C) 2012
* Ekaterina Potapova
* Automation and Control Institute
* Vienna University of Technology
* Gusshausstraße 25-29
* 1040 Vienna, Austria
* potapova(at)acin.tuwien.ac.at
*
* This program is free software: you can redistribute it and/or modify
* it under the terms ... | 30.028486 | 151 | 0.60692 | ToMadoRe |
107370106c941da471197df74dc396a6fff8cc30 | 2,891 | cpp | C++ | csapex_point_cloud/src/conversion/pointcloud_to_depthimage.cpp | AdrianZw/csapex_core_plugins | 1b23c90af7e552c3fc37c7dda589d751d2aae97f | [
"BSD-3-Clause"
] | 2 | 2016-09-02T15:33:22.000Z | 2019-05-06T22:09:33.000Z | csapex_point_cloud/src/conversion/pointcloud_to_depthimage.cpp | AdrianZw/csapex_core_plugins | 1b23c90af7e552c3fc37c7dda589d751d2aae97f | [
"BSD-3-Clause"
] | 1 | 2021-02-14T19:53:30.000Z | 2021-02-14T19:53:30.000Z | csapex_point_cloud/src/conversion/pointcloud_to_depthimage.cpp | AdrianZw/csapex_core_plugins | 1b23c90af7e552c3fc37c7dda589d751d2aae97f | [
"BSD-3-Clause"
] | 6 | 2016-10-12T00:55:23.000Z | 2021-02-10T17:49:25.000Z |
/// PROJECT
#include <csapex/model/node.h>
#include <csapex/model/node_modifier.h>
#include <csapex/msg/io.h>
#include <csapex/param/parameter_factory.h>
#include <csapex/utility/register_apex_plugin.h>
#include <csapex_core_plugins/timestamp_message.h>
#include <csapex_opencv/cv_mat_message.h>
#include <csapex_point_... | 28.067961 | 108 | 0.617088 | AdrianZw |
1073f469f8755494b669063ddd5817fddb2c7620 | 3,956 | cpp | C++ | core/model/src/model_math_t.cpp | lkeegan/spatial-model-editor | 5dcb06550607b0a734acddd8b719035b68e35307 | [
"MIT"
] | 4 | 2019-07-18T15:05:09.000Z | 2020-03-14T09:50:07.000Z | core/model/src/model_math_t.cpp | lkeegan/spatial-model-editor | 5dcb06550607b0a734acddd8b719035b68e35307 | [
"MIT"
] | 328 | 2019-06-30T12:03:01.000Z | 2020-10-05T15:56:35.000Z | core/model/src/model_math_t.cpp | lkeegan/spatial-model-editor | 5dcb06550607b0a734acddd8b719035b68e35307 | [
"MIT"
] | 1 | 2019-06-08T22:47:14.000Z | 2019-06-08T22:47:14.000Z | #include "catch_wrapper.hpp"
#include "model_test_utils.hpp"
#include "sme/model.hpp"
#include "sme/model_math.hpp"
#include <QFile>
#include <cmath>
using namespace sme;
using namespace sme::test;
TEST_CASE("SBML math", "[core/model/math][core/model][core][model][math]") {
SECTION("No SBML model, valid expressions... | 36.62963 | 77 | 0.60541 | lkeegan |
1075b208a14f1e7be9140232429ef4b5afe897b8 | 930 | cpp | C++ | LinkedList/palindromell.cpp | riti2409/180DSAProblemsbusted | 4cce47fa61bf2e7cb3b621996e2e327e9ef61ad1 | [
"MIT"
] | 8 | 2021-10-20T02:19:59.000Z | 2022-02-05T16:49:49.000Z | LinkedList/palindromell.cpp | riti2409/180DSAProblemsbusted | 4cce47fa61bf2e7cb3b621996e2e327e9ef61ad1 | [
"MIT"
] | null | null | null | LinkedList/palindromell.cpp | riti2409/180DSAProblemsbusted | 4cce47fa61bf2e7cb3b621996e2e327e9ef61ad1 | [
"MIT"
] | null | null | null | class Solution {
public:
ListNode* reverse(ListNode* head){
ListNode*prev=NULL;
ListNode*curr=head;
ListNode*next;
while(curr!=NULL){
next=curr->next;
curr->next=prev;
prev=curr;
curr=next;
}
re... | 25.135135 | 59 | 0.446237 | riti2409 |
1076ab515ed536b8a830b81ec99666c79bd49d27 | 2,013 | cpp | C++ | src/main.cpp | Horki/CarND-Path-Planning-Project | bba65e35a84aeee1d04b02c9e33d71ae461a5874 | [
"MIT"
] | null | null | null | src/main.cpp | Horki/CarND-Path-Planning-Project | bba65e35a84aeee1d04b02c9e33d71ae461a5874 | [
"MIT"
] | null | null | null | src/main.cpp | Horki/CarND-Path-Planning-Project | bba65e35a84aeee1d04b02c9e33d71ae461a5874 | [
"MIT"
] | null | null | null | #include <uWS/uWS.h>
#include <fstream>
#include <iostream>
#include <string>
#include <vector>
#include "Eigen-3.3/Eigen/Core"
#include "Eigen-3.3/Eigen/QR"
#include "helpers.h"
#include "json.hpp"
#include "path_planner.h"
int main() {
uWS::Hub h;
// // Waypoint map to read from
std::string map... | 27.958333 | 81 | 0.541977 | Horki |
1076f1a9d8c7ba961e690f6a0b44e521701554dc | 62,349 | cpp | C++ | cmfe/lib/AST/TypePrinter.cpp | dmitryryintel/cm-compiler | 1ef7651dc1c33d3e4853f8779d6a720e45e20e19 | [
"Intel",
"MIT"
] | 115 | 2018-02-01T18:56:44.000Z | 2022-03-21T13:23:00.000Z | cmfe/lib/AST/TypePrinter.cpp | dmitryryintel/cm-compiler | 1ef7651dc1c33d3e4853f8779d6a720e45e20e19 | [
"Intel",
"MIT"
] | 27 | 2018-09-17T17:49:49.000Z | 2021-11-03T04:31:51.000Z | cmfe/lib/AST/TypePrinter.cpp | dmitryryintel/cm-compiler | 1ef7651dc1c33d3e4853f8779d6a720e45e20e19 | [
"Intel",
"MIT"
] | 55 | 2018-02-01T07:11:49.000Z | 2022-03-04T01:20:23.000Z | //===- TypePrinter.cpp - Pretty-Print Clang Types -------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | 32.205062 | 82 | 0.63807 | dmitryryintel |
10773164ef2447f172ef50528756b9cb9beb7f16 | 85,040 | cpp | C++ | torch/csrc/jit/tensorexpr/ir_simplifier.cpp | kanji95/pytorch | b8e6144e0a328fe49067ae7d18d5582c8f1a61b0 | [
"Intel"
] | 1 | 2021-09-29T13:45:07.000Z | 2021-09-29T13:45:07.000Z | torch/csrc/jit/tensorexpr/ir_simplifier.cpp | kanji95/pytorch | b8e6144e0a328fe49067ae7d18d5582c8f1a61b0 | [
"Intel"
] | null | null | null | torch/csrc/jit/tensorexpr/ir_simplifier.cpp | kanji95/pytorch | b8e6144e0a328fe49067ae7d18d5582c8f1a61b0 | [
"Intel"
] | null | null | null | #include <torch/csrc/jit/jit_log.h>
#include <torch/csrc/jit/tensorexpr/ir_printer.h>
#include <torch/csrc/jit/tensorexpr/ir_simplifier.h>
namespace torch {
namespace jit {
namespace tensorexpr {
// Simple recursive GCD.
template <typename T>
T gcd(T a, T b) {
if (b == 0) {
return a;
}
return gcd(b, a % b);... | 30.338923 | 95 | 0.630527 | kanji95 |
10777b5058462823c895a2c7d663e6b31ac1f040 | 4,425 | cpp | C++ | McEngine/src/Engine/RenderTarget.cpp | lwkobe/McEngine | c24dea65b9e6745391b073dd4521561e9808b1a3 | [
"MIT"
] | 1 | 2019-11-20T13:24:56.000Z | 2019-11-20T13:24:56.000Z | McEngine/src/Engine/RenderTarget.cpp | lwkobe/McEngine | c24dea65b9e6745391b073dd4521561e9808b1a3 | [
"MIT"
] | null | null | null | McEngine/src/Engine/RenderTarget.cpp | lwkobe/McEngine | c24dea65b9e6745391b073dd4521561e9808b1a3 | [
"MIT"
] | null | null | null | //================ Copyright (c) 2013, PG, All rights reserved. =================//
//
// Purpose: offscreen rendering
//
// $NoKeywords: $rt
//===============================================================================//
#include "RenderTarget.h"
#include "Engine.h"
#include "ConVar.h"
#include "VertexArrayObjec... | 25.142045 | 153 | 0.688362 | lwkobe |
1077b8364b349396d8f3b58fcf6fb0eff8220889 | 6,465 | cpp | C++ | dev/Code/Sandbox/Plugins/UiCanvasEditor/PropertiesWidget.cpp | horvay/lumberyardtutor | 63b0681a7ed2a98d651b699984de92951721353e | [
"AML"
] | 5 | 2018-08-17T21:05:55.000Z | 2021-04-17T10:48:26.000Z | dev/Code/Sandbox/Plugins/UiCanvasEditor/PropertiesWidget.cpp | horvay/lumberyardtutor | 63b0681a7ed2a98d651b699984de92951721353e | [
"AML"
] | null | null | null | dev/Code/Sandbox/Plugins/UiCanvasEditor/PropertiesWidget.cpp | horvay/lumberyardtutor | 63b0681a7ed2a98d651b699984de92951721353e | [
"AML"
] | 5 | 2017-12-05T16:36:00.000Z | 2021-04-27T06:33:54.000Z | /*
* All or portions of this file Copyright (c) Amazon.com, Inc. or its affiliates or
* its licensors.
*
* For complete copyright and license terms please see the LICENSE at the root of this
* distribution (the "License"). All use of this software is governed by the License,
* or, if provided, by the license below or t... | 34.388298 | 169 | 0.724517 | horvay |
1078152c7a9b329d130fe7efdff273fd4c7dd0bd | 1,755 | cc | C++ | chromium/chrome/browser/media/router/media_router_base.cc | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | chromium/chrome/browser/media/router/media_router_base.cc | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | chromium/chrome/browser/media/router/media_router_base.cc | wedataintelligence/vivaldi-source | 22a46f2c969f6a0b7ca239a05575d1ea2738768c | [
"BSD-3-Clause"
] | null | null | null | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/media/router/media_router_base.h"
#include "base/bind.h"
namespace media_router {
MediaRouterBase::MediaRouterBase() = default... | 33.75 | 77 | 0.768091 | wedataintelligence |
10786f7a915956d6e83da511fac1ece010f98a2a | 2,362 | cpp | C++ | engine/source/gom/source/src/Actor.cpp | mateusgondim/Demos | 6aa5da3a6c0e960d10811c9e71e9a0a746e8d6ab | [
"MIT"
] | 5 | 2019-02-12T07:23:55.000Z | 2020-06-22T15:03:36.000Z | engine/source/gom/source/src/Actor.cpp | mateusgondim/Demos | 6aa5da3a6c0e960d10811c9e71e9a0a746e8d6ab | [
"MIT"
] | null | null | null | engine/source/gom/source/src/Actor.cpp | mateusgondim/Demos | 6aa5da3a6c0e960d10811c9e71e9a0a746e8d6ab | [
"MIT"
] | 2 | 2019-06-17T05:04:21.000Z | 2020-04-22T09:05:57.000Z | #include "Actor.hpp"
#include "vec3.hpp"
#include "vec2.hpp"
#include "mat4.hpp"
#include "Body_2d_def.hpp"
#include "Body_2d.hpp"
#include "World.hpp"
#include "Physics_manager.hpp"
#include "Projectile.hpp"
#include "Sprite.hpp"
#include "Sprite_atlas.hpp"
#include "Graphics_manager.hpp"
#include "Gameplay_state.h... | 32.356164 | 185 | 0.724809 | mateusgondim |
10789989ccef3811e859d85b28212acc215358ce | 7,448 | cpp | C++ | modules/python3/bindings/src/pypickingmapper.cpp | alexanderbock/inviwo | 5a23de833ba3f7bd56d71154e75df3bfc6ee6a7c | [
"BSD-2-Clause"
] | 349 | 2015-01-30T09:21:52.000Z | 2022-03-25T03:10:02.000Z | modules/python3/bindings/src/pypickingmapper.cpp | alexanderbock/inviwo | 5a23de833ba3f7bd56d71154e75df3bfc6ee6a7c | [
"BSD-2-Clause"
] | 641 | 2015-09-23T08:54:06.000Z | 2022-03-23T09:50:55.000Z | modules/python3/bindings/src/pypickingmapper.cpp | alexanderbock/inviwo | 5a23de833ba3f7bd56d71154e75df3bfc6ee6a7c | [
"BSD-2-Clause"
] | 124 | 2015-02-27T23:45:02.000Z | 2022-02-21T09:37:14.000Z | /*********************************************************************************
*
* Inviwo - Interactive Visualization Workshop
*
* Copyright (c) 2018-2021 Inviwo Foundation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided th... | 52.822695 | 100 | 0.698308 | alexanderbock |
10791f85ae8e2c6fe3473339e07ca53247fc4fc9 | 2,216 | cpp | C++ | hazelcast/src/hazelcast/client/TypedData.cpp | sbrown-uhd/hazelcast-cpp-client | ce57a508092fa42b9b4b371ae6c2782a21c75515 | [
"Apache-2.0"
] | null | null | null | hazelcast/src/hazelcast/client/TypedData.cpp | sbrown-uhd/hazelcast-cpp-client | ce57a508092fa42b9b4b371ae6c2782a21c75515 | [
"Apache-2.0"
] | null | null | null | hazelcast/src/hazelcast/client/TypedData.cpp | sbrown-uhd/hazelcast-cpp-client | ce57a508092fa42b9b4b371ae6c2782a21c75515 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2008-2019, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | 36.933333 | 124 | 0.574007 | sbrown-uhd |
107a5f0d2e59a6cc83a80733e005a74f3f4b7928 | 11,129 | cc | C++ | src/automaton/tests/interop/abi_encoder_test.cc | automaton-network/automaton | 34f6df278dc71d11340084c3487564ab58b04c2e | [
"MIT"
] | 2 | 2018-12-19T18:01:14.000Z | 2019-03-29T12:54:41.000Z | src/automaton/tests/interop/abi_encoder_test.cc | automaton-network/automaton | 34f6df278dc71d11340084c3487564ab58b04c2e | [
"MIT"
] | 3 | 2018-12-20T17:44:31.000Z | 2020-03-25T16:45:04.000Z | src/automaton/tests/interop/abi_encoder_test.cc | automaton-network/automaton | 34f6df278dc71d11340084c3487564ab58b04c2e | [
"MIT"
] | 2 | 2020-03-12T13:33:10.000Z | 2020-03-22T00:48:51.000Z | #include <fstream>
#include <string>
#include <vector>
#include <json.hpp>
#include "automaton/core/interop/ethereum/eth_contract_curl.h"
#include "automaton/core/interop/ethereum/eth_helper_functions.h"
#include "automaton/core/io/io.h"
#include "gtest/gtest.h"
using json = nlohmann::json;
using namespace automat... | 34.669782 | 162 | 0.572738 | automaton-network |
107ac452648bfa7b6d7dd997b2314ecf40390d6f | 891 | cpp | C++ | data/dailyCodingProblem972.cpp | vidit1999/daily_coding_problem | b90319cb4ddce11149f54010ba36c4bd6fa0a787 | [
"MIT"
] | 2 | 2020-09-04T20:56:23.000Z | 2021-06-11T07:42:26.000Z | data/dailyCodingProblem972.cpp | vidit1999/daily_coding_problem | b90319cb4ddce11149f54010ba36c4bd6fa0a787 | [
"MIT"
] | null | null | null | data/dailyCodingProblem972.cpp | vidit1999/daily_coding_problem | b90319cb4ddce11149f54010ba36c4bd6fa0a787 | [
"MIT"
] | null | null | null | #include <bits/stdc++.h>
using namespace std;
/*
Given a string with repeated characters, rearrange the string so that no two adjacent
characters are the same. If this is not possible, return None.
For example, given "aaabbc", you could return "ababac". Given "aaab", return None.
*/
string rearrangeNoTwoAdj(string ... | 19.8 | 85 | 0.637486 | vidit1999 |
107b3378b35e80d66a82994f93ef5b14f8cbed2e | 8,349 | cpp | C++ | clang-tools-extra/clangd/URI.cpp | tkf/opencilk-project | 48265098754b785d1b06cb08d8e22477a003efcd | [
"MIT"
] | 1 | 2020-09-25T23:33:05.000Z | 2020-09-25T23:33:05.000Z | clang-tools-extra/clangd/URI.cpp | tkf/opencilk-project | 48265098754b785d1b06cb08d8e22477a003efcd | [
"MIT"
] | 2 | 2021-10-06T22:33:18.000Z | 2022-02-19T07:00:39.000Z | clang-tools-extra/clangd/URI.cpp | tkf/opencilk-project | 48265098754b785d1b06cb08d8e22477a003efcd | [
"MIT"
] | 1 | 2020-07-30T11:23:41.000Z | 2020-07-30T11:23:41.000Z | //===---- URI.h - File URIs with schemes -------------------------*- C++-*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===---------------------------... | 32.235521 | 80 | 0.615882 | tkf |
107b833e775c8b6dbe556c8f7f4623d08e87e81d | 1,345 | cpp | C++ | lockfree/thrset_test.cpp | sanjosh/smallprogs | 8acf7a357080b9154b55565be7c7667db0d4049b | [
"Apache-2.0"
] | 7 | 2017-02-28T06:33:43.000Z | 2021-12-17T04:58:19.000Z | lockfree/thrset_test.cpp | sanjosh/smallprogs | 8acf7a357080b9154b55565be7c7667db0d4049b | [
"Apache-2.0"
] | null | null | null | lockfree/thrset_test.cpp | sanjosh/smallprogs | 8acf7a357080b9154b55565be7c7667db0d4049b | [
"Apache-2.0"
] | 3 | 2017-02-28T06:33:30.000Z | 2021-02-25T09:42:31.000Z | #include <thread>
#include <vector>
#include <mutex>
#include <cassert>
#include <iostream>
#include "set.h"
Set s;
int TOTALVAL = 500;
int TOTALTHR = 5;
std::mutex m;
std::vector<int64_t> kValVec;
template <int k>
struct Modulo {
int i = 0;
bool rollover() {
++i;
if (i == k) {
i = 0;
return true;
}
... | 17.467532 | 61 | 0.588848 | sanjosh |
107dfe839b6a58d12c975172b0d7044816a1e6db | 30,367 | cpp | C++ | Code/Framework/GridMate/GridMate/Carrier/DefaultTrafficControl.cpp | LB-JakubSkorupka/o3de | e224fc2ee5ec2a12e75a10acae268b7b38ae3a32 | [
"Apache-2.0",
"MIT"
] | 11 | 2021-07-08T09:58:26.000Z | 2022-03-17T17:59:26.000Z | Code/Framework/GridMate/GridMate/Carrier/DefaultTrafficControl.cpp | LB-JakubSkorupka/o3de | e224fc2ee5ec2a12e75a10acae268b7b38ae3a32 | [
"Apache-2.0",
"MIT"
] | 29 | 2021-07-06T19:33:52.000Z | 2022-03-22T10:27:49.000Z | Code/Framework/GridMate/GridMate/Carrier/DefaultTrafficControl.cpp | LB-JakubSkorupka/o3de | e224fc2ee5ec2a12e75a10acae268b7b38ae3a32 | [
"Apache-2.0",
"MIT"
] | 4 | 2021-07-06T19:24:43.000Z | 2022-03-31T12:42:27.000Z | /*
* 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 <GridMate/Carrier/DefaultTrafficControl.h>
#include <GridMate/Carrier/Carrier.h>
#include... | 42.471329 | 261 | 0.60602 | LB-JakubSkorupka |
107f2626b2cf0ee9b14ee269045c177743635dae | 321 | hh | C++ | Alignment/Geners/interface/IOIsPair.hh | nistefan/cmssw | ea13af97f7f2117a4f590a5e654e06ecd9825a5b | [
"Apache-2.0"
] | 1 | 2019-08-09T08:42:11.000Z | 2019-08-09T08:42:11.000Z | Alignment/Geners/interface/IOIsPair.hh | nistefan/cmssw | ea13af97f7f2117a4f590a5e654e06ecd9825a5b | [
"Apache-2.0"
] | null | null | null | Alignment/Geners/interface/IOIsPair.hh | nistefan/cmssw | ea13af97f7f2117a4f590a5e654e06ecd9825a5b | [
"Apache-2.0"
] | 1 | 2019-03-19T13:44:54.000Z | 2019-03-19T13:44:54.000Z | #ifndef GENERS_IOISPAIR_HH_
#define GENERS_IOISPAIR_HH_
#include <utility>
namespace gs {
template <class T>
struct IOIsPair
{
enum {value = 0};
};
template <class T1, class T2>
struct IOIsPair<std::pair<T1,T2> >
{
enum {value = 1};
};
}
#endif // GENERS_IOISPAIR_HH_
... | 14.590909 | 38 | 0.604361 | nistefan |
107fc4b66b44d92e397aa1a95acdfa2007b5cc6c | 696 | cpp | C++ | src/rt64lib/private/rt64_common.cpp | Ridge-Racer/RT64 | 20c983ea6875f23063449dd9c31e87e1f6b12fdf | [
"MIT"
] | null | null | null | src/rt64lib/private/rt64_common.cpp | Ridge-Racer/RT64 | 20c983ea6875f23063449dd9c31e87e1f6b12fdf | [
"MIT"
] | null | null | null | src/rt64lib/private/rt64_common.cpp | Ridge-Racer/RT64 | 20c983ea6875f23063449dd9c31e87e1f6b12fdf | [
"MIT"
] | null | null | null | //
// RT64
//
#include "rt64_common.h"
#ifndef RT64_MINIMAL
namespace nv_helpers_dx12
{
ID3D12DescriptorHeap* CreateDescriptorHeap(ID3D12Device* device, uint32_t count, D3D12_DESCRIPTOR_HEAP_TYPE type, bool shaderVisible) {
D3D12_DESCRIPTOR_HEAP_DESC desc = {};
desc.NumDescriptors = count;
desc.Type = type;
... | 24 | 136 | 0.780172 | Ridge-Racer |
10807bf03702de024866e883f31bddd6723e99e3 | 573 | hpp | C++ | include/eagine/units/dim/mass_density.hpp | ford442/oglplu2 | abf1e28d9bcd0d2348121e8640d9611a94112a83 | [
"BSL-1.0"
] | 103 | 2015-10-15T07:09:22.000Z | 2022-03-20T03:39:32.000Z | include/eagine/units/dim/mass_density.hpp | matus-chochlik/eagine-core | 5bc2d6b9b053deb3ce6f44f0956dfccd75db4649 | [
"BSL-1.0"
] | 11 | 2015-11-25T11:39:49.000Z | 2021-06-18T08:06:06.000Z | include/eagine/units/dim/mass_density.hpp | matus-chochlik/eagine-core | 5bc2d6b9b053deb3ce6f44f0956dfccd75db4649 | [
"BSL-1.0"
] | 10 | 2016-02-28T00:13:20.000Z | 2021-09-06T05:21:38.000Z | /// @file
///
/// Copyright Matus Chochlik.
/// Distributed under the Boost Software License, Version 1.0.
/// See accompanying file LICENSE_1_0.txt or copy at
/// http://www.boost.org/LICENSE_1_0.txt
///
#ifndef EAGINE_UNITS_DIM_MASS_DENSITY_HPP
#define EAGINE_UNITS_DIM_MASS_DENSITY_HPP
#include "volume.hpp"
names... | 22.038462 | 62 | 0.74171 | ford442 |
108089c02f264c5e026a26f721739850094a0de1 | 1,536 | hpp | C++ | castle-crawl/src/game-coordinator.hpp | Biyorne/learningcpp | bcf963990800ed939fa4cc1b30fadccaf098155b | [
"MIT"
] | null | null | null | castle-crawl/src/game-coordinator.hpp | Biyorne/learningcpp | bcf963990800ed939fa4cc1b30fadccaf098155b | [
"MIT"
] | null | null | null | castle-crawl/src/game-coordinator.hpp | Biyorne/learningcpp | bcf963990800ed939fa4cc1b30fadccaf098155b | [
"MIT"
] | null | null | null | #ifndef CASTLECRAWL_GAMECOORDINATOR_HPP_INCLUDED
#define CASTLECRAWL_GAMECOORDINATOR_HPP_INCLUDED
//
// game-coordinator.hpp
//
#include "animation-player.hpp"
#include "board.hpp"
#include "context.hpp"
#include "keys.hpp"
#include "maps.hpp"
#include "player-piece.hpp"
#include "popup-manager.hpp"
#include "random.hp... | 23.272727 | 61 | 0.685547 | Biyorne |
1080f8af35ddc9c69953f48f79aa560094477ae8 | 5,227 | hpp | C++ | include/DynPDT.hpp | kamp78/dynpdt | 5ecdb043b3185f3adcdc6e084786608f01547bcc | [
"MIT"
] | null | null | null | include/DynPDT.hpp | kamp78/dynpdt | 5ecdb043b3185f3adcdc6e084786608f01547bcc | [
"MIT"
] | null | null | null | include/DynPDT.hpp | kamp78/dynpdt | 5ecdb043b3185f3adcdc6e084786608f01547bcc | [
"MIT"
] | null | null | null | #ifndef DYNPDT_DYNPDT_HPP
#define DYNPDT_DYNPDT_HPP
#include "SimpleBonsai.hpp"
#include "LabelPool_Plain.hpp"
#include "LabelPool_BitMap.hpp"
namespace dynpdt {
struct Setting {
uint64_t num_keys = 0;
double load_factor = 0.0;
uint64_t fixed_len = 0; // of node labels
uint8_t width_1st = 0;
void show_sta... | 25.748768 | 87 | 0.616223 | kamp78 |
1081364e434d72176856ce2745b3f4e78289a2f6 | 32,131 | cpp | C++ | Plugins/Rename/Rename.cpp | GideonCrawle/unified | 2a310e0012badfcc9675bd8c8554613b5354e21a | [
"MIT"
] | null | null | null | Plugins/Rename/Rename.cpp | GideonCrawle/unified | 2a310e0012badfcc9675bd8c8554613b5354e21a | [
"MIT"
] | null | null | null | Plugins/Rename/Rename.cpp | GideonCrawle/unified | 2a310e0012badfcc9675bd8c8554613b5354e21a | [
"MIT"
] | null | null | null | #include "Rename.hpp"
#include <sstream>
#include <regex>
#include <string>
#include <random>
#include <algorithm>
#include "API/CAppManager.hpp"
#include "API/CServerExoApp.hpp"
#include "API/CNetLayer.hpp"
#include "API/CNetLayerPlayerInfo.hpp"
#include "API/Constants.hpp"
#include "API/Globals.hpp"
#include "API/CN... | 43.954856 | 170 | 0.669385 | GideonCrawle |
1081526148f67a03222dd491f7a304de8481890f | 29,183 | cpp | C++ | xfa/fde/tto/fde_textout.cpp | aliakseis/pdfium-fork | 4505756eacc9bbc48a1e3f19a86ad6f1ec6150fc | [
"BSD-3-Clause"
] | 1 | 2019-01-12T07:08:25.000Z | 2019-01-12T07:08:25.000Z | xfa/fde/tto/fde_textout.cpp | aliakseis/pdfium-fork | 4505756eacc9bbc48a1e3f19a86ad6f1ec6150fc | [
"BSD-3-Clause"
] | null | null | null | xfa/fde/tto/fde_textout.cpp | aliakseis/pdfium-fork | 4505756eacc9bbc48a1e3f19a86ad6f1ec6150fc | [
"BSD-3-Clause"
] | 1 | 2019-09-20T07:47:55.000Z | 2019-09-20T07:47:55.000Z | // Copyright 2014 PDFium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
#include "xfa/fde/tto/fde_textout.h"
#include <algorithm>
#include "core/fxc... | 30.654412 | 80 | 0.639139 | aliakseis |
10816f47c2a8ec6f56032fccf80bcd9e7d5649ba | 3,062 | cpp | C++ | compiler/moco-tf/src/Canonicalization/PadCanonicalizer.cpp | wateret/ONE_private | 9789c52633e665d2e10273d88d6f7970faa8aee9 | [
"Apache-2.0"
] | null | null | null | compiler/moco-tf/src/Canonicalization/PadCanonicalizer.cpp | wateret/ONE_private | 9789c52633e665d2e10273d88d6f7970faa8aee9 | [
"Apache-2.0"
] | null | null | null | compiler/moco-tf/src/Canonicalization/PadCanonicalizer.cpp | wateret/ONE_private | 9789c52633e665d2e10273d88d6f7970faa8aee9 | [
"Apache-2.0"
] | null | null | null | /*
* Copyright (c) 2019 Samsung Electronics Co., Ltd. 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... | 30.316832 | 92 | 0.643044 | wateret |
1081e849ad2d33d7bbea0922c076bf57a5212d92 | 4,914 | inl | C++ | Engine/Source/Runtime/Core/Public/UObject/UnrealNames.inl | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | null | null | null | Engine/Source/Runtime/Core/Public/UObject/UnrealNames.inl | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | 2 | 2015-06-21T17:38:11.000Z | 2015-06-22T20:54:42.000Z | Engine/Source/Runtime/Core/Public/UObject/UnrealNames.inl | PopCap/GameIdea | 201e1df50b2bc99afc079ce326aa0a44b178a391 | [
"BSD-2-Clause"
] | null | null | null | // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
// Special zero value, meaning no name.
REGISTER_NAME(0,None)
// Class property types (name indices are significant for serialization).
REGISTER_NAME(1,ByteProperty)
REGISTER_NAME(2,IntProperty)
REGISTER_NAME(3,BoolProperty)
REGISTER_NAME(4,FloatProperty)
R... | 27.606742 | 79 | 0.850834 | PopCap |
1083834ea7c86c67df16cb6493f39dd9144f26f0 | 1,127 | cc | C++ | aslam_cv_common/test/test-hash-id.cc | shuhannod/aslam_cv2 | 4dd48916b9e5b9d5aa56e28894a04d4a25a87348 | [
"Apache-2.0"
] | 3 | 2019-09-16T02:11:58.000Z | 2020-03-20T22:49:32.000Z | aslam_cv_common/test/test-hash-id.cc | shuhannod/aslam_cv2 | 4dd48916b9e5b9d5aa56e28894a04d4a25a87348 | [
"Apache-2.0"
] | null | null | null | aslam_cv_common/test/test-hash-id.cc | shuhannod/aslam_cv2 | 4dd48916b9e5b9d5aa56e28894a04d4a25a87348 | [
"Apache-2.0"
] | 3 | 2019-07-04T00:47:45.000Z | 2019-10-17T02:22:11.000Z | #include <algorithm>
#include <unordered_set>
#include <gtest/gtest.h>
#include <aslam/common/entrypoint.h>
#include <aslam/common/hash-id.h>
using namespace aslam;
TEST(HashIdTest, Different) {
HashId a(HashId::random()), b(HashId::random());
EXPECT_NE(a, b);
}
TEST(HashIdTest, Validity) {
HashId a, b;
EX... | 21.673077 | 67 | 0.687666 | shuhannod |
10841e6d3d610de5fd97176e8b12e035100df94e | 1,384 | hpp | C++ | include/chemfiles/formats/MOL2.hpp | ezavod/chemfiles | 594f265f3f11d043fce146fe3f9915320fce17a4 | [
"BSD-3-Clause"
] | 116 | 2015-11-05T01:18:13.000Z | 2022-02-20T06:33:47.000Z | include/chemfiles/formats/MOL2.hpp | ezavod/chemfiles | 594f265f3f11d043fce146fe3f9915320fce17a4 | [
"BSD-3-Clause"
] | 307 | 2015-10-08T09:22:46.000Z | 2022-03-28T13:42:51.000Z | include/chemfiles/formats/MOL2.hpp | Luthaf/Chemharp | d41036ff5645954bd691f868f066c760560eee13 | [
"BSD-3-Clause"
] | 57 | 2015-10-22T06:45:40.000Z | 2022-03-27T17:33:05.000Z | // Chemfiles, a modern library for chemistry file reading and writing
// Copyright (C) Guillaume Fraux and contributors -- BSD license
#ifndef CHEMFILES_FORMAT_MOL2_HPP
#define CHEMFILES_FORMAT_MOL2_HPP
#include <cstdint>
#include <string>
#include <memory>
#include <unordered_map>
#include "chemfiles/File.hpp"
#inc... | 27.137255 | 102 | 0.740607 | ezavod |
108448384c78585eef56a0feec784a2e50daf5d3 | 1,493 | cc | C++ | chrome/browser/web_applications/test/test_app_registry_controller.cc | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/web_applications/test/test_app_registry_controller.cc | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/web_applications/test/test_app_registry_controller.cc | mghgroup/Glide-Browser | 6a4c1eaa6632ec55014fee87781c6bbbb92a2af5 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 2 | 2021-01-05T23:43:46.000Z | 2021-01-07T23:36:34.000Z | // Copyright 2020 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/web_applications/test/test_app_registry_controller.h"
namespace web_app {
TestAppRegistryController::TestAppRegistryController(... | 35.547619 | 80 | 0.687877 | mghgroup |
10877f174e9e4e648a85f29b0457c6ebfd5e2b4b | 4,109 | hpp | C++ | deps/src/boost_1_65_1/boost/phoenix/core/value.hpp | shreyasvj25/turicreate | 32e84ca16aef8d04aff3d49ae9984bd49326bffd | [
"BSD-3-Clause"
] | 11,356 | 2017-12-08T19:42:32.000Z | 2022-03-31T16:55:25.000Z | deps/src/boost_1_65_1/boost/phoenix/core/value.hpp | shreyasvj25/turicreate | 32e84ca16aef8d04aff3d49ae9984bd49326bffd | [
"BSD-3-Clause"
] | 2,402 | 2017-12-08T22:31:01.000Z | 2022-03-28T19:25:52.000Z | deps/src/boost_1_65_1/boost/phoenix/core/value.hpp | shreyasvj25/turicreate | 32e84ca16aef8d04aff3d49ae9984bd49326bffd | [
"BSD-3-Clause"
] | 1,343 | 2017-12-08T19:47:19.000Z | 2022-03-26T11:31:36.000Z | /*==============================================================================
Copyright (c) 2001-2010 Joel de Guzman
Copyright (c) 2010 Thomas Heller
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)
===... | 29.35 | 101 | 0.525675 | shreyasvj25 |
1088be6841bce3d3a0624d4bfb5a6edfc47edc50 | 104 | cpp | C++ | ShipEditorSimulation/Pool.cpp | timdecode/GraphSimulation | 7dec48ea9d2e094bab0825cde44c93fe83d1a92c | [
"MIT"
] | 1 | 2018-09-05T21:01:29.000Z | 2018-09-05T21:01:29.000Z | ShipEditorSimulation/Pool.cpp | timdecode/GraphSimulation | 7dec48ea9d2e094bab0825cde44c93fe83d1a92c | [
"MIT"
] | null | null | null | ShipEditorSimulation/Pool.cpp | timdecode/GraphSimulation | 7dec48ea9d2e094bab0825cde44c93fe83d1a92c | [
"MIT"
] | null | null | null | // Copyright 2016 Timothy Davison, all rights reserved.
#include "RegionGrowing.h"
#include "Pool.h"
| 14.857143 | 55 | 0.740385 | timdecode |
1089607571bba3f5291fa7ee90fcab2cc793f19d | 11,569 | hh | C++ | src/base/remote_gdb.hh | zinob15/gem5 | fb2946e314ea9e63c7696ee8023150ed13956582 | [
"BSD-3-Clause"
] | 1 | 2021-10-11T18:06:53.000Z | 2021-10-11T18:06:53.000Z | src/base/remote_gdb.hh | zinob15/gem5 | fb2946e314ea9e63c7696ee8023150ed13956582 | [
"BSD-3-Clause"
] | 1 | 2022-01-31T13:15:08.000Z | 2022-01-31T13:15:08.000Z | src/base/remote_gdb.hh | zinob15/gem5 | fb2946e314ea9e63c7696ee8023150ed13956582 | [
"BSD-3-Clause"
] | 1 | 2021-11-08T18:50:43.000Z | 2021-11-08T18:50:43.000Z | /*
* Copyright (c) 2018 ARM Limited
*
* The license below extends only to copyright in the software and shall
* not be construed as granting a license to any other intellectual
* property including but not limited to intellectual property relating
* to a hardware implementation of the functionality of the softwar... | 27.545238 | 79 | 0.665485 | zinob15 |
c8056aaf7b73d16df777c9a87e223759c18e85d6 | 8,258 | cpp | C++ | src/Cello/data_FieldDescr.cpp | aoife-flood/enzo-e | ab8ebc4716fff22bed9f692daf0472ae6ffffe73 | [
"BSD-3-Clause"
] | 26 | 2019-02-12T19:39:13.000Z | 2022-03-31T01:52:29.000Z | src/Cello/data_FieldDescr.cpp | aoife-flood/enzo-e | ab8ebc4716fff22bed9f692daf0472ae6ffffe73 | [
"BSD-3-Clause"
] | 128 | 2019-02-13T20:22:30.000Z | 2022-03-29T20:21:00.000Z | src/Cello/data_FieldDescr.cpp | aoife-flood/enzo-e | ab8ebc4716fff22bed9f692daf0472ae6ffffe73 | [
"BSD-3-Clause"
] | 29 | 2019-02-12T19:37:51.000Z | 2022-03-14T14:02:45.000Z | // See LICENSE_CELLO file for license and copyright information
/// @file data_FieldDescr.cpp
/// @author James Bordner (jobordner@ucsd.edu)
/// @date 2010-04-14
/// @brief Implementation of the FieldDescr class
#include "cello.hpp"
#include "data.hpp"
//------------------------------------------------... | 25.253823 | 78 | 0.534754 | aoife-flood |
c8065a9ec2514644f7405f9a5413f62235627154 | 7,339 | cpp | C++ | Source/WebCore/platform/graphics/cg/ImageBufferIOSurfaceBackend.cpp | jacadcaps/webkitty | 9aebd2081349f9a7b5d168673c6f676a1450a66d | [
"BSD-2-Clause"
] | 6 | 2021-07-05T16:09:39.000Z | 2022-03-06T22:44:42.000Z | Source/WebCore/platform/graphics/cg/ImageBufferIOSurfaceBackend.cpp | jacadcaps/webkitty | 9aebd2081349f9a7b5d168673c6f676a1450a66d | [
"BSD-2-Clause"
] | 7 | 2022-03-15T13:25:39.000Z | 2022-03-15T13:25:44.000Z | Source/WebCore/platform/graphics/cg/ImageBufferIOSurfaceBackend.cpp | jacadcaps/webkitty | 9aebd2081349f9a7b5d168673c6f676a1450a66d | [
"BSD-2-Clause"
] | null | null | null | /*
* Copyright (C) 2020 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions ... | 36.512438 | 209 | 0.775446 | jacadcaps |
c806cba536837ad75148b860092735c72d91f09a | 5,228 | cc | C++ | compiler/type_for_diagnostic_test.cc | perimosocordiae/Icarus | 183098eff886a0503562e5571e7009dd22719367 | [
"Apache-2.0"
] | 10 | 2015-10-28T18:54:41.000Z | 2021-12-29T16:48:31.000Z | compiler/type_for_diagnostic_test.cc | perimosocordiae/Icarus | 183098eff886a0503562e5571e7009dd22719367 | [
"Apache-2.0"
] | 95 | 2020-02-27T22:34:02.000Z | 2022-03-06T19:45:24.000Z | compiler/type_for_diagnostic_test.cc | perimosocordiae/Icarus | 183098eff886a0503562e5571e7009dd22719367 | [
"Apache-2.0"
] | 2 | 2019-02-01T23:16:04.000Z | 2020-02-27T16:06:02.000Z | #include "compiler/type_for_diagnostic.h"
#include "compiler/module.h"
#include "diagnostic/consumer/tracking.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "test/module.h"
namespace compiler {
namespace {
using ::testing::Eq;
struct TestCase {
std::string context;
std::string expr;
std::string ... | 37.884058 | 75 | 0.299732 | perimosocordiae |
c80935789299c12c90ec7b8c5af1211d58c42842 | 10,674 | cpp | C++ | Tests/NumLib/LocalToGlobalIndexMap.cpp | hosseinsotudeh/ogs | 214afcb00af23e4393168a846c7ee8ce4f13e489 | [
"BSD-4-Clause"
] | null | null | null | Tests/NumLib/LocalToGlobalIndexMap.cpp | hosseinsotudeh/ogs | 214afcb00af23e4393168a846c7ee8ce4f13e489 | [
"BSD-4-Clause"
] | null | null | null | Tests/NumLib/LocalToGlobalIndexMap.cpp | hosseinsotudeh/ogs | 214afcb00af23e4393168a846c7ee8ce4f13e489 | [
"BSD-4-Clause"
] | null | null | null | /**
* \copyright
* Copyright (c) 2012-2018, OpenGeoSys Community (http://www.opengeosys.org)
* Distributed under a Modified BSD License.
* See accompanying file LICENSE.txt or
* http://www.opengeosys.org/project/license
*
*/
#include <memory>
#include <vector>
#include <gte... | 38.121429 | 135 | 0.719974 | hosseinsotudeh |
c80ab8c52fc92dc9411ec60c62469b15e68166d9 | 2,283 | cpp | C++ | src/framework/rendering/GBuffer.cpp | Figglewatts/graphics2-proj | 9255dad0fb6f47944a242652adca0e85282da216 | [
"MIT"
] | 1 | 2021-08-19T22:09:31.000Z | 2021-08-19T22:09:31.000Z | src/framework/rendering/GBuffer.cpp | Figglewatts/graphics2-proj | 9255dad0fb6f47944a242652adca0e85282da216 | [
"MIT"
] | null | null | null | src/framework/rendering/GBuffer.cpp | Figglewatts/graphics2-proj | 9255dad0fb6f47944a242652adca0e85282da216 | [
"MIT"
] | null | null | null | #include "GBuffer.h"
#include "framework/graphics/FramebufferBuilder.h"
namespace Framework
{
GBuffer::GBuffer(unsigned width, unsigned height)
{
FBOAttachment position;
position.internalFormat = GL_RGB32F;
position.format = GL_RGB;
position.type = GL_FLOAT;
FBOAttachment diffuse;
diffuse.internalFormat... | 25.087912 | 82 | 0.752081 | Figglewatts |
c80d2695f80abd76bfac6fc46ed35e5012f4e4ac | 18,765 | cc | C++ | content/renderer/categorized_worker_pool.cc | iridium-browser/iridium-browser | 907e31cf5ce5ad14d832796e3a7c11e496828959 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 575 | 2015-06-18T23:58:20.000Z | 2022-03-23T09:32:39.000Z | content/renderer/categorized_worker_pool.cc | iridium-browser/iridium-browser | 907e31cf5ce5ad14d832796e3a7c11e496828959 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 113 | 2015-05-04T09:58:14.000Z | 2022-01-31T19:35:03.000Z | content/renderer/categorized_worker_pool.cc | iridium-browser/iridium-browser | 907e31cf5ce5ad14d832796e3a7c11e496828959 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 52 | 2015-07-14T10:40:50.000Z | 2022-03-15T01:11:49.000Z | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/renderer/categorized_worker_pool.h"
#include <string>
#include <utility>
#include <vector>
#include "base/bind.h"
#include "base/singl... | 35.338983 | 80 | 0.7247 | iridium-browser |
c80d7b9d35897ab313f67fa95a7df05ce7a459a9 | 1,523 | cpp | C++ | Engine/Source/Editor/UMGEditor/Private/Designer/DesignerCommands.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | 1 | 2022-01-29T18:36:12.000Z | 2022-01-29T18:36:12.000Z | Engine/Source/Editor/UMGEditor/Private/Designer/DesignerCommands.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | Engine/Source/Editor/UMGEditor/Private/Designer/DesignerCommands.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#include "Designer/DesignerCommands.h"
#define LOCTEXT_NAMESPACE "DesignerCommands"
void FDesignerCommands::RegisterCommands()
{
UI_COMMAND( LayoutTransform, "Layout Transform Mode", "Adjust widget layout transform", EUserInterfaceActionType::ToggleButton... | 72.52381 | 252 | 0.804334 | windystrife |
c810c8e43f2259753f488137169fb82a19380b5f | 22,229 | cpp | C++ | src/navier_stokes/StaggeredStokesBlockFactorizationPreconditioner.cpp | kkeonho/IBAMR | 50d5c37d8f2952abc21f05ab224f22003d23d6e7 | [
"BSD-3-Clause"
] | 264 | 2015-01-04T12:11:02.000Z | 2022-03-31T13:10:37.000Z | src/navier_stokes/StaggeredStokesBlockFactorizationPreconditioner.cpp | kkeonho/IBAMR | 50d5c37d8f2952abc21f05ab224f22003d23d6e7 | [
"BSD-3-Clause"
] | 1,057 | 2015-04-27T04:27:57.000Z | 2022-03-31T13:14:59.000Z | src/navier_stokes/StaggeredStokesBlockFactorizationPreconditioner.cpp | drwells/IBAMR | 0ceda3873405a35da4888c99e7d2b24d132f9071 | [
"BSD-3-Clause"
] | 126 | 2015-02-13T15:36:02.000Z | 2022-03-27T21:59:50.000Z | // ---------------------------------------------------------------------
//
// Copyright (c) 2014 - 2020 by the IBAMR developers
// All rights reserved.
//
// This file is part of IBAMR.
//
// IBAMR is free software and is distributed under the 3-clause BSD
// license. The full text of the license can be found in the f... | 39.836918 | 117 | 0.586531 | kkeonho |
c81174fe2da7990dfd340c6fae2a403c36b93d47 | 1,921 | cpp | C++ | gameboy_core/ios/Classes/gb/game_boy.cpp | momo5502/game-man | 296c1bfdde98541e5cc29507309e8903f1bc20a6 | [
"MIT"
] | 5 | 2022-01-03T21:20:15.000Z | 2022-01-05T11:58:35.000Z | gameboy_core/ios/Classes/gb/game_boy.cpp | momo5502/game-man | 296c1bfdde98541e5cc29507309e8903f1bc20a6 | [
"MIT"
] | null | null | null | gameboy_core/ios/Classes/gb/game_boy.cpp | momo5502/game-man | 296c1bfdde98541e5cc29507309e8903f1bc20a6 | [
"MIT"
] | null | null | null | #include "std_include.hpp"
#include "game_boy.hpp"
game_boy::game_boy(joypad* joypad, display* display)
: joypad_(joypad)
, display_(display)
, input_(this)
, cpu_(this)
, mmu_(this)
, gpu_(this)
{
}
game_boy::~game_boy()
{
this->off_ = true;
}
void game_boy::serialize(utils::binary_buffer& buffer)
... | 17.463636 | 74 | 0.665799 | momo5502 |
c8129a74568d20cd35589adec143d13b4f083aed | 17,336 | cc | C++ | chrome/browser/profiles/gaia_info_update_service_unittest.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 76 | 2020-09-02T03:05:41.000Z | 2022-03-30T04:40:55.000Z | chrome/browser/profiles/gaia_info_update_service_unittest.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 45 | 2020-09-02T03:21:37.000Z | 2022-03-31T22:19:45.000Z | chrome/browser/profiles/gaia_info_update_service_unittest.cc | zealoussnow/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 8 | 2020-07-22T18:49:18.000Z | 2022-02-08T10:27:16.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 "chrome/browser/profiles/gaia_info_update_service.h"
#include <stddef.h>
#include <memory>
#include <string>
#include "base/bind.h"
#inclu... | 42.386308 | 80 | 0.714006 | zealoussnow |
c8139bf25ecaa557b0627d5179e7a696ad58bcf1 | 14,426 | cc | C++ | components/nacl/loader/nacl_helper_linux.cc | iplo/Chain | 8bc8943d66285d5258fffc41bed7c840516c4422 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 231 | 2015-01-08T09:04:44.000Z | 2021-12-30T03:03:10.000Z | components/nacl/loader/nacl_helper_linux.cc | j4ckfrost/android_external_chromium_org | a1a3dad8b08d1fcf6b6b36c267158ed63217c780 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2017-02-14T21:55:58.000Z | 2017-02-14T21:55:58.000Z | components/nacl/loader/nacl_helper_linux.cc | j4ckfrost/android_external_chromium_org | a1a3dad8b08d1fcf6b6b36c267158ed63217c780 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 268 | 2015-01-21T05:53:28.000Z | 2022-03-25T22:09:01.000Z | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// A mini-zygote specifically for Native Client.
#include "components/nacl/loader/nacl_helper_linux.h"
#include <errno.h>
#include <fcntl.h>
#include <l... | 36.895141 | 79 | 0.694371 | iplo |
c814d23c679b613fe9ccc05ed89783d8ee6898ba | 160 | cxx | C++ | StRoot/StJetMaker/towers/StjFMSNull.cxx | xiaohaijin/RHIC-STAR | a305cb0a6ac15c8165bd8f0d074d7075d5e58752 | [
"MIT"
] | 2 | 2018-12-24T19:37:00.000Z | 2022-02-28T06:57:20.000Z | StRoot/StJetMaker/towers/StjFMSNull.cxx | xiaohaijin/RHIC-STAR | a305cb0a6ac15c8165bd8f0d074d7075d5e58752 | [
"MIT"
] | null | null | null | StRoot/StJetMaker/towers/StjFMSNull.cxx | xiaohaijin/RHIC-STAR | a305cb0a6ac15c8165bd8f0d074d7075d5e58752 | [
"MIT"
] | null | null | null | // $Id: StjFMSNull.cxx,v 1.1 2017/05/22 19:36:06 zchang Exp $
// Copyright (C) 2008 Tai Sakuma <sakuma@bnl.gov>
#include "StjFMSNull.h"
ClassImp(StjFMSNull)
| 22.857143 | 61 | 0.7 | xiaohaijin |
c815542decfce80dde10af976a3a4229608c7f7e | 98,025 | hpp | C++ | MyFish/Pods/Realm/include/core/realm/impl/transact_log.hpp | aidudu/MyFish | b2cc6c82c67c535016d6dad601452c172823fb4f | [
"MIT"
] | 10 | 2016-05-12T02:01:49.000Z | 2020-04-18T10:21:50.000Z | MyFish/Pods/Realm/include/core/realm/impl/transact_log.hpp | aidudu/MyFish | b2cc6c82c67c535016d6dad601452c172823fb4f | [
"MIT"
] | 1 | 2018-10-18T20:30:01.000Z | 2018-10-18T20:30:01.000Z | MyFish/Pods/Realm/include/core/realm/impl/transact_log.hpp | aidudu/MyFish | b2cc6c82c67c535016d6dad601452c172823fb4f | [
"MIT"
] | 13 | 2016-03-29T02:00:33.000Z | 2020-10-27T16:26:35.000Z | /*************************************************************************
*
* Copyright 2016 Realm Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/lice... | 37.144752 | 140 | 0.641857 | aidudu |
c8186b88806fa516a592977fea1f501ea40b6a0c | 9,788 | cpp | C++ | WebLayoutCore/Source/WTF/wtf/win/WorkQueueWin.cpp | gubaojian/trylearn | 74dd5c6c977f8d867d6aa360b84bc98cb82f480c | [
"MIT"
] | 1 | 2020-05-25T16:06:49.000Z | 2020-05-25T16:06:49.000Z | WebLayoutCore/Source/WTF/wtf/win/WorkQueueWin.cpp | gubaojian/trylearn | 74dd5c6c977f8d867d6aa360b84bc98cb82f480c | [
"MIT"
] | null | null | null | WebLayoutCore/Source/WTF/wtf/win/WorkQueueWin.cpp | gubaojian/trylearn | 74dd5c6c977f8d867d6aa360b84bc98cb82f480c | [
"MIT"
] | 1 | 2018-07-10T10:53:18.000Z | 2018-07-10T10:53:18.000Z | /*
* Copyright (C) 2010, 2015 Apple Inc. All rights reserved.
* Copyright (C) 2017 Sony Interactive Entertainment Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must re... | 38.84127 | 158 | 0.721087 | gubaojian |
c819c251ef201a40de037e129c7af31f4a818911 | 14,077 | cpp | C++ | flinter/linkage/linkage_worker.cpp | yiyuanzhong/flinter | c52655ea5f8e48244fdb59bdf34b915faee57a6e | [
"Apache-2.0"
] | 29 | 2016-01-29T09:31:09.000Z | 2021-07-11T12:00:31.000Z | flinter/linkage/linkage_worker.cpp | yiyuanzhong/flinter | c52655ea5f8e48244fdb59bdf34b915faee57a6e | [
"Apache-2.0"
] | 2 | 2015-03-30T09:59:51.000Z | 2017-03-13T09:35:18.000Z | flinter/linkage/linkage_worker.cpp | yiyuanzhong/flinter | c52655ea5f8e48244fdb59bdf34b915faee57a6e | [
"Apache-2.0"
] | 17 | 2015-03-28T09:24:53.000Z | 2021-08-07T10:09:10.000Z | /* Copyright 2014 yiyuanzhong@gmail.com (Yiyuan Zhong)
*
* 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.281008 | 94 | 0.624281 | yiyuanzhong |
c819efa8ec2b80077800692ffa58f2036aac6f13 | 3,097 | cc | C++ | chrome/browser/enterprise/connectors/device_trust/attestation/desktop/memory_signing_key_pair.cc | Yannic/chromium | ab32e8aacb08c9fce0dc4bf09eec456ba46e3710 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | chrome/browser/enterprise/connectors/device_trust/attestation/desktop/memory_signing_key_pair.cc | Yannic/chromium | ab32e8aacb08c9fce0dc4bf09eec456ba46e3710 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 1 | 2019-03-13T10:32:53.000Z | 2019-03-13T11:05:30.000Z | chrome/browser/enterprise/connectors/device_trust/attestation/desktop/memory_signing_key_pair.cc | Yannic/chromium | ab32e8aacb08c9fce0dc4bf09eec456ba46e3710 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/enterprise/connectors/device_trust/attestation/desktop/memory_signing_key_pair.h"
#include <stdint.h>
#include <memory>
#includ... | 29.216981 | 106 | 0.770423 | Yannic |
c81a001c46f22f23c8b8e582c5f26dd9fd3315e9 | 2,678 | cpp | C++ | src/device-manager/BuiltInTraitSchemaDirectory.cpp | rwalker-apple/openweave-core | 262dcabe1dda3c87f649002e79dfeda9ee4e511c | [
"Apache-2.0"
] | 249 | 2017-09-18T17:48:34.000Z | 2022-02-02T06:46:21.000Z | src/device-manager/BuiltInTraitSchemaDirectory.cpp | rwalker-apple/openweave-core | 262dcabe1dda3c87f649002e79dfeda9ee4e511c | [
"Apache-2.0"
] | 501 | 2017-11-10T11:25:32.000Z | 2022-02-01T10:43:13.000Z | src/device-manager/BuiltInTraitSchemaDirectory.cpp | rwalker-apple/openweave-core | 262dcabe1dda3c87f649002e79dfeda9ee4e511c | [
"Apache-2.0"
] | 116 | 2017-09-20T07:06:55.000Z | 2022-01-08T13:41:15.000Z | /*
*
* Copyright (c) 2020 Google LLC.
* 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
*
... | 34.333333 | 103 | 0.737491 | rwalker-apple |
c81b062864945c16921507bd55ccc183064da6ba | 10,057 | cpp | C++ | beelzebub/arc/x86/src/djinn.arc.cpp | vercas/Beelzebub | 9d0e4790060b313c6681ca7e478d08d3910332b0 | [
"NCSA"
] | 32 | 2015-09-02T22:56:22.000Z | 2021-02-24T17:15:50.000Z | beelzebub/arc/x86/src/djinn.arc.cpp | vercas/Beelzebub | 9d0e4790060b313c6681ca7e478d08d3910332b0 | [
"NCSA"
] | 30 | 2015-04-26T18:35:07.000Z | 2021-06-06T09:57:02.000Z | beelzebub/arc/x86/src/djinn.arc.cpp | vercas/Beelzebub | 9d0e4790060b313c6681ca7e478d08d3910332b0 | [
"NCSA"
] | 11 | 2015-09-03T20:47:41.000Z | 2021-06-25T17:00:01.000Z | /*
Copyright (c) 2018 Alexandru-Mihai Maftei. All rights reserved.
Developed by: Alexandru-Mihai Maftei
aka Vercas
http://vercas.com | https://github.com/vercas/Beelzebub
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation... | 30.661585 | 117 | 0.615691 | vercas |
c81cc7a5162d9310d66e8ce36361478c27ef93e7 | 1,087 | hpp | C++ | src/core/include/openvino/op/logical_not.hpp | ryanloney/openvino-1 | 4e0a740eb3ee31062ba0df88fcf438564f67edb7 | [
"Apache-2.0"
] | 1 | 2022-02-26T17:33:44.000Z | 2022-02-26T17:33:44.000Z | src/core/include/openvino/op/logical_not.hpp | ryanloney/openvino-1 | 4e0a740eb3ee31062ba0df88fcf438564f67edb7 | [
"Apache-2.0"
] | 18 | 2022-01-21T08:42:58.000Z | 2022-03-28T13:21:31.000Z | src/core/include/openvino/op/logical_not.hpp | ryanloney/openvino-1 | 4e0a740eb3ee31062ba0df88fcf438564f67edb7 | [
"Apache-2.0"
] | 1 | 2020-12-13T22:16:54.000Z | 2020-12-13T22:16:54.000Z | // Copyright (C) 2018-2022 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#pragma once
#include "openvino/op/op.hpp"
namespace ov {
namespace op {
namespace v1 {
/// \brief Elementwise logical negation operation.
class OPENVINO_API LogicalNot : public Op {
public:
OPENVINO_OP("LogicalNot", "opset1",... | 30.194444 | 98 | 0.734131 | ryanloney |
c81d4fac2f9504aba74f0121100f9f7073ce5a75 | 1,114 | cpp | C++ | src/lib/utils/mem_ops.cpp | reneme/botan | b8b50eaf392a5da53d59f28919af0dcfd16b6f4d | [
"BSD-2-Clause"
] | 1 | 2018-01-07T03:42:28.000Z | 2018-01-07T03:42:28.000Z | src/lib/utils/mem_ops.cpp | reneme/botan | b8b50eaf392a5da53d59f28919af0dcfd16b6f4d | [
"BSD-2-Clause"
] | null | null | null | src/lib/utils/mem_ops.cpp | reneme/botan | b8b50eaf392a5da53d59f28919af0dcfd16b6f4d | [
"BSD-2-Clause"
] | null | null | null | /*
* Memory Scrubbing
* (C) 2012,2015,2016 Jack Lloyd
*
* Botan is released under the Simplified BSD License (see license.txt)
*/
#include <botan/mem_ops.h>
#if defined(BOTAN_TARGET_OS_HAS_RTLSECUREZEROMEMORY)
#define NOMINMAX 1
#include <windows.h>
#endif
namespace Botan {
void secure_scrub_memory(void* ptr, s... | 27.85 | 94 | 0.722621 | reneme |
c81d84f952c06ed98cc22444f9d57d2b036f83d6 | 3,406 | hpp | C++ | include/bits/decor/select.hpp | vashman/range_layer | 056b6ee805a92187021b686960bc7d9766ab478b | [
"BSL-1.0"
] | null | null | null | include/bits/decor/select.hpp | vashman/range_layer | 056b6ee805a92187021b686960bc7d9766ab478b | [
"BSL-1.0"
] | null | null | null | include/bits/decor/select.hpp | vashman/range_layer | 056b6ee805a92187021b686960bc7d9766ab478b | [
"BSL-1.0"
] | null | null | null | //
// Copyright Sundeep S. Sangha 2015 - 2017.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifndef RANGE_LAYER_SELECT_RANGE_HPP
#define RANGE_LAYER_SELECT_RANGE_HPP
#include <tuple>
#i... | 26.2 | 61 | 0.389313 | vashman |
c81dc1d36596fed987c306040c15d7655d445dd5 | 9,881 | cc | C++ | v8_4_5/src/hydrogen-range-analysis.cc | wenfeifei/miniblink49 | 2ed562ff70130485148d94b0e5f4c343da0c2ba4 | [
"Apache-2.0"
] | 5,964 | 2016-09-27T03:46:29.000Z | 2022-03-31T16:25:27.000Z | v8_4_5/src/hydrogen-range-analysis.cc | w4454962/miniblink49 | b294b6eacb3333659bf7b94d670d96edeeba14c0 | [
"Apache-2.0"
] | 459 | 2016-09-29T00:51:38.000Z | 2022-03-07T14:37:46.000Z | v8_4_5/src/hydrogen-range-analysis.cc | w4454962/miniblink49 | b294b6eacb3333659bf7b94d670d96edeeba14c0 | [
"Apache-2.0"
] | 1,006 | 2016-09-27T05:17:27.000Z | 2022-03-30T02:46:51.000Z | // Copyright 2013 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/hydrogen-range-analysis.h"
namespace v8 {
namespace internal {
class Pending {
public:
Pending(HBasicBlock* block, int last_changed_... | 33.839041 | 80 | 0.606922 | wenfeifei |
c81eb80e7a7be394e3b285a90f3f502a3cbd5708 | 10,619 | hpp | C++ | src/include/sweet/MemBlockAlloc.hpp | raaphy/sweet | 69fcf1920becd4fd762ded2f726614aae00b3f69 | [
"MIT"
] | null | null | null | src/include/sweet/MemBlockAlloc.hpp | raaphy/sweet | 69fcf1920becd4fd762ded2f726614aae00b3f69 | [
"MIT"
] | null | null | null | src/include/sweet/MemBlockAlloc.hpp | raaphy/sweet | 69fcf1920becd4fd762ded2f726614aae00b3f69 | [
"MIT"
] | null | null | null | /*
* NUMABlockAlloc.hpp
*
* Created on: 14 Sep 2015
* Author: Martin Schreiber <SchreiberX@gmail.com>
*/
#ifndef SRC_INCLUDE_SWEET_MEMBLOCKALLOC_HPP_
#define SRC_INCLUDE_SWEET_MEMBLOCKALLOC_HPP_
#include <sweet/openmp_helper.hpp>
/**
* define granularity of allocation
*
* 0: default allocator
*
* 1: N... | 19.737918 | 146 | 0.674828 | raaphy |
c820cee12f73821d255fcc217074988befbeeeb5 | 2,739 | hpp | C++ | ql/models/marketmodels/historicalratesanalysis.hpp | haozhangphd/QuantLib-noBoost | ddded069868161099843c04840454f00816113ad | [
"BSD-3-Clause"
] | 76 | 2017-06-28T21:24:38.000Z | 2021-12-19T18:07:37.000Z | ql/models/marketmodels/historicalratesanalysis.hpp | haozhangphd/QuantLib-noBoost | ddded069868161099843c04840454f00816113ad | [
"BSD-3-Clause"
] | 2 | 2017-07-05T09:20:13.000Z | 2019-10-31T12:06:51.000Z | ql/models/marketmodels/historicalratesanalysis.hpp | haozhangphd/QuantLib-noBoost | ddded069868161099843c04840454f00816113ad | [
"BSD-3-Clause"
] | 34 | 2017-07-02T14:49:21.000Z | 2021-11-26T15:32:04.000Z | /* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
Copyright (C) 2007 Ferdinando Ametrano
This file is part of QuantLib, a free-software/open-source library
for financial quantitative analysts and developers - http://quantlib.org/
QuantLib is free software: you can redistribute it... | 33.402439 | 81 | 0.682731 | haozhangphd |
c82144220807594eed0894a47269f00319a46bf7 | 486 | cpp | C++ | other/la/blas/level1.cpp | MTang23/AMS562-lecture-notes | 0d49d584e43eff7283aebbf468b14c3f86f75d0d | [
"MIT"
] | 2 | 2020-09-09T01:37:46.000Z | 2021-11-30T19:21:42.000Z | other/la/blas/level1.cpp | MTang23/AMS562-lecture-notes | 0d49d584e43eff7283aebbf468b14c3f86f75d0d | [
"MIT"
] | 2 | 2021-08-30T13:47:12.000Z | 2021-09-10T16:54:18.000Z | other/la/blas/level1.cpp | MTang23/AMS562-lecture-notes | 0d49d584e43eff7283aebbf468b14c3f86f75d0d | [
"MIT"
] | 4 | 2019-12-01T17:33:13.000Z | 2022-02-27T00:53:48.000Z | #include <cblas.h>
#include <vector>
#include <iostream>
int main() {
std::vector<double> x(10), y(10);
for (int i = 0; i < 10; ++i)
x[i] = i + 1;
// copy x to y, then y = [1, 2, ... 10]
cblas_dcopy(10, x.data(), 1, y.data(), 1);
for (int i = 0; i < 10; ++i)
std::cout << y[i] << ' ';
std::cout ... | 20.25 | 49 | 0.489712 | MTang23 |
c823738c43f76f2428c04c3a96ae2b9c2453939d | 420 | cpp | C++ | tools/level_editor/src/objects/items/ThreeDObject.cpp | filipwasil/fillwave | 65f5eeebf8ca4a8ce2d25293874b051c2a4c0550 | [
"MIT"
] | 27 | 2015-09-26T23:29:48.000Z | 2021-03-06T08:54:46.000Z | tools/level_editor/src/objects/items/ThreeDObject.cpp | filipwasil/fillwave | 65f5eeebf8ca4a8ce2d25293874b051c2a4c0550 | [
"MIT"
] | 83 | 2015-09-28T22:20:16.000Z | 2018-05-16T13:25:28.000Z | tools/level_editor/src/objects/items/ThreeDObject.cpp | filipwasil/fillwave | 65f5eeebf8ca4a8ce2d25293874b051c2a4c0550 | [
"MIT"
] | 8 | 2015-11-03T22:29:29.000Z | 2018-11-17T08:49:07.000Z | #include "ThreeDObject.h"
namespace objects {
ThreeDObject::ThreeDObject(IItem* parent, QString name, QByteArray id, std::unique_ptr<Model> model)
: BaseItem(parent, name, id)
, mModel(std::move(model)) {
init();
}
void ThreeDObject::init() {
BaseItem::init();
//TODO:add to model and scene, node controler ... | 26.25 | 100 | 0.716667 | filipwasil |
c82650f6932e6f20124a3c843bb81126f1773ae3 | 2,589 | cpp | C++ | modules/task_3/vizgalov_a_dijkstra/main.cpp | orcyyy/pp_2020_autumn_engineer-1 | 14cb1248b8b765a02eaa4c73f06807c250545491 | [
"BSD-3-Clause"
] | null | null | null | modules/task_3/vizgalov_a_dijkstra/main.cpp | orcyyy/pp_2020_autumn_engineer-1 | 14cb1248b8b765a02eaa4c73f06807c250545491 | [
"BSD-3-Clause"
] | 1 | 2020-12-27T20:31:37.000Z | 2020-12-27T20:31:37.000Z | modules/task_3/vizgalov_a_dijkstra/main.cpp | schelyanskovan/pp_2020_autumn_engineer | 2bacf7ccaf3c638044c41068565a693ac4fae828 | [
"BSD-3-Clause"
] | 1 | 2021-03-29T10:15:47.000Z | 2021-03-29T10:15:47.000Z | // Copyright 2020 Vizgalov Anton
#include <gtest-mpi-listener.hpp>
#include <gtest/gtest.h>
#include <vector>
#include "./dijkstra.h"
TEST(Dijkstra, Dijkstra_Generate_Random) {
int rank;
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
if (rank == 0) {
ASSERT_NO_THROW(generateRandomGraph(100));
}
}
T... | 26.151515 | 95 | 0.633449 | orcyyy |
c8266040dd5a025d4a2303aae679d45a5d7b04d9 | 16,687 | cpp | C++ | test/index/test_index.cpp | DecodeGenetics/graphtyper | f9edcf4cf040197f57e208ff6f910e5a2875f692 | [
"MIT"
] | 122 | 2017-06-09T18:05:57.000Z | 2022-03-27T20:22:22.000Z | test/index/test_index.cpp | DecodeGenetics/graphtyper | f9edcf4cf040197f57e208ff6f910e5a2875f692 | [
"MIT"
] | 79 | 2017-06-12T06:35:06.000Z | 2022-03-30T16:01:11.000Z | test/index/test_index.cpp | DecodeGenetics/graphtyper | f9edcf4cf040197f57e208ff6f910e5a2875f692 | [
"MIT"
] | 14 | 2017-06-22T13:02:21.000Z | 2022-03-26T01:45:02.000Z | #include <climits>
#include <cstdio>
#include <fstream>
#include <iostream>
#include <stdio.h>
#include <string>
#include <graphtyper/graph/constructor.hpp>
#include <graphtyper/graph/graph_serialization.hpp>
#include <graphtyper/index/indexer.hpp>
#include <graphtyper/index/ph_index.hpp>
#include <graphtyper/utilitie... | 37.498876 | 118 | 0.710134 | DecodeGenetics |
c826865cfd74ffb5fa2d4c297f5f957d3a8d5db1 | 1,221 | cpp | C++ | src/kits/media/MediaClientDefs.cpp | stasinek/BHAPI | 5d9aa61665ae2cc5c6e34415957d49a769325b2b | [
"BSD-3-Clause",
"MIT"
] | 3 | 2018-05-21T15:32:32.000Z | 2019-03-21T13:34:55.000Z | src/kits/media/MediaClientDefs.cpp | stasinek/BHAPI | 5d9aa61665ae2cc5c6e34415957d49a769325b2b | [
"BSD-3-Clause",
"MIT"
] | null | null | null | src/kits/media/MediaClientDefs.cpp | stasinek/BHAPI | 5d9aa61665ae2cc5c6e34415957d49a769325b2b | [
"BSD-3-Clause",
"MIT"
] | null | null | null | /*
* Copyright 2015, Dario Casalinuovo. All rights reserved.
* Distributed under the terms of the MIT License.
*/
#include <MediaClient.h>
#include <MediaConnection.h>
#include <kits/debug/Debug.h>
media_client_id
media_client::Id() const
{
return node.node;
}
media_connection_id
media_connection::Id() const
... | 13.875 | 58 | 0.747748 | stasinek |
c82a00726c77d8638ed7c7eae0a5d7b9ccf0e475 | 1,006 | cpp | C++ | project/OFEC_sc2/instance/algorithm/realworld/DVRP/LKH/RestoreTour.cpp | BaiChunhui-9803/bch_sc2_OFEC | d50211b27df5a51a953a2475b6c292d00cbfeff6 | [
"MIT"
] | null | null | null | project/OFEC_sc2/instance/algorithm/realworld/DVRP/LKH/RestoreTour.cpp | BaiChunhui-9803/bch_sc2_OFEC | d50211b27df5a51a953a2475b6c292d00cbfeff6 | [
"MIT"
] | null | null | null | project/OFEC_sc2/instance/algorithm/realworld/DVRP/LKH/RestoreTour.cpp | BaiChunhui-9803/bch_sc2_OFEC | d50211b27df5a51a953a2475b6c292d00cbfeff6 | [
"MIT"
] | null | null | null | #include "./INCLUDE/Segment.h"
#include "./INCLUDE/LKH.h"
/*
* The RestoreTour function is used to undo a series of moves. The function
* restores the tour from SwapStack, the stack of 2-opt moves. A bad sequence
* of moves is undone by unstacking the 2-opt moves and making the inverse
* 2-opt moves in this rev... | 31.4375 | 78 | 0.610338 | BaiChunhui-9803 |
c82a940e599dc1e8d14e8a06449006daabf32c1c | 1,370 | cpp | C++ | USACO/FairPhotography.cpp | aajjbb/contest-files | b8842681b96017063a7baeac52ae1318bf59d74d | [
"Apache-2.0"
] | 1 | 2018-08-28T19:58:40.000Z | 2018-08-28T19:58:40.000Z | USACO/FairPhotography.cpp | aajjbb/contest-files | b8842681b96017063a7baeac52ae1318bf59d74d | [
"Apache-2.0"
] | 2 | 2017-04-16T00:48:05.000Z | 2017-08-03T20:12:26.000Z | USACO/FairPhotography.cpp | aajjbb/contest-files | b8842681b96017063a7baeac52ae1318bf59d74d | [
"Apache-2.0"
] | 4 | 2016-03-04T19:42:00.000Z | 2018-01-08T11:42:00.000Z | #include <bits/stdc++.h>
template<typename T> T gcd(T a, T b) {
if(!b) return a;
return gcd(b, a % b);
}
template<typename T> T lcm(T a, T b) {
return a * b / gcd(a, b);
}
template<typename T> void chmin(T& a, T b) { a = (a > b) ? b : a; }
template<typename T> void chmax(T& a, T b) { a = (a < b) ? b : a; ... | 16.707317 | 67 | 0.445255 | aajjbb |
c82a992e9b87aa60b98693c798d638db5d60141b | 51,715 | cpp | C++ | src/test/exploit_tests.cpp | lycion/lkcoinse | 9cf9ed5730217566b44466c22dc255f0134ad1bb | [
"MIT"
] | null | null | null | src/test/exploit_tests.cpp | lycion/lkcoinse | 9cf9ed5730217566b44466c22dc255f0134ad1bb | [
"MIT"
] | null | null | null | src/test/exploit_tests.cpp | lycion/lkcoinse | 9cf9ed5730217566b44466c22dc255f0134ad1bb | [
"MIT"
] | null | null | null | // Copyright (c) 2016 Lkcoinse Unlimited Developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "bloom.h"
#include "chainparams.h"
#include "dosman.h"
#include "main.h"
#include "net.h"
#include "primitives/block.h"... | 45.563877 | 120 | 0.687576 | lycion |
c82ada9c718d4ba753f956c213ed671f356570de | 43,370 | cpp | C++ | drishti/clipobject.cpp | shouhengli/drishti | 46558d12adcc1d365b7e2125d28190e3be2181c3 | [
"MIT"
] | null | null | null | drishti/clipobject.cpp | shouhengli/drishti | 46558d12adcc1d365b7e2125d28190e3be2181c3 | [
"MIT"
] | null | null | null | drishti/clipobject.cpp | shouhengli/drishti | 46558d12adcc1d365b7e2125d28190e3be2181c3 | [
"MIT"
] | null | null | null | #include "global.h"
#include "staticfunctions.h"
#include "clipobject.h"
#include "volumeinformation.h"
#include "captiondialog.h"
#include "dcolordialog.h"
#include "propertyeditor.h"
#include "enums.h"
#include "matrix.h"
#include <QFileDialog>
//------------------------------------------------------------------
Cl... | 25.496767 | 82 | 0.607033 | shouhengli |
c82b41f0bbbd42b41a8781e55341d799c98e49fe | 4,060 | cpp | C++ | upo_navigation/src/local_planner_util.cpp | robotics-upo/upo_robot_navigation | 6e0b7668683b68037051b2dda0419bda38a51e01 | [
"BSD-3-Clause"
] | 50 | 2016-11-29T09:46:39.000Z | 2021-05-27T10:44:07.000Z | upo_navigation/src/local_planner_util.cpp | kayleckq/upo_robot_navigation | 6e0b7668683b68037051b2dda0419bda38a51e01 | [
"BSD-3-Clause"
] | 5 | 2017-05-04T12:39:13.000Z | 2021-03-30T07:44:38.000Z | upo_navigation/src/local_planner_util.cpp | kayleckq/upo_robot_navigation | 6e0b7668683b68037051b2dda0419bda38a51e01 | [
"BSD-3-Clause"
] | 22 | 2017-01-17T07:38:24.000Z | 2021-02-18T13:17:29.000Z | /*********************************************************************
*
* Software License Agreement (BSD License)
*
* Copyright (c) 2008, Willow Garage, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the follow... | 31.472868 | 132 | 0.702956 | robotics-upo |
c82b7b12cbb69b99e703af602b997cddb160a6c9 | 2,641 | hpp | C++ | OREData/ored/marketdata/fxtriangulation.hpp | PiotrSiejda/Engine | 8360b5de32408f2a37da5ac3ca7b4e913bf67e9f | [
"BSD-3-Clause"
] | null | null | null | OREData/ored/marketdata/fxtriangulation.hpp | PiotrSiejda/Engine | 8360b5de32408f2a37da5ac3ca7b4e913bf67e9f | [
"BSD-3-Clause"
] | null | null | null | OREData/ored/marketdata/fxtriangulation.hpp | PiotrSiejda/Engine | 8360b5de32408f2a37da5ac3ca7b4e913bf67e9f | [
"BSD-3-Clause"
] | 1 | 2022-02-07T02:04:10.000Z | 2022-02-07T02:04:10.000Z | /*
Copyright (C) 2016 Quaternion Risk Management Ltd
All rights reserved.
This file is part of ORE, a free-software/open-source library
for transparent pricing and risk analysis - http://opensourcerisk.org
ORE is free software: you can redistribute it and/or modify it
under the terms of the Modified BSD License... | 36.178082 | 106 | 0.736842 | PiotrSiejda |
c82e9f7008bf36da144777f439f883dbb751d92a | 13,258 | cpp | C++ | Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/Private/SteamController.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | 1 | 2022-01-29T18:36:12.000Z | 2022-01-29T18:36:12.000Z | Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/Private/SteamController.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | Engine/Plugins/Runtime/Steam/SteamController/Source/SteamController/Private/SteamController.cpp | windystrife/UnrealEngine_NVIDIAGameWork | b50e6338a7c5b26374d66306ebc7807541ff815e | [
"MIT"
] | null | null | null | // Copyright 1998-2017 Epic Games, Inc. All Rights Reserved.
#include "CoreMinimal.h"
#include "HAL/PlatformTime.h"
#include "HAL/PlatformProcess.h"
#include "Misc/Paths.h"
#include "GenericPlatform/GenericApplicationMessageHandler.h"
#include "Modules/ModuleManager.h"
#include "GenericPlatform/IInputInterface.h"
#inc... | 34.34715 | 175 | 0.751094 | windystrife |
c82f177184b0c2f5911a6b8f2dcc9c0e98ae86a4 | 9,584 | cpp | C++ | Dependencies/crossguid/src/guid.cpp | solidajenjo/CyberPimpEngine | da4fc5d22bc7c52a45794ea73e2bac903d893178 | [
"MIT"
] | null | null | null | Dependencies/crossguid/src/guid.cpp | solidajenjo/CyberPimpEngine | da4fc5d22bc7c52a45794ea73e2bac903d893178 | [
"MIT"
] | null | null | null | Dependencies/crossguid/src/guid.cpp | solidajenjo/CyberPimpEngine | da4fc5d22bc7c52a45794ea73e2bac903d893178 | [
"MIT"
] | null | null | null | /*
The MIT License (MIT)
Copyright (c) 2014 Graeme Hill (http://graemehill.ca)
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,... | 23.262136 | 90 | 0.675814 | solidajenjo |
c831ed5d02c331d0d9e3b8a1f2512d234475fdb6 | 8,783 | cpp | C++ | Demos3/GpuDemos/shadows/ShadowMapDemo.cpp | jackoalan/bullet3 | 4276b2f06aa652a00b798666ae68013fc6c950e3 | [
"Zlib"
] | 5 | 2015-07-28T09:07:57.000Z | 2020-09-24T16:49:45.000Z | Demos3/GpuDemos/shadows/ShadowMapDemo.cpp | biojppm/bullet3 | aff3fe089fb3f5fe5c4b07de7de99bbccb531443 | [
"Zlib"
] | null | null | null | Demos3/GpuDemos/shadows/ShadowMapDemo.cpp | biojppm/bullet3 | aff3fe089fb3f5fe5c4b07de7de99bbccb531443 | [
"Zlib"
] | null | null | null | #if 0
#include "ShadowMapDemo.h"
#include "ShadowMapDemoInternalData.h"
#include "OpenGLWindow/GLInstancingRenderer.h"
#include "OpenGLWindow/GLPrimitiveRenderer.h"
#include "OpenGLWindow/ShapeData.h"
#include "Bullet3Common/b3Quaternion.h"
#include <stdio.h>
ShadowMapDemo::ShadowMapDemo()
{
m_shadowData = new Shado... | 28.241158 | 160 | 0.670614 | jackoalan |
c832cd20abb1aa4f89c966583f72d0281fe792cf | 581 | cpp | C++ | src/main.cpp | brinkqiang/dmclangtest | b3a87f327cf69342216edde135b436576c958f53 | [
"MIT"
] | null | null | null | src/main.cpp | brinkqiang/dmclangtest | b3a87f327cf69342216edde135b436576c958f53 | [
"MIT"
] | null | null | null | src/main.cpp | brinkqiang/dmclangtest | b3a87f327cf69342216edde135b436576c958f53 | [
"MIT"
] | null | null | null |
#include "dmos.h"
#include "dmutil.h"
#include "dmtypes.h"
#include <stdio.h>
#include <malloc.h>
struct elem
{
int a;
double b;
char* c;
};
int main(int argc, char* argv[]) {
char* p = (char*)malloc(sizeof(char) * 10);
if (p == NULL) {
return 0;
}
struct elem* e = (struct elem*... | 14.170732 | 63 | 0.480207 | brinkqiang |
c833061537004d21b1d7abfe6ca66315b946f6ab | 2,733 | cc | C++ | src/sycl/plugin-Validation/CountValidator.cc | lauracappelli/pixeltrack-standalone | 1a8286f1712e8693796503328e300d52c0c73e61 | [
"Apache-2.0"
] | null | null | null | src/sycl/plugin-Validation/CountValidator.cc | lauracappelli/pixeltrack-standalone | 1a8286f1712e8693796503328e300d52c0c73e61 | [
"Apache-2.0"
] | null | null | null | src/sycl/plugin-Validation/CountValidator.cc | lauracappelli/pixeltrack-standalone | 1a8286f1712e8693796503328e300d52c0c73e61 | [
"Apache-2.0"
] | null | null | null | #include "SYCLCore/Product.h"
#include "SYCLCore/ScopedContext.h"
#include "SYCLDataFormats/SiPixelClustersCUDA.h"
#include "SYCLDataFormats/SiPixelDigisCUDA.h"
#include "DataFormats/DigiClusterCount.h"
#include "DataFormats/TrackCount.h"
#include "DataFormats/VertexCount.h"
#include "Framework/EventSetup.h"
#include "... | 31.413793 | 117 | 0.683132 | lauracappelli |
c834ba77dbf85768553a4acf6ca28b033a797750 | 68 | cpp | C++ | graphics/comp3018/main.cpp | lonelyhentai/workspace | 2a996af58d6b9be5d608ed040267398bcf72403b | [
"MIT"
] | 2 | 2021-04-26T16:37:38.000Z | 2022-03-15T01:26:19.000Z | graphics/comp3018/main.cpp | lonelyhentai/workspace | 2a996af58d6b9be5d608ed040267398bcf72403b | [
"MIT"
] | null | null | null | graphics/comp3018/main.cpp | lonelyhentai/workspace | 2a996af58d6b9be5d608ed040267398bcf72403b | [
"MIT"
] | 1 | 2022-03-15T01:26:23.000Z | 2022-03-15T01:26:23.000Z | #include <iostream>
#include "dip1.hpp"
int main() {
dip1Main();
} | 11.333333 | 19 | 0.647059 | lonelyhentai |
c8352b71a7703a3768f2597917c5ce89ab92dd16 | 43,644 | cpp | C++ | src/plugins/intel_gpu/src/plugin/plugin.cpp | pfinashx/openvino | 1d417e888b508415510fb0a92e4a9264cf8bdef7 | [
"Apache-2.0"
] | 1 | 2022-02-26T17:33:44.000Z | 2022-02-26T17:33:44.000Z | src/plugins/intel_gpu/src/plugin/plugin.cpp | pfinashx/openvino | 1d417e888b508415510fb0a92e4a9264cf8bdef7 | [
"Apache-2.0"
] | 17 | 2021-11-25T10:22:17.000Z | 2022-03-28T13:19:31.000Z | src/plugins/intel_gpu/src/plugin/plugin.cpp | pfinashx/openvino | 1d417e888b508415510fb0a92e4a9264cf8bdef7 | [
"Apache-2.0"
] | null | null | null | // Copyright (C) 2018-2022 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
//
#include <limits>
#include <algorithm>
#include <string>
#include <map>
#include <vector>
#include <cmath>
#include <tuple>
#include <cctype>
#include <memory>
#include "ie_metric_helpers.hpp"
#include "ie_plugin_config.hpp"
#includ... | 47.080906 | 158 | 0.640248 | pfinashx |
c8375a4d91e53b3a94a6cdbfe9ddf77653ba0c9f | 3,465 | cpp | C++ | src/import/MultiFormatReader.cpp | The-audafoss-crew/audafoss | e9ea301028272da918c2e94e3298fa5d4fec4c14 | [
"CC-BY-3.0"
] | 393 | 2021-07-04T20:27:15.000Z | 2021-09-21T10:44:47.000Z | src/import/MultiFormatReader.cpp | The-audafoss-crew/audafoss | e9ea301028272da918c2e94e3298fa5d4fec4c14 | [
"CC-BY-3.0"
] | 41 | 2021-07-05T17:31:57.000Z | 2021-09-14T03:51:01.000Z | src/import/MultiFormatReader.cpp | The-audafoss-crew/audafoss | e9ea301028272da918c2e94e3298fa5d4fec4c14 | [
"CC-BY-3.0"
] | 32 | 2021-07-05T12:34:57.000Z | 2021-08-15T21:18:54.000Z | /**********************************************************************
Audacium: A Digital Audio Editor
MultiFormatReader.cpp
Philipp Sibler
******************************************************************//**
\class MultiFormatReader
\brief MultiFormatReader reads raw audio files in different formats and... | 21.93038 | 87 | 0.559596 | The-audafoss-crew |
c8377e40ccb5033b12e7ad8b89fcc22ed83230dd | 1,049 | cpp | C++ | HDUOJ/6674/math.cpp | codgician/ACM | 391f3ce9b89b0a4bbbe3ff60eb2369fef57460d4 | [
"MIT"
] | 2 | 2018-02-14T01:59:31.000Z | 2018-03-28T03:30:45.000Z | HDUOJ/6674/math.cpp | codgician/ACM | 391f3ce9b89b0a4bbbe3ff60eb2369fef57460d4 | [
"MIT"
] | null | null | null | HDUOJ/6674/math.cpp | codgician/ACM | 391f3ce9b89b0a4bbbe3ff60eb2369fef57460d4 | [
"MIT"
] | 2 | 2017-12-30T02:46:35.000Z | 2018-03-28T03:30:49.000Z | #include <bits/stdc++.h>
using namespace std;
unordered_map<int, int> mp; vector<int> vec;
int bitSum(int num) {
int ret = 0;
while (num > 0) {
ret += num % 10;
num /= 10;
}
return ret;
}
void factorize(int num) {
for (int i = 1; i * i <= num; i++) {
if (nu... | 22.319149 | 48 | 0.419447 | codgician |
c837b3324d9458faffdd5988d6c3d48f8ce82bec | 15,513 | cpp | C++ | lib/glui-2.3/src/example/example5.cpp | garyzhao/Sketch3DToolkit | 4f69320bcf2aac05849cc00fa50635ac4b335b6e | [
"MIT"
] | 27 | 2017-08-08T15:15:55.000Z | 2021-10-04T05:26:04.000Z | lib/glui-2.3/src/example/example5.cpp | garyzhao/Sketch3DToolkit | 4f69320bcf2aac05849cc00fa50635ac4b335b6e | [
"MIT"
] | 1 | 2019-07-08T06:20:31.000Z | 2019-07-10T01:36:05.000Z | lib/glui-2.3/src/example/example5.cpp | garyzhao/Sketch3DToolkit | 4f69320bcf2aac05849cc00fa50635ac4b335b6e | [
"MIT"
] | 9 | 2016-09-21T14:06:29.000Z | 2020-06-26T06:40:01.000Z | /****************************************************************************
example5.cpp
A GLUI program demonstrating subwindows, rotation controls,
translation controls, and listboxes
-----------------------------------------------------------------------
7/10/98 Paul Rademacher (rademach@c... | 30.90239 | 88 | 0.571263 | garyzhao |
c838e79e53765085afe99d2cf7e6c8d52edf7237 | 7,502 | cpp | C++ | CubeEngine/EngineSrc/Scene/OctreeScene.cpp | tangziwen/Cube-Engine | c79b878dcc7e2e382f4463ca63519627d6220afd | [
"MIT"
] | 360 | 2015-01-26T08:15:01.000Z | 2021-07-11T16:30:58.000Z | CubeEngine/EngineSrc/Scene/OctreeScene.cpp | tangziwen/Cube-Engine | c79b878dcc7e2e382f4463ca63519627d6220afd | [
"MIT"
] | 6 | 2015-03-09T09:15:07.000Z | 2020-07-06T01:34:00.000Z | CubeEngine/EngineSrc/Scene/OctreeScene.cpp | tangziwen/CubeMiniGame | 90bffa66d4beba5fddc39fc642a8fb36703cf32d | [
"MIT"
] | 41 | 2015-03-10T03:17:46.000Z | 2021-07-13T06:26:26.000Z | #include "OctreeScene.h"
#include "../Interface/Drawable3D.h"
#include <algorithm>
#include "../base/Camera.h"
#include <cassert>
#include "3D/Primitive/CubePrimitive.h"
#include "Base/TAssert.h"
#define MAX_DEEP 5
namespace tzw {
static int g_nodeIndex = 0;
void OctreeNode::genId()
{
m_index = g_nodeIndex;
g_nodeInd... | 24.278317 | 177 | 0.599573 | tangziwen |
c83a2442a7f35ab3791b047d5d6b5f076a5fbfd3 | 2,309 | cpp | C++ | src/structure/map_generation/mapCell.cpp | Galfurian/RadMud | 1362cb0ee1b7a17386e57a98e29dd8baeea75af3 | [
"MIT"
] | 18 | 2016-05-26T18:11:31.000Z | 2022-02-10T20:00:52.000Z | src/structure/map_generation/mapCell.cpp | Galfurian/RadMud | 1362cb0ee1b7a17386e57a98e29dd8baeea75af3 | [
"MIT"
] | null | null | null | src/structure/map_generation/mapCell.cpp | Galfurian/RadMud | 1362cb0ee1b7a17386e57a98e29dd8baeea75af3 | [
"MIT"
] | 2 | 2016-06-30T15:20:01.000Z | 2020-08-27T18:28:33.000Z | /// @file mapCell.cpp
/// @author Enrico Fraccaroli
/// @date Jan 06 2017
/// @copyright
/// Copyright (c) 2017 Enrico Fraccaroli <enrico.fraccaroli@gmail.com>
/// Permission is hereby granted, free of charge, to any person obtaining a
/// copy of this software and associated documentation files (the "Software"),
/... | 30.381579 | 79 | 0.67735 | Galfurian |
c83ca41a3955a9ed16a737513eccec82f1802028 | 25,182 | cpp | C++ | libraries/blockchain/market_engine.cpp | dacsunlimited/dacplay | 91e354c951cf137617f2593c895e009866923bed | [
"Unlicense"
] | 20 | 2015-03-30T23:41:06.000Z | 2017-03-30T02:20:14.000Z | libraries/blockchain/market_engine.cpp | dacsunlimited/dacplay | 91e354c951cf137617f2593c895e009866923bed | [
"Unlicense"
] | 112 | 2015-01-01T13:45:59.000Z | 2015-08-05T09:16:10.000Z | libraries/blockchain/market_engine.cpp | dacsunlimited/dacplay | 91e354c951cf137617f2593c895e009866923bed | [
"Unlicense"
] | 5 | 2015-06-06T08:09:50.000Z | 2017-12-13T07:34:15.000Z | #include <bts/blockchain/exceptions.hpp>
#include <bts/blockchain/market_engine.hpp>
#include <fc/real128.hpp>
#include <algorithm>
namespace bts { namespace blockchain { namespace detail {
#define MARKET_ENGINE_PASS_PROCESS_MARGIN_CALLS 0
#define MARKET_ENGINE_PASS_PROCESS_EXPIRED_COVERS 1
#define MARKET_ENGINE_PA... | 42.75382 | 129 | 0.599396 | dacsunlimited |
c83cc9d2c7defdfc6ce9001efb4d6a872a8693f3 | 2,312 | cpp | C++ | lib/Runtime/Library/JavascriptSimdUint8x16.cpp | satheeshravi/ChakraCore | 3bf47ff12bf80ab06fb7ea6925ec7579985ac1f5 | [
"MIT"
] | 1 | 2021-11-07T18:56:21.000Z | 2021-11-07T18:56:21.000Z | lib/Runtime/Library/JavascriptSimdUint8x16.cpp | MaxMood96/ChakraCore | 9d9fea268ce1ae6c00873fd966a6a2be048f3455 | [
"MIT"
] | null | null | null | lib/Runtime/Library/JavascriptSimdUint8x16.cpp | MaxMood96/ChakraCore | 9d9fea268ce1ae6c00873fd966a6a2be048f3455 | [
"MIT"
] | 1 | 2021-09-04T23:26:57.000Z | 2021-09-04T23:26:57.000Z | //-------------------------------------------------------------------------------------------------------
// Copyright (C) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
//---------------------------------------------------------... | 39.862069 | 183 | 0.651817 | satheeshravi |
c83d4c60f8f57461b4773c8648aa5dfa7dbb9dcb | 103 | hpp | C++ | include/vpp/util/span.hpp | nyorain/vpp | ccffafa0b59baa633df779274d7743f169d61c06 | [
"BSL-1.0"
] | 308 | 2016-02-23T11:59:20.000Z | 2022-03-14T18:40:24.000Z | include/vpp/util/span.hpp | nyorain/vpp | ccffafa0b59baa633df779274d7743f169d61c06 | [
"BSL-1.0"
] | 11 | 2017-01-21T17:33:13.000Z | 2020-08-17T10:33:42.000Z | include/vpp/util/span.hpp | nyorain/vpp | ccffafa0b59baa633df779274d7743f169d61c06 | [
"BSL-1.0"
] | 11 | 2016-02-23T10:35:08.000Z | 2021-12-18T16:15:39.000Z | #pragma once
#include <vpp/fwd.hpp>
#include <vkpp/span.hpp>
namespace vpp {
// using nytl::Span;
}
| 11.444444 | 24 | 0.669903 | nyorain |
c83ddcd9a1023b540706630f941b58e1fae0e4a1 | 839 | hpp | C++ | ReactNativeFrontend/ios/Pods/boost/boost/metaparse/v1/cpp98/impl/sequence_impl.hpp | Harshitha91/Tmdb-react-native-node | e06e3f25a7ee6946ef07a1f524fdf62e48424293 | [
"Apache-2.0"
] | 12,278 | 2015-01-29T17:11:33.000Z | 2022-03-31T21:12:00.000Z | ReactNativeFrontend/ios/Pods/boost/boost/metaparse/v1/cpp98/impl/sequence_impl.hpp | Harshitha91/Tmdb-react-native-node | e06e3f25a7ee6946ef07a1f524fdf62e48424293 | [
"Apache-2.0"
] | 9,469 | 2015-01-30T05:33:07.000Z | 2022-03-31T16:17:21.000Z | ReactNativeFrontend/ios/Pods/boost/boost/metaparse/v1/cpp98/impl/sequence_impl.hpp | Harshitha91/Tmdb-react-native-node | e06e3f25a7ee6946ef07a1f524fdf62e48424293 | [
"Apache-2.0"
] | 892 | 2015-01-29T16:26:19.000Z | 2022-03-20T07:44:30.000Z | #ifndef BOOST_METAPARSE_V1_CPP98_IMPL_SEQUENCE_IMPL_HPP
#define BOOST_METAPARSE_V1_CPP98_IMPL_SEQUENCE_IMPL_HPP
// Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/L... | 22.078947 | 61 | 0.646007 | Harshitha91 |
c83deba1418d03ea475049bbef9caf0e02e884bf | 12,230 | cc | C++ | ash/system/unified/unified_system_tray_bubble.cc | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | ash/system/unified/unified_system_tray_bubble.cc | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | ash/system/unified/unified_system_tray_bubble.cc | sarang-apps/darshan_browser | 173649bb8a7c656dc60784d19e7bb73e07c20daa | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | // 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 "ash/system/unified/unified_system_tray_bubble.h"
#include "ash/public/cpp/ash_features.h"
#include "ash/shelf/shelf.h"
#include "ash/shell.h"
#... | 31.766234 | 80 | 0.730008 | sarang-apps |
c8405e9329e11cd8f3c2af2e59d6c59b29fab7c3 | 5,779 | hpp | C++ | AqooleEngine/src/main/cpp/boost/boost/geometry/strategy/cartesian/side_robust.hpp | kodai731/Aqoole-Engine-Android-Vulkan-Rendering-Engine- | 72c8f34b6b6d507319069e681ff8c5008337b7c6 | [
"Apache-2.0",
"MIT"
] | null | null | null | AqooleEngine/src/main/cpp/boost/boost/geometry/strategy/cartesian/side_robust.hpp | kodai731/Aqoole-Engine-Android-Vulkan-Rendering-Engine- | 72c8f34b6b6d507319069e681ff8c5008337b7c6 | [
"Apache-2.0",
"MIT"
] | null | null | null | AqooleEngine/src/main/cpp/boost/boost/geometry/strategy/cartesian/side_robust.hpp | kodai731/Aqoole-Engine-Android-Vulkan-Rendering-Engine- | 72c8f34b6b6d507319069e681ff8c5008337b7c6 | [
"Apache-2.0",
"MIT"
] | null | null | null | // Boost.Geometry (aka GGL, Generic Geometry Library)
// Copyright (c) 2019 Tinko Bartels, Berlin, Germany.
// Contributed and/or modified by Tinko Bartels,
// as part of Google Summer of Code 2019 program.
// This file was modified by Oracle on 2021.
// Modifications copyright (c) 2021, Oracle and/or its affiliat... | 31.069892 | 613 | 0.64596 | kodai731 |
c840ed385ca7bb408ee42bb8d459aaff55f661cb | 8,531 | cpp | C++ | src/paraminspector.cpp | Sirithang/eitri | 8f72061c52e0b2b95ed9ff0695c3c3b718200769 | [
"MIT"
] | 4 | 2015-06-10T04:05:19.000Z | 2018-01-13T14:10:55.000Z | src/paraminspector.cpp | Sirithang/eitri | 8f72061c52e0b2b95ed9ff0695c3c3b718200769 | [
"MIT"
] | null | null | null | src/paraminspector.cpp | Sirithang/eitri | 8f72061c52e0b2b95ed9ff0695c3c3b718200769 | [
"MIT"
] | 1 | 2019-03-11T19:22:13.000Z | 2019-03-11T19:22:13.000Z | #include "paraminspector.h"
#include "graphcanvas.h"
#include "eitri.h"
#include <QSpinBox>
#include <QDoubleSpinBox>
#include <QHBoxLayout>
#include <QLabel>
#include <QVBoxLayout>
#include <QPushButton>
#include <QColorDialog>
#include <QFrame>
#include <QLineEdit>
//---helper func
void setButtonToColor(QPushButt... | 27.519355 | 140 | 0.527957 | Sirithang |
c842092c7791498068c09bca3c014f49a0e1077f | 10,459 | cpp | C++ | src/ini_parser.cpp | Erwan28250/ini_parser | f9534e931a28daa52729e0049db3d2dfdc4af880 | [
"MIT"
] | null | null | null | src/ini_parser.cpp | Erwan28250/ini_parser | f9534e931a28daa52729e0049db3d2dfdc4af880 | [
"MIT"
] | null | null | null | src/ini_parser.cpp | Erwan28250/ini_parser | f9534e931a28daa52729e0049db3d2dfdc4af880 | [
"MIT"
] | null | null | null | /*
MIT License
Copyright (c) 2022 Erwan Saclier de la Bâtie
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, merg... | 25.263285 | 119 | 0.592982 | Erwan28250 |
c8437bca6d8e7f4911beb853c9b98623a266cf36 | 1,723 | cpp | C++ | lib/soc/m4/stm32l4/peripherals/WWDG.cpp | msemegen/CML | f37e20f0add711c743b69607d39aa5ab0680cf7e | [
"MIT"
] | 23 | 2020-07-16T21:52:38.000Z | 2022-03-13T18:24:16.000Z | lib/soc/m4/stm32l4/peripherals/WWDG.cpp | msemegen/CML | f37e20f0add711c743b69607d39aa5ab0680cf7e | [
"MIT"
] | 16 | 2019-12-28T01:14:44.000Z | 2021-04-15T14:40:07.000Z | lib/soc/m4/stm32l4/peripherals/WWDG.cpp | msemegen/CML | f37e20f0add711c743b69607d39aa5ab0680cf7e | [
"MIT"
] | 5 | 2020-07-17T17:48:50.000Z | 2022-03-25T16:06:52.000Z | /*
* Name: WWDG.cpp
*
* Copyright (c) Mateusz Semegen and contributors. All rights reserved.
* Licensed under the MIT license. See LICENSE file in the project root for details.
*/
#ifdef STM32L4
// this
#include <soc/m4/stm32l4/peripherals/WWDG.hpp>
// cml
#include <cml/bit_flag.hpp>
#include <cml/debug/a... | 18.329787 | 103 | 0.703424 | msemegen |
c844860023ddf357b9293691cb2b0b5963be1658 | 5,985 | cpp | C++ | src/plugProjectOgawaU/ogSceneSMenuItem.cpp | projectPiki/pikmin2 | a431d992acde856d092889a515ecca0e07a3ea7c | [
"Unlicense"
] | 33 | 2021-12-08T11:10:59.000Z | 2022-03-26T19:59:37.000Z | src/plugProjectOgawaU/ogSceneSMenuItem.cpp | projectPiki/pikmin2 | a431d992acde856d092889a515ecca0e07a3ea7c | [
"Unlicense"
] | 6 | 2021-12-22T17:54:31.000Z | 2022-01-07T21:43:18.000Z | src/plugProjectOgawaU/ogSceneSMenuItem.cpp | projectPiki/pikmin2 | a431d992acde856d092889a515ecca0e07a3ea7c | [
"Unlicense"
] | 2 | 2022-01-04T06:00:49.000Z | 2022-01-26T07:27:28.000Z | #include "types.h"
/*
Generated from dpostproc
.section .rodata # 0x804732E0 - 0x8049E220
.global lbl_8048E550
lbl_8048E550:
.4byte 0x534D656E
.4byte 0x75497465
.4byte 0x6D207363
.4byte 0x7265656E
.4byte 0x00000000
.global lbl_8048E564
lbl_8048E564:
... | 20.637931 | 80 | 0.647619 | projectPiki |
c847840bfb8f423cf3781cfa7fecc0b9cf380bb2 | 699 | hh | C++ | TFM/click-2.0.1/elements/analysis/eraseippayload.hh | wangyang2013/TFM | cabca56229a7e4dafc76da8d631980fc453c9493 | [
"BSD-3-Clause"
] | 3 | 2018-04-14T14:43:31.000Z | 2019-12-06T13:09:58.000Z | TFM/click-2.0.1/elements/analysis/eraseippayload.hh | nfvproject/TFM | cabca56229a7e4dafc76da8d631980fc453c9493 | [
"BSD-3-Clause"
] | null | null | null | TFM/click-2.0.1/elements/analysis/eraseippayload.hh | nfvproject/TFM | cabca56229a7e4dafc76da8d631980fc453c9493 | [
"BSD-3-Clause"
] | null | null | null | // -*- c-basic-offset: 4 -*-
#ifndef CLICK_ERASEIPPAYLOAD_HH
#define CLICK_ERASEIPPAYLOAD_HH
#include <click/element.hh>
#include <click/glue.hh>
#include <click/atomic.hh>
#include <clicknet/ip.h>
CLICK_DECLS
/*
=c
EraseIPPayload()
=s ip
erases IP packet payload
=d
Erases all TCP or UDP payload in incoming packe... | 17.475 | 66 | 0.72103 | wangyang2013 |