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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5923efd3589169534d27d506280a1ddaab8cfad3 | 5dc10619b547c7ce34a48350c70c6aa09739ee72 | /miniAES/internal/miniAES-Types.hpp | fa1931e31139ebe4056e89be246437585318ab8e | [] | no_license | grhbit/miniature-AES | b28be0b8f82aedd106f3ac1d274066690ebb79ae | caa4763d9ba3b300ca720b4dedd509ded4039fdc | refs/heads/master | 2021-05-28T06:18:07.645014 | 2013-03-24T22:58:54 | 2013-03-24T22:58:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 562 | hpp | #ifndef MINIAES_INTERNAL_MINIAES_TYPES_HPP_
#define MINIAES_INTERNAL_MINIAES_TYPES_HPP_
namespace mini {
namespace internal {
typedef unsigned char Byte;
typedef unsigned long Word;
typedef struct {
Word round;
union {
Byte a[16];
Byte m[4][4];
};
} State;
typedef struct {
Word keyLeng... | [
"g.passcode@gmail.com"
] | g.passcode@gmail.com |
d3c3ffdc506be8cd3f9f5128cc39a4db112ea581 | d8e441b9014fe4d075bbe79c5ea623ca3ae17577 | /trip_utest.cpp | e694641656ae86e524c9f1c3e4d5bdde8091a070 | [] | no_license | sirKristoff/car | b54f8495d30b6d7be023202cfc5e9d7434574ab2 | 6b3985a0b658909010dd2d78776d1fdf2f46f447 | refs/heads/master | 2021-01-10T03:21:59.279229 | 2016-04-08T15:28:30 | 2016-04-08T15:28:30 | 55,681,578 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,461 | cpp | #include <gtest/gtest.h>
#include "trip.h"
#include <sstream>
#include <string>
TEST(TripTest, Tc01_Empty)
{
{
Trip trip;
std::istringstream istr("");
istr >> trip;
EXPECT_EQ( 0, (trip.end() - trip.begin()) );
EXPECT_FALSE( istr.eof() );
EXPECT_TRUE( istr.fail() );
}
{
Trip trip;
std::istringstream istr("... | [
"krzysztof.j.lasota@gmail.com"
] | krzysztof.j.lasota@gmail.com |
988b04cb502b4a7c041446fcb7313a44b8f577f7 | 4641c0dae57bcc7f8eccd80e19cda82ae106509b | /adena/AdenaLib/include/BDRSA.h | 802f2b0efdf3eced4d82dbc1befd34f643597165 | [] | no_license | alois-git/l2adenalib | 24ae0acb308b5322fa78590f83a9a8bca567033e | 2f4652ae8d8cd9139deced7f59d18692f1af8127 | refs/heads/master | 2022-04-30T02:27:37.029734 | 2015-04-16T15:15:49 | 2015-04-16T15:15:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,357 | h | /*
* BDRSA.h - This is the BigDidgets RSA keygen/cipher modified into a c++ class.
* Created Arpil 21, 2006, by Michael 'Bigcheese' Spencer.
*
* Copyright (C) 2007 Michael Spencer
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Licen... | [
"Bigcheesegs@5917292b-5226-0410-8d13-138788160c22"
] | Bigcheesegs@5917292b-5226-0410-8d13-138788160c22 |
c5ee7e36dc39d044522a4c47a22a7453a80b1548 | ec8abc23f91b63ef701776dee642432348a5127d | /Classes/GameScene/GameSceneController.h | 3c0d1947e652b0987adde4145a66c3f662978f28 | [
"MIT"
] | permissive | zhengqi-big-god-take-me-fly/FancyBubbling | a5b628d3a8eaa276e3cd779b7a1b4f1290502d50 | 13d1489f4f26f3cdd4b8779f333a9bb31e709d74 | refs/heads/master | 2021-01-20T19:45:42.863951 | 2016-07-13T18:48:01 | 2016-07-13T18:48:01 | 60,365,715 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,488 | h | #ifndef __GAME_SCENE_CONTROLLER_H__
#define __GAME_SCENE_CONTROLLER_H__
#include "cocos2d.h"
#include "GameSceneControllerDelegate.h"
#include "GameSceneModel.h"
#include "GameSceneView.h"
USING_NS_CC;
#define KEY_EMPTY "EMPTY"
#define KEY_BUBBLE "BUBBLE"
#define KEY_MEDICINE "MEDICINE"
#define KEY_SHIELD "SHIELD"
#... | [
"perqinxie@gmail.com"
] | perqinxie@gmail.com |
9f311c0bd10de12af9995a33b3a44c11cc7907e7 | f73ec4d4a5ad55c397e685ba652e1bceaff46117 | /CrossZero/CrossZero/CrossZero/Button_IMG.h | 252b3a8ac4fc8de2e6b431131097a886c79b9dae | [] | no_license | maximiliysiss/GamesMiniGDI | 0c0eb10555bff5afdb11e6f4eb225a1acd6558b7 | e16878425641e78db080869d550cd804c5a32320 | refs/heads/master | 2020-03-18T19:40:37.210654 | 2019-12-04T18:23:41 | 2019-12-04T18:23:41 | 135,169,442 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,384 | h | #pragma once
#include <Windows.h>
// Класс кнопки
class Button_IMG
{
HBITMAP hBitmap; // Изображение маска
int st_x; // Позиция верзнего левого угла
int st_y;
BITMAP bmp; // Информация о битмап
void(*pf)(); // Указатель на функцию
public:
// Констурктор
Button_IMG(WORD id, int x, int y, void(*_pf)()) :st_x(x),... | [
"zim.ma2010@yandex.ru"
] | zim.ma2010@yandex.ru |
d478a8fa1afea01c4d9664ba6886b004e897134c | f7ed4339bc6fa50c25c73c22faea04f90841edda | /test/main1.cpp | a62df1c077d5e0330ce963905e280402ae8e1e14 | [] | no_license | AcumenDev/ClimateControl | 31480490d6342f5142234f9d1370f588f3768129 | aee7aafaad6ae0617f83798b40d8177737241d65 | refs/heads/master | 2021-01-18T20:56:03.438972 | 2017-10-22T20:09:55 | 2017-10-22T20:09:55 | 87,003,364 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,133 | cpp | #include <iostream>
#include "Relays.h"
#include "../climate/TemperatureControl.hpp"
#include <chrono>
//#include "Arduino.h"
//#include "EEPROM.h"
using namespace std;
using namespace std::chrono;
bool humidificationRelay;
bool heatingRelay;
bool coolingRelay;
Values values;
RelaysBase *relays = new Relays(&humidif... | [
"akummail@gmail.com"
] | akummail@gmail.com |
7db98fe277d4221ea5373c05f9dc53c169a18555 | b1aa9ad6733efcb53d465809d5109e9174dabf04 | /CCode/EngineCode/C4Blockers.h | 6ef5f85763fe94986c00cba60742c51632872bf5 | [] | no_license | dumpinfo/GameMatrixTest | d21545dbef9ade76fe092343a8362da4c8b142ca | 9e4a73ad17555ddb90020c47e2486698b90e4d0d | refs/heads/master | 2023-02-04T01:52:05.342214 | 2020-12-23T17:22:36 | 2020-12-23T17:22:36 | 323,961,033 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,403 | h |
#ifndef C4Blockers_h
#define C4Blockers_h
//# \component Physics Manager
//# \prefix PhysicsMgr/
#include "C4Volumes.h"
#include "C4Node.h"
namespace C4
{
typedef Type BlockerType;
enum : ObjectType
{
kObjectBlocker = 'BLKR'
};
//# \enum BlockerType
enum : BlockerType... | [
"twtravel@126.com"
] | twtravel@126.com |
a16bc12ef1e255af0b5fba7233e617712ae25b07 | 73e53c0cb5a010536080b5a6f45f1fc87f4eac5f | /NewSDKBuild的副本/rcode/owner.cpp | 06d9994db12543a3c719c96d05e45146c9818da1 | [] | no_license | Kratos28/HYSDK | 2299f85dd07ee7cf6da32779195f1bd86a7b66b4 | 2463766b231675b13e080f736e0cb1d8a48019bb | refs/heads/main | 2023-08-13T02:56:26.080809 | 2021-10-15T06:49:05 | 2021-10-15T06:49:05 | 417,354,291 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,296 | cpp | #include <string>
#include "c_d54qlRvYsNXyKPnB4y_.h"
#include "c_ayeru.h"
#include "c_aRfjyqQlLV5U6myO1X7hNK.h"
#include "c_ADcn5pt2oQVQwyKC2rr3nftjWDDqf.h"
#include "c_PA6I4K5jCPUTWuz.h"
#include "c_AS6cH.h"
#include "c_qjmDyGMkcYNrtyJWGm7MyNLv.h"
#include "c_RE8IqlYDkzI.h"
#include "c_l1TY.h"
#include "c_dY... | [
"461400226@qq.com"
] | 461400226@qq.com |
5a7e79cb0e2185390e9c6cfc7a7becc512c44c60 | fea779942fbbe4e3c03cb9bc78b0a99e56cb17e5 | /cpp/m4variant/inc/m4varres.hpp | 9375efba09ac7f8a19414a1a4a7984b84542f06d | [] | no_license | jesuscraf/peopletech | 66e372af07f9a3dd4660ef14b93daddf92a5e3c8 | 3ab9470cf2e7cb7a44baf4185710cb707f081ff4 | refs/heads/master | 2021-09-03T13:37:13.701453 | 2018-01-09T11:49:34 | 2018-01-09T11:49:34 | 114,750,048 | 0 | 0 | null | null | null | null | ISO-8859-2 | C++ | false | false | 1,444 | hpp | #ifndef __VARRES_HPP
#define __VARRES_HPP
#include "m4res.hpp"
#define M4_VARIANT_NO_MEMORY M4_VARIANT_ERROR_BASE + 0x0000
//Recursos insuficientes.\n \nNo hay memoria suficiente para obtener "%0:s" bytes.\nDebe cerrar alguna aplicación.\nEsto sucedió en la línea "%1:s" del archivo "%2:s".
#define M4_VARIANT... | [
"jesusc@meta4.com"
] | jesusc@meta4.com |
3ad15b66bff5e457c91b0a52b1debde8c4e1cd86 | c4d7e2a2af8d4ff9d4a2ee48515460b1ac9ab179 | /DeviceAdapters/Okolab/H101BasicControl.cpp | 35bc9b56e151929a5cbb165b4f95362b28cb0874 | [] | no_license | hanseltime/MicroManagerSource-1.4.22 | 1cb500559caab5d7d82e38118c8dd9c188e457d3 | fe4e9271f5f86b1a2508fb4ff9d427ed3ee75530 | refs/heads/master | 2021-06-30T13:35:56.631828 | 2015-08-15T05:15:25 | 2015-08-15T05:15:25 | 103,884,019 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,244 | cpp | ///////////////////////////////////////////////////////////////////////////////
// FILE: H101BasicControl.cpp
// PROJECT: Micro-Manager
// SUBSYSTEM: DeviceAdapters
//-----------------------------------------------------------------------------
// DESCRIPTION: Okolab device adapter for H101 Ba... | [
"nico@d0ab736e-dc22-4aeb-8dc9-08def0aa14fd"
] | nico@d0ab736e-dc22-4aeb-8dc9-08def0aa14fd |
9f85b9061797c631c8ce0024d12aa27375be8076 | aad6b08ee56c2760b207d562f16be0a5bb8e3e2a | /development/DoduoAlp/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp | da9379e19eff97eea8eefe276115fc8755dacaa1 | [
"BSD-3-Clause"
] | permissive | Chengjian-Tang/owb-mirror | 5ffd127685d06f2c8e00832c63cd235bec63f753 | b48392a07a2f760bfc273d8d8b80e8d3f43b6b55 | refs/heads/master | 2021-05-27T02:09:03.654458 | 2010-06-23T11:10:12 | 2010-06-23T11:10:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,719 | cpp | /*
Copyright (C) 2008 Trolltech ASA
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This libra... | [
"jcverdie@a3cd4a6d-042f-0410-9b26-d8d12826d3fb"
] | jcverdie@a3cd4a6d-042f-0410-9b26-d8d12826d3fb |
0bb4aa8abbd3c472e3cd8e395a6da0392266f18a | 6dab1c229eb3f6b5db28144b27ed56860b10cf41 | /CfunctionPtrAndCallBack supplement/moduleAdmin.cpp | df323e2364f9ff531d2a52d77802edab1d4380d1 | [] | no_license | fengfanchen/CAndCPP | 885f7ad3ba935cdad3ce3aa1a34bb6fa5e682966 | 60a4d8731a5a5d186f38341da1f93b8973086d31 | refs/heads/master | 2023-02-18T00:46:54.315093 | 2023-02-16T06:12:21 | 2023-02-16T06:12:21 | 180,703,857 | 17 | 21 | null | null | null | null | GB18030 | C++ | false | false | 640 | cpp | #include "moduleAdmin.h"
#define MAX_PROC 100
int g_iProCnt = 0; //全局的前面加一个g
MOUDLE_DATA_S FunList[MAX_PROC] = {0};
int RegisterProc(int iModule, pProcFun pFun){
if(g_iProCnt == MAX_PROC){
return ERR;
}
FunList[g_iProCnt].iModule = iModule;
FunList[g_iProCnt].pFun = pFun;
g_iProCnt++;
return OK;
}
//调... | [
"78442761@qq.com"
] | 78442761@qq.com |
df7570fcf8eda80cb3bc3e1de7ea09d5aabb512e | 35bd87c9c6cacda05252f93b4e30400aa59a0e2f | /export/release/windows/obj/include/polymod/backends/LimeModLibrary.h | d2c49c28be923856f607a22c8ea36384d19c0828 | [
"Apache-2.0"
] | permissive | RE4L-CODE/vsZero-KE | 53599f2099a17a9553adb25a7c8771db0a6bc6d4 | 44c126687ecd3caf7cc3af892164be8d520ae97a | refs/heads/main | 2023-09-01T09:58:39.012592 | 2021-11-18T10:24:21 | 2021-11-18T10:24:21 | 429,388,364 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | true | 3,666 | h | // Generated by Haxe 4.1.5
#ifndef INCLUDED_polymod_backends_LimeModLibrary
#define INCLUDED_polymod_backends_LimeModLibrary
#ifndef HXCPP_H
#include <hxcpp.h>
#endif
#ifndef INCLUDED_lime_utils_AssetLibrary
#include <lime/utils/AssetLibrary.h>
#endif
HX_DECLARE_CLASS1(haxe,IMap)
HX_DECLARE_CLASS2(haxe,ds,StringMap)
... | [
"61307317+RE4L-CODE@users.noreply.github.com"
] | 61307317+RE4L-CODE@users.noreply.github.com |
c55c5500c84f631dcdad804828257a5266c4fcef | 2d3392d690638ae3717255b19ed413e105ba13d4 | /Source/OSIS/UdpSocket.h | ec389af93dd97f492001a6c5acc3debd3df3a316 | [] | no_license | abhilashr1/libReactor | 38d5bc1ca25b9f703e28a359842dce8357bcbaf3 | 3e18a76d3475f6ccc1024202d9cc880e407f9024 | refs/heads/master | 2021-08-27T15:31:56.506215 | 2015-08-09T04:22:42 | 2015-08-09T04:22:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 526 | h | #pragma once
#include "SocketX.h"
namespace libReactor
{
class UdpSocket :
public SocketX
{
public:
UdpSocket(void);
~UdpSocket(void);
public:
int RecvFrom(UdpBuffer & udpBuffer);
int SendTo(UdpBuffer & udpBuffer);
protected:
void Create();
int RecvFrom(UCHAR8 * ptr, int len, sockaddr * from, int *... | [
"xclyfe@gmail.com"
] | xclyfe@gmail.com |
6d929de092b88a33317ccdd1024af765c25553ee | eba35e870437141051997ebd32fb92e22133628d | /algorithm/interview/DFS/rawDFS.cpp | 512b9ce9115997728e5ff7f25354c63e60059789 | [] | no_license | Mansterteddy/Cracking-the-Coding-Interview | a5ab0e44849ae4ad7d502021587531052c074c4f | 5acdbcd5d2d805778100b47480b0e6359d6a445b | refs/heads/master | 2022-08-28T17:40:11.819477 | 2022-08-14T08:49:07 | 2022-08-14T08:49:07 | 65,187,332 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 160 | cpp | #include <vector>
#include <iostream>
using namespace std;
int main()
{
int n = 0;
cout << "Input tree size: " << endl;
cin >> n;
return 0;
} | [
"yuazhan@microsoft.com"
] | yuazhan@microsoft.com |
6d1ef8c941237d687628fd8626b8d97f2c4ab1be | c4d272c5ac45c3f1940fa00d8625bf9f9a512d65 | /src/petuum_ps/server/server_thread.cpp | 3df35e480fa3da75c0243cb241cbe1eb63c3cd5e | [
"BSD-3-Clause"
] | permissive | jackylk/public | ef6faf8dc3dd24cf51df9e6b1d20403b6363b635 | 38d8bc7dc9ad70a9151c9b271bdeb5e56bd13939 | refs/heads/release_1.0 | 2020-12-26T02:39:46.133814 | 2015-04-14T16:55:03 | 2015-04-14T16:55:03 | 35,937,423 | 1 | 0 | null | 2015-05-20T09:01:59 | 2015-05-20T09:01:59 | null | UTF-8 | C++ | false | false | 10,757 | cpp | #include <petuum_ps/server/server_thread.hpp>
#include <petuum_ps_common/thread/msg_base.hpp>
#include <petuum_ps/thread/context.hpp>
#include <petuum_ps/thread/ps_msgs.hpp>
#include <petuum_ps_common/util/stats.hpp>
#include <petuum_ps_common/thread/mem_transfer.hpp>
#include <petuum_ps/thread/numa_mgr.hpp>
namespace... | [
"qho@cogito.ml.cmu.edu"
] | qho@cogito.ml.cmu.edu |
3e78fdb370b3464082f1205990ae91239a70d3e7 | fbe8bef6162bf597e9f2dff5f2e8cceff9ac95ac | /apps/generate_colliders.cpp | f1d940ccf2de23c21b031bccb3b0d01f1a73ed93 | [] | no_license | concubicycle/RunShoot | 67ad3c3c392e838a0e47320c1a678c73fbc641d8 | ac81dc20c64deec2f50c052a4ee18809f59787ff | refs/heads/master | 2020-07-23T03:35:42.883502 | 2019-12-18T01:06:40 | 2019-12-18T01:06:40 | 207,432,811 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,981 | cpp | //
// Created by sava on 10/29/19.
//
#include <set>
#include <nlohmann/json.hpp>
using nlohmann::json;
#include <asset/assimp_loader.hpp>
#include <asset/basic_mesh_reader.hpp>
#include <glm/gtc/epsilon.hpp>
#include <fstream>
float Overlap = 0.5f;
float Epsilon = 1.0f;
std::string Model = "./assets/models/seg1... | [
"saveliyb@gmail.com"
] | saveliyb@gmail.com |
8b2c1bde5e179d3fb575a91ce90cda48802fdaf9 | 49acb86861ba7464d380bd915f8c897f7891ea8f | /Cylinder.h | b8a3a3724f987c4a04a1f4fc632ecc343c39cfd7 | [] | no_license | Cytrus14/Rover-Sim | a00216bc9b32d6b0825557ade5cf8a4a21c147ec | 3b61aaf6e092380d15401a91d1867a0ff5173147 | refs/heads/master | 2023-05-25T16:49:32.810323 | 2021-06-10T23:08:56 | 2021-06-10T23:08:56 | 355,867,078 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 404 | h | #pragma once
#include <stdlib.h>
#include <cmath>
#include "glew.h"
#include "glut.h"
#include "GL.H"
class Cylinder
{
bool isObjectCreated = false;
double red = 1.0;
double green = 1.0;
double blue = 1.0;
public:
void create(int resolution, int orientation, double height, double width, double offset_x, double off... | [
"63610203+Cytrus14@users.noreply.github.com"
] | 63610203+Cytrus14@users.noreply.github.com |
4c8d35d31227575156c63ac9b64ae76f07e2dcae | 56ccdec7150ebe71d504c198b256bcee788e7342 | /DudleyWatch/appNTPTime.cpp | b6084f28ab0dc38eae4484d1a06898321893acf2 | [] | no_license | BoeJaker/TTGO-2020 | f9cb7215c0be64901a0028498584eda7658030bf | 3bb9238e662bd9958ecb5f94e94af61e756918ca | refs/heads/master | 2023-04-01T16:12:50.411547 | 2023-03-29T01:28:39 | 2023-03-29T01:28:39 | 328,702,979 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,623 | cpp | // connect to wifi (stored in "file" acc_pts.txt (in SPIFF)), and then
// get the time via ntp.
#include "config.h"
#include "DudleyWatch.h"
#include <time.h>
#include <WiFi.h>
#include <NTPClient.h>
#include <WiFiUdp.h>
#include "my_tz.h"
#define __WIFIMAIN__
#include "my_WiFi.h" // define "my" wifi stuff
#inc... | [
"j.baker.cwp@gmail.com"
] | j.baker.cwp@gmail.com |
2980d12886bc8504cc61b23cbe92956a52c3d115 | 8b4244f8b8dc18973d2afd18f26202bbac9cd9c0 | /include/common/hadron_type.h | 74c3faa9e4f2e5b007a3d4d2712802a6792d7c8f | [] | no_license | miiya369/analysis_code-set | e6f4cd1f9ae603876d8c444d18cfe0b7af496919 | 6ba1885028834eab2ff0702675060f4efa802e2f | refs/heads/master | 2021-01-21T04:44:35.058958 | 2017-08-01T16:13:34 | 2017-08-01T16:13:34 | 48,170,670 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 835 | h | //--------------------------------------------------------------------------
/**
* @file
* @ingroup All
* @brief Header File for definition of hadron type
* @author Takaya Miyamoto
* @since Thu Sep 15 00:10:27 JST 2016
*/
//--------------------------------------------------------------------------
#ifndef H... | [
"miiya369@gmail.com"
] | miiya369@gmail.com |
076f75f092c63697bd5290f2ceffc7ad0430ba69 | 018c518d17d8c9ff86eb027761dd11002974c17a | /Linked List/header/linkedlist.h | 4e80dd2519718711fb5ad53da1960c1576476f64 | [] | no_license | jameschristianto/cpp | bab6275c17738e33993d9fa526537704be9ef177 | df802a2917b3b21b837c5fd6953a0d3f77e0ba0b | refs/heads/master | 2022-05-17T01:14:27.714938 | 2022-04-08T21:27:53 | 2022-04-08T21:27:53 | 237,221,457 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 385 | h | class Node
{
public:
int value = 0;
Node *nextNode = nullptr;
Node(int value);
};
void createNew(Node **node);
void insertFront(Node **node);
void insertBack(Node **node);
void insertAt(Node **node);
void eraseFront(Node **node);
void eraseBack(Node **node);
void eraseAt(Node **node);
void clear(Node **no... | [
"jameschrist0000@gmail.com"
] | jameschrist0000@gmail.com |
14b9090d5ad3e59eef26b5463c9aa521cf1ea1e4 | 8dd76ab23b4bb55c93edc7a30ab049e5e4f4f5ec | /commands/pong.h | c43098669177dda434d3ef455b1f309b9d69bb29 | [] | no_license | vertohod/chatd | 111f087e1db062fa6752ee793814413fe047d695 | 606ef6598b4ee3e2d1945b66ca5a6a16453df61b | refs/heads/master | 2020-04-03T04:15:53.183102 | 2018-10-27T21:21:41 | 2018-10-27T21:21:41 | 104,472,383 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 234 | h | #ifndef PONG_H
#define PONG_H
#include "object_includes.h"
#include "defines_object.h"
namespace chatd
{
DECLARATION_OBJECT(pong,
DECLARATION_FIELD(OID, id)
DECLARATION_FIELD(time_tt, time)
)
} // end of namespace
#endif
| [
"vertohod1@mail.ru"
] | vertohod1@mail.ru |
dbbadd750c47f3100ea22f3261da6588ef66c606 | 64bd2dbc0d2c8f794905e3c0c613d78f0648eefc | /Cpp/SDK/MALetter_ExclusionEntitlement_Campaign027a_classes.h | 55d03d6440fd31522962f2a3b115a4ebffc93c50 | [] | no_license | zanzo420/SoT-Insider-SDK | 37232fa74866031dd655413837813635e93f3692 | 874cd4f4f8af0c58667c4f7c871d2a60609983d3 | refs/heads/main | 2023-06-18T15:48:54.547869 | 2021-07-19T06:02:00 | 2021-07-19T06:02:00 | 387,354,587 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 867 | h | #pragma once
// Name: SoT Insider, Version: 1.103.4306.0
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Classes
//-----------------------------------------------... | [
"zp2kshield@gmail.com"
] | zp2kshield@gmail.com |
1a81d1500287b4c36e6242365f18735723edefe2 | d459e22ec5342e32320bc36e364304b0763019eb | /바이오레이다/RadarReader.ino/RadarReader.ino.ino | 62c2fba250da4d4710ecc40155b3d7c0f496510b | [] | no_license | hjsson/ARDUINO | 0b2ac0b645f76bf7b1436a9c086e1332f37e2357 | 493369256f7abe71f19c289e7967fa53f44d020f | refs/heads/master | 2020-07-14T00:37:57.474059 | 2019-08-29T15:18:41 | 2019-08-29T15:18:41 | 205,190,908 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,326 | ino |
//////////////////////////////////////////////////////////////////////////////////////////////////////
// Radar module Reader V0.9
// Author : Arnold Kim (arnold@fvn.co.kr)
// Created : 2015. 11. 26. First coding.
// Modified : 2017.02.15 Comparison with heartbeat sensor (IR) and RADAR display.
// ... | [
"pviivq@naver.com"
] | pviivq@naver.com |
78d78194f604a1d04d323d62070a6c5ffaee9f7d | fe133d4682197123bbaad6574ebed866efc97dd9 | /pcsc_VectorialODE_group15/Input.cpp | f37dc916c0f041f76dc36d64b9de61e9608a74d4 | [] | no_license | nicolaslesimple/Vectorial_ODE | f7135f2715967daf2530f382497ff4840b3e76ad | 7f771c72a3d37a44dd94dd58c9451c8b76382272 | refs/heads/master | 2020-04-13T06:06:43.763348 | 2019-01-02T19:08:37 | 2019-01-02T19:08:37 | 163,011,751 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,337 | cpp | #include "Input.h"
#include <cassert>
/**
* \brief Constructor allowing the definition of the system we want to solve.
* In this class, the three input matrix were hardcode with the order of the system.
*/
Input::Input(){
Timestep = new double;
NumberSteps = new int;
Order = new int;
Dimension = ne... | [
"nicolas.lesimple@epfl.ch"
] | nicolas.lesimple@epfl.ch |
5e12d5c386602679ec8dbda7391e434e4e045c2d | a3be167a074cc31f61bd5df831373d24d4ec008c | /codeforces/practice/dp_trees/627F.cpp | 78a94b2141401e7c88209f76791e611b1690c689 | [] | no_license | Nimishkhurana/Data-Structures | 5a20b0b7882b3e9d2c853433902caba0a4f8b596 | 579c3d26b89392f75864543db821af40cb07622f | refs/heads/master | 2021-07-08T14:36:48.043616 | 2020-07-29T18:48:03 | 2020-07-29T18:48:03 | 160,632,175 | 2 | 2 | null | 2019-10-18T20:10:54 | 2018-12-06T06:52:10 | C++ | UTF-8 | C++ | false | false | 935 | cpp | #include<bits/stdc++.h>
using namespace std;
#define rep(i,a,b) for(i=a;i<b;i++)
#define rrep(i,b,a) for(i=b;i>=a;i--)
#define ld long double
#define ll long long
#define pb push_back
#define mk make_pair
const int mxN = 2e5+1;
int dp[mxN], a[mxN], ans[mxN];
vector<int> g[mxN];
void dfs1(int u = 0, int p = -1){
d... | [
"nimishkhurana9@gmail.com"
] | nimishkhurana9@gmail.com |
e9965db6b7436e7281be51cb2d5b289a1a6dd783 | 3173e80e9a16007347082e3d4a571e3b01ad1dba | /d3d11/d3d11/src/vlp16.h | 48fdc53915295580dcfaad57581788262272c2ea | [] | no_license | MarekKnapek/d3d11 | f83bf4f2416de540e457c4ca35c5a84e50634ba7 | ed5bdbe64ab01f3914445a9adb502d003cf5e41d | refs/heads/master | 2023-02-08T16:25:33.662009 | 2020-12-29T03:01:00 | 2020-12-29T03:01:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,908 | h | #pragma once
#include <cstdint>
namespace mk
{
namespace vlp16
{
static constexpr int const s_channels_count = 16;
static constexpr int const s_firing_sequences_count = 2;
static constexpr int const s_data_blocks_count = 12;
static constexpr int const s_points_per_packet = s_data_blocks_c... | [
"knapek.mar@gmail.com"
] | knapek.mar@gmail.com |
1cb2da1eaa8695b4279b24098db35e1c187abb4c | 57e5c0809372eb2add7382c8552b5ef756f3ef19 | /Hellfire/BulletManager.cpp | f90dac1375ffbfe7e4ead3ce06d2ef4ceb7bee6d | [] | no_license | sprouse9/Hellfire | b706830c357ee879b610941f51b017c9cdce3fa6 | 6371ad691e09b0dd0edb470485fb80aba46bf738 | refs/heads/master | 2021-09-10T08:21:38.121411 | 2018-03-22T20:33:27 | 2018-03-22T20:33:27 | 124,476,691 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,753 | cpp | //
// BulletManager.cpp
// Hellfire
//
// Created by Randy on 3/9/18.
// Copyright © 2018 randy sprouse. All rights reserved.
//
#include "BulletManager.hpp"
BulletManager::BulletManager(Vector2f resolution)
{
//m_Speed = SPEED;
m_Resolution.x = resolution.x;
m_Resolution.y = resolution.y;
s... | [
"sprouse9@gmail.com"
] | sprouse9@gmail.com |
5f4c39d28642b4f60e6066bd60d5c6c049c0df84 | d2190cbb5ea5463410eb84ec8b4c6a660e4b3d0e | /old_hydra/hydra/tags/apr07/pairs/hpairdata.h | a11197bf1fa56c050dd76c6d5d275ae8bcb17cca | [] | no_license | wesmail/hydra | 6c681572ff6db2c60c9e36ec864a3c0e83e6aa6a | ab934d4c7eff335cc2d25f212034121f050aadf1 | refs/heads/master | 2021-07-05T17:04:53.402387 | 2020-08-12T08:54:11 | 2020-08-12T08:54:11 | 149,625,232 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,919 | h | // $Id: hpairdata.h,v 1.16 2007-01-19 11:35:42 pachmay Exp $
// Author: Thomas.Eberl@ph.tum.de, last modified : 2006-11-21 16:05:36
//
// ---------------------------------------------------------------------------
#ifndef HPAIRDATA_H
#define HPAIRDATA_H
// ---------------------------------------------------------------... | [
"waleed.physics@gmail.com"
] | waleed.physics@gmail.com |
3d2a75d9ba4259262b507998c8a0d8c672b99883 | a35b30a7c345a988e15d376a4ff5c389a6e8b23a | /boost/type_erasure/detail/macro.hpp | 77b8f55d877cd405804de082f93b38a6605f7e0b | [] | no_license | huahang/thirdparty | 55d4cc1c8a34eff1805ba90fcbe6b99eb59a7f0b | 07a5d64111a55dda631b7e8d34878ca5e5de05ab | refs/heads/master | 2021-01-15T14:29:26.968553 | 2014-02-06T07:35:22 | 2014-02-06T07:35:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 71 | hpp | #include "thirdparty/boost_1_55_0/boost/type_erasure/detail/macro.hpp"
| [
"liuhuahang@xiaomi.com"
] | liuhuahang@xiaomi.com |
c7fec2cf5527326b9c2cbd42dfe38691954bbf20 | f05bde6d5bdee3e9a07e34af1ce18259919dd9bd | /examples/cpp/source/distance/cosine_distance_batch.cpp | aafa1a8684438ae46af36863dc49106bbdb375e3 | [
"Intel",
"Apache-2.0"
] | permissive | HFTrader/daal | f827c83b75cf5884ecfb6249a664ce6f091bfc57 | b18624d2202a29548008711ec2abc93d017bd605 | refs/heads/daal_2017_beta | 2020-12-28T19:08:39.038346 | 2016-04-15T17:02:24 | 2016-04-15T17:02:24 | 56,404,044 | 0 | 1 | null | 2016-04-16T20:26:14 | 2016-04-16T20:26:14 | null | UTF-8 | C++ | false | false | 2,275 | cpp | /* file: cosine_distance_batch.cpp */
/*******************************************************************************
* Copyright 2014-2016 Intel Corporation
*
* 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... | [
"vasily.rubtsov@intel.com"
] | vasily.rubtsov@intel.com |
dd37ed73101da1fd5faa888b54666d0a3c3daee6 | a298da984e7d7287273555187486e608f5ff2434 | /ns2.zip/include/tracedvar.h | 215b90de28b120cd8619b5ddbbd1542740a92a8a | [] | no_license | hoarf/netwoork_simulation_experiments | 9ae0dfd9face4b86dd7c1c0cff36520d1ebe02b5 | 5066059f10456da0fa65c691d96e1ebbaa2fc1dc | refs/heads/master | 2020-04-06T18:00:38.705620 | 2013-12-06T00:50:54 | 2013-12-06T00:50:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,240 | h | /*
* Copyright (c) 1997 Regents of the University of California.
* 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... | [
"alan.ficagna@gmail.com"
] | alan.ficagna@gmail.com |
2fec0936040fce8c38547ca095ddcb941fac69b3 | 733d6621b9ccd2fb80aada7b2c813958083aa482 | /cpp_gkrellm/src/main.cpp | 0c4c57b499871866f9bc075c496447753aaf5d12 | [] | no_license | Glorung/Epitech | f6fbd9a1dbf6a2d301e0af91f002fb7524cc455e | a08d2a4f1fd9128761b9f901bcb1e74194abdde0 | refs/heads/master | 2021-09-19T17:03:22.872346 | 2018-07-29T20:48:28 | 2018-07-29T20:48:28 | 142,793,763 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,010 | cpp | /*
** main.cpp for rush in /home/denizo_r/rendu/Piscine/rush
**
** Made by romain denizot
** Login <denizo_r@epitech.net>
**
** Started on Sat Jan 23 13:29:02 2016 romain denizot
// Last update Sun Jan 24 03:36:32 2016 Noé Maire-Amiot
*/
#include <iostream>
#include <gtkmm/application.h>
#include <gtkmm/main.h>
#in... | [
"glorung@protonmail.com"
] | glorung@protonmail.com |
d8d452c432b45eda3ad112d9f278fb52d89dae68 | 48e12bb39e4d6df69805d2063d4656f0364f09d3 | /leetcode/709_to_lower_case.cpp | 88149c8976f13d879b978d1e35bcc709460156fe | [] | no_license | swdev1202/coding-interview-prep | 5131cf96c6da2e50304617cd7424e192c6f1af44 | 0dca0e216f47de8d4ecd9bfae40506b8107e2018 | refs/heads/master | 2020-09-04T22:10:31.492661 | 2019-11-20T22:28:38 | 2019-11-20T22:28:38 | 219,905,506 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 210 | cpp | class Solution {
public:
string toLowerCase(string str) {
for(int i=0; i<str.size(); i++){
if(str[i] >= 'A' && str[i] <= 'Z') str[i] +=32;
}
return str;
}
}; | [
"swdev1202@gmail.com"
] | swdev1202@gmail.com |
2a6bac3cda166f4fbe7e19e99ff1223642a36bb3 | 399329652538db59cb77f0c7120862ffac56dc33 | /examples/http_server_test.cpp | 366043add87ef704a8c5975cde1131f2d03ca57b | [
"BSD-3-Clause"
] | permissive | wesigj/libhv | ec8e64db14b5621a210b29af42bf92eca870c051 | 4df025b4b72cf8631d523e1fa3f834472c815996 | refs/heads/master | 2023-04-21T11:59:46.696253 | 2021-05-04T07:48:10 | 2021-05-04T07:48:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,842 | cpp | /*
* sample http server
* more detail see examples/httpd
*
*/
#include "HttpServer.h"
#include "hssl.h"
/*
* #define TEST_HTTPS 1
*
* @build ./configure --with-openssl && make clean && make
*
* @server bin/http_server_test
*
* @client curl -v http://127.0.0.1:8080/ping
* curl -v https://127.0... | [
"55586725+wesigj@users.noreply.github.com"
] | 55586725+wesigj@users.noreply.github.com |
40b99e45b73c757961974308905bb82b43773427 | 5822d730768c3029eb5b76af09898556e1b7f53e | /OPOS/OPOS/KreditorList.cpp | 1a2b6166ec361f13499caeb87a7444b70d488131 | [] | no_license | mariuskueng/OPOS | 9fb5b7ad22a1da34cda4d9bd8e49409fbc8244e3 | d396443fa419388c1086529ce08979c427020389 | refs/heads/master | 2021-01-21T07:47:59.235251 | 2012-07-14T10:58:20 | 2012-07-14T10:58:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,705 | cpp | #include "KreditorList.h"
#include <iostream>
#include <fstream>
#include "global.h"
using namespace std;
CKreditorList::CKreditorList(void)
{
m_iAnzahl = 0;
LesenFile();
}
CKreditorList::~CKreditorList(void)
{
SchreibenFile();
}
void CKreditorList::LesenFile()
{
string sLine;
if... | [
"mk@mariuskueng.ch"
] | mk@mariuskueng.ch |
2b69d9bcfff330e3e78339da67494cf77765f0ee | 38b9fa8384d8b852558fd79148e02ffa95447c12 | /JetValidator/src/JetValidatorAlgos.cc | 9d157103bc2467c5961e79e1b424e7d871c8fe37 | [] | no_license | mageisler/MyAnalyzers | 5aa24a29945f19220c0ac03937b51164bd5aeaaf | dca0cbd2e01e3a31df7572d7ff7e6422083f3545 | refs/heads/master | 2016-09-05T18:26:52.723547 | 2014-01-29T08:44:42 | 2014-01-29T10:06:55 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,603 | cc | #include "MGeisler/JetValidator/interface/JetValidatorAlgos.h"
// system include files
#include <memory>
#include <string>
#include <vector>
// user include files
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#incl... | [
"mgeisler@cern.ch"
] | mgeisler@cern.ch |
b382fcce5fd12b1c218c430ccf6e476d3c4db626 | 881b7a5a479cfced664277127e4e064463504bd1 | /base_nomes.h | dc8225886c3079173136b93d14fab511fc92213b | [] | no_license | noc1243/TMAB_4 | 1470fc42c74a9dfdc8ff7359ea8eecef4886232a | fbb5538cb774a32353a08fb6a7a7900b1917c0c2 | refs/heads/master | 2021-08-26T06:40:14.247573 | 2017-11-21T22:56:28 | 2017-11-21T22:56:28 | 110,855,729 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,281 | h | #ifndef BASE_NOMES_H_
#define BASE_NOMES_H_
#include <string>
using namespace std;
extern const string NOMES[20] ;
extern const string SOBRENOMES[20] ;
extern const string AREA_DE_CONHECIMENTO[3] ;
extern const string CURSOS_EXATAS[3] ;
extern const string CURSOS_HUMANAS[3] ;
extern const string CUR... | [
"diogo1243@gmail.com"
] | diogo1243@gmail.com |
213119612f5923dada417ab422e213d9ab70405b | edb4fc1fe7f109a1ce651c66e2d4ff0621534fcb | /src/ui/tracker/zoom.h | 2ab589480759fa0bd92234a619a970c066e86225 | [
"MIT"
] | permissive | Matthias-Fauconneau/libmv | 88bf38fecbd3ab3e7af0779fc6a2d0de4d9c062e | 531c79bf95fddaaa70707d1abcd4fdafda16bbf0 | refs/heads/master | 2020-12-24T09:09:02.119372 | 2011-08-19T22:00:42 | 2011-08-19T22:00:42 | 1,805,598 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,666 | h | /****************************************************************************
**
** Copyright (c) 2011 libmv authors.
**
** 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... | [
"matthias.fauconneau@gmail.com"
] | matthias.fauconneau@gmail.com |
efe824497c30b2f228528c28a76985951a5df433 | ffd9bf8c04222e07c565fd0bc10a9d8100b9476d | /src/UI/Core/ComboBox.h | e8e378371ce0ee48ffaf23a3ec96a9e097fc00fb | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gogoprog/OPHD | f8ea41f8ae6289138c1da3e65b61392913918c4a | 70604dda83042ef9124728bebeaa70eb57f3dfca | refs/heads/master | 2020-06-01T18:22:23.150682 | 2019-05-25T21:09:25 | 2019-05-25T21:09:25 | 190,881,298 | 0 | 0 | BSD-3-Clause | 2019-06-08T11:43:01 | 2019-06-08T11:43:01 | null | UTF-8 | C++ | false | false | 1,064 | h | #pragma once
#include "ListBox.h"
#include "TextField.h"
class ComboBox : public Control
{
public:
using SelectionChanged = NAS2D::Signals::Signal0<void>;
public:
ComboBox();
virtual ~ComboBox();
void addItem(const std::string& item, int tag = 0);
int maxDisplayItems() const { return mMaxDisplayItems; }
void... | [
"leeor_net@yahoo.com"
] | leeor_net@yahoo.com |
6ae9b965776f77d5dcac05c3891882de688f2c56 | 14bc4d9c410e3503b8a8f9dc091caecb6bbd3c7b | /sim_non-isothermal/0.org/O2 | eac6c792c898a82b3e45336a165c3cce53f69824 | [] | no_license | hlavatyt/3D_CFD_flow_react_enth_model_CF_public | 7e532ce6b0fdb95384951500721994b3d7767f14 | 9a25a0bbfe9d8f55ccf0c060dcb37bad732edcc5 | refs/heads/main | 2023-08-28T05:12:24.614646 | 2021-10-16T12:16:01 | 2021-10-16T12:16:01 | 417,458,726 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,501 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 4.0 |
... | [
"tomas7846@gmail.com"
] | tomas7846@gmail.com | |
5f7f87aa9a2fce145f47875ae19bc33b9c32483b | 8567438779e6af0754620a25d379c348e4cd5a5d | /content/child/feature_policy/feature_policy_platform.cc | 5c520f152dc494d0fc5331148116bb9f12b97091 | [
"BSD-3-Clause"
] | permissive | thngkaiyuan/chromium | c389ac4b50ccba28ee077cbf6115c41b547955ae | dab56a4a71f87f64ecc0044e97b4a8f247787a68 | refs/heads/master | 2022-11-10T02:50:29.326119 | 2017-04-08T12:28:57 | 2017-04-08T12:28:57 | 84,073,924 | 0 | 1 | BSD-3-Clause | 2022-10-25T19:47:15 | 2017-03-06T13:04:15 | null | UTF-8 | C++ | false | false | 1,694 | cc | // Copyright 2017 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 "content/child/feature_policy/feature_policy_platform.h"
namespace content {
ParsedFeaturePolicyHeader FeaturePolicyHeaderFromWeb(
const bl... | [
"hedonist.ky@gmail.com"
] | hedonist.ky@gmail.com |
250681b4701bfe79b563b9f771aac6c100267a5c | caa8b85c782206db8bb66acb3457acd0e15dfc3d | /Kuplung/kuplung/utilities/parsers/gltf-parser/GLTFParser.hpp | 4cd7e38190b7af9a0dbf4b57c8f279d9800d5192 | [
"LicenseRef-scancode-unknown-license-reference",
"Unlicense"
] | permissive | supudo/Kuplung | 0f2f78b78f0ea14e26bd6e17eda5b90b6b4d76aa | f0e11934fde0675fa531e6dc263bedcc20a5ea1a | refs/heads/master | 2021-12-28T16:34:48.787437 | 2021-12-26T18:24:01 | 2021-12-26T18:24:01 | 49,070,720 | 17 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 688 | hpp | //
// GLTFParser.hpp
// Kuplung
//
// Created by Sergey Petrov on 07/08/17.
// Copyright © 2016 supudo.net. All rights reserved.
//
#ifndef GLTFParser_hpp
#define GLTFParser_hpp
#include "kuplung/settings/Settings.h"
#include "kuplung/utilities/parsers/ParserUtils.hpp"
#include "kuplung/utilities/parsers/ModelObj... | [
"supudo@gmail.com"
] | supudo@gmail.com |
68e55e1a88bce55c4b5a7ed085146b3095a0e4a0 | ed1ad5c57b028021dfdd9a950813aaa57caf7780 | /GSMDemo.ino | 6639c4bd2b3346df9c28b3123a8eff837e1efe2b | [] | no_license | sharath-mtuity/gsmdemo | be09de6a0859f7893409469de88f2257fd9b3c4d | 2e0a7530e650426f5012abd7296899912d9e61ff | refs/heads/master | 2020-03-24T03:59:49.769611 | 2018-09-18T06:52:50 | 2018-09-18T06:52:50 | 142,439,731 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,951 | ino | #include <SoftwareSerial.h>
#include "ElementzGSM.h"
#include "GSMCalling.h"
SoftwareSerial serialOut(3, 2);
ElementzGSMshield /*GSMCalling */GSM(&serialOut);
//GSMCalling gsmCall(&serialOut);
char phone_number[11] = "9398703484";//"9014444124";
const long BAUD_RATE = 9600;
const int AUTO_ANSWER_DURATION = 1;
bool isS... | [
"sharath@cfog.com"
] | sharath@cfog.com |
3b454501d98a3ba0623293f92efe9ef7b6169e1e | f62bc329cc9352f68d0f3a40c5b4670c671899f1 | /app/src/main.cpp | 8d0161af44c03ba9ce0c2cd37911196dece27cd7 | [] | no_license | Wasiollo/Botvina | 580811cbca3ce57a98e5f0e6f20b63464d04eed1 | b28c51c54ae263477261b2b2938de9e8421d4b04 | refs/heads/master | 2020-03-09T08:11:14.860115 | 2018-06-06T23:25:37 | 2018-06-06T23:25:37 | 128,683,178 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 194 | cpp | #include "include/mainwindow.h"
#include <QtWidgets/QApplication>
int main(int argc, char *argv[]) {
QApplication a(argc, argv);
MainWindow w;
w.show();
return a.exec();
}
| [
"wasiak.mk@gmail.com"
] | wasiak.mk@gmail.com |
896744663131804e60eaf0a633de22ec8860c331 | eb9a1640705d9685bfd67206590333699af5fc1e | /Resources.cpp | 06ce09bd4e7fa30d698df2f19f5f93c4efd966b0 | [] | no_license | pereiradaniel/Classes_and_resources_example | f59766c8da2a4af5a0549d45bace34ee99177609 | 39774f089e2556d00c84c533433cf546486b7879 | refs/heads/master | 2022-11-16T13:57:50.992015 | 2020-06-29T17:05:48 | 2020-06-29T17:05:48 | 275,878,997 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,493 | cpp | // Resources - Constructor and Destructor
// resources.cpp
#include <iostream>
using namespace std;
class Student {
int no; // Student number.
float* grade; // Pointer.
int ng; // Number of grades.
public:
Student(); // Default constructor.
Student(int sn... | [
"13129650+pereiradaniel@users.noreply.github.com"
] | 13129650+pereiradaniel@users.noreply.github.com |
24780142da9866096a2ec69182ed5ffab2a38e6a | 4ffedcc1ee8e37865daf4f37d65bf070d161b4b8 | /L1051/main.cpp | 1a19dda5d43d3bd22abe89bbb8569fcd1e91dc6c | [] | no_license | congmingyige/cccc_code | e8bbb62af383097e28616445776c99bb36b61835 | 8478ea65ee6421946164df09a6fb08a0ee02e3d4 | refs/heads/master | 2021-06-19T01:39:41.452364 | 2021-02-04T07:30:16 | 2021-02-04T07:30:16 | 173,562,237 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 383 | cpp | #include <cstdio>
#include <cstdlib>
#include <cmath>
#include <cstring>
#include <string>
#include <algorithm>
#include <set>
#include <map>
#include <queue>
#include <iostream>
using namespace std;
#define ll long long
const int maxn=1e4+10;
const int inf=1e9;
const double eps=1e-8;
int main()
{
int a,b;
... | [
"1249591860@qq.com"
] | 1249591860@qq.com |
27c79b6405809e11402f70cdc1c276a598074f5f | 77f473d886fceb2d49121ef6435b47989bcff28d | /Cuda/Geometry.hh | f3b71d96467bb243cb7c410ca99a861c531e3833 | [] | no_license | CarpeNecopinum/Plugin-InteractiveMCPT | 09ba60e86234b1bcfb6d37ef8de7b692e41a186f | 8ba838143ea98715532854b8fec01eb4cbc8b4ac | refs/heads/master | 2016-09-07T19:03:08.575696 | 2015-07-15T15:18:16 | 2015-07-15T15:18:16 | 37,853,524 | 0 | 1 | null | 2015-07-07T12:05:19 | 2015-06-22T12:17:45 | C++ | UTF-8 | C++ | false | false | 6,161 | hh | #pragma once
#include <cuda.h>
#include "cutil_math.h"
#include <curand_kernel.h>
#include "../MonteCuda.hh"
#include "KdTree.hh"
struct mcIntersection
{
float3 position;
float3 normal;
float depth;
mcMaterial material;
};
__device__ float3 mcMirror(const float3& direction, const float3& normal);
__d... | [
"christian.mattes@rwth-aachen.de"
] | christian.mattes@rwth-aachen.de |
7ab396bf30137cf2e663b2faa4cb763be5cb307e | 896ac37dd508535bb73d1a3b66815832ad9a27b3 | /TreeManip/BTreeNode.h | ebb19e9bf4e0c40131b1deb3d02470e2c7ed4432 | [] | no_license | BrianSzuter/CppFundamentals | f970b68e62e045aad0022afe2e121dba350ad92d | a108e4e79fb38e87597e61e5fd33584fd0e7c5a1 | refs/heads/master | 2020-04-16T02:16:02.374340 | 2016-09-23T15:25:07 | 2016-09-23T15:25:07 | 63,028,657 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,651 | h | #pragma once
#include <memory>
#include <functional>
#include "TreeManipExp.h"
// Ignored - Clients must/will use identical compiler
// See https://support.microsoft.com/en-us/kb/168958
#pragma warning(push)
#pragma warning(disable: 4251)
namespace TreeManip
{
class TREE_MANIP_DLLEXPORT BTreeNode
{
public:
BTr... | [
"BrianSzuter@users.noreply.github.com"
] | BrianSzuter@users.noreply.github.com |
3d7553e2b1b95045bcbc75ae75454992c0e64394 | 3d193be5bcbc0823c91fdb2504beef631d6da709 | /net/quic/quic_crypto_server_stream_test.cc | ce9654444443e83abf336bab20b42f31d54d1d9a | [
"BSD-3-Clause"
] | permissive | a402539/highweb-webcl-html5spec | 7a4285a729fdf98b5eea7c19a288d26d4759d7cc | 644216ea0c2db67af15471b42753d76e35082759 | refs/heads/master | 2020-03-22T14:01:34.091922 | 2016-04-26T05:06:00 | 2016-05-03T12:58:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,184 | 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 "net/quic/quic_crypto_server_stream.h"
#include <map>
#include <memory>
#include <vector>
#include "base/stl_util.h"
#include "net/quic/cry... | [
"kimdh@infrawareglobal.com"
] | kimdh@infrawareglobal.com |
59715a3332c5a0833506aa674a4bdf186e3ab262 | 039a95b5ab23e6c6d003e639d9a10ed178b75fe6 | /polar_transforms/polar_transforms.cpp | 357948e0b36352496e05b40a97c5ca000968fdfc | [] | no_license | NvRom/OpenCv_3.1_Demo | a83648ccbd0a1b7f061099f915ababccfce6b5c2 | c6797bf84b18cca8b21d2563814fa7d8c009a6c5 | refs/heads/master | 2020-12-24T20:51:49.432461 | 2016-05-12T04:05:07 | 2016-05-12T04:05:07 | 58,606,183 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,559 | cpp | #include "opencv2/imgproc/imgproc_c.h"
#include "opencv2/videoio/videoio_c.h"
#include "opencv2/highgui/highgui_c.h"
#include <ctype.h>
#include <stdio.h>
static void help( void )
{
printf("\nThis program illustrates Linear-Polar and Log-Polar image transforms\n"
"Usage :\n"
"./polar_transforms [[camera number -... | [
"sa515085@mail.ustc.edu.cn"
] | sa515085@mail.ustc.edu.cn |
7778824daf6872332e99bc4fa9b6ab1efc884557 | dc1ca5530f80b487f2c110aa697d6d970bf70283 | /Source/EOSCPP/Private/BaseController.h | f5c5587fe7ebe88aa6ee7c2c0c4b3c8f8143300e | [] | no_license | eeldev-ue4/EOSCPP_Example | 5563163ef7266ebd991e7517576e615abfb3c709 | 947c646afb376bc2302706c4206ffeb41cf1e290 | refs/heads/main | 2023-06-25T22:54:40.008131 | 2021-07-26T09:07:03 | 2021-07-26T09:07:03 | 389,572,749 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 460 | h | #pragma once
#include "CoreMinimal.h"
#include "Connect/EOSConnectTypes.h"
#include "GameFramework/PlayerController.h"
#include "BaseController.generated.h"
UCLASS()
class ABaseController : public APlayerController
{
GENERATED_BODY()
public:
UFUNCTION(BlueprintCallable, Category = "EOS TEST")
void MyTestFunction... | [
"hulkas@gmail.com"
] | hulkas@gmail.com |
07b9ed498a343620c1a0348522d6014e95387246 | 485d98936cfd6398c6f0b57d295752e856d3845b | /Socket/SourceCode/SocketDemo4Linux/client.cpp | 5aaaaf7208d658f1fe31f54e8f8e8abe44ab8aba | [] | no_license | lmnbeck/learn021 | a3fc3f8113d9f5528bd5c6fe148264139f3fae0a | 467a438b3c7bd221f987672c13a897d010c3a1b4 | refs/heads/main | 2023-02-27T23:13:04.141799 | 2021-02-06T12:47:22 | 2021-02-06T12:47:22 | 330,703,691 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 841 | cpp | #include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
#include <arpa/inet.h>
#include <sys/socket.h>
int main(){
//创建套接字
int sock = socket(AF_INET, SOCK_STREAM, 0);
//向服务器(特定的IP和端口)发起请求
struct sockaddr_in serv_addr;
memset(&serv_addr, 0, sizeof(serv_addr)); //每个字节都用0填充
... | [
"maniagea@163.com"
] | maniagea@163.com |
a04edd77475a522345f8f24de5d3d542a0b9904f | 44efde869ea85a9fd915148d56ede0b50285cdfd | /pythran/pythonic/include/numpy/logaddexp2.hpp | 0789a18613186417ba5ed1bdfbd3c386af5a1699 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | artas360/pythran | bc45e81bcaf6028ecbd2c66981be24a150748d7a | 66dad52d52be71693043e9a7d7578cfb9cb3d1da | refs/heads/master | 2021-01-17T15:57:02.193199 | 2015-06-20T10:45:36 | 2015-06-20T10:45:36 | 5,412,937 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 738 | hpp | #ifndef PYTHONIC_INCLUDE_NUMPY_LOGADDEXP2_HPP
#define PYTHONIC_INCLUDE_NUMPY_LOGADDEXP2_HPP
#include "pythonic/utils/proxy.hpp"
#include "pythonic/types/ndarray.hpp"
#include "pythonic/types/numpy_broadcast.hpp"
#include "pythonic/utils/numpy_traits.hpp"
#include <nt2/include/functions/log2.hpp>
#include <nt2/include... | [
"pierrick.brunet@telecom-bretagne.eu"
] | pierrick.brunet@telecom-bretagne.eu |
9821acc018573bfa6fcf7485cce1d870554fc7e9 | 011a185a3d8878df03ce99569263c58db5b33c31 | /apples_div_3.cpp | d3c8c2d0f5087c11dfbe3df13002acf20168ebc4 | [] | no_license | anieshchawla/algorithms | 864ce9639eab38d38a86a5a13ae9e5dee99dfae3 | c26a2abbb0defc353a093e443cca87e671004418 | refs/heads/master | 2016-09-15T21:40:38.696565 | 2016-02-09T12:36:50 | 2016-02-09T12:36:50 | 40,343,730 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,208 | cpp | #include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;
int cmpfunc (const void * a, const void * b)
{
return ( *(int*)a - *(int*)b );
}
int main(){
int N,apple_count=0,count_all=0,count_non_div=0,lowest_two[2]={1001,1001};
cin>>N;
int apple_array[N];
... | [
"aniesh@sanctumnetworks.com"
] | aniesh@sanctumnetworks.com |
53df9a14d7aa8d15c138e42e12618087f15b7a77 | 75fb9f83a584516abd343e66e2cb52981f255dda | /08/threadpool.hpp | e11f584c70072cb5b5301c39e88542bc4d7808d9 | [] | no_license | BogChamp/msu_cpp_spring_2021 | 91624134e3c405c7c52f444fa3ef38982ae8314d | b20a72fe9d709bd08d1fad6b5016c28c9e3cd2a8 | refs/heads/master | 2023-05-10T02:45:04.917119 | 2021-06-04T14:52:27 | 2021-06-04T14:52:27 | 351,059,066 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,630 | hpp | #pragma once
#include <vector>
#include <thread>
#include <queue>
#include <functional>
#include <mutex>
#include <condition_variable>
#include <future>
class ThreadPool
{
std::vector <std::thread> threads;
std::queue <std::function <void()>> tasks;
std::atomic <bool> in_process;
std::condition_variable thread_che... | [
"bogdan_aleksandrov_2014@mail.ru"
] | bogdan_aleksandrov_2014@mail.ru |
b8d540e03957f79f4ed2502c397e877ea3b89854 | 1f04e26bf8d0153a0d714dbc76187ac53ca0a626 | /Datastructures/5/ClassicMatrix.h | bfaf9ac1a0aafb1341193c2c452ee54f1463f9fd | [
"Unlicense"
] | permissive | ffaawgh/University | d6604b4993a55e87229c5f70437ee2f2d8a3fe77 | 764f668f840da3d4169914244c9b42750d96ab20 | refs/heads/master | 2022-03-22T13:40:56.103381 | 2019-11-15T20:21:59 | 2019-11-15T20:21:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,800 | h | //
// Created by ed on 13.11.16.
//
#ifndef MATRIX_CLASSICMATRIX_H
#define MATRIX_CLASSICMATRIX_H
#include <cstring>
#include "MatrixBase.h"
namespace Matrix {
template<class T>
class ClassicMatrix : public MatrixBase<T> {
private:
T** data = nullptr;
int _height;
public:
/**
* @brief Constructo... | [
"ed-asriyan@protonmail.com"
] | ed-asriyan@protonmail.com |
b1375a76c38a256963f75080d06672a87b39bde4 | 4d7fda1d4418cbd4d7da2e736076f663ad487c44 | /Fluid Simulation/Fluid Simulation/source/utilities/Screen.cpp | dc04bb45610fc2bcc88f862396ba2f0140dd590a | [] | no_license | ValCanBuild/Fluid-Simulation-DirectX11 | afd25a68961aadcc00a0a2e7f4ba8993d66a10a3 | e36a3f76b7bbc09b2a319952bc6b374e5bace4eb | refs/heads/master | 2020-12-24T09:53:31.108616 | 2014-05-04T11:08:42 | 2014-05-04T11:08:42 | 13,265,025 | 12 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 67 | cpp | #include "Screen.h"
int Screen::width = 0;
int Screen::height = 0; | [
"val@rockspin.co.uk"
] | val@rockspin.co.uk |
6156e7c39d301287af330a97ec5e5749a73246e2 | c60e4f97890cc7329123d18fd5bc55734815caa5 | /3rd/xulrunner-sdk/include/nsIDOMXULButtonElement.h | 725b74a0e931b2ffd7183db12ab521c936e887ae | [
"Apache-2.0"
] | permissive | ShoufuLuo/csaw | cbdcd8d51bb7fc4943e66b82ee7bc9c25ccbc385 | 0d030d5ab93e61b62dff10b27a15c83fcfce3ff3 | refs/heads/master | 2021-01-19T10:02:51.209070 | 2014-04-30T19:53:32 | 2014-04-30T19:53:32 | 16,976,394 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,110 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /builds/slave/rel-m-rel-xr-osx64-bld/build/dom/interfaces/xul/nsIDOMXULButtonElement.idl
*/
#ifndef __gen_nsIDOMXULButtonElement_h__
#define __gen_nsIDOMXULButtonElement_h__
#ifndef __gen_nsIDOMXULLabeledControlEl_h__
#include "nsIDOMXULLabeledControlEl.h"
#endif
/* ... | [
"luoshoufu@gmail.com"
] | luoshoufu@gmail.com |
7310bd778a5dd232b6721cfac6f122452a853d05 | 4dbda871cdfb6ae24ca7c45325de5013bed8a239 | /lib/client.h | 95ee24dfa4f1264af53799db415bd6c623436368 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | testmana2/bithorde | 28c712148b3252b9ee3242110191c6144d906344 | 14b6e8edabe8f6460c5158a9c5144abfd801c4ec | refs/heads/master | 2021-05-16T17:26:13.678524 | 2017-01-24T00:25:20 | 2017-01-24T00:25:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,334 | h | #ifndef BITHORDE_CLIENT_H
#define BITHORDE_CLIENT_H
#include <functional>
#include <map>
#include <string>
#include <boost/asio/ip/tcp.hpp>
#include <boost/asio/local/stream_protocol.hpp>
#include <boost/signals2.hpp>
#include "allocator.h"
#include "asset.h"
#include "connection.h"
#include "timer.h"
namespace bit... | [
"ulrik.mikaelsson@gmail.com"
] | ulrik.mikaelsson@gmail.com |
8b6f2d38c9e08412cb0faf2c3703104a98f72a92 | 7d378a2468b3155ff6d1e21379ac1de1c098a12e | /signature_maker.cpp | e242db4eb7c1e4dc464ce59efb328ada7bb84693 | [] | no_license | Nikita128/Signature | 22fb104bc318242f14109efdbbd201e0b5be0c46 | ee7bdc55e8b7701bf35cf7ea8c5edae790a920fa | refs/heads/master | 2023-06-25T08:30:04.504265 | 2021-07-22T03:00:52 | 2021-07-22T03:00:52 | 386,852,555 | 0 | 0 | null | 2021-07-20T03:13:01 | 2021-07-17T06:04:39 | C++ | UTF-8 | C++ | false | false | 4,372 | cpp | #include "signature_maker.hpp"
#include <iostream>
#include <fstream>
#include <filesystem>
signature_maker::signature_maker(std::string_view src_file_path, std::string_view dst_file_path, size_t block_size_mb) :
block_size(block_size_mb << 20),
src_file_path(src_file_path),
dst_file_path(dst_file_path)
{... | [
"28422853+Nikita128@users.noreply.github.com"
] | 28422853+Nikita128@users.noreply.github.com |
a971f24cab026ae4fb42deafaff089928b810747 | 49cfc3f1a96b3f75adf74821342999a20da3e04d | /examples/memory_arena.cpp | a5e32f827f2812d3b270dc040e51c5661d4e1802 | [
"MIT"
] | permissive | mrexodia/CppCommon | bfb4456b984ceea64dd98853816f388c29bfe006 | 422bec80be2412e909539b73be40972ecc8acf83 | refs/heads/master | 2020-05-17T15:10:23.069691 | 2019-04-25T14:36:20 | 2019-04-25T14:36:20 | 183,780,482 | 1 | 0 | MIT | 2019-04-27T14:05:08 | 2019-04-27T14:05:08 | null | UTF-8 | C++ | false | false | 793 | cpp | /*!
\file memory_arena.cpp
\brief Arena memory allocator example
\author Ivan Shynkarenka
\date 15.05.2017
\copyright MIT License
*/
#include "memory/allocator_arena.h"
#include <iostream>
int main(int argc, char** argv)
{
CppCommon::DefaultMemoryManager auxiliary;
CppCommon::ArenaMemoryM... | [
"chronoxor@gmail.com"
] | chronoxor@gmail.com |
0a97b603571c566c2934b27cb25a26b183118e02 | 49daf7915f78b7a54b8836ecc1c9e5104ac41df5 | /PRDOrdonancement/plnemip2.cpp | 729ec345100f49bcd527ea0ce590c63267431670 | [] | no_license | pierrefervault/PRDOrdonancement | a0f063218db6a90085075b1dddf5cb68b13724a9 | c37da4fac026d5174386a2e4a35fb48ee344c4ab | refs/heads/master | 2021-05-12T15:26:08.364812 | 2018-03-28T10:17:15 | 2018-03-28T10:17:15 | 116,980,982 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,276 | cpp | #include "plnemip2.h"
int resolvePlneMip2(string fichierInstance, string fichierResultat)
{
//Déclaration de l'environnement
IloEnv env;
// try {
cout << fichierInstance << endl;
cout << fichierResultat << endl;
//On cherche à lire le fichier, si ce n'est pas possible on l'indique
std::i... | [
"pierre.fervault@etu.univ-tours.fr"
] | pierre.fervault@etu.univ-tours.fr |
11497826406dd2d42bf52b2cf510c47a7262339f | 810372d5e96dd5fdf8e3cea88dc1556869645010 | /src/qt/sendcoinsdialog.h | 28d2090a5dfe5e7455419b8fddcfe68f7150441a | [
"MIT"
] | permissive | mrflow27/66coins | 208107feebdc7f68e808f3adac7889a600236595 | 968259f939e4e8ba196b248f23fdf47428a98128 | refs/heads/master | 2021-01-23T07:16:37.763971 | 2015-09-15T12:02:06 | 2015-09-15T12:02:06 | 42,516,224 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,154 | h | #ifndef SENDCOINSDIALOG_H
#define SENDCOINSDIALOG_H
#include <QDialog>
namespace Ui
{
class SendCoinsDialog;
}
class WalletModel;
class SendCoinsEntry;
class SendCoinsRecipient;
QT_BEGIN_NAMESPACE
class QUrl;
QT_END_NAMESPACE
/** Dialog for sending bitcoins */
class SendCoinsDialog : public QDialog
{
Q_OBJECT
pub... | [
"mrflowmusic@live.com"
] | mrflowmusic@live.com |
62741178e8055f31e7c7a2539182e0a5eff65220 | d3bc8e5ac0601947b8fa81b0fbfc192bc66db0ee | /Source/Framework/Core/Components/TeCJoint.cpp | 2ae1f43265a22f383c2ce6f3563034501a41e478 | [
"Zlib",
"MIT",
"RSA-MD"
] | permissive | asdlei99/TweedeFrameworkRedux | c545d43efb37ec9b0f035ed78ebb6ccc2aa76008 | dbd6cecfaf72e84fb38b9c09a4e06ae13d6a9feb | refs/heads/master | 2023-03-31T07:42:29.495939 | 2021-04-07T21:20:46 | 2021-04-07T21:20:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,243 | cpp | #include "Components/TeCJoint.h"
#include "Scene/TeSceneObject.h"
#include "Physics/TePhysics.h"
namespace te
{
CJoint::CJoint(JOINT_DESC& desc, UINT32 type)
: Component(HSceneObject(), type)
, _internal(nullptr)
, _desc(desc)
{
SetName("Joint");
_notifyFlags = (Transfor... | [
"fabienbeaudimi@hotmail.fr"
] | fabienbeaudimi@hotmail.fr |
fa0a736a02461869c9262285b2b242ca56f4b706 | 1701e5bc252c11439452e385d4b0aaf5dabad7c6 | /Binary/2013国赛binary/opuCI_3D_RC2010/Behavior/LeftStep/LeftStep.cc | 2d204cbb5ef0b132f70a222a6d7fee18543d61d4 | [] | no_license | XYF1/MiracleUS | fe7d9905439632946ebaec3e8834e615cfd11436 | 8eaeb2e3ef90be6161f7f81dc871c469f8902cfe | refs/heads/master | 2020-05-01T19:41:49.613100 | 2015-10-30T07:48:50 | 2015-10-30T07:48:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 274 | cc | #include "leftstep.ih"
LeftStep::LeftStep(string const &id, string const &playerClass)
: Behavior("LeftStep", id, playerClass)
{
d_tree = new AST::Node(sequenceType);
d_tree->addChild(new AST::Node(andType));
d_tree->getChild(0)->addChild(new AST::Node(orType));
}
| [
"mylamour@163.com"
] | mylamour@163.com |
ba357dc2cbc600002793917afa5ef99ca7cf5122 | 217b615b6c1d17648e63874b64b6fd2be6b65c92 | /src/qt/signverifymessagedialog.cpp | 254a8385ccecd58f9eee5c1a95d3221ec96a60a4 | [
"MIT"
] | permissive | ngocvien/ZixCash | 7397b19ab2cf135b9848de0a233a6f5a18059105 | 8458b8e5e7ca8e73a588fe20b2625f74da68cce6 | refs/heads/master | 2020-03-17T23:28:06.948783 | 2018-05-13T19:47:34 | 2018-05-13T19:47:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,658 | cpp | // Copyright (c) 2011-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Dash developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2015-2017 The ZIX developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit... | [
"37550905+ZixCashDev@users.noreply.github.com"
] | 37550905+ZixCashDev@users.noreply.github.com |
b51680192abf069d889bf904b433d5ab04734c8d | dbf16ceabd85268618670f02e03e6838874b6d4c | /common/ptr.h | 25dd95069b58671e0a768ef02831abdf67d520ef | [] | no_license | capel/brazos | 9bb72a0c25dd7afd65f3d4a10baa2b1beb575a61 | 759004a5e7c19f79590a28ef403b3ce7d4bc7bc9 | refs/heads/master | 2016-09-11T14:59:56.369866 | 2012-04-27T07:55:24 | 2012-04-27T07:55:24 | 4,156,239 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,631 | h | #ifndef COMMON_SHARED_PTR_H
#define COMMON_SHARED_PTR_H
template<typename K, typename V>
class pair {
public:
pair(K k, V v) : m_car(k), m_cdr(v) {}
K car() const { return m_car; }
V cdr() const { return m_cdr; }
private:
K m_car;
V m_cdr;
};
class noncopyable {
private:
noncopyable(con... | [
"wot.narg@gmail.com"
] | wot.narg@gmail.com |
5c2e9fd4cbe1985a820c60aa552028bdcd5f8aa2 | e0d85d6e9f1bdd069286d1beb0fd117e87a0c6ee | /src/tests/perf_tests/BufferUploadPerf.cpp | 5849bbaa206b91b2761058e8e212b974cfacc38a | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | vinkovsky/dawn-ray-tracing | 219657bb88dc0235f90115c501e633ba05ca7bb4 | cfd8511ce95e197ec56fa4880223290554030684 | refs/heads/master | 2022-12-16T10:58:36.064364 | 2020-09-15T08:27:21 | 2020-09-15T08:27:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,142 | cpp | // Copyright 2019 The Dawn Authors
//
// 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 t... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
42100c742c4062b3cdf236c09f24a20d02568f26 | a33aac97878b2cb15677be26e308cbc46e2862d2 | /program_data/PKU_raw/85/2076.c | 32c0a66051fc36666ae9bd3216bc98fedeabe011 | [] | no_license | GabeOchieng/ggnn.tensorflow | f5d7d0bca52258336fc12c9de6ae38223f28f786 | 7c62c0e8427bea6c8bec2cebf157b6f1ea70a213 | refs/heads/master | 2022-05-30T11:17:42.278048 | 2020-05-02T11:33:31 | 2020-05-02T11:33:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 541 | c | int main()
{
int i, j, n,sz[100];
char s[22];
scanf("%d",&n);
for(i=0;i<n;i++){
sz[i]=1;
}
for (i=0;i<n;i++) {
scanf("%s",s);
for (j=0;s[j]!='\0';j++) {
if (!((s[j]=='_')||(s[j]>='A'&&s[j]<='Z')||(s[j]>='a'&&s[j]<='z')||(s[... | [
"bdqnghi@gmail.com"
] | bdqnghi@gmail.com |
6cbc516e21e129d2e88f39054528e097625f8ef7 | ab1c643f224197ca8c44ebd562953f0984df321e | /wmi/wbem/providers/msiprovider/dll/servicecontrol.h | 8e460ac8d06571e230a5f8d9b3aa72185e34ba20 | [] | no_license | KernelPanic-OpenSource/Win2K3_NT_admin | e162e0452fb2067f0675745f2273d5c569798709 | d36e522f16bd866384bec440517f954a1a5c4a4d | refs/heads/master | 2023-04-12T13:25:45.807158 | 2021-04-13T16:33:59 | 2021-04-13T16:33:59 | 357,613,696 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 971 | h | // ServiceControl.h: interface for the CServiceControl class.
//
// Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SERVICECONTROL_H__72CDD5D9_2313_11D2_BF95_00A0C9954921__INCLUDED_)
#define AFX_SERVICECONTR... | [
"polarisdp@gmail.com"
] | polarisdp@gmail.com |
a8552b09c3225c39f16c10b22669d0524b439547 | 3c18f951333aab886237d2578894e5d6a89e2eeb | /src/tools.cpp | a6c614b76498098594dcaef7748934e6471ffc1f | [] | no_license | SandipKumar05/Udacity-Unscented-Kalman-Filter-Project | 9bba898ec8c05a6b0148a756ad679d0db281c5b5 | dd65d479d9a48c7cce24b9128a1b09e6435ada1d | refs/heads/master | 2021-08-28T19:22:59.005749 | 2017-12-13T02:30:20 | 2017-12-13T02:30:20 | 114,063,104 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,248 | cpp | #include <iostream>
#include "tools.h"
using Eigen::VectorXd;
using Eigen::MatrixXd;
using std::vector;
Tools::Tools() {}
Tools::~Tools() {}
VectorXd Tools::CalculateRMSE(const vector<VectorXd> &estimations,
const vector<VectorXd> &ground_truth) {
/**
TODO:
* Calculate the RMSE... | [
"sandipgupta05@gmail.com"
] | sandipgupta05@gmail.com |
0f00d8fae8961047df63b22f7e43ed3b200b1ffb | 60247ddbc4ffc0bf0577ce065490ce9eca535fbd | /Term3/Labs/QuinticPolynomialSolver/Eigen/src/Eigen2Support/Geometry/Translation.h | 75808f7a1585fa2793c9d7fd768de7628b41abdb | [
"Apache-2.0"
] | permissive | DavidObando/carnd | 8a81b18d94ee69f9f427367f26b2ac8cbb98fba0 | f611066d9ff6d01c997bd9722ff233d9c0962cfa | refs/heads/master | 2023-05-28T23:25:58.044301 | 2022-10-04T19:54:22 | 2022-10-04T19:54:22 | 76,624,437 | 8 | 5 | Apache-2.0 | 2023-05-01T20:15:06 | 2016-12-16T05:30:35 | Jupyter Notebook | UTF-8 | C++ | false | false | 6,251 | h | // This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2008 Gael Guennebaud <g.gael@free.fr>
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtai... | [
"daobando@microsoft.com"
] | daobando@microsoft.com |
c87b4337fbc5a3cf29c052916e0e63e6894397d2 | 58c9b89e52d5ff0a33c3a81b25fb5f2174c5ca86 | /cci/examples/ex04_Simple_Immutable_Param/ex04_Simple_Immutable_Param.cpp | b2ee5b3afddd92ed6e40d69149cc696696a62547 | [
"Apache-2.0",
"MIT"
] | permissive | AmeyaVS/accellera-resources | ba218eabd17074afcf55f06736935ce5a36cf483 | d39d09522341b8a7976ef142e49a7e78792fd78e | refs/heads/main | 2023-02-01T20:11:42.130948 | 2020-12-19T15:40:15 | 2020-12-19T15:40:15 | 319,966,510 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,117 | cpp | /*****************************************************************************
Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
more contributor license agreements. See the NOTICE file distributed
with this work for additional information regarding copyright ownership.
Accellera licenses... | [
"ameya.v.singh@gmail.com"
] | ameya.v.singh@gmail.com |
bb0f2f59556e05097c4a69ee5f9fd60463a64dac | 164e709dcf03ce4769c3ba8f874da0666c35bc03 | /RtTpsRenderLibrary/tps_rl_shaders.h | 474b4ffa3ee5d058d5027788b0c3aed431e209fc | [] | no_license | liq07lzucn/tps | b343894bcfd59a71be48bd47d6eff6e010464457 | a3be6dc50c5f9a2ff448ecff3f5df1956e26ad4f | refs/heads/master | 2021-06-23T16:35:01.349523 | 2017-08-30T08:09:02 | 2017-08-30T08:09:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 735 | h | ////////////////////////////////////////////////////////////////
/// Copyright (c) Shanghai United Imaging Healthcare Inc., 2015
/// All rights reserved.
///
/// \author GONG Maoliang maoliang.gong@united-imaging.com
///
/// \file tps_rl_shaders.h
///
/// \brief class Shaders declaration
///
/// \version 1... | [
"genius52@qq.com"
] | genius52@qq.com |
ff61fcec4b8d6a9757b89b007bc5b533e915c7c2 | 932d5f3f69f5d6b1711a6cbc852a994d8b4a1dda | /main.cpp | aee202ef554f92195a0aa2dd2d9577bf900bd528 | [] | no_license | josephvoss/FluidFlow | d37708e728f1d8e80d9370d54b37b1a6668c8045 | 830fdeaff46c361cc8b31807775bb5f9bfa04e13 | refs/heads/master | 2021-01-01T04:12:42.635730 | 2016-05-11T08:23:39 | 2016-05-11T08:23:39 | 58,095,957 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,696 | cpp | #include "Simulation.h"
#include <iostream>
#include "hdf5.h"
//Pressure function can't be solved independently - how solve?
//Solve for velocity iteratively - then use points? Issue is if
//no stable solution exists
int main(int argc, char** argv)
{
MPI_Init(&argc, &argv);
Simulation* workBench = new Simulation;... | [
"brosephvossenator@gmail.com"
] | brosephvossenator@gmail.com |
88011166ef26dbadb7a1c00cb72d3645d1319058 | e18d2f5d687807453f25cbc200cf53f3eaac5f3e | /ClassExamples/ClassesExample/Para.h | 9e60626e7477e34f2da07e1078a33c908b0d54ad | [] | no_license | Ryanhustler420/cpp-qt-revision-1.0 | 752faea9d57a8b7ac45c5585784fd620ed537caa | e982a308008b1564e1e6403c5dfb1a828d07044b | refs/heads/master | 2022-11-18T02:53:58.018697 | 2020-07-06T11:39:05 | 2020-07-06T11:39:05 | 277,033,729 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 355 | h | #ifndef PARA_H
#define PARA_H
#include "Rectangle.h"
#include <iostream>
using namespace std;
class Para
{
public:
Para(int w, int l, int h):r(w,l), height(h){
cout << "Para constructor called" <<endl;
}
int getVolume()
{
return r.getArea() * height;
}
private:
Rectangle r;
... | [
"gouravgupta840@gmail.com"
] | gouravgupta840@gmail.com |
5d5903152d78c46b03047ce0b6311727b3c09410 | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive/f740a164dd13a79ffd08c16eb83b8d6b-50d9cfc8a1d350e7409e81e87c2653ba/main.cpp | 027af749d982a2d824240453d4f5eb64ee80ef27 | [] | no_license | WhiZTiM/coliru | 3a6c4c0bdac566d1aa1c21818118ba70479b0f40 | 2c72c048846c082f943e6c7f9fa8d94aee76979f | refs/heads/master | 2021-01-01T05:10:33.812560 | 2015-08-24T19:09:22 | 2015-08-24T19:09:22 | 56,789,706 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 72 | cpp | #include <iostream>
int main() {
int&& r = 5;
std::cout << r;
} | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
abb882487bd133b94c5fc334739405a397317e96 | 0ec5caf3d1fd25d9863dbe275bfadcd7b117a3e6 | /2020_03_31/Source/drlg_l3.cpp | cb55f423a086acff71b387fee19628c13506404c | [
"LicenseRef-scancode-public-domain",
"Unlicense"
] | permissive | galaxyhaxz/devilution | 11923308131e172cd7b50cb357f0c2839cd7d5f4 | 28d71e3f1233ce3a27b48aaa2a07c56be19c39c3 | refs/heads/master | 2023-06-29T21:13:06.627943 | 2022-04-09T02:02:59 | 2022-04-09T02:02:59 | 150,687,332 | 346 | 58 | Unlicense | 2020-03-29T22:47:43 | 2018-09-28T04:49:38 | C++ | UTF-8 | C++ | false | false | 40,057 | cpp | #include "diablo.h"
char lavapool; // weak
int abyssx; // weak
int lockoutcnt; // weak
BOOLEAN lockout[40][40];
const unsigned char L3ConvTbl[16] = { 8, 11, 3, 10, 1, 9, 12, 12, 6, 13, 4, 13, 2, 14, 5, 7 };
const unsigned char L3UP[20] = { 3, 3, 8, 8, 0, 10, 10, 0, 7, 7, 0, 51, 50, 0, 48, 49, 0, 0, 0, 0 };
const unsi... | [
"sorrows.passage@protonmail.com"
] | sorrows.passage@protonmail.com |
06b70fa4ce7ac0208b952f289f08515e823de6ce | 2b0004d9fd9b6a13d82b5cafb003cbed34e0876e | /Materials/Siwir2/Ex04/lbm.cpp | 12b4a04675f6ab12c3791cbe5dc012f776808285 | [] | no_license | dhineshcecfd/CE-CFD | 5359c59d73308faecd77c44fadc43a5c689ac87a | 745573ba2a4ffc29e1e08b8869f02d21e4ec7c6c | refs/heads/master | 2021-01-20T18:28:40.301437 | 2016-07-14T19:37:03 | 2016-07-14T19:37:03 | 62,312,122 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,033 | cpp | /*
* steps:
* create class for lattice ----- a 3D array to store the data--- 2D for cell space and 1D for distribution func
* Implement stream step
* Boundary conditions
* implement collide step
* use GrayScaleImage class to write out density and velocity fields
* Normalize the image 0v/rho = 0(white), max gray... | [
"dhineshcecfd@gmail.com"
] | dhineshcecfd@gmail.com |
b9145ecb96cb8b46e652bc0131325a7088b71cd1 | e1fdb83906cc9414eeb5225886b3bd206277b052 | /includes/stack.hpp | b5f9cacf6a554b81a852d3eb572c2c4dc29a0c3a | [] | no_license | andreibodakin/ft_containers | 65a1bcaa6a9c7b7f7003644839602ff819318b50 | 5e9e8bf6cdd5712d3f5721e81b018d7f4b7e3833 | refs/heads/master | 2023-06-12T21:28:10.585855 | 2021-07-06T12:18:52 | 2021-07-06T12:18:52 | 383,457,065 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,909 | hpp | #ifndef STACK_HPP
#define STACK_HPP
#include "vector.hpp"
// Stacks are a type of container adaptor, specifically designed to operate in a LIFO context (last-in first-out),
// where elements are inserted and extracted only from one end of the container.
namespace ft
{
template <class T, class Container = vector<T> ... | [
"klavada@am-l1.msk.21-school.ru"
] | klavada@am-l1.msk.21-school.ru |
3427d4268322ac2b1c5265229c4f77180ce3027e | e2ab1b4e7122f2c05d7bad4d4551638f755da9f6 | /MrscFastComponentsCpp/PyInterfaceVector2d.cpp | 522dbd6ad52f914bf6dce214846943f7f8fa37e6 | [
"MIT"
] | permissive | Username6129/MrscFastComponents | 6a374dd47e00b7516acbd55d3171cc18c16ce3ea | e62e9d501d688b1bed15ab3065a171081433c966 | refs/heads/master | 2023-03-18T03:07:06.416663 | 2020-11-21T11:46:51 | 2020-11-21T11:46:51 | 305,804,247 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,197 | cpp | #include "PyInterfaceVector2d.h"
void bindVector2d(py::module& m) {
py::class_<Vector2d>(m, "Vector2d", R"delimiter(
This is a class with two numerical attributes. Its instances have similar properties as mathematical 2d vectors.
:var x: x-value.
:type x: double
:var y: y-value.
... | [
"cheehenn@gmail.com"
] | cheehenn@gmail.com |
28348a058311e222c3a6ab3e115312e3dedf38e6 | b946442858199dd4e10a5ee26a6ad99a12a4a42d | /Projects/Project 2/Proj2_V2/Dealer.h | ca95512fa1ce6b1cb649478bca83d6024f763a59 | [] | no_license | jtemblador/TembladorJose_CIS_17A_45398 | 0577ea48364d39d43aa72ac285a12d51e31612aa | 4ebd99e381e02767b3091ac4266c094be7392df0 | refs/heads/main | 2023-07-16T17:09:13.796422 | 2021-09-07T09:25:58 | 2021-09-07T09:25:58 | 380,094,751 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 446 | h | /*
* File: Dealer.h
* Author: Jose Temblador
*
* Created on July 28, 2021, 5:50 PM
*/
#include <string>
using namespace std;
#ifndef DEALER_H
#define DEALER_H
class Dealer {
private:
int hand;
string name;
public:
Dealer();
~Dealer();
Dealer(string, int);
... | [
"tembladorjose@yahoo.com"
] | tembladorjose@yahoo.com |
841a07449e6d0865703a3883d6b50dadf4fb1da1 | 5b812c65d34111aa593cd955ec6531a5ce26c83a | /robo/rosafe/test.cpp | 225421f0188ae5f4611f5af325a3fe2e06b2f1c4 | [
"MIT",
"CC-BY-4.0"
] | permissive | carria520/documentation | 4c0b1a198ac6f63aed36bf5ee5c945852ff3d988 | 9f0a16e8d088c64c75edb55bfd78f0ae2a33e178 | refs/heads/master | 2020-09-12T02:23:23.044929 | 2019-02-14T22:33:25 | 2019-02-14T22:33:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,272 | cpp | #include <memory>
#include <iostream>
#include "matFiles.hpp"
#include "openafe/Processors/inputProc.hpp"
#include "openafe/Processors/preProc.hpp"
#include "openafe/Processors/gammatoneProc.hpp"
using namespace openAFE;
using namespace std;
int main(int argc, char **argv) {
// Read input from .mat file
string da... | [
"sylvain.argentieri@upmc.fr"
] | sylvain.argentieri@upmc.fr |
989b65bedc369f5bf3012b9498d768cd9059d283 | a3d6556180e74af7b555f8d47d3fea55b94bcbda | /content/browser/quota/quota_internals_ui.cc | 22775b0621f30160858efcc99a42bcd7229d2179 | [
"BSD-3-Clause"
] | permissive | chromium/chromium | aaa9eda10115b50b0616d2f1aed5ef35d1d779d6 | a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c | refs/heads/main | 2023-08-24T00:35:12.585945 | 2023-08-23T22:01:11 | 2023-08-23T22:01:11 | 120,360,765 | 17,408 | 7,102 | BSD-3-Clause | 2023-09-10T23:44:27 | 2018-02-05T20:55:32 | null | UTF-8 | C++ | false | false | 2,318 | cc | // Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "content/browser/quota/quota_internals_ui.h"
#include "content/browser/renderer_host/render_frame_host_impl.h"
#include "content/browser/webui/web_ui_impl.h"
#include... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
ca97e45c2520d7ed2b02197be15cbf06e89d6703 | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/93/05284f98f77c49/main.cpp | 6943fd609581e27cbfbfe7ee4f4e1d4f126a2510 | [] | no_license | WhiZTiM/coliru | 3a6c4c0bdac566d1aa1c21818118ba70479b0f40 | 2c72c048846c082f943e6c7f9fa8d94aee76979f | refs/heads/master | 2021-01-01T05:10:33.812560 | 2015-08-24T19:09:22 | 2015-08-24T19:09:22 | 56,789,706 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,135 | cpp | #include <iostream>
#include <thread>
#include <string>
#include <chrono>
#include <set>
#include <mutex>
#include <vector>
#include <fstream>
#include <future>
namespace
{
std::set<std::thread::id> ids ;
std::mutex big_lock ;
}
std::string reverse( const std::string& str )
{
{
... | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
71bf2e77f2150199d7803d09078a6b0c3b92986b | 46f53e9a564192eed2f40dc927af6448f8608d13 | /mojo/services/html_viewer/weblayertreeview_impl.h | 74120bde47e90275c4a59c54e1cfa65786e3ee2a | [
"BSD-3-Clause"
] | permissive | sgraham/nope | deb2d106a090d71ae882ac1e32e7c371f42eaca9 | f974e0c234388a330aab71a3e5bbf33c4dcfc33c | refs/heads/master | 2022-12-21T01:44:15.776329 | 2015-03-23T17:25:47 | 2015-03-23T17:25:47 | 32,344,868 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 5,433 | h | // Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MOJO_SERVICES_HTML_VIEWER_WEBLAYERTREEVIEW_IMPL_H_
#define MOJO_SERVICES_HTML_VIEWER_WEBLAYERTREEVIEW_IMPL_H_
#include "base/macros.h"
#include "... | [
"scottmg@chromium.org"
] | scottmg@chromium.org |
42b6c0ebafdaa0f1bd276f6accb1afc4eab644b3 | a0253b60a38502ca9dc9b9b8f42bd59589dd13ed | /MainTrace.cxx | 36c07f912c5dc3a5b57b210380836f742d8cea2e | [] | no_license | gbmillsnm/waveform | ee7c76768cfc14d74c736ef709e50138404a6c0a | e1901c21cbd0179f0fc156abbe87dd82c3c17343 | refs/heads/master | 2020-05-19T10:18:55.154712 | 2014-07-15T00:18:38 | 2014-07-15T00:18:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,037 | cxx | // @(#)root/test:$Id$
// Author: Rene Brun 19/01/97
////////////////////////////////////////////////////////////////////////
//
// A simple example with a ROOT tree
// =================================
//
////////////////////////////////////////////////////////////////////////
#include <stdl... | [
"mills@lanl.gov"
] | mills@lanl.gov |
3386844a56bffa6151c1ba88dc234f90c96a7d02 | 7441b305ea59bc9689af1d6412e36793bd4ab393 | /CodeForces/EDF65/B.cpp | 442c9d809865f4ee4b98062fbbf837123c84196e | [] | no_license | Lennethe/CPsolved | d1af82a88b11f6a35bf5bb993d64ce0ce5295004 | 72f919aa9e8e9954c93d824d6f50ec32fdfc19b6 | refs/heads/master | 2021-07-08T22:39:13.037208 | 2020-07-21T14:13:50 | 2020-07-21T14:13:50 | 152,944,211 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,194 | cpp | //#define _GLIBCXX_DEBUG
#include <iostream>
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define ld long double
#define P pair<ll,ll>
#define FOR(i,n,m) for(ll i=n; i<(ll)m;i++)
#define FORr(i,m,n) for(ll i=n; i>=(ll)m; i--)
#define FORm(i,m) for(auto i=m.begin();i!=m.end();i++)
#define sortAl... | [
"41440576+Lennethe@users.noreply.github.com"
] | 41440576+Lennethe@users.noreply.github.com |
e65c27dcc8662ecc5f5658ef56b4caa7c37dab59 | 48c8a0c59ca908f2a297f7e1d8cd86cea0a4e0f0 | /Atividade 5/ray.cpp | fe2b9599245dc277b55c5985f8f686f684ec0d95 | [] | no_license | nycholassousa/RenderingBaseadoEmFisica | a6491ef84ba43abec60b25fd7ee0d336db6162fa | cc086b3e2ab31abfc55bd35c898c5799eb953b2a | refs/heads/master | 2021-01-25T12:42:11.652221 | 2018-06-15T11:35:59 | 2018-06-15T11:35:59 | 123,492,257 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 160 | cpp | #include "ray.h"
Ray::Ray( void )
{}
Ray::Ray( const glm::vec3 &origin,
const glm::vec3 &direction ) :
origin_{ origin },
direction_{ direction }
{}
| [
"nycholas@live.com"
] | nycholas@live.com |
0757ef29a2c7ff53b7db306ada23fe26967a2022 | eba33f0cb118649c97f4d4edf8c053213bcb37a9 | /CppDemo/Problem638.cpp | 1043922b29f1286861256ae93080556fa03dc4a6 | [] | no_license | lvjianjunljj/CppDemo | 150c8d3ba0f7ef9abbe04c45b3885d581f9898e2 | 9d9819f7bd98da092d79401b38c1de6ba06940fa | refs/heads/master | 2020-03-27T17:14:00.966353 | 2018-10-29T09:36:52 | 2018-10-29T09:36:52 | 146,837,646 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,984 | cpp | #include "stdafx.h"
/*
In LeetCode Store, there are some kinds of items to sell. Each item has a price.
However, there are some special offers, and a special offer consists of one or more different kinds of items with a sale price.
You are given the each item's price, a set of special offers, and the number we need t... | [
"jianjlv@microsoft.com"
] | jianjlv@microsoft.com |
c27596f5c0bb8f171e6f3218d8c29344a432da11 | d96666169cd900aa284de3ddb1882b5471942847 | /cocos/editor-support/cocostudio/CCArmatureDataManager.h | 8e6362775155884e596d47728fa01c252d996506 | [] | no_license | hwgy2008/cocos2dx3.6- | 5dbbfc1fafd692f9649f2fa9cac2184dcc8caba1 | 5df81a03c37cde82f14f46f327e99cb7ed8ef92e | refs/heads/master | 2022-01-08T07:22:05.086277 | 2018-04-16T08:44:49 | 2018-04-16T08:44:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,840 | h | /****************************************************************************
Copyright (c) 2013-2014 Chukong Technologies Inc.
http://www.cocos2d-x.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 Sof... | [
"dl198915@sina.cn"
] | dl198915@sina.cn |
de864ea54d5da7735f765dcfde113bc24be4f9c1 | 49dbf8bc69ed784c896376f676e5f8a0bd7929d8 | /statement.h | a7d3901469afb0e7ab74d9b3b2817968d5e41a99 | [] | no_license | JolyneFr/MiniBasic | dd8d318065ed0bb0fc65895c0589b60228801594 | da10d5264cacbe49907feb69436b1fd7fa2bff1b | refs/heads/master | 2023-05-01T04:54:06.086301 | 2021-05-15T09:14:46 | 2021-05-15T09:14:46 | 344,018,607 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,780 | h | #ifndef STATEMENT_H
#define STATEMENT_H
#include "exp.h"
#include <QTextBrowser>
#include <QLabel>
class StatementTree {
public:
QString rootString;
SyntaxTree **childs;
int childN;
StatementTree(QString rs, SyntaxTree **cs, int n):
rootString(rs), childs(cs), childN(n) {}
QString getSyn... | [
"jolynefr@sjtu.edu.cn"
] | jolynefr@sjtu.edu.cn |
62bb7b98d48e1da72282f82ee12765f45f53e29d | 8584afff21c31c843f520bd28587a741e6ffd402 | /AOJ/2220TheNumberOfTheRealRootsOfACubicEquation.cpp | 2516f8c4550d67a294f7dd87e52223c0f5736af6 | [] | no_license | YuanzhongLi/CompetitiveProgramming | 237e900f1c906c16cbbe3dd09104a1b7ad53862b | f9a72d507d4dda082a344eb19de22f1011dcee5a | refs/heads/master | 2021-11-20T18:35:35.412146 | 2021-08-25T11:39:32 | 2021-08-25T11:39:32 | 249,442,987 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,989 | cpp | #include <bits/stdc++.h>
using namespace std;
#define rep(i,s,n) for (int i = (int)s; i < (int)n; i++)
#define ll long long
#define pb push_back
#define eb emplace_back
#define All(x) x.begin(), x.end()
#define Range(x, i, j) x.begin() + i, x.begin() + j
#define lbidx(x, y) lower_bound(x.begin(), x.end(), y) - x.begin... | [
"liyuanzhongutokyos1@gmail.com"
] | liyuanzhongutokyos1@gmail.com |
f19dfaecbc12eb6731e5132188a22e5cf1a37b8a | a7e40f5b729e46c7555943efce48f726820b95c3 | /src/bh_src/Src/Controller/Visualization/OpenGLMethods.h | 45817ac5dd049b1cd03537bbffd74d0e9cd122d5 | [] | no_license | uchile/bh-motion_ros-pkg | 995f7e9b41da22a9f190b991622333b47942aaae | 5aac68185f6ac0b48b4241b09c85734c9c59b642 | refs/heads/master | 2016-09-06T21:38:42.112878 | 2013-06-21T20:35:09 | 2013-06-21T20:35:09 | 10,834,419 | 1 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,755 | h | /**
* @file Controller/Visualization/OpenGLMethods.h
* Declaration of class OpenGLMethods.
*
* @author <a href="mailto:juengel@informatik.hu-berlin.de">Matthias Jüngel</a>
*/
#pragma once
#include "Representations/Infrastructure/Image.h"
#include "Representations/Configuration/ColorTable64.h"
/**
* @class OpenGLMeth... | [
"dleottau@ing.uchile.cl"
] | dleottau@ing.uchile.cl |
7438542093d374a4748838be1aa1bff3d1401ab9 | e589d9a2728389819791619109db582ab163ea90 | /GunShooting/Source/GunShooting/MyGameMode.cpp | a9a072a22ebb6af3ffda022ee2c3c3e2d6951499 | [] | no_license | 87chan/GunShooting | 76a627236bddda387db9ec338af6b48a306f7040 | 35f76b6235bab5bf76fdb440d6a11f9b5d3f74e0 | refs/heads/master | 2021-01-10T22:22:25.000737 | 2016-06-08T14:40:22 | 2016-06-08T14:40:22 | 58,863,682 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 141 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "GunShooting.h"
#include "MyGameMode.h"
| [
"honji31415@gmail.com"
] | honji31415@gmail.com |
52f82ce386d2bf870899a404f92b01d3210db526 | a0dce37339bf2e60d7ddff5b1b9346e364a04bc8 | /acpc11b_1.cpp | bd018cc667c774cbfd8a08c3814ff001bf616cb5 | [] | no_license | archiver/spoj | c0dfdc2bfea0c4d811ee0b95dce83c720bea3eae | ac78437594b4ff062db886d03db2a7192478b603 | refs/heads/master | 2020-05-18T00:58:53.697941 | 2013-01-18T22:00:38 | 2013-01-18T22:00:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,020 | cpp | #include <stdio.h>
#include <algorithm>
#define INF 10000000
#define N 1000
int top[N];
int down[N];
using namespace std;
inline int MIN(int a, int b)
{
return a<=b?a:b;
}
int bisect(int s, int e, int v)
{
int m=s+(e-s)/2;
if(down[m]==v) return m;
if(s==e)
{
if(down[m]>v) return m;
else return m+1... | [
"pavan@pavan.(none)"
] | pavan@pavan.(none) |
6812dd6d1b3f672826a599afca21a13bc630545f | 96a35aa6b2684f5e62a27950adf4ae9bcc24a5a9 | /include/lager/chp_client.h | 0fd9642496354fc378bf3db3a1c88067d4593db2 | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | nasa/lager | 5c27478d504fc96e1a37ee635ee76639165d5f1f | 1e081419cf1f1ece3a866a95a9b8dc3cacf8d7b8 | refs/heads/master | 2020-04-21T10:38:53.290391 | 2019-02-06T17:11:53 | 2019-02-06T17:11:53 | 169,491,955 | 7 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 2,208 | h | #ifndef CHP_CLIENT
#define CHP_CLIENT
#include <future>
#include <iostream>
#include <map>
#include <memory>
#include <sstream>
#include <thread>
#ifdef _WIN32
#pragma comment(lib, "rpcrt4.lib")
#else
#include <unistd.h>
#endif
#include <zmq.hpp>
#include "lager_defines.h"
#include "lager/lager_utils.h"
/**
* @br... | [
"charles.a.claunch@nasa.gov"
] | charles.a.claunch@nasa.gov |
1b1a4ee44714fa4f3a534d6a1a0a67e81b04236b | 7b13d0ed73a71936b666966b16a4a5c93f22f961 | /Data structures/3 - Trees/Exercise 20/source/con herencia/BintreePlus.h | 5d1fc8e2c7961d9e6c63ebe22113bd3996759929 | [] | no_license | hues0s/DataStructuresAlgorithmsExercises | bca2194bdaf27c8843f412c21b7bdd42effd85c4 | 68d3d03630a2dfb47ee9013c37f2e6b0f98f80bf | refs/heads/master | 2022-06-20T15:02:00.140415 | 2019-06-22T00:17:32 | 2019-06-22T00:17:32 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 1,125 | h | #ifndef BINTREEPLUS_H
#define BINTREEPLUS_H
#include "bintree_eda.h"
template <typename T>
class BintreePlus : public bintree<T> {
using Link = typename bintree<T>::Link;
public:
BintreePlus():bintree<T>(){}
BintreePlus(BintreePlus<T> const& l, T const& e, BintreePlus<T> const& r) : bintree<T>(l,e,r){}
void... | [
"hector.ullate@gmail.com"
] | hector.ullate@gmail.com |
a1f5c231874dec64f3a44870cc696a4cab0b2735 | 8eac195f8be4d757c0ca2b4206d5bf8a74a37af0 | /Sources/Game/Ship.cpp | 5eb2c59f874009f91fd26314d19c2c257c42aca5 | [] | no_license | afaucher/X-Wing-Revival | 84037bd0aad845b52a4af694cb44caa49e08adcb | b4c5b0aff7310eb4500b59de648e09a99774141a | refs/heads/master | 2020-04-08T02:47:58.961703 | 2014-05-28T07:57:10 | 2014-05-28T07:57:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 46,496 | cpp | /*
* Ship.cpp
*/
#include "Ship.h"
#include <cmath>
#include "XWingDefs.h"
#include "RaptorGame.h"
#include "Num.h"
#include "Rand.h"
#include "Math3D.h"
#include "Shot.h"
#include "Asteroid.h"
#include <cassert>
Ship::Ship( uint32_t id ) : GameObject( id, XWing::Object::SHIP )
{
Team = XWing::Team::NONE;
Ship... | [
"blair@datapro.net"
] | blair@datapro.net |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.