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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
731891c5ae2739ee69f3bd2697abf442d93746ec | d8effd075768aecbf0a590804e6c94127954d01c | /noz/src/noz.pch.h | 560e45b75bf9d76a5567862100f6f4ac600cc9a5 | [] | no_license | nozgames/noz-cpp | 55c88e0ea92408433ca34399f31007418d46a063 | 0466c938f54edf846c01dd195ce870b366821e99 | refs/heads/master | 2022-11-24T04:20:51.348835 | 2020-07-30T21:42:48 | 2020-07-30T21:42:48 | 283,881,452 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 78 | h | #include <noz/noz.h>
#include <map>
#include <cassert>
#include <algorithm>
| [
"bryan.dube@resultstack.com"
] | bryan.dube@resultstack.com |
33c5d85931d90c30e1657bc20b23d9dbdc09467a | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/69/6d0801a4496433/main.cpp | 7dbe7224f67d5de23322d6fa0b52c959204553c7 | [] | 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 | 898 | cpp | #include <iostream>
using namespace std;
#include <x86intrin.h>
#include <stdint.h>
typedef unsigned long long u64_t;
template <typename wtype>
void println_af(const wtype* A,size_t L){
if (L == 0){
cout << "{}" << endl;
return;
}
cout << "{";
L--;
for (size_t c = 0; c <... | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
d1cc64a073edb93406b8e5436131c11ec218acd2 | 9be246df43e02fba30ee2595c8cec14ac2b355d1 | /utils/studiomdl/studiomdl.h | 8dad3dcda34f8cb455848b67c4c665d877182784 | [] | no_license | Clepoy3/LeakNet | 6bf4c5d5535b3824a350f32352f457d8be87d609 | 8866efcb9b0bf9290b80f7263e2ce2074302640a | refs/heads/master | 2020-05-30T04:53:22.193725 | 2019-04-12T16:06:26 | 2019-04-12T16:06:26 | 189,544,338 | 18 | 5 | null | 2019-05-31T06:59:39 | 2019-05-31T06:59:39 | null | UTF-8 | C++ | false | false | 26,545 | h | /***
*
* Copyright (c) 1998, Valve LLC. All rights reserved.
*
* This product contains software technology licensed from Id
* Software, Inc. ("Id Technology"). Id Technology (c) 1996 Id Software, Inc.
* All Rights Reserved.
*
****/
#include <stdio.h>
#include "basetypes.h"
#include "utlvector.h"
#incl... | [
"uavxp29@gmail.com"
] | uavxp29@gmail.com |
2cf75e5f6c485a2f4fa8f69883ddcd58facf9580 | 8cc95381e7c810f0ee4921fb2e6140748dd3ea57 | /300_399/384_shuffle_vec.h | c1371ed3c5c4db3d60bead0b5a4169cb0ff1921c | [] | no_license | wangchenwc/leetcode_cpp | 5691fd6091050cd09ececfa94c02497f78b88293 | 6c0c847f25710781f40a2817cb0e0152002f1755 | refs/heads/master | 2020-04-22T02:36:02.836904 | 2018-11-08T06:13:00 | 2018-11-08T06:13:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 931 | h | //
// 384_shuffle_vec.h
// cpp_code
//
// Created by zhongyingli on 2018/8/13.
// Copyright © 2018 zhongyingli. All rights reserved.
//
#ifndef _84_shuffle_vec_h
#define _84_shuffle_vec_h
class Solution {
public:
Solution(vector<int> nums): v(nums) {}
/** Resets the array to its original configuratio... | [
"lizhongying@ofo.com"
] | lizhongying@ofo.com |
84e7b732e675e68acbb5670880b833ad2db9fe72 | 3fafad978d67d18dd83b2367b9b50335b19abab1 | /GetAllWordInstances/CWordWindow.h | 8c87c81af5e1d9c922f02c050cc54141ca3bc337 | [] | no_license | dongfeng86/MFC-Practice | f14b6c40fc06e447507ebd45eaec6e42a411a752 | 2b34b2e69232d729fa9ac540907da84af9eb97b5 | refs/heads/master | 2023-08-30T16:55:55.106300 | 2023-08-24T07:46:45 | 2023-08-24T07:46:45 | 202,539,652 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 15,937 | h | // 从类型库向导中用“添加类”创建的计算机生成的 IDispatch 包装器类
// CWordWindow 包装器类
class CWordWindow : public COleDispatchDriver
{
public:
CWordWindow() {} // 调用 COleDispatchDriver 默认构造函数
CWordWindow(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CWordWindow(const CWordWindow& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}... | [
"115949168@qq.com"
] | 115949168@qq.com |
1611ddace582bbcb234f978cd2e521fdc1dbe5a6 | d78c9a394ded0f6d3ca8fd458e079c3bc3aa3f7d | /border.cpp | d3a11511fc7acccc90b311e478bb2e270545a747 | [] | no_license | Prinkagupta/HTML-CSS-Code-Generator | 49ca0ea984503199818f9a5d9ec3f52d8c220dff | fbe30f3a7adf9d366270c05f2e839ba9b9f21765 | refs/heads/master | 2021-05-29T10:51:28.434796 | 2015-09-18T10:47:51 | 2015-09-18T10:47:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,235 | cpp | #include "border.h"
#include "ui_border.h"
#include<QtCore/QFile>
#include<QtCore/QTextStream>
border::border(QWidget *parent) :
QDialog(parent),
ui(new Ui::border)
{
ui->setupUi(this);
ui->cBBorderStyle->addItem("Solid");
ui->cBBorderStyle->addItem("Dotted");
ui->cBBorderStyle->addItem("Doubl... | [
"prinkamodi@gmail.com"
] | prinkamodi@gmail.com |
fb164f158e040c1572f8a28ed7ccdaf4f5b9153e | 13bfcfd7492f3f4ee184aeafd0153a098e0e2fa5 | /TIOJ/1248.cpp | 7b978137d91f69417ef38aa4967605c49c991015 | [] | no_license | jqk6/CodeArchive | fc59eb3bdf60f6c7861b82d012d298f2854d7f8e | aca7db126e6e6f24d0bbe667ae9ea2c926ac4a5f | refs/heads/master | 2023-05-05T09:09:54.032436 | 2021-05-20T07:10:02 | 2021-05-20T07:10:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,981 | cpp | #pragma GCC optimize("Ofast")
#pragma loop_opt(on)
#include<cstdio>
#include<cstring>
const int S = 1<<20;
inline char readchar(){
static char buf[S], *p = buf, *q = buf;
if(p==q&&(q=(p=buf)+fread(buf,1,S,stdin))==buf) return EOF;
return *p++;
}
#define BASE 10000
#define BASELEN 4
char inbuf[1000];
struct bigint{... | [
"froghackervirus@gmail.com"
] | froghackervirus@gmail.com |
06f0317ed2f03157c857bf4079390d8265c3e23d | 2e0d4ed544f8e370d1dd0010370655358ed02660 | /Defren/lsg/AnimationNode.h | a1e32b64a0976bfc42f1ac7e359a5721a53b2f29 | [] | no_license | lucaas/Defren | 0e2370a7612fdaf24464bc4e8915de77b78915e2 | 79882658adefe924b5e415d978b198e121c37695 | refs/heads/master | 2020-04-05T23:25:50.747862 | 2011-06-06T21:38:18 | 2011-06-06T21:38:18 | 1,640,162 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 147 | h | #pragma once
#include "Node.h"
class AnimationNode : public Node
{
public:
AnimationNode(void);
~AnimationNode(void);
void render(void);
};
| [
"lucaaas@gmail.com"
] | lucaaas@gmail.com |
187c1314a496da6f2793b9bc4fe2e7171b242ed0 | 8df5cf0ae46a719174218110b83b87217be4068d | /qtTeamTalk/userinfodlg.h | 6523d0626f2f654f4797e9567b337b1874e93de2 | [] | no_license | androidlearners/TeamTalk5 | 7aad741554c3d6a42b7881e86adaed43d38e79c4 | 5ce4a042318d696b01051302f37dc08afaee9937 | refs/heads/master | 2020-12-25T21:44:49.112147 | 2014-11-04T07:01:15 | 2014-11-04T07:01:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 909 | h | /*
* Copyright (c) 2005-2014, BearWare.dk
*
* Contact Information:
*
* Bjoern D. Rasmussen
* Skanderborgvej 40 4-2
* DK-8000 Aarhus C
* Denmark
* Email: contact@bearware.dk
* Phone: +45 20 20 54 59
* Web: http://www.bearware.dk
*
* This source code is part of the TeamTalk 5 SDK owned by
* B... | [
"contact@bearware.dk"
] | contact@bearware.dk |
2b9e8d1de9a238f0ab16267177b4be01aca95942 | 22f8ce70cc780eda7cb11f93803058831f43c7c5 | /Plugins/SimpleThread/Source/SimpleThread/Public/Abandonable/SimpleAbandonable.h | 1209374d4dfdf268188a319cc323c94274e8fd67 | [] | no_license | VegetableWithChicken/SomeTest | 4d26ebc44fbf8a387bec2ec9677d51485c7c9668 | 8659f9b99ec05f3e235ec9d7839671751c85cbf8 | refs/heads/dev | 2023-03-16T05:40:16.603350 | 2020-11-02T07:04:52 | 2020-11-02T07:04:52 | 508,117,547 | 1 | 0 | null | 2022-06-28T01:42:35 | 2022-06-28T01:42:34 | null | GB18030 | C++ | false | false | 1,273 | h | #pragma once
/*
下面的网址讲解了如何使用本套插件
DocURL: https://zhuanlan.zhihu.com/p/78023533
下面的网址讲解如何开发当前的插件
MarketplaceURL : http://www.aboutcg.org/course/tut_ue4suite_190813/?action=
如果想了解更多关于UE4教程请参考:
URL : https://zhuanlan.zhihu.com/p/60117613
如果想系统了解人宅系列教程以及相关插件迭代更新 可以关注我的博客
URL : http://renzhai.net/
如果想了解我们下一节的课程... | [
"563412673@qq.com"
] | 563412673@qq.com |
d4970c1e7e86038b21422148354c4acd7d34867c | 86bfffa80fa639f6277dda62bb5f202ad501c58c | /Herschels/src/gui/SweepEffectsDialog.cpp | 7109b55084e27c53b4011867b980375dec96ad8e | [
"CC0-1.0"
] | permissive | Adolfo1519/Herschels | 2dd3bb1a73e4044d497c1dd126a753a58ab30d4a | 729853f90f1b2fbce80d5b509e6447b557effe14 | refs/heads/master | 2021-06-02T10:02:11.580122 | 2021-06-01T13:48:03 | 2021-06-01T13:48:03 | 134,487,772 | 3 | 3 | null | 2021-06-01T13:48:04 | 2018-05-22T23:47:00 | C++ | UTF-8 | C++ | false | false | 7,080 | cpp |
//load in the dialog header and .ui file
#include "SweepEffectsDialog.hpp"
#include "ui_sweepEffectsDialog.h"
#include "Herschels.hpp"
#include "Oculars.hpp"
#include "StelApp.hpp"
#include "StelGui.hpp"
#include "StelFileMgr.hpp"
#include "StelModuleMgr.hpp"
#include "StelMainView.hpp"
#include "StelMainScriptAPI.hp... | [
"asc5@rice.edu"
] | asc5@rice.edu |
ac4b6640f847100ad3f9bc93c3cc12e850326d1b | 6197740e6297da2f3d0c8ffd2a1d7ef5d8b3d2cb | /DotNet/Foundations of C++CLI/Chapter11/generic_function.cpp | eb2480dab8febf91192275445c48730aa4459dfe | [] | no_license | ssh352/cppcode | 1159d4137b68ada253678718b3d416639d3849ba | 5b7c28963286295dfc9af087bed51ac35cd79ce6 | refs/heads/master | 2020-11-24T18:07:17.587795 | 2016-07-15T13:13:05 | 2016-07-15T13:13:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 122 | cpp | // generic_function.cpp
using namespace System;
generic <typename T>
void F(T t, int i, String^ s)
{
// ...
}
| [
"qq410029478@ff87cf93-6e24-4a51-a1f1-68835326ac4f"
] | qq410029478@ff87cf93-6e24-4a51-a1f1-68835326ac4f |
de717bc8b39aaf763c03deb1df0a3a4793637de4 | 640ce20729b8d7466525be49412af7f4bd6efc2c | /367_perfect_square.cpp | 82cff3042114ba0dbe89f3ea1b0f48df0c7bda29 | [] | no_license | howardplus/leetcode | 782cc614bec736b671479bee254b16b6d478ca84 | 0c041dbf899a3075e6499fd393d368b7b4879bb3 | refs/heads/master | 2021-01-02T08:48:55.943535 | 2020-01-22T07:30:10 | 2020-01-22T07:30:10 | 99,068,703 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 677 | cpp | /*
* https://leetcode.com/problems/valid-perfect-square/description/
*
* Given a positive integer num, write a function which returns True if num is
* a perfect square else False.
*/
#include <iostream>
using namespace std;
class Solution {
public:
bool isPerfectSquare(int num) {
for (long sum = 0, ... | [
"howardplus@gmail.com"
] | howardplus@gmail.com |
995edb0e7eb5dbcc6146fb8d1f61b4cfdab70f2a | 391cf73bb13a1cf457650a0c3b8605bb35fc00f2 | /src/stats.cpp | 9939c3e8c1450370847336b283005c7eb0b29d43 | [
"NCSA"
] | permissive | YunMoZhang/neo | b275d6bbaecd31fb4f6996af8d50d1d831b47e24 | 8601491e81e5b0cb1375a226ba8ae414477733d5 | refs/heads/master | 2023-03-18T01:51:08.339146 | 2021-03-09T00:09:05 | 2021-03-09T00:09:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,962 | cpp | #include "stats.hpp"
#include <unistd.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <fstream>
#include "lib/logger.hpp"
#include "policy/policy.hpp"
using namespace std::chrono;
/********************* private definitions *********************/
bool Stats::record_latencies = false; // no latency re... | [
"kuanyenchou@gmail.com"
] | kuanyenchou@gmail.com |
c84d3b544f3a21a0161458b4ed80506fe2b21745 | 8d85bd979c08a6313c31d00fd3f10bbe836d691d | /wpilibc/src/main/native/cpp/trajectory/constraint/CentripetalAccelerationConstraint.cpp | bf45c349a27ff57a9de9bce7eff2a0cfc54a9c45 | [
"BSD-3-Clause"
] | permissive | Aaquib111/allwpilib | e7c1a9eb0693867287494da2c38125354b295476 | 59507b12dc6aec05167fb9c086c3a70c9e5ed632 | refs/heads/master | 2020-09-11T20:59:51.018124 | 2019-11-16T05:51:31 | 2019-11-16T05:51:31 | 222,188,562 | 2 | 0 | NOASSERTION | 2019-11-17T02:52:19 | 2019-11-17T02:52:19 | null | UTF-8 | C++ | false | false | 1,655 | cpp | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2019 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | [
"johnson.peter@gmail.com"
] | johnson.peter@gmail.com |
d5c54c7dc1a8b53e01402eace0c3b6f9802d4827 | 44ab57520bb1a9b48045cb1ee9baee8816b44a5b | /Engine/Code/Mathematics/Base/FastNegativeExpAchieve.h | 8f7b4551c652fa8e37c7c26ec1efe6295476a708 | [
"BSD-3-Clause"
] | permissive | WuyangPeng/Engine | d5d81fd4ec18795679ce99552ab9809f3b205409 | 738fde5660449e87ccd4f4878f7bf2a443ae9f1f | refs/heads/master | 2023-08-17T17:01:41.765963 | 2023-08-16T07:27:05 | 2023-08-16T07:27:05 | 246,266,843 | 10 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,562 | h | /// Copyright (c) 2010-2023
/// Threading Core Render Engine
///
/// 作者:彭武阳,彭晔恩,彭晔泽
/// 联系作者:94458936@qq.com
///
/// 标准:std:c++20
/// 引擎版本:0.9.0.11 (2023/05/30 14:54)
#ifndef MATHEMATICS_BASE_FAST_NEGATIVE_EXP_ACHIEVE_H
#define MATHEMATICS_BASE_FAST_NEGATIVE_EXP_ACHIEVE_H
#include "FastNegativeExp.h"
#include "MathDe... | [
"94458936@qq.com"
] | 94458936@qq.com |
afa6aabd5998233d9a4111c905f03b65fa20f58a | 6af50a4b5b928211880dd9f1c6ce92c2afea828b | /scripts/kconfig/qconf.cc | 9d3b04b0769cbef51bfdcfcc75ac60cc2e1b67d1 | [
"Apache-2.0"
] | permissive | erwango/zephyr | 1c7aa447f613de76439291ba9dde1e4dc7c5786e | 162f4574c781ae17d3fecfd4ac10df111e90ae3c | refs/heads/arm | 2023-08-11T10:29:20.031948 | 2017-05-10T09:50:21 | 2017-05-10T14:22:48 | 76,642,373 | 6 | 0 | Apache-2.0 | 2020-02-04T19:16:46 | 2016-12-16T09:52:08 | C | UTF-8 | C++ | false | false | 44,484 | cc | /*
* Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
* Released under the terms of the GNU GPL v2.0.
*/
#include <qglobal.h>
#if QT_VERSION < 0x040000
#include <stddef.h>
#include <qmainwindow.h>
#include <qvbox.h>
#include <qvaluelist.h>
#include <qtextbrowser.h>
#include <qaction.h>
#include <qheader.h>
... | [
"inaky.perez-gonzalez@intel.com"
] | inaky.perez-gonzalez@intel.com |
9f4ec280dbc7c0a5d91267f9ee6ad91c926eb325 | ed22bf7a0120f702fb812943852ebbe0060746b2 | /lib/PacketCreator/PacketCreator.h | 4a9eb6d849fa6aee19e1e16e884cdbd54ba0723e | [] | no_license | yoeshi/BTW-Robot | a80a99b3126044d3aa75c52177ea848f4f799d93 | 6a0175179ad5dabae72e2109b5729ac48d868ab2 | refs/heads/master | 2023-05-09T12:59:27.690538 | 2021-05-28T15:11:51 | 2021-05-28T15:11:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 408 | h | #include <ArduinoJson.h>
#include <ReceivedDataPacket.h>
namespace PacketCreator
{
String feedbackDataToJsonString(float leftVelocity, float rightVelocity, float angle, float speedPidP, float speedPidI, float anglePidP, float anglePidD, int delay);
String infoMessageToJsonString(String message);
String crea... | [
"dawid199912@gmail.com"
] | dawid199912@gmail.com |
76ce115a572d2cdcf60d112c3ce000434d5f654e | 30013e4f0def356c3ddad242f9bff0a155cbb039 | /rxDev/src/tagItems/argItem.h | d2b3dafa6868bc0e1c930d0ae3838fc57c1decf1 | [] | no_license | songxuchao/rxdeveloper-ros-pkg | 972c56b11d28d452d7272984454503cfa63e06e2 | 917c7874b16b9727eba9cfbfc64c5f98262db390 | refs/heads/master | 2021-01-10T20:14:17.495579 | 2012-04-14T13:02:10 | 2012-04-14T13:02:10 | 34,845,885 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,857 | h | #ifndef ARGITEM_H
#define ARGITEM_H
#include <QGraphicsRectItem>
#include <QGraphicsTextItem>
#include <QGraphicsSceneHoverEvent>
#include <QGraphicsSceneMouseEvent>
#include <QKeyEvent>
#include <QColor>
#include <QPainter>
#include <QPen>
#include <QPointF>
#include <QGraphicsWidget>
QT_BEGIN_NAMESPACE
class QPixma... | [
"F.Muellers@gmail.com@1a7593b6-376c-c873-a36f-2cc06b3c3c74"
] | F.Muellers@gmail.com@1a7593b6-376c-c873-a36f-2cc06b3c3c74 |
0bc5a8656d48bb7fb633d6e34f0be47c549d9456 | af0ecafb5428bd556d49575da2a72f6f80d3d14b | /CodeJamCrawler/dataset/11_964_70.cpp | d5c4af9f666edd0b7904659dc284e36d859a813f | [] | no_license | gbrlas/AVSP | 0a2a08be5661c1b4a2238e875b6cdc88b4ee0997 | e259090bf282694676b2568023745f9ffb6d73fd | refs/heads/master | 2021-06-16T22:25:41.585830 | 2017-06-09T06:32:01 | 2017-06-09T06:32:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,255 | cpp | #include <cstdio>
#include <cstring>
using namespace std;
#define FOR(i,a,b) for(int i=a,_b=b;i<=_b;i++)
#define REP(i,a) FOR(i,0,a-1)
#define FORD(i,a,b) for(int i=a,_b=b;i>=_b;i--)
#define REPD(i,a) FORD(i,a-1,0)
#define _m(a,b) memset(a,b,sizeof(a))
#define MAX 200
int main (void) {
int T; scanf("... | [
"nikola.mrzljak@fer.hr"
] | nikola.mrzljak@fer.hr |
734ceb9995caa6f350c91128e502ca5b94b16a34 | 40d23f6f47eef750c37949c523324d82a5923f28 | /token.h | 454487f4036aaeeac070beb539d3b21d74d93fad | [] | no_license | Moulten/EventDataBase-Yandex | 065e0fb2a9434fd2bc37185d1d379799c5790dbb | 97b2d234ef5902dc307cc2be02f7cb09689ea7f3 | refs/heads/master | 2022-12-07T11:30:16.254612 | 2020-08-27T20:37:09 | 2020-08-27T20:37:09 | 290,871,507 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 438 | h | #pragma once
#include <sstream>
#include <vector>
using namespace std;
enum class TokenType {
DATE,
EVENT,
COLUMN,
LOGICAL_OP,
COMPARE_OP,
PAREN_LEFT,
PAREN_RIGHT,
};
enum class Comparison {
Less,
LessOrEqual,
Greater,
GreaterOrEqual,
Equal,
NotEqual,
};
enum class LogicalOperation {... | [
"g.a.poyarkov@gmail.com"
] | g.a.poyarkov@gmail.com |
ce3efae8e684acb59984531466c4502758b74deb | 0f971a91b4ad423748bba8c7159940ccf3064a7b | /VoxelEngine/VoxelEngine/src/engine/graphics/TileMap.h | 5f7621b01f3a7592b04c3f7dcad8e13865378a44 | [
"MIT"
] | permissive | LucidSigma/Voxel-Engine | f437e76bf76f180cc06b836026007b6397590716 | 5cb7fdf280f2f9029ec218d458ee887d9aceff75 | refs/heads/master | 2021-01-16T14:57:18.145591 | 2020-02-26T03:58:41 | 2020-02-26T03:58:41 | 243,160,006 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 810 | h | #pragma once
#ifndef TILE_MAP_H
#define TILE_MAP_H
#include "../interfaces/INoncopyable.h"
#include <glm/glm.hpp>
#include <cstddef>
#include <string_view>
#include <unordered_map>
#include <utility>
#include <vector>
#include "TextureArray.h"
class TileMap
: private INoncopyable
{
private:
const TextureArray* m... | [
"lucidsigma17@gmail.com"
] | lucidsigma17@gmail.com |
52e6dd66f7291af7c198d935960503b959bdf47d | 469c0632d0df5393a801c6239f17b501cef0bdfc | /src/xbeereader.cpp | cf6b0f60203082dec5bce89edf367761e4cc860a | [] | no_license | notzain/QtZigbeeHelper | cab71bd2343b46e12b6b0273c772e89f73ee4cb9 | 4bebd10dc1da69bced2eb91e731a2028c1c34f77 | refs/heads/master | 2021-05-06T00:18:36.638268 | 2018-01-12T12:15:29 | 2018-01-12T12:15:29 | 117,237,305 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,173 | cpp | #include "xbeereader.h"
#include "xbeeframe.h"
#include "xbeereceiveframe.h"
#include <QChar>
#include <QDebug>
void XbeeReader::read( const QByteArray& data )
{
static bool escaped = false;
const auto hexData = data.toHex();
qDebug() << hexData;
for ( const QChar byteAsUnicode : data ) {
... | [
"zain.ahmad@tno.nl"
] | zain.ahmad@tno.nl |
607c318675d83895092c2b81af7d9970d55aba24 | 38a2a5b11186f2cde0a9fdf42b2a3edff818e276 | /KDIS/DataTypes/IOEffect.h | 687440cda1468249fe94a851b912991058222e05 | [
"BSD-2-Clause"
] | permissive | cdit-ma/kdis | 7f9afaa07da1d64ff960f5841710cb1445cdebe1 | f722221cee0e5ea6869f9e923ad1cdb93d5d289f | refs/heads/master | 2022-01-06T08:42:33.244560 | 2019-08-14T03:09:07 | 2019-08-14T03:09:07 | 202,251,645 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,636 | h | /*********************************************************************
Copyright 2013 Karl Jones
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 ... | [
"mitchell.w.conrad@gmail.com"
] | mitchell.w.conrad@gmail.com |
502bf6096e4425679ec75b89da96f04c0664f501 | 166c162c14562a1dcd8e9fd8c138c461608b4402 | /array/move_negative_to_end.cpp | 5370173fad637446ea2e5ed45fa6503448e6fee3 | [] | no_license | shibajyoti17/Cpp-Data-Structure-and-algorithms | 56a631ffdbc6fbdd5e507aebce42fb3b6c2592ee | 4b45a6006c39ebd425f795fa88764dd45d3e35e4 | refs/heads/master | 2023-06-26T11:12:54.527407 | 2021-08-03T05:53:38 | 2021-08-03T05:53:38 | 380,946,195 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 587 | cpp | #include<iostream>
using namespace std;
void swap(int &a, int &b) {
int temp = a;
a = b;
b = temp;
}
int main() {
int n;
cout << "Enter the number of elements: " << endl;
cin >> n;
int arr[n];
for(int i = 0; i < n; i++) {
cin >> arr[i];
}
int low = 0, high = n-1;
whil... | [
"shibajyotim@gmail.com"
] | shibajyotim@gmail.com |
021f152f59c61200ff5a8e8ab9f6a34a5defb12d | c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64 | /Engine/Source/ThirdParty/llvm/3.5.0/include/llvm/ADT/DepthFirstIterator.h | dfba43f3ac85c926de09dff67649d78e4e7231a3 | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | windystrife/UnrealEngine_NVIDIAGameWorks | c3c7863083653caf1bc67d3ef104fb4b9f302e2a | b50e6338a7c5b26374d66306ebc7807541ff815e | refs/heads/4.18-GameWorks | 2023-03-11T02:50:08.471040 | 2022-01-13T20:50:29 | 2022-01-13T20:50:29 | 124,100,479 | 262 | 179 | MIT | 2022-12-16T05:36:38 | 2018-03-06T15:44:09 | C++ | UTF-8 | C++ | false | false | 9,624 | h | //===- llvm/ADT/DepthFirstIterator.h - Depth First iterator -----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"tungnt.rec@gmail.com"
] | tungnt.rec@gmail.com |
9fddccd54bb66ca577863dab5b8d57dc19cc237b | fad536c75f9871b42a91ad5f7d24cabeaf8351e9 | /heshTab/main.cpp | e155e4c3944b007dd4322f5837b2fc51fa41cf4f | [] | no_license | eeeris/Dictionary_test_task_drweb | 1b85bc0905d77cd40e78b23a1bfe8bc9f7c035d1 | 50e3aa2afa49449805dd7bef9164f45d47cd666e | refs/heads/master | 2022-11-30T18:02:57.209634 | 2020-08-13T16:49:24 | 2020-08-13T16:49:24 | 287,062,831 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 104 | cpp |
#include <iostream>
#include "HashTable.h"
using namespace std;
int main()
{
return 0;
}
| [
"eeris@mail.ru"
] | eeris@mail.ru |
92275fdc4e831340a73a6312f46856c8586c3134 | 856a204d4561446e0538e4e08eb91fe8956d4ad0 | /checkin.cpp | 615985b9c844f185804f95874fa96653965b550e | [] | no_license | TwinkleChow/Encrypted-File-System | 2810a973d022ae59117a8606331d9eb9b97e75c2 | 7afd6432e4a6ebe604f943c28f1016061f3e3026 | refs/heads/master | 2021-01-19T14:22:25.317926 | 2017-04-14T06:18:45 | 2017-04-14T06:18:45 | 88,154,960 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,095 | cpp | #include "libefs.h"
int main(int ac, char **av)
{
if(ac != 3)
{
printf("\nUsage: %s <filename> <password>\n\n", av[0]);
exit(-1);
}
FILE *fp = fopen(av[1], "r");
if(fp == NULL)
{
printf("\nUnable to open source file %s\n\n", av[1]);
exit(-1);
}
// Load the file system
initFS("part.dsk",av[2]);
... | [
"timelimitsecret@gmail.com"
] | timelimitsecret@gmail.com |
1dbe3cfad6ead5367ca825752fb9245d98344f6c | 42141a2b991a8d7242817143860fc59080b1e5c6 | /src/network/receiver.h | 9d1c6569e1a059036d63f6b926b9d52fcd923399 | [] | no_license | earlgreyz/SIK-siktacka | 378fd4f2614b8a684ab4595b0c7d127d94ea2ac4 | bb6cea66d3d1ec6b292c0dc02f1030b7a9e8a02d | refs/heads/master | 2018-12-19T19:42:16.650014 | 2017-06-20T17:28:50 | 2017-06-20T17:28:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 726 | h | #ifndef SIK_RECEIVER_H
#define SIK_RECEIVER_H
#include <string>
#include <netinet/in.h>
#include "types.h"
namespace network {
/**
* Class for receiving messages from socket.
*/
class Receiver {
private:
/// Socket to receive data from
int sock;
public:
/**
... | [
"mikiwalczak@gmail.com"
] | mikiwalczak@gmail.com |
8f1959c012375533d5952468279dc384421887c3 | 024c74f395b4a749b26cf2719b1e4efecd5331fc | /Codeforces/136B.cpp | 13da4631052ad66f8c5f5a9f26fdfe5ffb5a70a4 | [] | no_license | thisisrajat/competitive-programming | 28ed70f77e2c3892ee1d005341ef7d37930caad9 | 422cc7fac78a9908ca7a95a7c6eae724ed4a0631 | refs/heads/master | 2021-01-01T18:12:10.693796 | 2017-01-01T17:42:53 | 2017-01-01T17:42:53 | 17,668,936 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,214 | cpp | #include <iostream>
#include <cstdio>
#include <algorithm>
#include <cstring>
#include <vector>
#include <string>
#include <map>
#include <set>
#include <sstream>
#include <utility>
#include <functional>
#include <numeric>
#include <stack>
#include <queue>
#include <cmath>
#include <cstdlib>
#include <ctime>
#include <... | [
"rajat.rj10@gmail.com"
] | rajat.rj10@gmail.com |
ce40b601014a88028d83bd14a88a85c0385d8153 | d0a5a6e3f5f57a537bce6c4b9cf60e92923ca756 | /helper code/fastvector.cpp | 55391a8e7e02c844b638d47dc7c5117a6cea9d5e | [] | no_license | bbackspace/codechef | 0c8435b839296e727e1030c90b0420509374823f | 8cea9d903eb79b534a507facbbedb70b489526e2 | refs/heads/master | 2016-09-06T00:32:52.923699 | 2015-06-19T12:50:13 | 2015-06-19T12:50:13 | 28,696,031 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 896 | cpp | #include<cstdio>
#include<cstdlib>
template <class T>
class FastVector
{
private:
T *vec;
size_t *from;
size_t *to;
size_t top;
T init_val;
size_t len;
public:
T& at(size_t i)
{
if (from[i] < top && to[from[i]] == i)
return vec[i];
else
{
from[i] = top;
to[top] = i;
top++;
vec[i] = init_va... | [
"joelm.pinto@gmail.com"
] | joelm.pinto@gmail.com |
f09b593285b7688351187fd469dff34bf043944e | 5c12bfe2c4b661986d2740aa48a402fd2fd01703 | /src/bin/make-fullctx-ali-dnn.cc | 9f0de9014908265a49c89d7f17da608679aef345 | [
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | oplatek/idlak | fea41d797b862f5382bd17c0ca8349b346cb44d7 | 02b24dc6f79b84779e423bfbb17bdf8e70c95aec | refs/heads/import-svn-idlak | 2021-01-11T04:41:39.367915 | 2016-09-14T18:13:52 | 2016-09-14T18:13:52 | 71,112,898 | 0 | 0 | NOASSERTION | 2020-02-20T13:09:34 | 2016-10-17T07:48:11 | C++ | UTF-8 | C++ | false | false | 11,144 | cc | // bin/make-fullctx-ali.cc
// Copyright 2013 CereProc Ltd. (Author: Matthew Aylett)
// 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
//
//... | [
"blaise@cereproc.com"
] | blaise@cereproc.com |
82ca5153aaa0a19f177213f6d14d4909f39ddf71 | b82474817f17f5053890cafb09dd510c2b9c735e | /src/cv-helpers.hpp | 5a2a04d68d039216289fb22d15e529a1592357b7 | [
"MIT"
] | permissive | yushijinhun/rs-armor-detector | 6f7f4adb975fa026852ce6ba6177b801d22c3b7e | 17e1ff353f9e97108b2b34577518dca86d415dfb | refs/heads/master | 2023-05-14T20:29:05.432657 | 2021-06-06T16:04:54 | 2021-06-06T16:04:54 | 374,403,085 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,460 | hpp | // License: Apache 2.0
// Copyright(c) 2017 Intel Corporation. All Rights Reserved.
// From https://github.com/IntelRealSense/librealsense/blob/8fc9ad20da01e926ba610ce4ee1b058e61b86655/wrappers/opencv/cv-helpers.hpp
#pragma once
#include <librealsense2/rs.hpp>
#include <opencv2/opencv.hpp>
#include <exception>
// Co... | [
"yushijinhun@gmail.com"
] | yushijinhun@gmail.com |
cb69e41ca057ec13219d2c9cad2dc6e1c21043b3 | 20f6693bed8e559b32b5b649f7393908964932de | /SDK/BP_Menu_Slasher18_parameters.h | 27af0f6c7ae2a864c1bb96b385d89e1d852c8cf2 | [] | no_license | xnf4o/DBD_SDK_502 | 9e0e210490e2f7b9bc9b021f48972e252d66f0c7 | c7da68275286e53b9a24d6b8afbb6e932fc93407 | refs/heads/main | 2023-05-31T18:55:45.805581 | 2021-07-01T14:23:54 | 2021-07-01T14:23:54 | 382,058,835 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,631 | h | #pragma once
// Name: dbd, Version: 502
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Parameters
//-------------------------------------------------------------... | [
"xnf4o@inbox.ru"
] | xnf4o@inbox.ru |
4b5455dbd69156301f07bfe8a7f686554af2aa95 | b415bbe2313a7b46483d5c40f96f737d8cad01fb | /nozzlesimulations/R3_Re2.01M_Pr1.84_M1/constant/polyMesh/owner | 4b0e15e6b0501da2ab560df361729c7cda6817ba | [] | no_license | JingboYang/EngineSimulation | 10d7cddba6b76752359c02aaf9b6523f21afc04e | c8eee8c86305782498d72e0fe229d9ecd31454be | refs/heads/master | 2021-05-28T00:01:53.666347 | 2014-11-15T14:46:36 | 2014-11-15T14:46:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,277,207 | /*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.1 |
... | [
"eyang1995@hotmail.com"
] | eyang1995@hotmail.com | |
db3b67498cb2bda306047db8859497c84ce5a1d6 | b18adf09556fa66a9db188684c69ea48849bb01b | /Elsov/SkyFrame/PointToPoint/PointToPointDoc.h | d2546e8332e574bedbb00ad77e02ea097be7f8d1 | [] | no_license | zzfd97/projects | d78e3fa6418db1a5a2580edcaef1f2e197d5bf8c | f8e7ceae143317d9e8461f3de8cfccdd7627c3ee | refs/heads/master | 2022-01-12T19:56:48.014510 | 2019-04-05T05:30:31 | 2019-04-05T05:30:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,541 | h | // PointToPointDoc.h : interface of the CPointToPointDoc class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_POINTTOPOINTDOC_H__0DA57542_93B7_474F_87A1_D13B863BFF31__INCLUDED_)
#define AFX_POINTTOPOINTDOC_H__0DA57542_93B7_474F_87A1_D13B863BFF31__INCLUDED_
#if... | [
"hp@kozhevnikov.org"
] | hp@kozhevnikov.org |
5d46d03ae1c5d8f247a22023d54b7200ca0ba03a | d5d6047d86e39a99cd09a5bbb2ad0820f5f2d39f | /src/MaterialManager.h | 3099b2c78b9be287eb36a145a3a5dbc3ef42e7b9 | [
"MIT",
"LicenseRef-scancode-public-domain"
] | permissive | gchunev/Dice4D | 5bb184c3767294bb1e80111651d6601fab076335 | f96db406204fdca0155d26db856b66a2afd4e664 | refs/heads/master | 2020-05-23T22:33:42.752018 | 2019-05-24T14:50:28 | 2019-05-24T14:50:28 | 186,976,624 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 857 | h |
#ifndef MATERIAL_MANAGER_H
#define MATERIAL_MANAGER_H
#include "SDL_opengles2.h"
#include <vector>
#include <string>
#include <map>
class MaterialManager
{
public:
static MaterialManager* GetInstance();
bool LoadShaders(const std::string& path);
int GetShaderByName(std::string& shaderName);
int GetShaderByMat... | [
"georgi.chunev@gameloft.com"
] | georgi.chunev@gameloft.com |
d03523f92ba8b6a80f258b7e7d755a64d4151af7 | befaf0dfc5880d18f42e1fa7e39e27f8d2f8dde9 | /SDK/SCUM_Horse_Torso_classes.hpp | 0b64d28097395510148f1fa54cafcfbe8a45b81f | [] | no_license | cpkt9762/SCUM-SDK | 0b59c99748a9e131eb37e5e3d3b95ebc893d7024 | c0dbd67e10a288086120cde4f44d60eb12e12273 | refs/heads/master | 2020-03-28T00:04:48.016948 | 2018-09-04T13:32:38 | 2018-09-04T13:32:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 654 | hpp | #pragma once
// SCUM (0.1.17.8320) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "SCUM_Horse_Torso_structs.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// Blu... | [
"igromanru@yahoo.de"
] | igromanru@yahoo.de |
b740013d805953bed822189233fffc6f1188be91 | c9b5bea7a472d6f9e11192775135fa3680297e5f | /Lista1_Dominik_Grafik/zadanie11.cpp | f829721e27dcf49118e0acde590fd56e6f66400c | [] | no_license | dgrafik/algorytmy-i-struktury-danych | cdd684fc32a03fd7e73f7364c3511ad954cbcb98 | bea58270ab68b71870dd07cab438847d5af98601 | refs/heads/master | 2020-04-09T17:45:02.112075 | 2018-03-28T12:08:22 | 2018-03-28T12:08:22 | 124,238,047 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 475 | cpp | #include <iostream>
#define n 100
bool numbersTable[n + 1];
int main()
{
for(int i = 0; i<n+1; i++){
numbersTable[i] = true;
}
for (int i = 2; i*i <= n; ++i )
{
if (numbersTable[i] == false)
continue;
for (int j = 2*i ; j <= n; j += i)
numbersTable... | [
"dominik.grafik@gmail.com"
] | dominik.grafik@gmail.com |
242a43f323285e1a26a3ed54428bbb4e81350ffd | e52637b524363de6c44ab83913f3e1bfec1a70e4 | /BGM_FileManager.cpp | 9b30a06e77257ca905e8ac53720cdfaf91b031c8 | [] | no_license | drdrpyan/MyDBexample | e8943a67b923dfa92273b5d55f3323c5323e0650 | 6c61b97545621275cbdde24efd0fa36f0ccca7c2 | refs/heads/master | 2016-09-01T18:40:08.752668 | 2015-09-16T16:46:59 | 2015-09-16T16:46:59 | 21,458,280 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,102 | cpp | #include "BGM_FileManager.h"
namespace BGM
{
FileManager::FileManager(const char* fileName)
{
if(!(file=fopen(fileName, "rb+")))
{
file = fopen(fileName, "wb+");
numberOfBlock = 0;
currentBlock = 0;
nextBlock = 1;
lastBlock = 0;
}
else
{
fread_s(buffer, BLOCKSIZE, BLOCKSIZE, 1, file);
... | [
"drdrpyan@gmail.com"
] | drdrpyan@gmail.com |
fbe7793051ae6840f181903ca0b7fac51ae5c8b0 | 74388fdac3615e98665c61031afe602829bb95f9 | /tags/MainProject/widget/glwidget.h | fcae8d34fac849147a433314fd550ca045cae5f0 | [] | no_license | mvm9289/vig-qp2010 | 4bc78bce61970e1f67a53ca1a98ba7e10871615d | 2005d0870f53a0a8c78bafad711a3b7f7e11ba4b | refs/heads/master | 2020-03-27T22:55:51.934313 | 2010-09-23T21:15:11 | 2010-09-23T21:15:11 | 32,334,738 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 4,575 | h | #ifndef _GLWIDGET_H_
#define _GLWIDGET_H_
#include <QtOpenGL/qgl.h>
#include <QKeyEvent>
#include <iostream>
#include <qstring.h>
#include <qfiledialog.h>
#include <qtimer.h>
#include <QtDesigner/QDesignerExportWidget>
#include "material_lib.h"
#include "point.h"
#include "scene.h"
#include "llum.h"
#i... | [
"mvm9289@58588aa8-722a-b9c2-831f-873cbd2be5b1"
] | mvm9289@58588aa8-722a-b9c2-831f-873cbd2be5b1 |
1f113459d4a88bcc210c39586c4fb7723ed71794 | 8177a59eb31f17bad3bd88f2371e70c175971a14 | /rt/materials/dummy.cpp | 6d82b508c135a3197689bf24d53658e0966d2373 | [] | no_license | joniali/Cg-Saar-RayTracer | 6be9452b37fdb50f2769e4d5b2bfb23661a0909c | 03b554188dd8bcda593a68431ff04b6843953878 | refs/heads/master | 2020-05-18T12:13:42.865606 | 2014-12-13T15:48:09 | 2014-12-13T15:48:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 632 | cpp | #include <rt\materials\dummy.h>
namespace rt
{
DummyMaterial::DummyMaterial()
{}
RGBColor DummyMaterial::getReflectance(const Point& texPoint, const Vector& normal, const Vector& outDir, const Vector& inDir) const
{
return RGBColor::rep(1.0f);
}
RGBColor DummyMaterial::getEmission(const Point& texP... | [
"joniali786@gmail.com"
] | joniali786@gmail.com |
7adfc7fbe35e1de9af09ea222f43271afca7d308 | 5fca9ab6310f854b655d318b50efa7fc83ad22f8 | /thirdparty/rsocket-cpp/rsocket/framing/FrameHeader.h | 8ce55ee3175a380158fcf64bd1a58887015be862 | [
"Apache-2.0"
] | permissive | algo-data-platform/PredictorService | 4a73dbdac2bd1d72c18f53073fe80afbb4160bba | a7da427617885546c5b5e07aa7740b3dee690337 | refs/heads/main | 2023-03-11T17:08:35.351356 | 2021-02-24T08:46:08 | 2021-02-24T08:46:08 | 321,256,115 | 3 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 1,373 | h | // Copyright (c) Facebook, Inc. and its affiliates.
//
// 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 applicabl... | [
"maolei@staff.weibo.com"
] | maolei@staff.weibo.com |
f99c9ac6c4c037f98ec0d6693b5f3e9128b451f2 | 4a71a5cbda33b3fd53162fd2a2c61047dac11cad | /src/clipboard/PatternClipboard.hpp | 4444627b22137a098ac0523c6a1446dcff029427 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | stoneface86/trackerboy | 81f177d6f9bcb2310b047d44a72341c830e7b4b5 | 9b5b1bf4227e1ab5ac7983967068be8b1af57d56 | refs/heads/develop | 2023-02-25T09:59:39.495946 | 2023-01-26T05:29:31 | 2023-01-26T05:29:31 | 190,796,979 | 93 | 4 | MIT | 2022-03-09T16:58:27 | 2019-06-07T19:18:53 | C++ | UTF-8 | C++ | false | false | 619 | hpp |
#pragma once
#include "clipboard/PatternClip.hpp"
#include <QObject>
#include <optional>
//
// Utility class for managing the system clipboard.
//
class PatternClipboard : public QObject {
Q_OBJECT
public:
explicit PatternClipboard(QObject *parent = nullptr);
bool hasClip() const;
PatternClip ... | [
"44489054+stoneface86@users.noreply.github.com"
] | 44489054+stoneface86@users.noreply.github.com |
a2d5e4d2df500768c7d853cb31609ccd87ea8742 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /c++/Chaste/2015/12/ChasteCuboid.cpp | 85435e3fed3b2788e99596998efc081785f8e355 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | C++ | false | false | 4,099 | cpp | /*
Copyright (c) 2005-2015, University of Oxford.
All rights reserved.
University of Oxford means the Chancellor, Masters and Scholars of the
University of Oxford, having an administrative office at Wellington
Square, Oxford OX1 2JD, UK.
This file is part of Chaste.
Redistribution and use in source and binary forms... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
544b40b3b63807b1de8f89c11fbe3b46b54af9fc | 58463dc047759d86ed96fb85311e3e167d521a9c | /include/clc/math/gentype.inc | 9f79f6eb037ff466b4038b82bcb58bdbeefb2cc1 | [] | no_license | xianggong/m2c-devtools | 2195e21935b510493282c94d8be37bb8b7fd2c45 | 397cb765f21a4877c17f32f19aed912a3d2f5739 | refs/heads/master | 2021-01-19T07:56:29.388922 | 2015-07-16T14:41:49 | 2015-07-16T14:41:49 | 35,905,794 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,203 | inc | #define __CLC_SCALAR_GENTYPE float
#define __CLC_FPSIZE 32
#define __CLC_GENTYPE float
#define __CLC_SCALAR
#include __CLC_BODY
#undef __CLC_GENTYPE
#undef __CLC_SCALAR
#define __CLC_GENTYPE float2
#include __CLC_BODY
#undef __CLC_GENTYPE
#define __CLC_GENTYPE float3
#include __CLC_BODY
#undef __CLC_GENTYPE
#define... | [
"xgong@ece.neu.edu"
] | xgong@ece.neu.edu |
0ba93ae79139b09ceb8e2bf2ba327c05488c9635 | dcf7a0c407af384979a8031d71433697672894c4 | /내리막 길.cpp | 067cc837b395da3dfd5f5b091c65de6ea64313b3 | [] | no_license | presentnine/Algorithm-Code | 77d2b68d88ae88ce022c6001435d7ad195ef56d2 | 90cbbc68b2a7994b12c866a439fbba7f1a0db8ad | refs/heads/master | 2023-07-08T12:10:56.531912 | 2021-08-06T14:27:10 | 2021-08-06T14:27:10 | 345,614,665 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,295 | cpp | #include <iostream>
#include <vector>
#include <algorithm>
using namespace std;
vector<vector<int>> cache;
int searchRoute(int M, int N, vector<vector<int>> &map, int r, int c, int prev) {
int result = 0;
if (r<0 || r>=M || c<0 || c>=N) //인덱스 범위 밖
return 0;
if (map[r][c] >= prev) //이전 높이 보다 높거나 같은 경우
retur... | [
"presentnine@naver.com"
] | presentnine@naver.com |
efd660e9c8933de6a4836896a5b87ea9c279afd8 | 58af6924180b6a739577634d2db3e9a867a84a8b | /cpp.boost/iostream/http_source/main.cpp | 4a60c0aebcd6542bf7229b7580baacffe92feba1 | [] | no_license | MagnusTiberius/code | 38751016ca14810c0d939ae84a0e2680374e634a | 0b24bd4f9d6d57bb81603b27f1320accdf0289ab | refs/heads/master | 2021-01-16T01:02:12.484598 | 2016-04-19T04:24:46 | 2016-04-19T04:24:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 219 | cpp | #include "http_source.h"
#include <iostream>
int main (int argc, char * const argv[])
{
HTTPSource source;
if (source.handshake("www.boost.org", 60))
{
std::cout << "ok\n";
}
return 0;
}
| [
"yielding@gmail.com"
] | yielding@gmail.com |
eba050d70160308c62e2790dc34961288f8cabf2 | 16a12666f15a134ff2ca39776496d719fe934aff | /tf03_common/cart_test_sheet.h | a81effbf475c7da44b3b0c3ca25096cdedf50388 | [] | no_license | iamkevinzhao/tf03_sdk | b7ae4ea6443aff1e16e5811240027db7061b2d55 | 6a8df4246ae9b01f6440c14b358dd564cac663d0 | refs/heads/master | 2020-03-27T15:01:55.675112 | 2018-12-20T01:19:32 | 2018-12-20T01:19:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 290 | h | #ifndef CART_TEST_SHEET_H
#define CART_TEST_SHEET_H
#include "cart_test_sheet_widget.h"
struct CartStep;
class API CartTestSheet : public CartTestSheetWidget
{
public:
CartTestSheet(QWidget *parent = 0);
void Update(const std::list<CartStep>& steps);
};
#endif // CART_TEST_SHEET_H
| [
"codincodee@outlook.com"
] | codincodee@outlook.com |
f5f23f4c69eed3fb611ec4db5803832ba4a73dbb | d7f1601570c8780874b3fff905df55199e6a3704 | /tests/src/astro/electromagnetism/unitTestCannonBallRadiationPressureAccelerationAndForce.cpp | ad239fc4ea4dc0f4c0107690a5c28506e4ba25eb | [] | permissive | elmarputs/tudat | 751c662a785378791601c1f12259c6f928d72e17 | 677a30d378a2b82dd1f7ae2a2bf3d0e92f7db734 | refs/heads/master | 2022-07-04T02:05:53.649610 | 2021-10-06T19:21:50 | 2021-10-06T19:21:50 | 126,502,320 | 0 | 0 | BSD-3-Clause | 2018-12-03T19:23:23 | 2018-03-23T15:12:29 | C++ | UTF-8 | C++ | false | false | 22,128 | cpp | /* Copyright (c) 2010-2019, Delft University of Technology
* All rigths reserved
*
* This file is part of the Tudat. Redistribution and use in source and
* binary forms, with or without modification, are permitted exclusively
* under the terms of the Modified BSD license. You should have received
*... | [
"g.h.garrett13@gmail.com"
] | g.h.garrett13@gmail.com |
652209ef967b13d3a1c4ecd08a6af19f1818b688 | 1a17167c38dc9a12c1f72dd0f3ae7288f5cd7da0 | /Source/ThirdParty/angle/third_party/deqp/src/external/vulkancts/framework/vulkan/vkStructTypes.inl | cd09f0d2bee08376b5e3b5be12c27780b25ac943 | [
"BSD-3-Clause",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"MIT",
"LicenseRef-scancode-warranty-disclaimer",
"Zlib",
"LicenseRef-scancode-khronos",
"BSL-1.0",
"BSD-2-Clause"
] | permissive | elix22/Urho3D | c57c7ecb58975f51fabb95bcc4330bc5b0812de7 | 99902ae2a867be0d6dbe4c575f9c8c318805ec64 | refs/heads/master | 2023-06-01T01:19:57.155566 | 2021-12-07T16:47:20 | 2021-12-07T17:46:58 | 165,504,739 | 21 | 4 | MIT | 2021-11-05T01:02:08 | 2019-01-13T12:51:17 | C++ | UTF-8 | C++ | false | false | 79,571 | inl | /* WARNING: This is auto-generated file. Do not modify, since changes will
* be lost! Modify the generating script instead.
*/
struct VkApplicationInfo
{
VkStructureType sType;
const void* pNext;
const char* pApplicationName;
deUint32 applicationVersion;
const char* pEngineName;
deUint32 engineVersion;
de... | [
"elix22@gmail.com"
] | elix22@gmail.com |
e2f7433598952cc1e340056e22db4935350ce663 | ba5d1d776888be6ae9688d850f0445d80973ee8f | /game/server/func_movelinear.cpp | 397fefd18558e77f65ad45fe2fc46544c8e71171 | [
"MIT"
] | permissive | BerntA/tfo-code | eb127b86111dce2b6f66e98c9476adc9ddbbd267 | b82efd940246af8fe90cb76fa6a96bba42c277b7 | refs/heads/master | 2023-08-17T06:57:13.107323 | 2023-08-09T18:37:54 | 2023-08-09T18:37:54 | 41,260,457 | 16 | 5 | MIT | 2023-05-29T23:35:33 | 2015-08-23T17:52:50 | C++ | UTF-8 | C++ | false | false | 11,829 | cpp | //========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: Implements a brush model entity that moves along a linear path.
// Water whose level can be changed is implemented using the same entity.
//
//=============================================================================//
#i... | [
"bernta1@msn.com"
] | bernta1@msn.com |
0285b31f67288962743a0df0b003f1877aef35f9 | 3e65ad1a906e7f6ab7831fbf01adc83d42b006ea | /string/isAnagram.cc | f03c71c47e63fafe622498e8f674f1820d4b8a6e | [] | no_license | yukimura1330/leetcode | c0fd0b696529f8f37ff9d82da8a3e6475ad6ead1 | 1d70ab4a7038b79df04d487c658cd8f15efc4a42 | refs/heads/master | 2021-01-19T14:25:34.008890 | 2020-02-22T14:00:36 | 2020-02-22T14:00:36 | 88,161,461 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 905 | cc | /*
给定两个字符串 s 和 t ,编写一个函数来判断 t 是否是 s 的一个字母异位词。
输入: s = "anagram", t = "nagaram"
输出: true
输入: s = "rat", t = "car"
输出: false
*/
#include <iostream>
#include <string>
using namespace std;
bool isAnagram(string s, string t) {
int index = 0;
int bucket[26];
int len1 = s.length();
int len2 = t.length();
... | [
"1012872869@qq.com"
] | 1012872869@qq.com |
4d2636f749aee4282677f25483766222dd95f8f5 | b95b7a231f250f17688484de5592bccc3c439d3e | /Array/q90.cpp | fbbf3e43087ef0cb18e69988e3ea1f4b4e226bd9 | [] | no_license | GuanyiLi-Craig/interview | 725e91a107bf11daf2120b5bd2e4d86f7b6804ea | 87269f436c92fc2ed34a2b51168836f5272b74f6 | refs/heads/master | 2021-08-30T03:59:26.590964 | 2017-12-15T23:49:08 | 2017-12-15T23:49:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,240 | cpp | /****************************************************************************************************
90. Subsets II
-----------------------------------------------------------------------------------------------------
Given a collection of integers that might contain duplic... | [
"bitforce.studio@gmail.com"
] | bitforce.studio@gmail.com |
a75d062b673b8f5de4a581e89a9ed55cf4d7ad07 | 8134e49b7c40c1a489de2cd4e7b8855f328b0fac | /bvm/Shaders/fuddle/contract.h | d0228956171102e5790e8a5bbd2b04ec3388b79e | [
"Apache-2.0"
] | permissive | BeamMW/beam | 3efa193b22965397da26c1af2aebb2c045194d4d | 956a71ad4fedc5130cbbbced4359d38534f8a7a5 | refs/heads/master | 2023-09-01T12:00:09.204471 | 2023-08-31T09:22:40 | 2023-08-31T09:22:40 | 125,412,400 | 671 | 233 | Apache-2.0 | 2023-08-18T12:47:41 | 2018-03-15T18:49:06 | C++ | UTF-8 | C++ | false | false | 2,808 | h | #pragma once
namespace Fuddle
{
static const ShaderID s_SID = { 0x14,0x7b,0xf6,0x72,0xc2,0x26,0x21,0x39,0x9d,0xd4,0x9f,0x97,0x63,0x01,0xf5,0x63,0xaf,0x95,0x3a,0xca,0x49,0x25,0x1f,0x19,0xa8,0x64,0x4e,0x9d,0x44,0x2f,0x78,0x3f };
#pragma pack (push, 1)
struct Tags
{
static const uint8_t s_Global = 2... | [
"valdo@beam-mw.com"
] | valdo@beam-mw.com |
1d295cc1150e4cc6d88327a550302570445075e8 | 4019481ad68088df711ee89817b5fc4046407f20 | /PGSceneFinalProject/Mesh.hpp | eb6fcc23f4873a5b2b13994ebaf364cff6baedd5 | [] | no_license | MarcusGitAccount/OpenGL_Scene_Project_TerrainGeneration | 89d56761c6ef4c4ef15af1151c6533068466ef35 | 02a85c12302426edfcbed9645064b2f7b21b49af | refs/heads/master | 2020-12-01T15:39:39.671448 | 2020-01-11T21:18:33 | 2020-01-11T21:18:33 | 230,684,838 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,044 | hpp | //
// Mesh.hpp
// Lab4
//
// Created by CGIS on 27/10/2016.
// Copyright © 2016 CGIS. All rights reserved.
//
#ifndef Mesh_hpp
#define Mesh_hpp
#include <stdio.h>
#include "glm/glm.hpp"
#include "GLEW/glew.h"
#include <string>
#include <vector>
#include "Shader.hpp"
namespace gps {
struct Vertex
{
glm::vec3... | [
"pop_marcus_98@yahoo.com"
] | pop_marcus_98@yahoo.com |
e19fe172ca77365c848aebdba7300eea9c806ab6 | be1ccd9d8a9fbf4e5527256ca5bd93ee2e24c51e | /Sources/common/erm/rendering/data_structs/IndexData.h | 213837e82d07fbd068523f9c081ade806fbc2a0f | [
"MIT"
] | permissive | JALB91/ERM | f0f56c6fa99ef3d43bfe5074663fe76a8d7d36d6 | 4e739301b87dfcde3c85d6f52a83f09c4f69565f | refs/heads/master | 2023-01-09T07:49:10.080693 | 2022-07-29T22:15:45 | 2022-07-29T22:15:45 | 171,048,441 | 5 | 1 | MIT | 2021-03-10T20:41:38 | 2019-02-16T20:26:31 | C++ | UTF-8 | C++ | false | false | 82 | h | #pragma once
#include <cstdint>
namespace erm {
typedef uint32_t IndexData;
}
| [
"damiano.calcagni@gmail.com"
] | damiano.calcagni@gmail.com |
7adfff0b073ab9b9513ca702389c9d3736e8bd5f | 908e429f6653179c2bce7545c4554ac94769a21f | /problem_solving/medium/lilys_homework.cpp | 4be122bc193f0e947e150d3798e891563a6a320b | [] | no_license | transeos/hackerrank | 80a98d0309eec3c27b3c6b2f7f289919f281314e | fea574ea3a818d4069947cf1eb93c0ac498d1171 | refs/heads/master | 2022-07-02T03:59:24.348850 | 2022-06-11T16:26:07 | 2022-06-11T16:26:07 | 186,157,157 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,251 | cpp | // -*- C++ -*-
//
//*****************************************************************
//
// hackerrank: https://www.hackerrank.com/challenges/lilys-homework/problem
//
// WARRANTY:
// Use all material in this file at your own risk.
//
// Created by Hiranmoy on 26/05/22.
//
//********************************************... | [
"hiranmoy.iitkgp@gmail.com"
] | hiranmoy.iitkgp@gmail.com |
f95da86d6b35030daf52e5c432601a43bf381916 | 187c0aa39f9c6dc6f2b965274ee8ec7e02379034 | /Chapter 12/Problem 12.1/Problem_12_1.cc | 64a592fde700e47611fd6eb513a7f406c3c06a28 | [] | no_license | jl-1992/Cracking-The-Coding-Interview-Problems | deee71de58354b0c8893aea74f8e71c36177cd4c | 04df2061e5d3252e0e6b4494bf0979dd4a436039 | refs/heads/master | 2021-01-01T18:10:10.879918 | 2017-10-18T02:56:06 | 2017-10-18T02:56:06 | 98,267,107 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 397 | cc | #include <iostream>
#include <fstream>
using namespace std;
void print_last_k_lines(ifstream &in, int k){
string line;
int num_lines=0;
while(getline(in,line))
++num_lines;
in.clear();
in.seekg(0,ios::beg);
for(int i=0;i<num_lines;++i){
getline(in,line);
if(i>=num_lines-k)
cout << line << endl;
}
}
in... | [
"joseph.earl.ludy@gmail.com"
] | joseph.earl.ludy@gmail.com |
2f4d66a7bd80bbefdfe255e47a23cb1d06f176c0 | 4c9716c0e708a4c8ddb5b63925f21f284701a42c | /code/btas/ctf-master/src/summation/spr_seq_sum.cxx | b10f86d4f4e62a56c52145d38be71a9cf6e0869b | [
"BSD-3-Clause"
] | permissive | shiyangdaisy23/tensor-contraction | 8564e97c820be07614d9f821210c8ea99533b4c6 | cc79c5683da718dfc8735aea7f56fba36fb628b9 | refs/heads/master | 2021-01-16T18:24:02.409163 | 2017-08-11T20:45:48 | 2017-08-11T20:45:48 | 100,068,903 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 12,421 | cxx | #include "spr_seq_sum.h"
#include "../shared/iter_tsr.h"
#include "../shared/util.h"
namespace CTF_int{
template<int idim>
void spA_dnB_seq_sum_loop(char const * alpha,
ConstPairIterator & A,
int64_t & size_A,
... | [
"shiyangdaisy@126.com"
] | shiyangdaisy@126.com |
77e74c71b91ae41b55668349d87a6abc1a60c496 | 74d22b45e00527d6331dab77431e8e15d71e9e2c | /src/Sudoku.h | 4fa45737f60fb3e11c470875b2306d6b7e6d8e2a | [] | no_license | mviseu/Sudoku | 125ca10c2ebe5e7819403343223df07691d97ed0 | 5a156499ae0e3c10d1e92d49ad91aec0f083c125 | refs/heads/master | 2021-01-22T07:58:30.309119 | 2018-08-25T12:38:40 | 2018-08-25T12:38:40 | 92,592,223 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,160 | h | #pragma once
#include "Matrix.h"
#include <iostream>
#include <vector>
using std::cout;
using std::endl;
using std::ostream;
using std::vector;
class Sudoku {
private:
using v_int = vector<int>;
using vv_int = vector<vector<int>>;
public:
Sudoku() = default;
Sudoku(const vv_int &vv) : data(vv) {originalGrid ... | [
"mariaviseu@gmail.com"
] | mariaviseu@gmail.com |
655a6fb7ad918c70f5c64ccb4ed555943d883f13 | 948d555823c2d123601ff6c149869be377521282 | /SDK/SoT_SlateReflector_classes.hpp | e40314c89d70b7d3e93185eefcb57c06b0e52ee6 | [] | no_license | besimbicer89/SoT-SDK | 2acf79303c65edab01107ab4511e9b9af8ab9743 | 3a4c6f3b77c1045b7ef0cddd064350056ef7d252 | refs/heads/master | 2022-04-24T01:03:37.163407 | 2020-04-27T12:45:47 | 2020-04-27T12:45:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,676 | hpp | #pragma once
// SeaOfThieves (1.6.4) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// Class SlateReflector.WidgetReflectorNodeBa... | [
"getpeyton@gmail.com"
] | getpeyton@gmail.com |
7e6d09a1c84e427e99dbd6d9ecb3e9a6c5f10be4 | 09aa1eb41c319fc1e2aa7206f0386594de198c0b | /内積の課題_01/Question/game/stdafx.h | cb6765f4b08631f8a06ecdfefc0436a989a91b3e | [] | no_license | nezumimusume/DirectX_2 | 7d22e155b9790ab07ac97481e68b3ae7a4f0d6b2 | ba4b76250b86ca09bb2a1be294e5f1b19030a09f | refs/heads/master | 2023-07-22T18:42:17.647383 | 2018-04-16T13:04:08 | 2018-04-16T13:04:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 411 | h | #pragma once
#include <d3d9.h>
#include <d3dx9effect.h>
#pragma warning( disable : 4996 )
#include <strsafe.h>
#pragma warning( default : 4996 )
#include <cstdlib>
#include <memory>
#include <vector>
#include <list>
#include <map>
#include "lib/System.h"
#include "lib/Camera.h"
#include "lib/SkinModel.h"
#include "li... | [
"nezumimusume30@gmail.com"
] | nezumimusume30@gmail.com |
14d3f451d7bd2af9c11f2cffb6b8d5fe7d4c55cb | 3acf1a58ff5f88f4723f02dd911fb5820b7bbc1f | /Import/Import/OLD/Import 0.1.cpp | ed4a9b0e86625ea45ad40bb9e3813a22a1c9784f | [] | no_license | xiangbin1997/Facebull-1 | e378f339c4df692f9b64096a9c4f7140be4c68b0 | 1f484e192916a8eb92df93467a71669e799f472a | refs/heads/master | 2021-01-12T03:52:41.366061 | 2011-07-13T16:18:29 | 2011-07-13T16:18:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,740 | cpp | // Import.cpp : Defines the entry point for the console application.
//
#include "stdlib.h"
//#include "stdio.h"
#include "stdafx.h"
#include "line_count.h"
//#include "lookup_store.cpp"
//#ifndef FILE_IN "D:\\Matlab\\Assigments\\MATLAB\\Facebull\\06_3.in"
//#define FILE_IN "D:\\Matlab\\Assigments\\MATLAB\\Facebull\\0... | [
"a.f.gaungoo@gmail.com"
] | a.f.gaungoo@gmail.com |
422045acc635f61e9a703c3501eb5c34ea6e9306 | 61337b745c1ed7495df499248793e08998497cba | /web_server/Entry.h | eed07074afd6242976b9118ad93d5f895f0ece21 | [] | no_license | serifycode/web_server | bd7874d4ce52addde9281c1ad47ade78d9e62b60 | fc0e0eb78b312259d673fb1dc2f8f588f20bbdd2 | refs/heads/master | 2021-02-13T18:11:45.542375 | 2020-04-06T14:39:32 | 2020-04-06T14:39:32 | 244,717,485 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 550 | h | //弱指针保存connection,析构时shutdown
#ifndef ENTRY_H
#define ENTRY_H
#include "TcpConnection.h"
#include "copyable.h"
#include <memory>
class Entry : public copyable
{
public:
explicit Entry(const WeakTcpConnectionPtr& weakcon)
:weakcon_(weakcon)
{}
~Entry()
{
TcpConnectionPtr conn=weakcon_... | [
"2573654221@qq.com"
] | 2573654221@qq.com |
2d82f9af56bd8788534de8d2b424dd134cfa5639 | 05b78e1d23b44b5e1140bdfd809cb05fd669b235 | /code_cpp/engine_objects/mesh.h | 35c82413923edb6477e732a5e1cf3fceb4239fdc | [] | no_license | nasoym/fall_again_fall_better_engine | f0bdbd9bb30232cfaaa0a756016c4002f99f6ae5 | 0cc77d8f1f8a7f2634047591d0a1081aa8026180 | refs/heads/master | 2021-01-16T21:48:28.362945 | 2014-12-10T20:20:42 | 2014-12-10T20:20:42 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,987 | h | #ifndef _MESH_H
#define _MESH_H
#include <Ogre.h>
using namespace Ogre;
#include <vector>
#include <string>
#include "gui_shape.h"
class Engine;
class GuiContainer;
class Actor;
struct BoneBody {
Bone* bone;
Actor* body;
Joint*joint;
GuiContainer* container;
BoneBody(Bone* b) : bone(b),body(0),joint(0), cont... | [
"sinan@test.tmp"
] | sinan@test.tmp |
6be5b577afbc5eddfb46e08cba073ea79cf0c264 | e46bd22112c15d9558ad9531deef183849636d62 | /UVA/Volume 118 (11800 - 11899)/11835 - Formula 1.cpp | f870e23bf4bca5bbf43135350c0dcb1ccd7bbb92 | [] | no_license | jariasf/Online-Judges-Solutions | 9082b89cc6d572477dbfb89ddd42f81ecdb2859a | 81745281bd0099b8d215754022e1818244407721 | refs/heads/master | 2023-04-29T20:56:32.925487 | 2023-04-21T04:59:27 | 2023-04-21T04:59:27 | 11,259,169 | 34 | 43 | null | 2020-10-01T01:41:21 | 2013-07-08T16:23:08 | C++ | UTF-8 | C++ | false | false | 1,463 | cpp | /*****************************************
***Problema: Formula 1
***ID: 11835
***Juez: UVA
***Tipo: Ad hoc
***Autor: Jhosimar George Arias Figueroa
******************************************/
#include <stdio.h>
#include <cstring>
#define MAX 108
int main(){
int g , n , s , k;
int a[ MAX ] , position[ ... | [
"jariasf03@gmail.com"
] | jariasf03@gmail.com |
cc215483a32f91b8847f46ef8303310c272f6132 | 88ae8695987ada722184307301e221e1ba3cc2fa | /third_party/skia/tests/RasterPipelineBuilderTest.cpp | 93b54048cc6c42864eb234f96380ffa074f22209 | [
"BSD-3-Clause",
"Apache-2.0",
"LGPL-2.0-or-later",
"MIT",
"GPL-1.0-or-later"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 40,214 | cpp | /*
* Copyright 2022 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#include "include/core/SkStream.h"
#include "src/base/SkArenaAlloc.h"
#include "src/base/SkStringView.h"
#include "src/core/SkOpts.h"
#include "src/core/SkRasterPipeline.h"
#i... | [
"jengelh@inai.de"
] | jengelh@inai.de |
cb0b933bcc5f28873373a23a4517d8e1720a2707 | b4bded995260fdc96470ae593c4bc4d9b5a98ca9 | /11.cpp | d50f0a5bb9d9e49c32784ff077fab9f20ba8cdd1 | [] | no_license | patricknicolosi/programmazione2 | a5dda894b68cb7f0c85e789baa5fbeb70d0ef35a | dac0170030f3a3e5e4455db424fd215ff80cf248 | refs/heads/master | 2023-05-15T12:43:27.227825 | 2021-06-06T16:27:00 | 2021-06-06T16:27:00 | 362,513,052 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,277 | cpp | #include<iostream>
using namespace std;
template <class T>
class NodeDl{
NodeDl<T>* prev;
NodeDl<T>* next;
T value;
public:
NodeDl(NodeDl<T>* prev, NodeDl<T>* next, T value) : prev(prev), next(next), value(value){}
NodeDl(T value) : NodeDl(NULL, NULL, value){}
NodeDl() : NodeDl(NULL, NULL, 0){}
void s... | [
"patricknicolosi99@gmail.com"
] | patricknicolosi99@gmail.com |
75bfcac4e9928a0fdae1defa0e95e018cb0cf0b4 | c610aa29c4195963768d4c3a3f0ca4350615206a | /src/base64.h | 6d1baf4ac9815307f177849293c17cb5f492d85a | [
"MIT"
] | permissive | bizzbyster/nghttp2 | a04de01c7db8aed3ddd218a7880aaa8799acebb0 | ecc4290d3dba768aa5abb224afdfc5955224c0a5 | refs/heads/master | 2020-12-31T00:09:33.144648 | 2014-01-07T17:15:46 | 2014-01-07T17:15:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,895 | h | /*
* nghttp2 - HTTP/2.0 C Library
*
* Copyright (c) 2013 Tatsuhiro Tsujikawa
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the ... | [
"tatsuhiro.t@gmail.com"
] | tatsuhiro.t@gmail.com |
9bbbd778899032c2ee859f2af7466aa7d909ec6c | 669d94bf6944e69a2fb1ae0667c4aede1ffa1615 | /Servo/Servo.ino | df4e766b4b6733299353769503e5f771a738fd5f | [] | no_license | kalte0/clubRPI | 569bfa2281410a1df85e0c0d494a377ff0f024bf | 3bd99e3035c0c90ead5b2b673354345dc97635f1 | refs/heads/master | 2021-03-13T07:36:09.101202 | 2020-06-12T16:00:43 | 2020-06-12T16:00:43 | 246,653,557 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 497 | ino | #include <Adafruit_LEDBackpack.h>
#include <Wire.h>
#include <Adafruit_PWMServoDriver.h>
Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver(0x40, Wire);
#define SERVO_FREQ 60 // Analog servos run at ~60 Hz updates
void setup() {
Serial.begin(9600);
pwm.begin();
pwm.setOscillatorFrequency(27000000);
pwm.setPWMFr... | [
"renata@cyren.org"
] | renata@cyren.org |
833a3e83c37dcef3cc7c9b982ec56180c9589094 | c1096f2729fcc2e76dfcc9d4d277cebb669ef50f | /generator/NES.h | 33d8fa36cc8ffc1a53cdb1019f4d2075a03fbcb8 | [] | no_license | mikeakohn/java_grinder | 8d67f183aebfc412bff8537b23ff8be99f86dea6 | 273d6e97f46d3fa442b33ae19a2b2cde16dc5c4b | refs/heads/master | 2023-08-15T13:17:50.551116 | 2023-06-20T21:44:37 | 2023-06-20T21:44:37 | 15,153,331 | 481 | 41 | null | 2020-01-28T02:30:24 | 2013-12-13T02:48:12 | C++ | UTF-8 | C++ | false | false | 1,165 | h | /**
* Java Grinder
* Author: Michael Kohn
* Email: mike@mikekohn.net
* Web: http://www.mikekohn.net/
* License: GPLv3
*
* Copyright 2014-2022 by Michael Kohn
*
*/
#ifndef JAVA_GRINDER_GENERATOR_NES_H
#define JAVA_GRINDER_GENERATOR_NES_H
#include "generator/M6502.h"
class NES : public M6502
{
public:... | [
"mike@mikekohn.net"
] | mike@mikekohn.net |
b9477a84114103058b8d2805d8e80ca6aa43b403 | 6d9a1f50a40da21b5bb24ae43cbc42ae992927b5 | /text_speed_thrust_current.cpp | 3b7c77fc6e03dc59dbd9ff19611ca0373b9d8a4b | [] | no_license | RioZon/gtkp_table | 719262ea1a3f724cd193bfa7c8875e473f2654d7 | 3c2bae505f0d7fc985628500d242f2684ff43cf8 | refs/heads/master | 2020-07-06T20:59:33.462273 | 2019-08-19T09:11:56 | 2019-08-19T09:11:56 | 203,137,275 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 399 | cpp | #include "text_speed_thrust_current.h"
TextSpeedThrustCurrent::TextSpeedThrustCurrent(TableText *tableText)
: Observer(tableText)
{
}
void TextSpeedThrustCurrent::update(const Event &event)
{
if (event.event != GAC_EV_NAD_SPEED || event.val == 12)
return;
tableText->setText(event.val > 0?
... | [
"usmirn@gmail.com"
] | usmirn@gmail.com |
628a0e44541fbeca703bbc92e50e1e1b7f399732 | 26ac7837de540d915cdfa7783a65dde9bd311e4b | /Source/TiAALS/Utilities/Images/IRIconBank/IRIconBank.hpp | 6f3d4d5652d8b5c300bb0dbb1eaeaf7f98e927b8 | [] | no_license | KeitaroTakahashi/TiAALS_FULL | cfdf98a81f5e95f35fb3c7f36837d35856cdcf88 | 21cbdd04c5caf7b7de7bcc638056ad5af9ded5b0 | refs/heads/master | 2023-02-20T17:43:19.929814 | 2021-01-23T13:57:54 | 2021-01-23T13:57:54 | 320,263,467 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,330 | hpp | //
// IRIconBank
// InteractiveAutomation - App
//
// Created by Keitaro on 02/05/2019.
//
#ifndef IRIconBank_hpp
#define IRIconBank_hpp
#include "JuceHeader.h"
#include "singletonClass.hpp"
class IRIconBank
{
public:
struct IRIconImage
{
Image white;
Image black;
Image g... | [
"neoterize@mac.com"
] | neoterize@mac.com |
d7936c66ac4ec93a732a4c886240a837e6b7c44e | 41ea20766b0c5d3da7e9e09a73e9655f8d4aa3f8 | /hr/hr26_disjointsets.cpp | 4df6f1dd3268aa23ae1457d22b49e5002cc5b78e | [] | no_license | Manthan-R-Sheth/CodingHub | e8b5592a604f1e4a6cf1f3f08a27ee8f3c965720 | 23862de9b483b78c9493ef1475ea070eebe02ace | refs/heads/master | 2021-01-23T23:45:55.265333 | 2018-02-24T11:24:06 | 2018-02-24T11:24:06 | 122,733,890 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,304 | cpp | #include<cmath>
#include<cstdio>
#include<vector>
#include<iostream>
#include<algorithm>
#include<cstring>
#include<climits>
using namespace std;
// a structure to represent an edge in graph
int maxi=INT_MIN,mini=INT_MAX;
struct Edge
{
int src, dest;
};
// a structure to represent a graph
struct Graph
{
// V... | [
"manthanrsheth96@gmail.com"
] | manthanrsheth96@gmail.com |
8c49649d167b350730b8b9e0171934595f2783c1 | a42e3ffa1f4eae517e2d631dce5e02939e9deed9 | /src/render/Texture.h | fa26346bb2d51d36b341380bddf8f391de385d2f | [] | no_license | Przemro/spooky | fab8b3d8dd7e015bf9fff77333d85a3c584ec28d | 81e57d7cf8301330d11eaa2013212024cc34abea | refs/heads/master | 2021-01-16T21:07:04.557060 | 2016-05-16T17:13:47 | 2016-05-16T17:13:47 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,529 | h | //
// Created by dar on 11/21/15.
//
#ifndef C003_TEXTURE_H
#define C003_TEXTURE_H
#pragma once
#include <string>
#include <map>
#include "opengl.h"
enum ETextureFiltering
{
TEXTURE_FILTER_MAG_NEAREST = 0, // Nearest criterion for magnification
TEXTURE_FILTER_MAG_BILINEAR, // Bilinear criterion for magnifica... | [
"darek.stojaczyk@gmail.com"
] | darek.stojaczyk@gmail.com |
2d1614d546dd4b6bad8f052c0a18f890c3680762 | 8a02f56077a3242e3bf7c0136eff08876bad7c8f | /ex_L3_6/main.cpp | d00364853963ddf0ca82586f7e00b089971d6ec0 | [
"MIT"
] | permissive | alfunx/UZH-BINF4213 | 0850b748f3836128699b64532650a3e184400ff4 | a4c8468a21807e61c827b32410508566664a27c1 | refs/heads/master | 2020-03-29T19:34:53.034757 | 2019-01-20T09:43:36 | 2019-01-20T09:43:36 | 150,270,680 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 707 | cpp | #include <functional>
#include <iostream>
using namespace std;
struct foo {
std::string name;
foo(std::string name) : name(name) { /* void */ }
void say_hello()
{
cout << "Hello, World! Here's " << name << "." << endl;
}
};
int main(int argc, char** argv)
{
vector<foo*> foobar;
foo bar("bar");
foo baz("... | [
"alphonse.mariya@hotmail.com"
] | alphonse.mariya@hotmail.com |
6e2aacc612f75966e1d7396a0a58ed08bf43ad01 | 00da795e529b9c8acd4e20dcedaa68db9015f449 | /checks/A.cpp | 535da96d94cb5f37eb1acecd459bac172a0b57ae | [] | no_license | nitish11/coding-practices | f557c24babc9ac210da429dfc184d9294feeeb27 | 85a38d71165b71c535f020fe2e7edd095588b854 | refs/heads/master | 2021-01-01T05:31:53.599731 | 2014-07-09T12:56:29 | 2014-07-09T12:56:29 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 59 | cpp | #include<process.h>
int main()
{
int i;
exit(1);
}
| [
"nitish.bhardwaj11@gmail.com"
] | nitish.bhardwaj11@gmail.com |
1769398a326b2853a6b090c307cd85ac75ad11f4 | 553bea24ece6c8f41642f8e8e567d20fb32f0ad9 | /src/utils/include/utils/input_grid_utils.h | f3eca301c9a7972f8eaddee25fb7b606775eda95 | [
"MIT"
] | permissive | pierre-dejoue/picross-solver | a12913c582cb9db49892665cec8267d51acb411a | 45be54dfa9b6a097ad977ddd5d95e47b79f35dd4 | refs/heads/main | 2023-08-30T21:00:38.979792 | 2023-08-26T20:20:17 | 2023-08-26T23:03:36 | 8,221,585 | 7 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 395 | h | #pragma once
#include <picross/picross.h>
#include <ostream>
namespace picross
{
void stream_input_grid_constraint(std::ostream& out, const InputGrid& input_grid, const LineId& line_id);
void stream_input_grid_line_id_and_constraint(std::ostream& out, const InputGrid& input_grid, const LineId& line_id);
void stream... | [
"pierre.dejoue@gmail.com"
] | pierre.dejoue@gmail.com |
1edd803e36b428c08fd90f95ac6051cc38b19c78 | 613bb55365d68e31ec68d3c101d4630681d1c8ee | /source/util/qqgame_util.cc | 07fcab5545dc742e7804d3f97ec87922abb49d5b | [] | no_license | changpinggou/NPAPI-ActiveX | db478bc7bfecc7d995a1dd3a380ff6bacf5891e4 | 805a311f457d64acc34ba818a495792679636205 | refs/heads/master | 2021-01-10T13:31:30.766738 | 2015-06-25T02:18:08 | 2015-06-25T02:18:08 | 36,733,400 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,884 | cc | #include "qqgame_util.h"
#include <WinVer.h>
#include <Shlwapi.h>
#include <atlstr.h>
namespace qqgame
{
bool CheckQQGameRunning(HWND* hMsgWnd)
{
return (*hMsgWnd = ::FindWindowEx(NULL, NULL, QQGAME_MAINFRAME_WNDCLASS, NULL)) != NULL;
}
bool CheckQQGameSetup(HWND* hMsgWnd)
{
return (*hMsgWnd = ::Fi... | [
"applechang@applechang-PC2.tencent.com"
] | applechang@applechang-PC2.tencent.com |
da2377bbc34dbdba8ba4505e74c7d239ff54468e | 655204b08baddde6c857f9ddcfe295bb84615193 | /Source/PhysicsEngine/PhysicsObject.h | 05a956d2eed7c98b3715a614d0dad1d729c0b2cf | [] | no_license | LASpencer/aie-Custom-Physics-Project | a5fb2a1e657b62ccd6c97475a2623a03944a0e5c | 385f6512d5f19407ede2cc63009c7c2f126d965d | refs/heads/master | 2021-05-04T16:28:41.732326 | 2018-03-04T23:34:52 | 2018-03-04T23:34:52 | 120,251,627 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,206 | h | #pragma once
#include "ExternalLibraries.h"
namespace physics {
enum ShapeType {
spring,
plane,
sphere,
obox
};
class PhysicsScene;
class PhysicsObject;
class RigidBody;
class Sphere;
class Box;
class Plane;
class ICollisionObserver;
typedef std::shared_ptr<PhysicsObject> PhysicsObjectPtr;
typed... | [
"thrawn369@gmail.com"
] | thrawn369@gmail.com |
880ea1d61180993952b9a8d48aa4c0dd27ff4a44 | 0c268ff10b68c4a24023ca646bb46c5a125eb84c | /Codeforces_Contest/Round_607_div2/b.cpp | e136f851fcf557f140dbcbaf5025bd52fd8f2f03 | [] | no_license | TzeHimSung/AcmDailyTraining | 497b9fb77c282f2f240634050e38f395cf1bedbc | 2a69fa38118e43cbeca44cb99369e6e094663ec8 | refs/heads/master | 2023-03-21T21:39:02.752317 | 2021-03-14T03:41:00 | 2021-03-14T03:41:00 | 159,670,822 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 998 | cpp | /* basic header */
#include <bits/stdc++.h>
/* define */
#define ll long long
#define dou double
#define pb emplace_back
#define mp make_pair
#define sot(a,b) sort(a+1,a+1+b)
#define rep1(i,a,b) for(int i=a;i<=b;++i)
#define rep0(i,a,b) for(int i=a;i<b;++i)
#define eps 1e-8
#define int_inf 0x3f3f3f3f
#define ll_inf 0x7... | [
"zxc98567@gmail.com"
] | zxc98567@gmail.com |
249464c5222a09602f97416c91750b3a16119667 | 949763c9456b4abcb89e5f9e9b38c82867a01b7e | /src/components/Input.cpp | c911b1ac80e44ae12731f33b14e8be467ec4c9f1 | [] | no_license | jjzhang166/DreamInEngine | beddb448fbfc9024c7a261ba02949ebf0d6f2e79 | d1df48e4b5922a7a48edc108c6dab56d53c24ba8 | refs/heads/master | 2023-06-06T12:54:12.760340 | 2021-07-01T16:55:46 | 2021-07-01T16:55:46 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 30 | cpp | #include "components/Input.h"
| [
"valentin.dumas@viacesi.fr"
] | valentin.dumas@viacesi.fr |
8e5989d36d822e9be6bc3695e38ecd598c70396a | ff0cc7e931d038a9bd9a56665b20cd8dab071959 | /src/Modules/BaseLib/libmodules/blIO/src/blV3DImageFileReader.cpp | 9ffe0b66e4de696576cbd7dbda025b969c5583f4 | [] | no_license | jakubsadura/Swiezy | 6ebf1637057c4dbb8fda5bfd3f57ef7eec92279b | bd32b7815b5c0206582916b62935ff49008ee371 | refs/heads/master | 2016-09-11T00:39:59.005668 | 2011-05-22T19:38:33 | 2011-05-22T19:38:33 | 1,784,754 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 13,977 | cpp | /*
* Copyright (c) 2009,
* Computational Image and Simulation Technologies in Biomedicine (CISTIB),
* Universitat Pompeu Fabra (UPF), Barcelona, Spain. All rights reserved.
* See license.txt file for details.
*/
#include "blV3DImageFileReader.h"
//--------------------------------------------------
blV3DImageFileRead... | [
"spam@sadura.pl"
] | spam@sadura.pl |
a7f5b753aac995b00c2204f9f828213ce48f5b4b | be4d72c7501e70423b53082a7afae28c6a06f5c2 | /filled-triangles/rasterizer.cc | ecba332a9a624ffdb53029aca814c89b839cb765 | [] | no_license | ivankocienski/graphics | b411ef655a422e790356a734f6d936f814ac0c8c | 20a970ead64658fbe787719486e4d9eede1386a3 | refs/heads/master | 2020-08-07T13:51:04.332038 | 2014-11-27T17:20:50 | 2014-12-01T12:34:04 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,067 | cc |
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "rasterizer.hh"
// using http://forum.devmaster.net/t/advanced-rasterization/6145
static unsigned char *vbuff;
static int vpitch;
//static int vwidth;
//static int vheight;
static int vmaxx;
static int vmaxy;
void rast_setup( unsigned char *vb, ... | [
"ivan.kocienski@gmail.com"
] | ivan.kocienski@gmail.com |
49a5f9f6a0eb81626df034fac4374ff01bad4618 | 6b40e9cba1dd06cd31a289adff90e9ea622387ac | /Develop/Tools/Character_NET/AnimationHitSoundTabPage.h | 9affa1cc0c3f3a456f431b635a508c0d0f15fc0f | [] | 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 | UHC | C++ | false | false | 5,382 | h | #pragma once
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;
namespace Character_NET {
/// <summary>
/// AnimationHitSoundTabPage에 대한 요약입니다.
//... | [
"shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4"
] | shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4 |
c3d77e39158f62bf471f6bc21bf398a5a8c3557c | 6eda3762e8927773045da664a666cec154672c81 | /Controls/MathGraphCtrl/MathGraphCtl.cpp | f8f57080f57f5248170b81f78df554d724a6dd77 | [] | no_license | zvanjak/Old-Visual-C-projects | 6038207649c864047d1cafdf7b11fa049b9c2cb9 | 4031ab736498b9e7864d35f26f23b09c447e8714 | refs/heads/master | 2020-05-01T11:50:41.561933 | 2019-03-24T18:31:34 | 2019-03-24T18:31:34 | 177,453,065 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,354 | cpp | // MathGraphCtl.cpp : Implementation of the CMathGraphCtrl ActiveX Control class.
#include "stdafx.h"
#include "MathGraphCtrl.h"
#include "MathGraphCtl.h"
#include "MathGraphCtrlPpg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
IMPLEMENT_DYNCREATE(CMathGraphCtrl... | [
"zvonimir.vanjak@gmail.com"
] | zvonimir.vanjak@gmail.com |
908391172671b65142f37df27c7ecb734cb8c3ad | 775bd9054f599f49b3e288da13e2679ff62e0097 | /Union/Union/UnionBase.cpp | f0e80011380fa16b59c9b0c871b5184c682ac3bb | [] | no_license | LProvalov/DataStructuresAndAlgorithms | e6e85f701ce08720c1ae6c585645cf837d49f8c2 | 9dbb48f4220fa925927bd6717b6c2019d8456f66 | refs/heads/master | 2020-03-29T08:56:24.432133 | 2018-09-21T09:28:29 | 2018-09-21T09:28:29 | 149,733,969 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 511 | cpp | #include "stdafx.h"
#include "UnionBase.h"
using namespace std;
void UnionBase::printStatus()
{
cout << " ";
for (int i = 0; i < size; i++) cout << i << " ";
cout << endl << "Id[]: ";
for (int i = 0; i < size; i++) {
cout << id[i] << " ";
};
cout << endl;
cout << "Sz[]: ";
for (int i = 0; i < size; ... | [
"lev.provalov@harman.com"
] | lev.provalov@harman.com |
830de9d39b093a9d2479ce27c901b7b1268a9ded | 4bba4ba2b09da8c3d7affeb9738d5cd89a24e8be | /tools/benchmarks/sockperf-lite/src/Message.cpp | 08ec0664035c9c05cd445519f028d9f6e58901ab | [
"LicenseRef-scancode-warranty-disclaimer",
"BSD-2-Clause"
] | permissive | janekmi/ChelsioUwire | 617b24f664904f4d1fde83ab9d671c57e90bf8af | 6c1bd8d4760d4c53f9acdc4d8d05c3453282c3ac | refs/heads/master | 2021-01-17T18:33:49.449809 | 2016-10-21T10:43:24 | 2016-10-21T10:48:29 | 71,464,881 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,004 | cpp | /*
* Copyright (c) 2011 Mellanox Technologies Ltd.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this ... | [
"jan.m.michalski@intel.com"
] | jan.m.michalski@intel.com |
65873d032ba20634db5523411ca0e3ef484549f0 | e17c43db9488f57cb835129fa954aa2edfdea8d5 | /Core/Methods/RSearchDirection/RHLRFSearchDirection.cpp | 14152d70bb12e219c56e8bf39ebcc281c9c87dd0 | [] | no_license | claudioperez/Rts | 6e5868ab8d05ea194a276b8059730dbe322653a7 | 3609161c34f19f1649b713b09ccef0c8795f8fe7 | refs/heads/master | 2022-11-06T15:57:39.794397 | 2020-06-27T23:00:11 | 2020-06-27T23:00:11 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,269 | cpp | /*********************************************************************
* *
* This file is posted by Dr. Stevan Gavrilovic (steva44@hotmail.com) *
* as a result of work performed in the research group of Professor *
* Terje Haukaas (terje@civil.ubc... | [
"steva44@hotmail.com"
] | steva44@hotmail.com |
d130007151bdd3bd50b96baeb4e6318280f15144 | 3817488ed22598117e7b96af336635ef9a925200 | /api/CTraderSpi.cpp | fa1c1455e2fa6efe13e9aa44e59ad6ae00b487b8 | [
"Apache-2.0"
] | permissive | go-xtrade/xtrade | 88d27627f357719eeb3652c5d837b5cd624e0d39 | 495d4267c7d2e9e141012821f49c297e4a70b2e8 | refs/heads/master | 2021-01-02T09:44:56.171713 | 2017-08-06T13:16:30 | 2017-08-06T13:16:30 | 99,287,569 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,541 | cpp | #include <iostream>
#include <cstring>
#include <cstdlib>
#include <cstdio>
using namespace std;
#include <ThostFtdcTraderApi.h>
#include "CTraderSpi.hpp"
#include <time.h>
#include <unistd.h>
#include "_cgo_export.h"
#pragma warning(disable : 4996)
// USER_API参数
extern CThostFtdcTraderApi *pUserApi;
// ... | [
"wei9.li@changhong.com"
] | wei9.li@changhong.com |
e10edb9ceec510cdbae4485240fb6cdc5204cfc5 | 4ea5083a2dc96943b12c61dbac9a44359d4a5760 | /OpenVPN Tunnel Provider/Vendors/asio/asio/detail/reactive_socket_service.hpp | 263adc8a6a10fe3537761b8a208923a09bf85ca7 | [] | no_license | shahzaibiqbal/openvpn-adapter | afff351a1d2fbcfe966042c060c13364986c954e | d316cd7ebd0d29d636c755d4e10721e2891b6431 | refs/heads/master | 2020-09-08T17:36:24.694975 | 2017-02-05T10:38:35 | 2017-02-05T10:38:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,604 | hpp | //
// detail/reactive_socket_service.hpp
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//
// Copyright (c) 2003-2015 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
... | [
"ss.abramchuk@gmail.com"
] | ss.abramchuk@gmail.com |
1b0ed6ca0ff765837dd05068459ffe9688d62f08 | 64d5af3c53eddbb20ebb7bb74ba6351e2a798054 | /09 그래프 생성/그래프/main.cpp | 093f67eb200404a9050804e4d44f2a53b080f484 | [] | no_license | jkjan/DataStructure | 40c6742d53b1dfa26f95ebad9b351cd649558900 | 871f3b77017e6cc8de0b0b9139c6acf5122ea91a | refs/heads/master | 2021-07-20T09:17:28.874214 | 2020-08-14T06:00:46 | 2020-08-14T06:00:46 | 202,473,273 | 1 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 1,708 | cpp | #include "lunatic.h"
int main() {
FILE * fp = fopen("input.txt", "rt");
if (fp == NULL) {
printf("File not found\n");
return 0;
}
int num, vs;
int i;
int a, b;
fscanf(fp, "%d %d", &num, &vs);
graph* glist = (graph*)malloc(sizeof(graph)*(num));
for (i = 1; i <= num; i++) {
(glist + i)->ver = i;
(... | [
"jkjan@naver.com"
] | jkjan@naver.com |
1866355281c102d4c99899d2172e17f43129be45 | acc0041a2b576f7aef5ff563d55c2ada95209820 | /Sources/kd-Tree/KDTree_Oper.cpp | 7803ee0b31d24dd513af674c88ace4075ebd9c93 | [] | no_license | pvemavarapu/FingerRange_ComfortArea | d9416bcfb3e47902400d0a562a1273fb0607ce15 | 2219044a8ecc64bd63f93df9823709baeeae6e6f | refs/heads/master | 2021-09-22T19:54:07.404118 | 2018-09-14T17:53:26 | 2018-09-14T17:53:26 | 148,823,395 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,321 | cpp | #include "KDTree_Oper.h"
static kdtree2::KDTree* tree;
KDTree_Oper::KDTree_Oper(){
}
KDTree_Oper::~KDTree_Oper(){
}
void KDTree_Oper::setObjectXYZ(std::vector<gmtl::Point3f> object_XYZ){
_kdTree_Nodes_XYZ = object_XYZ;
}
void KDTree_Oper::BuildKDTree(){
array2dfloat data(boost::extents[_kdTree_Nodes_XYZ.size()][... | [
"pvemavarapu@gmail.com"
] | pvemavarapu@gmail.com |
ffed4d844dc7a8e1a390b322e1d1a34e11e7a142 | 0eff74b05b60098333ad66cf801bdd93becc9ea4 | /second/download/curl/gumtree/curl_repos_function_730_curl-7.55.1.cpp | 82937ca28e7f1a2f730dcd91adfffaaadbdd8098 | [] | 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 | 632 | cpp | static ssize_t write_wincon(int fd, const void *buf, size_t count)
{
HANDLE handle = NULL;
DWORD mode, wcount = 0;
BOOL success;
if(fd == fileno(stdout)) {
handle = GetStdHandle(STD_OUTPUT_HANDLE);
}
else if(fd == fileno(stderr)) {
handle = GetStdHandle(STD_ERROR_HANDLE);
}
else {
return wr... | [
"993273596@qq.com"
] | 993273596@qq.com |
8e25c2f4befef268970ec5a11c13b635ff4f2020 | 2203747ff325b78f25f34a558991418f455f8137 | /BmpFileShelter/CMyLCG.h | 4a3b31cfc96be6dbddc1689091a35068b2e0dae4 | [] | no_license | PavelKilik/BmpFileShelter | ce87920621bfa066a1a45a6401d2b72cc038ccbd | c0a366823cad1cbfb78efb2caa1dac26bfbb041a | refs/heads/master | 2020-03-30T12:48:46.268630 | 2018-10-15T04:20:00 | 2018-10-15T04:20:00 | 151,242,073 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 351 | h | #pragma once
class CMyLCG
{
private:
ULONG64 aParamM;
ULONG64 aParamA;
ULONG64 aParamC;
ULONG64 aValueX;
public:
CMyLCG();
CMyLCG(ULONG32 initParamA, ULONG32 initParamC);
~CMyLCG();
void InitializeParameters(ULONG32 initParamA, ULONG32 initParamC);
void Start(ULONG32 seed);
ULONG32 Next();
CString ToString... | [
"Pavel Kilik@DESKTOP-NQ2E9PL"
] | Pavel Kilik@DESKTOP-NQ2E9PL |
94408436e8ab57254b1a6d78ef539ea11fdc346a | 17a1a50c30bfe7340d75583804c11033aab13e2f | /Kernel/FileSystem/ProcFS.h | eff50cd22504e9c5d10a958388386909f6844f4b | [
"BSD-2-Clause"
] | permissive | ThaneAcheron/serenity | 532e06bade1f4f156a257f156764d86674cfac51 | b8e705da0eb4a21a890681ce4d7a48089ef4b655 | refs/heads/master | 2020-05-30T12:16:04.941607 | 2019-06-01T12:11:31 | 2019-06-01T12:11:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,043 | h | #pragma once
#include <AK/Types.h>
#include <Kernel/FileSystem/FileSystem.h>
#include <Kernel/FileSystem/Inode.h>
#include <Kernel/Lock.h>
class Process;
class ProcFSInode;
class ProcFS final : public FS {
friend class ProcFSInode;
public:
[[gnu::pure]] static ProcFS& the();
virtual ~ProcFS() override... | [
"awesomekling@gmail.com"
] | awesomekling@gmail.com |
ae064b28ba9c356bdfffe07f666f91f45582a198 | f9cdbb292f0aa7ec2865d0b816d4da46793ac43b | /core-test/core.cpp | d7a06789ac2d8ffa7575620212ef2b6b6ed8c3eb | [] | no_license | xlwh/study | 85be41e4494fbbc1fd5e69c62483afec1ac399d8 | 413f82dd72a8cf10b7aaba754e2ab851802b8186 | refs/heads/master | 2021-01-18T20:11:51.032613 | 2018-06-14T03:16:13 | 2018-06-14T03:16:13 | 100,546,117 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 90 | cpp | #include <stdio.h>
int main() {
int b = 1;
int *a;
*a = b;
return 0;
}
| [
"zhanghongbin01@baidu.com"
] | zhanghongbin01@baidu.com |
2a3f33f96db74226d70fda3d9de95e01b61bd8be | 66665287d34eaca114a183ff38fa6f677586c92e | /player/basewindow.h | 1d71610379619d53713e29505b70aea1a98f4fd5 | [] | no_license | gidzzz/openmediaplayer | db09bc6ec1cc04e8373cce12149ae885b5f19d47 | 4d51170f4a8a85ce4f1adbf308f167d8166f79bf | refs/heads/master | 2020-05-02T03:40:04.680696 | 2016-11-13T17:43:49 | 2016-11-13T17:43:49 | 37,642,146 | 2 | 3 | null | 2016-11-14T17:54:01 | 2015-06-18T06:36:15 | C++ | UTF-8 | C++ | false | false | 366 | h | #ifndef BASEWINDOW_H
#define BASEWINDOW_H
#include <QMainWindow>
#include <QShortcut>
#include <QMenuBar>
#include <QMenu>
//#include "rotator.h"
class BaseWindow : public QMainWindow
{
Q_OBJECT
public:
explicit BaseWindow(QWidget *parent = 0);
private:
//void closeChildren();
private slots:
void... | [
"grg.gdl@gmail.com"
] | grg.gdl@gmail.com |
d522bd38febbec1efccf34d74923a755a9146d93 | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /third_party/WebKit/Source/core/dom/events/DOMWindowEventQueue.h | 202cb5464d715ec6d311815d98256e0c033b87ac | [
"BSD-2-Clause",
"LGPL-2.1-only",
"LGPL-2.0-only",
"LGPL-2.0-or-later",
"GPL-1.0-or-later",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft",
"BSD-3-Clause"
] | permissive | wzyy2/chromium-browser | 2644b0daf58f8b3caee8a6c09a2b448b2dfe059c | eb905f00a0f7e141e8d6c89be8fb26192a88c4b7 | refs/heads/master | 2022-11-23T20:25:08.120045 | 2018-01-16T06:41:26 | 2018-01-16T06:41:26 | 117,618,467 | 3 | 2 | BSD-3-Clause | 2022-11-20T22:03:57 | 2018-01-16T02:09:10 | null | UTF-8 | C++ | false | false | 2,301 | h | /*
* Copyright (C) 2010 Google Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions ... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.