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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5c9caf942e2fa22e1d718864fb41f032e90e9be6 | bb8f8accc040f7e0880ac194fc823f96933345fd | /RPLB.cpp | c6bb363f8c53b768aac8789a0b370506ab23de25 | [] | no_license | draconware/spoj | 16f5501d9a721d93729db524896963bd2606746c | c8df41eceb00b87a6015465d30e21003bb681731 | refs/heads/master | 2021-01-01T06:00:56.568003 | 2018-02-28T16:57:15 | 2018-02-28T16:57:15 | 97,326,359 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 607 | cpp | #include<bits/stdc++.h>
using namespace std;
int main(){
#ifndef ONLINE_JUDGE
freopen("input.in","r",stdin);
freopen("output.out","w",stdout);
#endif
int t,c=0;
cin>>t;
while(t--){
c++;
int n,k;
cin>>n>>k;
int arr[n+2];
for(int i=2;i<=n+1;i++){cin>>arr[i];}
int dp[k+1][n+2];
memset(dp,0,sizeo... | [
"mayankaggarwal426@gmail.com"
] | mayankaggarwal426@gmail.com |
1d67182a78d97cb21560d630bdfd9dca3fbddac4 | 8206f93cbae3ffbf66de94a87fcb70ce5ba4e197 | /src/hard_config.hxx | 2b94aa027cdd9b7d6095be74f9d4a0d98bbd8992 | [] | no_license | ivokabel/PG3Render | 0409ae831c6f0d691cb08056d7f61961c4ef6ded | 573a7abf611151be566eef69e79bab649c00724f | refs/heads/master | 2020-03-10T13:58:33.171583 | 2018-07-04T11:14:22 | 2018-07-04T11:14:22 | 129,413,788 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 788 | hxx | #pragma once
///////////////////////////////////////////////////////////////////////////////////////////////////
// Hard-wired settings
///////////////////////////////////////////////////////////////////////////////////////////////////
//#define PG3_RUN_UNIT_TESTS_INSTEAD_OF_RENDERER
//#define PG3_COMPUTE_AND_PRINT_... | [
"ivo.pavlik@gmail.com"
] | ivo.pavlik@gmail.com |
8fa3b567956535463c5c7257dea72e4054ee6398 | 3544b08313d9b3e10d717d865c44ee381d4c64e1 | /Eurotherm/Eurotherm.cpp | 380e7fc9e4b0960d93abb0047ca5f78e9bb943de | [] | no_license | turbotom777/DLTS | b01625a93e3798dbfa1c8e9d78305c012a64dd9c | 18d045560760311ae04d33261ed1f57f0be47d0f | refs/heads/master | 2021-04-28T02:35:32.155353 | 2018-02-19T21:02:14 | 2018-02-19T21:02:14 | 122,118,643 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,563 | cpp | // Eurotherm.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "Eurotherm.h"
#include "ComHandler.h"
#include "FileWriter.h"
#include ".\tempcontroller.h"
#include "conio.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////... | [
"31222466+turbotom777@users.noreply.github.com"
] | 31222466+turbotom777@users.noreply.github.com |
83d0a92dd932fd2bb4571a7890c2cfa607f68085 | 47f9c8c46cb7a43bc2d390c7f1039ad8ffbc339f | /src_mod/public/IGameUIFuncs.h | 31eb269d6acc0860e57e7a1d9a0d1098c9ee8353 | [] | no_license | SourceEnginePlayground/source-sdk-2004 | 4135e00b06d8491baf174d19897950c40ef6112c | 962ba835716d3e6d778054ab3fb4534bf3b35e1a | refs/heads/master | 2023-03-27T15:04:00.381752 | 2021-03-24T06:42:27 | 2021-03-24T06:42:27 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 948 | h | //========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef IGAMEUIFUNCS_H
#define IGAMEUIFUNCS_H
#ifdef _WIN32
#pragma once
#endif
#include "vgui/k... | [
"jeremy.lorelli.1337@gmail.com"
] | jeremy.lorelli.1337@gmail.com |
1bf3e74bafb6aa411e11b7d108e0d656ac40ea71 | 52a4095bc25c9da44597eef788c77711d8ad17cb | /minimgio/src/minimgio_ancient.cpp | c0fdc67f3cfec899f702bae9ce78e6e02ee1a1d2 | [
"BSD-3-Clause"
] | permissive | SmartEngines/minimg_interfaces | ab998ea2e7cb1a98f9195b536879744fc5355f42 | b9276f4d800a7d4563c7e1aaa08ef927bbccb918 | refs/heads/main | 2023-06-15T19:17:51.715790 | 2021-07-14T08:08:32 | 2021-07-14T08:08:32 | 385,863,316 | 5 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,883 | cpp | /*
Copyright 2021 Smart Engines Service LLC
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 following disclai... | [
"kbulatov@smartengines.com"
] | kbulatov@smartengines.com |
4ebc5670071fe01465ffb90dd059b5dc989bdd9d | 8dc1626b90a4a2047868e7131e1d783445f84d8e | /6-GeometryShaders/src/Managers/DisplaceShaderManager.cpp | b16df5e0f1095ace34b4f8420c572373ea1585ff | [] | no_license | icq4ever/ShadersLibrary | b8131dc08059e966ad753bcd41f159dba23acb2b | 2e7a206a7d199f20f373f2f4fddc528eeafda39c | refs/heads/master | 2021-06-26T18:14:12.646552 | 2021-04-09T13:18:28 | 2021-04-09T13:18:28 | 223,934,129 | 0 | 0 | null | 2019-11-25T11:37:13 | 2019-11-25T11:37:13 | null | UTF-8 | C++ | false | false | 808 | cpp | //
// ShaderManager.cpp
// multilight
//
// Created by Leo on 10/12/16.
//
//
#include "DisplaceShaderManager.h"
//--------------------------------------------------------------
void DisplaceShaderManager::begin(){
shader.begin();
shader.setUniform1f("maxHeight", maxHeight);
if (te... | [
"icq4ever@gmail.com"
] | icq4ever@gmail.com |
e0bafb496802c3601183ff96ac77c84b88fd2940 | f33b46dde55500f8e3cb42ff856dc0b24287179e | /ComputerVis/Project_3/Scale.cpp | c15000b14645d6a4eecfdb992dcb3ee78c1b5966 | [] | no_license | BrianGoga/School | 63acc490757c9f46a20f1429072d30c805f8c069 | 81c2f4ad0ab52685f55dcf73e2ca20bdd9b12dd5 | refs/heads/master | 2021-01-21T08:06:06.658223 | 2015-11-23T23:55:55 | 2015-11-23T23:55:55 | 37,559,753 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 96 | cpp | #include "Image.cpp"
struct Scale
{
float SigmaInit;
float SigmaDer;
ImageP5 Scaleimage;
}; | [
"goabrian@gmail.com"
] | goabrian@gmail.com |
1b30b614abbf4dc4990d6bd57a32654b310e0eca | d444f1a6c7db7b6e4766fe47a2c2419123375a60 | /SpriteSystemView.h | f2ae9b9c7d11ff89ecfb7647b5bd5382d8fec583 | [] | no_license | MCPGNZ/engine | 789adfc44aae2a5ebc070f03855a7392ed0c4dfb | 4e8770f88a4bcd453672e08cdd124b85f924a181 | refs/heads/master | 2021-01-21T18:53:28.052352 | 2017-05-28T20:31:56 | 2017-05-28T20:31:56 | 92,091,986 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 182 | h | #pragma once
#include "WindowView.h"
#include "SpriteView.h"
namespace pk
{
class SpriteSystemView
{
public:
static void render(SpriteSystem& source);
};
}
| [
"daniel.w.poke@hotmail.com"
] | daniel.w.poke@hotmail.com |
3890dfb249519cf9efda9b41540005a1e996a21c | b65131ff8007c7da85cd5384e94993bf91869c57 | /libSemphella/hal.cpp | e20e7bf58f3f5002209488655c5ec6a40f17e41c | [] | no_license | moyilong/libSemphella | 748ba9cea93d5a3ae2a4d026578611d92c896813 | 6f420f45e386dcc9d6ad477b04f7407a83e2d2c4 | refs/heads/master | 2020-04-06T10:41:00.314803 | 2018-04-29T11:23:18 | 2018-04-29T11:23:18 | 157,388,161 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,899 | cpp | #include "hal.h"
#ifdef __linux__
int UART0_Open(int fd, char* port);
void UART0_Close(int fd);
int UART0_Set(int fd, int speed, int flow_ctrl, int databits, int stopbits, int parity);
int UART0_Init(int fd, int speed, int flow_ctrl, int databits, int stopbits, int parity);
int UART0_Recv(int fd, char *rcv_buf, int da... | [
"羿龙吟风"
] | 羿龙吟风 |
24ce8029258c4ec67ac31a4842b82ab954207cf0 | bcf138c82fcba9acc7d7ce4d3a92618b06ebe7c7 | /rdr2/0xF232C2C546AC16D0.cpp | dd1296ade1006984c67fbc4490c8c71903bb3501 | [] | no_license | DeepWolf413/additional-native-data | aded47e042f0feb30057e753910e0884c44121a0 | e015b2500b52065252ffbe3c53865fe3cdd3e06c | refs/heads/main | 2023-07-10T00:19:54.416083 | 2021-08-12T16:00:12 | 2021-08-12T16:00:12 | 395,340,507 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,078 | cpp | // saint_denis1.ysc @ L97420
bool func_2621(char[4] cParam0)
{
if (func_195(iLocal_1759, 268435456))
{
return true;
}
if (!ANIMSCENE::_0x0DF57F86FE71DBE5(uLocal_1769[10], "Pl_Dutch_Callover") && !ANIMSCENE::_0x23E33CB9F4A3F547(uLocal_1769[10], "Pl_Dutch_Callover"))
{
ANIMSCENE::_0xDF7B5144E25CD3FE(uLo... | [
"jesper15fuji@live.dk"
] | jesper15fuji@live.dk |
6abc4099175c97bd1ae42184cb46c16bc0e905ab | 4ca615c72ee4e28199ff1431b24dd6b68b97b14c | /shader.cpp | b3ce1e9a801a9b56bc0c1a02c122dee12546fa4c | [] | no_license | abhikjain360/opengl-tutorial | 9585762371e08eaf5e843725e5b33f95ed59e313 | 4ddccff75625b918163dd87b30e2d5d1bae4457f | refs/heads/master | 2022-11-10T16:47:12.550080 | 2020-06-21T12:44:22 | 2020-06-21T12:44:22 | 273,512,430 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,053 | cpp | #include "shader.h"
#include "renderer.h"
#include <iostream>
#include <sstream>
#include <fstream>
shader::shader(const std::string& filepath)
: m_filepath(filepath), m_rendererID(0)
{
shader_source source = parse_shader();
m_rendererID = create_shader(source.vertex_shader, source.fragment_shader);
}
shader::~... | [
"abhikjain360@gmail.com"
] | abhikjain360@gmail.com |
fa3f6d672a41472c67e8b59eaabb8449ab5cc2d0 | 9241d6ca884b63e0abae80f13d6bbf7eeb818c1e | /FastCat/Dependencies/maya/tbb/internal/_tbb_windef.h | 35651f5d9a7018144f56265cc7c3c20b506aa6a4 | [] | no_license | AlexMiller12/FastCatVS2013 | 100022c6ed5206903bc10c65e05cebf3a79c4f45 | b93df56cc10e109e9f9b62ccd0cad5fc8be983ae | refs/heads/master | 2021-01-13T00:48:59.076862 | 2016-05-06T20:17:48 | 2016-05-06T20:17:48 | 52,799,609 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 2,744 | h | /*
Copyright 2005-2014 Intel Corporation. All Rights Reserved.
The source code contained or described herein and all documents related
to the source code ("Material") are owned by Intel Corporation or its
suppliers or licensors. Title to the Material remains with Intel
Corporation or its supplier... | [
"alexmiller12@yahoo.com"
] | alexmiller12@yahoo.com |
fc4db948b83294d2fed1bd73344ba581ae0fa4bc | f6bf4099ba7fb4e6037f3116e3f52b6e1f002032 | /imageFeatures/basic/featuresFile.cpp | d1fc805a69f73aee6719a7db860cb11a568d44d1 | [] | no_license | laura-burdick/imagesPersonality | abcc249c2545d3215ae2e78e3175d7c19dfd9e70 | 8db50f25d3217d8bae48d2232daabdb933f8793b | refs/heads/master | 2020-03-08T11:26:13.147322 | 2018-04-09T18:02:40 | 2018-04-09T18:02:40 | 128,097,441 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,275 | cpp | /**
@author Wendlandt Laura <wenlaura@umich.edu>
*/
#include "featuresFile.h"
#include <boost/filesystem.hpp>
#include <iostream>
#include <sstream>
using std::stringstream;
using std::cout;
using std::to_string;
using std::endl;
using namespace boost::filesystem;
FeaturesFile::FeaturesFile(string fileName)... | [
"wenlaura@umich.edu"
] | wenlaura@umich.edu |
d47005523ad153cb035dbcdd9c995e3d167b75a8 | 33d9fb53e5e5ec22dd8f7336399a4d60c6987f7b | /zImprovedArmor/ZenGin/Gothic_II_Classic/API/oHelp.h | 34836995ddba2a93bcd65994da0ae57c1c236a4f | [] | no_license | Gratt-5r2/zImprovedArmor | bae5dde5c0c1ae1b3614141d7592b8a73eee2a41 | 061915791032acfed45703284d2ccd5d394e4a88 | refs/heads/master | 2023-04-30T23:20:52.486636 | 2023-03-12T12:42:08 | 2023-03-12T12:42:08 | 332,370,109 | 1 | 2 | null | 2023-04-18T23:44:42 | 2021-01-24T04:54:39 | C++ | UTF-8 | C++ | false | false | 1,131 | h | // Supported with union (c) 2018-2021 Union team
#ifndef __OHELP_H__VER2__
#define __OHELP_H__VER2__
namespace Gothic_II_Classic {
// sizeof 5Ch
class oCHelp {
public:
zCView* win; // sizeof 04h offset 00h
int dx; // sizeof 04h offset 04h
int dy; // sizeof 04h offset 08h
... | [
"amax96@yandex.ru"
] | amax96@yandex.ru |
381f78f99c1c752634bda9df9085ce39177123b3 | 02907c91bb8703ca8b307a087b351f8573f90bad | /src/qt/guiutil.h | ec6da043d32053cacce58d3faaf6c08a24a4bb01 | [
"MIT"
] | permissive | 1UP-Coin/1UP | 636efee7b55570f3cfb1769f3a6399f63e7d2828 | eb41397f977b7bcc4f59dbbb939fa04bbb891bca | refs/heads/master | 2021-09-11T21:07:30.002481 | 2018-04-12T12:48:42 | 2018-04-12T12:48:42 | 115,657,451 | 6 | 14 | MIT | 2018-01-05T15:16:57 | 2017-12-28T20:32:32 | C++ | UTF-8 | C++ | false | false | 8,222 | h | // Copyright (c) 2011-2013 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_GUIUTIL_H
#define BITCOIN_QT_GUIUTIL_H
#include "amount.h"
#include <QEvent>
#include <QHeaderView>
#incl... | [
"ratstang@piex.io"
] | ratstang@piex.io |
c97da01368937fbb3b085f360703d28db234bd3b | fb782a8c56059035c57e6e0639c027720f1a27cd | /Subrat_Su16/matlab_node/matKinect/matkinect/matkinectAdaptor.cpp | c996f13ec10b6f8626d407705169fc9bef745193 | [] | no_license | NickelsLab/ChemoTaxis | d0d8cb81922f6ed557a0fd1b2ee2d15d418f2790 | 7d907b4541ed3ed353692cccf9c83dd14284b140 | refs/heads/master | 2021-01-15T15:44:09.878351 | 2016-09-01T13:44:09 | 2016-09-01T13:44:09 | 34,916,347 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,806 | cpp | /* Implementation of the matkinect interface for acquisition from a given camera
This is the Image Acquisition Adaptor Class that is created when you execute "vi = videoinput('matkinect');"b
Author: Gus K Lott III, PhD
November 23, 2010
Neurobiological Instrumentation Engineer
Howard Hughes Medical Insti... | [
"smahapat@trinity.edu"
] | smahapat@trinity.edu |
810290ce68fb9f73e9613d0ccc74bdea5f9b4513 | 091afb7001e86146209397ea362da70ffd63a916 | /inst/include/nt2/include/functions/fnsm.hpp | 592addcfb2777e61b626b1778cff18f42936be77 | [] | no_license | RcppCore/RcppNT2 | f156b58c08863243f259d1e609c9a7a8cf669990 | cd7e548daa2d679b6ccebe19744b9a36f1e9139c | refs/heads/master | 2021-01-10T16:15:16.861239 | 2016-02-02T22:18:25 | 2016-02-02T22:18:25 | 50,460,545 | 15 | 1 | null | 2019-11-15T22:08:50 | 2016-01-26T21:29:34 | C++ | UTF-8 | C++ | false | false | 158 | hpp | #ifndef NT2_INCLUDE_FUNCTIONS_FNSM_HPP_INCLUDED
#define NT2_INCLUDE_FUNCTIONS_FNSM_HPP_INCLUDED
#include <nt2/arithmetic/include/functions/fnsm.hpp>
#endif
| [
"kevinushey@gmail.com"
] | kevinushey@gmail.com |
08df35e5cd794034cc80bfa978cf3b9c39c4b28b | bf6e386ba9de52fe221b8655c632374438b10890 | /VoyaUtilTest.h | 9adb1dc0c8c381a7872a4f6f504a15d55a811885 | [] | no_license | Crinson/VoyaUtil | c7cd0c26e59b6a6b39f3d8bff3ba3f8923f75d11 | 14e507585a476584532c9ebd0df95e248285fc0f | refs/heads/master | 2021-03-27T13:44:03.337760 | 2018-01-07T07:33:07 | 2018-01-07T07:33:07 | 116,544,781 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 417 | h |
#pragma once
namespace voya
{
//////////////////////////////////////////////////////////////////////////
//测试类
class CUtilTest
{
public:
static void enter();
static void exit();
static bool testAll();
static bool testSharePtr();
static bool testAllocator()... | [
"luck21zks@msn.com"
] | luck21zks@msn.com |
4e738d0569179f528bf85417520bae1ca92b39d9 | 7bb563ccfae8a9d4cbb78ffcba0b66002beb4181 | /BITMAP.cpp | f868ef79f437b08191fdab79c49621a663b1c6c1 | [] | no_license | lafolle/Agastya | 7096d209ef30e60cc5cc38df7851ec3108bcf52d | 3953dd03f4dde04b55d6f79707c4c5d2d70bd0e3 | refs/heads/master | 2021-01-01T18:33:04.257200 | 2018-01-15T20:32:37 | 2018-01-15T20:32:37 | 5,926,317 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,832 | cpp | #include <vector>
#include <list>
#include <map>
#include <set>
#include <deque>
#include <stack>
#include <bitset>
#include <algorithm>
#include <functional>
#include <numeric>
#include <utility>
#include <sstream>
#include <iostream>
#include <iomanip>
#include <cstdio>
#include <cmath>
#include <cstdlib>
#include <c... | [
"fghjklp@gmail.com"
] | fghjklp@gmail.com |
2c3258e233ef156d5472ee3674ed5581da61053d | 90047daeb462598a924d76ddf4288e832e86417c | /ash/focus_cycler.cc | 4927bfecfdf99e61640454505c4d3c64751365d4 | [
"BSD-3-Clause"
] | permissive | massbrowser/android | 99b8c21fa4552a13c06bbedd0f9c88dd4a4ad080 | a9c4371682c9443d6e1d66005d4db61a24a9617c | refs/heads/master | 2022-11-04T21:15:50.656802 | 2017-06-08T12:31:39 | 2017-06-08T12:31:39 | 93,747,579 | 2 | 2 | BSD-3-Clause | 2022-10-31T10:34:25 | 2017-06-08T12:36:07 | null | UTF-8 | C++ | false | false | 3,439 | 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 "ash/focus_cycler.h"
#include "ash/shell.h"
#include "ash/wm/mru_window_tracker.h"
#include "ash/wm/widget_finder.h"
#include "ash/wm/window... | [
"xElvis89x@gmail.com"
] | xElvis89x@gmail.com |
308b47f45b9ffe64732e68df0b8bb5627497ecf6 | 691abc0e58e9f6ed0e1dd4704276a3356215f63b | /other/source/goipachi_source_backup/koyakemain_itr_try.cpp | f354446b75b0453a85bae86746406b7cb5b40fe6 | [] | no_license | kykyk47/goipachi | 3512405daa97bac434961d1a39e28944b24f8adf | d0ea782d298e9480bbc1e89598fe2721868daac6 | refs/heads/master | 2020-08-30T03:55:28.365671 | 2020-07-23T02:30:55 | 2020-07-23T02:30:55 | 218,251,259 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 158,426 | cpp | // goipachi.cpp
////小宅用
//#include "pch.h"
#include <Windows.h>
#include <iostream>
#include <gl/glut.h>
#include <math.h>
#include <objbase.h>
#include <stdio.h>
#include <stdlib.h>
#include <gdiplus.h>
#include <vector>
#include <random>
#include <SDL.h>
#include <SDL_mixer.h>
//松本用
/*
#include <objbase.h>
#includ... | [
"sakoshin8mk2@outlook.jp"
] | sakoshin8mk2@outlook.jp |
e48ddb3af913d343045ee11568caa6262a1ab60e | 6e46e7c538055e86285c65153cd6d4a863348229 | /EvaluatorMother.h | c6874e914b67f9d575f78b65db6f358cb28f8fc6 | [] | no_license | Cosimzhou/othello | 91ff8c8dffe7e78e7fa278c7c2e25d9151094c61 | 03c61ba3d3049084dbfa6ebe56ef7adbc5de83f2 | refs/heads/master | 2021-01-09T20:38:32.360407 | 2016-07-14T14:59:47 | 2016-07-14T14:59:47 | 63,345,757 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 733 | h | // EvaluatorMother.h: interface for the CEvaluatorMother class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_EVALUATORMOTHER_H__ACF43AEF_2A93_4D73_896C_CA1CFD7883C3__INCLUDED_)
#define AFX_EVALUATORMOTHER_H__ACF43AEF_2A93_4D73_896C_CA1CFD7883C3__INCLUDED_
#include "GameSc... | [
"cosimzhou@hotmail.com"
] | cosimzhou@hotmail.com |
958395e0f0939331f96d45546d45b94795fa5633 | 5456502f97627278cbd6e16d002d50f1de3da7bb | /components/proximity_auth/remote_device.cc | 447a1484ec8ace48f5c228f758430a3de8fe3cd0 | [
"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 | 1,139 | cc | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/proximity_auth/remote_device.h"
namespace proximity_auth {
RemoteDevice::RemoteDevice() : bluetooth_type(BLUETOOTH_CLASSIC)... | [
"lixiaodonglove7@aliyun.com"
] | lixiaodonglove7@aliyun.com |
b5b3a89f27e03241306f45f2eea3268168b2a024 | 4fc5bb49e94c76642fa1c1946460b805c9797cc1 | /Lista Exercicios 1/struct3.cpp | fd40931c49c703a884dda3c854c60c08b594df90 | [] | no_license | bruunofernandz/estruturaDados | 10fdaf56693cab258da8ed61a09cb763e2c7ff9c | cdad48980af95d4317421384752b7e5d36c11ab6 | refs/heads/master | 2020-03-21T16:55:32.380994 | 2018-06-22T00:59:39 | 2018-06-22T00:59:39 | 138,802,657 | 1 | 0 | null | 2018-06-26T23:00:22 | 2018-06-26T23:00:21 | null | ISO-8859-1 | C++ | false | false | 2,325 | cpp | // Exercicio Structs 3 - Lista 1 - Estrutura de dados
// Danilo de Nadai Sicari - Turma 1 - Fatec Araras
// 24/03/18
/*****************************************************
Escrever um programa que cadastre vários produtos.
Em seguida, imprima uma lista com o código e nome da
cada produto. Por último, consulte o pre... | [
"37124989+dsicari@users.noreply.github.com"
] | 37124989+dsicari@users.noreply.github.com |
5bc10de8c8986ddf0efcd30aaeeb7a4540a70f0b | 01372165bc486046fd1211a39ee57bdc7ccc3279 | /dev/lsf/asio/curl_multi.hpp | f5eba26fc95f70d1e3882255300d441355d9477d | [] | no_license | leoxk/lsf | 8f92c63604a3449a1bd95d1c9e1b264f7f32a0a2 | 864cbcac292247e2e602364e1b6134616b0859a6 | refs/heads/master | 2021-01-18T01:49:25.157791 | 2016-09-21T10:30:08 | 2016-09-21T10:30:08 | 24,362,480 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 6,735 | hpp | // File: curl_multi.hpp
// Description: ---
// Notes: ---
// Author: leoxiang <leoxiang727@qq.com>
// Revision: 2016-03-31 by leoxiang
#pragma once
#include "lsf/asio/curl.hpp"
#include "lsf/asio/async.hpp"
namespace lsf {
namespace asio {
////////////////////////////////////////////////////////... | [
"leoxiang727@qq.com"
] | leoxiang727@qq.com |
eb4610f4b76fa0acd49d10099d78ab1e68c5f989 | 6ec33f877c3e1d84da44ea1b347209284f6c6d5c | /src/minhash.hpp | 9b2db3ec64f134c29f6ed18ef9d82987148ed254 | [] | no_license | zhaobomath/minhash-lsh | dccf476624e03d9eaff53c19bf0d102f3c44044b | f5a82ea333ec43a43754bd4048822bf2d4d8b14e | refs/heads/master | 2023-04-27T17:20:30.322034 | 2019-01-08T03:25:00 | 2019-01-08T03:25:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 552 | hpp | #ifndef MINHASH_HPP
#define MINHASH_HPP
#include <vector>
#include <map>
#include <fstream>
#include <iostream>
#include "clhash.h"
using namespace std;
class minhasher{
private:
int hash_num = 256; // bxr = 16x16
int shingle_num = 9;
vector<void*> randoms;
public:
minhasher(... | [
"zhanzy5@mail2.sysu.edu.cn"
] | zhanzy5@mail2.sysu.edu.cn |
8bf641500637b83daf2e1504596a765515f6cd4a | f90693e84ac05894341b4c08df6a2bf1febb06ee | /include/common/ThreadLocal.hpp | 033bccb5581bc40660fdd099cf4bc8f3d05ae50a | [] | no_license | riclas/rstm | 1ce57d423b813ee9916a09fb70d9041a72984e39 | a72c861c1b68f5fd516b2293ebdc58c2b62849b4 | refs/heads/master | 2020-12-31T04:28:34.289771 | 2016-02-19T19:23:08 | 2016-02-19T19:23:08 | 51,465,568 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,338 | hpp | /**
* Copyright (C) 2011
* University of Rochester Department of Computer Science
* and
* Lehigh University Department of Computer Science and Engineering
*
* License: Modified BSD
* Please see the file LICENSE.RSTM for licensing information
*/
/**
* Since Apple doesn't support __thread in its... | [
"ricardojdfilipe@gmail.com"
] | ricardojdfilipe@gmail.com |
8834464115a828ff43ecd0cda1af70589f3c8c4b | 1942a0d16bd48962e72aa21fad8d034fa9521a6c | /aws-cpp-sdk-iam/include/aws/iam/model/ListAttachedUserPoliciesResult.h | 71b5ca376de619d2a94d87947acd6ca8e786e817 | [
"Apache-2.0",
"JSON",
"MIT"
] | permissive | yecol/aws-sdk-cpp | 1aff09a21cfe618e272c2c06d358cfa0fb07cecf | 0b1ea31e593d23b5db49ee39d0a11e5b98ab991e | refs/heads/master | 2021-01-20T02:53:53.557861 | 2018-02-11T11:14:58 | 2018-02-11T11:14:58 | 83,822,910 | 0 | 1 | null | 2017-03-03T17:17:00 | 2017-03-03T17:17:00 | null | UTF-8 | C++ | false | false | 7,784 | 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" fil... | [
"henso@amazon.com"
] | henso@amazon.com |
9be0b331ff6eae62ee23fe55cee2ca703f344a53 | 84856e480edf36f60f8d780da59c53a5ac0b7499 | /glean/rts/binary.h | 821178e865c60f455e910796a9b10aba3c0ab485 | [
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla"
] | permissive | netproteus/Glean | ef3c16879cc6893116e1c25324a1f9bd3bde980d | 4eda8d616709fe45f55d24e355e8cd79268d3e53 | refs/heads/main | 2023-07-28T21:28:07.174925 | 2021-09-02T11:40:05 | 2021-09-02T12:28:27 | 402,573,617 | 0 | 0 | NOASSERTION | 2021-09-02T22:00:55 | 2021-09-02T22:00:55 | null | UTF-8 | C++ | false | false | 10,323 | h | // Copyright (c) Facebook, Inc. and its affiliates.
#pragma once
#include <folly/FBString.h>
#include <folly/Range.h>
#include <folly/Varint.h>
#include "glean/ffi/memory.h"
#include "glean/rts/id.h"
#include "glean/rts/error.h"
#include "glean/rts/nat.h"
#include "glean/rts/string.h"
namespace facebook {
namespace... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
8b7bcf120c1d73c84f8902655aa1b905f43adf23 | 976004c9f4426106d7ca59db25755d4d574b8025 | /containers/vector/vector_operator_binary.h | ec660af5f5897350b8437562ffb25f4bcfdcb9b0 | [] | no_license | peterzxli/cvpp | 18a90c23baaaa07a32b2aafdb25d6ae78a1768c0 | 3b73cfce99dc4b5908cd6cb7898ce5ef1e336dce | refs/heads/master | 2022-12-05T07:23:20.488638 | 2020-08-11T20:08:10 | 2020-08-11T20:08:10 | 286,062,971 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,886 | h | #include "../vector.h"
namespace cvpp
{
// Vector + Element
TPL_DTM inline Vector<D,T,M>
operator+( const Vector<D,T,M> vec , const D& elm )
{
return vec.clone() += elm;
}
// Vector - Element
TPL_DTM inline Vector<D,T,M>
operator-( const Vector<D,T,M> vec , const D& elm )
{
return vec.clone() -= elm;
}
// E... | [
"peterli@MacBook-Pro.local"
] | peterli@MacBook-Pro.local |
913c655cb1ec1b0f1f71e3e8affc330d172d4ab5 | a5b43123d91d23581ae1f1cc725d7b004a4caa25 | /cpp/File/polymorphism.cpp | a5b86ef95b317c6582c4e547590f0e35f751b9f5 | [] | no_license | ivan570/code | 376001416a01f0a870a0d73796f1a61dd3bfe958 | e5a8e9bf7c9ea27b070ca3f351bb54cb16ce0317 | refs/heads/main | 2023-05-23T04:48:30.477060 | 2021-06-11T15:50:30 | 2021-06-11T15:50:30 | 330,686,610 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 714 | cpp | #include <iostream>
using namespace std;
class Base
{
public:
void show()
{
cout << "Base class show" << endl;
}
};
class Derive : public Base
{
public:
// it's also polymorphism
// it's function overriding
int show()
{
cout << "Derive class show" << endl;
return 23... | [
"ivankshu@gmail.com"
] | ivankshu@gmail.com |
d7d89a854b14476086a543c888a3270779d3522c | ba8bbdb740f2462f8123191d1f4c3a831a7c9f8c | /src/apps/deepwalk.hpp | ba60e85be5f175c1e538796f275dec11f6dba872 | [
"MIT",
"Apache-2.0"
] | permissive | ykwd/KnightKing | 88d51c132c56fa56c96d848011fc5b0516d25208 | 2dd3fd3c820b85d5bd73a47a3f948d4b513dacd1 | refs/heads/master | 2022-02-13T16:57:51.112521 | 2022-01-22T08:02:04 | 2022-01-22T08:02:04 | 218,097,898 | 0 | 0 | MIT | 2019-10-28T16:43:04 | 2019-10-28T16:43:04 | null | UTF-8 | C++ | false | false | 1,807 | hpp | /*
* The MIT License (MIT)
*
* Copyright (c) 2019 Ke Yang, Tsinghua University
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the... | [
"oneday117@qq.com"
] | oneday117@qq.com |
06d2d5f1652d8bba350d97fb061b3e791cfa168d | 77a05803f0527c22fa4b7effeafb05711111e264 | /yash.hpp | 5e0b49d7704491154c0f066658346d6217f4a686 | [] | no_license | afett/yash | 9843f7b32a57404eaa284010d8164629882436eb | 50380296a8628377e8b5482f097c12bd9f553577 | refs/heads/master | 2021-01-10T19:47:49.695424 | 2019-04-15T20:36:54 | 2019-04-15T20:36:54 | 19,382,329 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,881 | hpp | /*
* Copyright (c) 2014, 2015, 2017 Andreas Fett.
* 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 li... | [
"a.fett@gmx.de"
] | a.fett@gmx.de |
f74f9bd7baaa3b89ac99a96648ef9b2968263fa1 | 38c25f40ec9f1cce40e6e274daa9c0fa8d731244 | /pcx/Utils.cpp | f3a052829b74c03ea6c607dec4c39c2d16542580 | [] | no_license | seshbot/new-cpp-project | 7f5601b422ad1d4dc2eef719703a425bedd51fdc | 096bb664e0487890b822b547723b8dc8b4e4c4ed | refs/heads/master | 2020-05-17T12:07:26.378614 | 2014-02-02T10:47:55 | 2014-02-02T10:47:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 950 | cpp | #include <pcx/Utils.h>
#include <boost/assert.hpp>
#ifdef __GNUC__
#include <cxxabi.h>
#endif
namespace pcx
{
std::string demangle_name(std::string name) {
#if defined(_MSC_VER)
return name;
#else
std::string ret;
int status = 0;
char* de... | [
"git@cechner.com"
] | git@cechner.com |
49769c68765fbbda598400bfbe36c17a5ec6f364 | 603ad7bb3df5a02d222acefec08ce4f94d75409b | /atcoder/abc202c.cpp | 6357f4fbcaa50e988cae2c5b7fc1ca494b2dd4d1 | [] | no_license | MijaelTola/icpc | 6fc43aa49f97cf951a2b2fcbd0becd8c895abf36 | ee2629ba087fbe7303743c84b509959f8d3fc9a0 | refs/heads/master | 2023-07-09T00:47:42.812242 | 2021-08-08T00:44:10 | 2021-08-08T00:44:10 | 291,160,127 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 661 | cpp | #include <bits/stdc++.h>
using namespace std;
vector<int> c[100010];
int main() {
int n;
cin >> n;
map<int, vector<int> > mp;
vector<int> a,b;
for (int i = 0; i < n; ++i) {
int x;
cin >> x;
x--;
a.push_back(x);
}
for (int i = 0; i < n; ++i) {
int... | [
"mija.tola.ap@gmail.com"
] | mija.tola.ap@gmail.com |
d32b41dd5460c7081b1ef6461a1de231a19ba653 | 22bd625b1a2ffc102761914469c9673f62cf8e78 | /benchmarks/src/cuda/dragon_li/dragon_li/util/userConfig.h | acd6434e7c1becaf56eaf93e45e71bcf5a9d7a33 | [
"BSD-2-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | purdue-aalp/gpgpu-sim_simulations | f1c32ac5a88c4120d326d1053c82e598ca2d05fe | 84113a92a4aacfdd1ddbc1beb2f01746060dfb05 | refs/heads/master | 2021-08-05T21:56:58.378115 | 2021-01-28T23:31:26 | 2021-01-28T23:31:26 | 154,350,995 | 6 | 15 | BSD-2-Clause | 2021-05-18T15:28:08 | 2018-10-23T15:18:42 | HTML | UTF-8 | C++ | false | false | 233 | h | #pragma once
namespace dragon_li {
namespace util {
class UserConfig {
public:
bool verbose;
bool veryVerbose;
UserConfig(
bool _verbose,
bool _veryVerbose) :
verbose(_verbose),
veryVerbose(_veryVerbose) {}
};
}
}
| [
"k.mkhairy@yahoo.com"
] | k.mkhairy@yahoo.com |
40093d41bac5f0028e45f0fbc38823208f465bb5 | 8b6cdb025cd575136abe911debd4414d10f4d59d | /AGame/MainMenu.cpp | d07e129ef3d782c3236edab23943a249d8bbe6ca | [] | no_license | Julianobsg/AGameEngine | 38fedd81184e005ca5d47ec2c6d6391bce5e86d6 | 6d9469ffb0cfa98f8f1122c2f7bae3dbb4141b58 | refs/heads/master | 2020-12-24T15:22:38.631591 | 2016-02-18T22:33:20 | 2016-02-18T22:33:20 | 19,335,581 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 822 | cpp | #include "stdafx.h"
#include "MainMenu.h"
#include "ButtonBehaviour.h"
#include "Application.h"
#include <functional>
MainMenu::MainMenu()
{
header = new Text("CaviarDreams.ttf");
header->SetContent("Tomato attack");
header->transform->position = Vector2D<float>(4, 2);
playButton = new UIButton("Play", Vector2D<... | [
"julianobsg@gmail.com"
] | julianobsg@gmail.com |
2856ae02e36329c90793f709cb86e798c23a8808 | 78300621bc7b7858d1890cbd8c4186ac490cdf47 | /src/modules/thread/wrap_ThreadModule.h | 1c0cffaf132045d3d3f71f21017dfe0fce351eb7 | [
"Zlib",
"BSL-1.0",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | LavenderTheGreat/six | e859f5bdc2d3dbc7a6be0c1a7524fc72340edf29 | 0922ce212e129a5404bf116b64bc2f6f076c53cb | refs/heads/master | 2021-01-03T07:24:02.542275 | 2017-02-28T23:27:07 | 2017-02-28T23:27:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,235 | h | /**
* Copyright (c) 2006-2017 LOVE Development Team
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
*
* Permission is granted to anyone to use this software for any purpose,
* ... | [
"shakesoda@gmail.com"
] | shakesoda@gmail.com |
3d132c4b3b912fd817fd657e109453aa1129175e | 1fdbb7e551cf8b52b43359cf406bedd969b5f59f | /source/common/redundancy/rmservice/rmserviceut/ShareMemHelperTester.h | f4e1b59d96bd75dd1f7e10dd10e981a26993c351 | [] | no_license | trigrass2/eview-server | 1292958416ebe772ff4ce0b1f1639c65ca13ce92 | a5e452016a730af79a1d402a3d918403eb6073aa | refs/heads/master | 2023-06-17T09:38:25.004889 | 2021-07-15T09:45:56 | 2021-07-15T09:45:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 632 | h | #include <cppunit/extensions/HelperMacros.h>
#include "../ShareMemHelper.h"
class ShareMemHelperTester : public CPPUNIT_NS::TestFixture
{
CPPUNIT_TEST_SUITE( ShareMemHelperTester );
CPPUNIT_TEST(testGetAndSetObjRMStatus);
CPPUNIT_TEST(testGetAndSetObjRMStatusCtrl);
CPPUNIT_TEST(testSetAndGetObjStatus);
CPPUNIT_T... | [
"746257224@qq.com"
] | 746257224@qq.com |
b74e295e2baebea41e1450497bb1357da25571a4 | d3d1af801b7822a456eda4d2586a47207dcadd40 | /test/my_string.h | ba6b8b68ed40546ed78f12c80d84edb83f7aa4ca | [] | no_license | HumbleHunger/Cpp | df7a38dd33734c86e3d2c956e033e88c74390244 | 7d7527f5b34f626eac342910f1ea23ed4bf75639 | refs/heads/master | 2023-03-23T08:42:11.166175 | 2021-03-17T12:43:00 | 2021-03-17T12:43:00 | 293,516,688 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 896 | h | /*************************************************************************
> File Name: my_string.h
> Author:
> Mail:
> Created Time: 2020年11月04日 星期三 15时46分49秒
************************************************************************/
#ifndef _MY_STRING_H
#define _MY_STRING_H
#include<memory>
#include<cstring>
#... | [
"2495970924@qq.com"
] | 2495970924@qq.com |
67123ed8fbe79fd6c06c899a432fa73280e2a4f4 | 7afb9762709a74dae506fc4ef3d1d4ef86ff3d7e | /ch1_firstCase/ch1_switch/main.cpp | 0d0930fa1ab0a8e3a752289bc217e105bff4af1b | [] | no_license | chentuo14/BookRebuild | 2dee033f58f2c7be7d1f76aa1a61a19827e773be | 0286a4c57890ae55b47b0b7876a656329a29d588 | refs/heads/master | 2020-04-26T17:19:51.851196 | 2019-03-08T02:11:46 | 2019-03-08T02:11:46 | 173,709,235 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,008 | cpp | #include <iostream>
#include <string>
#include <vector>
#include "movie.h"
#include "rental.h"
#include "customer.h"
using namespace std;
int main()
{
/* create 10 movies */
std::vector<Movie> movies;
for(int i=0;i<10;i++) {
Movie tempMovie("Movie"+std::to_string(i+1), (i+1)%3);
movies.pu... | [
"ch122633@126.com"
] | ch122633@126.com |
6c1f69bf188f15a473d21330a0bf0d9daeed1958 | 6de7f1f0d9be7d0659902dc60c77dcaf332e927e | /src/libtsduck/dtv/descriptors/tsTargetMACAddressDescriptor.h | 83e6cf6403b83cc3665ff05427da2a23994e8916 | [
"BSD-2-Clause"
] | permissive | ConnectionMaster/tsduck | ed41cd625c894dca96f9b64f7e18cc265ef7f394 | 32732db5fed5f663dfe68ffb6213a469addc9342 | refs/heads/master | 2023-08-31T20:01:00.538543 | 2022-09-30T05:25:02 | 2022-09-30T08:14:43 | 183,097,216 | 1 | 0 | BSD-2-Clause | 2023-04-03T23:24:45 | 2019-04-23T21:15:45 | C++ | UTF-8 | C++ | false | false | 3,407 | h | //----------------------------------------------------------------------------
//
// TSDuck - The MPEG Transport Stream Toolkit
// Copyright (c) 2005-2022, Thierry Lelegard
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the f... | [
"thierry@lelegard.fr"
] | thierry@lelegard.fr |
291e0a17f2e80450b180ce77202110900b8e3a7d | 052de931412cf8f7bd86bc79d34522ef113b6267 | /tracker.h | 726aec945d6bf46cf22f1101da65c091f5e6ee40 | [
"MIT"
] | permissive | my-official/QtBT | 46022288da90b26ea30124a03da95fcf44e0d716 | 0c78119b373bfc549a3262cb66794764a1416205 | refs/heads/master | 2021-05-03T05:37:50.074184 | 2018-04-06T15:57:18 | 2018-04-06T15:57:18 | 120,641,398 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,664 | h | #ifndef TRACKER_H
#define TRACKER_H
#include <QObject>
#include <QUrl>
#include <QHostAddress>
#include <QSharedPointer>
#include <QNetworkAccessManager>
#include <QNetworkRequest>
#include <QNetworkReply>
#include <QTimer>
//#include <QAuthenticator>
namespace torrent
{
class Server;
class Torrent;
class PeerInfo... | [
"my_official@outlook.com"
] | my_official@outlook.com |
81c8b8c990d0f7250ce06c4a9301016efec1a765 | 9a79e230bf9a411aa14989d01c7d3b16ec06dbe0 | /src/crypto/sha1.h | b5c9576a10604860cb8591ab426c792bfba79fd2 | [
"MIT"
] | permissive | fcecin/infinitum | 02ff75e86ed1e80922970a33c5167c64ede49b74 | ebead4bc77a95bf7d19cda5e88013a72f2fd5a9c | refs/heads/master | 2021-01-22T17:28:47.795413 | 2016-10-15T15:56:12 | 2016-10-15T15:56:12 | 69,108,854 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 649 | h | // Copyright (c) 2014 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef INFINITUM_CRYPTO_SHA1_H
#define INFINITUM_CRYPTO_SHA1_H
#include <stdint.h>
#include <stdlib.h>
/** A hasher class for S... | [
"fcecin@gmail.com"
] | fcecin@gmail.com |
9995c29d646f9a1e753d0b7b66f9267fbd608383 | 90a9cba29f9f0bf67bd6650c3c5db7630ee8167e | /test-core/-perf/deform_profile/main_test_deform_profile.cpp | 57958be2e99f0e7d67e45f91881773ff2a9a4951 | [] | no_license | lkolt/corecvs | ffd7ead75e924ab207e376526839edafd384917e | cabae053e5c72d4af132ddac8180fdf4ce565391 | refs/heads/master | 2021-05-14T10:35:55.605237 | 2018-01-05T10:35:33 | 2018-01-05T10:35:33 | 116,359,316 | 0 | 0 | null | 2018-01-05T08:05:54 | 2018-01-05T08:05:54 | null | UTF-8 | C++ | false | false | 1,116 | cpp | /**
* \file main_test_deform.cpp
* \brief This is the main file for the test deform
*
* \date Mar 01, 2012
* \author alexander
*
* \ingroup autotest
*/
#include <iostream>
#include "gtest/gtest.h"
#include "core/utils/global.h"
#include "core/buffers/fixeddisp/fixedPointDisplace.h"
#include "core/math/matrix... | [
"Aleksandr.Pimenov@lanit-tercom.com"
] | Aleksandr.Pimenov@lanit-tercom.com |
22095b213216db945a5b96b28655070b12fbe2e1 | 01e056cb6af213a68252d60dd75e5c137e2845d4 | /factory/libpainter/CRegularPolygon.h | 2033d8e485a4125c28b0ac1d6e9dec9f5ede2dae | [] | no_license | fedjakova-anastasija/OOD | fa8b4ceca889f6b734062cffcb7eae4d948715e5 | 3324bae1b3be526f9ee30dd7b24fb12585a0b435 | refs/heads/master | 2020-04-21T06:14:10.815516 | 2019-06-03T07:57:57 | 2019-06-03T07:57:57 | 169,360,723 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 490 | h | #pragma once
#include "CShape.h"
#include "ICanvas.h"
#include "CPoint.h"
class CRegularPolygon : public CShape
{
public:
CRegularPolygon(const CPoint& center, double radius, unsigned vertexCount, const Color& color);
~CRegularPolygon() = default;
void Draw(ICanvas& canvas) const override;
unsigned GetVertexCount(... | [
"fedyakova.anastasia@gmail.com"
] | fedyakova.anastasia@gmail.com |
88cc260c11f8dd3846312a7b31fd5d3bc5c81de3 | bad9540214867925ca99fcfe51a8b7bfae17f2c1 | /test/SceneChanger.cpp | 9844a48d6798b6c5611afc01bf2ddc94bf89cc12 | [] | no_license | 8bit-TD/DxLib_Action | 522d448e7477c261beb0a9007ad3e9f649a87b2c | 6b8ff835b4fa9a4f0f8a8330d00f66747ccece0c | refs/heads/master | 2020-03-26T15:43:38.276321 | 2018-08-17T02:25:12 | 2018-08-17T02:25:12 | 145,060,991 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 59 | cpp | #include "SceneChanger.h"
SceneChanger::~SceneChanger(){}
| [
"8bittd@gmail.com"
] | 8bittd@gmail.com |
ffacfc45e002f8f6c83cce4a8337dab0f612efd1 | 8f8b5e1273db8f8af790a14cfb6c0a35dfbd7c01 | /codeforces/1520/F1.cpp | c69d32e49e5b2216b71734087f661f68925b23e4 | [] | no_license | nathan-drake17/competitive_programming | ae2b343567f0e4fdff8b8263e869634fc2520775 | 09f89ff0dec0c8da135f2afbbf10d34f3f9f9a15 | refs/heads/main | 2023-05-31T04:59:53.091189 | 2021-06-14T12:53:41 | 2021-06-14T12:53:41 | 376,816,133 | 0 | 0 | null | 2021-06-14T12:31:45 | 2021-06-14T12:31:44 | null | UTF-8 | C++ | false | false | 2,178 | cpp | #include <algorithm>
#include <cmath>
#include <cstring>
#include <iostream>
#include <limits>
#include <queue>
#include <set>
#include <sstream>
#include <stack>
#include <unordered_map>
#include <utility>
#include <vector>
using namespace std;
typedef long long ll;
typedef vector<int> vi;
typedef vector<int>::itera... | [
"ojus.singhal17@gmail.com"
] | ojus.singhal17@gmail.com |
c00a773227a3f6b26aaf4c05166a442b4aca6330 | 6ed471f36e5188f77dc61cca24daa41496a6d4a0 | /SDK/Wall_Wood_Small_SM_New_functions.cpp | dbdaf2278b5d244ca8a0efeae8d5981f830197b2 | [] | no_license | zH4x-SDK/zARKSotF-SDK | 77bfaf9b4b9b6a41951ee18db88f826dd720c367 | 714730f4bb79c07d065181caf360d168761223f6 | refs/heads/main | 2023-07-16T22:33:15.140456 | 2021-08-27T13:40:06 | 2021-08-27T13:40:06 | 400,521,086 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,489 | cpp |
#include "../SDK.h"
// Name: ARKSotF, Version: 178.8.0
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Functions
//---------------------------------------------------------------------------
// Function Wall_Wood_Small... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
787ca79f29a3a8190041e5d927a596d8dc3506ad | 2bb5ffa26516d667a3116d1f772f21b5abad1dcc | /oop/lab4/repositories/ExceptionRepository.h | e6e2831579a56a8f1e16490fd648e2eb263a48be | [] | no_license | Demon000/uni | 71a0c8d26ae1a6024f2215f4105dc8daee3c1bb5 | 7735fc90b17f452879bfca4b0e4e8c2c4e80831f | refs/heads/master | 2022-08-14T03:08:51.029670 | 2021-12-15T16:50:06 | 2021-12-15T16:51:09 | 154,342,332 | 0 | 4 | null | 2022-07-21T08:25:57 | 2018-10-23T14:26:35 | Jupyter Notebook | UTF-8 | C++ | false | false | 551 | h | #include <vector>
#include <string>
#include <exception>
#include "../entities/Tenant.h"
#include "../repositories/BaseRepository.h"
#ifndef EXCEPTION_REPOSITORY_H
#define EXCEPTION_REPOSITORY_H
class ExceptionChance : public std::exception {};
class ExceptionRepository : public BaseRepository {
public:
Excepti... | [
"demonsingur@gmail.com"
] | demonsingur@gmail.com |
c6b2d49e7d72b16d6fceddff44674020b1863370 | 73cfd700522885a3fec41127e1f87e1b78acd4d3 | /_Include/boost/spirit/include/classic_parser_id.hpp | a533b730c589763507902c543245ad4d189ca2d6 | [] | no_license | pu2oqa/muServerDeps | 88e8e92fa2053960671f9f57f4c85e062c188319 | 92fcbe082556e11587887ab9d2abc93ec40c41e4 | refs/heads/master | 2023-03-15T12:37:13.995934 | 2019-02-04T10:07:14 | 2019-02-04T10:07:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 907 | hpp | ////////////////////////////////////////////////////////////////////////////////
// classic_parser_id.hpp
/*=============================================================================
Copyright (c) 2001-2008 Joel de Guzman
Copyright (c) 2001-2008 Hartmut Kaiser
http://spirit.sourceforge.net/
Distribut... | [
"langley.joshua@gmail.com"
] | langley.joshua@gmail.com |
ad2b6971be0d143e10799814b0a43fb99c467a75 | b475fb4a090928ffb3b6ae9eec73f3cc90483053 | /DLL_G3/TestForMyFunctions/unittest1.cpp | 06ec53f8d3bb41a4f7ab008483feee8e09b1e981 | [] | no_license | ivonneleonor/Calculator-C- | 55a330bfced43599ef361d76ff45866913abd4f7 | 27094f56aae5a32a486dfbeba7ba51391832ad92 | refs/heads/master | 2021-07-05T12:28:54.077618 | 2017-09-29T22:32:35 | 2017-09-29T22:32:35 | 105,230,344 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,797 | cpp | #include "stdafx.h"
#include "CppUnitTest.h"
#include "..\DLL_G3\DLL_G3.h"
using namespace Microsoft::VisualStudio::CppUnitTestFramework;
namespace TestForMyFunctions
{
TEST_CLASS(UnitTest1)
{
MyFunctions functions;
public:
TEST_METHOD(Sum_7plu8_15)
{
Assert::AreEqual(15.0, functions.sum(7, 8), 0.0... | [
"ivonneleonor@yahoo.com.mx"
] | ivonneleonor@yahoo.com.mx |
1b8771425653d5688bf4ebace21d2eb419da9d64 | 24e8398aac1aeb5b825a675670faea9bb186c855 | /CreditScene.h | 08c2cfb12a5ae30f774b5f05c894201e5e9402ac | [] | no_license | arkaik/terraria_vj | 7522f405e1d7fc8c78a09627e013cc10b0924d05 | a99f7b5f365f3137bf410fd3965d8ef44208e4b3 | refs/heads/master | 2020-05-30T07:12:53.347285 | 2016-11-05T02:00:02 | 2016-11-05T02:00:02 | 69,266,552 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 411 | h | #pragma once
#include "BasicScene.h"
#include "Sprite.h"
#include <iostream>
class CreditScene : public BasicScene
{
public:
CreditScene();
~CreditScene();
void init();
void update(int deltatime);
void render();
BasicScene* changeState();
private:
void initShaders();
ShaderProgram texProgram;
glm::mat4 pro... | [
"falc@null.net"
] | falc@null.net |
7e7df572fa6a6050c97e09dec47873c482bc3edd | 6acbb93a4f0f6802a414a1d4e4d3b4457fc57d69 | /src/Thunder/login/modifyPwdWidget.h | 67635e3928075b43a4e5efa6d5a05137632f1929 | [] | no_license | wengmq/ThunderFighter | d021e5bac73720f2342dd4b111ad14feea82bde9 | 6973112a51c44d34b8864e662140125822e792b1 | refs/heads/master | 2022-01-26T02:01:56.739380 | 2019-06-01T03:19:54 | 2019-06-01T03:19:54 | 189,680,805 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,224 | h | #ifndef MODIFYPWDWIDGET_H
#define MODIFYPWDWIDGET_H
#include <QWidget>
#include <QtGui/QApplication>
#include <QDesktopWidget>
#include <QLabel>
#include <QPixmap>
#include <QLineEdit>
#include <QPushButton>
#include <QPalette>
#include <QIcon>
#include <QMessageBox>
#include <QComboBox>
#include <QDebug>
#include <QM... | [
"wengmq@163.com"
] | wengmq@163.com |
96a4e740311e7e9503f199d98c03e59965f6913c | 123cf35ddf76c3c25d953a2c512f63a55bb04757 | /src/data/UniversalString.cpp | cf3b96f6ac80b1428063acd46a565b640f136e79 | [
"MIT"
] | permissive | JiaoMX-keeping/rsp3-armv8-baremetal | c0457dd6fc06dc668b0fe8f5e722be0f55639e39 | f7e2ac04abd3be20daa94ad9c7ad2c1bad5159b0 | refs/heads/master | 2022-01-19T20:25:25.367222 | 2018-05-20T03:22:19 | 2018-05-20T03:22:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 491 | cpp | /*
* UniversalStrings.cpp
*
* Created on: Apr 11, 2018
* Author: 13774
*/
#include <data/UniversalString.h>
#include <data/StringRef.h>
#undef _ARG_DO_GENERATE
#define _ARG_DO_GENERATE
#undef _ARG_GEN_DEFINITIONS
#define _ARG_GEN_DEFINITIONS
#undef _ARG_GEN_DECL
//#define _ARG_GEN_DECL
#undef _ARG_NAME
... | [
"xhd2015@gmail.com"
] | xhd2015@gmail.com |
692aaee9059641dc5970da6a8fc8f5a17b3418b5 | ea0e85ad9a3e149397516ee405d81ed8573a63cc | /ServerManager/jni/servermanager/command/defaults/TeleportCommand.h | dc44a44c76ff3b58886b414cf410c576ccf0017b | [] | no_license | TrinityDevelopers/MCPE-addons | c1b37f96355d4ebf629555453be0a2fdc74fbfa0 | 0b4739640a245bb2e7c0a5a8a3779b2db5c58288 | refs/heads/master | 2020-12-03T09:21:10.732089 | 2016-01-04T00:11:17 | 2016-01-04T00:11:17 | 48,916,775 | 0 | 1 | null | 2016-01-04T00:11:17 | 2016-01-02T16:55:10 | C++ | UTF-8 | C++ | false | false | 247 | h | #pragma once
#include "../Command.h"
class TeleportCommand : public Command
{
public:
TeleportCommand(std::string const &name);
virtual bool execute(SMPlayer *sender, std::string const &commandLabel, std::vector<std::string> const &args);
};
| [
"ksy4362@naver.com"
] | ksy4362@naver.com |
f4e3d9198e56057d043b24ff7d4c14712c555f15 | 184c5c6ea7d558a010a60e765bffb3e4ce1a03b8 | /Source/smokeview/glui_clip.cpp | b68b68f486e0cb7bfea4bf0ffa85fbf64cc74957 | [
"NIST-Software"
] | permissive | luismolinelli/smv | 13dec4780b02b26048b0de427b0e0d77741aacd4 | c51912e2f4e2b4df31f94d19bca2c5a8f3b16969 | refs/heads/master | 2021-06-22T11:03:37.802160 | 2020-12-18T12:59:26 | 2020-12-18T12:59:26 | 321,927,954 | 0 | 0 | NOASSERTION | 2020-12-16T09:10:26 | 2020-12-16T09:10:25 | null | UTF-8 | C++ | false | false | 14,794 | cpp | #define CPP
#include "options.h"
#include <stdio.h>
#include <string.h>
#include GLUT_H
#include <math.h>
#include "smokeviewvars.h"
GLUI *glui_clip=NULL;
GLUI_RadioGroup *radio_clip=NULL;
GLUI_Spinner *SPINNER_clip_xmax=NULL, *SPINNER_clip_xmin=NULL;
GLUI_Spinner *SPINNER_clip_ymax=NULL, *SPINNER_clip_ymin=NULL;
... | [
"gforney@gmail.com"
] | gforney@gmail.com |
8aaeff1faba6415a2b7ca1ce998363244fac6764 | 7fb51791771dee84837e1e93580a9baa9f8cb7c1 | /Platforms/iOS/Skillz Examples Pinball/Classes/Native/Bulk_UnityEngine.UI_1.cpp | 475e8a3f6c2b76d484a67cde20db60cbd6dffff0 | [
"MIT"
] | permissive | Aidar01/Unity-Pinball | 112172418d7fa42d0bcff80c7f58d22d13d49e46 | 42fab061733532a92c04fb3445d5333f63a68d5d | refs/heads/master | 2020-09-06T14:03:35.011987 | 2019-03-15T17:30:06 | 2019-03-15T19:27:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,916,851 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "i... | [
"jlin@skillz.com"
] | jlin@skillz.com |
24b09c492fafd7e98568bf912451557bf46f5628 | 6d3dc5ec1a562724888ac7b56178c2b4aa32754c | /src/interfaces/common/caller/selffusion_caller.hxx | 1934748a2396e5c1de92b036c9b07447153167cf | [
"MIT"
] | permissive | lijx10/opengm | 82ef2cfd7dc19e1e8c69826e088e11adddf02509 | 3ee326e544a54d92e2981f1dd65ca9949b93c220 | refs/heads/master | 2020-04-15T20:57:44.696418 | 2019-01-10T08:03:10 | 2019-01-10T08:03:10 | 165,015,640 | 8 | 0 | MIT | 2019-01-10T07:53:22 | 2019-01-10T07:53:22 | null | UTF-8 | C++ | false | false | 6,732 | hxx | #ifndef SELFFUSION_CALLER_HXX_
#define SELFFUSION_CALLER_HXX_
#include <opengm/opengm.hxx>
#include <opengm/inference/self_fusion.hxx>
#include <opengm/inference/messagepassing/messagepassing.hxx>
#ifdef WITH_TRWS
#include <opengm/inference/external/trws.hxx>
#endif
#include "inference_caller_base.hxx"
... | [
"thorsten.beier@iwr.uni-heidelberg.de"
] | thorsten.beier@iwr.uni-heidelberg.de |
be1813a0c1c7079e47cf48224de5edcf3cc48509 | 07c7cb14fb370ca68d7e94baa231bbab6f480ed7 | /lcContainsDuplicate_217.cpp | 70bae975517a4612fd06f5d00d6d40ec1572f71e | [] | no_license | SwapnilBorse123/LeetCodeIsFun | 8ed3f04184a3da9fd05e67fc9537cd5e708c0409 | c80796bf3115a0dfb88e7b762375ea333a58de28 | refs/heads/master | 2021-10-09T14:24:06.015951 | 2018-12-29T17:12:54 | 2018-12-29T17:12:54 | 115,140,286 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 380 | cpp | /*
author: Swapnil Borse
date: 10th September 2018
*/
#include <bits/stdc++.h>
using namespace std;
class Solution {
public:
bool containsDuplicate(vector<int>& nums) {
return nums.size() > unordered_set<int>(nums.begin(), nums.end()).size();
}
};
int main(){
Solution s;
std::vector<int> v = {1,2,3,4... | [
"swpnl.borse@gmail.com"
] | swpnl.borse@gmail.com |
4078a8f3dd16a2195460703c24072fd0f95295fa | 1f327d487841a724a49463c2a784bfb25d4c4c13 | /src/undo.h | b6eff44cc7b304d23ab8b0e5e081f05063ba26f0 | [
"MIT"
] | permissive | MiracleCity/MiracleCity | d00dad5c575c2e8c893609c74f92c706505fe2db | 7520173d387085b0b3e4d24ac4791d7179ee2c58 | refs/heads/master | 2023-07-12T16:57:40.211074 | 2021-08-20T09:58:02 | 2021-08-20T09:58:02 | 377,951,373 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,487 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2016 The Bitcoin Core developers
// Copyright (c) 2017-2019 The Raven Core developers
// Copyright (c) 2020 The Miracle Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licen... | [
"dev@miraclecity.io"
] | dev@miraclecity.io |
b0cadbc0707fbfc5ea100307e37250e24e427ec1 | e814963bc0b8a415a51f6c3f0161b9652d4d0f4e | /src/driver/drvUtils/drvVirginity.h | 8a43fde7ab6ba551a8507bcd7fb05502100e7a4a | [
"MIT"
] | permissive | hecg119/antirootkit-anti-splicer | f321a50898dfc8340f28c95dfefbc43104f720fc | f02da5068f0fe83d88c8e2d1281f22fa7fc41f97 | refs/heads/master | 2021-12-13T07:09:00.212157 | 2017-02-26T12:13:16 | 2017-02-26T12:13:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,495 | h | #ifndef DRV_VIRGINITY_H
#define DRV_VIRGINITY_H
#include "drvFiles.h"
#include "drvCpp.h"
extern "C"
{
#include "drv_NtDefinitions.h"
}
typedef struct _Drv_VirginityContext
{
drv_MappedFile m_mapped;
HANDLE m_hFile;
UCHAR m_SectionName[IMAGE_SIZEOF_SHORT_NAME+1];
ULONG m_sstOffsetInSection;
char... | [
"xis@apriorit.com"
] | xis@apriorit.com |
bb4485629705f51bbe874a4676f20b7d4ff659f8 | 00898a0e0ac2ae92cd112d2febf8d2b16fb65da4 | /Project_code/PLC-Comm/include/QtWidgets/5.5.0/QtWidgets/private/qlistview_p.h | 57431560edaa91fd53263d6d94508b9c207c26c4 | [] | no_license | yisea123/AM-project | 24dd643a2f2086ea739cf48a4c6e8f95c11e42a7 | f1f7386a04985fcbd5d4fc00707cc5c3726c4ff4 | refs/heads/master | 2020-09-01T23:47:58.300736 | 2018-09-24T11:57:57 | 2018-09-24T11:57:57 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,592 | h | /****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtWidgets module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licensees holding ... | [
"2539722953@qq.com"
] | 2539722953@qq.com |
c91e26bd73448a6df9583ef03d12589eb7dbca4d | 7b160e8574a8b3d3424dbf92ffcbe897b2931c7a | /SistemaVLC.h | a76691145273b22290fc1815aad1b33cff77df06 | [] | no_license | devildrey33/BubaTronik | 676e9d5c8df4dc30bc16dccd7ec95a43b7386431 | 635e17b021bbc555b2fc4c6410a08f6cdfcbdf43 | refs/heads/master | 2021-01-20T18:51:34.912692 | 2016-05-31T13:25:17 | 2016-05-31T13:25:17 | 60,091,611 | 1 | 0 | null | null | null | null | ISO-8859-10 | C++ | false | false | 6,600 | h | #pragma once
#include "BaseDatos.h"
#include "..\vlc-1.1.5\include\vlc\vlc.h"
/*#include "..\vlc-1.1.4\include\vlc\libvlc_structures.h"
#include "..\vlc-1.1.4\include\vlc\libvlc.h"
#include "..\vlc-1.1.4\include\vlc\libvlc_media.h"
#include "..\vlc-1.1.4\include\vlc\libvlc_media_player.h"
#include "..\vlc-1.1.4\includ... | [
"devildrey33@hotmail.com"
] | devildrey33@hotmail.com |
3fad5450b291ed2c80accd7f4ee5ffe8dd331046 | 28923aae2e58cefd4aba60a71647d1203a31ee5d | /Spades Game/Game/Engine/Core.cpp | cfb7f838c28ae0590a4f9eb4570896ec4e0bf5ac | [
"Unlicense"
] | permissive | Qazwar/StemwaterSpades | a1fee0eeeb4f9e4e4c2023d9b661d09692ac6d6a | 05e5d7c6d380d2f5986bd91269887f16c3e71962 | refs/heads/master | 2020-05-16T00:29:38.625484 | 2015-11-21T01:41:38 | 2015-11-21T01:41:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,596 | cpp | #include "Game/Engine/Core.hpp"
#include "Game/Utility/Exception.hpp"
#include "Game/Utility/File.hpp"
#include "Game/Engine/ListPairLoader.hpp"
#include "Game/Avatar/ArcText.hpp"
#ifdef CGE_IPHONE
#include "Game/Platform/IAPHandler.h"
#endif
#ifdef CGE_OSX
#include "Game/Platform/OSXHandler.h"
#endif
namespace cge
{... | [
"joshua_larouche@hotmail.com"
] | joshua_larouche@hotmail.com |
e7e0dfe8d404a795d81486550f26e059f2e557c9 | a60f932793a81fe4d4572eae66064cbecc4b1bc6 | /Programacion 4/DateTime.cpp | 9ef3dcd27511ceb5f9b9aaa82999eceafda2993a | [] | no_license | faller222/fing | 0f8f40c601dcf7154bb9dae8e8daf119aaf4ea59 | 93df5a96d3d9988c0c9620c34638ded00dacfa6b | refs/heads/master | 2021-01-25T07:44:24.082389 | 2019-02-03T01:17:29 | 2019-02-03T01:17:29 | 93,658,761 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,212 | cpp | //DateTime.cpp
#include "DateTime.h"
#include "EMonthOutOfRange.h"
#include "EMinOutOfRange.h"
#include "EYearOutOfRange.h"
#include "EHourOutOfRange.h"
#include "EDayOutOfRange.h"
#include <iostream>
#include <iomanip>
#include <time.h>
using namespace std;
DateTime::DateTime() {
time_t rawtime;
struct tm * ti... | [
"gfaller@antel.com.uy"
] | gfaller@antel.com.uy |
ba79d32f880cbe95bed918b886394b560cd092e3 | 9a488a219a4f73086dc704c163d0c4b23aabfc1f | /trunk/src/FocusableList.cc | 8c4318129d780d64407940fef553cd1de3805d4a | [
"MIT"
] | permissive | BackupTheBerlios/fluxbox-svn | 47b8844b562f56d02b211fd4323c2a761b473d5b | 3ac62418ccf8ffaddbf3c181f28d2f652543f83f | refs/heads/master | 2016-09-05T14:55:27.249504 | 2007-12-14T23:27:57 | 2007-12-14T23:27:57 | 40,667,038 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,408 | cc | // FocusableList.cc
// Copyright (c) 2007 Fluxbox Team (fluxgen at fluxbox dot org)
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Software"),
// to deal in the Software without restriction, including without limitation
// ... | [
"markt@54ec5f11-9ae8-0310-9a2b-99d706b22625"
] | markt@54ec5f11-9ae8-0310-9a2b-99d706b22625 |
a1ba989c8edcb993867deb59c83dcfb4aa9b4ff3 | 14d8236ee812c266e1c872878c1b54ede7fe7876 | /Recursion and BackTracking/Level-1/print Keypad.cpp | e6f19fb8a8684375babd05c10a6d3e1d63c2a65c | [] | no_license | yogi2103/DataStructuresRevise | e0a264d7a26f75dae57a5968467ea78f9b8b30be | f7416316da8c1da55447fac70575ea69e23719f1 | refs/heads/master | 2023-06-30T18:09:36.364776 | 2021-07-29T15:34:42 | 2021-07-29T15:34:42 | 364,588,210 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 487 | cpp | #include <iostream>
using namespace std;
string codes[] = {".;", "abc", "def", "ghi", "jkl", "mno", "pqrs", "tu", "vwx", "yz"};
void printKPC(string ques, string asf){
// write your code here
if(ques.length()==0){
cout<<asf<<endl;
return;
}
int index=ques[0]-'0';
string small=codes[index];
str... | [
"yogesh.baghel86@gmail.com"
] | yogesh.baghel86@gmail.com |
01a09d99f6da6962a85aa9d64313ce3176c79841 | 63c71060f36866bca4ac27304cef6d5755fdc35c | /src/RandomGen/Tester/RandomGenStrTester.cpp | ec58455a26b8ad85730a1ffea7f2f640c0c7523a | [] | no_license | 15831944/barry_dev | bc8441cbfbd4b62fbb42bee3dcb79ff7f5fcaf8a | d4a83421458aa28ca293caa7a5567433e9358596 | refs/heads/master | 2022-03-24T07:00:26.810732 | 2015-12-22T07:19:58 | 2015-12-22T07:19:58 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,933 | cpp | ////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2005
// Packet Engineering, Inc. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification is not permitted unless authorized in writing by a duly
// appointed officer of ... | [
"barryniu@jimodb.com"
] | barryniu@jimodb.com |
e5173598d67f476d4ecda2aafb774f70b3074dc5 | 893ea7cffd4e6fe3fbf38ee488249358e0dc8bd1 | /0728/2C++的基本代码/day2/point.cpp | c9df3ca58da4ed8067a1f5a0b35d8f9708fec7bb | [] | no_license | lansplansplansp/0707 | b198a2107371c81a12e38a417beb8ea709725d81 | 6f4b4e31305104a19bcf920e4aceaac8fb83c591 | refs/heads/master | 2020-06-16T18:27:49.387589 | 2019-07-28T15:59:05 | 2019-07-28T15:59:05 | 195,664,192 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,592 | cpp | #include "point.h"
#include <iostream>
using namespace std;
//在定义对象的同时可以完成成员数据的初始化
// 自动调用
// 函数名与类名相同、没有返回值
Point::Point()
{//默认构造函数、无参数
cout<<"default construtor"<<endl;
}
Point::Point(int x, int y)
{//重载构造函数
this->x = x; //赋值方法
this->y = y;
cout<<"construtor wtih params"<<endl;
}
Point::Point(int ... | [
"123456@qq.com"
] | 123456@qq.com |
e8bdf8e03857908b0962594bdac146537df9abd4 | 7539da3dedc34c4f97b194f17fd4bac3602df1a3 | /gui/spec-dlgs/P4SpecDlg.cpp | e2720c486b2a3a7d10edf82cef65196949a4a4d9 | [
"BSD-2-Clause"
] | permissive | dhanzhang/p4win | 0ca674657d43e344073ef9cf2b1aa0142346f9de | ddb0d8cbb6f1d774d357edd54d74661e616a9e91 | refs/heads/master | 2021-01-12T01:28:51.330331 | 2014-05-13T18:40:41 | 2014-05-13T18:40:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 101,794 | cpp | /*
* Copyright 1997, 1999 Perforce Software. All rights reserved.
*
* This file is part of Perforce - the FAST SCM System.
*/
#include "stdafx.h"
#include "p4win.h"
#include "P4SpecDlg.h"
#include "cmd_editspec.h"
#include "TokenString.h"
#include "SpecDescDlg.h"
#include "Cmd_SendSpec.h"
#include "D... | [
"sekkusu@gmail.com"
] | sekkusu@gmail.com |
4d7dc0da786b3da11efeab0acde0865b623696c3 | 49536aafb22a77a6caf249c7fadef46d63d24dfe | /tensorflow/tensorflow/core/lib/random/random.cc | b09c70abe6fcff57580dfaa0541ba7c2f409405b | [
"Apache-2.0"
] | permissive | wangzhi01/deeplearning-1 | 4e5ad93f0d9ecd302b74352f80fe1fa6ae70bf0d | 46ab82253d956953b8aa98e97ceb6cd290e82288 | refs/heads/master | 2020-05-28T03:14:55.687567 | 2018-09-12T16:52:09 | 2018-09-12T16:52:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,486 | cc | /* Copyright 2015 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 ... | [
"hanshuobest@163.com"
] | hanshuobest@163.com |
7c6a42d6ec0c9eb03ca6d8fc3f8c0e64e7aeb285 | 49245c365617a5ae36758e16d37ab252f6f37be6 | /include/geometry.h | d8614cccbd5d51cdb2efc16ca762bf027ea6f908 | [] | no_license | ilhamv/MC | a0a0a436d9f5ab68644b509531f87b2f638b6c72 | e4e1f0a16168ad625f26d53f2d5a67de60aa0bb7 | refs/heads/master | 2019-07-09T20:19:12.869221 | 2018-12-05T21:16:31 | 2018-12-05T21:16:31 | 160,571,377 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,156 | h | #ifndef GEOMETRY_H
#define GEOMETRY_H
#include <memory>
#include <vector>
#include <cstring>
#include "particle.h"
#include "type.h"
struct Material; // material.h
//=============================================================================
// Surface
//===========================================... | [
"ilhamv@umich.edu"
] | ilhamv@umich.edu |
433c2e5e588a68cba1d945bc0aa5e87cf8f4c27d | ea16fe21d5647e8852175ef7a8abe94fe80a4c51 | /nlp/processed/column/UD3108.cc | 53166a142191e8e4f223189bb17047ad2ad8a264 | [
"MIT"
] | permissive | amerariia/labs | a9e3c3b350ba669ada99f6dd4af84d886bd259b4 | 1efbf39b67b7021830901386196ca5ace779228a | refs/heads/master | 2023-01-27T20:53:30.044035 | 2020-12-10T17:04:46 | 2020-12-10T17:04:46 | 319,274,693 | 0 | 0 | MIT | 2020-12-07T09:54:31 | 2020-12-07T09:54:31 | null | UTF-8 | C++ | false | false | 916 | cc | #include<bits/stdc++.h>
using namespace std;
int main()
{
signed long long n,i,j,k,l,r,a;
scanf("%lld",&n);
stack<long long>mn,q,h;
for(i=1;i<=n;i++){
cin>>k;
q.push(k);
}
r=-1;
k=0;
while(!q.empty()){
l=q.top();
q.pop();
if(l>=... | [
"xlionell@gmail.com"
] | xlionell@gmail.com |
d9736e7e60c00041d6100d7f160bac7bc2d6bf81 | 38fdbf5c8b87bcbbb5f757efe9206b5896b6f724 | /labtest/laba2/Project1/Source.cpp | cb90f004f5f79d25fbf3a99dd2aa363fb94fb5c6 | [] | no_license | idmtest/labsC | d8e104bf1c56655ad4568def2bf775e8da392333 | 8c5bfa3b996514c68fe3c2450ad2c368f8601759 | refs/heads/master | 2023-04-17T18:25:47.652367 | 2021-04-30T05:23:26 | 2021-04-30T05:23:26 | 353,015,544 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 2,248 | cpp | #define _CRT_SECURE_NO_WARNINGS
#include <conio.h>
#include <stdio.h>
#include <iostream>
#include <stdint.h>
int main(int argc, char* argv[])
{
using namespace std;
int arc[] = { 1,2,3,4};
int cra[] = { 1,2,3,4 };
int countArc = sizeof(arc) / sizeof(int);
int countCra = sizeof(cra) / sizeof(int);
int a[10]... | [
"ilkovalev@mail.ru"
] | ilkovalev@mail.ru |
28deb56cb930701cefabb5ecbf1a9cc5c4ba5d2b | f461d661cb18e9dbda0548d295b60e3682c97460 | /lib/akari/pmr.h | b209ba61089fcbbe99d281c4c23f8414a49b5f02 | [
"Apache-2.0"
] | permissive | shiinamiyuki/nano-akari | dc49142b986461d75b122304d9c83688c4f6848c | 09bc4d83a39df27668a9905c025f10ed543c6e85 | refs/heads/main | 2023-01-31T20:08:33.483101 | 2020-12-17T06:14:42 | 2020-12-17T06:14:42 | 312,364,226 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,175 | h | // Copyright 2020 shiinamiyuki
//
// 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 agreed to in... | [
"xiaochun.tong@mail.utoronto.ca"
] | xiaochun.tong@mail.utoronto.ca |
7af6160e19c15932b9d68467283b4ae120ac18bc | b7f955a0a38893f53ab43fb0d2d9872aeaae5ba8 | /Source/AITurretGame/AI/Sensing/VisionSensingComponent.cpp | 5b60a71af992fc62d04026c68034669da9f37a75 | [] | no_license | TechnOllieG/FGAICourseVisionHearing | 4715de29087f3ff0e83762ae7c434ce4636c289a | 8735738a00e374ccb9e497b6b80b4e32f06ddfcb | refs/heads/main | 2023-04-18T01:26:33.382073 | 2021-04-26T12:02:46 | 2021-04-26T12:02:46 | 361,720,963 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,810 | cpp | #include "VisionSensingComponent.h"
#include "AITurretGame/AITurretGameInstance.h"
#include "VisionTargetComponent.h"
#include "AITurretGame/TurretGamePlayer.h"
#include "Kismet/GameplayStatics.h"
#include "CustomVisionRoot.h"
UVisionSensingComponent::UVisionSensingComponent()
{
PrimaryComponentTick.bCanEverTick = t... | [
"56596714+TechnOllieG@users.noreply.github.com"
] | 56596714+TechnOllieG@users.noreply.github.com |
b11a1690efc03b44d40b00274b00bbb68fa98889 | c2a532ad20449023383d533f1faaa7b3935c4b5f | /JSON/main.cpp | a81f9f2588182991f655339a76fb5ac170500ad6 | [] | no_license | NevmerRoman/Ubuntu | 42bd955e1b4cdcf6488d301e82e12c28e9f5d753 | 9cc9f303bd916bdeb1c5abb99f3edc405b7994f7 | refs/heads/master | 2020-06-10T03:50:50.050435 | 2019-07-09T20:42:42 | 2019-07-09T20:42:42 | 193,573,618 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 752 | cpp | #include <iostream>
#include "/home/student/Project/ClientServerSQL/cJSON.h"
using namespace std;
int main(){
string strJ;
cJSON* jobj1 = cJSON_CreateObject();
cJSON_AddNumberToObject(jobj1, "Key", 45);
cJSON_AddStringToObject(jobj1, "Value", "Hello");
strJ = cJSON_Print(jobj1);
cout << strJ... | [
"nevmer_roman@mail.ru"
] | nevmer_roman@mail.ru |
613de7644b1db8dfb54723cda6c699c35797cb03 | a679dba6ef0364962b94ed65d0caad1a88da6c43 | /OrginalServerCode/OrginalCode/labixiaoxin/ACE_wrappers/protocols/ace/INet/HTTP_BasicAuthentication.inl | d4180b35bddcc95a1b956aef3222893890cd54d0 | [] | no_license | w5762847/Learn | 7f84933fe664e6cf52089a9f4b9140fca8b9a783 | a5494181ea791fd712283fa8e78ca0287bf05318 | refs/heads/master | 2020-08-27T05:43:35.496579 | 2016-12-02T12:16:12 | 2016-12-02T12:16:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 738 | inl | // -*- C++ -*-
//
// $Id: HTTP_BasicAuthentication.inl 91132 2010-07-20 05:28:27Z mcorino $
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
namespace ACE
{
namespace HTTP
{
ACE_INLINE
void BasicAuthentication::user (const ACE_CString& usr)
{
this->user_ = usr;
}
ACE_INLINE
... | [
"flyer_son@126.com"
] | flyer_son@126.com |
5658c1000b300c2d8ae000c6129e56566406f667 | ceb7431363e36a4698a93540cdeafcd9d9b315ad | /include/latino/Sema/SemaLambda.h | 1f9983c5bcacaba66d1b063ff3bd9eb1a2603048 | [
"MIT"
] | permissive | primitivorm/latino-llvm | 8b5d8759271eb6c328cb4c81a2523bbecce10222 | 33c820aeef006b7190e347e0839cf4f268b70639 | refs/heads/master | 2023-08-02T06:15:42.365363 | 2023-05-05T13:28:32 | 2023-05-05T13:28:32 | 133,191,211 | 4 | 2 | MIT | 2022-03-31T01:39:29 | 2018-05-12T23:39:50 | C++ | UTF-8 | C++ | false | false | 1,319 | h | //===--- SemaLambda.h - Lambda Helper Functions --------------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===------------------------------... | [
"cibercafe_montero@hotmail.com"
] | cibercafe_montero@hotmail.com |
b6dd2c5f061521ac05108e0d0d6e37a60f092151 | 9b1082956b2e60fd2e5b7b6e514d5c504b51bc7c | /Siv3D/Source/Siv3D/RoundRect/SivRoundRect.cpp | 965e5ad931be909a843f6a5ace7dddbf56cebf6e | [
"MIT"
] | permissive | winjii/OpenSiv3D | c46dd17391408dde4b76189def4c9c92405ac4ea | ecd65536a1142a8f04c45c2d6a33fe93c386af78 | refs/heads/master | 2021-05-07T15:27:32.299985 | 2017-12-03T05:38:10 | 2017-12-28T08:23:52 | 110,008,252 | 0 | 0 | null | 2017-11-08T17:30:37 | 2017-11-08T17:30:36 | null | UTF-8 | C++ | false | false | 11,893 | cpp | //-----------------------------------------------
//
// This file is part of the Siv3D Engine.
//
// Copyright (c) 2008-2017 Ryo Suzuki
// Copyright (c) 2016-2017 OpenSiv3D Project
//
// Licensed under the MIT License.
//
//-----------------------------------------------
# include <Siv3D/RoundRect.hpp>
# include <Siv... | [
"reputeless@gmail.com"
] | reputeless@gmail.com |
e57c311547b6b3bfcef0e1ef44e40238c60ae237 | 8ecfbed147c19ff824edb78edc702562d19cddcb | /tst_bignumbertrying.h | c845577ae5da6ab495d435b36762fc8937218173 | [] | no_license | qqLyamin/big_number | 5df8e69f0a54bbe2665892d4368d3785ee1b8923 | 2d8926626394627c0f4d6e090e500be3413bed1f | refs/heads/master | 2020-09-13T06:25:06.439257 | 2019-11-21T15:04:14 | 2019-11-21T15:04:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,109 | h | #include <QtTest/QTest>
#include <QString>
#include <iostream>
#include "bignumber.h"
#include "bisumms.h"
class bigNumberTrying : public QObject
{
Q_OBJECT
int a;
public:
bigNumberTrying();
private slots:
//POSITIVE:
void positiveSameNumbers();
void positiveDifferentNumbers();
void pos... | [
"qqgithub@gmail.com"
] | qqgithub@gmail.com |
89696c5b1b79927edfac67ba3def8540bf8fc8d9 | 3e1a626e043bd7471ebdc21939204f337079e57d | /src/eth_client/libethashseal/GenesisInfo.h | 0217703b9aabaf0bfcb8e548c58bf95a440c7a8a | [
"MIT",
"GPL-3.0-only"
] | permissive | qtumproject/qtum | 834cd8d1df04c779ed8fec2d26627e97644f5275 | 88fd52d40026f4705b63889cdd4b4c86375ddaf8 | refs/heads/master | 2023-09-05T00:27:23.149231 | 2023-09-01T22:35:32 | 2023-09-01T22:35:32 | 83,774,906 | 1,468 | 631 | MIT | 2023-09-01T22:35:35 | 2017-03-03T08:17:11 | C++ | UTF-8 | C++ | false | false | 1,226 | h | // Aleth: Ethereum C++ client, tools and libraries.
// Copyright 2014-2019 Aleth Authors.
// Licensed under the GNU General Public License, Version 3.
#pragma once
#include <string>
#include <libdevcore/FixedHash.h>
#include <libethcore/Common.h>
namespace dev
{
namespace eth
{
/// The network id.
enum class Networ... | [
"time.markov@qtum.com"
] | time.markov@qtum.com |
8323acc7181e3ef4c7ddd2979f0287e158668636 | 6d3f8f4f37d0f7a41ba9b413a2ea8824780eae45 | /src/tau_generators/quadrature_tau.cpp | 2db9a0719fae771e4102a713eb608a79fa35b55d | [
"MIT"
] | permissive | Samthos/MC-MPn-Direct | ef39de66897c93c356b2b1fa5bd34599a5c52f6d | cdf05c7ce7b33bf1b86b80f57f800634822c9cc6 | refs/heads/master | 2023-09-03T02:23:40.587616 | 2021-11-16T02:46:07 | 2021-11-16T02:46:07 | 136,238,889 | 1 | 3 | MIT | 2021-11-16T02:46:07 | 2018-06-05T21:52:22 | C++ | UTF-8 | C++ | false | false | 3,749 | cpp | #include <algorithm>
#include "quadrature_tau.h"
Quadrature_Tau::Quadrature_Tau(const std::shared_ptr<Movec_Parser> basis) : Tau(basis) {
tau = {
459.528454529921248195023509,
0.002176143805986910199912,
75.647524700428292021570087,
0.013219203192174486943822,
27.63585571053883427339314... | [
"alexdor@gmail.com"
] | alexdor@gmail.com |
4f5fa4d11c1011e1e5251e6e98dbf54f5daf1742 | 0d4b7ba62a69951dbd2bc3b8b85c07f1ccd9851f | /State.h | 64c48bb8a8da4235722d948a5f97a3da034c441d | [] | no_license | f4hy/ants_ai | fa0d15c1170aa8741b0eea33b85c7e81a82c931c | e130d3442e779e3dbe4c15e9ccd400b9357e5ef7 | refs/heads/master | 2020-05-18T17:25:25.175628 | 2011-12-19T01:53:38 | 2011-12-19T01:53:38 | 3,009,510 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,661 | h | #ifndef STATE_H_
#define STATE_H_
#include <iostream>
#include <stdio.h>
#include <cstdlib>
#include <cmath>
#include <string>
#include <vector>
#include <queue>
#include <stack>
#include <algorithm>
#include <list>
#include "Timer.h"
#include "Bug.h"
#include "Square.h"
#include "Location.h"
#include "Path.h"
#incl... | [
"brendan@f4hy.com"
] | brendan@f4hy.com |
5416795cad25e4ebf9dcdf8cd5fc59d60eabc4ca | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /third_party/protobuf/src/google/protobuf/generated_message_table_driven.h | 5fa041612a0b229dc3d1e88678d8554053a41b33 | [
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"BSD-3-Clause",
"LicenseRef-scancode-protobuf",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | wzyy2/chromium-browser | 2644b0daf58f8b3caee8a6c09a2b448b2dfe059c | eb905f00a0f7e141e8d6c89be8fb26192a88c4b7 | refs/heads/master | 2022-11-23T20:25:08.120045 | 2018-01-16T06:41:26 | 2018-01-16T06:41:26 | 117,618,467 | 3 | 2 | BSD-3-Clause | 2022-11-20T22:03:57 | 2018-01-16T02:09:10 | null | UTF-8 | C++ | false | false | 6,171 | h | // Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// https://developers.google.com/protocol-buffers/
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// ... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
9d79741e400e810c22da385cf57fe4f7ccc0bf2b | d16985a72e39109c30b1e975007cc1cabe8a6ac8 | /Common/GameStruct_Script.h | cf2375e62293094855f44f6daeb47cb4d956e638 | [] | no_license | uvbs/wx2Server | e878c3c5c27715a0a1044f6b3229960d36eff4b4 | 78a4b693ac018a4ae82e7919f6e29c97b92554ab | refs/heads/master | 2021-01-18T00:06:34.770227 | 2013-12-13T09:18:54 | 2013-12-13T09:18:54 | 43,288,843 | 2 | 3 | null | 2015-09-28T08:24:45 | 2015-09-28T08:24:44 | null | UTF-8 | C++ | false | false | 3,620 | h | /********************************************************************************
// 文件名: GameStruct_Script.h
// 全路径: d:\Prj\Common\GameStruct_Script.h
// 创建人: jack
// 创建时间: 2006 年 1 月 9 日
//
// 功能说明:
// 修改记录:
*********************************************************************************/
#ifndef __GAMES... | [
"tangming032@outlook.com"
] | tangming032@outlook.com |
411a7a94e46f915059ee466b243ec74abbe8ddea | 3df3f1e552d05af6a8bc69e954bb59f952015759 | /Classes/ConstValue.h | abeb28aab0b46f916fea7df9de21e9c26c1b0567 | [] | no_license | highfence/cocos_AI | 7847333c5bc5161e50ad618f9cb85ba96c027ef4 | cb2c9e6bafd559a0c422627bb8eed73c07589fb6 | refs/heads/master | 2020-04-06T04:29:09.565115 | 2016-11-14T02:53:58 | 2016-11-14T02:53:58 | 73,610,958 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 374 | h | #pragma once
namespace STATIC
{
const Size visibleSize = Size(1024, 768);
}
namespace PLAYER
{
enum DIRECTION
{
NONE = 0, RIGHT = 1, LEFT = -1, UP = 1, DOWN = -1
};
const char PLAYER_SPRITE[] = "character.png";
const float INIT_WIDTH = 0.2f;
const float INIT_HEIGHT = 0.2f;
const int PIXEL_PER_SEC = 300;
}... | [
"highfence@naver.com"
] | highfence@naver.com |
f1659e05312930b8445eccf594e5ce8f4f1e8776 | 1cee1433d247d5595d71185c7bd133d0fdf0f015 | /client/src/gui/ie_utils/HtmlDocument.cpp | e68bdc3f18721b45ab5a8ebeebd7516a875d6356 | [] | no_license | ilya-golovenko/chat-informer | 3fe1d20b4c26fb3c16de2bf6545361e9aeabf289 | 5c2453f14a8fe4d9811cb60596eaf2c4f44a72cf | refs/heads/master | 2021-01-01T18:49:37.727769 | 2014-12-11T16:53:33 | 2014-12-11T16:53:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,242 | cpp | //---------------------------------------------------------------------------
//
// This file is part of Chat Informer project
// Copyright (C) 2011, 2013, 2014 Ilya Golovenko
//
//---------------------------------------------------------------------------
// Application headers
#include <informer/ie_utils/HtmlD... | [
"ilya@golovenko.com"
] | ilya@golovenko.com |
ab38cdb37a3c73f535508e191cc488ba4899f4b4 | 1de5da21967c2837d45e9620b4084eab20f1d4b0 | /C++/やさしいC++/Sample/04/Sample4.cpp | fe41835802ced60d8c65f5ce01c4f7dcda2c9b1c | [] | no_license | haruto-k/PC-Same-party | d283db37a830c815c11720dc1b49c5098a0ff20b | 4db731da665a932f9d2f80f301170aebc2c34026 | refs/heads/master | 2020-05-20T13:28:25.049473 | 2019-05-08T11:21:45 | 2019-05-08T11:21:45 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 479 | cpp | #include <iostream>
using namespace std;
int main()
{
int num1 = 10;
int num2 = 5;
cout << "num1とnum2にいろいろな演算を行います。\n";
cout << "num1+num2は" << num1+num2 << "です。\n";
cout << "num1-num2は" << num1-num2 << "です。\n";
cout << "num1*num2は" << num1*num2 << "です。\n";
cout << "num1/num2は" << num... | [
"toritoribox@gmail.com"
] | toritoribox@gmail.com |
b15add0dd6c708c695bbde1646fd9f237f0fad8b | 3ca9ea8bf8ede5bb2bf80137c1eb4daca113f15a | /Assignment 3/src/Clip.cpp | 8c2a3f52c815c632172013de78d4efd4ab33d72b | [
"Apache-2.0"
] | permissive | nsharsha/Graphics-Lab | 4b82eecbb99bcf648f616bb76c2d78e9b0660ebc | 984762eea0a39b402c55d110d53efed1bef60a9c | refs/heads/master | 2021-09-28T18:08:32.037949 | 2018-11-19T06:37:10 | 2018-11-19T06:37:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,345 | cpp | #include <windows.h>
#include "Line.h"
#include "ClipUtil.h"
#include <algorithm>
using namespace std;
int code(double x, double y)
{
return ( ((x < gDrawData.clipMin.x) << 3) +
((x > gDrawData.clipMax.x) << 2) +
((y < gDrawData.clipMin.y) << 1) +
(y > gDrawData.clipMax.y));
}
//v... | [
"roopansh.bansal@gmail.com"
] | roopansh.bansal@gmail.com |
0b1d09bc9645469dfb407d18286fa455d86a24c7 | 4d2eee3b79bd4edefaaaf6e3c1b3d4e1048f9be3 | /src/main.cpp | e611e24cc1bdb768435b6939332de9cc4eae1f08 | [] | no_license | GuoJaw/MobileNetSSD_CPP | 6eeef0ec3a4e512d976d4db75f0f12e722fb6185 | 155d70b460d241faf3e6e0b37483b4248e843e93 | refs/heads/master | 2020-03-18T06:27:58.836958 | 2018-07-18T08:53:37 | 2018-07-18T08:53:37 | 134,397,439 | 3 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,141 | cpp | #include "ssd_detect.hpp"
#include <sstream>
#include <iostream>
const int isMobilenet = 1;
DEFINE_string(mean_file, "", "The mean file used to subtract from the input image.");
#if isMobilenet
DEFINE_string(mean_value, "127", "If specified, can be one value or can be same as image channels"
" - would subtract ... | [
"guojawee@sina.cn"
] | guojawee@sina.cn |
93ec79233d0cd28f70347890347658ace4eaccf2 | 768902646f5cde477706061591c58b4a5c3fb2aa | /src/net.cpp | 04cd18aec1a2f682b421f06f90c70450071691ad | [
"MIT"
] | permissive | kbsphp/bitcoinlove | 8faf35381c8972c5756cda1161eda8e28638a18c | 27cf6eaacf8cef72b0ea6181581ed199f5d4c354 | refs/heads/master | 2020-12-10T09:57:18.882648 | 2020-01-20T06:19:22 | 2020-01-20T06:19:22 | 233,560,306 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 64,065 | cpp | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-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.
#include "db.h"
#include "net.h"
#include "init.h"
#include "addrman.h"
#include "... | [
"sharanjit@kbs.com"
] | sharanjit@kbs.com |
9f567eb93a4bf8f9ea532f480309d80a76a46874 | 204863ff3ca753c774f47bf566fd59e934d55f6d | /include/wex/pdf/pdffontsubsetcff.h | c081a8cc6f93f5d09b09f6dae180e4a7962051f1 | [
"MIT",
"BSD-2-Clause"
] | permissive | mjwagner2/wex | c7e9f1e68fa39eb673496bf4fc37c83df85c9d0a | 000656aadb6a4f627d56981c0a31a8478c651592 | refs/heads/master | 2020-03-19T10:11:37.790198 | 2018-02-15T05:21:07 | 2018-02-15T05:21:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,911 | h | ///////////////////////////////////////////////////////////////////////////////
// Name: pdffontsubsetcfft.h
// Purpose:
// Author: Ulrich Telle
// Modified by:
// Created: 2008-06-24
// Copyright: (c) Ulrich Telle
// Licence: wxWindows licence
////////////////////////////////////////... | [
"aron.dobos@outlook.com"
] | aron.dobos@outlook.com |
21ea57ead42661ee453f7451662510f51c623e46 | 3f2280d3e297e7e2d19c7a0aa3e907385797a0f7 | /src/mainConvolution.cpp | 27055b83d6d87ea62185aaeb5c61ff3dbc0dc4ff | [] | no_license | daehli/image-processing | 54c9dd01909f133d491d0df0fe1fab73d46fa0a5 | 23d9139faa87a475514b5afe92f9c06e3e373b32 | refs/heads/master | 2021-08-30T02:36:40.621935 | 2017-12-15T18:54:05 | 2017-12-15T18:54:05 | 114,401,732 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,313 | cpp | /*
Pour compiler le fichier
g++ mainConvolution.cpp -o mainCon
./mainCon ../images/base/boat.pgm
*/
#include <fstream>
#include <iostream>
#include "bas_niveau.hpp"
#include <cstdint>
int main(int argc,const char * argv[]){
if (argc != 2){
std::cout << "Vous devez appelez le programme " << argv... | [
"daehlinadeauotis@gmail.com"
] | daehlinadeauotis@gmail.com |
ecbe8e4dede45dd2ab965520e4fbd5f36a820f54 | 88ae8695987ada722184307301e221e1ba3cc2fa | /pdf/pdfium/pdfium_engine.cc | 109603867abf4ec341a28fd3008090a8cdbf09a2 | [
"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 | 152,211 | cc | // Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "pdf/pdfium/pdfium_engine.h"
#include <math.h>
#include <stddef.h>
#include <stdint.h>
#include <algorithm>
#include <limits>
#include <memory>
#include <set>
#inclu... | [
"jengelh@inai.de"
] | jengelh@inai.de |
558ee38798c54028eb42d525a15bec8781ff39ff | 1610e29f24c56e75f903cc06d5c63f70d872854a | /TP3/revolution/revolution_Pelage/src/p3d/render/GLRender.cpp | 8a1ba78245568cdb2c711fa0a39b99443e000479 | [] | no_license | FXpel/M3DS | 50c66266504a321af38b8d64bbe7fafe84a65fe4 | 1e03eff05aaae0d4cce80085188bf40175edd697 | refs/heads/master | 2021-01-26T04:22:49.200592 | 2020-05-22T12:39:00 | 2020-05-22T12:39:00 | 243,305,584 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,344 | cpp | #include "GLRender.h"
#include "Shader.h"
#include "Matrix3.h"
#include "Matrix4.h"
#include "Vector3.h"
#include "Tools.h"
#include <iostream>
/**
@author F. Aubert
@brief offers a (very) simple gl renderer for common operations (global projection, modelview, material, common shaders)
**/
using namespace std... | [
"fxpel@DESKTOP-CRSKG6H.localdomain"
] | fxpel@DESKTOP-CRSKG6H.localdomain |
0fa582635e62b5c19be106032c57a722e912a8b5 | accdd63eec80313e1a304b7f8982eb4a9abd6aa4 | /algorithm/cpp/linklist/include/list.h | 3b0d49b0100b95bdb0d7c589d2062d8d55479816 | [] | no_license | duchangtuan/Basic_Algorithm | 258123c7a309b62e225b710483e7798a524b5fe4 | b868eece25d1ad7da5937ff356eef3fab06ef96e | refs/heads/master | 2021-01-17T08:47:10.532117 | 2018-08-23T12:58:36 | 2018-08-23T12:58:36 | 61,936,512 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,256 | h | #ifndef NODELIST_H
#define NODELIST_H
#include<vector>
struct ListNode {
int val;
ListNode *next;
ListNode(int x) : val(x), next(NULL){}
};
class LinkList {
public:
ListNode *createListNode(std::vector<int> &nums);
void printListNode(ListNode *head);
ListNode *mergedTwoLists(ListNode *l1... | [
"fengxi1986@gmail.com"
] | fengxi1986@gmail.com |
ab7a881bc41f478ad2812b007b7f44132b6a6559 | 4cc3e12f036c53c6dd0ccccd34c9fca931a5f445 | /lib/Temporizador/Temporizador.h | 7522a57005dcaa03f6b01e1469d4996f723652dc | [] | no_license | hudsonmiranda/automationesp | 3cd9586b9045c4e7d54a83ecba84d7fd843ce961 | a54a25dcd3384f8528c3bd860b29a3b6ea3b2a2d | refs/heads/master | 2022-12-30T01:12:58.035205 | 2020-10-09T18:07:00 | 2020-10-09T18:07:00 | 297,098,854 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 814 | h | /*
* Temporizador.h
*
* Created on: Sep 20, 2020
* Author: hudsonm
*/
#ifndef LIB_TEMPORIZADOR_TEMPORIZADOR_H_
#define LIB_TEMPORIZADOR_TEMPORIZADOR_H_
#include <Arduino.h>
#include <LiquidCrystal_I2C.h>
#include <Naveg.h>
struct Timer
{
short dia,
time[10][4];
};
class Temporizador : public Naveg ... | [
"91.hudson@gmail.com"
] | 91.hudson@gmail.com |
6952ce6426734e52c5848c38277510dcaa5afa11 | a3ed36263839b2c50f39773f6c8c0b8780b0ee30 | /342. Power of Four.cpp | 8947ae1302f75c17beed11db523cefcf2cec1723 | [] | no_license | ysyncby/Leetcode | 52c0556f509a4dc157527c160c595d4cb72899ce | 775836d0d91eb08d376220796b09b401199bbcd6 | refs/heads/master | 2021-05-27T02:40:05.682917 | 2019-10-31T03:02:05 | 2019-10-31T03:02:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 491 | cpp | // 跟power of two 差不多。
class Solution {
public:
bool isPowerOfFour(int num) {
if(num<=0)
return false;
int cnt = 0;
for(int i=0;i<32;i++){
if(i%2==0){
if(((num>>i)&1)==1)
++cnt;
if(cnt>=2)
return f... | [
"879090429@qq.com"
] | 879090429@qq.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.