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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8f1dcc1a84859c0c42edc1deae093b64ca6d7427 | a3d6556180e74af7b555f8d47d3fea55b94bcbda | /chrome/browser/ui/views/side_panel/side_panel_registry.h | 51044fcb3f45ab1e567fcc3f6d224301d251ee0a | [
"BSD-3-Clause"
] | permissive | chromium/chromium | aaa9eda10115b50b0616d2f1aed5ef35d1d779d6 | a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c | refs/heads/main | 2023-08-24T00:35:12.585945 | 2023-08-23T22:01:11 | 2023-08-23T22:01:11 | 120,360,765 | 17,408 | 7,102 | BSD-3-Clause | 2023-09-10T23:44:27 | 2018-02-05T20:55:32 | null | UTF-8 | C++ | false | false | 3,261 | h | // Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_VIEWS_SIDE_PANEL_SIDE_PANEL_REGISTRY_H_
#define CHROME_BROWSER_UI_VIEWS_SIDE_PANEL_SIDE_PANEL_REGISTRY_H_
#include <memory>
#include <vector>
#inclu... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
5830599b5b5d25b85980b2a784d1eb792a55ae9e | 4e6098eba2b09175b712d93c9fd956022d47e394 | /HitBox/SaveLocation.cpp | f35ccc0eebca2487c8cfe44b93a8dc61c14e2d7d | [] | no_license | zjw1996/A-ball-game | f515ce7ead3b6635e398572138a7d2d2fac03851 | a717fb6791ca1f3fc26ab35228bcd88412d88f4f | refs/heads/master | 2020-12-13T03:05:15.416953 | 2020-01-16T10:38:16 | 2020-01-16T10:38:16 | 234,291,598 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 524 | cpp | #include "SaveLocation.h"
#include "GameMode/BallGameModeBase.h"
#include "Components/BoxComponent.h"
#include "Components/StaticMeshComponent.h"
ASaveLocation::ASaveLocation() {
SaveMeshComp = CreateDefaultSubobject<UStaticMeshComponent>(TEXT("SaveMesh"));
HitBoxComp->SetupAttachment(SaveMeshComp);
}
void ASaveLoc... | [
"stephenzzz5401@gmail.com"
] | stephenzzz5401@gmail.com |
4bc3c4266a6c5b28b36ef9919241371ec0a923e2 | dba9a8852119805d4cd0c8b163637d08caac6f49 | /Mednafen/src/video/video.cpp | 1236a6c3db8c177a6c0755f5647eef3605f82271 | [] | no_license | billy12/OpenEmu | b9d9ce6c72498ee6fe6f9d807abb0a6a72c2155d | cab889fbd7f06ab5b2c0ec91164319a7ad6e191c | refs/heads/master | 2020-12-25T05:53:21.496096 | 2011-05-16T00:18:59 | 2011-05-16T00:18:59 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,886 | cpp | /* Mednafen - Multi-system Emulator
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distrib... | [
"vade@vade.info"
] | vade@vade.info |
32b18757035b0cf3131594e7e26553f9887cea99 | 6857c6bfa978d70f45d920d15323b94427fd374e | /TetAttack/TetAttack/IStreamingSound.h | b3453c87baf9d7a61e4e50b2430d672fa8c95d23 | [] | no_license | include-iinteresting/AuroraArc | b15a8d5a7c294a36d1390624e4da6420fc508333 | ae3b622cf36525806fe92367e64d6a5e78849a69 | refs/heads/master | 2020-08-04T17:48:45.554512 | 2019-11-13T01:58:16 | 2019-11-13T01:58:16 | 212,226,182 | 1 | 0 | null | 2019-10-02T03:04:51 | 2019-10-02T00:37:36 | C | SHIFT_JIS | C++ | false | false | 509 | h | #pragma once
struct IDirectSoundBuffer;
struct IDirectSoundBuffer8;
/**
* @class IStreamingSound
* @brief サウンドオブジェクトのインターフェース
*/
class IStreamingSound
{
public:
virtual ~IStreamingSound();
virtual void Update() = 0;
virtual void Play(DWORD dwPriority, DWORD dwFlag) = 0;
virtual void Stop() = 0;
v... | [
"game_love_h@outlook.jp"
] | game_love_h@outlook.jp |
4e9899d8e394ec75fef56c66dd7659fcac1297a1 | 54a8b5dcc8b90aeee0384d8e913053e1ad90b9a8 | /Classes/GameScene.h | 6e40e114a99ee52d71c925cf0e04b2e10115e382 | [] | no_license | weberwang/InTheField | 37609b4f5a77a55fd5ce6ba807c76c1bfe82ac67 | eebcf9bb18c53efebb5b089fa68b12b0f7b2f312 | refs/heads/master | 2021-01-17T05:58:39.953237 | 2014-05-07T17:01:19 | 2014-05-07T17:01:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 817 | h | //
// GameScene.h
// InTheField
//
// Created by Minko on 14-4-26.
//
//
#ifndef __InTheField__GameScene__
#define __InTheField__GameScene__
#include <cocos2d.h>
#include "Hero.h"
#include "Pet.h"
#include "Wife.h"
USING_NS_CC;
class GameScene: public Layer
{
public:
static Scene* createScene();
CREATE_F... | [
"weber@MinkodeMacBook-Pro.local"
] | weber@MinkodeMacBook-Pro.local |
26caf82d5f7f12d1b8f4d18b00c0d89403423766 | 231e21e5c2faa680fbc71601726aaf0b28a0eb19 | /src/User.cpp | cc4d4e3c487ba2eb4f9de3f2df77d41123aea6ac | [] | no_license | Seraph18/CP3 | 026107adc4023e96ffc4c907b30afc5524ad0b64 | 320edee4e0b9b3d72e5944f25cab6f36404ce7c2 | refs/heads/master | 2023-09-05T03:30:39.030952 | 2021-11-07T15:02:19 | 2021-11-07T15:02:19 | 420,763,424 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,660 | cpp | #include "User.h"
User::User()
{
this->userName = "";
this->firstName = "";
this->lastName = "";
}
User::User(string name)
{
this->userName = name;
this->firstName = "";
this->lastName = "";
}
User::User(string userName, string firstName, string lastName)
{
this->userName = userName;
... | [
"jgordon1401@gmail.com"
] | jgordon1401@gmail.com |
5c9d7dd1cc9b0a5abd8b4faf9612d39327c26edd | 3cfaad712e5f69215918d27fb408c1bc5371fd9b | /3rdPartyLIB/dsp_core/C6000/rts_amoeba/src/rts_edma_getconfig.cpp | bd071f0604a825eebb24215fc15d0822ab2ec8c9 | [] | no_license | KonstantinVoip/1901VC1T_Inteltech | 31e89da7c32101b75fef1a071b596104f44f1471 | 168995e0d86a39967cacc208a7a67b5041565465 | refs/heads/master | 2021-05-09T03:53:36.410652 | 2018-04-13T13:50:44 | 2018-04-13T13:50:44 | 119,255,225 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 604 | cpp | #include <rts.h>
void EDMA_getConfig(EDMA_Handle hEdma, EDMA_Config *config)
{
register volatile uint32 gie;
volatile uint32 *base;
register volatile uint32 x0,x1,x2,x3,x4,x5;
gie = int_disable();
base = (volatile uint32 *)((hEdma&0x0000FFFF)+_EDMA_PRAM_START);
x0 = base[_EDMA_OPT_OFFSET];
x1 = base[_E... | [
"skdvoip@gmail.com"
] | skdvoip@gmail.com |
8fd60d566c5cd209ad6a7723ad47140ff8482b4e | e7ba008314a1b02a89915ab339a62467d355ba50 | /04-Collision/HeadUpDisplay.h | d80d90d7aa91d3cf809a538312ed56208a719f8c | [] | no_license | caoluyennguyen/Castlevania-Game | a957d85e6a2fbe871b27a47e23edf870fa6c09cc | 43be3630b9cbf396f76f5515fc1793eb8ae79eee | refs/heads/master | 2021-03-24T02:30:48.303294 | 2020-10-04T08:12:12 | 2020-10-04T08:12:12 | 247,507,273 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,134 | h | #pragma once
#include "d3dx9.h"
#include "Define.h"
#include "Textures.h"
#include "Sprites.h"
#include "Utils.h"
#include "PlayScene.h"
#define FILEPATH_FONT L"Font\\prstart.ttf"
#define TIME_PLAY 300
class HeadUpDisplay
{
private:
static HeadUpDisplay* __instance;
int x, y, score, time, stage, weaponId;
int simo... | [
"16520713@gm.uit.edu.vn"
] | 16520713@gm.uit.edu.vn |
c5e5f7bec1c568af1ee20c586d3002e4c9c79112 | 77a874bf494ac9bdd8852d8e42ed27b2303bc7d9 | /pixies/src/Background.cpp | 7546085055cd41422d89b232fcfe7fbe832bcfae | [] | no_license | ChocolateChipKookie/RG_lab | e045007045c65233fc7f53e05aa392f4678f2555 | 5bf9bc979efec2f8f6da2a4db9000e27bccc77a1 | refs/heads/master | 2023-02-12T13:13:09.121045 | 2021-01-11T21:52:33 | 2021-01-11T21:52:33 | 328,797,112 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,021 | cpp | //
// Created by kookie on 11. 01. 2021..
//
#include "Background.h"
void NoiseBackground::update()
{
float x = 0.f;
float x_inc = 2.f;
float y = 0.f;
float y_inc = 2.f;
Texture& tex = *this;
for (unsigned y_i = 0; y_i < height; y_i++){
for (unsigned x_i = 0; x_i < width; x_i++){
... | [
"adi.causevic7@gmail.com"
] | adi.causevic7@gmail.com |
a8d3db3ed3661e679abdf49fafcd7f8a827db8c5 | 8e8d67503094667e7744ff23a19d6cac93f765ef | /core/src/WorldModel/DribbleStatus.h | 3a666c22ee5b81a4ab1b3a9ceba17eb74ed6c397 | [] | no_license | haoranleo/Robo_Lab | f57f4b9b47c0ce6c1e64d71fb79d1523ad1b6a9e | 66df69691142db3b74b4bb81d455885493bc9f03 | refs/heads/master | 2022-11-23T05:09:51.778500 | 2017-12-19T15:01:02 | 2017-12-19T15:01:02 | null | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 10,032 | h | /// FileName : DribbleStatus.h
/// declaration and implementation file
/// Description : It supports dribble setting interface for ZJUNlict.
/// Keywords : dribble
/// Organization : ZJUNlict@Small Size League
/// Author : cliffyin
/// E-mail : cliffyin@zju.edu.cn
/// cliffyin007@gmail.com
/// C... | [
"noreply@github.com"
] | haoranleo.noreply@github.com |
2562614a3c7bbbcb19a61d812438bcf78fa6387c | 3dbac80f9659ef3a4fc21f21afee25a5e527d5ff | /CS 225/mp/mp5/main.cpp | ea1f2be34e08ba472334075efd3d07f01f738709 | [] | no_license | AnqiYao/UIUC-CS | d1f77ca80748ccd7e67996e222e3bedf2104d9f2 | eb8556b9cb1a5149d917c5bc1f2ed9f2986106ec | refs/heads/master | 2020-08-01T23:30:51.166032 | 2019-05-05T18:13:28 | 2019-05-05T18:13:28 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,787 | cpp | /**
* @file main.cpp
* Contains code to test your Quadtree implementation.
*/
#include <iostream>
#include "png.h"
#include "quadtree.h"
using std::cout;
using std::endl;
int main()
{
/*
PNG imgIn, imgOut;
imgIn.readFromFile("in.png");
// test constructor, decompress
Quadtree halfTree(imgIn, 128)... | [
"xinruiy2@illinois.edu"
] | xinruiy2@illinois.edu |
945de43157e931708b30df6d68fe03c6ac1c652c | cc2ee25d82bed673b3fec56ba2d3c5c4bb906c54 | /nthSuperUglyNumber.cpp | e89a884a87cc3902d1188efe9337877ed5993692 | [] | no_license | Sheena997/AlgorithmCode | 289725f0112233ec57dc50d695a5f364279150fc | ccbafa3deed527c4a675f19a330f7d1cedd20d59 | refs/heads/master | 2021-08-08T12:13:32.086999 | 2020-10-12T11:48:19 | 2020-10-12T11:48:19 | 227,384,507 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,344 | cpp | /*
313. 超级丑数
编写一段程序来查找第 n 个超级丑数。
超级丑数是指其所有质因数都是长度为 k 的质数列表 primes 中的正整数。
示例:
输入: n = 12, primes = [2,7,13,19]
输出: 32
解释: 给定长度为 4 的质数列表 primes = [2,7,13,19],前 12 个超级丑数
序列为:[1,2,4,7,8,13,14,16,19,26,28,32] 。
说明:
1 是任何给定 primes 的超级丑数。
给定 primes 中的数字以升序排列。
0 < k ≤ 100, 0 < n ≤ 106, 0 < primes[i] < 1000 。
第 n 个超级丑数确保在 32 ... | [
"18365368008@163.com"
] | 18365368008@163.com |
51e16977050d40d6b7995795cc18a26d3383565b | dbc5fd6f0b741d07aca08cff31fe88d2f62e8483 | /lib/Target/Hexagon/HexagonBitSimplify.cpp | 0c4a727734f693d021b420a3b6cfc3e76548bfef | [
"LicenseRef-scancode-unknown-license-reference",
"NCSA"
] | permissive | yrnkrn/zapcc | 647246a2ed860f73adb49fa1bd21333d972ff76b | c6a8aa30006d997eff0d60fd37b0e62b8aa0ea50 | refs/heads/master | 2023-03-08T22:55:12.842122 | 2020-07-21T10:21:59 | 2020-07-21T10:21:59 | 137,340,494 | 1,255 | 88 | NOASSERTION | 2020-07-21T10:22:01 | 2018-06-14T10:00:31 | C++ | UTF-8 | C++ | false | false | 105,323 | cpp | //===- HexagonBitSimplify.cpp ---------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"yaron.keren@gmail.com"
] | yaron.keren@gmail.com |
8bc7d60ce7b531b648ccaafc0b216a8c6062d1fa | be85c773fba2854410f64efb602dba83642cc135 | /ConfigParser.cpp | ddb6bd65d2080e72eb2157485e4c200045631a69 | [] | no_license | marektamaskovic/lineparser | 5e14e6f1e4dc13708febeb62cebdf6b92913dd37 | 1eb208a329de67799c9be5b94be85e48fba7ecf9 | refs/heads/master | 2022-12-01T04:15:11.989171 | 2017-12-08T13:59:38 | 2017-12-08T13:59:38 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,249 | cpp | #include "ConfigParser.hpp"
ConfigParser::ConfigParser(const std::vector<std::string> &v, const std::string &sep):
keys(v), separator(sep) {}
ConfigParser::ConfigParser(const std::vector<std::string> &v):
ConfigParser(v, "=") {}
void ConfigParser::viewConfig(){
std... | [
"tamaskovic.marek@gmail.com"
] | tamaskovic.marek@gmail.com |
43fed9507783431e82695b15e1dd53d2339f2832 | 5b4da825e536f570a464ae9f5d7f377fc16e12b7 | /externals/wasm-compiler/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | eb2a28f574a5449b45e9fa7821a5777a271d7088 | [
"NCSA",
"BSD-3-Clause",
"Apache-2.0",
"MIT"
] | permissive | JaminChan/eos_win | 9ecb3fe7d1fbb52340e7b8df42b2d3d6695930a6 | c03e57151cfe152d0d3120abb13226f4df74f37e | refs/heads/master | 2020-03-24T20:38:49.539494 | 2018-09-06T10:13:16 | 2018-09-06T10:13:16 | 142,989,586 | 0 | 0 | MIT | 2018-09-04T06:49:10 | 2018-07-31T09:02:44 | C++ | UTF-8 | C++ | false | false | 41,066 | cpp | //===-- llvm/CodeGen/TargetLoweringObjectFileImpl.cpp - Object File Info --===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | [
"349683504@qq.com"
] | 349683504@qq.com |
e21499423991ec40ba6b66a56d443a8b913309d2 | 5c7977bf9a81574010ab3ccafd28e22d048e9d32 | /14501.cpp | aa6165092ca59c9366424d787ebc12245a7983cf | [] | no_license | PSKyun/Difficult | 0e483569faf1bd802e648278ffcf32d2bc553eab | 388c7a6694be13f299478e7fa03118801bc408b5 | refs/heads/master | 2022-11-21T13:34:37.699102 | 2020-07-17T11:25:38 | 2020-07-17T11:25:38 | 259,620,805 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 447 | cpp | #include<iostream>
#include<algorithm>
using namespace std;
int t[16], p[16], n, ans;
void go(int day, int total) {
if (day == n) {
ans = max(ans, total);
return;
}
go(day + 1, total);
if (day + t[day] <= n)
go(day + t[day], total + p[day]);
}
int main() {
cin >> n;
for (... | [
"sldjaak0707@gmail.com"
] | sldjaak0707@gmail.com |
4e55e14c984cee4bfd003598dd50ee1f26331eb2 | d2249116413e870d8bf6cd133ae135bc52021208 | /Ultimate TCP-IP/ActiveX/utftp/FtpPropPage.cpp | e67797adcf1ddc9e11a2d7e26392c843b47cc86f | [] | no_license | Unknow-man/mfc-4 | ecbdd79cc1836767ab4b4ca72734bc4fe9f5a0b5 | b58abf9eb4c6d90ef01b9f1203b174471293dfba | refs/heads/master | 2023-02-17T18:22:09.276673 | 2021-01-20T07:46:14 | 2021-01-20T07:46:14 | null | 0 | 0 | null | null | null | null | WINDOWS-1252 | C++ | false | false | 5,737 | cpp | //=================================================================
// class: CFtpPropPagePage
// File: FtpPropPage.cpp
//
// Ftp ActiveX control property page
//
// =================================================================
// Ultimate TCP-IP v4.2
// This software along with its related components, ... | [
"chenchao0632@163.com"
] | chenchao0632@163.com |
a11fb80646a6f035836fc4c3a2e500075946ba5a | a556761b1a42b78aa820302ea1aca0f4ef257201 | /LeetCode/Group Anagrams.cpp | 8d6311c87c1d1e89615242c840dc006d0da23df5 | [] | no_license | Gavinthisisit/Codes | c94718c9ee9b240688485cfdd206840c62d2e373 | 1574a459cc3945c06d52bf4d390ede2462984f7b | refs/heads/master | 2020-04-06T07:12:46.557599 | 2016-09-03T09:41:05 | 2016-09-03T09:48:09 | 38,690,272 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,882 | cpp | #include <iostream>
#include <vector>
#include <map>
#include <algorithm>
using namespace std;
class Solution {
public:
vector<vector<string> > groupAnagrams(vector<string>& strs) {
vector<vector<string> > retval;
if(strs.size()==0)
return retval;
map<int,vector<string> > m;
for(int i=0;i<str... | [
"201507070139@09-201507070139.creditease.corp"
] | 201507070139@09-201507070139.creditease.corp |
991e85904f2a3041ff1e0c137ed1fbf71ec4c4e7 | e347ec4317cba3f7fcc0c4433ef8bd986bc546f4 | /projet/DirectionalLight.h | d2fe7864425f29020167bbd021c03693ab5f304f | [] | no_license | Hyrasso/raytracing-cpp | 8283410bc424ea85aa82c8063ce04d305762d21c | 8234b1868ae598c2861275863f50fea7f7e10c9a | refs/heads/master | 2021-02-05T09:31:19.406337 | 2020-02-28T19:48:47 | 2020-02-28T19:48:47 | 243,764,724 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 292 | h | #pragma once
#include "Light.h"
class DirectionalLight :
public Light
{
public:
DirectionalLight(Vector3 direction, Colorf color);
~DirectionalLight();
Vector3 GetDirection(Vector3 point) const override;
Colorf GetColor() const override;
private:
Vector3 direction;
Colorf color;
};
| [
"demasse.gregoire@yahoo.fr"
] | demasse.gregoire@yahoo.fr |
b7f6371ea3364fe15b70c8362c968752e4f8e0cc | 4691bce00a77cb88e4bc143efd5a5ef471bb2dec | /jsonParser/jsonParser/spriteFrame.h | b3d0d301e6f9d4fac5f4dd92825528c4c0d4fb69 | [] | no_license | appsromch/CPlusPlus | 4c9c370d8cf8c88629e27a2d9f35938a784aec04 | ebc230748ee76e6a0ad64579423a160a24797ef5 | refs/heads/master | 2021-01-17T19:26:21.213456 | 2013-10-23T10:01:00 | 2013-10-23T10:01:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 368 | h | #pragma once
using namespace System;
using namespace System::ComponentModel;
using namespace System::Collections;
using namespace System::Windows::Forms;
using namespace System::Data;
using namespace System::Drawing;
ref class spriteFrame
{
private:
String^ frameName;
Rectangle frame;
public:
spriteFrame(St... | [
"rndm@windowslive.com"
] | rndm@windowslive.com |
9b910b50546bc214f27486a2f6fe62e12e25a27a | 06bed8ad5fd60e5bba6297e9870a264bfa91a71d | /JavaQt/loconetexception.cpp | f0bfe1cb32736facd05078ad74691a6ec33012ef | [] | no_license | allenck/DecoderPro_app | 43aeb9561fe3fe9753684f7d6d76146097d78e88 | 226c7f245aeb6951528d970f773776d50ae2c1dc | refs/heads/master | 2023-05-12T07:36:18.153909 | 2023-05-10T21:17:40 | 2023-05-10T21:17:40 | 61,044,197 | 4 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 434 | cpp | #include "loconetexception.h"
/**
* LocoNet-specific exception
*
* @author Bob Jacobsen Copyright (C) 2001
*/
//public class LocoNetException extends JmriException {
// serialVersionUID used by jmrix.loconet.locormi, please do not remove
///*private*/ static final long serialVersionUID = -74122540266594403... | [
"allenck@windstream.net"
] | allenck@windstream.net |
3a7037aec943ee204c66482aaec4c652ba279411 | 7b47b0cb234843a213ff64183c04309d9725555e | /fizzbuzz kata/src/fizzbuzz.cpp | c1ee525e9a24b9b2f3568956a80b5c3dded2ea49 | [] | no_license | anthaas/Unit-tests | a5b8da042798747cb850e528cf1e29fa66b68166 | 6031b2a8175b99243d38310f5f77feb29ded88e7 | refs/heads/master | 2021-05-29T02:21:38.933349 | 2015-05-27T22:41:27 | 2015-05-27T22:41:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 129 | cpp | #include <string>
#include "fizzbuzz.h"
using namespace std;
string FizzBuzz::Convert(int number)
{
return to_string(number);
}
| [
"tondahaas@gmail.com"
] | tondahaas@gmail.com |
84e775d00c33a8070af38d143eb84a0ac5e720b4 | 615ad6ddf096a61f4552009126e0e43930eb5274 | /mcpputil/src/vector_utils.cpp | 3f4cb2a674e538f4673b081eb5868bea23c30ebf | [
"MIT"
] | permissive | garyfurnish/mcpputil | fd5169e600fd1ab35806942918ea183291608184 | 7eda34d3852515e21e76683e0884c0d3a11d1b5f | refs/heads/master | 2020-09-14T13:46:28.238462 | 2017-06-06T01:00:09 | 2017-06-06T01:00:09 | 67,393,271 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 46 | cpp | #include <mcpputil/mcpputil/vector_utils.hpp>
| [
"gfurnish@gfurnish.net"
] | gfurnish@gfurnish.net |
17515c6765027ec2a14f2dbd1bef2dfbf62dbf78 | ee9ae08815d2f792b6b610ec7193302d64248132 | /xr_3da/SH_Atomic.cpp | 0d9ba4ee5f12f9f0a1bb2fdbe39bbf50db1d7bc9 | [] | no_license | xrLil-Batya/Yara-SDK | e77a15ff6960b7c71cd07e628ed818c7e8c29e64 | cec683d61d9be9759108a67baf6ac90f222f006b | refs/heads/master | 2023-07-17T08:01:53.958929 | 2021-08-26T01:08:34 | 2021-08-26T01:08:34 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 441 | cpp | #include "stdafx.h"
#pragma hdrstop
#include "SH_Atomic.h"
#include "ResourceManager.h"
// Atomic
SVS::~SVS () { _RELEASE(vs); Device.Resources->_DeleteVS (this); }
SPS::~SPS () { _RELEASE(ps); Device.Resources->_DeletePS (this); }
SState::~SState () { _RELEASE(state); Device.Resources... | [
"yros1av@yandex.ru"
] | yros1av@yandex.ru |
3bc3a9dd3a42b9bb43c7905548ddea3aaf72d60d | 9ab8fd3506a9205bd01f4125bc2feb8364d305b3 | /Classes/HelloWorldScene.cpp | ff3835b7cc27e75d9240ceefabc5a2a58812b9e3 | [] | no_license | huji0624/Tapdiff | 2cdb0500b81edeac2ad8cb3767352c5b9690c3fb | be6342db54127715ad7a3dc63ee5c340248f8924 | refs/heads/master | 2021-01-23T16:27:10.775166 | 2014-12-31T07:58:27 | 2014-12-31T07:58:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,018 | cpp | #include "HelloWorldScene.h"
#include "PlayScene.h"
#include "ThirdPartyHelper.h"
#include "UIButton.h"
#include "DeveloperInfoScence.h"
#include "LHLeaderBoard.h"
#include "UILayout.h"
#include "LHShareButton.h"
#include "UIText.h"
#include "LocalizedString.h"
#include "LHMacros.h"
USING_NS_CC;
USING_NS_UM_SOCIAL;
S... | [
"huji0624@gmail.com"
] | huji0624@gmail.com |
6ffe3efc809efb39c819634c0a9c378689640ba1 | 1f9fba78b57f7abda0261ae346822397f30d6369 | /plots/origin/scripts/truth_label_d0_origin.cpp | 81d54c9090be6e35452429d085a715ba11b7bd49 | [] | no_license | martinosal/root_selector | 6ebf36bed8934db8ae914ee35b0405ab2266afbd | a9340c05cb2616d6d5e6298ee433e97ae65052fd | refs/heads/master | 2023-03-31T02:16:38.565721 | 2021-03-12T17:07:34 | 2021-03-12T17:07:34 | 248,818,740 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,746 | cpp | /*
root [1] .L ../plots/origin/scripts/truth_label_d0_origin.cpp
root [2] derivedtruthlabel("trk_origin_truth_label_B",_file0)
*/
void jet_composition(TFile* fData=_file0){
TCanvas c("c", "canvas", 1300, 900);
gStyle->SetOptStat(0);
trk_pT_jet_DR_B->GetYaxis()->SetRangeUser(0, 0.7);
trk_pT_jet_DR_B->GetXaxis()-... | [
"martino.salomone.centonze@cern.ch"
] | martino.salomone.centonze@cern.ch |
536b3e3979a8878b25ac9f0d4a74efeb9294bec0 | 8ed51ff85b2f0da2d4fa301ee27dd388a326a316 | /DesignPatternsApplication/DesignPatternsApplication/Circle.hpp | c2e7b7e71c4dce3a76156ba01eaf116df8ffd1f2 | [] | no_license | software-architects/designpatternscpp | 5534d571a7b458217114a9168847e0bbc9d73de3 | f1028644e1dd1e09b5d1138bf17428bd28411e96 | refs/heads/master | 2021-01-10T03:33:29.677958 | 2015-11-17T16:35:15 | 2015-11-17T16:35:15 | 46,360,317 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 428 | hpp | #pragma once
#include "Shape.hpp"
#include "AbstractShapeVisitor.hpp"
#include "vec2.h"
class Circle : public Shape
{
public:
Circle() {};
Circle(vec2f position, float radius) :
position(position), radius(radius) {};
virtual ~Circle();
vec2f position;
float radius;
virtual float calculateArea() const overri... | [
"philipp@software-architects.at"
] | philipp@software-architects.at |
241716187a37b14ae4feb97eecc773f9a6ecc67c | 24e804a369d507b177cd6ba44d44b2278f1bbd97 | /Trabalho 3/Huffman.cpp | 106d4e97436bcb43c996a4196eec887978bc589c | [] | no_license | techmarktm/trabalhoED2 | e9fadb4d47177a7ac32a23768da87fe46e21aee4 | 6be60f3e070fc58f4becc30c4fe017dfb08bd443 | refs/heads/master | 2021-08-23T09:10:30.444280 | 2017-12-04T12:46:53 | 2017-12-04T12:46:53 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,953 | cpp | /*---------------------------------------
TRABALHO DE ESTRUTURA DE DADOS 2
GRUPO:
Bruno Carvalho
Diogo Destefano
Rafael Terra
Pedro Bellotti
--------------------------------------*/
#include "Huffman.h"
/*Construtor*/
Huffman::Huffman()
{
priLista = NULL;
ultLista = NULL;
tempoGasto = 0.0;
}
/*De... | [
"noreply@github.com"
] | techmarktm.noreply@github.com |
e6b64c7624192b54c3f24b2d1c8aa92986fd0d67 | 3cf9e141cc8fee9d490224741297d3eca3f5feff | /C++ Benchmark Programs/Benchmark Files 1/classtester/autogen-sources/source-9201.cpp | 4be3bc2621b1f1fc25788d8af52de7556845e516 | [] | no_license | TeamVault/tauCFI | e0ac60b8106fc1bb9874adc515fc01672b775123 | e677d8cc7acd0b1dd0ac0212ff8362fcd4178c10 | refs/heads/master | 2023-05-30T20:57:13.450360 | 2021-06-14T09:10:24 | 2021-06-14T09:10:24 | 154,563,655 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,773 | cpp | struct c0;
void __attribute__ ((noinline)) tester0(c0* p);
struct c0
{
bool active0;
c0() : active0(true) {}
virtual ~c0()
{
tester0(this);
active0 = false;
}
virtual void f0(){}
};
void __attribute__ ((noinline)) tester0(c0* p)
{
p->f0();
}
struct c1;
void __attribute__ ((noinline)) tester1(c1* p);
struct c1
{
bool ac... | [
"ga72foq@mytum.de"
] | ga72foq@mytum.de |
e402bd3c046600276ddaf815a3dbe09002e23943 | 0be9cec22c81c746cf8c3e8a2f4a2c51c2afd07b | /OOP_assignment_complete files/SSD.cpp | d30a3f6e6bc90ed4b5ef832732a0d88072b317bf | [] | no_license | tomfox747/WhereIsWally | 83ed690dfd4d6825b75c36aa2e8e15fe8780996f | f3c102b8e08a964f0a63194ab35b675a2bbb16c5 | refs/heads/master | 2020-07-12T10:34:57.506142 | 2019-08-27T21:30:58 | 2019-08-27T21:30:58 | 204,793,975 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,169 | cpp | #include "classStructure.h"
#include <iostream>
#include <vector>
#include <string>
#include <future>
#include <thread>
void checkPixels(std::promise<std::vector<std::vector<int>>> result_promise, ref_image *wally, large_image *cluster, int startY, int stopY);
int *SSD(std::vector<int>&, std::vector<int>&);
//checks... | [
"47598118+tomfox747@users.noreply.github.com"
] | 47598118+tomfox747@users.noreply.github.com |
1f4bb2399843e4bd1a4f6b9145066e71f555bd2d | 249b8ac66022cef45f1e5fd8d594b76ee0cb3ad4 | /Working/finalShockTube/constant/fluid/polyMesh/pointZones | f4be01ac32160eac9dc11f08169caf9b2bf9248f | [] | no_license | Anthony-Gay/HPC_workspace | 2a3da1d599a562f2820269cc36a997a2b16fcbb8 | 41ef65d7ed3977418f360a52c2d8ae681e1b3971 | refs/heads/master | 2021-07-13T17:36:50.352775 | 2021-02-08T05:59:49 | 2021-02-08T05:59:49 | 232,433,074 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 715 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*-------... | [
"anthonygay1812@yahoo.com"
] | anthonygay1812@yahoo.com | |
4a2c22a471d9a045135fd243f29d6e3b1bd33003 | 9dade9c5e31b4370445746446f4cdde14e47b2e4 | /d_04/ex01/Character.cpp | 632258586c470ff2ba86b5d2526c7c4401367d8d | [] | no_license | mhwangbo/CPP_Piscine | a162e47792e1dcea830be6e0b433897c8a68d103 | 714af1b73aef7b332f6ab1c8f8c8a96d197efaac | refs/heads/master | 2020-03-30T10:31:53.076842 | 2018-10-29T21:23:05 | 2018-10-29T21:23:05 | 151,123,954 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,234 | cpp | /* ************************************************************************** */
/* */
/* ::: :::::::: */
/* Character.cpp :+: :+: :+: ... | [
"mhwangbo@Mis-Mac.local"
] | mhwangbo@Mis-Mac.local |
54402dea89638eaf8c8076d9b5798d27ab2af7e3 | 01b1f86aa05da3543a2399ffc34a8ba91183e896 | /modules/core/trigonometric/include/nt2/trigonometric/functions/generic/atan2d.hpp | 87541ae9f05714eb16f360a0116cb5e9d8378199 | [
"BSL-1.0"
] | permissive | jtlap/nt2 | 8070b7b3c4b2f47c73fdc7006b0b0eb8bfc8306a | 1b97350249a4e50804c2f33e4422d401d930eccc | refs/heads/master | 2020-12-25T00:49:56.954908 | 2015-05-04T12:09:18 | 2015-05-04T12:09:18 | 1,045,122 | 35 | 7 | null | null | null | null | UTF-8 | C++ | false | false | 1,073 | hpp | //==============================================================================
// Copyright 2015 J.T. Lapreste
//
// Distributed under the Boost Software License, Version 1.0.
// See accompanying file LICENSE.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt
... | [
"jtlapreste@gmail.com"
] | jtlapreste@gmail.com |
d87e67e3186d6d99443b0d130fb497f82d87eb51 | 0dfa7f23c2384251443da0cb129f79e3ea4d6b52 | /GUI/Guispace.h | 334c6624b11ef14c5c541b018b6a37e4e08bbddd | [] | no_license | TeamFirst/Galcon | b908a1df4e161b3e726084a6e8054cbfa95d3ec4 | f7ccb7f0bb27820d2246529a577be2e89de248e4 | refs/heads/master | 2020-12-25T15:40:04.411443 | 2011-06-14T14:25:38 | 2011-06-14T14:25:38 | 1,810,650 | 6 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 284 | h | #pragma once
#include <QPainter>
namespace GUI
{
class CGUISpace
{
public:
CGUISpace(){}
CGUISpace(unsigned int x, unsigned int y);
void Draw(QPainter*);
private:
unsigned int m_width;
unsigned int m_height;
};
} // Namespace GUI
| [
"yuppiehoyl@gmail.com"
] | yuppiehoyl@gmail.com |
2a46c7b6302758e1aec219e19452529ecb13baf7 | 62b440a501eab0cd4e7cc750df0d9e9a863b40d7 | /Example/Utility/Tokenizer/main.cpp | 0f97f11583f993f6883fcbfbea7beba06c5c6055 | [
"BSD-3-Clause",
"MIT",
"Zlib",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause"
] | permissive | naohisas/KVS | b67d8adca623d1970e4cc4ab9c317d34d04800ff | 4d652aadc9db816674b1dda57dd14f8e56ce0a42 | refs/heads/develop | 2023-07-06T05:00:41.766940 | 2023-06-27T07:26:21 | 2023-06-27T07:26:21 | 28,217,308 | 47 | 32 | BSD-3-Clause | 2021-04-28T15:16:03 | 2014-12-19T06:25:52 | C++ | UTF-8 | C++ | false | false | 627 | cpp | #include <iostream>
#include <kvs/Tokenizer>
int main()
{
kvs::Tokenizer tokenizer( "This is a sample string.", " " );
while ( !tokenizer.isLast() )
{
std::cout << tokenizer.token() << std::endl;
}
kvs::Tokenizer tokenizer2( ":, This, is a sample, string., :", "," );
w... | [
"naohisa.sakamoto@gmail.com"
] | naohisa.sakamoto@gmail.com |
1ff9d972e76fec998ea6e212088497f7f75bfd26 | 65c92f6c171a0565fe5275ecc48033907090d69d | /Common/DataImplementations/EventDataBase/EventDataBase.cpp | e1d2d44d660c351fab86c0cfce71355c5b623cca | [] | no_license | freakyzoidberg/horus-edu | 653ac573887d83a803ddff1881924ab82b46f5f6 | 2757766a6cb8c1f1a1b0a8e209700e6e3ccea6bc | refs/heads/master | 2020-05-20T03:08:15.276939 | 2010-01-07T14:34:51 | 2010-01-07T14:34:51 | 32,684,226 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,265 | cpp | /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Horus is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation, either version 3 of the License, or ... | [
"git@cb2ab776-01a4-11df-b136-7f7962f7bc17"
] | git@cb2ab776-01a4-11df-b136-7f7962f7bc17 |
de2ac36dd40111a8b5808f902a4851f3c502e80f | 9f9660f318732124b8a5154e6670e1cfc372acc4 | /test/case0/700/nut | 2c2725a2419608caabacd9064bb8fd696e2906cd | [] | no_license | mamitsu2/aircond5 | 9a6857f4190caec15823cb3f975cdddb7cfec80b | 20a6408fb10c3ba7081923b61e44454a8f09e2be | refs/heads/master | 2020-04-10T22:41:47.782141 | 2019-09-02T03:42:37 | 2019-09-02T03:42:37 | 161,329,638 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,988 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*-------... | [
"mitsuaki.makino@tryeting.jp"
] | mitsuaki.makino@tryeting.jp | |
4678409c198a3a280046251d5d3118f1a977ef15 | 745b648f2b3309686649ba8a0fe79925183b65b4 | /PA1/src/main.cpp | 46e425410c97dae46fc38bbe3d9786ce7a073569 | [] | no_license | Ashantiaja/CS480-ComputerGraphics | bbd216fff5ef682e649f6c4b2feaff781f5ef8e1 | 46b3edc165bf3d3932c5f00ac3919ac2f0ccec7d | refs/heads/master | 2022-12-15T12:34:16.933846 | 2020-09-23T09:31:47 | 2020-09-23T09:31:47 | 204,874,473 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,098 | cpp | #include <iostream>
#include <fstream>
#include <string>
#include "engine.h"
int main(int argc, char **argv)
{
std::string fragShaderInfo = ""; // Stores information for fragment shader
std::string vertShaderInfo = "";
// Process command line arguments
for(int i = 1; i < argc; i++) {
// Check for flag -... | [
"acudiamat@nevada.unr.edu"
] | acudiamat@nevada.unr.edu |
bb87eadadfada5156424c760828b6995ce958592 | 777a75e6ed0934c193aece9de4421f8d8db01aac | /src/Providers/UNIXProviders/MemoryResource/UNIX_MemoryResourceMain.cpp | 489ca3dd6bf32b4ef9f0b908b1c10fc318dc1abc | [
"MIT"
] | permissive | brunolauze/openpegasus-providers-old | 20fc13958016e35dc4d87f93d1999db0eae9010a | b00f1aad575bae144b8538bf57ba5fd5582a4ec7 | refs/heads/master | 2021-01-01T20:05:44.559362 | 2014-04-30T17:50:06 | 2014-04-30T17:50:06 | 19,132,738 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,195 | cpp | //%LICENSE////////////////////////////////////////////////////////////////
//
// Licensed to The Open Group (TOG) under one or more contributor license
// agreements. Refer to the OpenPegasusNOTICE.txt file distributed with
// this work for additional information regarding copyright ownership.
// Each contributor lice... | [
"brunolauze@msn.com"
] | brunolauze@msn.com |
7af9ac1f08534352141cb6a5fbe77618ac7a94ad | ced251c69f78605734fa15cbc3022d82cab41a87 | /include/iai_naive_kinematics_sim/simulator_node.hpp | 82ad3c30e5dd32c58ea1665be62db59582e68752 | [] | no_license | SiChiTong/iai_naive_kinematics_sim | 47ff8980ae662a83b03b46bd6b85b72f9a06e203 | 731677f541f6937b547cf3027f42151dada92263 | refs/heads/master | 2021-06-20T15:06:50.332576 | 2017-06-12T14:09:32 | 2017-06-12T14:09:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,473 | hpp | /*
* Copyright (c) 2015-2017, Georg Bartels, <georg.bartels@cs.uni-bremen.de>
* 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 copy... | [
"georg.bartels@cs.uni-bremen.de"
] | georg.bartels@cs.uni-bremen.de |
92c4c496a5f3a791df67bef8cd2e42edc5fc2450 | 22aa78e3809b48dd475f42ff1c6b9d7af3548405 | /CPP_Primer/C++_160B/Battleship/pointcollection.h | 772cacc60748550ecf64f532c92d0d3faddd5f7c | [] | no_license | addisonu/Cpp_Primer | 30fe8ef3a6a32bb80e18ec7125557e3ba6552a3a | 69a4a3b6679c18e257c5502fb3910f2d31b36089 | refs/heads/master | 2021-01-01T05:49:57.844516 | 2017-11-16T15:36:26 | 2017-11-16T15:36:26 | 15,954,636 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 655 | h | //
// PointCollection.h
// Battleship
//
#ifndef POINT_COLLECTION_H
#define POINT_COLLECTION_H
#include "Point.h"
class PointCollection
{
private:
int size;
int capacity;
point* data;
void doubleArraySize();
public:
PointCollection();
PointCollection(const PointCollection& c);
... | [
"my_wireless_world@yahoo.com"
] | my_wireless_world@yahoo.com |
5439e6d79db92e8349ccaec981048c1b7208e90c | 83fc15ac0539cc4798ffe194711ec6423771de16 | /rdrand.cpp | 1fd6f94cec39f92766fb8b7f7812d1d619726ffe | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0",
"LicenseRef-scancode-public-domain"
] | permissive | cfogelklou/cryptopp | 9701b524ebe561d789e852adb5e18a8373b58e8e | 314c701d73519c0d8ab78646c7a2ffa92f0d6558 | refs/heads/master | 2021-01-16T18:38:33.151523 | 2016-06-16T12:15:46 | 2016-06-16T12:15:46 | 41,897,160 | 0 | 0 | null | 2015-09-04T04:09:20 | 2015-09-04T04:09:20 | null | UTF-8 | C++ | false | false | 15,065 | cpp | // rdrand.cpp - written and placed in public domain by Jeffrey Walton and Uri Blumenthal.
// Copyright assigned to Crypto++ project.
#include "pch.h"
#include "config.h"
#include "cryptlib.h"
#include "secblock.h"
#include "rdrand.h"
#include "cpu.h"
#if CRYPTOPP_MSC_VERSION
# pragma warning(d... | [
"noloader@gmail.com"
] | noloader@gmail.com |
fad715a5a293a0c74982875f9a4f7ffa3da53c8d | cbceb145696c06c7b846c6b200d2f4f576469e72 | /Engine/thirdparty/openal-soft/al/effects/vmorpher.cpp | e26c6fe31deff9dad6f1a3055a86c2c2e2921e99 | [
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LicenseRef-scancode-warranty-disclaimer",
"GPL-1.0-or-later",
"GPL-2.0-only",
"LicenseRef-scancode-other-copyleft",
"LGPL-2.0-only",
"MIT"
] | permissive | Try/Tempest | 21094a9aa3237017d1d9c083ba06afb93746ccca | f253babf23995c4261003777c54dd3b476819311 | refs/heads/master | 2023-09-03T13:14:37.928111 | 2023-08-31T22:32:45 | 2023-08-31T22:32:45 | 153,023,028 | 60 | 14 | MIT | 2023-04-24T20:52:06 | 2018-10-14T22:01:34 | C++ | UTF-8 | C++ | false | false | 17,233 | cpp |
#include "config.h"
#include <stdexcept>
#include "AL/al.h"
#include "AL/efx.h"
#include "alc/effects/base.h"
#include "aloptional.h"
#include "effects.h"
#ifdef ALSOFT_EAX
#include <cassert>
#include "alnumeric.h"
#include "al/eax/exception.h"
#include "al/eax/utils.h"
#endif // ALSOFT_EAX
namespace {
al::opti... | [
"try9998@gmail.com"
] | try9998@gmail.com |
58f78dd6b8974bdf9e2e1c465f47770d80fc636d | b93947d283c77a025bdb447f4daa299b251f2f2d | /155_minimum-depth-of-binary-tree/minimum-depth-of-binary-tree.cpp | aa37910417a28ac66c3fd1610bb33fe832cdce4a | [] | no_license | JasonLin6086/Lintcode | 6abf7173be7b96d29d7171429d8e0beee5e0a9c2 | 02e022ed6054ede9aca209a28af48c334ab655dd | refs/heads/master | 2020-04-06T07:11:43.189562 | 2016-09-10T20:15:28 | 2016-09-10T20:15:28 | 65,408,474 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 881 | cpp | /*
@Copyright:LintCode
@Author: jerhaulin
@Problem: http://www.lintcode.com/problem/minimum-depth-of-binary-tree
@Language: C++
@Datetime: 16-07-15 16:22
*/
/**
* Definition of TreeNode:
* class TreeNode {
* public:
* int val;
* TreeNode *left, *right;
* TreeNode(int val) {
* this->val = ... | [
"jason.lin.6086@gmail.com"
] | jason.lin.6086@gmail.com |
f998aaa13ad29be83c8d58f4026a8258f135bc11 | b581675ebe3633ea7d6e63ac7898335dc4dcd28c | /chef/JOHNY.cpp | f8bafa326040ffd2139c69c656e5e2e4966fcfb3 | [] | 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 | 463 | cpp | #include <bits/stdc++.h>
using namespace std;
#define sd(x) scanf("%d", &x)
#define sll(x) scanf("%lld", &x)
#define ll long long
ll a[101];
int main()
{
int t;
sd(t);
while(t--)
{
memset(a, 0, sizeof(a));
int k, n, i, j, index;
sd(n);
for(i=0; i<n; ++i)
sll(a[i]);
sd(k);
j = a[k-1];
sort(a,a+n)... | [
"udit043.ur@gmail.com"
] | udit043.ur@gmail.com |
8c0dd4f3838a4a29236867d80a6ddf541f746a7b | 3edacf4da87b78d6dddb2150430cc1f070bfc072 | /include/utils.h | f91ef1f087ccb9fb9eaca3fd28a229c074a18893 | [] | no_license | SoloAs/rest_cpp | c8d3ee91b3eef30ab5e650573cec41df55d91ce8 | 3f8e2f2a923e1fddb24e7899c5aeec86ee5e4e1e | refs/heads/master | 2020-05-22T07:51:07.288195 | 2019-05-28T14:41:43 | 2019-05-28T14:41:43 | 186,270,829 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 467 | h | #include "CivetServer.h"
#include <nlohmann/json.hpp>
bool error(CivetServer *server, struct mg_connection *conn, unsigned int code, char const *description, char const *message);
bool success(CivetServer *server, struct mg_connection *conn, unsigned int code, char const *description, nlohmann::json body = NULL);
in... | [
"alexander.tyutyarev@natcheztr.com"
] | alexander.tyutyarev@natcheztr.com |
869ff41ef49813a9c4ec56a7911ed41298354ddf | 110e86a4d47d90c67456c2b98f97f2afd5dc538b | /3 семестр/ООП/lab6G_clion/circle.hpp | 1dc230f2a0e83f3fd7bc7ef4c1b997d24c6cae2b | [] | no_license | Vory7/sibsutis | 11555ccc298d86be1ecb72e5296a0620db28ce0d | 0d144b61866195aee8b7d5b79ef721f433d5f915 | refs/heads/master | 2023-08-13T12:13:55.130272 | 2021-10-13T16:58:06 | 2021-10-13T16:58:06 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 543 | hpp | //
// Created by kchipson on 20.12.2019.
//
#ifndef CIRCLE_HPP
#define CIRCLE_HPP
#include <SFML/Graphics.hpp>
#include "point.hpp"
class Circle: public Point {
/* Поля */
public:
short int radius;
private:
sf::CircleShape circle;
/* Конструктор */
public:
Circle();
Circle(sf::RenderWindow* window, shor... | [
"kchipson@yandex.ru"
] | kchipson@yandex.ru |
b194147445383509034640bc2607e8d897ee355c | 2be84248e1f705a11fd8621034e31d7d5a6c78c2 | /DuiLib/DuiLib/Control/UIProgress.cpp | 6e258250fdc843bd61ded7b19fa2b6b69478aa4b | [] | no_license | radtek/work-2 | c175d449c29eab31acaeb1cca4e7d3846cad42b8 | 6fc7ea61b604ad85fc7e39a9a0ac776976f395c6 | refs/heads/master | 2020-06-14T09:59:26.330565 | 2016-08-25T01:52:14 | 2016-08-25T01:52:14 | 194,975,166 | 1 | 1 | null | 2019-07-03T03:45:33 | 2019-07-03T03:45:33 | null | UTF-8 | C++ | false | false | 4,183 | cpp | #include "StdAfx.h"
#include "UIProgress.h"
namespace DuiLib
{
IMPLEMENT_DUICONTROL(CProgressUI)
CProgressUI::CProgressUI() : m_bShowText(false), m_bHorizontal(true), m_nMin(0), m_nMax(100), m_nValue(0), m_bStretchForeImage(true)
{
m_uTextStyle = DT_SINGLELINE | DT_CENTER;
SetFixedHeight(12);
}
LPCTSTR CPro... | [
"zhlstudy@163.com"
] | zhlstudy@163.com |
cdda19d69065d4e75ea04615014613c6b4394c8d | a138d9eab9959b74773b5812e13665853ca4cdd4 | /msvis/MSVis/VisBuffer.cc | 7418cf71048f1873d35e7cb9cb5f1c97932730a8 | [] | no_license | JulienNGirard/LWimager-SASIR | 3abb43d1ba2b8e46f65933013a1795ea02141a01 | f4495972119c4e5fd1f418f0c480f55cb2d961fb | refs/heads/master | 2016-09-08T01:43:15.722917 | 2015-03-31T12:33:01 | 2015-03-31T12:33:01 | 33,013,851 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 63,236 | cc | //# VisBuffer.cc: buffer for iterating through MS in large blocks
//# Copyright (C) 1996,1997,1998,1999,2000,2002,2003
//# Associated Universities, Inc. Washington DC, USA.
//#
//# This library is free software; you can redistribute it and/or modify it
//# under the terms of the GNU Library General Public License as pu... | [
"julien.girard@cea.fr"
] | julien.girard@cea.fr |
5c745874887e662fb842aadd6949478656a596e5 | 36f9b05b64d852465e05042f95360969403b01c9 | /contrib/brl/bseg/boxm2/ocl/algo/boxm2_ocl_fuse_based_visibility.h | 0ca3accc37824d4e7f98c5475449338baa67e622 | [] | no_license | daniel-perry/vxl | 5d082833c0ecc3214705d47070d4559e63db60d8 | 223741246e925272f86c29211c305163ae7feb59 | refs/heads/master | 2021-01-16T20:06:45.848284 | 2014-07-30T20:01:20 | 2014-07-30T20:01:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,374 | h | #ifndef boxm2_ocl_fuse_based_visibility_h_
#define boxm2_ocl_fuse_based_visibility_h_
//:
// \file
#include <bocl/bocl_device.h>
#include <bocl/bocl_kernel.h>
//boxm2 includes
#include <boxm2/boxm2_scene.h>
#include <boxm2/boxm2_block.h>
#include <boxm2/ocl/boxm2_opencl_cache2.h>
#include <boxm2/io/boxm2_cache2.h>
#i... | [
"vishal@visionsystemsinc.com"
] | vishal@visionsystemsinc.com |
9b774ca076cc6c71354cdce7c83eded14a498ac7 | f0dc075f563e2911cd200e0b9f5e2379d5977257 | /Classes/Models/Character/Disease/DiseaseType/Disease03/Disease03Model.h | dbe7fe4bc2ddd710f4e0379826d41b03438b8d7b | [
"MIT"
] | permissive | friedcroco070801/defense-squad | 2d8bc8fb8a31f22f47cb8be922ef7c0533caa9b0 | 35f62812ca3e5a15de64bd2808eabbdc82fd848b | refs/heads/main | 2023-06-30T03:45:11.193629 | 2021-08-01T09:52:20 | 2021-08-01T09:52:20 | 378,808,119 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 239 | h | #ifndef __DISEASE_03_MODEL_H__
#define __DISEASE_03_MODEL_H__
class DiseaseModel;
class Disease03Model : public DiseaseModel {
public:
Disease03Model();
virtual ~Disease03Model(){}
protected:
};
#endif // !__DISEASE_03_MODEL_H__ | [
"trung.nguyencasau@gmail.com"
] | trung.nguyencasau@gmail.com |
3223dd0b796816a3092e8619fb411b4b9b6d1f45 | 111419c98d140b4f9a6f47f6bf0d1f1ba055e062 | /1-11QtGui/mainwindow.cpp | fa544be870f555127e00b9ffe230ca3541e6ddd2 | [] | no_license | Eiji127/QtTutorials | 63be87db166b71ede5f09dde736f144fc25e332e | 36f0d2c5cb08f5075da96dccc36020775645b428 | refs/heads/main | 2023-05-30T22:46:37.423145 | 2021-06-19T14:38:59 | 2021-06-19T14:38:59 | 367,534,834 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 457 | cpp | #include "mainwindow.h"
#include "ui_mainwindow.h"
#include <QDebug>
#include <QMessageBox>
MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent)
, ui(new Ui::MainWindow)
{
ui->setupUi(this);
}
MainWindow::~MainWindow()
{
delete ui;
}
void MainWindow::on_pushButton_clicked()
{
qDebug() <... | [
"64912886+Eiji127@users.noreply.github.com"
] | 64912886+Eiji127@users.noreply.github.com |
9d51a5c0f5eda9ecf53eb5f618629e6ded9afbb7 | df7366b9d1e195458e2df676543248e7dddcbdb4 | /uri1079.cpp | a1ceaac740227f36e47c6bf6a7caf9774bc05f1f | [] | no_license | FahimSifnatul/problem_solving_with_FahimSifnatul_cpp_version | b30e76a19b3ec95e298fe1ed60533e51344d090b | 639071ed1b00be6ab1a648fc995c7a5044f58c2a | refs/heads/master | 2022-07-14T05:09:32.098498 | 2020-05-20T09:42:30 | 2020-05-20T09:42:30 | 265,513,170 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 276 | cpp | #include<iostream>
#include<iomanip>
using namespace std;
int main()
{
int n;
float x,y,z;
cin>>n;
for(int i=1;i<=n;i++)
{
cin>> x >> y >> z;
cout << fixed << setprecision(1) << x*.2+y*.3+z*.5 <<"\n";
}
return 0;
}
| [
"noreply@github.com"
] | FahimSifnatul.noreply@github.com |
31acc9da900c749c1425b0327ecfa16255d95c7e | 6148c3ed6e2de29e47829a37cf7ec891a2325811 | /RandomLoader.h | 5eca31ef2b4695307355f456b38387006868b205 | [] | no_license | Solonets/SNAnon | 95a1ce7a4b587fa748f6b0a08e674aac6b5ac929 | ae8c8b79a504a16dcf51aaa4eaa32c913e68f283 | refs/heads/master | 2020-12-30T14:44:26.339933 | 2017-05-12T10:04:44 | 2017-05-12T10:04:44 | 91,077,751 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 375 | h | #pragma once
#include "GraphLoader.h"
#include <string>
class RandomLoader :
public GraphLoader
{
private:
int vn;
int maxDegree;
int seed;
public:
RandomLoader(int n, int maxDegree, int seed);
virtual void load_names();
virtual void load_edges();
virtual void load_attributes() {};
virtual void ... | [
"noreply@github.com"
] | Solonets.noreply@github.com |
c2f3233e9d22d5ec56eee728575d525b9ff21e94 | fcb995a27f07e922b10532bb9c098bee2a7bd390 | /ArcadeApp/Engine/Input/Input.h | 611ef269d0c4329275fc4aeae39655897221cabb | [] | no_license | TheseusNUL/ArcadeApp | dd7dedc6e9b00682fbd1a4f40cb8cf40ea8633a3 | 29a8641bb534f7e8c6bda0a7a2e7ff85f5780121 | refs/heads/master | 2020-12-20T18:40:48.512223 | 2020-01-25T22:17:51 | 2020-01-25T22:17:51 | 236,173,599 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 719 | h | #pragma once
#include <functional>
#include <stdint.h>
/* Create typedefs for input types*/
using InputKey = uint8_t;
using InputState = uint8_t;
using InputAction = std::function<void(uint32_t deltaTime, InputState state)>;
struct ButtonAction
{
InputKey key;
InputAction action;
};
/*--------------------------... | [
"45854859+TheseusNUL@users.noreply.github.com"
] | 45854859+TheseusNUL@users.noreply.github.com |
9ac3ee42bab49a098583e70b870624652fe9641f | d0be9a869d4631c58d09ad538b0908554d204e1c | /utf8/lib/client/vengine/src/exception/errorinfo.cc | 19c6cee6c1b4caf4e8e2ba8bc601889e5497b050 | [] | no_license | World3D/pap | 19ec5610393e429995f9e9b9eb8628fa597be80b | de797075062ba53037c1f68cd80ee6ab3ed55cbe | refs/heads/master | 2021-05-27T08:53:38.964500 | 2014-07-24T08:10:40 | 2014-07-24T08:10:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 13,339 | cc | #include <windows.h>
#include <tlhelp32.h>
#include <time.h>
#include <dbghelp.h>
#include "vengine/exception/errorinfo.h"
#define DUMP_SIZE_MAX 8000
// max number of traced calls
#define CALL_TRACE_MAX ((DUMP_SIZE_MAX - 2000) / (MAX_PATH + 40))
#define NL _T("\r\n") // 换行
namespace vengine_exceptio... | [
"viticm@126.com"
] | viticm@126.com |
e42399bee0530b05036bfc62e162bcc48b9c399f | a9dc2740e210cf52b9f1fb5f8d97e0eff3d0d9b7 | /WIPPY_CSGO/CGavemEventManager.h | d8143a80125a76cafb540848afe351f6b6875606 | [] | no_license | plasmafart/ConvaCheats-CSGO | 61513382cd83d719b046d820db9643dcd633a2bd | 6f678f6dab0f47baac81d13892e5c20733fb35e9 | refs/heads/master | 2021-04-05T23:47:31.061868 | 2018-01-02T20:26:13 | 2018-01-02T20:26:13 | 124,439,844 | 1 | 0 | null | 2018-03-08T19:45:04 | 2018-03-08T19:45:04 | null | UTF-8 | C++ | false | false | 285 | h | #ifndef _CGAMEEVENTMANAGER_H_
#define _CGAMEEVENTMANAGER_H_
class cGameEventManager : public ValveSDK::IGameEventListener2
{
public:
cGameEventManager();
void FireGameEvent(ValveSDK::IGameEvent *event);
void RegisterSelf();
};
extern cGameEventManager gGameEventManager;
#endif | [
"alexpsp00@gmail.com"
] | alexpsp00@gmail.com |
b6ae704e8a73a91c4cd6bd2c1e4e53ab096ef6bd | 02a10a5244d2214e932e54399e4b56b68fe5974b | /headers/ScriptServerActorStopRidingEvent.h | 35327c8c72cedb80571e13ef91f5271e8cd833a8 | [] | no_license | inxomnyaa/symbols-auto | 839381c1e83f434b76b2faccadee5e413ac5f376 | 439a1399473cc765badc1b5c438fbf83d9eadf1d | refs/heads/master | 2023-06-21T23:17:07.389321 | 2019-11-16T19:13:05 | 2019-11-16T19:13:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 257 | h | #pragma once
class ScriptServerActorStopRidingEvent : ScriptEventData {
virtual ~ScriptServerActorStopRidingEvent();
virtual ~ScriptServerActorStopRidingEvent();
virtual void _serialize(ScriptEngine &, ScriptApi::ScriptObjectHandle &)const;
}
| [
"6178101+SupremeMortal@users.noreply.github.com"
] | 6178101+SupremeMortal@users.noreply.github.com |
cd2cf613544c3b102a30d34695bb4499264df3d0 | bdc9b0972c241b12637abc8602c59ae1bffcde44 | /environments/MNAgentPuzzle.cpp | 95d773ef92b18d056c90395b24bb4039a44ec66d | [
"MIT"
] | permissive | carolyn-y/hog2 | eb0a3361b0d9247d1b7a4891fc1e1095b3eabf44 | 96616b40f4173959b127011c76f3e649688e1a99 | refs/heads/master | 2023-07-09T05:28:49.342432 | 2015-08-19T22:00:37 | 2015-08-19T22:00:37 | 277,397,436 | 0 | 0 | MIT | 2020-08-13T16:17:02 | 2020-07-05T23:02:04 | null | UTF-8 | C++ | false | false | 5,339 | cpp | /*
* MNAgentPuzzle.cpp
* hog2
*
* Created by Nathan Sturtevant on 9/25/10.
* Copyright 2010 University of Denver. All rights reserved.
*
*/
#include "MNAgentPuzzle.h"
#include <assert.h>
void MNAgentEnvironment::GetSuccessors(const MNAgentPuzzleState &nodeID, std::vector<MNAgentPuzzleState> &neighbors) con... | [
"nathanst@3e291e08-dd2d-0410-9de5-7df0620fb8d4"
] | nathanst@3e291e08-dd2d-0410-9de5-7df0620fb8d4 |
de97d368ebb9cf321baf96dc5a4d56b16613974a | f12e4236927a1299a282a3313c896344e82ae91a | /include/game/Player.h | 93099f8c3dde2cea0ba568d101889cfce642bb19 | [] | no_license | julienvaslet/library | b7a9c3365875db839d6b07fd61ab8f578dd872b7 | 3276ab6aef9f4b49887d8d90ed4abc4a677c8b3d | refs/heads/master | 2021-01-12T14:16:46.813436 | 2017-03-02T18:35:03 | 2017-03-02T18:35:03 | 70,004,644 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 884 | h | #ifndef __GAME_PLAYER_H
#define __GAME_PLAYER_H 1
namespace game
{
class Player;
}
#include <controller/Controller.h>
#include <controller/EventHandler.h>
#include <map>
#include <string>
using namespace controller;
using namespace std;
namespace game
{
class Player
{
protected:
static map<string, Player *... | [
"julien.vaslet@gmail.com"
] | julien.vaslet@gmail.com |
8ff451927457be4150e24682cbea10b70488031f | a3d6556180e74af7b555f8d47d3fea55b94bcbda | /content/browser/network/sandboxed_network_list_browsertest.cc | 49e0b70cc64c8165b3cb0c61edf47aa0d2220509 | [
"BSD-3-Clause"
] | permissive | chromium/chromium | aaa9eda10115b50b0616d2f1aed5ef35d1d779d6 | a401d6cf4f7bf0e2d2e964c512ebb923c3d8832c | refs/heads/main | 2023-08-24T00:35:12.585945 | 2023-08-23T22:01:11 | 2023-08-23T22:01:11 | 120,360,765 | 17,408 | 7,102 | BSD-3-Clause | 2023-09-10T23:44:27 | 2018-02-05T20:55:32 | null | UTF-8 | C++ | false | false | 6,492 | cc | // Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <memory>
#include <string>
#include <vector>
#include "base/feature_list.h"
#include "base/files/file_util.h"
#include "base/json/json_reader.h"
#include "base/json/j... | [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
72dbea11f3f367470398aaeb37b67ee845a3f39f | 7bdd054783eda064da904e1c684d7a04fe5cdd48 | /source/NetConfAgent.cpp | 5759aee1371e2f776ce4cee56c8acb243ab1830a | [] | no_license | dritekop/Telecommunication-Mobile-Network | 27677affd458633aa77c22a17768e725e800b2a3 | a80d64d82b8eff6f5606571a6cf3275931027c94 | refs/heads/main | 2023-06-12T16:21:21.484228 | 2021-07-08T13:17:29 | 2021-07-08T13:17:29 | 368,589,127 | 0 | 1 | null | 2021-06-22T14:04:45 | 2021-05-18T15:57:52 | C++ | UTF-8 | C++ | false | false | 6,903 | cpp | #include <NetConfAgent.hpp>
#include <MobileClient.hpp>
#define MAX_LEN 100
namespace netconfag {
bool NetConfAgent::initSysrepo()
{
try {
_s_conn = std::make_shared<sysrepo::Connection>();
_s_sess = std::make_shared<sysrepo::Session>(_s_conn);
_s_sub = std::make_shared<sysrepo::Subscrib... | [
"dritekop@gmail.com"
] | dritekop@gmail.com |
9bab766985a022f1011a8b0824dad56ae0537e71 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14290/function14290_schedule_8/function14290_schedule_8_wrapper.cpp | 7d124e52b2e3cc6dd5b1b52d64e975e1b61915de | [] | no_license | IsraMekki/tiramisu_code_generator | 8b3f1d63cff62ba9f5242c019058d5a3119184a3 | 5a259d8e244af452e5301126683fa4320c2047a3 | refs/heads/master | 2020-04-29T17:27:57.987172 | 2019-04-23T16:50:32 | 2019-04-23T16:50:32 | 176,297,755 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 934 | cpp | #include "Halide.h"
#include "function14290_schedule_8_wrapper.h"
#include "tiramisu/utils.h"
#include <cstdlib>
#include <iostream>
#include <time.h>
#include <fstream>
#include <chrono>
#define MAX_RAND 200
int main(int, char **){
Halide::Buffer<int32_t> buf00(64, 64, 128, 64);
Halide::Buffer<int32_t> buf0... | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
5979ed09076b6077c2b438888f36d01b0ae036e5 | b9c8b79477b5793943abd69b826e3476114d9a71 | /connect.h | 5b2ac0e47dfde7c193fe454ec6d383bd68c74c32 | [] | no_license | lyt98123/post_inspection | 8a031b7eb5f627dcd1fd5e20dd9e57b2433d4325 | 75e27f59074e25ab2296ebf19f82fd44c5f25fed | refs/heads/master | 2021-12-04T18:13:41.610683 | 2015-04-29T08:18:17 | 2015-04-29T08:18:17 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,599 | h | //connect.h
//header file of class connect
#include <iostream>
#include <vector>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
using namespace cv;
class connected
{
public:
void FindBlobs(cv::Mat &binary, std::vector < std::vector<cv::Point2i> > &blobs);
void drawlabel(cv::... | [
"jason51032000@hotmail.com.tw"
] | jason51032000@hotmail.com.tw |
82419c2c44c949a31c49b1ef799445a26bf79f6a | fe7c1ed30236ae57fa7023251d0ddd882b1fcf0a | /src/system/GL0cContext.cpp | 44cb5f269c81b384070da093c1724434aa702fc0 | [] | no_license | LostAFSendHelp/gl0c | 3abba87f2ca5a50f028bd0501d577dd37ef97518 | c2714ba35cb339f4d2e59a2a468f802eb3e16808 | refs/heads/master | 2022-12-06T10:20:47.334987 | 2020-08-13T17:49:09 | 2020-08-13T17:49:09 | 284,423,743 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 816 | cpp | #include "GL0cContext.h"
GL0cContext::GL0cContext(const GL0cRenderer& renderer, GLFWwindow* window):
mRenderer(renderer),
mWindow(window) { }
GL0cContext::~GL0cContext() { }
void GL0cContext::terminate() const {
glfwTerminate();
}
std::shared_ptr<GL0cContext> GL0cContext::sample(GLFWwindow* window) {
auto c... | [
"49492620+LostAFSendHelp@users.noreply.github.com"
] | 49492620+LostAFSendHelp@users.noreply.github.com |
034f05398b2812f9d8907ae6ef9dc45781e6d1b8 | 91341fb7e29eb4b3a333def7147abf253ed4d448 | /basicOOP/husbandsandwifes-7.cpp | 5340a8d3c35cf9109d09e3030647bdd1749a6a68 | [] | no_license | sametcem/cpp | d34e45e9b9b5d94f50c109115de66006d1bd6a90 | ed6d570cf4077192eeb3fb48e754449eeb893006 | refs/heads/master | 2020-12-09T20:08:42.229380 | 2020-01-12T21:09:04 | 2020-01-12T21:09:04 | 233,406,194 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,068 | cpp | // husbandsandwifes-7.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
#include "pch.h"
#include <iostream>
#include <cstring> // strcpy
using namespace std;
struct Husband;
struct Wife;
void prinfo(const Husband*);
void prinfo(const Wife*);
struct Wife {
H... | [
"noreply@github.com"
] | sametcem.noreply@github.com |
95681b0e48c6a783d602eb49eaa955698e007217 | 367a80c031716a9d600a30eb72d7eac15698c7f2 | /src/math/test_plane.cc | 63d54380f5a4540244882da66d241f3ebaddd5aa | [] | no_license | mnvl/scratch | 9588ed1410655961d15d376d4bb2aad4981db859 | 7717772e0b9a85c8feb73fdc3562425f48b4a727 | refs/heads/master | 2020-04-10T08:39:52.750838 | 2012-08-19T08:24:32 | 2012-08-19T08:24:32 | 5,469,431 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,940 | cc |
#include <boost/test/unit_test.hpp>
#include "aabb.h"
#include "obb.h"
#include "plane.h"
BOOST_AUTO_TEST_SUITE(plane)
BOOST_AUTO_TEST_CASE(get_origin_1)
{
math::plane<> p1(math::vec<3>(1, -3, 5), math::vec<3>(-7, 11, -13));
math::plane<> p2(p1.get_origin(), p1.get_normal());
BOOST_REQUIRE(abs(p1.A - p2.A) < mat... | [
"manvel.avetisian@gmail.com"
] | manvel.avetisian@gmail.com |
b0274691c80b36d194785bc9fbc8ac3d8f08bbcf | faa9c9e8c695595c5055ad0482a83f8135c6c6bc | /flume/runtime/common/cache_iterator.cpp | 45b5e2c90497d7b8e482825a59e16334efbfdefe | [
"Apache-2.0"
] | permissive | baidu/bigflow | 0eb00e185ee4ff4ed291dc06694eed40ceb6ff0b | cfcef62e8a64565b1dceb84efd4278fa83f87b7c | refs/heads/master | 2023-08-19T03:52:15.753975 | 2022-10-31T02:43:43 | 2022-10-31T02:43:43 | 110,657,073 | 1,279 | 188 | Apache-2.0 | 2022-10-04T23:39:12 | 2017-11-14T07:43:04 | C++ | UTF-8 | C++ | false | false | 3,917 | cpp | /***************************************************************************
*
* Copyright (c) 2015 Baidu, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
... | [
"zhangyuncong@baidu.com"
] | zhangyuncong@baidu.com |
c54af2a86275073c8fd52bd2435f02949c845f46 | 697d8dcb9b39ef858cad57d7eced694590821ded | /KillingMonsters.cpp | add47cdf6c42376b3d4f0d97a0a0f8963facf97b | [] | no_license | KevinMathewT/Competitive-Programming | e1dcdffd087f8a1d5ca29ae6189ca7fddbdc7754 | e7805fe870ad9051d53cafcba4ce109488bc212d | refs/heads/master | 2022-02-14T09:37:31.637330 | 2020-09-26T16:15:26 | 2020-09-26T16:15:26 | 147,362,660 | 4 | 4 | null | 2022-02-07T11:13:38 | 2018-09-04T14:52:29 | C++ | UTF-8 | C++ | false | false | 1,486 | cpp | #include <bits/stdc++.h>
#include <iostream>
#include <vector>
using namespace std;
typedef long long ll;
typedef long double ld;
typedef vector<ll> vl;
typedef vector<vl> vvl;
#define F0(i,n) for (ll i = 0; i < n; i++)
#define F1(i,n) for (ll i = 1; i <= n; i++)
#define CL(a,x) memset(x, a, sizeof(x));
#define SZ(x... | [
"mathewtkevin@gmail.com"
] | mathewtkevin@gmail.com |
8a7165c12169e2c1a89da05af5ece67bac9141f0 | 019119e06e765466fb496f03692858d9cdf6ab4f | /_oe-sdk-20071004091648/usr/local/arm/oe/arm-linux/include/mozilla-minimo/docshell/nsIWebNavigation.h | 7f37f7cec6c5bb4929c512a50cc15dda0bdef828 | [] | no_license | josuehenrique/iliad-hacking | 44b2a5cda34511f8976fc4a4c2740edb5afa5312 | 49cfd0a8f989491a6cc33cf64e8542f695d2e280 | refs/heads/master | 2020-04-06T06:40:50.174479 | 2009-08-23T16:56:01 | 2009-08-23T16:56:01 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 16,884 | h | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM /data/workareas/matthijs/svn/openembedded/build/tmp/work/minimo-0.0cvs20051025-r9/mozilla/docshell/base/nsIWebNavigation.idl
*/
#ifndef __gen_nsIWebNavigation_h__
#define __gen_nsIWebNavigation_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
/* For ... | [
"supad@tujuh.oppermannen.com"
] | supad@tujuh.oppermannen.com |
e96c518734668f12dbd562d6d914df131dc5b732 | 2d42d1d10ab31da0af30b620836f30120174ad8e | /2BIT SUMMER/ICP/src/rook.cpp | 215f8e05f72492ae2664e8ba8fe878c0eb88d0bc | [] | no_license | proback01/VUT-FIT | 9901a39201b2ca8a089f32c002adbbe9a941b8e9 | c66d7872172229eefd25f90b027856cf9a9bda5e | refs/heads/master | 2022-02-20T13:44:25.625474 | 2019-09-25T10:46:37 | 2019-09-25T10:46:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,528 | cpp | /*
* @file rook.cpp
* @brief Implementations of rook class functions
* @author Tomáš Venkrbec (xvenkr01), Jakub Frejlach (xfrejl00)
*/
#include <iostream>
#include <list>
#include "square.hpp"
#include "piece.hpp"
#include "enums.hpp"
#include "board_model.hpp"
#include "move.hpp"
#include "Pieces/rook.hpp"
u... | [
"xfrejl00@vutbr.cz"
] | xfrejl00@vutbr.cz |
57fce7aeecea50fe60c26c7dd9bdb8ae845ed92b | bfac859b9339b614bdf34c707bc1f9a92131c80d | /source/Kontroleri/kontroler.h | b872cea69c3e0c7e14c8cca7ca65eaf998866fb3 | [] | no_license | shegaa/Lista | f354a8c1cd259d07c2f16fbd6c739d884ebefdd4 | 032dc60261fe01ee5f18d3f09d489f1d47d57373 | refs/heads/main | 2023-07-07T22:17:34.415980 | 2021-09-02T18:27:35 | 2021-09-02T18:27:35 | 402,526,624 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 817 | h | #ifndef KONTROLER_H
#define KONTROLER_H
#include "source/Proxy/studentproxy.h"
#include <QObject>
class Kontroler : public QObject
{
public:
Q_OBJECT
public:
Kontroler();
StudentLista * Model();
StudentProxy * Proxy();
public slots:
void dodavanje(const QString& ime, const QString& prezime, const Q... | [
"sergejhendrix@gmail.com"
] | sergejhendrix@gmail.com |
960463cca65d108bd0bbbe5e600bae949beb183c | 644c0b6d7053bff658bdc58c3eaff3adbe8a1197 | /devices/emcdev.cpp | 4eb7800305da552e054c7e346fbec1b2b4ac364c | [] | no_license | digetx/tegra2_qemu_trace_viewer | d35a8cb4962d51fcfb9a69c764209ab01e59f36b | 39769ca66b8d0a386fd6760b0362908486672c0a | refs/heads/master | 2020-12-20T21:36:44.116265 | 2017-01-12T13:43:52 | 2017-01-12T13:43:52 | 38,266,845 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 313,908 | cpp | /*
* Copyright (c) 2014-2015 Dmitry Osipenko <digetx@gmail.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or
* (at your option) any later versi... | [
"digetx@gmail.com"
] | digetx@gmail.com |
239c7a7bb784d607690f996cb11fdd14cc999339 | 24bc4990e9d0bef6a42a6f86dc783785b10dbd42 | /chrome/browser/ash/guest_os/guest_os_remover.h | 237e427a2719815825676cf2a206729ab9f8a78b | [
"BSD-3-Clause"
] | permissive | nwjs/chromium.src | 7736ce86a9a0b810449a3b80a4af15de9ef9115d | 454f26d09b2f6204c096b47f778705eab1e3ba46 | refs/heads/nw75 | 2023-08-31T08:01:39.796085 | 2023-04-19T17:25:53 | 2023-04-19T17:25:53 | 50,512,158 | 161 | 201 | BSD-3-Clause | 2023-05-08T03:19:09 | 2016-01-27T14:17:03 | null | UTF-8 | C++ | false | false | 1,584 | h | // Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ASH_GUEST_OS_GUEST_OS_REMOVER_H_
#define CHROME_BROWSER_ASH_GUEST_OS_GUEST_OS_REMOVER_H_
#include <string>
#include "base/functional/callback.h"
#includ... | [
"roger@nwjs.io"
] | roger@nwjs.io |
5e097609b883c4fb5c96c104bcee1b250036ca9a | 30bdd8ab897e056f0fb2f9937dcf2f608c1fd06a | /Codes/AC/3725.cpp | 8158e232ba4d086e4cdcc5bd6e59cce674d89be8 | [] | no_license | thegamer1907/Code_Analysis | 0a2bb97a9fb5faf01d983c223d9715eb419b7519 | 48079e399321b585efc8a2c6a84c25e2e7a22a61 | refs/heads/master | 2020-05-27T01:20:55.921937 | 2019-11-20T11:15:11 | 2019-11-20T11:15:11 | 188,403,594 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,226 | cpp | #include<bits/stdc++.h>
#define x first
#define y second
#define pb push_back
#define mp make_pair
#define all(v) v.begin(), v.end()
#define up_b upper_bound
#define low_b lower_bound
using namespace std;
typedef long long ll;
typedef long double ld;
const int N = 1e+6 + 5;
const ll ... | [
"harshitagar1907@gmail.com"
] | harshitagar1907@gmail.com |
c26f605d04a6835812ba43fed74352d2009379d9 | 154af226e35a9ba52db9560eca50b07f5ed661fd | /Aaron/Assignment03Aaron/Executables/MyTTDM_Exec2.cpp | cf40351935b7d7b3f46cd4306937e610d9dd3ff4 | [] | no_license | jeffdk/SpecClass2011 | 9492e7386ef03914f2867391c3e5c3a7344bedd4 | 8598c47f3e99e6317285213d2c466eb9715c16fb | refs/heads/master | 2016-09-06T03:33:20.952155 | 2012-09-10T22:29:27 | 2012-09-10T22:29:27 | 1,931,578 | 18 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 1,100 | cpp | #include "DataMesh.hpp"
#include "Tensor.hpp"
#include <cstdlib>
int main(void) {
const Mesh m(IPoint(MV::fill,3,3,3));
const TensorStructure sPsi(4,"11"); // rank-2, symmetric, 3+1
Tensor<DataMesh> Psi(sPsi,m,0); // metric
for(int k=1;k<Psi.Dim();++k) Psi(k,k) = 1;
P... | [
"aaronz@caltech.edu"
] | aaronz@caltech.edu |
62c0a6bc39d004b21d91dd0dbbd1c018a969bee7 | 3cc827c0a3fb7e60171744082e916a02639d1840 | /drizzle.cc | 2f1794fd32dea06d603d59694652c95c1ca3f0c8 | [] | no_license | longlong2010/php-drizzle | 49a42e4c55e46ab405e9691e81c7478fefcfd389 | 6a049bd6960f39b14b9ba03f5e95606f225b2a5c | refs/heads/master | 2021-01-10T08:17:15.515575 | 2013-03-06T01:43:09 | 2013-03-06T01:43:09 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 17,821 | cc | /*
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2010 The PHP Group |
+--------------... | [
"longlong2010@gmail.com"
] | longlong2010@gmail.com |
74b679bd284c9fb996a510fd36933e33aa2e380b | 7c9c0ee210f2291843e1bd843868da6f7e6d8285 | /c++/Contests/leetcode_algorithms/K_similarStrings.cpp | df0d0f6474d54b3d2af77b72b4e7cf5c64ff2e49 | [] | no_license | ConstantTime/Algorival | b9496ddaa5271aaabd1acca041fc06a6d1632908 | ad9afd7530cfc366fcaac79e9faa3df6c8b4bf08 | refs/heads/master | 2020-07-20T03:54:11.435156 | 2019-11-05T13:12:44 | 2019-11-05T13:12:44 | 206,568,059 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 679 | cpp | #include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef long double ld;
typedef pair < int , pair < int , int > > mp;
#define rep(i , j , n) for(long long i = j ; i <= n ; i++)
#define per(i , j , n) for(long long i = j ; i >= n ; i--)
const long long N = 153456;
const long long mod = 1e18 +... | [
"rak1729e@gmail.com"
] | rak1729e@gmail.com |
e9ef2ed6ce909f483823f966c18a3c86f3997129 | e5e7fa50251f5ee5926f3e43ce9d80da8b49c397 | /Classes/View/GameScene/GameOver/GameOverLayer.cpp | 38063da7fd630b73c257fe3ef2ea8d034e8fa03c | [] | no_license | diyal9/HZDDZ | 06f04e246b836ed4404ebdd36ad84f297d0b7edb | 882d0f643224ea7b250ff2f9274a1a19a2ce0679 | refs/heads/master | 2020-03-25T08:43:12.132045 | 2018-08-05T17:14:46 | 2018-08-05T17:37:35 | 143,629,163 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 16,783 | cpp | #include "GameOverLayer.h"
#include "WWMacros.h"
#include "BaseCore/WWBGUI/WWTouchSprite.h"
#include "GameOverLayerRes.h"
#include "../../Common/CommLayer/CommDialog.h"
#include "../../../Model/WWDataModel/WWGameData/GameCommonData.h"
#include "../GameLogicManager.h"
#include "BaseCore/WWBTools/StringTool.h"
... | [
"yinyanlong@Mac-mini.local"
] | yinyanlong@Mac-mini.local |
3c063b4f1de898cc17552564396a6975806af503 | 1f58935b873f3072404f28b17209f2593e283011 | /Graphics/TextureRegion.h | 2a690f1ee7b20afc12798433f2214d12b4557e49 | [] | no_license | LuisEduardoReis/ores-clone | 83a8604abbfbe3b71c9ba677c9f971e1981d25a6 | 6f33c2067a907918e73ceacee074c5a7dff30b5e | refs/heads/master | 2021-06-24T07:04:06.022513 | 2021-06-06T19:06:43 | 2021-06-06T19:06:59 | 127,788,069 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 585 | h | //
// Created by luis.reis on 31-03-2018.
//
#include <SDL_system.h>
#include "../Constants.h"
#ifndef ORESCLONE_TEXTUREREGION_H
#define ORESCLONE_TEXTUREREGION_H
class TextureRegion {
public:
SDL_Texture* texture = nullptr;
SDL_Rect srcrect{};
TextureRegion() : TextureRegion(nullptr, 0,0, TILE_SIZE, T... | [
"luis.reis@feedzai.com"
] | luis.reis@feedzai.com |
92178c971fc84ca2761d58a291dd5b51b5897f53 | 6d292a0a7e05146454fb326dab4897ef9a977834 | /3d Sem/3. 24.09.2012/Task1/Task1/tree.h | c9956362802ee75ba3c3c8270106a3673f720bcd | [] | no_license | MrKuznetsov/hw-cpp | 0e52187f4195499877662fc3956edb53c59e6ac3 | 63ad463509c363bd626994ec3d90e42f8c78daf1 | refs/heads/master | 2021-03-13T00:00:23.719466 | 2013-12-10T18:42:02 | 2013-12-10T18:42:02 | 3,544,642 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 789 | h | #pragma once
#include <stdio.h>
#include <tchar.h>
#include <stack>
class Tree
{
private:
int value;
Tree *leftNode;
Tree *rightNode;
protected:
void deleteFromTree(Tree *&t, int val);
int deleteMinTree(Tree *&t);
public:
class Iterator;
Tree();
Tree(int val);
virtual ~Tree();
bool exists(int val);
... | [
"Svake@Svake-HP.(none)"
] | Svake@Svake-HP.(none) |
110c655643118fbaf4f95c2dfa100fc9242fa12f | b6995767b4ffcaef8023eb07f6571f66a340be9b | /cpp/aphw3.cpp | 75ae09ecc64b42ec2b6f6996c07dda38ae415e43 | [] | no_license | courseworks/ap1399-1-hw3 | 04a075f5206039b0ded2fb83df50855c9fa4d052 | 22267f2e166fa3df6fcd1b9394a8496cbae91557 | refs/heads/master | 2022-12-29T14:33:00.721561 | 2020-10-16T17:16:29 | 2020-10-16T17:16:29 | 304,690,881 | 4 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19 | cpp | #include "aphw3.h"
| [
"42590433+M-H-Amini@users.noreply.github.com"
] | 42590433+M-H-Amini@users.noreply.github.com |
e4b75fcf36ab8cfb104b19fdfdccb6808b21cfc3 | 52e05d8943a90960923d84c1c0068abf52c66faf | /homework/midterm1/src/iterator.h | 4b20ce0f853b07e00ab98b0fa1ab1dac4d89a77f | [] | no_license | babe18/10901_ntut_posd | 878896d9f99fcc86945b0b7385eef539ece7791f | 6c4fd99b696b171c32e14f68a13d3816da764e24 | refs/heads/main | 2023-02-19T20:19:56.816458 | 2021-01-20T15:40:49 | 2021-01-20T15:40:49 | 300,562,526 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 245 | h | #ifndef ITERATOR_H
#define ITERATOR_H
class Node;
class Iterator {
public:
virtual void first() = 0;
virtual void next() = 0;
virtual bool isDone() const = 0;
virtual Node* currentItem() const = 0;
};
#endif
| [
"t108598080@ntut.org.tw"
] | t108598080@ntut.org.tw |
56a79f4a9ae01f4e15a93ba337640a09e78f58ad | 484ec4d1331b94fe9c19fd282009d6618e9a1eef | /Real-Time Corruptor/BizHawk_RTC/waterbox/libsnes/bsnes/gameboy/cpu/core/core.cpp | 0926fa1ce7c357fa74238db3759854f3d04ac619 | [
"GPL-1.0-or-later",
"MIT"
] | permissive | mguid65/RTC3 | a565303fdfd1807a2516be5752c7b30a8be3d909 | 4082eb302f8e6e20ba621ec70308dab94985fe7f | refs/heads/master | 2020-04-13T16:57:31.933643 | 2018-12-31T16:03:39 | 2018-12-31T16:03:39 | 161,684,492 | 0 | 0 | MIT | 2018-12-13T19:19:17 | 2018-12-13T19:19:17 | null | UTF-8 | C++ | false | false | 12,720 | cpp | #ifdef CPU_CPP
#include "table.cpp"
#include "disassembler.cpp"
uint8 CPU::op_fetch() {
cdlInfo.currFlags = eCDLog_Flags_ExecOperand;
uint8 opcode = op_read(r[PC]++);
cdlInfo.currFlags = eCDLog_Flags_CPUData;
return opcode;
}
void CPU::op_xx() {
}
void CPU::op_cb() {
uint8 opcode = op_fetch();
(this->*opcod... | [
"philtre@live.ca"
] | philtre@live.ca |
3de0aec394b0d877e1f084263ed7854b9cd42221 | 466787f4b649dc156bcc34dc039eba860bf0029c | /src/main.cpp | c36b026d983b633c207de3d7dfc740adb357ce0a | [] | no_license | Bietola/streamc | 41bc29c0853adfbe16403724230063d7cbb6aff0 | 005403736fef095074f972c4beb0fd987b543a04 | refs/heads/main | 2023-04-27T02:54:59.333438 | 2021-05-15T21:08:58 | 2021-05-15T21:08:58 | 348,704,030 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 11,288 | cpp | extern "C" {
#include <inttypes.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>
#include <uiohook.h>
#include <wchar.h>
// TODO: Use more popular utf8 library
#include <rosetta_utf8.h>
}
#include <locale>
#include <iostream>
#include <sstream>... | [
"dincio.montesi@gmail.com"
] | dincio.montesi@gmail.com |
d83b6664076c41df443b14294d1420918bb88ebd | b225d89a4c5d8df3e54e0db4481fb3e41df238c4 | /src/function_wrapper.cpp | ea9a8d6d5f40ac7e8cfb7425320013bab0e2783d | [
"MIT"
] | permissive | agnat/n2o | 7646bb2209331bd98ae74b00d6d92d5af8f6a063 | d556de47783b528d0f98b85b02433286312eacc8 | refs/heads/master | 2021-01-10T20:49:14.930663 | 2014-11-24T20:09:23 | 2014-11-24T20:09:23 | 887,082 | 6 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 140 | cpp | #include "n2o/function_wrapper.hpp"
namespace n2o { namespace detail {
v8::Persistent<v8::ObjectTemplate> function_wrapper_template;
}}
| [
"david.siegel@artcom.de"
] | david.siegel@artcom.de |
a4f9ca05d99f69b62953c3764f74fa929aa93a0a | 14dbca548b97cdbaa8f44c4d3ece0743a0781388 | /ZOCB/test.cpp | fd059ac31229348057ac6ff549049b38cdefa111 | [] | no_license | zocbzotr/SKINNY-Instantiations | 8be21f57fe16b62e580c98f63485175415da832d | fbce2b5942e32aa7a80040adaa05dd1fb6069462 | refs/heads/master | 2020-05-27T01:47:52.021828 | 2020-03-29T12:13:19 | 2020-03-29T12:13:19 | 188,442,334 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,296 | cpp | /** @file test.cpp
*/
#include "test.h"
using namespace std;
#define MN 56
#define AN 24
void test()
{
ofstream fout;
string fn = "test_p" + to_string((u64)PIPE) + ".txt";
fout.open(fn.c_str());
ALIGNED_TYPE_(u8, 16) Seedkey[] =
{
0x60,0x3d,0xeb,0x10,0x15,0xca,0x71,0xbe,
0x2b,0x73,0xa... | [
"noreply@github.com"
] | zocbzotr.noreply@github.com |
475198350912e6586931d22cca9a391f31a074b5 | d8f8cd94f057453fdeea69605f0b7990548eff4a | /bindings/py_submodules.h | dc56e26f1bb919a40f9757948da9bd41a4bf185c | [
"MIT"
] | permissive | natj/runko | 2333e708171f607e1dc62d68fb85a766b5c55169 | 7cd6375c426723f53c91e31789b7ced72a38c5cb | refs/heads/master | 2023-09-04T09:06:35.817058 | 2023-02-02T13:29:48 | 2023-02-02T13:29:48 | 153,752,597 | 32 | 19 | MIT | 2023-09-06T21:10:15 | 2018-10-19T08:40:56 | Python | UTF-8 | C++ | false | false | 416 | h | #pragma once
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
namespace py = pybind11;
namespace tools {
void bind_tools(py::module& m);
}
namespace fields {
void bind_fields(py::module& m);
}
namespace vlv {
void bind_vlv(py::module& m);
}
namespace pic {
void bind_pic(py::module& m);
}
namespa... | [
"nattila.joonas@gmail.com"
] | nattila.joonas@gmail.com |
3b2199f99e49cd2fcfa25720556d8d8e0bfbadb3 | 03628f41eeda6cbf7a642bfb8e85944143515bc5 | /week9/matrixChainMultiplication.cpp | faa31636fa00fa8199cfa8264a0653af6cd74698 | [] | no_license | thoatran/DataStructureAndAlgorithm | e5a6a580755c1567fd4848d2f2e160050552a4c9 | aac65af34e5d270be7d42296ffb276d8a8701607 | refs/heads/master | 2020-06-12T05:17:17.152517 | 2019-08-04T16:28:27 | 2019-08-04T16:28:27 | 194,204,557 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,522 | cpp | //To compile and run the program, run the follơing command lines:
// g++ -std=c++11 -o matrixChainMultiplication matrixChainMultiplication.cpp
// ./matrixChainMultiplication
#include <iostream>
#include <limits>
using namespace std;
void printParenthesis(int i, int j, int n, int *s, char &na... | [
"thoatran@wlan-napt-003.u-aizu.ac.jp"
] | thoatran@wlan-napt-003.u-aizu.ac.jp |
034a3aabbf7e45a4ae01f67f385c4e4d3e5560df | 767419ca9e6a899d84db512e165c07c5842b6b27 | /aurobotservers/trunk/include/urob4/ufunctionposehist.h | 5be2ebb6830631abd28cbec2f5ab132ea5c4d320 | [] | no_license | savnik/LaserNavigation | 3bf7a95519456a96b34488cd821d4da4bee3ceed | 614fce06425c79e1d7e783aad4bbc97479798a7c | refs/heads/master | 2021-01-16T20:55:33.441230 | 2014-06-26T21:55:19 | 2014-06-26T21:55:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,521 | h | /***************************************************************************
* Copyright (C) 2006 by DTU (Christian Andersen) *
* jca@oersted.dtu.dk *
* *
* This pr... | [
"ex25@localhost.(none)"
] | ex25@localhost.(none) |
1885c1aab3121095ce8831ec4b5474b8c38f8ec6 | f939d0b9e9bce8590b61748798aca2d3bb9a0431 | /libcornet/poller.hpp | 5331de7a23570e10585bb4fe5da3f4e8ae7eded1 | [
"Apache-2.0"
] | permissive | fossabot/libcornet | de148f1232c50296035673f0309c548846b880a6 | 5593489d3d02603b0c8c28e85ce7204779eb5ec0 | refs/heads/master | 2022-11-23T19:23:42.691323 | 2020-07-25T05:28:59 | 2020-07-25T05:28:59 | 282,377,696 | 0 | 0 | null | 2020-07-25T05:28:54 | 2020-07-25T05:28:54 | null | UTF-8 | C++ | false | false | 1,378 | hpp | /*
* Copyright 2020 Alex Syrnikov <pioneer19@post.cz>
* SPDX-License-Identifier: Apache-2.0
*
* This file is part of libcornet (https://github.com/pioneer19/libcornet).
*/
#pragma once
#include <sys/epoll.h>
#include <csignal>
#include <cstdint>
#include <memory>
#include <functional>
#include <libcornet/signal... | [
"pioneer19@post.cz"
] | pioneer19@post.cz |
531d78ebe51e14ed5dda1c15cc5828483f55b407 | 3cbea0497545c00ffc87fe1fa8a74dfe88dc9509 | /581_ShortestUnsortedContinuousArray.cpp | 6d708b4d438372263c74ec0aa8cace165c137ec7 | [] | no_license | yuhenghuang/Leetcode | 40b954676feb3a2ef350188a6d86dadc44e84d71 | 3c5aafa7969a5a1eb01106676a5b94d404d07d9f | refs/heads/master | 2023-08-30T18:17:16.209053 | 2023-08-25T01:05:49 | 2023-08-25T01:05:49 | 249,166,616 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 587 | cpp | #include <local_leetcode.hpp>
class Solution {
public:
int findUnsortedSubarray(vector<int>& nums) {
int n = nums.size();
int p = 0;
int temp = INT_MIN;
for (int i=0; i<n; ++i) {
if (nums[i] < temp)
p = i;
else
temp = nums[i];
}
int ... | [
"kongqiota@gmail.com"
] | kongqiota@gmail.com |
3393770b7e9b3192c575ad571fa7e6308fbb0608 | 6cf73380bfe9deec4ce424e9d60a2838d18c32be | /src/BinDecHexOctConverter/Converter/OctalConverter.cpp | b5703065c0d47550c65e9411b4fe55886252a4a4 | [
"MIT"
] | permissive | Uroy01/BinDecHexOctConverter | e2b1e02743a9528c85dfcff284718d4f4397fe88 | a3cde288aefed1a96d04685600bba56c3ba5a698 | refs/heads/master | 2023-03-18T20:33:13.523872 | 2016-09-21T10:40:14 | 2016-09-21T10:40:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,075 | cpp |
#include <cstdio>
#include <cstdlib>
#include <sstream>
#include "OctalConverter.h"
using namespace std;
namespace NumberBaseConverter
{
string OctalConverter::ConvertToDecimal(string number)
{
int decimalNum = parseIntFromString(number);
char temp[32];
sprintf(temp, "%d",... | [
"redspidermkv@hotmail.com"
] | redspidermkv@hotmail.com |
3f5f3c1a2d535947e4d313282431d0175d939d67 | a21979910065ff0e8586b6c30e3b963a1c60d284 | /yacppccpp/fndef.h | a086cc01f64772a07501c40172b2db72a444708a | [
"MIT"
] | permissive | izik1/yacppccpp | 556824d5a809a1d772aaeab7c28abfc256dedee8 | 382b21c5e43ce817e615dda4db46dcad4ca2f850 | refs/heads/master | 2021-08-24T14:03:18.580102 | 2017-12-10T03:56:22 | 2017-12-10T03:56:22 | 106,514,191 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 642 | h | #pragma once
#include "codetype.h"
#include <vector>
#include <string>
#pragma warning(push, 0)
#include "llvm/IR/Type.h"
#pragma warning(pop)
#include "function.h"
#include "ast.h"
class fndef {
public:
std::vector<std::shared_ptr<codetype>> m_argTypes;
std::vector<std::string> m_argNames;
std::vector<llvm... | [
"zgyurkovitz@gmail.com"
] | zgyurkovitz@gmail.com |
8474f289a82413dea2df36209659dd39aa872eca | 300de94b3294d23a31c3fb963a4ebd8796dbc36a | /geometry_msgs/TransformStamped.h | eb8f708c223fe648ef7ac63c4c2e392e70c75257 | [] | no_license | uas-at-ucla-dependencies/sensor_msgs | 2ac6950a8b021da211cf4c4d8453a597d5985faa | 7926ae1b63c33e9207483253f2911e5551418afe | refs/heads/master | 2020-07-09T17:42:53.824301 | 2019-03-07T21:06:12 | 2019-03-07T21:06:12 | 204,037,375 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,186 | h | // Generated by gencpp from file geometry_msgs/TransformStamped.msg
// DO NOT EDIT!
#ifndef GEOMETRY_MSGS_MESSAGE_TRANSFORMSTAMPED_H
#define GEOMETRY_MSGS_MESSAGE_TRANSFORMSTAMPED_H
#include <string>
#include <vector>
#include <map>
#include <ros/types.h>
#include <ros/serialization.h>
#include <ros/builtin_messag... | [
"comranmorsh@gmail.com"
] | comranmorsh@gmail.com |
4c707b9b60fd8042a096c7cb368393624b0fc1a7 | 944ddcde9dba7c11ac02ff76049ece1884dd6dc8 | /src/tests/vector_int_test.cpp | bafcd934e2ec931b1d1bde53578ae3a3a62efd88 | [
"MIT"
] | permissive | degarashi/frea | a4b64c1ad89b2a9ecf42ee5df615ac764718c34b | bb598245c2ab710cc816e98d7361e5863af5fd7e | refs/heads/master | 2020-05-21T19:25:41.061200 | 2019-09-07T11:40:12 | 2019-09-07T11:40:12 | 65,202,260 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,190 | cpp | #include "test.hpp"
namespace frea {
namespace test {
// 整数ベクトルテストケース
template <class T>
using IntVector = RVector<T>;
using ITypes = ToTestTypes_t<types::VectorRange_t<types::Int_t>>;
TYPED_TEST_SUITE(IntVector, ITypes);
// 整数の積算、除算に関するチェック
TYPED_TEST(IntVector, MulDiv) {
USING(value_t);
USING(v... | [
"slice013@gmail.com"
] | slice013@gmail.com |
e0b4161a328baba7c0d8a083d502dc92022b2982 | 600cdd365c0b8ef01a77e5bcb95d366a9a67008b | /src/server/scripts/EasternKingdoms/Stratholme/boss_magistrate_barthilas.cpp | 94ed8bd2017d893d602dc6b157d00b25fe198762 | [] | no_license | samaelsacred/Wow-4.3.4 | f2d47374ca674a58007d5dc02453ea891b80e173 | 88c972c667bc4c1602b35b73ed0c78cd4377b2e7 | refs/heads/master | 2020-12-25T12:40:38.084994 | 2015-03-23T17:29:22 | 2015-03-23T17:29:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,741 | cpp | /*
* Copyright (C) 2015 DevKM <http://facebook.com/krizttianmoreno>
* Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Fou... | [
"krizttian@live.com"
] | krizttian@live.com |
88610b2e2f104f0136de2ac9a8631ac5d241f7b4 | 61aa319732d3fa7912e28f5ff7768498f8dda005 | /src/dev/x86/i8237.cc | 437a376bfd2c7122746a8374f2a6a18da44523a4 | [
"BSD-3-Clause",
"LicenseRef-scancode-proprietary-license",
"LGPL-2.0-or-later",
"MIT"
] | permissive | TeCSAR-UNCC/gem5-SALAM | 37f2f7198c93b4c18452550df48c1a2ab14b14fb | c14c39235f4e376e64dc68b81bd2447e8a47ff65 | refs/heads/main | 2023-06-08T22:16:25.260792 | 2023-05-31T16:43:46 | 2023-05-31T16:43:46 | 154,335,724 | 62 | 22 | BSD-3-Clause | 2023-05-31T16:43:48 | 2018-10-23T13:45:44 | C++ | UTF-8 | C++ | false | false | 5,052 | cc | /*
* Copyright (c) 2008 The Regents of The University of Michigan
* 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, ... | [
"sroger48@uncc.edu"
] | sroger48@uncc.edu |
02fe2478cd99fe15cfb000ec967cf150fdc7e083 | ad74f7a42e8dec14ec7576252fcbc3fc46679f27 | /GnutellaProtector/GWebCache.cpp | ddd67c80ee7365b872d011b765b602c2e585263c | [] | no_license | radtek/TrapperKeeper | 56fed7afa259aee20d6d81e71e19786f2f0d9418 | 63f87606ae02e7c29608fedfdf8b7e65339b8e9a | refs/heads/master | 2020-05-29T16:49:29.708375 | 2013-05-15T08:33:23 | 2013-05-15T08:33:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 28,707 | cpp | // GWebCache.cpp
#include "stdafx.h"
#include "GWebCache.h"
#include "ConnectionManager.h"
#include "imagehlp.h" // for MakeSureDirectoryPathExists
#include "GnutellaProtectorDll.h"
//
//
//
GWebCache::GWebCache()
{
srand((unsigned int)time(NULL));
m_socket.InitParent(this);
// Load url cache
//ReadWebCacheURLsF... | [
"occupymyday@gmail.com"
] | occupymyday@gmail.com |
e0b0b400c4f74e9fec1f7f293d44b448c9676c80 | f1201a1f7951ca9a237860a5e61446b876ae2b22 | /map/binarymap.cpp | 0b0de669d5a9a0e86a376e81ab271cedb699c1c3 | [] | no_license | PREF/PrefLib | 2744159e36b5faf14d83f3be3bfba6e487075646 | 840c0a1df635c92a34501e3eec066ec13021e911 | refs/heads/master | 2021-06-20T10:45:08.929707 | 2017-07-19T12:30:20 | 2017-07-19T12:30:20 | 33,445,030 | 9 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,330 | cpp | #include "binarymap.h"
namespace PrefLib {
namespace Map {
BinaryMap::BinaryMap(): _mode(MapMode::Class)
{
}
BinaryMap::~BinaryMap()
{
}
void BinaryMap::doElaborate()
{
IO::DataBuffer* databuffer = this->dataBuffer();
uint64_t len = this->length();
this->_data.resize(len);
for(uint64_t i = 0, off... | [
"trogu.davide@gmail.com"
] | trogu.davide@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.