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
38040a19eb92188c14c652bae93a0119cac9c422
85c73ab23bf994a4868785fa024d1c614f137794
/include/vob/aoe/core/data/_Database.h
c2b6f075445f285651d963884aadee7bf0bcc08f
[ "MIT" ]
permissive
voblivion/AnotherEngine
efe2366597a251225dd59e62bf250e3500cb97c0
6e0d5de26fce6619afd4ac854ae49e6e9a31587b
refs/heads/master
2023-06-10T18:34:56.540138
2023-06-06T18:52:07
2023-06-06T18:52:07
182,630,295
5
0
null
null
null
null
UTF-8
C++
false
false
1,214
h
#pragma once #include <cassert> #include <memory> #include <vob/aoe/core/data/ADatabase.h> #include <vob/aoe/core/data/Cache.h> #include <vob/aoe/core/data/Id.h> namespace vob::aoe::data { template <typename DatabaseLoaderType> class Database final : public ADatabase { public: // Aliases using DatabaseLoa...
[ "voblivion@hotmail.fr" ]
voblivion@hotmail.fr
274188e0294a56089695f5180527fbdcaa471c13
fb44c3e29478d04f30a6417001c4a3755a804dad
/src/headers/oclint/rule/NPathComplexityRule.h
cf7f2d62f616f4a34ceff9d24b2e46e649f11e38
[ "BSD-3-Clause" ]
permissive
lqi/mo
259003c8c0111694ebed9f58f989869778daf33b
5fd621f308b380ed25747e76d16303acb9d314a2
refs/heads/master
2021-01-18T06:48:38.410283
2012-05-25T01:41:40
2012-05-25T01:41:40
2,451,123
0
0
null
null
null
null
UTF-8
C++
false
false
525
h
#ifndef OCLINT_RULE_NPATHCOMPLEXITYRULE_H #define OCLINT_RULE_NPATHCOMPLEXITYRULE_H #include "oclint/Rule.h" namespace clang { class Decl; } class NPathComplexityRule : public Rule { private: static RuleSet rules; int maxAllowedNPath(); bool isMethodDefination(clang::Decl* decl); bool isMethodNPathHigh(CX...
[ "longyi@chaione.com" ]
longyi@chaione.com
f147a94525814e783c037c11fed519011e45aff5
dcf415dd868be5999942d874ad766bd5d0d0a074
/SisecPlayer/cdialogdubbing.h
d6bdf196ce0ae8631bb9cd35d84afda0d45f3d13
[]
no_license
github188/SPlayer
8f2dc00e2b2b8a26c5953390ae8cb89067bfbc80
d0439fe9130f0932eada82bb8b08b0b8b89b8411
refs/heads/master
2020-12-30T18:16:31.667255
2016-07-05T04:53:54
2016-07-05T04:53:54
62,694,150
0
2
null
2016-07-06T05:38:52
2016-07-06T05:38:51
null
UTF-8
C++
false
false
483
h
#ifndef CDIALOGDUBBING_H #define CDIALOGDUBBING_H #include <QDialog> #include "ui_cdialogdubbing.h" class CDialogDubbing : public QDialog { Q_OBJECT public: CDialogDubbing(QWidget *parent = 0); ~CDialogDubbing(); public: QString GetVideoFileName(); QString GetAudioFileName(); protected slots: void OnBtnVideo...
[ "625879567@qq.com" ]
625879567@qq.com
d8ada338e79ffb24885f4317165beb8f27a8d448
fdb094554e7d2df6e19edab969b3c9f5ee708c77
/confused.cpp
59a1ad98229d8692226bd5d202d4e564e8307385
[]
no_license
zhxiaoq9/CodeExercise
d0523af589c769dfa20ef8e7f6788bed86387dbe
5a26c6b15db00ce27ba3721c8c2adb5ce2355f85
refs/heads/master
2021-01-20T00:21:57.882766
2017-10-17T03:34:49
2017-10-17T03:34:49
89,120,143
0
0
null
null
null
null
UTF-8
C++
false
false
4,687
cpp
//目的:C/C++常见的一些易混淆的知识点 #include <iostream> using namespace std; //数组字符串与指针 //一个指针p无论指向数组还是堆上分配的内存,sizeof(p)永远是4 void pointerANDarray(){ char a[] = "12345"; char *p = a; cout << "char a[] = \"12345\"" << endl; cout << "char *p = a" << endl; cout << "strlen(a) = " << strlen(a) << endl; //5 cout << "sizeof(a) = ...
[ "noreply@github.com" ]
zhxiaoq9.noreply@github.com
5c9e38c22959840c90c13867647f42f8348b01fd
c6f4fe2766815616b37beccf07db82c0da27e6c1
/Clock.h
1b05c3c9256c249e36a592f670ce52aa41b277cc
[]
no_license
fragoulis/gpm-sem1-spacegame
c600f300046c054f7ab3cbf7193ccaad1503ca09
85bdfb5b62e2964588f41d03a295b2431ff9689f
refs/heads/master
2023-06-09T03:43:53.175249
2007-12-13T03:03:30
2007-12-13T03:03:30
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,072
h
#pragma once #include "Singleton.h" #include "TimeSource.h" #include "Timer.h" #include <vector> using std::vector; // Number of frames saved to compute the average time delta static const int FRAMES_SAVED = 5; class Timer; typedef vector<Timer*> TimerArray; class Clock : public Singleton<Clock> { ...
[ "john.fragkoulis@201bd241-053d-0410-948a-418211174e54" ]
john.fragkoulis@201bd241-053d-0410-948a-418211174e54
9b4aae182b5cf57443a637f59be589d08a4d383e
313e686e0f0aa3b2535bc94c68644ca2ea7b8e61
/src/server/game/Instances/InstanceSaveMgr.cpp
59554ded84e279ef4574c7acb9d4e6150ac1a3da
[]
no_license
mysql1/TournamentCore
cf03d44094257a5348bd6c509357d512fb03a338
571238d0ec49078fb13f1965ce7b91c24f2ea262
refs/heads/master
2020-12-03T00:29:21.203000
2015-05-12T07:30:42
2015-05-12T07:30:42
null
0
0
null
null
null
null
UTF-8
C++
false
false
26,047
cpp
/* * Copyright (C) 2014-2015 TournamentCore * Copyright (C) 2008-2015 TrinityCore <http://www.trinitycore.org/> * Copyright (C) 2005-2009 MaNGOS <http://getmangos.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 t...
[ "TournamentCore@gmail.com" ]
TournamentCore@gmail.com
25684c328b6bfd8c50cc739caa0328bbedc2b77c
5fbf7874dfe3f7815fb0751401106f65fb46d6d0
/test/pumpkinSpiceTest/pumpkinSpiceMeshTest.cpp
58461bbd33cca47fb26e98af234649cddb040f73
[ "MIT" ]
permissive
LaurieHarding-Russell/FormBuilder
9a86f3f8d11135f0aa1f3176935cefcd35291d8e
a456d57c774b222ad10a7f41d8ae2f362f8d1844
refs/heads/master
2023-01-03T05:49:52.258167
2020-10-23T00:36:24
2020-10-23T00:36:24
215,917,753
0
0
null
null
null
null
UTF-8
C++
false
false
1,127
cpp
#include "gtest/gtest.h" #include "lib/PumpkinSpice.h" TEST(PumpkinSpice, InputComponentCanSelect) { PumpkinSpice pumpkinSpiceCompiler = PumpkinSpice(100, 100); PumpkinSpiceInput pumpkinSpiceInput; pumpkinSpiceInput.basePumkinFileName = "test/pumpkinSpiceTest/pumpkinSpiceMeshTest.pumpkin"; pumpkinSpiceInput....
[ "laurieHardingRussell@gmail.com" ]
laurieHardingRussell@gmail.com
7371997cd23371e474591d1d8977155128d2cfbf
11c9cc61ae0c48ed0b81a1e2b35f97b45421f263
/library/src/main/jni/include/opencv2/core/saturate.hpp
9f6ee7b356b97b2274b98051f06fda66737703db
[]
no_license
ben622/live
b9c76764c672c2c9b2959370f8011cd7a5ca2b27
d6a3700d5fcbd1dc02597d2c690d3c39411cbcc2
refs/heads/master
2020-04-15T11:11:16.736138
2019-09-11T08:23:34
2019-09-11T08:23:34
164,618,715
10
4
null
null
null
null
UTF-8
C++
false
false
10,842
hpp
/*M/////////////////////////////////////////////////////////////////////////////////////// // // IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING. // // By downloading, copying, installing or using the software you agree to this license. // If you do not agree to this license, do not download, instal...
[ "zhangchuan622@gmail.com" ]
zhangchuan622@gmail.com
5c18665e3977bf6baa4b76a02b2846101ace4cd0
02795068680d1cd57fc21c00b873a618c920d943
/src/Renderer.cpp
62c19cb921da7c38e1ecd0034af7ea3d891bc1b5
[]
no_license
ArnaudValensi/2d-game-engine-cpp-opengl
fbd4c1d2cba8ad53df386e7c95d5dbd2a1131f4f
3057e3f776f86fa7663adf34b70a64ec70d0b8d3
refs/heads/master
2021-01-05T15:59:35.811631
2020-07-01T11:08:57
2020-07-01T11:47:32
241,068,377
5
0
null
null
null
null
UTF-8
C++
false
false
6,630
cpp
#include "Renderer.h" #include "Config.h" #include "Rect.h" #include "Shader.h" #include "debug.h" #include <GL/gl3w.h> #include <SDL.h> #include <fmt/core.h> #include <imgui.h> #include <imgui_impl_opengl3.h> #include <imgui_impl_sdl.h> void Renderer::Init() { // NOTE: There is two error with SDL: // "MessageTrac...
[ "arnaud.valensi@gmail.com" ]
arnaud.valensi@gmail.com
544e08f11e18686f50b15f67606312f176a2fe09
53a43fcb2e3efa442691e220f213c2dad84149e8
/FileSetDesc.cpp
4dbd7c03b580ad3a2e1c27aa64bbbeadca6eb13b
[]
no_license
BAKFR/UDF-Reader
8b0aae5bc62bf6374af6afb75803aa280aaa2cae
b9eeac08530913d4fc5fca40aaae3da9f1f04b74
refs/heads/master
2021-01-22T19:31:41.011739
2013-05-20T20:25:12
2013-05-20T20:25:12
9,924,449
1
1
null
null
null
null
UTF-8
C++
false
false
2,217
cpp
#include "FileSetDesc.hpp" #include <sstream> FileSetDesc::FileSetDesc() : Descriptor("File Set Descriptor", 480) { } void FileSetDesc::setData(uint8_t *buffer) { record_time.setData(buffer); buffer += 12; inter_lvl = ((uint16_t*)buffer)[0]; max_inter_lvl = ((uint16_t*)buffer)[1]; buffer += 4; charse...
[ "kevin.bernard.allies@gmail.com" ]
kevin.bernard.allies@gmail.com
4cb4b5431fb2f6dc2ee71bdf4ca7e72392f4cf2f
772153486feb64ef9692de1c27d6da233478cf25
/changeaccountingminiform.cpp
cd5183ecf1ab8c432d5fe5c26d25f2e530d1827f
[]
no_license
Lelius/FileLibrary
6115fee5b4fe72062a52d1f10f6fcdb623bf11da
ceb09bb84b772eed4f7e2dc7d015995d8d3d1206
refs/heads/master
2020-12-22T04:59:32.217861
2020-01-28T20:31:04
2020-01-28T20:31:04
194,981,603
3
0
null
null
null
null
UTF-8
C++
false
false
1,208
cpp
#include "changeaccountingminiform.h" #include "ui_changeaccountingminiform.h" ChangeAccountingMiniForm::ChangeAccountingMiniForm(QWidget *parent) : QWidget(parent), ui(new Ui::ChangeAccountingMiniForm) { ui->setupUi(this); ui->dateEditDateOfEntry->setDate(QDate::currentDate()); QIntValidator *int...
[ "Lelius@example.com" ]
Lelius@example.com
680deae01e395abdba13f9c8ca33f36350c5bad2
2f10f807d3307b83293a521da600c02623cdda82
/deps/boost/win/debug/include/boost/locale/date_time_facet.hpp
d534f7ecdaaaae66606fdf7796fd7c8a85ee0e45
[]
no_license
xpierrohk/dpt-rp1-cpp
2ca4e377628363c3e9d41f88c8cbccc0fc2f1a1e
643d053983fce3e6b099e2d3c9ab8387d0ea5a75
refs/heads/master
2021-05-23T08:19:48.823198
2019-07-26T17:35:28
2019-07-26T17:35:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
130
hpp
version https://git-lfs.github.com/spec/v1 oid sha256:9e2517b7eec33e8c5669ca7b9d9d148535b0473fce87243d8d415cea39d5abc4 size 11017
[ "YLiLarry@gmail.com" ]
YLiLarry@gmail.com
36cabec1487c63a2c48ad076ba4e5feac5c29d52
380e9b88b463d718c70bee7a8458ad8535fe1a54
/游戏组件/定制游戏/新港式五张/机器人服务/GameLogic.cpp
cbf13950bf0ec13e684eb9efdeee622d7a59f13e
[]
no_license
WesternCivilization/S-FOX-S
2804ca67ba64cea37ace48076cad76128a65f7c5
422e5182b190736d07631f92e96bb606e31cc8c7
refs/heads/master
2021-09-04T00:57:32.251715
2018-01-13T17:33:06
2018-01-13T17:33:06
null
0
0
null
null
null
null
GB18030
C++
false
false
11,296
cpp
#include "StdAfx.h" #include "GameLogic.h" ////////////////////////////////////////////////////////////////////////// //扑克数据 BYTE CGameLogic::m_cbCardListData[28]= { 0x01,0x08,0x09,0x0A,0x0B,0x0C,0x0D, //方块 A - K 0x11,0x18,0x19,0x1A,0x1B,0x1C,0x1D, //梅花 A - K 0x21,0x28,0x29,0x2A,0x2B,0x...
[ "735908933@qq.com" ]
735908933@qq.com
88b17c75c14e1266f1977a99113187bf7765b378
eec2dbab8e275f8195cb49676b7766c328e5d4b9
/Labs/lab-09-iterator-pattern-funlab-master/div.hpp
72956a6624b873e5399e2613119849c65048feb8
[]
no_license
kevint1221/CS100
84c3625116feabaa3939c844b2fd7b59348c1dba
1b2c1fed4426cbf699d446122a708cdd91172b84
refs/heads/master
2020-06-25T09:36:07.551450
2019-07-28T10:49:18
2019-07-28T10:49:18
199,273,803
0
0
null
null
null
null
UTF-8
C++
false
false
756
hpp
#ifndef DIV_H #define DIV_H #include "base.hpp" #include <iostream> #include <string> #include "binaryIterator.hpp" using namespace std; class Div:public Base { public: Div(Base* x, Base* y) { this->x = x; this->y = y; } double evaluate(); string stringify(); Base*...
[ "32470783+kevint1221@users.noreply.github.com" ]
32470783+kevint1221@users.noreply.github.com
caa57162d2ddb2694cb4ad60df9f33c2fc4fef72
5a285f70436073e5d6fc1d195bd1258dc8ae098b
/src/models/MapLineEntry.cpp
19b5f34460648a5d40d910b2088b29c91a0e9de8
[ "MIT" ]
permissive
JARVIS-AI/mario
8054b58cedebffb137d126d9c438f386b018c97b
12977d09e417ebe9b041d89564166808705f7cba
refs/heads/master
2021-01-13T03:39:03.732928
2014-10-13T20:45:58
2014-10-13T20:45:58
77,270,508
0
0
MIT
2018-10-28T17:41:28
2016-12-24T06:54:25
C++
UTF-8
C++
false
false
773
cpp
#include "MapLineEntry.h" #include <vector> #include "../helpers/Logger.h" const std::string VALUE_DELIMITER = ";"; MapLineEntry::MapLineEntry(std::string line) { m_values = extractValues(line); m_type = m_values.at(0); m_values.pop_front(); } std::string MapLineEntry::getType() { return m_type; ...
[ "daniel.hultqvist@omegapoint.se" ]
daniel.hultqvist@omegapoint.se
b262891e89b00150649594cba69a0ef1392633ba
218ca225121b8e8efc46fc2ba92e8656a492a739
/src/lib/fixed_matrix_utility.h
3af1e992849730220969fe01f75d8e2fb8524307
[]
no_license
korzen/rod
603262df831cc856edc3c50eff05961ee464f753
0ca0d29d259eff86b26cf03e785a7a5acdfb77b7
refs/heads/master
2021-01-20T04:08:10.571684
2015-02-24T15:16:12
2015-02-24T15:16:12
33,238,375
0
1
null
2015-04-01T09:22:59
2015-04-01T09:22:59
null
UTF-8
C++
false
false
12,411
h
#ifndef FIXED_MATRIX_UTILITY_H_ #define FIXED_MATRIX_UTILITY_H_ #include "macro_constant.h" #include "utility_function.h" #include "fixed_vector_utility.h" namespace dj { template <class T, int row_num, int col_num, class T1, class T2> inline void Transpose(const T1* matrix_in, T2* transpose_out) { if ((void*) matri...
[ "djangowu@gmail.com" ]
djangowu@gmail.com
8f84db2b2c5e48f3c014e6516d0a32c5777abf55
925dd4c1849f12c656800c7476c263cd6b1209f8
/H6X.ino
b48208a8f844aa91cd5b93c9559a1adf08c1bd96
[]
no_license
swipswaps/H6X
0052af7b8e23210bfa1002fadd124dea8581eb5a
f45b2cf93262bda712bd6e931ee6c73209b3d41e
refs/heads/main
2023-02-23T12:14:44.894826
2021-01-26T19:55:28
2021-01-26T19:55:28
null
0
0
null
null
null
null
UTF-8
C++
false
false
16,748
ino
/*=============================================================================================================================================================// HEX Station (Health Environment Device) by ...
[ "noreply@github.com" ]
swipswaps.noreply@github.com
8e449684558be020bbb8a349f97fbe6a7d71e945
ee5114b288f12d95292a6cb3210761e9009e2d92
/programs/Reminder_7/library/CreditStatic.cpp
777254ab44b49fed74994c302ff6321cb49e148d
[]
no_license
greshem/develop_mfc
48947b9b810676339e1bae0ff1ea1dc7b8798434
c66b7bd8fe4ba69c8b938de2bed7e307277f0280
refs/heads/master
2020-05-21T11:14:40.720392
2017-10-08T11:00:47
2017-10-08T11:00:47
45,077,670
0
0
null
null
null
null
GB18030
C++
false
false
28,128
cpp
// CreditStatic.cpp : implementation file // #include "../stdafx.h" #include "CreditStatic.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif #define DISPLAY_TIMER_ID 150 // timer id //////////////////////////////////////////////////////////////////////...
[ "qianzhongjie@gmail.com" ]
qianzhongjie@gmail.com
1decaa0d7480eff057518340bf6380cc0c7b4c3a
fbbe424559f64e9a94116a07eaaa555a01b0a7bb
/Sklearn_scipy_numpy/source/scipy/weave/blitz/blitz/array-impl.h
223b86921f2d46cd20aadcaff81a02be6a16b0f1
[ "MIT" ]
permissive
ryfeus/lambda-packs
6544adb4dec19b8e71d75c24d8ed789b785b0369
cabf6e4f1970dc14302f87414f170de19944bac2
refs/heads/master
2022-12-07T16:18:52.475504
2022-11-29T13:35:35
2022-11-29T13:35:35
71,386,735
1,283
263
MIT
2022-11-26T05:02:14
2016-10-19T18:22:39
Python
UTF-8
C++
false
false
95,304
h
// -*- C++ -*- /*************************************************************************** * blitz/array-impl.h Definition of the Array<P_numtype, N_rank> class * * $Id: array-impl.h 1414 2005-11-01 22:04:59Z cookedm $ * * Copyright (C) 1997-2001 Todd Veldhuizen <tveldhui@oonumerics.org> * * This code was re...
[ "master@MacBook-Pro-admin.local" ]
master@MacBook-Pro-admin.local
2239ea883f00e7855a706aab343ec77399cc0bf0
5cacaa743ba29c9faae3302fc62fa5f190bbf4b7
/talleres_practicas/Ejercicios C++ 2012-2013/Proyecto PB 2011-2 (Enero, 2012)/proyecto_Vladimir part 2.cpp
8ba661b40886ce996dfe9d268c876c78984bd5ea
[]
no_license
ht1204/repo_algoritmos
2c684c0f17b77fdcfeb99f44ed78ec6e7ae05d4c
7ce657fded7a660b29fa0afcdbc8576fbfa2cf45
refs/heads/main
2023-06-24T12:09:21.168292
2021-08-01T22:54:07
2021-08-01T22:54:07
353,220,712
0
0
null
null
null
null
ISO-8859-10
C++
false
false
85,087
cpp
/* Name: Proyecto gestion de pedido Copyright: Author: Luis Cervantes Hector Triana Date: 20/01/12 13:08 Description: */ /* Declaracion de librerias */ # include <iostream> # include <stdio.h> # include <string.h> # include <stdio.h> # include <stdlib.h> # include <conio.h> using namespace std; ...
[ "ptb1204@hotmail.com" ]
ptb1204@hotmail.com
d8e7fff115fa8cb30efc6bd1f9ab2de2813dfd53
f024ab2d278bb553dc82890867f22a19228966bb
/Lab9/TreeTest.cpp
1e32035b83b67e12b84f242d0dd237def4c42580
[]
no_license
jkhounsombath/LabHelp
162a35d29faedddfecbd8a1dd3afdbacd655c3fa
8d2ad81d23a6d4b959a82fb87e5362aac0a15542
refs/heads/master
2022-04-10T01:19:27.420765
2020-03-26T16:20:48
2020-03-26T16:20:48
250,155,252
0
0
null
null
null
null
UTF-8
C++
false
false
1,686
cpp
#include "TreeTest.h" void TreeTest::testAdds(BST<Pokemon, std::string> bst) { std::string americanName; int pokeNumber; std::string japaneseName; std::cout<<"What do you want the Pokemon name(US) to be: \n"; std::cin>>americanName; std::cout<<"What do you want the Pokemon number to be: \n"; std::cin>>pokeNumb...
[ "jkhounsombath@ku.edu" ]
jkhounsombath@ku.edu
6ee11516f59dd809401815499a3d0da43b0be113
4f6fcdcf4c03fd3f1dcaa92cfc9c69b2ae3cb26b
/app/libs/mono_rs_wrapper/jni/rsMonoWrapper.h
a13e33372714018d64573c4a4c5d352ff1c99b9b
[]
no_license
EE202B/rsNDKTest
fd76294019c89a41c667c3696663aa7162cac941
6519b196250f6b0cc1c728eba7eca9e879af86c8
refs/heads/master
2020-04-06T04:26:06.462204
2017-02-26T08:11:42
2017-02-26T08:11:42
82,923,013
1
0
null
null
null
null
UTF-8
C++
false
false
206
h
#ifndef __RSMONOWRAPPER_H__ #define __RSMONOWRAPPER_H__ #include "RenderScript.h" using namespace android::RSC; void launch_mono(sp<Allocation> inputAlloc, sp<Allocation> outputAlloc, sp<RS> rs); #endif
[ "wang4817@umn.edu" ]
wang4817@umn.edu
149cacc626160979ec63958cc785b76befda0464
7828fd28d3699b11568bb0a9be5f63206234565f
/Overkill/ZerglingArmy.h
146826730c8598e231ad5fd3026d57118db188b1
[]
no_license
Oldtoby1/Overkill
a0ae5fb110ef66bd155da8b641e5e9456fbf1f2e
e34cf371b918a786cedf50789d3c80eb69c4ddf6
refs/heads/master
2021-01-12T19:52:22.724759
2015-12-06T13:33:16
2015-12-06T13:33:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
483
h
#pragma once #include "BattleArmy.h" #include "InformationManager.h" class ZerglingArmy : public BattleArmy { void zerglingFSM(UnitState& myUnit, BWAPI::Unit* target); public: ZerglingArmy() {} void defend(BWAPI::Position targetPosition); void attack(BWAPI::Position targetPosition); int getAttackPriority(BWAPI...
[ "xsj.guagua@gmail.com" ]
xsj.guagua@gmail.com
87e65ad0ecf118a7b2f11a8c73a57d59c3a8cd24
4b42fae3479a99b3a1f6e16922e92809a0945c82
/components/data_reduction_proxy/core/common/data_reduction_proxy_params.cc
1e3fd9a7a0e8d3c44ee92625ee284a88d0fa21a7
[ "BSD-3-Clause" ]
permissive
Jtl12/browser-android-tabs
5eed5fc4d6c978057c910b58c3ea0445bb619ee9
f5406ad2a104d373062a86778d913e6b0a556e10
refs/heads/master
2023-04-02T05:20:33.277558
2018-07-20T12:56:19
2018-07-20T12:56:19
null
0
0
null
null
null
null
UTF-8
C++
false
false
14,960
cc
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/data_reduction_proxy/core/common/data_reduction_proxy_params.h" #include <map> #include <string> #include <vector> #include "base/c...
[ "artem@brave.com" ]
artem@brave.com
219ccc6aa8f88f0a14ff0691c4b18acc7b609be8
98b1e51f55fe389379b0db00365402359309186a
/homework_6/problem_2/10x10/0.367/U
2ee4bce870ecad061f20ad140f8a8b931f0b962f
[]
no_license
taddyb/597-009
f14c0e75a03ae2fd741905c4c0bc92440d10adda
5f67e7d3910e3ec115fb3f3dc89a21dcc9a1b927
refs/heads/main
2023-01-23T08:14:47.028429
2020-12-03T13:24:27
2020-12-03T13:24:27
311,713,551
1
0
null
null
null
null
UTF-8
C++
false
false
1,147
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 8 \\/ M anipulation | \*-------...
[ "tbindas@pop-os.localdomain" ]
tbindas@pop-os.localdomain
18011fbd10574332d589c7da2e529e8146bbc706
3ce69b9dd896e60e8833807b22e330d9bc342f6e
/codeforces/682B.cpp
64bbf3c87468a46f9d63bd6931a6eb603b887514
[]
no_license
ccanonguy/cc
49bb15ecf8734766cccbac319b19a7116232c9b2
9b72f2fbf268e455f5ae0f21317f85028baa4208
refs/heads/master
2021-01-21T14:08:41.009887
2016-10-15T06:04:58
2016-10-15T06:04:58
57,870,565
0
1
null
null
null
null
UTF-8
C++
false
false
588
cpp
#include <bits/stdc++.h> using namespace std; typedef long long ll; typedef vector<int> vi; typedef pair<int, int> ii; typedef vector<ii> vii; #define INF 1000000000 #define EPS 1e-9 #define fore(i, l, n) for (int i=int(l); i<n; i++) #define forn(i, n) fore(i, 0, n) #define pb push_back #define mp make_pair int mai...
[ "singhgurbir10@gmail.com" ]
singhgurbir10@gmail.com
413196212fbdac151ef8096a356be3a99345a5e8
75399026dac78ee4656dc2674f05b32c9a60a1e1
/dsa15_134-master/hw1/biginteger_for_binary.h
a32b61c3335a147a795545ca076c544ec3d118c9
[ "MIT" ]
permissive
silverneko/HWs
c3f406b44ac623bf8a73fe52b1532838882c6c0f
84d19316e01c3bb7b2fcf1fa9ad3dff99c01b543
refs/heads/master
2018-09-10T06:39:01.890346
2018-06-05T12:01:30
2018-06-08T11:38:45
71,684,292
0
1
null
null
null
null
UTF-8
C++
false
false
680
h
#ifndef BIGINTEGER_FOR_BINARY #define BIGINTEGER_FOR_BINARY #include "biginteger.h" /* #include <string> class BigInteger{ long long digit[300]; public: BigInteger(); BigInteger(const int&); BigInteger(const std::string&); BigInteger(const BigInteger&); ~BigInteger(); bool operator<(const BigInteger&...
[ "b03902082@ntu.edu.tw" ]
b03902082@ntu.edu.tw
a9d7d87de5d146aa2add02d6fd0dcfc9f50225f0
715c86bb9b3689cdc86300cf4fa824a3864b1b3f
/src/Distributed/common/distributed_protocol.hpp
fb302fed6a99a659a8f6c69796044ee893563ad6
[]
no_license
Ivanhan2018/zsbbserver
cb94a2353453bd41ce237aa27865b491be04d9fd
02a3827099b93f93a2e1aeb6460f6eede57ed8ee
refs/heads/master
2022-01-30T07:48:41.497675
2022-01-15T01:04:28
2022-01-15T01:04:28
168,654,088
4
9
null
null
null
null
UTF-8
C++
false
false
10,994
hpp
#ifndef __DISTRIBUTED_PROTOCOL_HPP__ #define __DISTRIBUTED_PROTOCOL_HPP__ #ifndef NONASIO #include "header.hpp" #endif #include "Global_Macro.h" #include "Distributed_Header.h" #pragma pack(push,1) // protocol format : from_command_to struct NODE_ADDRESS { int id; int address; u_short port; }; // server to man...
[ "hanxiaohua85@163.com" ]
hanxiaohua85@163.com
977b63745f09459b7165cd8de46a719c79148b98
29a4c1e436bc90deaaf7711e468154597fc379b7
/modules/gsl_specfun/include/nt2/toolbox/gsl_specfun/function/simd/sse/ssse3/gsl_sf_fermi_dirac_int.hpp
880343fd376006b2df46c5dbd5762efdacbbf553
[ "BSL-1.0" ]
permissive
brycelelbach/nt2
31bdde2338ebcaa24bb76f542bd0778a620f8e7c
73d7e8dd390fa4c8d251c6451acdae65def70e0b
refs/heads/master
2021-01-17T12:41:35.021457
2011-04-03T17:37:15
2011-04-03T17:37:15
1,263,345
1
0
null
null
null
null
UTF-8
C++
false
false
782
hpp
////////////////////////////////////////////////////////////////////////////// /// Copyright 2003 and onward LASMEA UMR 6602 CNRS/U.B.P Clermont-Ferrand /// Copyright 2009 and onward LRI UMR 8623 CNRS/Univ Paris Sud XI /// /// Distributed under the Boost Software License, Version 1.0 /// ...
[ "joel.falcou@lri.fr" ]
joel.falcou@lri.fr
79725e43eff9f4c3d17f1c0278329bf642b40bc4
51764fcae5765634e2a994e2a677ab4639c78ba8
/addressbookcontroller.h
d90fe947fac61e3dfa27daf299972c58648ca08b
[]
no_license
umair-uas/addressBookproject
4744c873be4e7ff1bb2d604c741632f4f3c343bc
c312c43311b6a6e6764237ba32e9508d851d2164
refs/heads/master
2023-04-07T17:13:44.663982
2016-08-16T17:32:44
2016-08-16T17:32:44
null
0
0
null
null
null
null
UTF-8
C++
false
false
484
h
#ifndef ADDRESSBOOKCONTROLLER_H #define ADDRESSBOOKCONTROLLER_H #include "addressbook.h" #include <QObject> class AddressBookController : public QObject { Q_OBJECT public: explicit AddressBookController(AddressBook *addressBook,QObject *parent = 0); AddressBookEntry *createEntry(); bool deleteEntry (...
[ "umairahmedshah@hotmail.com" ]
umairahmedshah@hotmail.com
8aaf549287c339fdf1e9472258853377c9f5e5e9
6f2b6e9d77fc4dd5e1dae8ba6e5a66eb7c7ae849
/sstd_boost/sstd/boost/config/platform/amigaos.hpp
5b1583529c2e465ed740f84957e82c0970720678
[ "BSL-1.0" ]
permissive
KqSMea8/sstd_library
9e4e622e1b01bed5de7322c2682539400d13dd58
0fcb815f50d538517e70a788914da7fbbe786ce1
refs/heads/master
2020-05-03T21:07:01.650034
2019-04-01T00:10:47
2019-04-01T00:10:47
null
0
0
null
null
null
null
UTF-8
C++
false
false
442
hpp
// (C) Copyright John Maddock 2002. // Use, modification and distribution are subject to 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 http://www.boost.org for most recent version. #define BOOST_PLATFORM "AmigaOS" #...
[ "zhaixueqiang@hotmail.com" ]
zhaixueqiang@hotmail.com
cf10bc041d0f5ca715dcfca8ffbd6cbe98cd7192
29a4c1e436bc90deaaf7711e468154597fc379b7
/modules/predicates/include/nt2/toolbox/predicates/function/is_inf.hpp
a85dcd6ff9ddb766ee55293d50b80e947567eec2
[ "BSL-1.0" ]
permissive
brycelelbach/nt2
31bdde2338ebcaa24bb76f542bd0778a620f8e7c
73d7e8dd390fa4c8d251c6451acdae65def70e0b
refs/heads/master
2021-01-17T12:41:35.021457
2011-04-03T17:37:15
2011-04-03T17:37:15
1,263,345
1
0
null
null
null
null
UTF-8
C++
false
false
1,018
hpp
////////////////////////////////////////////////////////////////////////////// /// Copyright 2003 and onward LASMEA UMR 6602 CNRS/U.B.P Clermont-Ferrand /// Copyright 2009 and onward LRI UMR 8623 CNRS/Univ Paris Sud XI /// /// Distributed under the Boost Software License, Version 1.0 /// ...
[ "jtlapreste@gmail.com" ]
jtlapreste@gmail.com
1574522c9dda9ed4b5be8e82da2aa92b6f538974
0d1645e912fc1477eef73245a75af85635a31bd8
/sdk/js/include/nsIDOM3EventTarget.h
aacc24b81416e3b14ab823532cc60b44d65d18c0
[ "MIT" ]
permissive
qianxj/XExplorer
a2115106560f771bc3edc084b7e986332d0e41f4
00e326da03ffcaa21115a2345275452607c6bab5
refs/heads/master
2021-09-03T13:37:39.395524
2018-01-09T12:06:29
2018-01-09T12:06:29
114,638,878
0
0
null
null
null
null
UTF-8
C++
false
false
6,310
h
/* * DO NOT EDIT. THIS FILE IS GENERATED FROM d:/firefox-5.0.1/mozilla-release/dom/interfaces/events/nsIDOM3EventTarget.idl */ #ifndef __gen_nsIDOM3EventTarget_h__ #define __gen_nsIDOM3EventTarget_h__ #ifndef __gen_domstubs_h__ #include "domstubs.h" #endif /* For IDL files that don't want to include root IDL fil...
[ "qianxj15@sina.com" ]
qianxj15@sina.com
a4bdf529691b18e68bb239b8d2c6f25099b2060e
4352b5c9e6719d762e6a80e7a7799630d819bca3
/tutorials/oldd/old/movingMeshRhoPimpleFoam/rhoPimpleArbitraryFoam/1.51/rho
3a66022d03f0c8e105d3bbcbe98a8be19bfa0060
[]
no_license
dashqua/epicProject
d6214b57c545110d08ad053e68bc095f1d4dc725
54afca50a61c20c541ef43e3d96408ef72f0bcbc
refs/heads/master
2022-02-28T17:20:20.291864
2019-10-28T13:33:16
2019-10-28T13:33:16
184,294,390
1
0
null
null
null
null
UTF-8
C++
false
false
70,559
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "thomasdigiusto@me.com" ]
thomasdigiusto@me.com
856a436bb41ea9ab6f4e27217b8001db3f696415
f97b1fe262bab9f88a4fe7bab7ceb37c6919a622
/prelab6.cpp
94e9cbcb73dc0f19170d50bf50dc3b54e20c2e6c
[]
no_license
daiseyj15/1428CS1
9e46d9975f8f60ef9ffa002d48b806b03dbdc0db
abea47e069ce228bba26a9edfc658923cfde40ef
refs/heads/master
2020-11-28T14:52:42.564094
2019-12-24T14:35:46
2019-12-24T14:35:46
229,850,626
0
0
null
null
null
null
UTF-8
C++
false
false
914
cpp
// Finish the following program which adds up all integers from 0 to // the user's given number inclusively using a While Loop. The total should be // assigned to the variable 'total'. #include <iostream> using namespace std; int main() { int number; int total = 0; int counter = 0; //initialize the varia...
[ "noreply@github.com" ]
daiseyj15.noreply@github.com
3365e1d0fe801fa82ffd9ca1480440569bbf6f5d
551f7aa91cfa02d357ff413e99627a072668713a
/Google Kickstart/KS19Gb.cpp
0dd73d303dedb35fbea70c2bf525ff171d56e3b2
[ "MIT" ]
permissive
anubhawbhalotia/Competitive-Programming
4ca865ca6f01a40d04e4d1f68b67964d86fd27f6
32d7003abf9af4999b3dfa78fe1df9022ebbf50b
refs/heads/master
2021-07-18T23:26:16.922797
2021-06-10T08:33:13
2021-06-10T08:33:13
108,657,229
0
1
null
null
null
null
UTF-8
C++
false
false
3,217
cpp
#include <ext/pb_ds/assoc_container.hpp> #include <ext/pb_ds/tree_policy.hpp> #include <functional> #include <bits/stdc++.h> using namespace __gnu_pbds; using namespace std; typedef long long ll; typedef vector<int> vi; typedef vector<long long> vl; typedef vector<vector<int>> vvi; typedef vector<vector<long lo...
[ "bhalotia.anubhaw4@gmail.com" ]
bhalotia.anubhaw4@gmail.com
a839080f0c2fb3a5308c9d347e9f0fb624f6390a
179d722579767cbe2e05ba4539180b6294a79a90
/order.h
b680086d02e18b1314f81c8eeacd512ddb136ceb
[]
no_license
d4niilm1ronov/andrey-kursach
2b26dac250571261716d98c8b0d5d20e18f931f8
3802ab9b610cd33121f6224dadf47b0a93ab753f
refs/heads/master
2023-01-20T17:20:06.438383
2020-11-27T11:28:57
2020-11-27T11:28:57
316,471,478
0
0
null
null
null
null
UTF-8
C++
false
false
560
h
#ifndef ORDER_H #define ORDER_H #include <QDialog> #include<QtSql> #include <QtDebug> #include<QFileInfo> #include "stocks.h" namespace Ui { class order; } class order : public QDialog { Q_OBJECT public: explicit order(QWidget *parent = nullptr); ~order(); private slots: void on_pushButton_clicked()...
[ "41535107+d4niilm1ronov@users.noreply.github.com" ]
41535107+d4niilm1ronov@users.noreply.github.com
69c98980e9a7b4a108de1c6031fa641b20eae34e
9d2bafb07baf657c447d09a6bc5a6e551ba1806d
/ros2_ws/build/rcl_interfaces/rosidl_typesupport_introspection_cpp/rcl_interfaces/srv/describe_parameters__type_support.cpp
49c8df6ea71502fb820a0572188c4f5789dff960
[]
no_license
weidafan/ros2_dds
f65c4352899a72e1ade662b4106e822d80a99403
c0d9e6ff97cb7cc822fe25a62c0b1d56f7d12c59
refs/heads/master
2021-09-05T20:47:49.088161
2018-01-30T21:03:59
2018-01-30T21:03:59
119,592,597
1
0
null
null
null
null
UTF-8
C++
false
false
4,140
cpp
// generated from rosidl_typesupport_introspection_cpp/resource/srv__type_support.cpp.em // generated code does not contain a copyright notice #include <rosidl_generator_c/service_type_support.h> #include <rosidl_typesupport_cpp/message_type_support.hpp> #include <rosidl_typesupport_cpp/service_type_support.hpp> #incl...
[ "austin.tisdale.15@cnu.edu" ]
austin.tisdale.15@cnu.edu
45813c4692089ffa8cc4a46604f94122749040a8
96788ab0d17cd1280b70674c8d6a4f8b90438cea
/linux ELF build/linuxopenmusic.build/module.chardet.cp949prober.cpp
81cf52c8065b4c976f6e7ec06a839bd31ed70aab
[ "Apache-2.0" ]
permissive
mesmerx/linuxopenmusic
5d0ad9cc4d905565ba37225df947c64804bd718c
c45e23b9db99c8624de5699d800b6cc6de72c2b9
refs/heads/master
2021-01-10T07:33:13.751377
2017-11-01T02:29:50
2017-11-01T02:29:50
55,714,761
1
0
null
null
null
null
UTF-8
C++
false
false
51,509
cpp
// Generated code for Python source for module 'chardet.cp949prober' // created by Nuitka version 0.5.20 // This code is in part copyright 2016 Kay Hayen. // // 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 o...
[ "mesmer@fisica.if.uff.br" ]
mesmer@fisica.if.uff.br
766099aec465585e040cd9cb60c0489cf232ee43
fd0a3991387665fddba379d01fb07b514c598f30
/src/MovieMode.cpp
6100f48926ccb7b05a27bdfe13ba9a0ec64415e7
[]
no_license
imclab/DL.RivAR
b698777b46283f004d4bc59132adf216b17c1743
acd35eebda1cdac7be3c738e17fa9742b900d264
refs/heads/master
2020-12-11T04:01:03.699386
2013-10-20T15:39:21
2013-10-20T15:39:21
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,600
cpp
#include "MovieMode.h" MovieMode::MovieMode(int width, int height) : RivarMode(width, height) { //------------------------------------------LOAD NAMES OF ALL VIDEOS-- dir.allowExt("mov"); dir.listDir("videos/"); dir.sort(); // in linux the file system doesn't return file lists ordered in alphabetical order f...
[ "laurmccarthy@gmail.com" ]
laurmccarthy@gmail.com
b3f46f2ab3ab4ce943198df01e33b24d6f4a16a8
4352b5c9e6719d762e6a80e7a7799630d819bca3
/tutorials/eulerVortex.twitch/eulerVortex.cyclic.twitch.test.test/3.49/rho
e9448288d4e61d12716c3cc1cd7ff886d0cde1bd
[]
no_license
dashqua/epicProject
d6214b57c545110d08ad053e68bc095f1d4dc725
54afca50a61c20c541ef43e3d96408ef72f0bcbc
refs/heads/master
2022-02-28T17:20:20.291864
2019-10-28T13:33:16
2019-10-28T13:33:16
184,294,390
1
0
null
null
null
null
UTF-8
C++
false
false
160,707
/*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*-------...
[ "tdg@debian" ]
tdg@debian
f8aa0d25ae8e255b8260045f60a49e1fd06add27
58c5614f48b226f2f12e95bf5a9a85055d0bcae7
/src/TestBeamEventElement.h
d74bd3fbf3ef173fdfe8a8c3d48ad1f662b56578
[]
no_license
StevenGreen1/CLICpix_TestBeamCode
e9911c7999bda94a6a9d01d5cc448b128253580e
1f1f7e99b9da37ff38ae9525be9ea144e7aca346
refs/heads/master
2018-01-08T08:23:55.849640
2015-09-24T12:52:41
2015-09-24T12:52:41
43,066,113
0
0
null
null
null
null
UTF-8
C++
false
false
1,905
h
// $Id: TestBeamEventElement.h,v 1.7 2010-06-11 13:05:31 mjohn Exp $ #ifndef TESTBEAMEVENTELEMENT_H #define TESTBEAMEVENTELEMENT_H 1 // Include files #include<iostream> #include<ctype.h> #include <string> #include <cstring> #include "TObject.h" #include "RowColumnEntry.h" /** @class TestBeamEventElement TestBeamEv...
[ "sg1sg2sg3@hotmail.co.uk" ]
sg1sg2sg3@hotmail.co.uk
d03a9670b7ca9a8cd82a8ab76509fc14470ba52e
a95aa367c778034a8b8dc39f69e2cb11f6e15acc
/Codeforces/822-D.cpp
12d656c4216d7febe0b87deca587bcc92ae51273
[]
no_license
misaelmateus/problem-solving
6d16ff88a82fb366b331870d0f956dbdfc09ee6c
8ed9faf0b3828bfc689864abeea9d7599ee63b9e
refs/heads/master
2020-07-01T12:21:16.914099
2018-11-05T10:33:08
2018-11-05T10:33:08
74,079,745
0
0
null
null
null
null
UTF-8
C++
false
false
759
cpp
// Author : Misael Mateus // Submission date: 2017-07-04 17:00:40 #include<bits/stdc++.h> #define L 1000000007LL #define ll long long #define MAXN 5000005 using namespace std; ll dp[MAXN]; ll d[MAXN]; int main(){ for(int i = 2; i < MAXN; i++){ if(d[i] == 0){ for(int j = i; j < MAXN; j+= i) i...
[ "misaelmateus12@gmail.com" ]
misaelmateus12@gmail.com
c6bca56f1441a922319926f75750b21710077309
396ac3102001718c3b106aa65345ba260f9102d2
/test/beej.us/server.c
74cf9143a354e4c0d695ebe79b11df3f07cf364b
[ "MIT" ]
permissive
mnaamani/enet-emscripten
9e6a214f50650b26042ae06df7220e2b14764c35
2e20bdc6c5b23324879f378d347fd8d96e40edd4
refs/heads/master
2021-01-10T19:53:54.204400
2013-10-28T20:19:57
2013-10-28T20:19:57
5,748,179
9
1
null
null
null
null
UTF-8
C++
false
false
2,858
c
/* ** server.c -- a stream socket server demo */ #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <errno.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> #include <arpa/inet.h> #include <sys/wait.h> #include <signal.h> #define PORT "34...
[ "mokhtar.naamani@gmail.com" ]
mokhtar.naamani@gmail.com
3ebc73434aca662c2d5a3f59e591dc359a456ecf
a1091ad42e6a07b6fbb6fe876feb03547a8da1eb
/MITK-superbuild/ep/include/ITK-4.7/itkBoxUtilities.h
485c2a56a3a64824a88b633515c0ce0b454196ed
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
Sotatek-TuyenLuu/DP2
bc61866fe5d388dd11209f4d02744df073ec114f
a48dd0a41c788981009c5ddd034b0e21644c8077
refs/heads/master
2020-03-10T04:59:52.461184
2018-04-12T07:19:27
2018-04-12T07:19:27
129,206,578
1
0
null
null
null
null
UTF-8
C++
false
false
23,741
h
/*========================================================================= * * Copyright Insight Software Consortium * * 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 * * h...
[ "tuyen.luu@sotatek.com" ]
tuyen.luu@sotatek.com
8088ed68ab15f645b9b9bcbb8ce952b0a211d165
9550e1f8addb59a3529cd6694d5bac1a779ffc7b
/src/masternode-budget.h
fb1ad6fcf4f21854c8567759af0b81a0e58a7df2
[ "MIT" ]
permissive
CHIPO-Project/CHIPO
306eb6fa01cf52bd6f584280d13d7f2f93ff42fe
6ac87e34790ed7e03297e446ec60baba5bc807ad
refs/heads/master
2020-09-02T17:21:30.316375
2020-07-15T01:36:04
2020-07-15T01:36:04
219,246,135
0
0
null
null
null
null
UTF-8
C++
false
false
18,129
h
// Copyright (c) 2014-2015 The Dash developers // Copyright (c) 2015-2017 The PIVX developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef MASTERNODE_BUDGET_H #define MASTERNODE_BUDGET_H #include "base58.h" #incl...
[ "dev@chipo.icu" ]
dev@chipo.icu
283ddd491fe39084787ede4afb49b6ba812633aa
2a6323b3ea6bb261d9f4f4f9a6781b4c178d9360
/source/backend/engine/CarlaEngineData.cpp
c7c24eb374616bf41a6e16b0567cbf852a44af83
[]
no_license
laanwj/Carla
2a843e5058d93679c2abd57e51ee81878fbbab7b
38b5a04f3ca7a1814155d5e171b2900ca73b0929
refs/heads/master
2021-01-18T00:36:45.434515
2014-10-13T20:19:43
2014-10-13T20:19:43
23,951,642
1
0
null
null
null
null
UTF-8
C++
false
false
9,059
cpp
/* * Carla Plugin Host * Copyright (C) 2011-2014 Filipe Coelho <falktx@falktx.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 any later versio...
[ "falktx@gmail.com" ]
falktx@gmail.com
36f6a141b5cabba7e43347b482723215bbd9ffdd
59418b5794f251391650d8593704190606fa2b41
/plugin_api/em5/em5/event/main/em20years/Em20MainEventFactories.h
031a07c574eb0c29c5d8d780df920683330ea0a0
[]
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,145
h
// Copyright (C) 2012-2018 Promotion Software GmbH //[-------------------------------------------------------] //[ Header guard ] //[-------------------------------------------------------] #pragma once //[-------------------------------------------------------] //[ Includes...
[ "christian.ofenberg@promotion-software.de" ]
christian.ofenberg@promotion-software.de
629600f174e893d8202d48415f8286cc40341e9f
a6e4150a024a024e6dab63e12a73e3757d503969
/AeroCraftSimulator/RigidBodyRelaxRot3/from_pilotCamera/rigidBody.h
6f0f5a67869e5ced2b420581a6dc9f5849a6e987
[]
no_license
ProkopHapala/cpp_arch
0a972c1f62b94ca7c3fabfda388622c6c5d368c2
c4eef1a7bf9a1adff6de7d5f66e0451be3042d01
refs/heads/master
2020-06-03T19:16:19.723404
2015-08-03T07:46:14
2015-08-03T07:46:14
40,006,590
0
0
null
null
null
null
UTF-8
C++
false
false
4,619
h
// according to // An Introduction to Physically Based Modeling: // Rigid Body Simulation I—Unconstrained Rigid // Body Dynamics // David Baraff // https://www.cs.cmu.edu/~baraff/sigcourse/notesd1.pdf class PointBody; class RigidBody; class SpringConstrain; /////////////////////////// // CLASS : PointBody ///...
[ "no.email" ]
no.email
c9d5906bb45151c9c80e71a70b7667ca887779b7
fc056b2e63f559087240fed1a77461eb72b2bf8e
/src/server/gameserver/war/ZoneItemPosition.h
c6c35ec32e0f9f108702213484cdc99494e11020
[]
no_license
opendarkeden/server
0bd3c59b837b1bd6e8c52c32ed6199ceb9fbee38
3c2054f5d9e16196fc32db70b237141d4a9738d1
refs/heads/master
2023-02-18T20:21:30.398896
2023-02-15T16:42:07
2023-02-15T16:42:07
42,562,951
48
37
null
2023-02-15T16:42:10
2015-09-16T03:42:35
C++
UTF-8
C++
false
false
1,074
h
#ifndef __ZONE_ITEM_POSITION_H__ #define __ZONE_ITEM_POSITION_H__ #include "Types.h" #include "GlobalItemPosition.h" #include "ZoneUtil.h" class ZoneItemPosition : public GlobalItemPosition { public: ZoneItemPosition() : GlobalItemPosition( POS_TYPE_ZONE ){ } ~ZoneItemPosition(){ } public: virtual Item* popItem(...
[ "tiancaiamao@gmail.com" ]
tiancaiamao@gmail.com
e40faef8b5ee627ded01d84d9640b6a093f7510d
0e7dffdf6f690837f3bbede09d1df8d10c7e082b
/WinFramework/RectF.h
85a38e991c54e365ca78466c26f383d2418ae256
[]
no_license
KZAltair/WinFrameworkTutorial
da30bcf46a74bbb1b3ec4eef9e30b6c09d9659b8
c1c8f225ae9ed1b26f25e0f46e1782bf09d5f46b
refs/heads/master
2023-04-17T19:57:10.886430
2021-04-26T19:35:06
2021-04-26T19:35:06
328,198,529
0
0
null
null
null
null
UTF-8
C++
false
false
450
h
#pragma once #include "Vec2.h" class RectF { public: RectF() = default; RectF(float left_in, float right_in, float top_in, float bottom_in); RectF(const Vec2& topLeft, const Vec2& bottomRight); RectF(const Vec2& topLeft, float width, float height); static RectF FromCenter(const Vec2& center, float halfWidth, floa...
[ "massyutin@gmail.com" ]
massyutin@gmail.com
66d48b9396ad5c72c4e6dc5b6122b975b02911d3
22fa0284753fbbc817c618c24a52aa934e3175ff
/Study/1월 2주차/백준_1759_암호만들기.cpp
cbe8cb1cf33c5a4a2893f5d83a54313c1a3d3ffa
[]
no_license
Hae-Riri/Algorithm
c87bf48b4b0d0cb5dc9d6615f4520d28146f7093
417469cf35fc4a3a037a83af082065c326c951af
refs/heads/master
2023-05-12T13:50:13.275665
2021-05-28T04:20:18
2021-05-28T04:20:18
263,672,155
0
0
null
null
null
null
UTF-8
C++
false
false
755
cpp
#include <iostream> #include <algorithm> #include <vector> #include <string> using namespace std; int main() { vector<char> v; vector<int>pick; int l, c; cin >> l >> c; for (int i = 0; i < c; i++) { char x; cin >> x; v.push_back(x); pick.push_back(1); } sort(v.begin(), v.end()); for (int i = 0; i < l; ...
[ "ehl3288@naver.com" ]
ehl3288@naver.com
2e0b79dbdd8a4bff4a9639fa09a07f1d3184a91c
b77b2d62697a502aca82ee833c1533761fbc3a4b
/core/baseObject.cc
1dd9792cded99fe28013fea0b089c6f3487e6dd1
[ "MIT" ]
permissive
jiahao-si/No.js
7cde03b3bf718df65cabf8d7431b16c51104ed2f
0a1a72ada412a46de8994691b9b490092e515157
refs/heads/main
2023-08-16T02:20:17.551161
2021-10-15T18:24:55
2021-10-15T18:24:55
null
0
0
null
null
null
null
UTF-8
C++
false
false
611
cc
#include "baseObject.h" No::Base::BaseObject::BaseObject(Environment* env, Local<Object> object) : _env(env), _object(env->GetIsolate(), object) { object->SetAlignedPointerInInternalField(0, static_cast<void*>(this)); } No::Base::BaseObject::~BaseObject() { object()->SetAlignedPointerInInternalField(0, nu...
[ "2923878201@qq.com" ]
2923878201@qq.com
1d6d988581492b89962315133d4f2b3953c1c145
9c69278d170e6728e06615df135c4d13bd05aa94
/Project/LogoMaker1/FileItem.h
5cd326e5af3a8433dd3f1726385149445cc6e309
[]
no_license
zliu12/VScode-SFML
afc356016829c419f87a797ce406562ac54dcf17
ed3bcd21f702a8d1cd6f4b73c2cfb7e5597140b5
refs/heads/master
2023-06-11T18:36:34.878662
2021-07-05T21:39:13
2021-07-05T21:39:13
343,983,995
0
0
null
null
null
null
UTF-8
C++
false
false
1,696
h
// // Created by QiChang Liu on 6/8/21. // #ifndef LOGOMAKER1_FILEITEM_H #define LOGOMAKER1_FILEITEM_H #include "GuiComponent.h" #include "ProjectIcon.h" #include "Font.h" #include "MouseEvents.h" #include <iostream> class FileItem : public sf::Drawable, public sf::Transformable { private: sf::RectangleShape file...
[ "qcl@QiChangdeAir.attlocal.net" ]
qcl@QiChangdeAir.attlocal.net
b3f3e6c9f7cb770284927bd2c6b841035cc97d17
4098278d518957945518c8530b72d4f33d1e1345
/Progetti visual studio PARTE B/EserciziLaboratorio2/Symbol Table/symbol_table.h
ea500f952de1920e9799a92825eded72ecfcaa72
[]
no_license
FilippoBotti/FondamentiProgrammazione
f58283d85cf8d55040884d7ac8b808f841e2d2c1
fd8bc0f8b44f789740b9ca58f1eaffc446e68d52
refs/heads/master
2020-08-15T15:46:28.152961
2019-10-17T07:30:52
2019-10-17T07:30:52
215,365,161
0
0
null
null
null
null
ISO-8859-13
C++
false
false
2,869
h
#ifndef SYMBOLTABLE_H #define SYMBOLTABLE_H #include "symbol_table_item.h" //classi per la realizzazione di una symbol table (dizionario) tramite array con e senza ordinamento delle chiavi template <class Item, class Key> class ST { private: Item nullItem, *st; int M; public: ST() { M = nullIt...
[ "filippo.botti.itis@gmail.com" ]
filippo.botti.itis@gmail.com
68af5ec2e58bda9e2e644f8c0c2ab93da4615154
65b34abc44a4ed3506ea4d332b16ca9cb8f0a6a0
/include/Environment.h
7f6b1d80575ccfb1b47fc2790d95d3b155f99a06
[]
no_license
jack111331/FluidDynamic
3ebd0503050d053836c5c1903cc1f2317949e1ca
4c0f251a5f531b9f912d5ab28cbc22367e77084b
refs/heads/master
2022-11-18T22:23:06.151057
2020-07-17T16:44:35
2020-07-17T16:44:35
238,857,795
0
0
null
null
null
null
UTF-8
C++
false
false
666
h
// // Created by Edge on 2020/6/11. // #ifndef COMPUTESHADERTEST_ENVIRONMENT_H #define COMPUTESHADERTEST_ENVIRONMENT_H #include <cstdint> #include <string> class Environment { public: Environment(const std::string &textureFilename); void advect(float dt, int gridSize, uint32_t gridVAO, uint32_t velocityTex...
[ "jack111331@gmail.com" ]
jack111331@gmail.com
ea82f6e695610619f5361d6ed1b103e4c8abfff7
488d5ea186a29f408c6c61597e923ad5e4782318
/compat/include/pcr.h
2b234590561c8b4afbac7186b1039d20ec79a454
[]
no_license
mkuchnik/PCR_Release
f4d143e94e0d97166ed0c80a6201bf39ff3d42d4
aa76741f5dc6dcb6d7676c62e2fd53a78f43f142
refs/heads/main
2023-07-13T06:02:09.252729
2021-08-18T19:28:04
2021-08-20T00:57:28
390,152,877
5
0
null
null
null
null
UTF-8
C++
false
false
545
h
#ifndef PCR_H #define PCR_H #include <string> #include <vector> /** * Inverse function of create_progressive_compressed_tf_record * @param A list of data corresponding to [metadata, scan_0, scan_1,...] for * potentially many images * @param n_scans Only n_scans are required. This should match records * @return T...
[ "michaelkuchnik@gmail.com" ]
michaelkuchnik@gmail.com
6e1a5d70f387dd032fadc06a4ac1941343acc592
c8438f31721efd2fed3ce0c5752ff033b1e71d72
/c64/vice-2.4/src/resid-fp/wave.cc
5ca7897a5c39eefef76c15ab0e0de6074d8d9af6
[ "GPL-2.0-or-later", "GPL-1.0-or-later", "GPL-2.0-only", "MIT" ]
permissive
century-arcade/src
8c9151d9847dd0f6d6b92f662444c70064b6845d
b6abba2679f5eaa5a71871b916459aab7ae50d1c
refs/heads/master
2022-06-21T09:50:06.176276
2022-06-15T23:00:41
2022-06-15T23:00:47
13,259,218
4
1
MIT
2022-06-16T14:24:17
2013-10-02T00:18:36
C
UTF-8
C++
false
false
10,307
cc
// --------------------------------------------------------------------------- // This file is part of reSID, a MOS6581 SID emulator engine. // Copyright (C) 2004 Dag Lem <resid@nimrod.no> // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public Li...
[ "saul@pwanson.com" ]
saul@pwanson.com
d7f26fd57a059293f48bea018240d5317aa814ed
e625ecb89f48bdc58dc7bb534eb4304d4217396b
/Sources/yocto_multicellweighscale.cpp
e4b948e857d364b2bd0a247b6e81b2a0d42d5d0d
[]
no_license
ANYbotics/yoctolib_cpp
c6e9d4ac2acda950e92e1e5f4cdd4106bbae8bcf
4215df58964ed7c754c0095f928d380a02b8f935
refs/heads/master
2023-06-10T21:03:48.738633
2021-06-29T19:54:16
2021-06-29T19:54:16
null
0
0
null
null
null
null
UTF-8
C++
false
false
28,923
cpp
/********************************************************************* * * $Id: yocto_multicellweighscale.cpp 43580 2021-01-26 17:46:01Z mvuilleu $ * * Implements yFindMultiCellWeighScale(), the high-level API for MultiCellWeighScale functions * * - - - - - - - - - License information: - - - - - - - - - * * ...
[ "dev@yoctopuce.com" ]
dev@yoctopuce.com
94db21b0a7f47c5e48a6b3395a5792849cb15a59
862d2905cdcd0426ea47e833f6b5dd7f86c408ad
/aMazing/code/engine/math/amath.hpp
3b8d7109003837d58e6eec2bf84d4e490ca48490
[]
no_license
LYP951018/aMazing
cedada48e7517caa64da565190428c7f13d019eb
8820667abe6c63968c587ba94c1f8dc9d10afbea
refs/heads/master
2021-01-13T01:04:05.162610
2015-07-31T11:38:36
2015-07-31T11:38:36
null
0
0
null
null
null
null
UTF-8
C++
false
false
66
hpp
#pragma once #include"autil.hpp" #define aSQUARE(a) ((a) * (a))
[ "anti2moron@gmail.com" ]
anti2moron@gmail.com
437153cecb07428b86048b67a6d61509e0b85ba8
3c62aad061b54eb0da7981f3e978197582fb529d
/keyvi/3rdparty/tpie/apps/matrix/parse_args.h
d373ac4bff474d5f548fd9d1903a0915be7f42bd
[ "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.0-or-later", "GPL-3.0-or-later", "GPL-3.0-only", "LGPL-2.1-or-later", "LicenseRef-scancode-other-copyleft", "GPL-1.0-or-later", "LGPL-3.0-only", "LicenseRef-scancode-unknown-license-reference", "GPL-2.0-only", "Apache-2.0" ]
permissive
subu-cliqz/keyvi
72dd920f03ed5b976287747bd41490a081b8657e
b8e57e6207244cc570e0d7d3970015aa1faf4254
refs/heads/master
2021-01-15T10:14:43.630925
2016-10-20T14:28:33
2016-10-20T14:28:33
71,902,050
0
2
Apache-2.0
2020-02-07T10:09:50
2016-10-25T13:54:02
C++
UTF-8
C++
false
false
2,130
h
// -*- mode: c++; tab-width: 4; indent-tabs-mode: t; c-file-style: "stroustrup"; -*- // vi:set ts=4 sts=4 sw=4 noet : // Copyright 2008, The TPIE development team // // This file is part of TPIE. // // TPIE is free software: you can redistribute it and/or modify it under // the terms of the GNU Lesser General Public ...
[ "hendrik@cliqz.com" ]
hendrik@cliqz.com
b9471726fc560d1ecc67b61e3eef30461420a959
2964abfa631023ca7a6d16e0d66790f479099102
/libraries/MiniQCom/MiniQCom.cpp
966a4c19f23a7ff40bed529b0a0e8a3bdcf84d04
[]
no_license
Rosebotics/ArduinoLibraries_v1
8039108220c566a7856689e5a42bb1f335bba708
a089228cb58396fd63f05658a076620c8fd25746
refs/heads/master
2021-01-23T06:58:30.740469
2015-06-26T02:44:23
2015-06-26T02:44:23
20,711,151
0
0
null
null
null
null
UTF-8
C++
false
false
12,367
cpp
#include "Arduino.h" #include "MiniQCom.h" #include "Wire.h" MiniQCom::MiniQCom() { _init(false, 255); // Address is not actually used in library for a slave. } MiniQCom::MiniQCom(boolean isMaster, byte miniQAddress) { _init(isMaster, miniQAddress); } void MiniQCom::_init(boolean isMaster, byte miniQAddress) { ...
[ "fisherds@rose-hulman.edu" ]
fisherds@rose-hulman.edu
06dcb4ee6bbb27a4f3840e29e05243ec6069e701
9e04c7abe5a87240447c68c2bae57797fbf02934
/Module3/Chapter02/01_Line/main.cpp
275743909afef38c0da5145a28914a471b2da83c
[ "MIT" ]
permissive
wow2006/OpenGLBuildHighPerformanceGraphics
7f12a50c68f9125b2fd47b7ac6c57e4b8f889636
0174af58afd8da66425f15b218b26d4f99653899
refs/heads/master
2021-06-07T00:34:53.863031
2020-12-29T16:15:21
2020-12-29T16:15:21
140,864,836
1
2
MIT
2018-11-04T15:52:53
2018-07-13T15:37:33
C++
UTF-8
C++
false
false
3,001
cpp
// This is an open source non-commercial project. Dear PVS-Studio, please check it. // PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com // STL #include <cstdlib> #include <string_view> // OpenGL #include <GLFW/glfw3.h> constexpr auto g_cWindowsWidth = 640 * 2; constexpr auto g_cWindowsHeight = ...
[ "eng.ahmedhussein89@gmail.com" ]
eng.ahmedhussein89@gmail.com
9cfe71c26ae96ba87b2fdab1bdcd2d6a336b58a4
0ce420545cad4388e31e655d61c991a1e8c204a1
/Smaug Reborn/SmaugReborn/src/Vision.cpp
1546a41ae3f93f2678ca158ec4617d369925f722
[ "MIT" ]
permissive
MrMitten/Team2883-2017Code
4178e9e1d3a47246a669e29f467961449ade97a7
385b70c2c0954aea35e233970ea48d3a5e73b143
refs/heads/master
2021-04-30T09:57:13.349859
2017-05-17T20:45:32
2017-05-17T20:45:32
null
0
0
null
null
null
null
UTF-8
C++
false
false
283
cpp
/* * Vision.cpp * * Created on: May 11, 2017 * Author: FRED */ #include <Vision.h> namespace MEC { Vision::Vision() { // TODO Auto-generated constructor stub } Vision::~Vision() { // TODO Auto-generated destructor stub } } /* namespace MEC */
[ "noreply@github.com" ]
MrMitten.noreply@github.com
50965dfda98d44cd580b4b486c6a6b4a5a2442f4
aa0ec5c7bf92bc74d1a3a64f0524c9cc8c2088ef
/src/sample/x2/xpp_cp/deps/xroc-framework/include/hobotxroc/node.h
f181dca8f84adc2e520f3f91280e6e7fc43ba1a6
[]
no_license
xiaoliuzi/bootprint_x2
09ce0f6690bc4bdbcd0cb7bc2ab8bff71009f2b3
192e88672f27edccd48e6eee1a71aa30979e083a
refs/heads/master
2020-12-10T23:38:39.609507
2020-01-15T10:32:39
2020-01-15T10:32:39
233,742,835
1
0
null
2020-01-14T02:53:18
2020-01-14T02:53:17
null
UTF-8
C++
false
false
3,984
h
/** * Copyright (c) 2018 Horizon Robotics. All rights reserved. * @brief Node in xroc framework * @file node.h * @author shuhuan.sun * @email shuhuan.sun@horizon.ai * @version 0.0.0.1 * @date 2018.11.21 */ #ifndef HOBOTXROC_NODE_H_ #define HOBOTXROC_NODE_H_ #include <chrono> #include <fu...
[ "songshan.gong@horizon.ai" ]
songshan.gong@horizon.ai
bc27d8eeb032e44a2f65ac602b417244b432f244
ef4ce28d84d84c9403ae837d6447573361bf4c15
/mruset.h
e9792054ac9baede80904e077d8392301c285c0d
[]
no_license
failcoin/ttt
f8e99f18dff5723a15d45d88a5ec5f318ae652ec
0680f44c5c72d122f5057418897cc86b989dcaac
refs/heads/master
2016-09-06T11:42:35.728958
2014-03-17T12:47:57
2014-03-17T12:47:57
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,183
h
// Copyright (c) 2012 The Bitcoin developers // Copyright (c) 2012 Litecoin Developers // Copyright (c) 2013 AntiKeiserCoin Developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef BITCOIN_MRUSET_H #define BITCOIN_M...
[ "root@failco.in" ]
root@failco.in
5e05e40fcc3cd967b2d5170fdfeec0e5f786a12b
8d3d96b8b919da781caec1c1c2a982ce8a38e355
/Project3Aoife_Eoin/src/main.cpp
d11a4666e634cbe111b2e279f33f346cff5a82a8
[]
no_license
EoinAM/3RD_Year_Final_Project
1dbf9d8f4c4844351892a01335cc27204025bfcb
1c3ea60049e9009c52c227df90a8b021e4e6b272
refs/heads/master
2020-12-20T19:40:30.464688
2020-03-02T22:37:54
2020-03-02T22:37:54
236,191,422
0
0
null
null
null
null
UTF-8
C++
false
false
1,056
cpp
#ifdef _DEBUG #pragma comment(lib,"sfml-graphics-d.lib") #pragma comment(lib,"sfml-audio-d.lib") #pragma comment(lib,"sfml-system-d.lib") #pragma comment(lib,"sfml-window-d.lib") #pragma comment(lib,"sfml-network-d.lib") #else #pragma comment(lib,"sfml-graphics.lib") #pragma comment(lib,"sfml-audio.lib") #prag...
[ "C00217717@itcarlow.ie" ]
C00217717@itcarlow.ie
e9dccf0cdb8c33a93fe4586a0f1769ea35fbb823
1809b5bda803fbbf51dcbc4e2d464c762f3563c1
/asa091/asa091.cpp
60f47c4fe32f540ec8906a17df85b85c66ff65ad
[]
no_license
tnakaicode/jburkardt
42c5ef74ab88d17afbd188e4ff2b4ecb8a30bb25
74eebcbda61423178b96cfdec5d8bb30d6494a33
refs/heads/master
2020-12-24T02:23:01.855912
2020-02-05T02:10:32
2020-02-05T02:10:32
237,349,784
0
0
null
null
null
null
UTF-8
C++
false
false
18,537
cpp
# include <cstdlib> # include <iostream> # include <iomanip> # include <cmath> # include <ctime> using namespace std; # include "asa091.hpp" //****************************************************************************80 double alnorm ( double x, bool upper ) //****************************************************...
[ "stesinigardi@hotmail.com" ]
stesinigardi@hotmail.com
0ae5f65e3a4734c394c1e5972a02e0b063ed0794
5e41d0c94ddf924cf590ab094803ee91d3f1843d
/src/storage/test/unit/selectorcudatest.h
3fbc0e06b5afc82891c68381510a397aefda7256
[ "LicenseRef-scancode-unknown-license-reference", "BSL-1.0" ]
permissive
sithhell/libgeodecomp
5e26566588ba560702249f24af7ba8f8ae2148f8
20930da73d64b7b366ea1a368c9bc35f1723b6fc
refs/heads/master
2021-01-18T06:41:45.924539
2016-06-13T07:55:11
2016-06-13T07:55:11
51,578,948
0
0
null
2016-02-12T09:49:27
2016-02-12T09:49:27
null
UTF-8
C++
false
false
5,388
h
#include <cxxtest/TestSuite.h> #include <libgeodecomp/config.h> #ifdef LIBGEODECOMP_WITH_CUDA #include <cuda.h> #endif #ifdef LIBGEODECOMP_WITH_HPX #include <libgeodecomp/communication/hpxserialization.h> #endif #include <libgeodecomp/misc/stdcontaineroverloads.h> #include <libgeodecomp/misc/testcell.h> #include <li...
[ "gentryx@gmx.de" ]
gentryx@gmx.de
3eb0e9014dab8aa8081758a46b3f30a30d509dcb
d0fb46aecc3b69983e7f6244331a81dff42d9595
/qualitycheck/src/model/DelRuleCategoryRequest.cc
9d5b29ed0553b515570be4e6e6ca3e4ce9a04591
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-cpp-sdk
3d8d051d44ad00753a429817dd03957614c0c66a
e862bd03c844bcb7ccaa90571bceaa2802c7f135
refs/heads/master
2023-08-29T11:54:00.525102
2023-08-29T03:32:48
2023-08-29T03:32:48
115,379,460
104
82
NOASSERTION
2023-09-14T06:13:33
2017-12-26T02:53:27
C++
UTF-8
C++
false
false
1,781
cc
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
4b2f6cb3bf85a083634eed180f49ef16607b8712
c9fde4576216a22e8d5711bbe97adda1aafa2f08
/inference-engine/thirdparty/clDNN/src/softmax_loss_grad.cpp
4067b5da9f95204076ad9d6c2b310b1675348ed5
[ "Apache-2.0", "BSL-1.0" ]
permissive
dliang0406/dldt
c703d6a837de3f996528fc8a9543f9530b23342c
d9b10abcebafe8b10ba81e09e433de7a366c072c
refs/heads/2018
2020-04-03T08:24:47.723353
2018-10-29T07:58:05
2018-10-29T07:58:05
155,132,108
3
1
Apache-2.0
2019-10-10T08:39:46
2018-10-29T01:03:54
C++
UTF-8
C++
false
false
1,483
cpp
/* // Copyright (c) 2018 Intel Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
[ "openvino_pushbot@intel.com" ]
openvino_pushbot@intel.com
9b888e3e4f234faaa40a01dff4d908b99b4eef2a
27d55e08cb565f4f48a12014e06682dd932aea61
/src/Log.h
d2567239141c561704204bed6215077665e00f70
[]
no_license
3d0c/tmplib-public
7fcd2b65eff9bc92fd527d980b812c1f0892514c
6eac4d459c6009cebaf216c9f93e0325a8101d57
refs/heads/master
2016-09-01T16:15:45.365087
2016-01-24T11:42:49
2016-01-24T11:42:49
50,285,044
1
0
null
null
null
null
UTF-8
C++
false
false
754
h
#ifndef LOG_H #define LOG_H #include <fstream> #include <iostream> #include "DFDefinitions.h" #include "DFPhysicalParams.h" class Log { public: Log(); virtual ~Log(); void Init(std::ostream *plog); void Set(Log& log, std::ofstream::openmode _Mode = std::ofstream::out); void Set(std::ostream *plo...
[ "alex.s.contact@gmail.com" ]
alex.s.contact@gmail.com
35479b1637f51e1447a6ca94648fbb2f28c2c6d9
378acf3798d94b2a409152e53ab903368e6bd12f
/UVa Online Judge/volume102/10296 Jogging Trails/program1.cpp
6d8bf38e0a0d97f3bcb0505d6cf8d5cf3d6e0ad1
[]
no_license
FingerBlack/Code
aa6fee15a8e8792bb00390a8715fd259b3152c31
0f9609a2e9dc532b5283bb04f7ac938a12c69abf
refs/heads/master
2020-03-22T15:30:56.130224
2018-07-09T03:25:22
2018-07-09T03:25:22
140,258,876
1
0
null
2018-07-09T08:57:56
2018-07-09T08:57:56
null
UTF-8
C++
false
false
1,922
cpp
// Jogging Trails // UVa ID: 10296 // Verdict: Accepted // Submission Date: 2018-04-04 // UVa Run Time: 0.000s // // 版权所有(C)2018,邱秋。metaphysis # yeah dot net #include <bits/stdc++.h> using namespace std; const int MAXN = 24, INF = 0x3f3f3f3f; int dist[MAXN][MAXN], deg[MAXN], dp[1 << 16], n, m; vector<int> odd; // ...
[ "metaphysis@yeah.net" ]
metaphysis@yeah.net
f300f8e0913de74360259ebad2a4384c77a936dd
82a9911f3f0d051f0cb93578c1a60f81bf1c9468
/ncm/src/main/jni/_ncm/ncmcrypt.cpp
53110f831a4728bba0af13d00cda71b108dd0654
[ "MIT" ]
permissive
colinguozizhong/DroidNCM
782da5810a475127e385258fbb398a0603ed9ce6
a8b179dba518ae60d833d2015a79ebf2bff9150e
refs/heads/master
2020-12-14T22:34:58.443051
2019-09-10T07:58:48
2019-09-10T07:58:48
null
0
0
null
null
null
null
UTF-8
C++
false
false
9,325
cpp
#include "ncmcrypt.h" #include "aes.h" #include "base64.h" #include "cJSON.h" #include <mpegfile.h> #include <flacfile.h> #include <attachedpictureframe.h> #include <id3v2tag.h> #include <tag.h> #include <stdexcept> #include <string> #include "io_bunnyblue_droidncm_dump_NcmDumper.h" const unsigned char NeteaseCrypt::...
[ "bunnyblue.air+github@gmail.com" ]
bunnyblue.air+github@gmail.com
1594cf59a38c0d4ad5603a5da06970bec83851d5
a7118756ba921769ca46b40f433b4b784c36ca90
/src/triangle-rasterizer-demo/src/trdInvalidFileException.hpp
d111abfe45d3aa514e94d157a72b7b0dece32f21
[ "MIT" ]
permissive
frmr/triangle-rasterizer-demo
c5e4351db4036ac37c8e2850ae535f97b96dda11
963f32435ebae5b7fbe6fa212709bdc3ea66ac36
refs/heads/master
2021-11-16T12:28:52.086914
2021-10-14T12:31:04
2021-10-14T12:31:04
196,263,548
0
0
null
null
null
null
UTF-8
C++
false
false
261
hpp
#pragma once #include <stdexcept> #include "tfString.hpp" namespace trd { class InvalidFileException : public std::runtime_error { public: InvalidFileException(const tf::String& what) : std::runtime_error("InvalidFileException: " + what) { } }; }
[ "tfarmer@hamamatsu.co.uk" ]
tfarmer@hamamatsu.co.uk
2823227dcbb15b5c5ebb8d89dd3bd2cea0d8e325
107b558561055314d9d40010e9c748888bffc3d8
/multievent/interface/DigestSHA.h
c79c4efd2991d159c3f08b4b07647a33009e976c
[]
no_license
dq5070410/multievent
44b2b228bbd86cde118769554584a2b7c1a654cb
2006427c03202b68c0587494d87ec38bfc3c6824
refs/heads/master
2020-06-18T11:21:38.424426
2017-05-26T07:27:03
2017-05-26T07:27:03
75,140,434
0
0
null
null
null
null
UTF-8
C++
false
false
1,742
h
/** @file DigestSHA.h * * @note History * @par 04/23/2016 Created */ #ifndef __ME_DIGEST_SHA_H_ #define __ME_DIGEST_SHA_H_ #include "Base.h" #include "MessageBlock.h" // openssl struct declaration typedef struct env_md_st EVP_MD; typedef struct env_md_ctx_st EVP_MD_CTX; t...
[ "dq5070410@126.com" ]
dq5070410@126.com
f73f104182c06215b4d0dad0ae2749d45b2fe9cb
4c7be5622feb957f7ada6b31176398746ce0acc9
/Communication/CC1101/CC1101_RX/CC1101_RX.ino
2b4c916078563ce07c77e47af272bfaf80ef1ccb
[]
no_license
DPalmz/WeatherStation
dd9b5d5d5a0ebacd751dfe08a9bd4351e431f776
d15ea6462c18c88d106f7e42bde896a46e36b2ca
refs/heads/master
2022-06-30T18:55:18.786660
2022-05-27T01:09:54
2022-05-27T01:09:54
229,622,280
0
0
null
null
null
null
UTF-8
C++
false
false
2,343
ino
// cc110_server.pde // -*- mode: C++ -*- // Example sketch showing how to create a simple messageing server // with the RH_CC110 class. RH_CC110 class does not provide for addressing or // reliability, so you should only use RH_CC110 if you do not need the higher // level messaging abilities. // It is designed to work...
[ "ditypa@gmail.com" ]
ditypa@gmail.com
e7e1db88698fe909335edc9bd70b1aebb4c85d87
caef7bee05f52d15dfbe267eaf9fc212dabe1504
/inc/foreground.h
25f753ea105a5b6b3fc550ca6252175288c37bcc
[]
no_license
jkhaynes/BasicShell
59886033b7a16415a47a1b527f7d74c5c9d502fd
f8d5c496190181f2d293a35a08deba5d411ac36f
refs/heads/master
2021-01-10T09:48:50.257712
2015-11-12T20:12:37
2015-11-12T20:12:37
46,077,366
1
0
null
null
null
null
UTF-8
C++
false
false
552
h
#ifndef __FOREGROUND_H__ #define __FOREGROUND_H__ //SYSTEM INCLUDES #include <unistd.h> #include <iostream> #include <stdlib.h> #include <sys/wait.h> #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> using namespace std; /** A foreground job should be executed as follows: 1. Create a new process using...
[ "jkhaynes@iastate.edu" ]
jkhaynes@iastate.edu
459194b38f2903d073c58cb0fa910e715771008c
30c677ff3432c5220dfdbf30e068528099885a55
/core/Window.h
45bfbcf41fe2099748287f6f1f837b092798e473
[]
no_license
zeluisping/hyphus
9eb59730f3b8ff9e85eab3406aff863ac13f35ea
1025dc49b205140313d740a76ea1ae06b2de0038
refs/heads/master
2021-06-03T16:01:46.320707
2016-09-11T14:14:00
2016-09-11T14:14:00
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,394
h
// // Created by 100GPing100 on 03/09/2016. // #ifndef HYPHUS_WINDOW_H #define HYPHUS_WINDOW_H // std #include <string> #include <stdexcept> // sdl2 #include <SDL2/SDL.h> namespace hyphus { enum class WindowFlags : uint32_t { None = 0, Fullscreen = SDL_WINDOW_FULLSCREEN, FullscreenDesk...
[ "zeluis.100@gmail.com" ]
zeluis.100@gmail.com
52c2baeed7befc81a99b4e2a77e25d3a05b4a937
0a5645154953b0a09d3f78753a1711aaa76928ff
/common/c/nbgm/nbgmmain/include/private/nbgmdraworder.h
cc77e66e52be430d4d41171d24d8f23b554884c9
[]
no_license
GENIVI/navigation-next
3a6f26063350ac8862b4d0e2e9d3522f6f249328
cb8f7ec5ec4c78ef57aa573315b75960b2a5dd36
refs/heads/master
2023-08-04T17:44:45.239062
2023-07-25T19:22:19
2023-07-25T19:22:19
116,230,587
17
11
null
2018-05-18T20:00:38
2018-01-04T07:43:22
C++
UTF-8
C++
false
false
3,357
h
/* Copyright (c) 2018, TeleCommunication Systems, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of condi...
[ "caavula@telecomsys.com" ]
caavula@telecomsys.com
cc4989ea55127da0e4e03d2bb6e278d95d08a6dd
7a4640a884d513dc60e66617802e95be9fe9b3f5
/Unity/Temp/il2cppOutput/il2cppOutput/mscorlib_System_MonoEnumInfo_IntComparer2078450972.h
5d353e86b274e9199fb7eeccf0b6f2aa3e779674
[]
no_license
eray-z/Game-Engine-Benchmarks
40e455c9eb04463fef1c9d11fdea80ecad4a6404
2b427d02a801a2c2c4fb496601a458634e646c8d
refs/heads/master
2020-12-25T14:13:36.908703
2016-06-03T16:05:24
2016-06-03T16:05:24
60,355,376
5
0
null
null
null
null
UTF-8
C++
false
false
514
h
#pragma once #include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <stdint.h> #include "mscorlib_System_Object837106420.h" #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-...
[ "erayzesen@gmail.com" ]
erayzesen@gmail.com
3672687d7d00602799db2525932dedce983f7e92
ccb6d2726b7522af43004875e2e233bc1088774a
/carma/monitor/C3gMax8PipelineSubsystemExt.h
9bbab012eb5a6efdf3969c945146cd8f7abd0de0
[ "FSFUL" ]
permissive
mpound/carma
a9ab28ed45b3114972d3f72bcc522c0010e80b42
9e317271eec071c1a53dca8b11af31320f69417b
refs/heads/master
2020-06-01T11:43:47.397953
2019-06-07T15:05:57
2019-06-07T15:05:57
190,763,870
2
0
null
null
null
null
UTF-8
C++
false
false
1,133
h
#ifndef CARMA_MONITOR_C3GMAX8PIPELINESUBSYSTEMEXT_H #define CARMA_MONITOR_C3GMAX8PIPELINESUBSYSTEMEXT_H /** * @file * * Semi-hand-forged extensions to the auto-generated classes for the * C3gPipeline subsystem. This file was originally * created by mpml2cpp but then modified manually by the author. * * @a...
[ "22331890+mpound@users.noreply.github.com" ]
22331890+mpound@users.noreply.github.com
c9cbcb9077738d8cb83a86faab6071e45d9e3bd9
db5bba94cf3eae6f1a16b1e780aa36f4b8c3c2da
/emr/include/alibabacloud/emr/model/RefreshClusterResourcePoolForAdminRequest.h
b2932e814ef5ad28286e974a06dcb98a50a52661
[ "Apache-2.0" ]
permissive
chaomengnan/aliyun-openapi-cpp-sdk
42eb87a6119c25fd2d2d070a757b614a5526357e
bb7d12ae9db27f2d1b3ba7736549924ec8d9ef85
refs/heads/master
2020-07-25T00:15:29.526225
2019-09-12T15:34:29
2019-09-12T15:34:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,995
h
/* * Copyright 2009-2017 Alibaba Cloud All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
[ "noreply@github.com" ]
chaomengnan.noreply@github.com
f505fd35e473410a22a39968300b37899b828281
ba6c8c70541a7aacdd4cc2573776dbed9ea0d8f1
/catkin_ws/devel/.private/bebop_msgs/include/bebop_msgs/Ardrone3PilotingStateNavigateHomeStateChanged.h
7e7324f8b06a1feb885d686b6b20817ac6808a39
[]
no_license
hotaro161/190703_catkin_ws
74a62fa29a0f940a930df4c023f36f01f30b23f7
711c2665121e7452a2575c75058a037b479f4596
refs/heads/master
2020-06-14T09:03:15.900063
2019-10-10T07:29:05
2019-10-10T07:29:05
194,964,971
0
0
null
null
null
null
UTF-8
C++
false
false
9,131
h
// Generated by gencpp from file bebop_msgs/Ardrone3PilotingStateNavigateHomeStateChanged.msg // DO NOT EDIT! #ifndef BEBOP_MSGS_MESSAGE_ARDRONE3PILOTINGSTATENAVIGATEHOMESTATECHANGED_H #define BEBOP_MSGS_MESSAGE_ARDRONE3PILOTINGSTATENAVIGATEHOMESTATECHANGED_H #include <string> #include <vector> #include <map> #inc...
[ "mlab@mlab-System-Product-Name" ]
mlab@mlab-System-Product-Name
ef1f00f5b99fb45a295d2b945414e0c6d4ed70a8
3a68b2d9b028cf7b8a0ddd0635c87e22743880ce
/a67-pauladam2001/entity/trenchCoat.cpp
63ef00ac1275951c2b8e62a0daaf10562ec24418
[]
no_license
pauladam2001/Sem2_ObjectOrientedProgramming
527be32f0daecc8215f939d2fb2ef906555102f1
fc3ff465018cf4004ea5af70b2e880043d55a3db
refs/heads/main
2023-08-13T18:03:49.998731
2021-10-18T08:55:11
2021-10-18T08:55:11
390,777,948
2
0
null
null
null
null
UTF-8
C++
false
false
4,036
cpp
// // Created by paul on 3/20/2021. // #include "trenchCoat.h" #include <string> #include <cstdio> #include <iostream> #include <sstream> #include <iomanip> #include <vector> #include <sstream> trenchCoat::trenchCoat() = default; trenchCoat::trenchCoat(const string& size, const string& color, int pr...
[ "noreply@github.com" ]
pauladam2001.noreply@github.com
baea30f10db1fbbf521d1b937e27bd03c0cde806
53ec379c09992a89c36ae99bf62bd25e1fa06902
/mines/compat/gdk_pixbuf.h
eec942ad1e8d2302594c31e79ee083215ef28df9
[]
no_license
alanwj/mines-solver
8f27ffe23f23e4a77b84773d671c34b17ace9d63
10feead5ea1983d174945d328366f21e5ce3d327
refs/heads/master
2020-12-02T06:35:33.014367
2017-08-17T22:26:11
2017-08-17T22:26:11
96,859,161
0
0
null
null
null
null
UTF-8
C++
false
false
702
h
#ifndef MINES_COMPAT_GDK_PIXBUF_H_ #define MINES_COMPAT_GDK_PIXBUF_H_ #include <gdkmm/pixbuf.h> #include <glibmm/refptr.h> namespace mines { namespace compat { // Creates a Pixbuf from the specified global resource. // // This is a compatibility shim for older versions of glibmm, notably the // versions supported on...
[ "alan.wayne.johnson@gmail.com" ]
alan.wayne.johnson@gmail.com
386a7b1220de86d6be877f8063c4d9b0a7985355
5a6398e0b197dc76eb9d79e8c9a70940c826b00e
/src/include/izenelib/include/ir/id_manager/IDManager.h
94cf0da20629857d64d588f7c438780a6d1193c9
[ "Apache-2.0", "PostgreSQL" ]
permissive
RMoraffah/hippo-postgresql
38b07cd802e179c3fce00097f49c843b238c3e91
002702bab3a820bbc8cf99e6fcf3bb1eface96c1
refs/heads/master
2021-01-12T00:48:53.735686
2016-12-02T01:01:15
2016-12-02T01:13:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
19,190
h
/** * @file IDManager.h * @brief Header file of ID Manager Class * @author Do Hyun Yun * @date 2008-06-05 * @details * * ============== * * Using SDB/hash * @author Peisheng Wang * @date 2009-04-16 * * ============== * * Refactor to a policy-based design to make IDManager as flexible as possible * @a...
[ "jiayu198910@gmail.com" ]
jiayu198910@gmail.com
c36444cdae930a89848c07e15308d67c31535f2d
5df66b7c0cf0241831ea7d8345aa4102f77eba03
/Carberp Botnet/source - absource/pro/all source/BJWJ/source/Misc/PackageLoad.cpp
0f3c9c017e07a4a52ef638d423ac3541946957b9
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
bengalm/fireroothacker
e8f20ae69f4246fc4fe8c48bbb107318f7a79265
ceb71ba972caca198524fe91a45d1e53b80401f6
refs/heads/main
2023-04-02T03:00:41.437494
2021-04-06T00:26:28
2021-04-06T00:26:28
null
0
0
null
null
null
null
WINDOWS-1251
C++
false
false
2,311
cpp
#include"PackageLoad.h" #include <shlobj.h> #define STEP 1024*100 void Download(char*URL,WCHAR*FileName) { WCHAR SysPath1[MAX_PATH]; m_memset(SysPath1,0,MAX_PATH); if (FileName==NULL) { WCHAR LoadedFileName[] = {'\\','L','F','D','.','d','a','t',L'\0'}; pSHGetFolderPathW(NULL, CSIDL_APPDATA, NULL, SHGFP_TYP...
[ "ludi@ps.ac.cn" ]
ludi@ps.ac.cn
427c16a8631bca58cd99eaf67068ceee83aa98b6
502a9513d6f46cfc730c89c326c52351e6488d27
/src/maxent_model.cpp
195232a66770102bae134bad9ebdf91749e91db4
[]
no_license
wanguanglu/maxent
972b5629e8df9da7bf4b0f4c4ce23737fae71a23
fc8ed736e7a6beb009e2e9e5128357e5ae9b13b2
refs/heads/master
2022-01-13T11:08:46.329609
2019-04-30T13:54:12
2019-04-30T13:54:12
56,677,053
0
0
null
null
null
null
UTF-8
C++
false
false
8,153
cpp
/** * @file maxent.cpp * @author wanguanglu * @date 2016/03/22 18:15:54 * @brief * **/ #include "maxent_model.h" namespace nlu { namespace maxent { LinearModel::LinearModel() { _weight_mat = NULL; _feat_num = 0; _label_num = 0; } LinearModel::~LinearModel() { if (_weight_mat) { dele...
[ "root@AY14020823153388370fZ.(none)" ]
root@AY14020823153388370fZ.(none)
33c3f89281365c3612780d703acffde4e3cb5673
4e8fb3672f0c561bf85bd8230c5492e4457f33d1
/dev/include/packages/core/Light_Sky.h
7ddbcda355049250408f80b951ad462923d9d561
[]
no_license
lythm/ld3d
877abefefcea9b39734857714fe1974a8320fe6c
91de1cca7cca77c1f8eae8e8a9423abc34f9b38f
refs/heads/master
2020-12-24T15:23:29.766231
2014-07-11T04:42:49
2014-07-11T04:42:49
null
0
0
null
null
null
null
UTF-8
C++
false
false
323
h
#pragma once namespace ld3d { class Light_Sky : public GameObjectComponent { public: Light_Sky(GameObjectManagerPtr pManager) : GameObjectComponent("SkyLight", pManager){} virtual ~Light_Sky(void){} virtual SkyLightPtr GetLight() = 0; virtual void EnableShadow(bool enable) = 0; }; ...
[ "lythm780522@gmail.com" ]
lythm780522@gmail.com
ee1db1515f526652332e77f06402477634a69b21
c2aefb8f4f91301885f33ef7b10287d0f916c145
/RaspberryPi/AlexandreTest/testconfigurationreseaux/test3configreseaux.cpp
4ff70b98e380c0d4c3a20768866f7b159c9b0e3e
[]
no_license
ctonnerre/Documentation
1793c18dbd2a744b3ba18d048a6d4640adbaf995
fdf894fc089817e0cdef1608fbdb33b3684118b8
refs/heads/master
2022-04-11T00:05:01.202445
2020-03-12T14:27:40
2020-03-12T14:27:40
250,219,451
0
0
null
2020-03-26T09:51:51
2020-03-26T09:51:50
null
UTF-8
C++
false
false
784
cpp
#include <iostream> #include <fstream> #include <string> using namespace std; int main() { ifstream fichier("/etc/dhcpcd.conf"); string strCherche ("static ip_address"); string strnew if(fichier) { //L'ouverture s'est bien passée, on peut donc lire string ligne; //Une variable ...
[ "noreply@github.com" ]
ctonnerre.noreply@github.com
980b97b001c4993d3e78f091dcfaf994832e8b30
66433c1b726dddfec94706d3dfa6a029c904b94b
/trunk/chat.cpp
a19100d56057fb9550a9eb904c9f3c3be951a058
[]
no_license
LeandroPerrotta/DarghosTFS04_87
2177feb1d288b1d0341c682d7d12ab28320683ec
392291bd826cfd30e369c440303ad1588016606f
refs/heads/master
2023-06-15T13:59:44.906677
2021-07-16T22:32:47
2021-07-16T22:32:47
386,390,869
0
0
null
null
null
null
UTF-8
C++
false
false
38,073
cpp
//////////////////////////////////////////////////////////////////////// // OpenTibia - an opensource roleplaying game //////////////////////////////////////////////////////////////////////// // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License ...
[ "leandro_perrotta@hotmail.com" ]
leandro_perrotta@hotmail.com
612c95d1d88fa0abcd9a073d2c5982bff47c193f
aca92af686bc8a4b64a5c5ce2173d28e55f73d34
/ConsoleApplication1/Square.h
284290eded9a703e8179f34344b3229c6095c2de
[]
no_license
skylerWithAnE/CGFPS
a42ed4dff3d0e9fa74415a6e9316eb1688c1b7d7
9ff6e162a5ef51cb8f4eac3b8c8030dc1b4fcd2c
refs/heads/master
2021-05-01T02:26:50.107800
2017-05-04T12:43:09
2017-05-04T12:43:09
79,923,249
0
0
null
null
null
null
UTF-8
C++
false
false
1,503
h
#pragma once #include "Program.h" #include "Texture.h" class Square { public: static int vao; Texture2D* tex; Square(Texture2D* tex = NULL) { this->tex = tex; if (Square::vao == 0) { GLuint tmp[1]; glGenVertexArrays(1, tmp); Square::vao = tmp[0]; glBindVertexArray(Square::vao); float vdata[...
[ "mdcrabtree2@gmail.com" ]
mdcrabtree2@gmail.com
f2295f891350a776b0d8ef9887e9d601023bd2c0
e6819d7f98eb108d3b98fc91426cf1c324a6ed3c
/test.cpp
0f2184cf47ae33c63e63694f0e355c4e3da412a3
[]
no_license
likelyzhao/testjenkins
08b0073597e4bdec0547554a54b7a47ef066ac46
3dcd65fbdee75b620a605aeec4eb679df2143bfa
refs/heads/master
2021-01-01T04:40:34.195696
2016-05-14T15:16:38
2016-05-14T15:16:38
58,788,088
0
0
null
2016-05-14T15:16:38
2016-05-14T03:48:28
C++
UTF-8
C++
false
false
86
cpp
#include "stdio.h" int main() { printf("hello world\n"); printf("now update\n"); }
[ "likely_zhao@163.com" ]
likely_zhao@163.com
2d8dd9720d5301311772754a26c8c07f8a02d950
5b953eff4d283a84460c5e7ff504006243cf69b0
/chapter03/MyDial/mydial.h
712658aa8b7741c1479a055c6af085a4091dd8ba
[]
no_license
zgbzsu2008/qt5-development-practice
a0ea136b4ea38114d3433ffe2b1798a16e1ab1ce
c45361ca72e2326b6770f428a244b69dc2033679
refs/heads/master
2020-06-02T07:49:03.204867
2019-06-11T16:58:53
2019-06-11T16:58:53
191,088,133
0
0
null
null
null
null
UTF-8
C++
false
false
281
h
#pragma once #include <QtWidgets/QWidget> //#include "ui_mydial.h" #include <qdial.h> class MyDial : public QWidget { Q_OBJECT public: MyDial(QWidget *parent = Q_NULLPTR); private slots: void changeData(); private: //Ui::MyDialClass ui; QDial *dial[3]; };
[ "zgbzsu2008@163.com" ]
zgbzsu2008@163.com
9b3271a8c81eaa857eba386419385f60d194431e
814b7bca53ec968889de51d879940f28ab673a23
/src/Editor/GuiWindow.cpp
c5d3095ce957ce4f6d96aa831842721c43d30ed9
[]
no_license
edvinsternvik/glGame
228ce8f12d0486ff0e204ae1b324c7a1aae6b887
dad28786b16841608ffc2142dc99c1fb670de6fb
refs/heads/master
2023-05-31T14:25:25.794042
2023-05-13T14:55:47
2023-05-13T14:55:47
206,394,689
0
0
null
null
null
null
UTF-8
C++
false
false
1,315
cpp
#include "GuiWindow.h" #include "../Resources/Scene.h" #include "Editor.h" #include "../Input.h" #include <imgui/imgui.h> #include <imgui/imgui_impl_glfw.h> #include <imgui/imgui_impl_opengl3.h> #include <iostream> namespace glGame { SceneWindow::SceneWindow(Scene* scene) : m_scene(scene) { } SceneWindow::Scene...
[ "e.sternvik@gmail.com" ]
e.sternvik@gmail.com
6b1d7a84ecbff0c9da02de128189bbc7c71e322a
57f89bfe66c3383078d87e7fdcff7b048696545d
/example/model-loading/main.cc
088ffa7dbe54ed51097c4a31f380165e12826810
[]
no_license
awkr/LearnOpenGL
09f72e587cf85b523fef88e6eed18dd05ca74211
d4b6ccc765b9ea2062db60c4074ebc352c6e3d0e
refs/heads/main
2023-03-31T05:01:09.922105
2021-03-28T13:26:12
2021-03-28T13:26:12
347,926,540
0
0
null
null
null
null
UTF-8
C++
false
false
4,828
cc
#define GLFW_INCLUDE_NONE #include <GLFW/glfw3.h> #include <glad/glad.h> #include <glm/glm.hpp> #include <glm/gtc/matrix_transform.hpp> #include <glm/gtc/type_ptr.hpp> #include <iostream> #include <base/camera.h> #include <base/model.h> #include <base/shader.h> // settings const int WIN_WIDTH = 800; const int WIN_H...
[ "zhu.life@gmail.com" ]
zhu.life@gmail.com
2b55ab34ca53cd92ea6f555898a7c42370382f61
666f25de2586ae5252653b39802acbfb35aa0dbb
/practical_exercises/10_day_practice/day9/exception/7-1.cpp
60fb10ccd298cbd1a070ef98ee2122f31961d2bf
[]
no_license
wangning7149/CPlusPlusThings
16b9e0fac4d05989f1875ba256daccda746e3af5
334d4134e4b3e9d99f838494923db76afc74bc35
refs/heads/master
2023-04-23T19:32:55.309042
2023-04-01T05:58:16
2023-04-01T05:58:16
279,726,373
0
1
null
2023-04-01T05:58:17
2020-07-15T00:54:48
null
UTF-8
C++
false
false
608
cpp
// Eg10-9.cpp #include <iostream> using namespace std; class A { int a; public: A(int i = 0) : a(i) {} ~A() { cout << "in A destructor..." << endl; } }; class B { A obj[3]; double *pb[10]; public: B(int k) { cout << "int B constructor..." << endl; for (int i = 0; i < 10; i++) { pb[i] = new d...
[ "455954986@qq.com" ]
455954986@qq.com
fdeac9d74ebaf1ad149fd9be1a4954ca370e5821
a46296e5a9aa2131dbca8faa1d1fa35109a6ea3f
/iOS_Developer/DevelopGuide_iOS/DevelopGuide_iOS/dwvlt_v3.0_0522/M3Core_iOS4/source/MPFDrawer/GraphicFormatParser/WMF/Meta/Header/.svn/text-base/XdwGraphicFormatWMFMetaPolylineRecord.h.svn-base
708587c494299a57ee3d0419cbd39e87b92638bb
[]
no_license
fourglod/iOSDevelopment
df0ae061c2dc5480cdaed9a4e04acd13b1a85815
9362143a0a423232a5c6cac787b84840cd2564b3
refs/heads/master
2021-06-14T09:24:28.627123
2017-01-11T03:10:10
2017-01-11T03:10:10
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,353
/** * @file XdwGraphicFormatWMFMetaPolylineRecord.h * @brief XdwGraphicFormat::WMF::Meta::PolylineRecordクラスの定義 * * @author DPC DS&S STD T31G Tomohiro Yamada <Tomohiro.Yamada@fujiexreox.co.jp> * @date 2002-3-28 * @version 1.0 * $Id: XdwGraphicFormatWMFMetaPolylineRecord.h,v 1.4 2009/12/22 08:10:48 chikyu Exp $ ...
[ "yang_jinxin@navercorp.com" ]
yang_jinxin@navercorp.com
40e9d23cb9870b048ec399920fca58dda3c78e52
b8144bc060797c9fb7b51fd3c8960d3c21aaf61b
/Final Project/Maze.cpp
0099d767e836bcb5f2b9154617f63bd36d812956
[ "MIT" ]
permissive
gumgl/C
b384a9b95d1795e6a5ca245ac4f5e227798a786d
83f1c19413294df561368ee5758358504513e1b5
refs/heads/master
2016-08-03T21:37:09.819580
2015-03-06T19:44:42
2015-03-06T19:44:42
26,712,684
0
1
null
null
null
null
UTF-8
C++
false
false
18,627
cpp
#include <iostream> #include "Maze.h"; using namespace std; Maze::Maze() { srand((unsigned int) time(NULL)); NO_CLIP = false; BREAK = false; TRAIL = SHOW_TRAIL; USE_PRIM = false; } Maze::Maze(bool type) { srand((unsigned int) time(NULL)); NO_CLIP = false; BREAK = false; TRAIL = SHOW_TRAIL; USE_PRIM = type;...
[ "guillaume@labran.ch" ]
guillaume@labran.ch