blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c327f1aaa38a98fe9a36ba3436a2cbba4ed73326 | 6bca781fd0ed49f083f2896686a7f806f68cc6e8 | /src/SleeepSort.hpp | 07e49ba26ebcfa1cba0cd6a0e0ac9d989c581575 | [] | no_license | nkgautam94/DataStructures-Algorithms | eea99607ffb7ce5278918183eda59877cbe39780 | d63fbc98dedfbc1e256ffbc9ac0c135c839311e1 | refs/heads/master | 2021-05-17T07:13:21.779099 | 2020-07-21T21:32:02 | 2020-07-21T21:32:02 | 250,691,418 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 626 | hpp | #include<iostream>
#include<vector>
#include<thread>
#include<future>
class SleepSort
{
public:
static void execute()
{
std::vector<int> _vector_{2,3,4,5,4,2,3,4,5,6};
std::vector<std::future<void>> _future_;
for(auto _number_ : _vector_)
{
_future_.push_back(std::as... | [
"nikhilgautam94@gmail.com"
] | nikhilgautam94@gmail.com |
5eb68704dd392b1e4916c4eddfa08d7a51a09da6 | 06c15fb5309f624a6b82d9b11ecc4d222566f7ae | /labplus_box/firmware_online15.07.15/OneWire.cpp | 22f703780d290296ba6e62e73ef6549d6288cbe2 | [] | no_license | tigerlet/Mixly_Company_Extend | 406d10c948069df9f77a7c05130f97eb09ee4c6c | b924108e37fac26708f27a27109701bfe1486b04 | refs/heads/master | 2020-11-29T11:25:08.944662 | 2019-12-12T09:58:40 | 2019-12-12T09:58:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,894 | cpp | /*
Copyright (c) 2007, Jim Studt (original old version - many contributors since)
The latest version of this library may be found at:
http://www.pjrc.com/teensy/td_libs_OneWire.html
Version 2.1:
Arduino 1.0 compatibility, Paul Stoffregen
Improve temperature example, Paul Stoffregen
DS250x_PROM example, Guill... | [
"bnu_l@126.com"
] | bnu_l@126.com |
267a85582be7c502098bc0a494f57dd3158b320d | 7673eb9368edcd11abc54456fe7d3cb1860f9326 | /message-time.cpp | 58aef133fabee36446f81f17a694e031de712a79 | [
"MIT"
] | permissive | bvanderhaar/mpi-messageperformance | 7642c55e9d74bfd778a5471f14da0161f85372ac | 93dcf8ba1cf2ab9851ce464c53a8f833a3c0109d | refs/heads/master | 2021-01-10T12:58:33.032689 | 2015-11-30T22:25:21 | 2015-11-30T22:25:21 | 47,076,955 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,318 | cpp | #include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <mpi.h>
#define MASTER 0
#define TAG 0
#define MSGSIZE 1
#define MAX 25
int main(int argc, char *argv[]) {
int my_rank, source, num_nodes;
char my_host[MAX];
char message[MSGSIZE];
MPI_Init(&argc, &argv);
MPI_Comm_rank(MPI_COMM_WORLD, &my_... | [
"brett.vanderhaar@gmail.com"
] | brett.vanderhaar@gmail.com |
e8fc2808480ec717ab27c14617e9fe0fb47564b2 | f6191ebb2500f6174bc7e9a1a5d9be20567b1793 | /fitneuron/injectors/Leak.cpp | 2468d95ef885288f421306cb0094fd3a3b67bd77 | [] | no_license | acsutt0n/code | 3d5c5c7f1dbe08c4438f8891b6aec6721fc07d68 | cf26f127136fd7ba6499b1c45408bc050e5336a7 | refs/heads/master | 2021-01-21T04:26:57.743286 | 2016-04-14T13:52:05 | 2016-04-14T13:52:05 | 29,685,562 | 0 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 833 | cpp | #include "OhmicChannel.h"
class Leak : public OhmicChannel<0,0>
{
public:
// Define the parameters of the ion channel
virtual void defineParameters(ParameterDescriptionList & parametersList,
const list<Trace> & traces,
NeuronModel & model);... | [
"acsutt0n@gmail.com"
] | acsutt0n@gmail.com |
85bf2d968da5baf771723f6add3d019c7f85ebfb | d30db1788cc80a77ce5a7cf3832065ce5051377d | /include/diary.h | 49b4492c41b7db916e4397f38711278bee1ebeb6 | [] | no_license | Natanlimap/diario | abe1572933ed92dec7a7f0ab804a0642c860b8f7 | 784459663df6044b6df7effd8ca5959fc715b5cc | refs/heads/master | 2022-11-14T19:09:02.494506 | 2020-07-03T19:45:23 | 2020-07-03T19:45:23 | 273,475,507 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 634 | h | #ifndef W5N_DIARY_H
#define W5N_DIARY_H
#include <sstream>
#include "../include/message.h"
#include "../include/datetime.h"
#include <string>
#include <iostream>
#include <fstream>
#include <datetime.h>
#include <vector>
struct Diary{
std::string filename;
size_t size;
size_t max;
std::vector<Message> messages;
... | [
"natanlimap@gmail.com"
] | natanlimap@gmail.com |
60b809be2bccc988e436d7b19e30bf09cc90f394 | 79da638f1edeb2b0ee49d8400a962712504832f0 | /src/util/writerUtils.cpp | ed04073b9b5722eede2ea89cc981b89b1e368e2a | [] | no_license | andy-hanson/noze | 1ca3e5937ceb944caa26aec9de3b474e21a67ecc | ad00c46ed21a73e100599ebb9991ba64726656c4 | refs/heads/master | 2020-06-12T16:54:13.407053 | 2019-09-21T20:22:41 | 2019-09-24T05:14:17 | 194,363,810 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,661 | cpp | #include "./writerUtils.h"
void writePath(Writer* writer, const Path* p) {
if (has(p->parent)) {
writePath(writer, force(p->parent));
writeChar(writer, '/');
}
writeStr(writer, p->baseName);
}
void writeRelPath(Writer* writer, const RelPath p) {
repeat(p.nParents, [&]() {
writeStatic(writer, "../");
});
w... | [
"andy.pj.hanson@gmail.com"
] | andy.pj.hanson@gmail.com |
8601b6517e4dc4328e122a81f1dc343e11226f2d | 3841f7991232e02c850b7e2ff6e02712e9128b17 | /小浪底泥沙三维/EV_Xld/jni/src/EV_SpatialInterface_Java/wrapper/idatasourcefactory_wrapperjava.cpp | bed6879ed1790ce9a3c45c29da340d25f8783781 | [] | no_license | 15831944/BeijingEVProjects | 62bf734f1cb0a8be6fed42cf6b207f9dbdf99e71 | 3b5fa4c4889557008529958fc7cb51927259f66e | refs/heads/master | 2021-07-22T14:12:15.106616 | 2017-10-15T11:33:06 | 2017-10-15T11:33:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 47,763 | cpp | /* This file is produced by the JNI AutoWrapper Utility
Copyright (c) 2012 by EarthView Image Inc */
#include "spatialinterface/idatasourcefactory.h"
#include <jni.h>
#include "core_java/global_reference.h"
#include "core_java/jni_load.h"
#include <typeinfo>
namespace EarthView
{
namespace World
{
namespace Spati... | [
"yanguanqi@aliyun.com"
] | yanguanqi@aliyun.com |
4083b16c03b6273d9955f1f392536cec83ec3d84 | 0f368ea09805ce9aae5a435c8f98d09be9c32bf4 | /src/OperatorOverride.cpp | 101c9a5879ad580890281fccb8100ff2d4fe2e5b | [] | no_license | KerryLiau/Practice_in_Cpp | a6392d53e252f7ea49b91c67d7399c54ba626a93 | c0e547c8e6918d12375ddf89c0f4b774fdef5130 | refs/heads/master | 2023-03-22T12:28:54.423618 | 2021-03-13T11:40:11 | 2021-03-13T11:40:11 | 326,430,823 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 666 | cpp | //
// Created by User on 2021/1/3.
//
#include <iostream>
class TestOperatorOverride
{
public:
static void Run()
{
std::cout << "============================= " << "Test Operator Override" << " =============================" << std::endl;
TestOperatorOverride foo{};
std::cout << "befor... | [
"ifutheyou@hotmail.com"
] | ifutheyou@hotmail.com |
7b5ae8f95e67e1f1b35720f4978ca80cec158f36 | 26ba18f15532023552cf9523feb84a317b47beb0 | /JUCE/modules/juce_analytics/analytics/juce_ButtonTracker.h | cb585e9e5b3e3f6cd4f46fbdfe1e786613540917 | [
"MIT",
"GPL-1.0-or-later",
"GPL-3.0-only",
"ISC",
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-proprietary-license"
] | permissive | Ultraschall/ultraschall-soundboard | d3fdaf92061f9eacc65351b7b4bc937311f9e7fc | 8a7a538831d8dbf7689b47611d218560762ae869 | refs/heads/main | 2021-12-14T20:19:24.170519 | 2021-03-17T22:34:11 | 2021-03-17T22:34:11 | 27,304,678 | 27 | 3 | MIT | 2021-02-16T20:49:08 | 2014-11-29T14:36:19 | C++ | UTF-8 | C++ | false | false | 2,799 | h | /*
==============================================================================
This file is part of the JUCE library.
Copyright (c) 2020 - Raw Material Software Limited
JUCE is an open source library subject to commercial or open-source
licensing.
By using JUCE, you agree to the terms of both the... | [
"daniel@lindenfelser.de"
] | daniel@lindenfelser.de |
e2d3a3d9dd287bc4c3fbe3a0700eaabb90cfa19f | 6a766f496554c743b0c958ac8b997fb807a5d93d | /test/string/size_size_pointer_size.pass.cpp | 85ead043cf5fa143888be8532413388574846cd2 | [
"Apache-2.0"
] | permissive | comnik/crossbow | 0924eb76ea261d3e9ea0ca760cb70c2032f8f90a | e1c6e43a9e793eb6c6946f8ca3e9b065cc480340 | refs/heads/master | 2021-01-15T23:27:14.651731 | 2016-07-19T16:26:37 | 2016-07-19T16:26:37 | 62,585,818 | 0 | 0 | null | 2016-07-04T20:14:36 | 2016-07-04T20:14:36 | null | UTF-8 | C++ | false | false | 68,837 | cpp | //===----------------------------------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------... | [
"mpilman@inf.ethz.ch"
] | mpilman@inf.ethz.ch |
e4a5f6bd4a3dfc1f5297c775be1d5d63d5f56f34 | 2e3f7d511efc89fa54c99545ce5e0bcbe9456974 | /tests/microBench_stream_dp_strm/src_pers/PersAdd_prim.cpp | 4bb7cbaab1751664ecf3ec4dfe27fd1b090c88a8 | [
"BSD-3-Clause"
] | permissive | PacificBiosciences/OpenHT | a3aab4ddf01c9339899531d737de4ee38a35bd2e | 63898397de4d303ba514d88b621cc91367ffe2a6 | refs/heads/master | 2021-06-03T19:43:09.920841 | 2020-09-24T14:32:52 | 2020-09-24T14:32:52 | 33,895,564 | 1 | 1 | null | 2015-04-13T21:39:54 | 2015-04-13T21:39:53 | null | UTF-8 | C++ | false | false | 911 | cpp | #include "Ht.h"
#include "PersAdd_prim.h"
ht_prim ht_clk("clk") void add_wrap (
bool const & rst,
uint64_t const & i_a,
uint64_t const & i_b,
bool const & i_vld,
bool & o_rdy,
uint64_t & o_res,
bool & o_vld,
add_prm_state & s)
{
#ifndef _HTV
// Inputs ... | [
"cbaronne@micron.com"
] | cbaronne@micron.com |
d5226253196f8424c213736380c350c630565e04 | 2bfcbe999eec441451cba6be47282b06c7fab631 | /Omega0_Pi4/Eigen_C++/main.cpp | 73dd369e045ad92cf0258b8a2485a456c221ded8 | [] | no_license | yonggwi-cho/lattice_twistor | 8f24a592b60fc71ef61d8232272fe2808e8ab7e2 | 5f4150d08abaf6d839fa07a937ed3b508c65f7cf | refs/heads/master | 2022-04-22T19:26:50.119234 | 2020-04-25T15:07:41 | 2020-04-25T15:07:41 | 256,689,133 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 140 | cpp | #include<iosream>
int main(){
int Ns = argv[1];
dirac = Twistor(Ns);
dirac.set_matrix();
dirac.eigen_solver();
dirac.print();
}
| [
"yonggwi.cho@gmail.com"
] | yonggwi.cho@gmail.com |
0de1cd567109c66c9da67acfbf92b32794c2e5c9 | 20c0807c5fd11ba549bf4d01a049a35cb6e0c030 | /lcm_hpp/cpp/my_lcm_fs_lcmt.hpp | 61d4e60477a5201368360f13039a2f8ad2e03034 | [] | no_license | ZJ-science/lcm_test | 3946b5ca7b9142dac3ca017c34aef26f7f3b6879 | 2db070eac7bde80875dedec4af17ba1017915d1c | refs/heads/master | 2023-01-11T06:57:55.733217 | 2020-11-17T14:57:47 | 2020-11-17T14:57:47 | 313,646,050 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,436 | hpp | /** THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT MODIFY
* BY HAND!!
*
* Generated by lcm-gen
**/
#ifndef __my_lcm_fs_lcmt_hpp__
#define __my_lcm_fs_lcmt_hpp__
#include <lcm/lcm_coretypes.h>
#include <string>
class my_lcm_fs_lcmt
{
public:
std::string name;
int16_t id;
int8_... | [
"985324779@qq.com"
] | 985324779@qq.com |
c5dfd546a7a3664ead415d78fa7af7d64c8cce74 | 82b788176c45b596980ae178884e7a055c625715 | /Codeforces/415/D [Mashmokh and ACM].cpp | a0fd56109b88f113598f9ff57fbbff7a140b739f | [] | no_license | RanadevVarma/CP | ebf1afa5895cfa461c920a1a93939b28242b5b88 | 752b89e68296a337d1cc3845c991e8a80522a5fa | refs/heads/master | 2020-03-25T06:53:06.954666 | 2018-08-04T13:12:23 | 2018-08-04T13:12:23 | 143,530,105 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,276 | cpp | // Author - Ranadev Varma
// Codeforces Handle - Ranadev_CaptainR
// Codechef Handle - ranadev
#pragma comment(linker, "/stack:200000000")
#pragma GCC optimize("Ofast")
#pragma GCC target("sse,sse2,sse3,ssse3,sse4,popcnt,abm,mmx,avx,tune=native")
#include <iostream>
#include <string>
#include <cstri... | [
"me16btech11020@iith.ac.in"
] | me16btech11020@iith.ac.in |
c2ac8cf6852779caa3ce47040a7df638ca672684 | 0b0b84f2eb3ea769a35a004519e81dc8eb25cd9d | /pygattlib/src/gattservices.cpp | 7eff03d576c434810b061273d17ae0df25350141 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | vksgaikwad3/BLE-Python-Wrapper | 2f0bd6d2e1fffd9a8cd78be29fe5f1d01493fd39 | 184df90e132b36c5d0098336dbedac5dff33f9df | refs/heads/master | 2020-05-21T22:50:23.147281 | 2016-12-12T10:25:43 | 2016-12-12T10:25:43 | 65,820,482 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,541 | cpp | // -*- mode: c++; coding: utf-8; tab-width: 4 -*-
// Copyright (C) 2014, Oscar Acena <oscaracena@gmail.com>
// This software is under the terms of Apache License v2 or later.
#include <bluetooth/bluetooth.h>
#include <bluetooth/hci.h>
#include <bluetooth/hci_lib.h>
#include <exception>
#include "gattlib.h"
#include... | [
"vksgaikwad3@gmail.com"
] | vksgaikwad3@gmail.com |
99ff3fbc9e1d516e4d43dc8d5cbeae1b22f06923 | 6ac96a57f2d6e1f1fca264209b76811909df8681 | /joi/2017/b.cpp | 0f236774255ed518f95ef491eecefd0fbed6c757 | [] | no_license | SBidaibek/acm | ac85ca9b5ae158113e95c3d851c76c61ccd04c6f | b358a79f8753d2c3f9888ab8a5b22b0ec25d15db | refs/heads/master | 2020-04-22T17:19:43.625322 | 2019-02-15T06:22:14 | 2019-02-15T06:22:14 | 170,537,539 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,162 | cpp | #include <bits/stdc++.h>
using namespace std;
#define forn(i, x, n) for (int i = int(x); i <= int(n); ++i)
#define for1(i, n, x) for (int i = int(n); i >= int(x); --i)
#define x first
#define y second
#define pb push_back
typedef long long ll;
typedef pair <ll, ll> pii;
typedef long double ld;
typedef v... | [
"sanzhar.bidaibek@gmail.com"
] | sanzhar.bidaibek@gmail.com |
d25204b0cc2a4b4cfa6fd34b9c0e4c1ba32d1081 | d052e2c1ef05fac22cf3d55f873322d09c19b373 | /trt_pose/cover_table.h | 4ead1971b8c34e31f7e8ce0f3c895b762554cde4 | [
"MIT"
] | permissive | thunder95/tensorrtx | c979f680967a3e80cc306d9e4e643a5ffd59f7bb | 5d039f4741d6d9309c105a5271451d5da44415d1 | refs/heads/master | 2022-05-14T08:41:14.352271 | 2022-04-06T14:12:28 | 2022-04-06T14:12:28 | 224,801,626 | 5 | 0 | MIT | 2019-11-29T07:38:08 | 2019-11-29T07:38:08 | null | UTF-8 | C++ | false | false | 1,302 | h | //
// Created by hl on 22-3-1.
//
#ifndef TRTPOSE_COVER_TABLE_H
#define TRTPOSE_COVER_TABLE_H
#pragma once
#include <memory>
#include <vector>
class TrtPoseCoverTable {
public:
TrtPoseCoverTable(int nrows, int ncols) : nrows(nrows), ncols(ncols) {
char delay[256] = {0}; // FIXME: 这里只是象征性的延时一下,因为出现过多次ro... | [
"you@example.com"
] | you@example.com |
c0310b16be27fec0048e557ae3997233bb5d9b2d | 947a7b36ae14f52e9b105ec5b52cdc7fc4d3c032 | /include/AbstractGraph.hh | 5a36be382a3811295f0ab861904fefe9c9890cd1 | [] | no_license | xyyyt/graph_theory_algorithm | 6fb5b0ed38935af5439d1edd6fec9e532bb20cd8 | d3790bea176bbb902ec444f5ff2833451ffae44b | refs/heads/master | 2022-04-12T03:35:04.017717 | 2020-03-30T13:18:45 | 2020-03-30T13:18:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,253 | hh | #ifndef ABSTRACT_GRAPH_HH_
# define ABSTRACT_GRAPH_HH_
# include <string>
# include <ostream>
# include <fstream>
namespace graph
{
namespace dijkstra
{
class DijkstraFileParser;
}
namespace bellman_ford
{
class BellmanFordFileParser;
}
namespace astar
{
class AStarFileParser;
}
c... | [
"f.pham.pro@gmail.com"
] | f.pham.pro@gmail.com |
16963cfda3617d9d1b25529d2afe81b9fff7f001 | a7c07b78c1497807b2fdd77a2a805ac48cc0351b | /src/core/models/genotype/uniform_genotype_prior_model.hpp | c269c45643585392e58a984d7c1b11f0312e6bc4 | [
"MIT"
] | permissive | luntergroup/octopus | 4cedb3a51f6b91271ab316303fda6bded6362d86 | 17a597d192bcd5192689bf38c5836a98b824867a | refs/heads/develop | 2022-08-18T02:16:40.058928 | 2022-07-08T15:09:38 | 2022-07-08T15:09:38 | 30,291,133 | 311 | 45 | MIT | 2022-02-04T00:24:36 | 2015-02-04T09:24:53 | C++ | UTF-8 | C++ | false | false | 1,189 | hpp | // Copyright (c) 2015-2021 Daniel Cooke
// Use of this source code is governed by the MIT license that can be found in the LICENSE file.
#ifndef uniform_genotype_prior_model_hpp
#define uniform_genotype_prior_model_hpp
#include "genotype_prior_model.hpp"
namespace octopus {
class UniformGenotypePriorModel : public ... | [
"dcooke@well.ox.ac.uk"
] | dcooke@well.ox.ac.uk |
8da47202dfbaeaa494c04fe7abbcc4649df2097b | 83c99e33fe6c0f4cbbe7f229ead69f69f28aff9e | /test/node.h | 5800d29fd8d02806b58f0ad7e23bc59b4f1e266c | [] | no_license | smjn/programs | 0e41cb4e9df8af67768eb3878fae084bfa47ed27 | 3ec65f543871a19ee04ecf5cd4d0ecd3ae4cb873 | refs/heads/master | 2023-01-23T15:46:44.346998 | 2020-12-07T10:59:58 | 2020-12-07T10:59:58 | 39,536,795 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 376 | h | #ifndef NODE_H
#define NODE_H
class Node{
private:
int m_data;
Node *m_l;
Node *m_r;
Node *m_p;
public:
Node(int aData);
Node* getLeft();
Node* getRight();
Node* getParent();
void setLeft(Node *aLeft);
void setRight(Node *aRight);
void setParent(Node *aParent);
void setD... | [
"sushant@zen3"
] | sushant@zen3 |
3d339952723e08ef64be606f6fe2ec6b8d38b25e | 2a4304a7092ef8853ef167eb6f367ca9af9c5476 | /Source/SketchBot_Complete_jk/main1.cpp | 87da0d70fc50391708c7efa04a8232e2e750fe3b | [] | no_license | ssaurabh41/Sketch-Bot | 80939f0147b445663675fe46eb97153e2ddd2f0f | 0947b8a8b5897ec33d1c36a61a9ea02a7f5ad2d2 | refs/heads/master | 2021-05-29T03:01:42.719980 | 2015-04-19T15:03:38 | 2015-04-19T15:03:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,273 | cpp | #include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv/cv.h>
#include <iostream>
using namespace cv;
using namespace std;
//analyser for the purpose of making the '!' back to ' ' which we had deliberately done in java so that theres no problem in cin in cpp
string analyser(string inp... | [
"ssaurabh41@gmail.com"
] | ssaurabh41@gmail.com |
5f49d6c8c12e026dcd9f00ed45f54f2a782c2001 | 31c38c6fa9d1aa2ad0ce113e7084cb8c0f7bc956 | /SDK/BreathingBubble_Struct_structs.h | 197867379cafeabc32e0b39e52d3c9ab3bf31e23 | [] | no_license | xnf4o/DBD_SDK_461 | d46feebba60aa71285479e4c71ff5dbf5d57b227 | 9d4fb29a75b63f4bd8813d4ee0cdb897aa792a58 | refs/heads/main | 2023-04-12T22:27:19.819706 | 2021-04-14T22:09:39 | 2021-04-14T22:09:39 | 358,058,055 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,962 | h | #pragma once
// Name: DeadByDaylight, Version: 4.6.1
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Script Structs
//--------------------------------------------... | [
"xnf4o@inbox.ru"
] | xnf4o@inbox.ru |
8a940c699f549f5a62d1ebe0bd5a3be6e130af1f | 5b449ac6ef9c0527ed05140bb3d87db7af56a343 | /Heap_Radix Sort/sort_utilities.h | 64a70732706dca18dcf837046637edfd275ae703 | [
"MIT"
] | permissive | siddharthk07/Algorithms | c9460e02a8a3a6dad39659a547bbd4589bb61837 | da92b91a2decb9149f2dc4d07216b115cbe48bcf | refs/heads/master | 2022-05-05T13:21:07.984555 | 2018-01-29T01:10:38 | 2018-01-29T01:10:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,175 | h | void swap(int *xp, int *yp)
/**
Swaps two integer numbers.
@param Two integer values.
@return The volume of the sphere.
*/
{
int temp = *xp;
*xp = *yp;
*yp = temp;
}
void print_array(int arr[], int n)
{
/**
Accepts an array and print the elements .
@param A integer array and size o... | [
"think.siddharth@gmail.com"
] | think.siddharth@gmail.com |
d920979234be58b91e7cc24c7187efb30120c699 | 63c7c7e07cf23aa82b6a61a516174da63504f095 | /西北大学新生寒假训练(2)——贪心/c.cpp | 0d674db2cf6b6622b4003d79cd5cce99451d1862 | [] | no_license | Linfanty/Code-in-Freshman | 3b174b6fab510dc1aa214d760f050ca1618afc8d | b60b99f520c4740c6b8306880680a610f054f403 | refs/heads/master | 2021-01-24T12:37:29.255747 | 2018-02-27T15:10:29 | 2018-02-27T15:10:29 | 123,144,148 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 761 | cpp | #include<stdio.h>
#include<string.h>
#include<algorithm>
#include<sstream>
#include<iostream>
#include<math.h>
#include<stdlib.h>
typedef long long ll;
using namespace std;
struct Node
{
ll c;
ll d;
}node[100001];
bool cmp(Node x,Node y)
{
if(x.d == y.d ) return x.c < y.c ;
return x.d < y.d ;
}
int main()
{
ll n... | [
"wty2003728@163.com"
] | wty2003728@163.com |
663c3989a740e7408bd069b0bf006a1fc9e9e081 | 877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a | /app/src/main/cpp/dir7941/dir7942/dir8062/dir8063/dir12766/dir12767/dir19789/dir19910/dir19945/file19999.cpp | cd8aafc31aecad3461edb8de8240f057a4d3ea27 | [] | no_license | tgeng/HugeProject | 829c3bdfb7cbaf57727c41263212d4a67e3eb93d | 4488d3b765e8827636ce5e878baacdf388710ef2 | refs/heads/master | 2022-08-21T16:58:54.161627 | 2020-05-28T01:54:03 | 2020-05-28T01:54:03 | 267,468,475 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 115 | cpp | #ifndef file19999
#error "macro file19999 must be defined"
#endif
static const char* file19999String = "file19999"; | [
"tgeng@google.com"
] | tgeng@google.com |
464f2683aa1ebf8ed5e62a69efd627192816f2d6 | fc90eb39b56b6974115ba781673d913bedf648ec | /JSONShowUtil.h | c1a5f5ab1fd19d5b0e0e9c9368e3acd127acd063 | [] | no_license | DifferentN/APIUI | 10fa64cf0b04317c74d068b3d05054f7f70d5074 | 400f034753e3e3dd3f570c6edca75117d6c54c37 | refs/heads/master | 2023-03-14T18:09:28.872447 | 2021-02-27T08:13:24 | 2021-02-27T08:13:24 | 324,682,275 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,025 | h | #ifndef JSONSHOWUTIL_H
#define JSONSHOWUTIL_H
#endif // JSONSHOWUTIL_H
#include <QJsonDocument>
#include <QJsonParseError>
#include <QFile>
#include <QJsonObject>
#include <QDebug>
#include <QJsonArray>
#include <QTreeWidget>
class JSONShowUtil{
public:
QTreeWidgetItem * addInstance(QTreeWidget *treeWidght... | [
"1791673642@qq.com"
] | 1791673642@qq.com |
5fd72130e162d9147e9abb4f70b71619f9d7cb77 | eb79ba72919a99ebfe0100adc0ba15eb66f27609 | /tmp/moc/moc_dyparameterwidget.cpp | 3e72551be95ada76561a7a1f628f2f8052a2777e | [] | no_license | lawrencetang/K5500Source | 7f5d280272bc4c6d9b17122acb8135899676a888 | 810d2d75ee55da3b324c618d8c67ef3da3443808 | refs/heads/master | 2020-03-07T08:41:27.619933 | 2018-04-03T01:14:53 | 2018-04-03T01:14:53 | 127,385,731 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,449 | cpp | /****************************************************************************
** Meta object code from reading C++ file 'dyparameterwidget.h'
**
** Created by: The Qt Meta Object Compiler version 67 (Qt 5.4.2)
**
** WARNING! All changes made in this file will be lost!
***************************************************... | [
"526785371@qq.com"
] | 526785371@qq.com |
699113be6123d645b31efad1090c91c9aa1cb483 | e8f9ae79912960999c19703f419f65e174b19c30 | /practice dsa/practice segment.cpp | ca7650cecb41a41e6395cb1932c541ef5c054bcc | [] | no_license | nk185545/c-DSA | a57e5e6d637fc57ca19b2321c451ea64824aa1e0 | 7fc609dba21a4b6f9451bd4785b84273906865d9 | refs/heads/master | 2023-04-03T21:59:42.022675 | 2021-04-18T10:07:45 | 2021-04-18T10:07:45 | 346,781,781 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 986 | cpp | #include<iostream>
#include<math.h>
using namespace std;
void createSegment(int segment[],int arr[],int l,int h,int i)
{
if(l==h)
{
segment[i]=arr[l];
return;
}
int mid=(l+h)/2;
createSegment(segment,arr,l,mid,2*i+1);
createSegment(segment,arr,mid+1,h,2*i+2);
segment[i]=segment[2*i+1]+segment[2*i+2];
... | [
"neetukumawat661@gmail.com"
] | neetukumawat661@gmail.com |
cb81dc8d1e3d3e5e4769465c71048197d2ce98a5 | 225e82d7a70bfeb544d758c4a01321701ff06a61 | /root/TMVA/TMVA/include/TMVA/Types.cxx | 1c6f1cf5c8a204b5d5a409f1286818f1551fea48 | [
"BSD-3-Clause"
] | permissive | govoni/learn | 9760494d592ba09a98e08939818415857d015371 | cb02b6621af73efdbf1e64e5fc39ecd9e72516af | refs/heads/master | 2021-01-19T18:51:14.476573 | 2019-07-22T09:05:26 | 2019-07-22T09:05:26 | 101,170,943 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,120 | cxx | // @(#)root/tmva $Id: Types.cxx,v 1.27 2008/01/09 23:52:32 stelzer Exp $
// Author: Andreas Hoecker, Joerg Stelzer, Helge Voss
/**********************************************************************************
* Project: TMVA - a Root-integrated toolkit for multivariate data analysis *
* Package: TMVA ... | [
"pietro.govoni@gmail.com"
] | pietro.govoni@gmail.com |
b2484ab938f964e62adebfeb1eebb8bdd3cf72d4 | 08b8cf38e1936e8cec27f84af0d3727321cec9c4 | /data/crawl/squid/hunk_7749.cpp | c2d9fd0fc1157849418aa0198c7ea0c9e92f0d71 | [] | no_license | ccdxc/logSurvey | eaf28e9c2d6307140b17986d5c05106d1fd8e943 | 6b80226e1667c1e0760ab39160893ee19b0e9fb1 | refs/heads/master | 2022-01-07T21:31:55.446839 | 2018-04-21T14:12:43 | 2018-04-21T14:12:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 516 | cpp | {
squid_read_data_t *data;
- data = (squid_read_data_t *) xmalloc(sizeof(squid_read_data_t));
- memset(data, '\0', sizeof(squid_read_data_t));
+ data = xcalloc(1, sizeof(squid_read_data_t));
data->sentry = sentry;
data->fd = file_open((char *) ConfigFile, NULL, O_RDONLY);
- storeAppendPrin... | [
"993273596@qq.com"
] | 993273596@qq.com |
38d3117699433e79ec236ee836e5c259d20015cd | 7b764e4f509d56fcc7638974f453bbb21df7d645 | /18127208_w06/18127208_Week06_03/18127208_Ex01/NhanVienCongNhat.cpp | 34d25f22fe946387e970e9f5c6a4560fddf96cb6 | [] | no_license | thaintp/lthdt-18clc1-18127208 | 775b3a95e18feda2dea60711b9a56357fa657a8d | c814645892ebd7f351010e536e944da04f8ce58e | refs/heads/master | 2022-01-15T15:33:50.990639 | 2019-07-24T03:56:14 | 2019-07-24T03:56:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 334 | cpp | #include "NhanVienCongNhat.h"
bool NhanVienCongNhat::input() {
NhanVien::input();
std::cout << "The number of days: ";
std::cin >> days;
return true;
}
void NhanVienCongNhat::display() {
NhanVien::display();
std::cout << "\nThe number of days: " << days;
}
uint32_t NhanVienCongNhat::getSalary() {
return days * ... | [
"hacbangtam@gmail.com"
] | hacbangtam@gmail.com |
3f6a83f7bc5395ce7cec92bd31a900a03abe1236 | 529bec42b6ceef6c4b52e6c692d5694a5aa58277 | /arduino/libraries/Arduino_BHY2/src/sensors/Sensor.cpp | 01c696e060f0832bac5d633bd9c35b694671437a | [] | no_license | seapat/SmartIOT | 4b165bf4f0c8c95a29eaabb83de9f949461b812c | 203ad08c6e7e5b6ddadd4ca61d1c3d7ab091f59e | refs/heads/master | 2023-07-30T03:44:31.019489 | 2021-09-28T19:53:55 | 2021-09-28T19:53:55 | 411,418,372 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 696 | cpp | #include "Sensor.h"
#include "SensorManager.h"
Sensor::Sensor() :
_id(0),
_subscribed(false)
{
}
Sensor::Sensor(uint8_t id) :
_id(id),
_subscribed(false)
{
}
Sensor::~Sensor()
{
disable();
}
uint8_t Sensor::id()
{
return _id;
}
void Sensor::configure(float rate, uint32_t latency)
{
SensorConfigura... | [
"Sean@DESKTOP-9JUULL6"
] | Sean@DESKTOP-9JUULL6 |
d45894afddc194cbb0cf89ca3ee6bd6cb8bfd850 | e76a956153dd9886449f808a5051f1ca9348f4f1 | /34.cpp | da220da4432b61ea74d1a0c89c38fe1f8328d053 | [] | no_license | grahampicard/my-project-euler | e7c6ba5718a77e7ce1c9383e2070511a4ba7a39d | 74d7199ac9c5f6ccecf8bc039c9dd3d017a7495f | refs/heads/main | 2023-08-29T21:31:13.480434 | 2021-11-03T02:21:21 | 2021-11-03T02:21:21 | 408,908,691 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 423 | cpp | #include <iostream>
int factorial(int num) {
int prod = 1;
while (num > 0) {
prod *= num;
num -= 1;
}
return prod;
}
int main() {
int sums = 0;
for (int i = 3; i < 1000000; ++i) {
int sum = 0;
int val = i;
while (val >= 1) {
sum += factorial(val % 10);
val = val / 10;
... | [
"grahampicard@gmail.com"
] | grahampicard@gmail.com |
ea7c3ef0c4ef96469ff96b3d5c9a6c74c80b8cde | 6f5f57aa6933e4d78dd301d4c42a50b56c116e70 | /video/1-display-video.cc | 1d64096b66f65d23bde238516434811e82a54431 | [] | no_license | SageWu/opencv-example | c932a749a0facffdcf998cab4207e8cb729dfac5 | 57de45a1af47a951c4ce9d3b2b83350c68244f56 | refs/heads/master | 2023-04-11T12:39:10.674983 | 2021-04-18T09:22:03 | 2021-04-18T09:22:03 | 356,908,829 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 422 | cc | #include <iostream>
#include <opencv2/highgui.hpp>
#include <opencv2/imgcodecs.hpp>
using namespace std;
using namespace cv;
int main() {
string path = "static/test_video.mp4";
// 从视频文件捕获数据
VideoCapture cap(path);
Mat img;
while (true)
{
// 读取帧
bool res = cap.read(img);
if (!res) {
brea... | [
"sq13592829287@gmail.com"
] | sq13592829287@gmail.com |
25ad808f2932f010209c34127c11a1e0690971bc | 06bed8ad5fd60e5bba6297e9870a264bfa91a71d | /appslib/vsdecodercreationaction.cpp | d52a16c18621da24ed1c6b6d15f2c6720f9573e9 | [] | no_license | allenck/DecoderPro_app | 43aeb9561fe3fe9753684f7d6d76146097d78e88 | 226c7f245aeb6951528d970f773776d50ae2c1dc | refs/heads/master | 2023-05-12T07:36:18.153909 | 2023-05-10T21:17:40 | 2023-05-10T21:17:40 | 61,044,197 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,608 | cpp | #include "vsdecodercreationaction.h"
#include "jmrijframe.h"
#include "vsdecodermanager.h"
#include "logger.h"
#include "file.h"
#include "vsdecoderpreferences.h"
#include "loadvsdfileaction.h"
//VSDDecoderCreationAction::VSDDecoderCreationAction()
//{
//}
/**
* Create a new VSDecoder Pane.
*
* @author Mark Underwo... | [
"allenck@windstream.net"
] | allenck@windstream.net |
297436c5721cadfb007f90c64bf63c498f610a82 | 0c420e8b97af7a1dacb668b1b8ef1180a8d47588 | /Backup2306/EvCoreLibraries/EvImaging/Jpeg/jcinit.cpp | 1d61a8b45f4fafbd7e4a9aca05b6092abb7bac1a | [] | no_license | Spritutu/Halcon_develop | 9da18019b3fefac60f81ed94d9ce0f6b04ce7bbe | f2ea3292e7a13d65cab5cb5a4d507978ca593b66 | refs/heads/master | 2022-11-04T22:17:35.137845 | 2020-06-22T17:30:19 | 2020-06-22T17:30:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,366 | cpp | /*
* jcinit.c
*
* Copyright (C) 1991-1997, Thomas G. Lane.
* This file is part of the Independent JPEG Group's software.
* For conditions of distribution and use, see the accompanying README file.
*
* This file contains initialization logic for the JPEG compressor.
* This routine is in charge of selecting the m... | [
"huynhbuutu@gmail.com"
] | huynhbuutu@gmail.com |
166f8fba7c18c9755cae8d7c97fe77889f433bb8 | 72c85ade1ec0a6e764915882021cdc5489a032b8 | /HAL/voice.h | 876f24463efccf23636883d93b92be922f4ae220 | [] | no_license | ealauer/Animatronic_Research | 20ed7dd6b4f6c0ed4885e994057e065b754c099d | 2c38326bc9054cfa2b4784b757a046daf2d333cf | refs/heads/master | 2023-04-04T18:00:30.981218 | 2021-04-10T19:34:08 | 2021-04-10T19:34:08 | 334,732,397 | 0 | 0 | null | 2021-04-08T20:03:51 | 2021-01-31T18:55:16 | C++ | UTF-8 | C++ | false | false | 2,477 | h | /**********************************************************************************
Voice
Has overall class definition and private and public functions
Modified from "WaveFilePlayer.ino" Example from Teensy Audio Library
Edited by Ethan Lauer on 2/8/20
**************************************************... | [
"ealauer@wpi.edu"
] | ealauer@wpi.edu |
38c4e94b1cf9de299e6aae70766320aa0ff778b2 | 6bb31dbf0e90b090389f2925656313881e625fbc | /src/time_utility.h | 97ab681fd511d01c27ed592cb3ec1d2e4dabfe64 | [] | no_license | heroinlin/ncnn_inference_test | b2349e507ea2d81a6265b680f17e377439fec093 | df3e68f885eeb90d6211fa8900f0522615a212c3 | refs/heads/master | 2022-11-22T03:54:16.471434 | 2020-07-21T04:58:33 | 2020-07-21T04:58:33 | 271,491,961 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 576 | h | #pragma once
#include <iostream>
#ifdef _WIN32
#include <Windows.h>
#else
#include <sys/time.h>
#include <unistd.h>
#endif
struct STime
{
#ifdef _WIN32
LARGE_INTEGER m_t;
#else
struct timeval m_t;
#endif
};
void get_current_time(STime& t);
double compute_duration_time(
const struct STime& st... | [
"heroinlj@gmail.com"
] | heroinlj@gmail.com |
749f8745496954340d3e8b75dce7b3d53ed7acac | 8380b5eb12e24692e97480bfa8939a199d067bce | /Carberp Botnet/source - absource/pro/all source/DropSploit1/src/share/utils.cpp | a48ba8a3fa9bed04fc4415212199063967049fe7 | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | RamadhanAmizudin/malware | 788ee745b5bb23b980005c2af08f6cb8763981c2 | 62d0035db6bc9aa279b7c60250d439825ae65e41 | refs/heads/master | 2023-02-05T13:37:18.909646 | 2023-01-26T08:43:18 | 2023-01-26T08:43:18 | 53,407,812 | 873 | 291 | null | 2023-01-26T08:43:19 | 2016-03-08T11:44:21 | C++ | UTF-8 | C++ | false | false | 15,303 | cpp | #include <intrin.h>
#include <windows.h>
#include <stdio.h>
#include <shlwapi.h>
#include <shlobj.h>
#include <imagehlp.h>
#include "ntdll.h"
#include "utils.h"
static UINT rand_val = 0;
UINT GetRand(UINT uMin, UINT uMax)
{
if (!rand_val) rand_val = GetTickCount();
rand_val = (rand_val * 214013L + 253... | [
"fdiskyou@users.noreply.github.com"
] | fdiskyou@users.noreply.github.com |
8f6adfc87fd91b7f6c757d8a1dfaef7f05b391d5 | d08f72f9b0f6251edb91871c3e63df376957cde7 | /include/model_multiplexer.hpp | 8f5deb9dcf03498bfc0d5bc14b5a323c344a8dcb | [] | no_license | whitead/WordModel | 5dfafd67c1c75c87b6859e4b29dd1275f4ca4c6b | 0788d107e42234a83d294355f9d02d01df02ee93 | refs/heads/master | 2020-04-05T05:16:49.408898 | 2015-03-22T13:49:20 | 2015-03-22T13:49:20 | 21,846,028 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,528 | hpp | #ifndef WORD_MULTIPLEXER_H
#define WORD_MULTIPLEXER_H
namespace wordmodel {
template<class ModelType>
class ModelMultiplexer : public WordModel {
public:
ModelMultiplexer(int levels) {
for(int i = 0; i < levels; i++)
models_.push_back( ModelType() );
}
using WordModel::get_prediction;
... | [
"white.d.andrew@gmail.com"
] | white.d.andrew@gmail.com |
c09ca58728e040446865f065ef3bdd12d7236cc5 | 9e679221fa536577658e59bfb6a36cf2b9b665f6 | /code/functions.cpp | ca8b36f73199b09cb3e6f8821fcf12b4594c6727 | [] | no_license | useRbozeman/abcRcpp | 479dcede3c49411b838388f8381c8f5339cd4634 | ec88f50c651f92774fa0ff1ee65f05e43eecc87e | refs/heads/master | 2021-01-10T19:32:02.411898 | 2014-07-14T15:18:28 | 2014-07-14T15:18:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 460 | cpp | #include <Rcpp.h>
double compare(double, double);
using namespace Rcpp;
// [[Rcpp::export]]
double findMax(NumericVector x)
{
int i;
int n = x.size();
double max = x[0];
for (i=1; i <n; i++)
{
max = compare(x[i], max);
}
return max;
}
double ... | [
"mdlerch@gmail.com"
] | mdlerch@gmail.com |
868a8317d590223612a4922ab82757310f16c824 | 32d668f1e3bd29181e4416cc929b37f43ea73f30 | /arduino/sketch_sep29b_serial_test/sketch_sep29b_serial_test.ino | 125e70f957f208f4c71cbe7286391510e1b84fab | [
"MIT"
] | permissive | coreyabshire/marv | 0156739e9f89daf2d368adb56d58b3f9e720da42 | b2c791eb1b2b5be0f275e3b50d8df362df2e644e | refs/heads/master | 2021-07-24T10:17:28.878374 | 2017-11-01T22:46:25 | 2017-11-01T22:46:25 | 105,480,558 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,163 | ino | #include <Wire.h>
#include <Adafruit_Sensor.h>
#include <Adafruit_BNO055.h>
#include <utility/imumaths.h>
/* Set the delay between fresh samples */
#define BNO055_SAMPLERATE_DELAY_MS (100)
Adafruit_BNO055 bno = Adafruit_BNO055();
void setup() {
// put your setup code here, to run once:
Serial1.begin(9600);
Ser... | [
"corey.abshire@gmail.com"
] | corey.abshire@gmail.com |
290d0c41b13d5bf28231e6e94a38c03f7e9cecfd | 87a5ac093c5b23200d9867bc38842870db8367a7 | /cinemagraph_editor/opencv2.framework/Versions/A/Headers/gapi/gscalar.hpp | 0d8d9f70bb01a4e2bedc57300e8093e3f9f99e31 | [
"MIT"
] | permissive | GeonHyeongKim/cinemagraph_editor | 738b77f41f2f9bfd9cbace0a20290711ff786bfd | 20639c63a5a3cf55267fb5f68f56a74da5820652 | refs/heads/master | 2021-04-23T08:55:13.970568 | 2020-06-05T09:51:51 | 2020-06-05T09:51:51 | 249,914,931 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 129 | hpp | version https://git-lfs.github.com/spec/v1
oid sha256:85a9a0f5cad9e882725d4d12a803ec46f29168206adb8353716e336e0953f1d7
size 2356
| [
"geonhyeong.dev@gmail.com"
] | geonhyeong.dev@gmail.com |
c26e0b1f369d9a5bfd8c95c6c9d819d7423e307d | cb2a3e7a57b33f5deccae2d830c89722443d223b | /service/JHIMain.h | b8d6b2845524f16bc83ccb05775debe053cb208e | [
"Apache-2.0"
] | permissive | light1021/dynamic-application-loader-host-interface | 084f49619e480565d97bb7f5edb1e0fdcf82fa6d | 4e0d265cd1e96c0a49bf3f3061901ac3d7856f98 | refs/heads/master | 2020-07-23T08:59:02.176394 | 2019-09-10T08:36:51 | 2019-09-10T08:36:51 | 207,506,697 | 0 | 0 | Apache-2.0 | 2019-09-10T08:36:19 | 2019-09-10T08:36:19 | null | UTF-8 | C++ | false | false | 1,447 | h | /*
Copyright 2010-2016 Intel Corporation
This software is licensed to you in accordance
with the agreement between you and Intel Corporation.
Alternatively, you can use this file in compliance
with the Apache license, Version 2.
Apache License, Version 2.0
Licensed under the Apache License, Ve... | [
"haim.mousan@intel.com"
] | haim.mousan@intel.com |
7f07ea4dbe5f1ddaf8bbc0b7675926bc41e0e242 | 9889e7fd73314382fb2f9e8f63d92cf3254b75fb | /ThirdParty/NairnMPMFEA/NairnMPM/src/Custom_Tasks/CalcJKTask.cpp | eb3f21f48a7c438f35924f9e2941f20dd5a9b966 | [] | no_license | bbanerjee/ParSim | 0b05f43cff8e878658dc179b4a604eabd873f594 | 87f87816b146f40013a5e6648dfe20f6d2d002bb | refs/heads/master | 2023-04-27T11:30:36.252023 | 2023-04-13T22:04:50 | 2023-04-13T22:04:50 | 13,608,512 | 16 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 6,832 | cpp | /********************************************************************************
CalcJKTask.cpp
nairn-mpm-fea
Created by John Nairn on Fri Aug 15 2003.
Copyright (c) 2003 John A. Nairn, All rights reserved.
********************************************************************************/
#include... | [
"b.banerjee.nz@gmail.com"
] | b.banerjee.nz@gmail.com |
66ce34c4d0fff3a6f49d09a7815e23b849c81e1d | 7d7252efbe0e323907775e56480d779a6199992d | /EndtermImageProcessing/FourierTransform.cpp | a77b8abf43a1754a185d1f97cd20694b7f36d82e | [] | no_license | auduongtansang/EndtermImageProcessing | fc23c03c5ad638f93f7bcce9dbfb763fee07f603 | 25a1b2656299edc5274271de79eb43375b20377f | refs/heads/master | 2020-09-21T18:15:45.806966 | 2019-12-13T06:23:06 | 2019-12-13T06:23:06 | 224,878,827 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,414 | cpp | #include "FourierTransform.h"
FourierTransform::FourierTransform()
{
}
FourierTransform::~FourierTransform()
{
}
complex<double>* FourierTransform::FFT(complex<double> *signal, int cols, Direction direction)
{
/*
Trong biến đổi Fourier rời rạc, có:
F[k] = sum(X[i] * exp(-j * 2 * pi * k * i / n))
(với X là tín... | [
"1712145@student.hcmus.edu.vn"
] | 1712145@student.hcmus.edu.vn |
24a245b6acb833b393e8b8295072487f4b148349 | b521a466f69148e4a45715286deb903218f3e40b | /markers/solver.cpp | 3f7bc504168bb96c094a288ba6bb5d24dcb0593f | [] | no_license | vas0x59/custom_map_reg | 7219fbcf42b4922c75a64ad89b381940ba5aa19b | a357925498270d0d17320522da536c53e8cc7be5 | refs/heads/master | 2022-02-21T08:21:12.561357 | 2019-07-04T15:32:34 | 2019-07-04T15:32:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,349 | cpp | // #include <iostream>
// #include <vector>
// #include "opencv2/opencv.hpp"
// // #include "opencv2/imgproc.hpp"
// #include "opencv2/ximgproc.hpp"
// #include <opencv2/aruco.hpp>
// #include "math.h"
// #include "markers.h"
#include "solver.h"
using namespace cv;
using namespace std;
Solver::Solver() {
_R_flip... | [
"vasily.yuryev.a1@gmail.com"
] | vasily.yuryev.a1@gmail.com |
54e4e8a561945c2ce14258adfe8c6e7f2459d00b | 38e587a6b575c329531de8c9391d845867fdbc94 | /437-Path.Sum.III.cpp | 0fcd8232558a552da0eab5b0ef99db5287777518 | [] | no_license | suyinlong/leetcode | 8844c082aa51cded04057ddbf8ac5d0cbaed719f | 9c5d451014ae23cbb5ea335a6ff50684e4b1fb97 | refs/heads/master | 2021-01-11T17:43:31.922089 | 2017-03-11T15:42:36 | 2017-03-11T15:42:36 | 79,825,384 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 968 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution {
public:
int pathSum(TreeNode* root, int sum) {
unordered_map<int, int> preSum;
preSum[0... | [
"suyinlong07@gmail.com"
] | suyinlong07@gmail.com |
7dbdb426c6a523dedd30bd21f60e67a51b80a3dd | e363b63383c617acc55c5b43bd0fa524d9e64dff | /game/client/swarm/gameui/swarm/vsignindialog.h | e2aa909aa27cba35cd776503ead30ce7bc594fd6 | [] | no_license | paralin/hl2sdk-dota | 63a17b641e2cc9d6d030df9244c03d60e013737d | e0fe36f0132b36ba9b1ca56aa10f888f66e9b2bf | refs/heads/master | 2016-09-09T22:37:57.509357 | 2014-04-09T13:26:01 | 2014-04-09T13:26:01 | 18,719,255 | 4 | 2 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,042 | h | //========= Copyright © 1996-2008, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=====================================================================================//
#ifndef __VSIGNINDIALOG_H__
#define __VSIGNINDIALOG_H__
#include "basemodui.h"
namespace BaseModUI {
cla... | [
"ds@alliedmods.net"
] | ds@alliedmods.net |
d953636996e59e2defc9334751b495ea297d4e67 | 7085181aa985a0c90756345bc3b5af03efca7a77 | /File.h | 8b8cfb47329cf47de2638273cf039229d091aca1 | [] | no_license | javeme/tiny-http-server | 3e6abd85c67039b57330eda2b66fcce0390272ee | 65e719b125ed23f7e3b79047926ccb9bc26b804d | refs/heads/master | 2021-01-17T17:38:57.766650 | 2016-07-10T12:17:44 | 2016-07-10T12:17:44 | 62,997,856 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,007 | h | #ifndef File_H_H
#define File_H_H
#include <iostream>
#include <string>
using namespace std;
#include "IOException.h"
using namespace bluemeiException;
namespace bluemeiIO
{
#define BUFFER_SIZE 1024
class File
{
public:
File(unsigned long bufferSize);
//File(string path,string openMode);
File(string p... | [
"javaloveme@gmail.com"
] | javaloveme@gmail.com |
5401f822e663ddc8b59154c143e2cbfd00d195bf | 63c71060f36866bca4ac27304cef6d5755fdc35c | /src/JimoLogic/JimoLogicDoc2.cpp | 2cd2fc450f726a5bf78c2bf8ba4c72fb8db239cb | [] | no_license | 15831944/barry_dev | bc8441cbfbd4b62fbb42bee3dcb79ff7f5fcaf8a | d4a83421458aa28ca293caa7a5567433e9358596 | refs/heads/master | 2022-03-24T07:00:26.810732 | 2015-12-22T07:19:58 | 2015-12-22T07:19:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,241 | cpp | ////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2005
// Packet Engineering, Inc. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification is not permitted unless authorized in writing by a duly
// appointed officer of ... | [
"barryniu@jimodb.com"
] | barryniu@jimodb.com |
3bd18e1687b5c1fb4bf9213d9a34dc1e67f9d67e | 9b11f561510070d40be43addeccc743f91025cfa | /atcoder/abc183/C.cpp | 8ed41e62766123c0bb923319b1776c258850a10d | [] | no_license | MasterMind90/cppractice | a5a1774fc87047c9c9f18ed6df2a58af4a027256 | ce1b74d9e682e5d369df62f3ad9494798dceda85 | refs/heads/master | 2023-02-21T04:58:50.101142 | 2019-05-08T14:41:00 | 2021-01-14T21:11:38 | 328,998,830 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,191 | cpp | #ifndef LOCAL
#pragma GCC optimize("Ofast")
#pragma GCC target("avx,avx2,fma")
#pragma GCC optimization ("unroll-loops")
#endif
#include "bits/stdc++.h"
#include <ext/pb_ds/assoc_container.hpp> // Common file
#include <ext/pb_ds/tree_policy.hpp> // Including tree_order_statistics_node_update
#include <ext/pb_ds/detail/... | [
"amjadm2008@gmail.com"
] | amjadm2008@gmail.com |
7d6af25b6d1178461f692e4c8f712c8ef8a6e25b | 22dc9c7aa6cebaabc6c6cfac8640b0a75e39877c | /exercise 5/B/B/B/Morse.cpp | 7c9aa175548f4245f47da8f57de8213c6253f4f8 | [] | no_license | Embedded-Software-kurssi/pusanen | 6e18589e7a42fbd370b0280369cfa11dcb8b1615 | 4e51690d572512c9e21156b98326dcbc78a828e0 | refs/heads/master | 2021-01-12T14:43:32.871631 | 2016-12-07T20:08:05 | 2016-12-07T20:08:05 | 72,071,235 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,303 | cpp | /*
* morse.cpp
*
* Created: 20.9.2016 12.29.11
* Author: Teemu Pusa, Jarmo Pesonen
*/
#include <Arduino.h>
#include "morse.h"
#define BIT5 16
#define BIT4 8
#define BIT3 4
#define BIT2 2
#define BIT1 1
#define LED_PIN 12
char characters[] = {
37, //A
56, //B
58, //C
22, //D
34, //E
50, /... | [
"eikuulu@sulle.t"
] | eikuulu@sulle.t |
e50b74a75f1cf2407e504c384377653fae7292b5 | 174d618939a1218b18d87bffa1f139e98b40cae7 | /src/tree/src/include/LinkDef.hh | e78368687a152ecf86aa551e56c41b8ffd2bd32b | [] | no_license | bishoyDHD/museMiniCkr | 5188183af70a67f75bc48802a3d7d2607e20b7b4 | d40f3978376bb760d80edb23249ca9e124a4efb3 | refs/heads/master | 2020-07-24T12:10:08.697014 | 2019-09-13T19:15:38 | 2019-09-13T19:15:38 | 207,921,163 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,667 | hh | #ifdef __CINT__
#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;
#pragma link C++ class std::vector<unsigned short>+;
#pragma link C++ class std::pair<unsigned short, std::string>+;
#pragma link C++ class std::map<unsigned short, std::string>+;
#pragma link C++ class std::vec... | [
"bishoy@localhost.localdomain"
] | bishoy@localhost.localdomain |
adcb861c85bcd54d75ff7ed92bfb00a5770e13f8 | 506a359c19f18616d5002361f9c470ff58afdb44 | /high-level/scoutos/scout/libscout/src/behaviors/Odometry.cpp | 8758b4d9f53791a185860fe79bf0291f4abf71de | [
"MIT",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | CMU-Robotics-Club/Colony | d4df76363597075fdaef26d4c43b078fb8d0c8af | ccc8747ac670171930896201c5284ecd23514df2 | refs/heads/master | 2020-03-26T17:47:40.332115 | 2015-04-09T22:03:58 | 2015-04-09T22:03:58 | 24,465,817 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,644 | cpp |
#include "Odometry.h"
using namespace std;
/** Set up the odometry node and prepare communcations over ROS */
Odometry::Odometry(string scoutname, Sensors* sensors)
: Behavior(scoutname, "odometry", sensors)
{
name = scoutname;
scout_pos = new pos;
motor_fl_ticks = motor_fr_ticks = motor_bl_ticks = m... | [
"twbrown@andrew.cmu.edu"
] | twbrown@andrew.cmu.edu |
d36bc1b5ee448dc2c314ef556c3443cfd7a86f32 | b2689b89f1910e0867cc58eadd3349ab2e1206b4 | /log_parser/stdafx.cpp | 928f405b662ee96765ca3ae9dcf7d836b0ae53fe | [] | no_license | shcci/log_parser | 685a8bddf8ff226dcdfd9806326cd8c3a6d0849f | eb5612c601a1d76f496b05d5145461826ce91985 | refs/heads/master | 2021-01-12T07:51:25.366344 | 2017-05-09T23:20:29 | 2017-05-09T23:20:29 | 77,034,053 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 289 | cpp | // stdafx.cpp : source file that includes just the standard includes
// log_parser.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file
| [
"shcci@naver.com"
] | shcci@naver.com |
eb48bd7464359204f29da5c645740cf1b8a292ec | 508c80cc5d415c3eb79887db672a1027f8f4aecb | /ftpFiles.cpp | 71e79595b2f3856f0223b8486b290cb3656ab102 | [] | no_license | lujun9972/versionControl | 6214231105cba023a586c3529019507689dfa98f | f0be93ab369950c73f428047e0ed3dc7de342911 | refs/heads/master | 2021-01-10T07:38:45.127857 | 2016-01-18T12:27:42 | 2016-01-18T12:27:42 | 49,875,378 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 895 | cpp | #include <algorithm>
#include <iterator>
#include <vector>
#include <iostream>
#include "fileVersion.h"
#include "pathTools.h"
using namespace std;
string getPutCmd(const CFileVersion& cf)
{
string sSrcFile = cf.m_sFilePath;
string sDesFile = PathTools::getUnixPath(sSrcFile);
string sCmd = "put "+sSrcFile... | [
"lujun9972@gmail.com"
] | lujun9972@gmail.com |
a253c7632f954eef9950a4999ec1470d98f890ee | 542c861b857e42d8c550d99f584e207bdc51a139 | /groups/bsl/bslmf/bslmf_memberfunctionpointertraits.t.cpp | 54b80a54f34e0b6472d77dbdd0802f2a53972e32 | [
"MIT"
] | permissive | zhanzju/bsl | 3d803ca7a95e13b6b711b1f3fffea0581d3e710a | 1bb79982cff9bbaa3fb6d038604f04283ba76f07 | refs/heads/master | 2020-04-07T18:07:33.905605 | 2013-05-31T19:08:23 | 2013-05-31T19:08:23 | 10,591,841 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,340 | cpp | // bslmf_memberfunctionpointertraits.t.cpp -*-C++-*-
#include <bslmf_memberfunctionpointertraits.h>
#include <bslmf_issame.h> // for testing only
#include <bslmf_typelist.h>
#include <stdio.h> // printf
#include <stdlib.h> // atoi
using namespace BloombergLP;
//====... | [
"abeels@bloomberg.net"
] | abeels@bloomberg.net |
2b0e3fb66df910d32a77d9ed5fe55d082f1fc31d | 5e8c2b4ef3eeb60286ec82ee4874b87346c6a51f | /SO_link/three.cpp | 8ac263ad6a42fcf28049a182c46fae80dcc2b53c | [] | no_license | zongzeliunt/C_experiments | 1f75d4eb72cdb9165bee801538813587e20594a1 | cbc974df95b4af0972240939d9a86f0b4319d7bf | refs/heads/master | 2022-12-25T19:53:02.144299 | 2022-12-23T23:05:36 | 2022-12-23T23:05:36 | 203,063,238 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 84 | cpp | #include "SoDemoTest.h"
void three()
{
cout << "call three() function." << endl;
}
| [
"zongze.li@tetramem.com"
] | zongze.li@tetramem.com |
794eadc1cb516e0cfd26b8451a2b4b674bcbd8fe | 7b8979bdabad9fd5c600272680ef030d1c14ffba | /Code/FbxToObjConverter/Converter.cpp | 0a94cdf45fa1472bbdb9de8dbca63f72a7ad4c6f | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | armadi110/VoxelRenderer | 2e67883b76f4632a477490d3cd35243d8c1952a5 | fcf8aa8105d37638a21bca87fa56e294314a9548 | refs/heads/master | 2021-09-09T16:05:14.138595 | 2018-03-13T20:11:27 | 2018-03-13T20:11:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,523 | cpp | #include "Converter.h"
#include "ShellMeshTools/Loader/FBXLoader.h"
#include "ObjExporter.h"
#include <fstream>
namespace vr
{
// ================================ //
//
bool Converter::Convert ( const filesystem::Path& inputFile, const filesystem::Path& outputFile, bool genMatfile )
{
FBXLoader loader;
... | [
"nieznany.sprawiciel@gmail.com"
] | nieznany.sprawiciel@gmail.com |
dbc7a04868f76757bbe9590270bb482df02974f1 | 5eaf96226dabdee6dbec6d80e6e8a7b53a31a643 | /functiontemplate/main.cpp | 78b0754fae89cb9262c9d137ee7c8a8e71288d14 | [] | no_license | cuihao0532/CodeSnippet | 45e269b74e1b8e54d214d70dee723a08dfae7890 | b99f2b8295527a42ab13b2ee5a155de5c6f57269 | refs/heads/master | 2016-09-06T11:35:36.318279 | 2015-01-06T16:42:00 | 2015-01-06T16:42:00 | 26,439,101 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 194 | cpp |
#include <iostream>
#include "functemp_baohan.h"
using namespace std;
int main()
{
int a = 100;
int b = 200;
int nSum = Add(a, b);
cout << endl << "nSum = " << nSum << endl;
return 0;
}
| [
"cuihao0532@163.com"
] | cuihao0532@163.com |
18b058dcbed87afc98a66f6ae06e77c0fb8cdec7 | ad4a9e31928834c4fc7ff75cec50e8c7af4771d3 | /old_v1/libs/LiquidCrystal/LiquidCrystal_SR3W.cpp | 6144c06f07a5c1ec96f916c67e5b20d3bcc8fec1 | [
"MIT"
] | permissive | paulfantom/pi-solar | a1d1f07688a169dc10b058d485183a4021a8b2e0 | b6a38ad40e3acfa276c7001a9727964b641c8b42 | refs/heads/master | 2020-03-07T14:22:53.619797 | 2018-12-29T19:33:48 | 2018-12-29T19:33:48 | 127,524,933 | 1 | 1 | MIT | 2018-07-22T15:45:42 | 2018-03-31T11:09:00 | HTML | UTF-8 | C++ | false | false | 9,218 | cpp | // ---------------------------------------------------------------------------
// Created by Francisco Malpartida on 7.3.2012.
// Copyright 2011 - Under creative commons license 3.0:
// Attribution-ShareAlike CC BY-SA
//
// This software is furnished "as is", without technical support, and with no
// warranty, ... | [
"pawel@krupa.net.pl"
] | pawel@krupa.net.pl |
34051492e53d0dd9420f4a7b60d6ddbdb6d8dc6e | 4bea57e631734f8cb1c230f521fd523a63c1ff23 | /projects/openfoam/rarefied-flows/impingment/sims/test/nozzle1/3.52/uniform/time | 59dc9856d5f6ba28e189ce697252a82a56e8971a | [] | no_license | andytorrestb/cfal | 76217f77dd43474f6b0a7eb430887e8775b78d7f | 730fb66a3070ccb3e0c52c03417e3b09140f3605 | refs/heads/master | 2023-07-04T01:22:01.990628 | 2021-08-01T15:36:17 | 2021-08-01T15:36:17 | 294,183,829 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 998 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v1912 |
... | [
"andytorrestb@gmail.com"
] | andytorrestb@gmail.com | |
053aecc3c9b7b5ba758a6ab4e877914ace5bed85 | fc60a42e25dd0dfb479939f379e2ebdc475f8ea0 | /1214.cpp | 9ddd33db475404b85becdc2a3a40f71d676fcdd8 | [] | no_license | MihawkHu/SJTU_OJ | 241a94971b754b84050b8ef50b23e5e163d606e8 | e6f38eaada9bb8f741b47c5bad46b2f89442a29a | refs/heads/master | 2021-01-10T16:23:06.767877 | 2016-03-13T03:07:06 | 2016-03-13T03:07:06 | 53,596,959 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,919 | cpp | #include <iostream>using namespace std; template <class T> class btree;template <class T> class vector;template <class T> class queue; template <class T> class btree {private: struct node { T elem; node *left, *bro, *prev; node() : left(NULL), bro(NULL), prev(NULL) {} node(const T &x, node *l = NULL, node *b = NUL... | [
"mihawkhu@gmail.com"
] | mihawkhu@gmail.com |
4ff48e4ec60d83147a3f866b13091cc0b135898b | 2dc51df4e4a035195f4b2b35f1f8937ce718898d | /src/Lua.h | b1fadaad44ac0c00731db4941159b8117c4ceeda | [] | no_license | walterar/pioneer-sp | 614efe18e87c4925c01167d6f395c523ea01a2a5 | e46c61fb906d2deea2c089f21b6f990664c4284f | refs/heads/master | 2020-05-21T15:13:57.137721 | 2016-12-27T16:15:37 | 2016-12-27T16:15:37 | 16,237,623 | 8 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 408 | h | // Copyright © 2008-2016 Pioneer Developers. See AUTHORS.txt for details
// Licensed under the terms of the GPL v3. See licenses/GPL-3.txt
#ifndef _LUA_H
#define _LUA_H
#include "LuaManager.h"
// home for the global Lua context. here so its shareable between pioneer and
// modelviewer. probably sucks in the long ter... | [
"walterar2@gmail.com"
] | walterar2@gmail.com |
c12c46737222be71d9ef84de5a481ad86be95cb9 | a398c5d782f7dc59d7fc43a67bfefdd1872f13c6 | /ScriptExtender/Extender/Shared/ModuleHasher.h | 8a7456d7c28ea93eff875e42375a20cc910fd887 | [
"MIT"
] | permissive | Norbyte/ositools | b11f82221000f0a8be6dc85bfe6c40645746524e | e2d351a5503f8660c5c40fc4a68570373befc7d9 | refs/heads/master | 2023-08-14T16:31:00.481306 | 2023-07-28T16:11:30 | 2023-07-28T16:11:30 | 120,127,571 | 351 | 41 | MIT | 2023-08-30T10:32:44 | 2018-02-03T20:37:56 | C++ | UTF-8 | C++ | false | false | 615 | h | #pragma once
#include <GameDefinitions/Base/Base.h>
#include <GameDefinitions/GameObjects/Module.h>
#include <mutex>
#include <unordered_map>
BEGIN_SE()
class ModuleHasher
{
public:
void PostStartup();
void ClearCaches();
bool isHashing() const
{
return hashDepth_ > 0;
}
private:
std::vector<Module*> hashS... | [
"infernorb@gmail.com"
] | infernorb@gmail.com |
06d3efa1d9ee289a1667c5259f057bf8588f78d5 | d0889089b86bc407b154879cb294e703f9303989 | /Lumos/External/Tracy/profiler/src/winmain.cpp | fd3c35f2ba5566916309314b993f40d615c36633 | [
"MIT",
"LicenseRef-scancode-public-domain",
"BSD-3-Clause"
] | permissive | jmorton06/Lumos | 9ab96420c619d9baac07e4561d0a7e83645d54c8 | e5f0ebfa9049d3515caaad056fda082a1e9d74ae | refs/heads/main | 2023-09-01T02:48:00.496623 | 2023-07-06T07:31:44 | 2023-07-06T07:31:44 | 164,933,352 | 1,052 | 126 | MIT | 2023-09-06T08:08:18 | 2019-01-09T20:32:10 | C++ | UTF-8 | C++ | false | false | 1,728 | cpp | #ifdef _WIN32
# include <windows.h>
# include <stdlib.h>
# include <intrin.h>
# include <stdint.h>
namespace tracy
{
bool DiscoveryAVX();
bool DiscoveryAVX2();
}
int main( int argc, char** argv );
int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmd, int nCmd )
{
{
uint32_t... | [
"jmorton06@live.co.uk"
] | jmorton06@live.co.uk |
3e121d797055840069c2a0143029663274c5af93 | c15fca4fd72de494402eca04f7e99e17f5735de0 | /BehavioralModel/Command/main.cpp | bf41e40844f70bd13206a13a6b169cab0241508b | [] | no_license | DlisKeepOnGoing/DesignPattern | c4917ae8199a6ffe02a98c0bc5d29ee7f724bc7f | 5d20f22afc0b513e0bfd9323d63d9c346ccc473b | refs/heads/master | 2023-02-04T09:30:11.992702 | 2020-04-20T05:08:29 | 2020-04-20T05:08:29 | 251,570,653 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,008 | cpp | #include<iostream>
#include<stdio.h>
using namespace std;
//接收者
class Receiver {
public:
void action()
{
printf("接收者的action()方法被调用...\n");
}
};
//抽象命令
class Command {
public:
virtual void execute() = 0;
};
//具体命令
class ConcreteCommand:public Command {
private:
Receiver* receiver;
public:
C... | [
"2209573006@qq.com"
] | 2209573006@qq.com |
03057e98064e18bddfb5c15f87ddac245d6b7fa4 | defd0a45761f596a54e4a4f8521616aa351f40cb | /kuliah-algoritma-dan-pemrograman/Kuis Semester 2/soal_no_2.cpp | afc60251c01132575c25c2164617edf6195f5d6c | [] | no_license | ibnushevayanto/learn-cpp | 75c12ed795acac8d45436f1db5fe5b56b2babf60 | ec40d17bb48f2d488b651d985672885dc961eac1 | refs/heads/master | 2023-05-05T15:48:54.817510 | 2021-06-02T14:40:17 | 2021-06-02T14:40:17 | 270,989,999 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,921 | cpp | #include <iostream>
using namespace std;
void newLine(){
cout<<endl;
}
struct Arsip{
int data;
};
void swap(int *xp, int *yp)
{
int temp = *xp;
*xp = *yp;
*yp = temp;
}
void sortingKebawah(int data[], int n)
{
int i, j;
for (i = 0; i < n-1; i++)
for (j = 0... | [
"ibnushevayanto@gmail.com"
] | ibnushevayanto@gmail.com |
443064f5d97b1c750169efa566b43fcfa0c983a5 | e5c0b38c9cc0c0e6155c9d626e299c7b03affd1e | /trunk/Code/Engine/Graphics/Shaders/RenderTextureSceneEffect.h | 076e4d5defc134e28a20d4d6ac1968217dc0dc41 | [] | no_license | BGCX261/zombigame-svn-to-git | 4e5ec3ade52da3937e2b7d395424c40939657743 | aa9fb16789f1721557085deae123771f5aefc4dd | refs/heads/master | 2020-05-26T21:56:40.088036 | 2015-08-25T15:33:27 | 2015-08-25T15:33:27 | 41,597,035 | 0 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 1,076 | h | //----------------------------------------------------------------------------------
// CRenderTextureSceneEffect class
// Author: Javier Gedeón
// Modificada por : Katherine Capdevilla y Miquel Rojas
// Última modificación: Andrea 18/01/11
// Description:
// Esta clase nos permitirá crear efectos de escena que s... | [
"you@example.com"
] | you@example.com |
0e7b583a87e8d286c9dcfab1d061614a23820937 | 73c8a3179b944b63b2a798542896e4cdf0937b6e | /TC/502-DIV2-900.cpp | 3a45693e99688ae3407229fe4922469413d44fc3 | [
"Apache-2.0"
] | permissive | aajjbb/contest-files | c151f1ab9b562ca91d2f8f4070cb0aac126a188d | 71de602a798b598b0365c570dd5db539fecf5b8c | refs/heads/master | 2023-07-23T19:34:12.565296 | 2023-07-16T00:57:55 | 2023-07-16T00:57:59 | 52,963,297 | 2 | 4 | null | 2017-08-03T20:12:19 | 2016-03-02T13:05:25 | C++ | UTF-8 | C++ | false | false | 1,926 | cpp | #include <string>
#include <iostream>
#include <vector>
#include <set>
#include <algorithm>
#include <numeric>
#include <functional>
#include <cmath>
#include <cstdlib>
#include <cstdio>
using namespace std;
struct UnionFind {
int N, *id, *sz;
UnionFind(int _N) {
id = new int[_N];
sz = new in... | [
"jefersonlsiq@gmail.com"
] | jefersonlsiq@gmail.com |
68fbeab029a76a696182f30c6702ea5232c6bbbf | 3fa9bd899af335251c3f122b2a0421ec1b4151af | /Object Oriented Chess/location.h | 73f5aea468dba7eebc5f1e9e259de3e871444ad8 | [] | no_license | bosoxfanx5/Chess-Game | 0683170b7450b9564dbdf3414fff0a6597e402a1 | 957b3b9590e25a15b2f5a6bd030e27326a955708 | refs/heads/master | 2021-01-19T09:10:20.948727 | 2017-04-09T19:38:07 | 2017-04-09T19:38:07 | 87,733,817 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 285 | h | //
// location.h
// Object Oriented Chess
//
// Created by Dan on 3/6/16.
// Copyright © 2016 Brooks, Dan and Tom. All rights reserved.
//
#ifndef location_h
#define location_h
class Location
{
public:
float x = 0;
float y = 0;
float z = 0;
};
#endif /* location_h */
| [
"dan@mcdanielar.com"
] | dan@mcdanielar.com |
637a5ac4ff7af5ac11919bb5f42178365343c59d | 3639ff90add104c106388071f63e70388e596e62 | /db/version_edit.h | 6841223ee83d2c62461353844cc9d05f56985935 | [
"BSD-3-Clause"
] | permissive | ImenYu/leveldb-less-write-amplification | 6871a81d9bb16309b0cbceaef080d9c01f8427c2 | 09b9757df540e096267476bbdb3055cc7c4da721 | refs/heads/master | 2023-07-13T01:39:33.661603 | 2021-08-28T14:34:12 | 2021-08-28T14:34:12 | 394,985,923 | 0 | 0 | BSD-3-Clause | 2021-08-22T14:27:38 | 2021-08-11T12:46:04 | C++ | UTF-8 | C++ | false | false | 3,048 | h | // Copyright (c) 2011 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
#ifndef STORAGE_LEVELDB_DB_VERSION_EDIT_H_
#define STORAGE_LEVELDB_DB_VERSION_EDIT_H_
#include <set>
#... | [
"yimengyu@outlook.com"
] | yimengyu@outlook.com |
b080837470ae33edd065df0a91d0fd584b1d120b | ff048f7cbe35ae81c8ec4765a3fa29b829adf782 | /Galerkin/src/IO/Vtk/SnapshotVtkWriter.h | 0dbe1b9eb4262899bf91633c3383cec6d5331230 | [] | no_license | lzhw1991/CNN-for-inverse-problems-in-wave-dynamics | 2366911c06d695ebbe16697f71a172a2ece0af59 | 3d0154cec845e5779891254da4d9bf858d8233df | refs/heads/master | 2022-04-02T16:13:57.223232 | 2020-02-12T20:04:36 | 2020-02-12T20:04:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,944 | h | #pragma once
#include "BasicVtkWriter.h"
#include <vector>
#include "../../Utils/Base64.h"
#include <zlib.h>
#include <zconf.h>
using std::string;
using std::fstream;
using std::vector;
template <typename ElasticSpace>
class SnapshotVtkWriter: public BasicVtkWriter<ElasticSpace>
{
public:
typedef typename Elas... | [
"stankevich.as@phystech.edu"
] | stankevich.as@phystech.edu |
364b96baf2215a0aa8ab02cd20572a9592948fd4 | 99778425ab9564302e48e7acbd6cb27a3c93a7dc | /src/qt/askpassphrasedialog.cpp | aa14347cdbce0ec1a0787bd56d936abe39066154 | [
"MIT"
] | permissive | Tastigernet/thor-core | d5b4e48e9b38e7c61c36785bbc662e3a9d03e88b | dc60b5dfa97f382d138a38edb1fecb85d5baf0c2 | refs/heads/master | 2022-04-21T03:10:21.610332 | 2020-04-20T02:45:54 | 2020-04-20T02:45:54 | 256,633,996 | 0 | 0 | MIT | 2020-04-17T23:54:32 | 2020-04-17T23:54:31 | null | UTF-8 | C++ | false | false | 11,389 | cpp | // Copyright (c) 2011-2017 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#if defined(HAVE_CONFIG_H)
#include <config/bitcoin-config.h>
#endif
#include <qt/askpassphrasedialog.h>
#include <qt/forms/... | [
"antoinebrulenew@gmail.com"
] | antoinebrulenew@gmail.com |
7b8f2f12a7751337a0217a7a74a143056e95354b | 8db1c415f74e9433236e7a172b2e0a5ceffc6964 | /block_hash.h | 795755d4616e421586a816492add43f4da4bc3a1 | [] | no_license | harutyuntagushyan8/Bitcoin_Blockchain | d4e4a66a428ae31cc7b361013f5b87a8e09a769c | 3bc68cf9a046f72b02793e5339b15f07e8030bb0 | refs/heads/master | 2020-03-20T02:25:35.808104 | 2018-10-06T17:45:41 | 2018-10-06T17:45:41 | 126,668,297 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,723 | h | #ifndef BLOCK_HASH_H
#define BLOCK_HASH_H
#include "mainwindow.h"
#include <vector>
#include <cstring>
#include <ctime>
#include <QObject>
class BLOCK : public QObject
{
Q_OBJECT
private:
void Copy_To_Block();
void Bits_To_Target();
signals:
void PartialTime(uint);
void finished();
void Nonc... | [
"htagushyan@gmail.com"
] | htagushyan@gmail.com |
4945d877932d2ab629158024861b76a2713875b0 | fa23308c7541bc0c9e9066a22c3e0c1ad5061c54 | /B5A1/B5A1/B5A1.cpp | f042c68b1767dc89a7c89b9f4a0fba062adbc209 | [] | no_license | Lenoxy/M411 | c868c4f8a64d7f9b134ed72d25b636de8088254b | ee4d4d78b882e3bed5613d77a7be4d83fe7fc88a | refs/heads/master | 2020-07-09T13:31:11.062105 | 2019-12-13T07:50:47 | 2019-12-13T07:50:47 | 203,981,271 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 217 | cpp | #include <stdlib.h>
#include <stdio.h>
void main() {
int strlen(const char* pStr) {
int i = 0;
for (pStr; pStr != "\0"; pStr++) {
i++;
}
return i;
}
int Werte[50] = {12, 32, 43, 543, 53, 65, 76, 87}
} | [
"lenoxy@gmx.ch"
] | lenoxy@gmx.ch |
f2dd4997901d067c515d8e8f7a9007518450ed70 | 78f6f3307d7e86bc00745b0febc2b2e80a96913e | /main.cc | 02bdb04520127078496351650fc2929b907f49fe | [] | no_license | joem236/AndyAutomation | e9ff6b70361ec0493b8db6faf497ba5bb18aa982 | 61a3503cfe1aa8288efef2634c61e9b35a2c78f6 | refs/heads/master | 2021-01-10T20:09:48.948536 | 2014-01-06T23:40:25 | 2014-01-06T23:40:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 366 | cc | #include <iostream>
#include <unistd.h>
using namespace std;
int main() {
// Instantiate command processro
// Instantiate alarms class
// Instantiate tasks class
// Instantiate controls class
while (true) {
// Evaluate commands
// Evaluate alarm events
// Evaluate task events
// Evaluate co... | [
"joe@bowfusion.com"
] | joe@bowfusion.com |
b27609c2eb36b6906393e48e732f96aea89fd866 | e9feadee438c8b9c01046abc4d0283f293e64165 | /src/Tile.h | 339c40fc832242ee0c51117da9824ec3f723be52 | [] | no_license | NickAllbritton/2048 | 46e4a94c176d7b1695e01396fdc1bbd805204623 | 60d8ff32b142a266c5371f595a0938c0e7c40d05 | refs/heads/master | 2023-08-29T03:15:08.918556 | 2023-08-18T02:31:24 | 2023-08-18T02:31:24 | 266,683,940 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 229 | h | #include <SFML/Graphics.hpp>
class Tile
{
public:
Tile() = default;
Tile(sf::Vector2i pos, int number);
void merge(std::vector<Tile>& board, Tile& tile, int width);
int number = 0;
sf::Vector2i pos = sf::Vector2i(0, 0);
};
| [
"nallbritton@sycamores.indstate.edu"
] | nallbritton@sycamores.indstate.edu |
2b9154e0008f20a4d89f2ca72da4bdfc14e8834f | d7e946b3b85ed81a156814b7eb3f7f36412731a8 | /gsilocationservicereply.h | b264fc2a5c1c2e424ac61420909c32415642bd65 | [] | no_license | dev-nabeo/place_search | 0bc274b3ec50cb61d4512ce5d842ca0632e6f6ef | 2ea4f1234932207241dcfe228151c0abd81291bb | refs/heads/master | 2022-11-15T13:57:28.120382 | 2020-07-17T06:04:44 | 2020-07-17T06:04:44 | 280,338,911 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 629 | h | #ifndef GSILOCATIONSERVICEREPLY_H
#define GSILOCATIONSERVICEREPLY_H
#include <QObject>
#include <QtNetwork/QNetworkReply>
#include <QXmlStreamReader>
#include "locationservicereply.h"
class GsiLocationServiceReply : public LocationServiceReply
{
Q_OBJECT
public:
explicit GsiLocationServiceReply(QNetworkReply ... | [
"dev.nabeo@gmail.com"
] | dev.nabeo@gmail.com |
87c53c8a04b5a50efd490d16332c6b3c144cc2ed | 5a7c2a825728acdc41ba1c883e64def2aa0d8970 | /mapreduce2/src/client/a/Reducer.hpp | 027babfbc668ee4b9f2ee636b305e1d34802c15b | [] | no_license | kyhhdm/TPlatform | 6f4df42b3e628f116ae4f8efb91a5a363e2e82ed | 77020007648d609e074959b7cb29ee246e0cd400 | refs/heads/master | 2021-01-22T23:16:35.491597 | 2012-08-30T04:07:30 | 2012-08-30T04:07:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 797 | hpp | #ifndef TPLATFORM_MAPREDUCE_IREDUCER
#define TPLATFORM_MAPREDUCE_IREDUCER
#include "Collector.hpp"
#include "KeyValueIterator.hpp"
namespace mapreduce{
/**
* class Reduce supplies an interface to reduce a set of keyvalue records with
* same key to other set of keyvalue records
*
**/
clas... | [
"kyhhdm@gmail.com"
] | kyhhdm@gmail.com |
e07ab6b100c43161f3efca811809912f085cf474 | df7277d8f9d404a989ddea2467297fec1da80364 | /GFXUtil.h | 373560a76ded0f07a1473e3cbeecf5c05df379af | [
"Unlicense"
] | permissive | 15831944/Painter | 6b68cd029d0937b0e04f650de24af70986376216 | ab57f5d022c8b4ce8f9713cd7533fc87e5fafa3b | refs/heads/master | 2023-07-15T12:17:46.353736 | 2021-08-28T13:49:14 | 2021-08-28T13:49:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 890 | h | // GFXUtil.h: interface for the CGFXUtil class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_GFXUTIL_H__BD9081D5_AD6B_4F15_9545_7F4B76DAB906__INCLUDED_)
#define AFX_GFXUTIL_H__BD9081D5_AD6B_4F15_9545_7F4B76DAB906__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif... | [
"georg@georg-rottensteiner.de"
] | georg@georg-rottensteiner.de |
ed08862960d9aa6d94b3abf972bc4aa05dfe9e93 | 8a8641ea994010325296973ba956afa8a5c2ec73 | /viewerthread.cpp | a115962f8b68a9addbf2f5f46e79461b52d5a047 | [
"Apache-2.0"
] | permissive | elliott-wen/S-Helmet | 05eec2f2b6ec511a7e64ce1571429e7cdb47d966 | cab71d6b8db2d3141c30dc38b6c44b2d432bd4a5 | refs/heads/master | 2020-12-24T16:59:28.730670 | 2013-11-10T14:53:37 | 2013-11-10T14:53:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,502 | cpp | #include "viewerthread.h"
ViewerThread::ViewerThread(osgViewer::Viewer *viewer)
{
this->_viewer=viewer;
runFlag=false;
hasLoadData=false;
}
void ViewerThread::drawViewer()
{
if(!hasLoadData)
{
if(this->loadSceneData()!=OPEN_SOURCE_SUCCESS)
{
return;
... | [
"wmn@wmn-Precision-M4600.(none)"
] | wmn@wmn-Precision-M4600.(none) |
984339d57832b553e24c4e6e11c578c1f8ab5262 | 13beba736ae691cc58fbdf07948992b0adb6d51b | /Source/Quarrel/Player.cpp | 369aed8c9ac230a9ca39a9521cea76efb9ac2fe6 | [
"MIT"
] | permissive | TartanLlama/Quiver | 9fcc709de7c69ff5ec97681efd5d228f3ff61548 | d91e396001c7dff0e7a52d9aca9148173bb11067 | refs/heads/master | 2021-05-12T13:34:34.232946 | 2018-01-10T09:06:15 | 2018-01-10T09:06:15 | 116,934,669 | 0 | 0 | null | 2018-01-10T09:07:35 | 2018-01-10T09:07:34 | null | UTF-8 | C++ | false | false | 5,408 | cpp | #include "Player.h"
#include <fstream>
#include <iostream>
#include <Box2D/Common/b2Math.h>
#include <Box2D/Dynamics/b2Body.h>
#include <Box2D/Collision/Shapes/b2CircleShape.h>
#include <Box2D/Collision/Shapes/b2PolygonShape.h>
#include <ImGui/imgui.h>
#include <SFML/Audio.hpp>
#include <SFML/Graphics/RectangleShape.... | [
"nershly@gmail.com"
] | nershly@gmail.com |
40e8cb07f474f1c3de137fb750a5c52515bf2a66 | 1901bdbaf57584e7c5ec21643db340f9d98d6807 | /compute/tensor/src/einsum.cpp | 6aa179e2ccfabcda16c2047946ae0adbede8f1d0 | [
"MIT"
] | permissive | huawei-noah/bolt | 2a4febe5f5cce64e3589c2782c489d59975eb6a3 | cf4ca8f8646a8e30ddf91c29a18743d75ac1c172 | refs/heads/master | 2023-08-28T13:36:34.815244 | 2023-06-12T01:24:41 | 2023-06-12T01:24:41 | 225,365,905 | 889 | 168 | MIT | 2023-06-12T01:24:42 | 2019-12-02T12:06:12 | C++ | UTF-8 | C++ | false | false | 10,548 | cpp | // Copyright (C) 2019. Huawei Technologies Co., Ltd. All rights reserved.
// Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation the rights to u... | [
"jianfeifeng@outlook.com"
] | jianfeifeng@outlook.com |
6e0cc432a09cebe0eecdd0d15d08a3e8fa6cb65e | 61cff1bf6ddfec687dc94958d729d49f82564419 | /CombineDraw/ScalSeq/EDBRHistoMaker.h | 2c8aa73bc3851534c2d4d043523bdb180ff1a239 | [] | no_license | qliphy/PKU-Cluster | 64866c5c434994c499dabe55f3304022813e1c95 | bf3907ab84140f1f5991daad4bc2349fbf850d27 | refs/heads/master | 2020-12-19T13:06:13.815776 | 2020-01-14T22:16:03 | 2020-01-14T22:16:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 37,715 | h | #include "TGraphAsymmErrors.h"
#include <map>
#include <vector>
#include <string>
#include <iostream>
#include "TH1D.h"
#include "TH2D.h"
#include "TFile.h"
#include "TROOT.h"
#include "TTree.h"
#include "TChain.h"
#include "math.h"
#include "TLorentzVector.h"
#include "RoccoR.C"
//#include "get_rochester_scale.C"
#def... | [
"anying@pku.edu.cn"
] | anying@pku.edu.cn |
38b9da76807f9006774871206a4fafdd71b30ef1 | 8f3daed7bdd982297dfcce910a1e72ceb6cee7bc | /src/Allocator.cpp | 3fffe0b037a09e76afda7beb9b8ca346c4448fce | [
"BSD-2-Clause"
] | permissive | coryking/MotionController | bb7c48783088b0fc29c8fa41b5f0c5c6954e82cf | 56445b4faea2f044e256cf2414021cadb62b5d67 | refs/heads/master | 2021-01-24T06:47:11.740356 | 2017-06-11T20:10:28 | 2017-06-11T20:10:28 | 93,322,175 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,742 | cpp | #include "Allocator.h"
#include "DataTypes.h"
#include "Fault.h"
#include <new>
//------------------------------------------------------------------------------
// Constructor
//------------------------------------------------------------------------------
Allocator::Allocator(size_t size, UINT objects, CHAR* ... | [
"me@coryking.com"
] | me@coryking.com |
a616ef4e324dc539b19dabc303da713c2c025742 | db0761d6fc262fb3760695f6ed4fae7c9605980a | /MuduoPlus/net/Connector.cpp | e5a33280096ce42eef6439925fc71d3f17db859b | [] | no_license | lxq2537664558/project | 1e6d9cfb7f13c575ce615a0c14e521f782210f94 | be8c681c45ae435e823a5dcd3b4a18bb77ea41fb | refs/heads/master | 2020-03-23T21:17:25.018513 | 2016-11-07T16:14:17 | 2016-11-07T16:14:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,434 | cpp | #include <assert.h>
#include <algorithm>
#include "Connector.h"
#include "EventLoop.h"
#include "Channel.h"
#include "base/Logger.h"
namespace MuduoPlus
{
const int Connector::kMaxRetryDelayMs;
Connector::Connector(EventLoop* loop, const InetAddress& serverAddr)
: loop_(loop),
serverAddr_(s... | [
"410017376@qq.com"
] | 410017376@qq.com |
73f709bc48e1ae6ab2d6fd830209133453ea4883 | 428989cb9837b6fedeb95e4fcc0a89f705542b24 | /erle/ros2_ws/build/std_msgs/rosidl_typesupport_opensplice_cpp/std_msgs/msg/dds_opensplice/ByteMultiArray_.h | 2870c061551e997c8ee4f29b77da63eabc78f430 | [] | no_license | swift-nav/ros_rover | 70406572cfcf413ce13cf6e6b47a43d5298d64fc | 308f10114b35c70b933ee2a47be342e6c2f2887a | refs/heads/master | 2020-04-14T22:51:38.911378 | 2016-07-08T21:44:22 | 2016-07-08T21:44:22 | 60,873,336 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,254 | h | //******************************************************************
//
// Generated by IDL to C++ Translator
//
// File name: ByteMultiArray_.h
// Source: /home/erle/ros2_ws/build/std_msgs/rosidl_generator_dds_idl/std_msgs/msg/dds_opensplice/ByteMultiArray_.idl
// Generated: Sat Nov 7 20:26:43 2015
// OpenSpl... | [
"igdoty@swiftnav.com"
] | igdoty@swiftnav.com |
16db8ca74380154c970b8ad156a1558ea066c60f | c8e27ffacef16ff11c7cbce5fe4fbf6777ec77c9 | /Week9/item.cpp | 4ac9ff7fc615a1539eb3270c39e1554b68980949 | [] | no_license | JackG1452/Week9-RPG | ed0ca923f67d301a35e94314708a6026a08c3419 | be679d4b172fd8020809dcc77341d15cd77723d2 | refs/heads/master | 2020-04-07T13:22:59.938372 | 2018-11-22T15:03:32 | 2018-11-22T15:03:32 | 158,405,208 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 684 | cpp | #pragma once
#include "item.h"
Item::Item() {
}
Item::Item(std::string itemName, int itemValue, float weight) :
itemName_{ itemName }, itemValue_{ itemValue }, weight_{ weight } {
}
Item::~Item(){}
std::string Item::GetItemName() const {
return itemName_;
}
void Item::SetItemName(std::string itemName) {
item... | [
"gillespie-j20@ulster.ac.uk"
] | gillespie-j20@ulster.ac.uk |
f78dd558c967f37317f73c36048955dec8c5fbef | a60ff4ac7b0652675a06d84b7cd1476bd5594a8e | /ex02/AssaultTerminator.hpp | 3297553c3d94d6cc3f1ac9aba520c5247e8c1287 | [] | no_license | MaximePayant/B-CPP-300-LYN-3-1-CPPD10-maxime.payant- | 3798e766990b8991e860b159a5da869391b9ec5c | b19e20f8e0144dac9f9c5f70dd045698a76d22aa | refs/heads/master | 2023-08-07T22:16:43.386466 | 2021-01-17T19:08:57 | 2021-01-17T19:08:57 | 406,727,444 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 548 | hpp | /*
** EPITECH PROJECT, 2021
** CPP_D07M
** File description:
** AssaultTerminator.hpp
*/
#ifndef ASSAULT_TERMINATOR_HPP
#define ASSAULT_TERMINATOR_HPP
#include <iostream>
#include "ISpaceMarine.hpp"
class AssaultTerminator :
public ISpaceMarine
{
public:
AssaultTerminator();
~AssaultTermina... | [
"maxime@pop-os.localdomain"
] | maxime@pop-os.localdomain |
b6a322fd19b8bd8bb99b43007a63fdf8c99709d0 | 84638572e7e85082c002ebfa41ff178cb32f6eda | /Observer/ConcreteObserver.h | 91213a2246c2af83b0ad6519787365147ae9bb6b | [] | no_license | jiemojiemo/DesignPatterns | 096ad1b3813ad96690728ba396e144ed764b1d7f | 4604fd20c86c7e7e7260ba2dc89d0034cada348a | refs/heads/master | 2021-01-10T22:15:16.639215 | 2016-10-25T12:14:21 | 2016-10-25T12:14:21 | 70,330,719 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 284 | h | #pragma once
#include "Observer.h"
#include <iostream>
using namespace std;
class ConcreteObserver : public Observer
{
public:
ConcreteObserver(int key = 0) :Observer(key) {}
virtual void Update(Subject* sub)
{
Observer::Update(sub);
cout << GetKey() << "I do update\n";
}
};
| [
"460706836@qq.com"
] | 460706836@qq.com |
c73aaef0485abb9708aa7d59b88ddd52b6712e97 | 6a0ca6da76c9d680cff1f3b9208cd350b4dd1832 | /codeforces/Valera and Antique Items.cpp | 83a274bf1876470b0b88b8219d895d7dff1974fc | [] | no_license | srujangit123/Competitive-programming | 4b145ea807b92504c8148adca7b83a67f7235f1d | 88d40690c278b58b6243402d0757719871eac077 | refs/heads/master | 2022-12-10T18:32:39.593510 | 2020-09-07T18:36:32 | 2020-09-07T18:36:32 | 277,072,789 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 604 | cpp | #include <bits/stdc++.h>
using namespace std;
int main(){
int n, v;
int ans = 0;
cin >> n >> v;
vector <int> k;
for(int p = 1; p <= n; ++p){
int s;
cin >> s;
int amt;
int flag = 0;
for(int i = 1; i <= s; ++i){
cin >> amt;
if(v... | [
"srujantmk@gmail.com"
] | srujantmk@gmail.com |
39a805626e1d421cb3114445552d5c4bc11fc11f | 7353a670a04d55068dc9eb4436d06f834e145efe | /test/thread/test_timed_lock_times_out_if_read_lock_held.cpp | a16b3c89c68bfcc29a767f9bf1af40cbbf0bac1f | [] | no_license | shinobu-x/cpp | a53b25d6c81dbafad59bb9b288f630153ccb0021 | 0969ba4d3214555617743ddff30847770fd11e96 | refs/heads/master | 2021-01-22T06:28:29.011183 | 2018-09-15T10:42:06 | 2018-09-15T10:42:06 | 92,556,004 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,989 | cpp | #include <boost/thread/thread_only.hpp>
#include <boost/thread/xtime.hpp>
#include <cassert>
#include "hpp/shared_mutex_locking_thread.hpp"
struct test_timed_lock_times_out_if_read_lock_held {
void operator()() {
shared_mutex rwm_mutex;
boost::mutex finish_mutex;
boost::mutex unblocked_mutex;
unsig... | [
"shinobu@redhat.com"
] | shinobu@redhat.com |
a0b30a29bc01b1cb0371899c57739fd3f1bafee7 | 6f36dd412a5054b9934f418fac69336a89c64274 | /headers/composition.h | 578699c2ce9aadf84bcc5af8b937322dc5242c92 | [] | no_license | SebastianDixon/Cpp | 296f5f739df6c5786e0a6494b599bd71ff9405d0 | 3c62a4def36f76a165d4dd7dea44ddefeed5001b | refs/heads/master | 2023-06-08T17:43:47.240631 | 2021-07-02T10:47:09 | 2021-07-02T10:47:09 | 257,238,047 | 0 | 0 | null | 2020-06-15T13:50:51 | 2020-04-20T09:51:34 | C++ | UTF-8 | C++ | false | false | 1,170 | h | //
// Created by SebDixon on 07/06/2021.
//
#ifndef UNTITLED_COMPOSITION_H
#define UNTITLED_COMPOSITION_H
#include <iostream>
#include <string>
class grid2D{
private:
int m_x;
int m_y; // both these x and y member variables have a unidirectional relationship with the class grid2D
public:
grid2D(int x ... | [
"smedixon@gmail.com"
] | smedixon@gmail.com |
6bd86d0b2f25cf53c37b34f22e0d22cd587cbad3 | 1e944c61257df92db3e8fff37302cfa38e9f1717 | /src/ttf_system_fwd.hh | 83fa23422d61dd862f514e1716c373b9dc62b635 | [] | no_license | wilhelmtell/glasses | 273ece7c15d1940c468eed4553e18ff1a87fce8a | 650eabcc7170b064e8589ef1b35827861f05184c | refs/heads/master | 2021-01-17T12:54:31.700871 | 2016-07-24T14:18:00 | 2016-07-24T14:18:00 | 58,410,678 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 108 | hh | #ifndef GLS_TTF_SYSTEM_FWD_HH_
#define GLS_TTF_SYSTEM_FWD_HH_
namespace gls {
struct ttf_system;
}
#endif
| [
"matan.nassau@gmail.com"
] | matan.nassau@gmail.com |
8ba3241d6185de3465b08e548d38c4c05500a6c5 | 5b4a6b11b68a5f1634dbe3acf65464a9dcb36af7 | /PBD/include/physics/CParticleSystem.h | 38d28f577375a186b55a0dfcc8c5453d5cfbe436 | [
"MIT"
] | permissive | jfelip/experiments-and-learning | 30c902d8eac05e594bf256cf2b6ae2c57be9267c | f9c5ac10b7d4990723dece5860c7ddfb8b4cca5d | refs/heads/master | 2021-01-21T21:14:38.023243 | 2018-02-20T04:50:47 | 2018-02-20T04:50:47 | 92,321,099 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,495 | h |
#ifndef POSITIONBASEDDYNAMICS_CPARTICLESYSTEM_H
#define POSITIONBASEDDYNAMICS_CPARTICLESYSTEM_H
#include <physics/CParticle.hpp>
#include <physics/CConstraint.hpp>
#include <memory>
#include <vector>
#include <CVector3.hpp>
namespace PBD {
template<typename T_real=double>
class CParticleSystem {
public:... | [
"javier.felip.leon@gmail.com"
] | javier.felip.leon@gmail.com |
1d63657ac487d3fbba88e9f334214fe69c8ede41 | e6769524d7a8776f19df0c78e62c7357609695e8 | /branches/0.5.1/retroshare-gui/src/gui/StartDialog.cpp | 4c3cc6eed1ed169843783fdc66dc8853f24301ce | [] | no_license | autoscatto/retroshare | 025020d92084f9bc1ca24da97379242886277779 | e0d85c7aac0a590d5839512af8a1e3abce97ca6f | refs/heads/master | 2020-04-09T11:14:01.836308 | 2013-06-30T13:58:17 | 2013-06-30T13:58:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,545 | cpp | /****************************************************************
* RetroShare is distributed under the following license:
*
* Copyright (C) 2006, 2007 crypton
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as publishe... | [
"csoler@b45a01b8-16f6-495d-af2f-9b41ad6348cc"
] | csoler@b45a01b8-16f6-495d-af2f-9b41ad6348cc |
207a147132b88475560fd499c62fbe66b7eedf35 | dd03c482f13a23ff555ef5e1138457ba6e72f87f | /chapter12/src/StrBlob.h | 0bc2c65d072e1e6773e039218e43ef62b2b90b02 | [] | no_license | xiweihuang/Primer | 8c85897b830721ed11b748d5f5bb5e044682934e | 1b0cc7ad9975162029cf71bdcdbc6cc54cfc965e | refs/heads/master | 2020-05-14T06:12:52.059540 | 2015-11-06T10:05:38 | 2015-11-06T10:05:38 | 33,618,968 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,130 | h | #ifndef STR_BLOB_H
#define STR_BLOB_H
#include <vector>
#include <string>
#include <memory>
#include <initializer_list>
using namespace std;
class StrBlob
{
public:
typedef std::vector<std::string>::size_type size_type;
StrBlob();
StrBlob(std::initializer_list<std::string> il);
size_type size() const { return d... | [
"xiweihuang@qq.com"
] | xiweihuang@qq.com |
2c35bacb1187c12dfeb18c48d0508596ae0f3ca1 | e741f43e6f28669f1330faa422bbf44c496b63b4 | /old/session04_Primes/fermat.cc | 6378ddd4df6dae06bde15831848b8e45586392b3 | [] | no_license | StevensDeptECE/CPE593 | d5ee7816a42d9db112a9618fb95c14922ccd8e75 | 3ca8115e84287a2afd18d27976720c159ab056a2 | refs/heads/master | 2023-04-26T21:07:47.252333 | 2023-04-19T01:25:09 | 2023-04-19T01:25:09 | 102,521,068 | 50 | 51 | null | 2023-03-05T17:45:52 | 2017-09-05T19:22:17 | C++ | UTF-8 | C++ | false | false | 166 | cc | bool fermat(uint64_t p, int k) {
for (int i = 0; i < k; i++) {
a = random(2, p-1);
if (powermod(a, p-1, p) != 1)
return false;
}
return true; //probably!
}
| [
"dov.kruger@stevens.edu"
] | dov.kruger@stevens.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.