blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
06996f17bf83def336e6e38897723d3a8521e88c | 3a6c1a09e56422bb2496fb811708067f8346845d | /point_set.hh | 9d1788e9545a2ad0485002fb2e4ca852d82260fc | [] | no_license | rlee32/lkhq | fe3e2109ce270c7ace0542d2732a467392b3350e | 3dbe1ab144467c1babcc607cdef417d4abbca45d | refs/heads/master | 2021-06-15T22:21:39.835520 | 2021-03-26T12:04:19 | 2021-03-26T12:04:19 | 176,657,238 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,511 | hh | #pragma once
// Represents a TSP instance (not any particular tour, though).
#include <vector>
#include "length_calculator.hh"
#include "box_maker.hh"
#include "primitives.hh"
#include "point_quadtree/node.hh"
class PointSet {
public:
PointSet(const point_quadtree::Node& root,
const std::vector<primiti... | [
"rlee32@gatech.edu"
] | rlee32@gatech.edu |
2c530543df40ccad8d9aba2229647874d2f7169d | 2fc8903fabbf9889c14a109b9210a8b51ed6df0a | /bench/binarytrees/binarytrees.gpp-2.gpp | 8f95f3d1af7a8ad297d228e516e119665228bf80 | [
"BSD-3-Clause"
] | permissive | kragen/shootout | 6620f5756d3a2f6d9dce32e86851835cfdf5d5bc | 71aa4ec4cd15940c59f1a1bb71ac1ff1572a55c2 | refs/heads/master | 2021-01-01T06:50:07.668336 | 2011-05-17T22:22:19 | 2011-05-17T22:22:19 | 1,693,719 | 18 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 1,524 | gpp | /* The Computer Language Benchmarks Game
* http://shootout.alioth.debian.org/
*
* Contributed by Jon Harrop
* Modified by Alex Mizrahi
*/
#include <stdio.h>
#include <stdlib.h>
#include <iostream>
struct Node {
Node *l, *r;
int i;
Node(int i2) : l(0), r(0), i(i2) {}
Node(Node *l2, int i2, Node *r2) : l(l... | [
"igouy-guest"
] | igouy-guest |
37bc09d7ed2079fd273821d00cca33a516bf4bce | 3013aca68b0f2b51e4709532c6e81f963236c260 | /Unitjizhang.h | fd883d4cbaf2d48f55c29f2e83bb8b1eda4e4430 | [] | no_license | kevinchenbin/retail | c4e383c4edbf8699207b9606f7dabf0a506568dd | f875aef1c1d8790899ef1cdb7d1e984761912c7e | refs/heads/master | 2020-08-03T10:18:00.835937 | 2016-11-12T11:45:11 | 2016-11-12T11:45:11 | 73,549,161 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,369 | h | //---------------------------------------------------------------------------
#ifndef UnitjizhangH
#define UnitjizhangH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "RzGrids.hpp"
#inclu... | [
"legendbin@gmail.com"
] | legendbin@gmail.com |
265b182dd24888115d6b55b18cbf766261754be2 | 9d2d18eead188651365b2c79017e11296609f36d | /441_Arranging_Coins/submission1.cpp | fd531bc6641ccdd50e12b3f397f55225dc94bec6 | [] | no_license | Zhanghq8/Leetcode_notes | 5605fb361645d8ffa1153012c4b6d63718037cd9 | a51eafa78524a1ee873da325f79e7e56eaaa0b7d | refs/heads/master | 2021-07-10T01:27:14.878587 | 2020-08-02T01:09:40 | 2020-08-02T01:09:40 | 174,649,314 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 547 | cpp | #include <iostream>
#include <string>
#include <vector>
using namespace std;
class Solution {
public:
int arrangeCoins(int n) {
int left = 0;
int right = n;
while (left < right) {
long mid = left + (right - left) / 2;
long sum = mid * (mid + 1) / 2;
if (... | [
"hzhang8@wpi.edu"
] | hzhang8@wpi.edu |
cc1e24044220bfb30b3a8961ac41b0486fa0743f | c67cbd22f9bc3c465fd763fdf87172f2c8ec77d4 | /Desktop/Please Work/build/Android/Preview/app/src/main/include/Fuse.Gestures.RotateGesture.h | 66e21f81fac4e4d9c95dfbe1020285618584fd3d | [] | no_license | AzazelMoreno/Soteria-project | 7c58896d6bf5a9ad919bde6ddc2a30f4a07fa0d4 | 04fdb71065941176867fb9007ecf38bbf851ad47 | refs/heads/master | 2020-03-11T16:33:22.153713 | 2018-04-19T19:47:55 | 2018-04-19T19:47:55 | 130,120,337 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,114 | h | // This file was generated based on C:/Users/rudy0/AppData/Local/Fusetools/Packages/Fuse.Gestures/1.8.1/RotateGesture.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Fuse.Binding.h>
#include <Fuse.Gestures.TransformGesture.h>
#include <Fuse.INotifyUnrooted.h>
#include <Fus... | [
"rudy0604594@gmail.com"
] | rudy0604594@gmail.com |
16ac1b75d8433f38d85fc7930af11e79316ada3e | 9423a8570722980773eb105bc8878a28a8d412d2 | /Codeforces_Problems/96A_Football.cpp | 53930dba5174400fb8b6d9d7a3624e787aa7c9d3 | [] | no_license | Mahadi001/Learning_Norms_tutorial_codes | 1737bdcfa1ce4fc3c680755b6de63d74ca6d9f45 | 37ed13cdfe16bb124a4df08fa7e6d7587a76f90c | refs/heads/master | 2021-05-24T14:39:10.028236 | 2020-07-14T20:12:27 | 2020-07-14T20:12:27 | 253,609,740 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 438 | cpp | #include <bits/stdc++.h>
using namespace std;
int main ()
{
int counter = 0;
string str;
cin >> str;
for(int i = 0; i < str.size(); i++){
if(str[i] == str[i+1]){
counter++;
}
else{
counter = 0;
}
if(counter >= 6){
break;
... | [
"noreply@github.com"
] | noreply@github.com |
0b2cf43d97c8dff21a46a76613c90bac91936967 | 33a5492a94ca7b664a373ea81b0f968dc59510b1 | /sample/sample-extension/src/tslibext_stpt.cpp | b04205661c9e60fb6913d6a0b83045c94d9b428b | [
"WTFPL",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | blowfish64/tsduck | 30e8c8617f9f42c30f7b216e0761560daf23c62a | b096f01886211547a3e360da853da34d5fa1da3e | refs/heads/master | 2020-07-13T06:00:09.449216 | 2019-08-27T19:42:16 | 2019-08-27T19:42:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 457 | cpp | // Sample TSDuck extension.
// This file is included in the shared library.
// It exports the required symbol for this shared library to be recognized as a valid TSDuck extension.
#include "tsduck.h"
TS_DECLARE_EXTENSION(u"stpt", // extension name
u"Handling of Sample Third-Party Table (S... | [
"thierry@lelegard.fr"
] | thierry@lelegard.fr |
4c0795a0bc004a67162e2b19d6ac5fe8ed108950 | 6c48f80a8b74c01ae1edf93547fded5eba26536a | /jabon/src/GusfieldChainer.h | 9e4da760ab638e943dc4878f45c2ffd0cd706fa7 | [] | no_license | BioinformaticsArchive/blasr | d291d49ca5985399a387b297dd82901af331110f | 2c124a2b3f15d3b9932dffb97009025cbeaec68d | refs/heads/master | 2020-12-25T09:09:39.176768 | 2013-03-12T15:17:43 | 2013-03-12T15:17:43 | 9,436,305 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 868 | h | #ifndef GUSFIELD_CHAINER_H_
#define GUSFIELD_CHAINER_H_
#include <vector>
#include <string>
#include <iostream>
#include <map>
#include <algorithm>
#include "Rectangle.h"
#include "RectangleTree.h"
using namespace std;
class Chainer
{
public:
Chainer();
Chainer(int diagonalCutoff, int joinCutoff, int mini... | [
"dalexander@pacificbiosciences.com"
] | dalexander@pacificbiosciences.com |
b0dc50c2e759b831d92f633d718a606c627eba9e | 20966ff12a96a9a9616fda3d759d78fa5d56d7e4 | /KrakEngine/ShaderResources.h | 88f0d6b6d54a51460232bc142628fef265b53cee | [] | no_license | xctrex/KrakEngine | e3130600e1a02d2886d95e8b27493d30623850f8 | 450c5f48a7595e24f23bc5ffcbdf66bf92d1e9b9 | refs/heads/master | 2020-12-24T14:36:32.190997 | 2018-01-25T06:30:55 | 2018-01-25T06:30:55 | 27,479,845 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,001 | h | #pragma once
#include "Precompiled.h"
struct ShaderResources
{
ShaderResources(
std::vector<ID3D11ShaderResourceView*> vertexTextures,
std::vector<ID3D11SamplerState*> vertexSamplers,
std::vector<ID3D11ShaderResourceView*> pixelTextures,
std::vector<ID3D11SamplerState*> pixelSampler... | [
"xctrex@hotmail.com"
] | xctrex@hotmail.com |
3207294e711f7ededbf93c7365b3434b81640c0a | 0cbac6b9a4bf464c033b1b14242b0826bff9ddc6 | /common/src/init/database_init.cpp | c75d40d651d74953fc1c07643ee1745bb206ac08 | [] | no_license | xyliuke/plan9 | 4c32dabd0dce478db29f376ea1294e4882a2283c | 10b60068b530d6137facccfd2a78fdf6ccca8d99 | refs/heads/master | 2021-01-17T03:16:34.662932 | 2018-02-28T11:51:48 | 2018-02-28T11:51:48 | 40,040,853 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,484 | cpp | //
// Created by liuke on 16/01/2017.
//
//#include <error/error_num.h>
#include "database_init.h"
#include "log/log_wrap.h"
#include "database/sqlite_warp.h"
#include "commander/cmd_factory.h"
#include <tuple>
#include <error/error_num.h>
namespace plan9
{
void database_init::init() {
log_wrap::io().i("... | [
"liuke2@guazi.com"
] | liuke2@guazi.com |
01744c981c774a35a4cd1abf4c4dfd534ff37715 | 62879b9e030be0fa097aef101c83aee50270621b | /I want to go/Library/Il2cppBuildCache/WebGL/il2cppOutput/System_Attr.cpp | 4e70878f2c6744ea333da804faf20c640e94be71 | [
"Apache-2.0"
] | permissive | Bithellio/IWantToGo | 02e2bdfb52ed8269e721421a6f07ae3243a921e1 | 966c8b941c386827f78e37d514b5ae4155ab3037 | refs/heads/master | 2022-12-26T10:34:11.444433 | 2020-10-06T05:15:37 | 2020-10-06T05:15:37 | 300,854,499 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 345,839 | cpp | #include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
// System.Char[]
struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34;
// System.String[]
struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A;
// System.Type[]
str... | [
"Thomas.bithell@gmail.com"
] | Thomas.bithell@gmail.com |
f0a94ae1f51412f80651dc5f5253e562e6669a40 | cc1701cadaa3b0e138e30740f98d48264e2010bd | /gpu/command_buffer/client/webgpu_implementation.cc | ff9b9adf807b5c5b3a47de5d95ef135688fe69fd | [
"BSD-3-Clause"
] | permissive | dbuskariol-org/chromium | 35d3d7a441009c6f8961227f1f7f7d4823a4207e | e91a999f13a0bda0aff594961762668196c4d22a | refs/heads/master | 2023-05-03T10:50:11.717004 | 2020-06-26T03:33:12 | 2020-06-26T03:33:12 | 275,070,037 | 1 | 3 | BSD-3-Clause | 2020-06-26T04:04:30 | 2020-06-26T04:04:29 | null | UTF-8 | C++ | false | false | 24,710 | cc | // Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "gpu/command_buffer/client/webgpu_implementation.h"
#include <algorithm>
#include <vector>
#include <dawn/dawn_proc.h>
#include "base/numerics... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
3595baa3b7c90cf190d0cd58a60b964d8d1b8dbb | bf1399fd6ce84e2d5c1110acb90a4c02bd124b15 | /OpenMesh/Core/Mesh/ArrayKernel.hh | 7695aa054040eb61e7e5ddfe40ed2bbecf0133cb | [] | no_license | bedoron/DGP-5 | a84503429935405c2c017f0f6867b3d886164f36 | dc72935be5e826753f2aee6462137e0bd4a012fb | refs/heads/master | 2016-08-05T07:04:10.619051 | 2013-06-15T08:22:37 | 2013-06-15T08:22:37 | 10,703,778 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 30,526 | hh | /*===========================================================================*\
* *
* OpenMesh *
* Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
* ... | [
"b.e.doron@gmail.com"
] | b.e.doron@gmail.com |
e478a7e340604c0e4a26a07ec959661f3cf95383 | f5508fec0baab5e79facc723c4e505f282c239b1 | /Assignment 3/Delete Node in linked List.cpp | 76aa0cbe9244a6cb9618cc357cf05d4b58fc3bf0 | [] | no_license | mayursinghal01/Cipherschools_assignmetns | f58bcd8a921db4a329dcfe08029a86d5554eb985 | 408c90c41a98104fb1b20a1eeb8c80b6b7cac17e | refs/heads/main | 2023-03-08T00:43:28.101066 | 2021-02-23T05:41:59 | 2021-02-23T05:41:59 | 339,471,819 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,523 | cpp | #include <bits/stdc++.h>
using namespace std;
class Node
{
public:
int data;
Node *next;
};
void deleteNode(Node *head, Node *n)
{
if(head == n)
{
if(head->next == NULL)
{
cout << "There is only one node. The list can't be made empty ";
return;
}
head->data = head... | [
"noreply@github.com"
] | noreply@github.com |
1422bf2f0dd12010de4e3a94bded0d3f761ca151 | 200ca19c6419be163e1c9efe41351af20eaecfc7 | /src/rpcprotocol.h | eac9724c26be474339f77128f725341f445e9fdc | [
"MIT"
] | permissive | wolfoxonly/cocn | fff096159f818daec496a2472ee0ffbd34c0f1d2 | dc29dc24b79882765ecc09d7ba2241492d999124 | refs/heads/master | 2020-04-11T20:26:39.263281 | 2018-12-18T02:11:40 | 2018-12-18T02:11:40 | 162,071,106 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,354 | h | // Copyright (c) 2010 Satoshi Nakamoto
// Copyright (c) 2009-2013 The CloudComputingChain developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef _BITCOINRPC_PROTOCOL_H_
#define _BITCOINRPC_PROTOCOL_H_ 1
#include... | [
"16358164@qq.com"
] | 16358164@qq.com |
c3c30f2c218ac8453e60ca8272c7160085e4da63 | 3e7142c65796597af86b637072e54ce71c8824d6 | /src/ConEmuHk/Injects.cpp | cfc5295249fdf2454cfff56eb608f77adf0ac150 | [
"BSD-3-Clause"
] | permissive | qyqx/ConEmu | f145600ef39c6538b5a1274b1237bdcfec67f9d6 | 249c4c739f099bf136d5dd2328cb8605b6996f54 | refs/heads/master | 2020-12-30T22:09:46.720338 | 2015-11-30T00:55:34 | 2015-11-30T00:55:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,413 | cpp |
/*
Copyright (c) 2009-2015 Maximus5
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the followin... | [
"ConEmu.Maximus5@gmail.com"
] | ConEmu.Maximus5@gmail.com |
3bbf4ee5e2da99bfa08d4319cdf5f1e05ce3d3d8 | 4b854c5543ff9dacf165dad569a2d1198f177628 | /test/cctest/heap/test-array-buffer-tracker.cc | afff42d6313de4c0ac391998384b6cef54b7a82f | [
"BSD-3-Clause",
"SunPro",
"bzip2-1.0.6"
] | permissive | Fantasy9527/v8 | 5315608a104fd8e556ff83c59ed5097ac42a6309 | 41a6496715b2bc3d60ace3534a4f7482a97699ff | refs/heads/master | 2020-04-15T15:24:45.485596 | 2019-01-09T03:16:10 | 2019-01-09T03:40:03 | 164,792,403 | 0 | 1 | NOASSERTION | 2019-01-09T05:11:43 | 2019-01-09T05:11:43 | null | UTF-8 | C++ | false | false | 15,174 | cc | // Copyright 2016 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "src/api-inl.h"
#include "src/heap/array-buffer-tracker.h"
#include "src/heap/heap-inl.h"
#include "src/heap/spaces.h"
#include "src/isolate.h"... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
43882d6779ec7f182f5e088241a8708932a0cd07 | ad41bd2ef7cf240844605494cfcedde956fa63dd | /Drawer.cpp | 1a9ec4a037e9694ffa917455f61920c309b045f5 | [] | no_license | fengjixuchui/Arma-III-Unix | 762817223414c1a15feaa227b4af9f146ad74faa | 9b3f1d4420e1154796002d7841853a5151749c72 | refs/heads/master | 2020-06-22T15:15:53.316358 | 2017-10-27T22:44:43 | 2017-10-27T22:44:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,664 | cpp | #include "Drawer.h"
using namespace A2OA;
void render( LPVOID args )
{
D3D9_item* item = (D3D9_item*)args;
Memory* m = (Memory*)item->arguments;
auto world = World::Singleton();
if( !world->getCameraOn()->getUnit()->getBase() )
return;
auto locPlayer = world->getCameraOn()->getUnit()->getPlayer();
... | [
"normunds.rieksts@gmail.com"
] | normunds.rieksts@gmail.com |
fabd38ed48f62b40bb5585f1ca302bb55a10ae4c | bdb86d72be26f0d2d4d72d692f0875887fd11402 | /BCC102/include/windows/sdk/_dbdao.h | 2e71cbbdae9095ba7a4ac696aa72bb36fcbb8567 | [] | no_license | KaarthicPulogarajah/Battleship | 28168359e4209a36b12e855668105ab31f7121f3 | a216169e28c7b54c730df23d61ab07d25d487c05 | refs/heads/master | 2021-01-12T04:23:33.630829 | 2019-08-21T01:37:39 | 2019-08-21T01:37:39 | 77,579,201 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,411 | h | /************************************************************************
** _ D B D A O . H *
** *
*************************************************************************
** Copyright (C) 1996 by Microsoft Corporation *
** All Rights Reserved *
***********************... | [
"kaarthicp@hotmail.com"
] | kaarthicp@hotmail.com |
dc0d4ab5862f15db0990374c4e0886f92541e466 | b270b2c883d7acac95a91871e8dcf8c125d5e56f | /CPPPlayground/CPPPP_Book/Ch_10/exercises/ex_1/bank.cpp | 478aaae1b10af54698ace63bb5e20c3342961c11 | [] | no_license | shanegrayson/coding_examples | 18c9febcc2b3a4c8e1631349b201d5de37da05d6 | 90f4fe20d56f387e1c69a10613d6139da0199a27 | refs/heads/master | 2022-08-26T22:21:34.780021 | 2022-08-09T16:53:34 | 2022-08-09T16:53:34 | 214,016,944 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,435 | cpp | /********************************************
* Author: Shane Grayson
* Date: 01/08/2020
* Program: bank.cpp
* Purpose: This file contains allt the
* definitions for the object
* ******************************************/
#include <iostream>
#include "bank.h"
Bank::Bank()
{
name = "Empty";
accou... | [
"shanegrayson@gmail.com"
] | shanegrayson@gmail.com |
31c479815b07e574fb59b4721a783171637f082e | b13c2407306298a5d7da0bd719948c2ffdcf0891 | /air-quality-alarm/src/main.cpp | 6073a77ad7e2ae84abe1c04aa7806ef3fbf2bd7c | [] | no_license | anxolerd/master-thesis-air-quality-demo | a656dab8d5188cdff18cbbeaabe416a4b2c8d7d4 | 50319ec87be89d71e8e6eef964dd9fddac32da07 | refs/heads/master | 2020-04-10T14:48:14.004979 | 2018-12-13T00:38:33 | 2018-12-13T00:38:33 | 161,087,756 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,417 | cpp | #include <Arduino.h>
#include "ESP8266WiFi.h"
#include <Servo.h>
#include "RGBLed.hh"
#include "Credentials.hh"
#include "MQTT.hh"
const long SLEEP_TIME = 1000;
// ********** Define pins **********
const uint8_t LED_RGB_R_PIN = D2;
const uint8_t LED_RGB_G_PIN = D3;
const uint8_t LED_RGB_B_PIN = D4;
const uint8_t LE... | [
"anxolerd@outlook.com"
] | anxolerd@outlook.com |
525d9b5c33b6c03571c8ada2c38a0d5703801ef0 | 755c650f9048a928f600663047a2a4f384bafc63 | /SOFT/testIMU/testIMU.ino | 366788d0ea3c90f90a9fd1aaa8eafd50bfbe6b12 | [] | no_license | todocono/swarmesh | 5481192cc7e13b19fcc27ab86ca75314fa0c4851 | 9631728b3b6dc52c3e4f576c3c748ecbc2c53168 | refs/heads/master | 2021-07-06T14:57:53.921185 | 2020-11-27T02:12:11 | 2020-11-27T02:12:11 | 211,023,357 | 6 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 22,127 | ino | // I2C device class (I2Cdev) demonstration Arduino sketch for MPU6050 class using DMP (MotionApps v2.0)
// 6/21/2012 by Jeff Rowberg <jeff@rowberg.net>
// Updates should (hopefully) always be available at https://github.com/jrowberg/i2cdevlib
//
// Changelog:
// 2019-07-08 - Added Auto Calibration and offset gener... | [
"47706495+nh8157@users.noreply.github.com"
] | 47706495+nh8157@users.noreply.github.com |
1161593afd09bc2349e68c1423c68fd6aaeb9a58 | 39440fdd720088526b0fce5610f4f2c430eb08c4 | /wxWidget_codegen/output/ok/wxNotifyEvent.cpp | 375d93eccd1d5fb0b33b07d2a62f2bfbb3d5545e | [] | no_license | greshem/develop_wxwidgets | ab79d732efd18200e0593a0c2b02ebf9eb7ee648 | f78a283959cc04d2893e96aa95bb79f4011e0f85 | refs/heads/master | 2021-01-10T10:56:39.516822 | 2015-10-28T00:08:10 | 2015-10-28T00:08:10 | 45,077,895 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 542 | cpp | #include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <iostream>
#include <string>
#include <dirent.h>
#include <fstream>
#include <iterator>
#include <vector>
#include <algorithm>
#include <iostream>
#include <map>
#include <wx/wx.h>
#include <wx/thread.h>
#include <wx/confbase.h>
#include <wx/encc... | [
"qianzhongjie@qq.com"
] | qianzhongjie@qq.com |
1425b2e497ae266ce7820aac13d18ac304316af2 | 5f9c14bc02fa0c096a0f800b3771027d4e6141ab | /src/base64.cpp | 9d88c76da838e4b7806a0fb3638b3b4e254c63e6 | [
"MIT"
] | permissive | lhamowski/kl | 601c6f50fc7be8c9d7d37d52b62394716ffc8f6d | 52f4a4dda7b6444e1f1432f62372d0949ccab6f6 | refs/heads/master | 2021-02-16T04:35:07.383716 | 2020-11-02T19:24:20 | 2020-11-02T19:24:20 | 244,966,774 | 0 | 0 | MIT | 2020-03-04T17:50:10 | 2020-03-04T17:50:09 | null | UTF-8 | C++ | false | false | 4,209 | cpp | #include "kl/base64.hpp"
#include "kl/utility.hpp"
#include <cstring>
namespace kl {
std::string base64_encode(gsl::span<const std::byte> s)
{
static constexpr const char alphabet[] =
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
auto lookup = [](std::byte c) {
return al... | [
"k0zmo@outlook.com"
] | k0zmo@outlook.com |
6ff56587112f0110be819bf1c1f1a2601062bf2d | 44754c7a3565acb9d466cb16fc49e1480228935b | /Source/UnrealStarterProject/MyPawn.cpp | 947422ac17306d78e1e509239a187f7eabe2d950 | [] | no_license | MOSS17/UnrealStarterProject | 565bc88750671dc72f33f918146a556ae2af1d8e | 9854380fbc81e10ddd8a00cf7af10cbb68a67138 | refs/heads/main | 2023-03-24T07:52:01.551812 | 2021-03-20T08:23:45 | 2021-03-20T08:23:45 | 349,656,525 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,086 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "MyPawn.h"
// Sets default values
AMyPawn::AMyPawn()
{
// Set this pawn to call Tick() every frame. You can turn this off to improve performance if you don't need it.
PrimaryActorTick.bCanEverTick = true;
}
// Called when t... | [
"42181277+MOSS17@users.noreply.github.com"
] | 42181277+MOSS17@users.noreply.github.com |
4805e3278184b6b2e535caa77c0ed73275703fb7 | 091dc0ac8cd98d704ff40654051c8e0c146e3b0b | /9466_텀프로젝트.cpp | 94a93cb1c89170ba85dee60edb2e0f4c0ec3b3e8 | [] | no_license | jangsohee/Algorithm | e2ff80fe49c8acd566c221e857b264df8948dffd | e57eebafc9169e7c0493b666a16b94da3e1f788e | refs/heads/master | 2020-06-28T20:37:25.264200 | 2016-11-22T13:21:46 | 2016-11-22T13:21:46 | 74,246,997 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 889 | cpp | #include <cstdio>
using namespace std;
int v[100002];
int chk[100002];
int cnt = 0;
bool flag = false;
void dfs(int start, int stop) {
if (v[start] == -1 || chk[start] == 1) return;
if (v[start] == stop) {
chk[start] = 1;
cnt++;
flag = true;
return;
}
chk[start] = 1;
dfs(v[start], stop);
if (flag) {
... | [
"jsh41817@naver.com"
] | jsh41817@naver.com |
82f3ed1a39ee87bf9de63aaa7b921e5fda5b226d | 954377c3bb9f75826c959249c7f1f505366e9388 | /src/game.cc | c9b569d6c4d1a7d912acacc5fc50183a8196c7a4 | [] | no_license | bentglasstube/ld32 | 6dbd3b3cda7040113ce473d929da9c2be365674a | e7286ecddc239bff2c16379b6ef00c3ea72ae736 | refs/heads/master | 2021-01-17T15:23:24.761021 | 2016-05-02T15:58:43 | 2016-05-02T15:58:43 | 41,442,604 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,631 | cc | #include "game.h"
#include <boost/format.hpp>
#include <SDL2/SDL.h>
#include <stdlib.h>
#include <time.h>
#include "audio.h"
#include "graphics.h"
#include "input.h"
#include "text.h"
#include "title_screen.h"
#include "screen.h"
#define SHOW_FPS false
namespace {
const int FPS = 60;
const int MSPF = 1000 / FPS... | [
"alan@eatabrick.org"
] | alan@eatabrick.org |
69ff422f4774d7cde6b9b7b5857a2cecd4640516 | 683638c936c4cae22a3ff40c20baa062172e1882 | /irrlicht-1.8.4/source/Irrlicht/CTRTextureWire2.cpp | 5cf8b3cd1c032a8f6182f87b6c8a6b0990f9e6fd | [
"MIT",
"Zlib",
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | le-theatre/Indie | e6d246db396a2ac4d59ff53aa95d73594468ebaa | 49b3a8f6196fb3188d41731945c92b61bb6403d8 | refs/heads/main | 2023-05-03T05:19:38.420683 | 2021-05-10T04:10:23 | 2021-05-10T04:10:23 | 361,096,965 | 2 | 0 | MIT | 2021-04-29T13:35:19 | 2021-04-24T07:18:49 | null | UTF-8 | C++ | false | false | 5,498 | cpp | // Copyright (C) 2002-2012 Nikolaus Gebhardt / Thomas Alten
// This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h
#include "IrrCompileConfig.h"
#include "IBurningShader.h"
#ifdef _IRR_COMPILE_WITH_BURNINGSVIDEO_
// compile flag for this ... | [
"romain.minguet@epitech.eu"
] | romain.minguet@epitech.eu |
13c78c9235c3dc76690274e008e44476a0c83a10 | 44b27aad9cfe0ecc960ffb30c3785d94a68fd716 | /exp4/Classes/Chapter11/MazeScene.h | d27b1c9be9888705175d263bb4073567eca5a7fe | [] | no_license | Danielhuang12138/Cocos | 4c36b1dbfc4d24029b01b2982192865104940535 | a20f9a1614872a73808308567aeed9a78b8d4607 | refs/heads/master | 2023-06-03T19:05:24.724601 | 2021-06-20T07:48:03 | 2021-06-20T07:48:03 | 372,528,856 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,494 | h | #ifndef _MAZE_SCENE_H
#define _MAZE_SCENE_H
#include "aStar.h"
#include "cocos2d.h"
USING_NS_CC;
#define SMILE_TAG 1
#define DRAW_TAG 2
#define FORBID_TAG 3
#define BOX_TAG 4
#define TIP_TAG 5
#define BLOCK 6
#define DEATH 7
#define DOWN 8
#define UP 9
#define D_TAG 10
#define DE_TAG 11
#define NOT_ACCESS_TILE 80
... | [
"h114wangzhi@outlook.com"
] | h114wangzhi@outlook.com |
d53250a822bf860b9bdc9eca65450aa17a652ab5 | d3fcfbaa0e200f49cefe4b77388292402e428eb3 | /UVA/12503 - Robot Instructions.cpp | 90fb3ced82272b90f9ab9bde6a207dd60e8227f8 | [] | no_license | edge555/Online-Judge-Solves | c3136b19dc2243e9676b57132d4162c554acaefb | 452a85ea69d89a3691a04b5dfb7d95d1996b736d | refs/heads/master | 2023-08-22T03:23:11.263266 | 2023-08-21T07:22:33 | 2023-08-21T07:22:33 | 145,904,907 | 14 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 954 | cpp | #include <bits/stdc++.h>
#define pf printf
#define sf(num) scanf("%d",&num)
#define sff(num1,num2) scanf("%d %d",&num1,&num2)
#define cspf(kk) printf("Case %d: %d\n",tc++,kk)
#define rep(i,n) for(i=1;i<=n;i++)
#define rep0(i,n) for(i=0;i<n;i++)
#define reps(i,a,n) for(i=a;i<=n;i++)
typedef long long ll;
using namespac... | [
"shoaib27@student.sust.edu"
] | shoaib27@student.sust.edu |
d59345fc36b30c526d529099f93f7df2ca3412da | fb247db9a644ac90bf75330cd65fa4644fc8f42f | /SniperCommander.cpp | bcb4608f5e95e0d44625fd9074cab7dc9b559d14 | [
"MIT"
] | permissive | orielmalihi/wargame-a | 2017c17866467e9893168a4da57704f297c8ae45 | cf4fd68c5465ae187b404dff4791674cffddf0e8 | refs/heads/master | 2022-09-19T05:27:49.141758 | 2020-06-03T17:20:59 | 2020-06-03T17:20:59 | 265,232,854 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,196 | cpp | /**
* cpp file for foot-Commander in the game.
*
* @author oriel malihi
* @since 2020-05
*/
#include <string>
#include <iostream>
#include <vector>
#include <stdexcept>
#include "SniperCommander.hpp"
#include "Board.hpp"
using namespace std;
void SniperCommander::activate(int x, int y, WarGame:: Board& b... | [
"orielmalihi1@gmail.com"
] | orielmalihi1@gmail.com |
ce795247b7caaf33c0b5464267cde8b781b8a605 | 9ae5a09f12623ffb53054a0a9c32d2c1951dd1c2 | /FinalTank/Cpp坦克大战/PUBLIC.cpp | 0cc0764e2b545eb0dc54d52dc6727e1d5ab551f7 | [] | no_license | Katana-O/TankWar | a8a1195774f35452401817fd9692b23f649b1b88 | 1ef28c30cc989153416bfcc4de923dc288b968ad | refs/heads/main | 2023-08-17T05:14:59.576596 | 2021-09-27T19:06:02 | 2021-09-27T19:06:02 | 411,009,450 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 8,793 | cpp | #include "PUBLIC.h"
//***写字写数字函数
void UltraWrite(short x, short y, const char* pStr, int data, short color)
{
COORD Position = { x * 2,y };
HANDLE Houtput = GetStdHandle(STD_OUTPUT_HANDLE);
SetConsoleCursorPosition(Houtput, Position);
SetConsoleTextAttribute(Houtput, color);
printf("%s %d", pStr, data);
}
//***自定义... | [
"StaringTheWorldAtMyRearView123@protonmail.com"
] | StaringTheWorldAtMyRearView123@protonmail.com |
d5a073596940a616b55157ead9ddb19b348a54a5 | d24975c1f4cc7553936f90a032696857237a681d | /UVa Online Judge/10986 - Sending email.cpp | 41b388049810d075d314164057f04ba08a9f962f | [
"Apache-2.0"
] | permissive | SamanKhamesian/ACM-ICPC-Problems | 304b5cfe6e227cce2d63209711bee7c2982620cd | c68c04bee4de9ba9f30e665cd108484e0fcae4d7 | refs/heads/master | 2020-04-29T08:42:58.942037 | 2019-03-21T20:11:57 | 2019-03-21T20:11:57 | 175,996,101 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,734 | cpp | #include <iostream>
#include <algorithm>
#include <cstring>
#include <queue>
#include <climits>
#include <vector>
using namespace std;
int n, m, s, t;
int test, c = 1;
vector <int> dis;
vector <bool> visited;
vector <vector <pair <int, int> > > graph;
class comparator
{
public:
bool operator()(... | [
"saman.khamesian@gmail.com"
] | saman.khamesian@gmail.com |
ccbe1ac116484632b7c2f2288b88f343aaae01fc | 674d721e18ddd9a9a7dc7fb82a0feb785fe262d9 | /Week_04/Day_03/02src/Square.cpp | dccccc7a7ea8fa3e21d938e3c0a1ef7d0a8689b1 | [] | no_license | greenfox-zerda-sparta/kingamagyar | d5e723867f8f35ffaacd460231b5d96c9e633aa4 | c059a1a87ec48bc8ad04c5b3db3b31541d1393eb | refs/heads/master | 2021-01-13T07:30:26.976162 | 2017-02-07T16:11:04 | 2017-02-07T16:11:04 | 71,350,847 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 224 | cpp | /*
* Square.cpp
*
* Created on: Nov 9, 2016
* Author: Kinga
*/
#include "Shape.h"
#include "Square.h"
Square::Square() {
}
string* Square::getName() {
return new string("Square");
}
Square::~Square() {
}
| [
"kinga.magyar89@gmail.com"
] | kinga.magyar89@gmail.com |
a30b8fdb940d8358afe4c2f0437868b78d454ff4 | 89b7e4a17ae14a43433b512146364b3656827261 | /testcases/CWE762_Mismatched_Memory_Management_Routines/s03/CWE762_Mismatched_Memory_Management_Routines__delete_class_calloc_68a.cpp | 041d418f841c8e23b3bd58483c0ba752aa42ab5e | [] | no_license | tuyen1998/Juliet_test_Suite | 7f50a3a39ecf0afbb2edfd9f444ee017d94f99ee | 4f968ac0376304f4b1b369a615f25977be5430ac | refs/heads/master | 2020-08-31T23:40:45.070918 | 2019-11-01T07:43:59 | 2019-11-01T07:43:59 | 218,817,337 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,868 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE762_Mismatched_Memory_Management_Routines__delete_class_calloc_68a.cpp
Label Definition File: CWE762_Mismatched_Memory_Management_Routines__delete.label.xml
Template File: sources-sinks-68a.tmpl.cpp
*/
/*
* @description
* CWE: 762 Mismatched Memory Management Routines
... | [
"35531872+tuyen1998@users.noreply.github.com"
] | 35531872+tuyen1998@users.noreply.github.com |
4783d21c084cea27c448d38e43be74524dfdbbbe | a962db3467be3b04b68714abb00611ff92c121b6 | /Cpp-Primer-5th-answers/ch15/ex15.34.35.36.38/query_base.h | 8a2fbf908a23f340e2c9a8c377499c0137395632 | [
"CC0-1.0"
] | permissive | blueyi/cpp_study | 6bf636076c4489996a95067bbf41d634b6a36b5d | 8d839744f9a7c7d217c265e6ca480eb78dbc7162 | refs/heads/master | 2020-04-05T14:04:48.226583 | 2016-09-01T01:16:45 | 2016-09-01T01:16:45 | 38,018,441 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 628 | h | #ifndef QUERY_BASE_H
#define QUERY_BASE_H
#include "textquery.h"
#include "queryresult.h"
/**
* @brief abstract class acts as a base class for all concrete query types
* all members are private.
*/
class Query_base
{
friend class Query;
protected:
using line_no = TextQuery::line_no; // ... | [
"blueyiniu@qq.com"
] | blueyiniu@qq.com |
7b2abfc2e22a995b66a86cd3b72e8a396469bf02 | a69996dc969fe277dd1088f92a7ff291c428eaf2 | /model/regression.hpp | b0d9843575c9ed1f823c3798c1c70cdf35500fee | [
"MIT"
] | permissive | kurff/cascade | 8542ec68d0efc82abeea48aabbef7abe2664df77 | 3fffc7c760fab0ed7380b0f23bdd331d8b550c1f | refs/heads/master | 2020-03-30T09:38:03.359124 | 2018-11-05T13:37:28 | 2018-11-05T13:37:28 | 151,084,486 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 571 | hpp | #ifndef __REGRESSION_HPP__
#define __REGRESSION_HPP__
#include "model/model.hpp"
namespace kurff{
class Regression : public Model{
public:
Regression(int top_k) : Model(top_k){
}
~Regression(){
}
void run(const Mat& image, vector<Box>& objects)... | [
"kurffu@gmail.com"
] | kurffu@gmail.com |
f5330c1ce5f5ba084bc6e3f65a658bc5da4ee594 | 690938563483ea5c58cdaae4c4d8c79ca3728928 | /TP4/Cylinder.h | 9f3eb02ce78965ac00eb31afd056769339401817 | [] | no_license | micaelbergeron/kangaroo | f8c72c7dbb1ade54fb3a17b60fc4f5b2bf359084 | 34870e07179a111ef7cd5c62450ebb8ace752012 | refs/heads/master | 2016-08-04T08:42:15.889847 | 2012-11-08T04:10:24 | 2012-11-08T04:10:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 917 | h | #pragma once
#include "SceneObject.h"
class Cylinder : public SceneObject
{
private:
GLfloat m_topRadius;
GLfloat m_baseRadius;
GLfloat m_height;
GLint m_resolution;
GLUquadricObj * m_quadric; // does not own
public:
bool has_caps;
Cylinder(void)
: SceneObject()
{
}
Cylinder(GLUquadricObj * quadric, GL... | [
"micaelbergeron@gmail.com"
] | micaelbergeron@gmail.com |
c9831250262e3d900d638b2ecab64839f3cfa2cf | 50b2e3aa2434b34e70ab7154e005541d57d263a5 | /src/scripts/Script.cpp | 6e3cdd52eb1d39ff358715936e75d83efe085f89 | [] | no_license | electro-gamer/CSiOS | 9fd66e29897b545b71cd238cbb34967d66a81368 | 41e5afd9ebd36c9ae58e2cc45f9f881cf4a5d274 | refs/heads/master | 2023-02-14T14:22:03.598590 | 2021-01-11T21:10:52 | 2021-01-11T21:10:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,210 | cpp | //
// Created by squ1dd13 on 08/11/2020.
//
#include <sys/stat.h>
#include "Android.h"
#include "Script.h"
#include "../shared/Memory.h"
#include "../shared/Addresses.h"
#include "ScriptManager.h"
Script::Script(const std::string &path) {
// Get the size so we know how much space to allocate.
// CLEO scripts ... | [
"squ1dd13dev@gmail.com"
] | squ1dd13dev@gmail.com |
bd60a23b2696d1a13d678e0e2dab60061c1e7b0b | 301b039050c00a9efa4f3a5635e8b633f8adf988 | /caffe2/utils/fatal_signal_asan_no_sig_test.cc | f636001c879ce8b10e1d60812d2e99afe0dd58e8 | [
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause"
] | permissive | sunpan822/caffe2 | 9704b6fe556d272fbedfd6edfdb796f6a8f02970 | a3c56d892eb85054b4e7cbd1cf0a0d07422ae796 | refs/heads/master | 2020-04-12T14:31:45.919799 | 2019-04-19T04:10:40 | 2019-04-19T04:10:40 | 162,555,100 | 1 | 0 | Apache-2.0 | 2018-12-20T09:14:48 | 2018-12-20T09:14:47 | null | UTF-8 | C++ | false | false | 4,703 | cc | #include "caffe2/utils/signal_handler.h"
#if defined(CAFFE2_SUPPORTS_FATAL_SIGNAL_HANDLERS)
#include <gtest/gtest.h>
#include <pthread.h>
#include <unistd.h>
#include <functional>
#include <iostream>
#include "caffe2/core/common.h"
namespace {
void* dummy_thread(void*) {
while (1) {
}
}
bool forkAndPipe(
st... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
d509bdc95857cff8fcfecfcc19d020996521e6a1 | 44fd8e066a6a71eb75340ca34ceedc920f7e2693 | /EECS268FALL/Lab7/NumberFileGenerator.cpp | a6c204fc06576d853879d8b63907d8b7369d969f | [] | no_license | austinBailey5624/SchoolProjects | 5415ca997102f91d12cdabb36a1c8c91e25ba82e | 64296984d600feca12ec62b1c03a4f36a8f8e096 | refs/heads/master | 2021-09-13T15:38:55.125371 | 2018-05-01T16:50:47 | 2018-05-01T16:50:47 | 58,744,729 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,477 | cpp | /**
* @file: NumberFileGenerator.cpp
* @author: Austin Bailey
* @date: 4/3/2015
* @purpose: implementation file for the NumberFileGenerator class
**/
#include <iostream>
#include <string>
#include <chrono>
#include <functional>
#include <ctime>
#include <cassert>
#include <fstream>
#include <random>
#include "Number... | [
"a604b997@ku.edu"
] | a604b997@ku.edu |
3f6e245b1e16ba3eff6fbcf8489bd4bfaee39443 | ae9df4db0dc16065b53030e39d1325d0c81e0221 | /src/FalconEngine/Core/Platform/Win32/Win32Debug.cpp | 86975988d3012cd5b2cd5ec2dbbbfdeffd692f82 | [
"MIT"
] | permissive | LiuYiZhou95/FalconEngine | c0895dba8c2a86a8dcdf156da1537d4f2e9724c3 | b798f20e9dbd01334a4e4cdbbd9a5bec74966418 | refs/heads/master | 2021-10-25T18:40:42.868445 | 2017-07-30T10:23:26 | 2017-07-30T10:23:26 | 285,249,037 | 0 | 1 | null | 2020-08-05T09:58:53 | 2020-08-05T09:58:52 | null | UTF-8 | C++ | false | false | 570 | cpp | #include <FalconEngine/Core/Debug.h>
#if defined(FALCON_ENGINE_OS_WINDOWS)
#include <string>
#include <windows.h>
namespace FalconEngine
{
#if defined(FALCON_ENGINE_COMPILER_MSVC)
void
Debug::Break()
{
// NOTE(Wuxiang): Breakpoints that should ALWAYS trigger (even in release builds)!
if (IsDebuggerPresent(... | [
"linwx_xin@hotmail.com"
] | linwx_xin@hotmail.com |
c1f0bbc6d7e621c3975191b1a060baada00a816f | 22ede99dcb64d83dfc174b8a045a80e61aabfd13 | /Classes/src/pacman/SpawnSystem.h | 14a144d84e72ad3e9ec11b33a11e98194c180dd6 | [] | no_license | ddovod/CESPong | 2a6a70d22d0147b927d49d734a61df9fa9f089dc | 610dd2056cfa37fc50ba307132402456ad1fe73c | refs/heads/master | 2021-01-10T11:55:02.564167 | 2015-10-14T15:46:11 | 2015-10-14T15:46:11 | 44,258,068 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 573 | h | #ifndef SPAWNSYSTEM_H_
#define SPAWNSYSTEM_H_
#include <entityx/entityx.h>
#include <cocos2d.h>
#include "InitParams.h"
#include "RespawnEvent.h"
class SpawnSystem : public entityx::System<SpawnSystem>, public entityx::Receiver<SpawnSystem>
{
public:
SpawnSystem(const InitParams& params);
void update(entityx... | [
"ddovod@gmail.com"
] | ddovod@gmail.com |
5fe8033a355bb6de2b1cd32ad66e424ecd66b9d9 | 537884adad94a09d4d6a9ab84fc6fd6bdc35e757 | /glbcodebase/graphicslab/glb_td/dynamic/dynamicworld.cpp | 58656d3beca959c47604dd04edc0d4c312488c37 | [] | no_license | wxinyuan/GraphicsLabtory | ffa6490e04d7dec15a0cc4850fc35ae235f1ea52 | 3855ac5ce75a25d4ed57fccc6b8962f6e5d6bc12 | refs/heads/master | 2020-03-31T15:54:41.598196 | 2018-09-11T11:58:39 | 2018-09-11T11:58:39 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,166 | cpp | //--------------------------------------------------------------------
// Declaration: Copyright (c), by i_dovelemon, 2017. All right reserved.
// Author: i_dovelemon[1322600812@qq.com]
// Date: 2017/06/01
// Brief: Dynamic world hold all dynamic objects
//---------------------------------------------------------------... | [
"1322600812@qq.com"
] | 1322600812@qq.com |
00938d0f04c5ea6d169c7e9cea5db24a50db3c8c | 7b88549aba9e7b9660f5fbca7cfbc34b0775a7c4 | /vtkbool_union.cxx | 35e75a4d436161f2c80aa2e4fc8f5f0527c17433 | [
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"Unlicense"
] | permissive | bluelightning32/vtk_print_examples | 0c1c8365a344faaf0e4f2508b9e981861c556b41 | 1ef6fabba6f0393542888ee4b3764ac7816f68a2 | refs/heads/master | 2021-10-27T06:24:21.226176 | 2021-10-16T13:46:21 | 2021-10-16T13:46:21 | 216,364,847 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,188 | cxx | #include "render.h"
#include <vtkCubeSource.h>
#include <vtkCylinderSource.h>
#include "vtkPolyDataBooleanFilter.h"
// Necessary to avoid linker errors from vtkbool
int Point::_tag = 0;
vtkSmartPointer<vtkPolyDataAlgorithm> GenerateShape() {
auto cu = vtkSmartPointer<vtkCubeSource>::New();
cu->SetXLength(10);
... | [
"bluelightning32@gmail.com"
] | bluelightning32@gmail.com |
f51590e8706678af3cf2c94afeec27407fc31374 | 26c1f0e91fcb70d27724a80972249c58e041d200 | /Codes/Signature/Group-Signature/src/GroupVerifierAPI.h | d7f058d0099cd6913bf9f2bc346638f50ca22fd0 | [] | no_license | 3for/2018_UCT_Crypto | 1501b6d3d0e950b3f2adc9bcc6ae250ad7e17483 | 7b2c2360b359dfed162b4a4eae7d4ab259c4c53f | refs/heads/master | 2020-06-11T03:49:25.806703 | 2019-05-10T05:11:07 | 2019-05-10T05:11:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 295 | h | #include "verifier.h"
class GroupVerifierAPI
{
public:
GroupVerifierAPI();
~GroupVerifierAPI();
string SerializeVerifier();
void DeserializeVerifier(string member);
bool VerificationSignature(string sign,string mes);
void CreateNewVerifier(string PK);
private:
Verifier* GroupVerifier;
}; | [
"runghyun@snu.ac.kr"
] | runghyun@snu.ac.kr |
acef3d72e54ad6389dd77089e4ed9d9d0e87a77e | dceeae4b5d254744ac2293f905ed7ddff186722b | /Code_Cpp/Cpp_Single/chapter-15/Instrument2.cpp | 7ea001d7a45ea65fe69c104a175a88a9d03993fb | [] | no_license | robot007num/Cpp_Study | 3694a8bc8e2cbe8a45d1047727d3c7098b1dc2e4 | ef3d754cb752ae4b5b50ccfe4557e8909f924f40 | refs/heads/master | 2023-07-08T18:42:50.000301 | 2021-08-09T03:51:57 | 2021-08-09T03:51:57 | 390,266,532 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 689 | cpp | //Inheritance & upcasting
#include <iostream>
using namespace std;
enum note
{
middleC,
Csharp,
Eflat
}; //Etc
class Instrument
{
private:
/* data */
public:
Instrument(/* args */) {}
~Instrument() {}
void play(note) const
{
cout << "Instrument::play" << endl;
}
};
//Wind ... | [
"daingbrother@gmail.com"
] | daingbrother@gmail.com |
b83ef211e0d704c3e7792b3efb0f3e7ae1947e88 | 50337bdc61312ada263c4f5f6ee81ac7bb622e6c | /Source/MazeEXL/MazeEXLGameMode.h | bb8301ca3218b972a66d366a8683f3d25229ae30 | [] | no_license | SupinfoGameDev/MazeEXL | 7df15df92cbee25a4f407027e9472212aed8b3e5 | 00c6aeca32b848a64fdfc9c2bb53aa86f4fecc45 | refs/heads/master | 2021-01-10T15:09:42.893217 | 2015-11-30T17:33:58 | 2015-11-30T17:33:58 | 46,983,901 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 267 | h | // Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
#include "GameFramework/GameMode.h"
#include "MazeEXLGameMode.generated.h"
UCLASS(minimalapi)
class AMazeEXLGameMode : public AGameMode
{
GENERATED_BODY()
public:
AMazeEXLGameMode();
};
| [
"wassimdhif@gmail.com"
] | wassimdhif@gmail.com |
9499fd06fde306244be5307ef856f62d221e8203 | 1b319d30e5c56a0b7681d788be73a4872c99095b | /Arduino/ComplPid/cmplPid1_95/cmplPid1_95.ino | 9d757d3d8f45ef3f5c0340e65ce4b7f741c99d0e | [] | no_license | GiovanniBalestrieri/Tenzo | 15f1812c35f1bc8c19a51176d96f5ffbcae19613 | c47f0e9d5b750704f132e2d1478007ba3ddb2e89 | refs/heads/master | 2021-05-24T06:45:55.120934 | 2020-10-17T23:51:46 | 2020-10-17T23:51:46 | 25,227,822 | 2 | 1 | null | 2020-10-17T23:51:48 | 2014-10-14T21:38:48 | HTML | UTF-8 | C++ | false | false | 90,072 | ino | /**********************************************************************
* Arduino & L3G4200D gyro & KALMAN & 3 threshold PID *
* running I2C mode, MMA7260Q Accelerometer *
* Gps & XBEE & MATLAB communication *
* by Bal... | [
"balestrieri.gepp@gmail.com"
] | balestrieri.gepp@gmail.com |
c1c1b7125818fde1fb3c90e5e4632cea74459180 | 28752c54d68f9f601aecf85b54abc4a72895e55f | /include/wave/geometry/src/geometry/base/TwistBase.hpp | 91b9714e259687fc50eae40a832207b2165d6006 | [
"MIT"
] | permissive | pangfumin/wave_geometry | ba3ac6471f21c1739fe34d5088c5fd1a01f8aab4 | c9dd47d193fa6df3b27e3c091864e2cffaff3e95 | refs/heads/master | 2020-04-04T11:22:00.229365 | 2018-10-23T03:21:28 | 2018-10-23T03:21:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 793 | hpp | /**
* @file
* @author lkoppel
*/
#ifndef WAVE_GEOMETRY_TWISTBASE_HPP
#define WAVE_GEOMETRY_TWISTBASE_HPP
namespace wave {
/** Base class for expressions representing a difference in rigid transforms, in se(3).
*
* This class is inherited by expressions types which represent an element of @f$ se(3)
* @f$, and w... | [
"lkoppel@uwaterloo.ca"
] | lkoppel@uwaterloo.ca |
8f2f55736fffa2f9212990fe23640c48e9e3aa92 | 0a5645154953b0a09d3f78753a1711aaa76928ff | /thirdparty/qt/bin/Qt5.8.0/include/QtWaylandClient/5.8.0/QtWaylandClient/private/qwaylandshellsurface_p.h | e700d5a183bbd5ec40673087e43adaec4688c555 | [] | no_license | GENIVI/navigation-next | 3a6f26063350ac8862b4d0e2e9d3522f6f249328 | cb8f7ec5ec4c78ef57aa573315b75960b2a5dd36 | refs/heads/master | 2023-08-04T17:44:45.239062 | 2023-07-25T19:22:19 | 2023-07-25T19:22:19 | 116,230,587 | 17 | 11 | null | 2018-05-18T20:00:38 | 2018-01-04T07:43:22 | C++ | UTF-8 | C++ | false | false | 3,787 | h | /****************************************************************************
**
** Copyright (C) 2016 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the config.tests of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commerci... | [
"caavula@telecomsys.com"
] | caavula@telecomsys.com |
8508d9d8077f81d90620304935dcd1736a1809f3 | 8ba0b4179cc1d0d064899d06cbe57fe8663cda51 | /HuffmanZip/haffnode.cpp | 50373f5edc7aa16fa12bf39f1211c6433e3f0ad7 | [] | no_license | soxin/HuffZip | 5369672d123787784413162fa4a7e005fdf4d4ae | 029ff83d481050ffeb31e2cc3c2192fd7ccd5de9 | refs/heads/master | 2020-07-31T15:50:37.079064 | 2012-12-06T11:56:55 | 2012-12-06T11:56:55 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 226 | cpp | #include "StdAfx.h"
#include "haffnode.h"
haffnode::haffnode(void)
{
weight=0;
left=NULL;
right=NULL;
haveornot=0;//¹¹Ô캯Êý
}
haffnode::~haffnode(void)
{
weight=0;
left=NULL;
right=NULL;
haveornot=0;
}
| [
"sailor9066@gmail.com"
] | sailor9066@gmail.com |
36067e14ef22ee87e2a7bcac1653a4c32902b576 | 67f988dedfd8ae049d982d1a8213bb83233d90de | /external/chromium/chrome/browser/intents/web_intents_registry_unittest.cc | 712371dbff0e1c4cee8e3db8d2850fd14f98d931 | [
"BSD-3-Clause"
] | permissive | opensourceyouthprogramming/h5vcc | 94a668a9384cc3096a365396b5e4d1d3e02aacc4 | d55d074539ba4555e69e9b9a41e5deb9b9d26c5b | refs/heads/master | 2020-04-20T04:57:47.419922 | 2019-02-12T00:56:14 | 2019-02-12T00:56:14 | 168,643,719 | 1 | 1 | null | 2019-02-12T00:49:49 | 2019-02-01T04:47:32 | C++ | UTF-8 | C++ | false | false | 31,199 | cc | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/bind.h"
#include "base/file_util.h"
#include "base/files/scoped_temp_dir.h"
#include "base/json/json_file_value_serializer.h"
#include ... | [
"rjogrady@google.com"
] | rjogrady@google.com |
0866beac6b626822dbbc6182d1d35f689c88395a | f62072e737805aa9156040a699365aace14140f1 | /aws-cpp-sdk-waf/include/aws/waf/model/Tag.h | 511ec41b52b1cf6b746075ef7ad719a0f544e425 | [
"Apache-2.0",
"MIT",
"JSON"
] | permissive | neil-b/aws-sdk-cpp | 07e8e4e197cefff2ae60ab7d1b84bdb65be2c8f9 | 1602b75abbca880b770c12788f6d2bac0c87176a | refs/heads/master | 2022-11-20T16:50:19.236474 | 2020-07-08T19:05:34 | 2020-07-08T19:05:34 | 278,437,421 | 0 | 0 | Apache-2.0 | 2020-07-09T18:10:14 | 2020-07-09T18:10:14 | null | UTF-8 | C++ | false | false | 3,911 | h | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/waf/WAF_EXPORTS.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <utility>
namespace Aws
{
namespace Utils
{
namespace Json
{
class JsonValue;
class JsonVie... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
77ec88cc5dfb2ed26278d056e974b46c08c20a9a | 75fc8b7594b2075ff487dc05afdd5ad0a7408c1f | /ElDorito/Source/Blam/Tags/TagBlock.hpp | 476b7ae48765cd504dee1917f7bc932f3fbe54e9 | [] | no_license | NoShotz/ElDorito | 929e7b4e033914d15257419c8978d0f5fa598177 | a6d2d681e999d2d21f3f8bb3bd272f0771f2d1fe | refs/heads/master | 2021-07-25T18:26:25.982270 | 2020-05-08T17:17:17 | 2020-05-08T17:17:17 | 167,758,023 | 26 | 35 | null | 2019-11-24T05:36:13 | 2019-01-27T01:35:22 | C++ | UTF-8 | C++ | false | false | 715 | hpp | #pragma once
#include <cstdint>
#include "../Padding.hpp"
namespace Blam::Tags
{
template <typename Element>
struct TagBlock
{
int32_t Count;
Element *Elements;
PAD32;
inline TagBlock(const int32_t count, Element *const elements)
: Count(count), Elements(elements)
{
}
inline TagBlock()
: TagBl... | [
"noshotz@protonmail.com"
] | noshotz@protonmail.com |
369ae8897800487fd5e02cf4f560751665bdc1ea | bb5e52560ac3578ab4d1f1638cc78486259fc901 | /App/ObjectView.h | c5291adbb9953697096be5516cbfe7128cdaa933 | [] | no_license | WowSoLaggy/Sandbox | db32a5ed9e8a5940924e91cc2107e23e89cfb80b | aeaeb3d6b75b8354a4494de7d2cfde2686be2d55 | refs/heads/master | 2023-01-22T19:49:23.304712 | 2020-12-11T19:52:19 | 2020-12-11T19:52:19 | 317,349,591 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 367 | h | #pragma once
#include "Fwd.h"
#include <LaggyDx/AnimatedSprite.h>
class ObjectView
{
public:
ObjectView(const Object& i_object);
const Object& getObject() const;
void update(double i_dt);
void render(Dx::IRenderer2d& i_renderer) const;
void updateTextures();
void updateSize();
private:
const Objec... | [
"dohxehapo@gmail.com"
] | dohxehapo@gmail.com |
d7300798b6f0c6cb5ea8bc029f3a8f14b3c09de8 | b9b7e182dab30e306df3b57b575fec570249079d | /LAB 2 SNAP/Cr.h | e35e2d144b6935a5132ad9c5b506f57f52a62611 | [] | no_license | zbjones/CS-235 | 4d7e8f19a49e95e536f1f069dcf43f671b41267f | dc3597f3e764df78ed469f8aba5980c63e12917d | refs/heads/main | 2023-08-24T16:36:50.139572 | 2021-09-28T02:01:13 | 2021-09-28T02:01:13 | 411,100,518 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 745 | h | //
// Created by Zachary Jones on 1/30/2020.
//
#ifndef LAB_2_SNAP_CR_H
#define LAB_2_SNAP_CR_H
#include <string>
#include "Course.h"
class Cr : Course {
public:
Cr(std::string courseName, std::string courseRoom) : Course(courseName) {
this->courseRoom = courseRoom;
}
std::string... | [
"noreply@github.com"
] | noreply@github.com |
48f7f7962212fd3e06eccbd8727836da8358bc6b | 0abdda85e0c246adc858a4ceee11fcffa6bcc666 | /OBJ_LOADER_nMAP/backLeftUpperLeg/backLeftUpperLeg_Render.cpp | 78cca08b65df6250290d1d15baaf7997e9029612 | [] | no_license | marcclintdion/iOS_WIN2 | 85f6efd19d13c9808d025be68503cdf189c5f7aa | 693736305c2bc5aff24976ee1be51bca99489205 | refs/heads/master | 2021-01-22T05:15:43.925395 | 2015-09-16T11:56:51 | 2015-09-16T11:56:51 | 42,553,088 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,196 | cpp | glUseProgram(backLeftUpperLeg_SHADER);
glBindBuffer(GL_ARRAY_BUFFER, backLeftUpperLeg_VBO); ... | [
"marcclintdion@Marcs-iMac.local"
] | marcclintdion@Marcs-iMac.local |
6a8b6971c3961925ba3d22a13f3e648ef704b683 | 2bfe9259587e91c69ff7686dc0739779f3bf8549 | /06/format.h | 5ecc46a772171fb8635809bc87ed43cecf87004f | [] | no_license | maksimkulis/msu_cpp_autumn_2019 | c4d0a89e1d6af3e5fcdbef68b808528259b752b5 | bedb88a34cf639358250a94fdb835902f8651b62 | refs/heads/master | 2020-08-06T22:10:44.635294 | 2020-01-22T20:36:17 | 2020-01-22T20:36:17 | 213,176,209 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,590 | h | #pragma once
#include <string> //std::string
#include <sstream> //std::stringstream
#include <stdexcept> //runtime_error
#include <cctype> //isdigit
#include <vector> //vector
#include <utility> //std::forward
enum status {
CHAR,
OPEN_BRACE,
CLOSE_BRACE,
DIGIT
};
void unpacking(std::stringstream& st... | [
"maksimkulis@yandex.ru"
] | maksimkulis@yandex.ru |
145aa121f7e6eb727bfb24c1275e1220acf41870 | 02e83370d5d10985be43a94d805184d54786dc38 | /qml/clocks/main.cpp | 076d4cc58ef3a84535ff076055439e1bb978dbb9 | [
"MIT"
] | permissive | 0aqz0/QT-Notebook | 22e7c64d44e0cd5ed4aef7474e0e1861bf9f40ce | 1a987a7fa72cb308a164ad99ebc4d21ccb5b7b30 | refs/heads/master | 2020-04-07T15:10:16.438047 | 2019-08-22T15:41:55 | 2019-08-22T15:41:55 | 158,474,684 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,084 | cpp | #include "../../shared/shared.h"
#include <QGuiApplication>
#include <QtQuick/QQuickView>
#include <QQmlContext>
#include "datasource.h"
int main(int argc, char *argv[]){
QGuiApplication app(argc, argv);
QQuickView viewer;
#ifdef Q_OS_WIN
QString extraImportPath(QStringLiteral("%1/../../../../%2"));
#els... | [
"18026332256@163.com"
] | 18026332256@163.com |
612dd62aae86c07c877b352875fec06490d299ef | 92550bd2069b6fe3999244b85d18dd7bab560c8a | /ClasseMetier/BulletinMeteo.cpp | 9c7f1cdb800b6ed5b9fb767973c0959299ae8fa1 | [] | no_license | xderozier/serre | d74cbbc548ae626c03b9ec157a9282454ec626dc | 2ba7962924cdbad6e2ed150ad02c8fba9eae11ba | refs/heads/master | 2020-04-15T21:59:59.531215 | 2019-01-29T16:48:21 | 2019-01-29T16:48:21 | 165,055,674 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 681 | cpp | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/*
* File: BulletinMeteo.cpp
* Author: snir2g1
*
* Created on 10 janvier 2019, 15:18
*/
#include "BulletinMeteo.h"
Bulletin... | [
"ffabre@btslivh.eu"
] | ffabre@btslivh.eu |
00242daca033410f2f5f6bbab29ac6e150a2c405 | 17e854fdacd15d8e7fb9ea2968e1374a3978cdb8 | /1601-1700/1627. Graph Connectivity With Threshold 284ms.cpp | 6685436b3c4a8778701e467af11ee2cfb5704182 | [] | no_license | JiYou/LeetCodeSolutions | add14455685ce44e2f989092241b53ddd60bc419 | 88dcb2c3d10e0c601261b9b24d1022ae74bec4ec | refs/heads/master | 2023-02-20T11:44:39.182019 | 2021-01-24T07:19:53 | 2021-01-24T07:19:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 909 | cpp | const int N=10005;
int f[N],g[N],p[N],v[N],p1,s,t,n;
void dfs(int x){
v[x]=s;
//if (x>=(t+1)*2)
for (int j=x;j>1;j=g[j]){
int k=x/f[j];
if (k<=t)break;
if (!v[k])dfs(k);
}
if (x>t){
for (int j=1;j<=p1;++j){
int k=x*p[j];
if (k>n)break;
if (!v[k])dfs(k);
}
}
}
class Solution {
public:
vector<bo... | [
"hqztrue@sina.com"
] | hqztrue@sina.com |
1c674e05d2e156ad152fccbd4b3b74b3b423ded1 | 5ff10b372f99b3eed9bde75ac0007e4383dc42a6 | /00 Source File/QuadObject.h | 24470fd4941b4f61be8c40cb57d677c9434352cf | [] | no_license | RyunosukeHonda/Util | 4a3dc94413068b408785e973a3bb7a5f00d23a9f | d9e235eeee0f336009545bc20e60c92471eae31b | refs/heads/master | 2020-05-18T16:07:39.315632 | 2019-05-28T14:42:57 | 2019-05-28T14:42:57 | 184,518,192 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,076 | h | /**
* @file QuadObject.h
* @brief 矩形オブジェクトクラス定義ファイル
* @author Ryunosuke Honda.
*/
#pragma once
#include "IObject.h"
#include "Transform.h"
#include "ShaderTextureID.h"
#include "QuadRenderDesc.h"
/**
* 矩形オブジェクトクラス
* トランスフォーム、シェーダーIDなど
* 描画に必要な情報をまとめたクラス
*/
class QuadObject : public Transform, public IObject
{
public:... | [
"ryuh19961105@gmail.com"
] | ryuh19961105@gmail.com |
d68e6459fb317e9f91ddada55699d0d617e113b5 | 5e00242dc035fdab6aa6bbb40c6d7e6c119ad8e6 | /Vault/Codeforces Problems/958F2.cpp | 16887a61c69e4518f463a6bcef9e379fed24085f | [] | no_license | AkiLotus/AkikazeCP | 39b9c649383dcb7c71962a161e830b9a9a54a4b3 | 064db52198873bf61872ea66235d66b97fcde80e | refs/heads/master | 2023-07-15T09:53:36.520644 | 2021-09-03T09:54:06 | 2021-09-03T09:54:06 | 141,382,884 | 9 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 15,845 | cpp | /**
Template by Akikaze (秋風) - formerly proptit_4t41.
Code written by a random fan of momocashew and Chiho.
H△G x Mili - November 27th, 2013
Mag Mell (Mili) - Sep 17th, 2014
H△G x Mili Vol.2 - May 9th, 2015
Miracle Milk (Mili) - Oct 12th, 2016
青色フィルム (H△G) - February 14th, 2018
Millennium Mother (Mili) - Apri... | [
"duybach.224575@gmail.com"
] | duybach.224575@gmail.com |
c1ba7253daa812b51605b10a030d51582860dcb8 | df335c8e28be7a2122e28a469edde1ab4c6dd09e | /src/turtlebot_car_node.cpp | ad0448ee8c8e9bde5d1b34074381fe8031fe782e | [
"MIT"
] | permissive | kellymorse/turtlebot_car | c230daaafbfdfe48b3033c5c41391b96e43912a9 | a17a3c53a92113d1fb4d76f5f19ab95da143d852 | refs/heads/master | 2020-05-29T12:23:42.236419 | 2015-10-29T14:44:31 | 2015-10-29T14:44:31 | 45,189,739 | 0 | 0 | null | 2015-10-29T14:50:07 | 2015-10-29T14:50:07 | null | UTF-8 | C++ | false | false | 3,348 | cpp | /*
The MIT License (MIT)
Copyright (c) 2015 khelifa Baizid (khelifa.baizid@mines-douai.fr, baizid.khelifa@gmail.com)
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... | [
"luc.fabresse@gmail.com"
] | luc.fabresse@gmail.com |
b9ddbb65e7c8dfd17436dadca44968f86c8c72fb | 9e9b7400628999dac9a29ea9d93702dedf4dd4fd | /baitapso3 timsotienthuhoi.cpp | 46fd06ae8e355cfc02beb50120dfa0e0c0be44d9 | [] | no_license | ThanhVu121198/baitapso3_T2104_LBEP | 0eff658ccaff7b0f5a887d0ee424fbfa5eca4ae7 | f8a2721cbfe361fd54da8adb7bf6cd53ce38e9ab | refs/heads/main | 2023-04-28T04:27:19.531755 | 2021-05-17T01:30:04 | 2021-05-17T01:30:04 | 368,022,534 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 437 | cpp | #include<stdio.h>
#include<math.h>
int main(){
float vongoc,laisuatky,soky,thuhoi;
printf("Nhap von goc: ");
scanf("%f",&vongoc);
printf("Nhap lai suat theo ky: ");
scanf("%f",&laisuatky);
printf("So ky gui: ");
scanf("%f",&soky);
thuhoi = vongoc * pow((1 +... | [
"Thanhvu121198@gmail.com"
] | Thanhvu121198@gmail.com |
8333bf04785594e5fbbd6a94c6874dfc5882724c | bf6fc422657ee92266ed35299caed4afae4660a6 | /ww/Unicode_ww.cpp | 8c14ce798c795db8c70c5a7bfa9db42d93bbe9bf | [
"MIT"
] | permissive | forkrp/yasli | bc92c75c6c5b6b7f4aa0f3fc1f4f6859d5b87367 | 2096ed8a59ae9c7da467d8de8f1eb811a989dc39 | refs/heads/master | 2023-06-07T15:49:02.445216 | 2021-06-14T21:43:44 | 2021-06-14T21:46:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,222 | cpp | /**
* wWidgets - Lightweight UI Toolkit.
* Copyright (C) 2009-2011 Evgeny Andreeshchev <eugene.andreeshchev@gmail.com>
* Alexander Kotliar <alexander.kotliar@gmail.com>
*
* This code is distributed under the MIT License:
* http://www.opensource.org/licen... | [
"koalefant@fastmail.com"
] | koalefant@fastmail.com |
c528d80e3f8e0a1183f91b68bb8407917e9e8bfe | da1ba0378e1ed8ff8380afb9072efcd3bbead74e | /google/cloud/talent/event_connection_idempotency_policy.h | ef6a2bcd4eb81be2e24584439c18e8a631d52e53 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Jseph/google-cloud-cpp | 76894af7ce744cd44304b48bea32d5116ded7497 | fd8e70650ebac0c10bac4b293972e79eef46b128 | refs/heads/master | 2022-10-18T13:07:01.710328 | 2022-10-01T18:16:16 | 2022-10-01T18:16:16 | 192,397,663 | 0 | 0 | null | 2019-06-17T18:22:36 | 2019-06-17T18:22:35 | null | UTF-8 | C++ | false | false | 1,892 | h | // Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in... | [
"noreply@github.com"
] | noreply@github.com |
97dad5dd69b5ffae1ee3369652df4edab92942e6 | a963d48092f5a27b0875db68d673065b13398895 | /boost_lib/boost_1_55_0-windows/libs/any/test/any_test_temporary_to_ref_failed.cpp | 67f3a8e2f4a363976c752d3ee4b8550b2a2acead | [] | no_license | james1023/test_boost | 219130db778bff512555bb29e5e59afaf59594b6 | 11100d6a913d5c5411f89ff3a32b7e654e91a104 | refs/heads/master | 2020-05-20T12:19:36.754779 | 2017-03-02T03:30:01 | 2017-03-02T03:30:01 | 35,875,247 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 716 | cpp | // Unit test for boost::any.
//
// See http://www.boost.org for most recent version, including documentation.
//
// Copyright Antony Polukhin, 2013.
//
// 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... | [
"james.huang@avtech.com.tw"
] | james.huang@avtech.com.tw |
40e810455bb0dcbe942d63648976e8f57392f927 | 1c7347d50f622e40d423c1d4f618ffe2b2b712b7 | /source/Texture.h | f78baca11add020077828e4189f0faae8890d026 | [] | no_license | mirogon/SDL_GLT | e987610213b3eedd1ac1dfc12e17e59d6ceb2502 | 4674ae3be1b6f1295462482d24caa0e536ffd085 | refs/heads/master | 2021-01-11T18:44:00.671641 | 2017-07-23T15:31:28 | 2017-07-23T15:31:28 | 79,610,420 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,574 | h | #pragma once
#include "Base.h"
class C_Texture{
public:
//METHODS
C_Texture();
virtual ~C_Texture();
bool InitTexture (std::string path);
bool InitTextureFromText(std::string text, SDL_Color = {0,0,0});
void FreeTexture();
//INLINE
void RenderTexture (int x, int y);
void RenderTexture (int x, int y, SDL_Rect* c... | [
"noreply@github.com"
] | noreply@github.com |
491cc4c6d51f1e2a70dc23fc29585710e1142a0f | 654c2151e8e76478282a7221c9972fd4a8bae632 | /include/gideon/cs/shared/data/AnchorInfo.h | 62a869539e04eac1c51461ad1feb10e2bc92b0c2 | [] | no_license | mark-online/cs | 485e06f1d3ad3a85837ed76ae259a3b89e37d40f | d1ff39f56f85117deca0ec3e626a9ad9429fbd49 | refs/heads/master | 2020-11-24T10:53:25.846048 | 2019-12-15T02:32:15 | 2019-12-15T02:32:15 | 228,116,343 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,291 | h | #pragma once
#include "Code.h"
#include "StatusInfo.h"
#include "EntityInfo.h"
#include "GuildInfo.h"
#include "Time.h"
namespace gideon {
typedef DataCode AnchorCode;
const AnchorCode invalidAnchorCode = 0;
inline bool isValidAnchorCode(AnchorCode code)
{
return getCodeType(code) == ctAnchor;
}
/***
* @stru... | [
"kcando@gmail.com"
] | kcando@gmail.com |
d5438faffb80d00714bb08168d6eaeb9d9024a9a | e572189d60a70df27b95fc84b63cc24048b90d09 | /bjoj/7569.cpp | cc7ebf347078f84d832fc87316fa547c9e9f69c0 | [] | no_license | namhong2001/Algo | 00f70a0f6132ddf7a024aa3fc98ec999fef6d825 | a58f0cb482b43c6221f0a2dd926dde36858ab37e | refs/heads/master | 2020-05-22T12:29:30.010321 | 2020-05-17T06:16:14 | 2020-05-17T06:16:14 | 186,338,640 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,641 | cpp | #include <iostream>
#include <queue>
using namespace std;
int board[100][100][100];
int way[6][3] = {{0,1,0}, {0,-1,0}, {1,0,0}, {-1,0,0}, {0,0,1}, {0,0,-1}};
struct Pos {
int x;
int y;
int z;
Pos(int x, int y, int z): x(x), y(y), z(z) {};
};
int main() {
int m, n, h;
cin >> m >> n >> h;
... | [
"namhong2001@gmail.com"
] | namhong2001@gmail.com |
6d5e00f777681cb5073fb0d6dcb22dff140165e6 | 9a0d361d26ea092972a689663b9a8228f9018caa | /AlgorithmC++/Algorithm/ProblemSolving/week3/21.04.09/4179-1.cpp | 5add1c46d62f1fa66267292519fd65ff8c2c7a84 | [] | no_license | Dev-RubinJo/AlgorithmCpp | b555e3e2b39565d92a64cfeed9890d26589647e3 | cac74f7a3bdb4797b28ca4d3bc7f1618fc56c1f4 | refs/heads/master | 2023-06-03T08:52:35.733749 | 2021-06-22T14:32:04 | 2021-06-22T14:32:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,991 | cpp | //
// 4179-1.cpp
// Algorithm
//
// Created by YooBin Jo on 2021/04/09.
// Copyright © 2021 YooBin Jo. All rights reserved.
//
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
#define endl '\n'
int r, c, fire[1001][1001], visited[1001][1001];
int dx[] = {0, -1, 0, 1};
int dy[] = {-1, 0, 1, 0};
c... | [
"dbqlsdl1234@naver.com"
] | dbqlsdl1234@naver.com |
716c9cc1f57147c37a1fc1be61a66fb29dac751c | 1525e91a6746a22814ed5227328efa7a7eecfbda | /Global_Partitions/main.cpp | 49f94025b3e9c4cbc074c037df468262aa1b97c2 | [] | no_license | alexandergerbl/Aggregation | ec098fdc6451d0bbdf85a98a863f7e9c9de78e9b | 139d4a9e7935a7b3e16abde6432d697dee856ae2 | refs/heads/master | 2020-06-11T22:16:40.339696 | 2017-02-02T17:03:00 | 2017-02-02T17:03:00 | 75,618,560 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,447 | cpp | /*
*
*
* This program implements a HW aware & parallel aggregation/ group by
* e.g.
* select key, sum(value)
* from R
* group by key
*/
#include <iostream>
#include <cstdint>
#include <math.h>
#include <unordered_map>
#include <cassert>
#include <algorithm>
#include <array>
#include <chrono>
#include ... | [
"gerbl.alexander@gmail.com"
] | gerbl.alexander@gmail.com |
b8dae1634926f95ba1ed77131b26674d56e2606e | 212cbcd5d916144de5b8ab23cc68916b73b4872e | /Wheeled_Robot_Basic/Wheeled_Robot_Basic.ino | ad4d25b03aad30021cdc3a5d59b055d7c3e16ca0 | [] | no_license | ashishverma2614/arduino | 441e9156952cc3d600585f3dc7b977492c0a4e5b | 4bc8faed4ac1a2d779c5ce4ed98c2e8275b5442e | refs/heads/master | 2021-01-10T13:58:45.103357 | 2014-11-05T00:27:41 | 2014-11-05T00:27:41 | 45,270,149 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,119 | ino | int IN1=3;
int IN2=4;
int ENA1=5;
int IN3 =7;
int IN4 = 8;
int ENA2 = 6;
void setup()
{
pinMode(IN1,OUTPUT);
pinMode(IN2,OUTPUT);
pinMode(ENA1,OUTPUT);
pinMode(IN3,OUTPUT);
pinMode(IN4,OUTPUT);
pinMode(ENA2,OUTPUT);
}
void loop()
{
//GO FORWARD
digitalWrite(IN1,LOW);// rotate forward
digitalWrite(IN2,... | [
"vu2aeo@gmail.com"
] | vu2aeo@gmail.com |
02b89f65cc6fe7568585b6d7f3a6f7345e1a9400 | ddd34253dce76adafae402bd241f9517005569e4 | /pulse_sensor_v1.1.ino | 2b7d0b149b70d1f557711222640605cee805ae15 | [] | no_license | kjlau0112/Pulse_sensor | 3fd9bf045dd79b4ad471524c6737a738086d8b1b | 71fc84c5075e10fc55d632eeb940691c422f7b39 | refs/heads/master | 2021-07-21T11:58:33.226117 | 2017-10-31T03:08:27 | 2017-10-31T03:08:27 | 108,858,485 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,251 | ino | //unsigned long data type: only computer data type that capable to store 32 bit of positive only integer.Min number is 0,max number of this variable is equal 2 power of 32
unsigned long startmillis=0; // declare startmillis in unsigned long data type, initial at zero
unsigned long lastmillis=0; // declare lastmililis ... | [
"32790071+kjlau0112@users.noreply.github.com"
] | 32790071+kjlau0112@users.noreply.github.com |
6045b2d319762d6d533a79b44bd5024ab1209c01 | 97aa1181a8305fab0cfc635954c92880460ba189 | /aten/src/TH/vector/VSX.cpp | e4646ad2976a52931bcf347118bb11a7157eadd4 | [
"BSD-2-Clause"
] | permissive | zhujiang73/pytorch_mingw | 64973a4ef29cc10b96e5d3f8d294ad2a721ccacb | b0134a0acc937f875b7c4b5f3cef6529711ad336 | refs/heads/master | 2022-11-05T12:10:59.045925 | 2020-08-22T12:10:32 | 2020-08-22T12:10:32 | 123,688,924 | 8 | 4 | NOASSERTION | 2022-10-17T12:30:52 | 2018-03-03T12:15:16 | C++ | UTF-8 | C++ | false | false | 30,369 | cpp | #ifdef __PPC64__
#include <altivec.h>
#include <stddef.h>
//--------------------------------------------------------------------------------------------------
// THDoubleVector_fill_VSX:
//--------------------------------------------------------------------------------------------------
static void THDoubleVector_fil... | [
"zhujiangmail@hotmail.com"
] | zhujiangmail@hotmail.com |
cf3305d45c00292e9b580c0d0e151bf2a024fbe5 | 0b97d36843ff62ad552c2969e15e6c878c449912 | /d06/ex00/main.cpp | fcb71b52d1abb636061b881a0aa3fdbd784aba7d | [] | no_license | ibohonos/piscine_cpp | ed098330d4ead94c6267c51531ff1dfbbfb38941 | 100dab991d9a8c18a375878fe34a8e219a9c1483 | refs/heads/master | 2020-03-20T01:34:28.485949 | 2018-10-14T15:56:59 | 2018-10-14T15:56:59 | 137,080,910 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,854 | cpp | #include <iostream>
#include <cstdlib>
#include <cctype>
#include <exception>
#include <iomanip>
#include <limits>
int main(int argc, char **argv)
{
if (argc != 2) {
std::cout << "Please enter string to conveert." << std::endl;
return (0);
}
std::string str = argv[1];
std::cout << "char: ";
try {
if (std::... | [
"ibohonos@e2r10p12.unit.ua"
] | ibohonos@e2r10p12.unit.ua |
6e2b5a16a8451e6deb67f9eaa6fd401c7adf4628 | ad273708d98b1f73b3855cc4317bca2e56456d15 | /aws-cpp-sdk-securityhub/source/SecurityHubErrors.cpp | be4f2cce78fdc81ce51d95ab3c1b87cd8b04d972 | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | novaquark/aws-sdk-cpp | b390f2e29f86f629f9efcf41c4990169b91f4f47 | a0969508545bec9ae2864c9e1e2bb9aff109f90c | refs/heads/master | 2022-08-28T18:28:12.742810 | 2020-05-27T15:46:18 | 2020-05-27T15:46:18 | 267,351,721 | 1 | 0 | Apache-2.0 | 2020-05-27T15:08:16 | 2020-05-27T15:08:15 | null | UTF-8 | C++ | false | false | 2,330 | cpp | /*
* Copyright 2010-2017 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" fil... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
fe0c960a929d39f64dacefb43df75dd85c75d35f | bc330ef3fa4aa37abdda496572d9bfb59e7210cd | /src/sqlite/cursor.hpp | 406547a3518e81c05380660d937f03e2f610cc2d | [] | no_license | d1m0nh/TodoCpp | 2b439bc2f8f49203449059c37ec4cb888be2b139 | e4aadcfbf81a590a27ada0b0e93750e9fd5370ea | refs/heads/master | 2021-01-20T09:32:14.815513 | 2017-05-05T17:55:35 | 2017-05-05T17:55:35 | 90,262,600 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,832 | hpp | #pragma once
#include <map>
#include "../utils/stl.h"
#include "value.hpp"
// forward delcare these structs to keep from having to include paths propigate
struct sqlite3;
struct sqlite3_stmt;
namespace libtodo { namespace sqlite {
class Stmt;
class Cursor final {
public:
sqlite3_stmt * borrow_stmt() const;
... | [
"dhammernik@dreamcatcher-gmbh.de"
] | dhammernik@dreamcatcher-gmbh.de |
9ff5c2dc0c32794eea244c800147aafbc245150d | bac7267590c6267b489178c8717e42a1865bb46b | /WildMagic5/LibMathematics/Intersection/Wm5IntrBox2Box2.cpp | d7bd0b4f65885ddf9ec40dae7d65e3e5aba48823 | [] | no_license | VB6Hobbyst7/GeometricTools-Apple | 1e53f260e84f8942e12adf7591b83ba2dd46a7f1 | 07b9764871a9dbe1240b6181039dd703e118a628 | refs/heads/master | 2021-02-11T11:17:56.813941 | 2013-11-26T15:25:10 | 2013-11-26T15:25:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,927 | cpp | // Geometric Tools, LLC
// Copyright (c) 1998-2013
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
//
// File Version: 5.0.1 (2010/10/01)
#include "Wm5MathematicsPCH.h"
#include "Wm5IntrBox2Box... | [
"tprepscius"
] | tprepscius |
5700737e19a4fa9a3862f7a4f5032a6967af1ecd | c510c3dd4db0b93345b5edeecb76d3b7cdaf9e98 | /core/extensions/ufx/src/order_mapper.h | c6551710056a8d0b026c314a22c8079a4837166a | [
"Apache-2.0"
] | permissive | supeng525/kungfu | c62a66143295beef91d215c8987ef6bb0a66cf66 | a279cd8cc198d05bc9fd5edd14a7259224a47608 | refs/heads/master | 2020-08-01T16:09:48.614055 | 2020-01-15T05:27:29 | 2020-01-15T05:27:29 | 200,145,229 | 0 | 0 | Apache-2.0 | 2019-09-26T05:43:51 | 2019-08-02T01:48:05 | C++ | UTF-8 | C++ | false | false | 5,285 | h | //
// Created by qlu on 2019/1/14.
//
#ifndef WC_2_ORDER_MAPPER_H
#define WC_2_ORDER_MAPPER_H
#include <string>
#include <spdlog/spdlog.h>
#include <SQLiteCpp/SQLiteCpp.h>
namespace kungfu
{
namespace wingchun
{
namespace ufx
{
struct UfxOrder
{
uint64_... | [
"supeng1@orientsec.com.cn"
] | supeng1@orientsec.com.cn |
f0013d8f4196cd96bf9ae1a777c2fc8b587c3529 | f3d9d78cbad8cbf191333bc587e99f0ebc2651f3 | /dreamview/backend/dreamview.cc | 6cc2ed90f45b0c399fecd0c23f6f909e15e91b43 | [] | no_license | whoyao/apollo4learn | 0227aa3bc679d145dfec4ef86577a85700e8ac6c | 41766aee79f5fd37f204bccf76f81aab97cd0651 | refs/heads/master | 2021-08-08T16:15:09.677088 | 2017-11-10T16:52:38 | 2017-11-10T16:52:38 | 107,522,805 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,215 | cc | /******************************************************************************
* Copyright 2017 The Apollo Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
... | [
"qsct9501@126.com"
] | qsct9501@126.com |
f10b10b4ac5be2fb033f889772a7a9d59d14dc77 | 39901f7851ab34323d971dd903817d13a760739a | /_050.cpp | 2bdff397dae472841e6d3d390d03ea7966d39823 | [] | no_license | qinzhaokun/leetcodeCplusplus | 27ca9301a82cb1d691dfe484567fc639a6c99312 | a6e0171c336e9bb399b640e6bd4904f3ac093c1d | refs/heads/master | 2020-05-21T14:57:23.167684 | 2017-05-02T03:14:31 | 2017-05-02T03:14:31 | 65,661,672 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 344 | cpp | public class Solution {
public double myPow(double x, int n) {
if(n == 0){
return 1;
}
else{
if(n < 0){
n = -n;
x = 1/x;
}
double val = myPow(x,n/2);
val *= val;
return (n %2 == 1) ? val*x... | [
"noreply@github.com"
] | noreply@github.com |
f4338f0440f9596e0d2cde6e2a314518d3d5c6cf | 3880e48ac26a0d4a53279beeedb2c0897c7d4d18 | /Zelter-The-GungeonD/image.h | f4e10c655ce688bfa12772be69a793b70a2db748 | [] | no_license | HyunJin1111/Zelter-The-GungeonD | d9f4df73604d1e5f81282f0b8344e9245ebd66cd | e94771d2a06150143fc5e9263b1146ce4919373f | refs/heads/main | 2023-08-11T23:58:56.389668 | 2021-09-28T10:29:17 | 2021-09-28T10:29:17 | 409,911,360 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 4,186 | h | #pragma once
class image final
{
public:
typedef struct tagImageInfo
{
int width; //이미지 전체 가로크기
int height; //이미지 전체 세로크기
int currentFrameX; //현재 프레임 번호(가로)
int currentFrameY; //현재 프레임 번호(세로)
int maxFrameX; //최대 프레임 번호(가로)
int maxFrameY; //최대 프레임 번호(세로)
int frameWidth; //1프... | [
"park9217@hanmail.net"
] | park9217@hanmail.net |
8bfe516777f03e3a1a66ac097be4d543616138c2 | 98b1e51f55fe389379b0db00365402359309186a | /homework_7/problem_1/case_3/48/U | 93973f3c9078273c1bfb3cf40d4c3e66591e2fd0 | [] | no_license | taddyb/597-009 | f14c0e75a03ae2fd741905c4c0bc92440d10adda | 5f67e7d3910e3ec115fb3f3dc89a21dcc9a1b927 | refs/heads/main | 2023-01-23T08:14:47.028429 | 2020-12-03T13:24:27 | 2020-12-03T13:24:27 | 311,713,551 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 89,234 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 8
\\/ M anipulation |
\*-------... | [
"tbindas@pop-os.localdomain"
] | tbindas@pop-os.localdomain | |
1e67857998afb17021d5b368475324b21fd5bfbd | c473b8d41ca9e6ed2f52d6693b9d9433f41d7d38 | /src/qt/verifymessagepage.cpp | 0d44ce33b930b25367c3a5239c086786a26c277f | [
"MIT"
] | permissive | skyformat99/MorningStar | 1cc2eb34359513b4e79fa2dd0b7cae9b9b30ec29 | ccea27ff5b7da62b5756618ae1bd1ad4aeecdfc3 | refs/heads/master | 2020-03-17T02:56:05.886910 | 2018-05-13T05:08:13 | 2018-05-13T05:08:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,378 | cpp | #include "verifymessagepage.h"
#include "ui_verifymessagepage.h"
#include "addressbookpage.h"
#include "base58.h"
#include "guiutil.h"
#include "init.h"
#include "main.h"
#include "optionsmodel.h"
#include "walletmodel.h"
#include "wallet.h"
#include <QClipboard>
#include <string>
#include <vector>
VerifyMessagePag... | [
"you@example.com"
] | you@example.com |
de8854de934fb0b108b1431ec9ec8ade5456f759 | 7002f9baf2a838a4d148b1df221b2fb2dbcbcaaf | /ControlSystem/Mercury/Mercury_Controller/Controller.cpp | 92df3ed7e88db77933c47b40cf5356cad5d6b431 | [] | no_license | jainajinkya/Sejong_Dynamic_Control_Toolkit | 7edfd69696408a19fe95f4a5594e2767d25cc97e | 811d4ff64b89a06f6a8e1cc9dcf851163c8f06e1 | refs/heads/master | 2021-08-14T23:02:50.910091 | 2017-11-16T23:42:21 | 2017-11-16T23:42:21 | 111,034,351 | 0 | 0 | null | 2017-11-16T23:35:41 | 2017-11-16T23:35:41 | null | UTF-8 | C++ | false | false | 1,392 | cpp | #include "Controller.hpp"
#include <Robot_Model/RobotModel.hpp>
#include <Configuration.h>
#include <iostream>
#include <Utils/pseudo_inverse.hpp>
#include "StateProvider.hpp"
#include <Task.hpp>
#include <ContactSpec.hpp>
Controller::Controller():state_machine_time_(0.),
ctrl_start_time_(0.)... | [
"dk6587@utexas.edu"
] | dk6587@utexas.edu |
a3d557eab7e970c8d7d2609f1da92b8bcca11144 | 15419e6b114d5b89e78648dbae52a0aae276b673 | /Contests/Weekly Team Practice Contests/Week13 - Uhunt/UVa 11292.cpp | 753aca73e49655c201be018cdf14f74143853a5d | [] | no_license | ImnIrdst/ICPC-Practice-2015-TiZii | 7cde07617d8ebf90dc8a4baec4d9faec49f79d13 | 73bb0f84e7a003e154d685fa598002f8b9498878 | refs/heads/master | 2021-01-10T16:29:34.490848 | 2016-04-08T04:13:37 | 2016-04-08T04:13:37 | 55,749,815 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 945 | cpp | #include<iostream>
#include<algorithm>
#include<functional>
#include<vector>
using namespace std;
int main() {
int n, m;
vector<int> dragons, knights;
while (cin >> n >> m) {
if (!n && !m) break;
dragons.resize(n);
knights.resize(m);
for (int i = 0; i < n; ++i) cin >> dragons[i];
for (int ... | [
"imn.irdst@gmail.com"
] | imn.irdst@gmail.com |
6661e3dcb7238c4c7edc8cae49b370d1c0efeb8e | 863a7b5cae278dfbd0e370543121df27adf97af6 | /HolaMundo/src/HolaMundo.cpp | cc15203d056fa6c388b7450ba13b3cf5dfcd5b19 | [] | no_license | Saulovsky/ComputoGrafico | a172bede93766c06286dac84dde16f119624e1f5 | b6d9599f7391f1bc6f9e4ccbed1fd7e2b0f75f9b | refs/heads/master | 2021-01-17T16:22:59.869291 | 2016-06-23T05:04:34 | 2016-06-23T05:04:34 | 61,775,005 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 72 | cpp | #include <iostream>
void main(void)
{
std::cout << "Hola Inmundo\n";
} | [
"saul.garrido@saei.mx"
] | saul.garrido@saei.mx |
fb5c01310174afd6920c535323c233d7c6035821 | 5820a3b7dc52d733b7032379f25cbbb37971784f | /Olympiad/JOI/Xylophone2018.cpp | 1c55d46bedaefef2675d9435eff070d5827b8298 | [] | no_license | timpostuvan/competitive-programming | 52ed8121a0ec2c558d8e50a4b700ae4ec41b8c08 | bb66f9c293b6026f1567664feb5ea29c8566a77f | refs/heads/master | 2020-03-14T23:30:00.792969 | 2018-08-29T09:32:57 | 2018-08-29T09:32:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,164 | cpp | /*
Idea:
- http://s3-ap-northeast-1.amazonaws.com/data.cms.ioi-jp.org/open-2018/2018-open-xylophone-sol-en.pdf
*/
#include "xylophone.h"
#include <bits/stdc++.h>
using namespace std;
#define pb push_back
#define mp make_pair
#define fi first
#define se second
#define INF (int) (2 * 1e9)
#define MOD (1... | [
"tim.postuvan@gmail.com"
] | tim.postuvan@gmail.com |
5aa3f6d0be22bf60811146c1e0d55ea18e72706b | b1dabaf550797d09925e62962825e4018a00503b | /mapcontrol.h | e5cc2667d0f85f8405eb25e30b5b72bdb4bf3263 | [] | no_license | jodijhouranda/Kalingga | 7e2b46020470a1a138175e3e0b2ce764a302c22f | bba16f48392e6a2d3414ec3029267061f7da46dd | refs/heads/master | 2020-04-16T18:32:55.552285 | 2015-07-15T07:11:42 | 2015-07-15T07:11:42 | 33,490,872 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,715 | h | #ifndef MAPWIDGET_H
#define MAPWIDGET_H
#include <QWidget>
#include <QGraphicsScene>
#include "mapglobal.h"
class MapView;
class VariableView;
class MapGraphicsPolygonItem;
class MapGraphicsLineItem;
class MapGraphicsPointItem;
class MapGraphicsLabelItem;
class MapOption;
class Layer;
class Projection;
class ShapeMa... | [
"jwst.28@gmail.com"
] | jwst.28@gmail.com |
5a935f846f88729cbedfb0d601a46c12407db1fb | d6d5109a2ac7ca08fd9d39c75b887adde1ebffe6 | /counted_ptr.h | 45c162aa8146f8df6e19108bbccd7799da2bec48 | [] | no_license | hanlulugeren/Smart-Pointer-CPP | 28d2f0b3130c2067112baa0024e4dfd4e1e75b5d | cac65a96e224ab6d5417f71dd2c2f95dd5e71e70 | refs/heads/master | 2020-03-17T17:07:21.891167 | 2018-05-19T09:49:14 | 2018-05-19T09:49:14 | 133,775,777 | 1 | 0 | null | 2018-05-19T09:49:15 | 2018-05-17T07:28:14 | C++ | UTF-8 | C++ | false | false | 2,118 | h | #ifndef SMARTPTR_COUNTED_H
#define SMARTPTR_COUNTED_H
/// \brief Reference counted pointer
/// \tparam T class or type
/// \details users should declare \p m_referenceCount as <tt>std::atomic<unsigned></tt>
/// (or similar) under C++ 11
/// \class T must has the interface of Clone() and the static variable ... | [
"noreply@github.com"
] | noreply@github.com |
20cfe67e198d00649cd44e8062cbd1ef582d2c5f | 13d1081bc5d46f979580438a772f47b7dc15550c | /Projects/Utility/MGPack/Include/IMGPackExterInterface.h | 4c980b862847344fdd28dc8229ec0497065fd1dd | [] | no_license | hackerlank/code-2 | 090035cc470d77a13a589419da7b04d0b97419e8 | c8e72ad7ce7440001293a10619cd01efe5cfd22f | refs/heads/master | 2021-01-13T15:50:39.784391 | 2014-06-16T14:00:06 | 2014-06-16T14:00:06 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 741 | h | #ifndef __IMGPACK_EXTER_INTERFACE__
#define __IMGPACK_EXTER_INTERFACE__
#include "MGPackDefine.h"
namespace MG
{
// 外部的资源管理器
class IMGExternalPackManager
{
public:
// 解压缩文件到内存
// 文件名是完整路径
virtual bool extractPackFile( const std::string& pathfilename, MGExtractedPackFile& file ) = 0;
// 解压缩文件到内存
// 文件名... | [
"linhu917@126.com"
] | linhu917@126.com |
2d7b5a11bdea45ed33e6cc8a4df615319d2623e1 | 0aa254d2b6810000b46301f09c4d5c54c0b9e295 | /LeetCode/Pre/211. Add and Search Word - Data structure design.cpp | 747664272bbf94d333705c747ce0814a96260939 | [] | no_license | htong01/CodingPractice | b37c01ed81d52114f5d8c66a7a19b2adc374442b | bfa519652a9e1239f1bdc3a9f957634fce3f60f6 | refs/heads/master | 2020-04-21T09:36:42.400731 | 2019-07-03T18:43:11 | 2019-07-03T18:43:11 | 169,455,346 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,924 | cpp | Implentation of Trie/Prefix Tree
Search()没写明白,剩下都是照着208抄了
而且跑的贼慢,time and space complexity都是垫底的_(:з」∠)_
class TrieNode {
public:
bool is_word;
TrieNode* next[26];
TrieNode(bool b = false){
is_word = b;
memset(next, 0, sizeof(next));
}
};
class WordDictionary {
public:
/** Initialize... | [
"noreply@github.com"
] | noreply@github.com |
dcde69215e40a458ba3dd6dca146adb696e7f844 | b092ed634d375734fb6f1a2fea71401487dfdd7f | /src/Pole/PRanalog/PRanalog.ino | 1d8759fb6cbec3d4cb7cfc8341af4e04382f54cc | [
"Apache-2.0"
] | permissive | MakeNTU/2021_team07_ | bbc405da7232196def387dfe15a41145783736b2 | dcdfefe18eef450789d7b1bb6f09068c5e1b3b9c | refs/heads/main | 2023-04-26T21:30:00.529006 | 2021-05-21T14:42:36 | 2021-05-21T14:42:36 | 351,734,480 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 378 | ino | #define pr_comm A0
#define pr_detect A1
void setup() {
// put your setup code here, to run once:
Serial.begin(500000);
pinMode(pr_comm, INPUT);
pinMode(pr_detect,INPUT);
}
void loop() {
// put your main code here, to run repeatedly:
Serial.print(F("COMM "));
Serial.print(analogRead(pr_comm));
Serial.print(F... | [
"b07901025@ntu.edu.tw"
] | b07901025@ntu.edu.tw |
6048b2a004b5144602b1be338db10b4ecfcf9012 | b35dbdabbd3169a38a39a05f5f46dd199a6ca976 | /ProyectoFinalCOGA/Tanque.h | 1bafdccb561218b8999e32889681536d4940626c | [] | no_license | JaviVinnas/Proyecto-final-de-COGA | db27751cc635f0512ec1a2c12a9e1862484df469 | 9574a4413bdc2501699154051dd6a2f95a2ea0cb | refs/heads/master | 2023-02-03T03:09:23.934708 | 2020-12-21T13:33:34 | 2020-12-21T13:33:34 | 323,343,346 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,295 | h | #pragma once
#ifndef BLOQUE_H
#include "Bloque.h"
#endif // !BLOQUE_H
#ifndef MOVIMIENTOS_H
#include "Movimientos.h"
#endif // !MOVIMIENTOS_H
#ifndef PULSADOR_H
#include "Pulsador.h"
#endif // !PULSADOR_H
#ifndef BALA_H
#include "Bala.h"
#endif // !BALA_H
#ifndef ESCENARIO_H
#include "Escenario.h"
#endif // !ESCEN... | [
"javier.rodriguez.vinas@rai.usc.es"
] | javier.rodriguez.vinas@rai.usc.es |
d45bbf8b85eae2364d912bc92ea881d84cad3cf4 | 18c4c558d1afe6ca67c39288925ac7bc8485f1ac | /src/opencvtest/src/3data_type_and_action.cpp | 2e7f474364c50e258a4de99d8c2e6562bde84c7d | [] | no_license | zhanghengsjtu/graspdemo | 0a5e33e2555c028e92d8bee0ecdb427da2411d12 | 895e7893a7f6d8557dfb3a0b3ebc08f5b7caf44b | refs/heads/master | 2021-09-13T07:30:20.039232 | 2018-04-26T13:45:20 | 2018-04-26T13:45:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,494 | cpp | //opencv练习3--操作不同数据类型,了解core模块,同时core组件还提供了很多在图像上画其他图形的函数
#include "ros/ros.h"
#include "opencv2/opencv.hpp"
#include "iostream"
using namespace std;
using namespace cv;
#define WINDOW_NAME "lenna"
int main(int argc, char *argv[])
{
ros::init(argc, argv, "DataTypeAndAction");
ros::NodeHandle nh;
Mat imag... | [
"zhanhgengsjtu@gmail.com"
] | zhanhgengsjtu@gmail.com |
584885dd60ac01134eeae15154e77680240773b6 | b6c7a169ece145dd8ae59b1417bdd2f777a3097f | /JoesPrototypes/VentGui/gui/common/widgets/LabeledDataWidget.h | 67ce971a11e66923cc1d77f9391566e85d4d39b1 | [] | no_license | GlobalVent/prototypes | 5128fdf92ee61fa5097caa64c0b53c1838213e94 | 3de017d5e125466b5bf359ef348c56b821925491 | refs/heads/master | 2022-12-10T01:51:17.700231 | 2020-09-09T12:14:56 | 2020-09-09T12:14:56 | 253,514,741 | 1 | 1 | null | 2020-09-09T12:14:57 | 2020-04-06T14:01:53 | C++ | UTF-8 | C++ | false | false | 470 | h | #ifndef LABELEDDATAWIDGET_H
#define LABELEDDATAWIDGET_H
#include <QWidget>
#include <QLabel>
class LabeledDataWidget: public QWidget
{
Q_OBJECT
public:
LabeledDataWidget(QWidget* parent = nullptr) = delete;
LabeledDataWidget(const QString& label, QWidget* parent = nullptr);
~LabeledDataWidget() = de... | [
"jwild@sunriselabs.com"
] | jwild@sunriselabs.com |
829c47e06e4c77b66581039c04f401381c5b475a | 5456502f97627278cbd6e16d002d50f1de3da7bb | /base/test/histogram_tester_unittest.cc | 79c9bc96a6441f281368ff29bd1be3592c993946 | [
"BSD-3-Clause"
] | permissive | TrellixVulnTeam/Chromium_7C66 | 72d108a413909eb3bd36c73a6c2f98de1573b6e5 | c8649ab2a0f5a747369ed50351209a42f59672ee | refs/heads/master | 2023-03-16T12:51:40.231959 | 2017-12-20T10:38:26 | 2017-12-20T10:38:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,016 | cc | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/test/histogram_tester.h"
#include <memory>
#include "base/metrics/histogram_macros.h"
#include "base/metrics/histogram_samples.h... | [
"lixiaodonglove7@aliyun.com"
] | lixiaodonglove7@aliyun.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.