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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ddb55ac7718eef24346041b5073fd134298ec8d6 | 8f7fcbcd97967fe40b8942a7a667be792ea25e47 | /project/cdds/cdds/bplus_tree.cc | 6d56eb6fa17cd444ce8a0e2015115379f5b5aeaa | [] | no_license | yunheL/OS | 132cfc7d86b0892aab3df5570390a6b4d4b0057c | 7e70b9eddeb99b3f89eefe6dee1e0dc5af1bb1db | refs/heads/master | 2021-01-20T10:47:40.241940 | 2017-05-05T20:54:33 | 2017-05-05T20:54:33 | 79,950,956 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 48,016 | cc | #include "bplus_tree.hh"
unsigned mfenceCount = 0;
unsigned clflushCount = 0;
void deleteRecordList(Record* record)
{
if(record->nextRecord == nullptr)
delete record;
else
{
deleteRecordList(record->nextRecord);
delete record;
}
}
// insert a record into the record list
void i... | [
"liu348@wisc.edu"
] | liu348@wisc.edu |
924ed99e8e28938fa82ca80719bca46e491abdff | 673913dd2bce4eec6eea66a92ebbdd41dca724ca | /src/Simd/src/Simd/SimdSse2Lbp.cpp | ad5aa12d5e7944c944f05d007ca661430046a06e | [] | no_license | fengbingchun/CUDA_Test | e0dc844d8b683c664ad870e0b5287c4765b47a12 | 9c554a2efe1d2a1b087c26be95102865b4d13e88 | refs/heads/master | 2023-05-30T03:02:00.374290 | 2023-05-21T04:39:58 | 2023-05-21T04:39:58 | 53,768,351 | 101 | 38 | null | null | null | null | UTF-8 | C++ | false | false | 4,085 | cpp | /*
* Simd Library (http://simd.sourceforge.net).
*
* Copyright (c) 2011-2015 Yermalayeu Ihar.
*
* 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 limitat... | [
"fengbingchun@163.com"
] | fengbingchun@163.com |
729aed02df41b236a1f065fb07772fa996552508 | c822da128cef8d2f7ae178b92009e8c25b88448c | /devel/include/pedsim_msgs/TrackedGroup.h | 11ebab012b39bde5f4886779e8b8b7f8b8e7c328 | [] | no_license | n-shintaro/catkin_ws_jetson | 062ffb3c53493f5283e41a0c39502d7143105cc2 | 42f3b84f8ee5da06ade6c283f307d17e19e6724b | refs/heads/master | 2022-02-15T04:17:40.294174 | 2019-08-29T05:31:14 | 2019-08-29T05:31:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,879 | h | // Generated by gencpp from file pedsim_msgs/TrackedGroup.msg
// DO NOT EDIT!
#ifndef PEDSIM_MSGS_MESSAGE_TRACKEDGROUP_H
#define PEDSIM_MSGS_MESSAGE_TRACKEDGROUP_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_message_traits.h>
#inclu... | [
"nakaoka.shintaro.infratop@gmail.com"
] | nakaoka.shintaro.infratop@gmail.com |
7d7cca7520bd4a997e3de67da6b7264680a84ae8 | 8bbeb7b5721a9dbf40caa47a96e6961ceabb0128 | /cpp/868.Push Dominoes(推多米诺).cpp | d7cafc7c39d7b08509a73a2f3625f98493a19597 | [
"MIT"
] | permissive | lishulongVI/leetcode | bb5b75642f69dfaec0c2ee3e06369c715125b1ba | 6731e128be0fd3c0bdfe885c1a409ac54b929597 | refs/heads/master | 2020-03-23T22:17:40.335970 | 2018-07-23T14:46:06 | 2018-07-23T14:46:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,776 | cpp | /*
<p>There are<font face="monospace"> <code>N</code></font> dominoes in a line, and we place each domino vertically upright.</p>
<p>In the beginning, we simultaneously push some of the dominoes either to the left or to the right.</p>
<p><img alt="" src="https://s3-lc-upload.s3.amazonaws.com/uploads/2018/05... | [
"lishulong@wecash.net"
] | lishulong@wecash.net |
9b5a98309d46852bf7055b0d29487076c78cc32e | 2a7216df71b9ccf62050eb5197ed9e8279a2f2b2 | /mwc/MWC_15_C4_P1_LOVE_GURU_2.cpp | 0456046dc6b4cbdf958ac2b7e26576c469a64d4e | [] | no_license | atarw/programming-contest-solutions | d8b9cd109630a383b762ab379011c5d8f7235ef8 | 8306b6871f221322e056b191e930862ea4990c55 | refs/heads/master | 2021-01-23T22:16:00.388134 | 2020-02-09T21:45:35 | 2020-02-09T21:45:35 | 58,693,100 | 5 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 370 | cpp | #include <stdio.h>
#define scan(x) do{while((x=getchar())<'0'); for(x-='0'; '0'<=(_=getchar()); x=(x<<3)+(x<<1)+_-'0');}while(0)
char _;
int main () {
int arr [3];
for (int i = 0; i < 3; i++) {
scan (arr [i]);
}
printf ("%d\n%d\n%d", (arr [0] - arr [1] + arr [2]) / 2 + 10, (arr [0] - arr [2] + arr [1]) / ... | [
"Atharva@Atharvas-Mac-mini.local"
] | Atharva@Atharvas-Mac-mini.local |
8770ad22c19fd985324a3278b12b23fc3c3c0b2f | 173243dbc2694bcf42c9bf042f4d5256037bbf2f | /Sources et data Stormtrooper/skinning_loader.cpp | c50738d71e85cd105b794af17519cfe9622c7c13 | [] | no_license | cedjav/StarWar_INF585 | 033cb5dc6bb6d84afe479384833e567881f41996 | ca6ea1657c10dcaef43fa895fa4fefa7d61f209a | refs/heads/main | 2023-01-12T14:17:53.036917 | 2020-10-29T17:05:59 | 2020-10-29T17:05:59 | 308,395,802 | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 12,338 | cpp | #include "skinning_loader.hpp"
#ifdef ST2
#include <fstream>
#include <sstream>
using namespace vcl;
void compute_influence(buffer<buffer<skinning_influence>>& influence, vcl::buffer <joint_geometry>& joints, vcl::buffer<joint_connectivity> connectivity, mesh& mon_mesh) {
influence.resize(0);
for (int i = ... | [
"cedric.javault@gmail.com"
] | cedric.javault@gmail.com |
471af87e7c760ff7c4ef3031e882f2a294f64f27 | 1b94dadb8a2cb083bbb96fa203edf2ed84d3f669 | /include/generic.h | 4c649155d80caea59863de44a58e4f4a0277c7b2 | [] | no_license | juannavascalvente/Delaunay | c31ce2ca2a15525eccebe604106d758bffef4e30 | 8ef736b7b2fa22840022476f5f2f9762e96aeaea | refs/heads/Cycle_03_Add_Api_Unit_test_2 | 2021-01-13T17:00:51.412399 | 2020-04-26T17:46:57 | 2020-04-26T17:46:57 | 76,955,318 | 15 | 3 | null | 2020-04-26T17:46:59 | 2016-12-20T12:37:58 | C++ | UTF-8 | C++ | false | false | 442 | h | /*
* generic.h
*
* Created on: Mar 5, 2017
* Author: juan
*/
#ifndef INCLUDE_GENERIC_H_
#define INCLUDE_GENERIC_H_
#include <string>
using namespace std;
/****************************************************************************
// Generic functions declarations
********************************... | [
"juan.navas.calvente@gmail.com"
] | juan.navas.calvente@gmail.com |
10f72a00ad904f2e7f75e7a7d65e68521d3d1767 | 5a76daa7a788926357a18dd67243c6d2bd59700e | /gen-cpp/OrderBeverageService_server.skeleton.cpp | a0c36d04aab12087962f7a0fe03224d5f932334b | [] | no_license | proywm/vendingmachine_tutorial | f703868c94f7476bdee88299fdeb907a97169862 | ff37dc37fd546155e593ee87e6dc42fd145cf9a4 | refs/heads/master | 2023-03-05T10:58:04.454927 | 2021-02-17T13:44:49 | 2021-02-17T13:44:49 | 338,190,550 | 0 | 5 | null | null | null | null | UTF-8 | C++ | false | false | 1,461 | cpp | // This autogenerated skeleton file illustrates how to build a server.
// You should copy it to another filename to avoid overwriting it.
#include "OrderBeverageService.h"
#include <thrift/protocol/TBinaryProtocol.h>
#include <thrift/server/TSimpleServer.h>
#include <thrift/transport/TServerSocket.h>
#include <thrift/... | [
"probirr@umich.edu"
] | probirr@umich.edu |
b111fcefec2a85b5b7950d42d59ebb43ef3e1917 | b79ca1af55ec284150a60f06c66ba48e73c78bf2 | /include/corvusoft/restbed/http.hpp | 2824d7de40a6d98672d7b2f1b5ec33e938be5fc4 | [] | no_license | Benjamin15/FPGA-music-Server | a785ebf031f89148a602e602cdd17e9c7e39a08a | 70e504ba1eef6bc7028a9a8838d86026c4157421 | refs/heads/master | 2023-03-08T04:46:30.550564 | 2018-11-29T16:13:53 | 2018-11-29T16:13:53 | 150,631,965 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,192 | hpp | /*
* Copyright 2013-2016, Corvusoft Ltd, All Rights Reserved.
*/
#ifndef _RESTBED_HTTP_H
#define _RESTBED_HTTP_H 1
//System Includes
#include <string>
#include <memory>
#include <future>
#include <cstddef>
#include <functional>
//Project Includes
#include <corvusoft/restbed/byte.hpp>
//External Includes
//System... | [
"benjamin150594@hotmail.fr"
] | benjamin150594@hotmail.fr |
471dbad06d58721cdf88787d397b491d98a6ab67 | 0126ec30c6066e51f2eb7609d7d5a679654eb086 | /NodeMCU_lock/misc.h | 0e72ab305c4ce29476d903d0eb07b4fee7fff5c0 | [] | no_license | milselarch/smart-bicycle-lock | 158d23c6a58e1f02bdae9cb422f905514505616c | 90e7cf952bd759091ee48aeeaedd86e2e3b550bf | refs/heads/master | 2022-06-01T09:45:09.337682 | 2022-05-24T14:58:52 | 2022-05-24T14:58:52 | 80,406,071 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,423 | h | #ifndef MISC_H_INCLUDED
#define MISC_H_INCLUDED
class misc {
public:
static void clearArray(char *arr, const short arrLength) {
for (int i = 0; i < arrLength; i++) {
arr[i] = 0;
}
};
static String charArrayToString(const char *charArray) {
String answer = "";
fo... | [
"milselarch@gmail.com"
] | milselarch@gmail.com |
f0f64acb6254be61ebc16862d9d692d53826a2e0 | 018068a6aaa0b488c4506515588ecfbd66a98ca0 | /Source/Event/Event.h | 17258620c595f832da8a7028c877eb3aff0d1ebf | [
"MIT"
] | permissive | ogaga/Dorothy-SSR | 2c17e598cffbdbba7f8498ae19e0ca89f9b75b47 | 62878a90db0ff757eb1348780a06cc4f757f846b | refs/heads/master | 2020-09-08T17:54:58.275383 | 2019-10-29T02:39:31 | 2019-10-29T02:39:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,108 | h | /* Copyright (c) 2019 Jin Li, http://www.luvfight.me
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 rights to use, copy, modify, merge, publi... | [
"dragon-fly@qq.com"
] | dragon-fly@qq.com |
c2e5cf43c773f5ace1455b905e34bf26b479f05e | 93becb0e207e95d75dbb05c92c08c07402bcc492 | /atcoder/2018_11_23/a.cpp | e48c119365e0f0ccc70df5817a6abbe23f5f3f09 | [] | no_license | veqcc/atcoder | 2c5f12e12704ca8eace9e2e1ec46a354f1ec71ed | cc3b30a818ba2f90c4d29c74b4d2231e8bca1903 | refs/heads/master | 2023-04-14T21:39:29.705256 | 2023-04-10T02:31:49 | 2023-04-10T02:31:49 | 136,691,016 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 275 | cpp | #include <iostream>
#include <algorithm>
#include <string>
#include <vector>
typedef long long ll;
using namespace std;
int main() {
int n;
cin >> n;
int ans = 1;
for (int i = 0; i < n; i++) {
ans *= 4;
}
cout << ans << endl;
return 0;
} | [
"kambe3141@gmail.com"
] | kambe3141@gmail.com |
8a36d11c5657e01741dc19239a710681ee319a69 | e1700081b3e9fa1c74e6dd903da767a3fdeca7f5 | /libs/geodata/netcdf/geodatanetcdfimportersettingdialog.cpp | a7272744e679318436096f416ab7e27f3fbc2511 | [
"MIT"
] | permissive | i-RIC/prepost-gui | 2fdd727625751e624245c3b9c88ca5aa496674c0 | 8de8a3ef8366adc7d489edcd500a691a44d6fdad | refs/heads/develop_v4 | 2023-08-31T09:10:21.010343 | 2023-08-31T06:54:26 | 2023-08-31T06:54:26 | 67,224,522 | 8 | 12 | MIT | 2023-08-29T23:04:45 | 2016-09-02T13:24:00 | C++ | UTF-8 | C++ | false | false | 2,784 | cpp | #include "ui_geodatanetcdfimportersettingdialog.h"
#include "geodatanetcdfimportersettingdialog.h"
#include <guicore/solverdef/solverdefinitiongridattribute.h>
#include <guicore/solverdef/solverdefinitiongridattributedimension.h>
#include <QLabel>
GeoDataNetcdfImporterSettingDialog::GeoDataNetcdfImporterSe... | [
"kinoue@2cc7cdd0-1db9-4218-aa4a-1d8dad43e0f0"
] | kinoue@2cc7cdd0-1db9-4218-aa4a-1d8dad43e0f0 |
0c8395ba8a0f4f901c7cdc8b53e7774f1a6195f5 | f0d75fd9d8332e3d4d9169f5dd2d655405cfc176 | /Classes/UI.h | 040a5f1512a62f72aefda1a19c162138f1faae14 | [] | no_license | noiless/bakery-game-proj | 70b4760d8088a4c8718604bf0335b83b44a3804e | 23f335554088fb39998704cbc6edb363c8a87878 | refs/heads/master | 2021-01-11T05:13:16.209421 | 2017-08-21T09:51:59 | 2017-08-21T09:51:59 | 96,294,881 | 2 | 0 | null | 2017-08-17T07:18:56 | 2017-07-05T08:17:57 | C++ | UHC | C++ | false | false | 1,052 | h | #pragma once
#include "cocos2d.h"
class UI : public cocos2d::Node {
private:
int myMoney;
int otherMoney;
int myBreadPoint;
int otherBreadPoint;
int adPoint;
int myHP;
cocos2d::Size visibleSize;
//내 빵 게이지
cocos2d::DrawNode * myBreadBox;
cocos2d::DrawNode * myBreadBar;
cocos2d::Label * myMoneyLabel;
//상대... | [
"muuunbyul@gmail.com"
] | muuunbyul@gmail.com |
541849de0c0890f9700c049c1d6d6775b4f4ac21 | 668b471bf09dd54f7670ddf49e1c0a07a0580ecf | /helper.h | eea43bda8a58fe78473c6de00eecbd625d701746 | [] | no_license | ncaew/mytest3 | 20c0697e549239f246c7c7466b3afda0b8f6e2b8 | 72abb5d13236bf4694886caa8329c4b5df9a0b67 | refs/heads/master | 2021-01-11T13:43:13.611432 | 2017-06-28T07:23:35 | 2017-06-28T07:23:35 | 95,095,111 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,495 | h | #ifndef HELPER_H
#define HELPER_H
#include <QObject>
#include <QBrush>
#include <QFont>
#include <QPen>
#include <QPainter>
#include <QPaintEvent>
#include <QWidget>
#include <QDateTime>
#include <QDebug>
class Helper : public QObject
{
Q_OBJECT
public:
Helper();
public:
void paint(QPainter *painter, QP... | [
"ncaew@HPZ228.com"
] | ncaew@HPZ228.com |
1cb34626d2e1568119ce8d1495c0de435270b1ef | 2269bb3201ad683fd99b1a799b28d0cf2c59f1af | /LintCode/Route Between Two Nodes in Graph.cc | 8660f35bce113d59ffbc43403b5d6d2f2779ba54 | [] | no_license | TissueFluid/Algorithm | 1353ad7133c1f5482abc002ae6d81a1d4d32905a | befcc8e2014d0c83520f0250497e4f3828ac3120 | refs/heads/master | 2021-01-10T15:13:17.822059 | 2017-02-27T06:58:09 | 2017-02-27T06:58:09 | 43,377,990 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,229 | cc | // Route Between Two Nodes in Graph
#include <iostream>
#include <vector>
#include <queue>
#include <unordered_map>
using namespace std;
struct DirectedGraphNode {
int label;
vector<DirectedGraphNode *> neighbors;
DirectedGraphNode(int x) : label(x) {};
};
class Solution {
public:
/**
* @param g... | [
"zzy@Workbench.local"
] | zzy@Workbench.local |
af3bda173e911d0b2a916962fb520448c8bd3c92 | d1e714cfca4e68af720b7eab34760de676a5c358 | /zeroconf/Thread.h | 10efb19c78ea1786aaa8230376107fa44cccd354 | [] | no_license | testcase/zeroconf | 5fbcafd7efb44bcf2d28d00eaae0c5fa6d128039 | 03e4496f6bf27aed2e48d007604ba90434284434 | refs/heads/master | 2020-12-28T23:04:14.771415 | 2015-05-22T21:45:24 | 2015-05-22T21:45:24 | 36,025,532 | 1 | 0 | null | 2015-05-21T16:52:09 | 2015-05-21T16:52:08 | null | UTF-8 | C++ | false | false | 1,908 | h | /*
Copyright (c) 2009 Remy Muller.
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 rights to use, copy, modify, merge,
publish, distri... | [
"nick@cassiel.com"
] | nick@cassiel.com |
dfde6f37f64b6cc65c02b4d244df386251bd4c1a | 97db517e08bcb4ad226288c2cee137e0846c8883 | /OpenGLCourseApp/Shader.h | 5f4555461243f61825410cd3f6718837748287b2 | [] | no_license | CodeMonkVJ/OpenGL_3D_Scene | ac019cae1bbf2756e4c11d5ecae6c8e8c20470e5 | 0ecdbaf393ce02aabd27e40446cf27fb66155fc0 | refs/heads/master | 2023-05-05T02:36:16.969362 | 2020-08-01T07:29:22 | 2020-08-01T07:29:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,061 | h | #pragma once
#include <stdio.h>
#include <string>
#include <iostream>
#include <fstream>
#include <GL\glew.h>
#include "CommonValues.h"
#include "DirectionalLight.h"
#include "PointLight.h"
#include "SpotLight.h"
class Shader
{
public:
Shader();
void CreateFromString(const char* vertexCode, const char* fragment... | [
"shaurya.vijayvargiya@gmail.com"
] | shaurya.vijayvargiya@gmail.com |
35ffa75abb7cd56aefad24ee4f64fd5ddffb89c3 | 91a882547e393d4c4946a6c2c99186b5f72122dd | /Source/XPSP1/NT/printscan/print/spooler/spoolss/perf/perfp.hxx | 360b9af02a9047a0d8fc5120e56ec72b680c85c6 | [] | no_license | IAmAnubhavSaini/cryptoAlgorithm-nt5src | 94f9b46f101b983954ac6e453d0cf8d02aa76fc7 | d9e1cdeec650b9d6d3ce63f9f0abe50dabfaf9e2 | refs/heads/master | 2023-09-02T10:14:14.795579 | 2021-11-20T13:47:06 | 2021-11-20T13:47:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 697 | hxx | /*++
Copyright (c) 1996 Microsoft Corporation
All rights reserved.
Module Name:
perfp.hxx
Abstract:
Internal perf header file
Author:
Albert Ting (AlbertT) 22-Dec-1996
Revision History:
--*/
#ifndef PERFP_HXX
#define PERFP_HXX
const UINT kMaxMergeStrings = 0x10;
typedef struct GLOBAL_PERF_DATA... | [
"support@cryptoalgo.cf"
] | support@cryptoalgo.cf |
1914b08c65f4076a402176671ed871e2706883e5 | afa2511858540db6fd6367a3237e302bb5736336 | /mainwindow.h | 8e0ebafe645c6ba37f3881292d9288c488870ec9 | [] | no_license | isolisp/retroGames | b123b0af82043203949712da48acd4a4d41e0bc9 | c437030e7de1e24847aeb27b4acf55bd3630dc96 | refs/heads/master | 2020-03-22T18:19:03.355259 | 2018-07-10T18:16:38 | 2018-07-10T18:16:38 | 140,451,810 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 404 | h | #ifndef GAMECHOOSER_H
#define GAMECHOOSER_H
#include <QMainWindow>
#include <snakegame.h>
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
private slots:
void on_snake_b_clicked();
private:
Ui::... | [
"user@kali.home"
] | user@kali.home |
c18888b10fa6f817504d5a802c4897092e9650e5 | 3c94d4cdd13634f7f32c4f4dcdf947aec479c5e4 | /OpenGL-Beginner-to-Advance/src/tests/01_Getting_started/07_Transformations/T07_Transformations_02.cpp | ddce4d1ff95fe0a1ba4d23465a25e6a76b75f0ed | [
"Apache-2.0"
] | permissive | TheUnicum/OpenGL-Beginner-to-Advance | fd5cdd75af903321152a098e39d2295058a094f1 | b07abcafb0ae5f11a99314156386ac09e836c066 | refs/heads/master | 2020-04-06T10:04:51.607338 | 2019-04-27T13:04:43 | 2019-04-27T13:04:43 | 157,304,033 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,177 | cpp | #include "T07_Transformations_02.h"
#include "GLFW/glfw3.h"
namespace test {
T07_Transformations_02::T07_Transformations_02()
: m_mixFactor(.5f)
{
float positions[] = {
-0.5f, -0.5f, 0.0f, 0.0f,
+0.5f, -0.5f, 1.0f, 0.0f,
+0.5f, +0.5f, 1.0f, 1.0f,
-0.5f, +0.5f, 0.0f, 1.0f
};
unsigned int m_indic... | [
"tia_ben@tin.it"
] | tia_ben@tin.it |
82e02bf578c9bab966cd6b263acf76f283c4976e | 7e31d9e91bd7d12aebd4ece73a87495f0e573208 | /NetCore/LogCore.h | df2ab878dfbca7ca5ebcfb315f5876a93dc6ceb1 | [] | no_license | alterhz/DSC_IO | 2ece432589fa004f5c00bde3bf580c0dca1ee7ae | 60ce1ed37003ad2aaa8b77cbf62ffaf98a05b8f9 | refs/heads/master | 2021-01-25T05:16:24.200359 | 2014-07-01T14:16:13 | 2014-07-01T14:16:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 518 | h | // [6/28/2014 Administrator]
#ifndef _LOGCORE_
#define _LOGCORE_
#include "Header.h"
#include <assert.h>
class CLogCore
{
public:
void Log(const char *pTypeName, const char *pLog)
{
std::cout << "[" << pTypeName << "] - " << pLog << std::endl;
}
};
#define LOGDebug(log) { \
CLogCore logCore; \
logCore.Log(... | [
"550360139@qq.com"
] | 550360139@qq.com |
f84d58bd0fb31e5996c8385ed5095c57dbdbbc64 | 21dc89f2f8473b8d3cb6642aab9ea446d1a5c8b2 | /gsn/GSnapDlg.h | 8095d64f1c352bffe4e673c9a3090d4bb9f30d03 | [] | no_license | leonwang9999/testcode | 0e5bc13a2b01c70b2376fa480f6a1b6d4f937e69 | ff24c0dce660073090f424611386f4cd0116c0c5 | refs/heads/master | 2020-01-23T17:27:23.426488 | 2016-03-01T07:31:15 | 2016-03-01T07:31:15 | 14,635,696 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,726 | h | // GSnapDlg.h : header file
//
#if !defined(AFX_GSNAPDLG_H__AFFEE6B0_27A9_4FF3_97DD_664C9EA97B7F__INCLUDED_)
#define AFX_GSNAPDLG_H__AFFEE6B0_27A9_4FF3_97DD_664C9EA97B7F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#define WM_SHOWTASK (WM_USER + 100)
#define WM_SHOWMYWINDOW (WM_USER + 101)... | [
"leonwang9999@gmail.com"
] | leonwang9999@gmail.com |
e2dd00959804ff3efa30686a0f6eefece5784372 | 5563a924306cdd54d77e76cea9f068ea5582e6f5 | /solved_probs/lightoj/1083.cpp | 10d5be6c07765dad356ef29801f4d39d52d6ccb8 | [] | no_license | QuwsarOhi/CodeTree | b13878cc0f28cc9fd444a6e65f31a3fadce67b1c | 66f6d679527474f3dd88f7ad2864e69bdbd436b9 | refs/heads/master | 2023-03-16T00:34:45.267063 | 2023-03-14T01:55:15 | 2023-03-14T01:55:15 | 75,394,567 | 5 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,240 | cpp | //LightOJ
//1083 - Histogram
#include <bits/stdc++.h>
using namespace std;
int main() {
//freopen("in", "r", stdin);
//freopen("out", "w", stdout);
int t, n;
long long R[30010], L[30010], H[30010];
scanf("%d", &t);
for(int Case = 1; Case <= t; ++Case) {
scanf("%d", &n);
for(int i = 1; i <= n; ++i)
sc... | [
"quwsarohi@gmail.com"
] | quwsarohi@gmail.com |
00586c0bcc3b5ad7272ae034d9422b34d311cf1e | c31ee8136a57a96649196081e1cfde0676c2a481 | /larcv/core/DataFormat/EventParticle.h | b214860b1ce23a11515e711b9fdd517dfea247b6 | [
"MIT"
] | permissive | DeepLearnPhysics/larcv2 | b12b46168e5c6795c70461c9495e29b427cd88b5 | 31863c9b094a09db2a0286cfbb63ccd2f161e14d | refs/heads/develop | 2023-06-11T03:15:51.679864 | 2023-05-30T17:51:19 | 2023-05-30T17:51:19 | 107,551,725 | 16 | 19 | MIT | 2023-04-10T10:15:13 | 2017-10-19T13:42:39 | C++ | UTF-8 | C++ | false | false | 1,572 | h | /**
* \file EventParticle.h
*
* \ingroup DataFormat
*
* \brief Class def header for a class EventParticle
*
* @author kazuhiro
*/
/** \addtogroup DataFormat
@{*/
#ifndef EVENTPARTICLE_H
#define EVENTPARTICLE_H
#include "EventBase.h"
#include "Particle.h"
#include "DataProductFactory.h"
namespace larcv ... | [
"kazuhiro@nevis.columbia.edu"
] | kazuhiro@nevis.columbia.edu |
0200c40b91d44d1a9b4fbe4ad886e019ebabc9a3 | 15512326df192fd4c836a6abc4955605f64a47f5 | /A & D/C4/Week 3-4/kmp.cpp | 8cd10e7aad2b5c053a86436c0e60d4bba373db19 | [] | no_license | coderark/Algo-DS | 166805a598a7d06326a521b831f614a4ae87e71a | 0494f1b9bccefea44ef8a7beba02073505e551ec | refs/heads/master | 2021-01-18T18:46:01.976767 | 2016-09-19T14:53:17 | 2016-09-19T14:53:17 | 68,616,382 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,341 | cpp | #include <cstdio>
#include <iostream>
#include <string>
#include <vector>
using namespace std;
// Find all occurrences of the pattern in the text and return a
// vector with all positions in the text (starting from 0) where
// the pattern starts in the text.
vector<int> compute_prefix(const string& text){
... | [
"prit.adra@gmail.com"
] | prit.adra@gmail.com |
4849b2f8923aebe9a032e0d0eca293fb4e552d7c | c4bb1a24d156a29d944712e80abe8ed2c1bf56c0 | /scl/how-far-can-ajrouter-go.cc | 46da22dac26637f5405dc89a5099c31522811b89 | [] | no_license | kdavis-mozilla/core-test | bd10b593375ea079faa39e4cf8fbda97bd8d6bca | 3552bec9094d7b2a7dfeac2da27b043f1b7786a6 | refs/heads/master | 2021-01-10T08:52:30.239892 | 2015-12-10T23:49:28 | 2015-12-10T23:49:28 | 48,175,034 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,409 | cc | /******************************************************************************
* Copyright AllSeen Alliance. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and th... | [
"praveenb@qce.qualcomm.com"
] | praveenb@qce.qualcomm.com |
3112ffdcdfde28c01cd2e54c7954468310130794 | 2582cbec8080f23a2c2fe64c9d5ce04ced2222e0 | /src/logger.h | 4abe2b01834f7804d07a7ae09e76803fe732181f | [] | no_license | bmh10/chess3d | bddf7fac50bcd9ddf1a9d2391ad435be4b184083 | 05979783c90ce5423c86735eba3f309a2be2730b | refs/heads/master | 2020-04-06T04:26:53.851083 | 2013-10-04T19:57:31 | 2013-10-04T19:57:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 366 | h | #ifndef _LOGGER_H
#define _LOGGER_H
#include "headers.h"
class Logger
{
private:
static std::ofstream outfile;
static char* GetTime();
static void Output(string s, string type);
public:
static void Init();
static void Dispose();
static void Info(string s);
static void Warn(string s);... | [
"bmh10@imperial.ac.uk"
] | bmh10@imperial.ac.uk |
f1294e9ce692bbdb411601c3b023c66d24fb647e | a828eba975d6cbba32d7c2a3ea095ec349a758d0 | /service/type-analysis/GlobalTypeAnalyzer.cpp | 42b5cb6706184f5b378ce734222dc8ad2d1aaf04 | [
"MIT"
] | permissive | xensor24/redex | fb7daddd5022723b7928a03549ce32490675a00b | 3559aae333fe694d4de2a99c98d3a0a65d75a157 | refs/heads/master | 2022-10-01T08:33:30.445447 | 2020-06-06T06:46:10 | 2020-06-06T06:48:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,357 | cpp | /*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
#include "GlobalTypeAnalyzer.h"
#include "MethodOverrideGraph.h"
#include "Resolver.h"
#include "Walkers.h"
namespace mog = metho... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
d95f44f5ab63f40895851724da26338b27e71b3b | 5b46738402f4c4f3c46d0e67c0e6fdc08031d9fa | /Algorithms/2dbit.cpp | aef66422ed0dd16ab22a8c2382cf68781044c309 | [] | no_license | gafeol/competitive-programming | a57dcd6fbcc7eed9e4aa77815e7cb525c9ace30c | 1af50554afe4b869f341b16681618aef0e291534 | refs/heads/master | 2021-07-07T09:23:51.984327 | 2021-04-18T18:20:21 | 2021-04-18T18:20:21 | 67,904,346 | 5 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,858 | cpp | template<class T = int>
struct Bit2D {
public:
// Passar pro construtor todos os pontos que podem acontecer qry ou upd, TODOS
Bit2D(vector<pair<T, T>> pts) {
sort(pts.begin(), pts.end());
for(auto a : pts) {
if(ord.empty() || a.first != ord.back()) {
ord.push_back(a.first);
}
}
fw.resize(ord.size... | [
"gabfeol@gmail.com"
] | gabfeol@gmail.com |
2f424f2a6efc20d1d3d2f1a488afa104ad45f275 | 70fab0b00e2d0b0800f88e29cc42b41b8df09ee6 | /bbp/src/uwsr/FEM/DispBeamColumn3dWithSensitivity.cpp | 59880de2c901c88e7f1116313fcd66364a99223c | [
"Apache-2.0"
] | permissive | alborzgh/bbp | b51e57d93f2141407bcb0f1d092f3bed7b7fdf6a | bc0cce2378aa071a5537d25c1a738e58ef610561 | refs/heads/master | 2020-04-03T00:41:39.088013 | 2018-12-05T21:52:39 | 2018-12-05T21:52:39 | 154,905,925 | 0 | 1 | Apache-2.0 | 2018-10-26T23:46:45 | 2018-10-26T23:46:45 | null | UTF-8 | C++ | false | false | 42,815 | cpp | /* ****************************************************************** **
** OpenSees - Open System for Earthquake Engineering Simulation **
** Pacific Earthquake Engineering Research Center **
** **
** ... | [
"alborzgh@uw.edu"
] | alborzgh@uw.edu |
c711696f90f6823522d29a38fc1dc5725a93ef88 | 1ea4ac794c9c52582f182d609194566472dac792 | /src/plugins/opencv/nodes/colormap.cpp | 6dbc6fe4e01d61aa45f79b08d55ec22a71eed975 | [
"MIT"
] | permissive | Pinyupen/possumwood | 1b3a95b00c3fecca669645eeb8f63f71e9e57458 | 0ee3e0fe13ef27cf14795a79fb497e4d700bef63 | refs/heads/master | 2023-06-21T09:11:36.808752 | 2021-07-18T09:44:45 | 2021-07-18T09:44:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,783 | cpp | #include <actions/traits.h>
#include <possumwood_sdk/datatypes/enum.h>
#include <possumwood_sdk/node_implementation.h>
#include <opencv2/opencv.hpp>
#include "frame.h"
namespace {
dependency_graph::InAttr<possumwood::opencv::Frame> a_inFrame;
dependency_graph::InAttr<possumwood::Enum> a_type;
dependency_graph::OutA... | [
"martin.prazak@gmail.com"
] | martin.prazak@gmail.com |
3b6beb09a020f5d2a289c39538c3c319b014ab44 | 7fd33d1ba3fe7d3076f5850fe1fa01158e80be08 | /SDK/PUBG_ItemToolTipWidget_Bp_parameters.hpp | 46549504ed19a0b57c616a005a2dfcf0ff92db90 | [] | no_license | wzpyh/PUBG-SDK | df11b08c1242f724a523d6814238914137865355 | 980225fb22bd67a82b8e1563444afd6af5706abd | refs/heads/master | 2021-01-23T14:22:23.966345 | 2017-09-06T16:56:15 | 2017-09-06T16:56:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,064 | hpp | #pragma once
// PlayerUnknown's Battlegrounds (2.5.39.19) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
#include "../SDK.hpp"
namespace Classes
{
//---------------------------------------------------------------------------
//Parameters
//-----------------------------------------------------------------------... | [
"pubgsdk@gmail.com"
] | pubgsdk@gmail.com |
a28c6deacb5f58ec554c6eb61bdc04e859f5c553 | 1dea03a1c8077bc94462ed5a39f2f8995337d2a2 | /09 Synchronization Object/main.cpp | 7cb277f5154850a1a8c0cc344b80361a8609ce0e | [] | no_license | lazyartist/Cpp11-STL | b58a4b00016bec124be40f6bf17295c403f070eb | 53afaea7b108395dcd38b41f1376c3b7b9ab66a6 | refs/heads/master | 2023-08-26T20:07:35.610077 | 2019-05-28T17:59:03 | 2019-05-28T17:59:03 | 169,550,859 | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 521 | cpp | #include <iostream>
// 0902 deadlock.cpp 파일의 코드가 이 파일에 그대로 들어오기 때문에 0902 deadlock.cpp 파일의 코드가 중복 정의되게 된다.
// 따라서 선언만 있는 헤더파일을 작성하여 include하거나 여기서 개별 함수이름을 선언하고 사용한다.(나중에 링커가 연결시켜준다)
//#include "0902 deadlock.cpp"
using namespace std;
int synchronization_object();
int deadlock();
int main() {
synchronization_object... | [
"uuux3@yahoo.co.kr"
] | uuux3@yahoo.co.kr |
fd7bc8991264fc115176838ffe24a6d7d81e327c | 75a29841cd696c058d2c653381b0fa2c4551163b | /solutions/0/gramschmidt.cpp | 27f0e138b95772b8b1498a00ea26525ee4940b81 | [] | no_license | Shinmera/ETHZ-NumericalMethods | e62a5f3cb2c459936c5ec4c05008e488d51fa872 | 282124b21cc92063c77e30d2ba5ed19cb545dfde | refs/heads/master | 2021-01-18T21:15:35.985625 | 2016-04-06T11:40:21 | 2016-04-06T11:40:21 | 42,939,237 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,314 | cpp | #include <Eigen/Dense>
#include <iostream>
//! \brief Given a matrix A of linearly independent columns, returns Gram-Schmidt orthonormalization
//! Ustable GS algorithm. Output is prone to cancellation issues.
//! \param[in] A Matrix of linearly independent columns
//! \return Matrix with ONB of $span(a_1, \cdots, a_n... | [
"shinmera@tymoon.eu"
] | shinmera@tymoon.eu |
ed2d8710b74d5e3f4017e5087fdb3ed6448843f2 | 199db94b48351203af964bada27a40cb72c58e16 | /lang/heb/gen/Bible38.h | bf248454f2ae095f2344a2eaf77c36468ad82a85 | [] | no_license | mkoldaev/bible50cpp | 04bf114c1444662bb90c7e51bd19b32e260b4763 | 5fb1fb8bd2e2988cf27cfdc4905d2702b7c356c6 | refs/heads/master | 2023-04-05T01:46:32.728257 | 2021-04-01T22:36:06 | 2021-04-01T22:36:06 | 353,830,130 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 33,917 | h | #include <map>
#include <string>
class Bible38
{
struct heb1 { int val; const char *msg; };
struct heb2 { int val; const char *msg; };
struct heb3 { int val; const char *msg; };
struct heb4 { int val; const char *msg; };
struct heb5 { int val; const char *msg; };
struct heb6 { int val; const char *msg; };
struct... | [
"max@mkoldaev.ru"
] | max@mkoldaev.ru |
0b616706d04adf36aaa700d350158ff4d888d274 | d104426736d66e368f824a478066fc7f4ebdc2a5 | /include/caffe/layer.hpp | 72c884b1869519aa10ca4ad5dedd314e465957ba | [
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-generic-cla"
] | permissive | NEWPLAN/nvcaffe-0.17.3 | 115e1458a021f6448de7569a269118f75d8fb7f8 | 7b8e4fdef8216d8497f6d71df465e881e47e009b | refs/heads/master | 2022-11-17T06:26:33.215447 | 2020-01-10T02:47:45 | 2020-01-10T02:47:45 | 232,947,789 | 0 | 1 | NOASSERTION | 2022-11-15T21:13:52 | 2020-01-10T02:22:52 | C++ | UTF-8 | C++ | false | false | 21,310 | hpp | #ifndef CAFFE_LAYER_H_
#define CAFFE_LAYER_H_
#include <algorithm>
#include <mutex>
#include <string>
#include <vector>
#include "caffe/blob.hpp"
#include "caffe/common.hpp"
#include "caffe/layer_factory.hpp"
#include "caffe/proto/caffe.pb.h"
#include "caffe/util/device_alternate.hpp"
#if defined(USE_CUDNN)
#includ... | [
"enwplan001@163.com"
] | enwplan001@163.com |
54429253e2269ad1213d0f325512159189aeb984 | d1e4cf1bb916fb0850302da79acb6e5383405bc4 | /rpn.cpp | 1e0922ff5e4a2b9397cd484bbd3e3b1abc1c92fc | [] | no_license | YinLiu-91/data_structure_djh | 05f15b0a8935d240f33627666982840c6c05b9a1 | 5ceaec412b32e818267ddf8cbb5468c37df3fb97 | refs/heads/master | 2022-11-24T20:53:29.556833 | 2020-08-01T07:07:59 | 2020-08-01T07:07:59 | 275,840,699 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,414 | cpp | /*
* @Author: your name
* @Date: 2020-07-11 09:52:33
* @LastEditTime: 2020-07-11 10:44:02
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \code\rpn.cpp
*/
#include "priority_stack.h"
#include "Stack.h"
#include <cstdlib>
#include <cctype>
#include <cmath>
#include <cstdi... | [
"2274882591@qq.com"
] | 2274882591@qq.com |
258c006ed3f524690052423b383c6cc744d4d810 | 5c97207c98e81642602c2f39ed10af1ae25657a3 | /app (trunk)/uCaller/ThirdSource/UMP/VoIPSDK/OpenSource/UMP/ump/Network/socket_core.cc | 786bf9e66540a1f10d007307e67744522bddffa7 | [] | no_license | mgya/huying | 0907766b873168abe6240c2b6c995730bdb50a58 | 58503fb9e8b0ad8a0e45be540f01ee9b127561ae | refs/heads/master | 2021-01-21T04:37:38.734151 | 2016-07-19T02:14:06 | 2016-07-19T02:14:06 | 48,222,804 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,584 | cc | //
// socket_core.cxx
// UMPStack
//
// Created by thehuah on 14-3-7.
// Copyright (c) 2014年 Dev. All rights reserved.
//
#include "socket_core.h"
//#include <CoreFoundation/CFStream.h>
#include "event_pump.h"
PBOOL SocketError::PSocketHack::ConvertOSError(
int error,
PChannel::Errors&... | [
"wangxiongtao@HuYingdeMacBook-Pro.local"
] | wangxiongtao@HuYingdeMacBook-Pro.local |
e65a4abf605650a3a24e9dc9cc4c53ac0fbca6f9 | decbd4630f44b444484315dbee4a58336a997922 | /folly/experimental/pushmi/subject/subject.h | 83891ca4a59eb65270028c14739870aea86a05ae | [
"MIT",
"Apache-2.0"
] | permissive | beauby/folly | a6b39ed797864095e665ea068e1643c108115acb | 2f7890eca20981f1f013c59eb6c9516c7df90b45 | refs/heads/master | 2022-11-11T20:04:11.424610 | 2020-06-21T17:17:49 | 2020-06-21T17:19:18 | 274,021,549 | 1 | 0 | Apache-2.0 | 2020-06-22T02:26:50 | 2020-06-22T02:26:49 | null | UTF-8 | C++ | false | false | 3,901 | 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 applic... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
ab277bae06d94da9428eaa8038197baec291f7e9 | 5838cf8f133a62df151ed12a5f928a43c11772ed | /NT/com/netfx/src/clr/tools/holler/holler.cpp | f7dccc7577ce0d5c949a84610415966f6e994854 | [] | no_license | proaholic/Win2K3 | e5e17b2262f8a2e9590d3fd7a201da19771eb132 | 572f0250d5825e7b80920b6610c22c5b9baaa3aa | refs/heads/master | 2023-07-09T06:15:54.474432 | 2021-08-11T09:09:14 | 2021-08-11T09:09:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,555 | cpp | // ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
#include <windows.h>
#include <sql.h>
#include <sqlext.h>
#include <stdio.h>
#include <stdlib.h>
#include "maillib.h"
RETCODE DoWork(HSTMT hstmt, bool bSummary);
RETCODE PrintODBCErrors(HDBC hdbc, HSTMT hstmt);
int usage()
{
... | [
"blindtiger@foxmail.com"
] | blindtiger@foxmail.com |
ce79ff1177111234fe0954ad71b5caa91be04e38 | 2e0472397ec7145d50081d4890eb0af2323eb175 | /Code/src/OE/Graphics/TextureBlitter.cpp | 8505c8bf5c97829b303990632042a56852de2ec3 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | mlomb/OrbitEngine | 5c471a853ea555f0738427999dd9cef3a1c90a01 | 41f053626f05782e81c2e48f5c87b04972f9be2c | refs/heads/master | 2021-09-09T01:27:31.097901 | 2021-08-28T16:07:16 | 2021-08-28T16:07:16 | 99,012,019 | 26 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,779 | cpp | #include "OE/Graphics/TextureBlitter.hpp"
#include "OE/Misc/Log.hpp"
namespace OrbitEngine { namespace Graphics {
TextureBlitter::TextureBlitter()
: m_SpriteBatcher(nullptr)
{
}
TextureBlitter::~TextureBlitter()
{
m_PendingBlits.clear();
if (m_SpriteBatcher)
delete m_SpriteBatcher;
}
void TextureBl... | [
"mlombardo9@gmail.com"
] | mlombardo9@gmail.com |
c4856657dab37fb58ededcdd89beda4b1b1672f6 | 29a04ed03c890311b8b717c8b5407a726707a573 | /src/setdefaultcolors.cpp | fc255a99ff105befbc2f1da5f2a1a2c714caebab | [] | no_license | mugiseyebrows/mugi-query | a9b6fee57ad880f221bce35a79789a299549a0e3 | 6f2644d5a2120642e150269944dce7fcf5ee75c2 | refs/heads/master | 2023-08-10T07:45:57.427411 | 2022-01-21T16:29:31 | 2022-01-21T16:29:31 | 170,751,999 | 11 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,127 | cpp | #include "setdefaultcolors.h"
#include "modelappender.h"
#include <QAbstractItemModel>
#include "rowvaluegetter.h"
#include "rowvaluesetter.h"
#include "colorpalette.h"
void setDefaultColors(ModelAppender* appender, QAbstractItemModel* model,
const QList<int>& nonEmpty, const QList<in... | [
"mugisbrows@gmail.com"
] | mugisbrows@gmail.com |
f035f92cb11202cbd799819aef54bcf804759525 | 1eccd3de21efbc0de724fbe5096e7ba6a5d6baf9 | /node.cpp | f7fd5f65b627acc04cc8f7c789e8cb4aca77f209 | [] | no_license | selamyihun/TokenizerTBST | 89c7445142ac56b65c4e0803a5c347252cdb16ee | 996b73d85073499bf8b229762dac04c96409397c | refs/heads/master | 2016-09-05T18:47:18.186468 | 2014-09-16T02:36:21 | 2014-09-16T02:36:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,748 | cpp | /**
@file node.cpp
The implementation of a class of each node which is going to include nodeData
object to hold the token and frequency data, 2 pointers to Node: leftChildPtr
rightChildPtr, and the boolean for isLeftThread and isRightThread.
@author Selam Yihun <selamiye@uw.edu> ... | [
"selamyihun@gmail.com"
] | selamyihun@gmail.com |
89f38d6c3c62b5f7755e9c57788219b99bd65b8b | 59d53da429a3dba0c8946c893059fff55244dc41 | /BROSGAME.CPP | d65365e75374c725dd435f7518fcf57647d096fa | [] | no_license | nandahkrishna/brOS | 560573e5dd81c88144807797c771dafa2a04411d | 2aa56402dfa47069add72799931f9cc363071c78 | refs/heads/master | 2020-04-17T12:15:21.967538 | 2019-03-25T20:16:27 | 2019-03-25T20:16:27 | 166,572,828 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,380 | cpp | #include<stdio.h>
#include<conio.h>
#include<bios.h>
#include<fstream.h>
#include<graphics.h>
#include<math.h>
#include<ctype.h>
#include<string.h>
#include<stdlib.h>
#include<dos.h>
#define PI 3.141593
#define R 170
#define sc setcolor
#include<process.h>
#include"mousesrc.cpp"
#include"brosnloa.cpp"
#... | [
"nanda@Nandas-MacBook-Pro.local"
] | nanda@Nandas-MacBook-Pro.local |
e57ca55ebf635bfe2f8aa68f841926be995a36d9 | 5440f466e0e26b7bb5b4ef1ac62b9a272c2f4172 | /Jigokudassyutsu/Jigokudassyutsu/input.cpp | 0a9346076eef3ead3197399014bb2ede3313f888 | [
"MIT"
] | permissive | InnovaGameCreate/Jigokudassyutsu | 2e099b9afd04dbc96576abb6d22eef41315ea537 | b945366e9760e881376b25ae77b5ddb174272a56 | refs/heads/master | 2021-01-20T11:47:47.457308 | 2017-05-08T15:48:18 | 2017-05-08T15:48:18 | 62,927,917 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 2,095 | cpp | #include "input.h"
//無名名前空間
namespace {
unsigned int state_key[256];
static unsigned int mouse_left_key, mouse_right_key;
bool is_pushed_any_button;
//キーの状態の更新(ゲーム処理スレッドで更新されます)
int GetHitKeyStateAll_2() {
char GetHitKeyStateAll_Key[256];
GetHitKeyStateAll(GetHitKeyStateAll_Key);
for (int i = 0; i < 256; i... | [
"mhrbykm122@yahoo.co.jp"
] | mhrbykm122@yahoo.co.jp |
4c24e8bdecbb249cbda9a38def2d86a8e9c42534 | 80ac9a48db219c3f9d8dfae3825352417c71ed07 | /SkittlesSorter.ino | fc48bfc99307dd423d4af8baa8d8721ec4ea6188 | [] | no_license | jonasthiesen/color-sensor | 0986b9397ab413ff3c89381008cf1b5a4ca6728c | 8a72c8abac66717d6f41d508f5ddd0ff4f553e66 | refs/heads/master | 2020-04-06T04:03:54.023338 | 2017-02-24T16:46:03 | 2017-02-24T16:46:03 | 83,062,566 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,578 | ino | #define S0 4
#define S1 5
#define S2 6
#define S3 7
#define sensorOut 8
int frequency = 0;
int colorDifference(int values[3], int measurement[3]);
int indexOfLowestNumber(int values[6]);
char *closestColorMatch(int values[6][3], int measurement[3], char *colors[6]);
int colors[6][3] = {
{-900, -1200, -1800}, // r... | [
"jonas.k.thiesen@gmail.com"
] | jonas.k.thiesen@gmail.com |
42c48cfba5ab7eb820cfe60035d5f1ae29a3d81a | 61e4fa969cd7c5cfb2ae7cd3df076b94db4c611f | /Client/Controls/Tab/XTPTabView.cpp | 0c6b5032a212dc04968b76d4ae91b3e2fb9368b5 | [] | no_license | wonderkun/star_Rat_3.1 | 95135dd0bf6c3c9b1767367faa4092b75bf2555f | 3037ebcff27832914b396bc1459913fd3640f4b1 | refs/heads/master | 2023-04-20T08:31:56.841790 | 2021-05-08T10:14:09 | 2021-05-08T10:14:09 | 338,203,129 | 2 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,274 | cpp | // XTPTabView.cpp : implementation of the CXTPTabView class.
//
// This file is a part of the XTREME CONTROLS MFC class library.
// (c)1998-2011 Codejock Software, All Rights Reserved.
//
// THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE
// RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT TH... | [
"yicheng.wxm@alibaba-inc.com"
] | yicheng.wxm@alibaba-inc.com |
7d9f8d77041c86cad9f8fdbfe5ec9a2b7e8949d9 | 7850cecd7a1476ca48f082faa5acd30c08eef1b1 | /mcu/include/audiostream.h | 31feafb1331e62056cc0d2884d1733646232a309 | [] | no_license | InteractiviteVideoEtSystemes/mediaserver | abc68705cf0a4e228deff2107fd8ebc6990cd5f6 | b6c965d9a8d62957d8636b3f5fc65391460cd55e | refs/heads/master | 2023-07-06T01:53:45.862522 | 2023-03-28T06:41:05 | 2023-03-28T06:41:05 | 48,166,471 | 5 | 3 | null | 2022-06-10T13:00:55 | 2015-12-17T09:56:12 | C++ | UTF-8 | C++ | false | false | 2,080 | h | #ifndef _AUDIOSTREAM_H_
#define _AUDIOSTREAM_H_
#include <pthread.h>
#include <vector>
#include "config.h"
#include "codecs.h"
#include "rtpsession.h"
#include "audio.h"
#include "dtmfmessage.h"
#define MAX_DTMF_BUFFER 64
class AudioStream
{
public:
class Listener : public RTPSession::Listener
{
pu... | [
"tcarvello@mcudev3.ives.fr"
] | tcarvello@mcudev3.ives.fr |
4d00c29703e174029df8c41a2b9e90f91cbdc184 | 46bdced06890f17f795c165b207f2b8f8b9fef5d | /src/renderer/include/MaterialManager.h | 0fbe541e101fc14a5f55988657c3f96716183e45 | [] | no_license | zgpxgame/iEngine | 5a74faf5704f199166af538ffc8f1da6b353f0a0 | 25be7ca619dc750cc418e3faa7de88883d5cda6f | refs/heads/master | 2020-06-01T15:39:17.985636 | 2015-09-18T13:20:26 | 2015-09-18T13:20:26 | 4,594,111 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 6,966 | h | /*
-----------------------------------------------------------------------------
This source file is part of OGRE
(Object-oriented Graphics Rendering Engine)
For the latest info, see http://ogre.sourceforge.net/
Copyright (c)2000-2002 The OGRE Team
Also see acknowledgements in Readme.html
This program is free sof... | [
"zgpxgame@126.com"
] | zgpxgame@126.com |
29a8c0fa8e5605a4ea0f75ef07c371663131af8a | 9ac75739df21ee6fa1b245c1410041fd6ad287b4 | /SourceX/dvlnet/tcp_server.cpp | 47b44579a46e027792cc773052994e68afee81d8 | [
"Unlicense",
"LicenseRef-scancode-proprietary-license",
"LicenseRef-scancode-public-domain"
] | permissive | MrHuu/devilutionX-3ds | 9d0713539c9a5db2f7122351274f8a1bd2dddf31 | 6cb11387b587be0384699a6cb4f70e092cf61739 | refs/heads/3DS | 2022-04-29T01:52:16.648230 | 2021-02-19T19:00:37 | 2021-02-19T19:00:37 | 222,015,249 | 63 | 4 | Unlicense | 2019-11-27T23:05:21 | 2019-11-15T22:45:28 | C++ | UTF-8 | C++ | false | false | 5,252 | cpp | #include "dvlnet/tcp_server.h"
#include <functional>
#include <chrono>
#include "dvlnet/base.h"
namespace dvl {
namespace net {
tcp_server::tcp_server(asio::io_context &ioc, std::string bindaddr,
unsigned short port, std::string pw)
: ioc(ioc)
, pktfty(pw)
{
auto addr = asio::ip::address... | [
"anders@jenbo.dk"
] | anders@jenbo.dk |
975fc27ea022bc45d9a11de818df79877d5f3f17 | a8eeec456b51c57ed3c80f137a9877137e6478cd | /Pods/gRPC-Core/src/core/ext/xds/xds_http_filters.cc | 8cbea9a0976a455e401f7683f61d5ee82db79560 | [
"Apache-2.0"
] | permissive | TrangHuyenn/BookCoworking | 8665ca3f0b00c4a91b1e612a73d8d5421d92b1f5 | 4ea6fed315d37d59daa9cb9a5f78813d4984a670 | refs/heads/master | 2023-08-29T00:37:24.865558 | 2021-10-08T06:23:21 | 2021-10-08T06:23:21 | 405,018,229 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,231 | cc | //
// Copyright 2021 gRPC authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed t... | [
"trangzazi@gmail.com"
] | trangzazi@gmail.com |
03d0e3d719de6ee6d4245f9064662ed1c31090cc | 07d8596560ea476d6c01ea528f4bf1541a5d7d4b | /SerializeAndDeserializeBTNoDuplicates.cpp | 8b96462306353c3a5fdb82b09cd560e4c1a41ffd | [] | no_license | VibhorKanojia/LeetCode | af58b3ef73a58282f743f3909b8ae5e7f22758d2 | b1a027509222dc5ddd760552c49ef9bec705c6f0 | refs/heads/master | 2018-12-19T10:54:36.467985 | 2018-11-04T22:21:35 | 2018-11-04T22:21:35 | 117,844,583 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,719 | cpp | /**
* Definition for a binary tree node.
* struct TreeNode {
* int val;
* TreeNode *left;
* TreeNode *right;
* TreeNode(int x) : val(x), left(NULL), right(NULL) {}
* };
*/
class Codec {
private:
void preorder(TreeNode * root, string & res){
if (root == NULL) return;
res = res... | [
"versatilevibhor@gmail.com"
] | versatilevibhor@gmail.com |
5bc6a573b863b51bca94a6f3b75c30e3c56f9f83 | 676d2a1a2a8b748f216af8ef490ee173e9c099c9 | /w4/day2/map/7.cpp | c3418b3c98c30a05eb75a54b5c7a23d67cb4dae2 | [] | no_license | Beisenbek/Summer2021PP1 | d7fa072b6a10dd433a14bc0d2d70f3cf89a20c3e | 859edae871321e333c0a7242ed8a2f52446bdd88 | refs/heads/master | 2023-06-18T17:56:06.496561 | 2021-07-20T14:21:43 | 2021-07-20T14:21:43 | 379,268,071 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 722 | cpp | #include <iostream>
#include <map>
#include <vector>
using namespace std;
int main(){
int n, m, exam_points;
cin >> n >> m;
string str;
map<string, vector<int> > students;
for(int i = 0; i < n; ++i){
cin >> str;
vector<int> v;
for(int j = 0; j < m; ++j){
cin... | [
"bbaisakov@dar.kz"
] | bbaisakov@dar.kz |
0fbfac4fbf0fd3307ae6f916c538362d68d529c5 | 5aa4a60922dec5cd7083fd8ca1406b4eb9da040e | /src/qt/guiutil.cpp | 0f7832dd100ae492ca7271f83826a1a4e558b2e2 | [
"MIT"
] | permissive | rosecoin/rose2 | 2e5c371a98eb17025158d1e2a927cbbe9487ca6f | 37fd075704ecf04bd5657b3bc75a88ee3d6b81ce | refs/heads/master | 2021-01-19T12:33:08.483243 | 2014-03-29T14:09:01 | 2014-03-29T14:09:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,484 | cpp | #include "guiutil.h"
#include "bitcoinaddressvalidator.h"
#include "walletmodel.h"
#include "bitcoinunits.h"
#include "util.h"
#include "init.h"
#include "base58.h"
#include <QString>
#include <QDateTime>
#include <QDoubleValidator>
#include <QFont>
#include <QLineEdit>
#include <QUrl>
#include <QTextDocument> // For ... | [
"weloverosecoin@gmail.com"
] | weloverosecoin@gmail.com |
9aa755c8d91dd0cbe8d3d0f0f58612162e000e09 | 7bc6857386d60dae9f22d5f9ffe73dea43847e03 | /src/leveldb/db/write_batch_internal.h | 7a402d0d5a1693c0dd75955ac1e1062af4e1c4aa | [
"BSD-3-Clause",
"MIT"
] | permissive | astmonero/astmonero | 18e5b41bfd1d58c2c95b818d59e58cf8b7096934 | c08d9cdb59e392dd8b4cb1db3cb6735c2aeccdf6 | refs/heads/master | 2021-05-12T09:57:51.793608 | 2018-01-13T12:20:39 | 2018-01-13T12:20:39 | 117,340,665 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,511 | h | // Copyright (c) 2011 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
#ifndef STORAGE_LEVELDB_DB_WRITE_BASTMH_INTERNAL_H_
#define STORAGE_LEVELDB_DB_WRITE_BASTMH_INTERNAL_H_... | [
"astmonero2018@gmail.com"
] | astmonero2018@gmail.com |
75f8450e9ba4a5ff6f95f215c34c306ed2c0fca1 | 5cb23dd4fa75224ae2c5cb63bf96e8271a17d76d | /cpp/testVector.hpp | 9c7d8cb9c9e5171f8e4710e2ccc8eae2ade0e1a4 | [] | no_license | kiorisyshen/testCode | 9589637f3995549b72f4be1c7c50e30d29da1f95 | 881f40ab8f5b6fdf6d8c9e279eb7cd50d1fa6f90 | refs/heads/master | 2020-09-01T06:16:32.004151 | 2020-06-01T14:24:27 | 2020-06-01T14:24:27 | 218,897,056 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 400 | hpp | #include <iostream>
#include <vector>
class ctest {
public:
std::vector<int> m_list;
void func(std::vector<int> &out) { out = m_list; }
};
void RUN_test() {
ctest ct;
ct.m_list.push_back(5);
std::vector<int> outList;
ct.func(outList);
for (auto v : outList) {
std::cout << v << std::endl;
}
ct.m... | [
"sijie.shen@dji.com"
] | sijie.shen@dji.com |
3e9581df9e895b5cc1f73f7037725b9b68322731 | cc10f1649dd666999ff800d45c9dd46c189425da | /USACO/barn1.cpp | 3fe1d97e949e067e6316e92e4d65e4ca3d294125 | [] | no_license | r4huln/IOI | 9b83757281a8ed98bd79932df46ac3d0d72db0c7 | fd0101ba2143f4ce7f6678e8db58807ba7e73d37 | refs/heads/master | 2021-01-12T14:44:08.974675 | 2016-10-28T11:27:36 | 2016-10-28T11:27:36 | 72,073,510 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,178 | cpp | /*
ID: r4huln1
PROG: barn1
LANG: C++14
*/
#include <iostream>
#include <algorithm>
#include <fstream>
using namespace std;
int main(){
ofstream fout ("barn1.out");
ifstream fin ("barn1.in");
int M, S, C;
//cin >> M >> S >> C;
fin >> M >> S >> C;
int a[C];
for(int i = 0; i < C; i++){
//cin >> a[i];
fin >... | [
"Rahul@Narayanans-MacBook-Air.local"
] | Rahul@Narayanans-MacBook-Air.local |
5b7735e4ffa867808fa0ea09b15ea182f2826d6f | 5c5dea63d9fee2020056dd77a476ffd512873ca2 | /SurroundedRegions/SurroundedRegions/Surround.h | 3dcb2f06dbf59ee5a981bec461caefafc816e134 | [] | no_license | EternalFire/leetcode | 4aeb0bb9ccf7d4a8c89dc61152453bb6f23fa17f | adaca94e8aece1226077d38e8614e7ca48fbab47 | refs/heads/master | 2021-06-24T15:59:52.191890 | 2016-12-16T13:01:35 | 2016-12-16T13:01:35 | 39,058,084 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,779 | h | //
// Surround.h
// SurroundedRegions
//
// Created by Fire on 15/7/21.
// Copyright (c) 2015年 Fire. All rights reserved.
//
#ifndef SurroundedRegions_Surround_h
#define SurroundedRegions_Surround_h
#include <iostream>
#include <string>
#include <vector>
#include <queue>
using namespace std;
class Solution {
pr... | [
"403526076@qq.com"
] | 403526076@qq.com |
ab713446012f85a8b5da764188e1544466b7bd9e | 82e6cbbb35ee1f27c52474209a4e1ef5114e6d5e | /src/dist/conf/fxtemplates/basic/diftex.h | 6843936058de9ead92cbf605449b0f64033eb6d8 | [] | no_license | samynk/Connect | 3458f2e0dd03f7eb331dbb97aa17e66e47eded19 | 12c150e61d5487321774965db14403e9fe023941 | refs/heads/master | 2021-09-06T22:18:56.266497 | 2018-02-12T10:58:04 | 2018-02-12T10:58:04 | 116,146,437 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,420 | h | // Game File
// C++ Source - DAEGame1.h - version v2_14 sept 2014
// Copyright DAE Programming Team
// http://www.digitalartsandentertainment.be/
//-----------------------------------------------------------------
//-----------------------------------------------------------------
// Student data
// Name:
// Group:
//-... | [
"samyn.koen@gmail.com"
] | samyn.koen@gmail.com |
22512d66390f05357475affc0763cd50349b80a1 | c67b19ccad5cb4713fa817d06c74a7d8643ee8f2 | /Uri-Online-Judge/Cpp/1522.cpp | ae26f76e6ea489f0c009b4cbb2e644586f4fa0e7 | [] | no_license | JoaoDanielRufino/Online-Judges | afadc08ad52dd4234e90f4c4eefae82c67f0a142 | 44fc4d71fe9db3d624d136b276735c34cf937f84 | refs/heads/master | 2023-07-20T00:04:09.323058 | 2023-07-05T01:03:50 | 2023-07-05T01:03:50 | 177,240,251 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,269 | cpp | #include <iostream>
#include <string.h>
using namespace std;
int mat[101][3], n;
int dp[101][101][101];
bool solve(int i, int j, int k) {
if(i == n && j == n && k == n)
return true;
if(i > n || j > n || k > n)
return false;
if(dp[i][j][k] != -1)
return dp[i][j][k];
if(!(mat[i][0] % 3)) {
i... | [
"joaodaniel0405@gmail.com"
] | joaodaniel0405@gmail.com |
4cb5e3d87bc16f2f00fb3baaf831a61ff4963bff | db9c1bfff07deec61f9c047ea9d8a82a465e24c4 | /01-qtcreator-book/04-Proficient-in-QT4-V2/src/chapter15/widgetmapper/main.cpp | 70b2ddf4680d25877a83f14f887215a19be4efc1 | [] | no_license | WeiMuYang/qtcreator-study-202104 | 88666718353c1a0edc77e44463f394ae88a4e29b | 7404c2ab8757e83392a9c99808d1f05688a8f6fc | refs/heads/master | 2023-01-20T18:00:45.861301 | 2020-11-30T15:09:05 | 2020-11-30T15:09:05 | 278,090,213 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 250 | cpp | #include <QApplication>
#include "mapwidget.h"
int main(int argc, char **argv)
{
QApplication app(argc, argv);
QTextCodec::setCodecForTr(QTextCodec::codecForLocale());
MapWidget mapWidget;
mapWidget.show();
return app.exec();
}
| [
"863255386@qq.com"
] | 863255386@qq.com |
2545f657baba9a9b7354790040727df8a893f8e3 | c71d90621bdc192f35b787b1bcd4f0d431fbf170 | /hw/1/81170/edges-graph.h | 5a792d96b7216695918861f4880e00194b1e7ed8 | [
"MIT"
] | permissive | rgeorgiev583/dsp-practicum-2015-16 | 4891073bede2cd3b14a6f392ed5072faba57bd20 | 1a582cf5ecd0b9da963aed02e29b9cb7026b70d9 | refs/heads/master | 2021-01-10T05:10:52.318518 | 2016-02-22T23:11:43 | 2016-02-22T23:11:43 | 44,175,218 | 2 | 14 | null | 2016-02-22T11:46:12 | 2015-10-13T12:38:16 | C++ | UTF-8 | C++ | false | false | 769 | h | //
// Created by Dimitar Uzunov on 12/25/15.
//
#ifndef EDGES_GRAPH_H
#define EDGES_GRAPH_H
#include <vector>
#include <utility>
#include <iostream>
#include "lists-graph.h"
#include "matrix-graph.h"
using std::vector;
using std::pair;
using std::ostream;
class ListsGraph;
class MatrixGraph;
class EdgesGraph {
v... | [
"dimitar.uzunov.dev@gmail.com"
] | dimitar.uzunov.dev@gmail.com |
9be13c7498ba4ba03003748e6bab46442b9fd26b | cc7e59bdbfd17831b54ec91efc978b8a4c44b291 | /Plugins/OverworldBase/Source/OverworldBase/Private/OverworldStaticEvents.cpp | c3b580fefef9c83ffa9756eb32b0e0efd7ac9d04 | [] | no_license | AleksanderNiedoba/QuanProject | 32152885ad300ff5589231d1e170cbab8c929986 | 9cd2c7cbe07d0c8e022a491c6ac8370520b09e20 | refs/heads/main | 2023-04-18T13:44:03.154478 | 2021-04-20T17:03:42 | 2021-04-20T17:03:42 | 335,049,185 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 182 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "OverworldStaticEvents.h"
FInteractContextChanged UOverworldStaticEvents::OnContextChanged; | [
"aleksander.niedoba@gmail.com"
] | aleksander.niedoba@gmail.com |
77e98396a5ed0478b083c4a8b4bf787cad450cba | ce1e8b29ffd9d97ffc5c693fe3bd4ee358b5e1d5 | /src/ExtFilterModifySurface/FastEffectiveDPFilter.hpp | 459de7c43dec007a241db12252c8d1f228f61a75 | [
"MIT"
] | permissive | voxie-viewer/voxie | d76fe7d3990b14dea34e654378d82ddeb48f6445 | 2b4f23116ab1c2fd44b134c4265a59987049dcdb | refs/heads/master | 2023-04-14T13:30:18.668070 | 2023-04-04T10:58:24 | 2023-04-04T10:58:24 | 60,341,017 | 6 | 1 | MIT | 2022-11-29T06:52:16 | 2016-06-03T10:50:54 | C++ | UTF-8 | C++ | false | false | 2,279 | hpp | /*
* Copyright (c) 2014-2022 The Voxie Authors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, mer... | [
"steffen.kiess@cis.iti.uni-stuttgart.de"
] | steffen.kiess@cis.iti.uni-stuttgart.de |
12b760b49bfe7f97309ffb800379759a6f400ff4 | 293279d940b97ad5a2b98f27d2fe8368f7a7f50c | /gammaee/acceptance/src_Jun13_03_MC/CleoDB/Instantiate/T_doubleField.cc | 35419d3c34bc19d0446404e5fc754879006f7ae9 | [] | no_license | jpivarski-talks/1999-2006_gradschool-1 | 51a59a9d262a34d4d613d84bd6a78a0e2675db06 | 11abf09e8dc3b901627e9a7349d9c98bea250647 | refs/heads/master | 2022-11-19T12:16:19.477335 | 2020-07-25T01:18:29 | 2020-07-25T01:18:29 | 282,235,487 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,596 | cc | // -*- C++ -*-
//
// Package: CleoDB
// Module: T_doubleField
//
// Description: Instantiate Classes for float
//
// Implimentation:
// <Notes on implimentation>
//
// Author: Chris D. Jones
// Created: Tue Aug 19 18:44:46 EDT 1997
// $Id: T_doubleField.cc,v 1.10 1998/09/29 19:00:19 cdj Exp $
//
... | [
"jpivarski@gmail.com"
] | jpivarski@gmail.com |
2ac93f8d1694ed16460ae3f1bdac370e2e845c15 | 3fdd4e857e011842f0046402e74837c857e9ecc6 | /Numerical_projects/temporary_CXX_Template_for_milestone2/Utils.h | ea5ebe0481c7bbecee0fc1a83738a158eebfac0a | [] | no_license | Lilleborg/AST5220-Cosmology2 | d9c09a5d0154f53345494744ccfeba89451f0eff | c450f4f8ef96f85777b3ce56774f720abdda293f | refs/heads/master | 2020-12-18T09:23:20.063276 | 2020-06-09T16:49:26 | 2020-06-09T16:49:26 | 235,327,186 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,613 | h | #ifndef _UTILS_HEADER
#define _UTILS_HEADER
#include <vector>
#include <cmath>
#include <iostream>
#include <algorithm>
#include <chrono>
#include <map>
#include <gsl/gsl_sf_bessel.h>
#ifdef _COMPLEX_BESSEL
#include <complex_bessel.h>
#endif
#include "Spline.h"
#include "ODESolver.h"
// The constants used in this code... | [
"borg.jakob@gmail.com"
] | borg.jakob@gmail.com |
8eb1a9f352b6cecc167c0c3bdbdaa52da46f27b3 | 60d760edb06821c9d609561a1a961be6a3ae0755 | /runtime/MenuActions.cpp | 1adc34bc8c9f721b555d055a5738217d68952629 | [
"PostgreSQL"
] | permissive | SeJay/pgadmin4 | 55a4c567bc83774c3223b8404a7ee13d88c880e7 | 3acc94eb8b7d6b0e19cadb3c55c695e4a20936de | refs/heads/master | 2020-03-31T20:43:48.591245 | 2019-10-29T14:44:29 | 2019-10-29T14:44:29 | 152,552,884 | 0 | 0 | NOASSERTION | 2018-10-11T07:54:03 | 2018-10-11T07:54:03 | null | UTF-8 | C++ | false | false | 4,212 | cpp | //////////////////////////////////////////////////////////////////////////
//
// pgAdmin 4 - PostgreSQL Tools
//
// Copyright (C) 2013 - 2018, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// MenuActions.cpp - Common file for menu actions.
//
/////////////////////////////////... | [
"dpage@pgadmin.org"
] | dpage@pgadmin.org |
88615ce69539636a8f9014d3306320cfda514fba | 7443c27bd58d96aee6a23aeb2db97a1e8e1e477c | /src/11_build_lib/static_lib_link.cc | 8b62bc228b7cd1395b0b4b7b8df9cec9424d8b19 | [] | no_license | ryoherisson/cpp-book | 31114cca7326db87d6230667d92c0eb8afef28a2 | 1bdc63ed9e8855b04a5ba87bacd41c46285f6438 | refs/heads/main | 2023-03-03T22:15:24.369380 | 2021-02-18T14:51:51 | 2021-02-18T14:51:51 | 338,714,760 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 577 | cc | // 複数のオブジェクトファイルを1つのファイルにまとめ、 リンク時にオブジェクトファイルの代わりとして使用することができます。
// 複数のオブジェクトファイルをまとめたファイルを静的ライブラリといい、 そのファイルをリンクすることを静的リンクといいます。
// 静的ライブラリ libhoge.a を作成
// $ ar rc libhoge.a add.o sub.o
// 作成したアーカイブを確認
// $ ar t libhoge.a
// libhoge.aを静的リンク
// $ g++ -std=c++11 main.o libhoge.a | [
"ryhizw@gmail.com"
] | ryhizw@gmail.com |
0454346268f880205a14805e8d6610a808311dfb | 8197bfadfb3e03f899e2852e198588b5d89c50f5 | /media.cpp | af7a992685633880dc569336691f7640f34ed9dc | [] | no_license | RamenCat/Classes | 6406adffb9645ef27761e758b470ba1c96446308 | 1d3d48bf4247e8b2a01ebbb2b6256bc7b7460a1a | refs/heads/master | 2021-05-07T02:41:43.661796 | 2017-11-14T19:58:47 | 2017-11-14T19:58:47 | 110,494,824 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 133 | cpp | #include <iostream>
#include "media.h"
using namespace std;
media::media(){
type = 0;
}
int media::gettype(){
return type;
}
| [
"325616@SHS-10DCE0A2A.beaverton.k12.or.us"
] | 325616@SHS-10DCE0A2A.beaverton.k12.or.us |
ac0bcc640c5f6321d390a7c2900fbef9befe98c1 | e1b4f7d9e023636364765dc0e6515888b94b0a93 | /src/UI/Button.h | b9c2869ab1eb0e003340d5f320e8bf30267fd8df | [] | no_license | coolvision/simple_cad | 79b08432e81d38c46121bd27f6f35db8465b9ea6 | e3e22d8d729d6f08a1e0f0d3aa4bde8071140cd9 | refs/heads/master | 2020-05-26T22:51:43.849291 | 2015-02-04T07:33:09 | 2015-02-04T07:33:09 | 24,541,524 | 2 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,569 | h | /*
* Button.h
*
* Created on: Nov 6, 2013
* Author: sk
*/
#pragma once
#include "ofMain.h"
#include "ofxMSAInteractiveObject.h"
#include "ofxFontStash.h"
class Button;
class ButtonClickEventData {
public:
ButtonClickEventData(Button *b): button_p(b) {};
Button *button_p;
};
class Button: public ... | [
"sk2009@gmail.com"
] | sk2009@gmail.com |
6e3ac6e9084fa2b183926075b9eea72954c3b33c | 252df3d113a040d9aa0f876db2252cbf8eee4732 | /NichoBros/Nicholas.cpp | 5cb95804539a8399da3e6cc5239eca8687ba55fb | [] | no_license | elsantodel90/nichobros | 939db2894b7e2ab2654ce56fb7f303057d996856 | 96ccc3f9419e377b276a21b8865828568d33f8e1 | refs/heads/master | 2021-03-12T19:16:27.769005 | 2014-11-12T19:12:51 | 2014-11-12T19:12:51 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 30,234 | cpp | // Este archivo define las funciones más complejas, y por lo tanto
// el comportamiento general, de la clase Nicholas.
// Incluimos librerías necesarias...
#include <iostream>
#include <cmath>
#include "RutinasSDL/rutinasSDL.h"
#include "Teleport.h"
#include "Nicholas.h"
// Maneja al personaje.
Nichola... | [
"elsantodel90@gmail.com"
] | elsantodel90@gmail.com |
69c1079694b8768d8596deb2119facc3ef27a48d | 87ecd0464b30b0082b088db63e77d9936d914a95 | /Arduino_Code/MAC_address_programmer/MAC_address_programmer.ino | 7f8ce56928b7ce13a1131792441e7b1794204089 | [] | no_license | TomerLeeShapira/Power_Cycle_Controller | d00e054d6aefc13d33fbef8c8a723b52f0b94287 | ad70a28aa5415b64c6ed06c07301f8b506c69a6a | refs/heads/main | 2023-08-01T13:19:40.037482 | 2021-03-23T22:20:24 | 2021-03-23T22:20:24 | 350,863,609 | 0 | 1 | null | 2021-10-05T00:26:08 | 2021-03-23T21:34:01 | Python | UTF-8 | C++ | false | false | 492 | ino | // python-build-start
// upload
// arduino:megaavr:uno2018
// COM4
// python-build-end
// The above snippet is used to configure the custom programmer script
#include <EEPROM.h>
//#include <avr/eeprom.h>
#include "MAC_address.h"
void setup()
{
Serial.begin(9600);
Serial.print("Storing MAC: ");
for (int i = 0;... | [
"tomer.lee.shapira@gmail.com"
] | tomer.lee.shapira@gmail.com |
3a0fb958127242b98b8757e24aecbb1e19ce7dd1 | 3e054e81e1b0a5f1c907db4b86c6de244ebde2d4 | /SolveAndRun/SolveAndRun/main.cpp | ccaaeb26109b14525be82628adb03abb88bca944 | [] | no_license | BasicAlgorithm/SolveAndRun | 5dfca2f27d54958d6479e9292e634335a4a14d81 | 7ae6cc24e3757fd5511083d7cb2c595dd828f7bd | refs/heads/master | 2020-04-05T02:56:49.851170 | 2018-11-07T12:38:46 | 2018-11-07T12:38:46 | 156,476,319 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 418 | cpp | #include <SFML/Graphics.hpp>
//probando
int main()
{
sf::RenderWindow window(sf::VideoMode(200, 200), "SFML works!");
sf::CircleShape shape(100.f);
shape.setFillColor(sf::Color::Green);
while (window.isOpen())
{
sf::Event event;
while (window.pollEvent(event))
{
if (event.type == sf::Event::Closed)
... | [
"nietorosasmiguel@gmail.com"
] | nietorosasmiguel@gmail.com |
8e759ae02d5432e019cdb5c370faf9bf32a08ce7 | 372ac029974b6dcc11786a23456c72a4447611e6 | /amcl/include/amcl/sensor.h | 516fd10437ffe1df90e2a96b487490550f9aa750 | [] | no_license | Forrest-Z/localize | dc35c5e8f07ba1418e0a17cd725999ddf8d31289 | 5d9481233eea84e0e402ebdb196b04ffa0b7171e | refs/heads/master | 2023-05-08T17:49:55.291960 | 2021-06-01T22:14:40 | 2021-06-01T22:14:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,883 | h | #ifndef SENSOR_H
#define SENSOR_H
#include "amcl/distribution.h"
#include "amcl/common.h"
#include "range_libc/RangeLib.h"
namespace localize
{
typedef std::vector<std::vector<double>> WeightTable;
// Beam-based probabilistic model for a range sensor
//
// The model is comprised of four superimposed probabi... | [
"droemer7@gmail.com"
] | droemer7@gmail.com |
f8d9b7c5c8339c1279c35db860efaca595532e94 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE190_Integer_Overflow/s04/CWE190_Integer_Overflow__short_rand_add_83.h | ebd335e62f5f42dceba89b48029040450be07762 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C++ | false | false | 1,524 | h | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE190_Integer_Overflow__short_rand_add_83.h
Label Definition File: CWE190_Integer_Overflow.label.xml
Template File: sources-sinks-83.tmpl.h
*/
/*
* @description
* CWE: 190 Integer Overflow
* BadSource: rand Set data to result of rand()
* GoodSource: Set data t... | [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
e67bd4bbf38bbcb0476350793d5d46797bf5bbc0 | 311bbed634bea96cd7852298a13201b1d1ca99dc | /Layer/NeuralNetwork/GaussianNoise/GaussianNoise_LayerData_CPU.cpp | c7cb08a5e8cad779fd275bad04a89be167ee9bde | [] | no_license | soragami-asuka/CustomDeepNNMaker | d544e9d1caae9de792acd7b469436090e978b79a | 21a32308654b57fcbe53338d02e8b2c237d170e8 | refs/heads/master | 2020-04-05T11:00:34.567306 | 2018-10-12T05:05:30 | 2018-10-12T05:05:30 | 81,462,779 | 2 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 2,960 | cpp | //======================================
// プーリングレイヤーのデータ
// CPU制御
//======================================
#include"stdafx.h"
#include"GaussianNoise_LayerData_CPU.h"
#include"GaussianNoise_FUNC.hpp"
#include"GaussianNoise_CPU.h"
#include"../_LayerBase/CLayerBase_CPU.h"
using namespace Gravisbell;
namespace Gravisb... | [
"soragami.asuka@gmail.com"
] | soragami.asuka@gmail.com |
dcb0cc05bfc48161874f6494d2606af0f5fadac3 | f3d93e901de520dab389f19df732fd47448c145e | /test/ut_masked_two_bytes_value.cpp | f4e745e254001456d88e85f723cc908a3ab1fc1a | [
"MIT"
] | permissive | sergeyrachev/sandstream | 92d72a824f8af770029985b194a138d64617f3d2 | bad2c90f075f1abdc027dec9f47875239ce99bf3 | refs/heads/master | 2020-05-25T05:26:59.694144 | 2019-06-07T19:45:01 | 2019-06-07T19:45:01 | 187,649,426 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 645 | cpp | #include "gtest/gtest.h"
#include "masked_two_bytes_value.h"
#include <array>
using collection_t = std::array<uint8_t, 2>;
using challenge::masked_two_bytes_value_t;
TEST(masked_two_bytes_value, non_masked){
collection_t collection{0xab, 0xcd};
auto result = masked_two_bytes_value_t(collection.data()).value... | [
"sergey.rachev@gmail.com"
] | sergey.rachev@gmail.com |
bc685326315660b9108c56c6e78c2e8c0baf6db1 | d48a833da418be56e9878379705332881e2abd02 | /crap/LIS.cpp | e6cc9495742adc9cfca27cf78404c4062d9a04e7 | [] | no_license | convict-git/sport_coding | 21a5fc9e0348e44eafaefe822cb749dfa4f7e53b | ae288a9930fac74ceb63dc8cc7250c854e364056 | refs/heads/master | 2021-07-05T21:35:14.348029 | 2021-01-01T17:53:34 | 2021-01-01T17:53:34 | 215,317,175 | 7 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,835 | cpp | #include <bits/stdc++.h>
using namespace std;
#pragma GCC optimize ("Ofast")
#pragma GCC optimize ("unroll-loops")
#pragma GCC target("sse,sse2,sse3,ssse3,sse4,popcnt,abm,mmx,avx,tune=native")
#define IOS ios_base::sync_with_stdio(false); cin.tie (nullptr)
#define PREC cout.precision (1... | [
"official.mr.convict@gmail.com"
] | official.mr.convict@gmail.com |
a814fd074a74434d995a210270fb549cebd13dfe | 077a0d05bab7fd823a9398f96c1837ea5b6bca3e | /squad7++/testing/EdelweissTester.cpp | e5febaa04914748155cf4c2301c315799dbac8b4 | [] | no_license | denkovarik/Battle-Tanks | 21a3599787342d466bc1a0301eed87f969e84957 | 763a10326046946e1e1f8480fb22ee4c4427dc51 | refs/heads/master | 2022-12-12T03:11:52.640053 | 2020-09-08T12:08:42 | 2020-09-08T12:08:42 | 286,922,535 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,507 | cpp | #include "EdelweissTester.h"
using namespace std;
Tester::Tester() {}
Tester::~Tester() {}
bool Tester::testDanger()
{
Edelweiss testTank;
testTank.myMap.resize(10);
for(int i = 0; i < 10; i++)
{
testTank.myMap[i].resize(10);
}
testTank.myMap[1][1] = 1000;
return testTank.danger();
}... | [
"dennis.kovarik@mines.sdsmt.edu"
] | dennis.kovarik@mines.sdsmt.edu |
17c9da4a5d7d431409fd6f3bfd399a008a0cee3d | d2d6aae454fd2042c39127e65fce4362aba67d97 | /build/iOS/Release/include/Fuse.Input.CustomPointerEventArgs.h | 24dbec441af59fb178f916c7934a9cf3860ce477 | [] | no_license | Medbeji/Eventy | de88386ff9826b411b243d7719b22ff5493f18f5 | 521261bca5b00ba879e14a2992e6980b225c50d4 | refs/heads/master | 2021-01-23T00:34:16.273411 | 2017-09-24T21:16:34 | 2017-09-24T21:16:34 | 92,812,809 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 891 | h | // This file was generated based on '../../AppData/Local/Fusetools/Packages/FuseCore/0.46.1/input/$.uno'.
// WARNING: Changes might be lost if you edit this file directly.
#pragma once
#include <Fuse.Input.PointerEventArgs.h>
#include <Fuse.Scripting.IScriptEvent.h>
namespace g{namespace Fuse{namespace Input{struct Cu... | [
"medbeji@MacBook-Pro-de-MedBeji.local"
] | medbeji@MacBook-Pro-de-MedBeji.local |
75861bb98ac8b000f17b20d758af0d73698ac940 | 34308827c8cb46e3c7800abc5c09824fd241c656 | /TeamLeader no 3.cpp | c98817cc2bba65088ce235766de7d444bc10ad53 | [] | no_license | kevinkurniasantosa/PC-chap-15 | 33c7f14685750a5bc6b80ac160d210b70b287349 | 82cce792193adfc9e87fe4a3928d7c3cad7982d8 | refs/heads/master | 2021-06-07T23:00:36.907688 | 2016-10-31T18:03:20 | 2016-10-31T18:03:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,524 | cpp | #include <iostream>
using namespace std;
class ProductionWorker {
private :
int shift;
double payRate;
public :
ProductionWorker(int shift, double payRate){
this->shift = shift;
this->payRate = payRate;
}
void setShift(int shift){
this -> shift = shift;
}
void setPayRate(int payRate){
this... | [
"Kevin Kurnia"
] | Kevin Kurnia |
2df4cc971de279b3c5c1c81c034e787f9244fd41 | 3f36863b848c5495308a178617dd0325456c4a31 | /DataStructure/OOPC++/Chapter2/practice2.cpp | 63dd98e59fd55a73d19b19acee862b90b725638c | [] | no_license | ileadall42/Algorithm | ebe33bb600e2cfc0b32edafaf3a8a729b606bef1 | 8972e3c9512af6aa78bee3658896e7e28b1dff38 | refs/heads/master | 2020-03-28T09:18:22.712378 | 2018-10-03T06:50:51 | 2018-10-03T06:50:51 | 148,027,895 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,834 | cpp | #include <iostream>
#include <string>
using namespace std;
class Time
{
private:
int age;
string name;
int hour = -1, sec = -1, min = -1;
public:
int check_hour(int hour)
{
if (hour <= 24 and hour >= 0)
{
return 1;
}
cout << "Please enter the co... | [
"595248227@qq.com"
] | 595248227@qq.com |
92e5af8a5f21368d7c331d7c3c5cc44529100ef9 | 3aca8dd42781ef7904fed28a3c3296cddf118f22 | /Qbert/QbertMenuComponent.cpp | 469d639191a298a3c6b3553d1c495e08ff7718ee | [] | no_license | BoDeKeersmaeker/Engine | e52b30324fca4047ad55a93089f56c3f36e83e03 | 6acf7dff7dc18fabbbc1e4de799c90359dad0d1c | refs/heads/master | 2023-05-26T13:26:40.699743 | 2021-06-07T04:20:51 | 2021-06-07T04:20:51 | 337,430,109 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,065 | cpp | #include "QbertMenuComponent.h"
#include "GameManagerComponent.h"
#include "GameObject.h"
#include "Scene.h"
#include "../3rdParty/imgui-1.81/imgui.h"
#include "SceneManager.h"
QbertMenuComponent::QbertMenuComponent(const std::shared_ptr<engine::GameObject>& owner, const std::weak_ptr<engine::Scene>& scene)
:Compone... | [
"bo.de.keersmaeker@student.howest.be"
] | bo.de.keersmaeker@student.howest.be |
525276cb481f142b819f4ade2e24771edbcbaa49 | e4355967555857fd536787dce39ca30426ffa702 | /867/Game Platform/小游戏/斗地主/游戏客户端/GameClientView.h | 5faa181c4f6fa40b1c61403f1d8cac24d233f0ee | [] | no_license | herox25000/oathx-ogrex-editor | f0fd6044f8065db9cb50a80376e52f502734e877 | f645c7997f27e11a9063a0d352accd98a474cef1 | refs/heads/master | 2020-12-24T14:35:34.912603 | 2013-08-24T06:20:06 | 2013-08-24T06:20:06 | 32,935,652 | 6 | 9 | null | null | null | null | GB18030 | C++ | false | false | 5,742 | h | #pragma once
#include "Stdafx.h"
#include "ScoreView.h"
#include "CardControl.h"
#include "HistoryRecord.h"
//////////////////////////////////////////////////////////////////////////
//消息定义
#define IDM_START (WM_USER+100) //开始消息
#define IDM_OUT_CARD (WM_USER+101) //出牌消息
#define IDM_PASS_... | [
"mashizhou116@gmail.com@a113e17c-5e0c-ebba-c532-3ad10810a225"
] | mashizhou116@gmail.com@a113e17c-5e0c-ebba-c532-3ad10810a225 |
78e4ef4d202cc5886e5f1a89cbabf962e7e0b2c8 | 43192457fccd77d3460e8879608949ed0f4df679 | /OpenMPTarget/arrayMD.h | 233d370adb142c73ea070c7a6ea34868ee03d61e | [] | no_license | rgayatri23/matvec | ff3af93baf47b90cbc830868d976864a0efd08e6 | 7c8eda8da8566c8fa57a3f14dff1a6f40171679f | refs/heads/master | 2022-11-30T14:37:45.175085 | 2020-07-06T01:10:59 | 2020-07-06T01:10:59 | 263,188,781 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,853 | h | /*
* ArrayMD class for multidimensional arrays
*
* Rahulkumar Gayatri
* */
#ifndef _ARRAYMD_H
#define _ARRAYMD_H
#include <array>
#include <cassert>
#include <iostream>
template<bool B, typename T>
using enable_if_t = typename std::enable_if<B, T>::type;
template<size_t dim, typename T>
inline void
compute_offse... | [
"rgayatri@lbl.gov"
] | rgayatri@lbl.gov |
4a2a12e82d6ae32242bbfbe89c4a9532e5de2bc0 | 3d608dd1c81b8a41dfc133035d2c7992a5b5383d | /OpenGL_Template/InputManager.h | 28b96264dee355dc761b2f7298877fb1ee265789 | [] | no_license | kvickz/GAP275_SolarSystem | f6b042ba96f5c4e609ceba40cb7b2420f86bbea5 | 46d600d2633b8ef80a5c183425a9fb2cca15d074 | refs/heads/master | 2021-01-10T08:00:58.019681 | 2015-12-19T08:01:18 | 2015-12-19T08:01:18 | 47,047,079 | 0 | 0 | null | 2015-11-29T02:35:14 | 2015-11-29T02:31:02 | null | UTF-8 | C++ | false | false | 1,894 | h | //InputManager.h
#ifndef INPUTMANAGER_H
#define INPUTMANAGER_H
#include "Vector2.h"
class Game;
class Command;
class GameObject;
class InputManager
{
private:
Game* m_pGame;
struct KeyboardCommands
{
Command* axis_XYZ;
Command* axis_XYZ_rotation;
//Command* m_leftShift;
... | [
"mkn665@yahoo.com"
] | mkn665@yahoo.com |
3abee494e87521211094939ad679a796c6cd8a86 | 1560c0fdbe37c1708ff21ff5064da613e2a27fbf | /src/camera.cpp | 46a764caaa62bad5246372399e88a48b8bab86c1 | [] | no_license | JCGrant/learning-opengl | c8e3752c91a9a79e84c1ffd99d043dab51e4984a | 153befc4d1515f80eaa5810b7afa55811e40a7ff | refs/heads/master | 2021-07-12T10:34:13.207763 | 2020-03-12T17:16:52 | 2020-03-12T17:16:52 | 245,040,322 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,667 | cpp | #include <glm/gtc/matrix_transform.hpp>
#include "camera.h"
const float YAW = -90.0f;
const float PITCH = 0.0f;
const float SPEED = 2.5f;
const float SENSITIVITY = 0.1f;
const float ZOOM = 45.0f;
Camera::Camera(glm::vec3 position, float yaw, float pitch, glm::vec3 up)
: position(position), front(glm::vec3(0.0f, ... | [
"jamescolin.grant@gmail.com"
] | jamescolin.grant@gmail.com |
f31794727d016f66d3e5d63c1f2d910e9de06d77 | 0f4f270acae406cfb13cb077920e68c2166019b2 | /2020/10월_2주차/이진탐색(재귀).cpp | d757c7acf1bc02f994b90ac640daa9306bb2cdf1 | [] | no_license | kny8493/algorithm | 983c2da8b68fcecf387061d64181d1bf0a94a590 | aae8f5d52729d7c055013ba15e5baf3805e2c61e | refs/heads/master | 2023-01-01T14:25:33.507152 | 2020-10-20T15:05:00 | 2020-10-20T15:05:00 | 232,123,964 | 2 | 0 | null | 2020-10-20T15:05:01 | 2020-01-06T14:58:54 | C++ | UTF-8 | C++ | false | false | 868 | cpp | #include <stdio.h>
#include <string>
#include <iostream>
#include <stdlib.h>
#include <deque>
#include <stack>
#include <vector>
#include<cstdio>
#include<algorithm>
#include<queue>
#include<map>
#define MAX 100001
using namespace std;
int cnt;
vector<int> num;
int target;
int func(int left, int right) {
if (left >... | [
"kny8493@naver.com"
] | kny8493@naver.com |
d52ea0ddad7e4613303bc525d131a44a0aa6c127 | 5beb9a763c45a37a5b7218148ffbe08aa7f06ffc | /coding_ninjas/adhoc_problems/light_up_the_bulbs.cpp | 68d267dc4f42536d5c5dd504096d7b51eef971e9 | [] | no_license | 7princekumar/competitive_coding | a3e3963a1d0a7f352ad99cadf9a057f1fd42e5c2 | d6c44ebf1570329f1d07313b34a25013fa53aaaf | refs/heads/master | 2020-04-06T15:32:09.842586 | 2020-02-27T20:21:18 | 2020-02-27T20:21:18 | 157,582,124 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 471 | cpp | #include<bits/stdc++.h>
using namespace std;
int main() {
#define int long
int n, X, Y;
string s;
cin >> n >> X >> Y;
cin >> s;
int groups = 0; //count of groups
int i=0;
if(s[0] == '0') {
i++;
groups++;
}
for(; i<s.length(); i++) {
if(i+1 < s.lengt... | [
"prince.prakashsao@gmail.com"
] | prince.prakashsao@gmail.com |
ec8a1d6b36ff748980dbf653a7c90096308ae3d7 | 4a71a5cbda33b3fd53162fd2a2c61047dac11cad | /src/config/tabs/KeyboardConfigTab.cpp | 4540e7c780603aa6fac1a5db25fc08b34dbcea76 | [
"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 | 17,147 | cpp |
#include "config/tabs/KeyboardConfigTab.hpp"
#include "config/data/PianoInput.hpp"
#include "config/data/ShortcutTable.hpp"
#include "core/NoteStrings.hpp"
#include "utils/connectutils.hpp"
#include <QAbstractItemModel>
#include <QComboBox>
#include <QFrame>
#include <QGroupBox>
#include <QHBoxLayout>
#include <QKey... | [
"44489054+stoneface86@users.noreply.github.com"
] | 44489054+stoneface86@users.noreply.github.com |
ed74287a3a7b8b3cc3e1d23374d892439744a183 | b54abf300e961a94885335553db46da6277cfb3a | /src/main.cpp | bc8628d043096fbb2d1d49558e8f70126f86b479 | [
"MIT"
] | permissive | avishka40/featureExtractorNSL-KDD | 3fb6bee3b9efb0def999df81789c901b316fc9cd | e62bb23f281e79c8eddd74f72cfae3c466b5ad06 | refs/heads/master | 2022-07-24T17:31:54.906449 | 2022-07-19T05:55:55 | 2022-07-19T05:55:55 | 260,698,850 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,477 | cpp | #include <iostream>
#include <iomanip>
#include <fstream>
#include <string.h>
#include <new> // std::bad_alloc
#include <csignal>
#include <cstdlib>
#include <assert.h>
#include "Config.h"
#include "Sniffer.h"
#include "IpReassembler.h"
#include "ConversationReconstructor.h"
#include "StatsEngine.h"
using na... | [
"salithadeveloper@gmail.com"
] | salithadeveloper@gmail.com |
bc05bc5b05295d619d0e66d07e6b8a4a3dc219e8 | e744c4dacc3b9c4a44a725e2601c678f29826ace | /project/jni/utils/cross/math_gtest.h | e411eac9a6fd233b3ec5776c23a88a9dbbf4f58a | [] | no_license | jcayzac/androido3d | 298559ebbe657482afe6b3b616561a1127320388 | 3466ed0ec790d8cbfe24cb5a4e72f1b432726e81 | refs/heads/master | 2016-09-06T06:31:09.984535 | 2010-12-28T01:45:39 | 2010-12-28T01:45:39 | 1,816,466 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,872 | h | /*
* Copyright 2009, 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:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... | [
"gman@google.com"
] | gman@google.com |
1212cfae29b64a91c137db0943cc50303c10867b | 36206905715b7d02c08ec921196273ea3584d197 | /DinoGame/Level/DinoLevels/GameoverLevel.h | abc6231587776d4fd19a9004dc4c430a502b27ec | [] | no_license | bb2002/DinoGame | 53e58d32cabbefe129da66fa66d8c7c01fa54b2f | 19dae1e4652a979d46313956e6bc2c253a73a965 | refs/heads/master | 2020-10-02T09:10:58.082441 | 2019-12-13T03:09:37 | 2019-12-13T03:09:37 | 227,744,865 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 195 | h | #pragma once
#include "../Level.h"
class GameoverLevel : public Level
{
public:
GameoverLevel(std::string, int highScore = 0);
// DrawLevel
void DrawLevel();
void Tick();
int MyScore;
};
| [
"5252bb@daum.net"
] | 5252bb@daum.net |
c91884a572717b460b034bf94bc456ba0c86f40c | 4586d2d58660cdd62650b16016047972d04f050b | /Chapter_1/p1_4.cpp | 8ba5439cb30d3190ae0555ca1a2c2415439433ac | [
"MIT"
] | permissive | aalogancheney/CPlusPlus_For_Everyone | c9e4b9b026587ed4329ad9f3b6e0912828281ee0 | 251247cf1f1ca169826179379831192fadfaa5f9 | refs/heads/master | 2021-01-10T14:43:49.681264 | 2015-12-22T19:16:44 | 2015-12-22T19:16:44 | 47,585,425 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 363 | cpp | /*
Write a program that prints the sum of the first ten positive integers.
*/
#include <iostream>
int main(int argc, char *argv[])
{
std::cout << "The sum of the first 10 integers is ";
// Calculates the sum of the first 10 positive integers in a single line.
int sum = 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10;
s... | [
"aaron.logan.cheney@gmail.com"
] | aaron.logan.cheney@gmail.com |
49c542458dcbd784b02ecbcfc90d47daf585a9bd | 3b403117947515baa651b428485236abcc3bbbe0 | /backchanger/backchanger.cpp | c9e7e95105d6f5157b5ce8461ad63644f666a176 | [] | no_license | expliyh/backchanger | f0e0800489b9907e5cbd289d022cd640a3bbfa8c | 1c563718923abe9611dfda739d7716255f26a1a0 | refs/heads/master | 2020-11-30T02:41:51.683756 | 2019-12-30T15:20:01 | 2019-12-30T15:20:01 | 230,279,027 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,722 | cpp | // backchanger.cpp : 此文件包含 "main" 函数。程序执行将在此处开始并结束。
//
#include <iostream>
#include <fstream>
#include "changeback.h"
#include "download.h"
#include "checkres.h"
#include "define.h"
#include <Windows.h>
using namespace std;
resolution res;
int main()
{
// system("del back.jpg");
string guideurl = mainurl;
dow... | [
"expliyh@outlook.com"
] | expliyh@outlook.com |
3bc81c80e0eaeb4f4762a83f7ac20d4588f91347 | deac5f0fd4c477842eba9e9fe9f61e89765fbe3d | /ToTheMoon/baddies_factory.hpp | 45cad7b4df2bd4461a856e3b74ad84344b594b9c | [] | no_license | nicholasbulka/tothemoon | ecbef9545ab7d24c28c0e93d00ab48990e6f848f | 94a45eb0647593ee79ea74f221077b56f27b733d | refs/heads/master | 2023-05-25T01:24:03.521833 | 2021-03-28T23:48:27 | 2021-03-28T23:48:27 | 352,703,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 624 | hpp | //
// baddies_factory.hpp
// ToTheMoon
//
// Created by Nicholas Bulka on 3/10/21.
// Copyright © 2021 Nicholas Bulka. All rights reserved.
//
#ifndef baddies_factory_hpp
#define baddies_factory_hpp
#include "baddies.hpp"
#include <stdio.h>
#include <opencv2/core.hpp>
#include <opencv2/opencv.hpp>
#include <ope... | [
"nicholasbulka@gmail.com"
] | nicholasbulka@gmail.com |
6b1194b5ef501e2974bdd8e82341e0073b46aa1a | 47b6833821e607aa49688c77e73b55dd9f568176 | /gameFiles/bomb.cpp | 3adc31af6e4bc1a80a1cb3e7df4c4dbf740df4b8 | [] | no_license | gretar80/Dont_Panic | 3634a01c60eeb4c9a0ad94a5a061bcb38b515656 | 9d3a4ad97599badc5c75219965a71096e71f83c1 | refs/heads/master | 2021-01-10T10:56:58.695813 | 2016-03-03T11:30:47 | 2016-03-03T11:30:47 | 50,728,565 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,058 | cpp | #include "bomb.h"
#include <QPixmap>
#include <QPainter>
Bomb::Bomb(QPoint p, int t, int _i, int _j)
{
signaller = new BombSignaller();
i=_i;
j=_j;
point = p;
type = t;
score = 10;
// variables for mouse functions
selected = false;
setFlag(ItemIsSelectable);
setPos(mapToParent... | [
"gretar80@gmail.com"
] | gretar80@gmail.com |
282b9747baa0546478076fd4d7ee670368036c26 | d036adb17a12fee2200e52b7d9f23db9527b8ce9 | /pri_que.cpp | 98782baf727fddc85b1e88a07fc446564a677f8a | [] | no_license | kjkempt/roguelike | a7579171ee9fbcc10ec3d74a877e970c353c4f01 | 874435419dd42d6048fbac3e9f7243187e714be0 | refs/heads/master | 2020-03-29T07:05:02.689889 | 2017-06-18T04:24:16 | 2017-06-18T04:24:16 | 94,660,448 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,627 | cpp | #include "pri_que.h"
#include "dungeon.h"
// C / C++ program for Dijkstra's shortest path algorithm for adjacency
// list representation of graph
/*
The following code was taken from
http://www.geeksforgeeks.org/greedy-algorithms-set-7-dijkstras-algorithm-for-adjacency-list-representation/
and there are several s... | [
"kemptk@Kyles-MBP-3.hitronhub.home"
] | kemptk@Kyles-MBP-3.hitronhub.home |
e10cc0e739d002bad58fb5aaa082d346a62b70c1 | 2420f950b28701de2b96401cb97f44a1bb1434ea | /Project/1DMat/main.cpp | 3ef63b61c338e0e3d73ff094d39b5d1cc7f9fc8b | [] | no_license | ZJLi2013/HPC2 | fab888a1764aa8ca1a0f9f90cff65426e94ac118 | 2f3ec99c089ff55cf665938c12c81d1627fbbb3d | refs/heads/master | 2020-05-30T14:05:36.448693 | 2015-05-11T21:24:56 | 2015-05-11T21:24:56 | 31,683,813 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 541 | cpp | #include <mpi.h>
#include <iostream>
#include "geom_lee.hpp"
#include "vector_lee.hpp"
#include "sp_lee.hpp"
#include "spmv.hpp"
/* solving y = A * x */
int main(int argc, char** argv)
{
MPI_Init(&argc, &argv);
/* input */
Geometry* geom = new Geometry;
init_geom(*geom);
/* sparse matrix */
SparseMatrix A;
... | [
"zhengjia@dhcp037-049-093.wireless.buffalo.edu"
] | zhengjia@dhcp037-049-093.wireless.buffalo.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.