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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b5627577b15ed5ffb9f70acc6e6eaf08cb903d49 | 4c39680401a57998796b452d1bb361b32f897c1f | /ennakkotehtava-06/main.cpp | e1c56f860894c1ba1f413201012770dda0ea77b7 | [] | no_license | CheatCod3s/School-projects | 20a1ee523ebc7d5f4565d1eb293ef8f218ef3479 | c4fc2a8ce38d4f66c29d997de22f50f9215ca960 | refs/heads/master | 2021-01-12T09:19:37.271386 | 2017-02-08T13:21:14 | 2017-02-08T13:21:14 | 81,330,978 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,752 | cpp | #include <iostream>
#include <map>
#include <string>
using namespace std;
using Puhelinluettelo = map<string, string>;
int laske_nimet(Puhelinluettelo::const_iterator tutkittava,
Puhelinluettelo::const_iterator loppu,
char nimen_alkukirjain);
int main()
{
Puhelinluettelo luett... | [
"sandra.raitaniemi@student.tut.fi"
] | sandra.raitaniemi@student.tut.fi |
85132e6c4f0e87c6f15837cef75f18c950d7c721 | dd5356457879b9edf8c982a412e0068f94da697d | /SDK/RoCo_Arbitrator_CameraShake_classes.hpp | f770f43f5741968147fd28b1744c87f09282b8b9 | [] | no_license | ALEHACKsp/RoCo-SDK | 5ee6567294674b6933dcd0acda720f64712ccdbf | 3a9e37be3a48bc0a10aa9e4111865c996f3b5680 | refs/heads/master | 2023-05-14T16:54:49.296847 | 2021-06-08T20:09:37 | 2021-06-08T20:09:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 720 | hpp | #pragma once
// Rogue Company (0.60) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "RoCo_Arbitrator_CameraShake_structs.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//----------------------------------------------------------------------... | [
"30532128+pubgsdk@users.noreply.github.com"
] | 30532128+pubgsdk@users.noreply.github.com |
d10d5b10d8a97f622907c41bf2685aafb17db530 | 06b7eb06edbcb424c33f41865f1b30f14f7fb67d | /Model.cpp | d38f52227bbc2d80e84b8fda3abcc38f881fb39d | [] | no_license | VladimirSpigiel/GameOfLife | 1564eed06d65ea961c8e8d73cbc17b981395041a | e897d021e7d1a167c611b21121d21e294eef7b62 | refs/heads/master | 2020-04-06T07:08:24.065199 | 2016-08-28T10:43:53 | 2016-08-28T10:43:53 | 64,558,341 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 663 | cpp | #include "stdafx.h"
#include "Model.h"
#include <iostream>
Model::Model(int width, int height):
_width(width),
_height(height),
_generation(0)
{
/* INIT THE GRID THAT CONTAINS THE CELLS*/
_h_grid = new Cell[_width * _height];
for (int i = 0; i < _width * _height; i++)
_h_grid[i] = DEAD_CELL;
for (int i = 0;... | [
"spigiel.vladimir@gmail.com"
] | spigiel.vladimir@gmail.com |
a7b53c6f3c9888123bab365030546f2305a3590c | d76df70b88f95748f8c8c17631a281a1b6cc0860 | /pyomo/contrib/appsi/cmodel/src/common.cpp | e8e2d3b58478e0002b7964fa49257d230e85fbd4 | [
"BSD-3-Clause"
] | permissive | aweltsch/pyomo | 2d603a5f367969c376d785c395104d2ad2a74131 | 6fd5b8aa94b21bfe3290bdb019b33b822d51b681 | refs/heads/master | 2022-05-30T01:20:00.102627 | 2022-05-03T21:54:39 | 2022-05-03T21:54:39 | 170,027,464 | 0 | 0 | null | 2019-02-10T21:08:03 | 2019-02-10T21:08:03 | null | UTF-8 | C++ | false | false | 92 | cpp | #include "common.hpp"
double inf = py::module_::import("math").attr("inf").cast<double>();
| [
"mlbynum@sandia.gov"
] | mlbynum@sandia.gov |
d0c080ecbb6dec9dd00c0165edb3ff88f80c421f | fdb655cccd64b27894890ced60232c4d7237073f | /FenPrincipale.h | d203e418dbb720901e57fbb4c3202d21d5e89942 | [] | no_license | creatie/Zero-Editeur | 2f8061cd350128f3db6d4616744c07ad741c1039 | d0ffd4ca9d652db30a63a4fc96fa54a8fd73bbd5 | refs/heads/master | 2016-09-06T04:11:29.472495 | 2012-10-01T05:48:40 | 2012-10-01T05:48:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,750 | h | #ifndef FENPRINCIPALE_H
#define FENPRINCIPALE_H
#include <QApplication>
#include <QMainWindow>
#include <QLineEdit>
#include <QWidget>
#include <QFormLayout>
#include <QMdiArea>
#include <QTextEdit>
#include <QMenu>
#include <QMenuBar>
#include <QToolBar>
#include <QFontComboBox>
#include <QLabel>
#include <QDockWidge... | [
"creatie.dev@gmail.com"
] | creatie.dev@gmail.com |
53e6542596a25110c90f593a4d9441dc5fb803c9 | fd9e01c634878a3cef730ba68ea7a2f156452916 | /cpp/src/arrow/compute/kernels/scalar_fill_null.cc | e6b454c664e0dbb328e7931098280dcb69af5aed | [
"Apache-2.0",
"MIT",
"BSD-3-Clause",
"BSD-2-Clause",
"Zlib",
"CC-BY-3.0",
"CC0-1.0",
"OpenSSL",
"ZPL-2.1",
"BSL-1.0",
"NTP",
"LicenseRef-scancode-unknown-license-reference",
"LLVM-exception",
"LicenseRef-scancode-public-domain",
"JSON",
"CC-BY-4.0",
"LicenseRef-scancode-protobuf"
] | permissive | a2un/arrow | e5e2c6d72991ca20203db272b8821305b041bf6a | a6b30de87f3b157dec13561dbecebe7652189498 | refs/heads/arrow-master | 2021-07-07T11:31:59.139741 | 2020-10-04T19:21:11 | 2020-10-04T19:21:11 | 195,855,519 | 2 | 0 | Apache-2.0 | 2020-10-04T23:28:38 | 2019-07-08T17:13:14 | C++ | UTF-8 | C++ | false | false | 6,274 | cc | // Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may... | [
"wesm@apache.org"
] | wesm@apache.org |
3fe78079f7ac97635c7de49d5798329847d152aa | 161f428f27116c1ab0ef05b0f3ff5260cbac6caa | /tmp/segment_segment_intersect.cpp | 88cdf192606f13b297f769d1b199351de86a4381 | [] | no_license | KarlLeell/libigl-python-bindings | cebc21447f6f2b276cde321c2ca166ff0b81622f | 1e76609823b018ac152b08d6c8384cea5031df3e | refs/heads/master | 2020-05-31T00:20:52.758553 | 2019-08-07T16:53:57 | 2019-08-07T16:53:57 | 190,031,924 | 0 | 0 | null | 2019-06-03T15:25:01 | 2019-06-03T15:25:01 | null | UTF-8 | C++ | false | false | 1,153 | cpp | // TODO: __example
// error at line 33 and 41, saying cross is only for certain size matrices
#include <npe.h>
#include <typedefs.h>
#include <igl/segment_segment_intersect.h>
const char* ds_segments_intersect = R"igl_Qu8mg5v7(
Determine whether two line segments A,B intersect
A: p + t*r : t \in [0,1]
... | [
"cl3940@nyu.edu"
] | cl3940@nyu.edu |
be734114e146fe8e2d10050af26a081e62279e02 | 753a70bc416e8dced2853f278b08ef60cdb3c768 | /include/tensorflow/lite/c/c_api_experimental.cc | 4b812172937b443e76286dc0aa4c36c8dc0bffd8 | [
"MIT"
] | permissive | finnickniu/tensorflow_object_detection_tflite | ef94158e5350613590641880cb3c1062f7dd0efb | a115d918f6894a69586174653172be0b5d1de952 | refs/heads/master | 2023-04-06T04:59:24.985923 | 2022-09-20T16:29:08 | 2022-09-20T16:29:08 | 230,891,552 | 60 | 19 | MIT | 2023-03-25T00:31:18 | 2019-12-30T09:58:41 | C++ | UTF-8 | C++ | false | false | 1,758 | cc | /* Copyright 2018 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... | [
"finn.niu@apptech.com.hk"
] | finn.niu@apptech.com.hk |
be4f04270d7eb14d4d8fda34f61641dbd5441e96 | 25739059dd91cc84a65ae3abb9a7a0213caa8c81 | /boost/boost/mpl/sizeof.hpp | 49f5fc8829c352a191586393bc0cf92f252098fb | [
"MIT"
] | permissive | MIPT-ILab/MDSP | 70a669111c6c4518e2500c4d775fe508b2661591 | e1d09a3b979b54c7b49883d48c05650476f366ae | refs/heads/master | 2020-12-26T21:49:38.410540 | 2018-11-01T09:11:30 | 2018-11-01T09:18:23 | 33,407,032 | 2 | 2 | MIT | 2018-11-01T09:11:31 | 2015-04-04T13:53:13 | C++ | UTF-8 | C++ | false | false | 907 | hpp |
#ifndef BOOST_MPL_SIZEOF_HPP_INCLUDED
#define BOOST_MPL_SIZEOF_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2003
//
// 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)
//
// See http://www.boost.org/... | [
"pavelkryukov@users.noreply.github.com"
] | pavelkryukov@users.noreply.github.com |
a2b59ee6c47d4d0c22f44b1fe393ac9730d77389 | aa1ef21bf7aa0fab6d5b9f429b086eced97c7b8e | /kickstart/2019-practice/1.cpp | a5ccf9b82e1d39fb6748209d19058cc97c6fc2a8 | [] | no_license | vd-07/CP | ad8f7a0b71e53e2f83b0a69d344f3cf9b9c77580 | 15b0c69574111ebca4b9f428f84d10884bc65bcd | refs/heads/main | 2021-09-08T07:35:16.804319 | 2021-08-04T16:58:47 | 2021-08-04T16:58:47 | 207,377,244 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,889 | cpp | //Author : Vivek Dubey
#include <bits/stdc++.h>
using namespace std;
#define ll long long int
#define ull unsigned long long int
#define READ(a) ll a; cin>>a
#define READ2(a,b) ll a,b; cin>>a>>b
#define f(i,s,e) for(int i=s;i<e;i++)
#define READC(c) char c; cin>>c
#define READA(a,n) ll a[n]; f(i,0,n) cin>>a[i]
#define ... | [
"dubey.vivek.2805@gmail.com"
] | dubey.vivek.2805@gmail.com |
301043b181b6153783bfd88f2e64a1ce28214185 | 8be083e9fbf15606201217d6c4b87c929e418065 | /tags/release-0.6/util/colorutil.cpp | 32dc0974ba55ec57b414f60eeac4973ee31515a7 | [
"Apache-2.0"
] | permissive | BGCX067/faint-graphics-editor-svn-to-git | 430768d441f3e9b353fbc128e132f7406ee48c0e | dad252f820d29ab336bcfa57138625dae6dfed60 | refs/heads/master | 2021-01-13T00:56:26.685520 | 2015-12-28T14:22:44 | 2015-12-28T14:22:44 | 48,752,914 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,751 | cpp | #include "colorutil.hh"
#include <cassert>
bool red_is_max( const faint::Color& c ){
return c.r >= c.g && c.r >= c.b;
}
bool green_is_max( const faint::Color& c ){
return c.g >= c.r && c.g >= c.b;
}
bool blue_is_max( const faint::Color& c ){
return c.b >= c.r && c.b >= c.g;
}
int color_max( const... | [
"you@example.com"
] | you@example.com |
91b3eefd3a910f74cb46a79bffa99f1492979161 | d8effd075768aecbf0a590804e6c94127954d01c | /src/GameManager.h | 7b8042c1641af5a1b201c37a68d8bacb30388399 | [] | no_license | nozgames/noz-cpp | 55c88e0ea92408433ca34399f31007418d46a063 | 0466c938f54edf846c01dd195ce870b366821e99 | refs/heads/master | 2022-11-24T04:20:51.348835 | 2020-07-30T21:42:48 | 2020-07-30T21:42:48 | 283,881,452 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,290 | h | ///////////////////////////////////////////////////////////////////////////////
// Troglobite
// Copyright (C) 2015 NoZ Games, LLC
// http://www.nozgames.com
///////////////////////////////////////////////////////////////////////////////
#ifndef __FarmerZ_MainMenu_h__
#define __FarmerZ_MainMenu_h__
namespace FarmerZ ... | [
"bryan.dube@resultstack.com"
] | bryan.dube@resultstack.com |
b4f4a0e14609ec1f5431fdf0703922173f69c236 | 08562491f9f7c1b3c259e5d32f24c43f34d5dfbf | /src/qt/recentrequeststablemodel.h | ec08a6ec68792c46c8b774f116494eb23172d22e | [
"MIT"
] | permissive | VoytekBear/CMTR | cf618a50c61eb27320ed89d056ed58ac0e49cb0b | f448cf4ba8d3209032ae05bba65a077e753d6d3f | refs/heads/master | 2021-01-02T00:10:57.680686 | 2019-05-21T13:40:19 | 2019-05-21T13:40:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,314 | h | // Copyright (c) 2011-2014 The Bitcoin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_QT_RECENTREQUESTSTABLEMODEL_H
#define BITCOIN_QT_RECENTREQUESTSTABLEMODEL_H
#include "walletmodel.h"
#includ... | [
"admin@coinmegatrend.com"
] | admin@coinmegatrend.com |
015b4e566f909e50764c26dd88e366533ffb86eb | a826f4b3d83ee797f017acdb16d96fa62ce85e63 | /openjtalk/open_jtalk-1.05/mecab/src/learner_node.h | 60db65065e840641947641c75a2ef249e4c85c26 | [
"BSD-3-Clause"
] | permissive | hecomi/node-openjtalk-waf | 831ae200db1b8483ffd4b638b478fb6c1e811395 | a250531bab4401b64ae6acbfdff887980bc3fb1e | refs/heads/master | 2021-01-20T01:57:43.108574 | 2012-05-22T17:25:56 | 2012-05-22T17:25:56 | 4,409,570 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,049 | h | // MeCab -- Yet Another Part-of-Speech and Morphological Analyzer
//
//
// Copyright(C) 2001-2006 Taku Kudo <taku@chasen.org>
// Copyright(C) 2004-2006 Nippon Telegraph and Telephone Corporation
#ifndef MECAB_LEARNER_NODE_H
#define MECAB_LEARNER_NODE_H
#include <cstring>
#include "mecab.h"
#include "common.h"
#incl... | [
"dimentity@gmail.com"
] | dimentity@gmail.com |
11e9ea516cafb9b4d52dc0c983dbd8ff042a5f2b | 0080621ed911e10e92e12b59105ff3124fcd488c | /Homework/Assignment5/Assignment5_ewsc/Inventory.h | e3b789d7d6fa030f97a6125277f525c6b10e762c | [] | no_license | jthomas88/SPR17_CSC-17A | c7a724d774865c9ccf8e08bc49210c12ced02528 | c6badcf456cfbf1c7c9c0e90484d8147934e4f98 | refs/heads/master | 2021-01-21T09:02:41.843869 | 2017-05-17T01:28:01 | 2017-05-17T01:28:01 | 82,848,918 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 772 | h | /*
* 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: Date.h
* Author: Jeff
*
* Created on May 3, 2017, 4:26 PM
*/
#ifndef INVENTORY_H
#define INVENTORY_H
#include <st... | [
"thomasjeffrey96@hotmail.com"
] | thomasjeffrey96@hotmail.com |
5edbe83e36702412d5a2e2476d4924fdf67de918 | 4b6ce43190821ec99aca27bbca1ccb4994dba977 | /animus-2/keyboard-specific-builds/terminus-mini/animus/animus.ino | 63d6e37d11e41eed75d2aae4bf429b0e2556e1ce | [
"Apache-2.0"
] | permissive | BlackCapCoder/animus-family | 9393036e5b0f79ba80a3939629c9624e5c30e86d | 6ff8b4239e85ffbab08347a51e6c9a13cd99153b | refs/heads/master | 2020-04-24T00:49:23.897141 | 2019-02-28T13:12:45 | 2019-02-28T13:12:45 | 171,577,222 | 0 | 0 | null | 2019-02-20T01:15:54 | 2019-02-20T01:15:54 | null | UTF-8 | C++ | false | false | 609 | ino | #define builder_row 4
#define builder_col 12
#define builder_kbname "Terminus Mini"
#define builder_kbvariant "Terminus Mini"
#define builder_kbdriver "Animus Innova x2.7.1"
#define builder_kbdriver_build "OEM"
#define builder_vpins 9, 8, 7, 6
#define builder_hpins A3, A2, A0, A1, 14, 15, 10, 16, 2, 3, 4, 5
#define bui... | [
"blahlicus@gmail.com"
] | blahlicus@gmail.com |
32a78e43a37676e03d83026c4846c2d6ad5fd7d5 | 756ddb3e7c098fda83a3578ab06f28b1749df06d | /After Mid-Exam Fall'2016/28 program/problem 13.cpp | 51ea11bde90ed9b2610080985125fda7ac7adb1c | [] | no_license | MrArman117/These-code-on-C-plus-plus-programming-language | 8b9fa990252d7e9726f3865ef43b8b4e18e79d99 | fe4bd7f49c209b156660ddab435aa3de24897a94 | refs/heads/master | 2020-04-10T18:54:08.088061 | 2019-01-04T06:41:06 | 2019-01-04T06:41:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 960 | cpp | ///Problem number 13
Consider the definition of the following class:
class Sample
{
private:
int x;
double y;
public :
Sample(); ///Constructor 1
Sample(int); ///Constructor 2
Sample(int, int); ///Constructor 3
Sample(int, double); ///Constructor 4
};
i. Write the definition of the constructor 1... | [
"arman.hakim49@gmail.com"
] | arman.hakim49@gmail.com |
5994ba8a668bafa14e1af93b4639a4fe6d0b6508 | 7f2d4ffcfbd2437ab347adf0bf609acb2c222eb4 | /cl/include/SDK/activprof.h | d6e29391a2f3d3c3dcd3df0e783485389ed96163 | [] | no_license | mensong/CppScript | d46d5939e8ffad83897b4a28094351093752128c | 622e00b49137caf95812735b5938a794537825dd | refs/heads/master | 2023-06-08T11:16:47.076693 | 2023-05-28T04:35:25 | 2023-05-28T04:35:25 | 166,553,412 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 12,890 | h |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 7.00.0555 */
/* Compiler settings for activprof.idl:
Oicf, W1, Zp8, env=Win32 (32b run), target_arch=X86 7.00.0555
protocol : dce , ms_ext, c_ext, robust
error checks: allocation ref b... | [
"mail0668@gmail.com"
] | mail0668@gmail.com |
a61c875cb967eeb1813e7b231ec291d05db520e7 | 15836e69de43a02efbe8f0ce4e07f5274bcb144b | /Send17X.cpp | c0169b0feabf52a6cae6c09714a58749d92e9089 | [] | no_license | sephyroth67/433utils | 47d9768199a880c6680cf4e37ad7d11fc484098f | be5ddfaf16f91793a0a7ca2cea8bc56220e0aaf9 | refs/heads/master | 2021-01-10T04:56:14.348404 | 2015-10-18T19:18:50 | 2015-10-18T19:18:50 | 44,061,010 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,318 | cpp | /*
'codesend' hacked from 'send' by @justy
- The provided rc_switch 'send' command uses the form systemCode, unitCode, command
which is not suitable for our purposes. Instead, we call
send(code, length); // where length is always 24 and code is simply the code
we find using the RF_sniffer.ino Arduino sk... | [
"stevesiegwalt@hotmail.com"
] | stevesiegwalt@hotmail.com |
49ab277a3459d5740cfe4b401062e20f7627731b | 7cc9e293ebd8430f39c273382c729774135438c6 | /src/ArgsParser.cpp | 0650346c562bbdd1d569abe113cbc29def554566 | [] | no_license | ramiromagalhaes/facefind | 9824ae9014d00e37dc44d10224ce88fb203b4c08 | 3e8ff100c1939445d6301739befc938f0e7327e1 | refs/heads/master | 2020-06-07T12:35:20.192552 | 2012-09-12T01:18:15 | 2012-09-12T01:18:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,007 | cpp | /*
* CommandLineParser.cpp
*
* Created on: 07/09/2012
* Author: ramiro
*/
#include "ArgsParser.h"
ArgsParser::ArgsParser() {
HELP = "help";
DBPATH = "dbpath";
SEARCH = "search";
INITDB = "initdb";
SINGLE_IMG_EVAL = "eval";
}
Operation* ArgsParser::parse(int argc, char** argv) {
po::options_descript... | [
"ramiro.p.magalhaes@gmail.com"
] | ramiro.p.magalhaes@gmail.com |
a0b3aeacbb8521caf72edf1f4d92881a3f72aae2 | 1e6e98f2a25caf35fa52e9ed751820b874d1912f | /include/mos/aud/buffer.hpp | 95b3f757e982949263d30d151e537e90131c205d | [
"MIT"
] | permissive | thom-bahm/mos | ee421f57d82c1a16fc3f993fe8583031ab94a97d | 9f1e1e32d2ba28908abc687efbd0cb3c42487328 | refs/heads/master | 2021-01-03T03:22:54.723808 | 2020-02-11T17:40:28 | 2020-02-11T17:40:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,386 | hpp | #pragma once
#include <atomic>
#include <string>
#include <memory>
#include <vector>
namespace mos {
namespace aud {
class Buffer;
using Shared_buffer = std::shared_ptr<Buffer>;
/** 16bit integer audio buffer. */
class Buffer final {
public:
using Samples = std::vector<short>;
template<class T>
/** Construct... | [
"bengtsson.morgan@gmail.com"
] | bengtsson.morgan@gmail.com |
b9ae6df78f41fe021b034b184facd496d0eed3b2 | 8eb458f2c3e7794ed405a8f2ea0eb3bad343bb07 | /c++面向对象/B0205.cpp | 73431932e57fbd445314b3925f8ef51907a8b7da | [] | no_license | cn-cs-S/cs_s | d8ffc8c5d38b72f319d807b8813570991761b8a1 | e8a32bde55f966f961d84603d3a15ec0e34414a6 | refs/heads/main | 2023-08-22T16:49:09.869172 | 2021-10-31T09:36:01 | 2021-10-31T09:36:01 | 321,030,567 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 371 | cpp | #include<iostream>
#include<iomanip>
double function(int n) {
double first = 1, second = 2;
double sum = 0;
for (int i = 0; i < n; i++)
{
sum += second / first;
second = first + second;
first = second - first;
}
return sum;
}
int main(){
int n;
std::cin >> n;
... | [
"cs_s@qq.com"
] | cs_s@qq.com |
aaa9dfe0043d892048f81a3f87d2b1fa174a2413 | 8aa739ac56b0bdd6afe24bbb23a5106053b7bd7b | /QT_Project_Mensche_Aergere_dich_nicht/piece_player_class.h | d059d1273cdefe30bca9d0cff04598597bc8c934 | [] | no_license | marina13594/NETB375_Mensche_aergere_dich_nicht | 7517b66b9fab607a22e8275aff4fa793f6b8386b | 7b4af8b2a23a12b8bb40d24bb6912148f619bd44 | refs/heads/master | 2020-12-31T01:48:20.375401 | 2014-12-03T11:15:32 | 2014-12-03T11:15:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,678 | h | #ifndef __PIECE_PLAYER_CLASS_H_INCLUDED__
#define __PIECE_PLAYER_H_INCLUDED__
#include <iostream>
#include <string>
using namespace std;
class Piece // 4 pieces per player,
{
private:
int piece_id; // 1-4 identifies the pieces
int piece_player_id; // 1-4 depending which player the piece belongs to
int moves; // 0... | [
"christopher.petkov@gmail.com"
] | christopher.petkov@gmail.com |
b054440ace069e9c6d047d9423a4a6d91f2ddd31 | 41b4adb10cc86338d85db6636900168f55e7ff18 | /aws-cpp-sdk-iam/include/aws/iam/model/AssignmentStatusType.h | 6d12a3e96456ef42d74dabb8a2bea0a82c8e8a5f | [
"JSON",
"MIT",
"Apache-2.0"
] | permissive | totalkyos/AWS | 1c9ac30206ef6cf8ca38d2c3d1496fa9c15e5e80 | 7cb444814e938f3df59530ea4ebe8e19b9418793 | refs/heads/master | 2021-01-20T20:42:09.978428 | 2016-07-16T00:03:49 | 2016-07-16T00:03:49 | 63,465,708 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,128 | h | /*
* Copyright 2010-2016 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" file... | [
"henso@amazon.com"
] | henso@amazon.com |
71eb4255b4f562f575d90f3e1a1aa61a3d0ca155 | 47987b94060d8290aff1e5400ba3101cc3b1153b | /alam_cpp_files/compcorr2.cpp | e426d837c8860e0584ded5dc837b356c357f302c | [] | no_license | TCNJ-ECE-IMPL/tissue_elastography | cbdec6c903c0dfa442ab82ef9a3357e9b350b0fa | f6586dda0c58f2ebd7546d4652106ac40e5c659f | refs/heads/master | 2021-05-26T11:39:43.182962 | 2020-05-28T17:44:18 | 2020-05-28T17:44:18 | 254,116,492 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,729 | cpp | #include "mex.h"
#include <math.h>
#include <string.h>
// ALL ARRAYS INITIALIZED USING "new". THUS, ALL 2-D ARRAYS ARE SIMULATED WITH 1D ARRAYS.
// VERSION 2.2: Correlation function numerator and denominator are computed without creating
// new variables (e.g., Xs, Ys, XsSQ, YsSQ, XsYs) for fast... | [
"pearlstl@tcnj.edu"
] | pearlstl@tcnj.edu |
c20ba0c47a0c4430faad6de1e5deb1816819631f | 6701eae4550c7cd3d8703565c7be3a5e26248676 | /src/test/base32_tests.cpp | 0a4fd05fdef4626a23f39b673bf31933303600fb | [
"MIT"
] | permissive | stochastic-thread/bootstrapping-ellocash | 91de56a330090c004af31d861e6d4cfb8d8b9e36 | 9495f1e3741c7f893457e4f6602d6ef0d84b7b3d | refs/heads/master | 2021-09-05T05:00:19.403780 | 2018-01-24T08:09:44 | 2018-01-24T08:09:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 922 | cpp | // Copyright (c) 2012-2015 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "test/test_ellocash.h"
#include "utilstrencodings.h"
#include <boost/test/unit_test.hpp>
BOOST_FIXTURE_TEST_SUITE(... | [
"arthurcolle@Arthurs-MacBook-Pro.local"
] | arthurcolle@Arthurs-MacBook-Pro.local |
7c3fb8b7fb43ce498ef7fa4e042be745abb428b4 | 04230fbf25fdea36a2d473233e45df21b6ff6fff | /1325-C.cpp | 9a99356f50db485784263a9fbba9da202a33177c | [
"MIT"
] | permissive | ankiiitraj/questionsSolved | 48074d674bd39fe67da1f1dc7c944b95a3ceac34 | 8452b120935a9c3d808b45f27dcdc05700d902fc | refs/heads/master | 2021-07-22T10:16:13.538256 | 2021-02-12T11:51:47 | 2021-02-12T11:51:47 | 241,689,398 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,759 | cpp | #include <bits/stdc++.h>
#define int long long int
#define len length
#define pb push_back
#define F first
#define S second
#define scnarr(a, n) for (int i = 0; i < n; ++i) cin >> a[i]
#define vi vector<int>
#define pii pair <int, int>
#define mii map <int, int>
#define faster ios_base::sync_with_stdio(false); cin.tie(... | [
"ankitatiiitr@gmail.com"
] | ankitatiiitr@gmail.com |
b93b614b97fe00deb3681df8e6dbd26e13a025f5 | 7a20b3db1a185ecdf12ad86f38edaa03742abd7b | /src/gpu/ops/GrSimpleMeshDrawOpHelper.cpp | 8b83271105cc3ce09ea5eed123b5d4d1a689c274 | [
"BSD-3-Clause"
] | permissive | revery-ui/esy-skia | 7ef96ceeca94d001264684b7dc1ac24db0381ad4 | 29349b9279ed24a73ec41acd7082caea9bd8c04e | refs/heads/master | 2022-05-29T17:50:23.722723 | 2022-04-02T09:37:52 | 2022-04-02T09:37:52 | 203,015,081 | 24 | 26 | BSD-3-Clause | 2022-04-02T09:37:52 | 2019-08-18T14:24:21 | C++ | UTF-8 | C++ | false | false | 7,527 | cpp | /*
* Copyright 2017 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "GrSimpleMeshDrawOpHelper.h"
#include "GrAppliedClip.h"
#include "GrProcessorSet.h"
#include "GrRect.h"
#include "GrUserStencilSettings.h"
GrSimpleMeshDrawOpHelper::... | [
"skia-commit-bot@chromium.org"
] | skia-commit-bot@chromium.org |
dcbc011b8b87904641deb08e1a900b7c86b99252 | 72eb234212da5a8e5fdd8433546a9e4a697364a9 | /renderengine.h | c1ac193302587324f181991719f6e56e8bcc1c56 | [] | no_license | loosstef/grid-based-fluid-simulator | 03825c757c41e39d274b7758815a6c628987780f | 57ecb66404b82a21344529e39f2f3533f3ec841f | refs/heads/master | 2022-01-12T02:11:26.072310 | 2019-05-16T13:37:35 | 2019-05-16T13:37:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,715 | h | #ifndef RENDERENGINE_H
#define RENDERENGINE_H
#include <QObject>
#include <QPainter>
class QImage;
class Field;
class Grid;
class RenderEngineController;
enum RenderType {smoke, density, temperature};
class RenderEngine : public QObject
{
Q_OBJECT
public:
RenderEngine(const int width, const int height, cons... | [
"loosstef@gmail.com"
] | loosstef@gmail.com |
e3e2f9d79fdfd74698a386b479fedccfc3d079d3 | 04251e142abab46720229970dab4f7060456d361 | /lib/rosetta/source/src/protocols/task_operations/SelectByDeltaScoreOperation.cc | c980ac866914c143dd87016424b2da02bfa35018 | [] | no_license | sailfish009/binding_affinity_calculator | 216257449a627d196709f9743ca58d8764043f12 | 7af9ce221519e373aa823dadc2005de7a377670d | refs/heads/master | 2022-12-29T11:15:45.164881 | 2020-10-22T09:35:32 | 2020-10-22T09:35:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,553 | cc | // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
// vi: set ts=2 noet:
//
// (c) Copyright Rosetta Commons Member Institutions.
// (c) This file is part of the Rosetta software suite and is made available under license.
// (c) The Rosetta software is developed by the co... | [
"lzhangbk@connect.ust.hk"
] | lzhangbk@connect.ust.hk |
bb84cd3259c8d6bcdfa8919f447abad004738597 | 426af4169b030c4691867f9083e336b0fdf0aa2e | /My DSA Practice/Sorting/intersection.cpp | 3b54df1d60eb0956b08b0e0a027d9d83c0381cc5 | [] | no_license | kk-source/DSA-Practice-Repo | b0f896e7a7692786deb121e80258b793054c0094 | 06ae5af6a180910bcb03fe7c28a72befb3611114 | refs/heads/master | 2023-07-10T20:26:01.721486 | 2021-08-22T12:01:33 | 2021-08-22T12:01:33 | 372,847,622 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 597 | cpp | #include <iostream>
#include <string>
using namespace std;
void intersection(int arr[], int brr[], int n1, int n2){
int j=0,i=0;
while (i<n1 && j<n2){
if (arr[i]==brr[j]){
cout << arr[i] << " ";
while(arr[i]==brr[j])
j++;
i++;
}
else if (ar... | [
"vimlakushwah81@gmail.com"
] | vimlakushwah81@gmail.com |
d3a01ac671963924145d0d0c0c863542ddaebdf1 | 211f01b13e9165bde8e3a87128ed3fe74113b536 | /C++/문제_9019번.cpp | f360825d4093ffca293f3dfdad5781b1413de188 | [] | no_license | portfolioExpert/BackJoon | 9ee9d631322443e856d7d5a14f8f7379a32f9e05 | e38c7a1ac9f5e9ddc5d84ae9135791fc7c701e52 | refs/heads/master | 2023-08-03T10:21:41.119294 | 2023-07-24T22:33:17 | 2023-07-24T22:33:17 | 223,161,598 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,464 | cpp | //문제 9019번 DSLR -> BFS
#include <string>
#include <queue>
#include <cstring>
bool visit[10001];
string bfs(int go, int goal){
queue<pair<int,string>>q;
q.push({go, ""});
while(!q.empty()){
int now = q.front().first;
string str = q.front().second;
q.pop();
if(now == goal)
... | [
"gus7518@naver.com"
] | gus7518@naver.com |
e5dc58e8d869da5a3cf2d5169f17363575410626 | 2a6f00859e1f762bc3fdab6fa15e703a0dd33322 | /src/qt/multisigdialog.h | 73eca2bce33bc6b1dbf70a713cbfd0f219b1c869 | [
"MIT"
] | permissive | nazarpechka/volvox-old | 839858e9b7c36ff49e5501824c8d3e0616e46d22 | 1b8e05a330183580371096cd9eb896a645417347 | refs/heads/master | 2020-03-07T17:27:30.072161 | 2019-02-10T14:21:00 | 2019-02-10T14:21:00 | 127,611,688 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,591 | h | #ifndef MULTISIGDIALOG_H
#define MULTISIGDIALOG_H
#include <QDialog>
#include <QWidget>
#include "multisigaddressentry.h"
#include "multisiginputentry.h"
#include "sendcoinsentry.h"
#include "walletmodel.h"
namespace Ui
{
class MultisigDialog;
}
class MultisigDialog : public QDialog
{
Q_OBJECT;
protected... | [
"nazarpechka@gmail.com"
] | nazarpechka@gmail.com |
eebbd94f56a0991def544e714206871fabf7eb75 | 7fd5e6156d6a42b305809f474659f641450cea81 | /boost/numeric/ublas/detail/vector_assign.hpp | 3a36375373a72201d08f532d491fbbbd9854380f | [] | no_license | imos/icfpc2015 | 5509b6cfc060108c9e5df8093c5bc5421c8480ea | e998055c0456c258aa86e8379180fad153878769 | refs/heads/master | 2020-04-11T04:30:08.777739 | 2015-08-10T11:53:12 | 2015-08-10T11:53:12 | 40,011,767 | 8 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,562 | hpp | //
// Copyright (c) 2000-2002
// Joerg Walter, Mathias Koch
//
// 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)
//
// The authors gratefully acknowledge the support of
// GeNeSys mbH & Co. KG in pr... | [
"git@imoz.jp"
] | git@imoz.jp |
34e1431a6af7892e7e11d1cda061ea9503171be3 | e5422975481b1283b4a8a5207c2ff9a5e0d73ff1 | /dlls/cbase.cpp | 12ed81c72c41749f49dad4dc7e6d3b628d47c03b | [] | no_license | mittorn/hlwe_src | ae6ebd30c3dc2965f501b7e5ee460a7c7de58892 | 7abbe2ab834d636af4224a0bd0c192c958242b49 | refs/heads/master | 2021-01-13T16:30:25.223519 | 2015-12-01T19:07:15 | 2015-12-01T19:07:15 | 47,205,047 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 31,760 | cpp | #include "extdll.h"
#include "util.h"
#include "cbase.h"
#include "saverestore.h"
#include "client.h"
#include "decals.h"
#include "gamerules.h"
#include "game.h"
#include "player.h"
//LLAPb begin
#include "ss_mgr.h"
extern DLL_GLOBAL Vector g_vecAttackDir;//Moved here - it's used by CBaseEntity::TakeDa... | [
"mittorn@sibmail.com"
] | mittorn@sibmail.com |
28b906913e51b8dc425227e4af597a523f153611 | a2e04e4eac1cf93bb4c1d429e266197152536a87 | /Cpp/SDK/Title_MA_07_MerchantCommander_classes.h | 2b38ab8efaaf2d7a30c07ec54b32a461125b0260 | [] | no_license | zH4x-SDK/zSoT-SDK | 83a4b9fcdf628637613197cf644b7f4d101bb0cb | 61af221bee23701a5df5f60091f96f2cf929846e | refs/heads/main | 2023-07-16T18:23:41.914014 | 2021-08-27T15:44:23 | 2021-08-27T15:44:23 | 400,555,804 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 786 | h | #pragma once
// Name: SoT, Version: 2.2.1.1
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//------------------------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
07f8d636510a722791b2607629fe5ac725b71fb7 | f3660c7c295b6f7d26cdb287015d710fe9637ed0 | /src/30.cpp | 1117f3daa6cc1bd1c9e6147a07ffdbd47527a2cb | [] | no_license | freehawkzk/leetCode | d32e081cab2f772fc7b33056e228eb3709cb19f2 | 990019bf9eca7f619f69fe1157d7a0488f8a83c6 | refs/heads/master | 2021-01-10T11:47:44.846832 | 2020-09-14T07:14:01 | 2020-09-14T07:14:01 | 55,280,051 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,480 | cpp | #include <string>
#include<vector>
#include <algorithm>
#include <iostream>
std::vector<int> findSubstring(std::string s, std::vector<std::string>& words)
{
if (s.length() == 0)
return std::vector<int>();
if (words.size() == 0)
return std::vector<int>();
std::string s0 = s;
std::vector<i... | [
"freehawkzk@126.com"
] | freehawkzk@126.com |
1b298ee9601e240be70660126046775c7a5f27c7 | ac1c9fbc1f1019efb19d0a8f3a088e8889f1e83c | /out/release/gen/services/viz/public/mojom/compositing/video_detector_observer.mojom-blink.cc | 1324762ac1e3faccff19a17ed1eb93d67bc6adeb | [
"BSD-3-Clause"
] | permissive | xueqiya/chromium_src | 5d20b4d3a2a0251c063a7fb9952195cda6d29e34 | d4aa7a8f0e07cfaa448fcad8c12b29242a615103 | refs/heads/main | 2022-07-30T03:15:14.818330 | 2021-01-16T16:47:22 | 2021-01-16T16:47:22 | 330,115,551 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,953 | cc | // services/viz/public/mojom/compositing/video_detector_observer.mojom-blink.cc is auto generated by mojom_bindings_generator.py, do not edit
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#if defined... | [
"xueqi@zjmedia.net"
] | xueqi@zjmedia.net |
0becf55680f30e0ba8203f29eca55f2e4dd90547 | d89fd32d0909e77031f10afc36175887e13673f4 | /src/ContextMenu.cpp | 42ad950371ed0c4454c4aceb400aae28a04ef6d4 | [
"MIT"
] | permissive | ExpLife0011/NAntMenu | def3fc0c3e28083a876fdf0599ce48b389d3796a | 6f5f5e8835d29099b7d4eb27f6a4293bfc83be90 | refs/heads/master | 2020-04-14T12:23:11.398415 | 2015-11-05T02:58:52 | 2015-11-05T07:56:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 23,748 | cpp | /* NAntMenu - Implementation of the context menu handler
* Copyright (C) 2003 Mathias Hasselmann <mathias@taschenorakel.de>
*
* 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 rest... | [
"russell@holliday.id.au"
] | russell@holliday.id.au |
d39a8c9219204f46988c38608f0b8cd35c2d33a1 | a9cfa4e5aa62d4d189c134c93e28c6613b1a883c | /ChromaSDK/RzChromaSDKDefines.h | 64d13606e3d8cc382d1cccc37bcf4af24d221cf7 | [] | no_license | jeanrodriguez27/chromeIt | 39e65c30d07cd891a1537d003e6c685dd30fba14 | e4f72a864172818731a0f929fc6dd2c5f0d661d0 | refs/heads/master | 2020-04-05T01:15:10.861556 | 2017-06-21T19:24:55 | 2017-06-21T19:24:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,676 | h | //! \file RzChromaSDKDefines.h
//! \brief Definitions of global and static variables.
#ifndef _RZSCHROMADKDEFINES_H_
#define _RZSCHROMADKDEFINES_H_
#pragma once
#ifndef GUID_DEFINED
#include <Guiddef.h>
#endif
namespace ChromaSDK
{
// Keyboards
//! Razer Blackwidow Chroma device.
// {2EA... | [
"forzzak@gmail.com"
] | forzzak@gmail.com |
0ea9d89e2d239d4688ecd45dbefc23441ef8dc6f | feff7883394bdcd37dae1ef26daae682bd5a7641 | /cocos2dx/platform/linux/CCAccelerometer_linux.h | e0b7a415148405c1fc72f01351571ac23e1c3bde | [] | no_license | blacklensama/TVPortable | 1f4049ec22378700211e6c1e63dba8999d084998 | 98ed3bd6efcad6ad716b95aa4e97f615847a25d4 | refs/heads/master | 2020-03-30T06:15:33.086265 | 2012-08-26T03:02:47 | 2012-08-26T03:02:47 | 6,469,645 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 689 | h | /*
* CCAccelerometer_linux.h
*
* Created on: Aug 9, 2011
* Author: laschweinski
*/
#ifndef CCACCELEROMETER_LINUX_H_
#define CCACCELEROMETER_LINUX_H_
#include "CCCommon.h"
namespace cocos2d {
class CCAccelerometer
{
public:
CCAccelerometer();
~CCAccelerometer();
static CCAccelerometer* shar... | [
"mili@studio-symphonie.org"
] | mili@studio-symphonie.org |
4299e867bc01e7dc36eac5f9acc758ced4e1102e | 0a1ec42ddace93933d677475a4938f1c2d58a552 | /engine/game/gameConnection.h | fab6e415fe8e557a274ebb2ebb999d245503a42e | [] | no_license | ClayHanson/tge-152-fork | f8a242e401e3ea85eebfc75ff2b3dfc84b4fa056 | f19fae0c05ee0dbd9822a73ba1fca0fe95d43f53 | refs/heads/master | 2023-03-16T14:30:30.793979 | 2013-05-01T05:51:43 | 2013-05-01T05:51:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,250 | h | //-----------------------------------------------------------------------------
// Torque Game Engine
// Copyright (C) GarageGames.com, Inc.
//-----------------------------------------------------------------------------
//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~//~~~~~~~~~~~~~~~~~~~~~//
... | [
"mint@mint.(none)"
] | mint@mint.(none) |
8eff7a323c266f078ce6d8eac9d961e386911dd0 | 10718ab2477dd2110c260745a99a5b2d2f71d185 | /OWPJON/LINUX/Local/ThroughSerial/RemoteWorker/DeviceGeneric/DeviceGeneric.cpp | d3463f102916a1460c4933a688490fa3be2081b7 | [
"CC-BY-3.0",
"MIT"
] | permissive | drtrigon/sketchbook | 841aaab3a1d26d03730473a9c0c33dd0e23ded40 | fa58bf767cce2537c86e5ce1638771a164a5b118 | refs/heads/master | 2021-12-25T05:51:55.953619 | 2021-11-27T22:53:11 | 2021-11-27T22:53:11 | 127,468,266 | 8 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,978 | cpp | /**
* @brief Example-Code for a generic Server (e.g. Sensor, Display)
*
* @file OWPJON/LINUX/Local/ThroughSerial/RemoteWorker/DeviceGeneric/DeviceGeneric.cpp
*
* @author drtrigon
* @date 2018-07-06
* @version 1.0
* @li first version derived from PJON 11.0 examples
* examples/LINUX/Local/EthernetTCP/Rem... | [
"ursin@ThinkPad-T440-ursin"
] | ursin@ThinkPad-T440-ursin |
b4c5e39fafbe0f320395c924f3373ddbe0ed0724 | 843e995a92a6ceb1c207cc3b58c528da073562bd | /Orbis Toolbox/LncUtil.h | 2fd05674abf0981d8202e0d3fb201e71546e7219 | [] | no_license | PSTools/Orbis-Toolbox | d3dd710366c91d4478c76805050dc1a0513319af | 59caaf1d19b1787d2c67cb423dd4ea73d10c8784 | refs/heads/main | 2023-06-26T04:48:31.691451 | 2021-07-28T14:56:07 | 2021-07-28T14:56:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,280 | h | #pragma once
class LncUtil
{
public:
enum Boot
{
None = 0,
Eap = 1
};
enum Flag : unsigned long
{
Flag_None = 0UL,
SkipLaunchCheck = 1UL,
SkipResumeCheck = 1UL,
SkipSystemUpdateCheck = 2UL,
RebootPatchInstall = 4UL,
VRMode = 8UL,
NonVRMode = 16UL
};
struct LaunchAppParam
{
unsigned int si... | [
"oldskoolmodz@gmail.com"
] | oldskoolmodz@gmail.com |
fbe5a1b6e7be2c4277a46bee5bab8ea1f8d023ae | c8425121ceedc177f6e45f9f79b9ce849dd246eb | /main.cpp | 0af084bb81a1a4bb10bb3874c1f3015357796fde | [] | no_license | Metallink/Coding_battle_2018 | defa22dbe6d73a617e9606fde4884aad85d98056 | 3b63418cbc444890b8e5df9f1b49cb0f7178196a | refs/heads/master | 2020-04-02T01:00:39.460792 | 2018-10-21T12:43:30 | 2018-10-21T12:43:30 | 153,833,011 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 855 | cpp | #include <iostream>
#include <string>
#include "a_loot_sharing.h"
#include "b_the_parrots.h"
#include "c_sea_storm.h"
using namespace std;
int main() {
int choix(0), stop(0);
cout << "================== CODING BATTLE ==================" << endl;
cout << "Choose your exercice or Press 9 to exit " << endl;... | [
"sameh.elawadi@gmail.com"
] | sameh.elawadi@gmail.com |
c3fe116e884cc32cdedaa8cbec1f2145ec76e784 | 0c82a4ac606839fa2e4dc9ec5a32850853708b63 | /1.1/ArmnnDriverImpl.cpp | a5e32766b0dba9e03ee8d5a487fd9bb9fc92359b | [
"MIT"
] | permissive | sycomix/android-nn-driver | 1f0a40a427cee8aeefd22bdf672dd256fa6c4cde | 205bb9907cbe74b696a6ef77a090206c1626c1f3 | refs/heads/master | 2020-03-30T11:35:03.581467 | 2018-09-11T11:41:24 | 2018-09-11T11:41:24 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,799 | cpp | //
// Copyright © 2017 Arm Ltd. All rights reserved.
// See LICENSE file in the project root for full license information.
//
#include "ArmnnDriverImpl.hpp"
#include "../1.0/ArmnnDriverImpl.hpp"
#include <OperationsUtils.h>
#include <log/log.h>
#include <boost/assert.hpp>
#include <ValidateHal.h>
using namespace s... | [
"telmo.soares@arm.com"
] | telmo.soares@arm.com |
02cc9aa6bd066592c70fa56b18f8c3f980547e49 | de51ca68306b46a9f0f9217cb4e5f9c4d5308e8e | /II/Final/Point/point.cpp | d4d1568131d6a54d0691c7ee33880350baeb4439 | [] | no_license | alioshag/Cplusplus | 5c180e2a5baf678be0a9f4c1425f283034e96936 | 9cf027a199529272fa32579f7ae421bca7a6c666 | refs/heads/master | 2020-12-24T06:57:24.199726 | 2016-08-25T16:43:10 | 2016-08-25T16:43:10 | 58,066,471 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,714 | cpp | /****************************************************************************
filename: "point-template.cpp", final#1
author: Aliosha Gonzalez
synopsis: This is the implementation of the class Point. The interface is in the file
"point-template.h"
***************************************************************... | [
"alioshag26@gmail.com"
] | alioshag26@gmail.com |
037510efe30efecb1630575983d3d61dcca62eec | 96fa9ba68d0db13e753c27dade9d62cd9f552de1 | /src/spring_attacher_gpu.hpp | 493405ca133e40705345034cdb863f3af045feb6 | [] | no_license | Reichard/biomechanic_depth_matching | d517e6be2391dd4702a9ea3ccdd5433883eb6cf6 | e6b65a4fb00dddee0272f048216398e3ae7723c7 | refs/heads/master | 2021-09-17T14:18:08.871587 | 2017-12-14T14:25:50 | 2017-12-14T14:25:50 | 112,749,930 | 2 | 1 | null | 2018-04-06T09:26:13 | 2017-12-01T14:37:09 | C++ | UTF-8 | C++ | false | false | 422 | hpp | #pragma once
#include <GL/glew.h>
#include <GL/gl.h>
#include <cuda.h>
#include <cudaGL.h>
struct vec3f {
float x,y,z;
};
struct vec3i {
int x,y,z;
};
void attach_gpu_springs( float *data, float* association_data, float* springs, unsigned int* triangles,
float *vertices, float *normals, float* weights, unsigne... | [
"dominik.haentsch@student.kit.edu"
] | dominik.haentsch@student.kit.edu |
c55ecf8fa44bd5681d0eb4c44eb04609ced86dc7 | 096d93d58a06ad0c8fc9e2fd1dbf4366e1b11ae0 | /t1_ex22_hotel/myDates.h | 984e24875b494a332ded342cc4ddb5204dd76576 | [] | no_license | vsulabs/cpp_task1ex22_hotel | 06c14e00693e46dd7ed3c9e1d2bf8b112ad98056 | 215ea8bea9194328950f13cfcb22809eabe0abf4 | refs/heads/master | 2021-01-13T15:54:06.745795 | 2016-11-11T20:00:47 | 2016-11-11T20:00:47 | 79,897,062 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 3,054 | h | #pragma once
#include <string>
static const int MaxYear = 2020;
static const int MaxMonth = 12;
static const int MaxDay = 31;
static const int MinYear = 1950;
static const int MinMonth = 1;
static const int MinDay = 1;
static const int DaysPerYear = 365;
static const int DaysPerMonth = 31;
static const int date_siz... | [
"meammf@yandex.ru"
] | meammf@yandex.ru |
b9023106778a787440304ce8ccc0ad75edc4c1b3 | de1fc8272ca500fb13a93c9d053cdd75634329cd | /Book_Source/Cpp-Primer-Plus-programming-exercises-master/Cpp-Primer-Plus-programming-exercises-master/code/Chapter12/12_2_string2.cpp | e23431d87201a4021698fe611c092e78fb491c49 | [] | no_license | hohaidang/CPP_Basic2Advance | ada69129123c14491c29803a3f7224b924616a80 | cdb733e9b24c7ad4927deab57fff389f521d0ea3 | refs/heads/master | 2021-05-21T10:31:46.627204 | 2021-03-29T07:16:43 | 2021-03-29T07:16:43 | 252,654,029 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,605 | cpp | // By luckycallor
// Welcome to my site: www.luckycallor.com
#include<cstring>
#include<cctype>
#include"12_2_string2.h"
using std::cin;
using std::cout;
using std::endl;
int String::num_strings = 0;
int String::HowMany()
{
return num_strings;
}
String::String(const char* s)
{
len = std::strlen(s);
str... | [
"hohaidang.khtn@gmail.com"
] | hohaidang.khtn@gmail.com |
b7a67007216c0b6ffa9dc9602628abdd0fb7da39 | 30114f6730aac693971d826f58e46f6d158e6957 | /MFC/general/npp/np.h | ae3eb90dba8550d1ccb7a361471a6813640ca382 | [] | no_license | oudream/vc_example_official | 67111751a416df93cdc4b9f1048d93f482819992 | 8075deebd4755b2a7531a8f918c19ad2e82e2b23 | refs/heads/master | 2020-06-14T08:00:01.267447 | 2019-07-03T01:03:59 | 2019-07-03T01:03:59 | 194,953,887 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,520 | h | // np.h : main header file for the NP application
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// This source code is only intended as a supplement to the
// Microsoft Foundation Classes Reference and related
// electronic ... | [
"oudream@126.com"
] | oudream@126.com |
f51e5306ad8a4bcf2ec8def76bfb725d451342c5 | 0e7864a673553f6d2a9c10e8804aab375f909198 | /TMegaSelector/interface/TMegaSelector.h | aea066da733bfd9f2b00ed798f8c08d21e307e04 | [] | no_license | jjswan33/FinalStateAnalysis | 5917044ff9580bd62ff137927605eb60209e30d8 | d1d44806068570f7223abc1e3ea02dc6e9764919 | refs/heads/master | 2021-01-23T21:33:19.682884 | 2012-05-20T12:07:30 | 2012-05-20T12:07:30 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,988 | h | #ifndef TMEGASELECTOR_F965XW8K
#define TMEGASELECTOR_F965XW8K
/*
* TMegaSelector
*
* An enhanced version of TSelector.
*
*/
#include <map>
#include <memory>
#include <string>
#include <utility>
#include <TBranchProxyDirector.h>
#include "TBranchProxy.h"
#include "TSelector.h"
#include "FinalStateAnalysis/TMega... | [
"evan.friis@cern.ch"
] | evan.friis@cern.ch |
1f90d421e75bd6594c8b441b8d1baa3617403ac4 | d358db68a1c7fadba89b26ce6739fd72c3dbdf3f | /chapter4/explicit-refs/src/nameless/translator.cpp | 219673f4ec0a742fca82f5057d8e0c5318cd3eb5 | [] | no_license | lie-yan/eopl | 428863e189523b3ba80f4cf51995003e3a9d8eb0 | f4c8afc81f2558c117617dda09e18d4400bba941 | refs/heads/master | 2020-03-29T06:17:32.323307 | 2019-11-14T13:28:51 | 2019-11-14T13:28:51 | 149,618,333 | 0 | 0 | null | 2019-11-14T13:27:49 | 2018-09-20T14:00:39 | C++ | UTF-8 | C++ | false | false | 7,004 | cpp | //
// Created by Lie Yan on 2019-01-27.
//
#include "translator.h"
#include "built_in.h"
#include <fmt/ostream.h>
#include <boost/type_index.hpp>
#include <numeric>
#include <gsl/gsl>
namespace eopl {
template<typename T>
std::string error_message (const T& t) {
return fmt::format("{} should not appear in the pro... | [
"robyn.lie.yan@outlook.com"
] | robyn.lie.yan@outlook.com |
4eb31e22387d575ceb8052a37fa38729c2c9b2c5 | 23a90914cf22932f841b470397c8ab47b84f1e70 | /chapter5/ex5_21.cpp | 62e36bd1d1ec7a50ddafbe04551495444b3489a0 | [] | no_license | suisuihan/cpp-primer | e5debbf3f74063fc8450d9e5fa6a071a3b9bf6b5 | 402754e7af5aaa7219b7dea5649bffe073406431 | refs/heads/master | 2020-04-12T05:40:12.803413 | 2016-10-11T17:08:22 | 2016-10-11T17:08:22 | 61,215,946 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 415 | cpp | #include <iostream>
#include <string>
#include <cctype>
using namespace std;
int main() {
string currStr, preStr;
bool repeated = false;
while(cin >> currStr){
if(currStr == preStr){
if(isupper(currStr.at(0))){
repeated = true;
break;
}
else
continue;
}
preStr = currStr;
}
if(repeated)
... | [
"fengbobao@163.com"
] | fengbobao@163.com |
263151caf5d67a49616d65be1eb60363104271e1 | 89c5b38b8d84867a44753ed668e5702e382d8e29 | /W/widget.hpp | a3835b384f5bd99512e7c49a9149657d706d42fc | [] | no_license | HunorLaczko/Sudoku | 19d26a0bbd03ea3e19de1d1453c81acb23ba1155 | 5f028d8f8918d647654975ce26da7fc38b9b47b4 | refs/heads/master | 2021-05-31T07:41:13.618934 | 2016-05-20T10:29:25 | 2016-05-20T10:29:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 866 | hpp | #ifndef WIDGET_HPP_INCLUDED
#define WIDGET_HPP_INCLUDED
#include "graphics.hpp"
#include<iostream>
#include<cmath>
#include<time.h>
#include<vector>
#include<sstream>
#include<functional>
#include<cmath>
#include<iostream>
#include<cstring>
#include<string>
using namespace genv;
using namespace std;
const int size_... | [
"luni741@gmail.com"
] | luni741@gmail.com |
fb6402bcd30ea7187e984eecac5bc5bccda925fe | b642258ff318d22abc28428a82a3f0f5138d678a | /Compression/Delta/C_Delta.cpp | e957c6c698e10c7d886d4f2c01824bc82ff5cae2 | [] | no_license | manuelVzla01/freearc | 783b11692802833cde746d4a1c1b9d2158c1ec8b | 4bdc5e8df22588f436c04afc4041359ded9d2df6 | refs/heads/master | 2021-04-02T03:07:58.842227 | 2020-03-18T13:48:11 | 2020-03-18T13:48:11 | 248,237,175 | 2 | 0 | null | 2020-03-18T13:20:05 | 2020-03-18T13:20:05 | null | WINDOWS-1251 | C++ | false | false | 3,796 | cpp | extern "C" {
#include "C_Delta.h"
}
#define DELTA_LIBRARY
#include "Delta.cpp"
/*-------------------------------------------------*/
/* Реализация класса DELTA_METHOD */
/*-------------------------------------------------*/
// Конструктор, присваивающий параметрам метода сжатия значения по умолча... | [
"bulatz@3a4f7f31-9599-433d-91b1-573e8b61252c"
] | bulatz@3a4f7f31-9599-433d-91b1-573e8b61252c |
bfac0a4ff97e8041cf6405f59e44e30317d97987 | 30b27778394fbdc76fe00612efad8f48f4560731 | /src/Main/Match.hpp | ca3c6072b5277c0727792b435d3c77df7a1e120a | [] | no_license | ArtronicsGame/MatchLogic | 86a531cd5ca8f4f9fcf761047690611705bdfdff | 8d5703977da0829632362b996e2d4601c74da57c | refs/heads/master | 2022-01-25T15:52:21.304789 | 2019-05-23T20:31:33 | 2019-05-23T20:31:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,015 | hpp | #ifndef _MATCH_H
#define _MATCH_H
#include <bits/stdc++.h>
#include <thread>
#include <InternalHeaders.hpp>
using namespace std;
using namespace chrono;
using namespace nlohmann;
class Match : public MiddleConnection, public b2ContactListener{
private:
const float32 _timeStep = 1.0f / 50.0f;
const int32 _veloci... | [
"mvtikm@gmail.com"
] | mvtikm@gmail.com |
4e03f9ebfa1c5e37676f45c73e470052776b7fd3 | 9a618daca7a26aee767a9de8316eed5dc90c70d3 | /Sample/core/delegate.cpp | 459cc5f09c878e370d11c4cd1bc9b5763d8bfb4e | [] | no_license | phr34k/vdsl | 054cca3cbd305a3c19e2f93d6e4e0edaadac2b47 | 8f3ce4cfba70b4621e73c3f4ac150ff95358d3ec | refs/heads/master | 2023-09-04T10:29:25.713656 | 2023-08-08T14:12:18 | 2023-08-08T14:12:18 | 9,781,234 | 6 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 3,519 | cpp | /**
* Domain Specific Visual Programming Language
* Copyright (c) 2013 NHTV UNIVERSITY OF APPLIED SCIENCES
* 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 ... | [
"phpfreaked9@gmail.com"
] | phpfreaked9@gmail.com |
ccb2be100a5e83d02f2610f485c7cc00a7c93647 | 1ad370cc9d0c4e687ac1548fde6700c46df70499 | /职工管理系统/职工管理系统/employee.h | 5b830a8e3e27005719ff2263ea28aa184e1688cd | [] | no_license | zhuoer123/Staff-Management-System | 9d4aef8898b371eb7aaeb5607fdefb01d13ec066 | 81d81a2ffb64b9113699e76a0031e1f42648d074 | refs/heads/main | 2023-02-07T09:37:11.106375 | 2020-12-30T13:10:15 | 2020-12-30T13:10:15 | 325,169,925 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 278 | h | #pragma once
#include<iostream>
#include "worker.h"
#include<string>
using namespace std;
class Employee : public Worker
{
public:
//显示个人信息
virtual void showInfo();
//获取岗位名称
virtual string getDeptNam();
Employee(int Id, string name, int dId);
}; | [
"1278380894@qq.com"
] | 1278380894@qq.com |
e32acf903df53b0929888ee83dcbb79d6e63897f | 3187dd3c1186cf97781987e455f5d11244f90aec | /src/sysc/kernel/sc_module_registry.cpp | de0c39618dd6dae8d7d3496454233feba6052c54 | [
"Apache-2.0"
] | permissive | Muriukidavid/systemc-2.3.2 | fe5d9d57636025cfdc0dee7eb9c8114ca19628ad | c5d203ac014277b9d2c2af895edc43537a15674e | refs/heads/master | 2020-03-13T13:17:48.813825 | 2018-04-26T09:48:42 | 2018-04-26T09:48:42 | 131,135,420 | 0 | 1 | Apache-2.0 | 2018-06-28T15:17:19 | 2018-04-26T09:51:26 | C++ | UTF-8 | C++ | false | false | 5,077 | cpp | /*****************************************************************************
Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
more contributor license agreements. See the NOTICE file distributed
with this work for additional information regarding copyright ownership.
Accellera licenses... | [
"karfes@gmail.com"
] | karfes@gmail.com |
d727cdfafccc72a54d0e5c50f644b554a134c67e | 24add982437a199f4a31c4d222984159bc27bcf0 | /stato_led/stato_led.ino | febfe3d78513ce4c06facedb8e579ac48e0eead3 | [] | no_license | GiorCocc/arduino | ce42b63ecaee26b427102c5e2e1ee859ca3f87f0 | 07d0973d034b287a9d3bf363bfd097d663123516 | refs/heads/master | 2023-03-03T10:01:46.129076 | 2021-02-13T09:19:50 | 2021-02-13T09:19:50 | 336,261,289 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 611 | ino | const int A=1;
const int B=2;
const int r=8;
const int v=9;
const int g=10;
int stateButtonA=0;
int stateButtonB=0;
int stateLedR=0;
int stateLedV=0;
int stateLedG=0;
void setup()
{
pinMode(1, INPUT);
pinMode(2, INPUT);
pinMode(8, OUTPUT);
pinMode(9, OUTPUT);
pinMode(10, OUTPUT);
}
void loop()
{
stat... | [
"giorcocc@gmail.com"
] | giorcocc@gmail.com |
34a9e925173088717b3f5b08e5420bddf756ded1 | fa3b89c5ead0d403f7db4be81f791a272f4fe62e | /alg/poj/archive/3100/5998603_CE.cpp | f78b7bf0eec820dcb6ba28feca2a3882914dfec3 | [] | no_license | ruleless/programming | aa32e916a5b3792ead2a6d48ab924d3554cd085f | c381d1ef7b1c7c0aff17603484e19a027593429b | refs/heads/master | 2022-11-14T02:07:47.443657 | 2022-11-03T23:47:32 | 2022-11-03T23:47:32 | 86,163,253 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 385 | cpp | #include<iostream>
#include<cmath>
using namespace std;
int main()
{
// freopen("in.txt","r",stdin);
int N,B,i,j,k;
while(scanf("%d%d",&B,&N)!=EOF&& !(B==0&&N==0) )
{
for(i=1;int (pow(i,N))<=B;i++);
if(int( pow(i,N) )==B)
k=i;
else
{
if(int( pow(i,N) )-B>B-int( pow(i-1,N) ) )
k=i-1... | [
"ruleless@126.com"
] | ruleless@126.com |
d96f44dd570c7816409122e2ea300960f41f9ced | 1cb93ce35651d1352587b50f9f3be94d6053d94a | /media/libstagefright/renderfright/gl/filters/BlurFilter.h | 593a8fd54ea4105859180d1d6bcf81f8379bd32c | [
"Apache-2.0",
"LicenseRef-scancode-unicode"
] | permissive | LineageOS/android_frameworks_av | 7a685135784cd7dfad88c524acb7044cab188db5 | be311717b151597a000cf3435812c56f915f2f4c | refs/heads/lineage-19.1 | 2023-07-25T06:37:24.324351 | 2023-05-11T00:26:30 | 2023-07-07T12:58:22 | 75,639,894 | 26 | 628 | NOASSERTION | 2022-10-02T20:13:57 | 2016-12-05T15:41:27 | C++ | UTF-8 | C++ | false | false | 2,953 | h | /*
* Copyright 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"jreck@google.com"
] | jreck@google.com |
c296baf12e67fcbabe1407a53c34bef735012d77 | 5b0449150ae2a959c4a26adc8ba8737f86ccba0c | /queen_threads/Queen.cpp | e6a6f8486ecb4c5b0290165026d2afa76eb2829d | [] | no_license | LF0614/cpp_hodgepodges | 74aa5ed1b9825abe749d8ae06467dcf64457403f | 97e0d0bf4d23737f0f8f196f9407317315c6662b | refs/heads/master | 2021-05-11T13:29:14.240338 | 2017-11-18T14:35:37 | 2017-11-18T14:35:47 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 741 | cpp | #include "Queen.h"
#include <iostream>
using namespace std;
int Queen::length;
Queen::Queen(int len,int* result)
:resultCnt(0),
resultRow(result)
{
length = len;
}
bool Queen::isEffective(int col,int row)
{
for(int i=0;i<col;i++)
{
//判断皇后是否行相同,或者对角线上。
if(resultRow[i]==row || abs(... | [
"object_he@yeah.net"
] | object_he@yeah.net |
2d4f3f5e6b0b63f07f419971234462b2d384ad02 | c0553ed15833c9cedd73b43359e6cc510087f826 | /tron2_knowledge/src/tron2/knowledge/Slang.h | 0c57369f70a58f39b9274fe3f4003af691ebd42a | [] | no_license | albarral/tron2 | d633050f7d3de4f565467af32bc71e5f544ac3ff | b131b3cff1298f370617ad8918d4f2e8a1a7b3ef | refs/heads/master | 2020-03-08T23:06:20.510938 | 2018-10-02T11:16:03 | 2018-10-02T11:16:03 | 128,452,459 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,219 | h | #ifndef __TRON2_KNOWLEDGE_SLANG_H
#define __TRON2_KNOWLEDGE_SLANG_H
/***************************************************************************
* Copyright (C) 2018 by Migtron Robotics *
* albarral@migtron.com *
***************************************************************************/
#include <map>
#... | [
"albarral@migtron.com"
] | albarral@migtron.com |
dbb2de1e1004b3a779471378d7b2e58df3d01e6b | 5fbf8f4af22d5c94e6fd55eabb1c1ca124ad2110 | /net/TimerId.h | b114480b78f1edc641c240fd15f28344c3e1f894 | [] | no_license | L-admin/eznet | ad6b605e86ca9f35d094994878a3fcc6deaae0ac | fd99cc02e43fb81d72ea766a6e2ccfd0b5b99f5d | refs/heads/main | 2023-01-23T10:13:39.670458 | 2020-11-30T13:49:43 | 2020-11-30T13:49:43 | 311,340,069 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 490 | h | #pragma once
#include <stdint.h>
namespace net
{
class Timer;
class TimerId
{
public:
TimerId() : timer_(nullptr), sequence_(0)
{
}
TimerId(Timer *timer, int64_t seq) : timer_(timer),
sequence_(seq)
{
}
Timer *getTimer()
{
return timer... | [
"562150688@qq.com"
] | 562150688@qq.com |
08aac71e770e30f8076bd92b82c4df139c7908a9 | a524dcf80cb0058861958b39544b52aae5b557d3 | /earley-cc/AuthorizeProblem.h | 317ae4b02f03723349e76cf3670465a074f40c7e | [
"MIT"
] | permissive | attgm/earley-cc | 806cb4642376aba028e5921e5599910abec42a3c | 6ced522d60a12a6594f9bad54127a77d36b893e6 | refs/heads/master | 2023-04-01T09:40:05.021684 | 2023-03-31T13:06:41 | 2023-03-31T13:06:41 | 300,111,704 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,134 | h | // AuthorizeProblem.h
// 1999 - 2023 Atsushi Tagami
//
// This software is released under the MIT License.
// http://opensource.org/licenses/mit-license.php
#pragma once
#ifndef AUTHORIZE_PROGLEM_H_
#define AUTHORIZE_PROGLEM_H_
#include <memory>
#include "Grammar.h"
#include "Quadruplet.h"
#include "Registration... | [
"gh_a2shi@afternooncafe.jp"
] | gh_a2shi@afternooncafe.jp |
ff23c6cc3cc5613a4affc7b194583d3631ba91f8 | b0f84330d1c303543d549d54678c30143ecfc8ae | /old/MoneyTransfers.cpp | f52090edfe5650fdd1dc4aaf40d0bf8a4520f612 | [] | no_license | scottScottScott/WeAreTalkingAboutPractice | bfd871909886007ceefde258302a0785145fdfcc | 4afdf3f7299118c1c5294e15b26a4cc35976f39a | refs/heads/master | 2021-01-01T05:47:05.292273 | 2017-08-10T03:12:17 | 2017-08-10T03:12:17 | 33,291,806 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 389 | cpp | #include <iostream>
#include <vector>
#include <map>
using namespace std;
typedef long long ll;
int main() {
int n;
cin >> n;
vector<ll> banks(n);
for(int i = 0; i < n; i++)
scanf("%I64d", &banks[i]);
map<ll, int> M;
int result = 0;
for(int i = 0; i < n; i++) {
if(i != 0) banks[i] += banks[i - 1];
res... | [
"sjshi@uchicago.edu"
] | sjshi@uchicago.edu |
b0d19972d6e2d16e9a29e0bf91fa0879a63aab65 | ea8aa77c861afdbf2c9b3268ba1ae3f9bfd152fe | /stl_teach4.cpp | 224bd5bce965757a856f664b1898cf5ef56390c7 | [] | no_license | lonelam/SolveSet | 987a01e72d92f975703f715e6a7588d097f7f2e5 | 66a9a984d7270ff03b9c2dfa229d99b922907d57 | refs/heads/master | 2021-04-03T02:02:03.108669 | 2018-07-21T14:25:53 | 2018-07-21T14:25:53 | 62,948,874 | 9 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 388 | cpp | #include <deque>
#include <iostream>
using namespace std;
int main()
{
deque<int> Q(2, 1);
Q.push_back(4);
Q.push_front(-1);
for (auto i = Q.begin(); i != Q.end(); i++)
{
cout << *i <<",";
}
cout << endl;
Q.pop_back();
for (int x : Q)
{
cout << x << ",";
}
... | [
"laizenan@gmail.com"
] | laizenan@gmail.com |
b3a333ce48c3eb4e4fb62c8c55ea4330ec85ba95 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/collectd/gumtree/collectd_old_hunk_277.cpp | 9acf9ad6fcbd52471c5ac6f3d4f349d8cb16c915 | [] | no_license | niuxu18/logTracker-old | 97543445ea7e414ed40bdc681239365d33418975 | f2b060f13a0295387fe02187543db124916eb446 | refs/heads/master | 2021-09-13T21:39:37.686481 | 2017-12-11T03:36:34 | 2017-12-11T03:36:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 249 | cpp | {
double tmp = atof (value);
if ((tmp < 0.0) || (tmp >= 1.0))
{
fprintf (stderr, "rrdtool: `XFF' must "
"be in the range 0 to 1 (exclusive).");
return (1);
}
xff = tmp;
}
else if (strcasecmp ("WritesPerSecond", key) == 0)
{
| [
"993273596@qq.com"
] | 993273596@qq.com |
9037ec0eb91275b359a8b49e773fda6e27b6b390 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /services/service_manager/public/cpp/service_keepalive.h | 6a1488993d76ed8e3f53adb42819f2b0f89c37e7 | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 4,347 | h | // 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.
#ifndef SERVICES_SERVICE_MANAGER_PUBLIC_CPP_SERVICE_KEEPALIVE_H_
#define SERVICES_SERVICE_MANAGER_PUBLIC_CPP_SERVICE_KEEPALIVE_H_
#include "base/componen... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
45a332ca847c981db5b3c864356e98b5f87c9f58 | 6f867bcd07b064ea6998ac4e4f6f458620005c19 | /src/privatesend-client.h | 174be2220abf7f073ee9f8352b842eda39a7c58a | [
"MIT"
] | permissive | jesusleon1995/hustcoin | 8c23f86b85e57ef8f439a53703ec690f80b69c3f | f2e2a32440f70a2dcc9462ede3c80aab6433ca91 | refs/heads/master | 2020-03-15T21:16:23.061661 | 2018-05-06T15:58:18 | 2018-05-06T15:58:18 | 132,351,401 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,683 | h | // Copyright (c) 2014-2017 The HustCoin Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef PRIVATESENDCLIENT_H
#define PRIVATESENDCLIENT_H
#include "masternode.h"
#include "privatesend.h"
#include "wall... | [
"jjuansan9@alumnes.ub.edu"
] | jjuansan9@alumnes.ub.edu |
7c34517d154e3c082d53bfcf7cd127dec2779a4b | ea8d40ce4bdef093bb99fce3f7d6d2700491b69b | /Logger.cpp | 65068007a42c73fc6dd17701c7f34020772fc8e7 | [] | no_license | gaolj/RpcServer | 9c5645690c73754843e96438d4c6b7bc07cf650f | cff94bd180625c8394cae7bef17fe0bff49c7384 | refs/heads/master | 2021-01-10T11:13:00.177144 | 2016-04-18T06:48:26 | 2016-04-18T06:48:26 | 50,810,807 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,757 | cpp | #include "Logger.h"
#include <fstream>
#include <boost/log/common.hpp>
#include <boost/log/expressions.hpp>
#include <boost/log/attributes.hpp>
#include <boost/log/sinks.hpp>
#include <boost/log/support/date_time.hpp>
#include <boost/log/support/exception.hpp>
#include <boost/log/utility/setup/file.hpp>
#include <bo... | [
"gaolj@sina.com"
] | gaolj@sina.com |
220f5b254d9ff9c3177f5007fe3406f5ea5b80bf | 0dc683feaa3b34b30159c34528e08e45815a6b2d | /FourDeltaOne.SourceCode/T5M/deps/include/cpprest/interopstream.h | 9b9c7f116f29918f07fa57bab6bcf3fb04331615 | [] | no_license | wanfl/nta_sources | 6c119e6610abb7387fd00e42dc174a4d5e3e7911 | c6d6e9d8966af266bdd840c0c274a245b7119f23 | refs/heads/master | 2020-06-21T18:20:10.791089 | 2017-09-13T17:51:20 | 2017-09-13T17:51:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,470 | h | /***
* ==++==
*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless re... | [
"callofdutypsp@gmail.com"
] | callofdutypsp@gmail.com |
f7ad9019f23a7cdb08146fa4c666e16c44f0336f | 711e5c8b643dd2a93fbcbada982d7ad489fb0169 | /XPSP1/NT/enduser/netmeeting/ui/msconf/clcnflnk.cpp | dcc1140584e80dea27752e92b86a32b3122949c0 | [] | no_license | aurantst/windows-XP-SP1 | 629a7763c082fd04d3b881e0d32a1cfbd523b5ce | d521b6360fcff4294ae6c5651c539f1b9a6cbb49 | refs/heads/master | 2023-03-21T01:08:39.870106 | 2020-09-28T08:10:11 | 2020-09-28T08:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,900 | cpp | // File: conflnk.cpp
#include "precomp.h"
#include <shellapi.h>
#include <shlstock.h>
#include <ConfDir.h>
#include <ConfCli.h>
#include "clCnfLnk.hpp"
#include "resource.h"
#include "atlbase.h"
#include "confevt.h"
#include "sdkInternal.h"
#include "nameres.h"
////////////////////////////////////... | [
"112426112@qq.com"
] | 112426112@qq.com |
9b54cfacb82c8f78b3c43fda14f9a738472110c1 | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /chromeos/crosapi/cpp/window_snapshot.cc | 947ed426de06afb1f8a797518752b878bc579c1b | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | C++ | false | false | 352 | cc | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chromeos/crosapi/cpp/window_snapshot.h"
namespace crosapi {
WindowSnapshot::WindowSnapshot() = default;
WindowSnapshot::~WindowSnapshot() = de... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
7b5b926c6d7ecb8e6ccbcab5ddf85424d0eb998e | 04fb36f9e8a440b5bf0ff2c4efedbdd4b41dedce | /eIDApplicationManageProject/eIDApplicationManageGUI/eIDApplicationManageGUI.cpp | b6c2d7afdfddd11c0f3df7edcc878898822b6ac3 | [] | no_license | JackBro/eIDApplicationManageProject | e20f575b39561ee822ffcac0fe142cead615e66b | e4de5356983042de4c3c88f6ceec2ae6ebb627b5 | refs/heads/master | 2020-06-14T01:51:52.038486 | 2014-11-03T02:10:13 | 2014-11-03T02:10:13 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 459 | cpp | // eIDApplicationManageGUI.cpp: 主项目文件。
#include "stdafx.h"
#include "MainForm.h"
using namespace eIDApplicationManageGUI;
[STAThreadAttribute]
int main(array<System::String ^> ^args)
{
// 在创建任何控件之前启用 Windows XP 可视化效果
Application::EnableVisualStyles();
Application::SetCompatibleTextRenderingDefault(fal... | [
"zdmatrix@163.com"
] | zdmatrix@163.com |
18ec32cb074e197b4d9595b27e36f8bb5c9f6e2e | aa2c3e56f6712c7806796433ddfa6a1ee2b55b2d | /lib/SILGen/ResultPlan.h | e2f0cb5a4eb11b5088eb46b2b63e387417920a30 | [
"Apache-2.0",
"Swift-exception"
] | permissive | CocoPPaPlay/swift | 92dddbe5c8b1217722ef2c8ab2abd6732c076429 | 6e3698f7e8ac6884753dafa218f837a41c468af1 | refs/heads/master | 2020-11-29T15:25:50.725771 | 2017-03-28T19:10:29 | 2017-03-28T19:10:29 | 87,479,584 | 1 | 0 | null | 2017-04-06T22:10:07 | 2017-04-06T22:10:06 | null | UTF-8 | C++ | false | false | 3,025 | h | //===--- ResultPlan.h -----------------------------------------------------===//
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2017 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/L... | [
"mgottesman@apple.com"
] | mgottesman@apple.com |
bc431b9a595ea34cf30c8b5a63e51b1ed165574b | 93cc3e0471ee2404d7715257ec6d76916b9041ae | /chrome/browser/content_settings/mixed_content_settings_tab_helper_browsertest.cc | 6a8bd44db7b34a4cbbae20d5b65ee730d4d5fb07 | [
"BSD-3-Clause"
] | permissive | alfeyo/chromium | 578330bbaf6c723be07a522d0d56a51e54c41358 | 3443d881f81decceb423a69759ca53538f019cb4 | refs/heads/master | 2023-06-25T16:41:38.018547 | 2021-08-12T07:27:21 | 2021-08-12T07:27:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,104 | cc | // Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/content_settings/mixed_content_settings_tab_helper.h"
#include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
93b4a87669fa16eb063f27daa3138dd172b14bdb | f3b9721f67c6cb305d1ac7f84adac8671a37a8db | /threewaycomminucation.cpp | 5d7d6561f9aae9594205523f5c161008eaa48ccb | [] | no_license | Shivamnema/Coding | 741138fb6e4588afe0ca26e79f3a70c55d114407 | 688b7a4f6d475dfa9c0adc81a28f81f0087b74a8 | refs/heads/master | 2021-06-06T10:03:36.730318 | 2016-09-11T19:37:06 | 2016-09-11T19:37:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 209 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
int main(void) {
int T;
cin>> T;
while (T >= 0)
{
cout<< "hello";
T--;
}
return 0;
} | [
"nemashivam5@gmail.com"
] | nemashivam5@gmail.com |
eb370dc2f63de67ee4df4b123ea359418bca1ada | a290f3830d584e2317df13e38760514a3c331a53 | /Week 4/fallDistance.cpp | 919351ee49bd317df0dc08d77bcf072459c07fe0 | [] | no_license | jredp/CS-161 | 404ed185119bcc66b679c6b3326593b0bf3314d3 | 955e05d69674dda411a19e1b9d021235cdecb7b5 | refs/heads/master | 2021-01-22T16:18:01.023618 | 2017-09-04T19:06:50 | 2017-09-04T19:06:50 | 102,393,087 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,049 | cpp | /*********************************************************************
** Author: Jared Parkinson
** Date: 10/20/2015
** Description: Assignment 4 - Week 4 - Project 4.a - fallDistance.cpp
*********************************************************************/
#include <iostream>
#include <cmath> //To use pow
using name... | [
"parkinsonjared@yahoo.com"
] | parkinsonjared@yahoo.com |
064cded134ed391a23d893bf0dc997cd87d5365f | 600df3590cce1fe49b9a96e9ca5b5242884a2a70 | /components/sync/driver/protocol_event_observer.h | 651069aca08e21140341b4a958022cbe8005f685 | [
"BSD-3-Clause"
] | permissive | metux/chromium-suckless | efd087ba4f4070a6caac5bfbfb0f7a4e2f3c438a | 72a05af97787001756bae2511b7985e61498c965 | refs/heads/orig | 2022-12-04T23:53:58.681218 | 2017-04-30T10:59:06 | 2017-04-30T23:35:58 | 89,884,931 | 5 | 3 | BSD-3-Clause | 2022-11-23T20:52:53 | 2017-05-01T00:09:08 | null | UTF-8 | C++ | false | false | 581 | h | // 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.
#ifndef COMPONENTS_SYNC_DRIVER_PROTOCOL_EVENT_OBSERVER_H_
#define COMPONENTS_SYNC_DRIVER_PROTOCOL_EVENT_OBSERVER_H_
namespace syncer {
class ProtocolEve... | [
"enrico.weigelt@gr13.net"
] | enrico.weigelt@gr13.net |
fd786540f921ebbcf768115fb932a08c26ee1fc2 | 101d615aa82e6f6897f6018c73404136f96abc4d | /第十四章/模板类和友元/frnd2tmp非模板友元.cpp | e51fcc6db8f3513525d4e916b926b85053b0e8e8 | [] | no_license | Endsnotmeans/C- | e1254b4bbd858c9bbb418bbd3c1117861ece0769 | cc5b9a5fb138bff8aff3b79627848a5d0e0b1906 | refs/heads/master | 2021-01-20T08:34:59.053874 | 2017-11-11T15:35:18 | 2017-11-11T15:35:18 | 101,566,412 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,422 | cpp | // frnd2tmp.cpp -- 非模板友元template class with non-template friends
#include <iostream>
using std::cout;
using std::endl;
template <typename T>
class HasFriend
{
private:
T item;
static int ct;
public:
HasFriend(const T & i) : item(i) {ct++;}
~HasFriend() {ct--; }
friend void counts(); //无模板类参数
... | [
"whereshallmylovebespilt@gmail.com"
] | whereshallmylovebespilt@gmail.com |
81625622db44a251ba3b1842d0610bafafb1093e | 418977e32d146aa8f1a39101e6f0e097086a5962 | /UVA/10330.cpp | 7baa29971b92fb1cc95d56c27f7adaaa0f71e947 | [] | no_license | WaleedAbdelhakim/Competitive-Programming | 7ded88dbedbb5cfe5546a1d1def95e020e6a275d | 45b73d3d1581e39321d7a4cdfa5b2a297b3d4ee9 | refs/heads/master | 2021-07-13T12:27:43.447255 | 2020-07-11T22:32:07 | 2020-07-11T22:32:07 | 170,042,819 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,555 | cpp | #include <bits/stdc++.h>
using namespace std;
struct edge {
int to , cap;
};
const int N = 205; // make sure is greater than max_node will ever be
int dist[N] , p[N] , src , max_node , snk; // don't forget to set src and snk
vector<edge> edges;
vector<int> adj[N];
void addAugEdge(int u , int v , int c) {
ma... | [
"waleedsadek98@gmail.com"
] | waleedsadek98@gmail.com |
7a3c7e1a34870d3332c6797677219da1bedd2a57 | 4c2480c4651581179de4a8817948f90166dc8a6b | /include/avhttp/detail/handler_type_requirements.hpp | 4a4603368ee4b4eb34fca7784469512cb95ed1d4 | [
"BSL-1.0"
] | permissive | hadesh/avhttp | a4afd0357bf67af80a1f3afe36f7d0655f5169d8 | b96a893cdf347fc35e04d1ed7fb0e0ae15133df5 | refs/heads/master | 2021-01-18T14:44:20.089561 | 2013-06-09T19:13:47 | 2013-06-09T19:13:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,260 | hpp | //
// detail/handler_type_requirements.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2013 Jack (jack dot wgm at gmail dot com)
// Copyright (c) 2003, Arvid Norberg
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org... | [
"jack.wgm@gmail.com"
] | jack.wgm@gmail.com |
f0ce4f858446279cffcabd3204c1b1454c36a02f | e5fa7e1e60d098b448fd562deb26f8dd33274d68 | /Commands/BlinkyOff.h | 8ed807575ec9e4d3eae1b367bfba236b5e0134d3 | [] | no_license | errorcodexero/command | 20a867fe43656fdc3a930aa10e539e1614114d27 | f9cbda069df147871129b59ddc25258e5542ae83 | refs/heads/master | 2016-09-06T00:26:09.598684 | 2012-12-05T06:06:59 | 2012-12-05T06:06:59 | 40,694,092 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 308 | h | #ifndef BLINKY_OFF_H
#define BLINKY_OFF_H
#include "../CommandBase.h"
class BlinkyOff: public CommandBase {
public:
BlinkyOff();
virtual void Initialize();
virtual void Execute();
virtual bool IsFinished();
virtual void End();
virtual void Interrupted();
};
#endif
| [
"stevet@RHUBARB"
] | stevet@RHUBARB |
964d4c7fc6f720c78fc8cca9c58bec13142b44ac | 4982979ef3edb4aa25b6a48771c367b08d3497b4 | /ai_chainer.cpp | df3598e484eec223c3b7503ab635be59692a8b24 | [] | no_license | kusano/codevs2019 | ee0346592feb5321fb4373fc6e25ad8554a98529 | c9d5887446ff8dc646046dea508bcc396f0f82e5 | refs/heads/master | 2020-05-15T18:49:47.822114 | 2019-05-10T07:32:44 | 2019-05-10T07:42:21 | 182,439,534 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,441 | cpp | #include "ai_chainer.h"
#include <iostream>
using namespace std;
void AIChainer::initialize(Game &game, int seed)
{
};
Move AIChainer::think(Game &game)
{
Move move;
search(0, 2, game.fields[0], game.packs+game.turn, &move);
return move;
}
int AIChainer::search(int depth, int maxDepth, Field &field, cha... | [
"kusano@users.noreply.github.com"
] | kusano@users.noreply.github.com |
af61e7beb6f2a454b42e246d5c5bcb50e6c4471e | 19eb97436a3be9642517ea9c4095fe337fd58a00 | /private/inet/urlmon/astg/stgwrap.hxx | a1a203d999dcacb374c0d3e622abfb7a8284972c | [] | no_license | oturan-boga/Windows2000 | 7d258fd0f42a225c2be72f2b762d799bd488de58 | 8b449d6659840b6ba19465100d21ca07a0e07236 | refs/heads/main | 2023-04-09T23:13:21.992398 | 2021-04-22T11:46:21 | 2021-04-22T11:46:21 | 360,495,781 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,666 | hxx | //+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1995.
//
// File: stgwrap.hxx
//
// Contents: IStorage and IStream wrappers for async docfile
//
// Classes: CAsyncStorage
// CAsyncRootStorage
// C... | [
"mehmetyilmaz3371@gmail.com"
] | mehmetyilmaz3371@gmail.com |
3e9015bbd976a79947b5ebd3d27c78139460f1e7 | 33e10b258847052ad5acb8e053644b1a31bda74f | /Game/Scene/Clear/Clear.cpp | e651dab68920ffd206caba0e29cd5265b47b5631 | [] | no_license | BayaSea0907/MyGameEngine | 45d202697f95dbedef9a87334f4c0972601ee2f7 | 9724a85794587cce267d107cc4c4a9a1c284fde1 | refs/heads/master | 2020-12-06T05:34:33.492163 | 2020-01-08T18:11:03 | 2020-01-08T18:11:03 | 232,360,294 | 0 | 0 | null | 2020-01-08T18:11:05 | 2020-01-07T15:55:07 | C++ | UTF-8 | C++ | false | false | 288 | cpp | #include "Clear.h"
CClear::CClear()
{
}
CClear::~CClear()
{
}
GameObject* CClear::GetGameObject()
{
return NULL;
}
void CClear::Update()
{
}
void CClear::ReleaseGameObject()
{
}
void CClear::Release()
{
}
MySceneState CClear::GetNextSceneState()
{
return m_eNextSceneState;
} | [
"h.kobayashi.0897@gmail.com"
] | h.kobayashi.0897@gmail.com |
48909e4bcf5253cdbceca4e7521d80738f46f345 | 9a15bcf5bce5c4fbdf2fc9cb464e38d66354dd6d | /test/config/checkpoint.cpp | 77fa8d0cf98226ff075ed8321df4431118614dbd | [
"MIT"
] | permissive | ccccbjcn/nuls-v2-cplusplus-sdk | 4102eebf0d3a4c5e6d6330d300bf1a72eb4b8a98 | 3d5a76452fe0673eba490b26e5a95fea3d5788df | refs/heads/master | 2021-04-08T10:38:04.717948 | 2020-04-22T02:26:28 | 2020-04-22T02:26:28 | 248,767,898 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,023 | cpp | /**
* Copyright (c) 2020 libnuls developers (see AUTHORS)
*
* This file is part of libnuls.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
*... | [
"cccbjcn@163.com"
] | cccbjcn@163.com |
24e08bbde92365740607a5b78095b7b3ce5a15db | 877fff5bb313ccd23d1d01bf23b1e1f2b13bb85a | /app/src/main/cpp/dir7941/dir7942/dir8062/dir8063/dir12766/dir12767/dir13029/dir15097/dir15260/dir15321/dir15524/dir15932/dir16604/file16642.cpp | f993869c795e90e6bc86111ecf2a9993dfd2bcae | [] | 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 file16642
#error "macro file16642 must be defined"
#endif
static const char* file16642String = "file16642"; | [
"tgeng@google.com"
] | tgeng@google.com |
06373767e49dc7c879024b6d4fb7dad13d658f03 | 0676032b18133a46adeace89196bc769a87500d1 | /2019-2020第一学期训练/Educational Codeforces Round 76/E. The Contest - quick.cpp | a6c93195ba1784d58fc15646cb07694c8f9eba76 | [] | no_license | zhushaoben/training | ce47c19934f67fc21f4571f99973d16561ede195 | 530f2b5dc1a2d1e4a02c22f034e251160d0b42af | refs/heads/master | 2021-07-11T22:32:54.227626 | 2020-10-30T12:49:24 | 2020-10-30T12:49:24 | 213,320,465 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 696 | cpp | #include<bits/stdc++.h>
using namespace std;
#define maxn 200000
int f[maxn+5],a[maxn+5],sum[4];
//f[i] denote the minimum answer that first i problems are distributed to programmer 1 or programmer 2
//and remaining problems are distributed to programmer 3
int main(){
int k1,k2,k3,x,n;scanf("%d%d%d",&k1,&k2,&k3),n=k1+... | [
"zhushaoben@163.com"
] | zhushaoben@163.com |
55edf5c6d619eba9ea63f8eac207f74ec0e63464 | 15f0af55597b15f91c88eb84fcd7e6467b5e14ea | /FS_3_ENG/1_Muta/FemaleZMB/config.cpp | f069d5a00745f37029d2d51e235e51217768acc7 | [] | no_license | Vldl/P.A-traduction | a0f5a136201ae2e726d8625aaaddf26eca540118 | ceac5be92c1d22b13cddeff7e0843ccffb9b14e7 | refs/heads/master | 2023-08-15T03:15:07.604615 | 2021-09-27T12:38:54 | 2021-09-27T12:38:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,235 | cpp | ////////////////////////////////////////////////////////////////////
//DeRap: FS_3\1_Muta\FemaleZMB\config.bin
//Produced from mikero's Dos Tools Dll version 7.46
//https://bytex.market/products/item/weodpphdknnzm70o0h8q/Mikero%27s%20Dos%20Tools
//'now' is Wed Aug 12 00:04:13 2020 : 'file' last modified on Tue Jun 02 0... | [
"pavel.k.i@hotmail.com"
] | pavel.k.i@hotmail.com |
2d432ef61d59a9d868ac84e4516e0d5adf4cc8b3 | 7f62f204ffde7fed9c1cb69e2bd44de9203f14c8 | /DboClient/Tool/TSTool/Shape_UnifiedNarration.cpp | fb84d279144277832d8ffca01c6f4947a36530b4 | [] | no_license | 4l3dx/DBOGLOBAL | 9853c49f19882d3de10b5ca849ba53b44ab81a0c | c5828b24e99c649ae6a2953471ae57a653395ca2 | refs/heads/master | 2022-05-28T08:57:10.293378 | 2020-05-01T00:41:08 | 2020-05-01T00:41:08 | 259,094,679 | 3 | 3 | null | 2020-04-29T17:06:22 | 2020-04-26T17:43:08 | null | UHC | C++ | false | false | 1,606 | cpp | #include "stdafx.h"
#include "Shape_UnifiedNarration.h"
#include "resource.h"
#include "TSDoc.h"
#include "Attr_CONT_UnifiedNarration.h"
#include "EntityRegisterDiag.h"
#include "AttrEntityMng.h"
#include "OptionListBox.h"
IMPLEMENT_SERIAL( CShape_UnifiedNarration, CShape_GEntityCont, 1 )
CShape_UnifiedNarration::C... | [
"64261665+dboguser@users.noreply.github.com"
] | 64261665+dboguser@users.noreply.github.com |
ea0f924b3333dcc066b6d8c9322bf0fb5c9b2c5c | 069832c21c56ced036d4f6143d9b2b9017d5a918 | /cpp/P4_r2.cpp | 78b822374745df27b78e91e89305434f025c4549 | [] | no_license | Traeyee/leetcode | 1f3c3ac5cb6ba2531454ba012cb5cb2fccedb076 | 9c2cfc12375e09650c9a48bcfd170dbfca0dcc9c | refs/heads/master | 2022-05-07T04:01:06.163792 | 2022-03-08T01:44:03 | 2022-03-08T01:44:03 | 235,553,066 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,631 | cpp | /**
* @author cuiyiwork@foxmail.com
* @time 2022-01-11 14:25
* @brief
*/
#include <algorithm>
#include <climits>
#include <iostream>
#include <list>
#include <map>
#include <queue>
#include <random>
#include <set>
#include <sstream>
#include <stack>
#include <string>
#include <tuple>
#include <unordered_map>
#inc... | [
"dz-00048@163.com"
] | dz-00048@163.com |
9803f1af7d10883a24b83daa1feac09aa8b06b3b | 88ae8695987ada722184307301e221e1ba3cc2fa | /chrome/browser/nearby_sharing/wifi_network_configuration/wifi_network_configuration_handler.cc | a761ed6b7cfb913cfa78a62102bcbd6fba1f44d9 | [
"BSD-3-Clause"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 3,271 | cc | // Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/nearby_sharing/wifi_network_configuration/wifi_network_configuration_handler.h"
#include "chrome/browser/nearby_sharing/logging/logging.h"
#include "c... | [
"jengelh@inai.de"
] | jengelh@inai.de |
b75b156b12bbb78500f1c6042a8baa7918d20168 | eff175427c1a60ac7d0c14308d4278d93e2abe66 | /src/qtgui/mainwindow.cpp | fb63875807d1b49f0907ed01b921adc41558bad8 | [] | no_license | ellery92/lyucam | 29f60e67b354e04256b9ad926bebc3eaaf77b856 | 53f6f7d6678470a5ffde46951526148348634e08 | refs/heads/master | 2020-03-25T19:59:56.834158 | 2018-08-16T03:34:08 | 2018-08-16T03:34:08 | 144,110,523 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,778 | cpp | #include <QtWidgets>
#include "mainwindow.h"
#include <QAbstractTableModel>
#include <vector>
#include <string>
#include <rc_genicam_api/system.h>
#include <rc_genicam_api/interface.h>
#include <rc_genicam_api/device.h>
#include <rc_genicam_api/stream.h>
#include <rc_genicam_api/config.h>
#include <rc_genicam_api/exce... | [
"ellery92@gmail.com"
] | ellery92@gmail.com |
b50dcee4f8451f6b5c30edeb3e8e14c4a21ace76 | 5d87019542fd6d61116ad55c63978f7672e5b781 | /BtnKeepPress/BtnKeepPress.cpp | 59fd725d4313f92126d844a8b97cc8dcd14eaec5 | [] | no_license | Autumn-X/QtDemo | 7d2b4c30172ff428218142219924277de6af1d21 | c7512e319ada0c2a33fcefc795934bfbdd487f3e | refs/heads/master | 2021-07-09T12:20:16.703453 | 2017-09-29T08:38:55 | 2017-09-29T08:38:55 | 104,846,651 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,632 | cpp | #include "BtnKeepPress.h"
#include "ui_BtnKeepPress.h"
BtnKeepPress::BtnKeepPress(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::BtnKeepPress)
{
ui->setupUi(this);
m_auto_repeat_count = 0;
m_self_inc = 1;
m_value = 0;
ui->btnDec->setAutoRepeat(true); // 设置按钮自动重复点击事件
ui->btnInc->set... | [
"342862215@qq.com"
] | 342862215@qq.com |
2a5282c234862b843a96fe62ef36ed7bbf8d60dc | 055e78502297026a4ca9b340f25ee1c678e6ca9d | /OccTry-vc14-64/Command/ScCmdFFD.h | 8523154b80a6871b3d6bbd93b51ac2b2f9c1c6cb | [] | no_license | ymqhyq/OccTry-vc14 | 1ceb759720fcd405e7b82de826f80e71a0713b76 | a80ffe78211e2c4659e6f7be6be4736997d46417 | refs/heads/master | 2020-12-22T11:46:22.993613 | 2020-01-29T01:58:29 | 2020-01-29T01:58:29 | 236,754,637 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 4,173 | h | #pragma once
#include "ScCommand.h"
//变形控制器.
//要支持在UCS中的变形,需要注意CS的转换。
class TcFFDFrame{
public:
TcFFDFrame();
//是否在变形范围内
BOOL InRange(const gp_Pnt& pnt);
//1点变形
BOOL DeformPnt(const gp_Pnt& pnt,gp_Pnt& respnt);
//计算局部坐标
gp_Pnt CalcLcsCoord(const gp_Pnt& pnt);
int Index(int ix,int iy,int iz);
... | [
"51437649+ymqhyq@users.noreply.github.com"
] | 51437649+ymqhyq@users.noreply.github.com |
c31d35868808efa619b5c14917b722b738cda841 | d52370be4993dea78904227a215920855d627473 | /src/ShowWelcomeUseCase/domain/ShowWelcomeUseCase.h | 1cb2f9076136177ab9836e4e3d7fdfcd9130176f | [] | no_license | Self-fish/the-machine | db9c06e0888654e7adcdc121b15faf4a0aed5ca3 | 8355b745902c00ec80f86b04243771f7d3760d82 | refs/heads/master | 2021-01-02T11:19:32.940680 | 2020-03-02T21:18:14 | 2020-03-02T21:18:14 | 239,598,381 | 0 | 0 | null | 2020-02-24T21:39:39 | 2020-02-10T19:46:04 | C++ | UTF-8 | C++ | false | false | 326 | h | #ifndef ShowWelcomeUseCase_h
#define ShowWelcomeUseCase_h
#include "../controller/WelcomeScreenController.h"
class ShowWelcomeUseCase {
public:
ShowWelcomeUseCase(WelcomeScreenController* lController);
void showScreen();
private:
WelcomeScreenController* welcomeScreenController;
void freeResources();
};
#... | [
"pablo@pablos-MacBook-Pro.local"
] | pablo@pablos-MacBook-Pro.local |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.