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
657a3dbd72ca798ffa6802b2f5be1829fc1d3617
6,992
cpp
C++
src/task.cpp
tusur-coex/coex-plugin-task-skype
f5523f280ee62d67a65069a1bc2f9ad9de382dee
[ "MIT" ]
1
2016-06-17T17:58:18.000Z
2016-06-17T17:58:18.000Z
src/task.cpp
tusur-coex/coex-plugin-task-skypewin
f5523f280ee62d67a65069a1bc2f9ad9de382dee
[ "MIT" ]
5
2016-06-02T10:38:10.000Z
2016-06-18T06:16:42.000Z
src/task.cpp
forensictool/forensictool-plugin-skype
f5523f280ee62d67a65069a1bc2f9ad9de382dee
[ "MIT" ]
1
2016-06-04T05:25:46.000Z
2016-06-04T05:25:46.000Z
#include "task.h" #include "writerMessagesSkype.h" #include <QString> #include <iostream> TaskSkype::TaskSkype() { m_bDebug = false; }; QString TaskSkype::help() { return "\t--debug - viewing debug messages"; }; QString TaskSkype::name() { return "Skype"; }; QStringList TaskSkype::authors() { QStringList listAu...
39.954286
143
0.555492
tusur-coex
657f62ca5883be9a309c40597cf0fb4353e7496a
2,959
cpp
C++
SchoolProject/ques-11.cpp
CodingTux/CPP_Practice
802b374546815a2d82e80949c076579ece939f92
[ "Unlicense" ]
null
null
null
SchoolProject/ques-11.cpp
CodingTux/CPP_Practice
802b374546815a2d82e80949c076579ece939f92
[ "Unlicense" ]
null
null
null
SchoolProject/ques-11.cpp
CodingTux/CPP_Practice
802b374546815a2d82e80949c076579ece939f92
[ "Unlicense" ]
null
null
null
#include <iostream> #include <stdlib.h> using namespace std; ///Please fix bugs if any DON'T THINK I'M GONNA DO IT FOR YOU GUYS... int choice; ///Global Variable...cause i'm very Lazy :p int siz; void whatToDoSelector(int arr[]); void menu(int arr[]); void binarySearch(int arr[], int num){ system(...
20.406897
92
0.459277
CodingTux
6583a350b3284ec1046e0d6f46805618f2d2afc8
1,919
hpp
C++
applications-linked-lists/sorted-merge.hpp
arsharaj/data-structures-and-algorithms
c978b1038b69156b7298f8cc278cf34c08474663
[ "MIT" ]
null
null
null
applications-linked-lists/sorted-merge.hpp
arsharaj/data-structures-and-algorithms
c978b1038b69156b7298f8cc278cf34c08474663
[ "MIT" ]
1
2021-11-12T19:24:53.000Z
2021-11-12T19:24:53.000Z
applications-linked-lists/sorted-merge.hpp
arsharaj/data-structures-and-algorithms
c978b1038b69156b7298f8cc278cf34c08474663
[ "MIT" ]
null
null
null
/* MIT License Copyright (c) 2020 Arsharaj Chauhan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publi...
28.220588
97
0.661803
arsharaj
6583d8b595c01ddb5428db6fb12fb602cd4996ef
2,492
cpp
C++
Source/HTTPServer/Source/StatusCode.cpp
KamilKZ/SimpleHTTPServer
fc61717e8edcc39ad42690ecd59ee81b5948279a
[ "MIT" ]
1
2016-06-01T11:40:04.000Z
2016-06-01T11:40:04.000Z
Source/HTTPServer/Source/StatusCode.cpp
KamilKZ/SimpleHTTPServer
fc61717e8edcc39ad42690ecd59ee81b5948279a
[ "MIT" ]
null
null
null
Source/HTTPServer/Source/StatusCode.cpp
KamilKZ/SimpleHTTPServer
fc61717e8edcc39ad42690ecd59ee81b5948279a
[ "MIT" ]
null
null
null
#include <HTTPServer/StatusCode.hpp> namespace HTTP { namespace StatusCode { API_EXPORT const StatusCode Continue(100, "Continue", "You should've be seeing this"); API_EXPORT const StatusCode SwitchingProtocols(101, "Switching Protocols", "You should've be seeing this"); API_EXPORT const StatusCode OK(200, "O...
71.2
142
0.774478
KamilKZ
6585b968f34f028bc1efd61dfa55d7ecdc8031c5
3,388
cpp
C++
#98_validate-binary-search-tree/validate-binary-search-tree.cpp
o-oppang/lets-solve-algorithm
9983a112736ce48bbd309a9af16d1fd68b9420da
[ "MIT" ]
null
null
null
#98_validate-binary-search-tree/validate-binary-search-tree.cpp
o-oppang/lets-solve-algorithm
9983a112736ce48bbd309a9af16d1fd68b9420da
[ "MIT" ]
null
null
null
#98_validate-binary-search-tree/validate-binary-search-tree.cpp
o-oppang/lets-solve-algorithm
9983a112736ce48bbd309a9af16d1fd68b9420da
[ "MIT" ]
null
null
null
/** * 98. Validate Binary Search Tree ( Medium ) * Given a binary tree, determine if it is a valid binary search tree (BST). * * Assume a BST is defined as follows: * * The left subtree of a node contains only nodes with keys less than the node's key. * The right subtree of a node contains only nodes with keys...
31.37037
134
0.603896
o-oppang
6589c6b37d346948b22ae2ebde3d6f1ff0b26c85
11,576
cpp
C++
src/vendor/mariadb-10.6.7/storage/columnstore/columnstore/dbcon/mysql/is_columnstore_extents.cpp
zettadb/zettalib
3d5f96dc9e3e4aa255f4e6105489758944d37cc4
[ "Apache-2.0" ]
null
null
null
src/vendor/mariadb-10.6.7/storage/columnstore/columnstore/dbcon/mysql/is_columnstore_extents.cpp
zettadb/zettalib
3d5f96dc9e3e4aa255f4e6105489758944d37cc4
[ "Apache-2.0" ]
null
null
null
src/vendor/mariadb-10.6.7/storage/columnstore/columnstore/dbcon/mysql/is_columnstore_extents.cpp
zettadb/zettalib
3d5f96dc9e3e4aa255f4e6105489758944d37cc4
[ "Apache-2.0" ]
2
2022-02-27T14:00:01.000Z
2022-03-31T06:24:22.000Z
/* c-basic-offset: 4; tab-width: 4; indent-tabs-mode: nil * vi: set shiftwidth=4 tabstop=4 expandtab: * :indentSize=4:tabSize=4:noTabs=true: * * Copyright (C) 2016 MariaDB Corporation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License...
35.509202
99
0.502937
zettadb
658eaf64119dca960a658836d9ddf12e39cb0e9b
871
cc
C++
RAVL2/OS/FileSystem/exFilename.cc
isuhao/ravl2
317e0ae1cb51e320b877c3bad6a362447b5e52ec
[ "BSD-Source-Code" ]
null
null
null
RAVL2/OS/FileSystem/exFilename.cc
isuhao/ravl2
317e0ae1cb51e320b877c3bad6a362447b5e52ec
[ "BSD-Source-Code" ]
null
null
null
RAVL2/OS/FileSystem/exFilename.cc
isuhao/ravl2
317e0ae1cb51e320b877c3bad6a362447b5e52ec
[ "BSD-Source-Code" ]
null
null
null
// This file is part of RAVL, Recognition And Vision Library // Copyright (C) 2003, University of Surrey // This code may be redistributed under the terms of the GNU Lesser // General Public License (LGPL). See the lgpl.licence file for details or // see http://www.gnu.org/copyleft/lesser.html // file-header-ends-here...
31.107143
74
0.684271
isuhao
658ef48fe3ef235b4f1e7a0c9b05775447292bac
2,116
cpp
C++
solutions/160-E-Intersection-of-Two-Linked-Lists/main.cpp
ARW2705/leet-code-solutions
fa551e5b15f5340e5be3b832db39638bcbf0dc78
[ "MIT" ]
null
null
null
solutions/160-E-Intersection-of-Two-Linked-Lists/main.cpp
ARW2705/leet-code-solutions
fa551e5b15f5340e5be3b832db39638bcbf0dc78
[ "MIT" ]
null
null
null
solutions/160-E-Intersection-of-Two-Linked-Lists/main.cpp
ARW2705/leet-code-solutions
fa551e5b15f5340e5be3b832db39638bcbf0dc78
[ "MIT" ]
null
null
null
#include <iostream> #include <stack> #include "../../utilities/singly-linked-node.hpp" #include "../../utilities/print-success.cpp" std::stack<ListNode*> getStack(ListNode* node) { std::stack<ListNode*> stack; while (node) { stack.push(node); node = node->next; } return stack; } ListNode* getIntersect...
21.591837
65
0.609168
ARW2705
65900579d0997a5826931e9c483854d5e729ee30
5,785
cxx
C++
main/sfx2/source/explorer/nochaos.cxx
Grosskopf/openoffice
93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7
[ "Apache-2.0" ]
679
2015-01-06T06:34:58.000Z
2022-03-30T01:06:03.000Z
main/sfx2/source/explorer/nochaos.cxx
Grosskopf/openoffice
93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7
[ "Apache-2.0" ]
102
2017-11-07T08:51:31.000Z
2022-03-17T12:13:49.000Z
main/sfx2/source/explorer/nochaos.cxx
Grosskopf/openoffice
93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7
[ "Apache-2.0" ]
331
2015-01-06T11:40:55.000Z
2022-03-14T04:07:51.000Z
/************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to y...
27.287736
87
0.548487
Grosskopf
6591652da513b7286f0fee88d222e5f2d6ddc2ca
288
cpp
C++
p/5k/5733/main.cpp
josedelinux/luogu
f9ce86b8623224512aa3f9e1eecc45d3c89c74e4
[ "MIT" ]
null
null
null
p/5k/5733/main.cpp
josedelinux/luogu
f9ce86b8623224512aa3f9e1eecc45d3c89c74e4
[ "MIT" ]
null
null
null
p/5k/5733/main.cpp
josedelinux/luogu
f9ce86b8623224512aa3f9e1eecc45d3c89c74e4
[ "MIT" ]
null
null
null
#include <bits/stdc++.h> using namespace std; int main() { char str[105]; scanf("%s", str); int n = strlen(str); for (int i = 0; i < n; i++) { if (isalpha(str[i])) { putchar(toupper(str[i])); } else { putchar(str[i]); } } putchar('\n'); return 0; }
16
31
0.5
josedelinux
6597fedfb754eae35e903246240d6cadb5b2117d
762
cpp
C++
Common/Packets/CGUseGem.cpp
hackerlank/SourceCode
b702c9e0a9ca5d86933f3c827abb02a18ffc9a59
[ "MIT" ]
4
2021-07-31T13:56:01.000Z
2021-11-13T02:55:10.000Z
Common/Packets/CGUseGem.cpp
shacojx/SourceCodeGameTLBB
e3cea615b06761c2098a05427a5f41c236b71bf7
[ "MIT" ]
null
null
null
Common/Packets/CGUseGem.cpp
shacojx/SourceCodeGameTLBB
e3cea615b06761c2098a05427a5f41c236b71bf7
[ "MIT" ]
7
2021-08-31T14:34:23.000Z
2022-01-19T08:25:58.000Z
#include "stdafx.h" #include "CGUseGem.h" BOOL CGUseGem::Read(SocketInputStream& iStream ) { __ENTER_FUNCTION iStream.Read((CHAR*)&m_GemBagIndex,sizeof(BYTE)); iStream.Read((CHAR*)&m_EquipBagIndex,sizeof(BYTE)); iStream.Read((CHAR*)&m_Platform,sizeof(ObjID_t)); return TRUE; __LEAVE_FUNCTION return FALSE; } ...
17.318182
56
0.750656
hackerlank
659a4e7ecfa46554a72bb3400b8cfce1dd3f36b9
1,636
cpp
C++
revere/source/font_catalog.cpp
TroyDL/revere
541bdc2bed9db212c1b74414b24733cf39675d08
[ "BSD-3-Clause" ]
null
null
null
revere/source/font_catalog.cpp
TroyDL/revere
541bdc2bed9db212c1b74414b24733cf39675d08
[ "BSD-3-Clause" ]
null
null
null
revere/source/font_catalog.cpp
TroyDL/revere
541bdc2bed9db212c1b74414b24733cf39675d08
[ "BSD-3-Clause" ]
null
null
null
#include "font_catalog.h" #include "roboto.c" font_catalog load_fonts(ImGuiIO& io) { font_catalog f; ImFontConfig font_cfg; font_cfg.FontDataOwnedByAtlas = false; f.roboto_black = io.Fonts->AddFontFromMemoryTTF(Roboto_Black_ttf, Roboto_Black_ttf_len, 18.0, &font_cfg); f.roboto_black_it...
65.44
132
0.782396
TroyDL
659ab1a930126523ad18556a8c46914e1fe9d1e2
4,266
cpp
C++
test_conformance/spirv_new/test_op_undef.cpp
jainvikas8/OpenCL-CTS
b7e7a3eb65d80d6847bd522f66f876fd5f6fe938
[ "Apache-2.0" ]
130
2017-05-16T14:15:25.000Z
2022-03-26T22:31:05.000Z
test_conformance/spirv_new/test_op_undef.cpp
jainvikas8/OpenCL-CTS
b7e7a3eb65d80d6847bd522f66f876fd5f6fe938
[ "Apache-2.0" ]
919
2017-05-19T08:01:20.000Z
2022-03-29T23:08:35.000Z
test_conformance/spirv_new/test_op_undef.cpp
jainvikas8/OpenCL-CTS
b7e7a3eb65d80d6847bd522f66f876fd5f6fe938
[ "Apache-2.0" ]
125
2017-05-17T01:14:15.000Z
2022-03-25T22:34:42.000Z
/****************************************************************** Copyright (c) 2016 The Khronos Group Inc. All Rights Reserved. This code is protected by copyright laws and contains material proprietary to the Khronos Group, Inc. This is UNPUBLISHED PROPRIETARY SOURCE CODE that may not be disclosed in whole or in p...
36.461538
101
0.678387
jainvikas8
659b14a9f7c89f748ecb533a43e5c631cbcff65d
408
hpp
C++
src/scenes/editor/toolbox/tool/pipette.hpp
Firstbober/MPS
998436b223842b089f0c048b3e7d5676a7688c67
[ "MIT" ]
9
2018-05-15T06:03:51.000Z
2022-01-30T01:23:24.000Z
src/scenes/editor/toolbox/tool/pipette.hpp
Firstbober/MPS
998436b223842b089f0c048b3e7d5676a7688c67
[ "MIT" ]
5
2018-06-28T16:48:04.000Z
2021-06-05T21:24:32.000Z
src/scenes/editor/toolbox/tool/pipette.hpp
Firstbober/MPS
998436b223842b089f0c048b3e7d5676a7688c67
[ "MIT" ]
9
2018-05-03T19:40:54.000Z
2021-06-05T17:54:32.000Z
#pragma once #include "tool.hpp" class Pipette : public Tool{ int x, y; int mouseX,mouseY; bool isMoved; float opacity; int pixel,pixel_prev; float scaleMul; public: void init(); void eventMouseMove(int x, int y); void eventMouseDown(); void eventMouseUp(); bool pushEvent(S...
18.545455
38
0.634804
Firstbober
659df78d72b9ba1ad35ee4b91e4ad7f17b671e98
931
hpp
C++
include/InfoBar.hpp
jhpy1024/GameOfLife
580d91c6a5de1d28baee3029493d663f51b79ce2
[ "MIT" ]
1
2018-01-16T08:44:07.000Z
2018-01-16T08:44:07.000Z
include/InfoBar.hpp
jhpy1024/GameOfLife
580d91c6a5de1d28baee3029493d663f51b79ce2
[ "MIT" ]
null
null
null
include/InfoBar.hpp
jhpy1024/GameOfLife
580d91c6a5de1d28baee3029493d663f51b79ce2
[ "MIT" ]
null
null
null
#ifndef INFO_BAR_HPP #define INFO_BAR_HPP #include <SFML/Graphics.hpp> class InfoBar : public sf::Drawable, public sf::Transformable { public: InfoBar(const sf::Vector2f& position, const sf::Vector2f& size); void draw(sf::RenderTarget& target, sf::RenderStates states) const override; void handleMousePre...
20.688889
80
0.717508
jhpy1024
4f1dcfc8fa0aa105a6e9a747c98cc272acee425d
41,764
cc
C++
cryptohome/tpm2_test.cc
doitmovin/chromiumos-platform2
6462aaf43072307b5a40eb045a89e473381b5fda
[ "BSD-3-Clause" ]
null
null
null
cryptohome/tpm2_test.cc
doitmovin/chromiumos-platform2
6462aaf43072307b5a40eb045a89e473381b5fda
[ "BSD-3-Clause" ]
null
null
null
cryptohome/tpm2_test.cc
doitmovin/chromiumos-platform2
6462aaf43072307b5a40eb045a89e473381b5fda
[ "BSD-3-Clause" ]
2
2021-01-26T12:37:19.000Z
2021-05-18T13:37:57.000Z
// Copyright 2015 The Chromium OS Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Unit tests for Tpm2Impl. #include "cryptohome/tpm2_impl.h" #include <gmock/gmock.h> #include <gtest/gtest.h> #include <tpm_manager/common/mock_tpm...
37.090586
80
0.754166
doitmovin
4f1e0d3b7f1edeacc659229bfeb1f2fa129b491a
569
hh
C++
Mu2eUtilities/inc/PointLinePCA_XYZ.hh
resnegfk/Offline
4ba81dad54486188fa83fea8c085438d104afbbc
[ "Apache-2.0" ]
9
2020-03-28T00:21:41.000Z
2021-12-09T20:53:26.000Z
Mu2eUtilities/inc/PointLinePCA_XYZ.hh
resnegfk/Offline
4ba81dad54486188fa83fea8c085438d104afbbc
[ "Apache-2.0" ]
684
2019-08-28T23:37:43.000Z
2022-03-31T22:47:45.000Z
Mu2eUtilities/inc/PointLinePCA_XYZ.hh
resnegfk/Offline
4ba81dad54486188fa83fea8c085438d104afbbc
[ "Apache-2.0" ]
61
2019-08-16T23:28:08.000Z
2021-12-20T08:29:48.000Z
#ifndef Mu2eUtilities_PointLinePCA_XYZ_hh #define Mu2eUtilities_PointLinePCA_XYZ_hh #include "Offline/DataProducts/inc/GenVector.hh" namespace mu2e { class PointLinePCA_XYZ{ public: PointLinePCA_XYZ( XYZVectorF const& point, XYZVectorF const& start , XYZVectorF const& end...
20.321429
55
0.680141
resnegfk
4f1f69be99d1e8ac219e52436245cde23f751932
3,584
cpp
C++
src/util/simplexnoise.cpp
therocode/featherkit
8631c9acb0fef6c5039783173ef173ec9488f53b
[ "Zlib" ]
22
2015-01-13T10:49:38.000Z
2020-12-23T15:25:59.000Z
src/util/simplexnoise.cpp
therocode/featherkit
8631c9acb0fef6c5039783173ef173ec9488f53b
[ "Zlib" ]
27
2015-01-11T03:47:27.000Z
2015-12-10T17:52:17.000Z
src/util/simplexnoise.cpp
therocode/featherkit
8631c9acb0fef6c5039783173ef173ec9488f53b
[ "Zlib" ]
7
2015-09-18T15:06:45.000Z
2020-02-19T15:12:34.000Z
#include <fea/util/simplexnoise.hpp> #include <cmath> namespace fea { float raw_noise_2d(float x, float y, const uint8_t* perm) { const float F2 = 0.5f * (std::sqrt(3.0f) - 1.0f); float s = (x + y) * F2; int32_t i = fast_floor(x + s); int32_t j = fast_floor(y + s); const float G2 = (3.0f - std::sqrt(3.0f...
24.216216
90
0.482143
therocode
4f20a845a987f0a3b437432aa17488e503f093d4
3,042
hpp
C++
vegastrike/boost/1_35/boost/fusion/algorithm/transformation/zip.hpp
Ezeer/VegaStrike_win32FR
75891b9ccbdb95e48e15d3b4a9cd977955b97d1f
[ "MIT" ]
1
2021-10-04T09:40:26.000Z
2021-10-04T09:40:26.000Z
vegastrike/boost/1_35/boost/fusion/algorithm/transformation/zip.hpp
Ezeer/VegaStrike_win32FR
75891b9ccbdb95e48e15d3b4a9cd977955b97d1f
[ "MIT" ]
null
null
null
vegastrike/boost/1_35/boost/fusion/algorithm/transformation/zip.hpp
Ezeer/VegaStrike_win32FR
75891b9ccbdb95e48e15d3b4a9cd977955b97d1f
[ "MIT" ]
6
2019-05-05T22:29:55.000Z
2022-01-03T14:18:54.000Z
/*============================================================================= Copyright (c) 2001-2006 Joel de Guzman Copyright (c) 2006 Dan Marsden 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) =====...
34.965517
152
0.70973
Ezeer
4f20ca4d28f5fbc4aa7519498cda6cfd8b34e30b
7,289
cpp
C++
src/fs.cpp
crptec/sinovate
345a81f99ec7e624e0ec244a7dbe1ebb3698c347
[ "MIT" ]
149
2021-03-21T18:04:20.000Z
2021-07-01T21:14:39.000Z
src/fs.cpp
crptec/sinovate
345a81f99ec7e624e0ec244a7dbe1ebb3698c347
[ "MIT" ]
366
2015-01-08T05:10:17.000Z
2022-03-07T02:30:03.000Z
src/fs.cpp
crptec/sinovate
345a81f99ec7e624e0ec244a7dbe1ebb3698c347
[ "MIT" ]
110
2015-01-03T17:00:15.000Z
2022-02-13T15:31:08.000Z
// Copyright (c) 2017-2020 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include <fs.h> #ifndef WIN32 #include <cstring> #include <fcntl.h> #include <string> #include <sys/file.h> #include <sys/ut...
28.251938
168
0.642475
crptec
4f21de42cc23b87acd0ec9df1c449443c1d13b2e
3,459
hpp
C++
deps/boost/include/boost/winapi/srw_lock.hpp
kindlychung/mediasoup-sfu-cpp
f69d2f48f7edbf4f0c57244280a47bea985f39cf
[ "Apache-2.0" ]
80
2021-09-07T12:44:32.000Z
2022-03-29T01:22:19.000Z
deps/boost/include/boost/winapi/srw_lock.hpp
kindlychung/mediasoup-sfu-cpp
f69d2f48f7edbf4f0c57244280a47bea985f39cf
[ "Apache-2.0" ]
2
2021-12-23T02:49:42.000Z
2022-02-15T05:28:24.000Z
deps/boost/include/boost/winapi/srw_lock.hpp
kindlychung/mediasoup-sfu-cpp
f69d2f48f7edbf4f0c57244280a47bea985f39cf
[ "Apache-2.0" ]
25
2021-09-14T06:24:25.000Z
2022-03-20T06:55:07.000Z
/* * Copyright 2010 Vicente J. Botet Escriba * Copyright 2015 Andrey Semashev * * Distributed under the Boost Software License, Version 1.0. * See http://www.boost.org/LICENSE_1_0.txt */ #ifndef BOOST_WINAPI_SRW_LOCK_HPP_INCLUDED_ #define BOOST_WINAPI_SRW_LOCK_HPP_INCLUDED_ #include <boost/winapi/con...
29.564103
117
0.781151
kindlychung
4f2233693305aec1333e790bfa68af5d3d0cae2e
13,891
hpp
C++
saga/impl/packages/namespace/namespace_entry_cpi.hpp
saga-project/saga-cpp
7376c0de0529e7d7b80cf08b94ec484c2e56d38e
[ "BSL-1.0" ]
5
2015-09-15T16:24:14.000Z
2021-08-12T11:05:55.000Z
saga/impl/packages/namespace/namespace_entry_cpi.hpp
saga-project/saga-cpp
7376c0de0529e7d7b80cf08b94ec484c2e56d38e
[ "BSL-1.0" ]
null
null
null
saga/impl/packages/namespace/namespace_entry_cpi.hpp
saga-project/saga-cpp
7376c0de0529e7d7b80cf08b94ec484c2e56d38e
[ "BSL-1.0" ]
3
2016-11-17T04:38:38.000Z
2021-04-10T17:23:52.000Z
#ifndef SAGA_IMPL_PACKAGES_DATA_NAMESPACE_NAMESPACEENTRY_CPI_HPP #define SAGA_IMPL_PACKAGES_DATA_NAMESPACE_NAMESPACEENTRY_CPI_HPP #if defined(__WAVE__) && defined(SAGA_CREATE_PREPROCESSED_FILES) #pragma wave option(preserve: 2, line: 0, output: "preprocessed/namespace_entry_cpi.hpp") #endif // Copyright (c) 2005-2009...
45.996689
114
0.648549
saga-project
4f226e3620f9b9988e83865a2f6f73aa06daef77
1,707
cc
C++
mace/core/ops/op_condition_builder.cc
hanhan9449/mace
63feaf5055bab6a081d36edfab8f963a624899aa
[ "Apache-2.0" ]
1
2021-08-02T12:17:58.000Z
2021-08-02T12:17:58.000Z
mace/core/ops/op_condition_builder.cc
hanhan9449/mace
63feaf5055bab6a081d36edfab8f963a624899aa
[ "Apache-2.0" ]
null
null
null
mace/core/ops/op_condition_builder.cc
hanhan9449/mace
63feaf5055bab6a081d36edfab8f963a624899aa
[ "Apache-2.0" ]
1
2021-08-02T12:18:00.000Z
2021-08-02T12:18:00.000Z
// Copyright 2020 The MACE Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
28.45
75
0.742824
hanhan9449
4f22e5ea66fa010845908e3275ef065ff55c2f89
10,996
cpp
C++
src/pd/painter.cpp
mtribiere/Pixel-dungeon-CPP
ed930aaeefd1f08eed73ced928acae6e1fe34fa4
[ "MIT" ]
null
null
null
src/pd/painter.cpp
mtribiere/Pixel-dungeon-CPP
ed930aaeefd1f08eed73ced928acae6e1fe34fa4
[ "MIT" ]
null
null
null
src/pd/painter.cpp
mtribiere/Pixel-dungeon-CPP
ed930aaeefd1f08eed73ced928acae6e1fe34fa4
[ "MIT" ]
null
null
null
#include "painter.h" #include "level.h" #include "../engine/util.h" #include "room.h" #include "terrain.h" #include <algorithm> void Painter::set(Level* level, int cell, int value) { level->map[cell] = value; } void Painter::set(Level* level, int x, int y, int value) { set(level, x + y * Level::WIDTH,...
22.813278
106
0.554292
mtribiere
4f2412604bc12d4180278b36476c278a54a5af02
15,816
cpp
C++
samples/snippets/cpp/VS_Snippets_IIS/IIS7/IHttpFileInfo/cpp/GetLastModifiedTime.cpp
mitchelsellers/iis-docs
376c5b4a1b88b807eb8dbe7c63ba7cd9c59f7429
[ "CC-BY-4.0", "MIT" ]
90
2017-06-13T19:56:04.000Z
2022-03-15T16:42:09.000Z
samples/snippets/cpp/VS_Snippets_IIS/IIS7/IHttpFileInfo/cpp/GetLastModifiedTime.cpp
mitchelsellers/iis-docs
376c5b4a1b88b807eb8dbe7c63ba7cd9c59f7429
[ "CC-BY-4.0", "MIT" ]
453
2017-05-22T18:00:05.000Z
2022-03-30T21:07:55.000Z
samples/snippets/cpp/VS_Snippets_IIS/IIS7/IHttpFileInfo/cpp/GetLastModifiedTime.cpp
mitchelsellers/iis-docs
376c5b4a1b88b807eb8dbe7c63ba7cd9c59f7429
[ "CC-BY-4.0", "MIT" ]
343
2017-05-26T08:57:30.000Z
2022-03-25T23:05:04.000Z
// <Snippet11> #pragma warning( disable : 4290 ) #pragma warning( disable : 4530 ) #define _WINSOCKAPI_ #include <windows.h> #include <io.h> #include <sal.h> #include <httpserv.h> #include <string> using namespace std; // The CConvert class mirrors the Convert class that is // defined in the .NET Framework. It conv...
30.125714
77
0.59111
mitchelsellers
4f25631cbce5f6a9dc8c9de229b764e5db614fb7
22,036
cc
C++
app/fpn_eval/src/main.cc
Vertical-Beach/ai-edge-contest4
4b5211a9adb383756acade42c8a8b104f6fd7363
[ "Apache-2.0" ]
3
2021-02-13T05:16:10.000Z
2022-03-08T16:00:02.000Z
app/fpn_eval/src/main.cc
Vertical-Beach/ai-edge-contest4
4b5211a9adb383756acade42c8a8b104f6fd7363
[ "Apache-2.0" ]
null
null
null
app/fpn_eval/src/main.cc
Vertical-Beach/ai-edge-contest4
4b5211a9adb383756acade42c8a8b104f6fd7363
[ "Apache-2.0" ]
null
null
null
/** * © Copyright (C) 2016-2017 Xilinx, Inc * * Licensed under the Apache License, Version 2.0 (the "License"). You may * not use this file except in compliance with the License. A copy of the * License is located at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
40.883117
139
0.574741
Vertical-Beach
4f27bba831e202a4893eef9b49bc7fc1d3ddde4f
54,658
cpp
C++
dali-toolkit/internal/controls/table-view/table-view-impl.cpp
zyndor/dali-toolkit
9e3fd659c4d25706ab65345bc7c562ac27248325
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
dali-toolkit/internal/controls/table-view/table-view-impl.cpp
zyndor/dali-toolkit
9e3fd659c4d25706ab65345bc7c562ac27248325
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
dali-toolkit/internal/controls/table-view/table-view-impl.cpp
zyndor/dali-toolkit
9e3fd659c4d25706ab65345bc7c562ac27248325
[ "Apache-2.0", "BSD-3-Clause" ]
null
null
null
/* * Copyright (c) 2017 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
31.704176
163
0.632552
zyndor
4f281778434e31bcb916752075846cc817a668a9
2,996
cpp
C++
TMuffin/Engine/ExportFunction.cpp
thirty30/Muffin
06db87761be740408457728a40d95cdc8ec05108
[ "MIT" ]
5
2019-10-06T02:41:59.000Z
2020-10-10T13:07:26.000Z
TMuffin/Engine/ExportFunction.cpp
thirty30/Muffin
06db87761be740408457728a40d95cdc8ec05108
[ "MIT" ]
null
null
null
TMuffin/Engine/ExportFunction.cpp
thirty30/Muffin
06db87761be740408457728a40d95cdc8ec05108
[ "MIT" ]
null
null
null
#include "ExportFunction.h" #include "Engine.h" #include "Camera/CCamera.h" #include "Camera/CCameraManager.h" #include "Graphics/SkyBox/CSkyBox.h" #include "Graphics/CGraphicsWorld.h" #include "Audio/CAudioManager.h" tbool TMuffin_Initialize(n32 a_nWinWidth, n32 a_nWinHigh, const tcchar* a_strWinName) { return Muffi...
31.536842
120
0.829105
thirty30
4f29145e781bc3974efe36c21a914bc273cca852
22,876
cc
C++
sprockit/sprockit/units.cc
minyee/sst-macro
fd2c52b3872b9c49af77f5f82b3177cc7bbe403c
[ "BSD-Source-Code" ]
4
2017-11-18T22:49:38.000Z
2021-01-22T18:33:50.000Z
sprockit/sprockit/units.cc
minyee/sst-macro
fd2c52b3872b9c49af77f5f82b3177cc7bbe403c
[ "BSD-Source-Code" ]
null
null
null
sprockit/sprockit/units.cc
minyee/sst-macro
fd2c52b3872b9c49af77f5f82b3177cc7bbe403c
[ "BSD-Source-Code" ]
1
2019-03-14T23:04:47.000Z
2019-03-14T23:04:47.000Z
/** Copyright 2009-2017 National Technology and Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA-0003525, the U.S. Government retains certain rights in this software. Sandia National Laboratories is a multimission laboratory managed and operated by National Technology and Engineering...
44.854902
111
0.514732
minyee
4f2953e4cca8da8ff74b1b78672a5fad7262224e
3,828
cpp
C++
divi/src/walletBackupCreator.cpp
domob1812/Divi
dc7fd7bf9028ed9e256d6ac5ba5d529c21f566dd
[ "MIT" ]
1
2021-08-14T10:13:46.000Z
2021-08-14T10:13:46.000Z
divi/src/walletBackupCreator.cpp
domob1812/Divi
dc7fd7bf9028ed9e256d6ac5ba5d529c21f566dd
[ "MIT" ]
null
null
null
divi/src/walletBackupCreator.cpp
domob1812/Divi
dc7fd7bf9028ed9e256d6ac5ba5d529c21f566dd
[ "MIT" ]
1
2021-12-28T15:53:49.000Z
2021-12-28T15:53:49.000Z
#include "walletBackupCreator.h" #include <utiltime.h> #include <util.h> #include <boost/foreach.hpp> #include <db.h> #include <iostream> #include <ui_interface.h> WalletBackupCreator::WalletBackupCreator ( int numberOfBackups, I_FileSystem& fileSystem, std::string dataDirectory, std::string walletFile...
30.141732
102
0.676855
domob1812
4f2994bfc744616ba8181f8edd2ffe0a28458aa1
1,595
hpp
C++
ReactNativeFrontend/ios/Pods/boost/boost/mpi/detail/ignore_oprimitive.hpp
Harshitha91/Tmdb-react-native-node
e06e3f25a7ee6946ef07a1f524fdf62e48424293
[ "Apache-2.0" ]
12,278
2015-01-29T17:11:33.000Z
2022-03-31T21:12:00.000Z
ios/Pods/boost-for-react-native/boost/mpi/detail/ignore_oprimitive.hpp
c7yrus/alyson-v3
5ad95a8f782f5f5d2fd543d44ca6a8b093395965
[ "Apache-2.0" ]
9,469
2015-01-30T05:33:07.000Z
2022-03-31T16:17:21.000Z
ios/Pods/boost-for-react-native/boost/mpi/detail/ignore_oprimitive.hpp
c7yrus/alyson-v3
5ad95a8f782f5f5d2fd543d44ca6a8b093395965
[ "Apache-2.0" ]
1,343
2017-12-08T19:47:19.000Z
2022-03-26T11:31:36.000Z
// (C) Copyright 2005 Matthias Troyer // Use, modification and distribution is subject to the Boost Software // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) // Authors: Matthias Troyer #ifndef BOOST_MPI_DETAIL_IGNORE_OPRIMITIVE_HPP #define BOOST_MP...
25.31746
78
0.722257
Harshitha91
4f2adc72090303976a0b563a65f67a2d51d2530f
5,835
cpp
C++
src/pointcloud_to_laserscan-lunar-devel/src/laserscan_to_pointcloud_nodelet.cpp
Louis-AD-git/racecar_ws
3c5cb561d1aee11d80a7f3847e0334e93f345513
[ "MIT" ]
null
null
null
src/pointcloud_to_laserscan-lunar-devel/src/laserscan_to_pointcloud_nodelet.cpp
Louis-AD-git/racecar_ws
3c5cb561d1aee11d80a7f3847e0334e93f345513
[ "MIT" ]
null
null
null
src/pointcloud_to_laserscan-lunar-devel/src/laserscan_to_pointcloud_nodelet.cpp
Louis-AD-git/racecar_ws
3c5cb561d1aee11d80a7f3847e0334e93f345513
[ "MIT" ]
null
null
null
/* * Software License Agreement (BSD License) * * Copyright (c) 2019, Eurotec, Netherlands * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code m...
37.403846
120
0.70557
Louis-AD-git
4f2b87258353c115965db6944e9bc0ccc79d4e56
5,759
cc
C++
src/developer/debug/zxdb/console/format_name.cc
opensource-assist/fuschia
66646c55b3d0b36aae90a4b6706b87f1a6261935
[ "BSD-3-Clause" ]
null
null
null
src/developer/debug/zxdb/console/format_name.cc
opensource-assist/fuschia
66646c55b3d0b36aae90a4b6706b87f1a6261935
[ "BSD-3-Clause" ]
null
null
null
src/developer/debug/zxdb/console/format_name.cc
opensource-assist/fuschia
66646c55b3d0b36aae90a4b6706b87f1a6261935
[ "BSD-3-Clause" ]
null
null
null
// Copyright 2019 The Fuchsia 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/developer/debug/zxdb/console/format_name.h" #include "src/developer/debug/zxdb/common/string_util.h" #include "src/developer/debug/zxdb/cons...
35.549383
100
0.653586
opensource-assist
4f2bb81099a2086e74ada2212cd835f289ae4cf4
6,850
cxx
C++
vtkm/exec/arg/testing/UnitTestFetchArrayNeighborhoodIn.cxx
rushah05/VTKm_FP16
487819a1dbdd8dc3f95cca2942e3f2706a2514b5
[ "BSD-3-Clause" ]
14
2019-10-25T03:25:47.000Z
2022-01-19T02:14:53.000Z
vtkm/exec/arg/testing/UnitTestFetchArrayNeighborhoodIn.cxx
rushah05/VTKm_FP16
487819a1dbdd8dc3f95cca2942e3f2706a2514b5
[ "BSD-3-Clause" ]
2
2020-11-18T16:50:34.000Z
2022-01-21T13:31:47.000Z
vtkm/exec/arg/testing/UnitTestFetchArrayNeighborhoodIn.cxx
rushah05/VTKm_FP16
487819a1dbdd8dc3f95cca2942e3f2706a2514b5
[ "BSD-3-Clause" ]
5
2020-10-02T10:14:35.000Z
2022-03-10T07:50:22.000Z
//============================================================================ // Copyright (c) Kitware, Inc. // All rights reserved. // See LICENSE.txt for details. // // This software is distributed WITHOUT ANY WARRANTY; without even // the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR // PURP...
36.827957
100
0.613723
rushah05
4f2cae4effb4e0781b0c6286c1c50bfd54dd43d0
57,621
cpp
C++
src/pal/src/sync/cs.cpp
CyberSys/coreclr-mono
83b2cb83b32faa45b4f790237b5c5e259692294a
[ "MIT" ]
1
2015-05-22T14:11:51.000Z
2015-05-22T14:11:51.000Z
src/pal/src/sync/cs.cpp
CyberSys/coreclr-mono
83b2cb83b32faa45b4f790237b5c5e259692294a
[ "MIT" ]
null
null
null
src/pal/src/sync/cs.cpp
CyberSys/coreclr-mono
83b2cb83b32faa45b4f790237b5c5e259692294a
[ "MIT" ]
null
null
null
// // Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. // /////////////////////////////////////////////////////////////////////////////// // // File: // cs.cpp // // Purpose: // Implementation of critical sectio...
35.900935
102
0.612155
CyberSys
4f2cb27bb8f497c5abebacc5166c3337eaff3307
843
cpp
C++
aws-cpp-sdk-mobile/source/model/UpdateProjectRequest.cpp
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-02-10T08:06:54.000Z
2022-02-10T08:06:54.000Z
aws-cpp-sdk-mobile/source/model/UpdateProjectRequest.cpp
perfectrecall/aws-sdk-cpp
fb8cbebf2fd62720b65aeff841ad2950e73d8ebd
[ "Apache-2.0" ]
1
2022-01-03T23:59:37.000Z
2022-01-03T23:59:37.000Z
aws-cpp-sdk-mobile/source/model/UpdateProjectRequest.cpp
ravindra-wagh/aws-sdk-cpp
7d5ff01b3c3b872f31ca98fb4ce868cd01e97696
[ "Apache-2.0" ]
1
2021-11-09T11:58:03.000Z
2021-11-09T11:58:03.000Z
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #include <aws/mobile/model/UpdateProjectRequest.h> #include <aws/core/AmazonWebServiceResult.h> #include <aws/core/http/URI.h> #include <aws/core/utils/HashingUtils.h> #include <aws/core/utils/memory/...
22.184211
69
0.725979
perfectrecall
4f2de5fbcab4d8c9ebe97043e6bdd58abe41c99c
4,303
cpp
C++
modules/etc/texture_loader_pkm.cpp
dsrw/godot
61ea011e05dd182351eef1e59ab14cd26bbd73a1
[ "MIT", "Apache-2.0", "CC-BY-4.0", "Unlicense" ]
222
2018-09-10T17:52:03.000Z
2022-03-24T04:55:19.000Z
modules/etc/texture_loader_pkm.cpp
dsrw/godot
61ea011e05dd182351eef1e59ab14cd26bbd73a1
[ "MIT", "Apache-2.0", "CC-BY-4.0", "Unlicense" ]
27
2022-01-11T06:12:37.000Z
2022-03-29T01:07:53.000Z
modules/etc/texture_loader_pkm.cpp
dsrw/godot
61ea011e05dd182351eef1e59ab14cd26bbd73a1
[ "MIT", "Apache-2.0", "CC-BY-4.0", "Unlicense" ]
26
2019-04-12T11:21:26.000Z
2022-03-11T00:20:53.000Z
/*************************************************************************/ /* texture_loader_pkm.cpp */ /*************************************************************************/ /* This file is part of: */ /* ...
37.417391
130
0.571694
dsrw
4f2e82eccabd7b9cb8b683e71601c51c6068c054
20,401
cpp
C++
src/gausskernel/storage/access/gin/ginutil.cpp
opengauss-mirror/openGauss-graph
6beb138fd00abdbfddc999919f90371522118008
[ "MulanPSL-1.0" ]
1
2021-11-05T10:14:39.000Z
2021-11-05T10:14:39.000Z
src/gausskernel/storage/access/gin/ginutil.cpp
opengauss-mirror/openGauss-graph
6beb138fd00abdbfddc999919f90371522118008
[ "MulanPSL-1.0" ]
null
null
null
src/gausskernel/storage/access/gin/ginutil.cpp
opengauss-mirror/openGauss-graph
6beb138fd00abdbfddc999919f90371522118008
[ "MulanPSL-1.0" ]
null
null
null
/* ------------------------------------------------------------------------- * * ginutil.cpp * utilities routines for the postgres inverted index access method. * * * Portions Copyright (c) 2020 Huawei Technologies Co.,Ltd. * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group * Portions Cop...
34.172529
120
0.629528
opengauss-mirror
4f2f0afa7b33afe83739ec65a6fdc8fb388c93da
2,149
hpp
C++
include/cg/hlcog_cg_cpp.hpp
ferhatgec/hlcog
45478e93f9fa6b247ffc86162aeb3fdd016f384e
[ "MIT" ]
3
2021-03-28T21:31:01.000Z
2021-06-11T17:36:18.000Z
include/cg/hlcog_cg_cpp.hpp
ferhatgec/hlcog
45478e93f9fa6b247ffc86162aeb3fdd016f384e
[ "MIT" ]
null
null
null
include/cg/hlcog_cg_cpp.hpp
ferhatgec/hlcog
45478e93f9fa6b247ffc86162aeb3fdd016f384e
[ "MIT" ]
null
null
null
// MIT License // // Copyright (c) 2021 Ferhat Geçdoğan All Rights Reserved. // Distributed under the terms of the MIT License. // // // C++ code-generator // and initializer supportter // front-end for HLCoG. // #ifndef HLCOG_CG_CPP_HPP #define HLCOG_CG_CPP_HPP #include "../hlcog_structure.hpp" #include "../hlcog_cg...
27.551282
65
0.599349
ferhatgec
4f2f3897469cefc9272e2cc2d15bc37ec8c37dee
4,469
cpp
C++
core/jni/android/graphics/NinePatch.cpp
Keneral/aframeworksbase
e1212ca12f63686efee5c32582b2878c9ae71ead
[ "Unlicense" ]
null
null
null
core/jni/android/graphics/NinePatch.cpp
Keneral/aframeworksbase
e1212ca12f63686efee5c32582b2878c9ae71ead
[ "Unlicense" ]
null
null
null
core/jni/android/graphics/NinePatch.cpp
Keneral/aframeworksbase
e1212ca12f63686efee5c32582b2878c9ae71ead
[ "Unlicense" ]
null
null
null
/* ** ** Copyright 2006, The Android Open Source Project ** ** 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 appl...
36.040323
91
0.663907
Keneral
4f2f798b00bd27c5bce82676977ae7149df73e71
24,566
cpp
C++
src/Gaffer/PlugAlgo.cpp
fbhradec/gaffer
eda6eaf44a5506af781488e914e9c6f6318c081c
[ "BSD-3-Clause" ]
null
null
null
src/Gaffer/PlugAlgo.cpp
fbhradec/gaffer
eda6eaf44a5506af781488e914e9c6f6318c081c
[ "BSD-3-Clause" ]
null
null
null
src/Gaffer/PlugAlgo.cpp
fbhradec/gaffer
eda6eaf44a5506af781488e914e9c6f6318c081c
[ "BSD-3-Clause" ]
null
null
null
////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2012, John Haddon. All rights reserved. // Copyright (c) 2014, Image Engine Design Inc. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided...
27.758192
132
0.662013
fbhradec
4f2fbc013c92468ce006df901b3dc1e143ad673c
1,875
hpp
C++
doc/quickbook/oglplus/quickref/dsa/vertex_attrib.hpp
highfidelity/oglplus
c5fb7cc21869cb9555cfa2a7e28ea6bc6491d11e
[ "BSL-1.0" ]
2
2017-06-09T00:28:35.000Z
2017-06-09T00:28:43.000Z
doc/quickbook/oglplus/quickref/dsa/vertex_attrib.hpp
highfidelity/oglplus
c5fb7cc21869cb9555cfa2a7e28ea6bc6491d11e
[ "BSL-1.0" ]
null
null
null
doc/quickbook/oglplus/quickref/dsa/vertex_attrib.hpp
highfidelity/oglplus
c5fb7cc21869cb9555cfa2a7e28ea6bc6491d11e
[ "BSL-1.0" ]
8
2017-01-30T22:06:41.000Z
2020-01-14T17:24:36.000Z
/* * Copyright 2014-2015 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) */ //[oglplus_dsa_vertex_array_attrib namespace oglplus { #if GL_VERSION_4_5 || GL_ARB_direct_state_access class DSAVe...
22.321429
68
0.753067
highfidelity
4f316722ea38d3b2b8d049d7f32aa018644c78f9
162
hpp
C++
GpLog.hpp
ITBear/GpLog
207b3fa77240af28ff82f174629816018468dcad
[ "Apache-2.0" ]
null
null
null
GpLog.hpp
ITBear/GpLog
207b3fa77240af28ff82f174629816018468dcad
[ "Apache-2.0" ]
null
null
null
GpLog.hpp
ITBear/GpLog
207b3fa77240af28ff82f174629816018468dcad
[ "Apache-2.0" ]
null
null
null
#pragma once #include "Consumers/GpLogConsumers.hpp" #include "Formatters/GpLogFormatters.hpp" #include "Utils/GpLogUtils.hpp" #include "GpLogBuilder.hpp"
23.142857
42
0.771605
ITBear
4f31de15de5566e66722bda4ef0ca0e3c8adddf6
4,749
hh
C++
src/mmutil_select.hh
causalpathlab/mmutilR
292a70f89336c7563b2fa9f1f62e59d219739e24
[ "MIT" ]
1
2021-07-23T07:49:10.000Z
2021-07-23T07:49:10.000Z
src/mmutil_select.hh
YPARK/mmutilR
ede9948fe9a0124b9f417d010b7a376dff64ebb9
[ "MIT" ]
2
2022-01-18T22:07:44.000Z
2022-03-10T16:58:34.000Z
src/mmutil_select.hh
YPARK/mmutilR
ede9948fe9a0124b9f417d010b7a376dff64ebb9
[ "MIT" ]
null
null
null
#include "mmutil.hh" #include "mmutil_stat.hh" #include "mmutil_bgzf_util.hh" #include "mmutil_util.hh" #include "mmutil_index.hh" #include "mmutil_io.hh" #include <algorithm> #include <functional> #include <string> #include <unordered_set> #ifndef MMUTIL_SELECT_HH_ #define MMUTIL_SELECT_HH_ /** @param mtx_file ...
27.77193
77
0.64961
causalpathlab
4f34f160f052a16629960642ef91ca39d0fa04bf
1,051
hpp
C++
coding-interviews/entry_node_of_loop_55.hpp
lonelyhentai/nowcoder-collection
db795a5349b59f8cbb69e974adbb90ad30912558
[ "WTFPL" ]
1
2020-03-08T13:54:54.000Z
2020-03-08T13:54:54.000Z
coding-interviews/entry_node_of_loop_55.hpp
lonelyhentai/nowcoder-collection
db795a5349b59f8cbb69e974adbb90ad30912558
[ "WTFPL" ]
null
null
null
coding-interviews/entry_node_of_loop_55.hpp
lonelyhentai/nowcoder-collection
db795a5349b59f8cbb69e974adbb90ad30912558
[ "WTFPL" ]
null
null
null
// [链表中环的入口结点](https://www.nowcoder.com/practice/253d2c59ec3e4bc68da16833f79a38e4) #pragma once #include "util_list_node.hpp" namespace task55 { using namespace std; class Solution { public: ListNode* EntryNodeOfLoop(ListNode* pHead) { ListNode* fast = pHead; ListNo...
24.44186
82
0.409134
lonelyhentai
4f35272aa78ba07754287054e489887deb5ab885
20,601
cpp
C++
src/hook/hookdll.cpp
opiopan/fsmapper
4207b5396004df486944c86a407abaa809e32206
[ "Apache-2.0" ]
3
2022-01-18T13:50:33.000Z
2022-03-28T08:11:03.000Z
src/hook/hookdll.cpp
opiopan/fsmapper
4207b5396004df486944c86a407abaa809e32206
[ "Apache-2.0" ]
2
2022-02-06T15:54:56.000Z
2022-03-30T12:51:08.000Z
src/hook/hookdll.cpp
opiopan/fsmapper
4207b5396004df486944c86a407abaa809e32206
[ "Apache-2.0" ]
null
null
null
// // hookdll.cpp // Author: Hiroshi Murayama <opiopan@gmail.com> // #include <memory> #include <sstream> #include <map> #include <thread> #include <mutex> #include <condition_variable> #include <queue> #include <optional> #include <chrono> #define NO_SOL #include "tools.h" #include "apihook.h" #include "hookdll.h" ...
34.392321
144
0.528712
opiopan
4f355b1b9a0dd126865ee42d09593295c5e12312
2,994
cpp
C++
src/cidk/types/list.cpp
codr7/cidk
be88b548077484710edee11fbab5ef590de64fd1
[ "MIT" ]
24
2019-07-02T12:56:32.000Z
2020-12-24T12:49:43.000Z
src/cidk/types/list.cpp
codr7/cidk
be88b548077484710edee11fbab5ef590de64fd1
[ "MIT" ]
null
null
null
src/cidk/types/list.cpp
codr7/cidk
be88b548077484710edee11fbab5ef590de64fd1
[ "MIT" ]
null
null
null
#include "cidk/cx.hpp" #include "cidk/types/list.hpp" #include "cidk/val.hpp" namespace cidk { ListType::ListType(Cx &cx, const Pos &pos, Env &env, const Sym *id, const vector<Type *> &parents): TValType<List *>(cx, pos, env, id,...
25.372881
82
0.504676
codr7
4f35bd5fd3fea040ed73e565f4091a40688ae23a
82
hpp
C++
vendor/github.com/bep/golibsass/internal/libsass/check_nesting.hpp
f110/hugo
d99379094f1352ece8751b54ace8964d0811916e
[ "Apache-2.0" ]
17
2020-02-06T22:21:59.000Z
2022-02-17T09:14:36.000Z
vendor/github.com/bep/golibsass/internal/libsass/check_nesting.hpp
f110/hugo
d99379094f1352ece8751b54ace8964d0811916e
[ "Apache-2.0" ]
5
2020-02-12T14:41:49.000Z
2021-11-03T19:45:00.000Z
vendor/github.com/bep/golibsass/internal/libsass/check_nesting.hpp
f110/hugo
d99379094f1352ece8751b54ace8964d0811916e
[ "Apache-2.0" ]
5
2020-02-28T08:01:50.000Z
2021-06-14T14:28:58.000Z
#ifndef USE_LIBSASS_SRC #include "../../libsass_src/src/check_nesting.hpp" #endif
20.5
50
0.768293
f110
4f3824c296569ad64e03086812582bb229eaecc7
848
cpp
C++
LeetCode/IntegerToRoman.cpp
sawantaditi24/Competitive-Programming
36e024215d8041c92c5ec78a22561aaa0025f8d2
[ "MIT" ]
2
2019-08-27T21:48:55.000Z
2020-04-20T05:56:56.000Z
LeetCode/IntegerToRoman.cpp
gauravsingh58/competitive-programming
fa5548f435cdf2aa059e1d6ab733885790c6a592
[ "MIT" ]
1
2020-10-10T16:14:54.000Z
2020-10-10T16:14:54.000Z
LeetCode/IntegerToRoman.cpp
gauravsingh58/competitive-programming
fa5548f435cdf2aa059e1d6ab733885790c6a592
[ "MIT" ]
2
2020-10-21T17:12:05.000Z
2020-10-27T09:34:57.000Z
class Solution { public: string intToRoman(int num) { int a[7] = {1000,500,100,50,10,5,1}; char b[7] = {'M','D','C','L','X','V','I'}; char res[25]; int k = 0; for(int i = 0; i < 7; i+=2){ int c = num/a[i]; if(c == 4){ res[k++] = b[i]; ...
25.69697
50
0.264151
sawantaditi24
4f382b9582817ccbd7bfd27e1d1da26faf35ae0b
3,073
cpp
C++
src/static/INDI2/oldEIRlibs/eirFrameSource/FrameSourceBehavior.cpp
eirTony/INDI1
42642d8c632da53f60f2610b056547137793021b
[ "MIT" ]
null
null
null
src/static/INDI2/oldEIRlibs/eirFrameSource/FrameSourceBehavior.cpp
eirTony/INDI1
42642d8c632da53f60f2610b056547137793021b
[ "MIT" ]
14
2016-11-24T10:46:39.000Z
2016-12-10T07:24:15.000Z
src4/static/INDI2/oldEIRlibs/eirFrameSource/FrameSourceBehavior.cpp
eirTony/INDI1
42642d8c632da53f60f2610b056547137793021b
[ "MIT" ]
null
null
null
#include "FrameSourceBehavior.h" #include <QtCore/QString> #include <QtCore/QStringList> #include "version.h" #include "../../../common/version.h" #include "../eirExe/Log.h" #include "FrameSourcePlugin.h" FrameSourceBehavior::FrameSourceBehavior(void) : _plugin(0) { SETVERSION(); } FrameSourceBehavior * FrameSourc...
52.084746
102
0.744224
eirTony
4f39ab25f33aab4ed0bdd19b57e1d44869ba9bad
6,123
cpp
C++
test/sources/tools/match/test-group.cpp
Kartonagnick/tools-match
ec27ca94a031e04f072f8366bde2d567c29134c8
[ "MIT" ]
null
null
null
test/sources/tools/match/test-group.cpp
Kartonagnick/tools-match
ec27ca94a031e04f072f8366bde2d567c29134c8
[ "MIT" ]
7
2021-02-05T20:45:04.000Z
2021-03-09T15:12:14.000Z
test/sources/tools/match/test-group.cpp
Kartonagnick/tools-match
ec27ca94a031e04f072f8366bde2d567c29134c8
[ "MIT" ]
null
null
null
 // [2021y-02m-05d] Idrisov Denis R. #include <mygtest/test-list.hpp> #ifdef TEST_TOOLS_MATCH_GROUP #include <tools/match/group.hpp> #define TEST_CASE_NAME tools #define TEST_NUMBER(n) match_group_##n namespace me = ::TEST_CASE_NAME; //============================================================================== ...
24.991837
80
0.594317
Kartonagnick
4f3b4abe74977c98ba0884406eb41f62c0371972
744
cpp
C++
solutions/187.repeated-dna-sequences.253515083.ac.cpp
satu0king/Leetcode-Solutions
2edff60d76c2898d912197044f6284efeeb34119
[ "MIT" ]
78
2020-10-22T11:31:53.000Z
2022-02-22T13:27:49.000Z
solutions/187.repeated-dna-sequences.253515083.ac.cpp
satu0king/Leetcode-Solutions
2edff60d76c2898d912197044f6284efeeb34119
[ "MIT" ]
null
null
null
solutions/187.repeated-dna-sequences.253515083.ac.cpp
satu0king/Leetcode-Solutions
2edff60d76c2898d912197044f6284efeeb34119
[ "MIT" ]
26
2020-10-23T15:10:44.000Z
2021-11-07T16:13:50.000Z
class Solution { public: vector<string> findRepeatedDnaSequences(string s) { vector<string> ans; if (s.size() < 10) return ans; unordered_map<long long int, int> map; unordered_map<char, int> encode = {{'A', 1}, {'C', 2}, {'G', 3}, {'T', 4}}; long long int h = 1; long long int p = 1e9 +...
24
79
0.467742
satu0king
4f3b56905401c2fc790ca73af125401a5235e48a
929
cpp
C++
REDSI_1160929_1161573/boost_1_67_0/libs/hana/test/ext/std/array/searchable.cpp
Wultyc/ISEP_1718_2A2S_REDSI_TrabalhoGrupo
eb0f7ef64e188fe871f47c2ef9cdef36d8a66bc8
[ "MIT" ]
32
2019-02-27T06:57:07.000Z
2021-08-29T10:56:19.000Z
REDSI_1160929_1161573/boost_1_67_0/libs/hana/test/ext/std/array/searchable.cpp
Wultyc/ISEP_1718_2A2S_REDSI_TrabalhoGrupo
eb0f7ef64e188fe871f47c2ef9cdef36d8a66bc8
[ "MIT" ]
1
2019-04-04T18:00:00.000Z
2019-04-04T18:00:00.000Z
REDSI_1160929_1161573/boost_1_67_0/libs/hana/test/ext/std/array/searchable.cpp
Wultyc/ISEP_1718_2A2S_REDSI_TrabalhoGrupo
eb0f7ef64e188fe871f47c2ef9cdef36d8a66bc8
[ "MIT" ]
5
2019-08-20T13:45:04.000Z
2022-03-01T18:23:49.000Z
// Copyright Louis Dionne 2013-2017 // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt) #include <boost/hana/ext/std/array.hpp> #include <boost/hana/tuple.hpp> #include <laws/base.hpp> #include <laws/searchable.hpp> ...
29.03125
82
0.61141
Wultyc
4f3d8678d82dc91e80240b48fa851dfd6fd7b0ff
6,037
hpp
C++
src/backend/opencl/kernel/morph.hpp
ckeitz/arrayfire
a1a1bbbc8487a032eb27a6c894b1b3dfb19d123b
[ "BSD-3-Clause" ]
4
2015-12-16T09:41:32.000Z
2018-10-29T10:38:53.000Z
src/backend/opencl/kernel/morph.hpp
ckeitz/arrayfire
a1a1bbbc8487a032eb27a6c894b1b3dfb19d123b
[ "BSD-3-Clause" ]
3
2015-11-15T18:43:47.000Z
2015-12-16T09:43:14.000Z
src/backend/opencl/kernel/morph.hpp
pavanky/arrayfire
f983a79c7d402450bd2a704bbc1015b89f0cd504
[ "BSD-3-Clause" ]
null
null
null
/******************************************************* * Copyright (c) 2014, ArrayFire * All rights reserved. * * This file is distributed under 3-clause BSD license. * The complete license agreement can be obtained at: * http://arrayfire.com/licenses/BSD-3-Clause **********************************************...
33.91573
82
0.536856
ckeitz
4f3e81372f09ba59e55576ccd22b0aadaeef3962
2,470
cpp
C++
Trabalho1_CG/engine/src/camera.cpp
47Balboa/CG
1398ae37fe8d52248efd2534848f51fe15a19f96
[ "MIT" ]
1
2020-11-14T20:10:52.000Z
2020-11-14T20:10:52.000Z
Trabalho1_CG/engine/src/camera.cpp
47Balboa/CG
1398ae37fe8d52248efd2534848f51fe15a19f96
[ "MIT" ]
null
null
null
Trabalho1_CG/engine/src/camera.cpp
47Balboa/CG
1398ae37fe8d52248efd2534848f51fe15a19f96
[ "MIT" ]
1
2021-05-30T16:55:35.000Z
2021-05-30T16:55:35.000Z
#include "headers/camera.h" float deslA = float(2 * (M_PI) / 16.0); float deslB = float((M_PI) / 10.0); // responsavel por inicializar a camera. Camera::Camera() { camPosition = new Point(5.0, 5.0, 5.0); lookPoint = new Point(0.0, 0.0, 0.0); titl = new Point(0.0f, 1.0f, 0.0f); alfa = beta = 0.0; dist = 8.6f; } ...
23.52381
94
0.675709
47Balboa
4f3f31a4c59c671068bb6f4fc395f2682f353719
253,253
cpp
C++
src/core/Frontend.cpp
gameblabla/reeee3
1b6d0f742b1b6fb681756de702ed618e90361139
[ "Unlicense" ]
2
2021-03-24T22:11:27.000Z
2021-05-07T06:51:04.000Z
src/core/Frontend.cpp
gameblabla/reeee3
1b6d0f742b1b6fb681756de702ed618e90361139
[ "Unlicense" ]
null
null
null
src/core/Frontend.cpp
gameblabla/reeee3
1b6d0f742b1b6fb681756de702ed618e90361139
[ "Unlicense" ]
null
null
null
#define FORCE_PC_SCALING #define WITHWINDOWS #define WITHDINPUT #include "common.h" #ifndef PS2_MENU #include "crossplatform.h" #include "platform.h" #include "Frontend.h" #include "Font.h" #include "Pad.h" #include "Text.h" #include "main.h" #include "RwHelper.h" #include "Timer.h" #include "Game.h" #include "DMAudio....
37.254045
297
0.73025
gameblabla
4f3fd3b9026e1bdd9e65bbbf17431c749e9254ef
1,808
hpp
C++
include/boost/spirit/iterator/position_iterator_fwd.hpp
dstrigl/mcotf
92a9caf6173b1241a2f9ed45cd379469762b7178
[ "BSL-1.0" ]
1
2016-05-17T03:36:52.000Z
2016-05-17T03:36:52.000Z
include/boost/spirit/iterator/position_iterator_fwd.hpp
dstrigl/mcotf
92a9caf6173b1241a2f9ed45cd379469762b7178
[ "BSL-1.0" ]
null
null
null
include/boost/spirit/iterator/position_iterator_fwd.hpp
dstrigl/mcotf
92a9caf6173b1241a2f9ed45cd379469762b7178
[ "BSL-1.0" ]
null
null
null
/*============================================================================= Copyright (c) 2006 Tobias Schwinger Copyright (c) 2002-2006 Hartmut Kaiser http://spirit.sourceforge.net/ Use, modification and distribution is subject to the Boost Software License, Version 1.0. (See accompanying...
31.719298
89
0.615044
dstrigl
4f425a192d854d1a445168fc2446794b75e3215c
11,164
cpp
C++
QuantExt/test/blackvariancesurfacesparse.cpp
PiotrSiejda/Engine
8360b5de32408f2a37da5ac3ca7b4e913bf67e9f
[ "BSD-3-Clause" ]
null
null
null
QuantExt/test/blackvariancesurfacesparse.cpp
PiotrSiejda/Engine
8360b5de32408f2a37da5ac3ca7b4e913bf67e9f
[ "BSD-3-Clause" ]
null
null
null
QuantExt/test/blackvariancesurfacesparse.cpp
PiotrSiejda/Engine
8360b5de32408f2a37da5ac3ca7b4e913bf67e9f
[ "BSD-3-Clause" ]
1
2022-02-07T02:04:10.000Z
2022-02-07T02:04:10.000Z
/* Copyright (C) 2019 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...
40.893773
115
0.617879
PiotrSiejda
4f42c5afba5536aded54db2ddfa5a4e2d8f78561
2,713
cpp
C++
Codes/FacebookHackerCup/2019/Graphs-as-a-Service.cpp
fahimfarhan/legendary-coding-odyssey
55289e05aa04f866201c607bed00c505cd9c4df9
[ "MIT" ]
3
2019-07-20T07:26:31.000Z
2020-08-06T09:31:09.000Z
Codes/FacebookHackerCup/2019/Graphs-as-a-Service.cpp
fahimfarhan/legendary-coding-odyssey
55289e05aa04f866201c607bed00c505cd9c4df9
[ "MIT" ]
null
null
null
Codes/FacebookHackerCup/2019/Graphs-as-a-Service.cpp
fahimfarhan/legendary-coding-odyssey
55289e05aa04f866201c607bed00c505cd9c4df9
[ "MIT" ]
4
2019-06-20T18:43:32.000Z
2020-10-07T16:45:23.000Z
#ifdef _WIN32 #include <iostream> #include <sstream> #include <cstdio> #include <cmath> #include <cstring> #include <cctype> #include <string> #include <vector> #include <list> #include <set> #include <map> #include <queue> #include <stack> #include <algorithm> #include <functional> #else #include <bits/stdc++.h> #...
21.195313
63
0.406192
fahimfarhan
4f42fdd0a1cf4e08e07eda8b429c0afb254f0a77
367
cpp
C++
src/utils.cpp
jiviteshjain/SimpleRA
a09e6f9e74776e8b55011d8acfbe57bb83da8210
[ "MIT" ]
1
2021-05-05T05:08:24.000Z
2021-05-05T05:08:24.000Z
src/utils.cpp
jiviteshjain/SimpleRA
a09e6f9e74776e8b55011d8acfbe57bb83da8210
[ "MIT" ]
null
null
null
src/utils.cpp
jiviteshjain/SimpleRA
a09e6f9e74776e8b55011d8acfbe57bb83da8210
[ "MIT" ]
3
2021-09-24T11:17:38.000Z
2021-09-26T16:12:20.000Z
#include "global.h" string trim(const string& str, const string& whitespace) { const auto strBegin = str.find_first_not_of(whitespace); if (strBegin == std::string::npos) return ""; // no content const auto strEnd = str.find_last_not_of(whitespace); const auto strRange = strEnd - strBegin + 1...
30.583333
60
0.683924
jiviteshjain
4f43874e299b8f27c7716981a41982ee4f9052e1
159
cc
C++
src/sharedLibraries/source/ScanSupervisorSet.cc
venkate5hgunda/CSE598-Spring22-Group22-NetsDB
6c2dabd1a3b3f5901a97c788423fdd93cc0015d4
[ "Apache-2.0" ]
13
2022-01-17T16:14:26.000Z
2022-03-30T02:06:04.000Z
src/sharedLibraries/source/ScanSupervisorSet.cc
venkate5hgunda/CSE598-Spring22-Group22-NetsDB
6c2dabd1a3b3f5901a97c788423fdd93cc0015d4
[ "Apache-2.0" ]
1
2022-01-28T23:17:14.000Z
2022-01-28T23:17:14.000Z
src/sharedLibraries/source/ScanSupervisorSet.cc
venkate5hgunda/CSE598-Spring22-Group22-NetsDB
6c2dabd1a3b3f5901a97c788423fdd93cc0015d4
[ "Apache-2.0" ]
3
2022-01-18T02:13:53.000Z
2022-03-06T19:28:19.000Z
#ifndef SCAN_SUPERVISOR_SET_CC #define SCAN_SUPERVISOR_SET_CC #include "ScanSupervisorSet.h" #include "GetVTable.h" GET_V_TABLE(ScanSupervisorSet) #endif
13.25
30
0.823899
venkate5hgunda
4f4491327e77569017ceaa71b53dfa6f380cfbc9
6,748
cpp
C++
searchlib/src/vespa/searchlib/features/distancetopathfeature.cpp
atveit/vespa
545898728f29a9ed7fcae223bfb0c85f24227af8
[ "Apache-2.0" ]
null
null
null
searchlib/src/vespa/searchlib/features/distancetopathfeature.cpp
atveit/vespa
545898728f29a9ed7fcae223bfb0c85f24227af8
[ "Apache-2.0" ]
1
2021-01-21T01:37:37.000Z
2021-01-21T01:37:37.000Z
searchlib/src/vespa/searchlib/features/distancetopathfeature.cpp
atveit/vespa
545898728f29a9ed7fcae223bfb0c85f24227af8
[ "Apache-2.0" ]
null
null
null
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. #include "distancetopathfeature.h" #include "utils.h" #include <vespa/searchlib/fef/matchdata.h> #include <vespa/searchlib/fef/properties.h> #include <vespa/document/datatype/positiondatatype.h> #incl...
37.488889
126
0.561648
atveit
4f45f3786e8c2c30c3b20abcf0b7916d75975b41
3,466
cpp
C++
dev/cmake-3.5.1/Tests/Module/GenerateExportHeader/exportheader_test.cpp
hlzz/dotfiles
0591f71230c919c827ba569099eb3b75897e163e
[ "BSD-3-Clause" ]
4
2016-03-30T14:31:52.000Z
2019-02-02T05:01:32.000Z
dev/cmake-3.5.1/Tests/Module/GenerateExportHeader/exportheader_test.cpp
hlzz/dotfiles
0591f71230c919c827ba569099eb3b75897e163e
[ "BSD-3-Clause" ]
null
null
null
dev/cmake-3.5.1/Tests/Module/GenerateExportHeader/exportheader_test.cpp
hlzz/dotfiles
0591f71230c919c827ba569099eb3b75897e163e
[ "BSD-3-Clause" ]
null
null
null
#include "libshared.h" #include "libstatic.h" // #define BUILD_FAIL #ifndef BUILD_FAIL #define DOES_NOT_BUILD(function) #else #define DOES_NOT_BUILD(function) function #endif #include <fstream> #include <iostream> #include <stdlib.h> #include <string> void compare(const char* refName, const char* testName) { st...
23.261745
79
0.625793
hlzz
4f4c1ff57e5c81af749253f7588a26ce3b03094a
35,098
cpp
C++
src/qt/qmake/generators/makefiledeps.cpp
martende/phantomjs
5cecd7dde7b8fd04ad2c036d16f09a8d2a139854
[ "BSD-3-Clause" ]
1
2015-03-16T20:49:09.000Z
2015-03-16T20:49:09.000Z
src/qt/qmake/generators/makefiledeps.cpp
firedfox/phantomjs
afb0707c9db7b5e693ad1b216a50081565c08ebb
[ "BSD-3-Clause" ]
null
null
null
src/qt/qmake/generators/makefiledeps.cpp
firedfox/phantomjs
afb0707c9db7b5e693ad1b216a50081565c08ebb
[ "BSD-3-Clause" ]
null
null
null
/**************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the qmake application of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL...
36.446521
123
0.448544
martende
4f4e283295606eedac7b16d65824079da45d6cb5
862
cc
C++
src/job_server/job_handlers/job_handler.cc
varqox/sim
b115a4e858dda1288917243e511751b835c28482
[ "MIT" ]
12
2017-11-05T21:02:58.000Z
2022-03-28T23:11:51.000Z
src/job_server/job_handlers/job_handler.cc
varqox/sim
b115a4e858dda1288917243e511751b835c28482
[ "MIT" ]
11
2017-01-05T18:11:41.000Z
2019-11-01T12:40:55.000Z
src/job_server/job_handlers/job_handler.cc
krzyk240/sim
b115a4e858dda1288917243e511751b835c28482
[ "MIT" ]
6
2016-12-25T11:22:34.000Z
2020-10-20T16:03:51.000Z
#include "src/job_server/job_handlers/job_handler.hh" #include "sim/jobs/job.hh" #include "src/job_server/main.hh" using sim::jobs::Job; namespace job_server::job_handlers { void JobHandler::job_canceled() { STACK_UNWINDING_MARK; mysql.prepare("UPDATE jobs SET status=?, data=? WHERE id=?") .bind_and...
27.806452
84
0.704176
varqox
4f4e6389223987dbc6a42c6cb74bad32d1c59ffe
410
cpp
C++
src/Game/JavaScriptApp.cpp
pixelpicosean/mural
d6fbacbce2da39af25b44cd5861030573ca8709a
[ "Unlicense", "MIT" ]
33
2016-03-26T01:16:49.000Z
2022-02-23T10:46:31.000Z
src/Game/JavaScriptApp.cpp
pixelpicosean/mural
d6fbacbce2da39af25b44cd5861030573ca8709a
[ "Unlicense", "MIT" ]
4
2015-10-06T01:32:27.000Z
2015-10-06T01:35:41.000Z
src/Game/JavaScriptApp.cpp
pixelpicosean/mural
d6fbacbce2da39af25b44cd5861030573ca8709a
[ "Unlicense", "MIT" ]
14
2016-01-02T18:03:10.000Z
2022-01-29T03:47:53.000Z
// // JavaScriptApp.cpp // Mural // // Created by Sean on 10/22/15. // // #include "JavaScriptApp.hpp" JavaScriptApp::JavaScriptApp() { jsContext = duk_create_heap_default(); } JavaScriptApp::~JavaScriptApp() { duk_destroy_heap(jsContext); } static void register_MuImage(duk_context *jsContext) { duk_push_g...
15.769231
54
0.72439
pixelpicosean
4f4e895bec194a85ce445f437043005bbcc3e7ef
493
hpp
C++
Noxis/Sprite.hpp
mr-linch/noxis
7b8015bc36f478a81aafa3fb7ef84156ff642343
[ "MIT" ]
null
null
null
Noxis/Sprite.hpp
mr-linch/noxis
7b8015bc36f478a81aafa3fb7ef84156ff642343
[ "MIT" ]
3
2017-07-28T12:56:52.000Z
2017-07-28T12:56:52.000Z
Noxis/Sprite.hpp
mr-linch/noxis
7b8015bc36f478a81aafa3fb7ef84156ff642343
[ "MIT" ]
null
null
null
#pragma once #include "ns.hpp" #include "Node.hpp" #include <string> NOXIS_NS_BEGIN; class Texture; class Renderer; class Sprite : public Node { Texture *texture; public: /** * @brief Load sprite by path */ Sprite(const std::string &path, Node *parent = nullptr); /** * @brief Load ...
15.40625
60
0.638945
mr-linch
4f51cffcc357f8ebfe8d1bb1c9c51181ee7e51e5
1,646
hpp
C++
game/code/common/engine/render/ogl/oglrendertarget.hpp
justinctlam/MarbleStrike
64fe36a5a4db2b299983b0e2556ab1cd8126259b
[ "MIT" ]
null
null
null
game/code/common/engine/render/ogl/oglrendertarget.hpp
justinctlam/MarbleStrike
64fe36a5a4db2b299983b0e2556ab1cd8126259b
[ "MIT" ]
null
null
null
game/code/common/engine/render/ogl/oglrendertarget.hpp
justinctlam/MarbleStrike
64fe36a5a4db2b299983b0e2556ab1cd8126259b
[ "MIT" ]
2
2019-03-08T03:02:45.000Z
2019-05-14T08:41:26.000Z
#if defined( RENDER_PLAT_OPENGL ) #ifndef OGLRENDERTARGET_HPP #define OGLRENDERTARGET_HPP ////////////////////////////////////////////////////// // INCLUDES ////////////////////////////////////////////////////// #include "common/engine/render/rendertarget.hpp" #include "common/engine/system/array.hpp" #include "comm...
22.243243
58
0.563183
justinctlam
4f523bde93bd4b27c3820e60c214b7900ae1bd5e
7,433
cpp
C++
Game/Source/App.cpp
UriKurae/PlatformerGame
a4ff867c8e1eac4df4086c16f7b50bd2ce320926
[ "MIT" ]
1
2020-10-07T10:42:49.000Z
2020-10-07T10:42:49.000Z
Game/Source/App.cpp
UriKurae/PlatformerGame
a4ff867c8e1eac4df4086c16f7b50bd2ce320926
[ "MIT" ]
null
null
null
Game/Source/App.cpp
UriKurae/PlatformerGame
a4ff867c8e1eac4df4086c16f7b50bd2ce320926
[ "MIT" ]
null
null
null
#include "App.h" #include "Window.h" #include "Input.h" #include "Render.h" #include "Fonts.h" #include "Textures.h" #include "Audio.h" #include "Map.h" #include "EntityManager.h" #include "SceneManager.h" #include "Pathfinding.h" #include "Defs.h" #include "Log.h" #include <iostream> #include <sstream> // Construc...
18.041262
151
0.640118
UriKurae
4f5342d750c5ffda6e6e5e1937ca7d0cfe0a6f8e
1,893
hpp
C++
render/include/storm/render/pipeline/RenderPassDescription.hpp
Arthapz/StormKit
7c8dead874734d04b97776287b25bf2ebe9be617
[ "MIT" ]
17
2019-02-12T14:40:06.000Z
2021-12-21T12:54:17.000Z
render/include/storm/render/pipeline/RenderPassDescription.hpp
Arthapz/StormKit
7c8dead874734d04b97776287b25bf2ebe9be617
[ "MIT" ]
null
null
null
render/include/storm/render/pipeline/RenderPassDescription.hpp
Arthapz/StormKit
7c8dead874734d04b97776287b25bf2ebe9be617
[ "MIT" ]
2
2019-02-21T10:07:42.000Z
2020-05-08T19:49:10.000Z
// Copyright (C) 2021 Arthur LAURENT <arthur.laurent4@gmail.com> // This file is subject to the license terms in the LICENSE file // found in the top-level of this distribution #pragma once /////////// - STL - /////////// #include <vector> /////////// - StormKit::core - /////////// #include <storm/core/Has...
32.637931
89
0.672478
Arthapz
4f534b57fa6b44542a5f864d69198af1bff27b1f
2,286
hpp
C++
ql/time/calendars/mexico.hpp
reder2000/QuantLib
1d58c3859a0872722aa570283c6571aeb64f6f39
[ "BSD-3-Clause" ]
null
null
null
ql/time/calendars/mexico.hpp
reder2000/QuantLib
1d58c3859a0872722aa570283c6571aeb64f6f39
[ "BSD-3-Clause" ]
2
2020-12-28T06:52:54.000Z
2021-04-07T09:41:08.000Z
ql/time/calendars/mexico.hpp
reder2000/QuantLib
1d58c3859a0872722aa570283c6571aeb64f6f39
[ "BSD-3-Clause" ]
null
null
null
/* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* Copyright (C) 2005 StatPro Italia srl 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 ...
31.75
79
0.646107
reder2000
4f5581187d1018ad704ae31538a7144ac2b0c5ef
216
cpp
C++
PRACTICE/seriesX1.cpp
prasantmahato/CP-Practice
54ca79117fcb0e2722bfbd1007b972a3874bef03
[ "MIT" ]
null
null
null
PRACTICE/seriesX1.cpp
prasantmahato/CP-Practice
54ca79117fcb0e2722bfbd1007b972a3874bef03
[ "MIT" ]
null
null
null
PRACTICE/seriesX1.cpp
prasantmahato/CP-Practice
54ca79117fcb0e2722bfbd1007b972a3874bef03
[ "MIT" ]
null
null
null
#include <iostream> using namespace std; int main() { int testCases,x,i; long int result; cin>>testCases; while(testCases--) { cin>>x; result=((x*x*x)+x); cout<<result<<endl; } }
13.5
27
0.555556
prasantmahato
4f56456d00c9a1989a86d6eb4de59ae1e45678b5
10,697
cpp
C++
thrift/compiler/test/fixtures/any/gen-cpp2/module_types.cpp
dgrnbrg-meta/fbthrift
1d5f0799ef53feeb83425b6c9c79f86aeac7d9ed
[ "Apache-2.0" ]
null
null
null
thrift/compiler/test/fixtures/any/gen-cpp2/module_types.cpp
dgrnbrg-meta/fbthrift
1d5f0799ef53feeb83425b6c9c79f86aeac7d9ed
[ "Apache-2.0" ]
null
null
null
thrift/compiler/test/fixtures/any/gen-cpp2/module_types.cpp
dgrnbrg-meta/fbthrift
1d5f0799ef53feeb83425b6c9c79f86aeac7d9ed
[ "Apache-2.0" ]
null
null
null
/** * Autogenerated by Thrift for src/module.thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated @nocommit */ #include "thrift/compiler/test/fixtures/any/gen-cpp2/module_types.h" #include "thrift/compiler/test/fixtures/any/gen-cpp2/module_types.tcc" #include <thrift/lib/cpp2/...
31.186589
156
0.72525
dgrnbrg-meta
4f57322c8be696f55f021a6ddbf41b3c29ce0109
85,664
cpp
C++
mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-gen.cpp
Kvarnefalk/llvm-project
8b5f5798aaa24074609d151ea906d114cf5337c2
[ "Apache-2.0" ]
1
2021-02-17T04:40:38.000Z
2021-02-17T04:40:38.000Z
mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-gen.cpp
Kvarnefalk/llvm-project
8b5f5798aaa24074609d151ea906d114cf5337c2
[ "Apache-2.0" ]
null
null
null
mlir/tools/mlir-linalg-ods-gen/mlir-linalg-ods-gen.cpp
Kvarnefalk/llvm-project
8b5f5798aaa24074609d151ea906d114cf5337c2
[ "Apache-2.0" ]
null
null
null
//===- mlir-linalg-ods-gen.cpp - Linalg ODS generation from math form -----===// // // 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 // //===---------------------------...
35.281713
86
0.626471
Kvarnefalk
4f57f215b3901633f5add7a4e1fc35148c099e66
3,807
cpp
C++
src/ripple/protocol/impl/BuildInfo.cpp
Py9595/Backpack-Travel-Underlying-Code
c5758792eba7cdd62cb6ff46e642e8e4e4e5417e
[ "BSL-1.0" ]
null
null
null
src/ripple/protocol/impl/BuildInfo.cpp
Py9595/Backpack-Travel-Underlying-Code
c5758792eba7cdd62cb6ff46e642e8e4e4e5417e
[ "BSL-1.0" ]
null
null
null
src/ripple/protocol/impl/BuildInfo.cpp
Py9595/Backpack-Travel-Underlying-Code
c5758792eba7cdd62cb6ff46e642e8e4e4e5417e
[ "BSL-1.0" ]
null
null
null
//------------------------------------------------------------------------------ /* This file is part of rippled: https://github.com/ripple/rippled Copyright (c) 2012, 2013 Ripple Labs Inc. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby ...
27.388489
80
0.520357
Py9595
4f58ea592e68e55ee75ef24fc4230d0e6362d51e
5,465
cpp
C++
libs/spirit/repository/test/karma/subrule.cpp
anarthal/boost-unix-mirror
8c34eb2fe471d6c3113c680c1fbef29e7a8063a0
[ "BSL-1.0" ]
106
2015-08-07T04:23:50.000Z
2020-12-27T18:25:15.000Z
libs/spirit/repository/test/karma/subrule.cpp
anarthal/boost-unix-mirror
8c34eb2fe471d6c3113c680c1fbef29e7a8063a0
[ "BSL-1.0" ]
130
2016-06-22T22:11:25.000Z
2020-11-29T20:24:09.000Z
Libs/boost_1_76_0/libs/spirit/repository/test/karma/subrule.cpp
Antd23rus/S2DE
47cc7151c2934cd8f0399a9856c1e54894571553
[ "MIT" ]
41
2015-07-08T19:18:35.000Z
2021-01-14T16:39:56.000Z
// Copyright (c) 2001-2010 Hartmut Kaiser // Copyright (c) 2009 Francois Barel // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include <boost/config/warning_disable.hpp> #include <boost/detail/lightweight_t...
29.224599
80
0.526624
anarthal
4f593e6d6fc2ed18833140a7ded31452e56ae743
15,810
cpp
C++
drace-client/src/function-wrapper/event.cpp
siemens/drace
2679067783b1d8f39e4c370cd72a7626ebf5f8e8
[ "MIT", "MIT-0", "BSD-3-Clause" ]
32
2019-02-19T11:37:14.000Z
2022-01-07T16:09:27.000Z
drace-client/src/function-wrapper/event.cpp
siemens/drace
2679067783b1d8f39e4c370cd72a7626ebf5f8e8
[ "MIT", "MIT-0", "BSD-3-Clause" ]
86
2019-03-29T08:57:37.000Z
2021-06-30T16:13:06.000Z
drace-client/src/function-wrapper/event.cpp
siemens/drace
2679067783b1d8f39e4c370cd72a7626ebf5f8e8
[ "MIT", "MIT-0", "BSD-3-Clause" ]
4
2019-04-16T18:35:02.000Z
2021-06-17T16:49:48.000Z
/* * DRace, a dynamic data race detector * * Copyright 2018 Siemens AG * * Authors: * Felix Moessbauer <felix.moessbauer@siemens.com> * * SPDX-License-Identifier: MIT */ #include <detector/Detector.h> #include "ShadowThreadState.h" #include "function-wrapper.h" #include "globals.h" #include "memory-tracker....
33.495763
98
0.69475
siemens
4f5a1742b3ad8f375377fb6354275efc85dd23d3
7,767
cpp
C++
crypto32/crc.cpp
ab300819/applied-cryptography
3fddc4cda2e1874e978608259034d36c60a4dbba
[ "MIT", "Unlicense" ]
1
2021-04-17T05:01:00.000Z
2021-04-17T05:01:00.000Z
crypto32/crc.cpp
ab300819/applied-cryptography
3fddc4cda2e1874e978608259034d36c60a4dbba
[ "MIT", "Unlicense" ]
null
null
null
crypto32/crc.cpp
ab300819/applied-cryptography
3fddc4cda2e1874e978608259034d36c60a4dbba
[ "MIT", "Unlicense" ]
null
null
null
// crc.cpp - written and placed in the public domain by Wei Dai #include "pch.h" #include "crc.h" NAMESPACE_BEGIN(CryptoPP) /* Table of CRC-32's of all single byte values (made by makecrc.c) */ const word32 CRC32::m_tab[] = { #ifdef IS_LITTLE_ENDIAN 0x00000000L, 0x77073096L, 0xee0e612cL, 0x990951baL, 0x076dc419L, ...
49.158228
69
0.80739
ab300819
4f5a88805eb6699012adc8c240d45d64c730b2d9
32,197
cc
C++
tensorflow/lite/kernels/transpose_conv_test.cc
massimobernava/tensorflow
0a68ff9a205e14dd80fa0c51a0f6954d965f825e
[ "Apache-2.0" ]
1
2022-03-29T11:36:50.000Z
2022-03-29T11:36:50.000Z
tensorflow/lite/kernels/transpose_conv_test.cc
massimobernava/tensorflow
0a68ff9a205e14dd80fa0c51a0f6954d965f825e
[ "Apache-2.0" ]
1
2020-08-01T05:40:12.000Z
2020-08-01T05:40:12.000Z
tensorflow/lite/kernels/transpose_conv_test.cc
massimobernava/tensorflow
0a68ff9a205e14dd80fa0c51a0f6954d965f825e
[ "Apache-2.0" ]
null
null
null
/* Copyright 2020 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
39.798517
80
0.583967
massimobernava
4f5dc340417125c53fd371fd0fb4fc5db39e028d
5,008
cc
C++
compator/road/distidxloader.cc
yuchenECNU/VTree
32f98206b85cc9ac96f352c346c6316cf81efdca
[ "Unlicense" ]
null
null
null
compator/road/distidxloader.cc
yuchenECNU/VTree
32f98206b85cc9ac96f352c346c6316cf81efdca
[ "Unlicense" ]
null
null
null
compator/road/distidxloader.cc
yuchenECNU/VTree
32f98206b85cc9ac96f352c346c6316cf81efdca
[ "Unlicense" ]
null
null
null
/* ---------------------------------------------------------------------------- Author: Ken C. K. Lee Email: cklee@cse.psu.edu Web: http://www.cse.psu.edu/~cklee Date: Jan, 2008 Copyright(c) Ken C. K. Lee 2008 This program is for non-commerical use only. This program builds a distanc...
31.3
79
0.465855
yuchenECNU
4f5e749457807efbcd4e88ab5680aae845e0f9fa
1,061
hpp
C++
Kronos/src/Kronos/Application.hpp
razerx100/Kronos
37ee8a63a7b47a9046e1a17dd64ef69ea3d4e798
[ "Apache-2.0" ]
null
null
null
Kronos/src/Kronos/Application.hpp
razerx100/Kronos
37ee8a63a7b47a9046e1a17dd64ef69ea3d4e798
[ "Apache-2.0" ]
null
null
null
Kronos/src/Kronos/Application.hpp
razerx100/Kronos
37ee8a63a7b47a9046e1a17dd64ef69ea3d4e798
[ "Apache-2.0" ]
null
null
null
#ifndef __APPLICATION_HPP__ #define __APPLICATION_HPP__ #include "Core.hpp" #include "Window.hpp" #include "LayerStack.hpp" #include "Events/Event.hpp" #include "Events/ApplicationEvent.hpp" #include "Events/KeyEvent.hpp" #include "Events/MouseEvent.hpp" #include "Log.hpp" #include "Renderer/Renderer.hpp" ...
24.674419
57
0.713478
razerx100
4f60b3c775dfa9083074815d99c2eef2498907ad
34,809
cpp
C++
src/Native/Runtime/RuntimeInstance.cpp
OceanYan/corert
bc9671edca37502794c01647215519d4254d3ad4
[ "MIT" ]
null
null
null
src/Native/Runtime/RuntimeInstance.cpp
OceanYan/corert
bc9671edca37502794c01647215519d4254d3ad4
[ "MIT" ]
null
null
null
src/Native/Runtime/RuntimeInstance.cpp
OceanYan/corert
bc9671edca37502794c01647215519d4254d3ad4
[ "MIT" ]
null
null
null
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #include "common.h" #include "CommonTypes.h" #include "CommonMacros.h" #include "daccess.h" #include "PalRedhawkCommo...
33.631884
151
0.652676
OceanYan
4f60bffbea5a49d327875527f745a419e50b9cd6
4,972
cc
C++
aku/Lattice.cc
phsmit/AaltoASR
33cb58b288cc01bcdff0d6709a296d0dfcc7f74a
[ "BSD-3-Clause" ]
null
null
null
aku/Lattice.cc
phsmit/AaltoASR
33cb58b288cc01bcdff0d6709a296d0dfcc7f74a
[ "BSD-3-Clause" ]
null
null
null
aku/Lattice.cc
phsmit/AaltoASR
33cb58b288cc01bcdff0d6709a296d0dfcc7f74a
[ "BSD-3-Clause" ]
null
null
null
#include "Lattice.hh" Lattice::Lattice() { resize(0, 0, 0); } void Lattice::reset() { for (int f = 0; f < m_frames; f++) { if (m_ranges[f].unused()) break; reset_frame(f); } } void Lattice::resize(int frames, int positions, int block_size) { m_cells.resize(frames); m_ranges.resize(frames); ...
23.67619
80
0.617056
phsmit
4f60fce900dd4e3a5c71d4965db8a0fba311b0f0
35,379
cc
C++
ui/base/ime/chromeos/input_method_util.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
ui/base/ime/chromeos/input_method_util.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
ui/base/ime/chromeos/input_method_util.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 (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ui/base/ime/chromeos/input_method_util.h" #include <stddef.h> #include <algorithm> #include <functional> #include <map> #include <memory> ...
44.113466
80
0.749315
iridium-browser
4f6142310a48ea745dfa45240e0435f07882e0c3
2,588
hh
C++
server/core/internal/admin.hh
mariadb-ThienLy/MaxScale
0ba6fb79b930ba90c544594e3580fc46054f6666
[ "MIT" ]
null
null
null
server/core/internal/admin.hh
mariadb-ThienLy/MaxScale
0ba6fb79b930ba90c544594e3580fc46054f6666
[ "MIT" ]
null
null
null
server/core/internal/admin.hh
mariadb-ThienLy/MaxScale
0ba6fb79b930ba90c544594e3580fc46054f6666
[ "MIT" ]
null
null
null
/* * Copyright (c) 2018 MariaDB Corporation Ab * * Use of this software is governed by the Business Source License included * in the LICENSE.TXT file and at www.mariadb.com/bsl11. * * Change Date: 2026-01-04 * * On the date above, in accordance with the Business Source License, use * of this software will be g...
21.566667
85
0.612056
mariadb-ThienLy
4f6156a2f90a788b6d0b20117d25ab155a13d878
4,994
cpp
C++
independent_cng/src/spl_sqrt.cpp
zhang-ray/audio-processing-module
3e779965e1316dbc07c1bd5c547646de8c4350bb
[ "BSD-3-Clause" ]
25
2018-10-11T10:43:52.000Z
2021-11-28T12:43:40.000Z
independent_cng/src/spl_sqrt.cpp
zhang-ray/audio-processing-module
3e779965e1316dbc07c1bd5c547646de8c4350bb
[ "BSD-3-Clause" ]
1
2018-08-25T14:55:07.000Z
2018-08-25T14:55:07.000Z
independent_cng/src/spl_sqrt.cpp
zhang-ray/audio-processing-module
3e779965e1316dbc07c1bd5c547646de8c4350bb
[ "BSD-3-Clause" ]
7
2018-08-20T11:32:14.000Z
2021-11-10T07:07:42.000Z
/* * Copyright (c) 2011 The WebRTC 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 in the root of the source * tree. An additional intellectual property rights grant can be found * in the file PATENTS. All contribut...
25.479592
90
0.515819
zhang-ray
4f6255012e9a049ee51ccc1ee4608839014d214e
69,397
cxx
C++
TENDER/TenderSupplies/AliEMCALTenderSupply.cxx
aknospe/AliPhysics
bf2fb13800e25e98a1848ddc893301bb9da3828b
[ "BSD-3-Clause" ]
null
null
null
TENDER/TenderSupplies/AliEMCALTenderSupply.cxx
aknospe/AliPhysics
bf2fb13800e25e98a1848ddc893301bb9da3828b
[ "BSD-3-Clause" ]
null
null
null
TENDER/TenderSupplies/AliEMCALTenderSupply.cxx
aknospe/AliPhysics
bf2fb13800e25e98a1848ddc893301bb9da3828b
[ "BSD-3-Clause" ]
null
null
null
/************************************************************************** * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * * * Author: The ALICE Off-line Project. * * Contributors ...
32.158017
139
0.650172
aknospe
4f67f4cfd10fcca2277e7313cb37b7bdcd2f97c1
887
cpp
C++
src/TableFunctions/TableFunctionFile.cpp
lizhichao/ClickHouse
3f5dc37095ccca18de490fab162d6e3cb99756aa
[ "Apache-2.0" ]
8
2019-06-04T02:50:13.000Z
2022-02-10T06:46:51.000Z
src/TableFunctions/TableFunctionFile.cpp
lizhichao/ClickHouse
3f5dc37095ccca18de490fab162d6e3cb99756aa
[ "Apache-2.0" ]
16
2021-06-07T21:32:30.000Z
2022-03-31T21:08:29.000Z
src/TableFunctions/TableFunctionFile.cpp
lizhichao/ClickHouse
3f5dc37095ccca18de490fab162d6e3cb99756aa
[ "Apache-2.0" ]
2
2021-01-04T06:43:51.000Z
2021-05-14T03:17:13.000Z
#include <Storages/StorageFile.h> #include <Storages/ColumnsDescription.h> #include <Access/AccessFlags.h> #include <TableFunctions/TableFunctionFactory.h> #include <TableFunctions/TableFunctionFile.h> #include <Interpreters/Context.h> #include "registerTableFunctions.h" namespace DB { StoragePtr TableFunctionFile::ge...
36.958333
189
0.798196
lizhichao
4f693392a5ae36989618897b08f67bc7b7a73e3a
4,586
cpp
C++
src/Implement/RequestHandler.cpp
Jazz86/Group4
d48f610b57cbd01f8b072416036c1e64acbdc88d
[ "BSD-3-Clause" ]
null
null
null
src/Implement/RequestHandler.cpp
Jazz86/Group4
d48f610b57cbd01f8b072416036c1e64acbdc88d
[ "BSD-3-Clause" ]
19
2021-04-13T07:23:39.000Z
2021-06-29T04:43:15.000Z
src/Implement/RequestHandler.cpp
Jazz86/Group4
d48f610b57cbd01f8b072416036c1e64acbdc88d
[ "BSD-3-Clause" ]
3
2021-04-06T09:05:56.000Z
2021-04-13T10:08:15.000Z
// Copyright (c) 2021, 鍾淯丞, 周杰仕, 林仁鴻. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "RequestHandler.h" #include <netinet/in.h> #include <sys/socket.h> #include <sys/types.h> #include <unistd.h> #include <string> #include "FileOp...
36.110236
80
0.657436
Jazz86
4f6b6094454a9da7a3d6e3df839cf7a1e71ccae1
1,173
hpp
C++
common/include/cleantype/details/cleantype_fp/fp_interact.hpp
ChronoCube/AM225
6e0789095f59eeb426c9e4ae9b600be0c04eca61
[ "MIT" ]
81
2018-12-21T22:44:48.000Z
2022-01-01T22:14:59.000Z
common/include/cleantype/details/cleantype_fp/fp_interact.hpp
ChronoCube/AM225
6e0789095f59eeb426c9e4ae9b600be0c04eca61
[ "MIT" ]
null
null
null
common/include/cleantype/details/cleantype_fp/fp_interact.hpp
ChronoCube/AM225
6e0789095f59eeb426c9e4ae9b600be0c04eca61
[ "MIT" ]
8
2018-12-24T12:15:44.000Z
2021-06-16T19:19:51.000Z
// This file is part of cleantype: Clean Types for C++ // Copyright Pascal Thomet - 2018 // Distributed under the Boost Software License, Version 1.0. (see LICENSE.md) #pragma once #include <functional> #include <iostream> #include <iterator> namespace cleantype_fp_interact { template <typename F> std::functi...
27.928571
88
0.556692
ChronoCube
4f6c6cacb3a43bb61bc4dd168dea64f8f9968a95
347
cpp
C++
start_point/hiker.tests.cpp
cyber-dojo-start-points/gplusplus-assert
4389a864871bde913d9bbbbd404f03aa54409f7f
[ "BSD-2-Clause" ]
null
null
null
start_point/hiker.tests.cpp
cyber-dojo-start-points/gplusplus-assert
4389a864871bde913d9bbbbd404f03aa54409f7f
[ "BSD-2-Clause" ]
null
null
null
start_point/hiker.tests.cpp
cyber-dojo-start-points/gplusplus-assert
4389a864871bde913d9bbbbd404f03aa54409f7f
[ "BSD-2-Clause" ]
null
null
null
#include "hiker.hpp" #include <cassert> #include <iostream> namespace { void test_global_function() { assert(answer() == 42); } void test_instance_method() { assert(hiker().answer() == 42); } } int main() { test_global_function(); test_instance_method(); std::cout ...
14.458333
39
0.585014
cyber-dojo-start-points
4f6c702697b5852adefb8f08819a5e69936771e5
81,959
cpp
C++
ghost/src/stats/statsdota.cpp
m-unkel/OHSystem
4aa16eddf3a446ac6a1e7897adc2e6d8e69a8976
[ "Apache-2.0" ]
2
2016-06-15T09:16:49.000Z
2017-07-25T11:05:16.000Z
ghost/src/stats/statsdota.cpp
m-unkel/OHSystem
4aa16eddf3a446ac6a1e7897adc2e6d8e69a8976
[ "Apache-2.0" ]
2
2016-06-21T10:23:37.000Z
2016-06-21T11:04:39.000Z
ghost/src/stats/statsdota.cpp
m-unkel/OHSystem
4aa16eddf3a446ac6a1e7897adc2e6d8e69a8976
[ "Apache-2.0" ]
2
2016-06-16T17:21:18.000Z
2018-07-01T13:12:19.000Z
/** * Copyright [2013-2014] [OHsystem] * * We spent a lot of time writing this code, so show some respect: * - Do not remove this copyright notice anywhere (bot, website etc.) * - We do not provide support to those who removed copyright notice * * OHSystem is free software: You can redistribute it and/or modify * it un...
65.253981
1,330
0.38989
m-unkel
4f6e330884ab0ae26b1a29d792da3fc5a9aff545
194
cpp
C++
c++/lec1_jan27/counter.cpp
vyomshm/rust-programming
2942f1684b961e15d8ab92227ba83361828e1e4d
[ "Unlicense" ]
null
null
null
c++/lec1_jan27/counter.cpp
vyomshm/rust-programming
2942f1684b961e15d8ab92227ba83361828e1e4d
[ "Unlicense" ]
null
null
null
c++/lec1_jan27/counter.cpp
vyomshm/rust-programming
2942f1684b961e15d8ab92227ba83361828e1e4d
[ "Unlicense" ]
null
null
null
#include <iostream> using namespace std; int main(int argc, char** argv) { int n = 10; cout << "Number daal : \n"; cin >> n; int i = 0; while(i <= n) { cout << i << endl; i++; } }
12.125
33
0.520619
vyomshm
4f6efda1cd81a895ce28426aabc4627ba11e8b25
2,907
cpp
C++
bs_pvt/src/py_pvt.cpp
bs-eagle/bs-eagle
b1017a4f6ac2dcafba2deafec84052ddde792671
[ "BSD-3-Clause" ]
7
2015-07-16T22:30:36.000Z
2020-02-06T10:16:42.000Z
bs_pvt/src/py_pvt.cpp
bs-eagle/bs-eagle
b1017a4f6ac2dcafba2deafec84052ddde792671
[ "BSD-3-Clause" ]
null
null
null
bs_pvt/src/py_pvt.cpp
bs-eagle/bs-eagle
b1017a4f6ac2dcafba2deafec84052ddde792671
[ "BSD-3-Clause" ]
3
2017-01-05T20:06:28.000Z
2021-12-20T16:19:10.000Z
/** * \file py_pvt.cpp * \brief python wrappers for pvt_ * \author Sergey Miryanov (sergey-miryanov), sergey.miryanov@gmail.com * \date 08.05.2008 * \copyright This source code is released under the terms of * the BSD License. See LICENSE for more details. * */ #ifdef BS...
34.607143
104
0.72205
bs-eagle
4f6f00859496f3c26048d787615729a386b36663
3,777
hpp
C++
SuperReads_RNA/global-1/SuperReadsR/include/skip_list_map.hpp
wrf/stringtie
2e99dccd9a2e2ce51cfddcb3896984fa773697f7
[ "MIT" ]
255
2015-02-18T20:27:23.000Z
2022-03-18T18:55:35.000Z
SuperReads_RNA/global-1/SuperReadsR/include/skip_list_map.hpp
wrf/stringtie
2e99dccd9a2e2ce51cfddcb3896984fa773697f7
[ "MIT" ]
350
2015-03-11T14:24:06.000Z
2022-03-29T03:54:10.000Z
SuperReads_RNA/global-1/SuperReadsR/include/skip_list_map.hpp
wrf/stringtie
2e99dccd9a2e2ce51cfddcb3896984fa773697f7
[ "MIT" ]
66
2015-02-19T00:21:38.000Z
2022-03-30T09:52:23.000Z
/* SuperRead pipeline * Copyright (C) 2012 Genome group at University of Maryland. * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option...
38.540816
99
0.692348
wrf
4f703c8d19beffeacbe6d5f3a2da15a4d55eb5b5
4,371
cpp
C++
bt-maxsat/mcs.cpp
Laakeri/phylogeny-aaai
4b97a6da97fc2be0e466c2197fbd4b51c036cb5f
[ "MIT" ]
null
null
null
bt-maxsat/mcs.cpp
Laakeri/phylogeny-aaai
4b97a6da97fc2be0e466c2197fbd4b51c036cb5f
[ "MIT" ]
null
null
null
bt-maxsat/mcs.cpp
Laakeri/phylogeny-aaai
4b97a6da97fc2be0e466c2197fbd4b51c036cb5f
[ "MIT" ]
null
null
null
#include "mcs.hpp" #include <vector> #include <cassert> #include "utils.hpp" #include "graph.hpp" namespace triangulator { namespace mcs { std::vector<int> Mcs(const Graph& graph) { std::vector<int> order(graph.n()); static std::vector<int> label; static std::vector<char> rm; static std::vector<std::vector<...
29.14
95
0.554793
Laakeri
4f71d1a07ab12a37a137e20093f99469524a9339
27,722
cc
C++
src/devices/board/drivers/x86/acpi/fidl-test.cc
Prajwal-Koirala/fuchsia
ca7ae6c143cd4c10bad9aa1869ffcc24c3e4b795
[ "BSD-2-Clause" ]
null
null
null
src/devices/board/drivers/x86/acpi/fidl-test.cc
Prajwal-Koirala/fuchsia
ca7ae6c143cd4c10bad9aa1869ffcc24c3e4b795
[ "BSD-2-Clause" ]
2
2021-09-19T21:55:09.000Z
2021-12-19T03:34:53.000Z
src/devices/board/drivers/x86/acpi/fidl-test.cc
Prajwal-Koirala/fuchsia
ca7ae6c143cd4c10bad9aa1869ffcc24c3e4b795
[ "BSD-2-Clause" ]
null
null
null
// Copyright 2021 The Fuchsia 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/devices/board/drivers/x86/acpi/fidl.h" #include <fidl/fuchsia.hardware.acpi/cpp/wire.h> #include <lib/fidl/llcpp/vector_view.h> #include <zi...
40.52924
100
0.600859
Prajwal-Koirala
4f71dae7f6dd5b08d7a0290cee6a62620cf7145c
693
cpp
C++
spoj/SMPSEQ6.cpp
cosmicray001/Online_judge_Solutions-
5dc6f90d3848eb192e6edea8e8c731f41a1761dd
[ "MIT" ]
3
2018-01-08T02:52:51.000Z
2021-03-03T01:08:44.000Z
spoj/SMPSEQ6.cpp
cosmicray001/Online_judge_Solutions-
5dc6f90d3848eb192e6edea8e8c731f41a1761dd
[ "MIT" ]
null
null
null
spoj/SMPSEQ6.cpp
cosmicray001/Online_judge_Solutions-
5dc6f90d3848eb192e6edea8e8c731f41a1761dd
[ "MIT" ]
1
2020-08-13T18:07:35.000Z
2020-08-13T18:07:35.000Z
#include <bits/stdc++.h> #define le 105 using namespace std; int n[le]; int m[le]; bool fnc(int key, int ct, int len, int x){ int i = ct - x, f = ct + x; if(i < 0) i = 0; if(f >= len) f = len - 1; for(int c = i; c <= f; c++){ if(key == m[c]) return 1; } return 0; } int main(){ in...
21
53
0.408369
cosmicray001
4f72bd378c6ba8febc3482cee9f6fca0f28ebc22
3,177
hpp
C++
ngraph/core/include/openvino/op/roi_align.hpp
lsc31/openvino
c00b0b6ae402c781a19cacf966fd4ac379ec5370
[ "Apache-2.0" ]
1
2021-07-14T07:20:24.000Z
2021-07-14T07:20:24.000Z
ngraph/core/include/openvino/op/roi_align.hpp
lsc31/openvino
c00b0b6ae402c781a19cacf966fd4ac379ec5370
[ "Apache-2.0" ]
35
2020-11-13T16:32:58.000Z
2022-03-12T15:05:16.000Z
ngraph/core/include/openvino/op/roi_align.hpp
sungeunk/openvino
c55291d62fced468570d15594738a7db6ef31c9d
[ "Apache-2.0" ]
null
null
null
// Copyright (C) 2018-2021 Intel Corporation // SPDX-License-Identifier: Apache-2.0 // #pragma once #include "openvino/op/op.hpp" namespace ov { namespace op { namespace v3 { class OPENVINO_API ROIAlign : public Op { public: OPENVINO_OP("ROIAlign", "opset3", op::Op, 3); BWDCMP_RTTI_DECLARATION; enum clas...
32.418367
98
0.647466
lsc31
4f7342d0f47f28890fe3f1f7d842b32032c21894
9,005
hpp
C++
src/lua_api.hpp
Dmitry450/sfml-lua-game
43b5c355440e913a4405fa3f44d50c4968ebe9c9
[ "Unlicense" ]
null
null
null
src/lua_api.hpp
Dmitry450/sfml-lua-game
43b5c355440e913a4405fa3f44d50c4968ebe9c9
[ "Unlicense" ]
null
null
null
src/lua_api.hpp
Dmitry450/sfml-lua-game
43b5c355440e913a4405fa3f44d50c4968ebe9c9
[ "Unlicense" ]
null
null
null
#ifndef LUA_API_HPP #define LUA_API_HPP #include <lua.hpp> #include <iostream> #include <SFML/Graphics/Rect.hpp> #include <SFML/System/Vector2.hpp> #include <vector> #include "entitymgr.hpp" #include "entity.hpp" #include "world.hpp" #include "resource_holder.hpp" #include "animation.hpp" #include "player.hpp" // Re...
30.117057
94
0.708828
Dmitry450