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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
24962c6e6c5d46ef7b6c8983bd4a802d96b99147 | c50c30e511946ddb660a2e25bfb81376faad6d08 | /src/masternode-payments.cpp | 282f5e03f7bfc736e977f8bb12a623aa33210fac | [
"MIT"
] | permissive | ultranatum/ultragate | e52fd316761fde9996f52e7e98ddf7475d915a88 | b4773b11f358932cbdbd8f738b0648bd4ee5f385 | refs/heads/master | 2022-07-23T21:26:27.488403 | 2022-06-21T11:27:42 | 2022-06-21T11:27:42 | 175,899,669 | 4 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 31,404 | cpp | // Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2019 The PIVX developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "masternode-payments.h"
#include "addrman.h"
#include "chainparams.h"
#in... | [
"ultranatum@web.de"
] | ultranatum@web.de |
9ef7d6c35b1441ed57d539b17c235089e426f467 | 59bf36d2e39ecd8ecad2375ed6a8788d0559d7df | /FootSoldier.hpp | 72801ec973a8f15989cef1ba2630c05d112601f1 | [
"MIT"
] | permissive | YehielSiri/c-assignment-4 | e8b1bcd4c694d9a34dffface00688873c61fa7ed | ed967e170c61de8623e14243b06bca2751a4be99 | refs/heads/master | 2022-08-01T12:28:09.515921 | 2020-05-20T22:15:41 | 2020-05-20T22:15:41 | 266,506,489 | 0 | 0 | MIT | 2020-05-24T09:13:01 | 2020-05-24T09:13:00 | null | UTF-8 | C++ | false | false | 123 | hpp | #pragma once
#include "Soldier.hpp"
class FootSoldier: public Soldier{
public:
FootSoldier(int team){}
}; | [
"Itamarzo0@gmail.com"
] | Itamarzo0@gmail.com |
38503bf798270b147e7d94523b890566d9aad272 | 1817295bb117c18930fa04e2ada5b8a938e2ab2b | /src/Magnum/Renderer.h | dc09ab92ba91a58c86136eab2daf998aab4f5c27 | [
"MIT"
] | permissive | torkos/magnum | eedd480ec04e1884dfa74691791eb57e784e4374 | e2bd3943003860d7a9819f0e0d99b7f952b50c59 | refs/heads/master | 2021-01-18T05:38:00.007157 | 2015-02-08T22:27:01 | 2015-02-08T22:32:59 | 30,578,141 | 0 | 1 | null | 2015-02-10T06:18:04 | 2015-02-10T06:18:04 | null | UTF-8 | C++ | false | false | 43,669 | h | #ifndef Magnum_Renderer_h
#define Magnum_Renderer_h
/*
This file is part of Magnum.
Copyright © 2010, 2011, 2012, 2013, 2014, 2015
Vladimír Vondruš <mosra@centrum.cz>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentatio... | [
"mosra@centrum.cz"
] | mosra@centrum.cz |
d22272bfd5b128d2a7b9adce7541841a9ff7906a | c47e002922aa40e72f01c035ff23d72c6c07b437 | /lintcode2/superuglynumber.cpp | c8e1c8f67d5ad15ede697a8c771e9126adfe0954 | [
"Apache-2.0"
] | permissive | WIZARD-CXY/pl | 4a8b08900aa1f76adab62696fcfe3560df7d49a9 | db212e5bdacb22b8ab51cb2e9089bf60c2b4bfca | refs/heads/master | 2023-06-10T00:05:37.576769 | 2023-05-27T03:32:48 | 2023-05-27T03:32:48 | 27,328,872 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 775 | cpp | class Solution {
public:
/**
* @param n a positive integer
* @param primes the given prime list
* @return the nth super ugly number
*/
int nthSuperUglyNumber(int n, vector<int>& primes) {
// Write your code here
int len=primes.size();
vector<int> ugly(n,INT_M... | [
"wizard_cxy@hotmail.com"
] | wizard_cxy@hotmail.com |
a81ec504ae6edc0de962cc52059ff06fc4731648 | 6b40e9cba1dd06cd31a289adff90e9ea622387ac | /Develop/Server/GameServerOck/main/GNPCStress.cpp | 000d4ba3410ad89eccb0f514959c2eecaf70c809 | [] | no_license | AmesianX/SHZPublicDev | c70a84f9170438256bc9b2a4d397d22c9c0e1fb9 | 0f53e3b94a34cef1bc32a06c80730b0d8afaef7d | refs/heads/master | 2022-02-09T07:34:44.339038 | 2014-06-09T09:20:04 | 2014-06-09T09:20:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,042 | cpp | #include "StdAfx.h"
#include "GNPCStress.h"
#include "GEntityNPC.h"
#include "GModuleAI.h"
#include "GColtMgr.h"
GNPCStress::GNPCStress(GEntityNPC* pOwner)
: m_pOwner(pOwner)
, m_nStress(0)
, m_bStressChanged(false)
{
m_pOwner->AttachObserver(this);
}
GNPCStress::~GNPCStress(void)
{
m_pOwner->Detach... | [
"shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4"
] | shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4 |
2b54df722689aa83faf4af10fd149503f7430fc7 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/collectd/gumtree/collectd_repos_function_1694_collectd-5.6.1.cpp | 4feda4254a2ff156804947e91ad0cc97beb8071b | [] | 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 | 589 | cpp | static void lvm_submit (char const *plugin_instance, char const *type_instance,
uint64_t ivalue)
{
value_t v;
value_list_t vl = VALUE_LIST_INIT;
v.gauge = (gauge_t) ivalue;
vl.values = &v;
vl.values_len = 1;
sstrncpy(vl.host, hostname_g, sizeof (vl.host));
sstrncpy(vl.plugin, "lvm... | [
"993273596@qq.com"
] | 993273596@qq.com |
0ec0b36d033fb52200abd5f97aaf50bcd31178d7 | c2abb873c8b352d0ec47757031e4a18b9190556e | /src/MyGUIEngine/include/MyGUI_SkinManager.h | 0ccce3ab80cf8684c3c93facf95abfe987f380b8 | [] | no_license | twktheainur/vortex-ee | 70b89ec097cd1c74cde2b75f556448965d0d345d | 8b8aef42396cbb4c9ce063dd1ab2f44d95e994c6 | refs/heads/master | 2021-01-10T02:26:21.913972 | 2009-01-30T12:53:21 | 2009-01-30T12:53:21 | 44,046,528 | 0 | 0 | null | null | null | null | WINDOWS-1251 | C++ | false | false | 1,987 | h | /*!
@file
@author Albert Semenov
@date 11/2007
@module
*/
#ifndef __MYGUI_SKIN_MANAGER_H__
#define __MYGUI_SKIN_MANAGER_H__
#include "MyGUI_Prerequest.h"
#include "MyGUI_Instance.h"
#include "MyGUI_WidgetDefines.h"
#include "MyGUI_XmlDocument.h"
namespace MyGUI
{
class _MyGUIExport SkinManage... | [
"twk.theainur@37e2baaa-b253-11dd-9381-bf584fb1fa83"
] | twk.theainur@37e2baaa-b253-11dd-9381-bf584fb1fa83 |
9c9b9762f362ab487da373d8d373f20fdd3d93d7 | fdfeb3da025ece547aed387ad9c83b34a28b4662 | /Applied/CCore/inc/net/PTPConBase.h | 741be9fa3622b8432626fcbf8e03289daaf58cf9 | [
"FTL",
"BSL-1.0"
] | permissive | SergeyStrukov/CCore-3-xx | 815213a9536e9c0094548ad6db469e62ab2ad3f7 | 820507e78f8aa35ca05761e00e060c8f64c59af5 | refs/heads/master | 2021-06-04T05:29:50.384520 | 2020-07-04T20:20:29 | 2020-07-04T20:20:29 | 93,891,835 | 8 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,035 | h | /* PTPConBase.h */
//----------------------------------------------------------------------------------------
//
// Project: CCore 3.01
//
// Tag: Applied
//
// License: Boost Software License - Version 1.0 - August 17th, 2003
//
// see http://www.boost.org/LICENSE_1_0.txt or the local copy
//
// Copyrig... | [
"sshimnick@hotmail.com"
] | sshimnick@hotmail.com |
e8d8e65b416ede5939f0e024532ed5975f4bb30f | b3310d8daefc2bb52c0dc844c7f7399466c60cfc | /cMainGame.cpp | 6d70f295800a79d36b2c5dc8752d92093ce2fcb5 | [] | no_license | LalDi/SmileGate_Project | b89783c296924bedb33a7aa622f023bdbb8f383c | 03d6a115f2143d5dd2dec060fea1c901ea694d1b | refs/heads/master | 2022-11-24T13:01:15.986313 | 2020-07-30T14:34:42 | 2020-07-30T14:34:42 | 276,552,771 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 2,294 | cpp | #include "Framework.h"
cMainGame::cMainGame()
{
ImageManager = nullptr;
SceneManager = nullptr;
InputManager = nullptr;
SoundManager = nullptr;
}
cMainGame::~cMainGame()
{
Release();
}
void cMainGame::Init()
{
srand(time(NULL));
ImageManager = new cImageManager();
SceneManager = new cSceneManager();
InputM... | [
"jungjh0513@naver.com"
] | jungjh0513@naver.com |
4f4db1b659fc428c00ed4f664868447d10c29ae9 | bc8418c96b77a812a1fb8f82d11ac3baeeb12085 | /windows/CreateEtwTrace.cpp | cc4aed152a3fa3396bd8a49bb39d552a8334219c | [] | no_license | CaledoniaProject/public-src | f9a62dbd727109b2cec0c991cd47d88575295e75 | a8c5aafa8eddbd989cd1412f2d68b95393968dc8 | refs/heads/master | 2023-08-30T21:29:35.414886 | 2023-08-27T00:55:42 | 2023-08-27T00:55:42 | 218,477,380 | 14 | 10 | null | null | null | null | UTF-8 | C++ | false | false | 2,839 | cpp | // TODO: 没有做Trace的关闭
//
// 来自
// https://tttang.com/archive/1612/
#include <windows.h>
#include <evntcons.h>
#include <stdio.h>
#define AssemblyDCStart_V1 155
static GUID ClrRuntimeProviderGuid = { 0xe13c0d23, 0xccbc, 0x4e12, { 0x93, 0x1b, 0xd9, 0xcc, 0x2e, 0xee, 0x27, 0xe4 } };
const char name[] = "dotnet trace1"... | [
"commit@github.com"
] | commit@github.com |
197c49d1be54c8499cccd30aaee2f63bce5b23b6 | dbb74305face6ff163847667798298185f7d68b6 | /mimmaxoperations/max_min.cpp | 3db307cc207a39a93ac666a16befbf73ff99fefc | [
"BSD-2-Clause"
] | permissive | Sinchiguano/Algorithmic-Toolbox | 33afabdce3a7307ed4a4d0f443b006154a9ed0b0 | 7e9dda588a72356fc43fa276016fc3486be47556 | refs/heads/master | 2020-03-27T22:32:53.785683 | 2018-09-15T22:05:11 | 2018-09-15T22:05:11 | 147,240,634 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 842 | cpp | /*
* max_min.cpp
* Copyright (C) 2018 CESAR SINCHIGUANO <cesarsinchiguano@hotmail.es>
*
* Distributed under terms of the BSD license.
*/
#include<iostream>
#include<algorithm>
//g++ -std=c++14 -o temp sort.cpp
using namespace std;
/*compare function for strings*/
bool myMaxCompare(string a, string b)
{
re... | [
"cesarsinchiguano@hotmail.es"
] | cesarsinchiguano@hotmail.es |
4e338d0078fe03caf8bc7e4200a9333e8dd6371b | e6837c0ef7be61b0ba42e81cf925159e80be84c9 | /pgadmin/schema/pgPolicy.cpp | 050f677a35ff5dc7853e5fc5d8be3f30dff874f6 | [
"PostgreSQL"
] | permissive | jelitox/pgadmin3 | 80eb7a19c02e248e24add1692b8dc5c9140c0acd | 8ffb338e322d6e54b3ba06687708e5c8072451b3 | refs/heads/master | 2021-10-19T15:29:35.947903 | 2019-02-22T04:03:03 | 2019-02-22T04:03:03 | 171,987,206 | 0 | 0 | NOASSERTION | 2019-02-22T03:20:37 | 2019-02-22T03:20:37 | null | UTF-8 | C++ | false | false | 6,622 | cpp | //////////////////////////////////////////////////////////////////////////
//
// pgAdmin III - PostgreSQL Tools
//
// Copyright (C) 2002 - 2016, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// pgPolicy.cpp - Policy class
//
///////////////////////////////////////////////////... | [
"jel1284@gmail.com"
] | jel1284@gmail.com |
c5a22be07753693833632cc7a014eedcf53665b6 | 8e9f67d56cab10affc9ee8912d36435e6cd06245 | /Sandbox/src/gui/MainWindow.cpp | 019dc17f64bccd2eaee041ee66a9b96d55eba7ee | [] | no_license | Cooble/NiceDay | 79d4fd88d5ee40b025790bf3b7a2fd80fa966333 | 56b507b1f853240493affae82ad792f8054d635a | refs/heads/master | 2023-08-18T23:21:44.348957 | 2023-01-20T18:23:07 | 2023-01-20T18:23:07 | 179,539,325 | 14 | 0 | null | 2021-05-12T17:34:09 | 2019-04-04T16:52:23 | JavaScript | UTF-8 | C++ | false | false | 18,164 | cpp | #include "MainWindow.h"
#include "core/App.h"
#include "event/MessageEvent.h"
#include "gui/GUIContext.h"
#include "GUICustomRenderer.h"
#include "Translator.h"
#include "world/WorldsProvider.h"
#include "window_messeages.h"
#include "event/ControlMap.h"
#include "event/KeyEvent.h"
#include "core/NBT.h"
#include "file... | [
"minekoza@gmail.com"
] | minekoza@gmail.com |
5f1e9eb34f109393aebebae6a68bfb7073cee4d6 | 9f1c4be5e964218d161423f1eebcd43b548a5456 | /FirstMFCDlg/FirstMFCDlg.cpp | b66be1d92d8080a23825f2bd0b926c3cc3a7ce8b | [] | no_license | Jeanhwea/WindowsProgramming | 914f542b6e1555cb2118a63d1a24154bb52fe133 | 432545e5b5576d010fbbeb5ceacb310c73668cad | refs/heads/master | 2021-01-10T16:34:34.183295 | 2016-02-24T12:21:25 | 2016-02-24T12:21:25 | 48,323,880 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,918 | cpp |
// FirstMFCDlg.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "FirstMFCDlg.h"
#include "CFirstMFCDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CFirstMFCDlgApp
BEGIN_MESSAGE_MAP(CFirstMFCDlgApp, CWinApp)
ON_COMMAND(ID_HELP, &CWinApp::OnHelp)
END_MESSAGE_MAP()
// CFirstMFCDlgApp 构造
CFirstMFCDlgApp:... | [
"hujinghui@buaa.edu.cn"
] | hujinghui@buaa.edu.cn |
b24fa173cd21f04aff231fb2e3637eedb81bd999 | d38a0692cd1759367b25a65261335a3be9040fb6 | /Challenges/C_CPP/0017_dangling_reference/factoryComplex.cpp | 4852e454339e8ffd9db901da4c88c1095585b196 | [
"MIT"
] | permissive | saucec0de/sifu | 8308f43e70e084002233b944ca0c9becbcb91571 | 7924844e1737c7634016c677237bccd7e7651818 | refs/heads/main | 2023-01-28T11:22:18.058418 | 2020-12-02T14:10:01 | 2020-12-02T14:10:01 | 317,881,746 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 959 | cpp | #include <iostream>
#include <complex>
#include <new>
#include "factoryComplex.h"
//Constructor allocates the complexContainer array of MAX elements
FactoryComplex::FactoryComplex(int _max): max(_max){
position = 0;
complexContainer = new std::complex<int>[max];
}
//Creates a complex number, stores it in the... | [
"tiago.gasiba@gmail.com"
] | tiago.gasiba@gmail.com |
8dcb80809909f813b37994e8f8d58f592d3e176e | 43e9ceece978228be0c9859fb43edfd3a4c266a0 | /cytosim/src/base/random_inline.h | fe03b63b61c5dfcf4fd762d63134c81277a0efb1 | [] | no_license | CyCelsLab/Multi-aster-swaming | ef4eb28d229235ee9887c12bf5792dfe8ea6d3e1 | a3fb7241960c3664a245210accd6bd0ffcbfe4f0 | refs/heads/master | 2022-11-19T22:39:20.914910 | 2020-07-25T18:06:34 | 2020-07-25T18:06:34 | 260,443,252 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,522 | h | //RCS: $Id: random_inline.h,v 2.1 2005/01/10 17:27:47 foethke Exp $
// Modified by F. Nedelec, October 2002 and later for the needs of Cytosim
// 29 March 2003: added gaussian random numbers
// August 2003: added signed integer arguments to pint_()
// Sept 2003: added random integer according to given distribution
// ... | [
"khetanneha@gmail.com"
] | khetanneha@gmail.com |
846d56d04eeea0facb5d953a037b69179bfc68d8 | 492976adfdf031252c85de91a185bfd625738a0c | /src/Game/AI/Action/actionDieAnmDropWeapon.h | 56706ba156a4c86be0b6397ecef0cf021d0b7c0a | [] | no_license | zeldaret/botw | 50ccb72c6d3969c0b067168f6f9124665a7f7590 | fd527f92164b8efdb746cffcf23c4f033fbffa76 | refs/heads/master | 2023-07-21T13:12:24.107437 | 2023-07-01T20:29:40 | 2023-07-01T20:29:40 | 288,736,599 | 1,350 | 117 | null | 2023-09-03T14:45:38 | 2020-08-19T13:16:30 | C++ | UTF-8 | C++ | false | false | 535 | h | #pragma once
#include "Game/AI/Action/actionDieAnm.h"
#include "KingSystem/ActorSystem/actAiAction.h"
namespace uking::action {
class DieAnmDropWeapon : public DieAnm {
SEAD_RTTI_OVERRIDE(DieAnmDropWeapon, DieAnm)
public:
explicit DieAnmDropWeapon(const InitArg& arg);
~DieAnmDropWeapon() override;
v... | [
"leo@leolam.fr"
] | leo@leolam.fr |
e8421ef77349225f849e63a9683d2229a076ad84 | cf8594eb75f873cdc769a92b341114cc0591947a | /Programz Other/Concepts/home task 13 dif tasks/home task 13 dif tasks/Source2.cpp | 6a504055bed00aa3a075fa1e5255e297b80231b3 | [] | no_license | Tayyibah/PF | 1bcb2494e23e088f0100fb64f3accf3e1d9b7f54 | 47417af17c15053c54a16f14ec501084de078ed0 | refs/heads/master | 2021-06-28T05:23:08.954593 | 2017-08-14T11:44:55 | 2017-08-14T11:44:55 | 100,258,409 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 379 | cpp | //#include<iostream>
//using namespace std;
//class base1
//{
//public:
// int a,b;
//};
//class base2
//{
//public:
// int c,d;
//};
//class derive:public base1, public base2 {};
//void main()
//{
// derive obj;
// //Assume: starting address of
// //obj is 100
// cout<<sizeof(obj);
// base1 *ptrb1=&obj;
// base2 *pt... | [
"tayyibahalauddin@gmail.com"
] | tayyibahalauddin@gmail.com |
10c033efc8ac871282c189a8d70eaa92fdfb7d7b | dfe192faadd39dfdb821ac503d577ee7010b69d3 | /states/TriangleSelector.cpp | 736e864b5d34c98449362d259e20f4e19faf962b | [] | no_license | hecrj/simplegl | 2b4ff4d6938540447f288708f1fb5b76d85cb93c | c47e22dae55a5ee66ec2ce8bc0d4d02c4c8c9436 | refs/heads/master | 2016-09-11T11:24:08.263718 | 2013-11-18T18:01:52 | 2013-11-18T18:01:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,373 | cpp | /**
* File: TriangleSelector.cpp
* Author: hector
*/
#include "TriangleSelector.h"
#if defined(__APPLE__)
#include <OpenGL/OpenGl.h>
#include <GLUT/GLUT.h>
#else
#include <GL/gl.h>
#include <GL/freeglut.h>
#endif
#include <iostream>
using namespace std;
TriangleSelector::TriangleSelector(Viewport* windo... | [
"hector0193@gmail.com"
] | hector0193@gmail.com |
2ea07a619d0e8afcf063d78994c889d2188805d5 | dd2bcd6e829347eef6ab8020bd8e31a18c335acc | /ThisIsASoftRenderer/Editor/XTP/Source/Chart/Diagram/RadarDiagram/XTPChartRadarDiagramView.h | f228602491ab3b9a3ea94b7623d4ea75d35e5ea3 | [] | no_license | lai3d/ThisIsASoftRenderer | 4dab4cac0e0ee82ac4f7f796aeafae40a4cb478a | a8d65af36f11a079e754c739a37803484df05311 | refs/heads/master | 2021-01-22T17:14:03.064181 | 2014-03-24T16:02:16 | 2014-03-24T16:02:16 | 56,359,042 | 1 | 0 | null | 2016-04-16T01:19:22 | 2016-04-16T01:19:20 | null | UTF-8 | C++ | false | false | 5,050 | h | // XTPChartRadarDiagramView.h
//
// This file is a part of the XTREME TOOLKIT PRO MFC class library.
// (c)1998-2011 Codejock Software, All Rights Reserved.
//
// THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE
// RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT THE EXPRESSED WRITTEN
// CONSENT OF ... | [
"54639976@qq.com"
] | 54639976@qq.com |
efcd126f43a52640bd2b81839ba1476b48ed4ecb | 801b9f7cd0f7b5c63bca2adb18bb9fbf2d0f5b44 | /src/PhoneHighlightAlt2.h | 788b9d8f0853bc6b57f6f797077613070429b05d | [
"MIT"
] | permissive | ystanislavyk/phone-highlight | 4e58cf02685e246201cfc885f0cf4fe394460121 | 5509d0780d6e84bae4d908e01bc63157aac0cbca | refs/heads/master | 2021-10-25T05:21:12.627369 | 2019-04-01T21:08:27 | 2019-04-01T21:08:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 788 | h | // Copyright [2019] <Malinovsky Rodion> (rodionmalino@gmail.com)
#include "PhoneHighlightUtil.h"
#include <string>
namespace rms {
/**
* @brief Get the Phone Highlight object. UTF32 version. Indexes are zero based. Range is [begin, end] where begin and end are first
* and the last elements of the match range.
*
... | [
"rodionmalino@gmail.com"
] | rodionmalino@gmail.com |
05b83902c8a82338d8e95505726f7f6012b61719 | e51a99c13169d41094d4ee8440faaa7df668172a | /FPVTransport/hori_xtionrgb/include/socketClass.h | 2c5d5cbcac99cc7657953222fa2e0d2ad9d31ee3 | [] | no_license | CEfanmin/Pyramid | 9f2125b4b328d05516cca59541319440d36666e8 | 8c5d9c20dbde6b4db94df021a4106bcf49220404 | refs/heads/main | 2023-03-13T04:45:34.111746 | 2021-03-04T11:36:10 | 2021-03-04T11:36:10 | 320,573,263 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,403 | h | #pragma once
#include <iostream>
#include <sstream>
#include <sys/types.h>
#include <sys/socket.h>
#include <stdio.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
#include <fcntl.h>
#include <sys/shm.h>
class mySocket{
public:
mySocket();
~mySocket... | [
"840831204@qq.com"
] | 840831204@qq.com |
9d387c8c46541abf2c16173b122e79a45df00a06 | 043eb9b100070cef1a522ffea1c48f8f8d969ac7 | /ios_proj/wwj/Classes/Native/mscorlib_System_Collections_ObjectModel_ReadOnlyCo3038217833.h | 54f8767ab9dbe1c778fdb9a0b598125cfc4dd8ad | [] | no_license | spidermandl/wawaji | 658076fcac0c0f5975eb332a52310a61a5396c25 | 209ef57c14f7ddd1b8309fc808501729dda58071 | refs/heads/master | 2021-01-18T16:38:07.528225 | 2017-10-19T09:57:00 | 2017-10-19T09:57:00 | 100,465,677 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,206 | h | #pragma once
#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <stdint.h>
#include "mscorlib_System_Object2689449295.h"
// System.Collections.Generic.IList`1<MonsterLove.StateMachine.IStateMachine>
struct IList_1_t3393372742;
#ifdef __clang__
#pragma c... | [
"Desmond@Desmonds-MacBook-Pro.local"
] | Desmond@Desmonds-MacBook-Pro.local |
99b73cd554a5dc6df1ffb498e1e8eaea45d5a35f | eb13824ebccd9e25c2866a6de9745cf835df662f | /LR3/singleattributesearchwindow.cpp | 9454dbf5b924699e12b1962e6f298765731f9e0b | [] | no_license | DmitryDankov207/labs | 4101c85f1b2b67ff775e34a546f8d9336a51179f | 6e9319bd4c02762fa756e1c53fab8677cc1f0e5d | refs/heads/master | 2022-01-31T15:41:36.225530 | 2019-06-24T22:22:14 | 2019-06-24T22:22:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 435 | cpp | #include "singleattributesearchwindow.h"
#include "ui_singleattributesearchwindow.h"
SingleAttributeSearchWindow::SingleAttributeSearchWindow(QWidget *parent) :
QDialog(parent),
ui(new Ui::SingleAttributeSearchWindow)
{
ui->setupUi(this);
}
SingleAttributeSearchWindow::~SingleAttributeSearchWindow()
{
... | [
"12ddankov12@gmail.com"
] | 12ddankov12@gmail.com |
818f24bf8a596c3f4b5b20b3b3817b0d54ddb11e | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/git/gumtree/git_repos_function_4475_git-2.5.6.cpp | 4b2de501b15d011faf835199ce078b24d01f187a | [] | 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 | 316 | cpp | static const char *skip_tree_prefix(const char *line, int llen)
{
int nslash;
int i;
if (!p_value)
return (llen && line[0] == '/') ? NULL : line;
nslash = p_value;
for (i = 0; i < llen; i++) {
int ch = line[i];
if (ch == '/' && --nslash <= 0)
return (i == 0) ? NULL : &line[i + 1];
}
return NULL;
} | [
"993273596@qq.com"
] | 993273596@qq.com |
145a62447b73f9cf59418d726d9d4f6b8ba9ab9e | e6c80d747be1496b9c0ebcc8a8bc33bd64eb17dd | /Codes/C++ Programs/Others/Access the elements of a vector through an iterator..cpp | 28c217fce8d166f802f5b11e4dc7454c91bd5254 | [] | no_license | developersbk/Universal_Code_Snippets | 56b25fb43cc2c67113e97e691cc48f8a0b0193f6 | 0001535476a5743c0557c5ce2c3ffc13c6ee8791 | refs/heads/master | 2023-02-24T08:16:57.240264 | 2020-02-29T01:21:46 | 2020-02-29T01:21:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 825 | cpp | Access the elements of a vector through an iterator.
#include <iostream>
#include <vector>
using namespace std;
int main()
{
vector<int> vectorObject(10);
vector<int>::iterator p;
int i;
p = vectorObject.begin();
i = 0;
while(p != vectorObject.end()) {
*p = i;
p++; ... | [
"sbkannath1996@gmail.com"
] | sbkannath1996@gmail.com |
29ee784726502d4037d46317c73f64c1b09909c8 | 40bdc1a307583f1ea1783eef84158c05e8826883 | /src/nix/queue.hxx | 39da92dcb1d8cccb9a28f53dd06945201979c0a0 | [] | no_license | mcptr/nixsrv | be722f6fe08ef9b529712921f89a2765c41dda94 | 83b54ebe5db381493a9776c607cca41f8aa136a1 | refs/heads/master | 2020-03-07T17:54:35.304114 | 2018-04-01T11:49:08 | 2018-04-01T11:49:08 | 127,624,111 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,875 | hxx | #ifndef NIX_QUEUE_HXX
#define NIX_QUEUE_HXX
#include <queue>
#include <string>
#include <mutex>
#include <condition_variable>
#include <memory>
#include <atomic>
#include "nix/common.hxx"
namespace nix {
template<class T>
class Queue
{
public:
Queue() = delete;
Queue(const Queue& other) = delete;
Queue& operat... | [
"minus@noise-nation.net"
] | minus@noise-nation.net |
da3286d69b083976a53375bc01647f34478038ad | 765fdaabaf4ec08896d5857826e55d4e6954e275 | /SW/Click Examples mikroC/Examples/HEXIWEAR_AirQ_Click/example/ARM/HEXIWEAR_AirQ_Click.cp | 023ed5cf4fdf6a404b04307248a146fe54ba2b75 | [] | no_license | addielvega/Hexiware | 79a1f42cc07d4d97203051ca3c483329ae9ae442 | 664beab95999f0c7050da3b22edf5e672eb50ff5 | refs/heads/master | 2021-01-12T06:23:48.987813 | 2016-12-26T03:02:22 | 2016-12-26T03:02:22 | 77,353,552 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,459 | cp | #line 1 "D:/Marko/tasks/freescale/svn/Hexiwear/MK64/5. Click Demos/1. mikroC/2. Primeri/HEXIWEAR_AirQ_Click/example/ARM/HEXIWEAR_AirQ_Click.c"
#line 1 "d:/marko/tasks/freescale/svn/hexiwear/mk64/5. click demos/1. mikroc/2. primeri/hexiwear_airq_click/example/arm/oled_driver.h"
#line 1 "d:/marko/tasks/freescale/svn/he... | [
"viktor.milovanovic@mikroe.com"
] | viktor.milovanovic@mikroe.com |
7815481a5a8944fbaabff663b4bf3c9376ac7e18 | e4a4242f04e66a33c31ad73e99fd5a9db5663a28 | /include/broker/errors.hpp | c7b851c013f1b2028ce60be5e88f714755be3e8d | [] | no_license | Vin5/0broker | e8bea8bc4437f6178e6a50d617f50f6bc359cb3e | a4f0ad295bb1345feb97b089a45b683364701f29 | refs/heads/master | 2021-01-13T02:27:10.887286 | 2014-03-08T08:23:54 | 2014-03-08T08:23:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 685 | hpp | #ifndef ERRORS_HPP
#define ERRORS_HPP
#include <stdexcept>
#include <string>
#include <cstdio>
namespace zbroker {
struct runtime_error_t : public std::exception {
template<typename... Args>
runtime_error_t(const char* format, const Args&... args) {
char details[2048];
m_details.reserve(size... | [
"vins2008@gmail.com"
] | vins2008@gmail.com |
5a7f12508c7e3f23c656ba9b349edfa0b267a32c | 3fb7a2780603a2b3b2635c3719e6079fd2c46f05 | /CartVector.cpp | ab69ce4e886ada8ee095376f0133e5fe0b9ac774 | [] | no_license | standardgalactic/SEAplusplus | e8fc62b964a8d13eb22a87ba8de4adb934ac491b | 57100c72790c8028ecfea4a9abd74a8c709b1200 | refs/heads/master | 2023-07-13T11:36:59.757427 | 2015-12-11T16:45:29 | 2015-12-11T16:45:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,072 | cpp | /* EC 327 PA3. Implementation of class CartVector used for the Sea++ game.
The class represents a 2D cartesian vector represented by its x-component
followed by its y-component.
Luis Barroso Luque October 2014 */
#include <iostream>
#include "CartVector.h"
using na... | [
"luisbarrosoluq@gmail.com"
] | luisbarrosoluq@gmail.com |
fc62bb415dfad449a9829f2e37cd2d156f66d7ce | e8e3e939ca489e2bac7c590c7a06077f3243c5cb | /Hackerearth/basic Programming/xsquarestring.cpp | 3f215c5924dd7b1a8550b92cceaaf7345a03a9ed | [] | no_license | sungkukpark/CompetitiveProgramming | 5b55fb88909bc17fe12b094f701a39f453aebad2 | 9a6713d0512f50bc9c66b711e9be921262137d12 | refs/heads/master | 2023-03-19T00:48:58.528173 | 2018-11-09T08:24:32 | 2018-11-09T08:24:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 613 | cpp | #include<bits/stdc++.h>
using namespace std;
void solve()
{
string a;
string b;
cin>>a;
cin>>b;
sort(a.begin(),a.end());
sort(b.begin(),b.end());
int ok = false;
int n = a.length();
int m = b.length();
for(int i=0;i<n;i++)
{
for(int j=0;j<m;j++)
{
... | [
"prasadgujar16@gmail.com"
] | prasadgujar16@gmail.com |
130bcc413bdf3016092017e0c9385ee4cc8f9721 | 2f78e134c5b55c816fa8ee939f54bde4918696a5 | /code_ps3/core/loader_buffer_ps3.h | 862e28287d35fafbf51fd8ef2ce665f9d5efbc8a | [] | no_license | narayanr7/HeavenlySword | b53afa6a7a6c344e9a139279fbbd74bfbe70350c | a255b26020933e2336f024558fefcdddb48038b2 | refs/heads/master | 2022-08-23T01:32:46.029376 | 2020-05-26T04:45:56 | 2020-05-26T04:45:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,643 | h | //----------------------------------------------------------------------------------------
//!
//! \filename core/loader_buffer_ps3.h
//!
//----------------------------------------------------------------------------------------
#ifndef LOADER_BUFFER_PS3_H_
#define LOADER_BUFFER_PS3_H_
#include "core/loader_callback... | [
"hopefullyidontgetbanned735@gmail.com"
] | hopefullyidontgetbanned735@gmail.com |
9a39d70a359904e93c0fb2efd3fcf4131328661a | 7293db316725af6749666a4e44b062203dc22e49 | /VideoEditing/ClosedFormMatting.h | 6466cec57913f204061932aef2ffd98085740ee8 | [] | no_license | UniLauX/VideoMatting | cc4ca435c9013a22235c38ed1e6d191a3c04b1f0 | 29be302b6496fe521cbc4caee1b3a163dc902c33 | refs/heads/master | 2023-03-01T17:43:36.645845 | 2021-01-28T10:09:43 | 2021-01-28T10:09:43 | 333,607,207 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,298 | h | #pragma once
#include <vector>
#include "ZImage.h"
#include "WmlMathLib.h"
#include "ZMattingInterface.h"
#define REGION_BG 0
#define REGION_BG_EDIT 1
#define REGION_UNINIT 2
#define REGION_UNKNOWN 128
#define REGION_FG 255
class CSparseMatrix;
class CSparseMatrix_ListType;
namespace MattingAlgorit... | [
"zhangshuoyan@jd.com"
] | zhangshuoyan@jd.com |
cf199c9e018e25931216e39e1bb1c2a2963ecec4 | e744609c9c13540d529b74bea0f8989e4bff06c3 | /tensorflow/tsl/profiler/utils/xplane_schema.h | 95b40a4e750425af927947c5f5cd81a0c182e432 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause"
] | permissive | josephmjansen/tensorflow | c41d354e5e7fb957e096bbe0f380541ca88e1e73 | 324e691d27ea011d85b4aba0f9c9be5e45f24df5 | refs/heads/master | 2023-05-25T09:08:57.167040 | 2023-05-11T16:17:11 | 2023-05-11T16:21:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,173 | h | /* Copyright 2019 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... | [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
0ae0cd3490df839fa9a95e0e2a058d046af3ed15 | ab7d5ec2e40b26c33da957210b5d2da77f9b696d | /repos/iso/contents/PolycodeTemplate/winmain.cpp | 86417f7783aca7b443d46bd2f354dd395702a782 | [] | no_license | mcclure/bitbucket-backup | e49d280363ff7ef687f03473e463865a7ad8a817 | b6a02ca8decf843fa0a765c842c24e7eccf59307 | refs/heads/archive | 2023-01-24T21:15:14.875131 | 2020-02-02T20:56:23 | 2020-02-02T20:56:23 | 237,833,969 | 115 | 6 | null | 2023-01-07T14:24:14 | 2020-02-02T20:43:56 | C | UTF-8 | C++ | false | false | 547 | cpp | #include "windows.h"
#include <Polycode.h>
#include "PolycodeTemplateApp.h"
#include "PolycodeView.h"
using namespace Polycode;
#define NAME L"LD25"
int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
PolycodeView *view = new PolycodeView(hInstance, nCmdShow, NAME);
... | [
"andi.m.mcclure@gmail.com"
] | andi.m.mcclure@gmail.com |
5f2dcdfb090d11d9eb811e957a6d919c2aa37e36 | bbeffa6612df177a804b29172321d45edce45da0 | /Documents/PokemonClone/Move.cpp | 0a1ff36770fa34dd34e95318219703c1df5ecd52 | [] | no_license | ian9/Game-1 | c9830204ca3116c283a06751f5171626e192131b | 89594651770ec6782325c9eeb44d006f674cb9e8 | refs/heads/master | 2021-01-25T03:48:12.162173 | 2012-09-22T21:53:40 | 2012-09-22T21:53:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,051 | cpp | #include "Move.h"
std::vector<Move*> Move::moveDataSet;
std::vector<std::string> Move::moveNames;
Move::Move() {
id = rand() % 36;
special = Move::moveDataSet.at(id)->special;
multiHit = Move::moveDataSet.at(id)->multiHit;
power = Move::moveDataSet.at(id)->power;
element = Move::moveDataSet.at... | [
"urafatrodent@gmail.com"
] | urafatrodent@gmail.com |
be2443d84c2d04de0d32ffca48664bec3ab1a71b | 0edbcda83b7a9542f15f706573a8e21da51f6020 | /private/shell/ext/mlang/fechauto.cpp | 6c57d4ca55d63a537ed49f77e42dfa3b622efd54 | [] | no_license | yair-k/Win2000SRC | fe9f6f62e60e9bece135af15359bb80d3b65dc6a | fd809a81098565b33f52d0f65925159de8f4c337 | refs/heads/main | 2023-04-12T08:28:31.485426 | 2021-05-08T22:47:00 | 2021-05-08T22:47:00 | 365,623,923 | 1 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 20,743 | cpp | /*----------------------------------------------------------------------------
%%File: fechauto.c
%%Unit: fechmap
%%Contact: jpick
Module that attempts to auto-detect encoding for a given stream.
----------------------------------------------------------------------------*/
#include <stdio.h>
#include <stddef.h>
... | [
"ykorokhov@pace.ca"
] | ykorokhov@pace.ca |
860a6fe5477af9b4427ae503e77ca6f08570b058 | 554e606f83e6eaaf048492c78b03aea889729ded | /dualJets3Mesh_LRRTurbulenceOff/2/p | f76b27ec9611f79094ee99dbbf73034cd4ea7ca2 | [] | no_license | bshambaugh/openfoam-experiments4 | 87a211ed00f2de7da31cff548ea9bc9bd3368227 | b1751d4d52270a2e7644f09bd6e77237d022ebd7 | refs/heads/master | 2020-04-17T04:46:57.796961 | 2019-02-16T00:48:06 | 2019-02-16T00:48:06 | 166,245,743 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,120 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.1 |
... | [
"brent.shambaugh@gmail.com"
] | brent.shambaugh@gmail.com | |
279a20ca9f0357528dec4aff3a5f0ce1e2c8fd19 | e6e28d03510d4a0d38eb66dc52959bacef915068 | /server/membermanage.h | 97a09da8cacbc4ecec7f9e5179b6a74ec68b1f5d | [] | no_license | Sl-lerlyn/Exams | a031aafd6cb009e422358bd6c66abdc525748a08 | 31530ba5cf93dd3a16d0f125b7eee2265038a18f | refs/heads/master | 2023-01-30T07:13:36.836762 | 2020-12-02T05:58:45 | 2020-12-02T05:58:45 | 226,640,705 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,674 | h | #ifndef MEMBERMANAGEUI_H
#define MEMBERMANAGEUI_H
#include <QWidget>
#include <QFileDialog>
#include <QFile>
#include <QDir>
#include "ui_membermanage.h"
#include "data.h"
class MemberManageUI : public QWidget,public Ui::MemberManageUI
{
Q_OBJECT
public:
explicit MemberManageUI(QWidget *parent = 0);
~Me... | [
"alan19920626@gmail.com"
] | alan19920626@gmail.com |
6306f752e39519f392ddcce4dbc643219008cef2 | 3bd9310fa97864b824f1779e8e45979099ec917e | /vish-h5-plugin/VScriptUpdates.hpp | 10123a85ed40044d691ad2886456cedc17c61dc3 | [] | no_license | dimstamat/hdf5-rbdb-vol | 04356f24e4d670ac91f25f1f291f175a0f9c36e2 | 47c6d4ec478cbaba3abc2b51cd102f39be683ab2 | refs/heads/master | 2021-09-10T05:25:02.190071 | 2018-03-21T04:48:56 | 2018-03-21T04:48:56 | 126,115,055 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,273 | hpp | /*
* VScriptUpdates.hpp
*
* Contains functions for updating the state of the Vish network.
* Was taken from the Vish ASCII loader and adopted to work with the HDF5 loader.
*
* Created on: Oct 31, 2016
* Author: dimos
*/
#ifndef FISH_V5_VSCRIPTUPDATES_HPP_
#define FISH_V5_VSCRIPTUPDATES_HPP_
using namesp... | [
"dimstamat@gmail.com"
] | dimstamat@gmail.com |
d4f88ebdb35fc228cc0ab30143fcc81824e63aff | 90ce76e9b9312afe7a65fc513e698378d4294d0f | /SRM291/FarFromPrimes_Kaiyang.cpp | 71071f2abcb9e9e2912a8498664fda3e86757798 | [] | no_license | FighterKing/TopCoder | 248946350aa535489d7f6d1eb1936aaf26a0eadc | d3420136cb8d2bbf6a0d0433f8c5736badac8868 | refs/heads/master | 2016-09-05T22:53:13.869535 | 2014-12-29T06:59:33 | 2014-12-29T06:59:33 | 19,060,759 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,179 | cpp | #include <vector>
#include <list>
#include <map>
#include <set>
#include <queue>
#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 <cst... | [
"kevinlui598@gmail.com"
] | kevinlui598@gmail.com |
cc0b280814eac91da8aaf3464b7dff1159b16b94 | 8ae887afac7903c6dd3b0ddfec69a100524510d5 | /api/api_pool.cpp | a5722f0952f2d7a52f3e45160366a6720cf582d9 | [] | no_license | liuyinqi2013/relay_proxy | 5787350fe9ece9bb36e42767e8cc86a4e754a9e1 | 3abb9ad23e19d5f277b901b720dced6759ccafac | refs/heads/master | 2020-04-13T13:35:08.474978 | 2018-12-27T02:17:32 | 2018-12-27T02:17:32 | 163,235,191 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 12,340 | cpp | #include "api_pool.h"
#include "middle_api.h"
#include "relay_api.h"
#include "trpc_sys_exception.h"
#include "hasite_conf.h"
#include "log.h"
CApiPool::CApiPool(CHaSiteConf & hasite_conf, CSystemConf& sys_conf, const std::string & server_name,
const int conn_num, const int max_conn_nu... | [
"liuyinqi2013@163.com"
] | liuyinqi2013@163.com |
172450a08af092db1162c1bb250f9edcacfeb068 | a62342d6359a88b0aee911e549a4973fa38de9ea | /0.6.0.3/External/SDK/UI_BuildingMenu_classes.h | f3bf4ce17aefbc9d61e889acc3e40090ca83be89 | [] | no_license | zanzo420/Medieval-Dynasty-SDK | d020ad634328ee8ee612ba4bd7e36b36dab740ce | d720e49ae1505e087790b2743506921afb28fc18 | refs/heads/main | 2023-06-20T03:00:17.986041 | 2021-07-15T04:51:34 | 2021-07-15T04:51:34 | 386,165,085 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 35,223 | h | #pragma once
// Name: Medieval Dynasty, Version: 0.6.0.3
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//-----------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
b14fe5014006e6e26f37748a0603f8bd4bed8a10 | 916b1ccbf41c689b65ffa2c054e26cf295ba2e27 | /Loop_Back_AXI_Stream/hls/LoopBack_Productor_Consumer_Structure/loopback_PC.hpp | 3193ca505baaebeb54eb6590a20ff7c24dd337f1 | [] | no_license | cadriansalazarg/InterfacesZynq | bc6b25cc1f89cad0e805017f6783a401db0e21e8 | b0d7f65840ee7db11dbded1c2497beeb83ccd408 | refs/heads/master | 2023-06-16T21:49:05.777950 | 2021-07-09T07:32:25 | 2021-07-09T07:32:25 | 183,521,914 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 247 | hpp | #include<hls_stream.h>
#include<ap_int.h>
#define SIZE 8
#define NUM_OF_TESTS 1000
typedef int data_type;
struct AXISTREAM32{
int data;
ap_int<1> tlast;
};
void loopback(hls::stream<AXISTREAM32> &input, hls::stream<AXISTREAM32> &output);
| [
"cadriansalazarg@gmail.com"
] | cadriansalazarg@gmail.com |
8535ca28feb536285f1a5bb348faa0bd27249fcf | e837fbb65ae8c1e5e7ca74a845b4d81e3cd9fcc8 | /Calendar/zzBak/CalendarTemplates/calBase.h | 54aae3ef8a1aa27170aba4c506a9ffe0d3574f67 | [
"MIT"
] | permissive | Vidyadhar-Mudkavi/gitApplications | 213348dc2d819f48ef739429d08db0d9492bfceb | aca4087f733ac41bd18c558dce6f78b99646309b | refs/heads/master | 2020-12-25T18:18:55.629596 | 2014-10-26T12:56:46 | 2014-10-26T12:56:46 | 25,765,788 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,564 | h | #ifndef _CALBASE_
#define _CALBASE_
/**
*File: calBase.h
*Description:
this file declares class calBase. this class forms the base for all the calendars.
it will hold the rd date and provide comparator operators which will apply to all
the derived classes.
*Version: 1.2 "@(#) calBase. heade... | [
"Vidyadhar.Mudkavi@gmail.com"
] | Vidyadhar.Mudkavi@gmail.com |
4128d0d85268b4ef722805f080d3819c37635f85 | 2e9455464d582a4349dc9ff032fa3eaa402153a9 | /非类型模版参数和技巧性知识/非类型模版参数和技巧性知识/main.cpp | 696ad8d790e436e5e6035e9f7a783a08d21c3732 | [] | no_license | csqnbhk/Templates | 10a383f96556ccaf4619a40caebc7030ba73bc6a | 8ad524e2c6305a42165c412cc3137700a41691e8 | refs/heads/master | 2021-07-11T20:27:59.627227 | 2017-10-13T11:07:07 | 2017-10-13T11:07:07 | 106,812,475 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 1,969 | cpp | #include"test.h"
int main()
{
//非类型的类模版参数
Stack<std::string> s_o;
s_o.push("北京");
s_o.push("上海");
s_o.push("南京");
s_o.push("杭州");
s_o.push("深圳");
s_o.elems_info();
//非类型的函数模版参数
cout << "::addvalue<int,7>(8)=" << ::addvalue<int, 7>(8) << endl;
/*
小结:
1.非类型模版参数是有限制的,通常而言,它们可以是长整数(包括枚举值)或者指向
外部... | [
"374405702.qq.com"
] | 374405702.qq.com |
c77ab4d06d1df32c42924f27c73fc18f12db92e6 | ce75b3e54e9d2aa7ed47ea9d3cb1e4496b23f1c0 | /AVLTree/AVL_tree.h | 43ae5d230ef46804bff4f6b852f6fc60986d15ee | [] | no_license | zcxsythenew/AVLTree | 2386fba3c2a4dc87a06197819a5f4146215b4fc3 | 8ab05d4a4526bf496e9eb26bcc173401f9129632 | refs/heads/master | 2020-04-14T20:47:24.632143 | 2019-01-04T12:48:54 | 2019-01-04T12:48:54 | 164,106,897 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,813 | h | #pragma once
#include "Search_tree.h"
#include "AVL_node.h"
template <class Key, class Entry>
class AVL_tree// : public Search_tree<Key, Entry>
{
public:
AVL_tree() : root(nullptr), _size(0)
{
}
bool empty() const noexcept
{
return root == nullptr;
}
void inorder(void(*visit)(Record<Key, Entry> &))
{
re... | [
"zcxsythenew@outlook.com"
] | zcxsythenew@outlook.com |
b8872e17884151bdbdaacf536b1086841d7d35e7 | bf265796bb2bb429ecd3388fc63c86847cacbfd4 | /files/diffs/RenderSVGInlineText.cpp | 21f8a9f25bd4865d4a7baca98fb4363cda9debc5 | [] | no_license | the-elves/TSE-MP1 | 5d13f7bb665997cdd0d98f4deb8fa37e7a469d32 | 04fabd388afff0cfb6fc392c12b3c20cead144e9 | refs/heads/master | 2023-04-19T09:34:05.649942 | 2021-05-08T09:20:42 | 2021-05-08T09:20:42 | 318,176,278 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 351 | cpp | --- files/before/RenderSVGInlineText.cpp 2020-12-03 05:32:26.174348109 +0530
+++ files/after/RenderSVGInlineText.cpp 2020-12-03 05:32:27.246519530 +0530
@@ -89,7 +89,7 @@
return;
}
- if (diff != StyleDifferenceLayout)
+ if (!diff.needsFullLayout())
return;
// The text metrics may b... | [
"ajinkya@abc.in"
] | ajinkya@abc.in |
595aaf836176bc9bb0d1f3439b303613b85bb3cf | 306fd4270074eab419dfaaf2a5fbececb47b6a81 | /src/SearchMarks.cc | 90b42823078d28c3096cd9a8ff0d113ff9f27169 | [] | no_license | CosmoQuestTeam/IncidenceAngleAnalysis | 24cf9ed6e1db366d1644b9923719fe93591c1512 | 084a25c3cf03819e78b5086a85ebf627a7689f6f | refs/heads/master | 2020-03-18T22:03:56.115604 | 2018-07-25T19:33:06 | 2018-07-25T19:33:06 | 135,322,247 | 1 | 0 | null | 2018-07-25T19:33:08 | 2018-05-29T16:12:33 | C++ | UTF-8 | C++ | false | false | 19,904 | cc | #include "SearchMarks.h"
using namespace std;
bool SearchMarks::EqualityComparison(vector <Marks> &marks, int index, string field, void *value)
{
/********************************/
/* Retrieve field column number */
/********************************/
if(field.compare("id") == 0)
{
return (marks[index].G... | [
"matthew.d.richardson.1@vanderbilt.edu"
] | matthew.d.richardson.1@vanderbilt.edu |
179f69a51be0cfeb07c51ec2387864ceb8f69131 | 27d4fe457d83a1e63ef572a53c3adf4417a22f14 | /stewartplatform.cpp | a17ae4d7b1d26b949c187ac259ae1da1f3ef6593 | [] | no_license | Berglid/StewartPlatform | e37d38e037e7865dfd5bb09591f3ba30f7d5c7f6 | dc3f30a0dca21e2ebcdef1ab38d42d7634a6f973 | refs/heads/master | 2022-11-19T20:57:57.477356 | 2020-07-19T17:29:30 | 2020-07-19T17:29:30 | 279,195,099 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 22,894 | cpp | #include "stewartplatform.h"
#include "utilities.h"
#include <QtDataVisualization/qscatterdataproxy.h>
#include <QtDataVisualization/qvalue3daxis.h>
#include <QtDataVisualization/q3dscene.h>
#include <QtDataVisualization/q3dcamera.h>
#include <QtDataVisualization/qscatter3dseries.h>
#include <QtDataVisualization... | [
"sebastian.grans@gmail.com"
] | sebastian.grans@gmail.com |
51f21909be129eb5b8a90af4c8875f852f12eea4 | 2414652fde0bceae0fef4ad7dbab13b8ca72ece4 | /timeseries.cpp | bc3fefd789a961f67fd00cf109b0d0483aff6236 | [
"MIT"
] | permissive | ComComServicesLtd/hengeDB | 57179fe4861608971185e5e960117b86a0f69b1f | 84cee095a7893663fd6e299133a3e8f2633ec892 | refs/heads/master | 2021-01-01T19:23:31.421300 | 2015-09-27T05:20:37 | 2015-09-27T05:20:37 | 41,757,067 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 88 | cpp | #include "timeseries.h"
timeseries::timeseries()
{
}
timeseries::~timeseries()
{
}
| [
"jonelias@mundall.com"
] | jonelias@mundall.com |
6ec4899c74f8df74ed90831f9a1b36cb5d843818 | 47fb20e1435c9f27aa335f32248f84d370132a46 | /src/libs/geometry/gtk/geom_drawer.cpp | 34ce50760aed3232f5b706d22af7b4c131e7f5d1 | [] | no_license | sanyaade-teachings/fawkes | f7fc08aa18147364a2106ed90b2a18501cfc65a0 | bb80e90bc5192f2ff6c6c6b4f0f6be52ea5627cd | refs/heads/master | 2020-12-14T17:12:30.790871 | 2013-07-13T09:54:11 | 2013-07-13T09:54:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,626 | cpp |
/***************************************************************************
* geom_drawer.cpp - Drawer base class
*
* Created: Thu Oct 09 15:38:19 2008
* Copyright 2008 Daniel Beck
*
****************************************************************************/
/* This program is free software; you can re... | [
"niemueller@kbsg.rwth-aachen.de"
] | niemueller@kbsg.rwth-aachen.de |
437797f56c38a48ae83aaa43a76b99318ca93932 | 5838cf8f133a62df151ed12a5f928a43c11772ed | /NT/enduser/netmeeting/ui/wb/mwnd.cpp | 15141cac435922387fc884dfd6e748f48c417192 | [] | no_license | proaholic/Win2K3 | e5e17b2262f8a2e9590d3fd7a201da19771eb132 | 572f0250d5825e7b80920b6610c22c5b9baaa3aa | refs/heads/master | 2023-07-09T06:15:54.474432 | 2021-08-11T09:09:14 | 2021-08-11T09:09:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 165,780 | cpp | //
// MWND.CPP
// Main WB Window
//
// Copyright Microsoft 1998-
//
// PRECOMP
#include "precomp.h"
#include <dde.h>
#include "version.h"
#include "nmwbobj.h"
static const TCHAR s_cszHtmlHelpFile[] = TEXT("nmwhiteb.chm");
// Class name
TCHAR szMainClassName[] = "T126WBMainWindowClass";
extern TCHAR g_PassedFileName... | [
"blindtiger@foxmail.com"
] | blindtiger@foxmail.com |
b1f32050cf049d8d9946a9f248ac5cbc7233573c | 57a31688cb25da41dd1d2bf1e2c18de4e72d530c | /src/crc.hpp | 6352f1d01e6484b18db55ba1c0fc062d5bcd47ae | [] | no_license | Bnaich/Generator_signature | ad2010abf6aad0066e9d067d611ae2505835a2f8 | 3b8bf19ac02e1c1b07f169a2ce4b27d522a8a56e | refs/heads/master | 2020-05-28T00:06:28.007044 | 2019-05-27T15:51:55 | 2019-05-27T15:51:55 | 188,827,732 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 138 | hpp | #ifndef TASK_CRC_HPP
#define TASK_CRC_HPP
#include <boost/crc.hpp>
uint32_t get_crc(const uint8_t *, std::size_t);
#endif //TASK_CRC_HPP
| [
"maxim.y.scherbakov@gmail.com"
] | maxim.y.scherbakov@gmail.com |
21695ef062ecc7ec5fbdc562cfd205023a312f8e | 469573a8c80a5613daff244c1e7ae86478b87dd5 | /src/protagonist.h | 4fef9108c04806b602bfc13b00cb878558fed1f1 | [] | no_license | claytical/Avoid-Squares | 8000c1e42b410b37fe4bed2513b2350673de4829 | 0e73d17d2688385eff0c0734da09c9e9cc5e14c1 | refs/heads/master | 2016-08-06T11:47:27.330263 | 2013-07-27T22:38:51 | 2013-07-27T22:38:51 | 9,734,979 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 663 | h | //
// protagonist.h
// AvoidSquares
//
// Created by Clay Ewing on 7/9/11.
#pragma once
#include "ofMain.h"
#include "ofxRetinaImage.h"
#include "collectable.h"
#include "enemy.h"
#define HEALTHY 0
#define DEAD 12
#define LINE_ANIMATION_SPEED 1.5
class Protagonist {
public:
void display();
voi... | [
"c.ewing@miami.edu"
] | c.ewing@miami.edu |
e296f1a28b34ad5e9f231c2ae81b9fbbe37c9953 | 3b6054a8c8447ad7b658c3ad98d95aa2d5277008 | /start_project/Laghaim_Client/LHFX_Perom_Strike.cpp | 9348ba9d6d7410da0ca85afbe4f9ec0167c57eb0 | [] | no_license | Topstack-first/20210521_directx_laghaim | 80261e1d25ade898ab18c878e46f8f922d62031f | 7f92bd76fb5e10af43cd26f6e23ae8781a29632c | refs/heads/main | 2023-05-09T14:19:52.082370 | 2021-05-25T22:22:16 | 2021-05-25T22:22:16 | 369,423,057 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 2,758 | cpp | #include "stdafx.h"
#include "main.h"
#include "FxSet.h"
#include "NkCharacter.h"
#include "NkMob.h"
#include "LHFX_Perom_Strike.h"
const int male_frame = 43;
const int fmale_frame = 34;
LHFX_Perom_Strike::LHFX_Perom_Strike(void)
: m_lolo(NULL)
{
}
LHFX_Perom_Strike::~LHFX_Perom_Strike(void)
{
SAFE_DELETE_ARRAY... | [
"topstack2020+first@gmail.com"
] | topstack2020+first@gmail.com |
835cf738ea2def762faa82b00eec7ffe91b7f33e | 1e506578383a9c018ccf992340f556090cf5cb87 | /IMU/VTK-6.2.0/Interaction/Widgets/Testing/Cxx/TestButtonWidget.cxx | 49efee3fb4053ca2996e8a3ef6b4db316e74eb16 | [
"MIT",
"BSD-3-Clause"
] | permissive | timkrentz/SunTracker | 387c69f4080441822c490fdccf5c850e64cb0ea7 | 9a189cc38f45e5fbc4e4c700d7295a871d022795 | refs/heads/master | 2020-12-14T09:50:34.216912 | 2015-07-17T17:06:36 | 2015-07-17T17:06:36 | 37,494,691 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,569 | cxx | /*=========================================================================
Program: Visualization Toolkit
Module: TestButtonWidget.cxx
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
All rights reserved.
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
This... | [
"tskrentz@gmail.com"
] | tskrentz@gmail.com |
db91825fab5fca139076af43400e28d11d49aafb | 2f541d9b5b35ca129f533d273c55a6f3f90f3e30 | /random_file_access/main.cpp | 1523625257164d4244df97fc3a061e50dcc14b73 | [] | no_license | GinkgoX/Primer | 602ce83fe41363a2e89d5712d8221280355d4ba2 | 47b0dee18e6ebf311758b53af19b4252e1759311 | refs/heads/master | 2021-10-25T00:03:22.368417 | 2019-03-30T12:46:41 | 2019-03-30T12:46:41 | 170,057,101 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 221 | cpp | #include<iostream>
#include<fstream>
#include<cstring>
#include"personal.h"
#include"student.h"
#include"database.h"
using namespace std;
int main()
{
Database<Personal> run();
//Database<Student> run();
return 0;
}
| [
"1640043928@qq.com"
] | 1640043928@qq.com |
6e8207ae29de204c15c37f07cac2b6d11dbc2ac0 | 9afe8785df3afb1b5f061dfb59399f4ad3de870d | /02_DirectX _Sample_Programs/10_3D_Rotation.cpp | 9902f0ab053dce087171b78cfdd209c19e0f722d | [] | no_license | a-shinde/RTR | 66dee8cfe1bd2de0b4aa60dc34c91ea091543d97 | 27402dbd519dfb479c1a6c0f7cc831408ecb3f6a | refs/heads/master | 2022-04-30T08:12:57.938299 | 2022-03-03T12:44:50 | 2022-03-03T12:44:50 | 93,935,213 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 35,660 | cpp | //Header files.
#include <windows.h>
#include <fstream>
#include <d3d11.h>
#include <d3dcompiler.h>
#pragma warning( disable: 4838 )
#include <XNAMath\xnamath.h>
#pragma comment (lib,"d3d11.lib")
#pragma comment (lib,"D3dcompiler.lib")
using namespace std;
#define WIN_WIDTH 800
#define WIN_HEIGHT 600
int currentW... | [
"ashinde@nvidia.com"
] | ashinde@nvidia.com |
1318c23e675380cd938b5005e7dd3bc51ce78ca4 | 4b4a423a1fb267364cc1cae22c28482820ef3f9f | /OGLWindow.h | 5dc60aee33d7588e2ca2284646c123e5b533443b | [] | no_license | esmitt/Win32OpenGL-OBJ | 1761ea353dddc17c8347a4ef7c925648e6b308cd | 66632bbb7f7ebf3165083e2b6fb10c352a4652c5 | refs/heads/master | 2021-08-30T20:28:52.023608 | 2017-12-19T09:56:46 | 2017-12-19T09:56:46 | 114,748,260 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,050 | h | #pragma once
#include <Windows.h>
#include "OGLRectangle.h"
#include "OGLCube.h"
#include "TriangleMesh.h"
class OGLWindow
{
private:
HWND m_hwnd; //handle to a window
HDC m_hdc; //handle to a device context
HGLRC m_hglrc; //handle to a gl rendering context
int m_width; //width of the OGL dr... | [
"esmitt.ramirez@cvc.uab.es"
] | esmitt.ramirez@cvc.uab.es |
f59493e0a779446d6684a5719eb325f407300cf7 | 06a2dab18197a13fc3371debd29b476ae99cb01c | /Flat/interface/L1Analyzer.h | ce17fefca31cfd0d8202d93d365a835ef934f3dd | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | PandaPhysics/PandaAnalysis | 397a031f9e8d399be1814ab04dd525d69b41f060 | 3167d106d41dfce58219c3e07d30e201ee823b55 | refs/heads/master | 2021-06-18T13:52:57.650900 | 2019-04-08T17:35:29 | 2019-04-08T17:35:29 | 168,376,672 | 0 | 0 | NOASSERTION | 2019-04-08T17:33:55 | 2019-01-30T16:34:09 | C++ | UTF-8 | C++ | false | false | 594 | h | #ifndef L1Analyzer_h
#define L1Analyzer_h
#include "AnalyzerUtilities.h"
#include "Analyzer.h"
#include "L1Tree.h"
#include "L1Op.h"
#include "PandaAnalysis/Flat/interface/Common.h"
namespace pa {
class L1Analyzer : public Analyzer<L1Tree> {
public :
L1Analyzer(Analysis* a, int debug_=0);
~L... | [
"sidn@mit.edu"
] | sidn@mit.edu |
8a2ec82ae23d4a8891a57d41364970b9fc660b0b | 14ed0ebefcceb32de5296cd3b47629bac248f3a9 | /gx6/workspace/gx6/src/ComplexBoard.cpp | d842fc8dbbd40cb8ca26e9da5581b8c04cd0ef2e | [] | no_license | chengouxuan/gx6 | 24e55caf1a70bae6503c1c9b2e0fb29da61578cc | e4462999fcff9dc8b7fd9535c56f9de29d0ac53b | refs/heads/master | 2020-05-15T23:15:12.926941 | 2013-07-24T13:14:17 | 2013-07-24T13:14:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,336 | cpp | #include "ComplexBoard.h"
void ComplexBoard::NewSearchInit(Board board) {
FOR_EACH(b, 7) {
FOR_EACH(w, 7) {
segmentTable._table[b][w].Clear();
}
}
FOR_EACH_SEG(r, c, d) {
SegmentTable::Item &item = (segmentTable._segment[r][c][d] = SegmentTable::Item(r, c, d, 0, 0));
... | [
"chengouxuan@21cn.com"
] | chengouxuan@21cn.com |
2d7081d1df400118163ca3305322b48d4c86009f | b0e2c079ff69de7ef88f24c6ebab8272646703a4 | /mono/Player.h | b588dbbfb1ec0eefd30e66efaa0a37de7ef488ba | [] | no_license | shrenikrajvijay/Monopoly-Empire-without-UI | a9e8cb0518236bf21b76471eac2acacbcc290725 | 08a7ede7144e41f047d6bff10e6d4e36148e94c8 | refs/heads/master | 2021-01-10T03:17:39.788808 | 2015-10-29T22:09:05 | 2015-10-29T22:09:05 | 45,138,930 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 834 | h |
#ifndef PLAYER_H_
#define PLAYER_H_
#include <string>
#include "Tower.h"
#include <vector>
// #include "Space.h"
using namespace std;
class Space;
class Player {
private:
string name;
int money;
int position;
int at_jail;
Tower * tower;
vector<Player*> * players;
int num_player;
int my_id;
vector<Space*> s... | [
"s.vijay0991@yahoo.com"
] | s.vijay0991@yahoo.com |
438e7c6e4455356c964aabfbd09f390098ff4d02 | 33c3bd541b3d1522e6a424280b50d8e17c00caa1 | /AltSign/Certificate.cpp | ba6dce8570916a580a7507e37f6c8e07ae38932b | [] | no_license | WalterHHD/AltServerPlus-Windows | 7a9f995a8d149030a4554ebd1a45d14c495ba108 | 0bdc116efb33acd39f7b59211e5aea6ea8f1f87f | refs/heads/master | 2023-01-10T03:43:56.866368 | 2020-11-02T08:10:08 | 2020-11-02T08:10:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,901 | cpp | //
// Certificate.cpp
// AltSign-Windows
//
// Created by Riley Testut on 8/12/19.
// Copyright © 2019 Riley Testut. All rights reserved.
//
#include "Certificate.hpp"
#include "Error.hpp"
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <cpprest/http_client.h>
extern std::string St... | [
"riley@rileytestut.com"
] | riley@rileytestut.com |
4a87bc9ab570005c82170589848e59491465f602 | 7bfcd9d9bc389d8b0a422830dbd3b741a4f7067b | /boj/11722.cpp | 81b5f976a2ac74baad61ac6bc8ce9bb6ad13a9e6 | [] | no_license | taehyeok-jang/algorithms | d0a762e5b4abc92b77287b11ff01d9591422c7d9 | 7254984d5b394371c0e96b93912aebc42a45f8cb | refs/heads/master | 2023-04-02T23:45:00.740807 | 2021-03-28T14:35:05 | 2021-03-28T14:35:05 | 123,245,936 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 401 | cpp | #include <stdio.h>
using namespace std;
int N;
int A[1001], dp[1001];
int main() {
scanf("%d", &N);
for(int i=0; i<N; i++) scanf("%d", &A[i]);
int ans = 0;
for(int i=0; i<N; i++) {
dp[i] = 1;
for(int j=0; j<i; j++)
if(A[i]<A[j]&&dp[i]<dp[j]+1)
dp[i] = dp[j]+1;... | [
"jth@jthui-MacBook-Pro.local"
] | jth@jthui-MacBook-Pro.local |
f5570063443352a5d3ee37104556a8fd0597bb11 | d524146e24cac91a8c49dc1c4916246826b81fa3 | /SoundActiveLamp/Libraries/FastLED-master/FastLED.h | 7d303234056a6daaf1d5bc1dd37a21c50b1d39b9 | [
"MIT"
] | permissive | robbiesm/SoundActiveLamp | dba083a8189a906302328685458dd6148d8b63e3 | 524d4bbbf9eeddf31f8c1cda7db58b1098d383f2 | refs/heads/master | 2021-04-15T18:43:53.246187 | 2018-11-20T08:32:48 | 2018-11-20T08:32:48 | 126,400,375 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 30,279 | h | #ifndef __INC_FASTSPI_LED2_H
#define __INC_FASTSPI_LED2_H
///@file FastLED.h
/// central include file for FastLED, defines the CFastLED class/object
#define xstr(s) str(s)
#define str(s) #s
#if (__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)
#define FASTLED_HAS_PRAGMA_MESSAGE
#endif
#define FASTLED_VERSIO... | [
"r0614858@student.thomasmore.be"
] | r0614858@student.thomasmore.be |
56b57596c775ff6035b3e1acfdc618988e7f2f72 | f1c39fcf9f40801a8ae4a317706d1877bfa8fe8b | /itung2an.cpp | cd75a7bd84831e6d5c12ae0fce62b3cf7e31db60 | [] | no_license | Imammulh/Belajara-bahasa-C | 872587ef17c2d9134fa0eac0b4e06d249aeceb35 | 13b1eef179b55e6b1cb0dfef43b85a11a6ed7897 | refs/heads/master | 2021-06-13T03:25:28.859822 | 2021-05-16T14:42:55 | 2021-05-16T14:42:55 | 254,421,249 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 95 | cpp | #include <iostream>
using namespace std;
int main()
{int A,B,T;
A=6;
B=8;
T=A*B;
cout << T;
}
| [
"imam_chelsea2@apps.ipb.ac.id"
] | imam_chelsea2@apps.ipb.ac.id |
9ba0e9a2e50c948ecef829ac711cbc2c397b52db | acc3f19bd25c01b1e8c861ed6f0af09d1861caa6 | /dialogs/welcome.h | af9e3cb5e424f0520db29410e0b9126a8a47881e | [] | no_license | nickgammon/mushclient | 7da44c02f2ebaedd38273e0c1f67a8a155a1f137 | 5f1ca253cf6f44b65caeafd9f2ad7a4b87817c8e | refs/heads/master | 2022-11-11T14:57:20.924735 | 2022-10-30T00:32:03 | 2022-10-30T00:32:03 | 481,654 | 152 | 94 | null | 2023-09-06T03:35:59 | 2010-01-21T03:28:51 | C | UTF-8 | C++ | false | false | 842 | h | // welcome.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CWelcomeDlg dialog
class CWelcomeDlg : public CDialog
{
protected:
// static controls with hyperlinks
CStaticLink m_ChangesLink;
// Construction
public:
CWelcomeDlg(CWnd* pParent = NULL); // stand... | [
"nick@gammon.com.au"
] | nick@gammon.com.au |
7c3af7604f4b52fb698a90c3b75f48e4fd91ab94 | 243cf387f0c7191a63f37296a87ed843d5692783 | /src/MusicManager.hpp | b49366554ec5ee16e74b2e50bf5f9f18641c0889 | [] | no_license | jasetom/audio-visuals-excerpt-from-VinylAR | c94e1462b1f0c8ac671545d4b59ead7514b4bb70 | fe75a82f4d58e45c9c864eec85bcac397cfe4086 | refs/heads/master | 2021-01-19T22:08:39.247619 | 2017-04-19T15:07:22 | 2017-04-19T15:07:22 | 88,758,559 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,714 | hpp | //
// MusicManager.hpp
//
// Created by Tomas on 13/03/2017.
//
//
#ifndef MusicManager_hpp
#define MusicManager_hpp
#include <stdio.h>
#include "ofMain.h"
#include "ofxMaxim.h"
class MusicManager {
public:
void setup();
void update(int imgId);
void audioOut(float * output, int bufferSize, int nChannel... | [
"Tomasjase@gmail.com"
] | Tomasjase@gmail.com |
7d17835f79fba8ca356b04cbad31c2e8fa4e34fc | 6f46ecc474c4045b9106b3f6046f0cad4e49f5b2 | /GameTest/glowEngine/presets/PlayerEntity.cpp | 734cc45c32dff35826052b16f23c056ec11bdedb | [] | no_license | Glowies/Ubisoft-NEXT-2020 | 29265e50a7355cc3416e6863e2b48d243cd9cd4b | 81d087f45f1a032b40fac83b3de1b7e4584f0bbf | refs/heads/master | 2023-01-06T15:49:29.194254 | 2020-10-12T13:29:53 | 2020-10-12T13:29:53 | 303,396,538 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 327 | cpp | #include "stdafx.h"
#include "PlayerEntity.h"
PlayerEntity::PlayerEntity() : Entity()
{
TunnelTraveler* trav = AddAttachment<PlayerTraveler>();
AddAttachment<PlayerRenderer>();
AddAttachment<CircleCollider>();
GetAttachment<Transform>()->position = Vector2(512, 200);
GetAttachment<Transform>()->scale = Vector2(3,... | [
"oktaycomu@gmail.com"
] | oktaycomu@gmail.com |
bc97755a11ff79af13fd19f93b2712a4aafd9874 | 26f56a9f2d8c842ce3c465ed89ec37f7aef3b53a | /simulation/17281.cpp | 24d4818c3bf7cc03aad77d4b7f5271d88fcaf319 | [] | no_license | chewin9/algorithm | 5fb468bf9861d82b88e35c97946f351c3b4c04c0 | e3bfb5ec95038665e9cf6b42db0a828897bb5090 | refs/heads/master | 2023-02-26T12:01:39.578315 | 2021-02-02T12:34:13 | 2021-02-02T12:34:13 | 283,669,109 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,662 | cpp | #include<iostream>
#include<algorithm>
#include<string.h>
using namespace std;
int arr[52][12];
int N;
int ans = -1e9;
int choose[10];
bool visit[10];
bool home[4]; //0 home 1 1ro 2ro 3ro
int get_point(int cnt) {
if (home[3] == true)
cnt++;
for (int i = 3; i > 0; i--)
home[i] = home[i - 1];
//home[1] = true... | [
"37531506+chewin9@users.noreply.github.com"
] | 37531506+chewin9@users.noreply.github.com |
0aea81062d157d998c248885ec1b33d86885c39f | 07fb9fd837ef962e2e30c96a776e9e1a95e9d3fb | /ekart_Final_1/build-EkartF1-Desktop-Debug/ui_mainwindow.h | acc5a9f1fdfe1c4a908327dc1abd640811c74074 | [] | no_license | LuizAlexandreA86362/eKartFinal1 | ec58a17a9ea6466a15260da46b73c7b40f9819ad | 1e79ede47aa66708911d88c701a5fc6419a7b4ef | refs/heads/master | 2023-06-03T12:38:31.243133 | 2021-06-21T01:56:43 | 2021-06-21T01:56:43 | 378,714,512 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,634 | h | /********************************************************************************
** Form generated from reading UI file 'mainwindow.ui'
**
** Created by: Qt User Interface Compiler version 5.11.3
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
***************************************... | [
"a86362@alunos.uminho.pt"
] | a86362@alunos.uminho.pt |
089e59e71b1e77c9e7eb17d186b4e2b73efcd80d | a67c70c6ccd97819adb094cdfb5d272a10fa5284 | /hw12_team9/AmericanPut.cpp | fcb0fccfabff72a05e4a43c2cbc12430275415c6 | [] | no_license | RancyChepchirchir/MTH9821-Numerical-Methods-for-Finance-1 | b488e84613cdcb069601b71c3031c026c7a1f62e | f04890e484d28c18e7a90341f79bfd312ac921b8 | refs/heads/master | 2021-09-17T19:40:33.412912 | 2018-07-04T17:04:59 | 2018-07-04T17:04:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 721 | cpp | #include "AmericanPut.hpp"
AmericanPut::AmericanPut() {};
AmericanPut::AmericanPut(const AmericanPut & other) : Option(other){};
AmericanPut::AmericanPut(double S0, double T, double K, double r, double sigma, double q) : Option(S0, T, K, r, sigma, q) {};
AmericanPut::AmericanPut(double S0, double T, double K, doubl... | [
"chiongheng.chen@gmail.com"
] | chiongheng.chen@gmail.com |
f8645de20d57926c1b8fc8afcc872f9fae382204 | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/chromium_org/gin/per_isolate_data.cc | 6c2397ba50b0a67ef1bb20a516c1fc1ab6b49f34 | [
"MIT",
"BSD-3-Clause"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 1,725 | cc | // 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.
#include "gin/per_isolate_data.h"
#include "gin/public/gin_embedders.h"
using v8::Eternal;
using v8::Isolate;
using v8::Local;
using v8::Object;
using v8... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
c7da09c0156d4d40e152d9ebd205a59d01870a72 | 461619a84c6617ceaf2b7913ef58c99ff32c0fb5 | /com/IOleInPlaceObject/IOleInPlaceObject/src/IOleInPlaceObject/IOleInPlaceObject/WebBrowserHost.h | 0066607d0b6c560d2681c66f85dcd2189d6de28f | [
"MIT"
] | permissive | bg1bgst333/Sample | cf066e48facac8ecd203c56665251fa1aa103844 | 298a4253dd8123b29bc90a3569f2117d7f6858f8 | refs/heads/master | 2023-09-02T00:46:31.139148 | 2023-09-01T02:41:42 | 2023-09-01T02:41:42 | 27,908,184 | 9 | 10 | MIT | 2023-09-06T20:49:55 | 2014-12-12T06:22:49 | Java | SHIFT_JIS | C++ | false | false | 3,244 | h | // 二重インクルード防止
#ifndef __WEB_BROWSER_HOST_H__
#define __WEB_BROWSER_HOST_H__
// ヘッダのインクルード
// 既定のヘッダ
#include <shlobj.h> // シェルオブジェクト
// 独自のヘッダ
#include "UserControl.h" // CUserControl
// ウェブブラウザホストクラスCWebBrowserHost
class CWebBrowserHost : public CUserControl, public IOleClientSite, public IOleInPlaceSite{
// priva... | [
"bg1bgst333@gmail.com"
] | bg1bgst333@gmail.com |
e8cd38a0a4b5218b19070ffa70c6181967c83bc5 | b8af5a6b2f36acf00b3f2ee75b69832c410927c3 | /AirHawks/OptionsDialog.cpp | 3a9d441261b6a5fbbad2454f92666871ac628366 | [] | no_license | vish-chan/AirHawks-CPP | 2a4e823f0419e486955803790587e84af56cb818 | f81b6037ad21231d5edcbdac711a03ed85671fdf | refs/heads/master | 2020-12-03T00:20:40.835182 | 2017-07-02T11:24:57 | 2017-07-02T11:24:57 | 96,018,671 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,172 | cpp | #include "OptionsDialog.h"
#include "Res.h"
#include "cGame.h"
#include "SexyAppFramework/XAppBase.h"
#include "SexyAppFramework/WidgetManager.h"
#include "SexyAppFramework/Font.h"
#include "SexyAppFramework/Image.h"
#include "SexyAppFramework/Checkbox.h"
#include "SexyAppFramework/Slider.h"
using namespace ... | [
"vish-chan@users.noreply.github.com"
] | vish-chan@users.noreply.github.com |
3b1d49ae5955e36ca82c8fb2014ee301730dd73e | b03bb28b95ab56afac6526c5f18c829763492bb6 | /core/tensorShape.h | 6e230e0187d18e38401e6cf73321eff5f2ad5525 | [
"MIT"
] | permissive | adajed/DeepLearningCPP | 06da3d679b08dc2cf3691a735d80fef9ce572b31 | 2fa4d57b75c145e918a8906b7404284628baa116 | refs/heads/master | 2021-06-07T00:59:45.055274 | 2021-05-23T16:02:42 | 2021-05-23T16:02:42 | 152,218,238 | 10 | 2 | MIT | 2021-05-23T16:02:42 | 2018-10-09T08:47:47 | C++ | UTF-8 | C++ | false | false | 1,204 | h | #ifndef GRAPHDL_CORE_TENSOR_SHAPE_H_
#define GRAPHDL_CORE_TENSOR_SHAPE_H_
#include "graphdl.h"
#include <initializer_list>
namespace graphdl
{
namespace core
{
class TensorShape
{
public:
using iterator = std::vector<int>::iterator;
TensorShape() = default;
TensorShape(Shape shape);
TensorShape(st... | [
"adam.jedrych25@gmail.com"
] | adam.jedrych25@gmail.com |
1263f0432a9f0629929fffcc0820be5d23e33fb2 | f4fed014040a5ab4b8365e5c0735d65bddafa230 | /SIDPlayPaul/mos6510.cpp | 6c136aa6e3ffa78b8b032f8951b3fa1bc2af7681 | [] | no_license | SparkyNZ/GeekTunes | f428b9a3ea490b80a15a336958220d1d0c18db41 | 7d8deec6b6cf29895d9eee6d0eb4e7f83303bb49 | refs/heads/master | 2020-05-18T01:55:26.993415 | 2013-10-18T00:28:34 | 2013-10-18T00:28:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 21,587 | cpp | /***************************************************************************
main.cpp - description
-------------------
begin : Thu May 11 06:22:40 BST 2000
copyright : (C) 2000 by Simon White
email : s_a_white... | [
"sparkynz74@gmail.com"
] | sparkynz74@gmail.com |
4fdf175774c5569091ba3073ebaa7651b867c985 | 92e979498ec13e4ef1f9ff140e12865b5082c1dd | /SDK/Rejoin_structs.h | 49ea53fe1e37a7713e345316c4dd2561fa2c5243 | [] | no_license | ALEHACKsp/BlazingSails-SDK | ac1d98ff67983b9d8e9c527815f17233d045d44d | 900cbb934dc85f7325f1fc8845b90def2298dc2d | refs/heads/master | 2022-04-08T21:55:32.767942 | 2020-03-11T11:37:42 | 2020-03-11T11:37:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 638 | h | #pragma once
// Name: BlazingSails, Version: 1.481.81
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
// Enums
//---------------------------------------------------------------------------
// Enum Rejoin.ERejoinStatus
enum... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
b427c85db71fb496553640ea575776ec0d525378 | 82ffbe324536805b25cf01bb068d93fe0f6f26ab | /leetcode C++/number_cal/Add_Two_Number/Add_Two_Number_First.cpp | 8b022ef3e29f830e015e393b9c218a3abdb754c8 | [] | no_license | caixiaomo/leetcode-ans1 | b4e0fab2da42036f8409b9adb6ccf33e22bbac11 | d6ba2b76a3cf469abb97b170caa2f99c1564306f | refs/heads/master | 2020-03-31T01:23:08.989746 | 2015-03-02T14:31:13 | 2015-03-02T14:31:13 | 31,544,222 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,228 | cpp | /**
* Definition for singly-linked list.
* struct ListNode {
* int val;
* ListNode *next;
* ListNode(int x) : val(x), next(NULL) {}
* };
*/
class Solution {
public:
ListNode *addTwoNumbers(ListNode *l1, ListNode *l2) {
// Note: The Solution object is instantiated only once and is reused b... | [
"caixiaomo1993@gmail.com"
] | caixiaomo1993@gmail.com |
190b09f13c4d0acf73f05a4762aaf8bca92488d1 | ed0cc12a537967664016c38a2ba9e6c64efff441 | /src/util.h | 70e1e7d2bacec58895a86f8db5d5451ac8aaf916 | [
"MIT"
] | permissive | AzzureCore/Azzure | 113462cbc4e17eb1ec548ac8577190067aaa37bc | 2e0e094f3b6807cbdafe0dd6a5de21cf89be2ea3 | refs/heads/master | 2022-07-07T15:45:05.327901 | 2020-05-08T16:59:01 | 2020-05-08T16:59:01 | 262,760,734 | 0 | 0 | null | 2020-05-10T10:19:24 | 2020-05-10T10:19:24 | null | UTF-8 | C++ | false | false | 8,851 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2018 LightPayCoin developers
// Copyright (c) 2018 The Azzure developers
// Distributed under the MIT software lice... | [
"adeeshaa@adastproject.com"
] | adeeshaa@adastproject.com |
8aed0e3036a6c4d9f935c9f1b46ded80f6f81d93 | 8ae7a23f05805fd71d4be13686cf35d8994762ed | /mame150/src/mess/machine/abc99.h | 9b85c55a54c7759c812d8c2302317a90932b315e | [] | no_license | cyberkni/276in1JAMMA | fb06ccc6656fb4346808a24beed8977996da91b2 | d1a68172d4f3490cf7f6e7db25d5dfd4cde3bb22 | refs/heads/master | 2021-01-18T09:38:36.974037 | 2013-10-07T18:30:02 | 2013-10-07T18:30:02 | 13,152,960 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,639 | h | /**********************************************************************
Luxor ABC-99 keyboard and mouse emulation
Copyright MESS Team.
Visit http://mamedev.org for licensing and usage restrictions.
*********************************************************************/
#pragma once
#ifndef __... | [
"dan@van.derveer.com"
] | dan@van.derveer.com |
97bb5d2caa39ab60a0fc8e79fcb73845b4017682 | 86609148aee683f1a2f92f9ab5c073b4c29380e4 | /utils/dnp3_src/cpp/libs/src/opendnp3/master/DisableUnsolicitedTask.cpp | f5cddd63ff004dd6feb99d11004ed0157f2e34cc | [
"Apache-2.0"
] | permissive | thiagoralves/OpenPLC_v3 | 16ba73585ab6b4aff7fb3e0f6388cf31f7aa2fce | cf139121bc15cb960a8fad62c02f34532b36a7c7 | refs/heads/master | 2023-08-07T06:55:19.533734 | 2023-07-19T15:33:35 | 2023-07-19T15:33:35 | 137,387,519 | 817 | 370 | null | 2023-09-14T03:09:01 | 2018-06-14T17:15:49 | C++ | UTF-8 | C++ | false | false | 2,309 | cpp | /*
* Licensed to Green Energy Corp (www.greenenergycorp.com) under one or
* more contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright ownership.
* Green Energy Corp licenses this file to you under the Apache License,
* Version 2.0 (the "Lic... | [
"thiagoralves@gmail.com"
] | thiagoralves@gmail.com |
1bf02335e30258090acc5ac06ef9ec82ae24dfc7 | 5d6efcd77c8ac61e8ef50050e495a6e340f7180f | /src/lexical/lexicalanalyzer.h | 83d9ff5fa44cc29f9cf9a5d8ee785458c5b6f637 | [] | no_license | Youw/Compiler | 1ba3d675e435bf2cc8abd093d7299a0d85d4a10a | b186cf788b30426acc7d551e2f25b716f079bbb3 | refs/heads/master | 2020-05-16T21:29:51.419984 | 2015-06-23T04:40:20 | 2015-06-23T04:40:20 | 33,451,123 | 0 | 1 | null | 2015-04-09T12:47:02 | 2015-04-05T18:47:32 | C++ | UTF-8 | C++ | false | false | 1,637 | h | #ifndef LEXICALANALYZER_H
#define LEXICALANALYZER_H
#include <deque>
#include "config.h"
#include "lexem.h"
class LexicalException
{
string message;
public:
LexicalException(const string& s = STR("LexicalException")):message(STR("LexicalException: ")+s) {
}
virtual const string& what() const {
return m... | [
"ihor.youw@gmail.com"
] | ihor.youw@gmail.com |
f4d43d447b357febea0baa5e4d64986b269a13af | 4d9bbd510b0af8778daba54fe2b1809216463fa6 | /build/Android/Debug/app/src/main/include/Fuse.Navigation.SwipeNavigate.h | a5a21e9c6cc2368ccf6e2789ff6326029965b215 | [] | no_license | Koikka/mood_cal | c80666c4930bd8091e7fbe4869f5bad2f60953c1 | 9bf73aab2998aa7aa9e830aefb6dd52e25db710a | refs/heads/master | 2021-06-23T20:24:14.150644 | 2020-09-04T09:25:54 | 2020-09-04T09:25:54 | 137,458,064 | 0 | 0 | null | 2020-12-13T05:23:20 | 2018-06-15T07:53:15 | C++ | UTF-8 | C++ | false | false | 5,622 | h | // This file was generated based on node_modules/@fuse-open/fuselibs/Source/build/Fuse.Navigation/1.12.0/SwipeNavigate.uno.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Fuse.Behavior.h>
#include <Fuse.Binding.h>
#include <Fuse.INotifyUnrooted.h>
#include <Fuse.Input.IGesture... | [
"antti.koivisto@samk.fi"
] | antti.koivisto@samk.fi |
d0b524bb0bc805e3bb2210535c55a8b16ff50353 | 674510d1598b29f01d7c82e24ebb21c3468147e2 | /src/chatbot.cpp | 3939973e252ddb0b8286c6bac4f3656880eb0970 | [] | no_license | kforkaran/Memory-Management-Chatbot | 7b8297f06058d9de6f5165571212f2e63c3aade4 | d8dd8a6ad38b269df3ec70ff203b81320eb88884 | refs/heads/master | 2022-11-09T00:37:17.233532 | 2020-06-27T17:39:26 | 2020-06-27T17:39:26 | 265,440,525 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,067 | cpp | #include "chatbot.h"
#include <algorithm>
#include <ctime>
#include <iostream>
#include <random>
#include "chatlogic.h"
#include "graphedge.h"
#include "graphnode.h"
// constructor WITHOUT memory allocation
ChatBot::ChatBot() {
// invalidate data handles
_image = nullptr;
_chatLogic = nullptr;
_rootNode = nu... | [
"karangupta199920@gmail.com"
] | karangupta199920@gmail.com |
3ba37331e69c9c6fc60bf70c15406bc5933fe855 | 3b23020e27df245916ddf20bb7677deaf69bcb8b | /系统源码/服务器组件/登陆服务器/LogonServerDlg.cpp | 5bcf93d296119d94eb5fd30a9edb2e3482b0a65f | [] | no_license | weimingtom/wh2008 | dcd0de272b637383cc4077c7afd69f6dc2de2fa0 | 21fa8806f4bca3f690aec190a6e374ef308c7780 | refs/heads/master | 2021-01-22T00:13:48.289285 | 2014-10-23T15:04:45 | 2014-10-23T15:04:45 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 6,875 | cpp | #include "Stdafx.h"
#include "LogonServerDlg.h"
#include "afxdialogex.h"
//////////////////////////////////////////////////////////////////////////
BEGIN_MESSAGE_MAP(CSystemOptionDlg, CDialog)
END_MESSAGE_MAP()
BEGIN_MESSAGE_MAP(CLogonServerDlg, CDialog)
ON_BN_CLICKED(IDC_START_SERVICE, OnBnClickedStartService)
O... | [
"frozen.arthur@gmail.com"
] | frozen.arthur@gmail.com |
e60d62abf8514d46b99efb4a2169ba2fc9c92b0c | 116894caf8dcccf6f70211e386b943c43485087f | /vendor/Qt5.14.2/msvc2017/include/QtGui/5.14.2/QtGui/qpa/qplatformdialoghelper.h | ba800a696f6aa9c36d9c7a7952fee1f22dff2a59 | [
"MIT"
] | permissive | kiseop91/Pomordor | 04498276ea73daef37ad50b6f351a2ffd2ed7ab5 | 5bfbfaa9ceecdf147058ca49dc3c4fa8b442717c | refs/heads/develop | 2023-03-25T22:15:59.964938 | 2021-03-20T07:59:37 | 2021-03-20T07:59:37 | 276,431,994 | 2 | 2 | MIT | 2020-12-21T04:31:02 | 2020-07-01T16:44:31 | C++ | UTF-8 | C++ | false | false | 15,778 | h | /****************************************************************************
**
** Copyright (C) 2018 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees holding valid commerci... | [
"kiseop91@naver.com"
] | kiseop91@naver.com |
1bae4f837b4026995f65d3f7208387c93297e5a3 | ad49ba448efe450cb1ce16966581d39369eee586 | /c/physics/morse.cpp | 74fc0e7c06cfd7caf387ae08d907b25683cdb965 | [] | no_license | onehalfatsquared/CPfold | 5bef1ab139bb82c4cb5d5ec580f495f1b706355f | 0c4b3d428f69a546159c79a1915681ccb57774c2 | refs/heads/master | 2021-06-09T14:49:34.991489 | 2021-05-05T16:39:26 | 2021-05-05T16:39:26 | 158,277,864 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,534 | cpp | #include <math.h>
#include <algorithm>
#include "bDynamics.h"
#include "../defines.h"
namespace bd {
double morseP(double r, double rho, double E){
//evaluate the morse potential derivative
double Y = exp(-(rho) * ((r) - 1));
return -2 * (rho) * (E) * ( Y*Y -Y);
}
double morseEval(double* particles, int rho, do... | [
"onehalfatsquared@github.com"
] | onehalfatsquared@github.com |
bb88d05c5e07e0593ac335f33c1a3763f199ff61 | dccc899de920df96e8c41dde4e23af8966c94393 | /quickselect/quickselect.cpp | 99406e79c32bb8f082c6ffa714b09ddbf4ebb195 | [] | no_license | qs8607a/algorithm-32 | 5da99a5436abc16fd5aa11453c0647f1c33f7407 | fea5f2516d13664cf303ee108bd7512fd2c37c6b | refs/heads/master | 2016-09-03T07:08:25.374637 | 2013-03-24T04:31:01 | 2013-03-24T04:31:01 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 3,334 | cpp | /*
quickSelect
- 中央値を探索する
- 平均的にO(n)
- ※バグもち。そのうち直す。
*/
#include <cstdio>
#include <algorithm>
#include <functional>
#include <vector>
// 中央値を返す
int quickSelect( int* elements, int left, int right, int selectNo )
{
// 要素が1つしかない場合
if( left == right )
{
return elements[left];
}
// 要素が二つしかない場合... | [
"q.at.nonoil@gmail.com"
] | q.at.nonoil@gmail.com |
443e4be63869d7d2badd4c6793071726669ba036 | 2d42a50f7f3b4a864ee19a42ea88a79be4320069 | /source/graphics/buffers/ibo.h | c5f3f3cb8cdbf9484a57c1182e9995d1835bcfd0 | [] | no_license | Mikalai/punk_project_a | 8a4f55e49e2ad478fdeefa68293012af4b64f5d4 | 8829eb077f84d4fd7b476fd951c93377a3073e48 | refs/heads/master | 2016-09-06T05:58:53.039941 | 2015-01-24T11:56:49 | 2015-01-24T11:56:49 | 14,536,431 | 1 | 0 | null | 2014-06-26T06:40:50 | 2013-11-19T20:03:46 | C | UTF-8 | C++ | false | false | 3,553 | h | #ifndef _H_PUNK_OPENGL_INDEX_BUFFER
#define _H_PUNK_OPENGL_INDEX_BUFFER
#include <graphics/opengl/module.h>
#include "ibufffer_object.h"
PUNK_ENGINE_BEGIN
namespace Graphics {
namespace OpenGL {
class VideoMemory;
template<class T>
class PUNK_ENGINE_LOCAL IndexBufferObject : public IBufferObject {
public:
... | [
"nickolaib2004@gmail.com"
] | nickolaib2004@gmail.com |
55f1fd5218dfb25e23383cf7a6a0f17a4e76f57d | 2fa764b33e15edd3b53175456f7df61a594f0bb5 | /appseed/aura/net/netserver/netserver_socket.h | 7183e7b022dc8cd8201572cc44632241ac1ac355 | [] | no_license | PeterAlfonsLoch/app | 5f6ac8f92d7f468bc99e0811537380fcbd828f65 | 268d0c7083d9be366529e4049adedc71d90e516e | refs/heads/master | 2021-01-01T17:44:15.914503 | 2017-07-23T16:58:08 | 2017-07-23T16:58:08 | 98,142,329 | 1 | 0 | null | 2017-07-24T02:44:10 | 2017-07-24T02:44:10 | null | UTF-8 | C++ | false | false | 585 | h | #pragma once
namespace netserver
{
class CLASS_DECL_AURA socket :
virtual public ::sockets::httpd_socket
{
public:
bool m_bSetCookie;
socket(::sockets::base_socket_handler & h);
~socket();
virtual void OnExecute();
virtual void OnResponse... | [
"camilo@ca2.email"
] | camilo@ca2.email |
9b57619a03d1a81b1992fefb6c525031d4e8317f | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /ash/shell/content/shell_with_content_main.cc | b1a6b73adab02d22611546f02dbdf5f2133c2fb5 | [
"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 | 1,197 | 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/shell/content/client/shell_main_delegate.h"
#include "base/at_exit.h"
#include "base/command_line.h"
#include "base/files/file_path.h"
#... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
1c79e75e5448ba079b0ea1bc63bf4565809fa69d | 6bdce03306010b28317815fbaa3e377329742c8b | /CPP/LogicalandRelationalOperators.cpp | e5a42e02691d9d613824c2a59554a647dc8eff53 | [] | no_license | kayfour/learn_C_CPP | 9ed9a804fa3f4e4bbfc1a1f37cd3b71894074536 | 43871102ad4e4af75c9332baa1da7e06e1b847e5 | refs/heads/master | 2023-01-18T17:24:30.595527 | 2020-12-01T12:45:05 | 2020-12-01T12:45:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 901 | cpp | #include <iostream>
using namespace std;
int main() {
int first = 21;
int second = 10;
int result ;
if( first == second ) {
cout << "first is equal to second" << endl ;
} else {
cout << "first is not equal to second" << endl ;
}
if( first < second ) {
cout << "first is less ... | [
"sanghunoh@sanghuns-MacBook-Air.local"
] | sanghunoh@sanghuns-MacBook-Air.local |
9e63fa095ec1cbce18c9ac8a00864279218058e8 | fc6507919542a73013cd098d124f9fc26d5125b3 | /Sub two numbers.cpp | f4e789c78535ba2a5834b3e87895dbabecc30732 | [] | no_license | MonikaLinn/CPlusPlus-Projects | e206819768aa9498ee1f269cd0dbee53c2a7bb31 | e094337524a0480e693186ac46d18d254264fd61 | refs/heads/main | 2023-08-24T08:15:25.884751 | 2021-10-24T03:49:16 | 2021-10-24T03:49:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,263 | cpp |
#include <iostream>
using namespace std;
//Function prototypes declarations
int calculations(int firstInput, int secondInput);
int numberOne();
int numberTwo();
//Showing the user answer / skeleton for program
int main()
{
int inputOne = numberOne();
int inputTwo = numberTwo();
int subtraction = calculations(inpu... | [
"75878133+MonikaLinn@users.noreply.github.com"
] | 75878133+MonikaLinn@users.noreply.github.com |
7d62ef1e95f94ee0aedc76148f34452044163a7f | 17b6dff759bc6b2348785f6dd5b8f0c9805d9fd9 | /IC Imaging Control/samples/vc10/Making Device Settings/MakingDeviceSettingsDlg.cpp | f4acbc41a1702e17b8356a95a7e34e73be050447 | [] | no_license | LVROBOT/Stereo-Vision | 19d5c43932d2bc98b7e80b75bcf13b155679f7ca | c1910271a7440165aa3d38174c167a135ffdfc62 | refs/heads/master | 2021-04-06T17:03:03.740281 | 2018-03-15T15:10:30 | 2018-03-15T15:10:30 | 125,384,975 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,884 | cpp | // MakingDeviceSettingsDlg.cpp : implementation file
//
#include "stdafx.h"
#include "MakingDeviceSettings.h"
#include "MakingDeviceSettingsDlg.h"
#include "DeviceDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////... | [
"15954028913@163.com"
] | 15954028913@163.com |
6f671a00d57fa1a2faf28f752974375d7deed60e | 345dbd5c369e617da89cbd164b773b71bca91aff | /virtualChassis.cpp | 536147745f1cfa9559199d943ed05cf513a71c58 | [] | no_license | zhenwk/autonomous_rolling_hump | df11e228687adf3e2620635ec266450ba6ee823b | 0e77aa7ff71ba37d4236ab3dbae4f4000afd0b5f | refs/heads/master | 2021-01-14T08:59:24.492981 | 2015-03-31T19:10:11 | 2015-03-31T19:10:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,209 | cpp | /*
* Adapted from David Rollinson's code (unifiedVC_fast.cpp) on 2012/2/2.
*
* Virtual chassis implementation for use with snake simulator.
*/
/*************************************
* Documentation from MATLAB version *
*************************************/
//UNIFIEDVC
// [ virtualChassis, chassisMags ] = ... | [
"biorobotics@MambaLin.biorobotics.local"
] | biorobotics@MambaLin.biorobotics.local |
3d3ebd1ce16c2ff48bdc0750adc5232ff3fb2668 | 34ba73cad1026d0edeccdd989ca3b5f7186876f8 | /rbdl/tests/CustomJointMultiBodyTests.cc | 1c4416c211ccb4f773e02fabf7c7e1195850ce6e | [
"Zlib",
"MIT"
] | permissive | bvsk35/Hopping_Bot | 36fe3934190c44ac827eb285c08c3d1f59779fee | 5a8c7d4fdb4ae0a5ddf96002deb3c9ba1116c216 | refs/heads/master | 2022-07-31T20:06:55.814867 | 2019-11-28T17:54:40 | 2019-11-28T17:54:40 | 173,667,400 | 0 | 1 | MIT | 2022-06-21T22:01:27 | 2019-03-04T03:29:32 | C++ | UTF-8 | C++ | false | false | 31,389 | cc | /*
* RBDL - Rigid Body Dynamics Library
* Copyright (c) 2016-2018 Matthew Millard <matthew.millard@iwr.uni-heidelberg.de>
*/
#include <UnitTest++.h>
#include <iostream>
#include "Fixtures.h"
#include "Human36Fixture.h"
#include "rbdl/rbdl_mathutils.h"
#include "rbdl/Logging.h"
#include "rbdl/Model.h"
#include "... | [
"43317325+bvsk35@users.noreply.github.com"
] | 43317325+bvsk35@users.noreply.github.com |
717f3e6fd5cf0b2ed2859c90d8d32a7249ae0fa6 | 9b1a0e9ac2c5ffc35f368ca5108cd8953eb2716d | /5/Section6-Networking/6.04-FastRPCforOnlineGames-Bae/RPCDuel/lobby.cpp | 91b836a81e961c6ede08cf67e372b49f1f4f2d64 | [] | no_license | TomasRejhons/gpg-source-backup | c6993579e96bf5a6d8cba85212f94ec20134df11 | bbc8266c6cd7df8a7e2f5ad638cdcd7f6298052e | refs/heads/main | 2023-06-05T05:14:00.374344 | 2021-06-16T15:08:41 | 2021-06-16T15:08:41 | 377,536,509 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 9,242 | cpp | #include "stdafx.h"
//-----------------------------------------------------------------------------
// File: Lobby.cpp
//
// Desc: DP lobby related routines
//
// Copyright (C) 1995-2001 Microsoft Corporation. All Rights Reserved.
//-----------------------------------------------------------------------------
#... | [
"t.rejhons@gmail.com"
] | t.rejhons@gmail.com |
61e7233b2729ce3a145e3e70c25003f11121c9ff | 37b06470bea58c0e17e1e2f8cbfed105f02c09b3 | /Grains_autogen/moc_compilation.cpp | 4a4f38dda9cd80b5cca24437329b64d92751a800 | [] | no_license | edarles/Grain | 7e56bc6962380a9dce9b6f17a2eca0f6027a49fc | e197672b637e2de7c14aa188d2abf1b87961454f | refs/heads/master | 2020-03-23T13:06:17.628516 | 2018-07-19T15:33:44 | 2018-07-19T15:33:44 | 141,600,131 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 82 | cpp | /* This file is autogenerated, do not edit*/
#include "U6PKXSNLUA/moc_window.cpp"
| [
"emmanuelle.darles@univ-poitiers.fr"
] | emmanuelle.darles@univ-poitiers.fr |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.