blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
6
201
content_id
stringlengths
40
40
detected_licenses
listlengths
0
26
license_type
stringclasses
2 values
repo_name
stringlengths
7
95
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
57 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
197k
639M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
11 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
34 values
src_encoding
stringclasses
18 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
11
9.86M
extension
stringclasses
27 values
content
stringlengths
11
9.86M
authors
listlengths
1
1
author
stringlengths
0
70
ca0c3b13465618bea0dfd72c097003afb2d6d543
dae66863ac441ab98adbd2d6dc2cabece7ba90be
/examples/flexrun/ASWorkFlexRun.h
aad3385447c35be6ad42d6653b4001fb392c9140
[]
no_license
bitcrystal/flexcppbridge
2485e360f47f8d8d124e1d7af5237f7e30dd1980
474c17cfa271a9d260be6afb2496785e69e72ead
refs/heads/master
2021-01-10T14:14:30.928229
2008-11-11T06:11:34
2008-11-11T06:11:34
48,993,836
0
0
null
null
null
null
UTF-8
C++
false
false
1,045
h
/* * The contents of this file are subject to the Mozilla Public License Version * 1.1 (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.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS...
[ "anirudhsasikumar@1c1c0844-4f48-0410-9872-0bebc774e022" ]
anirudhsasikumar@1c1c0844-4f48-0410-9872-0bebc774e022
789a2829cfc6bcdb6f4dca510bc0928f6b0d64ba
e11fec2011295290742a9b305fcd4387a5d2426c
/teste_dois_botoes_MOTORES_3_E_4_INTERRUP_AO_3/teste_dois_botoes_MOTORES_3_E_4_INTERRUP_AO_3.ino
7769522d796b7266b94c590ab249b31e499fa0d4
[]
no_license
leohfigueiredo/Arduino
5fbda0fc7efd25cd3b839ec65219f8ccfc1cf39d
f71dc86e07a9716e67634dceba7e2863c0020aab
refs/heads/master
2021-04-27T19:06:07.146467
2020-09-07T22:00:00
2020-09-07T22:00:00
122,350,755
0
0
null
null
null
null
UTF-8
C++
false
false
5,262
ino
#include <Wire.h> #include <LiquidCrystal_I2C.h> // Inicializa o display no endereco 0x3F LiquidCrystal_I2C lcd(0x3F,2,1,0,4,5,6,7,3, POSITIVE); boolean start = true; volatile boolean e_stop = false; volatile boolean e_stop3 = false; int botaoinicio = 3; // define pino 9 como entrada botao liga int chaveSW2 = 4; // d...
[ "leohfigueiredo@gmail.com" ]
leohfigueiredo@gmail.com
d11c84ecd3cdb9dcfda66f90229ac90e04134384
7d391a176f5b54848ebdedcda271f0bd37206274
/src/Samples/include/babylon/samples/loaders/babylon/import_dummy3_scene.h
511d690e2c31232654478e1ae417889385e407e6
[ "Apache-2.0", "LicenseRef-scancode-free-unknown" ]
permissive
pthom/BabylonCpp
c37ea256f310d4fedea1a0b44922a1379df77690
52b04a61467ef56f427c2bb7cfbafc21756ea915
refs/heads/master
2021-06-20T21:15:18.007678
2019-08-09T08:23:12
2019-08-09T08:23:12
183,211,708
2
0
Apache-2.0
2019-04-24T11:06:28
2019-04-24T11:06:28
null
UTF-8
C++
false
false
709
h
#ifndef BABYLON_SAMPLES_LOADERS_BABYLON_IMPORT_DUMMY3_SCENE_H #define BABYLON_SAMPLES_LOADERS_BABYLON_IMPORT_DUMMY3_SCENE_H #include <babylon/interfaces/irenderable_scene.h> namespace BABYLON { namespace Samples { /** * @brief Import Dummy 3 Scene. * @see https://www.babylonjs-playground.com/#C38BUD#1 */ struct I...
[ "sam.dauwe@gmail.com" ]
sam.dauwe@gmail.com
b3fe332665380d6d7aac889a1512266915d37926
8f02939917edda1e714ffc26f305ac6778986e2d
/BOJ/11066/main.cc
d90c597b2fa4b30c0d0c261b46aff4f87df0893f
[]
no_license
queuedq/ps
fd6ee880d67484d666970e7ef85459683fa5b106
d45bd3037a389495d9937afa47cf0f74cd3f09cf
refs/heads/master
2023-08-18T16:45:18.970261
2023-08-17T17:04:19
2023-08-17T17:04:19
134,966,734
5
0
null
null
null
null
UTF-8
C++
false
false
1,070
cc
#include <bits/stdc++.h> #define endl "\n" using namespace std; typedef long long lld; typedef pair<int, int> pii; typedef pair<lld, lld> pll; //////////////////////////////////////////////////////////////// const int MAX_K = 505; int K, A[MAX_K], S[MAX_K]; lld score[MAX_K][MAX_K]; void reset() { for (int i = 0; i ...
[ "queued37@gmail.com" ]
queued37@gmail.com
72b14d3d04a9cb329694c2479ffb2b74677901d6
b9575b7d4299110e663a7432381ce7534c234b40
/4_ExtLib/4.4_GuiFrameworks/4.4.2_HaxeUI/4.4.2.1_SimpleGui/4.4.2.1.1_HaxeuiBackends/4.4.2.1.1.2_haxeui-hxwidgets/4.4.2.1.1.2.3_Dialogs/SimpleMessageDialog/Export/cpp/debug/include/hx/widgets/CheckBox.h
c8d7d0399096c565be2a2f64bd6d8bfdbe8e3312
[]
no_license
R3D9477/haxe-basics
dc912670731ac891f359c73db68f1a683af03f6a
cd12a1cb250447afa877fc30cf671f00e62717ef
refs/heads/master
2021-09-02T12:22:55.398965
2018-01-02T15:29:40
2018-01-02T15:29:40
72,667,406
4
0
null
null
null
null
UTF-8
C++
false
false
2,488
h
// GeneratedByHaxe #ifndef INCLUDED_hx_widgets_CheckBox #define INCLUDED_hx_widgets_CheckBox #ifndef HXCPP_H #include <hxcpp.h> #endif #ifndef INCLUDED_hx_widgets_Control #include <hx/widgets/Control.h> #endif #ifndef INCLUDED_a958b609e3b635d9 #define INCLUDED_a958b609e3b635d9 #include "wx/checkbox.h" #endif HX_DECLA...
[ "r3d9u11@gmail.com" ]
r3d9u11@gmail.com
d816b188a26fbde223b7c8515374dec05c723951
2cf838b54b556987cfc49f42935f8aa7563ea1f4
/aws-cpp-sdk-codeguruprofiler/include/aws/codeguruprofiler/model/GetNotificationConfigurationResult.h
57c4b202033db90252f0f76f2c4302a76d351045
[ "MIT", "Apache-2.0", "JSON" ]
permissive
QPC-database/aws-sdk-cpp
d11e9f0ff6958c64e793c87a49f1e034813dac32
9f83105f7e07fe04380232981ab073c247d6fc85
refs/heads/main
2023-06-14T17:41:04.817304
2021-07-09T20:28:20
2021-07-09T20:28:20
384,714,703
1
0
Apache-2.0
2021-07-10T14:16:41
2021-07-10T14:16:41
null
UTF-8
C++
false
false
2,487
h
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h> #include <aws/codeguruprofiler/model/NotificationConfiguration.h> #include <utility> namespace Aws { template<typename RESULT_T...
[ "aws-sdk-cpp-automation@github.com" ]
aws-sdk-cpp-automation@github.com
1f0129cbf42826edc5a43bfaf6f852af00588bd4
1aaeaeaf042529cb0e5b551cde992c91e501e46c
/lab1/src/treewidget.h
ee5b15b3a3e38a62180f8a1566361c19758a0e04
[]
no_license
Kazeshirou/ppo
17c3371de5a2f9d06a1a6cedd738b98fa52d0576
b857fb8ba6b6cf712e4b365911ace4d7f814a1dc
refs/heads/master
2020-03-09T06:03:02.540815
2018-05-31T13:51:57
2018-05-31T13:51:57
128,628,825
0
0
null
null
null
null
UTF-8
C++
false
false
1,109
h
#ifndef TREEWIDGET_H #define TREEWIDGET_H #include <QTreeWidget> class GeoRoute; class QGeoCoordinate; class TreeWidget: public QTreeWidget { Q_OBJECT public: explicit TreeWidget(QWidget *parent = nullptr); ~TreeWidget() = default; void insertRoute(const GeoRoute &route, const int index = -1); ...
[ "zhar97@yandex.ru" ]
zhar97@yandex.ru
83eaa84a0a7a3e4d4a486e04a5a000aca871fcc2
325a3a48500a2cf9246453d611c628f10742953e
/MMOCoreORB/src/templates/tangible/FamiliarPetDeedTemplate.h
428a4b4c1b00207bfc81b347897747559c8cb97f
[]
no_license
SWGEmu-Private-Servers/SWG-Sentinels-Republic
39be3fb5655d57bfd8f44a75b234129dc85714be
cd96f476a51296370ffa7b19531a6db05a06d20a
refs/heads/master
2022-12-17T08:31:57.793579
2020-09-22T07:28:57
2020-09-22T07:28:57
297,396,568
0
0
null
null
null
null
UTF-8
C++
false
false
855
h
/* * FamiliarPetDeedTemplate.h * * Created on: August 17, 2013 * Author: washu */ #ifndef FamiliarPetDeedTemplate_H_ #define FamiliarPetDeedTemplate_H_ #include "templates/tangible/DeedTemplate.h" class FamiliarPetDeedTemplate : public DeedTemplate { private: String controlDeviceObjectTemplate; String m...
[ "thrax989@yahoo.com" ]
thrax989@yahoo.com
9f195a25b7211cd51d1c56baed8fff6393bdba48
b4f42eed62aa7ef0e28f04c1f455f030115ec58e
/messagingfw/senduiservices/launcher/src/senduilauncher.cpp
e2251487f4c9c92697f28e5b58eaaf3c7094becc
[]
no_license
SymbianSource/oss.FCL.sf.mw.messagingmw
6addffd79d854f7a670cbb5d89341b0aa6e8c849
7af85768c2d2bc370cbb3b95e01103f7b7577455
refs/heads/master
2021-01-17T16:45:41.697969
2010-11-03T17:11:46
2010-11-03T17:11:46
71,851,820
1
0
null
null
null
null
UTF-8
C++
false
false
1,227
cpp
/* * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/legal/epl-v10.h...
[ "kirill.dremov@nokia.com" ]
kirill.dremov@nokia.com
b46883309d3403394815915fedb1262cec4aba8c
59b2d9114592a1151713996a8888456a7fbfe56c
/hdu/1867.cpp
a59daf1a9c461a67b12ba99c52070e3c11d93084
[]
no_license
111qqz/ACM-ICPC
8a8e8f5653d8b6dc43524ef96b2cf473135e28bf
0a1022bf13ddf1c1e3a705efcc4a12df506f5ed2
refs/heads/master
2022-04-02T21:43:33.759517
2020-01-18T14:14:07
2020-01-18T14:14:07
98,531,401
1
1
null
null
null
null
UTF-8
C++
false
false
1,869
cpp
/* *********************************************** Author :111qqz Created Time :2016年08月11日 星期四 05时08分32秒 File Name :code/hdu/1867.cpp ************************************************ */ #include <cstdio> #include <cstring> #include <iostream> #include <algorithm> #include <vector> #include <queue> #include <stack> #i...
[ "111qqz" ]
111qqz
53b019bf7af6c946cb28120dff6e8a1dcfdb7bca
573b127ac411ac7b1c865df4faa302f86686f1f5
/src/nettest.cpp
250912797d3ea111556adc3c4f64c52c08bb2db1
[ "LGPL-2.1-only", "BSD-3-Clause" ]
permissive
ericloewe/MCIS
db454631646c7fecbe5a32fca45e1aa2358925c5
2d740e715de55acfc57ba2048ebd5f0409ee7c5f
refs/heads/master
2021-05-03T22:07:07.504796
2019-07-24T22:40:56
2019-07-24T22:40:56
120,386,541
0
0
BSD-3-Clause
2019-05-05T23:18:34
2018-02-06T01:48:28
C++
UTF-8
C++
false
false
4,074
cpp
/* Copyright (c) 2018, Eric Loewenthal 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 conditions and the ...
[ "ericloewe@outlook.pt" ]
ericloewe@outlook.pt
6bf6403172292abc94d7be19692b7d18f0f400dd
cc11c53a1cd78783591f8863c0d9bd1057ceab21
/source/uwp/Renderer/lib/AdaptiveSubmitAction.h
d330394957a5b62c90dc3b2fdef1ef3ab527e741
[ "MIT" ]
permissive
Clancey/AdaptiveCards
15578a4ae2c2bf016e0ba0db534eb246a22e3d6a
b0cdf05d2ce93c9244443b1d546d4332555fddd3
refs/heads/master
2021-04-26T23:28:09.765131
2018-03-16T18:47:28
2018-03-16T18:47:28
124,000,055
0
0
MIT
2018-03-06T01:08:44
2018-03-06T01:08:44
null
UTF-8
C++
false
false
2,793
h
#pragma once #include "AdaptiveCards.Rendering.Uwp.h" #include "Enums.h" #include "SubmitAction.h" #include "AdaptiveActionElement.h" namespace AdaptiveCards { namespace Rendering { namespace Uwp { class DECLSPEC_UUID("32114ce2-7e10-4f7f-8225-bfd661c6794c") AdaptiveSubmitAction : public Microsoft::WRL::Ru...
[ "noreply@github.com" ]
noreply@github.com
cafde7ffe1ac6a6510fbe7edb04d7436980a4b58
04b021cb3fd6274a80ed322775fd4bc14cf161ea
/datastructures/Dynamic Programming/edit distance/main.cpp
027191886e7e69d5eb0a819647ea12b9f6758087
[]
no_license
ashishcas/programs
f402c82fdac1aefca2db123db2391c441acf333d
fbfd90fa06b36346033b63e33619af34b9e9caf1
refs/heads/master
2020-03-17T13:53:40.676577
2019-08-20T15:54:04
2019-08-20T15:54:04
133,649,020
0
0
null
null
null
null
UTF-8
C++
false
false
805
cpp
#include <bits/stdc++.h> using namespace std; int mini(int a,int b,int c) { return min(min(a,b),c); } int edit(string s,string t) { int m = s.length(); int n = t.length(); int dp[m+1][n+1]; for(int i =0;i<=m;i++) { for(int j=0;j<=n;j++) { if(i == 0) ...
[ "chilukaashish@gmail.com" ]
chilukaashish@gmail.com
05c62a294527454eff25e74da825ed5031d4a23f
1897e0530fbee7fe72d85b5fb15089174ea36de0
/ImageSDL2/ImageSDL2/main.cpp
a2c115a1fbe7831820ba4af81d258e09ae7fe76b
[]
no_license
kafkaphoenix/sdl2bitmap
8944545dfcbb1739949b8143a5e3494cf787c03f
867fc2b55b9cb6761bfc1a28fe3478022952e29d
refs/heads/master
2021-06-18T09:06:30.196098
2017-06-13T17:22:38
2017-06-13T17:22:38
93,310,957
0
0
null
null
null
null
UTF-8
C++
false
false
824
cpp
#include <SDL.h> int main(int argc, char ** argv) { bool quit = false; SDL_Event event; SDL_Init(SDL_INIT_VIDEO); SDL_Window * window = SDL_CreateWindow("SDL Displaying Image", SDL_WINDOWPOS_UNDEFINED, SDL_WINDOWPOS_UNDEFINED, 640, 480, 0); SDL_Renderer *renderer = SDL_CreateRenderer(window, -1, 0); SDL_Sur...
[ "jaguilerapuerta@gmail.com" ]
jaguilerapuerta@gmail.com
f186d8357e2f790ab4d074c0fbf763dcf0a54fe5
e099f3450ccb982c9fa06f6d411a3b1d99b5c8d1
/threadPool/main.cpp
f96bc47671e4ede3bd13325481fd64003a8a75fb
[]
no_license
Request2609/summer2019
71d9370edd9be3d703a86695400201cee11b34ef
2e621b2d9c7278c7f897cc1cd98ad01ea950b661
refs/heads/master
2022-02-18T04:08:58.495086
2019-09-04T15:18:45
2019-09-04T15:18:45
197,857,588
1
0
null
null
null
null
UTF-8
C++
false
false
1,132
cpp
#include"threadPool.h" #include<iostream> struct gfunc{ int operator()(int n) { std::cout << n << std::endl ; return n ; } int func() { printf("hello " ) ; return 1 ; } } ; int func1(std :: string a, int b) { std :: cout << "字符串的值为:" << a << " 整型值为:" << b << std ...
[ "1433882609@qq.com" ]
1433882609@qq.com
3339c57d2bbcd03d8b707f0e38bcfda084d97a4e
320b6334f470f05e0b6eaba1064a3d6cd339bfd5
/MFCApplication2/situation.h
c163278cc7bf068543e20accece6502eb6be7c21
[ "MIT" ]
permissive
kzbnb/Alan-s-Gobang
135306e288706c1b5a192e6df8cbbd50e9ae8abf
7bd00da07629dee9a75d1b9981cc1e39ae12e516
refs/heads/master
2020-07-13T16:52:17.876637
2019-08-29T13:32:09
2019-08-29T13:32:09
null
0
0
null
null
null
null
UTF-8
C++
false
false
262
h
#pragma once #ifndef SITUATION #define SITUATION class situation { public: int five_win = 0, four_live = 0, four_chong = 0, four_die = 0, three_live = 0, three_sleep = 0, two_live = 0, two_sleep = 0; int score(int ,int ); }; #endif // !POINT
[ "noreply@github.com" ]
noreply@github.com
7f4e917e5f72c0bb3746cf2e795b949bdec536d2
a6f1e7410e0aec1ac94fef71aabf1854b90c3620
/Hunter104.cpp
28fac9b239c6a326b1ba2036f0305484035eabb0
[]
no_license
Kalaiarasan469/Hunter
876c3ce6f4d50128825981d654d7cecacd2e1ef2
b2e63ae6611157470af7a4710f3b5267c6c2e3a9
refs/heads/master
2021-04-28T05:55:11.852310
2018-06-18T16:41:43
2018-06-18T16:41:43
122,189,750
0
0
null
null
null
null
UTF-8
C++
false
false
536
cpp
#include <iostream> using namespace std; class Hunter104 { private: int i,n=5,j,s=0,c=0,ar[1000]; public: void get() { cin>>n; } void sum() { while(n!=0) { ar[c]=n%10; n=n/10; c++; } for(i=0;i<c/2;i++) { int t=ar[i]; ar[i]=ar[c-i-1]; ar[c-i...
[ "noreply@github.com" ]
noreply@github.com
d37a6d284a436a28b74d3535e26ca49c9866e003
9cca17134874c14f3d6924a9d1831ed21ba9de1b
/Pendulum.hpp
fbd5a206643226142f79f3daa5085adc1a02d750
[ "MIT" ]
permissive
clockworkengineer/Pendulum
0cb1c04012c1a0500b48e2da441239695bd361ba
2f54102012b664b299c36a46917e030a536be7ea
refs/heads/master
2021-01-19T19:12:16.950946
2020-08-15T16:42:33
2020-08-15T16:42:33
88,406,099
1
0
null
null
null
null
UTF-8
C++
false
false
373
hpp
#ifndef PENDULUM_HPP #define PENDULUM_HPP // ========= // NAMESPACE // ========= namespace Pendulum { // // .eml file extention // constexpr char const *kEMLFileExt{".eml"}; // // Main processing functionality (archive e-mail). // void archiveEmail(int ar...
[ "robert_tizzard@hotmail.com" ]
robert_tizzard@hotmail.com
c61f710b32716d8cd6a4029b7ac1bcec4490cf64
63ef2786b4ae49aa77ec0279065226a8ceea27e1
/Steering Behaviors for Autonomous characters/src/my_viewer.h
394c13a565cd8b19f27b54c529be084fcf5830c3
[]
no_license
arjunprakash05/Computer_Animation_and_Simulation
fc3a8080326f001b1975b7ded6547a02bc51e787
657216fc4512d48fe44443cf04c57145b52761de
refs/heads/master
2020-04-21T19:46:28.757142
2019-06-11T05:47:57
2019-06-11T05:47:57
169,819,185
1
0
null
null
null
null
UTF-8
C++
false
false
1,518
h
# pragma once # include <sig/sn_group.h> # include <sig/sn_points.h> # include <sig/sn_lines.h> # include <sigogl/ui_radio_button.h> # include <sigogl/ui_slider.h> # include <sigogl/ui_button.h> # include <sigogl/ui_check_button.h> # include <sigogl/ws_viewer.h> # include "particle_system.h" class MyViewer : public ...
[ "18176007+arjunprakash05@users.noreply.github.com" ]
18176007+arjunprakash05@users.noreply.github.com
96313719299a7b445f286865c1d6d76848a692a8
8b4119aaf6bb9af99c2480493ffc44a29e23d8d5
/Battleship/boat.h
2ab7302a4b255989b741d9b0acd054214f78f22f
[]
no_license
ahhTyler/Battleship
35031c592ac7396b9f1cd1109be1d9c53c5b61e4
2df4aed8882cb8004ce95a1f73874223e8163634
refs/heads/master
2016-09-06T18:24:52.903652
2015-05-26T16:03:31
2015-05-26T16:03:31
35,825,848
0
0
null
null
null
null
UTF-8
C++
false
false
182
h
#include "stdafx.h" #include "board.h" using namespace std; class ship : public Board { public: int length; int width; void createBoat(int _boat, int x, int y, int direction); };
[ "bresttyl000@741-PROG07.JSD.AD" ]
bresttyl000@741-PROG07.JSD.AD
9ffac9f1d826ab1bbf92bf58abe9d1b9d78165c6
6bee9b8fd4a49715e33c76eb255d0fd4529c5d24
/src/MPC.cpp
d766f88f72df41ecc8794bde9e4c6a4182fa994f
[ "MIT" ]
permissive
SebastianDrynda/CarND-MPC-Project-P10
a727c210f53061fc13acde0feb599030e9f7f822
12373572d24ee0941bb23c03d342b1675db3b6bd
refs/heads/master
2020-03-26T07:58:47.738002
2018-08-15T13:31:37
2018-08-15T13:31:37
144,680,433
0
0
null
null
null
null
UTF-8
C++
false
false
9,051
cpp
#include "MPC.h" #include <cppad/cppad.hpp> #include <cppad/ipopt/solve.hpp> #include "Eigen-3.3/Eigen/Core" using CppAD::AD; // TODO: Set the timestep length and duration size_t N = 10; double dt = 0.1; // This value assumes the model presented in the classroom is used. // // It was obtained by measuring the radius...
[ "sebastian@drynda.com" ]
sebastian@drynda.com
adef425781dc018852870710b54633f604b326fd
8a31c32e471630c2a490aa2a90f3a317fdbb37ba
/SymbolTable/hashtable.h
9d36894215708817392174f7f8e6b681bf80e0a9
[]
no_license
irstavr/wizAlgorithms
8c2fa13b3c53067d6c74ab5ae039460f9474806b
06e00a4dfbeda013ba8421dd20695c23ab9e0e1b
refs/heads/master
2021-01-10T10:21:26.928253
2015-10-28T19:44:30
2015-10-28T19:44:30
45,123,937
0
0
null
null
null
null
UTF-8
C++
false
false
5,685
h
/* File: hashtable.h * ----------------- * This is a simple table for storing values associated with a string * key, supporting simple operations for enter and lookup. * * keys: strings * values: any type */ #ifndef _H_hashtable #define _H_hashtable #include <map> #include <cstdlib> #include <cstring> #include <iostre...
[ "irstavr@gmail.com" ]
irstavr@gmail.com
64ce5431eae0aa9863b3ed5d77d21895aefc952c
ccab578b41a5a563344355164c2814fe47b86642
/algorithm/jps.cpp
2e1b47037db99029d4b0e815a84be3e9c770fa8b
[]
no_license
gavr97/path-search
7e0c140591b2581b8c259812a8f4a16e7cb6e61c
777ca510ee2564438b8566547a6c1c511592ad31
refs/heads/master
2021-09-24T22:05:08.959401
2018-10-15T14:00:54
2018-10-15T14:00:54
74,914,971
0
0
null
null
null
null
UTF-8
C++
false
false
4,572
cpp
#include "heuristics.h" #include <ctime> #include "../algorithm/jps.h" void Jps::setLevelPath(Output &output) { output.isLowLevel = false; } std::vector<Node> Jps::getSuccessors(const Node &node, const Map &map) const { // p -> u -> v std::vector<Node> successors; unsigned ux = node.getX(); unsign...
[ "alex.gavr97@gmail.com" ]
alex.gavr97@gmail.com
c9b782acecce2c28e76949dbf014a51c4434705a
585957053b8dbf7e8a2febef4f828e654cf53dc5
/src/net/Misc.h
1c63342f502fe7ba8c0bbfda0e656bc341639217
[]
no_license
elefant/libmintress
a8e34dc907399028fc27f9244c9482fcee2d80d4
7f5ecc1cc95ad42f045faf73c0a943cfcb0553d4
refs/heads/master
2021-01-17T08:25:58.776477
2016-08-12T02:46:14
2016-08-12T02:46:14
65,517,734
0
0
null
null
null
null
UTF-8
C++
false
false
529
h
#ifndef NET_MISC_H #define NET_MISC_H #include <string> namespace net { enum Protocol { PROTOCOL_TCP, PROTOCOL_UDP, PROTOCOL_HTTP, PROTOCOL_RTP, PROTOCOL_RTSP, PROTOCOL_UNKNOWN, }; std::string getLocalIp(); std::string encodeUrl ( c...
[ "hchang@mozilla.com" ]
hchang@mozilla.com
0f01647c14d016815b368f43af09cbc0c5300e1d
b012b15ec5edf8a52ecf3d2f390adc99633dfb82
/releases/moos-ivp-13.5/ivp/src/lib_geometry/XYConvexGrid.cpp
d83d11212623fef840182e583797100b846eaac9
[]
no_license
crosslore/moos-ivp-aro
cbe697ba3a842961d08b0664f39511720102342b
cf2f1abe0e27ccedd0bbc66e718be950add71d9b
refs/heads/master
2022-12-06T08:14:18.641803
2020-08-18T06:39:14
2020-08-18T06:39:14
263,586,714
1
0
null
null
null
null
UTF-8
C++
false
false
17,707
cpp
/*****************************************************************/ /* NAME: Michael Benjamin, Henrik Schmidt, and John Leonard */ /* ORGN: Dept of Mechanical Eng / CSAIL, MIT Cambridge MA */ /* FILE: XYConvexGrid.cpp */ /* DATE: Aug 27th 2005 ...
[ "zouxueson@hotmail.com" ]
zouxueson@hotmail.com
16bb523502f6c0e0acc84de717fb1b66e8c8b32f
b26a8e14cfaa1bc2e8086b99ad03ddd686ace72d
/1216 跳马问题.cpp
78eb23bf7ff572928fc05ea372f7afec67aa2281
[]
no_license
makixi/codevs
ed2013ed5a9699c3db14f8b4ad62222b139083d0
cf5893d57ea1bf19ef9e552b9091fc052e8ba214
refs/heads/master
2021-04-06T20:51:46.667991
2018-04-12T14:39:50
2018-04-12T14:39:50
125,339,266
0
0
null
null
null
null
UTF-8
C++
false
false
342
cpp
#include <cstdio> int f[301][301],n,m,sx,sy,tx,ty; int dfs(int x,int y) { if(x<1||y<1||x>n||y>m)return 0; if(f[x][y])return f[x][y]; return f[x][y]=(dfs(x-2,y-1)+dfs(x-1,y+2)+ dfs(x-1,y-2)+dfs(x-2,y+1))%123456; } int main(){ scanf("%d%d%d%d%d%d",&n,&m,&sx,&sy,&tx,&ty),f[sx][sy]=1; printf("%d\n",dfs(t...
[ "lynseychen97@gmail.com" ]
lynseychen97@gmail.com
b28f1d8c67d06ce39c7eaed5142ca7e68b77c729
261a5b12cba37d0cc82e9536a80e5124b3da08d1
/Framework/Source/Core/OpenGL/ShaderStorageBufferGL.cpp
fcb1a5e61071517701b99bc871bfbc08818b5c24
[]
no_license
hsdk/Falcor
d977d33402a2cf45229caa02054aaffb2cba1717
732bb6c57498636d705605d425aa0beee9c6094f
refs/heads/master
2021-01-17T18:19:05.029027
2016-08-20T01:23:06
2016-08-20T01:23:06
null
0
0
null
null
null
null
UTF-8
C++
false
false
11,795
cpp
/*************************************************************************** # Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions # are met: # * Redistributions of sourc...
[ "nbenty@nvidia.com" ]
nbenty@nvidia.com
1ddfe897fd42581c9e61b8b286865de1689aec84
019873f0c364b45d560d0008f9719d6ec62bf23d
/help.cpp
1feaf1d4da06853894ecd1fd2409552d4980e8b2
[]
no_license
asdredmitry/JordThreads
d31809db0afa735b4e04be96db0806ac2f8bc631
5f0b84180815572303dc68d08f1b2cbd57206149
refs/heads/master
2021-07-24T14:22:40.693565
2017-11-06T23:49:41
2017-11-06T23:49:41
108,880,389
0
0
null
null
null
null
UTF-8
C++
false
false
1,531
cpp
#include <sys/resource.h> #include <sys/time.h> #include <stdio.h> #include <math.h> #include "help.h" #define MAX_OUTPUT_SIZE 10 double f(int i, int j) { return fabs(i - j); } void readMatrix(int n, double *a, double *b, int mode, FILE *input) { int i, j; double tmp; if (mode == 1) { for (i = 0; i < n; i+...
[ "michalych2014@yandex.ru" ]
michalych2014@yandex.ru
ba79dc6fc05c09a8231f0eec2c475e2c0d081d39
a250908fe2c6b3b38c6834ae04b065f650109d52
/lecture12/List.h
ec9d4ba151250a53c33d37eb137da21e64ec32bf
[ "MIT" ]
permissive
msareebhakak/ncstate-ece309-examples
395e05385208f15ccfe0b1fc0b835e02ee46c5be
4f36ac249af8a7910c146994abd541b03d7fdbd9
refs/heads/master
2020-12-06T07:54:55.005212
2019-12-02T20:17:07
2019-12-02T20:17:07
null
0
0
null
null
null
null
UTF-8
C++
false
false
939
h
#ifndef LIST_H #define LIST_H #include <string> using Item = int; class List { private: class ListNode { public: Item item; ListNode * next; ListNode(Item i, ListNode *n=nullptr) { item = i; next = n; } }; ListNode * head; ListNode * tail; public: class iterator { L...
[ "jtuck@ncsu.edu" ]
jtuck@ncsu.edu
c456473a096653e9ed73a8ce359a95f2bc65e761
3e1ac5a6f5473c93fb9d4174ced2e721a7c1ff4c
/build/iOS/Preview/include/Fuse.IActualPlacement.h
2cab6093bba0cdeb198a5ba66ccc4b7fb3ca350f
[]
no_license
dream-plus/DreamPlus_popup
49d42d313e9cf1c9bd5ffa01a42d4b7c2cf0c929
76bb86b1f2e36a513effbc4bc055efae78331746
refs/heads/master
2020-04-28T20:47:24.361319
2019-05-13T12:04:14
2019-05-13T12:04:14
175,556,703
0
1
null
null
null
null
UTF-8
C++
false
false
1,552
h
// This file was generated based on /usr/local/share/uno/Packages/Fuse.Nodes/1.9.0/Translation.uno. // WARNING: Changes might be lost if you edit this file directly. #pragma once #include <Uno.Object.h> namespace g{namespace Uno{struct Float3;}} namespace g{ namespace Fuse{ // public abstract interface IActualPlacem...
[ "cowodbs156@gmail.com" ]
cowodbs156@gmail.com
8be3524622ff56dcdbea5ced99d2fab1644b6dae
56738bc398f8445f5ebcba74d5e8b7d6a9eaa57d
/blazetest/blazetest/mathtest/strictlylowermatrix/SparseTest.h
324af22fe1aee16d371199b6909a280414fc47aa
[ "BSD-3-Clause" ]
permissive
praveenmunagapati/blaze
bc1fd9f6d49e3976dac54c8bcdf9e95ea1a0296c
a5fb3d165a4c332cec4974ed222271615a7fe0e6
refs/heads/master
2021-06-09T13:49:54.139830
2017-01-02T04:45:23
2017-01-02T04:45:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
23,000
h
//================================================================================================= /*! // \file blazetest/mathtest/strictlylowermatrix/SparseTest.h // \brief Header file for the StrictlyLowerMatrix sparse test // // Copyright (C) 2013 Klaus Iglberger - All Rights Reserved // // This file is part of...
[ "klaus.iglberger@gmail.com" ]
klaus.iglberger@gmail.com
0466e3ede2ed72dc2b3c6979910a22df5db17f12
3f1619529291bcebdaf9d2faa94d8e07b7b7efda
/Polybench/stencils/fdtd-2d/fir_prj/my_version_with_float_constant/.autopilot/db/fdtd-2d.pragma.0.cpp
177b99fd3716be5d802bec471cab5c4d3847d2bf
[]
no_license
Victorlzd/High_Level_Synthesis_Trainee
6efb431b0de4f5ef84cc4e5bad90a24c4c9b434d
01350bb65de0fae9377aa52986a3541c27e6a9c2
refs/heads/master
2021-09-21T22:28:22.140443
2018-08-31T22:08:27
2018-08-31T22:08:27
137,374,417
0
0
null
null
null
null
UTF-8
C++
false
false
1,802,644
cpp
# 1 "fdtd-2d.cpp" # 1 "fdtd-2d.cpp" 1 # 1 "<built-in>" 1 # 1 "<built-in>" 3 # 155 "<built-in>" 3 # 1 "<command line>" 1 # 1 "/opt/Xilinx/Vivado/2018.2/common/technology/autopilot/etc/autopilot_ssdm_op.h" 1 # 157 "/opt/Xilinx/Vivado/2018.2/common/technology/autopilot/etc/autopilot_ssdm_op.h" extern "C" { ...
[ "victorlezaud@gmail.com" ]
victorlezaud@gmail.com
0bac0aa362a380d6a5de79b79a3b51417496434d
1d3e07aa050fd2fd0c8cc0a9a83b74b28826c8a8
/lib/src/simple_geometry.cpp
6543ef3fa10be65f1eba69f658a44a64a4b6aac7
[]
no_license
climoge/moteur_physique
bdc066b4058c2e816841246d44a6d48cb52e5b7d
5d52d3250c1142bc2c432ad6e6c1763f58425d6b
refs/heads/master
2020-05-26T01:01:43.064415
2017-03-15T22:46:55
2017-03-15T22:46:55
84,959,128
0
0
null
null
null
null
UTF-8
C++
false
false
8,401
cpp
#include <glmlv/simple_geometry.hpp> #include <glm/gtc/constants.hpp> #include <iostream> namespace glmlv { SimpleGeometry makeTriangle() { std::vector<Vertex3f3f2f> vertexBuffer = { { glm::vec3(-0.5, -0.5, 0), glm::vec3(0, 0, 1), glm::vec2(0, 0) }, { glm::vec3(0.5, -0.5, 0), glm::vec3(0, 0, 1...
[ "corentin.limoge@gmail.com" ]
corentin.limoge@gmail.com
577da0f627632aa20995b67900c8178a613263fc
9109cbb93e6a2981199425c809f09ba8e9d774d2
/topcoder/some-easy-problem/srm475.cpp
e011fd5a2cb45a4f1cc85106cff5dcd865f2e40f
[]
no_license
chffy/ACM-ICPC
e8ea50337931d997685c0fac1f0b424f33ab4e37
59f071b014634e923338571aaa2272c490a8a0ae
refs/heads/master
2020-05-30T05:00:10.775875
2016-03-28T14:37:08
2016-03-28T14:37:08
23,791,162
5
0
null
null
null
null
UTF-8
C++
false
false
2,269
cpp
#include <iostream> #include <cstdio> #include <cstring> #include <vector> #include <queue> #include <map> #include <algorithm> using namespace std; int num[20], cnt[20]; int sum[20], pre[20], prd[20]; class RabbitStepping { public: double getExpected(string field, int r) { int n = field.size(); i...
[ "jinjsy@163.com" ]
jinjsy@163.com
97a153e98d58cdffcae462d48f626d813c25c1db
3562757dd437244240ba9eada1a8e3d65e701fc3
/IterativePostorder.cpp
5c114ede2026332da0771fbe204ca6676edca1e3
[]
no_license
Upasana-12/Trees
ccfa93c3e78b1aab3dafe0a3439374348a7db012
eef493812d231eb7bd3cbbf0ba95b29d598a7603
refs/heads/master
2020-08-07T11:30:35.940599
2019-10-07T16:47:33
2019-10-07T16:47:33
213,432,569
0
0
null
null
null
null
UTF-8
C++
false
false
612
cpp
/** * Definition for binary tree * struct TreeNode { * int val; * TreeNode *left; * TreeNode *right; * TreeNode(int x) : val(x), left(NULL), right(NULL) {} * }; */ vector<int> Solution::postorderTraversal(TreeNode* A) { vector<int> v; stack<TreeNode*> s1,s2; while(!s1.empty()) {...
[ "upasana12000@gmail.com" ]
upasana12000@gmail.com
3e9e283b586c3e91c8c7895f801ffe725dfe2840
7d19bd1b18359573bd2d5e39a730738df821a4d1
/libs/concurrency/include_compatibility/hpx/util/spinlock.hpp
0023efd5cd8ba57f071e814532e092701703f973
[ "BSL-1.0", "LicenseRef-scancode-free-unknown" ]
permissive
sarthakag/hpx
4f45d3b8e2fc88d7d2f0bf0abb7d231cd18360e6
a895dda5272634c5a8c9e35a45405699075a119e
refs/heads/master
2022-04-11T23:38:21.432194
2020-03-25T19:11:37
2020-03-25T19:11:37
250,194,241
1
0
BSL-1.0
2020-03-26T07:52:49
2020-03-26T07:52:48
null
UTF-8
C++
false
false
686
hpp
// Copyright (c) 2019 Mikael Simberg // // SPDX-License-Identifier: BSL-1.0 // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include <hpx/config.hpp> #include <hpx/concurrency/config/defines.hpp> #include <hpx/...
[ "aurianer@cscs.ch" ]
aurianer@cscs.ch
b1b15d427580d595262d5c0ebb49fbb9610e4c60
444060f6c7b9d18143207f8052fadb5d0835d2f8
/callback_remove/callback_remove_kernel/main.cpp
4699c092160404143545ab41227cf06655ad4024
[ "Apache-2.0" ]
permissive
yougar0/driver_callback_bypass_1909
e19f43d8450879a3a77f77024d55ebfa0dcada5b
e8cd15e16b3e8f976c422344c9db9eaec6a0ba61
refs/heads/main
2023-07-04T07:44:14.666166
2021-08-05T09:46:23
2021-08-05T09:46:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,242
cpp
#include <ntddk.h> #include "struct.hpp" #include "ob.hpp" NTSTATUS defalut_irp( PDEVICE_OBJECT device, PIRP irp) { UNREFERENCED_PARAMETER(device); irp->IoStatus.Status = STATUS_SUCCESS; irp->IoStatus.Information = 0; IoCompleteRequest(irp, IO_NO_INCREMENT); return STATUS_SUCCESS; } NTST...
[ "noreply@github.com" ]
noreply@github.com
78f703c537e3fb5e250de0a7bb78d3420bae65d9
71907ad3b0c3790f8599b14e72df495ce94d1da6
/IndependentEntrypoint.cpp
c5c4f06ecc22851c39ebfa4549c20dcb7b738c9d
[]
no_license
ohm314/cl_forward
751b30a653a333ce25f68dd9dc3992de834752f4
2dd635fe3b069e10afd8d1a41cb0fb49db72525f
refs/heads/master
2021-01-18T09:14:21.608168
2015-09-16T10:39:45
2015-09-16T10:39:45
42,575,834
0
1
null
2015-09-16T08:50:10
2015-09-16T08:50:09
null
UTF-8
C++
false
false
4,796
cpp
/** * Autocontained cross-platform independent entrypoint * for Gaudi offloaded algorithms. * * Intended for testing and debugging, completely decoupled * from the Gaudi framework. * * author - Daniel Campora * email - dcampora@cern.ch * * June, 2014 * CERN */...
[ "dcampora@cern.ch" ]
dcampora@cern.ch
9cbda9f56ba305260f859818004a10098d03d57d
cfcfbd5eaafe91facecfd343c4a8a79fdbfdce5a
/ProjectUI/sisaankirjaus.h
2796843eb139eed5c9b0311a8013d8c6e334ef72
[]
no_license
Larry-666/ProjectUI
c19f2ff543943e9af1a794e77ac294f64ad2ad41
5a9b600bacdc8d540b3a999c9fe8129e8fce5766
refs/heads/main
2023-04-16T13:05:06.007167
2021-04-15T09:06:38
2021-04-15T09:06:38
357,852,272
0
0
null
null
null
null
UTF-8
C++
false
false
388
h
#ifndef SISAANKIRJAUS_H #define SISAANKIRJAUS_H #include <QDialog> namespace Ui { class Sisaankirjaus; } class Sisaankirjaus : public QDialog { Q_OBJECT public: explicit Sisaankirjaus(QWidget *parent = nullptr); ~Sisaankirjaus(); private slots: void on_pushButton_clicked(); pri...
[ "noreply@github.com" ]
noreply@github.com
e8f6eb51060fc776fdf38eb26babfe7e0fb5c63d
762f52d0e4b51509187e91e90b67b22b9a3fd1b4
/21. Dynamic Programming/19_elephantInMazeMinCost.cpp
10dc9fbbd6f134a8f8f7e2065ff3183833c85895
[]
no_license
apoorvKautilya21/Data-Structures-And-Algorithm-in-C-
f77319e5d56897586f89c377a53f5369a588f85d
c90a8953fc21f0d7a67cb28ec53a8ccf0157c58f
refs/heads/main
2023-03-03T14:20:37.141531
2021-02-06T05:08:54
2021-02-06T05:08:54
336,460,031
0
0
null
null
null
null
UTF-8
C++
false
false
592
cpp
#include<iostream> using namespace std; #define R 4 #define C 4 int countPaths() { int dp[100][100] = {0}; dp[0][0] = 1; for(int i = 0; i < R; i++) { for(int j = 0; j < i; j++) { dp[i][0] += dp[j][0]; } } for(int i = 0; i < C; i++) { for(int j = 0; j < i; j++) { dp[0][i] += dp[0][i]; } } for(i...
[ "apoorvkautilya@gmail.com" ]
apoorvkautilya@gmail.com
136f02afb1925e38390ed7d069daef83b410d950
6b40e9dccf2edc767c44df3acd9b626fcd586b4d
/NT/com/ole32/stg/h/dfdeb.hxx
d624896fdbd21378bd83340f4aed62962e7a8179
[]
no_license
jjzhang166/WinNT5_src_20201004
712894fcf94fb82c49e5cd09d719da00740e0436
b2db264153b80fbb91ef5fc9f57b387e223dbfc2
refs/heads/Win2K3
2023-08-12T01:31:59.670176
2021-10-14T15:14:37
2021-10-14T15:14:37
586,134,273
1
0
null
2023-01-07T03:47:45
2023-01-07T03:47:44
null
UTF-8
C++
false
false
1,955
hxx
//+-------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1992 - 1992. // // File: dfdeb.hxx // // Contents: Docfile debug header // // Functions: DfDebug // DfSetResLimit // DfGetResLimit // DfPrintAllocs // ...
[ "seta7D5@protonmail.com" ]
seta7D5@protonmail.com
a66b00cee1a07d0db53791255a2c1590ebcb3a01
f20dc74769927484eab9f84bc152c92ea7ce0766
/src/Main.cpp
2928eb9577990c84ed12644bc11f8f34f3d0abb4
[]
no_license
AndreiRafael/HyperFire3000
db67b4c76851767e2508346a21952f7a9ce5f482
3f49c01002929ad464d698ef7eb7bd009a4a2a01
refs/heads/master
2020-08-06T03:29:04.413720
2019-11-27T16:27:34
2019-11-27T16:27:34
212,817,149
0
0
null
null
null
null
UTF-8
C++
false
false
681
cpp
#include <iostream> #include <string> #include <time.h> #include "core/GameManager.h" #include "core/InputManager.h" #include "core/AudioManager.h" #include <ExampleScene.h> int main(int argc, char* argv[]) { srand(time(NULL)); SDL_Init(SDL_INIT_EVERYTHING); auto manager = hf::GameManager::get_instance(); aut...
[ "abrongel@gmail.com" ]
abrongel@gmail.com
c2039040fc1d3db9801abb3b8fa2bc12e93dc30f
4023789d76ee33d3bc4cce94553d94aac79c8dfb
/src/channel.cpp
4682b5e3ac8b9b97f8998d865e4e57153113c703
[]
no_license
mwidya/Mutation
d80f5d700c259495c40aa5f04a03f32e4c713101
3949412d139f6f743beb3462a1777b1a27f6e944
refs/heads/master
2021-01-20T06:22:51.922215
2014-08-27T20:53:05
2014-08-27T20:53:05
null
0
0
null
null
null
null
UTF-8
C++
false
false
738
cpp
// // channel.cpp // Mutation // // Created by Martin Widyanata on 01.08.14. // // #include "channel.h" channel::channel(int width, int height, int glFormat, string syphonServerName){ mWidth = width; mHeight = height; mGlFormat = glFormat; mSyphonServerName = syphonServerName; // TODO...
[ "mwidya@gmail.com" ]
mwidya@gmail.com
b36b02820cee28976577749c012fb6367f65762d
1cfd0b154f05498c3bae47247e77acb598fb8cfb
/Misc/SubarraySumsII.cpp
9a4910f29df3dfc36cb4897e2a8ddf2af14e95dc
[ "MIT" ]
permissive
0xWOLAND/CompetitiveProgramming
291e9e628788a0e14fd6638f6010e589b670d136
6dd47e56693e4fb0600a30a16453978fd52d584e
refs/heads/main
2023-08-21T23:51:29.758793
2021-10-13T04:06:43
2021-10-13T04:06:43
null
0
0
null
null
null
null
UTF-8
C++
false
false
484
cpp
#include <bits/stdc++.h> using namespace std; int main(int argc, char const *argv[]) { int n, x; cin >> n >> x; std::map<int, int> map; map[0] = 1; int u; int sum = 0, ans = 0; for(int i = 0; i < n; i++) { cin >> u; sum += u; ...
[ "bhargav.annem@gmail.com" ]
bhargav.annem@gmail.com
52869f18a3b327d8c6bcccdb6ec7cd504292e500
315450354c6ddeda9269ffa4c96750783963d629
/CMSSW_7_0_4/tmp/slc6_amd64_gcc481/src/TotemDQMLite/GUI/src/TotemDQMLiteGUI/moc/QRootCanvas_h_moc.cc
6e2f2b72aaaf3458a6afd9ec9024851263d95872
[]
no_license
elizamelo/CMSTOTEMSim
e5928d49edb32cbfeae0aedfcf7bd3131211627e
b415e0ff0dad101be5e5de1def59c5894d7ca3e8
refs/heads/master
2021-05-01T01:31:38.139992
2017-09-12T17:07:12
2017-09-12T17:07:12
76,041,270
0
2
null
null
null
null
UTF-8
C++
false
false
2,420
cc
/**************************************************************************** ** Meta object code from reading C++ file 'QRootCanvas.h' ** ** Created: Mon Jul 11 23:33:08 2016 ** by: The Qt Meta Object Compiler version 63 (Qt 4.8.1) ** ** WARNING! All changes made in this file will be lost! ***********************...
[ "eliza@cern.ch" ]
eliza@cern.ch
d0511db5d3937d4bc6c3c2118c379b44b6dba01b
e018d8a71360d3a05cba3742b0f21ada405de898
/Client/DebugKit.cpp
eef4d56f1c0dba02e779eb7adabc742a4a77aebf
[]
no_license
opendarkeden/client
33f2c7e74628a793087a08307e50161ade6f4a51
321b680fad81d52baf65ea7eb3beeb91176c15f4
refs/heads/master
2022-11-28T08:41:15.782324
2022-11-26T13:21:22
2022-11-26T13:21:22
42,562,963
24
18
null
2022-11-26T13:21:23
2015-09-16T03:43:01
C++
UTF-8
C++
false
false
4,019
cpp
// DebugKit.cpp: implementation of the CDebugKit class. // ////////////////////////////////////////////////////////////////////// #include "Client_PCH.h" #include "stdafx.h" #include "DebugKit.h" #include <wtypes.h> #include "fstream" extern BOOL g_bMsgOutPutFlag; extern BOOL g_bMsgDetailFlag; extern BO...
[ "tiancaiamao@gmail.com" ]
tiancaiamao@gmail.com
0b00a742ba7cdd73598cf1f08f5adbcc538101c1
e8adbd28cc05fbcead7a8c6f5d0f6b1ce60ca18b
/include/dali/core/mm/malloc_resource.h
441ad7f0fd15f44763cf984a18b0453f83b6969b
[ "Apache-2.0" ]
permissive
hoangtnm/DALI
45cfd38690519f7ab43001d9f978261740e36d18
a49640db9bda176b99523fa4a509bfbd75b3e4e4
refs/heads/main
2023-07-24T00:10:46.553798
2021-09-06T21:50:51
2021-09-06T21:50:51
null
0
0
null
null
null
null
UTF-8
C++
false
false
4,498
h
// Copyright (c) 2020-2021, NVIDIA CORPORATION & AFFILIATES. 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 // /...
[ "noreply@github.com" ]
noreply@github.com
d426f57c064d12613d890eb0e1cd7e1578d1b838
32644d7e482ad227a51757ff0d07dd9cc5e1897e
/old/src_old/pig.h
5969e0f14e9625c9f1917fefdb1fefc32dbd6ef5
[]
no_license
pigApp/pig
521b2f06f3020362d5e7ad3283faabc207f41f06
2593b7ca0203644a074d15b038ba4b5b2d421b7d
refs/heads/master
2016-09-06T06:51:13.186777
2016-01-31T15:47:59
2016-01-31T15:47:59
20,078,750
0
0
null
null
null
null
UTF-8
C++
false
false
1,530
h
#ifndef PIG_H #define PIG_H #include "update.h" #include "tcpSocket.h" #include "torrent.h" #include <QObject> #include <QtSql> class PIG : public QObject { Q_OBJECT public: PIG(QObject *parent = 0); ~PIG(); public slots: void quit(); void set_root_object(QObject *root); void password_hand...
[ "pig@mail.com" ]
pig@mail.com
28e143bbb70b47096a6827d25f27b95d48ad2d8a
9f9dce45e477007505617aa428945e35e8db4e6e
/modules/task_1/novozhilova_e_labeling/main.cpp
abb839c11a23963560784d0e46cc73d4695ec7a4
[ "BSD-3-Clause" ]
permissive
Sergey01923/pp_2021_spring_informatics
bbce7351e391463868e8cb5bc848d6d2d46fbd47
1499ac172be6b57ba9fde633873360b51a54644f
refs/heads/master
2023-05-11T10:02:26.907924
2021-06-04T10:54:25
2021-06-04T10:54:25
352,624,861
0
0
BSD-3-Clause
2021-04-18T19:17:46
2021-03-29T11:51:20
null
UTF-8
C++
false
false
6,708
cpp
// Copyright 2021 Novozhilova Ekaterina #include <gtest/gtest.h> #include "./labeling.h" TEST(Sequential, Test_10x10) { std::vector<std::vector<int>> arr = {{1, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {1, 0, 1, 1, 0, 0, 0, 0, 1, 0}, {1, 0, 0, 1, 0...
[ "eks-pliz@ya.ru" ]
eks-pliz@ya.ru
e2595fe39afb3384e2b67a8d31166cb1664b387e
ee41758c348e4e2e7eb45983ca7c647fdcbe754d
/ProiectSDA/src/util/vector.h
687386fa3aba4f0018db9b8ec316a3da97a5379a
[]
no_license
mariusadam/dictionary-mvc-cpp
9a180ca1dbed4871f634531ddd422325f3e2ee7d
e4bd6f73fa8a9c91a6c11999e7073c0548c6fbb6
refs/heads/master
2021-01-19T03:48:44.782482
2016-06-03T02:24:41
2016-06-03T02:24:41
60,148,579
0
0
null
null
null
null
UTF-8
C++
false
false
6,197
h
#ifndef VECTOR_H #define VECTOR_H #include <exception> #include <cmath> class VectorException : public std::exception { public: VectorException() : std::exception() {} VectorException(const char* msg) : std::exception{ msg } {} }; template<typename Type> class IteratorVector; /* Vector declaration */ template<typ...
[ "adamhoreamarius@gmail.com" ]
adamhoreamarius@gmail.com
b8e51524ca4872944d2d317871c3788574c59f5c
7bb34b9837b6304ceac6ab45ce482b570526ed3c
/external/webkit/Tools/MiniBrowser/qt/BrowserView.cpp
7d6426eb8621e63613aba2131e1cd78708f25232
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "LGPL-2.0-or-later", "GPL-1.0-or-later", "GPL-2.0-only", "LGPL-2.1-only", "LGPL-2.0-only", "BSD-2-Clause", "LicenseRef-scancode-other-copyleft" ]
permissive
ghsecuritylab/android_platform_sony_nicki
7533bca5c13d32a8d2a42696344cc10249bd2fd8
526381be7808e5202d7865aa10303cb5d249388a
refs/heads/master
2021-02-28T20:27:31.390188
2013-10-15T07:57:51
2013-10-15T07:57:51
245,730,217
0
0
Apache-2.0
2020-03-08T00:59:27
2020-03-08T00:59:26
null
UTF-8
C++
false
false
2,308
cpp
/* * Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies) * Copyright (C) 2010 University of Szeged * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of...
[ "gahlotpercy@gmail.com" ]
gahlotpercy@gmail.com
dcf92a2fad301bfaece8d5276c1dd7d3515af95c
0aea33bf1e2768895bf37a3048008489e8f7aa27
/export/windows/cpp/obj/include/flixel/FlxG.h
840f934b54c70c53c7f0a5fe2592903fc62a7c4e
[]
no_license
ninjamuffin99/ProjectMountain
5f96e3713fe77ee97e081dfd2f46bba32e526cb7
63f41b0345b789b1bd2bf05cb904e66ff9d35631
refs/heads/master
2021-01-01T16:22:44.354766
2017-07-25T21:06:40
2017-07-25T21:06:40
97,814,887
0
0
null
null
null
null
UTF-8
C++
false
true
8,295
h
// Generated by Haxe 3.4.0 #ifndef INCLUDED_flixel_FlxG #define INCLUDED_flixel_FlxG #ifndef HXCPP_H #include <hxcpp.h> #endif HX_DECLARE_CLASS1(flixel,FlxBasic) HX_DECLARE_CLASS1(flixel,FlxCamera) HX_DECLARE_CLASS1(flixel,FlxG) HX_DECLARE_CLASS1(flixel,FlxGame) HX_DECLARE_CLASS1(flixel,FlxObject) HX_DECLARE_CLASS1(f...
[ "cameron.taylor.ninja@gmail.com" ]
cameron.taylor.ninja@gmail.com
357b7568ee72669f4c0e4cebedbbaf495f73dbb0
0310c7b65492405afea20c57a7787fb1854289ad
/PictureCreater/PictureCreater/BMPPic.h
bce702e753312c7c092094af09ab868151065acb
[]
no_license
nie11kun/c-plus-plus-test
d1f099a98d497b54049f436e092e9ac461df6d49
a6056de82dea0274b0f82731fb1f403dea6c3dd4
refs/heads/master
2021-06-17T22:08:28.368538
2021-01-06T03:20:45
2021-01-06T03:20:45
132,863,604
0
0
null
null
null
null
UTF-8
C++
false
false
258
h
#pragma once #include<stdio.h> class BMPPic { public: BMPPic(); ~BMPPic(); bool generateBmp(char* pData, int width, int height, char * filename); void readBmp(FILE* filename); void bmpWidthHeight(FILE* fpbmp, int &width, int &height); };
[ "me@niekun.net" ]
me@niekun.net
7daf032ba044b0c4c2a53237a4a7f15f5ee4d6e4
7419c3edc2d0f8ecc82be918f1321d985b781a39
/sources/mesh_layout.hpp
07c65398fe6210c8858a80779adb779dd45d04eb
[]
no_license
Nojan/particle
07b1685f127610b35d222aa305a9114577e6a855
d3e700a114479c69dfcced52f828c1b253d4fde7
refs/heads/master
2021-07-30T00:03:37.947192
2018-09-16T15:27:45
2018-09-16T15:33:35
21,325,548
1
1
null
2021-07-28T09:49:41
2014-06-29T15:03:19
C++
UTF-8
C++
false
false
1,740
hpp
#pragma once #include "types.hpp" #include <array> namespace VertexSemantic { enum value { Position, Normal, TexCoord0, Color0, Weigth, Index, Count, }; static const char* str[] = { "Position", "Normal", "TexCoord0", ...
[ "mathias.labeyrie@gmail.com" ]
mathias.labeyrie@gmail.com
c6775e133f63b5f4de6e69a1d2a70acc440b80b4
165961905f419dbf7844ce25a4f125993252cf2f
/SoftLoader/04.code/SoftLoader/ANCToolPlugin/Config.cpp
049a15a40a23f12b5cfe17e71f7436871e5732f5
[]
no_license
Tairycy/Local_git_resp
caf67aa6a5b0807b23dfb9e2c80fbe7ed3247bab
44b8cbd319327b37a2a5c2dae5b6c8fab8250549
refs/heads/master
2023-07-16T03:13:40.200394
2021-09-03T08:45:10
2021-09-03T08:45:10
null
0
0
null
null
null
null
GB18030
C++
false
false
12,016
cpp
#include "Config.h" #include <QFile> #include <QApplication> #include <QJsonDocument> #include <QJsonArray> #include <QJsonObject> #include <QDebug> #include <QMessageBox> #include "../common/customplot/Utility.h" Config* Config::m_pIns = nullptr; Config::Config() : m_wave_format_modified_flag(false) , m_wave_fil...
[ "727631254@qq.com" ]
727631254@qq.com
2c38f8a315020e5f8efe4ff1815ab52e4c783912
ed6cc29968179d13bb30c73dbf2be2fb6469d495
/P86/BASE/Pizza.h
3a7f7f6eb7cdde3c6f6823617ac1a075b73ea2bc
[]
no_license
sindri69/pizza420
e0880eea7eb0dbdeabae3dc675dba732a1778d90
a0f78b59b5830ff67e9b5456a6e6d229869628f5
refs/heads/master
2021-08-28T14:59:32.423484
2017-12-12T14:19:05
2017-12-12T14:19:05
112,332,570
0
0
null
null
null
null
UTF-8
C++
false
false
679
h
#ifndef PIZZA_H #define PIZZA_H #include <string> #include <iostream> using namespace std; class Pizza { public: Pizza(string psize, string ptype, string ptopping, double pprice, bool ppayedfor, int pstatus); string get_psize() const; string get_ptype() const; string get_ptopping(...
[ "pllsteinar@gmail.com" ]
pllsteinar@gmail.com
33b2b1211c66058002fa36240675fb1142204aa2
ce05aaa05dad66310e159245b2ce4baa9f6ac25b
/viewtestdlg.cpp
cafb8450d601c9ce4334d8f07c75faa70f281473
[]
no_license
acraig5075/kbutwa-utils
617c25e6b10e17834e053283f0abbc430343a67f
3515dc1f069653dd81e3734123b53512418b87fa
refs/heads/master
2021-10-20T12:38:28.921982
2021-10-13T18:47:41
2021-10-13T18:47:41
47,452,185
0
0
null
null
null
null
UTF-8
C++
false
false
1,253
cpp
#include "viewtestdlg.h" #include "ui_viewtestdlg.h" ViewTestDlg::ViewTestDlg(QWidget *parent, const QString &number, const QString &vault, const QVector<QPair<QString, QString>> &labels, const QString &procedure) : QDialog(parent), ui(new Ui::ViewTestDlg) { ui->setupUi(this); ui->numberEdit->setReadOnly(true); ...
[ "ac@acraig.za.net" ]
ac@acraig.za.net
9537ac8fe5fdc71c829f639a11083a69464a9b24
06bfbd7d0336a0e054bed3787363a702baa423ac
/Library/Network/BitTorrent/DHT/NodeId.cpp
e6e93a5a20335147274baef01f9d08aa3a4846e6
[]
no_license
Y2JB/Bittorrent
50a07ee3b851684e892bf2999ba9ff381625f759
825d0282ad3da577953b908fd8e13d063bb20389
refs/heads/master
2023-01-14T14:32:15.957897
2020-11-27T10:35:19
2020-11-27T10:35:19
240,065,485
0
0
null
null
null
null
UTF-8
C++
false
false
2,077
cpp
// Jon Bellamy 18/11/2009 #include "NodeId.h" #include <assert.h> #include <memory.h> #include "General/Rand.h" cDhtNodeId::cDhtNodeId() { Randomize(); }// END cDhtNodeId cDhtNodeId::cDhtNodeId(const std::string& data) { assert(data.size() == NODE_ID_SIZE); if(data.size() == NODE_ID_SIZE)...
[ "jon_bellamy_uk@yahoo.co.uk" ]
jon_bellamy_uk@yahoo.co.uk
431456dcf94122ccec10eec65c3b9a5d2e3647e7
f1a2325795dcd90f940e45a3535ac3a0cb765616
/development/TL1Services/TL1Core/TL1_DaDomain.h
afa5af47727d9207d5056febbc08de6aa33948ba
[]
no_license
MoonStart/Frame
45c15d1e6febd7eb390b74b891bc5c40646db5de
e3a3574e5c243d9282778382509858514585ae03
refs/heads/master
2021-01-01T19:09:58.670794
2015-12-02T07:52:55
2015-12-02T07:52:55
31,520,344
0
0
null
null
null
null
UTF-8
C++
false
false
2,117
h
#ifndef __TL1_DADOMAIN_H__ #define __TL1_DADOMAIN_H__ /*----------------------------------------------------------------------------- Copyright(c) Tellabs Transport Group Inc. All rights reserved. SUBSYSTEM: Software Services TARGET: AUTHOR: Keith Halsall - August 7, 2012 DESCRIPTION: Hea...
[ "lijin303x@163.com" ]
lijin303x@163.com
f8a7605d6536df6676bbd0f6943837a5efa52025
2c3d28eb24ab8fb8f2e9c1931356c799f697ac2d
/Stack_and_Queue/nearest_smaller_element.cpp
b8b98f54a60626f861aa7d2d740017c872c1387a
[]
no_license
germal/Coding-InterviewBit
b4e83e26e7c3b895d85120ac248da0b0881b4bb0
aee990075d0f28f6d8155effd607348e223f5434
refs/heads/master
2023-01-13T05:44:36.188426
2020-11-21T05:34:29
2020-11-21T05:34:29
null
0
0
null
null
null
null
UTF-8
C++
false
false
814
cpp
vector<int> Solution::prevSmaller(vector<int> &A) { stack<int> B; vector<int> ans; ans.push_back(-1); for(int i = 0;i < A.size();i++){ if(B.empty()) B.push(A[i]); else if(A[i] <= B.top()){ while(B.empty() == 0){ if(A[i] <= B.top()) ...
[ "noreply@github.com" ]
noreply@github.com
b2ba43b4608d26d188f0be138de8d2b0a587a0b3
c81561d479c823a61be71c62f3c20ea166811b88
/solution/Priprema3_dodatak/Zabava.h
8c8b044e820b210ed8066a103e6c45aaa5b6d102
[]
no_license
Metlina/oop
f864d89bb18d041358842f6f6977393b94f2d755
a2dd1714876871e62fe2241e0b68b3de6e26906d
refs/heads/master
2021-01-19T04:52:25.901947
2015-01-30T23:21:50
2015-01-30T23:21:50
30,095,027
3
0
null
null
null
null
UTF-8
C++
false
false
418
h
#include <vector> #include <string> #include "Prijatelj.h" using namespace std; class Zabava { private: vector<Prijatelj*> uzvanici; vector<Pice*> popisPica; double budzet; public: Zabava(double budzet); ~Zabava(void); void dodajPrijatelja(Prijatelj* prijatelj); void dodajPice(Pice* pice); double getBudzet()...
[ "tinopetrina@live.com" ]
tinopetrina@live.com
9688c31303ddfba6c187db6d3fb72ea775e29468
285c86812338bc61a0bdbe0f470981ac6c26a317
/SEASON_1/K번째 수(백준)/JY_K번째 수.cpp
f37f47f620062e91d5568d30881c631a4789121a
[]
no_license
Dinoryong/algo-dinner
7d296c84423586d25f5aecbf840139e397d8fb2d
ed49b0ef896e9d21d9e5893ba0d93555626cbaeb
refs/heads/main
2023-06-24T14:18:12.495121
2021-07-20T14:08:49
2021-07-20T14:08:49
350,269,755
5
4
null
2021-07-01T14:19:28
2021-03-22T08:46:40
Swift
UTF-8
C++
false
false
488
cpp
#include <iostream> #include <string> #include <cstring> #include <algorithm> using namespace std; long long N, K; long long answer = 0; int main() { cin >> N >> K; long long left = 1, right = K; while (left <= right) { long long mid = (left + right) >> 1; long long cnt = 0; for (int i = 1; i <= N; i++) { ...
[ "biiregrey2@gmail.com" ]
biiregrey2@gmail.com
bfcde6c6e7d23717e5ff46e2a04a0d1a9725e9f3
c843d52872906ef3744b8b944076c9e66da6f8fe
/1016A.cpp
107cf08b0423d154e62d29a3b38cbdebaf287798
[]
no_license
ismail-ru-cse-39/hello-world
991d559db1d383df56948cc34138f2cf2c7e6a7d
149c3d81880567cf0fdddabf3d39694817824ad4
refs/heads/master
2021-01-18T17:24:16.114381
2018-10-13T10:36:44
2018-10-13T10:36:44
86,794,540
0
0
null
2017-03-31T08:34:39
2017-03-31T08:09:01
null
UTF-8
C++
false
false
771
cpp
//http://codeforces.com/contest/1016/problem/A #include <bits/stdc++.h> using namespace std; #define sc(a) scanf("%d",&a) int main() { int n,m; int i; vector<int>vi; cin>>n>>m; for(i = 0 ; i < n ; i++){ int tmp; sc(tmp); vi.push_back(tmp); ...
[ "noreply@github.com" ]
noreply@github.com
0d5b02ccc8d0cfc4f663ce0e7998da18e2fe71d2
78b28019e10962bb62a09fa1305264bbc9a113e3
/common/geometry/kdtree/info/update_node_to_root.h
6eb1b7b02f555717a5dd6f21e9ad81e3761369e2
[ "MIT" ]
permissive
Loks-/competitions
49d253c398bc926bfecc78f7d468410702f984a0
26a1b15f30bb664a308edc4868dfd315eeca0e0b
refs/heads/master
2023-06-08T06:26:36.756563
2023-05-31T03:16:41
2023-05-31T03:16:41
135,969,969
5
2
null
null
null
null
UTF-8
C++
false
false
311
h
#pragma once #include "common/binary_search_tree/info/update_node_to_root.h" namespace geometry { namespace kdtree { namespace info { template <class TNode> inline void UpdateNodeToRoot(TNode* node) { bst::info::UpdateNodeToRoot(node); } } // namespace info } // namespace kdtree } // namespace geometry
[ "alexeypoyarkov@gmail.com" ]
alexeypoyarkov@gmail.com
1ccecc19ba0ee47d600671ebfdf0fd493d6d268e
ec3ef9226427cdb361b8dd98a4d3b39fea6653d6
/src/qt/bitcoinamountfield.cpp
866b364e714ee3936d380a77ab50c2b876b7cbee
[ "MIT" ]
permissive
investhubcoin/Invest-Hub-Coin
96e4fe9f839d107c5f4f990932c965abce419f38
7845dd9798302ca2631a723cb8434c0a71c03de7
refs/heads/master
2020-05-29T21:41:29.128492
2019-05-30T09:50:48
2019-05-30T09:50:48
187,916,304
0
0
null
null
null
null
UTF-8
C++
false
false
8,182
cpp
// Copyright (c) 2011-2014 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "bitcoinamountfield.h" #include "bitcoinunits.h" #include "guiconstants.h" #include "qvaluecombobox.h" #include <QA...
[ "50889648+investhubcoin@users.noreply.github.com" ]
50889648+investhubcoin@users.noreply.github.com
26bc53606bba0d00b874807edbfa27bfb091dc43
995f187dc18e6848bf37900a1904bc3479bf8055
/ConsoleApplication27/ConsoleApplication27.cpp
f13e54cacbae498f2a49b578549852336903a779
[]
no_license
gordushha/ConsoleApplication27
d6514dc39206e8a6f2f5b5ae4cdf87c6ca189710
db5740cbfc11a8a560452529ae36704305ca926e
refs/heads/master
2022-07-17T02:36:53.035215
2020-05-13T16:30:01
2020-05-13T16:30:01
263,681,279
0
0
null
null
null
null
UTF-8
C++
false
false
4,025
cpp
#include <iostream> #pragma warning(disable:4996) size_t my_strlen(const char* str) { size_t size = 0; while (*str != '\0') { ++str; ++size; } return size; } class TString { public: TString():m_data (0) , m_size(0){} TString(const char* str) { m_size = my_strlen(str); m_data = new c...
[ "gordey.mary17@gmail.com" ]
gordey.mary17@gmail.com
61e2569dd94656d13a293b1a1ce8e6af692bb3b7
0dd4731848ce00ece780adaaccf3a6083afeca79
/music_player_core/albummodel.h
5fb51b4b93a98cfb7638fa07ffb04e31c57eb3b3
[]
no_license
merq312/qt_music_player
1894944d98418d69e9ba70c63f5c1f44508f1898
191f3504366a9d2dca9ad5cca129f54cabc24454
refs/heads/master
2023-08-24T19:34:26.296373
2021-10-04T04:47:41
2021-10-04T04:47:41
413,277,261
0
0
null
null
null
null
UTF-8
C++
false
false
886
h
#ifndef ALBUMMODEL_H #define ALBUMMODEL_H #include "music_player_core_global.h" #include <QAbstractListModel> #include <QPair> #include <QString> #include "databasemanager.h" class QPixmap; class MUSIC_PLAYER_CORE_EXPORT AlbumModel : public QAbstractListModel { Q_OBJECT public: enum Roles { ...
[ "merc312@gmail.com" ]
merc312@gmail.com
d55a68d0d296fdddb0c0906a7040e63bd0098c4e
96efae6f60910a17deb08346b33903c0b1fe2403
/MFC Windows应用程序设计(第3版)/31273MFC Windows应用程序设计(第3版)/教材例题代码/04章例题代码/MyPrj/MyPrj.h
d0aa640a576f913836b1f970910f210acfaf43c9
[]
no_license
truehaolix/DissectingMFC_SourceCode
bfa38219cc342eed4ddb8e34e1c4ee23bc4d4098
c9ea97c50af7c2535b04eabf0fc6ec1a46591316
refs/heads/master
2021-12-14T21:34:11.132192
2017-06-03T05:43:50
2017-06-03T05:43:50
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,345
h
// MyPrj.h : main header file for the MYPRJ application // #if !defined(AFX_MYPRJ_H__AD7D6524_5958_11D8_B98F_0000E8D3C09B__INCLUDED_) #define AFX_MYPRJ_H__AD7D6524_5958_11D8_B98F_0000E8D3C09B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #ifndef __AFXWIN_H__ #error include 'stdafx...
[ "shulin_liu@foxmail.com" ]
shulin_liu@foxmail.com
78558a9f8f78fb026df91819083b2fb53ac7519b
b2b9e4d616a6d1909f845e15b6eaa878faa9605a
/Genemardon/20150920北京网络赛/1007.cpp
2d864c52d403ca98595e8d058d3ee548783e3cca
[]
no_license
JinbaoWeb/ACM
db2a852816d2f4e395086b2b7f2fdebbb4b56837
021b0c8d9c96c1bc6e10374ea98d0706d7b509e1
refs/heads/master
2021-01-18T22:32:50.894840
2016-06-14T07:07:51
2016-06-14T07:07:51
55,882,694
0
0
null
null
null
null
UTF-8
C++
false
false
4,850
cpp
#include <stdio.h> #include <string.h> #include <algorithm> #include <stack> #include <queue> #include <map> using namespace std; struct node { stack<int>box[8]; int qid; long long nid; node () {} node (int qid, long long nid) : qid(qid), nid(nid) {} }; int ans[8][2000000]; long long base[100]; voi...
[ "jinbaosite@yeah.net" ]
jinbaosite@yeah.net
3a199cb6e15715514f287c454528b91f2a207e50
e2ab2b9def0176a9092c2aeb9c916164cf2e4445
/AI.cpp
8b8e89f797fb457cfc8b9f088eb1bda8620e7561
[]
no_license
Elthron/Perudo
75829cfd2247f1fd0afcfe2138814d1ccd4fcbe9
1cf96a2f353b318fc188956dcb829a1672430b93
refs/heads/master
2020-09-16T12:41:16.982823
2016-10-14T19:44:04
2016-10-14T19:44:04
66,290,233
0
0
null
2016-09-02T18:05:04
2016-08-22T16:42:58
C++
UTF-8
C++
false
false
632
cpp
#include "AI.h" AI::AI(unsigned int die_size, std::string _name): Player(die_size, name) {} void AI:notify(Message& message) { //call the appropriate function corresponding to the message id switch(message.id) { case 1: recievePlayerList(message.players_vec); break; case 2: recieveNewB...
[ "benjamin.stks@gmail.com" ]
benjamin.stks@gmail.com
c8340a4c8282dc29de3560a359bb5a0d16aac555
f6439b5ed1614fd8db05fa963b47765eae225eb5
/chrome/browser/content_settings/content_settings_utils.h
97ee89a1617524d5a58f6f45a6aeb2063bd6c5db
[ "BSD-3-Clause" ]
permissive
aranajhonny/chromium
b8a3c975211e1ea2f15b83647b4d8eb45252f1be
caf5bcb822f79b8997720e589334266551a50a13
refs/heads/master
2021-05-11T00:20:34.020261
2018-01-21T03:31:45
2018-01-21T03:31:45
118,301,142
2
0
null
null
null
null
UTF-8
C++
false
false
3,027
h
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_UTILS_H_ #define CHROME_BROWSER_CONTENT_SETTINGS_CONTENT_SETTINGS_UTILS_H_ #include <string>...
[ "jhonnyjosearana@gmail.com" ]
jhonnyjosearana@gmail.com
a9b40f884b0523d8615290e1c0b8616a5a203c3e
fe7466fdc3f8251aa049268638e9b81d59161fe5
/Linux C++/Parameter_BinningHV2/Grab_BinningHV2.cpp
cce14c6c8efda7b2fbcdb2e031b41bdbf3ddb7ac
[]
no_license
Setsu00/SentechSDK_FunctionSample
a4eb5664caf6a66813cf6e8e92d435cb800d1bad
75fc81af00f0c6a400a25449fa5a351895676302
refs/heads/master
2023-03-11T08:40:14.215138
2023-02-02T03:06:03
2023-02-02T03:06:03
187,120,246
7
0
null
null
null
null
UTF-8
C++
false
false
3,530
cpp
/* BinningHV2: Set Camera Binning Horizontal / Binning Vertical to 2 */ #define ENABLED_ST_GUI #include <StApi_TL.h> #ifdef ENABLED_ST_GUI #include <StApi_GUI.h> #include <iomanip> //std::setprecision #endif using namespace StApi; using namespace std; const uint64_t nCountOfImagesToGrab = 100; int main(int /* arg...
[ "peiper.hsueh@gmail.com" ]
peiper.hsueh@gmail.com
0b2e8029550d11608e1afc71fde7ab3582883768
ad822f849322c5dcad78d609f28259031a96c98e
/SDK/OrganicPOI_Radiated_Crust_functions.cpp
167d17f63c8f7839f0b738eee37ac8ebe18ac382
[]
no_license
zH4x-SDK/zAstroneer-SDK
1cdc9c51b60be619202c0258a0dd66bf96898ac4
35047f506eaef251a161792fcd2ddd24fe446050
refs/heads/main
2023-07-24T08:20:55.346698
2021-08-27T13:33:33
2021-08-27T13:33:33
null
0
0
null
null
null
null
UTF-8
C++
false
false
861
cpp
#include "../SDK.h" // Name: Astroneer-SDK, Version: 1.0.0 #ifdef _MSC_VER #pragma pack(push, 0x8) #endif namespace SDK { //--------------------------------------------------------------------------- // Functions //--------------------------------------------------------------------------- // Function OrganicPOI_...
[ "zp2kshield@gmail.com" ]
zp2kshield@gmail.com
5f1769a8775251f1993c0fcc09995d0ca5247406
a80db26373b943e5adf764453a534925592b613d
/src/remote_control_server/main.cc
2a50056743eeacb144da331cf07397f3e99392dc
[]
no_license
20496e76696e6369626c65/qt_simple_teamviewer
34b3c808f3730adc83d48efa7521742ccdb217c8
ac21c87aa7920e8408b333bb6792cdd2de5bd4ed
refs/heads/master
2020-04-30T18:21:06.496477
2019-03-21T19:02:24
2019-03-21T19:02:24
177,007,149
2
1
null
null
null
null
UTF-8
C++
false
false
333
cc
#include <QApplication> #include "../include/remote_control_server.h" int main( int argc, char* argv[] ) { QApplication a( argc, argv ); RemoteControlServer server; if( !server.Start() ) { qDebug() << "Server failed to start"; return 1; } qDebug() << "Server started"; return...
[ "sergey_teplov@bk.ru" ]
sergey_teplov@bk.ru
dbc3942fc147d0547396a0b97cda05956468aead
5a8bf8d140fa5aa3acc6a8e335f4f2f0974931fc
/uva/543 - Goldbach's Conjecture.cpp
e75d5ea0e24cc52cbc5ee8cf2acd56ee278e24a3
[ "MIT" ]
permissive
taufique71/sports-programming
72dbec005f790d8f6b55d1fb030cc3d50ffe7df2
c29a92b5e5424c7de6f94e302fc6783561de9b3d
refs/heads/master
2020-03-25T04:43:54.418420
2019-10-10T19:51:40
2019-10-10T19:51:40
134,890,558
0
0
null
null
null
null
UTF-8
C++
false
false
677
cpp
#include <iostream> #define MAX 1000000 using namespace std; int prime[MAX+10]={1}; void seive() { long int i,j; for(i=0;i<=MAX;i++) prime[i]=1; prime[0]=0; prime[1]=0; for(i=2;i<=MAX;) { if((i*i)>MAX) break; for(j=i+i;j<=MAX;j=j+i) prime[j]=0; for (...
[ "taufique71@gmail.com" ]
taufique71@gmail.com
650480ff89f17f80793ca5e9479566a2fa7dd7e5
12210a918a469378443453efbd4e3d9b9801babb
/cpp_basic_examples/hello_area_description/src/main/jni/hello_area_description/mini_timer.h
b58e34ee71cbb6774a1a3713d485a81e17c472e5
[ "LicenseRef-scancode-generic-cla", "LicenseRef-scancode-google-cla", "LicenseRef-scancode-warranty-disclaimer", "Libpng", "MIT", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
JzHuai0108/tango-examples-c
4f0f04e23a0cd5a4686a04c9382b111aeffcfab0
51113f2d88d61749ea396b3f5a4bebbf7912327b
refs/heads/master
2021-07-01T22:32:28.297409
2020-08-11T14:19:22
2020-08-11T14:19:22
123,386,592
4
0
null
2018-03-01T05:28:21
2018-03-01T05:28:21
null
UTF-8
C++
false
false
399
h
// // Created by jhuai on 19-8-11. // #ifndef CPP_BASIC_EXAMPLES_MINITIMER_H #define CPP_BASIC_EXAMPLES_MINITIMER_H #include <sys/time.h> namespace timing { class Timer { struct timeval start_, end_; public: // start timer Timer(); // reset timer. void tic(); // stop timer // return elapsed time d...
[ "huai.3@osu.edu" ]
huai.3@osu.edu
e8319536d72c8e3e2993a8d05c9eb10806da4128
b9643226fed06909dc1e2daf417e78cfb3a42ec3
/real_estate_database_manager/Property.h
df439bfbead9b08a92eea4c0a3ba3e72a23ab6f1
[]
no_license
karimrhoualem/realEstateManager
d7f1117df929c2283009589aa7c5f6b5eafc1d9d
c3a04c9da4b8626119d0a12acce4977779a688b5
refs/heads/master
2020-12-05T20:50:17.376874
2020-01-07T04:52:04
2020-01-07T04:52:04
232,243,887
0
0
null
null
null
null
UTF-8
C++
false
false
1,137
h
/* Karim Rhoualem - Student #26603157 Dilara Omeroglu - Student #40030357 */ #pragma once #include <iostream> using namespace std; #include <string> #include "Client.h" #include "RealEstateAgent.h" #include "Date.h" class Property { private: string m_streetAddress; string m_cityName; Client* m_seller; // Initializ...
[ "karim.rhoualem@gmail.com" ]
karim.rhoualem@gmail.com
53d43b9b91b24ebc48fe66734569602998501f04
d8460da4691cf71f1121565bf6a4bc8cde1bf411
/ZEngine-Core/Scripting/Script.cpp
f5386f2dc18ac3ef85a298738d9f988151105221
[]
no_license
blizmax/zengine
99cae2e35ed5c999cf903e6baa11ecbff1273844
907e5029831b0b2c79bea148de971523c1045015
refs/heads/master
2022-01-05T05:35:53.380759
2019-01-03T01:50:46
2019-01-03T01:50:46
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,610
cpp
#include "Script.h" #include "ScriptSystem.h" #include <iostream> #include <fstream> Script::Script(std::string name) : ZObject(name, ObjectType::SCRIPT) { } bool Script::CompileFromFile(std::string path) { std::ifstream in(path, std::ios::in); if (in.is_open()) { std::string code((std::istreambuf_iterator<char>...
[ "101668878@student.swin.edu.au" ]
101668878@student.swin.edu.au
4114658b23abae253e5886e56121ecbe5493bf55
69ab565e491c73d55aaaa55b5d802dbbb04e8e3d
/QRD/src/QRD/DBObjects/Record.cpp
edb0ef4525a31722b9997d6c5cc6cbde6fa32360
[]
no_license
CAt0mIcS/DatabaseManagementSystem
8cfa82f0f1af77a10f6a3cc9d05549d036c7ac4b
f7dfc950b0ecc914099fac5a4b787fab37ee9a41
refs/heads/master
2022-12-25T07:38:10.594944
2020-10-09T13:40:54
2020-10-09T13:40:54
281,762,655
0
0
null
null
null
null
UTF-8
C++
false
false
835
cpp
#include <sstream> #include "Record.h" namespace QRD { bool Record::operator==(const Record& other) const { return m_RecordData == other.GetRecordData() && m_RecordId == other.GetRecordId(); } void Record::DeleteData(unsigned short fieldId) { m_RecordData.erase(m_RecordData.begin(...
[ "simon_geier@web.de" ]
simon_geier@web.de
00ed78ec3e9a90601449ccfc56a5a7e8069a366d
3fa1397b95e38fb04dac5e009d70c292deff09a9
/BaiTap_KTLT_0081_48/BaiTap_KTLT_0081_48.h
cf885e43e2b5eb0a25df8f396fb24b30bd08c38b
[]
no_license
nguyennhattruong96/BiboTraining_BaiTap_KTLT_Thay_NTTMKhang
61b396de5dc88cdad0021036c7db332eec26b5f3
1cac487672de9d3c881a8afdc410434a5042c128
refs/heads/master
2021-01-16T18:47:05.754323
2017-10-13T11:15:01
2017-10-13T11:15:01
100,113,344
0
0
null
null
null
null
UTF-8
C++
false
false
230
h
#ifndef __BaiTap_KTLT_0081_48_H__ #define __BaiTap_KTLT_0081_48_H__ #include <iostream> #include <string> using namespace std; #pragma once int Input(string sMessage); void Tich(int n); #endif // !__BaiTap_KTLT_0081_48_H__
[ "nguyennhattruong96@outlook.com.vn" ]
nguyennhattruong96@outlook.com.vn
d60217c5b8e78d19c106974afc509f5cec2fcf29
2e1f21a5e1280158b46116f9156dac5ee091b290
/queue/queue.cpp
72d4fee18832036e11135670cf3caf05d6f3ba9c
[]
no_license
shenhangke/DataStructAndOS
55b3dea1e5e07fb494fd5c9b9ef17a94ed3d95bb
cc62e9ad8e9e3330b92cc9d8022c5eb3ae8ecc7d
refs/heads/master
2020-07-10T10:20:16.631121
2019-09-30T04:44:54
2019-09-30T04:44:54
204,239,923
0
0
null
null
null
null
UTF-8
C++
false
false
3,461
cpp
// // Created by 沈航可 on 2019-08-23. // /* * 队列满的条件是 * (rear+1)%queueSize==?front * 计算队列长度的公式: * (rear-front+queueSize)%queueSize * */ /* * 栈的结构,是只能在线性表的一头进行插入和删除操作 * 相对应的操作就是pop,和push * * * 队列的本质,也是线性表,我们对这个表进行操作的时候,只能在这个表的一头进行插入操作,另外一头,进行删除操作 * 0 1 2 3 4 * ------------------------ * 1 | 2| 3| 4...
[ "475162739@qq.com" ]
475162739@qq.com
6050614394a1b89f884e9e36a25c9ea21c1ea2e0
9895bc169c7585e6fd6888916096f90c16135a5a
/Rainbow Pinball/ModuleRender.cpp
46bd670d41d8ad448a8a6fbbed161f8d922f8d86
[ "MIT" ]
permissive
RustikTie/Pinball
60d3821d9c99e1d54109acef453013dc80ab9bc2
e416dac239c883c5eed6713722beaffea82d2873
refs/heads/master
2021-07-23T11:43:09.994904
2017-11-02T22:58:33
2017-11-02T22:58:33
108,077,221
0
0
null
null
null
null
UTF-8
C++
false
false
4,617
cpp
#include "Globals.h" #include "Application.h" #include "ModuleWindow.h" #include "ModuleRender.h" #include <math.h> ModuleRender::ModuleRender(Application* app, bool start_enabled) : Module(app, start_enabled) { renderer = NULL; camera.x = camera.y = 0; camera.w = SCREEN_WIDTH; camera.h = SCREEN_HEIGHT; } // Dest...
[ "rustiktie@gmail.com" ]
rustiktie@gmail.com
d580940c7056640554342e4afdbe83d597f64844
5deaaee37871d0268328f889a74ffe4cee5c6170
/ArrayOfStructure.cpp
2b3c82d9ef53910d7a223cd272f4e3c96fbe20bc
[]
no_license
harshitbansal373/c-plus-plus
096fe8cf2069fb5c3fa2b7ccf1732a5edcede00e
43c2b851e748142d5a18498d743d746a7ed63a61
refs/heads/master
2023-01-05T14:31:42.397967
2020-10-28T11:12:51
2020-10-28T11:12:51
158,512,426
5
32
null
2020-12-09T06:00:48
2018-11-21T08:05:06
C++
UTF-8
C++
false
false
430
cpp
//array of structure #include<conio.h> #include<iostream> using namespace std; struct record{ char name[100]; int roll_no; char branch[10]; }; int main(){ int i; struct record r[5]; cout<<"enter the name, roll no. and branch"; for(i=0;i<5;i++){ cin>>r[i].name>>r[i].roll_no>>r[i].branch; } cout<<"details o...
[ "harshitbansal373@gmail.com" ]
harshitbansal373@gmail.com
abf1d8883944292071ef22c8ae2ba8c4ff7e8134
ac92a9c7251a11048a314d9d452f7a9e8816b258
/Temp/il2cppOutput/il2cppOutput/Il2CppCompilerCalculateTypeValues_8Table.cpp
3abadb311f8b0c705f80f659ea54f136c118938d
[]
no_license
vannorman/MappingPrefabs
a411858b792f24e62cf17d80981981cc3779adc7
22f3fb8389ec8c0298ac0a863994dcb00fc1ceaa
refs/heads/master
2020-03-29T07:15:25.468882
2019-02-01T17:17:13
2019-02-01T17:17:13
149,658,755
0
0
null
null
null
null
UTF-8
C++
false
false
250,928
cpp
#include "il2cpp-config.h" #ifndef _MSC_VER # include <alloca.h> #else # include <malloc.h> #endif #include <cstring> #include <string.h> #include <stdio.h> #include <cmath> #include <limits> #include <assert.h> #include <stdint.h> #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "i...
[ "charlie@zannorman.com" ]
charlie@zannorman.com
259fc0019e45f0ffca6627bc7503950ba6e6f866
eb2ff965bb3a2deec83a99d28a79bfd68e57f072
/mainwidget.h
20a3c0fd959bcc34fa76907df79a3432ef75d246
[]
no_license
hermixy/PM-Qt
c2f31c9ad90c5005dcb8740b2c576a1f22f45f77
e98c6f35057c854b2e703f67feefe12ebc700d72
refs/heads/master
2021-01-15T11:02:56.841382
2014-11-27T22:32:23
2014-11-27T22:32:23
null
0
0
null
null
null
null
UTF-8
C++
false
false
1,009
h
// Author: Dmitry Kukovinets (d1021976@gmail.com) #ifndef MAINWIDGET_H #define MAINWIDGET_H #include <QtWidgets> #include "passwordlistwidget.h" #include "passwordcontentwidget.h" #include "settingssaver.h" class MainWidget: public QSplitter { Q_OBJECT // Properties Q_PROPERTY(PasswordListWidget *passwordListW...
[ "d1021976@yandex.ru" ]
d1021976@yandex.ru
31197b839eaa9e1e45222dc71259fc793ca049a0
3cea356ef76eb8ff75e65afa4bd6368b7c94b064
/Projects/VideoGameProject/Obstacle.h
ab6f654b806ae18db9a0868ab3d025a893331759
[]
no_license
Jacophobia/OpenGL
e6961be528d9191c2d43b6ec449e221d408ad601
26b906115d2e918b07001f8fd9cb9f3d326fd2c1
refs/heads/main
2023-08-28T22:29:50.591405
2021-11-02T05:18:57
2021-11-02T05:18:57
423,021,347
0
0
null
null
null
null
UTF-8
C++
false
false
141
h
#ifndef OBSTACLE_H #define OBSTACLE_H #include "CollidableDynamicObject.h" class Obstacle : public CollidableDynamicObject { }; #endif
[ "jacophilia@gmail.com" ]
jacophilia@gmail.com
35d8b8d365c7ef0228ac37710372faefba8707ad
04e5b6df2ee3bcfb7005d8ec91aab8e380333ac4
/clang_codecompletion/llvm/Object/IRObjectFile.h
db47960237a0159a43c47afe60bf941a6ae72bbd
[ "MIT" ]
permissive
ColdGrub1384/Pyto
64e2a593957fd640907f0e4698d430ea7754a73e
7557485a733dd7e17ba0366b92794931bdb39975
refs/heads/main
2023-08-01T03:48:35.694832
2022-07-20T14:38:45
2022-07-20T14:38:45
148,944,721
884
157
MIT
2023-02-26T21:34:04
2018-09-15T22:29:07
C
UTF-8
C++
false
false
2,915
h
//===- IRObjectFile.h - LLVM IR object file implementation ------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
[ "emma@labbe.me" ]
emma@labbe.me
34384a730e41f86283f53b9785247f9d585c04ab
d65c5cfaee4abf3a8403fe338d0338e068b24885
/Source/ParicialICC/MainPlayer.h
c28eb26000afd192d8e6c93906c7db63fa38f699
[]
no_license
LordWake/Unreal-2017-FPS_First_Game
7be471bbb904d267d21b289273ce70ed9509f0c4
da58dcdbc221f06b26de2da2aaee97283d360dc2
refs/heads/main
2023-05-17T14:24:45.665172
2020-12-28T02:36:01
2020-12-28T02:36:01
302,237,697
0
1
null
null
null
null
UTF-8
C++
false
false
3,299
h
// Fill out your copyright notice in the Description page of Project Settings. #pragma once #include "Engine.h" #include "Engine/World.h" #include "Runtime/Engine/Classes/Kismet/KismetMathLibrary.h" #include "PlayerBullet.h" #include "MyUI.h" #include "GameFramework/Character.h" #include "MainPlayer.generated.h" UCL...
[ "44070054+LordWake@users.noreply.github.com" ]
44070054+LordWake@users.noreply.github.com
8c82ed972acc620b86f663b9b5003a476934b108
4145500714b175cd40f6ecbd215635b5b859241f
/engine/XEffeEngine/XControl/XControlBasic.cpp
7f979612b64f0c9e03760bf6fb3753c605240779
[]
no_license
QiangJi/XEffect2D
3fbb1e5f1a3a7c94f9d1ab3abb57943fa9da7b62
bf7224542d8bb48de19b15a0b06a094bc78bd9f5
refs/heads/master
2020-12-13T12:52:53.945387
2014-04-22T08:45:37
2014-04-22T08:45:37
null
0
0
null
null
null
null
GB18030
C++
false
false
1,380
cpp
//++++++++++++++++++++++++++++++++ //Author: 贾胜华(JiaShengHua) //Version: 1.0.0 //Date: See the header file. //-------------------------------- #include "XControlBasic.h" _XControlBasic::_XControlBasic() :m_mouseRect(0.0f,0.0f,1.0f,1.0f) //控件的鼠标响应范围 ,m_size(1.0f,1.0f) //控件的大小 ,m_position(0.0f,0.0f) //控件的位置 ,m_color(...
[ "jsh@sonovo.cn" ]
jsh@sonovo.cn
fbf4bbf24ade965c8beb34736487f85201390ff0
97903b44eef6a0b080d0b4169a1c3487e75569b5
/src/engine/src/vertex.cpp
6ed103abaf992fa884c1bed0212ec67638636920
[]
no_license
1whatleytay/ivory
74dd5aa791b225d0b03c03b67e0c262410f4e66a
2bc153fa9dc56c4a135170b21551de8993215de1
refs/heads/master
2023-05-10T03:20:38.748844
2021-05-29T03:04:54
2021-05-29T03:11:02
347,225,561
0
0
null
null
null
null
UTF-8
C++
false
false
760
cpp
#include <engine/vertex.h> Vec2::Vec2(float x, float y) : x(x), y(y) { } std::array<uint8_t, 4> Color::data() const { return { static_cast<uint8_t>(red * 255.0f), static_cast<uint8_t>(green * 255.0f), static_cast<uint8_t>(blue * 255.0f), 255 }; } Color::Color(uint32_t color) {...
[ "32211852+1whatleytay@users.noreply.github.com" ]
32211852+1whatleytay@users.noreply.github.com
8c6e2b07b4e01cfd1122e0f88755d44d2d91be4e
627446942aa275ffc1323e467140c37566cd94ad
/LabProject08-0-1/Scene.cpp
11c373b44fe69992acecad8e586dd1acdbbc4703
[]
no_license
yeongjo/SchoolDx12_2
ec6f45114f4a74842d23d4fe70cfdf5ae0aea2e4
de947fe3955560a77ae82b62f8cc34a343ca0a15
refs/heads/master
2023-06-01T17:41:08.512774
2020-12-19T02:51:48
2020-12-19T02:51:48
376,394,420
0
0
null
null
null
null
UHC
C++
false
false
18,270
cpp
//----------------------------------------------------------------------------- // File: CScene.cpp //----------------------------------------------------------------------------- #include "stdafx.h" #include "Scene.h" CScene::CScene() { } CScene::~CScene() { } void CScene::BuildDefaultLightsAndMaterials() { m_nLi...
[ "songchung2466@gmail.com" ]
songchung2466@gmail.com
0b704fc268fb225fdb3ac9e1eeff19c20a8662ba
a0e65f99c7928552d16b46966046ea63f48810b3
/hw3/tool/print_mat.cpp
f7fc4c5df7a0fed6685c970e48142350ffaee379
[]
no_license
SuXY-O-O/ParallerComputing
72758f293ce30f77db72ad9f5425a3a480e8eb7d
b2f44aed3162cd400c6f09c1278e3bd567ba3b73
refs/heads/master
2023-05-09T05:43:15.145529
2021-06-06T07:29:30
2021-06-06T07:29:30
374,295,507
0
0
null
null
null
null
UTF-8
C++
false
false
1,335
cpp
// print.cxx // print the double precision matrix from the input file #include <stdio.h> #include <stdlib.h> #include <sys/stat.h> int main(int argc, char **argv) { FILE *fh; if (argc < 2) { printf("Invalid arguments!\n"); printf("Run the program as ./print filename\n"); exit(-1);...
[ "18373187@buaa.edu.cn" ]
18373187@buaa.edu.cn
cb500b328d62ec582adca0a694e582a83b3c0459
e372d895d7a55b9031403ce04822ae1c36ab055f
/d05/ex02/Bureaucrat.hpp
25b4cc79a0fdfd191c2cae2584abf1f9b4006480
[]
no_license
maryna-kryshchuk/CPP-Piscine
9b74766a5aa31dbf0ff7026a86b5bdb9a9e9f09f
1bd945498f5d7ec2809b43ee77eea520ede4cee6
refs/heads/master
2021-09-17T14:00:19.635452
2018-07-02T11:31:03
2018-07-02T11:31:03
null
0
0
null
null
null
null
UTF-8
C++
false
false
2,055
hpp
// ************************************************************************** // // // // ::: :::::::: // // Bureaucrat.hpp :+: :+: :+...
[ "avolgin@e1r3p8.unit.ua" ]
avolgin@e1r3p8.unit.ua
bacfbdf112bdb9b3e4b8c4d0a797ce6a811f4ab4
b65acdd4e28bac5b0b0cc088bded08cc80437ad8
/MVSProg/Task15/Project1/Project1/Source.cpp
bd5fc8c5a4e9f48ee35ebf210ca70debefacdac5
[]
no_license
YulianStrus/Examples-of-academic-homeworks
44794bb234626319810f444a3115557b4e59d54f
f2fb2b5e02f069ff8f0cbc1a95c472ad2becad4c
refs/heads/master
2023-05-27T16:09:41.220326
2021-06-02T10:04:07
2021-06-02T10:04:07
313,245,187
0
0
null
null
null
null
UTF-8
C++
false
false
1,735
cpp
#include "iostream" using namespace std; void main() { int n, l, j, i, h, k=1; char s; cout << "Choose the type of rectangular triangle: " << endl; cout << "1 +\t " << "2 +\t " << "3 +++\t " << "4 +++\t " << endl; cout << " ++\t " << " ++\t " << " ++\t " << " ++\t " << endl; cout << " +++\t " << " +++\t...
[ "stryulvas@ukr.net" ]
stryulvas@ukr.net
70c05c9e38ea6081ee2ab30298c019817df2a08e
2a7e77565c33e6b5d92ce6702b4a5fd96f80d7d0
/fuzzedpackages/sanic/src/solve_LU.cpp
22e459c091b60cd0733f3ce6a382d0cadebaedb1
[]
no_license
akhikolla/testpackages
62ccaeed866e2194652b65e7360987b3b20df7e7
01259c3543febc89955ea5b79f3a08d3afe57e95
refs/heads/master
2023-02-18T03:50:28.288006
2021-01-18T13:23:32
2021-01-18T13:23:32
329,981,898
7
1
null
null
null
null
UTF-8
C++
false
false
501
cpp
#include <RcppEigen.h> // [[Rcpp::depends(RcppEigen)]] // [[Rcpp::export]] Eigen::MatrixXd solve_PPLU( Eigen::Map<Eigen::MatrixXd> a, Eigen::Map<Eigen::MatrixXd> b) { Eigen::PartialPivLU<Eigen::MatrixXd> lu(a); Eigen::MatrixXd x = lu.solve(b); return x; } // [[Rcpp::export]] Eigen::MatrixXd solve_SLU(...
[ "akhilakollasrinu424jf@gmail.com" ]
akhilakollasrinu424jf@gmail.com
1f01f099d47b6848f81203c5d1393ba5cdef5cff
be379c5decf2b8a8a7aac102e489563ae0da8593
/extern/irrogles/source/Irrlicht/CGUISpriteBank.h
e57c62c503a4ce84516f786312aa6f14516fda57
[]
no_license
codeman001/gsleveleditor
6050daf26d623af4f6ab9fa97f032d958fb4c5ae
d30e54874a4c7ae4fd0a364aa92a2082f73a5d7c
refs/heads/master
2021-01-10T13:09:01.347502
2013-05-12T09:14:47
2013-05-12T09:14:47
44,381,635
1
0
null
null
null
null
UTF-8
C++
false
false
2,309
h
// Copyright (C) 2002-2011 Nikolaus Gebhardt // This file is part of the "Irrlicht Engine". // For conditions of distribution and use, see copyright notice in irrlicht.h #ifndef __C_GUI_SPRITE_BANK_H_INCLUDED__ #define __C_GUI_SPRITE_BANK_H_INCLUDED__ #include "IrrCompileConfig.h" #ifdef _IRR_COMPILE_WITH_GUI...
[ "hongduc.pr@gmail.com" ]
hongduc.pr@gmail.com
6cff4452ac19bae4813bc72b8d585a7c49543f3e
d4881694449a8c8c7925bdc5c45ed9909d36edba
/Project1/Project1/brizaaaa.cpp
5f3bd47444a791d3957e9326d505abde64cfe89d
[]
no_license
Silentbroo/Projects.quiz
46d7b17b7c576425ba05b4c2ab6e4a99a96c265a
d66532f05f5faa3c7d16cb4c6875d344cf9eb27d
refs/heads/master
2021-01-18T13:12:56.060225
2017-05-19T14:45:29
2017-05-19T14:45:29
80,738,757
0
1
null
null
null
null
UTF-8
C++
false
false
2,762
cpp
#include <stdio.h> #include <allegro5/allegro.h> #include <cmath> const float FPS = 100; const int SCREEN_W = 640; const int SCREEN_H = 480; //change this number to change the size of the "marker tip" that draws the shape! const int BOUNCER_SIZE = 15; int main(int argc, char **argv) { ALLEGRO_DISPLAY *display = NUL...
[ "Game110AM@605-110-STU21" ]
Game110AM@605-110-STU21
81ddf4409a30e3ac5f282b5c91a25453e02e2e8e
553839a117f0ffc74615ee43ba98e028c85f83c9
/Chess/Knight.cpp
a1363bebabab3b576e796ba23fd8cc353168f5be
[]
no_license
AleksandarK837/Chess-App
3ad570bdcddcd074280ab04a85a680c478ab9335
ab1c6a02a23a32984b5f3d43cb0a765b581123ec
refs/heads/master
2021-05-22T13:26:54.472054
2020-07-15T18:01:43
2020-07-15T18:01:43
252,939,670
0
0
null
null
null
null
UTF-8
C++
false
false
748
cpp
#include "Knight.h" Knight::Knight(int row, int column, Color color) : Figure(row, column, color) { } void Knight::moveTo(int row, int column) { if (!isValidPosition(row, column)) { throw std::logic_error("Position is not valid!\n"); } // we move horse (2 steps up/down and 1 aside) or (1 step up/d...
[ "noreply@github.com" ]
noreply@github.com
368d2ad75a8c3796852c1e978c948d023ada570a
68e794d0ef476f13c77b2ad912c08f9a2bf4205e
/tests/tests/cookie_encoding.cpp
10d5b64704600032edb3634c188399b45fdd7c89
[]
no_license
omerhorev/cryptopals
8fbd829eacd038b6fe0f2c4e2fff63df4d274c02
3ab6ec686d8f2f319f7a0e3b7014a9156742e8ca
refs/heads/master
2020-06-19T11:23:13.414944
2019-12-28T12:20:13
2019-12-28T12:20:13
196,691,133
2
0
null
2019-11-17T10:16:21
2019-07-13T07:16:33
C++
UTF-8
C++
false
false
1,181
cpp
// // Created by omerh on 24/08/2019. // #include <gtest/gtest.h> #include "utils/cookie_encoding.h" struct example_object { int foo; char baz[4]; float zap; }; namespace utils { template<> class cookie_encoder<example_object> : internal::encode_cookie_base { public: std::string e...
[ "omer.hv@gmail.com" ]
omer.hv@gmail.com
3efecf199269cc689a08f9ce8f8677823005ffad
428989cb9837b6fedeb95e4fcc0a89f705542b24
/erle/ros2_ws/install/include/std_msgs/msg/dds_opensplice/u_int64__type_support.hpp
96c8663405cafd0acc7ecbba774bd77b8c5ef22a
[]
no_license
swift-nav/ros_rover
70406572cfcf413ce13cf6e6b47a43d5298d64fc
308f10114b35c70b933ee2a47be342e6c2f2887a
refs/heads/master
2020-04-14T22:51:38.911378
2016-07-08T21:44:22
2016-07-08T21:44:22
60,873,336
1
2
null
null
null
null
UTF-8
C++
false
false
121
hpp
/home/erle/ros2_ws/build/std_msgs/rosidl_typesupport_opensplice_cpp/std_msgs/msg/dds_opensplice/u_int64__type_support.hpp
[ "igdoty@swiftnav.com" ]
igdoty@swiftnav.com