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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0926be3c2d29a23c40f2149860a378d68d5d76a2 | 5fc03cffb8e7c0d83ec0feab7be675dc530b3396 | /src/engine/physics/particle_generator.h | 546b11322d9f21a97edab3ec1fd267f4fdf808f6 | [] | no_license | simplejeff/liquidSim | 205f6fdce4db280dbe7dd0bbb7673efca7690828 | c0468d54374667b3b8e0733693d86e4246a28db6 | refs/heads/master | 2020-03-10T03:24:25.757580 | 2018-04-27T13:31:07 | 2018-04-27T13:31:07 | 129,163,891 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 257 | h | #ifndef PARTICLE_GENERATOR_H
#define PARTICLE_GENERATOR_H
#include <Eigen/Dense>
using namespace Eigen;
void InitRandom();
float Random();
VectorXf GenParticleInCube(size_t,float);
VectorXf GenRandomVelocities(size_t);
#endif // PARTICLE_GENERATOR_H
| [
"jeffrey_hao@brown.edu"
] | jeffrey_hao@brown.edu |
f8626aa4ca99069d35abb224ea6c70549d4c9004 | 551bf7d1180a6d54449eb7f60c5120d7bd8a953d | /include/rpoly/rpoly_ak1.hpp | 3e218b1f1f90789773153cf744eb160b6ed4a1e9 | [] | no_license | swgmone/trajectory_server | 76d40212c8f70ab6141e918888f7e770f44ffc09 | e2dea16266cea8b7b7f4b35af5dccb14f80129aa | refs/heads/main | 2023-09-01T10:24:17.174801 | 2021-10-12T08:58:20 | 2021-10-12T08:58:20 | 406,545,939 | 7 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 587 | hpp | /* Polynomial Handler */
/* Author: Lorenzo Gentilini */
/* E-Mail: lorenzo.gentilini6@unibo.it */
/* Date: August 2020 */
/* File: rpoly_ak1.hpp */
#ifndef _RPOLY_H
#define _RPOLY_H
#include <Eigen/Eigen>
#include <i... | [
"lorenzo.gentilini6@unibo.it"
] | lorenzo.gentilini6@unibo.it |
e1a4b0203c949dcfe478c1b29e0c3ae4779792f3 | cfdab33825bb160dea64f0aab79b7206bf82e6d7 | /10828/10828.cc | 0955cac890a3052709ddc19e1858b118c29f557a | [] | no_license | wjdwithyou/BOJ | 299e0efaf3e5173addc55709fed5c19a458a0900 | a8ab50a14f2059905be4093b1f889c02f568126c | refs/heads/master | 2021-01-11T20:18:13.462615 | 2018-01-24T14:28:25 | 2018-01-24T14:28:25 | 81,535,224 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 734 | cc | #include <iostream>
int stack[10000];
int main() {
char buf[16];
int n, num;
int stack_idx = 0;
scanf("%d", &n);
for (int i = 0; i < n; ++i) {
scanf("%s", buf);
switch (buf[0]) {
case 'p':
if (buf[1] == 'u') {
scanf("%d", &num);
stack[stack_idx++] = num;
}
else {
if (stack_idx == 0)... | [
"administrator@mail.tastewiki.xyz"
] | administrator@mail.tastewiki.xyz |
a5bc5ae5202a6e8f63dd3cef85326031d7752a5c | f163486ed0a7e38c15c51e5d55dbf1443a7e637c | /HomeAlertTest/HomeAlertTest.ino | cae0fdf6b3748b4ec5b4465d05b456b20d2a2fc5 | [] | no_license | khawajamechatronics/Arduino | 31c58145cd0632664026030160a45d6f64c34dad | 721855f0d1f965399a6200e7018d195ae7902c58 | refs/heads/master | 2020-03-18T18:35:42.125924 | 2017-02-08T14:40:59 | 2017-02-08T14:40:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,710 | ino | #include <ESP8266WiFi.h>
#include <WiFiClient.h>
#include <ESP8266WebServer.h>
#include <DNSServer.h>
#include <TimeLib.h>
#include <Timezone.h>
#include "ModuleSettings.h"
#include "ESP8266WebServerEx.h"
#include "SendEmailSms.h"
#include "NTPClient.h"
#include "TimeSettings.h"
#include "SerialDebug.h"
#include "Gener... | [
"binhpham1909@gmail.com"
] | binhpham1909@gmail.com |
098607574dba40af93cac4f5e38cffd90c00d1f7 | d8f854a479641a793b775fa6b573543e32694a37 | /src/sender.hpp | 79b57cc6ab393e9946d493063362e6cc7dd27b63 | [] | no_license | dudelka/file_streamer | e8d3def168160d2ca05e863cff449a39f767bde5 | f2813fd960b700036208504ca209b71cc4f6aa0a | refs/heads/main | 2023-08-01T00:34:49.133633 | 2021-09-12T18:19:17 | 2021-09-12T18:19:17 | 395,458,547 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,022 | hpp | #pragma once
#include "socket.hpp"
#include "packet.hpp"
#include <string>
#ifdef CLIENT_MODE
#include "utils.hpp"
#include <cstdint>
#include <atomic>
#include <queue>
#include <list>
class Sender : public Multithreaded {
public:
Sender(const std::string& send_address, uint32_t resend_timeout);
void Conn... | [
"nbazargarmaev@gmail.com"
] | nbazargarmaev@gmail.com |
690384a8dc25e76b0c4115a91527ec013668a1c0 | 69bdd4914ac1a014a089325d468bf0c0ab2fd458 | /PHONELST.cpp | f5e5c9974f00eff2c3d939cd2754b4999814b14c | [] | no_license | ab1hi2shek/SPOJ-Solutions | f0185f8758fca2e4daa633e66739a17fc68d8f9d | d80da26241f19bf75f77c369d520b19e2520cd91 | refs/heads/master | 2021-07-04T01:37:56.219641 | 2017-09-26T17:23:50 | 2017-09-26T17:23:50 | 103,300,870 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,374 | cpp | #include <bits/stdc++.h>
using namespace std;
//data types
#define ll long long int
//stl
typedef vector<ll> vi;
typedef vector<vi> vvi;
typedef pair<ll,ll> pii;
typedef map<ll,ll> mpll;
//loops
#define loop(i,a,b) for(ll i=a;i<=b;i++)
#define loopr(i,a,b) for(ll i=a;i>=b;i--)
#define SIZE 10
st... | [
"ab1hi2shek@DESKTOP-FC3M4GT.localdomain"
] | ab1hi2shek@DESKTOP-FC3M4GT.localdomain |
2456f9c26d8c92f9cbdb4fc19f2abbdfdec5250d | 5470644b5f0834b9646649da365c96101a2f9b2a | /Sources/Elastos/Frameworks/Droid/Base/Core/inc/text/method/DigitsKeyListener.h | 792dd387ebee09cbe44de8e8a1cc67d50537801e | [] | no_license | dothithuy/ElastosRDK5_0 | 42372da3c749170581b5ee9b3884f4a27ae81608 | 2cf231e9f09f8b3b8bcacb11080b4a87d047833f | refs/heads/master | 2021-05-13T15:02:22.363934 | 2015-05-25T01:54:38 | 2015-05-25T01:54:38 | 116,755,452 | 1 | 0 | null | 2018-01-09T02:33:06 | 2018-01-09T02:33:06 | null | UTF-8 | C++ | false | false | 2,485 | h | #ifndef __DigitsKeyListener_H__
#define __DigitsKeyListener_H__
#include "text/method/NumberKeyListener.h"
namespace Elastos {
namespace Droid {
namespace Text {
namespace Method {
extern "C" const InterfaceID EIID_DigitsKeyListener;
/**
* For digits-only text entry
* <p></p>
* As for all implementations of {@lin... | [
"chen.yunzhi@kortide.com"
] | chen.yunzhi@kortide.com |
236741d68b3ba05de79b872aaecda117efa339cb | 37cca16f12e7b1d4d01d6f234da6d568c318abee | /src/rice/pastry/socket/nat/connectivityverifiier/ConnectivityVerifierImpl_findExternalNodesHelper_3_receiveResult_3_1.hpp | c54da7f810897c6ed9fbe0155645beec41c6778f | [] | no_license | subhash1-0/thirstyCrow | e48155ce68fc886f2ee8e7802567c1149bc54206 | 78b7e4e3d2b9a9530ad7d66b44eacfe73ceea582 | refs/heads/master | 2016-09-06T21:25:54.075724 | 2015-09-21T17:21:15 | 2015-09-21T17:21:15 | 42,881,521 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,412 | hpp | // Generated from /pastry-2.1/src/rice/pastry/socket/nat/connectivityverifiier/ConnectivityVerifierImpl.java
#pragma once
#include <java/util/fwd-pastry-2.1.hpp>
#include <rice/fwd-pastry-2.1.hpp>
#include <rice/pastry/socket/nat/connectivityverifiier/fwd-pastry-2.1.hpp>
#include <java/lang/Object.hpp>
#include <java... | [
"sgurjar@adobe.com"
] | sgurjar@adobe.com |
0553178a51410ac56d2588fecaaabe1cbb1817d8 | c76796ac315152b9c701c120be2562bded1ac584 | /ObjectInserter.h | 35ed93878a5d44ea61575a6e60c59bd9cb5fff93 | [] | no_license | shocklateboy92/conemaker2 | 6983ea8f5410ffb791422eaf6e177c0615e139cc | 0e5ddda7d8b154bae8313f6f4898e3fed7ea2400 | refs/heads/master | 2016-09-15T22:24:49.176141 | 2014-05-13T23:41:49 | 2014-05-13T23:41:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 513 | h | #ifndef CONEMAKER_OBJECTINSERTER_H
#define CONEMAKER_OBJECTINSERTER_H
#include "Tool.h"
#include <Ogre.h>
namespace ConeMaker {
class ObjectInserter : public Tool
{
public:
ObjectInserter(Ogre::SceneNode *cursor);
// MouseListener interface
public:
virtual bool mouseReleased(const OIS::MouseEvent &arg, ... | [
"kde@lasath.org"
] | kde@lasath.org |
03fc0ef2fa87babe7dd145f194bf2877f802bb23 | f426375bc339ae8f5c6244dc47bd453c6dce1371 | /Classes/HelloWorldScene.h | 77807375ec36b3988f3f8fb1ddc9445432c54c2c | [] | no_license | TunerRed/HeroRun | dc21caea374d1acff6131095ccdd4766806962a2 | c3a3ac3b8fe7b98c596a9a040887403323767dbe | refs/heads/master | 2020-03-25T13:51:22.138757 | 2018-09-17T04:08:06 | 2018-09-17T04:08:06 | 143,846,317 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 310 | h | #ifndef __HELLOWORLD_SCENE_H__
#define __HELLOWORLD_SCENE_H__
#include "cocos2d.h"
USING_NS_CC;
class HelloWorld : public cocos2d::Layer
{
public:
ActionInterval *action[5];
static cocos2d::Scene* createScene();
virtual bool init();
CREATE_FUNC(HelloWorld);
};
#endif // __HELLOWORLD_SCENE_H__
| [
"12877111966@qq.com"
] | 12877111966@qq.com |
a74605e6cb5132d3d5a09516616aafbc45402db4 | dfe1f796a54143e5eb8661f3328ad29dbfa072d6 | /psx/_dump_/23/_dump_c_src_/diabpsx/source/lighting.cpp | 394f829720bb799182612df5d02a2e3cc7728022 | [
"Unlicense"
] | permissive | diasurgical/scalpel | 0f73ad9be0750ce08eb747edc27aeff7931800cd | 8c631dff3236a70e6952b1f564d0dca8d2f4730f | refs/heads/master | 2021-06-10T18:07:03.533074 | 2020-04-16T04:08:35 | 2020-04-16T04:08:35 | 138,939,330 | 15 | 7 | Unlicense | 2019-08-27T08:45:36 | 2018-06-27T22:30:04 | C | UTF-8 | C++ | false | false | 5,311 | cpp | // C:\diabpsx\SOURCE\LIGHTING.CPP
#include "types.h"
// address: 0x800453FC
// line start: 319
// line end: 334
int veclen2__Fii(int ix, int iy) {
// register: 4
register int t;
}
// address: 0x80045464
// line start: 380
// line end: 399
void set_light_bands__Fv() {
// register: 2
register int v;
// regis... | [
"rnd0x00@gmail.com"
] | rnd0x00@gmail.com |
07d6728a9182ed1a39c77d9ce33b8be446490452 | 0e6c9a7187fd0d3ff3e6419c3041fa04e50e192e | /deimos/llvm/c/bitwriter.d | 727e33e80e07db370d2dc0339f2d260b48cfccd6 | [] | no_license | jkm/deimos-llvm | 45511e009a6982493bda7d2f8567d545a3299a0b | 25b58cec1c5a053e44a7ad8e1167d1515032ae2f | refs/heads/master | 2020-06-08T14:17:30.833067 | 2014-02-15T21:33:48 | 2014-02-15T21:33:48 | 5,119,416 | 1 | 1 | null | 2017-02-18T19:40:25 | 2012-07-20T05:16:18 | D | UTF-8 | C++ | false | false | 2,145 | d | /*===-- llvm-c/BitWriter.h - BitWriter Library C Interface ------*- C++ -*-===*\
|* *|
|* The LLVM Compiler Infrastructure *|
|* ... | [
"jkm@gluey.org"
] | jkm@gluey.org |
f90a5fb6203ff252c3aa3371018b448b9b15fedf | be0204c1b95839adee1ad204be022be38e32e2d6 | /BOJ/1003.cpp | 5d7c948297e279a1d5391ac594f7a700c9942836 | [] | no_license | tlsdorye/Problem-Solving | 507bc8d3cf1865c10067ef2e8eb7cb2ee42e16dd | 5c112d2238bfb1fc092612a76f10c7785ba86c78 | refs/heads/master | 2021-06-12T19:19:19.337092 | 2021-04-23T06:39:43 | 2021-04-23T06:39:43 | 179,432,390 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 409 | cpp | #include <iostream>
using namespace std;
int fibo[41][2];
void makeFibo() {
fibo[0][0] = 1;
fibo[0][1] = 0;
fibo[1][0] = 0;
fibo[1][1] = 1;
for (int i = 2; i <= 40; i++) {
fibo[i][0] = fibo[i - 1][1];
fibo[i][1] = fibo[i - 1][0] + fibo[i - 1][1];
}
}
int main() {
makeFibo();
int n;
cin >> n;
while (n-... | [
"tlsdorye@gmail.com"
] | tlsdorye@gmail.com |
0e67e467f3c4fb6aabeeb1789b6b3fe9d0bc726e | e09a7d5e9c8a2a2a2dc7b6d972d6d62e7db284e3 | /Dynamic Programming/number_of_balanced_binary_tree.cpp | b7f833d551e5b917984a45db2b527bc35feef425 | [] | no_license | yuktajuneja/Data-Structure-Coding-ninjas | 5254ef0e2d4d1bc02c22c1aebe746bcbe6eba2e6 | 200891531364aca9b4baa650a035d4db7a415600 | refs/heads/main | 2023-08-16T10:39:47.996011 | 2021-09-28T08:22:14 | 2021-09-28T08:22:14 | 405,596,181 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,199 | cpp | /*
Given an integer h, find the possible number of balanced binary trees of height h. You just need to return the count of possible binary trees which are balanced.
This number can be huge, so return output modulus 10^9 + 7.
*/
#include<iostream>
using namespace std;
#include<cmath>
int count_of_bt1(int n){
if(n<=1... | [
"yukta.juneja1582@gmail.com"
] | yukta.juneja1582@gmail.com |
599c82acea40477281e2a0e2e79cb2e2e65d1c9e | eead3440d191939b0288b33599a1a9bdb72e4280 | /Arrays & Strings/spiral_anti.cpp | 161b419e1046022a912f7b20c79ed48bcf2f66a5 | [] | no_license | Akp6528/DS-Algo | f1cd1d2624be6747e237055e8c1bced7ca499e00 | 63e38c9263e46332f62011ce053555fc9cdf7021 | refs/heads/main | 2023-04-18T12:08:09.078473 | 2021-05-04T08:28:04 | 2021-05-04T08:28:04 | 300,832,214 | 1 | 1 | null | 2020-10-14T13:24:57 | 2020-10-03T08:23:58 | C++ | UTF-8 | C++ | false | false | 939 | cpp | #include<iostream>
using namespace std;
void spiral(int a[][100], int m, int n) {
int startRow = 0;
int startCol = 0;
int endRow = m-1;
int endCol = n-1;
while(startRow <= endRow and startCol <= endCol){
// 1
for(int i=startRow; i<=endRow; i++)
cout<<a[i][startCol]<<", ";... | [
"pandeyashwani999@gmail.com"
] | pandeyashwani999@gmail.com |
c583c58cd155c70d0f13223d477c5ad24f44e2ae | 47de9c88b957dc66c46769f40103d5147b00b7c9 | /codeforces/609/C.cpp | 835488ef50d68d9863bd9709a67dfb32c6b45bd7 | [] | no_license | autul2017831021/Codeforces_Atcoder_Solved_Problems | 1027a606b3cb5be80e57fcfbcfa0327ebd47bd95 | b95e432718c9393f8a781fa56c2ed65f082274f5 | refs/heads/master | 2023-07-02T02:23:58.307782 | 2021-03-01T13:00:00 | 2021-07-31T15:40:28 | 329,067,317 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 827 | cpp | using namespace std;
#include<bits/stdc++.h>
typedef long long int ll;
typedef double dl;
#define pb push_back
#define bg begin()
#define en end()
#define rbg rbegin()
#define ren rend()
#define sz size()
#define r0 return 0
#define F first
#define S second
#define inf 9999999999
#define its (*it).S
#define itf (*it).F... | [
"alexiautul@gmail.com"
] | alexiautul@gmail.com |
c080bfc93864a58c321390627a1c6a9ef9b94a6f | b33a9177edaaf6bf185ef20bf87d36eada719d4f | /qttools/src/designer/src/components/formeditor/formwindow.h | 802b27f707a671c8a0c75e20556ed2ba641ed215 | [
"Qt-LGPL-exception-1.1",
"LGPL-2.1-only",
"LGPL-2.0-or-later",
"LGPL-3.0-only",
"GPL-3.0-only",
"LGPL-2.1-or-later",
"GPL-1.0-or-later",
"LicenseRef-scancode-unknown-license-reference",
"GPL-2.0-only",
"GFDL-1.3-only",
"LicenseRef-scancode-digia-qt-preview",
"LicenseRef-scancode-warranty-discl... | permissive | wgnet/wds_qt | ab8c093b8c6eead9adf4057d843e00f04915d987 | 8db722fd367d2d0744decf99ac7bafaba8b8a3d3 | refs/heads/master | 2021-04-02T11:07:10.181067 | 2020-06-02T10:29:03 | 2020-06-02T10:34:19 | 248,267,925 | 1 | 0 | Apache-2.0 | 2020-04-30T12:16:53 | 2020-03-18T15:20:38 | null | UTF-8 | C++ | false | false | 12,172 | h | /****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Designer of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licensees holding valid commerci... | [
"p_pavlov@wargaming.net"
] | p_pavlov@wargaming.net |
d9c68afd6c6836c865f5b05206068ee5daf0bd89 | 51635684d03e47ebad12b8872ff469b83f36aa52 | /external/gcc-12.1.0/libstdc++-v3/testsuite/experimental/filesystem/path/compare/strings.cc | 19d22664226152615e03b366d224653b4c18c68c | [
"Zlib",
"LicenseRef-scancode-public-domain",
"LGPL-2.1-only",
"GPL-3.0-only",
"GCC-exception-3.1",
"GPL-2.0-only",
"LGPL-3.0-only",
"LGPL-2.0-or-later"
] | permissive | zhmu/ananas | 8fb48ddfe3582f85ff39184fc7a3c58725fe731a | 30850c1639f03bccbfb2f2b03361792cc8fae52e | refs/heads/master | 2022-06-25T10:44:46.256604 | 2022-06-12T17:04:40 | 2022-06-12T17:04:40 | 30,108,381 | 59 | 8 | Zlib | 2021-09-26T17:30:30 | 2015-01-31T09:44:33 | C | UTF-8 | C++ | false | false | 1,414 | cc | // { dg-options "-DUSE_FILESYSTEM_TS -lstdc++fs" }
// { dg-do run { target c++11 } }
// { dg-require-filesystem-ts "" }
// Copyright (C) 2014-2022 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// ... | [
"rink@rink.nu"
] | rink@rink.nu |
1d1ebd38358b891198e20b3e68f562603c5c7539 | 0466f22155da48d446f27a7de2c3023c85284f14 | /src/hdchain.h | fc72c5e98531703bca139f99b365d57cfa447760 | [
"MIT"
] | permissive | jesusleon1995/dashdiff | fe660564ccf31a32cfd2851abb527a1fb7eb314f | 83347b555ab7f6212bc40bb47f9afee7823be090 | refs/heads/master | 2020-03-21T16:58:34.574472 | 2018-06-27T00:45:18 | 2018-06-27T00:45:18 | 138,805,516 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,467 | h | // Copyright (c) 2014-2017 The Dashdiff Core developers
// Distributed under the MIT software license, see the accompanying
#ifndef DASH_HDCHAIN_H
#define DASH_HDCHAIN_H
#include "key.h"
#include "sync.h"
/* hd account data model */
class CHDAccount
{
public:
uint32_t nExternalChainCounter;
uint32_t nInternal... | [
"jjuansan9@alumnes.ub.edu"
] | jjuansan9@alumnes.ub.edu |
288901475252d80a65f8fab91d3a2961ca72d925 | a1b93fd969fa04db05f01a3783f7e9ff77c0c9df | /Random/random.hh | 5755cd869ae5d6d4304bf84a5296cf791555e7e1 | [] | no_license | mvdsanden/mvds | a31176d423203abf4e5b16a5effdebd7e2c054d8 | c95c1b4706dc718cb7dcee6dee01c922691d7968 | refs/heads/master | 2021-01-19T14:04:54.389200 | 2009-10-27T20:14:14 | 2009-10-27T20:14:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,796 | hh | #ifndef __INC_MVDS_RANDOM_HH__
#define __INC_MVDS_RANDOM_HH__
#include <algorithm>
#include <gsl/gsl_rng.h>
#include <cmath>
namespace mvds {
class Random {
static Random *s_instance;
Random();
public:
~Random();
static void initialize();
static void finish();
static Random &instan... | [
"mart.vd.sanden@gmail.com"
] | mart.vd.sanden@gmail.com |
4cf65fe9b3e6a052d442b84a81f8d9247b52083c | db2b7b36ae7eced337d50d31d3917900c4578e59 | /ProjectBarnabus/src/GameEngine/Transform.cpp | 28781b3717a77e0532cf93069e76a2fc8ca05dae | [] | no_license | conzo096/ProjectBarnabus | 6b355efbef61d10599947fc10ff3649513cb6a78 | 3cf276fd667cba4b429202d7faebb2062da1f601 | refs/heads/master | 2021-08-03T00:09:05.154905 | 2020-12-27T17:44:45 | 2020-12-27T17:44:45 | 188,912,820 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,918 | cpp | #include "Transform.h"
#include <glm/gtc/quaternion.hpp>
#include <glm/gtx/euler_angles.hpp>
#include <glm/gtx/transform.hpp>
Transform::Transform() : scale(glm::vec3(1.0)), rotation(glm::quat()), position(glm::vec3(0)), previousPosition(glm::vec3(0)), transform(glm::mat4(1)), changed(true)
{
}
Transform::Transform(g... | [
"connerweatherston@hotmail.co.uk"
] | connerweatherston@hotmail.co.uk |
0c53c175bd922525d6a151a3c88982e4d8e01332 | cfd33821398cede8c2aadd847d59b89d72d7e0a6 | /msnp24/src/msn.cpp | e4252711ccfdaf41ab8dd97ffa7792ebe636647c | [] | no_license | miranda-ng/deprecated | 1c922e502d7ec35371a454131b9e5fa019e241fd | 137526f743d2e8237845b7faea992989a7e8fbd7 | refs/heads/master | 2023-01-28T20:57:12.499530 | 2023-01-13T23:32:54 | 2023-01-13T23:32:54 | 71,989,840 | 3 | 3 | null | 2017-08-22T18:52:34 | 2016-10-26T09:53:01 | C++ | UTF-8 | C++ | false | false | 4,275 | cpp | /*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2014 Miranda NG Team
Copyright (c) 2006-2012 Boris Krasnovskiy.
Copyright (c) 2003-2005 George Hazan.
Copyright (c) 2002-2003 Richard Hughes (original version).
This program is free software; you can redistribute it... | [
"watcherhd@gmail.com"
] | watcherhd@gmail.com |
236ffad97c075df64f0db31f90cedd6a397268d8 | 2252d70a654948b5aadb06a1158d97e646b8097f | /Competitive Programming/Codeforces/edu87(2)/4.cpp | 4da97da8438191d55f9278ecfd2423feb51def0a | [] | no_license | spashal/Competitive-Programming | 1b02aea6496f82920924b714eb857189c1542d63 | f68e7bdf05dad9eab41bee0c2d9558f92068c244 | refs/heads/master | 2023-07-26T16:26:36.633063 | 2021-09-09T04:15:21 | 2021-09-09T04:15:21 | 267,501,288 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,056 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long double ll;
ll mpi = 3.14159265;
ll t;
int n;
int main(){
ios_base::sync_with_stdio(false);
cin.tie(NULL);
cin >> t;
while( t-- > 0 ){
cin >> n;
if( n == 2 )
cout << "1.0000000" << endl;
else{
ll ans = 0;
if( (n-1)%2... | [
"palash.sharma@students.iiit.ac.in"
] | palash.sharma@students.iiit.ac.in |
827314b59cde13e29647b53545413e0146d1a823 | 9547c22035266bf5fb414090bbe0e5bfb454cdbb | /src/main.cpp | 409f309dfb303483f984e917c1e3dd26d5dffb1f | [] | no_license | haohaoh4/my-compiler | 42f9c4e310fce7d82a0fc1b74709e152800f5489 | 67605df8dd2889716b96fb44663b88d3ac197e94 | refs/heads/master | 2020-12-03T00:17:49.567470 | 2017-07-02T09:32:02 | 2017-07-02T09:32:02 | 96,010,765 | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 2,316 | cpp | #include <iostream>
#include <string>
#include <fstream>
#include <vector>
using namespace std;
enum
{
EOS, //end of setence
TYPE,
EXP, //±í´ïʽ
NAME,
OP,
ERR
};
string types[]=
{
"int",
"char"
};
bool is_a_var(string);
int get();
void pass();
bool com_exp();
int point=0;
string source;
int get()
{
char ... | [
"handahao@163.com"
] | handahao@163.com |
25549284cebfa914dc4dd0204d8e719d9356ebfd | f90b03c3cb72d6d066e984e8a91004cd9565e2c6 | /Arduino/libraries/IRremote/irRecv.cpp | 937372297ce843704a44b52990ff708d8c12fcd3 | [] | no_license | acid8x/RCRACING | 3af6612e2e00bc404e37127a0851de65d8a16bd9 | 0dbd9e6c4d7944d6c91c2828ff4f6a56508cd0c6 | refs/heads/master | 2021-01-11T20:26:30.027382 | 2018-04-24T04:46:09 | 2018-04-24T04:46:09 | 79,114,838 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,788 | cpp | #include "IRremote.h"
#include "IRremoteInt.h"
//+=============================================================================
// Decodes the received IR message
// Returns 0 if no data ready, 1 if data ready.
// Results of decoding are stored in results
//
int IRrecv::decode (decode_results *results)
{
results->ra... | [
"acid8x@gmail.com"
] | acid8x@gmail.com |
9f25ab7aab811e48b4f23afcde2854306404691b | 50f8c138da0165fa140c3241291aa2b0a8a14f99 | /sequence with digits.cpp | 72ec3f360dcda2a3a95adc149073d422a2424842 | [] | no_license | Priybhanu99/My-Codes | c5da0821348939d75498e2751bc6c63d5e572294 | 4dc2e93fb941c4166b3b687a76358a1f309cc976 | refs/heads/master | 2021-05-19T12:22:09.830851 | 2021-01-17T15:22:23 | 2021-01-17T15:22:23 | 251,694,773 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 735 | cpp | #include <bits/stdc++.h>
using namespace std;
#define int long long int
int32_t main(){
ios_base::sync_with_stdio(false);
cin.tie(NULL);cout.tie(NULL);
#ifndef ONLINE_JUDGE
freopen("input.txt","r",stdin);
freopen("output.txt","w",stdout);
#endif
int t;
cin>>t; while(t--){
int n,k;
cin>>n>>k;
int... | [
"bhanuyadav1999.by@gmail.com"
] | bhanuyadav1999.by@gmail.com |
f1d159ad1b4676abeaaa9377d3e32ba7f3f0e890 | 6f6f5f3e2ca4f87415ce308edaa8374833f1f148 | /app/src/main/cpp/game_client.cpp | 1e7d88bef9ab14e85079dd4e8617964acc6a7f5a | [] | no_license | iplaycloud/xctx_project_p51_ModeSwitch | 1fe8462a42c09a3c179ef274d7282300a6ed9e0d | 8e5ef09176c12517a6709db59825a40c28a5f924 | refs/heads/master | 2020-06-18T23:40:26.205667 | 2016-12-05T02:51:07 | 2016-12-05T02:51:07 | 74,934,614 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,464 | cpp |
#include <fcntl.h>
#include <sys/prctl.h>
#include <sys/wait.h>
#include <binder/IPCThreadState.h>
#include <binder/ProcessState.h>
#include <binder/IServiceManager.h>
#include <cutils/properties.h>
#include <utils/Log.h>
#include "IGameEventService.h"
using namespace android;
/* ./test_client <startService|stopSer... | [
"iplaycloud@gmail.com"
] | iplaycloud@gmail.com |
8ea6b9ebedb383a93a4f77342f6d13eaabeab8d4 | 33a5e1bf4e09b84c2d895cd739ed732066d0486a | /hlesgx_test/App/App.cpp | 59e3ab70bdc51f3827d4f360e3dfb49dfaa1e0d9 | [] | no_license | StanPlatinum/tsx-in-sgx | d3bcde61bb881e16fff74c7809c4496bea4fef1f | 285e6b0b9d8c1a52faea8f19f80e5f4ccc1a4e66 | refs/heads/master | 2020-05-24T13:33:03.364075 | 2020-03-22T19:25:21 | 2020-03-22T19:25:21 | 187,291,426 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,435 | cpp | /*
* Copyright (C) 2011-2017 Intel Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* * Redistributions of source code must retain the above copyright
* notice, this li... | [
"weijliu@bio-sgx.soic.indiana.edu"
] | weijliu@bio-sgx.soic.indiana.edu |
15cbaf7134a07afc078d2cde5c2920895e6b9f10 | 7274d5a3f1c78c2412205db504119487522e3dda | /CocoaEngine/include/cocoa/renderer/CameraStruct.h | aae127b84759d27a7342be9c6574bd53cca17e74 | [
"MIT"
] | permissive | ambrosiogabe/Cocoa | a7101ce7de24b5e0ac50239200bd60304ed834cd | c66539149c9963e354daba9dfd4ec444ca135b48 | refs/heads/master | 2023-09-04T06:50:56.325751 | 2023-08-19T21:09:44 | 2023-08-19T21:09:44 | 268,167,311 | 50 | 8 | MIT | 2023-08-19T21:09:45 | 2020-05-30T22:06:33 | C++ | UTF-8 | C++ | false | false | 573 | h | #ifndef COCOA_ENGINE_CAMERA_STRUCT_H
#define COCOA_ENGINE_CAMERA_STRUCT_H
#include "externalLibs.h"
#include "cocoa/renderer/Framebuffer.h"
namespace Cocoa
{
struct Camera
{
// Projection/View matrices for ortho and perspective
glm::mat4 viewMatrix;
glm::mat4 inverseView;
glm::mat4 projectionMatrix;
glm::m... | [
"ambrosiogabe@gmail.com"
] | ambrosiogabe@gmail.com |
53cc9380c5a2ab04cd70a1ce7b13d37fa565cfa3 | 1f950ec13cc94459bea3f4f2903e688d123d4812 | /Brother_Task_Shader/main.cpp | baaf106b71856aef8711eb1ed1bf610929603070 | [] | no_license | katsuto-kawauchi/brother_task | b53a101257e331a0a61166fc377ca68fb0c5c74f | 8417417c8e75f0599983e1651943fb323824e822 | refs/heads/master | 2020-04-03T15:08:58.802944 | 2018-10-30T08:29:11 | 2018-10-30T08:29:11 | 155,352,373 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 21,893 | cpp | #pragma comment(lib,"d3d11.lib")
#pragma comment(lib,"d3dx11.lib")
#pragma comment(lib,"d3dx10.lib")
#pragma comment(lib,"d3dCompiler.lib")
#pragma comment(lib, "dinput8.lib")
#pragma comment(lib, "dxguid.lib")
#include <stdio.h>
#include <vector>
#include <d3dx11.h>
#include <d3dx10.h>
#include <DirectXMath.h>
#includ... | [
"katsuto-kawauchi@koeitecmo.co.jp"
] | katsuto-kawauchi@koeitecmo.co.jp |
b11716018f39a8f16761d6e1785d3c6d73b11e40 | b5a9d42f7ea5e26cd82b3be2b26c324d5da79ba1 | /tensorflow/compiler/xla/service/hlo_instruction.cc | afe4680ed9ade4dcfb190ed3f05a41c0058992f2 | [
"Apache-2.0"
] | permissive | uve/tensorflow | e48cb29f39ed24ee27e81afd1687960682e1fbef | e08079463bf43e5963acc41da1f57e95603f8080 | refs/heads/master | 2020-11-29T11:30:40.391232 | 2020-01-11T13:43:10 | 2020-01-11T13:43:10 | 230,088,347 | 0 | 0 | Apache-2.0 | 2019-12-25T10:49:15 | 2019-12-25T10:49:14 | null | UTF-8 | C++ | false | false | 144,979 | cc | /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable ... | [
"v-grniki@microsoft.com"
] | v-grniki@microsoft.com |
3f61433dd1f3eac10d91e1e2b8afb324d5684fe2 | 0ecf2d067e8fe6cdec12b79bfd68fe79ec222ffd | /ash/app_launch_unittest.cc | 88deea07253f42a9ae7497d445e8e14a2ab67260 | [
"BSD-3-Clause"
] | permissive | yachtcaptain23/browser-android-tabs | e5144cee9141890590d6d6faeb1bdc5d58a6cbf1 | a016aade8f8333c822d00d62738a922671a52b85 | refs/heads/master | 2021-04-28T17:07:06.955483 | 2018-09-26T06:22:11 | 2018-09-26T06:22:11 | 122,005,560 | 0 | 0 | NOASSERTION | 2019-05-17T19:37:59 | 2018-02-19T01:00:10 | null | UTF-8 | C++ | false | false | 1,781 | cc | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "ash/components/quick_launch/public/mojom/constants.mojom.h"
#include "ash/public/interfaces/constants.mojom.h"
#include "base/bind.h"
#include "... | [
"artem@brave.com"
] | artem@brave.com |
a3e1325f206592e6fdd3f04b15c9c85940370042 | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /net/proxy/proxy_config.cc | 87e17d8eb487d39f66c2c51a8dd1588bc493114c | [
"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 | 9,150 | 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/proxy/proxy_config.h"
#include <memory>
#include <utility>
#include "base/logging.h"
#include "base/strings/string_tokenizer.h"
#inclu... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
43121abe4cc63532158f72d199d613cdaa271d06 | a1eab6f939f8e1622cf2d6a5bc344762a660a3cf | /algorithm/code/minimal_number.cpp | 9028f9dc13373213b3e7ba722a0fdfc335b8305d | [] | no_license | T-tssxuan/data_structure_algorithm | 02b21f20adae864ac55857d58c68d6fb806719a4 | 3a19ac19bd4b56c6971b95fa1adb9d7c857f94fe | refs/heads/master | 2021-01-12T16:26:14.980768 | 2017-08-16T14:06:43 | 2017-08-16T14:06:43 | 69,272,305 | 4 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,764 | cpp | #include <string>
#include <iostream>
#include <vector>
#include <queue>
using namespace std;
/**
* Describe: Give a series of number, find the minimal number they can find.
*/
// The order decide compare
bool compare(const string &str1, const string &str2){
size_t idx1 = 0;
size_t idx2 = 0;
while (idx1... | [
"2270360114@qq.com"
] | 2270360114@qq.com |
31f23e1166d0dee42f32ad83d4107e2b362cdfca | 260e5dec446d12a7dd3f32e331c1fde8157e5cea | /Indi/SDK/Indi_Food_Rizzo_KnockYouOutBar_functions.cpp | eb07ee8753f1aeb92b104eabcf410c76e6c342a4 | [] | no_license | jfmherokiller/TheOuterWorldsSdkDump | 6e140fde4fcd1cade94ce0d7ea69f8a3f769e1c0 | 18a8c6b1f5d87bb1ad4334be4a9f22c52897f640 | refs/heads/main | 2023-08-30T09:27:17.723265 | 2021-09-17T00:24:52 | 2021-09-17T00:24:52 | 407,437,218 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 360 | cpp | // TheOuterWorlds SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "Indi_Food_Rizzo_KnockYouOutBar_parameters.hpp"
namespace SDK
{
//---------------------------------------------------------------------------
//Functions
//---------------------------------------------------------------------------
}
#i... | [
"peterpan0413@live.com"
] | peterpan0413@live.com |
ac36cdc32d03e8e2cb0828aa040afa92fec280c5 | 92adab7f98dc2e694739558e925dc4a408aa7da8 | /cpp/CSC2104/labtest5/binary_search_tree.cpp | fbf5ea308559eb4f4bdc8af6a3571bc6a9ebaff2 | [] | no_license | wzulfikar/lab | a5c29d54baa111526032741a7850ebf9457148a3 | 2ef21c16150a88a15bfb7bf4ef0014fbee262ed3 | refs/heads/master | 2023-07-23T21:37:46.047237 | 2022-10-14T20:31:15 | 2022-10-14T20:31:15 | 83,702,755 | 3 | 2 | null | 2023-07-12T00:14:00 | 2017-03-02T16:56:58 | Jupyter Notebook | UTF-8 | C++ | false | false | 2,421 | cpp | #include <iostream>
#include <list>
using namespace std;
// template
template<class T>
class Node {
public:
T value;
Node<T>* left;
Node<T>* right;
Node(T value) {
this->value = value;
this->left = NULL;
this->right = NULL;
}
};
template<class F>
class BST {
private:
Node<F> *root;
void prefix (Node<F... | [
"me@wzulfikar.com"
] | me@wzulfikar.com |
c0815807a8e63c60bf6d54da7a462ba7c892dff6 | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /net/http/http_proxy_client_socket_wrapper.h | 3d0c27f741f6ee1a92a12708414c79eefa9e30c2 | [
"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 | 7,281 | h | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef NET_HTTP_HTTP_PROXY_CLIENT_SOCKET_WRAPPER_H_
#define NET_HTTP_HTTP_PROXY_CLIENT_SOCKET_WRAPPER_H_
#include <stdint.h>
#include <memory>
#include... | [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
2b1da003432d6141acd8b867ca04e2709974f15d | eb20d54d53268637fd3ec43575f30a06f0f02f79 | /antigos/1856.cpp | 3ab2176bc45180d1ec56d2b8fd3c7e6c631659a2 | [] | no_license | biessek/maratona | f934033d8d85eef35fd9e1b19107d850caa25191 | b4b7dcc49ed221203df24c1934ef09b26671c837 | refs/heads/master | 2021-07-04T22:50:22.870648 | 2017-09-28T03:14:29 | 2017-09-28T03:14:29 | 105,094,465 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,930 | cpp | #include<cstdio>
#include<cmath>
#include<algorithm>
#include<map>
#include<vector>
#include<list>
using namespace std;
typedef pair<int, list<int>::iterator> tupla;
const int MAXTAM = 318;
int N, Q;
map<int, tupla > P;
struct setor {
int q;
list<int>::iterator l,r;
setor() {
... | [
"root@DESKTOP-V5LA2IB.localdomain"
] | root@DESKTOP-V5LA2IB.localdomain |
64a7d1305dacf856ca1d874e0c957779688299be | 3b6ee14ff27aa37882cee98f16de21daf60f48aa | /DesignWorldApp/MainFrm.h | 4f5390341dfeb93c67d1d165d18066d3208cf88f | [] | no_license | seenunit/DesignWorld | 410aa01c274d9eac04b6ef52222d0273420f960b | 40d311b2ddf4dcc5c555689b3b4bf4a0c97f2c39 | refs/heads/client | 2021-01-18T21:21:03.688005 | 2017-07-01T07:57:19 | 2017-07-01T07:57:19 | 34,983,157 | 3 | 1 | null | 2016-04-04T12:35:26 | 2015-05-03T11:09:04 | C++ | UTF-8 | C++ | false | false | 1,537 | h |
// MainFrm.h : interface of the CMainFrame class
//
#pragma once
#include "FileView.h"
#include "ClassView.h"
#include "OutputWnd.h"
#include "PropertiesWnd.h"
class CMainFrame : public CMDIFrameWndEx
{
DECLARE_DYNAMIC(CMainFrame)
public:
CMainFrame();
// Attributes
public:
// Operations
public:
// Overrides
pu... | [
"seenunit@gmail.com"
] | seenunit@gmail.com |
eb7c39d6b27d6a3d3e09e4f8d19be20a607a85dd | f615faafdd6120c0bcbe0bea52ad22c8ea26fa13 | /Ja2Project/AssemblyInfo.cpp | 690b29899e76edc39b54e6d8d9b62ba58878520a | [] | no_license | egorovav/Ja2Project | af35304af21c82b4c71eb466b3bdae77fd028be8 | 880bdbcf6eea9692f35a9346de71f20239c279ac | refs/heads/master | 2021-01-19T22:53:28.517555 | 2019-10-24T21:04:20 | 2019-10-24T21:04:20 | 88,882,719 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,254 | cpp | #include "stdafx.h"
using namespace System;
using namespace System::Reflection;
using namespace System::Runtime::CompilerServices;
using namespace System::Runtime::InteropServices;
using namespace System::Security::Permissions;
//
// General Information about an assembly is controlled through the following
... | [
"egorov_av@mail.ru"
] | egorov_av@mail.ru |
69e6b5607df8ab04cb5284e04d098cdb4a7bc1d5 | 96ab18b237681c5c01bf3d0fce187740e5038bb8 | / asdk/Source2/ATPManager/include/AlgoEngine/AbstractAlgo.h | 8a68a7580ed0028b5c604cf2bee797f9a45c30b8 | [] | no_license | radtek/asdk | 43fd7bfeb31028ef6392be4117e5de4c908af8e5 | 4f9a3bd80f6cc58db02a4ed0f67bc5ee03cedb01 | refs/heads/master | 2020-06-09T04:28:16.485493 | 2012-05-10T10:30:00 | 2012-05-10T10:30:00 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 3,070 | h | /**
* @copyright 深圳市创真科技有限公司
* @system 宏汇算法交易平台(ATP)
* @brief 算法执行类
* @author 李伟
* @histroy
-------------------------------------------------------------
日期 作者 修改说明
2010-6-2 李伟 创建
-------------------------------------------------------------
*/
#pragma once
#ifndef __ABSTRACTALGO_H_
#de... | [
"He.Reyter@gmail.com@195b811d-50ba-3ccd-8b31-a51a91d0a79c"
] | He.Reyter@gmail.com@195b811d-50ba-3ccd-8b31-a51a91d0a79c |
ab109e9dfe68883c5f8f7c36015e65a79171791d | 7b6f2cf2b00f21e148662a2d7e2992aaad570bc6 | /Planets.cpp | fbc224653ce52770d7062fd04bfc511202cb7325 | [] | no_license | ScarGarak/cg15 | 794bd92c980c0e7f13897dff8b2ca100259e979a | d57abf67e6fcc29238d5e07053d14c34f9a85154 | refs/heads/master | 2020-04-06T04:48:10.104975 | 2015-07-16T19:53:56 | 2015-07-16T19:55:23 | 37,919,371 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,370 | cpp | /*
* Planets.cpp
*
* Created on: 29.06.2015
* Author: Oliver Thummerer
*/
#include "Planets.hpp"
#include <GLFW/glfw3.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
// constructor
Planet::Planet() {
}
// deconstructor
Planet::~Planet() {
}
// getter
float Planet... | [
"othummerer@gmx.de"
] | othummerer@gmx.de |
576eaf24837a0be87b3fa02801bff4064e33e4a3 | 24ce63cfba8a5dd2c5ab206963a5760cc42cf4f3 | /SceneObject.hpp | 368b3c3fade5649be4e22080f9e41fd9a6277c55 | [] | no_license | dylanswiggett/raytracer | b79b3283d64f26b4086326dfb195ba45d5137dca | edbc1d76af5093a255bbda26512ab3d2e32971b7 | refs/heads/master | 2020-04-27T00:50:34.594200 | 2014-08-26T04:56:17 | 2014-08-26T04:56:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 631 | hpp | #ifndef _SCENE_OBJECT_HPP_
#define _SCENE_OBJECT_HPP_
#include "Ray.hpp"
#include "Material.hpp"
class SceneObject {
public:
// Attempts to trace the given ray onto this object. If no collision
// occurs, the return value is false. If a collision occurs, a ray
// is returned containing the material values of th... | [
"dylanswiggett@gmail.com"
] | dylanswiggett@gmail.com |
5011a39e3fea2204fbf6f81870612ec0269f4c72 | 59138b1b34e2a9356ad7154a9705007349209e9a | /platform/JS/V8/v8/test/cctest/test-macro-assembler-mips.cc | c00b8e65a19f7599f373fb524b2ca376929741f8 | [
"BSD-3-Clause",
"bzip2-1.0.6",
"SunPro",
"Apache-2.0"
] | permissive | gboyraz/macchina.io | 6b879fca2329e7060122adfc691b4870d4dc06ac | de79c4d2eace01e24d685ac7f7c2e8aadf6b2668 | refs/heads/master | 2020-06-29T13:18:05.975243 | 2019-08-04T22:43:08 | 2019-08-04T22:43:08 | 200,547,738 | 2 | 0 | Apache-2.0 | 2019-08-04T22:29:19 | 2019-08-04T22:29:19 | null | UTF-8 | C++ | false | false | 57,987 | cc | // Copyright 2013 the V8 project authors. All rights reserved.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of ... | [
"guenter.obiltschnig@appinf.com"
] | guenter.obiltschnig@appinf.com |
94be2c3827807df886ed80becf07e7104a58cc34 | fe81eae22f5662b6b6dca838b6972be27ca63b2d | /aorus/AORUS/inc/kb/KbCfg.cpp | 236b31773491b9980cb9a0e63a4d10927afdbd1c | [] | no_license | josephx86/Aorus | d014c1d97131cfb7201ab0352b38e2bc4adb007e | 8f9dcd4a4b55176d4575d9309e8536fbc8008b60 | refs/heads/master | 2021-05-05T19:29:47.147219 | 2017-07-25T09:36:08 | 2017-07-25T09:36:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,414 | cpp | #include "StdAfx.h"
#include "KbCfg.h"
KB_CLR_CFG::_KB_CLR_CFG()
{
nCount = 1;
ZeroMemory(clrList, sizeof(COLORREF) * 10);
clrList[0] = 255;
}
KB_CLR_CFG::_KB_CLR_CFG(int nType)
{
switch(nType)
{
case 0:
clrList[0] = s_clrKbLed[0];
nCount = 1;
break;
case 1:
clrList[0] = s_clrKbLed[0];
clrList[1] = ... | [
"925350731@qq.com"
] | 925350731@qq.com |
6155bf956ac9c31035b9ac8053e3bcb579b4da01 | 62ec94314f194157f62c49c206dd777a159e0817 | /src/console/gengetopt/cl_arguments.cpp | d3b1c5f8d7203caea7327edcac7cb0b7c14f1204 | [] | no_license | telishev/sneakPic | e6c3a9ceee97caf5c46808225e0e3e68a1ca2bf0 | 25cac33adfec70f161cc526123df5376ece9b950 | refs/heads/master | 2020-04-14T19:04:56.660200 | 2014-07-19T20:37:38 | 2014-07-19T20:37:38 | 10,853,376 | 2 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 35,197 | cpp | /*
File autogenerated by gengetopt version 2.22.6
generated with the following command:
e:\MinGW\msys\1.0\local\bin\gengetopt.exe -i cl_arguments.ggo --unamed-opt=SVG_FILES --show-required -G -F cl_arguments -c cpp
The developers of gengetopt consider the fixed text that goes in all
gengetopt output files t... | [
"predelnik@gmail.com"
] | predelnik@gmail.com |
a365cf2a2b1e41307d17a7af9ba25a6b009e5872 | 793c8848753f530aab28076a4077deac815af5ac | /src/dskphone/ui/t48/settingui/src/cdlgcustomforward.cpp | 6f654232844ca7141c334538bd497becd25f54f6 | [] | no_license | Parantido/sipphone | 4c1b9b18a7a6e478514fe0aadb79335e734bc016 | f402efb088bb42900867608cc9ccf15d9b946d7d | refs/heads/master | 2021-09-10T20:12:36.553640 | 2018-03-30T12:44:13 | 2018-03-30T12:44:13 | 263,628,242 | 1 | 0 | null | 2020-05-13T12:49:19 | 2020-05-13T12:49:18 | null | UTF-8 | C++ | false | false | 5,533 | cpp | #include "cdlgcustomforward.h"
#include "account/include/modaccount.h"
#include "settingui/include/modsettingui.h"
#include "qtcommon/qmisc.h"
#include "uikernel/languagehelper.h"
#include "uimanager/moduimanager.h"
#include "keymap.h"
#include "baseui/fontcolor.h"
#include "setting/src/callforwardcontroller.h"
CDlgCu... | [
"rongxx@yealink.com"
] | rongxx@yealink.com |
8bb3dfade91d35731dc58e39ace895c2cb94d16c | 77f8410a1b13402b33806ac45263a61d0c3aba90 | /v8/src/builtins/builtins-collections-gen.cc | 476c4833f71d0542cf506cb0d1ac65b26e982e23 | [] | no_license | ngot/libv8 | 93d5a874cffce7373bb13f4cba343d7e906524a5 | 34abbc81c745a896221918e75dc8658337c7a1f1 | refs/heads/master | 2021-06-26T07:31:23.672284 | 2017-09-15T16:22:01 | 2017-09-15T16:22:01 | 103,535,365 | 17 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 72,012 | cc | // Copyright 2017 the V8 project 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 "src/builtins/builtins-constructor-gen.h"
#include "src/builtins/builtins-iterator-gen.h"
#include "src/builtins/builtins-utils-gen.h"
#include... | [
"zhuanghengfei@gmail.com"
] | zhuanghengfei@gmail.com |
020cb123aec4fe9bfc85b9417875f190b85df0e6 | c2239a4e2f88d072021113fe355c02eedefe9110 | /private/ToolZ/PositionService.cxx | 4afe8e6d912776abc11c28db9efa68a5d2856974 | [] | no_license | mzoll/ToolZ | d581258655c61a5958ed25004ee1d4b15cabd28c | 6f8dcaf439db172ad8c5248f71d644ffbe9566c7 | refs/heads/master | 2020-03-29T16:18:13.566897 | 2018-09-24T13:41:50 | 2018-09-24T13:41:50 | 150,108,017 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,056 | cxx | /**
* \file PositionService.cxx
*
* copyright (c) 2011
* the IceCube Collaboration
* $Id: IceHiveHelpers.cxx 144968 2016-04-20 22:52:24Z mzoll $
* @date $Date: 2013-10-22$
* @author mzoll <marcel.zoll@fysik.su.se>
*/
#include "ToolZ/PositionService.h"
#include <boost/foreach.hpp>
#include <boost/make_shared.h... | [
"marcel.zoll.physics@gmail.com"
] | marcel.zoll.physics@gmail.com |
0dbe5447ac2492031d8bb18cc2ad6ebd48bac8cc | fbd1bd8238aa7af82fa68f0fbc3e5e2b4bebb9c0 | /clock.cpp | f97da1a9984a5ce8c0873e6e6be5261469edf103 | [
"MIT"
] | permissive | Oscar-Rod/Thermostat | 785a42b4c7f76329dc78860aa3f75f0f473812ba | 83dfb4f89b03f37a64da784a1df80973174f4425 | refs/heads/main | 2023-03-01T22:57:57.184350 | 2021-02-03T18:24:55 | 2021-02-03T18:24:55 | 332,833,599 | 0 | 0 | MIT | 2021-02-03T18:24:55 | 2021-01-25T17:50:45 | C++ | UTF-8 | C++ | false | false | 828 | cpp | #include "clock.h"
Clock::Clock() {
}
void Clock::init() {
Wire.begin();
clockModule.setClockMode(false);
}
void Clock::setTime(int hour, int minute, int second) {
clockModule.setHour(hour);
clockModule.setMinute(minute);
clockModule.setSecond(second);
}
int Clock::getTime(int *hour, int *minute, int *se... | [
"rguez.r.os@gmail.com"
] | rguez.r.os@gmail.com |
96cc75bb4e878114dc87de4300e61070f537ce61 | 3ded37602d6d303e61bff401b2682f5c2b52928c | /ml/013/Classes/View/MachineView.h | 808f5ec4562c4acea8e15bca3b723637f0ce20bd | [] | no_license | CristinaBaby/Demo_CC | 8ce532dcf016f21b442d8b05173a7d20c03d337e | 6f6a7ff132e93271b8952b8da6884c3634f5cb59 | refs/heads/master | 2021-05-02T14:58:52.900119 | 2018-02-09T11:48:02 | 2018-02-09T11:48:02 | 120,727,659 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,145 | h | //
// MachineView.h
// Make
//
// Created by liji on 15/5/28.
//
//
#ifndef __Make__MachineView__
#define __Make__MachineView__
#include <stdio.h>
#include "cocos2d.h"
USING_NS_CC;
class MachineViewDelegate
{
public:
virtual void allStepFinished(){};
};
class MachineView : public Layer
{
public:
CREATE_... | [
"wuguiling@smalltreemedia.com"
] | wuguiling@smalltreemedia.com |
175bbb66a0cda3a1f10859f6af0b90874134652f | cd9c4670683df414f814928ec69778c13095f862 | /SpotVMFrame/SpotVMFrame/mutation.cpp | 801c32f0e0995fd1a6a0c34f4cfa20178faca145 | [] | no_license | amelieczhou/hybrid-dynamic-workflow-scheduling | a1d82d0ec110cf099c0eab37984622fb2c5dbf2b | c13d8d1aaaee95a9262a530d91746309b081c25c | refs/heads/master | 2020-12-25T18:20:30.888574 | 2015-01-13T03:37:29 | 2015-01-13T03:37:29 | 32,119,838 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,278 | cpp | #include "stdafx.h"
#include "mutation.h"
extern std::vector<individual* > generation; //initial size = populationsize
extern std::vector<individual* > variation; //initially empty
extern std::vector<individual* > matingpool;
int mu = 10;
int solutionsize = 10;//20;//for epi
float variable_swap_probability = ... | [
"andyzhang870914@gmail.com@0f0f248c-0e70-7bf0-40e6-9a9aec565ee8"
] | andyzhang870914@gmail.com@0f0f248c-0e70-7bf0-40e6-9a9aec565ee8 |
8aadadc1a7827974a901c88b78b24d2d550986e9 | dc2e0d49f99951bc40e323fb92ea4ddd5d9644a0 | /SDK/ThirdLibrary/include/activemq-cpp/decaf/internal/DecafRuntime.cpp | 86d2a830d11975c1655b6fdb93f74f6e8a769d6a | [] | no_license | wenyu826/CecilySolution | 8696290d1723fdfe6e41ce63e07c7c25a9295ded | 14c4ba9adbb937d0ae236040b2752e2c7337b048 | refs/heads/master | 2020-07-03T06:26:07.875201 | 2016-11-19T07:04:29 | 2016-11-19T07:04:29 | 74,192,785 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,678 | cpp | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... | [
"626955115@qq.com"
] | 626955115@qq.com |
c3c44080ecac01ae1a6931b50bff95dc281bd140 | 3762eafb1544217ca71081ec7215d71d6e1cc9e2 | /Dynamic Programming/Dynamic Programming/1937.cpp | 9acd9d11b71a0f923092d0b3060fbfa983073e01 | [] | no_license | challenger71498/Algorithm | 710f4a75d5adadb6bd555ae02c0c7974c3e77a77 | 09db61e56f7e657210dde91061ea218d4d09e41f | refs/heads/master | 2020-12-20T02:43:33.965776 | 2020-02-03T17:03:09 | 2020-02-03T17:03:09 | 235,936,579 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,187 | cpp | #include <iostream>
#include <deque>
#include <algorithm>
#include <climits>
using namespace std;
typedef pair<int, int> ii;
int arr[502][502];
deque<ii> st;
int len[502][502];
int n;
void chk(int x, int y) {
int v = arr[x][y];
int* l = &len[x][y];
if (v != arr[x + 1][y]) {
*l = max(*l, len[x + 1][y]);
}
if... | [
"challenger71498@gmail.com"
] | challenger71498@gmail.com |
7679563da73d36201fbc00a0d67dceb06a22bfac | db1c300a95ec1e11263b78e0d2aab797fa812558 | /Construct_Binary_Tree_from_Inorder_and_Postorder_Traversal/cbtfiapt.cc | e1aeeb6b2cc8a99aa8e2f5b3314b67fdc763f6b5 | [] | no_license | graywzc/leetcode2 | cd218e9d0de2600f10a66aabc5602e0b075e824b | 243c5c5671d26a6b5c174faa43509876a28a3073 | refs/heads/master | 2016-09-06T15:52:20.846244 | 2015-05-30T20:11:37 | 2015-05-30T20:11:37 | 34,969,423 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,239 | cc | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Solution {
public:
TreeNode* buildTree(const vector<int>& inorder,
int istart,
... | [
"graywzc@gmail.com"
] | graywzc@gmail.com |
5483e62b35f56845325429369351c2de3374ab7e | a0bdedcc814dfcbf6f1742c398b64a31619af4df | /ideccmbd/gbl/JobIdecStereo_blks.cpp | 679c968af03cbea563358db9fb24041f3e07f981 | [
"BSD-2-Clause"
] | permissive | mpsitech/idec_public | ec7231939b8987fd66482d99276609e16d4ad3f7 | a74cf1c7095e08ee61b237fddc1642f83dbb852d | refs/heads/master | 2021-05-13T20:43:55.046131 | 2018-06-09T16:11:30 | 2018-06-09T16:11:30 | 116,916,593 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,209 | cpp | /**
* \file JobIdecStereo_blks.cpp
* job handler for job JobIdecStereo (implementation of blocks)
* \author Alexander Wirthmueller
* \date created: 30 Dec 2017
* \date modified: 30 Dec 2017
*/
/******************************************************************************
class JobIdecStereo::VecVSge
***... | [
"mpsitech@ungenio.local"
] | mpsitech@ungenio.local |
61c61ac3e66e4f56395f2d311e1a854d3dcbc737 | 6ae42ae04953d0bd619554b2191ae4a63adec3d0 | /PlistToFnt/dialog.cpp | a19d2e4c8853b8c3a7ccf1c31d4fb4f04695e030 | [] | no_license | wolfand11/Tools_PlistToFnt | ce0a0138dc8f6bac98300060c9507341fe757426 | 51a5b3d893d00edcf4a8a4cfed02aa42fddfb4b3 | refs/heads/master | 2016-09-05T18:04:12.857367 | 2013-12-10T11:42:23 | 2013-12-10T11:42:23 | 14,587,375 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,880 | cpp | #include "dialog.h"
#include "ui_dialog.h"
#include <QFileDialog>
#include <QDir>
#include "gsetting.h"
#include "./libs/qtplist/PListParser.h"
#include "./libs/qtplist/PListSerializer.h"
#include "./libs/fnt/fntserializer.h"
#define kPlistFileSuffix ".plist"
#define kFntFileSuffix ".fnt"
Dialog::Dialog(QWidg... | [
"smile_guodong@163.com"
] | smile_guodong@163.com |
18a5aeda1b3358b41fc847a8057a50df9cc49512 | 8784d329b85af404060555631e47887258f4cc4b | /libHttp/lib_socket.h | 05950423733db3828033cb03bfd727e72283b8c1 | [] | no_license | mojo55aa/libHttp | d0a5285f64ca6b1351e447b1aed98b62137a11ca | 0ecd0f80978f8dd502060d1e5a5df8bdf572c53d | refs/heads/master | 2020-04-21T07:01:57.413947 | 2019-02-08T02:55:07 | 2019-02-08T02:55:07 | 169,382,006 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 613 | h | //#pragma once
#include <string>
#define _WINSOCK_DEPRECATED_NO_WARNINGS
#define DNS_ERROR "dns_err"
#ifdef __LINUX__
#include <sys/socket.h>
#define INVALID_SOCKET -1
typedef int SOCKET;
#else
#include <WinSock2.h>
#pragma comment(lib, "ws2_32.lib")
#endif // __LINUX__
class LIBSocket
{
public:
LIBSocket()... | [
"format0103@163.com"
] | format0103@163.com |
17bfbe68ebd0abf874c7784bb510a3d1669972f2 | 0e227713c07dbbc686432913c69a95f7f047fdc8 | /finalProject/finalProject/greyShell.cpp | 8694c55bd0e5d0d9afec66fad551e1696e533cab | [] | no_license | MeetPuppet/2019-WIN-API | aecb2e2fa54515d6c7d6b4d730891ef600487315 | 1aa0056b5d6eebfd34b5ac538b4997862987e2f8 | refs/heads/master | 2022-12-20T02:24:04.899545 | 2020-10-20T04:57:43 | 2020-10-20T04:57:43 | 186,378,686 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 477 | cpp | #include "stdafx.h"
#include "greyShell.h"
greyShell::greyShell()
{
}
greyShell::~greyShell()
{
}
HRESULT greyShell::init(int x, int y, int sizeX, int sizeY)
{
objectNode::init("greyShell", x, y, sizeX, sizeY);
timenum = 0;
return S_OK;
}
void greyShell::update()
{
objectNode::update();
timenum++;
if (timen... | [
"gnslgns2000@naver.com"
] | gnslgns2000@naver.com |
f00cb7fe4d1750a9d81afb4c71cb92354c843d40 | 3a50c0712e0a31b88d0a5e80a0c01dbefc6a6e75 | /thrift/test/FieldRefBenchmark.cpp | 706f851ea29b5cc158903e35fe401137cd7bc28a | [
"Apache-2.0"
] | permissive | facebook/fbthrift | 3b7b94a533666c965ce69cfd6054041218b1ea6f | 53cf6f138a7648efe5aef9a263aabed3d282df91 | refs/heads/main | 2023-08-24T12:51:32.367985 | 2023-08-24T08:28:35 | 2023-08-24T08:28:35 | 11,131,631 | 2,347 | 666 | Apache-2.0 | 2023-09-01T01:44:39 | 2013-07-02T18:15:51 | C++ | UTF-8 | C++ | false | false | 2,109 | cpp | /*
* Copyright (c) Meta Platforms, Inc. and 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 appl... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
02554a3ef3162531d98ec7e3fa683c8a17eaa75a | 89870ca1f16af0f2ba65ec0175cd089da852afbc | /codeforces/round-737-div-2/c.cpp | 90e3c2dd6745a05279a7185f3eb4059d68db05de | [] | no_license | Merisho/comprog | 3b8ce833f0f16dbcfa252f9c6678c160bf081a11 | fb4829ba93fcb376078a5baccda0c07ce35d6d04 | refs/heads/master | 2023-08-18T00:10:45.535195 | 2023-08-11T07:16:02 | 2023-08-11T07:16:02 | 216,174,595 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,560 | cpp | #include <bits/stdc++.h>
using namespace std;
using ll = long long;
constexpr ll MOD = 1e9 + 7;
ll binexp(ll n, ll e, ll p) {
if (e == 0) {
return 1;
}
if (e % 2 == 0) {
ll a = binexp(n, e / 2, p);
return (a * a) % p;
}
return (binexp(n, e - 1, p) * n) % p;
}
ll modinv(ll n, ll p) {
return binexp(n, p -... | [
"merishot@gmail.com"
] | merishot@gmail.com |
606bab50851eb5b8b34c3fb298e057efabdb181e | 780f8126f04a71080a229b9b72b6b69b6f7b49d7 | /multiview/multiview_cpp/src/perceive/cost-functions/features-2d/run-scharr.cpp | 2192c7adead2511742ebb7c9943de6cc23d99726 | [
"Apache-2.0"
] | permissive | shang766/multiview | b882ae5d1d84ee29609535c6a81b8a715453fcda | 1a03e14855292967ffb0c0ec7fff855c5abbc9d2 | refs/heads/main | 2023-08-28T19:35:11.279270 | 2021-10-03T01:14:22 | 2021-10-03T01:14:22 | 452,168,226 | 1 | 0 | Apache-2.0 | 2022-01-26T06:42:52 | 2022-01-26T06:42:51 | null | UTF-8 | C++ | false | false | 3,062 | cpp |
#include "features-2d.hpp"
#include "perceive/foundation.hpp"
#include "perceive/geometry/vector.hpp"
#include "perceive/graphics/colour-set.hpp"
#include <opencv2/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/features2d/features2d.hpp>
#include <opencv2/x... | [
"everett@perceiveinc.com"
] | everett@perceiveinc.com |
ccda5af3e7a546b7549e05cac8ec9b8ee73b9375 | d47ed5449b8cda84f4343750f122a09ef537b090 | /Source/Game/public/SGameMode.h | cd3c17714b3797761a6aa96cac68388b191c301b | [] | no_license | Helaly96/UE4-BarthGame | 1993b5631e96117b0ec81c0d4f4f5a7f1cbab331 | 7119885a8fc7d2d3d8641a6d81faa8f3710b2581 | refs/heads/master | 2022-09-25T10:50:45.477744 | 2020-06-05T00:46:14 | 2020-06-05T00:46:14 | 266,905,577 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,155 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "GameFramework/GameModeBase.h"
#include "SGameMode.generated.h"
DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams(FOnActorKilled ,AActor*, KillerActor, AActor*, KilledActor,AController *,KillerCo... | [
"zfaesu@gmail.com"
] | zfaesu@gmail.com |
6127da0c80ed45d083b9e43a73a58508665871c7 | ced632b0a81654ec9ea3f270e2e51d36170dd050 | /src/localization/src/frombfl/mobile_robot.h | da3e93d8fb332fb51c3fadaec4dad849421f169f | [] | no_license | lian16thu/RoboCup | 4a0b84f54a6253a1284e3922c54210bb8239087b | 95dbd5753be3f0391176420ec2cb012d8fda59fe | refs/heads/master | 2020-04-30T15:21:31.379146 | 2019-03-21T10:04:40 | 2019-03-21T10:04:40 | 176,918,206 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,766 | h | // $Id: mobile_robot.h tdelaet $
// Copyright (C) 2006 Tinne De Laet <first dot last at mech dot kuleuven dot be>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation; either version 2... | [
"lian16thu"
] | lian16thu |
059ebc32b0ffa6e7552d68da8b9de8f10236b4a0 | 03d3231478373089a3de04db162f61b79a388fd3 | /l2packets/l2world/L2Npc.cpp | 816cef502291c3a828bb8ed370bb4bb6e461c5ce | [] | no_license | minlexx/l2-unlegits | f4b0e9d70afe2a0a26f81daa16123eb2fe31cc13 | fc189ca35edf14439a5eeac81359b30112496b80 | refs/heads/master | 2021-01-17T05:35:09.738039 | 2015-06-28T09:16:13 | 2015-06-28T09:16:13 | 38,192,499 | 6 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 3,552 | cpp | #include "stdafx.h"
#include "L2Npc.h"
#include "../l2data/L2Data.h"
#include "../game/L2GamePacket.h"
#include "../os/os_abstraction.h"
L2Npc::L2Npc()
{
setUnused();
}
L2Npc::~L2Npc()
{
setUnused();
}
L2Npc::L2Npc( const L2Npc& other ): L2Character()
{
setUnused();
operator=( other );
}
c... | [
"alexey.min@gmail.com"
] | alexey.min@gmail.com |
4ef662429e50863f690dd73786eb250f3ae20629 | ed2aa12a14dd8594b303bb508923bdda3a62eeb9 | /PhotonChat/LoadBalancing-cpp/inc/Enums/MatchmakingMode.h | a16798abd987717bfcb9546a076821d8b9a0586d | [
"MIT"
] | permissive | anhtrangg/PhotonChat | c7e83dae1107746abc83f43e541ae4b85ed54dd0 | 4bd5788fe4ec89dab83ae01d7f372b6e9bd5ebc9 | refs/heads/master | 2023-04-12T09:53:53.273785 | 2021-05-17T08:27:32 | 2021-05-17T08:27:32 | 364,878,364 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,009 | h | /* Exit Games Photon LoadBalancing - C++ Client Lib
* Copyright (C) 2004-2020 by Exit Games GmbH. All rights reserved.
* http://www.photonengine.com
* mailto:developer@photonengine.com
*/
#pragma once
#include "Common-cpp/inc/Common.h"
namespace ExitGames
{
namespace LoadBalancing
{
/**
Opt... | [
"anh.tran@gogame.net"
] | anh.tran@gogame.net |
9fc4222e178dc2ac51fd665ee8fca3e6e40e08f5 | 3d5f96474b2596fe743a87323285c79aae047185 | /GLES3/GLES/HelloScene.cpp | 890dcc2cda32c21c6cd60660ddd75013e9665bcf | [] | no_license | 1414648814/GLES3 | 932dda44c6e79767cc1a3a54798e8be79ef3750c | 8a4fd6e61fcfef37f53783136255f2c1623712f8 | refs/heads/sceneisnode | 2021-01-22T04:14:46.233071 | 2017-02-12T07:22:59 | 2017-02-12T07:22:59 | 81,521,232 | 0 | 0 | null | 2017-02-12T07:22:59 | 2017-02-10T03:14:17 | C++ | UTF-8 | C++ | false | false | 802 | cpp | //
// HelloScene.cpp
// GLES
//
// Created by staff on 2016/12/27.
// Copyright © 2016年 George1994. All rights reserved.
//
#include "HelloScene.h"
#include "CCGame.h"
HelloScene::HelloScene() : Scene() {
}
HelloScene::~HelloScene() {
}
Scene* HelloScene::scene() {
HelloScene* scene = new HelloSc... | [
"1414648814@qq.com"
] | 1414648814@qq.com |
b60fea8cc6b976d323fae0dda2e654c378a55b4b | 1513f7e79a7142c933636066908b79ebc131f10e | /squashfs-root/usr/include/KF5/KI18n/kuitmarkup.h | e17073b72afc7922f210223501eeeee7992b54b7 | [] | no_license | softwarenerd7/eXternOS-Base | 1e11dd26ae2dfebe77cf3a46c0e6925bc7f83542 | 2e202775e52dd69352b7325d270090323121111d | refs/heads/master | 2023-01-12T10:31:48.635447 | 2020-11-17T21:08:36 | 2020-11-17T21:08:36 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,502 | h | /* This file is part of the KDE libraries
Copyright (C) 2013 Chusslove Illich <caslav.ilic@gmx.net>
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 th... | [
"anesuemail@gmail.com"
] | anesuemail@gmail.com |
dafca8af74d70cd289ebd105cd4010a1bed9d6fb | bac010ab15283d0ec3f7bbe33f5ce2a0c28a822c | /SCANF6.CPP | 836dbf321b511725c7653c6050680b61f2be43d2 | [
"MIT"
] | permissive | sonu2016-stack/CPP_Programming_Language_Practice_Code | 8d12073e2544c891d9cbd322b784f92c7c16fbc6 | 50b143124690249e5dbd4eaaddfb8a3dadf48f1f | refs/heads/master | 2023-04-28T22:17:18.459328 | 2021-05-16T21:27:21 | 2021-05-16T21:27:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 345 | cpp | //Program to Swap or Interchange the Value Using Third Variable
#include<stdio.h>
#include<conio.h>
main()
{
int a,b,c;
clrscr();
printf("Enter the Value of a= ");
scanf("%d",&a);
printf("Enter the Value of b= ");
scanf("%d",&b);
c=a;
a=b;
b=c;
printf("\nAfter Swapping Value of a= %d",a);
printf("\nAfter Swapping Value... | [
"Kumarashish79924@gmail.com"
] | Kumarashish79924@gmail.com |
38cb27f00fe1c71e9743989fe7b1091dc0e2f9dd | e9fd7bc03ba68c04ee5dccb683158a59b4b9ad21 | /A1120.cpp | 79cc3314d5b4492a5efcfde9c2f4fd8335309dd6 | [] | no_license | LittleVolcano/MY-PAT | 77cc0890611106be797eb0e85d73efd9108c73b4 | 0489bb5ff1913ac4b8458368f391b47e36ea70e1 | refs/heads/master | 2021-05-09T03:53:41.683631 | 2018-04-08T03:06:52 | 2018-04-08T03:06:52 | 119,255,216 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 498 | cpp |
#include<stdio.h>
int main()
{
int a[50] = {0};
int n;
int temp;
int friid;
int sum = 0;
int flag = 0;
scanf("%d",&n);
for(int i = 0;i < n; ++i)
{
friid = 0;
scanf("%d",&temp);
while(temp != 0)
{
friid += temp % 10;
temp /= 10;
}
a[friid]++;
}
for(int i = 0;i < 50; ++i)
{
if(a[i] != 0 ... | [
"495328602@qq.com"
] | 495328602@qq.com |
a4b3546f8dca8a4f9748227b4c3cdb0405a781cf | 45ae4cf99ef88c0348619030b9378a5f44a15e5f | /src/rnnhubo/rnn.cpp | a911acd98fdbc0bac4bd5c58974d6ee37accb2cd | [] | no_license | datemoon/rnn_lm_score | d24f5d70072f52d60a3b08d70b70d24e20a3d364 | 1ab69d656883f1fe846deeff484c7a33282108d1 | refs/heads/master | 2020-06-12T07:14:51.903019 | 2019-06-28T07:53:25 | 2019-06-28T07:53:25 | 194,229,279 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,505 | cpp | #include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include "rnn.h"
void Rnn::LoadRNNLM(string modelname)
{
LoadTextRNNLM(modelname);
}
void Rnn::LoadTextRNNLM (string modelname)
{
int i, a, b;
float v;
char word[1024];
FILE *fptr = NULL;
// read model file
fptr = ... | [
"hubo@1057277483@qq.com"
] | hubo@1057277483@qq.com |
9ebfe0b30acf0a05a4de133c45ce19f2f0b88a20 | 6768858dfdb0aec72ff95ed78e32760bc7198347 | /Sorting Algorithm/Algorithm_assignment/main.cpp | 1451dafed9fa112b7af3d8d6d421395df19e95f6 | [] | no_license | dhk1349/Algorithm | fe58f8d6bd48e02f30005f0ff440af7888a04424 | a9d547fa16eedf1338d049700688f3545b5b8686 | refs/heads/master | 2021-12-30T16:48:10.813904 | 2021-12-27T16:57:09 | 2021-12-27T16:57:09 | 194,836,267 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 509 | cpp | #include<iostream>
#include<fstream>
#include <string>
#include <ctime>
#include "Sorting_algorithm.h"
using namespace std;
int main() {
int testarr[15000];
int result=get_arr("test_array.csv",testarr,15000);
//ERROR
if (result == -1) {
cerr << "\tFailed to load array file!\n";
return -1;
}
//
clock_... | [
"dhk1349@naver.com"
] | dhk1349@naver.com |
6aa3b8afde4d7bb2ba2cb3e5ed63fe53a78044f6 | c7f254879ddbc7e14120c6ae7afa8f104fe44e57 | /NanoguiModule/nanogui/label.h | 40f652f2bad2cb30acba3e49fddaef660117f19f | [] | no_license | Hurleyworks/NanoguiBlock | 6926bb57dae837a9f6ef782dbfbd572c0cd75be8 | b3dd7edfa8c1c865b70bf68daebf041259dc4578 | refs/heads/master | 2021-01-10T17:55:46.177295 | 2016-11-08T20:16:25 | 2016-11-08T20:16:25 | 45,840,075 | 11 | 13 | null | 2020-04-18T03:48:05 | 2015-11-09T13:38:21 | C++ | UTF-8 | C++ | false | false | 1,827 | h | /*
nanogui/label.h -- Text label with an arbitrary font, color, and size
NanoGUI was developed by Wenzel Jakob <wenzel@inf.ethz.ch>.
The widget drawing code is based on the NanoVG demo application
by Mikko Mononen.
All rights reserved. Use of this source code is governed by a
BSD-style license... | [
"github@hurleyworks.com"
] | github@hurleyworks.com |
6da92fb60696181195412c98b4f98a06af53716c | d928143913c7b298b7bc637c2dcfa2ae617229e7 | /src/System/SilentSoundSystem/SilentSoundBuffer.cpp | c6af19b974cb0439f59decd8e5c424ee2673b943 | [] | no_license | hackerlank/Mengine | d7e649c29ab6cfd861bd85c75e514939ba7a09d6 | 108491a9ef86946fc4abed0662b0beafbde4fda4 | refs/heads/master | 2021-01-12T06:19:27.136456 | 2016-12-13T00:55:25 | 2016-12-13T00:55:25 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,284 | cpp | # include "SilentSoundBuffer.h"
# include "Interface/SoundCodecInterface.h"
# include <time.h>
namespace Menge
{
//////////////////////////////////////////////////////////////////////////
static float s_getTimeMs()
{
clock_t cl = clock();
float sec = (float)(cl) / float(CLOCKS_PER_SEC);
ret... | [
"yuriy_levchenko@202150c4-1a32-4ab8-af31-e3358ecdd631"
] | yuriy_levchenko@202150c4-1a32-4ab8-af31-e3358ecdd631 |
e7b0716dd88c67d53c548157167a627d939366d7 | 0c1f5efe63ded94e7c5d3f3eec7ffa17e7e2ccd8 | /Smart_House.ino | 1dac4aae9dd7fca0dd1286dc40b29e5400ddfff5 | [] | no_license | nancy9taya/Smart_House | 404fb66c484b0715e13ffd5cc8e6d98e11d4af0c | 94310aa6d4e12f3327955ed23c4240f9f2a24243 | refs/heads/master | 2022-05-12T14:46:24.891455 | 2020-04-28T02:53:42 | 2020-04-28T02:53:42 | 259,439,090 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,855 | ino | #include<Keypad.h>
#include<LiquidCrystal.h>
LiquidCrystal lcd(A1,A2,3,2,1,A3);
const byte ROWS = 4;
const byte COLS = 4;
char KeyMap[ROWS][COLS] = {
{'7', '8', '9', '*'},
{'4', '5', '6', '/'},
{'1', '2', '3', '-'},
{'#', '0', '=', '+'}
};
byte rowPins[ROWS] = {11, 10, 9, 8};
byte colPins[COLS] = {7,6, 5,... | [
"nancy.hassan1998@gmail.com"
] | nancy.hassan1998@gmail.com |
0ce1705be0ac31f1e99b5a49599c1200ff88361a | 17f2dd4fde9cbcd9b3b0cd101fc740d3495bbe80 | /165 - 红黑树/RedBlackTree.hpp | 3fb9d65f73f1e5745b5d1f036505554ddece371c | [
"Apache-2.0"
] | permissive | NekoSilverFox/CPP | 0a7f48b50ee1769bb5ba318fb6fb6c6c342e5544 | c6797264fceda4a65ac3452acca496e468d1365a | refs/heads/master | 2021-11-11T17:48:48.514822 | 2021-11-01T20:30:31 | 2021-11-01T20:30:31 | 230,780,197 | 11 | 7 | null | 2021-04-11T22:24:56 | 2019-12-29T17:12:19 | C++ | GB18030 | C++ | false | false | 8,178 | hpp | #pragma once
#include "MyErrorInfo.h"
#include <iostream>
#define red true
#define black false
class RedBlackTree
{
private:
struct Node
{
Node() : key_(0), colour_(red), p_(nullptr), left_(nullptr), right_(nullptr) {}
Node(int key) : key_(key), colour_(red), p_(nullptr), left_(nullptr), right_(nullptr) {}
in... | [
"weidufox@gmail.com"
] | weidufox@gmail.com |
5951799d160e1ed2d6c5c324d7663fce377040b0 | b0f2009e1c70d729574295697cc0d5d1dd465e97 | /labo/2015-2016/04/02.ino | d9ed29a9b2b76b3552d82d14bf9bc471a3109e43 | [] | no_license | oberonlievens/computertechnologie-3 | 36a60c54abdaefc8e29466299e9c41ac9c81ef3b | 1ef8502574def922039d5d261ac46440f753ea56 | refs/heads/master | 2022-04-02T19:07:56.006781 | 2020-01-30T09:06:09 | 2020-01-30T09:06:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 435 | ino | #include <TimerOne.h>
int minute = 0;
int second = 0;
void setup() {
Timer1.initialize(1000000);
Timer1.attachInterrupt(timerIsr);
Serial.begin(9600);
}
void loop() {
minute < 10 ? Serial.print("0"):false;
Serial.print(minute);
Serial.print(":");
second < 10 ? Serial.print("0"):false;
Serial.println(... | [
"hello@haroen.me"
] | hello@haroen.me |
d7877543ead429ced221511f784b137a8d1503f3 | dbaa90195352be895c97e92d1391d3df1314b1b8 | /xTen/src/graphics/mesh.cpp | 51332139d4bcfe56d999fb5f0851f52e0afef27d | [] | no_license | paubertin/xTen_old | 08610a81a3d43f73b9162090400eb9c531461aa3 | 9412b611ae9a8867a8b9b4d9907e99e064a63a97 | refs/heads/master | 2021-06-01T10:13:53.441813 | 2016-07-06T23:41:16 | 2016-07-06T23:41:16 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,424 | cpp | #include "mesh.h"
#include "../utils/utils.h"
#include "../maths/xmaths.h"
#include "texturemanager.h"
namespace xten { namespace xgraphics {
Mesh::MeshEntry::MeshEntry() :
m_VAO(NULL), m_VBO(NULL), m_IBO(NULL), numIndices(NULL), materialIndex(NULL)
{
}
Mesh::MeshEntry::~MeshEntry()
{
GLCall( glDeleteBuffer... | [
"paubertin@gmail.com"
] | paubertin@gmail.com |
944ccb4ba5c429aac8884b42b275dee4bd9baa0a | 8dcf1479ce569ffad7b607dd3d43115e3c8ebc41 | /DaQinBot/Source/MapTools.cpp | 8b317b04f602bd2e7006826417b349833978807b | [] | no_license | liongis/DaQin | 3d628aa481a4fcaa72582728851341863dece6bb | f851984c34b60da2bfa51baa3355e69153a617d3 | refs/heads/master | 2020-03-30T20:39:39.900596 | 2018-12-12T07:59:15 | 2018-12-12T07:59:15 | 151,597,967 | 8 | 0 | null | null | null | null | GB18030 | C++ | false | false | 25,001 | cpp | #include "MapTools.h"
#include "BuildingPlacer.h"
#include "InformationManager.h"
const double pi = 3.14159265358979323846;
namespace { auto & bwemMap = BWEM::Map::Instance(); }
namespace { auto & bwebMap = BWEB::Map::Instance(); }
using namespace UAlbertaBot;
MapTools & MapTools::Instance()
{
static MapTools ... | [
"liongis@163.com"
] | liongis@163.com |
a12d7911d81f783de4df4204b3938ce06c3704d3 | 7044c0e66ed48d47dae188c2a2ab22ee6fd63ec3 | /src/Player.hpp | 91f04205af7da521e08bf7cf4c126239e49c3e46 | [] | no_license | fatumlegion/pelly | dba73fd20d9e92ddece6195364a7c31ed93b7285 | f4c51b79e3478648f4d91d7e6242174afff62d36 | refs/heads/master | 2016-08-04T20:32:35.147345 | 2013-08-21T01:30:37 | 2013-08-21T01:30:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 546 | hpp | #ifndef PLAYER_HPP
#define PLAYER_HPP
#include <SFML/Graphics.hpp>
#include "Block.hpp"
class Player
{
private:
sf::Sprite self;
bool right, left, moving, canJump, revGrav, canRotate, inRotation;
sf::Vector2f pos;
float xs, fric, grav, currentRotation, targetRotation;
sf::FloatRect box;
public:
Player(sf::Texture... | [
"fatumlegion@gmail.com"
] | fatumlegion@gmail.com |
1340b1353eb635b903b4f14353a07de75ee36a0d | 62232f6b7a23f990ccb781ce157dc0be91eac80c | /Engine/Source/Mesh/Mesh Overlay.cpp | 377d23c5ad95c6330503a651cd073d17e9d6dbc1 | [
"LicenseRef-scancode-other-permissive",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | randydom/EsenthelEngine | 152adb45bac2e0f4a579f6479f209402c227708e | 4164781a2d906b136f66da2a021d649533a15ba9 | refs/heads/master | 2020-07-21T02:44:51.579450 | 2019-09-03T08:24:02 | 2019-09-03T08:24:02 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,835 | cpp | /******************************************************************************/
#include "stdafx.h"
namespace EE{
/******************************************************************************/
#define CC4_MSOV CC4('M','S','O','V')
/******************************************************************************/
stati... | [
"esenthel@hotmail.com"
] | esenthel@hotmail.com |
b45a7be7429bc43e6fc6986cc06cc55538211716 | ba305b9bb38e6d9539f01400c180af4f93b3f567 | /quic_stream_factory.cc | 279b5eb993b1f09e1b0264ccacf778855f69d21e | [] | no_license | velicue/quic_codes | 2759ffff82f8741f99ef77bbef35fc4432d2925c | a0393aeccccb45ac40e8ece076f8fd026fe6b3d7 | refs/heads/master | 2021-01-01T18:38:33.596665 | 2014-07-19T00:50:19 | 2014-07-19T00:50:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 32,393 | 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_stream_factory.h"
#include <set>
#include "base/cpu.h"
#include "base/message_loop/message_loop.h"
#include "base/message_lo... | [
"chenming.eecs@pku.edu.cn"
] | chenming.eecs@pku.edu.cn |
1918cb6291fd4e38dcf6cf0851e449b0e53543f4 | 5740ea2c2d9d5fb5626ff5ad651f3789048ae86b | /PlasmaLibraries/Serialization/OldDataTreeParser.hpp | 0380bdab33ccf0345749d098d5a43b997159bd44 | [
"MIT"
] | permissive | donovan680/Plasma | 4945b92b7c6e642a557f12e05c7d53819186de55 | 51d40ef0669b7a3015f95e3c84c6d639d5469b62 | refs/heads/master | 2022-04-15T02:42:26.469268 | 2020-02-26T22:32:12 | 2020-02-26T22:32:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,936 | hpp | ////////////////////////////////////////////////////////////////////////////////////////////////////
///
/// Authors: Joshua Claeys
/// Copyright 2016, DigiPen Institute of Technology
///
////////////////////////////////////////////////////////////////////////////////////////////////////
#pragma once
namespace Plasma
... | [
"dragonCASTjosh@gmail.com"
] | dragonCASTjosh@gmail.com |
e2f3e32e8fc8cd12c0bae06a54c1165edf919a10 | 29dc7d8a031e7f686dc223d054cdd3ee62058371 | /Networking/Network/Src/MemoryStream.cpp | 6e64e31308cef98d46412476aef02df60b47265b | [] | no_license | teddysot/Engine | c4ca8503762570027662e28b4a4a7c6784bcbc3b | 2aaf6cdc566e7b83fd805998c708415882d288ae | refs/heads/master | 2020-04-07T21:31:30.938297 | 2018-11-22T18:00:57 | 2018-11-22T18:00:57 | 158,730,601 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,729 | cpp | //====================================================================================================
// Filename: MemoryStream.cpp
// Created by: Peter Chan
//====================================================================================================
#include "Precompiled.h"
#include "MemoryStream.h"
using... | [
"earth_sot@hotmail.com"
] | earth_sot@hotmail.com |
6c6a5fd5de14e43e38cef7a7007f649fb01e95e0 | 745a45b6bcf85fe497fc1acd06ef0b68b934626a | /suif/suif2b/suifbrowser/visual/vtcl.h | 835c8fbebe7351d1cca1d31e82a6b5b4c4dfea2d | [] | no_license | jrk/suif2 | e7c9f5e644f30422f7735837734e34248115cd2c | 6f4dee1a906cfd00d3b57a7ead6f9fc807d7455d | refs/heads/master | 2021-01-23T11:54:36.487230 | 2011-03-23T03:18:28 | 2011-03-23T03:18:28 | 1,514,729 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,211 | h | #ifndef VTCL_H
#define VTCL_H
//#include <sty.h>
#include "common/suif_list.h"
#include "vcommands.h"
#include <tcl.h>
#include <tk.h>
#include <stdlib.h>
#include <string.h>
#include "suifkernel/suifkernel_messages.h"
/* globals */
extern Tcl_Interp *v_interp; // Visual interpreter
/*
* tcl command interface clas... | [
"jrk@csail.mit.edu"
] | jrk@csail.mit.edu |
762fb49da685c868d046e7de42cd53aefce10d80 | 814fd0bea5bc063a4e34ebdd0a5597c9ff67532b | /content/child/web_gesture_curve_impl.cc | da8a18cecaf9e1b34016c612f07ac35af0ac53a1 | [
"BSD-3-Clause"
] | permissive | rzr/chromium-crosswalk | 1b22208ff556d69c009ad292bc17dca3fe15c493 | d391344809adf7b4f39764ac0e15c378169b805f | refs/heads/master | 2021-01-21T09:11:07.316526 | 2015-02-16T11:52:21 | 2015-02-16T11:52:21 | 38,887,985 | 0 | 0 | NOASSERTION | 2019-08-07T21:59:20 | 2015-07-10T15:35:50 | C++ | UTF-8 | C++ | false | false | 4,749 | cc | // 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.
#include "content/child/web_gesture_curve_impl.h"
#include "base/logging.h"
#include "base/metrics/histogram.h"
#include "third_party/WebKit/public/platf... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
22e6d2846ed6bcd8b03f459713a13d189e46ec41 | ccfe4094847ca44b9cd3e2b747964b1063132355 | /C++/hw5_10.cpp | 73b9f9320ef4f407e04bde517115443bba60369f | [] | no_license | dils12001/C_Practice | 53fdee47a17e0c0e69ff01318cdd727fa2dab291 | c80d6698c048eb03dfef0bf52b5f1faaaaf26272 | refs/heads/master | 2023-08-01T00:13:16.521740 | 2021-09-04T11:23:14 | 2021-09-04T11:23:14 | 403,036,972 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 479 | cpp | #include <iostream>
int main()
{
using namespace std;
cout << "Enter number of rows: ";
int num;
cin >> num;
for(int row = 1;row <= num;row++)
{
for(int col = 1;col <= num;col++)
{
if(col == num)
cout << "*\n";
else if(col > (num-row))
cout << "*";
else
cout << ".";
}
}
cout... | [
"dils210293@gmail.com"
] | dils210293@gmail.com |
64178d56059f9b8209762d8ceeec9448faedb734 | 0b6aa7ce3ea19c3f7fcac64daa9857ef4e13d6fd | /cncState.hh | 40e3c5b027f1580bcacd21817423683ebd65945f | [] | no_license | lumpyh/LHCNC | 23b2903cd10a516684b631b606febfbcdb605414 | 42ea14ef5dce4a4593afe171b449433c837ab1e0 | refs/heads/master | 2020-12-12T13:59:27.599846 | 2016-11-26T20:57:47 | 2016-11-26T20:57:47 | 51,971,694 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 479 | hh | #ifndef CNCSTATE_HH
#define CNCSTATE_HH
#include "point.hh"
class cncState{
public:
cncState();
bool isAbsolute();
bool isInMill();
int getStepsPerMill();
const point<int>& getStepPos();
const point<double>& getPos();
void setAbsolute( bool);
void setInMill( bool);
void setStepPos( int, int, int)... | [
"lumpy.hega@gmx.de"
] | lumpy.hega@gmx.de |
5037069d4dc20035675ca6de3d82c9ae48dfe2b9 | 94e5a9e157d3520374d95c43fe6fec97f1fc3c9b | /@DOC by DIPTA/dipta007_final/Max-flow/sgtlaugh-mincost-maxflow(Dijkstra+Potentials).cpp | 8f67f28fd32f68b1cfad3425cc05e0b5eb0fb158 | [
"MIT"
] | permissive | dipta007/Competitive-Programming | 0127c550ad523884a84eb3ea333d08de8b4ba528 | 998d47f08984703c5b415b98365ddbc84ad289c4 | refs/heads/master | 2021-01-21T14:06:40.082553 | 2020-07-06T17:40:46 | 2020-07-06T17:40:46 | 54,851,014 | 8 | 4 | null | 2020-05-02T13:14:41 | 2016-03-27T22:30:02 | C++ | UTF-8 | C++ | false | false | 2,864 | cpp | #include <stdio.h>
#include <bits/stdtr1c++.h>
#define MAX 200010 /// 2 * max(nodes, edges)
#define clr(ar) memset(ar, 0, sizeof(ar))
#define read() freopen("lol.txt", "r", stdin)
#define dbg(x) cout << #x << " = " << x << endl
#define ran(a, b) ((((rand() << 15) ^ rand()) % ((b) - (a) + 1)) + (a))
using namespace st... | [
"iamdipta@gmail.com"
] | iamdipta@gmail.com |
2ece42c1d4ae91578b1e5312f9a8ff8b3ffc9856 | d3289431cb91bcb55edefee17ab4168a80392cef | /Minos/Game/InputReplay.h | 0de6cd75a0c46d777bfb7a3d85fe99d63f1151f4 | [] | no_license | Sumez/Minos | fd6071f6f5fcf46d9418f4961e9b0cb9275970f2 | f7584657856b28388a41a68a6c62c5ac002521e1 | refs/heads/master | 2021-01-19T05:29:38.606819 | 2016-07-05T13:58:45 | 2016-07-05T13:58:45 | 61,880,163 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 845 | h | #pragma once
#include <inttypes.h>
#include "../InputHandler.h"
class InputReplay : public InputHandler {
public:
InputReplay(std::vector<int>& recording);
virtual Coords GetMouseCoords();
virtual bool IsHolding(ControlButton button);
virtual bool JustPressed(ControlButton button);
virtual bool WasMouseButtonCl... | [
"morten@eternal.dk"
] | morten@eternal.dk |
0c9bc57859f194698df7543260efaf70cf289d54 | e4df4dd3c33ecb4b04b433330c0dbe3fcf7c5c4e | /AStar/UI/UIManager.h | 7f2d9619ba686a9cc47128bc164d000e201fdabd | [] | no_license | soelusoelu/AStar | 0b0d9dc0021c940b45bc36d04c858f86c7b134a4 | c8006ecf0e6c54340f1a9586ad43bf80c8973047 | refs/heads/master | 2020-11-24T07:51:06.623562 | 2019-12-14T14:43:28 | 2019-12-14T14:43:28 | 228,038,146 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 512 | h | #pragma once
#include "../Utility/IManager.h"
#include <list>
#include <memory>
class UI;
class UIManager : public IManager<UI> {
public:
UIManager();
~UIManager();
virtual void update() override;
virtual void draw() const override;
void add(UI* add);
virtual void remove() override;
virt... | [
"llmn.0419@gmail.com"
] | llmn.0419@gmail.com |
62a62f70f7dc2c66e011312594ee24329e8aedff | ae956d4076e4fc03b632a8c0e987e9ea5ca89f56 | /SDK/TBP_UI_Quest_Objective_Notification_Item_functions.cpp | c8c3277f475af07bf35576662f13557157ddaee3 | [] | no_license | BrownBison/Bloodhunt-BASE | 5c79c00917fcd43c4e1932bee3b94e85c89b6bc7 | 8ae1104b748dd4b294609717142404066b6bc1e6 | refs/heads/main | 2023-08-07T12:04:49.234272 | 2021-10-02T15:13:42 | 2021-10-02T15:13:42 | 638,649,990 | 1 | 0 | null | 2023-05-09T20:02:24 | 2023-05-09T20:02:23 | null | UTF-8 | C++ | false | false | 3,116 | cpp | // Name: bbbbbbbbbbbbbbbbbbbbbbblod, Version: 1
#include "../pch.h"
/*!!DEFINE!!*/
/*!!HELPER_DEF!!*/
/*!!HELPER_INC!!*/
#ifdef _MSC_VER
#pragma pack(push, 0x01)
#endif
namespace CG
{
//---------------------------------------------------------------------------
// Functions
//-----------------------------------... | [
"69031575+leoireo@users.noreply.github.com"
] | 69031575+leoireo@users.noreply.github.com |
985ccc1b83815dad8fdd35a710ad2b7a858ef987 | 6cdd54e4a9f02b49f8bbc03a67a5722e33f66d52 | /lab/3-4.cc | 2cb2fdce2dae8d85df3755d80f4ba1efd804dfbe | [] | no_license | dr3w-an/oop-studies | 17284e63f112d829377af9950d0cb1438da991bf | eb61168d6a1b411f8243daca52c79605fbc7f65f | refs/heads/master | 2021-07-13T14:54:14.420686 | 2019-06-29T01:27:24 | 2019-06-29T01:27:24 | 172,923,308 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,562 | cc | #include <iostream>
#include <math.h>
class Vector {
public:
double x, y;
double abs() {
return sqrt(pow(x, 2) + pow(y, 2));
}
Vector add(Vector vector) {
Vector result;
result.x = x + vector.x;
result.y = y + vector.y;
r... | [
"dr3w.an@yandex.ru"
] | dr3w.an@yandex.ru |
93706c34197a3eee316994c0147cc89074f20c82 | 67d0fb30fb385791af1d6a0ae6187ef0a7991eff | /ABC037/a.cpp | 4d6b058fb5128a6cab04c80f48aed4e346e801af | [] | no_license | misogi/atcoder | a5e4b221747bdcae8c32b9f1f59bebf065200285 | d9dff5905bfcfae6113ccfbe710a2dee88906d9f | refs/heads/master | 2021-01-19T03:47:21.139037 | 2017-02-21T09:24:36 | 2017-02-21T09:24:36 | 48,310,921 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 229 | cpp | #include <iostream>
#include <vector>
using namespace std;
int main() {
int a, b, mo;
cin >> a >> b >> mo;
int num;
if (a < b) {
num = mo / a;
} else {
num = mo / b;
}
cout << num << endl;
return 0;
}
| [
"dev@misogi.info"
] | dev@misogi.info |
634430ac808278d348753fe694518e2b6efb7068 | 2cf838b54b556987cfc49f42935f8aa7563ea1f4 | /aws-cpp-sdk-ivs/include/aws/ivs/model/UpdateChannelRequest.h | 88dfe35dd3bd32d7a765824490d3816354b97eac | [
"MIT",
"Apache-2.0",
"JSON"
] | permissive | QPC-database/aws-sdk-cpp | d11e9f0ff6958c64e793c87a49f1e034813dac32 | 9f83105f7e07fe04380232981ab073c247d6fc85 | refs/heads/main | 2023-06-14T17:41:04.817304 | 2021-07-09T20:28:20 | 2021-07-09T20:28:20 | 384,714,703 | 1 | 0 | Apache-2.0 | 2021-07-10T14:16:41 | 2021-07-10T14:16:41 | null | UTF-8 | C++ | false | false | 15,290 | h | /**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/ivs/IVS_EXPORTS.h>
#include <aws/ivs/IVSRequest.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/ivs/model/ChannelLatencyMode.h>
#include <aws/ivs/model/Cha... | [
"aws-sdk-cpp-automation@github.com"
] | aws-sdk-cpp-automation@github.com |
3273c04a0879ed79906355ca1c57d94978013b59 | 94415be920d27a4e875e6f34a730edef398c8e24 | /Chapter6/Chapter6/Game.h | 1594c6527c04215dcc229b0fff4b843868ce54be | [
"BSD-3-Clause"
] | permissive | maato-origin/OpenGLPractice | d55a205fef582ebeebaf9e9eb7794350c2854e66 | 9769570f2d23ffbd857681752b5bd7dd10879507 | refs/heads/master | 2022-01-10T18:06:15.252712 | 2019-06-17T07:15:56 | 2019-06-17T07:15:56 | 188,250,436 | 1 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 879 | h | #pragma once
#include "SDL/SDL.h"
#include <unordered_map>
#include <string>
#include <vector>
#include "Math.h"
class Game
{
public:
Game();
bool Initialize();
void RunLoop();
void Shutdown();
void AddActor(class Actor* actor);
void RemoveActor(class Actor* actor);
void AddSprite(class SpriteComponent* sprit... | [
"t-khms@live.jp"
] | t-khms@live.jp |
7c1a8fd4b87291dacd3c2d9f51ad8a892d881ac8 | e3f9ab83c0e3c8722920f8850fb295551682a969 | /src/display/old/draw_grid/draw_grid.ino | 92435cdf292e599460c0313c3c10e50fed2cd885 | [] | no_license | wizard97/3400_team5electricboogaloo | 8e80f05fa81dce8f05c1c598345e914887d000ea | a0d507ce57b8b13943eb6ec80e2ceb3d13774cbd | refs/heads/master | 2021-01-20T12:11:07.339947 | 2018-06-05T22:12:50 | 2018-06-05T22:12:50 | 101,703,482 | 1 | 5 | null | 2017-09-26T03:43:54 | 2017-08-29T01:15:12 | Arduino | UTF-8 | C++ | false | false | 2,567 | ino | #include <SPI.h>
#include <VGAGraphics.h>
#define VGA_SS 10
#define XRES 240
#define YRES 240
// define pins for buttons to move block arround
#define BUTTON_UP 3
#define BUTTON_DOWN 4
#define BUTTON_LEFT 5
#define BUTTON_RIGHT 6
#define BLOCK_COLOR (genColor(7,0,0))
void clearScreen(uint8_t color=0);
uint8_t genC... | [
"daw268@cornell.edu"
] | daw268@cornell.edu |
60e7c05aae2ea42de0784b4a01bf6f963068cd7f | 5370b9e27da3064f35a59610b7746a263204e621 | /CodeChef/PINS.cpp | 8817a49e77831117b79a1d689a5377d353916007 | [] | no_license | Paryul10/Competetive-Coding | 4619d84b282d58303dc5db9cb8bdad769fc3176d | 3cc06f80dfffe4dc742fd5d8a4b427a9de778d85 | refs/heads/master | 2020-04-02T11:12:49.838056 | 2018-08-02T11:36:04 | 2018-08-02T11:36:04 | 154,376,787 | 0 | 1 | null | 2019-10-19T12:00:45 | 2018-10-23T18:22:09 | C++ | UTF-8 | C++ | false | false | 276 | cpp | #include "bits/stdc++.h"
using namespace std;
int main()
{
int t;
cin >> t;
while (t--)
{
int n;
cin >> n;
cout << "1 ";
cout << "1";
for (int i=1; i<=(n/2); i++) cout << "0";
cout << endl;
}
return 0;
} | [
"eeshadutta99@gmail.com"
] | eeshadutta99@gmail.com |
4ee9971c1889457b7af52d00f74d25fe3d3dbebe | bba8ad0d783119c7d9a413b4ead7654ed074fc2a | /Volume116/11624 - Fire.cpp | 0da7714b75d9c8c01677c9a2addd5d69115b72d9 | [] | no_license | m00p1ng/UVa-problem | 08d1298225a7d2bffef3e99ff33fd2f940d7924c | 9517304685e6681e7027335dbbea20f643d5fc37 | refs/heads/master | 2023-04-04T10:51:12.141260 | 2021-04-16T23:08:27 | 2021-04-16T23:08:27 | 81,700,393 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,535 | cpp | #include <cstdio>
#include <cstring>
#include <queue>
using namespace std;
int r, c;
int si, sj;
char board[1010][1010];
bool visited[1010][1010];
int fire[1010][1010];
int dr[] = {1, -1, 0, 0};
int dc[] = {0, 0, -1, 1};
typedef pair<int, int> ii;
typedef pair<int, ii> iii;
bool is_valid(int i, int j, int d) {
... | [
"mongkonchai4412@gmail.com"
] | mongkonchai4412@gmail.com |
d23ba01ab67494cdd51cb965e2b734e0da5de03c | 061454fa81774bb548ffb14d81011bd27e6f72ea | /lunar_csgo_recode/sdk/weapon.hh | 203e9b63eecb5cc527dde6d7133e6169c4bfce90 | [] | no_license | Aybrr/lunar_leak | f46eea6b14219bb0408c9dfd17d6f78d36148c26 | fdd9c4c6613701067ccc2936f7b0f311f3ca3736 | refs/heads/main | 2023-05-01T22:51:36.443040 | 2021-05-23T13:33:12 | 2021-05-23T13:33:12 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,457 | hh | #pragma once
#include "entity.hh"
#include <map>
namespace sdk {
struct strike_weapon_definition_t {
pad ( 8 );
int weapon_id;
};
enum class e_cs_weapon_type : int {
weapontype_knife = 0 ,
weapontype_pistol ,
weapontype_submachinegun ,
weapontype_rifle ,
weapontype_shotgun ,
weapontype_sniper_rif... | [
"senpaifuuzy@gmail.com"
] | senpaifuuzy@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.